/* ==========================================================================
   GRIMOIRE ART — COMPONENT LAYER  v4.0
   --------------------------------------------------------------------------
   Loaded AFTER grimoire-system.css.
   Provides comprehensive styles for non-poster products (tees/candles/journals/totes),
   bundles, reviews, carousels, filter drawer, FAQ hub, services, and modals.

   All styles utilize design tokens from grimoire-system.css, responsive across 480/768/1024/1280.
   ========================================================================== */

/* ==========================================================================
   A. PDP LAYOUT — 2-column gallery & product details
   ========================================================================== */
.product-page-container,
.pdp-layout {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: var(--s-6) var(--section-y);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: start;
}


.pdp-gallery-col { position: sticky; top: 92px; display: grid; gap: var(--s-4); min-width: 0; }

.pdp-info-col    { min-width: 0; padding-block: var(--s-2); }


.pdp-main-image-wrap {
  position: relative;
  aspect-ratio: var(--ratio-art);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
}

.pdp-main-image-wrap > img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform var(--dur-4) var(--ease-out-expo);
}

.pdp-main-image-wrap:hover > img { transform: scale(1.04); }


.pdp-badge-overlay {
  position: absolute; top: 14px; left: 14px; z-index: 3;
  display: flex; gap: 6px; flex-wrap: wrap;
}

.pdp-zoom-btn {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.9); backdrop-filter: blur(8px);
  border: 1px solid var(--border-subtle); cursor: pointer;
  transition: var(--transition-smooth);
}

.pdp-zoom-btn:hover { background: #fff; transform: scale(1.07); box-shadow: var(--shadow-sm); }


.pdp-thumbnails-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: var(--s-2);
}

.pdp-thumb-item {
  aspect-ratio: var(--ratio-square);
  border-radius: var(--r-sm);
  overflow: hidden;
  border: 1.5px solid transparent;
  background: var(--bg-surface);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.pdp-thumb-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pdp-thumb-item:hover { border-color: var(--border-strong); transform: translateY(-2px); }

.pdp-thumb-item.active { border-color: var(--text-primary); box-shadow: var(--shadow-sm); }


/* --- Title Block --- */
.pdp-breadcrumbs {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  font-family: var(--font-sans); font-size: 12.5px;
  color: var(--text-muted); margin-bottom: var(--s-4);
}

.pdp-breadcrumbs a { color: var(--text-muted); text-decoration: none; transition: color var(--dur-1); }

.pdp-breadcrumbs a:hover { color: var(--accent-primary); }

.pdp-breadcrumbs .sep, .pdp-breadcrumbs .current { color: var(--text-faint); }

.pdp-breadcrumbs .current { color: var(--text-primary); font-weight: 500; }


.pdp-category-eyebrow {
  font-family: var(--font-sans); font-size: var(--fs-xs); font-weight: 700;
  letter-spacing: var(--tracking-eyebrow); text-transform: uppercase;
  color: var(--accent-primary); margin: 0 0 var(--s-2);
}

.pdp-title {
  font-family: var(--font-serif);
  font-size: var(--fs-h1);
  line-height: var(--leading-tight);
  letter-spacing: -.015em;
  color: var(--text-primary);
  margin: 0 0 var(--s-3);
}

.pdp-rating-row { display: flex; align-items: center; gap: 10px; margin-bottom: var(--s-4); flex-wrap: wrap; }

.stars, .review-stars { display: inline-flex; gap: 2px; color: var(--gallery-gold); line-height: 1; }

.rating-count { font-size: var(--fs-sm); color: var(--text-muted); }

.verified-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11.5px; font-weight: 600; color: var(--success);
  background: rgba(47,107,79,.09); padding: 3px 9px; border-radius: var(--r-pill);
}

.pdp-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  background: var(--accent-primary-soft); color: var(--accent-primary);
  padding: 4px 10px; border-radius: var(--r-xs);
}


.pdp-price-wrap {
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px;
  margin-bottom: var(--s-4);
}

.pdp-price-wrap .current-price,
.pdp-price-display { font-family: var(--font-serif); font-size: 1.75rem; font-weight: 600; }

.in-stock { color: var(--success); font-size: var(--fs-sm); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }

.in-stock::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--success); }

.ships-countdown { font-size: var(--fs-sm); color: var(--text-secondary); }

.ships-countdown strong { color: var(--accent-primary); }


/* --- Option Groups --- */
.pdp-option-group, .tap-opt-group { margin-bottom: var(--s-5); }

.option-header {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: var(--s-3); margin-bottom: 10px; flex-wrap: wrap;
}

.option-label {
  font-family: var(--font-sans); font-size: 12.5px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--text-primary);
}

.option-selection-preview { font-size: 13px; color: var(--text-muted); }


.pdp-swatch-list { display: flex; flex-wrap: wrap; gap: 10px; }

.pdp-swatch-btn {
  position: relative; display: grid; place-items: center;
  width: 40px; height: 40px; padding: 0; border-radius: 50%;
  border: 1.5px solid var(--border-color); background: var(--bg-card);
  cursor: pointer; transition: var(--transition-smooth);
}

.pdp-swatch-btn input { position: absolute; opacity: 0; pointer-events: none; }

.pdp-swatch-btn .swatch-circle,
.swatch-circle { width: 100%; height: 100%; border-radius: 50%; display: block; }

.swatch-name { font-size: 12px; color: var(--text-muted); }


.pdp-pill-matrix, .pdp-toggle-pills {
  display: flex; flex-wrap: wrap; gap: 8px;
}

.pdp-pill-btn, .pdp-toggle-label {
  position: relative;
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  min-width: 56px; padding: 10px 14px;
  border: 1.5px solid var(--border-color); border-radius: var(--r-sm);
  background: var(--bg-card); color: var(--text-primary);
  font-family: var(--font-sans); font-size: 13.5px; font-weight: 500;
  cursor: pointer; transition: var(--transition-smooth); text-align: center;
}

.pdp-pill-btn input, .pdp-toggle-label input { position: absolute; opacity: 0; pointer-events: none; }

.pill-title { font-weight: 600; }

.pill-sub { font-size: 11px; color: var(--text-muted); margin-top: 2px; }

.pdp-pill-btn.active .pill-sub, .pdp-toggle-label.active .pill-sub { color: rgba(255,255,255,.75); }


/* --- Quantity & CTA --- */
.rd-qty-atc-wrap, .pdp-cta-block {
  display: flex; flex-wrap: wrap; gap: var(--s-3);
  align-items: stretch; margin: var(--s-5) 0 var(--s-4);
}

.qty-stepper {
  display: inline-flex; align-items: center;
  border: 1.5px solid var(--border-color); border-radius: var(--r-sm);
  background: var(--bg-card); overflow: hidden; flex: 0 0 auto;
}

.qty-btn {
  width: 42px; height: 48px; display: grid; place-items: center;
  background: none; border: 0; cursor: pointer;
  font-size: 17px; color: var(--text-primary);
  transition: background var(--dur-1) var(--ease-out-quart);
}

.qty-btn:hover { background: var(--bg-surface); }

.qty-stepper input, .qty-stepper span {
  width: 44px; text-align: center; border: 0; background: none;
  font-family: var(--font-sans); font-size: 15px; font-weight: 600;
  -moz-appearance: textfield;
}

.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }


.tap-atc-main-btn, #pdp-submit-atc {
  flex: 1 1 200px;
  min-height: 48px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 14px; letter-spacing: .06em; text-transform: uppercase;
  padding-inline: var(--s-5);
}

.pdp-shipping-note {
  font-size: 12.5px; color: var(--text-muted); line-height: 1.55;
  display: flex; align-items: flex-start; gap: 7px;
}


