:root {
  --ink: #17201d;
  --muted: #5d6964;
  --green: #0c4938;
  --green-2: #176a50;
  --mint: #e7efe9;
  --rust: #a3482e;
  --gold: #bd8c2f;
  --paper: #f5f4ef;
  --white: #ffffff;
  --line: #d7ddd9;
  --shadow: 0 16px 42px rgba(23, 32, 29, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 30; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
section[id] { scroll-margin-top: 88px; }
.band { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topbar { min-height: 68px; padding: 12px max(20px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 28px; background: rgba(245, 244, 239, 0.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; }
.brand-short, .mobile-nav { display: none; }
.brand-mark { width: 38px; height: 38px; display: block; }
.nav { display: flex; gap: 22px; margin-left: auto; }
.nav a, .nav-cta { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-cta { padding: 10px 15px; color: white; background: var(--green); }

.hero { min-height: 630px; padding: 88px 0 64px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: center; gap: 70px; }
.hero > *, .issue-preview { min-width: 0; }
.eyebrow { margin: 0 0 12px; color: var(--rust); font-size: 12px; font-weight: 800; text-transform: uppercase; }
h1, h2, h3, p { letter-spacing: 0; }
h1 { max-width: 760px; margin: 0; overflow-wrap: anywhere; font-size: 64px; line-height: 1.02; }
.hero-text { max-width: 700px; margin: 24px 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 46px; padding: 12px 17px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-size: 14px; font-weight: 800; border: 1px solid var(--green); }
.button.primary { background: var(--green); color: white; }
.button.primary:hover { background: var(--green-2); }
.button.secondary { background: transparent; color: var(--green); }
.disabled-link { cursor: not-allowed; opacity: .65; }
.button[aria-disabled="true"] { background: #52605b; border-color: #52605b; color: white; }
.trust-row { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: 13px; font-weight: 600; }
.trust-row span::before { content: "✓"; margin-right: 6px; color: var(--green-2); }

.issue-preview { padding: 26px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.preview-head { display: flex; justify-content: space-between; gap: 12px; color: #c5d0cb; font-size: 13px; }
.preview-head strong { color: white; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 26px; background: #3b4743; }
.metric-grid div { padding: 18px 12px; background: #202b27; }
.metric-grid strong { display: block; font-size: 29px; }
.metric-grid span { color: #b8c4bf; font-size: 11px; }
.preview-divider { height: 1px; margin: 24px 0; background: #44514c; }
.preview-label { margin: 0 0 12px; color: #b8c4bf; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.issue-fields { margin: 0; padding: 0; list-style: none; }
.issue-fields li { padding: 11px 0; display: flex; justify-content: space-between; gap: 14px; border-top: 1px solid #35413d; font-size: 13px; }
.issue-fields span { color: #9eb0a9; }
.issue-fields strong { text-align: right; }

.value-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.value-strip div { min-height: 150px; padding: 30px; border-right: 1px solid var(--line); }
.value-strip div:last-child { border-right: 0; }
.value-strip strong, .value-strip span { display: block; }
.value-strip strong { margin-bottom: 9px; font-size: 17px; }
.value-strip span { color: var(--muted); font-size: 14px; line-height: 1.55; }

.market-pulse { border-bottom: 1px solid var(--line); }
.pulse-layout { display: grid; grid-template-columns: 1.45fr .55fr; gap: 54px; }
.pulse-layout h3 { margin: 0 0 16px; font-size: 18px; }
.pulse-table { border-top: 1px solid var(--line); }
.pulse-row { min-height: 66px; display: grid; grid-template-columns: minmax(150px, 1.3fr) repeat(4, minmax(70px, .7fr)); gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.pulse-row > span { color: var(--muted); font-size: 12px; }
.pulse-row b { display: block; color: var(--ink); font-size: 17px; }
.trade-pulse { padding: 22px; background: var(--ink); color: white; }
.trade-pulse-row { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #3b4743; }
.trade-pulse-row span { color: #dce4e0; font-size: 13px; }
.trade-pulse-row strong { color: white; }
.trade-pulse > p { margin-bottom: 0; color: #9eb0a9; font-size: 11px; line-height: 1.55; }

.section { padding-block: 84px; }
.section-heading { max-width: 800px; margin-bottom: 32px; }
.section-heading h2, .coverage h2 { margin: 0; font-size: 38px; line-height: 1.12; }
.section-heading > p:last-child, .coverage-copy > p { color: var(--muted); line-height: 1.65; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.toolbar { padding: 16px 0; display: grid; grid-template-columns: 2fr repeat(3, 1fr) auto; gap: 10px; align-items: end; border-block: 1px solid var(--line); }
.toolbar label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.toolbar input, .toolbar select { width: 100%; min-height: 44px; padding: 10px; background: white; color: var(--ink); border: 1px solid var(--line); font: inherit; font-size: 14px; }
.clear-filters { min-height: 44px; padding: 10px 13px; background: transparent; color: var(--green); border: 1px solid var(--green); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.sample-layout { margin-top: 24px; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 26px; align-items: start; }
.sample-summary { padding: 20px 0; position: sticky; top: 92px; border-top: 4px solid var(--rust); }
.sample-summary span, .sample-summary strong { display: block; }
.sample-summary span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.sample-summary strong { margin: 6px 0; font-size: 46px; }
.sample-summary p { color: var(--muted); line-height: 1.55; }
.sample-summary a, .text-link { color: var(--green); font-weight: 800; }
.records { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.record { min-width: 0; padding: 20px; background: white; border: 1px solid var(--line); }
.record-top, .record footer { display: flex; justify-content: space-between; gap: 14px; }
.record-top span { color: var(--green-2); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.record h3 { margin: 11px 0; font-size: 20px; overflow-wrap: anywhere; }
.record p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.record .why { color: var(--ink); font-weight: 700; }
.record .suggested-check { padding-top: 10px; color: var(--ink); border-top: 1px solid var(--line); }
.record-tags, .trade-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.record-tags span { padding: 4px 6px; background: var(--mint); color: var(--green); font-size: 11px; font-weight: 700; }
.trade-tags span { padding: 4px 6px; border: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.record footer { margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.record footer a { color: var(--green); font-weight: 800; }
.empty { grid-column: 1 / -1; padding: 20px; background: white; border: 1px solid var(--line); }

.method { border-top: 1px solid var(--line); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.method-grid article { min-height: 210px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-grid article > span { color: var(--rust); font-size: 12px; font-weight: 800; }
.method-grid h3 { margin: 28px 0 8px; font-size: 19px; }
.method-grid p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.method .text-link { display: inline-block; margin-top: 22px; }

.coverage { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; border-top: 1px solid var(--line); }
.coverage-stats { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 30px; }
.coverage-stats strong, .coverage-stats span { display: block; }
.coverage-stats strong { font-size: 30px; }
.coverage-stats span { color: var(--muted); font-size: 12px; }
.coverage-link { display: inline-block; margin-top: 24px; }
.coverage-details { border-top: 1px solid var(--line); }
.source-list { margin-top: 10px; border-top: 1px solid var(--line); }
.source-details, .coverage-exceptions { padding-block: 16px; border-bottom: 1px solid var(--line); }
.source-details summary, .coverage-exceptions summary { min-height: 28px; cursor: pointer; color: var(--green); font-weight: 800; }
.coverage-exceptions p { display: grid; grid-template-columns: 150px 1fr; gap: 12px; margin: 12px 0; font-size: 12px; }
.coverage-exceptions p span { color: var(--muted); }
.source-row { min-height: 64px; padding: 11px 0; display: grid; grid-template-columns: 1fr 70px 86px; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); }
.source-row div strong, .source-row div span { display: block; }
.source-row div span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.source-row em { justify-self: end; font-size: 11px; font-style: normal; font-weight: 800; }
.health-current { color: var(--green-2); }.health-stale, .health-refresh-failed { color: #a02f28; }.health-due-soon { color: #966a13; }

.pricing { border-top: 1px solid var(--line); }
.pricing-layout { display: grid; grid-template-columns: 1.2fr .8fr; border: 1px solid var(--line); background: white; }
.price-card { padding: 30px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.price-card > div > span { color: var(--rust); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.price { margin: 10px 0 26px; font-size: 42px; font-weight: 800; }
.price small { color: var(--muted); font-size: 13px; }
.price-card ul { margin: 0; padding-left: 20px; columns: 2; column-gap: 30px; }
.price-card li { margin-bottom: 12px; break-inside: avoid; color: var(--muted); font-size: 14px; line-height: 1.4; }
.price-card .button { align-self: end; justify-self: start; }
.price-aside { padding: 30px; background: var(--ink); color: white; }
.price-aside p { color: #c1cbc7; line-height: 1.6; }
.price-aside ol { margin: 22px 0; padding-left: 22px; color: #e2e8e5; }
.price-aside li { margin-bottom: 12px; padding-left: 5px; }
.price-aside a { color: white; font-weight: 800; }
.price-aside span { margin-top: 26px; padding-top: 16px; display: block; color: #9eb0a9; border-top: 1px solid #3b4743; font-size: 12px; }

.faq { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.faq-grid article { min-height: 170px; padding: 22px 22px 22px 0; border-bottom: 1px solid var(--line); }
.faq-grid article:not(:nth-child(3n)) { margin-right: 22px; border-right: 1px solid var(--line); }
.faq-grid h3 { margin: 0; font-size: 17px; }
.faq-grid p { color: var(--muted); font-size: 14px; line-height: 1.55; }

.footer { min-height: 150px; padding-block: 34px; display: flex; justify-content: space-between; gap: 30px; align-items: center; border-top: 1px solid var(--line); }
.footer strong, .footer span { display: block; }
.footer span { margin-top: 6px; color: var(--muted); font-size: 12px; }
.footer-links { display: flex !important; flex-wrap: wrap; gap: 18px; }
.footer-links a { font-size: 12px; font-weight: 700; }

.legal-page { max-width: 840px; margin: 0 auto; padding: 70px 20px; }
.legal-page h1 { font-size: 48px; }.legal-page h2 { margin-top: 36px; font-size: 24px; }.legal-page p,.legal-page li { color: var(--muted); line-height: 1.7; }
.welcome-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.welcome-panel { width: min(680px, 100%); padding: 34px; background: white; border: 1px solid var(--line); }
.welcome-panel h1 { font-size: 44px; }
.welcome-steps { margin: 28px 0; padding: 0; list-style: none; counter-reset: steps; }
.welcome-steps li { counter-increment: steps; padding: 15px 0 15px 46px; position: relative; border-top: 1px solid var(--line); color: var(--muted); }
.welcome-steps li::before { content: counter(steps); position: absolute; left: 0; top: 12px; width: 30px; height: 30px; display: grid; place-items: center; background: var(--mint); color: var(--green); font-weight: 800; }

@media (max-width: 900px) {
  .nav { display: none; }
  .mobile-nav { display: block; margin-left: auto; }
  .mobile-nav summary { min-height: 44px; padding: 11px 8px; cursor: pointer; font-size: 14px; font-weight: 800; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary::after { content: "+"; margin-left: 7px; color: var(--green); }
  .mobile-nav[open] summary::after { content: "-"; }
  .mobile-nav nav { width: min(260px, calc(100vw - 28px)); padding: 8px; display: grid; position: absolute; top: calc(100% + 1px); right: 14px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .mobile-nav nav a { min-height: 46px; padding: 12px; display: flex; align-items: center; text-decoration: none; font-size: 15px; font-weight: 700; border-bottom: 1px solid var(--line); }
  .mobile-nav nav a:last-child { border-bottom: 0; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 36px; padding-top: 58px; }
  .value-strip, .method-grid, .faq-grid { grid-template-columns: 1fr 1fr; }
  .value-strip div { border-bottom: 1px solid var(--line); }
  .value-strip div:last-child { grid-column: 1 / -1; }
  .toolbar { grid-template-columns: 1fr 1fr; }
  .split-heading, .coverage, .pricing-layout, .price-card, .pulse-layout { grid-template-columns: 1fr; gap: 30px; }
  .price-card ul { columns: 1; }
  .faq-grid article:not(:nth-child(3n)) { margin-right: 0; border-right: 0; }
  .faq-grid article:nth-child(odd) { margin-right: 22px; border-right: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .band { width: min(calc(100% - 28px), 1180px); }
  .topbar { padding-inline: 14px; gap: 10px; }
  .brand-full { display: none; }.brand-short { display: inline; }
  .brand-mark { width: 34px; height: 34px; }
  .topbar > .nav-cta { display: none; }
  h1 { font-size: 42px; }.section-heading h2, .coverage h2 { font-size: 31px; }
  .metric-grid { grid-template-columns: 1fr 1fr 1fr; }
  .value-strip, .method-grid, .faq-grid, .records, .toolbar { grid-template-columns: 1fr; }
  .value-strip div:last-child { grid-column: auto; }
  .faq-grid article:nth-child(odd) { margin-right: 0; border-right: 0; }
  .pulse-row { grid-template-columns: 1fr 1fr; padding-block: 12px; }
  .pulse-row > strong { grid-column: 1 / -1; }
  .sample-layout { grid-template-columns: 1fr; }.sample-summary { position: static; }
  .hero-actions .button { width: 100%; }
  .source-row { grid-template-columns: 1fr 60px 70px; }
  .footer { display: block; }.footer-links { margin-top: 24px; }
  .welcome-panel { padding: 24px; }.welcome-panel h1 { font-size: 36px; }
}
