:root,
:root[data-theme="rose"] {
  --pink-50: #fff0f7;
  --pink-100: #ffd7e9;
  --pink-200: #f7a7ca;
  --pink-500: #cf2f7c;
  --pink-700: #871747;
  --wine: #5e1238;
  --rose-deep: #b91f68;
  --ink: #24101c;
  --muted: #7a5a6c;
  --white: #fffafd;
  --line: rgba(var(--accent-rgb), 0.13);
  --shadow: 0 30px 84px rgba(var(--primary-rgb), 0.18);
  --radius: 28px;
  --content: 1280px;
  --sage: #d18aab;
  --gold: #f6c982;
  /* Theme swatch colors used in CSS for active indicator */
  --swatch-rose: #cf2f7c;
  --swatch-berry: #8b30c0;
  --swatch-violet: #b060d8;
  --swatch-mauve: #a04070;
  --swatch-crimson: #b01830;
  --swatch-iris: #5040b8;
  /* RGB channels for dynamic rgba() usage across all elements */
  --primary-rgb: 135, 23, 71;
  --accent-rgb: 157, 36, 93;
  --wine-rgb: 94, 18, 56;
  --rose-rgb: 214, 63, 134;
  --light-rgb: 255, 215, 234;
  --white-rgb: 255, 250, 253;
}

/* ── Berry theme ────────────────────────────────────────── */
:root[data-theme="berry"] {
  --pink-50: #f7f0ff;
  --pink-100: #e8d4fa;
  --pink-200: #d0a8f0;
  --pink-500: #9b39c4;
  --pink-700: #6a1990;
  --wine: #461068;
  --rose-deep: #8b30c0;
  --ink: #1e0c28;
  --muted: #6a4880;
  --white: #fdfaff;
  --line: rgba(106, 25, 144, 0.13);
  --shadow: 0 30px 84px rgba(70, 16, 104, 0.18);
  --sage: #c09ad4;
  --primary-rgb: 106, 25, 144;
  --accent-rgb: 106, 25, 144;
  --wine-rgb: 70, 16, 104;
  --rose-rgb: 155, 57, 196;
  --light-rgb: 225, 195, 255;
  --white-rgb: 253, 250, 255;
}

[data-theme="berry"] body {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38) 0 12%, transparent 12% 100%),
    radial-gradient(ellipse at 16% 0%, rgba(210, 170, 255, 0.55), transparent 34%),
    radial-gradient(ellipse at 86% 6%, rgba(106, 25, 144, 0.1), transparent 32%),
    linear-gradient(180deg, #f3eaff 0%, #dfc6f9 42%, #faf5ff 100%);
}

[data-theme="berry"] body::before {
  background: rgba(155, 57, 196, 0.12);
}

[data-theme="berry"] body::after {
  background: rgba(200, 160, 255, 0.2);
}

[data-theme="berry"] .promo-bar {
  background: linear-gradient(90deg, #520e80, #9b30c4 48%, #520e80);
}

[data-theme="berry"] .hero {
  background:
    radial-gradient(ellipse at 20% 22%, rgba(255, 255, 255, 0.78), transparent 24%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(138deg, #ead6ff 0%, #a855d6 34%, #8b30c0 66%, #461068 100%);
  box-shadow: 0 38px 90px rgba(70, 16, 104, 0.28);
}

[data-theme="berry"] .hero__media {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(234, 214, 255, 0.5));
}

[data-theme="berry"] .hero__content {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(220, 190, 255, 0.08), rgba(70, 16, 104, 0.18));
}

[data-theme="berry"] .scent-lines {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(135deg, var(--wine), var(--rose-deep) 58%, #c07ae0 135%);
}

/* ── Violet theme (lighter berry) ───────────────────────── */
:root[data-theme="violet"] {
  --pink-50: #f9f0ff;
  --pink-100: #eddeff;
  --pink-200: #dbb8f8;
  --pink-500: #b060d8;
  --pink-700: #7a1ea8;
  --wine: #5a1078;
  --rose-deep: #a050cc;
  --ink: #240a34;
  --muted: #7a54a0;
  --white: #fdfbff;
  --line: rgba(120, 40, 170, 0.13);
  --shadow: 0 30px 84px rgba(90, 16, 120, 0.16);
  --sage: #c8a0e0;
  --gold: #f0c8e8;
  --primary-rgb: 122, 30, 168;
  --accent-rgb: 140, 55, 185;
  --wine-rgb: 90, 16, 120;
  --rose-rgb: 176, 96, 216;
  --light-rgb: 235, 205, 255;
  --white-rgb: 253, 251, 255;
}

[data-theme="violet"] body {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.44) 0 12%, transparent 12% 100%),
    radial-gradient(ellipse at 16% 0%, rgba(220, 185, 255, 0.60), transparent 34%),
    radial-gradient(ellipse at 86% 6%, rgba(130, 40, 180, 0.08), transparent 32%),
    linear-gradient(180deg, #f5eeff 0%, #e8d0ff 42%, #fbf7ff 100%);
}

[data-theme="violet"] body::before {
  background: rgba(176, 96, 216, 0.10);
}

[data-theme="violet"] body::after {
  background: rgba(215, 175, 255, 0.18);
}

[data-theme="violet"] .promo-bar {
  background: linear-gradient(90deg, #6a1890, #b060d8 48%, #6a1890);
}

[data-theme="violet"] .hero {
  background:
    radial-gradient(ellipse at 20% 22%, rgba(255, 255, 255, 0.82), transparent 24%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.25), transparent 38%),
    linear-gradient(138deg, #f0e0ff 0%, #c080e8 34%, #a050cc 66%, #5a1078 100%);
  box-shadow: 0 38px 90px rgba(90, 16, 120, 0.22);
}

[data-theme="violet"] .hero__media {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.90), rgba(240, 220, 255, 0.5));
}

[data-theme="violet"] .hero__content {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(230, 200, 255, 0.08), rgba(90, 16, 120, 0.14));
}

[data-theme="violet"] .scent-lines {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 38%),
    linear-gradient(135deg, var(--wine), var(--rose-deep) 58%, #d090f0 135%);
}

