@font-face {
  font-family: "JetBrains Mono Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("/landing-v2/fonts/jetbrains-mono-cyrillic-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "JetBrains Mono Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("/landing-v2/fonts/jetbrains-mono-cyrillic-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "JetBrains Mono Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("/landing-v2/fonts/jetbrains-mono-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --obsidian: oklch(8% 0.008 75);
  --graphite-1: oklch(12% 0.009 75);
  --graphite-2: oklch(17% 0.011 75);
  --graphite-3: oklch(23% 0.012 75);
  --line: oklch(31% 0.014 75);
  --ivory: oklch(94% 0.018 85);
  --muted: oklch(72% 0.018 85);
  --quiet: oklch(55% 0.015 85);
  --amber: oklch(78% 0.165 70);
  --amber-deep: oklch(63% 0.16 64);
  --success: oklch(73% 0.14 150);
  --danger: oklch(67% 0.18 25);
  --page: min(1440px, calc(100vw - 2 * clamp(20px, 5vw, 80px)));
  --header-height: 76px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  background: var(--obsidian);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--obsidian);
  color: var(--ivory);
  font-family: "JetBrains Mono Variable", "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
  font-size: 1rem;
  font-optical-sizing: auto;
  font-kerning: normal;
  letter-spacing: 0.01em;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  background: var(--amber);
  color: var(--obsidian);
}

:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
}

.page-shell {
  width: var(--page);
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.06em;
  color: var(--ivory);
  font-size: 1.04rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  line-height: 1;
  white-space: nowrap;
}

.brand > span {
  color: var(--amber);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0.8rem 1.16rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: transform 180ms var(--ease-out), color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button svg,
.inline-link svg,
.header-cta svg,
.hero__scroll svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.button--primary {
  background: var(--amber);
  color: var(--obsidian);
}

.button--primary:hover {
  background: var(--ivory);
  transform: translate3d(0, -2px, 0);
}

.button--text {
  border-color: var(--line);
  color: var(--ivory);
  background: var(--graphite-1);
}

.button--text:hover,
.button--outline:hover {
  border-color: var(--amber);
  color: var(--amber);
}

.button--outline {
  border-color: var(--line);
  background: transparent;
  color: var(--ivory);
}

.button--full {
  width: 100%;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  color: var(--amber);
  border-bottom: 1px solid var(--amber-deep);
  font-size: 0.82rem;
  font-weight: 700;
  transition: gap 180ms var(--ease-out), color 180ms ease;
}

.inline-link:hover {
  gap: 0.95rem;
  color: var(--ivory);
}

.inline-link--quiet {
  color: var(--muted);
  border-color: var(--line);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: var(--obsidian);
}

.site-header__inner {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4.5rem);
}

.site-header__brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.4rem);
}

.site-header__nav a,
.header-login {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 0.76rem;
  transition: color 160ms ease;
}

.site-header__nav a:hover,
.header-login:hover {
  color: var(--ivory);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--amber);
  padding: 0.62rem 0.85rem;
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease;
}

.header-cta:hover {
  background: var(--amber);
  color: var(--obsidian);
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary svg {
  width: 1.3rem;
  height: 1.3rem;
}

.mobile-menu nav {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  display: grid;
  border-bottom: 1px solid var(--line);
  background: var(--graphite-1);
  padding: 1rem 20px 1.25rem;
}

.mobile-menu nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.85rem;
}

.mobile-menu nav .mobile-menu__cta {
  justify-content: center;
  margin-top: 0.85rem;
  border: 1px solid var(--amber);
  background: var(--amber);
  color: var(--obsidian);
  font-weight: 750;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.hero__material,
.account-bridge__material,
.guide-hero__material,
.account-page__material {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("/landing-v2/assets/hero-focal-plane.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.hero__material::after,
.guide-hero__material::after,
.account-page__material::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--obsidian) 0%, var(--obsidian) 25%, transparent 64%, var(--graphite-1) 100%);
}

.hero__ambient {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(180deg, transparent, var(--obsidian));
  pointer-events: none;
}

.hero__grid {
  min-height: 100svh;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  padding-top: calc(var(--header-height) + clamp(2rem, 5vh, 5rem));
  padding-bottom: clamp(5rem, 10vh, 8rem);
}

.hero__copy {
  grid-column: 1 / span 5;
  position: relative;
  z-index: 2;
  align-self: center;
  animation: hero-enter 720ms var(--ease-out) both;
}

.hero__label {
  margin: 0 0 1.75rem;
  color: var(--amber);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero h1,
.guide-hero h1,
.account-intro h1 {
  margin: 0;
  max-width: 10ch;
  color: var(--ivory);
  font-size: clamp(3rem, 6.3vw, 5.75rem);
  font-weight: 520;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.hero__lead {
  max-width: 47ch;
  margin: 1.8rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.72;
  text-wrap: pretty;
}

.hero__offer {
  margin: clamp(2rem, 4vh, 3.4rem) 0 1.25rem;
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  font-variant-numeric: tabular-nums;
}

.hero__offer strong {
  color: var(--ivory);
  font-size: clamp(2rem, 3.1vw, 3.3rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.hero__offer span {
  max-width: 20ch;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.hero__note {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--quiet);
  font-size: 0.71rem;
}

.hero__note svg {
  width: 0.95rem;
  height: 0.95rem;
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.15rem;
  z-index: 4;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--quiet);
  font-size: 0.68rem;
  transform: translateX(-50%);
  transition: color 160ms ease;
}

.hero__scroll svg {
  transform: rotate(90deg);
}

.hero__scroll:hover {
  color: var(--amber);
}

.focus-stage {
  grid-column: 6 / 13;
  position: relative;
  min-height: min(68vh, 660px);
  margin: 0;
  isolation: isolate;
  animation: focal-enter 900ms 140ms var(--ease-out) both;
}

.focus-stage__glass {
  position: absolute;
  inset: 6% -10% 10% 2%;
  z-index: -1;
  border: 1px solid var(--line);
  background: var(--graphite-1);
  clip-path: polygon(13% 0, 100% 0, 88% 100%, 0 100%);
  opacity: 0.94;
}

.focus-stage__edge {
  position: absolute;
  z-index: 3;
  top: 6%;
  bottom: 10%;
  left: 10%;
  width: 1px;
  background: var(--amber);
  box-shadow: 0 0 8px oklch(78% 0.165 70 / 0.42);
  transform: skewX(-9deg);
  pointer-events: none;
}

.focus-stage__content {
  position: absolute;
  inset: 14% 2% 18% 15%;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  border-block: 1px solid var(--line);
}

.focus-stage__topline {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--quiet);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.focus-stage__topline strong {
  color: var(--amber);
  font-weight: 600;
}

.focus-stage__lead {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 1.2rem 1.6rem;
  border-bottom: 1px solid var(--line);
  padding: clamp(1.1rem, 2.2vw, 1.8rem) 0;
}

.focus-stage__lead > div:first-child span,
.focus-stage__meta span,
.focus-layer span {
  display: block;
  color: var(--quiet);
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.focus-stage__lead > div:first-child strong {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  font-weight: 520;
}

.focus-stage__lead > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.62;
}

.focus-stage__meta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.focus-stage__meta span {
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
}

.focus-stage__meta strong {
  display: block;
  margin-top: 0.32rem;
  color: var(--ivory);
  font-size: 0.72rem;
  font-weight: 560;
  text-transform: none;
}

.focus-stage__layers {
  position: relative;
  min-height: 145px;
  overflow: hidden;
}

.focus-layer {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-content: center;
  gap: 1rem;
  opacity: 0;
  filter: blur(3px);
  pointer-events: none;
  transform: translate3d(20px, 0, 0);
  transition: opacity 520ms ease, transform 620ms var(--ease-out);
}

.focus-layer.is-active {
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0);
}

.focus-layer > svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.2rem;
  color: var(--amber);
}

.focus-layer strong {
  display: block;
  max-width: 46ch;
  margin-top: 0.42rem;
  color: var(--ivory);
  font-size: clamp(0.82rem, 1.05vw, 0.98rem);
  font-weight: 520;
  line-height: 1.5;
}

.focus-layer p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.focus-stage__status {
  min-height: 42px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 0.7rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
}

.focus-stage__status svg {
  width: 1rem;
  height: 1rem;
  color: var(--amber);
}

.focus-stage__status i {
  height: 1px;
  background: linear-gradient(90deg, var(--amber), transparent 85%);
}

.focus-stage figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.focus-stage__controls {
  position: absolute;
  left: 15%;
  right: 2%;
  bottom: 8%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.focus-stage__controls button {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  border-right: 1px solid var(--line);
  background: var(--graphite-1);
  color: var(--quiet);
  padding: 0.7rem 0.6rem;
  cursor: pointer;
  font-size: 0.62rem;
  text-align: left;
  transition: color 180ms ease, background-color 180ms ease;
}

.focus-stage__controls button:last-child {
  border-right: 0;
}

.focus-stage__controls button span {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  background: var(--line);
}

.focus-stage__controls button.is-active {
  background: var(--graphite-2);
  color: var(--ivory);
}

.focus-stage__controls button.is-active span {
  background: var(--amber);
}

.manifest {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--line);
  background: var(--obsidian);
}

.manifest__line {
  min-height: clamp(160px, 19vw, 260px);
  display: grid;
  align-content: center;
  gap: 0.1em;
  padding-block: clamp(3rem, 7vw, 6rem);
  font-size: clamp(1.6rem, 4.3vw, 4.5rem);
  font-weight: 450;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.manifest__line span {
  color: var(--quiet);
}

.manifest__line strong {
  color: var(--ivory);
  font-weight: 520;
}

.scene {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--obsidian);
}

.scene__grid,
.roles-layout {
  min-height: min(940px, 100svh);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding-block: clamp(6rem, 11vw, 10rem);
}

.scene__copy {
  grid-column: 1 / span 5;
  position: relative;
  z-index: 2;
}

.scene__number {
  margin: 0 0 1.5rem;
  color: var(--amber);
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums;
}

.scene h2,
.pricing h2,
.account-bridge h2,
.guide-chapter h2,
.guide-cta h2 {
  margin: 0;
  max-width: 13ch;
  color: var(--ivory);
  font-size: clamp(2.25rem, 4.4vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.scene__copy > p:not(.scene__number) {
  max-width: 51ch;
  margin: 1.6rem 0 1.8rem;
  color: var(--muted);
  text-wrap: pretty;
}

.scene__glow {
  position: absolute;
  width: 42vw;
  height: 42vw;
  border: 1px solid var(--graphite-3);
  opacity: 0.25;
  pointer-events: none;
  transform: rotate(36deg);
}

.scene__glow--left {
  left: -30vw;
  top: 25%;
}

.work-lines {
  grid-column: 7 / 13;
  position: relative;
  border-top: 1px solid var(--line);
}

.work-line {
  min-height: 148px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1.2rem;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 1.7rem 0;
}

.work-line > svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--amber);
}

.work-line h3 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 550;
}

