:root {
  --bg: #ffffff;
  --bg-soft: #f6f3f1;
  --ink: #161415;
  --muted: #6b6462;
  --line: #e6e0dc;
  --blush: #e8c4c4;
  --blush-deep: #c98a8a;
  --rose: #8b1e3f;
  --rose-hot: #b4234a;
  --ink-dark: #111111;
  --ivory: #efe7de;
  --wine: #4a1c28;
  --dust: #c4b6ae;
  --pool: #9aaeb8;
  --wrap: 1320px;
  --header: 118px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Jost", "Noto Sans JP", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
  max-width: 100%;
}
html:not(.age-ok) { overflow: hidden; height: 100%; }

html.age-ok .age-gate { display: none !important; }
html.promo-off .promo-bar { display: none !important; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  overflow-x: clip;
  max-width: 100%;
}

.lang-ja body,
body.lang-ja { letter-spacing: 0.03em; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: 0; margin: 0 0 .4em; }
h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.8rem); }
h3 { font-size: 1.35rem; }

.wrap {
  width: min(var(--wrap), calc(100% - 32px));
  max-width: 100%;
  margin-inline: auto;
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  border: 0;
}

.kicker {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 10px;
}
.kicker--light { color: #f3e9e7; }
.kicker--rose { color: var(--blush); }

.muted { color: var(--muted); font-size: 13px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  cursor: pointer;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  transition: .25s var(--ease);
}
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--blush); }
.btn--ghost { background: transparent; border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--ghost-light { background: transparent; border-color: #fff; color: #fff; }
.btn--ghost-light:hover { background: #fff; color: var(--ink); }
.btn--rose { background: var(--rose); color: #fff; }
.btn--rose:hover { background: var(--rose-hot); }
.btn--line { width: 100%; background: transparent; border-color: var(--line); margin-top: 8px; }
.btn--line:hover { border-color: var(--ink); }

.text-btn, .text-link {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 13px;
}
.round-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.round-btn:hover { border-color: var(--ink); }

.icon-btn {
  background: none;
  border: 0;
  padding: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  position: relative;
}

/* Tones — editorial placeholders, not stock photography */
.tone-blush { background: linear-gradient(145deg, #f4d6d2 0%, #d9a3a0 46%, #8a4a52 100%); }
.tone-rose { background: linear-gradient(160deg, #e7b7b4, #9a3d4e 55%, #3a1018); }
.tone-wine { background: linear-gradient(150deg, #6a3140, #2b1016 70%); }
.tone-ivory { background: linear-gradient(160deg, #f7f1ea, #d9c7b6 60%, #b89a86); }
.tone-dust { background: linear-gradient(150deg, #d8cdc6, #8e7a72 70%, #3f3430); }
.tone-ink { background: linear-gradient(155deg, #3a2a32, #120c10 62%, #6a1f35); }
.tone-pool { background: linear-gradient(160deg, #d5e3e8, #7f9aa6 58%, #2c3d46); }
.tone-lingerie { background: linear-gradient(145deg, #f0d5d0, #c48b88); }
.tone-toys { background: linear-gradient(145deg, #2b151c, #111); }
.tone-nightwear { background: linear-gradient(145deg, #e4d4c8, #8c6d62); }
.tone-swim { background: linear-gradient(145deg, #cfe0e6, #5d7c88); }
.tone-beauty { background: linear-gradient(145deg, #ead9c8, #b08968); }
.tone-gifts { background: linear-gradient(145deg, #f0cfd4, #8a4452); }
.tone-sale { background: linear-gradient(145deg, #8b1e3f, #1a0a10); }

/* Age gate */
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: rgba(17, 17, 17, .88);
  padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
}
.age-gate__card {
  width: min(460px, 100%);
  background: #fff;
  padding: 40px 36px;
  text-align: center;
}
.age-gate__brand { display: block; margin-bottom: 8px; font-size: 22px; letter-spacing: .32em; }
.age-gate__brand.has-mark {
  justify-content: center;
  text-align: left;
  gap: 12px;
}
.age-gate__brand .logo__word {
  font-size: 22px;
  letter-spacing: .32em;
  padding-left: 0;
}
.age-gate__brand .logo__mark {
  height: 40px;
  max-width: 80px;
}
.age-gate h1 { font-size: 2rem; }
.age-gate__actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 22px 0 12px; }
.age-gate__legal { font-size: 12px; color: var(--muted); }

/* Promo + util + header */
.promo-bar {
  background: var(--ink-dark);
  color: #fff;
  text-align: center;
  padding: 8px 40px;
  padding-left: max(40px, env(safe-area-inset-left, 0px));
  padding-right: max(40px, env(safe-area-inset-right, 0px));
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  position: relative;
}
.promo-bar__text { margin: 0; overflow-wrap: anywhere; }
.promo-bar__terms { opacity: .55; margin-left: 8px; font-size: 10px; }
.promo-bar__close {
  position: absolute;
  right: 12px; top: 50%;
  transform: translateY(-50%);
  background: none; border: 0; color: #fff;
  font-size: 18px; cursor: pointer; line-height: 1;
}

.util-bar {
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.util-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
  gap: 16px;
}
.util-bar__links { display: flex; gap: 18px; }
.util-bar a:hover { text-decoration: underline; text-underline-offset: 3px; }

.lang-switch { display: flex; gap: 8px; align-items: center; }
.lang-switch a { opacity: .45; }
.lang-switch a.is-active { opacity: 1; font-weight: 500; }
.lang-switch--mobile { padding: 18px 4px; text-transform: uppercase; font-size: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding-top: env(safe-area-inset-top, 0px);
}

.header-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  gap: 12px;
  position: relative;
}

.menu-toggle { justify-self: start; grid-column: 1; }

.logo { justify-self: center; text-align: center; color: inherit; grid-column: 2; }
.logo.has-mark {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 2px;
}
.logo.has-mark .logo__mark { grid-column: 1; grid-row: 1; }
.logo.has-mark .logo__word { grid-column: 2; grid-row: 1; }
.logo.has-mark .logo__jp {
  grid-column: 1 / -1;
  grid-row: 2;
  text-align: center;
  width: 100%;
}
.logo-lockup,
.age-gate__brand.has-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}
.logo__mark {
  display: block;
  height: 36px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
  flex-shrink: 0;
}
.is-home .site-header .logo__mark {
  height: 52px;
  max-width: 96px;
}
.logo__word {
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: .38em;
  font-weight: 600;
  display: block;
  padding-left: .38em;
}
.is-home .site-header .logo__word {
  font-size: 56px;
}
.is-home .header-main {
  min-height: 96px;
}
.logo__jp {
  display: block;
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: none;
  color: var(--muted);
  margin-top: 2px;
}

.header-actions { display: flex; align-items: center; gap: 4px; justify-self: end; grid-column: 3; }
.bag-count {
  position: absolute;
  top: 0; right: 0;
  background: var(--ink);
  color: #fff;
  font-size: 9px;
  min-width: 14px;
  height: 14px;
  border-radius: 99px;
  display: grid;
  place-items: center;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  display: block;
  width: 18px; height: 1.5px;
  background: currentColor;
  position: relative;
}
.hamburger::before, .hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}
.hamburger::before { top: -6px; }
.hamburger::after { top: 6px; }

.menu-toggle { display: inline-flex; }

.main-nav { display: none; border-top: 1px solid var(--line); }
.main-nav__list {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.main-nav__item { position: static; }
.main-nav__item > a {
  display: block;
  padding: 14px 16px 16px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 500;
}
.main-nav__item.is-sale > a { color: var(--rose); }
.main-nav__item:hover > a,
.main-nav__item:focus-within > a { box-shadow: inset 0 -2px 0 var(--ink); }
.main-nav__item.is-sale:hover > a { box-shadow: inset 0 -2px 0 var(--rose); }

.promo-banner {
  position: relative;
  background: #808080;
  color: #000;
  padding: 8px 0;
  overflow: hidden;
}
.promo-banner__inner {
  display: grid;
  gap: 12px;
  position: relative;
  align-items: center;
  padding: 8px 0 18px;
}
.promo-banner__copy {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #000;
}
.promo-swap {
  position: relative;
  display: grid;
  min-height: 1.1em;
}
.promo-swap__line {
  grid-area: 1 / 1;
  font-family: var(--sans);
  font-size: clamp(1.15rem, 5.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: .1rem;
  text-transform: uppercase;
  line-height: 1;
  color: #000;
  transition: opacity .45s ease, transform .45s ease;
}
.promo-swap .t2 {
  opacity: 0;
  transform: translateY(8px);
  color: #fff;
}
.promo-swap.is-alt .t1 {
  opacity: 0;
  transform: translateY(-8px);
}
.promo-swap.is-alt .t2 {
  opacity: 1;
  transform: none;
}
.promo-banner__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
}
.promo-banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  border: 0;
  border-radius: 999px;
  color: #3b3935;
  text-align: center;
  font-size: 15px;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
  background: #fff;
  transition: background-color .3s ease, color .3s ease;
}
.promo-banner__btn:hover,
.promo-banner__btn:focus-visible {
  background: #898886;
  color: #fff;
}
.promo-banner__terms {
  position: absolute;
  left: 12px;
  bottom: 6px;
  font-size: 8px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #000;
  opacity: .75;
}
.promo-banner .mobHide { display: none; }
body.lang-ja .promo-swap__line {
  letter-spacing: .04em;
  font-size: clamp(1rem, 4.2vw, 1.85rem);
  font-weight: 700;
}

.mega {
  display: none;
  position: absolute;
  left: 0; right: 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 28px 0 32px;
  box-shadow: 0 18px 40px rgba(22, 20, 21, .08);
}
.main-nav__item:hover .mega,
.main-nav__item:focus-within .mega { display: block; }

.mega__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.mega__grid > div { flex: 1 1 160px; }
.mega-featured { flex: 1.2 1 240px; }
.mega__label {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 12px;
  font-weight: 500;
}
.mega a { display: block; padding: 5px 0; font-size: 14px; }
.mega a:hover { color: var(--rose); }
.mega-featured {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}
.mega-featured__kicker {
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: 0;
  text-transform: none;
}
.mega-featured__cta {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-top: 8px;
  border-bottom: 1px solid currentColor;
  width: max-content;
}
.mega-featured--dark { color: #fff; }

/* Drawers / overlays */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(255,255,255,.96);
  display: grid;
  place-items: start center;
  padding: 12vh 20px 40px;
}
.search-overlay__panel { width: min(640px, 100%); text-align: center; }
.search-form { display: flex; border-bottom: 1px solid var(--ink); }
.search-form input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 12px 0;
  font-size: 22px;
  font-family: var(--serif);
  outline: none;
}
.search-form button { background: none; border: 0; cursor: pointer; letter-spacing: .12em; text-transform: uppercase; font-size: 11px; }
.search-hint, .search-empty { color: var(--muted); }

.bag-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(400px, 100%);
  background: #fff;
  z-index: 70;
  transform: translateX(100%);
  transition: transform .35s var(--ease);
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 40px rgba(0,0,0,.08);
}
.bag-drawer.is-open { transform: none; }
.bag-drawer__head, .bag-drawer__foot { padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; }
.bag-drawer__head { border-bottom: 1px solid var(--line); }
.bag-drawer__foot { border-top: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 10px; }
.bag-drawer__body { padding: 20px 22px; flex: 1; }
.bag-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 12px; align-items: center; }
.bag-line__swatch { height: 96px; }
.bag-line__name { margin: 0; font-weight: 500; }
.bag-note { color: var(--muted); font-size: 13px; margin-top: 18px; }
.bag-subtotal { display: flex; justify-content: space-between; width: 100%; }

.scrim {
  position: fixed; inset: 0;
  background: rgba(17,17,17,.45);
  z-index: 55;
}

.mobile-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  width: min(360px, 92%);
  background: #fff;
  z-index: 70;
  transform: translateX(-105%);
  transition: transform .35s var(--ease);
  overflow: auto;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.mobile-drawer.is-open { transform: none; }
.mobile-drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 16px;
  border-bottom: 1px solid var(--line);
  gap: 12px;
}
.mobile-drawer__head .logo-lockup { min-width: 0; }
.mobile-drawer__head .logo__word {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-acc { border-bottom: 1px solid var(--line); }
.mobile-acc summary {
  padding: 16px 18px;
  cursor: pointer;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.mobile-acc.is-sale summary { color: var(--rose); }
.mobile-acc a, .mobile-plain {
  display: block;
  padding: 8px 18px 8px 28px;
  color: var(--muted);
}
.mobile-plain { padding: 14px 18px; }

body.is-locked { overflow: hidden; }

/* Hero */
.hero {
  position: relative;
  min-height: min(86vh, 820px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}
.hero__hit {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero__media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 40%, #c48b88 0%, transparent 42%),
    linear-gradient(145deg, #2a1218 0%, #8b4550 38%, #e8c4c4 62%, #1a0e12 100%);
}
.hero__media.has-photo {
  background-color: #1a0e12;
  background-image: none;
}
.hero__slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  color: inherit;
  text-decoration: none;
  background-color: #1a0e12;
  background-image: var(--hero-photo);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity .55s ease, visibility .55s ease;
}
.hero__slide.is-on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 18% 12% 22% 48%;
  border: 1px solid rgba(255,255,255,.18);
  pointer-events: none;
  z-index: 2;
}
.hero__media.has-photo::after { opacity: .25; }
.hero__content {
  position: relative;
  z-index: 2;
  pointer-events: none;
  width: min(var(--wrap), calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 72px;
  max-width: 640px;
  justify-self: start;
  margin-left: max(20px, calc((100% - var(--wrap)) / 2));
}
.hero__body { font-size: 17px; max-width: 440px; color: #f3e9e7; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; pointer-events: auto; }
.hero__photo { display: none; }
.hero__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(12, 8, 10, .38);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}
.hero__arrow:hover { background: rgba(12, 8, 10, .58); }
.hero__arrow--prev { left: max(16px, env(safe-area-inset-left, 0px)); }
.hero__arrow--next { right: max(16px, env(safe-area-inset-right, 0px)); }
.hero__dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  pointer-events: auto;
}
.hero__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, .42);
  cursor: pointer;
}
.hero__dot.is-on {
  background: #fff;
  width: 22px;
}

/* Circular category nav — condensed row, matching pop-cats rhythm */
.cat-circles {
  background: #fff;
  padding: 28px 0 34px;
}
.cat-circles__inner {
  width: min(720px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(16px, 3vw, 40px);
  align-items: start;
}
.cat-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  color: #222;
  text-align: center;
}
.cat-circle__media {
  display: block;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #ece7e2;
}
.cat-circle__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform .4s var(--ease);
}
.cat-circle:hover .cat-circle__media img { transform: scale(1.07); }
.cat-circle__label {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  color: #1a1a1a;
}
.cat-circle:hover .cat-circle__label { color: var(--rose); }

/* Two-up html slot tiles */
.html-slots {
  background: #fff;
  padding: 0 0 8px;
}
.html-slots__inner {
  width: min(var(--wrap), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.html-slot {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #c9a57e;
}
.html-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s var(--ease);
}
.html-slot::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(to top, rgba(40, 24, 16, .28), transparent);
  pointer-events: none;
}
.html-slot:hover img { transform: scale(1.04); }
.html-slot__btn {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 1;
  min-width: 132px;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
}
.html-slot:hover .html-slot__btn { background: #fff; color: #111; }

/* Store finder banner */
.store-finder-banner {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  margin-top: 8px;
}
.store-finder-banner__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(12, 8, 10, .55), rgba(12, 8, 10, .55)),
    url("../img/slots/store-finder.svg") center / cover no-repeat;
}
.store-finder-banner__media.has-photo {
  background:
    linear-gradient(rgba(12, 8, 10, .55), rgba(12, 8, 10, .55)),
    var(--finder-photo) center / cover no-repeat;
}
.store-finder-banner__content {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 40px));
  padding: 48px 0;
}
.store-finder-banner h2 {
  font-family: var(--sans);
  font-size: clamp(1.5rem, 3.2vw, 2.15rem);
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 10px;
}
.store-finder-banner p {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, .92);
}
.store-finder-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.store-finder-banner__btn:hover { background: #f3f3f3; }

/* UGC / social gallery */
.ugc-feed {
  position: relative;
  background: #2f2f2f;
  color: #fff;
  padding: 48px 0 56px;
}
.ugc-feed__head {
  text-align: center;
  margin-bottom: 28px;
  padding: 0 20px;
}
.ugc-feed__head h2 {
  font-family: var(--sans);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 600;
  letter-spacing: .04em;
  color: #fff;
  margin: 0 0 8px;
}
.ugc-feed__head p {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,.9);
}
.ugc-feed__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  min-height: 0;
}
.ugc-tile {
  position: relative;
  display: block;
  overflow: hidden;
  background: #444;
  min-height: 0;
  height: 100%;
  aspect-ratio: 1;
}
.ugc-tile--hero {
  grid-column: 1 / -1;
  grid-row: auto;
  aspect-ratio: 16 / 10;
}
.ugc-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s var(--ease);
}
.ugc-tile:hover img { transform: scale(1.04); }
.ugc-tile__cam {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.12);
}
.ugc-tile__cam svg {
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.45));
}
.ugc-social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}
.ugc-social:empty { display: none; }
.ugc-social__icon {
  width: 40px;
  height: 40px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}
.ugc-social__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}
.ugc-social__icon:hover { background: #fff; color: #2f2f2f; }
.back-top {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #3d3d3d;
  color: #fff;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.back-top::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
}

/* Mosaic */
.mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 8px 0 0;
}
.mosaic__tile {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.mosaic__tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.5), transparent 55%);
}
.mosaic__tile:hover { filter: brightness(1.08); }
.mosaic__label {
  font-family: var(--serif);
  font-size: 28px;
  text-shadow: 0 8px 24px rgba(0,0,0,.25);
  position: relative;
}
.mosaic__shop {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .9;
  position: relative;
}

/* Bands */
.band { padding: 72px 0; }
.band--light { background: var(--bg-soft); }
.band--dark {
  background: var(--ink-dark);
  color: #f6f3f1;
}
.band--dark h2 { color: #fff; }
.band--rail { padding-bottom: 40px; }

.split { display: grid; gap: 40px; }
.split__copy { max-width: 520px; }
.split__copy .btn { margin-top: 18px; }

.editorial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.edit-card {
  min-height: 180px;
  padding: 22px;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.edit-card h3 { color: #fff; }
.edit-card p { color: rgba(255,255,255,.86); margin: 0 0 10px; font-size: 14px; }
.edit-card span {
  color: #fff;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  width: max-content;
}

.dark-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.dark-tile {
  min-height: 160px;
  display: grid;
  place-items: end start;
  padding: 18px;
  color: #fff;
  font-family: var(--serif);
  font-size: 26px;
}

.rail-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 22px;
}
.rail-tools { display: flex; align-items: center; gap: 10px; }

.product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  scrollbar-width: thin;
}
.product-card { scroll-snap-align: start; min-width: 0; }
.product-card__media {
  display: block;
  aspect-ratio: 3 / 4;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  background: #f4f1ee;
  transition: filter .3s var(--ease);
}
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card:hover .product-card__media { filter: brightness(1.06); }
.product-card h3 { font-family: var(--sans); font-size: 14px; font-weight: 500; }
.product-card h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.price { margin: 0; font-size: 14px; }
.price s { color: var(--muted); margin-right: 8px; }
.stars { font-size: 12px; color: var(--muted); margin: 6px 0 0; }
.stars span { color: var(--ink); letter-spacing: 1px; margin-right: 6px; }

.badge {
  position: absolute;
  top: 10px; left: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 5px 8px;
}
.badge--sale { background: var(--rose); color: #fff; }
.badge--best { background: var(--ink); color: #fff; }

.section-title { margin-bottom: 28px; }
.guide-grid {
  display: grid;
  gap: 20px;
}
.guide-card__media { aspect-ratio: 16 / 10; margin-bottom: 14px; }
.guide-card p { color: var(--muted); margin: 0 0 10px; }
.guide-card span {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.trust { border-top: 1px solid var(--line); padding: 36px 0; background: var(--bg-soft); }
.trust__grid {
  display: grid;
  gap: 22px;
}
.trust strong { display: block; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 4px; }
.trust p { margin: 0; color: var(--muted); font-size: 13px; }

.img-marquee {
  overflow: hidden;
  padding: 18px 0;
  background: #fff;
  border-top: 1px solid var(--line);
}
.img-marquee__track {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: max-content;
  animation: img-marquee var(--marquee-s, 32s) linear infinite;
}
.img-marquee__item {
  flex: 0 0 auto;
  width: min(480px, 72vw);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1a0e12;
}
.img-marquee__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@keyframes img-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .img-marquee__track { animation-duration: 80s; }
}

/* Footer */
.site-footer { background: #fff; border-top: 1px solid var(--line); }
.footer-news { background: var(--ink-dark); color: #fff; padding: 48px 0; }
.footer-news h2 { color: #fff; }
.footer-news__inner { display: grid; gap: 24px; }
.news-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: start; }
.news-form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding: 12px 0;
  outline: none;
  color: #fff;
}
.news-form input::placeholder { color: rgba(255,255,255,.5); }
.news-msg { grid-column: 1 / -1; font-size: 13px; margin: 0; }
.news-msg.is-error { color: var(--blush); }

.footer-news--inquiry {
  background: #2e2d2a;
  padding: 36px 0 40px;
}
.footer-news--inquiry h2 {
  font-family: var(--sans);
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px;
  color: #fff;
}
.footer-news--inquiry p {
  margin: 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
.footer-news__inner--inquiry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.inquiry-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: #fff;
  color: #2e2d2a;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.inquiry-btn:hover { background: #f3f1ee; }

.footer-grid {
  display: grid;
  gap: 32px;
  padding: 48px 0 28px;
}
.footer-logo { letter-spacing: .32em; font-size: 22px; }
.footer-tagline { font-family: var(--serif); font-size: 20px; font-style: italic; margin: 6px 0 18px; }
.footer-links a { display: block; padding: 4px 0; color: var(--muted); font-size: 14px; }
.footer-links a:hover { color: var(--ink); }
.social-row { display: flex; gap: 8px; margin-top: 8px; }
.soc {
  width: 36px; height: 36px;
  border: 1px solid var(--line);
  display: grid; place-items: center;
  font-size: 11px;
  letter-spacing: .06em;
}
.footer-base {
  border-top: 1px solid var(--line);
  padding: 18px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
}
.pay-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-row span {
  border: 1px solid var(--line);
  padding: 4px 8px;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Coming soon */
.soon { min-height: 58vh; display: grid; place-items: center; padding: 80px 0; background: var(--bg-soft); }
.soon__inner { max-width: 560px; }
.soon__section { color: var(--muted); }

.contact { padding: 48px 0 80px; background: #fff; }
.contact__inner { max-width: 720px; }
.contact h1 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 12px;
}
.contact__lead { color: var(--muted); margin: 0 0 32px; }
.contact-form { display: grid; gap: 16px; }
.contact-form__row {
  display: grid;
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px 14px;
  outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--ink); }
.contact-form fieldset {
  border: 1px solid var(--line);
  padding: 12px 16px 8px;
}
.contact-form legend { padding: 0 6px; font-size: 13px; font-weight: 500; }
.contact-form .btn { justify-self: start; min-width: 180px; }
.contact-form__msg { margin: 0; font-size: 14px; }
.contact-form__msg.is-error { color: var(--rose); }
.contact__back { margin: 28px 0 0; }

/* Quick view */
.modal {
  position: fixed;
  inset: 0;
  z-index: 75;
  background: rgba(17,17,17,.5);
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal__card {
  width: min(820px, 100%);
  background: #fff;
  display: grid;
  position: relative;
}
.modal__close { position: absolute; top: 8px; right: 8px; z-index: 1; font-size: 28px; }
.qv-media { min-height: 280px; }
.qv-copy { padding: 28px; }
.qv-copy fieldset { border: 0; padding: 0; margin: 16px 0; }
.qv-copy legend { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 8px; }
.chip { display: inline-flex; align-items: center; gap: 6px; margin: 0 10px 8px 0; font-size: 13px; }
.qv-msg { color: var(--rose); }

/* Category PLP */
.page-plp .promo-banner,
.page-pdp .promo-banner,
.page-contact .promo-banner { display: none !important; }

.plp-trust {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.plp-trust__row {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 10px 0;
  font-size: 13px;
}
.plp-trust__row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.plp-offer {
  background: #e94d8a;
  text-align: center;
}
.plp-offer a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
}
.plp-offer a:hover { text-decoration: underline; text-underline-offset: 3px; }

.plp { padding: 22px 0 48px; }
.plp-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 28px;
}
.plp-crumbs a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.plp-crumbs span:last-child { color: var(--ink); }

.plp-hero { text-align: center; max-width: 720px; margin: 0 auto 28px; }
.plp-hero h1 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: .02em;
  margin-bottom: 14px;
}
.plp-desc { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.plp-desc__toggle {
  display: inline;
  background: none;
  border: 0;
  padding: 0;
  margin-left: 4px;
  cursor: pointer;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 15px;
}

.plp-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 8px 0 36px;
}
.plp-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: #f0eeec;
  font-size: 14px;
  font-weight: 500;
}
.plp-pill:hover,
.plp-pill.is-active { background: var(--ink); color: #fff; }

.plp-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 28px;
}
.plp-sort { position: relative; justify-self: start; }
.plp-sort__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.plp-sort__icon { font-size: 15px; }
.plp-sort__menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
  z-index: 8;
  padding: 8px 0;
}
.plp-sort__menu button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
}
.plp-sort__menu button:hover { background: var(--bg-soft); }

.plp-filter-btn {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: min(280px, 100%);
  min-height: 48px;
  padding: 0 28px;
  background: var(--ink);
  color: #fff;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}
.plp-filter-btn:hover { background: #000; }

.plp-pager {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
}
.plp-pager ol {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
}
.plp-pager a { padding: 2px; }
.plp-pager a.is-active { font-weight: 700; }

.plp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 16px;
}
.plp-card { min-width: 0; }
.plp-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  background: #f3eee9;
  margin-bottom: 12px;
  overflow: hidden;
}
.plp-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plp-wish {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d8d2cd;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  z-index: 2;
}
.plp-wish.is-on { color: var(--rose-hot); border-color: var(--rose-hot); }
.plp-card__banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(235,231,227,.92);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 6px;
}
.plp-card__price {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
}
.plp-card__name {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 10px;
}
.plp-card__name a:hover { text-decoration: underline; text-underline-offset: 3px; }
.plp-card__offer {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 10px;
  border: 1px solid #e94d8a;
  color: #e94d8a;
  font-size: 12px;
  font-weight: 500;
}
.plp-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  color: #9a9592;
}
.plp-stars { color: #7fc8c4; letter-spacing: 1px; font-size: 13px; }
.plp-stars .is-empty { color: #ddd; }

.plp-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(400px, 100%);
  background: #fff;
  z-index: 70;
  transform: translateX(100%);
  transition: transform .35s var(--ease);
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 40px rgba(0,0,0,.08);
}
.plp-drawer.is-open { transform: none; }
.plp-drawer__head,
.plp-drawer__foot {
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plp-drawer__head { border-bottom: 1px solid var(--line); }
.plp-drawer__head h2 { font-family: var(--sans); font-size: 18px; margin: 0; }
.plp-drawer__foot { border-top: 1px solid var(--line); }
.plp-drawer__foot .btn { width: 100%; }
.plp-drawer__body { padding: 20px 22px; overflow: auto; flex: 1; }
.plp-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
  font-size: 14px;
  cursor: pointer;
}
.plp-drawer__body .mega__label { margin: 18px 0 8px; }

.search-results__bottom-content {
  background: #fff;
  padding: 8px 0 72px;
}
.search-results__bottom-content p {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
}
.search-results__bottom-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.search-results__bottom-content a:hover { color: var(--muted); }
.search-results__bottom-content h2 {
  font-family: var(--sans);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0;
  margin: 8px 0 22px;
}
.search-results__bottom-content h3 {
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.search-results__bottom-content h3 + p { margin-bottom: 26px; }

.plp-card__offer--plain {
  border: 0;
  padding: 0 0 8px;
  font-weight: 600;
}

.pdp-stars {
  position: relative;
  display: inline-block;
  color: #ddd;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 14px;
}
.pdp-stars__fg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: calc(var(--r, 0) / 5 * 100%);
  color: #7fc8c4;
  white-space: nowrap;
}

.pdp { padding: 18px 0 36px; }
.pdp-main {
  display: grid;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.pdp-media {
  position: relative;
}
.pdp-gallery { display: grid; gap: 12px; }
.pdp-stage {
  position: relative;
  background: #f7f4f0;
  aspect-ratio: 1;
  overflow: hidden;
}
.pdp-stage__viewport {
  height: 100%;
  overflow: hidden;
  cursor: zoom-in;
  touch-action: pan-y;
}
.pdp-stage__track {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform .32s ease;
}
.pdp-stage.is-dragging .pdp-stage__track { transition: none; }
.pdp-stage__slide {
  flex: 0 0 100%;
  height: 100%;
  margin: 0;
}
.pdp-stage__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.pdp-stage__nav,
.pdp-thumbs__arrow,
.pdp-lightbox__nav,
.pdp-lightbox__close {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #8a8581;
  font-size: 28px;
  line-height: 1;
  padding: 0;
}
.pdp-stage__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 36px;
  height: 48px;
  color: #c4bfba;
}
.pdp-stage__nav:hover { color: #161415; }
.pdp-stage__nav--prev { left: 4px; }
.pdp-stage__nav--next { right: 4px; }
.pdp-stage__hint {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: #161415;
  font-size: 12px;
  font-weight: 600;
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
}
.pdp-stage:hover .pdp-stage__hint { opacity: 1; transform: none; }
.pdp-thumbs-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 4px;
}
.pdp-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.pdp-thumbs::-webkit-scrollbar { display: none; }
.pdp-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 2px;
  background: #f4f1ee;
  cursor: pointer;
  overflow: hidden;
  scroll-snap-align: start;
}
.pdp-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdp-thumb.is-on { border-color: #161415; }
.pdp-thumbs__arrow {
  height: 72px;
  font-size: 22px;
  color: #c4bfba;
}
.pdp-thumbs__arrow:hover { color: #161415; }
.pdp-thumbs__arrow:disabled { opacity: .28; cursor: default; }
.pdp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(22, 20, 21, .9);
  display: grid;
  place-items: center;
  cursor: zoom-out;
}
.pdp-lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 90vh;
  object-fit: contain;
}
.pdp-lightbox__close {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #fff;
  font-size: 36px;
  z-index: 2;
}
.pdp-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 42px;
  width: 48px;
  height: 64px;
  z-index: 2;
}
.pdp-lightbox__nav--prev { left: 12px; }
.pdp-lightbox__nav--next { right: 12px; }
.pdp-info h1 {
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1.2;
}
.pdp-info__price {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 600;
}
.pdp-info__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--muted);
}
.pdp-info__rating a:hover { text-decoration: underline; text-underline-offset: 3px; }
.pdp-info__offer {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 14px;
  border: 1px solid #e94d8a;
  border-radius: 999px;
  color: #e94d8a;
  font-size: 13px;
  font-weight: 500;
}
.pdp-cta {
  display: grid;
  gap: 10px;
  max-width: 420px;
  margin-bottom: 18px;
}
.pdp-cta__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.pdp-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.pdp-cta__btn svg { flex-shrink: 0; }
.pdp-cta__rfq { background: #7fc8c4; color: #111; }
.pdp-cta__rfq:hover { background: #6ebbb7; }
.pdp-cta__wa { background: #25d366; color: #fff; }
.pdp-cta__wa:hover { background: #1fbe5a; }
.pdp-cta__line { background: #06c755; color: #fff; }
.pdp-cta__line:hover { background: #05b34c; }
.pdp-cta__line-icon {
  display: block;
  flex-shrink: 0;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.35);
}
.pdp-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 16px;
}
.pdp-tabs button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}
.pdp-tabs button.is-active {
  background: #2e2d2a;
  border-color: #2e2d2a;
  color: #fff;
}
.pdp-panel p { margin: 0; line-height: 1.7; }
.pdp-panel ul { padding-left: 18px; margin: 0; }
.pdp-panel li { margin: 6px 0; }

.pdp-rail-block { padding: 36px 0 16px; }
.pdp-rail-block h2 {
  font-family: var(--sans);
  text-align: center;
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  font-weight: 500;
  margin: 0 0 28px;
}
.pdp-rail-wrap { position: relative; }
.pdp-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 2);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 18px;
  scrollbar-width: none;
}
.pdp-rail::-webkit-scrollbar { display: none; }
.pdp-rail .plp-card { scroll-snap-align: start; }
.pdp-rail__next {
  position: absolute;
  right: 0;
  top: 28%;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
  z-index: 2;
}
.pdp-rail__bar {
  height: 3px;
  background: #e6e0dc;
  position: relative;
  overflow: hidden;
}
.pdp-rail__bar span {
  display: block;
  height: 100%;
  width: 45%;
  background: #2e2d2a;
  transform: translateX(0);
}

.pdp-reviews { padding: 28px 0 80px; }
.pdp-reviews--home {
  border-top: 1px solid var(--line);
  background: #fff;
}
.rv-item__product {
  margin: 0 0 8px;
  font-size: 13px;
}
.rv-item__product a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.rv-list-more {
  display: flex;
  justify-content: center;
  padding: 24px 0 8px;
  margin: 0;
}
.rv-tabs {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}
.rv-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 8px 0;
  margin-bottom: -1px;
  cursor: pointer;
  font-size: 15px;
}
.rv-tabs button.is-active { border-bottom-color: var(--ink); font-weight: 600; }
.rv-head h2,
.pdp-reviews h2 {
  font-family: var(--sans);
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}
.rv-summary {
  display: grid;
  gap: 24px;
  align-items: center;
  margin: 28px 0 32px;
}
.rv-score { text-align: center; }
.rv-score__num { font-size: 42px; font-weight: 600; margin: 0 0 6px; }
.rv-score__base { color: var(--muted); font-size: 13px; margin: 8px 0 12px; }
.rv-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: #fff;
  cursor: pointer;
  font-size: 13px;
}
.rv-pill-btn--solid { background: var(--ink); color: #fff; }
.rv-bars__row {
  display: grid;
  grid-template-columns: 40px 1fr 28px;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  margin: 6px 0;
}
.rv-bars__track {
  display: block;
  height: 8px;
  background: #ece8e5;
  border-radius: 99px;
  overflow: hidden;
}
.rv-bars__track i {
  display: block;
  height: 100%;
  background: #7fc8c4;
}
.rv-write { text-align: center; }
.rv-write-form {
  display: grid;
  gap: 12px;
  max-width: 560px;
  margin: 0 auto 28px;
}
.rv-write-form label { display: grid; gap: 6px; font-size: 13px; }
.rv-write-form input,
.rv-write-form textarea {
  border: 1px solid var(--line);
  padding: 10px 12px;
}
.rv-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.rv-search {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  flex: 1;
  min-width: 200px;
}
.rv-search input { border: 0; outline: none; width: 100%; background: transparent; }
.rv-select { font-size: 13px; }
.rv-select select {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.rv-select--sort { margin-left: auto; }
.rv-topics { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 28px; }
.rv-topic {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-size: 13px;
}
.rv-topic.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }
.rv-item {
  display: grid;
  gap: 12px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.rv-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  font-size: 14px;
}
.rv-item__meta time { margin-left: auto; color: var(--muted); font-size: 13px; }
.rv-verified { color: var(--muted); font-size: 13px; }
.rv-item__body p { margin: 10px 0 16px; line-height: 1.65; }
.rv-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}
.rv-photos__thumb {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: zoom-in;
  background: #ece8e4;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.rv-photos__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.rv-lightbox {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100%;
  height: 100dvh;
  z-index: 200;
  background: rgba(22, 20, 21, .92);
  display: none;
  place-items: center;
  cursor: zoom-out;
}
.rv-lightbox.is-open {
  display: grid !important;
}
.rv-lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 90vh;
  object-fit: contain;
  pointer-events: none;
}
.rv-lightbox__close,
.rv-lightbox__nav {
  position: absolute;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  line-height: 1;
}
.rv-lightbox__close {
  top: 16px;
  right: 20px;
  font-size: 36px;
}
.rv-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;
  width: 48px;
  height: 64px;
}
.rv-lightbox__nav--prev { left: 12px; }
.rv-lightbox__nav--next { right: 12px; }
.rv-lightbox[data-single] .rv-lightbox__nav { display: none; }
.rv-help { display: flex; align-items: center; justify-content: flex-end; gap: 8px; font-size: 13px; color: var(--muted); margin: 0; }
.rv-help button { border: 0; background: none; cursor: pointer; }
.rv-qa { margin: 0 0 22px; }
.rv-qa h3 { font-family: var(--sans); font-size: 1.05rem; margin: 0 0 8px; }

@media (min-width: 760px) {
  .promo-banner { padding: 10px 0; }
  .promo-banner__inner {
    grid-template-columns: 1.15fr .85fr;
    gap: 28px;
    min-height: 132px;
    padding: 12px 0 16px;
  }
  .promo-banner__copy { justify-content: center; }
  .promo-banner__actions { margin: 0 0 0 auto; max-width: 380px; }
  .promo-banner .mobHide { display: flex; }
  .promo-banner__terms { bottom: 4px; }

  .editorial-grid { grid-template-columns: 1fr 1fr; }
  .edit-card--wide { grid-column: 1 / -1; min-height: 210px; }
  .split { grid-template-columns: .9fr 1.1fr; align-items: center; }
  .footer-news__inner { grid-template-columns: 1fr 1fr; align-items: center; }
  .contact-form__row { grid-template-columns: 1fr 1fr; }
  .footer-base { flex-direction: row; justify-content: space-between; align-items: center; }
  .hide-sm { display: inline-flex; }
  .pdp-main { grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
}

@media (min-width: 1024px) {
  .menu-toggle { display: none; }
  .main-nav { display: block; }
  .mosaic { grid-template-columns: repeat(6, 1fr); gap: 8px; }
  .mosaic__tile { min-height: 320px; }
  .product-rail { grid-auto-columns: calc((100% - 80px) / 5); }
  .guide-grid { grid-template-columns: repeat(3, 1fr); }
  .trust__grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr repeat(4, 1fr); }
  .footer-news__inner--inquiry { display: flex; grid-template-columns: none; }
  .modal__card { grid-template-columns: .9fr 1.1fr; }
  .plp-grid { grid-template-columns: repeat(4, 1fr); gap: 36px 20px; }
  .pdp-rail { grid-auto-columns: calc((100% - 60px) / 4); gap: 20px; }
  .pdp-rail--three { grid-auto-columns: calc((100% - 40px) / 3); }
  .rv-summary { grid-template-columns: 200px 1fr 180px; }
  .rv-summary--compact { grid-template-columns: 200px 1fr; }
  .rv-item { grid-template-columns: 180px 1fr; }
  .rv-item__body, .rv-help { grid-column: 2; }
  .rv-help { grid-column: 2; }
  .ugc-feed__grid {
    grid-template-columns: 1.2fr repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    min-height: 420px;
  }
  .ugc-tile { aspect-ratio: auto; height: 100%; }
  .ugc-tile--hero { grid-column: 1; grid-row: 1 / 3; aspect-ratio: auto; }
}

@media (max-width: 1023px) {
  .hide-sm { display: none; }
  .html-slots__inner { gap: 10px; width: min(var(--wrap), calc(100% - 24px)); }
  .html-slot__btn { bottom: 14px; min-width: 110px; padding: 8px 14px; font-size: 13px; }
  .store-finder-banner { min-height: 240px; }
  .store-finder-banner__content { padding: 36px 0; }
  .store-finder-banner p { font-size: 14px; }
  .ugc-feed { padding: 36px 0 72px; }
  .ugc-social { gap: 12px; }
  .cat-circles { padding: 22px 0 26px; }
  .cat-circles__inner { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 22px; }
  .cat-circle__media { max-width: 120px; }
  .plp-trust__row { flex-direction: column; align-items: center; gap: 6px; padding: 12px 0; }
  .plp-toolbar { grid-template-columns: 1fr 1fr; }
  .plp-sort { grid-column: 1; }
  .plp-pager { grid-column: 2; font-size: 12px; }
  .plp-pager ol { gap: 8px; }
  .plp-filter-btn { grid-column: 1 / -1; width: 100%; min-width: 0; }
  .footer-news__inner--inquiry { flex-direction: column; align-items: flex-start; }
  .inquiry-btn { width: 100%; }
  .rail-head { flex-wrap: wrap; }
  .hero__content {
    width: min(var(--wrap), calc(100% - 32px));
    margin-left: max(16px, env(safe-area-inset-left, 0px));
    margin-right: max(16px, env(safe-area-inset-right, 0px));
  }
  input, select, textarea { font-size: 16px; }
}

@media (max-width: 759px) {
  .hero { min-height: 72vh; }
  .hero__content { padding: 48px 0 40px; }
  .hero.hero--photo {
    min-height: 0;
    display: grid;
    align-items: end;
  }
  .hero.hero--photo .hero__media {
    position: relative;
    inset: auto;
  }
  .hero.hero--photo .hero__media.has-photo {
    background-image: none;
    background-color: #1a0e12;
  }
  .hero.hero--photo .hero__media.has-photo::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(12, 8, 10, .7));
  }
  .hero.hero--photo .hero__media::after { display: none; }
  .hero.hero--photo .hero__slide {
    background-image: none;
  }
  .hero.hero--photo .hero__slide.is-on {
    position: relative;
  }
  .hero.hero--photo .hero__photo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .hero.hero--photo .hero__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px max(20px, env(safe-area-inset-right, 0px)) 22px max(20px, env(safe-area-inset-left, 0px));
    box-sizing: border-box;
  }
  .hero.hero--photo .hero__body { max-width: none; font-size: 15px; }
  .hero.hero--photo h1 { font-size: clamp(1.45rem, 6.4vw, 2.1rem); }
  .hero.hero--photo .hero__arrow {
    top: 36%;
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
  .hero.hero--photo .hero__dots {
    bottom: auto;
    top: 14px;
  }
  .band { padding: 48px 0; }
  .logo__word { font-size: 22px; letter-spacing: .28em; }
  .is-home .site-header .logo__word { font-size: 44px; }
  .logo__mark { height: 28px; max-width: 56px; }
  .is-home .site-header .logo__mark { height: 40px; max-width: 72px; }
  .html-slots__inner { grid-template-columns: 1fr 1fr; }
}

