/* Home page */

body.home-page {
  --ink: #15201c;
  --muted: #5f6f6a;
  --line: #dce7e2;
  --paper: #fbfdfc;
  --white: #ffffff;
  --sage: #2f7d68;
  --mint: #dff3ea;
  --coral: #d8614a;
  --blue: #255d8f;
  --gold: #b9862d;
  --shadow: 0 18px 60px rgba(20, 38, 32, .14);
}
body.home-page * { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body.home-page {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.home-page img { max-width: 100%; display: block; }
body.home-page a { color: inherit; }
body.home-page .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 231, 226, .92);
  background: #fbfdfc;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(20, 38, 32, .055);
  transition: background .18s ease-out, border-color .18s ease-out, box-shadow .18s ease-out;
}
body.home-page .site-header.is-scrolled {
  border-bottom-color: rgba(220, 231, 226, .58);
  background: rgba(251,253,252,.82);
  backdrop-filter: blur(22px) saturate(1.16);
  box-shadow: 0 14px 36px rgba(20, 38, 32, .10);
}
body.home-page .nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  transition: min-height .18s ease-out;
}
body.home-page .site-header.is-scrolled .nav {
  min-height: 54px;
}
body.home-page .brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 clamp(235px, 22vw, 320px);
  width: clamp(235px, 22vw, 320px);
  border-radius: 8px;
  transition: flex-basis .18s ease-out, width .18s ease-out;
}
body.home-page .site-header.is-scrolled .brand {
  flex-basis: clamp(178px, 16.8vw, 244px);
  width: clamp(178px, 16.8vw, 244px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
body.home-page .brand-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: transparent;
  transform-origin: left center;
  transition: filter .18s ease-out;
}
body.home-page .site-header.is-scrolled .brand-logo {
  filter: drop-shadow(0 8px 18px rgba(20,38,32,.12));
}
body.home-page .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: .9rem;
  color: #334842;
  transition: color .18s ease-out;
}
body.home-page .site-header.is-scrolled .nav-links {
  color: #273c36;
}
body.home-page .nav-links a, body.home-page .link-button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 9px 10px;
  text-decoration: none;
}
body.home-page .nav-links a, body.home-page .link-button {
  position: relative;
  border-radius: 8px;
  font-weight: 760;
  transition: color .2s ease, background .2s ease;
}
body.home-page .nav-links a::after, body.home-page .link-button::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sage), var(--blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
body.home-page .nav-links a:hover, body.home-page .link-button:hover {
  color: #163d34;
  background: rgba(47, 125, 104, .08);
}
body.home-page .site-header.is-scrolled .nav-links a, body.home-page .site-header.is-scrolled .link-button {
  text-shadow: none;
}
body.home-page .site-header.is-scrolled .nav-links a:hover, body.home-page .site-header.is-scrolled .link-button:hover {
  color: #143d34;
  background: rgba(47, 125, 104, .10);
}
body.home-page .nav-links a:hover::after, body.home-page .link-button:hover::after { transform: scaleX(1); }
body.home-page .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
body.home-page .nav-cta-arrow {
  display: inline-block;
  color: var(--sage);
  font-size: .95rem;
  line-height: 1;
  transition: transform .22s ease;
}
body.home-page .site-header.is-scrolled .nav-cta-arrow { color: var(--sage); }
body.home-page .nav-cta:hover .nav-cta-arrow { transform: translateX(3px); }
body.home-page .nav-toggle { display: none; }
body.home-page .nav-toggle:hover {
  background: #f2faf6;
  border-color: rgba(47,125,104,.34);
  box-shadow: 0 12px 24px rgba(20,38,32,.12);
  transform: translateY(-1px);
}
body.home-page .section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}
body.home-page .section[id], body.home-page .product-slide {
  scroll-margin-top: 0;
}
body.home-page .eyebrow {
  margin: 0 0 14px;
  color: var(--sage);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}
body.home-page h1, body.home-page h2, body.home-page h3 { line-height: 1.06; margin: 0; letter-spacing: 0; overflow-wrap: break-word; text-wrap: balance; }
body.home-page h1 { font-size: clamp(3rem, 6.4vw, 6.35rem); max-width: 980px; }
body.home-page h2 { font-size: clamp(2rem, 4vw, 4rem); max-width: 900px; }
body.home-page h3 { font-size: clamp(1.25rem, 1.9vw, 1.7rem); }
body.home-page .lead {
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  color: #41544e;
  max-width: 720px;
}
body.home-page .button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
body.home-page .button, body.home-page .button-alt {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  font: inherit;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}
body.home-page .button {
  background: var(--sage);
  color: #fff;
  box-shadow: 0 16px 30px rgba(47, 125, 104, .24);
}
body.home-page .button:hover {
  background: #256d5b;
  box-shadow: 0 22px 42px rgba(47, 125, 104, .3);
  transform: translateY(-2px);
}
body.home-page .button-alt {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}
body.home-page .button-alt:hover {
  border-color: rgba(47,125,104,.34);
  background: #f2faf6;
  color: #143d34;
  box-shadow: 0 16px 32px rgba(20, 38, 32, .12);
  transform: translateY(-2px);
}
body.home-page .button:active, body.home-page .button-alt:active, body.home-page .nav-cta:active, body.home-page .modal-close:active, body.home-page .nav-toggle:active, body.home-page .scroll-top:active {
  transform: translateY(0);
}
body.home-page .button:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
  box-shadow: none;
}
body.home-page .modal {
  border: 0;
  border-radius: 8px;
  padding: 0;
  width: min(680px, calc(100% - 32px));
  box-shadow: var(--shadow);
}
body.home-page .modal::backdrop { background: rgba(13, 22, 19, .56); backdrop-filter: blur(4px); }
body.home-page .modal-inner { padding: 30px; }
body.home-page .modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
body.home-page .modal-close {
  border: 1px solid var(--line);
  background: white;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
body.home-page .modal-close:hover {
  background: #f2faf6;
  border-color: rgba(47,125,104,.34);
  box-shadow: 0 12px 24px rgba(20, 38, 32, .12);
  transform: translateY(-1px);
}
body.home-page .modal-text-link,
body.research-index-page .modal-text-link,
body.article-page .modal-text-link {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--blue);
  cursor: pointer;
  display: inline;
  font: inherit;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.home-page .modal-text-link:hover,
body.research-index-page .modal-text-link:hover,
body.article-page .modal-text-link:hover {
  color: var(--sage);
}
body.home-page .product-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
body.home-page .product-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  display: grid;
  gap: 16px;
}
body.home-page .product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
body.home-page .product-card.skin { background: linear-gradient(145deg, #ffffff, #edf8f2); }
body.home-page .product-card.hair { background: linear-gradient(145deg, #ffffff, #f3f0e8); }
body.home-page .product-card h3 { font-size: clamp(1.6rem, 2.6vw, 2.35rem); }
body.home-page .product-card .product-subtitle { margin: -10px 0 0; color: var(--sage); font-weight: 900; }
body.home-page .product-card ul { margin: 0; padding-left: 18px; color: #41544e; }
body.home-page .product-card li { margin-bottom: 8px; }
body.home-page .product-pill {
  width: 92px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 999px;
  background: rgba(47, 125, 104, .12);
  color: var(--sage);
  padding: 6px 10px;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
body.home-page .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.home-page .product-meta span {
  border: 1px solid rgba(47, 125, 104, .18);
  border-radius: 999px;
  padding: 6px 9px;
  color: #40554e;
  font-size: .82rem;
  background: rgba(255,255,255,.62);
}
body.home-page .product-card .button {
  width: min(100%, 320px);
  min-height: 50px;
  padding-block: 13px;
  justify-self: center;
  align-self: end;
}
body.home-page .formula-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
body.home-page .formula-badges span {
  border-radius: 999px;
  background: rgba(47, 125, 104, .12);
  color: var(--sage);
  padding: 7px 10px;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
body.home-page .field { display: grid; gap: 6px; margin-bottom: 12px; }
body.home-page .field span { font-weight: 700; font-size: .9rem; }
body.home-page .honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.home-page .form-status {
  margin: 0;
  font-weight: 800;
  color: var(--sage);
}
body.home-page .form-status.error { color: var(--coral); }
body.home-page input, body.home-page textarea, body.home-page select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}
body.home-page textarea { min-height: 118px; resize: vertical; }
body.home-page .footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 18%, rgba(47,125,104,.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(37,93,143,.12), transparent 28%),
    linear-gradient(145deg, #fbfdfc, #ffffff 48%, #edf7f4);
  color: var(--ink);
}
body.home-page .footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(47,125,104,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,93,143,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.06));
  pointer-events: none;
}
body.home-page .footer-inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 26px;
}
body.home-page .footer-next {
  border: 1px solid rgba(47,125,104,.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47,125,104,.12), rgba(255,255,255,.82) 50%, rgba(37,93,143,.10)),
    rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(20,38,32,.10);
  padding: clamp(24px, 3.2vw, 34px);
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
body.home-page .footer-next .eyebrow { color: var(--sage); }
body.home-page .footer-next h2 {
  color: var(--ink);
  font-size: clamp(1.85rem, 3.1vw, 3.15rem);
  max-width: 760px;
}
body.home-page .footer-next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
body.home-page .footer-newsletter {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(47,125,104,.14);
  margin-top: 4px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
  gap: 18px;
  align-items: end;
}
body.home-page .footer-newsletter strong {
  display: block;
  color: #173f36;
  font-size: 1.05rem;
  margin-bottom: 4px;
}
body.home-page .footer-newsletter p {
  margin: 0;
  color: var(--muted);
}
body.home-page .newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
body.home-page .newsletter-form input {
  min-height: 46px;
}
body.home-page .newsletter-form .form-status {
  grid-column: 1 / -1;
  font-size: .88rem;
}
body.home-page .footer-main {
  display: grid;
  grid-template-columns: minmax(220px, .82fr) repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
body.home-page .footer-brand-card {
  border: 1px solid rgba(47,125,104,.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(244,250,247,.78)),
    rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(20,38,32,.10);
  backdrop-filter: blur(16px);
  padding: 18px;
  text-align: center;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home-page .footer-logo-panel {
  position: relative;
  isolation: isolate;
  width: min(260px, 100%);
  margin: 0 auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
}
body.home-page .footer-stacked-logo {
  width: min(240px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(20,38,32,.12));
}
body.home-page .footer .button {
  background: var(--sage);
  color: #fff;
  box-shadow: 0 16px 30px rgba(47,125,104,.22);
}
body.home-page .footer .button:hover {
  background: #256d5b;
  box-shadow: 0 22px 44px rgba(47,125,104,.28);
}
body.home-page .footer .button-alt {
  background: #ffffff;
  color: #10231f;
  border-color: rgba(47,125,104,.18);
  box-shadow: 0 14px 28px rgba(20,38,32,.10);
}
body.home-page .footer .button-alt:hover {
  background: #f2faf6;
  color: #143d34;
  border-color: rgba(47,125,104,.34);
  box-shadow: 0 20px 40px rgba(20,38,32,.14);
}
body.home-page .footer-nav-grid {
  display: contents;
}
body.home-page .footer-group {
  border: 1px solid rgba(47,125,104,.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(244,250,247,.78)),
    rgba(255,255,255,.82);
  padding: 22px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 48px rgba(20,38,32,.08);
}
body.home-page .footer-highlight {
  order: 2;
  margin-top: auto;
  border: 1px solid rgba(47,125,104,.14);
  border-radius: 8px;
  background: rgba(47,125,104,.08);
  padding: 10px 12px;
  color: #40554e;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
body.home-page .footer-highlight strong {
  display: block;
  color: var(--sage);
  font-size: .92rem;
  line-height: 1.1;
}
body.home-page .footer-highlight small {
  display: block;
  margin-top: 6px;
  color: #526861;
  font-size: .72rem;
  line-height: 1.25;
  text-transform: none;
  font-weight: 760;
}
body.home-page .footer-group h3 {
  color: var(--ink);
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 14px;
}
body.home-page .footer-group a, body.home-page .footer-group button {
  display: flex;
  align-items: center;
  min-height: 34px;
  width: 100%;
  color: #40554e;
  margin: 3px 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
body.home-page .footer-group a:hover, body.home-page .footer-group button:hover { color: var(--sage); }
body.home-page .footer-bottom {
  border-top: 1px solid rgba(47,125,104,.14);
  margin-top: 28px;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #5f6f6a;
  font-size: .88rem;
}
body.home-page .footer button, body.home-page .footer a { color: #40554e; }
body.home-page .footer .link-button { padding: 0; }
body.home-page .scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  background: #10231f;
  color: #fff;
  box-shadow: 0 18px 42px rgba(16,35,31,.28);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease, background .22s ease;
}
body.home-page .scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
body.home-page .scroll-top:hover {
  background: var(--sage);
  box-shadow: 0 22px 48px rgba(47,125,104,.34);
  transform: translateY(-2px);
}
body.home-page .scroll-top svg {
  width: 22px;
  height: 22px;
}
body.home-page .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
body.home-page .reveal.is-visible { opacity: 1; transform: none; }
body.home-page .research-header.reveal,
body.home-page .research-card.reveal,
body.research-index-page .post-row.reveal,
body.article-page .article-body.reveal,
body.article-page .sidebar.reveal {
  opacity: 1;
  transform: none;
}
@media (max-width: 820px) {
  body.home-page .nav { min-height: 64px; width: min(100% - 28px, 1180px); }
  body.home-page .brand {
    flex-basis: min(232px, calc(100vw - 116px));
    width: min(232px, calc(100vw - 116px));
  }
  body.home-page .site-header.is-scrolled .brand {
    flex-basis: min(178px, calc(100vw - 116px));
    width: min(178px, calc(100vw - 116px));
  }
  body.home-page .site-header.is-scrolled .nav { min-height: 50px; }
  body.home-page .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  }
  body.home-page .nav-toggle svg {
    width: 22px;
    height: 22px;
  }
  body.home-page .nav-links {
    display: none;
    position: absolute;
    inset: 64px 14px auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }
  body.home-page .nav-links.is-open { display: flex; }
  body.home-page .nav-links > a:not(.nav-cta), body.home-page .nav-links > .link-button {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  body.home-page .nav-cta { text-align: center; }
  body.home-page .section { width: min(100% - 28px, 1180px); padding: 64px 0; }
  body.home-page .scroll-top { right: 14px; bottom: 14px; }
  body.home-page .footer-inner { width: min(100% - 28px, 1180px); padding-top: 48px; }
  body.home-page .footer-next { grid-template-columns: 1fr; }
  body.home-page .footer-next-actions { justify-content: flex-start; }
  body.home-page .footer-newsletter { grid-template-columns: 1fr; }
  body.home-page .newsletter-form { grid-template-columns: 1fr; }
  body.home-page .footer-main { grid-template-columns: 1fr 1fr; }
  body.home-page .product-showcase { grid-template-columns: 1fr; }
}
body.home-page .scrollbar {
    position: fixed;
    inset: 0 auto auto 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, var(--sage), var(--coral), var(--gold));
    z-index: 80;
  }
body.home-page .hero {
    min-height: min(820px, calc(100vh - 72px));
    display: grid;
    align-items: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
      radial-gradient(ellipse at 18% 28%, rgba(47,125,104,.1), transparent 55%),
      radial-gradient(ellipse at 82% 78%, rgba(185,134,45,.12), transparent 60%),
      linear-gradient(112deg, rgba(251,253,252,.98) 0 45%, rgba(246,251,248,.86) 64%, rgba(246,251,248,.62) 100%),
      url("person-holding-green-leafed-plant-2280551-1536x1025.webp") right center/58% 100% no-repeat,
      #fbfdfc;
  }
body.home-page .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      linear-gradient(rgba(47,125,104,.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37,93,143,.055) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.28));
  }
body.home-page .hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -24% 33%;
    height: 52%;
    z-index: -1;
    background: linear-gradient(115deg, rgba(223,243,234,.9), rgba(247,231,198,.88) 48%, rgba(229,239,248,.86));
    clip-path: polygon(12% 0, 100% 18%, 88% 100%, 0 82%);
    opacity: .94;
  }
body.home-page .hero-content {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 46px 0 64px;
    color: var(--ink);
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(380px, .96fr);
    gap: 58px;
    align-items: center;
  }
body.home-page .hero .eyebrow {
    color: #174f43;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(47,125,104,.2);
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    padding: 8px 18px 8px 12px;
    font-size: .78rem;
    letter-spacing: .14em;
    box-shadow: 0 12px 30px rgba(20,38,32,.08);
    backdrop-filter: blur(14px);
  }
body.home-page .hero .eyebrow .eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sage);
    box-shadow: 0 0 0 4px rgba(47,125,104,.18);
    animation: heroEyebrowPulse 2.6s ease-in-out infinite;
    flex: 0 0 auto;
  }
body.home-page .hero h1 {
    font-size: clamp(2.6rem, 4.6vw, 4.4rem);
    line-height: 1.04;
    letter-spacing: -0.015em;
    max-width: 18ch;
    margin-top: 18px;
    color: #122b25;
    text-shadow: 0 16px 36px rgba(255,255,255,.64);
  }
body.home-page .hero .lead {
    color: #3b504a;
    max-width: 56ch;
    margin-top: 22px;
    font-size: clamp(1.08rem, 1.18vw, 1.22rem);
    line-height: 1.6;
    font-weight: 500;
  }
body.home-page .hero-copy {
    position: relative;
    z-index: 2;
  }
body.home-page .hero-copy .button-row { margin-top: 26px; }
body.home-page .hero .button {
    background: var(--sage);
    box-shadow: 0 18px 34px rgba(47,125,104,.24);
  }
body.home-page .hero .button:hover {
    background: #256d5b;
    box-shadow: 0 24px 44px rgba(47,125,104,.3);
  }
body.home-page .hero .button-alt {
    background: rgba(255,255,255,.82);
    color: var(--ink);
    border-color: rgba(47,125,104,.18);
    backdrop-filter: blur(12px);
  }
body.home-page .hero .button-alt:hover {
    background: #f2faf6;
    border-color: rgba(47,125,104,.34);
    color: #143d34;
    box-shadow: 0 16px 32px rgba(20,38,32,.12);
  }
body.home-page .hero-visual {
    position: relative;
    min-height: 560px;
    display: grid;
    align-items: center;
    min-width: 0;
  }
body.home-page .hero-visual-label {
    position: absolute;
    top: 12px;
    right: 4px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #174f43;
    padding: 7px 14px;
    border: 1px solid rgba(47,125,104,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 26px rgba(20,38,32,.1);
  }
body.home-page .hero-visual-label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 0 3px rgba(216,97,74,.22);
  }
body.home-page .hero-research-slider {
    position: relative;
    width: min(100%, 720px);
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 18px;
    isolation: isolate;
  }
body.home-page .hero-research-slider::before {
    content: "";
    position: absolute;
    inset: 30px 38px;
    z-index: -2;
    border: 1px solid rgba(47,125,104,.14);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(223,243,234,.4));
    transform: skewY(-4deg);
    box-shadow: 0 34px 88px rgba(20,38,32,.12);
  }