.pdp-trust-badges, .trust-icons-strip {
  display: flex; flex-wrap: wrap; gap: var(--s-4);
  padding: var(--s-4) 0; margin-top: var(--s-2);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.pdp-trust-badges > *, .trust-icons-strip > * {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; color: var(--text-secondary);
}


.pdp-guarantee-box {
  background: var(--accent-primary-soft);
  border: 1px solid rgba(142,81,48,.16);
  border-radius: var(--r-md);
  padding: var(--s-4);
  margin: var(--s-4) 0;
}

.guarantee-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13.5px; color: var(--text-secondary); line-height: 1.55;
}

.guarantee-item + .guarantee-item { margin-top: 10px; }


/* --- PDP Accordion (Secondary Variant) --- */
.pdp-accordions, .pdp-accordions-group { margin-top: var(--s-5); border-top: 1px solid var(--border-color); }

.pdp-accordion-item { border-bottom: 1px solid var(--border-color); }

.pdp-accordion-header {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  padding: var(--s-4) 0; background: none; border: 0; cursor: pointer;
  font-family: var(--font-sans); font-size: 14.5px; font-weight: 600;
  color: var(--text-primary); text-align: left;
  transition: color var(--dur-1) var(--ease-out-quart);
}

.pdp-accordion-header:hover { color: var(--accent-primary); }

.pdp-accordion-content {
  max-height: 0; overflow: hidden;
  color: var(--text-secondary); font-size: 14px; line-height: var(--leading-body);
  transition: max-height var(--dur-3) var(--ease-out-expo), padding var(--dur-2) linear;
}

.pdp-accordion-item.active .pdp-accordion-content { max-height: 900px; padding-bottom: var(--s-4); }

.pdp-accordion-item.active .accordion-arrow,
.pdp-accordion-item.active .pdp-faq-icon { transform: rotate(180deg); }

.pdp-faq-icon { transition: transform var(--dur-3) var(--ease-out-expo); display: inline-grid; place-items: center; }


.luxury-bullet-list { margin: 0; padding-left: 1.1em; display: grid; gap: 6px; }

.luxury-bullet-list li { color: var(--text-secondary); }

.luxury-table, .policy-table, .size-table-wrap table {
  width: 100%; border-collapse: collapse; font-size: 13.5px;
}

.luxury-table th, .policy-table th, .size-table-wrap th {
  text-align: left; font-family: var(--font-sans); font-weight: 700;
  font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--text-muted); padding: 10px 12px;
  border-bottom: 1.5px solid var(--border-color); background: var(--bg-surface);
}

.luxury-table td, .policy-table td, .size-table-wrap td {
  padding: 11px 12px; border-bottom: 1px solid var(--border-subtle); color: var(--text-secondary);
}

.luxury-table tr:hover td, .policy-table tr:hover td { background: var(--bg-inset); }

.highlight-row td { background: var(--accent-primary-soft) !important; color: var(--text-primary); font-weight: 600; }

.policy-table-wrapper, .size-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.policy-highlight-box {
  background: var(--bg-surface); border-left: 3px solid var(--accent-primary);
  border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: var(--s-4); margin: var(--s-4) 0;
  color: var(--text-secondary);
}

.gold { color: var(--gallery-gold); }


/* ==========================================================================
   B. STICKY ADD-TO-CART BAR
   ========================================================================== */
#pdp-sticky-bar, #pdp-sticky-atc-bar, .pdp-sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(180%) blur(14px);
  border-top: 1px solid var(--border-color);
  box-shadow: 0 -6px 24px rgba(23,35,63,.07);
  transform: translateY(102%);
  transition: transform var(--dur-3) var(--ease-out-expo);
}

#pdp-sticky-bar.visible, #pdp-sticky-atc-bar.visible,
#pdp-sticky-bar.active, #pdp-sticky-atc-bar.active { transform: translateY(0); }

.sticky-bar-inner {
  max-width: var(--maxw); margin-inline: auto;
  padding: 10px var(--gutter);
  display: flex; align-items: center; gap: var(--s-4);
}

.sticky-thumb-col { flex: 0 0 auto; }

.sticky-thumb-col img { width: 48px; height: 48px; object-fit: cover; border-radius: var(--r-sm); display: block; }

.sticky-info { flex: 1 1 auto; min-width: 0; }

.sticky-title {
  font-family: var(--font-serif); font-size: 15px; font-weight: 600; color: var(--text-primary);
  margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.sticky-variant { font-size: 12px; color: var(--text-muted); margin: 1px 0 0; }

.sticky-price { font-weight: 700; font-size: 16px; color: var(--text-primary); white-space: nowrap; }

.sticky-actions-col { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }


/* ==========================================================================
   C. BUNDLE / COMPLETE THE LOOK
   ========================================================================== */
.pdp-bundle-section { padding-block: var(--section-y); background: var(--bg-surface); }

.pdp-bundle-header { text-align: center; max-width: 640px; margin: 0 auto var(--s-6); }

.pdp-bundle-grid {
  max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: var(--s-4); align-items: stretch;
}

.pdp-bundle-card {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--r-lg); padding: var(--s-4);
  display: flex; flex-direction: column; gap: var(--s-3);
  transition: var(--transition-smooth);
}

.pdp-bundle-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--natural-oak); }

.pdp-bundle-img-wrap {
  aspect-ratio: var(--ratio-square); border-radius: var(--r-md);
  overflow: hidden; background: var(--bg-surface);
}

.pdp-bundle-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pdp-bundle-info { flex: 1 1 auto; }

.pdp-bundle-info h4 { font-family: var(--font-serif); font-size: 1rem; margin: 0 0 4px; color: var(--text-primary); }

.pdp-bundle-info p { font-size: 12.5px; color: var(--text-muted); margin: 0; }

.pdp-bundle-price { font-weight: 700; color: var(--text-primary); }

.pdp-bundle-add-btn { width: 100%; padding: 10px 14px; font-size: 12.5px; }


/* ==========================================================================
   D. REVIEWS
   ========================================================================== */
.pdp-reviews-section { padding-block: var(--section-y); }

.reviews-score-summary {
  max-width: var(--maxw); margin: 0 auto var(--s-6); padding-inline: var(--gutter);
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-6);
}

.stars-col { display: grid; gap: 4px; }

.reviews-cards-grid {
  max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--s-4);
}
/* [omitted] .review-card — defined in style.css, preserved as base */

.review-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.review-meta { display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); flex-wrap: wrap; margin-bottom: 10px; }

.reviewer-name { font-weight: 600; color: var(--text-primary); }

.review-date { font-size: 12px; color: var(--text-faint); }

.review-title { font-family: var(--font-serif); font-size: 1.05rem; margin: 8px 0 6px; color: var(--text-primary); }

.review-body { color: var(--text-secondary); line-height: var(--leading-body); font-size: 14px; }

.review-variant {
  display: inline-block; margin-top: 12px; font-size: 11.5px;
  color: var(--text-muted); background: var(--bg-surface);
  padding: 4px 9px; border-radius: var(--r-xs);
}
/* ========================================================================== E. CAROUSEL CONTROLS (YMAL / Happy Customers / slider chung) ========================================================================== */ .pdp-ymal-section { padding-block: var(--section-y); }
/* [omitted] .pdp-ymal-container, .pdp-hc-container — defined in style.css, preserved as base */
/* [omitted] .pdp-ymal-header, .pdp-hc-header — defined in style.css, preserved as base */
/* [omitted] .pdp-ymal-title, .pdp-hc-title, .pdp-why-title, .pdp-styling-title — defined in style.css, preserved as base */
/* [omitted] .pdp-ymal-slider-wrap, .pdp-hc-carousel-wrap — defined in style.css, preserved as base */
/* [omitted] .pdp-ymal-track, .pdp-hc-track — defined in style.css, preserved as base */
/* [omitted] .pdp-ymal-track::-webkit-scrollbar, .pdp-hc-track::-webkit-scrollbar — defined in style.css, preserved as base */
/* [omitted] .pdp-ymal-item — defined in style.css, preserved as base */
/* [omitted] .pdp-hc-card — defined in style.css, preserved as base */

