:root {
    --bg: #07070a;
    --bg-soft: #101018;
    --panel: #15151f;
    --panel-strong: #1b1114;
    --text: #f7f3ea;
    --muted: #b9b1a6;
    --gold: #f5c84b;
    --gold-deep: #b77b13;
    --red: #d31322;
    --red-dark: #740913;
    --blue: #075ec9;
    --line: rgba(255, 255, 255, 0.12);
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    --radius: 8px;
    --max-width: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at 20% 0%, rgba(7, 94, 201, 0.24), transparent 34rem),
        radial-gradient(circle at 85% 16%, rgba(211, 19, 34, 0.22), transparent 32rem),
        linear-gradient(180deg, #020204 0%, var(--bg) 42%, #0c0708 100%);
    color: var(--text);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

.site-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.site-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(245, 200, 75, 0.06), transparent),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 5px);
    opacity: 0.55;
    z-index: -1;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: min(var(--max-width), calc(100% - 2rem));
    margin: 0 auto;
    padding: 1rem 0;
    backdrop-filter: blur(16px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.brand-logo {
    width: 168px;
    height: 64px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.6));
}

.brand-fallback {
    display: none;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(8, 8, 12, 0.72);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.site-nav a {
    position: relative;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
    color: var(--text);
    background: linear-gradient(135deg, rgba(211, 19, 34, 0.9), rgba(183, 123, 19, 0.72));
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--text);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

main {
    width: min(var(--max-width), calc(100% - 2rem));
    margin: 0 auto;
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
    gap: 2rem;
    align-items: center;
    min-height: calc(100vh - 96px);
    padding: 3rem 0 5rem;
}

.hero-home {
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    gap: clamp(2rem, 5vw, 4rem);
    min-height: 680px;
    margin-top: 1rem;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(245, 200, 75, 0.2);
    border-radius: 8px;
    background:
        linear-gradient(105deg, rgba(6, 7, 12, 0.96) 0%, rgba(11, 8, 11, 0.9) 44%, rgba(82, 7, 15, 0.62) 100%),
        radial-gradient(circle at 82% 26%, rgba(245, 200, 75, 0.22), transparent 24rem),
        radial-gradient(circle at 12% 14%, rgba(7, 94, 201, 0.28), transparent 22rem);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.55);
    overflow: hidden;
}

.hero-home::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(7, 94, 201, 0.32), transparent 20%, transparent 80%, rgba(211, 19, 34, 0.26)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 84px);
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
    opacity: 0.42;
}

.hero::after,
.page-hero::after,
.launch-strip::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--gold), var(--red));
    box-shadow: 0 0 24px rgba(245, 200, 75, 0.6);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-home .hero-content {
    max-width: 610px;
}

.eyebrow,
.section-kicker {
    margin: 0 0 0.85rem;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-home .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.42rem 0.72rem;
    border: 1px solid rgba(245, 200, 75, 0.34);
    border-radius: 999px;
    background: rgba(245, 200, 75, 0.08);
    box-shadow: 0 0 30px rgba(245, 200, 75, 0.12);
}

.hero-home .eyebrow::before {
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 4px rgba(211, 19, 34, 0.18), 0 0 18px rgba(211, 19, 34, 0.9);
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.05;
}

.hero h1 {
    font-size: clamp(4.5rem, 13vw, 9.5rem);
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 18px 54px rgba(0, 0, 0, 0.7);
}

