:root {
  --cream: #fff8f2;
  --cream-2: #fff0e8;
  --blush: #f5b9ae;
  --coral: #e45130;
  --caramel: #b97942;
  --mocha: #6d4029;
  --espresso: #26130d;
  --muted: #76584a;
  --line: rgba(84, 45, 30, 0.16);
  --shadow: 0 22px 60px rgba(74, 35, 19, 0.14);
  --radius: 8px;
  --shell: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--espresso);
  background: var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  padding: .7rem 1rem;
  background: var(--espresso);
  color: #fff;
}

.skip-link:focus {
  top: 1rem;
}

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

.narrow {
  max-width: 900px;
}

.section-pad {
  padding: clamp(64px, 8vw, 112px) 0;
}

.urgency-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  min-height: 44px;
  padding: .55rem 1rem;
  color: #fff;
  background: linear-gradient(90deg, #4c2417, #e45130, #7a3c22);
  font-size: .92rem;
  text-align: center;
}

#countdown {
  padding: .18rem .55rem;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  letter-spacing: .04em;
}

.mini-cta {
  padding: .35rem .75rem;
  border-radius: 999px;
  background: #fff;
  color: var(--espresso);
  font-weight: 800;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 44px;
  z-index: 90;
  background: rgba(255, 248, 242, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-weight: 900;
  letter-spacing: .02em;
}

.brand img {
  width: 92px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 700;
}

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

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--espresso);
  padding: .55rem .75rem;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--espresso), #5a2b1d 48%, var(--coral));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(228, 81, 48, .24);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(228, 81, 48, .3);
}

.button-small {
  min-height: 42px;
  padding: .65rem 1rem;
  font-size: .9rem;
}

.button-ghost {
  color: var(--espresso);
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  box-shadow: none;
}

.button-block {
  width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 14%, rgba(245, 185, 174, .55), transparent 28%),
    linear-gradient(135deg, #fff8f2 0%, #ffe9dd 52%, #f5d3c7 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -22% 58%;
  height: 520px;
  background: radial-gradient(circle, rgba(180, 101, 52, .18), transparent 64%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .88fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.rating,
.stars {
  color: #c77727;
  font-weight: 900;
  letter-spacing: .04em;
}

.rating span {
  color: var(--muted);
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.55rem, 6vw, 3.85rem);
}

h2 {
  font-size: clamp(2rem, 4.4vw, 3.15rem);
}

h3 {
  font-size: 1.15rem;
}

p {
  margin: 0;
}

.lead {
  max-width: 680px;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.check-list {
  display: grid;
  gap: .7rem;
  margin: 1.55rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 2rem;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .15rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: inset 0 0 0 5px #fff0e8;
}

.cta-row,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  margin-top: 1.7rem;
}

.trust-row span {
  padding: .58rem .78rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: var(--muted);
  font-size: .88rem;
  font-weight: 800;
}

.stock-note,
.fine-print {
  margin-top: 1rem;
  color: var(--muted);
  font-size: .92rem;
}

.hero-media {
  position: relative;
}

.hero-media img {
  border-radius: 22px;
  box-shadow: var(--shadow);
  background: #fff4ef;
}

.section-heading {
  max-width: 830px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin-top: .85rem;
  color: var(--muted);
}

.eyebrow {
  margin-bottom: .75rem;
  color: var(--coral);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.problem,
.ingredients,
.reviews,
.how-to {
  background: #fff;
}

.problem-grid,
.benefit-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.soft-card,
.benefit-card,
.review-card,
.timeline-card,
.complete-card,
.price-card,
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 242, .86);
  box-shadow: 0 14px 42px rgba(80, 42, 26, .08);
}

.soft-card,
.benefit-card,
.review-card,
.timeline-card,
.complete-card {
  padding: 1.2rem;
}

.soft-card p,
.benefit-card p,
.review-card p,
.timeline-card p,
.complete-card p {
  margin-top: .6rem;
  color: var(--muted);
}

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

.benefit-card span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: #fff;
  background: var(--coral);
  font-weight: 900;
}

.ingredient-list {
  display: grid;
  gap: 1rem;
}

.ingredient-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 1.5rem;
  align-items: center;
  min-height: 170px;
  padding: 1.35rem 1.35rem 1.35rem 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(90deg, #fff8f2, #fff);
  overflow: hidden;
}

.ingredient-card p {
  max-width: 660px;
  margin-top: .55rem;
  color: var(--muted);
}

.ingredient-card img {
  justify-self: end;
  max-height: 154px;
  object-fit: contain;
}

.complete-card {
  margin-top: 1.25rem;
  background: linear-gradient(135deg, #33180f, #6d4029);
  color: #fff;
}

.complete-card p,
.complete-card small {
  color: rgba(255,255,255,.82);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .78fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, .78fr) minmax(0, .9fr);
}

.split p:not(.eyebrow) {
  margin: 1rem 0 1.4rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.rounded-image {
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.lifestyle-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.lifestyle-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff8f2;
  box-shadow: 0 14px 42px rgba(80, 42, 26, .08);
}

.lifestyle-gallery img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.lifestyle-gallery figcaption {
  padding: .8rem .9rem;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 800;
}

.timeline {
  background: linear-gradient(135deg, #fff8f2, #fff0e8);
}

.timeline-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.timeline-card {
  position: relative;
  min-height: 170px;
}

.timeline-card span {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--coral);
  font-weight: 900;
}

.pricing {
  background: radial-gradient(circle at 50% 0, rgba(245,185,174,.5), transparent 34%), #fff8f2;
}

.price-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem;
  color: var(--espresso);
  text-align: center;
  transition: transform .22s ease, border-color .22s ease;
}