.work-line p {
  max-width: 55ch;
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.work-lines__callback {
  position: absolute;
  right: -2rem;
  bottom: -4.25rem;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0.2rem 0.75rem;
  border: 1px solid var(--amber);
  background: var(--amber);
  color: var(--obsidian);
  padding: 1rem 1.2rem;
  transform: rotate(-2deg);
}

.work-lines__callback svg {
  grid-row: 1 / 3;
  width: 1.2rem;
  height: 1.2rem;
}

.work-lines__callback span {
  font-size: 0.62rem;
  text-transform: uppercase;
}

.work-lines__callback strong {
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
}

.scene--roles {
  background: var(--graphite-1);
}

.scene__copy--roles {
  grid-column: 1 / span 5;
}

.roles-mobile-note {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.roles-mobile-note svg {
  width: 1rem;
  height: 1rem;
  color: var(--amber);
}

.role-stage {
  grid-column: 7 / 13;
  border: 1px solid var(--line);
  background: var(--obsidian);
}

.role-stage__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.role-stage__tabs button {
  min-height: 54px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--quiet);
  cursor: pointer;
  font-size: 0.72rem;
  transition: color 160ms ease, background-color 160ms ease;
}

.role-stage__tabs button:last-child {
  border-right: 0;
}

.role-stage__tabs button.is-active {
  background: var(--amber);
  color: var(--obsidian);
}

.role-stage__plane {
  min-height: 430px;
  display: grid;
  align-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.role-stage__heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 0.85rem;
  align-items: center;
}

.role-stage__heading svg {
  grid-row: 1 / 3;
  width: 2rem;
  height: 2rem;
  color: var(--amber);
}

.role-stage__heading span {
  color: var(--quiet);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.role-stage__heading strong {
  color: var(--ivory);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 520;
}

.role-stage__plane > p {
  max-width: 52ch;
  margin: 1.3rem 0 2.4rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.role-stage__modules {
  border-top: 1px solid var(--line);
}

.role-stage__modules > div {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}

.role-stage__modules svg {
  width: 1rem;
  height: 1rem;
  color: var(--amber);
}

.role-stage__modules i {
  color: var(--success);
  font-size: 0.62rem;
  font-style: normal;
}

.pricing {
  position: relative;
  border-bottom: 1px solid var(--line);
  background: var(--obsidian);
  padding-block: clamp(6rem, 11vw, 10rem);
}

.pricing__heading {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: clamp(2rem, 8vw, 8rem);
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.pricing__heading > p {
  margin: 0.35rem 0 0;
  color: var(--amber);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.pricing__heading h2 {
  max-width: 14ch;
}

.pricing__list {
  border-top: 1px solid var(--line);
}

.price-row {
  min-height: 168px;
  display: grid;
  grid-template-columns: 60px 1fr 1.35fr auto 58px;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.8rem);
  border-bottom: 1px solid var(--line);
  transition: background-color 180ms ease;
}

.price-row:hover {
  background: var(--graphite-1);
}

.price-row__index {
  color: var(--quiet);
  font-size: 0.66rem;
}

.price-row__name h3 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-weight: 520;
}

.price-row__name p {
  margin: 0.45rem 0 0;
  color: var(--quiet);
  font-size: 0.65rem;
}

.price-row__features {
  display: grid;
  gap: 0.4rem;
}

.price-row__features span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.68rem;
}

.price-row__features svg {
  width: 0.85rem;
  height: 0.85rem;
  color: var(--success);
}

.price-row__price {
  min-width: 165px;
  display: grid;
  justify-items: end;
  font-variant-numeric: tabular-nums;
}

.price-row__price strong {
  color: var(--ivory);
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-weight: 480;
  letter-spacing: -0.05em;
  line-height: 1;
}

.price-row__price span {
  margin-top: 0.3rem;
  color: var(--quiet);
  font-size: 0.64rem;
}

.price-row__action {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.price-row__action:hover {
  border-color: var(--amber);
  background: var(--amber);
  color: var(--obsidian);
}

.price-row__action svg {
  width: 1.1rem;
  height: 1.1rem;
}

.pricing__footnote {
  margin: 1.4rem 0 0 auto;
  max-width: 42ch;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: right;
}

.account-bridge {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.account-bridge__material {
  background-position: center bottom;
  opacity: 0.48;
  transform: scaleX(-1);
}

.account-bridge__grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  padding-block: clamp(6rem, 10vw, 9rem);
}

.account-bridge__grid > div:first-child > p,
.pricing__heading > p {
  color: var(--amber);
}

.account-bridge__grid > div:first-child > p {
  margin: 0 0 1.4rem;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.account-bridge h2 {
  max-width: 15ch;
}

.account-bridge__content {
  border-top: 1px solid var(--line);
  padding-top: 2rem;
}

.account-bridge__content > p {
  max-width: 47ch;
  margin: 0 0 1.7rem;
  color: var(--muted);
}

.account-bridge__content .inline-link {
  margin-top: 1.3rem;
}

.site-footer {
  background: var(--obsidian);
}

.site-footer__inner {
  min-height: 280px;
  display: grid;
  grid-template-columns: 1fr 1.5fr auto;
  align-items: start;
  gap: clamp(2rem, 6vw, 7rem);
  padding-block: 4rem 2.5rem;
}

.site-footer__inner > div > p,
.site-footer__copyright {
  color: var(--quiet);
  font-size: 0.68rem;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 2rem;
}

.site-footer nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 0.67rem;
}

.site-footer nav a:hover {
  color: var(--amber);
}

.site-footer__copyright {
  margin: 0;
  white-space: nowrap;
}

/* Guide */
.guide-page {
  padding-top: var(--header-height);
  background: var(--obsidian);
}

.guide-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.guide-hero__material {
  opacity: 0.55;
}

.guide-hero__grid {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  padding-block: 6rem;
}

.guide-hero__label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
  color: var(--amber);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.guide-hero__label svg {
  width: 1rem;
  height: 1rem;
}

.guide-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 5.5vw, 5.25rem);
}

.guide-hero__grid > div > p:last-child {
  max-width: 55ch;
  margin: 1.7rem 0 0;
  color: var(--muted);
}

.guide-index {
  border-top: 1px solid var(--line);
}

.guide-index a {
  min-height: 64px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.76rem;
  transition: color 160ms ease, padding-left 180ms var(--ease-out);
}

.guide-index a:hover {
  color: var(--amber);
  padding-left: 0.6rem;
}

.guide-index span {
  color: var(--quiet);
  font-size: 0.62rem;
}

.guide-index svg {
  width: 1rem;
  height: 1rem;
}

.guide-chapter {
  padding-block: clamp(6rem, 10vw, 9rem);
  border-bottom: 1px solid var(--line);
  background: var(--graphite-1);
  scroll-margin-top: var(--header-height);
}

.guide-chapter--dark {
  background: var(--obsidian);
}

.guide-chapter__intro {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: clamp(2rem, 7vw, 8rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.guide-chapter__intro > div:first-child,
.guide-mobile__copy > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--amber);
  font-size: 0.7rem;
}

.guide-chapter__intro svg,
.guide-mobile__copy > div svg {
  width: 1.15rem;
  height: 1.15rem;
}

.guide-chapter h2 {
  max-width: 16ch;
  font-size: clamp(2rem, 4vw, 4rem);
}

.guide-chapter__intro > div:last-child > p {
  max-width: 62ch;
  margin: 1.3rem 0 0;
  color: var(--muted);
}

.guide-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--obsidian);
}