body.home-page .hero-research-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
      linear-gradient(90deg, rgba(251,253,252,.96), transparent 17%, transparent 83%, rgba(251,253,252,.92)),
      linear-gradient(180deg, transparent 0 68%, rgba(251,253,252,.12));
    pointer-events: none;
  }
body.home-page .hero-research-track {
    --hero-slide-gap: 22px;
    --hero-slide-half-gap: 11px;
    --hero-marquee-duration: 56s;
    display: flex;
    gap: var(--hero-slide-gap);
    width: max-content;
    will-change: transform;
    animation: heroResearchMarquee var(--hero-marquee-duration) linear infinite !important;
  }
body.home-page .hero-research-card {
    position: relative;
    flex: 0 0 clamp(260px, 34vw, 360px);
    height: clamp(360px, 48vw, 500px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 18px;
    background: #f6fbf8;
    box-shadow: 0 24px 60px rgba(20,38,32,.18), 0 4px 12px rgba(20,38,32,.08);
    transform: translateZ(0);
    animation: heroSlideLift 11s ease-in-out infinite;
  }
body.home-page .hero-research-card:nth-child(2n) {
    animation-delay: -3.6s;
    transform: translateY(14px);
  }
body.home-page .hero-research-card:nth-child(3n) {
    animation-delay: -7.2s;
    transform: translateY(-10px);
  }
body.home-page .hero-research-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(4,18,15,0) 70%, rgba(4,18,15,.18)),
      linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.18) 50%, transparent 58%);
    background-size: 100% 100%, 260% 100%;
    animation: heroGlowSweep 8s ease-in-out infinite;
    pointer-events: none;
  }
body.home-page .hero-research-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
body.home-page .hero-research-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.1) contrast(1.04);
    transform: scale(1.06);
    transition: transform 1.2s ease;
    image-rendering: -webkit-optimize-contrast;
  }
body.home-page .hero-research-card:hover img { transform: scale(1.12); }
body.home-page .hero-research-card figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(7,28,23,.88), rgba(7,28,23,.68));
    color: #fff;
    padding: 13px 16px;
    font-size: clamp(.86rem, 1.3vw, 1.02rem);
    font-weight: 900;
    letter-spacing: .03em;
    line-height: 1.18;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transform: translateY(12px);
    transition: opacity .24s ease, transform .24s ease;
    white-space: nowrap;
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 30px rgba(4,18,15,.2);
  }
body.home-page .hero-research-card:hover figcaption,
body.home-page .hero-research-card:focus-within figcaption {
    opacity: 1;
    transform: translateY(0);
  }
body.home-page .hero-research-card figcaption.__legacy {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(7,28,23,.82), rgba(7,28,23,.6));
    color: #fff;
    padding: 12px 16px;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 24px rgba(4,18,15,.3);
  }
body.home-page .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px;
    align-items: center;
  }
body.home-page .photo-stack {
    position: relative;
    min-height: 560px;
  }
body.home-page .photo-stack img {
    position: absolute;
    width: 72%;
    height: 430px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
body.home-page .photo-stack img:first-child { inset: 0 auto auto 0; }
body.home-page .photo-stack img:last-child { inset: auto 0 0 auto; border: 8px solid var(--paper); }
body.home-page .photo-stack::after {
    content: "";
    position: absolute;
    inset: auto 0 0 18%;
    width: 82%;
    height: 58%;
    border-radius: 8px;
    background:
      linear-gradient(180deg, transparent, rgba(8,21,18,.72)),
      linear-gradient(90deg, rgba(8,21,18,.7), rgba(8,21,18,.18));
    z-index: 2;
    pointer-events: none;
  }
body.home-page .about-image-overlay {
    position: absolute;
    right: clamp(16px, 4vw, 32px);
    bottom: clamp(18px, 4vw, 34px);
    z-index: 3;
    width: min(430px, calc(78% - 24px));
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 8px;
    background: rgba(8,21,18,.62);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: clamp(15px, 2vw, 22px);
    box-shadow: 0 18px 44px rgba(0,0,0,.24);
  }
body.home-page .about-image-overlay p {
    margin: 0;
    color: #f4fbf8;
    font-size: clamp(.94rem, 1.24vw, 1.08rem);
    line-height: 1.58;
    font-weight: 760;
  }
body.home-page .about-overview {
    background: #fff;
    border-block: 1px solid var(--line);
  }
body.home-page .about-overview .section {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 42px;
    align-items: start;
  }
body.home-page .about-copy {
    position: sticky;
    top: 104px;
  }
body.home-page .about-pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
body.home-page .about-pillar {
    min-height: 210px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 24px;
    background: linear-gradient(145deg, #ffffff, #f3faf7);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
body.home-page .about-pillar:nth-child(2) { background: linear-gradient(145deg, #ffffff, #fff4ef); }
body.home-page .about-pillar:nth-child(3) { background: linear-gradient(145deg, #ffffff, #eef5ff); }
body.home-page .about-pillar:nth-child(4) { background: linear-gradient(145deg, #ffffff, #f8f2df); }
body.home-page .about-pillar svg {
    width: 34px;
    height: 34px;
    color: var(--sage);
    margin-bottom: 16px;
  }
body.home-page .about-pillar p { color: var(--muted); margin-bottom: 0; }
body.home-page .about-lab {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 10% 12%, rgba(37, 199, 126, .14), transparent 32%),
      radial-gradient(circle at 88% 20%, rgba(20, 126, 226, .12), transparent 30%),
      linear-gradient(135deg, #f8fcfa 0%, #ffffff 46%, #edf7f4 100%);
    border-block: 1px solid var(--line);
  }
body.home-page .about-lab::before {
    content: "";
    position: absolute;
    inset: 18% auto auto -140px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(47,125,104,.14);
    border-radius: 999px;
  }
body.home-page .about-lab .section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    gap: clamp(34px, 5vw, 74px);
    align-items: center;
  }
body.home-page .about-lab-copy {
    max-width: 610px;
  }
body.home-page .about-lab-copy h2 {
    max-width: 11ch;
    margin-bottom: 22px;
  }
body.home-page .about-lab-copy .lead {
    max-width: 620px;
  }
body.home-page .about-lab-note {
    margin-top: 28px;
    padding: 22px;
    border-left: 4px solid var(--sage);
    border-radius: 8px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 18px 44px rgba(18, 63, 52, .08);
  }
body.home-page .about-lab-note strong {
    display: block;
    color: var(--ink);
    font-size: 1.02rem;
    margin-bottom: 6px;
  }
body.home-page .about-lab-note p {
    margin: 0;
    color: var(--muted);
  }
body.home-page .about-lab-visual {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    border-radius: 8px;
    isolation: isolate;
  }
body.home-page .about-lab-visual img {
    position: absolute;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
body.home-page .about-lab-visual img:first-child {
    inset: 0 auto auto 0;
    width: 74%;
    height: 420px;
  }
body.home-page .about-lab-visual img:last-child {
    right: 0;
    bottom: 0;
    width: 60%;
    height: 330px;
    border: 8px solid #fff;
  }
body.home-page .about-lab-badge {
    position: absolute;
    left: 28px;
    bottom: 28px;
    width: min(320px, 58%);
    border-radius: 8px;
    background: #10231f;
    color: #fff;
    padding: 22px;
    box-shadow: 0 24px 54px rgba(16,35,31,.26);
  }
body.home-page .about-lab-badge span {
    display: block;
    color: #9ff0cf;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
body.home-page .about-lab-badge p {
    color: rgba(255,255,255,.88);
    margin: 0;
    font-weight: 760;
  }
body.home-page .about-lab-grid {
    grid-column: 1 / -1;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
  }
body.home-page .about-lab-card {
    min-height: 170px;
    border: 1px solid rgba(47,125,104,.14);
    border-radius: 8px;
    padding: 22px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 18px 48px rgba(18, 63, 52, .08);
  }
body.home-page .about-lab-card svg {
    width: 32px;
    height: 32px;
    color: var(--sage);
    margin-bottom: 18px;
  }
body.home-page .about-lab-card:nth-child(2) svg { color: var(--blue); }
body.home-page .about-lab-card:nth-child(3) svg { color: var(--coral); }
body.home-page .about-lab-card:nth-child(4) svg { color: #b48a1a; }
body.home-page .about-lab-card h3 {
    margin-bottom: 8px;
  }
body.home-page .about-lab-card p {
    margin: 0;
    color: var(--muted);
    font-size: .96rem;
  }
body.home-page .mission-slide {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 12% 20%, rgba(159,240,207,.22), transparent 30%),
      radial-gradient(circle at 88% 16%, rgba(185,134,45,.16), transparent 28%),
      linear-gradient(135deg, #fbfdfc, #eef7f3 54%, #fff8ef);
    color: var(--ink);
    border-block: 1px solid var(--line);
  }
body.home-page .mission-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(47,125,104,.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37,93,143,.045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.36), rgba(0,0,0,.08));
    pointer-events: none;
  }
body.home-page .mission-slide .section {
    position: relative;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 42px;
    align-items: end;
  }
body.home-page .mission-slide .eyebrow { color: var(--sage); }
body.home-page .mission-slide h2 { margin-bottom: 12px; }
body.home-page .mission-slide .lead { color: #43564f; }
body.home-page .mission-subheader {
    max-width: 620px;
    margin-bottom: 24px;
  }
body.home-page .mission-grid {
    display: grid;
    gap: 14px;
  }
body.home-page .mission-item {
    border: 1px solid rgba(47,125,104,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 16px 36px rgba(20,38,32,.08);
    padding: 22px;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  }
body.home-page .mission-item:hover {
    transform: translateY(-4px);
    border-color: rgba(47,125,104,.3);
    box-shadow: 0 24px 52px rgba(20,38,32,.12);
  }
body.home-page .mission-item h3 { color: #173f36; }
body.home-page .mission-item p { color: #526861; margin-bottom: 0; }
body.home-page .mission-image-card {
    padding: 0;
    overflow: hidden;
  }
body.home-page .mission-image-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
body.home-page .mission-image-card div {
    padding: 18px 20px 20px;
  }
body.home-page .mission-photo {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(47,125,104,.18);
    box-shadow: 0 24px 70px rgba(20,38,32,.16);
    background: #fff;
  }
body.home-page .mission-photo img {
    width: 100%;
    height: 430px;
    object-fit: cover;
  }
body.home-page .mission-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(8,21,18,.78), rgba(8,21,18,.34) 48%, rgba(8,21,18,.08)),
      linear-gradient(0deg, rgba(8,21,18,.54), transparent 44%);
    pointer-events: none;
  }
body.home-page .mission-overlay {
    position: absolute;
    left: clamp(18px, 4vw, 34px);
    bottom: clamp(18px, 4vw, 34px);
    z-index: 1;
    width: min(480px, calc(100% - 36px));
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 8px;
    background: rgba(8,21,18,.56);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: clamp(16px, 2.2vw, 24px);
    box-shadow: 0 18px 48px rgba(0,0,0,.22);
  }
body.home-page .mission-overlay p {
    margin: 0;
    color: #f4fbf8;
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    line-height: 1.58;
    font-weight: 760;
  }
body.home-page .product-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: .72fr 1fr;
    gap: 36px;
    align-items: center;
    padding: 48px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }
body.home-page .product-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 18% 28%, rgba(47,125,104,.14), transparent 28%),
      radial-gradient(circle at 84% 18%, rgba(216,97,74,.1), transparent 24%);
    pointer-events: none;
  }
body.home-page .product-panel > * {
    position: relative;
    z-index: 1;
  }
body.home-page .melafill-visual {
    position: relative;
    min-height: 500px;
    border-radius: 8px;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(16,35,31,.12), rgba(16,35,31,.74)),
      url("https://www.melafill.com/wp-content/uploads/2025/10/bg1-scaled.jpg") center/cover;
    border: 1px solid rgba(47,125,104,.18);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.38), 0 24px 60px rgba(25,54,45,.18);
    display: grid;
    place-items: center;
    isolation: isolate;
  }
body.home-page .melafill-visual::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,255,255,.86), rgba(223,243,234,.72) 42%, transparent 70%);
    animation: formulaPulse 5.5s ease-in-out infinite;
    z-index: -1;
  }
body.home-page .melafill-visual::after {
    content: "";
    position: absolute;
    inset: auto 26px 24px;
    height: 90px;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(16,35,31,.34), transparent 66%);
    filter: blur(10px);
    opacity: .8;
  }
body.home-page .melafill-visual img {
    width: min(78%, 380px);
    max-height: 380px;
    object-fit: contain;
    filter: drop-shadow(0 28px 34px rgba(7,29,25,.26));
    animation: productFloat 6s ease-in-out infinite;
  }
body.home-page .melafill-badge {
    position: absolute;
    left: 22px;
    top: 22px;
    border-radius: 999px;
    background: rgba(255,255,255,.86);
    color: var(--sage);
    padding: 8px 12px;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(12,42,35,.14);
  }
body.home-page .melafill-note {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: min(220px, calc(100% - 40px));
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 8px;
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(10px);
    padding: 14px;
    color: #40554e;
    font-size: .88rem;
    font-weight: 800;
  }
body.home-page .jar {
    aspect-ratio: 1 / 1.12;
    border-radius: 22px 22px 42px 42px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.88), rgba(221,239,231,.76)),
      linear-gradient(135deg, #f5fbf8, #cadfd7);
    border: 1px solid #c9ddd5;
    position: relative;
    display: grid;
    place-items: center;
    box-shadow: inset 12px 0 34px rgba(255,255,255,.75), inset -18px 0 28px rgba(57,96,83,.14), 0 24px 48px rgba(25,54,45,.2);
  }
body.home-page .jar::before {
    content: "";
    position: absolute;
    top: -42px;
    width: 76%;
    height: 58px;
    border-radius: 8px 8px 14px 14px;
    background: linear-gradient(180deg, #273833, #101b18);
  }
body.home-page .jar-label {
    width: 72%;
    min-height: 42%;
    border-radius: 8px;
    border: 1px solid rgba(47,125,104,.2);
    background: rgba(255,255,255,.92);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 22px;
  }
body.home-page .jar-label strong { display: block; font-size: clamp(1.7rem, 4vw, 3rem); color: var(--sage); line-height: .95; }
body.home-page .jar-label span { color: var(--muted); font-weight: 800; font-size: .78rem; text-transform: uppercase; }
body.home-page .feature-grid, body.home-page .quality-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
body.home-page .feature, body.home-page .quality-item {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 24px;
  }
body.home-page .feature svg, body.home-page .quality-item svg { width: 32px; height: 32px; color: var(--sage); margin-bottom: 18px; }
body.home-page .science-story {
    position: relative;
    overflow: hidden;
    border-block: 1px solid var(--line);
    scroll-margin-top: 0;
    background:
      radial-gradient(circle at 14% 16%, rgba(47,125,104,.18), transparent 28%),
      radial-gradient(circle at 88% 14%, rgba(37,93,143,.14), transparent 28%),
      linear-gradient(135deg, #fbfdfc, #eef7f3 52%, #f6f8ff);
  }
body.home-page .science-story::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(47,125,104,.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37,93,143,.045) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.44), rgba(0,0,0,.08));
    pointer-events: none;
  }
