/* Editorial finishing layer. Preserve the existing wine, gold and cream identity. */
:root { --heydis-editorial-line: rgba(75,7,85,.16); }
main h1, main h2, main h3 { text-wrap: balance; }
.hero-copy, .inner-hero > p:not(.overline), .section-intro > p,
.service-intro-copy p, .story-teaser-copy > p, .business-solution-copy > p {
  text-wrap: pretty;
  line-height: 1.7;
}
.overline, .eyebrow { letter-spacing: .16em; }
.service-premium-card { border: 1px solid var(--heydis-editorial-line); box-shadow: 0 10px 28px rgba(45,4,51,.035); }
.service-premium-card .service-price-from { color: #6E5A72; font-size: .875rem; letter-spacing: .025em; }
.business-solution-copy > p:not(.overline), .story-opening-copy > p:not(.overline) { max-width: 60ch; }
.faq-list summary { min-height: 76px; }
.faq-list details > p { max-width: 64ch; line-height: 1.8; }
.premium-visit { background: #EFE3F1; border-block: 1px solid var(--heydis-editorial-line); }
.premium-visit-header { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: end; margin-bottom: 48px; }
.premium-visit-header p:last-child { max-width: 48ch; color: #6E5A72; line-height: 1.75; }
.premium-visit-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.premium-visit-steps li { border-top: 1px solid rgba(75,7,85,.26); padding-top: 24px; }
.premium-visit-steps .step-number { color: #4B0755; font-size: .8rem; letter-spacing: .16em; }
.premium-visit-steps h3 { color: #2D0433; font-family: 'Heydis Instrument','Times New Roman',serif; font-weight: 400; font-size: clamp(1.7rem,2.5vw,2.3rem); margin: 16px 0 12px; }
.premium-visit-steps p { color: #6E5A72; line-height: 1.75; max-width: 42ch; margin: 0; }
.premium-visit-footer { display: flex; gap: 24px; align-items: center; justify-content: space-between; border-top: 1px solid var(--heydis-editorial-line); margin-top: 40px; padding-top: 28px; }
.premium-visit-footer p { color: #6E5A72; margin: 0; }
.shop-premium-hero-copy h1 { max-width: 22ch; }
.shop-premium-hero-copy > p:last-child { max-width: 58ch; line-height: 1.7; }
.woocommerce-product-details__short-description { line-height: 1.8; }
.woocommerce-Tabs-panel--description p { max-width: 78ch; line-height: 1.8; }
.heydis-color-selector-note {
  margin: 14px 0 18px;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  background: var(--purple-soft);
  color: var(--purple);
  font-size: .92rem;
  line-height: 1.55;
}
.heydis-price-pending { color: #6E5A72; font-weight: 600; }

/* Keep the outer WooCommerce related section out of the generic product grid. */
.woocommerce section.related.products {
  display: block !important;
  width: 100%;
  max-width: none;
  grid-template-columns: none !important;
}
.woocommerce section.related.products > h2 {
  margin-bottom: clamp(24px,3vw,38px);
  font-size: clamp(1.75rem,2.6vw,2.5rem);
}
.woocommerce section.related.products > ul.products {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: clamp(16px,2vw,28px) !important;
}
.woocommerce section.related.products ul.products li.product {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: clamp(14px,1.6vw,20px) !important;
}
.woocommerce section.related.products ul.products li.product a img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.woocommerce section.related.products ul.products li.product .woocommerce-loop-product__title {
  font-size: clamp(1rem,1.2vw,1.16rem) !important;
  line-height: 1.35;
}
.woocommerce section.related.products ul.products li.product .button {
  width: 100%;
  justify-content: center;
}
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .service-premium-card { transition: box-shadow .25s ease, border-color .25s ease; }
  .service-premium-card:hover { border-color: rgba(75,7,85,.35); box-shadow: 0 16px 36px rgba(45,4,51,.08); }
}
@media(max-width:900px) {
  .woocommerce section.related.products > ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:767px) {
  .premium-visit-header { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
  .premium-visit-steps { grid-template-columns: 1fr; gap: 28px; }
  .premium-visit-steps li { padding-top: 20px; }
  .premium-visit-steps h3 { margin-top: 10px; }
  .premium-visit-footer { flex-direction: column; align-items: flex-start; gap: 20px; }
  .premium-visit-footer .button { width: 100%; }
  .faq-list summary { min-height: 68px; }
}
@media(max-width:480px) {
  .woocommerce section.related.products > h2 { margin-bottom: 20px; }
  .woocommerce section.related.products > ul.products { gap: 12px !important; }
  .woocommerce section.related.products ul.products li.product { padding: 10px !important; }
}
