:root {
  --ink: #0b0c0e;
  --ink-2: #15171a;
  --surface: #f4f4f1;
  --white: #ffffff;
  --muted: #686b70;
  --line: #deded8;
  --line-dark: rgba(255,255,255,.13);
  --accent: #ff5426;
  --accent-2: #ff7a38;
  --success: #168a55;
  --danger: #d33f36;
  --warning: #a96800;
  --container: clamp(1260px, 82vw, 1680px);
  --radius: 22px;
  --shadow: 0 22px 70px rgba(16,18,22,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: clamp(16px, .7vw, 18px); }
body { margin: 0; background: var(--surface); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.hidden { display: none !important; }
.section { padding: 110px 0; }

.announcement { min-height: 34px; background: var(--ink); color: #d6d6d2; font-size: .75rem; letter-spacing: .04em; }
.announcement-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement p { margin: 0; }
.announcement a { color: var(--white); font-weight: 700; }
.announcement a span { color: var(--accent); margin-left: 5px; }

.site-header { position: sticky; top: 0; z-index: 70; border-bottom: 1px solid rgba(15,16,18,.08); background: rgba(250,250,248,.91); backdrop-filter: blur(18px); }
.navbar { height: clamp(82px,7vh,94px); min-height: 82px; display: grid; grid-template-columns: clamp(190px,9vw,220px) minmax(0,1fr) clamp(176px,8vw,195px); gap: clamp(34px,2.2vw,46px); align-items: center; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-logo { display: block; width: 190px; height: auto; }
.site-header .brand-logo { width: clamp(190px,8.2vw,215px); height: 64px; object-fit: contain; }
.footer .brand-logo, .admin-sidebar .brand-logo { filter: brightness(0) invert(1); opacity: .94; }
.footer .brand-logo { width: 210px; }
.admin-sidebar .brand-logo { width: 178px; }
.login-card .brand-logo { width: 220px; }
.nav-panel { min-width: 0; height: 44px; display: flex; align-items: center; justify-content: flex-end; gap: clamp(22px, 4vw, 55px); }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { position: relative; font-size: .86rem; font-weight: 700; color: #55575b; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -12px; height: 2px; background: var(--accent); transition: right .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-search { width: min(clamp(290px,15vw,350px), 25vw); height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid #d9d9d4; border-radius: 99px; background: var(--white); }
.nav-search-placeholder { width: min(clamp(290px,15vw,350px), 25vw); height: 44px; flex: none; visibility: hidden; pointer-events: none; }
.nav-search span { font-size: 1.2rem; transform: rotate(-18deg); color: #777; }
.nav-search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: .8rem; color: var(--ink); }
.nav-actions { width: clamp(176px,8vw,195px); height: 44px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.theme-toggle { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border: 1px solid #d9d9d4; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 1.05rem; line-height: 1; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.theme-toggle:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.theme-toggle .theme-sun { display: none; }
html[data-theme="dark"] .theme-toggle .theme-moon { display: none; }
html[data-theme="dark"] .theme-toggle .theme-sun { display: inline; }
.icon-link { position: relative; display: flex; align-items: center; gap: 7px; height: 44px; padding: 0 12px; border: 1px solid #d9d9d4; border-radius: 99px; background: var(--white); font-size: .82rem; font-weight: 700; }
.icon-link > span { font-size: 1rem; transform: rotate(180deg); }
.icon-link em { font-style: normal; }
.cart-count { min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; border-radius: 99px; background: var(--accent); color: var(--white); font-size: .67rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 13px 11px; border: 1px solid #d9d9d4; background: var(--white); border-radius: 50%; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav-backdrop { position: fixed; z-index: 65; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(4,5,7,.64); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .28s ease, visibility .28s ease; }
.mobile-nav-backdrop.open { opacity: 1; visibility: visible; pointer-events: auto; }
body.mobile-menu-open { overflow: hidden; }

.btn { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 3px; font-weight: 800; font-size: .82rem; letter-spacing: .015em; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: var(--white); box-shadow: 0 14px 35px rgba(255,84,38,.2); }
.btn-primary:hover { background: #ef4317; }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(0,0,0,.1); backdrop-filter: blur(8px); }
.btn-light { background: var(--white); color: var(--ink); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-outline-dark { border-color: #babbb7; color: var(--ink); background: transparent; }
.btn-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: .83rem; font-weight: 800; }
.text-link span { color: var(--accent); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); font-size: .68rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow i { width: 28px; height: 2px; background: var(--accent); }
.eyebrow.dark { color: #5f6266; }

.home-hero { position: relative; min-height: clamp(700px,70vh,900px); display: flex; align-items: stretch; overflow: hidden; background: #101216; color: var(--white); }
.hero-backdrop, .hero-shade, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; background-position: center; background-size: cover; transform: scale(1.04); transition: opacity .9s ease, transform 5.5s linear; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(5,6,8,.92) 0%, rgba(5,6,8,.68) 46%, rgba(5,6,8,.22) 78%, rgba(5,6,8,.45) 100%), linear-gradient(0deg, rgba(5,6,8,.8), transparent 45%); }
.hero-content { position: relative; z-index: 2; min-height: clamp(700px,70vh,900px); display: grid; grid-template-columns: minmax(0, 750px) 290px; align-items: center; justify-content: space-between; gap: 50px; padding-top: 60px; padding-bottom: 80px; }
.hero-copy-wrap h1 { max-width: 800px; margin: 18px 0 22px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(3.5rem, 6.5vw, 6.6rem); font-weight: 500; line-height: .89; letter-spacing: -.025em; text-transform: uppercase; }
.hero-copy-wrap > p { max-width: 620px; margin-bottom: 30px; color: #d2d3d4; font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { margin-top: 54px; display: flex; flex-wrap: wrap; gap: 12px 30px; color: #d3d4d4; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust b { color: var(--accent); font-size: .65rem; }
.hero-side-note { align-self: end; margin-bottom: 42px; padding: 24px; border: 1px solid rgba(255,255,255,.18); background: rgba(11,12,14,.55); backdrop-filter: blur(14px); }
.hero-side-note > span { color: var(--accent-2); font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-side-note strong { display: block; margin: 8px 0; font-size: 1.2rem; }
.hero-side-note p { margin-bottom: 16px; color: #bfc0c2; font-size: .83rem; }
.hero-side-note a { font-size: .76rem; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.5); }
.hero-controls { position: absolute; z-index: 3; bottom: 25px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; }
.hero-dots { display: flex; gap: 7px; }
.hero-dots button { width: 28px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.3); transition: .2s; }
.hero-dots button.active { width: 55px; background: var(--accent); }
.hero-controls > span { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.6); font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; }
.hero-controls i { width: 40px; height: 1px; background: rgba(255,255,255,.4); }

.benefit-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.benefit-grid { min-height: clamp(110px,9vh,130px); display: grid; grid-template-columns: repeat(4,1fr); }
.benefit-grid article { display: flex; align-items: center; gap: 14px; padding: 20px 26px; border-left: 1px solid var(--line); }
.benefit-grid article:last-child { border-right: 1px solid var(--line); }
.benefit-icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 50%; background: #f0f0ec; color: var(--accent); font-size: .75rem; font-weight: 900; }
.benefit-grid strong, .benefit-grid small { display: block; }
.benefit-grid strong { font-size: .84rem; }
.benefit-grid small { margin-top: 2px; color: #85878a; font-size: .68rem; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 46px; }
.section-head h2, .build-copy h2, .story-copy h2, .contact-details h2 { max-width: 720px; margin: 12px 0 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.5rem, 4.8vw, 4.7rem); font-weight: 500; line-height: .96; letter-spacing: -.02em; text-transform: uppercase; }
.section-head > p { max-width: 470px; margin: 0; color: var(--muted); font-size: .92rem; }
.section-head.light { color: var(--white); }
.section-head.light > p { color: #a7a9ad; }
.category-section { padding: 82px 0 90px; }
.category-section .section-head { align-items: center; gap: 40px; margin-bottom: 30px; }
.category-section .section-head h2 { max-width: 610px; font-size: clamp(2.35rem,3.8vw,3.7rem); }
.category-section .section-head > p { max-width: 420px; font-size: .86rem; }
.category-showcase { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.category-card { position: relative; min-height: 390px; overflow: hidden; background: #1a1b1e; color: var(--white); }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,4,5,.9), rgba(3,4,5,.03) 68%); }
.category-card:hover img { transform: scale(1.04); }
.category-card-content { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 22px; }
.category-card-content span { color: var(--accent-2); font-size: .65rem; font-weight: 800; letter-spacing: .15em; }
.category-card-content h3 { margin: 7px 0 2px; font-size: 1.25rem; }
.category-card-content p { margin: 0; color: #bfc0c2; font-size: .74rem; }
.category-card-content i { position: absolute; right: 0; bottom: 4px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-style: normal; }
.category-section .category-showcase { gap: 14px; }
.category-section .category-card { min-height: 310px; border-radius: 14px; }
.category-section .category-card-content { left: 20px; right: 20px; bottom: 19px; }
.category-section .category-card-content p { display: none; }
.category-section .category-card-content h3 { margin-top: 6px; }

.section-dark { background: var(--ink); color: var(--white); }
.products-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.home-products-section { padding: 84px 0; }
.home-products-section .section-head { margin-bottom: 32px; }
.home-products-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.home-products-grid .product-body { padding: 17px; }
.home-products-grid .product-body h3 { font-size: .94rem; }
.home-products-grid .product-price-row { margin-top: 14px; padding-top: 13px; }
.home-products-grid .product-card-actions button,
.home-products-grid .product-card-actions a { padding-inline: 10px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid #e0e0dc; background: var(--white); color: var(--ink); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.section-dark .product-card { border-color: var(--line-dark); background: #15171a; color: var(--white); }
.product-media { position: relative; aspect-ratio: 1.16/1; overflow: hidden; background: #e6e6e2; }
.product-media::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(0deg, rgba(0,0,0,.2), transparent); pointer-events: none; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; left: 14px; top: 14px; padding: 7px 10px; background: rgba(11,12,14,.84); color: var(--white); font-size: .61rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-sale-badge { position: absolute; z-index: 3; left: 14px; top: 14px; padding: 9px 14px 9px 11px; background: var(--accent); color: var(--white); box-shadow: 0 10px 24px rgba(255,84,38,.28); clip-path: polygon(0 0,100% 0,88% 50%,100% 100%,0 100%); font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.product-card.is-on-sale .product-badge { top: 57px; }
.quick-view { position: absolute; z-index: 2; right: 14px; top: 14px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(15,17,20,.13); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 8px 24px rgba(0,0,0,.14); backdrop-filter: blur(8px); transition: transform .2s, border-color .2s, background .2s, color .2s; }
.quick-view svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quick-view:hover { border-color: var(--accent); background: var(--accent); color: var(--white); transform: translateY(-2px); }
.quick-view:focus-visible { outline: 3px solid rgba(255,84,38,.3); outline-offset: 2px; }
.product-body { padding: 21px; }
.product-kicker { display: flex; justify-content: space-between; gap: 10px; color: #898b8f; font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-kicker .stock-out { color: var(--danger); }
.product-body h3 { min-height: 2.75em; margin: 8px 0 4px; font-size: 1.06rem; line-height: 1.35; }
.product-fitment { margin: 0; color: #777a7e; font-size: .77rem; }
.product-card-meta { margin-top: 12px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; color: #777a7e; }
.product-card-meta > span { min-width: 0; padding: 0 9px; border-left: 1px solid #e4e4df; }
.product-card-meta > span:first-child { padding-left: 0; border-left: 0; }
.product-card-meta > span:last-child { padding-right: 0; }
.product-card-meta small { display: block; margin-bottom: 4px; color: #9a9ca0; font-size: .5rem; font-weight: 800; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.product-card-meta strong { display: block; overflow-wrap: anywhere; color: inherit; font-size: .65rem; font-weight: 700; line-height: 1.35; }
.product-card-meta .stock-out strong { color: var(--danger); }
.section-dark .product-card-meta > span { border-color: var(--line-dark); }
.product-price-row { min-height: 42px; margin-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid #e6e6e1; padding-top: 15px; }
.section-dark .product-price-row { border-color: var(--line-dark); }
.price { font-size: 1.06rem; font-weight: 900; }
.price.request { color: var(--accent); font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.product-price-stack { min-width: max-content; display: grid; gap: 2px; }
.product-price-stack del { color: #8c8f93; font-size: .68rem; font-weight: 700; line-height: 1.1; }
.product-price-stack .sale-price { color: var(--accent); }
.product-card-actions { display: flex; gap: 8px; }
.product-card-actions button, .product-card-actions a { min-height: 40px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d7d7d2; background: transparent; font-size: .69rem; font-weight: 800; }
.product-card-actions .add-button { border-color: var(--ink); background: var(--ink); color: var(--white); }
.section-dark .product-card-actions button, .section-dark .product-card-actions a { border-color: rgba(255,255,255,.25); color: var(--white); }
.section-dark .product-card-actions .add-button { border-color: var(--accent); background: var(--accent); }
.product-card-actions button:disabled { opacity: .45; cursor: not-allowed; }

.reviews-section { padding: 92px 0 80px; overflow: hidden; background: #090c0b; color: var(--white); }
.reviews-head { margin-bottom: 28px; }
.reviews-head .eyebrow.dark { color: var(--accent-2); }
.reviews-head h2 { max-width: 800px; margin: 13px 0 10px; font: 800 clamp(2.25rem,4.2vw,4rem)/1.02 "Segoe UI", Arial, sans-serif; letter-spacing: -.035em; }
.reviews-head > div:first-child > p { max-width: 690px; margin: 0; color: #a9afac; font-size: .94rem; }
.review-meta { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.review-summary { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; color: #c0c5c2; font-size: .83rem; }
.review-summary-stars, .review-stars { color: var(--accent-2); letter-spacing: .1em; }
.review-summary strong { margin-left: 4px; color: var(--white); font-size: 1.05rem; }
.review-summary b { color: var(--white); }
.review-stats { display: flex; gap: 12px; }
.review-stats article { min-width: 145px; padding: 12px 15px; border-left: 3px solid var(--accent); background: #15191b; }
.review-stats strong, .review-stats span { display: block; }
.review-stats strong { color: var(--accent); font-size: 1.5rem; line-height: 1; }
.review-stats span { margin-top: 6px; color: #9a9f9d; font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.review-marquee { width: 100%; margin-top: 35px; padding: 0 0 8px max(20px,calc((100vw - var(--container))/2)); overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-behavior: smooth; }
.review-marquee::-webkit-scrollbar { display: none; }
.review-track { width: max-content; display: flex; gap: 18px; padding-right: 24px; }
.review-track-group { display: flex; gap: 18px; }
.review-card { width: min(420px,calc(100vw - 44px)); min-height: 258px; padding: 26px; display: flex; flex-direction: column; border: 1px solid #29302d; border-radius: 22px; background: #111512; color: var(--white); }
.review-card header { display: flex; align-items: center; gap: 13px; }
.review-avatar { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border: 1px solid #303834; border-radius: 50%; background: #181e1b; color: #b6bcb9; font-size: .72rem; font-weight: 800; }
.review-card header strong, .review-card header small { display: block; }
.review-card header strong { margin-bottom: 2px; font-size: .88rem; }
.review-stars { font-size: .8rem; }
.review-card > p { margin: 24px 0 20px; display: -webkit-box; overflow: hidden; color: #a9afac; font-size: .9rem; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.review-card time { margin-top: auto; color: #7c837f; font-size: .65rem; font-weight: 700; letter-spacing: .03em; }
.review-track-empty { width: calc(100vw - max(20px,calc((100vw - var(--container))/2))); }
.review-empty { width: min(680px,calc(100vw - 40px)); padding: 38px; border: 1px dashed #303834; border-radius: 20px; color: #8e9692; text-align: center; }
.review-empty strong, .review-empty span { display: block; }
.review-empty strong { color: var(--white); }
.review-empty span { margin-top: 4px; font-size: .75rem; }
.review-controls { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.review-controls > span { color: #7f8783; font-size: .7rem; }
.review-controls > span b:first-child { color: var(--accent-2); }
.review-controls > span b { font-weight: 700; }
.review-controls > div { display: flex; gap: 9px; }
.review-controls button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #37403c; border-radius: 14px; background: #151a17; color: var(--white); font-size: 1.5rem; transition: border-color .2s, background .2s, transform .2s; }
.review-controls button:hover { border-color: var(--accent); background: #1c211e; transform: translateY(-1px); }
.review-controls button:disabled { opacity: .35; cursor: not-allowed; }
.review-form-wrap { margin-top: 28px; padding: 30px; display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 38px; align-items: center; border: 1px solid #29302d; border-radius: 22px; background: #111512; }
.review-form-wrap > div > span { color: var(--accent); font-size: .61rem; font-weight: 900; letter-spacing: .14em; }
.review-form-wrap h3 { margin: 5px 0; font-size: 1.35rem; }
.review-form-wrap > div > p { margin: 0; color: #8e9692; font-size: .7rem; }
.review-form { position: relative; display: grid; grid-template-columns: 1fr 150px 1.5fr auto; gap: 12px; align-items: end; }
.review-form .field { margin: 0; }
.review-form .field > span { color: #b9bfbc; }
.review-form .field input, .review-form .field select, .review-form .field textarea { min-height: 48px; border-color: #343c38; background: #0c100e; color: var(--white); }
.review-form .field textarea { height: 48px; min-height: 48px; padding-top: 13px; resize: vertical; }
.review-form .btn { min-height: 48px; background: var(--accent); color: var(--white); }
.review-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.review-result { grid-column: 1 / -1; }
.review-result:empty { display: none; }

.build-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(55px,7vw,110px); }
.build-image { position: relative; min-height: 650px; }
.build-image img { width: 100%; height: 650px; object-fit: cover; }
.image-stamp { position: absolute; left: -25px; bottom: 35px; width: 170px; height: 170px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; background: var(--accent); color: var(--white); }
.image-stamp b { font-style: italic; font-size: 1.3rem; }
.image-stamp span { font-size: .68rem; line-height: 1.3; font-weight: 900; letter-spacing: .15em; }
.build-copy > p, .story-copy > p, .contact-details > p { max-width: 580px; color: var(--muted); font-size: .93rem; }
.process-list { margin: 32px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: flex; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.process-list li > b { color: var(--accent); font-size: .68rem; }
.process-list strong, .process-list span { display: block; }
.process-list strong { font-size: .9rem; }
.process-list span { margin-top: 3px; color: #777a7d; font-size: .77rem; }
.cta-section { padding-top: 20px; }
.cta-panel { min-height: 300px; padding: 55px 65px; display: flex; align-items: center; justify-content: space-between; gap: 45px; overflow: hidden; position: relative; background: var(--accent); color: var(--white); }
.cta-panel::after { content: "MA"; position: absolute; right: 22%; top: -58px; color: rgba(255,255,255,.08); font: 180px/1 Impact, sans-serif; transform: skewX(-8deg); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel > div > span { font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cta-panel h2 { max-width: 760px; margin: 10px 0 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.2rem,4vw,4.2rem); font-weight: 500; line-height: .95; text-transform: uppercase; }
.compact-cta { padding-top: 45px; }

.footer { margin-top: 90px; background: var(--ink); color: var(--white); }
.footer-main { padding: 70px 0 60px; display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 60px; }
.footer-brand > p { max-width: 300px; margin: 22px 0 16px; color: #96989c; font-size: .83rem; }
.footer-contact { font-size: 1.05rem; font-weight: 800; }
.footer h3 { margin-bottom: 20px; color: #85878b; font-size: .65rem; text-transform: uppercase; letter-spacing: .17em; }
.footer-links { display: grid; gap: 11px; }
.footer-links a, .footer-links span { color: #c3c4c6; font-size: .78rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-dark); color: #717378; font-size: .67rem; }

.toast { position: fixed; z-index: 300; right: 24px; bottom: 24px; max-width: min(390px, calc(100% - 40px)); padding: 15px 19px; border-left: 4px solid var(--accent); background: var(--ink); color: var(--white); box-shadow: 0 15px 45px rgba(0,0,0,.25); font-size: .82rem; }
.success-note, .danger-note { margin-top: 14px; padding: 13px 15px; border: 1px solid rgba(22,138,85,.22); background: rgba(22,138,85,.08); color: #116b43; font-size: .8rem; }
.danger-note { border-color: rgba(211,63,54,.22); background: rgba(211,63,54,.08); color: #ad302a; }

/* Inner page heroes */
.inner-hero { min-height: 470px; display: flex; align-items: end; position: relative; background-color: #17191c; background-size: cover; background-position: center; color: var(--white); }
.inner-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,8,.92), rgba(5,6,8,.4)), linear-gradient(0deg, rgba(5,6,8,.8), transparent); }
.about-hero { background-image: url("assets/images/banner_hero_3.jpg"); }
.contact-hero { background-image: url("assets/images/banner_hero_2.jpg"); }
.inner-hero-content { position: relative; z-index: 1; padding-top: 90px; padding-bottom: 60px; }
.inner-hero h1 { max-width: 930px; margin: 14px 0 10px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(3.4rem,7vw,6.7rem); line-height: .9; font-weight: 500; text-transform: uppercase; }
.inner-hero p { max-width: 600px; margin: 0; color: #ced0d1; }

/* Catalog */
.catalog-section { padding: 32px 0 80px; }
.catalog-bar { display: grid; grid-template-columns: minmax(0,1fr) clamp(265px,15vw,300px); gap: 14px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.catalog-search { height: 58px; display: flex; align-items: center; overflow: hidden; border: 1px solid #d2d2cd; border-radius: 99px; background: var(--white); box-shadow: 0 8px 28px rgba(15,16,18,.05); transition: border-color .2s, box-shadow .2s; }
.catalog-search:focus-within { border-color: var(--accent); box-shadow: 0 8px 30px rgba(255,84,38,.12), 0 0 0 3px rgba(255,84,38,.08); }
.catalog-search > span { margin-left: 20px; color: var(--accent); font-size: 1.2rem; transform: rotate(-18deg); }
.catalog-search input { min-width: 0; flex: 1; height: 100%; padding: 0 16px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .87rem; }
.catalog-search button { align-self: stretch; min-width: 118px; border: 0; background: var(--accent); color: var(--white); font-size: .76rem; font-weight: 800; transition: background .2s; }
.catalog-search button:hover { background: #ef4317; }
.sort-control { height: 58px; display: flex; align-items: center; overflow: hidden; padding-left: 20px; border: 1px solid #d2d2cd; border-radius: 99px; background: var(--white); color: #76787b; font-size: .7rem; box-shadow: 0 8px 28px rgba(15,16,18,.04); }
.sort-control select { min-width: 185px; height: 100%; padding: 0 34px 0 9px; border: 0; outline: 0; background: transparent; color: var(--ink); font-weight: 700; }
.catalog-layout { display: grid; grid-template-columns: clamp(220px,13vw,260px) 1fr; gap: clamp(38px,2.3vw,48px); padding-top: 30px; }
.filter-sidebar { min-width: 0; }
.filter-heading { display: flex; align-items: start; justify-content: space-between; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.filter-heading span, .filter-heading strong { display: block; }
.filter-heading span, .mobile-filter-label { color: #777a7e; font-size: .63rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.filter-heading strong { margin-top: 4px; font-size: .77rem; }
.filter-heading button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #777; font-size: .67rem; }
.mobile-filter-label { display: none; }
.filter-pills { display: grid; margin-top: 13px; }
.filter-btn { min-height: 46px; padding: 0; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: #585b5e; text-align: left; font-size: .8rem; font-weight: 700; }
.filter-btn span { color: #939598; font-size: .67rem; }
.filter-btn.active { color: var(--accent); }
.fitment-help { margin-top: 35px; padding: 23px; background: var(--ink); color: var(--white); }
.fitment-help > span { color: var(--accent-2); font-size: .59rem; font-weight: 900; letter-spacing: .15em; }
.fitment-help strong { display: block; margin: 8px 0; font-size: .95rem; }
.fitment-help p { color: #a6a8ab; font-size: .72rem; }
.fitment-help a { font-size: .68rem; font-weight: 800; border-bottom: 1px solid #777; }
.catalog-content .products-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.active-query { margin-bottom: 20px; padding: 12px 15px; background: #e9e9e4; color: #5b5d60; font-size: .77rem; }
.empty-state { min-height: 380px; padding: 65px 25px; display: grid; place-items: center; align-content: center; text-align: center; border: 1px solid var(--line); background: var(--white); }
.empty-state > span { font: 56px/1 Impact, sans-serif; color: #d0d1cc; }
.empty-state h3 { margin: 15px 0 5px; }
.empty-state p { color: var(--muted); }
.empty-state > div { display: flex; gap: 10px; margin-top: 8px; }

/* Product detail modal */
.product-modal { position: fixed; z-index: 200; inset: 0; padding: 25px; display: grid; place-items: center; background: rgba(5,6,8,.8); backdrop-filter: blur(8px); }
.product-modal-card { width: min(950px,100%); max-height: calc(100vh - 50px); display: grid; grid-template-columns: 1fr 1fr; overflow: auto; background: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.4); }
.product-modal-media { position: relative; min-height: 550px; background: #e4e4e0; }
.product-modal-media img { width: 100%; height: 100%; object-fit: cover; }
.product-modal-copy { position: relative; padding: 50px; }
.modal-close { position: absolute; right: 22px; top: 20px; width: 46px; height: 46px; border: 1px solid #d3d4d0; border-radius: 50%; background: rgba(255,255,255,.78); color: var(--ink); transition: border-color .2s, background .2s, color .2s, transform .2s; }
.modal-close::before, .modal-close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 17px; height: 2px; border-radius: 2px; background: currentColor; }
.modal-close::before { transform: translate(-50%,-50%) rotate(45deg); }
.modal-close::after { transform: translate(-50%,-50%) rotate(-45deg); }
.modal-close:hover { border-color: var(--accent); background: var(--accent); color: var(--white); transform: rotate(90deg); }
.modal-close:focus-visible { outline: 3px solid rgba(255,84,38,.3); outline-offset: 2px; }
.product-modal-copy > span { color: var(--accent); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-modal-copy h2 { margin: 10px 0; font-size: 2rem; line-height: 1.1; }
.product-modal-copy > p { color: var(--muted); font-size: .86rem; }
.modal-price { margin: 22px 0; padding: 18px 0; border-block: 1px solid var(--line); font-size: 1.35rem; font-weight: 900; }
.modal-price .product-price-stack { display: flex; align-items: baseline; flex-wrap: wrap; gap: 11px; }
.modal-price .product-price-stack del { font-size: .85rem; }
.modal-price .sale-price { font-size: 1.45rem; }
.modal-saving { display: inline-flex; margin-top: 9px; padding: 5px 8px; background: rgba(255,84,38,.1); color: var(--accent); font-size: .65rem; font-weight: 800; }
.modal-sale-badge { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 10px 14px; border-radius: 3px; background: var(--accent); color: var(--white); box-shadow: 0 12px 30px rgba(255,84,38,.3); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.modal-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.modal-meta div { padding: 12px; background: #f1f1ed; }
.modal-meta small, .modal-meta strong { display: block; }
.modal-meta small { color: #828488; font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }
.modal-meta strong { margin-top: 3px; font-size: .78rem; }

/* About */
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px,8vw,120px); }
.story-copy > p { margin-bottom: 18px; }
.story-signature { margin-top: 38px; display: flex; align-items: center; gap: 14px; }
.story-signature > b { width: 48px; height: 48px; display: grid; place-items: center; background: var(--accent); color: var(--white); font-style: italic; }
.story-signature strong, .story-signature small { display: block; }
.story-signature small { color: #7a7c7f; font-size: .7rem; }
.story-visual { position: relative; }
.story-visual img { width: 100%; min-height: 580px; object-fit: cover; }
.story-number { position: absolute; left: -45px; bottom: 35px; min-width: 220px; padding: 25px; display: flex; align-items: center; gap: 15px; background: var(--ink); color: var(--white); }
.story-number strong { color: var(--accent-2); font: 44px/1 Impact, sans-serif; }
.story-number span { color: #b8b9bb; font-size: .72rem; }
.values-section { background: var(--ink); color: var(--white); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); }
.values-grid article { min-height: 280px; padding: 35px 45px 25px 0; border-right: 1px solid var(--line-dark); }
.values-grid article + article { padding-left: 45px; }
.values-grid article:last-child { border-right: 0; }
.values-grid b { color: var(--accent); font-size: .65rem; }
.values-grid h3 { margin: 55px 0 10px; font-size: 1.3rem; }
.values-grid p { color: #9b9da1; font-size: .8rem; }
.order-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 25px; }
.order-steps > i { width: 35px; height: 1px; background: #c7c7c2; }
.order-steps article { min-height: 210px; padding: 25px; border: 1px solid var(--line); background: var(--white); }
.order-steps article span { color: var(--accent); font-size: .65rem; font-weight: 900; }
.order-steps article h3 { margin: 45px 0 6px; }
.order-steps article p { color: var(--muted); font-size: .76rem; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px,8vw,120px); align-items: start; }
.contact-methods { margin-top: 35px; border-top: 1px solid var(--line); }
.contact-methods > * { position: relative; min-height: 72px; display: grid; grid-template-columns: 135px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.contact-methods b { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-methods span { color: #696c70; font-size: .8rem; }
.contact-methods i { color: var(--accent); font-style: normal; }
.contact-form-card { padding: clamp(30px,5vw,60px); background: var(--white); box-shadow: var(--shadow); }
.form-heading > span { color: var(--accent); font-size: .63rem; font-weight: 900; letter-spacing: .14em; }
.form-heading h2 { margin: 9px 0 5px; font-size: 2rem; }
.form-heading p { color: var(--muted); font-size: .78rem; }
.form-grid { display: grid; gap: 16px; }
.form-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.form-grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.field { display: grid; gap: 7px; margin-top: 16px; }
.field > span { color: #5e6064; font-size: .68rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid #d7d7d2; border-radius: 0; outline: 0; background: #fafaf8; color: var(--ink); font-size: .82rem; transition: border .2s, box-shadow .2s; }
.field textarea { min-height: 115px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,84,38,.08); }
.check-field { margin: 18px 0; display: flex; align-items: start; gap: 10px; color: #686a6e; font-size: .72rem; }
.check-field input { margin-top: 3px; accent-color: var(--accent); }
.faq-section { padding-top: 40px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: .9rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--accent); font-size: 1.3rem; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 780px; padding-bottom: 22px; color: var(--muted); font-size: .82rem; }

/* Cart */
.simple-hero { padding: 75px 0 45px; background: var(--ink); color: var(--white); }
.simple-hero .container { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.simple-hero span { color: var(--accent-2); font-size: .63rem; font-weight: 900; letter-spacing: .16em; }
.simple-hero h1 { margin: 6px 0 0; font: clamp(3.2rem,7vw,6rem)/.95 Impact, sans-serif; text-transform: uppercase; }
.simple-hero a { padding-bottom: 5px; border-bottom: 1px solid #777; font-size: .75rem; font-weight: 800; }
.simple-hero a b { color: var(--accent); margin-left: 8px; }
.cart-layout { display: grid; grid-template-columns: 1fr 370px; gap: 45px; align-items: start; }
.cart-head { display: grid; grid-template-columns: 1fr auto; padding: 0 0 13px; border-bottom: 1px solid #cfcfca; color: #85878a; font-size: .63rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cart-item { display: grid; grid-template-columns: 160px 1fr auto; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 160px; height: 145px; background: #e2e2de; overflow: hidden; }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info > span { color: var(--accent); font-size: .6rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.cart-item-info h3 { margin: 6px 0 3px; font-size: 1rem; }
.cart-item-info p { color: #777a7e; font-size: .72rem; }
.cart-remove { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #85878a; font-size: .65rem; }
.cart-item-side { min-width: 145px; display: grid; justify-items: end; align-content: space-between; }
.cart-item-side .price { font-size: .9rem; }
.cart-item-side .product-price-stack { justify-items: end; }
.qty-wrap { display: flex; align-items: center; border: 1px solid #d1d2cd; }
.qty-wrap button { width: 34px; height: 34px; border: 0; background: transparent; }
.qty-wrap strong { min-width: 30px; text-align: center; font-size: .78rem; }
.order-summary { position: sticky; top: 110px; padding: 30px; background: var(--ink); color: var(--white); }
.order-summary > span { color: var(--accent-2); font-size: .61rem; font-weight: 900; letter-spacing: .15em; }
.order-summary h2 { margin: 7px 0 24px; font-size: 1.6rem; }
.summary-row { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; color: #aaacaf; font-size: .77rem; }
.summary-row strong { color: var(--white); }
.summary-row.total { margin-top: 10px; padding: 18px 0; border-block: 1px solid var(--line-dark); color: var(--white); font-size: .9rem; }
.summary-row.total strong { color: var(--accent-2); font-size: 1.05rem; }
.price-request-note { margin: 14px 0; padding: 12px; background: rgba(255,84,38,.1); color: #f3b4a3; font-size: .69rem; }
.order-summary .btn { margin-top: 18px; }
.summary-help { display: block; margin: 18px 0 22px; color: #97999d; text-align: center; font-size: .68rem; }
.summary-help b { color: var(--white); }
.secure-note { display: flex; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line-dark); }
.secure-note > b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,84,38,.15); color: var(--accent-2); }
.secure-note strong, .secure-note small { display: block; }
.secure-note strong { font-size: .73rem; }
.secure-note small { margin-top: 2px; color: #888b8f; font-size: .63rem; }

/* Checkout */
.checkout-body { background: #eeeeea; }
.checkout-header { border-bottom: 1px solid #d3d3ce; background: var(--white); }
.checkout-header .container { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.checkout-header .container > div { color: #777a7d; font-size: .7rem; }
.checkout-main { padding: 30px 0 90px; }
.back-link { color: #737579; font-size: .73rem; }
.checkout-title { margin: 35px 0; }
.checkout-title > span { color: var(--accent); font-size: .63rem; font-weight: 900; letter-spacing: .15em; }
.checkout-title h1 { margin: 5px 0; font: clamp(2.8rem,5vw,4.7rem)/1 Impact, sans-serif; text-transform: uppercase; }
.checkout-title p { max-width: 670px; color: var(--muted); font-size: .8rem; }
.checkout-layout { display: grid; grid-template-columns: 1fr 410px; gap: 30px; align-items: start; }
.checkout-form-card { background: var(--white); }
.checkout-block { padding: 34px; border-bottom: 1px solid var(--line); }
.block-title { display: flex; gap: 14px; margin-bottom: 10px; }
.block-title > b { width: 30px; height: 30px; display: grid; place-items: center; background: var(--ink); color: var(--white); font-size: .61rem; }
.block-title h2 { margin: 0; font-size: 1.15rem; }
.block-title p { margin: 2px 0 0; color: #898b8e; font-size: .68rem; }
.checkout-form-card > form > .check-field, .checkout-submit, .checkout-form-card [data-checkout-result] { margin-left: 34px; margin-right: 34px; }
.checkout-submit { width: calc(100% - 68px); margin-bottom: 34px; }
.payment-options { display: grid; gap: 9px; margin-top: 18px; }
.payment-options label { position: relative; min-height: 67px; padding: 13px 15px; display: flex; align-items: center; gap: 12px; border: 1px solid #d7d7d2; cursor: pointer; }
.payment-options input { accent-color: var(--accent); }
.payment-options span { display: grid; }
.payment-options b { font-size: .76rem; }
.payment-options small { color: #898b8e; font-size: .63rem; }
.payment-options i { margin-left: auto; display: none; color: var(--success); font-style: normal; }
.payment-options label:has(input:checked) { border-color: var(--accent); background: rgba(255,84,38,.035); }
.payment-options label:has(input:checked) i { display: block; }
.checkout-summary-wrap { position: sticky; top: 25px; }
.checkout-summary-card { padding: 28px; background: var(--ink); color: var(--white); }
.checkout-summary-card > span { color: var(--accent-2); font-size: .61rem; font-weight: 900; letter-spacing: .15em; }
.checkout-summary-card h2 { margin: 7px 0 18px; }
.checkout-summary-item { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line-dark); }
.checkout-summary-item img { width: 60px; height: 55px; object-fit: cover; }
.checkout-summary-item strong, .checkout-summary-item small { display: block; }
.checkout-summary-item strong { font-size: .68rem; }
.checkout-summary-item small { color: #888b8f; font-size: .61rem; }
.checkout-summary-item > b { font-size: .66rem; }
.checkout-item-price { text-align: right; }
.checkout-item-price .product-price-stack { justify-items: end; }
.checkout-item-price .price { font-size: .7rem; }
.checkout-item-price del { font-size: .56rem; }
.checkout-summary-note { margin-top: 16px; color: #8f9296; font-size: .64rem; }

/* Public light / dark theme */
html[data-theme="dark"] { --surface: #0f1114; --muted: #a6a9af; --line: #2d3036; color-scheme: dark; }
html[data-theme="dark"] body:not(.admin-body) { background: #0f1114; color: #f3f3f0; }
html[data-theme="dark"] body:not(.admin-body) .site-header { border-bottom-color: rgba(255,255,255,.08); background: rgba(15,17,20,.94); }
html[data-theme="dark"] body:not(.admin-body) .site-header .brand-logo,
html[data-theme="dark"] body:not(.admin-body) .checkout-header .brand-logo { filter: brightness(0) invert(1); }
html[data-theme="dark"] body:not(.admin-body) .nav-links a { color: #b9bcc2; }
html[data-theme="dark"] body:not(.admin-body) .nav-links a:hover,
html[data-theme="dark"] body:not(.admin-body) .nav-links a.active { color: #ffffff; }
html[data-theme="dark"] body:not(.admin-body) .nav-search,
html[data-theme="dark"] body:not(.admin-body) .icon-link,
html[data-theme="dark"] body:not(.admin-body) .theme-toggle,
html[data-theme="dark"] body:not(.admin-body) .menu-toggle { border-color: #34373d; background: #191b1f; color: #f3f3f0; }
html[data-theme="dark"] body:not(.admin-body) .nav-search input { color: #f3f3f0; }
html[data-theme="dark"] body:not(.admin-body) .menu-toggle span { background: #f3f3f0; }
html[data-theme="dark"] body:not(.admin-body) .benefit-strip { border-bottom-color: var(--line); background: #15171a; }
html[data-theme="dark"] body:not(.admin-body) .benefit-icon { background: #24272c; }
html[data-theme="dark"] body:not(.admin-body) .benefit-grid small,
html[data-theme="dark"] body:not(.admin-body) .section-head > p,
html[data-theme="dark"] body:not(.admin-body) .contact-methods span,
html[data-theme="dark"] body:not(.admin-body) .cart-item-info p { color: #a0a3a9; }
html[data-theme="dark"] body:not(.admin-body) .eyebrow.dark { color: #b8bbc1; }
html[data-theme="dark"] body:not(.admin-body) .product-card { border-color: #2f3238; background: #17191d; color: #f3f3f0; }
html[data-theme="dark"] body:not(.admin-body) .product-fitment,
html[data-theme="dark"] body:not(.admin-body) .product-kicker { color: #969aa1; }
html[data-theme="dark"] body:not(.admin-body) .product-card-meta { color: #b1b4ba; }
html[data-theme="dark"] body:not(.admin-body) .product-card-meta > span { border-color: #30333a; }
html[data-theme="dark"] body:not(.admin-body) .product-card-meta small { color: #7f838a; }
html[data-theme="dark"] body:not(.admin-body) .product-price-stack del { color: #858990; }
html[data-theme="dark"] body:not(.admin-body) .product-price-row { border-color: #30333a; }
html[data-theme="dark"] body:not(.admin-body) .product-card-actions button,
html[data-theme="dark"] body:not(.admin-body) .product-card-actions a { border-color: #3b3e45; color: #f3f3f0; }
html[data-theme="dark"] body:not(.admin-body) .product-card-actions .add-button { border-color: var(--accent); background: var(--accent); }
html[data-theme="dark"] body:not(.admin-body) .catalog-search,
html[data-theme="dark"] body:not(.admin-body) .sort-control { border-color: #34373d; background: #191b1f; box-shadow: none; }
html[data-theme="dark"] body:not(.admin-body) .catalog-search input,
html[data-theme="dark"] body:not(.admin-body) .sort-control select { color: #f3f3f0; }
html[data-theme="dark"] body:not(.admin-body) .filter-btn { color: #c5c7cc; }
html[data-theme="dark"] body:not(.admin-body) .filter-btn span,
html[data-theme="dark"] body:not(.admin-body) .filter-heading span,
html[data-theme="dark"] body:not(.admin-body) .mobile-filter-label { color: #8f939b; }
html[data-theme="dark"] body:not(.admin-body) .active-query { background: #1b1e22; color: #b8bbc1; }
html[data-theme="dark"] body:not(.admin-body) .empty-state,
html[data-theme="dark"] body:not(.admin-body) .product-modal-card,
html[data-theme="dark"] body:not(.admin-body) .order-steps article,
html[data-theme="dark"] body:not(.admin-body) .contact-form-card,
html[data-theme="dark"] body:not(.admin-body) .checkout-form-card { border-color: #30333a; background: #17191d; color: #f3f3f0; }
html[data-theme="dark"] body:not(.admin-body) .modal-meta div { background: #22252a; }
html[data-theme="dark"] body:not(.admin-body) .modal-close { border-color: #3a3e45; background: #202329; color: #f3f3f0; }
html[data-theme="dark"] body:not(.admin-body) .modal-close:hover { border-color: var(--accent); background: var(--accent); color: var(--white); }
html[data-theme="dark"] body:not(.admin-body) .field > span { color: #b7bac0; }
html[data-theme="dark"] body:not(.admin-body) .field input,
html[data-theme="dark"] body:not(.admin-body) .field select,
html[data-theme="dark"] body:not(.admin-body) .field textarea { border-color: #393c43; background: #111317; color: #f3f3f0; }
html[data-theme="dark"] body.checkout-body { background: #0f1114; }
html[data-theme="dark"] body:not(.admin-body) .checkout-header { border-bottom-color: #30333a; background: #15171a; }
html[data-theme="dark"] body:not(.admin-body) .checkout-header .container > div,
html[data-theme="dark"] body:not(.admin-body) .back-link,
html[data-theme="dark"] body:not(.admin-body) .block-title p,
html[data-theme="dark"] body:not(.admin-body) .payment-options small,
html[data-theme="dark"] body:not(.admin-body) .check-field { color: #9da1a8; }
html[data-theme="dark"] body:not(.admin-body) .payment-options label { border-color: #393c43; background: #14161a; }
html[data-theme="dark"] body:not(.admin-body) .payment-options label:has(input:checked) { border-color: var(--accent); background: rgba(255,84,38,.09); }
html[data-theme="dark"] body:not(.admin-body) .qty-wrap { border-color: #3a3d43; }
html[data-theme="dark"] body:not(.admin-body) .cart-head { border-color: #363940; color: #969aa1; }
html[data-theme="dark"] body:not(.admin-body) .cart-thumb { background: #22252a; }
html[data-theme="dark"] body:not(.admin-body) .btn-outline-dark { border-color: #696d75; color: #f3f3f0; }
html[data-theme="dark"] body:not(.admin-body) .btn-dark { background: #f3f3f0; color: #0b0c0e; }
html[data-theme="dark"] body:not(.admin-body) .reviews-section { background: #111317; }
html[data-theme="dark"] body:not(.admin-body) .reviews-head > div:first-child > p,
html[data-theme="dark"] body:not(.admin-body) .review-card > p,
html[data-theme="dark"] body:not(.admin-body) .review-form-wrap > div > p { color: #a0a3a9; }
html[data-theme="dark"] body:not(.admin-body) .review-stats article,
html[data-theme="dark"] body:not(.admin-body) .review-card,
html[data-theme="dark"] body:not(.admin-body) .review-form-wrap { border-color: #30333a; background: #17191d; color: #f3f3f0; }
html[data-theme="dark"] body:not(.admin-body) .review-stats article { border-left-color: var(--accent); }
html[data-theme="dark"] body:not(.admin-body) .review-empty { border-color: #363940; color: #9da1a8; }
html[data-theme="dark"] body:not(.admin-body) .review-empty strong { color: #f3f3f0; }

/* Admin */
.admin-body { min-height: 100vh; background: #ecece8; }
.admin-login { min-height: 100vh; padding: 30px 20px; display: grid; place-items: center; background: radial-gradient(circle at 80% 20%, rgba(255,84,38,.15), transparent 25%), var(--ink); }
.login-card { width: min(430px,100%); padding: 42px; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.login-copy { margin: 42px 0 26px; }
.login-copy > span, .admin-page-head > div > span, .admin-card-head span, .settings-section-title + span { color: var(--accent); font-size: .61rem; font-weight: 900; letter-spacing: .15em; }
.login-copy h1 { margin: 5px 0; font-size: 2.4rem; }
.login-copy p { margin: 0; color: var(--muted); font-size: .78rem; }
.password-field { display: flex; border: 1px solid #d7d7d2; background: #fafaf8; }
.password-field input { border: 0; background: transparent; }
.password-field button { width: 60px; border: 0; background: transparent; color: #777; font-size: .67rem; font-weight: 800; }
.dark-field { margin-bottom: 16px; }
.login-foot { margin-top: 25px; padding-top: 20px; display: flex; gap: 10px; border-top: 1px solid var(--line); color: #7b7d80; font-size: .68rem; }
.login-foot p { margin: 0; }
.back-store { display: block; margin-top: 22px; color: #777; text-align: center; font-size: .7rem; }
.admin-app { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; }
.admin-sidebar { position: sticky; top: 0; z-index: 120; height: 100vh; padding: 24px 18px; display: flex; flex-direction: column; background: var(--ink); color: var(--white); }
.admin-brand { display: flex; align-items: center; justify-content: space-between; padding: 0 7px 26px; border-bottom: 1px solid var(--line-dark); }
.admin-brand > button { display: none; border: 0; background: transparent; color: var(--white); font-size: 1.6rem; }
.admin-nav { display: grid; gap: 5px; margin-top: 25px; }
.admin-nav button { min-height: 48px; padding: 0 12px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; border: 0; background: transparent; color: #8f9297; text-align: left; font-size: .75rem; font-weight: 700; }
.admin-nav button i { color: #64676b; font-size: .57rem; font-style: normal; }
.admin-nav button b { min-width: 20px; padding: 2px 5px; border-radius: 99px; background: #2a2c30; color: #adafb2; text-align: center; font-size: .57rem; }
.admin-nav button:hover, .admin-nav button.active { background: #1b1d20; color: var(--white); }
.admin-nav button.active i { color: var(--accent); }
.admin-sidebar-foot { margin-top: auto; display: grid; gap: 8px; }
.admin-sidebar-foot a, .admin-sidebar-foot button { min-height: 42px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line-dark); background: transparent; color: #a6a8ac; font-size: .68rem; }
.admin-main { min-width: 0; }
.admin-topbar { position: sticky; top: 0; z-index: 90; min-height: 72px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #d8d8d3; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); }
.admin-topbar > div:first-of-type { display: grid; }
.admin-topbar small { color: #8a8c8f; font-size: .56rem; font-weight: 900; letter-spacing: .12em; }
.admin-topbar strong { font-size: .9rem; }
.admin-menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--white); }
.admin-menu-button span { display: block; height: 2px; margin: 5px; background: var(--ink); }
.admin-top-actions { display: flex; align-items: center; gap: 12px; }
.admin-top-actions button { min-height: 38px; padding: 0 14px; border: 0; background: var(--ink); color: var(--white); font-size: .68rem; font-weight: 800; }
.admin-top-actions .admin-theme-toggle { width: 44px; height: 44px; min-height: 44px; padding: 0; border: 1px solid #d8d8d3; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 1.05rem; }
.admin-avatar { width: 38px; height: 38px; display: grid; place-items: center; background: var(--accent); color: var(--white); font-size: .7rem; font-weight: 900; }
.admin-content { padding: 38px; }
.admin-page { display: none; }
.admin-page.active { display: block; }
.admin-page-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.admin-page-head h1 { margin: 4px 0; font-size: clamp(2rem,4vw,3.1rem); line-height: 1; }
.admin-page-head p { margin: 0; color: #777a7e; font-size: .75rem; }
.admin-page-head > a, .admin-page-head > button { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; border: 1px solid #cecec9; background: var(--white); font-size: .68rem; font-weight: 800; }
.admin-primary, .admin-secondary { min-height: 42px; padding: 0 16px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: .69rem; font-weight: 800; }
.admin-secondary { border-color: #cdcdc8; background: var(--white); color: var(--ink); }
.admin-page-head > button.admin-primary { border-color: var(--accent); background: var(--accent); color: var(--white); }
.admin-page-head > button.admin-primary:hover { border-color: #ef4317; background: #ef4317; }
.dashboard-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.dashboard-stats article { min-height: 155px; padding: 22px; display: flex; flex-direction: column; border: 1px solid #d9d9d4; background: var(--white); }
.dashboard-stats span { color: #777a7d; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.dashboard-stats strong { margin: 12px 0 4px; font-size: 2.25rem; line-height: 1; }
.dashboard-stats small { margin-top: auto; color: #999b9e; font-size: .62rem; }
.dashboard-grid { margin-top: 18px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.admin-card { padding: 24px; border: 1px solid #d9d9d4; background: var(--white); }
.admin-card-head { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 14px; }
.admin-card-head h2 { margin: 4px 0 0; font-size: 1.1rem; }
.admin-card-head button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #777; font-size: .63rem; }
.mini-record { padding: 13px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); }
.mini-record strong, .mini-record small { display: block; }
.mini-record strong { font-size: .74rem; }
.mini-record small { color: #85878a; font-size: .61rem; }
.mini-record > span { color: var(--accent); font-size: .66rem; font-weight: 800; }
.admin-empty { min-height: 145px; display: grid; place-items: center; align-content: center; color: #929497; text-align: center; font-size: .72rem; }
.admin-empty b { color: #c0c1bd; font-size: 2rem; }
.admin-tip { margin-top: 18px; padding: 17px 20px; display: flex; gap: 16px; border-left: 3px solid var(--accent); background: #fff5f1; }
.admin-tip b { min-width: max-content; font-size: .7rem; }
.admin-tip p { margin: 0; color: #7c6d68; font-size: .68rem; }
.admin-toolbar { margin-bottom: 17px; padding: 14px; display: flex; gap: 12px; align-items: center; border: 1px solid #d9d9d4; background: var(--white); }
.admin-search { min-width: 240px; flex: 1; height: 42px; padding: 0 12px; display: flex; align-items: center; gap: 8px; border: 1px solid #d5d5d0; background: #fafaf8; }
.admin-search span { color: #777; transform: rotate(-18deg); }
.admin-search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: .73rem; }
.admin-toolbar select { height: 42px; padding: 0 30px 0 12px; border: 1px solid #d5d5d0; background: #fafaf8; font-size: .71rem; }
.admin-toolbar > span { color: #85878a; font-size: .66rem; }
.admin-product-list { display: grid; gap: 8px; }
.admin-product-row { min-height: 92px; padding: 10px 14px 10px 10px; display: grid; grid-template-columns: 78px 1.4fr .7fr .55fr .6fr auto; align-items: center; gap: 16px; border: 1px solid #d9d9d4; background: var(--white); }
.admin-product-row img { width: 78px; height: 68px; object-fit: cover; background: #e4e4e0; }
.admin-product-row strong, .admin-product-row small { display: block; }
.admin-product-row strong { font-size: .76rem; }
.admin-product-row small { margin-top: 3px; color: #85878a; font-size: .61rem; }
.admin-product-row > span { color: #696c70; font-size: .68rem; }
.admin-product-price .product-price-stack { gap: 3px; }
.admin-product-price .product-price-stack del { font-size: .58rem; }
.admin-product-price .product-price-stack .price { font-size: .72rem; }
.row-actions { display: flex; gap: 6px; }
.row-actions button { min-height: 34px; padding: 0 10px; border: 1px solid #d2d2cd; background: #fafaf8; font-size: .62rem; font-weight: 800; }
.row-actions button:last-child { color: var(--danger); }
.admin-category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.admin-category-card { min-height: 210px; padding: 20px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.admin-category-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .25; }
.admin-category-card > * { position: relative; z-index: 1; }
.admin-category-card > span { color: var(--accent-2); font-size: .61rem; font-weight: 900; }
.admin-category-card h2 { margin: auto 0 4px; }
.admin-category-card p { color: #a4a6a9; font-size: .69rem; }
.admin-category-card footer { display: flex; gap: 8px; }
.admin-category-card footer button { min-height: 34px; padding: 0 11px; border: 1px solid var(--line-dark); background: rgba(0,0,0,.25); color: var(--white); font-size: .62rem; }
.admin-record-list { display: grid; gap: 12px; }
.admin-record { padding: 20px; border: 1px solid #d9d9d4; background: var(--white); }
.admin-record-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.admin-record-head span { color: var(--accent); font-size: .61rem; font-weight: 900; }
.admin-record-head h3 { margin: 3px 0; font-size: .95rem; }
.admin-record-head small { color: #85878a; font-size: .62rem; }
.admin-status { height: 38px; padding: 0 28px 0 10px; border: 1px solid #d2d2cd; background: #fafaf8; font-size: .67rem; font-weight: 700; }
.admin-record-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; padding: 12px; background: #f4f4f1; }
.admin-record-grid small, .admin-record-grid strong { display: block; }
.admin-record-grid small { color: #8a8c8f; font-size: .57rem; text-transform: uppercase; }
.admin-record-grid strong { margin-top: 2px; font-size: .67rem; }
.admin-record-message { margin: 13px 0 0; color: #686b6f; font-size: .7rem; }
.admin-record-actions { margin-top: 13px; display: flex; gap: 8px; }
.admin-record-actions a, .admin-record-actions button { min-height: 35px; padding: 0 11px; display: inline-flex; align-items: center; border: 1px solid #d2d2cd; background: #fafaf8; color: var(--ink); font-size: .62rem; font-weight: 800; }
.admin-record-actions button:last-child { color: var(--danger); }
.settings-form { display: grid; gap: 16px; }
.settings-form .admin-card { padding: 30px; }
.settings-form .form-grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.settings-section-title { display: flex; gap: 14px; margin-bottom: 8px; }
.settings-section-title > b { width: 29px; height: 29px; display: grid; place-items: center; background: var(--ink); color: var(--white); font-size: .59rem; }
.settings-section-title h2 { margin: 0; font-size: 1.05rem; }
.settings-section-title p { margin: 2px 0 0; color: #85878a; font-size: .65rem; }
.setting-switches { margin-top: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.setting-switches label { min-height: 66px; padding: 12px; display: flex; gap: 10px; align-items: center; border: 1px solid #d6d6d1; }
.setting-switches input { accent-color: var(--accent); }
.setting-switches b, .setting-switches small { display: block; }
.setting-switches b { font-size: .68rem; }
.setting-switches small { color: #898b8e; font-size: .58rem; }
.setting-switches.compact-switches { grid-template-columns: minmax(240px,420px); }
.setting-switches.two-switches { grid-template-columns: repeat(2,minmax(0,1fr)); }
.content-picker-head { margin: 22px 0 9px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.content-picker-head strong { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.content-picker-head span { color: var(--accent); font-size: .67rem; font-weight: 800; }
.content-picker { max-height: 300px; overflow: auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding: 10px; border: 1px solid #d8d8d3; background: #f7f7f4; }
.content-choice { min-width: 0; padding: 11px; display: flex; align-items: center; gap: 10px; border: 1px solid #deded9; background: var(--white); cursor: pointer; }
.content-choice:has(input:checked) { border-color: var(--accent); background: #fff5f1; }
.content-choice input { flex: 0 0 auto; accent-color: var(--accent); }
.content-choice span { min-width: 0; }
.content-choice strong, .content-choice small { display: block; }
.content-choice strong { overflow: hidden; font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }
.content-choice small { margin-top: 2px; overflow: hidden; color: #898b8e; font-size: .57rem; text-overflow: ellipsis; white-space: nowrap; }
.content-choice-product img { width: 48px; height: 42px; flex: 0 0 48px; object-fit: cover; background: #e5e5e1; }
.product-picker-control { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; }
.product-picker-control select { min-width: 0; height: 48px; padding: 0 42px 0 14px; border: 1px solid #d6d6d1; outline: 0; background: #fafaf8; color: var(--ink); font-size: .72rem; }
.product-picker-control select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,84,38,.08); }
.product-picker-control .admin-primary { height: 48px; }
.product-picker-control .admin-primary:disabled { opacity: .45; cursor: not-allowed; }
.selected-product-strip { margin-top: 11px; display: flex; flex-wrap: wrap; gap: 9px; }
.selected-product-chip { width: min(260px,100%); min-height: 68px; padding: 7px; display: grid; grid-template-columns: 62px minmax(0,1fr) 30px; align-items: center; gap: 9px; border: 1px solid #d9d9d4; background: #fafaf8; }
.selected-product-chip img { width: 62px; height: 52px; object-fit: cover; background: #e5e5e1; }
.selected-product-chip div { min-width: 0; }
.selected-product-chip strong, .selected-product-chip small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.selected-product-chip strong { font-size: .68rem; }
.selected-product-chip small { margin-top: 3px; color: #898b8e; font-size: .57rem; }
.selected-product-chip button { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #d6d6d1; border-radius: 50%; background: var(--white); color: var(--danger); font-size: 1rem; line-height: 1; }
.selected-product-chip button:hover { border-color: var(--danger); }
.selected-products-empty { width: 100%; padding: 17px; border: 1px dashed #d1d1cc; color: #8a8c8f; font-size: .66rem; text-align: center; }
.admin-review-rating { margin-top: -2px; }
.settings-actions { display: flex; align-items: center; gap: 14px; }
.settings-actions > span { color: var(--success); font-size: .68rem; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.security-grid .admin-card { padding: 30px; }
.backup-actions { margin: 25px 0; display: flex; gap: 8px; }
.file-button { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.file-button input { display: none; }
.admin-warning { padding: 12px; background: #fff8e7; color: #80621d; font-size: .67rem; }
.danger-zone { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-color: rgba(211,63,54,.35); }
.danger-zone span { color: var(--danger); font-size: .6rem; font-weight: 900; letter-spacing: .14em; }
.danger-zone h2 { margin: 3px 0; font-size: 1rem; }
.danger-zone p { margin: 0; color: #85878a; font-size: .67rem; }
.danger-zone button { min-height: 40px; padding: 0 14px; border: 1px solid var(--danger); background: transparent; color: var(--danger); font-size: .66rem; font-weight: 800; }
.admin-modal { position: fixed; z-index: 250; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(8,9,11,.75); backdrop-filter: blur(7px); }
.admin-modal-panel { width: min(960px,100%); max-height: calc(100vh - 40px); overflow: auto; background: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.admin-modal-panel.small { width: min(520px,100%); }
.admin-modal-panel > header { position: sticky; top: 0; z-index: 2; padding: 22px 25px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--white); }
.admin-modal-panel > header span { color: var(--accent); font-size: .58rem; font-weight: 900; letter-spacing: .14em; }
.admin-modal-panel > header h2 { margin: 2px 0 0; }
.admin-modal-panel > header button { width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.3rem; }
.admin-modal-panel form { padding: 25px; }
.editor-grid { display: grid; grid-template-columns: 1fr 260px; gap: 30px; }
.editor-price-note { margin: 7px 0 0; padding: 9px 11px; border-left: 2px solid var(--accent); background: #fff5f1; color: #806f69; font-size: .62rem; }
.image-editor > span { color: #686a6e; font-size: .65rem; font-weight: 800; }
.image-preview { aspect-ratio: 1/1; margin: 8px 0 10px; display: grid; place-items: center; overflow: hidden; background: #e8e8e4; color: #939598; font-size: .68rem; }
.image-preview img { width: 100%; height: 100%; object-fit: cover; }
.image-editor .file-button { width: 100%; }
.image-editor > p { margin: 8px 0; color: #898b8e; font-size: .61rem; }
.admin-modal-panel form > footer { margin-top: 24px; padding-top: 18px; display: flex; justify-content: flex-end; gap: 8px; border-top: 1px solid var(--line); }
.admin-modal-panel.small form > .field:first-of-type { margin-top: 0; }
.admin-backdrop { position: fixed; z-index: 110; inset: 0; background: rgba(0,0,0,.55); }

/* Admin dark mode */
html[data-theme="dark"] body.admin-body { background: #0f1114; color: #f2f3f4; }
html[data-theme="dark"] .admin-main { background: #0f1114; }
html[data-theme="dark"] .admin-sidebar { background: #090a0c; }
html[data-theme="dark"] .admin-topbar { border-bottom-color: #2f3238; background: rgba(20,22,26,.94); }
html[data-theme="dark"] .admin-topbar small { color: #90949b; }
html[data-theme="dark"] .admin-top-actions .admin-theme-toggle,
html[data-theme="dark"] .admin-menu-button { border-color: #3a3d44; background: #202329; color: #f3f3f0; }
html[data-theme="dark"] .admin-menu-button span { background: #f3f3f0; }
html[data-theme="dark"] .login-card,
html[data-theme="dark"] .dashboard-stats article,
html[data-theme="dark"] .admin-card,
html[data-theme="dark"] .admin-toolbar,
html[data-theme="dark"] .admin-product-row,
html[data-theme="dark"] .admin-record,
html[data-theme="dark"] .admin-modal-panel,
html[data-theme="dark"] .admin-modal-panel > header { border-color: #30343a; background: #181a1f; color: #f2f3f4; }
html[data-theme="dark"] .field > span { color: #b8bbc1; }
html[data-theme="dark"] .field input,
html[data-theme="dark"] .field select,
html[data-theme="dark"] .field textarea,
html[data-theme="dark"] .password-field,
html[data-theme="dark"] .admin-search,
html[data-theme="dark"] .admin-toolbar select,
html[data-theme="dark"] .admin-status,
html[data-theme="dark"] .product-picker-control select { border-color: #3a3e45; background: #111317; color: #f2f3f4; }
html[data-theme="dark"] .password-field input,
html[data-theme="dark"] .admin-search input { color: #f2f3f4; }
html[data-theme="dark"] .password-field button,
html[data-theme="dark"] .admin-search span { color: #a4a8af; }
html[data-theme="dark"] .admin-page-head p,
html[data-theme="dark"] .settings-section-title p,
html[data-theme="dark"] .mini-record small,
html[data-theme="dark"] .admin-product-row small,
html[data-theme="dark"] .admin-product-row > span,
html[data-theme="dark"] .admin-record-head small,
html[data-theme="dark"] .admin-record-message,
html[data-theme="dark"] .image-editor > span,
html[data-theme="dark"] .image-editor > p,
html[data-theme="dark"] .danger-zone p { color: #9a9ea5; }
html[data-theme="dark"] .mini-record,
html[data-theme="dark"] .admin-modal-panel form > footer,
html[data-theme="dark"] .login-foot { border-color: #30343a; }
html[data-theme="dark"] .admin-page-head > a,
html[data-theme="dark"] .admin-secondary,
html[data-theme="dark"] .row-actions button,
html[data-theme="dark"] .admin-record-actions a,
html[data-theme="dark"] .admin-record-actions button,
html[data-theme="dark"] .selected-product-chip button { border-color: #3a3e45; background: #22252a; color: #f2f3f4; }
html[data-theme="dark"] .row-actions button:last-child,
html[data-theme="dark"] .admin-record-actions button:last-child,
html[data-theme="dark"] .selected-product-chip button { color: #ff7568; }
html[data-theme="dark"] .admin-record-grid,
html[data-theme="dark"] .content-picker { border-color: #30343a; background: #111317; }
html[data-theme="dark"] .setting-switches label,
html[data-theme="dark"] .content-choice,
html[data-theme="dark"] .selected-product-chip { border-color: #34383f; background: #1d2025; }
html[data-theme="dark"] .content-choice:has(input:checked) { border-color: var(--accent); background: rgba(255,84,38,.1); }
html[data-theme="dark"] .image-preview { background: #22252a; color: #9599a1; }
html[data-theme="dark"] .admin-tip,
html[data-theme="dark"] .editor-price-note { background: rgba(255,84,38,.1); color: #d1aaa0; }
html[data-theme="dark"] .admin-tip p { color: #c2aaa4; }
html[data-theme="dark"] .admin-warning { background: rgba(235,177,54,.1); color: #d7bd7a; }
html[data-theme="dark"] .admin-empty b { color: #60646c; }
html[data-theme="dark"] .admin-card-head button,
html[data-theme="dark"] .back-store { color: #a8abb1; }
html[data-theme="dark"] .settings-section-title > b,
html[data-theme="dark"] .admin-primary { border-color: var(--accent); background: var(--accent); color: var(--white); }

@media (max-width: 1180px) {
  .navbar { grid-template-columns: 190px minmax(0,1fr) 176px; gap: 18px; }
  .nav-panel { gap: 20px; }
  .nav-links { gap: 18px; }
  .nav-search, .nav-search-placeholder { width: 230px; }
  .category-showcase { grid-template-columns: repeat(2,1fr); }
  .category-card { min-height: 330px; }
  .catalog-content .products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-main { grid-template-columns: 1.3fr repeat(3,1fr); gap: 35px; }
  .admin-app { grid-template-columns: 225px 1fr; }
  .admin-content { padding: 28px; }
  .admin-product-row { grid-template-columns: 68px 1.5fr .7fr .6fr auto; }
  .admin-product-row > span:nth-of-type(2) { display: none; }
}

@media (max-width: 920px) {
  .announcement-inner { justify-content: center; }
  .announcement-inner a { display: none; }
  .navbar { height: auto; min-height: 72px; grid-template-columns: 1fr auto; }
  .nav-actions { width: auto; height: 44px; grid-column: 2; grid-row: 1; }
  .menu-toggle { position: relative; z-index: 112; display: block; }
  .nav-panel { position: fixed; z-index: 110; top: 0; right: 0; width: min(350px,88vw); height: 100vh; height: 100dvh; padding: 96px 24px 32px; display: flex; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 22px; overflow-y: auto; border-left: 1px solid #deded8; background: rgba(250,250,248,.99); box-shadow: -24px 0 70px rgba(0,0,0,.2); opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(105%); transition: transform .28s ease, opacity .28s ease, visibility .28s ease; }
  .nav-panel::before { content: "MENU"; color: var(--accent); font-size: .62rem; font-weight: 900; letter-spacing: .18em; }
  .nav-panel.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); }
  .nav-links { align-items: stretch; flex-direction: column; gap: 0; }
  .nav-links a { padding: 15px 3px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-links a::after { display: none; }
  .nav-search { width: 100%; height: 50px; flex: none; }
  .nav-search-placeholder { display: none; }
  html[data-theme="dark"] body:not(.admin-body) .nav-panel { border-left-color: #30343a; background: rgba(17,19,23,.99); }
  .hero-content { grid-template-columns: 1fr; }
  .hero-side-note { display: none; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-grid article:nth-child(3) { border-top: 1px solid var(--line); }
  .benefit-grid article:nth-child(4) { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .review-meta { align-items: flex-start; flex-wrap: wrap; }
  .review-form-wrap { grid-template-columns: 1fr; gap: 22px; }
  .review-form { grid-template-columns: 1fr 150px; }
  .review-message-field { grid-column: 1 / -1; }
  .review-form .btn { justify-self: start; }
  .build-grid, .story-grid, .contact-layout { grid-template-columns: 1fr; }
  .build-image, .build-image img { min-height: 500px; height: 500px; }
  .story-copy { order: 2; }
  .story-visual { order: 1; }
  .story-number { left: 20px; }
  .order-steps { grid-template-columns: repeat(2,1fr); }
  .order-steps > i { display: none; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .order-summary, .checkout-summary-wrap { position: static; }
  .checkout-summary-wrap { order: -1; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
  .admin-app { grid-template-columns: 1fr; }
  .admin-sidebar { position: fixed; left: -280px; width: 260px; transition: left .25s; }
  .admin-sidebar.open { left: 0; }
  .admin-brand > button { display: block; }
  .admin-menu-button { display: block; }
  .admin-topbar { justify-content: flex-start; }
  .admin-top-actions { margin-left: auto; }
  .dashboard-stats { grid-template-columns: repeat(2,1fr); }
  .dashboard-grid { grid-template-columns: 1fr; }
  .admin-category-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 75px 0; }
  .site-header .brand-logo { width: 145px; }
  .nav-actions { gap: 7px; }
  .theme-toggle { width: 40px; height: 40px; flex-basis: 40px; }
  .icon-link em { display: none; }
  .home-hero, .hero-content { min-height: 640px; }
  .hero-content { padding-top: 40px; }
  .hero-copy-wrap h1 { font-size: clamp(3.1rem,16vw,5rem); }
  .hero-copy-wrap > p { font-size: .87rem; }
  .hero-trust { margin-top: 35px; display: grid; gap: 7px; }
  .hero-controls > span { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .section-head { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 30px; }
  .section-head h2, .build-copy h2, .story-copy h2, .contact-details h2 { font-size: 2.8rem; }
  .category-section { padding: 64px 0 72px; }
  .category-section .section-head h2 { font-size: 2.45rem; }
  .category-section .category-card { min-height: 280px; }
  .category-showcase, .products-grid, .catalog-content .products-grid { grid-template-columns: 1fr; }
  .home-products-grid { grid-template-columns: 1fr; }
  .reviews-section { padding: 72px 0 62px; }
  .reviews-head h2 { font-size: 2.35rem; }
  .review-meta { align-items: flex-start; flex-direction: column; gap: 18px; }
  .review-summary { font-size: .75rem; }
  .review-stats { width: 100%; }
  .review-stats article { min-width: 0; flex: 1; padding: 15px; }
  .review-card { width: min(420px, calc(100vw - 42px)); min-height: 230px; padding: 21px; }
  .review-controls button { width: 44px; height: 44px; }
  .review-form-wrap { margin-top: 35px; padding: 22px; }
  .review-form { grid-template-columns: 1fr; }
  .review-message-field { grid-column: auto; }
  .category-card { min-height: 350px; }
  .build-image, .build-image img { min-height: 400px; height: 400px; }
  .image-stamp { left: 14px; width: 130px; height: 130px; }
  .cta-panel { min-height: 330px; padding: 38px 27px; align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; padding: 50px 0; }
  .footer-bottom { padding: 20px 0; align-items: start; flex-direction: column; }
  .inner-hero { min-height: 410px; }
  .inner-hero h1 { font-size: 3.5rem; }
  .catalog-bar { grid-template-columns: 1fr; }
  .sort-control { justify-content: space-between; }
  .catalog-layout { grid-template-columns: 1fr; gap: 25px; }
  .filter-heading { display: none; }
  .mobile-filter-label { display: block; }
  .filter-pills { display: flex; overflow-x: auto; gap: 7px; padding-bottom: 7px; }
  .filter-btn { min-width: max-content; min-height: 39px; padding: 0 13px; gap: 9px; border: 1px solid #d2d2cd; }
  .filter-btn.active { border-color: var(--accent); }
  .fitment-help { display: none; }
  .product-modal { padding: 10px; }
  .product-modal-card { max-height: calc(100vh - 20px); grid-template-columns: 1fr; }
  .product-modal-media { min-height: 280px; height: 280px; }
  .product-modal-copy { padding: 30px 23px; }
  .modal-close { right: 13px; top: 12px; width: 42px; height: 42px; }
  .story-visual img { min-height: 400px; }
  .story-number { left: 14px; bottom: 14px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article, .values-grid article + article { min-height: auto; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .values-grid h3 { margin-top: 30px; }
  .order-steps { grid-template-columns: 1fr; }
  .contact-form-card { padding: 28px 20px; }
  .form-grid.two { grid-template-columns: 1fr; gap: 0; }
  .form-grid.three, .settings-form .form-grid.three { grid-template-columns: 1fr; }
  .setting-switches, .setting-switches.two-switches { grid-template-columns: 1fr; }
  .content-picker { grid-template-columns: 1fr; }
  .product-picker-control { grid-template-columns: 1fr; }
  .product-picker-control .admin-primary { width: 100%; }
  .contact-methods > * { grid-template-columns: 100px 1fr auto; }
  .simple-hero .container { align-items: start; flex-direction: column; }
  .cart-item { grid-template-columns: 100px 1fr; }
  .cart-thumb { width: 100px; height: 100px; }
  .cart-item-side { grid-column: 1 / -1; min-width: 0; align-items: center; justify-items: stretch; grid-template-columns: auto 1fr; }
  .cart-item-side .price { justify-self: end; }
  .checkout-header .container > div { display: none; }
  .checkout-block { padding: 25px 20px; }
  .checkout-form-card > form > .check-field, .checkout-submit, .checkout-form-card [data-checkout-result] { margin-left: 20px; margin-right: 20px; }
  .checkout-submit { width: calc(100% - 40px); }
  .admin-content { padding: 22px 14px; }
  .admin-topbar { padding: 0 14px; }
  .admin-top-actions button { display: none; }
  .admin-page-head { align-items: start; flex-direction: column; }
  .dashboard-stats { grid-template-columns: 1fr 1fr; gap: 8px; }
  .dashboard-stats article { min-height: 130px; padding: 16px; }
  .admin-toolbar { align-items: stretch; flex-direction: column; }
  .admin-search { min-width: 0; }
  .admin-product-row { grid-template-columns: 64px 1fr auto; gap: 10px; }
  .admin-product-row img { width: 64px; height: 58px; }
  .admin-product-row > span { display: none; }
  .admin-product-row .row-actions { flex-direction: column; }
  .admin-category-grid, .security-grid { grid-template-columns: 1fr; }
  .admin-record-grid { grid-template-columns: 1fr 1fr; }
  .setting-switches { grid-template-columns: 1fr; }
  .danger-zone { align-items: start; flex-direction: column; }
  .admin-modal { padding: 0; }
  .admin-modal-panel { max-height: 100vh; }
  .editor-grid { grid-template-columns: 1fr; }
  .image-editor { order: -1; }
  .image-preview { max-height: 270px; }
  .login-card { padding: 30px 24px; }
  .login-card .brand-logo { width: 190px; }
}

@media (max-width: 380px) {
  .navbar { gap: 8px; }
  .site-header .brand-logo { width: 125px; }
  .nav-actions { gap: 5px; }
  .theme-toggle, .menu-toggle { width: 38px; height: 38px; flex-basis: 38px; }
  .icon-link { height: 38px; padding: 0 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
