:root {
  --ink: #0b2630;
  --ink-deep: #071a22;
  --ink-soft: #314851;
  --paper: #f5f1e8;
  --paper-deep: #ece6d9;
  --white: #fffdf8;
  --acid: #c9f65b;
  --acid-dark: #97c52d;
  --coral: #ff765f;
  --sky: #a9dfe3;
  --rule: #cfc9bb;
  --danger: #9a3528;
  --shell: 1240px;
  --pad: clamp(1rem, 3vw, 2rem);
  --radius: 1rem;
  --shadow: 0 16px 40px rgba(7, 26, 34, .11);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell {
  width: min(100% - (var(--pad) * 2), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: .75rem;
  left: .75rem;
  padding: .7rem 1rem;
  background: var(--acid);
  color: var(--ink-deep);
  font-weight: 800;
  border-radius: .5rem;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: rgba(7, 26, 34, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: var(--white);
  text-decoration: none;
  font-size: .77rem;
  line-height: 1.15;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.brand img { flex: 0 0 auto; }
.brand b { color: var(--acid); font-size: .95rem; letter-spacing: .01em; }

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(.85rem, 1.65vw, 1.5rem);
}

.site-nav a {
  position: relative;
  padding-block: 1.4rem;
  color: #dfe9e9;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .045em;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 1rem;
  height: 2px;
  background: var(--acid);
  transition: right .18s ease;
}

.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }

.age-badge {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--coral);
  border-radius: 50%;
  color: var(--white);
  font-size: .8rem;
  font-weight: 900;
}

.menu-button {
  display: none;
  min-height: 44px;
  padding: .55rem .75rem;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: .55rem;
  color: var(--white);
  background: transparent;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}

.menu-icon, .menu-icon::before, .menu-icon::after {
  width: 18px;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}

.menu-icon { position: relative; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }
.menu-button[aria-expanded="true"] .menu-icon { background: transparent; }
.menu-button[aria-expanded="true"] .menu-icon::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-icon::after { top: 0; transform: rotate(-45deg); }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink-deep);
  border-bottom: 6px solid var(--acid);
}

.hero::before {
  content: "10";
  position: absolute;
  right: -.06em;
  top: -.25em;
  color: rgba(255, 255, 255, .035);
  font: 800 clamp(18rem, 38vw, 36rem)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.13em;
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 1;
  padding-block: clamp(4rem, 8vw, 7.2rem);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.hero-copy { min-width: 0; }

.hero-meta {
  max-width: 760px;
  margin-bottom: 1.55rem;
  padding-bottom: .8rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  color: var(--acid);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  color: var(--white);
  font-size: clamp(3rem, 6vw, 5.65rem);
  letter-spacing: -.06em;
}

.hero h1 em {
  display: block;
  margin-left: clamp(1rem, 7vw, 6.5rem);
  color: var(--acid);
  font-style: normal;
}

.hero .dek {
  max-width: 760px;
  color: #d1dfdc;
}

.hero .dek strong { color: var(--white); }

.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.4rem;
  align-items: center;
}

.eyebrow, .section-index, .note-kicker {
  margin: 0 0 1rem;
  color: #486069;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  color: var(--ink-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

h1 { max-width: 730px; font-size: clamp(2.5rem, 4.4vw, 4.3rem); letter-spacing: -.05em; }
h2 { max-width: 940px; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.035em; }
h3 { margin-top: 3.8rem; font-size: clamp(1.45rem, 2.7vw, 2.15rem); letter-spacing: -.025em; }

.dek {
  max-width: 830px;
  margin: 1.75rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.55;
}

.research-line {
  max-width: 920px;
  margin: 1.5rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule);
  color: #42565c;
  font-size: .92rem;
}

.research-line strong { color: var(--ink); }

.hero-cta {
  min-height: 48px;
  width: fit-content;
  margin-top: 0;
  padding: .76rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  border-radius: .5rem;
  color: var(--ink-deep);
  background: var(--acid);
  font-weight: 900;
  text-decoration: none;
}

.hero-cta:hover { background: #d3ff61; }

.hero-link {
  min-height: 48px;
  padding: .72rem 0;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--white);
  font-weight: 800;
  text-underline-offset: .32rem;
}

.hero-link:hover { color: var(--acid); }

.hero-legal {
  margin: 1.1rem 0 0;
  color: #90a8a7;
  font-size: .78rem;
}

.hero-note {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  color: #eaf4f1;
  background: rgba(19, 54, 65, .8);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 0;
}

.hero-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--acid);
}

.hero-note .note-kicker { color: var(--acid); }
.hero-note p { margin: .8rem 0 0; font-size: .93rem; }
.hero-note strong { color: var(--acid); }

