@font-face {
  font-family: "NowHome";
  src: url("/css/fonts/Now/Now-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --home-ink: #10251c;
  --home-ink-2: #18382a;
  --home-ink-3: #244938;
  --home-paper: #f3f0e8;
  --home-paper-2: #e7e5dc;
  --home-white: #fbfaf6;
  --home-moss: #8ca27b;
  --home-sage: #b8c9b3;
  --home-copper: #d39a5e;
  --home-copper-soft: #edd4b1;
  --home-mist: #aab9ad;
  --home-border: rgba(16, 37, 28, 0.15);
  --home-border-light: rgba(243, 240, 232, 0.18);
  --home-shadow: 0 28px 90px rgba(9, 24, 17, 0.2);
  --home-shell: 1240px;
}

body.oldwood-home {
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: "DM Sans", "NowHome", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

body.oldwood-home a {
  text-underline-offset: 3px;
}

body.oldwood-home h1,
body.oldwood-home h2,
body.oldwood-home h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.04em;
}

body.oldwood-home h1,
body.oldwood-home h2,
body.oldwood-home h3,
body.oldwood-home p {
  margin-top: 0;
}

.home-shell {
  width: min(var(--home-shell), calc(100% - 64px));
  margin: 0 auto;
}

.home-mono {
  font-family: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.02em;
}

.home-label,
.home-footer-label,
.home-mono {
  text-transform: uppercase;
  font-size: 0.66rem;
  letter-spacing: 0.09em;
}

.home-muted {
  opacity: 0.56;
}

.home-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--home-copper);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-kicker > span:first-child {
  color: currentColor;
  opacity: 0.62;
}

.home-kicker-dark {
  color: #a46737;
}

.home-kicker-light {
  color: var(--home-copper-soft);
}

.home-button,
.home-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 49px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.home-button:hover,
.home-text-link:hover {
  transform: translateY(-2px);
}

.home-button:focus-visible,
.home-text-link:focus-visible,
.home-nav a:focus-visible,
.home-menu-toggle:focus-visible,
.home-newsletter input:focus-visible,
.home-newsletter button:focus-visible,
.home-terrain-stage:focus-visible,
.home-terrain-reset:focus-visible {
  outline: 3px solid rgba(211, 154, 94, 0.7);
  outline-offset: 4px;
}

.home-button-accent {
  padding: 15px 20px;
  background: var(--home-copper);
  color: var(--home-ink);
  box-shadow: 0 12px 28px rgba(211, 154, 94, 0.2);
}

.home-button-accent:hover {
  background: #e2b27b;
}

.home-button-light {
  padding: 10px 14px;
  background: var(--home-white);
  color: var(--home-ink);
}

.home-button-light:hover {
  background: var(--home-copper-soft);
}

.home-button-dark {
  width: 100%;
  padding: 14px 16px;
  background: var(--home-ink-2);
  color: var(--home-white);
}

.home-button-dark:hover {
  background: #2b6044;
}

.home-button-outline {
  margin-top: 28px;
  padding: 13px 18px;
  border-color: var(--home-ink);
  color: var(--home-ink);
}

.home-button-outline:hover {
  background: var(--home-ink);
  color: var(--home-white);
}

.home-button-small {
  min-height: 38px;
  font-size: 0.7rem;
}

.home-text-link {
  min-height: 32px;
  justify-content: flex-start;
  border-bottom: 1px solid currentColor;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-text-link-light {
  color: var(--home-paper);
}

.home-text-link-dark {
  color: var(--home-ink);
}

.home-status-dot,
.home-live-dot,
.home-status-badge i,
.home-report-foot i,
.home-allocation-foot i {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #93b269;
  box-shadow: 0 0 0 4px rgba(147, 178, 105, 0.13);
}

.home-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--home-ink-2);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-status-badge-dark {
  color: var(--home-paper);
}

/* Header */

.oldwood-home .home-header {
  height: 78px;
  border-bottom: 1px solid rgba(243, 240, 232, 0.15);
  color: var(--home-paper);
  background: rgba(16, 37, 28, 0.08);
  backdrop-filter: blur(12px);
}

.oldwood-home .home-header.is-scrolled {
  background: rgba(16, 37, 28, 0.93);
  border-bottom-color: rgba(243, 240, 232, 0.12);
  box-shadow: 0 18px 38px rgba(5, 17, 11, 0.2);
}

.home-header-inner {
  display: flex;
  align-items: center;
  gap: 34px;
  width: min(var(--home-shell), calc(100% - 64px));
  height: 100%;
  margin: 0 auto;
}

.home-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.home-wordmark-mark {
  position: relative;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.home-wordmark-mark::before,
.home-wordmark-mark::after,
.home-wordmark-mark i {
  content: "";
  position: absolute;
  display: block;
  background: currentColor;
}

.home-wordmark-mark::before {
  bottom: 4px;
  width: 1px;
  height: 19px;
}

.home-wordmark-mark::after {
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 100% 0 100% 0;
  transform: rotate(45deg);
}

.home-wordmark-mark i {
  bottom: 4px;
  left: 7px;
  width: 17px;
  height: 1px;
  transform: rotate(-34deg);
  transform-origin: left center;
}

.home-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.home-nav a,
.home-header-link {
  color: rgba(243, 240, 232, 0.72);
  font-size: 0.73rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.home-nav a:hover,
.home-header-link:hover {
  color: var(--home-white);
}

.home-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.home-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 1px solid rgba(243, 240, 232, 0.3);
  border-radius: 50%;
  background: transparent;
  color: var(--home-paper);
}

.home-menu-toggle span,
.home-menu-toggle span::before,
.home-menu-toggle span::after {
  display: block;
  width: 16px;
  height: 1px;
  margin: auto;
  background: currentColor;
  content: "";
}

.home-menu-toggle span {
  position: relative;
}

.home-menu-toggle span::before,
.home-menu-toggle span::after {
  position: absolute;
  left: 0;
}

.home-menu-toggle span::before { top: -5px; }
.home-menu-toggle span::after { top: 5px; }

/* Hero */

.home-hero {
  position: relative;
  display: flex;
  min-height: min(900px, 95svh);
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 14%, rgba(142, 167, 135, 0.17), transparent 33%),
    radial-gradient(circle at 25% 80%, rgba(211, 154, 94, 0.1), transparent 28%),
    var(--home-ink);
  color: var(--home-paper);
}