/* ── Mauve theme ────────────────────────────────────────── */
:root[data-theme="mauve"] {
  --pink-50: #fff0f5;
  --pink-100: #f0d4e8;
  --pink-200: #d8a8c8;
  --pink-500: #a04070;
  --pink-700: #703050;
  --wine: #4e1e38;
  --rose-deep: #903860;
  --ink: #221018;
  --muted: #7a4a68;
  --white: #fffafb;
  --line: rgba(112, 48, 80, 0.13);
  --shadow: 0 30px 84px rgba(78, 30, 56, 0.18);
  --sage: #c890a8;
  --primary-rgb: 112, 48, 80;
  --accent-rgb: 160, 64, 112;
  --wine-rgb: 78, 30, 56;
  --rose-rgb: 144, 56, 96;
  --light-rgb: 240, 212, 232;
  --white-rgb: 255, 250, 251;
}

[data-theme="mauve"] body {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38) 0 12%, transparent 12% 100%),
    radial-gradient(ellipse at 16% 0%, rgba(240, 212, 232, 0.6), transparent 34%),
    radial-gradient(ellipse at 86% 6%, rgba(var(--primary-rgb), 0.1), transparent 32%),
    linear-gradient(180deg, #fff0f5 0%, #f0d4e8 42%, #fff5f9 100%);
}

[data-theme="mauve"] body::before {
  background: rgba(160, 64, 112, 0.12);
}

[data-theme="mauve"] body::after {
  background: rgba(240, 212, 232, 0.2);
}

[data-theme="mauve"] .promo-bar {
  background: linear-gradient(90deg, #4e1e38, #903860 48%, #4e1e38);
}

[data-theme="mauve"] .hero {
  background:
    radial-gradient(ellipse at 20% 22%, rgba(255, 255, 255, 0.78), transparent 24%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(138deg, #f8e0f0 0%, #a04070 34%, #903860 66%, #4e1e38 100%);
  box-shadow: 0 38px 90px rgba(78, 30, 56, 0.28);
}

[data-theme="mauve"] .hero__media {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(240, 212, 232, 0.5));
}

[data-theme="mauve"] .hero__content {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(240, 212, 232, 0.08), rgba(78, 30, 56, 0.18));
}

[data-theme="mauve"] .scent-lines {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(135deg, var(--wine), var(--rose-deep) 58%, #c880a0 135%);
}

/* ── Crimson theme ──────────────────────────────────────── */
:root[data-theme="crimson"] {
  --pink-50: #fff0f2;
  --pink-100: #ffd0d8;
  --pink-200: #f7a0b0;
  --pink-500: #c02040;
  --pink-700: #8c1030;
  --wine: #620818;
  --rose-deep: #b01830;
  --ink: #280c10;
  --muted: #7a4a50;
  --white: #fffafb;
  --line: rgba(140, 16, 48, 0.13);
  --shadow: 0 30px 84px rgba(98, 8, 24, 0.18);
  --sage: #d08898;
  --primary-rgb: 140, 16, 48;
  --accent-rgb: 192, 32, 64;
  --wine-rgb: 98, 8, 24;
  --rose-rgb: 176, 24, 48;
  --light-rgb: 247, 176, 192;
  --white-rgb: 255, 250, 251;
}

[data-theme="crimson"] body {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38) 0 12%, transparent 12% 100%),
    radial-gradient(ellipse at 16% 0%, rgba(247, 176, 192, 0.6), transparent 34%),
    radial-gradient(ellipse at 86% 6%, rgba(var(--primary-rgb), 0.1), transparent 32%),
    linear-gradient(180deg, #fff0f2 0%, #ffd0d8 42%, #fff7f8 100%);
}

[data-theme="crimson"] body::before {
  background: rgba(192, 32, 64, 0.1);
}

[data-theme="crimson"] body::after {
  background: rgba(247, 176, 192, 0.2);
}

[data-theme="crimson"] .promo-bar {
  background: linear-gradient(90deg, #620818, #b01830 48%, #620818);
}

[data-theme="crimson"] .hero {
  background:
    radial-gradient(ellipse at 20% 22%, rgba(255, 255, 255, 0.78), transparent 24%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(138deg, #ffd0d8 0%, #c02040 34%, #b01830 66%, #620818 100%);
  box-shadow: 0 38px 90px rgba(98, 8, 24, 0.28);
}

[data-theme="crimson"] .hero__media {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(247, 176, 192, 0.5));
}

[data-theme="crimson"] .hero__content {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(247, 176, 192, 0.08), rgba(98, 8, 24, 0.18));
}

[data-theme="crimson"] .scent-lines {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(135deg, var(--wine), var(--rose-deep) 58%, #e04060 135%);
}

/* ── Iris theme ─────────────────────────────────────────── */
:root[data-theme="iris"] {
  --pink-50: #f0f0ff;
  --pink-100: #d8d4f8;
  --pink-200: #b8b0f0;
  --pink-500: #6050c8;
  --pink-700: #4030a0;
  --wine: #281878;
  --rose-deep: #5040b8;
  --ink: #121028;
  --muted: #5a5080;
  --white: #fafafe;
  --line: rgba(64, 48, 160, 0.13);
  --shadow: 0 30px 84px rgba(40, 24, 120, 0.18);
  --sage: #9890d0;
  --primary-rgb: 64, 48, 160;
  --accent-rgb: 96, 80, 200;
  --wine-rgb: 40, 24, 120;
  --rose-rgb: 80, 64, 184;
  --light-rgb: 216, 210, 250;
  --white-rgb: 250, 250, 254;
}

[data-theme="iris"] body {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38) 0 12%, transparent 12% 100%),
    radial-gradient(ellipse at 16% 0%, rgba(216, 210, 250, 0.6), transparent 34%),
    radial-gradient(ellipse at 86% 6%, rgba(var(--primary-rgb), 0.1), transparent 32%),
    linear-gradient(180deg, #f0f0ff 0%, #d8d4f8 42%, #f5f5ff 100%);
}

[data-theme="iris"] body::before {
  background: rgba(96, 80, 200, 0.12);
}

[data-theme="iris"] body::after {
  background: rgba(216, 210, 250, 0.2);
}

[data-theme="iris"] .promo-bar {
  background: linear-gradient(90deg, #281878, #5040b8 48%, #281878);
}

[data-theme="iris"] .hero {
  background:
    radial-gradient(ellipse at 20% 22%, rgba(255, 255, 255, 0.78), transparent 24%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(138deg, #dcd8ff 0%, #6050c8 34%, #5040b8 66%, #281878 100%);
  box-shadow: 0 38px 90px rgba(40, 24, 120, 0.28);
}

[data-theme="iris"] .hero__media {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(216, 210, 250, 0.5));
}

[data-theme="iris"] .hero__content {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(216, 210, 250, 0.08), rgba(40, 24, 120, 0.18));
}

[data-theme="iris"] .scent-lines {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(135deg, var(--wine), var(--rose-deep) 58%, #8070e0 135%);
}

/* ── Theme switcher ─────────────────────────────────────── */
.theme-switcher {
  display: flex;
  gap: 5px;
  align-items: center;
}

.theme-swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid transparent;
  padding: 0;
  outline-offset: 2px;
  transition: transform 0.15s, border-color 0.15s;
  flex-shrink: 0;
}

.theme-swatch:hover {
  transform: scale(1.25);
}

.theme-swatch[data-theme-set=""] { background: var(--swatch-rose); }
.theme-swatch[data-theme-set="rose"] { background: var(--swatch-rose); }
.theme-swatch[data-theme-set="berry"] { background: var(--swatch-berry); }
.theme-swatch[data-theme-set="violet"] { background: var(--swatch-violet); }
.theme-swatch[data-theme-set="mauve"] { background: var(--swatch-mauve); }
.theme-swatch[data-theme-set="crimson"] { background: var(--swatch-crimson); }
.theme-swatch[data-theme-set="iris"] { background: var(--swatch-iris); }

/* Active state: ring around current theme swatch */
:root:not([data-theme]) .theme-swatch[data-theme-set=""],
:root[data-theme=""] .theme-swatch[data-theme-set=""],
:root[data-theme="rose"] .theme-swatch[data-theme-set="rose"],
:root[data-theme="berry"] .theme-swatch[data-theme-set="berry"],
:root[data-theme="violet"] .theme-swatch[data-theme-set="violet"],
:root[data-theme="mauve"] .theme-swatch[data-theme-set="mauve"],
:root[data-theme="crimson"] .theme-swatch[data-theme-set="crimson"],
:root[data-theme="iris"] .theme-swatch[data-theme-set="iris"] {
  border-color: var(--ink);
  transform: scale(1.15);
}

/* ── Footer theme picker ────────────────────────────────── */
.site-footer .theme-picker-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0 4px;
  border-top: 1px solid var(--line);
  margin-top: 24px;
  grid-column: 1 / -1;
}

.site-footer .theme-picker-footer > span {
  font-size: 0.76rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-right: 4px;
}

.site-footer .theme-picker-footer .theme-swatch {
  width: 20px;
  height: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38) 0 12%, transparent 12% 100%),
    radial-gradient(ellipse at 16% 0%, rgba(255, 203, 225, 0.58), transparent 34%),
    radial-gradient(ellipse at 86% 6%, rgba(var(--primary-rgb), 0.12), transparent 32%),
    linear-gradient(180deg, #fff1f7 0%, #ffd9e9 42%, #fff7fb 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(24px);
  pointer-events: none;
}

body::before {
  top: 88px;
  right: -120px;
  width: 340px;
  height: 340px;
  background: rgba(var(--rose-rgb), 0.12);
}

body::after {
  left: -140px;
  bottom: 80px;
  width: 300px;
  height: 300px;
  background: rgba(255, 183, 213, 0.2);
}

body.is-locked {
  overflow: hidden;
}

body.is-filter-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.promo-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px clamp(14px, 4vw, 42px);
  color: var(--white);
  background: linear-gradient(90deg, #7d1749, #bc2c78 48%, #7d1749);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.promo-bar strong {
  text-align: center;
}

.promo-bar span:last-child {
  justify-self: end;
}

.promo-bar a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px clamp(14px, 4vw, 42px);
  background: linear-gradient(90deg, rgba(var(--white-rgb), 0.92), rgba(var(--light-rgb), 0.42));
  border-bottom: 1px solid rgba(var(--primary-rgb), 0.12);
  box-shadow: 0 16px 34px rgba(var(--primary-rgb), 0.08);
  backdrop-filter: blur(24px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  font-weight: 700;
  font-size: clamp(1.18rem, 2.4vw, 1.72rem);
  letter-spacing: 0.22em;
}

.logo__mark {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wine), var(--rose-deep));
  color: #fff7fb;
  font-size: 0.9rem;
  letter-spacing: 0;
  box-shadow: 0 12px 24px rgba(var(--primary-rgb), 0.24);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.45vw, 22px);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-item {
  position: relative;
}

