:root{--green:#2f4134;--green-dark:#1e2f26;--cream:#f7f2e9;--violet:#795189;--gold:#d8bd84;--ink:#2b352f;--muted:#6f7b73;--line:#dfe5df}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:'Montserrat',sans-serif;overflow-x:hidden}.landing-shell{width:min(1180px,calc(100% - 40px));margin:auto}.landing-hero{position:relative;min-height:730px;display:flex;align-items:flex-end;overflow:hidden;color:#fff;background-position:center;background-size:cover}.landing-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,33,25,.9),rgba(20,33,25,.5) 55%,rgba(20,33,25,.18)),linear-gradient(to top,rgba(20,33,25,.68),transparent 55%)}.landing-hero__content{position:relative;z-index:1;padding:180px 0 105px}.landing-breadcrumb{display:flex;gap:7px;margin-bottom:23px;color:rgba(255,255,255,.6);font-size:9px}.landing-breadcrumb a{color:var(--gold);text-decoration:none}.landing-kicker{margin:0 0 16px;color:var(--gold);font-size:10px;font-weight:700;letter-spacing:2.4px}.landing-hero h1{max-width:900px;margin:0;font-family:'Cormorant Garamond',serif;font-size:clamp(54px,8vw,100px);font-weight:600;line-height:.92}.landing-hero__content>p:not(.landing-kicker){max-width:680px;margin:25px 0 0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.75}.landing-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}.landing-button{display:inline-flex;min-height:50px;padding:0 22px;align-items:center;border-radius:13px;background:var(--violet);color:#fff;font-size:10px;font-weight:700;text-decoration:none}.landing-button--ghost{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.landing-intro{padding:110px 0;background:#fff}.landing-intro__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:start}.landing-label{color:var(--violet);font-size:9px;font-weight:700;letter-spacing:2px}.landing-intro h2,.landing-section h2,.landing-cta h2{margin:12px 0 0;color:var(--green);font-family:'Cormorant Garamond',serif;font-size:clamp(39px,5vw,61px);font-weight:600;line-height:1}.landing-copy p{margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.85}.landing-copy strong{color:var(--green)}.landing-section{padding:105px 0}.landing-section--tint{background:#edf1ec}.landing-heading{max-width:770px;margin:0 auto 50px;text-align:center}.landing-heading>p{margin:14px 0 0;color:var(--muted);font-size:12px;line-height:1.75}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{padding:28px;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:0 14px 40px rgba(32,48,37,.05)}.feature-icon{display:grid;width:45px;height:45px;place-items:center;border-radius:14px;background:#eee7f1;color:var(--violet);font-size:20px}.feature-card h3{margin:18px 0 7px;color:var(--green);font-family:'Cormorant Garamond',serif;font-size:25px}.feature-card p{margin:0;color:var(--muted);font-size:10px;line-height:1.7}.journey{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border-radius:23px;background:var(--line)}.journey article{min-height:250px;padding:28px;background:#fff}.journey span{color:var(--violet);font-family:'Cormorant Garamond',serif;font-size:35px}.journey h3{margin:28px 0 8px;color:var(--green);font-family:'Cormorant Garamond',serif;font-size:23px}.journey p{margin:0;color:var(--muted);font-size:9px;line-height:1.7}.landing-note{margin-top:20px;color:var(--muted);font-size:9px;text-align:center}.landing-faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:65px}.landing-faq-list details{border-bottom:1px solid var(--line)}.landing-faq-list summary{padding:20px 0;list-style:none;color:var(--green);font-size:12px;font-weight:700;cursor:pointer}.landing-faq-list summary::-webkit-details-marker{display:none}.landing-faq-list summary:after{content:'+';float:right;color:var(--violet);font-size:20px}.landing-faq-list details[open] summary:after{content:'−'}.landing-faq-list p{margin:-3px 0 20px;color:var(--muted);font-size:10px;line-height:1.75}.landing-cta{padding:100px 0;background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;text-align:center}.landing-cta h2{max-width:800px;margin:12px auto 0;color:#fff}.landing-cta>div>p:not(.landing-label){max-width:650px;margin:20px auto 0;color:rgba(255,255,255,.65);font-size:12px;line-height:1.7}.landing-cta .landing-label{color:var(--gold)}.landing-cta .landing-actions{justify-content:center}@media(max-width:900px){.landing-intro__grid,.landing-faq{grid-template-columns:1fr;gap:35px}.feature-grid{grid-template-columns:1fr 1fr}.journey{grid-template-columns:1fr 1fr}}@media(max-width:600px){.landing-shell{width:calc(100% - 24px)}.landing-hero{min-height:660px}.landing-hero__content{padding:150px 0 80px}.landing-intro,.landing-section{padding:75px 0}.feature-grid,.journey{grid-template-columns:1fr}.journey article{min-height:auto}.landing-button{width:100%;justify-content:center}}