.hero-index {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-index li {
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.hero-index span {
  color: var(--acid);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.hero-index strong { color: var(--white); font-size: .92rem; }
.hero-note-foot { padding-top: .9rem; border-top: 1px solid rgba(255, 255, 255, .14); }

.section { padding-block: clamp(4rem, 8vw, 7.5rem); border-top: 1px solid var(--rule); }
.section > p, .section .shell > p { max-width: none; margin: 1.2rem 0; }
.section-heading { margin-bottom: 2.3rem; }
.section-heading .section-index { margin-bottom: .75rem; }

.split-heading { display: block; }
.split-heading > p { width: 100%; max-width: none; margin: 1.1rem 0 0; color: var(--ink-soft); }
.split-heading > p strong, .section > p strong { color: var(--ink-deep); }

.commercial-note {
  margin: 0 0 1.5rem;
  padding: 1rem 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  border: 1px solid #bdc6ad;
  border-radius: .75rem;
  background: #eef4df;
}

.commercial-note > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-weight: 900;
  font-family: Georgia, serif;
}

.commercial-note p { margin: 0; font-size: .9rem; }
.commercial-note code { padding: .08rem .28rem; border-radius: .25rem; background: rgba(11, 38, 48, .09); }

.ranking {
  display: grid;
  gap: .75rem;
}

.rank-row {
  min-height: 138px;
  display: grid;
  grid-template-columns: 25% 18% 37% 20%;
  align-items: stretch;
  overflow: clip;
  border: 1px solid #d7d1c3;
  border-radius: .85rem;
  background: var(--white);
  box-shadow: 0 5px 0 rgba(11, 38, 48, .045);
}

.rank-row > div {
  min-width: 0;
  padding: 1.25rem clamp(1rem, 2vw, 1.5rem);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.rank-row > div + div { border-left: 1px solid #e2ddd2; }

.identity-zone {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
}

.rank-number {
  align-self: start;
  color: #586b70;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.identity-zone img {
  width: min(100%, 172px);
  height: 78px;
  object-fit: contain;
}

.evidence-zone { align-items: center; text-align: center; }
.evidence-zone dl, .bonus-zone dl { width: 100%; margin: 0; }
.evidence-zone dt, .evidence-zone dd, .bonus-zone dt, .bonus-zone dd { margin: 0; }
.evidence-zone dt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.data-state {
  display: inline-flex;
  justify-content: center;
  padding: .38rem .65rem;
  border: 1px solid #90b422;
  border-radius: 999px;
  color: #485b61;
  background: #edf7ca;
  font-size: .72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.rank-row small { margin-top: .45rem; color: #68787c; font-size: .72rem; line-height: 1.35; }
.bonus-zone { background: #f7f4ed; }
.bonus-zone dt { color: #5a6a6e; font-size: .69rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.bonus-zone strong { margin-top: .35rem; font-size: .96rem; line-height: 1.4; }
.bonus-zone dd strong, .bonus-zone dd small, .evidence-zone dd small { display: block; }

.action-zone {
  align-items: center;
  text-align: center;
  color: #d4e1df;
  background: var(--ink);
}

.action-zone a {
  width: 100%;
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--acid);
  border-radius: .5rem;
  color: var(--ink-deep);
  background: var(--acid);
  font-weight: 900;
  text-decoration: none;
}

.action-zone small { color: #aebfbd; }

.callout {
  margin: 1.75rem 0;
  padding: 1.25rem 1.4rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  border-left: 5px solid var(--sky);
  border-radius: 0 .8rem .8rem 0;
  background: #e5f0ed;
}

.callout-warning { border-left-color: var(--coral); background: #fae8e1; }
.callout-mark { flex: 0 0 auto; min-width: 40px; color: var(--danger); font-size: 1.05rem; font-weight: 950; text-align: center; }

.table-wrap {
  width: 100%;
  margin: 1.5rem 0;
  overflow-x: auto;
  border: 1px solid #d4cec0;
  border-radius: .8rem;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(11, 38, 48, .06);
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  text-align: left;
  font-size: .88rem;
  line-height: 1.45;
}

th, td { padding: .95rem 1rem; border-bottom: 1px solid #ded9ce; vertical-align: top; }
thead th { color: var(--white); background: var(--ink); font-size: .72rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
tbody th, tbody td { font-weight: 400; }
tbody th { color: var(--ink-deep); font-weight: 400; }
tbody tr:last-child > * { border-bottom: 0; }
tbody tr:nth-child(even) { background: #f6f2ea; }

.check-list, .risk-list, .criteria-grid {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.check-list li {
  min-height: 108px;
  padding: 1.1rem 1.2rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border: 1px solid #d3ccbf;
  border-radius: .7rem;
  background: var(--white);
}

.check-list li > span { color: #586b70; font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.check-list strong { display: inline; }

.section-tinted { background: var(--paper-deep); }
.criteria-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.criteria-grid li { padding: 1.35rem; border-top: 4px solid var(--acid-dark); background: var(--white); border-radius: .25rem .25rem .8rem .8rem; }
.criteria-grid span { color: #586b70; font-size: .7rem; font-weight: 900; }
.criteria-grid strong { display: block; margin-top: .9rem; color: var(--ink-deep); font-family: Georgia, serif; font-size: 1.2rem; }
.criteria-grid p { margin: .6rem 0 0; color: var(--ink-soft); font-size: .88rem; }

.status { display: inline-block; padding: .25rem .55rem; border-radius: .35rem; background: #ece9df; font-size: .72rem; }
.status-alert { color: #842e23; background: #fde1da; }

.mini-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; margin: 1.5rem 0; }
.mini-cards > div { padding: 1.2rem; border: 1px solid #d4cec0; border-radius: .75rem; background: var(--white); }
.mini-cards span { color: #65757a; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.mini-cards strong { display: block; margin-top: .6rem; line-height: 1.35; }
.mini-cards p { margin: .65rem 0 0; color: var(--ink-soft); font-size: .84rem; }

.section-dark { color: #e5efed; background: var(--ink-deep); border-top-color: transparent; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .section-index { color: var(--acid); }
.section-dark .split-heading > p, .section-dark > .shell > p { color: #b9c9c7; }
.section-dark .split-heading > p strong, .section-dark > .shell > p strong { color: var(--acid); }

.bonus-types { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin: 1.6rem 0; }
.bonus-types > div { padding: 1.25rem; border: 1px solid rgba(255, 255, 255, .18); border-radius: .75rem; background: #0d2d38; }
.bonus-types span { color: var(--acid); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bonus-types strong { display: block; margin-top: .7rem; color: var(--white); font-size: .95rem; }
.table-wrap-dark { border-color: rgba(255, 255, 255, .16); background: #0b2630; box-shadow: none; }
.table-wrap-dark thead th { color: var(--ink-deep); background: var(--acid); }
.table-wrap-dark th, .table-wrap-dark td { border-bottom-color: rgba(255, 255, 255, .13); }
.table-wrap-dark tbody th { color: var(--white); }
.table-wrap-dark tbody tr:nth-child(even) { background: rgba(255, 255, 255, .045); }

.risk-list { counter-reset: risk; display: grid; gap: .65rem; }
.risk-list li { position: relative; padding: .95rem 1rem .95rem 3.4rem; border: 1px solid #d5cfc2; border-radius: .65rem; background: var(--white); }
.risk-list li::before { counter-increment: risk; content: counter(risk); position: absolute; left: 1rem; top: .9rem; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--white); background: var(--danger); font-size: .7rem; font-weight: 900; }

.faq-section { background: #dceaea; }
.faq-list { border-top: 1px solid #aebebe; }
.faq-item { border-bottom: 1px solid #aebebe; }
.faq-item h3 { margin: 0; font-family: inherit; }
.faq-item button {
  width: 100%;
  min-height: 72px;
  padding: 1.2rem .25rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  border: 0;
  color: var(--ink-deep);
  background: transparent;
  font: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.98rem, 1.55vw, 1.16rem);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-item button span {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid #769094;
  border-radius: 50%;
}

.faq-item button span::before, .faq-item button span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; background: currentColor; transform: translate(-50%, -50%); }
.faq-item button[aria-expanded="false"] span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-answer { padding: 0 4.5rem 1.35rem 0; color: var(--ink-soft); }
.faq-answer p { margin: 0; }
.faq-answer[hidden] { display: none; }

.site-footer { color: #dfeae8; background: #05151b; }
.footer-top { min-height: 170px; padding-block: 2.5rem; display: flex; justify-content: space-between; gap: 3rem; align-items: center; }
.footer-warning { max-width: 520px; display: flex; gap: 1rem; align-items: center; }
.footer-warning > span { flex: 0 0 auto; display: grid; place-items: center; width: 54px; height: 54px; border: 2px solid var(--coral); border-radius: 50%; color: var(--white); font-weight: 900; }
.footer-warning p { margin: 0; font-size: .9rem; }
.footer-support { padding: 0 0 2.5rem; display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 2.5rem; align-items: center; }
.footer-support p:not(.footer-label) { max-width: 480px; margin: 0; color: #b4c5c3; font-size: .87rem; line-height: 1.55; }
.footer-label { margin: 0 0 .55rem; color: var(--acid); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.support-logos { display: grid; grid-template-columns: repeat(5, minmax(92px, 1fr)); gap: .55rem; }
.support-logos a {
  min-height: 68px;
  padding: .5rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: .45rem;
  background: #14323c;
}
.support-logos a:hover { outline: 2px solid var(--acid); outline-offset: 2px; }
.support-logos img { width: 100%; height: 46px; object-fit: contain; filter: saturate(1.12) contrast(1.08); }
.footer-bottom { padding-block: 1.3rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255, 255, 255, .13); color: #9db0ae; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--acid); }

.not-found {
  min-height: 100vh;
  padding-block: clamp(2rem, 8vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.not-found-brand { margin-bottom: clamp(4rem, 12vw, 8rem); color: var(--ink); }
.not-found-brand b { color: #52720e; }
.not-found h1 { max-width: 800px; font-size: clamp(3rem, 8vw, 6.5rem); }
.not-found > p:not(.eyebrow) { max-width: 620px; margin: 1.4rem 0; color: var(--ink-soft); font-size: 1.1rem; }
.home-link { min-height: 48px; padding: .75rem 1.1rem; display: inline-grid; place-items: center; border-radius: .5rem; color: var(--ink-deep); background: var(--acid); font-weight: 850; text-decoration: none; }

@media (max-width: 1080px) {
  .site-nav { gap: .9rem; }
  .site-nav a { font-size: .72rem; }
  .identity-zone { grid-template-columns: 1fr; }
  .rank-row > div { padding-inline: .9rem; }
  .bonus-zone strong { font-size: .86rem; }
}

@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; padding-block: .7rem; }
  .age-badge { margin-left: auto; }
  .js .menu-button { display: inline-flex; order: 3; gap: .65rem; align-items: center; }
  .site-nav { order: 4; width: 100%; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255, 255, 255, .12); }
  .site-nav a { min-height: 44px; padding: .7rem .35rem; display: grid; place-items: center; text-align: center; }
  .site-nav a::after { display: none; }
  .js .site-nav[hidden] { display: none; }
  .hero-layout { grid-template-columns: 1fr; align-items: start; }
  .hero-note { max-width: 680px; }
  .rank-row { grid-template-columns: 1fr 1fr; min-height: 0; }
  .rank-row > div + div { border-left: 0; }
  .identity-zone { grid-column: 1 / -1; min-height: 122px; grid-template-columns: 1fr; }
  .identity-zone img { height: 78px; }
  .evidence-zone { border-top: 1px solid #e2ddd2; }
  .bonus-zone { border-top: 1px solid #e2ddd2; }
  .action-zone { grid-column: 1 / -1; min-height: 92px; }
  .criteria-grid, .mini-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  :root { --pad: 1rem; }
  html { scroll-padding-top: 8.5rem; }
  .header-inner { min-height: 68px; gap: .7rem; }
  .brand span { display: none; }
  .brand img { width: 39px; height: 39px; }
  .site-nav { grid-template-columns: repeat(2, 1fr); }
  .hero-layout { padding-block: 3.25rem; gap: 2.2rem; }
  .hero::before { display: none; }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: .3rem; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .hero h1 em { margin-left: 0; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.6rem); }
  h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
  h3 { margin-top: 3rem; }
  .research-line { font-size: .84rem; }
  .hero-note { padding: 1.35rem; }
  .section { padding-block: 4.2rem; }
  .section-heading { margin-bottom: 1.8rem; }
  .rank-row { grid-template-columns: 1fr; }
  .identity-zone, .action-zone { grid-column: 1; }
  .identity-zone { min-height: 110px; grid-template-columns: 1fr; }
  .rank-row > div { padding: 1rem; }
  .evidence-zone { min-height: 88px; align-items: flex-start; text-align: left; }
  .bonus-zone { min-height: 130px; }
  .action-zone { min-height: 84px; }
  .check-list, .criteria-grid, .mini-cards, .bonus-types { grid-template-columns: 1fr; }
  .check-list li { min-height: 0; }
  table { min-width: 680px; font-size: .82rem; }
  th, td { padding: .8rem .75rem; }
  .callout { align-items: flex-start; }
  .faq-item button { min-height: 68px; padding-block: 1rem; gap: .8rem; }
  .faq-answer { padding-right: 0; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top { gap: 2rem; }
  .footer-support { grid-template-columns: 1fr; gap: 1.25rem; }
  .support-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand span { display: inline; }
  .footer-warning { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .menu-button { position: static; }
  .site-nav { display: none; }
  .section-dark { color: var(--ink); background: white; }
  .section-dark h2, .section-dark h3, .table-wrap-dark tbody th { color: var(--ink); }
  .table-wrap { overflow: visible; box-shadow: none; }
}
