:root {
  --bg: #05060b;
  --bg-deep: #03040a;
  --surface: #0b0e18;
  --surface-2: #101524;
  --text: #f7f8fc;
  --muted: rgba(247, 248, 252, .70);
  --soft: rgba(247, 248, 252, .48);
  --line: rgba(255, 255, 255, .14);
  --line-strong: rgba(255, 255, 255, .26);
  --glass: rgba(12, 15, 26, .72);
  --cyan: #70f3ff;
  --blue: #7c5cff;
  --violet: #b68cff;
  --lime: #bdff91;
  --pink: #ff7ad9;
  --warm: #ffd08a;
  --danger: #ff9ca7;
  --success: #bdff91;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 40px;
  --shadow: 0 30px 100px rgba(0, 0, 0, .44);
  --container: min(100% - 32px, 1240px);
  --header-bar-height: 76px;
  --header-height: calc(var(--header-bar-height) + env(safe-area-inset-top, 0px));
  --brand-width: 156px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
html.scroll-jack-active { scroll-behavior: auto !important; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 88% 4%, rgba(124, 92, 255, .18), transparent 28rem),
    radial-gradient(circle at 5% 18%, rgba(112, 243, 255, .12), transparent 26rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
html.menu-open,
body.menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
::selection { color: #05060b; background: var(--cyan); }

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #05060b;
  background: var(--cyan);
  border-radius: 10px;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-noise {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .45;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.container { width: var(--container); margin-inline: auto; }
.section-space { padding-block: clamp(64px, 8vw, 112px); }
.section-glow { position: relative; isolation: isolate; }
.section-glow::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 30rem;
  height: 30rem;
  top: 8%;
  right: -18rem;
  border-radius: 50%;
  background: rgba(124, 92, 255, .18);
  filter: blur(100px);
  pointer-events: none;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  isolation: isolate;
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease;
}
.site-header::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background: rgba(5, 6, 11, .78);
  backdrop-filter: blur(20px) saturate(140%);
  opacity: 0;
  transition: opacity .3s ease;
}
.site-header.is-scrolled {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.site-header.is-scrolled::before { opacity: 1; }
.scroll-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--pink));
  box-shadow: 0 0 18px rgba(112, 243, 255, .65);
}
.nav-shell {
  width: var(--container);
  height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: env(safe-area-inset-top, 0px);
}
.brand { position: relative; z-index: 102; width: var(--brand-width); max-width: var(--brand-width); min-width: 0; flex: 0 1 var(--brand-width); }
.brand img { width: var(--brand-width); max-width: 100%; height: auto; object-fit: contain; }
.menu-button {
  position: relative;
  z-index: 103;
  width: 48px;
  height: 48px;
  display: grid;
  place-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .07);
  flex: 0 0 48px;
}
.menu-button span {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  transition: transform .25s var(--ease), opacity .2s ease;
}
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.main-nav {
  position: fixed;
  z-index: 101;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4px;
  padding-top: max(calc(var(--header-height) + 28px), 16svh);
  padding-right: max(24px, env(safe-area-inset-right, 0px));
  padding-bottom: max(32px, env(safe-area-inset-bottom, 0px));
  padding-left: max(24px, env(safe-area-inset-left, 0px));
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  background:
    radial-gradient(circle at 80% 15%, rgba(124, 92, 255, .24), transparent 35%),
    rgba(5, 6, 11, .98);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity .25s ease, transform .25s var(--ease), visibility .25s;
}
.main-nav.is-open { visibility: visible; opacity: 1; transform: none; }
.nav-link {
  padding: 12px 2px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: clamp(22px, min(8vw, 6.5vh), 40px);
  font-weight: 720;
}
.nav-link.is-active, .nav-link:hover { color: #fff; }
.nav-action {
  min-height: 52px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  color: #05060b;
  background: linear-gradient(135deg, var(--cyan), #fff 54%, var(--lime));
  border-radius: 16px;
  font-weight: 850;
}

.eyebrow, .section-index {
  margin: 0 0 20px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-index { color: var(--soft); }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transition: transform .25s var(--ease), border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.button > span { flex: 0 0 auto; }
.button:hover { transform: translateY(-3px); }
.button-primary {
  color: #04050a;
  background: linear-gradient(135deg, var(--cyan), #fff 55%, var(--lime));
  box-shadow: 0 18px 56px rgba(112, 243, 255, .14);
}
.button-primary:hover { box-shadow: 0 22px 70px rgba(112, 243, 255, .24); }
.button-ghost { color: #fff; background: rgba(255, 255, 255, .06); border-color: var(--line); }
.button-ghost:hover { border-color: var(--line-strong); background: rgba(255, 255, 255, .10); }

.hero {
  min-height: 0;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + 36px) 0 72px;
  overflow: hidden;
}
.hero-scroll-track {
  --scene-copy-shift: 0px;
  --scene-copy-opacity: 1;
  --scene-shift: 0px;
  --scene-scale: 1;
  --scene-cue-opacity: 1;
  position: relative;
  height: auto;
  scroll-margin-top: 0;
}
.hero-scroll-track .hero {
  position: relative;
  top: auto;
  height: auto;
  min-height: 0;
}
.hero-scroll-track .hero-copy {
  opacity: var(--scene-copy-opacity);
  transform: translate3d(0, var(--scene-copy-shift), 0);
  will-change: transform, opacity;
}
.hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background:
    radial-gradient(circle at 68% 44%, rgba(112, 243, 255, .08), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(255, 122, 217, .09), transparent 28%);
  pointer-events: none;
}
.hero-layout { display: grid; gap: 56px; align-items: center; }
.hero-copy h1, .page-hero h1, .legal-hero h1 {
  margin: 0;
  font-size: clamp(50px, 15vw, 82px);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 800;
}
.hero-copy h1 span, .page-hero h1 span, .final-cta h2 span {
  color: transparent;
  background: linear-gradient(90deg, #fff 5%, var(--cyan) 42%, #d9ccff 76%, #fff);
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 3.5vw, 20px);
  line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-actions .button { flex: 1 1 180px; }
.audience-line {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: var(--soft);
  font-size: 12px;
}
.audience-line strong { color: var(--muted); font-weight: 700; }
.audience-line i { width: 3px; height: 3px; background: var(--cyan); border-radius: 50%; }

.orbit-stage {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  width: min(88vw, 500px);
  aspect-ratio: 1;
  margin-inline: auto;
  transform: translate3d(0, var(--scene-shift), 0) perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) scale(var(--scene-scale));
  transform-style: preserve-3d;
  transition: transform .35s var(--ease);
}
.orbit-light {
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 243, 255, .28), rgba(124, 92, 255, .10) 40%, transparent 72%);
  filter: blur(30px);
  animation: pulse-light 6s ease-in-out infinite;
}
.orbit-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
}
.orbit-ring::before, .orbit-ring::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 24px var(--cyan);
}
.orbit-ring::before { top: 10%; left: 18%; }
.orbit-ring::after { right: 5%; bottom: 27%; background: var(--pink); box-shadow: 0 0 24px var(--pink); }
.orbit-ring-one { inset: 1%; animation: spin 24s linear infinite; }
.orbit-ring-two { inset: 9%; border-style: dashed; opacity: .65; animation: spin-reverse 30s linear infinite; }
.orbit-ring-three { inset: 19%; border-color: rgba(112, 243, 255, .22); animation: spin 18s linear infinite; }
.orbit-emblem {
  position: absolute;
  z-index: 2;
  width: 66%;
  height: 66%;
  inset: 17%;
  object-fit: contain;
  filter: drop-shadow(0 28px 80px rgba(0, 0, 0, .52)) drop-shadow(0 0 32px rgba(112, 243, 255, .14));
  animation: emblem-float 7s ease-in-out infinite;
  transform: translateZ(42px);
}
.orbit-chip {
  position: absolute;
  z-index: 5;
  min-width: 120px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(11, 14, 24, .78);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .32);
  backdrop-filter: blur(14px);
  transform: translateZ(70px);
  animation: chip-float 5s ease-in-out infinite;
}
.orbit-chip b { display: block; color: var(--cyan); font-size: 11px; letter-spacing: .14em; }
.orbit-chip span { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; white-space: nowrap; }
.chip-web { top: 8%; right: 0; }
.chip-it { left: -2%; bottom: 21%; animation-delay: -1.8s; }
.chip-grow { right: 1%; bottom: 7%; animation-delay: -3.2s; }
.chip-grow b { color: var(--lime); }
.orbit-status {
  position: absolute;
  z-index: 5;
  top: 19%;
  left: 0;
  padding: 8px 11px;
  border: 1px solid rgba(189, 255, 145, .2);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(8, 11, 18, .78);
  font-size: 9px;
  backdrop-filter: blur(12px);
}
.orbit-status span { width: 6px; height: 6px; display: inline-block; margin-right: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); }
.scroll-cue { display: none; }