.home-hero-topo,
.home-hero-glow,
.home-hero-terrain {
  position: absolute;
  inset: 0;
}

.home-hero-topo,
.home-hero-glow { pointer-events: none; z-index: 1; }

.home-hero-topo {
  opacity: 0.18;
  background-image:
    repeating-radial-gradient(ellipse at 74% 42%, transparent 0 42px, rgba(221, 211, 186, 0.32) 43px 44px, transparent 45px 77px),
    linear-gradient(90deg, transparent 0 16%, rgba(211, 154, 94, 0.12) 16.1% 16.2%, transparent 16.3% 100%),
    linear-gradient(rgba(243, 240, 232, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 240, 232, 0.05) 1px, transparent 1px);
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: 780px 520px, 100% 100%, 76px 76px, 76px 76px;
  transform: rotate(-7deg) scale(1.22);
}

.home-hero-glow {
  opacity: 1;
  background: linear-gradient(
    90deg,
    rgb(16, 37, 28) 0%,
    rgba(16, 37, 28, 0.88) 18%,
    rgba(16, 37, 28, 0.42) 36%,
    rgba(16, 37, 28, 0.1) 52%,
    rgba(16, 37, 28, 0) 68%,
    rgba(16, 37, 28, 0.12) 100%
  );
}

.home-hero-terrain {
  z-index: 0;
  /* Start left of the copy so the fade lives inside the canvas, not at a clip. */
  left: max(4%, calc((100% - var(--home-shell)) / 2 + 120px));
  right: -8%;
  bottom: -6%;
  top: 0;
  overflow: hidden;
  opacity: 1;
}

.home-hero-terrain-stage {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: grab;
  touch-action: none;
}

.home-hero-terrain-stage:active { cursor: grabbing; }

/* Ink veil on top of the WebGL canvas — 100% ink at the box edge so it cannot read as a hard line. */
.home-hero-terrain-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      var(--home-ink) 0%,
      rgba(16, 37, 28, 0.88) 8%,
      rgba(16, 37, 28, 0.55) 18%,
      rgba(16, 37, 28, 0.22) 32%,
      rgba(16, 37, 28, 0.06) 46%,
      rgba(16, 37, 28, 0) 58%
    ),
    linear-gradient(
      180deg,
      rgba(16, 37, 28, 0.28) 0%,
      rgba(16, 37, 28, 0) 16%,
      rgba(16, 37, 28, 0) 88%,
      rgba(16, 37, 28, 0.18) 100%
    );
}

.home-hero-terrain-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}

.home-hero-terrain-tag,
.home-hero-terrain-readout,
.home-hero-terrain-help {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: rgba(243, 240, 232, 0.58);
  font-size: 0.52rem;
  line-height: 1.45;
  text-shadow: 0 2px 14px rgba(6, 22, 15, 0.8);
  text-transform: uppercase;
  pointer-events: none;
}

.home-hero-terrain-tag {
  top: 23%;
  right: 31%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.home-hero-terrain-tag i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b4d188;
  box-shadow: 0 0 0 4px rgba(180, 209, 136, 0.12);
}

.home-hero-terrain-readout { right: 31%; bottom: 28%; }
.home-hero-terrain-help { right: 31%; bottom: 24%; color: rgba(243, 240, 232, 0.42); }

.home-hero-markers {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.home-hero-spot {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 148px;
  max-width: 200px;
  padding: 10px 12px 11px;
  border: 1px solid rgba(232, 239, 212, 0.28);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(22, 44, 34, 0.92), rgba(12, 28, 22, 0.88)),
    rgba(10, 24, 18, 0.82);
  box-shadow:
    0 0 0 1px rgba(6, 18, 12, 0.45),
    0 12px 28px rgba(4, 14, 10, 0.45);
  color: rgba(243, 240, 232, 0.88);
  font-size: 0.58rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.2s ease;
  will-change: transform;
  pointer-events: none;
}

.home-hero-spot::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(232, 239, 212, 0.28);
  border-bottom: 1px solid rgba(232, 239, 212, 0.28);
  background: rgba(12, 28, 22, 0.9);
  transform: translateX(-50%) rotate(45deg);
}

.home-hero-spot-code {
  margin-bottom: 7px;
  color: #c5e08a;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.home-hero-spot-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 3px 0;
  color: rgba(243, 240, 232, 0.52);
}

.home-hero-spot-line strong {
  color: rgba(243, 240, 232, 0.92);
  font-weight: 500;
  text-align: right;
}

