:root {
  --ink: #18211f;
  --muted: #5d6862;
  --paper: #fffdf8;
  --soft: #f3efe6;
  --line: #d8d0c0;
  --pine: #0f766e;
  --pine-dark: #0b4f4a;
  --clay: #b45309;
  --gold: #d9a441;
  --blue: #264b7f;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(24, 33, 31, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.top-ribbon {
  background: var(--pine-dark);
  color: var(--white);
  text-align: center;
  padding: 10px 18px;
  font-size: 14px;
  letter-spacing: 0;
}
.site-head {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--pine);
  color: var(--white);
  font-size: 13px;
}
.top-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 22px);
  flex-wrap: wrap;
  justify-content: flex-end;
}
.top-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.top-nav a[aria-current="page"], .top-nav a:hover { color: var(--pine-dark); border-color: var(--gold); }
.page-hero {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 70px) 34px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.11), rgba(217, 164, 65, 0.14)),
    linear-gradient(180deg, var(--paper), var(--soft));
  border-bottom: 1px solid var(--line);
}
.hero-copy, .article-flow, .content-split, .audit-section, .protocol, .faq-preview, .review-strip, .order-section, .final-cta, .trust-row, .contact-grid {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}
.hero-copy { max-width: 880px; margin: 0 auto; text-align: center; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--clay);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
  letter-spacing: 0;
}
h1 { margin: 0; font-size: clamp(38px, 6vw, 70px); }
h2 { font-size: clamp(26px, 3vw, 38px); margin: 0 0 18px; }
h3 { font-size: 22px; margin: 0 0 12px; }
.lead { font-size: clamp(18px, 2vw, 22px); color: var(--muted); max-width: 760px; margin: 20px auto 0; }
.home-stage { padding: 34px 0 0; background: var(--soft); }
.home-panel {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 30px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.home-panel h2 { font-size: clamp(32px, 5vw, 58px); }
.hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin: 24px 0 10px; }
.buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 6px;
  border: 2px solid var(--pine-dark);
  background: var(--pine);
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(15, 118, 110, 0.18);
}
.buy-button span { font-weight: 700; opacity: 0.95; }
.buy-button.light { background: var(--white); color: var(--pine-dark); border-color: var(--white); }
.plain-link { font-weight: 800; color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.rating-line, .product-note { color: var(--muted); font-weight: 700; }
.hero-product {
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 26px;
  background: linear-gradient(180deg, #ffffff, #edf7f5);
  border: 1px solid #c7ddd8;
  border-radius: 8px;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 10px;
  padding: 28px 0;
}
.trust-row span {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 14px 12px;
  text-align: center;
  border-radius: 6px;
  font-weight: 800;
  color: var(--pine-dark);
}
.content-split, .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 28px;
  padding: 54px 0;
}
.reference-box, .contact-card {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(24, 33, 31, 0.08);
}
.check-list { padding-left: 20px; margin: 0; }
.check-list li { margin: 9px 0; }
.audit-section, .protocol, .faq-preview, .review-strip, .order-section, .final-cta, .article-flow {
  padding: 56px 0;
}
.audit-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}
.audit-table div {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid var(--line);
}
.audit-table div:last-child { border-bottom: 0; }
.audit-table strong {
  padding: 16px;
  background: #eef6f4;
  color: var(--pine-dark);
}
.audit-table span { padding: 16px; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.steps li {
  counter-increment: step;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  padding: 20px;
}
.steps li:before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
}
.faq-list { display: grid; gap: 12px; }
details {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  padding: 16px 18px;
}
summary { cursor: pointer; font-weight: 900; color: var(--pine-dark); }
.cta-band {
  width: min(1120px, calc(100% - 36px));
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  background: var(--pine-dark);
  color: var(--white);
  border-radius: 8px;
}
.cta-band h2 { margin-bottom: 6px; }
.cta-band p { margin: 0; color: #d9efeb; }
.mini-reviews, .review-grid, .ingredient-grid, .score-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.mini-reviews article, .review-grid article, .ingredient-grid article, .score-table div {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
}
.mini-reviews span, .review-grid span { color: var(--muted); font-weight: 800; font-size: 13px; }
.order-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.order-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 35px rgba(24, 33, 31, 0.1);
}
.order-card.flagship {
  transform: translateY(-14px);
  border: 2px solid var(--gold);
  box-shadow: 0 22px 50px rgba(180, 83, 9, 0.16);
}
.card-ribbon {
  align-self: stretch;
  padding: 8px 10px;
  border-radius: 6px;
  background: #eef6f4;
  color: var(--pine-dark);
  font-weight: 900;
  font-size: 13px;
}
.flagship .card-ribbon { background: var(--gold); color: var(--ink); }
.order-card h2 { margin: 4px 0 0; }
.supply, .per-day, .ship, .note { margin: 0; color: var(--muted); }
.order-card img {
  height: 210px;
  width: 100%;
  object-fit: contain;
  margin: 6px 0;
}
.price-line {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  color: var(--pine-dark);
}
.totals { margin: 0; font-size: 18px; }
.totals s { color: #8c8172; margin-right: 8px; }
.final-cta {
  text-align: center;
  background: linear-gradient(180deg, var(--soft), var(--paper));
  border-top: 1px solid var(--line);
}
.article-flow { max-width: 980px; }
.article-flow.narrow { max-width: 820px; }
.article-flow p { margin: 0 0 18px; }
.article-flow h2 { margin-top: 18px; }
.ingredient-grid { grid-template-columns: repeat(2, 1fr); margin: 24px 0; }
.review-grid { grid-template-columns: repeat(2, 1fr); margin: 22px 0; }
.stars { color: var(--clay); font-weight: 900; }
.score-table { grid-template-columns: repeat(5, 1fr); margin: 22px 0; }
.score-table span { display: block; color: var(--clay); font-weight: 900; margin: 4px 0 8px; }
.visual-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.visual-form label { display: grid; gap: 6px; font-weight: 800; }
.visual-form input, .visual-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
  background: var(--paper);
}
.visual-form button {
  border: 0;
  border-radius: 6px;
  padding: 14px 18px;
  font-weight: 900;
  background: var(--pine);
  color: var(--white);
}
.site-foot {
  background: #17221f;
  color: #eef6f4;
  padding: 44px clamp(18px, 5vw, 70px);
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.8fr;
  gap: 30px;
  width: min(1120px, 100%);
  margin: 0 auto;
}
.foot-brand { color: var(--white); font-weight: 900; text-decoration: none; font-size: 20px; }
.site-foot h2 { font-size: 22px; margin-top: 0; }
.site-foot a { color: #d9f5ef; }
.foot-links { display: grid; gap: 8px; }
.fine-print {
  width: min(1120px, 100%);
  margin: 26px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #c8d8d3;
  font-size: 13px;
}
.route-page { min-height: 100vh; display: grid; place-items: center; background: var(--soft); }
.route-box {
  width: min(560px, calc(100% - 32px));
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  text-align: center;
  box-shadow: var(--shadow);
}
@media (max-width: 900px) {
  .site-head { align-items: flex-start; flex-direction: column; }
  .top-nav { justify-content: flex-start; }
  .home-panel, .content-split, .contact-grid, .foot-grid { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .steps, .order-grid, .mini-reviews, .score-table { grid-template-columns: 1fr; }
  .ingredient-grid, .review-grid { grid-template-columns: 1fr; }
  .order-card.flagship { transform: none; }
  .audit-table div { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .top-nav { gap: 8px 14px; }
  .top-nav a { font-size: 13px; }
  h1 { font-size: 36px; }
  .page-hero { padding-top: 42px; }
  .trust-row { grid-template-columns: 1fr; }
  .buy-button { width: 100%; }
  .order-card img { height: 170px; }
}