.nav-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -24px;
  right: -24px;
  height: 16px;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 45;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 22px;
  width: min(760px, calc(100vw - 36px));
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(var(--white-rgb), 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mega-menu div {
  display: grid;
  gap: 10px;
}

.mega-menu h3 {
  margin: 0 0 4px;
  color: var(--sage);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mega-menu a {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: none;
}

.main-nav a,
.site-footer a {
  transition: color 180ms ease;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--pink-500);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.icon-button,
.cart-button {
  border: 1px solid var(--line);
  background: rgba(var(--white-rgb), 0.9);
  color: var(--ink);
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.3rem;
}

.mobile-menu {
  display: none;
}

.cart-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 900;
}

.cart-button::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 5h2l1.2 7.2a2 2 0 0 0 2 1.8h7.8a2 2 0 0 0 2-1.6L20 7H7' stroke='%2324101c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='19' r='1.6' fill='%2324101c'/%3E%3Ccircle cx='17' cy='19' r='1.6' fill='%2324101c'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cart-button strong {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-size: 0.78rem;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  width: min(calc(100% - 28px), var(--content));
  height: 440px;
  min-height: unset;
  margin: 18px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius);
  background:
    radial-gradient(ellipse at 20% 22%, rgba(255, 255, 255, 0.78), transparent 24%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(138deg, #ffd6e7 0%, #e96ba6 34%, #b91f68 66%, #5e1238 100%);
  box-shadow: 0 38px 90px rgba(var(--primary-rgb), 0.28);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.4) 43%, transparent 47%),
    linear-gradient(18deg, transparent 0 54%, rgba(246, 201, 130, 0.18) 55%, transparent 60%);
  mix-blend-mode: screen;
}

.hero__media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(var(--light-rgb), 0.5));
}

.hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  filter: none;
  transition: opacity 260ms ease, filter 320ms ease;
}

.product-section,
.gift-section,
.service-row,
.newsletter,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 960px;
}

