:root {
  --ink: #171712;
  --muted: #74736d;
  --paper: #f5f3ed;
  --white: #fbfaf6;
  --line: #d9d6cd;
  --accent: #f05a28;
  --acid: #dbea55;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.announcement { height: 32px; background: var(--acid); display: flex; align-items: center; justify-content: center; gap: 22px; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.announcement__divider { width: 3px; height: 3px; border-radius: 50%; background: var(--ink); }
.site-header { height: 78px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(245,243,237,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 0; width: max-content; font: 700 21px/1 var(--display); letter-spacing: -.055em; }
.brand > span:last-child > span { color: var(--accent); }
.brand__logo-frame { position: relative; width: 152px; height: 28px; flex: 0 0 auto; overflow: hidden; }
.brand__logo { position: absolute; left: -8px; top: -109px; width: 169px; height: 169px; max-width: none; object-fit: cover; mix-blend-mode: multiply; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 42px); font-size: 12px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 30px 0; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 20px; background: var(--accent); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav .nav-sale { color: var(--accent); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 6px; }
.locale-controls { height: 34px; margin-right: 7px; padding: 0 3px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.58); }
.locale-controls label { position: relative; display: flex; }
.locale-controls label::after { content: "⌄"; position: absolute; right: 5px; top: 50%; transform: translateY(-55%); font-size: 8px; pointer-events: none; }
.locale-controls select { height: 28px; padding: 0 15px 0 8px; border: 0; outline: 0; appearance: none; -webkit-appearance: none; color: var(--ink); background-color: transparent; font-size: 9px; font-weight: 700; cursor: pointer; }
.locale-controls select[data-locale-language] { width: 49px; }
.locale-controls select[data-locale-currency] { width: 59px; }
.locale-controls select:focus-visible { border-radius: 999px; box-shadow: 0 0 0 2px var(--accent); }
.icon-btn, .menu-button, .close-btn { border: 0; background: transparent; cursor: pointer; }
.icon-btn { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; position: relative; transition: background .2s; }
.icon-btn:hover { background: #e8e5dd; }
.icon-btn svg, .search-panel svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.account-link svg { fill: none; stroke: currentColor; stroke-width: 1.6; }

/* Verified buyer reviews and customer accounts */
.product-reviews { padding: 82px 0 96px; border-top: 1px solid var(--line); }
.product-reviews[hidden] { display: none; }
.product-reviews__heading { margin-bottom: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.product-reviews__heading h2 { margin: 8px 0 0; font: 650 clamp(42px, 5vw, 68px)/.92 var(--display); letter-spacing: -.06em; }
.review-summary { text-align: right; }
.review-summary > strong { display: flex; align-items: center; justify-content: flex-end; gap: 9px; font: 650 24px var(--display); }
.review-summary > span { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; }
.review-stars-display { color: #f2a900; font-size: .7em; letter-spacing: .04em; }
.review-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr); gap: 22px; align-items: start; }
.review-list { display: grid; gap: 12px; }
.review-empty, .review-card, .review-compose { padding: clamp(24px, 3vw, 38px); border-radius: 25px; background: #f5f5f7; }
.review-empty { min-height: 230px; display: grid; place-content: center; text-align: center; }
.review-empty strong { font: 650 22px var(--display); }
.review-empty p { max-width: 420px; margin: 10px auto 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.review-card > div:first-child { display: flex; justify-content: space-between; gap: 18px; }
.review-card > div:first-child div { display: flex; flex-direction: column; gap: 4px; }
.review-card > div:first-child strong { font-size: 14px; }
.review-card > div:first-child span, .review-card time { color: var(--muted); font-size: 10px; }
.review-card > .review-stars-display { display: block; margin-top: 18px; font-size: 17px; }
.review-card > p { margin: 14px 0 0; color: #424245; font-size: 13px; line-height: 1.7; white-space: pre-wrap; }
.review-media { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.review-media img, .review-media video { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 13px; background: #ddd; }
.review-compose { position: sticky; top: 70px; background: #fff; box-shadow: 0 15px 45px rgba(0,0,0,.07); }
.review-compose h3 { margin: 8px 0 12px; font: 650 27px/1 var(--display); letter-spacing: -.04em; }
.review-compose > p:not(.overline) { margin: 0 0 22px; color: var(--muted); font-size: 11px; line-height: 1.6; }
#reviewSignedOut { display: grid; gap: 10px; text-align: center; }
#reviewSignedOut[hidden], #reviewNotEligible[hidden], #reviewExisting[hidden], #reviewForm[hidden] { display: none; }
#reviewSignedOut small, #reviewForm > small { color: var(--muted); font-size: 9px; line-height: 1.5; }
#reviewNotEligible, #reviewExisting { padding: 18px; border-radius: 15px; background: #f5f5f7; }
#reviewNotEligible strong, #reviewExisting strong { font-size: 13px; }
#reviewNotEligible p, #reviewExisting p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.review-stars { margin: 0 0 20px; padding: 0; border: 0; }
.review-stars legend { margin-bottom: 8px; color: #424245; font-size: 11px; font-weight: 600; }
.review-stars > div { width: max-content; display: flex; flex-direction: row-reverse; }
.review-stars input { position: absolute; opacity: 0; pointer-events: none; }
.review-stars label { min-width: 38px; min-height: 42px; display: grid; place-items: center; color: #d2d2d7; cursor: pointer; font-size: 31px; transition: color .15s, transform .15s; }
.review-stars label:hover, .review-stars label:hover ~ label, .review-stars input:checked ~ label { color: #f2a900; }
.review-stars input:focus-visible + label { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 6px; }
.review-comment, .review-upload { display: flex; flex-direction: column; gap: 8px; color: #424245; font-size: 11px; font-weight: 600; }
.review-comment > span { color: var(--muted); font-weight: 400; }
.review-comment textarea { width: 100%; padding: 13px; border: 1px solid #d2d2d7; border-radius: 12px; resize: vertical; font: 13px/1.55 var(--body); }
.review-comment textarea:focus, .review-upload input:focus { border-color: var(--accent); outline: 0; box-shadow: 0 0 0 3px rgba(0,102,204,.12); }
.review-progress { margin: 8px 0 18px; display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 9px; }
.review-progress strong { color: #1a7f37; }
.review-upload input { padding: 11px; border: 1px dashed #b8b8bd; border-radius: 11px; background: #fafafa; font-size: 10px; }
.review-upload small { color: var(--muted); font-size: 9px; font-weight: 400; line-height: 1.5; }
.review-file-list { margin-top: 8px; overflow-wrap: anywhere; color: var(--muted); font-size: 9px; line-height: 1.5; }
.review-form-message { min-height: 18px; margin: 13px 0 7px; color: #b42318; font-size: 10px; line-height: 1.45; }
#reviewForm .button:disabled { opacity: .6; cursor: wait; }

.account-page { background: #f5f5f7; }
.account-shell { width: min(1120px, calc(100% - 48px)); min-height: 72vh; margin: 0 auto; padding: 42px 0 100px; }
.account-intro { max-width: 780px; margin: 54px 0 38px; }
.account-intro h1 { margin: 10px 0 18px; font: 650 clamp(50px, 7vw, 88px)/.89 var(--display); letter-spacing: -.07em; }
.account-intro > p:last-child { max-width: 600px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.account-auth { max-width: 560px; }
.account-auth__tabs { margin-bottom: 12px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; border-radius: 999px; background: #e8e8ed; }
.account-auth__tabs button { min-height: 42px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; color: var(--muted); }
.account-auth__tabs button.is-active { background: #fff; color: var(--ink); box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.account-card { padding: 30px; border-radius: 24px; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.account-card[hidden] { display: none; }
.account-card h2, .account-card h3 { margin: 0 0 23px; font: 650 28px/1 var(--display); letter-spacing: -.04em; }
.account-card label { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; color: #424245; font-size: 11px; font-weight: 600; }
.account-card input { min-height: 50px; padding: 12px 14px; border: 1px solid #d2d2d7; border-radius: 12px; outline: 0; font-size: 15px; }
.account-card input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,102,204,.12); }
.account-card .button { margin-top: 22px; }
.account-text-button { min-height: 42px; padding: 0; border: 0; background: transparent; color: var(--accent); cursor: pointer; font-size: 11px; }
.account-message { min-height: 18px; margin: 10px 0 0; color: #1a7f37; font-size: 10px; line-height: 1.5; }
.account-message.is-error { color: #b42318; }
.account-dashboard__heading { margin-bottom: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.account-dashboard__heading h2 { margin: 8px 0 0; font: 650 30px var(--display); overflow-wrap: anywhere; }
.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.account-balance { color: #fff; background: linear-gradient(145deg, #071422, #164c83); }
.account-balance > span { color: rgba(255,255,255,.7); font-size: 11px; }
.account-balance > strong { margin-top: 25px; display: block; font: 650 22px var(--display); }
.account-balance > strong b { font-size: 58px; letter-spacing: -.06em; }
.account-balance p { margin: 8px 0 22px; font-size: 14px; }
.account-balance small { color: rgba(255,255,255,.65); font-size: 9px; line-height: 1.5; }
.account-profile .button { width: max-content; }
.account-profile__actions { display: flex; align-items: center; gap: 18px; }
.account-profile__actions .button { margin-top: 22px; }
.account-profile__actions .account-text-button { margin-top: 22px; }
.account-profile-saved { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.account-profile-saved[hidden] { display: none; }
.account-profile-saved__icon { width: 48px; height: 48px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 50%; background: #e8f5eb; color: #16813a; font-size: 22px; font-weight: 700; }
.account-profile-saved .overline { margin: 0 0 10px; }
.account-profile-saved h3 { margin-bottom: 14px; }
.account-profile-saved > p:not(.overline) { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.account-wishlist { margin-top: 62px; }
.account-section-heading { margin-bottom: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.account-section-heading h2 { margin: 8px 0 0; font: 650 42px var(--display); letter-spacing: -.05em; }
.account-section-heading > span { color: var(--muted); font-size: 10px; }
.account-wishlist-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.account-wishlist-grid > .account-empty { grid-column: 1 / -1; }
.account-wishlist-card { min-width: 0; padding: 9px 9px 16px; display: flex; flex-direction: column; border-radius: 20px; background: #fff; }
.account-wishlist-card__image { height: 230px; overflow: hidden; display: grid; place-items: center; border-radius: 14px; background: #eeeef0; }
.account-wishlist-card__image img { width: 100%; height: 100%; object-fit: cover; }
.account-wishlist-card__placeholder { color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.account-wishlist-card > div:not(.account-wishlist-card__actions) { padding: 14px 5px 0; }
.account-wishlist-card small { color: var(--muted); font-size: 9px; }
.account-wishlist-card h3 { margin: 6px 0 10px; font: 600 14px/1.35 var(--display); }
.account-wishlist-card strong { font-size: 12px; }
.account-wishlist-card__actions { margin-top: auto; padding: 16px 5px 0; display: flex; justify-content: space-between; gap: 10px; }
.account-wishlist-card__actions a,
.account-wishlist-card__actions button { padding: 0; border: 0; background: transparent; color: var(--accent); cursor: pointer; font-size: 10px; }
.account-wishlist-card__actions button { color: #b42318; }
.account-wishlist-card__actions button:disabled { color: var(--muted); cursor: wait; }
.account-orders { margin-top: 62px; }
.account-orders h2 { margin: 8px 0 24px; font: 650 42px var(--display); letter-spacing: -.05em; }
.account-order-list { display: grid; gap: 10px; }
.account-order { padding: 22px; border-radius: 18px; background: #fff; }
.account-order > div { display: flex; justify-content: space-between; gap: 18px; }
.account-order > div + div { margin-top: 7px; }
.account-order span { color: var(--muted); font-size: 10px; }
.account-order ul { margin: 16px 0 0; padding: 14px 0 0; border-top: 1px solid #e5e5e7; list-style: none; }
.account-order li { margin-top: 7px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #424245; font-size: 11px; }
.account-order a { color: var(--accent); }
.account-order .account-order__review-link { flex: 0 0 auto; font-weight: 600; }
.account-order__notice { margin: 16px 0 0; padding: 12px 14px; border-radius: 12px; color: #6e6e73; background: #f5f5f7; font-size: 11px; line-height: 1.5; }
.account-order__notice.is-complete { color: #166c35; background: #eef9f1; }
.account-order__notice.is-cancelled { color: #a32920; background: #fff0ee; }
.account-order__receive { margin-top: 16px; padding: 15px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid #b8d9ff; border-radius: 14px; background: #f5f9ff; }
.account-order__receive strong { display: block; font-size: 12px; }
.account-order__receive p { margin: 5px 0 0; color: #5f6873; font-size: 10px; line-height: 1.45; }
.account-order__receive .button { flex: 0 0 auto; min-height: 40px; padding: 0 18px; border: 0; }
.account-order__action-message { margin: 9px 3px 0; color: #16833b; font-size: 10px; }
.account-order__action-message.is-error { color: #cf222e; }
.account-empty { padding: 36px; border-radius: 18px; background: #fff; text-align: center; }
.account-empty p { color: var(--muted); font-size: 11px; }

@media (max-width: 800px) {
  .product-reviews { padding: 60px 0; }
  .product-reviews__heading { align-items: flex-start; flex-direction: column; }
  .review-summary { text-align: left; }
  .review-summary > strong { justify-content: flex-start; }
  .review-layout, .account-grid { grid-template-columns: 1fr; }
  .account-wishlist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-compose { position: static; order: -1; }
}

@media (max-width: 640px) {
  .account-shell { width: calc(100% - 24px); padding: 24px 0 70px; }
  .account-intro { margin: 38px 4px 28px; }
  .account-intro h1 { font-size: clamp(44px, 14vw, 58px); }
  .account-card { padding: 22px 18px; border-radius: 20px; }
  .account-card input { font-size: 16px; }
  .account-balance > strong b { font-size: 48px; }
  .account-wishlist-grid { grid-template-columns: 1fr; }
  .account-wishlist-card__image { height: min(105vw, 360px); }
  .account-order > div { align-items: flex-start; }
  .account-order li { align-items: flex-start; flex-direction: column; gap: 5px; }
  .account-order__receive { align-items: stretch; flex-direction: column; }
  .account-order__receive .button { width: 100%; min-height: 48px; }
  .product-reviews__heading h2 { font-size: 42px; }
  .review-empty, .review-card, .review-compose { padding: 23px 18px; border-radius: 20px; }
  .review-stars label { min-width: 42px; min-height: 44px; }
  .review-media { grid-template-columns: 1fr 1fr; }
}
.cart-count { position: absolute; right: 1px; top: 1px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: white; font-size: 9px; font-weight: 700; }
.menu-button { display: none; width: 40px; }
.menu-button span { display: block; width: 22px; height: 1.5px; margin: 5px auto; background: currentColor; }

.search-panel { position: fixed; z-index: 29; left: 0; right: 0; top: 110px; background: var(--white); border-bottom: 1px solid var(--line); padding: 26px max(5vw, 24px) 32px; transform: translateY(calc(-100% - 110px)); visibility: hidden; transition: transform .32s cubic-bezier(.2,.8,.2,1), visibility .32s; }
.search-panel.open { transform: translateY(0); visibility: visible; }
.search-panel label { display: block; font: 600 11px/1 var(--display); text-transform: uppercase; letter-spacing: .14em; color: var(--muted); margin-bottom: 14px; }
.search-panel__field { display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--ink); }
.search-panel input { width: 100%; border: 0; outline: 0; background: transparent; font: 500 clamp(18px,2vw,28px)/1.4 var(--display); padding: 9px 0 14px; }
.search-panel kbd { font: 500 9px var(--body); border: 1px solid var(--line); padding: 4px 6px; border-radius: 3px; }
.mobile-search-trigger { display: none; }

.hero { min-height: calc(100vh - 110px); height: 720px; position: relative; overflow: hidden; display: flex; align-items: center; color: white; background: #12120f; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,8,.94) 0%, rgba(10,10,8,.78) 33%, rgba(10,10,8,.06) 67%, rgba(10,10,8,.18)); }
.hero__grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.65) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.65) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg,#000,transparent 55%); }
.hero__content { position: relative; z-index: 2; width: 52%; margin-left: 6vw; padding-bottom: 12px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font: 600 10px/1 var(--display); letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.66); margin-bottom: 28px; }
.eyebrow span { display: block; width: 30px; height: 2px; background: var(--accent); }
.eyebrow--dark { color: var(--muted); }
.hero h1, .section h2 { font-family: var(--display); letter-spacing: -.065em; }
.hero h1 { margin: 0; font-size: clamp(56px, 7.4vw, 108px); line-height: .85; font-weight: 600; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero__content > p { width: min(480px, 85%); margin: 32px 0; color: rgba(255,255,255,.7); line-height: 1.6; font-size: 15px; }
.hero__actions { display: flex; gap: 12px; }
.button { min-height: 50px; padding: 0 24px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; border: 1px solid transparent; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--accent); color: white; }
.button--primary:hover { background: #ff6a37; }
.button--ghost { border-color: rgba(255,255,255,.33); color: white; }
.button--ghost:hover { background: white; color: var(--ink); }
.button--dark { background: var(--ink); color: white; }
.button--dark:hover { background: #303029; }
.button--wide { width: 100%; }
.hero__edition { position: absolute; z-index: 2; right: 4vw; bottom: 48px; padding-left: 16px; border-left: 2px solid var(--accent); display: flex; flex-direction: column; text-align: left; }
.hero__edition span, .hero__edition small { font-size: 8px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.hero__edition strong { font: 600 18px var(--display); letter-spacing: -.02em; margin: 3px 0; }
.hero__scroll { position: absolute; left: 1.8vw; bottom: 42px; z-index: 2; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; letter-spacing: .18em; font-size: 8px; color: rgba(255,255,255,.45); display: flex; align-items: center; gap: 10px; }
.hero__scroll span { height: 38px; width: 1px; background: rgba(255,255,255,.45); }

.category-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.category-strip a { min-height: 122px; padding: 26px 30px; display: grid; grid-template-columns: 34px 1fr auto; grid-template-rows: 1fr 1fr; border-right: 1px solid var(--line); transition: background .25s, color .25s; }
.category-strip a:last-child { border-right: 0; }
.category-strip a:hover { background: var(--ink); color: white; }
.category-strip span { grid-row: span 2; color: var(--accent); font: 600 10px var(--display); }
.category-strip strong { align-self: end; font: 600 15px var(--display); }
.category-strip small { color: var(--muted); font-size: 10px; }
.category-strip b { grid-column: 3; grid-row: 1 / 3; align-self: center; font-weight: 400; }
.section { padding: 108px 6vw; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 34px; }
.overline { margin: 0 0 12px; color: var(--accent); font: 600 10px/1 var(--display); text-transform: uppercase; letter-spacing: .17em; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: .95; }
.text-link { padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.text-link span { margin-left: 18px; }
.filter-row { display: flex; gap: 8px; margin-bottom: 32px; overflow-x: auto; scrollbar-width: none; }
.filter-chip { flex: 0 0 auto; border: 1px solid var(--line); background: transparent; padding: 10px 16px; border-radius: 30px; font-size: 11px; font-weight: 600; cursor: pointer; }
.filter-chip:hover, .filter-chip.active { background: var(--ink); border-color: var(--ink); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 14px; }
.product-card { min-width: 0; }
.product-card__visual { height: clamp(270px, 27vw, 410px); background: #e8e5df; position: relative; overflow: hidden; cursor: pointer; }
.product-card__visual::after { content: "Quick view"; position: absolute; left: 16px; right: 16px; bottom: 14px; padding: 13px; text-align: center; background: rgba(23,23,18,.92); color: white; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .1em; transform: translateY(75px); transition: transform .25s; }
.product-card__visual:hover::after { transform: translateY(0); }
.product-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card__visual:hover img { transform: scale(1.035); }
.product-card__visual[data-position="0"] img { object-position: 8% center; }
.product-card__visual[data-position="1"] img { object-position: 36% center; }
.product-card__visual[data-position="2"] img { object-position: 66% center; }
.product-card__visual[data-position="3"] img { object-position: 96% center; }
.product-card__badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 8px; background: var(--ink); color: white; font: 700 8px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.product-card__badge.sale { background: var(--accent); }
.product-card__badge.preorder { background: var(--acid); color: var(--ink); }
.wishlist { position: absolute; z-index: 3; right: 10px; top: 10px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(251,250,246,.86); font-size: 17px; cursor: pointer; }
.wishlist.active { background: var(--accent); color: white; }
.product-card__info { padding-top: 15px; display: grid; grid-template-columns: 1fr auto; gap: 6px 10px; }
.product-card__category { grid-column: 1 / 3; margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin: 0; font: 600 14px/1.35 var(--display); }
.product-card__price { font: 700 13px var(--display); white-space: nowrap; }
.product-card__price s { color: var(--muted); font-size: 10px; margin-right: 4px; font-weight: 400; }
.product-card__meta { grid-column: 1 / 3; color: var(--muted); font-size: 10px; }
.empty-state { display: none; text-align: center; padding: 80px 0; color: var(--muted); }
.empty-state.visible { display: block; }

.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.trust article { padding: 14px 5vw 14px 0; display: flex; gap: 26px; border-right: 1px solid var(--line); }
.trust article + article { padding-left: 5vw; }
.trust article:last-child { border-right: 0; }
.trust article > span { color: var(--accent); font: 600 10px var(--display); }
.trust h3 { margin: 0 0 10px; font: 600 17px var(--display); }
.trust p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.newsletter { padding-top: 82px; padding-bottom: 82px; background: var(--ink); color: white; text-align: center; }
.newsletter h2 { margin: 0 0 36px; font-size: clamp(40px,5vw,64px); line-height: 1; }
.newsletter form { max-width: 560px; margin: auto; display: flex; border-bottom: 1px solid rgba(255,255,255,.3); }
.newsletter input { flex: 1; min-width: 0; padding: 16px 0; border: 0; outline: 0; color: white; background: transparent; }
.newsletter input::placeholder { color: rgba(255,255,255,.45); }
.newsletter button { border: 0; background: transparent; color: var(--acid); text-transform: uppercase; font-size: 10px; letter-spacing: .1em; font-weight: 700; cursor: pointer; }
.newsletter button span { margin-left: 16px; }
.form-message { min-height: 18px; font-size: 11px; color: var(--acid); }
footer { padding: 56px 6vw 26px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 28px; background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.12); }
footer > p { justify-self: end; color: rgba(255,255,255,.46); font-size: 11px; }
.footer-links { display: flex; gap: 28px; font-size: 11px; }
footer small { justify-self: end; color: rgba(255,255,255,.32); font-size: 9px; }

.scrim { position: fixed; inset: 0; z-index: 50; background: rgba(12,12,10,.62); opacity: 0; visibility: hidden; backdrop-filter: blur(3px); transition: .3s; }
.scrim.visible { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 60; top: 0; right: 0; width: min(450px, 100%); height: 100%; background: var(--white); padding: 30px; display: flex; flex-direction: column; transform: translateX(102%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font: 600 30px var(--display); letter-spacing: -.05em; }
.close-btn { width: 38px; height: 38px; font-size: 28px; font-weight: 300; }
.cart-items { overflow: auto; }
.cart-item { display: grid; grid-template-columns: 78px 1fr auto; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-item__image { width: 78px; height: 90px; overflow: hidden; background: #e7e4de; }
.cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item__image[data-position="0"] img { object-position: 8% center; }.cart-item__image[data-position="1"] img { object-position: 36% center; }.cart-item__image[data-position="2"] img { object-position: 66% center; }.cart-item__image[data-position="3"] img { object-position: 96% center; }
.cart-item h4 { margin: 2px 0 8px; font: 600 12px/1.35 var(--display); }
.cart-item__qty { display: inline-flex; align-items: center; border: 1px solid var(--line); }
.cart-item__qty button { border: 0; background: transparent; width: 27px; height: 25px; cursor: pointer; }.cart-item__qty span { font-size: 10px; }
.cart-item__price { font: 600 11px var(--display); }
.cart-empty { margin: auto; text-align: center; }.cart-empty span { font-size: 38px; color: var(--accent); }.cart-empty h3 { font: 600 18px var(--display); }.cart-empty p { color: var(--muted); font-size: 12px; }
.cart-footer { margin-top: auto; border-top: 1px solid var(--line); padding-top: 22px; }.cart-footer > div { display: flex; justify-content: space-between; margin-bottom: 20px; font-size: 13px; }.cart-footer > div strong { font-family: var(--display); }.cart-footer small { display: block; text-align: center; margin-top: 10px; color: var(--muted); font-size: 9px; }
.modal { position: fixed; z-index: 70; inset: 50% auto auto 50%; width: min(900px, 92vw); max-height: 88vh; background: var(--white); display: grid; grid-template-columns: 1fr 1fr; transform: translate(-50%, -46%) scale(.97); opacity: 0; visibility: hidden; transition: .3s; overflow: auto; }
.modal.open { transform: translate(-50%, -50%) scale(1); opacity: 1; visibility: visible; }
.modal__close { position: absolute; z-index: 3; right: 12px; top: 12px; background: var(--white); border-radius: 50%; }
.modal__image { min-height: 520px; overflow: hidden; background: #e7e4de; }.modal__image img { width: 100%; height: 100%; object-fit: cover; }.modal__image[data-position="0"] img { object-position: 8% center; }.modal__image[data-position="1"] img { object-position: 36% center; }.modal__image[data-position="2"] img { object-position: 66% center; }.modal__image[data-position="3"] img { object-position: 96% center; }
.modal__content { padding: 58px 48px 40px; display: flex; flex-direction: column; align-items: flex-start; }.modal__content h2 { margin: 4px 0 10px; font: 600 38px/.98 var(--display); letter-spacing: -.055em; }.modal__content > p:not(.overline) { color: var(--muted); line-height: 1.7; font-size: 13px; margin: 24px 0; }.modal__details { display: flex; gap: 30px; padding: 17px 0; width: 100%; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.modal__details span { display: flex; flex-direction: column; gap: 4px; font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }.modal__details strong { color: var(--ink); font-size: 11px; letter-spacing: 0; }.modal__price { font: 600 25px var(--display); margin: 24px 0 18px; }
.toast { position: fixed; z-index: 90; left: 50%; bottom: 24px; transform: translate(-50%, 80px); opacity: 0; background: var(--ink); color: white; padding: 13px 22px; font-size: 11px; transition: .3s; }.toast.visible { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 980px) {
  .desktop-nav { position: fixed; z-index: 25; top: 110px; left: 0; right: 0; height: calc(100vh - 110px); background: var(--paper); display: flex; flex-direction: column; align-items: stretch; padding: 30px 6vw; transform: translateX(100%); transition: .3s; }
  .desktop-nav.open { transform: translateX(0); }
  .desktop-nav a { font: 600 30px/1 var(--display); border-bottom: 1px solid var(--line); padding: 20px 0; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .category-strip { grid-template-columns: repeat(2, 1fr); }
  .category-strip a:nth-child(2) { border-right: 0; }.category-strip a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card__visual { height: 55vw; max-height: 500px; }
  .trust { grid-template-columns: 1fr; }.trust article, .trust article + article { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .announcement { justify-content: center; height: 27px; font-size: 8px; }.announcement span:last-child, .announcement__divider { display: none; }
  .site-header { height: 66px; padding: 0 18px; }.search-panel { top: 93px; }.desktop-nav { top: 93px; height: calc(100vh - 93px); }.brand { font-size: 18px; }
  .hero { height: 690px; min-height: calc(100svh - 93px); align-items: flex-end; }.hero__image { object-position: 63% center; }.hero__shade { background: linear-gradient(0deg, rgba(10,10,8,.96) 0%, rgba(10,10,8,.55) 55%, rgba(10,10,8,.08)); }.hero__content { width: auto; margin: 0; padding: 0 22px 70px; }.hero h1 { font-size: clamp(51px,15vw,72px); }.hero__content > p { width: 92%; margin: 24px 0; font-size: 13px; }.hero__actions { flex-direction: column; align-items: stretch; width: 100%; }.hero__edition, .hero__scroll { display: none; }.eyebrow { margin-bottom: 20px; }
  .category-strip a { min-height: 105px; padding: 20px 14px; grid-template-columns: 25px 1fr auto; }.category-strip strong { font-size: 12px; }
  .section { padding: 74px 18px; }.section-heading { align-items: flex-start; }.text-link { font-size: 0; }.text-link span { font-size: 20px; margin: 0; }.filter-row { margin-right: -18px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 8px; }.product-card__visual { height: 62vw; }.product-card__visual::after { display: none; }.product-card h3 { font-size: 11px; }.product-card__price { grid-column: 1 / 3; font-size: 11px; }.product-card__meta { display: none; }
  .newsletter form { display: block; border: 0; }.newsletter input { width: 100%; border-bottom: 1px solid rgba(255,255,255,.3); text-align: center; }.newsletter button { padding: 18px; }
  footer { grid-template-columns: 1fr; text-align: left; }.footer-links { flex-wrap: wrap; }.brand--footer, footer > p, footer small { justify-self: start; }
  .cart-drawer { padding: 22px; }.modal { grid-template-columns: 1fr; }.modal__image { min-height: 360px; height: 42vh; }.modal__content { padding: 34px 26px; }.modal__content h2 { font-size: 31px; }
}

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

/* Minimal product-led refresh */
:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --paper: #ffffff;
  --white: #ffffff;
  --line: rgba(0, 0, 0, .11);
  --accent: #06c;
  --acid: #f5f5f7;
  --display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

body { background: #fff; }
.announcement { height: 36px; background: #f5f5f7; color: #424245; gap: 18px; font-size: 10px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.announcement__divider { background: #86868b; }
.site-header { height: 48px; padding: 0 max(3.5vw, 22px); background: rgba(255,255,255,.82); border-bottom: 0; box-shadow: 0 1px 0 rgba(0,0,0,.06); }
.brand { gap: 0; font-size: 14px; letter-spacing: -.035em; }
.brand > span:last-child > span { color: var(--accent); }
.desktop-nav { gap: clamp(24px, 3vw, 44px); font-size: 11px; font-weight: 400; color: #424245; }
.desktop-nav a { padding: 17px 0; }
.desktop-nav a::after { display: none; }
.desktop-nav a:hover { color: var(--accent); }
.desktop-nav .nav-sale { color: inherit; }
.icon-btn { width: 34px; height: 34px; }
.icon-btn:hover { background: #f5f5f7; }
.icon-btn svg { width: 17px; }
.cart-count { right: -2px; top: -2px; width: 16px; height: 16px; background: var(--accent); }
.search-panel { top: 84px; background: rgba(255,255,255,.96); padding: 38px max(10vw, 24px) 44px; transform: translateY(calc(-100% - 84px)); backdrop-filter: blur(22px); }
.search-panel label { font-size: 10px; letter-spacing: .08em; text-transform: none; }
.search-panel__field { border-bottom-color: #86868b; }
.search-menu { width: min(980px, 100%); margin: 22px auto 0; }
.search-menu[hidden], .search-menu__all[hidden] { display: none; }
.search-menu__status { margin: 0 0 12px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.search-results { max-height: min(430px, 52vh); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.search-result { min-width: 0; padding: 9px; display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; align-items: center; gap: 12px; border-radius: 14px; background: #f5f5f7; transition: background .18s, box-shadow .18s; }
.search-result:hover, .search-result.is-active { background: #eaf3ff; box-shadow: inset 0 0 0 1px rgba(0,113,227,.16); }
.search-result__image { width: 56px; height: 66px; overflow: hidden; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(145deg, #315d8d, #101d2d); font-size: 8px; letter-spacing: .1em; }
.search-result__image img { width: 100%; height: 100%; object-fit: cover; }
.search-result__copy { min-width: 0; }
.search-result__copy strong, .search-result__copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-result__copy strong { margin-bottom: 5px; color: var(--ink); font-size: 13px; }
.search-result__copy small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.search-result__price { color: var(--ink); font-size: 11px; font-weight: 600; white-space: nowrap; }
.search-menu__all { min-height: 42px; margin: 14px 0 0 auto; padding: 0; border: 0; color: var(--accent); background: transparent; cursor: pointer; font-size: 12px; }
.search-menu__all span { margin-left: 8px; }

.hero { height: 900px; min-height: 0; display: block; padding-top: 74px; background: #f5f5f7; color: var(--ink); }
.hero__image { inset: auto 4vw 0; width: 92vw; height: 54%; border-radius: 28px 28px 0 0; object-position: 57% center; }
.hero__shade { inset: auto 4vw 0; width: 92vw; height: 54%; border-radius: 28px 28px 0 0; background: linear-gradient(90deg, rgba(0,0,0,.2), transparent 45%); pointer-events: none; }
.hero__grid, .hero__scroll { display: none; }
.hero__content { width: min(920px, 92%); margin: 0 auto; padding: 0; text-align: center; }
.eyebrow { justify-content: center; margin-bottom: 16px; color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.eyebrow span { display: none; }
.hero h1 { font-size: clamp(50px, 5.5vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 650; }
.hero h1 em { color: var(--ink); }
.hero__content > p { width: min(590px, 92%); margin: 20px auto 24px; color: var(--muted); font-size: 18px; line-height: 1.45; }
.hero__actions { justify-content: center; align-items: center; gap: 24px; }
.button { min-height: 42px; padding: 0 21px; gap: 8px; border-radius: 999px; font-size: 13px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.button:hover { transform: none; }
.button--primary { background: var(--accent); }
.button--primary:hover { background: #0077ed; }
.button--ghost { min-height: auto; padding: 8px 0; border: 0; color: var(--accent); font-size: 15px; }
.button--ghost:hover { background: transparent; color: #0077ed; text-decoration: underline; }
.button--ghost span { font-size: 21px; line-height: 0; }
.hero__edition { right: 7vw; bottom: 30px; border-left: 0; padding: 12px 15px; border-radius: 12px; background: rgba(255,255,255,.88); color: var(--ink); backdrop-filter: blur(12px); }
.hero__edition span, .hero__edition small { color: var(--muted); }
.hero__edition strong { font-size: 15px; }

.category-strip { max-width: 1180px; margin: 0 auto; padding: 28px 22px 68px; gap: 12px; border: 0; background: #fff; }
.category-strip a { min-height: 112px; padding: 24px; grid-template-columns: 1fr auto; grid-template-rows: 1fr 1fr; border: 0 !important; border-radius: 18px; background: #f5f5f7; }
.category-strip a:hover { background: #ededf0; color: var(--ink); }
.category-strip span { display: none; }
.category-strip strong { grid-column: 1; font-size: 15px; letter-spacing: -.02em; }
.category-strip small { grid-column: 1; color: var(--muted); font-size: 11px; }
.category-strip b { width: 28px; height: 28px; display: grid; place-items: center; grid-column: 2; grid-row: 1 / 3; border-radius: 50%; background: #fff; color: var(--accent); font-size: 12px; }

.section { padding: 112px max(5vw, 24px); }
.catalog { background: #f5f5f7; }
.section-heading { max-width: 1180px; margin: 0 auto 34px; }
.overline { margin-bottom: 9px; color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.section-heading h2 { font-size: clamp(42px, 5vw, 64px); letter-spacing: -.055em; }
.text-link { padding: 0; border: 0; color: var(--accent); font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.text-link:hover { text-decoration: underline; }
.filter-row { max-width: 1180px; margin: 0 auto 28px; gap: 8px; }
.filter-chip { padding: 9px 16px; border: 0; background: #fff; color: #424245; font-size: 12px; font-weight: 400; }
.filter-chip:hover, .filter-chip.active { background: var(--ink); color: #fff; }
.product-grid { max-width: 1180px; margin: 0 auto; gap: 18px; }
.product-card { padding: 10px 10px 18px; border-radius: 24px; background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(0,0,0,.07); }
.product-card__visual { height: clamp(270px, 25vw, 380px); border-radius: 18px; background: #eeeef0; }
.product-card__visual::after { left: 12px; right: 12px; bottom: 12px; padding: 12px; border-radius: 999px; background: rgba(29,29,31,.88); font-size: 11px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.product-card__badge { top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.88); color: var(--ink); font-size: 9px; letter-spacing: 0; text-transform: none; backdrop-filter: blur(8px); }
.product-card__badge.sale, .product-card__badge.preorder { background: var(--accent); color: #fff; }
.wishlist { color: #424245; background: rgba(255,255,255,.88); }
.wishlist.active { background: var(--accent); }
.product-card__info { padding: 16px 5px 0; }
.product-card__category { font-size: 10px; letter-spacing: 0; text-transform: none; }
.product-card h3 { font-size: 15px; letter-spacing: -.015em; }
.product-card__price { font-size: 13px; }
.empty-state { max-width: 1180px; margin: auto; }

.button--dark { background: var(--accent); }
.button--dark:hover { background: #0077ed; }

/* Pre-orders: real catalog products or a deliberate empty state */
.preorder-section.section {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 24px auto 0;
  padding: clamp(54px, 7vw, 88px);
  overflow: hidden;
  border-radius: 32px;
  background: #0b0b0d;
  color: #f5f5f7;
}
.preorder-section.section::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -230px;
  top: -330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,113,227,.28), rgba(0,113,227,0) 68%);
  pointer-events: none;
}
.preorder-section__heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  align-items: end;
  gap: clamp(32px, 7vw, 90px);
}
.preorder-section .overline { color: #78b9ff; }
.preorder-section h2 { margin: 0; font-size: clamp(48px, 6vw, 76px); line-height: .94; letter-spacing: -.06em; }
.preorder-section h2 em { color: #f5f5f7; font-style: normal; }
.preorder-section__intro { padding-bottom: 4px; }
.preorder-section__intro p { margin: 0; color: #a1a1a6; font-size: 14px; line-height: 1.6; }
.preorder-section__intro a { margin-top: 22px; display: inline-flex; align-items: center; gap: 12px; color: #78b9ff; font-size: 12px; }
.preorder-section__intro a:hover { text-decoration: underline; }
.preorder-section__intro a[hidden], .preorder-empty[hidden], .preorder-products[hidden] { display: none; }
.preorder-empty {
  position: relative;
  z-index: 1;
  min-height: 360px;
  margin-top: clamp(42px, 6vw, 72px);
  padding: clamp(30px, 5vw, 52px);
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(300px, 1.2fr);
  align-items: center;
  gap: clamp(28px, 6vw, 84px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.preorder-empty__visual { position: relative; min-height: 250px; display: grid; place-items: center; }
.preorder-empty__ring { position: absolute; border: 1px solid rgba(120,185,255,.2); border-radius: 50%; }
.preorder-empty__ring--outer { width: 250px; height: 250px; }
.preorder-empty__ring--inner { width: 168px; height: 168px; border-color: rgba(120,185,255,.34); background: rgba(0,113,227,.06); }
.preorder-empty__visual::before,
.preorder-empty__visual::after { content: ""; position: absolute; background: rgba(120,185,255,.16); }
.preorder-empty__visual::before { width: 1px; height: 230px; }
.preorder-empty__visual::after { width: 230px; height: 1px; }
.preorder-empty__visual svg { position: relative; z-index: 1; width: 62px; fill: none; stroke: #78b9ff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.preorder-empty__copy { max-width: 470px; }
.preorder-empty__status { display: inline-flex; align-items: center; gap: 8px; color: #a1a1a6; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.preorder-empty__status i { width: 7px; height: 7px; border-radius: 50%; background: #6e6e73; box-shadow: 0 0 0 4px rgba(110,110,115,.15); }
.preorder-empty h3 { margin: 18px 0 14px; font: 650 clamp(30px, 4vw, 46px)/1 var(--display); letter-spacing: -.045em; }
.preorder-empty__copy > p { margin: 0; color: #a1a1a6; font-size: 13px; line-height: 1.65; }
.preorder-empty__button { min-height: 44px; margin-top: 26px; padding: 0 20px; border-radius: 999px; background: #f5f5f7; color: #1d1d1f; font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.preorder-empty__button:hover { background: #fff; color: #1d1d1f; }
.preorder-products { position: relative; z-index: 1; margin-top: clamp(42px, 6vw, 64px); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.preorder-products .product-card { color: var(--ink); }

.trust { max-width: 1180px; margin: 0 auto; padding-top: 100px; padding-bottom: 100px; }
.trust article { border-color: var(--line); }
.trust article > span { color: var(--muted); }
.trust h3 { font-size: 18px; letter-spacing: -.02em; }
.newsletter { margin: 0 12px 12px; padding-top: 100px; padding-bottom: 100px; border-radius: 28px; background: #f5f5f7; color: var(--ink); }
.newsletter h2 { font-size: clamp(44px, 5vw, 64px); letter-spacing: -.055em; }
.newsletter form { border-color: #86868b; }
.newsletter input { color: var(--ink); font-size: 15px; }
.newsletter input::placeholder { color: var(--muted); }
.newsletter button { color: var(--accent); font-size: 13px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.form-message { color: var(--accent); }
footer { padding: 44px max(6vw, 24px) 26px; background: #f5f5f7; color: var(--ink); border-top: 0; }
.brand--footer .brand__logo-frame { width: 170px; height: 31px; }
.brand--footer .brand__logo { left: -9px; top: -122px; width: 189px; height: 189px; }
footer > p, footer small { color: var(--muted); }

.cart-drawer { background: rgba(255,255,255,.98); }
.drawer-header h2 { font-size: 28px; }
.modal { border-radius: 26px; overflow: hidden; }
.modal__image { background: #f5f5f7; }
.modal__content h2 { letter-spacing: -.04em; }
.toast { border-radius: 999px; background: rgba(29,29,31,.92); backdrop-filter: blur(12px); }

@media (max-width: 980px) {
  .desktop-nav { top: 84px; height: calc(100vh - 84px); background: rgba(255,255,255,.98); padding-top: 18px; }
  .desktop-nav a { padding: 18px 0; font-size: 26px; }
  .category-strip { grid-template-columns: repeat(2, 1fr); }
  .preorder-section__heading { grid-template-columns: 1fr; gap: 24px; }
  .preorder-section__intro { max-width: 520px; }
  .preorder-empty { grid-template-columns: 1fr 1.1fr; }
  .preorder-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .announcement { height: 30px; font-size: 10px; }
  .site-header { height: 48px; padding: 0 16px; }
  .search-panel { top: 78px; transform: translateY(calc(-100% - 78px)); }
  .desktop-nav { top: 78px; height: calc(100vh - 78px); }
  .brand { font-size: 12px; }
  .hero { height: 730px; min-height: 0; padding-top: 56px; }
  .hero__image { inset: auto 12px 0; width: calc(100% - 24px); height: 54%; border-radius: 22px 22px 0 0; object-position: 61% center; }
  .hero__shade { inset: auto 12px 0; width: calc(100% - 24px); height: 54%; border-radius: 22px 22px 0 0; background: linear-gradient(0deg, rgba(0,0,0,.15), transparent); }
  .hero__content { width: calc(100% - 32px); padding: 0; }
  .hero h1 { font-size: clamp(42px, 12vw, 54px); line-height: 1.02; }
  .hero__content > p { width: 94%; margin: 16px auto 20px; font-size: 16px; line-height: 1.35; }
  .hero__actions { flex-direction: row; width: auto; }
  .hero__edition { display: none; }
  .category-strip { padding: 14px 12px 52px; gap: 8px; }
  .category-strip a { min-height: 102px; padding: 17px; }
  .category-strip strong { font-size: 13px; }
  .section { padding: 80px 14px; }
  .section-heading { padding: 0 4px; }
  .filter-row { margin-right: -14px; }
  .product-grid { gap: 10px; }
  .product-card { padding: 6px 6px 15px; border-radius: 18px; }
  .product-card__visual { height: 59vw; border-radius: 14px; }
  .product-card h3 { font-size: 12px; }
  .preorder-section.section { width: calc(100% - 20px); margin-top: 12px; padding: 48px 22px 22px; border-radius: 24px; }
  .preorder-section h2 { font-size: clamp(42px, 12vw, 54px); }
  .preorder-empty { min-height: 0; margin-top: 38px; padding: 28px 22px 30px; grid-template-columns: 1fr; gap: 24px; border-radius: 20px; }
  .preorder-empty__visual { min-height: 190px; }
  .preorder-empty__ring--outer { width: 190px; height: 190px; }
  .preorder-empty__ring--inner { width: 126px; height: 126px; }
  .preorder-empty__visual::before { height: 180px; }
  .preorder-empty__visual::after { width: 180px; }
  .preorder-empty h3 { font-size: 32px; }
  .preorder-empty__button { width: 100%; }
  .preorder-products { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(260px, 82vw); margin-right: -22px; padding: 0 22px 10px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .preorder-products::-webkit-scrollbar { display: none; }
  .preorder-products .product-card { scroll-snap-align: start; }
  .newsletter { margin: 0 8px 8px; padding: 80px 22px; border-radius: 22px; }
  footer { padding-left: 24px; padding-right: 24px; }
  .modal { border-radius: 22px; }
}

/* Hierarchical shop navigation */
.nav-trigger {
  padding: 17px 0;
  border: 0;
  background: transparent;
  color: #424245;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
}
.nav-trigger span { display: inline-block; margin-left: 3px; color: #86868b; transition: transform .2s ease; }
.nav-trigger[aria-expanded="true"] { color: var(--accent); }
.nav-trigger[aria-expanded="true"] span { transform: rotate(180deg); }
.mega-panel {
  position: absolute;
  z-index: 40;
  top: 100%;
  left: 0;
  right: 0;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: rgba(255,255,255,.98);
  border-top: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 22px 44px rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.mega-panel.open { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-panel__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 46px 0 56px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(48px, 7vw, 100px);
}
.mega-panel__back { display: none; }
.mega-panel__intro p { margin: 0 0 10px; color: var(--muted); font-size: 11px; }
.mega-panel__intro h2 { margin: 0 0 24px; font: 650 34px/1.05 var(--display); letter-spacing: -.05em; }
.mega-panel__intro > a { color: var(--accent); font-size: 13px; }
.mega-panel__intro > a:hover { text-decoration: underline; }
.mega-panel__intro > a span { margin-left: 4px; font-size: 17px; }
.mega-tree { display: grid; grid-template-columns: 1.25fr 1.25fr .9fr; gap: clamp(28px, 4vw, 64px); }
.mega-tree--gaming { grid-template-columns: repeat(4, 1fr); gap: clamp(22px, 3vw, 48px); }
.mega-tree__branch { min-width: 0; }
.mega-tree__parent { display: flex; justify-content: space-between; align-items: center; padding-bottom: 13px; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 600; letter-spacing: -.025em; }
.mega-tree__parent span { color: var(--accent); font-size: 20px; font-weight: 400; }
.mega-tree__parent:hover { color: var(--accent); }
.mega-tree__group { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 16px; }
.mega-tree__group + .mega-tree__group { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(0,0,0,.06); }
.mega-tree__group a { color: var(--muted); font-size: 12px; line-height: 1.25; }
.mega-tree__group a:hover { color: var(--accent); }
.mega-tree__group .mega-tree__label { color: var(--ink); font-size: 13px; font-weight: 500; }
@media (max-width: 980px) {
  .nav-trigger { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); text-align: left; font: 600 26px/1 var(--display); letter-spacing: -.04em; }
  .nav-trigger span { float: right; font-size: 18px; }
  .mega-panel { position: fixed; top: 84px; height: calc(100vh - 84px); max-height: none; transform: translateX(100%); opacity: 1; box-shadow: none; }
  .mega-panel.open { transform: translateX(0); }
  .mega-panel__inner { width: 100%; min-height: 100%; padding: 18px 6vw 50px; display: block; }
  .mega-panel__back { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 30px; padding: 8px 0; border: 0; background: transparent; color: var(--accent); font-size: 22px; cursor: pointer; }
  .mega-panel__back span { font-size: 13px; }
  .mega-panel__intro { margin-bottom: 36px; }
  .mega-panel__intro h2 { font-size: 40px; }
  .mega-tree, .mega-tree--gaming { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
}

@media (max-width: 620px) {
  .mega-panel { top: 78px; height: calc(100vh - 78px); }
  .mega-panel__inner { padding: 12px 22px 46px; }
  .mega-panel__intro { margin-bottom: 30px; }
  .mega-panel__intro h2 { font-size: 36px; }
  .mega-tree, .mega-tree--gaming { grid-template-columns: 1fr; gap: 34px; }
  .mega-tree__group { gap: 11px; }
  .mega-tree__group a { font-size: 13px; }
}

/* Category-led product shelves */
.product-grid.category-groups { display: block; }
.product-group { padding: 68px 0; border-top: 1px solid var(--line); }
.product-group:first-child { padding-top: 24px; border-top: 0; }
.product-group:last-child { padding-bottom: 0; }
.product-group__heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 28px; }
.product-group__heading p { margin: 0 0 8px; color: var(--accent); font-size: 10px; }
.product-group__heading h3 { margin: 0 0 8px; font: 650 clamp(30px, 3vw, 42px)/1 var(--display); letter-spacing: -.045em; }
.product-group__heading div > span { color: var(--muted); font-size: 13px; }
.product-group__heading button { flex: 0 0 auto; padding: 8px 0; border: 0; background: transparent; color: var(--accent); font-size: 13px; cursor: pointer; }
.product-group__heading button:hover { text-decoration: underline; }
.product-group__heading button span { margin-left: 5px; font-size: 18px; }
.category-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card__placeholder { width: 100%; height: 100%; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; color: white; background: radial-gradient(circle at 72% 24%, rgba(255,255,255,.24), transparent 28%), linear-gradient(145deg, #7f8ea3, #293342 72%); transition: transform .45s ease; }
.product-card__placeholder--gaming { background: radial-gradient(circle at 70% 24%, rgba(100,180,255,.42), transparent 30%), linear-gradient(145deg, #153965, #081526 72%); }
.product-card__placeholder span { margin-bottom: auto; font-size: 10px; letter-spacing: .18em; }
.product-card__placeholder strong { max-width: 180px; font: 600 27px/.95 var(--display); letter-spacing: -.05em; }
.product-card__visual:hover .product-card__placeholder { transform: scale(1.035); }
.modal__image.is-placeholder { display: grid; place-items: end start; padding: 42px; color: white; background: radial-gradient(circle at 72% 24%, rgba(100,180,255,.4), transparent 30%), linear-gradient(145deg, #244d7d, #0c1829 72%); }
.modal__image.is-placeholder::before { content: attr(data-placeholder); max-width: 360px; font: 650 46px/.95 var(--display); letter-spacing: -.055em; }
.cart-item__image.is-placeholder { display: grid; place-items: center; color: white; background: linear-gradient(145deg, #315d8d, #101d2d); }
.cart-item__image.is-placeholder span { font-size: 9px; letter-spacing: .12em; }

@media (max-width: 980px) {
  .category-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .product-group { padding: 52px 0; }
  .product-group:first-child { padding-top: 18px; }
  .product-group__heading { align-items: flex-start; margin-bottom: 20px; }
  .product-group__heading div > span { display: block; max-width: 250px; line-height: 1.45; }
  .product-group__heading button { font-size: 0; }
  .product-group__heading button span { font-size: 22px; }
  .category-products { gap: 10px; }
  .product-card__placeholder { padding: 18px; }
  .product-card__placeholder strong { font-size: 21px; }
  .modal__image.is-placeholder::before { font-size: 36px; }
}

/* Preserve the complete 16:9 hero artwork */
.hero {
  height: auto;
  min-height: 0;
  padding: 74px 4vw 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.hero__content { position: relative; z-index: 2; order: 1; }
.hero__image {
  position: relative;
  inset: auto;
  display: block;
  width: min(100%, 1600px);
  height: auto;
  aspect-ratio: 1672 / 941;
  margin: 40px auto 0;
  object-fit: contain;
  object-position: center;
  border-radius: 28px 28px 0 0;
  order: 2;
}
.hero__shade { display: none; }
.hero__edition { right: max(7vw, calc((100vw - 1600px) / 2 + 28px)); }

@media (max-width: 620px) {
  .hero { height: auto; padding: 56px 12px 0; }
  .hero__image {
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1672 / 941;
    margin-top: 36px;
    object-fit: contain;
    object-position: center;
    border-radius: 22px 22px 0 0;
  }
}

/* Product detail page */
.product-card { position: relative; }
.product-card__visual { display: block; }
.product-card__visual::after { content: "View details"; pointer-events: none; }
.product-card__info h3 a:hover { color: var(--accent); }
.product-header__back { justify-self: center; color: #424245; font-size: 12px; }
.product-header__back span { margin-right: 6px; color: var(--accent); font-size: 18px; }
.product-cart-link { display: grid; }
.product-detail { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.product-breadcrumb { display: flex; align-items: center; gap: 9px; padding: 28px 0; color: var(--muted); font-size: 11px; }
.product-breadcrumb a:hover { color: var(--accent); }
.product-breadcrumb span:last-child { color: var(--ink); }
.product-detail__hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: clamp(46px, 6vw, 92px); align-items: start; padding-bottom: 110px; }
.product-gallery { min-width: 0; }
.product-gallery__main { aspect-ratio: 1 / 1.05; overflow: hidden; border-radius: 30px; background: #f5f5f7; }
.product-gallery__main > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-gallery__thumbs { margin-top: 12px; padding: 2px; display: flex; gap: 9px; overflow-x: auto; scrollbar-width: thin; }
.product-gallery__thumbs[hidden] { display: none; }
.product-gallery__thumbs button { flex: 0 0 72px; width: 72px; height: 78px; padding: 3px; overflow: hidden; border: 2px solid transparent; border-radius: 13px; background: #f5f5f7; cursor: pointer; }
.product-gallery__thumbs button.is-active { border-color: var(--ink); }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.product-gallery__notes { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.product-gallery__notes article { min-height: 150px; padding: 24px; display: flex; flex-direction: column; border-radius: 22px; background: #f5f5f7; }
.product-gallery__notes article > span { margin-bottom: auto; color: var(--accent); font-size: 10px; }
.product-gallery__notes strong { margin-bottom: 6px; font: 600 15px var(--display); }
.product-gallery__notes small { max-width: 240px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.detail-placeholder { width: 100%; height: 100%; padding: clamp(32px, 5vw, 70px); display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: radial-gradient(circle at 70% 22%, rgba(255,255,255,.22), transparent 30%), linear-gradient(145deg, #77889f, #263242 74%); }
.detail-placeholder--gaming { background: radial-gradient(circle at 70% 22%, rgba(82,170,255,.4), transparent 31%), linear-gradient(145deg, #153e6d, #071422 76%); }
.detail-placeholder span { margin-bottom: auto; font-size: 11px; letter-spacing: .18em; }
.detail-placeholder strong { max-width: 460px; font: 650 clamp(42px, 5vw, 72px)/.92 var(--display); letter-spacing: -.06em; }
.product-purchase { position: sticky; top: 82px; padding: 18px 0 0; }
.product-purchase__topline { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.product-purchase__topline .overline { margin: 0; }
.detail-badge { padding: 7px 10px; border-radius: 999px; background: #f5f5f7; color: #424245; font-size: 10px; }
.product-purchase h1 { max-width: 610px; margin: 22px 0 10px; font: 650 clamp(48px, 5.2vw, 76px)/.92 var(--display); letter-spacing: -.065em; }
.product-purchase__price { display: flex; align-items: baseline; gap: 11px; margin: 28px 0 0; }
.product-purchase__price s { color: var(--muted); font-size: 15px; }
.product-purchase__price strong { font: 600 28px var(--display); }
.product-purchase__description { margin: 26px 0; color: #5f5f62; font-size: 14px; line-height: 1.7; }
.product-purchase__description[hidden] { display: none; }
.product-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }
.product-specs div { min-width: 0; padding: 18px 14px 18px 0; display: flex; flex-direction: column; gap: 6px; border-bottom: 1px solid #ededed; }
.product-specs div:nth-child(even) { padding-left: 14px; border-left: 1px solid #ededed; }
.product-specs div:nth-last-child(-n + 2) { border-bottom: 0; }
.product-specs span { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.product-specs strong { overflow-wrap: anywhere; font-size: 12px; line-height: 1.45; white-space: pre-line; }
.product-buy-row { display: grid; grid-template-columns: 118px 1fr; gap: 10px; margin-top: 24px; }
.quantity-picker { min-height: 52px; display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; border: 1px solid #d2d2d7; border-radius: 999px; }
.quantity-picker button { height: 100%; border: 0; background: transparent; font-size: 17px; cursor: pointer; }
.quantity-picker span { text-align: center; font-size: 12px; }
.product-add { min-height: 52px; border-radius: 999px; font-size: 12px; letter-spacing: 0; text-transform: none; }
.product-delivery { margin: 16px 0 26px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.product-delivery span { margin-right: 7px; color: #238636; }
.product-accordions { border-top: 1px solid #dedede; }
.product-accordions details { border-bottom: 1px solid #dedede; }
.product-accordions summary { padding: 19px 0; display: flex; justify-content: space-between; list-style: none; font-size: 13px; cursor: pointer; }
.product-accordions summary::-webkit-details-marker { display: none; }
.product-accordions summary span { color: var(--accent); font-size: 18px; transition: transform .2s; }
.product-accordions details[open] summary span { transform: rotate(45deg); }
.product-accordions details p { margin: -4px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.related-products { padding: 90px 0 120px; border-top: 1px solid #dedede; }
.related-products__heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; }
.related-products__heading h2 { margin: 0; font: 650 clamp(38px, 4vw, 58px)/.95 var(--display); letter-spacing: -.055em; }
.related-products__heading > a { color: var(--accent); font-size: 13px; }
.related-products__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card__visual { height: 360px; display: block; overflow: hidden; border-radius: 22px; background: #f5f5f7; }
.related-card__visual > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.related-card__visual:hover > img { transform: scale(1.03); }
.related-card .detail-placeholder { padding: 25px; }
.related-card .detail-placeholder strong { font-size: 30px; }
.related-card > p { margin: 15px 0 7px; color: var(--muted); font-size: 10px; }
.related-card > div { display: flex; justify-content: space-between; gap: 15px; }
.related-card h3 { margin: 0; font: 600 14px/1.35 var(--display); }
.related-card > div > strong { white-space: nowrap; font: 600 12px var(--display); }
.related-card > span { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; }
.product-not-found { min-height: 70vh; padding: 120px 0; text-align: center; }
.product-not-found h1 { margin: 18px auto; font: 650 clamp(44px, 6vw, 78px)/.94 var(--display); letter-spacing: -.06em; }
.product-not-found > p:not(.overline) { margin-bottom: 30px; color: var(--muted); }

@media (max-width: 980px) {
  .product-detail__hero { grid-template-columns: 1fr; }
  .product-purchase { position: static; padding-top: 0; }
  .product-gallery__main { aspect-ratio: 1.15 / 1; }
  .related-card__visual { height: 42vw; }
}

@media (max-width: 620px) {
  .product-header { grid-template-columns: 1fr auto; }
  .product-header__back { display: none; }
  .product-detail { width: calc(100% - 28px); }
  .product-breadcrumb { padding: 20px 0; }
  .product-detail__hero { gap: 34px; padding-bottom: 76px; }
  .product-gallery__main { aspect-ratio: 1 / 1.08; border-radius: 22px; }
  .product-gallery__thumbs button { flex-basis: 64px; width: 64px; height: 70px; }
  .product-gallery__notes { grid-template-columns: 1fr; }
  .product-gallery__notes article { min-height: 125px; }
  .product-purchase h1 { margin-top: 18px; font-size: 48px; }
  .product-specs { grid-template-columns: 1fr; }
  .product-specs div,
  .product-specs div:nth-child(even) { padding-left: 0; border-left: 0; border-bottom: 1px solid #ededed; }
  .product-specs div:last-child { border-bottom: 0; }
  .product-buy-row { grid-template-columns: 104px 1fr; }
  .related-products { padding: 70px 0 90px; }
  .related-products__heading { align-items: flex-start; }
  .related-products__heading > a { font-size: 0; }
  .related-products__heading > a span { font-size: 22px; }
  .related-products__grid { grid-template-columns: 1fr; }
  .related-card__visual { height: 108vw; max-height: 470px; }
}

/* Shared footer */
.site-footer {
  display: block;
  padding: 58px max(6vw, 24px) 24px;
  background: #f5f5f7;
  color: var(--ink);
  border-top: 0;
}
.footer__main {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) auto auto;
  align-items: start;
  gap: clamp(42px, 7vw, 100px);
}
.footer__identity .brand { margin-bottom: 18px; }
.footer__identity p {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.site-footer .footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  padding-top: 2px;
  font-size: 12px;
}
.site-footer .footer-links a:hover { color: var(--accent); }
.footer-social { display: flex; gap: 8px; }
.footer-social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #d2d2d7;
  border-radius: 50%;
  color: var(--ink);
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.footer-social a:hover { transform: translateY(-2px); border-color: var(--ink); background: var(--ink); color: #fff; }
.footer-social svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.footer-social a:nth-child(1) svg,
.footer-social a:nth-child(3) svg { fill: currentColor; stroke: none; }
.footer-social a:nth-child(4) svg { stroke: none; }
.footer-social a:nth-child(4) svg path:first-child { fill: currentColor; }
.footer-social .play { fill: #f5f5f7; }
.footer-social a:hover .play { fill: var(--ink); }
.footer__bottom {
  width: min(1180px, 100%);
  margin: 46px auto 0;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #d2d2d7;
}
.site-footer .footer__bottom small {
  justify-self: auto;
  color: var(--muted);
  font-size: 10px;
}
.exchange-attribution { text-decoration: underline; text-underline-offset: 3px; }
.exchange-attribution:hover { color: var(--ink); }

@media (max-width: 720px) {
  .site-footer { padding-top: 46px; }
  .footer__main { grid-template-columns: 1fr; gap: 34px; }
  .site-footer .footer-links { flex-direction: row; flex-wrap: wrap; gap: 14px 24px; }
  .footer__bottom { margin-top: 38px; flex-direction: column; gap: 7px; }
}

/* Phone layout hardening: Android Chrome and iOS Safari */
html, body { max-width: 100%; overflow-x: clip; }
button, a, input, select, textarea { touch-action: manipulation; }
.site-header, .search-panel, .hero__edition, .product-editor__header, .product-editor__footer { -webkit-backdrop-filter: blur(14px); }

@media (max-width: 720px) {
  body { min-width: 320px; }
  .announcement { display: none; }
  .site-header {
    height: calc(56px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(10px, env(safe-area-inset-right));
  }
  .brand { flex: 0 1 auto; font-size: 12px; }
  .brand__logo-frame { width: 136px; height: 24px; }
  .brand__logo { left: -7px; top: -97px; width: 150px; height: 150px; }
  .header-actions { gap: 0; }
  .locale-controls { margin-right: 2px; }
  .icon-btn, .menu-button, .close-btn { min-width: 44px; width: 44px; height: 44px; }
  .menu-button { padding: 0; }
  .menu-button span { transition: transform .2s ease; transform-origin: center; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .cart-count { right: 0; top: 0; }
  .search-panel {
    top: calc(56px + env(safe-area-inset-top));
    padding: 22px max(18px, env(safe-area-inset-right)) 28px max(18px, env(safe-area-inset-left));
    transform: translateY(calc(-100% - 56px));
    max-height: calc(100dvh - 56px - env(safe-area-inset-top));
    overflow-y: auto;
  }
  .search-panel input, .newsletter input { font-size: 16px; }
  .search-panel kbd { display: none; }
  .desktop-nav {
    top: calc(56px + env(safe-area-inset-top));
    height: calc(100vh - 56px - env(safe-area-inset-top));
    height: calc(100dvh - 56px - env(safe-area-inset-top));
    padding: 16px max(20px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .desktop-nav a, .nav-trigger { min-height: 56px; display: flex; align-items: center; }
  .desktop-nav .mobile-search-trigger { width: 100%; min-height: 56px; padding: 18px 0; display: flex; align-items: center; gap: 10px; border: 0; border-bottom: 1px solid var(--line); color: var(--accent); background: transparent; font: 600 26px/1 var(--display); cursor: pointer; text-align: left; }
  .mobile-search-trigger svg { width: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; }
  .nav-trigger { justify-content: space-between; }
  .nav-trigger span { float: none; }
  .mega-panel {
    top: calc(56px + env(safe-area-inset-top));
    height: calc(100vh - 56px - env(safe-area-inset-top));
    height: calc(100dvh - 56px - env(safe-area-inset-top));
    padding-bottom: env(safe-area-inset-bottom);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .mega-panel__inner { padding-left: max(20px, env(safe-area-inset-left)); padding-right: max(20px, env(safe-area-inset-right)); }
  .mega-panel__back { min-height: 44px; }
  .mega-tree__parent, .mega-tree__group a { min-height: 44px; display: flex; align-items: center; }

  .hero { padding: 42px 12px 0; }
  .hero__content { width: min(100%, 430px); }
  .hero h1 { font-size: clamp(40px, 12vw, 52px); line-height: 1.01; overflow-wrap: anywhere; }
  .hero__content > p { width: 100%; max-width: 350px; font-size: 15px; }
  .hero__actions { min-height: 44px; gap: 14px; }
  .hero__actions .button { min-height: 44px; }
  .hero__image { margin-top: 30px; border-radius: 20px 20px 0 0; }

  .category-strip { padding: 12px 12px 44px; }
  .category-strip a { min-height: 112px; padding: 16px; }
  .category-strip small { max-width: 130px; line-height: 1.35; }
  .section { padding: 68px 14px; }
  .section-heading { gap: 12px; }
  .section-heading h2 { font-size: clamp(38px, 11vw, 48px); }
  .section-heading .text-link {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
  }
  .section-heading .text-link span { margin: 0; font-size: 20px; }
  .filter-row {
    margin-right: -14px;
    padding: 0 14px 8px 0;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }
  .filter-chip { min-height: 44px; padding: 10px 17px; scroll-snap-align: start; }
  .product-group { padding: 48px 0; }
  .product-group__heading { gap: 12px; }
  .product-group__heading h3 { font-size: 30px; }
  .product-group__heading div > span { max-width: 280px; }
  .product-group__heading button { width: 44px; height: 44px; padding: 0; }
  .category-products {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, min(82vw, 340px));
    gap: 12px;
    margin-right: -14px;
    padding: 0 14px 10px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .category-products::-webkit-scrollbar, .filter-row::-webkit-scrollbar { display: none; }
  .category-products .product-card { scroll-snap-align: start; }
  .product-card { padding: 8px 8px 18px; }
  .product-card__visual { width: 100%; height: auto; aspect-ratio: 4 / 5; }
  .product-card__info { padding: 16px 7px 0; }
  .product-card h3 { font-size: 16px; }
  .product-card__price { font-size: 14px; }
  .product-card__meta { display: block; font-size: 11px; }
  .wishlist { width: 44px; height: 44px; right: 8px; top: 8px; }

  .trust { padding-top: 68px; padding-bottom: 68px; }
  .newsletter { padding: 68px 20px; }
  .newsletter button { min-height: 48px; }

  .cart-drawer {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: max(20px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  }
  .cart-items { flex: 1; min-height: 0; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .cart-item { grid-template-columns: 68px minmax(0, 1fr); gap: 12px; }
  .cart-item__image { width: 68px; height: 80px; }
  .cart-item__price { grid-column: 2; }
  .cart-item__qty button { width: 44px; height: 40px; }
  .cart-footer { padding-bottom: env(safe-area-inset-bottom); }
  .modal {
    inset: auto 0 0;
    width: 100%;
    max-height: calc(100vh - 10px);
    max-height: calc(100dvh - 10px);
    border-radius: 22px 22px 0 0;
    transform: translateY(102%);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .modal.open { transform: translateY(0); }
  .modal__image { min-height: 240px; height: 34vh; height: 34dvh; }
  .modal__content { padding: 30px 22px max(28px, env(safe-area-inset-bottom)); }
  .modal__content h2 { font-size: 30px; }
  .modal__details { gap: 20px; }
  .toast { bottom: max(18px, env(safe-area-inset-bottom)); width: max-content; max-width: calc(100% - 28px); text-align: center; }

  .product-detail { width: calc(100% - 28px); }
  .product-breadcrumb { min-width: 0; overflow: hidden; white-space: nowrap; }
  .product-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .product-detail__hero { gap: 30px; padding-bottom: 64px; }
  .product-gallery__main { border-radius: 20px; }
  .product-gallery__notes { gap: 10px; }
  .product-gallery__notes article { min-height: 118px; padding: 20px; }
  .product-purchase h1 { font-size: clamp(38px, 12vw, 48px); line-height: .96; overflow-wrap: anywhere; }
  .product-purchase__description { font-size: 15px; }
  .product-specs { grid-template-columns: 1fr; }
  .product-specs div,
  .product-specs div:nth-child(even) { padding: 17px 0; border-left: 0; border-bottom: 1px solid #ededed; }
  .product-specs div:last-child { border-bottom: 0; }
  .quantity-picker button { min-width: 44px; }
  .product-accordions summary { min-height: 56px; align-items: center; }
  .related-products { padding: 64px 0 80px; }
  .related-products__heading h2 { font-size: 38px; }
  .related-card__visual { width: 100%; height: auto; aspect-ratio: 4 / 5; }

  .site-footer { padding: 44px max(20px, env(safe-area-inset-right)) max(22px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left)); }
  .site-footer .footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
  .footer-social a { width: 44px; height: 44px; }
}

@media (max-width: 380px) {
  .brand { font-size: 11px; }
  .brand__logo-frame { width: 130px; height: 23px; }
  .brand__logo { left: -7px; top: -93px; width: 144px; height: 144px; }
  .hero h1 { font-size: 40px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .button { width: 100%; }
  .product-buy-row { grid-template-columns: 1fr; }
  .quantity-picker { min-height: 48px; }
}

/* Storefront product-card actions */
.product-card {
  display: flex;
  flex-direction: column;
}
.product-card__visual::after { display: none; }
.product-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
  padding: 16px 5px 0;
}
.product-card__actions a,
.product-card__actions button {
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font: 600 12px/1 var(--display);
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.product-card__details { background: #f1f1f3; color: var(--ink); }
.product-card__add { background: var(--accent); color: #fff; }
.product-card__details:hover { background: #e5e5e7; }
.product-card__add:hover { background: #0068cc; }
.product-card__actions a:active,
.product-card__actions button:active { transform: scale(.98); }
.product-card__actions a:focus-visible,
.product-card__actions button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .product-card__actions { padding: 16px 7px 0; }
  .product-card__actions a,
  .product-card__actions button { min-height: 44px; }
}

/* Checkout */
.checkout-page { background: #f5f5f7; }
.checkout-header { background: rgba(255,255,255,.92); }
.checkout-shell { width: min(1180px, calc(100% - 48px)); min-height: 72vh; margin: 0 auto; padding: 42px 0 110px; }
.checkout-back { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; }
.checkout-back:hover { color: var(--accent); }
.checkout-back span { color: var(--accent); font-size: 20px; }
.checkout-heading { max-width: 760px; margin: 55px 0 42px; }
.checkout-heading h1,
.checkout-success h1 { margin: 0; font: 650 clamp(48px, 6vw, 78px)/.93 var(--display); letter-spacing: -.065em; }
.checkout-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 15px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: 22px; align-items: start; }
.checkout-layout[hidden], .checkout-empty[hidden], .checkout-success[hidden] { display: none; }
.checkout-panel { border-radius: 28px; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.checkout-form { padding: clamp(26px, 4vw, 48px); }
.checkout-form__section + .checkout-form__section { margin-top: 42px; padding-top: 42px; border-top: 1px solid #e5e5e7; }
.checkout-section-heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 24px; }
.checkout-section-heading > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 11px; }
.checkout-section-heading h2 { margin: 1px 0 5px; font: 650 24px/1 var(--display); letter-spacing: -.035em; }
.checkout-section-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.checkout-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.checkout-field { display: flex; flex-direction: column; gap: 8px; color: #424245; font-size: 11px; }
.checkout-field--full { grid-column: 1 / -1; }
.checkout-field input,
.checkout-field textarea { width: 100%; min-height: 50px; padding: 13px 15px; border: 1px solid #d2d2d7; border-radius: 12px; outline: 0; background: #fff; color: var(--ink); font: 14px/1.4 var(--body); resize: vertical; transition: border-color .2s, box-shadow .2s; }
.checkout-field textarea { min-height: 104px; }
.checkout-field input:focus,
.checkout-field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,102,204,.12); }
.checkout-field.is-invalid { color: #b42318; }
.checkout-field.is-invalid input,
.checkout-field.is-invalid textarea { border-color: #d92d20; background: #fff8f7; box-shadow: 0 0 0 3px rgba(217,45,32,.1); }
.checkout-field-error { display: block; color: #b42318; font-size: 10px; font-weight: 500; line-height: 1.4; }
.checkout-form__section:has(.is-invalid) .checkout-section-heading > span { background: #d92d20; }
.checkout-account-create { margin-top: 18px; overflow: hidden; border: 1px solid #d2d2d7; border-radius: 14px; background: #fbfbfd; }
.checkout-account-create__choice { min-height: 72px; padding: 16px; display: flex; align-items: center; gap: 13px; cursor: pointer; }
.checkout-account-create__choice input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--accent); }
.checkout-account-create__choice span { display: flex; flex-direction: column; gap: 5px; }
.checkout-account-create__choice strong { color: var(--ink); font-size: 12px; }
.checkout-account-create__choice small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.checkout-account-create__fields { padding: 17px 16px 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; border-top: 1px solid #e5e5e7; background: #fff; }
.checkout-account-create__fields[hidden] { display: none; }
.checkout-account-create__fields > p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.checkout-account-connected { margin: 18px 0 0; padding: 13px 15px; border: 1px solid #b9dfc2; border-radius: 12px; background: #edf8ef; color: #226c34; font-size: 10px; line-height: 1.5; }
.checkout-shipping-estimate { margin: 18px 0 0; padding: 13px 15px; border-radius: 12px; background: #f0f7ff; color: #315b7d; font-size: 10px; line-height: 1.55; }
.checkout-delivery-options { margin: 22px 0 0; padding: 0; display: grid; gap: 10px; border: 0; }
.checkout-delivery-options legend { margin-bottom: 10px; color: #424245; font-size: 11px; }
.checkout-delivery-options label { min-height: 76px; padding: 17px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; border: 1px solid #d2d2d7; border-radius: 14px; cursor: pointer; }
.checkout-delivery-options label:has(input:checked) { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.checkout-delivery-options input { width: 18px; height: 18px; accent-color: var(--accent); }
.checkout-delivery-options span { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.checkout-delivery-options strong,
.checkout-delivery-options b { font-size: 12px; }
.checkout-delivery-options b { white-space: nowrap; }
.checkout-delivery-options small { color: var(--muted); font-size: 10px; }
.checkout-payment-options { display: grid; gap: 10px; }
.checkout-payment-options label { min-height: 76px; padding: 17px; display: flex; align-items: center; gap: 14px; border: 1px solid #d2d2d7; border-radius: 14px; cursor: pointer; }
.checkout-payment-options label:has(input:checked) { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.checkout-payment-options input { width: 18px; height: 18px; accent-color: var(--accent); }
.checkout-payment-options span { display: flex; flex-direction: column; gap: 5px; }
.checkout-payment-options strong { font-size: 13px; }
.checkout-payment-options small { color: var(--muted); font-size: 10px; }
.checkout-payment-option { min-height: 76px; padding: 17px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; border: 1px solid #e5e5e7; border-radius: 14px; }
.checkout-payment-option.is-disabled { background: #fafafa; color: #86868b; cursor: not-allowed; }
.checkout-payment-option .checkout-payment-option__marker { width: 28px; height: 22px; display: grid; place-items: center; border: 1px solid #c7c7cc; border-radius: 5px; font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.checkout-payment-option b { padding: 6px 8px; border-radius: 999px; background: #eeeeef; color: #6e6e73; white-space: nowrap; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.checkout-note { margin-top: 20px; }
.checkout-consent { margin: 32px 0 0; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.checkout-consent input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--accent); }
.checkout-consent.is-invalid { margin-left: -10px; margin-right: -10px; padding: 10px; border: 1px solid #d92d20; border-radius: 10px; color: #b42318; background: #fff8f7; }
.checkout-consent + .checkout-field-error { margin-top: 7px; }
.checkout-error { min-height: 20px; margin: 14px 0 4px; color: #b42318; font-size: 12px; line-height: 1.45; }
.checkout-submit { min-height: 54px; border-radius: 999px; }
.checkout-submit:disabled { cursor: wait; opacity: .65; }
.checkout-submit-note { margin: 12px auto 0; max-width: 440px; color: var(--muted); text-align: center; font-size: 10px; line-height: 1.45; }
.checkout-summary { position: sticky; top: 70px; padding: 28px; }
.checkout-summary__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid #e5e5e7; }
.checkout-summary__heading .overline { margin-bottom: 8px; }
.checkout-summary__heading h2 { margin: 0; font: 650 25px/1 var(--display); letter-spacing: -.04em; }
.checkout-summary__heading > span { color: var(--muted); font-size: 10px; }
.checkout-items { display: grid; }
.checkout-item { padding: 18px 0; display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; gap: 13px; border-bottom: 1px solid #e5e5e7; }
.checkout-item__image { width: 74px; height: 88px; overflow: hidden; display: grid; place-items: center; border-radius: 12px; background: #f5f5f7; color: var(--muted); font-size: 9px; }
.checkout-item__image img { width: 100%; height: 100%; object-fit: cover; }
.checkout-item__details { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.checkout-item__details > a { font: 600 12px/1.35 var(--display); }
.checkout-item__details > small { margin: 5px 0 10px; color: var(--muted); font-size: 9px; }
.checkout-item .cart-item__qty { margin-top: auto; }
.checkout-item .cart-item__qty button { width: 32px; height: 30px; }
.checkout-item__end { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.checkout-item__end strong { white-space: nowrap; font: 600 11px var(--display); }
.checkout-item__end button { margin-top: auto; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 9px; text-decoration: underline; cursor: pointer; }
.checkout-totals { padding-top: 18px; display: grid; gap: 12px; }
.checkout-totals > div { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
.checkout-totals strong { color: var(--ink); font-weight: 600; }
.checkout-totals .checkout-rewards { padding: 14px; display: block; border-radius: 12px; background: #f0f7ff; color: #315b7d; }
.checkout-totals .checkout-rewards[hidden], #checkoutPointsDiscount[hidden] { display: none; }
.checkout-rewards label { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-weight: 600; }
.checkout-rewards label span { display: flex; flex-direction: column; gap: 3px; }
.checkout-rewards label small { color: #5d7285; font-size: 8px; font-weight: 400; }
.checkout-rewards input { width: 90px; min-height: 40px; padding: 8px 10px; border: 1px solid #a8c8e8; border-radius: 9px; font-size: 15px; text-align: right; }
.checkout-rewards > small { display: block; margin-top: 8px; font-size: 8px; line-height: 1.45; }
#checkoutPointsDiscount strong { color: #1a7f37; }
.checkout-reward-signin { margin: 14px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: center; }
.checkout-reward-signin a { color: var(--accent); }
.checkout-totals .checkout-total { margin-top: 4px; padding-top: 17px; align-items: baseline; border-top: 1px solid #d2d2d7; color: var(--ink); font-size: 15px; }
.checkout-total strong { font-size: 22px; }
.checkout-currency-note { margin: 14px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: center; }
.checkout-empty,
.checkout-success { max-width: 720px; margin: 70px auto; padding: clamp(36px, 6vw, 72px); text-align: center; }
.checkout-empty > span,
.checkout-success__icon { width: 58px; height: 58px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: #e8f5e9; color: #238636; font-size: 25px; }
.checkout-empty h2 { margin: 0; font: 650 36px var(--display); }
.checkout-empty p,
.checkout-success > p:not(.overline) { margin: 16px auto 28px; max-width: 520px; color: var(--muted); line-height: 1.6; }
.order-email-status { max-width: 620px; margin: 0 auto 26px; padding: 13px 16px; border-radius: 12px; font-size: 11px; line-height: 1.5; text-align: center; }
.order-email-status[data-status="sent"] { border: 1px solid #b9dfc2; background: #edf8ef; color: #226c34; }
.order-email-status[data-status="sending"] { border: 1px solid #bdd9f2; background: #f0f7fd; color: #245f8f; }
.order-email-status[data-status="failed"] { border: 1px solid #f0cf96; background: #fffaf0; color: #765019; }
.payment-summary + .order-email-status { margin-top: -12px; }

/* Manual VietQR payment */
.payment-shell { width: min(1100px, calc(100% - 48px)); min-height: 72vh; margin: 0 auto; padding: 42px 0 110px; }
.payment-layout[hidden], .payment-missing[hidden], .payment-confirmation[hidden] { display: none; }
.payment-card { margin-top: 38px; padding: clamp(28px, 5vw, 58px); }
.payment-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding-bottom: 34px; border-bottom: 1px solid #e5e5e7; }
.payment-heading h1,
.payment-missing h1,
.payment-confirmation h1 { margin: 0; font: 650 clamp(44px, 5.6vw, 72px)/.94 var(--display); letter-spacing: -.06em; }
.payment-heading > div > p:last-child { max-width: 620px; margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.payment-status { flex: 0 0 auto; padding: 10px 13px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: #fff6e5; color: #8a5900; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.payment-status i { width: 7px; height: 7px; border-radius: 50%; background: #e59a16; }
.payment-summary { margin: 28px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid #d2d2d7; border-radius: 18px; overflow: hidden; }
.payment-summary > div { min-width: 0; padding: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px 12px; align-items: center; }
.payment-summary > div + div { border-left: 1px solid #d2d2d7; }
.payment-summary span { grid-column: 1 / -1; color: var(--muted); font-size: 10px; }
.payment-summary strong { min-width: 0; overflow-wrap: anywhere; font: 650 clamp(17px, 2.2vw, 25px)/1.2 var(--display); letter-spacing: -.02em; }
.payment-summary button,
.payment-bank button { min-height: 34px; padding: 0 12px; border: 1px solid #d2d2d7; border-radius: 999px; background: #fff; color: var(--ink); font-size: 9px; font-weight: 700; cursor: pointer; }
.payment-summary button:hover,
.payment-bank button:hover { border-color: var(--ink); }
.payment-summary__total strong { color: var(--accent); }
.payment-content { display: grid; grid-template-columns: minmax(280px, 360px) minmax(0, 1fr); gap: clamp(30px, 5vw, 62px); align-items: start; }
.payment-qr { overflow: hidden; border-radius: 22px; border: 1px solid #e5e5e7; background: #fffcf4; }
.payment-qr img { width: 100%; height: auto; display: block; }
.payment-qr p { margin: 0; padding: 15px 18px 18px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.payment-qr__download { min-height: 44px; margin: 0 18px 18px; display: flex; align-items: center; justify-content: center; border: 1px solid #d2d2d7; border-radius: 999px; background: #fff; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.payment-qr__download:hover { border-color: var(--ink); }
.payment-bank { overflow: hidden; border: 1px solid #e5e5e7; border-radius: 16px; }
.payment-bank > div { min-height: 64px; padding: 14px 16px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 5px 12px; }
.payment-bank > div + div { border-top: 1px solid #e5e5e7; }
.payment-bank span { grid-column: 1 / -1; color: var(--muted); font-size: 9px; }
.payment-bank strong { overflow-wrap: anywhere; font: 650 14px/1.3 var(--display); }
.payment-instructions ol { margin: 25px 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.payment-instructions li { display: flex; align-items: flex-start; gap: 12px; }
.payment-instructions li > span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 9px; font-weight: 700; }
.payment-instructions li p { margin: 3px 0 0; color: #424245; font-size: 12px; line-height: 1.5; }
.payment-warning { margin: 0 0 22px; padding: 16px 18px; border-radius: 13px; border: 1px solid #f0cf96; background: #fffaf0; }
.payment-warning strong { color: #8a5900; font-size: 11px; }
.payment-warning p { margin: 5px 0 0; color: #6e5a38; font-size: 10px; line-height: 1.55; }
.payment-complete { min-height: 54px; border-radius: 999px; }
.payment-later { min-height: 44px; margin-top: 8px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
.payment-missing,
.payment-confirmation { max-width: 760px; margin: 70px auto; padding: clamp(36px, 6vw, 72px); text-align: center; }
.payment-missing > span { width: 58px; height: 58px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: #fff6e5; color: #a46800; font-size: 25px; }
.payment-missing > p:not(.overline),
.payment-confirmation > p:not(.overline) { max-width: 560px; margin: 18px auto 28px; color: var(--muted); line-height: 1.65; }

@media (max-width: 900px) {
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { position: static; order: -1; }
  .payment-content { grid-template-columns: minmax(260px, 320px) minmax(0, 1fr); gap: 28px; }
}

@media (max-width: 720px) {
  .checkout-shell { width: calc(100% - 24px); padding: 24px 0 72px; }
  .checkout-heading { margin: 38px 6px 30px; }
  .checkout-heading h1,
  .checkout-success h1 { font-size: clamp(42px, 13vw, 56px); }
  .checkout-panel { border-radius: 22px; }
  .checkout-summary, .checkout-form { padding: 22px 18px; }
  .checkout-fields { grid-template-columns: 1fr; }
  .checkout-account-create__fields { grid-template-columns: 1fr; }
  .checkout-account-create__fields > p { grid-column: auto; }
  .checkout-field--full { grid-column: auto; }
  .checkout-field input { min-height: 52px; font-size: 16px; }
  .checkout-form__section + .checkout-form__section { margin-top: 34px; padding-top: 34px; }
  .checkout-item { grid-template-columns: 68px minmax(0, 1fr); }
  .checkout-item__image { width: 68px; height: 82px; }
  .checkout-item__end { grid-column: 2; flex-direction: row; justify-content: space-between; align-items: center; }
  .checkout-item__end button { margin-top: 0; min-height: 32px; }
  .checkout-item .cart-item__qty button { width: 40px; height: 36px; }
  .checkout-delivery-options label { min-height: 82px; grid-template-columns: auto minmax(0, 1fr); }
  .checkout-delivery-options b { grid-column: 2; }
  .checkout-payment-options label { min-height: 82px; }
  .checkout-payment-option { min-height: 82px; grid-template-columns: auto minmax(0, 1fr); }
  .checkout-payment-option b { grid-column: 2; justify-self: start; }
  .payment-shell { width: calc(100% - 24px); padding: 24px 0 72px; }
  .payment-card { margin-top: 26px; padding: 24px 18px; }
  .payment-heading { display: block; padding-bottom: 26px; }
  .payment-heading h1,
  .payment-missing h1,
  .payment-confirmation h1 { font-size: clamp(40px, 12vw, 54px); }
  .payment-status { margin-top: 20px; }
  .payment-summary { grid-template-columns: 1fr; }
  .payment-summary > div + div { border-top: 1px solid #d2d2d7; border-left: 0; }
  .payment-summary strong { font-size: 19px; }
  .payment-content { grid-template-columns: 1fr; }
  .payment-qr { width: min(100%, 390px); margin: 0 auto; }
  .payment-bank > div { min-height: 72px; }
}

@media (max-width: 430px) {
  .site-header .header-search { display: none; }
  .search-results { max-height: none; grid-template-columns: 1fr; }
  .search-result { grid-template-columns: 52px minmax(0, 1fr); }
  .search-result__image { width: 52px; height: 62px; }
  .search-result__price { grid-column: 2; }
  .locale-controls select { padding-left: 6px; padding-right: 14px; }
  .locale-controls select[data-locale-language] { width: 43px; }
  .locale-controls select[data-locale-currency] { width: 54px; }
}

@media (max-width: 350px) {
  .site-header .brand__logo-frame { width: 100px; }
  .icon-btn, .menu-button { min-width: 40px; width: 40px; }
}
