:root {
  --blue: #1557d6;
  --blue-deep: #0d3690;
  --blue-bright: #2671f5;
  --gold: #f4b72b;
  --ink: #0b0e14;
  --slate: #161c28;
  --paper: #f6f8fc;
  --white: #ffffff;
  --muted: #5f6878;
  --line: #dfe4ec;
  --display: "Barlow Condensed", Arial Narrow, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.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; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; background: var(--gold); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.18); color: var(--white); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 46px; aspect-ratio: 1; display: grid; place-items: center; background: var(--blue); color: var(--white); font: 900 1.25rem/1 var(--display); letter-spacing: -.04em; transform: skew(-6deg); border: 2px solid var(--gold); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 800 1.45rem/1 var(--display); letter-spacing: .04em; }
.brand-copy small { color: var(--gold); margin-top: 4px; font-weight: 800; letter-spacing: .25em; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a:not(.button):focus-visible::after { right: 0; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { list-style: none; cursor: pointer; font-size: .9rem; font-weight: 700; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: " +"; color: var(--gold); }
.nav-dropdown[open] summary::after { content: " −"; }
.nav-dropdown-menu { position: absolute; top: 34px; left: -18px; width: 275px; padding: 10px; background: var(--ink); border-top: 4px solid var(--gold); box-shadow: 0 18px 40px rgba(0,0,0,.25); display: grid; }
.nav-dropdown-menu a { padding: 9px 10px; color: white; }
.nav-dropdown-menu a:hover, .nav-dropdown-menu a:focus-visible { background: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.45); background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; }

.hero { min-height: 760px; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(5,10,20,.98) 0%, rgba(5,14,33,.9) 32%, rgba(6,15,35,.25) 68%, rgba(4,8,15,.1) 100%), linear-gradient(0deg, rgba(7,10,18,.62), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.eyebrow, .section-label { margin: 0 0 20px; color: var(--blue); font-weight: 800; font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow, .section-label.light { color: var(--gold); }
.hero h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(4.6rem, 9.5vw, 8.5rem); line-height: .76; letter-spacing: -.055em; }
.hero h1 span { color: var(--gold); }
.hero-lede { max-width: 610px; margin: 35px 0 0; font-size: 1.18rem; line-height: 1.65; color: #e9eef8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 26px; border: 0; border-radius: 0; background: var(--blue); color: white; text-decoration: none; font-weight: 800; cursor: pointer; box-shadow: 6px 6px 0 var(--gold); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { background: var(--blue-bright); transform: translate(2px,2px); box-shadow: 3px 3px 0 var(--gold); }
.button-small { min-height: 42px; padding: 0 18px; box-shadow: none; }
.text-link { color: white; font-weight: 800; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.text-link span { color: var(--gold); margin-left: 8px; }
.hero-tag { position: absolute; z-index: 2; right: -92px; bottom: 86px; padding: 9px 100px; background: var(--gold); color: var(--ink); transform: rotate(-90deg); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }

.mission { background: white; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
h2 { margin: 0; font-size: clamp(3rem, 5.5vw, 5.3rem); line-height: .9; letter-spacing: -.035em; }
.mission-copy > p { margin: 0 0 20px; font-size: 1.12rem; color: #394151; }
.mission-copy > p:first-child { color: var(--ink); font-size: 1.35rem; font-weight: 600; }
.values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.values span { border: 1px solid var(--line); padding: 8px 13px; color: var(--blue-deep); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.established { display: flex; align-items: center; gap: 14px; margin: 30px 0 0 !important; color: var(--ink) !important; font-size: .9rem !important; }
.established strong { padding: 7px 10px; background: var(--gold); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.established span { font-weight: 800; }

.programs { color: white; background: var(--slate); position: relative; overflow: hidden; }
.programs::before { content: "YI"; position: absolute; right: -30px; top: -95px; color: rgba(255,255,255,.025); font: 900 28rem/1 var(--display); letter-spacing: -.1em; }
.section-heading { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-heading > p { margin: 0 0 4px; color: #b9c2d1; font-size: 1.05rem; }
.program-menu { position: relative; border: 1px solid #465064; background: #1b2230; }
.program-menu > summary { list-style: none; min-height: 88px; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; color: white; font: 800 1.65rem/1 var(--display); text-transform: uppercase; }
.program-menu > summary::-webkit-details-marker { display: none; }
.program-menu > summary strong { color: var(--gold); font-size: 2.2rem; }
.program-menu[open] > summary strong { transform: rotate(45deg); }
.program-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #465064; }
.program-list article { padding: 24px 30px; border-right: 1px solid #384153; border-bottom: 1px solid #384153; }
.program-list article:nth-child(even) { border-right: 0; }
.program-list span { color: var(--gold); font: 800 .9rem/1 var(--display); }
.program-list h3 { margin: 12px 0 5px; font-size: 1.45rem; line-height: 1; }
.program-list p { margin: 0; color: #c9d0dc; font-size: .9rem; }

.creative-pathways { background: white; overflow: hidden; }
.creative-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.creative-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 1.05rem; }
.identity-statement { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 16px; background: var(--blue); color: white; }
.identity-statement span { padding: 18px 20px; border-right: 1px solid rgba(255,255,255,.28); font: 800 1.15rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.identity-statement span:last-child { border-right: 0; background: var(--gold); color: var(--ink); }
.creative-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.creative-grid article { min-height: 310px; padding: 30px; background: var(--paper); border-bottom: 5px solid var(--blue); display: flex; flex-direction: column; }
.creative-grid strong { color: var(--blue); font: 800 1rem/1 var(--display); letter-spacing: .1em; }
.creative-grid h3 { margin: auto 0 14px; font-size: 2rem; line-height: .94; }
.creative-grid p { margin: 0; color: var(--muted); font-size: .94rem; }
.creative-grid .creative-feature { grid-column: 1 / -1; min-height: 190px; background: var(--blue); color: white; border-bottom-color: var(--gold); display: grid; grid-template-columns: 70px minmax(220px, .65fr) 1fr; gap: 28px; align-items: center; }
.creative-grid .creative-feature strong { color: var(--gold); }
.creative-grid .creative-feature h3 { margin: 0; font-size: 2.35rem; }
.creative-grid .creative-feature p { color: white; font-size: 1rem; }

.leadership { color: white; background: var(--blue-deep); }
.leadership-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.leadership-heading > p:last-child { max-width: 430px; margin: 28px 0 0; color: #d7e3fb; }
.director-card { background: white; color: var(--ink); border-top: 7px solid var(--gold); box-shadow: 14px 14px 0 rgba(4,13,34,.28); }
.director-identity { display: grid; grid-template-columns: 110px 1fr; gap: 26px; align-items: center; padding: 38px; background: var(--blue); color: white; }
.director-initials { width: 110px; aspect-ratio: 1; display: grid; place-items: center; color: var(--ink); background: var(--gold); font: 900 2.8rem/1 var(--display); letter-spacing: -.04em; transform: skew(-4deg); }
.director-role { margin: 0 0 8px; color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.director-identity h3 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: .86; }
.director-name { margin: 12px 0 0; color: #e5edff; font-weight: 700; }
.director-bio { padding: 38px; }
.director-bio > p { margin: 0 0 18px; color: #3c4555; }
.director-bio > p:first-child { color: var(--ink); font-size: 1.08rem; font-weight: 600; }
.director-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.director-links a { padding: 11px 14px; color: var(--blue-deep); background: var(--paper); border: 1px solid var(--line); font-size: .84rem; font-weight: 800; text-decoration: none; }
.director-links a:hover, .director-links a:focus-visible { color: var(--ink); background: var(--gold); border-color: var(--gold); }

.wrestling-impact { background: #eef2f9; }
.impact-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.impact-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 1.05rem; }
.wrestling-heading { display: grid; grid-template-columns: .75fr 1fr 1fr; gap: 34px; align-items: end; margin-bottom: 30px; }
.wrestling-heading .section-label, .wrestling-heading p { margin: 0; }
.wrestling-heading h3 { margin: 0; font-size: 2.6rem; line-height: .94; }
.wrestling-heading > p:last-child { color: var(--muted); }
.club-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.club-card { padding: 40px; background: white; border-top: 6px solid var(--gold); box-shadow: 0 18px 45px rgba(20,34,60,.08); }
.club-card.club-primary { color: white; background: var(--blue); border-top-color: var(--gold); }
.club-kicker { margin: 0 0 18px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.club-primary .club-kicker { color: var(--gold); }
.club-card h3 { margin: 0 0 16px; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: .9; }
.club-card > p:not(.club-kicker) { margin: 0; color: var(--muted); }
.club-primary > p:not(.club-kicker) { color: #edf3ff; }
.source-links { display: grid; gap: 1px; margin-top: 30px; background: rgba(12,30,60,.14); }
.source-links a { display: flex; justify-content: space-between; gap: 14px; padding: 13px 15px; background: #f4f6fa; color: var(--ink); text-decoration: none; font-size: .9rem; font-weight: 700; }
.club-primary .source-links a { background: #0f49bd; color: white; }
.source-links a:hover, .source-links a:focus-visible { background: var(--gold); color: var(--ink); }
.club-social { display: inline-block; margin-top: 24px; color: inherit; font-weight: 800; text-underline-offset: 5px; }
.impact-story { display: grid; grid-template-columns: 1.15fr .85fr; margin-top: 72px; background: var(--ink); color: white; overflow: hidden; }
.story-image-link { min-height: 480px; overflow: hidden; }
.story-image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.story-image-link:hover img, .story-image-link:focus-visible img { transform: scale(1.025); }
.story-copy { padding: 52px; align-self: center; }
.story-copy .club-kicker { color: var(--gold); }
.story-copy h3 { margin: 0 0 20px; font-size: clamp(2.5rem, 4.8vw, 4.8rem); line-height: .88; }
.story-copy > p:not(.club-kicker):not(.photo-credit) { color: #cdd5e1; }
.story-link { display: inline-block; margin-top: 16px; color: var(--gold); font-weight: 800; text-underline-offset: 5px; }
.story-copy .photo-credit { margin: 28px 0 0; color: #8f99aa; font-size: .75rem; }
.stories-heading { display: grid; grid-template-columns: .5fr .85fr 1fr; gap: 34px; align-items: end; margin: 72px 0 30px; }
.stories-heading .section-label, .stories-heading p { margin: 0; }
.stories-heading h3 { margin: 0; font-size: 2.5rem; line-height: .95; }
.stories-heading > p:last-child { color: var(--muted); font-size: .88rem; }
.story-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.story-card { min-height: 270px; padding: 26px; background: white; border-bottom: 5px solid var(--blue); text-decoration: none; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.story-card:hover, .story-card:focus-visible { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(20,34,60,.1); }
.story-card span { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.story-card h4 { margin: 28px 0 10px; font: 800 1.65rem/.98 var(--display); text-transform: uppercase; }
.story-card p { margin: 0 0 24px; color: var(--muted); font-size: .88rem; }
.story-card strong { margin-top: auto; color: var(--blue-deep); font-size: .8rem; }

.events { background: var(--blue-deep); color: white; }
.events-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.events-heading > p { margin: 0 0 4px; color: #dbe6ff; }
.event-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 14px; }
.event-card { min-height: 350px; padding: 32px; background: #102b66; border-top: 5px solid var(--gold); display: flex; flex-direction: column; }
.event-card.event-featured { background: var(--gold); color: var(--ink); border-top-color: white; }
.event-type { margin: 0; color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.event-featured .event-type { color: var(--blue-deep); }
.event-date { margin: 46px 0 10px; color: #a9bde9; font-weight: 800; font-size: .82rem; }
.event-featured .event-date { color: #38404e; }
.event-card h3 { margin: 0 0 14px; font-size: 2rem; line-height: .95; }
.event-card > p:last-of-type { margin: 0 0 24px; color: #d6e1f8; }
.event-featured > p:last-of-type { color: #262c36; }
.event-card a { margin-top: auto; color: white; font-weight: 800; text-underline-offset: 5px; }
.upcoming-strip { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 32px; align-items: center; margin-top: 14px; padding: 28px 32px; background: var(--blue); }
.upcoming-strip h3 { margin: 4px 0 0; font-size: 2rem; line-height: 1; }
.upcoming-strip > p { margin: 0; color: #e1eaff; }

.scholarship { color: white; background: var(--ink); }
.scholarship-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.scholarship-heading > p { margin: 0; color: #c8d1df; font-size: 1.05rem; }
.campaign-dashboard { display: grid; grid-template-columns: 1.2fr .8fr; border: 1px solid #363e4c; }
.countdown-panel, .fund-panel { padding: 42px; }
.countdown-panel { background: var(--blue); }
.fund-panel { background: #171d27; border-left: 1px solid #363e4c; }
.campaign-kicker { margin: 0 0 10px; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.campaign-date { margin: 0 0 34px; font: 800 2.2rem/1 var(--display); text-transform: uppercase; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.countdown div { padding: 18px 10px; background: rgba(4,12,30,.3); text-align: center; }
.countdown strong { display: block; font: 900 clamp(2.4rem, 5vw, 4.6rem)/.9 var(--display); }
.countdown span { color: #dce7ff; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fund-total { margin: 18px 0 12px; font-weight: 700; }
.fund-total strong { color: var(--gold); font: 900 3.8rem/.9 var(--display); }
.fund-track { height: 16px; background: #303847; overflow: hidden; }
.fund-track span { display: block; width: 0; height: 100%; background: var(--gold); transition: width .6s ease; }
.fund-status { margin: 12px 0 26px; color: #c8d1df; }
.scholarship-button { width: 100%; }
.apply-link { display: block; margin-top: 22px; color: white; font-weight: 800; text-align: center; text-underline-offset: 5px; }
.allocation-note { margin: 24px 0 0; color: #aeb8c7; font-size: .78rem; }
.scholarship-actions { display: grid; grid-template-columns: .8fr 1fr auto; gap: 34px; align-items: center; padding: 28px 32px; background: var(--gold); color: var(--ink); }
.scholarship-actions h3 { margin: 0; font-size: 2rem; line-height: 1; }
.scholarship-actions .campaign-kicker { color: var(--blue-deep); }
.scholarship-actions > p { margin: 0; }
.share-actions { display: flex; align-items: center; gap: 22px; }
.share-button { white-space: nowrap; box-shadow: 5px 5px 0 var(--ink); }
.share-email { font-weight: 800; text-underline-offset: 5px; white-space: nowrap; }
.award-schedule { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; background: #363e4c; border: 1px solid #363e4c; }
.award-schedule article { padding: 24px; background: #171d27; }
.award-schedule span { display: block; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.award-schedule strong { display: block; margin: 10px 0 5px; font: 900 2.3rem/1 var(--display); text-transform: uppercase; }
.award-schedule p { margin: 0; color: #aeb8c7; }
.campaign-disclosure { margin: 20px 0 0; color: #9fa9b8; font-size: .8rem; }

.application { background: white; }
.application-success { margin-bottom: 34px; padding: 22px 26px; color: white; background: var(--blue); border-left: 7px solid var(--gold); }
.application-success strong { font: 800 1.7rem/1 var(--display); text-transform: uppercase; }
.application-success p { margin: 6px 0 0; }
.application-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.application-heading > div:last-child > p { margin: 8px 0 0; color: var(--muted); }
.application-cycle { color: var(--ink) !important; font-size: 1.08rem; }
.eligibility-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; margin-bottom: 34px; }
.eligibility-card, .selection-card { padding: 32px; background: var(--paper); border-top: 5px solid var(--blue); }
.eligibility-card ul { padding-left: 20px; }
.eligibility-card li { margin-bottom: 8px; }
.eligibility-card > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: .86rem; }
.selection-card { color: white; background: var(--blue-deep); border-top-color: var(--gold); }
.selection-card .campaign-kicker { color: var(--gold); }
.selection-card dl { margin: 20px 0 0; }
.selection-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.2); }
.selection-card dt, .selection-card dd { margin: 0; }
.selection-card dd { color: var(--gold); font-weight: 800; white-space: nowrap; }
.scholarship-form { padding: 42px; background: var(--paper); border-top: 7px solid var(--gold); }
.scholarship-form fieldset { margin: 0 0 38px; padding: 0; border: 0; }
.scholarship-form legend { width: 100%; margin-bottom: 24px; padding-bottom: 10px; border-bottom: 2px solid var(--line); color: var(--blue-deep); font: 800 1.8rem/1 var(--display); text-transform: uppercase; }
.scholarship-form label:not(.check-label) { display: grid; gap: 8px; margin-bottom: 18px; font-size: .88rem; font-weight: 800; }
.scholarship-form input, .scholarship-form select, .scholarship-form textarea { width: 100%; min-height: 48px; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #c8d0dd; border-radius: 0; }
.scholarship-form textarea { resize: vertical; }
.scholarship-form input:focus, .scholarship-form select:focus, .scholarship-form textarea:focus { outline: 3px solid rgba(21,87,214,.18); border-color: var(--blue); }
.guardian-fields { margin: 6px 0 22px; padding: 20px; background: #e9eef8; border-left: 5px solid var(--blue); }
.guardian-fields > p { margin: 0 0 16px; font-weight: 700; }
.guardian-fields .field-row label { margin-bottom: 0; }
.check-label { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; margin-bottom: 18px; font-size: .9rem; font-weight: 700; }
.check-label input { width: 20px; min-height: 20px; margin: 3px 0 0; }
.privacy-warning { padding: 16px 18px; background: #fff2cd; border-left: 5px solid var(--gold); }
.application-submit { min-width: 310px; }

.community { background: var(--gold); }
.community-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.community .section-label { color: var(--ink); }
.big-quote { margin: 0; font: 800 clamp(2.7rem, 5vw, 4.7rem)/.98 var(--display); text-transform: uppercase; letter-spacing: -.03em; }
.approach-list article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid rgba(11,14,20,.35); }
.approach-list article:last-child { border-bottom: 1px solid rgba(11,14,20,.35); }
.approach-list span { font-weight: 900; color: var(--blue-deep); }
.approach-list h3 { margin: 0 0 6px; font-size: 1.45rem; }
.approach-list p { margin: 0; }

.support { color: white; background: var(--blue); }
.support-panel { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: end; }
.support-copy p { margin: 0 0 28px; color: #e7efff; font-size: 1.05rem; }
.support-copy .donation-note { margin: 18px 0 0; color: #d8e5ff; font-size: .82rem; }
.button-gold { background: var(--gold); color: var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.button-gold:hover, .button-gold:focus-visible { background: white; box-shadow: 3px 3px 0 var(--ink); }

.contact { background: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-grid > div > p:not(.section-label) { max-width: 520px; color: var(--muted); }
.email-link { display: inline-block; margin-top: 14px; color: var(--blue); font-weight: 800; text-underline-offset: 4px; }
.contact-form { padding: 38px; background: var(--paper); border-top: 6px solid var(--blue); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .88rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #c8d0dd; border-radius: 0; background: white; padding: 13px 14px; color: var(--ink); min-height: 48px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(21,87,214,.18); border-color: var(--blue); }
.form-note { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }

.site-footer { color: #cad2df; background: var(--ink); }
.footer-main { min-height: 185px; display: grid; grid-template-columns: .8fr 1.4fr auto; gap: 40px; align-items: center; }
.footer-main > p { margin: 0; max-width: 600px; font-size: .9rem; }
.footer-main > a:last-child { color: white; font-weight: 800; text-underline-offset: 5px; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #2a303b; font-size: .78rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 900px) {
  .section { padding: 78px 0; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 86px; left: 0; right: 0; padding: 24px 20px 30px; background: var(--ink); flex-direction: column; align-items: stretch; gap: 20px; border-bottom: 4px solid var(--gold); }
  .site-nav.open { display: flex; }
  .site-nav .button { text-align: center; }
  .hero { min-height: 700px; }
  .hero-image { object-position: 62% center; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,10,20,.98), rgba(5,13,31,.68)), linear-gradient(0deg, rgba(4,8,15,.72), transparent 52%); }
  .mission-grid, .community-grid, .support-panel, .contact-grid, .section-heading, .impact-heading, .stories-heading, .events-heading, .creative-heading, .leadership-layout, .wrestling-heading, .scholarship-heading, .campaign-dashboard, .scholarship-actions, .application-heading, .eligibility-layout { grid-template-columns: 1fr; gap: 44px; }
  .nav-dropdown-menu { position: static; width: auto; margin-top: 12px; box-shadow: none; }
  .creative-grid { grid-template-columns: 1fr 1fr; }
  .fund-panel { border-left: 0; border-top: 1px solid #363e4c; }
  .scholarship-actions { gap: 20px; }
  .club-grid, .impact-story { grid-template-columns: 1fr; }
  .story-image-link { min-height: 420px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .event-grid { grid-template-columns: 1fr 1fr; }
  .event-card.event-featured { grid-column: span 2; }
  .upcoming-strip { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; padding: 42px 0; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 64px 0; }
  .header-inner { height: 76px; }
  .site-nav { top: 76px; }
  .hero { min-height: 720px; align-items: flex-end; }
  .hero-content { padding: 130px 0 80px; }
  .hero h1 { font-size: clamp(4rem, 22vw, 6.2rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-tag { display: none; }
  .program-list { grid-template-columns: 1fr; }
  .program-list article { border-right: 0; }
  .identity-statement { grid-template-columns: 1fr 1fr; }
  .identity-statement span { border-bottom: 1px solid rgba(255,255,255,.28); }
  .creative-grid { grid-template-columns: 1fr; }
  .creative-grid article { min-height: 260px; }
  .creative-grid .creative-feature { grid-column: auto; min-height: 300px; display: flex; align-items: stretch; }
  .director-identity { grid-template-columns: 1fr; padding: 28px 22px; }
  .director-initials { width: 88px; }
  .director-bio { padding: 28px 22px; }
  .director-links { flex-direction: column; }
  .countdown-panel, .fund-panel { padding: 28px 20px; }
  .countdown { grid-template-columns: 1fr 1fr; }
  .award-schedule { grid-template-columns: 1fr; }
  .share-actions { align-items: flex-start; flex-direction: column; }
  .club-card, .story-copy { padding: 28px 22px; }
  .story-image-link { min-height: 300px; }
  .story-grid { grid-template-columns: 1fr; }
  .event-grid { grid-template-columns: 1fr; }
  .event-card.event-featured { grid-column: auto; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .scholarship-form { padding: 28px 20px; }
  .application-submit { width: 100%; min-width: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

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