.hero__media img.is-changing {
  opacity: 0;
  filter: blur(10px) saturate(0.9);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 10px;
  padding: clamp(20px, 3.2vw, 42px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(var(--light-rgb), 0.08), rgba(var(--wine-rgb), 0.18));
}

.eyebrow {
  margin: 0;
  color: #ffe8a0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #1a1218;
}

.hero h1,
.section-head h2,
.campaign h2,
.newsletter h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 0.88;
}

.hero h1 {
  max-width: 100%;
  color: var(--white);
  font-size: clamp(4rem, 6.4vw, 6.8rem);
  overflow-wrap: break-word;
  text-shadow: 0 14px 34px rgba(var(--primary-rgb), 0.44);
}

.hero p:not(.eyebrow) {
  max-width: 430px;
  margin: 0;
  color: rgba(var(--white-rgb), 0.88);
  font-size: 1rem;
  line-height: 1.6;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 470px;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  width: fit-content;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
}

.hero-facts--text {
  display: grid;
  gap: 8px;
}

.hero-facts--text span {
  display: block;
  width: 100%;
  max-width: 520px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(var(--white-rgb), 0.72);
  font-size: 0.92rem;
  line-height: 1.58;
}

.hero-facts--text strong {
  color: var(--white);
}

.hero__actions,
.section-head,
.shop-tools,
.filter-tabs,
.gift-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.product-card button:hover,
.gift-grid button:hover {
  transform: translateY(-2px);
}

.button--dark {
  color: var(--white);
  background: linear-gradient(135deg, var(--pink-700), var(--pink-500));
  box-shadow: 0 18px 34px rgba(var(--accent-rgb), 0.22);
}

.button--light {
  color: var(--ink);
  background: rgba(var(--white-rgb), 0.92);
  border-color: rgba(255, 255, 255, 0.28);
}

.shop-overview {
  display: grid;
  gap: 18px;
  width: min(calc(100% - 28px), var(--content));
  margin: 22px auto 0;
}

.shop-overview__categories {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.category-tile {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 158px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.74), rgba(var(--light-rgb), 0.44)),
    linear-gradient(135deg, rgba(var(--rose-rgb), 0.13), rgba(255, 255, 255, 0.18));
  box-shadow: 0 20px 38px rgba(var(--accent-rgb), 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-tile::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -20%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.76), transparent 62%);
  pointer-events: none;
}

.category-tile:hover {
  transform: translateY(-5px) rotate(-0.4deg);
  border-color: rgba(var(--rose-rgb), 0.36);
  box-shadow: 0 26px 46px rgba(var(--accent-rgb), 0.16);
}

.category-tile span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 24px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--pink-700), var(--pink-500));
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.category-tile strong {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.category-tile small {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(var(--white-rgb), 0.92);
}

.quick-links a {
  display: grid;
  place-items: center;
  min-height: 76px;
  padding: 14px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.quick-links a:last-child {
  border-right: 0;
}

.section,
.campaign,
.newsletter,
.site-footer,
.service-row {
  width: min(calc(100% - 28px), var(--content));
  margin: 0 auto;
}

.section {
  padding: 58px 0;
}

.section-head {
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.section-head h2,
.campaign h2,
.newsletter h2 {
  font-size: clamp(2.1rem, 5vw, 5rem);
}

.section-head a {
  color: var(--pink-500);
  font-weight: 700;
  text-transform: uppercase;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 460px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature-card img {
  height: 100%;
  object-fit: cover;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(22, 8, 18, 0.72));
}

.feature-card div {
  position: absolute;
  z-index: 1;
  inset: auto 22px 22px;
  color: var(--white);
}

.feature-card span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-card h3 {
  margin: 8px 0 4px;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.feature-card p {
  margin: 0 0 14px;
}

.feature-card a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.category-grid article {
  min-height: 178px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.74), rgba(var(--light-rgb), 0.44));
  box-shadow: 0 18px 36px rgba(var(--accent-rgb), 0.1);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease;
}

.category-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--rose-rgb), 0.38);
}

.category-grid h3 {
  margin: 0 0 10px;
  font-size: 1.24rem;
}

.category-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.scent-lines {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 18px 24px;
  border-radius: var(--radius);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(135deg, var(--wine), var(--rose-deep) 58%, #e56da6 135%);
  color: var(--white);
  box-shadow: 0 28px 58px rgba(var(--wine-rgb), 0.18);
}

.scent-lines__label {
  margin: 0;
  flex-shrink: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 246, 218, 0.78);
}


.product-section {
  padding-top: 36px;
  scroll-margin-top: 72px;
}

.product-section .section-head {
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(var(--light-rgb), 0.22)),
    linear-gradient(90deg, rgba(var(--rose-rgb), 0.16), rgba(255, 255, 255, 0.42));
  box-shadow: 0 24px 62px rgba(var(--accent-rgb), 0.12);
}