.home-hero-spot-meta {
  margin-top: 8px;
  padding-top: 7px;
  border-top: 1px solid rgba(232, 239, 212, 0.12);
  color: rgba(243, 240, 232, 0.38);
  font-size: 0.5rem;
  letter-spacing: 0.08em;
}

.home-hero-terrain-stage:focus-visible {
  outline: 2px solid rgba(211, 154, 94, 0.74);
  outline-offset: -8px;
}

.home-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding-top: 96px;
  pointer-events: none;
}

.home-hero-copy {
  max-width: 740px;
  pointer-events: auto;
}

.home-hero-copy .home-kicker {
  color: var(--home-copper-soft);
}

.home-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-copper);
  box-shadow: 0 0 0 4px rgba(211, 154, 94, 0.13);
}

.home-hero h1 {
  max-width: 790px;
  margin-bottom: 25px;
  font-size: clamp(4.1rem, 7.3vw, 7.8rem);
  line-height: 0.92;
}

.home-hero h1 em {
  color: var(--home-copper-soft);
  font-style: normal;
}

.home-hero-lead {
  max-width: 640px;
  margin-bottom: 31px;
  color: rgba(243, 240, 232, 0.76);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.55;
}

.home-hero-actions,
.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.home-hero-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 30px;
  color: rgba(243, 240, 232, 0.55);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.63rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-hero-card {
  width: min(100%, 430px);
  justify-self: end;
  padding: 17px;
  border: 1px solid rgba(243, 240, 232, 0.25);
  background: rgba(243, 240, 232, 0.93);
  color: var(--home-ink);
  box-shadow: var(--home-shadow);
  transform: translateY(2vh);
}

.home-card-topline,
.home-card-footer,
.home-card-meta,
.home-report-head,
.home-report-title,
.home-allocation-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.home-card-topline {
  margin-bottom: 14px;
  font-size: 0.73rem;
  font-weight: 700;
}

.home-hero-card-art {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(243, 240, 232, 0.05), rgba(18, 48, 35, 0.18)),
    repeating-linear-gradient(23deg, rgba(18, 48, 35, 0.11) 0 1px, transparent 1px 25px),
    linear-gradient(135deg, #e4dccb 0%, #c1cbbd 45%, #6c8773 100%);
}

.home-hero-card-art::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(16, 37, 28, 0.18)), radial-gradient(ellipse at 42% 48%, transparent 0 15%, rgba(16, 37, 28, 0.25) 15.4% 16%, transparent 16.6% 100%);
  content: "";
}

.home-contour {
  position: absolute;
  border: 1px solid rgba(16, 37, 28, 0.43);
  border-radius: 50%;
  transform: rotate(-12deg) skew(-12deg, 5deg);
}

.contour-one { width: 84%; height: 68%; top: 9%; left: 5%; }
.contour-two { width: 64%; height: 51%; top: 18%; left: 15%; }
.contour-three { width: 42%; height: 34%; top: 28%; left: 25%; border-color: rgba(211, 154, 94, 0.86); }

.home-card-marker {
  position: absolute;
  top: 43%;
  left: 44%;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--home-ink);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.54rem;
  letter-spacing: 0.07em;
  line-height: 1.1;
}

.home-card-marker span {
  width: 13px;
  height: 13px;
  border: 3px solid var(--home-copper);
  border-radius: 50%;
  background: var(--home-ink);
  box-shadow: 0 0 0 6px rgba(211, 154, 94, 0.22);
}

.home-card-coordinate {
  position: absolute;
  right: 15px;
  bottom: 14px;
  color: rgba(16, 37, 28, 0.72);
  font-size: 0.56rem;
  line-height: 1.5;
}

.home-card-meta {
  align-items: flex-start;
  padding: 16px 1px 15px;
  border-bottom: 1px solid var(--home-border);
}

.home-card-meta > div {
  display: grid;
  gap: 7px;
}

.home-card-meta strong {
  font-size: 0.76rem;
}

.home-card-footer {
  padding-top: 13px;
}

.home-card-footer .home-mono {
  font-size: 0.57rem;
}

.home-hero-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-bottom: 28px;
  color: rgba(243, 240, 232, 0.45);
}

.home-hero-foot .home-mono {
  font-size: 0.58rem;
}

.home-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(243, 240, 232, 0.72);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.58rem;
  text-transform: uppercase;
}

.home-scroll-cue i {
  display: block;
  width: 28px;
  height: 1px;
  background: var(--home-copper);
}

/* Signal bar */

.home-signal-bar {
  position: relative;
  z-index: 2;
  background: var(--home-paper-2);
  border-bottom: 1px solid var(--home-border);
}

.home-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--home-border);
}

.home-signal-grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px 14px;
  min-height: 86px;
  padding: 15px 22px;
  background: var(--home-paper-2);
}

.home-signal-index {
  grid-row: span 2;
  color: #a46737;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.62rem;
}

.home-signal-grid strong {
  color: var(--home-ink-2);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}

.home-signal-grid > div > span:last-child {
  color: rgba(16, 37, 28, 0.55);
  font-size: 0.7rem;
}

/* Sponsor proof rail */

.home-proof-rail {
  padding: 28px 0;
  border-bottom: 1px solid var(--home-border);
  background: #d9ddd1;
}

.home-proof-rail-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--home-border);
}

.home-proof-rail-grid > p,
.home-proof-rail-grid > div {
  min-height: 98px;
  margin: 0;
  padding: 18px 20px;
  background: rgba(243, 240, 232, 0.58);
}

