@import url("../../assets/fonts.css");

:root {
  --ts-white: oklch(1 0 0);
  --ts-ink: oklch(.25 .035 201);
  --ts-muted: oklch(.43 .035 201);
  --ts-teal: oklch(.56 .11 174);
  --ts-teal-deep: oklch(.34 .075 184);
  --ts-blue: oklch(.55 .105 229);
  --ts-water: oklch(.72 .10 188);
  --ts-water-light: oklch(.95 .025 191);
  --ts-orange: oklch(.72 .17 51);
  --ts-yellow: oklch(.88 .17 93);
  --ts-green: oklch(.64 .17 142);
  --ts-deep: oklch(.22 .055 205);
  --ts-line: oklch(.82 .035 190);
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--ts-ink);
  background: var(--ts-white);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ts-white); color: var(--ts-ink); font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .7rem 1rem; color: var(--ts-ink); background: var(--ts-white); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.masthead { position: sticky; top: 0; z-index: 40; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1rem, 3vw, 3.5rem); min-height: 4.9rem; padding: .75rem clamp(1.1rem, 4vw, 4rem); color: var(--ts-white); background: var(--ts-deep); }
.brand img { width: clamp(7rem, 13vw, 10.5rem); height: auto; filter: brightness(0) invert(1); }
.masthead nav { display: flex; justify-content: center; gap: clamp(1rem, 3vw, 2.4rem); font-size: .78rem; font-weight: 700; }
.masthead nav a { color: #e7fcf4; text-decoration: none; }
.masthead nav a:hover, .masthead nav a:focus-visible { color: var(--ts-yellow); }
.donate-button, .support-button { display: inline-flex; align-items: center; gap: .6rem; color: var(--ts-deep); background: var(--ts-yellow); border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; }
.donate-button { padding: .65rem 1rem; font-size: .82rem; }
.donate-button:hover, .donate-button:focus-visible, .support-button:hover, .support-button:focus-visible { background: var(--ts-orange); }
.section-pad { padding-right: clamp(1.25rem, 6vw, 7.5rem); padding-left: clamp(1.25rem, 6vw, 7.5rem); }
.eyebrow { margin: 0 0 1.3rem; color: var(--ts-teal-deep); font-size: .72rem; font-weight: 800; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.river-hero .eyebrow, .momentum .eyebrow { color: var(--ts-yellow); }
.current-section .eyebrow, .dark-eyebrow { color: var(--ts-white); }
h1, h2, h3 { font-family: Archivo, "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-weight: 800; letter-spacing: -.03em; }
h1, h2, h3, p { margin-top: 0; }
h2 { font-size: clamp(2.45rem, 6vw, 5.4rem); line-height: .96; }
.prototype-note { color: var(--ts-yellow); font-size: .72rem; font-weight: 700; letter-spacing: .03em; }
.support .prototype-note { color: var(--ts-deep); }

/* Hero */
.river-hero { position: relative; display: grid; align-items: end; min-height: min(51rem, calc(100svh - 4.9rem)); overflow: hidden; color: var(--ts-white); background: var(--ts-teal-deep); }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-overlay { background: rgba(5, 46, 60, .7); mix-blend-mode: multiply; }
.hero-content { position: relative; z-index: 1; width: min(80rem, 100%); padding: clamp(3.5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 9rem) clamp(4rem, 8vw, 8rem); }
.hero-content h1 { max-width: 10ch; margin-bottom: 1.8rem; font-size: clamp(3.35rem, 9vw, 6rem); line-height: .92; }
.hero-content h1 em { color: var(--ts-yellow); font-style: normal; }
.hero-deck { max-width: 32rem; margin-bottom: 2rem; font-size: clamp(1.05rem, 2vw, 1.32rem); line-height: 1.5; }
.hero-cta { display: inline-flex; align-items: center; gap: .8rem; padding: .82rem 1.2rem; color: var(--ts-deep); background: var(--ts-yellow); font-weight: 800; text-decoration: none; }
.hero-cta:hover, .hero-cta:focus-visible { background: var(--ts-orange); }
.hero-cta span { font-size: 1.2rem; }
.hero-content .prototype-note { margin: 1.4rem 0 0; }
.hero-ticker { position: absolute; right: clamp(1rem, 3vw, 3rem); bottom: 2rem; z-index: 1; display: flex; gap: .6rem; writing-mode: vertical-rl; color: var(--ts-water); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-ticker span + span::before { content: "·"; display: block; margin: .8rem 0; }

/* Intro */
.intro { display: grid; grid-template-columns: minmax(9rem, .6fr) 1.7fr; gap: clamp(2rem, 7vw, 8rem); padding-top: clamp(4.5rem, 10vw, 9rem); padding-bottom: clamp(5rem, 10vw, 10rem); background: var(--ts-water-light); }
.intro-label { display: flex; align-items: flex-start; gap: .7rem; padding-top: .7rem; font: 800 .76rem/1.2 Archivo, "Arial Narrow", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.river-mark { position: relative; display: inline-block; width: 2.5rem; height: 1.2rem; overflow: visible; border-top: 3px solid var(--ts-orange); border-radius: 50%; }
.river-mark::before, .river-mark::after { content: ""; position: absolute; left: .45rem; width: 1.6rem; height: .8rem; border-top: 2px solid var(--ts-blue); border-radius: 50%; }
.river-mark::before { top: .35rem; }
.river-mark::after { top: .7rem; left: .9rem; border-color: var(--ts-teal); }
.intro-copy { max-width: 50rem; }
.intro-copy h2 { max-width: 11ch; margin-bottom: 1.2rem; color: var(--ts-deep); }
.intro-copy p { max-width: 46rem; font-size: clamp(1.06rem, 2vw, 1.3rem); }
.intro-copy .small-note { margin-top: 1.8rem; color: var(--ts-muted); font-size: .86rem; }

/* Current */
.current-section { overflow: hidden; color: var(--ts-white); background: var(--ts-blue); }
.current-header { padding-top: clamp(4rem, 8vw, 8rem); padding-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.current-header h2 { max-width: 12ch; margin-bottom: 1rem; }
.current-header > p:last-child { max-width: 34rem; margin-bottom: 0; color: var(--ts-white); font-size: 1.1rem; }
.current-wrap { position: relative; display: grid; grid-template-columns: repeat(6, minmax(9rem, 1fr)); align-items: start; gap: 1rem; width: min(100%, 100rem); margin: 0 auto; padding: 5.5rem clamp(1.25rem, 6vw, 7.5rem) 9rem; }
.current-line { position: absolute; top: 7.4rem; right: 6%; left: 6%; height: 3.1rem; border-top: .45rem solid var(--ts-water); border-radius: 50%; transform: rotate(-3deg); }
.current-line::after { content: ""; position: absolute; top: .6rem; right: 0; left: 0; height: 2.4rem; border-top: .18rem solid rgba(237, 252, 244, .75); border-radius: 50%; }
.current-arrow { position: absolute; right: -.1rem; top: -.9rem; color: var(--ts-yellow); font-size: 2.8rem; transform: rotate(3deg); }
.ripple { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 1rem; min-height: 10rem; padding: 0; color: var(--ts-white); background: transparent; border: 0; text-align: center; }
.ripple:nth-of-type(even) { margin-top: 3.8rem; }
.ripple-ring { position: relative; display: grid; place-items: center; width: 4.2rem; height: 4.2rem; border: .18rem solid var(--ts-yellow); border-radius: 50%; background: var(--ts-blue); box-shadow: 0 0 0 .65rem rgba(151, 225, 219, .55), 0 0 0 1.1rem rgba(151, 225, 219, .2); }
.ripple-ring::before { content: ""; width: .8rem; height: .8rem; border-radius: 50%; background: var(--ts-orange); }
.ripple:hover .ripple-ring, .ripple:focus-visible .ripple-ring { background: var(--ts-yellow); box-shadow: 0 0 0 .65rem var(--ts-orange), 0 0 0 1.1rem rgba(237, 123, 55, .3); transform: scale(1.08); }
.ripple-label strong, .ripple-label small { display: block; }
.ripple-label strong { font: 800 1rem/1.2 Archivo, "Arial Narrow", sans-serif; }
.ripple-label small { margin-top: .3rem; color: var(--ts-white); font-size: .74rem; line-height: 1.35; }

/* Stories */
.story-list { padding-top: clamp(4.5rem, 10vw, 9rem); padding-bottom: clamp(5rem, 11vw, 11rem); }
.section-intro-line { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--ts-line); }
.section-intro-line > span { color: var(--ts-muted); font: 800 .72rem/1 Archivo, "Arial Narrow", sans-serif; }
.story-list > h2 { max-width: 12ch; margin: 1.5rem 0 clamp(3rem, 6vw, 6rem); color: var(--ts-deep); }
.story-list > h2 span { color: var(--ts-blue); }
.story-grid { display: grid; gap: clamp(2rem, 6vw, 7rem); }
.story-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(15rem, .85fr); gap: clamp(1.5rem, 4vw, 5rem); align-items: center; }
.story-card figure { margin: 0; }
.story-card figure img { width: 100%; aspect-ratio: 1.22 / 1; object-fit: cover; }
.story-card figcaption { margin-top: .6rem; color: var(--ts-muted); font-size: .68rem; line-height: 1.35; }
.story-card-copy { max-width: 31rem; }
.story-meta { margin-bottom: .8rem; color: var(--ts-teal-deep); font-size: .72rem; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.story-card h3 { margin-bottom: .8rem; color: var(--ts-deep); font-size: clamp(2rem, 3.5vw, 3.9rem); line-height: .96; }
.story-card-copy > p:not(.story-meta):not(.print-story) { color: var(--ts-muted); font-size: 1.03rem; }
.text-button { display: inline-flex; gap: .6rem; align-items: center; padding: 0; color: var(--ts-deep); background: transparent; border: 0; border-bottom: 2px solid var(--ts-orange); font-weight: 800; }
.text-button:hover, .text-button:focus-visible { color: var(--ts-orange); border-color: var(--ts-deep); }
.text-button span { font-size: 1.15rem; }
.story-card-offset { grid-template-columns: minmax(15rem, .75fr) minmax(0, 1.25fr); }
.story-card-offset .story-card-copy { order: -1; justify-self: end; }
.story-card-offset figure img { aspect-ratio: 1.65 / 1; }
.story-card-wide { grid-template-columns: minmax(0, 1.6fr) minmax(15rem, .8fr); }
.story-card-wide figure img { aspect-ratio: 1.55 / 1; }
.story-card-split { grid-template-columns: minmax(15rem, .8fr) minmax(0, 1.5fr); }
.story-card-split .story-card-copy { order: -1; justify-self: end; }
.story-card-split figure img { aspect-ratio: 1.4 / 1; }
.story-card-last { grid-template-columns: minmax(0, 1.2fr) minmax(15rem, .8fr); padding-top: 2rem; }
.story-card-last figure img { aspect-ratio: 1.33 / 1; }
.print-story { display: none; }

/* Momentum */
.momentum { color: var(--ts-white); background: var(--ts-teal-deep); }
.momentum-inner { display: grid; grid-template-columns: minmax(14rem, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 9vw, 10rem); padding-top: clamp(4.5rem, 9vw, 9rem); padding-bottom: clamp(5rem, 10vw, 10rem); }
.momentum-heading h2 { max-width: 8ch; margin-bottom: 1.4rem; }
.momentum-heading > p:last-child { max-width: 27rem; color: #d5f0e8; font-size: .96rem; }
.proof-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.proof-point { min-height: 15.5rem; padding: 1.5rem 1.3rem; border-top: .23rem solid var(--ts-yellow); background: oklch(.39 .07 186); }
.proof-point:nth-child(2) { border-top-color: var(--ts-orange); }
.proof-point:nth-child(3) { border-top-color: var(--ts-teal); }
.proof-point:nth-child(4) { border-top-color: var(--ts-water); }
.proof-index { display: block; margin-bottom: 1rem; color: var(--ts-yellow); font: 800 .74rem/1 Archivo, "Arial Narrow", sans-serif; }
.proof-point strong { display: block; color: var(--ts-yellow); font: 800 clamp(2.4rem, 5vw, 4.2rem)/.9 Archivo, "Arial Narrow", sans-serif; }
.proof-point h3 { margin: .55rem 0 .4rem; font-size: 1.13rem; line-height: 1.1; }
.proof-point p { margin-bottom: 1.1rem; color: #ddf3eb; font-size: .83rem; line-height: 1.45; }
.proof-point small { display: block; color: #a8d6ca; font-size: .63rem; line-height: 1.4; }

/* Support / footer */
.support { display: grid; grid-template-columns: minmax(7rem, .55fr) minmax(0, 1.25fr) minmax(14rem, .8fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; padding-top: clamp(5rem, 11vw, 11rem); padding-bottom: clamp(5rem, 11vw, 10rem); background: var(--ts-yellow); }
.support-mark { position: relative; min-height: 9rem; }
.support-mark span { position: absolute; display: block; border: .25rem solid var(--ts-deep); border-radius: 50%; }
.support-mark span:nth-child(1) { width: 8rem; height: 8rem; top: 0; left: 0; }
.support-mark span:nth-child(2) { width: 5rem; height: 5rem; top: 1.5rem; left: 1.5rem; border-color: var(--ts-orange); }
.support-mark span:nth-child(3) { width: 2rem; height: 2rem; top: 3rem; left: 3rem; background: var(--ts-teal); border-color: var(--ts-teal); }
.support-copy h2 { max-width: 10ch; margin-bottom: 1.2rem; color: var(--ts-deep); }
.support-copy > p:not(.eyebrow):not(.prototype-note) { max-width: 30rem; color: var(--ts-deep); font-size: 1.08rem; }
.support-button { margin: .9rem 0 .7rem; padding: .85rem 1.25rem; background: var(--ts-deep); color: var(--ts-white); }
.support-button:hover, .support-button:focus-visible { background: var(--ts-orange); color: var(--ts-deep); }
.support-copy .prototype-note { color: var(--ts-deep); }
blockquote { margin: 0; padding: 1.2rem 0 0 1.2rem; border-left: .18rem solid var(--ts-orange); color: var(--ts-deep); font: 800 clamp(1.35rem, 2.4vw, 2.15rem)/1.08 Archivo, "Arial Narrow", sans-serif; }
blockquote cite { display: block; margin-top: 1rem; font: 700 .7rem/1.4 "Open Sans", sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem clamp(1.25rem, 6vw, 7.5rem); color: var(--ts-white); background: var(--ts-deep); font-size: .72rem; }
.footer img { width: 7.4rem; filter: brightness(0) invert(1); }
.footer p { margin: 0; }
.footer a { color: var(--ts-yellow); font-weight: 700; }

/* Native story dialog */
.story-dialog { width: min(42rem, calc(100% - 2rem)); max-height: min(88vh, 52rem); padding: 0; color: var(--ts-ink); background: var(--ts-white); border: 0; box-shadow: .8rem .8rem 0 var(--ts-orange); }
.story-dialog::backdrop { background: rgba(2, 26, 34, .78); }
.dialog-inner { position: relative; padding: clamp(2rem, 5vw, 4rem); }
.dialog-close { position: absolute; top: 1rem; right: 1rem; width: 2.2rem; height: 2.2rem; padding: 0; color: var(--ts-deep); background: var(--ts-yellow); border: 0; border-radius: 50%; font-size: 1.7rem; line-height: 1; }
.dialog-close:hover, .dialog-close:focus-visible { background: var(--ts-orange); }
.story-dialog h2 { max-width: 11ch; margin-bottom: 1rem; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: .94; }
.story-dialog .dialog-inner > p:not(.story-meta):not(.dialog-source) { font-size: 1.07rem; }
.story-dialog blockquote { margin-top: 2rem; font-size: 1.4rem; }
.dialog-source { margin: 2rem 0 0; padding-top: 1rem; border-top: 1px solid var(--ts-line); color: var(--ts-muted); font-size: .72rem; line-height: 1.45; }
button:focus-visible, a:focus-visible { outline: .2rem solid var(--ts-orange); outline-offset: .22rem; }

@media (max-width: 800px) {
  .masthead { grid-template-columns: auto auto; justify-content: space-between; }
  .masthead nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; order: 3; padding-bottom: .35rem; }
  .intro, .momentum-inner, .support { grid-template-columns: 1fr; gap: 2rem; }
  .intro-label { padding-top: 0; }
  .current-wrap { grid-template-columns: repeat(6, 11rem); width: max-content; padding-right: 2rem; padding-left: 2rem; overflow: visible; }
  .current-section { overflow-x: auto; }
  .current-line { right: 3rem; left: 3rem; }
  .story-card, .story-card-offset, .story-card-wide, .story-card-split, .story-card-last { grid-template-columns: 1fr; gap: 1.5rem; }
  .story-card-offset .story-card-copy, .story-card-split .story-card-copy { order: initial; justify-self: initial; }
  .story-card figure img, .story-card-offset figure img, .story-card-wide figure img, .story-card-split figure img, .story-card-last figure img { aspect-ratio: 1.45 / 1; }
  .support-mark { min-height: 5.5rem; }
  .support-mark span:nth-child(1) { width: 5rem; height: 5rem; }
  .support-mark span:nth-child(2) { width: 3rem; height: 3rem; top: 1rem; left: 1rem; }
  .support-mark span:nth-child(3) { width: 1rem; height: 1rem; top: 2rem; left: 2rem; }
}
@media (max-width: 520px) {
  .masthead { min-height: 4.4rem; }
  .masthead nav { gap: 1rem; font-size: .7rem; }
  .donate-button { padding: .55rem .72rem; font-size: .72rem; }
  .hero-content { padding-top: 4rem; padding-bottom: 3rem; }
  .hero-ticker { display: none; }
  .proof-list { grid-template-columns: 1fr; }
  .footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media print {
  :root { --ts-deep: #153f49; }
  html { scroll-behavior: auto; }
  .masthead { position: static; color: #153f49; background: #fff; border-bottom: 1px solid #becbc6; }
  .masthead nav, .donate-button, .hero-cta, .hero-ticker, .current-section, .dialog-close, .story-card .text-button, .support-button { display: none !important; }
  .river-hero { min-height: 26rem; color: #153f49; background: #fff; }
  .hero-image { position: relative; min-height: 15rem; }
  .hero-image img { max-height: 15rem; filter: none; }
  .hero-overlay { display: none; }
  .hero-content { padding: 2rem 0; }
  .hero-content h1 { font-size: 4rem; }
  .hero-content h1 em, .eyebrow { color: #153f49; }
  .hero-content .prototype-note { color: #153f49; }
  .intro, .story-list, .momentum, .support { break-inside: avoid; }
  .intro { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .story-list { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .story-grid { gap: 2rem; }
  .story-card, .story-card-offset, .story-card-wide, .story-card-split, .story-card-last { grid-template-columns: 1fr 1fr; gap: 1.5rem; break-inside: avoid; }
  .story-card-offset .story-card-copy, .story-card-split .story-card-copy { order: initial; justify-self: initial; }
  .story-card h3 { font-size: 2rem; }
  .print-story { display: block; margin-top: 1rem; color: #476b6e; font-size: .72rem; line-height: 1.4; }
  .momentum { color: #153f49; background: #f6f5ee; border-top: 1px solid #becbc6; }
  .momentum-inner { display: block; padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .momentum-heading > p:last-child { color: #476b6e; }
  .proof-list { margin-top: 1.5rem; }
  .proof-point { min-height: auto; color: #153f49; background: #fff; border: 1px solid #becbc6; }
  .proof-point strong, .proof-index { color: #153f49; }
  .proof-point p, .proof-point small { color: #476b6e; }
  .support { padding-top: 2.5rem; padding-bottom: 2.5rem; background: #fff; border-top: 1px solid #becbc6; }
  .support-mark { display: none; }
  blockquote { max-width: 32rem; }
  .footer { color: #153f49; background: #fff; border-top: 1px solid #becbc6; }
  .footer img { filter: none; }
  .story-dialog { display: none !important; }
}

/* --- End matter: founders, financials, donors, partners, team (shared block) --- */
.endmatter { --em-head: var(--ts-teal-deep); --em-accent: var(--ts-orange); --em-rule: var(--ts-line); padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 6vw, 7rem); background: var(--ts-white); color: var(--ts-ink); }
.endmatter .em-block { max-width: 74rem; padding: clamp(2rem, 4vw, 3rem) 0; border-top: 1px solid var(--em-rule); }
.endmatter .em-block:first-child { padding-top: 0; border-top: 0; }
.endmatter h2 { margin-bottom: 1.2rem; font-size: clamp(1.7rem, 3.2vw, 2.6rem); line-height: 1; color: var(--em-head); }
.endmatter h3 { margin: 0 0 .6rem; font-size: 1.02rem; color: var(--em-accent); }
.endmatter .em-note { margin: .6rem 0 0; font-size: .78rem; color: var(--ts-muted); }
.endmatter .em-intro { max-width: 60ch; margin-bottom: 1.4rem; font-size: .92rem; color: var(--ts-muted); }
.em-founders-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }
.em-letter p:first-child { max-width: 62ch; font-size: 1.06rem; line-height: 1.7; }
.em-signatures p { margin: 0 0 1rem; }
.em-signatures strong { display: block; font-family: Archivo, "Arial Narrow", sans-serif; font-size: 1.2rem; letter-spacing: -.01em; }
.em-signatures span { font-size: .86rem; color: var(--ts-muted); }
.em-table { width: min(100%, 44rem); border-collapse: collapse; }
.em-table caption { padding-bottom: .7rem; text-align: left; }
.em-table th, .em-table td { padding: .65rem .4rem; border-bottom: 1px solid var(--em-rule); font-size: .95rem; text-align: left; }
.em-table thead th { font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--em-head); }
.em-table td { font-variant-numeric: tabular-nums; font-weight: 700; }
.em-table tbody th { font-weight: 400; }
.em-table .em-total th, .em-table .em-total td { border-bottom: 3px double var(--em-head); font-weight: 800; }
.em-tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 1.4rem 2rem; }
.em-tier ul, .em-partner-list, .em-people { list-style: none; margin: 0; padding: 0; }
.em-tier li, .em-partner-list li { padding: .28rem 0; font-size: .92rem; border-bottom: 1px dotted var(--em-rule); }
.em-legend { margin: 1.4rem 0 0; font-size: .8rem; color: var(--ts-muted); }
.em-legend span, .em-tier li span { color: var(--em-accent); }
.em-partner-list { columns: 3; column-gap: 2.5rem; max-width: 60rem; }
.em-people { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: .7rem 2rem; max-width: 60rem; }
.em-people li strong { display: block; font-size: .95rem; }
.em-people li span { font-size: .82rem; color: var(--ts-muted); }
.em-people.em-compact { display: block; }
.em-people.em-compact li { padding: .24rem 0; font-size: .92rem; border-bottom: 1px dotted var(--em-rule); }
.em-boards { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1.5rem 3rem; margin-top: 1.8rem; max-width: 60rem; }
.em-contact { max-width: 74rem; margin: 2.2rem 0 0; padding-top: 1.6rem; border-top: 3px solid var(--em-accent); font-weight: 700; font-size: .95rem; }
@media (max-width: 56rem) { .em-founders-grid { grid-template-columns: 1fr; } .em-partner-list { columns: 2; } }
@media (max-width: 40rem) { .em-partner-list { columns: 1; } }
@media print { .endmatter { padding: 1.5rem 0; background: #fff; color: #111; } .endmatter .em-block { break-inside: avoid; } }
