@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/instrument-serif-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/instrument-serif-italic-latin.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --ink: #fff8e9;
  --cream: #f2e8d6;
  --paper: #e6d6bf;
  --night: #10080e;
  --plum: #28101f;
  --plum-soft: #4a1e37;
  --champagne: #deb979;
  --coral: #f26059;
  --twilight: #86aee8;
  --sage: #91aa98;
  --line: rgba(255, 244, 223, .18);
  --line-soft: rgba(255, 244, 223, .09);
  --muted: rgba(242, 232, 214, .68);
  --display: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --page: min(1280px, calc(100% - 64px));
}

* { box-sizing: border-box; }

html {
  background: var(--night);
  color: var(--ink);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 82% 15%, rgba(109, 34, 73, .22), transparent 30rem),
    var(--night);
  font-family: var(--sans);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: .12;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.story-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
}

.story-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--story-progress, 0));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--champagne), #f47e88 62%, var(--twilight));
  box-shadow: 0 0 16px rgba(244, 126, 136, .55);
}

@supports (animation-timeline: scroll()) {
  .story-progress span {
    animation: story-progress linear both;
    animation-timeline: scroll(root block);
  }
}

a { color: inherit; }

[id] { scroll-margin-top: 36px; }

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

a:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--night);
  padding: 10px 14px;
  font-weight: 600;
}

.skip-link:focus { transform: none; }

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--champagne);
  font-size: .71rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.wordmark {
  display: inline-grid;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.25rem;
  line-height: .76;
  text-decoration: none;
}

.wordmark span:last-child { margin-left: 1.1rem; }

.vision-nav {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  width: var(--page);
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 248, 233, .2);
  padding: 22px 0 18px;
}

.vision-nav__actions { display: flex; align-items: center; gap: 28px; }

.vision-label {
  color: rgba(255, 248, 233, .62);
  font-size: .67rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.text-link, .story-link {
  color: var(--ink);
  font-size: .82rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease, text-shadow .28s ease;
}

.text-link span, .story-link span, .primary-link span { color: var(--coral); }
.text-link:hover, .story-link:hover { color: var(--champagne); }

.magnetic-link {
  display: inline-block;
  transform: translate3d(var(--magnetic-x, 0px), var(--magnetic-y, 0px), 0);
  will-change: transform;
}

.vision-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  isolation: isolate;
  align-items: end;
  overflow: hidden;
  --hero-drift-x: 0px;
  --hero-drift-y: 0px;
}

.hero-image, .hero-scrim, .light-field { position: absolute; inset: 0; }

.hero-image {
  z-index: -3;
  background: #160b12 url("/images/good-company-vibrant-doorway.jpg") 54% center / cover no-repeat;
  filter: saturate(.88) contrast(1.06);
  transform: translate3d(var(--hero-drift-x), var(--hero-drift-y), 0) scale(1.025);
  will-change: transform;
}

.hero-scrim {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 3, 6, .93) 0%, rgba(9, 4, 8, .84) 43%, rgba(14, 6, 12, .34) 67%, rgba(10, 4, 8, .08)),
    linear-gradient(0deg, rgba(10, 4, 8, .8), transparent 52%, rgba(9, 4, 8, .3));
}

.light-field { z-index: -1; width: 100%; height: 100%; opacity: .68; }

.hero-copy {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(145px, 17vh, 205px) 0 clamp(62px, 8vh, 90px);
}

.hero-copy h1 {
  max-width: 1120px;
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.048em;
}

.hero-title__primary,
.hero-title__counter { display: block; }

.hero-title__primary {
  font-size: clamp(4.7rem, 8.6vw, 8.7rem);
  line-height: .82;
}

.hero-title__primary em {
  color: var(--ink);
  font-weight: 400;
}

.hero-title__counter {
  max-width: 10.5em;
  margin: .08em 0 0 clamp(1.5rem, 5vw, 5rem);
  color: rgba(255, 248, 233, .92);
  font-size: clamp(3.8rem, 6.9vw, 7rem);
  font-style: italic;
  letter-spacing: -.035em;
  line-height: .9;
  text-shadow: 0 3px 34px rgba(7, 3, 6, .42);
}

.hero-promise {
  max-width: 760px;
  margin: 30px 0 0;
  color: rgba(255, 248, 233, .84);
  font-size: clamp(.98rem, 1.25vw, 1.16rem);
  line-height: 1.62;
}

.hero-foot {
  display: flex;
  max-width: 1020px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(38px, 5vh, 58px);
  border-top: 1px solid rgba(255, 248, 233, .24);
  padding-top: 18px;
}

