/* ============================================================
   INSPERO product detail — "Atelier stage" layout.
   Black #010001 / Gold #DCAE30 · Cormorant Garamond + Jost.
   Full-bleed stage → numbered dossier band → editorial verdict.
   Pairs with inspero-theme.css / inspero-motion.css (loaded after).
   ============================================================ */

.material-symbols-outlined {
  font-size: 24px;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: var(--ins-gold);
  color: var(--ins-on-gold);
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   01 · IMMERSIVE STAGE — full-bleed 55/45 split, no card boxes
   ============================================================ */

.atelier-page {
  /* the page owns its own rhythm; sections break out as needed */
  overflow-x: clip;
}

.atelier-stage {
  /* break out of <main>'s px-4/md:px-8 padding to true full-bleed */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -1.5rem; /* swallow main's pt-6 so the stage meets the header */
  display: grid;
  grid-template-columns: 55fr 45fr;
  min-height: 88vh;
  background: var(--ins-black);
  border-bottom: 1px solid var(--ins-line);
}

/* ---------- LEFT · the black stage ---------- */

.stage-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88vh;
  background:
    radial-gradient(120% 90% at 50% 100%, rgba(220, 174, 48, 0.10), transparent 55%),
    var(--ins-black);
}

/* huge radial gold halo behind the bottle */
.stage-halo {
  position: absolute;
  left: 50%;
  bottom: -12%;
  width: min(70vw, 780px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 55%,
    rgba(220, 174, 48, 0.34) 0%,
    rgba(220, 174, 48, 0.14) 34%,
    rgba(220, 174, 48, 0.05) 55%,
    transparent 72%);
  filter: blur(6px);
  pointer-events: none;
}

/* giant outlined serif watermark, running vertically on the stage */
.stage-watermark {
  position: absolute;
  top: 50%;
  right: clamp(-1.5rem, -1vw, 0rem);
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(3.4rem, 9vw, 8.5rem);
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(220, 174, 48, 0.22);
  opacity: 0.55;
  user-select: none;
  pointer-events: none;
}

/* parallax wrapper (inspero-motion.js writes transform here) */
.stage-parallax {
  position: relative;
  z-index: 2;
  will-change: transform;
}

/* the bottle — no card box, just presence + glow; .ins-float drifts it */
.main-image-frame {
  position: relative;
  width: clamp(260px, 26vw, 440px);
}

.main-image-frame img {
  width: 100%;
  height: auto;
  max-height: 66vh;
  object-fit: contain;
  display: block;
  border-radius: 6px;
  filter: drop-shadow(0 50px 80px rgba(0, 0, 0, 0.85))
          drop-shadow(0 24px 60px rgba(220, 174, 48, 0.18));
}

/* soft reflection line under the bottle */
.main-image-frame::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -26px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(50% 100% at 50% 50%, rgba(220, 174, 48, 0.30), transparent 75%);
  filter: blur(4px);
  pointer-events: none;
}

/* ---------- Thumbnail rail — minimal gold-ring chips on the stage edge ---------- */

.stage-rail {
  position: absolute;
  left: clamp(14px, 2.4vw, 36px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stage-rail .thumbnail {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid var(--ins-line);
  background: rgba(1, 0, 1, 0.55);
  overflow: hidden;
  cursor: pointer;
  outline: none;
  opacity: 0.6;
  transition: border-color .35s ease, box-shadow .35s ease,
              opacity .35s ease, transform .35s cubic-bezier(.16, 1, .3, 1);
}

.stage-rail .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.stage-rail .thumbnail:hover {
  opacity: 1;
  border-color: var(--ins-gold);
  transform: scale(1.06);
}

.stage-rail .thumbnail.active {
  opacity: 1;
  border-color: var(--ins-gold);
  box-shadow: 0 0 0 1px var(--ins-gold), 0 0 22px rgba(220, 174, 48, 0.35);
}

/* ---------- RIGHT · flat editorial info column ---------- */

.stage-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.6rem, 5vw, 5rem);
  border-left: 1px solid var(--ins-line-soft);
}

