@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  color-scheme: light;
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --bg: #f4f7f6;
  --surface: #ffffff;
  --surface-alt: #f8faf9;
  --surface-accent: #eef6f3;
  --line: #dfe7e3;
  --line-strong: #c6d3ce;
  --text: #171b1a;
  --muted: #5f6b66;
  --subtle: #7b8782;
  --brand: #78284a;
  --brand-dark: #44152a;
  --brand-soft: #f7e8ef;
  --teal: #176f63;
  --teal-soft: #e6f5f1;
  --blue: #216a9b;
  --blue-soft: #e7f2fb;
  --amber: #8a5a00;
  --amber-soft: #fff2d7;
  --rose: #a43b5d;
  --rose-soft: #fae8ef;
  --footer-bg: #c1b77d;
  --footer-bg-deep: #aca164;
  --footer-text: #17201d;
  --footer-muted: rgba(23, 32, 29, 0.68);
  --footer-line: rgba(23, 32, 29, 0.16);
  --shadow: 0 16px 36px rgba(23, 27, 26, 0.07);
  --radius: 8px;
  --radius-sm: 6px;
  --content: min(1240px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
}

body.theme-dark {
  color-scheme: dark;
  --bg: #151617;
  --surface: #1f2124;
  --surface-alt: #272a2e;
  --surface-accent: #30333a;
  --line: #3b3f45;
  --line-strong: #565c63;
  --text: #faf7f2;
  --muted: #d0c8c1;
  --subtle: #a89f98;
  --brand: #e38aa5;
  --brand-dark: #ffd0dd;
  --brand-soft: rgba(227, 138, 165, 0.18);
  --teal: #93d9ca;
  --teal-soft: rgba(147, 217, 202, 0.16);
  --blue: #a9cae4;
  --blue-soft: rgba(169, 202, 228, 0.16);
  --amber: #f0cf83;
  --amber-soft: rgba(240, 207, 131, 0.18);
  --rose: #ee9ab1;
  --rose-soft: rgba(238, 154, 177, 0.18);
  --footer-bg: #252529;
  --footer-bg-deep: #1e1f22;
  --footer-text: #faf7f2;
  --footer-muted: rgba(250, 247, 242, 0.7);
  --footer-line: rgba(250, 247, 242, 0.16);
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
  background: var(--bg);
}

body.theme-dark .site-header,
body.theme-dark .nav-menu__panel,
body.theme-dark .mobile-dock,
body.theme-dark .mobile-category-drawer__panel,
body.theme-dark .modal-panel,
body.theme-dark .cart-drawer,
body.theme-dark .cart-toast,
body.theme-dark .age-gate__panel {
  border-color: rgba(250, 247, 242, 0.12);
  background: rgba(31, 33, 36, 0.94);
}

body.theme-dark .brand {
  filter: invert(1) brightness(1.55) contrast(0.92);
  opacity: 0.92;
}

body.theme-dark .hero,
body.theme-dark .page-hero {
  background:
    linear-gradient(110deg, rgba(227, 138, 165, 0.13), transparent 42%),
    linear-gradient(100deg, #1f2124 0%, #191b1e 58%, #251d23 100%);
}

body.theme-dark .hero-sale {
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.07), transparent 18%),
    linear-gradient(118deg, #221b21 0%, #3a2430 52%, #191b1e 100%);
}

body.theme-dark .box-visual,
body.theme-dark .stats-band article,
body.theme-dark .product-card,
body.theme-dark .collection-card,
body.theme-dark .collection-feature,
body.theme-dark .catalog-summary,
body.theme-dark .catalog-sidebar,
body.theme-dark .catalog-control-panel,
body.theme-dark .order-summary,
body.theme-dark .faq-item,
body.theme-dark .policy-card,
body.theme-dark .contact-card,
body.theme-dark .register-card,
body.theme-dark .mini-card,
body.theme-dark .line-item,
body.theme-dark .toggle-row,
body.theme-dark .detail-buy-box,
body.theme-dark .detail-accordion details {
  border-color: var(--line);
  background: var(--surface);
}

body.theme-dark .product-art,
body.theme-dark .collection-art,
body.theme-dark .cart-thumb,
body.theme-dark .detail-art,
body.theme-dark .wish-thumb,
body.theme-dark .thumb {
  border-color: rgba(250, 247, 242, 0.14);
}

body.theme-dark .search input,
body.theme-dark .newsletter-form input,
body.theme-dark input,
body.theme-dark select,
body.theme-dark textarea {
  border-color: var(--line);
  background: var(--surface-alt);
  color: var(--text);
}

body.theme-dark .btn.soft,
body.theme-dark .icon-button,
body.theme-dark .filter-chip,
body.theme-dark .back-link,
body.theme-dark .chip,
body.theme-dark .tab,
body.theme-dark .mobile-chip {
  border-color: var(--line);
  background: var(--surface-alt);
  color: var(--text);
}

body.theme-dark .category-tile--rose,
body.theme-dark .category-tile--lilac,
body.theme-dark .category-tile--sun,
body.theme-dark .category-tile--beginner,
body.theme-dark .category-tile--sale,
body.theme-dark .category-tile--ink {
  color: #fff;
}