.product-section .section-head h2 {
  max-width: 760px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.product-section .eyebrow,
.gift-section .eyebrow {
  color: var(--pink-700);
}

.scent-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.scent-pills button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.scent-pills button:hover,
.scent-pills button.is-active {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 14px 28px rgba(83, 12, 47, 0.18);
}

.scent-pills button.is-active {
  color: var(--wine);
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
}

.section-head--shop {
  align-items: center;
}

.catalog-summary {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.catalog-summary span {
  color: var(--pink-500);
}

.shop-tools {
  align-items: center;
  justify-content: flex-end;
}

.search-box {
  display: grid;
  gap: 5px;
  color: var(--pink-700);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.search-box input,
.shop-tools select {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(var(--white-rgb), 0.84);
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(var(--accent-rgb), 0.08);
}

.search-box input {
  width: min(72vw, 260px);
  padding: 0 16px;
}

.shop-tools select {
  padding: 0 42px 0 16px;
}

.market-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.market-sidebar {
  position: sticky;
  top: 78px;
  display: grid;
  gap: 14px;
}

.sidebar-block {
  display: grid;
  gap: 9px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(var(--light-rgb), 0.42)),
    rgba(var(--white-rgb), 0.7);
  box-shadow: 0 18px 38px rgba(var(--accent-rgb), 0.1);
  backdrop-filter: blur(14px);
}

.sidebar-block h3 {
  margin: 0 0 4px;
  color: var(--pink-500);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sidebar-block button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  text-align: left;
}

.sidebar-block button.is-active {
  color: var(--white);
  background: linear-gradient(135deg, var(--pink-700), var(--pink-500));
  box-shadow: 0 12px 24px rgba(var(--accent-rgb), 0.2);
}

.sidebar-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.market-content {
  min-width: 0;
}

.mobile-filter-bar,
.mobile-filter-modal {
  display: none;
}

.filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.filter-bar .filter-tabs {
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}

.catalog-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.catalog-search {
  flex: 1 1 260px;
  min-width: 0;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(var(--primary-rgb), 0.22);
  border-radius: 999px;
  background: rgba(var(--white-rgb), 0.82);
  color: #3a0d25;
  font-size: 0.9rem;
  font-family: inherit;
  box-shadow: 0 12px 24px rgba(var(--primary-rgb), 0.08);
}

.catalog-search::placeholder {
  color: rgba(58, 13, 37, 0.46);
}

.catalog-search:focus {
  outline: none;
  border-color: rgba(var(--accent-rgb), 0.5);
  background: rgba(255, 255, 255, 0.92);
}

.sort-select {
  flex-shrink: 0;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(var(--primary-rgb), 0.22);
  border-radius: 999px;
  background-color: rgba(var(--white-rgb), 0.82);
  color: #3a0d25;
  font-size: 0.82rem;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239d245d' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}

.sort-select:focus {
  outline: none;
  border-color: rgba(var(--accent-rgb), 0.5);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.filter-tabs button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(var(--white-rgb), 0.78);
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(var(--accent-rgb), 0.08);
}

.filter-tabs button.is-active {
  color: var(--white);
  background: linear-gradient(135deg, var(--pink-700), var(--pink-500));
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 42px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(var(--white-rgb), 0.92);
  color: var(--muted);
  text-align: center;
  font-weight: 700;
}

.product-card--placeholder {
  pointer-events: none;
}

.product-card--placeholder .product-card__image,
.product-card--placeholder .placeholder-line,
.product-card--placeholder .placeholder-chip {
  background: linear-gradient(90deg, rgba(var(--white-rgb), 0.92), rgba(var(--light-rgb), 0.72), rgba(var(--white-rgb), 0.92));
  background-size: 220% 100%;
  animation: placeholder-shimmer 1.3s linear infinite;
}

.product-card--placeholder .product-card__body {
  display: grid;
  gap: 12px;
}

.placeholder-line {
  display: block;
  height: 12px;
  border-radius: 999px;
}

.placeholder-line--title {
  height: 18px;
  width: 72%;
}

.placeholder-line--short {
  width: 56%;
}

.placeholder-chip {
  min-height: 28px;
  min-width: 84px;
  border-radius: 999px;
}

@keyframes placeholder-shimmer {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(var(--light-rgb), 0.5)),
    rgba(var(--white-rgb), 0.86);
  box-shadow: 0 26px 52px rgba(var(--primary-rgb), 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  backdrop-filter: blur(12px);
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 36px 64px rgba(var(--primary-rgb), 0.24);
}

.product-card__image {
  display: block;
  position: relative;
  aspect-ratio: 0.88;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(var(--light-rgb), 0.6)),
    linear-gradient(155deg, var(--white) 0%, var(--pink-100) 48%, var(--pink-200) 100%);
  color: inherit;
  text-decoration: none;
}

.product-card__image img {
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--wine), var(--rose-deep));
  box-shadow: 0 10px 20px rgba(var(--primary-rgb), 0.18);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.product-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.product-card h3 {
  margin: 0;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.product-card__meta,
.product-card__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-card__meta span,
.product-card__benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
}

.product-card__meta span {
  border: 1px solid rgba(var(--accent-rgb), 0.12);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.52);
}

.product-card__benefits span {
  color: var(--ink);
  background: rgba(var(--rose-rgb), 0.12);
}

.product-card__facts {
  display: grid;
  gap: 6px;
}

.product-card__facts span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.product-card__availability {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.product-card__availability span:first-child {
  color: #2f6c4d;
}

.product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}

.product-card__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
}

.product-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.price {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 1.05rem;
  font-weight: 900;
}

.old-price {
  margin-right: 6px;
  color: var(--muted);
  text-decoration: line-through;
  font-size: 0.86rem;
}

.product-card button,
.gift-grid button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--wine), var(--rose-deep));
  box-shadow: 0 14px 28px rgba(var(--primary-rgb), 0.22);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 180ms ease;
}

.product-card button {
  min-width: 112px;
}

.product-card button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.campaign {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  padding: 54px clamp(18px, 4vw, 52px);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #203239, #182126 54%, #ab4d2f 120%);
  color: var(--white);
}

.campaign p {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.campaign .eyebrow {
  color: rgba(var(--white-rgb), 0.56);
}

.campaign .button--dark {
  color: var(--ink);
  background: rgba(var(--white-rgb), 0.94);
}

.campaign__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.campaign__products img {
  aspect-ratio: 0.78;
  border-radius: var(--radius);
  object-fit: cover;
}

.product-page-main {
  width: min(calc(100% - 28px), var(--content));
  margin: 18px auto 72px;
}

.product-page-shell {
  display: grid;
  gap: 22px;
}

.product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-breadcrumbs a {
  color: var(--pink-700);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 24px;
  align-items: start;
}

.product-gallery,
.product-summary,
.product-detail-card,
.related-card,
.product-page-empty {
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(var(--light-rgb), 0.42)),
    rgba(var(--white-rgb), 0.78);
  box-shadow: 0 26px 56px rgba(var(--accent-rgb), 0.14);
  backdrop-filter: blur(12px);
}

.product-gallery {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.product-gallery__frame {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) - 2px);
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(155deg, var(--white) 0%, var(--pink-100) 48%, var(--pink-200) 100%);
}

.product-gallery__frame:active {
  cursor: grabbing;
}

.product-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: rgba(var(--white-rgb), 0.92);
  background: rgba(var(--accent-rgb), 0.22);
  box-shadow: 0 18px 30px rgba(var(--accent-rgb), 0.18);
  backdrop-filter: blur(12px);
  font-size: 2.5rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.product-gallery__arrow:hover {
  background: rgba(var(--accent-rgb), 0.36);
  transform: translateY(-50%) scale(1.04);
}

.product-gallery__arrow--prev {
  left: 14px;
}

.product-gallery__arrow--next {
  right: 14px;
}

.product-gallery__frame img {
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(var(--accent-rgb), 0.14));
}