.home-proof-rail-grid > p {
  display: flex;
  align-items: center;
  border-right: 1px solid var(--home-border);
  color: rgba(16, 37, 28, 0.59);
  font-size: 0.6rem;
  line-height: 1.5;
}

.home-proof-rail-grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 4px 11px;
  border-right: 1px solid var(--home-border);
}

.home-proof-rail-grid > div:last-child { border-right: 0; }

.home-proof-rail-grid > div > span {
  grid-row: span 2;
  color: #a46737;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.58rem;
}

.home-proof-rail-grid strong {
  color: var(--home-ink-2);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.home-proof-rail-grid small {
  color: rgba(16, 37, 28, 0.57);
  font-size: 0.66rem;
  line-height: 1.35;
}

/* Shared sections */

.home-section {
  position: relative;
  padding: clamp(92px, 11vw, 170px) 0;
}

.home-section-paper {
  background: var(--home-paper);
}

.home-section-ink {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 20%, rgba(140, 162, 123, 0.14), transparent 28%),
    var(--home-ink);
  color: var(--home-paper);
}

.home-section-ink::before {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(rgba(243, 240, 232, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(243, 240, 232, 0.15) 1px, transparent 1px);
  background-size: 84px 84px;
  content: "";
  pointer-events: none;
}

.home-section-ink .home-shell {
  position: relative;
  z-index: 1;
}

.home-section-intro {
  margin-bottom: 58px;
}

.home-section-intro-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: clamp(36px, 8vw, 130px);
}

.home-section-intro h2,
.home-reporting-layout h2,
.home-allocation-layout h2,
.home-cta-inner h2 {
  max-width: 710px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(3rem, 5.7vw, 6.5rem);
  line-height: 0.93;
}

.home-section-intro-light h2,
.home-section-ink h2 {
  color: var(--home-paper);
}

.home-section-deck {
  max-width: 460px;
  margin: 0;
  color: rgba(16, 37, 28, 0.66);
  font-size: 1rem;
  line-height: 1.65;
}

.home-section-intro-light .home-section-deck,
.home-section-ink .home-section-deck {
  color: rgba(243, 240, 232, 0.64);
}

/* Case */

.home-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-top: 1px solid var(--home-border);
  border-bottom: 1px solid var(--home-border);
}

.home-case-card {
  position: relative;
  min-height: 370px;
  padding: 28px 28px 30px;
  border-right: 1px solid var(--home-border);
  background: rgba(243, 240, 232, 0.22);
}

.home-case-card:last-child {
  border-right: 0;
}

.home-case-card-featured {
  background: var(--home-ink-2);
  color: var(--home-paper);
}

.home-card-number,
.home-audience-index,
.home-data-index {
  display: block;
  color: rgba(16, 37, 28, 0.48);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
}

.home-case-card-featured .home-card-number {
  color: rgba(243, 240, 232, 0.55);
}

.home-case-icon {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #a46737;
  font-size: 2rem;
  line-height: 1;
}

.home-case-card h3 {
  margin: 70px 0 21px;
  color: var(--home-ink);
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 0.97;
}

.home-case-card-featured h3 {
  color: var(--home-paper);
}

.home-case-card p {
  max-width: 280px;
  color: rgba(16, 37, 28, 0.67);
  font-size: 0.9rem;
}

.home-case-card-featured p {
  color: rgba(243, 240, 232, 0.67);
}

.home-card-link,
.home-audience-grid a {
  position: absolute;
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #a46737;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-case-card-featured .home-card-link {
  color: var(--home-copper-soft);
}

.home-card-link span,
.home-audience-grid a span {
  transition: transform 180ms ease;
}

.home-card-link:hover span,
.home-audience-grid a:hover span {
  transform: translateX(4px);
}

/* Roadmap */

.home-roadmap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home-roadmap-step {
  min-height: 306px;
  padding: 24px 22px;
  border-top: 1px solid rgba(243, 240, 232, 0.36);
  border-bottom: 1px solid rgba(243, 240, 232, 0.14);
}

.home-roadmap-index,
.home-roadmap-output {
  color: var(--home-copper-soft);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.61rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-roadmap-line {
  width: 100%;
  height: 1px;
  margin: 20px 0 30px;
  background: rgba(243, 240, 232, 0.2);
}

.home-roadmap-step h3 {
  margin-bottom: 13px;
  color: var(--home-paper);
  font-size: 1.75rem;
  line-height: 1.02;
}

.home-roadmap-step p {
  min-height: 88px;
  color: rgba(243, 240, 232, 0.62);
  font-size: 0.86rem;
}

.home-roadmap-output {
  display: block;
  color: rgba(243, 240, 232, 0.43);
  font-size: 0.55rem;
}

.home-dark-callout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  margin-top: 58px;
  padding: 22px 0;
  border-top: 1px solid rgba(243, 240, 232, 0.18);
  border-bottom: 1px solid rgba(243, 240, 232, 0.18);
}

.home-callout-symbol {
  color: var(--home-copper);
  font-size: 1.35rem;
}

.home-dark-callout p {
  max-width: 650px;
  margin: 0;
  color: rgba(243, 240, 232, 0.68);
  font-size: 0.85rem;
}

.home-dark-callout p strong {
  color: var(--home-paper);
}

/* Terrain */

.home-section-map {
  overflow: hidden;
  background: var(--home-paper-2);
}

.home-section-map::before {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background: radial-gradient(ellipse at 20% 10%, rgba(243, 240, 232, 0.9), transparent 34%);
  content: "";
  pointer-events: none;
}

