:root{color-scheme:light;--esh-accent:#BC2C00;--esh-fg:#1A1814;--esh-bg:#FAFAF8;--esh-surface:#FFFFFF;--esh-border:rgba(26,24,20,0.08);--esh-muted:rgba(26,24,20,0.6)}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--esh-font-family-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);background:radial-gradient(1200px 600px at 80% -200px,rgba(188,44,0,.06),transparent 60%),radial-gradient(900px 500px at -100px 300px,rgba(30,91,199,.04),transparent 60%),var(--esh-bg);color:var(--esh-fg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.landing{min-height:100vh;display:flex;flex-direction:column}.landing__nav{justify-content:space-between;padding:20px 56px;border-bottom:1px solid var(--esh-border);background:rgba(250,250,248,.85);-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);position:-webkit-sticky;position:sticky;top:0;z-index:10}.landing__brand,.landing__nav{display:flex;align-items:center}.landing__brand{gap:14px;font-weight:600;font-size:15px}.landing__brand-logo{height:30px;width:auto;display:block}.landing__brand-divider{color:rgba(26,24,20,.2);font-weight:300;font-size:18px}.landing__brand-section{color:rgba(26,24,20,.72);font-weight:500;font-size:14.5px}.landing__nav-link{font-size:13.5px;color:var(--esh-muted);font-weight:500;transition:color .15s ease}.landing__nav-link:hover{color:var(--esh-accent)}.landing__hero{position:relative;padding:88px 56px 40px;max-width:1200px;margin:0 auto;width:100%;overflow:hidden}.landing__hero-mark{position:absolute;top:40px;right:-120px;width:720px;opacity:.05;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.landing__hero-inner{position:relative;z-index:1}.landing__hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--esh-accent);padding:8px 16px;background:rgba(188,44,0,.08);border:1px solid rgba(188,44,0,.15);border-radius:999px;margin-bottom:32px}.landing__hero h1{font-size:clamp(40px,6vw,72px);line-height:1.02;margin:0 0 28px;letter-spacing:-.025em;font-weight:700}.landing__hero h1 em{color:var(--esh-accent);font-style:normal;position:relative}.landing__hero p{font-size:19px;line-height:1.55;max-width:720px;color:rgba(26,24,20,.72);margin:0}.landing__hero-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:28px;gap:28px;padding:32px 0 0;border-top:1px solid var(--esh-border)}.landing__hero-strip>div{display:flex;flex-direction:column;gap:6px}.landing__hero-strip strong{font-size:15px;font-weight:700;letter-spacing:-.005em}.landing__hero-strip span{font-size:14px;line-height:1.55;color:rgba(26,24,20,.62)}.catalog{padding:16px 56px 64px;max-width:1200px;margin:0 auto;width:100%}.catalog__section{padding-top:40px}.catalog__section+.catalog__section{border-top:1px solid var(--esh-border);margin-top:56px}.catalog__section-head{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.catalog__section-headline{display:flex;align-items:center;gap:18px}.catalog__section-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:color-mix(in srgb,var(--cat-accent) 12%,transparent);color:var(--cat-accent);font-size:22px;font-weight:700;flex-shrink:0}.catalog__section-eyebrow{display:block;font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cat-accent);margin-bottom:4px}.catalog__section-title{margin:0;font-size:32px;font-weight:700;letter-spacing:-.02em}.catalog__section-desc{margin:0;font-size:16px;line-height:1.6;color:rgba(26,24,20,.65);max-width:760px}.catalog__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:24px;gap:24px;grid-auto-rows:1fr}.catalog__grid>li{display:flex}.catalog__grid>li>.product,.catalog__grid>li>a.product{width:100%;height:100%}.catalog__grid--feature{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.product{position:relative;display:flex;flex-direction:column;gap:0;padding:32px;min-height:280px;background:var(--esh-surface);border:1px solid var(--esh-border);border-radius:18px;transition:border-color .2s ease,transform .2s ease,box-shadow .25s ease;overflow:hidden}.product:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--cat-accent);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.product--live:hover{border-color:var(--cat-accent);transform:translateY(-4px);box-shadow:0 22px 48px -24px rgba(26,24,20,.25)}.product--live:hover:before{transform:scaleX(1)}.product--soon{background:var(--esh-surface);border-style:solid;border-color:var(--esh-border)}.product--soon:hover{border-color:var(--cat-accent);transform:translateY(-4px);box-shadow:0 22px 48px -24px rgba(26,24,20,.18)}.product--soon:hover:before{transform:scaleX(1)}.product--soon:hover .product__cta{gap:14px;color:var(--cat-accent)}.product--soon:hover .product__mark{background:var(--cat-accent);color:#fff;transform:rotate(-4deg)}.product__watermark{position:absolute;top:-30px;right:-50px;width:220px;opacity:.04;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .25s ease,transform .3s ease}.product--live:hover .product__watermark{opacity:.08;transform:scale(1.04) rotate(-3deg)}.product__head{justify-content:space-between;gap:12px;position:relative;z-index:1;margin-bottom:24px}.product__head,.product__mark{display:flex;align-items:center}.product__mark{width:48px;height:48px;justify-content:center;background:var(--esh-fg);color:#fff;border-radius:12px;font-weight:700;font-size:22px;letter-spacing:-.02em;transition:background .2s ease,transform .2s ease}.product--live:hover .product__mark{background:var(--cat-accent);transform:rotate(-4deg)}.product--soon .product__mark{background:var(--esh-fg);color:#fff}.product__tag{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:999px}.product__tag-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.product__tag--live{background:rgba(30,127,79,.1);color:#1E7F4F}.product__tag--soon{background:rgba(26,24,20,.06);color:rgba(26,24,20,.55)}.product__body{position:relative;z-index:1;flex:1 1;display:flex;flex-direction:column;gap:12px}.product__name{margin:0;font-size:22px;font-weight:700;letter-spacing:-.018em;line-height:1.15}.product--soon .product__name{color:var(--esh-fg)}.product__desc{margin:0;font-size:14.5px;line-height:1.6;color:rgba(26,24,20,.66)}.product__cta{margin-top:24px;font-size:14.5px;font-weight:600;color:var(--cat-accent);display:inline-flex;align-items:center;gap:8px;transition:gap .2s ease;position:relative;z-index:1}.product--soon .product__cta{color:rgba(26,24,20,.78);font-weight:600}.product--soon .product__cta:after{content:"";display:inline-block;width:6px;height:6px}.product--live:hover .product__cta{gap:14px}.landing__band{margin:40px auto 0;max-width:1200px;width:calc(100% - 112px)}.landing__band-inner{position:relative;background:linear-gradient(135deg,#1A1814,#2C2722);color:#fff;padding:56px 64px;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;overflow:hidden;box-shadow:0 28px 64px -32px rgba(26,24,20,.6)}.landing__band-mark{position:absolute;top:-60px;right:-80px;width:380px;opacity:.06;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:invert(1)}.landing__band-text{position:relative;z-index:1;flex:1 1;min-width:280px}.landing__band-inner h2{margin:0 0 10px;font-size:30px;font-weight:700;letter-spacing:-.02em;line-height:1.15}.landing__band-inner p{margin:0;font-size:16.5px;line-height:1.55;color:rgba(255,255,255,.72);max-width:580px}.landing__band-cta{background:var(--esh-accent);color:#fff;padding:16px 30px;border-radius:12px;font-weight:600;font-size:15px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap;position:relative;z-index:1}.landing__band-cta:hover{transform:translateY(-2px);background:#D43400;box-shadow:0 12px 22px -8px rgba(188,44,0,.5)}.landing__footer{margin-top:56px;padding:32px 56px;border-top:1px solid var(--esh-border);color:var(--esh-muted);font-size:13px;justify-content:space-between;flex-wrap:wrap}.landing__footer,.landing__footer-inner{display:flex;align-items:center;gap:16px}.landing__footer-logo{height:22px;width:auto;opacity:.7}.landing__footer-build,.landing__footer-meta{color:rgba(26,24,20,.55)}.landing__footer-build{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;background:rgba(26,24,20,.05);padding:4px 10px;border-radius:6px}@media (max-width:720px){.catalog,.landing__footer,.landing__hero,.landing__nav{padding-left:24px;padding-right:24px}.landing__hero{padding-top:72px;padding-bottom:56px}.landing__band{margin-left:24px;margin-right:24px;width:calc(100% - 48px)}.landing__band-inner{padding:36px 32px}.landing__band-inner h2{font-size:24px}.product{padding:26px;min-height:240px}.product__name{font-size:19px}.catalog__section-title{font-size:26px}.catalog__section-icon{width:38px;height:38px}}.landing__nav-actions{gap:12px}.btn,.landing__nav-actions{display:inline-flex;align-items:center}.btn{gap:8px;padding:9px 18px;border-radius:8px;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:background .15s,transform .05s,box-shadow .15s;text-decoration:none}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--esh-color-accent,#BC2C00);color:#fff;border-color:var(--esh-color-accent,#BC2C00);box-shadow:0 2px 8px -2px rgba(188,44,0,.4)}.btn--primary:hover{background:#A02500;border-color:#A02500}.btn--lg{padding:14px 26px;font-size:16px}.public-hero{flex:1 1;display:flex;align-items:center;padding:80px 48px 100px}.public-hero__inner{max-width:880px;margin:0 auto;width:100%}.public-hero__eyebrow{display:inline-block;font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--esh-color-accent,#BC2C00);margin-bottom:16px}.public-hero__title{font-size:clamp(36px,5.4vw,60px);line-height:1.05;font-weight:700;letter-spacing:-.025em;margin:0 0 28px;color:var(--fz-fg)}.public-hero__accent{color:var(--esh-color-accent,#BC2C00)}.public-hero__lead{font-size:18px;line-height:1.6;color:rgba(26,24,20,.72);margin:0 0 36px;max-width:640px}.public-hero__cta-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:56px}.public-hero__hint{font-size:13px;color:rgba(26,24,20,.55)}.public-hero__hint code{background:rgba(26,24,20,.06);padding:1px 6px;border-radius:4px;font-size:12.5px}.public-hero__sub{padding-top:32px;border-top:1px solid rgba(0,0,0,.06);max-width:640px}.public-hero__sub p{font-size:13.5px;color:rgba(26,24,20,.55);margin:0 0 10px;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.public-hero__sub ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.public-hero__sub a{font-size:14.5px;color:var(--fz-fg);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s}.public-hero__sub a:hover{border-bottom-color:var(--esh-color-accent,#BC2C00);color:var(--esh-color-accent,#BC2C00)}.public-footer{padding:22px 48px;border-top:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:rgba(26,24,20,.55)}.public-footer a{color:inherit;text-decoration:none;font-weight:600}.public-footer a:hover{color:var(--fz-fg)}@media (max-width:720px){.public-hero{padding:56px 24px 80px}.public-footer{padding:18px 24px;flex-direction:column;gap:8px}}