body.home-page .science-story > * {
    position: relative;
    z-index: 1;
  }
body.home-page .science-story .section {
    position: relative;
    z-index: 1;
    padding-top: 96px;
    padding-bottom: 96px;
  }
body.home-page .science-layout {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
    gap: 42px;
    align-items: center;
    width: 100%;
  }
body.home-page .science-copy, body.home-page .science-visual { min-width: 0; }
body.home-page .science-copy h2 { max-width: 720px; }
body.home-page .science-copy .lead { max-width: 680px; }
body.home-page .science-visual {
    position: relative;
    min-height: 560px;
  }
body.home-page .science-photo {
    position: absolute;
    inset: 34px 0 auto auto;
    width: min(560px, 92%);
    max-width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(47,125,104,.18);
    box-shadow: 0 24px 70px rgba(20,38,32,.16);
  }
body.home-page .science-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: photoDrift 16s ease-in-out infinite alternate;
  }
body.home-page .science-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(16,35,31,.02), rgba(16,35,31,.38)),
      linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
    background-size: 100% 100%, 30px 30px, 30px 30px;
  }
body.home-page .science-system-card {
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(440px, 82%);
    max-width: calc(100% - 48px);
    border: 1px solid rgba(47,125,104,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 24px 60px rgba(20,38,32,.14);
    backdrop-filter: blur(14px);
    padding: 20px;
    animation: productFloat 9s ease-in-out infinite;
  }
body.home-page .science-system-card h3 {
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    margin-bottom: 12px;
  }
body.home-page .science-system-card p {
    color: var(--muted);
    margin: 0 0 16px;
  }
body.home-page .science-signal {
    position: relative;
    overflow: hidden;
    height: 54px;
    border-radius: 8px;
    border: 1px solid rgba(47,125,104,.12);
    background:
      linear-gradient(90deg, transparent 0 8%, rgba(47,125,104,.82) 8% 11%, transparent 11% 22%, rgba(37,93,143,.86) 22% 25%, transparent 25% 38%, rgba(216,97,74,.82) 38% 41%, transparent 41% 58%, rgba(185,134,45,.82) 58% 62%, transparent 62% 100%),
      linear-gradient(180deg, #f7fbf9, #edf7f3);
    background-size: 100% 100%, 100% 100%;
  }
body.home-page .science-signal::before {
    content: "";
    position: absolute;
    inset: -1px auto -1px 0;
    width: 38%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent);
    transform: translateX(-130%);
    animation: signalSweep 4.8s ease-in-out infinite;
  }
body.home-page .science-pillars {
    display: grid;
    gap: 12px;
    margin-top: 28px;
  }
body.home-page .science-pillar {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: start;
    border: 1px solid rgba(47,125,104,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.78);
    padding: 16px;
    box-shadow: 0 16px 34px rgba(20,38,32,.07);
    animation: cardLift .7s ease both;
  }
body.home-page .science-pillar:nth-child(2) { animation-delay: .12s; }
body.home-page .science-pillar:nth-child(3) { animation-delay: .24s; }
body.home-page .science-pillar::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -44px;
    width: 118px;
    height: 118px;
    border-radius: 999px;
    background: rgba(47,125,104,.08);
  }
body.home-page .science-pillar svg {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    padding: 11px;
    color: #fff;
    background: linear-gradient(145deg, var(--sage), var(--blue));
  }
body.home-page .science-pillar:nth-child(2) svg { background: linear-gradient(145deg, var(--blue), #16a086); }
body.home-page .science-pillar:nth-child(3) svg { background: linear-gradient(145deg, var(--coral), var(--gold)); }
body.home-page .science-pillar h3 {
    position: relative;
    z-index: 1;
    font-size: clamp(1.1rem, 1.55vw, 1.35rem);
    margin-bottom: 6px;
  }
body.home-page .science-pillar p {
    position: relative;
    z-index: 1;
    color: var(--muted);
    margin: 0;
    line-height: 1.55;
  }
body.home-page .quality-slide {
    position: relative;
    overflow: hidden;
    border-block: 1px solid var(--line);
    background:
      linear-gradient(90deg, rgba(247,251,248,.94), rgba(247,251,248,.82) 48%, rgba(247,251,248,.9)),
      radial-gradient(circle at 14% 24%, rgba(47,125,104,.16), transparent 30%),
      radial-gradient(circle at 88% 18%, rgba(37,93,143,.13), transparent 28%),
      url("assets/ingredient_quality_background.webp") center/cover,
      linear-gradient(135deg, #f7fbf8, #f1f8fb 48%, #fff7f2);
  }
body.home-page .quality-slide.section {
    width: 100%;
    padding: 0;
  }
body.home-page .quality-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(47,125,104,.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37,93,143,.045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.48), rgba(0,0,0,.12));
    pointer-events: none;
  }
body.home-page .quality-slide > * {
    position: relative;
    z-index: 1;
  }
body.home-page .quality-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 88px 0;
  }
body.home-page .quality-header {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(280px, .58fr);
    gap: 32px;
    align-items: end;
    margin-bottom: 28px;
  }
body.home-page .quality-header h2 {
    max-width: 760px;
  }
body.home-page .quality-visual {
    border: 1px solid rgba(47,125,104,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.76);
    box-shadow: 0 18px 44px rgba(20,38,32,.08);
    padding: 18px;
    display: grid;
    gap: 12px;
  }
body.home-page .quality-visual-row {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 12px;
  }
body.home-page .quality-visual-row span:first-child {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, var(--sage), var(--blue));
    font-weight: 900;
  }
