/* GlowGen marketing system: editorial clarity, private-by-design confidence. */

@font-face {
  font-family: 'Feather Icons';
  src: url('/assets/fonts/Feather.ttf') format('truetype');
  font-display: block;
  font-style: normal;
  font-weight: 400;
}

:root {
  --ink: #171713;
  --ink-soft: #35352f;
  --paper: #f4f0e7;
  --paper-deep: #e8e3d9;
  --canvas: #d9d5cd;
  --white: #fffefa;
  --lilac: #cdbfe8;
  --lilac-light: #e7dff5;
  --butter: #f1de7c;
  --mint: #b9ddc5;
  --clay: #dda482;
  --line: rgba(23, 23, 19, 0.2);
  --line-light: rgba(255, 254, 250, 0.24);
  --muted: rgba(23, 23, 19, 0.68);
  --muted-light: rgba(255, 254, 250, 0.7);
  /* PP Neue Montreal is the canonical web family. Arial is the release-safe
     fallback until licensed Book 375 and Regular 400 webfont files are added. */
  --font-sans: 'PP Neue Montreal', 'Neue Montreal', Arial, Helvetica, sans-serif;
  --font-serif: var(--font-sans);
  --font-mono: var(--font-sans);
  --shell: 1280px;
  --gutter: clamp(20px, 4.2vw, 64px);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-x: clip;
  overscroll-behavior: none;
}

body {
  margin: 0;
  width: 100%;
  min-width: 0;
  overflow-x: clip;
  overscroll-behavior: none;
  touch-action: pan-y pinch-zoom;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 375;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
h1, h2, h3, strong, b { font-weight: 400; }

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--lilac);
  outline-offset: 4px;
  border-radius: 4px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 12px 16px;
  background: var(--ink);
  color: var(--white);
  font: 400 12px/1 var(--font-mono);
  text-decoration: none;
}

.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(100%, var(--shell));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.kicker {
  margin: 0 0 18px;
  font: 400 10px/1.4 var(--font-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.kicker-light { color: rgba(255, 254, 250, 0.82); }
.fine-print { color: var(--muted); font-size: 12px; line-height: 1.6; }

/* Brand */

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.035em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-symbol {
  width: 42px;
  height: auto;
  flex: none;
}

.brand-mark { width: 30px; height: 30px; flex: none; }

.feather-icon {
  display: inline-block;
  flex: none;
  font-family: 'Feather Icons';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  speak: never;
}

.feather-download::before { content: '\f15b'; }
.feather-smartphone::before { content: '\f1e1'; }
.brand-apple {
  display: inline-block;
  flex: none;
  width: 1em;
  height: 1.08em;
  background-color: currentColor;
  -webkit-mask: url('/assets/apple-brand-mark.png') center / contain no-repeat;
  mask: url('/assets/apple-brand-mark.png') center / contain no-repeat;
  vertical-align: -0.08em;
  speak: never;
}

/* Navigation */

.nav {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 231, 0.94);
  backdrop-filter: blur(18px);
}

.marketing-home .nav {
  position: absolute;
  inset: 0 0 auto;
  color: var(--ink);
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.marketing-home .hero-wordmark { color: var(--white); }
.marketing-home .hero-wordmark .brand-symbol { filter: none; }

.nav-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2.5vw, 34px);
  font-size: 13px;
  font-weight: 400;
}

.nav-links a { text-decoration: none; white-space: nowrap; }
.nav-links a:not(.nav-pill):hover { text-decoration: underline; }

.nav-pill {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}

.nav-neon {
  gap: 9px;
  border-color: rgba(23, 23, 19, 0.94);
  background: #d9ff52;
  color: #11130d;
  box-shadow: 0 0 0 1px rgba(217, 255, 82, 0.28), 0 0 24px rgba(217, 255, 82, 0.38);
  cursor: pointer;
  text-decoration: none;
}

.nav-neon .feather-icon,
.nav-neon .brand-apple { font-size: 14px; }

.nav-neon b {
  padding: 4px 7px;
  border-radius: 999px;
  background: var(--ink);
  color: #d9ff52;
  font: 400 6.5px/1 var(--font-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Buttons */

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 1; }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-ghost { border-color: rgba(255, 254, 250, 0.78); background: rgba(255, 254, 250, 0.06); color: var(--white); }
.button-ghost-dark { border-color: rgba(23, 23, 19, 0.28); background: transparent; color: var(--ink); }
.button-wide { width: 100%; }

.button-disabled {
  background: var(--paper-deep);
  color: rgba(23, 23, 19, 0.76);
  border-color: rgba(23, 23, 19, 0.42);
  cursor: not-allowed;
}

.button-disabled:hover { transform: none; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
}

.text-link-light { color: var(--white); }
.small-link { font-size: 12px; font-weight: 400; }

/* Hero */

.hero {
  position: relative;
  min-height: min(960px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: #f4f3ef url('/hero-flow-white-studio-v3.webp') left center / cover no-repeat;
}

.hero-video {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 20, 21, 0.96) 0%, rgba(18, 20, 21, 0.84) 30%, rgba(18, 20, 21, 0.23) 58%, rgba(18, 20, 21, 0.05) 100%),
    linear-gradient(0deg, rgba(18, 20, 21, 0.82) 0%, transparent 38%);
}

.hero-layout {
  min-height: min(960px, 100svh);
  display: flex;
  align-items: center;
  padding-top: clamp(128px, 15vh, 170px);
  padding-bottom: clamp(34px, 5vh, 54px);
  color: var(--white);
}

.hero-copy { width: min(100%, 860px); }

.hero h1 {
  max-width: none;
  display: grid;
  row-gap: 0.08em;
  font-family: var(--font-sans);
  font-size: clamp(64px, 6vw, 86px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.hero h1 span { display: block; white-space: nowrap; }

.hero-lede {
  max-width: 520px;
  margin: 26px 0 28px;
  color: rgba(255, 254, 250, 0.86);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.6;
  text-wrap: balance;
}

.hero .button-row { gap: 12px; }

/* Moments */

.moments {
  overflow: hidden;
  padding: clamp(120px, 13vw, 184px) 0 clamp(136px, 15vw, 210px);
  background: #fff;
}

.moments-intro {
  display: flex;
  max-width: 1120px;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 2.6vw, 32px);
  margin-inline: auto;
  margin-bottom: clamp(76px, 8vw, 108px);
  text-align: center;
}

.moments-intro h2 {
  max-width: 24ch;
  font: 400 clamp(54px, 5.8vw, 78px)/0.96 var(--font-sans);
  letter-spacing: -0.052em;
}

.moments-intro h2 span { display: block; }

.moments-copy {
  max-width: 940px;
  padding-top: 0;
}

.moments-copy > p {
  margin: 0;
  color: rgba(23, 23, 19, 0.76);
  font-size: clamp(17px, 1.3vw, 19px);
  line-height: 1.62;
  letter-spacing: -0.012em;
}

.lab-experiment {
  margin: 0;
}

.lab-experiment img {
  width: 100%;
  height: auto;
}

.lab-experiment picture {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 19, 0.12);
  background: #e8dfd2;
  box-shadow: 0 18px 48px rgba(23, 23, 19, 0.08);
}

.lab-experiment figcaption {
  margin-top: 12px;
  color: var(--muted);
  font: 400 11px/1.5 var(--font-sans);
  letter-spacing: 0.005em;
  text-align: center;
  white-space: nowrap;
}

/* Shared section heading */

.section-heading {
  display: flex;
  max-width: 880px;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin-inline: auto;
  margin-bottom: clamp(52px, 7vw, 86px);
  text-align: center;
}

.section-heading h2,
.pricing-intro h2,
.privacy-grid h2,
.faq h2 {
  max-width: 14ch;
  font: 400 clamp(48px, 5.3vw, 72px)/0.99 var(--font-sans);
  letter-spacing: -0.052em;
}

.section-heading > p,
.pricing-intro > p { margin: 0; color: var(--muted); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.68; }

.section-heading > p { max-width: 62ch; }

/* Evidence */

.evidence {
  position: relative;
  overflow: hidden;
  padding: clamp(104px, 12vw, 168px) 0 clamp(92px, 10vw, 140px);
  background: #f7f5f0;
}

.evidence-intro {
  display: flex;
  max-width: 1040px;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin-inline: auto;
  text-align: center;
}

