:root {
  --page-cream: #f4ecdf;
  --page-ink: #211719;
  --page-wine: #380f18;
  --page-wine-deep: #241014;
  --page-brass: #b28a55;
  --page-line: rgba(56, 15, 24, 0.18);
}

.inner-page {
  min-width: 320px;
  background: var(--paper);
}

.inner-page .site-header {
  color: var(--ink);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  backdrop-filter: blur(14px);
}

.inner-page .site-header::after { display: none; }
.inner-page .site-header .brand-logo { filter: none; }
.inner-page .desktop-nav a[aria-current="page"] { color: var(--oxblood); }

.page-main { padding-top: var(--header-h); }

.page-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
  min-height: min(580px, 72svh);
  padding: clamp(68px, 11vh, 150px) var(--gutter) clamp(44px, 7vh, 88px);
  overflow: hidden;
  color: var(--paper);
  background: var(--page-wine-deep);
}

.page-intro::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 83% 19%, rgba(178, 138, 85, 0.34), transparent 17%),
    radial-gradient(circle at 64% 104%, rgba(142, 67, 80, 0.44), transparent 38%);
}

.page-intro::after {
  content: attr(data-ghost);
  position: absolute;
  z-index: 0;
  right: -0.07em;
  bottom: -0.24em;
  color: rgba(255, 248, 238, 0.08);
  font-family: var(--display);
  font-size: clamp(112px, 22vw, 380px);
  line-height: 0.7;
  letter-spacing: -0.1em;
  pointer-events: none;
}

.page-intro > * { position: relative; z-index: 1; }

.page-intro h1 {
  max-width: 920px;
  margin: 18px 0 0;
  font-family: var(--display);
  font-size: clamp(66px, 9.4vw, 154px);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: -0.075em;
}

.page-intro-copy {
  max-width: 430px;
  margin: 0 0 9px auto;
  color: rgba(255, 248, 238, 0.78);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.6;
}

.page-intro .eyebrow { color: var(--page-brass); }

.section-shell { padding: clamp(72px, 11vw, 160px) var(--gutter); }

/* 2026-08-25 client follow-up: remove the redundant decorative title blocks
   from the FAQ and Policies routes while keeping their actual content intact. */
.faq-page .page-intro,
.policies-page .page-intro { display: none; }

.faq-page .section-shell,
.policies-page .section-shell { padding-top: clamp(64px, 8vw, 108px); }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.55fr);
  gap: clamp(28px, 7vw, 116px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 88px);
}

.section-heading h2,
.section-heading h3 {
  margin: 14px 0 0;
  color: var(--oxblood);
  font-family: var(--display);
  font-size: clamp(52px, 6.7vw, 104px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.section-heading > p:last-child {
  max-width: 430px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.page-rule {
  height: 1px;
  margin: 0 var(--gutter);
  background: var(--page-line);
}

.site-footer {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr 0.8fr;
  gap: 34px;
  align-items: start;
  padding: 52px var(--gutter);
  color: var(--paper);
  background: var(--oxblood);
}

.site-footer .brand { width: 166px; height: 44px; }
.site-footer .brand-logo { filter: brightness(0) invert(1); }
.site-footer p { max-width: 420px; margin: 0; color: rgba(255, 248, 238, 0.72); font-size: 14px; line-height: 1.55; }
.site-footer nav { display: grid; justify-items: end; gap: 10px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-align: right; text-transform: uppercase; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--page-brass); }

.site-footer .footer-copy {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.site-footer .footer-social {
  display: flex;
  justify-content: flex-start;
  justify-items: initial;
  gap: 10px;
  text-align: left;
}

.site-footer .footer-social a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 248, 238, 0.34);
  border-radius: 50%;
  color: var(--paper);
  background: rgba(255, 248, 238, 0.04);
  transition: color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.site-footer .footer-social a:hover,
.site-footer .footer-social a:focus-visible {
  color: var(--oxblood);
  border-color: var(--paper);
  background: var(--paper);
  transform: translateY(-2px);
}

.site-footer .footer-social a:focus-visible {
  outline: 2px solid var(--page-brass);
  outline-offset: 3px;
}

.site-footer .footer-social svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.page-whatsapp {
  position: fixed;
  z-index: 70;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  color: white;
  background: var(--oxblood);
  box-shadow: 0 12px 30px rgba(56, 15, 24, 0.24);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-whatsapp svg { width: 18px; fill: currentColor; }

/* About */
.about-story { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: clamp(30px, 6vw, 104px); align-items: start; }
.about-story-media { position: sticky; top: calc(var(--header-h) + 24px); overflow: hidden; aspect-ratio: 1422 / 1106; margin: 0; background: transparent; }
.about-story-media img { width: 100%; height: 100%; object-fit: contain; }
.about-story-copy { display: grid; gap: 28px; max-width: 680px; }
.about-story-copy h2 { margin: 0; color: var(--oxblood); font-family: var(--display); font-size: clamp(48px, 5.7vw, 88px); font-weight: 400; line-height: 0.84; letter-spacing: -0.065em; }
.about-story-copy p { margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.72; }
.about-story-copy > p:not(.eyebrow) { text-align: justify; }
.about-story-copy p strong { color: var(--ink); font-weight: 600; }

.about-principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--page-line); border-left: 1px solid var(--page-line); }
.about-principles article { min-height: 250px; padding: 26px; border-right: 1px solid var(--page-line); border-bottom: 1px solid var(--page-line); }
.about-principles span { color: var(--oxblood); font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; }
.about-principles h3 { margin: 58px 0 12px; font-family: var(--display); font-size: clamp(35px, 3.4vw, 54px); font-weight: 400; line-height: 0.9; letter-spacing: -0.06em; }
.about-principles p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }

