/** Shopify CDN: Minification failed

Line 1115:0 Unexpected "<"
Line 1640:0 Unexpected "<"
Line 2147:0 Unexpected "<"

**/
/* === Mac Pure Shopify theme.css — consolidated from all source pages === */
@font-face {
  font-family: 'Lora Fallback';
  src: local('Georgia');
  ascent-override: 95%;
  descent-override: 21%;
  line-gap-override: 0%;
  size-adjust: 100.6%;
}
@font-face {
  font-family: 'Inter Fallback';
  src: local('Arial');
  ascent-override: 90%;
  descent-override: 22.43%;
  line-gap-override: 0%;
  size-adjust: 107%;
}


/* ===== From index.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:   #1F7A7A;
  --plum:   #5B4F7A;
  --gold:   #C4953B;

  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;

  --teal-light:   #E8F4F4;
  --plum-light:   #ECEAF5;
  --gold-light:   #FAF0DC;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--warm);
  border-bottom: 1px solid var(--deep-sand);
  padding: 0 48px; height: 80px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
}
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count {
  font-size: 9px; font-weight: 700; font-family: 'Inter', sans-serif;
  background: var(--teal); color: var(--white);
  border-radius: 50%; width: 15px; height: 15px;
  display: flex; align-items: center; justify-content: center;
  position: absolute; top: -6px; right: -7px;
  line-height: 1;
}
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }

/* HERO */
.hero {
  background: #FFFFFF;
  padding: 56px 48px 32px;
}
.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.hero-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 28px;
  display: flex; align-items: center; gap: 10px;
}.hero-h1 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 62px; font-weight: 500;
  color: var(--text); line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
.hero-h1-line2 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 62px; font-weight: 500;
  font-style: italic;
  color: var(--teal);
  line-height: 1.1;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
  display: block;
}
.hero-divider {
  width: 48px; height: 2px;
  background: var(--deep-sand);
  margin-bottom: 28px;
}
.hero-anchor-line {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 22px; font-weight: 400;
  color: var(--text);
  line-height: 1.5;
  letter-spacing: -0.005em;
  margin-bottom: 0;
}
.hero-anchor-line em {
  font-style: italic;
  color: var(--teal);
  font-weight: 500;
}
.hero-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 8px;
}
.hero-text { min-width: 0; }
.hero-image { display: flex; justify-content: flex-end; align-items: center; }
.hero-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

/* D2-specific: path tiles */
.path-label {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 22px; font-weight: 500;
  color: var(--text);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.path-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
.path-tile {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 28px;
  border-radius: 20px;
  border: 1.5px solid;
  transition: transform .2s, box-shadow .2s;
  cursor: pointer;
}
.path-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(42,33,24,0.11);
}
.path-tile-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
.path-tile-hint {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0.75;
}
.path-tile-pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 50px;
  color: var(--white);
  letter-spacing: 0.02em;
  margin-top: auto;
  align-self: flex-start;
}
.tile-teal .path-tile-pill { background: var(--teal); }
.tile-plum .path-tile-pill { background: var(--plum); }
.tile-gold .path-tile-pill { background: var(--gold); }

.tile-teal {
  border-color: rgba(31,122,122,0.3);
  background: #F4FAFA;
}
.tile-teal:hover { border-color: rgba(31,122,122,0.5); }
.tile-teal .path-tile-text { color: var(--teal); }
.tile-teal .path-tile-hint { color: var(--teal); }
.tile-teal .tile-icon { color: var(--teal); }

.tile-plum {
  border-color: rgba(91,79,122,0.3);
  background: #F6F4FB;
}
.tile-plum:hover { border-color: rgba(91,79,122,0.5); }
.tile-plum .path-tile-text { color: var(--plum); }
.tile-plum .path-tile-hint { color: var(--plum); }
.tile-plum .tile-icon { color: var(--plum); }

.tile-gold {
  border-color: rgba(196,149,59,0.3);
  background: #FDF7EB;
}
.tile-gold:hover { border-color: rgba(196,149,59,0.5); }
.tile-gold .path-tile-text { color: var(--gold); }
.tile-gold .path-tile-hint { color: var(--gold); }
.tile-gold .tile-icon { color: var(--gold); }

.tile-icon {
  display: block;
  margin-bottom: 16px;
  width: 36px;
  height: 36px;
}

/* CONDITIONS */
.conditions-inner { max-width: 1180px; margin: 0 auto; }
.condition-panel:last-child { margin-bottom: 0; }
.condition-panel.panel-teal { border-left-color: var(--teal); }
.condition-panel.panel-plum { border-left-color: var(--plum); }
.condition-panel.panel-gold { border-left-color: var(--gold); }

.condition-if {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  margin-bottom: 16px;
}
.if-teal { color: var(--teal); }
.if-plum { color: var(--plum); }
.if-gold { color: var(--gold); }
.condition-body {
  font-size: 16px; color: var(--muted);
  line-height: 1.8; max-width: 640px;
  margin-bottom: 24px;
}
.condition-cta {
  font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap .2s;
}
.cta-teal { color: var(--teal); }
.cta-plum { color: var(--plum); }
.cta-gold { color: var(--gold); }
.condition-cta:hover { gap: 10px; }

/* SCIENCE BRIDGE */
.science-inner { max-width: 1180px; margin: 0 auto; }
.science-body {
  font-size: 18px; color: var(--muted);
  line-height: 1.8; max-width: 940px;
  margin-bottom: 32px; font-weight: 400;
}
.mechanism-block {
  background: var(--white);
  padding: 28px 24px;
}
.mechanism-label {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 10px;
}
.label-teal { color: var(--teal); }
.label-plum { color: var(--plum); }
.label-gold { color: var(--gold); }
.mechanism-title {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 16px; font-weight: 500;
  color: var(--text); margin-bottom: 8px;
}
.mechanism-desc {
  font-size: 13px; color: var(--muted); line-height: 1.6;
}
.science-link {
  font-size: 14px; font-weight: 600;
  color: var(--teal);
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap .2s;
}
.science-link:hover { gap: 10px; }

/* PRODUCTS */
.products-inner { max-width: 1180px; margin: 0 auto; }
.section-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}.section-h2 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 40px; font-weight: 500;
  color: var(--text); line-height: 1.2;
  margin-bottom: 12px;
}
.section-sub {
  font-size: 17px; color: var(--muted);
  line-height: 1.7; max-width: 560px;
  margin-bottom: 56px; font-weight: 400;
}
.product-card {
  background: var(--white);
  border: 1px solid var(--deep-sand);
  border-radius: 20px; overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(42,33,24,0.12);
}
.product-img {
  aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--muted);
  overflow: hidden;
}
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.product-img-teal { background: var(--teal-light); }
.product-img-plum { background: var(--plum-light); }
.product-img-gold { background: var(--gold-light); }
.product-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.product-tag {
  font-size: 10px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 12px;
}
.tag-teal { color: var(--teal); }
.tag-plum { color: var(--plum); }
.tag-gold { color: var(--gold); }
.product-name {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 22px; font-weight: 500;
  color: var(--text); margin-bottom: 4px;
}
.product-sub { font-size: 13px; color: var(--soft); margin-bottom: 16px; }
.product-desc {
  font-size: 14px; color: var(--muted);
  line-height: 1.7; flex: 1; margin-bottom: 24px;
}
.product-for {
  font-size: 12px; font-weight: 500;
  color: var(--muted); margin-bottom: 20px;
  padding: 12px 0;
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
  line-height: 1.5;
}
.product-price {
  font-size: 16px; font-weight: 600;
  color: var(--text); margin-bottom: 16px;
}
.product-btn {
  display: block; text-align: center;
  padding: 14px; border-radius: 50px;
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.02em;
  transition: opacity .2s;
}
.product-btn:hover { opacity: 0.88; }
.btn-teal-solid { background: var(--teal); color: var(--white); }
.btn-plum-solid { background: var(--plum); color: var(--white); }
.btn-gold-solid { background: var(--gold); color: var(--white); }

/* TESTIMONIALS */
.testimonials {
  background: var(--warm);
  padding: 56px 48px 40px;
  border-bottom: 1px solid var(--sand);
}
.testimonials-inner { max-width: 1180px; margin: 0 auto; }
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 40px;
}
.testimonial {
  background: var(--white);
  border-radius: 16px;
  padding: 24px 24px 20px;
  display: flex; flex-direction: column;
  border: 1px solid var(--deep-sand);
}
.testimonial-quote-mark {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 36px; line-height: 1;
  color: var(--deep-sand);
  margin-bottom: 4px;
}
.testimonial-text {
  font-size: 14px; color: var(--text);
  line-height: 1.7; flex: 1;
  margin-bottom: 18px;
  font-style: italic;
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-weight: 400;
}
.testimonial-footer { border-top: 1px solid var(--sand); padding-top: 14px; display: flex; flex-direction: column; align-items: flex-start; }
.testimonial-name {
  font-size: 13px; font-weight: 600;
  color: var(--text); margin-bottom: 2px;
}
.testimonial-detail { font-size: 11px; color: var(--soft); line-height: 1.4; }
.testimonial-condition {
  display: block; width: fit-content;
  margin-top: 6px; margin-left: 0;
  font-size: 9px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 50px;
}
.tc-teal { background: var(--teal-light); color: var(--teal); }
.tc-plum { background: var(--plum-light); color: var(--plum); }
.tc-gold { background: var(--gold-light); color: var(--gold); }

/* Testimonial per-condition tinting */
.testimonial:has(.tc-teal) { background: var(--teal-light); border-color: rgba(31,122,122,0.2); }
.testimonial:has(.tc-teal) .testimonial-quote-mark { color: var(--teal); opacity: 0.3; }
.testimonial:has(.tc-teal) .testimonial-footer { border-top-color: rgba(31,122,122,0.15); }
.testimonial:has(.tc-plum) { background: var(--plum-light); border-color: rgba(91,79,122,0.2); }
.testimonial:has(.tc-plum) .testimonial-quote-mark { color: var(--plum); opacity: 0.3; }
.testimonial:has(.tc-plum) .testimonial-footer { border-top-color: rgba(91,79,122,0.15); }
.testimonial:has(.tc-gold) { background: var(--gold-light); border-color: rgba(196,149,59,0.2); }
.testimonial:has(.tc-gold) .testimonial-quote-mark { color: var(--gold); opacity: 0.3; }
.testimonial:has(.tc-gold) .testimonial-footer { border-top-color: rgba(196,149,59,0.15); }

/* HCP STRIP */
.hcp-strip {
  background: var(--teal-light);
  padding: 56px 48px;
  border-top: 1px solid var(--deep-sand);
  border-bottom: 1px solid var(--deep-sand);
}
.hcp-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center;
  gap: 32px; flex-wrap: wrap;
}
.hcp-label {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--soft); white-space: nowrap;
}
.hcp-list {
  display: flex; gap: 0; flex-wrap: wrap;
  flex: 1;
}
.hcp-item {
  font-size: 14px; color: var(--muted);
  font-weight: 500; padding: 6px 14px;
  border-left: 1px solid var(--deep-sand);
  white-space: nowrap;
}
.hcp-item:first-child { border-left: none; padding-left: 0; }
.hcp-list { flex-wrap: nowrap !important; }

/* FOOTER */
.footer {
  background: var(--text);
  color: rgba(255,255,255,0.75);
  padding: 56px 48px 40px;
}
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
}
.footer-brand {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 20px; font-weight: 500;
  color: var(--white); letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.footer-tagline {
  font-size: 13px; color: rgba(255,255,255,0.5);
  line-height: 1.7; margin-bottom: 20px;
}
.footer-col-title {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin-bottom: 16px;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  font-size: 13px; color: rgba(255,255,255,0.65);
  transition: color .2s;
}
.footer-links a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: 12px; color: rgba(255,255,255,0.35);
}

/* DISCOVERY (hero-adjacent CTA) */
.discovery { padding: 32px 48px 56px; }
/* (final-cta padding adjusted below) */
.discovery-inner { max-width: 1180px; margin: 0 auto; text-align: center; }
.discovery .section-eyebrow { justify-content: center; }
.discovery-sub { font-size: 17px; color: var(--muted); line-height: 1.7; margin: 0 auto 40px; max-width: 640px; font-weight: 400; }
.discovery-secondary { font-size: 14px; color: var(--muted); margin-top: 24px; }
.discovery-secondary a { color: var(--text); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.discovery-secondary a:hover { color: var(--teal); }

/* FINAL CTA: Pick your path */
.final-cta { padding: 40px 48px 56px; border-top: 1px solid var(--sand); }
.final-cta-inner { max-width: 1180px; margin: 0 auto; text-align: center; }
.final-cta .section-eyebrow { justify-content: center; margin-bottom: 40px; }
.final-cta-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 920px;
  margin: 0 auto;
}
.final-cta-path {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 22px; font-weight: 500;
  color: var(--text);
  padding: 14px 16px;
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
  border-left: 1px solid var(--sand);
  transition: color .2s, gap .2s;
  letter-spacing: -0.005em;
}
.final-cta-path:first-child { border-left: none; }
.final-cta-path:hover { gap: 16px; }
.final-cta-path.path-teal:hover { color: var(--teal); }
.final-cta-path.path-plum:hover { color: var(--plum); }
.final-cta-path.path-gold:hover { color: var(--gold); }
.final-cta-path-arrow { font-weight: 400; font-size: 18px; opacity: 0.6; transition: opacity .2s; }
.final-cta-path:hover .final-cta-path-arrow { opacity: 1; }
.final-cta-secondary {
  font-size: 14px;
  color: var(--muted);
  margin-top: 40px;
}
.final-cta-secondary a {
  color: var(--text);
  font-weight: 500;
  border-bottom: 1px solid var(--deep-sand);
  padding-bottom: 2px;
  transition: border-color .2s, color .2s;
}
.final-cta-secondary a:hover { border-color: var(--text); color: var(--teal); }
.final-cta-dot { color: var(--soft); margin: 0 12px; }

/* CLOSING CTA (legacy) */
.closing-cta { background: var(--warm); padding: 56px 48px; border-top: 1px solid var(--deep-sand); }
.closing-cta-inner { max-width: 1180px; margin: 0 auto; text-align: center; }
.closing-cta .section-eyebrow { justify-content: center; }
.closing-cta-sub { font-size: 17px; color: var(--muted); line-height: 1.7; margin: 0 auto 40px; max-width: 640px; font-weight: 400; }
.closing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }
.closing-card { display: flex; flex-direction: column; padding: 28px 24px; border-radius: 16px; border: 1.5px solid; text-align: left; transition: transform .2s, box-shadow .2s; }
.closing-card:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(42,33,24,0.11); }
.closing-card-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.closing-card-text { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 18px; font-weight: 500; line-height: 1.35; margin-bottom: 24px; color: var(--text); flex: 1; }
.closing-card-arrow { font-size: 13px; font-weight: 600; }
.closing-card.card-teal { background: #F4FAFA; border-color: rgba(31,122,122,0.3); }
.closing-card.card-teal:hover { border-color: rgba(31,122,122,0.5); }
.closing-card.card-teal .closing-card-eyebrow, .closing-card.card-teal .closing-card-arrow { color: var(--teal); }
.closing-card.card-plum { background: #F6F4FB; border-color: rgba(91,79,122,0.3); }
.closing-card.card-plum:hover { border-color: rgba(91,79,122,0.5); }
.closing-card.card-plum .closing-card-eyebrow, .closing-card.card-plum .closing-card-arrow { color: var(--plum); }
.closing-card.card-gold { background: #FDF7EB; border-color: rgba(196,149,59,0.3); }
.closing-card.card-gold:hover { border-color: rgba(196,149,59,0.5); }
.closing-card.card-gold .closing-card-eyebrow, .closing-card.card-gold .closing-card-arrow { color: var(--gold); }
.closing-cta-secondary { font-size: 14px; color: var(--muted); margin-top: 8px; }
.closing-cta-secondary a { color: var(--text); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.closing-cta-secondary a:hover { color: var(--teal); }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 24px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .nav-icons { gap: 14px; }
  .hamburger { display: flex; }
  .nav { padding: 0 14px; gap: 8px; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }
  .nav-icons { gap: 10px; }

  .hero { padding: 56px 24px 24px; }
  .hero-top { grid-template-columns: 1fr; gap: 24px; }
  .hero-image { order: 2; justify-content: center; }
  .hero-image img { max-width: 220px; }
  .hero-h1, .hero-h1-line2 { font-size: 40px; }
  .hero-anchor-line { font-size: 18px; }
  .hero-body { font-size: 16px; }
  .path-tiles { grid-template-columns: 1fr; gap: 12px; }
  .closing-cta { padding: 56px 24px; }
  .discovery { padding: 24px 24px 56px; }
  .closing-cards { grid-template-columns: 1fr; gap: 12px; }
  .final-cta { padding: 56px 24px; }
  .final-cta-paths { grid-template-columns: 1fr; max-width: 320px; }
  .final-cta-path { border-left: none; border-top: 1px solid var(--sand); padding: 18px 16px; font-size: 20px; }
  .final-cta-path:first-child { border-top: none; }
  .section-h2 { font-size: 28px; }

  .why-section { padding: 56px 24px; }

  .testimonials { padding: 56px 24px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 20px; }

  .hcp-strip { padding: 40px 24px; }
  .hcp-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .hcp-list { flex-direction: column; gap: 8px; }
  .hcp-item { border-left: none; padding: 0; border-bottom: 1px solid var(--deep-sand); padding-bottom: 8px; }

  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
}

/* WHY SECTION */
.why-section { background: var(--plum-light); padding: 56px 48px; }
.why-inner { max-width: 1180px; margin: 0 auto; }
.why-section .section-eyebrow { margin-bottom: 10px; }
.why-section .section-h2 { margin-bottom: 28px; font-size: 32px; }
.why-body { font-size: 16px; color: var(--muted); line-height: 1.75; margin-bottom: 18px; }
.why-body:last-of-type { margin-bottom: 0; }
.why-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text); text-decoration: none;
  border-bottom: 1px solid currentColor; padding-bottom: 2px;
  margin-top: 28px; transition: opacity .2s;
}
.why-link:hover { opacity: 0.6; }


/* ===== From radiation-treatment.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:       #1F7A7A;
  --plum:       #5B4F7A;
  --gold:       #C4953B;
  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;
  --teal-light: #E8F4F4;
  --plum-light: #ECEAF5;
  --gold-light: #FAF0DC;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--warm);
  border-bottom: 1px solid var(--deep-sand);
  padding: 0 48px; height: 80px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
}
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count {
  font-size: 9px; font-weight: 700; font-family: 'Inter', sans-serif;
  background: var(--teal); color: var(--white);
  border-radius: 50%; width: 15px; height: 15px;
  display: flex; align-items: center; justify-content: center;
  position: absolute; top: -6px; right: -7px; line-height: 1;
}
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }

/* BREADCRUMB */
.breadcrumb {
  background: var(--warm);
  padding: 14px 48px;
  border-bottom: 1px solid var(--deep-sand);
  font-size: 12px; color: var(--soft);
  display: flex; align-items: center; gap: 8px;
}
.breadcrumb a { color: var(--soft); transition: color .2s; }
.breadcrumb a:hover { color: var(--text); }
.breadcrumb-sep { opacity: 0.4; }
.breadcrumb-current { color: #6878A8; font-weight: 500; }

/* HERO */
.hero { background: var(--warm); padding: 56px 48px; }
.hero-inner { max-width: 1180px; margin: 0 auto; }
.hero-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #6878A8; margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
}.hero-h1 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 54px; font-weight: 500;
  color: var(--text); line-height: 1.1;
  letter-spacing: -0.01em;
}
.hero-h1-line2 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 54px; font-weight: 500;
  font-style: italic; color: #5567A0;
  line-height: 1.1; margin-bottom: 32px;
  letter-spacing: -0.01em; display: block;
}
.hero-divider { width: 40px; height: 2px; background: var(--deep-sand); margin-bottom: 24px; }
.hero-body {
  font-size: 19px; color: var(--muted);
  line-height: 1.75; max-width: 940px; font-weight: 400;
}

