:root {
  --pine: #183b32;
  --pine-deep: #102a23;
  --moss: #7e9364;
  --sand: #ede5d4;
  --paper: #faf7f0;
  --ink: #17201d;
  --sun: #d8ab5b;
  --line: rgba(23, 32, 29, 0.14);
  --shadow: 0 22px 54px rgba(16, 42, 35, 0.12);
  --page: min(1120px, calc(100% - 3rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
button, a { font: inherit; }
a { color: inherit; }
button { cursor: pointer; }

.page-width { width: var(--page); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 50; padding: .65rem 1rem; background: var(--sun); color: var(--ink); border-radius: .35rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -0.025em; }
h1 { max-width: 760px; margin-bottom: 1.15rem; font-size: clamp(3rem, 7vw, 5.9rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2.2rem, 4.5vw, 4rem); }
h3 { margin-bottom: .8rem; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.eyebrow { margin-bottom: .7rem; color: var(--pine); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #f7ead4; }
.section-lead { max-width: 660px; color: #55625c; font-size: 1.15rem; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; padding: 0 max(1.5rem, calc((100vw - 1120px) / 2)); background: rgba(250, 247, 240, .94); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); }
.site-header.scrolled { border-bottom-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; line-height: 1.05; }
.brand strong, .brand span span { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 1rem; }
.brand span span { margin-top: .18rem; color: #66746b; font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.brand-mark { display: block; width: 52px; aspect-ratio: 1; object-fit: cover; object-position: center 36%; }
.site-navigation { display: flex; align-items: center; gap: 1.5rem; }
.site-navigation > a { color: #3c4b43; font-size: .87rem; font-weight: 700; text-decoration: none; }
.site-navigation > a:hover, .site-navigation > a:focus-visible { color: var(--pine); text-decoration: underline; text-underline-offset: .3rem; }
.site-navigation .nav-cta { padding: .62rem .9rem; border: 1px solid var(--pine); border-radius: 999px; color: var(--pine); }
.menu-button { display: none; width: 42px; padding: .55rem; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: .27rem 0; background: var(--pine); }

.hero { position: relative; display: grid; min-height: min(775px, calc(100svh - 78px)); overflow: hidden; background: radial-gradient(circle at 76% 36%, rgba(175, 137, 75, .16), transparent 28%), linear-gradient(125deg, #0d2a20 0%, #183b32 57%, #254332 100%); color: #fffaf0; }
.hero-content { display: flex; flex-direction: column; justify-content: center; padding-block: 5rem; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .7fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.hero-copy-block { display: flex; flex-direction: column; align-items: flex-start; }
.hero-logo-showcase { display: grid; min-height: 460px; place-items: center; padding: 1rem; background: radial-gradient(circle, rgba(255, 250, 240, .15), transparent 67%); }
.hero-logo-showcase img { width: min(100%, 390px); max-height: 520px; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .28)); }
.hero-copy { max-width: 590px; margin-bottom: 2rem; color: #f4efdf; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-height: 46px; padding: .68rem 1.1rem; border-radius: .3rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sun); color: #1e2a22; }
.button-primary:hover { background: #e8bf78; }
.button-ghost { border: 1px solid rgba(255,255,255,.75); color: #fffaf0; }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.button-dark { background: var(--pine); color: #fffaf0; }
.hero-note { margin-top: 1.35rem; color: #d9decd; font-size: .88rem; }

.intro { position: relative; overflow: hidden; background: #183b32; color: #fffaf0; isolation: isolate; }
.intro-video, .intro-overlay { position: absolute; inset: 0; }
.intro-video { z-index: -2; overflow: hidden; background: #183b32; }
.intro-video iframe { position: absolute; top: 50%; left: 50%; width: 177.7778vh; min-width: 115%; height: 56.25vw; min-height: 115%; border: 0; opacity: .76; pointer-events: none; transform: translate(-50%, -50%) scale(1.12); filter: blur(4px) saturate(.78); }
.intro-video .about-audio-player { top: auto; left: -2px; bottom: -2px; width: 1px; min-width: 1px; height: 1px; min-height: 1px; opacity: 0; transform: none; }
.intro-overlay { z-index: -1; background: linear-gradient(90deg, rgba(10, 37, 28, .68), rgba(13, 47, 36, .46) 55%, rgba(19, 56, 39, .56)); }
.intro-content { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 9vw, 9rem); padding-block: 8rem; }
.intro h2 { max-width: 470px; margin: 0; }
.intro-copy { max-width: 450px; padding-top: .75rem; }
.intro-copy p { color: #f4efdf; font-size: 1.2rem; }
.intro-actions { display: flex; flex-wrap: wrap; gap: 1.15rem; align-items: center; }
.audio-control { display: contents; }
.text-link { display: inline-flex; gap: .4rem; color: var(--pine); font-weight: 800; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; text-underline-offset: .28rem; }
.light-link { color: #f5cc80; }
.sound-toggle { padding: .52rem .85rem; border: 1px solid rgba(255, 250, 240, .6); border-radius: 999px; background: rgba(10, 37, 28, .36); color: #fffaf0; font: inherit; font-size: .86rem; font-weight: 800; cursor: pointer; transition: background .2s ease, border-color .2s ease, opacity .2s ease; }
.sound-toggle:hover, .sound-toggle:focus-visible { border-color: #f5cc80; background: rgba(245, 204, 128, .17); }

.study-section { padding-block: 6rem; background: var(--sand); }
.path-picker { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2.25rem; }
.path-button, .filter-button { border: 1px solid rgba(24, 59, 50, .28); background: transparent; color: var(--pine); font-size: .9rem; font-weight: 800; }
.path-button { padding: .7rem 1.05rem; border-radius: 999px; }
.path-button.active, .filter-button.active { border-color: var(--pine); background: var(--pine); color: #fffaf0; }
.path-panel { max-width: 850px; margin-top: 1.25rem; padding: clamp(1.7rem, 5vw, 3rem); border-left: 5px solid var(--sun); background: var(--paper); box-shadow: var(--shadow); }
.path-panel h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.path-panel p:not(.panel-label) { max-width: 570px; color: #4b5a51; font-size: 1.1rem; }
.panel-label { margin-bottom: .45rem; color: var(--moss); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.watch-section { padding-block: 8rem; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.section-heading h2 { margin-bottom: 0; }
.featured-video { display: grid; grid-template-columns: 1.45fr .8fr; overflow: hidden; background: var(--pine); color: #fffaf0; box-shadow: var(--shadow); }
.video-frame { position: relative; min-height: 330px; background: #0e201a; }
.video-frame iframe { position: absolute; width: 100%; height: 100%; border: 0; }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.8rem, 5vw, 4rem); }
.featured-copy h3 { font-size: clamp(2rem, 3.3vw, 3.25rem); }
.featured-copy p:not(.eyebrow) { color: #e3e8d8; }
.featured-copy .text-link { margin-top: .55rem; color: #f5cc80; }
.video-toolbar { display: flex; flex-wrap: wrap; gap: .55rem; margin-block: 3rem 1.2rem; }
.filter-button { padding: .53rem .8rem; border-radius: .25rem; }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.video-card { display: flex; min-height: 230px; flex-direction: column; justify-content: space-between; padding: 1.35rem; border: 1px solid var(--line); background: #fffdfa; transition: transform .22s ease, box-shadow .22s ease; }
.video-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.video-card.hidden { display: none; }
.video-card h3 { font-size: 1.5rem; }
.card-type { margin-bottom: .85rem; color: var(--moss); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.watch-button { display: inline-flex; align-items: center; justify-content: space-between; gap: .5rem; padding: 0; border: 0; background: none; color: var(--pine); font-size: .9rem; font-weight: 800; text-align: left; }
.watch-button:hover { text-decoration: underline; text-underline-offset: .25rem; }

.resources-section { padding-block: 7rem; background: var(--sand); }
.resources-section .section-lead { max-width: 650px; }
.resources-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 2.25rem; }
.resource-card { display: flex; min-height: 290px; flex-direction: column; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid var(--line); background: #fffdfa; box-shadow: var(--shadow); }
.resource-card h3 { margin-bottom: .85rem; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.resource-card > div > p:not(.card-type) { max-width: 430px; color: #4b5a51; }
.resource-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.resource-download { border: 1px solid rgba(24, 59, 50, .48); color: var(--pine); }
.resource-download:hover, .resource-download:focus-visible { border-color: var(--pine); background: rgba(24, 59, 50, .06); }
.resources-grid.resources-collapsed .resource-card:nth-child(n + 7) { display: none; }
.resources-toggle-wrap { display: flex; justify-content: center; margin-top: 2rem; }
.resources-toggle { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-width: min(100%, 250px); padding: .9rem 1.3rem; border: 1px solid var(--pine); border-radius: 999px; background: transparent; color: var(--pine); font: inherit; font-weight: 800; cursor: pointer; }
.resources-toggle:hover, .resources-toggle:focus-visible { background: var(--pine); color: #fff; }
.resources-toggle-arrow { font-size: 1.15rem; line-height: 1; transition: transform .2s ease; }
.resources-toggle[aria-expanded="true"] .resources-toggle-arrow { transform: rotate(180deg); }

.news-section { padding-block: 7rem; }
.news-section .section-lead { max-width: 650px; }
.schedule-access-note { max-width: 760px; margin: 1.25rem 0 0; padding: .85rem 1rem; border-left: 4px solid var(--sun); background: rgba(237, 229, 212, .65); color: #4b5a51; }
.news-toolbar { display: flex; flex-wrap: wrap; gap: .55rem; margin-block: 2rem 1.2rem; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.news-card { display: flex; min-height: 355px; flex-direction: column; padding: clamp(1.5rem, 4vw, 2.25rem); border: 1px solid var(--line); border-top: 4px solid var(--sun); background: #fffdfa; box-shadow: 0 8px 22px rgba(16, 42, 35, .06); }
.news-card h3 { margin-bottom: .85rem; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.news-card > p:not(.card-type):not(.news-status):not(.schedule-time) { max-width: 480px; color: #4b5a51; }
.news-card.hidden { display: none; }
.news-status { margin-top: auto; padding-top: 1.15rem; color: var(--moss); font-size: .82rem; font-weight: 800; }
.schedule-time { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-bottom: 1rem; color: var(--pine); font-size: 1.08rem; font-weight: 800; }
.schedule-time span + span { position: relative; padding-left: 1rem; }
.schedule-time span + span::before { position: absolute; left: 0; color: var(--sun); content: "•"; }
.schedule-actions { display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; margin-top: auto; padding-top: 1.5rem; }
.schedule-contact { width: 100%; margin-top: .2rem; }

.dispatch-section {
  position: relative;
  overflow: hidden;
  padding-block: 8rem;
  background:
    radial-gradient(circle at 10% 16%, rgba(216, 171, 91, .28), transparent 25%),
    radial-gradient(circle at 90% 82%, rgba(126, 147, 100, .22), transparent 28%),
    linear-gradient(135deg, #173d32, #0d2a22 72%);
  color: #fffaf0;
}
.dispatch-section::before {
  position: absolute;
  inset: 1.2rem;
  border: 1px solid rgba(255, 250, 240, .14);
  border-radius: 1.2rem;
  content: "";
  pointer-events: none;
}
.dispatch-shell { position: relative; display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(2rem, 8vw, 7rem); align-items: center; }
.dispatch-invitation { max-width: 470px; }
.dispatch-welcome { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.4rem; color: #f5cc80; font-size: .88rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dispatch-welcome span { display: inline-grid; width: 30px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(245, 204, 128, .72); border-radius: 50%; }
.dispatch-invitation h2 { max-width: 520px; margin-bottom: 1.25rem; color: #fffaf0; }
.dispatch-lead { max-width: 510px; color: #dde7d9; font-size: 1.18rem; }
.dispatch-promise { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.dispatch-promise span { padding: .45rem .72rem; border: 1px solid rgba(255, 250, 240, .24); border-radius: 999px; color: #f6ead8; font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.dispatch-form { position: relative; padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid rgba(255, 255, 255, .56); border-radius: .8rem; background: #fffdfa; color: var(--ink); box-shadow: 0 28px 70px rgba(3, 18, 13, .28); }
.dispatch-form::before { position: absolute; top: 1rem; right: 1rem; width: 58px; aspect-ratio: 1; border: 2px dashed rgba(24, 59, 50, .34); border-radius: 50%; content: "TFOM"; display: grid; place-items: center; color: var(--pine); font-family: Georgia, serif; font-size: .68rem; font-weight: 800; letter-spacing: .05em; transform: rotate(8deg); }
.dispatch-form-heading { max-width: 560px; padding-right: 4.5rem; }
.dispatch-form-heading h3 { margin-bottom: .55rem; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.dispatch-form-heading > p:not(.card-type) { color: #55625c; }
.dispatch-fields { display: grid; grid-template-columns: .8fr 1.2fr; gap: .9rem; margin-top: 1.7rem; }
.dispatch-field { display: grid; gap: .42rem; color: var(--pine); font-size: .84rem; font-weight: 800; }
.dispatch-field input { width: 100%; min-height: 50px; padding: .72rem .82rem; border: 1px solid rgba(24, 59, 50, .3); border-radius: .38rem; background: #fff; color: var(--ink); font: inherit; }
.dispatch-field input::placeholder { color: #7a857f; }
.dispatch-field input:focus-visible { border-color: var(--pine); outline: 3px solid rgba(216, 171, 91, .42); outline-offset: 1px; }
.dispatch-interests { margin: 1.55rem 0 0; padding: 0; border: 0; }
.dispatch-interests legend { margin-bottom: .7rem; color: var(--pine); font-size: .84rem; font-weight: 800; }
.dispatch-choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.dispatch-choice { position: relative; display: block; cursor: pointer; }
.dispatch-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.dispatch-choice > span { display: flex; min-height: 112px; flex-direction: column; justify-content: center; padding: .9rem; border: 1px solid rgba(24, 59, 50, .2); border-radius: .45rem; background: #f7f2e7; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.dispatch-choice strong { color: var(--pine); font-size: .9rem; }
.dispatch-choice small { margin-top: .25rem; color: #606d65; font-size: .75rem; line-height: 1.4; }
.dispatch-choice input:checked + span { border-color: var(--sun); background: #fbefd6; box-shadow: inset 0 0 0 1px var(--sun); }
.dispatch-choice input:checked + span::before { margin-bottom: .38rem; color: var(--pine); content: "✓ Selected"; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.dispatch-choice input:focus-visible + span { outline: 3px solid rgba(216, 171, 91, .55); outline-offset: 2px; }
.dispatch-choice:hover > span { transform: translateY(-2px); }
.dispatch-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.dispatch-submit { width: 100%; margin-top: 1.15rem; border: 0; background: var(--sun); color: #17201d; }
.dispatch-submit:hover, .dispatch-submit:focus-visible { background: #e7bd73; }
.dispatch-submit:disabled { cursor: wait; opacity: .66; transform: none; }
.dispatch-consent { margin: .85rem 0 0; color: #69736d; font-size: .76rem; line-height: 1.45; text-align: center; }
.dispatch-status { min-height: 1.5em; margin: .65rem 0 0; color: var(--pine); font-size: .88rem; font-weight: 800; text-align: center; }
.dispatch-status.error { color: #9b2c23; }
.dispatch-status.success { color: #28603e; }

.community-section { padding-block: 7rem; background: var(--pine-deep); color: #fffaf0; }
.community-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 8vw, 7rem); align-items: center; }
.community-layout > div > p:not(.eyebrow) { max-width: 620px; margin-bottom: 1.8rem; color: #dce4d6; font-size: 1.16rem; }
.community-card { padding: 2rem; border: 1px solid rgba(255,255,255,.23); background: rgba(255,255,255,.07); }
.community-icon { display: inline-grid; width: 42px; aspect-ratio: 1; place-items: center; margin-bottom: 1.5rem; border: 1px solid var(--sun); border-radius: 50%; color: var(--sun); }
.community-card h3 { margin-bottom: .6rem; }
.community-card p { color: #dce4d6; }

.support-section { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(2rem, 9vw, 9rem); align-items: center; padding-block: 8rem; }
.support-section h2 { max-width: 475px; }
.support-copy { max-width: 540px; font-size: 1.13rem; }
.giving-note { margin-bottom: 1.55rem; color: #4b5a51; }
.giving-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.cash-app-button { border: 1px solid #00a83b; background: #fffdfa; color: #17201d; }
.cash-app-button:hover, .cash-app-button:focus-visible { background: rgba(0, 168, 59, .08); }
.venmo-button { border: 1px solid #008cff; color: #006fc7; }
.venmo-button:hover, .venmo-button:focus-visible { background: rgba(0, 140, 255, .09); }
.zelle-button { border: 1px solid #6d1ed4; background: #fffdfa; color: #5d16ba; }
.zelle-button:hover, .zelle-button:focus-visible { background: rgba(109, 30, 212, .08); }
.zelle-details { margin-top: 1rem; color: #4b5a51; font-size: .94rem; }
.cash-app-handle { margin-top: 1rem; color: #5b675f; font-size: .9rem; }
.mail-giving { margin-top: 1.4rem; padding: 1rem 1.1rem; border-left: 4px solid var(--sun); background: var(--sand); }
.mail-giving > p:not(.card-type) { margin-bottom: .45rem; color: #4b5a51; font-size: .94rem; }
.mail-giving address { color: var(--pine); font-size: 1rem; font-style: normal; font-weight: 800; line-height: 1.55; }
.payment-codes { display: grid; gap: 1rem; }
.cash-app-card, .venmo-card { display: grid; grid-template-columns: minmax(130px, 190px) 1fr; gap: 1.25rem; align-items: center; padding: 1.2rem; border: 1px solid var(--line); background: #fffdfa; box-shadow: var(--shadow); }
.cash-app-card img { display: block; width: 100%; border: 1px solid #e2e2e2; }
.venmo-qr-crop { display: block; width: 190px; max-width: 100%; border: 1px solid #e2e2e2; background: #fff; }
.venmo-qr-crop img { display: block; width: 100%; }
.cash-app-card > div > p:not(.card-type), .venmo-card > div > p:not(.card-type) { color: #4b5a51; font-size: .92rem; }

.site-footer { padding-block: 2.6rem; background: #101c17; color: #f4efdf; }
.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-brand span span { color: #bdc8b8; }
.footer-content p, .footer-content > a { margin: 0; color: #bdc8b8; font-size: .9rem; }
.footer-content > a { font-weight: 800; }

@media (max-width: 880px) {
  .site-header { min-height: 68px; padding-inline: 1.25rem; }
  .menu-button { display: block; }
  .site-navigation { position: absolute; top: 68px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: .8rem 1.25rem 1.25rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 18px rgba(16, 42, 35, .08); }
  .site-navigation.open { display: flex; flex-direction: column; }
  .site-navigation > a { padding: .7rem 0; }
  .site-navigation .nav-cta { margin-top: .3rem; padding-inline: .9rem; text-align: center; }
  .intro-content, .featured-video, .community-layout, .support-section, .hero-layout, .dispatch-shell { grid-template-columns: 1fr; }
  .intro-content { gap: 1.5rem; padding-block: 5.5rem; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .video-frame { min-height: min(56vw, 420px); }
  .hero-logo-showcase { display: none; }
  .community-section, .watch-section, .support-section, .dispatch-section { padding-block: 5.5rem; }
  .dispatch-invitation { max-width: 650px; }
}

@media (max-width: 560px) {
  :root { --page: min(100% - 2rem, 1120px); }
  h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero { min-height: 690px; }
  .hero-content { padding-block: 5rem 3rem; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .section-heading, .footer-content { align-items: flex-start; flex-direction: column; }
  .video-grid, .news-grid, .resources-grid { grid-template-columns: 1fr; }
  .cash-app-card { max-width: 480px; }
  .video-card { min-height: 180px; }
  .path-picker { align-items: stretch; flex-direction: column; }
  .path-button { text-align: left; }
  .dispatch-section::before { inset: .55rem; }
  .dispatch-form { padding: 1.35rem; }
  .dispatch-form-heading { padding-right: 3.2rem; }
  .dispatch-fields, .dispatch-choices { grid-template-columns: 1fr; }
  .dispatch-choice > span { min-height: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  *, html { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
