:root {
  --black: #050505;
  --black-2: #0b0b0d;
  --black-3: #121215;
  --white: #f4f3ef;
  --paper: #ebe8df;
  --paper-2: #f3f0e8;
  --muted: rgba(255,255,255,.62);
  --muted-2: rgba(255,255,255,.42);
  --muted-dark: rgba(17,17,17,.62);
  --muted-dark-2: rgba(17,17,17,.38);
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(0,0,0,.12);
  --gold: #c6b07a;
  --ice: #bfd4d8;
  --page-x: clamp(22px, 5vw, 88px);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --shadow-soft: 0 24px 100px rgba(0,0,0,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; }
::selection { background: var(--white); color: var(--black); }

.page-noise {
  position: fixed;
  inset: -100%;
  z-index: 160;
  pointer-events: none;
  opacity: .05;
  background-image:
    repeating-radial-gradient(circle at 24% 32%, rgba(255,255,255,.8) 0 1px, transparent 1px 4px),
    repeating-radial-gradient(circle at 76% 68%, rgba(0,0,0,.8) 0 1px, transparent 1px 6px);
  background-size: 5px 5px, 8px 8px;
  animation: grain .25s steps(2) infinite;
}
@keyframes grain {
  0% { transform: translate3d(-1%, 1%, 0); }
  25% { transform: translate3d(1%, -2%, 0); }
  50% { transform: translate3d(2%, 1%, 0); }
  75% { transform: translate3d(-2%, -1%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

.cursor-glow {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 460px;
  height: 460px;
  margin-left: -230px;
  margin-top: -230px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(191,212,216,.18) 0%, rgba(191,212,216,.1) 22%, rgba(191,212,216,.04) 40%, transparent 68%);
  filter: blur(12px);
  opacity: 0;
  transform: translate3d(-9999px,-9999px,0);
  transition: opacity .35s ease;
}
body.cursor-ready .cursor-glow { opacity: 1; }

.scroll-progress {
  position: fixed;
  z-index: 170;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--ice));
}

.preloader {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  background: #040404;
}
.preloader.hidden { pointer-events: none; }
.preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.preloader-kicker {
  color: rgba(255,255,255,.42);
  font-size: 10px;
  letter-spacing: .28em;
}
.preloader-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(46px, 8vw, 90px);
  letter-spacing: .08em;
}
.preloader-line {
  width: min(220px, 35vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.82), transparent);
  transform-origin: center;
}
.preloader-mini .preloader-title { font-size: clamp(36px, 6vw, 68px); }

.reveal {
  opacity: 0;
  transform: translateY(28px);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #060606;
}
.hero-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
  filter: brightness(.56) contrast(1.22) saturate(.62);
  transform: scale(1.03);
  will-change: transform;
}
.hero-grid,
.deployment-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 34%, transparent 100%);
  opacity: .42;
  pointer-events: none;
}
.hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,2,2,.96) 0%, rgba(2,2,2,.87) 29%, rgba(2,2,2,.42) 58%, rgba(2,2,2,.08) 80%),
    linear-gradient(0deg, rgba(2,2,2,.88) 0%, transparent 48%),
    radial-gradient(circle at 72% 36%, rgba(186,213,218,.12), transparent 25%);
}
#ambientCanvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .45;
}
.cinema-frame {
  position: absolute;
  z-index: 6;
  inset: 18px;
  pointer-events: none;
}
.frame-corner {
  position: absolute;
  width: 35px;
  height: 35px;
  opacity: .42;
}
.frame-corner::before,
.frame-corner::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.72);
}
.frame-corner::before { width: 35px; height: 1px; }
.frame-corner::after { width: 1px; height: 35px; }
.frame-corner-tl { top: 0; left: 0; }
.frame-corner-tr { top: 0; right: 0; transform: rotate(90deg); }
.frame-corner-bl { bottom: 0; left: 0; transform: rotate(-90deg); }
.frame-corner-br { bottom: 0; right: 0; transform: rotate(180deg); }

