:root{--navy:#052b50;--navy-deep:#03233f;--gold:#bf944a;--gold-soft:#d8b976;--cream:#f7f5f0;--muted:#62707d}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;overflow-x:hidden}
body{background:var(--cream);color:var(--navy-deep);font-family:'Geist','Geist Fallback',Arial,sans-serif;-webkit-font-smoothing:antialiased}
.home{min-height:100svh;display:flex;flex-direction:column;padding:clamp(28px,4vw,56px) clamp(22px,6vw,88px)}
.home__brand{width:clamp(150px,15vw,220px);height:auto;display:block}
.home__main{width:min(760px,100%);margin:auto;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(48px,8vh,92px) 0}
.home__eyebrow{margin:0 0 24px;color:var(--gold);font-size:.76rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
h1{margin:0;color:var(--navy);font-size:clamp(3.9rem,8vw,7.5rem);font-weight:650;letter-spacing:-.07em;line-height:.86;text-transform:uppercase}
.home__tagline{margin:30px 0 34px;color:var(--gold);font-size:clamp(1rem,1.8vw,1.32rem);font-weight:650;letter-spacing:.11em;text-transform:uppercase}
.home__location{margin:0;color:var(--muted);font-size:1rem;line-height:1.7}
.home__phone{display:inline-block;margin:12px 0 32px;color:var(--navy);font-size:1.1rem;font-weight:750;text-decoration:none}
.home__call{display:inline-flex;min-height:58px;align-items:center;justify-content:center;padding:0 26px;border-radius:999px;background:var(--navy);color:white;font-size:.78rem;font-weight:700;letter-spacing:.09em;text-decoration:none;text-transform:uppercase;transition:transform 180ms ease,background 180ms ease}
.home__call:hover{transform:translateY(-2px);background:#0d4b80}
.home__call:focus-visible,.home__program:focus-visible{outline:3px solid var(--gold-soft);outline-offset:4px}
.home__status{margin:30px 0 0;color:#7b858e;font-size:.82rem}
.home__program{display:inline-block;margin-top:18px;color:var(--navy);font-size:.82rem;text-underline-offset:4px}
.home__footer{display:grid;grid-template-columns:1fr auto;align-items:end;gap:24px;padding-top:28px;border-top:1px solid rgba(5,43,80,.14);color:#65727e;font-size:.78rem;line-height:1.7}
.home__footer p{margin:0}.home__footer a{color:var(--navy);font-weight:700;text-decoration:none}.home__copyright{text-align:right}
@media(max-width:620px){.home{padding:28px 22px 32px}.home__brand{width:130px}.home__main{padding:58px 0}.home__eyebrow{font-size:.7rem}h1{font-size:clamp(4rem,20vw,5.5rem)}.home__tagline{font-size:.9rem;line-height:1.45}.home__call{width:100%}.home__footer{grid-template-columns:1fr}.home__copyright{text-align:left}}
@media(prefers-reduced-motion:reduce){.home__call{transition:none}}
