:root {
  --navy: #0b2f52;
  --navy-deep: #061e35;
  --blue: #0878bd;
  --red: #e91b42;
  --red-dark: #bb1230;
  --cream: #f7f4ee;
  --sand: #e7dfd2;
  --ink: #132231;
  --muted: #66727d;
  --white: #ffffff;
  --line: rgba(11, 47, 82, 0.14);
  --shadow: 0 24px 60px rgba(7, 31, 55, 0.14);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: var(--white); color: var(--navy); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.topbar { background: var(--navy-deep); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .04em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; gap: 12px; }
.topbar-inner a { margin-left: auto; color: var(--white); font-weight: 700; }
.topbar-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,244,238,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(11,47,82,.08); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 220px; }
.brand img { width: 54px; height: 54px; border-radius: 12px; box-shadow: 0 8px 18px rgba(11,47,82,.12); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--navy); font-size: 17px; letter-spacing: -.02em; }
.brand-copy span { color: var(--red-dark); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .10em; margin-top: 5px; }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 750; color: #294154; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { color: var(--white); background: var(--navy); padding: 12px 16px; border-radius: 999px; box-shadow: 0 8px 24px rgba(11,47,82,.16); }
.nav-cta:hover { background: var(--red-dark); }
.menu-toggle { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .25s ease, opacity .25s ease; }

