/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #1a1410;
  background: #fffdf9;
  overflow-x: hidden;
}
h1,h2,h3,h4 { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1.2; }
em { font-style: italic; color: #c9a96e; }
p { line-height: 1.75; color: #4a4035; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
.center { text-align: center; }
.section-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 0.75rem;
}

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,253,249,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #f0e8d8;
}
.nav-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; gap: 2rem; height: 64px;
}
.logo {
  font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 1.1rem; letter-spacing: 0.02em;
}
.logo span { color: #c9a96e; font-size: 0.65rem; letter-spacing: 0.2em; display: block; text-transform: uppercase; font-family: 'DM Sans', sans-serif; font-weight: 500; }
.nav-links { display: flex; gap: 1.75rem; margin-left: auto; }
.nav-links a { font-size: 0.875rem; font-weight: 500; color: #4a4035; transition: color 0.2s; }
.nav-links a:hover { color: #c9a96e; }
.nav-cta {
  background: #1a1410; color: #fffdf9;
  padding: 0.5rem 1.25rem; border-radius: 100px;
  font-size: 0.8rem; font-weight: 500; white-space: nowrap;
  transition: background 0.2s;
}
.nav-cta:hover { background: #c9a96e; }

/* ── HERO ── */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding-top: 64px;
}
.hero-bg { position: absolute; inset: 0; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(26,20,16,0.82) 0%, rgba(26,20,16,0.5) 55%, rgba(26,20,16,0.1) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 620px; padding: 0 2rem 0 8%;
}
.hero-badge {
  display: inline-block;
  background: rgba(201,169,110,0.2);
  border: 1px solid rgba(201,169,110,0.5);
  color: #e8c98a;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em;
  padding: 0.4rem 1rem; border-radius: 100px;
  margin-bottom: 1.5rem;
}
.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #fffdf9; line-height: 1.1;
  margin-bottom: 1.25rem;
}
.hero-sub {
  font-size: 1.1rem; color: rgba(255,253,249,0.8);
  margin-bottom: 2rem; max-width: 500px;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.btn-primary {
  background: #c9a96e; color: #1a1410;
  padding: 0.85rem 2rem; border-radius: 100px;
  font-weight: 500; font-size: 0.95rem;
  transition: all 0.2s; display: inline-block;
}
.btn-primary:hover { background: #e8c98a; transform: translateY(-2px); }
.btn-ghost {
  border: 1px solid rgba(255,253,249,0.4); color: #fffdf9;
  padding: 0.85rem 2rem; border-radius: 100px;
  font-weight: 500; font-size: 0.95rem;
  transition: all 0.2s; display: inline-block;
}
.btn-ghost:hover { border-color: #c9a96e; color: #c9a96e; }
.hero-proof { display: flex; gap: 2.5rem; }
.proof-item strong { display: block; font-size: 1.75rem; color: #e8c98a; font-family: 'Playfair Display', serif; }
.proof-item span { font-size: 0.8rem; color: rgba(255,253,249,0.6); }

/* ── TRUST BAR ── */
.trust-bar {
  background: #1a1410; padding: 0.9rem 2rem;
}
.trust-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  font-size: 0.8rem;
}
.trust-inner > span:first-child { color: #6b5d4e; font-weight: 500; }
.trust-pub { color: #c9a96e; font-weight: 500; letter-spacing: 0.05em; }
.trust-sep { color: #3a2e28; }

/* ── WHAT IS ── */
.what-is { padding: 7rem 0; }
.what-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.what-image { position: relative; }
.what-image img { border-radius: 20px; height: 480px; object-fit: cover; width: 100%; }
.what-label {
  position: absolute; bottom: 1.25rem; left: 1.25rem; right: 1.25rem;
  background: rgba(26,20,16,0.85); color: rgba(255,253,249,0.8);
  font-size: 0.75rem; padding: 0.6rem 0.85rem; border-radius: 10px;
}
.what-text h2 { font-size: 2.5rem; margin-bottom: 1.25rem; }
.what-text p { margin-bottom: 1rem; }
.what-text strong { color: #1a1410; font-weight: 500; }
.link-arrow {
  display: inline-block; margin-top: 1rem;
  color: #c9a96e; font-weight: 500; font-size: 0.9rem;
  border-bottom: 1px solid #c9a96e; padding-bottom: 2px;
  transition: opacity 0.2s;
}
.link-arrow:hover { opacity: 0.7; }

/* ── BENEFITS ── */
.benefits-section { background: #f9f4ed; padding: 7rem 0; }
.benefits-section h2 { font-size: 2.25rem; margin-bottom: 3rem; }
.benefits-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.benefit-card {
  background: #fffdf9; border-radius: 16px; overflow: hidden;
  cursor: pointer; transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #f0e8d8;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(26,20,16,0.1); }
.benefit-icon { height: 180px; overflow: hidden; }
.benefit-icon img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.benefit-card:hover .benefit-icon img { transform: scale(1.05); }
.benefit-card > .benefit-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.7rem; color: #c9a96e; font-weight: 700;
  padding: 1.25rem 1.25rem 0; letter-spacing: 0.1em;
}
.benefit-card h3 { font-size: 1.1rem; padding: 0.4rem 1.25rem; }
.benefit-card > p { font-size: 0.88rem; padding: 0.5rem 1.25rem; color: #6b5d4e; }
.benefit-more {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
  padding: 0 1.25rem;
}
.benefit-more p { font-size: 0.83rem; color: #4a4035; }
.benefit-card.open .benefit-more { max-height: 200px; padding: 0.5rem 1.25rem 0; }
.benefit-toggle {
  display: block; font-size: 0.75rem; color: #c9a96e;
  padding: 0.75rem 1.25rem 1.25rem; font-weight: 500;
  transition: opacity 0.2s;
}
.benefit-card.open .benefit-toggle { opacity: 0.6; }

/* ── SCIENCE ── */
.science-section { padding: 7rem 0; }
.science-section h2 { font-size: 2.25rem; margin-bottom: 3rem; }
.science-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start;
}
.science-visual { position: relative; }
.science-visual img { border-radius: 20px; height: 520px; object-fit: cover; width: 100%; }
.science-steps-overlay {
  position: absolute; top: 1.5rem; left: 1.5rem;
  display: flex; flex-direction: column; gap: 0.75rem;
}
.sci-step {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.75rem; color: rgba(255,253,249,0.6);
  font-weight: 500; transition: all 0.3s; cursor: pointer;
}
.sci-step.active { color: #e8c98a; }
.sci-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,253,249,0.3); flex-shrink: 0; transition: all 0.3s;
}
.sci-step.active .sci-dot { background: #c9a96e; box-shadow: 0 0 0 3px rgba(201,169,110,0.3); }
.sci-panel { display: none; }
.sci-panel.active { display: block; }
.sci-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 700; color: #f0e8d8;
  line-height: 1; margin-bottom: 0.5rem;
}
.sci-panel h3 { font-size: 1.4rem; margin-bottom: 0.75rem; }
.sci-panel p { font-size: 0.95rem; line-height: 1.8; }
.sci-nav {
  display: flex; align-items: center; gap: 1rem; margin-top: 2rem;
}
.sci-nav button {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid #e0d4c0; background: none;
  font-size: 1rem; cursor: pointer; transition: all 0.2s;
  color: #1a1410;
}
.sci-nav button:hover { background: #c9a96e; border-color: #c9a96e; color: #fffdf9; }
.sci-dots { display: flex; gap: 6px; }
.sci-dot-nav {
  width: 6px; height: 6px; border-radius: 50%;
  background: #e0d4c0; transition: all 0.3s; cursor: pointer;
}
.sci-dot-nav.active { background: #c9a96e; width: 18px; border-radius: 3px; }

/* ── PROOF STATS ── */
.proof-section { background: #1a1410; padding: 6rem 0; }
.proof-section .section-eyebrow { color: #c9a96e; }
.proof-section h2 { color: #fffdf9; font-size: 2.25rem; margin-bottom: 3rem; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.stat-card { display: flex; flex-direction: column; }
.stat-img { height: 220px; border-radius: 14px; overflow: hidden; margin-bottom: 1.25rem; }
.stat-img img { width: 100%; height: 100%; object-fit: cover; }
.stat-big {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem; font-weight: 700; color: #c9a96e; line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-big small { font-size: 1.5rem; }
.stat-label { font-size: 0.85rem; color: rgba(255,253,249,0.6); line-height: 1.5; }

/* ── SKIN SCORE FINDER ── */
.finder-section { padding: 7rem 0; background: #f9f4ed; }
.finder-section h2 { font-size: 2.25rem; margin-bottom: 0.75rem; }
.finder-intro { color: #6b5d4e; margin-bottom: 3rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.finder-card {
  background: #fffdf9; border-radius: 24px;
  border: 1px solid #f0e8d8;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  overflow: hidden; margin-bottom: 1.5rem;
  box-shadow: 0 4px 32px rgba(26,20,16,0.07);
}
.finder-left { padding: 2.5rem; border-right: 1px solid #f0e8d8; }
.finder-right {
  padding: 2.5rem;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  background: linear-gradient(160deg, #fffdf9 0%, #f9f4ed 100%);
}
.finder-q { margin-bottom: 1.75rem; }
.finder-q label {
  display: block; font-size: 0.82rem; font-weight: 500;
  color: #1a1410; margin-bottom: 0.6rem;
}
.slider-row { display: flex; align-items: center; gap: 1rem; }
.slider-row input { flex: 1; accent-color: #c9a96e; height: 4px; }
.slider-val {
  min-width: 48px; text-align: right;
  font-weight: 500; font-size: 0.9rem; color: #c9a96e;
}
.scale-labels {
  display: flex; justify-content: space-between;
  font-size: 0.7rem; color: #b0a090; margin-top: 4px;
}
.toggle-group { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.tog {
  padding: 0.45rem 1rem; border-radius: 100px;
  border: 1px solid #e0d4c0; background: none;
  font-size: 0.8rem; cursor: pointer; transition: all 0.2s;
  color: #6b5d4e; font-family: 'DM Sans', sans-serif;
}
.tog.active { background: #1a1410; color: #fffdf9; border-color: #1a1410; }
.score-ring-wrap {
  position: relative; width: 160px; height: 160px; margin-bottom: 1.25rem;
}
.score-ring { width: 100%; height: 100%; }
.score-center {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.score-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem; font-weight: 700; color: #1a1410; line-height: 1;
}
.score-lbl { font-size: 0.7rem; color: #b0a090; margin-top: 2px; }
.score-tier {
  font-size: 1.05rem; font-weight: 500; color: #c9a96e;
  margin-bottom: 0.5rem; text-align: center;
}
.score-desc {
  font-size: 0.82rem; color: #6b5d4e; text-align: center;
  margin-bottom: 1.25rem; line-height: 1.6;
}
.score-products { width: 100%; display: flex; flex-direction: column; gap: 0.6rem; }
.score-prod-item {
  background: #f9f4ed; border-radius: 10px; padding: 0.75rem 1rem;
  display: flex; justify-content: space-between; align-items: center;
  border: 1px solid #f0e8d8;
}
.score-prod-name { font-size: 0.8rem; font-weight: 500; color: #1a1410; }
.score-prod-link {
  font-size: 0.75rem; color: #c9a96e; font-weight: 500;
  border: 1px solid #c9a96e; padding: 0.25rem 0.75rem;
  border-radius: 100px; white-space: nowrap; transition: all 0.2s;
}
.score-prod-link:hover { background: #c9a96e; color: #fffdf9; }

/* ── CSV IMPORTER ── */
.importer-card {
  background: #fffdf9; border: 1px dashed #c9a96e;
  border-radius: 16px; overflow: hidden;
}
.importer-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.5rem; cursor: pointer;
  font-size: 0.85rem; font-weight: 500; color: #c9a96e;
}
.importer-header:hover { background: #fdf8f0; }
.importer-body { padding: 1.5rem; border-top: 1px solid #f0e8d8; }
.importer-note { font-size: 0.82rem; color: #6b5d4e; margin-bottom: 1rem; line-height: 1.6; }
.importer-body textarea {
  width: 100%; border: 1px solid #e0d4c0;
  border-radius: 10px; padding: 0.75rem;
  font-family: monospace; font-size: 0.75rem; color: #1a1410;
  background: #f9f4ed; resize: vertical;
}
.importer-actions { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.btn-import {
  background: #1a1410; color: #fffdf9;
  border: none; border-radius: 100px;
  padding: 0.5rem 1.25rem; font-size: 0.8rem;
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: background 0.2s;
}
.btn-import:hover { background: #c9a96e; }
.btn-ghost-sm {
  background: none; border: 1px solid #e0d4c0;
  border-radius: 100px; padding: 0.5rem 1.25rem;
  font-size: 0.8rem; cursor: pointer;
  font-family: 'DM Sans', sans-serif; color: #6b5d4e;
  transition: all 0.2s;
}
.btn-ghost-sm:hover { border-color: #c9a96e; color: #c9a96e; }
#import-msg { font-size: 0.8rem; margin-top: 0.5rem; }
#import-msg.ok { color: #2d6a4f; }
#import-msg.err { color: #c0392b; }

/* ── PRODUCTS ── */
.products-section { padding: 7rem 0; }
.products-section h2 { font-size: 2.25rem; margin-bottom: 0.75rem; }
.products-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.products-empty { grid-column: 1/-1; text-align: center; color: #b0a090; padding: 3rem; }
.prod-card-full {
  background: #fffdf9; border: 1px solid #f0e8d8;
  border-radius: 16px; overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.prod-card-full:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(26,20,16,0.1); }
.prod-card-full.top-pick { border-color: #c9a96e; border-width: 2px; }
.prod-img-wrap { height: 150px; background: #f9f4ed; display: flex; align-items: center; justify-content: center; }
.prod-img-wrap img { height: 100%; width: 100%; object-fit: cover; }
.prod-img-placeholder { font-size: 3rem; opacity: 0.3; }
.prod-info { padding: 1.25rem; }
.prod-top-badge {
  font-size: 0.65rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: #c9a96e;
  margin-bottom: 0.4rem; display: block;
}
.prod-info h3 { font-size: 1rem; margin-bottom: 0.35rem; }
.prod-info p { font-size: 0.8rem; color: #6b5d4e; margin-bottom: 0.75rem; line-height: 1.5; }
.prod-tags { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-bottom: 1rem; }
.prod-tag {
  font-size: 0.68rem; padding: 0.2rem 0.6rem;
  background: #f0e8d8; color: #6b5d4e; border-radius: 100px;
}
.prod-score-range {
  font-size: 0.7rem; color: #b0a090; margin-bottom: 0.75rem;
}
.prod-cta {
  display: block; text-align: center;
  background: #1a1410; color: #fffdf9;
  padding: 0.65rem; border-radius: 10px;
  font-size: 0.82rem; font-weight: 500;
  transition: background 0.2s;
}
.prod-cta:hover { background: #c9a96e; }

/* ── RESEARCH ── */
.research-section { background: #f9f4ed; padding: 6rem 0; }
.research-section h2 { font-size: 2.25rem; margin-bottom: 3rem; }
.research-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.ref-card {
  background: #fffdf9; border-radius: 16px; padding: 1.75rem;
  border: 1px solid #f0e8d8;
}
.ref-journal {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: #c9a96e; margin-bottom: 0.5rem;
}
.ref-card .ref-title { font-family: 'Playfair Display', serif; font-size: 1.05rem; margin-bottom: 0.75rem; }
.ref-card p { font-size: 0.85rem; color: #6b5d4e; line-height: 1.65; }

/* ── FOOTER ── */
.footer { background: #1a1410; padding: 3rem 0; }
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; color: #fffdf9; margin-bottom: 1rem;
}
.footer-logo span { color: #c9a96e; }
.footer p { font-size: 0.78rem; color: rgba(255,253,249,0.4); line-height: 1.7; max-width: 600px; }

/* ── ADMIN PANEL ── */
.admin-section { padding: 3rem 0; background: #f0ebe3; }
.admin-card { border-radius: 16px; border: 1.5px dashed #c9a96e; overflow: hidden; }
.admin-header { display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 1.5rem; cursor: pointer; font-size: 0.88rem; font-weight: 500; color: #1a1410; background: #fffdf9; }
.admin-header:hover { background: #fdf6ec; }
.admin-body { background: #fffdf9; border-top: 1px solid #f0e8d8; padding: 1.5rem; display: flex; flex-direction: column; gap: 2rem; }
.admin-block h4 { font-family: 'Playfair Display', serif; font-size: 1.1rem; margin-bottom: 0.4rem; }
.admin-block p { font-size: 0.83rem; color: #6b5d4e; margin-bottom: 0.75rem; line-height: 1.6; }
.admin-row { display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap; }
.admin-row input { flex: 1; min-width: 200px; padding: 0.55rem 0.9rem; border: 1px solid #e0d4c0; border-radius: 8px; font-size: 0.88rem; font-family: 'DM Sans', sans-serif; background: #fdf8f0; color: #1a1410; }
.admin-row input:focus { outline: none; border-color: #c9a96e; }
.btn-save { background: #1a1410; color: #fffdf9; border: none; border-radius: 8px; padding: 0.55rem 1.25rem; font-size: 0.83rem; cursor: pointer; font-family: 'DM Sans', sans-serif; white-space: nowrap; transition: background 0.2s; }
.btn-save:hover { background: #c9a96e; }
.admin-msg { font-size: 0.8rem; margin-top: 0.5rem; min-height: 1.2rem; }
.admin-msg.ok { color: #2d6a4f; }
.admin-msg.err { color: #c0392b; }
.admin-table-wrap { overflow-x: auto; margin-bottom: 0.75rem; border: 1px solid #f0e8d8; border-radius: 10px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 0.78rem; min-width: 900px; }
.admin-table th { background: #1a1410; color: #fffdf9; padding: 0.6rem 0.75rem; text-align: left; font-weight: 500; white-space: nowrap; }
.admin-table td { padding: 0.4rem 0.5rem; border-bottom: 1px solid #f0e8d8; vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: none; }
.admin-table tr:nth-child(even) td { background: #fdf8f0; }
.admin-table input, .admin-table select { width: 100%; padding: 0.3rem 0.5rem; border: 1px solid #e0d4c0; border-radius: 6px; font-size: 0.78rem; font-family: 'DM Sans', sans-serif; background: #fffdf9; color: #1a1410; }
.admin-table input:focus, .admin-table select:focus { outline: none; border-color: #c9a96e; }
.del-btn { background: none; border: 1px solid #f0d0d0; color: #c0392b; border-radius: 6px; padding: 0.25rem 0.6rem; cursor: pointer; font-size: 0.75rem; }
.del-btn:hover { background: #fff0f0; }
.admin-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.admin-actions .add-btn { background: none; border: 1px solid #c9a96e; color: #c9a96e; border-radius: 8px; padding: 0.5rem 1.1rem; font-size: 0.83rem; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all 0.2s; }
.admin-actions .add-btn:hover { background: #c9a96e; color: #fffdf9; }
.admin-guide { background: #fdf8f0; border-radius: 12px; padding: 1.25rem; }
.guide-table { width: 100%; border-collapse: collapse; font-size: 0.8rem; margin-top: 0.5rem; }
.guide-table th { background: #e8ddd0; padding: 0.5rem 0.75rem; text-align: left; font-weight: 500; }
.guide-table td { padding: 0.45rem 0.75rem; border-bottom: 1px solid #f0e8d8; color: #4a4035; }
.guide-table code { background: #e8ddd0; padding: 1px 6px; border-radius: 4px; font-size: 0.75rem; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .what-grid, .science-grid, .finder-card { grid-template-columns: 1fr; }
  .benefits-grid, .stats-row, .products-grid, .research-grid { grid-template-columns: 1fr 1fr; }
  .finder-left { border-right: none; border-bottom: 1px solid #f0e8d8; }
  .hero-content { padding: 0 1.5rem; }
  .nav-links { display: none; }
}
@media (max-width: 600px) {
  .benefits-grid, .stats-row, .products-grid, .research-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.2rem; }
  .hero-proof { gap: 1.5rem; }
}