.stage-eyebrow {
  margin: 0;
}
/* breadcrumb-style eyebrow: leading hairline only */
.stage-eyebrow.ins-eyebrow::after { display: none; }

.stage-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  font-weight: 600;
  line-height: 1.04;
  color: var(--ins-text);
  margin: 0;
}

/* compact rating row under the title (links to The Verdict) */
.stage-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  width: fit-content;
}
.stage-rating-text {
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--ins-muted);
  transition: color .25s ease;
}
.stage-rating:hover .stage-rating-text { color: var(--ins-gold); }

/* gold hairline between identity and commerce */
.stage-rule {
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, var(--ins-gold-deep), rgba(220, 174, 48, 0.08));
}

/* ---------- Price ---------- */

.stage-price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}

.price-currency {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .26em;
  color: var(--ins-muted);
}

.price-amount {
  /* Jost with lining numerals — Cormorant's old-style figures made
     "1231" read like "I23I". Standard, legible price display. */
  font-family: 'Jost', sans-serif;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: clamp(1.9rem, 2.6vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ins-gold);
  line-height: 1;
}

.price-original {
  font-family: 'Jost', sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 15px;
  color: var(--ins-muted);
  text-decoration: line-through;
}

.price-discount { display: inline-flex; align-items: center; }

.discount-pill {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: rgba(220, 174, 48, 0.14);
  border: 1px solid var(--ins-line);
  color: var(--ins-gold-bright);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  padding: 4px 12px;
  border-radius: 999px;
}
.discount-pill .material-symbols-outlined { font-size: 15px; width: 15px; height: 15px; }

/* ---------- Rating stars (shared shapes, also used by details.js renders) ---------- */

.rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.rating-star,
.rating-star-shape {
  --star-size: 18px;
  width: var(--star-size);
  height: var(--star-size);
  display: inline-block;
  background: rgba(220, 174, 48, 0.22);
  clip-path: polygon(50% 0%, 63% 35%, 100% 38%, 72% 60%, 82% 100%, 50% 78%, 18% 100%, 28% 60%, 0% 38%, 37% 35%);
  transition: background 0.25s ease, transform 0.25s ease;
}
.rating-star-shape { --star-size: 26px; }

.rating-star.filled,
.rating-star-shape.filled {
  background: linear-gradient(135deg, var(--ins-gold-bright), var(--ins-gold));
}
.rating-star.half {
  background: linear-gradient(90deg, var(--ins-gold) 0%, var(--ins-gold) 50%, rgba(220, 174, 48, 0.22) 50%, rgba(220, 174, 48, 0.22) 100%);
}

.rating-link {
  font-size: 14px;
  color: var(--ins-muted);
  text-decoration: none;
  transition: color .2s ease;
}
.rating-link:hover { color: var(--ins-gold); }

/* ---------- Size chips — horizontal row of gold-outline pills ---------- */

.stage-sizes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stage-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--ins-gold);
  text-transform: uppercase;
  letter-spacing: 0.32em;
}

.size-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.size-option {
  border: 1px solid var(--ins-line);
  border-radius: 999px;
  background: transparent;
  color: var(--ins-text);
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .06em;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: border-color .35s ease, color .35s ease, background .35s ease,
              box-shadow .35s ease, transform .35s cubic-bezier(.16, 1, .3, 1);
}

.size-option:hover {
  border-color: var(--ins-gold);
  color: var(--ins-gold-bright);
  transform: translateY(-2px);
}

.size-option.selected {
  border-color: var(--ins-gold);
  background: linear-gradient(135deg, var(--ins-gold-bright), var(--ins-gold) 55%, var(--ins-gold-deep));
  color: var(--ins-on-gold);
  font-weight: 600;
  box-shadow: 0 12px 26px -14px rgba(220, 174, 48, .6);
  transform: translateY(-1px);
}

/* ---------- Out of stock / already in cart (JS toggles inline display) ---------- */

