/* =========================================================
   The Lost Superfoods Review — responsive mobile-first CSS
   ========================================================= */
:root {
  --forest: #173c32;
  --forest-2: #245547;
  --ink: #18221f;
  --muted: #63706b;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --gold: #d7ae4b;
  --gold-dark: #9b7621;
  --line: #dfe4df;
  --danger: #8b3e32;
  --shadow: 0 18px 50px rgba(18, 38, 31, .10);
  --radius: 18px;
  --max: 1120px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.95); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--forest); color: #fff; font-size: 12px; }
.site-nav { display: none; }
.site-nav a { text-decoration: none; font-size: .92rem; font-weight: 700; }
.site-nav .nav-cta { background: var(--forest); color: #fff; padding: 9px 13px; border-radius: 999px; }
.menu-toggle { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: transparent; display: grid; place-content: center; gap: 4px; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; background: var(--forest); display: block; }
.site-nav.is-open { display: flex; position: absolute; left: 16px; right: 16px; top: 76px; flex-direction: column; padding: 18px; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.hero { background: radial-gradient(circle at 75% 15%, rgba(215,174,75,.18), transparent 32%), linear-gradient(135deg, #f6f1e6, #fffdf8 55%); padding: 64px 0 54px; }
.hero-grid, .two-col, .verdict-card, .price-card { display: grid; gap: 34px; }
.eyebrow { margin: 0 0 8px; color: var(--gold-dark); font-weight: 900; font-size: .76rem; letter-spacing: .16em; }
h1,h2,h3 { line-height: 1.14; margin-top: 0; }
h1 { font-family: var(--serif); font-size: clamp(2.5rem, 8vw, 5rem); letter-spacing: -.04em; margin-bottom: 20px; }
h2 { font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: -.03em; margin-bottom: 16px; }
h3 { font-size: 1.12rem; margin-bottom: 8px; }
.hero-lead { font-size: 1.1rem; max-width: 680px; color: #41504a; }
.rating-row { display: flex; align-items: center; gap: 14px; margin: 26px 0; max-width: 600px; }
.score { display: grid; place-items: center; min-width: 72px; min-height: 72px; border-radius: 50%; background: var(--forest); color: #fff; font-weight: 900; font-size: 1.05rem; box-shadow: 0 8px 24px rgba(23,60,50,.2); }
.rating-row small { color: var(--muted); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 13px 20px; border-radius: 12px; text-decoration: none; font-weight: 900; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(18,38,31,.15); }
.btn-primary { background: var(--forest); color: #fff; }
.btn-gold { background: var(--gold); color: #1b211e; }
.btn-large { padding: 15px 26px; font-size: 1.02rem; }
.full { width: 100%; }
.text-link { font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.microcopy, .small-note { font-size: .88rem; color: var(--muted); }
.hero-media { margin: 0; }
.hero-media img { width: min(500px, 100%); margin-inline: auto; border-radius: 18px; box-shadow: 0 30px 70px rgba(25,40,34,.18); }
figcaption { font-size: .76rem; color: var(--muted); margin-top: 8px; }
.section { padding: 76px 0; }
.section-alt { background: var(--cream); }
.section-dark { background: var(--forest); color: #fff; }
.section-dark .eyebrow, .light .eyebrow { color: #e9c66d; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p:not(.eyebrow) { color: var(--muted); }
.section-dark p { color: #d8e3df; }
.compact { margin-bottom: 26px; }
.quick-summary { padding: 52px 0; border-bottom: 1px solid var(--line); }
.summary-grid, .feature-grid, .testimonial-grid, .bonus-grid { display: grid; gap: 16px; }
.summary-grid article, .feature-card, .testimonial, .bonus-grid article { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.summary-grid .icon { color: var(--gold-dark); font-weight: 900; }
.summary-grid p, .feature-card p, .testimonial p { margin: 0; color: var(--muted); }
.verdict-card { background: var(--cream); border: 1px solid var(--line); border-radius: 24px; padding: 28px; }
.verdict-score { display: grid; align-content: center; justify-items: center; text-align: center; background: var(--forest); color: #fff; border-radius: 18px; padding: 28px; min-height: 220px; }
.verdict-score > span:first-child { font-size: 4rem; font-weight: 900; line-height: 1; }
.verdict-score small { margin-top: -8px; }
.verdict-score strong { font-size: .72rem; letter-spacing: .14em; margin: 12px 0; }
.pill { background: rgba(255,255,255,.12); padding: 6px 12px; border-radius: 999px; font-size: .8rem; }
.feature-image img { width: 100%; height: auto; border-radius: 18px; box-shadow: var(--shadow); }
.feature-grid .feature-card { background: var(--paper); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
table { width: 100%; border-collapse: collapse; min-width: 620px; background: var(--paper); }
th, td { padding: 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { width: 30%; color: var(--forest); }
tr:last-child th, tr:last-child td { border-bottom: 0; }
.notice { margin-top: 16px; padding: 16px 18px; border-left: 4px solid var(--gold); background: #f7f3e8; color: #4b554f; border-radius: 8px; }
.pros-cons { display: grid; gap: 18px; }
.pc-card { border-radius: 18px; padding: 26px; border: 1px solid var(--line); }
.pc-card.pro { background: #edf5ef; }
.pc-card.con { background: #fbf0ed; }
.pc-card ul, .check-list, .price-points { padding-left: 20px; }
.pc-card li, .check-list li, .price-points li { margin: 9px 0; }
.audience-grid { display: grid; gap: 20px; }
.not-for { background: var(--cream); border-radius: 18px; padding: 26px; }
.bonus-grid article { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.13); }
.bonus-number { color: #e9c66d; font-weight: 900; font-size: .8rem; }
.center-cta { text-align: center; margin-top: 28px; }
.gallery { display: grid; gap: 18px; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; border-radius: 16px; box-shadow: var(--shadow); }
.stars { letter-spacing: .12em; color: var(--gold-dark); margin-bottom: 10px; }
.testimonial strong { font-size: .88rem; }
.price-section { background: linear-gradient(180deg, #f7f2e8, #fffdf8); }
.price-card { background: var(--forest); color: #fff; border-radius: 24px; padding: 30px; }
.price-card p, .price-card .small-note { color: #d7e1dd; }
.price-box { background: #fff; color: var(--ink); border-radius: 18px; padding: 24px; display: grid; gap: 5px; align-content: center; }
.price-box span { font-size: .82rem; color: var(--muted); }
.price-box strong { font-family: var(--serif); font-size: 4rem; line-height: 1; }
.price-box small { color: var(--muted); }
.price-box .btn { margin-top: 16px; }
.affiliate-note { text-align: center; font-size: .72rem; }
.faq-wrap { max-width: 900px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 2px 0; }
summary { cursor: pointer; list-style: none; font-weight: 850; padding: 20px 0; position: relative; padding-right: 40px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 17px; font-size: 1.5rem; color: var(--gold-dark); }
details[open] summary::after { content: "−"; }
details p { margin: 0 0 20px; color: var(--muted); }
.final-cta { background: var(--forest); color: #fff; text-align: center; padding: 78px 0; }
.final-cta > .container { display: grid; justify-items: center; }
.final-cta p:not(.eyebrow), .final-cta .microcopy { color: #d8e3df; max-width: 680px; }
.guarantee { width: 150px; height: 150px; object-fit: contain; margin-bottom: 20px; }
.site-footer { background: #0e2822; color: #d2ddd9; padding: 52px 0 20px; }
.footer-grid { display: grid; gap: 28px; }
.footer-grid h3 { color: #fff; }
.footer-grid p { color: #b8c9c2; font-size: .9rem; }
.footer-brand { color: #fff; margin-bottom: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 18px; color: #8fa49b; font-size: .78rem; }

@media (min-width: 760px) {
  .container { width: min(var(--max), calc(100% - 48px)); }
  .hero { padding: 92px 0 80px; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; align-items: center; }
  .summary-grid { grid-template-columns: repeat(4, 1fr); }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .two-col { grid-template-columns: 1fr 1fr; align-items: center; }
  .image-right { grid-template-columns: .9fr 1.1fr; }
  .verdict-card { grid-template-columns: 1fr 260px; align-items: stretch; padding: 36px; }
  .pros-cons { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .bonus-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .price-card { grid-template-columns: 1.4fr .6fr; align-items: center; padding: 38px; }
  .footer-grid { grid-template-columns: 1.4fr .8fr .8fr; }
}
@media (min-width: 980px) {
  .menu-toggle { display: none; }
  .site-nav { display: flex; align-items: center; gap: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