.evidence-label {
  margin: 0 0 22px;
  color: rgba(23, 23, 19, 0.65);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-intro h2 {
  max-width: 1040px;
  font: 400 clamp(50px, 5.2vw, 72px)/0.98 var(--font-sans);
  letter-spacing: -0.052em;
}

.evidence-intro h2 span { display: block; }
.evidence-intro h2 span:last-child { color: rgba(23, 23, 19, 0.52); }
.evidence-intro > p { max-width: 62ch; margin: 0; color: var(--muted); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.68; }

.evidence-contour {
  width: 100%;
  height: clamp(88px, 10vw, 156px);
  margin: clamp(48px, 6vw, 82px) 0 clamp(36px, 4vw, 54px);
  overflow: visible;
}

.evidence-contour path { fill: none; stroke: rgba(23, 23, 19, 0.28); stroke-width: 1.15; vector-effect: non-scaling-stroke; }
.evidence-contour path:nth-child(2) { stroke: rgba(165, 211, 42, 0.98); stroke-width: 1.35; }

.evidence-grid {
  display: block;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.study-card { display: grid; min-width: 0; grid-template-columns: minmax(150px, 0.72fr) minmax(220px, 1fr) minmax(290px, 1.28fr) minmax(160px, 0.72fr); gap: clamp(28px, 4vw, 62px); align-items: start; padding: clamp(34px, 4.2vw, 52px) 0; }
.study-card + .study-card { border-top: 1px solid var(--line); }
.study-stat { margin: 0; font-size: clamp(36px, 3.6vw, 52px); font-weight: 400; line-height: 0.96; letter-spacing: -0.052em; }
.study-stat-words { max-width: 10ch; font-size: clamp(29px, 2.8vw, 39px); line-height: 0.98; }
.study-card h3 { max-width: 16ch; margin: 0; font-size: clamp(22px, 2.1vw, 29px); font-weight: 400; line-height: 1.08; letter-spacing: -0.035em; }
.study-card > p:not(.study-stat) { max-width: 43ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.study-source { display: grid; grid-template-columns: minmax(0, 1fr) auto 30px; gap: 12px; align-items: center; align-self: center; width: 100%; padding: 13px 0; border-top: 1px solid rgba(23, 23, 19, 0.42); border-bottom: 1px solid rgba(23, 23, 19, 0.18); font-size: 11px; font-weight: 400; line-height: 1.35; text-decoration: none; }
.study-source-label { min-width: 0; }
.study-source-year { color: var(--muted); font: 400 8.5px/1 var(--font-mono); letter-spacing: 0.08em; }
.study-source-arrow { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(23, 23, 19, 0.36); font-size: 14px; transition: background 160ms ease, border-color 160ms ease; }
.study-source:hover .study-source-arrow { border-color: var(--ink); background: #c8ff45; }
.evidence-caveat { max-width: 80ch; margin: 24px 0 0; color: rgba(23, 23, 19, 0.62); font-size: clamp(9px, 0.9vw, 12px); line-height: 1.5; letter-spacing: -0.01em; }

/* Connected method */

.approach { padding: clamp(104px, 11vw, 156px) 0; background: #fff; }
.approach-intro { display: flex; max-width: 940px; flex-direction: column; align-items: center; gap: 26px; margin: 0 auto clamp(56px, 7vw, 88px); text-align: center; }
.approach-intro h2 { max-width: 16ch; font: 400 clamp(50px, 5.3vw, 72px)/0.98 var(--font-sans); letter-spacing: -0.052em; }
.approach-intro p { max-width: 62ch; margin: 0; color: var(--muted); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.68; }

.journey-panel { display: flex; align-items: flex-end; padding: clamp(28px, 3.5vw, 46px); border: 1px solid rgba(23, 23, 19, 0.16); background: #d9edf6 url('/glowgen-cloud-timeline-v1.webp') center 42% / cover no-repeat; }
.journey-content { display: block; width: 100%; min-height: 560px; overflow: hidden; border: 1px solid rgba(23, 23, 19, 0.12); background: #fff url('/glowgen-timeline-panel-v1.webp') center / cover no-repeat; box-shadow: 0 20px 60px rgba(23, 23, 19, 0.12); }
.journey-copy { display: flex; min-height: 560px; flex-direction: column; justify-content: space-between; padding: clamp(34px, 3.5vw, 50px); }
.journey-heading { display: block; }
.journey-heading h3 { max-width: none; font-size: clamp(28px, 2.75vw, 37px); font-weight: 400; line-height: 1; letter-spacing: -0.04em; white-space: nowrap; }
.journey-steps { display: grid; position: relative; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: start; gap: clamp(20px, 2.4vw, 34px); margin: auto 0 0; padding: 0; border-top: 0; list-style: none; }
.journey-steps li { display: grid; position: relative; min-width: 0; grid-template-rows: 48px auto; align-items: start; }
.journey-steps li > span { display: none; }
.journey-steps strong { display: block; max-width: 17ch; font-size: clamp(13.5px, 1.15vw, 15px); line-height: 1.28; letter-spacing: -0.016em; }
.journey-steps p { max-width: 21ch; margin: 10px 0 0; color: rgba(23, 23, 19, 0.7); font-size: clamp(11.5px, 0.95vw, 12.5px); line-height: 1.48; }

/* Product principle */

.principle { padding: clamp(104px, 12vw, 168px) 0; background: #f7f5f0; }
.principle-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); gap: clamp(70px, 11vw, 156px); align-items: start; }
.principle-quote { margin: 0; padding: 0 0 0 clamp(22px, 2.6vw, 38px); border-left: 4px solid #c8ff45; }
.principle-quote p { max-width: 13ch; margin: 0; font-size: clamp(46px, 5.3vw, 72px); font-weight: 400; line-height: 0.99; letter-spacing: -0.052em; }
.principle-quote footer { margin-top: 36px; color: rgba(23, 23, 19, 0.62); font-size: 12px; font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase; }
.principle-copy { padding-top: 6px; }
.principle-copy h2 { max-width: 12ch; font-size: clamp(30px, 3.2vw, 46px); font-weight: 400; line-height: 1.02; letter-spacing: -0.045em; }
.principle-copy > p { max-width: 46ch; margin: 28px 0 48px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.principle-list { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.principle-list li { display: grid; grid-template-columns: minmax(130px, 0.43fr) minmax(0, 0.57fr); gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.principle-list strong { display: inline-flex; align-items: center; gap: 11px; font-size: 13px; line-height: 1.5; }
.principle-list strong svg { width: 18px; height: 18px; flex: none; fill: none; stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.35; }
.principle-list span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.principle-list strong > span { color: var(--ink); }

/* Connected context */

.context-system { padding: clamp(104px, 11vw, 156px) 0; background: #fff; }
.context-heading { display: flex; max-width: 940px; flex-direction: column; align-items: center; gap: 26px; margin-inline: auto; text-align: center; }
.context-heading h2 { max-width: 16ch; font: 400 clamp(48px, 5.3vw, 72px)/0.99 var(--font-sans); letter-spacing: -0.052em; }
.context-heading > p { max-width: 62ch; margin: 0; color: var(--muted); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.68; }
.context-stage { display: grid; grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr); margin-top: clamp(58px, 7vw, 88px); border: 1px solid rgba(23, 23, 19, 0.12); }
.context-core { display: flex; position: relative; min-height: 650px; flex-direction: column; overflow: hidden; padding: clamp(38px, 4.5vw, 62px); background: var(--ink); color: var(--white); }
.context-core h3 { max-width: 10ch; font-size: clamp(38px, 4.4vw, 60px); font-weight: 400; line-height: 0.98; letter-spacing: -0.05em; }
.context-core > p:not(.kicker) { max-width: 36ch; margin: 28px 0 0; color: var(--muted-light); font-size: 14px; line-height: 1.68; }
.context-stairs { width: calc(100% + 36px); margin: auto -18px -26px; overflow: visible; }
.context-stairs img { width: 100%; height: auto; }
.context-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--line); }
.context-grid article { position: relative; min-height: 216px; padding: 30px clamp(24px, 3vw, 40px) 34px; }
.context-grid article:nth-child(n + 3) { border-top: 1px solid var(--line); }
.context-grid article:nth-child(even) { border-left: 1px solid var(--line); }
.context-grid article::before { position: absolute; top: -2px; left: clamp(24px, 3vw, 40px); width: 30px; height: 4px; background: #c8ff45; content: ''; }
.context-grid span { display: block; color: var(--muted); font: 400 8.5px/1.5 var(--font-mono); letter-spacing: 0.11em; text-transform: uppercase; }
.context-grid h3 { max-width: 14ch; margin-top: 24px; font-size: clamp(20px, 1.8vw, 25px); font-weight: 400; line-height: 1.08; letter-spacing: -0.035em; }
.context-grid p { max-width: 34ch; margin: 15px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.58; }

/* Editorial product depth */

.depth-section {
  padding: clamp(104px, 11vw, 156px) 0;
  background: #fff;
}

.depth-limits,
.depth-occasions { background: #f7f5f0; }

.depth-profile { background: #f7f5f0; }
.depth-future { background: #f7f5ef; }
.depth-future .depth-wide-heading { max-width: 1160px; }
.depth-future .depth-wide-heading h2 { width: max-content; max-width: 100%; white-space: nowrap; }

.depth-heading h2,
.depth-wide-heading h2 {
  max-width: 13.5ch;
  font: 400 clamp(48px, 5.3vw, 72px)/0.99 var(--font-sans);
  letter-spacing: -0.052em;
}

.depth-heading > p,
.depth-wide-heading > p {
  max-width: 62ch;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.68;
}

.depth-split,
.depth-visual-grid,
.depth-adapt-grid,
.depth-coach-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(480px, 1.22fr);
  gap: clamp(64px, 9vw, 132px);
  align-items: start;
}

.depth-wide-heading {
  display: flex;
  max-width: 900px;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin-inline: auto;
  margin-bottom: clamp(62px, 8vw, 104px);
  text-align: center;
}

.depth-wide-heading > p { max-width: 64ch; margin: 0; }
.depth-heading::after,
.depth-wide-heading::after { display: block; width: 54px; height: 4px; margin-top: 40px; background: #c8ff45; content: ''; }
.depth-wide-heading::after { display: none; }

.depth-global-heading h2 { max-width: 13ch; }
.global-portrait { margin: 0; }
.global-portrait img { width: 100%; height: auto; aspect-ratio: 2 / 1; object-fit: cover; object-position: center; border: 1px solid rgba(23, 23, 19, 0.12); background: #f2f0ec; }
.global-portrait figcaption { display: flex; justify-content: center; margin-top: 12px; color: rgba(23, 23, 19, 0.62); font: 400 9px/1.5 var(--font-mono); letter-spacing: 0.035em; text-align: center; }

.depth-rows { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.depth-rows article,
.reason-ledger article,
.adapt-ledger article {
  display: grid;
  position: relative;
  grid-template-columns: minmax(150px, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(28px, 4vw, 58px);
  padding: 30px 0 34px;
}
.depth-rows article + article,
.reason-ledger article + article,
.adapt-ledger article + article { border-top: 1px solid var(--line); }
.depth-rows article::before,
.reason-ledger article::before,
.adapt-ledger article::before { position: absolute; top: -2px; left: 0; width: 30px; height: 4px; background: #c8ff45; content: ''; }
.depth-rows h3,
.reason-ledger h3,
.adapt-ledger h3 { max-width: 13ch; font-size: clamp(20px, 1.9vw, 27px); font-weight: 400; line-height: 1.06; letter-spacing: -0.035em; }
.depth-rows p,
.reason-ledger p,
.adapt-ledger p { max-width: 40ch; margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.65; }
.depth-profile-rows { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: clamp(44px, 6vw, 76px); border: 0; }
.depth-profile-rows article { display: block; padding: 30px clamp(22px, 3vw, 38px) 34px; background: #fff; }
.depth-profile-rows article + article { border: 0; }
.depth-profile-rows article::before { left: clamp(22px, 3vw, 38px); }
.depth-profile-rows h3 { min-height: 2.2em; }
.depth-profile-rows p { margin-top: 20px; }

.depth-columns,
.limit-grid,
.occasion-grid,
.start-route { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.depth-columns article,
.limit-grid article,
.occasion-grid article,
.start-route article { position: relative; min-height: 270px; padding: 34px clamp(22px, 3vw, 38px); }
.depth-columns article + article,
.limit-grid article + article,
.occasion-grid article + article,
.start-route article + article { border-left: 1px solid var(--line); }
.depth-columns article::before,
.limit-grid article::before,
.occasion-grid article::before,
.start-route article::before { position: absolute; top: -2px; left: clamp(22px, 3vw, 38px); width: 30px; height: 4px; background: #c8ff45; content: ''; }
.depth-columns h3,
.occasion-grid h3,
.start-route h3 { max-width: 11ch; font-size: clamp(24px, 2.4vw, 34px); font-weight: 400; line-height: 1.02; letter-spacing: -0.04em; }
.depth-columns p,
.limit-grid p,
.occasion-grid p,
.start-route p { max-width: 30ch; margin: 94px 0 0; color: var(--muted); font-size: 13px; line-height: 1.62; }

.direction-system-visual { max-width: 920px; margin: 0 auto; }
.direction-system-visual img { display: block; width: 100%; height: min(518px, 58vw); object-fit: cover; object-position: center; }
.direction-system-visual figcaption { max-width: none; margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; white-space: nowrap; }
.direction-sequence { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3.3vw, 44px); max-width: 980px; margin: clamp(42px, 5vw, 62px) auto 0; }
.direction-sequence article { display: grid; min-width: 0; grid-template-rows: 34px auto auto 1fr; align-content: start; }
.direction-mark { display: block; width: 30px; height: 30px; color: var(--ink); }
.direction-mark svg { display: block; width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.direction-kicker { margin-top: 17px; color: rgba(23, 23, 19, 0.52); font: 400 9px/1.25 var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; }
.direction-sequence h3 { max-width: none; margin: 11px 0 0; font-size: clamp(21px, 1.75vw, 25px); font-weight: 400; line-height: 1.08; letter-spacing: -0.034em; white-space: nowrap; }
.direction-sequence p { max-width: 36ch; margin: 15px 0 0; color: var(--muted); font-size: clamp(13.5px, 1.05vw, 14.5px); line-height: 1.68; }
.direction-standard { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: baseline; max-width: 980px; margin: clamp(44px, 5vw, 64px) auto 0; padding-top: 22px; border-top: 1px solid rgba(23, 23, 19, 0.16); color: var(--muted); font-size: 11px; line-height: 1.55; }
.direction-standard strong { color: var(--ink); font: 400 9px/1.4 var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; }
.direction-standard span { margin-right: auto; }
.direction-standard a { color: var(--ink); text-underline-offset: 4px; }

.depth-dark { background: #11191d; color: var(--white); }
.depth-dark-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr); gap: clamp(70px, 10vw, 150px); align-items: end; }
.depth-dark h2 { max-width: 12ch; font: 400 clamp(56px, 7vw, 96px)/0.94 var(--font-sans); letter-spacing: -0.058em; }
.depth-dark-copy > p { max-width: 45ch; color: var(--muted-light); font-size: 16px; line-height: 1.72; }
.depth-dark-copy ul { margin: 50px 0 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.depth-dark-copy li { position: relative; padding: 19px 0 19px 34px; border-bottom: 1px solid var(--line-light); font-size: 13px; font-weight: 400; }
.depth-dark-copy li::before { position: absolute; top: 27px; left: 0; width: 17px; height: 3px; background: #c8ff45; content: ''; }

.reason-ledger,
.adapt-ledger { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }

.limit-grid { gap: 14px; border: 0; }
.limit-grid article,
.limit-grid article + article { display: flex; min-height: 340px; flex-direction: column; overflow: hidden; padding: 32px clamp(24px, 2.7vw, 34px) 34px; border: 1px solid rgba(23, 23, 19, 0.1); background: #fff; }
.limit-grid strong { display: block; position: relative; z-index: 2; font-size: clamp(40px, 4.5vw, 62px); font-weight: 400; line-height: 0.95; letter-spacing: -0.05em; }
.limit-grid p { position: relative; z-index: 2; max-width: 31ch; margin: 24px 0 0; padding-top: 0; font-size: 13.5px; line-height: 1.66; }
.limit-icon { position: relative; z-index: 1; width: min(230px, 92%); height: 82px; margin: 24px -12px 0 auto; object-fit: contain; object-position: right center; opacity: 0.92; pointer-events: none; }
.limit-budget-wave { height: 82px; transform: rotate(-1deg); }

.day-route { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 5px solid #c8ff45; border-bottom: 1px solid var(--ink); }
.day-route article { min-height: 300px; padding: 36px clamp(22px, 3vw, 38px); }
.day-route article + article { border-left: 1px solid var(--line); }
.day-route h3 { font-size: clamp(25px, 2.5vw, 35px); font-weight: 400; line-height: 1.04; letter-spacing: -0.04em; }
.day-route p { max-width: 29ch; margin: 136px 0 0; color: var(--muted); font-size: 13px; line-height: 1.62; }

.depth-adapt-grid { align-items: end; }
.adapt-ledger { transform: translateY(22px); }

.depth-coach { background: #eef3f2; }
.depth-coach-grid { align-items: center; }
.coach-example { padding: clamp(28px, 4.4vw, 54px); background: var(--ink); color: var(--white); box-shadow: 0 24px 70px rgba(23, 23, 19, 0.12); }
.coach-user,
.coach-glowgen { max-width: 88%; padding: 23px 26px; border: 1px solid var(--line-light); }
.coach-user { margin-left: auto; background: rgba(255, 254, 250, 0.07); }
.coach-glowgen { margin-top: 14px; border-color: rgba(200, 255, 69, 0.55); }
.coach-example strong { display: block; margin-bottom: 12px; color: #c8ff45; font: 400 9px/1 var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; }
.coach-example p { margin: 0; font-size: 14px; line-height: 1.65; }
.coach-note { margin-top: 28px !important; color: var(--muted-light); font-size: 10px !important; }

.occasion-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.4vw, 20px); border: 0; }
.occasion-grid article,
.occasion-grid article + article { min-height: 0; padding: 0; border: 0; background: transparent; }
.occasion-grid article::before { display: none; }
.occasion-media { display: flex; position: relative; aspect-ratio: 2 / 3; margin: 0; overflow: hidden; flex-direction: column; padding: clamp(24px, 2.2vw, 32px) clamp(20px, 2vw, 28px) 24px; color: #fffefa; }
.occasion-poster-cobalt .occasion-media { background: #332bd8; }
.occasion-poster-charcoal .occasion-media { background: #313c48; }
.occasion-media::after { position: absolute; top: 24px; right: 22px; width: 28px; height: 2px; background: #c8ff45; box-shadow: 0 0 9px rgba(200, 255, 69, 0.58); content: ''; }
.occasion-poster-copy { position: relative; z-index: 2; text-align: center; }
.occasion-poster-copy span { display: block; font: 400 9px/1.3 var(--font-sans); letter-spacing: 0.14em; text-transform: uppercase; }
.occasion-poster-copy h3 { max-width: none; margin-top: 8px; font: 400 clamp(37px, 3.4vw, 50px)/0.9 var(--font-serif); letter-spacing: -0.025em; }
.occasion-portrait { position: relative; z-index: 1; width: 72%; aspect-ratio: 1; margin: auto auto 0; overflow: hidden; border-radius: 50%; background: #f4f0e7; box-shadow: 0 0 0 1px rgba(255, 254, 250, 0.34); }
.occasion-portrait img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; object-position: center; }
.occasion-media figcaption { position: relative; z-index: 2; max-width: 26ch; margin: 22px auto 0; color: rgba(255, 254, 250, 0.76); font-size: 11px; line-height: 1.48; text-align: center; }

.ai-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; border: 0; }
.ai-flow article { display: flex; position: relative; min-height: 350px; flex-direction: column; padding: 36px clamp(22px, 2.2vw, 32px); border: 1px solid rgba(23, 23, 19, 0.1); background: #f7f5f0; }
.ai-flow article + article { border-left: 1px solid rgba(23, 23, 19, 0.1); }
.ai-flow article::after { position: absolute; top: 50%; right: -18px; z-index: 2; width: 36px; height: 5px; background: #c8ff45; content: ''; }
.ai-flow article:last-child::after { display: none; }
.ai-step { color: rgba(23, 23, 19, 0.52); font: 400 9px/1.25 var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; }
.ai-flow h3 { max-width: 13ch; margin-top: 22px; font-size: clamp(25px, 2.1vw, 32px); font-weight: 400; line-height: 1.03; letter-spacing: -0.042em; }
.ai-flow p { max-width: 34ch; margin: auto 0 0; padding-top: 48px; color: var(--muted); font-size: 13px; line-height: 1.66; }
.ai-standard { max-width: none; }
.section-note { max-width: 92ch; margin: 24px auto 0; color: var(--muted); font-size: 11px; line-height: 1.6; text-align: center; white-space: nowrap; }

.support-links { border-top: 1px solid var(--ink); }
.support-links a { display: grid; grid-template-columns: 1fr 40px; gap: 24px; align-items: center; min-height: 84px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 400; text-decoration: none; }
.support-links a span:last-child { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(23, 23, 19, 0.32); transition: background 160ms ease, border-color 160ms ease; }
.support-links a:hover span:last-child { border-color: var(--ink); background: #c8ff45; }

.depth-start .start-route article { min-height: 250px; }
.depth-start .start-route p { margin-top: 78px; }

/* Platforms */

.access { padding: clamp(104px, 11vw, 156px) 0; background: #f7f5f0; }
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 18px; }
.platform-card { display: flex; min-width: 0; min-height: 560px; flex-direction: column; padding: clamp(38px, 5vw, 66px); border: 1px solid rgba(23, 23, 19, 0.18); background: #fff; }
.platform-label { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: clamp(80px, 8vw, 108px); padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.3; letter-spacing: 0.04em; text-transform: uppercase; }
.platform-label span { font-weight: 400; }
.platform-name { display: inline-flex; align-items: center; gap: 9px; }
.platform-name .feather-icon,
.platform-name .brand-apple { font-size: 15px; }
.platform-label strong { color: var(--muted); font-size: 10px; font-weight: 400; }
.platform-card h3 { min-height: 2em; max-width: 10ch; font: 400 clamp(42px, 4.8vw, 64px)/0.98 var(--font-sans); letter-spacing: -0.05em; }
.platform-card > p:not(.platform-label, .fine-print) { min-height: 100px; max-width: 42ch; margin: 24px 0 34px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.platform-card > .button { margin-top: auto; }
.platform-card .small-link { display: block; width: fit-content; height: 40px; margin-top: 18px; }
.platform-web .button { border-color: var(--ink); background: #c8ff45; color: var(--ink); }
.platform-phone { background: #f7f5f0; }
.release-status { display: block; min-height: 64px; margin-top: auto; padding: 14px 18px; border: 1px solid rgba(23, 23, 19, 0.2); border-radius: 2px; background: #fff; color: var(--ink); }
.release-status > span:last-child { display: grid; gap: 4px; }
.release-status strong { font-size: 13px; font-weight: 400; line-height: 1.2; }
.release-status small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.platform-phone .fine-print { height: 40px; max-width: 46ch; margin: 18px 0 0; }

/* Product continuity */

.product-continuity { padding: clamp(104px, 11vw, 156px) 0; border-top: 1px solid rgba(23, 23, 19, 0.1); background: #f7f5f0; }
.product-continuity .shell { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(480px, 1.28fr); gap: clamp(70px, 10vw, 146px); align-items: start; }
.continuity-heading { display: block; }
.continuity-heading h2 { max-width: 14ch; font: 400 clamp(48px, 5.7vw, 78px)/0.98 var(--font-sans); letter-spacing: -0.052em; }
.continuity-heading::after { display: block; width: 54px; height: 4px; margin-top: 42px; background: #c8ff45; content: ''; }
.continuity-grid { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.continuity-grid article { display: grid; position: relative; grid-template-columns: minmax(160px, 0.42fr) minmax(0, 0.58fr); gap: clamp(30px, 4vw, 58px); align-items: start; padding: 34px 0 38px; }
.continuity-grid article + article { border-top: 1px solid var(--line); }
.continuity-grid article::before { position: absolute; top: -2px; left: 0; width: 34px; height: 4px; background: #c8ff45; content: ''; }
.continuity-grid h3 { max-width: 12ch; font-size: clamp(23px, 2.2vw, 31px); font-weight: 400; line-height: 1.04; letter-spacing: -0.04em; }
.continuity-grid p { max-width: 40ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

/* Pricing */

.pricing { padding: clamp(104px, 11vw, 156px) 0; background: #fff; }
.pricing-grid { display: grid; grid-template-columns: minmax(280px, 0.78fr) minmax(470px, 1.22fr); gap: clamp(60px, 9vw, 132px); align-items: start; }
.pricing-intro > p { max-width: 45ch; margin-top: 30px; color: rgba(23, 23, 19, 0.72); }
.pricing-card { padding: clamp(34px, 5vw, 60px); background: var(--ink); color: var(--white); box-shadow: 0 24px 70px rgba(23, 23, 19, 0.14); }
.billing-options { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-light); }
.billing-options > div { padding: 26px; }
.billing-options > div + div { border-left: 1px solid var(--line-light); }
.billing-options span { display: block; min-height: 22px; color: var(--muted-light); font-size: 9px; font-weight: 400; line-height: 1.4; letter-spacing: 0.1em; text-transform: uppercase; }
.billing-options strong { display: block; margin-top: 16px; font: 400 clamp(34px, 4vw, 50px)/1 var(--font-sans); letter-spacing: -0.045em; }
.billing-options p { margin: 10px 0 0; color: var(--muted-light); font-size: 12px; }
.pricing-card ul { margin: 36px 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.pricing-card li { position: relative; padding: 17px 8px 17px 34px; border-bottom: 1px solid var(--line-light); font-size: 13px; font-weight: 400; }
.pricing-card li::before { position: absolute; top: 24px; left: 4px; width: 16px; height: 3px; background: #c8ff45; content: ''; }
.pricing-card .button { border-color: #c8ff45; background: #c8ff45; color: var(--ink); }
.pricing-card .fine-print { margin: 20px auto 0; max-width: 58ch; color: var(--muted-light); text-align: center; }

/* Privacy */

.privacy-band { padding: clamp(104px, 11vw, 156px) 0; background: #f7f5f0; color: var(--ink); }
.privacy-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(70px, 11vw, 154px); }
.privacy-grid h2 { color: var(--ink); }
.privacy-intro { max-width: 35ch; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.privacy-grid .text-link { margin-top: 34px; }
.privacy-points { border-top: 1px solid var(--ink); }
.privacy-points > div { display: grid; position: relative; grid-template-columns: minmax(130px, 0.42fr) minmax(0, 0.58fr); gap: 32px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.privacy-points > div::before { position: absolute; top: -2px; left: 0; width: 28px; height: 3px; background: #c8ff45; content: ''; }
.privacy-points strong { font-size: 13px; line-height: 1.5; }
.privacy-points p { max-width: 36ch; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

/* FAQ */

.faq { padding: clamp(104px, 11vw, 156px) 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(60px, 10vw, 150px); }
.faq-intro > p:last-child { max-width: 34ch; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.faq-list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 400; letter-spacing: -0.015em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; flex: none; font: 400 24px/1 var(--font-sans); }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 64ch; margin: 0; padding: 0 54px 30px 0; color: var(--muted); font-size: 14px; line-height: 1.72; }

/* Journal preview */


/* Closing */

.closing { padding: clamp(110px, 14vw, 190px) 0; background: #11191d; color: var(--white); text-align: center; }

.android-waitlist { padding: clamp(96px, 11vw, 148px) 0; background: #dceeff; color: var(--ink); }
.android-waitlist-inner { display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); gap: clamp(58px, 8vw, 120px); align-items: center; }
.android-waitlist-copy h2 { max-width: 9ch; font-size: clamp(54px, 6.2vw, 82px); line-height: .96; letter-spacing: -.055em; }
.android-waitlist-copy p { max-width: 52ch; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.android-mark { display: block; width: 74px; height: 18px; margin-bottom: 38px; border-radius: 100%; background: #c8ff45; box-shadow: 0 0 26px rgba(200,255,69,.82); transform: rotate(-5deg); }
.android-waitlist-form { padding: clamp(30px, 4vw, 48px); background: rgba(255,255,255,.72); box-shadow: 0 24px 70px rgba(45,72,94,.1); backdrop-filter: blur(12px); }
.android-waitlist-field > label { display: block; margin-bottom: 12px; font-size: 11px; letter-spacing: .04em; }
.android-waitlist-entry { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.android-waitlist-entry input { min-width: 0; min-height: 56px; padding: 0 17px; border: 1px solid rgba(23,23,19,.34); border-right: 0; border-radius: 0; background: #fff; color: var(--ink); font: 375 15px/1 var(--font-sans); }
.android-waitlist-entry input::placeholder { color: rgba(23,23,19,.46); }
.android-waitlist-entry input:focus { z-index: 1; outline: 3px solid rgba(205,191,232,.85); outline-offset: -2px; }
.android-waitlist-entry button { min-height: 56px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: var(--white); font: 400 12px/1 var(--font-sans); cursor: pointer; }
.android-waitlist-entry button:hover { background: #2b2b25; }
.android-waitlist-entry button:disabled { cursor: wait; opacity: .62; }
.android-consent { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 11px; align-items: start; margin-top: 18px; color: var(--muted); font-size: 11px; line-height: 1.58; cursor: pointer; }
.android-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--ink); }
.android-waitlist-status { min-height: 24px; margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.android-waitlist-status[data-state="success"] { color: #214711; }
.android-waitlist-status[data-state="error"] { color: #8b211f; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.closing-inner { display: flex; flex-direction: column; align-items: center; }
.closing-brand { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 50px; font: 400 28px/1 var(--font-sans); letter-spacing: -0.04em; }
.closing-brand .brand-symbol { width: 58px; }
.closing h2 { max-width: 13ch; margin-bottom: 0; font: 400 clamp(54px, 7.4vw, 98px)/0.96 var(--font-sans); letter-spacing: -0.055em; }
.closing-copy { max-width: 42ch; margin: 32px auto 38px; color: var(--muted-light); font-size: 16px; line-height: 1.65; }
.closing .button-light { border-color: #c8ff45; background: #c8ff45; color: var(--ink); }

/* Footer */

.footer { overflow: hidden; padding: 48px 0 26px; background: #fff; }
.footer-top { display: grid; grid-template-columns: auto minmax(240px, 1fr) auto; gap: clamp(36px, 6vw, 92px); align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.footer-top > p { max-width: 34ch; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 28px; font-size: 11px; font-weight: 400; letter-spacing: 0.02em; }
.footer-directory { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(30px, 5vw, 74px); padding: 38px 0 40px; border-bottom: 1px solid var(--line); }
.footer-directory-intro span,
.footer-directory-group strong { display: block; margin-bottom: 15px; color: var(--muted); font-size: 9px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-directory-intro { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(150px, .55fr) minmax(280px, 1.45fr); gap: clamp(30px, 5vw, 76px); align-items: start; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.footer-directory-intro span { margin: 0; }
.footer-directory-intro p { max-width: 54ch; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.footer-directory-group { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 2px; }
.footer-directory-group a { color: rgba(23, 23, 19, 0.78); font-size: 11.5px; line-height: 1.45; text-decoration: none; text-underline-offset: 3px; }
.footer-directory-group a:hover { color: var(--ink); text-decoration: underline; }

/* Evergreen product guides */
.guide-page { background: #f7f5f0; }
.guide-page .nav { background: rgba(247, 245, 240, 0.94); }
.guide-main { padding-bottom: clamp(96px, 11vw, 150px); }
.guide-hero { max-width: 1040px; padding-top: clamp(112px, 12vw, 160px); padding-bottom: clamp(68px, 8vw, 98px); text-align: center; }
.guide-breadcrumb { display: flex; justify-content: center; gap: 8px; margin: 0 0 28px; color: rgba(23,23,19,.56); font-size: 11px; }
.guide-breadcrumb a { color: inherit; text-underline-offset: 4px; }
.guide-hero h1 { max-width: 17ch; margin: 0 auto; font-size: clamp(52px, 6.4vw, 84px); font-weight: 375; line-height: .96; letter-spacing: -.057em; }
.guide-hero > p:not(.guide-breadcrumb) { max-width: 64ch; margin: 30px auto 0; color: var(--muted); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.6; }
.guide-reviewed { display: block; margin-top: 24px; color: rgba(23,23,19,.5); font-size: 10px; letter-spacing: .04em; }
.guide-answer { max-width: 920px; margin: 0 auto clamp(70px, 8vw, 104px); padding: clamp(30px, 4.5vw, 48px); background: #fff; }
.guide-answer strong { display: block; margin-bottom: 14px; font-size: 12px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.guide-answer p { max-width: 72ch; margin: 0; color: var(--ink-soft); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.62; }
.guide-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); gap: clamp(54px, 7vw, 100px); align-items: start; max-width: 1120px; }
.guide-toc { position: sticky; top: 108px; padding-top: 20px; border-top: 1px solid var(--ink); }
.guide-toc strong { display: block; margin-bottom: 15px; font-size: 16px; font-weight: 400; }
.guide-toc a { display: block; padding: 7px 0; color: var(--muted); font-size: 12px; line-height: 1.45; text-decoration: none; }
.guide-toc a:hover,
.guide-toc a:focus-visible { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.guide-body { min-width: 0; }
.guide-body > p,
.guide-body li { color: var(--ink-soft); font-size: 17px; line-height: 1.78; }
.guide-body > p:first-child { margin-top: 0; font-size: 20px; line-height: 1.68; }
.guide-body h2 { margin: 72px 0 22px; scroll-margin-top: 120px; font-size: clamp(34px, 4vw, 50px); font-weight: 375; line-height: 1.03; letter-spacing: -.045em; }
.guide-body h3 { margin: 34px 0 12px; font-size: 22px; font-weight: 400; line-height: 1.2; letter-spacing: -.027em; }
.guide-body ul,
.guide-body ol { padding-left: 24px; }
.guide-body li + li { margin-top: 11px; }
.guide-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 42px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.guide-facts div { padding: 25px 24px 26px 0; }
.guide-facts div:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.guide-facts div:nth-child(n+3) { border-top: 1px solid var(--line); }
.guide-facts strong { display: block; margin-bottom: 10px; font-size: 15px; font-weight: 400; }
.guide-facts p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.guide-table { width: 100%; margin: 38px 0; border-collapse: collapse; }
.guide-table th,
.guide-table td { padding: 16px 14px 16px 0; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.55; text-align: left; vertical-align: top; }
.guide-table th { width: 28%; color: var(--ink); font-weight: 400; }
.guide-table td { color: var(--muted); }
.guide-evidence { position: relative; margin: 38px 0; padding: 30px 32px 32px; border: 1px solid rgba(23,23,19,.16); background: rgba(255,255,255,.72); }
.guide-evidence::before { position: absolute; top: -1px; left: -1px; width: 54px; height: 3px; background: #a9dc2d; content: ""; }
.guide-evidence > span,
.guide-decision > span { display: block; margin-bottom: 16px; color: rgba(23,23,19,.56); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.guide-evidence blockquote { max-width: 25ch; margin: 0 0 20px; color: var(--ink); font-size: clamp(23px, 2.7vw, 32px); font-weight: 375; line-height: 1.16; letter-spacing: -.035em; }
.guide-evidence p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.72; }
.guide-evidence p + p { margin-top: 12px; }
.guide-evidence p.guide-evidence-summary { max-width: 25ch; margin: 0 0 20px; color: var(--ink); font-size: clamp(23px, 2.7vw, 32px); font-weight: 375; line-height: 1.16; letter-spacing: -.035em; }
.guide-evidence cite { display: block; margin-top: 18px; color: var(--muted); font-size: 10px; font-style: normal; line-height: 1.55; }
.guide-evidence a { color: inherit; text-underline-offset: 4px; }
.guide-decision { margin: 34px 0; padding: 24px 26px 26px; border-left: 3px solid var(--ink); background: #eeece6; }
.guide-decision > span { margin-bottom: 10px; }
.guide-decision p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.guide-decision strong { color: var(--ink); font-weight: 450; }
.guide-source-list { margin: 24px 0 0; padding: 0 !important; list-style: none; counter-reset: guide-source; border-top: 1px solid var(--ink); }
.guide-source-list li { position: relative; margin: 0 !important; padding: 20px 0 20px 42px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.65; counter-increment: guide-source; }
.guide-source-list li::before { position: absolute; top: 21px; left: 0; color: var(--ink); font-size: 10px; content: counter(guide-source, decimal-leading-zero); }
.guide-source-list a { color: var(--ink); text-underline-offset: 4px; }
.guide-source-list strong { color: var(--ink); font-weight: 450; }
.guide-source-note { margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: 12px !important; line-height: 1.65 !important; }
.guide-source-note a { color: var(--ink); text-underline-offset: 4px; }
.guide-cta { margin-top: 70px; padding: clamp(30px, 4vw, 46px); background: var(--ink); color: var(--white); }
.guide-cta h2 { max-width: 15ch; margin: 0; color: inherit; }
.guide-cta p { max-width: 58ch; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; }
.guide-cta .button { margin-top: 12px; background: var(--white); color: var(--ink); }
.footer-global { display: grid; grid-template-columns: 150px minmax(280px, 0.8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 72px); align-items: start; padding: 30px 0 24px; border-bottom: 1px solid var(--line); }
.footer-language-current span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-language-current { text-decoration: none; }
.footer-language-current strong { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; }
.footer-language-current b { font-size: 11px; }
.footer-global > p { max-width: 50ch; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.language-roadmap { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
.language-roadmap a { color: rgba(23, 23, 19, 0.62); font-size: 10.5px; line-height: 1.5; text-decoration: none; }
.language-roadmap a:hover { color: var(--ink); text-decoration: underline; }
.footer-signature {
  display: block;
  position: relative;
  width: 100%;
  margin: 18px 0 22px;
  color: transparent;
  background: linear-gradient(108deg, var(--ink) 0%, var(--ink) 42%, #a9dc2d 48%, #e6ff9a 50%, #a9dc2d 52%, var(--ink) 58%, var(--ink) 100%);
  background-position: 120% 50%;
  background-size: 240% 100%;
  background-clip: text;
  font: 400 clamp(180px, 26.7vw, 344px)/1.02 var(--font-sans);
  letter-spacing: -0.052em;
  text-align: center;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: signature-neon-sweep 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.footer-signature::after {
  position: absolute;
  right: 50%;
  bottom: -2px;
  width: min(250px, 34%);
  height: 2px;
  transform: translateX(50%);
  background: linear-gradient(90deg, transparent, rgba(200, 255, 69, 0.96), transparent);
  box-shadow: 0 0 18px rgba(200, 255, 69, 0.62);
  content: '';
  opacity: 0.7;
  animation: signature-neon-line 8s ease-in-out infinite;
}

.footer-signature::before {
  position: absolute;
  inset: 0;
  color: #c8ff45;
  content: attr(data-text);
  opacity: 0;
  text-align: center;
  text-shadow: 0 0 16px rgba(200, 255, 69, 0.5), 0 0 38px rgba(200, 255, 69, 0.3);
  -webkit-text-fill-color: #c8ff45;
  animation: signature-neon-pulse 8s ease-in-out infinite;
}

@keyframes signature-neon-sweep {
  0%, 16% { background-position: 120% 50%; filter: drop-shadow(0 0 0 rgba(200, 255, 69, 0)); }
  48% { background-position: -20% 50%; filter: drop-shadow(0 0 12px rgba(200, 255, 69, 0.2)); }
  64%, 100% { background-position: -20% 50%; filter: drop-shadow(0 0 0 rgba(200, 255, 69, 0)); }
}

@keyframes signature-neon-line {
  0%, 18%, 66%, 100% { opacity: 0.3; transform: translateX(50%) scaleX(0.72); }
  48% { opacity: 0.9; transform: translateX(50%) scaleX(1); }
}

@keyframes signature-neon-pulse {
  0%, 24%, 64%, 100% { opacity: 0; }
  48% { opacity: 0.2; }
}
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font: 400 9px/1.6 var(--font-sans); letter-spacing: 0.08em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom p span { color: var(--ink); }

/* Journal, articles, and languages */

.journal-page,
.article-page { background: #f7f5f0; }
.journal-page .nav,
.article-page .nav { background: rgba(247, 245, 240, 0.94); }
.journal-hero { max-width: 980px; padding: clamp(112px, 12vw, 154px) 0 clamp(64px, 7vw, 88px); text-align: center; }
.journal-hero h1 { max-width: 15ch; margin: 0 auto; font-size: clamp(56px, 6.7vw, 88px); line-height: 0.96; letter-spacing: -0.057em; }
.journal-hero > p { max-width: 56ch; margin: 26px auto 0; color: var(--muted); font-size: 16px; line-height: 1.62; }
.journal-library { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: clamp(42px, 5vw, 76px); align-items: start; padding-bottom: clamp(112px, 13vw, 174px); }
.journal-index { position: sticky; top: 112px; padding: 26px 0 0; border-top: 1px solid var(--ink); }
.journal-index > strong { display: block; margin-bottom: 14px; font-size: 18px; font-weight: 400; letter-spacing: -.025em; }
.journal-index > p { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.journal-filters { display: grid; gap: 6px; }
.journal-filters button { width: 100%; padding: 10px 12px; border: 0; border-radius: 0; background: transparent; color: var(--muted); font: 375 12px/1.2 var(--font-sans); text-align: left; cursor: pointer; }
.journal-filters button:hover { color: var(--ink); background: rgba(255,255,255,.58); }
.journal-filters button[aria-pressed="true"] { background: var(--ink); color: var(--white); }
.journal-filter-status { margin: 22px 0 0 !important; color: rgba(23,23,19,.5) !important; font-size: 10px !important; }
.journal-standards-link { display: inline-block; margin-top: 20px; color: var(--ink); font-size: 11px; }
.journal-issue { min-width: 0; scroll-margin-top: 110px; background: transparent; }
.journal-issue-link { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.journal-issue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 22px; }
.journal-issue-copy { display: flex; flex: 1; flex-direction: column; padding: 20px 2px 0; }
.journal-issue-copy time,
.journal-issue-copy > span { color: rgba(23, 23, 19, 0.58); font-size: 10px; letter-spacing: 0.035em; }
.journal-card-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; color: rgba(23, 23, 19, 0.58); font-size: 10px; letter-spacing: 0.025em; }
.journal-issue-copy h2 { max-width: none; margin: 14px 0 0; font-size: clamp(20px, 1.65vw, 24px); font-weight: 400; line-height: 1.08; letter-spacing: -0.038em; }
.journal-issue-copy p { max-width: 38ch; margin: 14px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.62; }
.journal-issue-copy > span { margin-top: auto; }
.journal-object { display: grid; position: relative; min-height: 0; aspect-ratio: 1 / 1; place-items: center; overflow: hidden; background: #ebe8e1; }
.journal-object img { display: block; width: 100%; height: auto; transition: transform 500ms cubic-bezier(.2,.75,.2,1); }
.journal-issue-link:hover .journal-object img { transform: translateY(-6px) rotate(-0.4deg); }
.journal-object-identity,
.journal-object-event,
.journal-object-constraints,
.journal-object-perception,
.journal-object-plan { background: #ebe8e1; }
.journal-object-copy { position: absolute; z-index: 1; top: 28%; left: 44%; width: 33%; color: #171713; transform: rotate(-1.2deg); pointer-events: none; }
.journal-object-copy b,
.journal-object-copy small { display: block; font-size: 7px; font-weight: 400; letter-spacing: 0.11em; text-transform: uppercase; }
.journal-object-copy strong { display: block; margin: 11px 0 16px; font-size: clamp(13px, 1.15vw, 17px); font-weight: 400; line-height: 1.05; letter-spacing: -0.035em; }
.journal-object-copy-light { color: #fffefa; text-shadow: 0 1px 12px rgba(0,0,0,.36); }
.journal-object-event .journal-object-copy { color: #171713; }
.journal-method { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; align-items: end; padding-top: clamp(86px, 10vw, 132px); padding-bottom: clamp(92px, 11vw, 146px); border-top: 1px solid var(--ink); }
.journal-method h2 { font-size: clamp(44px, 5vw, 68px); font-weight: 400; line-height: 0.98; letter-spacing: -0.052em; }
.journal-method p { max-width: 58ch; margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.journal-method > a { color: inherit; font-size: 12px; text-underline-offset: 5px; }
.journal-meta { color: rgba(23, 23, 19, 0.58); font-size: 10px; letter-spacing: 0.035em; }
.article-shell { max-width: 930px; text-align: center; }
.article-hero { padding: clamp(106px, 12vw, 156px) 0 68px; }
.article-hero h1 { max-width: 18ch; margin: 24px auto 0; font-size: clamp(48px, 5.5vw, 72px); line-height: .98; letter-spacing: -.053em; }
.article-deck { max-width: 54ch; margin: 28px auto 0; color: var(--muted); font-size: clamp(18px, 1.75vw, 22px); line-height: 1.52; }
.article-byline { margin-top: 28px; font-size: 12px; }
.article-byline a { text-decoration-color: rgba(23,23,19,.3); }
.article-journal-visual { display: grid; width: min(780px, calc(100% - (var(--gutter) * 2))); min-height: 340px; margin: 0 auto; place-items: center; overflow: hidden; background: #ebe8e1; }
.article-journal-visual .journal-object { width: min(68%, 360px); min-height: 0; overflow: visible; background: transparent; }
.article-journal-visual .journal-object img { width: 100%; }
.article-journal-visual .journal-object-copy { top: 12%; left: 44%; width: 33%; }
.article-reading-layout { display: grid; grid-template-columns: 210px minmax(0, 720px); gap: clamp(58px, 7vw, 96px); align-items: start; max-width: 1080px; }
.article-toc { position: sticky; top: 104px; margin-top: 76px; padding: 22px 0 0; border-top: 1px solid var(--ink); }
.article-toc strong { display: block; margin-bottom: 14px; font-size: 16px; font-weight: 400; letter-spacing: -.025em; }
.article-toc a { display: block; padding: 8px 0; color: var(--muted); font-size: 12px; line-height: 1.45; text-decoration: none; }
.article-toc a:hover,
.article-toc a:focus-visible { color: var(--ink); }
.article-body { min-width: 0; padding-top: 76px; padding-bottom: 70px; }
.article-body > p,
.article-body li { color: var(--ink-soft); font-size: 18px; line-height: 1.78; }
.article-body h2 { margin: 72px 0 24px; font-size: clamp(34px, 3.8vw, 48px); line-height: 1.04; letter-spacing: -0.043em; }
.article-body h3 { margin: 34px 0 12px; font-size: 22px; line-height: 1.2; letter-spacing: -0.025em; }
.article-body ul,
.article-body ol { padding-left: 24px; }
.article-body li + li { margin-top: 10px; }
.article-summary { margin: 48px 0 10px; padding: 30px 34px; border-left: 4px solid #c8ff45; background: #fff; }
.article-summary strong { display: block; margin-bottom: 12px; font-size: 13px; }
.article-summary p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.68; }
.article-tool { margin: 48px 0; padding: clamp(26px, 4vw, 38px); background: #fff; }
.article-tool h2 { margin: 0 0 14px; font-size: clamp(28px, 3.2vw, 38px); }
.article-tool > p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.article-tool dl { display: grid; grid-template-columns: minmax(120px, .34fr) minmax(0, .66fr); margin: 0; }
.article-tool dt,
.article-tool dd { margin: 0; padding: 13px 0; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.55; }
.article-tool dt { padding-right: 22px; font-weight: 400; }
.article-tool dd { color: var(--muted); }
.article-sources { margin-top: 70px; padding-top: 4px; border-top: 1px solid var(--ink); }
.article-sources h2 { margin-top: 34px; font-size: 30px; }
.article-sources li { font-size: 13px; }
.article-disclosure { margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: 11px !important; line-height: 1.65 !important; }
.article-next { display: flex; justify-content: space-between; gap: 30px; padding-top: 30px; padding-bottom: 100px; border-top: 1px solid var(--ink); font-size: 13px; }
.compact-footer .footer-top { border-bottom: 0; }
.compact-footer .footer-bottom { margin-top: 20px; }
.language-hero h1 { max-width: 15ch; }
.language-content { padding: 0 0 clamp(110px, 13vw, 180px); }
.language-current { display: grid; grid-template-columns: minmax(220px, 0.65fr) minmax(300px, 1fr) auto; gap: clamp(30px, 6vw, 82px); align-items: center; padding: clamp(32px, 4vw, 50px); background: var(--ink); color: var(--white); }
.language-current label { color: var(--muted-light); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }
.language-current h2 { margin-top: 12px; font-size: clamp(34px, 4vw, 52px); letter-spacing: -0.045em; }
.language-control { min-width: 0; }
.language-control select { width: 100%; min-height: 48px; padding: 0 42px 0 15px; border: 1px solid rgba(255,255,255,.34); border-radius: 0; background: #fff; color: var(--ink); font: 400 14px/1 var(--font-sans); }
.language-current p { max-width: 45ch; margin: 10px 0 0; color: var(--muted-light); font-size: 11px; line-height: 1.55; }
.language-current .button { border-color: #c8ff45; background: #c8ff45; color: var(--ink); }
.language-available-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.language-available-grid > a { display: flex; min-height: 260px; flex-direction: column; padding: clamp(28px, 4vw, 46px); background: #fff; color: var(--ink); text-decoration: none; transition: transform 220ms ease, box-shadow 220ms ease; }
.language-available-grid > a:hover { transform: translateY(-3px); box-shadow: 0 22px 55px rgba(23,23,19,.08); }
.language-available-grid span { font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.045em; }
.language-available-grid p { max-width: 46ch; margin: 26px 0 34px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.language-available-grid strong { margin-top: auto; font-size: 12px; text-decoration: underline; text-underline-offset: 5px; }
.language-request-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.language-request-list a { padding: 9px 12px; border: 1px solid var(--line); color: var(--ink); font-size: 12px; text-decoration: none; }
.language-request-list a:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.language-heading { max-width: 760px; margin: clamp(86px, 10vw, 130px) auto 52px; text-align: center; }
.language-heading h2 { font-size: clamp(48px, 5.4vw, 74px); line-height: 0.98; letter-spacing: -0.052em; }
.language-heading p { max-width: 58ch; margin: 24px auto 0; color: var(--muted); line-height: 1.7; text-wrap: balance; }
.language-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.language-grid article { display: flex; min-height: 138px; flex-direction: column; align-items: flex-start; padding: 25px 24px; border-bottom: 1px solid var(--line); direction: ltr; text-align: left; }
.language-grid span { display: inline-block; font-size: 19px; line-height: 1.25; }
.language-grid span[dir="rtl"] { direction: rtl; unicode-bidi: isolate; }
.language-grid p { margin: 9px 0 0; color: var(--muted); font-size: 11px; }
.language-grid small { margin-top: auto; padding-top: 18px; color: rgba(23,23,19,.46); font-size: 9px; letter-spacing: .055em; text-transform: uppercase; }
.language-standard { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(46px, 8vw, 110px); margin-top: clamp(76px, 9vw, 116px); }
.language-standard article { min-height: 0; padding: 0; text-align: left; }
.language-standard h2 { max-width: 15ch; font-size: clamp(34px, 4vw, 50px); line-height: 1.02; letter-spacing: -0.045em; }
.language-standard p,
.language-standard li { color: var(--muted); font-size: 14px; line-height: 1.7; }
.language-standard p { max-width: 47ch; margin: 28px 0 0; }
.language-standard ul { margin: 30px 0 0; padding-left: 20px; }
.language-standard .text-link { margin-top: 28px; }

/* Trust, support, and error pages */

.trust-page { background: #f7f5ef; }
.trust-page .nav { background: rgba(247, 245, 239, 0.94); }
.trust-main { min-height: 70svh; }
.trust-hero {
  padding-block: clamp(96px, 12vw, 156px) clamp(58px, 7vw, 88px);
  text-align: center;
}
.trust-hero h1 {
  max-width: 14ch;
  margin-inline: auto;
  font-size: clamp(54px, 7.4vw, 100px);
  font-weight: 375;
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.trust-hero .trust-lede {
  max-width: 720px;
  margin: 30px auto 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  text-wrap: balance;
}
.trust-meta {
  display: block;
  margin-top: 28px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.04em;
}
.trust-summary { display: none; }
.trust-summary article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(23, 23, 19, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 46px rgba(23, 23, 19, 0.04);
}
.trust-summary .trust-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #d9ff52;
  font-size: 17px;
}
.trust-summary h2 { font-size: 19px; line-height: 1.2; letter-spacing: -0.025em; }
.trust-summary p { max-width: 38ch; margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.trust-layout {
  display: block;
  max-width: 920px;
  padding-bottom: clamp(96px, 12vw, 160px);
}
.trust-toc { display: none; }
.trust-toc strong { display: block; margin-bottom: 13px; font-size: 12px; font-weight: 400; }
.trust-toc a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
}
.trust-toc a:hover { color: var(--ink); }
.trust-document { min-width: 0; }
.trust-section {
  margin: 0;
  padding: clamp(40px, 6vw, 68px) 0;
  scroll-margin-top: 108px;
  border-top: 1px solid rgba(23, 23, 19, 0.13);
  background: transparent;
}
.trust-section-accent,
.trust-section-blue { color: var(--ink); background: transparent; }
.trust-section h2 {
  max-width: 22ch;
  margin-bottom: 20px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.trust-section h3 { margin: 28px 0 9px; font-size: 17px; line-height: 1.25; letter-spacing: -0.02em; }
.trust-section p,
.trust-section li { color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.trust-section-accent p,
.trust-section-accent li { color: var(--ink-soft); }
.trust-section p:last-child,
.trust-section ul:last-child { margin-bottom: 0; }
.trust-section ul { margin: 16px 0 20px; padding-left: 20px; }
.trust-section li + li { margin-top: 7px; }
.trust-section a { font-weight: 400; }
.trust-callout {
  margin: 24px 0 0;
  padding: 4px 0;
  border: 0;
  background: transparent;
}
.trust-section-accent .trust-callout { background: transparent; }
.trust-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-actions .button { min-width: 150px; }
.trust-note { margin-top: 20px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.trust-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 13px;
  text-decoration: none;
}
.trust-back span { font-size: 18px; }
.error-page { min-height: 72svh; display: grid; place-items: center; padding-block: 100px; text-align: center; }
.error-page h1 { max-width: 11ch; margin-inline: auto; font-size: clamp(58px, 9vw, 116px); line-height: 0.92; letter-spacing: -0.06em; }
.error-page p { max-width: 48ch; margin: 26px auto 34px; color: var(--muted); }

/* Tablet */

@media (max-width: 980px) {
  .nav-hide { display: none; }
  .hero { min-height: 900px; }
  .hero-layout { min-height: 900px; }
  .hero h1 { font-size: clamp(56px, 8vw, 82px); }
  .section-heading,
  .pricing-grid,
  .privacy-grid,
  .faq-grid { grid-template-columns: 1fr; gap: 46px; }
  .journal-library { grid-template-columns: 1fr; }
  .journal-index { position: static; }
  .journal-filters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .journal-issue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journal-method { grid-template-columns: 1fr; gap: 34px; }
  .language-current { grid-template-columns: 1fr 1fr; }
  .language-current .button { grid-column: 1 / -1; justify-self: start; }
  .language-available-grid { grid-template-columns: 1fr; }
  .language-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-reading-layout { grid-template-columns: 1fr; gap: 0; }
  .guide-layout { grid-template-columns: 1fr; gap: 44px; }
  .guide-toc { position: static; display: flex; flex-wrap: wrap; gap: 2px 18px; }
  .guide-toc strong { width: 100%; }
  .guide-toc a { padding: 5px 0; }
  .article-toc { position: static; display: flex; flex-wrap: wrap; gap: 4px 18px; margin-top: 52px; padding: 22px 0 0; }
  .article-toc strong { width: 100%; margin-bottom: 8px; }
  .article-toc a { padding: 5px 0; }
  .article-body { padding-top: 42px; }
  .evidence-intro,
  .approach-intro,
  .principle-grid,
  .context-heading,
  .continuity-heading { grid-template-columns: 1fr; gap: 42px; }
  .study-card { grid-template-columns: minmax(130px, 0.58fr) minmax(210px, 1fr) minmax(280px, 1.35fr); }
  .study-source { grid-column: 2 / -1; margin-top: -8px; }
  .context-stage { grid-template-columns: 1fr; }
  .context-core { min-height: 500px; }
  .context-grid { border-top: 1px solid var(--line); border-left: 0; }
  .product-continuity .shell { grid-template-columns: 1fr; gap: 60px; }
  .depth-split,
  .depth-visual-grid,
  .depth-adapt-grid,
  .depth-coach-grid,
  .depth-dark-grid { grid-template-columns: 1fr; gap: 58px; }
  .depth-wide-heading { grid-template-columns: 1fr; gap: 28px; }
  .depth-wide-heading > p { max-width: 620px; }
  .depth-heading > p { max-width: 620px; }
  .depth-profile-rows,
  .depth-columns,
  .limit-grid,
  .occasion-grid,
  .start-route { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .depth-profile-rows article:nth-child(3),
  .depth-columns article:nth-child(3),
  .limit-grid article:nth-child(3),
  .start-route article:nth-child(3) { border-left: 0; }
  .depth-profile-rows article:nth-child(n + 3),
  .depth-columns article:nth-child(n + 3),
  .limit-grid article:nth-child(n + 3),
  .start-route article:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .direction-sequence { gap: 34px; }
  .ai-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-flow article:nth-child(2)::after { display: none; }
  .depth-dark h2 { max-width: 10ch; }
  .depth-dark-copy { max-width: 680px; }
  .adapt-ledger { transform: none; }
  .evidence-intro > p,
  .approach-intro > p { max-width: 620px; }
  .principle-copy { max-width: 680px; }
  .moments-intro { grid-template-columns: 1fr; gap: 36px; margin-bottom: 72px; }
  .moments-intro h2 { max-width: 12ch; }
  .moments-copy { max-width: 620px; justify-self: start; }
  .section-heading > p { max-width: 620px; }
  .journey-panel { min-height: 0; padding: 30px; background-position: center; background-size: cover; background-repeat: no-repeat; }
  .journey-content { min-height: 860px; background-position: center top; background-size: auto 500px; }
  .journey-copy { min-height: 860px; }
  .journey-heading { grid-template-columns: 1fr; gap: 16px; }
  .journey-steps { grid-template-columns: 1fr; gap: 26px; margin-top: auto; padding: 0 0 0 28px; border-top: 0; border-left: 1px solid rgba(23, 23, 19, 0.24); }
  .journey-steps li > span { display: block; position: absolute; top: 4px; left: -31px; width: 5px; height: 22px; background: #c8ff45; }
  .journey-steps strong { min-height: 0; }
  .journey-steps p { max-width: 54ch; margin-top: 8px; }
  .pricing-intro > p { max-width: 62ch; }
  .trust-layout { grid-template-columns: 1fr; }
  .trust-toc { position: static; display: flex; flex-wrap: wrap; gap: 5px 18px; padding: 18px 20px; }
  .trust-toc strong { width: 100%; margin-bottom: 5px; }
  .trust-toc a { padding: 4px 0; }
}

@media (max-width: 820px) {
  .depth-future .depth-wide-heading h2 { width: auto; max-width: 13ch; white-space: normal; }
  .evidence-grid { grid-template-columns: 1fr; }
  .study-card:nth-child(n) { display: block; padding: 32px 0; }
  .study-card + .study-card { border-top: 1px solid var(--line); border-left: 0; }
  .study-stat { min-height: 0; margin-bottom: 30px; }
  .study-stat-words { max-width: none; }
  .study-stat { flex-basis: auto; }
  .study-card h3 { flex-basis: auto; min-height: 0; margin-bottom: 18px; }
  .study-card > p:not(.study-stat) { flex-basis: auto; min-height: 0; margin-bottom: 26px; }
  .study-source { margin-top: 0; }
  .context-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .context-grid article:nth-child(n) { border-top: 0; border-left: 0; }
  .context-grid article:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .context-grid article:nth-child(even) { border-left: 1px solid var(--line); }
}

/* Mobile */

@media (max-width: 700px) {
  .guide-hero { padding-top: 88px; padding-bottom: 54px; }
  .guide-hero h1 { font-size: 52px; }
  .guide-hero > p:not(.guide-breadcrumb) { font-size: 16px; }
  .guide-answer { margin-bottom: 64px; padding: 26px 22px; }
  .guide-answer p { font-size: 17px; }
  .guide-body > p,
  .guide-body li { font-size: 16px; }
  .guide-body > p:first-child { font-size: 18px; }
  .guide-body h2 { margin-top: 54px; font-size: 36px; }
  .guide-facts { grid-template-columns: 1fr; }
  .guide-facts div,
  .guide-facts div:nth-child(even) { padding: 22px 0; border-left: 0; }
  .guide-facts div + div { border-top: 1px solid var(--line); }
  .guide-table,
  .guide-table tbody,
  .guide-table tr,
  .guide-table th,
  .guide-table td { display: block; width: 100%; }
  .guide-table th { padding-bottom: 5px; }
  .guide-table td { padding-top: 0; border-top: 0; }
  .guide-evidence { padding: 26px 22px 28px; }
  .guide-evidence blockquote { font-size: 25px; }
  .guide-evidence p.guide-evidence-summary { font-size: 25px; }
  .guide-decision { padding: 22px 20px 24px; }
  :root { --gutter: 20px; }
  .nav-inner { min-height: 66px; gap: 12px; }
  .wordmark { font-size: 18px; }
  .brand-symbol { width: 36px; }
  .brand-mark { width: 27px; height: 27px; }
  .nav-links { gap: 14px; font-size: 12px; }
  .nav-links > a:not([href*="sign-in"]) { display: none; }
  .nav-pill { min-height: 40px; padding-inline: 15px; }
  .nav-neon { gap: 7px; }
  .nav-neon b { padding-inline: 6px; font-size: 5.8px; }

  .hero { min-height: max(820px, 100svh); background: var(--ink) url('/hero-flow-white-studio-v3.webp') 47% center / cover no-repeat; }
  .hero-video { height: 100%; object-position: 47% center; }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(18, 20, 21, 0.64) 0%, rgba(18, 20, 21, 0.12) 35%, rgba(18, 20, 21, 0.82) 67%, #171713 100%);
  }
  .hero-layout { min-height: max(820px, 100svh); display: flex; align-items: flex-end; padding-top: 112px; padding-bottom: 70px; }
  .hero-copy { min-height: 0; padding: 0; }
  .hero h1 { width: 100%; max-width: 100%; font-size: clamp(42px, 11.5vw, 48px); line-height: 1.07; letter-spacing: -0.035em; }
  .hero-lede { max-width: 34ch; margin-top: 22px; font-size: 14px; line-height: 1.55; }
  .hero .button-row { gap: 12px; }
  .hero .button { width: 100%; }

  .moments { padding-block: 92px 112px; }
  .moments-intro { gap: 26px; margin-bottom: 58px; }
  .moments-intro h2 { max-width: 13ch; font-size: clamp(42px, 12vw, 54px); line-height: 1; }
  .moments-copy { padding-top: 0; }
  .moments-copy > p { font-size: 16px; line-height: 1.58; }
  .lab-experiment picture { box-shadow: 0 14px 36px rgba(23, 23, 19, 0.08); }
  .lab-experiment figcaption { margin-top: 10px; font-size: 9px; letter-spacing: -0.01em; white-space: normal; }
  .section-heading h2,
  .context-heading h2,
  .continuity-heading h2,
  .depth-heading h2,
  .depth-wide-heading h2,
  .pricing-intro h2,
  .privacy-grid h2,
  .faq h2 { font-size: 48px; }

  .evidence, .approach, .principle, .context-system, .depth-section, .access, .product-continuity, .pricing, .privacy-band, .faq { padding-block: 84px; }
  .android-waitlist { padding-block: 84px; }
  .android-waitlist-inner { grid-template-columns: 1fr; gap: 46px; }
  .android-waitlist-copy h2 { max-width: none; }
  .section-heading { gap: 28px; margin-bottom: 52px; }
  .evidence-intro,
  .approach-intro,
  .principle-grid { gap: 34px; }
  .evidence-intro h2,
  .approach-intro h2 { max-width: 13ch; font-size: 46px; line-height: 1; }
  .evidence-intro > p,
  .approach-intro > p { font-size: 15px; line-height: 1.65; }
  .evidence-label { margin-bottom: 16px; font-size: 10px; }
  .evidence-contour { height: 70px; margin: 44px 0 30px; }
  .evidence-grid { grid-template-columns: 1fr; }
  .study-card:nth-child(n) { padding: 30px 0; }
  .study-card + .study-card { border-top: 1px solid var(--line); border-left: 0; }
  .study-stat { min-height: 0; margin-bottom: 28px; font-size: 46px; }
  .study-stat-words { max-width: none; font-size: 38px; }
  .study-card h3 { font-size: 24px; }
  .study-card > p:not(.study-stat) { min-height: 0; margin: 16px 0 24px; }
  .evidence-caveat { margin-top: 20px; font-size: 9px; }

  .approach-intro { margin-bottom: 54px; }
  .journey-panel { min-height: 0; padding: 14px; background-position: center; background-size: cover; }
  .journey-content { min-height: 930px; background-position: 51% top; background-size: auto 390px; }
  .journey-copy { min-height: 930px; padding: 28px 24px 32px; }
  .journey-heading { padding-left: 25px; }
  .journey-heading h3 { max-width: none; font-size: 36px; line-height: 1.03; letter-spacing: -0.038em; white-space: normal; text-wrap: balance; }
  .journey-steps { gap: 22px; margin-top: auto; padding-left: 24px; }
  .journey-steps li > span { left: -27px; }
  .journey-steps li { grid-template-rows: auto; }
  .journey-steps p { font-size: 12px; }

  .principle-quote p { max-width: 12ch; font-size: 48px; line-height: 1; }
  .principle-quote footer { margin-top: 28px; font-size: 10px; }
  .principle-copy { margin-top: 30px; }
  .principle-copy h2 { font-size: 36px; }
  .principle-copy > p { margin: 24px 0 38px; font-size: 15px; }
  .principle-list li { gap: 20px; }

  .context-heading { gap: 28px; }
  .context-heading > p { font-size: 15px; }
  .context-stage { margin-top: 54px; }
  .context-core { min-height: 470px; padding: 34px 28px; }
  .context-core h3 { font-size: 44px; }
  .context-core > p:not(.kicker) { font-size: 13px; }
  .context-stairs { width: calc(100% + 24px); margin-right: -12px; margin-left: -12px; }
  .context-grid { grid-template-columns: 1fr; margin-top: 0; }
  .context-grid article:nth-child(n) { min-height: 0; padding: 30px 0 34px; border-left: 0; }
  .context-grid article + article { border-top: 1px solid var(--line); }
  .context-grid article::before { left: 0; }
  .context-grid span { min-height: 0; }
  .context-grid h3 { margin-top: 24px; font-size: 27px; }

  .depth-heading h2,
  .depth-wide-heading h2 { max-width: 13ch; font-size: 46px; line-height: 1; }
  .depth-future .depth-wide-heading h2 { white-space: normal; }
  .depth-heading > p,
  .depth-wide-heading > p { margin-top: 24px; font-size: 14px; line-height: 1.65; }
  .depth-wide-heading { gap: 0; margin-bottom: 50px; }
  .depth-heading::after { margin-top: 30px; }
  .depth-global-heading h2 { max-width: 9ch; }
  .global-portrait { width: calc(100% + (var(--gutter) * 2)); margin-left: calc(var(--gutter) * -1); }
  .global-portrait img { height: clamp(420px, 118vw, 500px); aspect-ratio: auto; object-position: 38% center; border-right: 0; border-left: 0; }
  .global-portrait figcaption { justify-content: center; padding: 0 var(--gutter); font-size: 8px; text-align: center; }
  .depth-profile-rows,
  .depth-columns,
  .limit-grid,
  .occasion-grid,
  .start-route,
  .day-route,
  .ai-flow { grid-template-columns: 1fr; }
  .depth-profile-rows { margin-top: 42px; }
  .depth-profile-rows article:nth-child(n),
  .depth-columns article:nth-child(n),
  .limit-grid article:nth-child(n),
  .occasion-grid article:nth-child(n),
  .start-route article:nth-child(n) { min-height: 0; padding: 30px 0 34px; border-left: 0; }
  .depth-profile-rows article + article,
  .depth-columns article + article,
  .limit-grid article + article,
  .occasion-grid article + article,
  .start-route article + article { border-top: 1px solid var(--line); }
  .depth-profile-rows article::before,
  .depth-columns article::before,
  .limit-grid article::before,
  .occasion-grid article::before,
  .start-route article::before { left: 0; }
  .depth-profile-rows h3 { min-height: 0; }
  .depth-profile-rows p,
  .depth-columns p,
  .limit-grid p,
  .occasion-grid p,
  .start-route p { margin-top: 18px; }
  .depth-columns h3,
  .occasion-grid h3,
  .start-route h3 { max-width: 13ch; font-size: 30px; }
  .occasion-grid article:nth-child(n) { padding: 0; }
  .occasion-grid article + article { border-top: 0; }
  .occasion-media { aspect-ratio: 2 / 3; padding: 28px 26px 24px; }
  .occasion-poster-copy h3 { font-size: 50px; }
  .occasion-portrait img { aspect-ratio: 1; }
  .depth-rows article,
  .reason-ledger article,
  .adapt-ledger article { grid-template-columns: 1fr; gap: 16px; padding: 30px 0 34px; }
  .depth-rows h3,
  .reason-ledger h3,
  .adapt-ledger h3 { font-size: 28px; }
  .direction-system-visual img { height: min(75vw, 420px); }
  .direction-system-visual figcaption { margin-top: 14px; white-space: normal; }
  .direction-sequence { grid-template-columns: 1fr; gap: 42px; margin-top: 48px; }
  .direction-sequence h3 { max-width: none; font-size: 26px; white-space: nowrap; }
  .direction-sequence p { max-width: 42ch; margin-top: 14px; font-size: 14.5px; }
  .direction-standard { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .direction-standard span { margin-right: 0; }
  .section-note { white-space: normal; }
  .depth-dark h2 { max-width: 10ch; font-size: 58px; line-height: 0.96; }
  .depth-dark-copy > p { font-size: 15px; }
  .depth-dark-copy ul { margin-top: 36px; }
  .limit-grid article,
  .limit-grid article:nth-child(n),
  .limit-grid article + article { min-height: 0; padding: 30px 24px 34px; overflow: hidden; border: 1px solid rgba(23, 23, 19, 0.1); }
  .limit-grid strong { font-size: 46px; }
  .limit-grid p { margin-top: 22px; padding-top: 0; }
  .limit-icon { width: 210px; height: 76px; margin: 22px -16px 0 auto; opacity: 0.86; }
  .day-route article,
  .ai-flow article { min-height: 0; padding: 30px 0 34px; }
  .day-route article + article { border-top: 1px solid var(--line); border-left: 0; }
  .ai-flow article,
  .ai-flow article + article { padding: 30px 24px 34px; border: 1px solid rgba(23, 23, 19, 0.1); }
  .day-route p,
  .ai-flow p { margin-top: 36px; }
  .ai-flow p { padding-top: 0; }
  .ai-flow article::after { display: none; }
  .section-note { margin-top: 18px; font-size: 10px; }
  .coach-example { padding: 26px 20px; }
  .coach-user,
  .coach-glowgen { max-width: 96%; padding: 20px; }
  .support-links a { min-height: 78px; font-size: 14px; }

  .platform-grid { grid-template-columns: 1fr; gap: 12px; }
  .platform-card { min-height: 0; padding: 34px 26px 38px; }
  .platform-card + .platform-card { border-left: 1px solid rgba(23, 23, 19, 0.18); }
  .platform-label { margin-bottom: 64px; }
  .platform-card h3 { min-height: 0; font-size: 46px; }
  .platform-card > p:not(.platform-label, .fine-print) { min-height: 0; }

  .product-continuity .shell { gap: 52px; }
  .continuity-grid { margin-top: 0; }
  .continuity-grid article { min-height: 0; grid-template-columns: 1fr; gap: 16px; padding: 34px 0 38px; }
  .continuity-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .continuity-grid article::before { left: 0; }
  .continuity-grid h3 { font-size: 30px; }

  .pricing-grid { gap: 52px; }
  .pricing-card { padding: 28px 22px; }
  .billing-options { grid-template-columns: 1fr; }
  .billing-options > div + div { border-top: 1px solid var(--line-light); border-left: 0; }
  .billing-options strong { font-size: 42px; }

  .privacy-grid { gap: 58px; }
  .privacy-points > div { grid-template-columns: 1fr; gap: 10px; }
  .faq-grid { gap: 50px; }

  .journal-hero { padding: 90px 0 72px; }
  .journal-hero h1 { font-size: 58px; }
  .journal-hero > p { font-size: 15px; }
  .journal-filters { grid-template-columns: 1fr 1fr; }
  .journal-issue-grid { grid-template-columns: 1fr; gap: 52px; width: min(100%, 430px); margin-inline: auto; }
  .journal-object { min-height: 0; }
  .journal-issue-copy { padding: 30px 24px 38px; }
  .journal-issue-copy h2 { font-size: 28px; }
  .journal-object img { width: min(92%, 400px); }
  .journal-object-copy { left: 44%; width: 34%; }
  .journal-object-copy strong { font-size: 16px; }
  .journal-method { grid-template-columns: 1fr; gap: 30px; }
  .article-hero { padding: 84px 0 54px; }
  .article-hero h1 { font-size: 54px; }
  .article-deck { font-size: 18px; }
  .article-journal-visual { width: 100%; min-height: 330px; }
  .article-journal-visual .journal-object { width: min(84%, 390px); min-height: 0; }
  .article-journal-visual .journal-object img { width: 100%; }
  .article-journal-visual .journal-object-copy { top: 12%; left: 44%; width: 33%; }
  .article-body { padding-top: 54px; }
  .article-body > p,
  .article-body li { font-size: 16px; }
  .article-body h2 { margin-top: 52px; font-size: 36px; }
  .article-tool dl { grid-template-columns: 1fr; }
  .article-tool dt { padding-bottom: 4px; }
  .article-tool dd { padding-top: 0; border-top: 0; }
  .article-summary { margin-top: 38px; padding: 24px; }
  .article-next { flex-direction: column; }
  .language-current { grid-template-columns: 1fr; }
  .language-current .button { grid-column: auto; width: 100%; }
  .language-available-grid > a { min-height: 230px; }
  .language-heading { grid-template-columns: 1fr; gap: 24px; }
  .language-grid { grid-template-columns: 1fr 1fr; }
  .language-standard { grid-template-columns: 1fr; }
  .language-standard article { min-height: 0; }

  .closing { padding-block: 110px; }
  .closing-brand { margin-bottom: 38px; font-size: 24px; }
  .closing-brand .brand-symbol { width: 48px; }
  .closing h2 { font-size: 58px; }
  .closing-copy { margin-top: 26px; font-size: 15px; }

  .footer { padding: 34px 0 26px; }
  .footer-top { grid-template-columns: 1fr; gap: 22px; align-items: start; padding-bottom: 28px; }
  .footer-links { justify-content: flex-start; }
  .footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; padding: 32px 0; }
  .footer-directory-intro { grid-column: 1 / -1; }
  .footer-directory-intro p { max-width: 42ch; }
  .footer-global { grid-template-columns: 1fr; gap: 18px; padding: 26px 0 20px; }
  .footer-global > p { max-width: 48ch; }
  .language-roadmap { justify-content: flex-start; gap: 8px 16px; }
  .footer-signature { margin: 12px 0 20px; font-size: 25.5vw; line-height: 1.02; letter-spacing: -0.058em; }
  .footer-bottom { flex-direction: column; gap: 8px; }

  .trust-hero { padding-block: 78px 58px; }
  .trust-hero h1 { font-size: clamp(52px, 16vw, 70px); }
  .trust-hero .trust-lede { margin-top: 22px; font-size: 16px; }
  .trust-summary { grid-template-columns: 1fr; margin-bottom: 56px; }
  .trust-summary article { min-height: 0; padding: 24px; }
  .trust-summary .trust-icon { margin-bottom: 22px; }
  .trust-layout { gap: 24px; padding-bottom: 90px; }
  .trust-toc { gap: 3px 14px; }
  .trust-section { padding: 36px 0; border-radius: 0; }
  .trust-section h2 { font-size: 31px; }
  .trust-actions { flex-direction: column; }
  .trust-actions .button { width: 100%; }
  .error-page h1 { font-size: 58px; }
}

@media (max-width: 390px) {
  .nav-pill { font-size: 11px; }
  .hero-lede { font-size: 13px; }
  .evidence-intro h2,
  .approach-intro h2,
  .section-heading h2,
  .context-heading h2,
  .continuity-heading h2,
  .pricing-intro h2,
  .privacy-grid h2,
  .faq h2 { font-size: 44px; }
  .principle-quote p { font-size: 42px; }
  .principle-list li { grid-template-columns: 1fr; gap: 8px; }
  .closing h2 { font-size: 50px; }
  .android-waitlist-entry { grid-template-columns: 1fr; }
  .android-waitlist-entry input { border-right: 1px solid rgba(23,23,19,.34); border-bottom: 0; }
  .android-waitlist-entry button { width: 100%; }
  .footer-directory { grid-template-columns: 1fr; }
  .footer-directory-intro { grid-column: auto; grid-template-columns: 1fr; gap: 8px; }
}

@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; }
  .hero-video { display: none; }
  .footer-signature { animation: none; background-position: -20% 50%; }
  .footer-signature::before { animation: none; opacity: 0; }
  .footer-signature::after { animation: none; opacity: 0.58; transform: translateX(50%); }
}
