/* ============================================================
   Athletes Better Together — redesign
   Palette: pitch ink #0A1F12 · brand green #01AF29 ·
            deep green #00751C · mist #EFF6F1 · paper #FDFDFB
   Type:    Barlow Condensed (display) · Instrument Sans (body)
   ============================================================ */

:root {
    --ink: #0a1f12;
    --ink-soft: #3c4a41;
    --green: #01af29;
    --green-deep: #00751e;
    --green-tint: #e2f6e8;
    --mist: #eff6f1;
    --paper: #fdfdfb;
    --line: #dbe6de;
    --white: #ffffff;

    --font-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
    --font-body: 'Instrument Sans', -apple-system, 'Segoe UI', sans-serif;

    --radius: 14px;
    --radius-lg: 22px;
    --shadow: 0 12px 32px -12px rgba(10, 31, 18, 0.18);
    --wrap: 1140px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background: var(--paper);
    color: var(--ink);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* ---------- type ---------- */
h1, h2, h3, .step-num, .founder-initials {
    font-family: var(--font-display);
    line-height: 0.95;
    letter-spacing: 0.01em;
}

h1 {
    font-size: clamp(3.4rem, 9vw, 6.5rem);
    font-weight: 800;
    text-transform: uppercase;
}

h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 700; }

.eyebrow {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 14px;
}
.eyebrow-dark { color: var(--green-deep); }

.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head h2 { text-wrap: balance; }
.section-sub { color: var(--ink-soft); margin-top: 14px; font-size: 1.05rem; }
.section-head-light h2, .section-head-light .section-sub { color: var(--white); }
.section-head-light .section-sub { color: rgba(255,255,255,0.75); }

/* ---------- buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 999px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid var(--green);
    outline-offset: 2px;
}

.btn-green { background: var(--green); color: var(--white); }
.btn-green:hover { background: var(--green-deep); }
.btn-white { background: var(--white); color: var(--ink); }
.btn-white:hover { background: var(--green-tint); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: var(--white); }
.btn-sm { padding: 10px 20px; font-size: 0.875rem; }
.btn-wide { width: 100%; }

/* ---------- skip link ---------- */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--ink);
    color: var(--white);
    padding: 12px 20px;
    z-index: 200;
    border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- nav ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(253, 253, 251, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
.nav-row { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo { height: 56px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav > a:not(.btn) {
    font-weight: 500;
    text-decoration: none;
    color: var(--ink-soft);
    transition: color 0.15s ease;
}
.nav > a:hover { color: var(--ink); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: 0.2s; }

/* ---------- hero ---------- */
.hero {
    position: relative;
    background: var(--ink);
    color: var(--white);
    overflow: hidden;
    min-height: min(92vh, 860px);
    display: flex;
    align-items: flex-end;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background: url('/img/hero-v6.jpeg') center 40% / cover no-repeat;
    opacity: 0.55;
    filter: saturate(1);
}
.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10,31,18,0.55) 0%, rgba(10,31,18,0.1) 45%, rgba(10,31,18,0.92) 100%);
}
.hero-inner { position: relative; padding: 140px 24px 88px; width: 100%; max-width: var(--wrap); margin: 0 auto; }
.hero-inner .eyebrow { color: var(--green); }
.hero h1 .hero-em { color: var(--green); }
.hero h1 { margin-bottom: 24px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 26px; }
.hero-trust { font-size: 0.875rem; color: rgba(255,255,255,0.75); }
.hero p:not(.eyebrow):not(.hero-trust) { max-width: 560px; font-size: 1.15rem; color: rgba(255,255,255,0.88); }

/* ---------- ticker ---------- */
.ticker {
    background: var(--green);
    color: var(--white);
    overflow: hidden;
    padding: 12px 0;
    border-block: 3px solid var(--ink);
}
.ticker-track {
    display: flex;
    align-items: center;
    gap: 28px;
    white-space: nowrap;
    width: max-content;
    animation: ticker-scroll 30s linear infinite;
}
.ticker-track span {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.ticker-track i { font-style: normal; font-size: 0.6rem; opacity: 0.7; }
@keyframes ticker-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-33.333%); }
}

