:root{--background: hsl(0 0% 100%);--foreground: hsl(222 47% 11%);--muted: hsl(210 20% 96%);--muted-foreground: hsl(215 14% 42%);--border: hsl(214 20% 88%);--primary: hsl(20 90% 28%);--primary-foreground: hsl(0 0% 100%);--primary-soft: hsl(20 55% 94%);--surface: hsl(30 20% 98%);--surface-strong: hsl(222 30% 10%);--surface-strong-foreground: hsl(0 0% 100%);--shadow: 0 18px 45px hsl(222 40% 10% / .08);--radius: 18px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.page-shell{min-height:100vh;background:var(--background)}.site-container{width:min(1200px,calc(100% - 32px));margin:0 auto}.announcement-bar{background:var(--surface-strong);color:#ffffffd1;text-align:center;padding:10px 16px;font-size:12px;letter-spacing:.16em;text-transform:uppercase}.announcement-bar strong{color:var(--surface-strong-foreground)}.site-nav{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid var(--border)}.site-nav__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;min-height:72px}.site-nav__links,.site-nav__actions{display:flex;align-items:center;gap:18px}.site-nav__links a,.site-nav__icon,.site-nav__cart{color:var(--muted-foreground);transition:color .2s ease,opacity .2s ease}.site-nav__links a:hover,.site-nav__icon:hover,.site-nav__cart:hover{color:var(--foreground)}.site-nav__brand{text-align:center;font-weight:800;letter-spacing:-.04em;font-size:28px}.site-nav__actions{justify-content:flex-end}.site-nav__cart{position:relative;border:0;background:transparent;display:inline-flex;align-items:center}.site-nav__badge{position:absolute;top:-8px;right:-10px;width:20px;height:20px;border-radius:999px;background:var(--primary);color:var(--primary-foreground);font-size:11px;font-weight:700;display:grid;place-items:center}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at top right,hsl(20 80% 35% / .32),transparent 30%),linear-gradient(135deg,#0f141f,#1a202e);color:var(--surface-strong-foreground)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(hsl(0 0% 100% / .04) 1px,transparent 1px),linear-gradient(90deg,hsl(0 0% 100% / .04) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(to bottom,hsl(0 0% 0%),transparent 85%);mask-image:linear-gradient(to bottom,hsl(0 0% 0%),transparent 85%)}.hero__inner{position:relative;padding:88px 0 96px}.hero__layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:40px;align-items:center}.hero__eyebrow{margin:0 0 18px;color:#ffffff94;font:600 11px/1.4 JetBrains Mono,monospace;letter-spacing:.28em;text-transform:uppercase}.hero__title{margin:0;font-size:clamp(52px,11vw,108px);line-height:.92;letter-spacing:-.07em}.hero__copy{max-width:640px;margin:24px 0 36px;color:#ffffffc2;font-size:clamp(18px,2.5vw,22px);line-height:1.6}.hero__specs{display:flex;flex-wrap:wrap;gap:18px;padding-top:22px;border-top:1px solid hsl(0 0% 100% / .12)}.hero__spec{min-width:150px}.hero__spec-label{color:#ffffff73;font:600 10px/1.4 JetBrains Mono,monospace;letter-spacing:.18em;text-transform:uppercase}.hero__spec-value{margin-top:6px;font-weight:700;font-size:15px}.hero__visual{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}.hero__frame{position:relative;width:min(100%,430px);padding:32px;border-radius:34px;border:1px solid hsl(0 0% 100% / .12);background:linear-gradient(180deg,#ffffff1a,#ffffff0a);box-shadow:0 30px 60px #04081059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero__frame img{width:100%;aspect-ratio:4 / 5;object-fit:contain;filter:drop-shadow(0 26px 32px hsl(222 30% 4% / .28))}.hero__frame--secondary{position:absolute;right:-2%;bottom:8%;width:220px;padding:18px;border-radius:24px;transform:rotate(8deg)}.hero__frame--secondary img{aspect-ratio:1 / 1}.hero__caption{position:absolute;left:0;bottom:0;display:flex;flex-direction:column;gap:4px;padding:16px 18px;border-radius:18px;background:#fffffff0;color:var(--foreground);box-shadow:var(--shadow)}.hero__caption-label{color:var(--muted-foreground);font:700 10px/1.4 JetBrains Mono,monospace;letter-spacing:.16em;text-transform:uppercase}.filters{position:sticky;top:72px;z-index:30;background:#fffffff0;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.filters__inner{display:flex;justify-content:space-between;gap:14px;padding:18px 0}.filters__group{display:flex;flex-wrap:wrap;gap:10px}.filter-chip{border:1px solid var(--border);background:var(--background);color:var(--muted-foreground);border-radius:999px;padding:10px 16px;font-size:12px;font-weight:600;transition:all .2s ease}.filter-chip:hover{color:var(--foreground);border-color:#b6c0ce}.filter-chip--active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.filter-chip--soft.filter-chip--active{background:var(--primary-soft);color:var(--primary);border-color:#ebcfc2}.catalog{padding:28px 0 72px}.catalog__count{margin:0 0 18px;color:var(--muted-foreground);font:600 12px/1.4 JetBrains Mono,monospace}.catalog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.catalog__empty{border:1px dashed var(--border);border-radius:var(--radius);padding:64px 20px;text-align:center;color:var(--muted-foreground)}.product-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);overflow:hidden;background:var(--background);box-shadow:var(--shadow)}.product-card__media{position:relative;aspect-ratio:1 / 1;background:linear-gradient(180deg,var(--surface),hsl(0 0% 100%))}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:28px;transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__tag-row{position:absolute;top:14px;left:14px;right:14px;display:flex;justify-content:space-between;gap:8px}.product-card__tag{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;font:700 10px/1 JetBrains Mono,monospace;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent}.product-card__tag--soft{background:#ffffffeb;color:var(--foreground);border-color:#d3dae4}.product-card__tag--strong{background:var(--surface-strong);color:var(--surface-strong-foreground)}.product-card__body{flex:1;padding:18px}.product-card__brand{margin:0 0 8px;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700}.product-card__title{margin:0 0 14px;min-height:2.8em;font-size:16px;line-height:1.4}.product-card__meta{display:flex;justify-content:space-between;gap:12px;align-items:flex-end}.product-card__price{font-size:24px;font-weight:800;letter-spacing:-.03em}.product-card__weight,.product-card__sku{color:var(--muted-foreground);font:600 11px/1.5 JetBrains Mono,monospace}.product-card__sku{text-align:right}.product-card__actions{padding:0 18px 18px}.button-primary{width:100%;border:0;border-radius:14px;padding:13px 16px;background:var(--primary);color:var(--primary-foreground);font-weight:700;transition:opacity .2s ease,transform .2s ease}.button-primary:hover{opacity:.92;transform:translateY(-1px)}.button-ghost{border:0;background:transparent;color:var(--primary);font-weight:700}.footer{background:var(--surface-strong);color:#ffffffad}.footer__inner{padding:54px 0 34px}.footer__top{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer__brand{color:var(--surface-strong-foreground);font-size:24px;font-weight:800;letter-spacing:-.04em}.footer__links{display:flex;flex-wrap:wrap;gap:22px}.footer__bottom{margin-top:28px;padding-top:18px;border-top:1px solid hsl(0 0% 100% / .1);font:600 10px/1.4 JetBrains Mono,monospace;letter-spacing:.16em;text-transform:uppercase}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172973;z-index:60}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--background);z-index:61;display:flex;flex-direction:column;box-shadow:-20px 0 60px #0d142638}.cart-drawer__header,.cart-drawer__footer{padding:22px;border-bottom:1px solid var(--border)}.cart-drawer__footer{border-top:1px solid var(--border);border-bottom:0;margin-top:auto}.cart-drawer__head-row,.cart-drawer__summary{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-drawer__title{margin:0;font-size:22px;font-weight:800}.icon-button{border:0;background:transparent;color:var(--muted-foreground);display:inline-flex;align-items:center;justify-content:center;padding:0}.icon-button:hover{color:var(--foreground)}.progress-note{margin:14px 0 10px;color:var(--muted-foreground);font-size:13px}.progress-bar{width:100%;height:8px;border-radius:999px;overflow:hidden;background:var(--muted)}.progress-bar__fill{height:100%;background:linear-gradient(90deg,var(--primary),hsl(20 90% 40%));transition:width .25s ease}.cart-drawer__items{flex:1;overflow:auto;padding:10px 22px 22px}.cart-empty{min-height:100%;display:grid;place-items:center;text-align:center;color:var(--muted-foreground);gap:12px}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}.cart-item__thumb{width:72px;height:72px;border-radius:14px;overflow:hidden;background:var(--surface)}.cart-item__thumb img{width:100%;height:100%;object-fit:contain;padding:6px}.cart-item__name{margin:0;font-weight:700;font-size:14px;line-height:1.4}.cart-item__meta{margin:6px 0 12px;color:var(--muted-foreground);font:600 10px/1.5 JetBrains Mono,monospace}.cart-item__controls{display:flex;align-items:center;justify-content:space-between;gap:12px}.stepper{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden}.stepper button{border:0;background:transparent;width:34px;height:34px;display:grid;place-items:center}.stepper span{min-width:28px;text-align:center;font-weight:700}.cart-item__price{font-size:15px;font-weight:800}.cart-drawer__checkout{margin-top:14px}@media (max-width: 980px){.filters__inner{flex-direction:column}.catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__layout{grid-template-columns:1fr}.hero__visual{min-height:420px}}@media (max-width: 700px){.site-container{width:min(100% - 24px,1200px)}.site-nav__inner{grid-template-columns:auto 1fr auto}.site-nav__links{display:none}.site-nav__brand{text-align:left;font-size:24px}.hero__inner{padding:64px 0 72px}.hero__visual{min-height:360px}.hero__frame{width:min(100%,320px);padding:18px}.hero__frame--secondary{width:150px;right:2%;bottom:10%}.hero__caption{position:static;margin-top:14px}.catalog__grid{grid-template-columns:1fr}.footer__top{flex-direction:column;align-items:flex-start}}