.hero-home h1 {
    margin-top: 0.5rem;
    font-size: clamp(4.2rem, 9vw, 8.5rem);
    background: linear-gradient(180deg, #ffffff 0%, #dadde2 46%, #8b8f98 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.62));
}

.hero-subtitle {
    margin: 0.4rem 0 1.1rem;
    color: var(--gold);
    font-size: clamp(1.35rem, 3vw, 2.45rem);
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-home .hero-subtitle {
    display: inline-block;
    padding-bottom: 0.75rem;
    background: linear-gradient(90deg, var(--gold), #fff2a8 54%, var(--gold-deep));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-home .hero-subtitle::after {
    content: "";
    display: block;
    width: min(100%, 430px);
    height: 2px;
    margin-top: 0.7rem;
    background: linear-gradient(90deg, var(--blue), var(--gold), var(--red));
    box-shadow: 0 0 18px rgba(245, 200, 75, 0.42);
}

.hero-copy,
.page-hero p,
.split-section > p,
.statement-section p,
.road-section p,
.schedule-note p {
    max-width: 680px;
    color: var(--muted);
    font-size: 1.08rem;
}

.hero-home .hero-copy {
    max-width: 620px;
    padding: 1rem 1.15rem;
    border-left: 3px solid var(--gold);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
    color: rgba(247, 243, 234, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.7rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.15rem;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-weight: 900;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    color: #120d05;
    box-shadow: 0 18px 44px rgba(245, 200, 75, 0.22);
}

.btn-secondary {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
}

.hero-media {
    position: relative;
    padding: 1.5rem;
}

.hero-home .hero-media {
    align-self: center;
    padding: clamp(1.25rem, 4vw, 2.5rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
        rgba(2, 2, 5, 0.46);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 34px 80px rgba(0, 0, 0, 0.54);
}

.hero-home .hero-media::after {
    content: "";
    position: absolute;
    inset: 1rem;
    border-radius: 8px;
    border: 1px solid rgba(245, 200, 75, 0.18);
    pointer-events: none;
}

.hero-media::before {
    content: "";
    position: absolute;
    inset: 8% 5%;
    background: radial-gradient(circle, rgba(245, 200, 75, 0.26), rgba(211, 19, 34, 0.08) 44%, transparent 68%);
    filter: blur(10px);
}

.hero-media img {
    position: relative;
    width: 100%;
    filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.75));
}

.hero-home .hero-media img {
    transform: scale(1.08);
}

.coming-soon {
    position: absolute;
    right: 1rem;
    bottom: 2.5rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(245, 200, 75, 0.52);
    border-radius: 999px;
    background: rgba(8, 8, 12, 0.82);
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: var(--shadow);
}

.hero-home .coming-soon {
    top: 1.5rem;
    right: 1.5rem;
    bottom: auto;
    border-color: rgba(245, 200, 75, 0.7);
    background: linear-gradient(135deg, rgba(211, 19, 34, 0.82), rgba(13, 13, 18, 0.92));
    color: #fff5c7;
}

.section,
.page-hero {
    position: relative;
    padding: 5rem 0;
}

.page-hero {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-hero h1 {
    max-width: 920px;
    font-size: clamp(2.5rem, 7vw, 5.7rem);
    font-weight: 900;
}

.page-hero p {
    margin: 1.3rem 0 0;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 2rem;
    align-items: start;
}

.split-section h2,
.launch-strip h2,
.statement-section h2,
.road-section h2,
.schedule-note h2,
.section-heading h2 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 900;
}

.cards-grid,
.values-grid,
.programs-grid,
.content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.feature-card,
.content-panel,
.program-card,
.contact-card,
.contact-form,
.values-grid article {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
        rgba(12, 12, 18, 0.82);
    box-shadow: var(--shadow);
}

.feature-card {
    min-height: 280px;
    padding: 1.45rem;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-home + .split-section {
    margin-top: 1rem;
    padding-top: 4rem;
}

.image-feature-section {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1.25fr);
    gap: 2rem;
    align-items: center;
}

.image-feature-copy h2 {
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    font-weight: 900;
}

.image-feature-copy p:not(.section-kicker) {
    max-width: 520px;
    color: var(--muted);
    font-size: 1.08rem;
}

.image-feature-frame {
    position: relative;
    margin: 0;
    border: 1px solid rgba(245, 200, 75, 0.28);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
        rgba(7, 7, 10, 0.78);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.58);
    overflow: hidden;
}

.image-feature-frame::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    z-index: 1;
    background: linear-gradient(90deg, var(--blue), var(--gold), var(--red));
}

.image-feature-frame img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    object-position: center;
}