/* ---------- mission ---------- */
.section-pad { padding: 96px 0; }
.mission { padding: 96px 0; }
.mission-grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 64px;
    align-items: center;
}
.mission-photo img {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 48px -20px rgba(10,31,18,0.35);
}
.mission-photo figcaption {
    margin-top: 12px;
    font-size: 0.85rem;
    color: var(--ink-soft);
    text-align: right;
}
.mission-copy h2 { margin-bottom: 22px; }
.mission-copy p { color: var(--ink-soft); margin-bottom: 16px; }
.mission-copy blockquote {
    border-left: 4px solid var(--green);
    padding-left: 18px;
    margin-top: 26px;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* ---------- how it works ---------- */
.how { background: var(--mist); padding: 96px 0; }
.steps {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    counter-reset: step;
}
.step {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px 30px;
    border: 1px solid var(--line);
    position: relative;
}
.step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--ink);
    color: var(--green);
    font-family: var(--font-display);
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.step h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; font-family: var(--font-body); letter-spacing: -0.01em; }
.step p { color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- programs ---------- */
.programs { padding: 96px 0; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
.program {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 36px 30px;
    display: flex;
    flex-direction: column;
}
.program-featured {
    background: var(--ink);
    color: var(--white);
    border-color: var(--ink);
    box-shadow: 0 24px 48px -18px rgba(10,31,18,0.45);
}
.program-tag {
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--green-deep);
    margin-bottom: 10px;
}
.program-featured .program-tag { color: var(--green); }
.program h3 { font-size: 2.1rem; font-weight: 700; margin-bottom: 18px; }
.program ul { list-style: none; flex: 1; margin-bottom: 26px; }
.program li {
    padding: 9px 0 9px 26px;
    position: relative;
    color: var(--ink-soft);
    font-size: 0.95rem;
    border-bottom: 1px dashed var(--line);
}
.program-featured li { color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.14); }
.program li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: var(--green);
    transform: rotate(45deg);
}
.program .btn { margin-top: auto; }
.program-featured .btn-outline { border-color: transparent; }

/* ---------- roster ---------- */
.roster {
    background:
        radial-gradient(90% 70% at 80% 0%, rgba(1,175,41,0.16) 0%, transparent 60%),
        var(--ink);
    padding: 96px 0;
    color: var(--white);
}
.roster-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.roster-head-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 44px;
}
.roster-head-row .section-head { margin-bottom: 0; }
.sport-filter { flex-shrink: 0; padding-bottom: 6px; }
.sf-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--green);
    margin-bottom: 8px;
    text-align: right;
}
.sf-label b { color: rgba(255,255,255,0.6); font-weight: 700; letter-spacing: 0.05em; }
.sf-select-wrap { position: relative; display: inline-flex; align-items: center; }
.sport-filter select {
    appearance: none;
    -webkit-appearance: none;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--white);
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.28);
    border-radius: 999px;
    padding: 11px 52px 11px 20px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
    min-width: 190px;
}
.sport-filter select:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.55); }
.sport-filter select:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.sport-filter select option { color: var(--ink); background: var(--white); font-family: var(--font-body); font-weight: 600; }
.sf-select-wrap::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2.5px solid var(--green);
    border-bottom: 2.5px solid var(--green);
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}
.mentor.hidden { display: none; }
.mentor { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; background: #12291a; }
.mentor a { display: block; width: 100%; height: 100%; }
.mentor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.05);
    transition: filter 0.35s ease, transform 0.35s ease;
}
.mentor:hover img, .mentor:focus-within img { filter: grayscale(0); transform: scale(1.04); }
.mentor-name {
    position: absolute;
    left: 12px;
    right: 10px;
    bottom: 12px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--white);
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    transition: transform 0.3s ease;
}
.mentor-sport {
    position: absolute;
    left: 12px;
    bottom: 12px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--white);
    background: var(--green);
    padding: 4px 10px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.45);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.mentor:hover .mentor-name, .mentor:focus-within .mentor-name { transform: translateY(-22px); }
