/* Kamp Love editorial site. Static, system fonts only. */
:root {
  --bg: #f5f5f7;
  --bg-elevated: #fff;
  --bg-dark: #000;
  --bg-graphite: #1d1d1f;
  --text: #1d1d1f;
  --text-on-dark: #f5f5f7;
  --dim: #6e6e73;
  --dim-on-dark: #a1a1a6;
  --rule: #d2d2d7;
  --rule-dark: #424245;
  --tile-radius: 18px;
  --tile-gap: 12px;
  --container-text: 653px;
  --container: 980px;
  --container-wide: 1228px;
  --font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-text: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 58px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-text); font-size: 17px; line-height: 1.47; letter-spacing: -.022em; }
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; }
button, select, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; border-radius: 8px; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 10000; background: var(--text); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }
.globalnav { position: sticky; top: 0; z-index: 9999; height: 44px; display: flex; align-items: center; background: rgba(0,0,0,.82); color: var(--text-on-dark); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); }
.globalnav-inner { width: 100%; max-width: var(--container-wide); height: 100%; margin: 0 auto; padding: 0 clamp(18px,3vw,24px); display: flex; align-items: center; justify-content: space-between; position: relative; }
.globalnav-brand { display: inline-flex; align-items: center; min-height: 44px; gap: 9px; color: #fff; text-decoration: none; font-weight: 600; font-size: 14px; letter-spacing: -.01em; }
.kampfire { width: 22px; height: 22px; object-fit: contain; transform-origin: 50% 80%; animation: kampfire 2.4s ease-in-out infinite; }
@keyframes kampfire { 0%,100% { transform: scale(1) rotate(-.4deg); opacity: .96; } 35% { transform: scale(1.04) rotate(.6deg); opacity: 1; } 70% { transform: scale(.99) rotate(-.3deg); opacity: .92; } }
.globalnav-links { display: flex; align-items: center; gap: clamp(8px, 1.5vw, 22px); }
.globalnav-links a { color: #fff; text-decoration: none; opacity: .78; font-size: 13px; white-space: nowrap; padding: 12px 2px; }
.globalnav-links a:hover, .globalnav-links a.is-current { opacity: 1; }
.globalnav-links a.is-current { font-weight: 600; }
.globalnav-cta { background: #fff; color: var(--text) !important; border-radius: 999px; padding: 7px 14px !important; opacity: 1 !important; }
.globalnav-toggle { display: none; background: transparent; border: 0; color: #fff; width: 44px; height: 44px; position: relative; }
.globalnav-toggle span { position: absolute; left: 15px; right: 9px; height: 1.5px; background: #fff; transition: transform .24s ease, top .24s ease, opacity .18s ease; }
.globalnav-toggle span:nth-child(1) { top: 16px; } .globalnav-toggle span:nth-child(2) { top: 22px; } .globalnav-toggle span:nth-child(3) { top: 28px; }
.globalnav-toggle[aria-expanded="true"] span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.globalnav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.globalnav-toggle[aria-expanded="true"] span:nth-child(3) { top: 22px; transform: rotate(-45deg); }
.stack { padding: var(--tile-gap) clamp(0px, 1vw, 12px) 0; } /* top gutter = tile-gap, so the first tile clears the sticky nav (matches the deck's 100svh - 56px math) */
.tile { background: var(--bg-elevated); color: var(--text); border-radius: var(--tile-radius); padding: clamp(56px, 7.5vw, 88px) clamp(20px, 3vw, 24px) clamp(46px, 6vw, 72px); margin-bottom: var(--tile-gap); overflow: hidden; position: relative; }
.tile.dark { background: var(--bg-dark); color: var(--text-on-dark); -webkit-font-smoothing: antialiased; }
.tile.graphite { background: var(--bg-graphite); color: var(--text-on-dark); }
.tile.hero { padding-top: clamp(76px, 10vw, 126px); padding-bottom: clamp(64px, 9vw, 108px); }
.tile.hero-xl { padding-top: clamp(88px, 12vw, 148px); padding-bottom: clamp(76px, 10vw, 122px); }
.tile.compact { padding-top: clamp(44px, 5.5vw, 64px); padding-bottom: clamp(40px, 5vw, 58px); }
.tile-inner { max-width: var(--container); margin: 0 auto; }
.tile-inner.text { max-width: var(--container-text); }
.tile-inner.wide { max-width: var(--container-wide); }
.eyebrow, .wordmark { display: block; margin: 0 0 16px; color: var(--dim); font-size: 13px; line-height: 1.47; letter-spacing: .055em; text-transform: uppercase; }
.dark .eyebrow, .dark .wordmark, .graphite .eyebrow, .graphite .wordmark { color: var(--dim-on-dark); }
.headline { margin: 0; max-width: 23ch; font-family: var(--font-display); font-size: clamp(32px, 5vw, 50px); line-height: 1.08; letter-spacing: -.015em; font-weight: 700; text-wrap: balance; }
.headline.xl { font-size: clamp(42px, 7vw, 72px); line-height: 1.04; max-width: 18ch; }
.headline.center { margin-left: auto; margin-right: auto; text-align: center; }
.headline em { font-style: italic; font-weight: 600; }
.subhead { margin: 24px 0 0; max-width: 40ch; font-family: var(--font-display); font-size: clamp(19px, 1.7vw, 25px); line-height: 1.33; letter-spacing: .003em; font-weight: 400; color: inherit; }
.subhead.center { margin-left: auto; margin-right: auto; text-align: center; }
.body-text { max-width: var(--container-text); margin: 0; font-size: 17px; line-height: 1.5; }
.body-text + .body-text { margin-top: .72em; }
.lede { max-width: 36ch; font-size: clamp(20px, 2vw, 28px); line-height: 1.28; letter-spacing: -.012em; }
.section-note, .footnote { max-width: 62ch; color: var(--dim); font-size: 14px; line-height: 1.5; margin: 24px 0 0; }
.dark .section-note, .dark .footnote { color: var(--dim-on-dark); }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: clamp(28px, 3.5vw, 42px); }
.cta-row.center { justify-content: center; }
.pill, .cta { display: inline-flex; align-items: center; min-height: 44px; color: inherit; }
.pill { border-radius: 999px; background: var(--text); color: #fff; padding: 11px 22px; text-decoration: none; font-size: 17px; font-weight: 500; }
.pill:hover { background: #424245; }
.dark .pill, .graphite .pill { background: #fff; color: var(--text); }
.dark .pill:hover, .graphite .pill:hover { background: rgba(255,255,255,.85); }
.pill.ghost { background: transparent; color: var(--text); border: 1px solid currentColor; }
.dark .pill.ghost, .graphite .pill.ghost { color: #fff; }
.pill.ghost:hover { background: currentColor; color: var(--bg-elevated); }
.dark .pill.ghost:hover { background: #fff; color: var(--text); }
.cta { text-underline-offset: .22em; text-decoration-thickness: .08em; font-size: 17px; }
.cta::after { content: "›"; margin-left: 6px; transition: transform .2s ease; }
.cta:hover::after { transform: translateX(2px); }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(34px, 5vw, 64px); align-items: center; }
.split.reverse .split-copy { order: 2; } .split.reverse .split-media { order: 1; }
.split-media img, .split-media picture { width: 100%; }
.split-media img { aspect-ratio: 4/3; border-radius: 14px; object-fit: cover; }
.specs, .stats, .cards-2, .cards-3, .cards-4, .flow, .splits, .traj, .opp-grid { display: grid; gap: clamp(20px, 2.6vw, 32px); margin-top: clamp(40px, 5vw, 64px); }
.specs { grid-template-columns: repeat(4, 1fr); }
.stats { grid-template-columns: repeat(4, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.cards-3, .flow, .traj { grid-template-columns: repeat(3, 1fr); }
.cards-4, .splits { grid-template-columns: repeat(4, 1fr); }
.splits.three, .cards-3 { grid-template-columns: repeat(3, 1fr); }
.opp-grid { grid-template-columns: repeat(2, 1fr); }
.spec-num { margin: 0 0 14px; color: var(--dim); font-size: 13px; letter-spacing: .055em; text-transform: uppercase; }
.dark .spec-num { color: var(--dim-on-dark); }
.specs h3, .flow h3, .card h3, .opp h3 { margin: 0 0 9px; font-family: var(--font-display); font-size: clamp(22px, 1.8vw, 29px); line-height: 1.13; letter-spacing: -.01em; }
.specs p, .flow p, .card p, .opp p, .splits p, .traj p { margin: 0; color: var(--dim); font-size: 15px; line-height: 1.5; }
.dark .specs p, .dark .flow p, .dark .card p, .dark .opp p, .dark .splits p, .dark .traj p { color: var(--dim-on-dark); }
.card, .opp, .scenario { background: var(--bg); border-radius: 14px; padding: clamp(26px, 3vw, 40px); }
.dark .card, .dark .opp, .dark .scenario { background: rgba(255,255,255,.045); border: 1px solid var(--rule-dark); }
.bio-role { color: var(--dim-on-dark) !important; margin-bottom: 18px !important; font-size: 13px !important; text-transform: uppercase; letter-spacing: .045em; }
.stat .n, .splits .pct, .traj .big, .calc-display { font-family: var(--font-display); font-weight: 300; letter-spacing: -.018em; line-height: 1.05; font-variant-numeric: tabular-nums; }
.stat .n { font-size: clamp(48px, 6.2vw, 82px); margin-bottom: 8px; }
.stat .l { color: var(--dim); font-size: 14px; line-height: 1.42; }
.dark .stat .l { color: var(--dim-on-dark); }
.splits .pct { font-size: clamp(40px, 5vw, 64px); margin-bottom: 8px; }
.splits .nm { margin: 0 0 8px; font-size: 17px; font-weight: 600; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: clamp(36px,4vw,48px) 0 0; padding: 0; list-style: none; }
.chips li { border: 1px solid var(--rule-dark); border-radius: 999px; padding: 8px 14px; font-size: 14px; white-space: nowrap; }
.tile:not(.dark) .chips li { border-color: var(--rule); }
.ticker { width: 100%; overflow: hidden; margin-top: clamp(50px, 6vw, 78px); padding: clamp(18px, 2vw, 28px) 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.ticker-track { display: flex; width: max-content; gap: clamp(28px,3vw,44px); animation: ticker 38s linear infinite; }
.ticker-item { display: inline-flex; align-items: center; gap: clamp(28px,3vw,44px); font-family: var(--font-display); font-size: clamp(20px,2vw,30px); color: #fff; white-space: nowrap; }
.ticker-flame { width: 24px; height: 24px; object-fit: contain; }
@keyframes ticker { to { transform: translateX(-50%); } }
.video-tile { position: relative; aspect-ratio: 16/9; border-radius: 14px; overflow: hidden; background: #000; margin-top: clamp(36px, 4vw, 56px); }
.video-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease), filter .4s var(--ease); }
.video-tile:hover img { transform: scale(1.02); filter: brightness(.82); }
.video-play { position: absolute; inset: 0; margin: auto; width: clamp(64px,8vw,96px); height: clamp(64px,8vw,96px); border: 0; background: transparent; padding: 0; filter: drop-shadow(0 4px 16px rgba(0,0,0,.4)); }
.video-tile iframe, .embed-wrap iframe, .donate-frame iframe { width: 100%; border: 0; }
.video-tile iframe { position: absolute; inset: 0; height: 100%; }
.quote { max-width: 32ch; margin: 0 auto; text-align: center; }
.quote blockquote { margin: 0; font-family: var(--font-display); font-size: clamp(28px,4vw,52px); line-height: 1.16; letter-spacing: -.014em; font-weight: 600; text-wrap: balance; }
.quote .attrib { color: var(--dim); font-size: 14px; letter-spacing: .02em; margin: 22px 0 0; }
.dark .quote .attrib { color: var(--dim-on-dark); }
.ol-vision { counter-reset: v; list-style: none; max-width: 760px; padding: 0; margin: clamp(36px,4vw,48px) 0 0; }
.ol-vision li { counter-increment: v; position: relative; padding: 22px 0 22px 64px; border-top: 1px solid var(--rule); font-size: 17px; line-height: 1.5; }
.dark .ol-vision li { border-top-color: var(--rule-dark); }
.ol-vision li:last-child { border-bottom: 1px solid var(--rule); }
.dark .ol-vision li:last-child { border-bottom-color: var(--rule-dark); }
.ol-vision li::before { content: counter(v, decimal-leading-zero); position: absolute; left: 0; top: 24px; color: var(--dim); font-size: 13px; letter-spacing: .06em; font-variant-numeric: tabular-nums; font-weight: 600; }
.dark .ol-vision li::before { color: var(--dim-on-dark); }
.org { display: grid; grid-template-columns: minmax(180px, 1fr) 2fr; border-top: 1px solid var(--rule); margin-top: clamp(28px, 3vw, 42px); }
.dark .org { border-top-color: var(--rule-dark); }
.org .cell { padding: 16px 12px 16px 0; border-bottom: 1px solid var(--rule); font-size: 16px; line-height: 1.42; }
.dark .org .cell { border-bottom-color: var(--rule-dark); }
.org .name { font-weight: 600; }
.org .role { color: var(--dim); }
.dark .org .role { color: var(--dim-on-dark); }
.org-line { margin-top: clamp(34px,4vw,48px); padding: clamp(28px,3vw,40px); border-radius: 14px; background: var(--bg); font-family: var(--font-display); font-size: clamp(22px,2.8vw,36px); line-height: 1.2; letter-spacing: -.01em; text-align: center; }
.dark .org-line { background: rgba(255,255,255,.045); }
.section-sub { margin: clamp(36px,4vw,48px) 0 0; font-family: var(--font-display); font-size: clamp(21px,2vw,28px); line-height: 1.2; }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: clamp(36px,4vw,48px); }
.photo-grid a { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; border-radius: 12px; color: #fff; }
.photo-grid img, .photo-strip img { width: 100%; height: 100%; object-fit: cover; }
.photo-grid img { transition: transform .4s ease; }
.photo-grid a:hover img { transform: scale(1.04); }
.photo-grid figcaption { position: absolute; left: 12px; bottom: 12px; text-shadow: 0 1px 8px rgba(0,0,0,.65); font-size: 13px; font-weight: 600; }
.photo-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: clamp(36px,4vw,48px); }
.photo-strip picture, .photo-strip img { aspect-ratio: 1/1; border-radius: 12px; overflow: hidden; }
.narrative-columns { columns: 2 300px; column-gap: clamp(32px,5vw,64px); max-width: var(--container); margin-top: clamp(30px,4vw,44px); }
.narrative-columns p { break-inside: avoid; margin: 0 0 1em; }
.callout { background: var(--bg); border-left: 3px solid var(--text); border-radius: 0 14px 14px 0; padding: clamp(28px,3vw,40px); margin-top: clamp(36px,4vw,48px); max-width: 760px; }
.dark .callout { background: rgba(255,255,255,.045); border-left-color: #fff; }
.callout .tag { color: var(--dim); font-size: 13px; letter-spacing: .055em; text-transform: uppercase; margin-bottom: 12px; }
.dark .callout .tag { color: var(--dim-on-dark); }
.callout .big { margin: 0 0 14px; font-family: var(--font-display); font-size: clamp(24px,3vw,36px); line-height: 1.2; font-weight: 700; }
.calc { max-width: 560px; margin: clamp(40px,5vw,64px) auto 0; text-align: center; }
.calc-display { font-size: clamp(56px,8vw,84px); margin-bottom: 6px; }
.calc-display-lbl, .calc-range-labels { color: var(--dim); font-size: 14px; }
.calc-slider { width: 100%; appearance: none; background: transparent; height: 44px; margin: 6px 0 14px; }
.calc-slider::-webkit-slider-runnable-track { height: 4px; border-radius: 3px; background: var(--rule); }
.calc-slider::-webkit-slider-thumb { appearance: none; width: 26px; height: 26px; margin-top: -11px; border-radius: 50%; background: var(--text); border: 2px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.calc-slider::-moz-range-track { height: 4px; border-radius: 3px; background: var(--rule); }
.calc-slider::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: var(--text); border: 2px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.calc-range-labels { display: flex; justify-content: space-between; margin-bottom: 24px; }
.calc-impact { display: block; max-width: 30ch; min-height: 60px; margin: 0 auto; font-size: clamp(17px,1.6vw,21px); line-height: 1.4; }
.give-options { max-width: 560px; margin: clamp(34px,4vw,52px) auto 0; }
.give-options-label { display: block; margin-bottom: 8px; color: var(--dim); font-size: 13px; letter-spacing: .055em; text-transform: uppercase; }
.give-options select { width: 100%; height: 46px; min-height: 46px; border-radius: 10px; border: 1px solid var(--rule); background: #fff; color: var(--text); padding: 0 14px; }
.give-options-note, .donate-fineprint { color: var(--dim); font-size: 14px; line-height: 1.5; }
.donate-frame { margin-top: clamp(36px,4vw,52px); border-radius: 14px; overflow: hidden; border: 1px solid var(--rule); background: #fff; }
.donate-frame iframe { min-height: 900px; }
.trajectory { margin-top: clamp(40px,5vw,64px); }
.year-nav, .table-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: clamp(26px,3vw,38px); }
.year-nav button, .table-controls button { min-height: 44px; border-radius: 999px; border: 1px solid var(--rule-dark); background: transparent; color: inherit; padding: 10px 16px; font-size: 14px; }
.year-nav button[aria-selected="true"], .table-controls button[aria-pressed="true"] { background: #fff; color: var(--text); border-color: #fff; }
.tile:not(.dark) .table-controls button { border-color: var(--rule); }
.tile:not(.dark) .table-controls button[aria-pressed="true"] { background: var(--text); color: #fff; border-color: var(--text); }
.year-data { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(20px,2.5vw,32px); }
.year-data .big { font-family: var(--font-display); font-size: clamp(44px,5.5vw,68px); font-weight: 300; line-height: 1.05; letter-spacing: -.018em; font-variant-numeric: tabular-nums; }
.year-data .lbl { color: var(--dim-on-dark); font-size: 14px; }
.table-wrap { position: relative; margin-top: clamp(34px,4vw,52px); overflow-x: auto; -webkit-overflow-scrolling: touch; border-top: 1px solid var(--rule); }
.financial-table { min-width: 1040px; width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.35; font-variant-numeric: tabular-nums; }
.financial-table caption { text-align: left; padding: 0 0 14px; color: var(--dim); font-size: 13px; letter-spacing: .055em; text-transform: uppercase; }
.financial-table th, .financial-table td { border-bottom: 1px solid var(--rule); padding: 13px 14px; text-align: right; white-space: nowrap; }
.financial-table th:first-child, .financial-table td:first-child { position: sticky; left: 0; z-index: 1; background: var(--bg-elevated); color: var(--text); text-align: left; white-space: normal; min-width: 260px; }
.financial-table thead th { color: var(--dim); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
.financial-table .row-head td { padding-top: 28px; color: var(--dim); font-size: 12px; letter-spacing: .055em; text-transform: uppercase; font-weight: 600; background: var(--bg); }
.financial-table .row-head td:first-child { background: var(--bg); }
.financial-table .total td { font-weight: 700; }
.table-wrap[data-mode="partner"] .col-without, .financial-tables[data-mode="partner"] .col-without { display: none; }
.fork { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--tile-gap); margin-top: clamp(36px,4vw,52px); }
.fork-card { border-radius: 14px; padding: clamp(28px,3vw,40px); background: var(--bg); }
.fork-card.positive { background: var(--bg-graphite); color: #fff; }
.fork-card .num { font-family: var(--font-display); font-size: clamp(44px,5vw,72px); font-weight: 300; line-height: 1.05; letter-spacing: -.018em; }
.album-frame { display: grid; grid-template-columns: 280px 1fr; gap: clamp(24px,4vw,52px); align-items: center; }
.album-meta .title { font-family: var(--font-display); font-size: clamp(28px,4vw,48px); line-height: 1.1; font-weight: 700; }
.album-meta .tag { color: var(--dim-on-dark); margin-top: 12px; text-transform: uppercase; letter-spacing: .055em; font-size: 13px; }
.embed-wrap { border-radius: 14px; overflow: hidden; background: #121212; }
.embed-wrap iframe { height: 352px; }
.platforms { display: grid; gap: 10px; margin-top: clamp(34px,4vw,48px); }
.platforms a { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 58px; border-top: 1px solid var(--rule-dark); color: #fff; text-decoration: none; }
.platforms a:last-child { border-bottom: 1px solid var(--rule-dark); }
.deck-shell { scroll-snap-type: y mandatory; }
.deck-slide { min-height: calc(100svh - 56px); scroll-snap-align: start; display: flex; align-items: center; }
.deck-slide .tile-inner { width: 100%; }
.slide-kicker { color: var(--dim); text-transform: uppercase; letter-spacing: .055em; font-size: 13px; margin-bottom: 18px; }
.dark .slide-kicker { color: var(--dim-on-dark); }
.slide-title { font-family: var(--font-display); font-size: clamp(42px,8vw,92px); line-height: .98; letter-spacing: -.025em; font-weight: 700; margin: 0; max-width: 12ch; }
.slide-bullets { margin: clamp(34px,5vw,64px) 0 0; padding: 0; list-style: none; display: grid; gap: 14px; max-width: 680px; }
.slide-bullets li { font-size: clamp(20px,2.4vw,32px); line-height: 1.2; letter-spacing: -.012em; }
.deck-progress { position: fixed; z-index: 9000; bottom: 12px; right: 14px; border-radius: 999px; background: rgba(0,0,0,.72); color: #fff; padding: 8px 12px; font-size: 12px; letter-spacing: .04em; }
.floating-cta { position: fixed; left: 0; right: 0; bottom: 18px; z-index: 8000; display: flex; justify-content: center; pointer-events: none; opacity: 0; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.page-financials .floating-cta, .deck-shell .floating-cta { display: none; }
.floating-cta.is-visible { opacity: 1; transform: translateY(0); }
.floating-cta a { pointer-events: auto; box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.foot { padding: clamp(36px,5vw,58px) clamp(20px,3vw,24px) 80px; color: var(--dim); }
.foot-inner { max-width: var(--container-wide); margin: 0 auto; }
.foot-line { margin: 0 0 16px; color: var(--text); font-weight: 600; }
.foot nav { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.foot a { color: inherit; text-underline-offset: .2em; }
.foot-credit { margin-top: 18px; font-size: 13px; }
.js-anim .tile, .js-anim .card, .js-anim .stat, .js-anim .step, .js-anim .b, .js-anim .opp, .js-anim .ol-vision li { opacity: 0; transform: translateY(18px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
/* NOTE: .y (trajectory year-data cells) is intentionally NOT reveal-hidden.
   It is a JS tab panel re-rendered on year click; the reveal observer only
   ever watched the dead selector ".traj .y" (container is .trajectory), so
   hidden .y cells were never un-hidden — the empty-panel bug. The cells now
   fade in with their parent .tile and stay visible across year switches. */
.js-anim .in-view { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .globalnav-toggle { display: block; }
  .globalnav-links { position: absolute; left: 0; right: 0; top: 44px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(0,0,0,.96); padding: 8px 0 16px; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .globalnav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .globalnav-links a { min-height: 44px; font-size: 17px; border-bottom: 1px solid rgba(255,255,255,.08); padding: 14px 22px; }
  .globalnav-cta { margin: 10px 22px 0; justify-content: center; }
  .split, .split.reverse, .album-frame, .fork { grid-template-columns: 1fr; }
  .split.reverse .split-copy, .split.reverse .split-media { order: initial; }
  .specs, .stats, .cards-4, .splits, .photo-grid { grid-template-columns: repeat(2,1fr); }
  .cards-2, .cards-3, .flow, .traj, .opp-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .globalnav-cta { display: flex; }
  .tile { padding-top: clamp(42px, 12vw, 60px); padding-bottom: clamp(38px, 10vw, 54px); border-radius: 14px; }
  .tile.hero, .tile.hero-xl { padding-top: clamp(58px, 16vw, 84px); }
  .headline.xl { font-size: clamp(40px, 12vw, 58px); }
  .specs, .stats, .cards-4, .splits, .photo-grid, .photo-strip, .year-data { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .org { grid-template-columns: 1fr; }
  .org .cell { padding: 8px 0; border-bottom: 0; }
  .org .name { padding-top: 16px; border-top: 1px solid var(--rule); }
  .dark .org .name { border-top-color: var(--rule-dark); }
  .org .role { padding-bottom: 16px; }
  .ol-vision li { padding-left: 48px; }
  .financial-table { min-width: 860px; font-size: 13px; }
  .financial-table th, .financial-table td { padding: 12px 10px; }
  .financial-table th:first-child, .financial-table td:first-child { min-width: 210px; }
  .donate-frame iframe { min-height: 980px; }
  .foot nav { flex-direction: column; gap: 8px; }
  .foot nav a { display: flex; align-items: center; min-height: 44px; }
  .section-note a { display: inline-flex; align-items: center; min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .ticker-track { animation: none; }
}

/* ============================================================
   v2 design pass (2026-06-10): scrimmed photo backgrounds,
   in-flow photo bands, and the mobile per-year financial
   statement that replaces the side-scrolling table.
   ============================================================ */

/* Scrimmed photo background for dark heroes and deck slides.
   isolation:isolate makes a stacking context so the negative-z
   image and scrim paint above the tile's own fill but below content. */
.tile.has-bg { isolation: isolate; }
.tile-bg { position: absolute; inset: 0; z-index: -2; margin: 0; }
.tile-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tile.has-bg::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(178deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.55) 46%, rgba(0,0,0,.82) 100%); }

/* Wide in-flow photo band that breaks long text runs. Full-bleed
   within a tile; the tile radius + overflow clip the corners. */
.tile.photo-band { padding: 0; }
.photo-band figure { margin: 0; position: relative; }
.photo-band img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; object-position: center; }
.photo-band figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(24px,4vw,40px) clamp(22px,3vw,32px); color: #fff; font-family: var(--font-display); font-size: clamp(20px,2.6vw,32px); line-height: 1.16; letter-spacing: -.012em; text-wrap: balance; background: linear-gradient(0deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.2) 60%, rgba(0,0,0,0) 100%); }
@media (max-width: 640px) { .photo-band img { aspect-ratio: 3 / 2; } }

/* Mobile per-year financial statement: one year fully, switchable,
   so the five-year model reads top-to-bottom with no horizontal scroll. */
.model-statement { display: none; margin-top: clamp(8px,2vw,16px); }
.statement-years { display: flex; gap: 8px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 2px 0 12px; scrollbar-width: none; scroll-snap-type: x proximity; }
.statement-years::-webkit-scrollbar { display: none; }
.statement-year { flex: 0 0 auto; scroll-snap-align: start; min-height: 44px; border-radius: 999px; border: 1px solid var(--rule); background: transparent; color: inherit; padding: 10px 15px; font-size: 14px; white-space: nowrap; transition: background .18s ease, border-color .18s ease; }
.statement-year[aria-selected="true"] { background: var(--text); color: #fff; border-color: var(--text); font-weight: 600; }
.statement-current { margin: 2px 0 0; color: var(--dim); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.statement-section { margin-top: clamp(22px,4vw,30px); }
.statement-section-label { margin: 0 0 2px; padding-bottom: 8px; border-bottom: 1px solid var(--rule); color: var(--dim); font-size: 12px; letter-spacing: .055em; text-transform: uppercase; font-weight: 600; }
.statement-row { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding: 13px 2px; border-bottom: 1px solid var(--rule); font-size: 15px; line-height: 1.38; }
.statement-row .lbl { color: var(--text); }
.statement-row .val { font-variant-numeric: tabular-nums; white-space: nowrap; text-align: right; }
.statement-row.total { font-weight: 700; }
.statement-hint { margin: clamp(20px,3vw,28px) 0 0; color: var(--dim); font-size: 13px; line-height: 1.5; }

@media (max-width: 880px) {
  .model.has-statement .table-controls,
  .model.has-statement .financial-tables { display: none; }
  .model.has-statement .model-statement { display: block; }
}

/* ============================================================
   v3 typographic pass (2026-06-11): line-break quality. The
   textwrap-check audit graded every page REVIEW for orphans and
   runts across mobile and desktop widths. balance evens short
   display blocks and is cross-engine; pretty keeps the natural
   rag on running text but pulls up orphaned last words and is
   strongest in WebKit (the iOS Safari delivery engine) and
   progressive elsewhere. Headlines and pull-quotes already
   carry balance; photo-band captions already carry balance.
   ============================================================ */

/* Short display blocks: even the lines, no stranded last word. */
.subhead, .lede, .callout .big, .calc-impact, .org-line,
.slide-title { text-wrap: balance; }

/* Running text and grid descriptions: keep the rag, kill the
   orphan and the one-word last line. */
.body-text, .section-note, .footnote,
.specs p, .flow p, .card p, .opp p, .splits p, .traj p,
.fork-card p, .ol-vision li, .org .cell,
.slide-bullets li { text-wrap: pretty; }
