@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Manrope:wght@400;500;600;700&display=swap";
:root{--bg:#f6f0e8;--bg-strong:#efe5d8;--surface:#fffbf5cc;--surface-strong:#fffaf2;--surface-accent:#e4ece6;--text:#1d251f;--muted:#58635e;--accent:#365645;--accent-strong:#25382d;--line:#1d251f1f;--shadow:0 24px 80px #30392e1c;--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--content-width:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--text);background:radial-gradient(circle at top left, #d8e9dde6, transparent 28%), radial-gradient(circle at 90% 10%, #fff0d9e6, transparent 24%), linear-gradient(180deg, #f9f4ec 0%, var(--bg) 48%, #f3ede4 100%);margin:0;font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.page-shell{padding:24px 24px 48px;position:relative;overflow:hidden}.page-orb{filter:blur(70px);opacity:.45;pointer-events:none;border-radius:999px;position:absolute}.page-orb-left{background:#c3dfccd9;width:260px;height:260px;top:140px;left:-120px}.page-orb-right{background:#ffdeb099;width:300px;height:300px;top:520px;right:-120px}.topbar,.section,.footer{z-index:1;max-width:var(--content-width);margin:0 auto;position:relative}.topbar{justify-content:space-between;align-items:center;gap:20px;padding:10px 0 28px;display:flex}.brand{letter-spacing:.02em;align-items:center;gap:12px;font-weight:700;display:inline-flex}.brand-mark{background:var(--accent);color:#f7f3ed;border-radius:14px;place-items:center;width:40px;height:40px;font-family:Cormorant Garamond,serif;font-size:1.4rem;display:grid}.brand-name{font-size:1rem}.nav-links{color:var(--muted);gap:20px;font-size:.95rem;display:inline-flex}.hero{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:stretch;gap:32px;padding:16px 0 68px;display:grid}.hero-copy,.hero-panel,.info-card,.feature-card,.focus-card,.step-card,.final-cta-card,.signal-strip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;font-size:.82rem;font-weight:700}h1,h2,h3{margin:0;line-height:1}h1,h2{letter-spacing:-.03em;font-family:Cormorant Garamond,serif}h1{max-width:10ch;font-size:clamp(3.8rem,10vw,6.4rem)}h2{max-width:11ch;font-size:clamp(2.6rem,6vw,4rem)}h3{font-size:1.35rem;line-height:1.2}.hero-text,.section-copy,.supporting-copy,.feature-card p,.focus-card p,.step-card p,.info-card p,.panel-card p,.waitlist-form label,.form-note{color:var(--muted);line-height:1.7}.hero-text{max-width:34rem;margin:24px 0 0;font-size:1.12rem}.cta-row{flex-wrap:wrap;gap:14px;margin:28px 0 24px;display:flex}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 20px;transition:transform .18s,background-color .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--accent);color:#f9f6f1}.button-primary:hover{background:var(--accent-strong)}.button-secondary{border-color:var(--line);background:#ffffff7a}.button-full{width:100%}.supporting-copy{max-width:38rem;margin:0}.hero-panel{border-radius:var(--radius-xl);box-shadow:var(--shadow);background:linear-gradient(#fffaf2e0,#f5efe4eb);border:1px solid #ffffffa6;padding:22px}.hero-panel-header{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;justify-content:space-between;gap:12px;margin-bottom:18px;font-size:.84rem;display:flex}.hero-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.panel-card{border-radius:var(--radius-lg);background:#ffffffb8;border:1px solid #ffffffc7;min-height:164px;padding:20px}.panel-card-featured{background:linear-gradient(135deg, #375745f2, #5d7a69f0), var(--accent);color:#f8f5f0;grid-column:span 2}.panel-card-featured p{color:#f8f5f0c7}.panel-label{letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:.82rem;font-weight:700}.panel-card h2{max-width:none;margin-bottom:12px;font-size:2rem}.panel-card ul{color:var(--muted);margin:0;padding-left:18px;line-height:1.8}.section{padding:42px 0}.split-section{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:28px;display:grid}.section-heading{gap:18px;display:grid}.section-copy{max-width:42rem;margin:0}.stack{gap:14px;display:grid}.info-card,.feature-card,.focus-card,.step-card,.final-cta-card{border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);border:1px solid #ffffffbf;padding:24px}.signal-strip{border-radius:var(--radius-lg);background:#fffaf2b3;border:1px solid #ffffffb3;flex-wrap:wrap;gap:12px;margin-top:24px;padding:18px;display:flex}.signal-pill{min-height:42px;color:var(--accent);background:#36564514;border-radius:999px;align-items:center;padding:0 16px;font-size:.94rem;font-weight:600;display:inline-flex}.feature-grid,.focus-grid,.steps-grid{gap:18px;margin-top:28px;display:grid}.feature-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.feature-card:first-child,.feature-card:nth-child(2){grid-column:span 2}.feature-card:nth-child(5){background:linear-gradient(#e4ece6eb,#fffaf2eb);grid-column:span 3}.feature-title,.focus-kicker,.step-number{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;font-weight:700}.feature-card p:last-child,.focus-card p:last-child,.step-card p:last-child{margin-bottom:0}.focus-grid,.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.focus-card,.step-card{min-height:240px}.focus-kicker,.step-number{margin-bottom:18px}.final-cta{grid-template-columns:minmax(0,.85fr) minmax(320px,.65fr);align-items:start;gap:24px;display:grid}.final-cta-card{background:linear-gradient(#fffbf5e0,#f2ebe0f5)}.waitlist-form{gap:16px;display:grid}.waitlist-form label{gap:10px;font-size:.95rem;font-weight:600;display:grid}.waitlist-form input{border:1px solid var(--line);width:100%;min-height:52px;color:var(--text);background:#ffffffe0;border-radius:16px;padding:0 16px}.waitlist-form input:focus{outline-offset:2px;outline:2px solid #36564538}.form-note{margin:0;font-size:.92rem}.form-note-success{color:var(--accent)}.footer{color:var(--muted);justify-content:space-between;gap:20px;padding:32px 0 0;font-size:.92rem;display:flex}.reveal{opacity:0;animation:.7s cubic-bezier(.2,.7,.2,1) forwards rise;animation-delay:var(--delay,0s);transform:translateY(14px)}@keyframes rise{to{opacity:1;transform:translateY(0)}}@media (max-width:1120px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card:first-child,.feature-card:nth-child(2),.feature-card:nth-child(5){grid-column:auto}.focus-grid,.steps-grid,.final-cta,.split-section,.hero{grid-template-columns:1fr}}@media (max-width:760px){.page-shell{padding:16px 16px 40px}.topbar,.footer{flex-direction:column;align-items:flex-start}.nav-links{flex-wrap:wrap;gap:14px}h1{max-width:none;font-size:clamp(3.1rem,18vw,4.4rem)}h2{max-width:none;font-size:clamp(2.2rem,11vw,3.2rem)}.hero-panel-grid,.feature-grid,.focus-grid,.steps-grid{grid-template-columns:1fr}.panel-card-featured{grid-column:auto}.panel-card h2{font-size:1.6rem}.section,.hero{padding-bottom:32px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.button{opacity:1;transition:none;animation:none;transform:none}}