.mentor:hover .mentor-sport, .mentor:focus-within .mentor-sport { opacity: 1; transform: translateY(0); }
.mentor::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 60%;
    background: linear-gradient(180deg, transparent, rgba(10,31,18,0.85));
    pointer-events: none;
}

/* mentor CTA card */
.mentor-cta {
    grid-column: span 2;
    aspect-ratio: auto;
    display: flex;
    align-items: center;
    border: 2px dashed rgba(255,255,255,0.4);
    background: rgba(1,175,41,0.1);
    transition: background 0.25s ease, border-color 0.25s ease;
}
.mentor-cta:hover { background: rgba(1,175,41,0.2); border-color: var(--green); }
.mentor-cta .cta-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 28px 26px;
    position: relative;
    z-index: 1;
}
.mentor-cta .cta-kicker {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green);
}
.mentor-cta .cta-title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
    color: var(--white);
}
.mentor-cta .cta-copy {
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.85);
    max-width: 34ch;
}
.mentor-cta::before, .mentor-cta::after { display: none; }

/* ---------- stories ---------- */
.stories { background: var(--mist); padding: 96px 0; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.quote {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    border: 1px solid var(--line);
    box-shadow: 0 10px 28px -16px rgba(10,31,18,0.18);
    display: flex;
    flex-direction: column;
}
.quote::before {
    content: '\201C';
    display: block;
    font-family: var(--font-display);
    font-size: 3.2rem;
    line-height: 0.6;
    color: var(--green);
    margin-bottom: 16px;
}
.quote blockquote { font-size: 0.98rem; color: var(--ink-soft); line-height: 1.7; flex: 1; }
.quote figcaption {
    margin-top: 18px;
    font-family: var(--font-display);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.8rem;
    color: var(--green-deep);
}

/* ---------- about / founders ---------- */
.about { padding: 96px 0; }
.founder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.founder {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--white);
    display: flex;
    flex-direction: column;
}
.founder-photo {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}
.founder-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    transition: transform 0.35s ease;
}
.founder-link {
    display: block;
    flex: 1;
    color: inherit;
    text-decoration: none;
}
.founder:hover .founder-photo img { transform: scale(1.04); }
.founder:hover h3 { color: var(--green-deep); }
.founder h3, .founder-role, .founder p:not(.founder-role) { margin-inline: 28px; }
.founder h3 { margin-top: 22px; }
.founder-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: var(--green-tint);
    color: var(--green-deep);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.7rem;
    margin-bottom: 18px;
}
.founder h3 { font-size: 1.5rem; margin-bottom: 6px; }
.founder-role {
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--green-deep);
    margin-bottom: 14px;
}
.founder p:not(.founder-role) { color: var(--ink-soft); font-size: 0.93rem; line-height: 1.65; }
.founder p:not(.founder-role):last-child { padding-bottom: 30px; }

/* ---------- mentor profile pages ---------- */
.mentor-hero {
    background:
        radial-gradient(90% 80% at 85% 10%, rgba(1,175,41,0.18) 0%, transparent 60%),
        var(--ink);
    color: var(--white);
    padding: 72px 0 88px;
}
.mentor-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
    gap: 56px;
    align-items: center;
}
.back-link {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    margin-bottom: 26px;
}
.back-link:hover { color: var(--white); }
.mentor-hero-copy h1 {
    font-size: clamp(2.8rem, 6vw, 4.6rem);
    margin-bottom: 14px;
}
.mentor-hero-meta { font-size: 1.1rem; color: rgba(255,255,255,0.85); margin-bottom: 12px; }
.mentor-hero-teams { font-size: 0.92rem; color: rgba(255,255,255,0.7); margin-bottom: 28px; }
.mentor-hero-teams strong { color: var(--green); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; }
.mentor-hero-photo { margin: 0; position: relative; }
.mentor-hero-photo img {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: 0 28px 56px -22px rgba(0,0,0,0.6);
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.mentor-section { padding: 88px 0; }
.mentor-body { max-width: 820px; }
.mentor-body h2 { margin-bottom: 24px; }
.mentor-bio { color: var(--ink-soft); font-size: 1.12rem; line-height: 1.8; }

.mentor-why {
    background: var(--mist);
    padding: 88px 0;
}
.mentor-quote {
    max-width: 860px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(1.5rem, 3.2vw, 2.3rem);
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    border-left: 5px solid var(--green);
    padding-left: 26px;
}

.mentor-peers { padding: 88px 0; }
.peer-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.peer a {
    display: block;
    text-decoration: none;
}
.peer img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: var(--radius);
    filter: grayscale(1);
    transition: filter 0.3s ease, transform 0.3s ease;
}
.peer a:hover img { filter: grayscale(0); transform: scale(1.03); }
.peer-name {
    display: block;
    margin-top: 12px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ink);
}
.peer-sport { display: block; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-deep); }
.peer-all {
    display: flex;
    align-items: center;
}
.peer-all a {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: var(--green-deep);
    border-bottom: 3px solid var(--green);
    padding-bottom: 4px;
}
.peer-all a:hover { color: var(--ink); }

