/* =====================================================
   Klisu — Luxury Beauty Center
   Pixel-perfect adaptation of the v1 design
   ===================================================== */

/* Prevent horizontal overflow on small screens without breaking position:sticky
   (overflow-x: clip, unlike hidden, does not create a scroll container). */
html, body { overflow-x: clip; max-width: 100%; }
*, *::before, *::after { min-width: 0; }

:root {
  --bg: #fbf4ef;
  --bg-soft: #fcf6f1;
  --bg-rose: #eccdc0;
  --bg-rose-deep: #d8a596;
  --hero-overlay: rgba(107, 66, 58, 0.45);
  --rose-100: #f7e7de;
  --rose-200: #edd4c6;
  --rose-300: #dfb3a0;
  --rose-400: #c59182;
  --rose-500: #9a6b60;
  --rose-600: #7a4c44;
  --ink: #0c0c0c;
  --ink-2: #1a1a1a;
  --muted: #8d8d8d;
  --line: #ececec;
}

/* Page-level pinkish gradient backdrop that mirrors the design */
html, body { min-height: 100%; }
body {
  background:
    radial-gradient(1200px 600px at 85% 8%, #efc8ba 0%, transparent 55%),
    radial-gradient(1200px 700px at 0% 35%, #f3d2c2 0%, transparent 60%),
    radial-gradient(1000px 700px at 50% 120%, #e8bdac 0%, transparent 60%),
    linear-gradient(180deg, #faf1ea 0%, #f6e6dc 100%);
  background-attachment: fixed;
}

/* =====================================================
   HERO
   ===================================================== */
.hero-wrap { position: relative; }
.hero-card {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  color: #fff;
  box-shadow: 0 30px 80px -40px rgba(90, 40, 30, .35);
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    url('../assets/photos/02-korean-model-applying-cream.jpg');
  background-size: cover;
  background-position: center 20%;
  filter: saturate(1.02) brightness(.95);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(96,52,44,.78) 0%, rgba(110,62,54,.52) 42%, rgba(128,72,62,.20) 72%, rgba(148,92,78,.05) 100%),
    linear-gradient(180deg, rgba(80,40,32,.35) 0%, rgba(80,40,32,.20) 50%, rgba(80,40,32,.55) 100%);
}

/* Nav pills and icons */
.nav-pill {
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 14px;
  color: #fff;
  background: rgba(255,255,255,.13);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.18);
  transition: .2s ease;
  font-weight: 500;
}
.nav-pill:hover { background: rgba(255,255,255,.22); }
.nav-pill-active {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
  box-shadow: 0 8px 30px -12px rgba(0,0,0,.25);
}
.nav-icon-btn {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav-icon-btn:hover { background: rgba(255,255,255,.22); }
.nav-icon-btn-white {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 30px -14px rgba(0,0,0,.35);
  position: relative;
}
.cart-dot {
  position: absolute; top: -4px; right: -4px;
  min-width: 18px; height: 18px; padding: 0 5px;
  background: #111; color: #fff;
  border-radius: 999px;
  font-size: 10px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid #fff;
}

/* Hero typography */
.hero-title {
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 30px rgba(40, 10, 6, .25);
}
.hero-soft {
  font-weight: 300;
  font-style: normal;
  color: rgba(255,255,255,.88);
}
.hero-sub {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.8);
  font-weight: 400;
}

/* Gallery play button */
.gallery-btn {
  display: inline-flex; align-items: center; gap: 14px;
  color: #fff;
  background: transparent;
}
.gallery-play {
  width: 56px; height: 56px;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(255,255,255,.45);
  position: relative;
}
.gallery-play::before {
  content: ''; position: absolute; inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
}
.gallery-label {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,.85);
}

/* Chips */
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(6px);
}
.chip-active { background: rgba(255,255,255,.18); }
.chip-x {
  display: inline-block;
  font-weight: 700;
  transform: rotate(45deg);
  font-size: 11px;
  color: #fff;
}

/* Overlay mini cards (glassmorphic) */
.overlay-cards {
  position: absolute;
  right: 3.5rem; bottom: 7rem;
  display: flex; gap: 14px;
  z-index: 15;
}
.mini-card {
  position: relative;
  width: 160px; height: 180px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 20px 50px -20px rgba(40, 10, 6, .45);
  padding: 14px;
  color: #fff;
  transition: transform .25s ease;
}
.mini-card:hover { transform: translateY(-4px); }
.mini-card--image {
  background-size: cover;
  background-position: center;
  width: 140px;
}
.mini-card--label { background: rgba(255, 230, 220, .12); }
.mini-card--cream {
  background:
    linear-gradient(180deg, rgba(230, 150, 130, .5), rgba(180, 90, 70, .4)),
    rgba(255,255,255,.10);
}
.mini-arrow {
  position: absolute; top: 10px; right: 10px;
  width: 30px; height: 30px;
  background: #fff; color: #111;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
}
.mini-text { position: absolute; left: 14px; right: 14px; bottom: 14px; }
.mini-text h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.mini-text p { font-size: 10.5px; line-height: 1.35; color: rgba(255,255,255,.82); }

