:root {
  --ink: #10231f;
  --muted: #60756f;
  --bg: #f8f4ea;
  --panel: #ffffff;
  --line: #dfe6dd;
  --green: #158556;
  --deep: #09251f;
  --gold: #f2c94c;
  --red: #e14d4d;
  --blue: #17436f;
  --violet: #5a2a7a;
  --soft: #eaf5ef;
  --shadow: 0 24px 70px rgba(16, 35, 31, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(9, 37, 31, .92);
  backdrop-filter: blur(12px);
}
.age-gate.is-hidden { display: none; }
.brand-modal {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(9, 37, 31, .78);
  backdrop-filter: blur(10px);
}
.brand-modal.is-open { display: grid; }
.brand-picker {
  position: relative;
  width: min(760px, calc(100vw - 40px));
  max-height: min(620px, calc(100vh - 40px));
  overflow: auto;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.brand-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--bg);
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
}
.brand-picker h2 {
  margin: 8px 48px 10px 0;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.03;
}
.brand-picker p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}
.modal-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.modal-brand-card {
  display: grid;
  gap: 9px;
  align-content: start;
  min-width: 0;
  padding: 12px;
  background: #f4f7f0;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.modal-brand-card img {
  width: 100%;
  max-width: 170px;
  height: 70px;
  object-fit: contain;
  justify-self: center;
}
.modal-brand-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.15;
}
.modal-brand-card small { color: var(--muted); }
.modal-brand-card .button {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
}
.age-box {
  width: min(540px, 100%);
  padding: 32px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 8px;
}
.age-box span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 16px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-weight: 950;
  font-size: 1.35rem;
}
.age-box h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 6vw, 2.7rem); line-height: 1.05; }
.age-box p { color: var(--muted); }
.age-box button, .button, .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--green);
  font-weight: 850;
  cursor: pointer;
}
.button.secondary { color: var(--deep); background: transparent; border: 1px solid var(--green); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(248, 244, 234, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 950; }
.logo img { width: 42px; height: 42px; }
nav { display: flex; gap: 6px; align-items: center; }
nav a { padding: 10px 12px; color: var(--muted); font-weight: 800; }
nav a.active, nav a:hover { color: var(--green); }
.menu-button { display: none; border: 1px solid var(--line); background: var(--panel); border-radius: 6px; padding: 9px 12px; font-weight: 850; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
  padding: clamp(44px, 7vw, 94px) clamp(18px, 4vw, 56px) 42px;
}
.eyebrow {
  color: var(--green);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3 { letter-spacing: 0; }
.hero h1 { margin: 12px 0 18px; font-size: clamp(2.45rem, 6vw, 5.1rem); line-height: .96; max-width: 820px; }
.hero p { color: var(--muted); font-size: 1.08rem; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-board { padding: 16px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 14px; background: var(--line); border-radius: 6px; overflow: hidden; }
.hero-stats div { padding: 15px; background: var(--soft); }
.hero-stats strong { display: block; font-size: 1.55rem; line-height: 1; }
.hero-stats span { color: var(--muted); font-size: .9rem; }

.notice-strip {
  margin: 0 clamp(18px, 4vw, 56px) 34px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  color: #fff;
  background: var(--deep);
  border-radius: 8px;
}
.notice-strip strong { display: grid; place-items: center; width: 62px; height: 62px; color: var(--ink); background: var(--gold); border-radius: 50%; font-size: 1.25rem; }
.notice-strip p { margin: 0; color: #dcebe5; }

.section { padding: 70px clamp(18px, 4vw, 56px); }
.section.tint { background: #eef6ec; }
.section-head { max-width: 840px; margin-bottom: 28px; }
.section-head h2 { margin: 8px 0 10px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.02; }
.section-head p { color: var(--muted); }

.brand-stack { display: grid; gap: 18px; }
.brand-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 190px;
  gap: 22px;
  align-items: center;
  padding: 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(16, 35, 31, .08);
}
.brand-logo-box { display: grid; place-items: center; min-height: 118px; background: #f4f7f0; border: 1px solid var(--line); border-radius: 8px; padding: 12px; }
.brand-card h3 { margin: 0 0 8px; font-size: 1.35rem; }
.brand-card p { color: var(--muted); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.tag-row span { padding: 6px 9px; background: var(--soft); border: 1px solid #c8dfd2; border-radius: 999px; font-size: .85rem; font-weight: 850; }
.terms-note { font-size: .88rem; color: var(--muted); }
.brand-side { display: grid; gap: 12px; justify-items: stretch; }
.score { padding: 14px; text-align: center; background: #fff9e8; border: 1px solid #ecd890; border-radius: 8px; font-weight: 950; font-size: 2rem; }
.score small { display: block; color: var(--muted); font-size: .76rem; font-weight: 800; }
.cta { width: 100%; background: var(--deep); }

.method-grid, .info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.info-card {
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.info-card strong { color: var(--red); font-size: 1.35rem; }
.info-card p { color: var(--muted); }

.comparison-table { overflow-x: auto; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 15px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--deep); background: var(--soft); }

.responsible-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 24px clamp(18px, 4vw, 56px);
  background: var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.responsible-band > div { padding: 28px; background: var(--deep); color: #fff; }
.responsible-band p { color: #dcebe5; }

.faq details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 900; font-size: 1.08rem; }
.faq p { color: var(--muted); max-width: 840px; }

.page-hero { padding: 62px clamp(18px, 4vw, 56px) 34px; background: var(--soft); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 10px 0; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1; }
.content { padding: 50px clamp(18px, 4vw, 56px); max-width: 980px; }
.content p, .content li { color: var(--muted); }
.content a { color: var(--green); font-weight: 850; }

.site-footer { padding: 46px clamp(18px, 4vw, 56px) 26px; color: #dcebe5; background: var(--deep); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 34px; }
.site-footer .logo img { width: 36px; height: 36px; }
.site-footer a { display: block; color: #fff; margin: 8px 0; }
.site-footer p { color: #b7cbc3; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); }
.footer-bottom span { padding: 6px 9px; color: var(--deep); background: var(--gold); border-radius: 999px; font-weight: 850; font-size: .86rem; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; }
  .brand-card { grid-template-columns: 1fr; }
  .brand-logo-box { justify-content: start; }
  .method-grid, .info-grid, .responsible-band, .footer-grid, .modal-brand-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  nav {
    position: absolute;
    top: 70px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  nav.is-open { display: flex; }
  .menu-button { display: inline-flex; }
  .hero-stats, .notice-strip { grid-template-columns: 1fr; }
  .hero { padding-top: 36px; }
  .section { padding: 52px 18px; }
  .age-box { padding: 24px; }
  .brand-picker {
    width: min(420px, calc(100vw - 24px));
    padding: 18px;
  }
  .modal-brand-grid {
    gap: 10px;
  }
  .modal-brand-card {
    grid-template-columns: 92px 1fr;
    align-items: center;
  }
  .modal-brand-card img {
    grid-row: span 3;
    height: 54px;
    max-width: 88px;
  }
  .modal-brand-card h3,
  .modal-brand-card small {
    min-width: 0;
  }
}
