:root {
  color-scheme: light;
  --font-serif: "Galok Floane", "EB Garamond", "Times New Roman", serif;
  --font-hk: "Galok HK Ming", "PMingLiU", "MingLiU", "Songti TC", "Noto Serif HK", serif;
  --font-glyph: "Galok Glyph Display", "Galok HK Ming", "PMingLiU", "MingLiU", serif;
  --font-ui: "Galok Gambetta", "EB Garamond", "Times New Roman", serif;
  --paper: #f7f4ef;
  --paper-2: #fffaf2;
  --ink: #171717;
  --muted: #77736b;
  --line: #d8d2c8;
  --line-dark: #bfb7aa;
  --macro: #9e2a2b;
  --frame: #2f5d7c;
  --scene: #c9a227;
  --green: #2f6d61;
  --shadow: 0 18px 48px rgba(23, 23, 23, 0.08);
  --radius: 8px;
  --motion-ui-fast: 160ms;
  --motion-ui: 220ms;
  --motion-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

/* Spatial editorial homepage hero — built from the selected Erhai field-note direction. */
.home-body {
  --paper: #f1f3f2;
  --paper-2: #fafbf9;
  --muted: #697173;
  --line: #d0d6d5;
  --line-dark: #b6c0c0;
  background: var(--paper);
}

.home-body .site-shell {
  width: 100%;
  margin: 0;
}

.home-body .site-shell > .section {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.site-nav.spatial-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 120;
  color: #211f1c;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.spatial-nav .nav-inner {
  width: 100%;
  min-height: 0;
  justify-content: flex-end;
  padding: clamp(24px, 3.7vw, 56px) clamp(38px, 6.5vw, 108px) 0;
}

.brand.spatial-brand {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.spatial-nav .nav-links {
  gap: clamp(16px, 2vw, 34px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.spatial-nav .nav-links a {
  min-height: 34px;
  padding: 6px 0;
  color: transparent;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: clamp(0.82rem, 1vw, 1rem);
  letter-spacing: 0;
  transform: none;
}

.spatial-nav .nav-links a::before {
  display: none;
}

.spatial-nav .nav-links a:hover,
.spatial-nav .nav-links a:focus-visible {
  color: transparent;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.spatial-nav .nav-links a:hover::after,
.spatial-nav .nav-links a:focus-visible::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background: rgba(126, 34, 32, 0.68);
}

.spatial-nav .nav-links a:focus-visible {
  outline: 1px solid rgba(126, 34, 32, 0.72);
  outline-offset: 5px;
}

.spatial-hero {
  --scene-x: 0px;
  --scene-y: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  width: 100%;
  height: max(720px, min(100svh, 71.15vw));
  max-height: 1080px;
  overflow: hidden;
  isolation: isolate;
  background: #b7cadb;
  perspective: 1500px;
  touch-action: pan-y;
}

.spatial-backdrop,
.spatial-backdrop picture,
.spatial-backdrop img,
.spatial-world {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.spatial-backdrop {
  z-index: 0;
  overflow: hidden;
  background: #b7cadb;
}

.spatial-backdrop img {
  object-fit: cover;
  object-position: center;
  transform: translate3d(var(--backdrop-x, 0px), var(--backdrop-y, 0px), 0) scale(1.012);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.spatial-world {
  z-index: 2;
  transform-style: preserve-3d;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.012);
  transform-origin: 50% 52%;
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.spatial-hero.is-interacting .spatial-world {
  transition-duration: 80ms;
}

.spatial-hero.is-interacting .spatial-backdrop img {
  transition-duration: 80ms;
}

.story-plane {
  position: absolute;
  z-index: 20;
  display: block;
  color: transparent;
  border: 1px solid transparent;
  background: transparent;
  outline: none;
  transform: translate3d(var(--shift-x, 0px), var(--shift-y, 0px), 58px);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 220ms ease;
}

.story-plane > * {
  opacity: 0;
}

.story-plane:hover,
.story-plane:focus-visible,
.story-plane.is-active {
  border-color: rgba(126, 34, 32, 0.54);
  background: rgba(255, 250, 242, 0.055);
  box-shadow: 0 20px 60px rgba(18, 19, 19, 0.11);
  backdrop-filter: saturate(1.08);
}

.story-plane:focus-visible {
  outline: 2px solid rgba(255, 250, 242, 0.9);
  outline-offset: 4px;
}

.story-plane-frame {
  left: 31.5%;
  top: 10.6%;
  width: 27.1%;
  height: 67.2%;
}

.story-plane-observe {
  left: 59%;
  top: 45.7%;
  width: 31.5%;
  height: 34.9%;
}

.story-plane-view {
  left: 39%;
  top: 68%;
  width: 38.2%;
  height: 25.3%;
}

.spatial-wordmark {
  position: absolute;
  left: 5%;
  top: 25%;
  z-index: 14;
  color: transparent;
  font-size: clamp(7rem, 18.5vw, 18rem);
  line-height: 0.72;
  pointer-events: none;
  user-select: none;
}

.spatial-copy {
  position: absolute;
  left: 4.4%;
  top: 16%;
  z-index: 30;
  width: 22.8%;
  height: 66%;
  color: transparent;
  pointer-events: none;
  transform: translate3d(var(--shift-x, 0px), var(--shift-y, 0px), 76px);
  transition: transform 220ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.spatial-copy > :not(.shore-cta) {
  opacity: 0;
}

.spatial-copy h1,
.spatial-copy p {
  margin: 0;
}

.shore-cta {
  position: absolute;
  left: 0;
  top: 69%;
  width: 72%;
  min-height: 7.5%;
  display: block;
  color: transparent;
  border: 1px solid transparent;
  pointer-events: auto;
}

.shore-cta:hover,
.shore-cta:focus-visible {
  color: transparent;
  border-color: rgba(126, 34, 32, 0.56);
  background: rgba(255, 250, 242, 0.08);
}

.shore-cta:focus-visible {
  outline: 2px solid rgba(126, 34, 32, 0.78);
  outline-offset: 5px;
}

.spatial-seal,
.spatial-coordinate {
  opacity: 0;
  pointer-events: none;
}

.spatial-scene-ruler {
  position: absolute;
  right: 7.2%;
  bottom: 4%;
  z-index: 44;
  padding: 6px 9px;
  color: rgba(255, 250, 242, 0.94);
  background: rgba(18, 19, 19, 0.42);
  border: 1px solid rgba(255, 250, 242, 0.28);
  font-family: var(--font-ui);
  font-size: clamp(0.62rem, 0.66vw, 0.72rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
  text-shadow: 0 1px 12px rgba(18, 19, 19, 0.5);
}

.spatial-scene-ruler.is-active {
  opacity: 0.88;
  transform: translateY(0);
}

.spatial-scene-ruler.is-active + .spatial-hint {
  opacity: 0;
}

.spatial-hint {
  position: absolute;
  right: 7.2%;
  bottom: 4%;
  z-index: 40;
  margin: 0;
  color: rgba(255, 250, 242, 0.86);
  font-family: var(--font-ui);
  font-size: clamp(0.66rem, 0.72vw, 0.78rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 220ms ease, transform 220ms ease;
  text-shadow: 0 1px 12px rgba(18, 19, 19, 0.52);
}

.spatial-hero.is-interacting .spatial-hint {
  opacity: 0.74;
  transform: translateY(0);
}

.spatial-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  html {
    scrollbar-width: none;
  }

  html::-webkit-scrollbar {
    display: none;
  }

  .home-body .site-shell > .section {
    width: min(100% - 32px, 1280px);
  }

  .spatial-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 941 / 1672;
    perspective: none;
    background: #82acd2;
  }

  .spatial-backdrop img,
  .spatial-poster {
    object-fit: cover;
    object-position: center;
    transform: none;
    transition: none;
  }

  .spatial-world {
    transform: none;
  }

  .spatial-copy {
    transform: none;
  }

  .spatial-nav .nav-inner {
    width: 100%;
    padding: calc(env(safe-area-inset-top, 0px) + 14px) 18px 0;
    align-items: center;
    flex-direction: row;
  }

  .spatial-nav .nav-links {
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .spatial-nav .nav-links a {
    min-height: 34px;
    padding-inline: 2px;
    color: #15232c;
    font-size: clamp(0.72rem, 3vw, 0.84rem);
    text-shadow: 0 1px 14px rgba(255, 255, 255, 0.78);
  }

  .spatial-nav .nav-links a:hover,
  .spatial-nav .nav-links a:focus-visible {
    color: #7e2220;
  }

  .spatial-hero .story-plane {
    right: auto;
    display: block;
    padding: 0;
    color: transparent !important;
    border: 1px solid transparent;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transform: none;
  }

  .spatial-hero .story-plane > * {
    visibility: hidden;
    opacity: 0 !important;
  }

  .story-plane-frame {
    left: 45.5%;
    top: 41.2%;
    width: 25.5%;
    height: 18.5%;
  }

  .story-plane-observe {
    left: 69.5%;
    top: 53.6%;
    width: 27.5%;
    height: 18%;
  }

  .story-plane-view {
    left: 52.5%;
    top: 68%;
    width: 34.5%;
    height: 17%;
  }

  .story-plane:active,
  .story-plane:focus-visible,
  .story-plane.is-active {
    border-color: rgba(126, 34, 32, 0.58);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
  }

  .spatial-copy {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .shore-cta {
    left: 11.5%;
    top: 60.4%;
    width: 25.5%;
    min-height: 5.4%;
  }

  .spatial-hint {
    display: none;
  }

  .spatial-scene-ruler {
    display: none;
  }
}

@media (max-width: 520px) {
  .spatial-nav .nav-links {
    justify-content: space-between;
    gap: 6px;
  }

  .spatial-nav .nav-links a {
    padding-inline: 2px;
    font-size: 0.68rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  .spatial-world,
  .story-plane,
  .spatial-hint {
    transition: none;
  }
}

@font-face {
  font-family: "Galok Floane";
  src: url("/assets/fonts/floane-bold.woff2") format("woff2"),
       url("/assets/fonts/floane-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galok Gambetta";
  src: url("/assets/fonts/gambetta-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galok Gambetta";
  src: url("/assets/fonts/gambetta-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galok Gambetta";
  src: url("/assets/fonts/gambetta-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galok Gambetta";
  src: url("/assets/fonts/gambetta-400i.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Galok HK Ming";
  src: url("/assets/fonts/noto-serif-hk-glyphs-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galok HK Ming";
  src: url("/assets/fonts/noto-serif-hk-glyphs-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galok HK Ming";
  src: url("/assets/fonts/noto-serif-hk-glyphs-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galok Glyph Display";
  src: url("/assets/fonts/yishanbeizhuanti.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    repeating-linear-gradient(0deg, rgba(158, 42, 43, 0.045) 0 1px, transparent 1px 32px),
    var(--paper);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 18px;
  line-height: 1.66;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.article-body,
body.plain-body {
  background:
    repeating-linear-gradient(0deg, rgba(158, 42, 43, 0.035) 0 1px, transparent 1px 32px),
    var(--paper);
}

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

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

button {
  font: inherit;
}

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

::selection {
  color: var(--paper);
  background: var(--macro);
}

.site-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 244, 239, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-inner {
  width: min(1280px, calc(100% - 48px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
}

.brand::before {
  content: "G";
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  margin-right: -3px;
  color: var(--ink);
  border: 1px solid var(--line-dark);
  border-radius: 7px;
  background:
    radial-gradient(circle at 72% 24%, rgba(201, 162, 39, 0.55) 0 4px, transparent 5px),
    linear-gradient(135deg, rgba(158, 42, 43, 0.12), rgba(255, 250, 242, 0.84));
  box-shadow: inset 0 0 0 4px rgba(255, 250, 242, 0.78);
  font-family: var(--font-serif);
  font-size: 1.34rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-2deg);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.brand:hover::before {
  border-color: var(--macro);
  box-shadow: inset 0 0 0 4px rgba(255, 250, 242, 0.88), 0 8px 20px rgba(158, 42, 43, 0.13);
  transform: rotate(-6deg) translateY(-1px);
}

.brand span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #34312d;
  font-family: var(--font-ui);
  font-size: 0.98rem;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.external-link::after {
  content: " ↗";
  color: var(--muted);
}

.hero {
  min-height: calc(88svh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.58fr);
  gap: 56px;
  align-items: center;
  padding: 64px 0;
}

.hero-copy {
  padding-bottom: 46px;
}

.eyebrow,
.page-kicker {
  margin: 0 0 18px;
  color: var(--macro);
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title,
.page-title,
.article-title {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-title {
  max-width: 900px;
  font-size: clamp(4.2rem, 11vw, 10rem);
}

.hero-system {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: clamp(1.25rem, 1.8vw, 2rem);
}

.hero-system span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-lede {
  max-width: 780px;
  margin: 32px 0 0;
  color: #38342f;
  font-size: clamp(1.25rem, 1.85vw, 2.05rem);
  line-height: 1.35;
}

.hero-note,
.receipt-overlay span,
.section-copy,
.page-copy,
.series-card p,
.essay-card p,
.note-card p,
.metric-panel p,
.article-content figcaption,
.article-aside,
.footer {
  color: var(--muted);
}

.hero-note {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button-link,
.text-link,
.filter-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.button-link {
  padding: 10px 16px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
}

.button-link:hover {
  background: #2a2926;
}

.text-link {
  padding: 8px 2px;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
}

.keyword-note {
  --keyword-note-accent: var(--accent, var(--ink));
  position: relative;
  display: inline;
  color: inherit;
  border-bottom: 1px solid rgba(23, 23, 23, 0.24);
  cursor: help;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease;
}

.keyword-note::after {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  margin-left: 0.14em;
  border-radius: 50%;
  background: var(--keyword-note-accent);
  vertical-align: 0.42em;
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 160ms ease, transform 160ms ease;
}

.keyword-note:hover,
.keyword-note:focus-visible,
.keyword-note.is-note-open {
  color: var(--keyword-note-accent);
  border-color: var(--keyword-note-accent);
}

.keyword-note:hover::after,
.keyword-note:focus-visible::after,
.keyword-note.is-note-open::after {
  opacity: 0.72;
  transform: scale(1);
}

.visual-note-popover {
  --note-accent: var(--ink);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1200;
  width: min(196px, calc(100vw - 32px));
  min-height: 164px;
  padding: 10px 11px 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background:
    repeating-linear-gradient(0deg, rgba(158, 42, 43, 0.035) 0 1px, transparent 1px 24px),
    rgba(255, 250, 242, 0.96);
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.09);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(var(--note-x, 0), var(--note-y, 0), 0) translateY(6px);
  animation: visualNoteIn 160ms ease forwards;
}

.visual-note-popover-winter,
.visual-note-popover-malatang,
.visual-note-popover-barbecue {
  width: min(226px, calc(100vw - 32px));
  min-height: 176px;
}

.visual-note-popover.is-leaving {
  animation: visualNoteOut 260ms ease forwards;
}

.visual-note-popover svg {
  display: block;
  width: 100%;
  height: 108px;
}

.visual-note-popover-winter svg,
.visual-note-popover-malatang svg,
.visual-note-popover-barbecue svg {
  height: 118px;
}

.visual-note-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 3px;
  color: var(--note-accent);
}

.visual-note-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

.visual-note-logo::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: currentColor;
  transform: rotate(-24deg) translateY(6px);
  opacity: 0.5;
}

.visual-note-wordmark {
  font-family: var(--font-ui);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.visual-note-label {
  margin-top: 2px;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.74rem;
  line-height: 1.1;
}

.visual-note-line {
  fill: none;
  stroke: var(--note-accent);
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: visualNoteDraw 720ms cubic-bezier(0.2, 0.72, 0.12, 1) var(--draw-delay, 0ms) forwards;
}

.visual-note-fill {
  fill: var(--note-accent);
  opacity: 0;
  animation: visualNoteFill 260ms ease 820ms forwards;
}

.visual-note-fill-soft {
  animation-delay: 960ms;
}

.visual-note-receipt {
  stroke-width: 1.35;
}

.visual-note-dot {
  fill: var(--note-accent);
  opacity: 0;
  transform-origin: center;
  animation: visualNoteDot 240ms ease 1060ms forwards;
}

.visual-note-svg-winter .visual-note-fill {
  opacity: 0;
}

.visual-note-svg-malatang .broth-dot {
  animation-delay: 980ms;
}

.visual-note-skewer,
.visual-note-flame {
  stroke-width: 1.45;
}

.visual-note-svg-goose-leg .visual-note-fill-main {
  opacity: 0;
}

.visual-note-svg-goose-leg .visual-note-label-line {
  stroke-width: 1.2;
  opacity: 0.78;
}

.visual-note-svg-china-zun .visual-note-fill-main {
  opacity: 0;
}

.visual-note-zun-cordon,
.visual-note-zun-signal {
  stroke-width: 1.25;
  opacity: 0.8;
}

.visual-note-popover.is-static .visual-note-line {
  stroke-dashoffset: 0;
  animation: none;
}

.visual-note-popover.is-static .visual-note-fill {
  opacity: 0.12;
  animation: none;
}

.visual-note-popover.is-static .visual-note-dot {
  opacity: 0.36;
  animation: none;
}

@keyframes visualNoteIn {
  to {
    opacity: 1;
    transform: translate3d(var(--note-x, 0), var(--note-y, 0), 0) translateY(0);
  }
}

@keyframes visualNoteOut {
  from {
    opacity: 1;
    transform: translate3d(var(--note-x, 0), var(--note-y, 0), 0) translateY(0);
  }
  to {
    opacity: 0;
    transform: translate3d(var(--note-x, 0), var(--note-y, 0), 0) translateY(-4px);
  }
}

@keyframes visualNoteDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes visualNoteFill {
  to {
    opacity: 0.12;
  }
}

@keyframes visualNoteDot {
  from {
    opacity: 0;
    transform: scale(0.4);
  }
  to {
    opacity: 0.42;
    transform: scale(1);
  }
}

.hero-visual {
  position: relative;
  min-height: 610px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--paper-2);
}

.identity-visual {
  display: grid;
  min-height: 610px;
  padding: 0;
  background:
    repeating-linear-gradient(90deg, rgba(47, 93, 124, 0.05) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(0deg, rgba(158, 42, 43, 0.035) 0 1px, transparent 1px 34px),
    #fbf8f1;
}

.identity-film {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  isolation: isolate;
}

.identity-film::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(191, 183, 170, 0.72);
  pointer-events: none;
}

.identity-core {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 12px;
  transform: translate(-50%, -50%);
}

.identity-mark {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: #f7f4ef;
  box-shadow: inset 0 0 0 9px rgba(255, 250, 242, 0.88), 0 18px 42px rgba(23, 23, 23, 0.12);
  font-family: var(--font-serif);
  font-size: 4.3rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-4deg);
}

.identity-word {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.9;
}

.identity-symbol {
  position: absolute;
  z-index: 2;
  width: 112px;
  min-height: 118px;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: var(--symbol-tone, var(--ink));
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.84;
  transform: translate3d(0, 0, 0);
}

.identity-symbol svg {
  width: 78px;
  height: 78px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: rgba(255, 250, 242, 0.64);
  border: 1px solid color-mix(in srgb, currentColor 38%, var(--line));
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.08);
}

.symbol-coffee {
  --symbol-tone: #9e2a2b;
  left: 9%;
  top: 12%;
  animation: identityDriftA 8s ease-in-out infinite;
}

.symbol-coin {
  --symbol-tone: #c9a227;
  right: 13%;
  top: 14%;
  animation: identityDriftB 8.5s ease-in-out 250ms infinite;
}

.symbol-note {
  --symbol-tone: #2f5d7c;
  right: 8%;
  top: 46%;
  animation: identityDriftA 9s ease-in-out 480ms infinite;
}

.symbol-candle {
  --symbol-tone: #0f8075;
  left: 12%;
  bottom: 24%;
  animation: identityDriftB 9.2s ease-in-out 720ms infinite;
}

.symbol-crosswalk {
  --symbol-tone: #4e5b6b;
  right: 18%;
  bottom: 23%;
  animation: identityDriftA 8.8s ease-in-out 960ms infinite;
}

.symbol-light {
  --symbol-tone: #c21f24;
  left: 43%;
  top: 8%;
  animation: identityDriftB 8.2s ease-in-out 1160ms infinite;
}

.signal-line {
  position: absolute;
  z-index: 1;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 23, 23, 0.34), transparent);
  transform-origin: left center;
}

.signal-line-a {
  top: 34%;
  animation: signalScan 5.4s ease-in-out infinite;
}

.signal-line-b {
  top: 66%;
  animation: signalScan 5.4s ease-in-out 1.2s infinite reverse;
}

.identity-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 4;
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  background: rgba(247, 244, 239, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.identity-caption strong {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.42rem;
  line-height: 1.05;
}

.identity-caption span {
  color: var(--muted);
  font-size: 0.96rem;
}

.launch-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(26px, 3.4vw, 48px);
  min-height: calc(100svh - 74px);
  padding: clamp(14px, 2vw, 28px) 0 clamp(40px, 5vw, 72px);
  align-items: stretch;
  overflow: visible;
}

.launch-hero .hero-copy {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 2;
  width: min(760px, 100%);
  padding-bottom: 0;
}

.launch-hero .eyebrow {
  margin-bottom: 12px;
}

.launch-hero .hero-title {
  max-width: none;
  color: transparent;
  background: linear-gradient(92deg, #171717 0%, #171717 27%, var(--macro) 47%, var(--frame) 67%, var(--scene) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(5rem, 9vw, 10.5rem);
  line-height: 0.86;
}

.launch-hero .hero-system {
  margin-top: 18px;
  font-size: clamp(1.25rem, 1.6vw, 1.9rem);
}

.launch-hero .hero-lede {
  max-width: 100%;
  margin-top: clamp(22px, 2.6vw, 34px);
  font-size: clamp(1.28rem, 1.8vw, 2rem);
}

.launch-hero .hero-note {
  max-width: 100%;
  font-size: clamp(1rem, 1.1vw, 1.18rem);
}

.launch-hero .identity-visual {
  position: relative;
  inset: auto;
  z-index: 1;
  min-height: clamp(560px, 66svh, 820px);
  overflow: hidden;
  border: 1px solid rgba(216, 210, 200, 0.78);
  border-radius: var(--radius);
  box-shadow: 0 26px 72px rgba(23, 23, 23, 0.06);
  background: #fbfaf7;
}

.launch-hero .identity-film {
  position: relative;
  min-height: clamp(560px, 66svh, 820px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.98) 0 16%, rgba(255, 255, 255, 0.64) 34%, transparent 62%),
    radial-gradient(ellipse at 50% 47%, rgba(191, 183, 170, 0.18) 0 1px, transparent 54%),
    repeating-linear-gradient(0deg, rgba(158, 42, 43, 0.03) 0 1px, transparent 1px 32px),
    #fbfaf7;
}

.launch-hero .identity-film::before {
  inset: clamp(22px, 3vw, 44px);
  border-color: rgba(191, 183, 170, 0.18);
}

.launch-hero .identity-film::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(247, 244, 239, 0.5) 0 18%, rgba(247, 244, 239, 0.08) 44%, rgba(247, 244, 239, 0.42) 100%),
    linear-gradient(180deg, rgba(247, 244, 239, 0.04), rgba(247, 244, 239, 0.44));
}

.hero-info {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(32px, 5.4vw, 92px);
  align-items: end;
}

.identity-pause {
  position: absolute;
  top: clamp(28px, 4.5vw, 64px);
  right: clamp(28px, 5.6vw, 108px);
  z-index: 8;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  color: rgba(23, 23, 23, 0.64);
  background: rgba(216, 213, 209, 0.78);
  border: 1px solid rgba(191, 183, 170, 0.42);
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.identity-pause:hover,
.identity-pause:focus-visible {
  color: var(--ink);
  background: rgba(247, 244, 239, 0.92);
  transform: translateY(-1px);
}

.identity-pause span {
  width: 4px;
  height: 16px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, width 180ms ease, height 180ms ease;
}

.identity-pause[aria-pressed="true"] {
  gap: 0;
}

.identity-pause[aria-pressed="true"] span:first-child {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid currentColor;
  border-radius: 0;
  background: transparent;
  transform: translateX(2px);
}

.identity-pause[aria-pressed="true"] span:last-child {
  width: 0;
  height: 0;
  opacity: 0;
}

.logo-reel {
  position: absolute;
  left: 50%;
  top: 47%;
  z-index: 2;
  width: min(1180px, 88vw);
  height: min(620px, 62svh);
  transform: translate(-50%, -50%);
  perspective: 900px;
}

.reel-trace {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1120px, 78vw);
  height: min(430px, 42svh);
  border-top: 1px solid color-mix(in srgb, var(--trace-tone, var(--line-dark)) 38%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--trace-tone, var(--line-dark)) 18%, transparent);
  border-left: 0;
  border-right: 0;
  border-radius: 50%;
  background: transparent;
  opacity: 0;
  transform-origin: 50% 50%;
  animation: reelTrace 24s cubic-bezier(0.42, 0, 0.18, 1) infinite;
}

.trace-a {
  --trace-tone: var(--macro);
  animation-delay: 0ms;
}

.trace-b {
  --trace-tone: var(--scene);
  animation-delay: 210ms;
}

.trace-c {
  --trace-tone: var(--frame);
  animation-delay: 420ms;
}

.trace-d {
  --trace-tone: var(--green);
  animation-delay: 630ms;
}

.leaf-reel {
  display: grid;
  place-items: center;
}

.leaf-guide {
  --guide-start: -8deg;
  --guide-end: 8deg;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: min(920px, 72vw);
  height: min(330px, 34svh);
  border: 1px solid rgba(191, 183, 170, 0.18);
  border-radius: 50%;
  opacity: 0.8;
  transform-origin: 50% 50%;
  animation: leafGuideDrift 18s ease-in-out infinite;
}

.leaf-guide-a {
  transform: translate(-50%, -50%) rotate(-8deg);
}

.leaf-guide-b {
  --guide-start: 11deg;
  --guide-end: -6deg;
  width: min(780px, 62vw);
  height: min(260px, 28svh);
  border-color: rgba(47, 93, 124, 0.11);
  animation-delay: -6s;
  transform: translate(-50%, -50%) rotate(11deg);
}

.paper-leaf-stack {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform-origin: 50% 56%;
  animation: paperStackFloat 18s ease-in-out infinite;
}

.paper-leaf {
  position: absolute;
  left: 50%;
  top: 47%;
  width: clamp(170px, 17vw, 320px);
  height: clamp(250px, 30vw, 500px);
  border: 1px solid color-mix(in srgb, var(--leaf-tone) 26%, rgba(191, 183, 170, 0.45));
  border-radius: clamp(20px, 2.4vw, 38px);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.04) 48%, rgba(23, 23, 23, 0.06)),
    color-mix(in srgb, var(--leaf-tone) 68%, #fbfaf7);
  box-shadow:
    0 30px 70px rgba(23, 23, 23, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  opacity: 0;
  transform-origin: 50% 92%;
  animation: paperLeafFan 18s cubic-bezier(0.42, 0, 0.18, 1) infinite;
}

.leaf-red {
  --leaf-tone: #9e2a2b;
  --x: -148px;
  --y: 2px;
  --r: -19deg;
  --x2: -102px;
  --y2: 12px;
  --r2: -12deg;
  --leaf-opacity: 0.54;
  z-index: 1;
}

.leaf-blue {
  --leaf-tone: #2f5d7c;
  --x: -70px;
  --y: -18px;
  --r: -9deg;
  --x2: -44px;
  --y2: -2px;
  --r2: -5deg;
  --leaf-opacity: 0.58;
  z-index: 2;
  animation-delay: 80ms;
}

.leaf-gold {
  --leaf-tone: #c9a227;
  --x: 0px;
  --y: -28px;
  --r: 0deg;
  --x2: 0px;
  --y2: -8px;
  --r2: 0deg;
  --leaf-opacity: 0.5;
  z-index: 3;
  animation-delay: 160ms;
}

.leaf-green {
  --leaf-tone: #0f8075;
  --x: 70px;
  --y: -18px;
  --r: 9deg;
  --x2: 44px;
  --y2: -2px;
  --r2: 5deg;
  --leaf-opacity: 0.54;
  z-index: 4;
  animation-delay: 240ms;
}

.leaf-ink {
  --leaf-tone: #171717;
  --x: 148px;
  --y: 2px;
  --r: 19deg;
  --x2: 102px;
  --y2: 12px;
  --r2: 12deg;
  --leaf-opacity: 0.36;
  z-index: 5;
  animation-delay: 320ms;
}

.galok-lockup {
  position: absolute;
  left: 50%;
  top: 51%;
  z-index: 7;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--ink);
  transform: translate(-50%, -50%);
  animation: galokLockupFloat 18s ease-in-out infinite;
}

.galok-monogram {
  width: clamp(116px, 10.5vw, 168px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #171717;
  background: rgba(251, 250, 247, 0.72);
  border: 1px solid rgba(191, 183, 170, 0.72);
  border-radius: clamp(22px, 2.3vw, 34px);
  box-shadow:
    0 28px 80px rgba(23, 23, 23, 0.12),
    inset 0 0 0 10px rgba(255, 255, 255, 0.28);
  font-family: var(--font-serif);
  font-size: clamp(5.6rem, 8.4vw, 9.6rem);
  font-style: italic;
  font-weight: 700;
  line-height: 0.92;
  transform: rotate(-3deg);
  backdrop-filter: blur(12px);
}

.galok-lockup strong {
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: clamp(1.02rem, 1.15vw, 1.32rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.galok-lockup span:last-child {
  color: rgba(119, 115, 107, 0.82);
  font-family: var(--font-ui);
  font-size: clamp(0.82rem, 0.88vw, 0.98rem);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.morph-logo {
  --reel-cycle: 24s;
  --step-gap: 4s;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 14px;
  color: var(--tone);
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(80px, 0, 0) scale(0.9);
  animation: logoMorph var(--reel-cycle) cubic-bezier(0.36, 0, 0.16, 1) infinite;
  animation-delay: calc(var(--step) * var(--step-gap));
}

.morph-logo svg {
  width: clamp(320px, 30vw, 540px);
  height: clamp(320px, 30vw, 540px);
  fill: none;
  stroke: currentColor;
  stroke-width: 7.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  shape-rendering: geometricPrecision;
  filter: drop-shadow(0 20px 28px rgba(23, 23, 23, 0.11));
}

.morph-galok svg {
  width: clamp(360px, 34vw, 600px);
  height: clamp(360px, 34vw, 600px);
}

.galok-symbol path,
.galok-symbol circle,
.galok-symbol line,
.galok-symbol polyline,
.galok-symbol rect {
  vector-effect: non-scaling-stroke;
}

.galok-symbol > * {
  transform-box: fill-box;
  transform-origin: center;
  --part-x: -10px;
  --part-y: 8px;
  --part-r: -5deg;
  --part-out-x: 10px;
  --part-out-y: -8px;
  --part-out-r: 5deg;
}

.galok-symbol > :nth-child(2) {
  --draw-offset: 24ms;
  --part-x: 12px;
  --part-y: -7px;
  --part-r: 5deg;
  --part-out-x: -10px;
  --part-out-y: 9px;
  --part-out-r: -5deg;
}

.galok-symbol > :nth-child(3) {
  --draw-offset: 56ms;
  --part-x: -7px;
  --part-y: -12px;
  --part-r: 7deg;
  --part-out-x: 7px;
  --part-out-y: 11px;
  --part-out-r: -7deg;
}

.galok-symbol > :nth-child(4) {
  --draw-offset: 88ms;
  --part-x: 14px;
  --part-y: 10px;
  --part-r: -7deg;
  --part-out-x: -12px;
  --part-out-y: -10px;
  --part-out-r: 7deg;
}

.galok-symbol > :nth-child(5) {
  --draw-offset: 120ms;
  --part-x: -14px;
  --part-y: 2px;
  --part-r: 3deg;
  --part-out-x: 12px;
  --part-out-y: 4px;
  --part-out-r: -3deg;
}

.galok-symbol > :nth-child(6) {
  --draw-offset: 152ms;
  --part-x: 4px;
  --part-y: 14px;
  --part-r: 8deg;
  --part-out-x: -5px;
  --part-out-y: -13px;
  --part-out-r: -8deg;
}

.galok-symbol > :nth-child(7),
.galok-symbol > :nth-child(8),
.galok-symbol > :nth-child(9),
.galok-symbol > :nth-child(10),
.galok-symbol > :nth-child(11) {
  --draw-offset: 184ms;
  --part-x: 16px;
  --part-y: -3px;
  --part-r: 8deg;
  --part-out-x: -14px;
  --part-out-y: 5px;
  --part-out-r: -7deg;
}

.galok-symbol path:not(.symbol-fill):not(.symbol-solid),
.galok-symbol circle:not(.symbol-solid):not(.symbol-fill),
.galok-symbol line,
.galok-symbol polyline,
.galok-symbol rect {
  opacity: 1;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  animation: none;
}

.galok-symbol .symbol-fill {
  fill: color-mix(in srgb, currentColor 15%, transparent);
  stroke: none;
  opacity: 0.86;
  animation: none;
}

.galok-symbol .symbol-solid {
  fill: currentColor;
  stroke: none;
  opacity: 1;
  animation: none;
}

.galok-symbol .symbol-letter {
  fill: currentColor;
  stroke: none;
  font-family: var(--font-serif);
  font-size: 112px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  animation:
    symbolLetterFill 24s ease infinite,
    symbolLetterMove 24s cubic-bezier(0.22, 0.74, 0.18, 1) infinite;
  animation-delay:
    calc(var(--step) * 4s + 220ms),
    calc(var(--step) * 4s);
}

.galok-symbol .symbol-bold {
  stroke-width: 11.25;
}

.galok-symbol .symbol-thin {
  stroke-width: 5.5;
}

.morph-logo strong {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 3.6svh, 44px);
  color: currentColor;
  font-family: var(--font-ui);
  font-size: clamp(1.05rem, 1.22vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.98;
  transform: translateX(-50%);
  animation: none;
}

.reel-caption {
  position: absolute;
  left: 50%;
  bottom: clamp(26px, 4.4svh, 48px);
  z-index: 3;
  margin: 0;
  color: rgba(119, 115, 107, 0.82);
  font-family: var(--font-ui);
  font-size: clamp(0.88rem, 1vw, 1.05rem);
  letter-spacing: 0.05em;
  transform: translateX(-50%);
}

.identity-film.is-paused .morph-logo,
.identity-film.is-paused .morph-logo strong,
.identity-film.is-paused .galok-symbol *,
.identity-film.is-paused .reel-trace,
.identity-film.is-paused .paper-leaf,
.identity-film.is-paused .paper-leaf-stack,
.identity-film.is-paused .leaf-guide,
.identity-film.is-paused .galok-lockup {
  animation-play-state: paused;
}

.launch-actions {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 14px;
  padding: 10px 14px;
  color: var(--ink);
  background: rgba(247, 244, 239, 0.88);
  border: 1px solid rgba(216, 210, 200, 0.82);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.08);
  backdrop-filter: blur(16px);
}

.launch-actions > span {
  padding: 0 8px;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.launch-actions .button-link {
  min-height: 44px;
  border-radius: 999px;
}

.launch-actions .text-link {
  min-height: 36px;
  white-space: nowrap;
}

@keyframes logoMorph {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(96px, 0, 0) scale(0.9);
  }
  2.2% {
    opacity: 0.2;
    filter: blur(7px);
    transform: translate3d(42px, 0, 0) scale(0.96);
  }
  4.4% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
  14.8% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
  17.6% {
    opacity: 0.16;
    filter: blur(8px);
    transform: translate3d(-52px, 0, 0) scale(0.95);
  }
  20% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(-94px, 0, 0) scale(0.9);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(-94px, 0, 0) scale(0.9);
  }
}

@keyframes symbolLetterFill {
  0%,
  4.8% {
    opacity: 0;
  }
  7%,
  15.6% {
    opacity: 0.9;
  }
  19.2%,
  100% {
    opacity: 0;
  }
}

@keyframes symbolLetterMove {
  0%,
  2% {
    transform: translate(-10px, 8px) scale(0.94);
  }
  7%,
  15.6% {
    transform: translate(0, 0) scale(1);
  }
  19.2%,
  100% {
    transform: translate(10px, -8px) scale(0.96);
  }
}

@keyframes reelTrace {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-8deg) scaleX(0.16) scaleY(0.58);
  }
  6% {
    opacity: 0.2;
  }
  21% {
    opacity: 0.14;
    transform: translate(-50%, -50%) rotate(8deg) scaleX(0.98) scaleY(1);
  }
  50% {
    opacity: 0.09;
    transform: translate(-50%, -50%) rotate(24deg) scaleX(0.76) scaleY(0.86);
  }
  72%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(38deg) scaleX(0.26) scaleY(0.7);
  }
}

@keyframes paperLeafFan {
  0%,
  100% {
    opacity: 0.08;
    transform: translate(-50%, -50%) translate3d(0, 24px, 0) rotate(0deg) scale(0.88);
  }
  16%,
  52% {
    opacity: var(--leaf-opacity);
    transform: translate(-50%, -50%) translate3d(var(--x), var(--y), 0) rotate(var(--r)) scale(1);
  }
  72% {
    opacity: calc(var(--leaf-opacity) * 0.72);
    transform: translate(-50%, -50%) translate3d(var(--x2), var(--y2), 0) rotate(var(--r2)) scale(0.96);
  }
  86% {
    opacity: 0.16;
    transform: translate(-50%, -50%) translate3d(0, 18px, 0) rotate(0deg) scale(0.9);
  }
}

@keyframes paperStackFloat {
  0%,
  100% {
    transform: translateY(2px) scale(0.99);
  }
  42% {
    transform: translateY(-6px) scale(1.01);
  }
  72% {
    transform: translateY(0) scale(1);
  }
}

@keyframes galokLockupFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(2px);
  }
  44% {
    transform: translate(-50%, -50%) translateY(-5px);
  }
  72% {
    transform: translate(-50%, -50%) translateY(0);
  }
}

@keyframes leafGuideDrift {
  0%,
  100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) rotate(var(--guide-start)) scaleX(0.92);
  }
  50% {
    opacity: 0.72;
    transform: translate(-50%, -50%) rotate(var(--guide-end)) scaleX(1);
  }
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.95);
}

.receipt-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px;
  background: rgba(247, 244, 239, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
}

.receipt-overlay strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.65rem;
  line-height: 1.05;
}

.receipt-overlay span {
  display: block;
  margin-top: 8px;
}

.section {
  padding: 78px 0;
  border-top: 1px solid var(--line);
}

.section.compact {
  padding: 50px 0;
}

.intro-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(320px, 0.52fr);
  gap: 56px;
  align-items: start;
}

.intro-copy {
  color: #3b3732;
  font-size: 1.18rem;
}

.intro-copy p {
  margin: 0;
}

.intro-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.intro-points span {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  color: var(--muted);
}

.intro-points b {
  color: var(--ink);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.42fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 34px;
}

.section-title,
.page-title {
  font-family: var(--font-serif);
  font-size: clamp(2.35rem, 5.1vw, 4.9rem);
  font-weight: 700;
  line-height: 1.03;
  margin: 0;
  text-wrap: balance;
}

.page-hero {
  padding: 82px 0 58px;
}

.page-copy {
  max-width: 760px;
  margin-top: 24px;
  font-size: 1.25rem;
}

.series-grid,
.essay-grid,
.note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.series-card,
.essay-card,
.note-card,
.metric-panel,
.chart-card,
.article-content figure {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.56);
}

.series-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-top: 5px solid var(--accent);
}

.series-card:hover,
.essay-card:hover,
.note-card:hover {
  border-color: var(--accent, var(--line-dark));
  box-shadow: var(--shadow);
}

.series-card h3,
.essay-card h3,
.note-card h3,
.metric-panel h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.7rem;
  line-height: 1.08;
  text-wrap: balance;
}

.series-card p,
.essay-card p,
.note-card p,
.metric-panel p {
  margin: 14px 0 0;
}

.series-latest {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid color-mix(in srgb, var(--accent) 34%, var(--line));
}

.series-latest span {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.series-latest strong {
  display: block;
  max-width: 16rem;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.16;
  color: var(--ink);
  text-wrap: balance;
}

.glyph-draw {
  --glyph-color: var(--accent, var(--ink));
  position: relative;
  display: inline-block;
  color: var(--glyph-color);
  font-family: var(--font-glyph);
  font-weight: 400;
  line-height: 1;
  cursor: default;
  font-feature-settings: "palt" 1;
}

.glyph-inline {
  flex: 0 0 auto;
  min-width: 1em;
  margin-right: 0.08em;
  font-size: 1.05em;
  vertical-align: -0.08em;
}

.series-mark {
  --glyph-color: var(--accent);
  margin-bottom: 20px;
  font-size: 5.2rem;
}

.essay-card .anchor,
.article-anchor {
  --glyph-color: var(--accent);
  color: var(--accent);
}

.essay-card .anchor {
  align-self: flex-start;
  margin: 10px 0 28px;
  font-size: 5.3rem;
  line-height: 0.9;
}

.deck {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.12;
  text-wrap: balance;
}

.essay-card {
  position: relative;
  min-height: 372px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
}

.essay-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.96rem;
}

.essay-meta span,
.article-meta span,
.series-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 3px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.filter-button {
  gap: 6px;
  padding: 8px 13px;
  color: var(--ink);
  background: rgba(255, 250, 242, 0.68);
  border: 1px solid var(--line);
  cursor: pointer;
}

.filter-button[aria-pressed="true"] {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.filter-button[aria-pressed="true"] .glyph-draw {
  --glyph-color: var(--paper);
}

.audit-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 250, 242, 0.74);
}

.audit-item {
  min-height: 174px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-right: 1px solid var(--line);
}

.audit-item:last-child {
  border-right: 0;
}

.audit-item b {
  color: var(--tone);
  font-family: var(--font-serif);
  font-size: 2.7rem;
  line-height: 1;
}

.audit-item strong {
  display: block;
  font-size: 1.05rem;
}

.audit-item span {
  color: var(--muted);
  font-size: 0.92rem;
}

.chart-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(340px, 0.46fr);
  gap: 24px;
  align-items: stretch;
}

.chart-card,
.chart-figure {
  position: relative;
  overflow: hidden;
  background: #fbf2e6;
}

.interactive-chart,
.embedded-chart {
  padding: clamp(22px, 4vw, 42px);
}

.paper-chart-head {
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(191, 183, 170, 0.72);
}

.paper-chart-head h3 {
  margin: 0;
  color: #282b35;
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.3vw, 3.35rem);
  line-height: 1.02;
  text-wrap: balance;
}