.pdp-hc-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
/* [omitted] .pdp-hc-card-img — defined in style.css, preserved as base */
/* [omitted] .pdp-hc-card-content — defined in style.css, preserved as base */
/* [omitted] .pdp-hc-quote — defined in style.css, preserved as base */
/* [omitted] .pdp-hc-author — defined in style.css, preserved as base */
/* [omitted] .pdp-hc-divider — defined in style.css, preserved as base */
/* [omitted] .pdp-hc-product — defined in style.css, preserved as base */
/* [omitted] .pdp-hc-product img — defined in style.css, preserved as base */


.pdp-ymal-controls, .pdp-hc-controls, .slider-controls {
  display: flex; align-items: center; gap: var(--s-4);
  margin-top: var(--s-4);
}

.pdp-ymal-progress, .pdp-hc-progress, .slider-progress {
  flex: 1 1 auto; height: 2px; background: var(--border-subtle);
  border-radius: var(--r-pill); overflow: hidden;
}

.pdp-ymal-progress-fill, .pdp-hc-progress-fill, .slider-progress-bar {
  display: block; height: 100%; width: 30%;
  background: var(--accent-primary); border-radius: var(--r-pill);
  transition: width var(--dur-3) var(--ease-out-expo);
}
.slider-arrows { display: flex; gap: 8px; flex: 0 0 auto; }
.press-arrow,
.services-arrow-btn {
  width: 40px; height: 40px; display: grid; place-items: center;
  border: 1px solid var(--border-color); border-radius: 50%;
  background: var(--bg-card); color: var(--text-primary);
  cursor: pointer; transition: var(--transition-smooth);
}
.press-arrow:hover,
.services-arrow-btn:hover {
  background: var(--text-primary); color: #fff; border-color: var(--text-primary); transform: translateY(-2px);
}

.arrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border-strong); transition: var(--transition-fast); }

.arrow-dot.active { background: var(--accent-primary); transform: scale(1.35); }

.product-artist { font-size: 12.5px; color: var(--text-muted); margin: 0 0 4px; }

.product-sizes { color: var(--text-muted); font-size: .9em; }


/* ==========================================================================
   F. MODAL (size chart, quick view, filter drawer)
   ========================================================================== */
.modal-backdrop, .size-guide-modal, #size-chart-modal {
  position: fixed; inset: 0; z-index: 1200;
  display: none; align-items: center; justify-content: center;
  padding: var(--gutter);
  background: rgba(19,32,58,.5);
  backdrop-filter: blur(4px);
}

.modal-backdrop.active, .size-guide-modal.active, #size-chart-modal.active { display: flex; }

.modal-dialog {
  width: min(720px, 100%); max-height: 86vh; overflow: auto;
  background: var(--bg-card); border-radius: var(--r-lg);
  box-shadow: var(--shadow-xl);
  animation: gm-pop .38s var(--ease-out-expo) both;
}

@keyframes gm-pop { from { opacity: 0; transform: translateY(16px) scale(.97); } to { opacity: 1; transform: none; } }

.modal-header {
  display: flex; align-items: flex-start; justify-content: space-between; gap: var(--s-4);
  padding: var(--s-5); border-bottom: 1px solid var(--border-color);
  position: sticky; top: 0; background: var(--bg-card); z-index: 2;
}

.modal-header h2, .modal-header h3 { font-family: var(--font-serif); margin: 0; font-size: var(--fs-h3); }

.modal-sub { font-size: 13px; color: var(--text-muted); margin: 4px 0 0; }

.modal-close-btn {
  flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center; background: var(--bg-surface);
  border: 0; cursor: pointer; font-size: 16px; color: var(--text-primary);
  transition: var(--transition-smooth);
}

.modal-close-btn:hover { background: var(--text-primary); color: #fff; transform: rotate(90deg); }

.modal-footer-note { padding: var(--s-4) var(--s-5); font-size: 12.5px; color: var(--text-muted); border-top: 1px solid var(--border-subtle); }

.size-unit-toggle { display: inline-flex; gap: 0; border: 1px solid var(--border-color); border-radius: var(--r-pill); overflow: hidden; margin: var(--s-4) var(--s-5) 0; }

.unit-btn {
  padding: 7px 18px; background: none; border: 0; cursor: pointer;
  font-family: var(--font-sans); font-size: 13px; font-weight: 600; color: var(--text-muted);
  transition: var(--transition-fast);
}

.unit-btn.active { background: var(--text-primary); color: #fff; }

.size-table-wrap { padding: var(--s-4) var(--s-5) var(--s-5); }

.size-guide-trigger { font-size: 12.5px; }


/* Auxiliary Quick View */
.qv-size-buttons, .qv-border-buttons { display: flex; flex-wrap: wrap; gap: 8px; }

.qv-frame-tiles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(64px, 1fr)); gap: 8px; }

.qv-scroll-indicator { display: flex; gap: 5px; justify-content: center; margin-top: 10px; }

.qv-scroll-line { width: 22px; height: 2px; border-radius: 2px; background: var(--border-strong); transition: var(--transition-fast); }

.qv-scroll-line.active { background: var(--accent-primary); }


/* Filter drawer */
.filter-drawer-overlay {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(19,32,58,.45); opacity: 0; visibility: hidden;
  transition: opacity var(--dur-2), visibility 0s linear var(--dur-2);
}

.filter-drawer-overlay.active { opacity: 1; visibility: visible; transition-delay: 0s; }

.filter-drawer {
  position: fixed; top: 0; left: 0; bottom: 0; z-index: 1101;
  width: min(380px, 88vw); background: var(--bg-card);
  display: flex; flex-direction: column;
  transform: translateX(-102%);
  transition: transform var(--dur-3) var(--ease-out-expo);
  box-shadow: var(--shadow-xl);
}

.filter-drawer.active { transform: none; }

.filter-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--s-4) var(--s-5); border-bottom: 1px solid var(--border-color);
}

.filter-drawer-title { font-family: var(--font-serif); font-size: var(--fs-h3); margin: 0; }

.filter-drawer-close {
  width: 36px; height: 36px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--bg-surface); display: grid; place-items: center;
  transition: var(--transition-smooth);
}

.filter-drawer-close:hover { background: var(--text-primary); color: #fff; }

.filter-drawer-body { flex: 1 1 auto; overflow-y: auto; padding: var(--s-4) var(--s-5); }

.filter-drawer-footer {
  padding: var(--s-4) var(--s-5); border-top: 1px solid var(--border-color);
  display: flex; gap: var(--s-3);
}

.filter-drawer-footer > * { flex: 1 1 0; }

.filter-drawer-group { border-bottom: 1px solid var(--border-subtle); padding-block: var(--s-3); }

.filter-drawer-group-header {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: none; border: 0; cursor: pointer; padding: 10px 0;
  font-family: var(--font-sans); font-weight: 600; color: var(--text-primary);
}

.filter-drawer-group-content { max-height: 0; overflow: hidden; transition: max-height var(--dur-3) var(--ease-out-expo); }

.filter-drawer-group.active .filter-drawer-group-content { max-height: 520px; padding-bottom: var(--s-3); }

.fd-toggle-icon { transition: transform var(--dur-3) var(--ease-out-expo); }

.filter-drawer-group.active .fd-toggle-icon { transform: rotate(180deg); }

.fd-group-title { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); }

.fd-checkbox-label, .fd-radio-label {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 9px 0; cursor: pointer; font-size: 14px; color: var(--text-secondary);
  transition: color var(--dur-1);
}

