:root {
    --orange: #f25a0a;
    --orange-deep: #d84600;
    --orange-soft: #fff1e8;
    --ink: #151719;
    --ink-soft: #33383d;
    --muted: #6b7075;
    --line: #e7e5e2;
    --paper: #fbfaf8;
    --white: #ffffff;
    --charcoal: #202224;
    --shadow: 0 18px 55px rgba(24, 28, 32, .10);
    --radius: 22px;
    --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 88px 0; }
.centered { text-align: center; }
.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;
    z-index: 1000;
    padding: 11px 16px;
    border-radius: 6px;
    color: #fff;
    background: var(--ink);
    font-weight: 800;
    transform: translateY(-160%);
    transition: transform .15s ease;
}

.skip-link:focus { transform: translateY(0); }
main:focus { outline: none; }

a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 3px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--orange);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--orange); border-radius: 999px; }
.eyebrow.light { color: #fff; }
.eyebrow.light::before { background: #fff; }

h1, h2, h3 { margin: 0; line-height: 1.06; letter-spacing: -.035em; }
h1, h2 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; text-transform: uppercase; }
h1 { font-size: clamp(3.2rem, 7vw, 6.5rem); font-weight: 900; }
h2 { font-size: clamp(2.3rem, 4.4vw, 4rem); font-weight: 900; }
h3 { font-size: 1.2rem; }
p { margin: 0; color: var(--ink-soft); }
.lead { font-size: 1.14rem; font-weight: 600; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 7px;
    font-weight: 850;
    font-size: .86rem;
    letter-spacing: .02em;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), #ff7a16); box-shadow: 0 10px 24px rgba(242, 90, 10, .23); }
.button-primary:hover { box-shadow: 0 14px 30px rgba(242, 90, 10, .34); }
.button-outline { color: #fff; border: 1px solid rgba(255,255,255,.72); background: rgba(12,12,12,.14); backdrop-filter: blur(8px); }
.button-outline-dark { border: 1px solid #9a9a9a; color: var(--ink); }
.button-light-outline { color: #fff; border: 1px solid rgba(255,255,255,.72); }
.button-white { color: var(--orange-deep); background: #fff; }
.button-large { min-height: 54px; padding-inline: 28px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 24px; color: var(--orange-deep); font-weight: 850; text-transform: uppercase; font-size: .84rem; }

.utility-bar { background: #17191b; color: rgba(255,255,255,.78); font-size: .76rem; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.utility-contact, .utility-links { display: flex; align-items: center; gap: 15px; }
.utility-links a:hover, .utility-contact a:hover { color: #fff; }
.utility-divider { width: 1px; height: 13px; background: rgba(255,255,255,.22); }
.site-header { position: relative; z-index: 30; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(20,20,20,.08); }
.nav-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 190px; height: 68px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 27px); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.main-nav > a:not(.button) { position: relative; padding: 30px 0; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.nav-donate { padding-inline: 18px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { min-height: 650px; position: relative; display: grid; align-items: center; background-image: var(--hero-image); background-size: cover; background-position: center 38%; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(to top, rgba(9,9,9,.3), transparent); pointer-events: none; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,11,12,.9) 0%, rgba(9,11,12,.72) 35%, rgba(9,11,12,.18) 68%, rgba(9,11,12,.05) 100%); }
.hero-inner { position: relative; z-index: 2; padding: 75px 0 115px; }
.hero-copy { width: min(630px, 58%); color: #fff; }
.hero-copy h1 { margin-top: 12px; text-shadow: 0 3px 18px rgba(0,0,0,.28); }
.hero-copy h1 em { color: var(--orange); font-style: normal; }
.hero-copy p { margin-top: 24px; max-width: 590px; color: rgba(255,255,255,.9); font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }

.support-strip { position: relative; z-index: 5; margin-top: -58px; padding: 18px 15px; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.support-strip article { min-height: 96px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 14px 20px; border-right: 1px solid var(--line); }
.support-strip article:last-child { border-right: 0; }
.program-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; color: var(--orange); background: var(--orange-soft); border-radius: 50%; font-size: 1.7rem; }
.support-strip strong { display: block; text-transform: uppercase; font-size: .86rem; }
.support-strip span { display: block; color: var(--muted); font-size: .76rem; margin-top: 3px; }

.story-section { padding-top: 104px; }
.split-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 62px; }
.video-card { padding: 10px; border: 1px solid #ece8e3; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.video-ratio { overflow: hidden; aspect-ratio: 16 / 9; border-radius: 15px; background: #111; }
.video-ratio iframe { width: 100%; height: 100%; border: 0; }
.story-copy h2 { margin: 10px 0 20px; }
.story-copy p + p { margin-top: 17px; }

.help-section { background: var(--paper); border-block: 1px solid #eeeae5; }
.section-heading { max-width: 760px; margin: 0 auto 42px; }
.section-heading h2 { margin: 8px 0 14px; }
.section-heading p { font-size: 1.02rem; }
.help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.help-card { min-height: 318px; display: flex; flex-direction: column; padding: 30px 26px; background: #fff; border: 1px solid #ece9e4; border-radius: 15px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.help-card:hover { transform: translateY(-5px); border-color: #ffd2b8; box-shadow: 0 18px 40px rgba(28,28,28,.08); }
.line-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--orange); border: 1.5px solid var(--orange); border-radius: 50%; font-size: 1.8rem; }
.help-card h3 { margin-top: 25px; text-transform: uppercase; }
.help-card p { margin-top: 12px; color: var(--muted); font-size: .9rem; }
.help-card a { margin-top: auto; padding-top: 20px; color: var(--orange-deep); font-weight: 800; font-size: .79rem; text-transform: uppercase; }

.event-hosts-section { background: #fff; }
.event-host-card { display: grid; grid-template-columns: .38fr .62fr; border: 2px solid var(--orange); border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px rgba(31,29,27,.08); background: #fff; }
.event-host-copy { padding: clamp(32px, 4vw, 54px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: linear-gradient(135deg, #fff 0%, #fff8f3 100%); }
.event-host-copy h2 { margin: 9px 0 10px; font-size: clamp(2.2rem, 3.8vw, 3.55rem); }
.event-host-copy h3 { color: var(--orange-deep); font-size: 1.15rem; }
.event-host-copy p { margin: 18px 0 25px; }
.event-host-image { min-height: 470px; background: #f4f3f1; display: grid; place-items: center; }
.event-host-image img { width: 100%; height: 100%; object-fit: contain; }

.involvement-section { padding-top: 20px; }
.involvement-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.involve-card { display: flex; flex-direction: column; align-items: center; text-align: center; min-height: 290px; padding: 38px 28px; border-right: 1px solid var(--line); transition: background .2s ease; }
.involve-card:last-child { border-right: 0; }
.involve-card:hover { background: #fff8f3; }
.involve-icon { width: 62px; height: 62px; display: grid; place-items: center; color: var(--orange); font-size: 2rem; }
.involve-card h3 { text-transform: uppercase; margin-top: 8px; }
.involve-card p { margin-top: 12px; color: var(--muted); font-size: .88rem; }
.involve-card strong { margin-top: auto; color: var(--orange-deep); text-transform: uppercase; font-size: .78rem; }

.family-banner { position: relative; min-height: 440px; display: grid; align-items: center; overflow: hidden; background: #17191b; }
.family-banner-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.family-banner-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,20,21,.94), rgba(18,20,21,.72) 58%, rgba(18,20,21,.35)); }
.family-banner-inner { position: relative; z-index: 2; color: #fff; }
.family-banner h2 { max-width: 800px; margin-top: 11px; font-size: clamp(2.4rem, 4.2vw, 4.3rem); }
.family-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 29px; }

.sponsor-section { background: #fff; }
.sponsor-logos { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 20px; }
.sponsor-logo { height: 96px; display: grid; place-items: center; padding: 15px; border: 1px solid #eeeae5; border-radius: 10px; background: #fff; }
.sponsor-logo img { max-height: 66px; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: .82; transition: filter .2s ease, opacity .2s ease; }
.sponsor-logo:hover img { filter: grayscale(0); opacity: 1; }
.sponsor-button-wrap { margin-top: 30px; }

.final-cta { padding: 60px 0; background: linear-gradient(120deg, #e14800, var(--orange) 55%, #ff7b17); color: #fff; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 800px; margin-top: 7px; font-size: clamp(2.3rem, 4vw, 3.8rem); }

.site-footer { background: #1d1f21; color: #fff; border-top: 6px solid var(--orange); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .75fr 1fr 1.35fr; gap: 44px; padding: 58px 0 50px; }
.footer-grid h3 { margin-bottom: 18px; font-size: .88rem; text-transform: uppercase; letter-spacing: .04em; }
.footer-grid p, .footer-grid address, .footer-grid li, .footer-grid a { color: rgba(255,255,255,.7); font-size: .82rem; font-style: normal; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li + li { margin-top: 8px; }
.footer-grid a:hover { color: #fff; }
.footer-brand img {
    width: 215px;
    height: auto;
    max-height: 92px;
    object-fit: contain;
    object-position: center;
    padding: 10px 14px;
    border-radius: 12px;
    background: #fff;
    filter: none;
    opacity: 1;
}
.footer-brand > p { max-width: 270px; margin-top: 16px; }
.social-links { display: flex; gap: 8px; margin-top: 19px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-weight: 800; }
.footer-cta h3 { margin: 10px 0 20px; color: #fff; font-size: 1.25rem; line-height: 1.25; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom-inner { min-height: 55px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: rgba(255,255,255,.62); font-size: .75rem; }

.error-page { min-height: 60vh; display: grid; place-items: center; }
.error-page h1 { margin: 12px 0 20px; font-size: clamp(2.8rem, 6vw, 5rem); }
.error-page p { margin-bottom: 28px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .button { transition: none; }
}

@media (max-width: 1100px) {
    .main-nav { gap: 14px; }
    .main-nav > a:not(.button) { font-size: .72rem; }
    .help-grid { grid-template-columns: repeat(2, 1fr); }
    .sponsor-logos { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }
    .footer-cta { grid-column: 1 / -1; padding-top: 8px; }
}

@media (max-width: 900px) {
    :root { --shell: min(100% - 32px, 760px); }
    .utility-links { display: none; }
    .utility-inner { justify-content: center; text-align: center; }
    .utility-contact span:last-child { display: none; }
    .utility-divider { display: none; }
    .nav-row { min-height: 76px; }
    .brand img { width: 168px; height: 60px; }
    .menu-toggle { display: block; }
    .main-nav {
        position: absolute;
        left: 16px;
        right: 16px;
        top: calc(100% - 1px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 18px 18px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 0 0 14px 14px;
        box-shadow: var(--shadow);
    }
    .main-nav.is-open { display: flex; }
    .main-nav > a:not(.button) { padding: 13px 4px; font-size: .8rem; border-bottom: 1px solid #f0eeeb; }
    .main-nav > a:not(.button)::after { display: none; }
    .nav-donate { margin-top: 12px; }
    .hero { min-height: 610px; background-position: 60% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(9,11,12,.92), rgba(9,11,12,.75) 65%, rgba(9,11,12,.38)); }
    .hero-copy { width: min(600px, 82%); }
    .support-strip { grid-template-columns: repeat(2, 1fr); }
    .support-strip article:nth-child(2) { border-right: 0; }
    .support-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .split-grid { grid-template-columns: 1fr; gap: 38px; }
    .event-host-card { grid-template-columns: 1fr; }
    .event-host-image { min-height: 360px; }
    .involvement-grid { grid-template-columns: repeat(2, 1fr); }
    .involve-card:nth-child(2) { border-right: 0; }
    .involve-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .sponsor-logos { grid-template-columns: repeat(2, 1fr); }
    .final-cta-inner { flex-direction: column; align-items: flex-start; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    :root { --shell: min(100% - 28px, 560px); }
    .section { padding: 64px 0; }
    .hero { min-height: 640px; }
    .hero-copy { width: 100%; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .support-strip { grid-template-columns: 1fr; margin-top: -48px; }
    .support-strip article { min-height: 80px; border-right: 0; border-bottom: 1px solid var(--line); justify-content: flex-start; }
    .support-strip article:last-child { border-bottom: 0; }
    .story-section { padding-top: 92px; }
    .help-grid, .involvement-grid { grid-template-columns: 1fr; }
    .help-card { min-height: auto; }
    .involve-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
    .involve-card:last-child { border-bottom: 0; }
    .family-banner { min-height: 500px; }
    .family-banner-overlay { background: rgba(18,20,21,.78); }
    .sponsor-logos { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-cta { grid-column: auto; }
    .footer-brand img { width: min(215px, 100%); }
    .footer-bottom-inner { flex-direction: column; justify-content: center; text-align: center; padding: 13px 0; }
}