.floating-nav {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px var(--page-x);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
}
.brand-sigil {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.13);
}
.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.brand-copy strong {
  font-size: 12px;
  letter-spacing: .19em;
  font-weight: 500;
}
.brand-copy small {
  color: rgba(255,255,255,.58);
  font-size: 8px;
  letter-spacing: .2em;
}
.nav-center {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
}
.nav-center a,
.nav-cta,
.language-toggle { transition: color .25s ease, background .25s ease, transform .25s ease, border-color .25s ease; }
.nav-center a:hover { color: #fff; }
.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
}
.language-toggle,
.nav-cta {
  min-height: 43px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(0,0,0,.24);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.language-toggle { width: 43px; cursor: pointer; }
.nav-cta {
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
}
.nav-cta:hover,
.language-toggle:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.42);
}

.hero-content {
  position: relative;
  z-index: 8;
  min-height: 100svh;
  padding: 150px var(--page-x) 90px;
  display: flex;
  align-items: flex-end;
}
.hero-copy { width: min(760px, 57vw); }
.hero-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
  color: rgba(255,255,255,.52);
  font-size: 8px;
  letter-spacing: .2em;
}
.hero-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
}
.eyebrow,
.micro-label {
  margin: 0 0 20px;
  color: rgba(255,255,255,.74);
  font-size: 10px;
  letter-spacing: .2em;
  font-weight: 500;
}
.hero-title {
  margin: 0;
  font-size: clamp(62px, 7vw, 116px);
  line-height: .83;
  letter-spacing: -.065em;
  font-weight: 400;
}
.title-line { display: block; overflow: hidden; }
.title-word {
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(105%);
}
.title-line-serif {
  padding-bottom: .08em;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.09em;
  color: #e7dec9;
}
.hero-subtitle {
  max-width: 650px;
  margin: 29px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.button {
  min-height: 52px;
  padding: 0 25px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease, border-color .25s ease;
  will-change: transform;
}
.button:hover { transform: translateY(-2px); }
.button-light {
  background: #fff;
  color: #050505;
  box-shadow: 0 16px 50px rgba(0,0,0,.22);
}
.button-light:hover { background: #ecebe7; }
.button-ghost {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.button-ghost:hover { background: rgba(255,255,255,.12); }

.hero-orbit {
  position: absolute;
  z-index: 7;
  top: 15%;
  right: 8%;
  width: min(35vw, 540px);
  aspect-ratio: 1;
  pointer-events: none;
}
.orbit-ring,
.orbit-pulse {
  position: absolute;
  border-radius: 50%;
}
.orbit-ring {
  border: 1px solid rgba(255,255,255,.2);
}
.orbit-ring-a { inset: 9%; }
.orbit-ring-b {
  inset: 18%;
  border-color: rgba(198,176,122,.25);
}
.orbit-pulse {
  inset: 33%;
  background: radial-gradient(circle, rgba(255,255,255,.26) 0%, rgba(255,255,255,.08) 24%, transparent 60%);
  box-shadow: 0 0 80px rgba(191,212,216,.18);
}
.orbit-label {
  position: absolute;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(0,0,0,.24);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  color: rgba(255,255,255,.65);
  font-size: 7px;
  letter-spacing: .18em;
}
.orbit-label-a { top: 17%; left: 2%; }
.orbit-label-b { top: 42%; right: -2%; }
.orbit-label-c { bottom: 11%; left: 14%; }

.hero-status {
  position: absolute;
  z-index: 9;
  right: var(--page-x);
  bottom: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cad7b3;
  box-shadow: 0 0 18px rgba(202,215,179,.65);
}
.hero-status div { display: flex; flex-direction: column; gap: 3px; }
.hero-status small {
  color: rgba(255,255,255,.48);
  font-size: 7px;
  letter-spacing: .18em;
}
.hero-status strong { font-size: 11px; font-weight: 400; }
.hero-side-panel {
  position: absolute;
  z-index: 9;
  left: var(--page-x);
  bottom: 78px;
  width: min(280px, 23vw);
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 60px rgba(0,0,0,.18);
}
.hero-side-panel-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.45);
  font-size: 8px;
  letter-spacing: .22em;
}
.hero-side-panel p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  line-height: 1.6;
}
.scroll-cue {
  position: absolute;
  z-index: 10;
  right: var(--page-x);
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.48);
  font-size: 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.scroll-cue i { width: 50px; height: 1px; background: rgba(255,255,255,.42); }