.fd-checkbox-label:hover, .fd-radio-label:hover { color: var(--accent-primary); }

.fd-checkbox-left, .fd-radio-left { display: flex; align-items: center; gap: 10px; }

.fd-count { font-size: 12px; color: var(--text-faint); }

.fd-label-text { flex: 1 1 auto; }

.fd-check-icon {
  width: 18px; height: 18px; border: 1.5px solid var(--border-strong);
  border-radius: 4px; display: grid; place-items: center; flex: 0 0 auto;
  transition: var(--transition-fast);
}

input:checked + .fd-check-icon, .fd-checkbox-label input:checked ~ .fd-check-icon {
  background: var(--text-primary); border-color: var(--text-primary); color: #fff;
}

.fd-divider { height: 1px; background: var(--border-subtle); margin: var(--s-3) 0; }

.fd-custom-box { background: var(--bg-surface); border-radius: var(--r-sm); padding: var(--s-3); }

.price-slider-handle {
  width: 16px; height: 16px; border-radius: 50%; background: var(--text-primary);
  border: 2px solid #fff; box-shadow: var(--shadow-sm); cursor: grab;
}


/* Bottom sheet body (mobile) */
.bs-body { padding: var(--s-4) var(--s-5); overflow-y: auto; }


/* ==========================================================================
   G. MOBILE DRAWER (menu)
   ========================================================================== */
.mobile-drawer {
  position: fixed; inset: 0; z-index: 1150;
  background: var(--bg-color);
  transform: translateX(-102%);
  transition: transform var(--dur-3) var(--ease-out-expo);
  display: flex; flex-direction: column; overflow-y: auto;
}

.mobile-drawer.active { transform: none; }

.md-nav-list { list-style: none; margin: 0; padding: var(--s-4) var(--gutter); display: grid; gap: 2px; }

.md-nav-list a, .md-nav-list button {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-3);
  width: 100%; padding: 14px 0; min-height: 48px;
  background: none; border: 0; border-bottom: 1px solid var(--border-subtle);
  font-family: var(--font-sans); font-size: 16px; font-weight: 500;
  color: var(--text-primary); text-decoration: none; text-align: left; cursor: pointer;
}

.md-nav-list a:hover, .md-nav-list button:hover { color: var(--accent-primary); }

.md-banner { position: relative; margin: var(--s-4) var(--gutter); border-radius: var(--r-lg); overflow: hidden; aspect-ratio: var(--ratio-landscape); }

.md-banner-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.md-banner-content { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: var(--s-4); color: #fff; background: linear-gradient(180deg, rgba(20,35,64,0), rgba(20,35,64,.72)); }

.md-banner-link { color: #fff; text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }

.md-archive-headline { font-family: var(--font-serif); font-size: 1.25rem; margin: 0 0 4px; }


/* ==========================================================================
   H. FAQ HUB PAGE - LUXURY ARCHIVAL CLIENT SUPPORT
   ========================================================================== */
.faq-page-wrapper {
  background: #FAF8F5;
  padding: 60px 0 100px;
  min-height: 80vh;
  overflow-x: hidden;
}

.faq-hub-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: clamp(30px, 4vw, 56px);
  align-items: start;
  min-width: 0;
  box-sizing: border-box;
}

.faq-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.faq-sidebar-heading {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8C827A;
  margin: 0 0 12px 6px;
}

.faq-sidebar-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.faq-tab-btn {
  width: 100%;
  text-align: left;
  padding: 13px 18px;
  min-height: 48px;
  background: #ffffff;
  border: 1px solid #EBE5DC;
  border-radius: 12px;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 14.5px;
  font-weight: 500;
  color: #2D3B36;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.faq-tab-btn svg {
  flex-shrink: 0;
  color: #B88E56;
  transition: transform 0.25s ease, color 0.25s ease;
}

.faq-tab-btn:hover {
  border-color: #B88E56;
  color: #1D335E;
  background: #FFFDFB;
  transform: translateX(4px);
}

.faq-tab-btn.active, .faq-tab-btn.active-tab {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(29, 51, 94, 0.16);
  transform: none;
}

.faq-tab-btn.active svg, .faq-tab-btn.active-tab svg {
  color: #B88E56 !important;
}

.faq-sidebar-concierge {
  background: #FFFFFF;
  border: 1px solid #EBE5DC;
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.faq-sidebar-concierge-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #FAF6F0;
  border: 1px solid #EBE5DC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B88E56;
}

.faq-sidebar-concierge h4 {
  font-family: var(--font-serif);
  font-size: 17px;
  color: #1D335E;
  margin: 0 0 8px;
}

.faq-sidebar-concierge p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #666;
  margin: 0 0 16px;
}

.faq-concierge-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  background: #1D335E;
  color: #FAF8F5;
  border-radius: 30px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.faq-concierge-btn:hover {
  background: #B88E56;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(184, 142, 86, 0.25);
}

.faq-main-content {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.faq-category-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBE5DC;
  min-width: 0;
}

.faq-category-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #B88E56;
  background: rgba(184, 142, 86, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.faq-category-title {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.5vw, 34px);
  color: #1D335E;
  margin: 0 0 8px;
  line-height: 1.25;
  word-break: break-word;
}

.faq-category-sub {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  word-break: break-word;
}

.faq-hub-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.faq-hub-item {
  background: #FFFFFF;
  border: 1px solid #EBE5DC;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  min-width: 0;
  box-sizing: border-box;
}

.faq-hub-item:hover {
  border-color: #B88E56;
  box-shadow: 0 6px 20px rgba(184, 142, 86, 0.08);
}

.faq-hub-item.active {
  border-color: #B88E56 !important;
  background: #FFFFFF !important;
  box-shadow: 0 8px 26px rgba(29, 51, 94, 0.07) !important;
}

.faq-hub-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  min-width: 0;
  box-sizing: border-box;
}

.faq-hub-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
}

.faq-hub-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FAF6F0;
  border: 1px solid #EBE5DC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B88E56;
  flex-shrink: 0;
}

.faq-hub-title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 600;
  color: #1D335E;
  line-height: 1.4;
  margin: 0;
  min-width: 0;
  word-break: break-word;
}

.faq-hub-chevron {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FAF8F5;
  border: 1px solid #EBE5DC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D335E;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-hub-item.active .faq-hub-chevron {
  transform: rotate(180deg);
  background: #1D335E;
  border-color: #1D335E;
  color: #FFFFFF;
}

.faq-hub-body {
  max-height: 0;
  overflow: hidden;
  color: #4A5568;
  line-height: 1.8;
  font-size: 15px;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s ease;
  padding: 0 24px;
  box-sizing: border-box;
  min-width: 0;
}

.faq-hub-item.active .faq-hub-body {
  max-height: 1400px;
  padding: 0 24px 24px 24px;
  border-top: 1px solid #F3EFEA;
  margin-top: 0;
}

.faq-hub-body p {
  margin: 14px 0 12px;
  word-break: break-word;
}

.faq-hub-body p:first-child {
  margin-top: 16px;
}

/* Luxury Policy Tables */
.faq-hub-body .policy-table-wrapper {
  overflow-x: auto;
  margin: 18px 0;
  border: 1px solid #EBE5DC;
  border-radius: 10px;
  background: #FFFFFF;
  max-width: 100%;
}

.faq-hub-body .policy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
}

.faq-hub-body .policy-table th {
  background: #F8F5F0;
  color: #1D335E;
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 16px;
  border-bottom: 1px solid #EBE5DC;
  white-space: nowrap;
}

.faq-hub-body .policy-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #F3EFEA;
  color: #4A5568;
}

.faq-hub-body .policy-table tr:last-child td {
  border-bottom: none;
}