/* WHAT'S HAPPENING */
.why { padding: 56px 48px; background: var(--white); }
.why-inner { max-width: 1180px; margin: 0 auto; }
.why-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #6878A8; margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}.why-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 32px; font-weight: 500;
  color: var(--text); line-height: 1.25; margin-bottom: 20px;
}
.why-body {
  font-size: 17px; color: var(--muted);
  line-height: 1.8; margin-bottom: 16px; font-weight: 400;
}
.why-punchline {
  font-size: 16px; font-weight: 600;
  color: #6878A8; margin-bottom: 48px;
}

/* SCIENCE PANEL (replaces 4-card flow) */
.science-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 64px;
  align-items: center;
  padding: 48px 0 16px;
  margin-top: 8px;
}
.science-panel-stat {
  padding-right: 56px;
  border-right: 1px solid var(--deep-sand);
  flex-shrink: 0;
}
.science-panel-num {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 120px;
  font-weight: 500;
  color: #6878A8;
  line-height: 1;
  letter-spacing: -3px;
}
.science-panel-label {
  font-size: 13px;
  color: var(--soft);
  margin-top: 14px;
  letter-spacing: 0.04em;
  max-width: 220px;
  line-height: 1.5;
}
.science-panel-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 16px;
}
.science-panel-text {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 18px;
  font-weight: 400;
}
.science-panel-link {
  font-size: 14px;
  font-weight: 600;
  color: #6878A8;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.science-panel-link:hover { color: #5567A0; }

/* FLOW DIAGRAM */
.flow {
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  align-items: stretch;
}
.flow-node {
  background: var(--white);
  border: 1px solid #CDD1E8;
  border-top: 3px solid #6878A8;
  border-radius: 12px;
  padding: 24px 18px 22px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  box-shadow: 0 2px 10px rgba(42,33,24,0.06);
}
.flow-num {
  width: 34px; height: 34px; border-radius: 50%;
  background: #CDD1E8;
  border: 2px solid #6878A8;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 13px; font-weight: 600; color: #6878A8;
}
.flow-title {
  font-size: 13px; font-weight: 700;
  color: var(--text); line-height: 1.35; margin: 0;
}
.flow-desc { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; }
.flow-connector {
  display: flex; align-items: flex-start; justify-content: center;
  align-self: start;
  padding-top: 36px;
  flex-shrink: 0;
  color: var(--soft); opacity: 0.7;
}

/* WHY MACADAMIA OIL */
.mac-why { padding: 56px 48px; background: var(--white); }
.mac-why-inner { max-width: 1180px; margin: 0 auto; }
.mac-why-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #6878A8; margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}.mac-why-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 32px; font-weight: 500;
  color: var(--text); line-height: 1.25; margin-bottom: 16px;
}
.mac-why-body {
  font-size: 17px; color: var(--muted);
  line-height: 1.8; margin-bottom: 40px; font-weight: 400;
  max-width: 940px;
}
.mac-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--deep-sand);
}
.mac-stat {
  background: var(--white);
  padding: 28px 24px; text-align: center;
}
.mac-stat-num {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 36px; font-weight: 500;
  color: #6878A8; line-height: 1; margin-bottom: 8px;
}
.mac-stat-title {
  font-size: 13px; font-weight: 700;
  color: var(--text); margin-bottom: 6px;
}
.mac-stat-desc {
  font-size: 12px; color: var(--muted); line-height: 1.5;
}

/* PRODUCT FEATURE */
.product-feature { padding: 56px 48px; background: var(--warm); }
.product-feature-inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 72px; align-items: center;
}
.product-img-block {
  background: var(--teal-light);
  border-radius: 20px;
  aspect-ratio: 4/5;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.product-img-block img { max-width: 60%; max-height: 78%; width: auto; height: auto; object-fit: contain; }
.product-img-placeholder { font-size: 13px; color: var(--muted); }

.product-info-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
}
.product-info-name {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 44px; font-weight: 500;
  color: var(--text); margin-bottom: 4px; line-height: 1.1;
}
.product-info-sub {
  font-size: 14px; color: var(--soft); margin-bottom: 20px;
}
.product-info-desc {
  font-size: 16px; color: var(--muted);
  line-height: 1.8; margin-bottom: 24px; font-weight: 400;
}
.product-badges {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px;
}
.badge {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px;
}
.badge-teal { background: var(--teal-light); color: var(--teal); }
.badge-neutral { background: var(--sand); color: var(--muted); }

.product-price {
  font-size: 28px; font-weight: 700;
  color: var(--text); margin-bottom: 20px;
}
.product-price span { font-size: 16px; font-weight: 400; color: var(--soft); }

.btn-primary {
  display: block; text-align: center;
  background: var(--teal); color: var(--white);
  padding: 18px 32px; border-radius: 50px;
  font-size: 16px; font-weight: 700;
  letter-spacing: 0.02em;
  transition: background .2s; margin-bottom: 16px;
}
.btn-primary:hover { background: #196060; }

.product-secondary {
  font-size: 13px; color: var(--soft);
  text-align: left; line-height: 1.6;
}
.product-secondary a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.product-secondary a:hover { color: var(--text); }

/* TESTIMONIAL */
.testimonial-section { padding: 56px 48px; background: var(--sand); }
.testimonial-inner { max-width: 1180px; margin: 0 auto; }
.testimonial-quote-mark {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 64px; line-height: 1;
  color: #6878A8; opacity: 0.45; margin-bottom: 4px;
}
.testimonial-text {
  font-size: 19px; color: var(--text);
  line-height: 1.8; font-style: italic;
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-weight: 400; margin-bottom: 28px;
}
.testimonial-footer {
  display: flex; align-items: center; gap: 16px;
  border-top: 1px solid var(--sand); padding-top: 20px;
}
.testimonial-name { font-size: 14px; font-weight: 600; color: var(--text); }
.testimonial-detail { font-size: 12px; color: var(--soft); }
.testimonial-tag {
  margin-left: auto;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px;
  background: #CDD1E8; color: #6878A8;
  white-space: nowrap;
}

/* HCP STRIP */
.hcp-strip {
  background: var(--warm);
  padding: 56px 48px;
  border-top: 1px solid var(--deep-sand);
  border-bottom: 1px solid var(--deep-sand);
}
.hcp-inner { max-width: 1180px; margin: 0 auto; }
.hcp-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #6878A8; margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
}.hcp-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 26px; font-weight: 500;
  color: var(--text); line-height: 1.3; margin-bottom: 12px;
}
.hcp-body {
  font-size: 15px; color: var(--muted);
  line-height: 1.7; margin-bottom: 28px; max-width: 560px;
}
.hcp-specialists { display: flex; flex-wrap: wrap; gap: 10px; }
.hcp-specialist {
  font-size: 13px; font-weight: 500; color: var(--muted);
  background: var(--sand); border: 1px solid var(--deep-sand);
  padding: 8px 18px; border-radius: 50px;
}

/* FOOTER */
.footer { background: var(--text); color: rgba(255,255,255,0.75); padding: 56px 48px 40px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--white); letter-spacing: 0.08em; margin-bottom: 12px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.6); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.3); }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 24px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .nav-icons { gap: 14px; }
  .hamburger { display: flex; }
  .nav { padding: 0 14px; gap: 8px; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }
  .nav-icons { gap: 10px; }
  .breadcrumb { padding: 14px 24px; }
  .hero { padding: 56px 24px 64px; }
  .hero-h1, .hero-h1-line2 { font-size: 38px; }
  .hero-body { font-size: 17px; }
  .why { padding: 56px 24px; }
  .why-headline { font-size: 26px; }
  .flow { grid-template-columns: 1fr; gap: 12px; }
  .science-panel { grid-template-columns: 1fr; gap: 24px; padding: 32px 0 8px; }
  .science-panel-stat { padding-right: 0; padding-bottom: 24px; border-right: none; border-bottom: 1px solid var(--deep-sand); }
  .science-panel-num { font-size: 80px; }
  .science-panel-headline { font-size: 22px; }
  .science-panel-text { font-size: 16px; }
  .flow-connector { display: none; }
  .mac-why { padding: 56px 24px; }
  .mac-why-headline { font-size: 26px; }
  .mac-stats { grid-template-columns: 1fr; }
  .product-feature { padding: 56px 24px; }
  .product-feature-inner { grid-template-columns: 1fr; gap: 32px; }
  .product-info-name { font-size: 36px; }
  /* iOS WebKit fix: max-height % can fail to resolve inside aspect-ratio + flex parents,
     letting tall product images overflow and clip top/bottom under overflow:hidden.
     Use container padding + img filling content box with object-fit:contain. */
  .product-img-block {
    padding: 10% 22%;
    box-sizing: border-box;
  }
  .product-img-block img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .testimonial-section { padding: 56px 24px; }
  .testimonial-text { font-size: 17px; }
  .testimonial-footer { flex-direction: column; align-items: flex-start; gap: 10px; }
  .testimonial-tag { margin-left: 0; }
  .hcp-strip { padding: 40px 24px; }
  .hcp-headline { font-size: 22px; }
  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
</style>
<style>
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.82);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
}
.product-img-block img { cursor: zoom-in; }

/* ===== From health-condition.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:       #1F7A7A;
  --plum:       #5B4F7A;
  --gold:       #C4953B;
  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;
  --teal-light: #E8F4F4;
  --plum-light: #ECEAF5;
  --gold-light: #FAF0DC;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--warm);
  border-bottom: 1px solid var(--deep-sand);
  padding: 0 48px; height: 80px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
}
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count {
  font-size: 9px; font-weight: 700; font-family: 'Inter', sans-serif;
  background: var(--teal); color: var(--white);
  border-radius: 50%; width: 15px; height: 15px;
  display: flex; align-items: center; justify-content: center;
  position: absolute; top: -6px; right: -7px; line-height: 1;
}
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }

/* BREADCRUMB */
.breadcrumb {
  background: var(--warm);
  padding: 14px 48px;
  border-bottom: 1px solid var(--deep-sand);
  font-size: 12px; color: var(--soft);
  display: flex; align-items: center; gap: 8px;
}
.breadcrumb a { color: var(--soft); transition: color .2s; }
.breadcrumb a:hover { color: var(--text); }
.breadcrumb-sep { opacity: 0.4; }
.breadcrumb-current { color: #5E7A4A; font-weight: 500; }

/* HERO */
.hero { background: var(--warm); padding: 56px 48px; }
.hero-inner { max-width: 1180px; margin: 0 auto; }
.hero-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #5E7A4A; margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
}.hero-h1 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 54px; font-weight: 500;
  color: var(--text); line-height: 1.1;
  letter-spacing: -0.01em;
}
.hero-h1-line2 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 54px; font-weight: 500;
  font-style: italic; color: #4D6640;
  line-height: 1.1; margin-bottom: 32px;
  letter-spacing: -0.01em; display: block;
}
.hero-divider { width: 40px; height: 2px; background: var(--deep-sand); margin-bottom: 24px; }
.hero-body {
  font-size: 19px; color: var(--muted);
  line-height: 1.75; max-width: 940px; font-weight: 400;
}

/* WHAT'S HAPPENING */
.why { padding: 56px 48px; background: var(--white); }
.why-inner { max-width: 1180px; margin: 0 auto; }
.why-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #5E7A4A; margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}.why-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 32px; font-weight: 500;
  color: var(--text); line-height: 1.25; margin-bottom: 20px;
}
.why-body {
  font-size: 17px; color: var(--muted);
  line-height: 1.8; margin-bottom: 16px; font-weight: 400;
}
.why-punchline {
  font-size: 16px; font-weight: 600;
  color: #5E7A4A; margin-bottom: 48px;
}

/* SCIENCE PANEL (replaces 4-card flow) */
.science-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 64px;
  align-items: center;
  padding: 48px 0 16px;
  margin-top: 8px;
}
.science-panel-stat {
  padding-right: 56px;
  border-right: 1px solid var(--deep-sand);
  flex-shrink: 0;
}
.science-panel-num {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 120px;
  font-weight: 500;
  color: #5E7A4A;
  line-height: 1;
  letter-spacing: -3px;
}
.science-panel-label {
  font-size: 13px;
  color: var(--soft);
  margin-top: 14px;
  letter-spacing: 0.04em;
  max-width: 220px;
  line-height: 1.5;
}
.science-panel-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 16px;
}
.science-panel-text {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 18px;
  font-weight: 400;
}
.science-panel-link {
  font-size: 14px;
  font-weight: 600;
  color: #5E7A4A;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.science-panel-link:hover { color: #4D6640; }

/* FLOW DIAGRAM */
.flow {
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  align-items: stretch;
}
.flow-node {
  background: var(--white);
  border: 1px solid #C8D9BE;
  border-top: 3px solid #5E7A4A;
  border-radius: 12px;
  padding: 24px 18px 22px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  box-shadow: 0 2px 10px rgba(42,33,24,0.06);
}
.flow-num {
  width: 34px; height: 34px; border-radius: 50%;
  background: #C8D9BE;
  border: 2px solid #5E7A4A;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 13px; font-weight: 600; color: #5E7A4A;
}
.flow-title {
  font-size: 13px; font-weight: 700;
  color: var(--text); line-height: 1.35; margin: 0;
}
.flow-desc { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; }
.flow-connector {
  display: flex; align-items: flex-start; justify-content: center;
  align-self: start;
  padding-top: 36px;
  flex-shrink: 0;
  color: var(--soft); opacity: 0.7;
}

/* WHY MACADAMIA OIL */
.mac-why { padding: 56px 48px; background: var(--white); }
.mac-why-inner { max-width: 1180px; margin: 0 auto; }
.mac-why-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #5E7A4A; margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}.mac-why-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 32px; font-weight: 500;
  color: var(--text); line-height: 1.25; margin-bottom: 16px;
}
.mac-why-body {
  font-size: 17px; color: var(--muted);
  line-height: 1.8; margin-bottom: 40px; font-weight: 400;
  max-width: 940px;
}
.mac-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--deep-sand);
}
.mac-stat {
  background: var(--white);
  padding: 28px 24px; text-align: center;
}
.mac-stat-num {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 36px; font-weight: 500;
  color: #5E7A4A; line-height: 1; margin-bottom: 8px;
}
.mac-stat-title {
  font-size: 13px; font-weight: 700;
  color: var(--text); margin-bottom: 6px;
}
.mac-stat-desc {
  font-size: 12px; color: var(--muted); line-height: 1.5;
}