.hero { min-height: 720px; position: relative; overflow: hidden; background: radial-gradient(circle at 76% 32%, rgba(8,120,189,.13), transparent 32%), linear-gradient(135deg, #f8f5ef 0%, #f2ecdf 100%); }
.hero-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.diamond { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(11,47,82,.07); transform: rotate(45deg); }
.diamond-one { right: -110px; top: 60px; }
.diamond-two { right: 180px; bottom: -290px; width: 520px; height: 520px; }
.stitch { position: absolute; width: 360px; height: 700px; border: 3px solid rgba(233,27,66,.07); border-radius: 50%; top: 40px; }
.stitch-left { left: -310px; }
.stitch-right { right: -300px; }
.stitch::before, .stitch::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: repeating-linear-gradient(26deg, transparent 0 22px, rgba(233,27,66,.06) 22px 25px, transparent 25px 40px); mask: linear-gradient(90deg, #000 0 8px, transparent 8px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.75fr); align-items: center; gap: 72px; padding: 90px 0 86px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--red-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
h1 { margin: 20px 0 24px; font-family: Georgia, "Times New Roman", serif; color: var(--navy); font-weight: 700; font-size: clamp(54px,6.4vw,86px); line-height: .96; letter-spacing: -.045em; }
h1 em { color: var(--red); font-style: italic; font-weight: 500; }
.hero-copy > p { max-width: 660px; color: #51606b; font-size: 18px; line-height: 1.75; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 0 22px; font-weight: 850; font-size: 14px; border: 1px solid transparent; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--red); box-shadow: 0 12px 30px rgba(233,27,66,.22); }
.btn-primary:hover { background: var(--red-dark); box-shadow: 0 15px 34px rgba(187,18,48,.28); }
.btn-ghost { color: var(--navy); background: rgba(255,255,255,.46); border-color: rgba(11,47,82,.18); }
.btn-ghost:hover { background: var(--white); }
.btn-ghost.dark { background: transparent; }
.btn.full { width: 100%; border: 0; }
.hero-meta { display: flex; gap: 36px; margin-top: 46px; padding-top: 26px; border-top: 1px solid var(--line); max-width: 620px; }
.hero-meta div { display: grid; gap: 2px; }
.hero-meta strong { color: var(--navy); font-size: 24px; letter-spacing: -.03em; }
.hero-meta span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.hero-card { position: relative; background: var(--navy); color: var(--white); border-radius: 32px; padding: 28px; min-height: 500px; box-shadow: var(--shadow); overflow: hidden; transform: rotate(1deg); }
.hero-card::before { content: ""; position: absolute; width: 300px; height: 300px; border: 50px solid rgba(255,255,255,.035); border-radius: 50%; right: -120px; top: -110px; }
.hero-card-top { position: relative; z-index: 2; display: flex; align-items: center; gap: 20px; }
.hero-card-top img { width: 106px; height: 106px; border-radius: 20px; background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.hero-card-top .kicker { display: block; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; color: #9ecbe8; margin-bottom: 6px; }
.hero-card-top h2 { margin: 0; font-family: Georgia, serif; font-size: 28px; line-height: 1.06; font-weight: 500; }
.field-mark { position: relative; width: 250px; height: 250px; margin: 28px auto 20px; transform: rotate(45deg); border: 2px solid rgba(255,255,255,.18); border-radius: 18px; background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(8,120,189,.13)); }
.field-mark::after { content: ""; position: absolute; inset: 48px; border: 2px solid rgba(255,255,255,.14); border-radius: 50%; }
.base { position: absolute; width: 16px; height: 16px; background: #fff; border-radius: 2px; }
.base-top { top: 10px; left: calc(50% - 8px); }
.base-left { left: 10px; top: calc(50% - 8px); }
.base-right { right: 10px; top: calc(50% - 8px); }
.home-plate { position: absolute; width: 20px; height: 20px; background: #fff; bottom: 8px; left: calc(50% - 10px); clip-path: polygon(0 0,100% 0,100% 60%,50% 100%,0 60%); }
.mound { position: absolute; width: 18px; height: 18px; border: 2px solid var(--red); border-radius: 50%; left: calc(50% - 9px); top: calc(50% - 9px); }
.hero-card-bottom { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-card-bottom div { display: grid; }
.hero-card-bottom span { color: #8fb7d1; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.hero-card-bottom strong { margin-top: 5px; font-size: 17px; }
.hero-card-bottom small { color: rgba(255,255,255,.7); }
.circle-link { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: grid; place-items: center; font-size: 22px; transition: background .2s ease, transform .2s ease; }
.circle-link:hover { background: var(--red); transform: rotate(8deg); }

.trust-strip { background: var(--white); border-top: 1px solid rgba(11,47,82,.06); border-bottom: 1px solid rgba(11,47,82,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid rgba(11,47,82,.08); font-size: 13px; color: #2c4558; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { color: var(--red); font-size: 11px; }

.section { padding: 112px 0; }
.section-label { color: var(--red-dark); display: inline-block; margin-bottom: 14px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.section-label.light { color: #9ecbe8; }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.section-heading h2, .family-copy h2, .ballpark-copy h2, .contact-copy h2, .heritage-copy h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(38px,4.5vw,62px); line-height: 1.02; letter-spacing: -.035em; font-weight: 600; }
.section-heading p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.7; }

.programs { background: var(--cream); }
.program-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.program-card { grid-column: span 2; min-height: 300px; position: relative; display: flex; flex-direction: column; padding: 28px; background: var(--white); border: 1px solid rgba(11,47,82,.08); border-radius: 22px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.program-card:nth-child(4) { grid-column: 2 / span 2; }
.program-card.featured { grid-column: 4 / span 2; background: var(--navy); color: var(--white); }
.program-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(7,31,55,.10); border-color: rgba(11,47,82,.18); }
.program-number { position: absolute; top: 24px; right: 24px; color: rgba(11,47,82,.25); font-weight: 900; font-size: 12px; letter-spacing: .1em; }
.program-card.featured .program-number { color: rgba(255,255,255,.3); }
.ball-icon { color: var(--red); font-size: 28px; margin-bottom: 26px; }
.program-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 20px; letter-spacing: -.02em; }
.program-card.featured h3 { color: var(--white); }
.program-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.program-card.featured p { color: rgba(255,255,255,.7); }
.program-tag { margin-top: auto; align-self: flex-start; background: #f2eee5; color: #51606b; border-radius: 999px; padding: 7px 10px; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.program-card.featured .program-tag { background: rgba(255,255,255,.09); color: rgba(255,255,255,.76); }

.families { background: var(--white); overflow: hidden; }
.family-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: center; }
.family-visual { position: relative; min-height: 520px; border-radius: 30px; background: linear-gradient(160deg, #133a5d 0%, #082541 68%, #071d32 100%); overflow: hidden; box-shadow: var(--shadow); }
.family-visual::after { content: ""; position: absolute; inset: auto -80px -130px; height: 320px; border-radius: 50%; background: #315c38; opacity: .55; }
.scoreboard { position: absolute; z-index: 2; width: min(390px, calc(100% - 56px)); left: 50%; top: 58px; transform: translateX(-50%) rotate(-1.5deg); background: #071b2c; border: 8px solid #263b49; box-shadow: 0 22px 40px rgba(0,0,0,.33); }
.scoreboard-top { display: flex; justify-content: space-between; padding: 12px 16px; background: var(--red-dark); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.scoreboard-main { height: 210px; display: grid; place-items: center; align-content: center; color: #f9e7ba; text-align: center; }
.scoreboard-main strong { font-family: Georgia, serif; font-size: 70px; letter-spacing: .06em; text-shadow: 0 0 14px rgba(249,231,186,.3); line-height: 1; }
.score-small { font-size: 12px; letter-spacing: .28em; color: #9db2c3; font-weight: 800; }
.scoreboard-lights { display: flex; justify-content: center; gap: 14px; padding: 13px; border-top: 1px solid #263b49; }
.scoreboard-lights i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 10px rgba(233,27,66,.8); }
.fence { position: absolute; z-index: 3; left: -10%; right: -10%; bottom: 35px; height: 130px; opacity: .22; background-image: linear-gradient(45deg, transparent 46%, #fff 47% 53%, transparent 54%), linear-gradient(-45deg, transparent 46%, #fff 47% 53%, transparent 54%); background-size: 34px 34px; }
.family-copy > p { margin: 22px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.steps { display: grid; gap: 0; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.step > span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: var(--white); font-weight: 850; font-size: 12px; }
.step h3 { margin: 1px 0 5px; color: var(--navy); font-size: 16px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 28px; color: var(--red-dark); font-weight: 850; font-size: 14px; }
.text-link:hover { color: var(--navy); }

.community { background: #f1eadf; }
.community-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.community-card { background: rgba(255,255,255,.7); border: 1px solid rgba(11,47,82,.08); border-radius: 24px; padding: 30px; min-height: 330px; display: flex; flex-direction: column; transition: background .25s ease, transform .25s ease; }
.community-card:hover { background: var(--white); transform: translateY(-4px); }
.community-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--navy); margin-bottom: 34px; }
.community-icon svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.community-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 22px; }
.community-card p { margin: 0 0 30px; color: var(--muted); line-height: 1.7; font-size: 14px; }
.community-card a { margin-top: auto; color: var(--red-dark); font-size: 13px; font-weight: 850; }

.heritage { background: var(--cream); padding-top: 84px; padding-bottom: 84px; }
.heritage-panel { position: relative; display: grid; grid-template-columns: 190px 1fr; gap: 44px; align-items: center; background: var(--navy); color: var(--white); border-radius: 34px; padding: 48px 56px; overflow: hidden; }
.heritage-panel::before { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; border: 70px solid rgba(255,255,255,.03); right: -120px; top: -160px; }
.heritage-logo-wrap { position: relative; z-index: 2; background: #fff; border-radius: 24px; padding: 10px; box-shadow: 0 18px 35px rgba(0,0,0,.2); }
.heritage-logo-wrap img { border-radius: 17px; }
.heritage-copy { position: relative; z-index: 2; max-width: 720px; }
.heritage-copy h2 { color: var(--white); }
.heritage-copy p { margin: 20px 0 0; color: rgba(255,255,255,.68); line-height: 1.75; }
.heritage-lines { position: absolute; right: 36px; bottom: 30px; display: grid; gap: 6px; transform: rotate(-12deg); }
.heritage-lines span { width: 80px; height: 3px; background: var(--red); border-radius: 99px; }
.heritage-lines span:nth-child(2) { width: 55px; margin-left: 15px; }
.heritage-lines span:nth-child(3) { width: 34px; margin-left: 30px; }

.ballpark { background: var(--white); }
.ballpark-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.ballpark-copy .large-copy { color: var(--muted); margin: 22px 0 28px; font-size: 17px; line-height: 1.7; }
address { display: grid; gap: 2px; font-style: normal; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
address span { color: var(--red-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 5px; }
address strong { color: var(--navy); font-size: 17px; }
.ballpark-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.map-card { min-height: 480px; position: relative; border-radius: 30px; background: #d9e2df; overflow: hidden; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; opacity: .58; background-image: linear-gradient(rgba(11,47,82,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(11,47,82,.06) 1px, transparent 1px); background-size: 44px 44px; }
.map-card::before, .map-card::after { content: ""; position: absolute; border: 3px solid rgba(255,255,255,.8); border-radius: 50%; }
.map-card::before { width: 460px; height: 240px; left: -120px; top: 110px; transform: rotate(21deg); }
.map-card::after { width: 520px; height: 180px; right: -160px; bottom: 35px; transform: rotate(-20deg); }
.map-road { position: absolute; height: 12px; background: rgba(255,255,255,.92); box-shadow: inset 0 0 0 1px rgba(11,47,82,.08); }
.road-one { width: 720px; left: -80px; top: 52%; transform: rotate(-18deg); }
.road-two { width: 540px; right: -100px; top: 32%; transform: rotate(58deg); }
.map-pin { position: absolute; left: 48%; top: 46%; transform: translate(-50%,-50%); display: flex; align-items: center; gap: 14px; background: var(--navy); color: #fff; padding: 12px 15px; border-radius: 14px; box-shadow: 0 14px 30px rgba(7,31,55,.26); z-index: 4; }
.pin-dot { width: 18px; height: 18px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--red); position: relative; }
.pin-dot::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #fff; left: 6px; top: 6px; }
.map-pin div { display: grid; }
.map-pin strong { font-size: 13px; }
.map-pin small { color: rgba(255,255,255,.68); font-size: 10px; }
.map-label { position: absolute; color: rgba(11,47,82,.28); font-weight: 950; letter-spacing: .2em; }
.label-amherst { left: 32px; bottom: 28px; font-size: 22px; }
.label-va { right: 24px; top: 22px; font-size: 11px; }

.contact { background: #f1eadf; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; }
.contact-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 22px 0 30px; }
.contact-direct { display: grid; gap: 4px; padding: 17px 0; border-top: 1px solid var(--line); }
.contact-direct:last-child { border-bottom: 1px solid var(--line); }
.contact-direct span { font-size: 10px; color: var(--red-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.contact-direct a { color: var(--navy); font-weight: 800; font-size: 15px; }
.contact-direct a:hover { color: var(--red-dark); }
.contact-form { background: var(--white); border-radius: 26px; padding: 34px; box-shadow: 0 18px 50px rgba(7,31,55,.08); }
.form-row { display: grid; gap: 8px; margin-bottom: 18px; }
.form-row.split { grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row.split > div { display: grid; gap: 8px; }
label { color: var(--navy); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
input, select, textarea { width: 100%; border: 1px solid rgba(11,47,82,.16); background: #fbfaf7; border-radius: 12px; color: var(--ink); outline: none; }
input, select { height: 48px; padding: 0 13px; }
textarea { padding: 13px; resize: vertical; min-height: 130px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,120,189,.10); background: #fff; }
.form-note { margin: 10px 0 0; text-align: center; color: #7b858d; font-size: 10px; }

.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.75); padding-top: 42px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 34px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy span { color: #9ecbe8; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; font-size: 12px; font-weight: 750; }
.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.10); font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #fff; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .topbar-inner span:nth-child(2), .topbar-inner span:nth-child(3) { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); border: 1px solid rgba(11,47,82,.08); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 12px 10px; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { text-align: center; margin-top: 5px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-top: 72px; }
  .hero-card { max-width: 600px; width: 100%; margin-inline: auto; transform: none; }
  .section-heading, .family-grid, .ballpark-grid, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .program-grid { grid-template-columns: repeat(2,1fr); }
  .program-card, .program-card:nth-child(4), .program-card.featured { grid-column: auto; }
  .program-card.featured { grid-column: span 2; }
  .community-grid { grid-template-columns: 1fr 1fr; }
  .community-card:last-child { grid-column: span 2; }
  .heritage-panel { grid-template-columns: 150px 1fr; padding: 38px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(11,47,82,.08); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar-inner { min-height: 30px; }
  .header-inner { min-height: 70px; }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 46px; border-radius: 10px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy span { font-size: 10px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 60px 0; }
  h1 { font-size: clamp(47px,15vw,66px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-meta { gap: 12px; justify-content: space-between; }
  .hero-meta strong { font-size: 21px; }
  .hero-meta span { font-size: 9px; }
  .hero-card { padding: 22px; min-height: 455px; }
  .hero-card-top img { width: 86px; height: 86px; }
  .hero-card-top h2 { font-size: 23px; }
  .field-mark { width: 220px; height: 220px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .family-copy h2, .ballpark-copy h2, .contact-copy h2, .heritage-copy h2 { font-size: 42px; }
  .program-grid, .community-grid { grid-template-columns: 1fr; }
  .program-card, .program-card.featured, .community-card:last-child { grid-column: auto; }
  .family-visual { min-height: 430px; }
  .scoreboard-main { height: 180px; }
  .scoreboard-main strong { font-size: 58px; }
  .heritage-panel { grid-template-columns: 1fr; gap: 26px; padding: 30px; }
  .heritage-logo-wrap { width: 132px; }
  .map-card { min-height: 380px; }
  .contact-form { padding: 24px; }
  .form-row.split { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 58px; border-right: 0; border-bottom: 1px solid rgba(11,47,82,.08); justify-content: flex-start; padding-left: 12px; }
  .footer-main, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; gap: 15px 20px; }
  .footer-bottom { padding: 18px 0; justify-content: center; }
}

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