.faq-hub-body .policy-highlight-box {
  border-radius: 10px;
  padding: 18px 22px;
  margin: 18px 0;
  box-sizing: border-box;
}

.faq-hub-body .policy-highlight-box.gold {
  background: rgba(184, 142, 86, 0.08);
  border-left: 4px solid #B88E56;
}

.faq-hub-body .policy-highlight-box.emerald {
  background: rgba(91, 110, 93, 0.08);
  border-left: 4px solid #5B6E5D;
}

/* Sizing Spec Visual Cards */
.sizing-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin: 16px 0;
}

.sizing-spec-card {
  background: #FAF8F5;
  border: 1px solid #EBE5DC;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  box-sizing: border-box;
}

.sizing-spec-card .ssc-title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  color: #1D335E;
  margin-bottom: 4px;
}

.sizing-spec-card .ssc-dim {
  font-size: 14px;
  font-weight: 600;
  color: #B88E56;
  margin-bottom: 8px;
}

.sizing-spec-card .ssc-desc {
  font-size: 12.5px;
  line-height: 1.5;
  color: #666;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .faq-page-wrapper {
    padding: 24px 0 60px !important;
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  .faq-hub-container {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 16px !important;
    gap: 20px !important;
    overflow: hidden !important;
  }
  .faq-sidebar {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
  }
  .faq-sidebar-heading {
    margin-left: 2px !important;
    margin-bottom: 8px !important;
    font-size: 11px !important;
  }
  .faq-sidebar-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 2px 0 12px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }
  .faq-sidebar-tabs::-webkit-scrollbar {
    display: none !important;
  }
  .faq-tab-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.28 !important;
    white-space: normal !important;
    word-break: break-word !important;
    border-radius: 10px !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }
  .faq-tab-btn svg {
    flex-shrink: 0 !important;
    width: 16px !important;
    height: 16px !important;
  }
  .faq-tab-btn.active, .faq-tab-btn.active-tab {
    background: #1D335E !important;
    color: #FAF8F5 !important;
    border-color: #1D335E !important;
    font-weight: 600 !important;
    box-shadow: 0 0 0 1px #B88E56, 0 4px 12px rgba(29, 51, 94, 0.18) !important;
  }
  .faq-sidebar-concierge {
    display: none !important;
  }
  .faq-main-content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .faq-category-header {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 16px !important;
    padding-bottom: 14px !important;
  }
  .faq-category-badge {
    font-size: 10px !important;
    padding: 3px 10px !important;
    margin-bottom: 8px !important;
  }
  .faq-category-title {
    font-size: clamp(20px, 5.5vw, 24px) !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.3 !important;
    margin: 0 0 8px !important;
  }
  .faq-category-sub {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .faq-hub-accordion-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .faq-hub-item {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }
  .faq-hub-header {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 12px !important;
    gap: 10px !important;
  }
  .faq-hub-header-left {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
  .faq-hub-icon {
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0 !important;
  }
  .faq-hub-icon svg {
    width: 16px !important;
    height: 16px !important;
  }
  .faq-hub-title {
    font-size: 14.5px !important;
    line-height: 1.35 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  .faq-hub-chevron {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
  }
  .faq-hub-body {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .faq-hub-item.active .faq-hub-body {
    padding: 0 12px 16px 12px !important;
  }
  .faq-hub-body p, .faq-hub-body li {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .policy-highlight-box {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 14px 14px !important;
    margin: 12px 0 !important;
  }
  .policy-table-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .sizing-guide-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}


/* ==========================================================================
   I. SERVICES PAGE - LUXURY CONCIERGE & CLIENT CARE
   ========================================================================== */
.services-main {
  padding-block: 50px 30px;
  background: #FAF8F5;
}

.services-section-hand {
  max-width: 1300px;
  margin: 0 auto 70px auto;
  padding: 0 24px;
  text-align: center;
}

.services-title-large {
  font-family: var(--font-serif, "Playfair Display", serif);
  font-size: clamp(32px, 3.8vw, 44px);
  color: #1D335E;
  margin: 0 0 14px 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.services-subtitle {
  color: #666666;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto 45px auto;
  text-align: center;
}

.services-hand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.services-hand-card {
  background: #FFFFFF;
  border-radius: 22px;
  padding: 42px 32px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(223, 202, 128, 0.4);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.services-hand-card:hover {
  transform: translateY(-6px);
  border-color: #B88E56;
  box-shadow: 0 16px 40px rgba(29, 51, 94, 0.08);
}

.services-hand-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #F4EFE6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}

.services-hand-card:hover .services-hand-icon {
  background: rgba(184, 142, 86, 0.16);
  transform: scale(1.05);
}

.services-hand-icon svg {
  width: 28px;
  height: 28px;
  stroke: #B88E56;
}

.services-hand-card h3 {
  font-family: var(--font-serif, "Playfair Display", serif);
  font-size: 22px;
  font-weight: 600;
  color: #1D335E;
  margin: 0 0 12px 0;
  transition: color 0.25s ease;
}

.services-hand-card:hover h3 {
  color: #B88E56;
}

.services-hand-card p {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 14.5px;
  line-height: 1.65;
  color: #555555;
  margin: 0 0 26px 0;
  flex: 1;
}

.services-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(29, 51, 94, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D335E;
  transition: all 0.3s ease;
}

.services-hand-card:hover .services-arrow-btn {
  background: #1D335E;
  color: #FAF8F5;
  border-color: #1D335E;
  transform: translateX(4px);
}

/* Section 2: How Can We Help You? */
.services-section-help {
  max-width: 1300px;
  margin: 0 auto 90px auto;
  padding: 0 24px;
  text-align: center;
}

.services-help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.services-help-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #1D335E;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.services-help-card:hover {
  transform: translateY(-4px);
  border-color: #B88E56;
  box-shadow: 0 12px 28px rgba(29, 51, 94, 0.07);
}

.services-help-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #F4EFE6;
  color: #B88E56;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.services-help-icon svg {
  width: 26px;
  height: 26px;
  stroke: #B88E56;
}

.services-help-card:hover .services-help-icon {
  background: rgba(184, 142, 86, 0.16);
  transform: scale(1.05);
}

.services-help-card span {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: #1D335E;
  transition: color 0.25s ease;
}

.services-help-card:hover span {
  color: #B88E56;
}

/* Section 3: FAQ Banner + Accordions Container */
.services-faq-container {
  max-width: 1300px;
  margin: 0 auto 90px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: clamp(30px, 4vw, 60px);
  align-items: stretch;
}

.services-faq-banner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.services-faq-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 17, 17, 0.92) 0%, rgba(17, 17, 17, 0.45) 55%, rgba(17, 17, 17, 0.12) 100%);
  z-index: 1;
}

.services-faq-banner-content {
  position: relative;
  z-index: 2;
  padding: 44px 38px;
  color: #FFFFFF;
}

.services-faq-banner-content h2 {
  font-family: var(--font-serif, "Playfair Display", serif);
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}

.services-faq-banner-content p {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 26px 0;
}

.services-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 30px;
  background: #FFFFFF;
  color: #111111;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.services-contact-btn:hover {
  background: #B88E56;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(184, 142, 86, 0.3);
}

.services-faq-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-faq-content h2 {
  font-family: var(--font-serif, "Playfair Display", serif);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  color: #1D335E;
  margin: 0 0 28px 0;
  letter-spacing: -0.01em;
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-accordion-item {
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.02);
}

.faq-accordion-item:hover {
  border-color: rgba(184, 142, 86, 0.4);
}

.faq-accordion-item.active {
  border-color: rgba(29, 51, 94, 0.3);
  box-shadow: 0 8px 25px rgba(29, 51, 94, 0.06);
}

.faq-accordion-header {
  width: 100%;
  padding: 22px 26px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: #1D335E;
  transition: color 0.25s ease;
}