.guide-shot img {
  width: 100%;
  height: auto;
}

.guide-shot--wide {
  width: min(1600px, calc(100vw - 2 * clamp(20px, 3vw, 48px)));
  margin-inline: auto;
}

.guide-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.guide-mobile {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.guide-mobile__copy h2 {
  margin-top: 1.6rem;
}

.guide-mobile__copy > p {
  max-width: 48ch;
  margin: 1.4rem 0 1.8rem;
  color: var(--muted);
}

.guide-mobile__shots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: end;
}

.guide-shot--phone:first-child {
  transform: translate3d(0, 2.5rem, 0);
}

.guide-cta {
  border-bottom: 1px solid var(--line);
  background: var(--amber);
  color: var(--obsidian);
}

.guide-cta__grid {
  min-height: 470px;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  padding-block: 5rem;
}

.guide-cta h2 {
  color: var(--obsidian);
}

.guide-cta__grid > div > p {
  max-width: 44ch;
  margin: 0 0 1.5rem;
}

.guide-cta .button--primary {
  border-color: var(--obsidian);
  background: var(--obsidian);
  color: var(--ivory);
}

.guide-cta .button--primary:hover {
  background: var(--ivory);
  color: var(--obsidian);
}

/* Account */
.account-page {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.account-page__material {
  opacity: 0.62;
}

.account-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  width: var(--page);
  height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.account-header > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 0.76rem;
}

.account-page__grid {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 11rem);
  padding-top: calc(var(--header-height) + 3rem);
  padding-bottom: 4rem;
}

.account-intro > p:first-child {
  margin: 0 0 1.5rem;
  color: var(--amber);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.account-intro h1 {
  max-width: 14ch;
  font-size: clamp(2.7rem, 5.4vw, 5.25rem);
}

.account-intro > p:nth-of-type(2) {
  max-width: 52ch;
  margin: 1.6rem 0 2rem;
  color: var(--muted);
}

.account-back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.account-back:hover {
  color: var(--amber);
}

.account-back svg {
  width: 1rem;
  height: 1rem;
}

.account-panel {
  border: 1px solid var(--line);
  background: var(--graphite-1);
  padding: clamp(1.5rem, 3.5vw, 2.6rem);
}

.account-panel__heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1.5rem;
}

.account-panel__heading > svg {
  width: 1.65rem;
  height: 1.65rem;
  color: var(--amber);
}

