/* ==========================================================================
   T-04b — statement-tier PDP (₹1,199–₹8,000). Editorial: story before spec,
   dimensions on the page, designed zero-review state.
   ========================================================================== */

.esmaric-pdp--statement { max-width: none; padding: 0; margin: 0; }

/* — hero: dark band, image beside copy — */
.esmaric-pdp--statement .esmaric-hero {
  display: grid; grid-template-columns: 1.15fr 1fr;
  background: var(--es-band-bg); color: var(--es-band-ink);
  min-height: 560px; align-items: center;
}
.esmaric-pdp--statement .esmaric-hero__media { align-self: stretch; }
.esmaric-pdp--statement .esmaric-hero__media .woocommerce-product-gallery { height: 100%; }
.esmaric-pdp--statement .esmaric-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.esmaric-pdp--statement .esmaric-hero__media .flex-control-thumbs {
  list-style: none; margin: 0; padding: 12px;
  display: flex; gap: 10px; background: var(--es-band-bg);
}
.esmaric-pdp--statement .esmaric-hero__media .flex-control-thumbs img { width: 64px; height: 64px; object-fit: cover; opacity: 0.6; cursor: pointer; }
.esmaric-pdp--statement .esmaric-hero__media .flex-control-thumbs img.flex-active { opacity: 1; }

.esmaric-pdp--statement .esmaric-hero__copy {
  padding: var(--es-space-8) 56px;
  display: flex; flex-direction: column; gap: var(--es-space-4);
}
.esmaric-hero__eyebrow { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; }
.esmaric-hero__eyebrow a { color: var(--es-band-gold); }
.esmaric-pdp--statement .product_title {
  font-size: clamp(34px, 3.6vw, 52px); line-height: 1.12;
  color: var(--es-umber-100);
}
.esmaric-pdp--statement .esmaric-hero__copy .woocommerce-product-details__short-description {
  font-family: var(--es-font-display);
  font-size: 18px; line-height: 1.75; color: var(--es-band-ink);
}
.esmaric-pdp--statement .esmaric-hero__copy .price { font-size: 30px; color: var(--es-umber-100); }
.esmaric-hero__availability { font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--es-band-gold); }
.esmaric-hero__availability .stock { color: inherit; margin: 0; }

/* — spec band — */
.esmaric-pdp--statement .esmaric-spec {
  display: flex; flex-wrap: wrap; gap: var(--es-space-7);
  max-width: var(--es-container); margin: 0 auto;
  padding: var(--es-space-6) 48px;
  border-bottom: 1px solid var(--es-rule);
}
.esmaric-spec__fragile { font-size: 13.5px; color: var(--es-ink-soft); max-width: 40ch; }

/* — story — */
.esmaric-pdp--statement .esmaric-story {
  max-width: 72ch; margin: 0 auto;
  padding: var(--es-space-7) 48px;
}
.esmaric-pdp--statement .esmaric-story p {
  margin: 0 0 var(--es-space-4);
  font-size: 16.5px; line-height: 1.85; color: var(--es-ink);
}
.esmaric-pdp--statement .esmaric-story h2,
.esmaric-pdp--statement .esmaric-story h3 { margin: var(--es-space-5) 0 var(--es-space-3); }

/* — buy band — */
.esmaric-pdp__buy {
  position: sticky; bottom: 0; z-index: 30;
  background: var(--es-paper); border-top: 1px solid var(--es-rule);
  padding: var(--es-space-3) 48px;
  box-shadow: var(--es-shadow-md);
}
.esmaric-pdp__buy form.cart {
  max-width: var(--es-container); margin: 0 auto;
  display: flex; gap: 12px; align-items: stretch;
}
.esmaric-pdp__buy .quantity input.qty {
  width: 76px; min-height: 48px; text-align: center;
  font: inherit; font-weight: 600; font-variant-numeric: tabular-nums;
  background: var(--es-paper); color: var(--es-ink);
  border: 1px solid var(--es-rule); border-radius: var(--es-radius);
}
.esmaric-pdp__buy .single_add_to_cart_button {
  flex: 1; min-height: 48px; cursor: pointer;
  font-family: var(--es-font-body); font-weight: 500;
  font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase;
  background: var(--es-umber-800); color: var(--es-umber-100);
  border: 1px solid var(--es-umber-800); border-radius: var(--es-radius);
}
.esmaric-pdp__buy .single_add_to_cart_button:hover { background: var(--es-umber-900); }

/* — reviews / zero-review state — */
.esmaric-reviews { max-width: var(--es-container); margin: 0 auto; padding: var(--es-space-6) 48px; }
.esmaric-reviews--empty { padding-top: var(--es-space-5); }

/* — related — */
.esmaric-pdp--statement .related.products {
  max-width: var(--es-container); margin: 0 auto;
  padding: var(--es-space-6) 48px var(--es-space-8);
}
.esmaric-pdp--statement .related > h2 { font-size: 24px; margin-bottom: var(--es-space-4); }
.esmaric-pdp--statement ul.products {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: var(--es-space-5) var(--es-space-4);
}

@media (max-width: 900px) {
  .esmaric-pdp--statement .esmaric-hero { grid-template-columns: 1fr; }
  .esmaric-pdp--statement .esmaric-hero__copy { padding: var(--es-space-5) 22px; }
  .esmaric-pdp--statement .esmaric-spec,
  .esmaric-pdp--statement .esmaric-story,
  .esmaric-reviews,
  .esmaric-pdp--statement .related.products { padding-left: 20px; padding-right: 20px; }
  .esmaric-pdp__buy { padding: var(--es-space-2) 20px; }
  .esmaric-pdp--statement ul.products { grid-template-columns: repeat(2, 1fr); }
}
