:root {
  --ink: #12211c;
  --forest: #113c2f;
  --forest-2: #185442;
  --mint: #c8f56a;
  --mint-soft: #e9f7c6;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --white: #fff;
  --orange: #f07a42;
  --line: rgba(18, 33, 28, .18);
  --muted: #667069;
  --shadow: 0 24px 80px rgba(17, 60, 47, .12);
  --radius-sm: 10px;
  --radius: 22px;
  --radius-lg: 42px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans Thai", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .28;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7vw, 7.1rem); font-weight: 600; }
h2 { font-size: clamp(2.25rem, 4.7vw, 4.7rem); font-weight: 600; }
h3 { font-size: clamp(1.3rem, 2vw, 1.85rem); }
p { color: var(--muted); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 780px); margin-inline: auto; }
.section-pad { padding: clamp(88px, 10vw, 150px) 0; }
.section-label {
  margin-bottom: 22px;
  color: var(--forest-2);
  font-family: "DM Sans", sans-serif;
  font-size: .74rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--white);
  background: var(--forest);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.gtm-frame { display: none; visibility: hidden; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1.2;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--forest); }
.button-primary:hover { background: var(--forest-2); }
.button-ghost { border-color: var(--line); background: transparent; }
.button-ghost:hover { border-color: var(--forest); background: var(--mint-soft); }
.button-light { color: var(--forest); background: var(--mint); }
.button-light:hover { background: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.48); }
.button-outline-light:hover { border-color: var(--white); }
.button-full { width: 100%; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.notice-bar { color: var(--white); background: var(--forest); }
.notice-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  font-size: .76rem;
}
.notice-inner a { color: var(--mint); font-weight: 600; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(255,253,248,.88);
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(17,60,47,.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-monogram {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--mint);
  background: var(--forest);
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.brand-copy { display: grid; gap: 0; line-height: 1; }
.brand-copy strong { font: 700 1.08rem/1 "DM Sans", sans-serif; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font: 600 .58rem/1 "DM Sans", sans-serif; letter-spacing: .18em; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 550; }
.primary-nav > a:not(.nav-order) { position: relative; }
.primary-nav > a:not(.nav-order)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: var(--forest);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.primary-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-order { padding: 12px 19px; border-radius: 999px; color: var(--white); background: var(--forest); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 6px auto; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: clamp(70px, 8vw, 120px) 0 36px; background: var(--cream); }
.hero::after {
  content: "B-LIV";
  position: absolute;
  right: -4vw;
  bottom: -7vw;
  color: rgba(17,60,47,.045);
  font: 700 clamp(12rem, 30vw, 34rem)/.8 "DM Sans", sans-serif;
  letter-spacing: -.08em;
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(36px, 7vw, 100px); align-items: center; }
.hero-copy h1 { max-width: 840px; margin-bottom: 30px; }
.hero-lead { max-width: 660px; margin-bottom: 34px; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 42px; }
.hero-prices { display: flex; margin: 0; }
.hero-prices > div { min-width: 150px; padding: 0 28px; border-left: 1px solid var(--line); }
.hero-prices > div:first-child { padding-left: 0; border-left: 0; }
.hero-prices dt { color: var(--muted); font-size: .82rem; }
.hero-prices dd { margin: 4px 0 0; color: var(--forest); font: 700 clamp(1.8rem, 3vw, 2.5rem)/1 "DM Sans", sans-serif; }
.hero-visual { position: relative; min-height: 620px; }
.hero-image-shell {
  position: absolute;
  z-index: 2;
  inset: 30px 0 auto 8%;
  width: min(88%, 600px);
  margin: 0;
  overflow: hidden;
  border: 14px solid rgba(255,255,255,.62);
  border-radius: 48% 48% 22% 22%;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}
.hero-image-shell img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-orbit { position: absolute; border: 1px solid rgba(17,60,47,.22); border-radius: 50%; }
.orbit-one { inset: 0 4% auto auto; width: 520px; height: 520px; }
.orbit-two { top: 145px; left: -10px; width: 370px; height: 370px; border-style: dashed; }
.hero-proof-card {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 45px;
  max-width: 250px;
  padding: 20px 24px;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: var(--forest);
  box-shadow: var(--shadow);
}
.hero-proof-card span { display: block; margin-bottom: 5px; color: var(--mint); font-size: .72rem; }
.hero-proof-card strong { display: block; font-size: .94rem; }
.hero-footnote { position: relative; z-index: 2; display: flex; gap: 40px; padding-top: 30px; border-top: 1px solid var(--line); color: var(--muted); font: 600 .68rem/1 "DM Sans", sans-serif; letter-spacing: .12em; }

.principles { background: var(--paper); }
.principles-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 130px); }
.section-intro h2 { margin-bottom: 0; }
.principle-list { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 50px .75fr 1fr; gap: 24px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); }
.principle > span { color: var(--orange); font: 700 .72rem/1 "DM Sans", sans-serif; }
.principle h3 { margin: 0; }
.principle p { margin: 0; }

