:root {
  color-scheme: light;
  --canvas: #f4f2ec;
  --surface: #fffdf8;
  --surface-2: #e8eee8;
  --surface-strong: #dbe5de;
  --ink: #17211d;
  --muted: #5b6861;
  --border: #bdc8c0;
  --border-strong: #7e9187;
  --primary: #16463b;
  --primary-hover: #0d352c;
  --primary-contrast: #fffdf8;
  --signal: #c13d45;
  --signal-soft: #f5d9d8;
  --focus: #1972e6;
  --glow: rgba(22, 70, 59, .1);
  --shadow: 0 22px 60px rgba(35, 56, 47, .12);
  --shadow-small: 0 8px 24px rgba(35, 56, 47, .09);
  --footer-bg: #14372f;
  --footer-ink: #f5f0e7;
  --max: 82rem;
  --mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --body: "Avenir Next", Avenir, "Segoe UI Variable", "Segoe UI", sans-serif;
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background-color: var(--canvas);
  background-image: radial-gradient(circle at 88% 4%, var(--glow), transparent 28rem);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
a:hover { color: var(--primary); }
button, input, select { font: inherit; }
button, .button-link {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary);
  border-radius: .45rem;
  background: var(--primary);
  color: var(--primary-contrast);
  font-weight: 700;
  padding: .78rem 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 3px 0 color-mix(in srgb, var(--primary) 70%, #000);
}
button:hover, .button-link:hover { background: var(--primary-hover); border-color: var(--primary-hover); color: var(--primary-contrast); transform: translateY(-1px); }
button:active, .button-link:active { transform: translateY(2px); box-shadow: none; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.shell { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 100; background: var(--ink); color: var(--canvas); padding: .75rem 1rem; transform: translateY(-200%); border-radius: .4rem; }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.mono, .overline, dt { font-family: var(--mono); font-size: .76rem; letter-spacing: .035em; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.035em; line-height: .98; margin: 0 0 1rem; text-wrap: balance; }
h3 { font-family: var(--body); font-weight: 700; letter-spacing: -.025em; line-height: 1.14; margin: 0 0 .6rem; text-wrap: pretty; }
h1 { font-size: clamp(3.1rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.45rem); }
p { max-width: 65ch; text-wrap: pretty; }
.lead { font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.55; color: var(--muted); }
.overline { margin-bottom: 1.25rem; color: var(--primary); font-weight: 750; text-transform: uppercase; letter-spacing: .11em; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid color-mix(in srgb, var(--border) 75%, transparent); background: color-mix(in srgb, var(--canvas) 88%, transparent); backdrop-filter: blur(18px) saturate(1.2); }
.header-inner { position: relative; min-height: 5.25rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; white-space: nowrap; }
.wordmark:hover { color: var(--ink); }
.wordmark-logo { width: 3rem; height: 3rem; flex: 0 0 auto; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); object-fit: cover; box-shadow: var(--shadow-small); }
.wordmark-copy { display: grid; line-height: 1.08; }
.wordmark-copy strong { font-family: var(--display); font-size: 1.15rem; letter-spacing: -.025em; }
.wordmark-copy small { margin-top: .25rem; color: var(--muted); font-size: .67rem; font-weight: 600; letter-spacing: .035em; text-transform: uppercase; }
.desktop-nav { display: none; }
.nav-menu { border: 0; padding: 0; }
.nav-menu summary { min-height: 2.8rem; display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: .45rem; padding: .55rem .85rem; font-size: .86rem; font-weight: 700; list-style: none; cursor: pointer; }
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu summary::after { content: "+"; margin-left: .55rem; color: var(--primary); font-family: var(--mono); }
.nav-menu[open] summary::after { content: "−"; }
.nav-menu nav { position: absolute; top: calc(100% - .45rem); right: 0; width: min(22rem, 100%); display: grid; padding: .6rem; border: 1px solid var(--border); border-radius: .75rem; background: var(--surface); box-shadow: var(--shadow); }
.nav-menu nav a { padding: .7rem .8rem; border-radius: .4rem; text-decoration: none; font-size: .92rem; font-weight: 600; }
.nav-menu nav a:hover { background: var(--surface-2); color: var(--ink); }
.nav-menu nav a[aria-current="page"] { color: var(--primary); background: var(--surface-2); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero::before { content: ""; position: absolute; inset: 0 0 auto auto; width: 42rem; height: 28rem; pointer-events: none; opacity: .35; background-image: radial-gradient(var(--border) .7px, transparent .7px); background-size: 13px 13px; mask-image: linear-gradient(to left, #000, transparent); }
.hero-grid { position: relative; display: grid; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; padding-block: clamp(4rem, 9vw, 8rem); }
.hero-search { min-width: 0; }
.hero h1 { max-width: 11ch; }
.hero h1 em { color: var(--primary); font-weight: 400; }
.hero-copy { max-width: 37rem; margin: 1.5rem 0 2rem; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.search-form { max-width: 55rem; }
.hero .search-form { padding: 1rem; border: 1px solid var(--border); border-radius: .85rem; background: color-mix(in srgb, var(--surface) 94%, transparent); box-shadow: var(--shadow-small); }
.search-form label, .alert-form label { display: block; margin: 0 0 .5rem; font-size: .9rem; font-weight: 750; }
.search-line { display: grid; grid-template-columns: 1fr; gap: .65rem; }
input, select { width: 100%; min-height: 3.25rem; border: 1px solid var(--border-strong); border-radius: .45rem; background: var(--surface); color: var(--ink); padding: .75rem .9rem; }
input:hover, select:hover { border-color: var(--primary); }
input::placeholder { color: var(--muted); opacity: .88; }
.field-help, .privacy-copy { margin: .65rem 0 0; color: var(--muted); font-size: .86rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .65rem 1.3rem; margin-top: 1.35rem; color: var(--muted); font-size: .78rem; }
.hero-proof span { display: inline-flex; align-items: baseline; gap: .35rem; }
.hero-proof strong { color: var(--ink); font-family: var(--mono); font-size: .82rem; font-variant-numeric: tabular-nums; }
.live-result { position: relative; align-self: center; overflow: hidden; border: 1px solid var(--border); border-radius: .9rem; background: var(--surface); padding: 1.3rem; box-shadow: var(--shadow); }
.live-result::after { content: ""; position: absolute; width: 8rem; height: 8rem; right: -4rem; top: -4rem; border-radius: 50%; background: var(--signal-soft); opacity: .75; }
.live-label { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.live-pulse { width: .55rem; height: .55rem; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 .3rem var(--signal-soft); }
.live-result .recall-row { display: block; margin: 0; border: 0; padding: 1.2rem 0 0; background: transparent; }
.live-result .recall-row:hover { transform: none; box-shadow: none; }
.live-result .row-date, .live-result .row-meta { display: flex; flex-direction: row; justify-content: flex-start; gap: 1rem; margin-bottom: .7rem; text-align: left; }
.live-result h3 { font-family: var(--display); font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.04; }
.live-result h3 a { text-decoration-color: transparent; }
.live-result h3 a:hover { text-decoration-color: currentColor; }
.empty-live { min-height: 20rem; display: flex; flex-direction: column; justify-content: flex-end; }

.freshness { background: var(--footer-bg); color: var(--footer-ink); }
.freshness .shell { display: grid; }
.freshness .shell > div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid color-mix(in srgb, var(--footer-ink) 22%, transparent); }
.freshness .shell > div:last-child { border-bottom: 0; }
.freshness strong { font-size: .82rem; letter-spacing: .03em; }
.freshness span { color: color-mix(in srgb, var(--footer-ink) 72%, transparent); font-family: var(--mono); font-size: .73rem; font-variant-numeric: tabular-nums; }

.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section + .section { border-top: 1px solid var(--border); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.section-heading h2 { margin: 0; }
.text-link { color: var(--primary); font-weight: 750; }
.recall-list { border-top: 1px solid var(--border-strong); }
.recall-row { display: grid; gap: .85rem; padding: 1.55rem .75rem; border-bottom: 1px solid var(--border); transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.recall-row:hover { position: relative; z-index: 1; background: var(--surface); transform: translateY(-2px); box-shadow: var(--shadow-small); }
.row-date, .row-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: .82rem; font-variant-numeric: tabular-nums; }
.row-date { flex-direction: column; justify-content: start; }
.row-main h3 a { text-decoration-color: color-mix(in srgb, var(--primary) 25%, transparent); }
.row-main h3 a:hover { text-decoration-color: currentColor; }
.row-main p { margin: .45rem 0 0; color: var(--muted); }
.row-flags { display: flex; flex-wrap: wrap; gap: .5rem .8rem; align-items: center; margin-bottom: .55rem; font-family: var(--mono); font-size: .72rem; }
.urgency { padding: .2rem .45rem; border-radius: .25rem; background: var(--surface-strong); font-weight: 750; }
.urgency-urgent { background: var(--signal-soft); color: var(--signal); }
.urgency-elevated { color: var(--signal); }

.category-index { display: grid; grid-template-columns: 1fr; gap: .75rem; margin-top: 2rem; }
.category-link { min-height: 8rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.15rem; border: 1px solid var(--border); border-radius: .7rem; text-decoration: none; background: var(--surface); box-shadow: var(--shadow-small); }
.category-link:hover { border-color: var(--primary); color: var(--ink); transform: translateY(-3px); }
.category-link strong { font-family: var(--display); font-size: 1.35rem; letter-spacing: -.02em; }
.category-link span { color: var(--muted); font-family: var(--mono); font-size: .72rem; }
.check-guide { border-block: 1px solid var(--border); background: var(--surface-2); }
.guide-grid { display: grid; gap: 2.5rem; }
.guide-grid ol { list-style: none; padding: 0; margin: 0; counter-reset: guide; border-top: 1px solid var(--border-strong); }
.guide-grid li { counter-increment: guide; display: grid; grid-template-columns: 2.8rem 1fr; gap: .3rem .8rem; padding: 1.15rem 0; border-bottom: 1px solid var(--border); }
.guide-grid li::before { content: "0" counter(guide); font-family: var(--mono); color: var(--primary); font-weight: 800; grid-row: 1 / 3; }
.guide-grid li span { color: var(--muted); }
.alert-band { margin-block: clamp(3rem, 7vw, 6rem); padding: clamp(1.5rem, 4vw, 3rem); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; border: 1px solid var(--border); border-radius: 1rem; background: var(--surface); box-shadow: var(--shadow-small); }
.alert-band + .section { border-top: 0; }
.alert-band h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.methodology { display: grid; gap: 2.5rem; }
.methodology dl, .identifier-help dl { margin: 0; border-top: 1px solid var(--border-strong); }
.methodology dl div, .identifier-help dl div { padding: 1.15rem 0; border-bottom: 1px solid var(--border); }
.methodology dd, .identifier-help dd { margin: .45rem 0 0; color: var(--muted); }

.site-footer { padding-block: 4rem; background: var(--footer-bg); color: var(--footer-ink); }
.footer-grid { display: grid; gap: 2rem; }
.footer-grid p { color: color-mix(in srgb, var(--footer-ink) 74%, transparent); }
.footer-brand { display: flex; align-items: flex-start; gap: 1rem; }
.footer-logo { width: 5.5rem; height: 5.5rem; flex: 0 0 auto; border-radius: 50%; background: var(--surface); object-fit: cover; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-links p { margin: .7rem 0 0; }
.footer-grid a:hover { color: var(--footer-ink); }
.social-link { display: inline-flex; align-items: center; gap: .5rem; }
.social-icon { display: inline-grid; width: 1.45rem; height: 1.45rem; place-items: center; border: 1px solid color-mix(in srgb, var(--footer-ink) 45%, transparent); border-radius: .2rem; font-family: Arial, sans-serif; font-size: 1rem; font-weight: 800; line-height: 1; text-decoration: none; }
.breadcrumbs { padding-top: 1.25rem; color: var(--muted); font-size: .82rem; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 0; }
.breadcrumbs li { max-width: 65ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.breadcrumbs li + li::before { content: "/"; margin-right: .45rem; color: var(--border-strong); }
.page-head { padding-block: clamp(3.5rem, 7vw, 6rem); border-bottom: 1px solid var(--border); }
.page-head h1 { max-width: 14ch; }
.page-head > p:not(.overline) { color: var(--muted); font-size: 1.1rem; }
.compact-search { padding-top: 2.5rem; }
.compact-search .search-form { padding: 1.15rem; border: 1px solid var(--border); border-radius: .75rem; background: var(--surface); box-shadow: var(--shadow-small); }
.empty-state { padding: 2.5rem; border: 1px solid var(--border); border-radius: .75rem; background: var(--surface); }
.form-layout { display: grid; gap: 3rem; align-items: start; }
.alert-form { max-width: 40rem; display: grid; gap: .75rem; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--border); border-radius: .8rem; background: var(--surface); box-shadow: var(--shadow-small); }
.alert-form label { margin-top: .5rem; }
.honeypot { position: absolute; left: -9999px; }
.form-success, .form-error { border-left: 4px solid var(--primary); border-radius: .35rem; background: var(--surface-2); padding: 1rem; }
.form-error { border-color: var(--signal); }
.state-list ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--border-strong); }
.state-list li a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem .6rem; border-bottom: 1px solid var(--border); text-decoration: none; }
.state-list li a:hover { background: var(--surface); }
.trust-head .trust-date { margin-top: 1.5rem; font-family: var(--mono); font-size: .75rem; }
.trust-copy { max-width: 64rem; padding-top: 1rem; }
.trust-copy > section { padding: 2rem 0; border-bottom: 1px solid var(--border); }
.trust-copy > section:last-child { border-bottom: 0; }
.trust-copy h2 { max-width: 25ch; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.trust-copy h3 { margin-top: 1.5rem; font-size: 1.1rem; }
.trust-copy p, .trust-copy li { max-width: 72ch; }
.trust-copy li + li { margin-top: .55rem; }
.trust-callout { margin: 1.5rem 0; padding: clamp(1.25rem, 4vw, 2.25rem) !important; border: 1px solid var(--border) !important; border-left: 6px solid var(--primary) !important; border-radius: .7rem; background: var(--surface); box-shadow: var(--shadow-small); }
.trust-callout h2 { margin-top: 0; }
.trust-email { font-family: var(--mono); font-size: clamp(1rem, 3vw, 1.3rem); overflow-wrap: anywhere; }

.detail { padding-bottom: 6rem; }
.detail-header { max-width: 74rem; padding: clamp(2.25rem, 5vw, 4.25rem) 0 clamp(3rem, 6vw, 5rem); border-bottom: 1px solid var(--border); }
.detail-header h1 { max-width: 30ch; margin-top: 1rem; font-size: clamp(2.1rem, 4vw, 3.55rem); line-height: 1.03; }
.detail-header .lead { max-width: 55rem; }
.source-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 2.5rem 0 0; border: 1px solid var(--border); border-radius: .65rem; overflow: hidden; background: var(--border); }
.source-facts div { min-width: 0; padding: 1rem; background: var(--surface); }
.source-facts dd { margin: .3rem 0 0; overflow-wrap: anywhere; font-weight: 650; }
.source-image { margin: 2.5rem 0; max-width: 55rem; padding: .75rem; border: 1px solid var(--border); border-radius: .75rem; background: var(--surface); box-shadow: var(--shadow-small); }
.source-image img { width: 100%; border-radius: .45rem; }
.source-image figcaption { color: var(--muted); font-size: .82rem; margin-top: .65rem; }
.detail-flow { max-width: 64rem; }
.detail-flow > section { padding: 2.75rem 0; border-bottom: 1px solid var(--border); }
.detail-flow h2 { max-width: 24ch; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.product-variant { padding: 1.1rem 0; }
.product-variant + .product-variant { border-top: 1px solid var(--border); }
.identifier-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: .6rem; margin-top: 1.2rem; }
.identifier-grid div { min-width: 0; padding: .9rem; border: 1px solid var(--border); border-radius: .45rem; background: var(--surface); }
.identifier-grid dd { margin: .35rem 0 0; font-family: var(--mono); overflow-wrap: anywhere; }
.safety-block { margin-block: 1.25rem; padding: 2rem !important; border: 1px solid color-mix(in srgb, var(--signal) 45%, var(--border)); border-left: 6px solid var(--signal); border-radius: .6rem; background: var(--signal-soft); }
.detail-flow details { border-block: 1px solid var(--border); padding: .9rem 0; }
.detail-flow summary { font-weight: 700; cursor: pointer; }
.history { list-style: none; padding: 0; border-top: 1px solid var(--border); }
.history li { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--border); font-family: var(--mono); font-size: .76rem; }
.disclaimer { color: var(--muted); border-left: 3px solid var(--border-strong); padding-left: 1rem; }

@media (min-width: 36rem) {
  .search-line { grid-template-columns: minmax(0, 1fr) auto; }
  .category-index { grid-template-columns: repeat(2, 1fr); }
  .source-facts { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 48rem) {
  .hero-grid { grid-template-columns: minmax(0, 7fr) minmax(20rem, 5fr); }
  .freshness .shell { grid-template-columns: repeat(3, 1fr); }
  .freshness .shell > div { padding: 1rem 1.25rem; border-bottom: 0; border-right: 1px solid color-mix(in srgb, var(--footer-ink) 22%, transparent); }
  .freshness .shell > div:first-child { padding-left: 0; }
  .freshness .shell > div:last-child { border-right: 0; }
  .recall-row { grid-template-columns: 7.5rem minmax(0, 1fr) 9rem; gap: 1.35rem; }
  .row-meta { flex-direction: column; align-items: flex-end; justify-content: start; text-align: right; }
  .category-index { grid-template-columns: repeat(4, 1fr); }
  .category-span-0, .category-span-3 { grid-column: span 2; }
  .guide-grid { grid-template-columns: 4fr 7fr; }
  .methodology { grid-template-columns: 5fr 7fr; }
  .footer-grid { grid-template-columns: 5fr 3fr 4fr; }
  .form-layout { grid-template-columns: minmax(0, 7fr) minmax(16rem, 4fr); }
}

@media (min-width: 64rem) {
  .nav-menu { display: none; }
  .desktop-nav { display: flex; align-items: center; gap: clamp(.4rem, 1vw, 1rem); }
  .desktop-nav a { padding: .45rem .55rem; border-radius: .35rem; text-decoration: none; font-size: .88rem; font-weight: 600; }
  .desktop-nav a:hover { background: var(--surface-2); color: var(--ink); }
  .desktop-nav a[aria-current="page"] { color: var(--primary); box-shadow: inset 0 -2px var(--primary); }
}

@media (max-width: 47.99rem) {
  .shell { width: min(calc(100% - 1.25rem), var(--max)); }
  .header-inner { min-height: 4.5rem; gap: 1rem; }
  .wordmark-logo { width: 2.5rem; height: 2.5rem; }
  .wordmark-copy small { display: none; }
  .hero-grid { padding-block: 3.5rem; }
  .hero::before { width: 20rem; opacity: .2; }
  .hero h1 { font-size: clamp(3rem, 14.5vw, 4.4rem); }
  .hero-copy { margin-block: 1.15rem 1.5rem; }
  .hero .search-form { padding: .85rem; }
  .search-line button { width: 100%; }
  .live-result { padding: 1rem; }
  .live-result h3 { font-size: 1.55rem; }
  .freshness .shell > div { padding-inline: .4rem; }
  .section-heading { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: .5rem; }
  .alert-band { margin-inline: .625rem; }
  .source-facts { grid-template-columns: 1fr 1fr; }
  .history li { display: grid; }
}

@media (prefers-reduced-motion: no-preference) {
  a, button, .category-link { transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
}

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