/* ============================================================
   OH.io Capital — v6-max
   Fork of v4.css (the floor). One system: cream / ink / garnet
   banknote language. Radii: pill 999 / plate 8 / container 28.
   New in v6: scroll reveals, hero word-rise, the register
   (ledger + globe instrument), origin interlude, double-rule
   plate framing, MPA view transitions, magnetic CTA support.
   ============================================================ */

/* ---- fonts ---- */
@font-face { font-family: "Inter Tight"; src: url("../fonts/InterTight-300.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter Tight"; src: url("../fonts/InterTight-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter Tight"; src: url("../fonts/InterTight-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter Tight"; src: url("../fonts/InterTight-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter Tight"; src: url("../fonts/InterTight-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Frama R"; src: url("../fonts/PPFramaR-Semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }

/* ---- tokens ---- */
:root {
  --cream: #F5F4ED;
  --card: #FCFBF6;
  --ink: #1B1B1B;
  --garnet: #BE2436;
  --sand: #E7E5DA;
  --muted: #6E6D66;
  --body: #45443E;
  --white: #FFFFFF;
  --footer-ink: #0F0E0D;

  --r-pill: 999px;
  --r-plate: 8px;
  --r-container: 28px;

  --font: "Inter Tight", Inter, -apple-system, sans-serif;
  --max: 1200px;
  --gutter: 32px;
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
}

/* ---- MPA view transitions (progressive; ignored where unsupported) ---- */
@view-transition { navigation: auto; }
.site-head { view-transition-name: site-head; }
.oh-footer { view-transition-name: site-foot; }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) { animation: none !important; }
}

/* ---- reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--body);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, p { margin: 0; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--garnet); outline-offset: 3px; border-radius: 2px; }
::selection { background: rgba(190,36,54,0.85); color: #FCFBF6; }

/* ---- layout primitives ---- */
.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.band--white { background: var(--white); }
.hairline-t { border-top: 1px solid var(--sand); }

/* ---- type scale ---- */
.h1 {
  font-size: 74px; font-weight: 500; letter-spacing: -0.035em; line-height: 1.03;
  color: var(--ink); text-wrap: balance;
}
.h2 {
  font-size: 44px; font-weight: 500; letter-spacing: -0.028em; line-height: 1.1;
  color: var(--ink); text-wrap: balance;
}
.h3 { font-size: 22px; font-weight: 500; letter-spacing: -0.015em; line-height: 1.25; color: var(--ink); }
.lede { font-size: 20px; line-height: 1.55; color: var(--body); max-width: 34em; text-wrap: pretty; }
.frag { color: var(--muted); }
.dot { color: var(--garnet); }

/* ---- scroll reveals (JS adds .is-on; no-JS and reduced motion stay visible) ---- */
html.js .rv { opacity: 0; transform: translateY(16px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
  transition-delay: calc(var(--i, 0) * 80ms); }
html.js .rv.is-on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .rv { opacity: 1; transform: none; transition: none; }
}

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 26px; border-radius: var(--r-pill);
  font-size: 15px; font-weight: 500; line-height: 1; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: background-color 180ms var(--ease), border-color 180ms var(--ease), color 180ms var(--ease), transform 200ms var(--ease);
}
.btn:active { transform: scale(0.98); }
.btn--solid { background: var(--ink); color: var(--card); }
.btn--solid:hover { background: #000; }
.btn--outline { border-color: rgba(27,27,27,0.28); color: var(--ink); background: transparent; }
.btn--outline:hover { border-color: var(--ink); }
.btn--garnet { background: var(--garnet); color: #FFF; }
.btn--garnet:hover { background: #A81E2F; }

/* ============ header ============ */
.site-head {
  position: sticky; top: 0; z-index: 40;
  background: rgba(245,244,237,0.88);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--sand);
}
.site-head__row {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.tfo-wordmark {
  font-family: "PP Frama R", "Inter Tight", serif;
  font-weight: 600; font-size: 22px; line-height: 1;
  color: var(--ink); white-space: nowrap; user-select: none; text-decoration: none;
}
.tfo-dot { color: var(--garnet); }
.tfo-suffix { color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav__link {
  font-size: 15px; font-weight: 500; color: var(--ink); text-decoration: none;
  padding: 6px 2px; border-bottom: 1px solid transparent;
  transition: border-color 160ms var(--ease);
}
.site-nav__link:hover, .site-nav__link[aria-current="page"] { border-bottom-color: var(--garnet); }
.site-nav .btn { padding: 10px 20px; }
.nav-toggle { display: none; }

/* ============ hero ============ */
.hero {
  position: relative; overflow: hidden;
  min-height: calc(92svh - 64px);
  display: flex; flex-direction: column; justify-content: flex-start;
}
.hero__inner { position: relative; z-index: 2; width: 100%; padding-top: 196px; padding-bottom: 260px; }
.hero__dot { display: block; width: 34px; height: 34px; border-radius: 50%; background: var(--garnet); margin-bottom: 22px; }
.hero__copy { max-width: 900px; }
.hero__sub { max-width: 34em; margin-top: 26px; }
.hero__cta { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero__cover {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  pointer-events: none;
}
.hero__cover img {
  width: 100%; min-width: 1280px; height: auto; display: block;
  margin: 0 auto;
  mix-blend-mode: multiply; opacity: 0.9;
}
/* image melts under a cream gradient: fade, never a cut line */
.hero__cover::before {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to bottom, var(--cream) 0%, var(--cream) 16%, rgba(245,244,237,0.88) 40%, rgba(245,244,237,0) 82%);
}

/* word-rise: each word lifts out of its own mask. Pure CSS; the mask keeps a
   descender reserve so y/g/p never clip. Reduced motion resolves instantly. */
.wm { display: inline-block; overflow: hidden; vertical-align: bottom;
  padding-bottom: 0.12em; margin-bottom: -0.12em; }
.w { display: inline-block; transform: translateY(112%);
  animation: wordrise 750ms var(--ease) forwards;
  animation-delay: calc(90ms + var(--i, 0) * 60ms); }
@keyframes wordrise { to { transform: none; } }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.hero__copy > .hero__sub { animation: rise 700ms var(--ease) 480ms backwards; }
.hero__copy > .hero__cta { animation: rise 700ms var(--ease) 600ms backwards; }
.hero__cover { animation: coverin 900ms var(--ease) backwards; }
@keyframes coverin { from { opacity: 0; } to { opacity: 1; } }

/* ============ logo marquee (quiet cream strip under the hero) ============ */
.logo-marquee { padding: 46px 0 54px; background: var(--cream); }
.logo-marquee__viewport {
  overflow: hidden; width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 130px, #000 calc(100% - 130px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 130px, #000 calc(100% - 130px), transparent 100%);
}
.logo-marquee__track { display: flex; width: max-content; }
.logo-marquee__group {
  display: flex; align-items: center; gap: 56px;
  padding-right: 56px; /* trailing gap = inner gap, so -50% lands seamlessly */
  flex: none;
}
.logo-marquee__group img {
  display: block; height: 28px; width: auto;
  /* brightness(0) clamps every mark to ink; grayscale + opacity settle the row */
  filter: brightness(0) grayscale(1) opacity(0.55);
}
/* optical size corrections: dense marks read larger than airy wordmarks */
.logo-marquee__group img.lg-sm { height: 22px; }
.logo-marquee__group img.lg-xs { height: 19px; }
.logo-marquee__group img.lg-md { height: 26px; }
.logo-marquee__group img.lg-lg { height: 34px; }
@media (prefers-reduced-motion: no-preference) {
  .logo-marquee__track { animation: logo-marquee-scroll 30s linear infinite; }
  .logo-marquee__viewport:hover .logo-marquee__track { animation-play-state: paused; }
}
@keyframes logo-marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
/* Reduced motion: static wrapped row, first group only */
@media (prefers-reduced-motion: reduce) {
  .logo-marquee__viewport { -webkit-mask-image: none; mask-image: none; }
  .logo-marquee__track { display: block; width: auto; }
  .logo-marquee__group { flex-wrap: wrap; justify-content: center; row-gap: 28px; padding: 0 32px; }
  .logo-marquee__group[aria-hidden="true"] { display: none; }
}

/* ============ record band (white) ============ */
.record { padding: 96px 0 36px; }
.record__head { max-width: 720px; }
.record__grid {
  margin-top: 64px;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.record__cell { padding: 8px 32px 4px 0; }
.record__cell + .record__cell { border-left: 1px solid var(--sand); padding-left: 32px; }
.record__num {
  font-size: 52px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.06;
  color: var(--ink); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.record__label { margin-top: 12px; font-size: 15.5px; color: var(--body); line-height: 1.45; }
/* digit rise: characters lift out of the number mask when the cell reveals */
.record__num { overflow: hidden; }
html.js .record__num .d { display: inline-block; transform: translateY(105%);
  transition: transform 650ms var(--ease); transition-delay: calc(var(--i, 0) * 90ms + var(--d, 0) * 45ms); }
html.js .rv.is-on .record__num .d { transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .record__num .d { transform: none; transition: none; }
}

/* ============ the register (ledger + globe instrument, white band) ============ */
.register { background: linear-gradient(to bottom, #FAF1E4 0px, #F5F4ED 520px); padding: 96px 0 0; position: relative; overflow: hidden; }
.register__head { max-width: 1020px; }
.register__head .lede { margin-top: 18px; }
.register__grid { margin-top: 56px; display: grid; grid-template-columns: 6fr 6fr; gap: 56px; align-items: start; }

/* ledger */
.ledger { display: flex; flex-direction: column; gap: 40px; }
.ledger__group-head {
  display: flex; align-items: baseline; justify-content: space-between;
  padding-bottom: 10px; border-bottom: 1px solid var(--ink);
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink);
}
.ledger__count { font-variant-numeric: tabular-nums; color: var(--muted); font-weight: 500; letter-spacing: 0.06em; }
.ledger ol { list-style: none; margin: 0; padding: 0; }
.ledger li { border-bottom: 1px solid rgba(27,27,27,0.08); }
.ledger li:last-child { border-bottom: 0; }
.lrow {
  display: grid; grid-template-columns: 2.2em 1fr auto; align-items: baseline; gap: 8px;
  width: 100%; padding: 11px 2px; text-align: left;
  background: none; border: 0; border-radius: 2px;
  font-size: 16.5px; font-weight: 500; color: var(--ink); line-height: 1.3;
  transition: background-color 160ms var(--ease);
}
.lrow .idx { font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; font-weight: 400;
  transition: color 160ms var(--ease); }
.lrow .note { font-size: 13.5px; color: var(--muted); font-weight: 400; white-space: nowrap;
  transition: color 160ms var(--ease); }
.lrow--muted .nm { color: var(--muted); font-weight: 400; }
button.lrow { cursor: pointer; }
button.lrow:hover, button.lrow:focus-visible { background: var(--cream); }
button.lrow:hover .idx, button.lrow:focus-visible .idx,
button.lrow:hover .note, button.lrow:focus-visible .note { color: var(--garnet); }
.lrow.is-echo .idx { color: var(--garnet); }
.ledger__note { margin-top: 14px; font-size: 13.5px; color: var(--muted); }
/* founder-story seal: a personal mark closing the story */
.story__seal { width: 72px; height: 72px; margin-top: 30px; opacity: 0.8; transform: rotate(-8deg); }
.ledger__hint { font-size: 13.5px; color: var(--muted); margin-top: 20px; }
html:not(.js) .ledger__hint { display: none; }

/* two-column pair inside the ledger column */
.ledger__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }

/* globe column */
.register__globe { position: sticky; top: 92px; }
.oh-globe__stage { position: relative; height: 600px; }
#oh-globe-canvas { position: absolute; left: 50%; top: 30px; transform: translateX(-50%); width: 540px; height: 540px; }
.oh-globe__pins { position: absolute; inset: 0; pointer-events: none; }
.oh-globe__pin { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; opacity: 0; transition: opacity 600ms var(--ease); will-change: transform; }
.oh-globe__pin.is-on { opacity: 1; }
.oh-globe__pins.is-dim .oh-globe__pin { opacity: 0; }
.oh-globe__pins.is-dim .oh-globe__pin.is-focus { opacity: 1; }
.oh-globe__anchor { position: absolute; left: -5px; top: -5px; width: 10px; height: 10px; border-radius: 50%; background: var(--garnet); box-shadow: 0 0 0 5px rgba(190,36,54,0.15); }
.oh-globe__chip {
  position: absolute; left: 14px; top: 0; transform: translateY(-50%);
  display: inline-flex; align-items: center; height: 34px; padding: 0 14px;
  background: var(--card); border: 1px solid var(--sand); border-radius: var(--r-pill);
  box-shadow: 0 2px 10px rgba(27,27,27,0.07);
  font-size: 13px; color: var(--ink); white-space: nowrap;
}
.oh-globe__pin.is-flip .oh-globe__chip { left: auto; right: 14px; }
.oh-globe__pin.is-below .oh-globe__chip { top: 16px; transform: none; }
.oh-globe__pin.is-below.is-flip .oh-globe__chip { transform: none; }
.oh-globe__chip img { height: 16px; width: auto; max-width: none; display: block; filter: brightness(0) grayscale(1) opacity(0.7); }
.oh-globe__pin.is-home .oh-globe__chip { border-color: rgba(190,36,54,0.4); color: var(--garnet); font-weight: 500; }
.oh-globe__pin.is-focus .oh-globe__chip { border-color: rgba(190,36,54,0.55); box-shadow: 0 4px 16px rgba(27,27,27,0.1); }
/* no-JS: hide the empty canvas stage; the noscript engraved still takes over
   and the register collapses to a single reading column */
html:not(.js) .oh-globe__stage { display: none; }
html:not(.js) .register__grid { grid-template-columns: 1fr; }
html:not(.js) .register__globe { position: static; }
.register__globe noscript img { width: 100%; height: auto; }

/* ============ two ways (found / back) ============ */
.ways { padding: 104px 0 110px; }
.ways__head { max-width: 720px; }
.ways__grid { margin-top: 56px; display: grid; grid-template-columns: 3fr 2fr; gap: 20px; }
.plate {
  background: var(--card); border: 1px solid var(--sand); border-radius: var(--r-container);
  padding: 44px 44px 40px; position: relative; overflow: hidden;
}
.plate--engraved::after {
  content: ""; position: absolute; right: -70px; bottom: -60px; width: 320px; height: 320px;
  background: url("../images/engraving-rosette.webp") center/contain no-repeat;
  mix-blend-mode: multiply; opacity: 0.16; pointer-events: none;
}
.plate__corner { position: absolute; width: 120px; height: 120px; opacity: 0.6; pointer-events: none; z-index: 2; }
.plate__corner--tl { top: 16px; left: 16px; }
.plate__corner--br { right: 16px; bottom: 16px; }
.plate__kicker { font-size: 14px; font-weight: 600; color: var(--garnet); letter-spacing: 0.01em; }
.plate__title { margin-top: 10px; }
.plate__body { margin-top: 14px; max-width: 40em; }
.plate__names { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; position: relative; z-index: 1; }
.chip {
  display: inline-flex; align-items: center; height: 32px; padding: 0 14px;
  border: 1px solid var(--sand); border-radius: var(--r-pill); background: var(--white);
  font-size: 13.5px; color: var(--ink); white-space: nowrap;
  transition: border-color 160ms var(--ease), transform 160ms var(--ease);
}
a.chip:hover, .plate .chip:hover { border-color: rgba(27,27,27,0.4); transform: translateY(-1px); }
.chip--stealth { color: var(--muted); border-style: dashed; }
.chip--stealth:hover { transform: none; border-color: var(--sand); }
.plate__note { margin-top: 18px; font-size: 13.5px; color: var(--muted); }

/* ============ origin interlude (vintage LeVeque editorial plate) ============ */
.interlude { position: relative; overflow: hidden; background: linear-gradient(to bottom, var(--white) 0%, var(--cream) 30%); }
.interlude__art { position: absolute; inset: 0; pointer-events: none; }
.interlude__art img {
  position: absolute; left: 0; top: 50%; width: 100%; height: 118%; transform: translateY(-50%);
  object-fit: cover; object-position: center 30%;
  mix-blend-mode: multiply; opacity: 0.26;
}
/* copy scrim on the left + top/bottom melt: image always slides under cream */

.interlude__inner { position: relative; z-index: 3; padding: 64px 0 12px; }
.interlude__copy { max-width: 520px; }
.interlude__copy p { margin-top: 20px; max-width: 30em; font-size: 18px; line-height: 1.6; text-wrap: pretty; }
/* scroll scrub: gentle settle of the engraving as the plate crosses the viewport */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .interlude__art img {
      animation: interscrub linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }
    @keyframes interscrub {
      from { transform: translateY(-46%) scale(1.04); }
      to { transform: translateY(-54%) scale(1.04); }
    }
  }
}

/* ============ focus areas ============ */
.focus { padding: 96px 0 110px; }
.focus__grid { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; }
.focus__intro { position: sticky; top: 120px; }
.focus__intro .lede { margin-top: 20px; }
.focus__list { display: flex; flex-direction: column; }
.focus__row { display: grid; grid-template-columns: 88px 1fr; gap: 26px; padding: 34px 0; }
.focus__row + .focus__row { border-top: 1px solid var(--sand); }
/* engraved icon on a small banknote plate */
.focus__icon { width: 88px; height: 88px; color: var(--ink);
  background: var(--cream); border: 1px solid var(--sand); border-radius: var(--r-plate);
  display: flex; align-items: center; justify-content: center; }
.focus__icon svg { width: 52px; height: 52px; display: block; }
.focus__icon img { width: 62px; height: 62px; object-fit: contain; display: block; }
.focus__row .h3 { margin-bottom: 8px; }
.focus__names { margin-top: 12px; font-size: 14.5px; color: var(--muted); }

/* ============ OH.io platform ============ */
.platform { padding: 28px 0 110px; background: var(--white); }
.platform__plate {
  background: var(--cream); border: 1px solid var(--sand); border-radius: var(--r-container);
  overflow: hidden; position: relative;
  display: grid; grid-template-columns: 7fr 5fr; align-items: center;
}
.platform__copy { padding: 64px; position: relative; z-index: 2; }
.platform__copy .lede { margin-top: 20px; }
.platform__facts { margin-top: 26px; padding-left: 0; list-style: none; max-width: 36em; }
.platform__facts li { padding: 10px 0; border-top: 1px solid var(--sand); font-size: 15.5px; }
.platform__facts li:first-child { border-top: 0; }
.platform__cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.platform__art { position: relative; align-self: stretch; min-height: 420px; }
.platform__art img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 65%;
  mix-blend-mode: multiply; opacity: 0.85;
}

/* ============ foundation band ============ */
.foundation { padding: 84px 0 92px; }
.foundation__grid { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start; }
.foundation__title { font-size: 30px; letter-spacing: -0.02em; }
.foundation__body { max-width: 44em; }
.foundation__body p + p { margin-top: 14px; }

/* ============ footer ============ */
.oh-footer { background: var(--footer-ink); }
.oh-footer__scenewrap { background: linear-gradient(to bottom, var(--cream) 0%, var(--cream) 10%, var(--footer-ink) 58%); overflow: hidden; }
/* crop the baked-in sky so the landscape starts sooner after the interlude */
.oh-footer__scene { margin-top: -11%; }
.oh-footer__scene { display: block; width: 100%; height: auto;
  -webkit-mask-image: linear-gradient(to bottom, transparent 11%, #000 26%);
  mask-image: linear-gradient(to bottom, transparent 11%, #000 26%); }
.oh-footer__scene--static { display: none; }
/* no-JS guard: never rely on autoplay; show the engraved still */
html:not(.js) .oh-footer__scene--video { display: none; }
html:not(.js) .oh-footer__scene--static { display: block; }
.oh-footer__melt { height: 140px; margin-top: -140px; position: relative;
  background: linear-gradient(to bottom, rgba(15,14,13,0) 0%, var(--footer-ink) 96%); }
.oh-footer__body { color: #fff; padding: 8px 0 0; }
.oh-footer__grid { display: flex; justify-content: space-between; gap: 48px; }
.oh-footer__dot { width: 34px; height: 34px; border-radius: 50%; background: var(--garnet); margin-bottom: 16px; }
.oh-footer__statement { font-family: var(--font); font-weight: 500; font-size: 44px; letter-spacing: -0.03em; line-height: 1.12; margin: 0; color: #fff; }
.oh-footer__statement .m { color: rgba(255,255,255,0.52); }
.oh-footer__statement .d { color: var(--garnet); }
.oh-footer__links { font-size: 15px; line-height: 2.1; min-width: 160px; padding-top: 8px; }
.oh-footer__links .h { color: #fff; font-weight: 500; margin-bottom: 4px; }
.oh-footer__links a { display: block; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 160ms var(--ease); }
.oh-footer__links a:hover { color: #fff; }
.oh-footer__bar { margin: 48px 0 0; padding: 22px 0 36px; border-top: none;
  display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,0.45); font-size: 14px; }
.oh-footer__social { color: rgba(255,255,255,0.7); text-decoration: none; }
.oh-footer__social:hover { color: #fff; }

/* ============ about page ============ */
.page-hero { padding: 96px 0 72px; position: relative; overflow: hidden; }
.page-hero__copy { max-width: 780px; position: relative; z-index: 2; }
.page-hero__copy .lede { margin-top: 26px; }
/* decorative banknote orb, right shoulder; bleeds off the plate edge */
.page-hero__mark { position: absolute; right: -40px; top: -30px; width: 560px; height: 560px;
  pointer-events: none; z-index: 1;
  background: url("../images/about-decor-b.webp") right top/contain no-repeat;
  opacity: 0.36;
  -webkit-mask-image: radial-gradient(circle at 100% 0%, #000 52%, transparent 82%);
  mask-image: radial-gradient(circle at 100% 0%, #000 52%, transparent 82%);
}
.about-founder { padding: 88px 0 96px; }
.about-founder__grid { display: grid; grid-template-columns: 4fr 7fr; gap: 72px; align-items: center; }
.portrait-plate {
  background: var(--card); border: 1px solid var(--sand); border-radius: var(--r-container);
  overflow: hidden; position: relative;
}
.portrait-plate img { width: 100%; height: auto; display: block; mix-blend-mode: multiply; }
.portrait-plate figcaption { padding: 18px 24px 20px; border-top: 1px solid var(--sand); position: relative; z-index: 3; background: var(--card); }
.portrait-plate .nm { font-weight: 500; color: var(--ink); font-size: 17px; }
.portrait-plate .rl { font-size: 14px; color: var(--muted); margin-top: 2px; }
.about-founder__story .h2 { max-width: 14em; }
.about-founder__story p { margin-top: 22px; max-width: 40em; font-size: 18px; line-height: 1.65; }

.tracks { padding: 92px 0 100px; }
.tracks__grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.tracks__cell { padding: 4px 36px 8px 0; }
.tracks__cell + .tracks__cell { border-left: 1px solid var(--sand); padding-left: 36px; }
.tracks__cell .h3 { margin-bottom: 12px; }
.tracks__cell p { font-size: 15.5px; }

.team { padding: 96px 0 110px; }
.team__head { max-width: 720px; }
.team__grid { margin-top: 56px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.member {
  background: var(--card); border: 1px solid var(--sand); border-radius: var(--r-container);
  overflow: hidden; display: grid; grid-template-columns: 168px 1fr;
}
.member__art { position: relative; background: var(--card); border-right: 1px solid var(--sand); }
.member__art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; mix-blend-mode: multiply; }
.member__initials {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 40px; font-weight: 500; letter-spacing: 0.02em; color: var(--garnet);
  isolation: isolate; overflow: hidden;
}
.member__initials::before {
  content: ""; position: absolute; inset: -20%; z-index: -1;
  background: url("../images/engraving-rosette.webp") center/cover no-repeat;
  mix-blend-mode: multiply; opacity: 0.14;
}
.member__initials::after {
  content: ""; position: absolute; inset: 14px; border: 1px solid var(--sand); border-radius: var(--r-plate);
  pointer-events: none;
}
.member__body { padding: 26px 28px 26px; }
.member__name { font-size: 19px; font-weight: 500; color: var(--ink); }
.member__role { font-size: 14px; color: var(--garnet); margin-top: 2px; font-weight: 500; }
.member__bio { font-size: 14.5px; margin-top: 12px; line-height: 1.55; }

.cta-band { padding: 92px 0 104px; text-align: left; }
.cta-band__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }

/* ============ contact page ============ */
.contact { padding: 88px 0 110px; }
.contact__grid { margin-top: 56px; display: grid; grid-template-columns: 7fr 5fr; gap: 20px; align-items: start; }
.contact__form-plate { background: var(--card); border: 1px solid var(--sand); border-radius: var(--r-container); padding: 44px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 22px; }
.field label { font-size: 14px; font-weight: 500; color: var(--ink); }
.field input, .field textarea {
  font: inherit; font-size: 15.5px; color: var(--ink);
  background: var(--white); border: 1px solid rgba(110,109,102,0.45); border-radius: var(--r-plate);
  padding: 12px 14px; width: 100%;
  transition: border-color 160ms var(--ease);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: #9C9B92; }
.field textarea { min-height: 140px; resize: vertical; }
.form-note { margin-top: 18px; font-size: 15px; }
.form-note--ok { color: var(--ink); }
.form-note--err { color: var(--garnet); }
.contact__aside { display: flex; flex-direction: column; gap: 20px; }
.aside-plate { background: var(--card); border: 1px solid var(--sand); border-radius: var(--r-container); padding: 30px 34px; }
.aside-plate .h { font-size: 14px; font-weight: 600; color: var(--garnet); margin-bottom: 6px; }
.aside-plate p, .aside-plate a { font-size: 15.5px; color: var(--body); text-decoration: none; }
.aside-plate a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(27,27,27,0.3); }
.aside-plate a:hover { color: var(--ink); text-decoration-color: var(--ink); }

/* ============ legal pages ============ */
.legal { padding: 80px 0 110px; }
.legal__head { max-width: 760px; margin: 0 auto; padding-bottom: 40px; border-bottom: 1px solid var(--sand); }
.legal__meta { margin-top: 16px; font-size: 15px; color: var(--muted); }
.legal__body { max-width: 760px; margin: 0 auto; }
.legal__body h2 { font-size: 24px; font-weight: 500; letter-spacing: -0.015em; color: var(--ink); margin: 44px 0 14px; }
.legal__body h3 { font-size: 18px; font-weight: 500; color: var(--ink); margin: 28px 0 10px; }
.legal__body p { margin: 12px 0; }
.legal__body ul { margin: 12px 0; padding-left: 22px; }
.legal__body li { margin: 6px 0; }
.legal__body a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* ============ reduced motion: complete static page ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .oh-footer__scene--video { display: none; }
  .oh-footer__scene--static { display: block; }
  .w { transform: none; animation: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ============ responsive ============ */
@media (max-width: 1080px) {
  .h1 { font-size: 56px; }
  .h2 { font-size: 36px; }
  .record__grid { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .record__cell:nth-child(3) { border-left: 0; padding-left: 0; }
  .register__grid { grid-template-columns: 1fr; gap: 24px; }
  .register__globe { position: static; order: -1; }
  .oh-globe__stage { height: 480px; }
  #oh-globe-canvas { width: 430px; height: 430px; top: 20px; }
  .ways__grid { grid-template-columns: 1fr; }
  .focus__grid { grid-template-columns: 1fr; gap: 36px; }
  .focus__intro { position: static; }
  .platform__plate { grid-template-columns: 1fr; }
  .platform__art { min-height: 300px; order: -1; }
  .platform__copy { padding: 40px; }
  .interlude__inner { padding: 72px 0 8px; }
  .about-founder__grid { grid-template-columns: 1fr; gap: 40px; }
  .portrait-plate { max-width: 420px; }
  .tracks__grid { grid-template-columns: 1fr; }
  .tracks__cell { padding: 24px 0; }
  .tracks__cell + .tracks__cell { border-left: 0; padding-left: 0; border-top: 1px solid var(--sand); }
  .team__grid { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; }
  .foundation__grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 780px) {
  :root { --gutter: 22px; }
  body { font-size: 16px; }
  .h1 { font-size: 40px; }
  .h2 { font-size: 30px; }
  .lede { font-size: 17.5px; }

  /* mobile nav */
  .site-nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 64px;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: var(--cream); border-bottom: 1px solid var(--sand);
    padding: 16px var(--gutter) 24px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav__link { font-size: 18px; padding: 12px 2px; }
  .site-nav .btn { margin-top: 10px; justify-content: center; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; padding: 10px;
    background: none; border: 0; cursor: pointer; border-radius: var(--r-plate);
  }
  .nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 1px; transition: transform 220ms var(--ease), opacity 220ms var(--ease); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero__inner { padding-top: 96px; padding-bottom: 230px; }
  .hero__dot { width: 24px; height: 24px; margin-bottom: 16px; }
  .hero__cover img { min-width: 900px; }
  .record { padding: 64px 0 72px; }
  .record__grid { grid-template-columns: 1fr; row-gap: 0; }
  .record__cell { padding: 22px 0; }
  .record__cell + .record__cell { border-left: 0; padding-left: 0; border-top: 1px solid var(--sand); }
  .record__num { font-size: 42px; }
  .register { padding: 64px 0 72px; }
  .oh-globe__stage { height: 380px; }
  #oh-globe-canvas { width: 340px; height: 340px; top: 16px; }
  .ledger__pair { grid-template-columns: 1fr; gap: 40px; }
  .lrow { font-size: 16px; padding: 10px 2px; }
  .ways, .focus, .platform, .team { padding: 64px 0 72px; }
  .plate { padding: 30px 26px 28px; border-radius: 20px; }
  .platform__copy { padding: 30px 26px 32px; }
  .interlude__inner { padding: 64px 0 8px; }
  .interlude__copy p { font-size: 16.5px; }
  .interlude__art::before {
    content: ""; position: absolute; inset: 0; z-index: 2;
    background:
      linear-gradient(to bottom, var(--white) 0%, rgba(252,251,246,0) 20%, rgba(252,251,246,0) 82%, var(--white) 100%);
  }
  .focus__row { grid-template-columns: 40px 1fr; gap: 16px; }
  .focus__icon { width: 38px; height: 38px; }
  .foundation { padding: 56px 0 64px; }
  .member { grid-template-columns: 116px 1fr; }
  .member__body { padding: 20px 20px; }
  .cta-band { padding: 60px 0 72px; }
  .contact__form-plate { padding: 28px 22px; border-radius: 20px; }
  .aside-plate { padding: 24px 22px; border-radius: 20px; }
  .page-hero__mark { right: -180px; top: -80px; width: 420px; height: 420px; opacity: 0.08; }
  .oh-footer__grid { flex-direction: column; gap: 24px; }
  .oh-footer__statement { font-size: 30px; line-height: 1.2; }
  .oh-footer__melt { height: 160px; margin-top: -160px; }
  .page-hero { padding: 64px 0 48px; }
  .about-founder { padding: 56px 0 64px; }
  .tracks { padding: 56px 0 64px; }
  .legal { padding: 56px 0 72px; }
}

/* ============ FINAL: two-ways plates live beside the globe ============ */
.ledger--plates { display: flex; flex-direction: column; gap: 16px; }
.ledger--plates .plate { background: none; border: none; border-radius: 0; padding: 0; }
.plate__dot { display: block; width: 16px; height: 16px; border-radius: 999px; background: var(--garnet); margin-bottom: 18px; }
.ledger--plates .plate__title .frag { color: var(--muted); }
.ledger--plates .plate__title { margin: 6px 0 8px; }
.ledger--plates .plate__body { margin: 0 0 14px; font-size: 15px; color: var(--body); }
.ledger--plates .chip { cursor: default; }
.ledger--plates button.chip { cursor: pointer; transition: transform 160ms var(--ease), border-color 160ms var(--ease); }
.ledger--plates button.chip:hover, .ledger--plates button.chip:focus-visible { transform: translateY(-1px); border-color: var(--garnet); }
.plate--realized .plate__names--rows { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.chip__note { margin-left: 8px; color: var(--muted); font-size: 12px; }

/* ============ FINAL: floating pill header (v1 lineage, per Lucky) ============ */
.site-head {
  position: fixed; top: 12px; left: 0; right: 0; z-index: 40;
  width: min(var(--max), calc(100% - 48px)); margin: 0 auto;
  background: rgba(252,251,246,0.78);
  border: 1px solid rgba(226,225,213,0.7);
  border-bottom: 1px solid rgba(226,225,213,0.7);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(14px) saturate(1.05); backdrop-filter: blur(14px) saturate(1.05);
}
.site-head .wrap { padding-left: 28px; padding-right: 12px; }
.site-head__row { height: 56px; }
body { padding-top: 80px; }
@media (max-width: 700px) {
  .site-head { top: 8px; width: calc(100% - 16px); }
  .site-head__row { height: 50px; }
  body { padding-top: 66px; }
}

/* ============ FINAL: focus = horizontal trio, large engraved icons, no rosters ============ */
.focus__head { max-width: 720px; margin: 0 auto 96px; text-align: center; }
.focus__cols {
  display: grid; grid-template-columns: repeat(3, minmax(0, 356px));
  justify-content: space-between; gap: 48px;
}
/* icon = alpha engraving left of the copy; the text edge overlaps it slightly */
.focus__cols .focus__row {
  position: relative; display: block; border-top: none;
  padding: 0 0 0 112px; min-height: 128px;
}
.focus__cols .focus__icon {
  position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: 0;
  width: 128px; height: 128px;
  background: none; border: none; border-radius: 0;
  opacity: 0.55;
}
.focus__cols .focus__icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.focus__cols .focus__row > div:not(.focus__icon) { position: relative; z-index: 1; }
/* the handshake is a wide, short vignette: widen its box so its visual mass matches the tall icons */
.focus__cols .focus__row:last-child .focus__icon { width: 176px; left: -48px; }
.focus__cols .h3 { margin: 0; color: var(--ink); }
.focus__cols p { margin: 6px 0 0; font-size: 15.5px; color: var(--body); }
@media (max-width: 900px) {
  .focus__cols { grid-template-columns: 1fr; gap: 40px; }
  .focus__cols .focus__row { padding: 0 0 0 74px; min-height: 84px; }
  .focus__cols .focus__icon { width: 84px; height: 84px; }
}

/* ============================================================
   Contact page — v5 port (append-only overrides)
   Ports the v5-best-of contact anatomy: engraved writing-desk
   hero cover, shadcn field anatomy (42px inputs, 12px radius,
   sand border, soft shadow, garnet focus ring), aside notes.
   Overrides the base .contact/.field rules above by cascade order.
   ============================================================ */

/* Engraved hero cover */
.contact--hero { position: relative; overflow: hidden; }
.contact__cover { position: absolute; inset: 0 0 auto 0; height: 560px; z-index: 0; pointer-events: none; }
.contact__cover img {
  width: 100%; height: 100%; object-fit: cover; object-position: 100% 30%;
  opacity: 0.9;
}
.contact__cover::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, #F5F4ED 30%, rgba(245,244,237,0.86) 52%, rgba(245,244,237,0.25) 80%, rgba(245,244,237,0) 100%),
    linear-gradient(to bottom, rgba(245,244,237,0) 55%, #F5F4ED 96%);
}
.contact--hero .wrap { position: relative; z-index: 1; }

/* shadcn field anatomy */
.field { gap: 8px; margin-bottom: 20px; }
.field label { line-height: 1; }
.field input, .field textarea {
  font-size: 15px; line-height: 1.4;
  background: var(--white); border: 1px solid var(--sand); border-radius: 12px;
  height: 42px; padding: 0 14px;
  box-shadow: 0 1px 2px rgba(27,27,27,0.05);
  transition: border-color 160ms var(--ease), box-shadow 160ms var(--ease);
}
.field input:focus, .field textarea:focus,
.field input:focus-visible, .field textarea:focus-visible {
  outline: none; border-color: var(--garnet);
  box-shadow: 0 0 0 3px rgba(190,36,54,0.14), 0 1px 2px rgba(27,27,27,0.05);
}
.field textarea { height: auto; min-height: 140px; padding: 11px 14px; resize: vertical; }

/* Aside relationship / co-invest notes */
.aside-plate__note { margin-top: 8px; font-size: 13px; color: #6E6D66; line-height: 1.5; }

@media (max-width: 900px) {
  .contact__cover { height: 320px; }
  .contact__cover img { object-position: 85% 30%; }
}

/* ============ FINAL: register plates flank the orb (per Lucky) ============ */
.register__grid--flank { grid-template-columns: minmax(0,1fr) minmax(0,1.5fr) minmax(0,1fr); gap: 32px; align-items: center; }
.register__grid--flank .register__globe { position: static; }
.register__grid--flank .oh-globe__stage { height: 460px; }
.register__grid--flank #oh-globe-canvas { width: 400px; height: 400px; top: 30px; }
.plate__rows { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.plate__row { margin: 0; font-size: 15px; color: var(--ink); font-weight: 500; }
.plate__row-note { margin-left: 8px; color: var(--muted); font-size: 12.5px; font-weight: 400; }
@media (max-width: 1000px) {
  .register__grid--flank { grid-template-columns: 1fr; }
  .register__grid--flank .register__globe { order: -1; }
}

/* FINAL: header optical padding — content hugs the pill; solid CTA sits
   concentric with the pill end (10px ≈ (56px row − 37px button)/2), wordmark
   gets the larger text-side inset. */
.site-head .wrap { max-width: var(--max); padding-left: var(--gutter); padding-right: 12px; }

/* FINAL: globe drag */
#oh-globe-canvas { cursor: grab; touch-action: pan-y; }
#oh-globe-canvas.is-grabbing { cursor: grabbing; }

/* FINAL: register foot — the dateline sits below the orb */
.register__foot {
  margin: 44px 0 0; text-align: center;
  font-size: 24px; font-weight: 500; letter-spacing: -0.02em; color: var(--ink);
}
.register__foot .frag { color: var(--muted); }
@media (max-width: 700px) { .register__foot { font-size: 19px; margin-top: 32px; } }

/* FINAL: the whole register carries the engraved-plate treatment (moved off the left card) */
.register__plate { position: relative; }
.register .logo-marquee { background: transparent; padding-top: 64px; }
@media (max-width: 700px) {
  .register__plate::after { width: 300px; height: 300px; right: -80px; bottom: -70px; }
}

/* FINAL: record pared to two claims */
.record__grid--pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* FINAL: OH.io wordmark replaces the platform engraving */
.platform__art--logo { display: flex; align-items: center; justify-content: center; }
.ohio-wordmark { font-family: "Inter Tight", sans-serif; font-size: 96px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); line-height: 1; }
.ohio-wordmark__dot { color: #FE012F; }
.ohio-wordmark__io { color: #858585; font-weight: 600; }

/* FINAL: Columbus interlude absorbs the Foundation */
.interlude__title { margin: 0 0 30px; font-size: 34px; font-weight: 500; letter-spacing: -0.025em; color: var(--ink); line-height: 1.1; }
@media (max-width: 700px) { .interlude__title { font-size: 26px; } }
.interlude__fdn-logo { display: block; height: 150px; width: auto; margin: 0 auto 32px; }
.interlude__cta { margin-top: 28px; }
/* central card over the engraving */
.interlude__copy {
  max-width: none; margin: 0 auto; text-align: center;
  padding: 0;
}
.interlude__copy p { margin-left: auto; margin-right: auto; }
/* engraving shows evenly around the card: vertical melts only */
.interlude__art::before {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(to bottom, var(--white) 0%, rgba(252,251,246,0) 18%, rgba(252,251,246,0) 76%, var(--white) 100%);
}
@media (max-width: 700px) {
  .ohio-wordmark { font-size: 64px; }
  .interlude__fdn-logo { height: 46px; }
}

/* FINAL: Ratmir unboxed — alpha portrait, caption below, section on page cream */
.portrait-plate--open { background: none; border: none; border-radius: 0; overflow: visible; }
.portrait-plate--open img { mix-blend-mode: normal; }
.portrait-plate--open figcaption { padding: 18px 2px 0; border-top: none; background: none; text-align: left; }

/* FINAL: v5 money-style cameo profiles restored */
.member__art {
  position: static; display: flex; align-items: center; justify-content: center;
  background: var(--card); border-right: none; padding: 26px 0 26px 26px;
}
.cameo { display: block; width: 118px; aspect-ratio: 5 / 6; flex: none; padding: 8px; border: 1px solid var(--sand); border-radius: 50%; }
.cameo img {
  position: static; width: 100%; height: 100%; object-fit: cover; object-position: center top;
  border-radius: 50%; border: 1px solid var(--sand); mix-blend-mode: multiply;
}
.cameo__initials {
  width: 100%; height: 100%; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--cream); border: 1px solid var(--sand);
  font-size: 28px; font-weight: 500; letter-spacing: 0.02em; color: var(--garnet);
}
@media (max-width: 780px) {
  .cameo { width: 86px; padding: 6px; }
  .cameo__initials { font-size: 22px; }
  .member__art { padding: 18px 0 18px 18px; }
}

/* FINAL: team open layout — no boxes, plain left portrait, no oval */
.team__grid .member { background: none; border: none; border-radius: 0; overflow: visible; align-items: start; gap: 0 24px; }
.team__grid .member__art { padding: 0; background: none; border: none; display: block; }
.team__grid .member__art img {
  position: static; display: block; width: 100%; height: auto;
  border: none; border-radius: 0; mix-blend-mode: normal;
}
.member__initials-open {
  display: flex; align-items: center; justify-content: center;
  width: 100%; aspect-ratio: 1 / 1;
  font-size: 44px; font-weight: 500; letter-spacing: 0.02em; color: var(--garnet);
}
.team__grid .member__body { padding: 0; }

/* FINAL: founder caption spruce */
.portrait-plate--open figcaption { padding: 22px 2px 0; }
.portrait-plate--open .nm { font-size: 27px; font-weight: 500; letter-spacing: -0.025em; color: var(--ink); line-height: 1.15; }
.portrait-plate--open .nm .dot { color: var(--garnet); }
.portrait-plate--open .rl { font-size: 14.5px; font-weight: 500; color: var(--garnet); margin-top: 5px; letter-spacing: 0.01em; }