.out-of-stock-message {
  padding: 1rem 1.2rem;
  background: rgba(120, 30, 30, 0.22);
  border: 1px solid rgba(231, 76, 60, 0.4);
  border-radius: 14px;
}
.out-of-stock-message p {
  color: #ff9d9d;
  font-weight: 600;
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.out-of-stock-message .material-symbols-outlined { color: #ff9d9d; }

.already-in-cart-message {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(220, 174, 48, 0.07);
  border: 1px solid var(--ins-line);
  border-radius: 16px;
}

.already-in-cart-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(46, 160, 90, 0.16);
  color: #7fd7a1;
}
.already-in-cart-icon .material-symbols-outlined {
  font-size: 24px;
  font-variation-settings: 'FILL' 1;
}

.already-in-cart-body { flex: 1 1 auto; min-width: 0; }

.already-in-cart-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ins-text) !important;
}

.already-in-cart-sub {
  margin: 2px 0 12px;
  font-size: 14px;
  color: var(--ins-muted) !important;
}

.already-in-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.already-in-cart-actions .aic-btn {
  flex: 1 1 0;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 11px 16px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s ease,
              border-color .3s ease, background .3s ease;
}
.already-in-cart-actions .aic-btn .material-symbols-outlined { font-size: 18px; }

.aic-btn-primary {
  background: linear-gradient(135deg, var(--ins-gold-bright), var(--ins-gold) 55%, var(--ins-gold-deep));
  color: var(--ins-on-gold) !important;
  border: none;
  box-shadow: 0 12px 26px -14px rgba(220, 174, 48, .55);
}
.aic-btn-primary:hover { transform: translateY(-2px); filter: brightness(1.08); }

.aic-btn-ghost {
  background: transparent;
  color: var(--ins-gold) !important;
  border: 1px solid var(--ins-gold);
}
.aic-btn-ghost:hover {
  background: rgba(220, 174, 48, 0.12);
  transform: translateY(-2px);
}

/* ---------- Purchase controls ---------- */

.purchase-controls {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* minimal gold qty stepper */
.quantity-field {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ins-line);
  border-radius: 999px;
  padding: 4px;
  max-width: 160px;
  background: var(--ins-surface-2);
  transition: border-color .3s ease, box-shadow .3s ease;
}
.quantity-field:hover,
.quantity-field:focus-within {
  border-color: var(--ins-gold);
  box-shadow: 0 0 0 1px rgba(220, 174, 48, 0.35);
}

.quantity-step {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ins-gold);
  cursor: pointer;
  outline: none;
  transition: background .25s ease, transform .2s ease;
}
.quantity-step:hover { background: rgba(220, 174, 48, 0.14); }
.quantity-step:active { transform: scale(.9); }
.quantity-step .material-symbols-outlined { font-size: 20px; }

.purchase-controls .quantity-input,
.quantity-field .quantity-input {
  width: 48px;
  border: none !important;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--ins-text) !important;
  background: transparent !important;
  box-shadow: none !important;
  -moz-appearance: textfield;
}
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.primary-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* CTAs — ins-btn classes supply gold + shimmer; make them full-width */
.cta-button {
  width: 100%;
  flex: 1 1 auto;
}
.cta-button .material-symbols-outlined { font-size: 20px; }

.wishlist-toggle {
  align-self: flex-start;
  border: 1px solid var(--ins-line);
  background: var(--ins-surface-2);
  color: #f43f5e;
  border-radius: 999px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), border-color .3s ease, box-shadow .3s ease;
}
.wishlist-toggle:hover {
  transform: translateY(-2px);
  border-color: var(--ins-gold);
  box-shadow: 0 10px 24px -14px rgba(220, 174, 48, .5);
}
.wishlist-toggle:active { transform: scale(.92); }

/* ---------- Meta / share (flat, hairline separated) ---------- */

.stage-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: var(--ins-muted);
  border-top: 1px solid var(--ins-line-soft);
  padding-top: 16px;
}

