* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; overflow-x: hidden; }
body {
  position: relative;
  font-family: var(--font-body);
  font-size: var(--body-size);
  color: #2a2428;
  background: #fffaf8;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.muted { color: #7a7076; }

.site-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    linear-gradient(160deg, #fffaf8 0%, #fff6f9 42%, #f7fbf7 100%);
}
.site-atmosphere__wash {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.72;
}
.site-atmosphere__wash--a {
  width: min(72vw, 760px);
  height: min(72vw, 760px);
  top: -18%;
  right: -14%;
  background: radial-gradient(circle, color-mix(in srgb, var(--pink) 22%, #ffe6f2) 0%, transparent 70%);
}
.site-atmosphere__wash--b {
  width: min(68vw, 700px);
  height: min(68vw, 700px);
  bottom: -24%;
  left: -18%;
  background: radial-gradient(circle, color-mix(in srgb, var(--mint) 20%, #e8f3e9) 0%, transparent 72%);
}
.site-atmosphere__wash--c {
  width: min(48vw, 480px);
  height: min(48vw, 480px);
  top: 38%;
  left: 42%;
  background: radial-gradient(circle, rgba(255,255,255,0.85) 0%, transparent 68%);
}
.site-atmosphere__leaves {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320' fill='none'%3E%3Cg opacity='0.85'%3E%3Cpath d='M42 58c28-2 48 18 52 46-26 6-48-12-52-46z' fill='%236f9b72' fill-opacity='0.55'/%3E%3Cpath d='M42 58c8 18 28 34 52 46' stroke='%234f7a54' stroke-opacity='0.45' stroke-width='1.2'/%3E%3Cpath d='M168 36c-22 16-24 46-8 66 24-10 36-38 8-66z' fill='%23e2187a' fill-opacity='0.38'/%3E%3Cpath d='M168 36c-2 22 4 46-8 66' stroke='%23c91468' stroke-opacity='0.4' stroke-width='1.1'/%3E%3Cpath d='M268 78c18 22 12 52-10 66-8-26 0-52 10-66z' fill='%23e0b000' fill-opacity='0.42'/%3E%3Cpath d='M268 78c2 24-4 48-10 66' stroke='%23c99800' stroke-opacity='0.4' stroke-width='1.1'/%3E%3Cpath d='M74 168c32 8 46 36 38 64-28-8-48-30-38-64z' fill='%23e53935' fill-opacity='0.36'/%3E%3Cpath d='M74 168c12 20 28 42 38 64' stroke='%23c62828' stroke-opacity='0.38' stroke-width='1.1'/%3E%3Cpath d='M198 148c26-14 54-2 66 28-28 14-54 4-66-28z' fill='%238fbf7a' fill-opacity='0.48'/%3E%3Cpath d='M198 148c16 12 36 28 66 28' stroke='%235f8f64' stroke-opacity='0.4' stroke-width='1.1'/%3E%3Cpath d='M48 268c24-18 56-12 70 14-26 18-54 8-70-14z' fill='%23f7a0c8' fill-opacity='0.5'/%3E%3Cpath d='M48 268c14 8 36 22 70 14' stroke='%23e2187a' stroke-opacity='0.35' stroke-width='1'/%3E%3Cpath d='M236 246c-30 4-48 28-44 56 28 2 48-20 44-56z' fill='%23ffc94a' fill-opacity='0.4'/%3E%3Cpath d='M236 246c-6 18-16 40-44 56' stroke='%23e0a800' stroke-opacity='0.38' stroke-width='1.1'/%3E%3Ccircle cx='120' cy='96' r='3.5' fill='%23e2187a' fill-opacity='0.55'/%3E%3Ccircle cx='250' cy='180' r='3' fill='%23e53935' fill-opacity='0.5'/%3E%3Ccircle cx='150' cy='250' r='2.8' fill='%23e0b000' fill-opacity='0.55'/%3E%3Ccircle cx='210' cy='50' r='2.5' fill='%236f9b72' fill-opacity='0.5'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220' fill='none'%3E%3Cg opacity='0.8'%3E%3Cpath d='M30 40c22-18 52-8 58 22-24 12-46-2-58-22z' fill='%23e2187a' fill-opacity='0.42'/%3E%3Cpath d='M160 70c-18 20-12 48 12 58 10-24 2-48-12-58z' fill='%23e0b000' fill-opacity='0.4'/%3E%3Cpath d='M70 150c28 2 44 28 32 52-26-4-44-24-32-52z' fill='%236f9b72' fill-opacity='0.45'/%3E%3Cpath d='M170 170c18 18 8 44-16 50-4-24 6-44 16-50z' fill='%23e53935' fill-opacity='0.36'/%3E%3Cpath d='M110 30c16 12 18 34 6 48 18-8 26-28 6-48z' fill='%23f7a0c8' fill-opacity='0.45'/%3E%3Ccircle cx='110' cy='110' r='3' fill='%23e2187a' fill-opacity='0.5'/%3E%3Ccircle cx='50' cy='100' r='2.5' fill='%23ffc94a' fill-opacity='0.55'/%3E%3Ccircle cx='180' cy='120' r='2.4' fill='%236f9b72' fill-opacity='0.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 320px 320px, 220px 220px;
  background-position: 0 0, 110px 80px;
}
.site-atmosphere__leaves::before,
.site-atmosphere__leaves::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.85;
}
.site-atmosphere__leaves::before {
  width: min(42vw, 340px);
  height: min(42vw, 340px);
  left: -6%;
  bottom: -4%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240' fill='none'%3E%3Cpath d='M40 180c40-70 110-100 170-90-20 60-70 110-140 120-12-10-22-20-30-30z' fill='%236f9b72' fill-opacity='0.4'/%3E%3Cpath d='M40 180c50-20 100-10 150 20' stroke='%234f7a54' stroke-opacity='0.4' stroke-width='2'/%3E%3Cpath d='M70 120c35-45 90-55 130-30-30 40-75 65-120 55-6-8-10-16-10-25z' fill='%23e2187a' fill-opacity='0.32'/%3E%3Cpath d='M70 120c40-5 80 10 120 35' stroke='%23c91468' stroke-opacity='0.35' stroke-width='1.6'/%3E%3Cpath d='M30 90c28-40 80-50 120-20-25 35-70 50-110 35-4-5-8-10-10-15z' fill='%23e0b000' fill-opacity='0.34'/%3E%3Ccircle cx='160' cy='150' r='5' fill='%23e53935' fill-opacity='0.4'/%3E%3Ccircle cx='100' cy='100' r='4' fill='%23ffc94a' fill-opacity='0.45'/%3E%3C/svg%3E");
}
.site-atmosphere__leaves::after {
  width: min(38vw, 300px);
  height: min(38vw, 300px);
  right: -5%;
  top: -2%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240' fill='none'%3E%3Cpath d='M200 50c-50 55-50 120-20 170 55-30 85-90 70-150-14-8-30-14-50-20z' fill='%23e2187a' fill-opacity='0.3'/%3E%3Cpath d='M200 50c-15 45-10 95 15 140' stroke='%23c91468' stroke-opacity='0.35' stroke-width='2'/%3E%3Cpath d='M150 40c-40 35-45 90-15 130 45-25 70-75 50-125-10-2-22-4-35-5z' fill='%23e0b000' fill-opacity='0.34'/%3E%3Cpath d='M150 40c-8 40 0 85 30 120' stroke='%23c99800' stroke-opacity='0.32' stroke-width='1.5'/%3E%3Cpath d='M110 80c-28 30-28 70-6 100 38-22 58-62 40-105-10-0-22 0-34 5z' fill='%236f9b72' fill-opacity='0.36'/%3E%3Ccircle cx='170' cy='100' r='5' fill='%23e53935' fill-opacity='0.45'/%3E%3Ccircle cx='120' cy='150' r='4' fill='%23ffc94a' fill-opacity='0.5'/%3E%3Ccircle cx='190' cy='160' r='3.5' fill='%23f7a0c8' fill-opacity='0.55'/%3E%3C/svg%3E");
}
.site-atmosphere__veil {
  position: absolute;
  inset: 0;
  background: rgba(255, 252, 250, 0.78);
  backdrop-filter: blur(0.5px);
}

/* —— Background design variants —— */
.bg-soft .site-atmosphere {
  background: linear-gradient(165deg, #fff8f6 0%, #ffeef4 48%, #fffaf8 100%);
}
.bg-soft .site-atmosphere__leaves { opacity: 0.22; }
.bg-soft .site-atmosphere__veil { background: rgba(255, 250, 248, 0.7); }

.bg-mint .site-atmosphere {
  background: linear-gradient(155deg, #f5faf6 0%, #eef6f0 40%, #fff9f6 100%);
}
.bg-mint .site-atmosphere__wash--a {
  background: radial-gradient(circle, color-mix(in srgb, var(--mint) 28%, #e8f5ea) 0%, transparent 70%);
}
.bg-mint .site-atmosphere__leaves { opacity: 0.4; }
.bg-mint .site-atmosphere__veil { background: rgba(247, 252, 248, 0.72); }

.bg-linen .site-atmosphere {
  background:
    linear-gradient(180deg, rgba(255,250,245,0.92), rgba(255,246,240,0.88)),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 11px,
      rgba(90, 70, 60, 0.025) 11px,
      rgba(90, 70, 60, 0.025) 12px
    ),
    #faf4ee;
}
.bg-linen .site-atmosphere__wash { opacity: 0.35; }
.bg-linen .site-atmosphere__leaves { opacity: 0.18; }
.bg-linen .site-atmosphere__veil { background: rgba(255, 250, 245, 0.55); }

.bg-dusk .site-atmosphere {
  background: linear-gradient(160deg, #2a2428 0%, #3d3238 45%, #4a353c 100%);
}
.bg-dusk .site-atmosphere__wash--a {
  background: radial-gradient(circle, color-mix(in srgb, var(--pink) 35%, #5a3048) 0%, transparent 70%);
  opacity: 0.55;
}
.bg-dusk .site-atmosphere__wash--b {
  background: radial-gradient(circle, color-mix(in srgb, var(--mint) 25%, #2a4030) 0%, transparent 72%);
  opacity: 0.4;
}
.bg-dusk .site-atmosphere__leaves { opacity: 0.2; filter: brightness(1.2); }
.bg-dusk .site-atmosphere__veil { background: rgba(30, 24, 28, 0.45); }
body.bg-dusk {
  color: #f5efe8;
  background: #2a2428;
}
.bg-dusk .lede,
.bg-dusk .muted { color: #c4b8bc; }
.bg-dusk .auth-card,
.bg-dusk .product-card,
.bg-dusk .checkout-panel,
.bg-dusk .checkout-summary {
  background: rgba(255, 252, 250, 0.96);
  color: #2a2428;
}

.bg-plain .site-atmosphere {
  background: #fffaf8;
}
.bg-plain .site-atmosphere__wash,
.bg-plain .site-atmosphere__leaves { display: none; }
.bg-plain .site-atmosphere__veil { background: transparent; }

/* —— Nav / header style variants —— */
.header-floating .site-header,
.nav-floating .site-header {
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.header-floating .header-inner,
.nav-floating .header-inner {
  margin: 0.65rem auto;
  max-width: min(1120px, calc(100% - 1.5rem));
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--header-bg) 92%, transparent);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 28px rgba(42, 36, 40, 0.08);
}
.header-floating .site-ticker,
.nav-floating .site-ticker { display: none; }

.header-underline .main-nav > a::after,
.nav-underline .main-nav > a::after {
  height: 2px;
  bottom: -2px;
  border-radius: 0;
}
.header-underline .site-header,
.nav-underline .site-header {
  background: var(--header-bg);
  backdrop-filter: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.header-split .header-inner,
.nav-split .header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
}
.header-split .logo,
.nav-split .logo {
  grid-column: 1;
  justify-self: start;
}
.header-split .main-nav,
.nav-split .main-nav {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}
.header-split .header-actions,
.nav-split .header-actions {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

/* —— Cards, buttons, radius, density —— */
:root {
  --ui-radius: 0.85rem;
  --ui-radius-sm: 0.55rem;
}
.radius-round {
  --ui-radius: 1.25rem;
  --ui-radius-sm: 0.85rem;
}
.radius-sharp {
  --ui-radius: 0.2rem;
  --ui-radius-sm: 0.15rem;
}
.radius-soft .btn,
.radius-round .btn,
.radius-sharp .btn,
.product-card,
.auth-card,
.checkout-panel,
.checkout-summary,
.checkout-pay__option {
  border-radius: var(--ui-radius);
}

.btn-pill .btn { border-radius: 999px; }
.btn-sharp .btn { border-radius: 0.2rem; }

.card-outlined .product-card,
.card-outlined .auth-card,
.card-outlined .checkout-panel,
.card-outlined .checkout-summary {
  background: transparent;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.card-flat .product-card,
.card-flat .auth-card,
.card-flat .checkout-panel,
.card-flat .checkout-summary {
  background: #fff;
  border: 0;
  box-shadow: none;
}
.card-elevated .product-card,
.card-elevated .auth-card,
.card-elevated .checkout-panel,
.card-elevated .checkout-summary {
  background: #fff;
  border: 0;
  box-shadow: 0 12px 36px rgba(42, 36, 40, 0.1);
}

.density-compact .page-hero,
.density-compact .section,
.density-compact .product-detail {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.density-compact .section-head { margin-bottom: 0.65rem; }
.density-compact .btn { padding: 0.65rem 1rem; }

.header-solid .site-header {
  background: var(--pink);
  color: #fff;
  border: 0;
}
.header-solid .main-nav a.active { color: #fff; }
.header-solid .main-nav > a::after { background: #fff; }
.header-solid .main-nav > a:hover { color: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--header-bg) 88%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--header-text);
  border-bottom: 1px solid rgba(0,0,0,.06);
  transition:
    box-shadow .35s ease,
    background-color .35s ease,
    border-color .35s ease;
}
.site-ticker {
  overflow: hidden;
  background: var(--ticker-bg, color-mix(in srgb, var(--mint) 78%, #1f2e22));
  color: var(--ticker-text, #fff);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-ticker.is-hidden {
  display: none;
}
.site-ticker__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: tickerScroll var(--ticker-speed, 32s) linear infinite;
  will-change: transform;
}
.site-ticker:hover .site-ticker__track {
  animation-play-state: paused;
}
.site-ticker__group {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0.55rem 0;
  white-space: nowrap;
}
.site-ticker__item {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0 0.35rem;
}
.site-ticker__sep {
  opacity: 0.55;
  font-size: 0.7rem;
  color: currentColor;
}
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(42, 36, 40, 0.08);
  border-bottom-color: transparent;
}
.header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: .85rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: padding .3s ease;
}
.site-header.is-scrolled .header-inner {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 600;
  order: 1;
  min-width: 0;
  transition: transform .3s cubic-bezier(.22,1,.36,1), opacity .2s ease;
}
.logo:hover {
  transform: translateY(-1px);
}
.logo span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42vw;
  transition: color .25s ease;
}
.logo-mark {
  font-family: var(--font-body);
  font-size: 0.55em;
  font-weight: 600;
  line-height: 0;
  margin-left: 0.12em;
  vertical-align: super;
  letter-spacing: 0;
  opacity: 0.85;
}
.logo img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.logo:hover img {
  transform: scale(1.06) rotate(-3deg);
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem 1.1rem;
  font-size: .92rem;
  order: 2;
  flex: 1;
  justify-content: center;
}
.main-nav > a {
  position: relative;
  padding: 0.2rem 0;
  transition: color .25s ease, transform .25s ease;
}
.main-nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  height: 2px;
  border-radius: 999px;
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .32s cubic-bezier(.22,1,.36,1);
}
.main-nav > a:hover {
  color: var(--pink);
  transform: translateY(-1px);
}
.main-nav > a:hover::after,
.main-nav > a.active::after {
  transform: scaleX(1);
}
.main-nav a.active { color: var(--pink); font-weight: 600; }
.nav-mobile-account { display: none; }
.nav-toggle {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 0.7rem;
  background: #fff;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.nav-toggle:hover {
  border-color: var(--pink);
  transform: scale(1.04);
}
.nav-toggle span {
  display: block;
  width: 1.05rem;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .28s cubic-bezier(.22,1,.36,1), opacity .2s ease;
}
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(42,36,40,.35);
  z-index: 25;
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}
body.nav-open .nav-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.nav-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 0.15rem;
}
.nav-search-go {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.05rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.nav-search-form {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: auto;
  max-width: 18rem;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}
.nav-search-form input[type="search"] {
  width: 11.5rem;
  min-width: 0;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: #2a2428;
  padding: 0.55rem 0.9rem;
  font: inherit;
  font-size: 0.88rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.nav-search-form input[type="search"]::-webkit-search-decoration,
.nav-search-form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.nav-search-form input[type="search"]:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--pink) 18%, transparent);
}

.nav-search-results {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  width: min(18rem, 78vw);
  background: #fff;
  color: #2a2428;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(42,36,40,.12);
  padding: 0.4rem;
  z-index: 30;
  animation: searchDrop .28s ease;
}
.nav-search-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0.6rem;
  border-radius: 0.75rem;
  transition: background .18s ease;
}
.nav-search-item:hover {
  background: #fff4f9;
}
.nav-search-thumb {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.55rem;
  overflow: hidden;
  background: #f3ecef;
  flex-shrink: 0;
}
.nav-search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-search-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.nav-search-meta strong {
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-search-meta em {
  font-style: normal;
  font-size: 0.78rem;
  color: #7a7076;
}
.nav-search-empty {
  margin: 0;
  padding: 0.75rem;
  font-size: 0.85rem;
  color: #7a7076;
}
@keyframes searchDrop {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.header-solid .nav-search-form input[type="search"] {
  border-color: rgba(255,255,255,.35);
}

.header-centered .header-inner {
  flex-direction: column;
  text-align: center;
}
.header-solid .site-header {
  background: var(--pink);
  color: #fff;
  border: 0;
}
.header-solid .main-nav a.active { color: #fff; }
.header-solid .main-nav > a::after { background: #fff; }
.header-solid .main-nav > a:hover { color: #fff; }

.site-main { position: relative; z-index: 1; min-height: 60vh; }
.site-main--auth { min-height: 100vh; }
.auth-layout .auth-page {
  min-height: 100vh;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-hero, .home-intro, .section, .product-detail {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem 1.25rem;
}
.page-hero h1, .home-intro h1, .section-head h2 {
  font-family: var(--font-heading);
  font-size: var(--page-title-size);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 .6rem;
}
.product-info h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 .6rem;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .75rem;
  color: var(--mint);
  margin: 0 0 .5rem;
}
.lede { color: #6d646a; max-width: 42ch; line-height: 1.55; }
.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: .8rem 1.2rem;
  background: linear-gradient(135deg, var(--pink), #c91468);
  color: #fff;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  border-radius: 0.75rem;
  text-decoration: none;
}
.btn-ghost {
  background: transparent;
  color: #2a2428;
  border: 1px solid rgba(0,0,0,.12);
}
.btn-ghost:hover {
  border-color: var(--pink);
  color: var(--pink);
  background: #fff7fb;
}
.section-head {
  margin-bottom: 1rem;
  text-align: center;
}
.similar-section { padding-top: 0.25rem; }
.similar-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}
.similar-head > div {
  width: 100%;
  text-align: center;
}
.similar-head .btn,
.similar-actions .btn { margin-top: 0; }
.similar-head h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0.15rem 0 0;
}
.page-hero {
  text-align: center;
}
.page-hero .lede,
.home-intro .lede {
  margin-left: auto;
  margin-right: auto;
}
.similar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.card-grid.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.card-grid.products.card-grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.card-grid.products.card-grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.card-grid.products .product-card {
  padding: 0.5rem 0.5rem 0.7rem;
  border-radius: 0.75rem;
}
.card-grid.products .product-card .thumb {
  border-radius: 0.65rem;
}
.card-grid.products .product-card h3 {
  font-size: 0.88rem;
  margin: 0.4rem 0 0.15rem;
  line-height: 1.25;
}
.card-grid.products .empty-products {
  grid-column: 1 / -1;
}
.grid-view {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}
.grid-view__label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #7a7076;
  margin-right: 0.15rem;
}
.grid-view__btn {
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.55rem;
  background: #fff;
  color: #6d646a;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.grid-view__btn svg {
  width: 1rem;
  height: 1rem;
}
.grid-view__btn:hover {
  border-color: color-mix(in srgb, var(--pink) 35%, rgba(0,0,0,.1));
  color: var(--pink);
}
.grid-view__btn.is-active {
  background: color-mix(in srgb, var(--pink) 12%, #fff);
  border-color: color-mix(in srgb, var(--pink) 45%, transparent);
  color: var(--pink);
}

.shop-section { padding-top: 0.5rem; }
.shop-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 1.75rem;
  align-items: start;
}
.shop-filters {
  position: sticky;
  top: 5.5rem;
  background: rgba(255, 252, 250, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.85rem;
  padding: 0.85rem 1rem 1rem;
}
.shop-filters__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}
.shop-filters__top h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
}
.shop-filters__close {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #5a5056;
}
.shop-filter {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.65rem 0 0.35rem;
  position: relative;
}
.shop-filter:first-of-type { border-top: 0; }
.shop-filter > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2a2428;
  padding: 0.2rem 0;
}
.shop-filter > summary::-webkit-details-marker { display: none; }
.shop-filter__chev {
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1.5px solid #6d646a;
  border-bottom: 1.5px solid #6d646a;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-right: 0.15rem;
}
.shop-filter[open] > summary .shop-filter__chev {
  transform: rotate(-135deg);
  margin-top: 0.25rem;
}
.shop-filter__reset {
  display: inline-block;
  margin: 0.35rem 0 0.15rem;
  font-size: 0.78rem;
  color: #8a4a62;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.shop-filter__body {
  display: grid;
  gap: 0.35rem;
  padding: 0.45rem 0 0.2rem;
}
.shop-filter__empty {
  margin: 0;
  font-size: 0.85rem;
  color: #8a8086;
}
.shop-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: #3a3236;
  cursor: pointer;
  padding: 0.15rem 0;
}
.shop-check input {
  width: 0.95rem;
  height: 0.95rem;
  accent-color: var(--pink);
  flex-shrink: 0;
}
.shop-check--color { gap: 0.45rem; }
.shop-swatch {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.2rem;
  border: 1px solid rgba(0, 0, 0, 0.18);
  flex-shrink: 0;
  background-size: cover !important;
}
.shop-toolbar {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  min-height: 2rem;
}
.shop-count {
  margin: 0;
  color: #6d646a;
  font-size: 0.92rem;
}
.shop-clear {
  margin-left: 0;
  font-size: 0.85rem;
  color: #8a4a62;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.shop-toolbar .grid-view {
  margin-left: auto;
}
.shop-toolbar .shop-clear + .grid-view {
  margin-left: 0.35rem;
}
.shop-filters__toggle {
  display: none;
  margin-top: 0;
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
}
.shop-filters__backdrop {
  display: none;
}

.empty-products {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 0.65rem;
  padding: 2.5rem 1.25rem 3rem;
  min-height: 22rem;
}
.empty-products__art {
  width: min(280px, 72vw);
  margin-bottom: 0.35rem;
}
.empty-products__art svg {
  width: 100%;
  height: auto;
  display: block;
}
.empty-products__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 600;
  color: #2a2428;
}
.empty-products__text {
  margin: 0;
  max-width: 34ch;
  color: #7a7076;
  line-height: 1.55;
  font-size: 0.98rem;
}
.empty-products__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 0.55rem;
}
.empty-products__actions .btn {
  margin-top: 0;
}

.cat-card, .product-card {
  background: transparent;
  border: 0;
  padding: 0;
}
.product-card {
  display: block;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  padding: 0.7rem 0.7rem 0.9rem;
  box-shadow: 0 6px 18px rgba(42, 36, 40, 0.04);
  transition:
    transform 0.28s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--pink) 28%, rgba(0, 0, 0, 0.06));
  background: #fff;
  box-shadow:
    0 16px 34px rgba(42, 36, 40, 0.1),
    0 0 0 1px color-mix(in srgb, var(--pink) 12%, transparent);
}
.cat-card .thumb, .product-card .thumb, .thumb.empty {
  aspect-ratio: 4/5;
  background: #f6f1f3;
  overflow: hidden;
  border-radius: 0.85rem;
  position: relative;
}
.cat-card img { width: 100%; height: 100%; object-fit: cover; }
.product-card .thumb {
  display: grid;
  place-items: center;
}
.bought-recent {
  position: absolute;
  left: 0.55rem;
  top: 0.55rem;
  z-index: 3;
  pointer-events: none;
  max-width: calc(100% - 1.1rem);
}
.bought-recent__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: rgba(42, 36, 40, 0.72);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
}
.bought-recent__tip {
  display: none;
  padding: 0.45rem 0.65rem;
  border-radius: 0.65rem;
  background: rgba(42, 36, 40, 0.92);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 0 10px 24px rgba(42, 36, 40, 0.22);
}
.bought-recent__tip strong {
  color: #f7a0c8;
}
.product-card:hover .bought-recent__chip {
  display: none;
}
.product-card:hover .bought-recent__tip {
  display: inline-block;
}
.bought-recent-page {
  margin: 0.45rem 0 0;
  font-size: 0.88rem;
  color: #6d646a;
}
.bought-recent-page strong {
  color: #2a2428;
}
.live-tx {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 60;
  max-width: min(22rem, calc(100vw - 2rem));
  padding: 0.75rem 0.95rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 32px rgba(42, 36, 40, 0.14);
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.live-tx.is-on {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  cursor: pointer;
}
.live-tx:hover {
  border-color: color-mix(in srgb, var(--pink) 35%, rgba(0, 0, 0, 0.08));
  box-shadow: 0 16px 36px rgba(42, 36, 40, 0.18);
}
.live-tx__cta {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--pink, #e2187a);
}
.live-tx__dot {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.35rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #2f9e54;
  animation: livePulse 1.6s ease-out infinite;
}
.live-tx__body {
  font-size: 0.84rem;
  line-height: 1.4;
  color: #3d3539;
}
.live-tx__body strong { color: #2a2428; }
.live-tx__meta {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  color: #7a7076;
}
@media (max-width: 980px) {
  .live-tx { display: none; }
  .product-card:hover .bought-recent__chip { display: inline-flex; }
  .product-card:hover .bought-recent__tip { display: none; }
}
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s cubic-bezier(.22, 1, .36, 1);
}
.product-card:hover img {
  transform: scale(1.05);
}
.cat-card h3, .product-card h3 {
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.3;
  margin: .55rem 0 .15rem;
  transition: color 0.22s ease;
}
.product-card:hover h3 {
  color: var(--pink);
}
.product-card .card-actions {
  padding: 0;
}
.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
  font-weight: 600;
  color: var(--pink);
  margin: 0;
}
.price-sale { font-weight: 700; }
.compare {
  color: #9a9096;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 0.88rem;
}
.price-off {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  padding: 0.18rem 0.55rem 0.18rem 0.4rem;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #c62828 0%, #e53935 45%, #ff1744 100%);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow:
    0 0 0 1px rgba(198, 40, 40, 0.35),
    0 4px 12px rgba(229, 57, 53, 0.35);
  animation: discountThunder 1.8s ease-in-out infinite;
}
.price-off__splash {
  position: absolute;
  inset: -40%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.55) 0%, transparent 28%),
    radial-gradient(circle at 70% 60%, rgba(255, 82, 82, 0.9) 0%, transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(183, 28, 28, 0.55) 0%, transparent 55%);
  animation: discountSplash 1.8s ease-out infinite;
  mix-blend-mode: screen;
}
.price-off__bolt {
  position: relative;
  z-index: 1;
  display: inline-flex;
  color: #ffe082;
  filter: drop-shadow(0 0 4px rgba(255, 235, 59, 0.9));
  animation: discountBolt 1.8s ease-in-out infinite;
}
.price-off__bolt svg {
  display: block;
}
.price-off__text {
  position: relative;
  z-index: 1;
}
@keyframes discountThunder {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 0 1px rgba(198, 40, 40, 0.35),
      0 4px 12px rgba(229, 57, 53, 0.35);
  }
  12% {
    transform: scale(1.06);
    box-shadow:
      0 0 0 2px rgba(255, 82, 82, 0.55),
      0 0 18px rgba(255, 23, 68, 0.65),
      0 6px 16px rgba(198, 40, 40, 0.45);
  }
  22% {
    transform: scale(0.98);
  }
  32% {
    transform: scale(1.04);
    box-shadow:
      0 0 0 2px rgba(255, 235, 59, 0.35),
      0 0 22px rgba(255, 23, 68, 0.7),
      0 6px 16px rgba(198, 40, 40, 0.5);
  }
  45%, 100% {
    transform: scale(1);
  }
}
@keyframes discountSplash {
  0% {
    opacity: 0;
    transform: scale(0.55) rotate(0deg);
  }
  10% {
    opacity: 1;
    transform: scale(1.05) rotate(8deg);
  }
  28% {
    opacity: 0.85;
    transform: scale(1.25) rotate(-6deg);
  }
  55%, 100% {
    opacity: 0;
    transform: scale(1.55) rotate(0deg);
  }
}
@keyframes discountBolt {
  0%, 100% {
    opacity: 0.85;
    transform: translateY(0) scale(1);
  }
  10% {
    opacity: 1;
    transform: translateY(-1px) scale(1.25);
  }
  18% {
    opacity: 0.4;
    transform: translateY(1px) scale(0.9);
  }
  28% {
    opacity: 1;
    transform: translateY(-1px) scale(1.2);
  }
  40%, 100% {
    opacity: 0.9;
    transform: translateY(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .price-off,
  .price-off__splash,
  .price-off__bolt {
    animation: none;
  }
}

.banner-rail {
  display: grid;
  gap: .75rem;
  margin-bottom: 1.5rem;
}
.banner-slide {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f7eef2;
  width: 100%;
}
.banner-slide img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  display: block;
}
.banner-slide span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(255,255,255,.88);
  padding: .45rem .7rem;
  font-family: var(--font-heading);
}

.hero-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background:
    linear-gradient(135deg, #fff7fb 0%, #f7fbf7 48%, #fff4f0 100%);
}
.hero-carousel--peek {
  padding: 0;
}
.hero-carousel__viewport {
  width: 100%;
  overflow: hidden;
}
.hero-carousel--peek .hero-carousel__track {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: max-content;
  line-height: 0;
  transition: transform 0.45s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
.hero-carousel--peek .hero-slide {
  position: relative;
  inset: auto;
  display: block;
  flex: 0 0 min(58vw, 640px);
  width: min(58vw, 640px);
  max-width: 72%;
  opacity: 0.72;
  pointer-events: auto;
  overflow: hidden;
  border-radius: 0;
  transform: none;
  transition: opacity 0.35s ease;
  background: #f3eef1;
  box-shadow: none;
}
.hero-carousel--peek .hero-slide.is-active {
  opacity: 1;
  z-index: 2;
}
.hero-carousel--peek .hero-slide--clone {
  pointer-events: none;
}
.hero-carousel--peek .hero-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: min(36vh, 320px);
  max-height: min(36vh, 320px);
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  background: #eee;
}
.hero-carousel--peek .hero-slide__copy {
  left: 1rem;
  bottom: 1rem;
  max-width: 85%;
  z-index: 3;
}
.promo-banner::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 28%, color-mix(in srgb, var(--pink) 18%, #ffe6f2) 0 42%, transparent 58%),
    radial-gradient(circle at 82% 70%, color-mix(in srgb, var(--mint) 16%, #e8f3e9) 0 40%, transparent 60%),
    radial-gradient(circle at 55% 12%, rgba(255, 255, 255, 0.7) 0 28%, transparent 55%);
  filter: blur(28px);
  opacity: 0.9;
  animation: floralDrift 16s ease-in-out infinite alternate;
}
.promo-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(circle at 12% 22%, color-mix(in srgb, var(--mint) 55%, #fff) 0 1.4px, transparent 2px),
    radial-gradient(circle at 28% 68%, color-mix(in srgb, var(--pink) 50%, #fff) 0 1.1px, transparent 2px),
    radial-gradient(circle at 72% 30%, color-mix(in srgb, var(--mint) 45%, #fff) 0 1.2px, transparent 2.2px),
    radial-gradient(circle at 86% 76%, color-mix(in srgb, var(--pink) 48%, #fff) 0 1px, transparent 2px),
    radial-gradient(circle at 48% 48%, rgba(255,255,255,.9) 0 0.8px, transparent 1.6px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='%236f9b72' stroke-opacity='0.18' stroke-width='1'%3E%3Cpath d='M20 80c20-28 40-28 60 0s40 28 60 0'/%3E%3Cpath d='M20 100c20-28 40-28 60 0s40 28 60 0'/%3E%3C/g%3E%3Cg fill='%23e2187a' fill-opacity='0.12'%3E%3Ccircle cx='40' cy='52' r='3'/%3E%3Ccircle cx='88' cy='36' r='2.2'/%3E%3Ccircle cx='126' cy='70' r='2.6'/%3E%3Ccircle cx='58' cy='118' r='2.4'/%3E%3Ccircle cx='112' cy='122' r='2'/%3E%3C/g%3E%3C/svg%3E");
  background-size:
    92px 92px,
    120px 120px,
    76px 76px,
    140px 140px,
    64px 64px,
    160px 160px;
  animation: floralGrain 32s linear infinite;
}
.hero-slide__copy {
  position: absolute;
  left: clamp(0.85rem, 4vw, 3rem);
  bottom: clamp(1rem, 4vw, 2.5rem);
  max-width: min(34rem, 90%);
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
  line-height: normal;
  z-index: 2;
}
.hero-slide__copy .eyebrow {
  color: rgba(255,255,255,.88);
  margin-bottom: 0.35rem;
}
.hero-slide__copy h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 3vw, 2rem);
  margin: 0 0 0.75rem;
  line-height: 1.15;
}
.hero-slide__copy .btn {
  margin-top: 0;
  background: #fff;
  color: #2a2428;
}
.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(42, 36, 40, 0.45);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, transform 0.2s ease;
}
.hero-nav:hover {
  background: rgba(42, 36, 40, 0.7);
  transform: translateY(-50%) scale(1.04);
}
.hero-nav:active {
  transform: translateY(-50%) scale(0.96);
}
.hero-nav svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}
.hero-nav--prev { left: 0.65rem; }
.hero-nav--next { right: 0.65rem; }
@media (max-width: 800px) {
  .hero-carousel--peek .hero-slide {
    flex-basis: min(72vw, 420px);
    width: min(72vw, 420px);
  }
  .hero-carousel--peek .hero-slide img {
    height: min(28vh, 220px);
    max-height: min(28vh, 220px);
  }
}
.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 0.95rem;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 6px 16px rgba(42, 36, 40, 0.1);
}
.hero-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: 0;
  background: rgba(42, 36, 40, 0.28);
  cursor: pointer;
  padding: 0;
  transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.hero-dot:hover {
  background: color-mix(in srgb, var(--pink) 55%, #2a2428);
  transform: scale(1.15);
}
.hero-dot.is-active {
  background: var(--pink);
  width: 1.35rem;
}

.home-intro--solo {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.hero-trust-break {
  display: block;
  content: "";
  height: 0.55rem;
  line-height: 0;
  clear: both;
}
.trust-strip {
  max-width: 1120px;
  margin: 0 auto 0.35rem;
  padding: 0 1.25rem;
}
.trust-strip--under-hero {
  margin-top: 0;
}
.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.4rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 0.4rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 3px 10px rgba(42, 36, 40, 0.04);
}
.trust-item:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.trust-item__icon {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 0.45rem;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--mint) 82%, #1f2e22);
  color: #fff;
  box-shadow: 0 3px 8px color-mix(in srgb, var(--mint) 22%, transparent);
}
.trust-item__icon svg {
  width: 0.95rem;
  height: 0.95rem;
}
.trust-item__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #3d3539;
  line-height: 1.2;
}

.verified-on {
  width: 100%;
  max-width: none;
  margin: 0.55rem 0 1rem;
  padding: 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, #fffafc 0%, #f7fbf7 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.verified-on__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.85rem clamp(0.75rem, 3vw, 1.5rem);
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
}
.verified-on__label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5a5156;
  white-space: nowrap;
}
.verified-on__check {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--mint) 78%, #1f2e22);
  color: #fff;
  flex-shrink: 0;
}
.verified-on__check svg {
  width: 0.7rem;
  height: 0.7rem;
}
.verified-on__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 0.55rem;
}
.verified-on__item {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 600;
  color: #2a2428;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(42, 36, 40, 0.04);
}
.verified-on__item--meesho { color: #9f2089; }
.verified-on__item--flipkart { color: #2874f0; }
.verified-on__item--amazon { color: #c45500; }
.verified-on__item--citymall { color: #0b6e4f; }
.verified-on__item--myntra { color: #ff3f6c; }
.verified-on__item--logo {
  padding: 0.4rem 0.7rem;
  color: inherit;
}
.verified-on__logo {
  display: block;
  height: 1.05rem;
  width: auto;
  max-width: 5.5rem;
  object-fit: contain;
}
.verified-on__item--myntra .verified-on__logo {
  height: 1.2rem;
  max-width: 6.5rem;
}
.verified-on__item--amazon .verified-on__logo {
  height: 1.15rem;
  max-width: 5.75rem;
}
.verified-on__item--flipkart .verified-on__logo {
  height: 1.2rem;
  max-width: 7rem;
}

.category-rail,
.product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(148px, 180px);
  gap: 0.9rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.product-rail {
  grid-auto-columns: minmax(180px, 220px);
}
.category-rail::-webkit-scrollbar,
.product-rail::-webkit-scrollbar {
  height: 6px;
}
.category-rail::-webkit-scrollbar-thumb,
.product-rail::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.12);
  border-radius: 999px;
}
.category-chip {
  scroll-snap-align: start;
  text-align: center;
  min-width: 0;
}
.category-chip__thumb {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  overflow: hidden;
  background: #f3ecef;
  margin-bottom: 0.55rem;
}
.category-chip__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-chip span {
  font-size: 0.92rem;
  font-weight: 600;
}
.product-card--rail {
  scroll-snap-align: start;
  min-width: 0;
}
.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}
.showcase-grid .product-rail {
  grid-auto-columns: minmax(150px, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  overflow: visible;
}
.product-card--lead .thumb {
  aspect-ratio: 4 / 5;
}

.promo-section {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.promo-grid {
  display: grid;
  gap: 0.85rem;
  width: 100%;
}
.promo-grid--full { grid-template-columns: 1fr; }
.promo-grid--split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.promo-grid--triple { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.promo-banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  line-height: 0;
  background:
    radial-gradient(ellipse 70% 80% at 15% 20%, rgba(255, 230, 242, 0.95) 0%, transparent 58%),
    radial-gradient(ellipse 65% 70% at 85% 80%, rgba(232, 243, 233, 0.95) 0%, transparent 60%),
    linear-gradient(145deg, #fffaf8 0%, #fff4f8 50%, #f5faf6 100%);
}
.promo-banner img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: min(48vh, 360px);
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
  background: transparent;
  transition: transform .45s ease;
}
.promo-banner:hover img { transform: scale(1.02); }
.promo-banner__copy {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
  line-height: normal;
  z-index: 2;
}
.promo-banner__copy h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 2.5vw, 1.7rem);
  margin: 0.2rem 0 0.65rem;
}
.promo-banner__copy .eyebrow { color: rgba(255,255,255,.9); }
.promo-banner__copy .btn {
  margin-top: 0;
  background: rgba(255,255,255,.92);
  color: #2a2428;
  border-color: transparent;
}

.product-detail {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: start;
}
.product-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-info > .eyebrow { order: 1; }
.product-info > h1 { order: 2; }
.product-info > .price,
.product-info > .product-price { order: 3; }
.product-info > .live-view { order: 4; }
.product-info > .bought-recent-page { order: 5; }
.product-info > .product-description { order: 6; }
.product-info > .form-status { order: 7; }
.live-view {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.55rem 0 0;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--mint) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--mint) 28%, transparent);
  color: #2f5a36;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.live-view__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #2f9e54;
  box-shadow: 0 0 0 0 rgba(47, 158, 84, 0.55);
  animation: livePulse 1.6s ease-out infinite;
}
.live-view__text strong {
  font-weight: 800;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(47, 158, 84, 0.5); }
  70% { box-shadow: 0 0 0 8px rgba(47, 158, 84, 0); }
  100% { box-shadow: 0 0 0 0 rgba(47, 158, 84, 0); }
}
.product-media {
  display: grid;
  grid-template-columns: 3.75rem minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 0.65rem;
  align-items: start;
  max-width: min(100%, 420px);
}
.product-media:not(:has(.product-thumbs)) {
  grid-template-columns: 1fr;
}
.product-media > .product-thumbs {
  grid-column: 1;
  grid-row: 1 / span 3;
}
.product-media > .product-hero,
.product-media > .thumb.empty {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.product-media:not(:has(.product-thumbs)) > .product-hero,
.product-media:not(:has(.product-thumbs)) > .thumb.empty {
  grid-column: 1;
}
.product-media > .product-variants--under-image {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  margin: 0.15rem 0 0;
}
.product-media:not(:has(.product-thumbs)) > .product-variants--under-image {
  grid-column: 1;
}
.product-media > .product-actions--under-image {
  grid-column: 2;
  grid-row: 3;
  margin-top: 0.1rem;
  width: 100%;
}
.product-media:not(:has(.product-thumbs)) > .product-actions--under-image {
  grid-column: 1;
}
.product-hero {
  border-radius: 1rem;
  overflow: hidden;
  background: #f6f1f3;
  aspect-ratio: 4 / 5;
  max-height: min(52vh, 420px);
  width: 100%;
  max-width: 360px;
  display: grid;
  place-items: center;
  min-width: 0;
  margin-inline: auto;
}
.product-hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity .25s ease;
}
.product-thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0;
  max-height: min(52vh, 420px);
  overflow-y: auto;
  padding-right: 0.15rem;
  scrollbar-width: thin;
}
.product-thumb {
  flex: 0 0 auto;
  width: 100%;
  display: block;
  border: 1px solid rgba(0,0,0,.08);
  background: #f6f1f3;
  border-radius: 0.7rem;
  padding: 0.25rem;
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.product-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 0.45rem;
  display: block;
}
@media (max-width: 800px) {
  .product-media {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    max-width: none;
  }
  .product-media > .product-thumbs,
  .product-media > .product-hero,
  .product-media > .thumb.empty,
  .product-media > .product-variants--under-image,
  .product-media > .product-actions--under-image,
  .product-media:not(:has(.product-thumbs)) > .product-hero,
  .product-media:not(:has(.product-thumbs)) > .thumb.empty,
  .product-media:not(:has(.product-thumbs)) > .product-variants--under-image,
  .product-media:not(:has(.product-thumbs)) > .product-actions--under-image {
    grid-column: 1;
    grid-row: auto;
  }
  .product-thumbs {
    order: 4;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    padding-bottom: 0.15rem;
  }
  .product-thumb {
    width: 3.75rem;
    flex: 0 0 3.75rem;
  }
  .product-hero,
  .product-media > .thumb.empty {
    order: 1;
    max-width: min(100%, 280px);
    max-height: min(42vh, 320px);
  }
  .product-media > .product-variants--under-image {
    order: 2;
  }
  .product-media > .product-actions--under-image {
    order: 3;
  }
}
.product-thumb:hover,
.product-thumb.is-active {
  border-color: var(--pink);
  box-shadow: 0 8px 20px rgba(226,24,122,.12);
  transform: translateY(-1px);
}
.product-description {
  margin: 1.1rem 0 1.35rem;
}
.product-description h2 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  margin: 0 0 0.45rem;
}
.product-details {
  margin-top: 0.35rem;
}
.product-specs {
  margin: 0.35rem 0 1.35rem;
  padding: 0.85rem 1rem;
  display: grid;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(226, 24, 122, 0.12);
  border-radius: 0.9rem;
}
.product-specs__row {
  display: grid;
  grid-template-columns: minmax(7rem, 38%) 1fr;
  gap: 0.65rem 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(226, 24, 122, 0.1);
}
.product-specs__row:last-child {
  border-bottom: none;
}
.product-specs dt {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a6f74;
}
.product-specs dd {
  margin: 0;
  color: #2a2428;
  line-height: 1.45;
}
.product-variants {
  margin: 1rem 0 0.35rem;
  display: grid;
  gap: 0.85rem;
}
.product-variants--under-image {
  margin: 0.2rem 0 0.15rem;
  gap: 0.65rem;
}
.product-variant-group {
  display: grid;
  gap: 0.45rem;
}
.product-variant-label {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #2a2428;
}
.product-variant-picked {
  font-weight: 500;
  color: #7a7076;
}
.product-variant-swatches,
.product-variant-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.variant-swatch {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem 0.35rem 0.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.85rem;
  color: #3d3539;
}
.variant-swatch.is-active {
  border-color: var(--pink, #e2187a);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--pink) 22%, transparent);
}
.variant-swatch__dot {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #d7cfd3;
}
.variant-size {
  min-width: 2.6rem;
  height: 2.4rem;
  padding: 0 0.7rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.55rem;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
}
.variant-size.is-active {
  border-color: var(--pink, #e2187a);
  background: color-mix(in srgb, var(--pink) 10%, #fff);
  color: var(--pink, #e2187a);
}
.variant-size:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.product-variant-hint {
  margin: 0;
  font-size: 0.85rem;
  color: #a33b3b;
}
.cart-variant {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
}
.card-variants {
  margin-top: 0.35rem;
  display: grid;
  gap: 0.25rem;
}
.card-variants__colors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.28rem;
}
.card-variants__dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  flex: 0 0 auto;
}
.card-variants__more,
.card-variants__meta,
.card-variants__sizes {
  margin: 0;
  font-size: 0.72rem;
  color: #7a7076;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.card-variants__more {
  font-weight: 600;
  font-size: 0.68rem;
}
.prose { white-space: pre-wrap; line-height: 1.65; color: #4a4347; }
.prose.cms { font-size: 1.05rem; }
.narrow { max-width: 760px; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.contact-card, .contact-form {
  background: #fff;
  border: 1px solid rgba(226,24,122,.12);
  padding: 1.2rem;
}
.contact-form label { display: grid; gap: .35rem; margin-bottom: .8rem; font-size: .9rem; }
.contact-form input, .contact-form textarea {
  border: 1px solid #e5d8de;
  padding: .7rem .75rem;
  font: inherit;
  background: #fff;
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  padding: 2.25rem 1.25rem 1.35rem;
  background:
    linear-gradient(165deg, #32282e 0%, #2a2428 48%, #231e22 100%);
  color: #f5eef1;
  overflow: hidden;
  isolation: isolate;
}
.site-footer__pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280' fill='none'%3E%3Cg opacity='0.9'%3E%3Cpath d='M36 48c24-2 42 16 46 40-22 5-42-10-46-40z' fill='%236f9b72' fill-opacity='0.55'/%3E%3Cpath d='M148 28c-20 14-22 40-7 58 21-9 32-33 7-58z' fill='%23e2187a' fill-opacity='0.42'/%3E%3Cpath d='M232 68c16 19 10 46-9 58-7-23 0-46 9-58z' fill='%23e0b000' fill-opacity='0.45'/%3E%3Cpath d='M64 148c28 7 40 32 33 56-24-7-42-26-33-56z' fill='%23e53935' fill-opacity='0.38'/%3E%3Cpath d='M174 128c23-12 48-2 58 25-25 12-48 3-58-25z' fill='%238fbf7a' fill-opacity='0.5'/%3E%3Cpath d='M42 232c21-16 49-10 61 12-23 16-47 7-61-12z' fill='%23f7a0c8' fill-opacity='0.52'/%3E%3Cpath d='M208 214c-26 4-42 25-38 49 24 2 42-18 38-49z' fill='%23ffc94a' fill-opacity='0.42'/%3E%3Ccircle cx='106' cy='84' r='3.2' fill='%23e2187a' fill-opacity='0.55'/%3E%3Ccircle cx='220' cy='156' r='2.8' fill='%23e53935' fill-opacity='0.5'/%3E%3Ccircle cx='132' cy='220' r='2.6' fill='%23e0b000' fill-opacity='0.55'/%3E%3Ccircle cx='186' cy='44' r='2.4' fill='%236f9b72' fill-opacity='0.5'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180' fill='none'%3E%3Cg opacity='0.75'%3E%3Cpath d='M24 32c18-15 42-7 47 18-20 10-38-2-47-18z' fill='%23e2187a' fill-opacity='0.4'/%3E%3Cpath d='M130 56c-15 16-10 40 10 48 8-20 2-40-10-48z' fill='%23e0b000' fill-opacity='0.38'/%3E%3Cpath d='M56 122c23 2 36 23 26 43-21-3-36-20-26-43z' fill='%236f9b72' fill-opacity='0.42'/%3E%3Cpath d='M138 138c15 15 7 36-13 41-3-20 5-36 13-41z' fill='%23e53935' fill-opacity='0.34'/%3E%3Ccircle cx='90' cy='90' r='2.6' fill='%23f7a0c8' fill-opacity='0.55'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(ellipse 65% 50% at 8% 18%, rgba(226, 24, 122, 0.22), transparent 58%),
    radial-gradient(ellipse 55% 48% at 92% 82%, rgba(111, 155, 114, 0.2), transparent 60%);
  background-size: 280px 280px, 180px 180px, auto, auto;
  background-position: 0 0, 90px 70px, 0 0, 0 0;
}
.site-footer__pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(42, 36, 40, 0.5) 0%, rgba(42, 36, 40, 0.28) 35%, rgba(42, 36, 40, 0.28) 65%, rgba(42, 36, 40, 0.62) 100%);
}
.site-footer a {
  color: #f8f0f3;
}
.site-footer .footer-grid strong {
  position: relative;
  letter-spacing: 0.02em;
}
.site-footer__inner {
  position: relative;
  z-index: 1;
}

/* —— Footer design variants —— */
body.footer-brand .site-footer {
  background: linear-gradient(160deg, color-mix(in srgb, var(--pink) 88%, #1a1014) 0%, color-mix(in srgb, var(--pink) 72%, #2a141c) 100%);
  color: #fff8fb;
}
body.footer-brand .site-footer__pattern::after {
  background: linear-gradient(180deg, rgba(40, 10, 24, 0.35), rgba(40, 10, 24, 0.55));
}
body.footer-brand .site-footer a { color: #fff; }

body.footer-mint .site-footer {
  background: linear-gradient(160deg, #2a4030 0%, #1f3226 55%, #183026 100%);
  color: #eef6f0;
}
body.footer-mint .site-footer__pattern::after {
  background: linear-gradient(180deg, rgba(20, 40, 28, 0.4), rgba(20, 40, 28, 0.6));
}
body.footer-mint .site-footer a { color: #f3faf4; }

body.footer-light .site-footer {
  background: linear-gradient(180deg, #fffaf8 0%, #fff4f0 100%);
  color: #2a2428;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
body.footer-light .site-footer__pattern { opacity: 0.18; }
body.footer-light .site-footer__pattern::after {
  background: rgba(255, 250, 248, 0.72);
}
body.footer-light .site-footer a { color: #2a2428; }
body.footer-light .site-footer .copy,
body.footer-light .footer-legal { color: #6d646a; opacity: 1; }

body.footer-linen .site-footer {
  background:
    linear-gradient(180deg, rgba(250, 244, 238, 0.96), rgba(245, 236, 226, 0.98)),
    #faf4ee;
  color: #3a322c;
  border-top: 1px solid rgba(90, 70, 60, 0.12);
}
body.footer-linen .site-footer__pattern { opacity: 0.2; }
body.footer-linen .site-footer__pattern::after {
  background: rgba(250, 244, 238, 0.65);
}
body.footer-linen .site-footer a { color: #3a322c; }

body.footer-minimal .site-footer {
  background: #fffaf8;
  color: #2a2428;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  padding-top: 1.75rem;
}
body.footer-minimal .site-footer__pattern { display: none; }
body.footer-minimal .site-footer a { color: #2a2428; }
body.footer-minimal .site-footer .footer-grid strong::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  margin-top: 0.35rem;
  background: var(--pink);
}

/* Custom footer colors from Admin (optional) */
body.footer-custom .site-footer {
  background: var(--footer-bg) !important;
  color: var(--footer-text, #f5eef1) !important;
}
body.footer-custom .site-footer a {
  color: var(--footer-text, #f5eef1) !important;
}
body.footer-custom .site-footer__pattern::after {
  background: transparent;
}
.footer-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.5rem;
}
.footer-grid ul { list-style: none; padding: 0; margin: .6rem 0 0; }
.footer-grid li { margin: .35rem 0; }
.footer-legal {
  margin: 0.25rem 0 0.55rem;
  font-size: 0.9rem;
  color: #f5eef1;
  opacity: 0.92;
}
.footer-legal span {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.78rem;
  opacity: 0.72;
}
.copy { max-width: 1120px; margin: 1.5rem auto 0; opacity: .7; font-size: .85rem; }

/* Mobile bottom menu — shown only ≤980px */
.bottom-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  min-height: 3.65rem;
  padding: 0.35rem 0.2rem calc(0.35rem + env(safe-area-inset-bottom, 0px));
  background: color-mix(in srgb, #fffaf8 94%, #fff);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -8px 28px rgba(42, 36, 40, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.bottom-nav__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  padding: 0.35rem 0.2rem;
  color: #7a7076;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-radius: 0.65rem;
  transition: color 0.2s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.bottom-nav__item svg {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}
.bottom-nav__item.is-active {
  color: var(--pink);
  background: color-mix(in srgb, var(--pink) 8%, transparent);
}
.bottom-nav__item:active {
  transform: scale(0.96);
}
.bottom-nav__badge {
  position: absolute;
  top: 0.15rem;
  right: calc(50% - 1.35rem);
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.05rem;
  text-align: center;
  box-sizing: border-box;
}
.bottom-nav__badge[hidden] {
  display: none !important;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  color: inherit;
  border: 1px solid currentColor;
  opacity: 0.88;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.social-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}
.social-icon:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.social-icons--footer {
  margin-top: 0.75rem;
}
.social-icons--footer .social-icon {
  border-color: rgba(255,255,255,0.28);
  color: #f5eef1;
  background: rgba(255,255,255,0.06);
}
.social-icons--footer .social-icon:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}
.social-icons--header .social-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-color: rgba(0,0,0,0.12);
  color: var(--header-text);
}
.social-icons--header .social-icon:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}
.header-solid .social-icons--header .social-icon {
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}
.header-solid .social-icons--header .social-icon:hover {
  background: #fff;
  border-color: #fff;
  color: var(--pink);
}
.social-icons--contact {
  margin-top: 1rem;
}
.social-icons--contact .social-icon {
  border-color: rgba(0,0,0,0.12);
  color: #2a2428;
}
.social-icons--contact .social-icon:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  order: 3;
  margin-left: auto;
}
.social-icons--header {
  flex-shrink: 0;
  order: 4;
}
.header-action {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.1);
  color: inherit;
  transition:
    transform .28s cubic-bezier(.22,1,.36,1),
    border-color .25s ease,
    color .25s ease,
    background .25s ease;
}
.header-action:hover {
  transform: translateY(-2px) scale(1.05);
  border-color: var(--pink);
  color: var(--pink);
  background: #fff7fb;
}
.header-action svg {
  width: 1.05rem;
  height: 1.05rem;
  transition: transform .3s ease;
}
.header-action:hover svg {
  transform: scale(1.08);
}
.header-action .badge {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  min-width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  padding: 0 0.25rem;
  transition: transform .25s cubic-bezier(.22,1,.36,1);
}
.header-action:hover .badge {
  transform: scale(1.08);
}
.header-account {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.1);
  transition:
    transform .25s ease,
    background .25s ease,
    border-color .25s ease,
    color .25s ease,
    box-shadow .25s ease;
}
.header-account:hover {
  transform: translateY(-1px);
  border-color: var(--pink);
  color: var(--pink);
}
.header-account--solid {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}
.header-account--solid:hover {
  color: #fff;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--pink) 28%, transparent);
}
.profile-menu {
  position: relative;
}
.profile-menu__btn {
  /* inherits .header-action */
}
.profile-menu__panel {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  min-width: 11.5rem;
  background: #fff;
  color: #2a2428;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.95rem;
  box-shadow: 0 16px 36px rgba(42, 36, 40, 0.14);
  padding: 0.45rem;
  z-index: 40;
  animation: searchDrop 0.22s ease;
}
.profile-menu__hello {
  margin: 0;
  padding: 0.55rem 0.7rem 0.4rem;
  font-size: 0.78rem;
  color: #7a7076;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 0.25rem;
}
.profile-menu__panel a {
  display: block;
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.18s ease, color 0.18s ease;
}
.profile-menu__panel a:hover {
  background: #fff4f9;
  color: var(--pink);
}
.profile-menu__logout {
  color: #9a3d4a;
}
.profile-menu__logout:hover {
  background: #fff0f2 !important;
  color: #9a3d4a !important;
}
.product-actions, .card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}
.product-actions .btn, .card-actions .btn { margin-top: 0; }
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #2a2428;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.icon-btn svg {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}
.icon-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(42, 36, 40, 0.1);
}
.icon-btn--cart {
  background: var(--pink, #e2187a);
  border-color: var(--pink, #e2187a);
  color: #fff;
}
.icon-btn--cart:hover {
  filter: brightness(1.05);
  color: #fff;
}
.icon-btn--wish {
  color: #9a9096;
}
.icon-btn--wish:hover {
  color: var(--pink, #e2187a);
  border-color: color-mix(in srgb, var(--pink) 40%, rgba(0, 0, 0, 0.1));
}
.icon-btn--wish.is-wished {
  color: var(--pink, #e2187a);
  border-color: color-mix(in srgb, var(--pink) 45%, transparent);
  background: color-mix(in srgb, var(--pink) 8%, #fff);
}
.icon-btn--compact {
  width: 2.4rem;
  height: 2.4rem;
}
.icon-btn--compact svg {
  width: 1.05rem;
  height: 1.05rem;
}
.product-actions--detail {
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
.product-actions--under-image {
  margin-top: 0.35rem;
}
.btn-buy-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 10rem;
  padding: 0.75rem 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.btn-buy-now svg {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}
.btn-wish {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #6d646a;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.btn-wish svg {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}
.btn-wish:hover {
  transform: translateY(-2px);
  color: var(--pink, #e2187a);
  border-color: color-mix(in srgb, var(--pink) 40%, rgba(0, 0, 0, 0.1));
  box-shadow: 0 8px 18px rgba(42, 36, 40, 0.08);
}
.btn-wish.is-wished {
  color: var(--pink, #e2187a);
  border-color: color-mix(in srgb, var(--pink) 45%, transparent);
  background: color-mix(in srgb, var(--pink) 8%, #fff);
}
@media (max-width: 800px) {
  .product-media > .product-actions--detail,
  .product-media > .product-actions--quick,
  .product-media > .product-actions--under-image {
    margin-top: 0;
    margin-bottom: 0.35rem;
    position: sticky;
    top: calc(3.6rem + env(safe-area-inset-top, 0px));
    z-index: 12;
    padding: 0.55rem 0.15rem;
    background: color-mix(in srgb, #fffaf8 92%, #fff);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .product-actions--detail .btn-buy-now {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    min-height: 2.75rem;
  }
  .product-actions--detail .icon-btn,
  .product-actions--detail .btn-wish {
    width: auto;
    flex: 0 0 auto;
  }
  .product-info > .eyebrow { order: 1; }
  .product-info > h1 { order: 2; }
  .product-info > .price,
  .product-info > .product-price { order: 3; }
  .product-info > .live-view { order: 4; }
  .product-info > .bought-recent-page { order: 5; }
  .product-info > .product-description { order: 6; }
  .product-info > .form-status { order: 7; }
}
.auth-page {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem 1rem 2.5rem;
  min-height: calc(100vh - 8rem);
}
.auth-panel {
  width: 100%;
  max-width: 420px;
}
.auth-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0 1rem;
  gap: 0.35rem;
}
.auth-brand a {
  display: inline-flex;
  line-height: 0;
}
.auth-logo {
  width: 110px;
  height: 110px;
  object-fit: contain;
}
.auth-brand h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 4vw, 1.75rem);
  font-weight: 600;
  margin: 0.15rem 0 0;
  line-height: 1.2;
}
.auth-lede {
  margin: 0;
  color: #6d646a;
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 32ch;
}
.auth-card, .account-side {
  background: #fff;
  border: 1px solid rgba(226,24,122,.12);
  border-radius: 1rem;
  padding: 1.15rem 1.2rem 1.25rem;
}
.auth-card label, .account-side label {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 0.7rem;
  font-size: 0.88rem;
  font-weight: 500;
}
.auth-card input, .auth-card textarea,
.account-side input, .account-side textarea,
.cart-qty input {
  border: 1px solid #e5d8de;
  padding: 0.65rem 0.75rem;
  font: inherit;
  border-radius: 0.65rem;
  background: #fff;
}
.auth-submit {
  width: 100%;
  margin-top: 0.15rem;
  text-align: center;
}
.auth-card .form-status {
  min-height: 1rem;
  margin: 0.55rem 0 0;
}
.auth-switch {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  color: #6d646a;
  text-align: center;
}
.auth-forgot {
  margin: -0.25rem 0 0.85rem;
  text-align: right;
  font-size: 0.88rem;
}
.auth-forgot a {
  color: var(--pink);
  font-weight: 600;
  text-decoration: none;
}
.auth-forgot a:hover {
  text-decoration: underline;
}
.forgot-hint {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  line-height: 1.45;
}
.forgot-step[hidden] {
  display: none !important;
}
.auth-switch a {
  color: var(--pink);
  font-weight: 600;
}
.auth-back {
  display: block;
  width: 100%;
  margin-top: 0.85rem;
  text-align: center;
  box-sizing: border-box;
}
.form-status { min-height: 1.2rem; margin: 0.5rem 0 0; font-size: 0.9rem; color: var(--mint); }
.form-status.error { color: #b42318; }
.account-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 1.25rem;
  align-items: start;
}
.account-link {
  display: block;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 0.8rem;
  margin-bottom: 0.65rem;
  font-weight: 600;
}
.cart-list { display: grid; gap: 0.85rem; }
.cart-row {
  display: grid;
  grid-template-columns: 72px 1.4fr auto auto auto;
  gap: 0.85rem;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(226,24,122,.1);
  border-radius: 0.9rem;
  padding: 0.75rem;
}
.cart-thumb {
  width: 72px;
  height: 72px;
  border-radius: 0.65rem;
  overflow: hidden;
  background: #f3ecef;
}
.cart-thumb img { width: 100%; height: 100%; object-fit: contain; }
.cart-summary {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.cart-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.location-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin: 0 0 1rem;
}
.location-detect {
  margin-top: 0;
  padding: 0.55rem 0.95rem;
  font-size: 0.88rem;
}
.location-status {
  margin: 0;
  font-size: 0.82rem;
  color: #6d646a;
  flex: 1 1 12rem;
}
.location-status.is-error {
  color: #b42318;
}
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
  gap: 1.35rem;
  align-items: start;
}
.checkout-hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.75rem 1.25rem 0.25rem;
  text-align: center;
}
.checkout-hero__eyebrow {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--mint);
}
.checkout-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 4vw, 2.55rem);
  font-weight: 600;
  margin: 0 0 1rem;
  line-height: 1.1;
}
.checkout-steps {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.1rem;
  margin: 0;
  padding: 0;
  font-size: 0.82rem;
  color: #7a7076;
}
.checkout-steps__item {
  position: relative;
  padding-left: 1.15rem;
}
.checkout-steps__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #d8cfd4;
}
.checkout-steps__item.is-done::before {
  background: var(--mint);
}
.checkout-steps__item.is-current {
  color: #2a2428;
  font-weight: 600;
}
.checkout-steps__item.is-current::before {
  background: var(--pink);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--pink) 22%, transparent);
}
.checkout-panel,
.checkout-summary {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--ui-radius, 1rem);
  padding: 1.25rem 1.35rem 1.4rem;
  box-shadow: 0 10px 32px rgba(42, 36, 40, 0.05);
}
.checkout-panel__block + .checkout-panel__block {
  margin-top: 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.checkout-panel__head {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.checkout-panel__step {
  flex: 0 0 auto;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), #c91468);
}
.checkout-panel__head h2 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  margin: 0 0 0.2rem;
}
.checkout-panel__head p {
  margin: 0;
  font-size: 0.88rem;
  color: #6d646a;
}
.checkout-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 0.85rem;
}
.checkout-fields__full {
  grid-column: 1 / -1;
}
.checkout-fields label {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
  font-weight: 500;
}
.checkout-fields input,
.checkout-fields select {
  border: 1px solid #e5d8de;
  padding: 0.7rem 0.8rem;
  font: inherit;
  border-radius: var(--ui-radius-sm, 0.65rem);
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.checkout-fields input:focus,
.checkout-fields select:focus {
  outline: 2px solid color-mix(in srgb, var(--pink) 35%, transparent);
  border-color: color-mix(in srgb, var(--pink) 45%, #e5d8de);
}
.profile-address-title {
  margin-top: 1.35rem;
  margin-bottom: 0.35rem;
  font-family: var(--font-heading);
  font-size: 1.2rem;
}
.profile-address-hint {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
}
.profile-address {
  margin-bottom: 0.85rem;
}
.profile-address select {
  border: 1px solid #e5d8de;
  padding: 0.65rem 0.75rem;
  font: inherit;
  border-radius: 0.65rem;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.checkout-pay {
  display: grid;
  gap: 0.75rem;
}
.checkout-pay__option {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--ui-radius, 0.95rem);
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.checkout-pay__option:hover {
  border-color: color-mix(in srgb, var(--pink) 35%, #e5d8de);
}
.checkout-pay__option:has(input:checked) {
  border-color: color-mix(in srgb, var(--pink) 55%, transparent);
  background: color-mix(in srgb, var(--pink) 6%, #fff);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--pink) 12%, transparent);
}
.checkout-pay__option.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.checkout-pay__option input {
  margin: 0;
  accent-color: var(--pink);
}
.checkout-pay__icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  color: var(--pink);
  background: color-mix(in srgb, var(--pink) 10%, #fff);
}
.checkout-pay__copy strong {
  display: block;
  font-size: 0.98rem;
}
.checkout-pay__copy small {
  display: block;
  margin-top: 0.2rem;
  color: #6d646a;
  font-size: 0.82rem;
}
.checkout-pay__badge {
  display: inline-block;
  margin-top: 0.35rem;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a6068;
  background: #f5e8ec;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
}
.checkout-panel__actions {
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  align-items: center;
}
.checkout-submit {
  margin-top: 0;
  min-width: 11rem;
}
.checkout-secure-note {
  flex: 1 1 100%;
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: #7a7076;
}
.checkout-summary h2 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  margin: 0 0 1rem;
}
.checkout-summary__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.checkout-summary__list li {
  display: flex;
  justify-content: space-between;
  gap: 0.85rem;
  align-items: flex-start;
  font-size: 0.92rem;
  line-height: 1.4;
}
.checkout-summary__item {
  display: flex;
  gap: 0.7rem;
  min-width: 0;
}
.checkout-summary__thumb {
  width: 48px;
  height: 64px;
  object-fit: cover;
  border-radius: var(--ui-radius-sm, 0.45rem);
  background: #f3ecef;
  flex: 0 0 auto;
}
.checkout-summary__thumb--empty {
  display: block;
}
.checkout-summary__meta {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}
.checkout-summary__meta strong {
  font-size: 0.9rem;
  font-weight: 600;
}
.checkout-summary__meta small {
  color: #6d646a;
  font-size: 0.78rem;
}
.checkout-summary__price {
  white-space: nowrap;
  font-size: 0.9rem;
}
.checkout-summary__totals {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.checkout-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.75rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 1.05rem;
}
.checkout-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.45rem 0 0;
  font-size: 0.92rem;
  color: #4a4246;
}
.checkout-summary__hint {
  margin: 0.45rem 0 0;
  font-size: 0.82rem;
  color: #6d646a;
  text-align: right;
}
@media (max-width: 820px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-summary {
    order: -1;
  }
  .checkout-fields {
    grid-template-columns: 1fr;
  }
}
.checkout-success {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  align-items: center;
  padding: 0.95rem 1.1rem;
  border-radius: 0.95rem;
  background: color-mix(in srgb, var(--mint) 14%, #fff);
  border: 1px solid color-mix(in srgb, var(--mint) 28%, transparent);
  color: #2f4f35;
}
.order-card__ship {
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
  color: #6d646a;
  line-height: 1.45;
}
.order-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  color: #6d646a;
}
.order-card__track,
.order-card__note {
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: #4a4246;
}
.order-card__actions {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.order-card__actions .btn {
  min-height: 2.2rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.85rem;
}
.wishlist-card .card-actions { padding: 0 0.15rem 0.35rem; }
.home-section .section-head { margin-bottom: 1.1rem; }

.faq-section {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.faq-page {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  gap: 1.35rem;
  align-items: start;
}
.faq-list {
  display: grid;
  gap: 0.7rem;
}
.faq-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.95rem;
  padding: 0 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-item[open] {
  border-color: color-mix(in srgb, var(--pink) 28%, rgba(0, 0, 0, 0.08));
  box-shadow: 0 10px 24px rgba(42, 36, 40, 0.06);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.6rem 1rem 0;
  font-weight: 700;
  color: #2a2428;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--pink, #e2187a);
}
.faq-item[open] summary::after {
  content: "–";
}
.faq-item__body {
  padding: 0 0 1.05rem;
  color: #5a5256;
  line-height: 1.55;
}
.faq-item__body p {
  margin: 0;
  white-space: pre-wrap;
}
.faq-item__media {
  display: block;
  margin: 0 0 0.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #f6f1f3;
  aspect-ratio: 16 / 10;
}
.faq-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-item__product {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--pink, #e2187a);
}
.faq-visuals__title {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a7076;
}
.faq-visuals__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
.faq-visual {
  position: relative;
  display: block;
  border-radius: 0.9rem;
  overflow: hidden;
  background: #f6f1f3;
  aspect-ratio: 4 / 5;
  text-decoration: none;
  color: #fff;
}
.faq-visual--1 {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 10;
}
.faq-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.faq-visual:hover img {
  transform: scale(1.05);
}
.faq-visual span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.65rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  background: linear-gradient(transparent, rgba(30, 22, 26, 0.72));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq-hero-strip {
  max-width: 1120px;
  margin: 0 auto 0.25rem;
  padding-top: 0;
}
.faq-hero-strip__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(140px, 180px);
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: thin;
}
.faq-hero-strip__card {
  position: relative;
  display: block;
  border-radius: 0.9rem;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #f6f1f3;
  color: #fff;
  text-decoration: none;
}
.faq-hero-strip__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-hero-strip__card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  background: linear-gradient(transparent, rgba(30, 22, 26, 0.75));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq-more {
  margin-top: 1.25rem;
  color: #6d646a;
}
.faq-more a {
  color: var(--pink, #e2187a);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 900px) {
  .faq-layout,
  .faq-layout--page {
    grid-template-columns: 1fr;
  }
  .faq-visuals {
    order: -1;
  }
  .faq-visuals__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .faq-visual--1 {
    grid-column: auto;
    aspect-ratio: 4 / 5;
  }
}
@media (max-width: 600px) {
  .faq-visuals__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.reviews-section.section {
  max-width: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: clamp(0.75rem, 2vw, 1.5rem);
  padding-right: clamp(0.75rem, 2vw, 1.5rem);
}
.reviews-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
}
.reviews-carousel__viewport {
  overflow: hidden;
  width: 100%;
  container-type: inline-size;
  container-name: reviews;
}
.reviews-carousel__track {
  display: flex;
  gap: 1rem;
  width: max-content;
  transition: transform 0.4s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
.reviews-carousel .review-card {
  flex: 0 0 calc((100cqw - 2rem) / 3);
  width: calc((100cqw - 2rem) / 3);
  min-height: 11.5rem;
  box-sizing: border-box;
}
.reviews-nav {
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  border: 1px solid rgba(42, 36, 40, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #2a2428;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(42, 36, 40, 0.08);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.reviews-nav:hover:not(:disabled) {
  background: var(--pink, #e2187a);
  border-color: var(--pink, #e2187a);
  color: #fff;
  transform: scale(1.04);
}
.reviews-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.reviews-nav svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}
@media (max-width: 900px) {
  .reviews-carousel .review-card {
    flex-basis: calc((100cqw - 1rem) / 2);
    width: calc((100cqw - 1rem) / 2);
  }
}
@media (max-width: 600px) {
  .reviews-carousel {
    gap: 0.35rem;
  }
  .reviews-carousel .review-card {
    flex-basis: 100cqw;
    width: 100cqw;
  }
  .reviews-nav {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.review-card {
  background: #fff;
  border: 1px solid rgba(226,24,122,.1);
  border-radius: 1rem;
  padding: 1.1rem 1.15rem;
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  box-shadow: 0 8px 22px rgba(42, 36, 40, 0.06);
}
.review-card--link {
  cursor: pointer;
}
.review-card--link:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--pink) 35%, rgba(226,24,122,.1));
  box-shadow: 0 14px 28px rgba(42, 36, 40, 0.1);
}
.review-card__cta {
  display: inline-block;
  margin-top: 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--pink, #e2187a);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.review-card--link:hover .review-card__cta {
  opacity: 1;
  transform: translateY(0);
}
.review-stars {
  display: flex;
  gap: 0.15rem;
  color: #d7c9cf;
  font-size: 1rem;
  margin-bottom: 0.55rem;
}
.review-stars .is-on { color: #e2a008; }
.review-text {
  margin: 0 0 0.75rem;
  line-height: 1.5;
  color: #3d3539;
}
.review-meta {
  margin: 0;
  font-size: 0.88rem;
  color: #7a7076;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.review-avatar {
  width: 2.15rem;
  height: 2.15rem;
  flex-shrink: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--mint) 18%, #fff);
  color: color-mix(in srgb, var(--mint) 75%, #1f2e22);
  border: 1px solid color-mix(in srgb, var(--mint) 28%, transparent);
}
.review-avatar svg {
  width: 1.15rem;
  height: 1.15rem;
}
.review-meta__text {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.45rem;
  min-width: 0;
  line-height: 1.35;
}
.review-meta strong { color: #2a2428; }
.order-list {
  display: grid;
  gap: 0.85rem;
}
.orders-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.orders-section__head .btn {
  margin-top: 0;
}
.order-history {
  display: grid;
  gap: 0.9rem;
}
.order-history-card {
  background: #fff;
  border: 1px solid rgba(226, 24, 122, 0.12);
  border-radius: 1rem;
  padding: 1rem 1.1rem 1.05rem;
  box-shadow: 0 8px 24px rgba(42, 36, 40, 0.04);
}
.order-history-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.order-history-card__id {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}
.order-history-card__id strong {
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}
.order-history-card__id time {
  font-size: 0.8rem;
  color: #7a7076;
}
.order-history-card__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.order-history-card__items li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.92rem;
  line-height: 1.4;
}
.order-history-card__items em {
  font-style: normal;
  color: #7a7076;
  font-size: 0.82rem;
}
.order-history-card__items strong {
  flex: 0 0 auto;
  color: #5a5256;
  font-weight: 600;
}
.order-history-card__ship,
.order-history-card__track,
.order-history-card__note {
  margin: 0.65rem 0 0;
  font-size: 0.8rem;
  color: #7a7076;
  line-height: 1.4;
}
.order-history-card__note {
  color: #a33b3b;
}
.order-history-card__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 0.9rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.order-history-card__meta > div {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}
.order-history-card__meta span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a7076;
}
.order-history-card__meta strong {
  font-size: 0.92rem;
  font-weight: 600;
  word-break: break-word;
}
.order-history-card__total {
  font-size: 1.05rem !important;
  color: #2a2428;
}
.order-history-card__meta em {
  font-style: normal;
  font-size: 0.75rem;
  color: #7a7076;
}
.order-history-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-top: 0.95rem;
}
.order-history-card__actions .btn {
  margin-top: 0;
  width: 100%;
  text-align: center;
  min-height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.order-history-card__actions .btn:only-child {
  grid-column: 1 / -1;
}
.orders-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(226, 24, 122, 0.12);
  border-radius: 1rem;
  background: #fff;
}
.orders-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 0.92rem;
}
.orders-table thead th {
  text-align: left;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a7076;
  background: #faf6f8;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  white-space: nowrap;
}
.orders-table tbody td {
  padding: 0.95rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #3d3539;
}
.orders-table tbody tr:last-child td {
  border-bottom: none;
}
.orders-table tbody tr:hover td {
  background: #fffafc;
}
.orders-table__items {
  margin: 0;
  padding-left: 1.05rem;
  line-height: 1.45;
}
.orders-table__sub,
.orders-table__note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  color: #7a7076;
  line-height: 1.4;
}
.orders-table__note {
  color: #a33b3b;
}
.orders-table__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.orders-table__actions .btn {
  margin-top: 0;
  min-height: 2.1rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.82rem;
}
@media (max-width: 700px) {
  .orders-section.section {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .order-history-card {
    padding: 0.95rem 0.95rem 1rem;
    border-radius: 0.9rem;
  }
  .order-history-card__meta {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
  .order-history-card__actions {
    grid-template-columns: 1fr;
  }
  .orders-table {
    min-width: 0;
  }
  .orders-table thead {
    display: none;
  }
  .orders-table,
  .orders-table tbody,
  .orders-table tr,
  .orders-table td {
    display: block;
    width: 100%;
  }
  .orders-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    border-radius: 0;
  }
  .orders-table tbody {
    display: grid;
    gap: 0.85rem;
  }
  .orders-table tbody tr {
    padding: 0.95rem;
    border: 1px solid rgba(226, 24, 122, 0.12);
    border-radius: 0.9rem;
    background: #fff;
    box-shadow: 0 8px 24px rgba(42, 36, 40, 0.04);
  }
  .orders-table tbody tr:last-child {
    border-bottom: 1px solid rgba(226, 24, 122, 0.12);
  }
  .orders-table tbody td {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: 0.35rem 0.65rem;
    padding: 0.35rem 0;
    border-bottom: none;
  }
  .orders-table tbody td::before {
    content: attr(data-label);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #7a7076;
    padding-top: 0.15rem;
  }
  .orders-table__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .orders-table__actions .btn {
    width: 100%;
    text-align: center;
    min-height: 2.45rem;
  }
}
.order-card {
  background: #fff;
  border: 1px solid rgba(226,24,122,.1);
  border-radius: 0.9rem;
  padding: 1rem 1.1rem;
}
.order-card__head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.55rem;
}
.order-card ul {
  margin: 0;
  padding-left: 1.1rem;
}
.order-status {
  text-transform: capitalize;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: #f3ecef;
  display: inline-block;
}
.order-status--delivered { background: #e7f5ea; color: #2f6b3a; }
.order-status--shipped { background: #eef3ff; color: #3553a0; }
.order-status--placed { background: #fff4e8; color: #9a5b12; }
.order-status--accepted { background: #e8f7f1; color: #1f6b52; }
.order-status--cancel_requested { background: #fff0f0; color: #a33b3b; }
.order-status--cancelled { background: #f0ecee; color: #6a5f65; }
.review-form select,
.auth-card select {
  border: 1px solid #e5d8de;
  padding: 0.65rem 0.75rem;
  font: inherit;
  border-radius: 0.65rem;
  background: #fff;
}
.my-reviews {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.85rem;
}
.my-reviews h3 {
  font-family: var(--font-heading);
  margin: 0 0 0.25rem;
}

@media (max-width: 980px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .shop-filters__toggle {
    display: inline-block;
  }
  .shop-filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(320px, 88vw);
    max-width: 100vw;
    z-index: 90;
    border-radius: 0;
    border: 0;
    border-right: 1px solid rgba(0,0,0,.08);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    transition:
      transform .28s ease,
      visibility 0s linear .28s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: calc(1rem + env(safe-area-inset-top, 0px));
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    /* Keep drawer out of document flow / grid entirely on mobile */
    margin: 0 !important;
  }
  body.shop-filters-open .shop-filters {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    transition:
      transform .28s ease,
      visibility 0s linear 0s;
  }
  .shop-filters__close { display: inline-flex; }
  .shop-filters__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 85;
    background: rgba(30, 20, 28, 0.35);
  }
  .shop-filters__backdrop[hidden] { display: none; }

  /* backdrop-filter traps position:fixed — breaks Android drawer */
  .site-header {
    padding-top: env(safe-area-inset-top, 0);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--header-bg);
  }
  .header-solid .site-header {
    background: var(--pink);
  }
  .header-floating .site-header,
  .nav-floating .site-header {
    background: transparent;
  }
  .header-floating .header-inner,
  .nav-floating .header-inner {
    margin: 0.45rem 0.65rem;
    max-width: none;
    width: auto;
    border-radius: 1rem;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--header-bg);
  }
  .header-split .header-inner,
  .nav-split .header-inner,
  .header-centered .header-inner {
    display: flex;
    flex-direction: row;
    text-align: left;
    grid-template-columns: none;
  }
  .header-split .logo,
  .nav-split .logo,
  .header-split .header-actions,
  .nav-split .header-actions,
  .header-split .main-nav,
  .nav-split .main-nav {
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
  }
  .social-icons--header { display: none; }
  .header-account--desktop { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-inner {
    gap: 0.5rem;
    position: relative;
  }
  .header-actions {
    margin-left: auto;
  }
  .nav-mobile-account {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.75rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(0,0,0,.08);
  }
  .nav-mobile-account a {
    display: block;
    padding: 0.75rem 0.85rem;
    border-radius: 0.75rem;
    background: #fff7fb;
    font-weight: 600;
  }
  .main-nav {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: min(86vw, 320px);
    max-width: 100vw;
    height: 100%;
    height: 100dvh;
    margin: 0;
    padding: calc(4.75rem + env(safe-area-inset-top, 0px)) 1.1rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
    background: #fffaf8;
    border-left: 1px solid rgba(0,0,0,.08);
    box-shadow: -18px 0 40px rgba(42,36,40,.12);
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.35rem;
    z-index: 80;
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    transition:
      transform .34s cubic-bezier(.22,1,.36,1),
      visibility 0s linear .34s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    order: 5;
    box-sizing: border-box;
  }
  .main-nav > a {
    padding: 0.8rem 0.85rem;
    border-radius: 0.75rem;
    font-size: 1rem;
    opacity: 0;
    transform: translateX(18px);
    transition:
      color .25s ease,
      background .25s ease,
      transform .35s cubic-bezier(.22,1,.36,1),
      opacity .35s ease;
  }
  .main-nav > a::after { display: none; }
  .main-nav > a:hover {
    transform: translateX(0);
    background: rgba(226,24,122,.06);
  }
  .main-nav > a.active {
    background: rgba(226,24,122,.08);
  }
  .nav-mobile-account a {
    opacity: 0;
    transform: translateX(18px);
    transition:
      transform .35s cubic-bezier(.22,1,.36,1),
      opacity .35s ease,
      background .25s ease;
  }
  body.nav-open .main-nav {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    transition:
      transform .34s cubic-bezier(.22,1,.36,1),
      visibility 0s linear 0s;
  }
  .nav-backdrop {
    z-index: 70;
  }
  body.nav-open .main-nav > a,
  body.nav-open .nav-mobile-account a {
    opacity: 1;
    transform: translateX(0);
  }
  body.nav-open .main-nav > a:nth-child(1) { transition-delay: .04s; }
  body.nav-open .main-nav > a:nth-child(2) { transition-delay: .08s; }
  body.nav-open .main-nav > a:nth-child(3) { transition-delay: .12s; }
  body.nav-open .main-nav > a:nth-child(4) { transition-delay: .16s; }
  body.nav-open .main-nav > a:nth-child(5) { transition-delay: .2s; }
  body.nav-open .main-nav > a:nth-child(6) { transition-delay: .24s; }
  body.nav-open .main-nav > a:nth-child(7) { transition-delay: .28s; }
  body.nav-open .main-nav > a:nth-child(8) { transition-delay: .32s; }
  body.nav-open .nav-mobile-account a:nth-child(1) { transition-delay: .36s; }
  body.nav-open .nav-mobile-account a:nth-child(2) { transition-delay: .4s; }
  body.nav-open .nav-mobile-account a:nth-child(3) { transition-delay: .44s; }
  body.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  body.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
  body.nav-open {
    overflow: hidden;
  }
  .nav-search {
    width: 100%;
    margin: 0.35rem 0 0;
    display: block;
  }
  .nav-search .nav-search-form {
    width: 100%;
    max-width: none;
  }
  .nav-search-form input[type="search"] {
    width: 100%;
    flex: 1;
    min-width: 0;
  }
  .nav-search-results {
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
  }
  .site-footer {
    display: block !important;
    margin-top: 1.25rem;
    padding: 1.35rem 1rem calc(1.1rem + 4.2rem + env(safe-area-inset-bottom, 0px));
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem 0.85rem;
  }
  .site-footer .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
  .site-footer .copy {
    margin-top: 1rem;
    font-size: 0.78rem;
  }
  .bottom-nav {
    display: grid;
  }
  body {
    padding-bottom: calc(4.1rem + env(safe-area-inset-bottom, 0px));
  }
  .live-tx {
    bottom: calc(4.6rem + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width: 800px) {
  :root {
    --page-title-size: clamp(1.7rem, 8vw, 2.2rem);
    --body-size: 0.98rem;
  }
  .header-inner {
    padding: 0.75rem 0.9rem;
    gap: 0.65rem;
  }
  .logo { font-size: 1.15rem; }
  .logo img { width: 36px; height: 36px; }
  .product-detail, .contact-grid, .footer-grid, .account-grid, .checkout-layout { grid-template-columns: 1fr; }
  .checkout-fields { grid-template-columns: 1fr; }
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .card-grid.products,
  .card-grid.products.card-grid--cols-2,
  .card-grid.products.card-grid--cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }
  .grid-view__btn[data-grid-cols="3"] {
    display: none;
  }
  .cat-card { padding: 0; }
  .product-card { padding: 0.55rem 0.55rem 0.75rem; }
  .cat-card h3, .product-card h3 { font-size: 0.9rem; margin: 0.45rem 0 0.1rem; }
  .card-actions .btn,
  .product-actions .btn {
    width: 100%;
    text-align: center;
  }
  .card-actions .icon-btn,
  .product-actions .icon-btn {
    width: 2.75rem;
  }
  .product-actions, .card-actions { gap: 0.45rem; }
  .product-specs__row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
  .cart-row {
    grid-template-columns: 64px 1fr;
    gap: 0.65rem;
  }
  .cart-qty, .cart-line, .cart-row .btn-ghost {
    grid-column: 1 / -1;
  }
  .cart-summary {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-summary .btn { width: 100%; text-align: center; margin-top: 0; }
  .banner-slide img { max-height: none; }
  .hero-slide img {
    max-height: min(30vh, 240px);
  }
  .hero-slide__copy {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 1.1rem;
    max-width: none;
  }
  .hero-slide__copy h2 {
    font-size: clamp(1.15rem, 5.5vw, 1.55rem);
  }
  .hero-slide__copy .btn {
    padding: 0.55rem 0.9rem;
    font-size: 0.85rem;
  }
  .hero-nav {
    width: 2.35rem;
    height: 2.35rem;
  }
  .hero-nav--prev { left: 0.55rem; }
  .hero-nav--next { right: 0.55rem; }
  .hero-nav svg {
    width: 0.95rem;
    height: 0.95rem;
  }
  .promo-banner img {
    max-height: min(42vh, 280px);
  }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-grid .product-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trust-strip__inner {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.3rem;
  }
  .trust-item {
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0.4rem 0.2rem;
    gap: 0.25rem;
  }
  .trust-item:nth-child(odd),
  .trust-item:nth-last-child(-n + 2),
  .trust-item:last-child {
    border: 1px solid rgba(0, 0, 0, 0.06);
    grid-column: auto;
  }
  .trust-item__icon {
    width: 1.55rem;
    height: 1.55rem;
  }
  .trust-item__icon svg {
    width: 0.8rem;
    height: 0.8rem;
  }
  .trust-item__label {
    font-size: 0.58rem;
  }
  .verified-on {
    margin: 0.4rem 0 0.75rem;
    padding: 0;
  }
  .verified-on__inner {
    gap: 0.5rem 0.65rem;
    padding: 0.7rem 0.75rem;
  }
  .verified-on__item {
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
  }
  .showcase-grid .product-rail {
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: minmax(160px, 200px);
    overflow-x: auto;
  }
  .promo-grid--split,
  .promo-grid--triple { grid-template-columns: 1fr; }
  .page-hero, .home-intro, .section, .product-detail {
    padding: 1.35rem 0.9rem;
  }
  .similar-head {
    align-items: center;
    flex-direction: column;
  }
  .auth-page {
    padding: 1rem 0.85rem 2rem;
    min-height: auto;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .header-inner,
  .logo,
  .logo img,
  .main-nav > a,
  .main-nav > a::after,
  .header-action,
  .header-action svg,
  .header-action .badge,
  .header-account,
  .nav-toggle,
  .nav-toggle span,
  .nav-backdrop,
  .nav-mobile-account a,
  .hero-slide::before,
  .hero-slide::after,
  .promo-banner::before,
  .promo-banner::after,
  .site-atmosphere__wash,
  .product-card,
  .product-card img,
  .hero-nav,
  .hero-nav svg,
  .hero-dot,
  .site-ticker__track {
    transition: none !important;
    animation: none !important;
  }
  .logo:hover,
  .logo:hover img,
  .main-nav > a:hover,
  .header-action:hover,
  .product-card:hover {
    transform: none;
  }
  .product-card:hover img,
  .promo-banner:hover img {
    transform: none;
  }
  .hero-nav--prev:hover,
  .hero-nav--next:hover,
  .hero-nav:active {
    transform: translateY(-50%);
  }
  .hero-nav:hover svg {
    transform: none;
  }
}

@keyframes floralDrift {
  from { transform: translate3d(-2%, -1%, 0) scale(1); }
  to { transform: translate3d(3%, 2%, 0) scale(1.06); }
}

@keyframes floralGrain {
  from { background-position: 0 0, 20px 10px, 0 0, 40px 30px, 0 0, 0 0; }
  to { background-position: 110px 80px, -70px 40px, 50px -40px, -30px 60px, 20px -20px, 160px 80px; }
}