body.home-page .quality-visual-row:nth-child(2) span:first-child { background: linear-gradient(145deg, var(--coral), var(--gold)); }
body.home-page .quality-visual-row:nth-child(3) span:first-child { background: linear-gradient(145deg, #255d8f, #16a086); }
body.home-page .quality-visual-row strong {
    display: block;
    color: #173f36;
    line-height: 1.12;
  }
body.home-page .quality-visual-row small {
    color: var(--muted);
    font-weight: 760;
  }
body.home-page .quality-accent-image {
    margin-top: 6px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(47,125,104,.14);
    box-shadow: 0 14px 32px rgba(20,38,32,.08);
  }
body.home-page .quality-accent-image img {
    width: 100%;
    height: 108px;
    object-fit: cover;
  }
body.home-page .quality-grid {
    align-items: stretch;
    gap: 16px;
  }
body.home-page .quality-item {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 18px 44px rgba(20,38,32,.08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  }
body.home-page .quality-item::before {
    content: "";
    position: absolute;
    right: -46px;
    top: -46px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: rgba(47,125,104,.12);
    transition: transform .38s ease;
  }
body.home-page .quality-item:nth-child(1) { background: linear-gradient(145deg, #ffffff, #edf8f2); }
body.home-page .quality-item:nth-child(2) { background: linear-gradient(145deg, #ffffff, #eef5ff); }
body.home-page .quality-item:nth-child(3) { background: linear-gradient(145deg, #ffffff, #fff4ef); }
body.home-page .quality-item:hover {
    transform: translateY(-6px);
    border-color: rgba(47,125,104,.32);
    box-shadow: 0 28px 64px rgba(20,38,32,.13);
  }
body.home-page .quality-item:hover::before { transform: scale(1.14); }
body.home-page .quality-item svg {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    padding: 9px;
    background: rgba(47,125,104,.12);
    margin-bottom: 20px;
  }
body.home-page .quality-item h3, body.home-page .quality-item p {
    position: relative;
    z-index: 1;
  }
body.home-page .quality-item h3 {
    font-size: clamp(1.32rem, 1.9vw, 1.75rem);
    margin-bottom: 14px;
  }
body.home-page .quality-item p {
    color: #43564f;
    margin: 0;
    line-height: 1.62;
  }
body.home-page .story-band {
    background: #14251f;
    color: #f2fbf7;
    overflow: hidden;
  }
body.home-page .story-band .section {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: center;
  }
body.home-page .story-band .lead { color: #d7e8e1; }
body.home-page .timeline {
    display: grid;
    gap: 14px;
    counter-reset: step;
  }
body.home-page .timeline-item {
    position: relative;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    padding: 22px 22px 22px 78px;
  }
body.home-page .timeline-item::before {
    counter-increment: step;
    content: counter(step, decimal-leading-zero);
    position: absolute;
    left: 22px;
    top: 23px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: var(--coral);
    font-weight: 900;
    line-height: 1;
  }
body.home-page .ingredient-intelligence {
    position: relative;
    overflow: hidden;
  }
body.home-page .ingredient-intelligence::before {
    content: "";
    position: absolute;
    inset: 32px auto auto 50%;
    width: min(620px, 58vw);
    height: min(620px, 58vw);
    border: 1px solid rgba(47,125,104,.14);
    border-radius: 999px;
    transform: translateX(-6%);
    animation: orbitDrift 18s ease-in-out infinite alternate;
    pointer-events: none;
  }
body.home-page .ingredient-intro {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(300px, .52fr);
    gap: 36px;
    align-items: end;
    margin-bottom: 34px;
  }
body.home-page .ingredient-summary {
    border: 1px solid rgba(47,125,104,.18);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.9), rgba(243,250,247,.86)),
      linear-gradient(rgba(47,125,104,.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37,93,143,.045) 1px, transparent 1px);
    background-size: 100% 100%, 24px 24px, 24px 24px;
    padding: 22px;
    box-shadow: 0 18px 44px rgba(27,58,50,.08);
  }
body.home-page .ingredient-summary strong {
    display: block;
    color: #173f36;
    font-size: clamp(1.15rem, 1.8vw, 1.55rem);
    line-height: 1.12;
    margin-bottom: 10px;
  }
body.home-page .ingredient-summary p {
    color: var(--muted);
    margin: 0;
  }
body.home-page .ingredient-board {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .95fr) minmax(0, 1.35fr);
    gap: 18px;
  }
body.home-page .ingredient-feature, body.home-page .ingredient-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 44px rgba(27,58,50,.08);
    transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
  }
body.home-page .ingredient-feature {
    min-height: 100%;
    padding: 30px 108px 30px 30px;
    color: #f4fbf8;
    background:
      linear-gradient(145deg, rgba(16,35,31,.9), rgba(22,111,100,.72)),
      url("https://images.unsplash.com/photo-1578586524731-1e73cd0b013d?auto=format&fit=crop&w=1500&q=82") center/cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation: ingredientFloat 9s ease-in-out infinite;
  }
body.home-page .ingredient-feature::before, body.home-page .ingredient-card::before {
    content: "";
    position: absolute;
    inset: auto -18% -42% auto;
    width: 190px;
    height: 190px;
    border-radius: 999px;
    background: rgba(47,125,104,.12);
    transition: transform .45s ease;
  }
body.home-page .ingredient-feature:hover, body.home-page .ingredient-card:hover {
    transform: translateY(-6px);
    border-color: rgba(47,125,104,.3);
    box-shadow: 0 28px 64px rgba(27,58,50,.13);
  }
body.home-page .ingredient-feature:hover::before, body.home-page .ingredient-card:hover::before { transform: scale(1.16); }
body.home-page .ingredient-summary-visual {
    margin-top: 18px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(47,125,104,.14);
    box-shadow: 0 16px 36px rgba(27,58,50,.08);
  }
body.home-page .ingredient-summary-visual img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
body.home-page .ingredient-feature .ingredient-icon {
    background: rgba(255,255,255,.16);
    color: #9ff0cf;
  }
body.home-page .ingredient-feature h3 {
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.75rem);
    max-width: 430px;
    margin: 24px 0 16px;
  }
body.home-page .ingredient-feature p {
    color: #e0f2ea;
    max-width: 420px;
  }
body.home-page .ingredient-feature .ingredient-step { color: rgba(255,255,255,.72); }
body.home-page .ingredient-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
body.home-page .ingredient-card {
    min-height: 230px;
    padding: 24px 92px 24px 24px;
    background:
      linear-gradient(145deg, #ffffff, #f3faf7);
    animation: cardLift .7s ease both;
  }
body.home-page .ingredient-card:nth-child(2) { background: linear-gradient(145deg, #ffffff, #eef5ff); animation-delay: .08s; }
body.home-page .ingredient-card:nth-child(3) { background: linear-gradient(145deg, #ffffff, #fff4ef); animation-delay: .16s; }
body.home-page .ingredient-card:nth-child(4) { background: linear-gradient(145deg, #ffffff, #f8f2df); animation-delay: .24s; }
body.home-page .ingredient-card:nth-child(5) { background: linear-gradient(145deg, #ffffff, #edf8f2); animation-delay: .32s; }
body.home-page .ingredient-card:nth-child(5) { grid-column: 1 / -1; min-height: 190px; }
body.home-page .ingredient-step {
    position: relative;
    z-index: 1;
    display: inline-flex;
    color: rgba(47,125,104,.62);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
body.home-page .ingredient-card h3 {
    position: relative;
    z-index: 1;
    font-size: clamp(1.18rem, 1.6vw, 1.45rem);
    max-width: 100%;
    margin-bottom: 12px;
  }
body.home-page .ingredient-card p {
    position: relative;
    z-index: 1;
    color: var(--muted);
    margin: 0;
  }
body.home-page .ingredient-icon {
    position: absolute;
    z-index: 2;
    top: 22px;
    right: 22px;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: rgba(47,125,104,.12);
    color: var(--sage);
    display: grid;
    place-items: center;
  }
body.home-page .ingredient-icon svg {
    width: 25px;
    height: 25px;
  }
body.home-page .research-section {
    position: relative;
    overflow: hidden;
  }
body.home-page .research-section::before {
    content: "";
    position: absolute;
    inset: 42px auto auto 54%;
    width: min(520px, 48vw);
    height: min(520px, 48vw);
    border: 1px solid rgba(47,125,104,.12);
    border-radius: 999px;
    pointer-events: none;
  }
body.home-page .research-header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
    align-items: end;
    gap: 28px;
    margin-bottom: 24px;
  }
body.home-page .research-visuals {
    display: grid;
    grid-template-columns: 1.05fr .82fr;
    gap: 10px;
  }
body.home-page .research-visuals img {
    width: 100%;
    height: 126px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(47,125,104,.14);
    box-shadow: 0 16px 36px rgba(20,38,32,.1);
  }
body.home-page .research-visuals img:first-child {
    height: 172px;
    grid-row: span 2;
  }
body.home-page .research-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
body.home-page .research-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
body.home-page .research-card img {
    width: 100%;
    height: 158px;
    object-fit: cover;
  }
body.home-page .research-card div { padding: 16px; }
body.home-page .research-card span, body.home-page .post-meta {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(47,125,104,.22);
    border-radius: 999px;
    background: rgba(47,125,104,.12);
    color: #174f43;
    padding: 4px 8px;
    font-size: .68rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
  }
body.home-page .research-card span { margin-bottom: 14px; }
body.home-page .research-card h3 { margin-top: 0; font-size: clamp(1.12rem, 1.45vw, 1.34rem); }
body.home-page .research-card p { color: var(--muted); }
body.home-page .research-card a { color: var(--blue); font-weight: 800; }
body.home-page .product-slide {
    position: relative;
    min-height: calc(100vh - 72px);
    overflow: hidden;
    background:
      radial-gradient(circle at 10% 14%, rgba(47,125,104,.18), transparent 28%),
      radial-gradient(circle at 86% 20%, rgba(230,109,79,.16), transparent 26%),
      linear-gradient(135deg, #f7fbf8, #eef7f3 46%, #fff7f2);
    border-top: 1px solid var(--line);
    scroll-margin-top: 0;
  }
body.home-page .product-slide::before, body.home-page .product-slide::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(47,125,104,.18);
    border-radius: 999px;
    pointer-events: none;
  }
body.home-page .product-slide::before {
    width: 360px;
    height: 360px;
    right: -120px;
    top: 12%;
    animation: orbitDrift 14s ease-in-out infinite alternate;
  }
body.home-page .product-slide::after {
    width: 180px;
    height: 180px;
    left: -54px;
    bottom: 18%;
    animation: orbitDrift 18s ease-in-out infinite alternate-reverse;
  }
body.home-page .product-slide .section {
    position: relative;
    z-index: 1;
    padding-top: 110px;
    padding-bottom: 110px;
  }
body.home-page .product-slide-header {
    display: block;
    margin-bottom: 34px;
  }
body.home-page .portfolio-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: min(100%, 980px);
    margin: 24px auto 0;
  }
body.home-page .portfolio-stats > span {
    min-height: 0;
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.92), rgba(244,250,247,.86)),
      linear-gradient(90deg, rgba(47,125,104,.06), transparent);
    border: 1px solid rgba(47,125,104,.18);
    color: var(--muted);
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: center;
    justify-items: center;
    text-align: center;
    padding: 13px;
    font-size: .86rem;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(27,58,50,.07);
    animation: cardLift .7s ease both;
  }
body.home-page .portfolio-stats > span:nth-child(2) { animation-delay: .1s; }
body.home-page .portfolio-stats > span:nth-child(3) { animation-delay: .2s; }
body.home-page .portfolio-stats i {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #fff;
    font-style: normal;
    font-weight: 900;
    background: linear-gradient(135deg, var(--sage), var(--blue));
    box-shadow: 0 12px 24px rgba(37,93,143,.18);
  }
body.home-page .portfolio-stats strong {
    display: block;
    color: var(--sage);
    font-size: .95rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
    text-transform: uppercase;
  }
body.home-page .portfolio-stats small {
    display: block;
    margin-top: 3px;
    color: #526861;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.35;
  }
body.home-page .product-slide .product-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    box-shadow: 0 22px 58px rgba(27,58,50,.12);
    transition: transform .35s ease, box-shadow .35s ease;
  }
body.home-page .product-slide .product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.3), transparent 42%);
    pointer-events: none;
  }
body.home-page .product-slide .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(27,58,50,.16);
  }
body.home-page .product-photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    background: #dfece7;
  }
body.home-page .product-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
  }
body.home-page .product-card:hover .product-photo img { transform: scale(1.06); }
body.home-page .product-visual-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }
body.home-page .visual-chip {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(47,125,104,.18);
    background:
      linear-gradient(145deg, rgba(255,255,255,.92), rgba(239,248,244,.82)),
      radial-gradient(circle at 100% 0, rgba(47,125,104,.14), transparent 46%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--ink);
    box-shadow: 0 18px 46px rgba(27,58,50,.08);
    transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
    animation: cardLift .7s ease both;
  }
body.home-page .visual-chip:nth-child(2) { animation-delay: .08s; background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(238,245,255,.84)); }
body.home-page .visual-chip:nth-child(3) { animation-delay: .16s; background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,244,239,.84)); }
body.home-page .visual-chip:nth-child(4) { animation-delay: .24s; background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(250,246,232,.88)); }
body.home-page .visual-chip:hover {
    transform: translateY(-6px);
    border-color: rgba(47,125,104,.32);
    box-shadow: 0 28px 62px rgba(27,58,50,.13);
  }
body.home-page .visual-chip::before {
    content: "";
    position: absolute;
    width: 118px;
    height: 118px;
    right: -32px;
    top: -34px;
    border-radius: 999px;
    background: rgba(47,125,104,.14);
    transition: transform .5s ease;
  }
body.home-page .visual-chip:hover::before { transform: scale(1.16); }
body.home-page .visual-chip:nth-child(2)::before { background: rgba(58,105,170,.14); }
body.home-page .visual-chip:nth-child(3)::before { background: rgba(230,109,79,.14); }
body.home-page .visual-chip:nth-child(4)::before { background: rgba(198,163,74,.18); }
body.home-page .visual-chip span {
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--sage), var(--blue));
    box-shadow: 0 14px 30px rgba(37,93,143,.18);
  }
body.home-page .visual-chip:nth-child(2) span { background: linear-gradient(135deg, var(--blue), #16a086); }
body.home-page .visual-chip:nth-child(3) span { background: linear-gradient(135deg, var(--coral), var(--sage)); }
body.home-page .visual-chip:nth-child(4) span { background: linear-gradient(135deg, var(--gold), var(--coral)); }
body.home-page .visual-chip svg {
    width: 24px;
    height: 24px;
  }
body.home-page .visual-chip h3 {
    position: relative;
    z-index: 1;
    font-size: 1.18rem;
    margin: 22px 0 8px;
    color: #173f36;
  }
body.home-page .visual-chip p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #526861;
    font-size: .95rem;
    line-height: 1.55;
  }
@keyframes heroDrift {
    from { transform: scale(1.04) translate3d(0,0,0); }
    to { transform: scale(1.1) translate3d(-1.2%, -1%, 0); }
  }
@keyframes heroResearchMarquee {
    from { transform: translate3d(0,0,0); }
    to { transform: translate3d(calc(-50% - var(--hero-slide-half-gap)),0,0); }
  }
@keyframes heroSlideLift {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -10px; }
  }
@keyframes heroEyebrowPulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(47,125,104,.18); opacity: 1; }
    50% { box-shadow: 0 0 0 7px rgba(47,125,104,.06); opacity: .85; }
  }
@keyframes heroGlowSweep {
    0%, 34% { background-position: 0 0, 140% 0; }
    72%, 100% { background-position: 0 0, -120% 0; }
  }
@keyframes productFloat {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
    50% { transform: translate3d(0, -14px, 0) rotate(1.2deg); }
  }
@keyframes gridBreathe {
    from { opacity: .64; transform: perspective(900px) rotateY(-10deg) rotateX(2deg) translate3d(0,0,0); }
    to { opacity: 1; transform: perspective(900px) rotateY(-7deg) rotateX(1deg) translate3d(-8px,-10px,0); }
  }
@keyframes signalScan {
    to { background-position: -160% 0, 0 0; }
  }
@keyframes signalSweep {
    0% { opacity: 0; transform: translateX(-130%); }
    12% { opacity: 1; }
    78% { opacity: 1; }
    100% { opacity: 0; transform: translateX(360%); }
  }
@keyframes sampleGlow {
    0%, 100% { opacity: .58; transform: scaleY(.84); }
    50% { opacity: 1; transform: scaleY(1); }
  }
@keyframes drawTrace {
    to { stroke-dashoffset: 0; }
  }
@keyframes heroLogoFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -12px, 0); }
  }
@keyframes panelDrift {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -10px, 0); }
  }
@keyframes assayPulse {
    0%, 100% { transform: scaleX(.62); opacity: .62; }
    50% { transform: scaleX(1); opacity: 1; }
  }
@keyframes chipRise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
  }
@keyframes ingredientFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -10px, 0); }
  }
@keyframes cardLift {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }
@keyframes formulaPulse {
    0%, 100% { transform: scale(.92); opacity: .82; }
    50% { transform: scale(1.08); opacity: 1; }
  }
@keyframes orbitDrift {
    from { transform: translate3d(0,0,0) rotate(0deg); }
    to { transform: translate3d(-22px, 24px, 0) rotate(10deg); }
  }
@keyframes photoDrift {
    from { transform: scale(1.02) translate3d(0,0,0); }
    to { transform: scale(1.09) translate3d(-1.6%, -1.1%, 0); }
  }
@keyframes slowSpin {
    to { transform: rotate(360deg); }
  }