.hero-foot p { margin: 0; color: rgba(255, 248, 233, .72); font-size: .82rem; }
.hero-foot em { color: var(--ink); font-family: var(--display); font-size: 1.15rem; font-style: italic; }

.hero-caption {
  position: absolute;
  right: max(32px, calc((100vw - 1280px) / 2));
  bottom: 32px;
  display: grid;
  gap: 3px;
  color: rgba(255, 248, 233, .6);
  font-size: .62rem;
  letter-spacing: .09em;
  text-align: right;
  text-transform: uppercase;
}

.hero-caption span { color: var(--ink); }

.section-intro { max-width: 980px; }

.turn {
  position: relative;
  display: inline-block;
  isolation: isolate;
  color: inherit;
  font-family: var(--display);
  font-weight: 400;
  transform-origin: 40% 70%;
}

.turn--italic { font-style: italic; }

.turn--scale {
  padding-inline: .025em;
  font-size: 1.12em;
  font-style: italic;
  letter-spacing: -.045em;
}

.turn--never {
  color: var(--ink);
  font-size: 1.14em;
  letter-spacing: -.045em;
}

.turn--gradient,
.turn--gradient-blue {
  color: var(--champagne);
  font-style: italic;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) {
  .turn--gradient {
    background: linear-gradient(105deg, #ffe7b7 5%, #f39a8e 48%, #c45478 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .turn--gradient-blue {
    background: linear-gradient(105deg, #ffe3ad 4%, #f090a3 52%, #91baff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.turn--underline::after {
  position: absolute;
  right: -.02em;
  bottom: .02em;
  left: -.02em;
  z-index: -1;
  height: .065em;
  min-height: 3px;
  transform: scaleX(1);
  transform-origin: left center;
  background: var(--coral);
  box-shadow: 0 .035em 0 rgba(222, 185, 121, .42);
  content: "";
}

.js .turn--spring {
  opacity: var(--spring-opacity, .18);
  transform: translate3d(0, var(--spring-y, .22em), 0) rotate(var(--spring-rotate, .7deg)) scale(var(--spring-scale, .94));
  will-change: transform, opacity;
}

.js .turn--underline::after { transform: scaleX(var(--underline-scale, 0)); }

.turn--spring.is-settled { will-change: auto; }

.section-intro h2, .loop-heading h2, .permission-intro h2, .trust-statement h2, .closing h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 6.6rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .92;
}

.section-intro > p:last-child {
  max-width: 620px;
  margin: 28px 0 0 auto;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.week { padding-block: clamp(110px, 15vw, 220px); }

.week-scene {
  display: grid;
  grid-template-columns: minmax(160px, .42fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 130px);
  margin-top: clamp(80px, 10vw, 150px);
}

.week-time {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  align-items: center;
  color: var(--paper);
}

.week-time span, .week-time small { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
.week-time strong { margin: 26px 0; font-family: var(--display); font-size: clamp(3.5rem, 6vw, 7rem); font-weight: 400; writing-mode: vertical-rl; }
.week-time i { width: 1px; flex: 1; background: linear-gradient(var(--champagne), rgba(222, 185, 121, 0)); }
.week-time small { margin-top: 18px; color: var(--muted); }

.week-narrative { max-width: 820px; }
.scenario-label, .artifact-label, .plan-why { color: var(--coral); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.scene-lead { max-width: 680px; margin: 24px 0; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: .98; }
.week-narrative > p:not(.scene-lead, .scenario-label, .scene-outcome) { max-width: 640px; color: var(--muted); line-height: 1.7; }

.week-narrative blockquote {
  position: relative;
  max-width: 760px;
  margin: 54px 0;
  border-left: 1px solid var(--champagne);
  padding: 10px 0 10px 36px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.75rem, 3vw, 3.2rem);
  line-height: 1.12;
}

.context-line { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); margin: 0; }
.context-line div { border-right: 1px solid var(--line); padding: 18px 16px 18px 0; }
.context-line div + div { padding-left: 16px; }
.context-line div:last-child { border-right: 0; }
.context-line dt { color: var(--muted); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.context-line dd { margin: 7px 0 0; font-family: var(--display); font-size: 1.25rem; }
.scene-outcome { margin-top: 26px; color: var(--paper); font-size: .9rem; }
.scene-outcome span { margin-right: 8px; color: var(--coral); }

.plan-section { padding-bottom: clamp(120px, 16vw, 240px); }

.plan-artifact {
  position: relative;
  margin-top: clamp(70px, 10vw, 135px);
  border: 1px solid rgba(222, 185, 121, .42);
  background:
    linear-gradient(135deg, rgba(90, 29, 60, .25), transparent 38%),
    rgba(29, 13, 24, .88);
  box-shadow: 0 50px 100px rgba(0, 0, 0, .28);
  --plan-tilt-x: 0deg;
  --plan-tilt-y: 0deg;
  transition: border-color .35s ease, box-shadow .45s ease;
}

.js .kinetic-paper.reveal {
  opacity: 0;
  transform: translate3d(0, 58px, 0) rotate(-.7deg) scale(.985);
  transform-origin: 50% 18%;
  transition:
    opacity .62s ease,
    transform 1.35s linear(0, .009, .039, .087, .151, .228, .313, .403, .494, .582, .664, .738, .803, .857, .902, .938, .966, .987, 1.002, 1.011, 1.015, 1.014, 1.011, 1.007, 1.003, 1);
}

.js .kinetic-paper.reveal.is-visible {
  opacity: 1;
  transform: perspective(1400px) rotateX(var(--plan-tilt-x)) rotateY(var(--plan-tilt-y));
}

.plan-artifact::before { position: absolute; top: -1px; left: 0; width: 34%; height: 3px; background: var(--coral); content: ""; }

.plan-head { display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); padding: clamp(24px, 4vw, 54px); }
.plan-head h3 { max-width: 770px; margin: 12px 0 0; font-family: var(--display); font-size: clamp(2.2rem, 4.5vw, 5.2rem); font-weight: 400; line-height: .95; }
.approval-state { align-self: start; border: 1px solid rgba(222, 185, 121, .45); border-radius: 999px; color: var(--champagne); padding: 9px 13px; font-size: .68rem; white-space: nowrap; }

.plan-body { display: grid; grid-template-columns: 1.45fr .75fr; }
.plan-primary, .plan-action { padding: clamp(28px, 4vw, 54px); }
.plan-action { border-left: 1px solid var(--line); background: rgba(9, 4, 8, .32); }
.plan-thesis { max-width: 760px; margin: 18px 0 38px; font-size: clamp(1.2rem, 2vw, 1.7rem); line-height: 1.5; }
.plan-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.plan-facts div { min-width: 0; background: rgba(21, 9, 17, .96); padding: 22px 14px; }
.plan-facts span { display: block; font-family: var(--display); font-size: clamp(1.25rem, 2.1vw, 2rem); }
.plan-facts small { display: block; margin-top: 7px; color: var(--muted); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.source-proof { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; margin-top: 30px; }
.proof-mark { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage); }
.source-proof p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.source-proof strong { display: block; color: var(--ink); }
.plan-action h4 { margin: 18px 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; line-height: 1.05; }
.plan-action > p:not(.artifact-label) { color: var(--muted); font-size: .85rem; line-height: 1.6; }
.approval-buttons { display: grid; gap: 10px; margin-top: 32px; }
.approval-buttons span { display: block; background: var(--coral); color: #1b070a; padding: 14px 16px; font-size: .8rem; font-weight: 600; text-align: center; }
.approval-buttons::before { content: "Illustrative preview · no action available"; color: var(--muted); font-size: .61rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.approval-buttons .quiet-button { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.plan-footer { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.plan-footer p { margin: 0; padding: 24px clamp(28px, 4vw, 54px); color: var(--muted); font-size: .8rem; }
.plan-footer p + p { border-left: 1px solid var(--line); }
.plan-footer span { display: block; margin-bottom: 6px; color: var(--champagne); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.honesty-note, .policy-honesty { max-width: 780px; margin: 24px 0 0 auto; color: var(--muted); font-size: .75rem; line-height: 1.55; }

.loop-section { padding-block: clamp(100px, 15vw, 220px); background: var(--cream); color: #29141f; }
.loop-section .eyebrow { color: #8d3c42; }
.loop-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 70px; align-items: end; }
.loop-heading > p { margin: 0; color: rgba(41, 20, 31, .65); line-height: 1.65; }
.life-loop { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); align-items: stretch; gap: 0; margin: clamp(70px, 9vw, 120px) 0 0; padding: 0; list-style: none; }
.life-loop li { position: relative; min-height: 230px; border-top: 1px solid rgba(41, 20, 31, .3); padding: 24px 15px 20px 0; }
.life-loop li + li { padding-left: 15px; }
.life-loop li::before { position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #29141f; content: ""; }
.life-loop span { display: block; color: #a04b4d; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.life-loop strong { display: block; margin: 48px 0 10px; font-family: var(--display); font-size: 1.6rem; font-weight: 400; }
.life-loop small { color: rgba(41, 20, 31, .62); line-height: 1.5; }
.life-loop .loop-plan { transform: translateY(-25px); border: 1px solid #29141f; background: #29141f; color: var(--cream); padding: 24px; }
.life-loop .loop-plan::before { display: none; }
.life-loop .loop-plan span { color: var(--champagne); }
.life-loop .loop-plan strong { font-size: 2rem; }
.life-loop .loop-plan small { color: rgba(242, 232, 214, .66); }

.relationship { padding-block: clamp(110px, 16vw, 230px); }
.relationship-stage { display: grid; grid-template-columns: minmax(0, .72fr) 90px minmax(0, 1fr); align-items: center; margin-top: clamp(70px, 10vw, 140px); }
.telegram-scene, .control-room { border: 1px solid var(--line); background: rgba(35, 15, 28, .78); box-shadow: 0 36px 80px rgba(0, 0, 0, .22); }
.telegram-scene { padding: clamp(26px, 4vw, 46px); }
.control-room { padding: clamp(22px, 3vw, 38px); }
.channel-head { display: flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); padding-bottom: 17px; }
.channel-head small { margin-left: auto; color: var(--muted); }
.telegram-dot { width: 8px; height: 8px; border-radius: 50%; background: #5ab8dc; box-shadow: 0 0 18px #5ab8dc; }
.message { margin: 50px 0 18px 14%; border-radius: 18px 18px 3px 18px; background: #e8dfcf; color: #25111b; padding: 19px 22px; }
.message p { margin: 0; line-height: 1.5; }
.message p + p { margin-top: 10px; }
.message-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.message-actions span { border: 1px solid rgba(90, 184, 220, .5); border-radius: 999px; color: #8bd4ee; padding: 8px 12px; font-size: .75rem; }
.channel-caption { margin: 40px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.relationship-bridge { display: flex; align-items: center; }
.relationship-bridge span { width: 100%; height: 1px; background: linear-gradient(90deg, var(--champagne), var(--coral)); }
.relationship-bridge i { flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 28px var(--coral); }
.control-room nav { display: flex; gap: 20px; border-bottom: 1px solid var(--line); padding: 15px 0; color: var(--muted); font-size: .7rem; }
.control-room nav span:first-child { color: var(--champagne); }
.control-plan { margin: 24px 0; border-left: 2px solid var(--coral); background: rgba(255, 255, 255, .035); padding: 18px; }
.control-plan p, .control-plan span { margin: 0; color: var(--muted); font-size: .7rem; }
.control-plan strong { display: block; margin: 10px 0; font-family: var(--display); font-size: 1.7rem; font-weight: 400; }
.memory-line { border-top: 1px solid var(--line); padding-top: 18px; }
.memory-line span { color: var(--champagne); font-size: .65rem; text-transform: uppercase; }
.memory-line p { color: var(--muted); font-size: .8rem; line-height: 1.5; }

.policy-section { padding-block: clamp(110px, 15vw, 210px); background: #200d19; }
.policy-transform { display: grid; grid-template-columns: .8fr 70px 1fr; align-items: center; margin-top: clamp(70px, 9vw, 120px); }
.spoken-policy { padding: 0 20px; }
.spoken-policy > span { color: var(--champagne); font-size: .68rem; text-transform: uppercase; }
.spoken-policy blockquote { margin: 24px 0 0; font-family: var(--display); font-size: clamp(2rem, 3.8vw, 4rem); line-height: 1.08; }
.policy-arrow { color: var(--coral); font-family: var(--display); font-size: 3rem; text-align: center; }
.policy-card { border: 1px solid rgba(222, 185, 121, .38); background: #130810; }
.policy-card header { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 26px; }
.policy-card header p { margin: 0 0 7px; color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.policy-card h3 { margin: 0; font-family: var(--display); font-size: 2rem; font-weight: 400; }
.policy-live { align-self: start; color: var(--sage); font-size: .7rem; }
.policy-live::before { content: "●"; margin-right: 6px; }
.policy-card dl { margin: 0; }
.policy-card dl div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; border-bottom: 1px solid var(--line-soft); padding: 16px 26px; }
.policy-card dt { color: var(--muted); font-size: .68rem; }
.policy-card dd { margin: 0; font-size: .8rem; }
.policy-card footer { display: flex; gap: 8px; padding: 20px 26px; }
.policy-card footer span { border: 1px solid var(--line); padding: 8px 10px; color: var(--muted); font-size: .68rem; }

.permission { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: clamp(60px, 10vw, 160px); align-items: start; padding-block: clamp(120px, 17vw, 250px); }
.permission-intro { position: sticky; top: 120px; }
.permission-intro > p:last-child { max-width: 500px; color: var(--muted); line-height: 1.7; }
.permission-ladder { margin: 0; padding: 0; list-style: none; }
.permission-ladder li { display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; gap: 20px; align-items: center; border-top: 1px solid var(--line); padding: 28px 0; }
.permission-ladder li:last-child { border-bottom: 1px solid var(--line); }
.permission-ladder > li > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: .65rem; }
.permission-ladder .is-available > span { border-color: var(--champagne); color: var(--champagne); }
.permission-ladder strong { font-family: var(--display); font-size: 1.9rem; font-weight: 400; }
.permission-ladder p { margin: 5px 0 0; color: var(--muted); font-size: .78rem; }
.permission-ladder small { max-width: 120px; color: var(--champagne); font-size: .64rem; text-align: right; text-transform: uppercase; }

.trust-section { padding-block: clamp(110px, 15vw, 220px); background: #070608; }
.trust-shell { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.trust-statement { padding-top: 40px; }
.trust-statement h2 { font-size: clamp(3.4rem, 6.8vw, 7.2rem); }
.trust-checks { border: 1px solid var(--line); background: rgba(255, 255, 255, .025); }
.trust-question { display: flex; gap: 20px; border-bottom: 1px solid var(--line); padding: 24px; }
.trust-question span { color: var(--champagne); font-family: var(--display); font-size: 1.7rem; }
.trust-question p { margin: 4px 0 0; }
.trust-checks ul { margin: 0; padding: 0; list-style: none; }
.trust-checks li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 14px; border-bottom: 1px solid var(--line-soft); padding: 20px 24px; }
.trust-checks li > span { color: var(--sage); }
.trust-checks li p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.trust-checks li strong { display: block; color: var(--ink); font-size: .85rem; }
.trust-verdict { display: grid; gap: 6px; background: var(--cream); color: #29141f; padding: 24px; }
.trust-verdict strong { font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
.trust-verdict span { color: rgba(41, 20, 31, .65); font-size: .72rem; }

.north-star {
  position: relative;
  display: grid;
  min-height: 112svh;
  place-items: center;
  overflow: hidden;
  padding: clamp(120px, 12vw, 190px) 32px;
  text-align: center;
  --north-x: 50%;
  --north-y: 50%;
}
.north-star::before { position: absolute; inset: 0; background: radial-gradient(circle, rgba(167, 58, 91, .25), transparent 52%); content: ""; }
.north-star::after {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at var(--north-x) var(--north-y), rgba(134, 174, 232, .16), rgba(242, 96, 89, .08) 14%, transparent 31%);
  content: "";
  pointer-events: none;
  transition: opacity .5s ease;
}
.north-star-orbit { position: absolute; width: min(72vw, 880px); aspect-ratio: 1; border: 1px solid rgba(222, 185, 121, .25); border-radius: 50%; animation: breathe 8s ease-in-out infinite; }
.north-star-orbit::before, .north-star-orbit::after { position: absolute; inset: 12%; border: 1px solid rgba(222, 185, 121, .13); border-radius: 50%; content: ""; }
.north-star-orbit::after { inset: 28%; }
.north-star-orbit__runner { position: absolute; inset: -1px; border-radius: 50%; animation: orbit-star 19s linear infinite; }
.north-star-orbit__runner i {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translateX(-50%) rotate(45deg);
  background: var(--ink);
  box-shadow: 0 0 10px 2px var(--champagne), 0 0 36px 12px rgba(242, 96, 89, .58), 0 0 68px 22px rgba(134, 174, 232, .2);
  transition: width .35s ease, height .35s ease, box-shadow .35s ease;
}
.js .north-star-orbit__runner { animation: none; }
.js .north-star-orbit__runner i {
  top: 50%;
  left: 50%;
  transform: translate3d(calc(-50% + var(--orbit-x, 0px)), calc(-50% + var(--orbit-y, 0px)), 0) rotate(var(--orbit-tilt, 45deg)) scale(var(--orbit-scale, 1));
  will-change: transform;
}
.north-star-orbit__runner i::before,
.north-star-orbit__runner i::after {
  position: absolute;
  inset: 45% -7px;
  background: var(--ink);
  content: "";
}
.north-star-orbit__runner i::after { inset: -7px 45%; }
.north-star-copy { position: relative; z-index: 1; max-width: 1060px; }
.north-star h2 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 7vw, 7.6rem); font-weight: 400; letter-spacing: -.04em; line-height: .86; text-wrap: balance; }
.north-line { display: block; transition: transform .75s cubic-bezier(.16, 1, .3, 1), letter-spacing .75s cubic-bezier(.16, 1, .3, 1); }
.north-line strong, .north-line b { font-weight: inherit; }
.north-line--one { font-size: .98em; }
.north-line--one strong { font-style: normal; }
.north-line--cadence {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  margin: .24em 0 .3em;
  color: var(--champagne);
  font-family: var(--sans);
  font-size: .25em;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.north-line--cadence b { font-weight: 600; }
.north-line--cadence i { color: var(--coral); font-family: var(--display); font-size: 2em; font-weight: 400; }
.north-line--unlikely { max-width: 9.6em; margin-inline: auto; font-size: .78em; line-height: .88; }
.north-line--unlikely em { font-weight: 400; }
.north-line--without { margin-top: .13em; font-size: .82em; font-style: normal; }
.north-line--without u {
  position: relative;
  display: inline-block;
  color: var(--ink);
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.north-line--without u::after {
  position: absolute;
  right: 0;
  bottom: -.03em;
  left: 0;
  height: .06em;
  min-height: 4px;
  transform: scaleX(.2);
  transform-origin: left;
  background: linear-gradient(90deg, var(--champagne), var(--coral) 62%, var(--twilight));
  box-shadow: 0 0 20px rgba(242, 96, 89, .36);
  content: "";
  transition: transform 1s cubic-bezier(.16, 1, .3, 1);
}
.north-star-copy > p:last-child { margin-top: 38px; color: var(--muted); }
.north-star-copy > p:last-child em { color: var(--ink); font-family: var(--display); font-size: 1.35rem; }

.closing { display: grid; grid-template-columns: 1fr .35fr; gap: clamp(60px, 10vw, 150px); align-items: end; padding-block: clamp(120px, 16vw, 230px); }
.closing-copy { max-width: 950px; }
.closing h2 { font-size: clamp(3.4rem, 6.4vw, 7rem); }
.closing-copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 40px; color: var(--muted); line-height: 1.7; }
.primary-link { display: inline-block; border-bottom: 1px solid var(--coral); padding: 0 0 8px; font-family: var(--display); font-size: 1.55rem; text-decoration: none; }
.primary-link { transition: border-color .18s ease, color .18s ease; }
.primary-link:hover { border-color: var(--champagne); color: var(--champagne); }
.closing-note { max-width: 280px; margin: 0; border-left: 1px solid var(--line); padding-left: 24px; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.vision-footer { display: flex; width: var(--page); align-items: end; justify-content: space-between; gap: 30px; margin: auto; border-top: 1px solid var(--line); padding: 30px 0 42px; }
.vision-footer p { margin: 0; color: var(--muted); font-size: .75rem; }

.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes breathe {
  0%, 100% { transform: scale(1); opacity: .9; }
  34% { transform: scale(1.019); opacity: .74; }
  61% { transform: scale(1.008); opacity: .82; }
  83% { transform: scale(1.026); opacity: .7; }
}
@keyframes story-progress { to { transform: scaleX(1); } }
@keyframes orbit-star { to { transform: rotate(360deg); } }

@media (hover: hover) and (pointer: fine) {
  .text-link:hover, .story-link:hover, .primary-link:hover { text-shadow: 0 0 24px rgba(222, 185, 121, .32); }
  .plan-artifact:hover { border-color: rgba(242, 96, 89, .62); box-shadow: 0 64px 130px rgba(0, 0, 0, .42), 0 0 70px rgba(114, 34, 74, .14); }
  .plan-facts div { transition: background .28s ease, transform .4s cubic-bezier(.16, 1, .3, 1); }
  .plan-facts div:hover { z-index: 1; transform: translateY(-7px); background: rgba(66, 24, 48, .98); }
  .life-loop li:not(.loop-plan) { transition: background .28s ease, padding .45s cubic-bezier(.16, 1, .3, 1); }
  .life-loop li:not(.loop-plan):hover { background: rgba(160, 75, 77, .09); padding-left: 15px; }
  .life-loop li:not(.loop-plan):hover::before { background: var(--coral); box-shadow: 0 0 18px rgba(242, 96, 89, .6); }
  .telegram-scene, .control-room, .policy-card { transition: transform .7s cubic-bezier(.16, 1, .3, 1), border-color .35s ease, box-shadow .45s ease; }
  .telegram-scene:hover { transform: translate3d(-8px, -10px, 0) rotate(-.35deg); border-color: rgba(90, 184, 220, .45); box-shadow: 0 44px 100px rgba(0, 0, 0, .34); }
  .control-room:hover { transform: translate3d(8px, -10px, 0) rotate(.35deg); border-color: rgba(222, 185, 121, .45); box-shadow: 0 44px 100px rgba(0, 0, 0, .34); }
  .policy-card:hover { transform: translateY(-10px); border-color: rgba(242, 96, 89, .56); box-shadow: 0 34px 80px rgba(0, 0, 0, .32); }
  .permission-ladder li, .trust-checks li { transition: transform .5s cubic-bezier(.16, 1, .3, 1), background .3s ease, border-color .3s ease; }
  .permission-ladder li:hover { transform: translateX(13px); border-color: rgba(222, 185, 121, .5); background: linear-gradient(90deg, rgba(74, 30, 55, .32), transparent); }
  .permission-ladder li:hover > span { transform: scale(1.12) rotate(-7deg); border-color: var(--coral); color: var(--ink); }
  .permission-ladder > li > span { transition: transform .5s cubic-bezier(.16, 1, .3, 1), border-color .3s ease, color .3s ease; }
  .trust-checks li:hover { transform: translateX(-10px); background: rgba(222, 185, 121, .06); }
  .trust-checks li:hover > span { color: var(--champagne); text-shadow: 0 0 18px rgba(222, 185, 121, .55); }
  .north-star:hover::after { opacity: 1; }
  .north-star:hover .north-line--one { transform: translateX(-.045em); letter-spacing: -.05em; }
  .north-star:hover .north-line--unlikely { transform: translateX(.055em); }
  .north-star:hover .north-line--without u::after { transform: scaleX(1); }
  .north-star:hover .north-star-orbit__runner i { width: 18px; height: 18px; box-shadow: 0 0 14px 3px var(--champagne), 0 0 48px 16px rgba(242, 96, 89, .68), 0 0 86px 28px rgba(134, 174, 232, .28); }
}

@media (hover: none), (pointer: coarse) {
  .north-line--without u::after { transform: scaleX(1); transition: none; }
}

@media (max-width: 980px) {
  :root { --page: min(100% - 40px, 760px); }
  .hero-copy h1 { max-width: 760px; }
  .hero-title__primary { font-size: clamp(4.2rem, 10.5vw, 6.6rem); }
  .hero-title__counter { font-size: clamp(3.5rem, 8.6vw, 5.5rem); }
  .hero-image { background-position: 58% center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(7,3,6,.94), rgba(10,4,9,.78) 60%, rgba(12,5,10,.16)), linear-gradient(0deg, rgba(9,4,8,.8), transparent 58%); }
  .hero-caption { display: none; }
  .loop-heading, .permission, .trust-shell, .closing { grid-template-columns: 1fr; }
  .life-loop { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .life-loop .loop-plan { transform: none; }
  .relationship-stage { grid-template-columns: 1fr; gap: 0; }
  .relationship-bridge { height: 70px; flex-direction: column; }
  .relationship-bridge span { width: 1px; height: 100%; background: linear-gradient(var(--champagne), var(--coral)); }
  .policy-transform { grid-template-columns: 1fr; gap: 34px; }
  .policy-arrow { transform: rotate(90deg); }
  .permission-intro { position: static; }
  .closing-note { max-width: 500px; }
}

@media (max-width: 680px) {
  :root { --page: calc(100% - 32px); }
  .vision-nav { align-items: start; padding-top: 18px; }
  .vision-nav__actions { align-items: end; flex-direction: column; gap: 7px; }
  .vision-label { font-size: .55rem; }
  .vision-nav .text-link { font-size: .72rem; }
  .vision-hero { min-height: max(760px, 100svh); }
  .hero-image { background-position: 63% center; transform: translate3d(var(--hero-drift-x), var(--hero-drift-y), 0) scale(1.015); }
  .hero-scrim { background: linear-gradient(90deg, rgba(7,3,6,.95), rgba(10,4,9,.76) 76%, rgba(12,5,10,.22)), linear-gradient(0deg, rgba(9,4,8,.88), transparent 64%, rgba(9,4,8,.16)); }
  .hero-copy { padding-top: 126px; padding-bottom: 42px; }
  .hero-copy h1 { max-width: none; }
  .hero-title__primary { max-width: 5.6em; font-size: clamp(3.55rem, 16.2vw, 4.7rem); line-height: .84; }
  .hero-title__counter { max-width: 6.9em; margin-top: .14em; margin-left: 0; font-size: clamp(3.05rem, 13.7vw, 4rem); line-height: .9; }
  .hero-promise { max-width: 37ch; margin-top: 24px; font-size: .89rem; line-height: 1.55; }
  .hero-foot { align-items: start; flex-direction: column; gap: 14px; margin-top: 30px; }
  .section-intro h2, .loop-heading h2, .permission-intro h2, .trust-statement h2, .closing h2 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .week { padding-block: 95px 120px; }
  .week-scene { grid-template-columns: 1fr; margin-top: 66px; }
  .week-time { min-height: auto; flex-direction: row; justify-content: space-between; border-block: 1px solid var(--line); padding: 14px 0; }
  .week-time strong { margin: 0; font-size: 2.3rem; writing-mode: initial; }
  .week-time i { width: auto; height: 1px; flex: 1; margin: 0 18px; }
  .week-time small { margin: 0; }
  .scene-lead { font-size: 2.6rem; }
  .week-narrative blockquote { margin: 38px 0; padding-left: 22px; font-size: 1.8rem; }
  .context-line { grid-template-columns: 1fr 1fr; }
  .context-line div:nth-child(2) { border-right: 0; }
  .context-line div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .context-line div:nth-child(3) { padding-left: 0; }
  .plan-artifact { margin-top: 65px; }
  .plan-head { align-items: start; flex-direction: column; }
  .plan-head h3 { font-size: 2.55rem; }
  .plan-body { grid-template-columns: 1fr; }
  .plan-action { border-top: 1px solid var(--line); border-left: 0; }
  .plan-facts { grid-template-columns: 1fr 1fr; }
  .plan-footer { grid-template-columns: 1fr; }
  .plan-footer p + p { border-top: 1px solid var(--line); border-left: 0; }
  .loop-section { padding-block: 100px; }
  .loop-heading { gap: 24px; }
  .life-loop { grid-template-columns: 1fr; gap: 0; }
  .life-loop li { min-height: auto; padding: 22px 12px 28px 0; }
  .life-loop li + li { padding-left: 0; }
  .life-loop strong { margin-top: 20px; }
  .relationship { padding-block: 110px; }
  .message { margin-left: 0; }
  .control-room nav { gap: 12px; overflow-x: auto; }
  .spoken-policy { padding: 0; }
  .spoken-policy blockquote { font-size: 2.4rem; }
  .policy-card dl div { grid-template-columns: 1fr; gap: 7px; }
  .policy-card footer { flex-wrap: wrap; }
  .permission { gap: 60px; padding-block: 110px; }
  .permission-ladder li { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; }
  .permission-ladder small { grid-column: 2; max-width: none; text-align: left; }
  .trust-section { padding-block: 100px; }
  .trust-shell { gap: 54px; }
  .north-star { min-height: 820px; padding-inline: 16px; }
  .north-star h2 { font-size: clamp(3.15rem, 15.2vw, 5rem); }
  .north-star-orbit { width: 104vw; }
  .north-line--cadence { gap: .75em; font-size: .23em; }
  .north-line--unlikely { max-width: 7.6em; font-size: .77em; }
  .north-line--without { font-size: .76em; }
  .north-line--without u::after { transform: scaleX(1); transition: none; }
  .closing { gap: 58px; padding-block: 110px; }
  .vision-footer { align-items: start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .north-star-orbit { animation: none; }
  .north-star-orbit__runner { animation: none; transform: rotate(32deg); }
  .js .north-star-orbit__runner i { top: -7px; left: 50%; transform: translateX(-50%) rotate(45deg); will-change: auto; }
  .north-star::after { display: none; }
  .north-line, .magnetic-link { transform: none; transition: none; }
  .north-line--without u::after { transform: scaleX(1); transition: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .js .turn--spring { opacity: 1; transform: none; will-change: auto; }
  .js .turn--underline::after { transform: scaleX(1); }
  .hero-image { transform: scale(1.012); will-change: auto; }
  .js .kinetic-paper.reveal.is-visible { transform: none; }
  .story-progress { display: none; }
  .light-field { display: none; }
}

@media (prefers-reduced-data: reduce) {
  .light-field { display: none; }
  .hero-image { background-image: none; }
}

@media (forced-colors: active) {
  .hero-image, .light-field, body::before { display: none; }
  .approval-buttons span { border: 1px solid currentColor; }
}