.chapter-progress { display: none; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-360deg); } }
@keyframes emblem-float { 50% { transform: translateY(-12px) translateZ(48px) rotate(2deg); } }
@keyframes chip-float { 50% { translate: 0 -9px; } }
@keyframes pulse-light { 50% { opacity: .62; transform: scale(1.08); } }

.statement { border-top: 1px solid rgba(255, 255, 255, .07); }
.statement-layout { display: grid; gap: 24px; }
.display-heading {
  margin: 0;
  font-size: clamp(38px, 10vw, 76px);
  line-height: 1.03;
  letter-spacing: -.055em;
  font-weight: 760;
}
.display-heading em { color: var(--soft); font-style: normal; font-weight: 500; }
.statement-copy { max-width: 760px; margin-top: 38px; display: grid; gap: 18px; }
.statement-copy p { margin: 0; color: var(--muted); font-size: clamp(17px, 3vw, 21px); }

.section-title-row { display: grid; gap: 30px; align-items: end; margin-bottom: 48px; }
.section-aside { max-width: 390px; margin: 0; color: var(--muted); font-size: 17px; }
.service-rails { border-top: 1px solid var(--line); }
.service-rail {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 34px;
  gap: 12px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  transition: padding .3s var(--ease), color .3s ease;
}
.service-rail::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(112, 243, 255, .11), rgba(124, 92, 255, .06), transparent 78%);
  transform: translateX(-105%);
  transition: transform .45s var(--ease);
}
.service-rail:hover::before { transform: none; }
.rail-number { padding-top: 6px; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.service-rail h3 { margin: 0; font-size: clamp(23px, 5vw, 38px); line-height: 1.15; letter-spacing: -.035em; }
.service-rail p { max-width: 700px; margin: 10px 0 0; color: var(--muted); }
.rail-arrow { font-size: 25px; transition: transform .3s var(--ease); }
.service-rail:hover .rail-arrow { transform: translate(4px, -4px); color: var(--cyan); }
.text-link { display: inline-flex; gap: 12px; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid var(--line-strong); font-weight: 800; }

.process-shell {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 0 0, rgba(112, 243, 255, .12), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(124, 92, 255, .15), transparent 42%),
    rgba(255, 255, 255, .035);
  overflow: hidden;
}
.process-intro h2 { margin: 0; font-size: clamp(34px, 8vw, 64px); line-height: 1.03; letter-spacing: -.05em; }
.process-intro > p:last-child { max-width: 560px; margin: 20px 0 0; color: var(--muted); }
.process-intro { opacity: var(--process-intro-opacity, 1); transform: translate3d(var(--process-intro-shift, 0px), 0, 0); transition: opacity .16s linear, transform .16s linear; }
.process-list { margin: 46px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.process-list h3 { margin: 0; font-size: 22px; }
.process-list p { margin: 6px 0 0; color: var(--muted); }

.price-lines { border-top: 1px solid var(--line); }
.price-lines a { display: grid; grid-template-columns: 1fr auto; gap: 10px 18px; padding: 23px 0; border-bottom: 1px solid var(--line); transition: padding .25s var(--ease), color .2s ease; }
.price-lines a:hover { padding-inline: 10px; color: var(--cyan); }
.price-lines span { grid-column: 1; color: var(--muted); }
.price-lines strong { grid-column: 1; font-size: clamp(25px, 6vw, 38px); line-height: 1; }
.price-lines i { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-size: 25px; font-style: normal; }
.price-foot { display: flex; flex-direction: column; gap: 8px; margin-top: 24px; color: var(--muted); font-size: 14px; }

.project-teaser-shell {
  position: relative;
  min-height: 480px;
  display: grid;
  align-items: center;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(112, 243, 255, .09), transparent 36%),
    linear-gradient(315deg, rgba(255, 122, 217, .10), transparent 42%),
    var(--surface);
  overflow: hidden;
}
.project-teaser-mark { position: absolute; width: 370px; right: -150px; top: 50%; opacity: .1; transform: translate3d(var(--project-scene-x, 0px), calc(-50% + var(--parallax-y, 0px) + var(--project-scene-y, 0px)), 0) rotate(10deg); will-change: transform; }
.project-teaser-copy { position: relative; z-index: 1; max-width: 720px; }
.project-teaser-copy h2 { margin: 0; font-size: clamp(38px, 9vw, 68px); line-height: 1; letter-spacing: -.05em; }
.project-teaser-copy > p:not(.section-index) { max-width: 560px; margin: 22px 0 28px; color: var(--muted); }
.project-mini-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.project-mini-list span { padding: 7px 10px; color: var(--muted); background: rgba(255, 255, 255, .055); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; opacity: var(--chip-opacity, 1); transform: translate3d(var(--chip-x, 0px), var(--chip-y, 0px), 0) rotate(var(--chip-rotate, 0deg)); transition: opacity .18s linear, transform .18s linear; }

