/* responsive.css — 768 / 1024 / 1280 breakpoints + mobile hamburger below 768px */

/* Small tablet / phone tweaks */
@media (max-width: 1024px) {
  :root {
    --space-section: 96px;
    --space-block: 40px;
  }
}
@media (max-width: 768px) {
  :root {
    --space-section: 64px;
    --space-block: 32px;
    --gutter: 20px;
  }
  .wh-hero { padding: 72px 0 64px; }
  .wh-hero-h1 {
    font-size: clamp(2.4rem, 10vw, 4.5rem);
    max-width: 18ch;
    line-height: 1.05;
  }
  .wh-hero-kicker { font-size: 11px; letter-spacing: 0.15em; }
  .wh-hero-tier-row { flex-wrap: wrap; gap: 12px; }

  .wh-compliance-row { font-size: 11px; letter-spacing: 0; }
  .wh-compliance-row .sep { padding: 0 0.3em; }
  .wh-compliance-row .wh-container { display: flex; flex-wrap: wrap; justify-content: center; row-gap: 4px; }
  .wh-footer { padding: 64px 0 32px; }

  .wh-review-hero h1 { margin: 16px 0; font-size: clamp(2.2rem, 10vw, 3.6rem); }
  .wh-article-body { font-size: 16px; }

  .wh-tabs { gap: 4px; padding: 12px 0; overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }
  .wh-tab { padding: 5px 10px; font-size: 13px; white-space: nowrap; flex-shrink: 0; }

  .wh-kicker-bar { flex-wrap: wrap; row-gap: 6px; }

  .wh-affiliate-banner-inner { flex-wrap: wrap; row-gap: 6px; }

  .wh-licensed-banner-count { font-size: 2.2rem; }

  .wh-footer-grid { gap: 28px; }

  .wh-pagetitle { font-size: clamp(2rem, 8vw, 3rem); }

  .wh-qcard { padding: 24px 20px 24px 32px; }
  .wh-qcard-h1 { font-size: 1.5rem; }

  .wh-verdict { padding-left: 16px; font-size: 1.1rem; }
}

@media (max-width: 520px) {
  .wh-bm-row { gap: 12px; padding: 18px 0; }
  .wh-review-hero h1 { font-size: clamp(2rem, 12vw, 2.8rem); }
  .wh-hero-h1 { font-size: clamp(2rem, 11vw, 3rem); line-height: 1.08; }
  .wh-hero-operator { font-size: 20px; letter-spacing: 0.02em; }
  .wh-offer-box { padding: 18px; }

  .wh-masthead-inner { min-height: 60px; padding: 12px 0 10px; gap: 12px; }
  .wh-wordmark { font-size: 1.3rem; }
  .wh-subwordmark { display: none; }

  .wh-clipping { padding: 22px 0; }
  .wh-clipping h3 { font-size: 1.2rem; }

  .wh-licensed-banner {
    padding: 18px;
    gap: 12px;
  }

  .wh-qcard { max-width: 100%; aspect-ratio: auto; padding: 24px 20px 24px 28px; }

  .wh-form-field input, .wh-form-field select, .wh-form-field textarea { font-size: 16px; /* prevent iOS zoom */ }

  .wh-subscribe-form { flex-direction: column; }
  .wh-subscribe-form input[type=email] { width: 100%; }
  .wh-subscribe-form .wh-btn { width: 100%; }

  /* Contact form direct panel */
  .wh-contact-direct dt { font-size: 11px; }

  /* Age gate on very narrow screens */
  .wh-age-modal { padding: 24px 20px; }
  .wh-age-modal .wh-age-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .wh-age-modal .wh-btn { width: 100%; }
}