.products { background: var(--forest); }
.products .section-label, .products .section-heading > p, .products .product-kicker, .products .unit-price { color: var(--mint); }
.products .section-heading h2, .products .section-heading > p { color: var(--white); }
.section-heading { max-width: 850px; margin-bottom: 60px; }
.section-heading > p:not(.section-label) { max-width: 680px; font-size: 1.05rem; }
.section-heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading-row h2 { margin-bottom: 0; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.product-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--paper); }
.product-featured { background: var(--mint-soft); }
.product-card-top { position: absolute; z-index: 2; top: 24px; right: 24px; left: 24px; display: flex; align-items: center; justify-content: space-between; }
.product-index { color: var(--forest); font: 700 .78rem/1 "DM Sans", sans-serif; }
.product-badge { padding: 8px 12px; border-radius: 999px; color: var(--white); background: var(--forest); font-size: .7rem; }
.product-media { background: #eee7db; }
.product-media img { width: 100%; aspect-ratio: 1.35; object-fit: cover; object-position: 50% 45%; transition: transform .5s ease; }
.product-card:hover .product-media img { transform: scale(1.025); }
.product-copy { padding: clamp(28px, 4vw, 50px); }
.product-kicker { margin: 0 0 8px; color: var(--forest-2) !important; font-size: .78rem; font-weight: 650; }
.product-copy h3 { margin-bottom: 14px; }
.product-price { margin: 18px 0 4px; color: var(--forest); font: 700 clamp(2.8rem, 5vw, 4.2rem)/1 "DM Sans", sans-serif; letter-spacing: -.06em; }
.unit-price { margin-bottom: 22px; color: var(--muted) !important; font-size: .8rem; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 24px 0 30px; list-style: none; }
.check-list li { position: relative; padding-left: 26px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--forest); font-weight: 700; }
.product-image-note { margin-top: 24px; color: rgba(255,255,255,.68); font-size: .78rem; }

.ingredients { background: var(--cream); }
.ingredients-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.ingredients-sticky { position: sticky; top: 140px; }
.ingredients-sticky h2 { max-width: 520px; }
.ingredients-sticky p:not(.section-label) { max-width: 540px; }
.ingredient-list { border-top: 1px solid var(--line); }
.ingredient-row { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.ingredient-row > span { color: var(--orange); font: 700 .74rem/1 "DM Sans", sans-serif; }
.ingredient-row h3 { margin-bottom: 6px; font-family: "DM Sans", sans-serif; font-size: clamp(1.5rem, 3vw, 2.4rem); }
.ingredient-row p { margin: 0; }

.proof-section { overflow: hidden; background: var(--paper); }
.proof-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.proof-copy h2 { max-width: 720px; }
.proof-copy > p:not(.section-label) { max-width: 650px; font-size: 1.05rem; }
.fact-list { margin: 48px 0 0; border-top: 1px solid var(--line); }
.fact-list div { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.fact-list dt { color: var(--muted); }
.fact-list dd { margin: 0; font-weight: 650; }
.registration-card { position: relative; margin: 0; padding: 30px; border-radius: var(--radius-lg); background: var(--mint-soft); transform: rotate(1.5deg); }
.registration-card img { width: 100%; max-height: 690px; object-fit: cover; object-position: top; border-radius: var(--radius); }
.registration-card figcaption { padding-top: 18px; color: var(--muted); font-size: .78rem; }

.safety { background: var(--cream); }
.safety-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; }
.safety-card { min-height: 600px; padding: clamp(34px, 5vw, 70px); border-radius: var(--radius-lg); }
.safety-dark { color: var(--white); background: var(--forest); }
.safety-dark h2, .safety-dark .section-label { color: var(--white); }
.safety-light { display: flex; flex-direction: column; justify-content: center; background: var(--mint-soft); }
.safety-light h3 { max-width: 480px; font-size: clamp(1.8rem, 3vw, 3rem); }
.safety-light ul { display: grid; gap: 14px; padding-left: 22px; color: var(--muted); }
.safety-icon { display: grid; width: 56px; height: 56px; margin-bottom: 34px; place-items: center; border-radius: 50%; color: var(--white); background: var(--orange); font: 700 1.3rem/1 "DM Sans", sans-serif; }
.step-list { display: grid; gap: 0; padding: 0; margin: 46px 0 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.2); }
.step-list li > span { color: var(--mint); font: 700 .72rem/1 "DM Sans", sans-serif; }
.step-list strong { display: block; margin-bottom: 5px; font-size: 1.08rem; }
.step-list p { margin: 0; color: rgba(255,255,255,.66); }