.faq-accordion-header:hover {
  color: #B88E56;
}

.faq-accordion-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #F4EFE6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D335E;
  flex-shrink: 0;
  margin-left: 16px;
  transition: all 0.3s ease;
}

.faq-accordion-item.active .faq-accordion-icon {
  background: #1D335E;
  color: #FFFFFF;
  transform: rotate(180deg);
}

.faq-accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  line-height: 1.7;
  color: #555555;
  transition: max-height 0.35s ease, padding 0.3s ease;
}

.faq-accordion-item.active .faq-accordion-body {
  max-height: 500px;
  padding-bottom: 24px;
}

@media (max-width: 991px) {
  .services-hand-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .services-help-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .services-faq-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .services-faq-banner {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .services-section-hand {
    padding: 0 16px !important;
    margin-bottom: 45px !important;
  }
  .services-section-hand .services-title-large {
    font-size: 28px !important;
    margin-bottom: 8px !important;
  }
  .services-section-hand .services-subtitle {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 22px !important;
  }
  .services-hand-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .services-hand-card {
    padding: 22px 18px 20px !important;
    border-radius: 18px !important;
  }
  .services-hand-icon {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 12px !important;
  }
  .services-hand-icon svg {
    width: 22px !important;
    height: 22px !important;
  }
  .services-hand-card h3 {
    font-size: 18px !important;
    margin: 0 0 6px 0 !important;
  }
  .services-hand-card p {
    font-size: 13.5px !important;
    line-height: 1.48 !important;
    margin: 0 0 14px 0 !important;
  }
  .services-arrow-btn {
    width: 34px !important;
    height: 34px !important;
  }
  .services-arrow-btn svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media (max-width: 600px) {
  .services-section-help {
    padding: 0 16px !important;
    margin-bottom: 50px !important;
  }
  .services-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .services-help-card {
    padding: 12px 10px !important;
    border-radius: 14px !important;
    gap: 10px !important;
    min-height: 60px !important;
  }
  .services-help-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
  }
  .services-help-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
  .services-help-card span {
    font-size: 12.5px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    word-break: break-word !important;
  }
}

@media (max-width: 360px) {
  .services-help-grid {
    gap: 8px !important;
  }
  .services-help-card {
    padding: 10px 8px !important;
    gap: 8px !important;
  }
  .services-help-icon {
    width: 34px !important;
    height: 34px !important;
  }
  .services-help-icon svg {
    width: 18px !important;
    height: 18px !important;
  }
  .services-help-card span {
    font-size: 11.5px !important;
  }
}

@media (max-width: 480px) {
  .services-section-hand {
    padding: 0 14px !important;
    margin-bottom: 36px !important;
  }
  .services-section-hand .services-title-large {
    font-size: 24px !important;
  }
  .services-section-hand .services-subtitle {
    font-size: 13px !important;
    margin-bottom: 18px !important;
  }
  .services-hand-grid {
    gap: 12px !important;
  }
  .services-hand-card {
    padding: 18px 14px 16px !important;
    border-radius: 16px !important;
  }
  .services-hand-icon {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 10px !important;
  }
  .services-hand-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
  .services-hand-card h3 {
    font-size: 16.5px !important;
    margin: 0 0 5px 0 !important;
  }
  .services-hand-card p {
    font-size: 12.5px !important;
    line-height: 1.4 !important;
    margin: 0 0 12px 0 !important;
  }
  .services-arrow-btn {
    width: 30px !important;
    height: 30px !important;
  }
}


/* ==========================================================================
   J. PRESS SECTION
   ========================================================================== */
.press-section { padding-block: var(--section-y); background: transparent !important; }

.press-container {
  max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter);
  display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 4vw, 64px); align-items: center;
}

.press-section-tag {
  font-family: var(--font-sans); font-size: var(--fs-xs); font-weight: 700;
  letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--text-muted);
}

.press-left { min-width: 0; }

.press-right { min-width: 0; }

.press-right p, #press-quote-text {
  font-family: var(--font-serif); font-size: clamp(1.1rem, 1.9vw, 1.6rem);
  line-height: 1.45; color: var(--text-primary); font-style: italic;
  transition: opacity var(--dur-2) var(--ease-out-quart);
}

.press-bottom-row { display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); margin-top: var(--s-5); flex-wrap: wrap; }

.press-nav { display: flex; gap: 8px; }
/* [omitted] .press-logo — defined in style.css, preserved as base */
/* [omitted] .press-logo:hover — defined in style.css, preserved as base */
/* [omitted] .press-logo.active — defined in style.css, preserved as base */


/* ==========================================================================
   K. LINH TINH
   ========================================================================== */
.hero-line-container { display: block; overflow: hidden; }

.left-card, .col-img { min-width: 0; }

.fp-slider-container, .shop-content-area { min-width: 0; }

.footer-col-header {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; background: none; border: 0; cursor: pointer;
  color: inherit; font-family: var(--font-sans); font-weight: 600;
  padding: 12px 0; text-align: left;
}

.legal-page-main { max-width: 860px; margin-inline: auto; padding-inline: var(--gutter); padding-block: var(--section-y); }

.legal-page-main h2 { font-family: var(--font-serif); font-size: var(--fs-h3); margin: var(--s-6) 0 var(--s-3); }

.legal-page-main p, .legal-page-main li { color: var(--text-secondary); line-height: var(--leading-body); }

.shop-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-top: 60px !important;
  margin-bottom: 80px !important;
  padding-bottom: 10px !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

.shop-page-btn {
  min-width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(29, 51, 94, 0.16) !important;
  border-radius: 50% !important;
  background: #FAF8F5 !important;
  color: #1D335E !important;
  font-family: var(--font-sans), 'Plus Jakarta Sans', system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(29, 51, 94, 0.04) !important;
}

.shop-page-btn:hover {
  border-color: #1D335E !important;
  background: #1D335E !important;
  color: #FAF8F5 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.18) !important;
}

.shop-page-btn.active {
  background: #1D335E !important;
  color: #FAF8F5 !important;
  border-color: #1D335E !important;
  box-shadow: 0 4px 14px rgba(29, 51, 94, 0.25) !important;
}

.shop-page-btn.prev,
.shop-page-btn.next {
  width: auto !important;
  min-width: 96px !important;
  padding: 0 20px !important;
  border-radius: 30px !important;
  gap: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}

.shop-page-btn.prev svg,
.shop-page-btn.next svg {
  transition: transform 0.25s ease !important;
}

.shop-page-btn.prev:hover svg {
  transform: translateX(-3px) !important;
}

.shop-page-btn.next:hover svg {
  transform: translateX(3px) !important;
}

.shop-tag-icon { display: inline-grid; place-items: center; margin-right: 6px; }

.btn-see-products { display: inline-flex; align-items: center; gap: 8px; }

.revealed { opacity: 1 !important; transform: none !important; }

.mobile-swipeable { -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }

.scent-pyramid-container {
  background: var(--bg-surface); border: 1px solid var(--border-subtle);
  border-radius: var(--r-md); padding: var(--s-4); margin: var(--s-4) 0;
}

.scent-pyramid-header { display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); flex-wrap: wrap; margin-bottom: var(--s-3); }

.scent-pyramid-title { font-family: var(--font-serif); font-size: 1.02rem; margin: 0; color: var(--text-primary); }

.tag-top { background: var(--text-primary) !important; }

.pdp-fi-left-col { min-width: 0; }

.pdp-header { margin-bottom: var(--s-4); }


