:root { color-scheme: light; --page:#f3f6f5; --surface:#fff; --surface-2:#e8efed; --ink:#102129; --muted:#667a82; --line:rgba(32,72,81,.16); --line-strong:rgba(32,72,81,.3); --blue:#277ca4; --green:#1dad82; --amber:#d49a3f; --hero:#071017; --danger:#c94e4e; --shadow:rgba(12,42,49,.16); }
* { box-sizing:border-box; }
[hidden] { display:none!important; }
html { scroll-behavior:smooth; }
body { min-width:320px; margin:0; overflow-x:hidden; background:var(--page); color:var(--ink); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
body.is-locked { overflow:hidden; }
a,button,input,textarea { color:inherit; font:inherit; }
a { text-decoration:none; }
button { cursor:pointer; }
img { display:block; max-width:100%; }
svg { width:18px; height:18px; }
.eyebrow { margin:0; color:var(--blue); font-size:9px; font-weight:900; text-transform:uppercase; }
.store-header { position:sticky; z-index:30; top:0; display:grid; width:100%; grid-template-columns:1fr auto 1fr; align-items:center; gap:30px; border-bottom:1px solid var(--line); background:rgba(243,246,245,.92); padding:14px max(20px,calc((100vw - 1400px)/2)); backdrop-filter:blur(18px); }
.store-brand { display:flex; width:fit-content; align-items:center; gap:10px; }
.store-brand>span { display:grid; width:42px; height:42px; place-items:center; border-radius:8px; background:#fff; }
.store-brand img { width:31px; height:31px; }
.store-brand strong,.store-brand small { display:block; }
.store-brand strong { font-size:13px; }
.store-brand small,.store-header nav a { margin-top:2px; color:var(--muted); font-size:9px; font-weight:800; }
.store-header nav { display:flex; gap:25px; }
.cart-button { justify-self:end; display:flex; min-height:42px; align-items:center; gap:8px; border:1px solid var(--line-strong); border-radius:7px; background:var(--surface); padding:0 12px; font-size:10px; font-weight:900; }
.cart-button b { display:grid; min-width:20px; height:20px; place-items:center; border-radius:50%; background:var(--green); color:#051713; font-size:8px; }
.store-hero { display:grid; min-height:690px; grid-template-columns:minmax(0,.86fr) minmax(500px,1.14fr); align-items:center; gap:70px; padding:70px max(20px,calc((100vw - 1400px)/2)); }
.store-hero-copy h1 { max-width:700px; margin:14px 0 0; font-size:clamp(50px,6.2vw,88px); line-height:.97; }
.store-hero-copy>p:not(.eyebrow) { max-width:630px; margin:24px 0 0; color:var(--muted); font-size:15px; line-height:1.72; }
.hero-actions { display:flex; flex-wrap:wrap; gap:9px; margin-top:29px; }
.hero-actions a { display:inline-flex; min-height:48px; align-items:center; justify-content:center; gap:8px; border:1px solid var(--line-strong); border-radius:7px; padding:0 18px; font-size:10px; font-weight:900; }
.hero-actions a:first-child { border-color:var(--green); background:var(--green); color:#061712; }
.hero-assurances { display:flex; flex-wrap:wrap; gap:17px; margin-top:29px; color:var(--muted); font-size:9px; font-weight:800; }
.hero-assurances span { display:flex; align-items:center; gap:6px; }
.hero-assurances svg { width:14px; color:var(--blue); }
.store-hero-media { position:relative; overflow:hidden; min-height:520px; border-radius:8px; background:#dfe7e8; }
.store-hero-media img { width:100%; height:520px; object-fit:cover; }
.store-hero-media>div { position:absolute; right:18px; bottom:18px; left:18px; border-radius:7px; background:rgba(7,16,23,.88); padding:16px; color:#fff; backdrop-filter:blur(12px); }
.store-hero-media span,.store-hero-media strong { display:block; }
.store-hero-media span { color:#8fa5ad; font-size:8px; font-weight:900; text-transform:uppercase; }
.store-hero-media strong { margin-top:5px; font-size:14px; }
.shop-section,.model-section { width:min(1240px,calc(100% - 40px)); margin:0 auto; padding:100px 0; }
.shop-section { border-top:1px solid var(--line); }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:50px; }
.section-heading>div { max-width:650px; }
.section-heading h2,.store-process h2,.manual-strip h2 { margin:10px 0 0; font-size:clamp(32px,4vw,50px); line-height:1.07; }
.section-heading>p { max-width:470px; margin:0; color:var(--muted); font-size:12px; line-height:1.7; }
.category-filter { display:flex; flex-wrap:wrap; gap:7px; margin-top:34px; }
.category-filter button { min-height:36px; border:1px solid var(--line); border-radius:6px; background:transparent; padding:0 13px; color:var(--muted); font-size:9px; font-weight:850; }
.category-filter button.is-active { border-color:var(--ink); background:var(--ink); color:var(--surface); }
.product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:22px; }
.product-card { position:relative; display:grid; min-height:470px; grid-template-rows:280px 1fr; overflow:hidden; border:1px solid var(--line); border-radius:8px; background:var(--surface); padding:0; text-align:left; transition:transform 200ms ease,box-shadow 200ms ease; }
.product-card:hover { box-shadow:0 22px 55px var(--shadow); transform:translateY(-3px); }
.product-card[hidden] { display:none; }
.product-image { position:relative; overflow:hidden; background:#e1e9e9; }
.product-image img { width:100%; height:100%; object-fit:cover; transition:transform 440ms ease; }
.product-card:hover .product-image img { transform:scale(1.035); }
.product-image>span { position:absolute; top:12px; left:12px; border-radius:5px; background:rgba(7,16,23,.86); padding:6px 8px; color:#fff; font-size:7px; font-weight:900; text-transform:uppercase; }
.product-copy { display:flex; flex-direction:column; padding:20px; }
.product-copy h3 { margin:0; font-size:18px; }
.product-copy p { margin:8px 0 0; color:var(--muted); font-size:10px; line-height:1.65; }
.product-meta { display:flex; align-items:end; justify-content:space-between; gap:15px; margin-top:auto; padding-top:20px; }
.product-meta span,.product-meta strong { display:block; }
.product-meta span { color:var(--muted); font-size:8px; }
.product-meta strong { margin-top:4px; color:var(--green); font-size:19px; }
.product-meta em { display:flex; align-items:center; gap:5px; color:var(--blue); font-size:9px; font-style:normal; font-weight:900; }
.loading-state { grid-column:1/-1; color:var(--muted); font-size:11px; }
.model-section { padding-top:40px; }
.model-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:42px; }
.model-grid article { overflow:hidden; border:1px solid var(--line); border-radius:8px; background:var(--surface); }
.model-grid img { width:100%; height:260px; object-fit:cover; }
.model-grid article>div { padding:20px; }
.model-grid span,.model-grid strong,.model-grid small { display:block; }
.model-grid span { color:var(--blue); font-size:8px; font-weight:900; text-transform:uppercase; }
.model-grid strong { margin-top:7px; font-size:15px; }
.model-grid small { margin-top:8px; color:var(--muted); font-size:9px; line-height:1.6; }
.store-process { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; background:var(--hero); color:#f2f7f7; padding:95px max(20px,calc((100vw - 1240px)/2)); }
.store-process .eyebrow { color:#5bc5e9; }
.store-process ol { display:grid; grid-template-columns:1fr 1fr; gap:1px; margin:0; background:rgba(151,187,207,.15); padding:0; list-style:none; }
.store-process li { min-height:170px; background:var(--hero); padding:24px; }
.store-process li span,.store-process li strong,.store-process li small { display:block; }
.store-process li span { color:#34d3a3; font-size:9px; font-weight:900; }
.store-process li strong { margin-top:43px; font-size:13px; }
.store-process li small { margin-top:6px; color:#8fa4ad; font-size:9px; }
.manual-strip { display:flex; width:min(1240px,calc(100% - 40px)); align-items:center; justify-content:space-between; gap:40px; margin:0 auto; padding:78px 0; }
.manual-strip>div { max-width:760px; }
.manual-strip p:not(.eyebrow) { margin:14px 0 0; color:var(--muted); font-size:12px; }
.manual-strip>a { display:inline-flex; min-height:46px; align-items:center; gap:8px; border:1px solid var(--line-strong); border-radius:7px; padding:0 16px; font-size:10px; font-weight:900; }
dialog { border:0; outline:0; }
dialog::backdrop { background:rgba(3,10,14,.72); backdrop-filter:blur(5px); }
.product-dialog { width:min(1160px,calc(100% - 30px)); max-height:calc(100svh - 30px); overflow:auto; border-radius:8px; background:var(--surface); padding:0; color:var(--ink); }
.dialog-close { position:absolute; z-index:4; top:14px; right:14px; display:grid; width:40px; height:40px; place-items:center; border:1px solid var(--line); border-radius:7px; background:var(--surface); }
.product-detail { display:grid; grid-template-columns:1.05fr .95fr; }
.product-gallery { min-width:0; border-right:1px solid var(--line); background:#e3eae9; padding:24px; }
.gallery-main { overflow:hidden; aspect-ratio:4/3; border-radius:7px; background:#dbe4e4; }
.gallery-main img { width:100%; height:100%; object-fit:cover; }
.gallery-thumbs { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin-top:10px; }
.gallery-thumbs button { overflow:hidden; aspect-ratio:4/3; border:1px solid transparent; border-radius:6px; background:#dbe4e4; padding:0; }
.gallery-thumbs button.is-active { border-color:var(--green); }
.gallery-thumbs img { width:100%; height:100%; object-fit:cover; }
.product-info { padding:58px 42px 38px; }
.product-info h2 { margin:10px 0 0; font-size:36px; line-height:1.05; }
.detail-description { margin:17px 0 0; color:var(--muted); font-size:12px; line-height:1.72; }
.detail-benefits { display:grid; gap:10px; border-block:1px solid var(--line); margin-top:24px; padding:21px 0; }
.detail-benefits span { display:flex; align-items:center; gap:8px; color:var(--muted); font-size:9px; font-weight:800; }
.detail-benefits svg { width:15px; color:var(--blue); }
.variant-options { display:grid; grid-template-columns:1fr 1fr; gap:8px; border:0; margin:24px 0 0; padding:0; }
.variant-options legend { grid-column:1/-1; margin-bottom:9px; color:var(--muted); font-size:9px; font-weight:850; }
.variant-options label { position:relative; display:grid; min-height:66px; align-content:center; border:1px solid var(--line); border-radius:7px; padding:11px 14px; cursor:pointer; }
.variant-options label:has(input:checked) { border-color:var(--green); box-shadow:inset 0 0 0 1px rgba(29,173,130,.2); }
.variant-options input { position:absolute; opacity:0; }
.variant-options strong,.variant-options small { display:block; }
.variant-options strong { font-size:10px; }
.variant-options small { margin-top:4px; color:var(--muted); font-size:8px; }
.detail-buy { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-top:25px; }
.detail-buy>div small,.detail-buy>div strong { display:block; }
.detail-buy>div small,.detail-buy label span { color:var(--muted); font-size:8px; }
.detail-buy>div strong { margin-top:4px; color:var(--green); font-size:28px; }
.detail-buy label { width:130px; }
.detail-buy label span { display:block; margin-bottom:5px; font-weight:850; }
.detail-buy input { width:100%; height:42px; border:1px solid var(--line); border-radius:7px; background:var(--surface-2); padding:0 10px; }
.add-button,.checkout-button,.cart-drawer footer button { display:flex; width:100%; min-height:48px; align-items:center; justify-content:center; gap:8px; border:0; border-radius:7px; margin-top:18px; background:var(--green); color:#051712; font-size:10px; font-weight:900; }
.detail-note { display:flex; align-items:flex-start; gap:7px; margin:14px 0 0; color:var(--muted); font-size:8px; line-height:1.5; }
.detail-note svg { width:13px; flex:0 0 auto; }
.drawer-shell { position:fixed; z-index:60; inset:0; }
.drawer-backdrop { position:absolute; inset:0; width:100%; border:0; background:rgba(3,10,14,.7); backdrop-filter:blur(4px); }
.cart-drawer { position:absolute; top:0; right:0; display:flex; width:min(480px,100%); height:100%; flex-direction:column; background:var(--surface); box-shadow:-30px 0 80px rgba(0,0,0,.28); }
.cart-drawer>header { display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); padding:20px; }
.cart-drawer h2 { margin:5px 0 0; font-size:24px; }
.icon-button { display:grid; width:40px; height:40px; place-items:center; border:1px solid var(--line); border-radius:7px; background:transparent; }
.cart-items { display:grid; gap:0; overflow:auto; padding:0 20px; }
.cart-item { display:grid; grid-template-columns:74px 1fr auto; gap:12px; border-bottom:1px solid var(--line); padding:18px 0; }
.cart-item img { width:74px; height:74px; border-radius:6px; object-fit:cover; }
.cart-item-copy strong,.cart-item-copy small { display:block; }
.cart-item-copy strong { font-size:10px; }
.cart-item-copy small { margin-top:4px; color:var(--muted); font-size:8px; }
.cart-item-copy>span { display:block; margin-top:8px; color:var(--green); font-size:11px; font-weight:900; }
.quantity-control { display:flex; align-items:center; gap:6px; margin-top:10px; }
.quantity-control button { display:grid; width:26px; height:26px; place-items:center; border:1px solid var(--line); border-radius:5px; background:transparent; padding:0; }
.quantity-control span { min-width:22px; font-size:9px; font-weight:900; text-align:center; }
.remove-item { width:30px; height:30px; border:0; background:transparent; color:var(--muted); padding:6px; }
.cart-empty { display:grid; flex:1; align-content:center; justify-items:center; padding:40px; color:var(--muted); text-align:center; }
.cart-empty>svg { width:34px; height:34px; color:var(--blue); }
.cart-empty strong { margin-top:14px; color:var(--ink); font-size:12px; }
.cart-empty span { max-width:250px; margin-top:7px; font-size:9px; line-height:1.6; }
.cart-drawer>footer { margin-top:auto; border-top:1px solid var(--line); padding:20px; }
.cart-drawer>footer>div { display:flex; align-items:center; justify-content:space-between; }
.cart-drawer>footer span { color:var(--muted); font-size:10px; }
.cart-drawer>footer strong { font-size:21px; }
.cart-drawer>footer small { display:block; margin-top:7px; color:var(--muted); font-size:8px; line-height:1.5; }
.cart-drawer footer button:disabled { cursor:not-allowed; opacity:.45; }
.checkout-dialog { width:min(760px,calc(100% - 28px)); max-height:calc(100svh - 28px); overflow:auto; border-radius:8px; background:var(--surface); padding:38px; color:var(--ink); }
.checkout-heading h2 { margin:8px 0 0; font-size:32px; }
.checkout-heading>p:last-child { margin:10px 0 0; color:var(--muted); font-size:10px; }
.checkout-summary { display:flex; align-items:center; justify-content:space-between; border-block:1px solid var(--line); margin:24px 0; padding:16px 0; font-size:10px; }
.checkout-summary strong { color:var(--green); font-size:18px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.form-grid label span { display:block; margin-bottom:6px; color:var(--muted); font-size:8px; font-weight:850; }
.form-grid .wide { grid-column:1/-1; }
.form-grid input,.form-grid textarea { width:100%; border:1px solid var(--line); border-radius:7px; outline:0; background:var(--surface-2); padding:0 12px; font-size:10px; }
.form-grid input { height:42px; }
.form-grid textarea { min-height:76px; padding-top:11px; resize:vertical; }
.form-grid input:focus,.form-grid textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(39,124,164,.08); }
.form-message { min-height:16px; margin:13px 0 0; color:var(--danger); font-size:9px; font-weight:850; }
.checkout-button { margin-top:8px; }
.checkout-button:disabled { cursor:wait; opacity:.6; }
.toast { position:fixed; z-index:90; right:20px; bottom:20px; display:flex; align-items:center; gap:8px; border-radius:7px; background:var(--hero); padding:13px 16px; color:#fff; box-shadow:0 18px 50px rgba(0,0,0,.3); font-size:9px; font-weight:850; pointer-events:none; }
.toast svg { color:#34d3a3; }
@media (max-width:1000px) { .store-header { grid-template-columns:1fr auto; } .store-header nav { display:none; } .store-hero { min-height:0; grid-template-columns:1fr; gap:40px; } .store-hero-media { min-height:440px; } .store-hero-media img { height:440px; } .product-grid { grid-template-columns:repeat(2,1fr); } .store-process { grid-template-columns:1fr; gap:45px; } }
@media (max-width:680px) { .store-header { padding:10px 14px; } .cart-button>span { display:none; } .store-hero { padding:48px 14px 70px; } .store-hero-copy h1 { font-size:49px; } .store-hero-media { min-height:330px; } .store-hero-media img { height:330px; } .shop-section,.model-section,.manual-strip { width:calc(100% - 28px); padding:70px 0; } .section-heading { align-items:flex-start; flex-direction:column; gap:15px; } .product-grid,.model-grid { grid-template-columns:1fr; } .product-card { min-height:420px; grid-template-rows:250px 1fr; } .store-process { padding:70px 14px; } .store-process ol { grid-template-columns:1fr; } .store-process li { min-height:140px; } .store-process li strong { margin-top:28px; } .manual-strip { align-items:flex-start; flex-direction:column; } .product-detail { grid-template-columns:1fr; } .product-gallery { border-right:0; border-bottom:1px solid var(--line); padding:12px; } .product-info { padding:30px 18px 24px; } .product-info h2 { font-size:29px; } .dialog-close { top:8px; right:8px; } .checkout-dialog { padding:30px 16px 20px; } .form-grid { grid-template-columns:1fr; } .form-grid .wide { grid-column:auto; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition-duration:.01ms!important; animation-duration:.01ms!important; animation-iteration-count:1!important; } }
