.landing-shell{margin-inline:auto;width:100%;max-width:42rem;padding-inline:1.5rem}.landing-page{position:relative;min-height:calc(100vh - 4rem);overflow:hidden}.landing-bg-layer{position:fixed;inset:0;z-index:0;pointer-events:none}.landing-bg-gradient{position:absolute;inset:0;background-color:var(--color-bg);background-image:radial-gradient(ellipse 90% 55% at 50% -5%,rgba(47,93,78,.15),transparent 58%),radial-gradient(ellipse 45% 38% at 100% 8%,rgba(184,149,107,.12),transparent 62%),radial-gradient(ellipse 38% 32% at 0 88%,rgba(47,93,78,.08),transparent 55%)}.landing-bg-blob{position:absolute;border-radius:50%;filter:blur(88px);opacity:.5;transition:transform .4s ease-out}.landing-bg-blob-a{top:6%;right:-6%;width:26rem;height:26rem;background:rgba(47,93,78,.16);animation:landing-blob-drift 20s ease-in-out infinite alternate}.landing-bg-blob-b{bottom:8%;left:-8%;width:22rem;height:22rem;background:rgba(184,149,107,.14);animation:landing-blob-drift 20s ease-in-out infinite alternate-reverse}@keyframes landing-blob-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(18px,-14px,0) scale(1.05)}}.landing-bg-noise{position:absolute;inset:0;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E")}.landing-main{position:relative;z-index:1}.landing-hero{display:flex;min-height:calc(100vh - 4rem);align-items:center;justify-content:center;padding-block:2rem}.landing-hero-stage{width:100%}.landing-hero-copy{text-align:center}.landing-hero-eyebrow{margin:0}.landing-hero-eyebrow-pill{display:inline-flex;padding:.35rem .85rem;border-radius:999px;border:1px solid rgba(184,149,107,.28);background:rgba(255,255,255,.78);font-size:.6875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--color-gold);backdrop-filter:blur(10px)}.landing-hero-title{margin:1rem 0 0;font-size:clamp(3rem,10vw,5rem);font-weight:900;letter-spacing:-.05em;line-height:1.02}.landing-hero-title-main{color:var(--color-text)}.landing-hero-title-accent{background:linear-gradient(135deg,#2f5d4e,#4a8f78 48%,#b8956b);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-hero-subtitle{margin:1.25rem auto 0;max-width:32rem;font-size:clamp(1rem,2.2vw,1.125rem);font-weight:400;line-height:1.7;color:var(--color-muted)}.landing-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem}.landing-hero-animate{opacity:0;transform:translateY(20px);filter:blur(6px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1),filter .7s cubic-bezier(.22,1,.36,1)}.landing-hero-stage.is-ready .landing-hero-animate{opacity:1;transform:translateY(0);filter:blur(0)}.landing-hero-stage.is-ready .landing-hero-animate-2{transition-delay:80ms}.landing-hero-stage.is-ready .landing-hero-animate-3{transition-delay:.16s}.landing-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.625rem 1.5rem;border-radius:999px;font-size:.9375rem;font-weight:700;text-decoration:none;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,background .22s ease,border-color .22s ease}.landing-btn:active{transform:scale(.97)}.landing-btn-lg{min-height:3rem;padding-inline:1.75rem}.landing-btn-primary{color:#fff;border:1px solid transparent;background:linear-gradient(180deg,#3d7462 0,var(--color-accent) 100%);box-shadow:0 4px 20px rgba(47,93,78,.32)}.landing-btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 32px rgba(47,93,78,.38),0 0 0 4px rgba(47,93,78,.1)}.landing-btn-secondary{color:var(--color-text);border:1px solid var(--color-border-strong);background:rgba(255,255,255,.92);box-shadow:var(--shadow-sm)}.landing-btn-secondary:hover{transform:translateY(-2px) scale(1.02);border-color:rgba(47,93,78,.22);box-shadow:var(--shadow-md)}@media (prefers-reduced-motion:reduce){.landing-hero-animate{opacity:1;transform:none;filter:none;transition:none}.landing-bg-blob-a,.landing-bg-blob-b{animation:none}}