:root {
  --cream: #fff7ef;
  --cream-2: #f9eadf;
  --blush: #f6c8bd;
  --blush-soft: #ffe3dc;
  --coral: #d94a2b;
  --coral-dark: #b9361c;
  --coffee: #4b2c1f;
  --coffee-2: #7a4a34;
  --ink: #241a16;
  --muted: #6f625d;
  --line: #ead3c8;
  --white: #fffdf9;
  --shadow: 0 20px 60px rgba(75, 44, 31, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.section { padding: 84px 0; }
.skip-link { position: absolute; left: -999px; top: 8px; }
.skip-link:focus { left: 8px; z-index: 20; background: var(--white); padding: 8px; }

.offer-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 10px 18px;
  background: var(--coffee);
  color: var(--white);
  font-size: 14px;
  text-align: center;
  flex-wrap: wrap;
}
.timer { padding: 4px 10px; background: rgba(255,255,255,.13); border-radius: 999px; font-weight: 800; }
.stock { color: #ffd8c7; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 247, 239, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav { display: flex; align-items: center; gap: 24px; min-height: 76px; }
.brand img { width: 88px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 22px; margin-left: auto; color: var(--coffee); font-weight: 700; font-size: 14px; }
.nav-links a:hover, .footer-links button:hover { color: var(--coral); }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; color: var(--coffee); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 0;
  border-radius: 8px;
  background: var(--coral);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(217, 74, 43, .28);
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { background: var(--coral-dark); transform: translateY(-1px); }
.btn-small { min-height: 42px; padding: 10px 16px; font-size: 14px; }
.btn-ghost { background: var(--white); color: var(--coffee); border: 1px solid var(--line); box-shadow: none; }
.btn-ghost:hover { background: var(--cream-2); color: var(--coffee); }

.hero {
  padding-top: 70px;
  background:
    radial-gradient(circle at 82% 16%, rgba(246,200,189,.64), transparent 30%),
    linear-gradient(135deg, var(--cream) 0%, #fffaf4 48%, var(--blush-soft) 100%);
}
.hero-grid, .split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero h1, h2 { margin: 0; color: var(--coffee); line-height: 1.05; letter-spacing: 0; }
.hero h1 { font-size: clamp(42px, 7vw, 55px); max-width: 820px; }
h2 { font-size: clamp(32px, 5vw, 35px); }
h3 { color: var(--coffee); line-height: 1.2; margin: 0 0 10px; }
p { margin: 0 0 16px; }
.eyebrow { color: var(--coral); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.lead { font-size: 19px; color: var(--muted); max-width: 720px; }
.hero-bullets { display: grid; gap: 9px; padding: 0; margin: 24px 0; list-style: none; }
.hero-bullets li { position: relative; padding-left: 30px; font-weight: 700; color: var(--coffee); }
.hero-bullets li::before { content: "\2713"; position: absolute; left: 0; color: var(--coral); font-weight: 900; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.trust-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-badges span, .ship, .badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--coffee);
  font-size: 13px;
  font-weight: 800;
}
.hero-media { position: relative; }
.hero-media img, .split img { border-radius: 8px; box-shadow: var(--shadow); background: var(--white); }
.floating-card {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: grid;
  gap: 2px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(255,253,249,.94);
  box-shadow: var(--shadow);
}
.floating-card b { color: var(--coral); font-size: 20px; }
.floating-card span { color: var(--muted); font-size: 13px; font-weight: 700; }

.ritual { background: var(--white); }
.split p { color: var(--muted); font-size: 17px; }
.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.card-grid, .review-grid, .pricing-grid, .timeline-grid { display: grid; gap: 18px; }
.six { grid-template-columns: repeat(3, 1fr); }
.card, .review-grid article, .price-card, .timeline-grid article, details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(75,44,31,.06);
}
.icon {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--coral);
  font-weight: 900;
  border-bottom: 3px solid var(--blush);
}
.card p, .review-grid p, details p, .price-card p, .timeline-grid p { color: var(--muted); }

.ingredients { background: #fff4ec; }
.ingredient-layout { display: grid; grid-template-columns: 1fr 300px; gap: 34px; align-items: start; }
.ingredient-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ingredient-list article { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,249,.72); }
.ingredient-list h3 { font-size: 18px; }
.ingredient-list p { color: var(--muted); font-size: 14px; margin: 0; }
.ingredient-images { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; position: sticky; top: 110px; }
.ingredient-images img { height: 145px; width: 100%; object-fit: contain; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 12px; }
.note, .tip { margin-top: 22px; padding: 14px 16px; border-left: 4px solid var(--coral); background: var(--white); color: var(--muted); border-radius: 0 8px 8px 0; }

.comparison { background: var(--white); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 18px; text-align: left; border-bottom: 1px solid var(--line); }
th { background: var(--coffee); color: var(--white); font-size: 18px; }
td:first-child { color: var(--coral-dark); font-weight: 900; }

.reverse { grid-template-columns: .85fr 1.15fr; }
.steps { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.steps li { display: flex; gap: 14px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--coffee); font-weight: 800; }
.steps span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--coral); color: var(--white); flex: 0 0 auto; }
.timeline { background: #fffaf5; }
.timeline-grid { grid-template-columns: repeat(3, 1fr); }
.timeline-grid span { color: var(--coral); font-weight: 900; }

.shop { background: linear-gradient(180deg, var(--coffee) 0%, #6a3d2b 100%); color: var(--white); }
.shop h2, .shop .eyebrow { color: var(--white); }
.pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.price-card { text-align: center; color: var(--ink); position: relative; }
.price-card.featured { transform: translateY(-12px); border: 3px solid var(--coral); }
.price-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; margin: 16px 0 20px; }
.price { display: block; margin: 10px 0 12px; font-size: 24px; color: var(--coffee); }
.ship { margin-bottom: 18px; background: var(--blush-soft); }
.badge { background: var(--coral); color: var(--white); border: 0; }

.reviews { background: var(--cream); }
.review-grid { grid-template-columns: repeat(3, 1fr); }
.stars { color: #f7a21b; letter-spacing: 2px; margin-bottom: 12px; }
.review-grid b, .review-grid span { display: block; }
.review-grid span { color: var(--coral); font-size: 13px; font-weight: 900; }

.guarantee { background: var(--white); }
.guarantee-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px;
  border-radius: 8px;
  background: var(--blush-soft);
  border: 1px solid var(--line);
}
.guarantee-box p { color: var(--muted); max-width: 720px; }

.faq-list { display: grid; gap: 12px; max-width: 920px; margin: 0 auto; }
summary { cursor: pointer; color: var(--coffee); font-weight: 900; }
details p { margin-top: 12px; }

.site-footer { background: var(--coffee); color: var(--white); padding: 54px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 28px; }
.footer-brand { display: inline-block; font-size: 28px; font-weight: 950; letter-spacing: .04em; margin-bottom: 10px; }
.site-footer p { color: #f2dacf; }
.footer-links { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; align-content: start; }
.footer-links button { border: 1px solid rgba(255,255,255,.25); background: transparent; color: var(--white); border-radius: 8px; padding: 10px 12px; cursor: pointer; }
.copyright { text-align: center; margin: 34px 0 0; font-size: 14px; }

.modal, .exit-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(36,26,22,.62);
  z-index: 30;
}
.modal[aria-hidden="false"], .exit-popup[aria-hidden="false"] { display: flex; }
.modal-panel, .exit-card {
  position: relative;
  width: min(680px, 100%);
  max-height: min(86vh, 720px);
  overflow: auto;
  background: var(--white);
  border-radius: 8px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.modal-close, .exit-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  font-size: 22px;
}
.exit-card { display: grid; grid-template-columns: 190px 1fr; gap: 24px; align-items: center; }
.exit-card img { border-radius: 8px; border: 1px solid var(--line); }

.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 18;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: var(--white);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(75,44,31,.12);
}
.mobile-cta span { color: var(--coffee); font-weight: 900; }

@media (max-width: 920px) {
  .nav { flex-wrap: wrap; padding: 14px 0; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .nav > .btn { display: none; }
  .nav-links { display: none; order: 3; width: 100%; margin: 0; padding: 12px 0 4px; flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .reverse, .ingredient-layout, .footer-grid { grid-template-columns: 1fr; }
  .six, .pricing-grid, .review-grid, .timeline-grid { grid-template-columns: repeat(2, 1fr); }
  .ingredient-images { position: static; grid-template-columns: repeat(4, 1fr); }
  .price-card.featured { transform: none; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  body { padding-bottom: 70px; }
  .section { padding: 58px 0; }
  .wrap { width: min(100% - 28px, 1160px); }
  .hero { padding-top: 46px; }
  .hero h1 { font-size: 42px; }
  .hero-actions, .guarantee-box { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .six, .pricing-grid, .review-grid, .timeline-grid, .ingredient-list { grid-template-columns: 1fr; }
  .ingredient-images { grid-template-columns: repeat(2, 1fr); }
  .floating-card { position: static; margin-top: 14px; }
  .exit-card { grid-template-columns: 1fr; }
  .exit-card img { width: 180px; margin: 0 auto; }
  .mobile-cta { display: flex; }
  .mobile-cta .btn { width: auto; }
}