.account-panel__heading span {
  color: var(--quiet);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.account-panel__heading h2 {
  margin: 0.2rem 0 0;
  font-size: 1.45rem;
  font-weight: 520;
}

.account-paths {
  margin-block: 1.4rem;
  border-top: 1px solid var(--line);
}

.account-paths > div {
  min-height: 54px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}

.account-paths svg {
  width: 1rem;
  height: 1rem;
  color: var(--amber);
}

.account-panel .button + .button {
  margin-top: 0.65rem;
}

.account-panel__legal {
  margin: 1rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid color-mix(in oklch, var(--line) 72%, transparent);
  color: var(--muted);
  font-size: 0.61rem;
  line-height: 1.65;
}

.account-panel__legal a {
  color: var(--ivory);
  border-bottom: 1px solid color-mix(in oklch, var(--amber) 58%, transparent);
  transition: color 160ms ease, border-color 160ms ease;
}

.account-panel__legal a:hover,
.account-panel__legal a:focus-visible {
  color: var(--amber);
  border-color: var(--amber);
}

.account-panel__note {
  margin: 0.7rem 0 0;
  color: var(--quiet);
  font-size: 0.62rem;
  text-align: center;
}

@keyframes hero-enter {
  from { opacity: 0; transform: translate3d(-24px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes focal-enter {
  from { opacity: 0; transform: translate3d(34px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 1120px) {
  :root { --header-height: 70px; }
  .site-header__nav { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto auto; }
  .mobile-menu { display: block; }
  .hero__copy { grid-column: 1 / span 6; }
  .focus-stage { grid-column: 6 / 13; }
  .focus-stage__controls button { font-size: 0; justify-content: center; }
  .focus-stage__controls button span { width: 7px; height: 7px; flex-basis: 7px; }
  .work-lines__callback { right: 0; }
  .price-row { grid-template-columns: 42px 1fr 1.2fr auto 50px; gap: 1.2rem; }
}

@media (max-width: 820px) {
  .site-header__actions { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .hero__material { opacity: 0.38; background-position: 60% center; }
  .hero__material::after { background: linear-gradient(180deg, var(--obsidian) 0%, transparent 45%, var(--obsidian) 100%); }
  .hero__grid { grid-template-columns: 1fr; align-content: start; gap: 2.5rem; padding-top: calc(var(--header-height) + 4rem); }
  .hero__copy { grid-column: 1; }
  .hero h1 { max-width: 9ch; }
  .focus-stage { grid-column: 1; min-height: 520px; }
  .focus-stage__glass { inset: 0 -14% 6% -6%; clip-path: polygon(5% 0, 100% 0, 92% 100%, 0 100%); }
  .focus-stage__edge { top: 0; bottom: 6%; left: 0; }
  .focus-stage__content { inset: 7% 0 20% 5%; }
  .focus-stage__controls { left: 5%; right: 0; bottom: 8%; }
  .hero__scroll { display: none; }
  .scene__grid, .roles-layout { min-height: auto; grid-template-columns: 1fr; gap: 4rem; }
  .scene__copy, .scene__copy--roles, .work-lines, .role-stage { grid-column: 1; }
  .work-lines__callback { position: static; width: max-content; max-width: 100%; margin: 1.5rem 0 0 auto; transform: none; }
  .pricing__heading { grid-template-columns: 1fr; gap: 1rem; }
  .price-row { grid-template-columns: 42px 1fr auto 48px; padding-block: 1.5rem; }
  .price-row__features { grid-column: 2 / 4; }
  .account-bridge__grid { grid-template-columns: 1fr; align-content: center; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
  .site-footer__copyright { grid-column: 1 / -1; }
  .guide-hero__grid, .guide-mobile, .guide-cta__grid { grid-template-columns: 1fr; }
  .guide-index { max-width: 580px; }
  .guide-pair { grid-template-columns: 1fr; }
  .guide-mobile__shots { max-width: 620px; }
  .account-page { overflow: auto; }
  .account-page__grid { grid-template-columns: 1fr; align-content: center; padding-top: calc(var(--header-height) + 5rem); }
  .account-panel { max-width: 600px; }
}

@media (max-width: 560px) {
  :root { --page: calc(100vw - 40px); }
  body { font-size: 0.96rem; }
  .brand { font-size: 0.92rem; }
  .hero__grid { min-height: auto; padding-top: calc(var(--header-height) + 3rem); padding-bottom: 4rem; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero__lead { font-size: 0.92rem; }
  .hero__offer { align-items: flex-start; flex-direction: column; gap: 0.45rem; }
  .hero__offer span { max-width: none; }
  .action-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero__note { font-size: 0.64rem; }
  .focus-stage { min-height: 470px; margin-inline: -10px; }
  .focus-stage__content { inset: 5% 4% 22% 8%; }
  .focus-stage__lead { grid-template-columns: 1fr; gap: 0.8rem; padding: 1rem 0; }
  .focus-stage__meta { grid-template-columns: 1fr 1fr; }
  .focus-stage__layers { min-height: 136px; }
  .focus-layer { grid-template-columns: 30px 1fr; gap: 0.6rem; }
  .focus-layer > svg { width: 1.2rem; height: 1.2rem; }
  .focus-layer p { display: none; }
  .focus-stage__controls { bottom: 7%; }
  .manifest__line { min-height: 310px; font-size: clamp(1.7rem, 8.5vw, 2.8rem); }
  .scene__grid, .roles-layout { padding-block: 5.5rem; gap: 3rem; }
  .scene h2, .pricing h2, .account-bridge h2, .guide-chapter h2, .guide-cta h2 { font-size: clamp(2rem, 10.2vw, 3.1rem); }
  .work-line { min-height: 0; grid-template-columns: 32px 1fr; padding: 1.35rem 0; }
  .work-line p { font-size: 0.76rem; }
  .role-stage__tabs { grid-template-columns: 1fr; }
  .role-stage__tabs button { border-right: 0; border-bottom: 1px solid var(--line); }
  .role-stage__plane { min-height: 390px; padding: 1.4rem; }
  .role-stage__modules > div { grid-template-columns: auto 1fr; }
  .role-stage__modules i { display: none; }
  .pricing { padding-block: 5.5rem; }
  .price-row { grid-template-columns: 30px 1fr 44px; gap: 0.8rem; }
  .price-row__price { grid-column: 2; justify-items: start; min-width: 0; }
  .price-row__features { grid-column: 2 / 4; }
  .price-row__action { grid-column: 3; grid-row: 1 / 3; }
  .pricing__footnote { text-align: left; }
  .account-bridge, .account-bridge__grid { min-height: 690px; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer nav { grid-template-columns: 1fr; }
  .site-footer__copyright { grid-column: 1; }
  .guide-hero { min-height: 700px; }
  .guide-hero__grid { min-height: 700px; padding-block: 4rem; }
  .guide-hero h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .guide-chapter { padding-block: 5rem; }
  .guide-chapter__intro { grid-template-columns: 1fr; gap: 1.4rem; }
  .guide-shot--wide { width: calc(100vw - 20px); }
  .guide-mobile__shots { gap: 0.55rem; }
  .guide-shot--phone:first-child { transform: none; }
  .guide-cta__grid { min-height: 520px; }
  .account-header { width: calc(100vw - 40px); }
  .account-page__grid { padding-top: calc(var(--header-height) + 3rem); padding-bottom: 3rem; }
  .account-intro h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .account-panel { padding: 1.25rem; }
}

@media (orientation: landscape) and (max-height: 520px) {
  .hero__grid { min-height: 720px; }
  .account-page__grid { min-height: 720px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .focus-layer { filter: none; transform: none; }
  .guide-shot--phone:first-child { transform: none; }
}

/* Landing v2 — one continuous optical pass */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
}

.site-header__inner {
  position: relative;
  height: 84px;
  display: block;
  pointer-events: none;
}

.site-header__brand {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 3;
  min-height: 48px;
  display: inline-flex;
  align-items: flex-start;
  pointer-events: auto;
  animation: film-logo-in 680ms var(--ease-out) both;
}

.site-header__brand::after {
  content: "";
  position: absolute;
  top: 8px;
  left: calc(100% + 12px);
  width: 28px;
  height: 1px;
  background: var(--line);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 180ms ease, transform 280ms var(--ease-out);
  pointer-events: none;
}

.site-header.is-open .site-header__brand::after {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 110ms;
}

.site-header__tray {
  position: absolute;
  top: 14px;
  left: 112px;
  right: 0;
  z-index: 1;
  height: 58px;
  overflow: hidden;
  border: 1px solid oklch(31% 0.014 75 / 0.62);
  border-radius: 18px 999px 999px 18px;
  background: oklch(12% 0.009 75 / 0.96);
  box-shadow:
    0 10px 28px rgb(0 0 0 / 0.24),
    inset 0 1px 0 oklch(94% 0.018 85 / 0.045);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0) scaleX(0.045);
  transform-origin: 100% 50%;
  transition: transform 440ms var(--ease-out), opacity 120ms ease;
}

.site-header.is-open .site-header__tray {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scaleX(1);
}

.site-header__nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.1rem, 2.6vw, 2.8rem);
  padding: 0 76px 0 56px;
}

.site-header__nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 0.76rem;
  opacity: 0;
  transform: translate3d(18px, 0, 0);
  transition: color 160ms ease, opacity 220ms ease, transform 320ms var(--ease-out);
}

.site-header.is-open .site-header__nav a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.site-header.is-open .site-header__nav a:nth-child(1) { transition-delay: 140ms; }
.site-header.is-open .site-header__nav a:nth-child(2) { transition-delay: 190ms; }
.site-header.is-open .site-header__nav a:nth-child(3) { transition-delay: 240ms; }

.site-header__nav a:hover {
  color: var(--ivory);
}

.site-header__nav .site-header__cta {
  gap: 0.55rem;
  color: var(--amber);
  font-weight: 720;
}

.site-header__cta svg {
  width: 1rem;
  height: 1rem;
}

.site-header__trigger {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 4;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
  pointer-events: auto;
  transition: color 180ms ease, transform 220ms var(--ease-out);
}

.site-header__trigger:hover,
.site-header.is-open .site-header__trigger {
  background: transparent;
  color: var(--amber);
}

.site-header__trigger:active {
  transform: scale(0.92);
}

.site-header__trigger:focus-visible {
  outline: 1px solid var(--amber);
  outline-offset: 5px;
}

.site-header__dots,
.site-header__close {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.site-header__dots {
  grid-auto-flow: column;
  gap: 5px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 160ms ease, transform 220ms var(--ease-out);
}

.site-header__dots i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.site-header__close {
  opacity: 0;
  transform: rotate(-35deg) scale(0.7);
  transition: opacity 160ms ease, transform 260ms var(--ease-out);
}

.site-header__close i {
  position: absolute;
  width: 19px;
  height: 1px;
  background: currentColor;
}

.site-header__close i:first-child { transform: rotate(45deg); }
.site-header__close i:last-child { transform: rotate(-45deg); }

.site-header.is-open .site-header__dots {
  opacity: 0;
  transform: scale(0.55);
}

.site-header.is-open .site-header__close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.landing-film {
  --film-progress: 0;
  position: relative;
  height: calc(var(--scene-count) * 100svh);
  min-height: 600svh;
  background: var(--obsidian);
}

.landing-film__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
}

.film-material {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  animation: film-material-in 920ms var(--ease-out) both;
}

.film-material__image {
  position: absolute;
  inset: -5%;
  background-image: url("/landing-v2/assets/hero-focal-plane.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(calc(var(--film-progress) * -4vw), calc(var(--film-progress) * -2vh), 0) scale(1.08);
}

.film-material__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--obsidian) 0%, oklch(8% 0.008 75 / 0.94) 28%, transparent 64%),
    linear-gradient(180deg, var(--obsidian) 0%, transparent 24%, transparent 74%, var(--obsidian) 100%);
}

.film-material__axis {
  position: absolute;
  top: -28vh;
  left: 54%;
  width: 1px;
  height: 156vh;
  background: linear-gradient(180deg, transparent, var(--amber) 20%, var(--amber-deep) 74%, transparent);
  opacity: 0.62;
  transform: translate3d(calc(var(--film-progress) * -18vw), calc(var(--film-progress) * 8vh), 0) rotate(17deg);
  transform-origin: center;
}

.film-material__grain {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  background-image:
    linear-gradient(oklch(94% 0.018 85 / 0.06) 1px, transparent 1px),
    linear-gradient(90deg, oklch(94% 0.018 85 / 0.04) 1px, transparent 1px);
  background-size: 96px 96px;
}

.film-frame {
  position: relative;
  height: 100%;
}

.film-copy-stack {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.film-copy {
  position: absolute;
  top: 50%;
  left: 0;
  width: min(43%, 650px);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 42px, 0);
  transition: opacity 220ms ease, transform 220ms ease;
}

.film-copy--left {
  transform: translate3d(-28px, calc(-50% + 42px), 0);
}

.film-copy--right {
  left: auto;
  right: 0;
  width: min(40%, 600px);
  transform: translate3d(28px, calc(-50% + 42px), 0);
}

.film-copy--center {
  top: 48%;
  left: 50%;
  width: min(820px, 74vw);
  text-align: center;
  transform: translate3d(-50%, calc(-50% + 42px), 0);
}

.film-copy.is-active {
  opacity: 1;
  pointer-events: auto;
  animation: film-copy-in 620ms var(--ease-out) both;
}

.film-copy.is-active > * {
  animation: film-item-in 560ms var(--ease-out) both;
}

.film-copy.is-active > :nth-child(1) { animation-delay: 40ms; }
.film-copy.is-active > :nth-child(2) { animation-delay: 100ms; }
.film-copy.is-active > :nth-child(3) { animation-delay: 180ms; }
.film-copy.is-active > :nth-child(4) { animation-delay: 250ms; }
.film-copy.is-active > :nth-child(5) { animation-delay: 320ms; }

.film-copy--left.is-active { transform: translate3d(0, -50%, 0); }
.film-copy--right.is-active { transform: translate3d(0, -50%, 0); }
.film-copy--center.is-active { transform: translate3d(-50%, -50%, 0); }

.film-copy__label {
  margin: 0 0 1.45rem;
  color: var(--amber);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.film-copy h1,
.film-copy h2 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(2.65rem, 5.6vw, 5.7rem);
  font-weight: 510;
  letter-spacing: -0.045em;
  line-height: 0.97;
  text-wrap: balance;
}

.film-copy h1 {
  max-width: 10ch;
}

.film-copy h2 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 4.4vw, 4.65rem);
}

.film-copy--right h2 {
  margin-left: auto;
}

.film-copy--center h2 {
  max-width: 14ch;
  margin-inline: auto;
  font-size: clamp(3.2rem, 6.6vw, 7rem);
}

.film-copy__body {
  max-width: 58ch;
  margin: 1.6rem 0 0;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.08vw, 1.06rem);
  line-height: 1.72;
  text-wrap: pretty;
}

.film-copy--right .film-copy__body {
  margin-left: auto;
}

.film-copy--center .film-copy__body {
  max-width: 66ch;
  margin-inline: auto;
}

.film-copy__proof {
  max-width: 58ch;
  margin: 1.3rem 0 0;
  padding-left: 1rem;
  border-left: 1px solid var(--amber);
  color: var(--ivory);
  font-size: 0.75rem;
}

.film-copy--right .film-copy__proof {
  margin-left: auto;
}

.film-hero-price {
  margin: clamp(1.8rem, 4vh, 3rem) 0 1.2rem;
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  font-variant-numeric: tabular-nums;
}

.film-hero-price strong {
  font-size: clamp(2.1rem, 3.1vw, 3.35rem);
  font-weight: 520;
  letter-spacing: -0.05em;
  line-height: 1;
}

.film-hero-price span {
  max-width: 21ch;
  color: var(--muted);
  font-size: 0.72rem;
}

.film-actions,
.film-final-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.film-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding-inline: 0.5rem;
  color: var(--muted);
  font-size: 0.76rem;
  transition: color 180ms ease, transform 180ms var(--ease-out);
}

