@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root{--ink:#17372b;--green:#244d3b;--green-2:#315f49;--gold:#b68b3f;--cream:#f7f2e8;--sand:#e9dece;--white:#fffdfa;--muted:#5d6b64;--line:#dcd2c2}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}
a{color:inherit}
img{display:block;width:100%;height:100%;object-fit:cover}
.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid rgba(36,77,59,.12);background:rgba(255,253,250,.96);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
.brand{text-decoration:none;display:flex;flex-direction:column;line-height:1}.brand-kicker{font-size:.62rem;letter-spacing:.28em;font-weight:700;color:var(--gold);margin-bottom:6px}.brand-name{font-family:'Playfair Display',serif;font-size:1.25rem}.top-cta{background:var(--green);color:white;text-decoration:none;padding:11px 18px;border-radius:999px;font-weight:700;font-size:.9rem}
.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.08fr .92fr;max-width:1440px;margin:auto}.hero-copy{padding:clamp(54px,7vw,110px) clamp(28px,7vw,110px);align-self:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:700;color:var(--gold);margin:0 0 18px}.hero h1,.section h2,.practice h2,.final-cta h2{font-family:'Playfair Display',serif;line-height:1.02;margin:0}.hero h1{font-size:clamp(3rem,6vw,6.4rem);font-weight:600;letter-spacing:-.04em}.hero h1 em{color:var(--green-2)}.lead{font-size:clamp(1rem,1.4vw,1.2rem);max-width:650px;color:var(--muted);margin:28px 0}.lead strong{color:var(--ink)}
.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:15px 24px;font-weight:700;transition:.2s transform,.2s background}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--green);color:white}.text-link{font-weight:700;text-decoration:none;border-bottom:1px solid var(--gold)}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;list-style:none;padding:0;margin:50px 0 0;max-width:630px}.hero-facts li{border-left:2px solid var(--gold);padding-left:14px}.hero-facts strong,.hero-facts span{display:block}.hero-facts span{font-size:.82rem;color:var(--muted)}.hero-photo{position:relative;margin:0;min-height:720px;overflow:hidden}.hero-photo img{object-position:center 40%}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(16,42,32,.78))}.hero-photo figcaption{position:absolute;z-index:2;left:36px;bottom:30px;color:white;display:flex;flex-direction:column}.hero-photo figcaption strong{font-family:'Playfair Display',serif;font-size:1.4rem}.hero-photo figcaption span{font-size:.84rem;opacity:.9}
.video-section{background:var(--green);color:white;padding:clamp(70px,9vw,130px) max(7vw,28px);display:grid;grid-template-columns:1fr minmax(300px,430px);align-items:center;justify-content:center;gap:clamp(50px,9vw,130px)}.video-copy{max-width:720px;justify-self:end}.video-copy h2{font-family:'Playfair Display',serif;font-size:clamp(2.4rem,4.5vw,4.8rem);line-height:1.05;letter-spacing:-.03em;margin:0}.video-copy>p:not(.eyebrow){color:#dce6e0;font-size:1.1rem;max-width:650px;margin:24px 0 32px}.video-frame{width:100%;aspect-ratio:9/16;border-radius:24px;overflow:hidden;background:#10281f;box-shadow:0 30px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.18)}.video-frame video{display:block;width:100%;height:100%;object-fit:cover;background:#10281f}
.question-band{background:var(--cream);padding:54px max(7vw,28px);display:grid;grid-template-columns:1fr 1fr;gap:8vw}.question-band p{font-family:'Playfair Display',serif;font-size:clamp(1.35rem,2.4vw,2.2rem);line-height:1.25;margin:0}.question-band p+ p{border-left:1px solid var(--gold);padding-left:8vw}
.section{padding:clamp(76px,10vw,140px) max(6vw,28px)}.section-heading{max-width:950px}.section-heading.centered{text-align:center;margin:0 auto 50px}.section h2,.practice h2,.final-cta h2{font-size:clamp(2.4rem,4.5vw,4.8rem);letter-spacing:-.03em}.section-heading>p:last-child{color:var(--muted)}
.proposal{max-width:1320px;margin:auto}.proposal-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:8vw;margin-top:50px}.proposal-intro{font-family:'Playfair Display',serif;font-size:clamp(1.35rem,2.1vw,2rem);line-height:1.4;margin:0}.thinking-path{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.thinking-path li{background:var(--cream);padding:20px;border-radius:10px;font-weight:700}.thinking-path span{color:var(--gold);font-size:.72rem;margin-right:14px}
.modules{background:#f3eee5}.module-list{max-width:1000px;margin:auto}.module-list details{background:var(--white);border:1px solid var(--line);border-radius:12px;margin:10px 0;overflow:hidden}.module-list summary{list-style:none;cursor:pointer;padding:21px 24px;display:flex;align-items:center;gap:20px}.module-list summary::-webkit-details-marker{display:none}.module-list summary span{color:var(--gold);font-size:.76rem;font-weight:700;letter-spacing:.12em}.module-list summary strong{font-family:'Playfair Display',serif;font-size:1.2rem}.module-list summary:after{content:'+';margin-left:auto;font-size:1.5rem;color:var(--gold)}.module-list details[open] summary:after{content:'−'}.module-list details p{margin:0;padding:0 24px 24px 72px;color:var(--muted)}
.practice{display:grid;grid-template-columns:.85fr 1.15fr;background:var(--green);color:white}.practice-photo{min-height:760px}.practice-photo img{object-position:center 30%}.practice-copy{padding:clamp(70px,8vw,130px);align-self:center}.light{color:#e7c77f}.practice-copy>p:not(.eyebrow){font-size:1.12rem;max-width:700px;color:#dce6e0}.practice-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:36px}.practice-steps span{border:1px solid rgba(255,255,255,.22);padding:13px 15px;border-radius:8px;font-size:.9rem}
.info{max-width:1200px;margin:auto}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.info-grid article{background:var(--cream);border:1px solid var(--line);padding:26px;border-radius:12px;display:flex;flex-direction:column}.info-grid small{text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:700}.info-grid strong{font-family:'Playfair Display',serif;font-size:1.4rem;margin:8px 0}.info-grid span{color:var(--muted)}.included{margin-top:26px;padding:32px;border:1px solid var(--gold);border-radius:12px}.included h3{font-family:'Playfair Display',serif;font-size:1.6rem;margin:0 0 15px}.included ul{display:flex;flex-wrap:wrap;gap:10px 28px;margin:0;padding-left:20px}
.final-cta{background:var(--ink);color:white;text-align:center;padding:clamp(80px,10vw,140px) 25px}.final-cta h2{max-width:900px;margin:auto}.final-cta>p:not(.eyebrow){max-width:660px;margin:24px auto;color:#dce6e0}.button-gold{background:var(--gold);color:#152f25}.phone{display:block;margin-top:16px;color:#dce6e0}
footer{display:flex;justify-content:space-between;gap:30px;padding:34px max(5vw,24px);background:#10281f;color:#dce6e0;font-size:.83rem}footer div{display:flex;flex-direction:column}footer strong{color:white}
.mobile-cta{display:none}
@media(max-width:900px){.topbar{height:68px}.top-cta{display:none}.hero{grid-template-columns:1fr}.hero-copy{order:2;padding:50px 24px 65px}.hero-photo{order:1;min-height:52vh;max-height:620px}.hero-photo img{object-position:center 28%}.hero-facts{grid-template-columns:1fr 1fr}.video-section{grid-template-columns:1fr;padding:70px 24px}.video-copy{justify-self:start}.video-frame{max-width:430px;justify-self:center}.question-band,.proposal-grid,.practice{grid-template-columns:1fr}.question-band p+ p{border-left:0;border-top:1px solid var(--gold);padding-left:0;padding-top:28px;margin-top:20px}.thinking-path{grid-template-columns:1fr 1fr}.practice-photo{min-height:560px}.practice-copy{padding:60px 24px}.info-grid{grid-template-columns:1fr}footer{padding-bottom:92px}.mobile-cta{display:block;position:fixed;left:16px;right:16px;bottom:14px;z-index:30;background:var(--gold);color:#17372b;text-decoration:none;text-align:center;padding:14px;border-radius:999px;font-weight:800;box-shadow:0 8px 30px rgba(0,0,0,.25)}}
@media(max-width:560px){.hero h1{font-size:3.15rem}.hero-actions{align-items:flex-start;flex-direction:column}.hero-facts{grid-template-columns:1fr 1fr;margin-top:38px}.section{padding-left:20px;padding-right:20px}.thinking-path,.practice-steps{grid-template-columns:1fr}.module-list summary{padding:18px 16px;gap:12px}.module-list summary strong{font-size:1.04rem}.module-list details p{padding:0 16px 20px}.included ul{display:block}footer{flex-direction:column}.hero-photo figcaption{left:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
