/* MOAMISHTI site-wide storefront candidate — scoped to non-home canonical pages. */
.site-storefront-page {
  --hs-cream: #fbf7e8;
  --hs-cream-deep: #f3ead0;
  --hs-ink: #182622;
  --hs-muted: #5f6e68;
  --hs-green: #0f6858;
  --hs-green-dark: #08463b;
  --hs-green-light: #dfeee7;
  --hs-yellow: #f5d943;
  --hs-maroon: #7c2831;
  --hs-white: #fffef9;
  --hs-line: rgba(15, 104, 88, .16);
  --hs-shadow: 0 22px 70px rgba(32, 45, 38, .12);
  margin: 0;
  overflow-x: hidden;
  background: var(--hs-cream) !important;
  color: var(--hs-ink) !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
}

.site-storefront-page *,
.site-storefront-page *::before,
.site-storefront-page *::after { box-sizing: border-box; }
.site-storefront-page img,
.site-storefront-page video { display: block; max-width: 100%; }
.site-storefront-page a { text-underline-offset: 3px; }
.site-storefront-page h1,
.site-storefront-page h2,
.site-storefront-page h3,
.site-storefront-page h4 {
  color: var(--hs-ink);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.site-storefront-page :focus-visible { outline: 3px solid var(--hs-yellow); outline-offset: 3px; }

.site-storefront-page .hs-header { position: sticky; top: 0; }
.site-storefront-page .hs-footer-logo { border-radius: 50%; }
.site-storefront-page .hs-footer-wordmark { text-decoration: none; }
.site-storefront-page .hs-mobile-actions a { text-decoration: none; }

.site-storefront-page main {
  display: block;
  width: 100%;
  max-width: none;
  overflow: clip;
  margin: 0;
  padding: 42px 0 96px !important;
  background:
    radial-gradient(circle at 8% 4%, rgba(245,217,67,.14), transparent 24rem),
    var(--hs-cream) !important;
}

.site-storefront-page main > section {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin: 0 auto 30px !important;
  padding: clamp(42px, 5.4vw, 72px) !important;
  border: 1px solid var(--hs-line) !important;
  border-radius: 26px !important;
  background: var(--hs-white) !important;
  box-shadow: 0 14px 42px rgba(28,50,42,.07) !important;
}

.site-storefront-page main > section:nth-of-type(even) { background: #fffdf5 !important; }
.site-storefront-page main > section:last-child { margin-bottom: 0 !important; }
.site-storefront-page main > section > :first-child { margin-top: 0; }

.site-storefront-page :is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero
) {
  position: relative;
  overflow: hidden;
  border: 0 !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(245,217,67,.2), transparent 25rem),
    linear-gradient(135deg, var(--hs-green-dark), #0d5c4e) !important;
  color: white !important;
  box-shadow: var(--hs-shadow) !important;
}

.site-storefront-page :is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero
) :is(h1,h2,h3,p,li,strong,span) { color: inherit; }

.site-storefront-page :is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero
) h1 {
  max-width: 980px;
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 5.7vw, 5.15rem) !important;
}

.site-storefront-page :is(.eyebrow,.kicker,.section-kicker,[class*="-eyebrow"]) {
  color: var(--hs-maroon) !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase;
}
.site-storefront-page :is(.page-hero,.phase4-guide-hero,.phase4-hero,.phase4-intent-hero,.product-detail-hero,.legal-hero,.faq-hero,.moa-signature-hero,.phase11-hero,.partner-enquiry-hero,.r13-hero)
  :is(.eyebrow,.kicker,.section-kicker,[class*="-eyebrow"]) { color: var(--hs-yellow) !important; }

.site-storefront-page main p,
.site-storefront-page main li { color: var(--hs-muted); }
.site-storefront-page main a { color: var(--hs-green-dark); }
.site-storefront-page main strong { color: var(--hs-ink); }

.site-storefront-page :is(
  .button,
  .cta-button,
  .product-clean-action,
  .product-detail-cta,
  .phase4-guide-cta a,
  .cta-band a,
  .faq-final-cta a,
  .contact-final-cta a,
  .r13-cta a,
  .r13-cta-light a
) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px !important;
  border: 1px solid var(--hs-green) !important;
  border-radius: 999px !important;
  background: var(--hs-green) !important;
  color: white !important;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 750 !important;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(15,104,88,.18);
}
.site-storefront-page :is(.button-outline,.button-secondary,.secondary-button) {
  background: transparent !important;
  color: var(--hs-green-dark) !important;
}

.site-storefront-page :is(
  article,
  .card,
  [class$="-card"],
  [class*="-card "],
  .faq-item,
  details,
  .phase4-guide-section,
  .phase3-answer-section,
  .product-detail-section,
  .product-seo-section,
  .product-faq-section,
  .legal-content,
  .faq-section,
  .r13-section
) {
  border-color: var(--hs-line) !important;
  border-radius: 20px !important;
}

.site-storefront-page :is(.phase4-guide-section,.phase3-answer-section,.product-detail-section,.product-seo-section,.product-faq-section,.legal-content,.faq-section,.r13-section) {
  padding: clamp(26px, 4vw, 48px) !important;
  background: rgba(255,255,255,.72) !important;
}

.site-storefront-page main img {
  height: auto;
  border-radius: 18px;
  object-fit: contain;
}
.site-storefront-page main figure { overflow: hidden; border-radius: 20px; }
.site-storefront-page main figure img { width: 100%; }

.site-storefront-page :is(.cta-band,.product-clean-final,.phase4-guide-cta,.r13-cta,.contact-final-cta,.faq-final-cta) {
  border: 0 !important;
  background: var(--hs-maroon) !important;
  color: white !important;
}
.site-storefront-page :is(.cta-band,.product-clean-final,.phase4-guide-cta,.r13-cta,.contact-final-cta,.faq-final-cta) :is(h2,h3,p,strong,span) { color: inherit !important; }

