:root { --navy:#052b50; --navy-deep:#03233f; --blue:#0d4b80; --gold:#bf944a; --gold-soft:#d8b976; --ink:#102030; --muted:#62707d; --cream:#f7f5f0; --white:#fff; --line:rgba(5,43,80,.14); --radius:28px; --max:1240px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; overflow-x:hidden; }
body { margin:0; overflow-x:hidden; background:var(--white); color:var(--ink); font-family:var(--font-geist),Arial,sans-serif; -webkit-font-smoothing:antialiased; }
img { display:block; max-width:100%; }
a { color:inherit; }
.hero { min-height:100svh; display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); background:var(--cream); }
.hero__content { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:clamp(42px,7vw,110px); }
.brand-logo { width:210px; height:123px; object-fit:contain; object-position:left center; margin-bottom:clamp(40px,8vh,84px); }
.eyebrow { margin:0 0 20px; color:var(--blue); font-size:.76rem; font-weight:700; letter-spacing:.19em; text-transform:uppercase; }
h1,h2,h3,p { text-wrap:pretty; }
h1 { margin:0; color:var(--navy); font-size:clamp(4.3rem,8vw,8.2rem); font-weight:650; letter-spacing:-.075em; line-height:.83; text-transform:uppercase; }
.hero__promise { margin:34px 0 18px; color:var(--gold); font-size:clamp(1.05rem,1.6vw,1.4rem); font-weight:650; letter-spacing:.09em; text-transform:uppercase; }
.hero__copy { max-width:590px; margin:0 0 34px; color:#425261; font-size:clamp(1rem,1.15vw,1.14rem); line-height:1.72; }
.hero__visual,.space__visual,.visit__visual,.results__figure { margin:0; }
.hero__visual { min-height:0; align-self:center; aspect-ratio:2000/1157; overflow:hidden; }
.hero__visual img { width:100%; height:auto; aspect-ratio:2000/1157; object-fit:contain; }
.call-button { display:inline-flex; min-height:58px; align-items:center; gap:12px; padding:0 22px; 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; }
.call-button svg { width:18px; height:18px; }
.call-button__arrow { margin-left:8px; opacity:.65; }
.call-button:hover { transform:translateY(-2px); background:var(--blue); }
.call-button:focus-visible { outline:3px solid var(--gold-soft); outline-offset:4px; }
.location-line { margin:22px 0 0; color:#697681; font-size:.82rem; }
.section { padding:clamp(90px,11vw,160px) max(24px,calc((100vw - var(--max))/2)); }
.section-heading h2,.space__content h2,.visit__content h2 { margin:0; color:var(--navy); font-size:clamp(2.8rem,5.5vw,5.8rem); font-weight:620; letter-spacing:-.06em; line-height:.96; text-transform:uppercase; }
.section-heading>p:last-child { margin:22px 0 0; color:var(--muted); font-size:clamp(1.05rem,1.8vw,1.35rem); }
.centered { text-align:center; }
.section-heading--wide { max-width:1000px; margin:0 auto; }
.results { background:var(--white); }
.results__figure { max-width:980px; margin:60px auto 0; }
.results__figure img { width:100%; height:auto; aspect-ratio:1600/924; object-fit:contain; border-radius:var(--radius); box-shadow:0 24px 80px rgba(3,35,63,.12); }
.results__figure figcaption { margin-top:16px; color:#7d878f; font-size:.78rem; text-align:center; }
.plan { background:var(--cream); }
.plan__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:72px; }
.plan-card { min-height:350px; display:flex; flex-direction:column; padding:28px; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.72); }
.plan-card__top { display:flex; align-items:center; justify-content:space-between; }
.plan-card__number { color:var(--gold); font-size:.74rem; font-weight:700; letter-spacing:.14em; }
.plan-card__icon { width:46px; height:46px; display:grid; place-items:center; border-radius:50%; background:var(--navy); color:white; }
.plan-card__icon svg { width:20px; }
.plan-card h3 { margin:auto 0 18px; color:var(--navy); font-size:1.14rem; letter-spacing:-.02em; text-transform:uppercase; }
.plan-card p { margin:0; color:var(--muted); font-size:.92rem; line-height:1.65; }
.space { display:grid; grid-template-columns:1.08fr .92fr; gap:clamp(48px,8vw,110px); align-items:center; }
.space__visual { overflow:hidden; border-radius:var(--radius); }
.space__visual img { width:100%; height:auto; aspect-ratio:2000/1180; object-fit:contain; }
.space__content>p:not(.eyebrow) { max-width:500px; margin:30px 0 36px; color:var(--muted); font-size:1.08rem; line-height:1.75; }
.visit { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(45px,7vw,100px); align-items:center; background:var(--navy-deep); color:white; }
.eyebrow--gold { color:var(--gold-soft); }
.visit__content h2 { color:white; font-size:clamp(3.7rem,7vw,7rem); }
.visit__location { margin:30px 0 36px; color:#c6d0d9; font-size:1.05rem; }
.call-button--light { background:var(--gold-soft); color:var(--navy-deep); }
.call-button--light:hover { background:white; }
.visit__visual { overflow:hidden; border-radius:var(--radius); }
.visit__visual img { width:100%; height:auto; aspect-ratio:1800/1200; object-fit:contain; }
.footer { display:grid; grid-template-columns:1fr 1fr 1fr; align-items:end; gap:30px; padding:60px max(24px,calc((100vw - var(--max))/2)); border-top:1px solid var(--line); }
.footer img { width:194px; height:108px; object-fit:contain; object-position:left center; }
.footer p { margin:0; }
.footer__details { color:#52616f; font-size:.88rem; line-height:1.8; }
.footer__details a { color:var(--navy); font-weight:700; text-decoration:none; }
.footer__copyright { justify-self:end; color:#7b858e; font-size:.76rem; text-align:right; }
.mobile-call { display:none; }
@media(max-width:980px){ .hero{min-height:auto;grid-template-columns:1fr}.hero__content{min-height:720px;padding:52px max(28px,8vw) 60px}.brand-logo{margin-bottom:70px}.hero__visual{min-height:0}.plan__grid{grid-template-columns:repeat(2,1fr)}.space,.visit{grid-template-columns:1fr}.space__content{max-width:700px}.visit__visual{grid-row:1}.footer{grid-template-columns:1fr 1fr}.footer__copyright{grid-column:1/-1;justify-self:start;text-align:left} }
@media(max-width:620px){ body{padding-bottom:74px}.hero__content{min-height:650px;padding:34px 22px 46px}.brand-logo{width:110px;height:66px;margin-bottom:54px}.hero__content .eyebrow{display:none}h1{font-size:clamp(4rem,20vw,5.7rem)}.hero__promise{margin-top:26px;font-size:.96rem}.hero__copy{font-size:.98rem;line-height:1.62}.hero__content .call-button{width:100%;justify-content:center}.location-line{font-size:.75rem}.hero__visual{min-height:390px}.section{padding:88px 22px}.section-heading h2,.space__content h2{font-size:2.75rem}.results__figure{margin-top:44px}.results__figure img{border-radius:18px}.plan__grid{grid-template-columns:1fr;gap:12px;margin-top:48px}.plan-card{min-height:280px}.space{gap:46px}.space__visual{border-radius:18px}.space__visual img{aspect-ratio:.93}.space__content .call-button{width:100%;justify-content:center}.visit{gap:46px}.visit__visual{border-radius:18px}.visit__visual img{aspect-ratio:1}.visit__content h2{font-size:4rem}.visit__content .call-button{width:100%;justify-content:center;font-size:.7rem}.footer{grid-template-columns:1fr;align-items:start;padding:52px 22px}.footer__copyright{grid-column:auto}.mobile-call{position:fixed;z-index:50;left:12px;right:12px;bottom:10px;height:56px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(3,35,63,.96);color:white;box-shadow:0 12px 38px rgba(3,35,63,.28);font-size:.78rem;font-weight:750;letter-spacing:.11em;text-decoration:none;text-transform:uppercase;backdrop-filter:blur(12px)}.mobile-call svg{width:18px} }
@media(max-width:620px){
  .section-heading--wide h2 { font-size:clamp(2.15rem,9.8vw,2.75rem); }
  .hero__visual { min-height:0; }
  .hero__visual img { height:auto; aspect-ratio:2000/1157; object-fit:contain; }
  .space__visual img { height:auto; aspect-ratio:2000/1180; object-fit:contain; }
  .visit__visual img { height:auto; aspect-ratio:1800/1200; object-fit:contain; }
}
@media(prefers-reduced-motion:reduce){ html{scroll-behavior:auto}.call-button{transition:none} }
