.landing{--ink:#111;--ink-soft:#2b2d42;--stone:#faf8f5;--stone-dark:#f0ece4;--orange:#d2691e;--orange-deep:#b8500f;--orange-dim:#d2691e1a;--orange-glow:#d2691e0f;--gold:#daa520;--text:#4a4a4a;--text-light:#7a7a7a;--text-faint:#a3a3a3;--white:#fff;--serif:var(--font-serif), Georgia, serif;--sans:var(--font-sans), -apple-system, sans-serif;font-family:var(--sans);color:var(--text);background:var(--stone);line-height:1.6}.landing nav{z-index:100;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(1.5rem,4vw,4rem);transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing nav.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#faf8f5eb;box-shadow:0 1px #0000000f}.nav-brand{align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-brand svg{flex-shrink:0}.nav-wordmark{font-family:var(--serif);color:var(--ink);font-size:1.5rem;font-style:italic}.nav-right{align-items:center;gap:2.5rem;display:flex}.nav-right a{color:var(--text);letter-spacing:.01em;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-right a:hover{color:var(--ink)}.nav-right a.btn-orange,.nav-right a.btn-orange:hover{color:var(--white)}.landing .btn{font-family:var(--sans);cursor:pointer;border:none;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{background:var(--ink);color:var(--white);border-radius:100px;padding:.7rem 1.75rem}.btn-primary:hover{background:var(--ink-soft);transform:translateY(-1px)}.btn-orange{background:var(--orange);color:var(--white);border-radius:100px;padding:.7rem 1.75rem}.btn-orange:hover{background:var(--orange-deep);transform:translateY(-1px)}.btn-ghost{color:var(--ink);background:0 0;padding:.7rem 0;position:relative}.btn-ghost:after{content:"";background:var(--ink);transform-origin:100%;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:.5rem;left:0;transform:scaleX(0)}.btn-ghost:hover:after{transform-origin:0;transform:scaleX(1)}.btn-arrow{transition:transform .2s;display:inline-block}.landing .btn:hover .btn-arrow{transform:translate(3px)}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 clamp(1.5rem,4vw,4rem);display:flex;position:relative;overflow:hidden}.hero-inner{max-width:900px}.hero-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--orange);align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.8125rem;font-weight:600;display:flex}.hero-eyebrow:before{content:"";background:var(--orange);width:24px;height:1px}.landing .hero h1{font-family:var(--serif);color:var(--ink);letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:1.05}.landing .hero h1 em{color:var(--orange);font-style:italic}.hero-body{color:var(--text-light);max-width:540px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.7}.hero-cta{justify-content:center;align-items:center;gap:2rem;display:flex}.hero-raven{opacity:.12;position:absolute;top:50%;right:clamp(2rem,6vw,8rem);transform:translateY(-50%)}.section-pad{padding:clamp(5rem,10vw,9rem) clamp(1.5rem,4vw,4rem)}.section-dark{background:var(--ink);color:var(--white)}.section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--orange);justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:flex}.section-label:before{content:"";background:var(--orange);width:24px;height:1px}.landing .section-heading{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;text-align:center;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.25rem);font-weight:400;line-height:1.15}.section-dark .section-heading{color:var(--white)}.section-desc{color:var(--text-light);text-align:center;max-width:520px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.section-dark .section-desc{color:#ffffff80}.steps{flex-direction:column;gap:0;margin-top:5rem;display:flex}.step{border-top:1px solid #ffffff14;grid-template-columns:120px 1fr;align-items:start;gap:3rem;padding:3.5rem 0;display:grid}.step:last-child{border-bottom:1px solid #ffffff14}.step-num{font-family:var(--serif);color:#d2691e26;font-size:4.5rem;font-style:italic;line-height:1}.step-content h3{font-family:var(--serif);color:var(--white);margin-bottom:.75rem;font-size:1.75rem;font-weight:400}.step-content p{color:#ffffff80;max-width:520px;font-size:1rem;line-height:1.7}.metrics{border-top:1px solid var(--stone-dark);grid-template-columns:repeat(3,1fr);margin-top:5rem;display:grid}.metric{border-right:1px solid var(--stone-dark);padding:3rem 0}.metric:last-child{border-right:none}.metric:first-child{padding-right:2rem}.metric:nth-child(2){padding:3rem 2rem}.metric:last-child{padding-left:2rem}.metric-value{font-family:var(--serif);color:var(--orange);margin-bottom:.75rem;font-size:clamp(3rem,5vw,4rem);font-style:italic;line-height:1}.metric-desc{color:var(--text-light);font-size:.9375rem;line-height:1.55}.beyond{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(3rem,6vw,8rem);margin-top:4rem;display:grid}.beyond-text p{color:var(--text-light);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.75}.beyond-list{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.beyond-list li{color:var(--text);align-items:baseline;gap:1rem;font-size:.9375rem;line-height:1.5;display:flex}.beyond-list li:before{content:"";background:var(--orange);border-radius:50%;flex-shrink:0;width:6px;height:6px;position:relative;top:.1em}.beyond-visual{background:var(--white);border-radius:2px;padding:2.5rem;position:relative}.beyond-visual:before{content:"";background:linear-gradient(to bottom, var(--orange), transparent);width:3px;height:100%;position:absolute;top:0;left:0}.tl{flex-direction:column;gap:0;display:flex}.tl-item{border-bottom:1px solid var(--stone);align-items:center;gap:1.25rem;padding:1rem 0;display:flex}.tl-item:last-child{border-bottom:none}.tl-time{text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);flex-shrink:0;width:72px;font-size:.75rem;font-weight:600}.tl-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.tl-dot.done{background:var(--orange)}.tl-dot.future{background:var(--stone-dark)}.tl-label{color:var(--text);font-size:.875rem}.tl-item.is-future .tl-label{color:var(--text-faint)}.compare{grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,2.5rem);margin-top:4rem;display:grid}.compare-card{border:1px solid var(--stone-dark);border-radius:12px;padding:clamp(2rem,3vw,3rem)}.compare-card--with{border-color:var(--orange);border-width:1.5px}.compare-title{font-family:var(--sans);align-items:center;gap:.6rem;margin-bottom:2rem;font-size:1.25rem;font-weight:700;display:flex}.compare-card--without .compare-title{color:var(--text-faint)}.compare-card--with .compare-title{color:var(--orange)}.compare-icon{flex-shrink:0;width:22px;height:22px}.compare-list{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.compare-list li{color:var(--text);align-items:baseline;gap:.85rem;font-size:.9375rem;line-height:1.55;display:flex}.compare-card--without .compare-list li{color:var(--text-light)}.compare-list li svg{flex-shrink:0;position:relative;top:.15em}.faq-grid{grid-template-columns:1fr 1fr;gap:0 clamp(3rem,6vw,8rem);margin-top:4rem;display:grid}.faq-item{border-bottom:1px solid var(--stone-dark)}.faq-q{text-align:left;width:100%;font-family:var(--sans);color:var(--ink);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;font-size:.9375rem;font-weight:600;line-height:1.4;transition:color .2s;display:flex}.faq-q:hover{color:var(--orange)}.faq-toggle{flex-shrink:0;width:20px;height:20px;position:relative}.faq-toggle:before,.faq-toggle:after{content:"";background:currentColor;transition:transform .25s;position:absolute}.faq-toggle:before{width:12px;height:1.5px;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-toggle:after{width:1.5px;height:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-item.open .faq-toggle:after{transform:translate(-50%,-50%)rotate(90deg)}.faq-a{max-height:0;transition:max-height .3s;overflow:hidden}.faq-a-inner{color:var(--text-light);padding:0 0 1.5rem;font-size:.9375rem;line-height:1.7}.cta{text-align:center;background:var(--ink);padding:clamp(6rem,12vw,10rem) clamp(1.5rem,4vw,4rem);position:relative;overflow:hidden}.cta:before{content:"";background:radial-gradient(circle,#d2691e14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-heading{font-family:var(--serif);color:var(--white);margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.15;position:relative}.cta-sub{color:#fff6;margin-bottom:3rem;font-size:1.1rem;position:relative}.cta .btn-orange{background:var(--orange);color:var(--white)}.cta .btn-orange:hover{background:#e07828}.landing footer{justify-content:space-between;align-items:center;padding:2.5rem clamp(1.5rem,4vw,4rem);display:flex}.footer-left{color:var(--text-faint);align-items:center;gap:.6rem;font-size:.8125rem;display:flex}.footer-left strong{color:var(--text);font-weight:600}.footer-right{gap:2rem;list-style:none;display:flex}.footer-right a{color:var(--text-faint);font-size:.8125rem;text-decoration:none;transition:color .2s}.footer-right a:hover{color:var(--text)}@media (max-width:860px){.hero-raven{display:none}.step{grid-template-columns:60px 1fr;gap:1.5rem}.step-num{font-size:3rem}.metrics{border-top:none;grid-template-columns:1fr}.metric{border-right:none;border-bottom:1px solid var(--stone-dark);padding:2rem 0!important}.metric:last-child{border-bottom:none}.beyond,.faq-grid{grid-template-columns:1fr}.hero-cta{flex-direction:column;align-items:flex-start}.compare{grid-template-columns:1fr}}