/* ---------- fund ---------- */
.fund {
    background:
        linear-gradient(135deg, var(--green-deep), var(--green));
    padding: 88px 0;
    color: var(--white);
}
.fund-inner { max-width: 780px; text-align: left; }
.fund .eyebrow { color: rgba(255,255,255,0.85); }
.fund h2 { margin-bottom: 18px; }
.fund p { color: rgba(255,255,255,0.92); margin-bottom: 30px; font-size: 1.05rem; }

/* ---------- contact ---------- */
.contact { padding: 96px 0; }
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 64px;
    align-items: start;
}
.contact-copy h2 { margin-bottom: 18px; }
.contact-copy p { color: var(--ink-soft); margin-bottom: 24px; }
.contact-alt { list-style: none; display: flex; gap: 18px; flex-wrap: wrap; }
.contact-alt a {
    font-family: var(--font-display);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.9rem;
    color: var(--green-deep);
    text-decoration: none;
    border-bottom: 2px solid var(--green);
    padding-bottom: 2px;
}
.contact-alt a:hover { color: var(--ink); }
.contact-alt a[href^="mailto"] { font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-size: 1rem; }

.contact-form {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    box-shadow: 0 18px 44px -20px rgba(10,31,18,0.22);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label {
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 6px;
}
.field input, .field select, .field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    font: inherit;
    font-size: 0.95rem;
    background: var(--paper);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
    outline: none;
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(1,175,41,0.18);
}
.field textarea { resize: vertical; }
.form-status { margin-top: 14px; font-size: 0.9rem; font-weight: 600; min-height: 1.4em; }
.form-status.ok { color: var(--green-deep); }
.form-status.err { color: #b42318; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.75); padding: 44px 0; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-logo { height: 40px; width: auto; }
.footer-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-nav a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.9rem; }
.footer-nav a:hover { color: var(--white); }
.footer-note { font-size: 0.8rem; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
    .roster-grid { grid-template-columns: repeat(4, 1fr); }
    .mission-grid { grid-template-columns: 1fr; gap: 40px; }
    .program-grid, .quote-grid, .founder-grid { grid-template-columns: 1fr 1fr; }
    .mentor-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .mentor-hero-photo { max-width: 420px; }
    .peer-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
    .roster-head-row { flex-direction: column; align-items: stretch; gap: 20px; }
    .sf-label { text-align: left; }
    .sport-filter select { width: 100%; }
    .program-grid, .quote-grid, .founder-grid { grid-template-columns: 1fr; }
    .roster-grid { grid-template-columns: repeat(2, 1fr); }
    .peer-grid { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: 1fr; }
    .nav-logo { height: 44px; }
    .hero-inner { padding-top: 110px; }
    .nav {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: var(--white);
        flex-direction: column;
        align-items: stretch;
        padding: 20px 24px;
        gap: 18px;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 18px 30px -18px rgba(10,31,18,0.3);
    }
    .nav.open { display: flex; }
    .nav-toggle { display: block; }
    .field-row { grid-template-columns: 1fr; }
    .mission { padding: 72px 0; }
    .roster, .programs, .stories, .about, .contact { padding: 72px 0; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .ticker-track { animation: none; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .mentor img { transition: none; }
}