/* ==========================================================================
   L. RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .product-page-container, .pdp-layout { grid-template-columns: 1fr; }
  .pdp-gallery-col { position: static; }
  .faq-page-main { grid-template-columns: 1fr; }
  .services-faq-container, .press-container { grid-template-columns: 1fr; }
  .pdp-hc-card { flex-basis: clamp(260px, 62vw, 340px); }
  .pdp-ymal-item { flex-basis: clamp(190px, 36vw, 260px); }
}


@media (max-width: 768px) {
  .pdp-title { font-size: clamp(1.6rem, 6.5vw, 2.1rem); }
  .pdp-thumbnails-strip { grid-template-columns: repeat(auto-fill, minmax(58px, 1fr)); }
  .rd-qty-atc-wrap, .pdp-cta-block { flex-direction: column; }
  .qty-stepper { width: 100%; justify-content: space-between; }
  .qty-stepper input, .qty-stepper span { flex: 1 1 auto; }
  .tap-atc-main-btn, #pdp-submit-atc { width: 100%; }
  .pdp-trust-badges, .trust-icons-strip { gap: var(--s-3); }
  .sticky-bar-inner { padding: 8px var(--s-4); gap: var(--s-3); }
  .sticky-thumb-col, .sticky-variant { display: none; }
  .sticky-actions-col { flex: 1 1 auto; }
  .sticky-actions-col > .btn-primary, .sticky-actions-col > button { flex: 1 1 auto; }
  .pdp-hc-card { flex-basis: 84vw; }
  .pdp-ymal-item { flex-basis: 58vw; }
  .reviews-score-summary { gap: var(--s-4); }
  .modal-dialog { width: 100%; max-height: 92vh; border-radius: var(--r-lg) var(--r-lg) 0 0; align-self: flex-end; }
  .modal-backdrop, .size-guide-modal, #size-chart-modal { align-items: flex-end; padding: 0; }
  .tf-container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s-4); }
  .pdp-mat-tabs-desktop { display: none; }
  .pdp-mat-tabs-mobile { display: block; }
}


@media (min-width: 769px) {
  .pdp-mat-tabs-mobile { display: none; }
  .pdp-mat-tabs-desktop { display: flex; gap: var(--s-4); }
}


@media (max-width: 480px) {
  .pdp-ymal-item { flex-basis: 74vw; }
  .pdp-hc-card { flex-basis: 88vw; }
  .pdp-bundle-grid, .reviews-cards-grid { grid-template-columns: 1fr; }
  .tf-container { grid-template-columns: 1fr; }
  .pdp-swatch-btn { width: 44px; height: 44px; }
}


/* Trust bar layout chung */
.trust-features { padding-block: var(--s-6); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
/* [omitted] .tf-container — defined in style.css, preserved as base */
/* [omitted] .tf-item — defined in style.css, preserved as base */
/* [omitted] .tf-icon — defined in style.css, preserved as base */

.tf-item h4 { font-family: var(--font-sans); font-size: 14px; font-weight: 700; margin: 0 0 3px; color: var(--text-primary); }
/* [omitted] .tf-item p — defined in style.css, preserved as base */
/* Why-choose & features & styling & materials — layout khung */ .pdp-features-section { padding-block: var(--section-y); }
/* [omitted] .pdp-features-container, .pdp-why-container, .pdp-styling-container, .pdp-mat-banner-conta — defined in style.css, preserved as base */
/* [omitted] .pdp-features-container — defined in style.css, preserved as base */
/* [omitted] .pdp-feat-tag — defined in style.css, preserved as base */
/* [omitted] .pdp-feat-heading — defined in style.css, preserved as base */
/* [omitted] .pdp-feat-accordion — defined in style.css, preserved as base */
/* [omitted] .pdp-feat-acc-trigger — defined in style.css, preserved as base */

.pdp-feat-acc-trigger:hover { color: var(--accent-primary); }
/* [omitted] .pdp-feat-acc-left — defined in style.css, preserved as base */
/* [omitted] .pdp-feat-icon — defined in style.css, preserved as base */
/* [omitted] .pdp-feat-acc-chevron — defined in style.css, preserved as base */
/* [omitted] .pdp-feat-accordion.active .pdp-feat-acc-chevron — defined in style.css, preserved as base */
/* [omitted] .pdp-feat-acc-content — defined in style.css, preserved as base */
/* [omitted] .pdp-feat-accordion.active .pdp-feat-acc-content — defined in style.css, preserved as base */
/* [omitted] .pdp-feat-acc-lead — defined in style.css, preserved as base */
/* [omitted] .pdp-feat-acc-list — defined in style.css, preserved as base */
/* [omitted] .pdp-why-grid — defined in style.css, preserved as base */
/* [omitted] .pdp-why-item — defined in style.css, preserved as base */
/* [omitted] .pdp-why-icon — defined in style.css, preserved as base */
/* [omitted] .pdp-why-heading — defined in style.css, preserved as base */
/* [omitted] .pdp-why-desc — defined in style.css, preserved as base */
/* [omitted] .pdp-styling-header — defined in style.css, preserved as base */
/* [omitted] .pdp-styling-sub — defined in style.css, preserved as base */
/* [omitted] .pdp-styling-mention — defined in style.css, preserved as base */
/* [omitted] .pdp-styling-marquee — defined in style.css, preserved as base */
/* [omitted] .pdp-styling-track — defined in style.css, preserved as base */
/* [omitted] .pdp-style-card — defined in style.css, preserved as base */
/* [omitted] .pdp-style-handle — defined in style.css, preserved as base */
/* [omitted] .pdp-mat-banner-card — defined in style.css, preserved as base */
/* [omitted] .pdp-mat-banner-overlay — defined in style.css, preserved as base */
/* [omitted] .pdp-mat-banner-center — defined in style.css, preserved as base */
/* [omitted] .pdp-mat-banner-title — defined in style.css, preserved as base */
/* [omitted] .pdp-mat-btn — defined in style.css, preserved as base */
/* [omitted] .pdp-mat-btn-arrow — defined in style.css, preserved as base */

.pdp-mat-tabs { width: 100%; }
/* [omitted] .pdp-mat-tab — defined in style.css, preserved as base */

.pdp-mat-tab.active { color: #fff; }
/* [omitted] .pdp-mat-tab-label — defined in style.css, preserved as base */
/* [omitted] .pdp-mat-tab-bar — defined in style.css, preserved as base */
/* [omitted] .pdp-mat-tab-progress — defined in style.css, preserved as base */
/* [omitted] .pdp-mat-tab.active .pdp-mat-tab-progress — defined in style.css, preserved as base */

.pdp-mat-mob-nav { display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); color: #fff; }

.pdp-mat-mob-label { font-size: 13px; font-weight: 600; }

.pdp-mat-mob-arrows { display: flex; gap: 8px; }

.pdp-mat-mob-arr {
  width: 36px; height: 36px; border-radius: 50%; cursor: pointer;
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); color: #fff;
}

.pdp-mat-mob-bar { height: 2px; background: rgba(255,255,255,.25); border-radius: 2px; margin-top: 10px; overflow: hidden; }

.pdp-mat-mob-progress { display: block; height: 100%; width: 33%; background: #fff; transition: width var(--dur-3) var(--ease-out-expo); }
/* [omitted] .pdp-faq-trust-section — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-card-container — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-banner — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-banner-overlay — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-banner-content — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-banner-title — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-banner-desc — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-contact-btn — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-btn-circle — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-main-title — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-accordion-list — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-item — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-header — defined in style.css, preserved as base */

.pdp-faq-header:hover { color: var(--accent-primary); }
/* [omitted] .pdp-faq-question — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-icon-bubble — defined in style.css, preserved as base */

.pdp-faq-item.active .pdp-faq-icon-bubble { transform: rotate(180deg); background: var(--text-primary); color: #fff; }
/* [omitted] .pdp-faq-body — defined in style.css, preserved as base */
/* [omitted] .pdp-faq-item.active .pdp-faq-body — defined in style.css, preserved as base */


@media (max-width: 1024px) {
  .pdp-features-container, .pdp-faq-card-container { grid-template-columns: 1fr; }
}

.pdp-form-engine { display: grid; gap: var(--s-2); }


/* Auto-alignment container for embedded review/bundle components */
.pdp-bundle-section > *:not(.pdp-bundle-grid):not(.pdp-bundle-header) {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.pdp-bundle-section > * > div[style*="grid"],
.pdp-bundle-section > * > div[style*="flex"] { gap: var(--s-4); }
/* ==========================================================================
   M. INTERACTIVE VISUALIZER MODAL (Manual Chapter 6)
   ========================================================================== */
.pdp-visualizer-trigger {
  margin-top: var(--s-5);
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px; font-size: 13px;
  letter-spacing: .04em;
}
.gm-viz-body { padding: var(--s-5); display: grid; gap: var(--s-2); }
.gm-viz-row {
  display: grid; grid-template-columns: minmax(0, 230px) minmax(0, 1fr);
  gap: var(--s-4); align-items: start;
  padding: var(--s-4) 0; border-bottom: 1px solid var(--border-subtle);
}
.gm-viz-row:last-of-type { border-bottom: 0; }
.gm-viz-row__label h4 {
  font-family: var(--font-serif); font-size: 1.02rem; margin: 0 0 3px; color: var(--text-primary);
}
.gm-viz-row__label span { font-size: 12.5px; color: var(--text-muted); }
.gm-viz-row__body { margin: 0; color: var(--text-secondary); line-height: var(--leading-body); font-size: 14px; }
.gm-viz-rules {
  margin-top: var(--s-3); padding: var(--s-4);
  background: var(--bg-surface); border-radius: var(--r-md);
}
.gm-viz-rules h4 {
  font-family: var(--font-display); font-size: 11.5px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-muted); margin: 0 0 10px;
}
.gm-viz-rules ul { margin: 0; padding-left: 1.1em; display: grid; gap: 6px; }
.gm-viz-rules li { color: var(--text-secondary); font-size: 13.5px; }
@media (max-width: 768px) {
  .gm-viz-row { grid-template-columns: 1fr; gap: 6px; }
  .gm-viz-body { padding: var(--s-4); }
}


/* ==========================================================================
   SINGLE JOURNAL / EDITORIAL POST PAGE
   ========================================================================== */
.article-page {
  background: #FAF8F5;
  color: #111111;
  padding-bottom: 40px;
}

.article-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 70px 24px;
}

.article-breadcrumb {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  color: #777777;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.article-breadcrumb a {
  color: #555555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.article-breadcrumb a:hover {
  color: #B88E56;
}

.article-breadcrumb span {
  color: #aaaaaa;
}

.article-header {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 36px auto;
}

.article-badge {
  display: inline-block;
  background: #FFFFFF;
  color: #111111;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 6px 18px;
  border-radius: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.article-title {
  font-family: var(--font-serif, "Playfair Display", serif);
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 700;
  color: #111111;
  line-height: 1.22;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.article-meta {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.article-hero-wrap {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 50px auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
  background: #E8E2D8;
}

.article-hero-wrap img {
  width: 100%;
  height: auto;
  max-height: 580px;
  object-fit: cover;
  display: block;
}

.article-body {
  max-width: 820px;
  margin: 0 auto;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 17.5px;
  line-height: 1.85;
  color: #2c2c2c;
}

.article-body p {
  margin: 0 0 26px 0;
}

.article-body .dropcap {
  float: left;
  font-family: var(--font-serif, "Playfair Display", serif);
  font-size: 58px;
  line-height: 0.82;
  padding-right: 14px;
  padding-top: 4px;
  color: #B88E56;
  font-weight: 700;
}

.article-quote {
  border-left: 3px solid #B88E56;
  padding: 24px 32px;
  margin: 40px 0;
  background: rgba(184, 142, 86, 0.06);
  border-radius: 0 16px 16px 0;
  font-family: var(--font-serif, "Playfair Display", serif);
  font-style: italic;
  font-size: 21px;
  line-height: 1.55;
  color: #1D335E;
}

.article-quote cite {
  display: block;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888888;
  margin-top: 12px;
}

.article-inline-image {
  margin: 45px 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}

.article-inline-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.article-inline-caption {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  color: #777777;
  text-align: center;
  padding: 12px 16px 0 16px;
  font-style: italic;
}

.article-footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 28px 0;
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.article-tags-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.article-tags-label {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #111111;
}

.article-tag-pill {
  display: inline-block;
  background: #F0ECE1;
  color: #333333;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

.article-tag-pill:hover {
  background: #1D335E;
  color: #FFFFFF;
  transform: translateY(-1px);
}

.article-share-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.article-share-label {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #111111;
}

.share-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.share-icon-btn:hover {
  background: #1D335E;
  color: #FFFFFF;
  border-color: #1D335E;
  transform: translateY(-2px);
}

.article-nav-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 36px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 10px;
}

.article-nav-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.3s ease;
}

.article-nav-link.next {
  text-align: right;
  align-items: flex-end;
}

.article-nav-link:hover {
  transform: translateY(-2px);
}

.article-nav-sub {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888888;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.article-nav-link:hover .article-nav-sub {
  color: #B88E56;
}

.article-nav-heading {
  font-family: var(--font-serif, "Playfair Display", serif);
  font-size: 19px;
  font-weight: 600;
  color: #111111;
  line-height: 1.35;
  transition: color 0.25s ease;
}

.article-nav-link:hover .article-nav-heading {
  color: #B88E56;
}

/* Related Posts Section */
.related-posts-section {
  max-width: 1300px;
  margin: 60px auto 90px auto;
  padding: 0 24px;
}

.related-section-title {
  font-family: var(--font-serif, "Playfair Display", serif);
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px 0;
  color: #111111;
}

/* Comments Section */
.article-comments-section {
  max-width: 820px;
  margin: 0 auto 90px auto;
  padding: 0 24px;
  text-align: center;
}

.comments-title {
  font-family: var(--font-serif, "Playfair Display", serif);
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 700;
  margin-bottom: 35px;
  color: #111111;
}

.comments-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  text-align: left;
}

.comments-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.comments-form .form-group.full {
  grid-column: span 2;
}

.comments-form label {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  font-weight: 600;
  color: #222222;
}

.comments-input,
.comments-textarea {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  padding: 14px 22px;
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  color: #111111;
  outline: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
  width: 100%;
}

.comments-textarea {
  border-radius: 22px;
  min-height: 150px;
  resize: vertical;
}

.comments-input:focus,
.comments-textarea:focus {
  border-color: #B88E56;
  box-shadow: 0 0 0 3px rgba(184, 142, 86, 0.16);
}

.comments-submit-wrap {
  grid-column: span 2;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.comments-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #111111;
  color: #FFFFFF;
  padding: 14px 32px;
  border-radius: 40px;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.comments-submit-btn .arrow-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFFFFF;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.comments-submit-btn:hover {
  background: #1D335E;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(29, 51, 94, 0.25);
}

.comments-submit-btn:hover .arrow-icon {
  transform: translateX(3px);
}

.comment-toast {
  grid-column: span 2;
  display: none;
  background: #E8F5E9;
  color: #2E7D32;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .article-container {
    padding: 24px 16px 50px 16px;
  }
  .article-nav-strip {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .article-nav-link.next {
    text-align: left;
    align-items: flex-start;
  }
  .comments-form {
    grid-template-columns: 1fr;
  }
  .comments-form .form-group.full {
    grid-column: span 1;
  }
  .comments-submit-wrap {
    grid-column: span 1;
  }
}


.copy-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #1D335E;
  color: #FAF8F5;
  padding: 12px 24px;
  border-radius: 30px;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  gap: 8px;
}
.copy-toast.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
