:root {
  --ink: #13201d;
  --muted: #65716d;
  --paper: #f5f2e9;
  --white: #fffef9;
  --green: #173e35;
  --green-2: #245c4c;
  --lime: #cbe76e;
  --line: #d9d6ca;
  --red: #a94d3f;
  --shadow: 0 24px 70px rgba(20, 45, 37, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.site-nav, footer { display: flex; align-items: center; justify-content: space-between; max-width: 1240px; margin: auto; padding: 24px 32px; }
.site-nav nav { display: flex; align-items: center; gap: 28px; }
.site-nav nav a { text-decoration: none; font-size: 14px; }
.wordmark { font-weight: 760; letter-spacing: -.03em; text-decoration: none; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; background: var(--lime); color: var(--ink); font-weight: 760; text-decoration: none; box-shadow: 0 8px 22px rgba(120, 150, 30, .18); }
.button-small { padding: 9px 16px; }
.text-link { font-weight: 720; text-decoration: none; border-bottom: 1px solid currentColor; }
.hero { min-height: 720px; max-width: 1240px; margin: auto; padding: 74px 32px 96px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 82px; }
.eyebrow { margin: 0 0 18px; color: var(--green-2); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 24px; font: 500 clamp(56px, 7.2vw, 102px)/.93 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.deck { max-width: 700px; color: #45514d; font-size: clamp(19px, 2vw, 25px); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; margin: 34px 0 24px; }
.ai-disclosure { max-width: 660px; color: var(--muted); font-size: 13px; }
.brief-preview { position: relative; background: var(--white); padding: 30px; border: 1px solid rgba(23, 62, 53, .15); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.brief-preview::before { content: ""; position: absolute; width: 60%; height: 10px; top: -10px; left: 20%; background: rgba(203, 231, 110, .7); }
.preview-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.preview-score { display: flex; align-items: flex-end; gap: 12px; margin: 46px 0 34px; }
.preview-score strong { font: 500 88px/.8 Georgia, serif; }
.preview-score span { max-width: 120px; color: var(--muted); font-size: 14px; }
.brief-preview ul, .pricing-grid ul { padding: 0; margin: 0; list-style: none; }
.brief-preview li { display: flex; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); }
.brief-preview li span { color: var(--green-2); font-size: 12px; font-weight: 800; }
.trust-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px 44px; padding: 24px 32px; color: #dce8e3; background: var(--green); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.content-section, .boundary-section, .intake-section { max-width: 1240px; margin: auto; padding: 120px 32px; }
.section-intro { max-width: 760px; margin-bottom: 56px; }
.section-intro h2, .boundary-section h2 { margin-bottom: 20px; font: 500 clamp(38px, 5vw, 64px)/1 Georgia, serif; letter-spacing: -.035em; }
.section-intro > p:last-child, .boundary-section p { color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-grid article { min-height: 280px; padding: 28px; background: var(--white); border-top: 3px solid var(--green); }
.feature-grid article > span { color: var(--green-2); font-size: 12px; font-weight: 800; }
.feature-grid h3 { margin: 56px 0 12px; font: 500 25px/1.1 Georgia, serif; }
.feature-grid p { color: var(--muted); font-size: 14px; }
.pricing-section { padding: 120px max(32px, calc((100vw - 1176px) / 2)); color: var(--white); background: var(--green); }
.inverse .eyebrow { color: var(--lime); }
.inverse h2 { color: var(--white); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pricing-grid article { padding: 32px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.17); }
.pricing-grid article.featured { color: var(--ink); background: var(--lime); }
.plan { font-weight: 760; }
.price { margin: 24px 0 10px; font: 500 54px/1 Georgia, serif; }
.price span { font: 600 15px/1 ui-sans-serif, system-ui; }
.pricing-grid article > p:nth-of-type(3) { min-height: 52px; color: #cdd9d5; }
.pricing-grid article.featured > p:nth-of-type(3) { color: #3d4d48; }
.pricing-grid li { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.16); font-size: 14px; }
.featured li { border-color: rgba(23,62,53,.17); }
.pricing-note { margin-top: 28px; color: #bdcbc6; font-size: 13px; }
.pricing-note a { color: var(--lime); }
.intake-section { display: grid; grid-template-columns: 1fr .8fr; gap: 72px; align-items: center; }
.intake-section h2 { margin-bottom: 20px; font: 500 clamp(38px, 5vw, 64px)/1 Georgia, serif; letter-spacing: -.035em; }
.intake-section > div > p:last-child { max-width: 650px; color: var(--muted); font-size: 18px; }
.intake-card { padding: 36px; background: var(--white); border-top: 4px solid var(--green); box-shadow: var(--shadow); }
.intake-card .price { color: var(--green); }
.intake-card .button { margin-top: 14px; }
.intake-card .intake-note { margin: 24px 0 0; color: var(--muted); font-size: 12px; }
.boundary-section { max-width: 900px; text-align: center; }
footer { color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }

.check-hero { max-width: 1240px; margin: auto; padding: 74px 32px 100px; display: grid; grid-template-columns: 1.05fr .75fr; gap: 72px; align-items: center; }
.check-hero h1, .lookup-shell h1, .intent-shell h1 { max-width: 820px; font-size: clamp(52px, 6.5vw, 88px); }
.lookup-form { padding: 36px; background: var(--white); border-top: 4px solid var(--green); box-shadow: var(--shadow); }
.lookup-form label:not(.check-line) { display: block; margin-bottom: 9px; font-weight: 760; }
.lookup-form input[type="text"] { width: 100%; padding: 14px 16px; color: var(--ink); background: #fff; border: 1px solid #aeb7b3; border-radius: 8px; font: inherit; }
.lookup-form input[type="text"]:focus { outline: 3px solid rgba(36,92,76,.2); border-color: var(--green-2); }
.lookup-form [id$="-help"], .lookup-form .form-note { color: var(--muted); font-size: 12px; }
.check-line { display: grid; grid-template-columns: auto 1fr; gap: 10px; margin: 22px 0; font-size: 13px; }
.check-line input { margin-top: 4px; }
.compact-section { padding-top: 40px; }
.lookup-shell, .intent-shell { max-width: 1100px; min-height: 70vh; margin: auto; padding: 74px 32px 100px; }
.lookup-card, .intent-card { margin: 44px 0; padding: 38px; background: var(--white); border-top: 4px solid var(--green); box-shadow: var(--shadow); }
.lookup-card h2, .lookup-offer h2, .intent-card h2 { font: 500 clamp(30px, 4vw, 46px)/1 Georgia, serif; }
.lookup-card h2:not(:first-child) { margin-top: 48px; }
.lookup-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 38px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.lookup-fact { min-height: 118px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lookup-fact span { display: block; margin-bottom: 22px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.lookup-fact strong { overflow-wrap: anywhere; }
.lookup-offer { max-width: 1100px; margin: 46px auto; padding: 42px; display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; color: var(--white); background: var(--green); }
.lookup-offer .eyebrow { color: var(--lime); }
.lookup-offer p { max-width: 700px; color: #d6e0dc; }
.lookup-offer .button { white-space: nowrap; }
.public-offer { margin-top: 20px; margin-bottom: 20px; }
.pricing-note-dark { font-size: 12px; }
.lookup-boundary { margin: 42px 0; padding: 24px; color: #654b47; background: #f5e8e3; border-left: 5px solid var(--red); font-size: 13px; }
.intent-card { max-width: 720px; }
.cohort-hero h1 { max-width: 760px; }
.cohort-actions { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.cohort-actions h2 { margin-bottom: 0; }
.cohort-actions .eyebrow { margin-bottom: 10px; }
.button:disabled { cursor: not-allowed; opacity: .5; }

.guide-shell { max-width: 1100px; margin: auto; padding: 54px 32px 110px; }
.guide-hero { padding: 52px 0 96px; border-bottom: 1px solid var(--line); }
.guide-hero h1 { max-width: 940px; }
.guide-section { padding: 86px 0; border-bottom: 1px solid var(--line); }
.guide-section > h2 { max-width: 820px; margin-bottom: 42px; font: 500 clamp(38px, 5vw, 64px)/1 Georgia, serif; letter-spacing: -.035em; }
.guide-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.guide-columns article { padding: 34px; background: var(--white); border-top: 3px solid var(--green); }
.guide-columns article > span { color: var(--green-2); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.guide-columns h3 { margin: 38px 0 14px; font: 500 29px/1.1 Georgia, serif; }
.guide-columns p { color: var(--muted); }
.guide-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.guide-steps li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.guide-steps li > span { color: var(--green-2); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.guide-steps h3 { margin-bottom: 8px; font: 500 26px/1.1 Georgia, serif; }
.guide-steps p { max-width: 760px; margin: 0; color: var(--muted); }
.guide-section td { white-space: normal; }
.guide-sources { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.guide-sources li { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.guide-sources a { font-weight: 720; }
.guide-sources span { color: var(--muted); font-size: 13px; text-align: right; }
.guide-offer { margin-bottom: 0; }

.report-page { background: #ece9df; }
.report-hero { max-width: 1100px; margin: 0 auto; padding: 42px 32px 72px; }
.report-hero .wordmark { display: inline-block; margin-bottom: 74px; }
.status-pill { float: right; padding: 8px 12px; border: 1px solid var(--green-2); border-radius: 999px; color: var(--green-2); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.report-hero h1 { max-width: none; margin-bottom: 10px; font-size: clamp(54px, 7vw, 94px); }
.report-hero .deck { font: 500 clamp(24px, 3vw, 38px)/1.1 Georgia, serif; color: var(--green-2); }
.identity-description { max-width: 720px; color: var(--muted); font-size: 16px; }
.report-shell { max-width: 1100px; margin: 0 auto 90px; background: var(--white); box-shadow: var(--shadow); }
.section { padding: 64px; border-bottom: 1px solid var(--line); }
.section-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.section-heading span { color: var(--green-2); font-size: 12px; font-weight: 800; }
.section-heading h2 { margin: 0; font: 500 34px/1 Georgia, serif; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact { min-height: 130px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact span { display: block; margin-bottom: 26px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.fact strong { font-size: 16px; overflow-wrap: anywhere; }
.two-up { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.detail-list { margin: 0; }
.detail-list > div { display: grid; grid-template-columns: 118px 1fr; gap: 18px; padding: 12px 0; border-top: 1px solid var(--line); }
.detail-list dt { color: var(--muted); font-size: 12px; }
.detail-list dd { margin: 0; font-size: 14px; }
.source-note { margin-top: 20px; padding: 16px; color: var(--muted); background: var(--paper); font-size: 12px; }
.provenance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.provenance-grid article { padding: 24px; border: 1px solid var(--line); }
.provenance-grid h3 { font: 500 22px/1.15 Georgia, serif; }
.provenance-grid p { color: var(--muted); font-size: 13px; }
.finding-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.finding { padding: 24px; border: 1px solid var(--line); }
.confidence { color: var(--green-2); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.finding h3 { margin: 30px 0 10px; font: 500 22px/1.15 Georgia, serif; }
.finding p { margin: 0; color: var(--muted); font-size: 14px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th, td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
td:nth-child(2) { white-space: nowrap; }
.disclaimer { padding: 28px 64px; color: #654b47; background: #f5e8e3; border-left: 5px solid var(--red); font-size: 12px; }

@media (max-width: 900px) {
  .site-nav nav > a:not(.button), .status-pill { display: none; }
  .hero, .intake-section, .check-hero { grid-template-columns: 1fr; min-height: auto; gap: 46px; }
  .brief-preview { max-width: 560px; transform: none; }
  .feature-grid, .pricing-grid, .lookup-grid { grid-template-columns: repeat(2, 1fr); }
  .lookup-offer { grid-template-columns: 1fr; }
  .cohort-actions { align-items: flex-start; flex-direction: column; }
  .two-up { grid-template-columns: 1fr; }
  .provenance-grid { grid-template-columns: 1fr; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .site-nav, footer { padding: 20px; }
  .hero, .content-section, .boundary-section, .intake-section, .check-hero, .lookup-shell, .intent-shell, .guide-shell { padding-left: 20px; padding-right: 20px; }
  h1 { font-size: 52px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .feature-grid, .pricing-grid, .finding-list, .lookup-grid { grid-template-columns: 1fr; }
  .lookup-form, .lookup-card, .lookup-offer, .intent-card { padding: 26px 22px; }
  .pricing-section { padding: 88px 20px; }
  .section { padding: 38px 22px; }
  .fact-grid { grid-template-columns: 1fr; }
  .disclaimer { padding: 24px; }
  footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .guide-columns { grid-template-columns: 1fr; }
  .guide-steps li { grid-template-columns: 48px 1fr; gap: 14px; }
  .guide-sources li { align-items: flex-start; flex-direction: column; gap: 6px; }
  .guide-sources span { text-align: left; }
}

@media print {
  .report-page { background: white; }
  .report-hero { padding-bottom: 30px; }
  .report-shell { box-shadow: none; }
  .section { break-inside: avoid; }
  footer { display: none; }
}
