/* ============================================================
   NUTRITION ELEMENTS CONSUMER WARNING PORTAL
   Authoritative government-warning design system
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --bg-primary: #0a0a0f;
  --bg-card: #111118;
  --bg-card-hover: #1a1a28;
  --bg-section: #0f0f17;
  --text-primary: #f0f0f0;
  --text-secondary: #b0b0c0;
  --text-muted: #707080;
  --red: #cc0000;
  --red-dark: #8b0000;
  --red-light: #ff1a1a;
  --amber: #f59e0b;
  --amber-dark: #b8860b;
  --gold: #d4a843;
  --border: #1e1e2e;
  --border-light: #2a2a3e;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ────────────────────────────── ACCESSIBILITY ────────────────────────────── */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--gold);
  color: #000;
  padding: 12px 20px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 6px 0;
}
.skip-link:focus {
  left: 0;
  outline: 3px solid #fff;
}

/* ────────────────────────────── LEGAL FOOTER ────────────────────────────── */
.legal-footer {
  margin-top: 60px;
  padding: 32px 24px 24px;
  border-top: 2px solid var(--border-light);
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.4));
}

.legal-disclaimer-box {
  background: var(--bg-card);
  border-left: 4px solid var(--gold);
  border-radius: 4px;
  padding: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.legal-disclaimer-box .legal-title {
  color: var(--gold);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.legal-disclaimer-box p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 12px;
}

.legal-disclaimer-box strong { color: var(--text-primary); }

/* ────────────────────────────── VIDEO EVIDENCE ────────────────────────────── */

.video-evidence {
  background: var(--bg-card);
  border: 2px solid var(--red);
  border-radius: 8px;
  padding: 16px;
  margin: 24px 0;
  box-shadow: 0 0 30px rgba(204,0,0,0.15);
}

.video-evidence video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  background: #000;
}

.video-caption {
  margin-top: 16px;
  padding: 16px;
  background: rgba(204,0,0,0.08);
  border-left: 4px solid var(--red);
  border-radius: 4px;
}

.video-caption strong {
  color: var(--red-light);
  font-size: 1.05rem;
  display: block;
  margin-bottom: 8px;
}

.video-caption p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ────────────────────────────── GLOBAL WARNING BANNER ────────────────────────────── */

.top-warning-banner {
  background: linear-gradient(135deg, #8b0000 0%, #cc0000 30%, #ff1a1a 50%, #cc0000 70%, #8b0000 100%);
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 3px solid var(--gold);
}

/* ────────────────────────────── TOP NAV ────────────────────────────── */

.top-nav {
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.top-nav a {
  color: var(--text-secondary);
  text-decoration: none;
  padding: 14px 16px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.2s;
  border-bottom: 2px solid transparent;
}

.top-nav a:hover {
  color: var(--amber);
  background: rgba(245, 158, 11, 0.05);
  border-bottom-color: var(--amber);
}

/* ────────────────────────────── MAIN LAYOUT ────────────────────────────── */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ────────────────────────────── HERO / MASTHEAD ────────────────────────────── */

.hero {
  position: relative;
  padding: 60px 0 40px;
  text-align: center;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(204, 0, 0, 0.03) 2px,
      rgba(204, 0, 0, 0.03) 4px
    );
  pointer-events: none;
}

.seal-icon {
  font-size: 5rem;
  margin-bottom: 20px;
  display: block;
}

.hero h1 {
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 0.95;
  margin-bottom: 16px;
  position: relative;
}

.hero .dossier-title {
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.1;
}

.hero .dossier-subtitle {
  font-size: clamp(3.2rem, 8vw, 4.5rem);
  font-weight: 900;
  color: var(--red-light);
  letter-spacing: 0.02em;
  margin: 14px 0 24px;
  text-shadow: 0 0 30px rgba(204,0,0,0.4);
}

.hero h1 .name-highlight {
  background: linear-gradient(135deg, var(--red-light), var(--red));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.hero .subtitle {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 28px;
  font-weight: 400;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.hero .warning-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--red);
  color: #fff;
  padding: 16px 36px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  box-shadow: 0 4px 24px rgba(204, 0, 0, 0.4);
}

/* ────────────────────────────── FACE + NAME SECTION ────────────────────────────── */

.subject-card {
  display: flex;
  align-items: center;
  gap: 32px;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-left: 4px solid var(--red);
  padding: 32px;
  margin: 32px 0;
  border-radius: 8px;
}

.subject-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--red);
  flex-shrink: 0;
}