.meta-row { display: flex; justify-content: space-between; gap: 16px; }
.meta-label {
  font-weight: 600;
  color: var(--ins-gold);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.meta-value { color: var(--ins-text); }

.share-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--ins-line-soft);
  padding-top: 18px;
}

.share-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.share-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ins-gold);
}

.share-actions { display: inline-flex; gap: 12px; }

.share-actions a {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--ins-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ins-muted);
  transition: background .3s ease, border-color .3s ease, color .3s ease,
              transform .3s cubic-bezier(.16, 1, .3, 1);
}
.share-actions a:hover {
  background: rgba(220, 174, 48, 0.12);
  border-color: var(--ins-gold);
  color: var(--ins-gold-bright);
  transform: translateY(-2px);
}
.share-actions a .material-symbols-outlined { font-size: 18px; }

.shipping-info-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--ins-muted);
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  margin-left: auto;
}
.shipping-info-link .material-symbols-outlined { font-size: 18px; }
.shipping-info-link:hover {
  color: var(--ins-gold-bright);
  border-color: var(--ins-line);
  background: rgba(220, 174, 48, 0.08);
}

/* ============================================================
   02 · DOSSIER BAND — numbered full-width rows, gold hairlines
   ============================================================ */

.dossier {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    linear-gradient(180deg, rgba(220, 174, 48, 0.03), transparent 40%),
    var(--ins-black);
  border-bottom: 1px solid var(--ins-line);
}

.dossier-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(1.6rem, 4vw, 3.4rem) clamp(1rem, 4vw, 2rem);
}

.dossier-row {
  border-bottom: 1px solid var(--ins-line);
}
.dossier-row:last-child { border-bottom: none; }

/* trigger: outlined serif number · title · rotating + icon */
.accordion-trigger.dossier-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.6rem);
  padding: clamp(1.4rem, 3vw, 2.2rem) 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: padding-left .45s cubic-bezier(.16, 1, .3, 1);
}
.accordion-trigger.dossier-trigger:hover { padding-left: 10px; }

.dossier-number {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(220, 174, 48, 0.5);
  transition: -webkit-text-stroke-color .35s ease, color .35s ease;
  min-width: 2ch;
}
.accordion-trigger.dossier-trigger:hover .dossier-number,
.accordion-trigger[aria-expanded="true"] .dossier-number {
  color: var(--ins-gold);
  -webkit-text-stroke: 1px var(--ins-gold);
}

.dossier-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.dossier-kicker {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 600;
  color: var(--ins-text);
  line-height: 1.1;
  transition: color .3s ease;
}
.accordion-trigger.dossier-trigger:hover .dossier-kicker,
.accordion-trigger[aria-expanded="true"] .dossier-kicker { color: var(--ins-gold-bright); }

.dossier-sub {
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ins-muted);
}

/* rotating +/− icon (details.js swaps add/remove glyphs) */
.accordion-toggle-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--ins-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ins-muted);
  transition: transform .5s cubic-bezier(.16, 1, .3, 1),
              color .3s ease, border-color .3s ease, background .3s ease;
}
.accordion-trigger:hover .accordion-toggle-icon {
  color: var(--ins-gold);
  border-color: var(--ins-gold);
}
.accordion-trigger[aria-expanded="true"] .accordion-toggle-icon {
  transform: rotate(225deg);
  color: var(--ins-on-gold);
  background: var(--ins-gold);
  border-color: var(--ins-gold);
}

/* Smooth open/close: [hidden] is overridden so max-height can animate.
   details.js only flips the hidden attribute — no JS changes needed. */
.accordion-panel {
  display: block;
  overflow: hidden;
  max-height: 900px;
  opacity: 1;
  color: var(--ins-muted);
  font-size: 14px;
  line-height: 1.7;
  transition: max-height .55s cubic-bezier(.16, 1, .3, 1),
              opacity .4s ease .1s,
              padding .45s cubic-bezier(.16, 1, .3, 1);
}
.accordion-panel[hidden] {
  display: block;
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height .45s cubic-bezier(.16, 1, .3, 1),
              opacity .25s ease,
              padding .4s cubic-bezier(.16, 1, .3, 1);
}

