:root {
  --ink: #1d2522;
  --muted: #63706a;
  --paper: #f3f5f1;
  --panel: #ffffff;
  --line: #d8ded6;
  --oxblood: #9b1f2d;
  --oxblood-dark: #731520;
  --pine: #1d5b49;
  --gold: #c79337;
  --blue: #274b7a;
  --shadow: 0 18px 44px rgba(29, 37, 34, .13);
}

* {
  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.62;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--oxblood-dark);
}

.shell {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.pv-ribbon {
  background: #2a1216;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: .94rem;
}

.pv-ribbon strong {
  color: #ffd37a;
}

.header-dock {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.header-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  color: var(--ink);
  text-decoration: none;
}

.wordmark-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--oxblood);
  color: #fff;
  font-weight: 800;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .18);
}

.wordmark small {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  margin-top: -2px;
}

.menu-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.menu-line a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  padding: 9px 10px;
  border-radius: 6px;
}

.menu-line a:hover {
  background: #f2e6e8;
  color: var(--oxblood-dark);
}

.hero-portal {
  background:
    linear-gradient(115deg, rgba(42, 18, 22, .94), rgba(27, 91, 73, .92)),
    url("/images/1.png") right 8% center / 360px auto no-repeat;
  color: #fff;
  padding: 72px 0 58px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, .72fr);
  gap: 44px;
  align-items: center;
}

.page-kicker,
.package-tag {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--gold);
  font-size: .82rem;
}

.hero-copy h1,
.sub-hero h1 {
  margin: 0;
  font-size: 3.15rem;
  line-height: 1.04;
}

.hero-lead,
.page-lead {
  font-size: 1.12rem;
  max-width: 760px;
  color: rgba(255, 255, 255, .88);
}

.hero-actions,
.cta-row {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 6px;
  background: var(--gold);
  color: #1b1206;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .16);
}

.action-button:hover {
  filter: brightness(.96);
}

.action-button.wide {
  min-width: 210px;
}

.text-anchor {
  color: inherit;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.rating-strip {
  margin-top: 24px;
  display: grid;
  gap: 2px;
  color: rgba(255, 255, 255, .88);
}

.rating-strip b {
  color: #fff;
}

.hero-product {
  margin: 0;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 8px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.hero-product img {
  max-height: 430px;
  margin: 0 auto;
  object-fit: contain;
}

.hero-product figcaption {
  margin-top: 10px;
  color: var(--muted);
  text-align: center;
  font-size: .92rem;
}

.evidence-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.badge-matrix {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 20px 0;
}

.badge-cell {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfb;
  padding: 14px;
}

.badge-cell strong,
.badge-cell span {
  display: block;
}

.badge-cell span,
.muted-line,
.supply-copy,
.daily-price,
.was-price,
.section-intro {
  color: var(--muted);
}

.section-plane {
  padding: 58px 0;
  background: var(--panel);
}

.section-plane.pale,
.sub-hero {
  background: #edf2ea;
}

.section-plane h2 {
  margin: 0 0 18px;
  font-size: 2rem;
  line-height: 1.16;
}

.plain-article p {
  max-width: 900px;
}

.narrow-copy {
  max-width: 860px;
}

.audit-ledger,
.score-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.audit-ledger div,
.score-table div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  padding: 16px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.audit-ledger div:last-child,
.score-table div:last-child {
  border-bottom: 0;
}

.audit-ledger b,
.score-table b {
  color: var(--oxblood-dark);
}

.protocol-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: protocol;
}

.protocol-stack li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  counter-increment: protocol;
}

.protocol-stack li::before {
  content: counter(protocol);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 6px;
  background: var(--pine);
  color: #fff;
  font-weight: 800;
}

.qa-line {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 12px;
  padding: 14px 16px;
}

.qa-line summary {
  cursor: pointer;
  font-weight: 800;
}

.cta-panel {
  padding: 34px 0;
  background: #263f5e;
  color: #fff;
}

.cta-row {
  justify-content: space-between;
}

.cta-row b,
.cta-row span {
  display: block;
}

.review-trio,
.review-grid-large,
.order-board,
.contact-grid {
  display: grid;
  gap: 18px;
}

.review-trio {
  grid-template-columns: repeat(3, 1fr);
}

.review-grid-large {
  grid-template-columns: repeat(2, 1fr);
}

.voice-card,
.supply-card,
.contact-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(29, 37, 34, .08);
}

.stars {
  color: var(--gold);
  font-weight: 900;
}

.order-zone {
  background: #f8faf7;
}

.order-board {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.supply-card {
  display: flex;
  flex-direction: column;
}

.featured-supply {
  border: 2px solid var(--oxblood);
  transform: translateY(-10px);
}

.supply-card h3 {
  margin: 0;
  font-size: 1.65rem;
}

.supply-card img {
  height: 230px;
  width: 100%;
  object-fit: contain;
  margin: 12px 0;
}

.bottle-price {
  margin: 8px 0 0;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
  color: var(--oxblood-dark);
}

.bottle-price span {
  font-size: 1rem;
  color: var(--muted);
}

.supply-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.sub-hero {
  padding: 54px 0;
}

.sub-hero .page-lead {
  color: var(--muted);
}

.contact-grid {
  grid-template-columns: .86fr 1.14fr;
}

.mail-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.mail-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.mail-form input,
.mail-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
}

.site-footer {
  background: #1d2522;
  color: #e9eee8;
  padding: 42px 0;
}

.site-footer a {
  color: #ffd37a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .9fr 1.15fr;
  gap: 28px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.redirect-stage {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #edf2ea;
}

.redirect-box {
  width: min(620px, 100%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  text-align: center;
  box-shadow: var(--shadow);
}

@media (max-width: 900px) {
  .header-row,
  .hero-grid,
  .footer-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .wordmark {
    min-width: 0;
  }

  .menu-line {
    justify-content: flex-start;
  }

  .hero-copy h1,
  .sub-hero h1 {
    font-size: 2.25rem;
  }

  .badge-matrix,
  .review-trio,
  .review-grid-large,
  .order-board,
  .protocol-stack {
    grid-template-columns: 1fr;
  }

  .featured-supply {
    transform: none;
  }

  .audit-ledger div,
  .score-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 520px) {
  .shell {
    width: min(100% - 24px, 1160px);
  }

  .pv-ribbon {
    font-size: .86rem;
  }

  .menu-line a {
    padding: 8px;
  }

  .hero-portal {
    padding: 48px 0;
    background: linear-gradient(115deg, rgba(42, 18, 22, .96), rgba(27, 91, 73, .94));
  }

  .hero-copy h1,
  .sub-hero h1 {
    font-size: 1.95rem;
  }

  .cta-row {
    align-items: stretch;
  }

  .action-button {
    width: 100%;
  }
}