.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  gap: 10px;
}

.product-gallery__thumb {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(var(--white-rgb), 0.72);
}

.product-gallery__thumb.is-active {
  border-color: rgba(var(--rose-rgb), 0.82);
  box-shadow: 0 12px 24px rgba(var(--accent-rgb), 0.18), inset 0 0 0 1px var(--pink-500);
}

.product-gallery__thumb img {
  aspect-ratio: 1;
  object-fit: cover;
}

.product-summary {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
}

.product-summary h1,
.product-detail-card h2,
.product-page-empty h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.96;
}

.product-summary h1 {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  color: var(--ink);
}

.product-page__lead {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.product-page__disclosures {
  display: grid;
  gap: 10px;
}

.product-page__disclosures-triggers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.product-page__composition-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: fit-content;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(var(--accent-rgb), 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.product-page__composition-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--accent-rgb), 0.24);
  background: rgba(var(--white-rgb), 0.94);
}

.product-page__composition-toggle[aria-expanded="true"] {
  color: var(--wine);
  background: rgba(var(--light-rgb), 0.5);
}

.product-page__composition-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  font-size: 1rem;
  line-height: 1;
}

.product-page__composition-panel {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border-radius: calc(var(--radius) - 2px);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(var(--light-rgb), 0.44)),
    rgba(var(--white-rgb), 0.64);
}

.product-page__composition-panel[hidden] {
  display: none;
}

.product-page__composition-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-page__pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 12px;
}

.product-page__pricing .price {
  font-size: 1.7rem;
}

.product-page__availability {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.availability-pill,
.product-page__sku,
.product-page__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 900;
}

.availability-pill {
  color: #7a1749;
  background: rgba(var(--rose-rgb), 0.12);
}

.product-page__sku {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.56);
}

.product-page__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-page__chips span {
  color: var(--ink);
  background: rgba(var(--rose-rgb), 0.12);
}

.product-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-page__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.product-page__facts div {
  padding: 14px;
  border-radius: calc(var(--radius) - 2px);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(var(--light-rgb), 0.44)),
    rgba(var(--white-rgb), 0.64);
}

.product-page__facts dt {
  margin: 0 0 6px;
  color: var(--pink-700);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.product-page__facts dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.product-page__fact--wide {
  grid-column: 1 / -1;
}

.product-page__facts dd p {
  margin: 0;
  font-weight: 600;
}

.product-page__facts dd p + p {
  margin-top: 8px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.product-detail-card {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 30px);
}

.product-detail-card p,
.product-detail-card li {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.product-detail-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.product-attributes {
  display: grid;
  gap: 12px;
}

.product-attributes__item {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.12);
}

.product-attributes__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.product-attributes__item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.related-section {
  padding: 0;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.related-card {
  display: grid;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 54px rgba(var(--accent-rgb), 0.18);
}

.related-card img {
  aspect-ratio: 0.88;
  object-fit: contain;
  padding: 14px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(155deg, var(--white) 0%, var(--pink-100) 48%, var(--pink-200) 100%);
}

.related-card__body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.related-card__body h3,
.product-page-empty p {
  margin: 0;
}

.related-card__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.product-page-empty {
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: clamp(26px, 4vw, 42px);
}

.product-page-empty h1 {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
}

.article-page-main {
  width: min(calc(100% - 28px), var(--content));
  margin: 22px auto 72px;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}

.article-hero,
.article-body,
.article-nav-card,
.article-lead-card,
.article-section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(var(--white-rgb), 0.92);
  box-shadow: var(--shadow);
}

.article-hero {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 18% 18%, rgba(246, 201, 130, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(var(--white-rgb), 0.98), rgba(var(--light-rgb), 0.5));
}

.article-hero h1,
.article-body h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.article-hero h1 {
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  letter-spacing: -0.02em;
}

.article-summary,
.article-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(var(--white-rgb), 0.78);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
}

.article-source {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wine), var(--rose-deep));
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  width: fit-content;
}

.article-body {
  display: grid;
  gap: 24px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.article-lead-card,
.article-section {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 3vw, 34px);
}

.article-body h2 {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
}

.article-body p,
.article-body li {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.78;
}

.article-body ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.article-highlights {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.article-nav-card {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.article-nav-card h2 {
  margin: 0;
  font-size: 1rem;
}

.article-nav-card a {
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(var(--white-rgb), 0.86);
  color: var(--ink);
}

.article-nav-card a strong {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink-700);
}

.article-nav-card a span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.article-nav-card a.is-active {
  background: linear-gradient(135deg, var(--wine), var(--rose-deep));
  border-color: transparent;
}

.article-nav-card a.is-active strong,
.article-nav-card a.is-active span {
  color: var(--white);
}

.gift-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gift-grid article {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.gift-grid img {
  aspect-ratio: 1;
  border-radius: var(--radius);
  object-fit: cover;
}

.gift-grid h3,
.gift-grid p {
  margin: 0;
}

.gift-card__actions {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.service-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.service-row article {
  display: grid;
  gap: 8px;
  padding: 24px;
  background: var(--white);
}

.service-row strong {
  color: var(--pink-700);
  text-transform: uppercase;
}

.service-row span {
  color: var(--muted);
  line-height: 1.45;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 42px;
  padding: clamp(24px, 5vw, 52px);
  border-radius: var(--radius);
  background: var(--pink-100);
}

.newsletter form {
  display: flex;
  gap: 10px;
}

.newsletter input {
  min-width: min(68vw, 330px);
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--pink-700);
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 52px 0;
}

.site-footer div {
  display: grid;
  gap: 10px;
}

.site-footer h3 {
  margin: 0 0 6px;
  text-transform: uppercase;
}

.site-footer span,
.site-footer a {
  color: var(--muted);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 220;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  width: min(100vw, 420px);
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  padding: 20px 20px calc(20px + env(safe-area-inset-bottom));
  background: var(--white);
  box-shadow: -20px 0 60px rgba(22, 8, 18, 0.18);
  transform: translateX(105%);
  transition: transform 240ms ease;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-drawer__head,
.cart-drawer__total,
.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cart-drawer__head h2 {
  margin: 0;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 12px;
  overflow: auto;
  padding: 16px 0;
}

.cart-item {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.cart-item img {
  width: 64px;
  height: 64px;
  border-radius: var(--radius);
  object-fit: cover;
}

.cart-item h3,
.cart-item p {
  margin: 0;
}

.cart-item h3 {
  font-size: 0.92rem;
}

.cart-item p {
  color: var(--muted);
  font-size: 0.84rem;
}

.cart-item button {
  border: 0;
  color: var(--pink-700);
  background: transparent;
  font-weight: 900;
}

.cart-drawer__total {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 1.1rem;
}

.checkout-button {
  width: 100%;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 210;
  pointer-events: none;
  background: rgba(22, 8, 18, 0.34);
  opacity: 0;
  transition: opacity 220ms ease;
}

.overlay.is-open {
  pointer-events: auto;
  opacity: 1;
}

body.is-promo-open {
  overflow: hidden;
}

.promo-popup-backdrop {
  position: fixed;
  inset: 0;
  z-index: 88;
  pointer-events: none;
  opacity: 0;
  background: rgba(33, 8, 22, 0.48);
  transition: opacity 220ms ease;
}

.promo-popup-backdrop.is-open {
  pointer-events: auto;
  opacity: 1;
}

.promo-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 89;
  display: grid;
  gap: 16px;
  width: min(calc(100% - 28px), 520px);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.72), transparent 30%),
    linear-gradient(145deg, rgba(var(--white-rgb), 0.96), rgba(var(--light-rgb), 0.6));
  box-shadow: 0 32px 90px rgba(var(--wine-rgb), 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -46%) scale(0.96);
  transition: opacity 220ms ease, transform 220ms ease;
}

.promo-popup.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.promo-popup__glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.18)),
    radial-gradient(circle at 85% 18%, rgba(246, 201, 130, 0.18), transparent 22%);
  pointer-events: none;
}