.float-chat {
  position: fixed;
  right: max(18px, env(safe-area-inset-right, 0px));
  bottom: max(18px, env(safe-area-inset-bottom, 0px));
  z-index: 45;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
html:not(.age-ok) .float-chat { display: none; }
.float-chat a {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
  transition: transform .2s var(--ease);
}
.float-chat a:hover { transform: translateY(-2px); }
.float-chat__wa {
  border-radius: 50%;
  background: #25d366;
  color: #fff;
}
.float-chat__line {
  border-radius: 14px;
  overflow: hidden;
  background: #06c755;
}
.float-chat__line svg { display: block; width: 56px; height: 56px; }

.gift-offer {
  position: fixed;
  top: 38%;
  right: max(12px, env(safe-area-inset-right, 0px));
  z-index: 46;
  display: flex;
  align-items: flex-start;
  max-width: calc(100vw - 24px);
}
html:not(.age-ok) .gift-offer { display: none; }
.gift-offer__tab {
  position: relative;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #2b2b2b;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
}
.gift-offer__badge {
  position: absolute;
  top: -7px;
  left: -7px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #e31b23;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.gift-offer__panel {
  width: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: width .28s var(--ease), opacity .2s ease;
}
.gift-offer.is-open .gift-offer__panel {
  width: min(300px, calc(100vw - 80px));
  opacity: 1;
  pointer-events: auto;
}
.gift-offer.is-open .gift-offer__tab {
  border-radius: 8px 0 0 8px;
}
@media (hover: hover) {
  .gift-offer:hover .gift-offer__panel {
    width: min(300px, calc(100vw - 80px));
    opacity: 1;
    pointer-events: auto;
  }
  .gift-offer:hover .gift-offer__tab {
    border-radius: 8px 0 0 8px;
  }
}
.gift-offer__inner {
  width: min(300px, calc(100vw - 80px));
  background: #fff;
  color: #1a1a1a;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
  overflow: hidden;
}
.gift-offer__spend {
  margin: 0;
  padding: 10px 14px;
  background: #eeeeee;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
}
.gift-offer__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  color: inherit;
}
.gift-offer__item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: #f6f3f1;
  border-radius: 6px;
}
.gift-offer__item strong {
  display: block;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 650;
  margin: 0 0 6px;
}
.gift-offer__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b6462;
}
.gift-offer__meta s { text-decoration: line-through; }
.gift-offer__meta em {
  font-style: normal;
  background: #7a3ea8;
  color: #fff;
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
}

[hidden] { display: none !important; }
