/* Aspen "Ask Aspen" concept — shared design system (Tantrum x BB Warby treatment) */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&family=Besley:ital,wght@0,400;0,500;0,600&display=swap');

:root{--navy:#0A2540;--cobalt:#1B4DF5;--sky:#AAD4F5;--sky-soft:#DCEBFA;--cream:#F0EDE3;--ink:#0A2540;--slate:#5b6b80;--line:#E7ECF3;--white:#fff;--radius:18px}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Figtree',system-ui,sans-serif;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased}
img{max-width:100%}
.wrap{max-width:1200px;margin:0 auto;padding:0 32px}
h1,h2,h3{letter-spacing:-.02em}
section{scroll-margin-top:80px}
svg.ic{display:block}
a{color:var(--cobalt)}

/* nav */
header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid #eef1f5}
.nav{display:flex;align-items:center;justify-content:space-between;height:74px}
.logo{height:28px;width:auto;display:block}
nav ul{display:flex;gap:28px;list-style:none;font-weight:600;font-size:15px;color:#33465c}
nav a{color:inherit;text-decoration:none}
nav a:hover{color:var(--cobalt)}
.nav-cta{background:var(--cobalt);color:#fff;border:none;font-family:inherit;font-weight:700;font-size:15px;padding:11px 20px;border-radius:999px;cursor:pointer;text-decoration:none;display:inline-block}
@media(max-width:860px){nav ul{display:none}}

/* buttons */
.btn{font-family:inherit;font-weight:700;font-size:16px;border-radius:999px;padding:16px 28px;cursor:pointer;border:2px solid transparent;text-decoration:none;display:inline-block;line-height:1}
.btn-primary{background:var(--cobalt);color:#fff}
.btn-ghost{background:transparent;color:var(--navy);border-color:var(--navy)}
.btn-white{background:#fff;color:var(--navy)}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}

/* home hero */
.hero{background:linear-gradient(165deg,#F5FAFF 0%,var(--sky-soft) 100%);overflow:hidden}
.hero-in{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center;min-height:560px;padding:64px 0}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--cobalt);margin-bottom:18px}
.eyebrow::before{content:'';width:26px;height:2px;background:var(--cobalt);border-radius:2px}
h1{font-weight:800;font-size:62px;line-height:.98;color:var(--navy)}
.hero p.lead{font-family:'Besley',Georgia,serif;font-size:20px;line-height:1.5;color:#2b3d54;max-width:30ch;margin:22px 0 30px}
.hero-photo{width:100%;height:520px;border-radius:24px;object-fit:cover;object-position:center 30%;box-shadow:0 24px 50px rgba(10,37,64,.18);border:6px solid #fff}
@media(max-width:900px){.hero-in{grid-template-columns:1fr;padding:40px 0}h1{font-size:42px}.hero-photo{height:340px}}

/* value strip */
.value{background:var(--white);border-bottom:1px solid #eef1f5}
.value-in{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:38px 0}
.vcard{display:flex;gap:14px;align-items:flex-start}
.vic{flex:0 0 auto;width:46px;height:46px;border-radius:12px;background:var(--sky-soft);display:flex;align-items:center;justify-content:center;color:var(--cobalt)}
.vcard h4{font-size:18px;font-weight:700;color:var(--navy)}
.vcard p{font-size:15px;color:#5b6b80;margin-top:3px;line-height:1.4}
@media(max-width:820px){.value-in{grid-template-columns:1fr}}

/* pill picker (light, airy chips) */
.picker{background:var(--cream);color:var(--navy);padding:90px 0}
.picker h2{font-weight:800;font-size:40px;color:var(--navy);max-width:16ch}
.picker .sub{font-family:'Besley',serif;font-size:18px;color:#4a5a6e;margin:14px 0 36px;max-width:46ch}
.pills{display:flex;flex-wrap:wrap;gap:12px;max-width:820px}
.pill{display:inline-flex;align-items:center;font-weight:600;font-size:15.5px;padding:11px 20px;border-radius:999px;cursor:pointer;background:#fff;color:var(--navy);border:1px solid rgba(10,37,64,.14);transition:border-color .15s,color .15s,background .15s;text-decoration:none}
.pill:hover{border-color:var(--cobalt);color:var(--cobalt)}
.pill.sel{background:var(--sky-soft);border-color:#c3d9f2;color:var(--navy)}
.picker .ask{margin-top:34px;font-weight:700;font-size:20px;color:var(--navy)}

/* how / steps */
.how{padding:90px 0}
.how .head{max-width:640px;margin-bottom:48px}
.how h2{font-size:42px;font-weight:800;color:var(--navy)}
.how .head p{font-family:'Besley',serif;font-size:19px;color:#3a4a5e;margin-top:16px;line-height:1.5}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.step{background:var(--sky-soft);border-radius:var(--radius);padding:32px 28px}
.step .n{font-family:'Besley',serif;font-size:15px;font-weight:600;color:var(--cobalt);letter-spacing:.05em}
.step h3{font-size:23px;font-weight:700;color:var(--navy);margin:10px 0 8px}
.step p{font-size:16px;color:#48586b;line-height:1.5}
@media(max-width:820px){.steps{grid-template-columns:1fr}.how h2{font-size:32px}}

/* need band */
.need{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
.need .copy{background:var(--cream);padding:92px 64px;display:flex;flex-direction:column;justify-content:center}
.need h3{font-weight:800;font-size:40px;line-height:1.02;color:var(--navy);max-width:12ch}
.need p{font-family:'Besley',serif;font-size:19px;color:#3a4a5e;margin:20px 0 28px;max-width:36ch}
.need .photo{background-position:center;background-size:cover;background-repeat:no-repeat;min-height:460px}
@media(max-width:900px){.need{grid-template-columns:1fr}.need .copy{padding:52px 32px}.need .photo{min-height:280px}}

/* affordability + checklist */
.afford{background:var(--sky-soft);color:var(--navy);padding:88px 0}
.afford-in{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.afford h2{font-size:40px;font-weight:800;color:var(--navy)}
.afford p{font-family:'Besley',serif;font-size:19px;color:#48586b;margin:16px 0 26px;max-width:44ch;line-height:1.5}
.checklist{list-style:none;display:grid;gap:12px}
.checklist li{background:#fff;border:1px solid #d7e3f2;border-radius:14px;padding:16px 20px;font-weight:600;font-size:16px;color:var(--navy);display:flex;gap:12px;align-items:center}
.checklist li svg{flex:0 0 auto;color:var(--cobalt)}
@media(max-width:820px){.afford-in{grid-template-columns:1fr}.afford h2{font-size:30px}}

/* find / centered cta */
.find{background:var(--cream);padding:90px 0;text-align:center}
.find h2{font-size:40px;font-weight:800;color:var(--navy)}
.find p{font-family:'Besley',serif;font-size:19px;color:#3a4a5e;margin:14px auto 28px;max-width:44ch}

/* footer */
footer{background:var(--navy);color:#8ea6c2;padding:44px 0 30px}
.foot-in{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.logo-white{height:26px;width:auto;filter:brightness(0) invert(1)}
.foot-nav{display:flex;gap:20px;flex-wrap:wrap;font-weight:600;font-size:14px}
.foot-nav a{color:#8ea6c2;text-decoration:none}
.foot-nav a:hover{color:#fff}
.foot-note{font-size:12px;color:#66809c;margin-top:24px;text-align:center;line-height:1.6;border-top:1px solid rgba(255,255,255,.08);padding-top:20px}

/* ============ INTERIOR PAGES ============ */
.breadcrumbs{background:var(--white);border-bottom:1px solid #eef1f5}
.breadcrumbs .wrap{display:flex;gap:8px;align-items:center;padding-top:14px;padding-bottom:14px;font-size:13.5px;color:var(--slate)}
.breadcrumbs a{color:var(--slate);text-decoration:none;font-weight:600}
.breadcrumbs a:hover{color:var(--cobalt)}
.breadcrumbs span{color:#b9c3d0}

.page-hero{background:linear-gradient(165deg,#F5FAFF 0%,var(--sky-soft) 100%)}
.page-hero-in{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:66px 0}
.page-hero h1{font-size:52px;line-height:1.02;max-width:15ch}
.page-hero p.lead{font-family:'Besley',serif;font-size:20px;line-height:1.5;color:#2b3d54;max-width:40ch;margin:20px 0 30px}
.page-photo{width:100%;height:430px;border-radius:24px;object-fit:cover;box-shadow:0 24px 50px rgba(10,37,64,.16);border:6px solid #fff;display:flex;align-items:center;justify-content:center;text-align:center;color:#2b4a52;font-weight:600;font-size:14px;background:#BFD8DC}
.page-hero.solo .page-hero-in{grid-template-columns:1fr;text-align:center;max-width:760px;margin:0 auto}
.page-hero.solo h1{max-width:none}
.page-hero.solo p.lead{margin-left:auto;margin-right:auto}
.page-hero.solo .cta-row{justify-content:center}
@media(max-width:900px){.page-hero-in{grid-template-columns:1fr;padding:44px 0}.page-hero h1{font-size:38px}.page-photo{height:300px}}

/* generic section wrappers */
.sec{padding:82px 0}
.sec.cream{background:var(--cream)}
.sec.sky{background:var(--sky-soft)}
.sec.tint{background:#EAF0FF}
.sec-head{max-width:640px;margin-bottom:44px}
.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}
.sec-head h2{font-size:38px;font-weight:800;color:var(--navy)}
.sec-head p{font-family:'Besley',serif;font-size:18px;color:#3a4a5e;margin-top:14px;line-height:1.55}

/* prose */
.prose{max-width:680px}
.prose p{font-size:18px;line-height:1.65;color:#33465c;margin-bottom:18px}
.prose h3{font-size:24px;font-weight:800;color:var(--navy);margin:34px 0 12px}

/* feature grid */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.feature-grid.two{grid-template-columns:repeat(2,1fr)}
.feature{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 8px 24px rgba(10,37,64,.05)}
.feature .fic{width:48px;height:48px;border-radius:14px;background:var(--sky-soft);color:var(--cobalt);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.feature h3{font-size:20px;font-weight:800;color:var(--navy);margin-bottom:8px}
.feature p{font-size:15.5px;color:#48586b;line-height:1.55}
@media(max-width:900px){.feature-grid,.feature-grid.two{grid-template-columns:1fr}}

/* split text+media */
.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.split.rev .split-media{order:-1}
.split h2{font-size:34px;font-weight:800;color:var(--navy)}
.split p{font-family:'Besley',serif;font-size:18px;color:#3a4a5e;line-height:1.6;margin:16px 0 22px;max-width:44ch}
.split-media{height:420px;border-radius:22px;background:#BFD8DC;display:flex;align-items:center;justify-content:center;text-align:center;color:#2b4a52;font-weight:600;font-size:14px;padding:20px}
@media(max-width:900px){.split{grid-template-columns:1fr;gap:28px}.split.rev .split-media{order:0}.split-media{height:280px}}

/* steps as numbered rows */
.numsteps{display:grid;gap:16px;max-width:760px}
.numstep{display:flex;gap:18px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 24px}
.numstep .num{flex:0 0 auto;width:42px;height:42px;border-radius:12px;background:var(--navy);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center}
.numstep h3{font-size:18px;font-weight:800;color:var(--navy)}
.numstep p{font-size:15px;color:#48586b;line-height:1.5;margin-top:4px}

/* faq */
.faq{max-width:760px;display:grid;gap:12px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:6px 22px}
.faq summary{font-weight:700;font-size:17px;color:var(--navy);cursor:pointer;padding:16px 0;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';color:var(--cobalt);font-weight:700;font-size:22px}
.faq details[open] summary::after{content:'–'}
.faq p{font-size:16px;color:#48586b;line-height:1.6;padding:0 0 18px}

/* cta band */
.cta-band{padding:78px 0;text-align:center}
.cta-band h2{font-size:38px;font-weight:800;color:var(--navy);max-width:20ch;margin:0 auto}
.cta-band p{font-family:'Besley',serif;font-size:19px;color:#3a4a5e;margin:14px auto 26px;max-width:48ch}

/* locator */
.locator{display:grid;gap:24px}
.searchbar{display:flex;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;max-width:620px;box-shadow:0 8px 24px rgba(10,37,64,.05)}
.searchbar input{flex:1;min-width:220px;border:none;font-family:inherit;font-size:16px;padding:12px 16px;color:var(--navy);background:transparent}
.searchbar input:focus{outline:none}
.office-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.office{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}
.office h3{font-size:18px;font-weight:800;color:var(--navy)}
.office .addr{font-size:14.5px;color:var(--slate);line-height:1.5;margin:6px 0 12px}
.office .meta{font-size:13px;color:#7c8ba0;margin-bottom:14px}
.office a{font-weight:700;font-size:14.5px;color:var(--cobalt);text-decoration:none}
@media(max-width:900px){.office-grid{grid-template-columns:1fr}}

/* form (book) — Baymard/EAS: single column, top-aligned labels */
.form{max-width:560px}
.form .field{margin-bottom:18px}
.form .field.row2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form label{display:block;font-weight:700;font-size:14px;color:var(--navy);margin-bottom:7px}
.form input,.form select{width:100%;font-family:inherit;font-size:16px;padding:14px 16px;border:1px solid #cfd8e6;border-radius:12px;color:var(--navy);background:#fff}
.form input:focus,.form select:focus{outline:none;border-color:var(--cobalt);box-shadow:0 0 0 3px rgba(27,77,245,.12)}
.form .hint{font-size:12.5px;color:var(--slate);margin-top:6px}
.form .btn{width:100%;text-align:center;margin-top:8px}
.form-aside{background:var(--sky-soft);border-radius:20px;padding:30px}
.form-aside h3{font-size:20px;font-weight:800;color:var(--navy);margin-bottom:14px}
.form-aside .checklist li{border-color:#c7dbf2}

/* disclaimer */
.disclaimer{font-size:12.5px;color:#8a97a8;line-height:1.6;max-width:820px}
.book-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:start}
@media(max-width:900px){.book-grid{grid-template-columns:1fr}}
