@charset "UTF-8";

:root {
  --ink: #10211d;
  --ink-soft: #40504b;
  --muted: #6d7a75;
  --paper: #f4f6f2;
  --paper-warm: #ebece5;
  --white: #ffffff;
  --green: #007c68;
  --green-bright: #00b68f;
  --navy: #073749;
  --aqua: #bfeadf;
  --line: rgba(16, 33, 29, .15);
  --font: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  --max: 1240px;
  --ease: cubic-bezier(.2, .72, .25, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

::selection { color: #fff; background: var(--green); }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 84px;
  border-bottom: 1px solid transparent;
  transition: height .35s var(--ease), background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.site-header.is-scrolled {
  height: 72px;
  border-bottom-color: rgba(16, 33, 29, .1);
  background: rgba(247, 248, 245, .92);
  box-shadow: 0 8px 35px rgba(16, 33, 29, .06);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 64px));
  height: 100%;
  margin: 0 auto;
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 116px; height: auto; }

.brand-region {
  padding-left: 12px;
  border-left: 1px solid rgba(16, 33, 29, .2);
  color: #4b5a55;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.site-nav { display: flex; align-items: center; gap: 38px; font-size: 13px; font-weight: 600; }

.site-nav > a:not(.nav-cta) {
  position: relative;
  color: #41504b;
  transition: color .25s ease;
}

.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}

.site-nav > a:hover,
.site-nav > a.is-active { color: var(--green); }
.site-nav > a:hover::after,
.site-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  min-height: 44px;
  padding: 0 16px 0 19px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.nav-cta span { font-size: 16px; transition: transform .25s ease; }
.nav-cta:hover { color: #fff; background: var(--ink); transform: translateY(-2px); }
.nav-cta:hover span { transform: translate(2px, -2px); }

.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  padding: 155px 0 100px;
  background:
    radial-gradient(circle at 72% 24%, rgba(0, 182, 143, .13), transparent 27%),
    linear-gradient(125deg, #f8f9f6 0%, #edf1ec 60%, #e3ebe6 100%);
}

.hero-grid,
.contact-grid {
  position: absolute;
  inset: 0;
  opacity: .55;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 33, 29, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 33, 29, .055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.75) 45%, transparent 90%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(480px, 1.07fr);
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
  width: min(var(--max), calc(100% - 64px));
  min-height: 625px;
  margin: 0 auto;
}

.hero-copy { position: relative; z-index: 2; }

.eyebrow,
.section-index {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 28px; }
.eyebrow span { white-space: nowrap; }
.eyebrow i { width: 34px; height: 1px; background: currentColor; }

.hero h1 {
  max-width: 730px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(62px, 6.2vw, 98px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.075em;
}

.hero h1 em {
  color: var(--green);
  font-style: normal;
  font-weight: 500;
}

.hero-intro {
  max-width: 600px;
  margin: 32px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.95;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  min-width: 154px;
  height: 54px;
  padding: 0 19px 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: transform .3s var(--ease), box-shadow .3s ease, background .3s ease, border-color .3s ease;
}

.button:hover { transform: translateY(-3px); }
.button span { font-size: 18px; }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 14px 35px rgba(16,33,29,.13); }
.button-primary:hover { background: var(--green); box-shadow: 0 17px 36px rgba(0,124,104,.2); }
.button-quiet { border-color: rgba(16,33,29,.24); background: rgba(255,255,255,.34); }
.button-quiet:hover { border-color: var(--green); background: rgba(255,255,255,.8); }

.hero-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 590px;
  margin-top: 70px;
  padding-top: 20px;
  border-top: 1px solid rgba(16, 33, 29, .17);
}