.paper-chart-head p {
  max-width: 900px;
  margin: 6px 0 0;
  color: #6f665e;
  font-family: var(--font-ui);
  font-size: clamp(1rem, 1.4vw, 1.24rem);
  line-height: 1.28;
}

.chart-kicker {
  margin: 0 0 12px !important;
  color: var(--macro) !important;
  font-family: var(--font-ui) !important;
  font-size: 0.82rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chart-detail {
  min-height: 1.6em;
  margin: 18px 0 0;
  color: #5f5851;
  font-family: var(--font-ui);
  font-size: 0.98rem;
}

.chart-card img,
.chart-figure img {
  width: 100%;
}

.chart-card img {
  height: 100%;
  object-fit: cover;
}

.metric-panel {
  position: relative;
  overflow: hidden;
  padding: 26px;
}

.issue-metrics::after {
  content: "Galok";
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: var(--macro);
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translateY(14px) rotate(-9deg) scale(0.92);
  transition: opacity 220ms ease, transform 260ms ease;
  pointer-events: none;
}

.issue-metrics:hover::after,
.issue-metrics:focus-within::after {
  opacity: 0.16;
  transform: translateY(0) rotate(-9deg) scale(1);
}

.metric-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.metric-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.55fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  color: var(--muted);
}

.metric-bar {
  position: relative;
  height: 8px;
  background: var(--line);
  overflow: hidden;
}

.metric-bar span {
  position: relative;
  display: block;
  height: 100%;
  width: var(--value);
  background: var(--color);
  transform-origin: left center;
}

.metric-bar span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 250, 242, 0.78), transparent);
  transform: translateX(-120%);
}

.issue-metrics:hover .metric-bar span::after,
.issue-metrics:focus-within .metric-bar span::after {
  animation: barGlint 860ms ease var(--delay, 0ms);
}

.anchor-scale {
  position: relative;
  min-height: 240px;
  margin: 46px 0 14px;
}

.anchor-scale::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 94px;
  height: 4px;
  background: rgba(191, 183, 170, 0.72);
  transform-origin: left center;
}

.anchor-point {
  position: absolute;
  left: var(--x);
  top: 0;
  width: 170px;
  margin-left: -85px;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 0;
  color: #6d655d;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: center;
}

.anchor-point::before {
  content: "";
  width: 2px;
  height: 64px;
  margin-top: 78px;
  background: var(--tone);
  transform-origin: top center;
}

.anchor-value {
  color: var(--tone);
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  font-weight: 700;
  line-height: 1;
  order: -1;
}

.anchor-dot {
  position: absolute;
  top: 74px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--tone);
  box-shadow: 0 0 0 0 rgba(23, 23, 23, 0);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.anchor-label {
  max-width: 160px;
  margin-top: 0;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  line-height: 1.18;
}

.anchor-point:hover .anchor-dot,
.anchor-point:focus-visible .anchor-dot,
.anchor-point.is-active .anchor-dot {
  transform: scale(1.16);
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--tone) 15%, transparent);
}

.anchor-point.is-active .anchor-label {
  color: var(--ink);
}

.store-bars {
  display: grid;
  gap: 30px;
  margin: 42px 0 28px;
}

.store-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.58fr) minmax(180px, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 0;
  color: #282b35;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.store-row strong {
  font-family: var(--font-ui);
  font-size: 1.05rem;
  line-height: 1.2;
}

.store-track {
  position: relative;
  display: block;
  height: 42px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 250, 242, 0.42);
  overflow: visible;
}

.store-fill {
  display: block;
  width: var(--value);
  height: 100%;
  background: var(--tone);
  transform-origin: left center;
}

.store-row b {
  min-width: 92px;
  color: #282b35;
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 2.7vw, 2.4rem);
  line-height: 1;
}

.store-row em {
  grid-column: 2 / 3;
  margin-top: -24px;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.86rem;
  font-style: normal;
}

.store-row:hover .store-track,
.store-row:focus-visible .store-track,
.store-row.is-active .store-track {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone) 14%, transparent);
}

.loop-stage {
  position: relative;
  min-height: 520px;
  margin-top: 22px;
}

.loop-core,
.loop-node {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  cursor: pointer;
}

.loop-core {
  left: 50%;
  top: 50%;
  width: 176px;
  height: 176px;
  padding: 18px;
  color: var(--paper-2);
  background: #282b35;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(23, 23, 23, 0.16);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.loop-core::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(40, 43, 53, 0.24);
  border-radius: inherit;
  animation: loopPulse 1.8s ease infinite;
}

.loop-core strong {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  line-height: 1.05;
}

.loop-node {
  width: 220px;
  min-height: 92px;
  padding: 14px;
  color: #6d655d;
  border: 2px solid var(--tone);
  border-radius: 7px;
  background: rgba(255, 250, 242, 0.64);
  opacity: 0;
  transform: translateY(10px) scale(0.96);
}

.loop-node strong {
  color: var(--tone);
  font-family: var(--font-ui);
  font-size: 1.12rem;
  line-height: 1.1;
}

.loop-node span {
  margin-top: 4px;
  font-family: var(--font-ui);
  font-size: 0.94rem;
}

.loop-seed { left: 50%; top: 0; transform: translate(-50%, 10px) scale(0.96); }
.loop-spectacle { right: 8%; top: 22%; }
.loop-imitation { right: 8%; bottom: 22%; }
.loop-exposure { left: 50%; bottom: 0; transform: translate(-50%, 10px) scale(0.96); }
.loop-audit { left: 8%; bottom: 22%; }
.loop-retention { left: 8%; top: 22%; }

.loop-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38%;
  height: 3px;
  background: rgba(191, 183, 170, 0.82);
  opacity: 0;
  transform-origin: left center;
}

.loop-line-a { transform: rotate(-35deg) scaleX(0); }
.loop-line-b { transform: rotate(35deg) scaleX(0); }
.loop-line-c { transform: rotate(145deg) scaleX(0); }
.loop-line-d { transform: rotate(-145deg) scaleX(0); }

.platform-loop-chart.is-expanded .loop-node {
  opacity: 1;
  transition: opacity 240ms ease var(--node-delay, 0ms), transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--node-delay, 0ms);
}

.platform-loop-chart.is-expanded .loop-seed,
.platform-loop-chart.is-expanded .loop-exposure {
  transform: translate(-50%, 0) scale(1);
}

.platform-loop-chart.is-expanded .loop-spectacle,
.platform-loop-chart.is-expanded .loop-imitation,
.platform-loop-chart.is-expanded .loop-audit,
.platform-loop-chart.is-expanded .loop-retention {
  transform: translateY(0) scale(1);
}

.platform-loop-chart.is-expanded .loop-seed { --node-delay: 40ms; }
.platform-loop-chart.is-expanded .loop-spectacle { --node-delay: 110ms; }
.platform-loop-chart.is-expanded .loop-imitation { --node-delay: 180ms; }
.platform-loop-chart.is-expanded .loop-exposure { --node-delay: 250ms; }
.platform-loop-chart.is-expanded .loop-audit { --node-delay: 320ms; }
.platform-loop-chart.is-expanded .loop-retention { --node-delay: 390ms; }

.platform-loop-chart.is-expanded .loop-line {
  opacity: 1;
  transition: opacity 240ms ease, transform 240ms ease 80ms;
}

.platform-loop-chart.is-expanded .loop-line-a { transform: rotate(-35deg) scaleX(1); }
.platform-loop-chart.is-expanded .loop-line-b { transform: rotate(35deg) scaleX(1); }
.platform-loop-chart.is-expanded .loop-line-c { transform: rotate(145deg) scaleX(1); }
.platform-loop-chart.is-expanded .loop-line-d { transform: rotate(-145deg) scaleX(1); }

.receipt-lines {
  display: grid;
  gap: 12px;
  margin: 28px 0 20px;
  padding: 0;
  list-style: none;
}

.receipt-lines button {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 64px minmax(150px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 0 18px 0 0;
  color: #6d655d;
  border: 1px solid var(--line-dark);
  border-left: 10px solid var(--tone);
  border-radius: 4px;
  background: rgba(255, 250, 242, 0.52);
  cursor: pointer;
  text-align: left;
  transform-origin: left center;
}

.receipt-lines b {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  justify-self: center;
  color: var(--paper-2);
  background: var(--tone);
  border-radius: 50%;
  font-family: var(--font-ui);
  font-size: 1.18rem;
}

.receipt-lines strong {
  color: #282b35;
  font-family: var(--font-ui);
  font-size: 1.05rem;
}

.receipt-lines span {
  font-family: var(--font-ui);
  font-size: 1rem;
}

.receipt-lines button:hover,
.receipt-lines button:focus-visible,
.receipt-lines button.is-active {
  border-color: var(--tone);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--tone) 12%, transparent);
  transform: translateX(4px);
}

.matrix-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 430px;
  margin: 54px clamp(10px, 5vw, 64px) 46px;
  border: 2px solid var(--line-dark);
}

.matrix-stage::before,
.matrix-stage::after {
  content: "";
  position: absolute;
  background: var(--line-dark);
  pointer-events: none;
}

.matrix-stage::before {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
}

.matrix-stage::after {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
}

.matrix-cell {
  position: relative;
  min-height: 214px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 28px;
  color: #6d655d;
  background: rgba(255, 250, 242, 0.3);
  border: 0;
  cursor: pointer;
  text-align: center;
}

.matrix-cell strong {
  color: var(--tone);
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.3vw, 2.1rem);
  line-height: 1.05;
}

.matrix-cell span {
  max-width: 300px;
  font-family: var(--font-ui);
  font-size: 0.98rem;
  line-height: 1.22;
}

.matrix-cell em {
  position: absolute;
  right: 18px;
  top: 18px;
  max-width: 124px;
  padding: 9px 12px;
  color: var(--paper-2);
  background: var(--tone);
  border-radius: 5px;
  font-family: var(--font-ui);
  font-size: 0.94rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}

.matrix-cell:hover,
.matrix-cell:focus-visible,
.matrix-cell.is-active {
  background: color-mix(in srgb, var(--tone) 8%, rgba(255, 250, 242, 0.58));
  box-shadow: inset 0 0 0 3px color-mix(in srgb, var(--tone) 22%, transparent);
  z-index: 1;
}

.matrix-axis {
  position: absolute;
  color: #6d655d;
  font-family: var(--font-ui);
  font-size: 0.94rem;
  pointer-events: none;
}

.matrix-axis-high { left: -52px; top: -4px; }
.matrix-axis-low { left: -52px; bottom: -4px; }
.matrix-axis-left { left: 0; bottom: -34px; }
.matrix-axis-right { right: 0; bottom: -34px; }

.cyber-bars .store-row b {
  min-width: 112px;
}

.city-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 20px;
}

.city-proof-card {
  min-height: 198px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 20px;
  color: #5f5851;
  border: 1px solid var(--line-dark);
  border-top: 6px solid var(--tone);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.48);
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.city-proof-card span,
.proof-step strong {
  color: var(--tone);
}

.city-proof-card span {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-proof-card strong {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 0.92;
}

.city-proof-card em,
.city-proof-card b {
  font-family: var(--font-ui);
  line-height: 1.2;
}

.city-proof-card em {
  color: #6d655d;
  font-style: normal;
}

.city-proof-card b {
  color: var(--tone);
  font-size: 0.9rem;
}

.city-proof-card:hover,
.city-proof-card:focus-visible,
.city-proof-card.is-active,
.proof-step:hover,
.proof-step:focus-visible,
.proof-step.is-active {
  border-color: var(--tone);
  background: color-mix(in srgb, var(--tone) 8%, rgba(255, 250, 242, 0.66));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--tone) 14%, transparent);
  transform: translateY(-3px);
}

.proof-stack {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 34px 0 20px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 250, 242, 0.48);
}

.proof-step {
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  color: #6d655d;
  border: 0;
  border-right: 1px solid var(--line-dark);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.proof-step:last-child {
  border-right: 0;
}

.proof-step b {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  color: var(--paper-2);
  background: var(--tone);
  border-radius: 50%;
  font-family: var(--font-ui);
  line-height: 1;
}

.proof-step strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1;
}

.proof-step span {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.9rem;
  line-height: 1.2;
}

.article-hero {
  padding: 74px 0 48px;
  border-bottom: 1px solid var(--line);
}

.article-signature {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 44px;
  align-items: end;
}

.article-anchor {
  font-size: clamp(8rem, 18vw, 17rem);
  line-height: 0.78;
}

.article-deck {
  margin: 0 0 18px;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1.05;
}

.article-title {
  max-width: 980px;
  font-size: clamp(2.4rem, 4.6vw, 5.3rem);
  text-wrap: balance;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 58px;
  padding: 56px 0 84px;
}

.article-content {
  max-width: 790px;
}

.article-content p,
.article-content li {
  color: #332f2b;
  font-size: 1.08rem;
  line-height: 1.75;
}
.article-content p + p {
  margin-top: 1.1em;
}

.article-content h2 {
  margin: 48px 0 14px;
  font-family: var(--font-serif);
  font-size: 2.1rem;
  line-height: 1.12;
}

.article-content blockquote {
  margin: 34px 0;
  padding: 24px;
  border-left: 5px solid var(--accent);
  background: rgba(255, 250, 242, 0.72);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1.35;
}

.article-content figure {
  margin: 34px 0;
}

.article-content figure img,
.note-card img,
.visual-hero img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.article-content figcaption {
  margin-top: 9px;
  padding: 0 4px 12px;
  font-size: 0.9rem;
}

.article-aside {
  position: sticky;
  top: 98px;
  align-self: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.66);
}

.article-aside h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.35rem;
}

.article-aside ol {
  margin: 0;
  padding-left: 20px;
}

.article-aside li + li {
  margin-top: 8px;
}

.note-card {
  overflow: hidden;
}

.note-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.note-card div {
  padding: 18px;
}

.visual-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr);
  gap: 28px;
  align-items: center;
}

.visual-hero img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 34px 0 54px;
}

.footer-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.redirect-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.redirect-panel {
  max-width: 520px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-2);
}

.redirect-panel h1 {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: 2.6rem;
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 360ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.field-home.motion-ready [data-reveal] {
  transform: translateY(8px);
  transition-duration: 280ms;
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .metric-bar span {
  transform: scaleX(0);
}

.motion-ready .is-visible .metric-bar span {
  transform: scaleX(1);
  transition: transform 480ms cubic-bezier(0.2, 0.8, 0.2, 1) calc(100ms + var(--delay, 0ms));
}

.motion-ready .anchor-scale::before,
.motion-ready .store-fill {
  transform: scaleX(0);
}

.motion-ready .is-visible .anchor-scale::before,
.motion-ready .is-visible .store-fill {
  transform: scaleX(1);
  transition: transform 440ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay, 80ms);
}

.motion-ready .anchor-point::before {
  transform: scaleY(0);
}

.motion-ready .is-visible .anchor-point::before {
  transform: scaleY(1);
  transition: transform 240ms ease 180ms;
}

.motion-ready .anchor-dot,
.motion-ready .anchor-value,
.motion-ready .anchor-label,
.motion-ready .receipt-lines button,
.motion-ready .matrix-cell,
.motion-ready .city-proof-card,
.motion-ready .proof-step {
  opacity: 0;
  transform: translateY(12px);
}

.motion-ready .is-visible .anchor-dot,
.motion-ready .is-visible .anchor-value,
.motion-ready .is-visible .anchor-label {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 240ms ease 240ms, transform 240ms ease 240ms, box-shadow 240ms ease;
}

.motion-ready .is-visible .receipt-lines button,
.motion-ready .is-visible .matrix-cell,
.motion-ready .is-visible .city-proof-card,
.motion-ready .is-visible .proof-step {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 240ms ease var(--delay, 0ms), transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay, 0ms), box-shadow 240ms ease;
}

.motion-ready .is-visible .receipt-lines button:hover,
.motion-ready .is-visible .receipt-lines button:focus-visible,
.motion-ready .is-visible .receipt-lines button.is-active {
  transform: translateX(4px);
}

.motion-ready .is-visible .city-proof-card:hover,
.motion-ready .is-visible .city-proof-card:focus-visible,
.motion-ready .is-visible .city-proof-card.is-active,
.motion-ready .is-visible .proof-step:hover,
.motion-ready .is-visible .proof-step:focus-visible,
.motion-ready .is-visible .proof-step.is-active {
  transform: translateY(-3px);
}

.goose-hero {
  position: relative;
  overflow: hidden;
}

.goose-hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(18px, 4vw, 60px);
  width: min(360px, 34vw);
  height: min(220px, 24vw);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.goose-hero-card {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(22px, 4vw, 68px);
  width: min(320px, 30vw);
  display: grid;
  gap: 8px;
  padding: 20px;
  color: var(--ink);
  border: 1px solid rgba(216, 210, 200, 0.9);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(201, 162, 39, 0.12), transparent 46%),
    rgba(255, 250, 242, 0.78);
  box-shadow: 0 20px 60px rgba(23, 23, 23, 0.08);
}

.goose-hero-card span,
.goose-hero-card small {
  color: var(--muted);
  font-family: var(--font-ui);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.goose-hero-card span {
  color: var(--scene);
  font-size: 0.72rem;
  font-weight: 800;
}

.goose-hero-card strong {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.4vw, 2.3rem);
  line-height: 0.98;
}

.goose-hero-card small {
  font-size: 0.72rem;
  line-height: 1.25;
  text-transform: none;
}

.magazine-brief {
  margin-bottom: clamp(34px, 5vw, 70px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(216, 210, 200, 0.86);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(201, 162, 39, 0.08), transparent 34%),
    rgba(255, 250, 242, 0.58);
  box-shadow: 0 18px 50px rgba(23, 23, 23, 0.055);
}

.magazine-brief h2 {
  max-width: 920px;
  margin-top: 8px;
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 4.8vw, 4.8rem);
  line-height: 0.98;
}

.magazine-brief p {
  max-width: 860px;
}

.goose-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0 22px;
}

.goose-timeline::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 35px;
  height: 1px;
  background: var(--line-dark);
}

.goose-timepoint {
  position: relative;
  min-height: 188px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 58px 14px 16px;
  color: #625b54;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 250, 242, 0.56);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.goose-timepoint::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 25px;
  width: 19px;
  height: 19px;
  border: 3px solid rgba(255, 250, 242, 0.92);
  border-radius: 50%;
  background: var(--tone);
  box-shadow: 0 0 0 1px var(--tone);
}

.goose-timepoint span,
.machine-node b {
  color: var(--tone);
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.goose-timepoint strong,
.machine-node strong {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(1.18rem, 1.7vw, 1.52rem);
  line-height: 1.02;
}

.goose-timepoint em,
.machine-node span {
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.22;
}

.goose-timepoint:hover,
.goose-timepoint:focus-visible,
.goose-timepoint.is-active,
.machine-node:hover,
.machine-node:focus-visible,
.machine-node.is-active {
  border-color: var(--tone);
  background: color-mix(in srgb, var(--tone) 8%, rgba(255, 250, 242, 0.66));
  box-shadow: 0 14px 34px color-mix(in srgb, var(--tone) 14%, transparent);
  transform: translateY(-3px);
}

.narrative-machine {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 22px;
}

.narrative-machine::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-dark), transparent);
  pointer-events: none;
}

.machine-node {
  position: relative;
  min-height: 220px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 18px;
  color: #625b54;
  border: 1px solid var(--line);
  border-top: 5px solid var(--tone);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.6);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.source-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: clamp(40px, 6vw, 78px);
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(216, 210, 200, 0.86);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.62);
}

.source-panel h2 {
  margin-top: 8px;
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.source-panel p {
  margin-bottom: 0;
}

.motion-ready .goose-hero-card,
.motion-ready .magazine-brief,
.motion-ready .goose-timepoint,
.motion-ready .machine-node {
  opacity: 0;
  transform: translateY(14px);
}

.motion-ready .is-visible .goose-hero-card,
.motion-ready .is-visible.magazine-brief,
.motion-ready .is-visible .goose-timepoint,
.motion-ready .is-visible .machine-node {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 240ms ease var(--delay, 0ms),
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay, 0ms),
    box-shadow 180ms ease;
}

.motion-ready .is-visible .goose-timepoint:hover,
.motion-ready .is-visible .goose-timepoint:focus-visible,
.motion-ready .is-visible .goose-timepoint.is-active,
.motion-ready .is-visible .machine-node:hover,
.motion-ready .is-visible .machine-node:focus-visible,
.motion-ready .is-visible .machine-node.is-active {
  transform: translateY(-3px);
}

@media (max-width: 1020px) {
  .goose-hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(420px, 100%);
    margin-top: 28px;
  }

  .goose-hero::after {
    display: none;
  }

  .goose-timeline,
  .narrative-machine {
    grid-template-columns: 1fr;
  }

  .goose-timeline::before,
  .narrative-machine::before {
    display: none;
  }

  .source-panel {
    grid-template-columns: 1fr;
  }
}

.silence-hero {
  position: relative;
  overflow: hidden;
}

.silence-hero::after {
  content: "";
  position: absolute;
  right: clamp(20px, 5vw, 80px);
  bottom: clamp(20px, 4vw, 62px);
  width: min(420px, 36vw);
  height: min(260px, 26vw);
  border: 1px solid rgba(158, 42, 43, 0.2);
  border-radius: 50%;
  transform: rotate(10deg);
  pointer-events: none;
}

.silence-hero-card {
  position: absolute;
  right: clamp(20px, 5vw, 80px);
  bottom: clamp(24px, 4vw, 70px);
  width: min(360px, 32vw);
  display: grid;
  gap: 8px;
  padding: 20px;
  color: var(--ink);
  border: 1px solid rgba(216, 210, 200, 0.9);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(158, 42, 43, 0.12), transparent 46%),
    rgba(255, 250, 242, 0.8);
  box-shadow: 0 20px 60px rgba(23, 23, 23, 0.08);
}

.silence-hero-card span,
.silence-hero-card small {
  color: var(--muted);
  font-family: var(--font-ui);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.silence-hero-card span {
  color: var(--macro);
  font-size: 0.72rem;
  font-weight: 800;
}

.silence-hero-card strong {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.3vw, 2.12rem);
  line-height: 0.98;
}