.site-storefront-page table {
  overflow: hidden;
  border: 1px solid var(--hs-line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  background: white;
}
.site-storefront-page th { background: var(--hs-green-dark); color: white; }
.site-storefront-page th,
.site-storefront-page td { padding: 14px 16px; border-color: var(--hs-line); }

.site-storefront-page details {
  margin-bottom: 12px;
  padding: 18px 20px;
  border: 1px solid var(--hs-line);
  background: white;
}
.site-storefront-page summary { color: var(--hs-green-dark); font-weight: 750; cursor: pointer; }

.site-storefront-page .footer-trust-row { display: none !important; }

@media (max-width: 820px) {
  .site-storefront-page main { padding-top: 28px !important; }
  .site-storefront-page main > section {
    width: min(100% - 28px, 720px);
    padding: 38px 28px !important;
    border-radius: 22px !important;
  }
  .site-storefront-page :is(.page-hero,.phase4-guide-hero,.phase4-hero,.phase4-intent-hero,.product-detail-hero,.legal-hero,.faq-hero,.moa-signature-hero,.phase11-hero,.partner-enquiry-hero,.r13-hero) h1 {
    font-size: clamp(2.35rem, 9vw, 4.2rem) !important;
  }
}

@media (max-width: 560px) {
  .site-storefront-page { padding-bottom: 64px; }
  .site-storefront-page main { padding-bottom: 70px !important; }
  .site-storefront-page main > section {
    width: calc(100% - 22px);
    margin-bottom: 18px !important;
    padding: 30px 20px !important;
    border-radius: 18px !important;
  }
  .site-storefront-page main > section :is(h1,h2,h3,p,li,a) { overflow-wrap: anywhere; }
  .site-storefront-page table { display: block; max-width: 100%; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .site-storefront-page *,
  .site-storefront-page *::before,
  .site-storefront-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/*
 * Site-wide content design r2
 * The approved homepage is the visual baseline. Inner-page content keeps its
 * wording and links, but every direct section now behaves as a full-width
 * storefront band with a readable 1320px content measure.
 */
.site-storefront-page {
  --hs-content: 1320px;
  --hs-page-gutter: clamp(24px, 5vw, 72px);
  --hs-section-space: clamp(72px, 8vw, 118px);
  --hs-card-radius: 24px;
  --hs-card-shadow: 0 18px 46px rgba(21, 45, 37, .09);
}

/* Legacy scroll-reveal left large inner-page areas transparent until scrolling. */
.site-storefront-page main .reveal,
.site-storefront-page main .reveal.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
}

.site-storefront-page .floating-actions { display: flex !important; }

.site-storefront-page main {
  padding: 0 !important;
  background: var(--hs-cream) !important;
}

body.site-storefront-page.site-page main > section :is(h1, h2, h3, h4) {
  font-family: "Playfair Display", Georgia, serif !important;
}

.site-storefront-page main > section,
.site-storefront-page main > section:nth-of-type(even),
.site-storefront-page main > section:last-child {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--hs-section-space) max(var(--hs-page-gutter), calc((100vw - var(--hs-content)) / 2)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--hs-cream) !important;
  box-shadow: none !important;
}

body.site-storefront-page.site-page main > section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  margin-inline: 0 !important;
}

.site-storefront-page main > section:nth-of-type(even),
.site-storefront-page main > .phase4-guide-section-soft,
.site-storefront-page main > .r13-soft,
.site-storefront-page main > .phase11-trust-section,
.site-storefront-page main > .phase3-answer-section,
.site-storefront-page main > .product-detail-section,
.site-storefront-page main > .product-faq-section,
.site-storefront-page main > .legal-content,
.site-storefront-page main > .faq-section {
  background: var(--hs-white) !important;
}

.site-storefront-page main > .seo-related-section {
  background:
    radial-gradient(circle at 92% 14%, rgba(245, 217, 67, .16), transparent 23rem),
    var(--hs-cream-deep) !important;
}

/* Full-width inner-page heroes mirror the homepage's premium colour rhythm. */
.site-storefront-page main > :is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero
) {
  min-height: clamp(500px, 52vw, 690px) !important;
  padding-block: clamp(68px, 8vw, 112px) !important;
  overflow: hidden !important;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 22%, rgba(245, 217, 67, .21), transparent 28rem),
    radial-gradient(circle at 12% 78%, rgba(255, 254, 249, .1), transparent 24rem),
    linear-gradient(120deg, #073f35 0%, var(--hs-green) 58%, #256b4b 100%) !important;
  color: #fffef9 !important;
}

.site-storefront-page main > :is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero
)::before {
  position: absolute;
  z-index: -1;
  top: -110px;
  right: max(3vw, 24px);
  width: clamp(260px, 34vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  content: "";
}

.site-storefront-page main > :is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero
) :is(h1, h2, h3, p, li, strong, span) { color: inherit !important; }

body.site-storefront-page.site-page main > section:is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero
) :is(h1, h2, h3, p, li, strong, span) {
  color: #fffef9 !important;
}

body.site-storefront-page.site-page main > section.page-hero .hero-copy > p:not(.eyebrow) {
  color: #fffef9 !important;
  text-shadow: none !important;
}

.site-storefront-page main > :is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero
) h1 {
  max-width: 980px;
  margin: 0 0 22px;
  font-size: clamp(2.75rem, 5.7vw, 5.6rem) !important;
  line-height: .98 !important;
  letter-spacing: -.052em !important;
  font-style: normal !important;
  text-wrap: balance;
}

.site-storefront-page main > :is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero
) p:not([class*="eyebrow"]):not(.kicker):not(.section-kicker) {
  max-width: 760px;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

/* Existing hero families retain their content while sharing one responsive grid. */
.site-storefront-page main > .phase4-guide-hero,
.site-storefront-page main > .product-detail-hero,
.site-storefront-page main > .legal-hero,
.site-storefront-page main > .moa-signature-hero {
  display: grid !important;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr) !important;
  align-items: center !important;
  gap: clamp(42px, 7vw, 104px) !important;
}

.site-storefront-page :is(.phase4-guide-hero-brand, .legal-brand-card) {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
  background: rgba(255, 254, 249, .08);
  text-align: center;
  backdrop-filter: blur(10px);
}

.site-storefront-page .phase4-guide-hero-brand img {
  width: min(250px, 78%) !important;
  max-height: 250px;
  object-fit: contain !important;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .16));
}