.price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(228,81,48,.55);
}

.price-card img {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  object-fit: contain;
  margin-top: .5rem;
}

.price-card b {
  position: absolute;
  top: .7rem;
  right: .7rem;
  padding: .35rem .55rem;
  border-radius: 999px;
  background: var(--coral);
  color: #fff;
  font-size: .72rem;
  text-transform: uppercase;
}

.price-card.featured {
  background: linear-gradient(180deg, #fff, #fff0e8);
  border-color: rgba(228,81,48,.36);
}

.price-card.value b {
  background: var(--espresso);
}

.checkout-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .65rem;
  margin: 1.5rem auto 0;
  color: var(--muted);
}

.checkout-note span {
  padding: .45rem .7rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-weight: 800;
}

.aggregate {
  color: var(--coral) !important;
  font-weight: 900;
}

.review-card h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.review-card h3 span {
  padding: .25rem .45rem;
  border-radius: 999px;
  background: #e8f4df;
  color: #3f6a2d;
  font-size: .7rem;
  font-weight: 900;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.comparison-table [role="row"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.comparison-table [role="cell"],
.comparison-table [role="columnheader"] {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}

.comparison-table [role="cell"]:first-child {
  color: #3d6f33;
  font-weight: 800;
}

.comparison-table [role="cell"]:last-child {
  color: var(--muted);
}

.table-head {
  background: var(--espresso);
  color: #fff;
  font-weight: 900;
}

.steps {
  display: grid;
  gap: .85rem;
  margin: 1.3rem 0 1.5rem;
  padding-left: 1.4rem;
  color: var(--muted);
  font-weight: 700;
}

.guarantee {
  background: linear-gradient(135deg, #3a1b11, #6b3926);
}

.guarantee-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  color: #fff;
  box-shadow: var(--shadow);
}

.guarantee-box p {
  max-width: 760px;
  margin-top: .9rem;
  color: rgba(255,255,255,.82);
}

.faq-list {
  display: grid;
  gap: .75rem;
}

details {
  padding: 1rem 1.1rem;
  background: #fff;
}

summary {
  cursor: pointer;
  color: var(--espresso);
  font-weight: 900;
}

details p {
  margin-top: .75rem;
  color: var(--muted);
}

.site-footer {
  padding: 42px 0 92px;
  background: var(--espresso);
  color: rgba(255,255,255,.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

.footer-brand {
  color: #fff;
}

.site-footer p {
  max-width: 560px;
  margin-top: .8rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .6rem;
}

.footer-links button {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: .55rem .8rem;
  color: #fff;
  background: rgba(255,255,255,.06);
  cursor: pointer;
}

.mobile-sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--espresso), var(--coral));
  font-weight: 900;
  box-shadow: 0 15px 40px rgba(38, 19, 13, .26);
}

.modal-backdrop,
.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(38,19,13,.58);
  backdrop-filter: blur(9px);
}

.modal-backdrop[hidden],
.exit-popup[hidden] {
  display: none;
}

.modal,
.exit-card {
  width: min(680px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  position: relative;
  border-radius: 18px;
  background: #fff8f2;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.modal {
  padding: clamp(1.25rem, 4vw, 2.2rem);
}

.modal h2,
.exit-card h2 {
  margin-right: 2rem;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
}

.modal p,
.modal li,
.exit-card p {
  color: var(--muted);
}

.modal ul {
  padding-left: 1.2rem;
}

.modal-close,
.exit-close {
  position: absolute;
  top: .7rem;
  right: .7rem;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--espresso);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.exit-card {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 1.2rem;
  align-items: center;
  padding: 1.2rem;
}

.exit-card img {
  border-radius: 14px;
  background: #fff;
}

.exit-card p {
  margin: .8rem 0 1.2rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav .button-small {
    display: none;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .7rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: .8rem;
  }

  .hero-grid,
  .split,
  .split.reverse {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: -1;
  }

  .problem-grid,
  .benefit-grid,
  .review-grid,
  .price-grid,
  .lifestyle-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid,
  .guarantee-box {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .urgency-bar {
    flex-wrap: wrap;
    gap: .45rem;
    font-size: .82rem;
  }

  .site-header {
    top: 62px;
  }

  .nav {
    min-height: 66px;
  }

  .section-pad {
    padding: 58px 0;
  }

  .hero {
    padding-top: 22px;
  }

  h1 {
    font-size: clamp(2.28rem, 12vw, 3.3rem);
  }

  .cta-row .button {
    width: 100%;
  }

  .trust-row span {
    width: 100%;
    text-align: center;
  }

  .problem-grid,
  .benefit-grid,
  .review-grid,
  .timeline-grid,
  .price-grid,
  .lifestyle-gallery {
    grid-template-columns: 1fr;
  }

  .ingredient-card {
    grid-template-columns: 1fr 118px;
    min-height: 146px;
    padding: 1rem;
  }

  .ingredient-card img {
    max-height: 118px;
  }

  .comparison-table [role="row"] {
    grid-template-columns: 1fr;
  }

  .comparison-table [role="cell"]:last-child,
  .comparison-table [role="columnheader"]:last-child {
    border-top: 1px solid var(--line);
  }

  .exit-card {
    grid-template-columns: 1fr;
  }

  .exit-card img {
    max-height: 250px;
    object-fit: contain;
    margin-inline: auto;
  }

  .mobile-sticky-cta {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