.film-link:hover {
  color: var(--amber);
  transform: translate3d(4px, 0, 0);
}

.film-link svg {
  width: 1rem;
  height: 1rem;
}

.film-final-actions {
  justify-content: center;
  margin-top: 2rem;
}

.film-final-actions > span {
  flex-basis: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: var(--quiet);
  font-size: 0.66rem;
}

.film-final-actions > span svg {
  width: 0.95rem;
  height: 0.95rem;
}

.film-stage {
  --screen-yaw: -2.2deg;
  position: absolute;
  top: 50%;
  right: -2.5vw;
  z-index: 2;
  width: min(58vw, 920px);
  height: min(64vh, 650px);
  min-height: 420px;
  opacity: 0.92;
  perspective: 1500px;
  transform-style: preserve-3d;
  transform: translate3d(0, -50%, 0) scale(1);
  transition: transform 780ms var(--ease-out), opacity 360ms ease;
}

.film-stage__float {
  --screen-float-start: -7px;
  --screen-float-end: 7px;
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: film-screen-float 5.4s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

.landing-film[data-scene="price"] .film-stage__float {
  animation-play-state: paused;
}

.landing-film[data-scene="truth"] .film-stage,
.landing-film[data-scene="chat"] .film-stage {
  --screen-yaw: 2.2deg;
  right: auto;
  left: -4vw;
  transform: translate3d(0, -50%, 0) scale(0.94);
}

.landing-film[data-scene="list"] .film-stage,
.landing-film[data-scene="load"] .film-stage {
  transform: translate3d(2vw, -50%, 0) scale(0.96);
}

.landing-film[data-scene="price"] .film-stage {
  right: 50%;
  opacity: 0;
  transform: translate3d(50%, -50%, 0) scale(1.18);
}

.film-stage__plane {
  position: absolute;
  inset: 1.5% 1% 8% 3%;
  z-index: 2;
  overflow: hidden;
  border: 1px solid oklch(86% 0.018 82 / 0.16);
  border-radius: 6px;
  background: var(--graphite-1);
  transform: rotateY(var(--screen-yaw)) rotateX(0.55deg) translateZ(0);
  transform-origin: center;
  box-shadow:
    0 38px 58px -28px rgb(0 0 0 / 0.9),
    0 16px 28px -20px rgb(0 0 0 / 0.72),
    inset 0 1px 0 oklch(94% 0.018 85 / 0.045);
}

.film-stage__plane::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background: linear-gradient(90deg, var(--obsidian), transparent 26%, transparent 72%, oklch(8% 0.008 75 / 0.7));
  pointer-events: none;
}

.film-stage__chrome {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 0 1.25rem;
  color: var(--quiet);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.film-stage__chrome span:first-child {
  color: var(--amber);
  font-weight: 760;
}

.film-collage,
.film-evidence,
.film-price-stage {
  position: absolute;
  inset: 52px 0 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(4vw, 0, 0);
  transition: opacity 260ms ease, transform 620ms var(--ease-out);
}

.film-collage.is-active,
.film-evidence.is-active,
.film-price-stage.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.film-collage__slice {
  position: absolute;
  top: -8%;
  width: 54%;
  height: 122%;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(7vw, -2vh, 0);
}

.film-collage.is-active .film-collage__slice {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 880ms var(--ease-out), opacity 360ms ease;
}

.film-collage__slice--1 {
  left: -5%;
  z-index: 3;
  clip-path: polygon(18% 0, 100% 0, 76% 100%, 0 100%);
}

.film-collage__slice--2 {
  left: 29%;
  z-index: 2;
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
}

.film-collage__slice--3 {
  left: 63%;
  z-index: 1;
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
}

.film-collage.is-active .film-collage__slice--1 { transition-delay: 360ms; }
.film-collage.is-active .film-collage__slice--2 { transition-delay: 480ms; }
.film-collage.is-active .film-collage__slice--3 { transition-delay: 600ms; }

.film-collage__slice span {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.52) brightness(0.55) contrast(1.08);
}

.film-collage__slice::after {
  content: "";
  position: absolute;
  inset: 0;
  background: oklch(8% 0.008 75 / 0.25);
}

.film-evidence__screen {
  position: absolute;
  inset: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.62) brightness(0.58) contrast(1.08);
  transform: scale(1.025);
}

.film-evidence__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, oklch(8% 0.008 75 / 0.2), transparent 42%, var(--obsidian));
}

.film-evidence__callout {
  position: absolute;
  left: 10%;
  right: 6%;
  bottom: 7%;
  z-index: 4;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 0.85rem;
  border-top: 1px solid var(--amber);
  padding-top: 0.85rem;
}

.film-evidence__callout span {
  color: var(--amber);
  font-size: 0.64rem;
}