.site-storefront-page :is(.phase4-guide-hero-copy, .product-detail-copy) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-storefront-page :is(.phase4-guide-actions, .product-detail-actions, .r13-actions, .hero-actions) {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px !important;
  margin-top: 12px;
}

.site-storefront-page .product-detail-media,
.site-storefront-page .r13-visual,
.site-storefront-page .moa-signature-visual {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 570px;
  aspect-ratio: 1;
  margin: 0 auto;
  padding: clamp(14px, 2vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 30px;
  background: rgba(255, 254, 249, .1);
}

.site-storefront-page :is(.product-detail-media, .r13-visual, .moa-signature-visual) img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 20px;
}

.site-storefront-page .r13-hero-inner,
.site-storefront-page .phase4-intent-hero-inner,
.site-storefront-page .phase11-hero-inner {
  width: 100% !important;
  max-width: var(--hs-content) !important;
  margin-inline: auto !important;
}

/* Section introductions use the same centred editorial hierarchy as the homepage. */
.site-storefront-page :is(
  .phase4-guide-head,
  .seo-related-head,
  .phase3-answer-head,
  .phase11-trust-head,
  .product-seo-head,
  .product-faq-head,
  .r13-section-head,
  .faq-category-head,
  .contact-section-head,
  .section-heading,
  [class$="-section-head"]
) {
  max-width: 900px !important;
  margin: 0 auto clamp(30px, 4vw, 48px) !important;
  text-align: center !important;
}

.site-storefront-page main > section > :is(h2, h3),
.site-storefront-page :is(
  .phase4-guide-head,
  .seo-related-head,
  .phase3-answer-head,
  .phase11-trust-head,
  .product-seo-head,
  .product-faq-head,
  .r13-section-head,
  .faq-category-head,
  .contact-section-head,
  .section-heading,
  [class$="-section-head"]
) > :is(h2, h3) {
  margin: 0 0 16px !important;
  font-size: clamp(2.15rem, 4.3vw, 4.25rem) !important;
  letter-spacing: -.045em !important;
  line-height: 1.03 !important;
  text-wrap: balance;
}

.site-storefront-page :is(
  .phase4-guide-head,
  .seo-related-head,
  .phase3-answer-head,
  .phase11-trust-head,
  .product-seo-head,
  .product-faq-head,
  .r13-section-head,
  .faq-category-head,
  .contact-section-head,
  .section-heading,
  [class$="-section-head"]
) > p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: var(--hs-muted) !important;
  font-size: clamp(.98rem, 1.3vw, 1.1rem);
}

.site-storefront-page :is(.phase9-eyebrow, .eyebrow, .kicker, .section-kicker, [class*="-eyebrow"]) {
  margin-bottom: 12px !important;
  color: var(--hs-maroon) !important;
  font-size: .75rem !important;
  font-weight: 800 !important;
  letter-spacing: .17em !important;
  text-transform: uppercase;
}

.site-storefront-page main > :is(.page-hero, .phase4-guide-hero, .phase4-hero, .phase4-intent-hero, .product-detail-hero, .legal-hero, .faq-hero, .moa-signature-hero, .phase11-hero, .partner-enquiry-hero, .r13-hero)
  :is(.phase9-eyebrow, .eyebrow, .kicker, .section-kicker, [class*="-eyebrow"]) {
  color: var(--hs-yellow) !important;
}

/* Consistent premium cards and product grids. */
.site-storefront-page :is(
  .phase4-guide-grid,
  .seo-related-grid,
  .phase3-answer-grid,
  .phase11-trust-grid,
  .product-detail-grid,
  .product-faq-grid,
  .r13-card-grid,
  .legal-content,
  .contact-action-grid,
  .contact-route-grid,
  .journey-grid
) {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr)) !important;
  gap: clamp(16px, 2.2vw, 28px) !important;
  width: 100% !important;
  max-width: var(--hs-content) !important;
  margin-inline: auto !important;
}

.site-storefront-page .product-clean-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 32px) !important;
  width: 100% !important;
  max-width: var(--hs-content) !important;
  margin-inline: auto !important;
}

.site-storefront-page :is(
  .phase4-guide-card,
  .seo-related-card,
  .phase3-answer-card,
  .phase11-trust-card,
  .product-detail-card,
  .product-faq-card,
  .r13-card,
  .legal-card,
  .contact-action-card,
  .contact-route-card,
  .journey-card,
  .product-clean-card,
  .faq-item,
  details
) {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px) !important;
  border: 1px solid var(--hs-line) !important;
  border-radius: var(--hs-card-radius) !important;
  background: rgba(255, 254, 249, .96) !important;
  color: var(--hs-ink) !important;
  box-shadow: var(--hs-card-shadow) !important;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

.site-storefront-page a:is(.seo-related-card, .journey-card):hover,
.site-storefront-page .product-clean-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 104, 88, .34) !important;
  box-shadow: 0 25px 58px rgba(21, 45, 37, .14) !important;
}

.site-storefront-page :is(.phase4-guide-card, .phase3-answer-card, .phase11-trust-card, .product-detail-card, .r13-card) :is(i, [class*="-icon"]) {
  color: var(--hs-green) !important;
}

.site-storefront-page :is(.phase4-guide-card, .seo-related-card, .phase3-answer-card, .phase11-trust-card, .product-detail-card, .product-faq-card, .r13-card, .legal-card, .contact-action-card, .contact-route-card, .journey-card) h3,
.site-storefront-page .seo-related-card strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--hs-ink) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem) !important;
  line-height: 1.15 !important;
}

.site-storefront-page .product-clean-card {
  display: flex !important;
  flex-direction: column;
  padding: 14px 14px 24px !important;
  overflow: hidden;
}

.site-storefront-page .product-clean-card figure {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  margin: 0 0 22px !important;
  overflow: hidden;
  border-radius: 18px !important;
  background: var(--hs-cream-deep);
}

.site-storefront-page .product-clean-card figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

.site-storefront-page .product-clean-card :is(h2, h3, p, a) { margin-inline: 10px; }
.site-storefront-page .product-clean-card h2 { font-size: clamp(1.55rem, 2.5vw, 2.15rem) !important; }