.journal { background: var(--paper); }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.journal-card { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.journal-image { position: relative; display: block; overflow: hidden; margin-bottom: 24px; border-radius: var(--radius); background: var(--cream); }
.journal-image img { width: 100%; aspect-ratio: 1.38; object-fit: cover; transition: transform .5s ease; }
.journal-card:hover img, .article-tile:hover img { transform: scale(1.035); }
.journal-image > span { position: absolute; right: 14px; bottom: 14px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest); font: 700 .7rem/1 "DM Sans", sans-serif; }
.journal-meta { margin-bottom: 12px; color: var(--forest-2); font-size: .72rem; font-weight: 650; }
.journal-card h3 { margin-bottom: 14px; }
.journal-card h3 a:hover, .article-tile h2 a:hover { color: var(--forest-2); }

.faq { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.faq-intro { position: sticky; top: 140px; }
.faq-intro h2 { max-width: 500px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; grid-template-columns: 54px 1fr 30px; gap: 16px; align-items: center; padding: 28px 0; cursor: pointer; font-size: 1.08rem; font-weight: 600; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { color: var(--orange); font: 700 .68rem/1 "DM Sans", sans-serif; }
.faq-item summary i { position: relative; width: 20px; height: 20px; }
.faq-item summary i::before, .faq-item summary i::after { content: ""; position: absolute; top: 9px; left: 2px; width: 16px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.faq-item summary i::after { transform: rotate(90deg); }
.faq-item[open] summary i::after { transform: rotate(0); }
.faq-item > p { max-width: 650px; padding: 0 46px 28px 70px; margin: 0; }

.final-cta { padding: clamp(100px, 13vw, 190px) 0; color: var(--white); background: var(--forest); }
.final-cta-inner { text-align: center; }
.final-cta .section-label { color: var(--mint); }
.final-cta h2 { margin-bottom: 46px; color: var(--white); font-size: clamp(3rem, 7vw, 7rem); }
.final-actions { display: flex; justify-content: center; gap: 12px; }

.page-hero { padding: clamp(90px, 10vw, 150px) 0; background: var(--cream); }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 10vw, 140px); align-items: end; }
.page-hero h1 { margin-bottom: 0; }
.page-hero-grid > div:last-child > p { max-width: 500px; font-size: 1.08rem; }
.journal-hero { background: var(--mint-soft); }
.order-hero { background: var(--cream); }
.contact-hero { color: var(--white); background: var(--forest); }
.contact-hero h1, .contact-hero .section-label { color: var(--white); }
.contact-hero p { color: rgba(255,255,255,.7); }
.policy-hero { background: var(--cream); }

.article-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.article-toolbar > p { margin: 0; font-weight: 650; }
.filter-list { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; }
.filter-button.is-active, .filter-button:hover { color: var(--white); border-color: var(--forest); background: var(--forest); }
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 28px; padding-top: 50px; }
.article-tile.is-hidden { display: none; }
.article-tile-image { position: relative; display: block; overflow: hidden; border-radius: var(--radius); background: var(--cream); }
.article-tile-image img { width: 100%; aspect-ratio: 1.62; object-fit: cover; transition: transform .5s ease; }
.article-tile-image span { position: absolute; top: 16px; left: 16px; padding: 9px 11px; border-radius: 999px; color: var(--white); background: var(--forest); font: 700 .68rem/1 "DM Sans", sans-serif; }
.article-tile-body { padding: 24px 4px 0; }
.article-tile h2 { margin-bottom: 14px; font-size: clamp(1.5rem, 2.5vw, 2.25rem); }