.hero-notes div { display: flex; align-items: center; gap: 10px; }
.hero-notes strong { color: var(--green); font-size: 9px; letter-spacing: .08em; }
.hero-notes span { color: #55635f; font-size: 11px; font-weight: 600; }

.hero-visual {
  --parallax-y: 0px;
  position: relative;
  z-index: 1;
  height: 610px;
  transform: translateY(var(--parallax-y));
  transition: transform .1s linear;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 46%, rgba(0, 207, 163, .19), transparent 27%),
    linear-gradient(rgba(165,228,213,.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(165,228,213,.065) 1px, transparent 1px),
    linear-gradient(145deg, #0a302f, #081f29 70%);
  background-size: auto, 48px 48px, 48px 48px, auto;
  box-shadow: 0 38px 85px rgba(16, 49, 43, .2);
  isolation: isolate;
}

.hero-canvas::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15%;
  right: -15%;
  width: 65%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0,182,143,.12);
  filter: blur(80px);
}

.hero-canvas::after {
  content: "";
  position: absolute;
  right: -105px;
  bottom: -165px;
  width: 370px;
  height: 370px;
  border: 1px solid rgba(191,234,223,.11);
  border-radius: 50%;
}

.canvas-meta {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(219,239,233,.58);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}

.canvas-meta--top { top: 25px; right: 27px; left: 27px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.13); }
.canvas-meta--bottom { right: 27px; bottom: 25px; left: 27px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.13); }
.canvas-meta strong { color: var(--aqua); font-size: 9px; }

.canvas-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(191,234,223,.23);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.canvas-orbit::before,
.canvas-orbit::after { content: ""; position: absolute; top: 50%; left: 50%; background: rgba(191,234,223,.2); transform: translate(-50%, -50%); }
.canvas-orbit::before { width: 100%; height: 1px; }
.canvas-orbit::after { width: 1px; height: 100%; }
.canvas-orbit--outer { width: 430px; height: 430px; }
.canvas-orbit--inner { width: 285px; height: 285px; border-style: dashed; animation: orbitCentered 32s linear infinite reverse; }
.canvas-orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #00d9a9; box-shadow: 0 0 0 8px rgba(0,217,169,.08), 0 0 20px rgba(0,217,169,.7); }
.canvas-orbit--outer i { top: 49px; left: 51px; }
.canvas-orbit--inner i { right: 16px; bottom: 55px; background: #72b9ff; box-shadow: 0 0 0 8px rgba(114,185,255,.08), 0 0 20px rgba(114,185,255,.7); }

.canvas-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 158px;
  border: 1px solid rgba(191,234,223,.42);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(0,217,169,.22), rgba(7,35,39,.88) 64%);
  box-shadow: inset 0 0 40px rgba(0,217,169,.08), 0 0 65px rgba(0,217,169,.11);
  transform: translate(-50%, -50%);
}

.canvas-core::before { content: ""; position: absolute; inset: 9px; border: 1px dashed rgba(191,234,223,.2); border-radius: 50%; animation: orbit 22s linear infinite; }
.canvas-core > span { font-size: 49px; font-weight: 650; letter-spacing: -.08em; }
.canvas-core small { margin: 8px 0 0 12px; color: rgba(210,235,228,.48); font-size: 7px; font-weight: 700; line-height: 1.45; letter-spacing: .14em; text-transform: uppercase; }