.marquee-band {
  position: relative;
  overflow: hidden;
  background: #080808;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.marquee-track {
  display: flex;
  gap: 32px;
  padding: 18px 0;
  width: max-content;
  color: rgba(255,255,255,.54);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  animation: marquee 34s linear infinite;
}
.marquee-track span::after {
  content: "•";
  margin-left: 32px;
  color: rgba(255,255,255,.28);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

main { position: relative; z-index: 2; }
.panel-section {
  position: relative;
}
.section-dark { background: var(--black); color: var(--white); }
.manifesto,
.environments,
.privacy-section,
.process-section {
  padding: 135px var(--page-x);
}
.manifesto { border-top: 1px solid rgba(255,255,255,.08); }
.chapter-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 70px;
  color: rgba(255,255,255,.48);
  font-size: 9px;
  letter-spacing: .2em;
}
.chapter-label i { width: 54px; height: 1px; background: currentColor; }
.chapter-light { color: rgba(0,0,0,.46); }
.manifesto-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(50px, 8vw, 135px);
  align-items: start;
}
.display-title {
  margin: 0;
  font-size: clamp(48px, 6.1vw, 92px);
  line-height: .97;
  letter-spacing: -.06em;
  font-weight: 400;
}
.manifesto-copy {
  padding-top: 8px;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.65;
}
.manifesto-copy p { margin: 0 0 25px; }

.system-grid {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.system-card,
.process-step,
.deployment-card,
.continuity-panel,
.environment-card {
  transform-style: preserve-3d;
  will-change: transform;
}
.system-card {
  min-height: 360px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.system-card:hover {
  background: linear-gradient(180deg, rgba(191,212,216,.08), rgba(255,255,255,0));
  border-color: rgba(255,255,255,.2);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.system-number { color: rgba(255,255,255,.35); font-size: 10px; }
.system-icon {
  width: 72px;
  height: 72px;
  margin: 54px 0 38px;
  position: relative;
}
.hardware-icon {
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 18px;
  transform: rotate(45deg);
}
.hardware-icon::after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(198,176,122,.8);
  border-radius: 8px;
}
.intelligence-icon {
  border-radius: 50%;
  border: 1px solid rgba(186,213,218,.52);
  box-shadow: inset 0 0 0 12px rgba(186,213,218,.04), 0 0 35px rgba(186,213,218,.12);
}
.intelligence-icon::before,
.intelligence-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
}
.intelligence-icon::before { inset: 12px; }
.intelligence-icon::after { inset: 26px; background: rgba(255,255,255,.7); }
.privacy-icon {
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50% 50% 45% 45%;
}
.privacy-icon::after {
  content: "";
  position: absolute;
  left: 20px; right: 20px; top: 28px; height: 24px;
  border: 1px solid rgba(198,176,122,.7);
  border-radius: 12px;
}
.continuity-icon::before,
.continuity-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
}
.continuity-icon::after {
  inset: 12px;
  border-color: rgba(186,213,218,.62);
  border-left-color: transparent;
  transform: rotate(25deg);
}
.system-card h3 {
  margin: auto 0 15px;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -.03em;
}
.system-card p {
  margin: 0;
  color: rgba(255,255,255,.52);
  font-size: 13px;
  line-height: 1.65;
}

.environments {
  background: var(--paper);
  color: #0a0a0a;
}
.environment-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  gap: 70px;
  align-items: end;
  margin-bottom: 80px;
}
.section-aside {
  margin: 0;
  color: var(--muted-dark);
  font-size: 17px;
  line-height: 1.65;
}
.environment-list { border-top: 1px solid var(--line-dark); }
.environment-card {
  display: grid;
  grid-template-columns: 70px 1.25fr .75fr;
  gap: 45px;
  padding: 48px 0;
  border-bottom: 1px solid var(--line-dark);
  transition: transform .3s ease, background .3s ease;
}
.environment-card:hover {
  background: linear-gradient(90deg, rgba(0,0,0,.02), transparent 60%);
}
.environment-index { color: rgba(0,0,0,.35); font-size: 11px; }
.micro-label { color: rgba(0,0,0,.42); margin-bottom: 16px; }
.environment-card h3 {
  max-width: 790px;
  margin: 0 0 18px;
  font-size: clamp(30px, 3.1vw, 48px);
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 400;
}
.environment-card p:last-child {
  max-width: 720px;
  margin: 0;
  color: #5e5e5a;
  line-height: 1.65;
}
.environment-tags {
  align-self: end;
  display: flex;
  flex-direction: column;
}
.environment-tags span {
  padding: 11px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  color: #4e4e4a;
  font-size: 12px;
}

