:root{--surface-0: #efefef;--surface-1: #ffffff;--surface-2: #fafafa;--ink-1: #111111;--ink-2: #5a5a5a;--line-1: rgba(17, 17, 17, .12);--line-2: rgba(17, 17, 17, .22);--elev-1: 0 12px 34px rgba(0, 0, 0, .08);--radius-lg: 18px;--radius-md: 14px;--space-section: clamp(3rem, 5.2vw, 4.8rem);--bg: var(--surface-0);--bg-strong: var(--surface-2);--bg-muted: var(--surface-2);--text: var(--ink-1);--muted: var(--ink-2);--border: var(--line-1);--border-strong: var(--line-2);--shadow: rgba(0, 0, 0, .08);--radius: var(--radius-lg)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}html{overflow-y:scroll;scrollbar-gutter:stable}body{font-family:"Source Sans 3",Helvetica Neue,Arial,sans-serif;background:var(--surface-0);color:var(--ink-1);line-height:1.6}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-2;background:radial-gradient(circle at 12% 16%,rgba(0,0,0,.05),transparent 42%),radial-gradient(circle at 85% 0%,rgba(0,0,0,.035),transparent 40%),linear-gradient(180deg,#f4f4f4,#ededed)}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;opacity:.22;background-image:url("data:image/svg+xml,%3Csvg width='140' height='140' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(0,0,0,0.08)'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3{font-family:Space Grotesk,Helvetica Neue,Arial,sans-serif;line-height:1.12;letter-spacing:-.01em}:focus-visible{outline:2px solid var(--ink-1);outline-offset:2px}.app-shell{display:flex;flex-direction:column;min-height:100vh}.main{flex:1;padding-bottom:5.6rem}.container{width:min(1120px,92vw);margin:0 auto}.eyebrow{display:inline-block;margin-bottom:1.15rem;text-transform:uppercase;letter-spacing:.24em;font-size:.72rem;font-weight:600;color:var(--ink-2)}.lead{color:var(--ink-2);font-size:clamp(1.03rem,1.7vw,1.24rem);line-height:1.72}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid transparent;border-radius:999px;padding:.72rem 1.26rem;background:var(--ink-1);color:var(--surface-1);font-size:.92rem;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.primary-button:hover{background:#1d1d1d;transform:translateY(-1px);box-shadow:0 8px 16px #0003}.site-header{position:sticky;top:0;z-index:120;background:#f5f5f5d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(17,17,17,.08)}.header-inner{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:1.05rem 0}.brand{display:inline-flex;align-items:center;gap:.64rem;font-family:Space Grotesk,Helvetica Neue,sans-serif}.header-brand{font-size:1.03rem;font-weight:560;letter-spacing:.005em}.brand-mark{width:26px;height:26px;border-radius:8px;object-fit:contain}.hero{padding:clamp(3.8rem,7.2vw,6rem) 0 clamp(2rem,5vw,3.3rem)}.hero-main{max-width:760px}.hero-title{font-size:clamp(2.2rem,4.4vw,3.4rem);margin-bottom:1.2rem}.hero-lead{max-width:74ch}.section{padding:var(--space-section) 0}.section-header h2{font-size:clamp(1.76rem,3vw,2.34rem);margin-bottom:.9rem}.products-section{padding-top:clamp(1.4rem,4.2vw,2.6rem)}.product-list{display:grid;gap:1.4rem}.product-card-full{display:flex;flex-direction:column;gap:1rem;padding:clamp(1.24rem,2vw,1.9rem);border-radius:var(--radius-lg);border:1px solid var(--line-1);background:#ffffffe6;box-shadow:var(--elev-1);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.product-card-full:hover{transform:translateY(-2px);border-color:var(--line-2);box-shadow:0 15px 36px #0000001a}.product-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.product-head h3{font-size:clamp(1.25rem,1.9vw,1.52rem);line-height:1.2}.coming-soon-badge{flex-shrink:0;border-radius:999px;border:1px solid var(--line-2);padding:.2rem .65rem;color:var(--ink-2);font-size:.72rem;font-weight:600;letter-spacing:.01em}.product-summary{color:var(--ink-2);line-height:1.68}.product-features{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.56rem 1rem;color:var(--ink-2)}.product-features li{position:relative;padding-left:.92rem;line-height:1.48}.product-features li:before{content:"";position:absolute;left:0;top:.55em;width:.34rem;height:.34rem;border-radius:50%;background:#2f2f2f}.product-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.product-tags{display:flex;flex-wrap:wrap;gap:.42rem}.product-tag{border-radius:999px;border:1px solid var(--line-1);background:var(--surface-2);padding:.24rem .7rem;color:#3f3f3f;font-size:.76rem;font-weight:500}.product-cta{white-space:nowrap}.product-card-full.coming-soon{opacity:.62;background:#fafafa9e;border-style:dashed;box-shadow:none}.product-card-full.coming-soon:hover{transform:none;border-color:var(--line-1);box-shadow:none}.product-card-full.coming-soon .product-summary,.product-card-full.coming-soon .product-tag{color:#767676}.site-footer{margin-top:clamp(2rem,5vw,3.5rem);border-top:1px solid rgba(17,17,17,.09);background:#f4f4f4c2;padding:1.8rem 0 1.2rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-brand-mark{font-size:.98rem;font-weight:560}.footer-links{display:inline-flex;align-items:center;gap:1.2rem}.footer-link{color:var(--ink-2);font-size:.92rem;font-weight:500;transition:color .14s ease}.footer-link:hover{color:var(--ink-1)}.footer-bottom{margin-top:1rem;text-align:center;color:var(--ink-2);font-size:.84rem}.page{min-height:100%}.page-hero{padding:clamp(3rem,8vw,5.5rem) 0}.page-hero h1{font-size:clamp(2rem,5vw,2.8rem)}.page-hero .lead{max-width:68ch;margin-top:.72rem}.page-hero .primary-button{margin-top:1.2rem}.lang-switcher{position:fixed;right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));z-index:1000;transition:opacity .14s ease}.lang-switcher:hover,.lang-switcher:focus-within{opacity:1}.lang-btn{display:inline-flex;align-items:center;gap:.32rem;border:1px solid var(--line-1);border-radius:999px;background:#fcfcfcf5;color:#2d2d2d;font-family:inherit;font-size:.74rem;font-weight:600;padding:.5rem .72rem;box-shadow:0 6px 14px #00000014;transition:border-color .14s ease,box-shadow .14s ease;cursor:pointer}.lang-btn:hover{border-color:var(--line-2);box-shadow:0 8px 18px #0000001a}.lang-menu{display:none;position:absolute;right:0;bottom:calc(100% + 8px);min-width:158px;border-radius:var(--radius-md);border:1px solid var(--line-1);background:#fff;box-shadow:var(--elev-1);overflow:hidden}.lang-menu.open{display:grid}.lang-option{width:100%;border:0;background:transparent;color:#2f2f2f;text-align:left;font-family:inherit;font-size:.84rem;padding:.62rem .82rem;cursor:pointer;transition:background-color .14s ease}.lang-option:hover{background:#f3f3f3}.lang-option.active{background:#ececec;color:var(--ink-1);font-weight:600}@keyframes fade-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-main,.product-card-full{animation:fade-rise .34s ease both}.product-card-full:nth-of-type(2){animation-delay:90ms}.product-card-full:nth-of-type(3){animation-delay:.13s}@media (max-width: 980px){.product-features{grid-template-columns:1fr}.product-footer{align-items:flex-start;flex-direction:column}}@media (max-width: 720px){.container{width:min(1120px,94vw)}.header-inner{padding:.85rem 0}.hero{padding-top:2.7rem}.hero-title{line-height:1.16}.product-card-full{padding:1.12rem;gap:.82rem}.product-head{align-items:center;gap:.55rem}.product-tag{font-size:.72rem}.site-footer{padding:1.35rem 0 .9rem}.footer-inner{align-items:flex-start;flex-direction:column;gap:.65rem}.lang-switcher{right:max(6px,env(safe-area-inset-right));bottom:max(6px,env(safe-area-inset-bottom));opacity:.88}.lang-btn{padding:.34rem .5rem;font-size:.64rem;box-shadow:0 3px 8px #00000012;background:#fcfcfce6}.lang-menu{min-width:146px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:0ms!important;animation-iteration-count:1!important;transition-duration:0ms!important}}