.home-terrain {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(310px, 0.55fr);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(16, 37, 28, 0.23);
  background: var(--home-ink);
  box-shadow: 0 22px 60px rgba(16, 37, 28, 0.16);
}

.home-terrain-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  background: #132c24;
}

.home-terrain-stage:active {
  cursor: grabbing;
}

.home-terrain-stage::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 26, 20, 0.42), transparent 18%, transparent 72%, rgba(9, 26, 20, 0.65));
  content: "";
  pointer-events: none;
}

.home-terrain-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.home-terrain-topbar,
.home-terrain-location,
.home-terrain-status,
.home-terrain-reset,
.home-terrain-legend,
.home-terrain-hover,
.home-terrain-help {
  position: absolute;
  z-index: 2;
}

.home-terrain-topbar {
  top: 22px;
  left: 24px;
  right: 148px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(243, 240, 232, 0.73);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-terrain-topbar > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-live-dot {
  width: 6px;
  height: 6px;
}

.home-terrain-location {
  left: 26px;
  bottom: 55px;
  display: grid;
  gap: 4px;
  color: var(--home-paper);
}

.home-terrain-location span,
.home-terrain-location small {
  color: rgba(243, 240, 232, 0.5);
  font-size: 0.54rem;
  letter-spacing: 0.1em;
}

.home-terrain-location strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.home-terrain-location small {
  font-size: 0.52rem;
}

.home-terrain-status {
  top: 59px;
  left: 24px;
}

.home-terrain-reset {
  top: 19px;
  right: 24px;
  padding: 8px 10px;
  border: 1px solid rgba(243, 240, 232, 0.28);
  border-radius: 0;
  background: rgba(16, 37, 28, 0.42);
  color: var(--home-paper);
  cursor: pointer;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.56rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-terrain-reset:hover {
  background: var(--home-copper);
  color: var(--home-ink);
}

.home-terrain-legend {
  right: 24px;
  bottom: 52px;
  width: 154px;
  color: rgba(243, 240, 232, 0.58);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.55rem;
  text-transform: uppercase;
}

.home-terrain-legend-scale {
  height: 6px;
  margin: 10px 0 6px;
  background: linear-gradient(90deg, #758a6f, #d19a61, #aac886);
}

.home-terrain-legend > div:last-child {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  font-size: 0.48rem;
}

.home-terrain-hover {
  right: 24px;
  bottom: 22px;
  color: rgba(243, 240, 232, 0.48);
  font-size: 0.67rem;
}

.home-terrain-help {
  left: 24px;
  bottom: 21px;
  margin: 0;
  color: rgba(243, 240, 232, 0.44);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.52rem;
  text-transform: uppercase;
}

.home-terrain-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  background: var(--home-white);
  color: var(--home-ink);
}

.home-terrain-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--home-border);
}

.home-terrain-panel-heading > div {
  display: grid;
  gap: 9px;
}

.home-terrain-panel-heading strong {
  max-width: 190px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.home-cell-code {
  padding: 6px 8px;
  background: var(--home-paper-2);
  color: var(--home-ink-2);
  font-size: 0.58rem;
}

.home-terrain-panel-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid var(--home-border);
  color: rgba(16, 37, 28, 0.63);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.home-terrain-funding {
  padding: 20px 0 18px;
  border-bottom: 1px solid var(--home-border);
}

.home-terrain-funding > div:first-child {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.home-terrain-funding strong {
  color: var(--home-ink-2);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.home-funding-track {
  height: 6px;
  margin-top: 14px;
  overflow: hidden;
  background: #d8dbd0;
}

.home-funding-track span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #a46737, #a8c484);
  transition: width 420ms ease;
}

.home-terrain-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 16px;
  margin: 22px 0;
}

.home-terrain-stats div {
  display: grid;
  gap: 5px;
}

.home-terrain-stats dt {
  color: rgba(16, 37, 28, 0.48);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.54rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-terrain-stats dd {
  margin: 0;
  color: var(--home-ink-2);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-terrain-record {
  padding: 14px 0;
  border-top: 1px solid var(--home-border);
}

.home-terrain-record p {
  margin: 7px 0 0;
  color: rgba(16, 37, 28, 0.68);
  font-size: 0.74rem;
  line-height: 1.4;
}

.home-terrain-panel .home-button {
  margin-top: auto;
}

.home-terrain-note {
  margin: 15px 0 0;
  color: rgba(16, 37, 28, 0.47);
  font-size: 0.63rem;
  line-height: 1.45;
}

.home-data-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 24px;
  background: var(--home-border);
}

.home-data-points > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 13px;
  padding: 17px 18px;
  background: rgba(243, 240, 232, 0.72);
}

.home-data-points .home-data-index {
  grid-row: span 2;
  color: #a46737;
}

.home-data-points strong {
  font-size: 0.76rem;
}

.home-data-points > div > span:last-child {
  grid-column: 2;
  color: rgba(16, 37, 28, 0.61);
  font-size: 0.7rem;
}

/* Audience */

.home-section-sponsor {
  background: var(--home-paper);
}

.home-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--home-border);
  border-bottom: 1px solid var(--home-border);
}

.home-audience-grid article {
  position: relative;
  min-height: 330px;
  padding: 24px 22px 70px;
  border-right: 1px solid var(--home-border);
}

.home-audience-grid article:last-child {
  border-right: 0;
}

.home-audience-grid h3 {
  margin: 68px 0 14px;
  color: var(--home-ink);
  font-size: 1.75rem;
  line-height: 1;
}