.privacy-section {
  min-height: 900px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(70px, 9vw, 150px);
  align-items: center;
  overflow: hidden;
}
.privacy-visual {
  min-height: 560px;
  position: relative;
  display: grid;
  place-items: center;
}
.privacy-core {
  position: relative;
  z-index: 3;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.4);
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.25), rgba(255,255,255,.03) 45%, #050505 75%);
  box-shadow: 0 0 80px rgba(186,213,218,.15);
}
.privacy-core span { font-family: "Cormorant Garamond", serif; font-size: 55px; }
.privacy-ring {
  position: absolute;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}
.privacy-ring::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ice);
  box-shadow: 0 0 24px rgba(186,213,218,.7);
}
.privacy-ring-1 { width: 250px; height: 250px; }
.privacy-ring-2 { width: 390px; height: 390px; border-style: dashed; }
.privacy-ring-3 { width: 530px; height: 530px; }
.privacy-node {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 22px rgba(198,176,122,.7);
}
.node-1 { top: 20%; right: 22%; }
.node-2 { bottom: 25%; left: 17%; }
.node-3 { top: 47%; left: 6%; }
.privacy-copy .chapter-label { margin-bottom: 55px; }
.privacy-lead {
  margin: 30px 0 55px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.privacy-points { border-top: 1px solid var(--line); }
.privacy-points article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.privacy-points > article > span { color: rgba(255,255,255,.32); font-size: 10px; }
.privacy-points h3 { margin: 0 0 8px; font-size: 17px; font-weight: 400; }
.privacy-points p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.6; }

.process-section {
  background: var(--paper-2);
  color: #090909;
}
.process-heading { max-width: 1100px; }
.process-timeline {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}
.process-step {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,0));
}
.process-step > span { color: rgba(0,0,0,.3); font-size: 10px; }
.process-step h3 {
  margin: auto 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 400;
}
.process-step p { margin: 0; color: #64645f; font-size: 12px; line-height: 1.6; }

.final-cta {
  min-height: 82svh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #050505;
  text-align: center;
}
.final-glow {
  position: absolute;
  width: min(80vw, 1050px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(198,176,122,.18), rgba(186,213,218,.08) 32%, transparent 67%);
}
.final-content {
  position: relative;
  z-index: 2;
  padding: 100px var(--page-x);
}
.final-content .micro-label { color: rgba(255,255,255,.48); }
.final-content h2 {
  max-width: 1150px;
  margin: 0 auto;
  font-size: clamp(48px, 7.4vw, 108px);
  line-height: .92;
  letter-spacing: -.065em;
  font-weight: 400;
}
.final-content p:not(.micro-label) { margin: 30px auto; color: rgba(255,255,255,.56); font-size: 17px; }

footer {
  min-height: 160px;
  padding: 35px var(--page-x);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.1);
  background: #050505;
}
.footer-brand .brand-sigil { width: 39px; height: 39px; font-size: 21px; }
.footer-note { max-width: 390px; color: rgba(255,255,255,.45); font-size: 11px; text-align: center; }
.footer-meta {
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  color: rgba(255,255,255,.38);
  font-size: 8px;
  letter-spacing: .14em;
}