.film-evidence__callout strong {
  color: var(--ivory);
  font-size: clamp(0.72rem, 1vw, 0.92rem);
  font-weight: 620;
}

.film-price-stage {
  display: grid;
  place-content: center;
  gap: 2.2rem;
  text-align: center;
}

.film-price-stage__main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
  font-variant-numeric: tabular-nums;
}

.film-price-stage__main strong {
  color: var(--amber);
  font-size: clamp(6rem, 12vw, 12rem);
  font-weight: 480;
  letter-spacing: -0.08em;
  line-height: 0.78;
}

.film-price-stage__main span {
  color: var(--ivory);
  font-size: 0.78rem;
}

.film-price-stage__facts {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
}

.film-price-stage__facts span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.66rem;
}

.film-price-stage__facts svg {
  width: 0.85rem;
  height: 0.85rem;
  color: var(--amber);
}

.film-stage__sweep {
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  z-index: 9;
  height: 1px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  animation: film-sweep 760ms 120ms var(--ease-out) both;
}

.film-sequence {
  position: absolute;
  left: 0;
  bottom: 34px;
  z-index: 6;
  display: grid;
  grid-template-columns: auto minmax(80px, 180px) auto;
  align-items: center;
  gap: 0.75rem;
  color: var(--quiet);
  font-size: 0.58rem;
  font-variant-numeric: tabular-nums;
}

.film-sequence i {
  height: 1px;
  overflow: hidden;
  background: var(--line);
}

.film-sequence b {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--amber);
  transform-origin: left;
  transition: transform 520ms var(--ease-out);
}

.film-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--quiet);
  font-size: 0.62rem;
  opacity: 0;
  transform: translate3d(-50%, 12px, 0);
  transition: opacity 260ms ease, transform 340ms var(--ease-out);
}

.film-scroll-cue.is-visible {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.film-scroll-cue i {
  width: 1px;
  height: 28px;
  background: var(--amber);
  transform-origin: top;
  animation: film-cue 1100ms 1500ms var(--ease-out) both;
}

.film-legal {
  position: absolute;
  right: 0;
  bottom: 28px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  color: var(--quiet);
  font-size: 0.58rem;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 12px, 0);
  transition: opacity 260ms ease, transform 360ms var(--ease-out);
}

.film-legal.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.film-legal a:hover {
  color: var(--amber);
}

@keyframes film-logo-in {
  from { opacity: 0; transform: translate3d(-18px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes film-material-in {
  from { opacity: 0; transform: translate3d(6vw, -3vh, 0) scale(1.04); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes film-copy-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes film-item-in {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes film-sweep {
  from { opacity: 0; transform: scaleX(0); }
  20% { opacity: 1; }
  to { opacity: 0.75; transform: scaleX(1); }
}

@keyframes film-cue {
  from { opacity: 0; transform: scaleY(0); }
  to { opacity: 1; transform: scaleY(1); }
}

@keyframes film-screen-float {
  from { transform: translate3d(0, var(--screen-float-start), 0); }
  to { transform: translate3d(0, var(--screen-float-end), 0); }
}

@media (max-width: 1080px) {
  .film-copy { width: min(46%, 560px); }
  .film-copy--right { width: min(43%, 540px); }
  .film-copy h2 { font-size: clamp(2.2rem, 4.6vw, 4rem); }
  .film-stage { width: 61vw; right: -8vw; }
  .landing-film[data-scene="truth"] .film-stage,
  .landing-film[data-scene="chat"] .film-stage { left: -10vw; }
}

@media (max-width: 820px) {
  .site-header__inner { height: 74px; }
  .site-header__brand { top: 25px; }
  .site-header__brand::after { display: none; }
  .site-header__trigger { top: 12px; }
  .site-header__tray {
    position: fixed;
    inset: 10px;
    width: auto;
    height: auto;
    border: 1px solid oklch(31% 0.014 75 / 0.62);
    border-radius: 28px;
    background: var(--obsidian);
    transform: translate3d(42vw, -42vh, 0) scale(0.06);
    transform-origin: calc(100% - 34px) 28px;
    transition: transform 460ms var(--ease-out), opacity 120ms ease;
  }
  .site-header.is-open .site-header__tray { transform: translate3d(0, 0, 0) scale(1); }
  .site-header__nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 110px 20px 60px;
  }
  .site-header__nav a {
    min-height: 74px;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }
  .site-header__nav .site-header__cta {
    margin-top: 1.3rem;
    justify-content: center;
    border: 1px solid var(--amber);
    border-radius: 999px;
    background: var(--amber);
    color: var(--obsidian);
  }
  .landing-film__sticky { min-height: 620px; }
  .film-material__image { inset: -2% -42% -2% -14%; background-position: center; opacity: 0.72; }
  .film-material__shade {
    background:
      linear-gradient(180deg, var(--obsidian) 0%, oklch(8% 0.008 75 / 0.86) 42%, transparent 74%, var(--obsidian) 100%),
      linear-gradient(90deg, var(--obsidian), transparent 78%);
  }
  .film-material__axis { left: 74%; opacity: 0.46; }
  .film-copy,
  .film-copy--left,
  .film-copy--right,
  .film-copy--center {
    top: 13vh;
    left: 0;
    right: auto;
    width: 100%;
    text-align: left;
    transform: translate3d(0, 28px, 0);
  }
  .film-copy.is-active,
  .film-copy--left.is-active,
  .film-copy--right.is-active,
  .film-copy--center.is-active {
    transform: translate3d(0, 0, 0);
  }
  .film-copy--right h2,
  .film-copy--center h2,
  .film-copy--right .film-copy__body,
  .film-copy--center .film-copy__body {
    margin-left: 0;
    margin-right: 0;
  }
  .film-copy h1 { max-width: 9ch; font-size: clamp(2.8rem, 12.8vw, 4.9rem); }
  .film-copy h2,
  .film-copy--center h2 { max-width: 14ch; font-size: clamp(2rem, 8.8vw, 3.55rem); }
  .film-copy__label { margin-bottom: 1rem; }
  .film-copy__body { max-width: 58ch; margin-top: 1rem; font-size: 0.84rem; line-height: 1.58; }
  .film-copy__proof { margin-top: 0.85rem; font-size: 0.66rem; }
  .film-hero-price { margin-top: 1.2rem; }
  .film-actions { max-width: 360px; }
  .film-actions .button { width: 100%; }
  .film-actions .film-link { width: 100%; justify-content: center; }
  .film-stage,
  .landing-film[data-scene="truth"] .film-stage,
  .landing-film[data-scene="chat"] .film-stage,
  .landing-film[data-scene="list"] .film-stage,
  .landing-film[data-scene="load"] .film-stage,
  .landing-film[data-scene="price"] .film-stage {
    top: auto;
    right: -13vw;
    bottom: 5vh;
    left: auto;
    width: 112vw;
    height: 38vh;
    min-height: 270px;
    opacity: 0.64;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .landing-film[data-scene="price"] .film-stage { opacity: 0; }
  .film-stage { perspective: none; transform-style: flat; }
  .film-stage__float {
    --screen-float-start: -4px;
    --screen-float-end: 4px;
  }
  .film-stage__plane {
    inset: 0 0 4% 4%;
    border-radius: 4px;
    transform: none;
    box-shadow:
      0 22px 34px -24px rgb(0 0 0 / 0.82),
      inset 0 1px 0 oklch(94% 0.018 85 / 0.045);
  }
  .film-stage__chrome { height: 42px; font-size: 0.54rem; }
  .film-collage, .film-evidence, .film-price-stage { top: 42px; }
  .film-evidence__callout { bottom: 5%; }
  .film-sequence { left: 0; bottom: 20px; }
  .film-scroll-cue { display: none; }
  .film-legal { left: 0; right: auto; bottom: 18px; gap: 0.85rem; }
}

@media (max-width: 560px) {
  .site-header__brand { left: 0; }
  .site-header__trigger { right: 0; width: 50px; height: 50px; }
  .landing-film__sticky { min-height: 650px; }
  .film-copy { top: 12vh; }
  .film-copy__label { font-size: 0.6rem; }
  .film-copy h1 { font-size: clamp(2.65rem, 13.6vw, 4.2rem); }
  .film-copy h2,
  .film-copy--center h2 { font-size: clamp(1.8rem, 9vw, 3rem); }
  .film-copy__body { font-size: 0.76rem; }
  .film-hero-price strong { font-size: 2.15rem; }
  .film-hero-price span { font-size: 0.64rem; }
  .film-actions .button { min-height: 46px; font-size: 0.72rem; }
  .film-link { min-height: 42px; font-size: 0.68rem; }
  .film-stage,
  .landing-film[data-scene="truth"] .film-stage,
  .landing-film[data-scene="chat"] .film-stage,
  .landing-film[data-scene="list"] .film-stage,
  .landing-film[data-scene="load"] .film-stage,
  .landing-film[data-scene="price"] .film-stage {
    right: -25vw;
    bottom: 4.5vh;
    width: 132vw;
    height: 34vh;
  }
  .film-stage__chrome { left: 0; padding-inline: 1rem; }
  .film-stage__plane::after { background: linear-gradient(90deg, var(--obsidian), transparent 38%, oklch(8% 0.008 75 / 0.7)); }
  .film-evidence__callout { left: 9%; right: 18%; grid-template-columns: 28px 1fr; }
  .film-evidence__callout strong { font-size: 0.64rem; }
  .film-price-stage__main strong { font-size: 5.6rem; }
  .film-price-stage__facts { display: none; }
  .film-sequence { grid-template-columns: auto 72px auto; font-size: 0.52rem; }
  .film-legal { display: grid; grid-template-columns: 1fr 1fr; row-gap: 0.2rem; }
  .film-legal span { grid-column: 1 / -1; }
}

@media (orientation: landscape) and (max-height: 560px) {
  .landing-film__sticky { min-height: 100vh; }
  .film-copy,
  .film-copy--left,
  .film-copy--right,
  .film-copy--center { top: 52%; width: 46%; }
  .film-copy h1 { font-size: clamp(2.2rem, 7vw, 3.4rem); }
  .film-copy h2,
  .film-copy--center h2 { font-size: clamp(1.7rem, 5vw, 2.8rem); }
  .film-copy__label { margin-bottom: 0.65rem; }
  .film-copy__body { margin-top: 0.65rem; font-size: 0.68rem; }
  .film-copy__proof { display: none; }
  .film-hero-price { margin: 0.8rem 0 0.6rem; }
  .film-stage,
  .landing-film[data-scene="truth"] .film-stage,
  .landing-film[data-scene="chat"] .film-stage,
  .landing-film[data-scene="list"] .film-stage,
  .landing-film[data-scene="load"] .film-stage,
  .landing-film[data-scene="price"] .film-stage {
    top: 50%;
    right: -5vw;
    bottom: auto;
    left: auto;
    width: 58vw;
    height: 72vh;
    min-height: 0;
    transform: translate3d(0, -50%, 0);
  }
  .film-sequence { bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header__tray,
  .site-header__nav a,
  .site-header__trigger,
  .site-header__dots,
  .site-header__close {
    transition: none !important;
    transition-delay: 0s !important;
  }
  .site-header__brand,
  .film-material,
  .film-copy.is-active,
  .film-copy.is-active > *,
  .film-stage__sweep,
  .film-scroll-cue i {
    animation: none !important;
  }
  .film-stage__float {
    animation: none !important;
    transform: none !important;
  }
  .film-material__image,
  .film-material__axis {
    transform: none;
  }
  .film-collage.is-active .film-collage__slice {
    opacity: 1;
    transform: none;
  }
}

/* Legal documents keep the landing's industrial material without turning policy text into cards. */
.legal-page {
  position: relative;
  min-height: 100svh;
  overflow: clip;
  background: var(--obsidian);
  color: var(--ivory);
}

.legal-page__material {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--obsidian) 0 46%, transparent 75%),
    linear-gradient(180deg, oklch(8% 0.008 75 / 0.2), var(--obsidian) 94%),
    url("/landing-v2/assets/hero-focal-plane.webp") right top / min(78vw, 1280px) auto no-repeat;
  opacity: 0.34;
}

.legal-page__material::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 58%, oklch(78% 0.165 70 / 0.08) 58.08%, transparent 58.25%);
}

.legal-header {
  position: relative;
  z-index: 2;
  width: var(--page);
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}

.legal-header nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.3vw, 2.4rem);
}

.legal-header nav a,
.legal-document__back {
  color: var(--muted);
  font-size: 0.66rem;
  transition: color 160ms ease;
}

.legal-header nav a:hover,
.legal-header nav a:focus-visible,
.legal-document__back:hover,
.legal-document__back:focus-visible {
  color: var(--amber);
}

.legal-document {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 2 * clamp(20px, 7vw, 120px)));
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 8rem) 0 7rem;
}