.subject-info h2 {
  font-size: clamp(2.4rem, 4.5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 4px;
  color: var(--text-primary);
}

.subject-info .subject-title {
  font-size: 1rem;
  color: var(--red-light);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.subject-info .subject-desc {
  color: var(--text-secondary);
  margin-top: 8px;
  font-size: 0.95rem;
}

/* ────────────────────────────── STAT BANNER ────────────────────────────── */

.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin: 32px 0;
}

.stat-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.stat-card .stat-number {
  font-size: clamp(2.8rem, 4.5vw, 3.5rem);
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}

.stat-card .stat-label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ────────────────────────────── EVIDENCE GRID ────────────────────────────── */

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  margin: 32px 0;
}

.evidence-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  transition: all 0.3s;
  text-decoration: none;
  color: var(--text-primary);
  position: relative;
  overflow: hidden;
}

.evidence-card:hover {
  border-color: var(--amber);
  background: var(--bg-card-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.evidence-card .card-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.evidence-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--amber);
}

.evidence-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.evidence-card .card-tag {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* ────────────────────────────── SECTION HEADERS ────────────────────────────── */

.section-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 40px 0 20px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, var(--border-light), transparent);
}

.section-title .title-badge {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--red);
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
}

/* ────────────────────────────── CONTENT ────────────────────────────── */

.content-section {
  margin: 24px 0;
}

.content-section p {
  color: var(--text-secondary);
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.content-section strong {
  color: var(--text-primary);
}

.content-section ul {
  list-style: none;
  padding: 0;
}

.content-section ul li {
  padding: 10px 0 10px 24px;
  position: relative;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
}

.content-section ul li:last-child {
  border-bottom: none;
}

.content-section ul li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}

/* ────────────────────────────── ALERT BOXES ────────────────────────────── */

.alert-box {
  border-radius: 8px;
  padding: 24px;
  margin: 24px 0;
  border-left: 4px solid;
}

.alert-box.danger {
  background: rgba(204, 0, 0, 0.1);
  border-color: var(--red);
}

.alert-box.warning {
  background: rgba(245, 158, 11, 0.1);
  border-color: var(--amber);
}

.alert-box .alert-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.alert-box.danger .alert-title { color: var(--red-light); }
.alert-box.warning .alert-title { color: var(--amber); }

.alert-box p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin: 0;
}

/* ────────────────────────────── PHOTO EVIDENCE ────────────────────────────── */

.photo-evidence {
  margin: 32px 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

.photo-evidence img {
  width: 100%;
  height: auto;
  display: block;
}

.photo-evidence .photo-caption {
  padding: 16px 20px;
  background: #0d0d16;
  border-top: 1px solid var(--border);
}

.photo-evidence .photo-caption strong {
  color: var(--amber);
}

.photo-evidence .photo-caption p {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-top: 4px;
}

/* ────────────────────────────── FACT BOX ────────────────────────────── */

.fact-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px 0;
}

.fact-box dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 20px;
}

.fact-box dt {
  color: var(--red-light);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fact-box dd {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* ────────────────────────────── BUTTONS / LINKS ────────────────────────────── */

.action-link {
  display: inline-block;
  background: var(--red);
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}

.action-link:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(204, 0, 0, 0.3);
}

.action-link.amber {
  background: var(--amber);
  color: #000;
}

.action-link.amber:hover {
  background: #d97706;
}

.btn-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0;
}

/* ────────────────────────────── FOOTER ────────────────────────────── */

footer {
  margin-top: 60px;
  padding: 32px 0;
  border-top: 1px solid var(--border);
}