/* PRODUCT FEATURE */
.product-feature { padding: 56px 48px; background: var(--warm); }
.product-feature-inner {
  max-width: 1080px; margin: 0 auto;
}
.product-feature-heading {
  max-width: 940px; margin: 0 0 48px;
}
.product-feature-heading .section-eyebrow {
  color: var(--plum); margin-bottom: 14px;
}
.product-feature-heading h2 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 36px; font-weight: 500; line-height: 1.2; color: var(--text);
  margin-bottom: 14px;
}
.product-feature-heading p {
  font-size: 16px; color: var(--muted); line-height: 1.7; font-weight: 400;
}
.product-pair {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px; align-items: stretch;
}
.pair-card {
  background: var(--white);
  border-radius: 24px;
  border: 1px solid var(--deep-sand);
  padding: 32px;
  display: flex; flex-direction: column;
}
.pair-card-img {
  border-radius: 16px;
  aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; margin-bottom: 24px;
}
.pair-card-img img { max-width: 55%; max-height: 80%; width: auto; height: auto; object-fit: contain; }
.pair-card .product-info-eyebrow { margin-bottom: 8px; }
.pair-card .product-info-name { font-size: 32px; margin-bottom: 2px; }
.pair-card .product-info-sub { margin-bottom: 14px; }
.pair-card .product-info-desc { font-size: 15px; margin-bottom: 18px; flex: 1; }
.pair-card .product-badges { margin-bottom: 20px; }
.pair-card .product-price { font-size: 22px; margin-bottom: 16px; }
.pair-card .btn-primary { font-size: 14px; padding: 14px 24px; margin-bottom: 0; }
.pair-card.card-teal .product-info-eyebrow,
.pair-card.card-teal .badge-plum { color: var(--teal); }
.pair-card.card-teal .badge-plum { background: var(--teal-light); }
.pair-card.card-teal .pair-card-img { background: var(--teal-light); }
.pair-card.card-teal .btn-primary { background: var(--teal); }
.pair-card.card-teal .btn-primary:hover { background: #196060; }
.pair-card.card-plum .product-info-eyebrow,
.pair-card.card-plum .badge-plum { color: var(--plum); }
.pair-card.card-plum .badge-plum { background: var(--plum-light); }
.pair-card.card-plum .pair-card-img { background: var(--plum-light); }
.pair-card.card-plum .btn-primary { background: var(--plum); }
.pair-card.card-plum .btn-primary:hover { background: #4A4063; }
.product-feature-footnote {
  margin-top: 36px;
  font-size: 13px; color: var(--soft); line-height: 1.7;
}
.product-feature-footnote a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.product-feature-footnote a:hover { color: var(--text); }
.product-img-block {
  background: var(--teal-light);
  border-radius: 20px;
  aspect-ratio: 4/5;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.product-img-block img { max-width: 60%; max-height: 78%; width: auto; height: auto; object-fit: contain; }
.product-img-placeholder { font-size: 13px; color: var(--muted); }

.product-info-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
}
.product-info-name {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 44px; font-weight: 500;
  color: var(--text); margin-bottom: 4px; line-height: 1.1;
}
.product-info-sub {
  font-size: 14px; color: var(--soft); margin-bottom: 20px;
}
.product-info-desc {
  font-size: 16px; color: var(--muted);
  line-height: 1.8; margin-bottom: 24px; font-weight: 400;
}
.product-badges {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px;
}
.badge {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px;
}
.badge-plum { background: var(--teal-light); color: var(--teal); }
.badge-neutral { background: var(--sand); color: var(--muted); }

.product-price {
  font-size: 28px; font-weight: 700;
  color: var(--text); margin-bottom: 20px;
}
.product-price span { font-size: 16px; font-weight: 400; color: var(--soft); }

.btn-primary {
  display: block; text-align: center;
  background: var(--teal); color: var(--white);
  padding: 18px 32px; border-radius: 50px;
  font-size: 16px; font-weight: 700;
  letter-spacing: 0.02em;
  transition: background .2s; margin-bottom: 16px;
}
.btn-primary:hover { background: #196060; }

.product-secondary {
  font-size: 13px; color: var(--soft);
  text-align: left; line-height: 1.6;
}
.product-secondary a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.product-secondary a:hover { color: var(--text); }

/* TESTIMONIAL */
.testimonial-section { padding: 56px 48px; background: var(--sand); }
.testimonial-inner {
  max-width: 960px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.testimonial-card {
  background: var(--white);
  border-radius: 16px;
  padding: 36px;
  border: 1px solid var(--deep-sand);
  display: flex; flex-direction: column;
}
.testimonial-quote-mark {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 56px; line-height: 1;
  color: #5E7A4A; opacity: 0.45; margin-bottom: 4px;
}
.testimonial-text {
  font-size: 17px; color: var(--text);
  line-height: 1.8; font-style: italic;
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-weight: 400; margin-bottom: 28px; flex: 1;
}
.testimonial-footer {
  display: flex; align-items: center; gap: 16px;
  border-top: 1px solid var(--sand); padding-top: 20px;
}
.testimonial-name { font-size: 14px; font-weight: 600; color: var(--text); }
.testimonial-detail { font-size: 12px; color: var(--soft); }
.testimonial-tag {
  margin-left: auto;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px;
  background: #C8D9BE; color: #5E7A4A;
  border: 1px solid #C8D9BE;
  white-space: nowrap;
}

/* HCP STRIP */
.hcp-strip {
  background: var(--warm);
  padding: 56px 48px;
  border-top: 1px solid var(--deep-sand);
  border-bottom: 1px solid var(--deep-sand);
}
.hcp-inner { max-width: 1180px; margin: 0 auto; }
.hcp-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #5E7A4A; margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
}.hcp-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 26px; font-weight: 500;
  color: var(--text); line-height: 1.3; margin-bottom: 12px;
}
.hcp-body {
  font-size: 15px; color: var(--muted);
  line-height: 1.7; margin-bottom: 28px; max-width: 560px;
}
.hcp-specialists { display: flex; flex-wrap: wrap; gap: 10px; }
.hcp-specialist {
  font-size: 13px; font-weight: 500; color: var(--muted);
  background: var(--sand); border: 1px solid var(--deep-sand);
  padding: 8px 18px; border-radius: 50px;
}

/* FOOTER */
.footer { background: var(--text); color: rgba(255,255,255,0.75); padding: 56px 48px 40px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--white); letter-spacing: 0.08em; margin-bottom: 12px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.6); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.3); }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 24px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .nav-icons { gap: 14px; }
  .hamburger { display: flex; }
  .nav { padding: 0 14px; gap: 8px; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }
  .nav-icons { gap: 10px; }
  .breadcrumb { padding: 14px 24px; }
  .hero { padding: 56px 24px 64px; }
  .hero-h1, .hero-h1-line2 { font-size: 38px; }
  .hero-body { font-size: 17px; }
  .why { padding: 56px 24px; }
  .why-headline { font-size: 26px; }
  .flow { grid-template-columns: 1fr; gap: 12px; }
  .science-panel { grid-template-columns: 1fr; gap: 24px; padding: 32px 0 8px; }
  .science-panel-stat { padding-right: 0; padding-bottom: 24px; border-right: none; border-bottom: 1px solid var(--deep-sand); }
  .science-panel-num { font-size: 80px; }
  .science-panel-headline { font-size: 22px; }
  .science-panel-text { font-size: 16px; }
  .flow-connector { display: none; }
  .mac-why { padding: 56px 24px; }
  .mac-why-headline { font-size: 26px; }
  .mac-stats { grid-template-columns: 1fr; }
  .product-feature { padding: 56px 24px; }
  .product-pair { grid-template-columns: 1fr; gap: 20px; }
  .product-feature-heading h2 { font-size: 28px; }
  .product-info-name { font-size: 36px; }
  .testimonial-section { padding: 56px 24px; }
  .testimonial-inner { grid-template-columns: 1fr; gap: 20px; }
  .testimonial-text { font-size: 16px; }
  .testimonial-footer { flex-direction: column; align-items: flex-start; gap: 10px; }
  .testimonial-tag { margin-left: 0; }
  .hcp-strip { padding: 40px 24px; }
  .hcp-headline { font-size: 22px; }
  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
</style>
<style>
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.82);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
}
.product-img-block img { cursor: zoom-in; }

/* ===== From aging-skin.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:       #1F7A7A;
  --plum:       #5B4F7A;
  --gold:       #C4953B;
  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;
  --teal-light: #E8F4F4;
  --plum-light: #ECEAF5;
  --gold-light: #FAF0DC;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--warm);
  border-bottom: 1px solid var(--deep-sand);
  padding: 0 48px; height: 80px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
}
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count {
  font-size: 9px; font-weight: 700; font-family: 'Inter', sans-serif;
  background: var(--teal); color: var(--white);
  border-radius: 50%; width: 15px; height: 15px;
  display: flex; align-items: center; justify-content: center;
  position: absolute; top: -6px; right: -7px; line-height: 1;
}
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }

/* BREADCRUMB */
.breadcrumb {
  background: var(--warm);
  padding: 14px 48px;
  border-bottom: 1px solid var(--deep-sand);
  font-size: 12px; color: var(--soft);
  display: flex; align-items: center; gap: 8px;
}
.breadcrumb a { color: var(--soft); transition: color .2s; }
.breadcrumb a:hover { color: var(--text); }
.breadcrumb-sep { opacity: 0.4; }
.breadcrumb-current { color: #A0613A; font-weight: 500; }

/* HERO */
.hero { background: var(--warm); padding: 56px 48px; }
.hero-inner { max-width: 1180px; margin: 0 auto; }
.hero-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #A0613A; margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
}.hero-h1 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 54px; font-weight: 500;
  color: var(--text); line-height: 1.1;
  letter-spacing: -0.01em;
}
.hero-h1-line2 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 54px; font-weight: 500;
  font-style: italic; color: #8A5330;
  line-height: 1.1; margin-bottom: 32px;
  letter-spacing: -0.01em; display: block;
}
.hero-divider { width: 40px; height: 2px; background: var(--deep-sand); margin-bottom: 24px; }
.hero-body {
  font-size: 19px; color: var(--muted);
  line-height: 1.75; max-width: 940px; font-weight: 400;
}

/* WHAT'S HAPPENING */
.why { padding: 56px 48px; background: var(--white); }
.why-inner { max-width: 1180px; margin: 0 auto; }
.why-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #A0613A; margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}.why-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 32px; font-weight: 500;
  color: var(--text); line-height: 1.25; margin-bottom: 20px;
}
.why-body {
  font-size: 17px; color: var(--muted);
  line-height: 1.8; margin-bottom: 16px; font-weight: 400;
}
.why-punchline {
  font-size: 16px; font-weight: 600;
  color: #A0613A; margin-bottom: 48px;
}
.science-callout {
  display: flex; align-items: flex-start; gap: 32px;
  background: var(--white);
  border: 1px solid #E3C6AE;
  border-left: 4px solid #A0613A;
  border-radius: 12px;
  padding: 32px 36px;
  margin-top: 40px;
}
.science-callout-stat {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 80px; font-weight: 600;
  color: #A0613A; line-height: 1;
  flex-shrink: 0; letter-spacing: -2px;
}
.science-callout-label {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #E3C6AE; margin-top: 4px;
}
.science-callout-head {
  font-size: 15px; font-weight: 700;
  color: var(--text); margin-bottom: 8px; line-height: 1.3;
}
.science-callout-text {
  font-size: 16px; color: var(--muted);
  font-weight: 400;
  line-height: 1.75; margin-bottom: 14px;
}
.science-callout-link {
  font-size: 13px; font-weight: 600; color: #A0613A;
  text-decoration: underline; text-underline-offset: 3px;
}

/* SCIENCE PANEL (replaces 4-card flow) */
.science-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 64px;
  align-items: center;
  padding: 48px 0 16px;
  margin-top: 8px;
}
.science-panel-stat {
  padding-right: 56px;
  border-right: 1px solid var(--deep-sand);
  flex-shrink: 0;
}
.science-panel-num {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 120px;
  font-weight: 500;
  color: #A0613A;
  line-height: 1;
  letter-spacing: -3px;
}
.science-panel-label {
  font-size: 13px;
  color: var(--soft);
  margin-top: 14px;
  letter-spacing: 0.04em;
  max-width: 220px;
  line-height: 1.5;
}
.science-panel-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 16px;
}
.science-panel-text {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 18px;
  font-weight: 400;
}
.science-panel-link {
  font-size: 14px;
  font-weight: 600;
  color: #A0613A;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.science-panel-link:hover { color: #8A5330; }

/* FLOW DIAGRAM */
.flow {
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  align-items: stretch;
}
.flow-node {
  background: var(--white);
  border: 1px solid var(--deep-sand);
  border-top: 3px solid #A0613A;
  border-radius: 12px;
  padding: 24px 18px 22px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  box-shadow: 0 2px 10px rgba(42,33,24,0.06);
}
.flow-num {
  width: 34px; height: 34px; border-radius: 50%;
  background: #E3C6AE;
  border: 2px solid #A0613A;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 13px; font-weight: 600; color: #A0613A;
}
.flow-title {
  font-size: 13px; font-weight: 700;
  color: var(--text); line-height: 1.35; margin: 0;
}
.flow-desc { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; }
.flow-connector {
  display: flex; align-items: flex-start; justify-content: center;
  align-self: start;
  padding-top: 36px;
  flex-shrink: 0;
  color: var(--soft); opacity: 0.7;
}

/* WHY MACADAMIA OIL */
.mac-why { padding: 56px 48px; background: var(--white); }
.mac-why-inner { max-width: 1180px; margin: 0 auto; }
.mac-why-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #A0613A; margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}.mac-why-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 32px; font-weight: 500;
  color: var(--text); line-height: 1.25; margin-bottom: 16px;
}
.mac-why-body {
  font-size: 17px; color: var(--muted);
  line-height: 1.8; margin-bottom: 40px; font-weight: 400;
  max-width: 940px;
}
.mac-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--deep-sand);
}
.mac-stat {
  background: var(--warm);
  padding: 28px 24px; text-align: center;
}
.mac-stat-num {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 36px; font-weight: 500;
  color: #A0613A; line-height: 1; margin-bottom: 8px;
}
.mac-stat-title {
  font-size: 13px; font-weight: 700;
  color: var(--text); margin-bottom: 6px;
}
.mac-stat-desc {
  font-size: 13px; color: var(--muted); line-height: 1.5;
}

/* PRODUCT FEATURE */
.product-feature { padding: 56px 48px; background: var(--warm); }
.product-feature-inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 72px; align-items: center;
}
.product-img-block {
  background: var(--plum-light);
  border-radius: 20px;
  aspect-ratio: 4/5;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.product-img-block img { max-width: 60%; max-height: 78%; width: auto; height: auto; object-fit: contain; }
.product-img-placeholder { font-size: 13px; color: var(--muted); }

.product-info-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--plum); margin-bottom: 12px;
}
.product-info-name {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 44px; font-weight: 500;
  color: var(--text); margin-bottom: 4px; line-height: 1.1;
}
.product-info-sub {
  font-size: 14px; color: var(--soft); margin-bottom: 20px;
}
.product-info-desc {
  font-size: 16px; color: var(--muted);
  line-height: 1.8; margin-bottom: 24px; font-weight: 400;
}
.product-badges {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px;
}
.badge {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px;
}
.badge-gold { background: var(--plum-light); color: var(--plum); }
.badge-neutral { background: var(--sand); color: var(--muted); }

.product-price {
  font-size: 28px; font-weight: 700;
  color: var(--text); margin-bottom: 20px;
}
.product-price span { font-size: 16px; font-weight: 400; color: var(--soft); }

.btn-primary {
  display: block; text-align: center;
  background: var(--plum); color: var(--white);
  padding: 18px 32px; border-radius: 50px;
  font-size: 16px; font-weight: 700;
  letter-spacing: 0.02em;
  transition: background .2s; margin-bottom: 16px;
}
.btn-primary:hover { background: #4a4068; }

.product-secondary {
  font-size: 13px; color: var(--soft);
  text-align: left; line-height: 1.6;
}
.product-secondary a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.product-secondary a:hover { color: var(--text); }

/* TESTIMONIAL */
.testimonial-section { padding: 56px 48px; background: var(--sand); }
.testimonial-inner { max-width: 1180px; margin: 0 auto; }
.testimonial-quote-mark {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 64px; line-height: 1;
  color: #A0613A; opacity: 0.45; margin-bottom: 4px;
}
.testimonial-text {
  font-size: 19px; color: var(--text);
  line-height: 1.8; font-style: italic;
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-weight: 400; margin-bottom: 28px;
}
.testimonial-footer {
  display: flex; align-items: center; gap: 16px;
  border-top: 1px solid var(--sand); padding-top: 20px;
}
.testimonial-name { font-size: 14px; font-weight: 600; color: var(--text); }
.testimonial-detail { font-size: 12px; color: var(--soft); }
.testimonial-tag {
  margin-left: auto;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px;
  background: #E3C6AE; color: #A0613A;
  white-space: nowrap;
}

/* HCP STRIP */
.hcp-strip {
  background: var(--warm);
  padding: 56px 48px;
  border-top: 1px solid var(--deep-sand);
  border-bottom: 1px solid var(--deep-sand);
}
.hcp-inner { max-width: 1180px; margin: 0 auto; }
.hcp-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #A0613A; margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
}.hcp-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 26px; font-weight: 500;
  color: var(--text); line-height: 1.3; margin-bottom: 12px;
}
.hcp-body {
  font-size: 15px; color: var(--muted);
  line-height: 1.7; margin-bottom: 28px; max-width: 560px;
}
.hcp-specialists { display: flex; flex-wrap: wrap; gap: 10px; }
.hcp-specialist {
  font-size: 13px; font-weight: 500; color: var(--muted);
  background: var(--sand); border: 1px solid var(--deep-sand);
  padding: 8px 18px; border-radius: 50px;
}

/* FOOTER */
.footer { background: var(--text); color: rgba(255,255,255,0.75); padding: 56px 48px 40px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--white); letter-spacing: 0.08em; margin-bottom: 12px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.6); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.3); }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 24px; }
  .nav { padding: 0 24px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .nav-icons { gap: 14px; }
  .hamburger { display: flex; }
  .nav { padding: 0 14px; gap: 8px; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }
  .nav-icons { gap: 10px; }
  .breadcrumb { padding: 14px 24px; }
  .hero { padding: 56px 24px 64px; }
  .hero-h1, .hero-h1-line2 { font-size: 38px; }
  .hero-body { font-size: 17px; }
  .why { padding: 56px 24px; }
  .why-headline { font-size: 26px; }
  .flow { grid-template-columns: 1fr; gap: 12px; }
  .science-panel { grid-template-columns: 1fr; gap: 24px; padding: 32px 0 8px; }
  .science-panel-stat { padding-right: 0; padding-bottom: 24px; border-right: none; border-bottom: 1px solid var(--deep-sand); }
  .science-panel-num { font-size: 80px; }
  .science-panel-headline { font-size: 22px; }
  .science-panel-text { font-size: 16px; }
  .flow-connector { display: none; }
  .science-callout { flex-direction: column; gap: 16px; padding: 24px; }
  .science-callout-stat { font-size: 60px; }
  .mac-why { padding: 56px 24px; }
  .mac-why-headline { font-size: 26px; }
  .mac-stats { grid-template-columns: 1fr; }
  .product-feature { padding: 56px 24px; }
  .product-feature-inner { grid-template-columns: 1fr; gap: 32px; }
  .product-info-name { font-size: 36px; }
  /* iOS WebKit fix: max-height % can fail to resolve inside aspect-ratio + flex parents,
     letting tall product images overflow and clip top/bottom under overflow:hidden.
     Use container padding + img filling content box with object-fit:contain. */
  .product-img-block {
    padding: 10% 22%;
    box-sizing: border-box;
  }
  .product-img-block img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .testimonial-section { padding: 56px 24px; }
  .testimonial-text { font-size: 17px; }
  .testimonial-footer { flex-direction: column; align-items: flex-start; gap: 10px; }
  .testimonial-tag { margin-left: 0; }
  .hcp-strip { padding: 40px 24px; }
  .hcp-headline { font-size: 22px; }
  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
</style>
<style>
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.82);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
}
.product-img-block img { cursor: zoom-in; }