/* All editorial media is visible in its natural aspect ratio; no product crop. */
.site-storefront-page main :is(figure, .media-frame, [class*="-media"], [class*="-visual"]) {
  overflow: hidden;
  border-radius: 26px;
}

.site-storefront-page main :is(figure, .media-frame, [class*="-media"], [class*="-visual"]) img {
  max-width: 100%;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.site-storefront-page main .media-frame {
  display: grid !important;
  place-items: center;
  width: min(1120px, 100%) !important;
  max-width: 1120px !important;
  margin: 0 auto clamp(30px, 4vw, 48px) !important;
  background: var(--hs-cream-deep);
}

.site-storefront-page main .media-frame img {
  width: 100% !important;
  max-height: 720px;
}

.site-storefront-page main > .moa-full-product-photo {
  display: grid !important;
  place-items: center;
}

.site-storefront-page .moa-full-product-photo :is(figure, picture) {
  width: min(760px, 100%) !important;
  aspect-ratio: 1;
  margin: 0 auto !important;
  padding: 18px;
  background: var(--hs-white);
  box-shadow: var(--hs-card-shadow);
}

.site-storefront-page .moa-full-product-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.site-storefront-page :is(.moa-gallery-grid, .r13-gallery-grid, .gallery-grid) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(14px, 2vw, 24px) !important;
}

.site-storefront-page :is(.moa-gallery-grid, .r13-gallery-grid, .gallery-grid) :is(figure, a) {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 10px;
  background: var(--hs-white);
}

.site-storefront-page :is(.moa-gallery-grid, .r13-gallery-grid, .gallery-grid) img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

/* Long answer, policy and FAQ content stays readable instead of becoming a card island. */
.site-storefront-page main > .legal-content {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.site-storefront-page .legal-full { grid-column: 1 / -1; }

.site-storefront-page .faq-list,
.site-storefront-page .phase4-guide-faq {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px !important;
  max-width: 1120px;
  margin-inline: auto;
}

.site-storefront-page details { margin: 0 !important; }
.site-storefront-page details[open] { border-color: rgba(15, 104, 88, .35) !important; }
.site-storefront-page summary { font-size: 1.02rem; line-height: 1.45; }

.site-storefront-page table {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}

/* Full-width conversion bands echo the homepage's compact maroon/green rhythm. */
.site-storefront-page main > section:is(.cta-band, .product-clean-final, .phase4-guide-cta, .r13-cta, .contact-final-cta, .faq-final-cta, .product-clean-partner, .partner-form-band) {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(28px, 5vw, 72px) !important;
  min-height: 300px;
  background:
    radial-gradient(circle at 88% 10%, rgba(245, 217, 67, .2), transparent 24rem),
    var(--hs-maroon) !important;
  color: white !important;
}

.site-storefront-page main > section:is(.cta-band, .product-clean-final, .phase4-guide-cta, .r13-cta, .contact-final-cta, .faq-final-cta, .product-clean-partner, .partner-form-band) :is(h2, h3, p, strong, span) {
  color: inherit !important;
}

.site-storefront-page main > section:is(.cta-band, .product-clean-final, .phase4-guide-cta, .r13-cta, .contact-final-cta, .faq-final-cta, .product-clean-partner, .partner-form-band) h2 {
  max-width: 860px;
  margin-bottom: 14px;
  font-size: clamp(2.25rem, 4.5vw, 4.5rem) !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

.site-storefront-page main > section:is(.cta-band, .product-clean-final, .phase4-guide-cta, .r13-cta, .contact-final-cta, .faq-final-cta, .product-clean-partner, .partner-form-band) .button {
  flex: 0 0 auto;
  border-color: var(--hs-yellow) !important;
  background: var(--hs-yellow) !important;
  color: var(--hs-green-dark) !important;
}

/* Responsive contract follows the homepage: three/two/one product columns. */
@media (max-width: 980px) {
  .site-storefront-page .product-clean-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .site-storefront-page main > .phase4-guide-hero,
  .site-storefront-page main > .product-detail-hero,
  .site-storefront-page main > .legal-hero,
  .site-storefront-page main > .moa-signature-hero {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  .site-storefront-page :is(.phase4-guide-hero-copy, .product-detail-copy) { align-items: center; }
  .site-storefront-page main > :is(.phase4-guide-hero, .product-detail-hero, .legal-hero, .moa-signature-hero) p { margin-inline: auto; }
  .site-storefront-page :is(.phase4-guide-actions, .product-detail-actions, .r13-actions, .hero-actions) { justify-content: center; }
  .site-storefront-page :is(.phase4-guide-hero-brand, .legal-brand-card) { min-height: 280px; }
}

@media (max-width: 760px) {
  body.site-storefront-page { container-type: inline-size; }

  .site-storefront-page { --hs-page-gutter: 22px; --hs-section-space: 64px; }
  .site-storefront-page main > section,
  .site-storefront-page main > section:nth-of-type(even) {
    width: 100% !important;
    padding: var(--hs-section-space) var(--hs-page-gutter) !important;
  }
  .site-storefront-page main > :is(.page-hero, .phase4-guide-hero, .phase4-hero, .phase4-intent-hero, .product-detail-hero, .legal-hero, .faq-hero, .moa-signature-hero, .phase11-hero, .partner-enquiry-hero, .r13-hero) {
    min-height: 0 !important;
    padding-block: 68px !important;
  }
  .site-storefront-page main > :is(.page-hero, .phase4-guide-hero, .phase4-hero, .phase4-intent-hero, .product-detail-hero, .legal-hero, .faq-hero, .moa-signature-hero, .phase11-hero, .partner-enquiry-hero, .r13-hero) h1 {
    font-size: clamp(2.55rem, 12vw, 4rem) !important;
  }
  .site-storefront-page .faq-list,
  .site-storefront-page .phase4-guide-faq,
  .site-storefront-page main > .legal-content { grid-template-columns: 1fr !important; }
  .site-storefront-page :is(.moa-gallery-grid, .r13-gallery-grid, .gallery-grid) { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .site-storefront-page main > section:is(.cta-band, .product-clean-final, .phase4-guide-cta, .r13-cta, .contact-final-cta, .faq-final-cta, .product-clean-partner, .partner-form-band) {
    flex-direction: column !important;
    align-items: flex-start !important;
    min-height: 0;
  }
}

@media (max-width: 820px) {
  body.site-storefront-page main h2.site-heading-xlong,
  body.site-storefront-page main h2.site-heading-xxlong {
    font-size: clamp(1rem, 4.2vw, 1.16rem) !important;
    line-height: 1.18 !important;
  }
}

@media (max-width: 340px) {
  body.site-storefront-page main h2.site-heading-xlong,
  body.site-storefront-page main h2.site-heading-xxlong {
    font-size: .96rem !important;
  }
}

@media (max-width: 560px) {
  .site-storefront-page { --hs-page-gutter: 18px; --hs-section-space: 54px; }
  .site-storefront-page .product-clean-grid,
  .site-storefront-page :is(.moa-gallery-grid, .r13-gallery-grid, .gallery-grid) { grid-template-columns: 1fr !important; }
  .site-storefront-page :is(.phase4-guide-hero-brand, .legal-brand-card) { min-height: 220px; padding: 24px; }
  .site-storefront-page .phase4-guide-hero-brand img { max-height: 180px; }
  .site-storefront-page :is(.product-detail-media, .r13-visual, .moa-signature-visual) { padding: 10px; border-radius: 22px; }
  .site-storefront-page :is(.phase4-guide-actions, .product-detail-actions, .r13-actions, .hero-actions) { width: 100%; }
  .site-storefront-page :is(.phase4-guide-actions, .product-detail-actions, .r13-actions, .hero-actions) .button { width: 100%; }
  .site-storefront-page main > section:is(.cta-band, .product-clean-final, .phase4-guide-cta, .r13-cta, .contact-final-cta, .faq-final-cta, .product-clean-partner, .partner-form-band) .button { width: 100%; }
}

/*
 * Site-wide centred visual design r3
 * Full-canvas bands, centred content, measured two-line headings, richer
 * section imagery and a definitive header-link decoration reset.
 */
body.site-storefront-page {
  --hs-content: 1500px;
  --hs-page-gutter: clamp(18px, 2.5vw, 38px);
  --hs-section-space: clamp(64px, 7vw, 104px);
  --hs-r3-cream: #fbf7e8;
  --hs-r3-green-soft: #eaf4ea;
  --hs-r3-gold-soft: #fff0ce;
  --hs-r3-maroon-soft: #f7e7e4;
}

/* A page selection must never turn the full header into underlined links. */
body.site-storefront-page .hs-header a,
body.site-storefront-page .hs-header a:link,
body.site-storefront-page .hs-header a:visited,
body.site-storefront-page .hs-header a:hover,
body.site-storefront-page .hs-header a:active,
body.site-storefront-page .hs-header a:focus,
body.site-storefront-page .hs-header a * {
  border-bottom: 0 !important;
  background-image: none !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
}

body.site-storefront-page .hs-header .hs-nav a::after { display: none !important; }
body.site-storefront-page .hs-header .hs-nav a.is-active {
  border-radius: 999px;
  background: rgba(15, 104, 88, .1);
  color: var(--hs-green-dark) !important;
}

body.site-storefront-page main > section,
body.site-storefront-page main > section:nth-of-type(even),
body.site-storefront-page main > section:last-child {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--hs-section-space) max(var(--hs-page-gutter), calc((100vw - var(--hs-content)) / 2)) !important;
  border-radius: 0 !important;
}

body.site-storefront-page main > section:not(:is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero,
  .cta-band,
  .product-clean-final,
  .phase4-guide-cta,
  .r13-cta,
  .contact-final-cta,
  .faq-final-cta,
  .product-clean-partner,
  .partner-form-band
)):nth-of-type(4n + 1) { background: var(--hs-r3-cream) !important; }

body.site-storefront-page main > section:not(:is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero,
  .cta-band,
  .product-clean-final,
  .phase4-guide-cta,
  .r13-cta,
  .contact-final-cta,
  .faq-final-cta,
  .product-clean-partner,
  .partner-form-band
)):nth-of-type(4n + 2) { background: var(--hs-r3-green-soft) !important; }

body.site-storefront-page main > section:not(:is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero,
  .cta-band,
  .product-clean-final,
  .phase4-guide-cta,
  .r13-cta,
  .contact-final-cta,
  .faq-final-cta,
  .product-clean-partner,
  .partner-form-band
)):nth-of-type(4n + 3) { background: var(--hs-r3-gold-soft) !important; }

