:root{--font-sans:"Inter", "SF Pro Text", "Segoe UI", system-ui, sans-serif;--background:#fff;--foreground:#0a1f16;--card:#fff;--primary:#004225;--primary-foreground:#fff;--surface-green:#00422512;--secondary:var(--surface-green);--secondary-foreground:#002d19;--sidebar:#f7f6f3;--nav:#fbfaf7;--muted:#00422512;--muted-foreground:#5c6f64;--accent:#00844a;--accent-foreground:#fff;--border:#0042251c;--ring:#00422559;--cognac:#9a5a2a;--cognac-soft:#9a5a2a12;--cognac-ring:#9a5a2a59;--shadow-soft:0 1px 2px #0a1f160a, 0 24px 70px -44px #0a1f1652;--shadow-panel:0 1px 2px #0a1f160a, 0 16px 40px -28px #0a1f162e;--grid-line:#0042250e;--radius:1rem;font-family:var(--font-sans);color:var(--foreground);background:var(--background)}*{box-sizing:border-box;border-color:var(--border)}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth}body{background:var(--background);min-width:320px;color:var(--foreground);font-feature-settings:"cv02", "cv03", "cv04", "cv11";text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0}.not-found-page{min-height:100svh}a{color:inherit;text-decoration:none}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--foreground);background:#fbfaf7c2;border-bottom:1px solid #00422512;justify-content:space-between;align-items:center;gap:24px;padding:18px clamp(20px,4vw,56px);display:flex;position:fixed;top:0;left:0;right:0}.brand,.nav-links{align-items:center;display:flex}.brand{gap:10px;font-size:.95rem;font-weight:650;line-height:1}.brand-mark{width:34px;height:34px;color:var(--primary);letter-spacing:0;background:#fbfaf7c7;border:1px solid #0042252e;place-items:center;font-size:.72rem;display:grid}.nav-links{color:var(--muted-foreground);gap:22px;font-size:.86rem}.nav-links a:not(.button){padding:8px 0}.nav-links a:not(.button):hover,.nav-links a:not(.button):focus-visible,.site-footer a:hover,.site-footer a:focus-visible{color:var(--primary)}.header-cta{color:var(--foreground);white-space:nowrap;padding:8px 0;font-size:.95rem;font-weight:650;line-height:1}.nav-links .header-cta:hover,.nav-links .header-cta:focus-visible{color:var(--primary)}.hero{background:var(--background);border-bottom:1px solid #00422512;align-items:center;min-height:78svh;padding:132px clamp(20px,4vw,56px) 92px;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:2;max-width:1040px;position:relative}.section-label{color:var(--muted-foreground);letter-spacing:.04em;margin:0 0 18px;font-size:.78rem;font-weight:700;line-height:1.2}h1,h2,p{margin-top:0}h1{letter-spacing:0;max-width:940px;margin-bottom:24px;font-size:clamp(3.2rem,7vw,6.8rem);font-weight:720;line-height:.94}h2{letter-spacing:0;margin-bottom:0;font-size:clamp(2rem,4vw,4.5rem);font-weight:700;line-height:1}.hero-text,.section-copy,.product-copy p{color:var(--muted-foreground);font-size:clamp(1.06rem,1.5vw,1.25rem);line-height:1.6}.hero-text{max-width:760px;margin-bottom:34px}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.button{border:1px solid var(--border);border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-size:.94rem;font-weight:680;line-height:1;transition:transform .16s,border-color .16s,background .16s,color .16s;display:inline-flex}.button:hover,.button:focus-visible,.product-link:hover,.product-link:focus-visible{transform:translateY(-1px)}.button-primary{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground);box-shadow:0 10px 28px -20px #00422585}.button-secondary{background:var(--secondary);color:var(--secondary-foreground)}.content-band,.product-section{padding:clamp(72px,9vw,132px) clamp(20px,4vw,56px)}.content-band{background:var(--surface-green);scroll-margin-top:clamp(120px,27svh,220px)}.section-grid{grid-template-columns:minmax(0,.95fr) minmax(300px,.85fr);align-items:start;gap:clamp(36px,8vw,120px);max-width:1180px;margin:0 auto;display:grid}.section-actions{margin-top:28px}.section-cta{background:var(--card);box-shadow:var(--shadow-soft);color:var(--primary);border-color:#00422524;min-height:40px;padding:0 18px;font-size:.9rem}.section-copy p{margin-bottom:22px}.section-copy p:last-child{margin-bottom:0}.product-section{background:var(--sidebar)}.product-panel{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:32px;max-width:1180px;margin:0 auto;padding:clamp(34px,6vw,62px) 0;display:grid}.product-copy{max-width:780px}.product-copy p{margin:22px 0 0}.product-link{background:var(--card);min-height:52px;box-shadow:var(--shadow-soft);color:var(--primary);white-space:nowrap;border:1px solid #00422524;border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:0 18px;font-size:.94rem;font-weight:700;line-height:1;transition:transform .16s,border-color .16s,background .16s;display:inline-flex}.site-footer{color:var(--muted-foreground);justify-content:space-between;align-items:center;gap:20px;padding:28px clamp(20px,4vw,56px);font-size:.88rem;display:flex}.site-footer p{margin:0}.site-footer a{font-weight:650}.not-found{align-content:center;min-height:100svh;padding:clamp(48px,8vw,96px) clamp(20px,4vw,56px);display:grid}.not-found h1{max-width:760px}@media (width<=780px){.site-header{gap:14px;position:absolute}.nav-links{margin-left:auto}.hero{min-height:76svh;padding-top:116px}h1{font-size:clamp(3rem,17vw,4.5rem)}.section-grid,.product-panel{grid-template-columns:1fr}.product-link{white-space:normal;justify-self:start;max-width:100%}.site-footer{flex-direction:column;align-items:flex-start}}@media (width<=520px){.brand span:last-child{display:none}}
