:root{--ink:#12333a;--deep:#0c4251;--paper:#fbf7ef;--gold:#d9983f;--orange:#b9562e;--sky:#dceef0;--line:#d9d5ca;--white:#fff;--shadow:0 24px 60px rgba(15,49,57,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.6}img{display:block;width:100%}a{color:inherit}.topbar{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,78px);border-bottom:1px solid rgba(18,51,58,.15);background:rgba(251,247,239,.94);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;text-decoration:none}.brand img{width:clamp(175px,20vw,270px);height:auto;mix-blend-mode:multiply}.nav-link{font-weight:700;text-decoration:none;border-bottom:2px solid var(--gold);padding:8px 0}.hero{min-height:calc(100vh - 88px);display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(28px,5vw,80px);padding:clamp(44px,7vw,104px) clamp(22px,6vw,92px);align-items:center;overflow:hidden}.hero-copy{max-width:650px}.eyebrow{margin:0 0 18px;color:var(--orange);font-size:13px;font-weight:800;letter-spacing:.16em}.hero h1{font-family:"Playfair Display",serif;font-size:clamp(52px,6.2vw,96px);line-height:.98;letter-spacing:-.04em;margin:0 0 26px}.hero h1 em{color:var(--orange);font-weight:600}.lede{font-size:clamp(18px,1.7vw,23px);max-width:590px;color:#36555a;margin-bottom:34px}.primary{display:inline-flex;align-items:center;gap:16px;background:var(--deep);color:white;text-decoration:none;border-radius:2px;padding:16px 20px;font-weight:700;transition:.2s transform,.2s background}.primary:hover{transform:translateY(-2px);background:#145568}.firsthand{font-size:13px;font-weight:600;margin-top:30px;display:flex;align-items:center;gap:9px}.pulse{width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(217,152,63,.18)}.hero-photo{margin:0;position:relative;min-height:560px}.hero-photo:before{content:"";position:absolute;width:43%;height:82%;background:var(--gold);right:-22px;top:-22px;z-index:-1}.hero-photo img{height:min(68vw,680px);min-height:560px;object-fit:cover}.hero-photo figcaption{position:absolute;bottom:0;right:0;background:var(--paper);padding:12px 18px;font-size:12px;font-weight:700}.route-strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--deep);color:white;padding:0 clamp(22px,6vw,92px)}.route-strip div{padding:30px clamp(15px,3vw,46px);border-left:1px solid rgba(255,255,255,.2);display:grid;grid-template-columns:auto 1fr;column-gap:15px}.route-strip div:last-child{border-right:1px solid rgba(255,255,255,.2)}.route-strip span{grid-row:1/3;color:#efb45d;font-family:"Playfair Display",serif;font-size:28px}.route-strip strong{font-size:16px}.route-strip small{opacity:.74}.planner{padding:110px clamp(22px,7vw,110px)}.planner-intro{max-width:760px;margin-bottom:42px}.planner h2,.truths h2,.cta h2{font-family:"Playfair Display",serif;font-size:clamp(38px,4.2vw,65px);line-height:1.05;letter-spacing:-.025em;margin:0 0 18px}.planner-intro>p:last-child{font-size:18px;color:#527075}.quiz-card{background:white;box-shadow:var(--shadow);padding:clamp(25px,5vw,64px);max-width:1050px;margin:0 auto}.progress-row{display:flex;align-items:center;gap:18px;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:45px}.progress{height:4px;flex:1;background:#e8e4dc}.progress i{display:block;height:100%;width:20%;background:var(--orange);transition:width .3s}.step{border:0;padding:0;margin:0;display:none}.step.active{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.step legend{float:left;width:100%;grid-column:1/-1;font-family:"Playfair Display",serif;font-size:clamp(30px,3vw,44px);line-height:1.15;margin-bottom:24px}.helper{grid-column:1/-1;color:#5a7377;margin:-10px 0 10px}.step label{min-height:145px;cursor:pointer}.step input{position:absolute;opacity:0}.step label span{height:100%;border:1px solid var(--line);padding:22px;display:flex;flex-direction:column;justify-content:flex-end;transition:.18s background,.18s border,.18s transform}.step label:hover span{transform:translateY(-3px);border-color:var(--gold)}.step input:checked+span{background:var(--sky);border:2px solid var(--deep)}.step b{font-size:17px}.step small{font-size:14px;color:#5b7074;margin-top:7px}.quiz-actions{display:flex;justify-content:space-between;margin-top:34px}.quiz-actions button,#restart{font:inherit;font-weight:800;border:0;background:none;padding:13px 18px;cursor:pointer}.quiz-actions .next{background:var(--orange);color:white;min-width:130px}.quiz-actions .back{border-bottom:2px solid var(--line)}.quiz-actions button:disabled{opacity:.35;cursor:not-allowed}.form-alert{color:#a43d25;font-weight:700;margin:18px 0 -10px;min-height:24px}.result-card{max-width:1120px;margin:0 auto;background:var(--deep);color:white;display:grid;grid-template-columns:1.35fr .65fr;box-shadow:var(--shadow)}.result-copy{padding:clamp(30px,5vw,68px)}.result-card h2{font-size:clamp(40px,5vw,68px)}.result-card .eyebrow{color:#efb45d}.result-card>img{height:100%;object-fit:cover;min-height:600px}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}.result-grid div{border-top:1px solid rgba(255,255,255,.28);padding-top:12px}.result-grid b{display:block;color:#efb45d}.result-grid span{font-size:14px}.budget-note{background:rgba(255,255,255,.08);padding:18px}.budget-note p{margin:5px 0 0;color:#d5e3e5}.result-actions{display:flex;align-items:center;gap:18px;margin-top:28px}.result-actions .primary{background:#efb45d;color:var(--ink)}.result-actions #restart{color:white}.proof{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:white}.proof-photo{position:relative;min-height:600px}.proof-photo img{height:100%;object-fit:cover}.proof-photo span{position:absolute;bottom:0;left:0;background:white;padding:12px 18px;font-size:12px;font-weight:700}.proof blockquote{margin:0;padding:clamp(45px,8vw,120px);display:flex;flex-direction:column;justify-content:center}.proof blockquote p{font-family:"Playfair Display",serif;font-size:clamp(34px,4vw,58px);line-height:1.14;margin:0}.proof blockquote p:before{content:"“";color:var(--gold)}.proof blockquote p:after{content:"”";color:var(--gold)}.proof blockquote footer{font-weight:700;margin-top:28px;color:#527075}.truths{padding:110px clamp(22px,7vw,110px)}.truths>h2{max-width:750px}.truth-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.truth-grid article{background:white;border-top:6px solid var(--gold);padding:28px;box-shadow:0 12px 35px rgba(15,49,57,.07)}.truth-grid article:nth-child(2){border-color:var(--orange)}.truth-grid article:nth-child(3){border-color:var(--deep)}.truth-grid span{font-size:12px;font-weight:800;letter-spacing:.15em;color:var(--orange)}.truth-grid h3{font-family:"Playfair Display",serif;font-size:27px;line-height:1.15}.truth-grid p{color:#526c71}.cta{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;background:var(--orange);color:white;padding:85px clamp(22px,7vw,110px);align-items:center}.cta .eyebrow{color:#ffe1a8}.cta h2{margin:0}.cta>div:last-child>p{font-size:18px;margin-top:0}.primary.light{background:white;color:var(--deep)}.footer{display:flex;justify-content:space-between;padding:28px clamp(22px,6vw,92px);background:#082f39;color:#bcd0d4;font-size:13px}@media(max-width:850px){.hero{grid-template-columns:1fr;padding-top:55px}.hero-photo,.hero-photo img{min-height:420px;height:60vh}.route-strip{grid-template-columns:1fr}.route-strip div,.route-strip div:last-child{border-right:0;border-left:0;border-bottom:1px solid rgba(255,255,255,.2)}.step.active{grid-template-columns:1fr}.step label{min-height:105px}.result-card{grid-template-columns:1fr}.result-card>img{min-height:420px;max-height:520px}.proof{grid-template-columns:1fr}.proof-photo{min-height:460px}.truth-grid,.cta{grid-template-columns:1fr}.cta{gap:25px}.footer{flex-direction:column;gap:5px}}@media(max-width:540px){.topbar{height:74px;padding:0 16px}.brand img{width:145px}.nav-link{font-size:12px}.hero h1{font-size:48px}.hero{min-height:auto}.hero-photo,.hero-photo img{min-height:360px}.planner,.truths{padding-top:75px;padding-bottom:75px}.result-grid{grid-template-columns:1fr}.result-actions{align-items:flex-start;flex-direction:column}.proof blockquote{padding:55px 24px}.footer span:last-child{display:none}}