/* ===== From calm-plus.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:       #1F7A7A;
  --plum:       #5B4F7A;
  --gold:       #C4953B;
  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;
  --teal-light: #E8F4F4;
  --plum-light: #ECEAF5;
  --gold-light: #FAF0DC;
  --accent:     #1F7A7A;
  --accent-light: #E8F4F4;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif; color: var(--text); background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--warm); border-bottom: 1px solid var(--deep-sand); padding: 0 48px; height: 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count { font-size: 9px; font-weight: 700; background: var(--teal); color: var(--white); border-radius: 50%; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; position: absolute; top: -6px; right: -7px; line-height: 1; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }

/* BREADCRUMB */
.breadcrumb { padding: 14px 48px; background: var(--warm); border-bottom: 1px solid var(--deep-sand); }
.breadcrumb-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--soft); }
.breadcrumb a { color: var(--soft); transition: color .2s; }
.breadcrumb a:hover { color: var(--teal); }
.breadcrumb-sep { opacity: 0.4; }
.breadcrumb-current { color: var(--teal); font-weight: 500; }

/* PRODUCT HERO */
.product-hero { background: var(--warm); padding: 72px 48px 64px; }
.product-hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.product-img-wrap { position: relative; }
.product-img-main { background: var(--teal-light); border-radius: 20px; overflow: hidden; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.product-img-main img { width: 85%; height: 85%; object-fit: contain; cursor: zoom-in; }
.product-badge { position: absolute; top: 20px; left: 20px; background: var(--teal); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; }
.product-info { padding-top: 8px; }
.product-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }.product-name { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 48px; font-weight: 500; color: var(--text); line-height: 1.05; margin-bottom: 8px; letter-spacing: -0.01em; }
.product-tagline { font-size: 17px; color: var(--muted); line-height: 1.6; margin-bottom: 28px; font-weight: 400; }
.product-for-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.for-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; padding: 5px 14px; border-radius: 20px; background: var(--teal-light); color: var(--teal); }
.size-section { margin-bottom: 28px; }
.size-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft); margin-bottom: 12px; }
.size-options { display: flex; gap: 10px; }
.size-btn { padding: 12px 20px; border-radius: 10px; border: 1.5px solid var(--deep-sand); background: var(--white); cursor: pointer; transition: all .2s; text-align: center; min-width: 110px; }
.size-btn:hover { border-color: var(--teal); }
.size-btn.active { border-color: var(--teal); background: var(--teal-light); }
.size-btn-vol { font-size: 15px; font-weight: 600; color: var(--text); display: block; }
.size-btn-price { font-size: 13px; color: var(--muted); margin-top: 3px; display: block; }
.size-btn.active .size-btn-price { color: var(--teal); }
.buy-btn { display: block; width: 100%; text-align: center; padding: 16px; border-radius: 50px; background: var(--teal); color: var(--white); font-size: 16px; font-weight: 600; letter-spacing: 0.02em; transition: opacity .2s; margin-bottom: 14px; }
.buy-btn:hover { opacity: 0.88; }
.product-assurance { display: flex; gap: 20px; flex-wrap: wrap; }
.assurance-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--soft); }
.assurance-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }

/* ABOUT SECTION */
.about-product { background: var(--white); padding: 56px 48px; }
.about-inner { max-width: 1180px; margin: 0 auto; }
.about-text { }
.section-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }.section-h2 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 34px; font-weight: 500; color: var(--text); line-height: 1.25; margin-bottom: 20px; }
.about-body { font-size: 16px; color: var(--muted); line-height: 1.8; font-weight: 400; margin-bottom: 16px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.about-stat { background: var(--teal-light); border-radius: 12px; padding: 20px; }
.stat-num { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 30px; font-weight: 500; color: var(--teal); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 12px; color: var(--muted); line-height: 1.5; font-weight: 400; }
.about-uses { }
.use-card { border-left: 3px solid var(--teal); padding: 16px 20px; margin-bottom: 12px; background: var(--warm); border-radius: 0 10px 10px 0; }
.use-card-title { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.use-card-body { font-size: 13px; color: var(--muted); line-height: 1.6; font-weight: 400; }

/* HOW TO USE */
.how-to { background: var(--teal-light); padding: 56px 48px; }
.how-to-inner { max-width: 1180px; margin: 0 auto; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 40px; }
.step { text-align: center; }
.step-num { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 40px; font-weight: 500; color: var(--teal); opacity: 0.3; line-height: 1; margin-bottom: 12px; }
.step-title { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.step-body { font-size: 13px; color: var(--muted); line-height: 1.7; font-weight: 400; }

/* TESTIMONIAL */
.testimonial-section { background: var(--warm); padding: 56px 48px; }
.testimonial-inner { max-width: 1180px; margin: 0 auto; }
.template-product .testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.testimonial-card { background: var(--white); border-radius: 16px; padding: 32px; border: 1px solid var(--deep-sand); }
.testimonial-q { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 48px; line-height: 1; color: var(--teal); opacity: 0.3; margin-bottom: 4px; }
.testimonial-text { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 15px; font-style: italic; color: var(--text); line-height: 1.85; margin-bottom: 24px; font-weight: 400; }
.testimonial-footer { border-top: 1px solid var(--sand); padding-top: 16px; }
.testimonial-name { font-size: 14px; font-weight: 600; color: var(--text); }
.testimonial-detail { font-size: 12px; color: var(--soft); margin-top: 2px; }
.testimonial-tag { display: inline-block; margin-top: 8px; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; background: var(--teal-light); color: var(--teal); border: 1px solid rgba(31,122,122,0.2); }


/* RELATED PRODUCTS */
.related { background: var(--white); padding: 56px 48px; }
.related-inner { max-width: 1180px; margin: 0 auto; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.related-card { border: 1px solid var(--deep-sand); border-radius: 16px; overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.related-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(42,33,24,0.1); }
.related-img { height: 180px; display: flex; align-items: center; justify-content: center; }
.related-img img { max-height: 140px; object-fit: contain; }
.related-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.related-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.related-name { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--text); margin-bottom: 6px; }
.related-desc { font-size: 13px; color: var(--muted); line-height: 1.6; flex: 1; margin-bottom: 20px; font-weight: 400; }
.related-price { font-size: 13px; color: var(--soft); margin-bottom: 14px; }
.related-btn { display: block; text-align: center; padding: 11px; border-radius: 50px; font-size: 13px; font-weight: 600; transition: opacity .2s; }
.related-btn:hover { opacity: 0.85; }
.btn-plum { background: var(--plum); color: var(--white); }
.btn-gold { background: var(--gold); color: var(--white); }

/* FOOTER */
.footer { background: var(--text); color: rgba(255,255,255,0.75); padding: 56px 48px 40px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--white); letter-spacing: 0.08em; margin-bottom: 14px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 20px; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.35); }

/* LIGHTBOX */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(42,33,24,0.9); z-index: 999; align-items: center; justify-content: center; cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 8px; }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .hamburger { display: flex; }
  .nav { padding: 0 14px; gap: 8px; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }
  .nav-icons { gap: 10px; }
  .breadcrumb { padding: 14px 24px; }
  .product-hero { padding: 56px 24px; }
  .product-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .product-name { font-size: 36px; }
  .about-product { padding: 56px 24px; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .section-h2 { font-size: 26px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .how-to { padding: 56px 24px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .testimonial-section { padding: 56px 24px; }
  .template-product .testimonial-grid { grid-template-columns: 1fr; }
  .related { padding: 56px 24px; }
  .related-grid { grid-template-columns: 1fr; }
  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
}

/* ===== From restore-plus.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:       #1F7A7A;
  --plum:       #5B4F7A;
  --gold:       #C4953B;
  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;
  --teal-light: #E8F4F4;
  --plum-light: #ECEAF5;
  --gold-light: #FAF0DC;
  --accent:     #5B4F7A;
  --accent-light: #ECEAF5;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif; color: var(--text); background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--warm); border-bottom: 1px solid var(--deep-sand); padding: 0 48px; height: 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count { font-size: 9px; font-weight: 700; background: var(--plum); color: var(--white); border-radius: 50%; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; position: absolute; top: -6px; right: -7px; line-height: 1; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }

/* BREADCRUMB */
.breadcrumb { padding: 14px 48px; background: var(--warm); border-bottom: 1px solid var(--deep-sand); }
.breadcrumb-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--soft); }
.breadcrumb a { color: var(--soft); transition: color .2s; }
.breadcrumb a:hover { color: var(--plum); }
.breadcrumb-sep { opacity: 0.4; }
.breadcrumb-current { color: var(--plum); font-weight: 500; }

/* PRODUCT HERO */
.product-hero { background: var(--warm); padding: 72px 48px 64px; }
.product-hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.product-img-wrap { position: relative; }
.product-img-main { background: var(--plum-light); border-radius: 20px; overflow: hidden; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.product-img-main img { width: 60%; height: 60%; object-fit: contain; cursor: zoom-in; }
.product-badge { position: absolute; top: 20px; left: 20px; background: var(--plum); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; }
.product-info { padding-top: 8px; }
.product-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--plum); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }.product-name { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 48px; font-weight: 500; color: var(--text); line-height: 1.05; margin-bottom: 8px; letter-spacing: -0.01em; }
.product-tagline { font-size: 17px; color: var(--muted); line-height: 1.6; margin-bottom: 28px; font-weight: 400; }
.product-for-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.for-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; padding: 5px 14px; border-radius: 20px; background: var(--sand); color: var(--plum); }
.size-section { margin-bottom: 28px; }
.size-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft); margin-bottom: 12px; }
.size-options { display: flex; gap: 10px; }
.size-btn { padding: 12px 20px; border-radius: 10px; border: 1.5px solid var(--deep-sand); background: var(--white); cursor: pointer; transition: all .2s; text-align: center; min-width: 110px; }
.size-btn:hover { border-color: var(--plum); }
.size-btn.active { border-color: var(--plum); background: var(--sand); }
.size-btn-vol { font-size: 15px; font-weight: 600; color: var(--text); display: block; }
.size-btn-price { font-size: 13px; color: var(--muted); margin-top: 3px; display: block; }
.size-btn.active .size-btn-price { color: var(--plum); }
.buy-btn { display: block; width: 100%; text-align: center; padding: 16px; border-radius: 50px; background: var(--plum); color: var(--white); font-size: 16px; font-weight: 600; letter-spacing: 0.02em; transition: opacity .2s; margin-bottom: 14px; }
.buy-btn:hover { opacity: 0.88; }
.product-assurance { display: flex; gap: 20px; flex-wrap: wrap; }
.assurance-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--soft); }
.assurance-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--plum); flex-shrink: 0; }

/* ABOUT SECTION */
.about-product { background: var(--white); padding: 56px 48px; }
.about-inner { max-width: 1180px; margin: 0 auto; }
.section-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--plum); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }.section-h2 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 34px; font-weight: 500; color: var(--text); line-height: 1.25; margin-bottom: 20px; }
.about-body { font-size: 16px; color: var(--muted); line-height: 1.8; font-weight: 400; margin-bottom: 16px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.about-stat { background: var(--sand); border-radius: 12px; padding: 20px; }
.stat-num { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 30px; font-weight: 500; color: var(--plum); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 12px; color: var(--muted); line-height: 1.5; font-weight: 400; }
.use-card { border-left: 3px solid var(--plum); padding: 16px 20px; margin-bottom: 12px; background: var(--warm); border-radius: 0 10px 10px 0; }
.use-card-title { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.use-card-body { font-size: 13px; color: var(--muted); line-height: 1.6; font-weight: 400; }

/* HOW TO USE */
.how-to { background: var(--sand); padding: 56px 48px; }
.how-to-inner { max-width: 1180px; margin: 0 auto; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 40px; }
.step { text-align: center; }
.step-num { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 40px; font-weight: 500; color: var(--plum); opacity: 0.3; line-height: 1; margin-bottom: 12px; }
.step-title { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.step-body { font-size: 13px; color: var(--muted); line-height: 1.7; font-weight: 400; }

/* TESTIMONIAL */
.testimonial-section { background: var(--warm); padding: 56px 48px; }
.testimonial-inner { max-width: 1180px; margin: 0 auto; }
.template-product .testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.testimonial-card { background: var(--white); border-radius: 16px; padding: 32px; border: 1px solid var(--deep-sand); }
.testimonial-q { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 48px; line-height: 1; color: var(--plum); opacity: 0.3; margin-bottom: 4px; }
.testimonial-text { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 15px; font-style: italic; color: var(--text); line-height: 1.85; margin-bottom: 24px; font-weight: 400; }
.testimonial-footer { border-top: 1px solid var(--sand); padding-top: 16px; }
.testimonial-name { font-size: 14px; font-weight: 600; color: var(--text); }
.testimonial-detail { font-size: 12px; color: var(--soft); margin-top: 2px; }
.testimonial-tag { display: inline-block; margin-top: 8px; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; background: var(--sand); color: var(--plum); border: 1px solid rgba(91,79,122,0.2); }


/* RELATED PRODUCTS */
.related { background: var(--white); padding: 56px 48px; }
.related-inner { max-width: 1180px; margin: 0 auto; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.related-card { border: 1px solid var(--deep-sand); border-radius: 16px; overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.related-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(42,33,24,0.1); }
.related-img { height: 180px; display: flex; align-items: center; justify-content: center; }
.related-img img { max-height: 140px; object-fit: contain; }
.related-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.related-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.related-name { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--text); margin-bottom: 6px; }
.related-desc { font-size: 13px; color: var(--muted); line-height: 1.6; flex: 1; margin-bottom: 20px; font-weight: 400; }
.related-price { font-size: 13px; color: var(--soft); margin-bottom: 14px; }
.related-btn { display: block; text-align: center; padding: 11px; border-radius: 50px; font-size: 13px; font-weight: 600; transition: opacity .2s; }
.related-btn:hover { opacity: 0.85; }
.btn-teal { background: var(--teal); color: var(--white); }
.btn-gold { background: var(--gold); color: var(--white); }

/* FOOTER */
.footer { background: var(--text); color: rgba(255,255,255,0.75); padding: 56px 48px 40px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--white); letter-spacing: 0.08em; margin-bottom: 14px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 20px; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.35); }

/* LIGHTBOX */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(42,33,24,0.9); z-index: 999; align-items: center; justify-content: center; cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 8px; }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .hamburger { display: flex; }
  .nav { padding: 0 14px; gap: 8px; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }
  .nav-icons { gap: 10px; }
  .breadcrumb { padding: 14px 24px; }
  .product-hero { padding: 56px 24px; }
  .product-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .product-name { font-size: 36px; }
  .about-product { padding: 56px 24px; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .section-h2 { font-size: 26px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .how-to { padding: 56px 24px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .testimonial-section { padding: 56px 24px; }
  .template-product .testimonial-grid { grid-template-columns: 1fr; }
  .related { padding: 56px 24px; }
  .related-grid { grid-template-columns: 1fr; }
  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
}

/* ===== From mac-pure-oil.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:       #1F7A7A;
  --plum:       #5B4F7A;
  --gold:       #C4953B;
  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;
  --teal-light: #E8F4F4;
  --plum-light: #ECEAF5;
  --gold-light: #FAF0DC;
  --accent:     #C4953B;
  --accent-light: #FAF0DC;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif; color: var(--text); background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--warm); border-bottom: 1px solid var(--deep-sand); padding: 0 48px; height: 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count { font-size: 9px; font-weight: 700; background: var(--gold); color: var(--white); border-radius: 50%; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; position: absolute; top: -6px; right: -7px; line-height: 1; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }

/* BREADCRUMB */
.breadcrumb { padding: 14px 48px; background: var(--warm); border-bottom: 1px solid var(--deep-sand); }
.breadcrumb-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--soft); }
.breadcrumb a { color: var(--soft); transition: color .2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb-sep { opacity: 0.4; }
.breadcrumb-current { color: var(--gold); font-weight: 500; }

/* PRODUCT HERO */
.product-hero { background: var(--warm); padding: 72px 48px 64px; }
.product-hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.product-img-wrap { position: relative; }
.product-img-main { background: var(--gold-light); border-radius: 20px; overflow: hidden; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.product-img-main img { width: 85%; height: 85%; object-fit: contain; cursor: zoom-in; }
.product-badge { position: absolute; top: 20px; left: 20px; background: var(--gold); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; }
.product-info { padding-top: 8px; }
.product-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }.product-name { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 48px; font-weight: 500; color: var(--text); line-height: 1.05; margin-bottom: 8px; letter-spacing: -0.01em; }
.product-tagline { font-size: 17px; color: var(--muted); line-height: 1.6; margin-bottom: 28px; font-weight: 400; }
.product-for-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.for-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; padding: 5px 14px; border-radius: 20px; background: var(--gold-light); color: var(--gold); }
.size-section { margin-bottom: 28px; }
.size-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft); margin-bottom: 12px; }
.size-options { display: flex; gap: 10px; }
.size-btn { padding: 12px 20px; border-radius: 10px; border: 1.5px solid var(--deep-sand); background: var(--white); cursor: pointer; transition: all .2s; text-align: center; min-width: 110px; }
.size-btn:hover { border-color: var(--gold); }
.size-btn.active { border-color: var(--gold); background: var(--gold-light); }
.size-btn-vol { font-size: 15px; font-weight: 600; color: var(--text); display: block; }
.size-btn-price { font-size: 13px; color: var(--muted); margin-top: 3px; display: block; }
.size-btn.active .size-btn-price { color: var(--gold); }
.buy-btn { display: block; width: 100%; text-align: center; padding: 16px; border-radius: 50px; background: var(--gold); color: var(--white); font-size: 16px; font-weight: 600; letter-spacing: 0.02em; transition: opacity .2s; margin-bottom: 14px; }
.buy-btn:hover { opacity: 0.88; }
.product-assurance { display: flex; gap: 20px; flex-wrap: wrap; }
.assurance-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--soft); }
.assurance-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ABOUT SECTION */
.about-product { background: var(--white); padding: 56px 48px; }
.about-inner { max-width: 1180px; margin: 0 auto; }
.section-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }.section-h2 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 34px; font-weight: 500; color: var(--text); line-height: 1.25; margin-bottom: 20px; }
.about-body { font-size: 16px; color: var(--muted); line-height: 1.8; font-weight: 400; margin-bottom: 16px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.about-stat { background: var(--gold-light); border-radius: 12px; padding: 20px; }
.stat-num { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 30px; font-weight: 500; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 12px; color: var(--muted); line-height: 1.5; font-weight: 400; }
.use-card { border-left: 3px solid var(--gold); padding: 16px 20px; margin-bottom: 12px; background: var(--warm); border-radius: 0 10px 10px 0; }
.use-card-title { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.use-card-body { font-size: 13px; color: var(--muted); line-height: 1.6; font-weight: 400; }

/* PURITY SECTION */
.purity { background: var(--gold-light); padding: 56px 48px; }
.purity-inner { max-width: 1180px; margin: 0 auto; }
.purity-statement { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 32px; font-weight: 500; color: var(--text); line-height: 1.4; margin: 32px 0 24px; font-style: italic; }
.purity-sub { font-size: 15px; color: var(--muted); line-height: 1.8; font-weight: 400; max-width: 940px; }

/* HOW TO USE */
.how-to { background: var(--sand); padding: 56px 48px; }
.how-to-inner { max-width: 1180px; margin: 0 auto; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 40px; }
.step { text-align: center; }
.step-num { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 40px; font-weight: 500; color: var(--gold); opacity: 0.4; line-height: 1; margin-bottom: 12px; }
.step-title { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.step-body { font-size: 13px; color: var(--muted); line-height: 1.7; font-weight: 400; }

/* TESTIMONIAL */
.testimonial-section { background: var(--warm); padding: 56px 48px; }
.testimonial-inner { max-width: 1180px; margin: 0 auto; }
.template-product .testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.testimonial-card { background: var(--white); border-radius: 16px; padding: 32px; border: 1px solid var(--deep-sand); }
.testimonial-q { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 48px; line-height: 1; color: var(--gold); opacity: 0.35; margin-bottom: 4px; }
.testimonial-text { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 15px; font-style: italic; color: var(--text); line-height: 1.85; margin-bottom: 24px; font-weight: 400; }
.testimonial-footer { border-top: 1px solid var(--sand); padding-top: 16px; }
.testimonial-name { font-size: 14px; font-weight: 600; color: var(--text); }
.testimonial-detail { font-size: 12px; color: var(--soft); margin-top: 2px; }
.testimonial-tag { display: inline-block; margin-top: 8px; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; background: var(--gold-light); color: var(--gold); border: 1px solid rgba(196,149,59,0.25); }


/* RELATED PRODUCTS */
.related { background: var(--white); padding: 56px 48px; }
.related-inner { max-width: 1180px; margin: 0 auto; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.related-card { border: 1px solid var(--deep-sand); border-radius: 16px; overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.related-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(42,33,24,0.1); }
.related-img { height: 180px; display: flex; align-items: center; justify-content: center; }
.related-img img { max-height: 140px; object-fit: contain; }
.related-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.related-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.related-name { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--text); margin-bottom: 6px; }
.related-desc { font-size: 13px; color: var(--muted); line-height: 1.6; flex: 1; margin-bottom: 20px; font-weight: 400; }
.related-price { font-size: 13px; color: var(--soft); margin-bottom: 14px; }
.related-btn { display: block; text-align: center; padding: 11px; border-radius: 50px; font-size: 13px; font-weight: 600; transition: opacity .2s; }
.related-btn:hover { opacity: 0.85; }
.btn-teal { background: var(--teal); color: var(--white); }
.btn-plum { background: var(--plum); color: var(--white); }

/* FOOTER */
.footer { background: var(--text); color: rgba(255,255,255,0.75); padding: 56px 48px 40px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--white); letter-spacing: 0.08em; margin-bottom: 14px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 20px; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.35); }

/* LIGHTBOX */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(42,33,24,0.9); z-index: 999; align-items: center; justify-content: center; cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 8px; }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .hamburger { display: flex; }
  .nav { padding: 0 14px; gap: 8px; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }
  .nav-icons { gap: 10px; }
  .breadcrumb { padding: 14px 24px; }
  .product-hero { padding: 56px 24px; }
  .product-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .product-name { font-size: 36px; }
  .about-product { padding: 56px 24px; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .section-h2 { font-size: 26px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .purity { padding: 56px 24px; }
  .purity-statement { font-size: 24px; }
  .how-to { padding: 56px 24px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .testimonial-section { padding: 56px 24px; }
  .template-product .testimonial-grid { grid-template-columns: 1fr; }
  .related { padding: 56px 24px; }
  .related-grid { grid-template-columns: 1fr; }
  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
}

/* ===== From shop.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:       #1F7A7A;
  --plum:       #5B4F7A;
  --gold:       #C4953B;
  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;
  --teal-light: #E8F4F4;
  --plum-light: #ECEAF5;
  --gold-light: #FAF0DC;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif; color: var(--text); background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--warm); border-bottom: 1px solid var(--deep-sand); padding: 0 48px; height: 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count { font-size: 9px; font-weight: 700; background: var(--teal); color: var(--white); border-radius: 50%; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; position: absolute; top: -6px; right: -7px; line-height: 1; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }

/* BREADCRUMB */
.breadcrumb { padding: 14px 48px; background: var(--warm); border-bottom: 1px solid var(--deep-sand); }
.breadcrumb-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--soft); }
.breadcrumb a { color: var(--soft); transition: color .2s; }
.breadcrumb a:hover { color: var(--text); }
.breadcrumb-sep { opacity: 0.4; }
.breadcrumb-current { color: var(--text); font-weight: 500; }