.silence-hero-card small {
  font-size: 0.72rem;
  line-height: 1.25;
  text-transform: none;
}

.silence-brief {
  background:
    linear-gradient(180deg, rgba(158, 42, 43, 0.075), transparent 34%),
    rgba(255, 250, 242, 0.58);
}

.silence-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 22px;
}

.silence-timepoint {
  position: relative;
  min-height: 202px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 18px;
  color: #625b54;
  border: 1px solid var(--line);
  border-top: 5px solid var(--tone);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.56);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.silence-timepoint::after {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--tone);
  opacity: 0.72;
}

.silence-timepoint span,
.gate-step b {
  color: var(--tone);
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.silence-timepoint strong,
.gate-step strong {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  line-height: 1.02;
}

.silence-timepoint em,
.gate-step span {
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.83rem;
  font-style: normal;
  line-height: 1.22;
}

.gate-stack {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 34px 0 22px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 250, 242, 0.48);
}

.gate-step {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 18px;
  color: #625b54;
  border: 0;
  border-right: 1px solid var(--line-dark);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.gate-step:last-child {
  border-right: 0;
}

.silence-timepoint:hover,
.silence-timepoint:focus-visible,
.silence-timepoint.is-active,
.gate-step:hover,
.gate-step:focus-visible,
.gate-step.is-active {
  background: color-mix(in srgb, var(--tone) 8%, rgba(255, 250, 242, 0.66));
  box-shadow: 0 14px 34px color-mix(in srgb, var(--tone) 14%, transparent);
  transform: translateY(-3px);
}

.motion-ready .silence-hero-card,
.motion-ready .silence-timepoint,
.motion-ready .gate-step {
  opacity: 0;
  transform: translateY(14px);
}

.motion-ready .is-visible .silence-hero-card,
.motion-ready .is-visible .silence-timepoint,
.motion-ready .is-visible .gate-step {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 240ms ease var(--delay, 0ms),
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay, 0ms),
    box-shadow 180ms ease;
}

.motion-ready .is-visible .silence-timepoint:hover,
.motion-ready .is-visible .silence-timepoint:focus-visible,
.motion-ready .is-visible .silence-timepoint.is-active,
.motion-ready .is-visible .gate-step:hover,
.motion-ready .is-visible .gate-step:focus-visible,
.motion-ready .is-visible .gate-step.is-active {
  transform: translateY(-3px);
}

@media (max-width: 1020px) {
  .silence-hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(440px, 100%);
    margin-top: 28px;
  }

  .silence-hero::after {
    display: none;
  }

  .silence-timeline,
  .gate-stack {
    grid-template-columns: 1fr;
  }

  .gate-step {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .gate-step:last-child {
    border-bottom: 0;
  }
}

@keyframes barGlint {
  to {
    transform: translateX(120%);
  }
}

@keyframes loopPulse {
  50% {
    transform: scale(1.07);
    opacity: 0.34;
  }
}

@keyframes identityDriftA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  45% {
    transform: translate3d(16px, -14px, 0) rotate(3deg);
  }

  70% {
    transform: translate3d(-8px, 10px, 0) rotate(-1deg);
  }
}

@keyframes identityDriftB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(2deg);
  }

  40% {
    transform: translate3d(-14px, 14px, 0) rotate(-3deg);
  }

  72% {
    transform: translate3d(10px, -8px, 0) rotate(1deg);
  }
}

@keyframes signalScan {
  0%,
  100% {
    opacity: 0.12;
    transform: scaleX(0.34);
  }

  50% {
    opacity: 0.62;
    transform: scaleX(1);
  }
}

.glyph-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 30px;
  padding: 4px 10px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 250, 242, 0.92);
  box-shadow: 0 10px 28px rgba(23, 23, 23, 0.12);
  font-family: var(--font-ui);
  font-size: 1rem;
  line-height: 1;
  opacity: 0;
  transform: translate3d(-999px, -999px, 0) scale(0.94);
  transition: opacity 120ms ease, transform 160ms ease, border-color 160ms ease, color 160ms ease;
  will-change: transform;
}

.glyph-cursor.is-visible {
  opacity: 1;
}

.glyph-cursor.is-final {
  color: var(--glyph-color, var(--ink));
  border-color: var(--glyph-color, var(--line-dark));
  font-family: var(--font-glyph);
  font-size: 1.35rem;
  font-weight: 400;
}

.glyph-cursor::after {
  content: "";
  width: 1px;
  height: 1em;
  margin-left: 2px;
  background: currentColor;
  animation: caretBlink 720ms steps(1, end) infinite;
}

.glyph-cursor.is-final::after {
  display: none;
}

.glyph-draw.is-glyph-hovered {
  filter: drop-shadow(0 4px 10px rgba(23, 23, 23, 0.14));
}

@keyframes caretBlink {
  50% {
    opacity: 0;
  }
}