.promo-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(var(--primary-rgb), 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--wine);
  font-size: 1.4rem;
  line-height: 1;
}

.promo-popup__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--pink-700);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.promo-popup h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 12ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.promo-popup__copy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.promo-popup__chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.promo-popup__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--wine);
  font-size: 0.8rem;
  font-weight: 700;
}

.promo-popup__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.promo-popup__actions .button,
.promo-popup__actions .product-card__link {
  min-height: 42px;
}

@media (max-width: 1100px) {
  .promo-bar {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .promo-bar span:last-child {
    justify-self: center;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    gap: 6px;
    max-height: min(72vh, 560px);
    overflow-y: auto;
    padding: 12px 14px 16px;
    background: rgba(var(--white-rgb), 0.99);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 44px rgba(22, 8, 18, 0.12);
  }

  .main-nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
  }

  .nav-item {
    display: grid;
  }

  .mega-menu {
    display: none;
  }

  .mobile-menu {
    display: inline-grid;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .hero,
  .market-layout,
  .campaign,
  .newsletter,
  .product-layout,
  .product-detail-grid,
  .article-shell {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .shop-overview__categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .market-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .filter-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    margin: 0 -14px 18px;
    padding: 0 14px 10px;
  }

  .filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .filter-tabs button {
    flex: 0 0 auto;
    min-width: max-content;
    min-height: 46px;
    scroll-snap-align: start;
  }

  .quick-links,
  .feature-grid,
  .category-grid,
  .product-grid,
  .gift-grid,
  .service-row,
  .site-footer,
  .related-grid,
  .product-page__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scent-lines {
    grid-template-columns: 1fr;
  }

  .scent-pills {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .promo-bar {
    font-size: 0.78rem;
  }

  .promo-bar span:first-child,
  .promo-bar span:last-child {
    display: none;
  }

  .promo-popup {
    width: min(calc(100% - 20px), 420px);
    padding: 24px 18px 18px;
    gap: 14px;
  }

  .promo-popup h2 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .promo-popup__actions {
    display: grid;
  }

  .promo-popup__actions .button,
  .promo-popup__actions .product-card__link {
    width: 100%;
  }

  .site-header {
    gap: 10px;
  }

  .site-header.is-menu-open .main-nav {
    display: grid;
  }

  .logo {
    gap: 8px;
    font-size: 1.05rem;
    letter-spacing: 0.18em;
  }

  .logo__mark {
    width: 26px;
    height: 26px;
    font-size: 0.78rem;
  }

  .cart-button span,
  .site-header .icon-button:not(.mobile-menu) {
    display: none;
  }

  .cart-button {
    gap: 8px;
    padding: 0 10px;
  }

  .hero {
    width: min(calc(100% - 20px), var(--content));
    height: auto;
    min-height: unset;
    margin-top: 10px;
  }

  .hero__content {
    position: relative;
    padding: 22px 16px 24px;
    background: linear-gradient(180deg, rgba(var(--wine-rgb), 0.72), rgba(var(--wine-rgb), 0.96));
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
    color: var(--white);
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
  }

  .hero-facts span {
    font-size: 0.72rem;
  }

  .quick-links,
  .feature-grid,
  .category-grid,
  .product-grid,
  .gift-grid,
  .service-row,
  .site-footer,
  .related-grid,
  .product-page__facts {
    grid-template-columns: 1fr;
  }

  .shop-overview {
    display: none;
  }

  .market-sidebar {
    display: none;
  }

  .market-layout {
    display: block;
  }

  .mobile-filter-bar {
    display: block;
    margin-bottom: 12px;
  }

  .mobile-filter-open {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(var(--white-rgb), 0.96);
    box-shadow: 0 14px 34px rgba(24, 33, 38, 0.08);
    color: var(--ink);
    font-weight: 700;
  }

  .mobile-filter-open strong {
    overflow: hidden;
    max-width: 58%;
    color: var(--pink-500);
    font-size: 0.78rem;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-filter-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    align-items: center;
    padding: 16px;
    pointer-events: none;
    background: rgba(22, 8, 18, 0.38);
    opacity: 0;
    transition: opacity 180ms ease;
  }

  .mobile-filter-modal.is-open {
    pointer-events: auto;
    opacity: 1;
  }

  .mobile-filter-modal__panel {
    display: grid;
    gap: 14px;
    width: min(100%, 420px);
    max-height: min(86vh, 680px);
    margin: auto;
    padding: 18px;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 28px 80px rgba(22, 8, 18, 0.22);
    transform: translateY(16px);
    transition: transform 180ms ease;
  }

  .mobile-filter-modal.is-open .mobile-filter-modal__panel {
    transform: translateY(0);
  }

  .mobile-filter-modal__head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
  }

  .mobile-filter-modal__head h3 {
    margin: 4px 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    line-height: 1;
  }

  .mobile-filter-modal__head button {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--pink-50);
    color: var(--ink);
    font-size: 1.5rem;
  }

  .mobile-filter-select__options {
    display: grid;
    gap: 8px;
    overflow-y: auto;
    padding: 2px;
  }

  .mobile-filter-select__options label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--pink-50);
    font-weight: 900;
  }

  .mobile-filter-select__options input {
    width: 20px;
    height: 20px;
    accent-color: var(--pink-700);
  }

  .mobile-filter-show {
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    color: var(--white);
    background: var(--ink);
    font-weight: 900;
  }

  .filter-tabs {
    display: none;
  }

  .shop-overview {
    width: min(calc(100% - 20px), var(--content));
    margin-top: 12px;
  }

  .category-tile {
    min-height: 118px;
  }

  .quick-links a {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 42px 0;
  }

  .section-head,
  .shop-tools,
  .newsletter form {
    display: grid;
    justify-content: stretch;
  }

  .search-box input,
  .shop-tools select,
  .newsletter input {
    width: 100%;
    min-width: 0;
  }

  .campaign,
  .newsletter {
    width: min(calc(100% - 20px), var(--content));
    padding: 24px;
  }

  .product-page-main {
    width: min(calc(100% - 20px), var(--content));
    margin: 12px auto 52px;
  }

  .article-page-main {
    width: min(calc(100% - 20px), var(--content));
    margin: 12px auto 52px;
  }

  .product-gallery,
  .product-summary,
  .product-detail-card,
  .product-page-empty,
  .article-hero,
  .article-lead-card,
  .article-section,
  .article-nav-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-summary h1,
  .product-detail-card h2,
  .product-page-empty h1 {
    line-height: 1;
  }

  .product-page__actions {
    display: grid;
  }

  .product-page__composition-toggle {
    width: 100%;
  }

  .product-page__disclosures-triggers {
    flex-direction: column;
    align-items: stretch;
  }

  .product-page__actions .button,
  .product-page__actions .product-card__link {
    width: 100%;
  }

  .product-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .campaign__products {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   MOBILE BOTTOM NAVIGATION BAR
   ============================================================ */
.mob-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(var(--white-rgb), 0.94);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
}