.canvas-node {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 126px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 5px;
  color: rgba(240,249,246,.9);
  background: rgba(9,42,43,.74);
  box-shadow: 0 15px 35px rgba(0,0,0,.14);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.canvas-node > i { flex: 0 0 auto; width: 8px; height: 8px; border: 1px solid #66e7c9; border-radius: 50%; box-shadow: 0 0 12px rgba(102,231,201,.65); }
.canvas-node small { color: rgba(194,219,212,.42); font-size: 6px; letter-spacing: .12em; }
.canvas-node--one { top: 120px; left: 31px; animation: nodeFloat 7s ease-in-out infinite; }
.canvas-node--two { top: 160px; right: 27px; animation: nodeFloat 8s ease-in-out -3s infinite; }
.canvas-node--three { bottom: 107px; left: 48px; animation: nodeFloat 7.5s ease-in-out -5s infinite; }
.canvas-node--two > i { border-color: #79b8ff; box-shadow: 0 0 12px rgba(121,184,255,.65); }
.canvas-node--three > i { border-color: #d3ed9c; box-shadow: 0 0 12px rgba(211,237,156,.55); }

.canvas-scan { position: absolute; z-index: 2; right: 0; left: 0; height: 90px; opacity: .6; background: linear-gradient(transparent, rgba(94,232,200,.08), transparent); animation: scan 6s ease-in-out infinite; }
.canvas-caption { position: absolute; right: 0; bottom: -33px; display: flex; align-items: center; gap: 10px; color: #65736e; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.canvas-caption span { width: 35px; height: 1px; background: var(--green); }

.scroll-hint {
  position: absolute;
  bottom: 31px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #5d6b66;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  transform: translateX(-50%);
}

.scroll-hint span { width: 1px; height: 28px; background: var(--green); animation: scrollLine 1.8s var(--ease) infinite; transform-origin: top; }

.signal-bar { overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); color: #d8e8e2; background: var(--ink); }
.signal-track { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3.4vw, 56px); min-width: max-content; min-height: 76px; padding: 0 32px; }
.signal-track span { font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.signal-track i { color: var(--green-bright); font-size: 9px; font-style: normal; }

.section { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; padding: 140px 0; }
.section-index { margin-bottom: 28px; font-size: 13px; letter-spacing: .13em; }

.about-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr); align-items: start; gap: clamp(60px, 10vw, 150px); }

.section-title p {
  max-width: 750px;
  margin: 0;
  font-size: clamp(45px, 5.2vw, 72px);
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: -.055em;
}
.section-title span { color: var(--green); }

.about-copy { align-self: start; padding-top: 7px; }
.about-copy p { color: var(--ink-soft); font-size: 14px; line-height: 1.95; }
.about-copy .lead { margin-top: 0; color: var(--ink); font-size: 18px; font-weight: 600; line-height: 1.75; }

.about-principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.about-principles span { padding: 9px 12px; border: 1px solid rgba(0,124,104,.21); border-radius: 999px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .04em; }

.services { padding-top: 35px; }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 58px;
}

.section-head .section-index { margin-bottom: 24px; }
.section-head h2 { margin: 0; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.14; letter-spacing: -.055em; }
.section-summary { max-width: 390px; margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.9; }

.service-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }

.service-card {
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 24px;
  min-height: 415px;
  padding: 34px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.25);
  transition: color .4s ease, background .4s ease, transform .4s var(--ease), box-shadow .4s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(440px circle at var(--spot-x) var(--spot-y), rgba(37, 214, 177, .19), transparent 42%);
  transition: opacity .35s ease;
}