.final-cta { padding-top: 30px; }
.final-cta-inner {
  padding: 60px 28px;
  text-align: left;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 15% 15%, rgba(112, 243, 255, .22), transparent 34%),
    radial-gradient(circle at 90% 88%, rgba(255, 122, 217, .18), transparent 38%),
    linear-gradient(135deg, #101525, #080a12);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.final-cta h2 { margin: 0; font-size: clamp(40px, 10vw, 78px); line-height: .98; letter-spacing: -.06em; }
.final-cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 32px; }
.final-cta-inner > .button { margin-top: 32px; }
.direct-link { color: var(--muted); border-bottom: 1px solid var(--line-strong); font-weight: 700; }

.page-hero { min-height: 78svh; display: flex; align-items: center; padding: calc(var(--header-height) + 64px) 0 80px; overflow: hidden; }
.compact-page-hero { min-height: 66svh; }
.page-hero-layout { display: grid; gap: 50px; align-items: center; }
.page-hero h1 { max-width: 900px; }
.page-emblem { position: relative; width: min(75vw, 360px); aspect-ratio: 1; margin-inline: auto; }
.page-emblem img { position: absolute; z-index: 2; inset: 13%; width: 74%; filter: drop-shadow(0 24px 70px rgba(112, 243, 255, .18)); animation: emblem-float 7s ease-in-out infinite; }
.page-emblem span { position: absolute; inset: 5%; border: 1px solid var(--line); border-radius: 50%; animation: spin 28s linear infinite; }
.page-emblem span:nth-child(2) { inset: 14%; border-style: dashed; border-color: rgba(112, 243, 255, .24); animation-direction: reverse; }
.page-emblem span:nth-child(3) { inset: 26%; border-color: rgba(182, 140, 255, .28); animation-duration: 18s; }