/* Progress bar */
.hero-progress {
  position: relative; z-index: 15;
  margin-top: auto;
  padding: 20px 2.5rem 26px;
  display: flex; align-items: center; gap: 18px;
}
.hero-progress-num { color: #fff; font-size: 13px; font-weight: 600; letter-spacing: 1px; }
.hero-progress-track {
  flex: 1; height: 2px;
  background: rgba(255,255,255,.25);
  position: relative;
}
.hero-progress-fill { position: absolute; inset: 0; width: 25%; background: #fff; }
.hero-arrows { display: inline-flex; gap: 6px; }
.hero-arrow {
  width: 42px; height: 42px;
  border-radius: 999px 0 0 999px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: .2s ease;
}
.hero-arrow--ghost {
  background: rgba(255,255,255,.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,.3);
}
.hero-arrow--dark {
  background: #0e0e0e;
  color: #fff;
  border-radius: 0 999px 999px 0;
}
.hero-arrow:hover { transform: translateX(2px); }

/* =====================================================
   SECTIONS — light
   ===================================================== */
.section { position: relative; }
.section-title {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.section-title strong { font-weight: 800; }
.sub-title {
  font-size: clamp(20px, 1.9vw, 28px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.muted { color: var(--muted); font-size: 14px; font-weight: 400; }
.caption { color: #3a3a3a; font-size: 15px; max-width: 320px; }

/* Circle CTA with rose background */
.circle-cta {
  width: 96px; height: 96px;
  border-radius: 999px;
  background: #f4d9cd;
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px;
  font-size: 12px; color: var(--ink);
  position: relative;
  flex-shrink: 0;
}
.circle-cta svg {
  position: absolute; top: 18px; right: 24px;
}
.circle-cta span { margin-top: 16px; font-weight: 500; }
.circle-cta:hover { background: #eec7b6; }

/* Pill button - outlined */
.pill-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
  font-size: 13px;
  font-weight: 500;
  transition: .2s ease;
  cursor: pointer;
}
.pill-btn:hover { background: var(--ink); color: #fff; }

/* Photo cards */
.photo-card {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
.photo-card--landscape { aspect-ratio: 4/3; }
.photo-card--tall { aspect-ratio: 3/5; height: 100%; }
.photo-card--wide { aspect-ratio: 16/10; }
.photo-card--feature { aspect-ratio: 16/11; min-height: 320px; }
.photo-card--portrait { aspect-ratio: 3/5; min-height: 320px; }
.photo-card--portraitTall { aspect-ratio: 2/3; min-height: 380px; }

/* "More Details" glass circle over image */
.more-details {
  position: absolute; top: 22px; right: 22px;
  width: 92px; height: 92px;
  border-radius: 999px;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px;
  color: #fff;
  font-size: 11px;
  border: 1px solid rgba(255,255,255,.15);
}
.more-details svg { margin-bottom: 2px; }
.more-details--lg { width: 100px; height: 100px; font-size: 12px; }

/* Service list */
.service-list {
  display: flex; flex-direction: column; gap: 0;
  border-top: 1px solid var(--line);
}
.service-item {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 8px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: .2s ease;
  position: relative;
}
.service-avatar {
  width: 46px; height: 46px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.service-name { font-size: 22px; font-weight: 600; letter-spacing: -0.01em; flex: 1; }
.service-go {
  width: 34px; height: 34px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink);
  transition: .2s ease;
}
.service-item.active .service-go {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.service-item.active .service-name { font-weight: 700; }
.service-item:hover { padding-left: 14px; }

/* =====================================================
   PRODUCT LAUNCH
   ===================================================== */
.tab-pill {
  padding: 12px 24px;
  border-radius: 999px;
  border: 1.5px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: .2s ease;
}
.tab-pill.tab-active { background: var(--ink); color: #fff; }
.tab-pill:hover { background: var(--ink); color: #fff; }

.capsule-thumb {
  width: 92px; height: 136px;
  border-radius: 999px;
  background-size: 78%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f2e3d7;
  box-shadow: 0 20px 40px -22px rgba(100, 60, 40, .3);
  border: 1px solid rgba(255,255,255,.6);
}

.product-disc {
  position: relative;
  width: 380px; height: 380px;
  display: flex; align-items: center; justify-content: center;
}
.product-disc__ring {
  position: absolute; inset: 0;
  border-radius: 999px;
  border: 1px solid #e8d3c5;
}
.product-disc__ring svg {
  position: absolute; inset: 20px;
  width: calc(100% - 40px); height: calc(100% - 40px);
  animation: spin 40s linear infinite;
}
.spin-slow { animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.product-disc__image {
  position: absolute; inset: 40px;
  border-radius: 999px;
  background-size: 78%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5e5d8;
  background-image-rendering: crisp-edges;
  box-shadow: inset 0 0 80px rgba(170, 110, 85, .25), 0 30px 60px -30px rgba(120, 70, 50, .35);
  transition: background-image .4s ease;
}

.product-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}
.product-title span { font-weight: 400; color: var(--muted); font-size: 18px; }
.product-price {
  font-size: 38px;
  font-weight: 800;
  color: var(--ink);
}
.add-to-cart {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: .2s ease;
}
.add-to-cart:hover { background: var(--rose-600); }

/* =====================================================
   TRANSFORMATION
   ===================================================== */
.transform-card {
  position: relative;
  min-height: 480px;
  border-radius: 32px;
  background-size: cover;
  background-position: center 25%;
  overflow: hidden;
  color: #fff;
}
.transform-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(120,50,40,.10) 0%, rgba(90,30,25,.70) 100%);
}
.transform-card__content {
  position: absolute; left: 32px; bottom: 100px;
  z-index: 2;
  max-width: 60%;
}
.transform-card__content h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.transform-card__content p {
  font-size: 13px;
  color: rgba(255,255,255,.85);
  max-width: 280px;
}
.transform-card__chip {
  position: absolute; right: 32px; bottom: 32px;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff; font-size: 13px; font-weight: 500;
}

/* =====================================================
   CATALOGUE
   ===================================================== */
.search-bar {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 24px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  color: var(--muted);
  min-width: 280px;
}
.search-bar input {
  background: transparent;
  border: none; outline: none;
  font-size: 14px;
  width: 100%;
  color: var(--ink);
}
.search-bar input::placeholder { color: #bdbdbd; }

.catalog-card {
  position: relative;
  background: transparent;
  border-radius: 28px;
}
/* Klisu heart dot — single colored accent per SKU */
.catalog-heart {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 4;
  background: #f2c8a8;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .85), 0 4px 10px rgba(0, 0, 0, .12);
}
.catalog-heart--peach    { background: #f2c8a8; }
.catalog-heart--midnight { background: #6878a0; }
.catalog-heart--gold     { background: #d9b36a; }
.catalog-heart--aqua     { background: #7ecec8; }
.catalog-heart--blush    { background: #ebcfc8; }
.catalog-img {
  aspect-ratio: 1/1;
  width: 100%;
  background-size: 72%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4e1d1;
  border-radius: 28px;
  position: relative;
  transition: transform .35s ease;
}
.catalog-card:hover .catalog-img { transform: translateY(-4px); }
.fav-btn {
  position: absolute; top: 20px; right: 20px;
  width: 36px; height: 36px;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(8px);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink);
  border: none;
  z-index: 2;
  cursor: pointer;
}
.fav-btn:hover { background: #fff; color: var(--rose-500); }
.catalog-body {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 6px 0;
}
.catalog-body h4 { font-size: 20px; font-weight: 600; color: var(--ink); }
.product-price-sm { font-size: 14px; color: var(--muted); margin-top: 4px; }
.round-arrow {
  width: 44px; height: 44px;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--line);
  color: var(--ink);
  transition: .2s ease;
}
.round-arrow--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.round-arrow:hover { transform: translate(2px,-2px); }

/* =====================================================
   REVIEWS
   ===================================================== */
.avatar-stack { display: inline-flex; align-items: center; }
.av {
  width: 48px; height: 48px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  border: 3px solid #fff;
  margin-left: -12px;
  flex-shrink: 0;
}
.av:first-child { margin-left: 0; }
.av--count {
  background: var(--ink);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
}
.review-card {
  padding: 24px;
  border-radius: 20px;
  display: flex; flex-direction: column; justify-content: space-between;
  gap: 20px;
  min-height: 180px;
}
.review-card--light { background: #f8f2ed; }
.review-card--tint { background: #f1dbcc; }
.review-card p {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
  font-weight: 500;
}
.review-footer { display: flex; align-items: center; gap: 14px; }
.review-footer .av { width: 42px; height: 42px; border-width: 2px; margin: 0; }
.review-footer h5 { font-size: 14px; font-weight: 600; }
.stars { font-size: 12px; color: var(--muted); }

/* =====================================================
   FOOTER
   ===================================================== */
.footer-wrap {
  background: linear-gradient(180deg, rgba(247,231,222,0) 0%, #efd2c1 100%);
  margin-top: 40px;
  color: var(--ink);
}
.footer-lead { color: #5a5a5a; font-size: 15px; line-height: 1.6; }
.footer-wrap h5 { font-size: 14px; color: var(--ink); font-weight: 600; margin-bottom: 18px; }
.footer-list { display: flex; flex-direction: column; gap: 10px; }
.footer-list a { color: #555; font-size: 14px; }
.footer-list a:hover { color: var(--ink); }
.social {
  width: 38px; height: 38px;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(0,0,0,.15);
  color: var(--ink);
  transition: .2s ease;
}
.social--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.social:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.footer-bottom {
  padding-top: 26px;
  border-top: 1px solid rgba(0,0,0,.12);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px;
  font-size: 13px; color: #5a5a5a;
}
.footer-bottom a { color: var(--ink); font-weight: 500; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 900px) {
  .hero-card { min-height: 520px; }
  .overlay-cards { display: none !important; }
  .product-disc { width: 300px; height: 300px; }
  .circle-cta { width: 80px; height: 80px; }
  .circle-cta svg { top: 14px; right: 20px; }
  .transform-card__content { left: 24px; bottom: 80px; max-width: 75%; }
  .transform-card__chip { right: 24px; bottom: 24px; }
}
@media (max-width: 640px) {
  .section { padding-left: 1rem; padding-right: 1rem; }
  .hero-title { font-size: 32px; }
  .product-title { font-size: 22px; }
  .product-price { font-size: 30px; }
}

/* =====================================================
   HOMEPAGE — Shelf First (ported from old-designs/klisu-main)
   ===================================================== */
.shelf-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.shelf-card { position: relative; display: block; border-radius: 28px; background: #fff; padding: 16px 16px 22px; box-shadow: 0 18px 40px -26px rgba(122, 76, 68, .28); transition: transform .35s ease, box-shadow .35s ease; cursor: pointer; }
.shelf-card:hover { transform: translateY(-6px); box-shadow: 0 28px 50px -24px rgba(122, 76, 68, .35); }
.shelf-img { aspect-ratio: 4/5; border-radius: 20px; background: radial-gradient(circle at 50% 65%, var(--rose-100), #fff 72%); display: grid; place-items: center; padding: 14px; overflow: hidden; }
.shelf-img img { max-height: 100%; max-width: 100%; min-height: 0; min-width: 0; object-fit: contain; filter: drop-shadow(0 14px 20px rgba(120,70,50,.18)); }
.shelf-foot { padding: 16px 4px 0; display: flex; justify-content: space-between; align-items: end; gap: 8px; }
.shelf-foot h4 { font-size: 17px; font-weight: 700; color: var(--ink); line-height: 1.15; min-height: 2.3em; }
.shelf-foot .role { font-size: 12px; color: var(--muted); margin-top: 4px; }
.shelf-foot .price { font-size: 14px; font-weight: 700; color: var(--ink); margin-top: 10px; }
.shelf-bag { width: 40px; height: 40px; border-radius: 999px; background: var(--ink); color: #fff; display: grid; place-items: center; flex-shrink: 0; transition: .2s ease; }
.shelf-card:hover .shelf-bag { background: var(--rose-600); transform: rotate(-45deg); }
.shelf-soldout { position: absolute; top: 26px; right: 26px; z-index: 3; background: rgba(26,24,22,.85); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .04em; padding: 5px 11px; border-radius: 999px; }

.ritual-diptych { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ritual-panel { border-radius: 32px; padding: 44px 40px; position: relative; overflow: hidden; }
.ritual-panel--am { background: linear-gradient(160deg, #fef2e8, var(--rose-100)); color: var(--ink); }
.ritual-panel--pm { background: var(--ink); color: #fff; }
.ritual-panel .ritual-marker { font-family: 'Dancing Script', cursive; font-size: 84px; line-height: 0.9; color: var(--rose-500); margin-bottom: 10px; }
.ritual-panel--pm .ritual-marker { color: var(--rose-300); }
.ritual-panel h3 { font-size: clamp(26px, 2.4vw, 36px); font-weight: 400; line-height: 1.1; margin-bottom: 6px; letter-spacing: -0.01em; }
.ritual-panel h3 strong { font-weight: 800; }
.ritual-panel .lede { font-size: 14px; color: inherit; opacity: .75; max-width: 360px; margin-bottom: 26px; }
.ritual-panel ol { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.ritual-panel li { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 14px; padding: 14px 18px; background: rgba(255,255,255,.55); border-radius: 14px; font-size: 14px; font-weight: 500; }
.ritual-panel--pm li { background: rgba(255,255,255,.08); color: rgba(255,255,255,.92); }
.ritual-panel li .n { font-size: 11px; letter-spacing: .18em; color: var(--rose-600); font-weight: 700; }
.ritual-panel--pm li .n { color: var(--rose-300); }
.ritual-panel li .t { font-size: 11px; color: var(--muted); font-weight: 500; }
.ritual-panel--pm li .t { color: rgba(255,255,255,.55); }
.ritual-panel .sign { margin-top: 28px; font-family: 'Dancing Script', cursive; font-size: 26px; color: var(--rose-500); }
.ritual-panel--pm .sign { color: var(--rose-300); }

.news-strip { background: var(--rose-200); border-radius: 32px; padding: 56px 52px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.news-strip h3 { font-size: clamp(34px, 4vw, 58px); font-weight: 400; line-height: 0.98; letter-spacing: -0.02em; color: var(--ink); }
.news-strip h3 strong { font-weight: 800; }
.news-strip p { color: #3a3a3a; font-size: 15px; margin-top: 14px; max-width: 380px; }
.news-form { display: flex; background: #fff; border-radius: 999px; padding: 6px; box-shadow: 0 12px 30px -18px rgba(122, 76, 68, .3); }
.news-form input { flex: 1; border: 0; outline: none; padding: 14px 22px; font-size: 14px; background: transparent; color: var(--ink); }
.news-form input::placeholder { color: var(--muted); }
.news-form button { padding: 14px 24px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 500; border: 0; cursor: pointer; transition: .2s; }
.news-form button:hover { background: var(--rose-600); }

/* Full-bleed video hero */
.hero-wrap--full { padding: 0 !important; margin: 0; }
.hero-card--full {
  max-width: none; border-radius: 0; min-height: 100vh; min-height: 100svh;
  box-shadow: none; margin: 0; padding: 0; display: flex; flex-direction: column;
  background: var(--bg-rose, #eccdc0) url('../assets/video/hero-poster.jpg') center/cover no-repeat;
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; background: transparent; opacity: 0; transition: opacity 0.5s ease; }
.hero-video.is-ready { opacity: 1; }
.hero-video-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,12,12,.28) 0%, rgba(12,12,12,.05) 38%, rgba(12,12,12,.5) 100%); z-index: 1; pointer-events: none; }
.hero-stage { position: relative; z-index: 5; flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px 24px 120px; text-align: center; }
.hero-headline { font-size: clamp(44px, 8.5vw, 140px); font-weight: 800; color: #fff; letter-spacing: -0.035em; line-height: 0.95; max-width: 1200px; text-shadow: 0 4px 50px rgba(20,10,8,.35); margin: 0; }
.hero-headline-soft { display: block; font-weight: 300; color: rgba(255,255,255,.92); font-style: italic; margin-top: 10px; }

@media (max-width: 900px) {
  .shelf-row { grid-template-columns: repeat(2, 1fr); }
  .ritual-diptych { grid-template-columns: 1fr; }
  .news-strip { grid-template-columns: 1fr; padding: 40px 28px; }
}
/* Phones: one product per row, compact horizontal card */
@media (max-width: 600px) {
  .shelf-row { grid-template-columns: 1fr; gap: 14px; }
  .shelf-card { display: grid; grid-template-columns: 116px 1fr; align-items: center; column-gap: 18px; padding: 12px 20px 12px 12px; }
  .shelf-img { aspect-ratio: 1/1; padding: 8px; }
  .shelf-foot { padding: 0; }
  .shelf-foot h4 { min-height: 0; font-size: 17px; }
  .shelf-foot .role { margin-top: 3px; }
  .shelf-foot .price { margin-top: 8px; }
}
@media (max-width: 640px) {
  /* Fill the whole phone screen on open (svh/dvh account for browser chrome) */
  .hero-card--full { min-height: 100vh; min-height: 100svh; min-height: 100dvh; }
  .hero-stage { padding: 32px 18px 96px; }
}

/* =====================================================
   PRODUCT IMAGERY OVERRIDE
   The current product renders are full-frame studio shots (front+back
   vessel pair on a neutral ground), not transparent cut-outs — so show
   them 'contain' on a matching neutral tile. Swap to single transparent
   PNGs later and these slots will still work.
   ===================================================== */
.catalog-img,
.product-disc__image,
.capsule-thumb {
  background-size: contain;
  background-color: #E9E6E1;
}
.catalog-img { display: block; }

/* =====================================================
   INTERIOR SITE NAV (product + inner pages)
   ===================================================== */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 244, 239, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-nav__inner {
  max-width: 1440px;
  margin: 0 auto;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-link {
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  transition: background .2s ease;
}
.nav-link:hover { background: rgba(140, 90, 82, .1); }
.nav-icon-btn-dark {
  width: 40px; height: 40px;
  border-radius: 999px;
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}
.nav-icon-btn-dark:hover { background: var(--rose-50); }

/* =====================================================
   PRODUCT DETAIL PAGE
   ===================================================== */
.breadcrumb {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--muted);
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb span { color: #cdbfb6; }
.breadcrumb-current { color: var(--ink); font-weight: 500; }

.pdp-media {
  position: relative;
  border-radius: 32px;
  background: #E9E6E1;
  min-height: 560px;
  overflow: hidden;
}
.pdp-media__img {
  position: absolute; inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pdp-heart {
  position: absolute; top: 24px; left: 24px; z-index: 2;
  width: 20px; height: 20px; border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255,255,255,.85), 0 4px 10px rgba(0,0,0,.12);
}
.pdp-size {
  position: absolute; top: 22px; right: 22px; z-index: 2;
  padding: 7px 16px; border-radius: 999px;
  background: rgba(255,255,255,.85); backdrop-filter: blur(8px);
  font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--ink);
}

.pdp-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--rose-600);
}
.pdp-eyebrow-dot { width: 10px; height: 10px; border-radius: 50%; }
.pdp-title {
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 800; line-height: 1.04; letter-spacing: -.02em;
  color: var(--ink); margin-top: 14px;
}
.pdp-hero-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.hero-chip {
  padding: 9px 16px; border-radius: 999px;
  border: 1px solid var(--line); background: #fff;
  font-size: 13px; font-weight: 500; color: var(--rose-700);
}
.pdp-lead {
  margin-top: 22px; max-width: 460px;
  font-size: 17px; line-height: 1.6; color: #3a3a3a;
}
.pdp-buy { display: flex; align-items: baseline; gap: 12px; margin-top: 26px; }
.pdp-price { font-size: 34px; font-weight: 700; color: var(--ink); }
.pdp-buy-size { font-size: 14px; color: var(--muted); }
.pdp-actions { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.fav-btn--static {
  position: static; width: 52px; height: 52px;
  border: 1px solid var(--line); background: #fff;
}
.fav-btn--static:hover { background: var(--rose-50); color: var(--rose-500); }

.pdp-details { margin-top: 40px; border-top: 1px solid var(--line); }
.pdp-detail { padding: 22px 0; border-bottom: 1px solid var(--line); }
.pdp-detail h4 {
  font-size: 13px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink); margin: 0;
}
.pdp-detail p { margin-top: 10px; font-size: 15px; line-height: 1.65; color: #4a4a4a; }
.pdp-inci { font-size: 13px; line-height: 1.7; color: #6a6a6a; }
.pdp-detail--toggle summary {
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; list-style: none;
}
.pdp-detail--toggle summary::-webkit-details-marker { display: none; }
.pdp-detail__chev { font-size: 22px; font-weight: 300; color: var(--muted); line-height: 1; }
.pdp-detail--toggle[open] .pdp-detail__chev { transform: rotate(45deg); }
.pdp-detail__chev { transition: transform .2s ease; }

.pdp-lifestyle {
  position: relative;
  min-height: 420px;
  background-size: cover; background-position: center 30%;
  display: flex; align-items: center;
  margin-top: 16px;
}
.pdp-lifestyle__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(60,35,30,.72) 0%, rgba(70,40,34,.35) 55%, rgba(90,55,46,.08) 100%);
}
.pdp-lifestyle__content { position: relative; z-index: 2; color: #fff; }
.pdp-lifestyle__quote {
  font-family: 'Dancing Script', cursive;
  font-size: clamp(36px, 6vw, 64px); line-height: 1.05;
}
.pdp-lifestyle__sub { margin-top: 12px; font-size: 16px; color: rgba(255,255,255,.85); }

@media (max-width: 900px) {
  .pdp-media { min-height: 420px; }
  .site-nav__inner { height: 60px; }
}
@media (max-width: 640px) {
  .site-nav .nav-link:nth-child(n+2) { display: none; }
}

/* =====================================================
   E-COMMERCE — cart, checkout, confirmation
   ===================================================== */
/* Quantity stepper */
.qty-stepper {
  display: inline-flex; align-items: center;
  border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #fff;
}
.qty-btn {
  width: 38px; height: 44px; border: none; background: transparent;
  font-size: 18px; color: var(--ink); cursor: pointer; line-height: 1;
}
.qty-btn:hover { background: var(--rose-50); }
.qty-input {
  width: 44px; height: 44px; border: none; text-align: center; outline: none;
  font-size: 15px; font-weight: 600; color: var(--ink); background: transparent;
  -moz-appearance: textfield;
}
.qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.pdp-actions { display: flex; align-items: center; gap: 12px; margin-top: 22px; flex-wrap: wrap; }

/* Cart */
.cart-empty { padding: 60px 0; }
.cart-empty p { font-size: 18px; color: var(--muted); }
.cart-row {
  display: grid;
  grid-template-columns: 96px 1fr auto auto;
  gap: 20px; align-items: center;
  padding: 20px 0; border-bottom: 1px solid var(--line);
}
.cart-row__img {
  width: 96px; height: 96px; border-radius: 18px;
  background: #E9E6E1; background-size: contain; background-repeat: no-repeat; background-position: center;
  display: block;
}
.cart-row__info { position: relative; }
.cart-row__heart { display: inline-block; width: 12px; height: 12px; border-radius: 50%; margin-right: 8px; vertical-align: middle; }
.cart-row__info h3 { display: inline; font-size: 18px; font-weight: 600; color: var(--ink); }
.cart-row__sub { font-size: 13px; color: var(--muted); margin-top: 6px; }
.cart-row__unit { font-size: 13px; color: var(--rose-600); margin-top: 2px; }
.cart-row__qty { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.cart-row__remove { background: none; border: none; color: var(--muted); font-size: 12px; cursor: pointer; text-decoration: underline; }
.cart-row__remove:hover { color: var(--rose-600); }
.cart-row__total { font-size: 17px; font-weight: 700; color: var(--ink); white-space: nowrap; }
.cart-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; gap: 16px; flex-wrap: wrap; }
.link-quiet { color: var(--muted); font-size: 14px; }
.link-quiet:hover { color: var(--ink); }

/* Summary card (cart + checkout + confirmation) */
.cart-summary {
  background: rgba(255,255,255,.55);
  -webkit-backdrop-filter: blur(22px) saturate(1.4); backdrop-filter: blur(22px) saturate(1.4);
  border: 1px solid rgba(255,255,255,.7); border-radius: 26px; padding: 28px;
  box-shadow: 0 44px 96px -52px rgba(120,70,55,.5), inset 0 1px 0 rgba(255,255,255,.6);
  position: sticky; top: 88px;
}
.cart-summary h3 { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 18px; }
.cart-summary__row { display: flex; justify-content: space-between; font-size: 14px; color: #4a4a4a; padding: 9px 0; }
.cart-summary__total { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 16px; font-size: 18px; font-weight: 700; color: var(--ink); }
.cart-summary__cta { width: 100%; justify-content: center; margin-top: 18px; }
.cart-summary__note { font-size: 12px; color: var(--muted); margin-top: 14px; text-align: center; }

.checkout-line { display: flex; align-items: center; gap: 12px; padding: 8px 0; font-size: 14px; }
.checkout-line__img { width: 40px; height: 40px; border-radius: 10px; background: #E9E6E1; background-size: contain; background-repeat: no-repeat; background-position: center; flex: none; }
.checkout-line__name { flex: 1; color: var(--ink); }
.checkout-line__name em { color: var(--muted); font-style: normal; }
.checkout-line__price { font-weight: 600; color: var(--ink); white-space: nowrap; }

/* Checkout form */
.form-section-title { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field span { font-size: 13px; font-weight: 600; color: var(--ink); }
.field input, .field textarea {
  border: 1px solid var(--line); border-radius: 14px; padding: 13px 16px;
  font-size: 15px; color: var(--ink); background: #fff; outline: none; font-family: inherit;
}
.field input:focus, .field textarea:focus { border-color: var(--rose-400); box-shadow: 0 0 0 3px rgba(201,151,135,.15); }
.field-err { color: #b4524a; font-size: 12px; font-style: normal; }
.form-error-banner { background: #fbe9e6; color: #9a3a32; border-radius: 14px; padding: 14px 18px; margin-top: 18px; font-size: 14px; }
.pay-method { display: flex; gap: 14px; align-items: flex-start; margin-top: 26px; padding: 18px; border: 1px solid var(--rose-300); border-radius: 16px; background: var(--rose-50); }
.pay-method__dot { width: 18px; height: 18px; border-radius: 50%; border: 5px solid var(--rose-500); flex: none; margin-top: 2px; }
.pay-method strong { font-size: 15px; color: var(--ink); }
.pay-method p { font-size: 13px; color: var(--muted); margin-top: 3px; }

/* Confirmation */
.confirm-hero { text-align: center; }
.confirm-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 72px; height: 72px; border-radius: 999px; background: #e7f3ec; color: #3a8f5f;
}
.confirm-order-no { margin-top: 16px; font-size: 14px; color: var(--muted); }
.confirm-order-no strong { color: var(--ink); letter-spacing: .04em; }
.confirm-card { background: rgba(255,255,255,.55); -webkit-backdrop-filter: blur(22px) saturate(1.4); backdrop-filter: blur(22px) saturate(1.4); border: 1px solid rgba(255,255,255,.7); border-radius: 24px; padding: 26px; margin-top: 22px; box-shadow: 0 44px 96px -52px rgba(120,70,55,.5), inset 0 1px 0 rgba(255,255,255,.6); }
.confirm-card h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 14px; }
.confirm-address { font-size: 14px; line-height: 1.7; color: #4a4a4a; }

/* =====================================================
   LUXE LAYER — animated glassmorphic atmosphere for interior pages
   ===================================================== */
/* Ambient aurora + film grain (rendered once via includes/lux-bg.php) */
.lux-atmos { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.lux-atmos .blob { position: absolute; border-radius: 50%; filter: blur(85px); opacity: .55; mix-blend-mode: multiply; animation: luxDrift 26s ease-in-out infinite; will-change: transform; }
.lux-atmos .b1 { width: 560px; height: 560px; background: #f2c4ad; top: -150px; left: -110px; }
.lux-atmos .b2 { width: 500px; height: 500px; background: #e6b1c3; top: 22%; right: -150px; animation-delay: -9s; }
.lux-atmos .b3 { width: 640px; height: 640px; background: #f1d3bd; bottom: -260px; left: 26%; animation-delay: -16s; }
.lux-atmos .grain { position: absolute; inset: 0; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
@keyframes luxDrift { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(50px,-36px) scale(1.09); } 66% { transform: translate(-36px,26px) scale(.93); } }

/* Glass surfaces */
.glass {
  background: rgba(255,255,255,.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  backdrop-filter: blur(22px) saturate(1.4);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 44px 96px -52px rgba(120,70,55,.5), inset 0 1px 0 rgba(255,255,255,.65);
  border-radius: 30px;
}
.glass-tint { background: rgba(247,231,222,.46); }

/* Scroll/load reveal (JS adds .in) */
.reveal { transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1.1s cubic-bezier(.16,1,.3,1); transition-delay: var(--d, 0s); }
.js .reveal { opacity: 0; transform: translateY(32px); }
.js .reveal.in { opacity: 1; transform: none; }

/* Lux hero header */
.lux-hero { position: relative; padding-top: 26px; }
.lux-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--rose-600); }
.lux-kicker::before { content: ''; width: 30px; height: 1px; background: var(--rose-400); }
.lux-display { font-size: clamp(46px, 8.5vw, 108px); font-weight: 800; line-height: .95; letter-spacing: -.035em; color: var(--ink); margin-top: 16px; }
.lux-display em { font-family: 'Dancing Script', cursive; font-style: normal; font-weight: 700; color: var(--rose-500); letter-spacing: 0; padding-right: .06em; }
.lux-sub { font-size: 18px; line-height: 1.6; color: #5a4a44; max-width: 560px; margin-top: 22px; }

/* Decorative slow-spin ring */
.lux-ring { position: absolute; border: 1px solid rgba(140,90,82,.22); border-radius: 50%; pointer-events: none; }
.lux-ring::before { content: ''; position: absolute; inset: -1px; border-radius: 50%; border-top: 1.5px solid var(--rose-500); animation: spin 14s linear infinite; }

/* Shine sweep + hover lift */
.shine { position: relative; overflow: hidden; }
.shine::after { content: ''; position: absolute; top: 0; left: -160%; width: 55%; height: 100%; background: linear-gradient(115deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-18deg); transition: left .75s cubic-bezier(.16,1,.3,1); pointer-events: none; }
.shine:hover::after { left: 175%; }
.lift { transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s cubic-bezier(.16,1,.3,1); }
.lift:hover { transform: translateY(-7px); box-shadow: 0 60px 110px -50px rgba(120,70,55,.55); }
.float { animation: luxFloat 6.5s ease-in-out infinite; }
@keyframes luxFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  .lux-atmos .blob, .lux-ring::before, .float, .shine::after { animation: none; }
}

/* =====================================================
   CONTENT / LEGAL / ABOUT / FAQ / CONTACT / TRACK
   ===================================================== */
.legal { color: #4a4a4a; }
.legal h2 { font-size: 19px; font-weight: 700; color: var(--ink); margin: 30px 0 8px; }
.legal p { font-size: 15px; line-height: 1.75; margin: 10px 0; }
.legal ul { padding-left: 20px; list-style: disc; margin: 10px 0; }
.legal li { font-size: 15px; line-height: 1.7; margin: 5px 0; }
.legal a { color: var(--rose-600); text-decoration: underline; }
.legal .updated { color: var(--muted); font-size: 13px; margin: 2px 0 8px; }

.about-title { font-size: clamp(36px, 6vw, 64px); font-weight: 800; line-height: 1.04; letter-spacing: -.02em; color: var(--ink); margin-top: 14px; }
.about-lead { font-size: 19px; line-height: 1.6; color: #3a3a3a; max-width: 620px; margin-top: 20px; }
.about-figure { height: 380px; border-radius: 28px; background-size: cover; background-position: center 30%; margin-top: 36px; }
.about-sign { font-family: 'Dancing Script', cursive; font-size: 30px; color: var(--rose-600); margin-top: 24px; }
.about-cta { margin-top: 28px; }

.contact-block { margin-top: 22px; }
.contact-block h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.contact-block p { font-size: 16px; color: var(--ink); margin-top: 4px; }
.contact-block a { color: var(--rose-600); }
.form-card-light { background: rgba(255,255,255,.55); -webkit-backdrop-filter: blur(22px) saturate(1.4); backdrop-filter: blur(22px) saturate(1.4); border: 1px solid rgba(255,255,255,.7); border-radius: 26px; padding: 28px; box-shadow: 0 44px 96px -52px rgba(120,70,55,.5), inset 0 1px 0 rgba(255,255,255,.6); }
.flash-success { background: #e0f3e7; color: #2f7d50; padding: 14px 18px; border-radius: 14px; font-size: 14px; margin-bottom: 16px; }

.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { border: 1px solid rgba(255,255,255,.7); border-radius: 20px; padding: 2px 24px; background: rgba(255,255,255,.5); -webkit-backdrop-filter: blur(16px) saturate(1.3); backdrop-filter: blur(16px) saturate(1.3); box-shadow: 0 28px 64px -48px rgba(120,70,55,.55); transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s; }
.faq-item:hover { transform: translateY(-3px); box-shadow: 0 40px 80px -48px rgba(120,70,55,.6); }
.faq-item[open] { background: rgba(255,255,255,.62); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; padding: 19px 2px; font-size: 16px; font-weight: 600; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chev { font-size: 22px; font-weight: 300; color: var(--muted); transition: transform .2s ease; flex: none; }
.faq-item[open] .faq-chev { transform: rotate(45deg); }
.faq-body { padding: 0 2px 20px; font-size: 15px; line-height: 1.7; color: #4a4a4a; }
.faq-body a { color: var(--rose-600); text-decoration: underline; }

.track-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 14px; align-items: end; margin-top: 28px; background: rgba(255,255,255,.55); -webkit-backdrop-filter: blur(22px) saturate(1.4); backdrop-filter: blur(22px) saturate(1.4); border: 1px solid rgba(255,255,255,.7); border-radius: 22px; padding: 24px; box-shadow: 0 44px 96px -52px rgba(120,70,55,.5), inset 0 1px 0 rgba(255,255,255,.6); }
.lux-doc { padding: 40px clamp(24px, 5vw, 56px); margin-top: 36px; }
.lux-doc .updated { margin-top: 0; }
.shop-card.glass { padding: 14px; }
.track-form .add-to-cart { height: 48px; }
.badge-status { padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; }
.badge-status--pending { background: #fff1d6; color: #8a5a00; }
.badge-status--confirmed { background: #e1ecff; color: #2c4f8a; }
.badge-status--shipped { background: #e7e1ff; color: #5340a0; }
.badge-status--delivered { background: #e0f3e7; color: #2f7d50; }
.badge-status--cancelled { background: #f6e0dd; color: #99403a; }
.track-steps { display: flex; justify-content: space-between; list-style: none; padding: 0; margin: 22px 0 4px; position: relative; }
.track-steps::before { content: ''; position: absolute; top: 9px; left: 8%; right: 8%; height: 2px; background: var(--line); z-index: 0; }
.track-step { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); position: relative; z-index: 1; flex: 1; text-align: center; }
.track-dot { width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 2px solid var(--line); }
.track-step.is-done { color: var(--ink); font-weight: 600; }
.track-step.is-done .track-dot { background: var(--rose-500); border-color: var(--rose-500); }

@media (max-width: 600px) { .track-form { grid-template-columns: 1fr; } }

/* Stock states */
.pdp-lowstock { color: #b4523a; font-size: 13px; font-weight: 600; margin-top: 16px; }
.add-to-cart--disabled { background: #d9d4cf; color: #fff; cursor: not-allowed; }
.add-to-cart--disabled:hover { background: #d9d4cf; }

/* Shop listing */
.shop-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 24px; flex-wrap: wrap; }
.shop-count { font-size: 13px; color: var(--muted); white-space: nowrap; }
.shop-card { display: flex; flex-direction: column; }
.shop-card .catalog-body { padding-top: 16px; }
.shop-card__short { font-size: 13px; color: var(--muted); line-height: 1.55; padding: 8px 6px 0; flex: 1; }
.shop-soldout { position: absolute; top: 18px; right: 18px; z-index: 3; background: rgba(26,24,22,.85); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .04em; padding: 5px 12px; border-radius: 999px; }
.shop-add-form { padding: 14px 6px 4px; }
.shop-add {
  width: 100%; padding: 13px; border-radius: 999px; border: 1px solid var(--ink);
  background: #fff; color: var(--ink); font-size: 14px; font-weight: 600; cursor: pointer; transition: all .2s ease;
}
.shop-add:hover { background: var(--ink); color: #fff; }
.shop-add--disabled { opacity: .45; cursor: not-allowed; margin: 14px 6px 4px; width: calc(100% - 12px); }

@media (max-width: 700px) {
  .form-grid { grid-template-columns: 1fr; }
  .cart-row { grid-template-columns: 72px 1fr; grid-template-areas: 'img info' 'img qty' 'total total'; row-gap: 12px; }
  .cart-row__img { grid-area: img; width: 72px; height: 72px; }
  .cart-row__info { grid-area: info; }
  .cart-row__qty { grid-area: qty; flex-direction: row; align-items: center; justify-content: flex-start; gap: 16px; }
  .cart-row__total { grid-area: total; text-align: right; }
  .cart-summary { position: static; }
}

/* =====================================================
   PRODUCT PAGE — luxe stage, actives, trust
   ===================================================== */
.pdp-stage {
  position: relative; border-radius: 34px; overflow: hidden; min-height: 600px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.35); backdrop-filter: blur(20px) saturate(1.35);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 44px 96px -52px rgba(120,70,55,.5), inset 0 1px 0 rgba(255,255,255,.6);
}
.pdp-stage__glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, var(--accent, #f2c8a8) 0%, transparent 60%); opacity: .5; }
.pdp-stage__ring { position: absolute; top: 50%; left: 50%; width: 360px; height: 360px; transform: translate(-50%,-50%); }
.pdp-stage__img { position: absolute; inset: 11%; z-index: 2; background-size: contain; background-repeat: no-repeat; background-position: center; filter: drop-shadow(0 26px 36px rgba(90,50,40,.28)); }
.pdp-stage .pdp-heart, .pdp-stage .pdp-size { z-index: 3; }

.pdp-rating { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-size: 14px; }
.pdp-rating span:first-child { color: #d9a94a; letter-spacing: 2px; }
.pdp-rating span:last-child { color: var(--muted); }

.pdp-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; list-style: none; padding: 0; }
.pdp-trust li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #4a4a4a; background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.7); border-radius: 14px; padding: 12px 14px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.pdp-trust svg { color: var(--rose-500); flex: none; }

.pdp-details { margin-top: 30px; border-top: none; background: rgba(255,255,255,.5); -webkit-backdrop-filter: blur(18px) saturate(1.3); backdrop-filter: blur(18px) saturate(1.3); border: 1px solid rgba(255,255,255,.7); border-radius: 24px; padding: 4px 24px; box-shadow: 0 34px 76px -52px rgba(120,70,55,.5); }

.active-card { padding: 32px; border-radius: 26px; height: 100%; }
.active-num { font-family: 'Dancing Script', cursive; font-size: 42px; color: var(--rose-400); line-height: 1; }
.active-card h3 { font-size: 22px; font-weight: 700; margin-top: 8px; color: var(--ink); }
.active-card p { font-size: 14px; line-height: 1.65; color: #5a4a44; margin-top: 8px; }

@media (max-width: 900px) { .pdp-stage { min-height: 440px; } .pdp-stage__ring { width: 270px; height: 270px; } }
@media (max-width: 480px) { .pdp-trust { grid-template-columns: 1fr; } }