.service-card:hover { z-index: 2; color: #fff; background: var(--ink); box-shadow: 0 28px 60px rgba(16,33,29,.16); transform: translateY(-5px); }
.service-card:hover::before { opacity: 1; }
.service-number { position: relative; color: var(--green); font-size: 15px; font-weight: 800; letter-spacing: .05em; }
.service-card:hover .service-number { color: var(--aqua); }
.service-body { position: relative; max-width: 460px; }

.service-icon { position: relative; width: 64px; height: 64px; margin: 40px 0 32px; color: var(--green); }

.icon-window { position: absolute; inset: 5px 0 0 4px; border: 1.5px solid currentColor; border-radius: 5px; }
.icon-window::before { content: ""; position: absolute; top: 10px; right: 0; left: 0; border-top: 1px solid currentColor; }
.icon-window::after { content: ""; position: absolute; top: 21px; left: 11px; width: 26px; height: 18px; border: 1px solid currentColor; background: rgba(0,124,104,.06); transform: translate(9px, 8px); }

.icon-language { display: flex; align-items: baseline; gap: 8px; padding-top: 7px; font-size: 37px; font-weight: 300; }
.icon-language span { font-size: 20px; font-weight: 700; }
.icon-language::after { content: ""; position: absolute; bottom: 9px; left: 0; width: 58px; height: 1px; background: currentColor; }

.icon-search { position: absolute; top: 4px; left: 2px; width: 44px; height: 44px; border: 1.5px solid currentColor; border-radius: 50%; }
.icon-search::before { content: ""; position: absolute; top: 11px; left: 11px; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 15px 9px 0 -1px currentColor, 5px 19px 0 -2px currentColor; }
.icon-search::after { content: ""; position: absolute; right: -15px; bottom: -10px; width: 25px; height: 1.5px; background: currentColor; transform: rotate(47deg); }

.icon-nodes { position: absolute; inset: 0; }
.icon-nodes::before,
.icon-nodes::after { content: ""; position: absolute; height: 1px; background: currentColor; transform-origin: left; }
.icon-nodes::before { top: 18px; left: 17px; width: 40px; transform: rotate(27deg); }
.icon-nodes::after { top: 24px; left: 16px; width: 39px; transform: rotate(88deg); }
.icon-nodes i { position: absolute; width: 14px; height: 14px; border: 1.5px solid currentColor; border-radius: 50%; background: var(--paper); }
.icon-nodes i:first-child { top: 8px; left: 4px; }
.icon-nodes i:nth-child(2) { top: 25px; right: 0; }
.icon-nodes i:last-child { bottom: 0; left: 9px; }
.service-card:hover .icon-nodes i { background: var(--ink); }

.service-card h3 { margin: 0 0 15px; font-size: 26px; letter-spacing: -.035em; }
.service-card p { min-height: 76px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; transition: color .35s ease; }
.service-card:hover p { color: #aebdb7; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 7px 10px; border: 1px solid rgba(16,33,29,.16); border-radius: 999px; color: #64716d; font-size: 9px; font-weight: 600; transition: color .35s ease, border-color .35s ease; }
.service-card:hover li { border-color: rgba(255,255,255,.17); color: #b8c7c2; }
.card-arrow { position: absolute; top: 28px; right: 30px; font-size: 20px; transition: transform .35s var(--ease); }
.service-card:hover .card-arrow { color: var(--aqua); transform: translate(4px, -4px); }

.focus-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
  color: #fff;
  background: var(--ink);
}

.focus-media { position: relative; min-height: 620px; overflow: hidden; }
.focus-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,35,31,.05), rgba(5,35,31,.45)), linear-gradient(0deg, rgba(0,124,104,.2), transparent 55%); }
.focus-media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; filter: saturate(.77) contrast(1.04); transform: scale(1.02); }

.focus-content { display: flex; flex-direction: column; justify-content: center; padding: 95px max(48px, calc((100vw - var(--max)) / 2)); padding-left: clamp(55px, 7vw, 120px); }
.focus-content .section-index { color: var(--aqua); }
.focus-content h2 { margin: 0; font-size: clamp(42px, 4.4vw, 66px); line-height: 1.16; letter-spacing: -.055em; }
.focus-content h2 span { color: var(--aqua); font-weight: 500; }
.focus-content > p { max-width: 570px; margin: 30px 0 0; color: #aebdb7; font-size: 14px; line-height: 2; }
.focus-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 38px; }
.focus-tags span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #dbe6e2; font-size: 10px; }

.process { padding-bottom: 155px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.process-grid li { position: relative; min-height: 250px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s ease; }
.process-grid li:hover { background: #fff; }
.process-grid li::after { content: "→"; position: absolute; top: 25px; right: 27px; color: rgba(0,124,104,.55); font-size: 18px; }
.process-grid li:last-child::after { content: "✓"; }
.process-grid li > span { color: var(--green); font-size: 15px; font-weight: 800; letter-spacing: .05em; }
.process-grid strong { display: block; margin-top: 80px; font-size: 19px; letter-spacing: -.02em; }
.process-grid p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.contact {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 690px;
  overflow: hidden;
  color: var(--ink);
  background: #dcebe5;
}

.contact::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 38%, rgba(0,182,143,.18), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.34), transparent 58%); }
.contact-grid { opacity: .48; background-image: linear-gradient(rgba(16,33,29,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(16,33,29,.065) 1px, transparent 1px); mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.2)); }

