:root {
  --black: #050505;
  --surface: #0b0b0b;
  --surface-2: #111111;
  --line: #292929;
  --line-soft: #1a1a1a;
  --white: #f4f4f1;
  --muted: #989898;
  --muted-2: #676767;
  --radius: 24px;
  --container: 1280px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* 21st.dev-inspired horizon intro + hero */
.intro {
  display: block;
  background: #050507;
}
.intro::before { display: none; }
.intro-horizon {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: -68%;
  width: 144vw;
  height: 124vh;
  border-radius: 50%;
  isolation: isolate;
  opacity: 0;
  transform: translateX(-50%) scale(1.42);
  filter: blur(15px);
  animation: dwIntroHorizonIn 2s var(--ease) .12s forwards;
}
.intro-glow,
.intro-moon {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.intro-glow-wide { background: #4922e5; filter: blur(52px); transform: scale(1.04) translateY(7%); opacity: .72; }
.intro-glow-violet { background: #a558fb; filter: blur(29px); transform: scale(1.018) translateY(3.5%); opacity: .92; }
.intro-glow-white { background: #f8f2ff; filter: blur(7px); transform: scale(1.007) translateY(1.2%); box-shadow: 0 8px 28px rgba(255,255,255,.72); }
.intro-moon { z-index: 2; background: #000; box-shadow: inset 0 -18px 48px rgba(73,34,229,.12); }
.intro-content {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 55%;
  width: min(90vw, 900px);
  text-align: center;
  transform: translate(-50%, -50%);
}
.intro-welcome { margin: 0; color: #f5f5f7; font-size: clamp(25px, 3vw, 46px); font-weight: 640; letter-spacing: -.045em; line-height: 1; }
.intro-wordmark {
  display: block;
  margin: 7px 0 0;
  color: #7646ff;
  font-family: "Helvetica Neue", Inter, Arial, sans-serif;
  font-size: clamp(38px, 5.4vw, 78px);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: .98;
  text-shadow: 0 0 34px rgba(112,64,255,.34);
}
.intro-subline { margin: 22px 0 0; color: #aaa8b0; font-size: clamp(10px, 1vw, 13px); font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.intro-piece { opacity: 0; transform: translateY(24px); filter: blur(10px); animation: dwIntroPiece 1.15s var(--ease) var(--delay) forwards; }
.intro-audio-viz { display: flex; justify-content: center; align-items: center; gap: 4px; height: 24px; margin-top: 18px; }
.intro-audio-viz i { width: 2px; height: 3px; border-radius: 99px; background: #8662ff; transform-origin: center; opacity: .62; }
body.audio-live .intro-audio-viz i { animation: dwAudioBar .72s ease-in-out infinite alternate; }
body.audio-live .intro-audio-viz i:nth-child(2),
body.audio-live .intro-audio-viz i:nth-child(6) { animation-delay: -.46s; }
body.audio-live .intro-audio-viz i:nth-child(3),
body.audio-live .intro-audio-viz i:nth-child(5) { animation-delay: -.2s; }
body.audio-live .intro-audio-viz i:nth-child(4) { animation-delay: -.62s; }
.intro-controls { z-index: 8; bottom: 25px; }
.intro-controls button { color: #77747f; font-size: 10px; }
.intro-progress { z-index: 7; left: 50%; bottom: 31px; display: block; width: min(20vw, 220px); transform: translateX(-50%); }
.intro-progress > i { display: block; height: 1px; overflow: hidden; background: rgba(255,255,255,.12); }
.intro-progress b { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #4922e5, #b98aff, #fff); transform: translateX(-100%); animation: dwIntroProgress 10.1s linear .1s forwards; }
body.intro-leaving .intro-content { animation: dwIntroContentExit .55s ease forwards; }
body.intro-leaving .intro-horizon { z-index: 6; animation: dwIntroHorizonExit 1.72s var(--ease) forwards; }
body.intro-leaving .intro { animation: dwIntroExit 1.75s var(--ease) forwards; }

@keyframes dwIntroPiece { to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes dwIntroHorizonIn { to { opacity: 1; transform: translateX(-50%) scale(1); filter: blur(0); } }
@keyframes dwIntroHorizonExit {
  0% { opacity: 1; top: -68%; transform: translateX(-50%) scale(1); }
  46% { opacity: 1; top: -92%; transform: translateX(-50%) scale(1.06); }
  100% { opacity: 0; top: -122%; transform: translateX(-50%) scale(1.12); filter: blur(9px); }
}
@keyframes dwIntroContentExit { to { opacity: 0; transform: translate(-50%, -78%); filter: blur(9px); } }
@keyframes dwIntroExit { 0%, 72% { opacity: 1; } to { opacity: 0; visibility: hidden; } }
@keyframes dwAudioBar { to { height: 19px; opacity: .28; } }
@keyframes dwIntroProgress { to { transform: translateX(0); } }

.hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 100svh;
  padding-top: clamp(150px, 18vh, 205px);
  padding-bottom: clamp(190px, 28vh, 300px);
  overflow: hidden;
  background: linear-gradient(to bottom, #030303 0%, #050505 30%, #545555 74%, #d9dbda 93%, #b6b8b7 100%);
  border-bottom: 0;
}
.hero::after { display: none; }
.hero-grid {
  position: absolute;
  inset: 0 0 30%;
  opacity: .48;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 6rem 5rem;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 56%, transparent 104%);
}
.hero-horizon {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: calc(100% - clamp(150px, 21vh, 220px));
  width: 142%;
  height: clamp(520px, 78vh, 820px);
  border-radius: 50%;
  background: #000;
  box-shadow:
    0 -5px 17px rgba(255,255,255,.95),
    0 -15px 38px rgba(255,255,255,.52),
    0 -30px 76px rgba(255,255,255,.22);
  opacity: 0;
  transform: translateX(-50%) translateY(120px) scaleX(1.12);
}
.hero-horizon span { position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 32px 70px rgba(255,255,255,.04); }
body.site-ready .hero-horizon { animation: dwHeroHorizonIn 1.65s var(--ease) .05s forwards; }
.hero-layout { position: relative; z-index: 3; display: block; }
.hero-copy { max-width: 1080px; margin-inline: auto; padding: 0; text-align: center; }
body.intro-active .hero-copy { opacity: 0; transform: translateY(28px); }
body.site-ready .hero-copy { animation: dwHeroCopyIn .85s var(--ease) .72s both; }
.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 auto 25px;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: linear-gradient(140deg, rgba(255,255,255,.075), rgba(255,255,255,.015));
  color: #aaa;
  font-size: 9px;
  font-weight: 620;
  letter-spacing: .12em;
  backdrop-filter: blur(10px);
}
.hero .eyebrow span { color: #e8e8e8; font-size: 16px; line-height: .6; transition: transform .3s var(--ease); }
.hero .eyebrow:hover span { transform: translateX(3px); }
.hero h1 {
  max-width: 1080px;
  margin: 0 auto;
  color: #f5f5f3;
  font-family: "Helvetica Neue", Inter, Arial, sans-serif;
  font-size: clamp(54px, 7.4vw, 108px);
  font-weight: 650;
  letter-spacing: -.075em;
  line-height: .94;
  text-wrap: balance;
}
.hero-line { padding-bottom: .05em; margin-bottom: -.05em; }
.hero-line > span { transform: translateY(115%); }
body.site-ready .hero-line:nth-child(1) > span { animation: heroLineIn 1.05s var(--ease) .9s forwards; }
body.site-ready .hero-line:nth-child(2) > span { animation: heroLineIn 1.05s var(--ease) 1.08s forwards; }
.hero-lead { max-width: 720px; margin: 25px auto 0; color: #c1c1c1; font-size: clamp(14px, 1.25vw, 18px); line-height: 1.48; text-wrap: balance; }
.hero .button-row { justify-content: center; margin-top: 34px; }
body.site-ready .hero-copy .eyebrow { animation: heroDetailIn .7s var(--ease) .72s forwards; }
body.site-ready .hero-copy .hero-lead { animation: heroDetailIn .8s var(--ease) 1.34s forwards; }
body.site-ready .hero-copy .button-row { animation: heroDetailIn .8s var(--ease) 1.54s forwards; }
.button-hero { min-width: 210px; border-color: rgba(255,255,255,.48); border-radius: 8px; background: rgba(5,5,5,.82); color: #fff; box-shadow: 0 10px 36px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.button-hero:hover { border-color: #fff; background: #050505; }
.hero-scroll { display: none; }

@keyframes dwHeroHorizonIn { to { opacity: 1; transform: translateX(-50%) translateY(0) scaleX(1); } }
@keyframes dwHeroCopyIn { from { opacity: 0; transform: translateY(24px); filter: blur(8px); } to { opacity: 1; transform: none; filter: none; } }

@media (max-width: 1040px) {
  .hero-layout { display: block; }
  .hero-copy { padding-top: 0; }
}

@media (max-width: 760px) {
  .intro-horizon { top: -51%; width: 190vw; height: 103vh; }
  .intro-content { top: 58%; width: calc(100% - 36px); }
  .intro-welcome { font-size: clamp(24px, 8vw, 34px); }
  .intro-wordmark { margin-top: 6px; font-size: clamp(42px, 13vw, 62px); line-height: .95; }
  .intro-subline { margin-top: 18px; font-size: 9px; letter-spacing: .16em; }
  .intro-progress { bottom: 26px; width: 26vw; }
  body.intro-leaving .intro-horizon { animation-name: dwIntroHorizonExitMobile; }
  .hero { min-height: 100svh; padding-top: clamp(138px, 19vh, 168px); padding-bottom: 200px; }
  .hero h1 { font-size: clamp(47px, 13.5vw, 68px); line-height: .94; }
  .hero-lead { max-width: 560px; margin-top: 22px; font-size: 14px; line-height: 1.5; }
  .hero .eyebrow { margin-bottom: 21px; padding: 8px 13px; font-size: 8px; }
  .hero .button-row { display: flex; margin-top: 28px; }
  .hero .button-row .button { width: auto; min-width: 205px; }
  .hero-horizon { top: calc(100% - 115px); width: 205%; height: 460px; }
  .hero-grid { inset-bottom: 24%; background-size: 4rem 4rem; }
}

@keyframes dwIntroHorizonExitMobile {
  0% { opacity: 1; top: -51%; transform: translateX(-50%) scale(1); }
  46% { opacity: 1; top: -70%; transform: translateX(-50%) scale(1.06); }
  100% { opacity: 0; top: -104%; transform: translateX(-50%) scale(1.12); filter: blur(9px); }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Helvetica Neue", Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.intro-active { overflow: hidden; }
body.menu-open { overflow: hidden; }
body.intro-active .site-shell { transform: scale(.985); filter: blur(7px); }
.site-shell { transform-origin: center top; transition: transform 1.2s var(--ease), filter 1.2s var(--ease); }
body.site-ready .site-shell { transform: none; filter: none; }

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding-block: 132px; scroll-margin-top: 108px; }
.section-index {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 56px;
}
.section-heading.compact { grid-template-columns: 1fr; }
.section-heading h2,
.faq-intro h2,
.contact-copy h2 {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.4vw, 78px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .98;
}
.section-heading > p,
.faq-intro > p,
.contact-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

/* Intro */
.intro {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
  background: #030303;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.intro-active .intro { opacity: 1; visibility: visible; pointer-events: auto; }
body.intro-leaving .intro { animation: introExit 1.15s var(--ease) forwards; }
.intro-grid,
.cta-grid {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000, transparent 72%);
}
.intro-grid { animation: introGridDrift 12s linear infinite; }
.intro::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at 50% 48%, rgba(255,255,255,.09), transparent 32%);
  filter: blur(24px);
  animation: introAmbient 6s ease-in-out infinite alternate;
}
.intro-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(80vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(.7);
  opacity: 0;
  animation: orbitReveal 2.5s var(--ease) 6.7s forwards, orbitBreathe 4s ease-in-out 9.2s infinite alternate;
}
.intro-orbit-two { width: min(58vw, 680px); animation-delay: 7.05s, 9.55s; }
.intro-content { position: relative; z-index: 2; width: min(92vw, 1100px); text-align: center; }
.intro-emblem {
  width: 82px;
  height: 82px;
  object-fit: contain;
  margin: 0 auto 22px;
  filter: grayscale(1) brightness(3.4) contrast(1.25);
}
.intro-wordmark {
  display: flex;
  justify-content: center;
  gap: .22em;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 10.5vw, 160px);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .8;
}
.intro-disciplines {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin: 34px 0 0;
  font-size: clamp(10px, 1.2vw, 14px);
  letter-spacing: .22em;
  text-transform: uppercase;
}
.intro-disciplines i { width: 3px; height: 3px; border-radius: 50%; background: var(--white); }
.intro-subline { margin: 15px 0 0; color: var(--muted); font-size: 12px; letter-spacing: .3em; text-transform: uppercase; }
.intro-tags { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 34px; }
.intro-tags span { padding: 8px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #c9c9c9; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.intro-piece { opacity: 0; transform: translateY(34px); filter: blur(10px); animation: introPiece 1.15s var(--ease) var(--delay) forwards; }
.intro-emblem.intro-piece { animation: introPiece 1.15s var(--ease) var(--delay) forwards, emblemFloat 2.8s ease-in-out calc(var(--delay) + 1.25s) infinite alternate; }
.intro-wave { display: grid; gap: 9px; width: min(420px, 72vw); margin: 38px auto 0; }
.intro-wave span { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent); transform: scaleX(.05); animation: waveDraw 1.8s var(--ease) calc(var(--delay) + .2s) forwards, introWaveFloat 3s ease-in-out calc(var(--delay) + 2s) infinite alternate; }
.intro-wave span:nth-child(2) { opacity: .55; transform: translateX(26px) scaleX(.2); }
.intro-wave span:nth-child(3) { opacity: .3; transform: translateX(-20px) scaleX(.2); }
.intro-controls { position: absolute; z-index: 5; left: 32px; right: 32px; bottom: 28px; display: flex; justify-content: space-between; align-items: center; }
.intro-controls button { padding: 10px 0; border: 0; background: transparent; color: #929292; cursor: pointer; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease; }
.intro-controls button:hover { color: var(--white); }
.intro-audio-viz { display: flex; justify-content: center; align-items: center; gap: 4px; height: 28px; margin-top: 22px; }
.intro-audio-viz i { width: 2px; height: 4px; border-radius: 99px; background: #bdbdbd; transform-origin: center; }
body.audio-live .intro-audio-viz i { animation: audioBar .72s ease-in-out infinite alternate; }
body.audio-live .intro-audio-viz i:nth-child(2), body.audio-live .intro-audio-viz i:nth-child(8) { animation-delay: -.46s; }
body.audio-live .intro-audio-viz i:nth-child(3), body.audio-live .intro-audio-viz i:nth-child(7) { animation-delay: -.2s; }
body.audio-live .intro-audio-viz i:nth-child(4), body.audio-live .intro-audio-viz i:nth-child(6) { animation-delay: -.62s; }
body.audio-live .intro-audio-viz i:nth-child(5) { animation-delay: -.34s; }
.intro-side-label { position: absolute; z-index: 4; left: 25px; top: 50%; margin: 0; color: #5f5f5f; font-size: 8px; letter-spacing: .24em; text-transform: uppercase; writing-mode: vertical-rl; opacity: 0; transform: translateY(-42%) rotate(180deg); animation: sideLabelIn 1s var(--ease) 7.8s forwards; }
.intro-progress { position: absolute; z-index: 5; left: 50%; bottom: 29px; display: grid; grid-template-columns: auto minmax(100px, 18vw) auto; gap: 12px; align-items: center; color: #676767; font-size: 8px; letter-spacing: .12em; transform: translateX(-50%); }
.intro-progress > i { display: block; height: 1px; overflow: hidden; background: #282828; }
.intro-progress b { display: block; width: 100%; height: 100%; background: var(--white); transform: translateX(-100%); animation: introProgress 11.35s linear .15s forwards; }
.intro-wipe { position: absolute; z-index: 12; inset: 0; display: grid; grid-template-columns: 1fr 1fr; visibility: hidden; pointer-events: none; }
.intro-wipe span { background: var(--white); transform: translateY(102%); }
body.intro-leaving .intro-wipe { visibility: visible; }
body.intro-leaving .intro-wipe span:first-child { animation: introWipe 1.58s var(--ease) forwards; }
body.intro-leaving .intro-wipe span:last-child { animation: introWipe 1.58s var(--ease) .1s forwards; }
body.intro-leaving .intro-content,
body.intro-leaving .intro-controls { animation: introContentExit .52s ease forwards; }

@keyframes introPiece { to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes waveDraw { to { transform: translateX(0) scaleX(1); } }
@keyframes orbitReveal { to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes orbitBreathe { to { border-color: rgba(255,255,255,.17); transform: translate(-50%, -50%) scale(1.025); } }
@keyframes emblemFloat { to { transform: translateY(-6px); filter: grayscale(1) brightness(3.7) contrast(1.2) drop-shadow(0 0 20px rgba(255,255,255,.18)); } }
@keyframes introGridDrift { to { background-position: 72px 72px; } }
@keyframes introAmbient { to { opacity: .72; transform: scale(1.08); } }
@keyframes introWaveFloat { to { opacity: .32; transform: translateX(10px) scaleX(.98); } }
@keyframes audioBar { to { height: 23px; opacity: .35; } }
@keyframes introProgress { to { transform: translateX(0); } }
@keyframes sideLabelIn { to { opacity: 1; transform: translateY(-50%) rotate(180deg); } }
@keyframes introExit { 48% { opacity: 1; } to { opacity: 0; visibility: hidden; transform: translateY(-1%); } }
@keyframes introWipe { 0% { transform: translateY(102%); } 42%, 62% { transform: translateY(0); } 100% { transform: translateY(-102%); } }
@keyframes introContentExit { to { opacity: 0; transform: translateY(-18px); filter: blur(8px); } }

/* Main-site welcome */
.welcome-flash { position: fixed; z-index: 95; inset: 0; display: grid; place-content: center; gap: 8px; overflow: hidden; background: var(--white); color: #060606; text-align: center; opacity: 0; visibility: hidden; pointer-events: none; }
.welcome-flash span { font-size: 9px; font-weight: 700; letter-spacing: .38em; }
.welcome-flash strong { font-family: Georgia, serif; font-size: clamp(58px, 10vw, 150px); font-weight: 400; letter-spacing: -.075em; line-height: .8; }
.welcome-flash i { display: block; width: 0; height: 1px; margin: 26px auto 0; background: #060606; }
body.site-ready .welcome-flash { visibility: visible; animation: welcomeFlash 2.35s var(--ease) both; }
body.site-ready .welcome-flash strong { animation: welcomeWord 2.1s var(--ease) both; }
body.site-ready .welcome-flash i { animation: welcomeLine 1.1s var(--ease) .3s both; }
@keyframes welcomeFlash { 0% { opacity: 0; clip-path: inset(100% 0 0); } 18%, 56% { opacity: 1; clip-path: inset(0); } 100% { opacity: 0; clip-path: inset(0 0 100%); } }
@keyframes welcomeWord { 0% { opacity: 0; transform: translateY(50px); filter: blur(10px); } 22%, 58% { opacity: 1; transform: none; filter: none; } 100% { opacity: 0; transform: translateY(-35px); filter: blur(7px); } }
@keyframes welcomeLine { 45% { width: 180px; } 100% { width: 0; } }

/* Navigation */
.site-header {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 50%;
  display: flex;
  align-items: center;
  width: max-content;
  max-width: calc(100% - 40px);
  min-height: 52px;
  gap: 13px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translateX(-50%);
}
.site-header.scrolled { background: transparent; }
.site-shell .site-header { opacity: 0; }
body.site-ready .site-shell .site-header { animation: headerEnter .85s var(--ease) 1.55s both; }
@keyframes headerEnter { from { opacity: 0; transform: translate(-50%, -24px); } to { opacity: 1; transform: translate(-50%, 0); } }
.brand { display: flex; min-height: 44px; padding-inline: 5px; align-items: center; color: #fff; }
.brand > span:not(.brand-mark) { display: none; }
.brand-mark { display: block; width: auto; height: auto; border: 0; border-radius: 0; font-size: 20px; font-weight: 780; line-height: 1; letter-spacing: -.06em; }
.main-nav {
  --pill-x: 4px;
  --pill-width: 0px;
  position: relative;
  display: flex;
  width: max-content;
  max-width: 100%;
  justify-self: center;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 3px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 999px;
  background: rgba(28,28,28,.82);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 10px 28px rgba(0,0,0,.22);
  isolation: isolate;
}
.main-nav a {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 36px;
  padding: 0 13px;
  place-items: center;
  color: #b9b9b9;
  font-size: 11px;
  font-weight: 560;
  letter-spacing: .025em;
  text-transform: uppercase;
  transition: color .32s ease;
}
.main-nav a:hover { color: var(--white); }
.main-nav a.is-active { color: #090909; }
.nav-active-pill {
  position: absolute;
  z-index: 1;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: var(--pill-width);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0,0,0,.22), inset 0 -1px 0 rgba(0,0,0,.08);
  opacity: 0;
  transform: translate3d(var(--pill-x), 0, 0);
  transition: transform .62s cubic-bezier(.16,1,.3,1), width .5s cubic-bezier(.16,1,.3,1), opacity .2s ease;
  will-change: transform, width;
  pointer-events: none;
}
.main-nav.nav-pill-mounted .nav-active-pill { opacity: 1; }
.main-nav.nav-pill-instant .nav-active-pill { transition: none; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-contact,
.header-cta { display: flex; min-height: 44px; padding: 0 17px; align-items: center; justify-content: center; border-radius: 999px; font-size: 11px; font-weight: 680; letter-spacing: .025em; text-transform: uppercase; white-space: nowrap; transition: color .25s ease, border-color .25s ease, background .25s ease, transform .3s var(--ease); }
.header-contact,
.header-cta { border: 0; background: var(--white); color: #080808; }
.header-contact:hover,
.header-cta:hover { background: #e7e7e4; transform: translateY(-2px); }
.header-contact span,
.header-cta span { margin-left: 9px; font-size: 14px; }
.menu-button { display: none; }

/* Hero */
.hero { --pointer-x: 68%; --pointer-y: 42%; position: relative; display: flex; align-items: center; min-height: 100svh; padding-top: 140px; padding-bottom: 88px; overflow: hidden; border-bottom: 1px solid var(--line-soft); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle 260px at var(--pointer-x) var(--pointer-y), rgba(255,255,255,.075), transparent 72%); pointer-events: none; transition: background-position .2s ease; }
.wave-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; }
body.site-ready .wave-canvas { animation: canvasReveal 2.2s ease 1.2s forwards; }
.hero-noise { position: absolute; inset: 0; background: radial-gradient(circle at 20% 42%, rgba(255,255,255,.06), transparent 28%), linear-gradient(to bottom, transparent 68%, var(--black)); pointer-events: none; }
.hero-aurora { position: absolute; z-index: 1; left: 44%; top: 12%; width: 48vw; height: 48vw; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.045), transparent 64%); filter: blur(1px); opacity: 0; transform: scale(.72); }
body.site-ready .hero-aurora { animation: auroraEnter 2.2s var(--ease) 1s forwards, auroraFloat 6s ease-in-out 3.3s infinite alternate; }
.hero-particles { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.hero-particles i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #d8d8d8; opacity: 0; box-shadow: 0 0 12px rgba(255,255,255,.55); }
.hero-particles i:nth-child(1) { left: 8%; top: 28%; --float: -24px; --delay: 1.6s; }
.hero-particles i:nth-child(2) { left: 22%; top: 78%; --float: 18px; --delay: 2.2s; }
.hero-particles i:nth-child(3) { left: 47%; top: 21%; --float: -16px; --delay: 1.9s; }
.hero-particles i:nth-child(4) { left: 63%; top: 70%; --float: 25px; --delay: 2.7s; }
.hero-particles i:nth-child(5) { left: 74%; top: 18%; --float: -20px; --delay: 2.4s; }
.hero-particles i:nth-child(6) { left: 88%; top: 44%; --float: 16px; --delay: 1.75s; }
.hero-particles i:nth-child(7) { left: 39%; top: 86%; --float: -18px; --delay: 2.9s; }
.hero-particles i:nth-child(8) { left: 95%; top: 80%; --float: 22px; --delay: 3.1s; }
body.site-ready .hero-particles i { animation: particleReveal 1s ease var(--delay) forwards, particleFloat 3.8s ease-in-out calc(var(--delay) + 1s) infinite alternate; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .56fr); gap: 84px; align-items: end; }
.hero-copy,
.hero-panel { will-change: transform, opacity; }
body.intro-active .hero-copy,
body.intro-active .hero-panel { opacity: 0; transform: translateY(34px); }
body.site-ready .hero-copy { animation: heroEnter .8s var(--ease) 1.65s both; }
body.site-ready .hero-panel { animation: heroEnter 1.05s var(--ease) 2.45s both; }
.eyebrow { margin: 0 0 24px; color: #bdbdbd; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7.8vw, 116px);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .87;
}
.hero h1 em { color: #858585; font-style: italic; font-weight: 400; }
.hero-line { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.hero-line > span { display: block; opacity: 0; transform: translateY(115%) rotate(1.2deg); transform-origin: left bottom; }
body.site-ready .hero-line:nth-child(1) > span { animation: heroLineIn 1.05s var(--ease) 1.85s forwards; }
body.site-ready .hero-line:nth-child(2) > span { animation: heroLineIn 1.05s var(--ease) 2.08s forwards; }
body.site-ready .hero-line:nth-child(3) > span { animation: heroLineIn 1.05s var(--ease) 2.31s forwards; }
.hero-copy .eyebrow,
.hero-copy .hero-lead,
.hero-copy .button-row { opacity: 0; transform: translateY(18px); }
body.site-ready .hero-copy .eyebrow { animation: heroDetailIn .7s var(--ease) 1.65s forwards; }
body.site-ready .hero-copy .hero-lead { animation: heroDetailIn .8s var(--ease) 2.65s forwards; }
body.site-ready .hero-copy .button-row { animation: heroDetailIn .8s var(--ease) 2.88s forwards; }
.hero-lead { max-width: 680px; margin: 34px 0 0; color: #a7a7a7; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
  transition: transform .3s var(--ease), background .3s ease, color .3s ease, border-color .3s ease;
}
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: #080808; }
.button-light:hover { background: #fff; }
.button-ghost { border-color: #363636; background: rgba(7,7,7,.55); color: var(--white); }
.button-ghost:hover { border-color: #6d6d6d; }
.button-dark { background: #070707; color: var(--white); }
.hero-panel { padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(8,8,8,.7); box-shadow: 0 40px 100px rgba(0,0,0,.38); backdrop-filter: blur(14px); }
.panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; color: var(--muted); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.live { display: flex; align-items: center; gap: 7px; }
.live i { width: 5px; height: 5px; border-radius: 50%; background: var(--white); box-shadow: 0 0 12px #fff; }
.journey-mini { display: grid; gap: 0; }
.journey-mini div { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; min-height: 48px; color: #6f6f6f; transform: translateX(0); transition: color .42s ease, transform .42s var(--ease); }
.journey-mini div:not(:last-child)::after { content: ""; position: absolute; left: 14px; bottom: -3px; width: 1px; height: 12px; background: #343434; }
.journey-mini b { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #313131; border-radius: 50%; font-size: 9px; font-weight: 500; transition: border-color .42s ease, background .42s ease, color .42s ease, box-shadow .42s ease; }
.journey-mini span { font-size: 13px; }
.journey-mini .active { color: var(--white); transform: translateX(7px); }
.journey-mini .active b { border-color: var(--white); background: var(--white); color: #080808; box-shadow: 0 0 24px rgba(255,255,255,.28); }
.hero-panel > p { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.6; }
.hero-scroll { position: absolute; z-index: 3; right: 34px; bottom: 26px; display: flex; align-items: center; gap: 12px; color: #7d7d7d; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.hero-scroll i { display: block; width: 46px; height: 1px; background: #5c5c5c; }

/* Marquee */
.marquee { overflow: hidden; border-bottom: 1px solid var(--line-soft); background: #080808; }
.marquee-track { display: flex; align-items: center; gap: 28px; width: max-content; min-height: 62px; color: #8d8d8d; animation: marquee 28s linear infinite; }
.marquee-track span { font-family: Georgia, serif; font-size: 13px; letter-spacing: .16em; }
.marquee-track i { width: 4px; height: 4px; border-radius: 50%; background: #515151; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes heroEnter { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }
@keyframes heroLineIn { to { opacity: 1; transform: none; } }
@keyframes heroDetailIn { to { opacity: 1; transform: none; } }
@keyframes canvasReveal { to { opacity: .72; } }
@keyframes auroraEnter { to { opacity: 1; transform: scale(1); } }
@keyframes auroraFloat { to { transform: translate(3%, -2%) scale(1.04); border-color: rgba(255,255,255,.14); } }
@keyframes particleReveal { to { opacity: .55; } }
@keyframes particleFloat { to { transform: translateY(var(--float)) scale(1.6); opacity: .18; } }

/* Reveal */
.reveal { opacity: 0; transform: translateY(48px) scale(.985); filter: blur(7px); transition: opacity .95s var(--ease), transform .95s var(--ease), filter .95s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; filter: none; }

/* Manifesto */
.manifesto { min-height: 78vh; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line-soft); }
.manifesto-text { max-width: 1170px; margin: 0; color: #666; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 7vw, 104px); letter-spacing: -.06em; line-height: .98; }
.manifesto-text span { color: var(--white); }

/* Comparison */
.comparison { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.comparison-column { padding: 34px; }
.comparison-column + .comparison-column { border-left: 1px solid var(--line); }
.comparison-label { margin: 0 0 22px; color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.comparison-column > div { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 21px 0; border-top: 1px solid var(--line); transition: margin .42s var(--ease), padding .42s var(--ease), background .42s ease, opacity .42s ease; }
.comparison-column > div span { color: #6e6e6e; font-size: 10px; }
.comparison-column > div p { margin: 0; color: #9a9a9a; font-size: 15px; line-height: 1.55; }
.light-column { background: var(--white); color: #080808; }
.light-column .comparison-label { color: #5a5a5a; }
.light-column > div { border-color: #d6d6d2; }
.light-column > div span { color: #737373; }
.light-column > div p { color: #111; }
.muted-column > div:not(.row-active) { opacity: .56; }
.comparison-column > div.row-active { margin-inline: -13px; padding-inline: 13px; border-radius: 13px; }
.muted-column > div.row-active { background: #151515; opacity: 1; }
.light-column > div.row-active { background: #dededa; }

/* Bento */
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bento-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 360px; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #101010, #090909); }
.bento-card::after { content: ""; position: absolute; right: -80px; bottom: -90px; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.bento-wide { grid-column: span 2; }
.card-number { color: #626262; font-size: 10px; letter-spacing: .1em; }
.card-kicker { margin: 0 0 10px; color: #7f7f7f; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.bento-card h3 { max-width: 500px; margin: 0; font-family: Georgia, serif; font-size: clamp(26px, 2.5vw, 40px); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.bento-card p:last-child { max-width: 500px; margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.card-arrow { position: absolute; top: 20px; right: 24px; color: #838383; font-size: 22px; }

/* Features */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 330px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #080808; transition: background .55s ease, box-shadow .55s ease, transform .55s var(--ease), filter .95s var(--ease), opacity .95s var(--ease); }
.feature-card > span { color: #5b5b5b; font-size: 10px; }
.feature-icon { display: grid; place-items: center; width: 50px; height: 50px; margin: 52px 0 34px; border: 1px solid #333; border-radius: 14px; color: #d8d8d8; font-family: Georgia, serif; font-size: 18px; }
.feature-card h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.feature-card.auto-active { z-index: 2; background: #151515; box-shadow: inset 0 0 0 1px #4c4c4c, 0 22px 55px rgba(0,0,0,.28); transform: translateY(-5px); }
.feature-card.auto-active .feature-icon { border-color: var(--white); background: var(--white); color: #080808; box-shadow: 0 0 34px rgba(255,255,255,.13); }

/* Stats */
.stats-section { border-block: 1px solid var(--line-soft); background: var(--white); color: #080808; }
.stats-section .section-index { color: #606060; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { min-height: 210px; padding: 14px 28px; border-left: 1px solid #cacac6; }
.stats-grid > div:last-child { border-right: 1px solid #cacac6; }
.stats-grid strong { display: block; margin-bottom: 60px; font-family: Georgia, serif; font-size: clamp(62px, 7vw, 102px); font-weight: 400; letter-spacing: -.06em; line-height: .8; }
.stats-grid span { color: #535353; font-size: 12px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.stats-note { margin: 30px 0 0; color: #727272; font-size: 11px; }

/* Stepper */
.stepper { border-top: 1px solid var(--line); }
.step { position: relative; display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 24px; min-height: 170px; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding .55s var(--ease), background .55s ease; }
.step::before { content: ""; position: absolute; left: -24px; top: 0; bottom: 0; width: 2px; background: var(--white); transform: scaleY(0); transform-origin: top; transition: transform .55s var(--ease); }
.step > span { display: grid; place-items: center; align-self: start; width: 42px; height: 42px; border: 1px solid #414141; border-radius: 50%; color: #999; font-size: 10px; transition: background .45s ease, color .45s ease, border-color .45s ease, transform .45s var(--ease); }
.step h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: clamp(30px, 3vw, 46px); font-weight: 400; letter-spacing: -.04em; }
.step p { max-width: 760px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.step.is-active { padding-left: 22px; background: linear-gradient(90deg, rgba(255,255,255,.045), transparent 72%); }
.step.is-active::before { transform: scaleY(1); }
.step.is-active > span { border-color: var(--white); background: var(--white); color: #080808; transform: scale(1.08); }
.step.is-active h3 { color: #fff; }

/* Automated section navigator */
.section-rail { position: fixed; z-index: 75; top: 50%; right: 15px; display: grid; gap: 4px; transform: translateY(-50%); }
.section-rail a { display: flex; justify-content: flex-end; align-items: center; gap: 8px; min-height: 20px; color: #6c6c6c; }
.section-rail a span { width: 0; overflow: hidden; opacity: 0; font-size: 8px; letter-spacing: .08em; transition: width .35s var(--ease), opacity .35s ease; }
.section-rail a i { display: block; width: 12px; height: 1px; background: #505050; transition: width .35s var(--ease), background .35s ease; }
.section-rail a.active { color: var(--white); }
.section-rail a.active span { width: 18px; opacity: 1; }
.section-rail a.active i { width: 30px; background: var(--white); }

/* Interactive Before / After comparison */
.why-stage { display: grid; grid-template-columns: minmax(0, 2.08fr) minmax(270px, .92fr); gap: 16px; align-items: stretch; }
.dw-compare {
  --compare: 50%;
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #393939;
  border-radius: 30px;
  background: #080808;
  box-shadow: 0 42px 110px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.025);
  isolation: isolate;
  cursor: default;
  touch-action: pan-y;
}
.dw-compare:focus-within { outline: 2px solid rgba(255,255,255,.78); outline-offset: 5px; }
.dw-compare__scene { position: absolute; inset: 0; overflow: hidden; }
.dw-compare__scene--before { background: linear-gradient(145deg, #d7d7d3 0%, #b5b5b1 100%); color: #111; }
.dw-compare__scene--after {
  z-index: 2;
  background: radial-gradient(circle at 78% 38%, rgba(118,86,255,.18), transparent 30%), linear-gradient(145deg, #111117 0%, #050506 62%, #000 100%);
  color: #fff;
  clip-path: inset(0 0 0 var(--compare));
  will-change: clip-path;
}
.dw-compare__texture { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,.055) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,.05) 1px, transparent 1px); background-size: 52px 52px; opacity: .6; }
.dw-compare__texture::after { content: ""; position: absolute; width: 560px; height: 560px; left: -210px; bottom: -330px; border: 1px solid rgba(0,0,0,.13); border-radius: 50%; box-shadow: 0 0 0 58px rgba(0,0,0,.035), 0 0 0 116px rgba(0,0,0,.025); }
.dw-compare__aurora { position: absolute; width: 72%; height: 105%; right: -6%; top: -16%; background: radial-gradient(ellipse at center, rgba(155,130,255,.25), rgba(109,86,229,.09) 36%, transparent 69%); filter: blur(30px); opacity: .9; animation: compareAurora 7s ease-in-out infinite alternate; }
.dw-compare__aurora::after { content: ""; position: absolute; inset: 21% 5% 12% 28%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 70px rgba(145,120,255,.16), inset 0 0 70px rgba(255,255,255,.025); transform: rotate(-18deg); }
.dw-compare__monogram { position: absolute; right: 2.5%; bottom: -9%; color: rgba(255,255,255,.035); font-family: Arial, sans-serif; font-size: clamp(190px, 22vw, 340px); font-weight: 800; letter-spacing: -.13em; line-height: .8; user-select: none; }
.dw-compare__labels { position: absolute; z-index: 6; inset: 0; pointer-events: none; }
.dw-compare__side-label { position: absolute; top: 34px; display: flex; align-items: center; gap: 10px; padding: 8px 12px 8px 8px; border-radius: 999px; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; opacity: var(--label-opacity, 1); transform: translateX(var(--label-shift, 0px)); transition: opacity .18s linear, transform .24s var(--ease), visibility .18s; }
.dw-compare__side-label span { padding: 7px 10px; border-radius: 999px; font-weight: 750; }
.dw-compare__side-label b { font-weight: 700; }
.dw-compare__side-label--before { left: 34px; border: 1px solid rgba(0,0,0,.14); color: #444; background: rgba(229,229,226,.94); box-shadow: 0 15px 34px rgba(0,0,0,.12); }
.dw-compare__side-label--before span { background: #111; color: #fff; }
.dw-compare__side-label--after { right: 34px; border: 1px solid rgba(255,255,255,.15); color: #c9c9cf; background: rgba(12,12,15,.88); box-shadow: 0 15px 34px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.dw-compare__side-label--after span { background: linear-gradient(135deg, #fff, #d8d3ff); color: #080808; box-shadow: 0 0 24px rgba(181,163,255,.22); }
.dw-compare.is-after-full .dw-compare__side-label--before { visibility: hidden; }
.dw-compare.is-before-full .dw-compare__side-label--after { visibility: hidden; }
.dw-compare__copy { position: absolute; z-index: 2; top: 138px; width: 48%; }
.dw-compare__scene--before .dw-compare__copy { left: 5%; }
.dw-compare__scene--after .dw-compare__copy { left: 5%; }
.dw-compare__kicker { margin: 0 0 15px; font-size: 9px; font-weight: 720; letter-spacing: .15em; text-transform: uppercase; }
.dw-compare__scene--before .dw-compare__kicker { color: #5c5c5a; }
.dw-compare__scene--after .dw-compare__kicker { color: #a99bff; text-shadow: 0 0 22px rgba(148,123,255,.55); }
.dw-compare__copy h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(30px, 2.7vw, 46px); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.dw-compare__scene--before .dw-compare__copy h3 { color: #171717; text-shadow: 0 1px 0 rgba(255,255,255,.2); }
.dw-compare__scene--after .dw-compare__copy h3 { background: linear-gradient(180deg, #fff 15%, #a9a8b1 92%); background-clip: text; -webkit-background-clip: text; color: transparent; text-shadow: 0 18px 45px rgba(0,0,0,.3); }
.dw-compare__copy ul { display: grid; gap: 10px; margin: 27px 0 0; padding: 0; list-style: none; }
.dw-compare__copy li { position: relative; padding-left: 18px; font-size: 12px; line-height: 1.45; }
.dw-compare__copy li::before { content: ""; position: absolute; left: 0; top: .58em; width: 6px; height: 6px; border-radius: 50%; }
.dw-compare__scene--before .dw-compare__copy li { color: #555; }
.dw-compare__scene--before .dw-compare__copy li::before { border: 1px solid #707070; }
.dw-compare__scene--after .dw-compare__copy li { color: #b7b7bd; }
.dw-compare__scene--after .dw-compare__copy li::before { background: #fff; box-shadow: 0 0 13px #917bff; }
.dw-compare__status { position: absolute; z-index: 2; bottom: 34px; display: grid; min-width: min(370px, 39%); padding: 19px 20px; border-radius: 17px; backdrop-filter: blur(15px); }
.dw-compare__scene--before .dw-compare__status { right: 34px; border: 1px solid rgba(0,0,0,.13); background: rgba(255,255,255,.2); }
.dw-compare__scene--after .dw-compare__status { right: 34px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.045); box-shadow: 0 24px 55px rgba(0,0,0,.3); }
.dw-compare__status span { color: #686866; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.dw-compare__scene--after .dw-compare__status span { color: #9189bc; }
.dw-compare__status strong { margin-top: 7px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; letter-spacing: -.03em; }
.dw-compare__status i { margin-top: 11px; font-size: 9px; font-style: normal; letter-spacing: .05em; opacity: .58; }
.dw-compare__divider { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--compare); width: 2px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.96) 16%, rgba(255,255,255,.96) 84%, transparent); box-shadow: 0 0 24px rgba(255,255,255,.28); transform: translateX(-50%); pointer-events: none; will-change: left; }
.dw-compare__handle { position: absolute; left: 50%; top: 50%; display: flex; width: 38px; height: 64px; align-items: center; justify-content: center; gap: 3px; border: 1px solid rgba(0,0,0,.08); border-radius: 999px; background: linear-gradient(180deg, #fff, #e9e9e9); color: #0b0b0b; box-shadow: 0 13px 34px rgba(0,0,0,.3), 0 0 0 4px rgba(255,255,255,.07); transform: translate(-50%, -50%); transition: transform .25s var(--ease), box-shadow .25s ease; }
.dw-compare.is-dragging .dw-compare__handle { box-shadow: 0 20px 48px rgba(0,0,0,.4), 0 0 0 8px rgba(255,255,255,.11), 0 0 34px rgba(145,123,255,.25); transform: translate(-50%, -50%) scale(1.07); }
.dw-compare__handle i { font-family: Arial, sans-serif; font-size: 16px; font-style: normal; line-height: 1; }
.dw-compare__drag-label { position: absolute; left: 50%; top: calc(50% - 55px); padding: 5px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(9,9,11,.78); color: #fff; font-size: 6px; font-weight: 720; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); backdrop-filter: blur(10px); }
.dw-compare__range { position: absolute; z-index: 7; left: var(--compare); top: 50%; width: 64px; height: 102px; margin: 0; padding: 0; opacity: 0; appearance: none; transform: translate(-50%, -50%); cursor: grab; touch-action: none; }
.dw-compare__range:active { cursor: grabbing; }

.system-chart { position: relative; display: flex; min-width: 0; min-height: 560px; padding: 25px; overflow: hidden; flex-direction: column; border: 1px solid #303038; border-radius: 30px; background: radial-gradient(circle at 65% 5%, rgba(126,94,255,.14), transparent 31%), linear-gradient(160deg, #101014, #070708 62%); box-shadow: 0 42px 110px rgba(0,0,0,.28); }
.system-chart::after { content: ""; position: absolute; width: 230px; height: 230px; right: -125px; top: 105px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.018), 0 0 75px rgba(119,91,255,.1); pointer-events: none; }
.system-chart__head { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.system-chart__head p { margin: 0 0 8px; color: #9c8dff; font-size: 8px; font-weight: 730; letter-spacing: .17em; text-transform: uppercase; }
.system-chart__head h3 { max-width: 210px; margin: 0; font-family: Georgia, serif; font-size: clamp(23px, 2vw, 31px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.system-chart__head > span { display: grid; min-width: 48px; min-height: 30px; place-items: center; border: 1px solid #36363e; border-radius: 999px; color: #777783; font-size: 8px; letter-spacing: .08em; }
.system-chart__summary { position: relative; z-index: 2; display: flex; margin-top: 28px; align-items: flex-end; }
.system-chart__summary strong { font-family: Georgia, serif; font-size: clamp(56px, 5.2vw, 76px); font-weight: 400; letter-spacing: -.065em; line-height: .75; }
.system-chart__summary > span { margin: 0 0 1px 8px; color: #66666f; font-size: 11px; }
.system-chart__summary p { margin: 0 0 0 auto; color: #a69bf4; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.system-chart__plot { position: relative; z-index: 2; flex: 1; min-height: 290px; margin-top: 28px; }
.system-chart__scale { position: absolute; inset: 0 auto 42px 0; display: flex; width: 25px; flex-direction: column; justify-content: space-between; color: #55555d; font-size: 7px; }
.system-chart__guides { position: absolute; inset: 3px 0 45px 30px; display: flex; flex-direction: column; justify-content: space-between; }
.system-chart__guides i { display: block; width: 100%; height: 1px; background: rgba(255,255,255,.075); }
.system-chart__bars { position: absolute; inset: 0 5px 0 42px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 2vw, 28px); }
.system-chart__column { position: relative; min-width: 0; height: 100%; }
.system-chart__column > span { position: absolute; z-index: 2; left: 50%; bottom: 47px; color: #898991; font-family: Georgia, serif; font-size: 20px; transform: translateX(-50%); transition: bottom 1.45s var(--ease) .18s, color .45s ease .35s; }
.system-chart__column p { position: absolute; left: 50%; bottom: 0; width: 100%; margin: 0; color: #707078; font-size: 8px; line-height: 1.35; text-align: center; text-transform: uppercase; letter-spacing: .08em; transform: translateX(-50%); }
.system-chart__track { position: absolute; left: 50%; bottom: 43px; width: min(66px, 78%); height: calc(100% - 48px); overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 13px 13px 6px 6px; background: rgba(255,255,255,.025); transform: translateX(-50%); }
.system-chart__track i { position: absolute; left: 0; right: 0; bottom: 0; height: 0; border-radius: 11px 11px 4px 4px; transition: height 1.45s var(--ease) .18s; }
.system-chart__column--usual .system-chart__track i { background: linear-gradient(180deg, #73737a, #28282d); }
.system-chart__column--dw .system-chart__track { border-color: rgba(178,161,255,.26); box-shadow: inset 0 0 24px rgba(122,95,255,.08); }
.system-chart__column--dw .system-chart__track i { background: linear-gradient(180deg, #f7f5ff 0%, #aa98ff 38%, #6045d9 100%); box-shadow: 0 0 30px rgba(139,111,255,.52); }
.system-chart.is-chart-active .system-chart__track i { height: var(--chart-target); }
.system-chart.is-chart-active .system-chart__column > span { bottom: var(--chart-label-bottom); color: #fff; }
.system-chart__column--usual { --chart-label-bottom: calc(43px + 8%); }
.system-chart__column--dw { --chart-label-bottom: calc(-8px + 95%); }
.system-chart__note { position: relative; z-index: 2; margin: 12px 0 0; color: #55555d; font-size: 7px; line-height: 1.45; }
@keyframes compareAurora { from { opacity: .62; transform: translate3d(-2%, 1%, 0) scale(.96); } to { opacity: 1; transform: translate3d(2%, -1%, 0) scale(1.04); } }

/* Journey */
.journey-section { overflow: hidden; border-block: 1px solid var(--line-soft); background: #080808; }
.journey-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); }
.journey-line::before { content: ""; position: absolute; top: 22px; left: 2%; right: 2%; height: 1px; background: linear-gradient(90deg, #333, #e7e7e7); }
.journey-line article { position: relative; padding-right: 32px; }
.journey-line article > span { position: relative; z-index: 2; display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 40px; border: 1px solid #434343; border-radius: 50%; background: #080808; color: #7d7d7d; font-size: 9px; }
.journey-line article:last-child > span { background: var(--white); color: #080808; border-color: var(--white); }
.journey-line h3 { margin: 0 0 13px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; letter-spacing: -.035em; }
.journey-line p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

/* Case */
.cases-layout { display: grid; grid-template-columns: minmax(260px, .66fr) minmax(0, 1.34fr); gap: clamp(48px, 7vw, 96px); align-items: center; }
.cases-intro { align-self: center; }
.cases-intro h2 { max-width: 520px; margin: 14px 0 24px; font-family: Georgia, serif; font-size: clamp(46px, 5vw, 74px); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.cases-intro > p:not(.section-index) { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.case-accordion { display: flex; height: 440px; gap: 12px; justify-content: flex-end; }
.case-accordion__item { position: relative; flex: 0 0 56px; min-width: 0; overflow: hidden; border: 1px solid #303030; border-radius: 28px; background: #090909; isolation: isolate; transition: flex-basis .72s var(--ease), border-radius .62s var(--ease), border-color .35s ease; }
.case-accordion__item::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(to right, rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 46px 46px; opacity: .32; }
.case-accordion__item--studio::after { content: ""; position: absolute; z-index: -1; inset: 0 0 0 36%; background: linear-gradient(90deg, #090909 0%, rgba(9,9,9,.58) 38%, rgba(9,9,9,.18) 100%), url("assets/case-cover.png") center / cover no-repeat; filter: grayscale(1) contrast(1.06); opacity: 0; transform: scale(1.04); transition: opacity .5s ease .12s, transform 1s var(--ease); }
.case-accordion__item.is-active { flex: 1 1 520px; border-color: #555; border-radius: 24px; }
.case-accordion__item.is-active::after { opacity: .36; transform: scale(1); }
.case-accordion__tab { position: absolute; z-index: 3; inset: 0; display: flex; width: 100%; padding: 20px 0; align-items: center; justify-content: center; border: 0; border-radius: inherit; background: #0b0b0b; color: #e7e7e7; cursor: pointer; font: inherit; transition: background .35s ease, color .35s ease, inset .55s var(--ease); }
.case-accordion__tab span { font-size: 13px; font-weight: 700; letter-spacing: .04em; white-space: nowrap; writing-mode: vertical-rl; transform: rotate(180deg); }
.case-accordion__item:not(.is-active):hover { border-color: #858585; }
.case-accordion__item:not(.is-active):hover .case-accordion__tab { background: #151515; }
.case-accordion__item.is-active .case-accordion__tab { inset: auto 0 0; height: 58px; padding: 0 24px; justify-content: flex-end; border-radius: 0; background: linear-gradient(0deg, rgba(6,6,6,.98), rgba(6,6,6,.5)); }
.case-accordion__item.is-active .case-accordion__tab span { color: #a8a8a8; font-size: 10px; letter-spacing: .1em; writing-mode: horizontal-tb; transform: none; }
.case-accordion__panel { position: absolute; z-index: 1; inset: 0; display: flex; min-width: 430px; padding: 34px 34px 76px; flex-direction: column; align-items: flex-start; opacity: 0; transform: translateX(20px); transition: opacity .32s ease, transform .55s var(--ease); pointer-events: none; }
.case-accordion__item.is-active .case-accordion__panel { opacity: 1; transform: none; transition-delay: .2s; pointer-events: auto; }
.case-accordion__meta { margin: 0; color: #858585; font-size: 9px; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.case-accordion__panel h3 { max-width: 470px; margin: auto 0 16px; font-family: Georgia, serif; font-size: clamp(34px, 3.5vw, 50px); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.case-accordion__panel > p:not(.case-accordion__meta) { max-width: 470px; margin: 0; color: #a2a2a2; font-size: 13px; line-height: 1.62; }
.case-accordion__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.case-accordion__tags span { padding: 7px 9px; border: 1px solid #383838; border-radius: 999px; color: #9b9b9b; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.case-accordion__link { min-height: 42px; margin-top: 22px; padding-inline: 16px; font-size: 10px; }
.case-accordion__link span { margin-left: 10px; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 650px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #0a0a0a; }
.price-card.featured { background: var(--white); color: #080808; }
.price-label { margin: 0 0 26px; color: #7e7e7e; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.price-card h3 { max-width: 540px; margin: 0; font-family: Georgia, serif; font-size: clamp(37px, 4vw, 58px); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.price-description { max-width: 540px; margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.featured .price-description, .featured .price-label { color: #626262; }
.price { margin: 58px 0 34px; font-family: Georgia, serif; font-size: clamp(42px, 4vw, 64px); letter-spacing: -.055em; }
.price small { color: #858585; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.price-card ul { display: grid; gap: 13px; margin: 0 0 34px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: #d2d2ce; }
.price-card li { position: relative; padding-left: 20px; color: #a4a4a4; font-size: 13px; line-height: 1.45; }
.featured li { color: #353535; }
.price-card li::before { content: ""; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.price-card .button { align-self: flex-start; margin-top: auto; }
.featured .button-dark { border-color: #070707; }
.price-badge { position: absolute; top: 28px; right: 28px; padding: 8px 12px; border: 1px solid #c4c4c0; border-radius: 999px; color: #4c4c4c; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.pricing-note { max-width: 850px; margin: 24px 0 0; color: #777; font-size: 11px; line-height: 1.6; }

/* FAQ */
.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro > p { max-width: 440px; margin-top: 24px; }
.faq-intro > a { display: inline-block; margin-top: 26px; padding-bottom: 6px; border-bottom: 1px solid #555; color: #b7b7b7; font-size: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { overflow: hidden; border-bottom: 1px solid var(--line); background: transparent; transition: background .55s ease, border-color .55s ease; }
.faq-list details.is-open { border-color: #353535; background: linear-gradient(90deg, rgba(255,255,255,.026), transparent 74%); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; min-height: 90px; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: clamp(21px, 2vw, 29px); letter-spacing: -.03em; transition: color .35s ease, padding .55s var(--ease); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #707070; font-family: Arial, sans-serif; font-size: 22px; font-weight: 300; transition: color .4s ease, transform .55s var(--ease); }
.faq-list details.is-open summary { color: #fff; padding-left: 8px; }
.faq-list details.is-open summary span { color: #fff; transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .62s var(--ease), opacity .38s ease; }
.faq-answer > div { min-height: 0; overflow: hidden; }
.faq-answer p { max-width: 720px; margin: -8px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.75; opacity: 0; transform: translateY(-12px); transition: opacity .38s ease, transform .55s var(--ease); }
.faq-list details.is-open .faq-answer { grid-template-rows: 1fr; opacity: 1; }
.faq-list details.is-open .faq-answer p { opacity: 1; transform: none; transition-delay: .08s; }

/* CTA and contact */
.cta-box { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; min-height: 520px; padding: 54px; overflow: hidden; border: 1px solid #333; border-radius: var(--radius); background: #090909; }
.cta-box > *:not(.cta-grid) { position: relative; z-index: 2; }
.cta-box h2 { max-width: 920px; margin: 0; font-family: Georgia, serif; font-size: clamp(50px, 6.5vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .92; }
.cta-box p:not(.section-index) { max-width: 690px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; border-top: 1px solid var(--line-soft); }
.contact-copy .contact-links { display: grid; gap: 12px; margin-top: 34px; }
.contact-links a { color: #bebebe; font-size: 13px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 16px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #0a0a0a; }
.contact-form label { display: grid; gap: 10px; }
.contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4) { grid-column: 1 / -1; }
.contact-form label > span { color: #8a8a8a; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #343434; border-radius: 0; outline: none; background: transparent; color: var(--white); font-size: 14px; line-height: 1.5; transition: border-color .25s ease; }
.contact-form input, .contact-form select { height: 48px; }
.contact-form textarea { resize: vertical; min-height: 112px; padding: 12px 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #969696; }
.contact-form select { appearance: none; }
.contact-form option { background: #111; color: var(--white); }
.contact-form .button { justify-self: start; margin-top: 10px; }
.form-note { align-self: center; margin: 10px 0 0; color: #666; font-size: 10px; line-height: 1.55; }

/* Footer */
.footer { padding-top: 88px; padding-bottom: 34px; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; align-items: end; padding-bottom: 76px; }
.footer-brand { font-family: Georgia, serif; font-size: clamp(58px, 8vw, 120px); letter-spacing: -.07em; line-height: .72; }
.footer-top p { margin: 0; color: #777; font-size: 11px; line-height: 1.6; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid var(--line); color: #6f6f6f; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom > div { display: flex; gap: 28px; }
.footer-bottom a:hover { color: var(--white); }

/* Inner pages */
.inner-page .site-header { position: sticky; left: auto; top: 18px; transform: none; margin: 18px auto 0; }
.inner-main { padding-top: 80px; }
.inner-hero { padding-top: 100px; padding-bottom: 90px; border-bottom: 1px solid var(--line); }
.back-link { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 60px; color: #8c8c8c; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.inner-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.inner-hero h1 { max-width: 900px; margin: 0; font-family: Georgia, serif; font-size: clamp(58px, 8vw, 112px); font-weight: 400; letter-spacing: -.065em; line-height: .87; }
.inner-hero-copy > p { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.inner-meta { display: grid; gap: 20px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #0a0a0a; }
.inner-meta div { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.inner-meta div:last-child { padding: 0; border: 0; }
.inner-meta span { color: #686868; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.inner-meta strong { font-size: 12px; font-weight: 500; text-align: right; }
.case-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.case-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #111; }
.case-gallery img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.04); }
.case-gallery figure:first-child { grid-row: span 2; }
.case-gallery figcaption { padding: 14px 18px; color: #777; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.case-before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.case-side { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.case-side.after { background: var(--white); color: #080808; }
.case-side h3 { margin: 0 0 28px; font-family: Georgia, serif; font-size: 42px; font-weight: 400; }
.case-side ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.case-side li { padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.55; }
.case-side.after li { border-color: #d1d1cd; color: #343434; }
.result-copy { max-width: 920px; }
.result-copy p { margin: 0 0 20px; color: #a0a0a0; font-size: clamp(19px, 2vw, 26px); line-height: 1.55; }
.package-detail-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.package-section { padding-block: 105px; border-bottom: 1px solid var(--line-soft); scroll-margin-top: 100px; }
.package-detail-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; }
.package-price-block { position: sticky; top: 120px; align-self: start; }
.package-price-block .price { margin-top: 26px; }
.package-detail-content h2 { margin: 0 0 26px; font-family: Georgia, serif; font-size: clamp(40px, 5vw, 68px); font-weight: 400; letter-spacing: -.05em; }
.package-detail-content > p { max-width: 780px; margin: 0 0 34px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.package-detail-list li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); color: #b0b0b0; font-size: 14px; line-height: 1.5; }
.package-detail-list li::before { content: "✓"; color: var(--white); }

@media (max-width: 1040px) {
  .section { padding-block: 104px; }
  .hero-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { padding-top: 80px; }
  .hero-panel { max-width: 640px; }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .stats-grid > div:nth-child(3) { border-left: 1px solid #cacac6; }
  .stats-grid > div:nth-child(2) { border-right: 1px solid #cacac6; }
  .journey-line { grid-template-columns: 1fr; gap: 0; }
  .journey-line::before { top: 0; bottom: 0; left: 22px; right: auto; width: 1px; height: auto; background: linear-gradient(#333, #e7e7e7); }
  .journey-line article { display: grid; grid-template-columns: 64px 1fr; padding: 0 0 44px; }
  .journey-line article > span { grid-row: span 2; margin: 0; }
  .cases-layout { grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr); gap: 44px; }
  .cta-box { grid-template-columns: 1fr; }
  .faq-section, .contact-section { grid-template-columns: 1fr; gap: 60px; }
  .faq-intro { position: static; }
  .inner-hero-grid, .package-detail-grid { grid-template-columns: 1fr; }
  .package-price-block { position: static; }
}

@media (max-width: 1380px) {
  .section-rail { display: none; }
}

@media (max-width: 900px) {
  .why-stage { grid-template-columns: 1fr; }
  .system-chart { min-height: 520px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding-block: 78px; }
  .site-header { top: 12px; display: grid; width: calc(100% - 24px); max-width: none; min-height: 58px; gap: 0; grid-template-columns: 1fr auto; }
  .brand { position: static; transform: none; }
  .header-actions { display: none; }
  .menu-button { position: relative; z-index: 3; display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 0; border-radius: 50%; background: var(--white); cursor: pointer; }
  .menu-button > span:not(.sr-only) { width: 16px; height: 1px; background: #080808; transition: transform .25s ease; }
  .menu-button[aria-expanded="true"] > span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: fixed; inset: -13px -13px auto; display: flex; width: auto; max-width: none; justify-self: stretch; flex-direction: column; align-items: flex-start; gap: 0; padding: 104px 28px 28px; border: 1px solid #262626; border-radius: 28px; background: #080808; box-shadow: none; opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .3s ease, transform .3s var(--ease), visibility .3s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { display: flex; width: 100%; min-height: 0; padding: 16px 0; border-top: 1px solid #222; color: var(--white); font-family: Georgia, serif; font-size: 25px; font-weight: 400; letter-spacing: normal; text-transform: none; }
  .main-nav a.is-active { color: var(--white); }
  .nav-active-pill { display: none; }
  .hero { min-height: auto; padding-top: 145px; padding-bottom: 90px; }
  .hero-layout { gap: 42px; }
  .hero-copy { padding-top: 20px; }
  .hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .hero-lead { margin-top: 26px; font-size: 15px; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .hero-scroll { display: none; }
  .intro-wordmark { flex-direction: column; gap: 8px; font-size: clamp(66px, 20vw, 96px); line-height: .64; }
  .intro-emblem { width: 66px; height: 66px; margin-bottom: 30px; }
  .intro-disciplines { gap: 8px; margin-top: 42px; font-size: 8px; letter-spacing: .15em; }
  .intro-subline { font-size: 8px; letter-spacing: .22em; }
  .intro-tags { margin-top: 28px; }
  .intro-tags span { font-size: 8px; padding: 7px 10px; }
  .intro-controls { left: 18px; right: 18px; bottom: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .section-heading h2, .faq-intro h2, .contact-copy h2 { font-size: clamp(40px, 12vw, 58px); }
  .manifesto { min-height: 72vh; }
  .manifesto-text { font-size: clamp(42px, 12.5vw, 64px); }
  .comparison { grid-template-columns: 1fr; }
  .comparison-column { padding: 25px; }
  .comparison-column + .comparison-column { border-left: 0; border-top: 1px solid var(--line); }
  .bento-grid, .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .bento-wide { grid-column: auto; }
  .bento-card { min-height: 300px; }
  .feature-grid { border-left: 0; }
  .feature-card { border-left: 1px solid var(--line); min-height: 290px; }
  .feature-icon { margin: 42px 0 27px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 34px 0; }
  .stats-grid > div { min-height: 168px; padding: 8px 18px; }
  .stats-grid strong { margin-bottom: 42px; }
  .step { grid-template-columns: 56px 1fr; min-height: 0; }
  .dw-compare { min-height: 590px; border-radius: 24px; }
  .dw-compare__side-label { top: 20px; gap: 5px; padding: 5px 7px 5px 5px; font-size: 6px; }
  .dw-compare__side-label span { padding: 6px 7px; }
  .dw-compare__side-label--before { left: 16px; }
  .dw-compare__side-label--after { right: 16px; }
  .dw-compare__copy { top: 104px; width: 54%; }
  .dw-compare__scene--before .dw-compare__copy { left: 4%; }
  .dw-compare__scene--after .dw-compare__copy { left: 4%; }
  .dw-compare__copy h3 { font-size: clamp(25px, 7.4vw, 36px); line-height: .98; }
  .dw-compare__kicker { margin-bottom: 10px; font-size: 7px; }
  .dw-compare__copy ul { gap: 8px; margin-top: 21px; }
  .dw-compare__copy li { padding-left: 13px; font-size: 9px; }
  .dw-compare__copy li::before { width: 4px; height: 4px; }
  .dw-compare__copy li:nth-child(3) { display: none; }
  .dw-compare__status { bottom: 17px; min-width: 0; width: 41%; padding: 13px; border-radius: 14px; }
  .dw-compare__scene--before .dw-compare__status { right: 14px; }
  .dw-compare__scene--after .dw-compare__status { right: 14px; }
  .dw-compare__status strong { font-size: 17px; }
  .dw-compare__status i { font-size: 7px; line-height: 1.4; }
  .dw-compare__handle { width: 34px; height: 58px; gap: 3px; }
  .dw-compare__handle i { font-size: 15px; }
  .dw-compare__range { width: 58px; height: 90px; }
  .dw-compare__drag-label { display: none; }
  .cases-layout { grid-template-columns: 1fr; gap: 36px; }
  .case-accordion { height: auto; display: grid; gap: 10px; }
  .case-accordion__item { min-height: 58px; border-radius: 29px; transition: min-height .65s var(--ease), border-radius .55s var(--ease); }
  .case-accordion__item.is-active { min-height: 430px; border-radius: 24px; }
  .case-accordion__tab { height: 100%; padding: 0 22px; justify-content: flex-start; }
  .case-accordion__tab span { writing-mode: horizontal-tb; transform: none; }
  .case-accordion__item.is-active .case-accordion__tab { height: 58px; justify-content: flex-end; }
  .case-accordion__panel { min-width: 0; padding: 28px 24px 74px; }
  .case-accordion__panel h3 { font-size: clamp(34px, 10vw, 47px); }
  .price-card { min-height: 590px; padding: 28px; }
  .price { margin-top: 46px; }
  .cta-box { min-height: 560px; padding: 30px; }
  .cta-box h2 { font-size: clamp(46px, 13vw, 65px); }
  .cta-box .button { width: 100%; }
  .contact-form { grid-template-columns: 1fr; padding: 25px; }
  .contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4) { grid-column: auto; }
  .contact-form .button { width: 100%; }
  .footer-top { display: grid; gap: 48px; }
  .footer-top p { text-align: left; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom > div { flex-wrap: wrap; gap: 16px 22px; }
  .inner-page .site-header { top: 10px; margin-top: 10px; }
  .inner-main { padding-top: 40px; }
  .inner-hero { padding-top: 70px; }
  .inner-hero-grid { gap: 48px; }
  .inner-hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .case-gallery, .case-before-after { grid-template-columns: 1fr; }
  .case-gallery figure:first-child { grid-row: auto; }
  .package-section { padding-block: 78px; }
}
