/* Florida Ri3D: a continuous, locally rendered swamp experience. */
:root {
  color-scheme: dark;
  --paper: #f1f1e7; --ink: #161c27; --white: #edf4f3; --muted: #b0c3c3;
  --blue: #1346e1; --orange: #ff8b47; --line: #c8dfdf30;
  --gutter: clamp(28px, 5.5vw, 104px);
  --sans: 'Helvetica Neue', 'Segoe UI', Arial, sans-serif;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
}
* { box-sizing: border-box; }
html { background: #02090e; scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--white); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--orange); outline-offset: 6px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
::selection { background: #fca76a; color: #0a1825; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 10px 20px; background: var(--paper); color: var(--ink); z-index: 100; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
/* Keep page text above the decorative dragonfly and shoreline. */
main { position: relative; z-index: 3; overflow: clip; }
.eyebrow { font: 10px/1.6 var(--mono); letter-spacing: .09em; color: #b7cdca; }
.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 32px; color: var(--ink); transition: color .35s, background .35s; }
.has-scrolled .site-header { color: var(--white); background: linear-gradient(#02090ef5, #02090ed9 72%, #02090e00); }
.brand { display: flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 650; letter-spacing: -.045em; white-space: nowrap; }
.brand-mark { position: relative; width: 34px; height: 36px; overflow: hidden; }
.brand-mark img { position: absolute; width: 67px; height: auto; left: -9px; top: -3px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-donate { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 23px; border-radius: 28px; background: #ffd197; color: #142b27; font-size: 11px; font-weight: 650; transition: background .25s; }
.header-donate:hover, .header-donate:focus-visible { background: #ffb963; }
.desktop-nav { display: flex; gap: 10px; align-items: center; }
.desktop-nav a { display: flex; align-items: center; justify-content: center; gap: 22px; font-size: 11px; font-weight: 600; min-height: 43px; padding: 0 22px; border-radius: 28px; background: #ddddE766; transition: background .3s, transform .3s; }
.desktop-nav a:first-child { background: #1748af; color: var(--paper); }
.desktop-nav a:last-child::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.desktop-nav a span { display: none; }
.desktop-nav a:hover { transform: translateY(-2px); background: #c6ccda; color: var(--ink); }
.has-scrolled .desktop-nav a { color: var(--white); background: #a8c3cf1b; backdrop-filter: blur(10px); }
.has-scrolled .desktop-nav a[aria-current] { background: #eaf4f0; color: #10202a; }
.menu-toggle { display: none; align-items: center; justify-content: center; gap: 13px; min-height: 44px; background: #dcdde666; border: 0; padding: 10px 17px; border-radius: 30px; font-size: 11px; font-weight: 600; line-height: 1; }
.menu-toggle .menu-word { display: block; }
.menu-icon { display: block; flex: none; width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.has-scrolled .menu-toggle { background: #cad6e21c; backdrop-filter: blur(10px); }
.reading-progress { position: absolute; inset: auto 32px 0; height: 1px; background: #96b8b7; transform: scaleX(0); transform-origin: left; opacity: .55; }
.hero { position: relative; min-height: 100svh; padding: 120px var(--gutter) 80px; color: var(--ink); }
.hero-meta { display: flex; align-items: center; justify-content: space-between; gap: 24px; opacity: var(--intro-opacity, 1); }
.hero-meta .eyebrow { color: #5a6370; font-size: 9px; }
.location { font: 9px var(--mono); letter-spacing: .05em; color: #5a6370; }
.hero-intro { display: grid; grid-template-columns: 1fr minmax(240px, 280px); align-items: end; gap: 6%; margin-top: 17px; opacity: var(--intro-opacity, 1); }
h1 { display: flex; align-items: baseline; gap: .24em; font-size: clamp(68px, 7.5vw, 144px); font-weight: 600; letter-spacing: -.08em; line-height: 1; }
.hero-word { display: block; width: max-content; }
.word-florida { transform: translate3d(var(--florida-x, 0px), var(--florida-y, 0px), 0); }
.word-ri3d { color: #1748af; transform: translate3d(var(--ri3d-x, 0px), var(--ri3d-y, 0px), 0); }
.hero-description { font-size: 14px; line-height: 1.75; padding-bottom: 3px; max-width: 310px; color: #414a58; }
.scroll-link { position: absolute; bottom: 60px; left: 138px; display: inline-flex; align-items: center; gap: 38px; font-size: 11px; color: var(--white); padding: 12px 0; opacity: var(--intro-opacity, 1); }
.scroll-link span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #c0d8df55; border-radius: 50%; font-size: 21px; transition: transform .4s, background .4s; }
.scroll-link:hover span { transform: rotate(45deg); background: #c4d7df22; }
.shore-atmosphere { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; opacity: var(--shore-presence, 1); }
.shore-contours { position: absolute; top: 62px; left: -5%; width: 110%; height: clamp(230px, var(--shore-top, 320px), 440px); object-fit: fill; opacity: .22; transform: translate3d(var(--shore-drift-x, 0px), var(--shore-drift-y, 0px), 0); }
.swamp-stage { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; background: #02090e; clip-path: inset(320px 48px 44px round 30px); }
.swamp-sky { position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 41%, #46697865, transparent 58%), linear-gradient(#08111c 20%, #193b44 58%, #08212b); opacity: var(--world-opacity, 1); }
.forest-layer { position: absolute; width: 110%; height: auto; left: -5%; bottom: 37%; transform: translate3d(var(--forest-x, 0px), var(--forest-y, 0px), 0) scale(var(--forest-scale, 1)); opacity: calc(var(--world-opacity, 1) * .58); transform-origin: 50% 80%; }
.water-plane { position: absolute; left: -6%; top: 0; width: 112%; height: 112%; transform: translate3d(0, var(--water-shift, 0px), 0); opacity: var(--world-opacity, 1); }
.swamp-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; }
.webgl-ready .swamp-canvas { opacity: 1; }
.webgl-ready .water-plane, .webgl-ready .gator-character, .webgl-ready .gator-wake { visibility: hidden; }
.surface-ripples { position: absolute; inset: 0; width: 100%; height: 100%; opacity: calc(var(--world-opacity, 1) * .7); }
.gator-character { position: absolute; left: 0; top: 0; width: 800px; height: auto; overflow: visible; color: #0b43d4; transform-origin: 0 0; will-change: transform; }
.gator-wake { position: absolute; left: 0; top: 0; width: 600px; height: auto; color: #7fb4ad70; transform-origin: 0 0; opacity: var(--wake-opacity, 1); }
/* Foreground plants are siblings of the clipped scene, so they cross its edges. */
.swamp-shore { position: fixed; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.reeds-layer { position: absolute; bottom: -26px; width: clamp(180px, 16vw, 220px); height: auto; opacity: var(--world-opacity, 1); transform-origin: center bottom; }
.reeds-left { left: -72px; transform: translate3d(var(--reeds-left-x, 0px), var(--reeds-y, 0px), 0) rotate(var(--reeds-angle, 0deg)); }
.reeds-right { right: -78px; transform: translate3d(var(--reeds-right-x, 0px), var(--reeds-y, 0px), 0) scaleX(-1) rotate(var(--reeds-angle, 0deg)); }
.shore-dragonfly { position: absolute; left: var(--dragonfly-left, 61%); top: var(--dragonfly-top, 145px); width: var(--dragonfly-size, 90px); height: auto; overflow: visible; opacity: calc(var(--shore-presence, 1) * var(--dragonfly-opacity, 1)); transform: translate3d(var(--shore-drift-x, 0px), var(--dragonfly-drift-y, 0px), 0) rotate(-17deg); }
.dragonfly-flight { animation: dragonfly-drift 4.6s ease-in-out infinite alternate; transform-origin: 50px 40px; }
.dragonfly-wings { animation: dragonfly-wings 1.8s ease-in-out infinite alternate; transform-origin: 50px 38px; }
.has-entered-swamp .dragonfly-flight, .has-entered-swamp .dragonfly-wings, .menu-open .dragonfly-flight, .menu-open .dragonfly-wings { animation-play-state: paused; }
@keyframes dragonfly-drift { to { transform: translate(4px, -7px) rotate(5deg); } }
@keyframes dragonfly-wings { to { transform: scaleY(.82) rotate(-3deg); } }
.reading-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #020c15fb, #020c15ed 48%, #020c1520 95%); opacity: var(--reading-shade, 0); }
.chase-runway { display: none; }
.js .chase-runway { display: block; }
.first-runway { height: 140svh; }
.second-runway { height: 110svh; }
.build-section { width: min(1100px, 84%); padding: 120px var(--gutter); }
.build-top { display: block; }
h2 { font-size: clamp(56px, 6.4vw, 106px); font-weight: 500; line-height: 1.03; letter-spacing: -.065em; }
.build-heading h2 { margin: 18px 0 28px; }
.build-heading > p:last-child { color: #b4c9cb; font-size: 16px; line-height: 1.8; }
.countdown { margin-top: 45px; max-width: 690px; }
#countdown-status { color: #ccdcd8; font: 11px var(--mono); margin-bottom: 25px; }
.countdown-values { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: start; gap: 10px; font-variant-numeric: tabular-nums; }
.countdown-values > div { min-width: 0; text-align: center; }
.countdown-values [data-unit] { display: block; font-size: clamp(42px, 5.5vw, 85px); line-height: 1; letter-spacing: -.07em; font-weight: 400; }
.countdown-values i { font-style: normal; color: #73999d; font-size: clamp(28px, 3.6vw, 52px); line-height: 1.2; }
.countdown-values small { display: block; font: 10px var(--mono); color: #9fb9bc; margin-top: 16px; }
#countdown-date { margin-top: 26px; max-width: 550px; font: 10px/1.9 var(--mono); color: #b6caca; }
.process-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5%; position: relative; margin-top: 52px; border-top: 1px solid var(--line); }
.process-flow::before { content: ''; position: absolute; left: 0; right: 0; top: -1px; height: 1px; background: #c5d8d4; transform: scaleX(var(--process-progress, 1)); transform-origin: left; }
.process-row { padding-top: 24px; }
.process-number { color: var(--orange); font: 10px var(--mono); }
.process-row h3 { margin: 10px 0; font-size: 32px; font-weight: 450; letter-spacing: -.045em; line-height: 1.2; }
.process-row p { color: #b0c5c6; font-size: 13px; line-height: 1.8; max-width: 250px; }
/* The sponsor clearing is open to the water; its boardwalk lives in the scene. */
.sponsor-heading { padding-bottom: 26px; border-bottom: 1px solid #d8d8bc42; }
.sponsor-kicker { display: flex; align-items: center; gap: 20px; margin-bottom: 19px; color: #d9c8a5; font: 10px/1.6 var(--mono); letter-spacing: .08em; }
.sponsor-kicker span + span { border-left: 1px solid #cbb9935c; padding-left: 20px; }
.sponsor-heading h2 { font-size: clamp(90px, 12.3vw, 180px); font-weight: 400; letter-spacing: -.075em; line-height: 1.04; }
.sponsor-invitation { max-width: 470px; margin-top: 34px; }
.sponsor-announcement p { color: #e8decb; font-size: clamp(27px, 2.4vw, 35px); line-height: 1.16; letter-spacing: -.035em; }
.sponsor-note { color: #b6c5bc; font-size: 13px; line-height: 1.8; margin-top: 16px; }
.sponsor-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 54px; margin-top: 28px; padding: 13px 22px; border: 1px solid #ded4b9; border-radius: 2px; background: #ede6d2; color: #142b27; font-size: 12px; transition: background .3s, border-color .3s; }
.sponsor-link svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 1.4; transition: transform .3s; }
.sponsor-link:hover, .sponsor-link:focus-visible { background: #ffd397; border-color: #ffd397; }
.sponsor-link:hover svg, .sponsor-link:focus-visible svg { transform: translate(2px, -2px); }
.donate-section .eyebrow { color: #ffd197; }
.donate-section h2 { margin-top: 17px; }
.donate-description { max-width: 390px; margin-top: 24px; color: #c1d2cc; font-size: 16px; line-height: 1.8; }
.donate-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 55px; min-height: 58px; margin-top: 32px; padding: 15px 24px; border: 1px solid #ffd197; border-radius: 2px; background: #ffd197; color: #142b27; font-size: 14px; transition: background .25s; }
.donate-button svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.4; }
.donate-button:hover { background: #ffb963; }
.donate-detail { margin-top: 15px; color: #a9c0b9; font-size: 11px; line-height: 1.6; }
.join-heading .eyebrow { color: #d8c39e; }
.join-heading h2 { margin-top: 12px; font-size: clamp(42px, 7vw, 86px); }
.join-intro { max-width: 560px; margin-top: 17px; color: #c1d2cc; font-size: 14px; line-height: 1.8; }
.join-roles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 32px; margin: 28px 0 0; padding: 0; list-style: none; }
.join-roles li { padding-top: 15px; border-top: 1px solid #c8dfdf40; }
.join-roles h3 { color: #f0e8d6; font-size: 23px; line-height: 1.3; font-weight: 450; letter-spacing: -.025em; }
.join-roles p { max-width: 260px; margin-top: 7px; color: #bfd0c9; font-size: 12px; line-height: 1.8; }
.join-contact { display: flex; align-items: center; gap: 26px; margin-top: 28px; }
.join-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 52px; padding: 12px 22px; background: #ede6d2; color: #142b27; border: 1px solid #ede6d2; border-radius: 2px; white-space: nowrap; font-size: 13px; transition: background .25s; }
.join-link:hover { background: #ffd197; }
.join-link svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.4; }
.join-contact p { color: #a9c0b9; font-size: 11px; line-height: 1.8; }
.connect-section { position: relative; width: min(940px, 80%); padding: 130px var(--gutter) 120px; }
.connect-heading h2 { margin-top: 18px; }
.contact-list { margin-top: 42px; border-top: 1px solid var(--line); }
.contact-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-row h3 { font-size: 28px; font-weight: 450; letter-spacing: -.035em; }
.contact-row span { color: #b2c8c8; font: 10px var(--mono); }
.contact-row:hover h3, .contact-row:focus-visible h3 { color: var(--orange); }
.contact-row span { overflow-wrap: anywhere; text-align: right; }
.finale { position: relative; height: 100svh; }
.js .finale { height: 225svh; }
.finale-sticky { position: sticky; top: 0; height: 100svh; }
.surface-link { position: absolute; left: 53%; top: 57%; display: inline-flex; align-items: center; gap: 25px; font-size: 13px; transform: translate(-50%, -50%); border-bottom: 1px solid #c0dde577; padding: 15px 0; white-space: nowrap; }
.surface-link span { font-size: 23px; transition: transform .4s; }
.surface-link:hover span { transform: translateY(-5px); }
.site-footer { position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 var(--gutter); padding: 30px 0; color: #b4cfdb; font: 10px/1.8 var(--mono); }
.footer-divider { margin: 0 14px; color: #789aab; }
.menu-dialog { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; border: 0; padding: 22px 28px; color: var(--ink); background: var(--paper); }
.menu-dialog::backdrop { background: #06111baa; }
.menu-top { display: flex; align-items: center; justify-content: space-between; font-size: 15px; font-weight: 600; }
.menu-top button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 10px 15px; background: #dcdde688; border: 0; border-radius: 30px; font-size: 11px; line-height: 1; }
.menu-dialog nav { display: grid; gap: 26px; margin: 14svh 0 12svh; }
.menu-dialog nav a { width: fit-content; font-size: clamp(38px, 6.5vw, 58px); line-height: 1.15; letter-spacing: -.06em; font-weight: 500; }
.menu-dialog > p { font: 10px/2 var(--mono); color: #5e6876; }
@media (max-width: 1050px) {
  .hero-intro { grid-template-columns: 1fr 230px; gap: 25px; }
  h1 { font-size: 7.8vw; }
  .hero-description { font-size: 12px; }
  .build-section, .connect-section { width: 90%; }
  .desktop-break { display: none; }
}
@media (max-width: 850px) {
  .js .desktop-nav { display: none; }
  .js .menu-toggle { display: inline-flex; }
}
@media (max-width: 700px) {
  :root { --gutter: 25px; }
  html { scroll-padding-top: 100px; }
  .site-header { height: 78px; padding: 0 24px; gap: 12px; }
  .header-actions { gap: 8px; }
  .header-donate { padding-inline: 16px; }
  .brand { font-size: 13px; gap: 8px; }
  .brand-mark { width: 30px; }
  .reading-progress { left: 24px; right: 24px; }
  .js .desktop-nav { display: none; }
  .js .menu-toggle { display: inline-flex; }
  .hero { min-height: 100svh; padding-top: 111px; padding-bottom: 70px; }
  .hero-meta .eyebrow { font-size: 8px; letter-spacing: .015em; }
  .location { display: none; }
  .hero-intro { display: block; margin-top: 19px; }
  h1 { display: block; font-size: min(21vw, 110px); line-height: .91; }
  .word-ri3d { margin-left: 30%; }
  .hero-description { margin-top: 22px; font-size: 12px; }
  .scroll-link { left: 70px; bottom: 38px; gap: 23px; font-size: 10px; }
  .scroll-link span { width: 34px; height: 34px; font-size: 19px; }
  .swamp-stage { clip-path: inset(360px 28px 28px round 26px); }
  .shore-contours { left: -20%; width: 140%; opacity: .18; }
  .shore-dragonfly { left: var(--dragonfly-left, calc(100% - 88px)); top: var(--dragonfly-top, 145px); width: var(--dragonfly-size, 64px); }
  .forest-layer { width: 110%; left: -5%; height: 260px; object-fit: fill; bottom: 38%; }
  .reeds-layer { width: 140px; bottom: -16px; }
  .reeds-left { left: -49px; }
  .reeds-right { right: -50px; }
  .reading-shade { background: linear-gradient(90deg,#020c15f5,#020c15dc); }
  .first-runway { height: 105svh; }
  .second-runway { height: 85svh; }
  .build-section, .connect-section { width: 100%; }
  .build-section { padding: 98px var(--gutter); }
  h2 { font-size: 52px; }
  .build-heading h2 { margin: 15px 0 21px; }
  .build-heading > p:last-child { max-width: 310px; font-size: 14px; }
  .countdown { margin-top: 31px; }
  #countdown-status { font-size: 10px; margin-bottom: 23px; }
  .countdown-values { gap: 7px; max-width: 410px; }
  .countdown-values [data-unit] { font-size: clamp(38px, 11vw, 57px); }
  .countdown-values i { font-size: 27px; }
  .countdown-values small { font-size: 9px; margin-top: 12px; }
  #countdown-date { margin-top: 21px; font-size: 9px; line-height: 1.8; }
  .process-flow { display: block; margin-top: 36px; }
  .process-row { position: relative; display: grid; grid-template-columns: 22px 1fr; column-gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
  .process-number { grid-row: 1 / 3; padding-top: 6px; font-size: 9px; }
  .process-row h3 { margin: 0 0 6px; font-size: 27px; }
  .process-row p { font-size: 12px; max-width: none; }
  .connect-section { padding-top: 105px; padding-bottom: 100px; }
  .connect-heading .eyebrow { display: none; }
  .connect-heading h2 { margin-top: 0; }
  .contact-list { margin-top: 31px; }
  .contact-row { padding: 19px 0; }
  .contact-row h3 { font-size: 25px; }
  .contact-row span { font-size: 10px; }
  .js .finale { height: 185svh; }
  .surface-link { left: 53%; top: 56%; gap: 15px; font-size: 12px; }
  .site-footer { font-size: 9px; gap: 15px; padding: 25px 0; }
  .site-footer > span { max-width: 165px; }
  .footer-divider { margin: 0 5px; }
}
@media (max-width: 370px) {
  :root { --gutter: 21px; }
  .site-header { padding-inline: 21px; }
  .menu-toggle .menu-word { display: none; }
  .menu-toggle { min-width: 44px; min-height: 44px; padding: 8px 12px; }
  .countdown-values { gap: 5px; }
  .hero-description { font-size: 11px; }
}
@media (max-height: 600px) and (min-width: 540px) {
  .hero { padding-top: 103px; }
  .hero-intro { display: flex; align-items: center; gap: 28px; margin-top: 15px; }
  h1 { display: flex; font-size: 7.4vw; line-height: 1; }
  .word-ri3d { margin-left: 0; }
  .hero-description { margin: 0 0 0 auto; font-size: 11px; max-width: 210px; }
  .scroll-link { bottom: 30px; }
  .shore-dragonfly { left: var(--dragonfly-left, 51%); top: var(--dragonfly-top, 122px); width: var(--dragonfly-size, 64px); }
}
/* Content belongs to clearings along one continuous camera route. */
.first-runway { height: 90svh; }
.second-runway { height: 75svh; }
.third-runway, .fourth-runway { height: 80svh; }
.donation-runway { height: 55svh; }
.join-runway { height: 55svh; }
.journey-stop { position: relative; width: 100%; min-height: 180svh; padding: 13svh var(--gutter) 25svh; }
.stop-content { position: sticky; top: max(115px, 17svh); width: min(100%, 620px); opacity: var(--stop-opacity, 1); transform: translate3d(var(--stop-x, 0px), 0, 0); }
.build-section .stop-content { margin-left: 2vw; }
.donate-section .stop-content { width: min(100%, 540px); margin-left: 4vw; }
.process-section .stop-content { width: min(100%, 500px); margin-left: auto; margin-right: 3vw; }
.join-section .stop-content { width: min(100%, 1040px); margin-left: 2vw; }
.sponsors-section .stop-content { width: min(100%, 1100px); margin-left: 4vw; }
.connect-section .stop-content { width: min(100%, 530px); margin-left: auto; margin-right: 3vw; }
.reading-shade { background: linear-gradient(var(--shade-angle, 90deg), #020c15f2, #020c15ce 34%, #020c1500 79%); }
.reading-shade::after { content: ''; position: absolute; inset: 0; background: #020c15; opacity: var(--join-shade, 0); }
.process-section .process-flow { display: block; margin-top: 36px; }
.process-section .process-row { display: grid; grid-template-columns: 35px 1fr; column-gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.process-section .process-number { grid-row: 1 / 3; padding-top: 7px; }
.process-section .process-row h3 { margin: 0 0 6px; }
.process-section .process-row p { max-width: none; }
.js .finale { height: 235svh; }
.menu-dialog nav { gap: 18px; margin-block: 6svh; }
@media (max-width: 700px) {
  .first-runway { height: 85svh; }
  .second-runway { height: 65svh; }
  .third-runway, .fourth-runway { height: 60svh; }
  .journey-stop { min-height: 165svh; padding: 12svh var(--gutter) 24svh; }
  .stop-content { top: max(105px, 15svh); }
  .build-section .stop-content, .donate-section .stop-content, .process-section .stop-content, .join-section .stop-content, .sponsors-section .stop-content, .connect-section .stop-content { width: 100%; margin: 0; }
  .join-runway { height: 40svh; }
  .join-intro { margin-top: 14px; font-size: 12px; }
  .join-roles { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 20px; margin-top: 24px; }
  .join-roles li { padding-top: 12px; }
  .join-roles h3 { font-size: 18px; }
  .join-roles p { font-size: 11px; line-height: 1.7; }
  .join-contact { flex-direction: column; align-items: flex-start; gap: 13px; margin-top: 24px; }
  .donation-runway { height: 40svh; }
  .donate-description { max-width: 300px; font-size: 14px; }
  .sponsor-heading { padding-bottom: 23px; }
  .sponsor-kicker { margin-bottom: 20px; font-size: 9px; gap: 14px; }
  .sponsor-kicker span + span { padding-left: 14px; }
  .sponsor-heading h2 { font-size: clamp(63px, 22vw, 110px); }
  .sponsor-invitation { margin-top: 27px; max-width: 280px; }
  .sponsor-announcement p { font-size: 27px; }
  .sponsor-note { font-size: 12px; margin-top: 13px; }
  .sponsor-link { margin-top: 23px; min-height: 50px; padding-inline: 18px; }
  .reading-shade { background: linear-gradient(90deg, #020c15d9, #020c15ab 70%, #020c1570); }
  .process-section .process-row { grid-template-columns: 24px 1fr; column-gap: 14px; }
  .js .finale { height: 215svh; }
  .menu-dialog nav a { font-size: clamp(38px, 10vw, 52px); }
}
@media (max-height: 600px) {
  .menu-dialog nav { margin-block: 5svh; gap: 12px; }
  .menu-dialog nav a { font-size: 32px; }
  .journey-stop { min-height: 185svh; padding-top: 105px; padding-bottom: 105px; }
  .stop-content { position: relative; top: 0; }
}
@media (min-width: 701px) and (max-height: 850px) {
  .sponsor-heading h2 { font-size: clamp(84px, 11vw, 140px); }
  .sponsor-invitation { margin-top: 26px; }
}
@media (max-width: 700px) and (max-height: 760px) {
  .sponsors-section .stop-content, .join-section .stop-content { position: relative; top: 0; }
}
html:not(.js) .journey-stop { min-height: 0; padding-block: 80px; }
html:not(.js) .stop-content { position: relative; top: 0; }
html:not(.js) body { background: #020c15; }
html:not(.js) .hero { background: var(--paper); }
html:not(.js) .scroll-link { color: var(--ink); }
html:not(.js) .site-header { background: var(--paper); }
html:not(.js) .swamp-stage { clip-path: none; opacity: .3; }
html:not(.js) .shore-atmosphere, html:not(.js) .swamp-shore { display: none; }
html:not(.js) .gator-character { left: 60%; top: 40%; width: 360px; transform: translate(-50%, -50%); }
@media (max-width: 700px) {
  html:not(.js) .site-header { height: auto; padding-block: 16px; flex-wrap: wrap; }
  html:not(.js) .header-actions { flex-wrap: wrap; }
  html:not(.js) .desktop-nav a { font-size: 10px; min-height: 34px; padding-inline: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .js .chase-runway { display: none; }
  .js .finale { height: 100svh; }
  .hero { background: var(--paper); }
  .hero .scroll-link { color: var(--ink); }
  .gator-character { will-change: auto; }
  .shore-atmosphere, .shore-dragonfly { display: none; }
  .journey-stop { min-height: 0; padding-block: 70px; }
  .stop-content { position: relative; top: 0; }
}