body.site-storefront-page main > section:not(:is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero,
  .cta-band,
  .product-clean-final,
  .phase4-guide-cta,
  .r13-cta,
  .contact-final-cta,
  .faq-final-cta,
  .product-clean-partner,
  .partner-form-band
)):nth-of-type(4n) { background: var(--hs-r3-maroon-soft) !important; }

/* Text/image split layouts are deliberately stacked: text first, visual below. */
body.site-storefront-page main > :is(
  .page-hero,
  .phase4-guide-hero,
  .phase4-hero,
  .phase4-intent-hero,
  .product-detail-hero,
  .legal-hero,
  .faq-hero,
  .moa-signature-hero,
  .phase11-hero,
  .partner-enquiry-hero,
  .r13-hero
) {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(30px, 4vw, 54px) !important;
  min-height: 0 !important;
  text-align: center !important;
}

body.site-storefront-page :is(
  .phase4-guide-hero-copy,
  .product-detail-copy,
  .r13-hero-copy,
  .moa-signature-copy,
  .hero-copy,
  .phase4-split-copy,
  .r13-copy
) {
  order: 1;
  align-items: center !important;
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.site-storefront-page :is(
  .phase4-guide-hero-brand,
  .product-detail-media,
  .r13-visual,
  .moa-signature-visual,
  .legal-brand-card,
  .phase4-split-panel,
  .r13-founder-card
) { order: 2; }

body.site-storefront-page :is(
  .r13-hero-inner,
  .phase4-intent-hero-inner,
  .phase11-hero-inner,
  .phase4-split-shell,
  .r13-two-col,
  .about-story-grid,
  .contact-form-grid,
  .contact-enquiry-hub
) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  gap: clamp(28px, 4vw, 52px) !important;
  width: min(var(--hs-content), 100%) !important;
  max-width: var(--hs-content) !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.site-storefront-page .contact-enquiry-hub > :is(.contact-enquiry-brand, .contact-form-grid) {
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.site-storefront-page main > .legal-content,
body.site-storefront-page .faq-list,
body.site-storefront-page .phase4-guide-faq { grid-template-columns: minmax(0, 1fr) !important; }

body.site-storefront-page main > section,
body.site-storefront-page main > section :is(article, div, header) { text-align: center; }

body.site-storefront-page main > section > :is(h1, h2, h3, h4, p),
body.site-storefront-page main > section :is([class$="-head"], [class*="-head "]) > :is(h1, h2, h3, h4, p),
body.site-storefront-page main > section :is(.hero-copy, .r13-copy, .phase4-split-copy) > :is(h1, h2, h3, h4, p) {
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body.site-storefront-page main > section :is(ul, ol) {
  width: min(920px, 100%);
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

body.site-storefront-page :is(
  .phase4-guide-actions,
  .product-detail-actions,
  .r13-actions,
  .hero-actions,
  .contact-actions,
  .button-row
) { justify-content: center !important; }

/* Every display heading is classified by text length in static HTML. */
body.site-storefront-page main :is(h1, h2, h3).site-heading-short,
body.site-storefront-page main :is(h1, h2, h3).site-heading-medium,
body.site-storefront-page main :is(h1, h2, h3).site-heading-long,
body.site-storefront-page main :is(h1, h2, h3).site-heading-xlong,
body.site-storefront-page main :is(h1, h2, h3).site-heading-xxlong {
  width: 100% !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
  text-align: center !important;
  text-wrap: balance;
}

body.site-storefront-page main h1.site-heading-short { font-size: clamp(3.4rem, 5.6vw, 5.3rem) !important; }
body.site-storefront-page main h1.site-heading-medium { font-size: clamp(3rem, 5vw, 4.65rem) !important; }
body.site-storefront-page main h1.site-heading-long { font-size: clamp(2.55rem, 4.25vw, 3.8rem) !important; }
body.site-storefront-page main h1.site-heading-xlong { font-size: clamp(2.15rem, 3.5vw, 3rem) !important; }
body.site-storefront-page main h1.site-heading-xxlong { font-size: clamp(1.7rem, 2.6vw, 2.35rem) !important; }
body.site-storefront-page main h2.site-heading-short { font-size: clamp(2.55rem, 4.2vw, 4rem) !important; }
body.site-storefront-page main h2.site-heading-medium { font-size: clamp(2.25rem, 3.7vw, 3.45rem) !important; }
body.site-storefront-page main h2.site-heading-long { font-size: clamp(1.85rem, 2.7vw, 2.45rem) !important; }
body.site-storefront-page main h2.site-heading-xlong { font-size: clamp(1.55rem, 2.15vw, 1.9rem) !important; }
body.site-storefront-page main h2.site-heading-xxlong { font-size: clamp(1.2rem, 1.7vw, 1.45rem) !important; }
body.site-storefront-page main h3.site-heading-short { font-size: clamp(1.35rem, 2vw, 1.7rem) !important; }
body.site-storefront-page main h3.site-heading-medium { font-size: clamp(1.2rem, 1.75vw, 1.5rem) !important; }
body.site-storefront-page main h3.site-heading-long { font-size: clamp(1.05rem, 1.5vw, 1.3rem) !important; }
body.site-storefront-page main h3.site-heading-xlong { font-size: clamp(.95rem, 1.3vw, 1.15rem) !important; }
body.site-storefront-page main h3.site-heading-xxlong { font-size: clamp(.82rem, 1.05vw, 1rem) !important; }

body.site-storefront-page main :is(
  .phase4-guide-card,
  .seo-related-card,
  .phase3-answer-card,
  .phase11-trust-card,
  .product-detail-card,
  .product-faq-card,
  .r13-card,
  .legal-card,
  .contact-action-card,
  .contact-route-card,
  .journey-card,
  .product-clean-card
) :is(h2, h3) { max-width: 100% !important; }

body.site-storefront-page main .product-clean-card h2.site-heading-short { font-size: 1.55rem !important; }
body.site-storefront-page main .product-clean-card h2.site-heading-medium { font-size: 1.42rem !important; }
body.site-storefront-page main .product-clean-card h2.site-heading-long,
body.site-storefront-page main .product-clean-card h2.site-heading-xlong { font-size: 1.3rem !important; }

/* Inserted editorial/product visuals always sit below the centred content. */
body.site-storefront-page .site-section-visual {
  display: grid !important;
  grid-column: 1 / -1 !important;
  place-items: center !important;
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  aspect-ratio: 3 / 2;
  margin: clamp(34px, 5vw, 64px) auto 0 !important;
  padding: clamp(10px, 1.5vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(15, 104, 88, .14);
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 90% 5%, rgba(245, 217, 67, .24), transparent 30%),
    rgba(255, 254, 249, .82);
  box-shadow: 0 22px 55px rgba(21, 45, 37, .12);
}

body.site-storefront-page .site-section-visual img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  border-radius: 18px;
  object-fit: contain !important;
  object-position: center !important;
}

body.site-storefront-page .site-section-visual--product img { max-width: 760px !important; }

/* Conversion bands use the same centred stack instead of a left/right split. */
body.site-storefront-page main > section:is(
  .cta-band,
  .product-clean-final,
  .phase4-guide-cta,
  .r13-cta,
  .contact-final-cta,
  .faq-final-cta,
  .product-clean-partner,
  .partner-form-band
) {
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 0 !important;
  text-align: center !important;
}

body.site-storefront-page main > section:is(
  .cta-band,
  .product-clean-final,
  .phase4-guide-cta,
  .r13-cta,
  .contact-final-cta,
  .faq-final-cta,
  .product-clean-partner,
  .partner-form-band
) > * { margin-right: auto !important; margin-left: auto !important; }

@media (max-width: 760px) {
  body.site-storefront-page {
    --hs-page-gutter: 12px;
    --hs-section-space: 52px;
  }

  body.site-storefront-page .hs-header .hs-nav a,
  body.site-storefront-page .hs-header .hs-nav a:link,
  body.site-storefront-page .hs-header .hs-nav a:visited {
    margin: 4px 10px;
    padding: 12px 14px;
    border-bottom: 0 !important;
    border-radius: 12px;
  }

  body.site-storefront-page main h1.site-heading-short { font-size: 2.35rem !important; }
  body.site-storefront-page main h1.site-heading-medium { font-size: 1.5rem !important; }
  body.site-storefront-page main h1.site-heading-long { font-size: 1.4rem !important; }
  body.site-storefront-page main h1.site-heading-xlong { font-size: 1.16rem !important; }
  body.site-storefront-page main h1.site-heading-xxlong { font-size: .78rem !important; }
  body.site-storefront-page main h2.site-heading-short { font-size: 2rem !important; }
  body.site-storefront-page main h2.site-heading-medium { font-size: 1.65rem !important; }
  body.site-storefront-page main h2.site-heading-long { font-size: 1.3rem !important; }
  body.site-storefront-page main h2.site-heading-xlong { font-size: .78rem !important; }
  body.site-storefront-page main h2.site-heading-xxlong { font-size: .62rem !important; }
  body.site-storefront-page main h3.site-heading-short { font-size: 1.3rem !important; }
  body.site-storefront-page main h3.site-heading-medium { font-size: 1.14rem !important; }
  body.site-storefront-page main h3.site-heading-long { font-size: 1rem !important; }
  body.site-storefront-page main h3.site-heading-xlong { font-size: .9rem !important; }
  body.site-storefront-page main h3.site-heading-xxlong { font-size: .72rem !important; }

  body.site-storefront-page main .product-clean-card h2.site-heading-short,
  body.site-storefront-page main .product-clean-card h2.site-heading-medium,
  body.site-storefront-page main .product-clean-card h2.site-heading-long,
  body.site-storefront-page main .product-clean-card h2.site-heading-xlong { font-size: 1.22rem !important; }

  body.site-storefront-page .site-section-visual {
    width: 100% !important;
    padding: 7px;
    border-radius: 18px !important;
  }

  body.site-storefront-page .site-section-visual img { border-radius: 12px; }
}

@media (max-width: 390px) {
  body.site-storefront-page { --hs-page-gutter: 10px; }
  body.site-storefront-page main h1.site-heading-long { font-size: 1.32rem !important; }
  body.site-storefront-page main h1.site-heading-xlong { font-size: 1.08rem !important; }
  body.site-storefront-page main h2.site-heading-long { font-size: 1.22rem !important; }
  body.site-storefront-page main h2.site-heading-xlong { font-size: 1rem !important; }
  body.site-storefront-page main h1.site-heading-medium { font-size: 1.5rem !important; }
  body.site-storefront-page main h2.site-heading-xlong { font-size: .78rem !important; }
  body.site-storefront-page main h2.site-heading-xxlong { font-size: .62rem !important; }
}

/*
 * Site-wide visual correction r4
 * Restores the intended header/hero/gallery geometry and lets every inserted
 * visual use its native aspect ratio without crop or artificial empty frames.
 */
body.site-storefront-page .hs-header .hs-nav a.is-active,
body.site-storefront-page .hs-header .hs-nav a[aria-current="page"] {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--hs-green-dark) !important;
  font-weight: 800 !important;
}

/* The signature hero follows the source artwork's true 3:2 ratio. */
body.site-storefront-page main > .moa-signature-hero {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  aspect-ratio: 3 / 2;
  min-height: 0 !important;
  padding: clamp(54px, 7vw, 100px) max(var(--hs-page-gutter), calc((100vw - 1180px) / 2)) !important;
  overflow: hidden;
  isolation: isolate;
  background: #073f35 !important;
}

body.site-storefront-page .moa-signature-hero::after {
  z-index: -1 !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(245, 217, 67, .16), transparent 34%),
    linear-gradient(90deg, rgba(7, 43, 36, .74), rgba(7, 63, 53, .58), rgba(7, 43, 36, .74)) !important;
}

body.site-storefront-page .moa-signature-media {
  position: absolute !important;
  z-index: -2 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

body.site-storefront-page .moa-signature-media img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.site-storefront-page .moa-signature-content {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: min(1100px, 100%) !important;
  margin: 0 auto !important;
  text-align: center !important;
  color: #fff8ea !important;
}

body.site-storefront-page .moa-signature-content h1 {
  width: 100% !important;
  max-width: 1180px !important;
}

body.site-storefront-page .moa-signature-content :is(.eyebrow, h1, p) {
  color: #fffef9 !important;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .72) !important;
}

body.site-storefront-page .moa-signature-content p:not(.eyebrow) {
  max-width: 900px !important;
}

/* Gallery media keeps the original 16:9 client artwork instead of square cards. */
body.site-storefront-page :is(.moa-gallery-grid, .r13-gallery-grid, .gallery-grid) :is(figure, a),
body.site-storefront-page .moa-gallery-card {
  display: block !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  background: transparent !important;
}

body.site-storefront-page :is(.moa-gallery-grid, .r13-gallery-grid, .gallery-grid) img,
body.site-storefront-page .moa-gallery-card img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  border-radius: 20px !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* R3-inserted visuals now span the complete colour band at native ratio. */
body.site-storefront-page .site-section-visual,
body.site-storefront-page .site-section-visual--product,
body.site-storefront-page .site-section-visual--editorial {
  display: block !important;
  grid-column: 1 / -1 !important;
  width: 100vw !important;
  max-width: none !important;
  aspect-ratio: auto !important;
  margin: clamp(32px, 4vw, 56px) 0 0 !important;
  padding: 0 !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.site-storefront-page .site-section-visual img,
body.site-storefront-page .site-section-visual--product img,
body.site-storefront-page .site-section-visual--editorial img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  border-radius: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Legacy guide media must follow the real file ratio, not stale 16:9 hints. */
body.site-storefront-page main .media-frame img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

@media (max-width: 760px) {
  body.site-storefront-page .hs-header .hs-nav a.is-active,
  body.site-storefront-page .hs-header .hs-nav a[aria-current="page"] {
    border-radius: 10px !important;
    background: rgba(15, 104, 88, .08) !important;
  }

  body.site-storefront-page main > .moa-signature-hero {
    display: flex !important;
    flex-direction: column !important;
    aspect-ratio: auto;
    gap: 0 !important;
    padding: 0 0 46px !important;
    background: #073f35 !important;
  }

  body.site-storefront-page .moa-signature-media {
    position: relative !important;
    z-index: 0 !important;
    inset: auto !important;
    order: 1;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 2;
  }

  body.site-storefront-page .moa-signature-hero::after { display: none !important; }

  body.site-storefront-page .moa-signature-content {
    order: 2;
    padding: 38px max(18px, var(--hs-page-gutter)) 0 !important;
  }

  body.site-storefront-page .moa-signature-content h1.site-heading-medium {
    font-size: clamp(1.58rem, 7.1vw, 2.1rem) !important;
  }

  /* Keep mobile full-bleed visuals inside the real layout viewport, including
     browsers that reserve width for a vertical scrollbar. */
  body.site-storefront-page .site-section-visual,
  body.site-storefront-page .site-section-visual--product,
  body.site-storefront-page .site-section-visual--editorial {
    width: 100cqw !important;
    left: 50% !important;
    margin-left: 0 !important;
    transform: translateX(-50%) !important;
  }
}

/* R5 narrow-phone typography keeps every classified display heading within two lines. */
@media (max-width: 820px) {
  body.site-storefront-page main h2.site-heading-short { font-size: 1.8rem !important; }
  body.site-storefront-page main h2.site-heading-medium { font-size: 1.42rem !important; }
  body.site-storefront-page main h2.site-heading-long { font-size: 1.2rem !important; }
  body.site-storefront-page main h2.site-heading-xlong { font-size: .88rem !important; }
  body.site-storefront-page main h2.site-heading-xxlong { font-size: .68rem !important; }
}

@media (max-width: 380px) {
  body.site-storefront-page main h1.site-heading-short { font-size: 1.72rem !important; }
  body.site-storefront-page main h1.site-heading-medium { font-size: 1.36rem !important; }
  body.site-storefront-page main h1.site-heading-long { font-size: 1.08rem !important; }
  body.site-storefront-page main h1.site-heading-xlong { font-size: .9rem !important; }
  body.site-storefront-page main h1.site-heading-xxlong { font-size: .68rem !important; }
  body.site-storefront-page main h2.site-heading-short { font-size: 1.5rem !important; }
  body.site-storefront-page main h2.site-heading-medium { font-size: 1.28rem !important; }
  body.site-storefront-page main h2.site-heading-long { font-size: 1.06rem !important; }
  body.site-storefront-page main h2.site-heading-xlong { font-size: .74rem !important; }
  body.site-storefront-page main h2.site-heading-xxlong { font-size: .58rem !important; }
}

@media (max-width: 340px) {
  body.site-storefront-page main h1.site-heading-short { font-size: 1.9rem !important; }
  body.site-storefront-page main h1.site-heading-medium { font-size: 1.26rem !important; }
  body.site-storefront-page main h1.site-heading-long { font-size: 1.08rem !important; }
  body.site-storefront-page main h1.site-heading-xlong { font-size: .86rem !important; }
  body.site-storefront-page main h1.site-heading-xxlong { font-size: .68rem !important; }
  body.site-storefront-page main h2.site-heading-short { font-size: 1.42rem !important; }
  body.site-storefront-page main h2.site-heading-medium { font-size: 1.14rem !important; }
  body.site-storefront-page main h2.site-heading-long { font-size: .96rem !important; }
  body.site-storefront-page main h2.site-heading-xlong { font-size: .66rem !important; }
  body.site-storefront-page main h2.site-heading-xxlong { font-size: .54rem !important; }
  body.site-storefront-page main h3.site-heading-short { font-size: 1.08rem !important; }
  body.site-storefront-page main h3.site-heading-medium { font-size: .96rem !important; }
  body.site-storefront-page main h3.site-heading-long { font-size: .84rem !important; }
  body.site-storefront-page main h3.site-heading-xlong { font-size: .74rem !important; }
  body.site-storefront-page main h3.site-heading-xxlong { font-size: .64rem !important; }
  body.site-storefront-page .moa-signature-content h1.site-heading-medium { font-size: 1.16rem !important; }
}

/* R8 layout-integrity guardrails for inherited grid, card, form and action
   families. They prevent long labels or narrow legacy columns from escaping
   their assigned section without flattening the accepted page designs. */
.site-storefront-page main :is(
  [class*="-grid"],
  [class*="-row"],
  [class*="-split"],
  [class*="-panel"],
  [class*="-cards"],
  [class*="-actions"]
) > * {
  min-width: 0;
  max-width: 100%;
}

.site-storefront-page main :is(a.button, a.btn-primary, a.btn-secondary, button, summary) {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.site-storefront-page main :is(input, select, textarea) {
  width: 100%;
  max-width: 100%;
}

.site-storefront-page main :is(details, table, pre, blockquote) {
  max-width: 100%;
}

@media (max-width: 560px) {
  .site-storefront-page main :is(.button, .btn-primary, .btn-secondary, summary) {
    min-height: 44px;
  }

  .site-storefront-page main :is(.button, .btn-primary, .btn-secondary) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* R8 cascade-safe final constraints: these intentionally follow every
   inherited R5 breakpoint so readable mobile headings cannot be squeezed. */
.site-storefront-page main :is(.btn-primary, .btn-secondary) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding-block: 10px !important;
}

@media (max-width: 820px) {
  body.site-storefront-page main h1.site-heading-xlong,
  body.site-storefront-page main h1.site-heading-xxlong {
    font-size: 1.15rem !important;
  }

  body.site-storefront-page main h2.site-heading-xlong {
    font-size: 1rem !important;
  }

  body.site-storefront-page main h2.site-heading-xxlong {
    font-size: .94rem !important;
  }

  body.site-storefront-page main h3.site-heading-xlong,
  body.site-storefront-page main h3.site-heading-xxlong {
    font-size: .9rem !important;
  }

  body.site-storefront-page .moa-enquiry-form {
    width: auto !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    box-sizing: border-box !important;
  }

  body.site-storefront-page .moa-enquiry-section {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.site-storefront-page .moa-enquiry-section > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