/* PAGE HERO */
.page-hero { background: var(--warm); padding: 56px 48px; border-bottom: 1px solid var(--deep-sand); }
.page-hero-inner { max-width: 1180px; margin: 0 auto; }
.page-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.page-h1 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 48px; font-weight: 500; color: var(--text); line-height: 1.1; margin-bottom: 16px; }
.page-intro { font-size: 17px; color: var(--muted); line-height: 1.7; max-width: 940px; font-weight: 400; }

/* FILTER BAR */
.filter-bar { background: var(--white); border-bottom: 1px solid var(--deep-sand); padding: 16px 48px; }
.filter-bar-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.filter-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft); margin-right: 4px; }
.filter-btn { padding: 7px 16px; border-radius: 20px; border: 1.5px solid var(--deep-sand); background: var(--white); font-size: 12px; font-weight: 500; color: var(--muted); cursor: pointer; transition: all .2s; }
.filter-btn:hover { border-color: var(--text); color: var(--text); }
.filter-btn.active { border-color: var(--text); background: var(--text); color: var(--white); }

/* PRODUCTS GRID */
.products { background: var(--white); padding: 56px 48px; }
.products-inner { max-width: 1180px; margin: 0 auto; }
.products-count { font-size: 13px; color: var(--soft); margin-bottom: 32px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

/* PRODUCT CARD */
.product-card { border: 1px solid var(--deep-sand); border-radius: 20px; overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; background: var(--white); }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(42,33,24,0.1); }
.product-card-img { height: 300px; display: flex; align-items: flex-end; justify-content: center; position: relative; padding: 32px; }
.product-card-img img { max-width: 80%; max-height: 80%; width: auto; height: auto; object-fit: contain; display: block; }
.product-card-badge { position: absolute; top: 16px; left: 16px; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; color: var(--white); }
.product-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; border-top: 1px solid var(--deep-sand); }
.product-card-type { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 8px; }
.product-card-name { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 26px; font-weight: 500; color: var(--text); margin-bottom: 10px; min-height: 64px; display: flex; align-items: flex-start; }
.product-card-desc { font-size: 14px; color: var(--muted); line-height: 1.65; flex: 1; margin-bottom: 20px; font-weight: 400; }
.product-card-suitability { margin-bottom: 20px; min-height: 68px; }
.suit-label { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft); margin-bottom: 8px; }
.suit-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.suit-tag { font-size: 10px; font-weight: 500; padding: 3px 10px; border-radius: 20px; background: var(--warm); color: var(--muted); border: 1px solid var(--deep-sand); }
.product-card-pricing { margin-bottom: 20px; }
.price-from { font-size: 12px; color: var(--soft); }
.price-main { font-size: 20px; font-weight: 600; color: var(--text); }
.price-range { font-size: 13px; color: var(--soft); }
.product-card-btn { display: block; text-align: center; padding: 13px; border-radius: 50px; font-size: 14px; font-weight: 600; transition: opacity .2s; }
.product-card-btn:hover { opacity: 0.85; }
.btn-teal { background: var(--teal); color: var(--white); }
.btn-plum { background: var(--plum); color: var(--white); }
.btn-gold { background: var(--gold); color: var(--white); }

/* WHY MACADAMIA BANNER */

/* FIND YOUR PRODUCT */
.find { background: var(--warm); padding: 56px 48px; }
.find-inner { max-width: 1180px; margin: 0 auto; }
.find-h2 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 34px; font-weight: 500; color: var(--text); line-height: 1.25; margin-bottom: 32px; text-align: center; }
.find-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.find-card { background: var(--white); border-radius: 16px; padding: 28px; border: 1px solid var(--deep-sand); text-align: center; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.find-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(42,33,24,0.09); }
.find-icon { width: 48px; height: 48px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; }
.find-card-title { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.find-card-body { font-size: 13px; color: var(--muted); line-height: 1.65; flex: 1; margin-bottom: 18px; font-weight: 400; }
.find-card-link { font-size: 12px; font-weight: 600; }

/* FOOTER */
.footer { background: var(--text); color: rgba(255,255,255,0.75); padding: 56px 48px 40px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--white); letter-spacing: 0.08em; margin-bottom: 14px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 20px; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.35); }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .hamburger { display: flex; }
  .nav { padding: 0 14px; gap: 8px; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }
  .nav-icons { gap: 10px; }
  .breadcrumb { padding: 14px 24px; }
  .page-hero { padding: 56px 24px; }
  .page-h1 { font-size: 36px; }
  .filter-bar { padding: 14px 24px; }
  .products { padding: 56px 24px; }
  .product-grid { grid-template-columns: 1fr; }
  .find { padding: 56px 24px; }
  .find-grid { grid-template-columns: 1fr; }
  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
}

/* ===== From about.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:       #1F7A7A;
  --plum:       #5B4F7A;
  --gold:       #C4953B;
  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;
  --teal-light: #E8F4F4;
  --plum-light: #ECEAF5;
  --gold-light: #FAF0DC;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif; color: var(--text); background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--warm); border-bottom: 1px solid var(--deep-sand); padding: 0 48px; height: 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count { font-size: 9px; font-weight: 700; background: var(--teal); color: var(--white); border-radius: 50%; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; position: absolute; top: -6px; right: -7px; line-height: 1; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }

/* PAGE HERO */
.page-hero { background: var(--warm); padding: 56px 48px; border-bottom: 1px solid var(--deep-sand); }
.page-hero-inner { max-width: 760px; margin: 0 auto; }
.page-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }.page-h1 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 52px; font-weight: 500; color: var(--text); line-height: 1.1; margin-bottom: 24px; }
.page-intro { font-size: 20px; color: var(--muted); line-height: 1.7; font-weight: 400; font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-style: italic; }

/* STORY SECTION */
.story { background: var(--white); padding: 56px 48px; }
.story-inner { max-width: 760px; margin: 0 auto; }
.section-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }.section-h2 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 36px; font-weight: 500; color: var(--text); line-height: 1.25; margin-bottom: 28px; }
.body-text { font-size: 17px; color: var(--muted); line-height: 1.85; font-weight: 400; margin-bottom: 24px; }
.pull-quote { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 24px; font-style: italic; color: var(--text); line-height: 1.5; border-left: 4px solid var(--teal); padding: 20px 32px; margin: 40px 0; background: var(--warm); border-radius: 0 12px 12px 0; }

/* PRINCIPLES */
.principles { background: var(--sand); padding: 56px 48px; }
.principles-inner { max-width: 1180px; margin: 0 auto; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.principle { background: var(--white); border-radius: 16px; padding: 32px; border: 1px solid var(--deep-sand); }
.principle-num { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 44px; font-weight: 500; color: var(--teal); opacity: 0.25; line-height: 1; margin-bottom: 16px; }
.principle-title { font-size: 16px; font-weight: 600; color: var(--text); margin-bottom: 12px; }
.principle-body { font-size: 14px; color: var(--muted); line-height: 1.75; font-weight: 400; }

/* MADE IN AUSTRALIA */
.made { background: var(--warm); padding: 56px 48px; }
.made-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.made-text { }
.made-visual { background: var(--sand); border-radius: 24px; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.made-visual-content { text-align: center; padding: 40px; }
.made-visual-stat { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 72px; font-weight: 500; color: var(--teal); line-height: 1; margin-bottom: 8px; }
.made-visual-label { font-size: 14px; color: var(--muted); font-weight: 400; }
.made-fact { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 20px; }
.made-fact-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; margin-top: 9px; }
.made-fact-text { font-size: 15px; color: var(--muted); line-height: 1.7; font-weight: 400; }

/* CLINICAL FOCUS */
.clinical { background: var(--white); padding: 56px 48px; }
.clinical-inner { max-width: 1180px; margin: 0 auto; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.audience-card { border-radius: 16px; padding: 28px; }
.audience-card-title { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.audience-card-body { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; font-weight: 400; }
.audience-card-link { font-size: 12px; font-weight: 600; }

/* CTA */
.cta-section { background: var(--text); padding: 56px 48px; text-align: center; }
.cta-inner { max-width: 600px; margin: 0 auto; }
.cta-h2 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 40px; font-weight: 500; color: var(--white); line-height: 1.2; margin-bottom: 16px; }
.cta-body { font-size: 17px; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 40px; font-weight: 400; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-btn-primary { padding: 15px 32px; border-radius: 50px; background: var(--warm); color: var(--text); font-size: 15px; font-weight: 600; transition: opacity .2s; }
.cta-btn-primary:hover { opacity: 0.9; }
.cta-btn-secondary { padding: 15px 32px; border-radius: 50px; border: 1.5px solid rgba(255,255,255,0.3); color: var(--white); font-size: 15px; font-weight: 600; transition: border-color .2s; }
.cta-btn-secondary:hover { border-color: rgba(255,255,255,0.7); }

/* FOOTER */
.footer { background: var(--text); color: rgba(255,255,255,0.75); padding: 56px 48px 40px; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--white); letter-spacing: 0.08em; margin-bottom: 14px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 20px; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.35); }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .hamburger { display: flex; }
  .nav { padding: 0 14px; gap: 8px; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }
  .nav-icons { gap: 10px; }
  .page-hero { padding: 56px 24px; }
  .page-h1 { font-size: 38px; }
  .page-intro { font-size: 17px; }
  .story { padding: 56px 24px; }
  .section-h2 { font-size: 28px; }
  .pull-quote { font-size: 19px; padding: 16px 24px; }
  .principles { padding: 56px 24px; }
  .principles-grid { grid-template-columns: 1fr; }
  .made { padding: 56px 24px; }
  .made-inner { grid-template-columns: 1fr; gap: 40px; }
  .clinical { padding: 56px 24px; }
  .audience-grid { grid-template-columns: 1fr; }
  .cta-section { padding: 56px 24px; }
  .cta-h2 { font-size: 32px; }
  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
}

/* ===== From science.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:       #1F7A7A;
  --plum:       #5B4F7A;
  --gold:       #C4953B;
  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;
  --teal-light: #E8F4F4;
  --plum-light: #ECEAF5;
  --gold-light: #FAF0DC;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--warm);
  border-bottom: 1px solid var(--deep-sand);
  padding: 0 48px; height: 80px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
}
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count {
  font-size: 9px; font-weight: 700; font-family: 'Inter', sans-serif;
  background: var(--teal); color: var(--white);
  border-radius: 50%; width: 15px; height: 15px;
  display: flex; align-items: center; justify-content: center;
  position: absolute; top: -6px; right: -7px; line-height: 1;
}
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }

/* HERO */
.sci-hero {
  background: var(--text);
  padding: 56px 48px;
}
.sci-hero-inner {
  max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr;
  gap: 0; align-items: center;
}
.sci-hero-stat {
  text-align: center;
  padding-right: 56px;
  border-right: 1px solid rgba(255,255,255,0.12);
  margin-right: 56px;
  flex-shrink: 0;
}
.sci-hero-num {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 88px; font-weight: 600;
  color: var(--white); line-height: 1;
  letter-spacing: -3px;
}
.sci-hero-num-label {
  font-size: 11px; font-weight: 600;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-top: 10px;
}
.sci-hero-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 18px;
}
.sci-hero-h1 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 34px; font-weight: 500;
  color: var(--white); line-height: 1.3;
  margin-bottom: 16px;
}
.sci-hero-body {
  font-size: 16px; color: rgba(255,255,255,0.6);
  line-height: 1.8; max-width: 520px; font-weight: 400;
}

/* DIAGRAM */
.sci-diagram {
  background: var(--warm);
  padding: 56px 48px;
  text-align: center;
}
.sci-diagram-inner { max-width: 760px; margin: 0 auto; }
.sci-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
  justify-content: center;
}
.sci-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 30px; font-weight: 500;
  color: var(--text); line-height: 1.3;
  margin-bottom: 16px;
}
.sci-body {
  font-size: 17px; color: var(--muted);
  line-height: 1.8; font-weight: 400;
  max-width: 540px; margin: 0 auto 32px;
}

/* CONDITIONS STRIP */
.sci-conditions { padding: 40px 48px; background: var(--warm); border-top: 1px solid var(--deep-sand); border-bottom: 1px solid var(--deep-sand); }
.sci-conditions-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cond-strip-label { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--soft); white-space: nowrap; }
.cond-strip-items { display: flex; flex-wrap: wrap; gap: 0; flex: 1; }
.cond-strip-item { padding: 6px 24px; border-left: 1px solid var(--deep-sand); }
.cond-strip-item:first-child { border-left: none; padding-left: 0; }
.cond-strip-name { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.cond-strip-link { font-size: 12px; color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }

/* WHY MACADAMIA */
.sci-oil { padding: 56px 48px; background: var(--sand); }
.sci-oil-inner { max-width: 900px; margin: 0 auto; }

.oil-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}.oil-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 32px; font-weight: 500;
  color: var(--text); line-height: 1.25;
  margin-bottom: 16px;
}
.oil-body {
  font-size: 17px; color: var(--muted);
  line-height: 1.8; font-weight: 400;
  margin-bottom: 36px; max-width: 940px;
}