@media (max-width: 1020px) {
  .hero,
  .section-head,
  .intro-grid,
  .chart-layout,
  .visual-hero,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .launch-hero {
    display: grid;
    min-height: auto;
    gap: 32px;
    padding: 34px 0 48px;
  }

  .hero-info {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .launch-hero .identity-visual {
    position: relative;
    inset: auto;
    order: 0;
    min-height: min(560px, 64svh);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .launch-hero .identity-film {
    min-height: min(560px, 64svh);
  }

  .launch-hero .hero-copy {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 2;
    width: 100%;
  }

  .launch-hero .hero-title {
    width: auto;
  }

  .launch-actions {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: fit-content;
    max-width: 100%;
    flex-wrap: wrap;
    justify-self: start;
  }

  .logo-reel {
    top: 47%;
    width: min(760px, 92vw);
    height: min(450px, 50svh);
  }

  .reel-trace {
    width: min(700px, 86vw);
    height: min(270px, 34svh);
  }

  .morph-logo svg {
    width: clamp(250px, 42vw, 360px);
    height: clamp(250px, 42vw, 360px);
  }

  .morph-galok svg {
    width: clamp(280px, 47vw, 410px);
    height: clamp(280px, 47vw, 410px);
  }

  .reel-caption {
    left: 50%;
    top: auto;
    bottom: 28px;
  }

  .identity-visual {
    order: -1;
  }

  .launch-hero .identity-visual {
    order: -1;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 480px;
  }

  .identity-film {
    min-height: 520px;
  }

  .identity-symbol {
    width: 92px;
    min-height: 96px;
    font-size: 0.72rem;
  }

  .identity-symbol svg {
    width: 62px;
    height: 62px;
  }

  .symbol-light {
    left: 41%;
    top: 7%;
  }

  .series-grid,
  .essay-grid,
  .note-grid {
    grid-template-columns: 1fr 1fr;
  }

  .audit-strip {
    grid-template-columns: 1fr 1fr;
  }

  .audit-item {
    border-bottom: 1px solid var(--line);
  }

  .store-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .store-row b {
    min-width: 0;
  }

  .store-row em {
    grid-column: auto;
    margin-top: -4px;
  }

  .city-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-stack {
    grid-template-columns: 1fr;
    border: 0;
    gap: 12px;
    background: transparent;
  }

  .proof-step {
    min-height: 112px;
    border: 1px solid var(--line-dark);
    border-left: 6px solid var(--tone);
    border-radius: var(--radius);
    background: rgba(255, 250, 242, 0.5);
  }

  .loop-stage {
    min-height: auto;
    display: grid;
    gap: 12px;
    padding-top: 198px;
  }

  .loop-core {
    top: 0;
    transform: translateX(-50%);
  }

  .loop-node {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 84px;
  }

  .platform-loop-chart:not(.is-expanded) .loop-node {
    display: none;
  }

  .platform-loop-chart.is-expanded .loop-node,
  .platform-loop-chart.is-expanded .loop-seed,
  .platform-loop-chart.is-expanded .loop-exposure,
  .platform-loop-chart.is-expanded .loop-spectacle,
  .platform-loop-chart.is-expanded .loop-imitation,
  .platform-loop-chart.is-expanded .loop-audit,
  .platform-loop-chart.is-expanded .loop-retention {
    transform: none;
  }

  .loop-line {
    display: none;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-shell,
  .nav-inner,
  .footer-inner {
    width: min(100% - 32px, 1280px);
  }

  .nav-inner {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .hero {
    padding: 56px 0 34px;
    min-height: auto;
  }

  .launch-hero {
    padding: 28px 0 42px;
  }

  .launch-hero .identity-visual,
  .launch-hero .identity-film {
    min-height: 440px;
  }

  .launch-hero .identity-film::before {
    inset: 16px;
  }

  .launch-hero .identity-film::after {
    background:
      linear-gradient(180deg, rgba(247, 244, 239, 0.14), rgba(247, 244, 239, 0.5)),
      linear-gradient(90deg, rgba(247, 244, 239, 0.42), rgba(247, 244, 239, 0.2));
  }

  .identity-pause {
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
  }

  .identity-pause span {
    height: 14px;
  }

  .logo-reel {
    top: 44%;
    width: min(430px, 88vw);
    height: 330px;
  }

  .reel-trace {
    width: min(370px, 84vw);
    height: 164px;
  }

  .morph-logo {
    gap: 10px;
  }

  .morph-logo svg {
    width: clamp(190px, 58vw, 250px);
    height: clamp(190px, 58vw, 250px);
    stroke-width: 6.5;
  }

  .morph-galok svg {
    width: clamp(212px, 64vw, 280px);
    height: clamp(212px, 64vw, 280px);
  }

  .paper-leaf {
    width: clamp(118px, 36vw, 154px);
    height: clamp(180px, 54vw, 232px);
    border-radius: 22px;
  }

  .leaf-red {
    --x: -78px;
    --y: 4px;
    --r: -20deg;
    --x2: -52px;
    --y2: 10px;
    --r2: -12deg;
  }

  .leaf-blue {
    --x: -38px;
    --y: -10px;
    --r: -10deg;
    --x2: -25px;
    --y2: 0px;
    --r2: -6deg;
  }

  .leaf-gold {
    --x: 0px;
    --y: -16px;
    --r: 0deg;
    --x2: 0px;
    --y2: -4px;
    --r2: 0deg;
  }

  .leaf-green {
    --x: 38px;
    --y: -10px;
    --r: 10deg;
    --x2: 25px;
    --y2: 0px;
    --r2: 6deg;
  }

  .leaf-ink {
    --x: 78px;
    --y: 4px;
    --r: 20deg;
    --x2: 52px;
    --y2: 10px;
    --r2: 12deg;
  }

  .galok-monogram {
    width: clamp(86px, 27vw, 110px);
    border-radius: 20px;
    font-size: clamp(4.1rem, 18vw, 5.8rem);
  }

  .galok-lockup {
    gap: 8px;
  }

  .galok-lockup span:last-child {
    font-size: 0.72rem;
  }

  .reel-caption {
    top: auto;
    bottom: 22px;
    width: min(280px, 82vw);
    text-align: center;
  }

  .launch-actions {
    gap: 10px;
    padding: 9px 10px;
    border-radius: 18px;
  }

  .launch-actions > span {
    width: 100%;
    padding: 0 4px;
  }

  .hero-title {
    font-size: clamp(4rem, 24vw, 7rem);
  }

  .launch-hero .hero-title {
    font-size: clamp(4.5rem, 24vw, 7.4rem);
  }

  .hero-lede {
    font-size: 1.25rem;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 390px;
  }

  .identity-film {
    min-height: 430px;
  }

  .identity-film::before {
    inset: 18px;
  }

  .identity-mark {
    width: 76px;
    height: 76px;
    border-radius: 14px;
    font-size: 3.2rem;
  }

  .identity-word {
    font-size: 2.4rem;
  }

  .identity-symbol {
    width: 76px;
    min-height: 80px;
  }

  .identity-symbol svg {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .identity-symbol span {
    display: none;
  }

  .symbol-coffee {
    left: 5%;
    top: 10%;
  }

  .symbol-coin {
    right: 5%;
    top: 10%;
  }

  .symbol-note {
    right: 4%;
    top: 42%;
  }

  .symbol-candle {
    left: 5%;
    bottom: 27%;
  }

  .symbol-crosswalk {
    right: 12%;
    bottom: 27%;
  }

  .symbol-light {
    left: 43%;
    top: 8%;
  }

  .identity-caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px;
  }

  .identity-caption strong {
    font-size: 1.2rem;
  }

  .intro-points span {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .section {
    padding: 58px 0;
  }

  .series-grid,
  .essay-grid,
  .note-grid,
  .audit-strip {
    grid-template-columns: 1fr;
  }

  .city-proof-grid {
    grid-template-columns: 1fr;
  }

  .audit-item {
    min-height: 132px;
    border-right: 0;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .interactive-chart,
  .embedded-chart {
    padding: 20px;
  }

  .anchor-scale {
    min-height: auto;
    display: grid;
    gap: 14px;
    margin: 26px 0 12px;
  }

  .anchor-scale::before {
    display: none;
  }

  .anchor-point {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-left: 0;
    grid-template-columns: 112px 32px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    gap: 12px;
    text-align: left;
  }

  .anchor-point::before {
    display: none;
  }

  .anchor-dot {
    position: static;
    width: 26px;
    height: 26px;
  }

  .anchor-value {
    font-size: 1.45rem;
  }

  .anchor-label {
    max-width: none;
    margin-top: 0;
  }

  .receipt-lines button {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 12px 10px 0;
  }

  .receipt-lines span {
    grid-column: 2;
  }

  .matrix-stage {
    min-height: auto;
    grid-template-columns: 1fr;
    margin: 28px 0 34px;
  }

  .matrix-stage::before,
  .matrix-stage::after,
  .matrix-axis {
    display: none;
  }

  .matrix-cell {
    min-height: 150px;
    border-bottom: 1px solid var(--line);
  }

  .article-signature {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .article-anchor {
    font-size: 9rem;
  }

  .article-deck {
    font-size: 2.1rem;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .glyph-cursor {
    display: none;
  }

  .morph-logo {
    display: none;
    opacity: 0;
    transform: none;
  }

  .morph-galok {
    display: grid;
    opacity: 1;
  }

  .reel-trace {
    display: none;
  }
}

/* Homepage living G mark: a single centered identity panel with six quiet material states. */
.galok-identity-panel {
  top: 45%;
  width: min(1120px, 88vw);
  height: min(580px, 58svh);
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  perspective: none;
}

.identity-orbit,
.identity-color-field,
.g-mark-stage,
.identity-lockup {
  position: absolute;
  left: 50%;
  top: 50%;
}

.identity-orbit {
  --orbit-end: 5deg;
  width: min(780px, 62vw);
  height: min(250px, 24svh);
  border: 1px solid rgba(191, 183, 170, 0.18);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(var(--orbit-rotate, -8deg));
  animation: galokOrbitDrift 18s ease-in-out infinite;
}

.identity-orbit-b {
  --orbit-rotate: 8deg;
  --orbit-end: -4deg;
  width: min(620px, 52vw);
  height: min(200px, 20svh);
  border-color: rgba(47, 93, 124, 0.12);
  animation-delay: -6s;
}

.identity-orbit-c {
  --orbit-rotate: 0deg;
  --orbit-end: 3deg;
  width: min(480px, 40vw);
  height: min(160px, 16svh);
  border-color: rgba(201, 162, 39, 0.1);
  animation-delay: -11s;
}

.identity-color-field {
  width: min(680px, 58vw);
  height: min(310px, 31svh);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.identity-swatch {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(96px, 10vw, 172px);
  height: clamp(126px, 14vw, 228px);
  border: 1px solid color-mix(in srgb, var(--swatch-tone) 20%, rgba(191, 183, 170, 0.38));
  border-radius: clamp(18px, 2vw, 30px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.06) 54%, rgba(23, 23, 23, 0.04)),
    color-mix(in srgb, var(--swatch-tone) 42%, #fbfaf7);
  box-shadow:
    0 24px 56px rgba(23, 23, 23, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  opacity: 0.18;
  transform-origin: 50% 88%;
  animation: identitySwatchDrift 36s cubic-bezier(0.42, 0, 0.18, 1) infinite;
}

.swatch-red {
  --swatch-tone: #9e2a2b;
  --swatch-x: -164px;
  --swatch-y: 18px;
  --swatch-r: -15deg;
  animation-delay: 0s;
}

.swatch-blue {
  --swatch-tone: #2f5d7c;
  --swatch-x: -58px;
  --swatch-y: -16px;
  --swatch-r: -5deg;
  animation-delay: -8s;
}

.swatch-gold {
  --swatch-tone: #c9a227;
  --swatch-x: 58px;
  --swatch-y: -10px;
  --swatch-r: 5deg;
  animation-delay: -16s;
}

.swatch-green {
  --swatch-tone: #0f8075;
  --swatch-x: 164px;
  --swatch-y: 18px;
  --swatch-r: 15deg;
  animation-delay: -24s;
}

.g-mark-stage {
  width: clamp(240px, 25vw, 405px);
  aspect-ratio: 1;
  z-index: 4;
  transform: translate(-50%, -55%);
}

.g-mark-stage::before {
  content: "";
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(247, 244, 239, 0.1) 68%, transparent 72%);
  box-shadow: 0 34px 92px rgba(23, 23, 23, 0.1);
  opacity: 0.8;
}

.g-state {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--state-tone, #171717);
  opacity: 0;
  filter: blur(8px);
  transform: translateY(8px) scale(0.982);
  animation: galokStateCycle 36s cubic-bezier(0.42, 0, 0.18, 1) infinite;
  animation-delay: var(--delay, 0s);
}

.g-state::after {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 46% 54% 52% 48%;
  border: 1px solid color-mix(in srgb, currentColor 13%, transparent);
  opacity: 0;
  transform: rotate(-8deg) scale(0.82);
  animation: galokGhostCycle 36s ease infinite;
  animation-delay: var(--delay, 0s);
}

.g-mark-svg {
  position: relative;
  z-index: 3;
  width: 80%;
  height: 80%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
}

.g-mark-svg path,
.g-mark-svg circle {
  vector-effect: non-scaling-stroke;
}

.g-main,
.g-brush,
.g-guide,
.g-ghost,
.g-press-shadow {
  stroke-dasharray: 760;
  stroke-dashoffset: 760;
  animation: galokStrokeCycle 36s cubic-bezier(0.42, 0, 0.18, 1) infinite;
  animation-delay: var(--delay, 0s);
}

.g-main {
  stroke-width: 12;
}

.g-cross {
  stroke-width: 10;
}

.g-tail {
  stroke-width: 10;
}

.g-ghost {
  stroke-width: 22;
  stroke: rgba(255, 255, 255, 0.75);
}

.g-paper {
  --state-tone: #9e2a2b;
}

.g-paper-card {
  position: relative;
  width: 78%;
  aspect-ratio: 0.76;
  display: grid;
  place-items: center;
  border: 1px solid rgba(191, 183, 170, 0.58);
  border-radius: 24px;
  background:
    repeating-linear-gradient(0deg, rgba(158, 42, 43, 0.038) 0 1px, transparent 1px 22px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 250, 242, 0.72));
  box-shadow:
    0 32px 76px rgba(23, 23, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.paper-rule {
  position: absolute;
  left: 18%;
  right: 18%;
  height: 1px;
  background: rgba(158, 42, 43, 0.18);
}

.rule-one {
  top: 18%;
}

.rule-two {
  bottom: 18%;
}

.g-pane {
  --state-tone: #2f5d7c;
}

.pane-stack {
  position: absolute;
  inset: 10%;
  transform: rotate(-7deg);
}

.pane {
  position: absolute;
  inset: 10%;
  border: 1px solid color-mix(in srgb, var(--frame) 30%, rgba(255, 255, 255, 0.7));
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(5px);
}

.pane-a {
  transform: translate(-26px, 16px) rotate(-9deg);
}

.pane-b {
  transform: translate(0, 0) rotate(2deg);
}

.pane-c {
  transform: translate(28px, -16px) rotate(10deg);
}

.g-construction {
  --state-tone: #2f5d7c;
}

.construct-line {
  position: absolute;
  z-index: 1;
  background: color-mix(in srgb, currentColor 22%, transparent);
  opacity: 0;
  animation: galokGuideCycle 36s ease infinite;
  animation-delay: var(--delay, 0s);
}

.construct-x {
  left: 7%;
  right: 7%;
  top: 50%;
  height: 1px;
}

.construct-y {
  top: 7%;
  bottom: 7%;
  left: 50%;
  width: 1px;
}

.construct-dot {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  animation: galokDotCycle 36s ease infinite;
  animation-delay: var(--delay, 0s);
}

.dot-a {
  left: 23%;
  top: 26%;
}

.dot-b {
  right: 20%;
  top: 48%;
}

.dot-c {
  left: 46%;
  bottom: 19%;
}

.g-guide {
  stroke-width: 2.2;
  opacity: 0.24;
}

.g-print {
  --state-tone: #171717;
}

.g-print .g-mark-svg {
  filter: contrast(1.06);
}

.g-print-fill {
  fill: url(#printNoise);
  stroke: none;
  opacity: 0.18;
}

.g-print pattern circle {
  fill: currentColor;
}

.g-print .g-main {
  stroke-width: 14;
  stroke-linecap: butt;
}

.g-letterpress {
  --state-tone: #3d3933;
}

.press-plate {
  position: absolute;
  inset: 17%;
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(210, 203, 191, 0.2)),
    #f5eee4;
  box-shadow:
    inset 10px 10px 22px rgba(177, 166, 150, 0.28),
    inset -10px -10px 22px rgba(255, 255, 255, 0.9),
    0 26px 58px rgba(23, 23, 23, 0.08);
}

.g-press-shadow {
  stroke-width: 16;
  stroke: rgba(255, 255, 255, 0.68);
  transform: translate(-3px, -3px);
}

.g-letterpress .g-main {
  stroke-width: 13;
  filter: drop-shadow(4px 5px 0 rgba(134, 124, 109, 0.32));
}

.g-ink {
  --state-tone: #171717;
}

.g-brush {
  stroke-width: 18;
  filter: drop-shadow(0 12px 22px rgba(23, 23, 23, 0.09));
}

.g-ink .g-cross,
.g-ink .g-tail {
  stroke-width: 15;
}

.ink-pool {
  position: absolute;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  animation: galokInkCycle 36s ease infinite;
  animation-delay: var(--delay, 0s);
}

.ink-a {
  width: 14px;
  height: 14px;
  left: 69%;
  top: 43%;
}

.ink-b {
  width: 8px;
  height: 8px;
  left: 38%;
  top: 26%;
}

.identity-lockup {
  z-index: 6;
  top: calc(50% + clamp(150px, 17vw, 230px));
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--ink);
  transform: translateX(-50%);
}

.identity-lockup strong {
  font-family: var(--font-ui);
  font-size: clamp(1.04rem, 1.1vw, 1.32rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1;
}

.identity-lockup span {
  color: rgba(119, 115, 107, 0.8);
  font-family: var(--font-ui);
  font-size: clamp(0.82rem, 0.92vw, 1rem);
  letter-spacing: 0.04em;
}

.galok-identity-panel + .reel-caption {
  bottom: clamp(24px, 3.6svh, 42px);
  width: min(760px, 78vw);
  text-align: center;
}

.identity-film.is-paused .g-state,
.identity-film.is-paused .g-state::after,
.identity-film.is-paused .g-main,
.identity-film.is-paused .g-brush,
.identity-film.is-paused .g-guide,
.identity-film.is-paused .g-ghost,
.identity-film.is-paused .g-press-shadow,
.identity-film.is-paused .construct-line,
.identity-film.is-paused .construct-dot,
.identity-film.is-paused .identity-swatch,
.identity-film.is-paused .identity-orbit,
.identity-film.is-paused .ink-pool {
  animation-play-state: paused;
}

@keyframes galokStateCycle {
  0% {
    opacity: 0;
    filter: blur(9px);
    transform: translateY(10px) scale(0.975);
  }
  3.6% {
    opacity: 0.2;
    filter: blur(5px);
    transform: translateY(5px) scale(0.99);
  }
  6.4%,
  12.8% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
  15.4% {
    opacity: 0.18;
    filter: blur(7px);
    transform: translateY(-6px) scale(1.012);
  }
  16.8%,
  100% {
    opacity: 0;
    filter: blur(9px);
    transform: translateY(-10px) scale(1.02);
  }
}

@keyframes galokStrokeCycle {
  0%,
  2.6% {
    opacity: 0;
    stroke-dashoffset: 760;
  }
  6% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  13.4% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  16.8%,
  100% {
    opacity: 0;
    stroke-dashoffset: -220;
  }
}

@keyframes galokGhostCycle {
  0%,
  4.4% {
    opacity: 0;
    transform: rotate(-9deg) scale(0.82);
  }
  8.8% {
    opacity: 0.28;
    transform: rotate(-2deg) scale(1);
  }
  14.6% {
    opacity: 0.08;
    transform: rotate(6deg) scale(1.06);
  }
  16.8%,
  100% {
    opacity: 0;
    transform: rotate(8deg) scale(1.1);
  }
}

@keyframes galokGuideCycle {
  0%,
  4.2% {
    opacity: 0;
    transform: scaleX(0.72);
  }
  6.8%,
  13.4% {
    opacity: 0.42;
    transform: scaleX(1);
  }
  16.8%,
  100% {
    opacity: 0;
    transform: scaleX(1.08);
  }
}

@keyframes galokDotCycle {
  0%,
  5.5% {
    opacity: 0;
    transform: scale(0.4);
  }
  8%,
  13.4% {
    opacity: 0.72;
    transform: scale(1);
  }
  16.8%,
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}

@keyframes galokInkCycle {
  0%,
  8% {
    opacity: 0;
    transform: scale(0.4);
  }
  10.4%,
  13.6% {
    opacity: 0.28;
    transform: scale(1);
  }
  16.8%,
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes identitySwatchDrift {
  0%,
  100% {
    opacity: 0.12;
    transform: translate(-50%, -50%) translate(0, 24px) rotate(0deg) scale(0.92);
  }
  22%,
  52% {
    opacity: 0.22;
    transform: translate(-50%, -50%) translate(var(--swatch-x), var(--swatch-y)) rotate(var(--swatch-r)) scale(1);
  }
  74% {
    opacity: 0.16;
    transform: translate(-50%, -50%) translate(0, 10px) rotate(0deg) scale(0.96);
  }
}

@keyframes galokOrbitDrift {
  0%,
  100% {
    opacity: 0.38;
    transform: translate(-50%, -50%) rotate(var(--orbit-rotate)) scaleX(0.94);
  }
  50% {
    opacity: 0.68;
    transform: translate(-50%, -50%) rotate(var(--orbit-end)) scaleX(1.02);
  }
}

@media (max-width: 1020px) {
  .galok-identity-panel {
    top: 45%;
    width: min(760px, 92vw);
    height: min(500px, 54svh);
    min-height: 360px;
  }

  .identity-color-field {
    width: min(560px, 82vw);
    height: 250px;
  }

  .identity-swatch {
    width: clamp(78px, 15vw, 132px);
    height: clamp(106px, 20vw, 178px);
  }

  .g-mark-stage {
    width: clamp(220px, 34vw, 330px);
    transform: translate(-50%, -55%);
  }

  .identity-lockup {
    top: calc(50% + clamp(126px, 20vw, 186px));
  }

  .galok-identity-panel + .reel-caption {
    bottom: 26px;
  }
}

@media (max-width: 720px) {
  .galok-identity-panel {
    top: 43%;
    width: min(430px, 92vw);
    height: 330px;
    min-height: 320px;
  }

  .identity-orbit {
    width: 340px;
    height: 130px;
  }

  .identity-color-field {
    width: 340px;
    height: 190px;
  }

  .identity-swatch {
    width: 74px;
    height: 104px;
    border-radius: 18px;
  }

  .swatch-red {
    --swatch-x: -92px;
    --swatch-y: 14px;
  }

  .swatch-blue {
    --swatch-x: -32px;
    --swatch-y: -10px;
  }

  .swatch-gold {
    --swatch-x: 32px;
    --swatch-y: -8px;
  }

  .swatch-green {
    --swatch-x: 92px;
    --swatch-y: 14px;
  }

  .g-mark-stage {
    width: clamp(188px, 58vw, 240px);
  }

  .g-main {
    stroke-width: 11;
  }

  .g-brush {
    stroke-width: 16;
  }

  .identity-lockup {
    top: calc(50% + 126px);
  }

  .galok-identity-panel + .reel-caption {
    bottom: 20px;
    width: min(300px, 82vw);
  }
}

/* Interaction pass: buttonized navigation, hero controls, and guided homepage flow. */
.site-nav {
  box-shadow: 0 1px 0 rgba(255, 250, 242, 0.78), 0 12px 32px rgba(23, 23, 23, 0.035);
}

.brand {
  min-height: 48px;
  padding: 6px 10px 6px 6px;
  border: 1px solid transparent;
  border-radius: 12px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.brand:hover,
.brand:focus-visible {
  background: rgba(255, 250, 242, 0.7);
  border-color: rgba(216, 210, 200, 0.82);
  transform: translateY(-1px);
}

.nav-links {
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(216, 210, 200, 0.58);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.nav-links a {
  position: relative;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.nav-links a::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(216, 210, 200, 0.9);
  box-shadow: 0 8px 18px rgba(23, 23, 23, 0.06);
  transform: translateY(-1px);
}

.nav-links a:hover::before,
.nav-links a:focus-visible::before,
.nav-links a[aria-current="page"]::before {
  opacity: 0.52;
  transform: scale(1);
}

.nav-links a[aria-current="page"] {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 10px 22px rgba(23, 23, 23, 0.12);
}

.nav-links a[aria-current="page"].external-link::after,
.nav-links a[aria-current="page"]::after {
  color: rgba(255, 250, 242, 0.72);
}

.launch-hero .hero-system {
  gap: 10px;
}

.series-pill {
  --pill-accent: var(--ink);
  position: relative;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px 7px 9px;
  color: var(--ink);
  border: 1px solid rgba(216, 210, 200, 0.9);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  font-family: var(--font-serif);
  line-height: 1;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.series-pill-view { --pill-accent: var(--macro); }
.series-pill-frame { --pill-accent: var(--frame); }
.series-pill-observe { --pill-accent: var(--scene); }

.series-pill::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -7px;
  height: 2px;
  border-radius: 999px;
  background: var(--pill-accent);
  opacity: 0;
  transform: scaleX(0.36);
  transition: opacity 180ms ease, transform 220ms ease;
}

.series-pill .glyph-inline {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: var(--pill-accent);
  border: 1px solid rgba(216, 210, 200, 0.9);
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.72);
  font-size: 1.25rem;
}

.series-pill > span:not(.glyph-draw) {
  color: inherit;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 700;
}

.series-pill small {
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.series-pill:hover,
.series-pill:focus-visible,
.series-pill.is-active {
  color: var(--pill-accent);
  background: rgba(255, 255, 255, 0.72);
  border-color: color-mix(in srgb, var(--pill-accent) 45%, var(--line));
  box-shadow: 0 14px 32px rgba(23, 23, 23, 0.08);
  transform: translateY(-2px);
}

.series-pill:hover::after,
.series-pill:focus-visible::after,
.series-pill.is-active::after {
  opacity: 0.86;
  transform: scaleX(1);
}

.launch-actions {
  width: min(390px, 100%);
  display: grid;
  grid-template-columns: 1fr;
  align-self: end;
  gap: 12px;
  padding: 14px;
  border-radius: 24px;
}

.issue-chip {
  position: relative;
  display: grid;
  gap: 3px;
  padding: 14px 15px;
  color: var(--ink);
  border: 1px solid rgba(216, 210, 200, 0.86);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(158, 42, 43, 0.1), transparent 36%),
    rgba(255, 250, 242, 0.78);
  overflow: hidden;
  transition:
    transform 190ms ease,
    border-color 190ms ease,
    box-shadow 190ms ease,
    background 190ms ease;
}

.issue-chip::after {
  content: "";
  position: absolute;
  inset: auto 12px 10px auto;
  width: 34px;
  height: 1px;
  background: var(--macro);
  opacity: 0.5;
  transform-origin: right;
  transition: transform 220ms ease, opacity 190ms ease;
}

.issue-chip span,
.issue-chip small {
  color: var(--muted);
  font-family: var(--font-ui);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.issue-chip span {
  color: var(--macro);
  font-size: 0.74rem;
  font-weight: 800;
}

.issue-chip strong {
  font-family: var(--font-serif);
  font-size: 1.32rem;
  line-height: 1.06;
}

.issue-chip small {
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.issue-chip:hover,
.issue-chip:focus-visible {
  background:
    linear-gradient(90deg, rgba(158, 42, 43, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.82);
  border-color: color-mix(in srgb, var(--macro) 45%, var(--line));
  box-shadow: 0 14px 30px rgba(23, 23, 23, 0.09);
  transform: translateY(-2px);
}

.issue-chip:hover::after,
.issue-chip:focus-visible::after {
  opacity: 0.86;
  transform: scaleX(1.6);
}

.action-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(118px, 1fr) auto;
  gap: 8px;
}

.action-row .button-link,
.action-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.action-button {
  color: var(--ink);
  border: 1px solid rgba(216, 210, 200, 0.92);
  background: rgba(255, 250, 242, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.action-button:hover,
.action-button:focus-visible {
  color: var(--macro);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(158, 42, 43, 0.3);
  box-shadow: 0 10px 20px rgba(23, 23, 23, 0.07);
  transform: translateY(-1px);
}

.series-card {
  position: relative;
  overflow: hidden;
}

.series-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0;
  transform: translateY(10px) scaleX(0.4);
  transform-origin: left;
  transition: opacity 220ms ease, transform 260ms ease;
}

.series-card:hover::after,
.series-card:focus-visible::after,
.series-card.is-spotlit::after {
  opacity: 0.8;
  transform: translateY(0) scaleX(1);
}

.series-card.is-spotlit {
  border-color: var(--accent);
  box-shadow: 0 22px 60px rgba(23, 23, 23, 0.12);
  transform: translateY(-4px);
}

.series-card.is-dimmed {
  opacity: 0.58;
  transform: scale(0.992);
}

.series-grid.is-guided .series-card {
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

@media (max-width: 1020px) {
  .nav-inner {
    align-items: flex-start;
  }

  .nav-links {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .launch-actions {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .brand {
    width: 100%;
  }

  .nav-links {
    border-radius: 18px;
    padding: 5px;
  }

  .nav-links a {
    min-height: 36px;
    padding: 7px 11px;
    font-size: 0.88rem;
  }

  .launch-hero .hero-system {
    display: grid;
    grid-template-columns: 1fr;
  }

  .series-pill {
    width: 100%;
    justify-content: flex-start;
  }

  .action-row {
    grid-template-columns: 1fr;
  }

  .action-row .button-link,
  .action-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .g-state,
  .g-state::after,
  .g-main,
  .g-brush,
  .g-guide,
  .g-ghost,
  .g-press-shadow,
  .construct-line,
  .construct-dot,
  .identity-swatch,
  .identity-orbit,
  .ink-pool {
    animation: none !important;
  }

  .g-paper {
    opacity: 1;
    filter: none;
    transform: translateY(0) scale(1);
  }

  .g-paper .g-main,
  .g-paper .g-ghost {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

/* Second pass: six designed Galok G marks that transform as a calm brand reel. */
.g-logo-morph-stage {
  width: clamp(284px, 27vw, 450px);
  transform: translate(-50%, -55%);
}

.g-logo-morph-stage::before {
  inset: 6%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.98), rgba(251, 250, 247, 0.54) 52%, transparent 72%),
    radial-gradient(circle at 42% 38%, rgba(158, 42, 43, 0.055), transparent 34%),
    radial-gradient(circle at 62% 58%, rgba(47, 93, 124, 0.06), transparent 38%);
  box-shadow:
    0 34px 96px rgba(23, 23, 23, 0.09),
    inset 0 0 0 1px rgba(191, 183, 170, 0.12);
}

.logo-transition-wash {
  position: absolute;
  inset: 11%;
  z-index: 12;
  border-radius: 42% 58% 52% 48%;
  background:
    linear-gradient(104deg, transparent 0 28%, rgba(255, 255, 255, 0.62) 43%, rgba(255, 255, 255, 0.18) 52%, transparent 68%),
    linear-gradient(90deg, rgba(158, 42, 43, 0.08), rgba(47, 93, 124, 0.08), rgba(201, 162, 39, 0.08));
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translateX(-42%) rotate(-8deg) scale(0.86);
  animation: logoTransitionWash 44.4s cubic-bezier(0.42, 0, 0.18, 1) infinite;
}

.g-logo-state {
  color: var(--ink);
  filter: blur(12px);
  opacity: 0;
  transform: translateY(12px) scale(0.9) rotate(-1.5deg);
  animation: logoVariantCycle 44.4s cubic-bezier(0.42, 0, 0.18, 1) infinite;
  animation-delay: var(--delay);
}

.g-logo-state::after {
  display: none;
}

.art-g-logo {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
  filter: drop-shadow(0 22px 36px rgba(23, 23, 23, 0.1));
}

.art-g-logo path,
.art-g-logo circle,
.art-g-logo rect,
.art-g-logo ellipse {
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
}

.logo-ring,
.logo-bar,
.cut-segment,
.ink-ring,
.ink-bar,
.ink-tail,
.press-ring,
.press-bar,
.glass-ring,
.glass-bar,
.grid-ring,
.grid-bar {
  stroke-dasharray: 920;
  stroke-dashoffset: 920;
  animation: logoStrokeReveal 44.4s cubic-bezier(0.42, 0, 0.18, 1) infinite;
  animation-delay: var(--delay);
}

.logo-shadow {
  stroke: rgba(23, 23, 23, 0.08);
  stroke-width: 50;
  opacity: 0;
  animation: logoSoftShadow 44.4s ease infinite;
  animation-delay: var(--delay);
}

.logo-botanical .botanical-ring {
  stroke: #2f7d65;
  stroke-width: 34;
}

.logo-botanical .botanical-bar {
  stroke: #0f6f65;
  stroke-width: 32;
}

.leaf-vein,
.logo-sprout {
  stroke: #123f37;
  stroke-width: 3.2;
  opacity: 0;
  animation: logoDetailFade 44.4s ease infinite;
  animation-delay: var(--delay);
}

.logo-leaf,
.paper-hole,
.glass-pin,
.pixel-row rect,
.ink-drop {
  opacity: 0;
  transform: scale(0.72);
  animation: logoPiecePop 44.4s cubic-bezier(0.22, 0.74, 0.18, 1) infinite;
  animation-delay: var(--delay);
}

.logo-leaf {
  fill: rgba(115, 195, 155, 0.72);
  stroke: #123f37;
  stroke-width: 1.8;
}

.logo-sprout {
  fill: rgba(115, 195, 155, 0.24);
  stroke-width: 3.2;
}

.cut-segment {
  stroke-width: 39;
}

.cut-gold {
  stroke: #c9a227;
}

.cut-rose {
  stroke: #b98378;
}

.cut-blue {
  stroke: #2f5d7c;
}

.cut-red {
  stroke: #9e2a2b;
  stroke-width: 34;
}

.cut-highlight {
  stroke: #fff7e8;
  stroke-width: 8;
  opacity: 0;
  animation: logoDetailFade 44.4s ease infinite;
  animation-delay: var(--delay);
}

.cut-stitch {
  stroke: #10243a;
  stroke-width: 5;
  stroke-dasharray: 7 10;
  opacity: 0;
  animation: logoDetailFade 44.4s ease infinite;
  animation-delay: var(--delay);
}

.paper-hole {
  fill: #fff7e8;
  stroke: none;
}

.glass-pane {
  fill: rgba(255, 255, 255, 0.26);
  stroke: rgba(47, 93, 124, 0.22);
  stroke-width: 2;
  opacity: 0;
  backdrop-filter: blur(5px);
  animation: logoPaneSlide 44.4s cubic-bezier(0.42, 0, 0.18, 1) infinite;
  animation-delay: var(--delay);
}

.pane-one {
  transform: translate(-16px, 8px) rotate(-8deg);
}

.pane-two {
  transform: translate(18px, -7px) rotate(6deg);
}

.pane-three {
  transform: translate(0, 4px) rotate(-1deg);
}

.glass-ring,
.glass-bar {
  stroke: rgba(47, 93, 124, 0.88);
  stroke-width: 32;
}

.glass-pin {
  fill: #2f5d7c;
}

.grid-ring,
.grid-bar {
  stroke: #9e2a2b;
  stroke-width: 34;
  stroke-linecap: square;
}

.grid-bar {
  stroke: #2f5d7c;
}

.pixel-row rect {
  fill: #f6d7d2;
  stroke: #b32635;
  stroke-width: 1;
}

.grid-lines {
  stroke: rgba(255, 250, 242, 0.72);
  stroke-width: 4;
  opacity: 0;
  animation: logoDetailFade 44.4s ease infinite;
  animation-delay: var(--delay);
}

.press-paper {
  fill: #f3ebdf;
  stroke: rgba(191, 183, 170, 0.6);
  stroke-width: 1.5;
  opacity: 0;
  animation: logoPaperPress 44.4s ease infinite;
  animation-delay: var(--delay);
}

.press-shadow {
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 51;
  opacity: 0;
  animation: logoSoftShadow 44.4s ease infinite;
  animation-delay: var(--delay);
}

.press-ring,
.press-bar {
  stroke: #2d2a25;
  stroke-width: 32;
  filter: drop-shadow(6px 7px 0 rgba(120, 108, 93, 0.28));
}

.paper-deboss {
  stroke: rgba(134, 124, 109, 0.34);
  stroke-width: 2;
  opacity: 0;
  animation: logoDetailFade 44.4s ease infinite;
  animation-delay: var(--delay);
}

.ink-ring,
.ink-bar,
.ink-tail {
  stroke: #111111;
  stroke-width: 38;
  filter: drop-shadow(0 18px 28px rgba(23, 23, 23, 0.1));
}

.ink-bar,
.ink-tail {
  stroke-width: 32;
}

.ink-drop {
  fill: #111111;
  stroke: none;
}

.ink-splash {
  stroke: #111111;
  stroke-width: 8;
  opacity: 0;
  animation: logoDetailFade 44.4s ease infinite;
  animation-delay: var(--delay);
}

.identity-film.is-paused .g-logo-state,
.identity-film.is-paused .g-logo-state *,
.identity-film.is-paused .logo-transition-wash {
  animation-play-state: paused;
}

@keyframes logoVariantCycle {
  0% {
    opacity: 0;
    filter: blur(13px);
    transform: translateY(14px) scale(0.88) rotate(-1.4deg);
  }
  2.6% {
    opacity: 0.28;
    filter: blur(7px);
  }
  5.1%,
  12.6% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1) rotate(0deg);
  }
  15.1% {
    opacity: 0.24;
    filter: blur(8px);
    transform: translateY(-8px) scale(1.035) rotate(1.2deg);
  }
  16.66%,
  100% {
    opacity: 0;
    filter: blur(13px);
    transform: translateY(-14px) scale(1.055) rotate(1.4deg);
  }
}

@keyframes logoStrokeReveal {
  0%,
  2.2% {
    opacity: 0;
    stroke-dashoffset: 920;
  }
  5.2% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  12.8% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  16.66%,
  100% {
    opacity: 0;
    stroke-dashoffset: -250;
  }
}

@keyframes logoSoftShadow {
  0%,
  2.5% {
    opacity: 0;
    transform: translate(12px, 10px) scale(0.94);
  }
  5.6%,
  12.6% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  16.66%,
  100% {
    opacity: 0;
    transform: translate(-10px, -8px) scale(1.03);
  }
}

@keyframes logoDetailFade {
  0%,
  5.4% {
    opacity: 0;
    transform: translateY(4px);
  }
  7.2%,
  12.6% {
    opacity: 1;
    transform: translateY(0);
  }
  16.66%,
  100% {
    opacity: 0;
    transform: translateY(-4px);
  }
}

@keyframes logoPiecePop {
  0%,
  5.6% {
    opacity: 0;
    transform: scale(0.72);
  }
  7.6%,
  12.7% {
    opacity: 1;
    transform: scale(1);
  }
  16.66%,
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes logoPaneSlide {
  0%,
  4.6% {
    opacity: 0;
  }
  6.6%,
  12.7% {
    opacity: 1;
  }
  16.66%,
  100% {
    opacity: 0;
  }
}

@keyframes logoPaperPress {
  0%,
  4.4% {
    opacity: 0;
    transform: scale(0.94);
  }
  6.2%,
  12.8% {
    opacity: 1;
    transform: scale(1);
  }
  16.66%,
  100% {
    opacity: 0;
    transform: scale(1.025);
  }
}

@keyframes logoTransitionWash {
  0%,
  13.9%,
  16.66%,
  30.56%,
  33.32%,
  47.22%,
  49.98%,
  63.88%,
  66.64%,
  80.54%,
  83.3%,
  97.2%,
  100% {
    opacity: 0;
    transform: translateX(-42%) rotate(-8deg) scale(0.86);
  }
  15.2%,
  31.86%,
  48.52%,
  65.18%,
  81.84%,
  98.5% {
    opacity: 0.8;
    transform: translateX(42%) rotate(5deg) scale(1.08);
  }
}

@media (max-width: 720px) {
  .g-logo-morph-stage {
    width: clamp(230px, 66vw, 285px);
  }

  .cut-segment,
  .logo-ring,
  .ink-ring {
    stroke-width: 38;
  }

  .logo-bar,
  .ink-bar,
  .ink-tail {
    stroke-width: 33;
  }
}

@media (prefers-reduced-motion: reduce) {
  .g-logo-state,
  .g-logo-state *,
  .logo-transition-wash {
    animation: none !important;
  }

  .logo-botanical {
    opacity: 1;
    filter: none;
    transform: translateY(0) scale(1) rotate(0deg);
  }

  .logo-botanical .logo-ring,
  .logo-botanical .logo-bar,
  .logo-botanical .logo-shadow,
  .logo-botanical .logo-leaf,
  .logo-botanical .leaf-vein,
  .logo-botanical .logo-sprout {
    opacity: 1;
    stroke-dashoffset: 0;
    transform: none;
  }
}

/* Final GalokMotionHero: one stable serif G, many quiet editorial material states. */
:root {
  --galok-motion-cycle: 15s;
  --galok-charcoal: #171615;
  --galok-oxblood: #9e2a2b;
  --galok-gold: #c2a24a;
  --galok-parchment: #efe6d9;
  --galok-sage: #b6c4b8;
  --galok-rose: #cda198;
  --galok-bluegray: #aebbc0;
}

.GalokMotionHero.galok-identity-panel {
  top: 45%;
  width: min(980px, 84vw);
  height: min(560px, 56svh);
  min-height: 440px;
  display: grid;
  place-items: center;
  overflow: hidden;
  perspective: none;
}

.GalokMotionHero .HeroCard,
.GalokMotionHero .MotionStage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.GalokMotionHero .MotionStage::before {
  content: "";
  position: absolute;
  width: min(720px, 68vw);
  height: min(260px, 25svh);
  border: 1px solid rgba(191, 183, 170, 0.18);
  border-radius: 50%;
  opacity: 0.72;
  transform: rotate(-5deg);
}

.GalokMotionHero .MotionStage::after {
  content: "";
  position: absolute;
  width: clamp(270px, 31vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98), rgba(251, 250, 247, 0.56) 58%, transparent 73%),
    radial-gradient(circle at 42% 32%, rgba(158, 42, 43, 0.045), transparent 36%),
    radial-gradient(circle at 62% 62%, rgba(194, 162, 74, 0.05), transparent 40%);
  box-shadow: 0 32px 92px rgba(23, 23, 23, 0.08);
}

.GalokMotionHero .GMark {
  position: relative;
  z-index: 3;
  width: clamp(300px, 38svh, 455px);
  height: clamp(250px, 32svh, 380px);
  overflow: visible;
  color: var(--galok-charcoal);
  shape-rendering: geometricPrecision;
}

.motion-paper-grain {
  fill: transparent;
  filter: url(#galokPaperGrain);
  opacity: 0.7;
  pointer-events: none;
}

.motion-g-clip-text,
.stable-serif-g {
  font-family: var(--font-serif);
  font-size: 350px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.motion-g-clip-text {
  fill: #fff;
}

.stable-serif-g {
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.motion-layer {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation-duration: var(--galok-motion-cycle);
  animation-timing-function: cubic-bezier(0.42, 0, 0.18, 1);
  animation-iteration-count: infinite;
}

.layer-classic-fill {
  fill: var(--galok-charcoal);
  animation-name: gClassicFill;
}

.layer-classic-text {
  fill: var(--galok-charcoal);
  animation-name: gClassicText;
}

.layer-letterpress-fill {
  fill: var(--galok-parchment);
  animation-name: gLetterpress;
}

.layer-letterpress-shadow {
  fill: rgba(88, 76, 61, 0.26);
  transform: translate(4px, 5px);
  animation-name: gLetterpressShadow;
}

.layer-letterpress-highlight {
  fill: rgba(255, 255, 255, 0.82);
  transform: translate(-3px, -4px);
  animation-name: gLetterpressHighlight;
}

.pane-slab {
  stroke: rgba(47, 93, 124, 0.18);
  stroke-width: 1.2;
  mix-blend-mode: multiply;
}

.pane-slab-a {
  fill: rgba(239, 230, 217, 0.7);
  transform: rotate(-7deg);
  transform-origin: 50% 50%;
}

.pane-slab-b {
  fill: rgba(182, 196, 184, 0.54);
  transform: rotate(4deg);
  transform-origin: 50% 50%;
}

.pane-slab-c {
  fill: rgba(205, 161, 152, 0.4);
  transform: rotate(10deg);
  transform-origin: 50% 50%;
}

.layer-pane-outline {
  fill: transparent;
  stroke: rgba(47, 93, 124, 0.78);
  stroke-width: 2.2;
  paint-order: stroke;
  animation-name: gPaneOutline;
}

.layer-construction {
  animation-name: gConstruction;
  fill: none;
  stroke: rgba(47, 93, 124, 0.72);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.construction-g {
  fill: transparent;
  stroke: rgba(23, 22, 21, 0.8);
  stroke-width: 1.2;
  paint-order: stroke;
}

.viewfinder,
.measure-line,
.measure-tick {
  fill: none;
  stroke: rgba(47, 93, 124, 0.45);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.measure-line {
  stroke-dasharray: 2 8;
}

.coordinate-dot {
  fill: rgba(158, 42, 43, 0.56);
  stroke: none;
}

.receipt-rule {
  fill: none;
  stroke: rgba(43, 41, 38, 0.34);
  stroke-width: 2;
}

.archive-fragment {
  fill: rgba(43, 41, 38, 0.34);
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.layer-archive-outline {
  fill: transparent;
  stroke: rgba(43, 41, 38, 0.62);
  stroke-width: 1.4;
  paint-order: stroke;
  animation-name: gArchiveOutline;
}

.layer-ink-fill {
  fill: #0f0f0e;
  filter: url(#galokInkEdge);
  animation-name: gInkFill;
}

.layer-ink-text {
  fill: #0f0f0e;
  filter: url(#galokInkEdge);
  animation-name: gInkText;
}

.ink-bleed {
  fill: none;
  stroke: rgba(15, 15, 14, 0.64);
  stroke-width: 3;
  stroke-linecap: round;
  animation-name: gInkBleed;
}

.ink-bleed-b {
  fill: rgba(15, 15, 14, 0.42);
  stroke: none;
}

.motion-ghost-g {
  display: none;
}

.GalokMotionHero .MetaCaption.identity-lockup {
  top: calc(50% + clamp(142px, 15svh, 210px));
}

.GalokMotionHero + .reel-caption {
  bottom: clamp(24px, 3.6svh, 42px);
  width: min(620px, 76vw);
  text-align: center;
}

.identity-film.is-paused .motion-layer,
.identity-film.is-paused .motion-paper-grain {
  animation-play-state: paused;
}

@media (max-width: 1020px) {
  .GalokMotionHero.galok-identity-panel {
    height: min(500px, 54svh);
    min-height: 370px;
  }

  .GalokMotionHero .GMark {
    width: clamp(280px, 48svh, 390px);
    height: clamp(230px, 39svh, 320px);
  }

  .GalokMotionHero .MetaCaption.identity-lockup {
    top: calc(50% + clamp(124px, 17svh, 178px));
  }
}

@media (max-width: 720px) {
  .GalokMotionHero.galok-identity-panel {
    top: 43%;
    width: min(430px, 92vw);
    height: 330px;
    min-height: 320px;
  }

  .GalokMotionHero .MotionStage::before {
    width: 350px;
    height: 132px;
  }

  .GalokMotionHero .GMark {
    width: clamp(245px, 70vw, 300px);
    height: clamp(206px, 58vw, 250px);
  }

  .motion-g-clip-text,
  .stable-serif-g {
    font-size: 342px;
  }

  .GalokMotionHero .MetaCaption.identity-lockup {
    top: calc(50% + 124px);
  }

  .GalokMotionHero + .reel-caption {
    bottom: 20px;
    width: min(300px, 82vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .GalokMotionHero .layer-classic-fill,
  .GalokMotionHero .layer-classic-text {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* GalokMotionHero final pass: one large editorial serif G with material states only. */
:root {
  --galok-motion-cycle: 15.6s;
}

.launch-hero .identity-visual {
  min-height: clamp(600px, 70svh, 840px);
}

.launch-hero .identity-film {
  min-height: clamp(600px, 70svh, 840px);
}

.GalokMotionHero.galok-identity-panel {
  top: 45.5%;
  width: min(1120px, 90vw);
  height: clamp(500px, 58svh, 700px);
  min-height: 500px;
  pointer-events: none;
}

.GalokMotionHero .MotionStage::before {
  width: min(840px, 72vw);
  height: min(330px, 31svh);
  border-color: rgba(191, 183, 170, 0.22);
  opacity: 0.68;
  transform: rotate(-4deg);
}

.GalokMotionHero .MotionStage::after {
  width: clamp(390px, 40vw, 640px);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98), rgba(251, 250, 247, 0.58) 58%, transparent 74%),
    radial-gradient(circle at 39% 31%, rgba(158, 42, 43, 0.052), transparent 36%),
    radial-gradient(circle at 62% 64%, rgba(47, 93, 124, 0.045), transparent 42%);
  box-shadow:
    0 40px 120px rgba(23, 23, 23, 0.075),
    inset 0 0 0 1px rgba(191, 183, 170, 0.08);
}

.GalokMotionHero .GMark {
  width: clamp(480px, 42vw, 690px);
  height: clamp(360px, 40svh, 520px);
  max-width: calc(100% - 96px);
  max-height: calc(100% - 130px);
  overflow: visible;
}

.motion-g-clip-text,
.stable-serif-g {
  font-size: 455px;
  font-weight: 700;
  dominant-baseline: alphabetic;
}

.motion-layer {
  animation-duration: var(--galok-motion-cycle);
  animation-timing-function: cubic-bezier(0.48, 0, 0.18, 1);
}

.layer-classic-fill,
.layer-classic-text {
  fill: var(--galok-charcoal);
}

.layer-classic-fill {
  animation-name: gClassicFill;
}

.layer-classic-text {
  animation-name: gClassicText;
}

.layer-letterpress-fill {
  fill: #ede4d7;
  animation-name: gLetterpress;
}

.layer-letterpress-shadow {
  fill: rgba(82, 72, 58, 0.28);
  transform: translate(5px, 6px);
  animation-name: gLetterpressShadow;
}

.layer-letterpress-highlight {
  fill: rgba(255, 255, 255, 0.9);
  transform: translate(-4px, -5px);
  animation-name: gLetterpressHighlight;
}

.layer-pane-fill {
  animation-name: gPane;
}

.pane-slab-a {
  fill: rgba(239, 230, 217, 0.78);
}

.pane-slab-b {
  fill: rgba(182, 196, 184, 0.6);
}

.pane-slab-c {
  fill: rgba(205, 161, 152, 0.44);
}

.layer-pane-outline {
  stroke: rgba(47, 93, 124, 0.62);
  stroke-width: 1.7;
  animation-name: gPaneOutline;
}

.layer-construction {
  animation-name: gConstruction;
}

.construction-g {
  stroke: rgba(23, 22, 21, 0.78);
  stroke-width: 1.45;
}

.viewfinder,
.measure-line,
.measure-tick {
  stroke: rgba(47, 93, 124, 0.48);
  stroke-width: 1.25;
}

.coordinate-dot {
  fill: rgba(158, 42, 43, 0.52);
}

.layer-archive-fill {
  animation-name: gArchive;
}

.layer-archive-outline {
  stroke: rgba(43, 41, 38, 0.58);
  stroke-width: 1.3;
  animation-name: gArchiveOutline;
}

.layer-ink-fill,
.layer-ink-text {
  fill: #10100f;
  filter: url(#galokInkEdge);
}

.layer-ink-fill {
  animation-name: gInkFill;
}

.layer-ink-text {
  animation-name: gInkText;
}

.ink-bleed {
  animation-name: gInkBleed;
}

.GalokMotionHero .MetaCaption.identity-lockup {
  top: calc(50% + clamp(165px, 20svh, 255px));
  gap: 8px;
}

.GalokMotionHero .MetaCaption.identity-lockup strong {
  font-size: clamp(1.02rem, 1.5vw, 1.5rem);
  letter-spacing: 0.18em;
}

.GalokMotionHero .MetaCaption.identity-lockup span {
  font-size: clamp(0.92rem, 1.1vw, 1.12rem);
}

.GalokMotionHero + .reel-caption {
  bottom: clamp(26px, 4.2svh, 56px);
  color: rgba(119, 115, 107, 0.9);
}

@keyframes gClassicFill {
  0%, 9%, 92%, 100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
  12%, 89% {
    opacity: 0;
    filter: blur(7px);
    transform: scale(1.012);
  }
}

@keyframes gClassicText {
  0%, 9.5%, 92%, 100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
  12.5%, 89% {
    opacity: 0;
    filter: blur(6px);
    transform: scale(1.012);
  }
}

@keyframes gLetterpress {
  0%, 9%, 26%, 100% {
    opacity: 0;
    filter: blur(7px);
    transform: scale(0.992);
  }
  13%, 23% {
    opacity: 0.96;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes gLetterpressShadow {
  0%, 9%, 26%, 100% {
    opacity: 0;
    filter: blur(7px);
    transform: translate(8px, 9px) scale(0.99);
  }
  14%, 23% {
    opacity: 0.84;
    filter: blur(0.2px);
    transform: translate(5px, 6px) scale(1);
  }
}

@keyframes gLetterpressHighlight {
  0%, 9%, 26%, 100% {
    opacity: 0;
    filter: blur(6px);
    transform: translate(-8px, -9px) scale(0.99);
  }
  14%, 23% {
    opacity: 0.72;
    filter: blur(0.2px);
    transform: translate(-4px, -5px) scale(1);
  }
}

@keyframes gPane {
  0%, 24%, 42%, 100% {
    opacity: 0;
    filter: blur(7px);
    transform: scale(0.988);
  }
  29%, 38% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes gPaneOutline {
  0%, 24.5%, 42%, 100% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.992);
  }
  29%, 38% {
    opacity: 0.86;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes gConstruction {
  0%, 40%, 58%, 100% {
    opacity: 0;
    filter: blur(6px);
    transform: scale(0.99);
  }
  45%, 54% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes gArchive {
  0%, 56%, 74%, 100% {
    opacity: 0;
    filter: blur(7px);
    transform: scale(0.99);
  }
  61%, 70% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes gArchiveOutline {
  0%, 56%, 74%, 100% {
    opacity: 0;
    filter: blur(5px);
  }
  61%, 70% {
    opacity: 0.72;
    filter: blur(0);
  }
}

@keyframes gInkFill {
  0%, 72%, 91%, 100% {
    opacity: 0;
    filter: url(#galokInkEdge) blur(7px);
    transform: scale(0.986);
  }
  77%, 87% {
    opacity: 1;
    filter: url(#galokInkEdge) blur(0);
    transform: scale(1.002);
  }
}

@keyframes gInkText {
  0%, 72.5%, 91%, 100% {
    opacity: 0;
    filter: url(#galokInkEdge) blur(6px);
  }
  78%, 87% {
    opacity: 0.82;
    filter: url(#galokInkEdge) blur(0);
  }
}

@keyframes gInkBleed {
  0%, 77%, 91%, 100% {
    opacity: 0;
    stroke-dasharray: 36;
    stroke-dashoffset: 36;
  }
  81%, 87% {
    opacity: 0.72;
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1020px) {
  .launch-hero .identity-visual,
  .launch-hero .identity-film {
    min-height: clamp(520px, 62svh, 660px);
  }

  .GalokMotionHero.galok-identity-panel {
    width: min(820px, 92vw);
    height: clamp(430px, 54svh, 560px);
    min-height: 430px;
  }

  .GalokMotionHero .GMark {
    width: clamp(390px, 62vw, 520px);
    height: clamp(310px, 45svh, 410px);
    max-width: calc(100% - 64px);
    max-height: calc(100% - 112px);
  }

  .motion-g-clip-text,
  .stable-serif-g {
    font-size: 430px;
  }

  .GalokMotionHero .MetaCaption.identity-lockup {
    top: calc(50% + clamp(145px, 18svh, 205px));
  }
}

@media (max-width: 720px) {
  .launch-hero .identity-visual,
  .launch-hero .identity-film {
    min-height: clamp(430px, 58svh, 560px);
  }

  .GalokMotionHero.galok-identity-panel {
    top: 44%;
    width: min(430px, 94vw);
    height: clamp(330px, 51svh, 430px);
    min-height: 330px;
  }

  .GalokMotionHero .MotionStage::before {
    width: min(430px, 90vw);
    height: 160px;
  }

  .GalokMotionHero .MotionStage::after {
    width: clamp(270px, 72vw, 360px);
  }

  .GalokMotionHero .GMark {
    width: clamp(300px, 78vw, 365px);
    height: clamp(244px, 64vw, 304px);
    max-width: calc(100% - 28px);
    max-height: calc(100% - 88px);
  }

  .motion-g-clip-text,
  .stable-serif-g {
    font-size: 408px;
  }

  .GalokMotionHero .MetaCaption.identity-lockup {
    top: calc(50% + clamp(112px, 20svh, 148px));
  }

  .GalokMotionHero + .reel-caption {
    bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .GalokMotionHero .motion-layer,
  .GalokMotionHero .motion-paper-grain {
    animation: none !important;
  }

  .GalokMotionHero .layer-letterpress-fill,
  .GalokMotionHero .layer-letterpress-shadow,
  .GalokMotionHero .layer-letterpress-highlight,
  .GalokMotionHero .layer-pane-fill,
  .GalokMotionHero .layer-pane-outline,
  .GalokMotionHero .layer-construction,
  .GalokMotionHero .layer-archive-fill,
  .GalokMotionHero .layer-archive-outline,
  .GalokMotionHero .layer-ink-fill,
  .GalokMotionHero .layer-ink-text,
  .GalokMotionHero .ink-bleed {
    opacity: 0 !important;
  }

  .GalokMotionHero .layer-classic-fill,
  .GalokMotionHero .layer-classic-text {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

/* Relaunch draft: a calmer, video-like editorial motion panel for the homepage. */
:root {
  --relaunch-cycle: 18s;
  --relaunch-ease: cubic-bezier(0.52, 0, 0.18, 1);
}

.launch-hero {
  min-height: auto;
  gap: clamp(22px, 3vw, 40px);
  padding: clamp(18px, 2vw, 28px) 0 clamp(48px, 6vw, 76px);
}

.launch-hero .identity-visual,
.launch-hero .identity-film {
  min-height: clamp(380px, 50svh, 590px);
}

.launch-hero .identity-visual {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.86), rgba(247, 244, 239, 0.72)),
    radial-gradient(circle at 52% 40%, rgba(255, 255, 255, 0.92), transparent 48%),
    #fbfaf7;
}

.launch-hero .identity-film {
  background:
    repeating-linear-gradient(0deg, rgba(158, 42, 43, 0.026) 0 1px, transparent 1px 30px),
    linear-gradient(90deg, rgba(255, 250, 242, 0.72), rgba(255, 250, 242, 0.2) 50%, rgba(255, 250, 242, 0.72)),
    #fbfaf7;
}

.editorial-motion-panel.logo-reel {
  top: 49%;
  width: min(1120px, 88vw);
  height: clamp(320px, 42svh, 500px);
  min-height: 320px;
  pointer-events: auto;
}

.motion-stage-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 210, 200, 0.72);
  border-radius: calc(var(--radius) + 2px);
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.56) 34%, transparent 64%),
    linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(242, 235, 225, 0.74));
  box-shadow:
    0 34px 86px rgba(23, 23, 23, 0.09),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  transform: translateZ(0);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.motion-stage-card:hover {
  border-color: rgba(191, 183, 170, 0.95);
  box-shadow:
    0 38px 96px rgba(23, 23, 23, 0.11),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  transform: translateY(-1px);
}

.motion-grid {
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(191, 183, 170, 0.22);
  background:
    linear-gradient(90deg, rgba(47, 93, 124, 0.055) 1px, transparent 1px) 0 0 / 88px 100%,
    linear-gradient(0deg, rgba(158, 42, 43, 0.045) 1px, transparent 1px) 0 0 / 100% 56px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.78;
}

.motion-slab,
.motion-receipt,
.motion-chart,
.motion-crossing,
.motion-orbit,
.motion-index,
.motion-caption,
.motion-gmark {
  position: absolute;
  animation-duration: var(--relaunch-cycle);
  animation-timing-function: var(--relaunch-ease);
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.motion-slab {
  border: 1px solid rgba(47, 43, 38, 0.08);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.07);
  mix-blend-mode: multiply;
}

.slab-paper {
  left: 16%;
  top: 17%;
  width: 25%;
  height: 45%;
  background: rgba(246, 237, 222, 0.82);
  animation-name: slabPaperDrift;
}

.slab-blue {
  left: 56%;
  top: 12%;
  width: 22%;
  height: 54%;
  background: rgba(47, 93, 124, 0.18);
  animation-name: slabBlueDrift;
}

.slab-red {
  left: 28%;
  bottom: 12%;
  width: 34%;
  height: 20%;
  background: rgba(158, 42, 43, 0.16);
  animation-name: slabRedDrift;
}

.slab-gold {
  right: 12%;
  bottom: 18%;
  width: 18%;
  height: 28%;
  background: rgba(201, 162, 39, 0.2);
  animation-name: slabGoldDrift;
}

.motion-gmark {
  left: 50%;
  top: 46%;
  z-index: 4;
  color: #161514;
  font-family: var(--font-serif);
  font-size: clamp(8rem, 15vw, 15.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88),
    0 22px 56px rgba(23, 23, 23, 0.12);
  transform: translate(-50%, -50%);
  animation-name: gEditorialPulse;
}

.motion-gmark::before,
.motion-gmark::after {
  content: "G";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.motion-gmark::before {
  color: rgba(158, 42, 43, 0.15);
  transform: translate(-8px, 7px);
  animation: gGhostRed var(--relaunch-cycle) var(--relaunch-ease) infinite both;
}

.motion-gmark::after {
  color: rgba(47, 93, 124, 0.13);
  transform: translate(9px, -6px);
  animation: gGhostBlue var(--relaunch-cycle) var(--relaunch-ease) infinite both;
}

.motion-receipt {
  left: 18%;
  top: 48%;
  z-index: 3;
  width: clamp(70px, 8vw, 110px);
  height: clamp(94px, 10vw, 142px);
  padding: 18px 13px;
  border: 1px solid rgba(191, 183, 170, 0.72);
  border-radius: 5px 5px 12px 12px;
  background: rgba(255, 250, 242, 0.9);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 89% 100%, 77% 90%, 64% 100%, 52% 90%, 39% 100%, 27% 90%, 14% 100%, 0 88%);
  transform-origin: center;
  animation-name: receiptFloat;
}

.motion-receipt span {
  display: block;
  height: 2px;
  margin: 0 0 12px;
  background: rgba(23, 23, 23, 0.32);
}

.motion-receipt span:nth-child(2) {
  width: 72%;
}

.motion-receipt span:nth-child(3) {
  width: 88%;
}

.motion-receipt span:nth-child(4) {
  width: 52%;
  background: rgba(158, 42, 43, 0.42);
}

.motion-chart {
  right: 18%;
  top: 34%;
  z-index: 3;
  width: clamp(110px, 12vw, 168px);
  height: clamp(88px, 10vw, 132px);
  border-left: 1px solid rgba(23, 23, 23, 0.24);
  border-bottom: 1px solid rgba(23, 23, 23, 0.24);
  animation-name: chartFloat;
}

.motion-chart i {
  position: absolute;
  bottom: 0;
  width: 12%;
  border-radius: 999px 999px 0 0;
  background: var(--bar-color, rgba(47, 93, 124, 0.62));
  transform-origin: bottom;
  animation: chartBar var(--relaunch-cycle) var(--relaunch-ease) infinite both;
}

.motion-chart i:nth-child(1) { left: 14%; height: 38%; --bar-color: rgba(158, 42, 43, 0.62); }
.motion-chart i:nth-child(2) { left: 36%; height: 62%; --bar-color: rgba(47, 93, 124, 0.66); animation-delay: 120ms; }
.motion-chart i:nth-child(3) { left: 58%; height: 84%; --bar-color: rgba(201, 162, 39, 0.62); animation-delay: 240ms; }
.motion-chart i:nth-child(4) { left: 80%; height: 54%; --bar-color: rgba(47, 109, 97, 0.58); animation-delay: 360ms; }

.motion-crossing {
  left: 52%;
  bottom: 13%;
  z-index: 2;
  width: clamp(190px, 23vw, 300px);
  height: 76px;
  transform-origin: center;
  animation-name: crossingGlide;
}

.motion-crossing span {
  position: absolute;
  top: 50%;
  width: 16%;
  height: 11px;
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.16);
  transform: translateY(-50%) rotate(-12deg);
}

.motion-crossing span:nth-child(1) { left: 0; }
.motion-crossing span:nth-child(2) { left: 20%; }
.motion-crossing span:nth-child(3) { left: 40%; background: rgba(158, 42, 43, 0.18); }
.motion-crossing span:nth-child(4) { left: 60%; }
.motion-crossing span:nth-child(5) { left: 80%; }

.motion-orbit {
  left: 50%;
  top: 46%;
  width: min(720px, 62vw);
  height: min(250px, 22svh);
  z-index: 1;
  border: 1px solid rgba(191, 183, 170, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  animation-name: orbitSweep;
}

.orbit-b {
  width: min(520px, 46vw);
  height: min(190px, 18svh);
  border-color: rgba(47, 93, 124, 0.16);
  animation-delay: -6s;
  animation-direction: reverse;
}

.motion-index {
  left: clamp(24px, 4vw, 62px);
  bottom: clamp(24px, 4vw, 56px);
  z-index: 5;
  display: grid;
  gap: 6px;
  color: rgba(56, 52, 47, 0.78);
  font-family: var(--font-ui);
  font-size: clamp(0.78rem, 0.88vw, 0.96rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation-name: indexReveal;
}

.motion-caption {
  right: clamp(24px, 4vw, 62px);
  bottom: clamp(24px, 4vw, 56px);
  z-index: 5;
  display: grid;
  justify-items: end;
  gap: 5px;
  color: rgba(56, 52, 47, 0.78);
  text-align: right;
  animation-name: captionReveal;
}

.motion-caption strong {
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: clamp(1rem, 1.18vw, 1.28rem);
  letter-spacing: 0.18em;
}

.motion-caption span {
  color: var(--muted);
  font-size: clamp(0.92rem, 1vw, 1.08rem);
}

.editorial-motion-panel + .reel-caption {
  bottom: clamp(14px, 2vw, 26px);
  width: min(520px, 78vw);
  color: rgba(119, 115, 107, 0.78);
}

.identity-film.is-paused .motion-stage-card,
.identity-film.is-paused .motion-stage-card *,
.identity-film.is-paused .motion-gmark::before,
.identity-film.is-paused .motion-gmark::after {
  animation-play-state: paused !important;
}

.button-link,
.filter-button,
.launch-actions,
.series-card,
.essay-card,
.note-card,
.metric-panel,
.chart-card {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.button-link:hover,
.filter-button:hover,
.series-card:hover,
.essay-card:hover,
.note-card:hover {
  transform: translateY(-2px);
}

.button-link {
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.08);
}

.button-link:hover {
  box-shadow: 0 16px 30px rgba(23, 23, 23, 0.12);
}

.text-link {
  position: relative;
  border-bottom-color: rgba(23, 23, 23, 0.42);
  transition: color 180ms ease, border-color 180ms ease;
}

.text-link:hover {
  color: var(--macro);
  border-bottom-color: currentColor;
}

@keyframes slabPaperDrift {
  0%, 100% { opacity: 0.86; transform: translate3d(-16px, 12px, 0) rotate(-6deg) scale(0.96); }
  24% { opacity: 0.94; transform: translate3d(28px, -14px, 0) rotate(-2deg) scale(1.02); }
  48% { opacity: 0.48; transform: translate3d(82px, 10px, 0) rotate(5deg) scale(0.96); }
  72% { opacity: 0.72; transform: translate3d(12px, 24px, 0) rotate(-10deg) scale(1); }
}

@keyframes slabBlueDrift {
  0%, 100% { opacity: 0.54; transform: translate3d(26px, -12px, 0) rotate(7deg) scale(1); }
  28% { opacity: 0.34; transform: translate3d(-68px, 18px, 0) rotate(-3deg) scale(0.96); }
  58% { opacity: 0.76; transform: translate3d(-18px, -22px, 0) rotate(2deg) scale(1.04); }
  82% { opacity: 0.4; transform: translate3d(42px, 26px, 0) rotate(10deg) scale(0.98); }
}

@keyframes slabRedDrift {
  0%, 100% { opacity: 0.36; transform: translate3d(-36px, 12px, 0) rotate(2deg) scaleX(0.92); }
  30% { opacity: 0.68; transform: translate3d(44px, -12px, 0) rotate(-2deg) scaleX(1.06); }
  64% { opacity: 0.26; transform: translate3d(74px, 18px, 0) rotate(4deg) scaleX(0.96); }
}

@keyframes slabGoldDrift {
  0%, 100% { opacity: 0.42; transform: translate3d(28px, 18px, 0) rotate(-8deg) scale(0.96); }
  34% { opacity: 0.78; transform: translate3d(-44px, -28px, 0) rotate(4deg) scale(1.04); }
  70% { opacity: 0.36; transform: translate3d(-76px, 10px, 0) rotate(12deg) scale(0.94); }
}

@keyframes gEditorialPulse {
  0%, 100% {
    color: #161514;
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1);
  }
  22% {
    color: #271f1b;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9), 0 22px 54px rgba(158,42,43,0.13);
    transform: translate(-50%, -50%) scale(1.018);
  }
  48% {
    color: #20272a;
    transform: translate(-50%, -50%) scale(0.992);
  }
  72% {
    color: #171717;
    filter: blur(0.15px);
    transform: translate(-50%, -50%) scale(1.01);
  }
}

@keyframes gGhostRed {
  0%, 100% { opacity: 0.06; transform: translate(-8px, 7px); }
  28% { opacity: 0.24; transform: translate(-18px, 10px); }
  58% { opacity: 0.04; transform: translate(-5px, 5px); }
}

@keyframes gGhostBlue {
  0%, 100% { opacity: 0.05; transform: translate(9px, -6px); }
  42% { opacity: 0.22; transform: translate(20px, -12px); }
  76% { opacity: 0.06; transform: translate(4px, -4px); }
}

@keyframes receiptFloat {
  0%, 100% { opacity: 0.72; transform: translate3d(-18px, 18px, 0) rotate(-8deg); }
  28% { opacity: 1; transform: translate3d(46px, -24px, 0) rotate(3deg); }
  54% { opacity: 0.28; transform: translate3d(112px, 8px, 0) rotate(10deg); }
  80% { opacity: 0.62; transform: translate3d(20px, 26px, 0) rotate(-4deg); }
}

@keyframes chartFloat {
  0%, 100% { opacity: 0.46; transform: translate3d(24px, -12px, 0) rotate(4deg); }
  34% { opacity: 0.82; transform: translate3d(-44px, 20px, 0) rotate(-3deg); }
  62% { opacity: 1; transform: translate3d(-10px, -14px, 0) rotate(1deg); }
  86% { opacity: 0.36; transform: translate3d(38px, 14px, 0) rotate(8deg); }
}

@keyframes chartBar {
  0%, 100% { transform: scaleY(0.58); }
  38% { transform: scaleY(0.95); }
  66% { transform: scaleY(0.76); }
}

@keyframes crossingGlide {
  0%, 100% { opacity: 0.28; transform: translate3d(-58px, 12px, 0) rotate(-1deg); }
  36% { opacity: 0.5; transform: translate3d(22px, -8px, 0) rotate(-5deg); }
  70% { opacity: 0.72; transform: translate3d(76px, 12px, 0) rotate(-12deg); }
}

@keyframes orbitSweep {
  0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) rotate(-10deg) scale(0.96); }
  45% { opacity: 0.72; transform: translate(-50%, -50%) rotate(5deg) scale(1.04); }
  78% { opacity: 0.26; transform: translate(-50%, -50%) rotate(15deg) scale(0.98); }
}

@keyframes indexReveal {
  0%, 100% { opacity: 0.72; transform: translateY(0); }
  34% { opacity: 1; transform: translateY(-4px); }
  68% { opacity: 0.54; transform: translateY(3px); }
}

@keyframes captionReveal {
  0%, 100% { opacity: 0.82; transform: translateY(0); }
  38% { opacity: 0.58; transform: translateY(4px); }
  72% { opacity: 1; transform: translateY(-4px); }
}

@media (max-width: 1020px) {
  .launch-hero .identity-visual,
  .launch-hero .identity-film {
    min-height: clamp(360px, 48svh, 520px);
  }

  .editorial-motion-panel.logo-reel {
    width: min(820px, 92vw);
    height: clamp(310px, 41svh, 450px);
    min-height: 310px;
  }

  .motion-gmark {
    font-size: clamp(7.4rem, 22vw, 12rem);
  }

  .motion-index,
  .motion-caption {
    bottom: 28px;
  }
}

@media (max-width: 720px) {
  .launch-hero {
    padding: 18px 0 42px;
  }

  .launch-hero .identity-visual,
  .launch-hero .identity-film {
    min-height: clamp(310px, 39svh, 400px);
  }

  .editorial-motion-panel.logo-reel {
    top: 48%;
    width: min(330px, 88vw);
    height: clamp(266px, 35svh, 338px);
    min-height: 266px;
  }

  .motion-grid {
    inset: 14px;
    background-size: 52px 100%, 100% 38px;
  }

  .motion-gmark {
    top: 44%;
    font-size: clamp(6.8rem, 34vw, 8.8rem);
  }

  .motion-orbit {
    width: 310px;
    height: 132px;
  }

  .motion-receipt {
    left: 10%;
    top: 43%;
    width: 62px;
    height: 84px;
  }

  .motion-chart {
    right: 9%;
    top: 25%;
    width: 92px;
    height: 74px;
  }

  .motion-crossing {
    left: 43%;
    bottom: 12%;
    width: 176px;
  }

  .motion-index {
    left: 18px;
    bottom: 18px;
    max-width: 142px;
    font-size: 0.68rem;
  }

  .motion-caption {
    right: 18px;
    bottom: 18px;
    max-width: 128px;
  }

  .motion-caption strong {
    font-size: 0.82rem;
  }

  .motion-caption span,
  .editorial-motion-panel + .reel-caption {
    display: none;
  }

  .launch-hero .hero-title {
    font-size: clamp(4.8rem, 24vw, 6.3rem);
  }

  .launch-hero .hero-lede {
    font-size: 1.22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-stage-card,
  .motion-stage-card *,
  .motion-gmark::before,
  .motion-gmark::after {
    animation: none !important;
  }

  .motion-slab,
  .motion-receipt,
  .motion-chart,
  .motion-crossing,
  .motion-orbit {
    opacity: 0.42;
  }
}

/* QA polish: keep the current identity, but tighten the pages that were feeling loose. */
.launch-hero {
  min-height: auto;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.launch-hero .identity-visual,
.launch-hero .identity-film {
  min-height: clamp(330px, 42svh, 480px);
}

.launch-hero .hero-copy {
  align-self: start;
  padding-bottom: 0;
}

.launch-hero .hero-title {
  font-size: clamp(5.8rem, 13vw, 10.5rem);
}

.launch-actions {
  align-self: end;
  padding: 12px;
}

.keyword-note {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.1em;
}

.article-hero.silence-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
  align-items: end;
  column-gap: clamp(24px, 5vw, 70px);
}

.silence-hero .article-signature {
  min-width: 0;
}

.silence-hero-card {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 330px;
  justify-self: end;
  z-index: 1;
}

.silence-hero::after {
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 3vw, 42px);
  width: min(300px, 24vw);
  height: min(190px, 18vw);
}

@media (max-width: 1180px) {
  .article-hero.silence-hero {
    grid-template-columns: 1fr;
  }

  .silence-hero-card {
    max-width: min(480px, 100%);
    justify-self: start;
    margin-top: 24px;
  }

  .silence-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gate-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: var(--radius);
  }

  .gate-step {
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

  .gate-step:nth-child(2n) {
    border-right: 0;
  }

  .gate-step:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }
}

@media (max-width: 1020px) {
  .nav-inner {
    min-height: auto;
    align-items: center;
    padding: 10px 0;
  }

  .brand {
    flex: 0 0 auto;
    width: auto;
  }

  .nav-links {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
    flex-wrap: nowrap;
  }

  .launch-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 18px;
  }

  .launch-actions {
    max-width: 520px;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .site-shell,
  .nav-inner {
    width: min(100% - 32px, 1280px);
  }

  .nav-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 0 10px;
  }

  .brand {
    min-height: 42px;
    padding: 4px 6px 4px 4px;
  }

  .brand span {
    font-size: 0.78rem;
  }

  .nav-links {
    width: 100%;
    border-radius: 999px;
    padding: 4px;
    gap: 4px;
  }

  .nav-links a {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 0.84rem;
  }

  .nav-links a::before {
    display: none;
  }

  .launch-hero {
    gap: 18px;
    padding: 14px 0 40px;
  }

  .launch-hero .identity-visual,
  .launch-hero .identity-film {
    min-height: clamp(282px, 37svh, 340px);
  }

  .launch-hero .hero-copy {
    padding-top: 2px;
  }

  .launch-hero .hero-title {
    font-size: clamp(4.7rem, 23vw, 6.2rem);
  }

  .launch-hero .hero-lede {
    font-size: clamp(1.22rem, 6vw, 1.52rem);
  }

  .launch-hero .hero-note {
    font-size: 1.02rem;
  }

  .launch-actions {
    padding: 10px;
    border-radius: 18px;
  }

  .issue-chip {
    padding: 12px 13px;
  }

  .article-hero.silence-hero {
    row-gap: 18px;
  }

  .silence-hero-card {
    margin-top: 4px;
    padding: 16px;
  }

  .silence-timeline,
  .gate-stack {
    grid-template-columns: 1fr;
  }

  .silence-timepoint,
  .gate-step {
    min-height: 154px;
  }
}


/* --------------------------------------------------------------------------
   GALOK FIELD SYSTEM / 2026
   Mobile-first hybrid direction: real photography, sans-serif editorial type,
   white information fields, dark immersive overlays and seal-script signets.
   -------------------------------------------------------------------------- */

:root {
  --font-sans: "Helvetica Neue", "Arial Nova", Arial, sans-serif;
  --font-serif: var(--font-sans);
  --font-ui: var(--font-sans);
  --font-display: var(--font-sans);
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --paper: #f4f5f3;
  --paper-2: #ffffff;
  --ink: #101214;
  --muted: #62676b;
  --line: #d9dcdd;
  --line-dark: #aeb3b6;
  --macro: #a32424;
  --frame: #355f7d;
  --scene: #465961;
  --field-red: #a32424;
  --field-blue: #376d95;
  --field-black: #0d1115;
  --field-white: #f8f9f7;
  --radius: 0px;
  --shadow: 0 24px 70px rgba(5, 11, 16, 0.14);
}

html {
  background: var(--field-black);
  scroll-padding-top: 82px;
}

body,
body.plain-body,
body.article-body,
body.home-body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.5;
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-sans);
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.page-title,
.article-title,
.section-title,
.article-content h2,
.article-content blockquote,
.series-card h3,
.essay-card h3,
.note-card h3,
.metric-panel h3,
.deck,
.brand {
  font-family: var(--font-sans);
}

body.plain-body,
body.article-body {
  background: #f4f5f3;
  background-image: none;
}

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

/* Universal press feedback (find-animation-opportunities #2):
   a 140ms confirm that every pressable surface was heard. Only transform,
   gated by .motion-ready (set by script.js:21) so reduced-motion users
   see no motion at all. Surfaces with their own :active semantics
   (story-plane, viewer-film) keep theirs via equal specificity below. */
.motion-ready button:active {
  transform: scale(0.975);
  transition: transform 140ms var(--motion-ease-out);
}
.motion-ready .story-plane:active {
  transform: translate3d(var(--shift-x, 0px), var(--shift-y, 0px), 58px) scale(0.975);
  transition: transform 140ms var(--motion-ease-out);
}
.motion-ready .viewer-film:active {
  transform: scale(0.975);
  transition: transform 140ms var(--motion-ease-out);
}

button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--field-red);
  outline-offset: 4px;
}

::selection {
  color: #fff;
  background: var(--field-red);
}

/* Shared navigation */
.site-nav,
.site-nav.spatial-nav {
  position: sticky;
  top: 0;
  z-index: 150;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid rgba(16, 18, 20, 0.16);
  background: rgba(248, 249, 247, 0.92);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(120%);
  transform: translate3d(0, 0, 0);
  transition: color 240ms ease, background 240ms ease, border-color 240ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

body.site-chrome-hidden:not(.nav-open) .site-nav {
  transform: translate3d(0, -105%, 0);
  pointer-events: none;
}

.site-nav.field-nav {
  position: fixed;
  inset: 0 0 auto;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(5, 12, 18, 0.48), rgba(5, 12, 18, 0));
  backdrop-filter: none;
}

.site-nav.field-nav.is-scrolled {
  color: var(--ink);
  border-bottom-color: rgba(16, 18, 20, 0.16);
  background: rgba(248, 249, 247, 0.94);
  backdrop-filter: blur(18px) saturate(120%);
}

.nav-inner,
.spatial-nav .nav-inner {
  width: min(1320px, calc(100% - 48px));
  min-height: 76px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.brand.spatial-brand,
.brand.field-brand {
  position: relative;
  z-index: 3;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  overflow: visible;
  clip-path: none;
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.brand::before,
.brand:hover::before {
  display: none;
}

.brand .brand-seal,
.field-brand .brand-seal {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin: 0;
  color: currentColor;
  border: 1.5px solid currentColor;
  border-radius: 6px;
  font-family: var(--font-glyph);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.brand .brand-mark,
.field-brand .brand-mark {
  width: 42px;
  height: 42px;
  display: block;
  flex: 0 0 auto;
  border-radius: 0;
  object-fit: contain;
}

.brand .brand-lockup,
.field-brand .brand-lockup {
  display: grid;
  gap: 0;
  color: inherit;
  line-height: 1;
}

/* Keep the wordmark tied to the nav surface, not to the muted body text token. */
.site-nav .brand .brand-lockup,
.site-nav .brand .brand-lockup b,
.site-nav .brand .brand-lockup small {
  color: currentColor;
}

.brand .brand-lockup b,
.field-brand .brand-lockup b {
  font-size: 1.04rem;
  letter-spacing: 0.12em;
}

.brand .brand-lockup small,
.field-brand .brand-lockup small {
  margin-top: 5px;
  color: inherit;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.66;
}

.nav-links,
.spatial-nav .nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nav-links a,
.spatial-nav .nav-links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  color: inherit;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 0.79rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.82;
}

.nav-links a::before,
.nav-links a::after,
.spatial-nav .nav-links a::before,
.spatial-nav .nav-links a::after {
  display: none;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"],
.spatial-nav .nav-links a:hover,
.spatial-nav .nav-links a:focus-visible {
  color: inherit;
  border: 0;
  background: transparent;
  box-shadow: inset 0 -2px 0 currentColor;
  opacity: 1;
  transform: none;
}

.nav-menu-toggle {
  display: none;
  min-width: 58px;
  min-height: 44px;
  padding: 0 14px;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Home: immersive image field */
.field-home {
  --home-gutter: clamp(22px, 5vw, 72px);
  overflow-x: clip;
}

.field-main {
  width: 100%;
  margin: 0;
  background: var(--field-white);
}

.field-hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  color: #fff;
  background: #294b65;
}

.field-hero-image,
.field-hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.field-hero-image {
  object-fit: cover;
  object-position: 50% 53%;
  filter: saturate(0.9) contrast(1.03) brightness(0.91);
  transform: scale(1.002);
}

.field-hero-wash {
  background:
    linear-gradient(90deg, rgba(4, 12, 18, 0.58) 0%, rgba(4, 12, 18, 0.18) 50%, rgba(4, 12, 18, 0.1) 100%),
    linear-gradient(180deg, rgba(5, 12, 18, 0.22) 0%, transparent 40%, rgba(5, 12, 18, 0.58) 100%);
}

.field-hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: max(760px, 100svh);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr auto;
  gap: 32px;
  padding: 112px var(--home-gutter) 38px;
}

.field-hero-topline {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: clamp(18px, 4vw, 56px);
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.field-hero-topline span:nth-child(2) {
  margin-left: auto;
}

.field-hero-copy {
  align-self: center;
  max-width: 990px;
  padding: 30px 0 82px;
}

.field-kicker {
  margin: 0 0 18px;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.field-hero-copy h1 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(4.8rem, 8.8vw, 9.2rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.82;
}

.field-hero-copy h1 span {
  display: block;
}

.field-hero-copy > p:last-of-type {
  max-width: 520px;
  margin: 30px 0 0;
  font-size: clamp(1rem, 1.45vw, 1.34rem);
  line-height: 1.4;
}

.field-primary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 13px 22px;
  color: #fff;
  border: 1px solid var(--field-black);
  border-radius: 0;
  background: var(--field-black);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.field-primary:hover {
  color: var(--field-black);
  background: #fff;
  transform: translateY(-2px);
}

.field-primary--light {
  color: var(--field-black);
  border-color: #fff;
  background: #fff;
}

.field-primary--light:hover {
  color: #fff;
  background: transparent;
}

.field-hero-index {
  align-self: end;
  min-width: 180px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: end;
  padding: 18px 0 7px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.field-hero-index > span {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 0.9;
}

.field-hero-index div {
  display: grid;
  gap: 3px;
}

.field-hero-index b,
.field-hero-index small {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field-hero-index small {
  opacity: 0.7;
}

.field-hero-progress {
  grid-column: 1 / -1;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.field-hero-progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: #fff;
}

.field-scroll-cue {
  position: absolute;
  right: var(--home-gutter);
  bottom: 54px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Home: white editorial index */
.field-index,
.field-visuals {
  padding: clamp(86px, 10vw, 152px) var(--home-gutter);
  color: var(--ink);
  background: var(--field-white);
}

.field-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.28fr) minmax(0, 0.72fr);
  column-gap: clamp(28px, 6vw, 98px);
  align-items: start;
  padding-bottom: clamp(38px, 6vw, 76px);
}

.field-section-heading > p,
.field-lenses header > p,
.field-about > div > p:first-child {
  margin: 9px 0 0;
  color: var(--field-red);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.field-section-heading h2,
.field-lenses h2,
.field-about h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(4.2rem, 9vw, 9rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.field-section-heading > span {
  grid-column: 2;
  max-width: 540px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 1.06rem;
}

.field-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.field-tabs button {
  min-height: 68px;
  padding: 14px 18px;
  color: var(--muted);
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.field-tabs button:last-child {
  border-right: 0;
}

.field-tabs button[aria-selected="true"] {
  color: #fff;
  background: var(--field-black);
}

.field-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line-dark);
}

.field-metrics > div {
  min-height: 218px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 26px;
  border-right: 1px solid var(--line);
}

.field-metrics > div:last-child {
  border-right: 0;
}

.field-metrics b {
  font-size: clamp(3.4rem, 6vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.8;
}

.field-metrics span {
  margin-top: 26px;
  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.field-metrics small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.78rem;
}

.field-carousel {
  margin-top: clamp(44px, 7vw, 92px);
  overflow: hidden;
}

.field-track {
  display: flex;
  width: 100%;
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  touch-action: pan-y;
}

.field-story-card {
  flex: 0 0 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.62fr);
  min-height: 560px;
  color: #fff;
  background: var(--field-black);
}

.field-story-card-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.field-story-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 9, 12, 0.5));
  pointer-events: none;
}

.field-story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.field-story-card:hover img {
  transform: scale(1.025);
}

.field-story-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4.5vw, 66px);
}

.field-story-card-copy > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-story-card-copy h3 {
  margin: auto 0 0;
  font-family: var(--font-sans);
  font-size: clamp(2.8rem, 5vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.field-story-card-copy > p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.96rem;
}

.field-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.field-card-actions .field-primary {
  margin: 0;
}

.field-card-preview {
  min-height: 52px;
  padding: 12px 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: transparent;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.field-carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
}

.field-carousel-footer p {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.field-carousel-footer div {
  display: flex;
}

.field-carousel-footer button,
.field-drawer footer button,
.field-drawer-sheet header button {
  min-height: 48px;
  padding: 10px 18px;
  color: var(--ink);
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.field-carousel-footer button + button {
  border-left: 0;
}

/* Home: dark lens directory */
.field-lenses {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(52px, 8vw, 130px);
  padding: clamp(90px, 12vw, 180px) var(--home-gutter);
  color: #fff;
  background: var(--field-black);
}

.field-lenses header {
  position: sticky;
  top: 116px;
  align-self: start;
}

.field-lenses header > p {
  color: #d14b4b;
}

.field-lenses h2 {
  margin-top: 34px;
  font-size: clamp(4rem, 8vw, 8rem);
}

.field-lens-list {
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.field-lens-list > a {
  min-height: 220px;
  display: grid;
  grid-template-columns: 74px 48px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  transition: color 200ms ease, background 200ms ease, padding 200ms ease;
}

.field-lens-list > a:hover {
  padding-inline: 22px;
  color: var(--field-black);
  background: #fff;
}

.field-lens-list .glyph-draw {
  font-size: 4.5rem;
}

.field-lens-list .field-lens--view .glyph-draw {
  color: var(--macro);
}

.field-lens-list .field-lens--frame .glyph-draw {
  color: var(--frame);
}

.field-lens-list .field-lens--observe .glyph-draw {
  color: #c9a227;
}

.field-lens-list > a > b {
  align-self: start;
  margin-top: 46px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.field-lens-list h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.field-lens-list p {
  max-width: 420px;
  margin: 15px 0 0;
  color: currentColor;
  font-size: 0.92rem;
  opacity: 0.68;
}

.field-lens-list small {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Home: Be a Viewer editorial frame */
.viewer-entry {
  padding: clamp(86px, 10vw, 152px) var(--home-gutter);
  color: var(--ink);
  background: var(--field-white);
}

.viewer-entry-heading,
.viewer-stage-shell {
  width: min(100%, 1000px);
  margin-inline: auto;
}

.viewer-entry-heading {
  grid-template-columns: minmax(190px, .32fr) minmax(0, .68fr);
}

.viewer-entry-heading h2 {
  max-width: 720px;
}

.viewer-stage-shell {
  overflow: visible;
  padding: 16px 0 28px;
}

.viewer-film {
  position: relative;
  display: block;
  min-height: clamp(500px, 52vw, 680px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  border-radius: clamp(20px, 2vw, 30px);
  background: #202a2c;
  box-shadow: 0 16px 36px rgba(20, 28, 30, 0.13);
  transform: translate3d(0, 0, 0);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  touch-action: manipulation;
}

.viewer-film-media,
.viewer-film-media img,
.viewer-film-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.viewer-film-media {
  z-index: -2;
  overflow: hidden;
}

.viewer-film-media img {
  object-fit: cover;
  object-position: 50% 57%;
  filter: saturate(.73) contrast(1.04) brightness(.72);
  transform: scale(1.016);
  transition: filter 240ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.viewer-film-shade {
  z-index: 1;
  background: rgba(8, 15, 17, .18);
  transition: background 360ms ease;
}

.viewer-film-topline,
.viewer-film-copy,
.viewer-film-footer {
  position: absolute;
  right: clamp(22px, 3vw, 44px);
  left: clamp(22px, 3vw, 44px);
  z-index: 2;
}

.viewer-film-topline,
.viewer-film-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: clamp(.59rem, .68vw, .7rem);
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.viewer-film-topline {
  top: clamp(22px, 3vw, 40px);
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .48);
}

.viewer-film-copy {
  bottom: clamp(74px, 9vw, 112px);
  display: grid;
  gap: clamp(12px, 1.45vw, 18px);
  max-width: min(690px, 78%);
  text-shadow: 0 2px 18px rgba(5, 11, 12, .3);
}

.viewer-film-copy > p,
.viewer-film-summary {
  margin: 0;
  font-size: clamp(.62rem, .78vw, .76rem);
  font-weight: 750;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.viewer-film-copy > p {
  color: #f36f63;
}

.viewer-film-copy h3 {
  display: grid;
  margin: 0;
  color: #fff;
  font-family: var(--font-sans);
  font-size: clamp(4.2rem, 10.2vw, 9.6rem);
  font-weight: 500;
  letter-spacing: -.082em;
  line-height: .72;
  text-transform: uppercase;
}

.viewer-film-copy h3 span {
  font-size: .45em;
  letter-spacing: .02em;
  line-height: .9;
}

.viewer-film-summary {
  max-width: 300px;
  color: rgba(255, 255, 255, .8);
  letter-spacing: .08em;
  text-transform: none;
}

.viewer-film-footer {
  bottom: clamp(20px, 2.6vw, 34px);
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .48);
}

.viewer-film-footer span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.viewer-film-footer b {
  margin-left: .38rem;
  font-weight: 700;
}

.viewer-film-footer span:last-child b {
  width: 1.36rem;
  height: 1.36rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 50%;
  font-size: .94rem;
  line-height: 1;
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), background 240ms ease, color 240ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .viewer-film:hover,
  .viewer-film:focus-visible {
    box-shadow: 0 34px 74px rgba(20, 28, 30, .24);
    transform: translate3d(0, -12px, 0);
  }

  .viewer-film:hover .viewer-film-media img,
  .viewer-film:focus-visible .viewer-film-media img {
    filter: saturate(.86) contrast(1.05) brightness(.79);
    transform: scale(1.055);
  }

  .viewer-film:hover .viewer-film-shade,
  .viewer-film:focus-visible .viewer-film-shade {
    background: rgba(8, 15, 17, .08);
  }

  .viewer-film:hover .viewer-film-footer span:last-child b,
  .viewer-film:focus-visible .viewer-film-footer span:last-child b {
    color: #182427;
    background: #fff;
    transform: translate3d(4px, -4px, 0);
  }
}

.viewer-film:focus-visible {
  outline: 2px solid #a33834;
  outline-offset: 5px;
}

@media (hover: none), (pointer: coarse) {
  .viewer-film:active {
    box-shadow: 0 10px 24px rgba(20, 28, 30, .18);
    transform: scale(.987);
  }
}

/* Home: image archive */
.field-visuals {
  background: #eef0ef;
}

.field-photo-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: repeat(2, minmax(300px, 34vw));
  gap: 12px;
}

.field-photo {
  position: relative;
  min-height: 0;
  overflow: hidden;
  color: #fff;
  background: #233039;
}

.field-photo--tall {
  grid-row: 1 / 3;
}

.field-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5, 10, 14, 0.72));
}

.field-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 240ms ease;
}

.field-photo:hover img {
  filter: saturate(1) contrast(1.03);
  transform: scale(1.025);
}

.field-photo > span {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.field-photo b {
  font-size: 1.22rem;
  font-weight: 600;
}

.field-photo small {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field-text-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  padding: 0 0 3px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: clamp(52px, 9vw, 150px);
  padding: clamp(90px, 12vw, 180px) var(--home-gutter);
  color: #fff;
  background: #14202a;
}

.field-about h2 {
  max-width: 890px;
  margin-top: 30px;
}

.field-about > div:last-child {
  align-self: end;
}

.field-about > div:last-child > p {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
}

.field-footer,
.footer.field-footer {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--field-black);
}

.field-footer .footer-inner {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) repeat(2, minmax(140px, 0.35fr)) minmax(180px, 0.55fr);
  gap: 52px;
  align-items: start;
  padding: 72px 0;
}

.field-footer .footer-inner > div:first-child {
  display: flex;
  align-items: center;
  gap: 18px;
}

.field-footer .footer-inner > div:first-child .glyph-draw {
  color: #cf3d3d;
  font-size: 5rem;
}

.field-footer .footer-brand-mark {
  width: 76px;
  height: 76px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.field-footer .footer-inner > div:first-child b {
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.06em;
}

.field-footer .footer-inner > div:not(:first-child) {
  display: grid;
  gap: 10px;
}

.field-footer .footer-inner > div:not(:first-child) > span {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-footer a,
.field-footer p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
}

.field-footer p {
  margin: 0;
}

.field-footer .external-link::after {
  display: none;
}

.field-mobile-dock {
  display: none !important;
}

/* Story drawer */
.field-drawer[hidden] {
  display: none;
}

.field-drawer {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: end center;
  padding: 24px 24px 0;
}

.field-drawer-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(3, 8, 12, 0.72);
  backdrop-filter: blur(10px);
  opacity: 0;
  cursor: default;
  transition: opacity 240ms ease;
}

.field-drawer-sheet {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  max-height: min(880px, calc(100svh - 24px));
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  overflow: hidden auto;
  color: var(--ink);
  border-radius: 30px 30px 0 0;
  background: #f8f9f7;
  box-shadow: 0 -28px 100px rgba(0, 0, 0, 0.34);
  opacity: 0.86;
  transform: translate3d(0, calc(100% + 18px), 0) scale(0.985);
  transform-origin: 50% 100%;
  will-change: transform, opacity;
  transition:
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 240ms ease;
}

.field-drawer.is-open .field-drawer-backdrop {
  opacity: 1;
}

.field-drawer.is-open .field-drawer-sheet {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.field-drawer-sheet > .field-drawer-handle,
.field-drawer-sheet > header,
.field-drawer-sheet > img,
.field-drawer-sheet > .field-drawer-copy,
.field-drawer-sheet > footer {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 240ms ease,
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.field-drawer.is-open .field-drawer-sheet > .field-drawer-handle,
.field-drawer.is-open .field-drawer-sheet > header,
.field-drawer.is-open .field-drawer-sheet > img,
.field-drawer.is-open .field-drawer-sheet > .field-drawer-copy,
.field-drawer.is-open .field-drawer-sheet > footer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.field-drawer.is-open .field-drawer-sheet > header { transition-delay: 80ms; }
.field-drawer.is-open .field-drawer-sheet > img { transition-delay: 130ms; }
.field-drawer.is-open .field-drawer-sheet > .field-drawer-copy { transition-delay: 180ms; }
.field-drawer.is-open .field-drawer-sheet > footer { transition-delay: 230ms; }

.field-drawer-handle {
  width: 54px;
  height: 5px;
  margin: 15px auto 4px;
  border-radius: 999px;
  background: #ced1d2;
}

.field-drawer-sheet > header,
.field-drawer-sheet > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 28px;
}

.field-drawer-sheet > header > span,
.field-drawer-sheet > footer > span {
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-drawer-sheet > header button {
  min-height: 42px;
  padding-inline: 16px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
}

.field-drawer-sheet > img {
  width: calc(100% - 56px);
  max-height: 350px;
  margin: 4px 28px 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  filter: saturate(0.88) contrast(1.02);
}

.field-drawer-copy {
  padding: 24px 28px 30px;
}

.field-drawer-copy > p:first-child {
  margin: 0 0 15px;
  color: var(--field-red);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.field-drawer-copy h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(2.45rem, 5.2vw, 4.6rem);
  font-weight: 520;
  letter-spacing: -0.06em;
  line-height: 0.96;
  text-wrap: balance;
}

.field-drawer-copy > p:not(:first-child) {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.field-drawer-sheet > footer {
  border-top: 1px solid var(--line);
}

body.field-drawer-open,
body.nav-open {
  overflow: hidden;
}

/* Shared interior pages */
body.plain-body .site-shell,
body.article-body .site-shell {
  width: min(1280px, calc(100% - 64px));
}

.page-hero {
  position: relative;
  min-height: min(690px, 78svh);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(100px, 12vw, 180px) 0 62px;
  border-bottom: 1px solid var(--line-dark);
}

.page-hero::before {
  content: attr(data-section-index);
  position: absolute;
  right: 0;
  top: 52px;
  color: #a9adaf;
  font-size: clamp(5rem, 11vw, 11rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
}

.page-kicker,
.eyebrow {
  margin-bottom: 20px;
  color: var(--field-red);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-title,
.section-title {
  max-width: 1020px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(3.7rem, 7.6vw, 8.3rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.page-copy {
  max-width: 760px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.section {
  padding: clamp(72px, 9vw, 132px) 0;
}

.section.compact {
  padding-block: 74px;
}

.intro-grid {
  grid-template-columns: minmax(0, 0.5fr) minmax(340px, 0.5fr);
  gap: clamp(40px, 8vw, 120px);
}

.intro-copy > p,
.section-copy {
  color: var(--muted);
  font-size: 1.02rem;
}

.intro-points {
  border-top: 1px solid var(--line-dark);
}

.intro-points span {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(300px, 0.34fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
  margin-bottom: 52px;
}

.series-grid,
.essay-grid,
.note-grid {
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.series-card,
.essay-card,
.note-card,
.metric-panel,
.chart-card,
.article-content figure {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.series-card,
.essay-card {
  min-height: 430px;
  padding: clamp(24px, 3vw, 42px);
  border-top: 0;
}

.series-card:hover,
.essay-card:hover,
.note-card:hover {
  border: 0;
  background: #f0f1ef;
  box-shadow: none;
}

.series-card h3,
.essay-card h3,
.note-card h3,
.metric-panel h3,
.deck,
.series-latest strong {
  font-family: var(--font-sans);
}

.series-card h3,
.essay-card h3 {
  font-size: clamp(1.9rem, 3vw, 3.5rem);
  font-weight: 550;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.essay-card .anchor {
  margin: 16px 0 32px;
  font-family: var(--font-glyph);
  font-size: 4.8rem;
}

.deck {
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.essay-meta,
.article-meta {
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.essay-meta span,
.article-meta span,
.series-label {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 38px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.filter-button {
  min-height: 58px;
  padding: 12px 16px;
  color: var(--muted);
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.filter-button[aria-pressed="true"] {
  color: #fff;
  background: var(--field-black);
}

.note-card img,
.visual-hero img,
.article-content figure img {
  border: 0;
  border-radius: 0;
  filter: saturate(0.88) contrast(1.02);
}

.note-card div {
  min-height: 170px;
  padding: 24px;
}

.note-card h3 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.visual-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr);
  gap: 0;
  padding-bottom: 0;
}

.visual-hero > div {
  padding: 52px 52px 62px 0;
}

.visual-hero img {
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.metric-panel {
  padding: clamp(26px, 4vw, 50px);
  border: 1px solid var(--line-dark);
}

.metric-panel + .metric-panel {
  border-left: 0;
}

.button-link,
.text-link {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-link {
  min-height: 50px;
  padding: 12px 18px;
  color: #fff;
  border: 1px solid var(--field-black);
  border-radius: 0;
  background: var(--field-black);
}

.text-link {
  border-radius: 0;
}

/* Articles: clear reading column, progress and sans-serif hierarchy */
.article-read-progress {
  position: fixed;
  inset: 76px 0 auto;
  z-index: 140;
  height: 3px;
  background: transparent;
  pointer-events: none;
}

.article-read-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--field-red);
  transform-origin: left center;
}

.article-hero,
.article-hero.silence-hero {
  position: relative;
  display: block;
  padding: clamp(86px, 10vw, 150px) 0 62px;
  border-bottom: 1px solid var(--line-dark);
}

.article-signature {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
}

.article-anchor {
  margin-top: 8px;
  font-family: var(--font-glyph);
  font-size: clamp(6.2rem, 12vw, 12rem);
}

.article-deck {
  color: var(--accent);
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.article-title {
  max-width: 1050px;
  font-family: var(--font-sans);
  font-size: clamp(3.5rem, 7.3vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.article-layout {
  grid-template-columns: minmax(0, 780px) minmax(220px, 300px);
  justify-content: space-between;
  gap: clamp(54px, 9vw, 140px);
  padding: 72px 0 120px;
}

.article-content {
  max-width: 780px;
}

.article-content p,
.article-content li {
  color: #303438;
  font-size: 1.06rem;
  line-height: 1.75;
}

.article-content h2 {
  margin: 72px 0 18px;
  font-family: var(--font-sans);
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 560;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.article-content blockquote {
  margin: 52px 0;
  padding: 30px 0 30px 28px;
  color: var(--ink);
  border-left: 4px solid var(--accent);
  background: transparent;
  font-family: var(--font-sans);
  font-size: clamp(1.7rem, 3.5vw, 3.1rem);
  font-weight: 520;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.article-aside {
  top: 116px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: #fff;
}

.article-aside h2 {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Shared footer on interior pages */
.footer:not(.field-footer) {
  padding: 0;
  color: #fff;
  border-top: 0;
  background: var(--field-black);
}

.footer:not(.field-footer) .footer-inner {
  min-height: 170px;
  align-items: center;
  padding: 44px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.footer:not(.field-footer) .text-link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1020px) {
  .field-story-card {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
    min-height: 500px;
  }

  .field-lenses {
    grid-template-columns: 1fr;
  }

  .field-lenses header {
    position: static;
  }

  .field-lenses h2 {
    max-width: 760px;
  }

  .field-about {
    grid-template-columns: 1fr;
  }

  .field-footer .footer-inner {
    grid-template-columns: 1.4fr repeat(2, 0.6fr);
  }

  .field-footer .footer-inner > p {
    grid-column: 1 / -1;
  }

  .series-grid,
  .essay-grid,
  .note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 68px;
  }

  body,
  body.plain-body,
  body.article-body,
  body.home-body {
    font-size: 16px;
  }

  .nav-inner,
  .spatial-nav .nav-inner {
    width: calc(100% - 32px);
    min-height: 68px;
    display: flex;
    padding: 0;
  }

  .brand .brand-seal,
  .field-brand .brand-seal {
    width: 35px;
    height: 35px;
    font-size: 1.62rem;
  }

  .brand .brand-lockup b,
  .field-brand .brand-lockup b {
    font-size: 0.92rem;
  }

  .brand .brand-lockup small,
  .field-brand .brand-lockup small {
    font-size: 0.56rem;
  }

  .nav-menu-toggle {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links,
  .spatial-nav .nav-links {
    position: fixed;
    inset: 0;
    z-index: 2;
    width: 100%;
    min-height: 100svh;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: calc(96px + env(safe-area-inset-top)) 26px calc(36px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    color: #fff;
    background: var(--field-black);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
    transition: opacity 260ms ease, visibility 260ms ease, transform 260ms ease;
  }

  .nav-links a,
  .spatial-nav .nav-links a {
    width: 100%;
    min-height: 66px;
    justify-content: space-between;
    padding: 14px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    font-size: clamp(1.6rem, 8vw, 2.6rem);
    font-weight: 520;
    letter-spacing: -0.04em;
    text-transform: none;
    opacity: 1;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible,
  .nav-links a[aria-current="page"] {
    color: #fff;
    background: transparent;
    box-shadow: none;
  }

  body.nav-open .nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  body.nav-open .site-nav,
  body.nav-open .site-nav.field-nav,
  body.nav-open .site-nav.field-nav.is-scrolled {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.18);
    background: var(--field-black);
    backdrop-filter: none;
    transform: translate3d(0, 0, 0);
  }

  .field-home {
    --home-gutter: 20px;
    padding-bottom: 0;
  }

  .field-hero,
  .field-hero-grid {
    min-height: max(720px, 100svh);
  }

  .field-hero-image {
    object-position: 50% 55%;
    filter: saturate(0.92) contrast(1.02) brightness(0.88);
  }

  .field-hero-wash {
    background:
      linear-gradient(180deg, rgba(4, 10, 15, 0.48) 0%, rgba(4, 10, 15, 0.14) 35%, rgba(4, 10, 15, 0.66) 100%),
      linear-gradient(90deg, rgba(4, 10, 15, 0.32), transparent 70%);
  }

  .field-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto auto;
    gap: 18px;
    padding: 90px var(--home-gutter) 78px;
  }

  .field-hero-topline {
    gap: 12px;
    font-size: 0.56rem;
  }

  .field-hero-topline span:nth-child(2) {
    display: none;
  }

  .field-hero-copy {
    align-self: center;
    padding: 34px 0 18px;
  }

  .field-kicker {
    margin-bottom: 16px;
    font-size: 0.62rem;
  }

  .field-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(3.55rem, 17.4vw, 5.4rem);
    line-height: 0.86;
  }

  .field-hero-copy > p:last-of-type {
    max-width: 330px;
    margin-top: 22px;
    font-size: 0.94rem;
  }

  .field-primary {
    min-height: 54px;
  }

  .field-hero-copy .field-primary {
    width: 100%;
    margin-top: 25px;
  }

  .field-hero-index {
    width: 100%;
    min-width: 0;
    padding: 13px 0 5px 14px;
  }

  .field-hero-index > span {
    font-size: 2rem;
  }

  .field-scroll-cue {
    display: none;
  }

  .field-index,
  .viewer-entry,
  .field-visuals {
    padding: 84px var(--home-gutter);
  }

  .field-section-heading {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-bottom: 44px;
  }

  .field-section-heading > p,
  .field-lenses header > p,
  .field-about > div > p:first-child {
    margin: 0;
  }

  .field-section-heading h2,
  .field-lenses h2,
  .field-about h2 {
    font-size: clamp(3.65rem, 18vw, 5.8rem);
    line-height: 0.88;
  }

  .field-section-heading > span {
    grid-column: 1;
    margin-top: 0;
    font-size: 0.94rem;
  }

  .field-tabs {
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    scrollbar-width: none;
  }

  .field-tabs::-webkit-scrollbar {
    display: none;
  }

  .field-tabs button {
    min-height: 58px;
    padding: 10px 12px;
    font-size: 0.66rem;
  }

  .field-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .field-metrics > div {
    min-height: 168px;
    padding: 24px 12px 20px;
  }

  .field-metrics b {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .field-metrics span {
    margin-top: 20px;
    font-size: 0.62rem;
  }

  .field-metrics small {
    display: none;
  }

  .field-carousel {
    margin-top: 48px;
  }

  .field-story-card {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(280px, 43svh) auto;
    min-height: 0;
  }

  .field-story-card-media {
    min-height: 0;
  }

  .field-story-card-copy {
    min-height: 360px;
    padding: 27px 22px;
  }

  .field-story-card-copy h3 {
    margin-top: 76px;
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .field-story-card-copy > p {
    font-size: 0.88rem;
  }

  .field-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .field-card-actions .field-primary,
  .field-card-preview {
    width: 100%;
    min-width: 0;
    padding-inline: 10px;
    font-size: 0.62rem;
  }

  .field-carousel-footer {
    padding-top: 14px;
  }

  .field-carousel-footer button {
    min-height: 46px;
    padding: 9px 13px;
  }

  .field-lenses {
    gap: 58px;
    padding: 88px var(--home-gutter);
  }

  .field-lenses h2 {
    margin-top: 28px;
  }

  .field-lens-list > a {
    min-height: 180px;
    grid-template-columns: 54px 32px minmax(0, 1fr);
    gap: 12px;
  }

  .field-lens-list > a:hover {
    padding-inline: 0;
    color: #fff;
    background: transparent;
  }

  .field-lens-list .glyph-draw {
    font-size: 3.25rem;
  }

  .field-lens-list > a > b {
    margin-top: 38px;
    font-size: 0.56rem;
  }

  .field-lens-list h3 {
    font-size: clamp(2.45rem, 13vw, 3.7rem);
  }

  .field-lens-list p {
    margin-top: 10px;
    font-size: 0.8rem;
  }

  .field-lens-list small {
    display: none;
  }

  .viewer-entry-heading {
    grid-template-columns: 1fr;
  }

  .viewer-stage-shell {
    padding-block: 6px 14px;
  }

  .viewer-film {
    min-height: clamp(480px, 128vw, 620px);
    border-radius: 20px;
  }

  .viewer-film-media img {
    object-position: 56% 50%;
  }

  .viewer-film-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    font-size: .56rem;
  }

  .viewer-film-copy {
    right: 22px;
    bottom: 82px;
    left: 22px;
    max-width: none;
    gap: 13px;
  }

  .viewer-film-copy h3 {
    font-size: clamp(4rem, 21vw, 6.1rem);
  }

  .viewer-film-summary {
    max-width: 230px;
    font-size: .61rem;
  }

  .viewer-film-footer {
    right: 22px;
    bottom: 20px;
    left: 22px;
    align-items: flex-end;
    gap: 12px;
    font-size: .54rem;
  }

  .viewer-film-footer span:first-child b {
    display: block;
    margin: 4px 0 0;
  }

  .viewer-film-footer span:last-child {
    flex: 0 0 auto;
  }

  .viewer-film-footer span:last-child b {
    width: 1.22rem;
    height: 1.22rem;
  }

  .field-photo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(430px, 62svh) repeat(2, minmax(300px, 46svh));
  }

  .field-photo--tall {
    grid-row: auto;
  }

  .field-about {
    gap: 52px;
    padding: 88px var(--home-gutter);
  }

  .field-about > div:last-child > p {
    font-size: 0.94rem;
  }

  .field-about .field-primary {
    width: 100%;
  }

  .field-footer .footer-inner {
    width: calc(100% - 40px);
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
    padding: 64px 0;
  }

  .field-footer .footer-inner > div:first-child {
    grid-column: 1 / -1;
  }

  .field-footer .footer-inner > div:first-child .glyph-draw {
    font-size: 4rem;
  }

  .field-footer .footer-brand-mark {
    width: 64px;
    height: 64px;
  }

  .field-footer .footer-inner > div:first-child b {
    font-size: 3.2rem;
  }

  .field-footer .footer-inner > p {
    grid-column: 1 / -1;
  }

  .field-drawer {
    padding: 0;
  }

  .field-drawer-sheet {
    width: 100%;
    max-height: 91svh;
    border-radius: 25px 25px 0 0;
  }

  .field-drawer-sheet > header,
  .field-drawer-sheet > footer {
    padding: 10px 24px 14px;
  }

  .field-drawer-sheet > img {
    width: calc(100% - 48px);
    max-height: none;
    margin: 0 24px;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
  }

  .field-drawer-copy {
    padding: 22px 24px 26px;
  }

  .field-drawer-copy h2 {
    font-size: clamp(2.25rem, 10.2vw, 3.2rem);
    line-height: 0.98;
  }

  .field-drawer-copy > p:not(:first-child) {
    margin-top: 16px;
    font-size: 0.96rem;
    line-height: 1.52;
  }

  .field-drawer-copy .field-primary {
    width: 100%;
    margin-top: 24px;
  }

  body.plain-body .site-shell,
  body.article-body .site-shell {
    width: calc(100% - 40px);
  }

  .page-hero {
    min-height: min(570px, 72svh);
    padding: 82px 0 44px;
  }

  .page-hero::before {
    top: 34px;
    font-size: 5rem;
  }

  .page-title,
  .section-title {
    font-size: clamp(3.2rem, 16vw, 5.2rem);
    line-height: 0.9;
  }

  .page-copy {
    margin-top: 24px;
    font-size: 0.94rem;
  }

  .section {
    padding: 76px 0;
  }

  .intro-grid,
  .section-head,
  .visual-hero {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .visual-hero > div {
    padding: 0 0 38px;
  }

  .visual-hero img {
    min-height: 420px;
  }

  .series-grid,
  .essay-grid,
  .note-grid {
    grid-template-columns: 1fr;
  }

  .series-card,
  .essay-card {
    min-height: 390px;
    padding: 26px 22px;
  }

  .filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-button:nth-child(2) {
    border-right: 0;
  }

  .filter-button:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .metric-panel + .metric-panel {
    border-left: 1px solid var(--line-dark);
    border-top: 0;
  }

  .article-read-progress {
    top: 68px;
  }

  .article-hero,
  .article-hero.silence-hero {
    padding: 70px 0 46px;
  }

  .article-signature {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .article-anchor {
    font-size: 6.4rem;
  }

  .article-title {
    font-size: clamp(3rem, 14.5vw, 5.1rem);
    line-height: 0.9;
  }

  .article-layout {
    gap: 58px;
    padding: 52px 0 90px;
  }

  .article-content p,
  .article-content li {
    font-size: 1rem;
    line-height: 1.68;
  }

  .article-content h2 {
    margin-top: 58px;
  }

  .article-content blockquote {
    margin: 40px 0;
    padding-left: 20px;
  }

  .footer:not(.field-footer) .footer-inner {
    width: calc(100% - 40px);
    min-height: 190px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .field-track,
  .field-drawer-backdrop,
  .field-drawer-sheet,
  .field-drawer-sheet > *,
  .field-photo img,
  .field-story-card img,
  .viewer-film,
  .viewer-film-media img,
  .viewer-film-shade,
  .viewer-film-footer span:last-child b,
  .nav-links {
    transition: none !important;
  }
}

.external-link::after {
  display: none;
  content: none;
}

/* Views consolidation and homepage interaction pass */
.field-hero-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.field-hero-actions button {
  min-width: 44px;
}

.field-hero-step {
  padding-inline: 12px !important;
  border-color: color-mix(in srgb, currentColor 46%, transparent) !important;
}

.field-hero-step:hover,
.field-hero-step:focus-visible {
  color: #111 !important;
  background: #f4f2ec !important;
}

.viewer-film {
  --viewer-pointer-x: 0px;
  --viewer-pointer-y: 0px;
  isolation: isolate;
}

.viewer-film-media img {
  transform: scale(1.03) translate3d(calc(var(--viewer-pointer-x) * -0.25), calc(var(--viewer-pointer-y) * -0.25), 0);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 240ms ease;
}

.viewer-film-ridge {
  position: absolute;
  z-index: 2;
  display: block;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(239, 241, 238, 0.82), transparent);
  transform-origin: left center;
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 240ms ease;
}

.viewer-film-ridge--primary {
  width: min(78%, 960px);
  top: 33%;
  left: 8%;
  opacity: 0.65;
  transform: rotate(-7deg) translate3d(var(--viewer-pointer-x), var(--viewer-pointer-y), 0);
}

.viewer-film-ridge--secondary {
  width: min(58%, 720px);
  top: 60%;
  right: 4%;
  opacity: 0.38;
  transform: rotate(5deg) translate3d(calc(var(--viewer-pointer-x) * -0.8), calc(var(--viewer-pointer-y) * -0.8), 0);
}

.viewer-film-copy,
.viewer-film-footer {
  will-change: transform;
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.viewer-film:hover .viewer-film-media img,
.viewer-film:focus-visible .viewer-film-media img {
  filter: saturate(1.08) contrast(1.06);
}

.viewer-film:hover .viewer-film-ridge,
.viewer-film:focus-visible .viewer-film-ridge {
  opacity: 0.96;
}

.views-deck {
  position: relative;
  width: min(100% - 48px, 1340px);
  margin: clamp(60px, 10vw, 150px) auto 0;
  padding: clamp(28px, 5vw, 68px);
  overflow: hidden;
  color: #f3f0ea;
  background: #252729 url("data:image/jpeg;base64,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") center / cover;
}

.views-deck::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(11, 13, 14, 0.78), rgba(18, 20, 21, 0.42) 56%, rgba(12, 14, 15, 0.7));
}

.views-deck-intro,
.views-card-pack {
  position: relative;
  z-index: 1;
}

.views-deck-intro {
  width: min(100%, 600px);
}

.views-deck-intro > p,
.views-lens-card-index {
  margin: 0;
  color: #d07167;
  font-family: var(--font-sans);
  font-size: 0.67rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.views-deck h2 {
  max-width: 10ch;
  margin: 18px 0;
  color: inherit;
  font-size: clamp(2.8rem, 6.7vw, 6.6rem);
  letter-spacing: -0.072em;
  line-height: 0.84;
  text-wrap: balance;
}

.views-deck-intro > span {
  display: block;
  max-width: 46ch;
  color: rgba(243, 240, 234, 0.72);
  font-size: 1rem;
  line-height: 1.5;
}

.views-card-pack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: clamp(12px, 2vw, 28px);
  margin-top: clamp(42px, 7vw, 92px);
  padding: 0 clamp(4px, 2vw, 32px) clamp(8px, 1.8vw, 26px);
}

.views-lens-card {
  position: relative;
  min-height: clamp(310px, 34vw, 465px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding: clamp(20px, 2.4vw, 34px);
  overflow: hidden;
  color: #f4f1eb;
  border: 1px solid rgba(244, 241, 235, 0.42);
  text-decoration: none;
  transform: translate3d(0, 0, 0) rotate(var(--pack-rotation, 0deg));
  transform-origin: center bottom;
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 240ms ease, box-shadow 240ms ease;
}

.views-lens-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 9, 10, 0.12), rgba(7, 9, 10, 0.9) 78%);
}

.views-lens-card-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 240ms ease;
}

.views-lens-card--view {
  --pack-rotation: -4deg;
  background: #8b2e31;
}

.views-lens-card--frame {
  --pack-rotation: 2deg;
  margin-bottom: clamp(12px, 3vw, 48px);
  background: #345d74;
}

.views-lens-card--observe {
  --pack-rotation: 5deg;
  background: #7b765f;
}

.views-lens-card strong {
  max-width: 10ch;
  font-size: clamp(1.75rem, 3.1vw, 3.5rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-wrap: balance;
}

.views-lens-card small {
  max-width: 24ch;
  color: rgba(244, 241, 235, 0.78);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}

.views-lens-card:hover,
.views-lens-card:focus-visible {
  z-index: 4;
  border-color: #f4f1eb;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.36);
  transform: translate3d(0, -28px, 0) rotate(0deg) scale(1.02);
}

.views-lens-card:hover .views-lens-card-media,
.views-lens-card:focus-visible .views-lens-card-media {
  transform: scale(1.08);
  filter: saturate(1.04) contrast(1.03);
}

.views-lens-card:focus-visible,
.field-hero-step:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.views-intro-section {
  margin-top: clamp(70px, 11vw, 160px);
}

.essay-card {
  overflow: hidden;
}

.essay-card-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #1d2123;
}

.essay-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 12, 0.12), rgba(8, 10, 12, 0.92) 74%);
}

.essay-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.78);
  transform: scale(1.02);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 240ms ease;
}

.essay-card:hover .essay-card-media img,
.essay-card:focus-visible .essay-card-media img {
  filter: saturate(1) brightness(0.96);
  transform: scale(1.075);
}

.legacy-cover-page {
  position: relative;
  isolation: isolate;
}

.legacy-cover-image,
.legacy-cover-scrim {
  position: absolute;
  inset: 0;
}

.legacy-cover-image {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.62) contrast(1.1) brightness(0.62);
}

.legacy-cover-scrim {
  z-index: -1;
  background: linear-gradient(160deg, rgba(7, 10, 11, 0.24), rgba(7, 10, 11, 0.88) 78%);
}

.legacy-cover-page .batch-cover-topline,
.legacy-cover-page .batch-cover-note,
.legacy-cover-page .water-cover-evidence {
  position: relative;
}

.legacy-cover-page .batch-cover-question {
  max-width: 9ch;
}

@media (min-width: 761px) {
  .viewer-entry {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(54px, 7vw, 104px) max(32px, calc((100vw - 1340px) / 2));
    color: #f2f1ed;
    background: #0c1010;
  }

  .viewer-entry .viewer-entry-heading {
    width: min(100%, 1340px);
    margin-inline: auto;
  }

  .viewer-entry .viewer-entry-heading h2,
  .viewer-entry .viewer-entry-heading span {
    color: inherit;
  }

  .viewer-stage-shell {
    width: min(100%, 1600px);
    margin: clamp(38px, 6vw, 88px) auto 0;
  }

  .viewer-film {
    min-height: min(82svh, 980px);
    border-radius: 0;
  }
}

@media (max-width: 760px) {
  .field-hero-step {
    padding-inline: 8px !important;
    font-size: 0.62rem !important;
  }

  .views-deck {
    width: calc(100% - 32px);
    padding: 26px 18px;
  }

  .views-card-pack {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 40px;
    padding: 0;
  }

  .views-lens-card,
  .views-lens-card--frame {
    min-height: 240px;
    margin-bottom: 0;
    transform: none;
  }

  .views-lens-card:hover,
  .views-lens-card:focus-visible {
    transform: translate3d(0, -4px, 0);
  }

  .viewer-film-ridge--primary { width: 100%; left: 0; }
  .viewer-film-ridge--secondary { width: 72%; right: -8%; }
}

@media (prefers-reduced-motion: reduce) {
  .viewer-film-media img,
  .viewer-film-ridge,
  .viewer-film-copy,
  .viewer-film-footer,
  .views-lens-card,
  .views-lens-card-media,
  .essay-card-media img {
    transition: none !important;
  }
}

/* 2026 editorial batch: source-faithful longform system */
.batch-article-body {
  --ra-color-bg: #f0f1ee;
  --ra-color-fg: #101214;
  --ra-color-muted: #62696d;
  --ra-color-line: rgba(16, 18, 20, 0.2);
  --ra-color-line-strong: rgba(16, 18, 20, 0.34);
  --ra-color-accent: #9e2a2b;
  --ra-color-cover-bg: #171a1c;
  --ra-color-cover-fg: #f5f4ef;
  --ra-color-cover-muted: rgba(245, 244, 239, 0.62);
  --ra-color-active-bg: rgba(255, 255, 255, 0.68);
  --ra-color-wave-1: #68747b;
  --ra-color-wave-2: #a87345;
  --ra-color-wave-3: #9e2a2b;
  --ra-color-chart-track: rgba(16, 18, 20, 0.12);
  --ra-color-chart-fill: var(--ra-color-accent);
  --ra-color-chart-secondary: #758087;
  --ra-font-body: "Roboto Slab", "EB Garamond", "Times New Roman", serif;
  --ra-font-display: "Galok Floane", "EB Garamond", "Times New Roman", serif;
  --ra-font-utility: var(--font-sans);
  --ra-text-cover-overline: clamp(0.56rem, 1.15vw, 0.72rem);
  --ra-text-cover-kicker: clamp(0.65rem, 1.4vw, 0.86rem);
  --ra-text-cover-title: clamp(2.55rem, 6.3vw, 5.4rem);
  --ra-text-cover-stat: clamp(1.15rem, 3vw, 2.2rem);
  --ra-text-cover-caption: clamp(0.52rem, 1.05vw, 0.68rem);
  --ra-text-wave-label: 0.66rem;
  --ra-text-wave-title: clamp(1.22rem, 2.2vw, 1.8rem);
  --ra-text-wave-detail: 0.9rem;
  --ra-text-subtitle: clamp(1.05rem, 2vw, 1.45rem);
  --ra-text-section-index: 0.68rem;
  --ra-text-lead: clamp(1.35rem, 2.8vw, 2.15rem);
  --ra-text-body: 1.1rem;
  --ra-text-signoff: 0.82rem;
  --ra-weight-overline: 750;
  --ra-weight-cover-kicker: 760;
  --ra-weight-display: 500;
  --ra-weight-section-title: 520;
  --ra-weight-stat: 520;
  --ra-weight-wave-label: 720;
  --ra-weight-wave-title: 530;
  --ra-weight-section-index: 760;
  --ra-weight-lead: 440;
  --ra-weight-blockquote: 500;
  --ra-leading-overline: 1.35;
  --ra-leading-cover-title: 0.9;
  --ra-leading-caption: 1.35;
  --ra-leading-wave-label: 1.35;
  --ra-leading-wave-title: 1;
  --ra-leading-subtitle: 1.4;
  --ra-leading-lead: 1.35;
  --ra-leading-body: 1.72;
  --ra-tracking-overline: 0.12em;
  --ra-tracking-cover-kicker: 0.14em;
  --ra-tracking-cover-title: -0.065em;
  --ra-tracking-stat: -0.04em;
  --ra-tracking-wave-label: 0.08em;
  --ra-tracking-wave-title: -0.04em;
  --ra-tracking-section-index: 0.13em;
  --ra-tracking-lead: -0.025em;
  --ra-tracking-signoff: 0.03em;
  --ra-space-cover-shell-top: clamp(30px, 6vw, 84px);
  --ra-space-cover-shell-bottom: clamp(30px, 6vw, 84px);
  --ra-space-cover-page: clamp(24px, 4.2vw, 52px);
  --ra-space-cover-topline-bottom: 18px;
  --ra-space-cover-topline-column: 24px;
  --ra-space-cover-copy-block: 7%;
  --ra-space-cover-kicker-bottom: 4%;
  --ra-space-cover-evidence-column: 8%;
  --ra-space-cover-evidence-top: 7%;
  --ra-space-cover-evidence-bottom: 5%;
  --ra-space-cover-scale: clamp(10px, 2vw, 18px);
  --ra-space-cover-track-row: 6px;
  --ra-space-cover-track-column: 12px;
  --ra-space-cover-headcount: 9px;
  --ra-space-cover-note-top: 16px;
  --ra-space-wave-figure-top: 86px;
  --ra-space-wave-figure-inset: clamp(24px, 5vw, 48px);
  --ra-space-wave-axis-top: 46px;
  --ra-space-wave-axis-bottom: 28px;
  --ra-space-wave-axis-inset-top: 24px;
  --ra-space-wave-control-block: 26px;
  --ra-space-wave-control-inline: 22px;
  --ra-space-wave-dot-top: -29px;
  --ra-space-wave-dot-inline: 20px;
  --ra-space-wave-control-title-bottom: 10px;
  --ra-space-wave-detail-block: 20px;
  --ra-space-section-break: clamp(88px, 12vw, 156px);
  --ra-space-subtitle-top: 26px;
  --ra-space-section-index-bottom: 22px;
  --ra-space-lead-top: 34px;
  --ra-space-lead-bottom: 38px;
  --ra-space-stat-grid-top: 40px;
  --ra-space-stat-control: clamp(18px, 3vw, 28px);
  --ra-space-source-list-top: 34px;
  --ra-space-source-list-bottom: 48px;
  --ra-space-source-item-block: 18px;
  --ra-space-source-item-inline: 52px;
  --ra-space-source-index-top: 22px;
  --ra-space-signoff-top: 56px;
  --ra-space-signoff-inset-top: 22px;
  --ra-space-ending-bottom: clamp(56px, 8vw, 104px);
  --ra-border-none: 0;
  --ra-border-hairline: 1px;
  --ra-border-data: 4px;
  --ra-radius-none: 0;
  --ra-size-wave-dot: 9px;
  --ra-size-composition: clamp(22px, 4vw, 38px);
  --ra-min-wave-control: 190px;
  --ra-min-wave-detail: 72px;
  --ra-min-stat-control-mobile: 116px;
  --ra-motion-fast: 160ms;
  --ra-motion-standard: 180ms;
  --ra-motion-composition: 520ms;
  --ra-motion-ease: cubic-bezier(0.23, 1, 0.32, 1);
  --ra-motion-hover-shift: -2px;
  --ra-motion-active-scale: 1.12;
  --batch-paper: var(--ra-color-bg);
  --batch-ink: var(--ra-color-fg);
  --batch-muted: var(--ra-color-muted);
  --batch-line: var(--ra-color-line);
  --batch-accent: var(--ra-color-accent);
  --accent: var(--ra-color-accent);
  background: var(--ra-color-bg);
}

.batch-article-body.article-frame,
.batch-article-body.article-scene,
.batch-article-body.article-macro {
  --ra-color-accent: #9e2a2b;
  --ra-color-wave-3: #9e2a2b;
}

.batch-cover {
  min-height: calc(100svh - 76px);
  display: grid;
  place-items: center;
  padding: var(--ra-space-cover-shell-top) 0 var(--ra-space-cover-shell-bottom);
  border-bottom: var(--ra-border-hairline) solid var(--ra-color-line-strong);
}

.batch-cover-page {
  position: relative;
  isolation: isolate;
  width: min(100%, 48rem, calc((100svh - 8rem) * 0.75));
  aspect-ratio: 3 / 4;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  overflow: hidden;
  padding: var(--ra-space-cover-page);
  color: var(--ra-color-cover-fg);
  background: var(--ra-color-cover-bg);
  border-radius: var(--ra-radius-none);
}

.batch-cover-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 8, 10, 0.42) 0%, rgba(5, 8, 10, 0.76) 54%, rgba(5, 8, 10, 0.94) 100%),
    linear-gradient(90deg, rgba(5, 8, 10, 0.42), transparent 58%);
  pointer-events: none;
}

.batch-cover-source-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.72);
  transform: scale(1.025);
  animation: batch-cover-settle 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes batch-cover-settle {
  from { opacity: 0; transform: scale(1.065); }
  to { opacity: 1; transform: scale(1.025); }
}

.batch-cover-topline,
.batch-cover-note,
.water-cover-scale > span,
.water-cover-headcount > span {
  font-family: var(--ra-font-utility);
  font-size: var(--ra-text-cover-overline);
  font-weight: var(--ra-weight-overline);
  letter-spacing: var(--ra-tracking-overline);
  line-height: var(--ra-leading-overline);
  text-transform: uppercase;
}

.batch-cover-topline {
  display: flex;
  justify-content: space-between;
  gap: var(--ra-space-cover-topline-column);
  padding-bottom: var(--ra-space-cover-topline-bottom);
  color: var(--ra-color-cover-muted);
  border-bottom: var(--ra-border-hairline) solid color-mix(in srgb, var(--ra-color-cover-fg) 28%, transparent);
}

.batch-cover-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--ra-space-cover-copy-block) 0;
}

.batch-cover-copy > p:first-child {
  margin: 0 0 var(--ra-space-cover-kicker-bottom);
  color: color-mix(in srgb, var(--ra-color-accent) 52%, var(--ra-color-cover-fg));
  font-family: var(--ra-font-utility);
  font-size: var(--ra-text-cover-kicker);
  font-weight: var(--ra-weight-cover-kicker);
  letter-spacing: var(--ra-tracking-cover-kicker);
  text-transform: uppercase;
}

.batch-cover-question {
  max-width: 11ch;
  margin: 0;
  font-family: var(--ra-font-display);
  font-size: var(--ra-text-cover-title);
  font-weight: var(--ra-weight-display);
  letter-spacing: var(--ra-tracking-cover-title);
  line-height: var(--ra-leading-cover-title);
}

.water-cover-evidence {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--ra-space-cover-evidence-column);
  align-items: end;
  padding: var(--ra-space-cover-evidence-top) 0 var(--ra-space-cover-evidence-bottom);
  border-top: var(--ra-border-hairline) solid color-mix(in srgb, var(--ra-color-cover-fg) 28%, transparent);
}

.water-cover-scale {
  display: grid;
  gap: var(--ra-space-cover-scale);
}

.water-cover-scale > span,
.water-cover-headcount > span {
  color: var(--ra-color-cover-muted);
}

.water-cover-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--ra-space-cover-track-row) var(--ra-space-cover-track-column);
  align-items: end;
}

.water-cover-track i {
  grid-column: 1 / -1;
  width: calc(var(--evidence-end) - var(--evidence-start));
  margin-inline-start: var(--evidence-start);
  height: var(--ra-border-data);
  display: block;
  background: color-mix(in srgb, var(--ra-color-cover-fg) 58%, transparent);
}

.water-cover-track.is-current i {
  background: var(--ra-color-accent);
}

.water-cover-track b,
.water-cover-headcount strong {
  font-family: var(--ra-font-utility);
  font-size: var(--ra-text-cover-stat);
  font-variant-numeric: tabular-nums;
  font-weight: var(--ra-weight-stat);
  letter-spacing: var(--ra-tracking-stat);
}

.water-cover-track em,
.water-cover-headcount small {
  color: var(--ra-color-cover-muted);
  font-family: var(--ra-font-utility);
  font-size: var(--ra-text-cover-caption);
  font-style: normal;
  line-height: var(--ra-leading-caption);
}

.water-cover-headcount {
  display: grid;
  gap: var(--ra-space-cover-headcount);
}

.water-cover-headcount i {
  width: 100%;
  height: var(--ra-border-hairline);
  display: block;
  background: var(--ra-color-accent);
  transform: scaleX(0.68);
  transform-origin: left;
}

.batch-cover-note {
  margin: 0;
  padding-top: var(--ra-space-cover-note-top);
  color: var(--ra-color-cover-muted);
  border-top: var(--ra-border-hairline) solid color-mix(in srgb, var(--ra-color-cover-fg) 28%, transparent);
}

.batch-article-hero {
  min-height: min(760px, 80svh);
  display: flex;
  align-items: flex-end;
}

.batch-article-hero .article-title {
  font-family: var(--ra-font-display);
  font-weight: 500;
}

.batch-article-subtitle {
  max-width: 760px;
  margin: var(--ra-space-subtitle-top) 0 0;
  color: var(--ra-color-muted);
  font-family: var(--ra-font-body);
  font-size: var(--ra-text-subtitle);
  line-height: var(--ra-leading-subtitle);
}

.batch-chapter-nav {
  position: sticky;
  top: 76px;
  z-index: 70;
  display: grid;
  grid-template-columns: repeat(var(--batch-nav-columns, 5), minmax(0, 1fr));
  color: var(--batch-muted);
  border-bottom: 1px solid var(--ra-color-line-strong);
  background: color-mix(in srgb, var(--batch-paper) 94%, transparent);
  backdrop-filter: blur(14px);
  transition: none;
}

.batch-chapter-nav a {
  min-height: 72px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  color: inherit;
  border-right: 1px solid var(--ra-color-line);
  font-family: var(--ra-font-utility);
  font-size: 0.64rem;
  font-weight: 720;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.batch-chapter-nav a:last-child {
  border-right: 0;
}

.batch-chapter-nav a span {
  color: var(--batch-accent);
  font-variant-numeric: tabular-nums;
}

.batch-chapter-nav a[aria-current="location"] {
  color: var(--batch-ink);
  background: var(--ra-color-active-bg);
}
/* ---- Galok capsule nav host rules (article pages) ---- */
.batch-chapter-nav.gcn {
  position: fixed !important;
  top: 84px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1264px;
  padding: 0;
  margin: 0;
  border-bottom: none;
  background: color-mix(in srgb, var(--batch-paper) 94%, transparent);
  backdrop-filter: blur(14px);
  z-index: 70;
  /* the capsule component owns layout transitions */
  transition: none;
}
.batch-chapter-nav.gcn.is-expanded {
  display: grid;
}
.batch-chapter-nav.gcn.is-collapsed {
  display: block !important;
  overflow: visible;
}
.batch-chapter-nav.gcn.is-collapsed > a,
.batch-chapter-nav.gcn.is-collapsed a:not(.gcn-bar a, .gcn-chapter) {
  display: none;
}
/* ---- capsule bar children must survive host rules ---- */
.batch-chapter-nav.gcn .gcn-bar,
.batch-chapter-nav.gcn .gcn-bar a,
.batch-chapter-nav.gcn .gcn-bar button,
.batch-chapter-nav.gcn .gcn-bar .gcn-dot {
  display: flex;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
/* host aria-current bg: keep only on the bar chapter link */
.batch-chapter-nav.gcn a[aria-current="location"] {
  background: transparent;
}
.batch-chapter-nav.gcn .gcn-chapter[aria-current="location"],
.batch-chapter-nav.gcn .gcn-chapter[aria-current="location"] {
  background: var(--ra-color-active-bg);
}
/* mobile chapter strip: never squeeze host chapter links into one row — show the
   capsule bar only (current chapter + dots + prev/next), host links sr-only */
@media (max-width: 767px) {
  .batch-chapter-nav.gcn {
    --gcn-capsule-w: calc(100vw - 16px);
  }
  .batch-chapter-nav.gcn > a,
  .batch-chapter-nav.gcn a:not(.gcn-bar a, .gcn-bar button, .gcn-bar .gcn-dot) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .batch-chapter-nav.gcn.is-expanded .gcn-bar {
    grid-column: 1 / -1;
  }
  .gcn.is-collapsed .gcn-hairline {
    width: min(736px, calc(100vw - 32px));
  }
}


.batch-article-layout {
  padding-top: clamp(72px, 9vw, 116px);
}

.batch-prose-section,
.chart-figure[id] {
  scroll-margin-top: 180px;
}

.batch-prose-section + .batch-prose-section,
.batch-wave-chart + .batch-prose-section,
.chart-figure + .batch-prose-section {
  margin-top: var(--ra-space-section-break);
}

.batch-section-index {
  margin: 0 0 var(--ra-space-section-index-bottom);
  color: var(--batch-accent) !important;
  font-family: var(--ra-font-utility);
  font-size: var(--ra-text-section-index) !important;
  font-weight: var(--ra-weight-section-index);
  letter-spacing: var(--ra-tracking-section-index);
  text-transform: uppercase;
}

.batch-prose-section h2 {
  max-width: 12ch;
  margin-top: 0;
  font-family: var(--ra-font-display);
  font-weight: var(--ra-weight-section-title);
}

.batch-lead {
  margin: var(--ra-space-lead-top) 0 var(--ra-space-lead-bottom);
  color: var(--batch-ink) !important;
  font-family: var(--ra-font-display);
  font-size: var(--ra-text-lead) !important;
  font-weight: var(--ra-weight-lead);
  letter-spacing: var(--ra-tracking-lead);
  line-height: var(--ra-leading-lead) !important;
}

.batch-wave-chart {
  scroll-margin-top: 180px;
  margin-top: var(--ra-space-wave-figure-top) !important;
  padding: var(--ra-space-wave-figure-inset) !important;
  color: var(--batch-ink);
  border-top: var(--ra-border-hairline) solid var(--ra-color-line-strong) !important;
  border-bottom: var(--ra-border-hairline) solid var(--ra-color-line-strong) !important;
  background: transparent !important;
}

.batch-wave-chart .paper-chart-head h3 {
  font-family: var(--ra-font-display);
  font-weight: var(--ra-weight-section-title);
}

.batch-article-content > p,
.batch-article-content section > p,
.batch-article-content li {
  font-family: var(--ra-font-body);
  font-size: var(--ra-text-body);
  line-height: var(--ra-leading-body);
}

.batch-article-content blockquote {
  font-family: var(--ra-font-display);
  font-weight: var(--ra-weight-blockquote);
}

.batch-wave-axis {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ra-border-hairline);
  margin: var(--ra-space-wave-axis-top) 0 var(--ra-space-wave-axis-bottom);
  padding-top: var(--ra-space-wave-axis-inset-top);
  background: var(--ra-color-line);
}

.batch-wave-axis::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: var(--ra-border-hairline);
  background: var(--ra-color-line);
}

.batch-wave-control {
  position: relative;
  min-height: var(--ra-min-wave-control);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--ra-space-wave-control-block) var(--ra-space-wave-control-inline);
  color: var(--batch-muted);
  border: var(--ra-border-none);
  border-radius: var(--ra-radius-none);
  background: var(--batch-paper);
  text-align: left;
  cursor: pointer;
  transition: transform var(--ra-motion-fast) var(--ra-motion-ease), color var(--ra-motion-standard) ease, background-color var(--ra-motion-standard) ease;
}

.batch-wave-control.wave-1 {
  --tone: var(--ra-color-wave-1);
}

.batch-wave-control.wave-2 {
  --tone: var(--ra-color-wave-2);
}

.batch-wave-control.wave-3 {
  --tone: var(--ra-color-wave-3);
}

.batch-wave-control::before {
  content: "";
  position: absolute;
  left: var(--ra-space-wave-control-inline);
  top: var(--ra-space-wave-dot-top);
  width: var(--ra-size-wave-dot);
  height: var(--ra-size-wave-dot);
  border: var(--ra-border-hairline) solid var(--tone);
  background: var(--batch-paper);
  transform: rotate(45deg);
  transition: background-color var(--ra-motion-standard) ease, transform var(--ra-motion-fast) var(--ra-motion-ease);
}

.batch-wave-control span,
.batch-wave-control em {
  font-family: var(--ra-font-utility);
  font-size: var(--ra-text-wave-label);
  font-style: normal;
  font-weight: var(--ra-weight-wave-label);
  letter-spacing: var(--ra-tracking-wave-label);
  line-height: var(--ra-leading-wave-label);
  text-transform: uppercase;
}

.batch-wave-control strong {
  margin: auto 0 var(--ra-space-wave-control-title-bottom);
  color: var(--batch-ink);
  font-family: var(--ra-font-utility);
  font-size: var(--ra-text-wave-title);
  font-weight: var(--ra-weight-wave-title);
  letter-spacing: var(--ra-tracking-wave-title);
  line-height: var(--ra-leading-wave-title);
}

.batch-wave-control.is-active {
  color: var(--tone);
  background: var(--ra-color-active-bg);
}

.batch-wave-control.is-active::before {
  background: var(--tone);
  transform: rotate(45deg) scale(var(--ra-motion-active-scale));
}

.batch-wave-chart .chart-detail {
  min-height: var(--ra-min-wave-detail);
  margin: 0;
  padding: var(--ra-space-wave-detail-block) 0;
  border-top: var(--ra-border-hairline) solid var(--ra-color-line);
  font-size: var(--ra-text-wave-detail);
}

.batch-ratio-chart,
.batch-timeline-chart,
.batch-compare-chart,
.batch-cycle-chart,
.batch-gender-chart {
  margin-top: var(--ra-space-section-break) !important;
  padding: var(--ra-space-wave-figure-inset) !important;
  color: var(--batch-ink);
  border-top: var(--ra-border-hairline) solid var(--ra-color-line-strong) !important;
  border-bottom: var(--ra-border-hairline) solid var(--ra-color-line-strong) !important;
  background: transparent !important;
}

.batch-ratio-chart .paper-chart-head h3,
.batch-timeline-chart .paper-chart-head h3,
.batch-compare-chart .paper-chart-head h3,
.batch-cycle-chart .paper-chart-head h3,
.batch-gender-chart .paper-chart-head h3 {
  font-family: var(--ra-font-display);
  font-weight: var(--ra-weight-section-title);
}

.batch-ratio-controls,
.batch-cycle-controls,
.batch-evidence-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ra-border-hairline);
  margin-top: var(--ra-space-stat-grid-top);
  background: var(--ra-color-line);
}

.batch-cycle-controls {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.batch-evidence-controls {
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
}

.batch-stat-control,
.batch-cycle-control {
  min-height: var(--ra-min-wave-control);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--ra-space-stat-control);
  color: var(--batch-muted);
  border: var(--ra-border-none);
  border-radius: var(--ra-radius-none);
  background: var(--batch-paper);
  text-align: left;
  cursor: pointer;
  transition: color var(--ra-motion-standard) ease, background-color var(--ra-motion-standard) ease, transform var(--ra-motion-fast) var(--ra-motion-ease);
}

.batch-stat-control span,
.batch-cycle-control span,
.batch-cycle-control em {
  font-family: var(--ra-font-utility);
  font-size: var(--ra-text-wave-label);
  font-style: normal;
  font-weight: var(--ra-weight-wave-label);
  letter-spacing: var(--ra-tracking-wave-label);
  line-height: var(--ra-leading-wave-label);
  text-transform: uppercase;
}

.batch-stat-control strong,
.batch-cycle-control strong {
  margin: auto 0 var(--ra-space-wave-control-title-bottom);
  color: var(--batch-ink);
  font-family: var(--ra-font-utility);
  font-size: var(--ra-text-wave-title);
  font-weight: var(--ra-weight-wave-title);
  letter-spacing: var(--ra-tracking-wave-title);
  line-height: var(--ra-leading-wave-title);
}

.batch-stat-control.is-active,
.batch-cycle-control.is-active {
  color: var(--ra-color-accent);
  background: var(--ra-color-active-bg);
}

.batch-ratio-chart .chart-detail,
.batch-timeline-chart .chart-detail,
.batch-compare-chart .chart-detail,
.batch-cycle-chart .chart-detail,
.batch-gender-chart .chart-detail {
  min-height: var(--ra-min-wave-detail);
  margin: 0;
  padding: var(--ra-space-wave-detail-block) 0;
  border-top: var(--ra-border-hairline) solid var(--ra-color-line);
  font-size: var(--ra-text-wave-detail);
}

.batch-source-note {
  display: block;
  margin-top: 14px;
  color: var(--ra-color-muted);
  font-family: var(--ra-font-utility);
  font-size: 0.75rem;
  line-height: 1.5;
}

.batch-range-plot {
  display: grid;
  gap: 16px;
  margin-top: var(--ra-space-stat-grid-top);
}

.batch-range-row {
  display: grid;
  grid-template-columns: minmax(88px, 0.35fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  color: var(--ra-color-muted);
  font-family: var(--ra-font-utility);
  font-size: 0.75rem;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.batch-range-track {
  position: relative;
  height: 10px;
  background: var(--ra-color-chart-track);
}

.batch-range-track i {
  position: absolute;
  inset-block: 0;
  left: var(--range-start);
  width: max(8px, calc(var(--range-end) - var(--range-start)));
  display: block;
  background: var(--ra-color-chart-fill);
  transform: translateX(-4px);
}

.batch-range-row b {
  min-width: 4.5ch;
  color: var(--ra-color-fg);
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.batch-composition {
  --batch-composition-primary: 71.98%;
  height: var(--ra-size-composition);
  display: flex;
  margin-top: var(--ra-space-stat-grid-top);
  background: var(--ra-color-chart-track);
  overflow: hidden;
}

.batch-composition-primary {
  width: var(--batch-composition-primary);
  background: var(--ra-color-chart-fill);
  transition: width var(--ra-motion-composition) var(--ra-motion-ease);
}

.batch-composition-secondary {
  flex: 1;
  background: var(--ra-color-chart-secondary);
}

.batch-source-list {
  margin: var(--ra-space-source-list-top) 0 var(--ra-space-source-list-bottom);
  padding: 0;
  counter-reset: source-step;
  list-style: none;
  border-top: var(--ra-border-hairline) solid var(--ra-color-line);
}

.batch-source-list li {
  position: relative;
  padding: var(--ra-space-source-item-block) 0 var(--ra-space-source-item-block) var(--ra-space-source-item-inline);
  border-bottom: var(--ra-border-hairline) solid var(--ra-color-line);
  counter-increment: source-step;
}

.batch-source-list li::before {
  content: counter(source-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: var(--ra-space-source-index-top);
  color: var(--ra-color-accent);
  font-family: var(--ra-font-utility);
  font-size: var(--ra-text-wave-label);
  font-weight: var(--ra-weight-wave-label);
}

.batch-source-signoff {
  margin-top: var(--ra-space-signoff-top) !important;
  padding-top: var(--ra-space-signoff-inset-top);
  color: var(--batch-muted) !important;
  border-top: var(--ra-border-hairline) solid var(--ra-color-line);
  font-family: var(--ra-font-utility) !important;
  font-size: var(--ra-text-signoff) !important;
  letter-spacing: var(--ra-tracking-signoff);
}

.batch-ending {
  padding-bottom: var(--ra-space-ending-bottom);
}

.batch-bar-full {
  width: 100% !important;
  margin-inline-start: 0 !important;
}

.batch-bar-17 {
  width: 17% !important;
  margin-inline-start: 0 !important;
}

.batch-bar-29 {
  width: 29% !important;
  margin-inline-start: 0 !important;
}

.batch-bar-25 {
  width: 25% !important;
  margin-inline-start: 0 !important;
}

.batch-bar-28 {
  width: 28.02% !important;
  margin-inline-start: 0 !important;
}

.batch-bar-37 {
  width: 36.67% !important;
  margin-inline-start: 0 !important;
}

.batch-bar-64 {
  width: 64% !important;
  margin-inline-start: 0 !important;
}

.batch-bar-72 {
  width: 71.98% !important;
  margin-inline-start: 0 !important;
}

.batch-bar-75 {
  width: 75% !important;
  margin-inline-start: 0 !important;
}

.batch-preview-stop {
  margin-top: 76px;
  padding: 24px 0;
  color: var(--batch-muted);
  border-top: 1px solid var(--ra-color-line-strong);
  border-bottom: 1px solid var(--ra-color-line-strong);
}

.batch-preview-stop p {
  margin: 0;
  color: var(--batch-accent);
  font-family: var(--ra-font-utility);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.batch-preview-stop span {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
}

.batch-article-aside {
  padding: 22px 0;
  border: 0;
  border-top: 1px solid var(--ra-color-line);
  border-bottom: 1px solid var(--ra-color-line);
  background: transparent;
}

.batch-article-aside li {
  font-family: var(--ra-font-body);
}

@media (hover: hover) and (pointer: fine) {
  .batch-chapter-nav a:hover {
    color: var(--batch-ink);
    background: var(--ra-color-active-bg);
  }

  .batch-wave-control:hover {
    transform: translateY(var(--ra-motion-hover-shift));
  }

  .batch-stat-control:hover,
  .batch-cycle-control:hover {
    transform: translateY(var(--ra-motion-hover-shift));
  }
}

@media (max-width: 1100px) {
  .batch-article-layout {
    grid-template-columns: 1fr;
  }

  .batch-article-aside {
    position: static;
    max-width: 560px;
  }

}

@media (max-width: 760px) {
  .batch-article-body {
    --ra-text-cover-title: clamp(2.2rem, 10.8vw, 3.3rem);
    --ra-space-cover-shell-top: 24px;
    --ra-space-cover-shell-bottom: 36px;
    --ra-space-cover-page: 22px;
    --ra-space-cover-evidence-column: 22px;
    --ra-min-wave-control: 132px;
    --ra-space-wave-control-block: 22px;
    --ra-space-wave-control-inline: 18px;
    --ra-space-wave-dot-top: 20px;
    --ra-space-wave-dot-inline: 20px;
  }

  .batch-cover {
    min-height: calc(100svh - 68px);
    padding: var(--ra-space-cover-shell-top) 0 var(--ra-space-cover-shell-bottom);
  }

  .batch-cover-page {
    width: min(100%, calc((100svh - 7rem) * 0.75));
    padding: var(--ra-space-cover-page);
  }

  .batch-cover-question {
    font-size: var(--ra-text-cover-title);
  }

  .water-cover-evidence {
    grid-template-columns: 1fr;
    gap: var(--ra-space-cover-evidence-column);
  }

  .water-cover-headcount {
    grid-template-columns: 1fr auto;
    gap: 6px 12px;
  }

  .water-cover-headcount > span,
  .water-cover-headcount i,
  .water-cover-headcount small {
    grid-column: 1 / -1;
  }

  .batch-article-hero {
    min-height: auto;
  }

  .batch-prose-section,
  .chart-figure[id] {
    scroll-margin-top: 146px;
  }

  .batch-wave-axis {
    grid-template-columns: 1fr;
    gap: var(--ra-border-hairline);
    padding-top: 0;
  }

  .batch-wave-axis::before {
    display: none;
  }

  .batch-wave-control {
    min-height: var(--ra-min-wave-control);
    padding: var(--ra-space-wave-control-block) var(--ra-space-wave-control-inline);
  }

  .batch-wave-control::before {
    left: auto;
    right: var(--ra-space-wave-dot-inline);
    top: var(--ra-space-wave-dot-top);
  }

  .batch-ratio-controls,
  .batch-cycle-controls,
  .batch-evidence-controls {
    grid-template-columns: 1fr;
  }

  .batch-stat-control,
  .batch-cycle-control {
    min-height: var(--ra-min-stat-control-mobile);
  }
}

@media (max-width: 480px), (max-height: 650px) {
  .batch-article-body {
    --ra-text-cover-kicker: 0.75rem;
    --ra-text-cover-title: clamp(1.72rem, 8.8vw, 2.15rem);
    --ra-text-cover-stat: 0.82rem;
    --ra-text-cover-overline: 0.75rem;
    --ra-text-cover-caption: 0.75rem;
    --ra-text-wave-label: 0.75rem;
    --ra-text-section-index: 0.75rem;
    --ra-leading-cover-title: 0.88;
    --ra-leading-overline: 1.2;
    --ra-tracking-overline: 0.06em;
    --ra-space-cover-shell-top: 14px;
    --ra-space-cover-shell-bottom: 24px;
    --ra-space-cover-page: 14px;
    --ra-space-cover-topline-bottom: 8px;
    --ra-space-cover-copy-block: 3%;
    --ra-space-cover-kicker-bottom: 2%;
    --ra-space-cover-evidence-column: 10px;
    --ra-space-cover-evidence-top: 3%;
    --ra-space-cover-evidence-bottom: 3%;
    --ra-space-cover-scale: 6px;
    --ra-space-cover-track-row: 2px;
    --ra-space-cover-track-column: 5px;
    --ra-space-cover-headcount: 4px;
    --ra-space-cover-note-top: 7px;
  }

  .batch-cover {
    padding: var(--ra-space-cover-shell-top) 0 var(--ra-space-cover-shell-bottom);
  }

  .batch-cover-page {
    padding: var(--ra-space-cover-page);
  }

  .batch-cover-topline {
    padding-bottom: var(--ra-space-cover-topline-bottom);
  }

  .batch-cover-copy {
    padding: var(--ra-space-cover-copy-block) 0;
  }

  .batch-cover-copy > p:first-child {
    margin-bottom: var(--ra-space-cover-kicker-bottom);
    font-size: var(--ra-text-cover-kicker);
  }

    .batch-cover-question {
    max-width: 12ch;
    font-size: var(--ra-text-cover-title);
    line-height: var(--ra-leading-cover-title);
  }
  .water-cover-evidence {
    grid-template-columns: 1.08fr 0.92fr;
    gap: var(--ra-space-cover-evidence-column);
    padding: var(--ra-space-cover-evidence-top) 0 var(--ra-space-cover-evidence-bottom);
  }

  .water-cover-scale {
    gap: var(--ra-space-cover-scale);
  }

  .water-cover-track {
    gap: var(--ra-space-cover-track-row) var(--ra-space-cover-track-column);
  }

  .water-cover-track b,
  .water-cover-headcount strong {
    font-size: var(--ra-text-cover-stat);
  }

  .water-cover-headcount {
    gap: var(--ra-space-cover-headcount);
  }

  .batch-cover-note {
    padding-top: var(--ra-space-cover-note-top);
    font-size: var(--ra-text-cover-overline);
    letter-spacing: var(--ra-tracking-overline);
    line-height: var(--ra-leading-overline);
  }
}

@media (prefers-reduced-motion: reduce) {
  .batch-chapter-nav,
  .batch-chapter-nav a,
  .batch-wave-control,
  .batch-wave-control::before,
  .batch-stat-control,
  .batch-cycle-control,
  .batch-composition-primary,
  .batch-cover-source-image {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

@media print {
  .batch-cover {
    break-after: page;
  }

  .batch-cover-page {
    width: min(100%, 48rem);
  }
}

@media (max-width: 760px) {
  .nav-inner,
  .spatial-nav .nav-inner {
    flex-direction: row;
    gap: 16px;
  }

  .field-story-card-copy h3 {
    margin-top: 48px;
    font-size: clamp(2.25rem, 10.7vw, 3.5rem);
    line-height: 0.94;
  }
}

/* Field hero carousel, global contact, and article collision fixes */
.field-hero-stage,
.field-hero-slide,
.field-hero-slide img,
.field-hero-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.field-hero-stage {
  z-index: 0;
  overflow: hidden;
  touch-action: pan-y;
}

.field-hero-slide {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1400ms cubic-bezier(0.22, 1, 0.36, 1), visibility 1400ms;
}

.field-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.field-hero-slide img,
.field-hero-slide video {
  object-fit: cover;
  object-position: var(--hero-position, 50% 50%);
  filter: saturate(0.9) contrast(1.04) brightness(0.88);
  transform: scale(1.01);
  transition: transform 5600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.field-hero-slide.is-active img,
.field-hero-slide.is-active video {
  transform: scale(1.025);
}

.field-hero-topline,
.field-hero-copy,
.field-hero-index {
  transition: opacity 240ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.field-hero.is-copy-changing .field-hero-topline,
.field-hero.is-copy-changing .field-hero-copy,
.field-hero.is-copy-changing .field-hero-index {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
}

.field-hero-grid {
  padding-bottom: 126px;
}

.field-hero-progress {
  position: absolute;
  left: var(--home-gutter);
  right: var(--home-gutter);
  bottom: 24px;
  z-index: 4;
  width: auto;
}

.field-hero-progress span {
  width: 0;
  transition: width 180ms linear;
}

.field-hero-controls {
  position: absolute;
  left: var(--home-gutter);
  bottom: 46px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 20px;
}

.field-scroll-cue {
  display: none;
}

.field-hero-dots,
.field-hero-actions {
  display: flex;
  align-items: center;
}

.field-hero-dots {
  gap: 5px;
}

.field-hero-actions {
  gap: 4px;
}

.field-hero-dots button,
.field-hero-actions button {
  min-width: 38px;
  min-height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.62);
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.field-hero-dots button:hover,
.field-hero-dots button:focus-visible,
.field-hero-dots button.is-active,
.field-hero-actions button:hover,
.field-hero-actions button:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(5, 12, 18, 0.22);
}

.field-hero-actions button {
  min-width: auto;
  padding-inline: 14px;
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.site-contact {
  padding: clamp(70px, 9vw, 132px) 0;
  color: var(--ink);
  border-top: 1px solid var(--line-dark);
  background: #f8f9f7;
}

.site-contact-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(170px, 0.24fr) minmax(0, 0.76fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
}

.site-contact p {
  margin: 11px 0 0;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.site-contact h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(3.2rem, 7vw, 7.6rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.site-contact a {
  grid-column: 2;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  padding-bottom: 9px;
  color: var(--field-red);
  border-bottom: 1px solid currentColor;
  font-family: var(--font-sans);
  font-size: clamp(1.25rem, 2.6vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
  transition: color 180ms ease, transform 180ms ease;
}

.site-contact a:hover,
.site-contact a:focus-visible {
  color: var(--ink);
  transform: translateX(4px);
}

@media (min-width: 1021px) {
  .article-hero.goose-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
    gap: clamp(36px, 4vw, 66px);
    align-items: end;
  }

  .goose-hero .article-signature {
    min-width: 0;
    grid-template-columns: minmax(96px, 122px) minmax(0, 1fr);
    gap: clamp(28px, 3.5vw, 54px);
  }

  .goose-hero .article-title {
    max-width: 780px;
    font-size: clamp(3.5rem, 5.5vw, 6.45rem);
  }

  .goose-hero .article-anchor {
    font-size: clamp(6.4rem, 9vw, 9.2rem);
  }

  .goose-hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0 0 8px;
  }

  .goose-hero::after {
    right: 0;
    bottom: 34px;
    width: 330px;
    height: 210px;
  }
}

@media (max-width: 760px) {
  .brand .brand-mark,
  .field-brand .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 0;
  }

  .field-hero,
  .field-hero-grid {
    min-height: max(740px, 100svh);
  }

  .field-hero-slide img,
  .field-hero-slide video {
    object-position: var(--hero-position-mobile, var(--hero-position, 50% 50%));
    filter: saturate(0.9) contrast(1.04) brightness(0.84);
  }

  .field-hero-slide video,
  .field-hero-slide.is-active video {
    transform: none;
  }

  .field-hero-wash {
    background:
      linear-gradient(180deg, rgba(4, 10, 15, 0.48) 0%, rgba(4, 10, 15, 0.08) 34%, rgba(4, 10, 15, 0.78) 100%),
      linear-gradient(90deg, rgba(4, 10, 15, 0.24), transparent 82%);
  }

  .field-hero-grid {
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 14px;
    padding: 90px var(--home-gutter) 226px;
  }

  .field-hero-topline {
    min-width: 0;
    gap: 10px;
  }

  .field-hero-topline span {
    min-width: 0;
  }

  .field-hero-copy {
    align-self: center;
    min-width: 0;
    padding: 26px 0 12px;
  }

  .field-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.95rem, 14.4vw, 4.45rem);
    line-height: 0.9;
  }

  .field-hero-copy > p:last-of-type {
    max-width: 31ch;
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .field-hero-copy .field-primary {
    min-height: 50px;
    margin-top: 22px;
  }

  .field-hero-index {
    align-self: end;
    padding-block: 10px 4px;
  }

  .field-hero-progress {
    bottom: 66px;
  }

  .field-hero-controls {
    right: var(--home-gutter);
    top: auto;
    bottom: 80px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 4px;
  }

  .field-hero-dots {
    width: 100%;
    justify-content: space-between;
    gap: 3px;
  }

  .field-hero-dots button {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    border-color: transparent;
    border-radius: 0;
    background: transparent;
    font-size: 0;
  }

  .field-hero-dots button::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: rgba(255, 255, 255, 0.28);
    transition: height 220ms ease, background 220ms ease;
  }

  .field-hero-dots button:hover,
  .field-hero-dots button:focus-visible,
  .field-hero-dots button.is-active {
    color: transparent;
    border-color: transparent;
    background: transparent;
  }

  .field-hero-dots button:hover::after,
  .field-hero-dots button:focus-visible::after,
  .field-hero-dots button.is-active::after {
    height: 4px;
    background: #fff;
  }

  .field-hero-actions {
    width: 100%;
    justify-content: flex-end;
    gap: 4px;
  }

  .field-hero-actions button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px;
    padding: 8px 10px;
    font-size: 0.56rem;
  }

  .site-contact {
    padding: 74px 0;
  }

  .site-contact-inner {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-contact p {
    margin: 0;
  }

  .site-contact h2 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .site-contact a {
    grid-column: 1;
    font-size: clamp(1.15rem, 5.5vw, 1.7rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .field-hero-slide,
  .field-hero-slide img,
  .field-hero-slide video,
  .field-hero-topline,
  .field-hero-copy,
  .field-hero-index,
  .site-contact a {
    transition: none !important;
    animation: none !important;
  }
}

/* Essay archive filtering */
.filter-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.essay-card[hidden] {
  display: none !important;
}

.motion-ready .essay-card.is-filter-leaving {
  opacity: 0;
  transform: translate3d(0, -8px, 0) scale(0.992);
  transition: opacity 140ms ease, transform 180ms cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none;
}

.motion-ready .essay-card.is-filter-entering {
  animation: essay-filter-enter 470ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--filter-order, 0) * 55ms);
}

@keyframes essay-filter-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.975);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .essay-card.is-filter-leaving,
  .essay-card.is-filter-entering {
    transition: none !important;
    animation: none !important;
  }
}

/* 2026 design audit: shared hierarchy, interaction and accessibility */
.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 1000;
  padding: 11px 15px;
  color: var(--field-white);
  background: var(--field-black);
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateY(-160%);
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.skip-link:focus {
  outline-color: var(--field-red);
  transform: translateY(0);
}

main {
  scroll-margin-top: 76px;
}

:where(h1, h2, h3, p, li, dd) {
  text-wrap: pretty;
}

.site-nav {
  contain: layout style;
}

.site-nav.is-scrolled:not(.field-nav) {
  background: rgba(248, 249, 247, 0.96);
  box-shadow: 0 1px 0 rgba(16, 18, 20, 0.06);
}

.nav-menu-toggle {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-menu-toggle:hover,
.nav-menu-toggle:focus-visible {
  color: var(--field-white);
  border-color: var(--field-black);
  background: var(--field-black);
}

.field-nav .nav-menu-toggle:hover,
.field-nav .nav-menu-toggle:focus-visible,
body.nav-open .nav-menu-toggle:hover,
body.nav-open .nav-menu-toggle:focus-visible {
  color: var(--field-black);
  border-color: var(--field-white);
  background: var(--field-white);
}

/* One selector and one transport control: numbered chapters choose, pause controls time. */
.field-hero-actions button {
  min-width: 72px;
}

.field-hero-dots button,
.field-hero-actions button {
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.field-hero-dots button:hover,
.field-hero-actions button:hover {
  transform: translateY(-2px);
}

/* Interior pages enter the argument sooner while retaining the indexed editorial signature. */
@media (min-width: 761px) {
  .page-hero {
    min-height: clamp(520px, 64svh, 610px);
    justify-content: flex-end;
    padding: clamp(92px, 9vw, 132px) 0 54px;
  }

  .page-hero::before {
    top: 34px;
    color: #b9bdbe;
    font-size: clamp(4.5rem, 8vw, 8.2rem);
    opacity: 0.72;
  }

  .page-title {
    max-width: 980px;
    font-size: clamp(3.8rem, 6.8vw, 7.45rem);
  }

  .page-copy {
    max-width: 720px;
    margin-top: 26px;
  }

  .section {
    padding-block: clamp(68px, 7.2vw, 106px);
  }

  .section.compact {
    padding-block: 64px;
  }
}

.series-card,
.essay-card,
.note-card {
  position: relative;
  transition:
    color 220ms ease,
    background 220ms ease,
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.series-card::after,
.essay-card::after,
a.note-card::after {
  content: "↗";
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  font-size: 0.9rem;
  opacity: 0;
  transform: translate3d(-6px, 6px, 0);
  transition:
    opacity 180ms ease,
    transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1),
    color 180ms ease,
    background 180ms ease;
}

.series-card:hover::after,
.series-card:focus-visible::after,
.essay-card:hover::after,
.essay-card:focus-visible::after,
a.note-card:hover::after,
a.note-card:focus-visible::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (hover: hover) and (pointer: fine) {
  .series-card:hover,
  .essay-card:hover,
  a.note-card:hover {
    z-index: 1;
    transform: translateY(-4px);
  }
}

.note-card:not(a):hover {
  background: #fff;
  transform: none;
}

/* About: editorial roles replace decorative, unsupported percentages. */
.editorial-roles {
  margin: 34px 0 0;
  border-top: 1px solid var(--line-dark);
}

.editorial-roles > div {
  display: grid;
  grid-template-columns: minmax(90px, 0.28fr) minmax(0, 0.72fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.editorial-roles dt {
  color: var(--field-red);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-roles dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

/* Shared directory footer. Contextual links stay intact, global routes stop changing by page. */
.footer:not(.field-footer) .footer-inner.footer-directory {
  width: min(1280px, calc(100% - 64px));
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1.45fr) repeat(3, minmax(130px, 0.7fr));
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
  padding: clamp(62px, 8vw, 104px) 0 48px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: #fff;
}

.footer-brand img {
  width: 46px;
  height: 46px;
}

.footer-brand span {
  display: grid;
  line-height: 1;
}

.footer-brand b {
  font-size: 1.08rem;
  letter-spacing: 0.14em;
}

.footer-brand small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-column {
  display: grid;
  align-content: start;
}

.footer-column > span {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a {
  width: fit-content;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #fff;
  transform: translateX(3px);
}

.footer-directory > p {
  grid-column: 1 / -1;
  margin: 30px 0 0;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.46);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.site-contact-inner {
  grid-template-columns: minmax(160px, 0.22fr) minmax(0, 0.78fr);
}

.site-contact h2 {
  max-width: 800px;
}

@media (max-width: 760px) {
  main {
    scroll-margin-top: 68px;
  }

  .nav-links,
  .spatial-nav .nav-links {
    justify-content: flex-end;
    padding-top: calc(118px + env(safe-area-inset-top));
  }

  .nav-links::before,
  .spatial-nav .nav-links::before {
    content: "Explore Galok";
    margin-bottom: auto;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.66rem;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .nav-links a,
  .spatial-nav .nav-links a {
    min-height: 62px;
  }

  .nav-links a[aria-current="page"]::after,
  .spatial-nav .nav-links a[aria-current="page"]::after {
    content: "Current";
    display: block;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .field-hero-grid {
    padding-bottom: 176px;
  }

  .field-hero-controls {
    bottom: 72px;
  }

  .field-hero-progress {
    bottom: 54px;
  }

  .field-hero-actions {
    justify-content: flex-end;
  }

  .field-hero-actions button {
    flex: 0 0 auto;
    min-width: 84px;
  }

  .page-hero {
    min-height: auto;
    padding: 100px 0 48px;
  }

  .page-hero::before {
    top: 26px;
    font-size: 4.6rem;
    opacity: 0.6;
  }

  .section {
    padding-block: 66px;
  }

  .editorial-roles > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer:not(.field-footer) .footer-inner.footer-directory {
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
    padding: 64px 0 42px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-column:nth-of-type(3) {
    grid-column: 1 / -1;
  }

  .footer-directory > p {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .site-contact-inner {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  .site-nav,
  .skip-link,
  .series-card,
  .essay-card,
  .note-card,
  .series-card::after,
  .essay-card::after,
  a.note-card::after,
  .footer-column a,
  .field-hero-dots button,
  .field-hero-actions button {
    transition: none !important;
    animation: none !important;
  }

  .series-card:hover,
  .essay-card:hover,
  a.note-card:hover,
  .footer-column a:hover,
  .field-hero-dots button:hover,
  .field-hero-actions button:hover {
    transform: none !important;
  }
}

/* Keep the Views surfaces above the legacy directory overrides. */
.essay-card {
  isolation: isolate;
  color: #f4f1eb !important;
  background: #101315 !important;
}

.essay-card .essay-meta,
.essay-card .deck,
.essay-card p {
  color: rgba(244, 241, 235, 0.72) !important;
}

.essay-card .anchor {
  color: color-mix(in srgb, var(--accent) 68%, #f4f1eb) !important;
}

.essay-card:hover,
.essay-card:focus-visible {
  color: #fff !important;
  background: #101315 !important;
}

@media (max-width: 760px) {
  .field-hero-actions {
    gap: 4px;
  }

  .field-hero-actions button {
    min-width: auto;
  }

  .field-hero-actions .field-hero-step {
    min-width: 44px;
    padding-inline: 7px !important;
  }
}

/* Home: collectible city postcard entry */
.field-postcards {
  padding: clamp(86px, 10vw, 148px) var(--home-gutter);
  color: var(--field-black);
  background: #e9e4d8;
}

.field-postcards .field-section-heading {
  margin-bottom: clamp(46px, 6vw, 84px);
}

.field-postcard-entry {
  position: relative;
  min-height: clamp(540px, 66vw, 820px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(290px, 0.62fr);
  align-items: stretch;
  overflow: hidden;
  color: #ece9df;
  border: 1px solid rgba(16, 18, 20, 0.28);
  background: #151817;
}

.field-postcard-stack {
  position: relative;
  min-height: 100%;
  display: block;
  border-right: 1px solid rgba(236, 233, 223, 0.22);
}

.field-postcard-stack img {
  position: absolute;
  width: clamp(150px, 26%, 260px);
  height: auto;
  max-height: 72%;
  object-fit: contain;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 240ms ease;
}

.field-postcard-stack img:nth-child(1) {
  left: 12%;
  top: 16%;
  z-index: 4;
  transform: rotate(-7deg);
}

.field-postcard-stack img:nth-child(2) {
  left: 30%;
  top: 10%;
  z-index: 3;
  transform: rotate(2deg);
}

.field-postcard-stack img:nth-child(3) {
  left: 48%;
  top: 18%;
  z-index: 2;
  transform: rotate(8deg);
}

.field-postcard-stack img:nth-child(4) {
  left: 65%;
  top: 12%;
  z-index: 1;
  transform: rotate(13deg);
}

.field-postcard-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 5vw, 72px);
}

.field-postcard-copy small {
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.field-postcard-copy strong {
  margin: auto 0;
  font-size: clamp(2.4rem, 5vw, 6rem);
  font-weight: 760;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.field-postcard-copy > span {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(236, 233, 223, 0.28);
  font-size: 0.68rem;
  font-weight: 740;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .field-postcard-entry:hover .field-postcard-stack img:nth-child(1),
  .field-postcard-entry:focus-visible .field-postcard-stack img:nth-child(1) {
    transform: translate(-12px, 10px) rotate(-10deg);
  }

  .field-postcard-entry:hover .field-postcard-stack img:nth-child(2),
  .field-postcard-entry:focus-visible .field-postcard-stack img:nth-child(2) {
    transform: translate(-3px, -12px) rotate(0deg);
  }

  .field-postcard-entry:hover .field-postcard-stack img:nth-child(3),
  .field-postcard-entry:focus-visible .field-postcard-stack img:nth-child(3) {
    transform: translate(6px, 8px) rotate(10deg);
  }

  .field-postcard-entry:hover .field-postcard-stack img:nth-child(4),
  .field-postcard-entry:focus-visible .field-postcard-stack img:nth-child(4) {
    transform: translate(14px, -4px) rotate(16deg);
  }
}

@media (max-width: 760px) {
  .field-postcards {
    padding-block: 78px;
  }

  .field-postcard-entry {
    min-height: 680px;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(410px, 1fr) auto;
  }

  .field-postcard-stack {
    border-right: 0;
    border-bottom: 1px solid rgba(236, 233, 223, 0.22);
  }

  .field-postcard-stack img {
    width: 37%;
    max-height: 78%;
  }

  .field-postcard-stack img:nth-child(1) { left: 6%; top: 14%; }
  .field-postcard-stack img:nth-child(2) { left: 24%; top: 8%; }
  .field-postcard-stack img:nth-child(3) { left: 43%; top: 16%; }
  .field-postcard-stack img:nth-child(4) { left: 60%; top: 10%; }

  .field-postcard-copy {
    min-height: 245px;
    padding: 28px 24px;
  }

  .field-postcard-copy strong {
    font-size: clamp(2.25rem, 10vw, 3.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .field-postcard-stack img {
    transition: none !important;
  }

  .field-postcard-entry:hover .field-postcard-stack img:nth-child(1),
  .field-postcard-entry:focus-visible .field-postcard-stack img:nth-child(1) { transform: rotate(-8deg); }
  .field-postcard-entry:hover .field-postcard-stack img:nth-child(2),
  .field-postcard-entry:focus-visible .field-postcard-stack img:nth-child(2) { transform: rotate(3deg); }
  .field-postcard-entry:hover .field-postcard-stack img:nth-child(3),
  .field-postcard-entry:focus-visible .field-postcard-stack img:nth-child(3) { transform: rotate(8deg); }
  .field-postcard-entry:hover .field-postcard-stack img:nth-child(4),
  .field-postcard-entry:focus-visible .field-postcard-stack img:nth-child(4) { transform: rotate(13deg); }
}

/* Home: three clear ways in */
.field-routing {
  display: grid;
  gap: clamp(46px, 6vw, 76px);
  padding: clamp(72px, 8vw, 118px) var(--home-gutter) clamp(88px, 10vw, 138px);
  color: #14191d;
  background: #f3f0e8;
  border-top: 1px solid rgba(20, 25, 29, 0.18);
}

.field-routing-top {
  display: block;
}

.field-routing-intro {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 0.72fr);
  column-gap: clamp(28px, 6vw, 98px);
  align-items: start;
}

.field-routing-intro > p,
.field-route-kicker {
  margin: 8px 0 0;
  color: #a63c2e;
  font-size: 0.67rem;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.field-routing-intro h2 {
  grid-column: 2;
  max-width: 820px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(4rem, 8.4vw, 8.4rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-wrap: pretty;
}

.field-routing-intro > span {
  grid-column: 2;
  display: block;
  max-width: 560px;
  margin-top: 30px;
  color: rgba(20, 25, 29, 0.68);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.45;
}

.field-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(20, 25, 29, 0.7);
  border-left: 1px solid rgba(20, 25, 29, 0.7);
}

.field-route {
  --route-seal-color: rgba(20, 25, 29, 0.2);
  position: relative;
  min-height: clamp(330px, 29vw, 430px);
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 24px 24px 22px;
  overflow: hidden;
  color: #14191d;
  border-right: 1px solid rgba(20, 25, 29, 0.7);
  border-bottom: 1px solid rgba(20, 25, 29, 0.7);
  background: #e8e2d6;
  text-decoration: none;
  isolation: isolate;
  transition: transform var(--motion-ui) var(--motion-ease-out), box-shadow var(--motion-ui-fast) ease;
}

.field-route::before,
.field-route::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.field-route::before {
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 280ms var(--motion-ease-out);
}

.field-route::after {
  z-index: -1;
}

.field-route--read::before {
  background-image: url("/assets/home/route-read-zine.webp");
  background-position: 50% 46%;
}

.field-route--read::after {
  background: linear-gradient(180deg, rgba(246, 241, 230, 0.12) 0%, rgba(246, 241, 230, 0.66) 54%, rgba(246, 241, 230, 0.97) 100%);
}

.field-route--walk {
  --route-seal-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  background: #214b62;
}

.field-route--walk::before {
  background-image: url("/assets/home/route-walk-zine.webp");
  background-position: 66% 24%;
  filter: saturate(0.86) contrast(1.02);
}

.field-route--walk::after {
  background: linear-gradient(180deg, rgba(20, 54, 73, 0.5) 0%, rgba(20, 54, 73, 0.78) 52%, rgba(20, 54, 73, 0.98) 100%);
}

.field-route--keep::before {
  background-image: url("/assets/home/route-keep-zine.webp");
  background-position: 35% 72%;
}

.field-route--keep::after {
  background: linear-gradient(180deg, rgba(222, 216, 204, 0.1) 0%, rgba(222, 216, 204, 0.64) 54%, rgba(222, 216, 204, 0.97) 100%);
}

.field-route-index {
  position: relative;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.field-route-mark {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 20px;
  width: clamp(92px, 8vw, 132px);
  height: clamp(90px, 8vw, 132px);
  background-color: var(--route-seal-color);
  transform-origin: 50% 50%;
  transition: transform 280ms var(--motion-ease-out);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.field-route-mark--view {
  width: clamp(108px, 9vw, 148px);
  -webkit-mask-image: url("/assets/home/route-view-seal.png");
  mask-image: url("/assets/home/route-view-seal.png");
}

.field-route-mark--walk {
  -webkit-mask-image: url("/assets/home/route-walk-seal.png");
  mask-image: url("/assets/home/route-walk-seal.png");
}

.field-route-mark--keep {
  -webkit-mask-image: url("/assets/home/route-keep-seal.png");
  mask-image: url("/assets/home/route-keep-seal.png");
}

.field-route-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  max-width: 320px;
}

.field-route-copy strong {
  max-width: 290px;
  font-family: var(--font-sans);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-wrap: pretty;
}

.field-route-copy > span:last-child {
  max-width: 285px;
  color: rgba(20, 25, 29, 0.7);
  font-size: 0.92rem;
  line-height: 1.4;
}

.field-route--walk .field-route-copy > span:last-child {
  color: rgba(255, 255, 255, 0.76);
}

.field-route-arrow {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  font-size: 1.25rem;
  transition: transform var(--motion-ui) var(--motion-ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .field-route:hover,
  .field-route:focus-visible {
    z-index: 2;
    transform: translateY(-4px);
    box-shadow: 0 14px 24px rgba(20, 25, 29, 0.12);
  }

  .field-route:hover::before,
  .field-route:focus-visible::before {
    transform: scale(1.02);
  }

  .field-route:hover .field-route-mark,
  .field-route:focus-visible .field-route-mark {
    transform: rotate(-3deg) scale(1.02);
  }

  .field-route:hover .field-route-arrow,
  .field-route:focus-visible .field-route-arrow {
    transform: translate(4px, -4px);
  }
}

.motion-ready .field-route:nth-child(2) {
  transition-delay: 90ms;
}

.motion-ready .field-route:nth-child(3) {
  transition-delay: 180ms;
}

@media (max-width: 760px) {
  .field-routing {
    gap: 48px;
    padding-block: 68px 82px;
  }

  .field-routing-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .field-routing-intro > p,
  .field-routing-intro h2,
  .field-routing-intro > span {
    grid-column: 1;
  }

  .field-routing-intro > p {
    margin-top: 0;
  }

  .field-routing-intro h2 {
    font-size: clamp(3.55rem, 16vw, 5.8rem);
  }

  .field-routing-intro > span {
    margin-top: 0;
  }

  .field-route-grid {
    grid-template-columns: 1fr;
  }

  .field-route {
    min-height: 330px;
  }

  .field-route-copy strong {
    font-size: clamp(2.45rem, 12vw, 4.2rem);
  }

  .field-route-mark {
    width: 104px;
    height: 104px;
  }

  .field-route-mark--view {
    width: 122px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .field-route,
  .field-route::before,
  .field-route-mark,
  .field-route-arrow {
    transition: none;
  }

  .field-route:hover,
  .field-route:focus-visible {
    transform: none;
  }
}

/* Editorial reframe final overrides. */
.field-home .field-hero { min-height: min(920px, 100svh); }
.field-home .field-hero-stage,
.field-home .field-hero-slide { min-height: inherit; }
.field-home .field-hero-copy { max-width: min(860px, 76vw); }
.field-home .field-hero-copy > p:not(.field-kicker) { max-width: 680px; text-wrap: pretty; }
.field-home .field-hero-index { max-width: 320px; }
.field-home .field-hero-index small { max-width: 190px; text-wrap: pretty; }
.field-home .field-hero-controls,
.field-home .field-hero-progress { display: none; }
.field-home .field-hero-grid { padding-bottom: clamp(72px, 9vh, 112px); }
.field-home .field-scroll-cue { bottom: 30px; }
.field-route-grid { align-items: stretch; }
.field-route { min-height: clamp(360px, 31vw, 470px); }
.field-route-copy strong { max-width: 320px; }

.field-latest {
  padding: clamp(78px, 9vw, 144px) clamp(22px, 4.5vw, 84px);
  color: #11171b;
  background: #f3efe6;
  border-top: 1px solid rgba(17, 23, 27, 0.42);
  border-bottom: 1px solid rgba(17, 23, 27, 0.42);
}

.field-latest-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 84px);
}

.field-latest-heading p,
.field-latest small {
  margin: 0 0 18px;
  color: #e43b31;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.field-latest-heading h2 {
  max-width: 920px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(3rem, 6.5vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
}

.field-latest-heading > a {
  padding-bottom: 8px;
  color: inherit;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.field-latest-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  border-top: 1px solid rgba(17, 23, 27, 0.55);
}

.field-latest-lead {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(280px, 1fr);
  min-width: 0;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid rgba(17, 23, 27, 0.55);
}

.field-latest-lead figure {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #ded8cb;
}

.field-latest-lead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms var(--motion-ease-out);
}

.field-latest-lead > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: clamp(28px, 4vw, 60px);
}

.field-latest-lead h3 {
  max-width: 680px;
  margin: 0 0 24px;
  font-family: var(--font-sans);
  font-size: clamp(2.8rem, 5vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
}

.field-latest-lead p {
  max-width: 510px;
  margin: 0 0 38px;
  color: rgba(17, 23, 27, 0.68);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.55;
}

.field-latest-lead > div > span,
.field-latest-list a > span {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.field-latest-list {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.field-latest-list a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 205px;
  padding: clamp(26px, 3vw, 46px);
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(17, 23, 27, 0.55);
  transition: color 280ms ease-out, background 280ms ease-out;
}

.field-latest-list a:last-child { border-bottom: 0; }
.field-latest-list small { margin-bottom: 30px; }
.field-latest-list h3 {
  max-width: 520px;
  margin: 0 0 32px;
  font-family: var(--font-sans);
  font-size: clamp(1.55rem, 2.25vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  text-wrap: balance;
}

@media (hover: hover) and (pointer: fine) {
  .field-latest-lead:hover img,
  .field-latest-lead:focus-visible img { transform: scale(1.025); }
  .field-latest-list a:hover,
  .field-latest-list a:focus-visible { color: #f5f0e7; background: #11171b; }
}

@media (max-width: 760px) {
  .field-home .field-hero { min-height: 100svh; }
  .field-home .field-hero-copy { max-width: 100%; }
  .field-home .field-hero-grid { padding-bottom: 102px; }
  .field-home .field-hero-index { bottom: 90px; }
  .field-latest { padding-inline: var(--mobile-gutter, 20px); }
  .field-latest-heading { grid-template-columns: 1fr; gap: 26px; }
  .field-latest-heading h2 { font-size: clamp(3.35rem, 15vw, 5.2rem); }
  .field-latest-heading > a { justify-self: start; }
  .field-latest-grid { grid-template-columns: 1fr; }
  .field-latest-lead {
    grid-template-columns: 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 23, 27, 0.55);
  }
  .field-latest-lead figure { min-height: 0; aspect-ratio: 4 / 5; }
  .field-latest-lead > div { min-height: 390px; }
  .field-latest-list a { min-height: 225px; }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .field-latest-grid { grid-template-columns: 1fr; }
  .field-latest-lead { border-right: 0; border-bottom: 1px solid rgba(17, 23, 27, 0.55); }
  .field-latest-list { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; }
  .field-latest-list a { border-right: 1px solid rgba(17, 23, 27, 0.55); border-bottom: 0; }
  .field-latest-list a:last-child { border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .field-latest-lead img,
  .field-latest-list a { transition: none; }
}

/* Galok glyph seal — brand symbol on the homepage essay cards. */
.field-seal {
  display: inline-block;
  vertical-align: -0.08em;
  margin-right: 0.3em;
  font-size: 0.95em;
  line-height: 1;
  color: #9e2a2b;
  transition: transform 160ms var(--motion-ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .field-latest-list a:hover .field-seal,
  .field-latest-list a:focus-visible .field-seal {
    transform: scale(1.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  .field-seal { transition: none !important; transform: none !important; }
}