@media (max-width: 680px) {
  .mob-nav {
    display: flex;
  }

  body {
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
  }
}

.mob-nav__btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 56px;
  padding: 8px 4px;
  border: none;
  background: none;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: color 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.mob-nav__btn:hover,
.mob-nav__btn.is-active {
  color: var(--rose-deep);
}

.mob-nav__btn svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.mob-nav__badge {
  position: absolute;
  top: 7px;
  right: calc(50% - 18px);
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: var(--rose-deep);
  color: rgba(var(--white-rgb), 1);
  font-size: 0.58rem;
  font-weight: 800;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-sizing: border-box;
}

.mob-nav__badge.has-items {
  display: flex;
}

/* ============================================================
   MOBILE MODALS (BOTTOM SHEET)
   ============================================================ */
.mob-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: flex-end;
  background: rgba(var(--wine-rgb), 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.mob-modal.is-open {
  opacity: 1;
  pointer-events: all;
}

.mob-modal__sheet {
  width: 100%;
  max-height: 88dvh;
  background: rgba(var(--white-rgb), 0.98);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border-radius: 24px 24px 0 0;
  padding-bottom: env(safe-area-inset-bottom);
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.34, 1.1, 0.64, 1);
  overflow: hidden;
}

.mob-modal.is-open .mob-modal__sheet {
  transform: translateY(0);
}

.mob-modal__handle {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: var(--line);
  margin: 12px auto 0;
  flex-shrink: 0;
}

.mob-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px 10px;
  flex-shrink: 0;
  border-bottom: 1px solid var(--line);
}

.mob-modal__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink);
}

.mob-modal__close {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(var(--light-rgb), 0.4);
  color: var(--muted);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.15s, color 0.15s;
}

.mob-modal__close:hover {
  background: rgba(var(--light-rgb), 0.8);
  color: var(--ink);
}

.mob-modal__body {
  overflow-y: auto;
  padding: 16px 20px 20px;
  flex: 1;
  overscroll-behavior: contain;
}

.mob-modal__sub {
  margin: 0 0 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Search modal */
.mob-search-input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: rgba(var(--white-rgb), 0.9);
  color: var(--ink);
  font-size: 1rem;
  font-family: inherit;
  margin-bottom: 20px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.15s;
}

.mob-search-input:focus {
  border-color: var(--rose-deep);
}

.mob-search-cats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.mob-search-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}

.mob-pill-btn {
  padding: 8px 16px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: rgba(var(--light-rgb), 0.2);
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.mob-pill-btn:hover {
  background: rgba(var(--light-rgb), 0.5);
  border-color: rgba(var(--primary-rgb), 0.3);
}

/* Space between sub-heading and preceding content */
.mob-search-cats + .mob-modal__sub,
.mob-search-pills + .mob-modal__sub {
  margin-top: 16px;
}

.mob-cat-btn {
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: rgba(var(--light-rgb), 0.2);
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s, border-color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.mob-cat-btn:hover {
  background: rgba(var(--light-rgb), 0.5);
  border-color: rgba(var(--primary-rgb), 0.3);
}

/* History modal */
.mob-history-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mob-history-empty {
  text-align: center;
  padding: 40px 0 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.mob-history-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
  padding: 10px;
  border-radius: 14px;
  background: rgba(var(--light-rgb), 0.18);
  transition: background 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.mob-history-item:hover {
  background: rgba(var(--light-rgb), 0.38);
}

.mob-history-item img,
.mob-history-item__no-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(var(--white-rgb), 0.9);
  flex-shrink: 0;
}

.mob-history-item__info {
  flex: 1;
  min-width: 0;
}

.mob-history-item__name {
  font-weight: 700;
  font-size: 0.87rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--ink);
}

.mob-history-item__price {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 2px;
}

/* Cabinet stub */
.mob-cabinet-stub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 32px;
  gap: 12px;
  text-align: center;
}

.mob-cabinet-stub svg {
  width: 56px;
  height: 56px;
  color: var(--muted);
  opacity: 0.5;
}

.mob-cabinet-stub strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  color: var(--ink);
}

.mob-cabinet-stub p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}