.legal-document__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.legal-document__intro {
  margin-top: clamp(2rem, 5vw, 4.5rem);
  padding-left: clamp(1.1rem, 2.6vw, 2.4rem);
  border-left: 1px solid var(--amber);
}

.legal-document__intro > p {
  margin: 0 0 1rem;
  color: var(--amber);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-document__intro h1 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.4rem);
  font-weight: 480;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.legal-document__intro div {
  max-width: 74ch;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: clamp(0.78rem, 1.15vw, 0.95rem);
}

.legal-document__intro > span {
  display: block;
  margin-top: 1rem;
  color: var(--quiet);
  font-size: 0.61rem;
  font-variant-numeric: tabular-nums;
}

.legal-document__body {
  margin-top: clamp(3.5rem, 8vw, 7rem);
  border-top: 1px solid var(--line);
}

.legal-document__body section {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 5vw, 5rem);
  padding: clamp(1.8rem, 4vw, 3.4rem) 0;
  border-bottom: 1px solid var(--line);
}

.legal-document__body h2 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(0.82rem, 1.25vw, 1rem);
  font-weight: 650;
  line-height: 1.45;
}

.legal-document__body p,
.legal-document__body ul {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.72rem, 1.05vw, 0.86rem);
  line-height: 1.82;
}

.legal-document__body h2 + p,
.legal-document__body h2 + ul {
  grid-row: 1;
}

.legal-document__body p + p {
  margin-top: -0.7rem;
}

.legal-document__body ul {
  padding-left: 1.25rem;
}

.legal-document__body li + li {
  margin-top: 0.65rem;
}

.legal-document__body a {
  color: var(--ivory);
  border-bottom: 1px solid color-mix(in oklch, var(--amber) 62%, transparent);
}

.legal-document__body a:hover,
.legal-document__body a:focus-visible {
  color: var(--amber);
  border-color: var(--amber);
}

@media (max-width: 720px) {
  .legal-header {
    min-height: 70px;
    align-items: flex-start;
    padding-block: 1rem;
  }
  .legal-header nav {
    max-width: 58vw;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.35rem 0.9rem;
  }
  .legal-header nav a { font-size: 0.55rem; }
  .legal-document { padding-top: 2.5rem; }
  .legal-document__intro { margin-top: 1.75rem; }
  .legal-document__body { margin-top: 3.5rem; }
  .legal-document__body section {
    display: block;
    padding-block: 1.8rem;
  }
  .legal-document__body h2 { margin-bottom: 1rem; }
  .legal-document__body p,
  .legal-document__body ul { font-size: 0.78rem; }
  .legal-document__body p + p { margin-top: 1rem; }
}

/* Phones use native document flow: every scene moves with the finger and keeps its own product view. */
.film-mobile-evidence,
.film-mobile-price {
  display: none;
}

@keyframes film-mobile-float {
  from { transform: translate3d(0, -4px, 0); }
  to { transform: translate3d(0, 4px, 0); }
}