/* Products */
.products-page .page-intro { min-height: min(480px, 58svh); }
.brand-selector-wrap { border-bottom: 1px solid var(--page-line); background: var(--paper-warm); }
.brand-selector { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 620px; margin: 0 var(--gutter); }
.brand-selector button { position: relative; min-height: 76px; padding: 14px 16px; border: 0; border-right: 1px solid var(--page-line); color: var(--ink-soft); background: transparent; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-align: left; text-transform: uppercase; cursor: pointer; transition: color 0.25s ease, background-color 0.25s ease; }
.brand-selector button:first-child { border-left: 1px solid var(--page-line); }
.brand-selector button::after { content: ""; position: absolute; right: 14px; bottom: 12px; left: 14px; height: 2px; background: var(--oxblood); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.brand-selector button:hover, .brand-selector button[aria-selected="true"] { color: var(--oxblood); background: rgba(56, 15, 24, 0.045); }
.brand-selector button[aria-selected="true"]::after { transform: scaleX(1); }
.product-selector-wrap { position: sticky; z-index: 15; top: var(--header-h); overflow-x: auto; border-bottom: 1px solid var(--page-line); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(12px); }
.product-selector { display: grid; grid-template-columns: repeat(5, minmax(160px, 1fr)); min-width: 880px; padding: 0 var(--gutter); }
.product-selector button { position: relative; min-height: 88px; padding: 14px 16px; border: 0; border-right: 1px solid var(--page-line); color: var(--ink-soft); background: transparent; font-family: var(--mono); font-size: 10px; letter-spacing: 0.07em; text-align: left; text-transform: uppercase; cursor: pointer; transition: color 0.25s ease, background-color 0.25s ease; }
.product-selector button:first-child { border-left: 1px solid var(--page-line); }
.product-selector button::before { content: attr(data-number); display: block; margin-bottom: 7px; color: var(--brass); font-size: 9px; }
.product-selector button::after { content: ""; position: absolute; right: 14px; bottom: 13px; left: 14px; height: 2px; background: var(--oxblood); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.product-selector button:hover, .product-selector button[aria-selected="true"] { color: var(--oxblood); background: rgba(56, 15, 24, 0.045); }
.product-selector button[aria-selected="true"]::after { transform: scaleX(1); }

.product-detail { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(310px, 0.94fr); gap: clamp(32px, 6vw, 110px); padding: clamp(52px, 7vw, 104px) var(--gutter) clamp(74px, 10vw, 150px); }
.product-gallery { min-width: 0; }
.product-main-image { position: relative; overflow: hidden; display: grid; place-items: center; min-height: min(680px, 69vw); background: #e6dfd3; }
.product-main-image::after { content: attr(data-stage-label); position: absolute; left: 20px; top: 20px; color: var(--oxblood); font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.product-main-image img { width: 100%; height: 100%; object-fit: contain; padding: clamp(24px, 5vw, 72px); transition: opacity 0.22s ease, transform 0.34s ease; }
.product-main-image.is-changing img { opacity: 0; transform: scale(0.98); }
.product-thumbnails {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 30px) / 4);
  gap: 10px;
  max-width: 100%;
  margin-top: 10px;
  padding: 0 0 6px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--brass) transparent;
  scrollbar-width: thin;
  scroll-snap-type: inline proximity;
}
.product-thumbnails button { position: relative; aspect-ratio: 1; overflow: hidden; padding: 0; border: 1px solid transparent; background: #e6dfd3; cursor: pointer; }
.product-thumbnails button { scroll-snap-align: start; }
.product-thumbnails button[aria-current="true"] { border-color: var(--oxblood); }
.product-thumbnails button img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.25s ease; }
.product-thumbnails button:hover img, .product-thumbnails button:focus-visible img { transform: scale(1.06); }

.product-info { align-self: start; padding-top: 4px; }
.product-info .eyebrow { color: var(--oxblood); }
.product-info h2 { max-width: 620px; margin: 18px 0 20px; color: var(--oxblood); font-family: var(--display); font-size: clamp(64px, 7vw, 118px); font-weight: 400; line-height: 0.78; letter-spacing: -0.075em; }
.product-info h2 .lux-accent { color: var(--gewelry-red); }
.product-lead { max-width: 530px; margin: 0 0 36px; color: var(--ink-soft); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.55; }
.product-facts { margin: 0; border-top: 1px solid var(--page-line); }
.product-facts div { display: grid; grid-template-columns: 118px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--page-line); }
.product-facts div[hidden] { display: none !important; }
.product-facts dt { color: var(--oxblood); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.product-facts dd { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.product-buy-row { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.product-buy-row .button { min-width: 184px; }
.product-buy-row p { max-width: 270px; margin: 0; color: var(--ink-soft); font-family: var(--mono); font-size: 9px; line-height: 1.55; letter-spacing: 0.05em; text-transform: uppercase; }
.product-disclaimer { margin: 30px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr); gap: clamp(34px, 8vw, 140px); align-items: start; }
.faq-aside { position: sticky; top: calc(var(--header-h) + 34px); }
.faq-aside h2 { margin: 14px 0 18px; color: var(--oxblood); font-family: var(--display); font-size: clamp(48px, 5.6vw, 84px); font-weight: 400; line-height: 0.84; letter-spacing: -0.065em; }
.faq-aside p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.faq-list { border-top: 1px solid var(--page-line); }
.faq-list details { border-bottom: 1px solid var(--page-line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; list-style: none; color: var(--oxblood); font-family: var(--display); font-size: clamp(28px, 3vw, 48px); line-height: 1; letter-spacing: -0.05em; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; font-family: var(--mono); font-size: 21px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { max-width: 720px; padding: 0 0 28px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.faq-answer p { margin: 0 0 16px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { display: grid; gap: 8px; margin: 0; padding-left: 18px; }
.faq-note { margin-top: 64px; padding: 24px; border-left: 2px solid var(--brass); background: rgba(178, 138, 85, 0.1); color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.faq-note strong { color: var(--oxblood); }

/* Contact */
.contact-layout { display: grid; grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr); gap: clamp(42px, 8vw, 140px); align-items: start; }
.contact-details-panel { display: grid; gap: 26px; }
.contact-details-panel h2 { margin: 14px 0 0; color: var(--oxblood); font-family: var(--display); font-size: clamp(52px, 6vw, 92px); font-weight: 400; line-height: 0.82; letter-spacing: -0.07em; }
.contact-details-panel > p { max-width: 410px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.contact-card { padding-top: 20px; border-top: 1px solid var(--page-line); }
.contact-card span { display: block; margin-bottom: 8px; color: var(--oxblood); font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-card strong, .contact-card a, .contact-card address { color: var(--ink); font-size: 15px; font-style: normal; line-height: 1.6; }
.contact-card a { display: block; width: fit-content; }
.contact-card a:hover, .contact-card a:focus-visible { color: var(--oxblood); }
.contact-form { display: grid; gap: 18px; padding: clamp(26px, 4vw, 54px); color: var(--paper); background: var(--wine-deep); }
.contact-form h2 { margin: 0 0 8px; font-family: var(--display); font-size: clamp(48px, 5.2vw, 78px); font-weight: 400; line-height: 0.84; letter-spacing: -0.065em; }
.contact-form > p { margin: 0 0 16px; color: rgba(255, 248, 238, 0.72); font-size: 15px; line-height: 1.6; }
.contact-form label { display: grid; gap: 8px; color: var(--page-brass); font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255, 248, 238, 0.35); padding: 10px 0; border-radius: 0; outline: none; color: var(--paper); background: transparent; font: inherit; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--page-brass); }
.contact-form .button { margin-top: 8px; color: var(--oxblood); background: var(--paper); border-color: var(--paper); cursor: pointer; }
.form-feedback { min-height: 22px; margin: 0; color: rgba(255, 248, 238, 0.72); font-size: 12px; }
.contact-map-note { margin-top: 52px; padding: 30px var(--gutter); color: var(--ink-soft); background: var(--page-cream); font-size: 14px; line-height: 1.6; }
.contact-map-note strong { color: var(--oxblood); }

/* Policies */
.policy-switcher { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--page-line); border-left: 1px solid var(--page-line); }
.policy-switcher button { min-height: 110px; padding: 18px 22px; border: 0; border-right: 1px solid var(--page-line); border-bottom: 1px solid var(--page-line); color: var(--ink-soft); background: transparent; font-family: var(--display); font-size: clamp(30px, 3.2vw, 50px); line-height: 0.92; letter-spacing: -0.05em; text-align: left; cursor: pointer; transition: color 0.24s ease, background-color 0.24s ease; }
.policy-switcher button:hover, .policy-switcher button[aria-selected="true"] { color: var(--paper); background: var(--oxblood); }
.policy-switcher button:focus-visible { position: relative; z-index: 1; outline: 2px solid var(--page-brass); outline-offset: -4px; }
.policy-panel { display: none; max-width: 930px; padding-top: clamp(52px, 7vw, 100px); }
.policy-panel.is-active { display: block; animation: policy-in 0.35s ease both; }
@keyframes policy-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.policy-panel h2 { margin: 0 0 12px; color: var(--oxblood); font-family: var(--display); font-size: clamp(56px, 6.7vw, 104px); font-weight: 400; line-height: 0.8; letter-spacing: -0.075em; }
.policy-panel > p { max-width: 670px; margin: 0 0 44px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.policy-chapters { display: grid; gap: 0; border-top: 1px solid var(--page-line); }
.policy-chapters article { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--page-line); }
.policy-chapters article > span { color: var(--oxblood); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.08em; }
.policy-chapters h3 { margin: 0 0 10px; color: var(--ink); font-family: var(--display); font-size: clamp(30px, 3vw, 46px); font-weight: 400; line-height: 0.95; letter-spacing: -0.05em; }
.policy-chapters p, .policy-chapters ul { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.policy-chapters ul { display: grid; gap: 7px; margin-top: 12px; padding-left: 18px; }
.policy-source-note { margin-top: 34px; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }

@media (max-width: 1100px) {
  .page-intro { grid-template-columns: 1fr; min-height: 510px; }
  .page-intro-copy { margin: 28px 0 0; }
  .section-heading, .about-story, .faq-layout, .contact-layout, .product-detail { grid-template-columns: 1fr; }
  .about-story-media, .faq-aside { position: relative; top: auto; }
  .about-story-media { aspect-ratio: 1422 / 1106; }
  .about-principles { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-items: start; text-align: left; }
  .product-detail { gap: 38px; }
  .product-main-image { min-height: min(520px, 110vw); }
  .product-facts div { grid-template-columns: 102px 1fr; }
  .policy-switcher { grid-template-columns: 1fr; }
  .policy-chapters article { grid-template-columns: 72px 1fr; gap: 16px; }
}

@media (max-width: 560px) {
  .page-intro { min-height: 440px; padding-top: 76px; }
  .page-intro h1 { font-size: clamp(60px, 16vw, 86px); }
  .section-shell { padding-top: 72px; padding-bottom: 72px; }
  .page-whatsapp { width: 48px; justify-content: center; padding: 0; }
  .page-whatsapp span { display: none; }
  .product-selector-wrap { top: 70px; }
  .brand-selector { max-width: none; margin: 0 20px; }
  .brand-selector button { min-height: 68px; }
  .product-selector { min-width: 760px; padding: 0 20px; }
  .product-selector button { min-height: 72px; }
  .product-info h2 { font-size: clamp(58px, 15vw, 82px); }
  .product-buy-row { align-items: flex-start; flex-direction: column; }
  .product-thumbnails { gap: 6px; }
  .faq-list summary { padding: 21px 0; font-size: 32px; }
  .contact-form { padding: 28px 22px; }
  .policy-panel h2 { font-size: clamp(54px, 14vw, 76px); }
}

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

/* Mobile-only floating-action clearance for dense reading and contact regions. */
@media (max-width: 760px),
       (min-width: 761px) and (max-width: 900px) and (max-height: 520px) and (orientation: landscape) {
  .page-whatsapp {
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .inner-page.page-whatsapp-yield .page-whatsapp {
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
  }
}

/* Demo18 client revision r5: keep FAQ and policy reading controls compact. */
.faq-layout {
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(30px, 6vw, 96px);
}

.faq-aside h2 {
  margin: 14px 0 18px;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 0.88;
}

.faq-list summary {
  min-height: 56px;
  padding: 17px 0;
  font-family: var(--ui);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.faq-list summary::after {
  font-size: 18px;
}

.faq-answer {
  max-width: 760px;
  padding: 0 0 22px;
  font-size: 15px;
  line-height: 1.72;
}

.faq-answer ul { gap: 6px; }

.policy-switcher button {
  min-height: 72px;
  padding: 15px 18px;
  font-family: var(--ui);
  font-size: clamp(15px, 1.35vw, 21px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.policy-panel {
  max-width: 900px;
  padding-top: clamp(36px, 5vw, 68px);
}

.policy-panel h2 {
  margin-bottom: 16px;
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 0.84;
}

.policy-panel > p {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.72;
}

.policy-chapters article {
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 22px 0;
}

.policy-chapters h3 {
  margin-bottom: 9px;
  font-family: var(--ui);
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 650;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.policy-chapters p,
.policy-chapters ul {
  font-size: 15px;
  line-height: 1.72;
}

@media (max-width: 1100px) {
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-aside { max-width: 600px; }
}

@media (max-width: 560px) {
  .faq-list summary {
    min-height: 54px;
    padding: 16px 0;
    font-size: 18px;
  }

  .faq-answer { padding-bottom: 20px; font-size: 15px; }
  .policy-switcher button { min-height: 62px; padding: 13px 16px; font-size: 16px; }
  .policy-panel { padding-top: 38px; }
  .policy-panel h2 { font-size: clamp(36px, 11vw, 52px); }
  .policy-chapters article { grid-template-columns: 34px 1fr; gap: 12px; padding: 20px 0; }
  .policy-chapters h3 { font-size: 18px; }
  .policy-chapters p, .policy-chapters ul { font-size: 15px; }
}

/* 2026-08-09 UI/UX round 1: visual, keyboard-safe product selection. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.products-page .page-intro {
  min-height: min(500px, 62svh);
}

.selector-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--oxblood);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.selector-heading span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--page-line);
  border-radius: 50%;
  color: var(--brass);
  font-size: 8px;
}

.selector-heading strong { font-weight: 600; }

.brand-selector-wrap {
  padding: 22px var(--gutter) 26px;
  background: var(--paper-warm);
}

.brand-selector-wrap > .selector-heading { margin-bottom: 16px; }

.brand-selector {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
  margin: 0;
  align-items: stretch;
}

.brand-selector button {
  display: grid;
  grid-template-columns: minmax(190px, 0.82fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 174px;
  padding: 12px;
  border: 1px solid var(--page-line);
  color: var(--ink-soft);
  background: color-mix(in srgb, var(--paper) 78%, transparent);
  text-transform: none;
  touch-action: manipulation;
  transition: color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.brand-selector button:first-child { border-left: 1px solid var(--page-line); }

.brand-selector button::after {
  right: 10px;
  bottom: 8px;
  left: 10px;
}

.brand-selector button:hover,
.brand-selector button[aria-selected="true"] {
  color: var(--oxblood);
  border-color: color-mix(in srgb, var(--oxblood) 48%, transparent);
  background: var(--paper);
}

.brand-selector button:active { transform: scale(0.99); }

.brand-tab-media {
  position: relative;
  display: block;
  width: 100%;
  height: 148px;
  overflow: hidden;
  border-radius: 2px;
  background: linear-gradient(138deg, #e9dfd1 0%, #f7efe4 54%, #dfd2c1 100%);
  isolation: isolate;
}

.brand-tab-haze {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 51% 38%, rgba(255, 249, 237, 0.82), transparent 32%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.12), transparent 48%);
  pointer-events: none;
}

.brand-tab-subject {
  position: absolute;
  z-index: 3;
  inset: 7% 12%;
  width: 76%;
  height: 86%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 14px rgba(56, 15, 24, 0.2));
  pointer-events: none;
  will-change: transform;
}

.brand-tab-logo {
  inset: 16% 10%;
  width: 80%;
  height: 68%;
  filter: none;
}

.brand-tab-scene::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 25%;
  bottom: 12%;
  left: 25%;
  height: 1px;
  background: rgba(56, 15, 24, 0.2);
  transform: rotate(-3deg);
}

.brand-tab-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
  text-align: left;
}

.brand-tab-copy small,
.brand-tab-copy > span {
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-tab-copy strong {
  color: currentColor;
  font-family: var(--display);
  font-size: clamp(29px, 3vw, 43px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.product-selector-wrap {
  position: sticky;
  top: var(--header-h);
  z-index: 15;
  overflow: visible;
  border-bottom: 1px solid var(--page-line);
  background: color-mix(in srgb, var(--paper) 96%, transparent);
  backdrop-filter: blur(14px);
  transition: transform 0.32s ease, opacity 0.22s ease;
  will-change: transform;
}

@media (min-width: 1101px) {
  .product-selector-wrap.is-scroll-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .product-selector-wrap.is-scroll-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-100% - 10px));
  }
}

.product-selector-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px var(--gutter) 0;
}

.product-selector-controls {
  display: flex;
  gap: 8px;
}

.product-selector-controls button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--page-line);
  border-radius: 50%;
  color: var(--oxblood);
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
  transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.product-selector-controls button:hover,
.product-selector-controls button:focus-visible {
  color: var(--paper);
  background: var(--oxblood);
}

.product-selector-controls button:active { transform: scale(0.94); }
.product-selector-controls svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.product-selector-viewport {
  position: relative;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: var(--gutter);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-selector-viewport::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.product-selector-progress { display: none; }

.product-selector {
  display: grid;
  grid-template-columns: repeat(var(--product-count, 5), minmax(228px, 1fr));
  gap: 10px;
  min-width: max(100%, calc(var(--product-count, 5) * 228px));
  padding: 12px var(--gutter) 16px;
}

.product-selector button {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 124px;
  padding: 16px 24px 12px 9px;
  border: 1px solid var(--page-line);
  color: var(--ink-soft);
  background: var(--paper-warm);
  text-transform: none;
  scroll-snap-align: center;
  touch-action: manipulation;
  transition: color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.product-selector button:first-child { border-left: 1px solid var(--page-line); }

.product-selector button::before {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  margin: 0;
  color: var(--brass);
  font-size: 8px;
}

.product-selector button::after {
  right: 9px;
  bottom: 7px;
  left: 9px;
}

.product-selector button:hover,
.product-selector button[aria-selected="true"] {
  color: var(--paper);
  border-color: var(--oxblood);
  background: var(--oxblood);
}

.product-selector button:active { transform: scale(0.985); }

.product-selector button[aria-selected="true"]::before { color: var(--brass); }

.product-tab-media {
  display: block;
  width: 64px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #e6dfd3;
}

.product-tab-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-tab-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-top: 8px;
  text-align: left;
}

.product-tab-copy strong {
  color: currentColor;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.product-tab-copy small {
  overflow: hidden;
  color: currentColor;
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.72;
}

.brand-selector button:focus-visible,
.product-selector button:focus-visible,
.product-selector-controls button:focus-visible,
.product-thumbnails button:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 2px;
}

.product-detail:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: -6px;
}

.product-main-image {
  min-height: 0;
  aspect-ratio: 1;
  border-radius: 14px;
}

.product-thumbnails button { min-height: 64px; border-radius: 8px; }

.product-sequence {
  margin: 0 0 18px;
  color: var(--brass);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .product-selector-wrap {
    position: relative;
    top: auto;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .product-selector { grid-auto-columns: minmax(220px, 1fr); }
}

@media (max-width: 560px) {
  .products-page .page-intro {
    min-height: 410px;
    padding-top: 70px;
    padding-bottom: 46px;
  }

  .products-page .page-intro h1 { font-size: clamp(56px, 15vw, 76px); }
  .products-page .page-intro-copy { margin-top: 22px; font-size: 16px; }

  .brand-selector-wrap { padding: 22px 20px 24px; }
  .brand-selector { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; }

  .brand-selector button {
    grid-template-columns: 1fr;
    grid-template-rows: 112px auto;
    gap: 10px;
    align-content: start;
    min-height: 210px;
    padding: 8px 8px 14px;
  }

  .brand-tab-media {
    width: 100%;
    height: 112px;
    aspect-ratio: auto;
  }

  .brand-tab-subject { inset: 6% 11%; width: 78%; height: 88%; }
  .brand-tab-logo { inset: 16% 11%; width: 78%; height: 68%; }

  .brand-tab-copy strong { font-size: 30px; }
  .brand-tab-copy small { font-size: 7px; }
  .brand-tab-copy > span { display: none; }

  .product-selector-heading { padding: 14px 20px 0; }
  .product-selector-viewport {
    scroll-padding-inline: 20px;
    scroll-snap-type: x proximity;
  }

  .product-selector {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 228px;
    gap: 8px;
    width: max-content;
    min-width: 100%;
    padding: 12px 20px 16px;
  }

  .product-selector button { min-height: 96px; }

  .product-selector-progress {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 0 20px 14px;
    color: var(--ink-soft);
    font-family: var(--mono);
    font-size: 8px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .product-selector-progress-track {
    display: block;
    height: 2px;
    overflow: hidden;
    background: color-mix(in srgb, var(--oxblood) 18%, transparent);
  }

  .product-selector-progress-track span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--oxblood);
    transform: scaleX(var(--product-progress, 0.2));
    transform-origin: left;
    transition: transform 0.3s ease;
  }

  .product-detail {
    gap: 34px;
    padding: 42px 20px 92px;
  }

  .product-main-image { min-height: 0; }
  .product-main-image img { padding: 26px; }
  .product-thumbnails button { min-height: 72px; }

  .product-info h2 {
    margin-top: 16px;
    font-size: clamp(56px, 15vw, 78px);
  }

  .product-lead { font-size: 17px; }

  .product-facts div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .product-facts dd { font-size: 15px; }

  .products-page .page-whatsapp {
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .products-page.product-whatsapp-yield .page-whatsapp {
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-selector-wrap { transition: none; }
  .product-selector-viewport { scroll-behavior: auto; }
  .product-selector-progress-track span { transition: none; }
}

/* 2026-08-11 official alignment: product detail selling points. */
.product-points-block {
  margin-top: 28px;
  padding: 20px 0 0;
  border-top: 1px solid var(--page-line);
}

.product-points-label {
  margin: 0 0 12px;
  color: var(--oxblood);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-selling-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
}

.product-selling-points li {
  position: relative;
  padding-left: 18px;
}

.product-selling-points li::before {
  content: "↳";
  position: absolute;
  left: 0;
  color: var(--page-brass);
}

@media (max-width: 560px) {
  .product-points-block {
    margin-top: 24px;
    padding-top: 18px;
  }

  .product-selling-points {
    font-size: 15px;
  }
}

/* 2026-08-12 final inner-page and product-detail polish. */
.inner-page .site-header.is-menu-open {
  color: white;
  background: var(--ink);
  border-color: transparent;
}

.inner-page .site-header.is-menu-open .brand-logo {
  filter: brightness(0) invert(1);
}

.product-main-image,
.product-thumbnails button,
.product-tab-media {
  background: #f7f2e9;
}

.product-thumbnails button img {
  object-fit: contain;
  padding: 6px;
}

.product-facts div {
  grid-template-columns: 132px minmax(0, 1fr);
}

.product-facts dd,
.product-disclaimer {
  overflow-wrap: anywhere;
}

.product-disclaimer strong {
  color: var(--oxblood);
}

@media (max-width: 1100px) {
  .product-detail {
    max-width: 820px;
    margin-inline: auto;
  }

  .product-main-image {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
  }

  .product-thumbnails {
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .page-intro {
    min-height: 430px;
    padding-top: calc(var(--header-h) + 46px);
    padding-bottom: 48px;
  }

  .page-intro h1 {
    font-size: clamp(58px, 15vw, 82px);
    line-height: 0.82;
  }

  .page-intro-copy {
    max-width: 36ch;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.55;
  }

  .section-shell {
    padding: 64px 20px 72px;
  }

  .products-page .page-intro {
    min-height: 400px;
  }

  .products-page .page-intro h1 {
    max-width: 9ch;
  }

  .brand-selector-wrap {
    padding: 18px 20px 22px;
  }

  .brand-selector {
    gap: 8px;
    margin-inline: 0;
  }

  .brand-selector button {
    min-height: 196px;
  }

  .brand-tab-copy strong {
    font-size: clamp(21px, 6.4vw, 28px);
    line-height: 0.94;
  }

  .product-selector-heading {
    padding-top: 12px;
  }

  .product-detail {
    gap: 30px;
    padding: 34px 20px 86px;
  }

  .product-main-image img {
    padding: clamp(22px, 7vw, 34px);
  }

  .product-thumbnails {
    grid-auto-columns: calc((100% - 18px) / 4);
    gap: 6px;
  }

  .product-thumbnails button {
    min-height: 66px;
  }

  .product-info h2 {
    max-width: 9.5ch;
    font-size: clamp(54px, 14.5vw, 76px);
    line-height: 0.82;
  }

  .product-lead {
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.55;
  }

  .product-facts div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-block: 16px;
  }

  .product-facts dd {
    font-size: 15px;
    line-height: 1.58;
  }

  .product-buy-row {
    align-items: stretch;
  }

  .product-buy-row .button {
    width: 100%;
  }

  .product-disclaimer {
    margin-top: 26px;
    font-size: 12px;
    line-height: 1.65;
  }

  .faq-list summary {
    line-height: 1.04;
  }

  .policy-chapters article {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .site-footer {
    padding-block: 56px 42px;
  }
}

@media (max-width: 390px) {
  .brand-selector button {
    min-height: 184px;
    padding-inline: 6px;
  }

  .brand-tab-copy strong {
    font-size: 20px;
  }

  .product-selector {
    grid-auto-columns: min(218px, calc(100vw - 48px));
  }
}

/* 2026-08-19 readability pass: inner-page labels and product information
   stay readable at normal viewing distance, including the 390px layout. */
.site-footer p { font-size: 15px; }
.site-footer nav { font-size: 11px; }
.page-intro-copy { font-size: clamp(17px, 1.35vw, 21px); }
.section-heading > p:last-child { font-size: 17px; }
.about-story-copy p { font-size: 18px; }
.about-principles span,
.contact-card span,
.contact-form label,
.policy-chapters article > span { font-size: 11px; }
.about-principles p,
.contact-map-note,
.policy-chapters p,
.policy-chapters ul { font-size: 15px; }
.faq-note { font-size: 14px; }

.brand-selector button { font-size: 11px; }
.brand-tab-copy small,
.brand-tab-copy > span { font-size: 11px; }
.selector-heading { font-size: 12px; }
.selector-heading span { font-size: 11px; }
.product-selector button::before,
.product-sequence,
.product-tab-copy small { font-size: 11px; }
.product-tab-copy strong { font-size: clamp(22px, 2.15vw, 26px); }
.product-selector button {
  min-height: 124px;
  font-size: 11px;
}
.product-tab-copy {
  align-content: center;
}
.product-main-image::after { font-size: 11px; }
.product-facts dt,
.product-points-label { font-size: 11px; }
.product-facts dd,
.product-selling-points { font-size: 16px; line-height: 1.58; }
.product-buy-row p { font-size: 11px; }
.product-disclaimer { font-size: 13px; }
.product-selector-progress,
.product-selector-progress span,
.page-whatsapp { font-size: 11px; }

/* Product types are factual content, so keep them wrapped and complete rather
   than truncating them with an ellipsis on narrow cards. */
.product-tab-copy small {
  overflow: visible;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

.faq-aside p,
.faq-answer,
.contact-details-panel > p,
.contact-form > p,
.policy-panel > p { font-size: 17px; }
.faq-note { line-height: 1.65; }
.contact-card strong,
.contact-card a,
.contact-card address { font-size: 16px; }
.form-feedback { font-size: 13px; }
.policy-chapters h3 { font-size: clamp(32px, 3vw, 48px); }
.policy-source-note { font-size: 13px; }

@media (max-width: 760px) {
  .page-intro-copy { font-size: 17px; }
  .section-heading > p:last-child,
  .about-story-copy p,
  .faq-aside p,
  .faq-answer,
  .contact-details-panel > p,
  .contact-form > p,
  .policy-panel > p { font-size: 16px; }
  .brand-tab-copy small,
  .brand-tab-copy > span { font-size: 11px; }
  .brand-tab-copy strong { font-size: clamp(23px, 6.8vw, 30px); }
  .product-tab-copy strong { font-size: clamp(22px, 6.1vw, 25px); }
  .product-tab-copy small { font-size: 11px; }
  .product-selector button { min-height: 124px; }
  .product-sequence { font-size: 11px; }
  .product-facts dt,
  .product-points-label { font-size: 11px; }
  .product-facts dd,
  .product-selling-points { font-size: 16px; }
  .product-buy-row p,
  .product-disclaimer { font-size: 13px; }
  .about-principles p,
  .contact-map-note,
  .policy-chapters p,
  .policy-chapters ul { font-size: 16px; }
  .site-footer p { font-size: 16px; }
  .site-footer nav { font-size: 11px; }
}

/* Demo18 r5 final cascade: the later readability pass above must not restore
   oversized FAQ/policy body copy after the client requested a compact reading
   layout. */
.faq-aside > p:not(.eyebrow),
.faq-answer,
.policy-panel > p,
.policy-chapters p,
.policy-chapters ul {
  font-size: 15px;
  line-height: 1.72;
}

.policy-panel h2 {
  font-size: clamp(34px, 3.8vw, 56px);
}

.policy-chapters h3 {
  font-family: var(--ui);
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 650;
  line-height: 1.28;
}

@media (max-width: 760px) {
  .faq-aside > p:not(.eyebrow),
  .faq-answer,
  .policy-panel > p,
  .policy-chapters p,
  .policy-chapters ul {
    font-size: 15px;
  }

  .policy-panel h2 {
    font-size: clamp(32px, 10vw, 48px);
  }

  .policy-chapters h3 {
    font-size: 18px;
  }
}

/* 2026-08-25 client follow-up: About Us now introduces the two ingredients
   directly, while Brand starts at the actual brand selector. */
.about-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.about-ingredient-card {
  display: grid;
  grid-template-rows: minmax(220px, 0.9fr) auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--page-line);
  background: var(--paper-warm);
}

.about-ingredient-card-media {
  display: grid;
  min-height: 250px;
  place-items: center;
  padding: clamp(28px, 4vw, 58px);
  background: var(--page-cream);
}

.about-ingredient-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
}

.about-ingredient-card-cordyceps .about-ingredient-card-media {
  background: #e9dfd1;
}

.about-ingredient-card-copy {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 3vw, 38px);
}

.about-ingredient-card-copy h3 {
  margin: 0;
  color: var(--oxblood);
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.about-ingredient-card-copy > p:not(.eyebrow):not(.about-ingredient-card-note) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.68;
}

.about-ingredient-card-note {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--page-line);
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.5;
}

.products-clean-page .brand-selector-wrap {
  padding-top: clamp(28px, 5vw, 56px);
}

@media (max-width: 760px) {
  .about-ingredient-grid {
    grid-template-columns: 1fr;
  }

  .about-ingredient-card-media {
    min-height: 210px;
  }

  .about-ingredient-card-copy > p:not(.eyebrow):not(.about-ingredient-card-note) {
    font-size: 15px;
  }
}

/* 2026-08-25 client follow-up r7: explain ingredient role and placement
   without making unsupported medical or treatment claims. */
.about-ingredient-card-copy {
  gap: 18px;
}

.about-ingredient-lead {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.about-ingredient-facts {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--page-line);
}

.about-ingredient-facts > div {
  display: grid;
  grid-template-columns: minmax(90px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--page-line);
}

.about-ingredient-facts span {
  color: var(--oxblood);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-ingredient-facts p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

/* Brand selector: make the logo area a clean, high-contrast brand panel. */
.brand-selector button .brand-tab-media {
  border-radius: 0;
  background: var(--oxblood);
}

.brand-selector button[data-brand-tab="ganolux"] .brand-tab-media {
  background: #c9282d;
}

.brand-selector button .brand-tab-haze,
.brand-selector button .brand-tab-scene::after,
.brand-selector button::after {
  display: none;
}

.brand-selector button .brand-tab-logo {
  inset: 14% 10%;
  width: 80%;
  height: 72%;
  filter: none;
}

.brand-selector button[data-brand-tab="ganolux"] .brand-tab-logo {
  inset: 13% 22%;
  width: 56%;
  height: 74%;
}

.brand-tab-copy {
  align-content: center;
}

.brand-tab-copy strong {
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 0.92;
}

@media (max-width: 760px) {
  .about-ingredient-facts > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .about-ingredient-facts p {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .brand-selector button .brand-tab-media {
    height: 112px;
  }

  .brand-selector button .brand-tab-logo {
    inset: 14% 10%;
    width: 80%;
    height: 72%;
  }

  .brand-selector button[data-brand-tab="ganolux"] .brand-tab-logo {
    inset: 13% 18%;
    width: 64%;
    height: 74%;
  }

  .brand-tab-copy strong {
    font-size: clamp(18px, 5.8vw, 27px);
  }
}

/* 2026-08-25 client follow-up r14: keep both brand marks visually secondary
   to the selector panel while using the cleaned high-resolution Gewelry mark. */
.brand-selector button .brand-tab-logo {
  inset: 20% 16%;
  width: 68%;
  height: 60%;
}

.brand-selector button[data-brand-tab="ganolux"] .brand-tab-logo {
  inset: 20% 28%;
  width: 44%;
  height: 60%;
}

@media (max-width: 560px) {
  .brand-selector button .brand-tab-logo {
    inset: 20% 14%;
    width: 72%;
    height: 60%;
  }

  .brand-selector button[data-brand-tab="ganolux"] .brand-tab-logo {
    inset: 19% 24%;
    width: 52%;
    height: 62%;
  }
}

/* 2026-08-27 PPT follow-up: About content and supplement-detail annotations. */
.about-story-section {
  padding-top: clamp(58px, 7vw, 112px);
  padding-bottom: clamp(34px, 4vw, 56px);
}

.about-differences {
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(44px, 4.5vw, 68px);
}

.about-story-section + .about-differences {
  padding-top: clamp(56px, 6vw, 88px);
}

.about-differences-heading {
  margin-bottom: clamp(28px, 3.5vw, 48px);
}

.about-differences-heading h2 {
  max-width: 960px;
  margin: 0;
  color: var(--oxblood);
  font-family: var(--display);
  font-size: clamp(32px, 4.6vw, 72px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.065em;
  white-space: nowrap;
}

.about-differences-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: stretch;
}

.about-differences-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
}

.about-differences-media {
  min-height: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  background: var(--oxblood);
}

.about-differences-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.about-differences-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-differences-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 62px) clamp(24px, 3.4vw, 54px);
  align-content: center;
}

.about-differences-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-difference-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--paper);
  background: var(--brass);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}

.about-difference-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.about-differences-grid h3 {
  max-width: 18ch;
  margin: 0 0 18px;
  color: var(--oxblood);
  font-family: var(--display);
  font-size: clamp(26px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.about-differences-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.58;
}

.about-differences.about-differences--native-motion .about-differences-heading,
.about-differences.about-differences--native-motion .about-differences-media,
.about-differences.about-differences--native-motion .about-differences-grid article {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.58s ease, transform 0.58s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-differences.about-differences--native-motion .about-differences-media {
  transition-delay: 0.1s;
}

.about-differences.about-differences--native-motion .about-differences-grid article:nth-child(1) { transition-delay: 0.2s; }
.about-differences.about-differences--native-motion .about-differences-grid article:nth-child(2) { transition-delay: 0.28s; }
.about-differences.about-differences--native-motion .about-differences-grid article:nth-child(3) { transition-delay: 0.36s; }
.about-differences.about-differences--native-motion .about-differences-grid article:nth-child(4) { transition-delay: 0.44s; }

.about-differences.about-differences--native-motion .about-difference-icon {
  opacity: 0;
  transform: scale(0.72) rotate(-6deg);
  transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}

.about-differences.about-differences--native-motion.is-in-view .about-differences-heading,
.about-differences.about-differences--native-motion.is-in-view .about-differences-media,
.about-differences.about-differences--native-motion.is-in-view .about-differences-grid article,
.about-differences.about-differences--native-motion.is-in-view .about-difference-icon {
  opacity: 1;
  transform: none;
}

.about-differences.about-differences--native-motion.is-in-view .about-difference-icon:nth-child(1) { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .about-differences.about-differences--native-motion .about-differences-heading,
  .about-differences.about-differences--native-motion .about-differences-media,
  .about-differences.about-differences--native-motion .about-differences-grid article,
  .about-differences.about-differences--native-motion .about-difference-icon {
    transition: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .about-differences-grid article:hover {
    transform: translateY(-4px);
  }

  .about-differences-grid article:hover .about-difference-icon {
    transform: translateY(-3px) rotate(-4deg);
    box-shadow: 0 12px 20px rgba(56, 15, 24, 0.14);
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 761px) {
  .about-differences-media img {
    will-change: transform;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-differences-media img,
  .about-differences-grid article,
  .about-difference-icon {
    transition: none;
  }
}

.about-story-copy h3 {
  margin: 10px 0 -8px;
  color: var(--oxblood);
  font-family: var(--display);
  font-size: clamp(32px, 3.2vw, 52px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.about-ingredient-long-copy {
  display: grid;
  gap: 18px;
}

.about-ingredient-long-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.72;
  text-align: justify;
}

/* Slides 15–18 remove the annotated supplement rows while retaining the
   requested format, pack size, registration and certification information. */
.products-page .product-detail.product-detail--supplements [data-product-fact="highlights"],
.products-page .product-detail.product-detail--supplements [data-product-fact="ingredients"],
.products-page .product-detail.product-detail--supplements [data-product-fact="allergens"],
.products-page .product-detail.product-detail--supplements [data-product-fact="serving"],
.products-page .product-detail.product-detail--supplements .product-points-block,
.products-page .product-detail.product-detail--supplements .product-disclaimer,
.products-page .product-detail.product-detail--supplements [data-product-cta-note] {
  display: none;
}

@media (max-width: 1100px) {
  .about-differences-layout {
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    gap: 30px;
  }

  .about-differences-grid {
    gap: 32px 22px;
  }

  .about-differences-grid article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .about-difference-icon {
    width: 32px;
    height: 32px;
  }

  .about-difference-icon svg {
    width: 18px;
    height: 18px;
  }

  .about-differences-grid h3 {
    margin-bottom: 16px;
    font-size: clamp(24px, 3.2vw, 34px);
  }

  .about-differences-grid p {
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .about-story-section {
    padding-top: 56px;
    padding-bottom: 34px;
  }

  .about-differences {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .about-story-section + .about-differences {
    padding-top: 56px;
  }

  .about-differences-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-differences-media {
    aspect-ratio: 1.14 / 1;
  }

  .about-differences-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-differences-grid article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 16px;
  }

  .about-differences-grid article > div {
    padding-right: 54px;
  }

  .about-difference-icon {
    width: 34px;
    height: 34px;
  }

  .about-differences-grid h3 {
    max-width: 18ch;
    margin-bottom: 14px;
    font-size: clamp(25px, 7.7vw, 34px);
  }

  .about-differences-grid p {
    font-size: 13px;
    line-height: 1.58;
  }

  .about-story-copy h3 {
    margin-top: 4px;
  }

  .about-ingredient-long-copy p {
    font-size: 15px;
    line-height: 1.68;
  }

  .product-selling-points li {
    padding-left: 0;
  }

  .product-selling-points li::before {
    content: none;
  }
}

/* Tablet keeps the desktop content hierarchy, but stacks the hero visual above
   the four proof points so neither column can squeeze or overlap the other. */
@media (min-width: 761px) and (max-width: 1100px) {
  .about-differences {
    padding-top: clamp(64px, 8vw, 92px);
    padding-bottom: clamp(72px, 9vw, 104px);
  }

  .about-differences-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .about-differences-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .about-differences-heading h2 {
    white-space: normal;
    font-size: clamp(48px, 7.2vw, 72px);
    line-height: 0.88;
    text-wrap: balance;
  }

  .about-differences-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 30px;
  }

  .about-differences-grid article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
  }

  .about-differences-grid h3 {
    max-width: none;
    margin-bottom: 14px;
    font-size: clamp(29px, 3.8vw, 38px);
  }

  .about-differences-grid p {
    font-size: 13px;
    line-height: 1.6;
  }
}