.contact-inner { position: relative; z-index: 2; width: min(var(--max), calc(100% - 64px)); }
.contact-inner .section-index { color: var(--green); }
.contact-kicker { margin: 0 0 24px; color: #61736d; font-size: 11px; letter-spacing: .08em; }
.contact h2 { margin: 0; font-size: clamp(52px, 6.2vw, 90px); line-height: 1.07; letter-spacing: -.065em; }
.contact h2 span { color: var(--green); font-weight: 500; }
.contact-copy { max-width: 620px; margin: 28px 0 0; color: #52635e; font-size: 14px; line-height: 1.9; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 40px; }
.button-light { color: #fff; background: var(--ink); }
.button-light:hover { color: #fff; background: var(--green); box-shadow: 0 15px 36px rgba(0,124,104,.18); }

.copy-email { display: inline-flex; align-items: center; gap: 18px; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(16,33,29,.25); color: var(--ink); background: transparent; cursor: pointer; }
.copy-email span { font-size: 13px; font-weight: 600; }
.copy-email i { color: #667872; font-size: 10px; font-style: normal; }
.copy-email:hover { border-color: var(--aqua); }
.copy-email.is-copied { border-color: var(--green-bright); }

.contact-orbit { position: absolute; right: -170px; width: 590px; height: 590px; border: 1px solid rgba(0,124,104,.16); border-radius: 50%; animation: orbit 40s linear infinite; }
.contact-orbit::before,
.contact-orbit::after { content: ""; position: absolute; border: 1px solid rgba(0,124,104,.13); border-radius: 50%; }
.contact-orbit::before { inset: 90px; }
.contact-orbit::after { inset: 185px; }
.contact-orbit i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 20px rgba(0,124,104,.38); }
.contact-orbit i:first-child { top: 70px; left: 82px; }
.contact-orbit i:nth-child(2) { right: 25px; bottom: 180px; background: var(--green-bright); }

.site-footer { width: 100%; margin: 0; padding: 52px max(32px, calc((100vw - var(--max)) / 2)) 35px; color: #fff; background: #081d1b; }
.footer-top { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; min-height: 55px; }
.footer-top > p { color: var(--muted); font-size: 11px; letter-spacing: .04em; text-align: center; }
.footer-brand img { filter: brightness(0) invert(1); }
.footer-brand .brand-region { border-left-color: rgba(255,255,255,.28); color: rgba(255,255,255,.72); }
.back-top { justify-self: end; display: flex; align-items: center; gap: 20px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 700; }
.back-top span { color: var(--aqua); font-size: 16px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.46); font-size: 10px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 30px; }
.footer-links a:hover { color: var(--aqua); }

.toast {
  position: fixed;
  z-index: 150;
  right: 24px;
  bottom: 24px;
  padding: 12px 18px;
  border-radius: 9px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 38px rgba(0,0,0,.2);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity .3s ease, transform .3s var(--ease);
}
.toast.is-visible { opacity: 1; transform: translateY(0); }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease, transform .85s var(--ease);
}

.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* The first screen remains readable even when script execution is delayed. */
.hero .reveal { opacity: 1; transform: none; }

.service-card:nth-child(2), .process-grid li:nth-child(2) { transition-delay: 70ms; }
.service-card:nth-child(3), .process-grid li:nth-child(3) { transition-delay: 140ms; }
.service-card:nth-child(4), .process-grid li:nth-child(4) { transition-delay: 210ms; }

@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes orbitCentered { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes nodeFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes scan { 0%, 100% { top: 5%; opacity: 0; } 20%, 80% { opacity: .65; } 50% { top: 78%; } }
@keyframes scrollLine { 0%, 100% { transform: scaleY(.25); opacity: .3; } 50% { transform: scaleY(1); opacity: 1; } }

@media (max-width: 1080px) {
  .hero { min-height: 820px; }
  .hero-inner { grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 40px; }
  .hero-visual { height: 560px; }
  .hero-notes { grid-template-columns: 1fr; gap: 8px; max-width: 250px; margin-top: 45px; }
  .focus-content { padding-right: 45px; padding-left: 55px; }
}

@media (max-width: 960px) {
  .hero { min-height: auto; padding-bottom: 95px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-notes { grid-template-columns: repeat(3, 1fr); max-width: 590px; }
  .hero-visual { height: 560px; margin-top: 30px; }
  .scroll-hint { display: none; }
}

@media (max-width: 860px) {
  .site-header { height: 72px; background: rgba(247,248,245,.92); backdrop-filter: blur(18px); }
  .header-inner { width: calc(100% - 36px); }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; padding: 12px 4px 12px 12px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 24px; height: 1px; background: var(--ink); transition: transform .3s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .site-nav {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 36px 24px;
    visibility: hidden;
    background: rgba(247,248,245,.98);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s ease, transform .3s var(--ease), visibility .3s;
  }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav > a:not(.nav-cta) { padding: 20px 5px; border-bottom: 1px solid var(--line); font-size: 22px; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { justify-content: space-between; min-height: 58px; margin-top: 28px; border-radius: 12px; }

  .hero { min-height: auto; padding: 130px 0 85px; }
  .hero-inner { grid-template-columns: 1fr; width: calc(100% - 48px); }
  .hero-copy { max-width: 700px; }
  .hero h1 { font-size: clamp(58px, 11vw, 82px); }
  .hero-visual { height: 520px; margin-top: 25px; }
  .hero-canvas { right: 0; left: 0; }
  .scroll-hint { display: none; }

  .signal-track { justify-content: flex-start; overflow: auto; }
  .section { width: calc(100% - 48px); padding: 105px 0; }
  .about-layout { grid-template-columns: 1fr; gap: 55px; }
  .about-copy { max-width: 620px; }
  .section-head { align-items: start; flex-direction: column; gap: 25px; }
  .services { padding-top: 20px; }
  .service-list { grid-template-columns: 1fr; }
  .focus-section { grid-template-columns: 1fr; }
  .focus-media { min-height: 520px; }
  .focus-content { padding: 90px 24px; }
  .focus-content > * { width: min(100%, 680px); margin-right: auto; margin-left: auto; }
  .focus-content .section-index { margin-bottom: 28px; }
  .focus-content h2 { margin: 0 auto; }
  .focus-content > p { margin-top: 30px; }
  .focus-tags { margin-top: 38px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .contact { min-height: 660px; }
  .contact-inner { width: calc(100% - 48px); }
  .contact-orbit { right: -360px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > p { display: none; }
}

@media (max-width: 560px) {
  .brand img { width: 100px; }
  .brand-region { padding-left: 9px; font-size: 10px; }
  .hero-inner, .section, .contact-inner { width: calc(100% - 36px); }
  .hero { padding-top: 118px; }
  .eyebrow { margin-bottom: 22px; }
  .hero h1 { font-size: clamp(49px, 14vw, 68px); line-height: 1.06; }
  .hero-intro { margin-top: 25px; font-size: 14px; line-height: 1.85; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-notes { margin-top: 42px; }
  .hero-visual { height: 430px; }
  .hero-canvas { border-radius: 5px; }
  .canvas-orbit--outer { width: 340px; height: 340px; }
  .canvas-orbit--inner { width: 220px; height: 220px; }
  .canvas-core { width: 124px; height: 124px; }
  .canvas-core > span { font-size: 39px; }
  .canvas-core small { font-size: 5px; }
  .canvas-node { min-width: 112px; padding: 9px 10px; font-size: 9px; }
  .canvas-node--one { top: 88px; left: 14px; }
  .canvas-node--two { top: 126px; right: 12px; }
  .canvas-node--three { bottom: 83px; left: 19px; }
  .canvas-meta--top { top: 18px; right: 18px; left: 18px; }
  .canvas-meta--bottom { right: 18px; bottom: 18px; left: 18px; }
  .canvas-caption { bottom: -28px; }
  .signal-track { min-height: 66px; }
  .section { padding: 88px 0; }
  .section-title p, .section-head h2 { font-size: 40px; }
  .section-head { margin-bottom: 38px; }
  .service-card { grid-template-columns: 34px 1fr; gap: 12px; min-height: 410px; padding: 26px 20px; }
  .service-icon { margin-top: 43px; }
  .service-card h3 { font-size: 23px; }
  .card-arrow { top: 22px; right: 20px; }
  .focus-media { min-height: 420px; }
  .focus-content h2 { font-size: 40px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 220px; }
  .process-grid strong { margin-top: 62px; }
  .contact { min-height: 680px; }
  .contact h2 { font-size: 48px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .copy-email { justify-content: space-between; }
  .footer-top { display: flex; justify-content: space-between; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .toast { right: 18px; bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-visual { transform: none !important; }
}

/* Image-led hero */
.hero {
  display: flex;
  align-items: stretch;
  min-height: min(920px, 100svh);
  padding: 0;
  color: #fff;
  background: #071a1c;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  animation: heroImage 14s var(--ease) both;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,20,22,.94) 0%, rgba(4,20,22,.78) 36%, rgba(4,20,22,.28) 64%, rgba(4,20,22,.08) 100%),
    linear-gradient(0deg, rgba(3,18,20,.72) 0%, transparent 45%, rgba(3,18,20,.24) 100%);
}

.hero-grid {
  z-index: 1;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.72) 52%, transparent 82%);
}

.hero-inner {
  z-index: 2;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 60px;
  width: min(var(--max), calc(100% - 64px));
  min-height: min(920px, 100svh);
  padding: 150px 0 90px;
}

.hero-copy { max-width: 680px; }
.hero .eyebrow { color: #b8eadf; }

.hero h1 {
  color: #fff;
  font-size: clamp(50px, 5vw, 72px);
  line-height: 1.1;
  letter-spacing: -.055em;
  text-shadow: 0 3px 30px rgba(0,0,0,.14);
}

.hero h1 em { color: #b8eadf; }

.hero-intro {
  max-width: 580px;
  color: rgba(235,245,242,.8);
  font-size: 15px;
  line-height: 1.9;
}

.hero .button-primary { color: #12342e; background: #b8eadf; box-shadow: 0 16px 38px rgba(0,0,0,.2); }
.hero .button-primary:hover { color: #0d2b26; background: #fff; }
.hero .button-quiet { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.hero .button-quiet:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.14); }

.hero-notes {
  max-width: 620px;
  margin-top: 58px;
  border-top-color: rgba(255,255,255,.24);
}

.hero-notes strong { color: #9ce2d3; }
.hero-notes span { color: rgba(237,246,243,.72); }

.hero .scroll-hint { color: rgba(255,255,255,.62); }
.hero .scroll-hint span { background: #b8eadf; }

.hero .reveal:nth-child(1) { animation: heroRise .75s .12s var(--ease) both; }
.hero .reveal:nth-child(2) { animation: heroRise .85s .22s var(--ease) both; }
.hero .reveal:nth-child(3) { animation: heroRise .85s .34s var(--ease) both; }
.hero .reveal:nth-child(4) { animation: heroRise .85s .46s var(--ease) both; }
.hero .reveal:nth-child(5) { animation: heroRise .85s .58s var(--ease) both; }

.site-header:not(.is-scrolled) .brand {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.site-header .brand img { transition: filter .3s ease; }
.site-header:not(.is-scrolled) .brand img { filter: brightness(0) invert(1); }
.site-header:not(.is-scrolled) .brand-region { border-left-color: rgba(255,255,255,.4); color: #fff; }

.site-header:not(.is-scrolled) .site-nav > a:not(.nav-cta) { color: rgba(255,255,255,.82); }
.site-header:not(.is-scrolled) .site-nav > a:not(.nav-cta):hover { color: #fff; }
.site-header:not(.is-scrolled) .site-nav > a:not(.nav-cta)::after { background: #b8eadf; }
.site-header:not(.is-scrolled) .nav-cta { border-color: rgba(255,255,255,.62); color: #fff; background: rgba(5,35,33,.13); backdrop-filter: blur(8px); }
.site-header:not(.is-scrolled) .nav-cta:hover { color: var(--ink); background: #fff; }

.focus-typography {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 620px;
  padding: 95px clamp(48px, 6vw, 96px) 95px max(32px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 20%, rgba(0,124,104,.18), transparent 30%),
    #d9e8e1;
}

.focus-typography::after {
  background-image:
    linear-gradient(rgba(16,33,29,.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,33,29,.065) 1px, transparent 1px);
  background-size: 58px 58px;
}

.focus-typography > * { position: relative; z-index: 1; }
.focus-typography > span { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.focus-typography > strong { margin-top: 35px; font-size: clamp(52px, 6.2vw, 92px); font-weight: 650; line-height: .9; letter-spacing: -.065em; }
.focus-typography > i { margin-top: 50px; padding-top: 18px; border-top: 1px solid rgba(16,33,29,.24); color: #51645e; font-size: 9px; font-style: normal; letter-spacing: .12em; }

.focus-content {
  padding: 95px max(32px, calc((100vw - var(--max)) / 2)) 95px clamp(48px, 6vw, 96px);
}

body.menu-open .site-header { background: rgba(247,248,245,.98); backdrop-filter: blur(18px); }
body.menu-open .site-header .brand img { filter: none; }
body.menu-open .site-header .brand-region { border-left-color: rgba(16,33,29,.2); color: #4b5a55; }
body.menu-open .site-header .menu-toggle span { background: var(--ink); }

@keyframes heroImage {
  from { transform: scale(1.075) translateX(1.2%); }
  to { transform: scale(1.015) translateX(0); }
}

@keyframes heroRise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; min-height: min(880px, 100svh); padding-bottom: 80px; }
}

@media (max-width: 860px) {
  .site-header:not(.is-scrolled) { background: linear-gradient(rgba(4,20,22,.62), transparent); backdrop-filter: none; }
  .site-header:not(.is-scrolled) .menu-toggle { color: #fff; }
  .site-header:not(.is-scrolled) .menu-toggle span { background: #fff; }
  .site-header:not(.is-scrolled) .site-nav > a:not(.nav-cta) { color: var(--ink); }
  .site-header:not(.is-scrolled) .nav-cta { border-color: var(--ink); color: var(--ink); background: transparent; backdrop-filter: none; }
  .hero-inner { grid-template-columns: 1fr; width: calc(100% - 48px); min-height: min(850px, 100svh); padding: 135px 0 70px; }
  .hero-media img { object-position: 61% center; }
  .hero-media::after { background: linear-gradient(90deg, rgba(4,20,22,.92), rgba(4,20,22,.5) 68%, rgba(4,20,22,.18)), linear-gradient(0deg, rgba(3,18,20,.72), transparent 55%); }
  .focus-content { padding: 90px 24px; }
  .focus-typography { padding: 70px 24px; }
}

@media (max-width: 560px) {
  .hero { min-height: 760px; }
  .hero-inner { width: calc(100% - 36px); min-height: 760px; padding: 120px 0 54px; }
  .hero h1 { font-size: 44px; line-height: 1.12; }
  .hero-intro { max-width: 94%; font-size: 13px; line-height: 1.8; }
  .hero-actions { max-width: 290px; }
  .hero-notes { grid-template-columns: 1fr; gap: 7px; margin-top: 34px; padding-top: 15px; }
  .hero-media img { object-position: 64% center; }
  .focus-typography { min-height: 430px; padding: 45px 24px; }
  .focus-typography > strong { font-size: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img,
  .hero .reveal { animation: none !important; }
}