.oil-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; border: 1px solid var(--deep-sand); }
.oil-table {
  width: 100%; border-collapse: collapse;
  font-size: 14px; min-width: 480px;
}
.oil-table thead tr { background: var(--text); }
.oil-table th {
  padding: 14px 20px; text-align: left;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}
.oil-table td { padding: 14px 20px; border-bottom: 1px solid var(--deep-sand); background: var(--white); }
.oil-table tr:last-child td { border-bottom: none; }
.oil-table tr.oil-highlight td {
  background: var(--teal-light);
  font-weight: 600; color: var(--teal);
}
.oil-table td:first-child { font-weight: 600; color: var(--text); }
.oil-table tr.oil-highlight td:first-child { color: var(--teal); }
.oil-pct { font-weight: 700; }
.oil-note { font-size: 12px; color: var(--soft); }

/* RESEARCH */
.sci-research { padding: 56px 48px; background: var(--white); }
.sci-research-inner { max-width: 900px; margin: 0 auto; }

.evidence-card {
  border: 1px solid var(--deep-sand);
  border-left: 4px solid var(--teal);
  border-radius: 12px;
  padding: 32px 36px;
  margin-bottom: 20px;
  background: var(--white);
}
.evidence-num {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 10px;
}
.evidence-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 20px; font-weight: 500;
  color: var(--text); line-height: 1.35;
  margin-bottom: 12px;
}
.evidence-body {
  font-size: 15px; color: var(--muted);
  line-height: 1.8; font-weight: 400;
  margin-bottom: 14px;
}
.evidence-cite {
  font-size: 12px; color: var(--teal);
  font-weight: 600; letter-spacing: 0.02em;
}

.research-disclaimer {
  font-size: 12px; color: var(--soft);
  line-height: 1.75; margin-top: 28px;
  padding: 20px 24px;
  background: var(--warm);
  border-radius: 8px;
  border: 1px solid var(--deep-sand);
}

/* ACTIVE COMPOUNDS */
.sci-compounds { padding: 56px 48px; background: var(--sand); }
.sci-compounds-inner { max-width: 900px; margin: 0 auto; }

.compound-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.compound-card {
  background: var(--white);
  border-radius: 14px;
  border: 1px solid var(--deep-sand);
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.compound-card-top {
  border-radius: 6px 6px 0 0;
  margin: -28px -28px 0;
  padding: 5px 28px 0;
}
.compound-card-name {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 18px; font-weight: 500;
  line-height: 1.3;
  margin-top: 16px;
}
.compound-card-type {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--soft); margin-bottom: 4px;
}
.compound-card-body {
  font-size: 14px; color: var(--muted);
  line-height: 1.75; font-weight: 400;
  flex: 1;
}
.compound-card-tag {
  display: inline-block;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 20px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .compound-grid { grid-template-columns: 1fr; }
}

/* CTA */
.sci-cta {
  background: var(--text);
  padding: 56px 48px;
}
.sci-cta-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}
.sci-cta-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 10px;
}
.sci-cta-headline {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 28px; font-weight: 500;
  color: var(--white); line-height: 1.35;
}
.cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

.btn-teal {
  display: inline-block;
  background: var(--teal); color: var(--white);
  padding: 16px 28px; border-radius: 50px;
  font-size: 15px; font-weight: 600;
  letter-spacing: 0.02em;
  transition: background .2s;
}
.btn-teal:hover { background: #196060; }

.btn-ghost {
  display: inline-block;
  background: transparent; color: var(--white);
  padding: 16px 28px; border-radius: 50px;
  font-size: 15px; font-weight: 600;
  border: 1.5px solid rgba(255,255,255,0.3);
  letter-spacing: 0.02em;
  transition: all .2s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.7); }

/* FOOTER */
.footer { background: var(--text); color: rgba(255,255,255,0.75); padding: 56px 48px 40px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--white); letter-spacing: 0.08em; margin-bottom: 12px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.6); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.3); }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 24px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .nav-icons { gap: 14px; }
  .hamburger { display: flex; }
  .nav { padding: 0 14px; gap: 8px; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }
  .nav-icons { gap: 10px; }

  .sci-hero { padding: 56px 24px; }
  .sci-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .sci-hero-stat { padding-right: 0; border-right: none; margin-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); padding-bottom: 24px; }
  .sci-hero-num { font-size: 72px; }
  .sci-hero-h1 { font-size: 26px; }

  .sci-diagram { padding: 56px 24px; }
  .sci-headline { font-size: 24px; }

  .sci-conditions { padding: 28px 24px; }
  .sci-conditions-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .cond-strip-items { flex-direction: column; gap: 0; }
  .cond-strip-item { border-left: none; padding-left: 0; padding: 8px 0; border-bottom: 1px solid var(--deep-sand); }
  .cond-strip-item:last-child { border-bottom: none; }

  .sci-oil { padding: 56px 24px; }
  .oil-headline { font-size: 26px; }

  .sci-research { padding: 56px 24px; }
  .evidence-card { padding: 24px 24px; }

  .sci-compounds { padding: 56px 24px; }

  .sci-cta { padding: 56px 24px; }
  .sci-cta-inner { flex-direction: column; }
  .sci-cta-headline { font-size: 24px; }

  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ===== From ingredients.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:       #1F7A7A;
  --plum:       #5B4F7A;
  --gold:       #C4953B;
  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;
  --teal-light: #E8F4F4;
  --plum-light: #ECEAF5;
  --gold-light: #FAF0DC;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif; color: var(--text); background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--warm); border-bottom: 1px solid var(--deep-sand); padding: 0 48px; height: 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count { font-size: 9px; font-weight: 700; background: var(--teal); color: var(--white); border-radius: 50%; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; position: absolute; top: -6px; right: -7px; line-height: 1; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }

/* BREADCRUMB */
.breadcrumb { padding: 14px 48px; background: var(--warm); border-bottom: 1px solid var(--deep-sand); }
.breadcrumb-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--soft); }
.breadcrumb a { color: var(--soft); transition: color .2s; }
.breadcrumb a:hover { color: var(--text); }
.breadcrumb-sep { opacity: 0.4; }
.breadcrumb-current { color: var(--text); font-weight: 500; }

/* PAGE HERO */
.page-hero { background: var(--warm); padding: 72px 48px 56px; border-bottom: 1px solid var(--deep-sand); }
.page-hero-inner { max-width: 1180px; margin: 0 auto; }
.page-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.page-h1 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 44px; font-weight: 500; color: var(--text); line-height: 1.15; margin-bottom: 16px; }
.page-intro { font-size: 16px; color: var(--muted); line-height: 1.75; font-weight: 400; max-width: 560px; }

/* MAIN CONTENT */
.content { padding: 56px 48px 72px; }
.content-inner { max-width: 1180px; margin: 0 auto; }

/* PRODUCT BLOCK */
.product-block { margin-bottom: 64px; padding-bottom: 64px; border-bottom: 1px solid var(--deep-sand); }
.product-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.product-block-header { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 28px; }
.product-block-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; margin-top: 8px; }
.product-block-meta { }
.product-block-type { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px; }
.product-block-name { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 30px; font-weight: 500; color: var(--text); margin-bottom: 6px; }
.product-block-desc { font-size: 14px; color: var(--soft); line-height: 1.6; font-weight: 400; }
.inci-label { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--soft); margin-bottom: 12px; }
.inci-list { font-size: 15px; color: var(--muted); line-height: 2.1; font-weight: 400; }
.inci-highlight { font-weight: 600; }
.inci-note { font-size: 12px; color: var(--soft); margin-top: 20px; line-height: 1.7; padding: 14px 18px; background: var(--warm); border-radius: 8px; border: 1px solid var(--deep-sand); }
.product-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; margin-top: 20px; transition: opacity .2s; }
.product-link:hover { opacity: 0.7; }

/* DISCLOSURE */
.disclosure { background: var(--sand); padding: 48px; }
.disclosure-inner { max-width: 1180px; margin: 0 auto; }
.disclosure-title { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.disclosure-body { font-size: 13px; color: var(--muted); line-height: 1.75; font-weight: 400; }

/* FOOTER */
.footer { background: var(--text); color: rgba(255,255,255,0.75); padding: 56px 48px 40px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--white); letter-spacing: 0.08em; margin-bottom: 14px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 20px; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.35); }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .hamburger { display: flex; }
  .nav { padding: 0 14px; gap: 8px; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }
  .nav-icons { gap: 10px; }
  .breadcrumb { padding: 14px 24px; }
  .page-hero { padding: 56px 24px; }
  .page-h1 { font-size: 32px; }
  .content { padding: 56px 24px; }
  .disclosure { padding: 56px 24px; }
  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
}

/* ===== From for-healthcare.html ===== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:       #1F7A7A;
  --plum:       #5B4F7A;
  --gold:       #C4953B;
  --white:      #FFFFFF;
  --warm:       #FFFFFF;
  --sand:       #F0E6D0;
  --deep-sand:  #E2D4BE;
  --text:       #2A2118;
  --muted:      #6B5C50;
  --soft:       #9B8878;
  --teal-light: #E8F4F4;
  --plum-light: #ECEAF5;
  --gold-light: #FAF0DC;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'Inter Fallback', -apple-system, sans-serif; color: var(--text); background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--warm); border-bottom: 1px solid var(--deep-sand); padding: 0 48px; height: 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.nav-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.08em; display: flex; align-items: flex-start; gap: 12px; }
.nav-brand-text span { font-weight: 400; color: var(--muted); font-size: 13px; display: block; letter-spacing: 0.06em; }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-links { display: flex; align-items: center; gap: 32px; justify-content: flex-end; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text); opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-shop { background: var(--text); color: var(--white) !important; opacity: 1 !important; padding: 6px 16px; border-radius: 5px; }
.nav-shop:hover { opacity: 0.85 !important; }
.nav-icons { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icons a { color: var(--text); opacity: 0.65; transition: opacity .2s; display: flex; align-items: center; position: relative; }
.nav-icons a:hover { opacity: 1; }
.nav-cart-count { font-size: 9px; font-weight: 700; background: var(--teal); color: var(--white); border-radius: 50%; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; position: absolute; top: -6px; right: -7px; line-height: 1; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }

/* PAGE HERO */
.page-hero { background: var(--warm); padding: 72px 48px 64px; border-bottom: 1px solid var(--deep-sand); }
.page-hero-inner { max-width: 820px; margin: 0 auto; }
.page-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); margin-bottom: 20px; }
.page-h1 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 48px; font-weight: 500; color: var(--text); line-height: 1.15; margin-bottom: 24px; letter-spacing: -0.01em; }
.page-intro { font-size: 19px; color: var(--muted); line-height: 1.7; font-weight: 400; font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-style: italic; }

/* USED BY */
.used-by { background: var(--white); padding: 56px 48px; border-bottom: 1px solid var(--sand); }
.used-by-inner { max-width: 1180px; margin: 0 auto; }
.section-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; }
.section-h2 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 34px; font-weight: 500; color: var(--text); line-height: 1.25; margin-bottom: 24px; max-width: 720px; letter-spacing: -0.01em; }
.section-lede { font-size: 17px; color: var(--muted); line-height: 1.75; max-width: 720px; margin-bottom: 40px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.category { background: var(--warm); border: 1px solid var(--deep-sand); border-radius: 14px; padding: 24px 22px; }
.category-name { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 8px; letter-spacing: 0.01em; }
.category-body { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* CLINICAL CASE */
.clinical { background: var(--teal-light); padding: 56px 48px; }
.clinical-inner { max-width: 1180px; margin: 0 auto; }
.clinical-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 36px; }
.clinical-card { background: var(--white); border: 1px solid rgba(31,122,122,0.15); border-radius: 18px; padding: 32px; }
.clinical-card-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.clinical-card-title { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 22px; font-weight: 500; color: var(--text); line-height: 1.3; margin-bottom: 14px; }
.clinical-card-body { font-size: 15px; color: var(--muted); line-height: 1.7; }
.clinical-card-body strong { color: var(--text); font-weight: 600; }

/* SCIENCE STRIP */
.science-strip { background: var(--teal-light); padding: 56px 48px; }
.science-strip-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.science-strip-stat { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 72px; font-weight: 500; color: var(--teal); line-height: 1; margin-bottom: 8px; letter-spacing: -0.02em; }
.science-strip-stat-label { font-size: 13px; color: var(--soft); letter-spacing: 0.06em; }
.science-strip-body p { font-size: 16px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.science-strip-body p:last-child { margin-bottom: 0; }
.science-strip-body a { color: var(--teal); font-weight: 500; }

/* PROTOCOL */
.protocol { background: var(--plum-light); padding: 56px 48px; }
.protocol-inner { max-width: 880px; margin: 0 auto; }
.protocol-list { display: grid; gap: 16px; margin-top: 32px; }
.protocol-item { background: var(--white); border-radius: 14px; padding: 22px 26px; border: 1px solid rgba(91,79,122,0.15); display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; }
.protocol-num { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 32px; font-weight: 500; color: var(--plum); opacity: 0.4; line-height: 1; }
.protocol-title { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.protocol-body { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ENQUIRY */
.enquiry { background: var(--white); padding: 56px 48px; border-top: 1px solid var(--sand); }
.enquiry-inner { max-width: 560px; margin: 0 auto; text-align: center; }
.enquiry-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); margin-bottom: 18px; }
.enquiry-h2 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 38px; font-weight: 500; color: var(--text); line-height: 1.2; margin-bottom: 18px; letter-spacing: -0.01em; }
.enquiry-body { font-size: 16px; color: var(--muted); line-height: 1.75; margin-bottom: 32px; }
.enquiry-form { display: grid; gap: 12px; text-align: left; }
.enquiry-form label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft); margin-bottom: 6px; display: block; }
.enquiry-form input { width: 100%; padding: 14px 16px; border: 1.5px solid var(--deep-sand); border-radius: 8px; background: var(--warm); font-size: 15px; font-family: inherit; color: var(--text); transition: border-color .2s, background .2s; }
.enquiry-form input:focus { outline: none; border-color: var(--teal); background: var(--white); }
.enquiry-form input::placeholder { color: var(--soft); opacity: 0.7; }
.enquiry-cta { display: block; width: 100%; background: var(--teal); color: var(--white); border: none; padding: 16px 32px; border-radius: 8px; font-size: 15px; font-weight: 600; letter-spacing: 0.02em; cursor: pointer; transition: opacity .2s; margin-top: 8px; font-family: inherit; }
.enquiry-cta:hover { opacity: 0.88; }
.enquiry-detail { font-size: 13px; color: var(--soft); margin-top: 20px; line-height: 1.7; }
.enquiry-success { display: none; background: var(--teal-light); border: 1px solid rgba(31,122,122,0.2); border-radius: 8px; padding: 20px 24px; font-size: 15px; color: var(--teal); font-weight: 500; line-height: 1.6; }
.enquiry-success.show { display: block; }
.enquiry-form.hide { display: none; }

/* COMPLIANCE */
.compliance { background: var(--warm); padding: 40px 48px; border-top: 1px solid var(--sand); }
.compliance-inner { max-width: 880px; margin: 0 auto; font-size: 12px; color: var(--soft); line-height: 1.7; font-style: italic; }

/* FOOTER */
.footer { background: var(--text); color: rgba(255,255,255,0.75); padding: 56px 48px 40px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--white); letter-spacing: 0.08em; margin-bottom: 14px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 20px; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.35); }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 0 14px; gap: 8px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--warm); padding: 24px; border-bottom: 1px solid var(--deep-sand); z-index: 99; gap: 20px; justify-content: flex-start; }
  .hamburger { display: flex; }
  .nav-brand { font-size: 16px; gap: 8px; }
  .nav-brand > svg { width: 50px !important; height: 24px !important; margin-top: 8px !important; }
  .nav-brand-text span { display: none; }

  .page-hero { padding: 56px 24px 48px; }
  .page-h1 { font-size: 34px; }
  .page-intro { font-size: 17px; }

  .used-by, .clinical, .science-strip, .protocol { padding: 56px 24px; }
  .section-h2 { font-size: 26px; }
  .category-grid { grid-template-columns: 1fr; gap: 12px; }
  .clinical-grid { grid-template-columns: 1fr; gap: 16px; }
  .science-strip-inner { grid-template-columns: 1fr; gap: 32px; }
  .science-strip-stat { font-size: 56px; }

  .enquiry { padding: 64px 24px; }
  .enquiry-h2 { font-size: 28px; }

  .footer { padding: 48px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
}

/* =====================================================
   PAGE-SCOPED ACCENT OVERRIDES
   CSS is concatenated from all page sources; aging/radiation/diabetic
   sections re-define .hero-eyebrow, .hero-h1-line2 etc. with their own
   accent colours. Higher-specificity body-class scoping below ensures
   each template uses the correct brand colour.
   ===================================================== */

/* HOMEPAGE — teal */
body.template-index .hero-eyebrow,
body.template-index .section-eyebrow,
body.template-index .hero-h1-line2,
body.template-index .hero-anchor-line em,
body.template-index .nav-cart-count {
  color: var(--teal);
}
body.template-index .nav-cart-count {
  background: var(--teal);
  color: var(--white);
}