.dossier-panel {
  padding: 0 0 clamp(1.6rem, 3vw, 2.4rem) calc(2ch + clamp(1.2rem, 3vw, 2.6rem));
}

.dossier-description { max-width: 62ch; margin-bottom: 14px; }
.dossier-description p { color: var(--ins-muted); margin: 0 0 10px; }

.delivery-copy { margin: 0; max-width: 62ch; }

/* DB description content (may carry its own feature lists) */
.accordion-panel .product-features,
.product-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-panel .product-features li,
.product-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  color: var(--ins-muted);
  font-size: 14px;
  line-height: 1.6;
}
.accordion-panel .product-features li .material-symbols-outlined,
.product-features li .material-symbols-outlined {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ins-gold);
  font-size: 20px;
}

.accordion-panel .intensity-metrics {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  padding: 10px 0;
}

.metric-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.metric-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid var(--ins-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(220, 174, 48, 0.08);
  box-shadow: 0 0 0 6px rgba(220, 174, 48, 0.06);
  transition: box-shadow .4s ease, transform .4s cubic-bezier(.16, 1, .3, 1);
}
.metric-item:hover .metric-icon {
  transform: translateY(-3px);
  box-shadow: 0 0 0 10px rgba(220, 174, 48, 0.1);
}

.metric-icon .material-symbols-outlined {
  font-size: 34px;
  color: var(--ins-gold);
}

.metric-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ins-text);
}

.accordion-panel .personality-tags {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 10px 0;
}

.personality-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ins-text);
  border: 1px solid var(--ins-line-soft);
  border-radius: 999px;
  padding: 6px 16px;
  transition: border-color .3s ease, background .3s ease;
}
.personality-tag:hover {
  border-color: var(--ins-line);
  background: rgba(220, 174, 48, 0.07);
}
.personality-tag .material-symbols-outlined {
  font-size: 22px;
  color: var(--ins-gold);
}

/* ---------- Shipping note (anchor target) ---------- */

.shipping-info-note {
  max-width: 1200px;
  margin: 24px auto;
  padding: 14px 22px;
  border-radius: 0;
  border: none;
  border-left: 2px solid var(--ins-gold);
  background: linear-gradient(90deg, rgba(220, 174, 48, 0.06), transparent 70%);
  color: var(--ins-muted);
  font-size: 14px;
  scroll-margin-top: 120px;
}
.shipping-info-note strong { color: var(--ins-gold); font-weight: 600; }

/* ---------- Generic buttons (review form, cart-success modal) ---------- */

.button {
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s ease, filter .3s ease;
  text-align: center;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.button-primary {
  background: linear-gradient(135deg, var(--ins-gold-bright), var(--ins-gold) 55%, var(--ins-gold-deep));
  color: var(--ins-on-gold);
  box-shadow: 0 12px 26px -14px rgba(220, 174, 48, .55);
}
.button-primary:hover { transform: translateY(-2px); filter: brightness(1.08); }

.button-secondary {
  background: transparent;
  color: var(--ins-gold);
  border: 1px solid var(--ins-gold);
}
.button-secondary:hover { background: rgba(220, 174, 48, 0.12); transform: translateY(-2px); }

/* ============================================================
   03 · THE VERDICT — editorial reviews spread
   ============================================================ */

.verdict {
  max-width: 1200px;
  margin: clamp(2.5rem, 6vw, 4.5rem) auto clamp(2rem, 5vw, 3.5rem);
  padding: 0 4px;
  scroll-margin-top: 100px;
}

.verdict-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.verdict-title { margin: 0; }

/* score column (left) + reviews spread (right) */
.verdict-board {
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr;
  gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: start;
}

.verdict-score-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: sticky;
  top: 110px;
}

/* huge serif number + stars — details.js updates all three ids inside */
.verdict-score {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-left: 18px;
  border-left: 2px solid var(--ins-gold);
}
.verdict-score.no-reviews { opacity: 0.6; }

