:root {
  --ivory: #fffaf0;
  --warm: #f6eddf;
  --paper: #ffffff;
  --navy: #142231;
  --charcoal: #202326;
  --amber: #d9a441;
  --gold: #f0c66b;
  --coral: #d98773;
  --sand: #dfc6a2;
  --muted: #6f6960;
  --line: #eadfce;
  --shadow: 0 20px 60px rgba(20, 34, 49, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background:
    radial-gradient(circle at 8% 0%, rgba(217, 164, 65, 0.12), transparent 28rem),
    linear-gradient(180deg, var(--ivory), #fff);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

.offer-bar {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--navy);
  color: #fff7e8;
  box-shadow: 0 6px 22px rgba(20, 34, 49, 0.18);
}

.offer-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 750;
}

.offer-inner strong {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold);
  letter-spacing: 0.05em;
}

.site-header {
  position: sticky;
  top: 48px;
  z-index: 70;
  background: rgba(255, 250, 240, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.brand img {
  flex: 0 0 auto;
  border-radius: 12px;
}

.brand span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
}

.nav-links a:hover { color: var(--navy); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--navy);
  border-radius: 999px;
  background: var(--navy);
  color: #fffaf0;
  font-weight: 900;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 26px rgba(20, 34, 49, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.btn:hover { transform: translateY(-1px); box-shadow: 0 16px 34px rgba(20, 34, 49, 0.24); }
.btn-small { min-height: 34px; padding-inline: 14px; font-size: 0.82rem; box-shadow: none; background: var(--amber); border-color: var(--amber); color: #211a10; }
.btn-outline { background: transparent; color: var(--navy); border-color: rgba(20, 34, 49, 0.28); box-shadow: none; }

.section { padding: 84px 0; }

.hero {
  padding-top: 76px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.88), rgba(246, 237, 223, 0.82)),
    var(--ivory);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
  gap: 48px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: #8f6122;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1, h2, h3 { margin: 0; line-height: 1.08; color: var(--navy); }
h1 {
  max-width: 760px;
  font-size: clamp(2.55rem, 6vw, 3.8rem);
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(2rem, 4vw, 2.85rem);
  letter-spacing: -0.04em;
}
h3 { font-size: 1.18rem; letter-spacing: -0.02em; }

.lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.17rem;
}

.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--navy);
  box-shadow: 0 10px 28px rgba(20, 34, 49, 0.07);
}

.rating-badge span, .stars { color: var(--amber); letter-spacing: 0.04em; font-weight: 950; }
.rating-badge small { color: var(--muted); }

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.chips span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.micro-disclaimer { max-width: 560px; margin-top: 18px; color: #826557; font-size: 0.92rem; }

.product-card {
  position: relative;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.6)),
    radial-gradient(circle at 50% 20%, rgba(217, 164, 65, 0.18), transparent 17rem);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.product-card::after {
  content: "800mg hemp oil extract";
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--navy);
  color: #fffaf0;
  font-size: 0.82rem;
  font-weight: 850;
}

.product-card img {
  margin-inline: auto;
  filter: drop-shadow(0 26px 30px rgba(20, 34, 49, 0.14));
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head.centered { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); margin: 14px 0 0; font-size: 1.04rem; }

.card-grid {
  display: grid;
  gap: 18px;
}

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

.info-card,
.price-card,
.review-card,
.steps article,
.modal-card,
.table-wrap,
.guarantee-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(20, 34, 49, 0.08);
}

.info-card { padding: 24px; }
.info-card p, .steps p, .price-card li, .review-card p, .faq p, .guarantee p { color: var(--muted); }
.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: #fff3d6;
  color: #9a671f;
  font-weight: 950;
}

.split-section { background: #fff; }
.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: center;
}
.single-bottle {
  max-height: 520px;
  margin: 0 auto;
  border-radius: 28px;
  filter: drop-shadow(0 22px 28px rgba(20, 34, 49, 0.14));
}

