  :root {
    --ink: #1a1208; --ink-light: #4a3a20; --ink-muted: #8a7a60;
    --gold: #c8962a; --gold-light: #e8c96a; --gold-pale: #fdf6e3; --gold-deep: #9a6a10;
    --red: #8b1a1a; --red-light: #c0392b;
    --bg: #fdf8f0; --card-bg: #fffdf5; --border: #e8d9b8; --border-dark: #c8b890;
    --wood: #2d6a4f; --fire: #c0392b; --earth: #c49a2a; --metal: #7f8c8d; --water: #1a4a7a;
    --section-max: 1480px; --body-max: 740px; --pdp-content-max: 1380px;
    /* Hero keeps its own contained width — it does not track the wider
       page container above, so widening the page doesn't inflate the
       hero image; only the below-fold sections use the extra room. */
    --hero-max: 1200px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif; background: var(--bg); color: var(--ink); min-height: 100vh; line-height: 1.6; }

  /* ===== Global Typography ===== */
  h1, h2 { font-family: "Cinzel", "Playfair Display", serif; font-weight: 400; }
  h3, h4, h5, h6 { font-family: "Cinzel", "Playfair Display", serif; font-weight: 500; }
  .section-headline { font-family: "Cinzel", "Playfair Display", serif !important; font-weight: 400 !important; font-size: 32px; color: #1A1A1A; letter-spacing: 0.02em; margin-bottom: 24px; }
  .section-eyebrow { font-family: "Inter", sans-serif !important; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 12px; font-weight: 500; }
  p, li, span, div, a, label, button, input, textarea, select { font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.6; }
  .story-narrative { font-family: "Lora", "Georgia", serif !important; }

  /* ===== Unified Below-Fold Container ===== */
  .pdp-below-fold-section {
    max-width: var(--pdp-content-max);
    margin: 0 auto;
    padding: 0 24px;
  }

  /* ===== Navbar ===== */
  .navbar { display: flex; align-items: center; justify-content: space-between; padding: 0 40px; height: 64px; background: var(--ink); position: sticky; top: 0; z-index: 200; border-bottom: 1px solid rgba(200,150,42,0.2); }
  .navbar-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .navbar-logo { font-size: 22px; color: var(--gold-light); letter-spacing: 5px; font-variant: small-caps; font-weight: 400; }
  .navbar-links { display: flex; align-items: center; gap: 32px; }
  .navbar-links a { color: #b8a878; text-decoration: none; font-size: 13px; letter-spacing: 1.5px; transition: color 0.2s; }
  .navbar-links a:hover { color: var(--gold-light); }
  .navbar-cta { background: var(--gold); color: var(--ink) !important; padding: 8px 20px; border-radius: 6px; font-weight: 600; font-size: 12.5px !important; letter-spacing: 1px !important; }
  .navbar-cta:hover { background: var(--gold-light) !important; }
  .navbar-mobile-btn { display: none; background: none; border: none; color: var(--gold-light); font-size: 24px; cursor: pointer; padding: 4px; }
  .nav-cart { position: relative; display: inline-flex; align-items: center; gap: 4px; color: #b8a878; text-decoration: none; font-size: 13px; transition: color 0.2s; }
  .nav-cart:hover { color: var(--gold-light); }
  .nav-cart-badge { position: absolute; top: -8px; right: -12px; background: var(--red-light); color: #fff; font-size: 10px; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
  @media (max-width: 680px) {
    .navbar { padding: 0 20px; }
    .navbar-links { display: none; position: fixed; top: 64px; left: 0; right: 0; background: var(--ink); flex-direction: column; padding: 20px; gap: 16px; border-bottom: 1px solid rgba(200,150,42,0.2); z-index: 199; }
    .navbar-links.open { display: flex; }
    .navbar-mobile-btn { display: block; }
  }

  /* ===== Layout Wrappers ===== */
  .wrap-full { max-width: var(--section-max); margin: 0 auto; padding: 0 40px; }
  .wrap-body { max-width: var(--body-max); margin: 0 auto; padding: 0 40px; }
  .back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--gold); text-decoration: none; font-size: 13px; letter-spacing: 0.8px; margin: 28px 0 20px; transition: color 0.2s; }
  .back-link:hover { color: var(--gold-light); }

  /* ===== Section Gold Divider ===== */
  .gold-divider { height: 1px; background: linear-gradient(to right, transparent, var(--border-dark), transparent); margin: 52px 0; }
  .gold-divider-sm { height: 1px; background: var(--border); margin: 28px 0; }

  /* ═══════════════════════════════════════════
     SECTION 1 — HERO v6 (Left Gallery + Right Info)
     Left  = main image + thumbnail row below
     Right = product info panel (sticky)
  ═══════════════════════════════════════════ */

  /* ---- Gallery Container: Left-Right Split ----
     Left column ~13% narrower than before, right (info) column
     widened, both within the hero's own contained max-width so
     the wider page container elsewhere doesn't inflate the image. */
  .product-scroll-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 44px;
    max-width: var(--hero-max);
    margin: 0 auto;
    padding: 0 48px;
    align-items: start;
    margin-top: 56px;
  }

  /* ---- Left Column: Main Image + Thumbnails ----
     min-width: 0 overrides the grid item's default min-width:auto,
     which otherwise lets its content (the thumbnail row) force this
     column — and the whole page — wider than the viewport on mobile. */
  .gallery-left-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
  }

  /* Main Image Area — immersive fill
     aspect-ratio 16/17 (vs. the previous 4/5) is a further ~15% height
     reduction at the same column width, per feedback that the hero
     image still read as too tall. */
  .gallery-main-area {
    position: relative;
    background: var(--gold-pale);
    border-radius: 12px;
    overflow: hidden;
    cursor: zoom-in;
    min-height: 420px;
    aspect-ratio: 16 / 17;
  }
  .gallery-main-area img#gallery-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.25s;
  }
  /* Magnifier overlay */
  .gallery-magnifier {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
    font-size: 13px;
    color: var(--ink-muted);
    letter-spacing: 1px;
  }
  .gallery-main-area:hover .gallery-magnifier { opacity: 1; }

  /* ---- Thumbnail Row (below main image, horizontal) ----
     min-width: 0 + overflow-x: auto contain the strip within its own
     box: if 8 fixed-width, non-shrinking thumbnails don't fit the
     available width, they scroll horizontally in place instead of
     forcing the row (and the page) wider than the viewport. */
  .gallery-thumbs-col {
    display: flex;
    flex-direction: row;
    gap: 14px;
    height: fit-content;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gallery-thumb {
    width: 60px;
    height: 60px;
    border: 2px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: var(--gold-pale);
    transition: border-color 0.2s, opacity 0.2s;
    flex-shrink: 0;
  }
  .gallery-thumb:hover { border-color: var(--gold); opacity: 0.85; }
  .gallery-thumb.active { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
  .gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  /* ---- Right Column: Sticky Info Panel ---- */
  .gallery-right-col {
    position: sticky;
    top: 84px;
    height: fit-content;
  }

  /* Info panel */
  .sticky-panel {
    padding: 0;
    background: var(--bg);
  }
  .sticky-panel-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  /* ---- Breadcrumb ---- */
  .product-breadcrumb-nav { margin-bottom: 22px; }
  .product-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.6px;
    color: var(--ink-muted);
    gap: 0;
  }
  .product-breadcrumb-list li { display: inline-flex; align-items: center; }
  .product-breadcrumb-list li + li::before {
    content: '/';
    margin: 0 8px;
    color: var(--border-dark);
  }
  .product-breadcrumb-list a {
    color: var(--gold);
    text-decoration: none;
    transition: color 0.2s;
  }
  .product-breadcrumb-list a:hover { color: var(--gold-deep); }
  .product-breadcrumb-list li[aria-current="page"] { color: var(--ink-light); }

  .product-breadcrumb {
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 0.8px;
    margin-bottom: 22px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
  }
  .product-breadcrumb:hover { color: var(--gold-deep); }

  /* ---- Title ---- */
  .product-title-v4 {
    font-family: "Playfair Display", serif;
    font-size: 34px;
    font-weight: 400;
    color: var(--ink);
    letter-spacing: 0.8px;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .product-material-subtitle {
    font-size: 13px;
    color: var(--ink-light);
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  /* ---- Rating (above price) ---- */
  .product-rating-v4 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--ink-muted);
    margin-bottom: 12px;
  }
  .product-rating-v4 .stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; }
  .product-rating-v4 .review-link { color: var(--gold); cursor: pointer; text-decoration: underline; font-size: 12px; }
  .product-rating-v4 .review-link:hover { color: var(--gold-deep); }

  /* ---- Price (stronger after rating) ---- */
  .product-price-v4 {
    font-size: 22px;
    font-weight: 400;
    color: var(--ink-muted);
    letter-spacing: 0.3px;
    font-family: inherit;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
  }
  .product-price-v4 .price-current {
    color: var(--ink);
    font-weight: 600;
    font-size: 24px;
  }

  /* ---- Size Selector ---- */
  .size-section {
    margin-bottom: 28px;
  }
  .size-section-label {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--ink-light);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .size-section-label .selected-label {
    font-weight: 600;
    color: var(--ink);
    text-transform: none;
    letter-spacing: 0.3px;
    font-size: 13px;
  }
  .size-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .size-btn {
    padding: 11px 4px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    background: #fff;
    font-family: inherit;
    font-size: 13px;
    color: var(--ink);
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    line-height: 1.4;
  }
  .size-btn:hover { border-color: var(--gold); background: var(--gold-pale); }
  .size-btn.selected {
    border-color: var(--gold);
    background: var(--gold-pale);
    color: var(--ink);
    font-weight: 600;
    box-shadow: 0 0 0 1px var(--gold);
  }
  .size-btn .size-price {
    font-size: 10.5px;
    color: var(--ink-muted);
    margin-top: 2px;
  }
  .size-btn.selected .size-price { color: var(--ink-light); }

  /* ---- Add to Cart — the visual anchor of the purchase panel ---- */
  .add-to-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--ink);
    color: var(--gold-light);
    border: none;
    border-radius: 10px;
    padding: 20px 28px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s;
    letter-spacing: 0.5px;
    width: 100%;
    margin: 14px 0 32px;
  }
  .add-to-cart-btn:hover { background: #2a1a08; transform: translateY(-1px); }

  /* ---- Trust Badges (single inline row, divided) ---- */
  .trust-row-v4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 14px 0;
    border-top: 1px solid var(--border);
    margin-bottom: 4px;
  }
  .trust-item-v4 {
    font-size: 12px;
    color: var(--ink-light);
    letter-spacing: 0.2px;
    padding: 0 14px;
    border-left: 1px solid var(--border);
  }
  .trust-item-v4:first-child { padding-left: 0; border-left: none; }

  /* ---- Delivery estimate (static, no countdown) ---- */
  .delivery-estimate-line {
    font-size: 12.5px;
    color: var(--ink-muted);
    letter-spacing: 0.2px;
    margin-bottom: 4px;
  }

  /* ---- Energies This Piece Invites (tags/pills) ---- */
  .energy-tags-section {
    margin-bottom: 22px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
  }
  .energy-tags-heading {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--ink-light);
    margin-bottom: 10px;
  }
  .energy-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .energy-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--gold-pale);
    border: 1px solid rgba(200,150,42,0.25);
    color: var(--ink);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .energy-tag-pill .et-icon { font-size: 13px; }

  /* ---- Zoom Modal ---- */
  .gallery-zoom-modal { position: fixed; inset: 0; z-index: 999; background: rgba(0,0,0,0.88); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
  .gallery-zoom-modal.open { opacity: 1; pointer-events: auto; }
  .gallery-zoom-modal img { max-width: 88vw; max-height: 88vh; object-fit: contain; border-radius: 8px; }
  .gallery-zoom-close { position: absolute; top: 24px; right: 32px; width: 40px; height: 40px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #fff; font-size: 20px; transition: background 0.2s; }
  .gallery-zoom-close:hover { background: rgba(255,255,255,0.3); }

  /* ═══════════════════════════════════════════
     RESPONSIVE — Tablet & Mobile
  ═══════════════════════════════════════════ */

  @media (max-width: 840px) {
    .product-scroll-layout { grid-template-columns: minmax(0, 1fr) 320px; padding: 0 24px; gap: 24px; margin-top: 40px; }
    .gallery-thumb { width: 60px; height: 60px; }
    .gallery-thumbs-col { gap: 8px; }
    .gallery-main-area { min-height: 400px; }
    .sticky-panel-inner { max-width: 100%; }
    .product-title-v4 { font-size: 26px; }
    .size-grid { grid-template-columns: repeat(3, 1fr); }
  }

  @media (max-width: 768px) {
    .product-scroll-layout {
      grid-template-columns: minmax(0, 1fr);
      padding: 0 20px;
      gap: 20px;
      margin-top: 32px;
    }
    .gallery-thumbs-col {
      flex-direction: row;
      justify-content: flex-start;
      gap: 8px;
    }
    .gallery-thumb { width: 60px; height: 60px; }
    .gallery-main-area { height: 360px; min-height: 0; border-radius: 8px; aspect-ratio: auto; }
    .gallery-right-col {
      position: static;
    }
    .sticky-panel { padding: 0; }
    .sticky-panel-inner { max-width: 100%; }
    .product-title-v4 { font-size: 22px; }
    .product-material-subtitle { font-size: 12px; margin-bottom: 8px; }
    .product-price-v4 { font-size: 17px; }
    .product-price-v4 .price-current { font-size: 19px; }
    .size-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; }
    .size-btn { padding: 8px 2px; font-size: 12.5px; }
    .add-to-cart-btn { padding: 14px 20px; font-size: 14px; }
    .trust-item-v4 { font-size: 11px; padding: 0 10px; }
    .delivery-estimate-line { font-size: 12px; }
  }

  @media (max-width: 600px) {
    .sticky-panel { padding: 0; }
    .size-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 480px) {
    .product-scroll-layout { padding: 0 16px; margin-top: 24px; }
    .gallery-thumb { width: 52px; height: 52px; border-radius: 6px; }
    .gallery-thumbs-col { gap: 6px; }
    .gallery-main-area { height: 340px; }
    .size-grid { grid-template-columns: repeat(2, 1fr); }
    .product-breadcrumb-list { font-size: 11px; }
    .product-breadcrumb { font-size: 11px; }
  }

  /* ═══════════════════════════════════════════
     COLUMN BAND — Row 1: About This Piece | Product Details
                   Row 2: What Owners Say (full width)
     Desktop: two columns, Reviews spans both as its own row.
     Mobile (<=900px): collapses to a single stacked column in
     DOM order, so About -> Details -> Reviews reads top to bottom.
  ═══════════════════════════════════════════ */
  .pdp-columns-band {
    max-width: var(--pdp-content-max);
    margin: 64px auto 0;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 56px;
    align-items: start;
  }
  .pdp-columns-band .reviews-section-container {
    grid-column: 1 / -1;
  }
  @media (max-width: 900px) {
    .pdp-columns-band {
      grid-template-columns: 1fr;
      gap: 44px;
      margin-top: 48px;
    }
  }

  /* Sections nested in the band lose their own full-width chrome */
  .pdp-columns-band .details-section-v2,
  .pdp-columns-band .reviews-section-container,
  .pdp-columns-band .about-piece-section {
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  /* Tighten just the About This Piece -> Product Details gap on mobile
     (not the Details -> Reviews gap, which stays at the band's 44px).
     Grid `gap` is uniform across all rows, so this is a targeted
     pull-up on Details alone rather than a global gap change. Placed
     after the margin:0 reset above so it isn't overridden by it. */
  @media (max-width: 900px) {
    .pdp-columns-band .details-section-v2 {
      margin-top: -16px;
    }
  }
  .pdp-columns-band h2.section-headline,
  .pdp-columns-band .about-piece-title {
    font-size: 21px;
    margin-bottom: 18px;
  }

  /* ═══════════════════════════════════════════
     SECTION — About This Piece
  ═══════════════════════════════════════════ */
  .about-piece-title {
    font-family: "Cinzel", "Playfair Display", serif;
    font-weight: 500;
    color: #1A1A1A;
    letter-spacing: 0.02em;
  }
  .about-piece-body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #4A4A4A;
    margin: 0 0 24px 0;
  }
  .about-piece-features {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .about-piece-feature {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  /* Thin-line icons: gold stroke, no fill, via currentColor on the
     inline SVG. Sized to the 28-32px range. */
  .about-piece-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
    color: var(--gold);
  }
  .about-piece-feature-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .about-piece-feature-label {
    font-family: "Inter", sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #1A1A1A;
  }
  .about-piece-feature-caption {
    font-family: "Inter", sans-serif;
    font-size: 12.5px;
    line-height: 1.5;
    color: #767066;
  }

  /* Mobile: feature icons as a horizontal 3-column row instead of the
     desktop stacked list. */
  @media (max-width: 900px) {
    .about-piece-features {
      flex-direction: row;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      text-align: center;
    }
    .about-piece-feature { align-items: center; }
    .about-piece-feature-icon { margin-left: auto; margin-right: auto; }
  }

  /* ═══════════════════════════════════════════
     SECTION — Product Details v2 (Clean Accordion)
  ═══════════════════════════════════════════ */
  .details-section-v2 {
    max-width: var(--pdp-content-max);
    margin: 0 auto;
    padding: 64px 24px 72px;
    background: transparent;
  }
  .detail-accordion-list { margin-top: 28px; }

  .detail-acc-item {
    border-top: 1px solid #D9D5CE;
    cursor: pointer;
  }
  .detail-acc-item:last-of-type { border-bottom: 1px solid #D9D5CE; }

  .detail-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0;
    user-select: none;
    transition: opacity 0.2s;
  }
  .detail-acc-header:hover { opacity: 0.65; }
  .detail-acc-title {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #1A1A1A;
    letter-spacing: 0.01em;
  }
  .detail-acc-arrow {
    font-size: 16px;
    color: #888;
    transition: transform 0.3s ease;
  }
  .detail-acc-item.expanded .detail-acc-arrow {
    transform: rotate(180deg);
  }

  .detail-acc-body {
    display: none;
    padding: 0 0 36px 0;
    font-family: "Inter", sans-serif;
    font-size: 14.5px;
    line-height: 1.85;
    color: #555;
  }
  .detail-acc-item.expanded .detail-acc-body {
    display: block;
    animation: accordionFadeIn 0.35s ease;
  }
  .detail-acc-body strong { color: #1A1A1A; }

  /* Responsive: Details */
  @media (max-width: 768px) {
    .detail-acc-header { padding: 16px 0; }
    .detail-acc-title { font-size: 14px; }
    .detail-acc-body { font-size: 13px; padding: 0 0 18px 0; }
  }

  /* ═══════════════════════════════════════════
     SECTION — Collection Grid v2 (Product Cards)
  ═══════════════════════════════════════════ */
  .collection-section-v2 {
    max-width: var(--pdp-content-max);
    margin: 0 auto;
    padding: 100px 24px 150px;
    background: transparent;
  }
  .collection-inner-v2 { text-align: left; }
  .collection-header-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
  }
  .collection-header-row h2.section-headline { margin-bottom: 0; }
  .collection-view-all {
    font-size: 13px;
    color: var(--gold-deep);
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.2px;
  }
  .collection-view-all:hover { color: var(--gold); }

  .collection-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 100%;
    margin: 0 auto;
  }
  @media (max-width: 900px) {
    .collection-grid-v2 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  }
  /* Mobile: simple 2-column grid (inherited from the 900px rule above),
     not a horizontal carousel. */
  @media (max-width: 540px) {
    .crossell-card-body { padding: 12px 12px 16px; }
    .crossell-card-name { font-size: 13.5px; }
    .crossell-card-price { font-size: 14px; }
  }

  .crossell-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .crossell-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  }

  .crossell-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--gold-pale);
  }
  .crossell-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
  }
  .crossell-card:hover .crossell-card-img img {
    transform: scale(1.05);
  }

  .crossell-card-body {
    padding: 16px 16px 20px;
    text-align: left;
  }
  .crossell-card-el {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gold-dark);
    margin-bottom: 6px;
  }
  .crossell-card-name {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1.3;
    margin-bottom: 8px;
    /* 2-line clamp */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .crossell-card-price {
    font-size: 15px;
    font-weight: 600;
    color: #1A1A1A;
  }

  /* ═══════════════════════════════════════════
     SECTION — Reviews (Google Masonry Layout)
     3-column masonry grid with verified cards
  ═══════════════════════════════════════════ */
  .reviews-section-container {
    max-width: var(--pdp-content-max);
    margin: 40px auto 0;
    padding: 32px 24px 36px;
    background: #FBF9F4;
    border-radius: 12px;
  }
  .reviews-section-container--compact {
    margin-top: 36px;
    padding: 20px 24px 24px;
    border-radius: 10px;
  }
  .reviews-section-inner {
    max-width: 100%;
    margin: 0 auto;
  }

  /* Header row */
  .reviews-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 24px;
  }
  .reviews-header-row--compact {
    margin-bottom: 14px;
  }
  .reviews-section-title {
    margin-bottom: 0;
  }
  .reviews-section-container--compact .reviews-section-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .reviews-header-left {
    flex: 1;
  }
  .reviews-write-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    background: #1A1A1A;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
  }
  .reviews-write-btn:hover {
    background: #333;
  }
  .reviews-write-btn--subtle {
    padding: 0;
    background: transparent;
    color: var(--ink-muted, #8a7a60);
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .reviews-write-btn--subtle:hover {
    background: transparent;
    color: var(--ink-light, #4a3a20);
  }

  /* Review cards: equal-width grid, not masonry — cards are top-aligned
     and each sized to its own content, so a long review doesn't stretch
     or narrow its column. 3 columns desktop, 2 tablet, 1 mobile (see
     the mobile "See all reviews" collapse below, which is unchanged). */
  .reviews-masonry {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
  }
  .reviews-masonry--compact {
    display: block;
    max-width: none;
    width: 100%;
  }

  /* Note: individual review-card styling (padding, borders, etc.) lives
     in reviews.css (.review-card, .review-card-*) — that's the class
     ReviewCardUI actually renders. */

  /* Load More button */
  .reviews-loadmore-row {
    text-align: center;
    margin-top: 32px;
  }
  .reviews-loadmore-btn {
    display: inline-block;
    padding: 12px 32px;
    background: #1A1A1A;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
  }
  .reviews-loadmore-btn:hover {
    background: #333;
  }

  /* Responsive: Reviews */
  @media (max-width: 900px) {
    .reviews-masonry { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reviews-masonry--compact { display: block; }
    .reviews-section-container { padding: 28px 20px 32px; margin-top: 36px; }
    .reviews-section-container--compact { padding: 18px 20px 22px; margin-top: 32px; }
  }
  @media (max-width: 768px) {
    .reviews-section-container { padding: 24px 16px 28px; margin-top: 32px; border-radius: 0; }
    .reviews-section-container--compact { padding: 16px 16px 20px; margin-top: 28px; }
    .details-section-v2 { padding: 48px 16px 56px; }
    .reviews-header-row { flex-direction: column; gap: 12px; }
    .reviews-header-row--compact { flex-direction: row; gap: 0; }
    .reviews-write-btn:not(.reviews-write-btn--subtle) { align-self: flex-start; }

    /* Show only the first review; "See all reviews" reveals the rest. */
    .reviews-masonry { grid-template-columns: 1fr; }
    .reviews-masonry.reviews-collapsed-mobile .review-card:not(:first-child) {
      display: none;
    }
  }
  .reviews-mobile-seeall-row { display: none; text-align: center; margin-top: 20px; }
  @media (max-width: 768px) {
    .reviews-mobile-seeall-row { display: block; }
  }
  .reviews-mobile-seeall-btn {
    background: none;
    border: none;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: var(--ink-muted, #8a7a60);
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
  }
  .reviews-mobile-seeall-btn:hover { color: var(--ink-light, #4a3a20); }

  /* ═══════════════════════════════════════════
     Toast + Mobile Sticky Buy Bar
  ═══════════════════════════════════════════ */
  .toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%) translateY(100px);
    background: var(--ink);
    color: var(--gold-light);
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 0.3px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    z-index: 300;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease;
    border: 1px solid rgba(200,150,42,0.3);
    max-width: calc(100vw - 32px);
    text-align: center;
  }
  .toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }
  body.has-sticky-buy-bar .toast.show {
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-sticky-buy-bar {
    display: none;
  }

  @media (max-width: 768px) {
    .mobile-sticky-buy-bar {
      display: block;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 150;
      background: var(--bg);
      border-top: 1px solid var(--border);
      box-shadow: 0 -4px 24px rgba(26, 18, 8, 0.08);
      padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
      transform: translateY(100%);
      transition: transform 0.25s ease;
    }
    .mobile-sticky-buy-bar.is-visible {
      transform: translateY(0);
    }
    .sticky-buy-bar-inner {
      display: flex;
      align-items: center;
      gap: 12px;
      max-width: var(--section-max);
      margin: 0 auto;
    }
    .sticky-buy-bar-info {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 1;
      min-width: 0;
    }
    .sticky-buy-bar-thumb {
      width: 44px;
      height: 44px;
      border-radius: 8px;
      object-fit: cover;
      background: var(--gold-pale);
      flex-shrink: 0;
    }
    .sticky-buy-bar-text {
      min-width: 0;
      flex: 1;
    }
    .sticky-buy-bar-name {
      font-size: 13px;
      font-weight: 600;
      color: var(--ink);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.3;
    }
    .sticky-buy-bar-meta {
      font-size: 12px;
      color: var(--ink-muted);
      margin-top: 2px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .sticky-buy-bar-btn {
      flex-shrink: 0;
      background: var(--ink);
      color: var(--gold-light);
      border: none;
      border-radius: 8px;
      padding: 12px 16px;
      font-size: 13px;
      font-weight: 600;
      font-family: inherit;
      cursor: pointer;
      letter-spacing: 0.3px;
      white-space: nowrap;
    }
    .sticky-buy-bar-btn:active {
      background: #2a1a08;
    }
    body.has-sticky-buy-bar {
      padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    }
  }