body.theme-dark .category-tile--rose {
  background: linear-gradient(145deg, #3a2630 0%, #7a3e55 100%);
}

body.theme-dark .category-tile--lilac {
  background: linear-gradient(145deg, #29263a 0%, #5b527c 100%);
}

body.theme-dark .category-tile--sun {
  background: linear-gradient(145deg, #352d21 0%, #7b6540 100%);
}

body.theme-dark .category-tile--beginner {
  background: linear-gradient(145deg, #24322f 0%, #4e7468 100%);
}

body.theme-dark .category-tile--sale {
  background: linear-gradient(145deg, #5a2440 0%, #160d13 100%);
}

body.theme-dark .category-tile--ink {
  background: linear-gradient(145deg, #33383b 0%, #111315 100%);
}

body.theme-dark .category-tile span {
  color: rgba(250, 247, 242, 0.74);
}

body.theme-dark .category-tile strong {
  color: #fff;
}

body.theme-dark .sale-band {
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(118deg, #5a2440 0%, #8c405a 52%, #2a2026 100%);
}

body.theme-dark .sale-band-offer {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
}

body.theme-dark .mobile-category-drawer__overlay {
  background: rgba(0, 0, 0, 0.62);
}

body.theme-dark .section-alt {
  background: rgba(250, 247, 242, 0.035);
}

body.theme-dark .trust-strip span,
body.theme-dark .hero-sale-note span {
  border-color: rgba(250, 247, 242, 0.16);
  background: rgba(250, 247, 242, 0.075);
  color: var(--muted);
}

body.theme-dark .home-path {
  border-color: rgba(250, 247, 242, 0.12);
  background: rgba(31, 33, 36, 0.78);
}

body.theme-dark .home-path--sale {
  border-color: rgba(227, 138, 165, 0.28);
  background: linear-gradient(145deg, #5a2440 0%, #160d13 100%);
}

body.theme-dark .hero-offer-card,
body.theme-dark .hero-conversion,
body.theme-dark .visual-category {
  border-color: rgba(250, 247, 242, 0.12);
  background: rgba(31, 33, 36, 0.78);
}

body.theme-dark .badge.green {
  border-color: rgba(147, 217, 202, 0.34);
  background: var(--teal-soft);
  color: var(--teal);
}

body.theme-dark .badge.blue {
  border-color: rgba(169, 202, 228, 0.34);
  background: var(--blue-soft);
  color: var(--blue);
}

body.theme-dark .badge.rose {
  border-color: rgba(238, 154, 177, 0.34);
  background: var(--rose-soft);
  color: var(--rose);
}

body.theme-dark .shipping-progress,
body.theme-dark .checkout-privacy {
  border-color: rgba(147, 217, 202, 0.28);
  background: var(--teal-soft);
}

body.cart-open,
body.modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
}

svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  color: var(--text);
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
}

h1 {
  max-width: 760px;
  font-size: clamp(42px, 6.5vw, 82px);
}

h2 {
  font-size: clamp(32px, 4vw, 52px);
}

h3 {
  color: var(--text);
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.06;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.wrap {
  width: var(--content);
  margin: 0 auto;
}

.promo-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #17201d;
  color: #fff;
  font-size: 12px;
  font-weight: 820;
  padding: 7px 14px;
  text-align: center;
}

.promo-bar a,
.promo-bar span {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.promo-bar > * + *::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(223, 231, 227, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.site-content,
.site-main,
.content-area {
  margin-top: 0;
  padding-top: 0;
}

.site-main {
  margin-bottom: 0;
}

body.home #home {
  margin-top: 0;
}

.header-grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 0 22px;
  padding-top: 6px;
  padding-bottom: 2px;
}

.brand {
  color: var(--brand-dark);
  width: 180px;
  height: 64px;
  display: block;
  overflow: hidden;
  background: url("../images/aphro-logo-horizontal.png") left center / contain no-repeat;
  line-height: 1;
  text-decoration: none;
  text-indent: -9999px;
  white-space: nowrap;
}

.brand.brand--image {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  background: none;
  overflow: visible;
  text-indent: 0;
}

.brand__image {
  display: block;
  width: auto;
  max-width: 180px;
  height: 64px;
  object-fit: contain;
}

.desktop-nav,
.header-actions,
.hero-actions,
.trust-strip,
.filter-row,
.privacy-actions,
.cart-head,
.cart-line,
.cart-qty,
.modal-actions,
.product-actions,
.card-meta,
.faq-question,
.stats-band article,
.privacy-list article {
  display: flex;
  align-items: center;
  gap: 10px;
}

.desktop-nav {
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 42px;
  margin-top: 4px;
  border-top: 1px solid var(--line);
  overflow: visible;
}

.desktop-nav::-webkit-scrollbar {
  display: none;
}

.desktop-nav a,
.nav-menu__button {
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1;
  padding: 10px 8px;
  text-decoration: none;
}

.category-nav {
  gap: clamp(10px, 1.6vw, 18px);
  white-space: nowrap;
}

.category-nav__item {
  flex: 0 0 auto;
}

.desktop-nav .category-nav__link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--text);
  font-weight: 850;
  padding: 0 15px;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.desktop-nav .category-nav__link:hover,
.desktop-nav .category-nav__link:focus-visible,
.desktop-nav .category-nav__link[aria-current="page"],
.category-nav .nav-menu.is-open .category-nav__link {
  border-color: rgba(120, 40, 74, 0.18);
  background: var(--brand-soft);
  color: var(--brand);
  transform: translateY(-1px);
}

.category-nav__item:first-child .category-nav__link,
.category-nav__item--sale .category-nav__link {
  border-color: rgba(120, 40, 74, 0.22);
  background: var(--brand);
  color: #fff;
}

.category-nav__item:first-child .category-nav__link:hover,
.category-nav__item:first-child .category-nav__link:focus-visible,
.category-nav__item:first-child .category-nav__link[aria-current="page"],
.category-nav__item:first-child.is-open .category-nav__link,
.category-nav__item--sale .category-nav__link:hover,
.category-nav__item--sale .category-nav__link:focus-visible,
.category-nav__item--sale .category-nav__link[aria-current="page"],
.category-nav__item--sale.is-open .category-nav__link {
  background: var(--brand-dark);
  color: #fff;
}

.nav-menu {
  position: relative;
}

.nav-menu::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: 100%;
  height: 0;
  pointer-events: none;
}

.nav-menu.is-open::after {
  height: 12px;
  pointer-events: auto;
}

.nav-menu__button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a[aria-current="page"],
.nav-menu.is-open .nav-menu__button,
.nav-menu:focus-within .nav-menu__button {
  color: var(--brand);
  outline: none;
}

.nav-menu__panel {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  z-index: 80;
  width: min(520px, calc(100vw - 40px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  padding: 12px;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.nav-menu.is-open .nav-menu__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.category-nav .nav-menu__panel {
  top: calc(100% - 1px);
  left: 0;
  z-index: 120;
  width: min(260px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 10px;
  transform: translateY(8px);
}

.category-nav .nav-menu.is-open .nav-menu__panel {
  transform: translateY(0);
}

.desktop-nav .nav-menu__panel a {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
  color: var(--text);
  font-weight: 800;
  padding: 0 12px;
}

.desktop-nav .nav-menu__panel a:hover,
.desktop-nav .nav-menu__panel a:focus-visible {
  background: var(--brand-soft);
  color: var(--brand);
}

.desktop-nav .nav-submenu .nav-submenu__all {
  color: var(--text);
  font-weight: 850;
}

.nav-menu__panel.nav-mega {
  width: min(680px, calc(100vw - 40px));
  min-height: 356px;
  display: block;
  overflow: hidden;
}

.nav-mega__group {
  width: 230px;
  margin-bottom: 6px;
}

.desktop-nav .nav-mega .nav-mega__title {
  min-height: 42px;
  justify-content: space-between;
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  padding: 0 12px;
}

.nav-mega__chevron {
  color: var(--muted);
  font-size: 18px;
  line-height: 1;
}

.nav-mega__sublist {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 258px;
  z-index: 90;
  display: grid;
  align-content: start;
  gap: 6px;
  border-left: 1px solid var(--line);
  background: transparent;
  opacity: 0;
  overflow: auto;
  padding: 0 0 0 18px;
  pointer-events: none;
  transition: opacity 0.14s ease, transform 0.14s ease;
}

.nav-mega__group.active .nav-mega__sublist {
  opacity: 1;
  pointer-events: auto;
}

.desktop-nav .nav-mega .nav-mega__group.active .nav-mega__title {
  background: var(--brand-soft);
  color: var(--brand);
}

.desktop-nav .nav-mega .nav-mega__sublist a {
  min-height: 34px;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  padding: 0 10px;
}

.desktop-nav .nav-mega .nav-mega__sublist .nav-mega__all {
  color: var(--text);
  font-weight: 850;
}

.desktop-nav .nav-mega .nav-mega__title:hover,
.desktop-nav .nav-mega .nav-mega__title:focus-visible,
.desktop-nav .nav-mega .nav-mega__sublist a:hover,
.desktop-nav .nav-mega .nav-mega__sublist a:focus-visible {
  background: var(--brand-soft);
  color: var(--brand);
}

.back-link {
  width: fit-content;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.76);
  color: var(--brand);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  margin-bottom: 16px;
  padding: 0 12px;
  text-decoration: none;
}

.back-link svg {
  width: 16px;
  height: 16px;
}

.back-link:hover,
.back-link:focus-visible {
  border-color: var(--brand);
  background: var(--surface);
  outline: none;
}

.header-actions {
  justify-content: flex-end;
  gap: 10px;
}

.mobile-category-trigger {
  display: none;
}

.mobile-category-trigger.icon-button {
  width: auto;
  min-width: 108px;
  display: none;
  grid-template-columns: auto auto;
  gap: 6px;
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
  padding: 0 12px;
}

.mobile-category-trigger::after {
  content: "Categories";
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.mobile-category-trigger:hover,
.mobile-category-trigger:focus-visible {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
  color: #fff;
}

.quick-exit.icon-button {
  width: auto;
  min-width: 74px;
  grid-template-columns: auto auto;
  gap: 6px;
  border-color: rgba(120, 40, 74, 0.2);
  color: var(--brand);
  padding: 0 11px;
}

.quick-exit::after {
  content: "Exit";
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.quick-exit:hover,
.quick-exit:focus-visible {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.search {
  position: relative;
  width: min(620px, 100%);
}

.header-search {
  width: min(628px, 100%);
  justify-self: center;
  align-self: center;
}

.search > span[data-icon] svg {
  position: absolute;
  left: 13px;
  top: 50%;
  color: var(--subtle);
  pointer-events: none;
  transform: translateY(-50%);
}

.search input,
.newsletter-form input {
  width: 100%;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-alt);
  color: var(--text);
  outline: none;
  padding: 0 14px;
}

.search input {
  border-radius: 999px;
  padding-left: 18px;
  padding-right: 48px;
}

.search-submit {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}

.search-submit svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
}

.search input:focus,
.newsletter-form input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(120, 40, 74, 0.14);
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(110deg, rgba(120, 40, 74, 0.11), transparent 40%),
    linear-gradient(100deg, #ffffff 0%, #f4fbf8 54%, #f8edf3 100%);
}

.category-nav--primary {
  grid-column: 1 / -1;
}

.category-nav--primary > .category-nav__link:first-child {
  border-color: rgba(120, 40, 74, 0.22);
  background: var(--brand);
  color: #fff;
}

.category-nav--primary > .category-nav__link:first-child:hover,
.category-nav--primary > .category-nav__link:first-child:focus-visible,
.category-nav--primary > .category-nav__link:first-child[aria-current="page"] {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
  color: #fff;
}

.hero-sale {
  background: linear-gradient(118deg, #f3c7d2 0%, #efb2be 46%, #f7d9e0 100%);
}

.hero-focused .hero-grid {
  min-height: min(528px, calc(100vh - 112px));
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.82fr);
  gap: 24px;
  padding: 6px 0 20px;
}

.hero-focused .hero-copy {
  justify-self: start;
  max-width: 620px;
}

.hero-focused .hero-visual {
  min-height: 390px;
}

.hero-focused .product-stage {
  width: min(100%, 470px);
}

.hero-grid {
  min-height: min(592px, calc(100vh - 112px));
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
  padding: 10px 0 20px;
}

.hero-copy {
  padding: 0;
}

.hero-sale .hero-copy {
  justify-self: start;
  max-width: 620px;
}

.hero-sale h1 {
  font-size: clamp(40px, 5.2vw, 64px);
  text-transform: none;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-text {
  max-width: 52ch;
  margin-top: 18px;
  font-size: 17px;
}

.hero-sale-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-sale-note span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(120, 40, 74, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 850;
  padding: 0 12px;
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 26px;
}

.hero-offer-card {
  display: grid;
  gap: 7px;
  max-width: 390px;
  border: 1px solid rgba(120, 40, 74, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  margin-top: 18px;
  padding: 15px 16px;
}

.hero-offer-card span {
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-offer-card strong {
  font-size: 20px;
  line-height: 1.12;
}

.hero-offer-card small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hero-conversion-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.hero-conversion {
  min-height: 112px;
  display: grid;
  align-content: start;
  gap: 7px;
  border: 1px solid rgba(120, 40, 74, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
  padding: 14px;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.hero-conversion span {
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-conversion strong {
  font-size: 18px;
  line-height: 1.08;
}

.hero-conversion small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
}

.hero-conversion--sale {
  border-color: transparent;
  background: linear-gradient(145deg, #842d55 0%, #251218 100%);
  color: #fff;
}

.hero-conversion--sale span,
.hero-conversion--sale small {
  color: rgba(255, 255, 255, 0.76);
}

.hero-conversion:hover,
.hero-conversion:focus-visible {
  border-color: var(--brand);
  box-shadow: 0 12px 28px rgba(120, 40, 74, 0.13);
  outline: none;
  transform: translateY(-2px);
}

.home-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.home-path {
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(120, 40, 74, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
  padding: 14px;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.home-path span {
  color: var(--brand);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-path strong {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.18;
}

.home-path--sale {
  border-color: transparent;
  background: linear-gradient(145deg, #842d55 0%, #251218 100%);
  color: #fff;
}

.home-path--sale span {
  color: rgba(255, 255, 255, 0.74);
}

.home-path:hover,
.home-path:focus-visible {
  border-color: var(--brand);
  box-shadow: 0 12px 28px rgba(120, 40, 74, 0.13);
  outline: none;
  transform: translateY(-2px);
}

.visual-category-section {
  padding: 26px 0 14px;
}

.compact-head {
  margin-bottom: 18px;
}

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

.visual-category {
  min-height: 138px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  padding: 14px 10px;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.visual-category:hover,
.visual-category:focus-visible {
  border-color: var(--brand);
  box-shadow: 0 12px 28px rgba(120, 40, 74, 0.12);
  outline: none;
  transform: translateY(-2px);
}

.visual-category__art {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.visual-category strong {
  font-size: 14px;
  line-height: 1.15;
}

.trust-strip {
  flex-wrap: wrap;
  margin-top: 22px;
}

.trust-strip span,
.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 0 11px;
  white-space: nowrap;
}

.hero-visual {
  min-height: 430px;
  display: grid;
  place-items: center;
}

.product-stage {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1 / 0.9;
}

.hero-blush {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  filter: blur(1px);
}

.hero-blush--one {
  left: 0;
  top: 12%;
  width: 42%;
  height: 20%;
  transform: rotate(-18deg);
}

.hero-blush--two {
  right: 7%;
  bottom: 18%;
  width: 46%;
  height: 18%;
  transform: rotate(18deg);
}

.box-visual,
.hero-product,
.product-art,
.collection-art {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.box-visual {
  left: 8%;
  bottom: 5%;
  width: 62%;
  height: 46%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.84), transparent 44%),
    #f6f1ed;
  color: var(--brand-dark);
  padding: 24px;
}

.box-visual span {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(42px, 7vw, 74px);
  line-height: 0.9;
}

.box-visual small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-product {
  width: 18%;
  min-width: 72px;
  border-radius: 999px;
}

.hero-product::before,
.hero-product::after,
.product-art::before,
.product-art::after,
.collection-art::before,
.collection-art::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.hero-product::before,
.product-art::before,
.collection-art::before {
  inset: 8% 28%;
  background: rgba(255, 255, 255, 0.54);
}

.hero-product::after,
.product-art::after,
.collection-art::after {
  left: 50%;
  bottom: 9%;
  width: 10%;
  height: 36%;
  background: rgba(23, 27, 26, 0.16);
  transform: translateX(30%);
}

.hero-product--rose {
  right: 18%;
  bottom: 9%;
  height: 70%;
  background: linear-gradient(160deg, #ffe9f0 0%, #f4a8bf 44%, #a43b5d 100%);
  transform: rotate(10deg);
}

.hero-product--ink {
  right: 4%;
  bottom: 18%;
  height: 56%;
  background: linear-gradient(160deg, #eef2f1 0%, #788681 42%, #222827 100%);
  transform: rotate(-12deg);
}

.hero-product--lilac {
  left: 2%;
  top: 10%;
  height: 42%;
  background: linear-gradient(160deg, #f0eaff 0%, #cbb8f0 48%, #7052ad 100%);
  transform: rotate(-24deg);
}

.hero-product--teal {
  left: 18%;
  bottom: 12%;
  height: 58%;
  background: linear-gradient(160deg, #e3f5ef 0%, #71b9a8 45%, #176f63 100%);
  transform: rotate(82deg);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 20px 0 8px;
}

.home-service-strip {
  padding: 0 0 54px;
}

.stats-band article,
.privacy-list article {
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 18px;
}

.stats-band svg,
.privacy-list svg {
  color: var(--brand);
  flex: 0 0 auto;
  margin-top: 1px;
}

.stats-band strong,
.privacy-list strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.stats-band p,
.privacy-list p {
  font-size: 13px;
}

.section {
  padding: 64px 0;
}

.section-tight {
  padding: 48px 0 34px;
}

.section-alt {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
}

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

.compact-head {
  align-items: center;
}

.section-head p {
  max-width: 58ch;
  margin-top: 12px;
}

.filter-row {
  flex-wrap: wrap;
  justify-content: flex-end;
}

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

.product-card,
.collection-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.product-card {
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  padding: 12px;
}

.product-art-link {
  display: block;
  border-radius: var(--radius);
  text-decoration: none;
}

.product-art-link:focus-visible {
  outline: 3px solid rgba(120, 40, 74, 0.2);
  outline-offset: 3px;
}

.product-art {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.86;
  box-shadow: none;
}

.visual-rose {
  background:
    radial-gradient(circle at 26% 22%, rgba(255, 255, 255, 0.82), transparent 18%),
    linear-gradient(145deg, #ffe9f0 0%, #f5b8ca 48%, #bb5676 100%);
}

.visual-lilac {
  background:
    radial-gradient(circle at 27% 21%, rgba(255, 255, 255, 0.82), transparent 18%),
    linear-gradient(145deg, #f0eaff 0%, #cbb8f0 48%, #7052ad 100%);
}

.visual-wine {
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.75), transparent 18%),
    linear-gradient(145deg, #ffdfe9 0%, #b84a68 48%, #611b30 100%);
}

.visual-ink {
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.66), transparent 18%),
    linear-gradient(145deg, #eef2f1 0%, #8c9895 44%, #252a29 100%);
}

.visual-teal {
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.75), transparent 18%),
    linear-gradient(145deg, #e3f5ef 0%, #71b9a8 44%, #176f63 100%);
}

.product-art::before {
  inset: auto;
  left: 50%;
  top: 18%;
  width: 18%;
  height: 64%;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: -18px 10px 0 rgba(255, 255, 255, 0.18);
  transform: translateX(-50%) rotate(16deg);
}

.product-art::after {
  left: 50%;
  bottom: 16%;
  width: 11%;
  height: 28%;
  background: rgba(23, 27, 26, 0.16);
  transform: translateX(30%) rotate(16deg);
}

.product-art--velvet-mini::before {
  left: 54%;
  top: 16%;
  width: 18%;
  height: 67%;
  background: linear-gradient(180deg, #ffe9f0 0%, #f5a7bd 58%, #a43b5d 100%);
  box-shadow: -24px 18px 0 rgba(255, 255, 255, 0.28);
  transform: translateX(-50%) rotate(18deg);
}

.product-art--velvet-mini::after {
  left: 45%;
  bottom: 18%;
  width: 13%;
  height: 13%;
  background: rgba(255, 255, 255, 0.62);
  transform: rotate(18deg);
}

.product-art--classic-wand::before {
  left: 27%;
  top: 24%;
  width: 26%;
  height: 26%;
  background: radial-gradient(circle at 34% 32%, #fff 0 18%, #ffc7d5 20% 58%, #b84a68 100%);
  box-shadow: none;
  transform: rotate(-18deg);
}

.product-art--classic-wand::after {
  left: 46%;
  top: 31%;
  width: 16%;
  height: 52%;
  background: linear-gradient(180deg, #4e1829 0%, #b84a68 100%);
  transform: rotate(-28deg);
}

.product-art--couples-ring::before {
  left: 29%;
  top: 23%;
  width: 34%;
  height: 34%;
  background: radial-gradient(circle, transparent 0 42%, #f0eaff 44% 54%, #7052ad 56% 100%);
  box-shadow: none;
  transform: rotate(-18deg);
}

.product-art--couples-ring::after {
  left: 55%;
  top: 36%;
  width: 13%;
  height: 38%;
  background: linear-gradient(180deg, #f5eaff 0%, #a994db 100%);
  transform: rotate(-22deg);
}

.product-art--aura-pulse::before {
  left: 50%;
  top: 16%;
  width: 30%;
  height: 58%;
  border-radius: 48% 48% 58% 58%;
  background: linear-gradient(160deg, #eafff8 0%, #89d6c4 45%, #176f63 100%);
  box-shadow: -28px 18px 0 rgba(255, 255, 255, 0.2);
  transform: translateX(-50%) rotate(13deg);
}

.product-art--aura-pulse::after {
  left: 57%;
  bottom: 19%;
  width: 15%;
  height: 16%;
  background: rgba(255, 255, 255, 0.66);
  transform: rotate(13deg);
}

.product-art--duo-set::before {
  left: 42%;
  top: 16%;
  width: 18%;
  height: 66%;
  background: linear-gradient(180deg, #eef2f1 0%, #5e6a68 58%, #252a29 100%);
  box-shadow: 34px 20px 0 rgba(255, 255, 255, 0.32);
  transform: rotate(-12deg);
}

.product-art--duo-set::after {
  left: 59%;
  top: 29%;
  width: 15%;
  height: 44%;
  background: linear-gradient(180deg, #d4d9d8 0%, #303737 100%);
  transform: rotate(15deg);
}

.product-art--care-kit::before {
  left: 43%;
  top: 20%;
  width: 26%;
  height: 56%;
  border-radius: 16px;
  background: linear-gradient(180deg, #f5fffb 0%, #8dd5c5 45%, #176f63 100%);
  box-shadow: none;
  transform: rotate(5deg);
}

.product-art--care-kit::after {
  left: 49%;
  top: 12%;
  width: 14%;
  height: 13%;
  border-radius: 7px;
  background: #f7fbf9;
  transform: rotate(5deg);
}

.product-art--bullet-black::before {
  left: 52%;
  top: 13%;
  width: 22%;
  height: 70%;
  background: linear-gradient(180deg, #f2f4f3 0%, #747f7c 34%, #252a29 100%);
  box-shadow: -24px 20px 0 rgba(255, 255, 255, 0.22);
  transform: translateX(-50%) rotate(12deg);
}

.product-art--bullet-black::after {
  left: 54%;
  bottom: 20%;
  width: 9%;
  height: 32%;
  background: rgba(255, 255, 255, 0.28);
  transform: rotate(12deg);
}

.product-art--storage-pouch::before {
  left: 24%;
  top: 36%;
  width: 52%;
  height: 22%;
  border-radius: 999px 999px 34px 34px;
  background: linear-gradient(145deg, #f0eaff 0%, #b9a0e5 52%, #7052ad 100%);
  box-shadow: none;
  transform: rotate(-7deg);
}

.product-art--storage-pouch::after {
  left: 32%;
  top: 48%;
  width: 40%;
  height: 7%;
  background: rgba(255, 255, 255, 0.54);
  transform: rotate(-7deg);
}

.product-art--tapered-plug-set::before {
  left: 31%;
  top: 31%;
  width: 13%;
  height: 38%;
  background: linear-gradient(180deg, #ffe0ea 0%, #b84a68 100%);
  box-shadow: 33px 4px 0 #7d2941, 66px 8px 0 #4e1829;
  transform: rotate(-9deg);
}

.product-art--tapered-plug-set::after {
  left: 28%;
  bottom: 25%;
  width: 58%;
  height: 8%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  transform: rotate(-9deg);
}

.product-art--velvet-stroker::before {
  left: 35%;
  top: 21%;
  width: 34%;
  height: 52%;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 18%, rgba(23, 27, 26, 0.34) 0 17%, transparent 19%), linear-gradient(180deg, #e3f5ef 0%, #78c7b6 45%, #176f63 100%);
  box-shadow: 26px 18px 0 rgba(255, 255, 255, 0.22);
  transform: rotate(9deg);
}

.product-art--velvet-stroker::after {
  left: 41%;
  bottom: 23%;
  width: 24%;
  height: 8%;
  background: rgba(255, 255, 255, 0.62);
  transform: rotate(9deg);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 12px 4px;
}

.product-body .card-meta {
  order: 1;
  min-height: 24px;
  margin-top: 0;
  margin-bottom: 9px;
}

.product-body .card-meta .badge {
  min-height: 24px;
  border-color: rgba(120, 40, 74, 0.1);
  background: rgba(120, 40, 74, 0.04);
  color: #59635f;
  font-size: 11px;
  font-weight: 850;
  padding: 0 10px;
}

.product-body h3 {
  order: 2;
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
  margin-top: 0;
  min-height: 46px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-copy {
  display: none;
}

.card-meta {
  flex-wrap: wrap;
  margin-top: 12px;
}

.badge {
  background: var(--surface-alt);
}

.badge.green {
  border-color: #cbe9dc;
  background: var(--teal-soft);
  color: var(--teal);
}

.badge.blue {
  border-color: #cce6f8;
  background: var(--blue-soft);
  color: var(--blue);
}

.badge.rose {
  border-color: #f2cdd8;
  background: var(--rose-soft);
  color: var(--rose);
}

.price-row {
  order: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  min-height: 56px;
  padding-top: 14px;
}

.product-rating {
  order: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b8752b;
  font-size: 12px;
  font-weight: 850;
  margin-top: 8px;
  min-height: 24px;
  text-align: left;
}

.product-rating span:first-child {
  color: #b8752b;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.product-rating span:last-child {
  color: var(--text);
  font-weight: 900;
}

.price-main {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.price-row > .badge:not(.save-badge) {
  justify-self: end;
}

.save-badge {
  flex: 0 0 auto;
  white-space: nowrap;
}

.price {
  color: var(--brand-dark);
  font-size: 25px;
  font-weight: 850;
  line-height: 1;
}

.compare-price {
  color: var(--subtle);
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 2px;
  text-decoration: line-through;
}

.save-badge {
  justify-self: start;
  border-color: #f2cdd8;
  background: var(--rose-soft);
  color: var(--rose);
}

.product-actions {
  order: 6;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 12px;
}

.product-actions .btn {
  min-height: 40px;
}

.collection-card {
  display: block;
  color: var(--text);
  min-height: 100%;
  padding: 14px;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.collection-card:hover,
.collection-card:focus-visible {
  border-color: var(--brand);
  box-shadow: 0 12px 28px rgba(120, 40, 74, 0.12);
  outline: none;
  transform: translateY(-2px);
}

.collection-card h3 {
  font-size: 26px;
  line-height: 1.04;
}

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

.quiz-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 22px;
}

.quiz-card h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.quiz-options {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.quiz-option {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  padding: 0 14px;
  text-align: left;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.quiz-option:hover,
.quiz-option:focus-visible,
.quiz-option.active {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.collection-art {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.58;
  margin-bottom: 16px;
  box-shadow: none;
}

.collection-art--rose {
  background: linear-gradient(145deg, #fff6f9 0%, #f3b2c5 56%, #a43b5d 100%);
}

.collection-art--lilac {
  background: linear-gradient(145deg, #f7f3ff 0%, #cbb8f0 56%, #7052ad 100%);
}

.collection-art--ink {
  background: linear-gradient(145deg, #eef2f1 0%, #798782 52%, #252a29 100%);
}

.collection-card p {
  margin-top: 10px;
  min-height: 44px;
  font-size: 14px;
}

.category-strip {
  padding-top: 38px;
}

.category-tile-grid,
.review-grid {
  display: grid;
  gap: 14px;
}

.category-tile-grid {
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
}

.category-tile {
  position: relative;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  padding: 18px;
  text-decoration: none;
}

.category-tile::before,
.category-tile::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.category-tile::before {
  width: 24%;
  height: 58%;
  left: 50%;
  top: 16%;
  background: rgba(255, 255, 255, 0.56);
  transform: translateX(-50%) rotate(14deg);
}

.category-tile::after {
  width: 10%;
  height: 34%;
  left: 56%;
  top: 34%;
  background: rgba(23, 27, 26, 0.16);
  transform: rotate(14deg);
}

.category-tile span,
.category-tile strong {
  position: relative;
  z-index: 1;
}

.category-tile span {
  color: rgba(23, 27, 26, 0.64);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-tile strong {
  margin-top: 6px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
}

.category-tile--rose {
  background: linear-gradient(145deg, #fde6ed 0%, #e9a2b5 100%);
}

.category-tile--sale {
  color: #fff;
  background: linear-gradient(145deg, #842d55 0%, #251218 100%);
}

.category-tile--sale span {
  color: rgba(255, 255, 255, 0.72);
}

.category-tile--beginner {
  background: linear-gradient(145deg, #eef8f2 0%, #a7d9be 100%);
}

.category-tile--lilac {
  background: linear-gradient(145deg, #f0e9fb 0%, #bdaddd 100%);
}

.category-tile--sun {
  background: linear-gradient(145deg, #f8e9bd 0%, #d0bd79 100%);
}

.category-tile--ink {
  color: #fff;
  background: linear-gradient(145deg, #5f6764 0%, #151918 100%);
}

.category-tile--ink span {
  color: rgba(255, 255, 255, 0.68);
}

.text-button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--brand);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  padding: 0;
}

.text-button:hover,
.text-button:focus-visible {
  text-decoration: underline;
}

.privacy-grid,
.faq-grid,
.newsletter-grid,
.footer-grid {
  display: grid;
  gap: 28px;
}

.sale-band {
  border-block: 1px solid rgba(120, 40, 74, 0.18);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.32), transparent 18%),
    linear-gradient(118deg, #7b244c 0%, #bf526e 52%, #efb4bf 100%);
  padding: 68px 0;
}

.sale-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 20px;
  align-items: center;
}

.sale-band h2,
.sale-band p,
.sale-band .eyebrow {
  color: #fff;
}

.sale-band h2 {
  max-width: 760px;
  font-size: clamp(34px, 4vw, 56px);
}

.sale-band p {
  max-width: 52ch;
  margin-top: 12px;
}

.sale-band .btn.primary {
  border-color: #fff;
  background: #fff;
  color: var(--brand);
}

.sale-band-offer {
  min-width: 230px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 18px;
}

.sale-band-offer span,
.sale-band-offer small {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sale-band-offer strong {
  display: block;
  margin: 8px 0;
  font-size: 24px;
  line-height: 1.05;
}

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

.review-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 20px;
}

.review-stars {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #f2cdd8;
  border-radius: 999px;
  background: var(--rose-soft);
  color: var(--rose);
  font-size: 12px;
  font-weight: 850;
  padding: 0 10px;
}

.review-card p {
  margin-top: 16px;
  font-size: 14px;
}

.review-card strong {
  margin-top: auto;
  padding-top: 18px;
  color: var(--brand-dark);
  font-size: 14px;
}

.privacy-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
}

.privacy-grid p {
  max-width: 58ch;
  margin-top: 14px;
}

.privacy-actions {
  flex-wrap: wrap;
  margin-top: 24px;
}

.privacy-list {
  display: grid;
  gap: 12px;
}

.faq-grid {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  justify-content: space-between;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 850;
  min-height: 58px;
  padding: 0 16px;
  text-align: left;
}

.faq-answer {
  display: none;
  border-top: 1px solid var(--line);
  padding: 14px 16px 16px;
}

.faq-item.open .faq-answer {
  display: block;
}

.newsletter {
  border-top: 1px solid var(--footer-line);
  padding: 48px 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.14), transparent 42%),
    var(--footer-bg);
  color: var(--footer-text);
}

.newsletter-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
  align-items: end;
}

.newsletter .eyebrow,
.newsletter h2,
.newsletter p {
  color: var(--footer-text);
}

.newsletter p {
  color: var(--footer-muted);
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.newsletter-form input {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.36);
}

.newsletter-form input::placeholder {
  color: rgba(23, 32, 29, 0.52);
}

.form-note {
  grid-column: 2;
  min-height: 21px;
  font-size: 13px;
}

.site-footer {
  border-top: 1px solid var(--footer-line);
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 34px 0 22px;
}

.site-footer .brand,
.site-footer a,
.site-footer p {
  color: var(--footer-text);
}

.site-footer p {
  max-width: 420px;
  margin-top: 10px;
  color: var(--footer-muted);
  font-size: 14px;
}

.footer-grid {
  grid-template-columns: minmax(0, 1fr) 180px 180px 180px;
}

.footer-grid div {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-grid strong {
  color: var(--footer-text);
  margin-bottom: 4px;
}

.footer-grid a {
  color: var(--footer-muted);
  font-size: 14px;
  text-decoration: none;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--brand-dark);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  border-top: 1px solid var(--footer-line);
  margin-top: 26px;
  padding-top: 18px;
  color: var(--footer-muted);
  font-size: 12px;
  font-weight: 760;
}

.footer-legal span:first-child {
  color: var(--footer-text);
}

.btn,
.icon-button,
.filter-chip {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  cursor: pointer;
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  white-space: nowrap;
}

.btn.primary {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.btn.soft {
  background: var(--surface-alt);
}

.icon-button {
  position: relative;
  width: 40px;
  display: grid;
  place-items: center;
  padding: 0;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px;
  white-space: nowrap;
}

.filter-chip__count {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--surface-alt);
  color: var(--muted);
  font-size: 12px;
  font-weight: 880;
  padding: 0 6px;
}

.filter-chip.active {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.filter-chip.active .filter-chip__count {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.btn:hover,
.icon-button:hover,
.filter-chip:hover {
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.btn.primary:hover {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.btn:focus-visible,
.icon-button:focus-visible,
.filter-chip:focus-visible,
.back-link:focus-visible,
.faq-question:focus-visible,
.text-button:focus-visible {
  outline: 3px solid rgba(120, 40, 74, 0.2);
  outline-offset: 2px;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  padding: 0 6px;
}

.mobile-dock {
  position: fixed;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 70;
  display: none;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  border: 1px solid rgba(223, 231, 227, 0.94);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(23, 27, 26, 0.13);
  padding: 5px;
  backdrop-filter: blur(14px);
}

.mobile-dock a {
  position: relative;
  min-width: 0;
  min-height: 46px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 9.5px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.mobile-dock a.active {
  background: var(--brand-soft);
  color: var(--brand);
}

.mobile-dock__icon {
  display: grid;
  place-items: center;
}

.mobile-dock__icon svg {
  width: 18px;
  height: 18px;
}

.mobile-dock__count {
  top: 2px;
  right: 8px;
}

.mobile-category-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.mobile-category-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-category-drawer__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 20, 19, 0.34);
  cursor: pointer;
}

.mobile-category-drawer__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: min(82vh, 640px);
  display: grid;
  gap: 10px;
  border-radius: 18px 18px 0 0;
  background: var(--surface);
  box-shadow: 0 -18px 50px rgba(17, 20, 19, 0.18);
  padding: 14px 12px calc(78px + env(safe-area-inset-bottom));
  transform: translateY(24px);
  transition: transform 0.2s ease;
  overflow-y: auto;
}

.mobile-category-drawer.is-open .mobile-category-drawer__panel {
  transform: translateY(0);
}

.mobile-category-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mobile-category-drawer__head h2 {
  font-size: 24px;
}

.mobile-category-list {
  display: grid;
  gap: 8px;
}

.mobile-category-group {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-alt);
  overflow: hidden;
}

.mobile-category-direct {
  min-height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-alt);
  color: var(--text);
  font-weight: 900;
  padding: 0 16px;
  text-decoration: none;
}

.mobile-category-direct:hover,
.mobile-category-direct:focus-visible {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand);
  outline: none;
}

.mobile-category-group summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--text);
  cursor: pointer;
  font-weight: 850;
  list-style: none;
  padding: 0 16px;
}

.mobile-category-group summary::-webkit-details-marker {
  display: none;
}

.mobile-category-group[open] summary {
  color: var(--brand);
}

.mobile-category-group[open] summary span:last-child {
  transform: rotate(45deg);
}

.mobile-category-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  border-top: 1px solid var(--line);
  padding: 8px;
}

.mobile-category-links a {
  min-height: 36px;
  display: flex;
  align-items: center;
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.15;
  padding: 0 9px;
  text-decoration: none;
}

.mobile-category-links a:first-child {
  color: var(--text);
  font-weight: 900;
}

.mobile-category-links a:hover,
.mobile-category-links a:focus-visible {
  background: var(--brand-soft);
  color: var(--brand);
}

.mobile-category-open {
  overflow: hidden;
}

.theme-toggle.icon-button {
  border-color: rgba(120, 40, 74, 0.18);
}

.theme-toggle__sun {
  display: none;
}

body.theme-dark .theme-toggle__moon {
  display: none;
}

body.theme-dark .theme-toggle__sun {
  display: block;
}

body.theme-dark .theme-toggle.icon-button {
  border-color: rgba(250, 247, 242, 0.18);
  background: var(--surface-accent);
  color: var(--amber);
}

.empty-state {
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  background: var(--surface-alt);
  color: var(--muted);
  padding: 22px;
  text-align: center;
}

.cart-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  width: min(380px, calc(100% - 36px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  opacity: 0;
  padding: 14px;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.cart-toast.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cart-toast strong {
  display: block;
  color: var(--brand-dark);
  font-size: 15px;
}

.cart-toast p {
  margin-top: 4px;
  font-size: 13px;
}

.cart-drawer,
.product-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.age-gate {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 85;
  width: min(420px, calc(100% - 36px));
  display: none;
}

body.needs-age .age-gate {
  display: block;
}

.age-gate__panel {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  padding: 18px;
  backdrop-filter: blur(14px);
}

.age-gate__panel h1 {
  font-size: 24px;
  line-height: 1.05;
}

.age-gate__panel p:not(.eyebrow) {
  margin-top: 10px;
  font-size: 13px;
}

.age-gate__actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 14px;
}

.cart-drawer,
.product-modal {
  display: none;
}

body.cart-open .cart-drawer,
body.modal-open .product-modal {
  display: block;
}

.cart-backdrop,
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 27, 26, 0.52);
}

.cart-panel,
.modal-panel {
  position: absolute;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.cart-panel {
  top: 0;
  right: 0;
  width: min(460px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.cart-head {
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.cart-head h2 {
  font-size: 34px;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 10px;
  flex: 1;
  overflow: auto;
  padding: 14px 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-alt);
  padding: 10px;
}

.cart-thumb {
  width: 68px;
  height: 68px;
  border-radius: var(--radius);
}

.cart-line {
  justify-content: space-between;
  align-items: flex-start;
}

.cart-line strong {
  font-size: 14px;
}

.cart-qty {
  justify-content: flex-end;
  margin-top: 10px;
}

.cart-qty-controls {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.cart-qty-controls button {
  width: 34px;
  height: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cart-qty-controls button + .cart-qty-value,
.cart-qty-value + button {
  border-left: 1px solid var(--line);
}

.cart-qty-value {
  min-width: 38px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
  padding: 0 10px;
}

.cart-summary {
  border-top: 1px solid var(--line);
  margin-top: auto;
  padding-top: 16px;
}

.cart-summary div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.cart-summary span {
  color: var(--text);
  font-size: 16px;
  font-weight: 760;
}

.cart-summary strong {
  font-size: 28px;
  color: var(--brand-dark);
  line-height: 1;
}

.cart-summary p {
  max-width: 34ch;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.45;
}

.cart-summary .btn {
  width: 100%;
  justify-content: center;
  min-height: 46px;
}

.modal-panel {
  top: 50%;
  left: 50%;
  width: min(900px, calc(100% - 28px));
  max-height: calc(100vh - 28px);
  overflow: auto;
  border-radius: var(--radius);
  padding: 18px;
  transform: translate(-50%, -50%);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.modal-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: center;
}

.modal-art {
  position: relative;
  width: 100%;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.modal-art::before,
.modal-art::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.modal-art::before {
  inset: 11% 38%;
  background: rgba(255, 255, 255, 0.52);
}

.modal-art::after {
  left: 52%;
  bottom: 14%;
  width: 4%;
  height: 32%;
  background: rgba(23, 27, 26, 0.18);
}

.modal-copy {
  padding: 24px 12px 24px 0;
}

.modal-copy h2 {
  margin-top: 8px;
}

.modal-copy p {
  margin-top: 14px;
}

.modal-actions {
  flex-wrap: wrap;
  margin-top: 22px;
}

.page-hero {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(110deg, rgba(120, 40, 74, 0.1), transparent 38%),
    linear-gradient(100deg, #ffffff 0%, #f4fbf8 56%, #f8edf3 100%);
  padding: 48px 0;
}

.page-hero--compact {
  padding: 24px 0;
}

.product-page .page-hero--compact {
  padding: 10px 0;
}

.product-breadcrumb-bar {
  background: var(--surface);
}

.product-breadcrumb-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-breadcrumb-row > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.page-hero--catalog {
  padding: 24px 0 18px;
}

.page-hero p:not(.eyebrow) {
  max-width: 58ch;
  margin-top: 14px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 22px;
  align-items: end;
}

.page-hero-grid--catalog {
  grid-template-columns: minmax(0, 760px);
  align-items: start;
}

.catalog-summary,
.catalog-sidebar,
.checkout-card,
.order-summary,
.detail-copy,
.detail-info-grid section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.catalog-summary {
  padding: 18px;
}

.catalog-summary strong {
  display: block;
  color: var(--brand-dark);
  font-size: 28px;
  line-height: 1;
}

.catalog-summary p {
  margin: 8px 0 14px;
  font-size: 13px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.catalog-section {
  padding: 20px 0 56px;
}

.catalog-control-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  margin-bottom: 16px;
  padding: 14px;
}

.catalog-countline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  margin-bottom: 12px;
}

.catalog-countline strong {
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 1;
}

.catalog-countline span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.catalog-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-filter-row .filter-chip {
  width: auto;
}

.catalog-sort {
  display: flex;
  justify-content: flex-end;
}

.catalog-sidebar {
  position: sticky;
  top: 96px;
  padding: 16px;
}

.catalog-sidebar h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.catalog-trust {
  border-top: 1px solid var(--line);
  margin-top: 16px;
  padding-top: 14px;
}

.catalog-trust strong {
  display: block;
  font-size: 14px;
}

.catalog-trust p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin-top: 5px;
}

.filter-stack {
  display: grid;
  gap: 8px;
}

.filter-stack .filter-chip {
  width: 100%;
  justify-content: flex-start;
}

.filter-stack.catalog-filter-row {
  display: flex;
  flex-wrap: wrap;
}

.filter-stack.catalog-filter-row .filter-chip {
  width: auto;
  justify-content: center;
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.catalog-toolbar p {
  font-size: 14px;
}

.catalog-toolbar select,
.checkout-form input,
.checkout-form select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  padding: 0 12px;
}

.product-detail-section {
  padding: 34px 0 40px;
  background: var(--surface);
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: start;
}

.detail-gallery {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.detail-thumbs {
  display: grid;
  gap: 12px;
}

.detail-thumb,
.color-swatch {
  border: 1px solid var(--line);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.detail-thumb {
  width: 70px;
  aspect-ratio: 1;
  border-radius: var(--radius);
  background: var(--surface-alt);
}

.detail-thumb::before,
.detail-thumb::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.detail-thumb::before {
  left: 46%;
  top: 16%;
  width: 22%;
  height: 66%;
  background: rgba(255, 255, 255, 0.58);
  transform: rotate(10deg);
}

.detail-thumb::after {
  left: 58%;
  bottom: 18%;
  width: 9%;
  height: 30%;
  background: rgba(23, 27, 26, 0.18);
  transform: rotate(10deg);
}

.detail-thumb.active,
.color-swatch.active {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(120, 40, 74, 0.12);
}

.detail-art {
  position: relative;
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface-alt);
}

.detail-art::before,
.detail-art::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.detail-art::before {
  left: 50%;
  top: 15%;
  width: 22%;
  height: 66%;
  background: rgba(255, 255, 255, 0.52);
  transform: translateX(-50%) rotate(12deg);
}

.detail-art::after {
  left: 52%;
  bottom: 16%;
  width: 7%;
  height: 34%;
  background: rgba(23, 27, 26, 0.18);
  transform: rotate(12deg);
}

.detail-art.product-art--velvet-mini::before {
  left: 53%;
  top: 12%;
  width: 16%;
  height: 72%;
  background: linear-gradient(180deg, #ffe9f0 0%, #f5a7bd 58%, #a43b5d 100%);
  box-shadow: -42px 28px 0 rgba(255, 255, 255, 0.32);
  transform: translateX(-50%) rotate(16deg);
}

.detail-art.product-art--velvet-mini::after {
  left: 43%;
  bottom: 17%;
  width: 11%;
  height: 11%;
  background: rgba(255, 255, 255, 0.62);
  transform: rotate(16deg);
}

.detail-art.product-art--classic-wand::before {
  left: 32%;
  top: 22%;
  width: 24%;
  height: 24%;
  background: radial-gradient(circle at 34% 32%, #fff 0 18%, #ffc7d5 20% 58%, #b84a68 100%);
  box-shadow: none;
  transform: rotate(-18deg);
}

.detail-art.product-art--classic-wand::after {
  left: 48%;
  top: 29%;
  width: 13%;
  height: 56%;
  background: linear-gradient(180deg, #4e1829 0%, #b84a68 100%);
  transform: rotate(-28deg);
}

.detail-art.product-art--couples-ring::before {
  left: 30%;
  top: 22%;
  width: 32%;
  height: 32%;
  background: radial-gradient(circle, transparent 0 42%, #f0eaff 44% 54%, #7052ad 56% 100%);
  box-shadow: none;
  transform: rotate(-18deg);
}

.detail-art.product-art--couples-ring::after {
  left: 56%;
  top: 35%;
  width: 12%;
  height: 40%;
  background: linear-gradient(180deg, #f5eaff 0%, #a994db 100%);
  transform: rotate(-22deg);
}

.detail-art.product-art--aura-pulse::before {
  left: 50%;
  top: 13%;
  width: 28%;
  height: 64%;
  border-radius: 48% 48% 58% 58%;
  background: linear-gradient(160deg, #eafff8 0%, #89d6c4 45%, #176f63 100%);
  box-shadow: -44px 26px 0 rgba(255, 255, 255, 0.22);
  transform: translateX(-50%) rotate(13deg);
}

.detail-art.product-art--aura-pulse::after {
  left: 57%;
  bottom: 18%;
  width: 13%;
  height: 14%;
  background: rgba(255, 255, 255, 0.66);
  transform: rotate(13deg);
}

.detail-art.product-art--duo-set::before {
  left: 41%;
  top: 13%;
  width: 16%;
  height: 70%;
  background: linear-gradient(180deg, #eef2f1 0%, #5e6a68 58%, #252a29 100%);
  box-shadow: 52px 26px 0 rgba(255, 255, 255, 0.34);
  transform: rotate(-12deg);
}

.detail-art.product-art--duo-set::after {
  left: 59%;
  top: 27%;
  width: 13%;
  height: 48%;
  background: linear-gradient(180deg, #d4d9d8 0%, #303737 100%);
  transform: rotate(15deg);
}

.detail-art.product-art--care-kit::before {
  left: 43%;
  top: 17%;
  width: 24%;
  height: 60%;
  border-radius: 18px;
  background: linear-gradient(180deg, #f5fffb 0%, #8dd5c5 45%, #176f63 100%);
  box-shadow: none;
  transform: rotate(5deg);
}

.detail-art.product-art--care-kit::after {
  left: 49%;
  top: 10%;
  width: 12%;
  height: 12%;
  border-radius: 8px;
  background: #f7fbf9;
  transform: rotate(5deg);
}

.detail-art.product-art--bullet-black::before {
  left: 52%;
  top: 10%;
  width: 20%;
  height: 76%;
  background: linear-gradient(180deg, #f2f4f3 0%, #747f7c 34%, #252a29 100%);
  box-shadow: -42px 28px 0 rgba(255, 255, 255, 0.22);
  transform: translateX(-50%) rotate(12deg);
}

.detail-art.product-art--bullet-black::after {
  left: 54%;
  bottom: 19%;
  width: 8%;
  height: 34%;
  background: rgba(255, 255, 255, 0.28);
  transform: rotate(12deg);
}

.detail-art.product-art--storage-pouch::before {
  left: 24%;
  top: 38%;
  width: 54%;
  height: 24%;
  border-radius: 999px 999px 36px 36px;
  background: linear-gradient(145deg, #f0eaff 0%, #b9a0e5 52%, #7052ad 100%);
  box-shadow: none;
  transform: rotate(-7deg);
}

.detail-art.product-art--storage-pouch::after {
  left: 32%;
  top: 50%;
  width: 40%;
  height: 7%;
  background: rgba(255, 255, 255, 0.54);
  transform: rotate(-7deg);
}

.detail-art.product-art--tapered-plug-set::before {
  left: 28%;
  top: 28%;
  width: 12%;
  height: 42%;
  background: linear-gradient(180deg, #ffe0ea 0%, #b84a68 100%);
  box-shadow: 48px 6px 0 #7d2941, 96px 12px 0 #4e1829;
  transform: rotate(-9deg);
}

.detail-art.product-art--tapered-plug-set::after {
  left: 25%;
  bottom: 25%;
  width: 62%;
  height: 8%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  transform: rotate(-9deg);
}

.detail-art.product-art--velvet-stroker::before {
  left: 35%;
  top: 18%;
  width: 34%;
  height: 58%;
  border-radius: 26px;
  background: radial-gradient(circle at 50% 18%, rgba(23, 27, 26, 0.34) 0 17%, transparent 19%), linear-gradient(180deg, #e3f5ef 0%, #78c7b6 45%, #176f63 100%);
  box-shadow: 42px 28px 0 rgba(255, 255, 255, 0.22);
  transform: rotate(9deg);
}

.detail-art.product-art--velvet-stroker::after {
  left: 41%;
  bottom: 22%;
  width: 24%;
  height: 8%;
  background: rgba(255, 255, 255, 0.62);
  transform: rotate(9deg);
}

.detail-copy {
  border: 0;
  border-radius: 0;
  background: transparent;
  min-width: 0;
  padding: 6px 0 0;
}

.detail-kicker-row,
.detail-color-head,
.detail-quantity-row,
.detail-rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.detail-kicker-row,
.detail-color-head,
.detail-quantity-row {
  justify-content: space-between;
}

.detail-type {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  margin-top: 4px;
}

.detail-wishlist {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--brand);
  cursor: pointer;
}

.detail-wishlist svg {
  width: 18px;
  height: 18px;
}

.detail-copy h1 {
  margin-top: 18px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.94;
  max-width: 12ch;
}

.detail-short {
  max-width: 46ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin-top: 12px;
}

.detail-rating-row {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.rating-stars {
  color: #b97722;
  letter-spacing: 1px;
}

.detail-price-line {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 18px;
}

.detail-price-line .price {
  font-size: 38px;
}

.detail-color-panel {
  margin-top: 20px;
}

.detail-color-head {
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
}

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

.color-swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.color-swatch {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.color-swatch.active::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

.detail-buy-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-alt);
  margin-top: 18px;
  padding: 16px;
}

.detail-buy-box--checkout {
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 20px;
}

.detail-quantity-row {
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
}

.qty-stepper {
  display: grid;
  grid-template-columns: 42px 48px 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  overflow: hidden;
}

.qty-stepper button {
  min-height: 40px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.qty-stepper strong {
  display: grid;
  place-items: center;
  border-inline: 1px solid var(--line);
}

.qty-stepper button:hover,
.qty-stepper button:focus-visible {
  background: var(--brand-soft);
  color: var(--brand);
  outline: none;
}

.detail-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 10px;
  margin-top: 14px;
}

.detail-actions .btn {
  width: 100%;
  min-height: 46px;
}

.detail-actions .btn.soft {
  border-color: #b9d6dd;
  background: #c9e1e6;
  color: #17363c;
}

.detail-fast-notes {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.detail-fast-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.detail-fast-notes svg {
  width: 16px;
  height: 16px;
  color: var(--brand);
}

.detail-pairs {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 16px;
}

.detail-pairs a {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-alt);
  color: var(--text);
  margin-top: 10px;
  padding: 10px;
  text-decoration: none;
}

.detail-pairs small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin-top: 3px;
}

.pair-thumb {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.pair-thumb::before,
.pair-thumb::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.product-service-band {
  border-block: 1px solid var(--footer-line);
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 26px 0;
}

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

.product-service-grid article {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.product-service-grid svg {
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.85);
  flex: 0 0 auto;
}

.product-service-grid strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.product-service-grid p {
  color: var(--footer-muted);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 4px;
}

.product-detail-extra-section {
  background: var(--surface);
  padding: 34px 0 58px;
}

.product-detail-extra {
  display: grid;
  gap: 28px;
}

.detail-accordion {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.detail-accordion--full {
  gap: 0;
  margin-top: 0;
  border-top: 1px solid var(--line);
}

.detail-accordion details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
  padding: 0 14px;
}

.detail-accordion--full details {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.detail-accordion summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: var(--text);
  font-weight: 900;
  list-style: none;
}

.detail-accordion summary::-webkit-details-marker {
  display: none;
}

.detail-accordion summary::after {
  content: "+";
  margin-left: auto;
  font-size: 22px;
  line-height: 1;
  color: var(--muted);
}

.detail-accordion details[open] summary::after {
  content: "-";
}

.detail-accordion summary svg {
  width: 18px;
  height: 18px;
  color: var(--brand);
  flex: 0 0 auto;
}

.detail-accordion ul,
.detail-accordion p {
  margin: 0;
  padding-bottom: 16px;
}

.detail-accordion ul {
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.product-feature-row,
.detail-review-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-feature-row {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-alt);
  overflow: hidden;
  gap: 0;
}

.product-feature-row article {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.product-feature-row article + article {
  border-left: 1px solid var(--line);
}

.product-feature-row svg {
  width: 18px;
  height: 18px;
  color: var(--brand);
  flex: 0 0 auto;
}

.product-subsection-head {
  align-items: center;
  margin-bottom: 18px;
}

.product-review-section,
.product-question-section {
  padding-top: 4px;
}

.product-review-section .section-head h2 {
  font-family: var(--font-sans);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.detail-review,
.question-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-alt);
  padding: 16px;
}

.detail-review > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.detail-review p,
.question-list p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}

.question-list {
  display: grid;
  gap: 10px;
}

.question-list strong {
  display: block;
  color: var(--text);
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
  gap: 20px;
  align-items: start;
}

.checkout-grid > * {
  min-width: 0;
}

.register-grid {
  max-width: 560px;
  display: block;
}

.register-form {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 auto;
}

.register-form .checkout-card {
  width: 100%;
  min-width: 0;
}

.register-fields {
  display: grid;
  gap: 12px;
}

.register-fields input {
  width: 100%;
}

.register-consents {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 4px;
}

.register-consents .check-row {
  margin-top: 12px;
}

.checkout-form {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.checkout-card {
  padding: 18px;
  min-width: 0;
}

.checkout-card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  min-width: 0;
}

.checkout-card-head > div {
  min-width: 0;
}

.checkout-card-head svg {
  color: var(--brand);
  flex: 0 0 auto;
  margin-top: 3px;
}

.checkout-card h2,
.summary-head h2 {
  font-size: 26px;
}

.checkout-card p {
  margin-top: 4px;
  font-size: 13px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.checkout-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  min-width: 0;
}

.checkout-form input,
.checkout-form select {
  width: 100%;
  min-width: 0;
  color: var(--text);
  font-weight: 600;
}

.checkout-form input:focus,
.checkout-form select:focus,
.catalog-toolbar select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(120, 40, 74, 0.14);
  outline: none;
}

.check-row {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin-top: 14px;
  line-height: 1.45;
}

.check-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex: 0 0 18px;
  margin: 1px 0 0;
  accent-color: var(--brand);
}

.check-row span {
  min-width: 0;
}

.check-row a {
  color: var(--brand);
  font-weight: 850;
}

.checkout-submit {
  min-height: 48px;
  width: 100%;
  justify-content: center;
}

.checkout-submit-card,
.checkout-empty-prompt {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 18px;
}

.checkout-submit-card {
  display: grid;
  gap: 14px;
}

.checkout-submit-copy h2,
.checkout-empty-prompt h2 {
  font-size: 28px;
}

.checkout-submit-copy p:not(.eyebrow),
.checkout-empty-prompt p:not(.eyebrow) {
  margin-top: 8px;
  font-size: 14px;
}

.checkout-submit-card .form-note,
.checkout-empty-prompt .form-note {
  min-height: 20px;
}

.checkout-form.is-empty .checkout-card,
.checkout-form.is-empty .checkout-submit-card {
  display: none;
}

.checkout-empty-prompt[hidden] {
  display: none;
}

.checkout-empty-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.order-summary {
  position: sticky;
  top: 96px;
  padding: 18px;
}

.summary-head {
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.summary-items {
  display: grid;
  gap: 10px;
  padding: 14px 0;
}

.summary-items .empty-state {
  padding: 20px 16px;
}

.checkout-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-alt);
  padding: 10px;
}

.checkout-item p {
  margin-top: 7px;
  font-size: 12px;
}

.summary-lines {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.summary-lines div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
}

.summary-lines strong {
  color: var(--text);
}

.summary-lines .summary-total {
  border-top: 1px solid var(--line);
  color: var(--text);
  font-size: 20px;
  font-weight: 850;
  padding-top: 12px;
}

.shipping-progress {
  border: 1px solid #d8efdf;
  border-radius: var(--radius-sm);
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
  margin-top: 4px;
  padding: 10px 12px;
}

.checkout-privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #cbe9dc;
  border-radius: var(--radius);
  background: var(--teal-soft);
  margin-top: 14px;
  padding: 14px;
}

.checkout-privacy svg {
  color: var(--teal);
  flex: 0 0 auto;
}

.checkout-privacy p {
  font-size: 13px;
}

.collection-page-grid {
  display: grid;
  gap: 18px;
}

.collection-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 14px;
}

.collection-feature__intro {
  display: flex;
  flex-direction: column;
}

.collection-feature__intro .collection-art {
  margin-bottom: 18px;
}

.collection-feature__intro h2 {
  font-size: 34px;
}

.collection-feature__intro p:not(.eyebrow) {
  margin-top: 12px;
  font-size: 14px;
}

.collection-feature__intro .btn {
  align-self: flex-start;
  margin-top: auto;
}

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

.faq-page-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: start;
}

.faq-help-card {
  position: sticky;
  top: 96px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
}

.faq-help-card .eyebrow,
.policy-side-card .eyebrow,
.policy-card .eyebrow {
  margin-bottom: 10px;
}

.faq-help-card h2,
.policy-side-card h2 {
  font-size: 30px;
  line-height: 1.02;
}

.faq-help-card p:not(.eyebrow),
.policy-side-card p:not(.eyebrow) {
  margin-top: 12px;
  font-size: 14px;
  max-width: 34ch;
}

.faq-help-actions,
.faq-topic-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-help-actions {
  margin-top: 20px;
}

.faq-topic-tabs {
  margin-bottom: 14px;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: start;
}

.policy-side-card,
.policy-card,
.policy-mini {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.policy-side-card {
  position: sticky;
  top: 96px;
  padding: 24px;
}

.policy-side-card .btn {
  margin-top: 14px;
}

.policy-nav {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.policy-nav .btn {
  justify-content: flex-start;
  margin-top: 0;
}

.policy-stack {
  display: grid;
  gap: 14px;
}

.policy-card {
  padding: 24px;
  scroll-margin-top: 96px;
}

.policy-card h2 {
  font-size: 32px;
  line-height: 1.02;
}

.policy-card h3 {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.policy-card p {
  margin-top: 10px;
}

.policy-section-list {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.policy-section-list section {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.policy-mini {
  padding: 14px;
}

.policy-mini + .policy-mini {
  margin-top: 10px;
}

.policy-mini strong {
  display: block;
  color: var(--brand-dark);
  font-size: 18px;
}

.policy-mini p {
  margin-top: 6px;
  font-size: 13px;
}

.contact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
}

.contact-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-alt);
  color: var(--brand);
}

.contact-card .btn {
  margin-top: 16px;
}

.contact-card h2 {
  font-size: clamp(24px, 3vw, 34px);
  overflow-wrap: anywhere;
}

.contact-address {
  margin-top: 10px;
}

.contact-address p + p {
  margin-top: 2px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .header-grid {
    min-height: 76px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-top: 8px;
  }

  .hero-grid,
  .privacy-grid,
  .faq-grid,
  .newsletter-grid,
  .page-hero-grid,
  .detail-grid,
  .checkout-grid,
  .hero-grid {
    min-height: auto;
  }

  .hero-visual {
    min-height: 430px;
  }

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

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

  .quiz-layout {
    grid-template-columns: 1fr;
  }

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

  .category-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-note {
    grid-column: 1;
  }

  .detail-art,
  .catalog-sidebar,
  .order-summary,
  .faq-help-card,
  .policy-side-card {
    position: static;
  }

  .order-summary {
    order: -1;
  }

  .detail-art {
    position: relative;
    min-height: 430px;
    overflow: hidden;
  }

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .detail-copy h1 {
    max-width: none;
  }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .mobile-category-trigger,
  .mobile-category-trigger.icon-button {
    display: grid;
  }
}

@media (max-width: 860px) {
  .home-primary-nav {
    display: none;
  }

  .stats-band,
  .product-grid,
  .collection-grid,
  .visual-category-grid,
  .footer-grid,
  .review-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-focused .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-sale .hero-copy {
    order: 1;
    justify-self: start;
    max-width: 680px;
  }

  .hero-sale .hero-visual {
    order: 2;
  }

  .hero-focused .hero-visual {
    min-height: 360px;
  }

  .sale-band-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .section-head {
    display: grid;
    align-items: start;
  }

  .filter-row {
    justify-content: flex-start;
  }

  .hero-conversion-strip {
    grid-template-columns: 1fr;
  }

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

  .modal-art {
    min-height: 320px;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .collection-feature,
  .privacy-grid,
  .newsletter-grid,
  .faq-page-grid,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .filter-stack {
    grid-template-columns: repeat(4, minmax(120px, 1fr));
  }

  .catalog-toolbar {
    align-items: stretch;
    display: grid;
  }

  .detail-promise {
    grid-template-columns: 1fr;
  }

  .detail-actions {
    grid-template-columns: 1fr;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
  }

  .detail-thumbs {
    order: 2;
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .detail-thumbs::-webkit-scrollbar {
    display: none;
  }

  .detail-thumb {
    flex: 0 0 64px;
    width: 64px;
  }

  .product-service-grid,
  .product-feature-row,
  .detail-review-list {
    grid-template-columns: 1fr;
  }

  .product-feature-row article {
    justify-content: flex-start;
    text-align: left;
  }

  .product-feature-row article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .catalog-control-panel {
    grid-template-columns: 1fr;
  }

  .catalog-sort {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  :root {
    --content: min(100%, calc(100% - 24px));
  }

  h1 {
    font-size: 43px;
  }

  h2 {
    font-size: 34px;
  }

  .header-grid {
    min-height: 68px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 12px;
  }

  .promo-bar {
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .promo-bar > * + *::before {
    display: none;
  }

  .brand {
    width: 150px;
    height: 54px;
  }

  .brand__image {
    max-width: 150px;
    height: 54px;
  }

  .search {
    display: none;
  }

  .header-actions > a.icon-button {
    display: none;
  }

  .product-breadcrumb-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .quick-exit.icon-button {
    width: 40px;
    min-width: 40px;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .quick-exit::after {
    content: "";
    display: none;
  }

  .hero-grid {
    padding: 34px 0 30px;
  }

  .hero-focused .hero-grid {
    padding: 30px 0 26px;
  }

  .hero-sale h1 {
    font-size: 39px;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-focused .hero-visual {
    min-height: 300px;
  }

  .product-stage {
    width: min(100%, 430px);
  }

  .hero-conversion {
    min-height: 92px;
  }

  .trust-strip,
  .hero-actions,
  .privacy-actions {
    align-items: stretch;
    display: grid;
  }

  .stats-band,
  .product-grid,
  .collection-grid,
  .privacy-grid,
  .review-grid,
  .footer-grid,
  .newsletter-grid,
  .newsletter-form,
  .age-gate__actions {
    grid-template-columns: 1fr;
  }

  .privacy-grid {
    gap: 20px;
  }

  .privacy-grid p {
    max-width: none;
  }

  .privacy-list article {
    align-items: flex-start;
  }

  .newsletter {
    padding: 38px 0;
  }

  .newsletter-grid {
    align-items: start;
    gap: 18px;
  }

  .newsletter h2 {
    font-size: 31px;
    line-height: 0.98;
  }

  .newsletter-form {
    gap: 9px;
  }

  .form-note {
    grid-column: 1;
  }

  .category-tile-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .visual-category__art {
    width: 62px;
    height: 62px;
  }

  .category-tile {
    min-height: 170px;
    padding: 14px;
  }

  .category-tile strong {
    font-size: 24px;
  }

  .sale-band {
    padding: 40px 0;
  }

  .section {
    padding: 44px 0;
  }

  .section-tight {
    padding: 38px 0 26px;
  }

  .product-grid {
    gap: 10px;
  }

  .product-card {
    padding: 10px;
  }

  .product-art {
    aspect-ratio: 1 / 0.74;
  }

  .product-body {
    padding: 15px 9px 2px;
  }

  .product-body .card-meta {
    min-height: 24px;
    margin-bottom: 8px;
  }

  .product-body h3 {
    font-size: 18px;
    min-height: 40px;
  }

  .product-copy {
    display: none;
  }

  .price {
    font-size: 22px;
  }

  .price-row {
    min-height: 54px;
    gap: 10px;
  }

  .product-actions .btn {
    min-height: 38px;
  }

  .home-service-strip {
    padding-bottom: 36px;
  }

  .page-hero,
  .page-hero--compact {
    padding: 30px 0;
  }

  .filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

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

  .filter-chip,
  .btn {
    width: 100%;
  }

  .filter-stack {
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .catalog-filter-row {
    flex-wrap: nowrap;
  }

  .catalog-filter-row .filter-chip {
    flex: 0 0 auto;
    width: auto;
  }

  .catalog-control-panel {
    padding: 12px;
  }

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

  .collection-feature__products {
    grid-template-columns: 1fr;
  }

  .product-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .cart-panel {
    width: 100%;
  }

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

  .checkout-submit-card {
    grid-template-columns: 1fr;
  }

  .checkout-empty-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .checkout-item {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .detail-art {
    min-height: 340px;
  }

  .product-detail-section {
    padding: 24px 0 30px;
  }

  .detail-grid {
    gap: 22px;
  }

  .detail-gallery {
    gap: 12px;
  }

  .detail-copy h1 {
    font-size: 38px;
    line-height: 0.98;
  }

  .detail-price-line .price {
    font-size: 34px;
  }

  .detail-quantity-row {
    align-items: stretch;
    display: grid;
  }

  .qty-stepper {
    justify-self: start;
  }

  .detail-actions {
    grid-template-columns: 1fr;
  }

  .detail-pairs a,
  .detail-review > div {
    align-items: flex-start;
  }

  .detail-review > div {
    display: grid;
    gap: 6px;
  }

  .product-service-band {
    padding: 22px 0;
  }

  .product-review-section .section-head h2 {
    font-size: 28px;
  }

  body {
    padding-bottom: 74px;
  }

  body.checkout-page {
    padding-bottom: 0;
  }

  .mobile-dock {
    display: grid;
  }

  .product-page .mobile-dock {
    display: none;
  }

  .checkout-page .mobile-dock {
    display: none;
  }

  body.product-page {
    padding-bottom: 0;
  }

  .checkout-page .age-gate,
  .product-page .age-gate {
    bottom: 18px;
  }

  .age-gate {
    bottom: 78px;
  }
}

@media (max-width: 430px) {
  .header-actions {
    gap: 6px;
  }

  .icon-button {
    width: 38px;
  }

  .mobile-category-trigger.icon-button {
    min-width: 62px;
    padding: 0 8px;
  }

  .mobile-category-trigger::after {
    content: "Shop";
  }

  .hero-visual {
    min-height: 315px;
  }

  .hero-focused .hero-visual {
    min-height: 260px;
  }

  .home-path-grid {
    grid-template-columns: 1fr;
  }

  .box-visual {
    padding: 18px;
  }

  .category-tile-grid {
    grid-template-columns: 1fr;
  }

  .modal-panel {
    width: calc(100% - 18px);
    max-height: calc(100vh - 18px);
    padding: 12px;
  }

  .detail-art {
    min-height: 300px;
  }

  .detail-thumb {
    flex-basis: 58px;
    width: 58px;
  }

  .detail-copy h1 {
    font-size: 34px;
  }

  .detail-fast-notes {
    font-size: 12px;
  }

  .color-swatch {
    width: 32px;
    height: 32px;
  }
}

.mobile-dock button {
  flex: 1;
  min-width: 0;
  min-height: 58px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 10px 8px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.mobile-category-group__link {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
}

.mobile-category-group__link svg {
  width: 16px;
  height: 16px;
  color: var(--brand);
}

.aphro-wc-page {
  display: grid;
  gap: 20px;
}

.aphro-wc-page .woocommerce {
  display: grid;
  gap: 20px;
}

.aphro-wc-page .woocommerce-message,
.aphro-wc-page .woocommerce-info,
.aphro-wc-page .woocommerce-error {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  list-style: none;
}

.aphro-wc-page table.shop_table,
.aphro-wc-page .cart_totals,
.aphro-wc-page .woocommerce-checkout-review-order,
.aphro-wc-page .col2-set,
.aphro-wc-page .woocommerce-form-login,
.aphro-wc-page .woocommerce-form-register,
.aphro-wc-page .woocommerce-EditAccountForm,
.aphro-wc-page .woocommerce-address-fields,
.aphro-wc-page .woocommerce-Addresses .woocommerce-Address,
.aphro-wc-page .woocommerce-order,
.account-nav-card,
.account-dashboard-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.aphro-wc-page table.shop_table,
.aphro-wc-page .cart_totals,
.aphro-wc-page .woocommerce-checkout-review-order,
.aphro-wc-page .col2-set,
.aphro-wc-page .woocommerce-form-login,
.aphro-wc-page .woocommerce-form-register,
.aphro-wc-page .woocommerce-EditAccountForm,
.aphro-wc-page .woocommerce-address-fields,
.aphro-wc-page .woocommerce-Addresses .woocommerce-Address,
.aphro-wc-page .woocommerce-order {
  padding: 18px;
}

.aphro-wc-page .woocommerce form .form-row input.input-text,
.aphro-wc-page .woocommerce form .form-row textarea,
.aphro-wc-page .woocommerce form .form-row select {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
  color: var(--text);
  padding: 10px 12px;
}

.aphro-wc-page .woocommerce form .form-row textarea {
  min-height: 100px;
}

.aphro-wc-page .woocommerce form .form-row label,
.aphro-wc-page .woocommerce-billing-fields__field-wrapper label,
.aphro-wc-page .woocommerce-shipping-fields__field-wrapper label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.aphro-wc-page .woocommerce button.button,
.aphro-wc-page .woocommerce a.button,
.aphro-wc-page .woocommerce input.button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

.aphro-wc-page .woocommerce .coupon {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.aphro-wc-page .woocommerce-cart-form table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.aphro-wc-page .shop_table th,
.aphro-wc-page .shop_table td {
  border-color: var(--line);
}

.aphro-wc-page .product-name a,
.aphro-wc-page .product-thumbnail a,
.aphro-wc-page .woocommerce-MyAccount-content a,
.aphro-wc-page .woocommerce-Addresses a {
  color: var(--brand);
  font-weight: 700;
}

.aphro-wc-page--checkout .woocommerce {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: start;
}

.aphro-wc-page--checkout #order_review_heading {
  display: none;
}

.aphro-wc-page--checkout .woocommerce-checkout-review-order {
  position: sticky;
  top: 96px;
}

.aphro-wc-page--checkout .col2-set {
  display: grid;
  gap: 18px;
}

.aphro-wc-page .aphro-check-row label.checkbox,
.aphro-consent-row .check-row {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.aphro-wc-page .aphro-check-row input,
.aphro-consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--brand);
}

.aphro-wc-page--account .woocommerce {
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
}

.aphro-wc-page--account .woocommerce-MyAccount-navigation,
.aphro-wc-page--account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  margin: 0;
}

.aphro-wc-page--account .woocommerce-MyAccount-content {
  min-width: 0;
}

.account-nav-card {
  padding: 12px;
}

.woocommerce-MyAccount-navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.woocommerce-MyAccount-navigation-list li a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  color: var(--text);
  text-decoration: none;
  font-weight: 760;
}

.woocommerce-MyAccount-navigation-list li a::before {
  content: none !important;
  display: none !important;
}

.account-nav-link-copy {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.account-nav-link-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  flex: 0 0 auto;
}

.account-nav-link-icon svg,
.woocommerce-MyAccount-navigation-list li a > svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
}

.woocommerce-MyAccount-navigation-list li.is-active a {
  background: var(--brand);
  color: #fff;
}

.account-dashboard-shell {
  display: grid;
  gap: 18px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.account-dashboard-shell > .card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.account-dashboard-shell .section,
.account-dashboard-shell .summary-card {
  padding: 20px;
}

.account-dashboard-shell .section-head {
  display: block;
  margin-bottom: 18px;
}

.account-dashboard-shell .section-head p {
  margin-top: 10px;
  max-width: 62ch;
}

.account-dashboard-shell .section-head h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.05;
}

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

.account-dashboard-shell .mini-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
  padding: 18px;
  min-height: 164px;
}

.account-dashboard-shell .mini-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.account-dashboard-shell .mini-value {
  margin-top: 10px;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  color: var(--brand-dark);
}

.account-dashboard-shell .mini-sub {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.account-dashboard-shell .card-title {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.account-dashboard-shell .list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.account-dashboard-shell .line-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
}

.account-dashboard-shell .line-item > div:first-child {
  min-width: 0;
}

.account-dashboard-shell .line-title {
  font-size: 16px;
  font-weight: 820;
  line-height: 1.35;
}

.account-dashboard-shell .line-sub {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.account-dashboard-shell a.btn.soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.account-dashboard-shell a.btn.soft:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand);
}

body.theme-dark .aphro-wc-page table.shop_table,
body.theme-dark .aphro-wc-page .cart_totals,
body.theme-dark .aphro-wc-page .woocommerce-checkout-review-order,
body.theme-dark .aphro-wc-page .col2-set,
body.theme-dark .aphro-wc-page .woocommerce-form-login,
body.theme-dark .aphro-wc-page .woocommerce-form-register,
body.theme-dark .aphro-wc-page .woocommerce-EditAccountForm,
body.theme-dark .aphro-wc-page .woocommerce-address-fields,
body.theme-dark .aphro-wc-page .woocommerce-Addresses .woocommerce-Address,
body.theme-dark .aphro-wc-page .woocommerce-order,
body.theme-dark .account-nav-card,
body.theme-dark .account-dashboard-shell > .card {
  border-color: var(--line);
  background: var(--surface);
}

@media (max-width: 980px) {
  .aphro-wc-page--checkout .woocommerce,
  .aphro-wc-page--account .woocommerce {
    grid-template-columns: 1fr;
  }

  .account-dashboard-shell .grid-3 {
    grid-template-columns: 1fr;
  }
}