@media (max-width: 920px) {
    body.home-page .split, body.home-page .product-panel, body.home-page .story-band .section, body.home-page .product-slide-header, body.home-page .about-overview .section, body.home-page .about-lab .section, body.home-page .mission-slide .section, body.home-page .quality-header, body.home-page .science-layout, body.home-page .research-header { grid-template-columns: 1fr; }
    body.home-page .feature-grid, body.home-page .quality-grid, body.home-page .research-grid { grid-template-columns: 1fr 1fr; }
    body.home-page .about-lab-copy { max-width: 760px; }
    body.home-page .about-lab-copy h2 { max-width: 12ch; }
    body.home-page .about-lab-visual { min-height: 560px; max-width: 720px; }
    body.home-page .about-lab-grid { grid-template-columns: 1fr 1fr; margin-top: 22px; }
    body.home-page .ingredient-intro, body.home-page .ingredient-board { grid-template-columns: 1fr; }
    body.home-page .hero-content { grid-template-columns: 1fr; align-items: start; }
    body.home-page .hero-visual { min-height: 440px; max-width: 720px; width: 100%; }
    body.home-page .hero-research-slider { min-height: 440px; }
    body.home-page .hero-research-card { height: 360px; }
    body.home-page .photo-stack { min-height: 430px; }
    body.home-page .photo-stack img { height: 320px; }
    body.home-page .photo-stack::after { inset: auto 0 0 0; width: 100%; height: 64%; }
    body.home-page .about-image-overlay { width: calc(100% - 36px); right: 18px; }
    body.home-page .product-visual-strip { grid-template-columns: 1fr 1fr; }
    body.home-page .about-copy { position: static; }
    body.home-page .mission-photo img { height: 340px; }
    body.home-page .melafill-visual { min-height: 430px; }
    body.home-page .science-visual { min-height: 520px; }
    body.home-page .science-story .section { padding-top: 76px; padding-bottom: 76px; }
    body.home-page .science-layout { gap: 30px; }
    body.home-page .portfolio-stats { grid-template-columns: 1fr; max-width: 620px; }
  }
@media (max-width: 620px) {
    body.home-page .hero {
      min-height: auto;
      background:
        linear-gradient(180deg, rgba(251,253,252,.98), rgba(243,250,247,.9)),
        url("person-holding-green-leafed-plant-2280551-1536x1025.webp") center/cover;
    }
    body.home-page .hero::after { inset: auto -24% -18% 12%; height: 28%; }
    body.home-page .hero-content { width: min(100% - 28px, 1180px); padding: 18px 0 34px; gap: 24px; }
    body.home-page .hero .eyebrow { font-size: .68rem; padding: 5px 8px; margin-bottom: 10px; }
    body.home-page .hero h1 { font-size: clamp(2rem, 8.3vw, 2.65rem); max-width: 520px; }
    body.home-page .hero .lead { font-size: .96rem; line-height: 1.52; margin-bottom: 0; }
    body.home-page .hero-copy .button-row { margin-top: 16px; }
    body.home-page .hero-visual-label { top: 8px; right: 10px; font-size: .62rem; padding: 6px 11px; letter-spacing: .16em; }
    body.home-page .hero-visual { display: grid; min-height: 330px; }
    body.home-page .hero-research-slider { min-height: 330px; width: calc(100% + 28px); margin-left: -14px; }
    body.home-page .hero-research-slider::before { inset: 22px 24px; }
    body.home-page .hero-research-track { --hero-slide-gap: 12px; --hero-slide-half-gap: 6px; --hero-marquee-duration: 38s; }
    body.home-page .hero-research-card {
      flex-basis: 220px;
      height: 290px;
      animation: none;
    }
    body.home-page .hero-research-card:nth-child(2n), body.home-page .hero-research-card:nth-child(3n) { transform: none; }
    body.home-page .hero-research-card figcaption { font-size: .72rem; padding: 9px 10px; }
    body.home-page h1 { font-size: clamp(2.35rem, 11vw, 3.8rem); }
    body.home-page h2 { font-size: clamp(2rem, 9vw, 3.2rem); }
    body.home-page .lead { font-size: 1.04rem; }
    body.home-page .feature-grid, body.home-page .quality-grid, body.home-page .research-grid, body.home-page .ingredient-card-grid, body.home-page .product-visual-strip, body.home-page .about-pillars, body.home-page .about-lab-grid { grid-template-columns: 1fr; }
    body.home-page .about-lab .section { padding-top: 58px; padding-bottom: 58px; }
    body.home-page .about-lab-copy h2 { max-width: 100%; }
    body.home-page .about-lab-note { padding: 18px; }
    body.home-page .about-lab-visual { min-height: auto; display: grid; gap: 14px; }
    body.home-page .about-lab-visual img, body.home-page .about-lab-visual img:first-child, body.home-page .about-lab-visual img:last-child {
      position: relative;
      inset: auto;
      width: 100%;
      height: 260px;
      border: 0;
    }
    body.home-page .about-lab-visual img:last-child { display: none; }
    body.home-page .about-lab-badge {
      position: relative;
      left: auto;
      bottom: auto;
      width: 100%;
    }
    body.home-page .about-lab-card { min-height: auto; }
    body.home-page .photo-stack { min-height: 520px; }
    body.home-page .photo-stack img { width: 100%; height: 360px; }
    body.home-page .photo-stack img:first-child { display: none; }
    body.home-page .photo-stack img:last-child { inset: 0; border: 0; }
    body.home-page .about-image-overlay { left: 18px; right: 18px; bottom: 24px; width: auto; }
    body.home-page .quality-inner { width: min(100% - 28px, 1180px); padding: 56px 0; }
    body.home-page .quality-header { gap: 18px; margin-bottom: 20px; }
    body.home-page .quality-header h2 { font-size: clamp(1.95rem, 8.5vw, 2.85rem); }
    body.home-page .quality-visual { padding: 14px; gap: 10px; }
    body.home-page .quality-visual-row { grid-template-columns: 38px 1fr; gap: 10px; }
    body.home-page .quality-visual-row span:first-child { width: 38px; height: 38px; }
    body.home-page .quality-item { min-height: auto; padding: 22px; }
    body.home-page .quality-item h3 { font-size: 1.35rem; }
    body.home-page .footer-next { padding: 22px; }
    body.home-page .footer-next-actions { display: grid; grid-template-columns: 1fr; }
    body.home-page .footer-next-actions .button, body.home-page .footer-next-actions .button-alt { width: 100%; }
    body.home-page .footer-main { grid-template-columns: 1fr; }
    body.home-page .product-panel { padding: 30px 18px; }
    body.home-page .melafill-visual { min-height: 380px; }
    body.home-page .melafill-note { position: static; width: calc(100% - 32px); margin: -26px auto 18px; }
    body.home-page .research-header { display: block; }
    body.home-page .research-header h2 { font-size: clamp(2rem, 8.8vw, 2.75rem); }
    body.home-page .research-visuals { margin-top: 18px; grid-template-columns: 1fr 1fr; }
    body.home-page .research-visuals img, body.home-page .research-visuals img:first-child { height: 96px; grid-row: auto; }
    body.home-page .research-visuals img:nth-child(3) { display: none; }
    body.home-page .research-card img { height: 132px; }
    body.home-page .product-slide .section { padding-top: 72px; padding-bottom: 72px; }
    body.home-page .portfolio-stats { margin-top: 20px; }
    body.home-page .portfolio-stats > span { grid-template-columns: 1fr; padding: 11px; gap: 8px; }
    body.home-page .portfolio-stats i { width: 38px; height: 38px; }
    body.home-page .portfolio-stats strong { font-size: .84rem; overflow-wrap: normal; }
    body.home-page .portfolio-stats small { font-size: .78rem; line-height: 1.3; }
    body.home-page .science-story .section { width: min(100% - 28px, 1180px); padding-top: 54px; padding-bottom: 60px; }
    body.home-page .science-copy h2 { font-size: clamp(2rem, 9vw, 2.9rem); }
    body.home-page .science-copy .lead { font-size: 1rem; line-height: 1.58; }
    body.home-page .science-pillars { margin-top: 22px; }
    body.home-page .science-photo { position: relative; inset: auto; width: 100%; height: 250px; }
    body.home-page .science-system-card { position: relative; width: calc(100% - 24px); max-width: 100%; margin: -54px auto 0; }
    body.home-page .science-visual { min-height: auto; }
    body.home-page .science-pillar { grid-template-columns: 42px 1fr; padding: 14px; }
    body.home-page .science-pillar svg { width: 42px; height: 42px; padding: 10px; }
  }

/* Research index */

body.research-index-page {
  --ink: #15201c;
  --muted: #5f6f6a;
  --line: #dce7e2;
  --paper: #fbfdfc;
  --white: #ffffff;
  --sage: #2f7d68;
  --mint: #dff3ea;
  --coral: #d8614a;
  --blue: #255d8f;
  --gold: #b9862d;
  --shadow: 0 18px 60px rgba(20, 38, 32, .14);
}
body.research-index-page * { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body.research-index-page {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.research-index-page img { max-width: 100%; display: block; }
body.research-index-page a { color: inherit; }
body.research-index-page .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 231, 226, .92);
  background: #fbfdfc;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(20, 38, 32, .055);
  transition: background .18s ease-out, border-color .18s ease-out, box-shadow .18s ease-out;
}
body.research-index-page .site-header.is-scrolled {
  border-bottom-color: rgba(220, 231, 226, .58);
  background: rgba(251,253,252,.82);
  backdrop-filter: blur(22px) saturate(1.16);
  box-shadow: 0 14px 36px rgba(20, 38, 32, .10);
}
body.research-index-page .nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  transition: min-height .18s ease-out;
}
body.research-index-page .site-header.is-scrolled .nav {
  min-height: 54px;
}
body.research-index-page .brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 clamp(235px, 22vw, 320px);
  width: clamp(235px, 22vw, 320px);
  border-radius: 8px;
  transition: flex-basis .18s ease-out, width .18s ease-out;
}
body.research-index-page .site-header.is-scrolled .brand {
  flex-basis: clamp(178px, 16.8vw, 244px);
  width: clamp(178px, 16.8vw, 244px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
body.research-index-page .brand-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: transparent;
  transform-origin: left center;
  transition: filter .18s ease-out;
}
body.research-index-page .site-header.is-scrolled .brand-logo {
  filter: drop-shadow(0 8px 18px rgba(20,38,32,.12));
}
body.research-index-page .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: .9rem;
  color: #334842;
  transition: color .18s ease-out;
}
body.research-index-page .site-header.is-scrolled .nav-links {
  color: #273c36;
}
body.research-index-page .nav-links a, body.research-index-page .link-button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 9px 10px;
  text-decoration: none;
}
body.research-index-page .nav-links a, body.research-index-page .link-button {
  position: relative;
  border-radius: 8px;
  font-weight: 760;
  transition: color .2s ease, background .2s ease;
}
body.research-index-page .nav-links a::after, body.research-index-page .link-button::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sage), var(--blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
body.research-index-page .nav-links a:hover, body.research-index-page .link-button:hover {
  color: #163d34;
  background: rgba(47, 125, 104, .08);
}
body.research-index-page .site-header.is-scrolled .nav-links a, body.research-index-page .site-header.is-scrolled .link-button {
  text-shadow: none;
}
body.research-index-page .site-header.is-scrolled .nav-links a:hover, body.research-index-page .site-header.is-scrolled .link-button:hover {
  color: #143d34;
  background: rgba(47, 125, 104, .10);
}
body.research-index-page .nav-links a:hover::after, body.research-index-page .link-button:hover::after { transform: scaleX(1); }
body.research-index-page .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
body.research-index-page .nav-cta-arrow {
  display: inline-block;
  color: var(--sage);
  font-size: .95rem;
  line-height: 1;
  transition: transform .22s ease;
}
body.research-index-page .site-header.is-scrolled .nav-cta-arrow { color: var(--sage); }
body.research-index-page .nav-cta:hover .nav-cta-arrow { transform: translateX(3px); }
body.research-index-page .nav-toggle { display: none; }
body.research-index-page .nav-toggle:hover {
  background: #f2faf6;
  border-color: rgba(47,125,104,.34);
  box-shadow: 0 12px 24px rgba(20,38,32,.12);
  transform: translateY(-1px);
}
body.research-index-page .section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}
body.research-index-page .section[id], body.research-index-page .product-slide {
  scroll-margin-top: 0;
}
body.research-index-page .eyebrow {
  margin: 0 0 14px;
  color: var(--white);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}
