:root {
  --bg: #050505;
  --panel: #0d0d0d;
  --panel-2: #141414;
  --text: #f7f7f3;
  --muted: #9b9b96;
  --line: #2a2a28;
  --accent: #d8ff35;
  --danger: #ff6b6b;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 14px; }
body.no-scroll { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: #fff; color: #000; }
.skip-link:focus { top: 12px; }

.announcement { min-height: 38px; display: grid; place-items: center; padding: 8px 20px; border-bottom: 1px solid var(--line); background: #000; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 30; min-height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 3vw; border-bottom: 1px solid var(--line); background: rgba(5,5,5,.94); backdrop-filter: blur(16px); }
.main-nav { display: flex; gap: 26px; }
.main-nav a { color: #d3d3cf; font-size: 13px; text-decoration: none; }
.main-nav a:hover { color: #fff; }
.brand { display: grid; justify-items: center; gap: 2px; font-size: 23px; font-weight: 900; letter-spacing: .09em; text-decoration: none; }
.brand span { color: var(--muted); font-size: 8px; letter-spacing: .32em; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 14px; }
.language-switch { display: inline-flex; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; }
.language-switch button { min-width: 34px; height: 30px; padding: 0 8px; border: 0; background: transparent; color: var(--muted); font-size: 10px; font-weight: 800; cursor: pointer; }
.language-switch button.active { background: #fff; color: #050505; }
.site-header > .language-switch { justify-self: end; }
.search-box input { width: 150px; height: 36px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; outline: none; background: #0b0b0b; color: #fff; }
.search-box input:focus { border-color: #777; }
.account-link, .account-back { color: #d3d3cf; font-size: 12px; text-decoration: none; white-space: nowrap; }
.account-link:hover, .account-back:hover { color: #fff; }
.cart-button, .icon-button { border: 0; background: transparent; color: #fff; cursor: pointer; }
.cart-button { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.cart-button b { min-width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #000; font-size: 11px; }
.mobile-only { display: none; }

.hero { min-height: 580px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(50px,7vw,110px); background: radial-gradient(circle at 0 0, #232323 0, #0a0a0a 42%, #050505 72%); }
.eyebrow { margin: 0 0 15px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.hero h1 { margin: 0; font-size: clamp(58px,7vw,104px); font-weight: 900; line-height: .92; letter-spacing: -.075em; }
.hero-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 32px; color: #b4b4ae; font-size: 16px; line-height: 1.7; }
.quality-promise { display: flex; flex-wrap: wrap; gap: 5px 9px; margin: -10px 0 26px; padding: 11px 15px; border-left: 3px solid var(--accent); background: #111; }
.quality-promise strong { color: #fff; font-size: 13px; font-weight: 900; }
.quality-promise p { margin: 0; color: var(--accent); font-size: 13px; font-weight: 800; }
.hero-copy .quality-promise:last-child { margin-bottom: 0; }
.primary-button, .secondary-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid #fff; border-radius: 2px; background: #fff; color: #050505; font-weight: 800; text-decoration: none; cursor: pointer; }
.primary-button:hover { background: var(--accent); border-color: var(--accent); }
.primary-button:disabled { opacity: .55; cursor: wait; }
.secondary-button { background: transparent; color: #fff; }
.full { width: 100%; }
.hero-gallery { min-width: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line); }
.hero-gallery a { min-width: 0; position: relative; overflow: hidden; background: #111; }
.hero-gallery video { width: 100%; height: 100%; display: block; object-fit: cover; background: #111; transition: transform .55s ease, filter .3s ease; }
.hero-gallery a:hover video { transform: scale(1.025); filter: contrast(1.04); }
.hero-gallery a > span { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 1; padding: 9px 10px; background: rgba(0,0,0,.68); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-align: center; backdrop-filter: blur(8px); }

.promo-strip { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.promo-strip span { padding: 20px 12px; border-right: 1px solid var(--line); color: #c3c3be; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: center; }
.promo-strip span:last-child { border-right: 0; }
.catalog-section { padding: 86px 3vw 110px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 25px; }
.section-heading h2, .about-section h2 { margin: 0; font-size: clamp(40px,5vw,70px); line-height: .98; letter-spacing: -.055em; }
.text-button { padding: 8px 0; border: 0; border-bottom: 1px solid #fff; background: transparent; color: #fff; cursor: pointer; }
.category-filter { display: flex; gap: 8px; margin-bottom: 30px; overflow-x: auto; scrollbar-width: none; }
.category-filter::-webkit-scrollbar { display: none; }
.category-filter button { flex: 0 0 auto; min-height: 36px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #aaa; cursor: pointer; }
.category-filter button.active { border-color: #fff; background: #fff; color: #000; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 44px 14px; }
.product-card { min-width: 0; position: relative; }
.product-media { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid #171717; background: #fff; }
.product-media > a { width: 100%; height: 100%; display: block; }
.product-art { width: 100%; height: 100%; display: block; padding: 0; object-fit: contain; background: #fff; transition: transform .45s ease; }
.product-card:hover .product-art { transform: scale(1.035); }
.sale-tag { position: absolute; right: 12px; top: 12px; padding: 7px 11px; border-radius: 999px; background: #f4f4f0; color: #000; font-size: 10px; font-weight: 800; }
.quick-add { position: absolute; left: 12px; right: 12px; bottom: 12px; min-height: 42px; border: 1px solid #fff; background: rgba(0,0,0,.86); color: #fff; font-weight: 800; opacity: 0; transform: translateY(8px); transition: .25s ease; cursor: pointer; }
.product-card:hover .quick-add, .quick-add:focus-visible { opacity: 1; transform: translateY(0); }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; padding-top: 14px; }
.product-info a { min-width: 0; font-weight: 800; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-info strong { font-size: 13px; }
.product-info p { grid-column: 1 / 3; margin: 0; color: var(--muted); font-size: 11px; }
.empty-state { grid-column: 1 / -1; padding: 80px 20px; border: 1px solid var(--line); color: var(--muted); text-align: center; }

.feedback-section { padding: 90px 3vw 100px; border-top: 1px solid var(--line); background: #080808; }
.feedback-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 28px; }
.feedback-heading h2 { margin: 0; font-size: clamp(38px,4.5vw,66px); line-height: .98; letter-spacing: -.05em; }
.feedback-heading > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; text-align: right; }
.feedback-track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(260px,28vw,360px); gap: 14px; padding-bottom: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: #555 #111; }
.feedback-card { aspect-ratio: 9 / 16; display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #111; scroll-snap-align: start; }
.feedback-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.feedback-card:hover img { transform: scale(1.015); }

.about-section { min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 90px 20px; border-top: 1px solid var(--line); background: radial-gradient(circle at center,#171717,#050505 65%); text-align: center; }
.about-section > p:last-child { max-width: 660px; margin: 26px auto 0; color: #aaa; font-size: 16px; line-height: 1.7; }
.site-footer { display: grid; grid-template-columns: 2fr 1fr 1.3fr; gap: 50px; padding: 70px 4vw 35px; border-top: 1px solid var(--line); }
.footer-brand { justify-items: start; }
.site-footer > div { display: grid; align-content: start; gap: 11px; color: var(--muted); }
.site-footer strong { margin-bottom: 5px; color: #fff; }
.site-footer a { text-decoration: none; }
.site-footer > p { grid-column: 1 / -1; margin: 35px 0 0; padding-top: 25px; border-top: 1px solid var(--line); color: #777; font-size: 11px; }

.overlay { position: fixed; inset: 0; z-index: 50; background: rgba(0,0,0,.72); opacity: 0; pointer-events: none; transition: opacity .25s; }
.overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; z-index: 55; inset: 0 0 0 auto; width: min(460px,100vw); display: grid; grid-template-rows: auto 1fr auto; border-left: 1px solid var(--line); background: #0b0b0b; transform: translateX(101%); transition: transform .3s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-size: 24px; }
.drawer-head button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #fff; font-size: 25px; cursor: pointer; }
.cart-items { padding: 18px 24px; overflow-y: auto; }
.cart-line { display: grid; grid-template-columns: 86px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 86px; height: 98px; padding: 7px; object-fit: contain; background: #141414; }
.cart-line h3 { margin: 5px 0 7px; font-size: 13px; }
.cart-line p { margin: 0; color: var(--muted); }
.quantity { display: inline-flex; align-items: center; gap: 14px; margin-top: 12px; border: 1px solid var(--line); }
.quantity button { width: 31px; height: 31px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.quantity-input { width: 58px; height: 31px; border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); outline: 0; background: #111; color: #fff; text-align: center; font: inherit; }
.empty-cart { display: grid; place-items: center; min-height: 60vh; color: var(--muted); text-align: center; }
.cart-summary { padding: 22px 24px 26px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-size: 17px; }
.cart-summary > .cart-pricing { display: grid; gap: 5px; margin-bottom: 16px; padding: 13px; border: 1px solid #343431; background: #111; font-size: 12px; }
.cart-pricing strong { color: var(--accent); font-size: 14px; }
.cart-pricing span { color: #aaa; line-height: 1.5; }
.cart-summary > p { margin: 10px 0 20px; color: var(--muted); font-size: 11px; }

.checkout-modal { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.84); opacity: 0; pointer-events: none; transition: opacity .25s; }
.checkout-modal.open { opacity: 1; pointer-events: auto; }
.checkout-panel { width: min(720px,100%); max-height: min(90vh,850px); overflow-y: auto; border: 1px solid var(--line); background: #0b0b0b; box-shadow: 0 30px 80px #000; }
.step-label { margin: 0 0 6px; color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.address-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 26px; }
.address-form label { display: grid; gap: 8px; color: #aaa; font-size: 11px; }
.address-form label.wide, .address-form .wide { grid-column: 1 / -1; }
.address-form input, .address-form select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; outline: none; background: #111; color: #fff; }
.address-form input:focus, .address-form select:focus { border-color: #ddd; }
.saved-address-wrap { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.saved-address-wrap[hidden] { display: none; }
.saved-address-wrap > a { min-height: 48px; display: grid; place-items: center; padding: 0 14px; border: 1px solid var(--line); color: #fff; text-decoration: none; }
.checkbox-row { display: flex !important; grid-template-columns: auto 1fr; align-items: center; grid-auto-flow: column; justify-content: start; gap: 10px !important; }
.checkbox-row input { width: 18px; height: 18px; accent-color: var(--accent); }
.form-error { min-height: 18px; grid-column: 1 / -1; margin: 0; color: var(--danger); }
.payment-step { padding: 55px 30px 65px; text-align: center; }
.success-mark { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 24px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 30px; }
.payment-pricing-summary { display: grid; gap: 6px; margin: 18px 0; padding: 14px; border: 1px solid var(--line); text-align: left; }
.payment-pricing-summary strong { color: var(--accent); }
.payment-pricing-summary span,.payment-pricing-summary small { color: #aaa; }
.payment-step h2 { margin: 0; font-size: clamp(34px,6vw,58px); line-height: 1.08; }
.payment-step > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); }
.payment-step .payment-instruction { margin-bottom: -10px; color: #fff; font-weight: 800; }
.payment-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.payment-actions .secondary-button { margin: 0; text-decoration: none; }
.payment-step > p strong { color: #fff; }
.support-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 25px 0 14px; }
.support-contact { min-width: 0; min-height: 84px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--line); color: #fff; cursor: default; }
.support-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #171717; }
.support-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.support-icon svg .solid { fill: currentColor; stroke: none; }
.support-contact.instagram .support-icon { color: #ff5c8a; background: rgba(255,92,138,.1); }
.support-contact.whatsapp .support-icon { color: #25d366; background: rgba(37,211,102,.1); }
.support-contact.discord .support-icon { color: #8c9eff; background: rgba(88,101,242,.14); }
.support-contact-copy { min-width: 0; display: grid; gap: 4px; }
.support-contact-copy b { font-size: 15px; }
.support-contact-copy small { overflow: hidden; color: #fff; font-size: 16px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.support-copy { min-width: 58px; height: 34px; padding: 0 11px; border: 1px solid #50504d; border-radius: 2px; background: #151515; color: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.support-copy:hover { border-color: var(--accent); color: var(--accent); }
.contact-widget { position: fixed; right: 20px; bottom: 20px; z-index: 38; }
.contact-widget-button { min-height: 46px; display: flex; align-items: center; gap: 9px; padding: 0 17px; border: 1px solid #555; border-radius: 999px; background: #fff; color: #050505; box-shadow: 0 12px 36px rgba(0,0,0,.42); font-size: 12px; font-weight: 900; cursor: pointer; }
.contact-widget-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-widget-panel { position: absolute; right: 0; bottom: 58px; width: min(350px,calc(100vw - 28px)); padding: 20px; border: 1px solid #363633; background: #0b0b0b; box-shadow: 0 24px 70px rgba(0,0,0,.62); }
.contact-widget-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.contact-widget-head small { color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.contact-widget-head h2 { margin: 4px 0 0; font-size: 24px; }
.contact-widget-head > button { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #fff; font-size: 20px; cursor: pointer; }
.contact-widget-panel > p { margin: 14px 0 17px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.contact-widget-list { display: grid; gap: 8px; }
.contact-widget-card { min-width: 0; min-height: 66px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 11px; border: 1px solid var(--line); }
.contact-widget-card > span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
.contact-widget-card small { overflow: hidden; color: #fff; font-size: 15px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.contact-widget-card > button { min-width: 54px; height: 32px; border: 1px solid #4a4a47; background: #151515; color: #fff; font-size: 10px; font-weight: 800; cursor: pointer; }
.contact-widget-card > button:hover { border-color: var(--accent); color: var(--accent); }
.support-contact.disabled { opacity: .48; cursor: not-allowed; }

.product-page { min-height: calc(100vh - 112px); }
.detail-shell { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); min-height: calc(100vh - 112px); }
.detail-media { min-width: 0; display: grid; place-items: center; padding: clamp(25px,6vw,80px); border-right: 1px solid var(--line); background: radial-gradient(circle at center,#1a1a1a,#080808 70%); }
.detail-media img { width: min(680px,100%); max-height: 74vh; object-fit: contain; }
.detail-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(40px,6vw,90px); }
.back-link { margin-bottom: 50px; color: var(--muted); text-decoration: none; }
.detail-copy h1 { margin: 0; font-size: clamp(42px,5vw,72px); line-height: 1; letter-spacing: -.055em; }
.detail-price { margin: 22px 0; font-size: 24px; font-weight: 800; }
.detail-pricing { display: grid; gap: 0; margin: 0 0 24px; border: 1px solid var(--line); }
.detail-pricing > strong { padding: 13px 15px; border-bottom: 1px solid var(--line); color: var(--accent); font-size: 12px; letter-spacing: .08em; }
.detail-pricing > span { display: flex; justify-content: space-between; gap: 20px; padding: 11px 15px; border-bottom: 1px solid var(--line); font-size: 12px; }
.detail-pricing em { color: #fff; font-style: normal; font-weight: 800; }
.detail-pricing small { padding: 12px 15px; color: #999; line-height: 1.5; }
.detail-description { color: #aaa; font-size: 15px; line-height: 1.8; }
.detail-notes { width: 100%; display: grid; gap: 0; margin: 35px 0; border-top: 1px solid var(--line); }
.detail-notes span { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.detail-notes b { color: #fff; }
.detail-add { width: 100%; }
.detail-error { width: 100%; padding: 80px 30px; text-align: center; }

.account-page { min-height: calc(100vh - 112px); }
.auth-view { min-height: calc(100vh - 112px); display: grid; grid-template-columns: 1.1fr .9fr; }
.auth-intro { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,8vw,130px); background: radial-gradient(circle at 10% 20%,#252525,#070707 65%); }
.auth-intro h1, .account-heading h1 { margin: 0; font-size: clamp(54px,7vw,98px); line-height: .92; letter-spacing: -.07em; }
.auth-intro > p:last-child { max-width: 570px; margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.auth-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px,7vw,100px); border-left: 1px solid var(--line); background: #0a0a0a; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.auth-tabs button { padding: 16px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-weight: 800; cursor: pointer; }
.auth-tabs button.active { border-bottom-color: var(--accent); color: #fff; }
.account-form { display: grid; gap: 18px; }
.account-form label, .address-editor label { display: grid; gap: 8px; color: #aaa; font-size: 11px; }
.account-form input, .address-editor input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line); outline: 0; background: #111; color: #fff; }
.account-form input:focus, .address-editor input:focus { border-color: #ddd; }
.captcha-row { display: grid; grid-template-columns: 1fr 125px; gap: 10px; }
.captcha-row button { border: 1px solid var(--line); background: #191919; color: var(--accent); font-family: ui-monospace, Consolas, monospace; font-size: 23px; font-weight: 900; letter-spacing: .18em; cursor: pointer; }
.dashboard-view { padding: 80px 4vw 120px; }
.account-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.account-heading > div > p:last-child { color: var(--muted); }
.account-section { padding: 75px 0; border-bottom: 1px solid var(--line); }
.account-section .section-heading h2 { font-size: clamp(38px,5vw,65px); }
.address-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.address-card, .order-history-card { padding: 24px; border: 1px solid var(--line); background: #0d0d0d; }
.address-card h3, .order-history-card h3 { margin: 0; font-size: 19px; }
.address-card > p { color: var(--muted); line-height: 1.65; }
.address-card > div:last-child { display: flex; gap: 8px; margin-top: 22px; }
.address-card button { padding: 8px 13px; border: 1px solid var(--line); background: transparent; color: #fff; cursor: pointer; }
.address-editor { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; padding: 28px; border: 1px solid var(--line); background: #0d0d0d; }
.address-editor .wide { grid-column: 1 / -1; }
.editor-actions { display: flex; justify-content: flex-end; gap: 10px; }
.account-empty { padding: 55px 25px; border: 1px solid var(--line); color: var(--muted); text-align: center; }
.order-list { display: grid; gap: 12px; }
.order-history-head { display: flex; justify-content: space-between; gap: 20px; }
.order-history-card > p { color: var(--muted); }
.order-history-card ul { margin: 22px 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.order-history-card li { display: flex; justify-content: space-between; gap: 25px; padding: 13px 0; border-bottom: 1px solid var(--line); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr auto; padding: 0 20px; }
  .mobile-only { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 74px; display: none; padding: 20px; border-bottom: 1px solid var(--line); background: #080808; }
  .main-nav.open { display: grid; }
  .search-box { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 520px; }
  .hero-gallery { min-height: 520px; }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .quick-add { opacity: 1; transform: none; }
  .detail-shell { grid-template-columns: 1fr; }
  .detail-media { min-height: 58vh; border-right: 0; border-bottom: 1px solid var(--line); }
  .auth-view { grid-template-columns: 1fr; }
  .auth-intro { min-height: 460px; }
  .auth-card { border-left: 0; border-top: 1px solid var(--line); }
  .address-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .announcement { font-size: 9px; }
  .site-header { min-height: 64px; padding: 0 14px; }
  .brand { font-size: 18px; }
  .brand span { font-size: 6px; }
  .cart-button { font-size: 0; }
  .cart-button b { font-size: 11px; }
  .account-link { display: none; }
  .main-nav { top: 64px; }
  .hero-copy { min-height: 0; padding: 45px 24px 24px; }
  .hero h1 { font-size: clamp(54px,17vw,76px); }
  .hero-gallery { min-height: 0; display: flex; gap: 8px; padding: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; background: #050505; }
  .hero-gallery::-webkit-scrollbar { display: none; }
  .hero-gallery a { flex: 0 0 min(64vw,260px); aspect-ratio: 9 / 16; border: 1px solid var(--line); scroll-snap-align: center; }
  .hero-gallery a > span { left: 8px; right: 8px; bottom: 8px; }
  .promo-strip { grid-template-columns: 1fr 1fr; }
  .promo-strip span:nth-child(2) { border-right: 0; }
  .promo-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .catalog-section { padding: 65px 14px 80px; }
  .feedback-section { padding: 62px 14px 72px; }
  .feedback-heading { display: block; margin-bottom: 20px; }
  .feedback-heading > p { margin-top: 14px; text-align: left; }
  .feedback-track { grid-auto-columns: min(78vw,300px); gap: 10px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 8px; }
  .product-media { aspect-ratio: 1; }
  .quick-add { left: 7px; right: 7px; bottom: 7px; min-height: 36px; font-size: 11px; }
  .product-info { grid-template-columns: 1fr; }
  .product-info strong, .product-info p { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr; gap: 35px; }
  .site-footer > p { grid-column: 1; }
  .address-form { grid-template-columns: 1fr; padding: 20px; }
  .address-form label.wide, .address-form .wide { grid-column: 1; }
  .support-links { grid-template-columns: 1fr; }
  .contact-widget { right: 14px; bottom: 14px; }.contact-widget-button { min-height: 43px; padding: 0 14px; }.contact-widget-panel { right: 0; bottom: 53px; }
  .checkout-modal { padding: 0; }
  .checkout-panel { width: 100%; max-height: 100vh; min-height: 100vh; border: 0; }
  .detail-copy { padding: 45px 22px 70px; }
  .back-link { margin-bottom: 35px; }
  .auth-intro { min-height: 390px; padding: 55px 24px; }
  .auth-card { padding: 35px 20px 55px; }
  .dashboard-view { padding: 55px 14px 80px; }
  .account-heading { align-items: flex-start; flex-direction: column; }
  .address-list { grid-template-columns: 1fr; }
  .address-editor { grid-template-columns: 1fr; padding: 20px; }
  .address-editor .wide { grid-column: 1; }
}