.cards-grid .feature-card {
    position: relative;
    overflow: hidden;
}

.cards-grid .feature-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--gold), var(--red));
}

.cards-grid .feature-card::after {
    content: "";
    position: absolute;
    right: -3rem;
    bottom: -3rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: rgba(245, 200, 75, 0.08);
}

.cards-grid .feature-card h3,
.cards-grid .feature-card p,
.cards-grid .feature-card .card-number {
    position: relative;
    z-index: 1;
}

.feature-card:hover,
.program-card:hover,
.values-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 200, 75, 0.5);
    background: linear-gradient(145deg, rgba(211, 19, 34, 0.18), rgba(7, 94, 201, 0.1)), rgba(12, 12, 18, 0.88);
}

.card-number,
.program-card span {
    color: var(--gold);
    font-weight: 900;
}

.feature-card h3,
.program-card h2,
.content-panel h2,
.contact-card h2,
.values-grid h3 {
    margin-top: 1rem;
    font-size: 1.45rem;
}

.feature-card p,
.program-card p,
.content-panel p,
.contact-card p,
.values-grid p,
.form-note {
    color: var(--muted);
}

.launch-strip,
.statement-section,
.road-section,
.schedule-note {
    margin: 2rem 0 5rem;
    padding: 3rem;
    border: 1px solid rgba(245, 200, 75, 0.24);
    border-radius: var(--radius);
    background:
        linear-gradient(115deg, rgba(116, 9, 19, 0.72), rgba(12, 12, 18, 0.94) 48%, rgba(7, 94, 201, 0.28)),
        var(--panel-strong);
    box-shadow: var(--shadow);
}

.launch-strip .btn {
    margin-top: 1rem;
}

.content-grid {
    grid-template-columns: 1.3fr 0.7fr;
}

.content-panel {
    padding: 2rem;
}

.accent-panel {
    background: linear-gradient(145deg, rgba(245, 200, 75, 0.15), rgba(211, 19, 34, 0.12)), rgba(12, 12, 18, 0.86);
}

.mission-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
}

.mission-layout h2 {
    font-size: clamp(2rem, 5vw, 3.6rem);
}

.mission-layout p:not(.section-kicker) {
    color: var(--muted);
}

.values-section {
    border-top: 1px solid var(--line);
}

.section-heading {
    margin-bottom: 1.5rem;
}

.values-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.values-grid article {
    min-height: 176px;
    padding: 1.15rem;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.values-grid h3 {
    font-size: 1.05rem;
}

.programs-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.program-card {
    min-height: 300px;
    padding: 1.25rem;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.program-card h2 {
    font-size: 1.2rem;
}

.donate-hero h1 {
    max-width: 980px;
}

.donate-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
    gap: 2rem;
    align-items: center;
}

.donate-hero-image {
    margin: 0;
    border: 1px solid rgba(245, 200, 75, 0.32);
    border-radius: var(--radius);
    background: rgba(0, 0, 0, 0.26);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.donate-hero-image img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    background: rgba(0, 0, 0, 0.24);
}

.donate-section {
    padding-top: 3rem;
}

.donate-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.donate-option {
    position: relative;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
    border: 1px solid rgba(245, 200, 75, 0.25);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(12, 12, 18, 0.86);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.donate-option::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--gold), var(--red));
}

.donate-option:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 200, 75, 0.58);
    background:
        linear-gradient(145deg, rgba(211, 19, 34, 0.18), rgba(7, 94, 201, 0.12)),
        rgba(12, 12, 18, 0.9);
}

.donate-amount {
    color: var(--gold);
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
}

.donate-option h3 {
    margin-top: 1rem;
    font-size: 1.25rem;
}

.donate-option p {
    color: var(--muted);
}