.verdict-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.6rem, 7vw, 6rem);
  font-weight: 600;
  line-height: 0.9;
  color: var(--ins-text);
}

/* ---------- Review form: flat gold-hairline panel ---------- */

.review-form-container {
  background: transparent;
  border: 1px solid var(--ins-line);
  border-radius: 2px;
  padding: 26px;
  margin-bottom: 30px;
  animation: insReviewFormIn .45s cubic-bezier(.16, 1, .3, 1);
}
@keyframes insReviewFormIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

.review-form-container h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--ins-text);
  margin-bottom: 20px;
}

.rating-input { margin-bottom: 20px; }
.rating-input label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ins-gold);
  margin-bottom: 10px;
  display: block;
}

.star-rating { display: flex; gap: 6px; }

.star-icon {
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(.16, 1, .3, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.star-icon:focus-visible {
  outline: 2px solid var(--ins-gold);
  outline-offset: 2px;
  border-radius: 4px;
}
.star-icon:hover { transform: scale(1.18) rotate(-4deg); }

.star-icon .rating-star-shape { transition: background 0.25s ease, transform 0.25s ease; }
.star-icon.is-active .rating-star-shape,
.star-icon:hover .rating-star-shape {
  background: linear-gradient(135deg, var(--ins-gold-bright), var(--ins-gold));
}

.comment-input { margin-bottom: 20px; }
.comment-input label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ins-gold);
  margin-bottom: 8px;
  display: block;
}
.comment-input textarea {
  width: 100%;
  padding: 14px;
  border-radius: 2px;
  font-size: 14px;
  resize: vertical;
  min-height: 100px;
}

.form-actions { display: flex; gap: 12px; }
.form-actions .button { padding: 11px 22px; }

/* Login prompt */
.login-prompt {
  border: 1px dashed var(--ins-line);
  border-radius: 2px;
  background: transparent;
  padding: 34px 20px;
  text-align: center;
  margin-bottom: 30px;
}
.login-prompt p {
  margin: 0 0 16px 0;
  color: var(--ins-muted);
  font-size: 15px;
}
.login-prompt-btn {
  display: inline-block;
  background: transparent;
  color: var(--ins-gold);
  border: 1px solid var(--ins-gold);
  padding: 12px 32px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s ease, transform .3s cubic-bezier(.16, 1, .3, 1);
}
.login-prompt-btn:hover {
  background: rgba(220, 174, 48, 0.12);
  transform: translateY(-2px);
  text-decoration: none;
}

/* ---------- Reviews: masonry-ish column spread ---------- */

.reviews-list {
  columns: 2;
  column-gap: 22px;
}
@media (min-width: 1280px) {
  .reviews-list { columns: 3; }
}

.review-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display: block;
  width: 100%;
  background: var(--ins-surface);
  border: 1px solid var(--ins-line-soft);
  border-top: 2px solid var(--ins-gold-deep);
  border-radius: 2px;
  padding: 22px;
  margin: 0 0 22px;
  box-shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.9);
  transition: border-color .4s ease, transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s ease;
}
.review-item:hover {
  border-color: rgba(220, 174, 48, 0.5);
  border-top-color: var(--ins-gold);
  transform: translateY(-3px);
  box-shadow: 0 26px 50px -26px rgba(220, 174, 48, .22);
}

.review-item.own-review {
  border-color: var(--ins-gold);
  border-top-color: var(--ins-gold);
  box-shadow: 0 0 0 1px rgba(220, 174, 48, .3), 0 24px 60px -30px rgba(0, 0, 0, 0.9);
}

.review-item .review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.reviewer-info { display: flex; flex-direction: column; gap: 4px; }

.reviewer-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--ins-text);
}

.review-date { font-size: 12px; color: var(--ins-muted); letter-spacing: .08em; }

.review-rating { display: flex; gap: 2px; }
.review-rating .rating-star { font-size: 0; }

.review-comment {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ins-muted);
  margin-top: 12px;
}

