: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; }
[hidden] { display: none !important; }
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; }

.entry-ad-open { overflow: hidden; }
.entry-advertisements { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 18px; background: rgba(8,8,8,.78); backdrop-filter: blur(7px); opacity: 0; visibility: hidden; transition: opacity .24s, visibility .24s; }
.entry-advertisements.is-open { opacity: 1; visibility: visible; }
.entry-ad-card { position: relative; width: min(520px, calc(100vw - 36px)); max-height: calc(100dvh - 36px); display: grid; grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: #f7f6f2; box-shadow: 0 32px 110px rgba(0,0,0,.5); transform: translateY(16px) scale(.985); transition: transform .24s; }
.entry-advertisements.is-open .entry-ad-card { transform: translateY(0) scale(1); }
.entry-ad-close { position: absolute; top: 10px; right: 10px; z-index: 4; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(10,10,10,.82); color: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.25); font-size: 28px; line-height: 1; cursor: pointer; }
.entry-ad-stage { min-height: 0; position: relative; display: grid; place-items: center; overflow: hidden; background: #eee; }
.entry-ad-slide { grid-area: 1 / 1; width: 100%; height: 100%; display: grid; place-items: center; margin: 0; opacity: 0; visibility: hidden; transform: translateX(12px); transition: opacity .22s, visibility .22s, transform .22s; }
.entry-ad-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); }
.entry-ad-slide img { display: block; width: 100%; height: 100%; max-height: calc(100dvh - 104px); object-fit: contain; background: #f7f6f2; }
.entry-ad-controls { min-height: 58px; display: grid; grid-template-columns: 42px auto 1fr 42px; align-items: center; gap: 10px; padding: 8px 12px; border-top: 1px solid #d7d4ca; background: #fff; }
.entry-ad-arrow { width: 42px; height: 42px; padding: 0; border: 1px solid #111; border-radius: 50%; background: #fff; color: #111; font-size: 19px; cursor: pointer; }
.entry-ad-arrow:hover { background: #111; color: #fff; }
.entry-ad-dots { display: flex; align-items: center; gap: 7px; }
.entry-ad-dot { width: 9px; height: 9px; padding: 0; border: 1px solid #111; border-radius: 50%; background: #fff; cursor: pointer; }
.entry-ad-dot.is-active { background: #111; }
.entry-ad-counter { justify-self: end; color: #68655f; font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.support-launcher { position: fixed; right: 24px; bottom: 24px; z-index: 900; font-family: var(--font-body); }
.support-launcher-button { width: 62px; min-width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 50%; background: #f47b28; color: #fff; box-shadow: 0 13px 38px rgba(41,25,13,.28); cursor: pointer; transition: transform .2s, box-shadow .2s; }
.support-launcher-button:hover { transform: translateY(-2px); box-shadow: 0 17px 42px rgba(41,25,13,.34); }
.support-launcher-button svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.support-launcher-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.support-launcher-panel { position: absolute; right: 0; bottom: 76px; width: min(365px, calc(100vw - 28px)); overflow: hidden; border: 1px solid #d7d2c8; border-radius: 18px; background: #fff; box-shadow: 0 26px 80px rgba(25,18,13,.28); opacity: 0; visibility: hidden; transform: translateY(12px) scale(.98); transform-origin: bottom right; transition: opacity .2s, visibility .2s, transform .2s; }
.support-launcher.is-open .support-launcher-panel { opacity: 1; visibility: visible; transform: none; }
.support-launcher-panel > header { height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px 0 20px; background: #f47b28; color: #fff; }
.support-launcher-panel > header span { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.support-launcher-panel > header i { width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background: #51bc5d; }
.support-launcher-panel > header button { width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: 25px; line-height: 1; cursor: pointer; }
.support-launcher-body { padding: 24px; }
.support-launcher-body > strong { display: block; font-size: 22px; line-height: 1.15; }
.support-launcher-body > p { margin: 9px 0 20px; color: #6f6c66; font-size: 12px; line-height: 1.65; }
.support-launcher-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 16px; border: 1px solid #d2cec4; }
.support-launcher-tabs button { min-height: 42px; border: 0; background: transparent; color: #6f6c66; font-size: 10px; font-weight: 900; cursor: pointer; }
.support-launcher-tabs button + button { border-left: 1px solid #d2cec4; }
.support-launcher-tabs button.is-active { background: #151515; color: #fff; }
.support-launcher-form { display: grid; gap: 12px; }
.support-launcher-form label { display: grid; gap: 6px; }
.support-launcher-form label span { font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.support-launcher-form input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid #cfcac0; border-radius: 0; background: #fff; color: #111; font: inherit; }
.support-launcher-form textarea { width: 100%; min-height: 78px; resize: vertical; padding: 11px 13px; border: 1px solid #cfcac0; border-radius: 0; background: #fff; color: #111; font: inherit; line-height: 1.5; }
.support-launcher-form input:focus, .support-launcher-form textarea:focus { outline: 2px solid rgba(244,123,40,.25); border-color: #f47b28; }
.support-launcher-form button { min-height: 48px; border: 0; background: #151515; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .08em; cursor: pointer; }
.support-launcher-form button:disabled { opacity: .5; cursor: wait; }
.support-launcher-form small { min-height: 30px; color: #777; font-size: 10px; line-height: 1.55; }
.support-launcher-form small[data-tone="error"] { color: #b12929; }

.announcement { height: 34px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 0 32px; background: var(--ink); color: #fff; font-size: 11px; letter-spacing: .08em; }
.announcement button { min-height: 28px; justify-self: end; padding: 0 13px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: .06em; transition: background .2s, color .2s; }
.announcement button:hover, .announcement button:focus-visible { background: #fff; color: #111; outline: none; }
.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: clamp(18px, 2.2vw, 34px); 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; }
.desktop-nav a.is-active::after { right: 0; }
.mobile-primary-nav { display: none; }
.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: visible; overflow-wrap: anywhere; white-space: normal; text-overflow: clip; }
.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(auto-fit, minmax(72px, 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; }
.price-row .approx-cny { color: #625f59; font-size: 15px; font-weight: 750; white-space: nowrap; }
.tax-note { margin: 6px 0 22px; color: #888782; font-size: 11px; }
.assurance-row { display: grid; grid-template-columns: repeat(2, 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; }
.purchase-mode { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 4px; }
.purchase-mode button { min-height: 48px; padding: 10px 14px; border: 1px solid var(--line); background: #fff; color: var(--ink); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.purchase-mode button.is-selected { border: 2px solid var(--ink); padding: 9px 13px; background: var(--ink); color: #fff; }
.bundle-builder { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.bundle-builder[hidden], [data-standard-selectors][hidden] { display: none; }
.bundle-builder .variant-selector:first-child { grid-column: 1 / -1; }
.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: 10px; font-weight: 800; letter-spacing: .1em; }
.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: 11px; }

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: 10px; letter-spacing: .06em; }

.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; visibility: hidden; pointer-events: none; background: var(--paper); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1), visibility 0s linear .35s; }
.cart-drawer.is-open { visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
.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: 10px; }
.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; }
  .mobile-primary-nav { min-height: 46px; position: sticky; top: 78px; z-index: 49; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
  .mobile-primary-nav a { min-width: 0; display: grid; place-items: center; padding: 0 5px; border-right: 1px solid var(--line); font-size: clamp(9px, 2.75vw, 11px); font-weight: 800; line-height: 1.15; text-align: center; white-space: normal; overflow-wrap: anywhere; }
  .mobile-primary-nav a:last-child { border-right: 0; }
  .mobile-primary-nav a.is-active { background: #111; color: #fff; }
  .search-panel { top: 158px; }
  .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; }
  .entry-advertisements { padding: 10px; }
  .entry-ad-card { width: min(92vw, 450px); max-height: calc(100dvh - 20px); border-radius: 16px; }
  .entry-ad-close { top: 8px; right: 8px; width: 40px; height: 40px; }
  .entry-ad-slide img { max-height: calc(100dvh - 82px); }
  .entry-ad-controls { min-height: 54px; grid-template-columns: 38px auto 1fr 38px; gap: 8px; padding: 7px 10px; }
  .entry-ad-arrow { width: 38px; height: 38px; }
  .support-launcher { right: 14px; bottom: 14px; }
  .support-launcher-button { width: 56px; min-width: 56px; height: 56px; padding: 0; border-radius: 50%; }
  .support-launcher-button svg { width: 27px; height: 27px; }
  .support-launcher-panel { bottom: 68px; width: min(350px, calc(100vw - 28px)); max-height: calc(100vh - 100px); overflow-y: auto; }
  .support-launcher-body { padding: 21px 18px; }
  .announcement { height: 38px; display: flex; justify-content: space-between; padding-inline: 12px; font-size: 10px; }
  .announcement button { min-height: 30px; padding-inline: 12px; font-size: 12px; }
  .site-header { height: 64px; grid-template-columns: minmax(0, 1fr) auto; padding-inline: 12px; }
  .mobile-primary-nav { min-height: 44px; top: 64px; }
  .mobile-primary-nav a { font-size: 10px; }
  .official-logo-link { width: 138px; }
  .header-actions { gap: 0; }
  .header-actions .icon-button { width: 38px; height: 38px; }
  .header-actions .icon-button svg { width: 20px; }
  .breadcrumbs { padding-top: 18px; overflow: visible; white-space: normal; }
  .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-page .gallery-thumbs { padding-right: 58px; }
  .product-kicker { font-size: 10px; line-height: 1.45; }
  .product-kicker span:last-child { display: none; }
  .product-info h1 { margin: 18px 0 10px; font-size: clamp(25px, 7.2vw, 30px); line-height: 1.1; letter-spacing: -.025em; }
  .product-info h1 span { margin-top: 6px; font-size: .36em; line-height: 1.35; }
  .product-subtitle { margin-bottom: 22px; font-size: 12px; line-height: 1.65; }
  .price-row .price { font-size: clamp(27px, 8vw, 34px); }
  .price-row .approx-cny { font-size: 14px; }
  .assurance-row { gap: 4px; }
  .assurance-row span { flex-direction: column; text-align: center; }
  .flavor-options { grid-template-columns: 1fr; }
  .purchase-mode, .bundle-builder { grid-template-columns: 1fr; }
  .bundle-builder .variant-selector:first-child { grid-column: auto; }
  .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 article { min-width: 0; padding-left: 14px; }
  .stats strong { min-width: 0; font-size: clamp(30px, 11vw, 44px); overflow-wrap: anywhere; }
  .stats span, .stats > small { overflow-wrap: anywhere; }
  .feature-split { padding-block: 70px; }
  .feature-copy h2 { max-width: 100%; font-size: clamp(37px, 12vw, 52px); line-height: .98; overflow-wrap: anywhere; }
  .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: 10px; }
  .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 { min-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 calc(10px + env(safe-area-inset-bottom)); 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: 10px; 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; }
  .product-page .support-launcher { right: 10px; bottom: calc(82px + env(safe-area-inset-bottom)); }
  .product-page .support-launcher-button { width: 50px; min-width: 50px; height: 50px; }
  .product-page .support-launcher-panel { max-height: calc(100vh - 180px - env(safe-area-inset-bottom)); }
  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 ease, box-shadow .3s ease; }
.search-panel.is-open { max-height: min(470px, calc(100vh - 124px)); visibility: visible; pointer-events: auto; border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(0,0,0,.13); }
.search-panel-inner { padding-block: 18px 22px; }
.search-form { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 14px; }
.search-form input { width: 100%; min-width: 0; padding: 13px 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; font-size: 20px; }
.search-form button { min-height: 42px; padding: 0 16px; border: 0; cursor: pointer; font-size: 11px; font-weight: 800; }
.search-submit { background: var(--ink); color: #fff; }
.search-close { background: transparent; color: var(--muted); }
.search-suggestions { max-height: 330px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 14px; overflow-y: auto; background: var(--line); }
.search-suggestions:empty { display: none; }
.search-suggestion { min-width: 0; display: grid; grid-template-columns: 62px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 9px 13px; background: #fff; }
.search-suggestion:hover { background: #f4f3ee; }
.search-suggestion img { width: 62px; height: 62px; object-fit: contain; background: #f7f7f4; }
.search-suggestion span { min-width: 0; }
.search-suggestion small, .search-suggestion strong { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.search-suggestion small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.search-suggestion strong { margin-top: 5px; font-size: 11px; }
.search-suggestion b { font-size: 11px; white-space: nowrap; }
.search-empty { grid-column: 1 / -1; margin: 0; padding: 22px; background: #fff; color: var(--muted); text-align: center; font-size: 12px; }
.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(58px, 5.8vw, 96px); font-weight: 800; line-height: 1.02; letter-spacing: -.04em; }
.shop-hero-copy h1 span { display: block; }
.shop-hero-copy h1 span + span { margin-top: .12em; }
html[lang="zh-CN"] .shop-hero-copy h1, html[lang="zh-HK"] .shop-hero-copy h1 { line-height: 1.08; letter-spacing: -.025em; }
.shop-hero-copy > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.8; }
.shop-hero-copy > .accepted-payment-copy { color: #fff; font-size: clamp(18px, 1.5vw, 24px); font-weight: 850; letter-spacing: .01em; }
.hero-payment-logos { width: fit-content; max-width: 100%; display: flex; align-items: center; gap: 10px; margin-top: 14px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 12px; background: #fff; color: #111; box-shadow: 0 10px 28px rgba(119,44,6,.18); }
.hero-payment-logo { flex: 0 0 112px; width: 112px; height: 38px; min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 6px; white-space: nowrap; }
.hero-payment-logo img { flex: 0 0 auto; display: block; object-fit: contain; }
.hero-payment-logo span { display: block; }
.hero-payment-logo b, .hero-payment-logo small { display: block; line-height: 1; }
.hero-payment-logo small { margin-top: 3px; font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.hero-payment-logo.is-alipay img { width: 31px; height: 31px; }
.hero-payment-logo.is-alipay b { font-size: 13px; }
.hero-payment-logo.is-alipay small { color: #1677ff; }
.hero-payment-logo.is-wechat img { width: 31px; height: 29px; }
.hero-payment-logo.is-wechat b { color: #20a957; font-size: 13px; }
.hero-payment-logo.is-wechat small { color: #20a957; }
.hero-payment-logo.is-visa img { width: 82px; height: 28px; }
.hero-payment-logo.is-paypal { gap: 3px; }
.hero-payment-logo.is-paypal img { width: 26px; height: 29px; }
.hero-payment-logo.is-paypal b { color: #003087; font-family: Arial, sans-serif; font-size: 18px; letter-spacing: -.06em; }
.hero-payment-logo.is-paypal b span { display: inline; color: #0070ba; }
.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; }
.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: 10px; font-weight: 900; letter-spacing: .08em; }
.hero-promo-meta strong { display: block; margin-top: 6px; overflow: visible; overflow-wrap: anywhere; font-size: 11px; line-height: 1.42; }
.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: 10px; font-weight: 900; letter-spacing: .06em; }
@keyframes hero-shimmer { to { background-position: -150% 0; } }
.store-assurance-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--line); background: #fff; }
.store-assurance-strip article { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 138px; padding: 24px; border-right: 1px solid var(--line); }
.store-assurance-strip article:last-child { border-right: 0; }
.store-assurance-icon { flex: 0 0 auto; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: #f47b28; color: #fff; }
.store-assurance-icon svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.store-assurance-strip strong, .store-assurance-strip small { display: block; }
.store-assurance-strip strong { font-size: 15px; }
.store-assurance-strip small { margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.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: 10px; letter-spacing: .04em; }
.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: 10px; font-weight: 800; letter-spacing: .06em; 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: 10px; }
.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; height: 100%; position: relative; display: flex; flex-direction: column; padding-bottom: 42px; }
.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: 10px; font-weight: 900; }
.product-index { position: absolute; right: 9px; top: 10px; z-index: 3; color: rgba(0,0,0,.45); font-size: 10px; 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: 10px; font-weight: 800; transition: bottom .3s; }
.product-card:hover .view-product { bottom: 9px; }
.product-card-info { min-height: 0; display: flex; flex-direction: column; padding-top: 12px; }
.product-card-info > a:first-child { display: flex; min-width: 0; flex-direction: column; align-items: stretch; overflow-wrap: anywhere; }
.product-card-info small { color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.35; letter-spacing: .05em; }
.product-card-info > a:first-child > small { display: block; overflow: visible; }
.product-card-info h3 { min-height: 0; margin: 6px 0 0; overflow: visible; font-size: 14px; line-height: 1.38; letter-spacing: 0; }
.product-card-info p { margin: 6px 0 0; overflow: visible; color: var(--muted); font-size: 10px; line-height: 1.45; white-space: normal; text-overflow: clip; }
.product-card-price { min-height: 48px; display: flex; flex-wrap: wrap; align-content: flex-start; align-items: center; gap: 4px 6px; margin-top: 10px; }
.product-card-price strong { font-size: 12px; white-space: nowrap; }
.product-card-price .approx-cny { color: #67635d; font-size: 12px; font-weight: 700; white-space: nowrap; }
.quick-add { width: 100%; min-height: 40px; position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; margin: 0; padding: 9px 0; border: 0; border-top: 1px solid var(--line); background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; transition: padding .2s, background .2s; }

.catalog-load-more { display: flex; justify-content: center; margin-top: 44px; }
.catalog-load-more button { min-width: 220px; min-height: 50px; border: 1px solid #111; background: #111; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .06em; cursor: pointer; }
.catalog-load-more button:hover { background: var(--accent); color: #111; }
.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 { 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(64px, 7vw, 108px); font-weight: 900; line-height: 1; letter-spacing: -.045em; }
.hot-ranking-heading h2 span { display: block; }
.hot-ranking-heading h2 span + span { margin-top: .12em; letter-spacing: -.035em; }
html[lang="zh-CN"] .hot-ranking-heading h2, html[lang="zh-HK"] .hot-ranking-heading h2 { letter-spacing: -.025em; }
.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: 10px; font-weight: 900; letter-spacing: .12em; }
.hot-product-info strong { display: block; margin-top: 7px; overflow: visible; overflow-wrap: anywhere; font-size: 11px; line-height: 1.45; }
.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; }
  .store-assurance-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-assurance-strip article:nth-child(2) { border-right: 0; }
  .store-assurance-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .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: 146px; }
  .search-panel.is-open { max-height: min(520px, calc(100vh - 100px)); }
  .search-panel-inner { padding-block: 12px 16px; }
  .search-form { grid-template-columns: minmax(0, 1fr) auto auto; gap: 5px; }
  .search-form input { padding: 11px 0; font-size: 16px; }
  .search-form button { min-height: 40px; padding-inline: 9px; font-size: 10px; }
  .search-suggestions { max-height: min(390px, calc(100vh - 180px)); grid-template-columns: 1fr; margin-top: 10px; }
  .search-suggestion { grid-template-columns: 52px minmax(0, 1fr) auto; gap: 10px; padding: 8px 9px; }
  .search-suggestion img { width: 52px; height: 52px; }
  .shop-hero-copy { min-height: 440px; padding: 52px 22px 42px; }
  .shop-hero-copy h1 { max-width: 340px; font-size: clamp(46px, 14vw, 54px); line-height: 1.08; letter-spacing: -.025em; }
  .shop-hero-copy > p { font-size: 13px; line-height: 1.7; }
  .hero-payment-logos { width: 100%; justify-content: space-between; gap: 4px; margin-top: 11px; padding: 10px 8px; border-radius: 10px; }
  .hero-payment-logo { flex: 1 1 0; width: auto; height: 30px; gap: 4px; }
  .hero-payment-logo.is-alipay img { width: 23px; height: 23px; }
  .hero-payment-logo.is-wechat img { width: 25px; height: 23px; }
  .hero-payment-logo.is-alipay b, .hero-payment-logo.is-wechat b { font-size: 10px; }
  .hero-payment-logo small { display: none; }
  .hero-payment-logo.is-visa img { width: 57px; height: 20px; }
  .hero-payment-logo.is-paypal img { width: 20px; height: 22px; }
  .hero-payment-logo.is-paypal b { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 28px; }
  .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: 10px; }
  .hero-promo-meta strong { font-size: 10px; }
  .hero-product-placeholder { height: 228px; }
  .showcase-footer { gap: 6px; font-size: 10px; }
  .store-assurance-strip article { justify-content: flex-start; gap: 12px; min-height: 108px; padding: 17px 14px; }
  .store-assurance-icon { width: 48px; height: 48px; }
  .store-assurance-icon svg { width: 27px; height: 27px; }
  .store-assurance-strip strong { font-size: 12px; }
  .store-assurance-strip small { font-size: 10px; }
  .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: clamp(52px, 17vw, 64px); line-height: 1; }
  .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: 10px; }
  .product-card-price { gap: 5px; }
  .product-card-price strong { font-size: 14px; }
  .product-card-price .approx-cny { display: inline; min-width: 0; font-size: 12px; white-space: normal; overflow-wrap: anywhere; }
  .product-card-price strong { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
  .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; }
}

@media (max-width: 480px) {
  .brand-directory-heading, .catalog-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .brand-directory-heading > p, .catalog-heading > p { margin: 0; padding-top: 0; }
}

@media (max-width: 360px) {
  .brand-directory-heading, .catalog-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .brand-directory-heading h2 { font-size: 37px; }
  .catalog-heading h2 { font-size: 44px; }
  .brand-directory-heading > p, .catalog-heading > p { margin: 0; padding-top: 0; }
  .mobile-primary-nav a { padding-inline: 3px; font-size: 8.5px; letter-spacing: -.02em; }
  .product-card-price strong { font-size: 12px; }
}

/* Official store pickup */
.pickup-page { background: var(--paper); }
.pickup-hero { padding: 88px 0; background: #111; color: #fff; }
.pickup-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 8vw; align-items: center; }
.pickup-hero h1 { margin: 14px 0 20px; font-family: var(--font-display); font-size: clamp(58px, 8vw, 112px); line-height: .9; letter-spacing: -.06em; }
.pickup-hero p { max-width: 650px; margin: 0; color: #bbb; font-size: 15px; line-height: 1.85; }
.wevape-store-mark { min-height: 285px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 34px; border: 1px solid #454545; background: linear-gradient(145deg,#1d1d1d,#090909); text-align: center; }
.wevape-store-mark small { color: #a6a6a6; font-size: 9px; font-weight: 900; letter-spacing: .22em; }
.wevape-store-mark strong { margin: 25px 0 12px; font: 900 clamp(44px,5vw,72px)/1 var(--font-display); letter-spacing: -.06em; }
.wevape-store-mark strong span { color: #f0bb12; }
.wevape-store-mark b { padding: 9px 19px; background: #f0bb12; color: #111; font-size: 12px; letter-spacing: .14em; }
.pickup-locations { padding-block: 90px; }
.pickup-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.pickup-section-heading h2 { margin: 10px 0 0; font-family: var(--font-display); font-size: clamp(38px,5vw,68px); letter-spacing: -.05em; }
.pickup-section-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.pickup-store-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.pickup-store-card { position: relative; padding: 38px; border: 1px solid var(--line); background: #fff; }
.pickup-store-number { position: absolute; right: 30px; top: 30px; color: #ddd; font: 900 54px/1 var(--font-display); }
.official-store-badge { display: inline-flex; padding: 8px 11px; background: #111; color: #f0bb12; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.pickup-store-card h3 { margin: 55px 0 5px; font-size: clamp(28px,3vw,42px); letter-spacing: -.04em; }
.pickup-store-region { margin: 0 0 32px; color: var(--muted); font-size: 16px; }
.pickup-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pickup-method { min-height: 104px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; padding: 17px; border: 1px solid #111; background: #fff; color: #111; text-align: left; cursor: pointer; }
.pickup-method.is-online { background: var(--accent); }
.pickup-method:hover { box-shadow: inset 0 0 0 2px #111; }
.pickup-method.is-selected { box-shadow: inset 0 0 0 3px #111; }
.pickup-method strong { font-size: 13px; }
.pickup-method small { color: #65635e; font-size: 10px; line-height: 1.55; }
.pickup-products { margin-top: 82px; padding-top: 82px; border-top: 1px solid var(--line); scroll-margin-top: 96px; }
.pickup-selection-summary { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 15px; align-items: center; margin-bottom: 30px; padding: 18px 20px; border: 1px solid var(--line); background: #ecebe5; }
.pickup-selection-summary > span { width: 46px; height: 46px; display: grid; place-items: center; background: #111; color: #fff; font-size: 13px; font-weight: 900; }
.pickup-selection-summary div { display: grid; gap: 5px; }
.pickup-selection-summary strong { font-size: 14px; }
.pickup-selection-summary small { color: var(--muted); font-size: 11px; line-height: 1.55; }
.pickup-selection-summary.is-selected { border-color: #111; background: #f5ffda; }
.pickup-selection-summary.is-selected > span { background: var(--accent); color: #111; }
.pickup-product-grid { grid-template-columns: repeat(6,minmax(0,1fr)); }
.pickup-products-loading { grid-column: 1 / -1; margin: 0; padding: 52px 20px; border: 1px dashed #bbb; color: var(--muted); text-align: center; }
.pickup-products-empty { margin: 0; padding: 34px 20px; border: 1px dashed #bbb; color: var(--muted); text-align: center; }
.pickup-product-action { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding: 10px 12px; border: 1px solid #111; color: #111; font-size: 10px; font-weight: 900; }
.pickup-product-action:hover { background: #111; color: #fff; }
.pickup-product-action.is-disabled { border-color: #c8c5bf; background: #ecebe5; color: #8a8781; cursor: not-allowed; }
.pickup-section-heading.is-coming { margin-top: 76px; }
.coming-soon-pill { padding: 9px 15px; border: 1px solid #999; color: #777; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.pickup-coming-card { padding: 38px; border: 1px dashed #bbb; background: #ecebe5; color: #777; }
.pickup-coming-card strong { font-size: 16px; letter-spacing: .1em; }
.pickup-coming-card p { margin: 10px 0 0; font-size: 12px; line-height: 1.7; }
.pickup-flow { padding: 80px 0 90px; background: #e87a31; }
.pickup-flow ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; border: 1px solid rgba(0,0,0,.2); }
.pickup-flow li { min-height: 180px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 30px; border-right: 1px solid rgba(0,0,0,.2); }
.pickup-flow li:last-child { border-right: 0; }
.pickup-flow li b { font-size: 11px; letter-spacing: .15em; }
.pickup-flow li strong { font-size: 20px; }
.pickup-flow li span { font-size: 12px; }

@media (max-width: 980px) {
  .pickup-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .wevape-store-mark { min-height: 220px; }
  .pickup-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .pickup-hero { padding: 58px 0; }
  .pickup-hero h1 { font-size: 58px; }
  .pickup-store-grid, .pickup-flow ol { grid-template-columns: 1fr; }
  .pickup-store-card { padding: 26px 20px; }
  .pickup-store-number { right: 18px; top: 22px; font-size: 44px; }
  .pickup-methods { grid-template-columns: 1fr; }
  .pickup-section-heading { align-items: flex-start; flex-direction: column; }
  .pickup-products { margin-top: 58px; padding-top: 58px; }
  .pickup-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 8px; }
  .pickup-selection-summary { grid-template-columns: 38px minmax(0,1fr); padding: 14px; }
  .pickup-selection-summary > span { width: 38px; height: 38px; }
  .pickup-flow li { min-height: 132px; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.2); }
  .pickup-flow li:last-child { border-bottom: 0; }
}

/* About */
.about-page { background: var(--paper); }
.about-hero { min-height: 430px; display: grid; align-items: center; padding: 70px 0; background: linear-gradient(120deg, #171717 0%, #34241d 55%, #e87a31 100%); color: #fff; }
.about-hero .page-width { text-align: left; }
.about-hero h1 { max-width: none; margin: 18px 0 0; font-family: var(--font-display); font-size: clamp(26px, 6.7vw, 96px); line-height: .9; letter-spacing: -.055em; }
html[lang="zh-CN"] .about-hero h1 { white-space: nowrap; }
.about-store { padding-block: 90px; }
.about-section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px 40px; margin-bottom: 34px; }
.about-section-heading .eyebrow { grid-column: 1 / -1; }
.about-section-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(42px, 5vw, 72px); letter-spacing: -.045em; }
.about-section-heading p { max-width: 430px; margin: 0 0 8px; color: var(--muted); }
.about-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 285px; gap: 14px; }
.about-photo-card { position: relative; min-width: 0; height: 100%; margin: 0; overflow: hidden; background: #d8d4ca; }
.about-photo-card.is-featured { grid-column: span 2; }
.about-photo-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.about-photo-card.is-portrait img { object-position: center 47%; }
.about-photo-card:hover img { transform: scale(1.025); }
.about-photo-card figcaption { position: absolute; inset: auto 0 0; padding: 34px 18px 16px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.72)); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.about-principles { padding-bottom: 110px; }
.about-principles article { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 34px; padding: 54px 0; border-top: 1px solid var(--line); }
.about-principles article:last-child { border-bottom: 1px solid var(--line); }
.about-index { color: #e87832; font-weight: 800; }
.about-principles h2 { margin: 0 0 18px; font-family: var(--font-display); font-size: clamp(32px, 4vw, 56px); letter-spacing: -.035em; }
.about-principles p { max-width: 920px; margin: 0; color: #4a4844; font-size: 18px; line-height: 1.9; }
@media (max-width: 760px) {
  .about-hero { min-height: 340px; padding: 54px 0; }
  .about-store { padding-block: 58px; }
  .about-section-heading { grid-template-columns: 1fr; }
  .about-photo-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 10px; }
  .about-photo-card, .about-photo-card.is-featured { grid-column: auto; height: auto; aspect-ratio: 4 / 3; }
  .about-photo-card.is-portrait { aspect-ratio: 4 / 5; }
  .about-photo-card figcaption { padding: 30px 14px 13px; }
  .about-principles article { grid-template-columns: 45px minmax(0, 1fr); gap: 16px; padding: 38px 0; }
  .about-principles p { font-size: 16px; }
}

/* Official authenticity verification */
.verify-page { min-height: 70vh; }
.verify-hero { min-height: 390px; display: flex; align-items: center; padding: 70px 0; background: linear-gradient(120deg, #151311 0%, #33241b 62%, #e87832 160%); color: #fff; }
.verify-hero h1 { margin: 16px 0 18px; font-family: var(--font-display); font-size: clamp(58px, 8vw, 122px); line-height: .9; letter-spacing: -.07em; }
.verify-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.8; }
.verify-content { padding-block: 88px 110px; }
.verify-intro { max-width: 800px; margin-bottom: 42px; }
.verify-intro h2 { margin: 13px 0 16px; font-family: var(--font-display); font-size: clamp(36px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.verify-intro p { margin: 0; color: #5f5c57; font-size: 16px; line-height: 1.85; }
.verify-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.verify-card { min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid #dedbd2; }
.verify-card-icon { min-height: 230px; display: grid; place-items: center; background: #efece4; color: #151515; }
.verify-card-icon.is-uk { background: #e4e9ef; color: #243d5a; }
.verify-card-icon.is-zgar { background: #f0ddcc; color: #e87832; }
.verify-card-icon svg { width: 92px; height: 92px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.verify-card-copy { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; }
.verify-card-copy > span { color: #8b5b37; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.verify-card-copy h3 { margin: 13px 0; font-family: var(--font-display); font-size: 26px; line-height: 1.12; letter-spacing: -.03em; }
.verify-card-copy p { flex: 1; margin: 0 0 26px; color: #66625d; font-size: 13px; line-height: 1.8; }
.verify-link { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 16px 18px; background: #151515; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .04em; transition: background .2s, color .2s; }
.verify-link:hover, .verify-link:focus-visible { background: #e87832; color: #111; outline: none; }
.verify-link span { font-size: 17px; }
.verify-card-copy small { margin-top: 13px; color: #8a8781; font-size: 10px; }
.verify-notice { display: grid; grid-template-columns: minmax(160px, .4fr) minmax(0, 1.6fr); gap: 40px; margin-top: 18px; padding: 35px 38px; border: 1px solid #c8c4bb; background: transparent; }
.verify-notice > strong { font-family: var(--font-display); font-size: 26px; }
.verify-notice p { margin: 0 0 10px; color: #55514b; font-size: 13px; line-height: 1.75; }
.verify-notice p:last-child { margin-bottom: 0; }
@media (max-width: 980px) {
  .verify-grid { grid-template-columns: 1fr; }
  .verify-card { display: grid; grid-template-columns: minmax(210px, .45fr) minmax(0, 1fr); }
  .verify-card-icon { min-height: 100%; }
}
@media (max-width: 620px) {
  .verify-hero { min-height: 310px; padding: 48px 0; }
  .verify-hero h1 { font-size: clamp(46px, 14vw, 62px); overflow-wrap: anywhere; }
  .verify-hero p { font-size: 14px; }
  .verify-content { padding-block: 55px 76px; }
  .verify-intro h2 { font-size: 39px; }
  .verify-intro p { font-size: 14px; }
  .verify-card { display: flex; }
  .verify-card-icon { min-height: 170px; }
  .verify-card-copy { padding: 25px 22px; }
  .verify-notice { grid-template-columns: 1fr; gap: 18px; padding: 28px 22px; }
}

/* Typography rhythm guard
   Display type used to be packed with sub-1 line heights and negative tracking.
   That treatment makes long product names collide when they wrap, especially
   for Chinese and mixed Chinese/Latin copy. Keep every customer-facing heading
   readable in English, Simplified Chinese and Traditional Chinese. */
:root {
  --display-line-height: 1.08;
  --display-letter-spacing: 0em;
}

html[lang="zh-CN"],
html[lang="zh-HK"] {
  --display-line-height: 1.16;
  --display-letter-spacing: 0em;
}

:is(
  .age-card h1,
  .product-info h1,
  .story-copy h2,
  .feature-copy h2,
  .control-grid h2,
  .section-heading h2,
  .spec-copy h2,
  .newsletter h2,
  .shop-hero-copy h1,
  .brand-directory-heading h2,
  .catalog-heading h2,
  .hot-ranking-heading h2,
  .collection-copy h2,
  .brand-story h2,
  .pickup-hero h1,
  .wevape-store-mark strong,
  .pickup-section-heading h2,
  .pickup-store-card h3,
  .about-hero h1,
  .about-section-heading h2,
  .about-principles h2,
  .verify-hero h1,
  .verify-intro h2,
  .verify-card-copy h3
) {
  line-height: var(--display-line-height);
  letter-spacing: var(--display-letter-spacing);
}

html[lang="zh-CN"] :is(
  .age-card h1,
  .product-info h1,
  .story-copy h2,
  .feature-copy h2,
  .control-grid h2,
  .section-heading h2,
  .spec-copy h2,
  .newsletter h2,
  .shop-hero-copy h1,
  .brand-directory-heading h2,
  .catalog-heading h2,
  .hot-ranking-heading h2,
  .collection-copy h2,
  .brand-story h2,
  .pickup-hero h1,
  .wevape-store-mark strong,
  .pickup-section-heading h2,
  .pickup-store-card h3,
  .about-hero h1,
  .about-section-heading h2,
  .about-principles h2,
  .verify-hero h1,
  .verify-intro h2,
  .verify-card-copy h3
),
html[lang="zh-HK"] :is(
  .age-card h1,
  .product-info h1,
  .story-copy h2,
  .feature-copy h2,
  .control-grid h2,
  .section-heading h2,
  .spec-copy h2,
  .newsletter h2,
  .shop-hero-copy h1,
  .brand-directory-heading h2,
  .catalog-heading h2,
  .hot-ranking-heading h2,
  .collection-copy h2,
  .brand-story h2,
  .pickup-hero h1,
  .wevape-store-mark strong,
  .pickup-section-heading h2,
  .pickup-store-card h3,
  .about-hero h1,
  .about-section-heading h2,
  .about-principles h2,
  .verify-hero h1,
  .verify-intro h2,
  .verify-card-copy h3
) {
  line-height: 1.16;
  letter-spacing: 0;
}

.story-copy h2 > span,
.story-copy h2.is-long-title > span {
  line-height: inherit;
  letter-spacing: inherit;
}

.story-copy h2 > small {
  line-height: 1.25;
  letter-spacing: .04em;
}

.product-card-info h3,
.flavor-grid h3 {
  line-height: 1.38;
  letter-spacing: 0;
}