.donate-option .btn {
    width: 100%;
    margin-top: auto;
}

.donate-note {
    margin-bottom: 7rem;
}

.contact-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 1rem;
    align-items: start;
}

.contact-card,
.contact-form {
    padding: 2rem;
}

dl {
    margin: 2rem 0 0;
}

dt {
    color: var(--gold);
    font-weight: 900;
}

dd {
    margin: 0 0 1.2rem;
}

.form-row {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.form-alert {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: var(--radius);
    font-weight: 800;
    line-height: 1.45;
}

.form-alert-success {
    border: 1px solid rgba(245, 200, 75, 0.45);
    background: rgba(245, 200, 75, 0.12);
    color: #fff2b0;
}

.form-alert-error {
    border: 1px solid rgba(211, 19, 34, 0.45);
    background: rgba(211, 19, 34, 0.14);
    color: #ffd8dc;
}

label {
    color: var(--gold);
    font-weight: 800;
}

input,
textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(0, 0, 0, 0.28);
    color: var(--text);
    padding: 0.85rem 0.95rem;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea {
    resize: vertical;
}

input:focus,
textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(245, 200, 75, 0.16);
}

.form-note {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.donation-card {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 30;
    display: flex;
    flex-wrap: nowrap;
    gap: 1.15rem;
    align-items: stretch;
    width: min(780px, calc(100vw - 2rem));
    min-height: 270px;
    padding: 1rem;
    border: 1px solid rgba(245, 200, 75, 0.46);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(211, 19, 34, 0.78), rgba(10, 10, 15, 0.94) 52%, rgba(7, 94, 201, 0.42)),
        rgba(8, 8, 12, 0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.58), 0 0 34px rgba(245, 200, 75, 0.16);
    backdrop-filter: blur(16px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.donation-card.is-dismissed {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(24px);
}

.donation-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
}

.donation-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg, var(--blue), var(--gold), var(--red));
}