.table-wrap { overflow: hidden; }
.ingredient-table {
  width: 100%;
  border-collapse: collapse;
}
.ingredient-table th,
.ingredient-table td {
  padding: 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.ingredient-table tr:last-child th,
.ingredient-table tr:last-child td { border-bottom: 0; }
.ingredient-table th {
  width: 240px;
  color: var(--navy);
  background: #fff7e6;
}
.note {
  margin: 16px 0 0;
  color: #7a6658;
  font-size: 0.94rem;
}

.how {
  background:
    linear-gradient(135deg, rgba(20, 34, 49, 0.97), rgba(32, 35, 38, 0.96)),
    var(--navy);
}
.how h2, .how h3 { color: #fffaf0; }
.how .section-head p, .how .steps p { color: rgba(255, 250, 240, 0.72); }
.how .eyebrow { color: var(--gold); }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.steps article {
  padding: 24px;
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.14);
  box-shadow: none;
}
.steps strong {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 1.25rem;
}

.pricing { background: var(--warm); }
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  text-align: center;
}
.price-card.featured {
  border: 2px solid var(--amber);
  transform: translateY(-10px);
}
.label {
  align-self: center;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--navy);
  color: #fffaf0;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}
.label.coral { background: var(--coral); color: #241411; }
.label.sand { background: var(--sand); color: #2b2117; }
.price-card img {
  height: 220px;
  object-fit: contain;
  margin: 16px auto 8px;
}
.price-card ul {
  margin: 14px 0;
  padding: 0;
  list-style: none;
}
.price-card li { padding: 4px 0; }
.price {
  margin: auto 0 18px;
  color: var(--navy);
  font-size: 1.75rem;
  font-weight: 950;
}
.price span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.review-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 22px;
}
.review-card img {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  object-fit: cover;
  border: 4px solid #fff3d6;
}
.review-card small {
  display: block;
  color: var(--muted);
}

.guarantee { background: #fff; }
.guarantee-box {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 28px;
  align-items: center;
  padding: 32px;
}
.guarantee-box img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}
details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 18px 20px;
}
summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 900;
}
details p { margin: 10px 0 0; }

.visible-disclaimer {
  background: #fff5dd;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #69533c;
  padding: 18px 0;
  text-align: center;
  font-weight: 760;
}

.footer {
  padding: 56px 0 92px;
  background: var(--navy);
  color: rgba(255, 250, 240, 0.72);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
  gap: 36px;
}
.footer h3, .footer .brand { color: #fffaf0; }
.footer a:not(.brand), .footer button {
  display: block;
  margin: 8px 0;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 250, 240, 0.76);
  cursor: pointer;
  text-align: left;
}

.sticky-mobile {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 78;
  padding: 10px 14px;
  background: rgba(20, 34, 49, 0.96);
  border-top: 1px solid rgba(255,255,255,0.18);
}
.sticky-mobile .btn { width: 100%; }

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(20, 34, 49, 0.72);
}
.modal.active { display: flex; }
.modal-card {
  width: min(640px, 100%);
  position: relative;
  padding: 28px;
}
.modal-card p { color: var(--muted); }
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: #fffaf0;
  cursor: pointer;
}
.exit-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
}
.exit-card img {
  max-height: 240px;
  object-fit: contain;
  margin: auto;
}

@media (max-width: 980px) {
  .site-header { top: 48px; }
  .nav-links { display: none; }
  .hero-grid,
  .split,
  .guarantee-box,
  .exit-card { grid-template-columns: 1fr; }
  .card-grid.six,
  .price-grid,
  .steps { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: none; }
}

@media (max-width: 680px) {
  .offer-inner { flex-wrap: wrap; gap: 8px; padding: 8px 0; }
  .site-header { top: 66px; }
  .nav { min-height: 68px; }
  .nav > .btn { display: none; }
  .brand span { font-size: 0.92rem; }
  .section { padding: 58px 0; }
  .hero { padding-top: 44px; }
  .hero-actions .btn { width: 100%; }
  .card-grid.six,
  .price-grid,
  .steps,
  .reviews-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .review-card { grid-template-columns: 1fr; text-align: center; }
  .review-card img { margin: 0 auto; }
  .ingredient-table th,
  .ingredient-table td {
    display: block;
    width: 100%;
  }
  .sticky-mobile { display: block; }
}