@keyframes film-mobile-glint {
  0%, 16% { opacity: 0; transform: translate3d(-180%, 0, 0) skewX(-14deg); }
  24% { opacity: 0.16; }
  38%, 100% { opacity: 0; transform: translate3d(520%, 0, 0) skewX(-14deg); }
}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: clip;
    overscroll-behavior-y: auto;
  }

  .landing-film {
    height: auto;
    min-height: 0;
    overflow: visible;
    overflow-x: clip;
    touch-action: pan-y;
  }

  .landing-film__sticky {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .film-material {
    position: fixed;
    opacity: 0.78;
  }

  .film-material__image {
    inset: -3% -76% -3% -28%;
    background-position: 68% center;
    opacity: 0.68;
    transform: none;
  }

  .film-material__shade {
    background:
      linear-gradient(180deg, var(--obsidian) 0%, oklch(8% 0.008 75 / 0.82) 38%, oklch(8% 0.008 75 / 0.92) 100%),
      linear-gradient(90deg, var(--obsidian) 0%, oklch(8% 0.008 75 / 0.74) 68%, transparent 100%);
  }

  .film-material__axis {
    top: -18vh;
    right: 12%;
    left: auto;
    height: 138vh;
    opacity: 0.38;
    transform: rotate(13deg);
  }

  .film-material__grain {
    opacity: 0.055;
    background-size: 64px 64px;
  }

  .film-frame {
    height: auto;
  }

  .film-copy-stack {
    position: relative;
    inset: auto;
    pointer-events: auto;
  }

  .film-copy,
  .film-copy--left,
  .film-copy--right,
  .film-copy--center,
  .film-copy.is-active,
  .film-copy--left.is-active,
  .film-copy--right.is-active,
  .film-copy--center.is-active {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: max(106px, calc(env(safe-area-inset-top) + 86px)) 0 clamp(74px, 13vw, 108px);
    text-align: left;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    animation: none;
    transition: none;
  }

  .film-copy:not(:first-child) {
    padding-top: clamp(82px, 16vw, 116px);
  }

  .film-copy.is-active > * {
    animation: none;
  }

  .film-copy h1 {
    max-width: 9ch;
    font-size: clamp(2.58rem, 13vw, 4.3rem);
    line-height: 0.98;
  }

  .film-copy h2,
  .film-copy--center h2 {
    max-width: 14ch;
    margin-right: 0;
    margin-left: 0;
    font-size: clamp(2rem, 10.2vw, 3.5rem);
    line-height: 1.01;
  }

  .film-copy__label {
    margin-bottom: 1.05rem;
    font-size: clamp(0.58rem, 2.4vw, 0.68rem);
  }

  .film-copy__body,
  .film-copy--right .film-copy__body,
  .film-copy--center .film-copy__body {
    max-width: 46ch;
    margin: 1.15rem 0 0;
    font-size: clamp(0.78rem, 3.15vw, 0.88rem);
    line-height: 1.64;
  }

  .film-copy__proof,
  .film-copy--right .film-copy__proof {
    max-width: 46ch;
    margin: 1rem 0 0;
    font-size: clamp(0.66rem, 2.75vw, 0.76rem);
    line-height: 1.6;
  }

  .film-hero-price {
    margin: 1.45rem 0 1rem;
    align-items: flex-end;
  }

  .film-hero-price strong {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .film-hero-price span {
    padding-bottom: 0.18rem;
    font-size: 0.64rem;
    line-height: 1.45;
  }

  .film-actions,
  .film-final-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.45rem;
  }

  .film-final-actions {
    margin-top: 1.45rem;
  }

  .film-actions .button,
  .film-final-actions .button {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    font-size: 0.75rem;
  }

  .film-actions .film-link,
  .film-final-actions .film-link {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    font-size: 0.7rem;
  }

  .film-final-actions > span {
    flex-basis: auto;
    justify-content: center;
    margin-top: 0.45rem;
    text-align: center;
    font-size: 0.6rem;
  }

  .film-stage,
  .film-sequence,
  .film-scroll-cue {
    display: none;
  }

  .film-mobile-evidence {
    position: relative;
    width: 100%;
    display: block;
    margin: clamp(2.3rem, 11vw, 4.2rem) 0 0;
    overflow: hidden;
    border: 1px solid oklch(86% 0.018 82 / 0.16);
    border-radius: 18px;
    background: color-mix(in oklch, var(--graphite-1) 92%, transparent);
    box-shadow:
      0 34px 62px -34px rgb(0 0 0 / 0.96),
      0 16px 34px -28px rgb(0 0 0 / 0.8),
      inset 0 1px 0 oklch(94% 0.018 85 / 0.055);
    animation: film-mobile-float 5.6s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
    isolation: isolate;
  }

  .film-mobile-evidence__chrome {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--line);
    padding-inline: 1rem;
    color: var(--quiet);
    font-size: 0.52rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .film-mobile-evidence__chrome span:first-child {
    color: var(--amber);
    font-weight: 760;
  }

  .film-mobile-evidence__viewport {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 76% 0%, oklch(78% 0.165 70 / 0.08), transparent 42%),
      var(--graphite-1);
  }

  .film-mobile-evidence__viewport::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 54%, oklch(8% 0.008 75 / 0.62));
    pointer-events: none;
  }

  .film-mobile-evidence__viewport img {
    display: block;
    filter: saturate(0.68) brightness(0.66) contrast(1.06);
  }

  .film-mobile-evidence--wide .film-mobile-evidence__viewport {
    height: clamp(220px, 62vw, 310px);
  }

  .film-mobile-evidence--wide .film-mobile-evidence__viewport img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
  }

  .film-mobile-evidence--phone .film-mobile-evidence__viewport {
    height: clamp(350px, 112vw, 480px);
    display: flex;
    justify-content: center;
    padding: 14px 14px 0;
  }

  .film-mobile-evidence--phone .film-mobile-evidence__viewport img {
    width: min(66%, 238px);
    height: auto;
    align-self: flex-start;
    border: 1px solid oklch(86% 0.018 82 / 0.1);
    border-radius: 14px 14px 0 0;
    box-shadow: 0 18px 36px -16px rgb(0 0 0 / 0.94);
  }

  .film-mobile-evidence__glint {
    position: absolute;
    top: -18%;
    bottom: -18%;
    left: 0;
    z-index: 2;
    width: 19%;
    background: linear-gradient(90deg, transparent, oklch(94% 0.018 85 / 0.5), transparent);
    opacity: 0;
    animation: film-mobile-glint 7.2s 1.1s ease-in-out infinite;
    pointer-events: none;
  }

  .film-mobile-evidence figcaption {
    position: relative;
    z-index: 3;
    min-height: 66px;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    border-top: 1px solid var(--amber);
    padding: 0.8rem 1rem;
    background: oklch(10% 0.008 75 / 0.94);
  }

  .film-mobile-evidence figcaption span {
    color: var(--amber);
    font-size: 0.58rem;
  }

  .film-mobile-evidence figcaption strong {
    color: var(--ivory);
    font-size: clamp(0.66rem, 2.8vw, 0.77rem);
    font-weight: 620;
    line-height: 1.48;
  }

  .film-mobile-price {
    position: relative;
    display: block;
    margin-top: clamp(2.5rem, 12vw, 4.5rem);
    overflow: hidden;
    border: 1px solid oklch(86% 0.018 82 / 0.16);
    border-radius: 18px;
    padding: clamp(1.5rem, 7vw, 2.4rem);
    background:
      linear-gradient(135deg, oklch(78% 0.165 70 / 0.09), transparent 48%),
      color-mix(in oklch, var(--graphite-1) 94%, transparent);
    box-shadow: 0 34px 62px -34px rgb(0 0 0 / 0.96);
    animation: film-mobile-float 5.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate-reverse;
  }

  .film-mobile-price > span {
    display: block;
    color: var(--amber);
    font-size: 0.58rem;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .film-mobile-price > strong {
    display: block;
    margin-top: 1rem;
    color: var(--ivory);
    font-size: clamp(4.2rem, 22vw, 7rem);
    font-weight: 480;
    letter-spacing: -0.08em;
    line-height: 0.88;
  }

  .film-mobile-price > div {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.7rem;
    border-top: 1px solid var(--line);
    padding-top: 1.2rem;
  }

  .film-mobile-price i {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--muted);
    font-size: 0.7rem;
    font-style: normal;
  }

  .film-mobile-price svg {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--amber);
  }

  .film-legal,
  .film-legal.is-visible {
    position: relative;
    inset: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem 0.8rem;
    padding: 0 0 max(34px, env(safe-area-inset-bottom));
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .film-legal span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 380px) {
  .film-copy,
  .film-copy--left,
  .film-copy--right,
  .film-copy--center,
  .film-copy.is-active,
  .film-copy--left.is-active,
  .film-copy--right.is-active,
  .film-copy--center.is-active {
    padding-top: max(96px, calc(env(safe-area-inset-top) + 80px));
  }

  .film-copy:not(:first-child) {
    padding-top: 76px;
  }

  .film-actions .button,
  .film-final-actions .button {
    padding-inline: 0.9rem;
    font-size: 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .film-mobile-evidence,
  .film-mobile-price,
  .film-mobile-evidence__glint {
    animation: none !important;
    transform: none !important;
  }
}
