/* Renewal v4: white chrome, light grey surfaces, Tesla red as the single accent. Class names shared with the other views stay. */
:root{--ink:#171a20;--text:#15181b;--muted:#5c5e62;--subtle:#8b8f94;--line:#e6e6e6;--surface:#f4f4f4;--fill:#eceef0;--control:#d5d9de;--accent:#e5173a;--accent-soft:#fdf1f3;--footer:#0e1012;--mono:Montserrat,Arial,sans-serif}
*{box-sizing:border-box}body{margin:0;color:var(--text);background:#fff;font:14px/1.6 'Noto Sans KR',Montserrat,system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}a:hover{color:var(--muted)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:3px}:focus-visible{outline:2px solid var(--accent)}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}img{max-width:100%;display:block}svg{flex-shrink:0}
h1,h2,h3,p{margin:0 0 16px}h1{font-size:36px;line-height:1.2;letter-spacing:-.02em;font-weight:700}h2{font-size:30px;line-height:1.3;letter-spacing:-.02em;font-weight:700}h3{font-size:16px}
.container{max-width:1320px;padding:0 32px;margin:auto}.narrow{max-width:850px}.mono{font-family:var(--mono)}.won{font-family:'Noto Sans KR',sans-serif;font-weight:600;font-size:.85em}
.eyebrow{font:600 11px/1.5 var(--mono);letter-spacing:.25em;color:var(--accent);margin:0 0 8px}.eyebrow.dot{display:inline-flex;align-items:center;gap:10px;color:var(--muted)}.eyebrow.dot:before{content:'';width:8px;height:8px;background:var(--accent);border-radius:1px}
/* header */
.header{background:#fff;color:var(--ink);border-bottom:1px solid var(--line);position:relative;z-index:5}.header-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.wordmark{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;font-family:var(--mono);letter-spacing:.14em;font-size:18px;font-weight:800}.wordmark span{font-weight:400}.wordmark i{border:2px solid currentColor;border-radius:4px;width:18px;height:18px;display:grid;place-items:center}.wordmark i:after{content:'';width:6px;height:6px;background:var(--accent);border-radius:1px}.wordmark:hover{color:inherit}
.desktop-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:500;white-space:nowrap}.desktop-nav a:hover{color:var(--accent)}.desktop-nav .nav-new{color:var(--accent);font-weight:600}
.nav-drop{position:relative}.nav-drop-toggle{display:inline-flex;align-items:center;gap:5px;border:0;background:none;padding:0;font-weight:600;color:inherit}.nav-drop-toggle svg{width:14px;height:14px}
.nav-panel{position:absolute;left:-16px;top:calc(100% + 18px);min-width:240px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 40px rgba(23,26,32,.12);padding:8px;z-index:20}.nav-panel a{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px 12px;border-radius:6px;font-weight:500}.nav-panel a small{font:500 10px var(--mono);letter-spacing:.08em;color:var(--subtle)}.nav-panel a:hover{background:var(--surface);color:inherit}
.nav-drop:hover .nav-panel[hidden],.nav-drop:focus-within .nav-panel[hidden]{display:block!important}
.header-actions{display:flex;align-items:center;gap:20px}.icon-button{border:0;background:transparent;color:inherit;padding:4px;position:relative;display:inline-flex;align-items:center;justify-content:center}.icon-button svg{width:20px;height:20px}.icon-button:hover{color:var(--accent)}
.search-open{display:flex;align-items:center;gap:10px;height:38px;width:220px;padding:0 14px;border-radius:999px;background:var(--surface);color:var(--subtle);border:0;font-size:13px;text-align:left}.search-open svg{width:15px;height:15px}.search-open:hover{color:var(--ink)}
.header [data-cart-count]:not(:empty),.header [data-wish-count]:not(:empty){position:absolute;right:-8px;top:-4px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--accent);color:#fff;font:700 10px/17px var(--mono);text-align:center}
.subnav{border-bottom:1px solid var(--line);background:#fff}.subnav .container{display:flex;gap:30px;align-items:center;height:48px;overflow:auto;white-space:nowrap;font-size:13px;font-weight:500;color:var(--muted)}.subnav a{height:48px;display:inline-flex;align-items:center;border-bottom:2px solid transparent}.subnav a:hover,.subnav a[aria-current]{color:var(--ink);border-bottom-color:var(--accent)}
.preview-notice{padding:7px 20px;font-size:12px;background:#fff5d8;border-bottom:1px solid #eddbaa;text-align:center}
/* hero */
.hero{background:var(--footer);color:#fff}.hero-stage{position:relative;min-height:clamp(560px,78vh,820px);display:flex}.hero-stage:before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(14,16,18,.86) 0,rgba(14,16,18,.62) 38%,rgba(14,16,18,.12) 68%,rgba(14,16,18,0) 100%),linear-gradient(180deg,rgba(14,16,18,.25) 0,rgba(14,16,18,0) 30%,rgba(14,16,18,.55) 100%)}
.hero-visual{position:absolute;inset:0;overflow:hidden}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:72% 50%}.hero-stage.product .hero-visual{left:auto;width:58%}.hero-stage.product img{object-fit:contain;object-position:50% 60%;padding:48px 0}
.hero-grid{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-top:72px;padding-bottom:80px}
.hero-copy{display:flex;flex-direction:column;gap:24px;max-width:640px}.hero-copy .eyebrow.dot{color:rgba(255,255,255,.8)}.hero-copy h1{font-size:clamp(46px,6.4vw,84px);font-weight:700;line-height:1.04;letter-spacing:-.035em;margin:0;color:#fff}.hero-copy .lead{font-size:17px;line-height:1.65;color:rgba(255,255,255,.72);max-width:460px;margin:0}.hero-copy .actions{margin-top:8px}
.hero .button.secondary{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.35);backdrop-filter:blur(10px)}.hero .button.secondary:hover{background:rgba(255,255,255,.18);color:#fff;border-color:#fff}
.hero-card{position:absolute;right:32px;bottom:150px;display:flex;align-items:center;gap:14px;background:rgba(14,16,18,.5);border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:12px 20px 12px 12px;box-shadow:0 20px 48px rgba(0,0,0,.35);backdrop-filter:blur(14px);color:#fff}.hero-card p{margin:0;font-size:13px;font-weight:600}.hero-card p+p{margin-top:2px;font-size:12px;font-weight:400;color:rgba(255,255,255,.6)}
.hero-scroll{position:absolute;right:32px;bottom:34px;display:flex;flex-direction:column;align-items:center;gap:10px;color:rgba(255,255,255,.55);font:600 9px var(--mono);letter-spacing:.32em}.hero-scroll:hover{color:#fff}.hero-scroll i{position:relative;display:block;width:1px;height:52px;background:rgba(255,255,255,.22);overflow:hidden}.hero-scroll i:after{content:'';position:absolute;left:0;top:-18px;width:1px;height:18px;background:var(--accent);animation:hero-scroll 1.8s ease-in-out infinite}
.badge{display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:4px;background:var(--accent);color:#fff;font:700 10px var(--mono);letter-spacing:.12em}
.hero-trust{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hero-trust .container{display:grid;grid-template-columns:repeat(4,1fr)}.hero-trust span{height:60px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;color:var(--muted);border-left:1px solid var(--line)}.hero-trust span:first-child{border-left:0}.hero-trust b{color:var(--ink);font-weight:600}
/* hero motion: the square blinks, hero.js types the eyebrow, the copy and the visual settle in once. Without the script the phrase fades in by itself. */
@keyframes hero-blink{0%,32%,66%{opacity:1;box-shadow:0 0 10px 2px rgba(229,23,58,.55)}16%,49%,83%{opacity:.12;box-shadow:none}100%{opacity:1;box-shadow:none}}@keyframes hero-ping{0%{box-shadow:0 0 0 0 rgba(229,23,58,.5)}70%,100%{box-shadow:0 0 0 9px rgba(229,23,58,0)}}@keyframes hero-caret{50%{opacity:0}}
@keyframes hero-fade{from{opacity:0}}@keyframes hero-fade-up{from{opacity:0;transform:translateY(16px)}}@keyframes hero-rise{from{transform:translateY(110%)}}@keyframes hero-zoom{from{transform:scale(1.05)}}@keyframes hero-card-in{from{opacity:0;transform:translateX(24px)}}@keyframes hero-scroll{to{top:52px}}@keyframes hero-float{50%{transform:translateY(-6px)}}
.hero .eyebrow.dot{min-height:17px}.hero .eyebrow.dot:before{animation:hero-blink 1.1s linear both,hero-ping 2.4s 1.2s ease-out infinite}.hero .type{display:inline-flex;align-items:center;white-space:pre;animation:hero-fade .4s 1.2s both}.hero [data-typing] .type{animation:none;color:#fff}.hero [data-typing] .type:after{content:'';width:2px;height:13px;margin-left:2px;background:var(--accent);animation:hero-caret 1s steps(1) infinite}
.hero-copy h1 .line{display:block;overflow:hidden;padding-bottom:.12em;margin-bottom:-.12em}.hero-copy h1 .line>span{display:block;animation:hero-rise .9s cubic-bezier(.2,.7,.2,1) both}.hero-copy h1 .line+.line>span{animation-delay:.12s}.hero-copy .lead{animation:hero-fade-up .7s .4s both}.hero-copy .actions{animation:hero-fade-up .7s .55s both}
.hero-visual img{animation:hero-zoom 1.6s cubic-bezier(.2,.7,.2,1) both}.hero-card{animation:hero-card-in .7s .7s cubic-bezier(.2,.7,.2,1) both,hero-float 5s 1.4s ease-in-out infinite}.hero-card .badge{animation:hero-ping 2.4s 1.6s ease-out infinite}
.hero .button{transition:background-color .15s,border-color .15s}.hero .button svg{transition:transform .2s}.hero .button:hover svg{transform:translateX(4px)}
@media (prefers-reduced-motion:reduce){.hero *,.hero :before,.hero :after{animation:none!important;transition:none!important}}
/* buttons */
.actions{display:flex;align-items:center;gap:12px}.wrap{flex-wrap:wrap}
.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid var(--ink);border-radius:6px;background:var(--ink);color:#fff;font-weight:600;font-size:14px;text-decoration:none!important;white-space:nowrap}.button svg{width:15px;height:15px}.button:hover{background:#2a2e33;border-color:#2a2e33;color:#fff}
.button.primary{background:var(--accent);border-color:var(--accent)}.button.primary:hover{background:#c8102e;border-color:#c8102e}.button.large{min-height:52px;padding:0 30px;font-size:15px}
.button.secondary{background:#fff;color:var(--ink);border-color:#d0d1d2;font-weight:500}.button.secondary:hover{background:#fff;color:var(--ink);border-color:var(--ink)}.button.white{background:#fff;color:var(--ink);border-color:#fff}.button.white:hover{color:var(--accent);background:#fff;border-color:#fff}.button.outline{background:transparent;border-color:#ffffff47;color:#fff}.button.outline:hover{background:transparent;border-color:#fff}.wide{width:100%}
/* sections */
.section{padding-top:72px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-head h2{margin:0}.section-head .lead{margin:8px 0 0;font-size:14px;color:var(--muted)}.section-head .more{font-size:14px;color:var(--muted);display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.section-head .more svg{width:14px;height:14px}.section-head .more:hover{color:var(--accent)}
.model-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.model-card{display:flex;align-items:center;gap:12px;padding:10px 14px 10px 10px;border-radius:8px;border:1px solid var(--line);background:#fff}.model-card:hover{border-color:var(--ink);color:inherit}.model-thumb{width:64px;height:44px;border-radius:4px;overflow:hidden;background:var(--fill);flex-shrink:0}.model-thumb img{width:100%;height:100%;object-fit:cover}.model-card b{display:block;font-size:14px;font-weight:600}.model-card small{display:block;margin-top:2px;font:500 10px var(--mono);letter-spacing:.06em;color:var(--subtle)}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:6px;overflow:hidden}.category-grid a{background:#fff;padding:26px 24px;display:flex;flex-direction:column;gap:6px}.category-grid a:hover{background:var(--surface);color:inherit}.category-grid strong{font-size:15px;font-weight:600}.category-grid span{font:500 11px var(--mono);letter-spacing:.08em;color:var(--subtle)}
.empty-state{text-align:center;padding:64px 24px;border:1px dashed var(--control);border-radius:6px;background:var(--surface)}.empty-state p{color:var(--muted)}.empty-state h3{font-size:22px}.empty-state a{font-size:13px;text-decoration:underline}
.carbon-section{margin-top:88px;border-top:1px solid var(--line);background:var(--surface)}.carbon-grid{display:grid;grid-template-columns:1fr 2fr;align-items:center;gap:64px;padding-top:80px;padding-bottom:80px}.carbon-grid h2{font-size:36px;line-height:1.2}.carbon-grid p{color:var(--muted);font-size:15px;line-height:1.7;margin:20px 0 28px}
.carbon-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.carbon-cards a{background:#fff;padding:20px;border:1px solid var(--line);border-radius:6px}.carbon-cards a:hover{border-color:var(--accent);color:inherit}.carbon-fill{position:relative;aspect-ratio:4/3;background:linear-gradient(160deg,#2a2e33,#181b1e);border-radius:4px;margin-bottom:18px;overflow:hidden}.carbon-fill:before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent)}.carbon-cards h3{font-size:15px;font-weight:600;margin:0 0 4px}.carbon-cards p{font-size:13px;color:var(--muted);margin:0}
/* product cards */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 20px}.product-card{position:relative}.product-card>a{display:block}.product-card>a:hover{color:inherit}
.product-media{position:relative;aspect-ratio:1;border-radius:6px;background:linear-gradient(160deg,#f1f2f4,#e3e6e9);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product-placeholder{font:600 11px var(--mono);letter-spacing:.2em;color:#b4bac1}.product-media .badge{position:absolute;left:12px;top:12px}
.product-fit{margin:14px 0 0;font-size:12px;color:var(--subtle)}.product-card h3{margin:4px 0 0;font-size:15px;font-weight:500;line-height:1.45}.product-card:hover h3{color:var(--accent)}.product-price{margin:8px 0 0;font:700 15px var(--mono);letter-spacing:-.01em}
/* catalog */
.page{padding-top:32px;padding-bottom:32px;min-height:50vh}.breadcrumb{font-size:12px;color:var(--subtle);margin-bottom:28px}.breadcrumb a:hover{color:var(--ink)}.breadcrumb .here{color:var(--text)}
.catalog-band{background:var(--surface);border-bottom:1px solid var(--line)}.catalog-band .container{padding-top:40px;padding-bottom:32px}.catalog-band .breadcrumb{margin:0 0 16px}.catalog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.catalog-head h1{margin:0}.catalog-head h1 small{font:500 14px var(--mono);letter-spacing:.2em;color:var(--subtle);margin-left:12px}.catalog-head p{margin:10px 0 0;font-size:15px;color:var(--muted)}.catalog-head .count{font-size:13px;color:var(--subtle);white-space:nowrap}
.page-title{padding:18px 0 26px}.page-title p:last-child{color:var(--muted)}
.pills{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0 0}.pills a{height:36px;padding:0 16px;border-radius:999px;border:1px solid var(--control);background:#fff;font-size:13px;display:inline-flex;align-items:center}.pills a:hover,.pills a[aria-current]{border-color:var(--ink);background:var(--ink);color:#fff}
.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;height:60px;border-bottom:1px solid var(--line);margin-bottom:32px;font-size:13px}.catalog-toolbar form{display:flex;gap:10px;align-items:center}.catalog-toolbar select{margin:0;width:auto;padding:6px 10px}.catalog-toolbar button{background:#fff;border:1px solid var(--line);border-radius:4px;padding:7px 12px}
/* product page */
.product-detail{display:grid;grid-template-columns:1.15fr 1fr;gap:64px;align-items:start}.product-gallery{display:grid;grid-template-columns:72px 1fr;gap:16px}.thumbnails{display:flex;flex-direction:column;gap:10px}.thumbnails button{aspect-ratio:1;width:72px;padding:0;border:1px solid var(--line);border-radius:4px;background:#fff;overflow:hidden}.thumbnails button.active,.thumbnails button:hover{border:2px solid var(--accent)}.thumbnails img{width:100%;height:100%;object-fit:cover}
.product-main-image{aspect-ratio:1;border-radius:6px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;color:var(--subtle);overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:contain}
.product-buy h1{font-size:30px;line-height:1.3;margin:12px 0 0}.price{font:700 26px var(--mono);margin:16px 0 0}.price .won{font-size:18px}
.option-block{margin:28px 0 0;padding-top:28px;border-top:1px solid var(--line)}.option-head{display:flex;justify-content:space-between;font-size:13px;margin-bottom:12px}.option-head b{font-weight:600}.option-head span{color:var(--subtle)}.option-block select{margin:0;height:52px}
.buy-row{display:flex;gap:12px;margin-top:24px}.buy-row .qty{margin:0;width:120px}.buy-row .qty input{margin:0;height:54px;text-align:center;font:600 15px var(--mono)}#add-cart .button.wide{min-height:54px;background:var(--accent);border-color:var(--accent);font-size:15px;flex:1;width:auto}#add-cart .button.wide:hover{background:#c8102e;border-color:#c8102e}
.product-notes{margin:20px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--muted)}.product-notes a{text-decoration:underline}
.detail-images{max-width:900px;margin:50px auto}.detail-images img{width:100%}.prewrap{white-space:pre-wrap;overflow-wrap:anywhere}
details{border-bottom:1px solid var(--line)}summary{display:flex;justify-content:space-between;align-items:center;min-height:56px;font-size:15px;font-weight:600;cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:'';width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin:0 4px 4px 0;transition:transform .15s}details[open]>summary:after{transform:rotate(-135deg);margin:4px 4px 0 0}details>*:not(summary){margin-bottom:18px}details p{font-size:14px;line-height:1.75;color:var(--muted)}
.product-buy .accordion{margin-top:32px;border-top:1px solid var(--line)}
.sold-out{color:var(--accent);font-weight:600}
/* forms and panels */
label{display:block;margin:15px 0;font-size:14px}input,select,textarea{display:block;width:100%;border:1px solid var(--control);border-radius:4px;background:#fff;padding:10px 12px;color:var(--text);margin-top:6px}textarea{resize:vertical}.check{display:flex;gap:10px;align-items:flex-start}.check input{width:18px;height:18px;margin:3px 0}.muted{color:var(--muted);font-size:13px}
.notice{padding:16px;background:#fff6dc;border:1px solid #ecddad;border-radius:5px;margin:20px 0;font-size:13px}.panel{border:1px solid var(--line);border-radius:8px;padding:24px;margin:24px 0}.panel h2{font-size:22px}.columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.inline-form{display:flex;gap:15px;align-items:end;flex-wrap:wrap;margin:12px 0}.inline-form label{margin:0;flex:1;min-width:160px}
.admin-item{padding:16px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.admin-item span{display:block;color:var(--muted);margin-top:4px}.order-error,[role=alert]{color:#b3261e}.order .actions form{margin:0}.order .muted{overflow-wrap:anywhere}.order details p{margin-bottom:4px}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:var(--surface);padding:16px}
/* dialogs */
dialog{border:0;border-radius:8px;width:min(600px,calc(100% - 30px));padding:28px;color:var(--text)}dialog::backdrop{background:rgba(14,16,18,.55);backdrop-filter:blur(2px)}.dialog-heading{display:flex;justify-content:space-between;align-items:center}.dialog-heading h2{margin:0;font-size:17px}.dialog-heading button{background:transparent;border:0;padding:4px;display:inline-flex}.dialog-heading svg{width:20px;height:20px}
.search-dialog{width:min(640px,calc(100% - 30px));padding:0;margin-top:48px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.35)}.search-dialog form{display:flex;align-items:center;gap:14px;height:64px;padding:0 20px;border-bottom:1px solid var(--line)}.search-dialog form svg{width:18px;height:18px;color:var(--subtle)}.search-dialog input{flex:1;border:0;padding:0;margin:0;font-size:17px;background:transparent}.search-dialog input:focus-visible{outline:0}.search-dialog kbd{font:600 10px var(--mono);letter-spacing:.08em;color:var(--subtle);border:1px solid var(--line);border-radius:3px;padding:3px 6px}.search-dialog .search-hint{padding:20px;font-size:13px;color:var(--subtle)}.search-dialog .search-hint b{display:block;font:600 10px var(--mono);letter-spacing:.2em;color:var(--accent);margin-bottom:10px}.search-dialog .search-hint a{display:inline-block;margin:0 12px 6px 0;color:var(--text)}
.cart-dialog{margin:0 0 0 auto;max-height:100%;height:100%;width:min(440px,100%);border-radius:0;padding:0;flex-direction:column}.cart-dialog[open]{display:flex}.cart-head{display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 24px;border-bottom:1px solid var(--line)}.cart-head h2{margin:0;font-size:17px}.cart-head h2 span{font:600 14px var(--mono);color:var(--subtle);margin-left:4px}.cart-head button{border:0;background:none;padding:4px;display:inline-flex;color:inherit}.cart-head button:hover{color:var(--accent)}.cart-head svg{width:20px;height:20px}.search-dialog form button[data-close]{border:0;background:none;padding:0;display:inline-flex}
.cart-shipping{padding:16px 24px;background:var(--surface);border-bottom:1px solid var(--line);font-size:12px}.cart-shipping div{display:flex;justify-content:space-between;margin-bottom:8px;color:var(--muted)}.cart-shipping b{color:var(--accent);font-weight:600}.cart-shipping small{font:600 11px var(--mono);color:var(--subtle)}.cart-bar{height:4px;border-radius:2px;background:var(--line);overflow:hidden}.cart-bar i{display:block;height:100%;background:var(--accent);width:0}
.cart-body{flex:1;overflow:auto;padding:24px;display:flex;flex-direction:column;gap:20px}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.cart-empty p{margin:0}.cart-empty b{font-size:15px;font-weight:600}
.cart-row{display:flex;gap:16px}.cart-thumb{width:88px;height:88px;border-radius:4px;background:var(--surface);border:1px solid var(--line);overflow:hidden;flex-shrink:0;display:grid;place-items:center;color:var(--subtle);font:600 9px var(--mono)}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-info{flex:1;display:flex;flex-direction:column;min-width:0}.cart-info p{margin:0;font-size:12px;color:var(--subtle)}.cart-info a{font-size:14px;font-weight:500;line-height:1.4;margin-top:4px}.cart-row-controls{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:12px}.cart-row-controls label{margin:0;display:flex;align-items:center;border:1px solid var(--control);border-radius:4px;height:32px}.cart-row-controls input{width:44px;margin:0;border:0;padding:0;text-align:center;font:600 13px var(--mono);height:30px}.cart-row-controls .step{width:30px;border:0;background:none;color:var(--subtle);font-size:16px}.cart-row-controls .line-total{font:700 14px var(--mono)}.cart-row .remove{border:0;background:none;color:var(--subtle);font-size:12px;text-decoration:underline;padding:0;align-self:flex-start}
.cart-foot{border-top:1px solid var(--line);padding:20px 24px 24px;display:flex;flex-direction:column;gap:14px}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline}.cart-subtotal span{font-size:14px;font-weight:600}.cart-subtotal b{font:700 20px var(--mono)}.cart-foot .muted{margin:0;font-size:12px}.cart-foot .cart-link{text-align:center;font-size:13px;color:var(--muted);text-decoration:underline}
/* footer */
.footer{background:var(--footer);color:#fff;margin-top:70px}.carbon-section+.footer{margin:0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.6fr;gap:40px;padding-top:64px;padding-bottom:48px}.footer .wordmark{font-size:16px}.footer .wordmark i{width:16px;height:16px}.footer h3{font-size:13px;font-weight:700;margin:0 0 16px}.footer section>a:not(.wordmark){display:block;color:#9aa1aa;margin-bottom:10px;font-size:14px}.footer section>a:hover{color:#fff}.footer p{color:#9aa1aa;font-size:13px;line-height:1.7;margin:16px 0 0;max-width:260px}
.newsletter{display:flex;border:1px solid rgba(255,255,255,.18);border-radius:6px;overflow:hidden;background:rgba(255,255,255,.06);margin-top:14px}.newsletter input{flex:1;height:44px;margin:0;border:0;background:transparent;color:#fff;padding:0 14px;font-size:14px}.newsletter input::placeholder{color:#8a8f95}.newsletter button{height:44px;padding:0 18px;border:0;background:var(--accent);color:#fff;font-size:13px;font-weight:600}.footer .newsletter+p{font-size:12px;margin-top:8px}
.footer-business{border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.footer-business p{margin:0 0 20px;font-size:12px;line-height:1.8;color:#8a8f95;max-width:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:16px;padding-top:20px;padding-bottom:20px;color:#8a8f95;font-size:12px}
.mobile-only,.mobile-tabs{display:none}.mobile-menu a{display:block;padding:12px 20px;border-bottom:1px solid var(--line)}.mobile-menu a small{font:500 10px var(--mono);letter-spacing:.08em;color:var(--subtle);margin-left:8px}.mobile-menu .mobile-menu-title{padding:14px 20px 6px;font:600 10px var(--mono);letter-spacing:.2em;color:var(--accent)}
.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}[hidden]{display:none!important}
@media (max-width:1100px){.model-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.desktop-nav{gap:18px}.desktop-nav>a:nth-child(n+6):not(.nav-new){display:none}}
@media (max-width:768px){body{padding-bottom:70px}.container{padding:0 20px}h1{font-size:28px}h2{font-size:22px}
.mobile-only{display:inline-flex}.desktop-nav,.search-open{display:none}.header-inner{height:56px;gap:12px}.wordmark{font-size:15px}.wordmark i{width:15px;height:15px}.header-actions{gap:16px}.header-actions .wish-link,.header-actions .account-link{display:none}
.subnav .container{gap:20px}.hero-stage{min-height:min(600px,88vh)}.hero-stage:before{background:linear-gradient(180deg,rgba(14,16,18,.12) 0,rgba(14,16,18,.08) 28%,rgba(14,16,18,.82) 56%,rgba(14,16,18,.96) 100%)}.hero-visual img{object-position:62% 30%}.hero-stage.product .hero-visual{width:100%;bottom:45%}.hero-stage.product img{padding:20px}.hero-grid{padding-top:32px;padding-bottom:28px;gap:14px}.hero-card{position:static;align-self:flex-start;padding:8px 14px 8px 8px;gap:10px;animation-name:hero-fade-up,hero-float}.hero-card .badge{height:20px;font-size:9px}.hero-card p{font-size:12px}.hero-card p+p{display:none}.hero-copy{gap:14px}.hero-copy h1{font-size:36px;font-weight:800}.hero .eyebrow.dot{font-size:10px;letter-spacing:.12em}.hero-copy .lead{font-size:14px;max-width:none}.hero-copy .actions{flex-direction:column;align-items:stretch}.hero-copy .button{width:100%}.hero-scroll{display:none}
.hero-trust .container{grid-template-columns:1fr 1fr}.hero-trust span{border-left:0;justify-content:flex-start;height:48px;font-size:12px}
.section{padding-top:36px}.section-head{margin-bottom:18px}.model-grid{grid-template-columns:1fr 1fr;gap:8px}.model-card{padding:8px 10px}.model-thumb{width:52px;height:36px}.model-card b{font-size:12px}.model-card small{display:none}
.category-grid{grid-template-columns:1fr 1fr}.category-grid a{padding:18px 16px}.product-grid{grid-template-columns:1fr 1fr;gap:20px 12px}.product-card h3{font-size:13px}.product-fit{font-size:11px;margin-top:10px}.product-price{font-size:14px}
.carbon-section{margin-top:48px}.carbon-grid{grid-template-columns:1fr;gap:28px;padding-top:40px;padding-bottom:40px}.carbon-grid h2{font-size:26px}.carbon-cards{grid-template-columns:1fr 1fr 1fr;gap:8px}.carbon-cards a{padding:10px}.carbon-cards h3{font-size:13px}.carbon-cards p{display:none}
.catalog-band .container{padding-top:20px;padding-bottom:16px}.catalog-head{flex-direction:column;align-items:flex-start;gap:8px}.catalog-head h1{font-size:26px}.catalog-head h1 small{display:block;margin:2px 0 0;font-size:11px}.pills{flex-wrap:nowrap;overflow:auto;margin-top:16px}.pills a{height:32px;padding:0 14px;font-size:12px;flex-shrink:0}.catalog-toolbar{height:48px;margin-bottom:20px;font-size:12px}
.product-detail{grid-template-columns:1fr;gap:28px}.product-gallery{grid-template-columns:1fr}.thumbnails{flex-direction:row;order:2}.product-buy h1{font-size:24px}.buy-row{flex-direction:column}.buy-row .qty{width:100%}
.footer{margin-top:48px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px;padding-top:40px;padding-bottom:28px}.footer-grid section:first-child,.footer-grid section:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:6px}
.columns,.form-grid{grid-template-columns:1fr}.button{padding:0 18px}.preview-notice{font-size:11px}.inline-form{align-items:stretch}.cart-dialog{width:100%;max-width:100%}dialog{padding:20px}.search-dialog{margin-top:12px}
.mobile-tabs{position:fixed;left:0;right:0;bottom:0;display:flex;border-top:1px solid var(--line);background:#fff;padding-bottom:env(safe-area-inset-bottom);z-index:6}.mobile-tabs a,.mobile-tabs button{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 0 6px;font-size:10px;color:var(--subtle);border:0;background:none}.mobile-tabs svg{width:22px;height:22px}.mobile-tabs [aria-current]{color:var(--accent);font-weight:600}}