.donation-kicker {
    margin: 0 0 0.45rem;
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.donation-card h2 {
    margin: 0;
    max-width: 30ch;
    font-size: 1.18rem;
    line-height: 1.24;
}

.donation-card p:not(.donation-kicker) {
    margin: 0.7rem 0 1rem;
    max-width: 46ch;
    color: rgba(247, 243, 234, 0.78);
    font-size: 0.92rem;
    line-height: 1.55;
}

.donation-card-image {
    flex: 0 0 190px;
    width: 190px;
    height: 250px;
    margin: 0;
    border: 1px solid rgba(245, 200, 75, 0.28);
    border-radius: 8px;
    object-fit: contain;
    object-position: center;
    background: rgba(0, 0, 0, 0.24);
}

.donation-button {
    width: 100%;
    min-height: 40px;
}

.mobile-donate-sticky {
    display: none;
}

.mobile-donate-sticky.is-hidden {
    pointer-events: none;
}

.site-footer {
    border-top: 1px solid var(--line);
    background: rgba(2, 2, 4, 0.82);
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    width: min(var(--max-width), calc(100% - 2rem));
    margin: 0 auto;
    padding: 2.5rem 0;
}

.footer-logo {
    width: 140px;
}

.footer-brand p,
.footer-contact p,
.footer-bottom p {
    color: var(--muted);
}

.footer-nav,
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.footer-nav {
    justify-content: center;
}

.footer-nav a,
.social-links a {
    color: var(--muted);
    font-weight: 700;
}

.footer-nav a:hover,
.social-links a:hover,
.contact-card a:hover {
    color: var(--gold);
}

.footer-contact {
    text-align: right;
}

.social-links {
    justify-content: flex-end;
}

.footer-bottom {
    width: min(var(--max-width), calc(100% - 2rem));
    margin: 0 auto;
    padding: 1rem 0 2rem;
    border-top: 1px solid var(--line);
}

@media (max-width: 1040px) {
    .hero,
    .split-section,
    .mission-layout,
    .contact-layout,
    .image-feature-section,
    .donate-hero {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding-top: 2rem;
    }

    .hero-home {
        padding: 2rem;
    }

    .hero-media {
        order: -1;
        max-width: 640px;
        padding: 0;
    }

    .image-feature-frame {
        order: -1;
    }

    .donate-hero-image {
        order: -1;
        max-width: 520px;
    }

    .cards-grid,
    .values-grid,
    .programs-grid,
    .donate-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content-grid,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .footer-contact,
    .footer-brand,
    .footer-bottom {
        text-align: left;
    }

    .footer-nav,
    .social-links {
        justify-content: flex-start;
    }

    .donation-card {
        position: relative;
        right: auto;
        bottom: auto;
        display: flex;
        flex-wrap: nowrap;
        width: min(var(--max-width), calc(100% - 2rem));
        margin: 1rem auto 2rem;
    }
}

@media (max-width: 900px) {
    body {
        padding-bottom: 78px;
    }

    .mobile-donate-sticky {
        position: fixed;
        right: 1rem;
        bottom: max(1rem, env(safe-area-inset-bottom));
        left: 1rem;
        z-index: 100;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        border: 1px solid rgba(245, 200, 75, 0.62);
        border-radius: 999px;
        background: linear-gradient(135deg, var(--gold), var(--gold-deep));
        color: #120d05;
        font-weight: 900;
        text-transform: uppercase;
        box-shadow: 0 18px 46px rgba(0, 0, 0, 0.58), 0 0 24px rgba(245, 200, 75, 0.2);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    }

    .mobile-donate-sticky.is-hidden {
        opacity: 0;
        visibility: hidden;
        transform: translateY(120%);
    }

    .donation-card {
        scroll-margin-top: 1rem;
    }

    .donation-card-image {
        flex-basis: 180px;
        width: 180px;
        height: 238px;
    }
}

@media (max-width: 760px) {
    body {
        padding-bottom: 78px;
    }

    .site-header {
        align-items: center;
    }

    .brand-logo {
        width: 126px;
        height: 52px;
    }

    .nav-toggle {
        display: inline-block;
        flex: 0 0 auto;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 0.5rem);
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        border-radius: var(--radius);
        padding: 0.55rem;
    }

    .site-nav.open {
        display: flex;
    }

    .site-nav a {
        border-radius: var(--radius);
        text-align: center;
    }

    .hero h1 {
        font-size: clamp(3.6rem, 18vw, 5.2rem);
    }

    .hero,
    .page-hero,
    .section {
        padding: 3rem 0;
    }

    .hero-home {
        padding: 1.25rem;
    }

    .hero-home h1 {
        font-size: clamp(3.4rem, 17vw, 5rem);
    }

    .hero-home .hero-media {
        padding: 1rem;
    }

    .coming-soon {
        position: static;
        display: inline-flex;
        margin-bottom: 2rem;
    }

    .cards-grid,
    .values-grid,
    .programs-grid,
    .donate-grid {
        grid-template-columns: 1fr;
    }

    .launch-strip,
    .statement-section,
    .road-section,
    .schedule-note,
    .content-panel,
    .contact-card,
    .contact-form {
        padding: 1.35rem;
    }

    .hero-actions,
    .btn {
        width: 100%;
    }

    .btn {
        padding-inline: 0.85rem;
    }

    .donation-card {
        min-height: 176px;
        gap: 0.75rem;
        padding: 0.8rem;
    }

    .donation-card h2 {
        max-width: none;
        font-size: 0.95rem;
        line-height: 1.24;
    }

    .donation-card p:not(.donation-kicker) {
        display: block;
        margin: 0.45rem 0 0.65rem;
        font-size: 0.75rem;
        line-height: 1.35;
    }

    .donation-card-image {
        flex-basis: 98px;
        width: 98px;
        height: 132px;
    }

    .donation-button {
        min-height: 38px;
        margin-top: 0.55rem;
        font-size: 0.88rem;
    }

}