.service-detail-section { padding-top: 40px; }
.service-detail { display: grid; gap: 20px; padding: 42px 0; border-top: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 1px solid var(--line); }
.service-detail-number { color: var(--cyan); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.service-detail-title p { margin: 0 0 8px; color: var(--soft); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-detail-title h2 { margin: 0; font-size: clamp(30px, 7vw, 48px); line-height: 1.06; letter-spacing: -.045em; }
.service-detail-copy p { max-width: 640px; margin: 0; color: var(--muted); font-size: 17px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 7px 10px; color: var(--muted); background: rgba(255, 255, 255, .06); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }

.pricing-section { padding-top: 30px; }
.pricing-list { border-top: 1px solid var(--line); }
.pricing-row { position: relative; display: grid; gap: 18px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.pricing-row.featured::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0 -16px;
  background: linear-gradient(90deg, rgba(112, 243, 255, .07), rgba(124, 92, 255, .05), transparent);
  border-radius: 20px;
}
.pricing-name { display: grid; grid-template-columns: 38px 1fr; gap: 4px; align-items: start; }
.pricing-name span { padding-top: 8px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.pricing-name h2 { margin: 0; font-size: clamp(27px, 6vw, 42px); line-height: 1.05; letter-spacing: -.04em; }
.pricing-row > p { margin: 0; color: var(--muted); }
.pricing-value { display: flex; align-items: baseline; gap: 10px; }
.pricing-value small { color: var(--soft); font-size: 12px; text-transform: uppercase; }
.pricing-value strong { font-size: clamp(27px, 7vw, 46px); line-height: 1; }
.detail-toggle { width: max-content; min-height: 44px; display: inline-flex; align-items: center; gap: 4px; padding: 8px 2px; color: var(--muted); background: none; border: 0; border-bottom: 1px solid var(--line-strong); font-size: 13px; font-weight: 800; }
.detail-toggle span { display: inline-block; margin-left: 6px; color: var(--cyan); transition: transform .25s ease; }
.detail-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.pricing-detail { display: none; max-width: 640px; padding: 18px; border-left: 2px solid var(--cyan); background: rgba(255, 255, 255, .035); }
.pricing-detail p { margin: 0; color: var(--muted); }
.pricing-row.is-open .pricing-detail { display: block; }
.pricing-secondary { display: grid; max-width: 620px; gap: 1px; margin-top: 36px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.pricing-secondary > div { display: grid; gap: 10px; padding: 24px; background: var(--surface); }
.pricing-secondary span { color: var(--muted); }
.pricing-secondary strong { font-size: clamp(25px, 6vw, 40px); }
.pricing-secondary small { color: var(--soft); font-size: 13px; font-weight: 600; }
.pricing-note { margin-top: 34px; display: grid; gap: 24px; align-items: start; }
.pricing-note p { margin: 0; color: var(--muted); font-size: 14px; }
.pricing-note > div { display: flex; flex-wrap: wrap; gap: 10px; }

.projects-section { padding-top: 30px; }
.project-list { display: grid; gap: clamp(64px, 8vw, 104px); }
.project-stage-progress { display: none; }
.project-item { display: grid; gap: 30px; align-items: start; }
.project-visual {
  position: relative;
  min-height: 360px;
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  isolation: isolate;
}
.project-visual::after { position: absolute; z-index: 1; content: ""; inset: 0; background: linear-gradient(180deg, rgba(4, 6, 12, .62) 0%, transparent 32%, rgba(4, 6, 12, .10) 60%, rgba(4, 6, 12, .40) 100%); pointer-events: none; }
.project-visual > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); transition: transform .7s var(--ease), filter .4s ease; }
.project-visual > span { position: absolute; z-index: 2; top: 20px; left: 20px; right: 68px; color: rgba(255, 255, 255, .88); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-shadow: 0 2px 18px rgba(0, 0, 0, .78); text-transform: uppercase; }
.project-visual > i { position: absolute; z-index: 2; top: 16px; right: 18px; width: 38px; height: 38px; display: grid; place-items: center; color: #05060b; background: rgba(255, 255, 255, .90); border-radius: 50%; box-shadow: 0 8px 24px rgba(0, 0, 0, .22); font-size: 18px; font-style: normal; transition: transform .3s var(--ease), background .2s ease; }
.tone-cyan { background: radial-gradient(circle at 20% 20%, rgba(112, 243, 255, .40), transparent 42%), linear-gradient(135deg, #0b1720, #0b0e18); }
.tone-violet { background: radial-gradient(circle at 80% 10%, rgba(182, 140, 255, .44), transparent 42%), linear-gradient(135deg, #151125, #0b0e18); }
.tone-pink { background: radial-gradient(circle at 18% 80%, rgba(255, 122, 217, .38), transparent 42%), linear-gradient(135deg, #1e0d1b, #0b0e18); }
.tone-lime { background: radial-gradient(circle at 80% 70%, rgba(189, 255, 145, .35), transparent 42%), linear-gradient(135deg, #101b13, #0b0e18); }
.tone-warm { background: radial-gradient(circle at 20% 20%, rgba(255, 208, 138, .40), transparent 42%), linear-gradient(135deg, #20170c, #0b0e18); }
.project-info { max-width: 650px; }
.project-status { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-info h2 { margin: 12px 0 0; font-size: clamp(34px, 8vw, 58px); line-height: 1; letter-spacing: -.05em; }
.project-info p { margin: 18px 0 0; color: var(--muted); }
.project-facts { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.project-facts h3 { margin: 0; color: var(--soft); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.project-facts .tag-list { margin-top: 13px; }
.project-benefit { padding-left: 14px; border-left: 2px solid var(--cyan); }
.project-benefit strong { display: block; margin-bottom: 4px; color: #fff; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.project-link { min-height: 46px; width: fit-content; display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; padding: 0 16px; color: #05060b; background: linear-gradient(135deg, var(--cyan), #fff); border-radius: 13px; font-size: 13px; font-weight: 850; transition: transform .25s var(--ease), box-shadow .25s ease; }
.project-link:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(112, 243, 255, .16); }

.contact-section { padding-top: 20px; }
.contact-layout { display: grid; gap: 42px; }
.contact-sidebar h2 { margin: 0 0 30px; font-size: clamp(34px, 8vw, 56px); line-height: 1.03; letter-spacing: -.05em; }
.contact-icon-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0 0 28px; }
.contact-icon-link { min-width: 0; display: grid; justify-items: center; gap: 9px; padding: 10px 4px 12px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, .035); transition: transform .3s var(--ease), border-color .3s ease, background .3s ease, box-shadow .3s ease; }
.contact-icon-link > span { position: relative; width: clamp(66px, 18vw, 88px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 34% 24%, rgba(255, 255, 255, .18), rgba(255, 255, 255, .035) 52%, rgba(5, 6, 11, .65)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09), 0 18px 42px rgba(0, 0, 0, .28); }
.contact-icon-link > span::after { position: absolute; content: ""; width: 46%; height: 12%; left: 27%; bottom: -8%; border-radius: 50%; background: rgba(0, 0, 0, .42); filter: blur(8px); opacity: .72; }
.contact-icon-link img { position: relative; z-index: 1; width: 78%; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 12px 14px rgba(0, 0, 0, .30)); transition: transform .35s var(--ease); }
.contact-icon-link strong { max-width: 100%; color: var(--muted); font-size: 11px; letter-spacing: .03em; white-space: nowrap; }
.contact-icon-whatsapp:hover { border-color: rgba(189, 255, 145, .38); box-shadow: 0 18px 54px rgba(189, 255, 145, .08); }
.contact-icon-phone:hover { border-color: rgba(112, 243, 255, .38); box-shadow: 0 18px 54px rgba(112, 243, 255, .08); }
.contact-icon-email:hover { border-color: rgba(182, 140, 255, .38); box-shadow: 0 18px 54px rgba(182, 140, 255, .08); }
.contact-icon-link:hover { transform: translateY(-5px); background: rgba(255, 255, 255, .055); }
.contact-icon-link:hover img { transform: translateY(-4px) rotate(-3deg) scale(1.05); }
.contact-direct-details { border-bottom: 1px solid var(--line); }
.contact-line { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; padding: 18px 0; border-top: 1px solid var(--line); }
.contact-line span { grid-column: 1; color: var(--soft); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-line strong { grid-column: 1; overflow-wrap: anywhere; }
.contact-line i { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-style: normal; font-size: 20px; transition: transform .25s ease; }
.contact-line:hover i { color: var(--cyan); transform: translate(3px, -3px); }
.contact-note { display: grid; grid-template-columns: 10px 1fr; gap: 12px; margin-top: 28px; }
.contact-note span { width: 8px; height: 8px; margin-top: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px rgba(189, 255, 145, .65); }
.contact-note p { margin: 0; color: var(--muted); font-size: 14px; }
.business-hours { margin-top: 28px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(135deg, rgba(112, 243, 255, .065), rgba(124, 92, 255, .045)); }
.business-hours .section-index { margin-bottom: 13px; }
.business-hours > div { display: grid; gap: 2px; }
.business-hours span { color: var(--soft); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.business-hours strong { font-size: 20px; }
.business-hours > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.contact-form { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .045); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 30px; }
.form-heading h2 { margin: 0; font-size: clamp(32px, 7vw, 48px); line-height: 1; letter-spacing: -.045em; }
.form-heading > p:last-child { margin: 12px 0 0; color: var(--soft); font-size: 13px; }
.form-grid { display: grid; gap: 24px 20px; align-items: start; margin-bottom: 24px; }
.field { display: grid; gap: 8px; margin-bottom: 20px; }
.form-grid .field { align-content: start; margin-bottom: 0; }
.field label { color: var(--muted); font-size: 13px; font-weight: 750; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(5, 6, 11, .72);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input, .field select { height: 52px; min-height: 52px; padding: 0 14px; }
.field textarea { min-height: 170px; padding: 14px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(247, 248, 252, .34); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: rgba(112, 243, 255, .65); background: rgba(8, 10, 18, .92); box-shadow: 0 0 0 4px rgba(112, 243, 255, .08); }
.field select option { color: #fff; background: #0b0e18; }
.field-hint { position: relative; margin: 1px 0 0; padding-left: 14px; color: var(--soft); font-size: 11px; line-height: 1.45; }
.field-hint::before { position: absolute; content: ""; left: 1px; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px rgba(112, 243, 255, .55); }
.phone-control { position: relative; min-width: 0; }
.phone-prefix { position: absolute; z-index: 1; top: 1px; bottom: 1px; left: 1px; width: 94px; display: flex; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid var(--line); border-radius: calc(var(--radius-sm) - 1px) 0 0 calc(var(--radius-sm) - 1px); background: rgba(255, 255, 255, .035); color: #fff; pointer-events: none; }
.phone-prefix img { width: 22px; height: 22px; border-radius: 5px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .12); object-fit: cover; }
.phone-prefix strong { font-size: 13px; letter-spacing: .01em; }
.field .phone-control input { padding-left: 110px; }
.phone-control:focus-within .phone-prefix { border-color: rgba(112, 243, 255, .4); background: rgba(112, 243, 255, .055); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.privacy-check { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; color: var(--muted); font-size: 13px; }
.privacy-check input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--cyan); }
.privacy-check a { color: #fff; border-bottom: 1px solid var(--line-strong); }
.recaptcha-wrap { min-height: 78px; margin-top: 22px; overflow-x: auto; overflow-y: hidden; }
.form-submit { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 28px; }
.form-submit p { margin: 0; color: var(--soft); font-size: 12px; }
.form-submit button[disabled] { cursor: wait; opacity: .65; transform: none; }
.form-status { display: none; margin-top: 22px; padding: 13px 15px; border-radius: 12px; font-size: 14px; }
.form-status:not(:empty) { display: block; }
.form-status.is-success { color: var(--success); background: rgba(189, 255, 145, .08); border: 1px solid rgba(189, 255, 145, .22); }
.form-status.is-error { color: var(--danger); background: rgba(255, 156, 167, .08); border: 1px solid rgba(255, 156, 167, .22); }

.legal-main { padding-bottom: 70px; }
.legal-hero { padding: calc(var(--header-height) + 70px) 0 72px; }
.legal-hero h1 { max-width: 900px; font-size: clamp(46px, 11vw, 84px); }
.legal-hero > .container > p:last-child { margin: 22px 0 0; color: var(--soft); }
.legal-section { padding-bottom: 80px; }
.legal-layout { display: grid; gap: 44px; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.legal-nav strong { width: 100%; margin-bottom: 5px; color: var(--soft); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.legal-nav a { padding: 7px 10px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }
.legal-nav a.is-active { color: #05060b; background: var(--cyan); border-color: var(--cyan); }
.legal-content { max-width: 780px; }
.legal-content h2 { margin: 46px 0 12px; font-size: clamp(24px, 4vw, 33px); line-height: 1.18; letter-spacing: -.025em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { margin: 0; color: var(--muted); }
.legal-content a { color: #fff; text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: 4px; }
.legal-content-long { max-width: 850px; }
.legal-content-long section { padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid rgba(255, 255, 255, .09); scroll-margin-top: 110px; }
.legal-content-long section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-content-long section h2 { margin-top: 0; }
.legal-content-long section p + p { margin-top: 14px; }

.site-footer { margin-top: 44px; padding: 62px 0 20px; border-top: 1px solid var(--line); background: rgba(3, 4, 10, .72); }
.footer-main { display: grid; gap: 38px; }
.footer-brand img { width: 185px; }
.footer-brand p { max-width: 360px; margin: 16px 0 0; color: var(--muted); }
.footer-column { display: grid; gap: 7px; align-content: start; }
.footer-column strong { margin-bottom: 6px; color: var(--soft); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a { width: fit-content; color: var(--muted); }
.footer-column a:hover { color: var(--cyan); }
.footer-hours { margin-top: 9px; color: var(--soft); font-size: 11px; line-height: 1.55; }
.footer-bottom { margin-top: 48px; padding-top: 18px; display: flex; flex-direction: column; gap: 4px; color: var(--soft); border-top: 1px solid rgba(255, 255, 255, .08); font-size: 11px; }
.whatsapp-float {
  position: fixed;
  z-index: 90;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  height: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 13px 5px 5px;
  color: #05060b;
  background: linear-gradient(135deg, var(--lime), #fff);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 999px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .42);
  font-size: 12px;
}
.whatsapp-float span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: #111522; border-radius: 50%; font-size: 10px; font-weight: 900; }
.whatsapp-float b { font-weight: 850; }

.enhanced .reveal { opacity: 0; filter: none; transform: translate3d(0, 32px, 0) scale(.987); transition: opacity .78s var(--ease), transform .78s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.enhanced .reveal.is-visible { opacity: 1; filter: none; transform: none; }
[data-parallax] { will-change: transform; }
.page-emblem[data-parallax] { transform: translate3d(0, var(--parallax-y, 0px), 0); }
.scroll-scrub-ready [data-scrub-item].is-visible {
  opacity: var(--scrub-opacity, 1);
  filter: blur(var(--scrub-blur, 0px));
  transform: translate3d(var(--scrub-x, 0px), var(--scrub-y, 0px), 0) scale(var(--scrub-scale, 1));
  transition: opacity .30s cubic-bezier(.22, .61, .36, 1), filter .30s cubic-bezier(.22, .61, .36, 1), transform .30s cubic-bezier(.22, .61, .36, 1);
  will-change: transform, opacity, filter;
}
.scroll-scrub-ready .reading-stage [data-reading-panel] {
  opacity: var(--reading-opacity, 1);
  filter: blur(var(--reading-blur, 0px));
  transform: translate3d(var(--reading-x, 0px), var(--reading-y, 0px), 0) scale(var(--reading-scale, 1));
  transition: opacity .28s cubic-bezier(.22, .61, .36, 1), filter .28s cubic-bezier(.22, .61, .36, 1), transform .28s cubic-bezier(.22, .61, .36, 1);
  will-change: transform, opacity, filter;
}
.stack-stage-progress { display: none; }
.enhanced .orbit-stage.reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: translate3d(0, var(--scene-shift), 0) perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) scale(var(--scene-scale));
  transition: transform .32s cubic-bezier(.22, .61, .36, 1), opacity .4s ease, filter .4s ease;
}
.scroll-scrub-ready .project-teaser-mark {
  opacity: var(--project-mark-opacity, .1);
  transform: translate3d(var(--project-scene-x, 0px), calc(-50% + var(--parallax-y, 0px) + var(--project-scene-y, 0px)), 0) rotate(var(--project-mark-rotate, 10deg)) scale(var(--project-mark-scale, 1));
  transition: opacity .28s cubic-bezier(.22, .61, .36, 1), transform .28s cubic-bezier(.22, .61, .36, 1);
}

.cookie-notice {
  position: fixed;
  z-index: 500;
  left: 16px;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(112, 243, 255, .14), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(182, 140, 255, .16), transparent 44%),
    rgba(8, 10, 18, .95);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .62);
  backdrop-filter: blur(24px) saturate(145%);
  opacity: 0;
  transform: translateY(24px) scale(.985);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.cookie-notice[hidden] { display: none; }
.cookie-notice.is-visible { opacity: 1; transform: none; }
.cookie-notice-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .055); }
.cookie-notice-mark span { width: 20px; height: 20px; border: 2px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 20px rgba(112, 243, 255, .24); }
.cookie-notice-copy .section-index { margin-bottom: 7px; }
.cookie-notice h2 { margin: 0; font-size: clamp(23px, 5vw, 30px); line-height: 1.08; letter-spacing: -.035em; }
.cookie-notice-copy > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.cookie-notice-copy a { color: #fff; border-bottom: 1px solid var(--line-strong); }
.cookie-notice-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.cookie-notice .button { min-height: 48px; padding-inline: 14px; }

@media (max-width: 380px) {
  :root { --brand-width: 140px; --header-bar-height: 72px; }
  .menu-button { width: 44px; height: 44px; flex-basis: 44px; border-radius: 14px; }
  .main-nav { padding-right: max(18px, env(safe-area-inset-right, 0px)); padding-left: max(18px, env(safe-area-inset-left, 0px)); }
}

@media (max-width: 1039px) {
  .site-header {
    border-bottom-color: rgba(255, 255, 255, .08);
    background: rgba(5, 6, 11, .94);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    backdrop-filter: blur(20px) saturate(140%);
  }
  .site-header::before { display: none; }
  .hero-copy h1 { font-size: clamp(46px, 13vw, 64px); }
}

@media (min-width: 700px) {
  :root { --container: min(100% - 56px, 1240px); --header-bar-height: 84px; --brand-width: 190px; }
  .hero { padding-top: calc(var(--header-height) + 80px); }
  .hero-copy h1, .page-hero h1 { font-size: clamp(72px, 11vw, 112px); }
  .hero-actions .button { min-width: 190px; flex: 0 1 auto; }
  .audience-line { font-size: 13px; gap: 12px; }
  .orbit-chip { min-width: 145px; padding: 13px 15px; }
  .orbit-chip span { font-size: 11px; }
  .orbit-status { font-size: 10px; }
  .statement-layout { grid-template-columns: 140px 1fr; gap: 30px; }
  .statement-copy { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section-title-row { grid-template-columns: minmax(0, 1fr) 360px; gap: 60px; }
  .service-rail { grid-template-columns: 70px 1fr 50px; align-items: center; padding: 34px 10px; }
  .service-rail p { margin-top: 8px; }
  .process-shell { padding: 48px; }
  .price-lines a { grid-template-columns: 1fr auto 40px; align-items: center; padding: 30px 10px; }
  .price-lines span, .price-lines strong { grid-column: auto; }
  .price-lines strong { text-align: right; }
  .price-lines i { grid-column: 3; grid-row: 1; }
  .price-foot { flex-direction: row; justify-content: space-between; }
  .project-teaser-shell { min-height: 540px; padding: 54px; }
  .final-cta-inner { padding: 76px 54px; }
  .service-detail { grid-template-columns: 70px minmax(220px, .75fr) 1fr; gap: 24px; align-items: start; padding: 54px 0; }
  .pricing-row { grid-template-columns: 1.2fr 1fr auto; gap: 22px 40px; align-items: start; padding: 40px 8px; }
  .pricing-row > p { padding-top: 6px; }
  .pricing-value { justify-content: flex-end; white-space: nowrap; }
  .detail-toggle { grid-column: 2; }
  .pricing-detail { grid-column: 2 / 4; }
  .pricing-secondary { grid-template-columns: 1fr; }
  .pricing-secondary > div { padding: 30px; }
  .pricing-note { grid-template-columns: 1fr auto; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .field-wide { grid-column: 1 / -1; }
  .form-submit { flex-direction: row; align-items: center; gap: 18px; }
  .contact-form { padding: 42px; }
  .footer-main { grid-template-columns: 1.7fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .cookie-notice { left: 50%; right: auto; width: min(calc(100% - 56px), 1080px); grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; padding: 24px 26px; transform: translate(-50%, 24px) scale(.985); }
  .cookie-notice.is-visible { transform: translateX(-50%); }
  .cookie-notice-actions { min-width: 270px; }
}

@media (min-width: 1040px) {
  .menu-button { display: none; }
  .main-nav {
    position: static;
    width: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transform: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    padding: 0;
    background: transparent;
  }
  .nav-link { padding: 9px 12px; border: 0; border-radius: 10px; font-size: 13px; font-weight: 700; }
  .nav-link.is-active { color: #fff; background: rgba(255, 255, 255, .075); }
  .nav-action { min-height: 42px; margin: 0 0 0 12px; padding: 0 16px; border-radius: 12px; font-size: 12px; }
  .hero-layout { grid-template-columns: 1.12fr .88fr; gap: 40px; }
  .hero-copy h1 { font-size: clamp(80px, 8.2vw, 126px); }
  .hero-lead { max-width: 670px; }
  .orbit-stage { width: min(42vw, 560px); }
  .hero-scroll-track { height: 235svh; }
  .hero-scroll-track .hero { position: sticky; top: 0; height: 100svh; min-height: 100svh; padding: calc(var(--header-height) + 56px) 0 80px; }
  .scroll-cue { position: absolute; left: 50%; bottom: 24px; width: 30px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 999px; opacity: var(--scene-cue-opacity); transform: translateX(-50%) translateY(var(--scene-cue-shift, 0px)); transition: border-color .25s ease, background .25s ease; }
  .scroll-cue::after { position: absolute; content: ""; width: 6px; height: 6px; bottom: 9px; border-right: 1px solid var(--cyan); border-bottom: 1px solid var(--cyan); transform: rotate(45deg); }
  .scroll-cue span { width: 3px; height: 9px; margin-top: -14px; border-radius: 999px; background: linear-gradient(to bottom, #fff, var(--cyan)); animation: scroll-cue-drop 1.7s var(--ease) infinite; }
  .scroll-cue:hover { border-color: rgba(112, 243, 255, .58); background: rgba(112, 243, 255, .06); }
  .section-title-row { grid-template-columns: 1fr 360px; }
  .process-shell { display: grid; grid-template-columns: .8fr 1fr; gap: 80px; padding: 70px; }
  .scroll-pin-scene { position: relative; min-height: 228svh; }
  .scroll-pin-scene .process-shell { position: sticky; top: calc(var(--header-height) + 28px); min-height: calc(100svh - var(--header-height) - 56px); align-content: center; }
  .process-list { margin-top: 0; }
  .page-hero-layout { grid-template-columns: 1.35fr .65fr; }
  .project-item { grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
  .project-item.reverse .project-visual { order: 2; }
  .project-visual { min-height: 520px; }
  .project-scroll-scene { position: relative; min-height: 255svh; padding-block: 0; }
  .project-scroll-scene .project-teaser-shell { position: sticky; top: calc(var(--header-height) + 28px); min-height: calc(100svh - var(--header-height) - 56px); }
  .scroll-scrub-ready .project-scroll-scene .project-teaser-shell.reveal.is-visible { opacity: var(--project-shell-opacity, 1); filter: none; transform: translate3d(0, var(--project-shell-y, 0px), 0) scale(var(--project-shell-scale, 1)); transition: opacity .28s cubic-bezier(.22, .61, .36, 1), transform .28s cubic-bezier(.22, .61, .36, 1); }

  .reading-stage { position: relative; min-height: 185svh; padding-block: 0; }
  .reading-stage-compact { min-height: 165svh; }
  .reading-stage-hero { min-height: 195svh; display: block; padding: 0; overflow: visible; }
  .reading-stage [data-reading-panel] {
    position: sticky;
    top: calc(var(--header-height) + 28px);
    min-height: calc(100svh - var(--header-height) - 56px);
    display: grid;
    align-content: center;
    padding-block: clamp(34px, 5vh, 62px);
  }
  .reading-stage-hero [data-reading-panel] { min-height: calc(100svh - var(--header-height) - 28px); }
  .reading-stage-compact [data-reading-panel] { min-height: calc(100svh - var(--header-height) - 92px); }

  .content-stack-stage { position: relative; height: 430svh; padding-block: 0; }
  .content-stack-stage .content-stack-list { position: sticky; top: 0; height: 100svh; display: block; overflow: hidden; }
  .content-stack-stage [data-content-panel] {
    position: absolute;
    inset: calc(var(--header-height) + 70px) 0 70px;
    z-index: 1;
    align-content: center;
    margin: 0;
    opacity: var(--stack-opacity, 0);
    filter: blur(var(--stack-blur, 0px));
    transform: translate3d(var(--stack-x, 0px), var(--stack-y, 0px), 0) rotate(var(--stack-rotate, 0deg)) scale(var(--stack-scale, 1));
    pointer-events: none;
    will-change: transform, opacity, filter;
  }
  .scroll-scrub-ready .content-stack-stage [data-content-panel].reveal.is-visible {
    opacity: var(--stack-opacity, 0);
    filter: blur(var(--stack-blur, 0px));
    transform: translate3d(var(--stack-x, 0px), var(--stack-y, 0px), 0) rotate(var(--stack-rotate, 0deg)) scale(var(--stack-scale, 1));
    transition: opacity .24s cubic-bezier(.22, .61, .36, 1), filter .24s cubic-bezier(.22, .61, .36, 1), transform .24s cubic-bezier(.22, .61, .36, 1);
  }
  .content-stack-stage [data-content-panel].is-stage-active { z-index: 2; pointer-events: auto; }
  .content-stack-services { height: 775svh; }
  .content-stack-services [data-content-panel] { display: grid; min-height: 0; padding: clamp(44px, 8vh, 86px) 0; border-bottom: 1px solid var(--line); }
  .pricing-stack-stage { height: 585svh; }
  .pricing-stack-stage .pricing-list { border-top: 0; }
  .pricing-stack-stage [data-content-panel] { display: grid; height: auto; min-height: min(520px, calc(100svh - var(--header-height) - 140px)); padding: clamp(42px, 7vh, 74px) 8px; border-top: 1px solid var(--line); }
  .stack-stage-progress { position: absolute; z-index: 8; right: 0; bottom: 28px; display: grid; grid-template-columns: auto 120px; align-items: center; gap: 12px; color: var(--soft); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
  .stack-stage-progress i { width: 120px; height: 1px; display: block; background: var(--line-strong); overflow: hidden; }
  .stack-stage-progress b { width: var(--stack-stage-progress, 0%); height: 100%; display: block; background: linear-gradient(90deg, var(--cyan), var(--violet), var(--pink)); box-shadow: 0 0 14px rgba(112, 243, 255, .45); transition: width .22s cubic-bezier(.22, .61, .36, 1); }

  .projects-direction-stage { position: relative; height: 560svh; padding-block: 0; }
  .projects-direction-stage .project-list { position: sticky; top: 0; height: 100svh; display: block; overflow: hidden; }
  .projects-direction-stage .project-item {
    position: absolute;
    inset: calc(var(--header-height) + 34px) 0 34px;
    opacity: var(--project-opacity, 0);
    filter: blur(var(--project-blur, 0px));
    transform: translate3d(var(--project-x, 0px), var(--project-y, 0px), 0) rotate(var(--project-rotate, 0deg)) scale(var(--project-scale, 1));
    pointer-events: none;
    will-change: transform, opacity, filter;
  }
  .scroll-scrub-ready .projects-direction-stage .project-item.is-visible { opacity: var(--project-opacity, 0); filter: blur(var(--project-blur, 0px)); transform: translate3d(var(--project-x, 0px), var(--project-y, 0px), 0) rotate(var(--project-rotate, 0deg)) scale(var(--project-scale, 1)); transition: opacity .26s cubic-bezier(.22, .61, .36, 1), filter .26s cubic-bezier(.22, .61, .36, 1), transform .26s cubic-bezier(.22, .61, .36, 1); }
  .projects-direction-stage .project-item.is-project-active { pointer-events: auto; }
  .projects-direction-stage .project-visual { height: min(59vh, 620px); min-height: 0; transform: translate3d(var(--project-visual-x, 0px), var(--project-visual-y, 0px), 0) scale(var(--project-visual-scale, 1)); transition: transform .28s cubic-bezier(.22, .61, .36, 1), border-color .3s ease; }
  .projects-direction-stage .project-info { max-height: calc(100svh - var(--header-height) - 80px); transform: translate3d(var(--project-copy-x, 0px), var(--project-copy-y, 0px), 0); transition: transform .28s cubic-bezier(.22, .61, .36, 1); }
  .projects-direction-stage .project-visual > img { transform: scale(var(--project-image-scale, 1.035)); transition: transform .28s cubic-bezier(.22, .61, .36, 1), filter .4s ease; }
  .project-stage-progress { position: absolute; z-index: 8; right: 0; bottom: 24px; display: grid; grid-template-columns: auto 120px; align-items: center; gap: 12px; color: var(--soft); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
  .project-stage-progress i { width: 120px; height: 1px; display: block; background: var(--line-strong); overflow: hidden; }
  .project-stage-progress b { width: var(--project-stage-progress, 0%); height: 100%; display: block; background: linear-gradient(90deg, var(--cyan), var(--violet), var(--pink)); box-shadow: 0 0 14px rgba(112, 243, 255, .45); transition: width .22s cubic-bezier(.22, .61, .36, 1); }
  .contact-layout { grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
  .contact-sidebar { position: sticky; top: 120px; }
  .legal-layout { grid-template-columns: 220px 1fr; gap: 90px; align-items: start; }
  .legal-nav { position: sticky; top: 120px; display: grid; align-items: start; border: 0; }
  .legal-nav strong { width: auto; margin-bottom: 12px; }
  .legal-nav a { padding: 9px 12px; border-radius: 10px; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .footer-column:last-child { grid-column: auto; }
  .chapter-progress {
    position: fixed;
    z-index: 88;
    top: 50%;
    right: 18px;
    display: grid;
    gap: 7px;
    transform: translateY(-50%);
  }
  .chapter-progress a { display: grid; grid-template-columns: auto 40px 22px; align-items: center; gap: 8px; color: var(--soft); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease; }
  .chapter-progress span { grid-column: 3; grid-row: 1; font-variant-numeric: tabular-nums; }
  .chapter-progress i { position: relative; grid-column: 2; grid-row: 1; justify-self: end; width: 24px; height: 1px; display: block; background: var(--line-strong); transition: width .3s var(--ease), background .3s ease, box-shadow .3s ease; }
  .chapter-progress i::after { position: absolute; content: ""; width: 5px; height: 5px; right: -1px; top: -2px; border-radius: 50%; background: currentColor; opacity: .55; }
  .chapter-progress b { grid-column: 1; grid-row: 1; overflow: hidden; opacity: 0; white-space: nowrap; font-weight: 800; transition: opacity .25s ease; }
  .chapter-progress a:hover, .chapter-progress a.is-active { color: var(--cyan); }
  .chapter-progress a:hover i, .chapter-progress a.is-active i { width: 40px; background: var(--cyan); box-shadow: 0 0 14px rgba(112, 243, 255, .45); }
  .chapter-progress a:hover b, .chapter-progress a.is-active b { opacity: 1; }

  html:not(.scroll-scrub-ready) .reading-stage,
  html:not(.scroll-scrub-ready) .reading-stage-compact,
  html:not(.scroll-scrub-ready) .reading-stage-hero { min-height: 0; padding-block: clamp(64px, 8vw, 112px); }
  html:not(.scroll-scrub-ready) .reading-stage-hero { min-height: 78svh; display: flex; padding: calc(var(--header-height) + 64px) 0 80px; overflow: hidden; }
  html:not(.scroll-scrub-ready) .compact-page-hero.reading-stage-hero { min-height: 66svh; }
  html:not(.scroll-scrub-ready) .reading-stage [data-reading-panel] { position: relative; top: auto; min-height: 0; padding-block: 0; }
  html:not(.scroll-scrub-ready) .content-stack-stage,
  html:not(.scroll-scrub-ready) .content-stack-services,
  html:not(.scroll-scrub-ready) .pricing-stack-stage { height: auto; padding-block: clamp(30px, 5vw, 60px); }
  html:not(.scroll-scrub-ready) .content-stack-stage .content-stack-list { position: relative; top: auto; height: auto; display: grid; overflow: visible; }
  html:not(.scroll-scrub-ready) .content-stack-stage [data-content-panel] { position: relative; inset: auto; min-height: 0; opacity: 1; filter: none; transform: none; pointer-events: auto; }
  html:not(.scroll-scrub-ready) .stack-stage-progress { display: none; }
  html:not(.scroll-scrub-ready) .projects-direction-stage { height: auto; padding-top: 30px; }
  html:not(.scroll-scrub-ready) .projects-direction-stage .project-list { position: relative; top: auto; height: auto; display: grid; overflow: visible; }
  html:not(.scroll-scrub-ready) .projects-direction-stage .project-item { position: relative; inset: auto; opacity: 1; filter: none; transform: none; pointer-events: auto; }
  html:not(.scroll-scrub-ready) .project-stage-progress { display: none; }
}

@keyframes scroll-cue-drop {
  0% { opacity: 0; transform: translateY(-4px); }
  35% { opacity: 1; }
  75%, 100% { opacity: 0; transform: translateY(9px); }
}

@media (hover: hover) and (pointer: fine) {
  .service-detail { transition: padding .35s var(--ease), background .35s ease; }
  .service-detail:hover { padding-inline: 18px; background: linear-gradient(90deg, rgba(112, 243, 255, .05), transparent 70%); }
  .project-visual { transition: transform .5s var(--ease), border-color .3s ease; }
  .project-item:hover .project-visual { transform: scale(.985); border-color: var(--line-strong); }
  .project-item:hover .project-visual > img { transform: scale(1.055); filter: saturate(1.06); }
  .project-visual:hover > i { transform: translate(3px, -3px); background: #fff; }
  .projects-direction-stage .project-item:hover .project-visual { transform: translate3d(var(--project-visual-x, 0px), var(--project-visual-y, 0px), 0) scale(var(--project-visual-scale, 1)); }
  .projects-direction-stage .project-item:hover .project-visual > img { transform: scale(var(--project-image-scale, 1.035)); filter: saturate(1.06); }
}

@media (min-width: 1040px) {
  html.scroll-jack-active [data-scrub-item].is-visible,
  html.scroll-jack-active .reading-stage [data-reading-panel],
  html.scroll-jack-active .orbit-stage.reveal.is-visible,
  html.scroll-jack-active .project-teaser-mark,
  html.scroll-jack-active .project-scroll-scene .project-teaser-shell,
  html.scroll-jack-active .content-stack-stage [data-content-panel],
  html.scroll-jack-active .projects-direction-stage .project-item,
  html.scroll-jack-active .projects-direction-stage .project-visual,
  html.scroll-jack-active .projects-direction-stage .project-info,
  html.scroll-jack-active .projects-direction-stage .project-visual > img,
  html.scroll-jack-active .stack-stage-progress b,
  html.scroll-jack-active .project-stage-progress b { transition: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .enhanced .reveal { opacity: 1; transform: none; }
  .orbit-stage { transform: none !important; }
  .hero-scroll-track { height: auto; }
  .hero-scroll-track .hero { position: relative; }
  .scroll-pin-scene { min-height: 0; }
  .scroll-pin-scene .process-shell { position: relative; top: auto; min-height: 0; }
  .project-scroll-scene { min-height: 0; padding-block: clamp(64px, 8vw, 112px); }
  .project-scroll-scene .project-teaser-shell { position: relative; top: auto; min-height: 0; }
  .reading-stage, .reading-stage-compact, .reading-stage-hero { min-height: 0; padding-block: clamp(64px, 8vw, 112px); }
  .reading-stage-hero { min-height: 78svh; display: flex; padding: calc(var(--header-height) + 64px) 0 80px; overflow: hidden; }
  .compact-page-hero.reading-stage-hero { min-height: 66svh; }
  .reading-stage [data-reading-panel], .reading-stage-hero [data-reading-panel], .reading-stage-compact [data-reading-panel] { position: relative; top: auto; min-height: 0; padding-block: 0; opacity: 1; filter: none; transform: none; }
  .content-stack-stage, .content-stack-services, .pricing-stack-stage { height: auto; padding-block: clamp(30px, 5vw, 60px); }
  .content-stack-stage .content-stack-list { position: relative; top: auto; height: auto; display: grid; overflow: visible; }
  .content-stack-stage [data-content-panel], .scroll-scrub-ready .content-stack-stage [data-content-panel].reveal.is-visible { position: relative; inset: auto; min-height: 0; opacity: 1; filter: none; transform: none; pointer-events: auto; }
  .stack-stage-progress { display: none; }
  .projects-direction-stage { height: auto; padding-top: 30px; }
  .projects-direction-stage .project-list { position: relative; top: auto; height: auto; display: grid; overflow: visible; }
  .projects-direction-stage .project-item { position: relative; inset: auto; opacity: 1; filter: none; transform: none; pointer-events: auto; }
  .projects-direction-stage .project-visual { height: auto; min-height: 520px; transform: none; }
  .projects-direction-stage .project-info, .projects-direction-stage .project-visual > img { transform: none; }
  .project-stage-progress { display: none; }
  .scroll-scrub-ready [data-scrub-item].is-visible { opacity: 1; filter: none; transform: none; }
}

@media (prefers-contrast: more) {
  :root { --muted: rgba(255, 255, 255, .86); --soft: rgba(255, 255, 255, .68); --line: rgba(255, 255, 255, .32); }
}
