:root {
  --navy: #062b50;
  --night: #081b31;
  --blue: #38bdf2;
  --red: #f43f4c;
  --cream: #f7f3e8;
  --gold: #f2c14e;
  --silver: #a9bac7;
  --white: #fff;
  --ink: #23384b;
  --muted: #5f6f7d;
  --light: #f5f8fb;
  --radius: 1.35rem;
  --shadow: 0 18px 45px rgb(8 27 49 / .13);
  --font-display: "Anton", Impact, sans-serif;
  --font-body: "Source Sans 3", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 1.0625rem/1.62 var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: var(--font-display); font-weight: 400; line-height: 1.02; letter-spacing: .01em; text-transform: uppercase; }
h1 { max-width: 10ch; margin-bottom: 1.25rem; font-size: clamp(4rem, 8vw, 7.2rem); }
h2 { max-width: 16ch; font-size: clamp(2.45rem, 5vw, 4.5rem); }
h3 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
.shell { width: min(1200px, calc(100% - 2.5rem)); margin-inline: auto; }
.narrow { max-width: 850px; }
.center { text-align: center; }
.center h1, .center h2, .center .section-lede { margin-inline: auto; }
.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: .5rem; left: .5rem; z-index: 100; padding: .7rem 1rem; transform: translateY(-150%); color: var(--white); background: var(--night); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: .65rem; color: var(--red); font-family: var(--font-display); font-size: .95rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow.light { color: var(--white); }
.lede, .section-lede { max-width: 48rem; font-size: clamp(1.18rem, 2vw, 1.45rem); line-height: 1.5; }
.section { position: relative; padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-heading { margin-bottom: 3rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .8rem 1.6rem; color: var(--white); background: var(--red); border: 2px solid var(--red); border-radius: 999px; font-family: var(--font-body); font-size: .88rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgb(8 27 49 / .2); }
.button-small { min-height: 2.8rem; padding: .6rem 1.3rem; }
.button-outline { color: var(--blue); background: transparent; border-color: var(--blue); }
.button-dark { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-ghost { color: var(--navy); background: transparent; border-color: var(--navy); }
.button-secondary { background: var(--navy); border-color: var(--navy); }
.text-link { color: var(--navy); font-weight: 800; text-decoration-color: var(--red); text-decoration-thickness: 2px; text-underline-offset: 5px; }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--navy); border-bottom: 6px solid var(--red); }
.header-inner { display: flex; min-height: 96px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: grid; width: 180px; height: 88px; place-items: center; padding: .25rem .65rem; background: transparent; text-decoration: none; }
.brand img { width: 150px; max-height: 83px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 1.25rem; }
.primary-nav ul { display: flex; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.primary-nav ul a { color: var(--white); font-family: var(--font-body); font-size: .78rem; font-weight: 700; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; }
.primary-nav ul a:hover, .primary-nav ul a[aria-current="page"] { color: var(--blue); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 9px; background: transparent; border: 2px solid var(--white); border-radius: .5rem; }
.nav-toggle span:not(.sr-only) { display: block; height: 3px; margin: 5px 0; background: var(--white); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.hero::before { position: absolute; inset: 0 48% 0 0; z-index: 1; background: radial-gradient(circle at 12% 22%, transparent 0 82px, rgb(56 189 242 / .11) 84px 87px, transparent 89px), radial-gradient(circle at 78% 76%, transparent 0 150px, rgb(244 63 76 / .09) 152px 156px, transparent 158px), linear-gradient(135deg, transparent 0 62%, rgb(255 255 255 / .035) 62% 63%, transparent 63% 100%); content: ""; pointer-events: none; }
.hero-grid { min-height: 660px; }
.hero-copy { position: relative; z-index: 3; width: min(50%, 610px); min-height: 660px; padding: clamp(4.5rem, 8vw, 7rem) 2rem clamp(4.5rem, 8vw, 7rem) 0; }
.hero h1 { color: var(--white); }
.hero .lede { color: rgb(255 255 255 / .9); }
.hero-tagline { color: var(--red); font-family: var(--font-display); font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }
.stars { display: flex; gap: .5rem; margin-bottom: 1.2rem; color: var(--red); }
.stars span:nth-child(2) { color: var(--blue); transform: scale(1.25); }
.hero-values { display: flex; flex-wrap: wrap; gap: 1.4rem; margin: 2.5rem 0 0; padding: 0; color: var(--white); font-family: var(--font-body); font-size: .76rem; font-weight: 700; letter-spacing: .1em; list-style: none; text-transform: uppercase; }
.hero-values li::before { padding-right: .45rem; color: var(--blue); content: "★"; }
.hero-visual { position: absolute; inset: 0 0 0 43%; z-index: 0; min-height: 660px; overflow: hidden; background: var(--navy); -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%); }
.hero-visual::before { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgb(6 43 80 / .42) 0%, transparent 24%), linear-gradient(180deg, transparent 58%, rgb(8 27 49 / .34) 100%); content: ""; pointer-events: none; }
.hero-visual::after { content: none; }
.hero-photo { width: 100%; height: 100%; min-height: 660px; object-fit: cover; object-position: 50% center; }
.hero-message { position: absolute; right: 7%; bottom: 8%; z-index: 5; display: flex; max-width: 360px; flex-direction: column; padding: 1.3rem 1.6rem; color: var(--navy); background: var(--white); border-radius: 1rem; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-message strong { font-family: var(--font-display); font-size: 1.7rem; font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.hero-message span { margin-top: .35rem; font-weight: 700; }

.star-badge { position: absolute; top: 0; left: 50%; z-index: 3; padding: .65rem 1.4rem; color: var(--navy); background: var(--white); border: 2px solid var(--navy); border-radius: 999px; transform: translate(-50%, -50%); box-shadow: var(--shadow); letter-spacing: .3rem; }
.mission-summary { background: var(--white); }
.mission-summary .narrow { margin-bottom: 3.5rem; }
.card-grid { display: grid; gap: 1.5rem; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.four-up { grid-template-columns: repeat(4, 1fr); }
.icon-card { padding: 2.3rem; text-align: center; background: var(--light); border-bottom: 5px solid var(--blue); border-radius: var(--radius); transition: transform .2s ease; }
.icon-card:hover { transform: translateY(-5px); }
.icon-card:nth-child(2) { border-color: var(--red); }
.icon-card:nth-child(3) { border-color: var(--gold); }
.icon-circle { display: grid; width: 72px; height: 72px; place-items: center; margin: 0 auto 1.5rem; color: var(--white); background: var(--navy); border-radius: 50%; font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; }
.icon-circle.accent { color: var(--navy); background: var(--blue); }
.icon-circle.gold { color: var(--navy); background: var(--gold); }
.photo-story { padding: 0 0 clamp(4.5rem, 8vw, 7.5rem); background: var(--white); }
.photo-story-grid { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 1rem; }
.photo-story figure { position: relative; min-height: 340px; margin: 0; overflow: hidden; border-radius: var(--radius); }
.photo-story img { width: 100%; height: 100%; object-fit: cover; }
.photo-story figcaption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding: .75rem 1rem; color: var(--white); background: rgb(8 27 49 / .82); border-radius: .75rem; font-weight: 700; }
.project-feature { overflow: hidden; color: var(--navy); background: var(--blue); }
.project-feature::after { position: absolute; right: -10%; bottom: -220px; width: 120%; height: 300px; background: var(--light); border-radius: 50% 50% 0 0; content: ""; }
.project-feature > .shell { position: relative; z-index: 2; padding-bottom: 6rem; }
.split-layout, .intro-grid, .status-grid, .contact-grid, .page-hero-grid, .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.project-feature h2 { max-width: 12ch; }
.check-list { display: grid; gap: .75rem; margin: 1.5rem 0 2rem; padding: 0; font-weight: 700; list-style: none; }
.check-list li::before { margin-right: .7rem; color: var(--white); content: "●"; }
.project-card-wrap { display: grid; }
.project-card-wrap > img { position: relative; z-index: 1; width: 100%; min-height: 0; object-fit: contain; border: 5px solid var(--white); border-radius: 2rem; box-shadow: var(--shadow); }
.project-card { position: relative; z-index: 2; width: calc(100% - 2.5rem); margin: -1.5rem 0 0 auto; padding: clamp(1.6rem, 3vw, 2.5rem); background: var(--white); border: 5px solid var(--navy); border-radius: 2rem; box-shadow: 15px 15px 0 rgb(6 43 80 / .2); transform: rotate(1deg); }
.project-card a { color: var(--navy); font-weight: 800; text-underline-offset: 5px; }
.status-pill { display: inline-block; margin-bottom: 2rem; padding: .45rem .8rem; color: var(--white); background: var(--red); border-radius: 999px; font-family: var(--font-body); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.help-section { background: var(--light); }
.help-card { display: flex; min-height: 325px; flex-direction: column; padding: 2rem; background: var(--white); border-bottom: 5px solid var(--red); border-radius: var(--radius); box-shadow: 0 10px 30px rgb(8 27 49 / .08); }
.help-card > span { display: grid; width: 60px; height: 60px; place-items: center; margin-bottom: 1.5rem; color: var(--red); background: rgb(244 63 76 / .1); border-radius: 50%; font-family: var(--font-body); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.help-card p { flex: 1; color: var(--muted); }
.help-card a { color: var(--navy); font-family: var(--font-body); font-size: .8rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; text-underline-offset: 5px; }
.blue-card { border-color: var(--blue); }
.blue-card > span { color: var(--navy); background: rgb(56 189 242 / .2); }
.gold-card { border-color: var(--gold); }
.gold-card > span { color: var(--navy); background: rgb(242 193 78 / .2); }
.red-card { border-color: var(--red); }
.faq-section { background: var(--white); }
.faq-grid { align-items: start; }
.faq-list details { border-bottom: 1px solid #d6e0e8; }
.faq-list summary { padding: 1.2rem 2rem 1.2rem 0; color: var(--navy); font-family: var(--font-body); font-size: 1.2rem; font-weight: 700; cursor: pointer; }
.faq-list details p { padding-right: 1rem; color: var(--muted); }
.sponsor-cta { color: var(--white); background: var(--red); }
.sponsor-cta h2 { max-width: 16ch; color: var(--white); }
.sponsor-cta .section-lede { color: var(--white); }
.events-section { background: var(--light); }
.event-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.event-card { overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.event-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.event-card-body { padding: clamp(1.6rem, 3vw, 2.3rem); }
.event-card h2 { margin-bottom: .8rem; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.event-card h2 a { text-decoration: none; }
.event-date { margin-bottom: .65rem; color: var(--red); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.event-facts { display: grid; gap: .65rem; margin: 1.4rem 0; }
.event-facts div { display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; }
.event-facts dt { color: var(--navy); font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.event-facts dd { margin: 0; }
.empty-state { max-width: 760px; margin: 0 auto; padding: clamp(3rem, 7vw, 5rem); background: var(--white); border: 3px solid var(--navy); border-radius: 2rem; box-shadow: 14px 14px 0 var(--blue); }
.empty-state > span { display: block; margin-bottom: 1rem; color: var(--red); font-size: 2rem; }
.event-detail-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.event-content { font-size: 1.15rem; }
.event-sidebar { padding: clamp(1.7rem, 4vw, 2.5rem); background: var(--cream); border-radius: var(--radius); box-shadow: var(--shadow); }
.event-sidebar h2 { font-size: 2rem; }
.event-facts-large div { grid-template-columns: 1fr; gap: .15rem; padding-bottom: .8rem; border-bottom: 1px solid rgb(6 43 80 / .16); }
.event-map-link { display: block; margin-top: 1.25rem; }
.sponsor-logo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 3rem; }
.sponsor-logo-card { padding: 1.6rem; color: var(--ink); background: var(--white); border-radius: var(--radius); text-align: left; }
.sponsor-logo-card img { width: 100%; height: 150px; margin-bottom: 1.25rem; object-fit: contain; }
.sponsor-logo-card h3 { margin-bottom: .75rem; }
.sponsor-tier { margin-bottom: .5rem; color: var(--red); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.solicitation-notice { padding: 1.75rem 0; color: var(--muted); background: var(--white); border-top: 1px solid #d6e0e8; }
.solicitation-notice h2 { max-width: none; margin-bottom: .65rem; font-family: var(--font-body); font-size: .82rem; font-weight: 700; letter-spacing: .06em; line-height: 1.35; }
.solicitation-notice p { margin-bottom: .45rem; font-size: .78rem; line-height: 1.45; }
.solicitation-notice p:last-child { margin-bottom: 0; }
.solicitation-notice a { color: var(--navy); text-underline-offset: 2px; }

.page-hero { position: relative; overflow: hidden; padding: clamp(5rem, 9vw, 8rem) 0; background: var(--cream); border-bottom: 8px solid var(--blue); }
.page-hero::after { position: absolute; right: -6rem; bottom: -8rem; width: 25rem; height: 25rem; border: 35px solid rgb(244 63 76 / .9); border-radius: 50%; content: ""; }
.page-hero-grid { position: relative; z-index: 1; align-items: end; }
.page-hero h1 { max-width: 12ch; font-size: clamp(3.5rem, 7vw, 6.2rem); }
.page-hero-media { position: relative; min-height: 390px; }
.page-hero-media img { width: 100%; height: 390px; object-fit: cover; border: 6px solid var(--white); border-radius: 2rem; box-shadow: var(--shadow); }
.page-statement { max-width: 12ch; margin: 0; color: var(--navy); font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 400; line-height: 1; letter-spacing: .01em; text-transform: uppercase; }
.page-hero-media .page-statement { position: absolute; right: -1rem; bottom: -1.5rem; max-width: 12ch; padding: 1rem 1.25rem; color: var(--navy); background: var(--blue); border-radius: 1rem; box-shadow: 8px 8px 0 var(--red); font-size: clamp(1.75rem, 3vw, 3rem); transform: rotate(-1.5deg); }
.cream-section { background: var(--cream); }
.navy-section { color: var(--white); background: var(--navy); }
.navy-section h2, .navy-section h3 { color: var(--white); }
.navy-section .eyebrow { color: var(--blue); }
.navy-section .section-lede { color: var(--white); }
.intro-grid, .status-grid, .contact-grid { align-items: start; }
.intro-grid > div:last-child p, .status-grid > div:last-child p { color: var(--muted); }
.navy-section .intro-grid > div:last-child p { color: var(--white); }
.feature-list { display: grid; margin-top: 3rem; border-top: 2px solid var(--navy); }
.feature-list article { display: grid; grid-template-columns: 70px .7fr 1fr; gap: 1.5rem; align-items: start; padding: 2rem 0; border-bottom: 2px solid var(--navy); }
.feature-list span, .simple-card > span { color: var(--red); font-family: var(--font-display); font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.feature-list h3, .feature-list p { margin: 0; }
.feature-list p { color: var(--muted); }
.simple-card { padding: 2rem; background: var(--white); border: 1px solid #d9e2e9; border-bottom: 5px solid var(--blue); border-radius: var(--radius); box-shadow: var(--shadow); }
.simple-card h2, .simple-card h3 { margin-top: 2rem; }
.leader-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.leader-grid article { padding: 2rem; background: var(--cream); border-radius: var(--radius); border-bottom: 5px solid var(--red); }
.leader-grid span { color: var(--red); font-family: var(--font-body); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.leader-grid h3 { margin: .75rem 0 0; }
.status-mark { display: flex; min-height: 400px; flex-direction: column; justify-content: flex-end; padding: 2.4rem; color: var(--white); background: var(--navy); border-radius: 2rem; }
.status-mark span { color: var(--blue); font-family: var(--font-display); font-size: clamp(4rem, 10vw, 8rem); font-weight: 400; line-height: .8; }
.status-mark strong { max-width: 14ch; margin-top: 1.5rem; font-size: 1.35rem; }
.callout-section { background: var(--white); }
.callout { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(2.5rem, 6vw, 5rem); color: var(--white); background: var(--navy); border-radius: 2rem; box-shadow: 12px 12px 0 var(--blue); }
.callout h2 { color: var(--white); }
.callout .eyebrow { color: var(--blue); }
.callout-red { background: var(--red); box-shadow: 12px 12px 0 var(--navy); }
.contact-topics { display: grid; gap: .6rem; padding: 0; list-style: none; }
.contact-topics li { padding: .8rem 0 .8rem 2rem; border-bottom: 1px solid var(--silver); font-weight: 700; }
.contact-topics li::before { margin-left: -2rem; padding-right: 1rem; color: var(--red); content: "★"; }
.contact-card { padding: clamp(2.2rem, 5vw, 4rem); color: var(--white); background: var(--navy); border-radius: 2rem; box-shadow: 12px 12px 0 var(--blue); }
.contact-card h2 { color: var(--white); }
.contact-card small { display: block; margin-top: 1rem; color: var(--silver); }

/* Restrained entrance motion and photographic depth */
.motion-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready [data-reveal="left"] { transform: translate3d(-30px, 0, 0); }
.motion-ready [data-reveal="right"] { transform: translate3d(30px, 0, 0); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
[data-parallax] { --parallax-y: 0px; transform: translate3d(0, var(--parallax-y), 0) scale(1.035); will-change: transform; }
.hero-visual, .page-hero-media, .project-card-wrap { isolation: isolate; }

.site-footer { padding: 4.5rem 0 1.5rem; color: var(--silver); background: var(--night); border-top: 10px solid var(--blue); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 3rem; }
.footer-logo { width: 205px; margin-bottom: 1rem; }
.footer-brand p { max-width: 34ch; }
.site-footer a { display: block; width: fit-content; margin: .4rem 0; color: var(--white); text-decoration: none; }
.site-footer strong { color: var(--white); }
.footer-heading { color: var(--blue); font-family: var(--font-body); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-legal { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid rgb(169 186 199 / .25); font-size: .82rem; }

@media (max-width: 1020px) {
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 1.5rem; background: var(--navy); border-bottom: 6px solid var(--red); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; margin-bottom: 1rem; }
  .primary-nav .button { width: 100%; }
  .four-up { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .hero-grid, .split-layout, .intro-grid, .status-grid, .contact-grid, .page-hero-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero::before { content: none; }
  .hero-grid { display: grid; }
  .hero-copy { width: auto; min-height: 0; padding-right: 0; }
  .hero-visual { position: relative; inset: auto; min-height: 480px; margin-inline: -1.25rem; -webkit-mask-image: none; mask-image: none; }
  .hero-photo { min-height: 480px; }
  .hero-visual::before, .hero-visual::after { content: none; }
  .three-up, .leader-grid { grid-template-columns: 1fr; }
  .photo-story-grid { grid-template-columns: 1fr 1fr; }
  .photo-story-large { grid-column: 1 / -1; }
  .feature-list article { grid-template-columns: 55px 1fr; }
  .feature-list p { grid-column: 2; }
  .callout { align-items: flex-start; flex-direction: column; }
  .event-grid, .event-detail-grid, .sponsor-logo-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 1.5rem, 1200px); }
  .header-inner { min-height: 84px; }
  .brand { width: 145px; height: 77px; }
  .brand img { width: 125px; }
  .hero-copy { padding-top: 4rem; }
  .hero-visual { min-height: 390px; }
  .hero-photo { min-height: 390px; }
  .hero-message { right: 1rem; bottom: 2rem; max-width: 285px; }
  .hero-values { gap: .75rem; }
  .four-up, .footer-grid { grid-template-columns: 1fr; }
  .photo-story-grid { grid-template-columns: 1fr; }
  .photo-story-large { grid-column: auto; }
  .photo-story figure { min-height: 280px; }
  .project-card { width: calc(100% - 1.25rem); margin-top: -.75rem; }
  .page-hero-media { min-height: 320px; margin-bottom: 1.5rem; }
  .page-hero-media img { height: 320px; }
  .footer-legal { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
  [data-parallax] { transform: none; will-change: auto; }
}