.no-reviews {
  break-inside: avoid;
  border: 1px dashed var(--ins-line);
  border-radius: 2px;
  background: transparent;
  padding: 44px;
  text-align: center;
}
.no-reviews p { color: var(--ins-muted); font-size: 15px; margin: 0; }

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

/* ============================================================
   Sticky mobile add-to-cart — gold-glass bar
   (details.js drives .show/.hide + inline display)
   ============================================================ */

.sticky-cart-mobile {
  display: none;
  position: fixed;
  bottom: 70px;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(180deg, rgba(220, 174, 48, 0.16), rgba(220, 174, 48, 0.08)),
              rgba(1, 0, 1, 0.72);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border-top: 1px solid rgba(220, 174, 48, 0.45);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(232, 200, 96, 0.25);
  z-index: 30;
  transform: translateY(150%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}
.sticky-cart-mobile.show { transform: translateY(0); opacity: 1; pointer-events: auto; }
.sticky-cart-mobile.hide { transform: translateY(150%); opacity: 0; pointer-events: none; }

.sticky-cart-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--ins-gold-bright), var(--ins-gold) 55%, var(--ins-gold-deep));
  color: var(--ins-on-gold);
  border: none;
  border-radius: 999px;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 30px -14px rgba(220, 174, 48, 0.6);
  transition: transform 0.2s ease, filter .2s ease;
}
.sticky-cart-btn:active { transform: scale(0.98); }
.sticky-cart-btn:hover { filter: brightness(1.08); }
.sticky-cart-btn .material-symbols-outlined { font-size: 22px; }

/* ============================================================
   Responsive — the stage stacks on tablet/mobile
   ============================================================ */

@media (max-width: 1024px) {
  .atelier-stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .stage-visual { min-height: 62vh; }
  .stage-info {
    border-left: none;
    border-top: 1px solid var(--ins-line-soft);
    justify-content: flex-start;
  }
  .verdict-board { grid-template-columns: 1fr; }
  .verdict-score-col {
    position: static;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .atelier-stage { margin-top: -1.5rem; }

  .stage-visual { min-height: 60vh; }

  .stage-watermark {
    font-size: clamp(2.4rem, 12vw, 4rem);
    right: -0.6rem;
    opacity: 0.4;
  }

  .stage-halo { width: 120vw; bottom: -20%; }

  .main-image-frame { width: min(66vw, 300px); }
  .main-image-frame img { max-height: 46vh; }

  /* rail becomes a horizontal strip along the stage's bottom edge */
  .stage-rail {
    left: 50%;
    top: auto;
    bottom: 14px;
    transform: translateX(-50%);
    flex-direction: row;
    max-width: calc(100vw - 24px);
    overflow-x: auto;
    padding: 4px;
    gap: 10px;
    scrollbar-width: none;
  }
  .stage-rail::-webkit-scrollbar { display: none; }
  .stage-rail .thumbnail { width: 48px; height: 48px; }

  .stage-info { padding: 1.8rem 1.2rem 2.2rem; gap: 18px; }
  .stage-title { font-size: clamp(2.1rem, 9vw, 2.6rem); }

  .accordion-trigger.dossier-trigger { gap: 1rem; }
  .accordion-toggle-icon { width: 36px; height: 36px; }
  .accordion-toggle-icon.material-symbols-outlined { font-size: 20px; }
  .dossier-panel { padding-left: 0; }
  .accordion-panel .intensity-metrics { gap: 30px; justify-content: center; }
  .metric-icon { width: 66px; height: 66px; }
  .metric-icon .material-symbols-outlined { font-size: 30px; }
  .accordion-panel .personality-tags { gap: 12px; }

  .shipping-info-note { margin: 16px 4px 20px; font-size: 13px; }

  .reviews-list { columns: 1; }
  .verdict-number { font-size: 3.2rem; }
  .form-actions { flex-direction: column; }
  .form-actions .button { width: 100%; }
  .review-item .review-header { flex-direction: column; gap: 10px; }

  .sticky-cart-mobile { display: block; }
}