.home-audience-grid p {
  max-width: 240px;
  color: rgba(16, 37, 28, 0.64);
  font-size: 0.85rem;
}

/* Reporting */

.home-section-data {
  background: #d9ddd1;
}

.home-reporting-layout,
.home-allocation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(50px, 9vw, 145px);
}

.home-reporting-layout .home-section-deck,
.home-allocation-layout .home-section-deck {
  margin-top: 28px;
}

.home-reporting-layout .home-text-link {
  margin-top: 30px;
}

.home-report-card {
  padding: 24px;
  border: 1px solid rgba(16, 37, 28, 0.18);
  background: rgba(251, 250, 246, 0.76);
  box-shadow: 0 24px 55px rgba(16, 37, 28, 0.1);
}

.home-report-head {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--home-border);
  color: rgba(16, 37, 28, 0.55);
}

.home-report-head .home-mono {
  font-size: 0.56rem;
}

.home-report-title {
  padding: 18px 0;
  color: var(--home-ink-2);
}

.home-report-title strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.home-report-title .home-mono {
  color: rgba(16, 37, 28, 0.44);
  font-size: 0.55rem;
}

.home-report-snapshot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px;
  background: var(--home-ink-2);
  color: var(--home-paper);
}

.home-report-snapshot span,
.home-report-snapshot em {
  color: rgba(243, 240, 232, 0.57);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.58rem;
  font-style: normal;
  text-transform: uppercase;
}

.home-report-snapshot strong {
  margin-left: auto;
  font-size: 0.74rem;
}

.home-report-metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 16px 0 24px;
  background: var(--home-border);
}

.home-report-metric-grid > div {
  display: grid;
  gap: 7px;
  min-height: 102px;
  padding: 14px;
  background: rgba(243, 240, 232, 0.72);
}

.home-report-metric-grid .home-mono {
  color: rgba(16, 37, 28, 0.47);
  font-size: 0.52rem;
}

.home-report-metric-grid strong {
  color: var(--home-ink-2);
  font-size: 0.9rem;
}

.home-report-metric-grid small {
  color: rgba(16, 37, 28, 0.54);
  font-size: 0.63rem;
  line-height: 1.25;
}

.home-report-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-top: 9px;
}

.home-report-timeline::before {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(16, 37, 28, 0.28);
  content: "";
}

.home-report-timeline > span {
  position: relative;
  z-index: 1;
  width: 7px;
  height: 7px;
  border: 1px solid var(--home-ink);
  border-radius: 50%;
  background: var(--home-paper);
}

.home-report-timeline > span.is-next {
  background: var(--home-copper);
  box-shadow: 0 0 0 4px rgba(211, 154, 94, 0.17);
}

.home-report-timeline div {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 10px;
}

.home-report-timeline b {
  color: rgba(16, 37, 28, 0.5);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.52rem;
  font-weight: 400;
  text-transform: uppercase;
}

.home-report-foot,
.home-allocation-foot {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 24px 0 0;
  color: rgba(16, 37, 28, 0.55);
  font-size: 0.63rem;
  line-height: 1.4;
}

.home-report-foot i,
.home-allocation-foot i {
  margin-top: 4px;
  background: #a46737;
  box-shadow: none;
}

/* Governance */

.home-section-governance {
  padding-bottom: 104px;
}

.home-claim-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.home-claim-grid article {
  min-height: 260px;
  padding: 23px;
  border: 1px solid rgba(243, 240, 232, 0.18);
  background: rgba(243, 240, 232, 0.06);
}

.home-claim-status {
  display: inline-flex;
  padding: 7px 9px;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-claim-status-live { background: rgba(147, 178, 105, 0.17); color: #c6dda9; }
.home-claim-status-next { background: rgba(211, 154, 94, 0.17); color: var(--home-copper-soft); }
.home-claim-status-later { background: rgba(243, 240, 232, 0.1); color: rgba(243, 240, 232, 0.7); }

.home-claim-grid h3 {
  margin: 52px 0 12px;
  color: var(--home-paper);
  font-size: 1.6rem;
}

.home-claim-grid p {
  max-width: 285px;
  margin: 0;
  color: rgba(243, 240, 232, 0.61);
  font-size: 0.84rem;
}

.home-governance-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 18px;
  border-top: 1px solid rgba(243, 240, 232, 0.18);
  color: rgba(243, 240, 232, 0.48);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.56rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Allocation */

.home-section-allocation {
  background: var(--home-paper);
}

.home-allocation-card {
  padding: 28px;
  border: 1px solid var(--home-border);
  background: rgba(251, 250, 246, 0.66);
}

.home-allocation-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--home-border);
  color: rgba(16, 37, 28, 0.55);
}

.home-allocation-heading > span:last-child {
  color: var(--home-ink-2);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.5rem;
  letter-spacing: -0.06em;
}

.home-allocation-row {
  padding: 18px 0 0;
}

.home-allocation-row > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(16, 37, 28, 0.67);
  font-size: 0.73rem;
}

.home-allocation-row strong {
  color: var(--home-ink-2);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.64rem;
}

.home-allocation-bar {
  height: 6px;
  margin-top: 10px;
  overflow: hidden;
  background: #d7dacf;
}

.home-allocation-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--home-ink-2), var(--home-copper));
}

/* CTA + footer */

.home-section-cta {
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--home-ink-2);
  color: var(--home-paper);
}