/* RADIATION PAGE — plum-blue */
body.template-page-radiation-treatment .hero-eyebrow,
body.template-page-radiation-treatment .why-eyebrow,
body.template-page-radiation-treatment .mac-why-eyebrow,
body.template-page-radiation-treatment .why-punchline,
body.template-page-radiation-treatment .science-panel-num,
body.template-page-radiation-treatment .science-panel-link,
body.template-page-radiation-treatment .breadcrumb-current {
  color: #6878A8;
}
body.template-page-radiation-treatment .hero-h1-line2 {
  color: #5567A0;
}
body.template-page-radiation-treatment .product-info-eyebrow { color: #6878A8; }
body.template-page-radiation-treatment .btn-primary { background: #6878A8; }
body.template-page-radiation-treatment .testimonial-tag { background: #CDD1E8; color: #5567A0; }

/* DIABETIC PAGE — sage green */
body.template-page-diabetic-skin .hero-eyebrow,
body.template-page-diabetic-skin .why-eyebrow,
body.template-page-diabetic-skin .mac-why-eyebrow,
body.template-page-diabetic-skin .why-punchline,
body.template-page-diabetic-skin .science-panel-num,
body.template-page-diabetic-skin .science-panel-link,
body.template-page-diabetic-skin .breadcrumb-current {
  color: #5E7A4A;
}
body.template-page-diabetic-skin .hero-h1-line2 {
  color: #4D6640;
}
body.template-page-diabetic-skin .product-info-eyebrow { color: #5E7A4A; }
body.template-page-diabetic-skin .btn-primary { background: #5E7A4A; }
body.template-page-diabetic-skin .testimonial-tag { background: #C8D9BE; color: #4D6640; }

/* HOMEPAGE DISCOVERY — ensure centred layout (defeat for-healthcare's max-width) */
body.template-index .discovery .section-h2,
body.template-index .discovery .section-eyebrow,
body.template-index .discovery .discovery-sub {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.template-index .discovery .discovery-sub {
  max-width: 640px;
}

/* === FIX: Testimonial CSS leaks between page types === */

/* Diabetic 2-column grid should only apply on diabetic page */
.testimonial-inner {
  max-width: 1180px !important;
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}
body.template-page-diabetic-skin .testimonial-inner {
  max-width: 960px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 32px !important;
}

/* Condition page testimonial-sections should be sand */
body.template-page-radiation-treatment .testimonial-section,
body.template-page-diabetic-skin .testimonial-section,
body.template-page-mature-skin .testimonial-section {
  background: var(--sand);
}

/* === FIX: Condition page testimonial-footer must be flex-row with name left + tag right === */
body.template-page-radiation-treatment .testimonial-section,
body.template-page-diabetic-skin .testimonial-section,
body.template-page-mature-skin .testimonial-section {
  background: var(--sand);
}
body.template-page-radiation-treatment .testimonial-footer,
body.template-page-diabetic-skin .testimonial-footer,
body.template-page-mature-skin .testimonial-footer {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  border-top: 1px solid var(--sand) !important;
  padding-top: 20px !important;
  margin-top: 0 !important;
}
body.template-page-radiation-treatment .testimonial-tag,
body.template-page-diabetic-skin .testimonial-tag,
body.template-page-mature-skin .testimonial-tag {
  margin-left: auto !important;
}
body.template-page-radiation-treatment .testimonial-section,
body.template-page-mature-skin .testimonial-section,
body.template-page-diabetic-skin .testimonial-section {
  text-align: left;
}

/* === FIX: 3-stat panel (.mac-stat-num) colour leak === */
body.template-page-radiation-treatment .mac-stat-num,
body.template-page-radiation-treatment .mac-why-eyebrow {
  color: #6878A8;
}
body.template-page-diabetic-skin .mac-stat-num,
body.template-page-diabetic-skin .mac-why-eyebrow {
  color: #5E7A4A;
}
/* Aging keeps brown (#A0613A) — default since it's the last in concat */

/* === FIX: Product feature on condition pages should use PRODUCT colour, not page accent === */
/* Radiation page shows Calm+ → TEAL */
body.template-page-radiation-treatment .product-img-block {
  background: var(--teal-light) !important;
}
body.template-page-radiation-treatment .product-info-eyebrow {
  color: var(--teal) !important;
}
body.template-page-radiation-treatment .product-feature .btn-primary,
body.template-page-radiation-treatment .product-info .btn-primary {
  background: var(--teal) !important;
}
body.template-page-radiation-treatment .badge-teal {
  background: var(--teal-light) !important;
  color: var(--teal) !important;
}
body.template-page-radiation-treatment .badge-neutral {
  background: var(--sand) !important;
  color: var(--muted) !important;
}

/* Mature page shows Restore+ → PLUM */
body.template-page-mature-skin .product-img-block {
  background: var(--plum-light) !important;
}
body.template-page-mature-skin .product-info-eyebrow {
  color: var(--plum) !important;
}
body.template-page-mature-skin .product-feature .btn-primary,
body.template-page-mature-skin .product-info .btn-primary {
  background: var(--plum) !important;
}

/* === FIX: Diabetic page product-feature-inner should be single column with heading above pair === */
body.template-page-diabetic-skin .product-feature-inner {
  display: block !important;
  grid-template-columns: none !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
}
body.template-page-diabetic-skin .product-feature-heading {
  max-width: 940px;
  margin: 0 0 48px;
}
body.template-page-diabetic-skin .product-feature-heading .section-eyebrow {
  color: #5E7A4A;
  margin-bottom: 14px;
}
body.template-page-diabetic-skin .product-pair {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 28px;
  align-items: stretch;
}

/* === HOMEPAGE HERO — restore exact Vercel master values === */
body.template-index .hero {
  padding: 56px 48px 32px !important;
}
body.template-index .hero-eyebrow {
  margin-bottom: 28px !important;
}
body.template-index .hero-h1,
body.template-index .hero-h1-line2 {
  font-size: 62px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
}
body.template-index .hero-h1-line2 {
  margin-bottom: 40px !important;
}
body.template-index .hero-divider {
  width: 48px !important;
  margin-bottom: 28px !important;
}

/* === HOMEPAGE DISCOVERY — restore exact master values === */
body.template-index .discovery .section-eyebrow {
  margin-bottom: 12px !important;
}
body.template-index .discovery .section-h2 {
  font-size: 40px !important;
  margin-bottom: 12px !important;
}

/* === HOMEPAGE WHY-SECTION — restore master values === */
body.template-index .why-section .section-h2 {
  max-width: none !important;
}
body.template-index .why-body {
  font-size: 16px !important;
  line-height: 1.75 !important;
  margin-bottom: 18px !important;
}

/* === HOMEPAGE TESTIMONIALS — restore master values === */
body.template-index .testimonials .section-h2 {
  font-size: 40px !important;
  margin-bottom: 12px !important;
  max-width: none !important;
}
body.template-index .testimonial-text {
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 18px !important;
}
body.template-index .testimonial-quote-mark {
  font-size: 36px !important;
}
body.template-index .testimonial-name {
  font-size: 13px !important;
}
body.template-index .testimonial-detail {
  font-size: 11px !important;
  line-height: 1.4 !important;
}

/* === HOMEPAGE HCP STRIP — teal-light background === */
body.template-index .hcp-strip {
  background: var(--teal-light) !important;
}

/* === MATURE-SKIN PAGE BREADCRUMB — restore brown === */
body.template-page-mature-skin .breadcrumb-current {
  color: #A0613A !important;
}

/* === MATURE-SKIN HERO — tight bottom + hairline divider === */
body.template-page-mature-skin .hero {
  padding: 56px 48px 40px !important;
  border-bottom: 1px solid var(--sand) !important;
}

/* === MATURE-SKIN WHY — same-colour-neighbour tight padding === */
body.template-page-mature-skin .why {
  padding: 40px 48px !important;
  border-bottom: 1px solid var(--sand) !important;
}

/* === MATURE-SKIN MAC-WHY — same-colour tight padding === */
body.template-page-mature-skin .mac-why {
  padding: 40px 48px !important;
}

/* === MATURE-SKIN TESTIMONIAL — restore master values === */
body.template-page-mature-skin .testimonial-section .testimonial-text {
  font-size: 19px !important;
  line-height: 1.8 !important;
  margin-bottom: 28px !important;
}
body.template-page-mature-skin .testimonial-section .testimonial-footer {
  border-top: 1px solid var(--sand) !important;
}
body.template-page-mature-skin .testimonial-section .testimonial-tag {
  background: #E3C6AE !important;
  color: #A0613A !important;
  padding: 5px 14px !important;
  font-weight: 700 !important;
}

/* === DIABETIC HERO — tight bottom + hairline === */
body.template-page-diabetic-skin .hero {
  padding: 56px 48px 40px !important;
  border-bottom: 1px solid var(--sand) !important;
}
body.template-page-diabetic-skin .why,
body.template-page-diabetic-skin .mac-why {
  padding: 40px 48px !important;
}
body.template-page-diabetic-skin .why {
  border-bottom: 1px solid var(--sand) !important;
}

/* === DIABETIC TESTIMONIAL CARDS — restore master values === */
body.template-page-diabetic-skin .testimonial-section .testimonial-card {
  padding: 36px !important;
}
body.template-page-diabetic-skin .testimonial-section .testimonial-quote-mark {
  font-size: 56px !important;
  color: #5E7A4A !important;
}
body.template-page-diabetic-skin .testimonial-section .testimonial-text {
  font-size: 17px !important;
  line-height: 1.8 !important;
  margin-bottom: 28px !important;
}
body.template-page-diabetic-skin .testimonial-section .testimonial-tag {
  color: #5E7A4A !important;
  padding: 5px 14px !important;
  font-weight: 700 !important;
}

/* === DIABETIC PRODUCT FEATURE — tight top padding === */
body.template-page-diabetic-skin .product-feature {
  padding: 40px 48px 56px !important;
}

/* === RADIATION — section padding + testimonial fixes === */
body.template-page-radiation-treatment .hero {
  padding: 56px 48px 40px !important;
  border-bottom: 1px solid var(--sand) !important;
}
body.template-page-radiation-treatment .why,
body.template-page-radiation-treatment .mac-why {
  padding: 40px 48px !important;
}
body.template-page-radiation-treatment .why {
  border-bottom: 1px solid var(--sand) !important;
}
body.template-page-radiation-treatment .testimonial-section .testimonial-quote-mark {
  color: #6878A8 !important;
}
body.template-page-radiation-treatment .testimonial-section .testimonial-text {
  font-size: 19px !important;
  line-height: 1.8 !important;
  margin-bottom: 28px !important;
}
body.template-page-radiation-treatment .testimonial-section .testimonial-tag {
  color: #6878A8 !important;
  padding: 5px 14px !important;
  font-weight: 700 !important;
}

/* ABOUT page granular QA overrides */
body.template-page-about .page-hero { padding: 56px 48px !important; }
body.template-page-about .page-h1 { font-size: 52px !important; line-height: 1.1 !important; }
body.template-page-about .page-intro { font-size: 20px !important; line-height: 1.7 !important; }
body.template-page-about .story h2,
body.template-page-about .principles h2,
body.template-page-about .made h2,
body.template-page-about .clinical h2 { font-size: 36px !important; }
body.template-page-about .clinical { background: var(--white) !important; }

/* FOR HEALTHCARE page granular QA overrides */
body.template-page-for-healthcare .page-hero { padding: 56px 48px !important; }

/* === MATURE-SKIN TESTIMONIAL — match diabetic card pattern (white-on-sand) === */
body.template-page-mature-skin .testimonial-inner {
  max-width: 960px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 32px !important;
}
body.template-page-mature-skin .testimonial-section .testimonial-card {
  background: #FFFFFF !important;
  border-radius: 16px !important;
  padding: 36px !important;
  display: flex !important;
  flex-direction: column !important;
}
body.template-page-mature-skin .testimonial-section .testimonial-quote-mark {
  font-size: 56px !important;
  color: #A0613A !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}

/* === COMPARE PAGE === */
body.template-page-compare .hero { background: var(--warm) !important; padding: 56px 48px !important; }
body.template-page-compare .hero-inner { max-width: 760px !important; margin: 0 auto !important; }
body.template-page-compare .hero-eyebrow {
  font-size: 11px !important; font-weight: 600 !important;
  letter-spacing: 0.18em !important; text-transform: uppercase !important;
  color: var(--teal) !important; margin-bottom: 28px !important;
  display: flex !important; align-items: center !important; gap: 10px !important;
}
body.template-page-compare .hero-h1 {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif !important;
  font-size: 52px !important; font-weight: 500 !important;
  color: var(--text) !important; line-height: 1.1 !important;
  margin-bottom: 24px !important; letter-spacing: -0.01em !important;
}
body.template-page-compare .hero-body {
  font-size: 18px !important; color: var(--muted) !important;
  line-height: 1.75 !important; max-width: 940px !important;
  font-weight: 400 !important;
}

body.template-page-compare .mechanism {
  padding: 56px 48px;
  background: var(--white);
  border-bottom: 1px solid var(--deep-sand);
}
body.template-page-compare .mechanism-inner {
  max-width: 760px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
body.template-page-compare .mechanism-card {
  background: var(--warm);
  border: 1px solid var(--deep-sand);
  border-radius: 12px;
  padding: 28px 24px;
}
body.template-page-compare .mechanism-card.is-mac {
  background: var(--teal-light);
  border-color: rgba(31,122,122,0.3);
  border-top: 3px solid var(--teal);
}
body.template-page-compare .mechanism-label {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--soft); margin-bottom: 12px;
}
body.template-page-compare .mechanism-label.is-mac { color: var(--teal); }
body.template-page-compare .mechanism-title {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 18px; font-weight: 500;
  color: var(--text); margin-bottom: 10px; line-height: 1.3;
}
body.template-page-compare .mechanism-desc {
  font-size: 14px; color: var(--muted); line-height: 1.65;
}

body.template-page-compare .compare-section {
  padding: 56px 48px;
  background: var(--white);
}
body.template-page-compare .compare-inner { max-width: 1000px; margin: 0 auto; }
body.template-page-compare .compare-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
}
body.template-page-compare .compare-heading {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 32px; font-weight: 500;
  color: var(--text); margin-bottom: 36px; line-height: 1.2;
}
body.template-page-compare .compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
body.template-page-compare .compare-table {
  width: 100%; border-collapse: collapse;
  font-size: 13px; min-width: 920px;
}
body.template-page-compare .compare-table thead th {
  padding: 16px 14px 14px;
  text-align: center;
  font-size: 12px; font-weight: 600;
  border-bottom: 2px solid var(--deep-sand);
  vertical-align: bottom;
}
body.template-page-compare .compare-table thead th:first-child {
  text-align: left; width: 200px;
}
body.template-page-compare .compare-table thead th.col-mac {
  background: var(--teal);
  color: var(--white);
  border-radius: 8px 8px 0 0;
  font-size: 13px;
}
body.template-page-compare .compare-table thead th .col-sub {
  display: block; font-size: 10px; font-weight: 400;
  opacity: 0.75; margin-top: 4px; letter-spacing: 0.03em;
}
body.template-page-compare .compare-table tbody tr:nth-child(even) td { background: var(--warm); }
body.template-page-compare .compare-table tbody tr:nth-child(even) td.col-mac { background: rgba(31,122,122,0.07); }
body.template-page-compare .compare-table tbody td {
  padding: 14px 14px;
  text-align: center;
  border-bottom: 1px solid var(--sand);
  color: var(--muted);
  vertical-align: middle;
}
body.template-page-compare .compare-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--text);
  font-size: 13px;
}
body.template-page-compare .compare-table tbody td.col-mac {
  background: rgba(31,122,122,0.05);
  font-weight: 600;
  color: var(--teal);
}
body.template-page-compare .compare-table tbody td .sub-note {
  display: block; font-size: 11px; font-weight: 400;
  color: var(--soft); margin-top: 3px;
}
body.template-page-compare .check { color: var(--teal); font-size: 16px; font-weight: 700; }
body.template-page-compare .cross { color: var(--deep-sand); font-size: 16px; }
body.template-page-compare .partial { color: var(--gold); font-size: 13px; font-weight: 500; }
body.template-page-compare .row-label-sub {
  display: block; font-size: 11px; font-weight: 400;
  color: var(--soft); margin-top: 2px;
}

body.template-page-compare .notes-section {
  padding: 0 48px 56px;
  background: var(--white);
}
body.template-page-compare .notes-inner { max-width: 1000px; margin: 0 auto; }
body.template-page-compare .notes-text {
  font-size: 12px; color: var(--soft);
  line-height: 1.7; border-top: 1px solid var(--sand);
  padding-top: 20px;
}

body.template-page-compare .paths-section {
  background: var(--warm);
  padding: 56px 48px;
  border-top: 1px solid var(--deep-sand);
}
body.template-page-compare .paths-inner { max-width: 1180px; margin: 0 auto; }
body.template-page-compare .paths-heading {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 28px; font-weight: 500;
  color: var(--text); margin-bottom: 10px;
}
body.template-page-compare .paths-sub {
  font-size: 16px; color: var(--muted);
  margin-bottom: 36px; font-weight: 400;
}
body.template-page-compare .path-tiles {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
body.template-page-compare .path-tile {
  border: 1px solid var(--deep-sand);
  border-radius: 12px;
  padding: 24px 18px;
  text-align: left;
  transition: box-shadow .2s;
  cursor: pointer;
}
body.template-page-compare .path-tile:hover { box-shadow: 0 4px 16px rgba(42,33,24,0.1); }
body.template-page-compare .path-tile.teal { border-color: rgba(31,122,122,0.25); background: var(--teal-light); }
body.template-page-compare .path-tile.plum { border-color: rgba(91,79,122,0.25); background: var(--plum-light); }
body.template-page-compare .path-tile.gold { border-color: rgba(196,149,59,0.25); background: var(--gold-light); }
body.template-page-compare .tile-label {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 8px;
}
body.template-page-compare .path-tile.teal .tile-label { color: var(--teal); }
body.template-page-compare .path-tile.plum .tile-label { color: var(--plum); }
body.template-page-compare .path-tile.gold .tile-label { color: var(--gold); }
body.template-page-compare .tile-title {
  font-family: 'Lora', 'Lora Fallback', Georgia, serif;
  font-size: 16px; font-weight: 500;
  color: var(--text); line-height: 1.3; margin-bottom: 8px;
}
body.template-page-compare .tile-link {
  font-size: 12px; font-weight: 600;
}
body.template-page-compare .path-tile.teal .tile-link { color: var(--teal); }
body.template-page-compare .path-tile.plum .tile-link { color: var(--plum); }
body.template-page-compare .path-tile.gold .tile-link { color: var(--gold); }

@media (max-width: 768px) {
  body.template-page-compare .hero { padding: 56px 24px !important; }
  body.template-page-compare .hero-h1 { font-size: 36px !important; }
  body.template-page-compare .hero-body { font-size: 16px !important; }
  body.template-page-compare .mechanism { padding: 56px 24px; }
  body.template-page-compare .mechanism-inner { grid-template-columns: 1fr; gap: 16px; }
  body.template-page-compare .compare-section { padding: 56px 24px; }
  body.template-page-compare .notes-section { padding: 0 20px 40px; }
  body.template-page-compare .paths-section { padding: 56px 24px; }
  body.template-page-compare .path-tiles { grid-template-columns: 1fr; gap: 12px; }
}

/* === MAC PURE PRODUCT TEMPLATE (templateSuffix: macpure) === */

body.template-product-macpure { background: var(--white); }

/* Breadcrumb */
body.template-product-macpure .breadcrumb { padding: 14px 48px; background: var(--white); border-bottom: 1px solid var(--deep-sand); }
body.template-product-macpure .breadcrumb-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--soft); }
body.template-product-macpure .breadcrumb a { color: var(--soft); }
body.template-product-macpure .breadcrumb a:hover { color: var(--accent); }
body.template-product-macpure .breadcrumb-sep { opacity: 0.4; }
body.template-product-macpure .breadcrumb-current { color: var(--accent); font-weight: 500; }

/* Product Hero */
body.template-product-macpure .product-hero { background: var(--white); padding: 56px 48px; }
body.template-product-macpure .product-hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
body.template-product-macpure .product-img-wrap { position: relative; }
body.template-product-macpure .product-img-main { background: var(--accent-light); border-radius: 20px; overflow: hidden; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; padding: 8% 12%; }
body.template-product-macpure .product-img-main img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }
body.template-product-macpure .product-badge { position: absolute; top: 20px; left: 20px; background: var(--accent); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; }

body.template-product-macpure .product-info { padding-top: 8px; }
body.template-product-macpure .product-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
body.template-product-macpure .product-name { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 48px; font-weight: 500; color: var(--text); line-height: 1.05; margin-bottom: 8px; letter-spacing: -0.01em; }
body.template-product-macpure .product-tagline { font-size: 17px; color: var(--muted); line-height: 1.6; margin-bottom: 28px; font-weight: 400; }
body.template-product-macpure .product-for-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
body.template-product-macpure .for-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; padding: 5px 14px; border-radius: 20px; background: var(--accent-light); color: var(--accent); }

body.template-product-macpure .size-section { margin-bottom: 28px; }
body.template-product-macpure .size-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft); margin-bottom: 12px; }
body.template-product-macpure .size-options { display: flex; gap: 10px; }
body.template-product-macpure .size-btn { padding: 12px 20px; border-radius: 10px; border: 1.5px solid var(--deep-sand); background: var(--white); cursor: pointer; transition: all .2s; text-align: center; min-width: 110px; font-family: inherit; }
body.template-product-macpure .size-btn:hover { border-color: var(--accent); }
body.template-product-macpure .size-btn.active { border-color: var(--accent); background: var(--accent-light); }
body.template-product-macpure .size-btn-vol { font-size: 15px; font-weight: 600; color: var(--text); display: block; }
body.template-product-macpure .size-btn-price { font-size: 13px; color: var(--muted); margin-top: 3px; display: block; }
body.template-product-macpure .size-btn.active .size-btn-price { color: var(--accent); }