.article-hero { padding: 80px 0 0; background: var(--cream); }
.article-hero-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(40px, 8vw, 100px); align-items: end; }
.article-title { padding-bottom: 72px; }
.article-title h1 { margin-bottom: 28px; font-size: clamp(3rem, 6vw, 6.2rem); }
.article-dek { max-width: 720px; font-size: 1.15rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; color: var(--muted); font-size: .78rem; }
.breadcrumb a:hover { color: var(--forest); }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 36px; color: var(--muted); font-size: .78rem; }
.article-cover { margin: 0; overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) 0 0; background: var(--paper); }
.article-cover img { width: 100%; min-height: 580px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: clamp(60px, 10vw, 140px); justify-content: center; padding-top: 100px; padding-bottom: 120px; }
.article-aside { position: sticky; top: 130px; height: fit-content; }
.article-aside nav { display: grid; gap: 13px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-aside nav a { color: var(--muted); font-size: .8rem; }
.article-aside nav a:hover { color: var(--forest); }
.aside-warning { margin-top: 22px; font-size: .75rem; }
.quick-answer { padding: clamp(30px, 5vw, 52px); margin-bottom: 70px; border-radius: var(--radius); background: var(--mint-soft); }
.quick-answer > p:last-child { margin: 0; color: var(--ink); font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.55; }
.article-section { position: relative; padding-bottom: 70px; margin-bottom: 70px; border-bottom: 1px solid var(--line); }
.article-section-number { display: block; margin-bottom: 20px; color: var(--orange); font: 700 .7rem/1 "DM Sans", sans-serif; }
.article-section h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.article-section p, .article-section li { font-size: 1.08rem; line-height: 1.85; }
.article-section ul { display: grid; gap: 8px; padding-left: 24px; color: var(--muted); }
.takeaways { padding: clamp(34px, 6vw, 64px); margin-bottom: 70px; border-radius: var(--radius); color: var(--white); background: var(--forest); }
.takeaways .section-label { color: var(--mint); }
.takeaways h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3.4rem); }
.takeaways ul { display: grid; gap: 12px; padding-left: 22px; color: rgba(255,255,255,.8); }
.sources { padding-bottom: 70px; margin-bottom: 70px; border-bottom: 1px solid var(--line); }
.sources h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.sources ol { display: grid; gap: 12px; padding-left: 22px; }
.sources a { color: var(--forest); text-decoration: underline; text-underline-offset: 4px; }
.article-product-note { padding: clamp(34px, 6vw, 64px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.article-product-note h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.inline-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.related { background: var(--mint-soft); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.related-grid article { padding: 28px 28px 28px 0; border-right: 1px solid var(--line); }
.related-grid article + article { padding-left: 28px; }
.related-grid article:last-child { border-right: 0; }
.related-grid h3 { font-size: 1.35rem; }

.order-section { background: var(--paper); }
.order-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.order-card { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--cream); }
.order-card.is-featured { background: var(--mint-soft); }
.order-number { position: absolute; z-index: 2; top: 20px; left: 20px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest); font: 700 .68rem/1 "DM Sans", sans-serif; }
.order-product-image { min-height: 100%; background: #ebe2d4; }
.order-product-image img { width: 100%; height: 100%; object-fit: cover; }
.order-copy { padding: 42px 34px; }
.order-copy h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); }
.order-price { display: grid; margin: 25px 0; }
.order-price strong { color: var(--forest); font: 700 3rem/1 "DM Sans", sans-serif; }
.order-price span { margin-top: 8px; color: var(--muted); font-size: .78rem; }
.order-section .product-image-note { color: var(--muted); }
.checkout-check { background: var(--forest); }
.checkout-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 10vw, 150px); }
.checkout-layout h2, .checkout-layout .section-label { color: var(--white); }
.checkout-layout ol { padding: 0; margin: 0; list-style: none; }
.checkout-layout li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.82); }
.checkout-layout li span { color: var(--mint); font: 700 .7rem/1 "DM Sans", sans-serif; }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.contact-card { position: relative; min-height: 290px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); transition: transform .2s ease, background .2s ease; }
.contact-card:hover { transform: translateY(-4px); background: var(--mint-soft); }
.contact-card p { margin-top: 70px; margin-bottom: 8px; color: var(--muted); font: 700 .7rem/1 "DM Sans", sans-serif; letter-spacing: .12em; }
.contact-card h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 3.2rem); overflow-wrap: anywhere; }
.contact-index { position: absolute; top: 35px; left: 38px; color: var(--orange); font: 700 .72rem/1 "DM Sans", sans-serif; }
.contact-arrow { position: absolute; top: 30px; right: 34px; font-size: 1.7rem; }
.contact-line { background: var(--mint-soft); }
.contact-shopee { color: var(--white); background: var(--forest); }
.contact-shopee p { color: var(--mint); }
.contact-shopee:hover { background: var(--forest-2); }
.contact-details { display: grid; grid-template-columns: .7fr 1.3fr 1fr; gap: 0; margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-details > div { padding: 28px; border-right: 1px solid var(--line); }
.contact-details > div:first-child { padding-left: 0; }
.contact-details > div:last-child { border-right: 0; }
.contact-details strong, .contact-details span { display: block; }
.contact-details .section-label { margin-bottom: 12px; }
.contact-safety { background: var(--mint-soft); text-align: center; }
.contact-safety h2 { font-size: clamp(2rem, 4vw, 4rem); }

.policy-section, .legal-section { background: var(--paper); }
.policy-grid, .legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: clamp(60px, 11vw, 160px); justify-content: center; align-items: start; }
.policy-grid > aside, .legal-layout > aside { position: sticky; top: 130px; }
.policy-content section { position: relative; padding: 0 0 60px 70px; margin-bottom: 60px; border-bottom: 1px solid var(--line); }
.policy-content section > span { position: absolute; top: 8px; left: 0; color: var(--orange); font: 700 .72rem/1 "DM Sans", sans-serif; }
.policy-content h2, .legal-content h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.policy-content p, .legal-content p { font-size: 1.05rem; line-height: 1.85; }
.legal-content section { padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.legal-content a { color: var(--forest); text-decoration: underline; }

.not-found { display: grid; min-height: 70vh; place-items: center; padding: 100px 0; background: var(--cream); }
.not-found-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; }
.not-found h1 { margin-bottom: 0; }