.deployment-hero {
  min-height: 74svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 150px var(--page-x) 86px;
  background:
    radial-gradient(circle at 76% 22%, rgba(186,213,218,.14), transparent 24%),
    radial-gradient(circle at 20% 70%, rgba(198,176,122,.1), transparent 28%),
    linear-gradient(180deg, #050505, #090909);
  overflow: hidden;
}
.deployment-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.85), transparent 58%);
}
.deployment-hero-content { position: relative; z-index: 2; }
.deployment-hero h1 {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(58px, 7vw, 108px);
  line-height: .91;
  letter-spacing: -.064em;
  font-weight: 400;
}
.deployment-intro {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 17px;
  line-height: 1.65;
}
.deployment-main {
  padding: 0 var(--page-x) 120px;
  background: #f2f0e9;
  color: #080808;
}
.deployment-grid {
  transform: translateY(-52px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}
.deployment-card {
  min-height: 610px;
  padding: 38px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .35s ease, box-shadow .35s ease;
}
.deployment-card:hover { box-shadow: var(--shadow-soft); }
.deployment-card-featured {
  background: linear-gradient(180deg, #0a0a0a, #111114);
  color: #fff;
}
.deployment-card-top {
  display: flex;
  justify-content: space-between;
  color: rgba(0,0,0,.38);
  font-size: 9px;
  letter-spacing: .16em;
}
.deployment-card-featured .deployment-card-top { color: rgba(255,255,255,.42); }
.deployment-card h2 {
  max-width: 550px;
  margin: 65px 0 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 400;
}
.deployment-price {
  margin: 32px 0 25px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(50px, 5.4vw, 76px);
  line-height: 1;
}
.deployment-card > p {
  max-width: 590px;
  margin: 0;
  color: #62625d;
  line-height: 1.65;
}
.deployment-card-featured > p { color: rgba(255,255,255,.55); }
.deployment-card ul { margin: auto 0 0; padding: 0; list-style: none; font-size: 12px; }
.deployment-card li { padding: 13px 0; border-bottom: 1px solid rgba(0,0,0,.1); }
.deployment-card-featured li { border-color: rgba(255,255,255,.12); }
.continuity-panel {
  margin-top: 20px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px 50px;
  align-items: end;
  border: 1px solid var(--line-dark);
  background: rgba(255,255,255,.48);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.continuity-panel .micro-label { margin: 0 0 15px; }
.continuity-panel h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing: -.05em;
  font-weight: 400;
}
.continuity-price { font-family: "Cormorant Garamond", serif; font-size: clamp(42px, 5vw, 66px); }
.continuity-panel > p {
  grid-column: 1 / -1;
  max-width: 830px;
  margin: 0;
  color: #66665f;
  line-height: 1.65;
}
.deployment-disclaimer {
  padding: 35px 0 0;
  color: #73736d;
  font-size: 11px;
  line-height: 1.7;
}
.deployment-disclaimer p { max-width: 1050px; }
.deployment-contact { padding: 150px 0 35px; text-align: center; }
.deployment-contact h2 {
  max-width: 1080px;
  margin: 0 auto;
  font-size: clamp(50px, 7vw, 100px);
  line-height: .93;
  letter-spacing: -.065em;
  font-weight: 400;
}
.deployment-contact > p:not(.micro-label) {
  max-width: 690px;
  margin: 28px auto;
  color: #66665f;
  line-height: 1.65;
}
.deployment-contact .button-light { background: #050505; color: #fff; }

.magnetic { display: inline-flex; }

@media (max-width: 1080px) {
  .nav-center { display: none; }
  .floating-nav { grid-template-columns: 1fr 1fr; }
  .hero-copy { width: min(790px, 72vw); }
  .hero-orbit { right: 2%; width: 43vw; }
  .hero-side-panel { width: min(320px, 36vw); }
  .manifesto-grid,
  .environment-heading,
  .privacy-section { grid-template-columns: 1fr; }
  .system-grid { grid-template-columns: repeat(2, 1fr); }
  .environment-card { grid-template-columns: 55px 1fr; }
  .environment-tags { grid-column: 2; }
  .privacy-visual { min-height: 500px; }
  .process-timeline { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-self: center; }
  .footer-meta { justify-self: center; align-items: center; }
}

@media (max-width: 720px) {
  :root { --page-x: 20px; }
  .page-noise { opacity: .035; }
  .cursor-glow { display: none; }
  .cinema-frame { inset: 10px; }
  .floating-nav { padding-top: 18px; }
  .brand-copy { display: none; }
  .brand-sigil { width: 42px; height: 42px; }
  .nav-cta { display: none; }
  .hero { min-height: 980px; }
  .hero-art {
    object-position: 68% top;
    height: 63%;
    filter: brightness(.58) contrast(1.23) saturate(.62);
    transform: scale(1.08);
  }
  .hero-grid { background-size: 48px 48px; opacity: .25; }
  .hero-shade {
    background:
      linear-gradient(0deg, #050505 34%, rgba(5,5,5,.68) 54%, rgba(5,5,5,.08) 78%),
      radial-gradient(circle at 68% 25%, rgba(186,213,218,.1), transparent 25%);
  }
  .hero-content {
    min-height: 980px;
    padding-top: 440px;
    padding-bottom: 76px;
    align-items: flex-end;
  }
  .hero-copy { width: 100%; }
  .hero-meta { margin-bottom: 18px; gap: 7px; font-size: 7px; }
  .eyebrow { margin-bottom: 15px; font-size: 8px; }
  .hero-title { font-size: clamp(55px, 16.4vw, 75px); line-height: .87; }
  .hero-subtitle { margin-top: 22px; font-size: 14px; line-height: 1.6; }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 25px;
  }
  .hero-actions .button { width: 100%; }
  .hero-orbit { top: 7%; left: 36%; right: auto; width: 62vw; }
  .orbit-label { display: none; }
  .hero-status {
    left: var(--page-x);
    right: auto;
    bottom: 17px;
    padding: 11px 14px;
  }
  .hero-side-panel {
    display: none;
  }
  .scroll-cue { display: none; }
  .marquee-track { padding: 14px 0; font-size: 9px; }
  .manifesto,
  .environments,
  .privacy-section,
  .process-section { padding-top: 92px; padding-bottom: 92px; }
  .chapter-label { margin-bottom: 48px; }
  .manifesto-grid { gap: 38px; }
  .display-title { font-size: clamp(43px, 13vw, 66px); }
  .manifesto-copy { font-size: 16px; }
  .system-grid { margin-top: 65px; grid-template-columns: 1fr; }
  .system-card { min-height: 310px; }
  .environment-heading { gap: 30px; margin-bottom: 55px; }
  .environment-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 38px 0;
  }
  .environment-tags { grid-column: 1; }
  .environment-card h3 { font-size: 34px; }
  .privacy-section { min-height: auto; gap: 20px; }
  .privacy-visual { min-height: 390px; transform: scale(.78); }
  .privacy-copy .chapter-label { margin-bottom: 40px; }
  .process-timeline { grid-template-columns: 1fr; margin-top: 60px; }
  .process-step { min-height: 230px; }
  .final-cta { min-height: 720px; }
  .final-content h2 { font-size: clamp(47px, 14vw, 70px); }
  footer { padding-top: 55px; padding-bottom: 55px; }
  .deployment-hero { min-height: 700px; padding-top: 160px; padding-bottom: 65px; }
  .deployment-hero h1 { font-size: clamp(52px, 15vw, 74px); }
  .deployment-main { padding-left: var(--page-x); padding-right: var(--page-x); }
  .deployment-grid { grid-template-columns: 1fr; transform: translateY(-34px); }
  .deployment-card { min-height: 570px; padding: 28px; }
  .deployment-card h2 { margin-top: 50px; }
  .continuity-panel { grid-template-columns: 1fr; padding: 28px; }
  .continuity-panel > p { grid-column: 1; }
  .deployment-contact { padding-top: 105px; }
  .deployment-contact h2 { font-size: clamp(48px, 14vw, 72px); }
}

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

/* V3 — cinematic video hero and lower-left readability correction */
.hero-video {
  display: block;
  background: #050505;
}
.hero-copy {
  position: relative;
  z-index: 11;
  padding-bottom: clamp(56px, 7vh, 96px);
}
.hero-subtitle {
  text-shadow: 0 2px 18px rgba(0,0,0,.92), 0 0 42px rgba(0,0,0,.65);
}
.hero-actions {
  position: relative;
  z-index: 13;
}
.hero-side-panel { display: none !important; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(2,2,2,.95) 0%, rgba(2,2,2,.80) 31%, rgba(2,2,2,.27) 59%, rgba(2,2,2,.04) 82%),
    linear-gradient(0deg, rgba(2,2,2,.94) 0%, rgba(2,2,2,.40) 28%, transparent 55%),
    radial-gradient(circle at 72% 36%, rgba(186,213,218,.11), transparent 25%);
}
/* Never leave the main headline invisible if an external animation library is delayed. */
.title-word {
  opacity: 1;
  transform: translateY(0);
}
.js-motion-ready .title-word {
  opacity: 0;
  transform: translateY(105%);
}
@media (max-width: 720px) {
  .hero-copy {
    padding-bottom: 58px;
  }
  .hero-video {
    object-position: 61% center;
    height: 100%;
    transform: scale(1.04);
  }
  .hero-shade {
    background:
      linear-gradient(0deg, #050505 20%, rgba(5,5,5,.82) 45%, rgba(5,5,5,.18) 74%),
      linear-gradient(90deg, rgba(5,5,5,.55), transparent 72%);
  }
}
