:root {
  --ink: #111111;
  --paper: #f5f4ef;
  --muted: #6d6d68;
  --line: #d9d8d1;
  --accent: #c9ff39;
  --purple: #925cff;
  --cyan: #3fe7ff;
  --selected-color: #c9ff39;
  --font-ui: "Segoe UI", "Microsoft YaHei UI", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  --font-display: Arial, "Segoe UI", "Microsoft YaHei UI", "PingFang SC", sans-serif;
}

html[lang="en"] { --font-ui: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif; --font-display: Arial, "Segoe UI", sans-serif; }
html[lang="zh-CN"] { --font-ui: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif; --font-display: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-ui); font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.page-width { width: min(1400px, calc(100% - 64px)); margin-inline: auto; }

.age-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: rgba(9,9,11,.92); backdrop-filter: blur(14px); transition: opacity .35s, visibility .35s; }
.age-confirmed .age-gate { display: none !important; }
.age-gate.is-hidden { display: none; opacity: 0; visibility: hidden; pointer-events: none; }
.age-card { width: min(540px, 100%); padding: 50px; border: 1px solid rgba(255,255,255,.15); background: #f5f4ef; text-align: center; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.age-mark { width: 104px; height: 104px; display: grid; place-items: center; margin: 22px auto; border-radius: 50%; background: var(--ink); color: #fff; font-size: 45px; font-weight: 900; letter-spacing: -5px; }
.age-mark span { color: var(--accent); font-size: 24px; vertical-align: top; }
.age-card h1 { margin: 0 0 14px; font-size: clamp(25px, 4vw, 36px); letter-spacing: -.04em; }
.age-card p { color: var(--muted); line-height: 1.75; }
.age-card .button { width: 100%; margin-top: 18px; }
.age-card .text-button { margin: 18px auto; border: 0; background: transparent; cursor: pointer; text-decoration: underline; }
.age-card small { display: block; padding-top: 18px; border-top: 1px solid var(--line); color: #7d7c77; line-height: 1.6; }

.announcement { height: 34px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 0 32px; background: var(--ink); color: #fff; font-size: 11px; letter-spacing: .08em; }
.announcement-center { text-align: center; color: var(--accent); }
.announcement button { justify-self: end; color: #fff; background: none; border: 0; font-size: 11px; cursor: pointer; }
.site-header { height: 78px; position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 32px; background: var(--paper); border: 0; outline: 0; box-shadow: none; backdrop-filter: none; }
.logo { display: inline-flex; align-items: center; width: fit-content; font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -.045em; }
.logo > span:last-child { margin-left: 4px; font-weight: 500; }
.logo-dot { width: 13px; height: 13px; margin-right: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--cyan), var(--purple)); box-shadow: 0 0 14px var(--purple); }
.official-logo-link { width: 245px; max-width: 100%; height: auto; display: block; line-height: 0; }
.official-logo-link img { width: 100%; height: auto; display: block; }
.official-logo-footer { width: 285px; padding: 0; background: transparent; }
.desktop-nav { display: flex; gap: 38px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--ink); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; gap: 4px; }
.icon-button { width: 42px; height: 42px; position: relative; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s; }
.icon-button:hover { background: #e9e8e2; }
.icon-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cart-count { position: absolute; right: 0; top: 0; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border-radius: 10px; background: var(--accent); color: #000; font-size: 10px; font-weight: 900; }

.breadcrumbs { display: flex; gap: 10px; min-width: 0; padding-top: 27px; color: #8a8983; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.breadcrumbs > * { flex: 0 0 auto; }
.breadcrumbs > :last-child { min-width: 0; flex: 1 1 auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.breadcrumbs a:hover { color: var(--ink); }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr); gap: 72px; padding-block: 32px 90px; }
.product-gallery { min-width: 0; }
.gallery-stage { aspect-ratio: 1 / .88; position: relative; display: grid; place-items: center; overflow: hidden; background: #eae9e3; }
.gallery-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at center, transparent 45%, rgba(0,0,0,.06)); }
.gallery-stage > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s, transform .5s; }
.gallery-stage > img[src*="graffiti-original"], .gallery-stage > img[src*="assets/products"] { object-fit: contain; background: #fff; }
.gallery-stage:hover > img { transform: scale(1.02); }
.gallery-badge { position: absolute; left: 20px; top: 20px; z-index: 2; padding: 8px 11px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.zoom-button { position: absolute; right: 20px; bottom: 20px; z-index: 2; width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); cursor: pointer; }
.zoom-button svg { width: 20px; fill: none; stroke: #111; stroke-width: 1.5; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-top: 12px; }
.thumb { aspect-ratio: 1; overflow: hidden; padding: 0; border: 1px solid transparent; background: #e8e7e1; cursor: pointer; opacity: .65; transition: opacity .2s, border-color .2s; }
.thumb img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.thumb:hover, .thumb.is-active { opacity: 1; border-color: var(--ink); }

.product-info { padding-top: 10px; }
.product-kicker { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.product-info h1 { margin: 24px 0 12px; font-family: var(--font-display); font-size: clamp(30px, 3.2vw, 54px); font-weight: 800; line-height: 1.05; letter-spacing: -.035em; overflow-wrap: anywhere; }
.product-info h1 span { display: inline-block; margin-top: 8px; color: var(--muted); font-family: var(--font-ui); font-size: .3em; font-weight: 800; line-height: 1.3; letter-spacing: .06em; }
.product-subtitle { margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.price-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; }
.price { font-size: 31px; font-weight: 800; letter-spacing: -.04em; }
.compare-price { color: #92918d; text-decoration: line-through; }
.sale-chip { padding: 6px 8px; background: var(--accent); font-size: 10px; font-weight: 900; }
.tax-note { margin: 6px 0 22px; color: #888782; font-size: 11px; }
.assurance-row { display: grid; grid-template-columns: repeat(3, 1fr); padding: 16px 0; border-block: 1px solid var(--line); font-size: 11px; }
.assurance-row span { display: flex; align-items: center; gap: 6px; }
.assurance-row i { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid #bbb; border-radius: 50%; font-style: normal; }
.option-block { padding: 28px 0 22px; }
.option-heading { display: flex; justify-content: space-between; margin-bottom: 14px; font-size: 13px; }
.flavor-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.flavor { min-height: 48px; min-width: 0; display: flex; align-items: center; gap: 10px; padding: 9px 12px; border: 1px solid var(--line); background: transparent; text-align: left; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; cursor: pointer; transition: border .2s, background .2s; }
.flavor:hover { border-color: #8e8d88; }
.flavor.is-selected { border: 2px solid var(--ink); padding: 8px 11px; background: #fff; }
.flavor i { width: 18px; height: 18px; flex: 0 0 auto; border-radius: 50%; background: var(--flavor); box-shadow: inset 0 0 0 4px rgba(255,255,255,.35); }
.flavor small { margin-left: auto; color: #999; }
.flavor.is-sold { opacity: .45; text-decoration: line-through; cursor: not-allowed; }
.variant-selectors { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.variant-selector { min-width: 0; display: grid; gap: 8px; }
.variant-selector span { color: #65635e; font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.variant-selector select { width: 100%; min-width: 0; height: 52px; padding: 0 42px 0 14px; border: 1px solid var(--ink); border-radius: 0; background: #fff; color: var(--ink); cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; text-overflow: ellipsis; }
.variant-selector select:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.purchase-row { display: grid; grid-template-columns: 118px 1fr; gap: 10px; }
.quantity { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; border: 1px solid var(--ink); }
.quantity button { height: 100%; border: 0; background: none; cursor: pointer; font-size: 18px; }
.quantity span { text-align: center; font-size: 13px; font-weight: 700; }
.button { min-height: 54px; padding: 0 24px; border: 0; font-weight: 800; font-size: 13px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: #080808; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); }
.button-dark { background: var(--ink); color: #fff; }
.buy-now { width: 100%; margin-top: 10px; }
.stock-note { display: flex; align-items: center; gap: 9px; margin: 16px 0 24px; font-size: 11px; color: var(--muted); }
.stock-note i { width: 7px; height: 7px; border-radius: 50%; background: #56b53f; box-shadow: 0 0 0 4px #dcebd8; }
.accordions { border-top: 1px solid var(--line); }
.accordions details { border-bottom: 1px solid var(--line); }
.accordions summary { list-style: none; display: flex; justify-content: space-between; padding: 18px 0; font-size: 13px; font-weight: 700; cursor: pointer; }
.accordions summary::-webkit-details-marker { display: none; }
.accordions details[open] summary span { transform: rotate(45deg); }
.accordions summary span { transition: transform .2s; font-size: 18px; font-weight: 400; }
.accordions details p { margin: -2px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.8; }

.marquee { overflow: hidden; padding: 17px 0; background: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: .12em; white-space: nowrap; }
.marquee div { width: max-content; animation: marquee 18s linear infinite; }
.marquee span { margin: 0 22px; }
@keyframes marquee { to { transform: translateX(-35%); } }

.story-hero { min-height: 820px; position: relative; display: flex; align-items: center; overflow: hidden; background: #09090b; color: #fff; }
.story-hero::before { content: ""; position: absolute; width: 760px; height: 760px; right: -120px; top: 50%; transform: translateY(-50%); border-radius: 50%; background: conic-gradient(from 40deg, var(--accent), var(--cyan), var(--purple), #ff4f9a, var(--accent)); filter: blur(70px); opacity: .3; }
.story-copy { position: relative; z-index: 2; }
.eyebrow { display: block; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.eyebrow.light { color: var(--accent); }
.story-copy h2, .feature-copy h2, .control-grid h2, .section-heading h2, .spec-copy h2, .newsletter h2 { margin: 20px 0; font-family: var(--font-display); font-size: clamp(52px, 7vw, 108px); font-weight: 800; line-height: .94; letter-spacing: -.045em; }
.story-copy h2 { width: min(38vw, 720px); max-width: 100%; line-height: .88; }
.story-copy h2 > span { display: block; overflow-wrap: anywhere; hyphens: auto; font-size: clamp(58px, 5.5vw, 108px); }
.story-copy h2 > small { display: block; margin-top: 16px; color: #fff; font: 800 clamp(24px, 2.3vw, 42px)/1 var(--font-display); letter-spacing: -.025em; }
.story-copy h2.is-long-title > span { font-size: clamp(50px, 4.6vw, 88px); }
.story-copy p { width: min(390px, 100%); color: #aaa; font-size: 15px; line-height: 1.8; }
.arrow-link { display: inline-flex; gap: 20px; align-items: center; margin-top: 30px; padding-bottom: 8px; border-bottom: 1px solid #555; font-size: 12px; }
.arrow-link span { color: var(--accent); font-size: 20px; }
.story-hero > img { position: absolute; width: min(58vw, 830px); right: -2vw; transform: rotate(-7deg); filter: drop-shadow(0 40px 70px #000); }
.story-hero > img[src*="graffiti-original"], .story-hero > img[src*="assets/products"] { width: min(54vw, 780px); height: 74%; right: 3vw; object-fit: contain; transform: none; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 86px; border-bottom: 1px solid var(--line); }
.stats article { padding-left: 24px; border-left: 1px solid var(--line); }
.stats strong { display: block; font-size: clamp(40px, 5vw, 72px); letter-spacing: -.065em; }
.stats sup { font-size: 14px; }
.stats span { color: var(--muted); font-size: 12px; }
.stats > small { grid-column: 1 / -1; margin-top: 45px; color: #999; font-size: 10px; }
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; padding-block: 120px; }
.feature-visual { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; background: #d9ff58; }
.feature-visual::before { content: "MIX"; position: absolute; font-size: 22vw; font-weight: 900; color: rgba(255,255,255,.35); letter-spacing: -.12em; }
.feature-visual img { position: relative; width: 100%; height: 100%; min-height: 650px; object-fit: contain; background: #fff; }
.feature-copy h2 { font-size: clamp(52px, 6vw, 86px); }
.feature-copy > p { max-width: 470px; color: var(--muted); line-height: 1.9; }
.mini-feature { display: grid; grid-template-columns: 55px 1fr; gap: 16px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); }
.mini-feature > span { color: var(--purple); font-size: 11px; font-weight: 900; }
.mini-feature strong { font-size: 15px; }
.mini-feature p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.control-section { padding: 110px 0; background: #111; color: #fff; }
.control-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; }
.control-grid h2 { font-size: clamp(54px, 6vw, 90px); }
.control-grid ol { margin: 0; padding: 0; list-style: none; }
.control-grid li { display: grid; grid-template-columns: 50px 120px 1fr; align-items: center; padding: 25px 0; border-bottom: 1px solid #333; }
.control-grid li > span { color: var(--accent); font-size: 10px; font-weight: 900; }
.control-grid li strong { font-size: 18px; }
.control-grid li p { margin: 0; color: #888; font-size: 12px; }

.flavor-section { padding-block: 120px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(54px, 6vw, 90px); }
.section-heading > p { width: 380px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.flavor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.flavor-grid article { aspect-ratio: .74; position: relative; overflow: hidden; padding: 22px; background: var(--card); transition: transform .3s; }
.flavor-grid article:hover { transform: translateY(-8px); }
.flavor-grid article > span { font-size: 10px; font-weight: 900; }
.flavor-grid h3 { position: absolute; left: 22px; bottom: 42px; margin: 0; font-size: 20px; letter-spacing: -.04em; }
.flavor-grid p { position: absolute; left: 22px; bottom: 20px; margin: 0; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.fruit { width: 56%; aspect-ratio: 1; position: absolute; left: 50%; top: 44%; transform: translate(-50%, -50%); border-radius: 42% 58% 48% 52%; background: rgba(255,255,255,.55); box-shadow: inset -25px -25px 50px rgba(0,0,0,.12), 0 25px 45px rgba(0,0,0,.12); }
.fruit::before, .fruit::after { content: ""; position: absolute; border-radius: inherit; background: rgba(255,255,255,.45); }
.fruit::before { width: 55%; height: 55%; right: -25%; top: -15%; }
.fruit::after { width: 30%; height: 70%; left: 35%; top: -30%; transform: rotate(-30deg); border-radius: 100% 0; background: #1a7a3c; }
.fruit-berry { border-radius: 50%; background: #572099; box-shadow: 55px 20px 0 -12px #7f38c8, -40px 35px 0 -15px #351064, inset -20px -20px 40px rgba(0,0,0,.25); }
.fruit-strawberry { border-radius: 55% 55% 65% 65%; background: #e93365; transform: translate(-50%, -50%) rotate(45deg); }
.fruit-mint { border-radius: 18% 82% 18% 82%; background: #43ba9c; transform: translate(-50%, -50%) rotate(-18deg); }

.spec-section { display: grid; grid-template-columns: 1.05fr .95fr; background: #e7e5df; }
.spec-device { min-height: 720px; overflow: hidden; }
.spec-device img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.spec-copy { padding: 80px 7vw; }
.spec-copy h2 { font-size: clamp(54px, 6vw, 86px); }
.spec-copy dl { margin-top: 45px; }
.spec-copy dl div { display: grid; grid-template-columns: 1fr 1fr; padding: 17px 0; border-top: 1px solid #c4c2bc; font-size: 12px; }
.spec-copy dd { margin: 0; font-weight: 800; }
.legal-copy { margin-top: 35px; padding: 18px; border: 1px solid #bbb8b1; color: #686761; font-size: 10px; line-height: 1.7; }

.newsletter { padding: 130px 24px; text-align: center; background: var(--accent); }
.newsletter h2 { margin-inline: auto; font-size: clamp(48px, 6vw, 82px); }
.newsletter form { width: min(560px, 100%); display: grid; grid-template-columns: 1fr auto; margin: 45px auto 16px; border-bottom: 2px solid #111; }
.newsletter input { padding: 15px 0; border: 0; outline: 0; background: transparent; }
.newsletter input::placeholder { color: rgba(0,0,0,.6); }
.newsletter form button { border: 0; background: transparent; font-weight: 900; cursor: pointer; }
.newsletter form button span { margin-left: 15px; }
.newsletter small { font-size: 9px; }

footer { padding: 70px 0 22px; background: #ece9df; color: var(--ink); border-top: 1px solid #dedace; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; }
.logo-light { color: var(--ink); }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font-size: 11px; color: #706d66; }
.footer-main > div strong { margin-bottom: 10px; color: var(--ink); font-size: 12px; }
.footer-main > div a:hover { color: #d87f00; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 75px; padding-top: 20px; border-top: 1px solid #d1cdc1; color: #77736b; font-size: 9px; letter-spacing: .08em; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 98; visibility: hidden; background: rgba(0,0,0,.46); opacity: 0; transition: .3s; }
.drawer-backdrop.is-open { visibility: visible; opacity: 1; }
.cart-drawer { width: min(460px, 100%); position: fixed; top: 0; right: 0; bottom: 0; z-index: 99; display: flex; flex-direction: column; background: var(--paper); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { height: 78px; display: flex; justify-content: space-between; align-items: center; padding: 0 28px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { font-size: 20px; }
.drawer-header h2 span { color: #999; font-size: 12px; }
.drawer-header button { border: 0; background: none; font-size: 32px; font-weight: 200; cursor: pointer; }
.shipping-progress { padding: 18px 28px; background: #ecebe5; }
.shipping-progress p { margin: 0 0 9px; font-size: 10px; text-align: center; }
.shipping-progress > div { height: 3px; overflow: hidden; background: #d1d0c9; }
.shipping-progress i { display: block; width: 0; height: 100%; background: var(--purple); transition: width .4s; }
.cart-empty { flex: 1; display: grid; place-content: center; justify-items: center; padding: 30px; text-align: center; }
.cart-empty > span { font-size: 80px; font-weight: 100; color: #cbc9c2; }
.cart-empty h3 { margin: 12px 0 5px; }
.cart-empty p { color: var(--muted); font-size: 12px; }
.cart-items { flex: 1; overflow-y: auto; padding: 20px 28px; }
.cart-item { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 90px; height: 105px; object-fit: contain; background: #fff; }
.cart-item-main { display: flex; flex-direction: column; }
.cart-item-main > span { color: var(--muted); font-size: 10px; }
.cart-item-main strong { margin: 6px 0; font-size: 13px; }
.cart-item-main p { margin: 0; font-size: 12px; }
.cart-item-controls { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.cart-item-controls div { display: flex; align-items: center; border: 1px solid var(--line); }
.cart-item-controls button { width: 28px; height: 28px; border: 0; background: none; cursor: pointer; }
.cart-item-controls div span { width: 26px; text-align: center; font-size: 11px; }
.remove-item { color: #888; text-decoration: underline; font-size: 10px; }
.drawer-footer { display: none; padding: 22px 28px 30px; border-top: 1px solid var(--line); background: #fff; }
.drawer-footer.is-visible { display: block; }
.drawer-footer > div { display: flex; justify-content: space-between; margin-bottom: 18px; }
.drawer-footer strong { font-size: 20px; }
.drawer-footer .button { width: 100%; }
.drawer-footer small { display: block; margin-top: 10px; color: var(--muted); text-align: center; font-size: 9px; }
.toast { position: fixed; left: 50%; bottom: 30px; z-index: 120; padding: 13px 22px; background: #111; color: #fff; font-size: 11px; transform: translate(-50%, 100px); opacity: 0; transition: .3s; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.mobile-buy-bar { display: none; }

@media (max-width: 980px) {
  .page-width { width: min(100% - 36px, 760px); }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 18px; }
  .product-layout { grid-template-columns: 1fr; gap: 36px; }
  .product-gallery { position: static; }
  .product-info { padding-top: 0; }
  .story-hero { display: block; min-height: 0; padding-top: 90px; }
  .story-hero > img, .story-hero > img[src*="graffiti-original"], .story-hero > img[src*="assets/products"] { position: relative; display: block; width: min(92vw, 780px); height: auto; right: auto; bottom: auto; margin: 48px auto 0; object-fit: contain; transform: none; opacity: 1; }
  .stats { grid-template-columns: 1fr 1fr; gap: 40px 0; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-copy { padding-bottom: 20px; }
  .control-grid { grid-template-columns: 1fr; gap: 40px; }
  .flavor-grid { grid-template-columns: 1fr 1fr; }
  .spec-section { grid-template-columns: 1fr; }
  .spec-device { min-height: 500px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .page-width { width: calc(100% - 28px); }
  .age-card { padding: 34px 22px; }
  .announcement { height: 30px; display: flex; justify-content: center; }
  .announcement > span:first-child, .announcement button { display: none; }
  .site-header { height: 64px; }
  .official-logo-link { width: 178px; }
  .header-actions .icon-button:first-child, .header-actions .icon-button:nth-child(2) { display: none; }
  .breadcrumbs { padding-top: 18px; overflow: hidden; white-space: nowrap; }
  .product-layout { padding-top: 18px; padding-bottom: 65px; }
  .gallery-stage { width: calc(100% + 28px); margin-left: -14px; aspect-ratio: .92; }
  .gallery-thumbs { gap: 6px; }
  .product-kicker span:last-child { display: none; }
  .product-info h1 { font-size: clamp(28px, 9vw, 38px); line-height: 1.08; }
  .assurance-row { gap: 4px; }
  .assurance-row span { flex-direction: column; text-align: center; }
  .flavor-options { grid-template-columns: 1fr; }
  .variant-selectors { grid-template-columns: 1fr; }
  .purchase-row { grid-template-columns: 100px 1fr; }
  .marquee { font-size: 10px; }
  .story-hero { min-height: 0; padding-top: 64px; }
  .story-copy h2 { width: 100%; font-size: 61px; }
  .story-copy h2 > span, .story-copy h2.is-long-title > span { font-size: clamp(42px, 14vw, 61px); }
  .story-copy h2 > small { margin-top: 10px; font-size: 24px; }
  .story-hero > img, .story-hero > img[src*="graffiti-original"], .story-hero > img[src*="assets/products"] { width: calc(100% - 24px); height: auto; right: auto; bottom: auto; margin-top: 36px; opacity: 1; }
  .stats { padding-block: 60px; }
  .stats strong { font-size: 44px; }
  .feature-split { padding-block: 70px; }
  .feature-visual, .feature-visual img { min-height: 480px; }
  .control-section { padding: 75px 0; }
  .control-grid, .control-grid > * { min-width: 0; }
  .control-grid h2 { max-width: 100%; font-size: clamp(42px, 13vw, 54px); overflow-wrap: anywhere; }
  .control-grid li { min-width: 0; grid-template-columns: 30px minmax(70px, 90px) minmax(0, 1fr); }
  .control-grid li strong { font-size: 15px; }
  .control-grid li p { min-width: 0; overflow-wrap: anywhere; }
  .flavor-section { padding-block: 75px; }
  .section-heading { display: block; }
  .section-heading > p { width: auto; margin-top: 25px; }
  .flavor-grid { gap: 7px; }
  .flavor-grid article { padding: 14px; }
  .flavor-grid h3 { left: 14px; bottom: 34px; font-size: 14px; }
  .flavor-grid p { left: 14px; bottom: 16px; font-size: 6px; }
  .spec-section { width: 100%; }
  .spec-copy { padding: 60px 22px; }
  .newsletter { padding-block: 85px; }
  .newsletter h2 { font-size: 49px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > .logo { grid-column: 1 / -1; margin-bottom: 25px; }
  .footer-bottom { display: block; line-height: 2; }
  .mobile-buy-bar { height: 68px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; background: rgba(245,244,239,.96); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-buy-bar div { min-width: 0; max-width: calc(100% - 150px); display: flex; flex-direction: column; }
  .mobile-buy-bar small { overflow: hidden; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
  .mobile-buy-bar strong { font-size: 16px; }
  .mobile-buy-bar button { flex: 0 0 auto; height: 46px; max-width: 142px; padding: 0 22px; border: 0; background: var(--accent); font-weight: 900; font-size: 12px; line-height: 1.2; }
  footer { padding-bottom: 90px; }
}

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

/* Storefront */
.search-panel { max-height: 0; position: fixed; left: 0; right: 0; top: 112px; z-index: 49; visibility: hidden; pointer-events: none; overflow: hidden; background: var(--paper); border: 0; outline: 0; box-shadow: none; transition: max-height .3s; }
.search-panel.is-open { max-height: 94px; visibility: visible; pointer-events: auto; border-bottom: 1px solid var(--line); }
.search-panel > div { height: 92px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
.search-panel input { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; font-size: 22px; }
.search-panel button { border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.shop-hero { min-height: clamp(590px, 42vw, 720px); display: grid; grid-template-columns: minmax(420px, .84fr) minmax(0, 1.16fr); align-items: stretch; overflow: hidden; background: #f47b28; color: #fff; }
.shop-hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: clamp(54px, 5vw, 88px) clamp(42px, 6vw, 100px); background: linear-gradient(145deg, #f47b28 0%, #ed681f 100%); }
.shop-hero-copy h1 { max-width: 680px; margin: 22px 0; font-family: var(--font-display); font-size: clamp(60px, 6.2vw, 104px); font-weight: 800; line-height: .95; letter-spacing: -.055em; }
.shop-hero-copy > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 35px; }
.hero-actions .button { min-width: 154px; display: grid; place-items: center; background: #111; color: #fff; }
.hero-text-link { color: #fff; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 7px; }
.hero-text-link span { margin-left: 14px; color: #111; }
.hero-store-stats { display: flex; gap: clamp(22px, 3vw, 46px); margin-top: clamp(34px, 4vw, 54px); padding-top: 22px; border-top: 1px solid rgba(255,255,255,.28); }
.hero-store-stats > div { display: grid; gap: 3px; }
.hero-store-stats strong { font-family: var(--font-display); font-size: 25px; line-height: 1; }
.hero-store-stats span { color: rgba(255,255,255,.72); font-size: 9px; letter-spacing: .08em; }
.shop-hero-visual { width: 100%; position: relative; min-width: 0; overflow: hidden; }
.storewide-showcase { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 3vw, 48px); background: radial-gradient(circle at 80% 16%, rgba(255,255,255,.75), transparent 28%), linear-gradient(135deg, #ffd9bd 0%, #f6b87c 52%, #ffc99e 100%); color: #111; }
.storewide-showcase::before { content: ""; position: absolute; width: min(48vw, 720px); aspect-ratio: 1; right: -18%; bottom: -63%; border: 90px solid rgba(255,255,255,.28); border-radius: 50%; }
.showcase-kicker { position: relative; z-index: 3; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.showcase-ghost { position: absolute; left: 4%; top: 9%; color: rgba(255,255,255,.23); font-family: var(--font-display); font-size: clamp(140px, 17vw, 330px); font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.hero-product-stage { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(10px, 1.5vw, 24px); align-items: end; margin: auto 0; padding: 56px 0 30px; }
.hero-promo-product { min-width: 0; overflow: hidden; border: 1px solid rgba(17,17,17,.08); border-radius: 26px; background: rgba(255,255,255,.9); box-shadow: 0 28px 60px rgba(125,57,14,.18); transition: transform .35s, box-shadow .35s; }
.hero-promo-product:nth-child(1) { transform: rotate(-5deg) translateY(18px); }
.hero-promo-product:nth-child(2) { transform: translateY(-16px); }
.hero-promo-product:nth-child(3) { transform: rotate(5deg) translateY(20px); }
.hero-promo-product:nth-child(1):hover { transform: rotate(-5deg) translateY(10px); }
.hero-promo-product:nth-child(2):hover { transform: translateY(-24px); }
.hero-promo-product:nth-child(3):hover { transform: rotate(5deg) translateY(12px); }
.hero-promo-product:hover { box-shadow: 0 35px 70px rgba(125,57,14,.28); }
.hero-promo-product img { width: 100%; height: clamp(270px, 25vw, 410px); object-fit: contain; padding: clamp(10px, 1.5vw, 22px); background: #fff; }
.hero-promo-meta { display: block; min-height: 78px; padding: 14px 16px 16px; border-top: 1px solid #eee; background: #fff; }
.hero-promo-meta small { display: block; color: #ed681f; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.hero-promo-meta strong { display: -webkit-box; margin-top: 6px; overflow: hidden; font-size: 11px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hero-product-placeholder { display: block; height: clamp(350px, 31vw, 488px); background: linear-gradient(100deg, rgba(255,255,255,.65) 25%, #fff 45%, rgba(255,255,255,.65) 65%); background-size: 300% 100%; animation: hero-shimmer 1.4s infinite; }
.showcase-footer { position: relative; z-index: 3; display: flex; justify-content: space-between; gap: 14px; padding-top: 16px; border-top: 1px solid rgba(17,17,17,.24); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
@keyframes hero-shimmer { to { background-position: -150% 0; } }
.brand-directory { padding-block: 105px 25px; }
.brand-directory-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 36px; }
.brand-directory-heading h2 { margin: 14px 0 0; font-family: var(--font-display); font-size: clamp(48px, 5.4vw, 78px); font-weight: 800; line-height: .96; letter-spacing: -.04em; }
.brand-directory-heading > p { color: var(--muted); font-size: 11px; }
.brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 12px; }
.brand-card { min-width: 0; padding: 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.brand-card-visual { position: relative; display: grid; place-items: center; aspect-ratio: 3.2 / 1; overflow: hidden; border: 1px solid transparent; background: #e8e8e8; transition: border-color .2s, transform .25s; }
.brand-card-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .25s, transform .35s; }
.brand-card-visual > strong { font-family: var(--font-display); font-size: clamp(18px, 2vw, 30px); letter-spacing: .04em; }
.brand-card:hover .brand-card-visual, .brand-card.is-active .brand-card-visual { border-color: #111; transform: translateY(-2px); }
.brand-card:hover .brand-card-visual img, .brand-card.is-active .brand-card-visual img { filter: grayscale(0); transform: scale(1.025); }
.brand-card-meta { display: flex; justify-content: space-between; gap: 8px; align-items: center; padding: 11px 2px 0; }
.brand-card-meta strong { overflow: hidden; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.brand-card-meta small { flex: 0 0 auto; color: var(--muted); font-size: 8px; letter-spacing: .05em; }
.catalog-section { padding-block: 120px; }
.catalog-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 46px; }
.catalog-heading h2 { margin: 14px 0 0; font-family: var(--font-display); font-size: clamp(60px, 7vw, 100px); font-weight: 800; line-height: .96; letter-spacing: -.045em; }
.catalog-heading > p { color: var(--muted); font-size: 11px; }
.catalog-filter-panel { margin-bottom: 32px; border: 1px solid var(--line); background: #fff; }
.catalog-filter-controls { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)) auto; align-items: end; }
.catalog-filter-controls label { min-width: 0; display: grid; gap: 10px; padding: 18px 16px; border-right: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-filter-controls select { width: 100%; min-width: 0; padding: 0 28px 0 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 600; text-overflow: ellipsis; cursor: pointer; }
.catalog-filter-controls > button { align-self: stretch; padding: 0 22px; border: 0; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; cursor: pointer; transition: background .2s, color .2s; }
.catalog-filter-controls > button:hover { background: var(--accent); color: #111; }
.catalog-filter-status { display: flex; justify-content: space-between; gap: 20px; padding: 12px 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.catalog-filter-status a { color: var(--ink); font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 36px 10px; }
.product-card { min-width: 0; }
.product-card-image { aspect-ratio: .82; position: relative; display: block; overflow: hidden; background: #fff; }
.product-card-image::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(0,0,0,.25)); opacity: 0; transition: opacity .3s; }
.product-card-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 10px; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-card-image img { transform: scale(1.015); }
.product-card:hover .product-card-image::after { opacity: 1; }
.product-badge { position: absolute; left: 9px; top: 9px; z-index: 3; padding: 5px 7px; background: var(--card-accent); color: #111; font-size: 7px; font-weight: 900; }
.product-index { position: absolute; right: 9px; top: 10px; z-index: 3; color: rgba(0,0,0,.45); font-size: 8px; font-weight: 900; }
.view-product { position: absolute; left: 9px; right: 9px; bottom: -40px; z-index: 4; display: flex; justify-content: space-between; padding: 10px; background: #fff; font-size: 8px; font-weight: 800; transition: bottom .3s; }
.product-card:hover .view-product { bottom: 9px; }
.product-card-info { padding-top: 12px; }
.product-card-info small { color: var(--muted); font-size: 7px; font-weight: 700; letter-spacing: .09em; }
.product-card-info h3 { min-height: 36px; margin: 6px 0 1px; overflow: hidden; font-size: 14px; line-height: 1.25; letter-spacing: -.025em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card-info p { margin: 0; overflow: hidden; color: var(--muted); font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.product-card-price { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 10px; }
.product-card-price strong { font-size: 12px; white-space: nowrap; }
.product-card-price del { color: #999; font-size: 8px; white-space: nowrap; }
.product-card-price span { padding: 3px 5px; background: var(--card-accent); font-size: 8px; font-weight: 900; }
.quick-add { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 11px; padding: 9px 0; border: 0; border-top: 1px solid var(--line); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; transition: padding .2s, background .2s; }
.quick-add:hover { padding-inline: 8px; background: var(--card-accent); }
.quick-add b { font-size: 15px; font-weight: 400; }
.no-results { display: none; padding: 90px 20px; text-align: center; }
.no-results.is-visible { display: block; }
.no-results p { color: var(--muted); font-size: 12px; }
.hot-ranking { padding-block: 110px 120px; overflow: hidden; background: #ef7622; color: #111; }
.hot-ranking-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; margin-bottom: 50px; }
.hot-ranking-heading .eyebrow { color: #fff; }
.hot-ranking-heading h2 { margin: 16px 0 0; color: #fff; font-family: var(--font-display); font-size: clamp(70px, 8vw, 122px); font-weight: 900; line-height: .79; letter-spacing: -.065em; }
.hot-ranking-note { max-width: 410px; justify-self: end; padding-top: 20px; border-top: 1px solid rgba(17,17,17,.3); }
.hot-ranking-note strong { font-size: 13px; }
.hot-ranking-note p { margin: 9px 0 0; color: rgba(17,17,17,.72); font-size: 11px; line-height: 1.7; }
.hot-ranking-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.hot-product-card { min-width: 0; position: relative; display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; background: #fff; transition: transform .25s, box-shadow .25s; }
.hot-product-card:hover { transform: translateY(-7px); box-shadow: 0 22px 45px rgba(103,44,7,.22); }
.hot-product-card.is-podium { background: #fff8ea; }
.hot-rank { position: absolute; left: 13px; top: 8px; z-index: 2; color: #111; font-family: var(--font-display); font-size: 32px; font-weight: 900; letter-spacing: -.08em; }
.hot-product-card.is-podium .hot-rank { color: #ef7622; font-size: 40px; }
.hot-product-image { aspect-ratio: 1 / .94; display: block; overflow: hidden; background: #fff; }
.hot-product-image img { width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: transform .4s; }
.hot-product-card:hover .hot-product-image img { transform: scale(1.025); }
.hot-product-info { min-height: 118px; display: grid; align-content: start; padding: 15px; border-top: 1px solid #eee; }
.hot-product-info small { color: #ef7622; font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.hot-product-info strong { min-height: 34px; display: -webkit-box; margin-top: 7px; overflow: hidden; font-size: 11px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hot-product-info b { margin-top: 10px; font-size: 14px; }
.hot-ranking-action { display: flex; justify-content: center; margin-top: 42px; }
.hot-ranking-action .button { min-width: 190px; display: grid; place-items: center; }
.collection-banner { min-height: 800px; display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; background: #111; color: #fff; }
.collection-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 6vw; }
.collection-copy h2 { margin: 24px 0; font-family: var(--font-display); font-size: clamp(58px, 6vw, 92px); font-weight: 800; line-height: 1.02; letter-spacing: .01em; word-spacing: .08em; }
.collection-copy p { color: #888; line-height: 1.8; }
.collection-copy a { width: fit-content; margin-top: 25px; padding-bottom: 8px; border-bottom: 1px solid #444; font-size: 11px; }
.collection-copy a span { margin-left: 18px; color: var(--accent); }
.collection-banner > img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.brand-story { display: grid; grid-template-columns: 1fr .6fr; gap: 10vw; align-items: end; padding-block: 130px; }
.brand-story h2 { margin: 20px 0 0; font-family: var(--font-display); font-size: clamp(54px, 6vw, 96px); font-weight: 800; line-height: .96; letter-spacing: -.045em; }
.brand-story-body p { color: var(--muted); font-size: 15px; line-height: 1.9; }
.brand-story-body a { display: inline-block; margin-top: 25px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; }

@media (max-width: 1200px) {
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .catalog-filter-controls { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-filter-controls label:nth-child(3) { border-right: 0; }
  .catalog-filter-controls > button { min-height: 66px; }
  .hot-ranking-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .shop-hero { height: auto; min-height: auto; grid-template-columns: 1fr; }
  .shop-hero-copy { min-height: 560px; }
  .shop-hero-visual { height: auto; min-height: 620px; }
  .hero-product-stage { width: min(760px, 100%); margin-inline: auto; }
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hot-ranking-heading { grid-template-columns: 1fr; align-items: start; }
  .hot-ranking-note { justify-self: start; }
  .hot-ranking-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .collection-banner { grid-template-columns: 1fr; }
  .collection-copy { min-height: 600px; }
  .collection-banner > img { max-height: 720px; }
}

@media (max-width: 620px) {
  .search-panel { top: 94px; }
  .search-panel.is-open { max-height: 78px; }
  .search-panel > div { height: 76px; }
  .search-panel input { font-size: 15px; }
  .shop-hero-copy { min-height: 530px; padding: 62px 22px 48px; }
  .shop-hero-copy h1 { max-width: 340px; font-size: 54px; line-height: .96; }
  .shop-hero-copy > p { font-size: 13px; line-height: 1.7; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 28px; }
  .hero-store-stats { width: 100%; justify-content: space-between; gap: 14px; margin-top: 34px; }
  .hero-store-stats strong { font-size: 22px; }
  .shop-hero-visual { min-height: 430px; padding: 24px 16px 20px; }
  .showcase-ghost { left: 2%; top: 14%; font-size: 35vw; }
  .hero-product-stage { gap: 6px; padding: 48px 0 20px; }
  .hero-promo-product { border-radius: 13px; }
  .hero-promo-product:nth-child(1) { transform: rotate(-4deg) translateY(8px); }
  .hero-promo-product:nth-child(2) { transform: translateY(-7px); }
  .hero-promo-product:nth-child(3) { transform: rotate(4deg) translateY(8px); }
  .hero-promo-product img { height: 165px; padding: 5px; }
  .hero-promo-meta { min-height: 63px; padding: 10px 8px 11px; }
  .hero-promo-meta small { font-size: 6px; }
  .hero-promo-meta strong { font-size: 8px; }
  .hero-product-placeholder { height: 228px; }
  .showcase-footer { gap: 6px; font-size: 7px; }
  .brand-directory { padding-block: 70px 5px; }
  .brand-directory-heading { align-items: start; margin-bottom: 24px; }
  .brand-directory-heading h2 { font-size: 43px; }
  .brand-directory-heading > p { padding-top: 8px; }
  .brand-grid { gap: 18px 7px; }
  .brand-card-visual { aspect-ratio: 2.25 / 1; }
  .brand-card-meta { display: block; padding-top: 8px; }
  .brand-card-meta strong, .brand-card-meta small { display: block; }
  .brand-card-meta small { margin-top: 3px; }
  .catalog-section { padding-block: 75px; }
  .catalog-heading h2 { font-size: 52px; }
  .catalog-filter-controls { grid-template-columns: 1fr 1fr; }
  .catalog-filter-controls label, .catalog-filter-controls label:nth-child(3) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .catalog-filter-controls label:nth-child(even) { border-right: 0; }
  .catalog-filter-controls > button { grid-column: 1 / -1; min-height: 48px; }
  .catalog-filter-status { align-items: flex-start; flex-direction: column; gap: 8px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 8px; }
  .product-card-info h3 { font-size: 13px; }
  .hot-ranking { padding-block: 75px 80px; }
  .hot-ranking-heading { gap: 35px; margin-bottom: 32px; }
  .hot-ranking-heading h2 { font-size: 69px; }
  .hot-ranking-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .hot-product-info { min-height: 108px; padding: 12px; }
  .catalog-toolbar { display: block; overflow: hidden; }
  .category-filters { overflow-x: auto; padding-bottom: 12px; }
  .category-filters button { flex: 0 0 auto; }
  .catalog-toolbar label { justify-content: flex-end; padding-top: 10px; border-top: 1px solid var(--line); }
  .product-grid { gap: 34px 7px; }
  .product-card-info h3 { font-size: 15px; }
  .product-card-info p { font-size: 9px; }
  .product-card-price { gap: 5px; }
  .product-card-price strong { font-size: 14px; }
  .product-card-price span { display: none; }
  .quick-add { margin-top: 10px; }
  .product-badge { left: 8px; top: 8px; }
  .product-index { right: 8px; top: 10px; }
  .view-product { display: none; }
  .collection-banner { min-height: auto; }
  .collection-copy { min-height: 530px; padding: 70px 22px; }
  .collection-copy h2 { font-size: 50px; line-height: 1; }
  .collection-banner > img { height: 520px; }
  .brand-story { grid-template-columns: 1fr; gap: 35px; padding-block: 80px; }
  .brand-story > * { min-width: 0; }
  .brand-story h2 { max-width: 100%; font-size: clamp(42px, 13vw, 50px); overflow-wrap: anywhere; }
}