.home-cta-topo {
  position: absolute;
  inset: 0;
  opacity: 0.23;
  background-image: repeating-radial-gradient(ellipse at 73% 55%, transparent 0 35px, rgba(239, 218, 181, 0.34) 36px 37px, transparent 38px 67px);
  background-size: 700px 540px;
  transform: rotate(-10deg) scale(1.3);
}

.home-cta-inner {
  position: relative;
  z-index: 1;
}

.home-cta-inner h2 {
  max-width: 860px;
  color: var(--home-paper);
  font-size: clamp(4rem, 8vw, 8.3rem);
}

.home-cta-inner > p:not(.home-kicker) {
  max-width: 530px;
  margin: 28px 0 33px;
  color: rgba(243, 240, 232, 0.68);
  font-size: 1rem;
  line-height: 1.6;
}

.home-footer {
  padding: 70px 0 24px;
  background: var(--home-ink);
  color: var(--home-paper);
}

.home-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.85fr 1.1fr;
  gap: 50px;
  padding-bottom: 62px;
}

.home-wordmark-footer {
  margin-bottom: 22px;
}

.home-footer-grid p {
  max-width: 270px;
  margin: 0;
  color: rgba(243, 240, 232, 0.5);
  font-size: 0.76rem;
}

.home-footer-grid > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 11px;
}

.home-footer-label {
  margin-bottom: 7px;
  color: var(--home-copper-soft);
}

.home-footer-grid a:not(.home-wordmark) {
  width: fit-content;
  color: rgba(243, 240, 232, 0.66);
  font-size: 0.75rem;
  text-decoration: none;
}

.home-footer-grid a:not(.home-wordmark):hover {
  color: var(--home-white);
}

.home-newsletter {
  display: flex;
  gap: 0;
  margin-top: 6px;
  border-bottom: 1px solid rgba(243, 240, 232, 0.33);
}

.home-newsletter input {
  min-width: 0;
  flex: 1;
  padding: 11px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--home-paper);
  font-size: 0.75rem;
}

.home-newsletter input::placeholder {
  color: rgba(243, 240, 232, 0.42);
}

.home-newsletter button {
  padding: 10px 0 10px 14px;
  border: 0;
  background: transparent;
  color: var(--home-copper-soft);
  cursor: pointer;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  text-transform: uppercase;
}

.home-form-status {
  grid-column: 1 / -1;
  color: var(--home-copper-soft) !important;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.58rem !important;
}

.home-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(243, 240, 232, 0.15);
  color: rgba(243, 240, 232, 0.36);
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.53rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.home-footer-bottom a {
  color: rgba(243, 240, 232, 0.65);
}

.home-mobile-cta {
  display: none;
}

@media (max-width: 1120px) {
  .home-nav { gap: 16px; }
  .home-header-link { display: none; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .home-hero h1 { font-size: clamp(3.7rem, 7vw, 6.4rem); }
  .home-terrain { grid-template-columns: minmax(0, 1.4fr) minmax(295px, 0.6fr); }
  .home-terrain-panel { padding: 22px; }
  .home-audience-grid { grid-template-columns: repeat(2, 1fr); }
  .home-audience-grid article:nth-child(2) { border-right: 0; }
  .home-audience-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--home-border); }
}