body.research-index-page h1, body.research-index-page h2, body.research-index-page h3 { line-height: 1.06; margin: 0; letter-spacing: 0; overflow-wrap: break-word; text-wrap: balance; }
body.research-index-page h1 { font-size: clamp(3rem, 6.4vw, 6.35rem); max-width: 980px; }
body.research-index-page h2 { font-size: clamp(2rem, 4vw, 4rem); max-width: 900px; }
body.research-index-page h3 { font-size: clamp(1.25rem, 1.9vw, 1.7rem); }
body.research-index-page .lead {
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  color: #41544e;
  max-width: 720px;
}
body.research-index-page .button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
body.research-index-page .button, body.research-index-page .button-alt {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  font: inherit;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}
body.research-index-page .button {
  background: var(--sage);
  color: #fff;
  box-shadow: 0 16px 30px rgba(47, 125, 104, .24);
}
body.research-index-page .button:hover {
  background: #256d5b;
  box-shadow: 0 22px 42px rgba(47, 125, 104, .3);
  transform: translateY(-2px);
}
body.research-index-page .button-alt {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}
body.research-index-page .button-alt:hover {
  border-color: rgba(47,125,104,.34);
  background: #f2faf6;
  color: #143d34;
  box-shadow: 0 16px 32px rgba(20, 38, 32, .12);
  transform: translateY(-2px);
}
body.research-index-page .button:active, body.research-index-page .button-alt:active, body.research-index-page .nav-cta:active, body.research-index-page .modal-close:active, body.research-index-page .nav-toggle:active, body.research-index-page .scroll-top:active {
  transform: translateY(0);
}
body.research-index-page .button:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
  box-shadow: none;
}
body.research-index-page .modal {
  border: 0;
  border-radius: 8px;
  padding: 0;
  width: min(680px, calc(100% - 32px));
  box-shadow: var(--shadow);
}
body.research-index-page .modal::backdrop { background: rgba(13, 22, 19, .56); backdrop-filter: blur(4px); }
body.research-index-page .modal-inner { padding: 30px; }
body.research-index-page .modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
body.research-index-page .modal-close {
  border: 1px solid var(--line);
  background: white;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
body.research-index-page .modal-close:hover {
  background: #f2faf6;
  border-color: rgba(47,125,104,.34);
  box-shadow: 0 12px 24px rgba(20, 38, 32, .12);
  transform: translateY(-1px);
}
body.research-index-page .product-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
body.research-index-page .product-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  display: grid;
  gap: 16px;
}
body.research-index-page .product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}
body.research-index-page .product-card.skin { background: linear-gradient(145deg, #ffffff, #edf8f2); }
body.research-index-page .product-card.hair { background: linear-gradient(145deg, #ffffff, #f3f0e8); }
body.research-index-page .product-card h3 { font-size: clamp(1.6rem, 2.6vw, 2.35rem); }
body.research-index-page .product-card .product-subtitle { margin: -10px 0 0; color: var(--sage); font-weight: 900; }
body.research-index-page .product-card ul { margin: 0; padding-left: 18px; color: #41544e; }
body.research-index-page .product-card li { margin-bottom: 8px; }
body.research-index-page .product-pill {
  width: fit-content;
  border-radius: 999px;
  background: rgba(47, 125, 104, .12);
  color: var(--sage);
  padding: 6px 10px;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
body.research-index-page .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.research-index-page .product-meta span {
  border: 1px solid rgba(47, 125, 104, .18);
  border-radius: 999px;
  padding: 6px 9px;
  color: #40554e;
  font-size: .82rem;
  background: rgba(255,255,255,.62);
}
body.research-index-page .product-card .button { width: fit-content; }
body.research-index-page .formula-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
body.research-index-page .formula-badges span {
  border-radius: 999px;
  background: rgba(47, 125, 104, .12);
  color: var(--sage);
  padding: 7px 10px;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
body.research-index-page .field { display: grid; gap: 6px; margin-bottom: 12px; }
body.research-index-page .field span { font-weight: 700; font-size: .9rem; }
body.research-index-page .honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.research-index-page .form-status {
  margin: 0;
  font-weight: 800;
  color: var(--sage);
}
body.research-index-page .form-status.error { color: var(--coral); }
body.research-index-page input, body.research-index-page textarea, body.research-index-page select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}
body.research-index-page textarea { min-height: 118px; resize: vertical; }
body.research-index-page .footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 18%, rgba(47,125,104,.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(37,93,143,.12), transparent 28%),
    linear-gradient(145deg, #fbfdfc, #ffffff 48%, #edf7f4);
  color: var(--ink);
}
body.research-index-page .footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(47,125,104,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,93,143,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.06));
  pointer-events: none;
}
body.research-index-page .footer-inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 26px;
}
body.research-index-page .footer-next {
  border: 1px solid rgba(47,125,104,.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47,125,104,.12), rgba(255,255,255,.82) 50%, rgba(37,93,143,.10)),
    rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(20,38,32,.10);
  padding: clamp(24px, 3.2vw, 34px);
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
body.research-index-page .footer-next .eyebrow { color: var(--sage); }
body.research-index-page .footer-next h2 {
  color: var(--ink);
  font-size: clamp(1.85rem, 3.1vw, 3.15rem);
  max-width: 760px;
}
body.research-index-page .footer-next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
body.research-index-page .footer-newsletter {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(47,125,104,.14);
  margin-top: 4px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
  gap: 18px;
  align-items: end;
}
body.research-index-page .footer-newsletter strong {
  display: block;
  color: #173f36;
  font-size: 1.05rem;
  margin-bottom: 4px;
}
body.research-index-page .footer-newsletter p {
  margin: 0;
  color: var(--muted);
}
body.research-index-page .newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
body.research-index-page .newsletter-form input {
  min-height: 46px;
}
body.research-index-page .newsletter-form .form-status {
  grid-column: 1 / -1;
  font-size: .88rem;
}
body.research-index-page .footer-main {
  display: grid;
  grid-template-columns: minmax(220px, .82fr) repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
body.research-index-page .footer-brand-card {
  border: 1px solid rgba(47,125,104,.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(244,250,247,.78)),
    rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(20,38,32,.10);
  backdrop-filter: blur(16px);
  padding: 18px;
  text-align: center;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.research-index-page .footer-logo-panel {
  position: relative;
  isolation: isolate;
  width: min(260px, 100%);
  margin: 0 auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
}
body.research-index-page .footer-stacked-logo {
  width: min(240px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(20,38,32,.12));
}
body.research-index-page .footer .button {
  background: var(--sage);
  color: #fff;
  box-shadow: 0 16px 30px rgba(47,125,104,.22);
}
body.research-index-page .footer .button:hover {
  background: #256d5b;
  box-shadow: 0 22px 44px rgba(47,125,104,.28);
}
body.research-index-page .footer .button-alt {
  background: #ffffff;
  color: #10231f;
  border-color: rgba(47,125,104,.18);
  box-shadow: 0 14px 28px rgba(20,38,32,.10);
}
body.research-index-page .footer .button-alt:hover {
  background: #f2faf6;
  color: #143d34;
  border-color: rgba(47,125,104,.34);
  box-shadow: 0 20px 40px rgba(20,38,32,.14);
}
body.research-index-page .footer-nav-grid {
  display: contents;
}
body.research-index-page .footer-group {
  border: 1px solid rgba(47,125,104,.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(244,250,247,.78)),
    rgba(255,255,255,.82);
  padding: 22px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 48px rgba(20,38,32,.08);
}
body.research-index-page .footer-highlight {
  order: 2;
  margin-top: auto;
  border: 1px solid rgba(47,125,104,.14);
  border-radius: 8px;
  background: rgba(47,125,104,.08);
  padding: 10px 12px;
  color: #40554e;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
body.research-index-page .footer-highlight strong {
  display: block;
  color: var(--sage);
  font-size: .92rem;
  line-height: 1.1;
}
body.research-index-page .footer-highlight small {
  display: block;
  margin-top: 6px;
  color: #526861;
  font-size: .72rem;
  line-height: 1.25;
  text-transform: none;
  font-weight: 760;
}
body.research-index-page .footer-group h3 {
  color: var(--ink);
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 14px;
}
body.research-index-page .footer-group a, body.research-index-page .footer-group button {
  display: flex;
  align-items: center;
  min-height: 34px;
  width: 100%;
  color: #40554e;
  margin: 3px 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
body.research-index-page .footer-group a:hover, body.research-index-page .footer-group button:hover { color: var(--sage); }
body.research-index-page .footer-bottom {
  border-top: 1px solid rgba(47,125,104,.14);
  margin-top: 28px;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #5f6f6a;
  font-size: .88rem;
}
body.research-index-page .footer button, body.research-index-page .footer a { color: #40554e; }
body.research-index-page .footer .link-button { padding: 0; }
body.research-index-page .scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  background: #10231f;
  color: #fff;
  box-shadow: 0 18px 42px rgba(16,35,31,.28);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease, background .22s ease;
}
body.research-index-page .scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
body.research-index-page .scroll-top:hover {
  background: var(--sage);
  box-shadow: 0 22px 48px rgba(47,125,104,.34);
  transform: translateY(-2px);
}
body.research-index-page .scroll-top svg {
  width: 22px;
  height: 22px;
}
body.research-index-page .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
body.research-index-page .reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 820px) {
  body.research-index-page .nav { min-height: 64px; width: min(100% - 28px, 1180px); }
  body.research-index-page .brand {
    flex-basis: min(232px, calc(100vw - 116px));
    width: min(232px, calc(100vw - 116px));
  }
  body.research-index-page .site-header.is-scrolled .brand {
    flex-basis: min(178px, calc(100vw - 116px));
    width: min(178px, calc(100vw - 116px));
  }
  body.research-index-page .site-header.is-scrolled .nav { min-height: 50px; }
  body.research-index-page .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  }
  body.research-index-page .nav-toggle svg {
    width: 22px;
    height: 22px;
  }
  body.research-index-page .nav-links {
    display: none;
    position: absolute;
    inset: 64px 14px auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }
  body.research-index-page .nav-links.is-open { display: flex; }
  body.research-index-page .nav-links > a:not(.nav-cta), body.research-index-page .nav-links > .link-button {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  body.research-index-page .nav-cta { text-align: center; }
  body.research-index-page .section { width: min(100% - 28px, 1180px); padding: 64px 0; }
  body.research-index-page .scroll-top { right: 14px; bottom: 14px; }
  body.research-index-page .footer-inner { width: min(100% - 28px, 1180px); padding-top: 48px; }
  body.research-index-page .footer-next { grid-template-columns: 1fr; }
  body.research-index-page .footer-next-actions { justify-content: flex-start; }
  body.research-index-page .footer-newsletter { grid-template-columns: 1fr; }
  body.research-index-page .newsletter-form { grid-template-columns: 1fr; }
  body.research-index-page .footer-main { grid-template-columns: 1fr 1fr; }
  body.research-index-page .product-showcase { grid-template-columns: 1fr; }
}
body.research-index-page .research-hero {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    border-bottom: 1px solid var(--line);
    background:
      linear-gradient(110deg, rgba(251,253,252,.98) 0 45%, rgba(231,243,238,.9) 75%, rgba(255,244,239,.72) 100%),
      #e7f3ee;
  }
body.research-index-page .research-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(47,125,104,.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37,93,143,.06) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, rgba(0,0,0,.52), rgba(0,0,0,.14));
    pointer-events: none;
  }
body.research-index-page .research-hero .section {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, .48fr);
    gap: clamp(18px, 2.5vw, 30px);
    align-items: center;
    padding: 20px 0;
  }
body.research-index-page .research-hero h1 {
    font-size: clamp(2rem, 4vw, 3.65rem);
    max-width: 760px;
  }
body.research-index-page .research-hero .lead {
    max-width: 640px;
    font-size: clamp(1rem, 1.32vw, 1.16rem);
    margin-bottom: 0;
  }
body.research-index-page .research-hero-copy {
    display: grid;
    gap: 12px;
  }
body.research-index-page .research-topic-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
body.research-index-page .research-topic-row span {
    position: relative;
    min-height: 72px;
    display: grid;
    align-content: end;
    border: 1px solid rgba(47,125,104,.18);
    border-radius: 8px;
    background:
      radial-gradient(circle at 16px 16px, rgba(47,125,104,.18), transparent 18px),
      linear-gradient(145deg, rgba(255,255,255,.94), rgba(237,248,242,.9));
    color: #183f36;
    padding: 14px;
    font-size: .82rem;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(20,38,32,.09);
    animation: topicBoxFloat 7s ease-in-out infinite;
  }
body.research-index-page .research-topic-row span:nth-child(2) {
    background:
      radial-gradient(circle at 16px 16px, rgba(37,93,143,.16), transparent 18px),
      linear-gradient(145deg, rgba(255,255,255,.94), rgba(238,245,255,.88));
    animation-delay: .1s;
  }
body.research-index-page .research-topic-row span:nth-child(3) {
    background:
      radial-gradient(circle at 16px 16px, rgba(207,116,76,.16), transparent 18px),
      linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,244,239,.88));
    animation-delay: .2s;
  }
body.research-index-page .research-topic-row span:nth-child(4) {
    background:
      radial-gradient(circle at 16px 16px, rgba(180,138,26,.15), transparent 18px),
      linear-gradient(145deg, rgba(255,255,255,.94), rgba(248,242,223,.88));
    animation-delay: .3s;
  }
@keyframes topicBoxFloat {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -5px; }
  }
body.research-index-page .post-list { display: grid; gap: 18px; }
body.research-index-page .post-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }
body.research-index-page .post-image-link {
    display: block;
    height: 100%;
  }
body.research-index-page .post-row img { width: 100%; height: 210px; object-fit: cover; }
body.research-index-page .post-row div { padding-right: 24px; }
body.research-index-page .post-row h2 { font-size: clamp(1.45rem, 2.4vw, 2.2rem); }
body.research-index-page .post-row a { text-decoration: none; }
body.research-index-page .post-row p:not(.eyebrow):not(.post-meta) { color: var(--muted); }
body.research-index-page .post-row .post-meta { margin-bottom: 16px; }
@media (max-width: 920px) {
    body.research-index-page .research-hero .section { grid-template-columns: 1fr; }
    body.research-index-page .research-topic-row { max-width: 620px; }
  }