body.template-product-macpure .buy-btn { display: block; width: 100%; text-align: center; padding: 16px; border-radius: 50px; background: var(--accent); color: var(--white); font-size: 16px; font-weight: 600; letter-spacing: 0.02em; transition: opacity .2s; margin-bottom: 14px; border: none; cursor: pointer; font-family: inherit; }
body.template-product-macpure .buy-btn:hover { opacity: 0.88; }
body.template-product-macpure .buy-btn:disabled { background: var(--soft); cursor: not-allowed; opacity: 0.6; }

body.template-product-macpure .product-assurance { display: flex; gap: 20px; flex-wrap: wrap; }
body.template-product-macpure .assurance-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--soft); }
body.template-product-macpure .assurance-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }

/* Testimonials */
body.template-product-macpure .testimonial-section { background: var(--warm); padding: 56px 48px; border-top: 1px solid var(--sand); }
body.template-product-macpure .testimonial-inner { max-width: 1180px; margin: 0 auto; }
body.template-product-macpure .testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
body.template-product-macpure .testimonial-card { background: var(--white); border-radius: 16px; padding: 32px; border: 1px solid var(--deep-sand); }
body.template-product-macpure .testimonial-q { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 48px; line-height: 1; color: var(--accent); opacity: 0.3; margin-bottom: 4px; }
body.template-product-macpure .testimonial-text { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 15px; font-style: italic; color: var(--text); line-height: 1.85; margin-bottom: 24px; font-weight: 400; }
body.template-product-macpure .testimonial-footer { border-top: 1px solid var(--sand); padding-top: 16px; margin-top: 0 !important; }
body.template-product-macpure .testimonial-name { font-size: 14px; font-weight: 600; color: var(--text); }
body.template-product-macpure .testimonial-detail { font-size: 12px; color: var(--soft); margin-top: 2px; }
body.template-product-macpure .testimonial-tag { display: inline-block; margin-top: 8px; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; background: var(--accent-light); color: var(--accent); border: 1px solid color-mix(in srgb, var(--accent) 20%, transparent); }

/* About */
body.template-product-macpure .about-product { background: var(--white); padding: 56px 48px; }
body.template-product-macpure .about-inner { max-width: 1180px; margin: 0 auto; }
body.template-product-macpure .section-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
body.template-product-macpure .section-h2 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 34px; font-weight: 500; color: var(--text); line-height: 1.25; margin-bottom: 20px; }
body.template-product-macpure .about-body { font-size: 16px; color: var(--muted); line-height: 1.8; font-weight: 400; margin-bottom: 16px; }
body.template-product-macpure .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
body.template-product-macpure .about-stat { background: var(--accent-light); border-radius: 12px; padding: 20px; }
body.template-product-macpure .stat-num { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 30px; font-weight: 500; color: var(--accent); line-height: 1; margin-bottom: 6px; }
body.template-product-macpure .stat-label { font-size: 12px; color: var(--muted); line-height: 1.5; font-weight: 400; }

/* How-to */
body.template-product-macpure .how-to { background: var(--accent-light); padding: 56px 48px; }
body.template-product-macpure .how-to-inner { max-width: 1180px; margin: 0 auto; }
body.template-product-macpure .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 40px; }
body.template-product-macpure .step { text-align: center; }
body.template-product-macpure .step-num { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 40px; font-weight: 500; color: var(--accent); opacity: 0.3; line-height: 1; margin-bottom: 12px; }
body.template-product-macpure .step-title { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
body.template-product-macpure .step-body { font-size: 13px; color: var(--muted); line-height: 1.7; font-weight: 400; }

/* Related */
body.template-product-macpure .related { background: var(--white); padding: 56px 48px; }
body.template-product-macpure .related-inner { max-width: 1180px; margin: 0 auto; }
body.template-product-macpure .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
body.template-product-macpure .related-card { border: 1px solid var(--deep-sand); border-radius: 16px; overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
body.template-product-macpure .related-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(42,33,24,0.1); }
body.template-product-macpure .related-img { height: 180px; display: flex; align-items: center; justify-content: center; }
body.template-product-macpure .related-img img { max-height: 140px; object-fit: contain; }
body.template-product-macpure .related-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
body.template-product-macpure .related-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
body.template-product-macpure .related-name { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--text); margin-bottom: 6px; }
body.template-product-macpure .related-desc { font-size: 13px; color: var(--muted); line-height: 1.6; flex: 1; margin-bottom: 20px; font-weight: 400; }
body.template-product-macpure .related-price { font-size: 13px; color: var(--soft); margin-bottom: 14px; }
body.template-product-macpure .related-btn { display: block; text-align: center; padding: 11px; border-radius: 50px; font-size: 13px; font-weight: 600; transition: opacity .2s; color: var(--white); }
body.template-product-macpure .related-btn:hover { opacity: 0.85; }
body.template-product-macpure .btn-teal { background: var(--teal); }
body.template-product-macpure .btn-plum { background: var(--plum); }
body.template-product-macpure .btn-gold { background: var(--gold); }

@media (max-width: 768px) {
  body.template-product-macpure .breadcrumb { padding: 14px 24px; }
  body.template-product-macpure .product-hero { padding: 56px 24px; }
  body.template-product-macpure .product-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  body.template-product-macpure .product-img-main { aspect-ratio: 4 / 5; padding: 6% 16%; }
  body.template-product-macpure .product-name { font-size: 36px; }
  body.template-product-macpure .about-product { padding: 56px 24px; }
  body.template-product-macpure .section-h2 { font-size: 26px; }
  body.template-product-macpure .about-stats { grid-template-columns: 1fr 1fr; }
  body.template-product-macpure .how-to { padding: 56px 24px; }
  body.template-product-macpure .steps { grid-template-columns: 1fr; gap: 24px; }
  body.template-product-macpure .testimonial-section { padding: 56px 24px; }
  body.template-product-macpure .testimonial-grid { grid-template-columns: 1fr; }
  body.template-product-macpure .related { padding: 56px 24px; }
  body.template-product-macpure .related-grid { grid-template-columns: 1fr; }
}

/* Collection card buttons — keep all 3 buttons at the same compact size, override global .btn-teal */
.product-card-btn.btn-teal,
.product-card-btn.btn-plum,
.product-card-btn.btn-gold {
  padding: 13px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  display: block !important;
  border-radius: 50px !important;
  text-align: center !important;
}

/* HOMEPAGE HERO H1 — single line on desktop, natural wrap on mobile (2026-05-27) */
body.template-index .hero-h1 {
  white-space: nowrap !important;
  font-size: clamp(38px, 4.4vw, 58px) !important;
  letter-spacing: -0.015em !important;
}
@media (max-width: 768px) {
  body.template-index .hero-h1 {
    white-space: normal !important;
    font-size: 40px !important;
    letter-spacing: -0.01em !important;
  }
}

/* === RELATED ARTICLES (condition pages → blog inbound links) === */
.related-articles { max-width: 1180px; margin: 0 auto; padding: 40px 48px; border-top: 1px solid var(--sand); }
.related-articles h2 { font-family: 'Lora', 'Lora Fallback', Georgia, serif; font-size: 24px; font-weight: 500; color: var(--text); margin-bottom: 18px; }
.related-articles ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.related-articles li { font-size: 16px; line-height: 1.5; }
.related-articles a { color: var(--teal); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .2s; }
.related-articles a:hover { border-bottom-color: var(--teal); }
@media (max-width: 768px) { .related-articles { padding: 32px 24px; } }

/* === FOOTER LEGAL ROW (policies row above copyright) === */
.footer-legal { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-legal a { font-size: 12px; color: rgba(255,255,255,0.55); text-decoration: none; letter-spacing: 0.02em; transition: color 0.2s; }
.footer-legal a:hover { color: rgba(255,255,255,0.95); }
.footer-legal + .footer-bottom { border-top: none; margin-top: 14px; padding-top: 0; }
@media (max-width: 600px) { .footer-legal { gap: 18px; } }

/* =================================================================
   COMPARISON PAGES (vs-moogoo, vs-cetaphil, vs-cerave, vs-sorbolene, vs-qv)
   Added 2026-05-30. .hero, .breadcrumb, .compare-table, .btn-* already exist
   in theme.css and will be inherited. These are the missing 14 classes.
   ================================================================= */

.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--plum, #5B4F7A); margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.hero-intro { font-size: 18px; color: var(--muted, #6B5C50); line-height: 1.75; max-width: 640px; }

.content-section { padding: 64px 48px; }
.content-section:nth-child(even) { background: var(--warm, #FFFFFF); }
.section-inner { max-width: 780px; margin: 0 auto; }
.section-inner h2 { font-family: 'Lora', Georgia, serif; font-size: 28px; font-weight: 500; color: var(--text, #2A2118); margin-bottom: 20px; line-height: 1.3; }
.section-inner p { font-size: 17px; color: var(--text, #2A2118); line-height: 1.85; margin-bottom: 20px; }
.section-inner p:last-child { margin-bottom: 0; }

.info-callout { background: var(--plum-light, #ECE7F2); border-left: 4px solid var(--plum, #5B4F7A); border-radius: 12px; padding: 24px 28px; margin: 32px 0; }
.info-callout-label { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--plum, #5B4F7A); margin-bottom: 10px; }
.info-callout p { font-size: 15px; color: var(--text, #2A2118); line-height: 1.7; margin: 0; }

.fragrance-callout { background: #FFF6E5; border-left: 4px solid var(--gold, #C4953B); border-radius: 12px; padding: 24px 28px; margin: 32px 0; }
.fragrance-callout-label { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold, #C4953B); margin-bottom: 10px; }
.fragrance-callout p { font-size: 15px; color: var(--text, #2A2118); line-height: 1.7; margin: 0; }

.compare-table .label-col { font-weight: 600; color: var(--text, #2A2118); width: 30%; }
.check-yes { color: var(--teal, #1F7A7A); font-weight: 700; }
.check-no { color: #B0463A; font-weight: 600; }
.check-neutral { color: var(--muted, #6B5C50); }

.audience-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.audience-tag { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; padding: 5px 14px; border-radius: 50px; background: var(--plum-light, #ECE7F2); color: var(--plum, #5B4F7A); }

@media (max-width: 768px) {
  .content-section { padding: 40px 24px; }
  .section-inner h2 { font-size: 24px; }
  .section-inner p { font-size: 16px; }
}
/* cache-bust 1780295957 */

/* === HOMEPAGE DISCOVERY CARDS — promoted to primary CTA section ===
   Larger, bolder cards with image slot, stronger borders, resting shadow, room for imagery. */
body.template-index .discovery {
  padding: 64px 48px 88px !important;
}
body.template-index .discovery .section-eyebrow {
  margin-bottom: 14px !important;
}
body.template-index .discovery .section-h2 {
  font-size: 44px !important;
  margin-bottom: 14px !important;
}
body.template-index .discovery .discovery-sub {
  font-size: 18px !important;
  margin-bottom: 48px !important;
}
body.template-index .closing-cards {
  gap: 24px !important;
  margin-bottom: 40px !important;
}
body.template-index .closing-card {
  padding: 0 !important;
  border-radius: 20px !important;
  border-width: 2px !important;
  border-style: solid !important;
  overflow: hidden !important;
  background: var(--white) !important;
  box-shadow: 0 4px 20px rgba(42,33,24,0.06) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}
body.template-index .closing-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 48px rgba(42,33,24,0.14) !important;
}
.closing-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: var(--sand);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.closing-card-content {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
body.template-index .closing-card-eyebrow {
  font-size: 12px !important;
  letter-spacing: 0.16em !important;
  margin-bottom: 14px !important;
}
body.template-index .closing-card-text {
  font-size: 20px !important;
  line-height: 1.4 !important;
  margin-bottom: 28px !important;
}
body.template-index .closing-card-arrow {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  margin-top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
/* Stronger accent borders + placeholder tints for the image slot */
body.template-index .closing-card.card-teal {
  border-color: rgba(31,122,122,0.55) !important;
  background: var(--white) !important;
}
body.template-index .closing-card.card-teal:hover { border-color: var(--teal) !important; }
body.template-index .closing-card.card-teal .closing-card-image { background-color: #D7EAEA; }
body.template-index .closing-card.card-plum {
  border-color: rgba(91,79,122,0.55) !important;
  background: var(--white) !important;
}
body.template-index .closing-card.card-plum:hover { border-color: var(--plum) !important; }
body.template-index .closing-card.card-plum .closing-card-image { background-color: #E4DCEF; }
body.template-index .closing-card.card-gold {
  border-color: rgba(196,149,59,0.55) !important;
  background: var(--white) !important;
}
body.template-index .closing-card.card-gold:hover { border-color: var(--gold) !important; }
body.template-index .closing-card.card-gold .closing-card-image { background-color: #F2E3C2; }

@media (max-width: 768px) {
  body.template-index .discovery {
    padding: 48px 20px 64px !important;
  }
  body.template-index .discovery .section-h2 {
    font-size: 32px !important;
  }
  body.template-index .closing-cards {
    gap: 18px !important;
  }
  .closing-card-image {
    aspect-ratio: 20 / 9;
  }
  .closing-card-content {
    padding: 22px 22px 26px;
  }
  body.template-index .closing-card-text {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
}

/* === MOBILE FIX: testimonial 2-col grid on diabetic + mature pages collapses to single column ===
   The page-specific !important rules above pin the grid to 1fr 1fr at all widths.
   Below 768px we override back to a single full-width column so cards don't get clipped. */
@media (max-width: 768px) {
  body.template-page-diabetic-skin .testimonial-section,
  body.template-page-mature-skin .testimonial-section {
    padding: 48px 20px !important;
  }
  body.template-page-diabetic-skin .testimonial-inner,
  body.template-page-mature-skin .testimonial-inner {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    max-width: 100% !important;
  }
  body.template-page-diabetic-skin .testimonial-section .testimonial-card,
  body.template-page-mature-skin .testimonial-section .testimonial-card {
    padding: 28px 24px !important;
    border-radius: 14px !important;
  }
  body.template-page-diabetic-skin .testimonial-section .testimonial-text,
  body.template-page-mature-skin .testimonial-section .testimonial-text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
  }
  body.template-page-diabetic-skin .testimonial-section .testimonial-quote-mark,
  body.template-page-mature-skin .testimonial-section .testimonial-quote-mark {
    font-size: 44px !important;
    margin-bottom: 2px !important;
  }
  body.template-page-diabetic-skin .testimonial-section .testimonial-footer,
  body.template-page-mature-skin .testimonial-section .testimonial-footer {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding-top: 16px !important;
  }
  body.template-page-diabetic-skin .testimonial-section .testimonial-tag,
  body.template-page-mature-skin .testimonial-section .testimonial-tag {
    margin-left: 0 !important;
    flex-shrink: 0 !important;
  }
}
/* hero-shrink-bust 1780301172 */

/* === HOMEPAGE HERO — desktop image size override.
   Loaded via theme.css (fresh asset) to bypass the stuck page-cache that
   keeps serving the old inline <style> block from index.liquid. Uses !important
   to win against whatever cached version is in the inline style. === */
@media (min-width: 769px) {
  body.template-index .hero.hero-split {
    align-items: center !important;
    min-height: 0 !important;
    padding: 32px 32px 32px 0 !important;
  }
  body.template-index .hero.hero-split .hero-media-col {
    height: 320px !important;
    max-height: 320px !important;
    align-self: center !important;
    flex: 0 0 45% !important;
    max-width: 45% !important;
  }
}