@media (max-width: 900px) {
  .home-shell,
  .home-header-inner { width: min(var(--home-shell), calc(100% - 42px)); }
  .home-nav,
  .home-header-actions { display: none; }
  .home-menu-toggle { display: grid; place-items: center; }
  .home-header.nav-open { background: var(--home-ink); }
  .home-header.nav-open .home-nav,
  .home-header.nav-open .home-header-actions { position: fixed; left: 0; right: 0; display: grid; gap: 0; padding: 18px 22px; background: var(--home-ink); }
  .home-header.nav-open .home-nav { top: 78px; border-top: 1px solid rgba(243, 240, 232, 0.12); }
  .home-header.nav-open .home-header-actions { top: 268px; padding-top: 0; padding-bottom: 25px; }
  .home-header.nav-open .home-nav a { padding: 13px 0; border-bottom: 1px solid rgba(243, 240, 232, 0.12); color: var(--home-paper); }
  .home-header.nav-open .home-header-actions .home-button { width: fit-content; }
  .home-hero-grid { grid-template-columns: 1fr; padding-top: 128px; padding-bottom: 70px; }
  .home-hero-terrain { left: 0; right: -24%; bottom: -14%; top: 8%; opacity: 0.9; }
  .home-hero-terrain-stage::after {
    background:
      linear-gradient(
        90deg,
        rgba(16, 37, 28, 0.7) 0%,
        rgba(16, 37, 28, 0.32) 22%,
        rgba(16, 37, 28, 0.08) 44%,
        rgba(16, 37, 28, 0) 62%
      ),
      linear-gradient(180deg, rgba(16, 37, 28, 0.4) 0%, rgba(16, 37, 28, 0) 20%);
  }
  .home-hero { min-height: auto; }
  .home-hero-foot { display: none; }
  .home-section-intro-split,
  .home-reporting-layout,
  .home-allocation-layout { grid-template-columns: 1fr; gap: 28px; }
  .home-section-intro { margin-bottom: 42px; }
  .home-section-deck { max-width: 580px; }
  .home-case-grid { grid-template-columns: 1fr; }
  .home-case-card { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--home-border); }
  .home-case-card:last-child { border-bottom: 0; }
  .home-roadmap { grid-template-columns: repeat(2, 1fr); }
  .home-roadmap-step { min-height: 265px; }
  .home-roadmap-step p { min-height: 64px; }
  .home-proof-rail-grid { grid-template-columns: 1fr 1fr; }
  .home-proof-rail-grid > p { grid-column: 1 / -1; min-height: 60px; border-right: 0; border-bottom: 1px solid var(--home-border); }
  .home-proof-rail-grid > div:nth-child(3) { border-right: 0; }
  .home-proof-rail-grid > div:nth-child(2),
  .home-proof-rail-grid > div:nth-child(3) { border-bottom: 1px solid var(--home-border); }
  .home-terrain { grid-template-columns: 1fr; }
  .home-terrain-panel { min-height: 520px; }
  .home-claim-grid { grid-template-columns: 1fr; }
  .home-claim-grid article { min-height: 210px; }
  .home-claim-grid h3 { margin-top: 35px; }
  .home-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body.oldwood-home { padding-bottom: 70px; }
  .home-shell,
  .home-header-inner { width: min(var(--home-shell), calc(100% - 28px)); }
  .home-header { height: 68px !important; }
  .home-header.nav-open .home-nav { top: 68px; }
  .home-header.nav-open .home-header-actions { top: 258px; }
  .home-hero-grid { padding-top: 105px; padding-bottom: 70px; }
  .home-hero-terrain { left: 0; right: -45%; bottom: -20%; top: 6%; opacity: 0.78; }
  .home-hero-terrain-tag { top: 18%; right: 17%; font-size: 0.47rem; }
  .home-hero-terrain-readout,
  .home-hero-terrain-help { display: none; }
  .home-hero h1 { max-width: 410px; font-size: clamp(3.4rem, 15vw, 5.2rem); }
  .home-hero-lead { font-size: 0.98rem; }
  .home-hero-actions,
  .home-cta-actions { align-items: stretch; flex-direction: column; }
  .home-hero-actions .home-button,
  .home-cta-actions .home-button,
  .home-hero-actions .home-text-link,
  .home-cta-actions .home-text-link { width: 100%; }
  .home-hero-actions .home-text-link,
  .home-cta-actions .home-text-link { justify-content: center; }
  .home-section { padding: 80px 0; }
  .home-section-intro h2,
  .home-reporting-layout h2,
  .home-allocation-layout h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .home-section-deck { font-size: 0.92rem; }
  .home-signal-grid { grid-template-columns: 1fr; }
  .home-signal-grid > div { min-height: 68px; }
  .home-proof-rail { padding: 18px 0; }
  .home-proof-rail-grid { grid-template-columns: 1fr; }
  .home-proof-rail-grid > p,
  .home-proof-rail-grid > div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--home-border); }
  .home-proof-rail-grid > p { grid-column: auto; }
  .home-proof-rail-grid > div:last-child { border-bottom: 0; }
  .home-case-card { min-height: 330px; padding: 24px 20px; }
  .home-card-link { bottom: 25px; }
  .home-roadmap { grid-template-columns: 1fr; }
  .home-roadmap-step { min-height: 0; padding: 22px 18px; }
  .home-roadmap-step p { min-height: 0; margin-bottom: 27px; }
  .home-dark-callout { grid-template-columns: auto 1fr; }
  .home-dark-callout .home-text-link { grid-column: 2; width: fit-content; }
  .home-terrain-stage { min-height: 475px; }
  .home-terrain-topbar { top: 15px; left: 14px; right: 92px; align-items: flex-start; flex-direction: column; gap: 6px; font-size: 0.5rem; }
  .home-terrain-topbar > span:last-child { display: none; }
  .home-terrain-status { top: 67px; left: 14px; }
  .home-terrain-reset { top: 14px; right: 14px; }
  .home-terrain-location { left: 15px; bottom: 62px; }
  .home-terrain-location strong { font-size: 1.15rem; }
  .home-terrain-legend { display: none; }
  .home-terrain-hover { right: 15px; bottom: 39px; left: 15px; font-size: 0.58rem; }
  .home-terrain-help { right: 15px; bottom: 18px; left: 15px; text-align: center; font-size: 0.48rem; }
  .home-terrain-panel { min-height: 0; padding: 22px 18px; }
  .home-terrain-stats { gap: 14px 12px; }
  .home-data-points { grid-template-columns: 1fr; }
  .home-audience-grid { grid-template-columns: 1fr; }
  .home-audience-grid article { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--home-border); }
  .home-audience-grid article:nth-child(2) { border-bottom: 1px solid var(--home-border); }
  .home-audience-grid article:last-child { border-bottom: 0; }
  .home-report-card,
  .home-allocation-card { padding: 17px; }
  .home-report-snapshot { align-items: flex-start; flex-wrap: wrap; }
  .home-report-snapshot strong { margin-left: 0; }
  .home-report-snapshot em { width: 100%; }
  .home-report-metric-grid { grid-template-columns: 1fr; }
  .home-report-metric-grid > div { min-height: 88px; }
  .home-governance-footer,
  .home-footer-bottom { align-items: flex-start; flex-direction: column; }
  .home-cta-inner h2 { font-size: clamp(3.7rem, 16vw, 5.4rem); }
  .home-footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 20px; }
  .home-footer-grid > div:first-child,
  .home-footer-grid > div:last-child { grid-column: 1 / -1; }
  .home-footer { padding: 62px 0 24px; }
  .home-mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 90; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 63px; background: var(--home-copper); color: var(--home-ink); font-size: 0.76rem; font-weight: 700; text-decoration: none; }
}

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