.site-footer { padding: 110px 0 95px; color: var(--white); background: #0b2b22; }
.footer-lead { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-lead .section-label { color: var(--mint); }
.footer-lead h2 { max-width: 760px; margin: 0; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr .7fr; gap: 50px; padding: 70px 0; }
.footer-grid section { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid h3 { margin-bottom: 12px; font-size: .82rem; letter-spacing: .08em; }
.footer-grid a, .footer-grid span, .footer-grid p { color: rgba(255,255,255,.66); font-size: .82rem; }
.footer-grid a:hover { color: var(--mint); }
.brand-inverse .brand-monogram { color: var(--forest); background: var(--mint); }
.brand-inverse .brand-copy small { color: rgba(255,255,255,.6); }
.footer-brand p { max-width: 360px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.52); font-size: .72rem; }
.mobile-buybar { display: none; }

[data-reveal] { opacity: 1; transform: none; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .primary-nav { gap: 20px; }
  .hero-grid, .proof-layout, .article-hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 600px; }
  .hero-image-shell { left: 50%; width: min(74%, 560px); transform: translateX(-50%) rotate(2deg); }
  .hero-proof-card { right: 8%; }
  .principles-grid, .ingredients-layout, .faq-layout { grid-template-columns: 1fr; }
  .ingredients-sticky, .faq-intro { position: static; }
  .safety-grid { grid-template-columns: 1fr; }
  .safety-card { min-height: auto; }
  .article-cover img { min-height: 480px; }
  .article-layout { grid-template-columns: 1fr; max-width: 780px; }
  .article-aside { position: static; }
  .article-aside nav { grid-template-columns: repeat(2, 1fr); }
  .order-grid { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details > div { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-details > div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 780px) {
  body { padding-bottom: 66px; }
  .container, .narrow { width: min(calc(100% - 32px), var(--container)); }
  .notice-inner span { display: none; }
  .notice-inner { justify-content: center; }
  .header-inner { min-height: 68px; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: fixed;
    top: 104px;
    right: 16px;
    left: 16px;
    display: none;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: grid; gap: 0; }
  .primary-nav > a { padding: 15px 8px; border-bottom: 1px solid var(--line); }
  .primary-nav .nav-order { margin-top: 12px; text-align: center; border-bottom: 0; }
  .hero { padding-top: 65px; }
  .hero-grid { gap: 20px; }
  .hero-copy h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-prices > div { min-width: 0; padding: 0 20px; }
  .hero-prices dd { font-size: 1.8rem; }
  .hero-visual { min-height: 480px; }
  .hero-image-shell { width: min(86%, 460px); border-width: 9px; }
  .orbit-one { width: 400px; height: 400px; }
  .orbit-two { width: 270px; height: 270px; }
  .hero-proof-card { right: 0; bottom: 18px; max-width: 210px; padding: 16px; }
  .hero-footnote { gap: 16px; overflow-x: auto; white-space: nowrap; }
  .principle { grid-template-columns: 42px 1fr; }
  .principle p { grid-column: 2; }
  .product-grid, .journal-grid, .article-grid, .contact-grid { grid-template-columns: 1fr; }
  .product-card { border-radius: var(--radius); }
  .product-media img { aspect-ratio: 1.18; }
  .proof-layout { gap: 55px; }
  .registration-card { padding: 18px; border-radius: var(--radius); transform: none; }
  .section-heading-row, .article-toolbar, .footer-lead { display: grid; align-items: start; }
  .filter-list { max-width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; }
  .filter-button { white-space: nowrap; }
  .page-hero-grid, .checkout-layout, .policy-grid, .legal-layout, .not-found-grid { grid-template-columns: 1fr; gap: 38px; }
  .page-hero h1 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .article-hero { padding-top: 55px; }
  .article-title { padding-bottom: 30px; }
  .article-cover { border-radius: var(--radius) var(--radius) 0 0; }
  .article-cover img { min-height: 330px; }
  .article-layout { padding-top: 60px; }
  .article-aside nav { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid article, .related-grid article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .order-card { grid-template-columns: 1fr; }
  .order-product-image img { aspect-ratio: 1.25; }
  .contact-card { min-height: 240px; }
  .policy-grid > aside, .legal-layout > aside { position: static; }
  .policy-content section { padding-left: 42px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 8px; }
  .mobile-buybar {
    position: fixed;
    z-index: 150;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    min-height: 66px;
    border-top: 1px solid rgba(255,255,255,.28);
    box-shadow: 0 -10px 35px rgba(17,60,47,.18);
  }
  .mobile-buybar a { display: grid; place-items: center; color: var(--white); background: var(--forest); font-size: .88rem; font-weight: 650; }
  .mobile-buybar a:last-child { color: var(--forest); background: var(--mint); }
}

@media (max-width: 480px) {
  .hero-actions, .final-actions, .inline-actions { display: grid; }
  .button { width: 100%; }
  .hero-prices { justify-content: space-between; }
  .hero-prices > div { flex: 1; }
  .hero-proof-card { font-size: .8rem; }
  .principle { gap: 12px; }
  .ingredient-row { grid-template-columns: 45px 1fr; }
  .faq-item summary { grid-template-columns: 38px 1fr 24px; gap: 10px; }
  .faq-item > p { padding-left: 48px; }
  .article-title h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .article-section p, .article-section li { font-size: 1rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