@media (max-width: 760px) {
    body.research-index-page .research-hero { min-height: auto; }
    body.research-index-page .research-hero .section { padding: 18px 0 20px; gap: 14px; }
    body.research-index-page .research-hero h1 { font-size: clamp(2rem, 8vw, 3rem); }
    body.research-index-page .research-topic-row {
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
    body.research-index-page .research-topic-row span { min-height: 66px; padding: 12px; }
    body.research-index-page .post-row { grid-template-columns: 1fr; }
    body.research-index-page .post-row div { padding: 0 18px 20px; }
  }


/* Admin */
    body.admin-page { --ink:#15201c; --muted:#5f6f6a; --line:#dce7e2; --paper:#f7fbf9; --sage:#2f7d68; --danger:#b42318; }
    body.admin-page * { box-sizing:border-box; }
    body.admin-page { margin:0; background:var(--paper); color:var(--ink); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.55; }
    body.admin-page a { color:inherit; }
    body.admin-page .shell { width:min(1120px, calc(100% - 32px)); margin:0 auto; padding:32px 0 56px; }
    body.admin-page .topbar { border-bottom:1px solid var(--line); background:rgba(255,255,255,.9); position:sticky; top:0; z-index:10; backdrop-filter:blur(14px); }
    body.admin-page .topbar-inner { width:min(1120px, calc(100% - 32px)); min-height:68px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:16px; }
    body.admin-page .brand { font-size:1.05rem; font-weight:900; text-decoration:none; }
    body.admin-page .nav, body.admin-page .actions, body.admin-page .tabs { display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
    body.admin-page .tabs { margin:0 0 24px; }
    body.admin-page .tabs a { border:1px solid var(--line); border-radius:8px; padding:10px 14px; text-decoration:none; font-weight:900; background:#fff; }
    body.admin-page .tabs a.active { background:var(--ink); color:#fff; border-color:var(--ink); }
    body.admin-page .button, body.admin-page button { border:0; border-radius:8px; background:var(--sage); color:#fff; padding:10px 14px; font:inherit; font-weight:800; cursor:pointer; text-decoration:none; display:inline-flex; align-items:center; justify-content:center; min-height:42px; transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
    body.admin-page .button:hover, body.admin-page button:hover { background:#256d5b; box-shadow:0 14px 28px rgba(47,125,104,.22); transform:translateY(-1px); }
    body.admin-page .button.secondary { background:#fff; color:var(--ink); border:1px solid var(--line); }
    body.admin-page .button.secondary:hover { background:#f2faf6; border-color:rgba(47,125,104,.34); color:#143d34; }
    body.admin-page .button.danger, body.admin-page button.danger { background:var(--danger); }
    body.admin-page .button.danger:hover, body.admin-page button.danger:hover { background:#8f1d15; box-shadow:0 14px 28px rgba(180,35,24,.22); }
    body.admin-page h1 { font-size:clamp(2rem, 5vw, 4rem); line-height:1.05; margin:0 0 18px; }
    body.admin-page h2 { margin:0 0 14px; }
    body.admin-page .lead { color:var(--muted); font-size:1.1rem; max-width:760px; }
    body.admin-page .card, body.admin-page .post, body.admin-page .submission { background:#fff; border:1px solid var(--line); border-radius:8px; box-shadow:0 14px 40px rgba(20,38,32,.06); }
    body.admin-page .card { padding:22px; }
    body.admin-page .posts { display:grid; gap:12px; margin-top:24px; }
    body.admin-page .post { display:grid; grid-template-columns:1fr auto; gap:18px; align-items:center; padding:16px; }
    body.admin-page .post h2 { font-size:1.15rem; margin:0 0 5px; }
    body.admin-page .post p { margin:0; color:var(--muted); }
    body.admin-page .submission { padding:0; overflow:hidden; }
    body.admin-page .submission summary { cursor:pointer; display:grid; grid-template-columns:1fr auto; gap:12px; align-items:center; padding:16px; font-weight:900; }
    body.admin-page .submission[open] summary { border-bottom:1px solid var(--line); }
    body.admin-page .submission.read summary { color:var(--muted); }
    body.admin-page .submission-body { padding:16px; display:grid; gap:14px; }
    body.admin-page .message-box { white-space:pre-wrap; background:#f7fbf9; border:1px solid var(--line); border-radius:8px; padding:14px; }
    body.admin-page .badge { border-radius:999px; padding:5px 9px; font-size:.78rem; background:#e8f5ee; color:#205a4b; }
    body.admin-page .badge.read { background:#eef3f1; color:var(--muted); }
    body.admin-page form { display:grid; gap:14px; }
    body.admin-page label { display:grid; gap:6px; font-weight:800; }
    body.admin-page input, body.admin-page textarea, body.admin-page select { width:100%; border:1px solid var(--line); border-radius:8px; padding:12px 13px; font:inherit; background:#fff; color:var(--ink); }
    body.admin-page textarea { min-height:110px; resize:vertical; }
    body.admin-page .hint { color:var(--muted); font-size:.9rem; font-weight:500; }
    body.admin-page .error { color:var(--danger); font-weight:800; white-space:pre-wrap; }
    body.admin-page .notice { background:#e8f5ee; color:#205a4b; border:1px solid #c8e8dc; border-radius:8px; padding:12px 14px; margin:0 0 18px; font-weight:800; }
    body.admin-page .split { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
    @media (max-width:760px) { body.admin-page .post, body.admin-page .split { grid-template-columns:1fr; } body.admin-page .actions { justify-content:flex-start; } }

/* Admin login */
body.admin-login-page { min-height:100vh; margin:0; display:grid; place-items:center; background:#f7fbf9; color:#15201c; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
body.admin-login-page form { width:min(420px, calc(100% - 32px)); display:grid; gap:14px; background:#fff; border:1px solid #dce7e2; border-radius:8px; padding:28px; box-shadow:0 18px 60px rgba(20,38,32,.12); }
body.admin-login-page h1 { margin:0; font-size:2rem; } body.admin-login-page label { display:grid; gap:6px; font-weight:800; } body.admin-login-page input { border:1px solid #dce7e2; border-radius:8px; padding:12px 13px; font:inherit; }
body.admin-login-page button { border:0; border-radius:8px; background:#2f7d68; color:#fff; padding:12px 14px; font:inherit; font-weight:900; cursor:pointer; transition:transform .2s ease, box-shadow .2s ease, background .2s ease; }
body.admin-login-page button:hover { background:#256d5b; box-shadow:0 14px 28px rgba(47,125,104,.22); transform:translateY(-1px); }
body.admin-login-page .error { color:#b42318; font-weight:800; } body.admin-login-page .hint { color:#5f6f6a; font-size:.9rem; }


/* Article pages */
body.article-page {
  --ink: #15201c;
  --muted: #5f6f6a;
  --line: #dce7e2;
  --paper: #fbfdfc;
  --white: #ffffff;
  --sage: #2f7d68;
  --mint: #dff3ea;
  --coral: #d8614a;
  --blue: #255d8f;
  --gold: #b9862d;
  --shadow: 0 18px 60px rgba(20, 38, 32, .14);
}
body.article-page * { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body.article-page {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.article-page img { max-width: 100%; display: block; }
body.article-page a { color: inherit; }
body.article-page .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 231, 226, .92);
  background: #fbfdfc;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(20, 38, 32, .055);
  transition: background .18s ease-out, border-color .18s ease-out, box-shadow .18s ease-out;
}
body.article-page .site-header.is-scrolled {
  border-bottom-color: rgba(220, 231, 226, .58);
  background: rgba(251,253,252,.82);
  backdrop-filter: blur(22px) saturate(1.16);
  box-shadow: 0 14px 36px rgba(20, 38, 32, .10);
}
body.article-page .nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  transition: min-height .18s ease-out;
}
body.article-page .site-header.is-scrolled .nav {
  min-height: 54px;
}
body.article-page .brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 clamp(235px, 22vw, 320px);
  width: clamp(235px, 22vw, 320px);
  border-radius: 8px;
  transition: flex-basis .18s ease-out, width .18s ease-out;
}
body.article-page .site-header.is-scrolled .brand {
  flex-basis: clamp(178px, 16.8vw, 244px);
  width: clamp(178px, 16.8vw, 244px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
body.article-page .brand-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: transparent;
  transform-origin: left center;
  transition: filter .18s ease-out;
}
body.article-page .site-header.is-scrolled .brand-logo {
  filter: drop-shadow(0 8px 18px rgba(20,38,32,.12));
}
body.article-page .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: .9rem;
  color: #334842;
  transition: color .18s ease-out;
}
body.article-page .site-header.is-scrolled .nav-links {
  color: #273c36;
}
body.article-page .nav-links a, body.article-page .link-button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 9px 10px;
  text-decoration: none;
}
body.article-page .nav-links a, body.article-page .link-button {
  position: relative;
  border-radius: 8px;
  font-weight: 760;
  transition: color .2s ease, background .2s ease;
}
body.article-page .nav-links a::after, body.article-page .link-button::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sage), var(--blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
body.article-page .nav-links a:hover, body.article-page .link-button:hover {
  color: #163d34;
  background: rgba(47, 125, 104, .08);
}
body.article-page .site-header.is-scrolled .nav-links a, body.article-page .site-header.is-scrolled .link-button {
  text-shadow: none;
}
body.article-page .site-header.is-scrolled .nav-links a:hover, body.article-page .site-header.is-scrolled .link-button:hover {
  color: #143d34;
  background: rgba(47, 125, 104, .10);
}
body.article-page .nav-links a:hover::after, body.article-page .link-button:hover::after { transform: scaleX(1); }
body.article-page .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
body.article-page .nav-cta-arrow {
  display: inline-block;
  color: var(--sage);
  font-size: .95rem;
  line-height: 1;
  transition: transform .22s ease;
}
body.article-page .site-header.is-scrolled .nav-cta-arrow { color: var(--sage); }
body.article-page .nav-cta:hover .nav-cta-arrow { transform: translateX(3px); }
body.article-page .nav-toggle { display: none; }
body.article-page .nav-toggle:hover {
  background: #f2faf6;
  border-color: rgba(47,125,104,.34);
  box-shadow: 0 12px 24px rgba(20,38,32,.12);
  transform: translateY(-1px);
}
body.article-page .section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}
body.article-page .section[id], body.article-page .product-slide {
  scroll-margin-top: 0;
}
body.article-page .eyebrow {
  margin: 0 0 14px;
  color: var(--line);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}
body.article-page .side-box .eyebrow {
  color: var(--sage);
}
body.article-page h1, body.article-page h2, body.article-page h3 { line-height: 1.06; margin: 0; letter-spacing: 0; overflow-wrap: break-word; text-wrap: balance; }
body.article-page h1 { font-size: clamp(3rem, 6.4vw, 6.35rem); max-width: 980px; }
body.article-page h2 { font-size: clamp(2rem, 4vw, 4rem); max-width: 900px; }
body.article-page h3 { font-size: clamp(1.25rem, 1.9vw, 1.7rem); }
body.article-page .lead {
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  color: #41544e;
  max-width: 720px;
}
body.article-page .button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
body.article-page .button, body.article-page .button-alt {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  font: inherit;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}
body.article-page .button {
  background: var(--sage);
  color: #fff;
  box-shadow: 0 16px 30px rgba(47, 125, 104, .24);
}
body.article-page .button:hover {
  background: #256d5b;
  box-shadow: 0 22px 42px rgba(47, 125, 104, .3);
  transform: translateY(-2px);
}
body.article-page .button-alt {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}
body.article-page .button-alt:hover {
  border-color: rgba(47,125,104,.34);
  background: #f2faf6;
  color: #143d34;
  box-shadow: 0 16px 32px rgba(20, 38, 32, .12);
  transform: translateY(-2px);
}
body.article-page .button:active, body.article-page .button-alt:active, body.article-page .nav-cta:active, body.article-page .modal-close:active, body.article-page .nav-toggle:active, body.article-page .scroll-top:active {
  transform: translateY(0);
}
body.article-page .button:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
  box-shadow: none;
}
body.article-page .modal {
  border: 0;
  border-radius: 8px;
  padding: 0;
  width: min(680px, calc(100% - 32px));
  box-shadow: var(--shadow);
}
body.article-page .modal::backdrop { background: rgba(13, 22, 19, .56); backdrop-filter: blur(4px); }
body.article-page .modal-inner { padding: 30px; }
body.article-page .modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
body.article-page .modal-close {
  border: 1px solid var(--line);
  background: white;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
body.article-page .modal-close:hover {
  background: #f2faf6;
  border-color: rgba(47,125,104,.34);
  box-shadow: 0 12px 24px rgba(20, 38, 32, .12);
  transform: translateY(-1px);
}
body.article-page .product-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
body.article-page .product-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  display: grid;
  gap: 16px;
}
body.article-page .product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}
body.article-page .product-card.skin { background: linear-gradient(145deg, #ffffff, #edf8f2); }
body.article-page .product-card.hair { background: linear-gradient(145deg, #ffffff, #f3f0e8); }
body.article-page .product-card h3 { font-size: clamp(1.6rem, 2.6vw, 2.35rem); }
body.article-page .product-card .product-subtitle { margin: -10px 0 0; color: var(--sage); font-weight: 900; }
body.article-page .product-card ul { margin: 0; padding-left: 18px; color: #41544e; }
body.article-page .product-card li { margin-bottom: 8px; }
body.article-page .product-pill {
  width: fit-content;
  border-radius: 999px;
  background: rgba(47, 125, 104, .12);
  color: var(--sage);
  padding: 6px 10px;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
body.article-page .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.article-page .product-meta span {
  border: 1px solid rgba(47, 125, 104, .18);
  border-radius: 999px;
  padding: 6px 9px;
  color: #40554e;
  font-size: .82rem;
  background: rgba(255,255,255,.62);
}
body.article-page .product-card .button { width: fit-content; }
body.article-page .formula-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
body.article-page .formula-badges span {
  border-radius: 999px;
  background: rgba(47, 125, 104, .12);
  color: var(--sage);
  padding: 7px 10px;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
body.article-page .field { display: grid; gap: 6px; margin-bottom: 12px; }
body.article-page .field span { font-weight: 700; font-size: .9rem; }
body.article-page .honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.article-page .form-status {
  margin: 0;
  font-weight: 800;
  color: var(--sage);
}
body.article-page .form-status.error { color: var(--coral); }
body.article-page input, body.article-page textarea, body.article-page select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}
body.article-page textarea { min-height: 118px; resize: vertical; }
body.article-page .footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 18%, rgba(47,125,104,.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(37,93,143,.12), transparent 28%),
    linear-gradient(145deg, #fbfdfc, #ffffff 48%, #edf7f4);
  color: var(--ink);
}
body.article-page .footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(47,125,104,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,93,143,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.06));
  pointer-events: none;
}
body.article-page .footer-inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 26px;
}
body.article-page .footer-next {
  border: 1px solid rgba(47,125,104,.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47,125,104,.12), rgba(255,255,255,.82) 50%, rgba(37,93,143,.10)),
    rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(20,38,32,.10);
  padding: clamp(24px, 3.2vw, 34px);
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
body.article-page .footer-next .eyebrow { color: var(--sage); }
body.article-page .footer-next h2 {
  color: var(--ink);
  font-size: clamp(1.85rem, 3.1vw, 3.15rem);
  max-width: 760px;
}
body.article-page .footer-next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
body.article-page .footer-newsletter {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(47,125,104,.14);
  margin-top: 4px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
  gap: 18px;
  align-items: end;
}
body.article-page .footer-newsletter strong {
  display: block;
  color: #173f36;
  font-size: 1.05rem;
  margin-bottom: 4px;
}
body.article-page .footer-newsletter p {
  margin: 0;
  color: var(--muted);
}
body.article-page .newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
body.article-page .newsletter-form input {
  min-height: 46px;
}
body.article-page .newsletter-form .form-status {
  grid-column: 1 / -1;
  font-size: .88rem;
}
body.article-page .footer-main {
  display: grid;
  grid-template-columns: minmax(220px, .82fr) repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
body.article-page .footer-brand-card {
  border: 1px solid rgba(47,125,104,.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(244,250,247,.78)),
    rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(20,38,32,.10);
  backdrop-filter: blur(16px);
  padding: 18px;
  text-align: center;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.article-page .footer-logo-panel {
  position: relative;
  isolation: isolate;
  width: min(260px, 100%);
  margin: 0 auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
}
body.article-page .footer-stacked-logo {
  width: min(240px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(20,38,32,.12));
}
body.article-page .footer .button {
  background: var(--sage);
  color: #fff;
  box-shadow: 0 16px 30px rgba(47,125,104,.22);
}
body.article-page .footer .button:hover {
  background: #256d5b;
  box-shadow: 0 22px 44px rgba(47,125,104,.28);
}
body.article-page .footer .button-alt {
  background: #ffffff;
  color: #10231f;
  border-color: rgba(47,125,104,.18);
  box-shadow: 0 14px 28px rgba(20,38,32,.10);
}
body.article-page .footer .button-alt:hover {
  background: #f2faf6;
  color: #143d34;
  border-color: rgba(47,125,104,.34);
  box-shadow: 0 20px 40px rgba(20,38,32,.14);
}
body.article-page .footer-nav-grid {
  display: contents;
}
body.article-page .footer-group {
  border: 1px solid rgba(47,125,104,.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(244,250,247,.78)),
    rgba(255,255,255,.82);
  padding: 22px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 48px rgba(20,38,32,.08);
}
body.article-page .footer-highlight {
  order: 2;
  margin-top: auto;
  border: 1px solid rgba(47,125,104,.14);
  border-radius: 8px;
  background: rgba(47,125,104,.08);
  padding: 10px 12px;
  color: #40554e;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
body.article-page .footer-highlight strong {
  display: block;
  color: var(--sage);
  font-size: .92rem;
  line-height: 1.1;
}
body.article-page .footer-highlight small {
  display: block;
  margin-top: 6px;
  color: #526861;
  font-size: .72rem;
  line-height: 1.25;
  text-transform: none;
  font-weight: 760;
}
body.article-page .footer-group h3 {
  color: var(--ink);
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 14px;
}
body.article-page .footer-group a, body.article-page .footer-group button {
  display: flex;
  align-items: center;
  min-height: 34px;
  width: 100%;
  color: #40554e;
  margin: 3px 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
body.article-page .footer-group a:hover, body.article-page .footer-group button:hover { color: var(--sage); }
body.article-page .footer-bottom {
  border-top: 1px solid rgba(47,125,104,.14);
  margin-top: 28px;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #5f6f6a;
  font-size: .88rem;
}
body.article-page .footer button, body.article-page .footer a { color: #40554e; }
body.article-page .footer .link-button { padding: 0; }
body.article-page .scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  background: #10231f;
  color: #fff;
  box-shadow: 0 18px 42px rgba(16,35,31,.28);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease, background .22s ease;
}
body.article-page .scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
body.article-page .scroll-top:hover {
  background: var(--sage);
  box-shadow: 0 22px 48px rgba(47,125,104,.34);
  transform: translateY(-2px);
}
body.article-page .scroll-top svg {
  width: 22px;
  height: 22px;
}
body.article-page .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
body.article-page .reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 820px) {
  body.article-page .nav { min-height: 64px; width: min(100% - 28px, 1180px); }
  body.article-page .brand {
    flex-basis: min(232px, calc(100vw - 116px));
    width: min(232px, calc(100vw - 116px));
  }
  body.article-page .site-header.is-scrolled .brand {
    flex-basis: min(178px, calc(100vw - 116px));
    width: min(178px, calc(100vw - 116px));
  }
  body.article-page .site-header.is-scrolled .nav { min-height: 50px; }
  body.article-page .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  }
  body.article-page .nav-toggle svg {
    width: 22px;
    height: 22px;
  }
  body.article-page .nav-links {
    display: none;
    position: absolute;
    inset: 64px 14px auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }
  body.article-page .nav-links.is-open { display: flex; }
  body.article-page .nav-links > a:not(.nav-cta), body.article-page .nav-links > .link-button {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  body.article-page .nav-cta { text-align: center; }
  body.article-page .section { width: min(100% - 28px, 1180px); padding: 64px 0; }
  body.article-page .scroll-top { right: 14px; bottom: 14px; }
  body.article-page .footer-inner { width: min(100% - 28px, 1180px); padding-top: 48px; }
  body.article-page .footer-next { grid-template-columns: 1fr; }
  body.article-page .footer-next-actions { justify-content: flex-start; }
  body.article-page .footer-newsletter { grid-template-columns: 1fr; }
  body.article-page .newsletter-form { grid-template-columns: 1fr; }
  body.article-page .footer-main { grid-template-columns: 1fr 1fr; }
  body.article-page .product-showcase { grid-template-columns: 1fr; }
}

  body.article-page .article-hero {
    min-height: 56vh;
    display: grid;
    align-items: end;
    color: #fff;
    position: relative;
    isolation: isolate;
    background: #10231f;
  }
  body.article-page .article-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  body.article-page .article-hero .section { padding-top: 110px; padding-bottom: 70px; }
  body.article-page .article-hero .lead { color: #e8f4ef; }
  body.article-page .article-hero h1 { font-size: clamp(2.55rem, 5.2vw, 5.2rem); max-width: 1060px; }
  body.article-page .article-shell {
    display: grid;
    grid-template-columns: minmax(0, 760px) 300px;
    gap: 54px;
    align-items: start;
  }
  body.article-page .article-body {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: clamp(24px, 4vw, 48px);
    box-shadow: 0 14px 40px rgba(20, 38, 32, .08);
  }
  body.article-page .article-body > :first-child { margin-top: 0; }
  body.article-page .article-body h2 {
    position: relative;
    font-size: clamp(1.55rem, 2.35vw, 2.3rem);
    margin: 42px 0 16px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    line-height: 1.15;
  }
  body.article-page .article-body h2::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 96px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sage), var(--blue));
  }
  body.article-page .article-body h3 { font-size: clamp(1.22rem, 1.75vw, 1.65rem); margin: 30px 0 12px; line-height: 1.2; }
  body.article-page .article-body h4 { font-size: 1.08rem; margin: 24px 0 10px; text-transform: uppercase; letter-spacing: .04em; color: #244d42; }
  body.article-page .article-body p, body.article-page .article-body li {
    color: #43564f;
    font-size: 1.06rem;
    line-height: 1.78;
  }
  body.article-page .article-body p { margin: 0 0 18px; }
  body.article-page .article-body strong { color: #1e332d; }
  body.article-page .article-body em { color: #294d43; }
  body.article-page .article-body sup { font-size: .72em; line-height: 0; }
  body.article-page .article-body sup a {
    border-radius: 999px;
    padding: 1px 4px;
    background: #eef7f3;
    color: #255d8f;
    text-decoration: none;
  }
  body.article-page .article-body ul, body.article-page .article-body ol {
    margin: 24px 0 30px;
    padding: 20px 24px 20px 42px;
    border: 1px solid rgba(47,125,104,.18);
    border-radius: 8px;
    background: linear-gradient(135deg, #fbfdfc, #f1faf6);
  }
  body.article-page .article-body li { margin-bottom: 12px; padding-left: 4px; }
  body.article-page .article-body li::marker { color: var(--sage); font-weight: 900; }
  body.article-page .article-body a { color: var(--blue); font-weight: 800; }
  body.article-page .article-body blockquote {
    border-left: 4px solid var(--sage);
    margin: 28px 0;
    padding: 14px 20px;
    background: #f3faf7;
    color: #304942;
  }
  body.article-page .article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: .96rem;
  }
  body.article-page .article-body th, body.article-page .article-body td {
    border: 1px solid var(--line);
    padding: 11px 12px;
    text-align: left;
    vertical-align: top;
  }
  body.article-page .article-body th { background: #f3faf7; color: var(--ink); }
  body.article-page .article-body footer {
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: .95rem;
  }
  body.article-page .article-body .article-rule {
    border: 0;
    height: 1px;
    background: var(--line);
    margin: 34px 0;
  }
  body.article-page .article-brief {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0 0 34px;
    overflow: hidden;
    border: 1px solid rgba(47,125,104,.22);
    border-radius: 8px;
    background: rgba(47,125,104,.18);
  }
  body.article-page .article-brief-item {
    min-height: 156px;
    padding: 20px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.96), rgba(243,250,247,.96)),
      repeating-linear-gradient(90deg, rgba(47,125,104,.08) 0 1px, transparent 1px 18px);
    animation: articleRise .65s ease both;
  }
  body.article-page .article-brief-item:nth-child(2) { animation-delay: .08s; }
  body.article-page .article-brief-item:nth-child(3) { animation-delay: .16s; }
  body.article-page .article-brief-item span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #174f43;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  body.article-page .article-brief-item p {
    margin: 0;
    color: #3f574f;
    font-size: .98rem;
    line-height: 1.6;
  }
  body.article-page .article-keywords, body.article-page .article-bottom-note {
    border: 1px solid rgba(37,93,143,.18);
    border-left: 5px solid var(--blue);
    border-radius: 8px;
    background: linear-gradient(135deg, #f3f8ff, #fbfdfc);
    padding: 18px 20px;
    margin: 28px 0;
  }
  body.article-page .article-keywords strong, body.article-page .article-bottom-note strong {
    display: block;
    margin-bottom: 8px;
    color: #1b4f7d;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  body.article-page .article-keywords p, body.article-page .article-bottom-note p { margin: 0; font-size: .98rem; line-height: 1.65; }
  body.article-page .callout {
    border-left: 4px solid var(--coral);
    padding: 18px 20px;
    background: #fff4f0;
    margin: 32px 0;
  }
  body.article-page .sidebar {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 16px;
  }
  body.article-page .side-box {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 20px;
  }
  body.article-page .side-visual {
    overflow: hidden;
    padding: 0;
  }
  body.article-page .side-visual img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  body.article-page .detail-grid {
    display: grid;
    gap: 10px;
  }
  body.article-page .detail-row {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
  }
  body.article-page .detail-row:last-child { border-bottom: 0; padding-bottom: 0; }
  body.article-page .detail-row span:first-child {
    color: var(--muted);
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
  }
  body.article-page .side-box ul { padding-left: 18px; margin: 12px 0 0; }
  body.article-page .side-box li { margin-bottom: 10px; }
  body.article-page .side-box a { color: var(--blue); font-weight: 800; }
  @keyframes articleRise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @media (max-width: 940px) {
    body.article-page .article-shell { grid-template-columns: 1fr; }
    body.article-page .sidebar { position: static; }
    body.article-page .article-brief { grid-template-columns: 1fr; }
    body.article-page .article-brief-item { min-height: auto; }
  }
  @media (max-width: 620px) {
    body.article-page .article-hero { min-height: 48vh; }
    body.article-page .article-hero .section { padding-top: 72px; padding-bottom: 52px; }
    body.article-page .article-hero h1 { font-size: clamp(2.2rem, 10.5vw, 3.65rem); }
    body.article-page .article-body { padding: 22px 18px; }
    body.article-page .article-body ul, body.article-page .article-body ol { padding: 18px 18px 18px 34px; }
    body.article-page .detail-row { grid-template-columns: 1fr; gap: 2px; }
  }


/* Article hero images */
body.article-page .article-hero.article-allantoin-use-for-hypopigmentation-and-its-benefits-for-skin-melanin::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1587854692152-cbe660dbde88?auto=format&fit=crop&w=1500&q=82"); }
body.article-page .article-hero.article-babchi-seed-oil-and-skin-pigmentation::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1748543669178-efd3de4e64e0?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-benefits-of-ginger-root-on-skin::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1630623093145-f606591c2546?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-benefits-of-rosehip-seed-oil-on-skin::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1759186032309-2276fecc0f3b?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-causes-of-skin-discoloration::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("/assets/research-skin-discoloration-causes.png"); }
body.article-page .article-hero.article-cosmetic-chemical-preservatives::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1581092335397-9583eb92d232?auto=format&fit=crop&w=1500&q=82"); }
body.article-page .article-hero.article-forskolin-enhanced-melanin-production::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1576086213369-97a306d36557?auto=format&fit=crop&w=1500&q=82"); }
body.article-page .article-hero.article-ginger-for-hypopigmentation-or-white-scars::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1774125364904-de15e430e8f6?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-ginger-s-multiple-health-benefits::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1682530016940-1a39be2b95ad?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-how-inflammation-can-impair-the-healing-process-of-tissues::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("/assets/research-inflammation-healing-tissue.png"); }
body.article-page .article-hero.article-ingredients-that-affect-and-enhance-skin-permeability::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("/assets/ingredient_quality_background.webp"); }
body.article-page .article-hero.article-lavender-essential-oil-and-hair-loss::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1499002238440-d264edd596ec?auto=format&fit=crop&w=1500&q=82"); }
body.article-page .article-hero.article-microneedling-in-vitiligo::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("/assets/research-microneedling-vitiligo.png"); }
body.article-page .article-hero.article-onion-allium-bulb-cepa-benefits-for-scars::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1588613000171-55fe9ac1e10b?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-oral-vs-topical-application-of-fat-soluble-vitamins::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1562243061-204550d8a2c9?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-pumpkin-seed-oil-and-pattern-hair-loss::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1767514569487-f7244c002e3e?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-rosemary-oil-and-hair-loss-evidence-benefits-and-considerations::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("/assets/research-rosemary-hair-loss-oil.png"); }
body.article-page .article-hero.article-rosemary-oil-vs-rosemary-oleoresin::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("/assets/research-rosemary-oil-oleoresin.png"); }
body.article-page .article-hero.article-rosmarinic-acid-and-melanogenesis::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1582719508461-905c673771fd?auto=format&fit=crop&w=1500&q=82"); }
body.article-page .article-hero.article-saw-palmetto-and-pattern-hair-loss::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("/assets/research-saw-palmetto-hair-loss.png"); }
body.article-page .article-hero.article-tea-tree-leaf-oil-and-hair-loss::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("/assets/research-tea-tree-scalp-oil.png"); }
body.article-page .article-hero.article-the-benefits-of-allantoin::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1758426637739-fcb6eea3f4d8?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-the-effects-of-skin-lighteners-and-whiteners::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1725172045217-d1e1f2ecdf62?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-topical-vitamin-d-and-repigmentation::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1763668331599-487470fb85b2?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-what-causes-scars-to-turn-red::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1532187863486-abf9dbad1b69?auto=format&fit=crop&w=1500&q=82"); }
body.article-page .article-hero.article-what-causes-white-scars-hypopigmentation::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("/assets/research-white-scars-hypopigmentation.png"); }
body.article-page .article-hero.article-which-sunscreens-are-the-safest-and-most-effective::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1711891391357-c5f903dc1ea1?q=85&fm=jpg&crop=entropy&cs=srgb&w=1500"); }
body.article-page .article-hero.article-white-scars-or-hypopigmentation-treatment-options::before { background-image: linear-gradient(180deg, rgba(7, 16, 13, .22), rgba(7, 16, 13, .82)), url("https://images.unsplash.com/photo-1579165466741-7f35e4755660?auto=format&fit=crop&w=1500&q=82"); }
