  :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: 1200px; --body-max: 740px; --pdp-content-max: 1100px;
  }
  * { 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; }
  }

  /* ===== Personalization Banner ===== */
  .persona-banner { background: linear-gradient(90deg, #0f0c06 0%, #1a1208 60%, #2a1a08 100%); border-bottom: 1px solid rgba(200,150,42,0.3); }
  .persona-banner-inner { max-width: var(--section-max); margin: 0 auto; padding: 11px 40px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .persona-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(200,150,42,0.15); border: 1px solid rgba(200,150,42,0.4); color: var(--gold-light); font-size: 12px; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; white-space: nowrap; }
  .persona-badge .badge-icon { font-size: 13px; }
  .persona-badge.match-strong { background: rgba(46, 125, 50, 0.18); border-color: rgba(76, 175, 80, 0.45); color: #c8e6c9; }
  .persona-badge.match-supportive { background: rgba(21, 101, 192, 0.18); border-color: rgba(66, 165, 245, 0.45); color: #bbdefb; }
  .persona-badge.match-general { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.22); color: rgba(255, 255, 255, 0.78); }

  /* ===== Chart Context Personalization (Product Page) ===== */
  .chart-fit-section {
    max-width: var(--section-max);
    margin: 0 auto;
    padding: 28px 40px 0;
  }
  .chart-fit-card {
    border: 1px solid rgba(200, 150, 42, 0.28);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(26, 18, 8, 0.55) 0%, rgba(15, 12, 6, 0.85) 100%);
    padding: 22px 24px;
  }
  .chart-fit-card.match-general {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
  }
  .chart-fit-eyebrow {
    font-size: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
  }
  .chart-fit-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--ink);
    margin: 0 0 10px;
    line-height: 1.35;
  }
  .chart-fit-body {
    font-size: 14px;
    line-height: 1.65;
    color: var(--ink-muted);
    margin: 0;
  }
  .chart-fit-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
  }
  .chart-fit-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    letter-spacing: 0.4px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(200, 150, 42, 0.25);
    color: var(--gold-light);
    background: rgba(200, 150, 42, 0.08);
  }
  @media (max-width: 768px) {
    .persona-banner-inner { padding: 10px 16px; gap: 8px; }
    .chart-fit-section { padding: 20px 16px 0; }
    .chart-fit-card { padding: 16px 14px; }
    .chart-fit-title { font-size: 19px; }
  }

  /* ===== 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 ---- */
  .product-scroll-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    max-width: var(--section-max);
    margin: 0 auto;
    padding: 0 40px;
    align-items: start;
    margin-top: 56px;
  }

  /* ---- Left Column: Main Image + Thumbnails ---- */
  .gallery-left-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  /* Main Image Area — immersive fill */
  .gallery-main-area {
    position: relative;
    background: var(--gold-pale);
    border-radius: 12px;
    overflow: hidden;
    cursor: zoom-in;
    min-height: 480px;
    aspect-ratio: 4 / 5;
  }
  .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) ---- */
  .gallery-thumbs-col {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: fit-content;
  }
  .gallery-thumb {
    width: 72px;
    height: 72px;
    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;
  }

  .product-included-line {
    font-size: 12.5px;
    color: var(--gold-deep);
    letter-spacing: 0.4px;
    margin-bottom: 18px;
    padding-top: 2px;
  }
  .product-included-line::before {
    content: '✓ ';
    color: var(--wood);
    font-weight: 700;
  }

  /* ---- Energy Keywords (below title) ---- */
  .energy-keywords-line {
    font-size: 13px;
    color: var(--gold);
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .energy-keywords-line .ek-sep { opacity: 0.5; margin: 0 6px; }

  /* ---- 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 ---- */
  .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: 17px 28px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s;
    letter-spacing: 0.5px;
    width: 100%;
    margin-bottom: 22px;
  }
  .add-to-cart-btn:hover { background: #2a1a08; transform: translateY(-1px); }

  /* ---- Trust Badges (2-col compact) ---- */
  .trust-row-v4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 20px;
  }
  .trust-item-v4 {
    font-size: 11px;
    color: var(--ink-muted);
    background: rgba(255,255,255,0.7);
    padding: 7px 10px;
    border-radius: 8px;
    border: 1px solid var(--border);
    text-align: center;
    letter-spacing: 0.3px;
  }
  .trust-item-v4::before { content: '✓'; color: var(--wood); font-weight: 700; margin-right: 4px; font-size: 12px; }

  /* ---- 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; }

  /* ---- Short Description ---- */
  .short-desc-v4 {
    font-size: 13.5px;
    line-height: 1.65;
    color: var(--ink-muted);
    max-height: 120px;
    overflow: hidden;
    position: relative;
    padding-bottom: 4px;
  }

  /* ---- 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: 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; }
    .trust-row-v4 { grid-template-columns: 1fr 1fr; }
    .size-grid { grid-template-columns: repeat(3, 1fr); }
  }

  @media (max-width: 768px) {
    .product-scroll-layout {
      grid-template-columns: 1fr;
      padding: 0 20px;
      gap: 20px;
      margin-top: 32px;
    }
    .gallery-thumbs-col {
      flex-direction: row;
      justify-content: center;
      gap: 8px;
    }
    .gallery-thumb { width: 60px; height: 60px; }
    .gallery-main-area { min-height: 300px; 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-included-line { font-size: 12px; margin-bottom: 14px; }
    .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-row-v4 { grid-template-columns: 1fr 1fr; gap: 6px; }
    .trust-item-v4 { font-size: 10px; padding: 4px 8px; }
  }

  @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 { min-height: 240px; }
    .size-grid { grid-template-columns: repeat(2, 1fr); }
    .product-breadcrumb-list { font-size: 11px; }
    .product-breadcrumb { font-size: 11px; }
  }

  /* ═══════════════════════════════════════════
     SECTION — Product Story (Consolidated)
     Clean, breathable narrative section
  ═══════════════════════════════════════════ */
  /* ═══════════════════════════════════════════
     SECTION — Product Story (Magazine Two-Column Grid)
  ═════════════════════════════ */
  .product-story-section {
    max-width: var(--pdp-content-max);
    margin: 80px auto 0;
    padding: 0 24px;
    background: transparent;
  }

  .pdp-story-merged-container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 64px;
    align-items: start;
  }

  .pdp-story-merged-container.pdp-story-single-col {
    grid-template-columns: 1fr;
    max-width: 740px;
  }

  .story-left-narrative {}

  .story-kicker-meta {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #8C8C8C;
    margin-bottom: 16px;
    display: inline-block;
  }

  .story-main-title {
    font-family: "Cinzel", "Playfair Display", serif;
    font-size: 32px;
    font-weight: 500;
    color: #1A1A1A;
    letter-spacing: 0.02em;
    margin: 0 0 32px 0;
  }

  .story-essence-subtitle {
    font-family: "Lora", "Georgia", serif;
    font-style: italic;
    font-size: 18px;
    line-height: 1.5;
    color: #8D6B2F;
    margin: 0 0 24px 0;
    font-weight: 400;
  }

  .story-body-text {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #333333;
    margin: 0 0 32px 0;
  }

  .story-energy-tags-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .energy-tag-item {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    padding: 6px 14px;
    border: 1px solid rgba(197, 168, 128, 0.3);
    border-radius: 20px;
    color: #555555;
    background: transparent;
  }

  .story-right-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 10px;
  }

  .attributes-preview-card {
    background: #FFFFFF;
    border: 1px solid rgba(26, 26, 26, 0.05);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  }
  .attr-card-title {
    font-family: "Cinzel", "Playfair Display", serif;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 16px;
    letter-spacing: 0.04em;
  }
  .attr-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    font-size: 13px;
    color: #555;
  }
  .attr-card-row:last-child { border-bottom: none; }
  .attr-card-label { color: #8C8C8C; font-size: 12px; letter-spacing: 0.03em; }
  .attr-card-value { color: #1A1A1A; font-weight: 500; }
  .attr-element-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .archetype-integration-box {
    border-left: 2px solid #C5A880;
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    border-radius: 0 8px 8px 0;
  }
  .arch-box-icon { font-size: 28px; margin-bottom: 8px; }
  .arch-box-name {
    font-family: "Cinzel", "Playfair Display", serif;
    font-size: 15px;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 8px;
  }
  .arch-box-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #4A4A4A;
  }

  /* Responsive: Story */
  @media (max-width: 768px) {
    .pdp-story-merged-container {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .story-main-title { font-size: 26px; }
    .story-essence-subtitle { font-size: 16px; }
  }

  /* ═══════════════════════════════════════════
     SECTION — Product Details v2 (Clean Accordion)
  ═══════════════════════════════════════════ */
  .details-section-v2 {
    max-width: var(--pdp-content-max);
    margin: 0 auto;
    padding: 64px 24px 72px;
    background: transparent;
  }
  .details-inner-v2 { max-width: 100%; margin: 0; }
  .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: 22px 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 28px 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
  }
  .detail-acc-item.expanded .detail-acc-body {
    display: block;
    animation: accordionFadeIn 0.35s ease;
  }
  .detail-acc-body strong { color: #1A1A1A; }

  /* Details section eyebrow — small caps with wide tracking */
  .details-section-v2 .section-eyebrow {
    font-size: 12px !important;
    letter-spacing: 0.15em !important;
  }

  /* 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;
    background: transparent;
  }
  .collection-inner-v2 { text-align: center; }
  .collection-inner-v2 .section-eyebrow { text-align: center; margin-bottom: 8px; }
  .collection-inner-v2 h2.section-headline { margin-bottom: 44px; }

  .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; }
  }
  @media (max-width: 540px) {
    .collection-grid-v2 {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 16px;
      padding-bottom: 8px;
    }
    .collection-grid-v2 .crossell-card {
      flex: 0 0 72%;
      max-width: 260px;
      scroll-snap-align: start;
    }
  }

  .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);
  }

  /* Masonry grid */
  .reviews-masonry {
    column-count: 3;
    column-gap: 24px;
  }
  .reviews-masonry--compact {
    column-count: 1;
    max-width: none;
    width: 100%;
    display: block;
  }

  /* Google review card */
  .google-review-card {
    break-inside: avoid;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s;
  }
  .google-review-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  }

  /* Card header */
  .g-review-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }
  .g-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F0EDE5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #8C7B5E;
    flex-shrink: 0;
  }
  .g-review-name-stars {
    flex: 1;
    min-width: 0;
  }
  .g-review-name {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1.3;
  }
  .g-review-stars {
    color: #E8B931;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .g-review-time {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* Review body */
  .g-review-body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: var(--ink-light, #4a3a20);
    margin-top: 12px;
  }

  .g-review-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #2d6a4f;
    background: #e8f5e9;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.3px;
  }

  .reviews-empty-list {
    font-size: 14px;
    color: var(--ink-muted);
    text-align: center;
    padding: 24px 0;
    grid-column: 1 / -1;
  }

  /* Google badge */
  .g-review-google-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    color: #999;
  }
  .google-g {
    font-family: 'Product Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(135deg, #4285F4, #34A853, #FBBC05, #EA4335);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  /* 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 { column-count: 2; }
    .reviews-masonry--compact { column-count: 1; 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) {
    .product-story-section { margin-top: 56px; }
    .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; }
  }
  @media (max-width: 540px) {
    .reviews-masonry {
      column-count: 1;
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 16px;
      padding-bottom: 8px;
    }
    .reviews-masonry--compact {
      display: block;
      overflow: visible;
      padding-bottom: 0;
    }
    .google-review-card {
      flex: 0 0 85%;
      max-width: 340px;
      scroll-snap-align: start;
      margin-bottom: 0;
    }
    .reviews-section-container--compact .review-card {
      flex: none;
      max-width: none;
      width: 100%;
    }
  }

  @media (max-width: 900px) {
    .collection-grid-v2 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  }
  @media (max-width: 540px) {
    .collection-grid-v2 {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 16px;
      padding-bottom: 8px;
    }
    .collection-grid-v2 .crossell-card {
      flex: 0 0 72%;
      max-width: 260px;
      scroll-snap-align: start;
    }
  }

  .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;
  }

  /* ═══════════════════════════════════════════
  }
  @media (max-width: 900px) {
    .collection-grid-v2 { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  }
  @media (max-width: 700px) {
    .collection-grid-v2 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  }
  @media (max-width: 540px) {
    .collection-grid-v2 {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 16px;
      padding-bottom: 8px;
    }
    .collection-grid-v2 .crossell-card {
      flex: 0 0 72%;
      max-width: 260px;
      scroll-snap-align: start;
    }
    .crossell-card-body { padding: 12px 12px 16px; }
    .crossell-card-name { font-size: 13.5px; }
    .crossell-card-price { font-size: 14px; }
  }

  /* ═══════════════════════════════════════════
     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));
    }
  }