footer p {
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* ────────────────────────────── CONTACT FORM ────────────────────────────── */

.contact-form {
  max-width: 600px;
  margin: 24px 0;
}

.contact-form label {
  display: block;
  color: var(--text-secondary);
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  margin-bottom: 16px;
  transition: border-color 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--amber);
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* ────────────────────────────── MOBILE-FIRST WORLD-CLASS ────────────────────────────── */

/* ════════════════════════════════════════════════════════════════════
   TABLET — 900px and under (premium layout, single quality tier)
   ════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .container { padding: 0 24px; }
  .hero { padding: 56px 0 36px; }
  .hero h1 { font-size: clamp(2.6rem, 6vw, 3.2rem); }
  .hero .name-highlight { font-size: clamp(2.6rem, 6vw, 3.2rem) !important; }
  .evidence-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .stats-row { grid-template-columns: repeat(4, 1fr); gap: 14px; }
}

/* ════════════════════════════════════════════════════════════════════
   TABLET PORTRAIT — 768px and under (full mobile transformation)
   ════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Prevent horizontal page scroll globally */
  html, body {
    overflow-x: hidden;
    max-width: 100vw;
  }

  /* ───── BANNER ───── */
  .top-warning-banner {
    font-size: 0.72rem;
    padding: 10px 16px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-weight: 700;
  }

  /* ───── STICKY NAV (horizontal scroll, polished) ───── */
  .top-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 2px;
    padding: 12px 14px;
    background: rgba(10, 10, 15, 0.92);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    position: sticky;
    top: 0;
    z-index: 50;
    scrollbar-width: thin;
    border-bottom: 1px solid rgba(212, 168, 67, 0.3);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
  }
  .top-nav::-webkit-scrollbar { height: 3px; }
  .top-nav::-webkit-scrollbar-track { background: transparent; }
  .top-nav::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--gold), var(--amber));
    border-radius: 2px;
  }
  .top-nav a {
    flex-shrink: 0;
    padding: 10px 16px;
    font-size: 0.84rem;
    font-weight: 600;
    white-space: nowrap;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    transition: all 0.2s;
    border-bottom: 2px solid transparent;
  }
  .top-nav a:active {
    background: rgba(204, 0, 0, 0.15);
    color: var(--red-light);
    transform: scale(0.97);
  }

  /* ───── CONTAINER ───── */
  .container {
    padding: 0 18px;
  }

  /* ───── HERO (massive mobile presence — MATCHES desktop gravity) ───── */
  .hero {
    padding: 56px 0 48px;
    text-align: center;
    position: relative;
  }
  .seal-icon {
    font-size: clamp(4rem, 14vw, 5.5rem) !important;
    margin-bottom: 24px;
    filter: drop-shadow(0 0 28px rgba(204, 0, 0, 0.5));
    animation: seal-pulse 4s ease-in-out infinite;
  }
  @keyframes seal-pulse {
    0%, 100% { filter: drop-shadow(0 0 28px rgba(204, 0, 0, 0.4)); transform: scale(1); }
    50% { filter: drop-shadow(0 0 40px rgba(204, 0, 0, 0.7)); transform: scale(1.04); }
  }
  .hero h1 {
    /* BIG: keeps desktop-level visual weight even on small screens */
    font-size: clamp(2.8rem, 12vw, 4.5rem) !important;
    line-height: 0.95;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .hero h1 .name-highlight {
    font-size: 1em !important;  /* inherits from h1 */
    line-height: 1;
    letter-spacing: inherit;
    display: inline-block;
  }
  .hero .subtitle {
    font-size: clamp(0.98rem, 3.5vw, 1.1rem);
    padding: 0 4px;
    line-height: 1.55;
    margin-bottom: 32px;
    color: var(--text-primary);
    font-weight: 500;
  }
  .hero .warning-badge {
    font-size: clamp(0.78rem, 2.5vw, 0.95rem);
    padding: 16px 28px;
    margin-top: 4px;
    letter-spacing: 2.5px;
    box-shadow: 0 8px 36px rgba(204, 0, 0, 0.55);
    border-radius: 8px;
    animation: pulse-badge 3s ease-in-out infinite;
  }
  @keyframes pulse-badge {
    0%, 100% { box-shadow: 0 8px 36px rgba(204, 0, 0, 0.5); transform: translateY(0); }
    50% { box-shadow: 0 12px 48px rgba(204, 0, 0, 0.8), 0 0 80px rgba(204, 0, 0, 0.3); transform: translateY(-2px); }
  }

  /* ───── SUBJECT CARD (stacked, premium) ───── */
  .subject-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 22px;
    gap: 20px;
    border-left-width: 4px;
    border-radius: 10px;
    background: linear-gradient(180deg, var(--bg-card) 0%, rgba(204, 0, 0, 0.04) 100%);
  }
  .subject-photo {
    width: 130px;
    height: 130px;
    border-width: 4px;
    box-shadow: 0 8px 30px rgba(204, 0, 0, 0.3);
  }
  .subject-info { text-align: center; width: 100%; }
  .subject-info .subject-title {
    font-size: 0.78rem;
    letter-spacing: 2.5px;
    margin-bottom: 6px;
  }
  .subject-info h2 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
    margin-bottom: 12px;
    letter-spacing: 1px;
  }
  .subject-info .subject-desc {
    font-size: 0.96rem;
    text-align: left;
    line-height: 1.7;
    margin-top: 12px;
    color: var(--text-secondary);
  }

  /* ───── STATS (single column — each stat is its own hero card) ───── */
  .stats-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 44px 0;
  }
  .stat-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 24px 22px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--bg-card) 0%, rgba(204, 0, 0, 0.06) 100%);
    border: 1px solid var(--border);
    border-left: 4px solid var(--red);
    text-align: left;
    transition: transform 0.3s, border-color 0.3s, background 0.3s;
  }
  .stat-card:active {
    transform: scale(0.99);
    background: var(--bg-card-hover);
  }
  .stat-card .stat-number {
    font-size: clamp(3rem, 12vw, 4rem) !important;
    line-height: 1;
    font-weight: 900;
    text-shadow: 0 0 30px rgba(204, 0, 0, 0.4);
    flex-shrink: 0;
    min-width: 80px;
  }
  .stat-card .stat-label {
    font-size: 0.85rem;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    color: var(--text-secondary);
  }

  /* ───── ALERT BOXES ───── */
  .alert-box {
    padding: 22px 20px;
    border-radius: 10px;
    border-left-width: 5px;
  }
  .alert-title {
    font-size: 1rem;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  }
  .alert-box p {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  /* ───── SECTION TITLES ───── */
  .section-title {
    font-size: 1.35rem;
    padding: 20px 0 16px;
    margin: 44px 0 22px;
    letter-spacing: -0.3px;
    gap: 14px;
  }
  .section-title .title-badge {
    font-size: 0.68rem;
    padding: 4px 12px;
    letter-spacing: 1.5px;
  }

  /* ───── EVIDENCE GRID (single column, premium cards) ───── */
  .evidence-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 36px 0;
  }
  .evidence-card {
    padding: 24px 22px;
    border-radius: 10px;
    border-left: 4px solid var(--red);
  }
  .evidence-card:active {
    transform: scale(0.99);
    background: var(--bg-card-hover);
  }
  .evidence-card .card-icon {
    font-size: 2.2rem;
    margin-bottom: 14px;
  }
  .evidence-card .card-tag {
    font-size: 0.72rem;
    padding: 5px 10px;
    letter-spacing: 1.5px;
  }
  .evidence-card h3 {
    font-size: 1.18rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .evidence-card p {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  /* ───── CTA BUTTONS (full-width, premium) ───── */
  .btn-group {
    flex-direction: column;
    gap: 12px;
    margin: 32px 0;
  }
  .action-link {
    width: 100%;
    text-align: center;
    padding: 18px 20px;
    font-size: 1rem;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  }
  .action-link:active { transform: scale(0.98); }
  .action-link.amber { color: #000; }

  /* ───── SHARE BUTTONS (2-column grid) ───── */
  .share-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
  }
  .share-grid .action-link {
    padding: 14px 12px;
    font-size: 0.88rem;
    min-height: 50px;
  }

  /* ───── FACT BOX (definition list stacks) ───── */
  .fact-box {
    padding: 22px 20px;
    border-radius: 10px;
  }
  .fact-box dl {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .fact-box dt {
    font-size: 0.78rem;
    padding-bottom: 0;
    letter-spacing: 1.5px;
    margin-top: 6px;
  }
  .fact-box dt:first-child { margin-top: 0; }
  .fact-box dd {
    padding-left: 0;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
    font-size: 0.95rem;
  }
  .fact-box dd:last-child { border-bottom: none; }

  /* ───── TABLES (scrollable, not breaking layout) ───── */
  table {
    font-size: 0.84rem;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
  table th, table td {
    padding: 12px 10px !important;
    word-break: break-word;
  }

  /* ───── BLOCKQUOTES ───── */
  blockquote {
    padding: 16px 18px !important;
    margin: 18px 0 !important;
    font-size: 0.92rem;
    border-radius: 8px;
  }
  blockquote p { font-size: 0.95rem; }
  blockquote footer { font-size: 0.82rem; }

  /* ───── PHOTOS / VIDEO (full-bleed) ───── */
  .photo-evidence,
  .video-evidence {
    margin: 24px -18px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .photo-evidence img,
  .video-evidence video { border-radius: 0; }
  .photo-caption,
  .video-caption { padding: 16px 18px; }
  .photo-caption strong { font-size: 0.95rem; }
  .photo-caption p { font-size: 0.88rem; }

  /* ───── CODE BLOCKS ───── */
  code { font-size: 0.82rem; word-break: break-all; }
  pre {
    font-size: 0.82rem;
    padding: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
  }
  pre code { word-break: normal; white-space: pre-wrap; }

  /* ───── CONTACT FORM ───── */
  .contact-form input,
  .contact-form textarea {
    font-size: 16px; /* Prevents iOS zoom on focus */
    padding: 16px;
    border-radius: 8px;
  }
  .contact-form label {
    font-size: 0.8rem;
    letter-spacing: 1.5px;
  }

  /* ───── FOOTER ───── */
  .legal-footer {
    padding: 28px 18px 20px;
    margin-top: 48px;
  }
  .legal-disclaimer-box {
    padding: 22px;
    border-radius: 8px;
  }
  .legal-disclaimer-box .legal-title {
    font-size: 1rem;
  }
  .legal-disclaimer-box p {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  /* ───── BOTTOM CTA BAR (mobile-only via CSS — defaults hidden, shown inside this media query) ───── */
  .mobile-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
    background: linear-gradient(180deg, rgba(10, 10, 15, 0.95), rgba(10, 10, 15, 1));
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    border-top: 1px solid rgba(212, 168, 67, 0.3);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.5);
    display: flex;
    gap: 8px;
  }
  .mobile-cta-bar .action-link {
    flex: 1;
    padding: 14px 12px;
    font-size: 0.92rem;
    min-height: 50px;
    border-radius: 6px;
    box-shadow: none;
  }
  /* Body padding so content isn't hidden under the bar */
  body.has-mobile-cta {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }

  /* ───── SCROLL-REVEAL ANIMATIONS ───── */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  /* Stagger inside grids */
  .evidence-card.reveal:nth-child(1) { transition-delay: 0s; }
  .evidence-card.reveal:nth-child(2) { transition-delay: 0.08s; }
  .evidence-card.reveal:nth-child(3) { transition-delay: 0.16s; }
  .evidence-card.reveal:nth-child(4) { transition-delay: 0.24s; }
  .evidence-card.reveal:nth-child(5) { transition-delay: 0.32s; }
  .stat-card.reveal:nth-child(1) { transition-delay: 0s; }
  .stat-card.reveal:nth-child(2) { transition-delay: 0.1s; }
  .stat-card.reveal:nth-child(3) { transition-delay: 0.2s; }
  .stat-card.reveal:nth-child(4) { transition-delay: 0.3s; }

  /* Reduce motion respect */
  @media (prefers-reduced-motion: reduce) {
    .reveal, .reveal.is-visible {
      opacity: 1;
      transform: none;
      transition: none;
    }
    .hero .warning-badge { animation: none; }
  }
}

/* ════════════════════════════════════════════════════════════════════
   PHONE — 480px and under (extra polish for small phones)
   ════════════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  .top-warning-banner {
    font-size: 0.66rem;
    padding: 8px 12px;
    letter-spacing: 1.2px;
  }
  .top-nav { padding: 10px 12px; }
  .top-nav a { font-size: 0.8rem; padding: 8px 12px; }

  .container { padding: 0 16px; }
  .hero { padding: 48px 0 40px; }
  .seal-icon { font-size: clamp(3.6rem, 13vw, 4.4rem) !important; }
  .hero h1 { font-size: clamp(2.6rem, 12vw, 3.6rem) !important; }
  .hero h1 .name-highlight {
    font-size: 1em !important;
    letter-spacing: inherit;
  }
  .hero .subtitle { font-size: clamp(0.92rem, 3.2vw, 1.05rem); }
  .hero .warning-badge {
    font-size: clamp(0.74rem, 2.4vw, 0.88rem);
    padding: 14px 22px;
    letter-spacing: 2px;
  }

  .subject-card { padding: 24px 18px; }
  .subject-photo { width: 110px; height: 110px; }
  .subject-info h2 { font-size: clamp(2.2rem, 8vw, 2.6rem); }
  .subject-info .subject-desc { font-size: 0.92rem; }

  .stats-row { gap: 10px; }
  .stat-card { padding: 20px 18px; gap: 16px; }
  .stat-number { font-size: clamp(2.6rem, 11vw, 3.2rem) !important; min-width: 70px; }
  .stat-label { font-size: 0.78rem; letter-spacing: 1.2px; }

  .alert-box { padding: 18px 16px; }
  .alert-title { font-size: 0.94rem; }
  .alert-box p { font-size: 0.92rem; }

  .section-title {
    font-size: 1.18rem;
    margin: 36px 0 18px;
  }
  .section-title .title-badge { font-size: 0.62rem; padding: 3px 9px; }

  .evidence-card { padding: 20px 18px; }
  .evidence-card .card-icon { font-size: 2rem; }
  .evidence-card h3 { font-size: 1.1rem; }
  .evidence-card p { font-size: 0.9rem; }

  .action-link { padding: 16px 16px; font-size: 0.95rem; }
  .share-grid .action-link { padding: 12px 10px; font-size: 0.82rem; min-height: 46px; }

  .fact-box { padding: 18px 16px; }
  .fact-box dt { font-size: 0.74rem; }
  .fact-box dd { font-size: 0.9rem; }

  .mobile-cta-bar { padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); }
  .mobile-cta-bar .action-link { padding: 12px 10px; font-size: 0.85rem; min-height: 46px; }
}

/* ════════════════════════════════════════════════════════════════════
   iPhone SE / very small — 380px
   ════════════════════════════════════════════════════════════════════ */
@media (max-width: 380px) {
  .container { padding: 0 14px; }
  .hero { padding: 44px 0 40px; }
  .hero h1 { font-size: clamp(2.5rem, 11vw, 3rem) !important; }
  .seal-icon { font-size: 4rem !important; }
  .stat-card { padding: 18px 16px; gap: 14px; }
  .stat-number { font-size: clamp(2.2rem, 10vw, 2.8rem) !important; min-width: 60px; }
  .stat-label { font-size: 0.72rem; }
  .top-warning-banner { font-size: 0.62rem; padding: 8px 10px; }
}

/* ────────────────────────────── PRINT ────────────────────────────── */

@media print {
  .top-nav, .top-warning-banner { display: none; }
  body { background: #fff; color: #000; }
  .evidence-card { break-inside: avoid; border-color: #ccc; }
  .container { max-width: 100%; padding: 0; }
  a { color: #000; text-decoration: underline; }
}

/* ────────────────────────────── CHECKLIST (verify-your-product) ────────────────────────────── */
.checklist {
  margin: 20px 0;
}
.check-item {
  display: block;
  padding: 12px 16px;
  margin: 8px 0;
  background: var(--bg-section);
  border-left: 3px solid var(--border-light);
  border-radius: 4px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.15s ease;
}
.check-item:hover {
  background: var(--bg-card-hover);
  border-left-color: var(--gold);
}
.check-item input[type="checkbox"] {
  margin-right: 12px;
  accent-color: var(--gold);
  transform: scale(1.2);
}
.check-item:has(input:checked) {
  background: var(--bg-card-hover);
  border-left-color: var(--red-light);
}