:root {
  --ink: #121212;
  --ink-soft: #343331;
  --paper: #f3efdf;
  --paper-light: #fffdf7;
  --red: #d83b2d;
  --red-dark: #aa261d;
  --yellow: #f4d94c;
  --line: rgba(18, 18, 18, 0.2);
  --muted: #6f6b63;
  --white: #fff;
  --max: 1180px;
  --shadow: 0 18px 45px rgba(18,18,18,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--yellow); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; color: var(--white); background: rgba(18,18,18,.96); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; font-weight: 850; letter-spacing: -.035em; text-decoration: none; }
.brand > span:last-child > span { color: var(--red); }
.brand-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: var(--red); border-radius: 50%; font-size: .88rem; letter-spacing: -.04em; transform: rotate(-6deg); }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav { gap: 13px; }
.site-nav a { display: inline-flex; align-items: center; gap: 6px; color: #e9e6dc; font-size: .83rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.site-nav a .icon { width: 17px; height: 17px; color: var(--yellow); }
.site-nav a[aria-current="page"] { color: var(--yellow); }
.site-nav .nav-cta { padding: 9px 12px; border: 1px solid var(--red); color: var(--white); background: var(--red); border-radius: 3px; }
.site-nav .nav-cta .icon { color: var(--white); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--yellow); }
.icon { display: inline-block; width: 22px; height: 22px; flex: none; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.menu-button { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.4); color: var(--white); background: transparent; padding: 8px; border-radius: 3px; cursor: pointer; }
.menu-button .icon-close { display: none; }
.menu-button[aria-expanded="true"] .icon-open { display: none; }
.menu-button[aria-expanded="true"] .icon-close { display: inline-block; }

.hero { color: var(--white); background: var(--ink); overflow: hidden; }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr); align-items: center; gap: 8vw; padding-block: 90px; }
.hero-copy { position: relative; }
.hero-copy::before { content: ""; position: absolute; width: 180px; height: 9px; left: -44px; top: 34px; background: var(--red); transform: rotate(-3deg); opacity: .92; }
.eyebrow { position: relative; z-index: 1; margin: 0 0 16px; color: var(--red); font-size: .76rem; line-height: 1.2; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .section-dark .eyebrow, .section-red .eyebrow { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(4rem, 9vw, 7.5rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.65rem, 5.4vw, 4.9rem); }
h3 { line-height: 1.15; letter-spacing: -.02em; }
.hero-lede { max-width: 710px; margin-bottom: 34px; color: #d8d5cc; font-size: clamp(1.12rem, 2vw, 1.38rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 17px; border: 2px solid transparent; border-radius: 3px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-button:focus-visible, summary:focus-visible, .step-card:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.button-primary { color: var(--white); background: var(--red); box-shadow: 5px 5px 0 var(--red-dark); }
.button-primary:hover { box-shadow: 7px 7px 0 var(--red-dark); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.5); background: transparent; }
.button-outline-dark { color: var(--ink); border-color: var(--ink); background: transparent; }
.button-light { color: var(--ink); background: var(--paper-light); box-shadow: 5px 5px 0 rgba(18,18,18,.3); }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 5px 5px 0 rgba(18,18,18,.22); }
.microcopy { margin: 18px 0 0; color: #96938b; font-size: .8rem; }
.truth-card { position: relative; padding: 34px 32px; color: var(--ink); background: var(--paper); box-shadow: 13px 13px 0 var(--red); transform: rotate(1.5deg); }
.truth-card::before { content: "FACT CHECK"; position: absolute; right: 22px; top: -21px; padding: 6px 10px; color: var(--white); background: var(--red); border: 2px solid var(--paper); font-size: .68rem; font-weight: 900; letter-spacing: .13em; transform: rotate(4deg); }
.truth-card-label { margin-bottom: 22px; color: var(--muted); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.truth-card blockquote { margin: 0 0 26px; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.12; letter-spacing: -.035em; }
.truth-card a { color: var(--red-dark); font-size: .9rem; font-weight: 850; }

.quick-start, .section { padding-block: 100px; }
.quick-start { background: var(--paper); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; }
.split-heading > p { max-width: 440px; margin-bottom: 25px; color: var(--muted); font-size: 1.08rem; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.step-card { min-height: 330px; display: flex; flex-direction: column; padding: 30px; background: var(--paper-light); border-right: 1px solid var(--ink); text-decoration: none; transition: background .2s ease, color .2s ease; }
.step-card:last-child { border-right: 0; }
.step-card:hover { background: #fff; }
.step-card-accent { color: var(--white); background: var(--red); }
.step-card-accent:hover { background: var(--red-dark); }
.step-number { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .8rem; font-weight: 900; }
.step-icon { width: 31px; height: 31px; color: var(--red); }
.step-card-accent .step-icon { color: var(--yellow); }
.step-card h3 { margin: auto 0 15px; font-family: Georgia, serif; font-size: 2rem; }
.step-card p { color: var(--muted); }
.step-card-accent p { color: #ffddd8; }
.card-link { margin-top: 14px; font-size: .88rem; font-weight: 900; }

.section-dark { color: var(--white); background: var(--ink); }
.section-dark .split-heading > p { color: #aaa69e; }
.claim-list { border-top: 1px solid rgba(255,255,255,.24); }
.claim-list article { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.claim-list article > .icon { color: var(--red); }
.claim-list h3 { margin-bottom: 6px; font-size: 1.35rem; }
.claim-list p { max-width: 800px; margin-bottom: 0; color: #bbb8b0; }
.note-box { margin-top: 44px; padding: 24px 28px; color: var(--ink); background: var(--yellow); border-left: 7px solid var(--red); }

.guide-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.guide-intro { position: sticky; top: 110px; }
.guide-intro > p:last-child { color: var(--muted); font-size: 1.08rem; }
.checklist-card { padding: 30px; background: var(--paper); border: 1px solid var(--ink); box-shadow: 9px 9px 0 var(--ink); }
.checklist-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 2px solid var(--ink); }
.checklist-head h3 { margin: 0; font-family: Georgia, serif; font-size: 1.7rem; }
.checklist-head span { color: var(--muted); font-size: .84rem; font-weight: 800; }
.checklist-card label { display: flex; align-items: flex-start; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.checklist-card input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--red); }
.text-button { margin-top: 20px; padding: 0; border: 0; color: var(--red-dark); background: transparent; font-weight: 850; text-decoration: underline; cursor: pointer; }

.section-paper { background: var(--paper); border-block: 1px solid var(--line); }
.verify-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.verify-card { min-height: 255px; padding: 28px; background: var(--paper-light); border-top: 5px solid var(--red); }
.verify-card h3 { font-family: Georgia, serif; font-size: 1.65rem; }
.verify-card p { color: var(--muted); }

.report-stack { border-top: 2px solid var(--ink); }
details { border-bottom: 1px solid var(--ink); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 4px; list-style: none; cursor: pointer; font-size: 1.17rem; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary b { margin-right: 18px; color: var(--red); font-family: ui-monospace, monospace; font-size: .82rem; }
.summary-icon { position: relative; width: 24px; height: 24px; flex: 0 0 24px; }
.summary-icon::before, .summary-icon::after { content: ""; position: absolute; top: 11px; left: 3px; width: 18px; height: 2px; background: var(--ink); }
.summary-icon::after { transform: rotate(90deg); transition: transform .2s ease; }
details[open] .summary-icon::after { transform: rotate(0); }
.details-body { padding: 0 42px 35px; color: var(--ink-soft); }
.details-body > p { max-width: 900px; }
.details-body ol { padding-left: 21px; }
.details-body li { padding: 5px 0 5px 8px; }
.two-column { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); }
.platform-grid > div { padding: 22px; background: var(--paper-light); }
.platform-grid p { margin: 5px 0 0; color: var(--muted); }
.source-link { color: var(--red-dark); font-weight: 850; }

.section-red { color: var(--white); background: var(--red); }
.template-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; align-items: start; }
.template-grid > div:first-child p:last-child { color: #ffd7d2; }
.copy-card { padding: 28px; color: var(--ink); background: var(--paper); box-shadow: 10px 10px 0 var(--red-dark); }
.copy-card pre { margin: 0 0 24px; white-space: pre-wrap; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .9rem; line-height: 1.65; }

.share-section { background: var(--yellow); }
.share-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: center; }
.share-copy { padding: 28px; background: var(--paper-light); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); }
.share-copy p { font-family: Georgia, serif; font-size: 1.5rem; line-height: 1.35; }

.sources { background: var(--paper-light); }
.source-list { border-top: 2px solid var(--ink); }
.source-list a { display: grid; grid-template-columns: .7fr 1.3fr auto; gap: 20px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.source-list a:hover strong { color: var(--red-dark); text-decoration: underline; }
.source-list span { color: var(--muted); font-size: .84rem; text-transform: uppercase; letter-spacing: .05em; }
.source-list i { font-style: normal; }
.source-date { margin: 20px 0 0; color: var(--muted); font-size: .82rem; }

.site-footer { padding: 72px 0 26px; color: #cecbc3; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.brand-footer { color: var(--white); margin-bottom: 20px; }
.footer-grid > div:first-child p { max-width: 390px; }
.footer-note { padding-left: 24px; border-left: 4px solid var(--red); }
.footer-note strong { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: #8f8c85; font-size: .8rem; }

.toast { position: fixed; right: 20px; bottom: 20px; z-index: 100; padding: 12px 16px; color: var(--white); background: var(--ink); border-left: 5px solid var(--yellow); box-shadow: var(--shadow); font-weight: 800; opacity: 0; transform: translateY(14px); pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

/* Inner-page editorial system */
.page-hero { padding: 92px 0 80px; color: var(--paper-light); background: var(--ink); border-bottom: 10px solid var(--red); }
.page-hero .eyebrow { color: var(--yellow); }
.page-hero h1 { max-width: 1000px; font-size: clamp(3.3rem, 7vw, 6.4rem); }
.page-hero p:last-child { max-width: 760px; color: #d5d1c8; font-size: 1.16rem; }
.inner-section { padding: 76px 0; }
.inner-section:nth-of-type(odd) { background: var(--paper); }
.inner-section h2 { max-width: 850px; }
.inner-section h3 { font-family: Georgia, serif; font-size: 1.7rem; }
.lead { max-width: 760px; color: var(--ink-soft); font-size: 1.14rem; }
.article-grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(240px, .75fr); gap: clamp(35px, 7vw, 100px); }
.article-copy > p, .article-copy > ul { max-width: 750px; }
.article-copy h2 { margin-top: 40px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.article-copy h2:first-child { margin-top: 0; }
.article-copy h3 { margin-top: 32px; margin-bottom: 10px; }
.article-copy li { margin-bottom: 10px; }
.article-copy a:not(.button) { color: var(--red-dark); text-underline-offset: 3px; }
.side-panel { position: sticky; top: 106px; align-self: start; padding: 25px; background: var(--yellow); box-shadow: 7px 7px 0 var(--ink); }
.side-panel h3 { margin-bottom: 10px; font-size: 1.45rem; }
.side-panel p { font-size: .93rem; }
.side-panel .button { width: 100%; text-align: center; }
.guide-block { margin-top: 22px; padding: 24px; border: 1px solid var(--ink); background: var(--paper-light); }
.guide-block h3 { margin-top: 0; }
.guide-block p:last-child { margin-bottom: 0; }
.guide-block .icon { color: var(--red); width: 26px; height: 26px; margin-bottom: 10px; }
.mini-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 35px; }
.mini-links a { padding: 9px 13px; border: 1px solid var(--ink); font-size: .92rem; font-weight: 800; text-decoration: none; }
.mini-links a:hover { color: #fff; background: var(--ink); }
.mini-links-inverse a { border-color: rgba(255,255,255,.5); color: var(--white); }
.mini-links-inverse a:hover { color: var(--ink); background: var(--yellow); }
.plain-list { padding-left: 22px; }
.resource-callout { margin-top: 32px; padding: 24px; background: var(--ink); color: var(--paper-light); }
.resource-callout a { color: var(--yellow) !important; }
.resource-callout p:last-child { margin-bottom: 0; }
.article-divider { margin: 55px 0; border: 0; border-top: 2px solid var(--ink); }
.bottom-cta { padding: 70px 0; background: var(--yellow); }
.bottom-cta h2 { font-size: clamp(2.5rem, 5vw, 4.3rem); }
.bottom-cta .wrap { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.bottom-cta .button { flex: none; }

/* The report builder runs locally; no submissions or storage. */
.builder-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 28px; align-items: start; }
.builder-form, .builder-preview { padding: 28px; border: 1px solid var(--ink); background: var(--paper-light); box-shadow: 7px 7px 0 var(--ink); }
.builder-form h2, .builder-preview h2 { font-size: 2.3rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .9rem; font-weight: 850; }
.form-field small { color: var(--muted); font-size: .79rem; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #7d7972; border-radius: 2px; color: var(--ink); background: #fff; }
.form-field textarea { min-height: 92px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid var(--yellow); outline-offset: 1px; border-color: var(--ink); }
.builder-preview { position: sticky; top: 106px; }
.builder-preview .preview-label { display: block; margin: 18px 0 5px; color: var(--muted); font-size: .8rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.builder-preview .subject-line { padding: 10px 12px; background: var(--paper); border-left: 4px solid var(--red); overflow-wrap: anywhere; }
.builder-preview pre { min-height: 270px; max-height: 550px; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; padding: 17px; border: 1px solid var(--line); background: var(--paper); font: .91rem/1.65 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.builder-preview .button { width: 100%; margin-bottom: 10px; }
.privacy-note { color: var(--muted); font-size: .82rem; }
.form-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.form-actions .button { min-width: 130px; }

@media (max-width: 1100px) {
  .menu-button { display: inline-flex; }
  .site-nav { position: absolute; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.2); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1rem; gap: 13px; }
  .site-nav a .icon { width: 21px; height: 21px; }
  .site-nav .nav-cta { margin-top: 12px; padding: 12px; }
}

@media (max-width: 860px) {
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 70px; padding-block: 70px 90px; }
  .truth-card { max-width: 520px; }
  .split-heading, .guide-layout, .template-grid, .share-grid, .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .step-grid, .verify-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .step-card:last-child { border-bottom: 0; }
  .guide-intro { position: static; }
  .two-column { grid-template-columns: 1fr; }
  .article-grid, .builder-layout { grid-template-columns: 1fr; }
  .side-panel, .builder-preview { position: static; }
  .bottom-cta .wrap { align-items: start; flex-direction: column; }
}

@media (max-width: 600px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 64px; }
  .site-nav { top: 64px; }
  .brand { font-size: .9rem; }
  .brand-mark { width: 31px; height: 31px; }
  .hero-grid { padding-block: 60px 75px; }
  h1 { font-size: clamp(3.6rem, 18vw, 5.4rem); }
  h2 { font-size: 2.65rem; }
  .hero-copy::before { width: 125px; left: -20px; }
  .hero-actions .button { width: 100%; }
  .truth-card { padding: 28px 24px; box-shadow: 8px 8px 0 var(--red); }
  .quick-start, .section { padding-block: 72px; }
  .split-heading { gap: 10px; }
  .step-card { padding: 24px; }
  .claim-list article { grid-template-columns: 48px 1fr; gap: 10px; }
  .checklist-card { padding: 22px; box-shadow: 6px 6px 0 var(--ink); }
  .checklist-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  summary { padding: 21px 0; font-size: 1.02rem; }
  summary b { margin-right: 8px; }
  .details-body { padding: 0 0 28px; }
  .platform-grid { grid-template-columns: 1fr; }
  .copy-card { padding: 21px; box-shadow: 7px 7px 0 var(--red-dark); }
  .copy-card pre { font-size: .8rem; }
  .source-list a { grid-template-columns: 1fr auto; gap: 5px 12px; }
  .source-list span { grid-column: 1; }
  .source-list strong { grid-column: 1; }
  .source-list i { grid-column: 2; grid-row: 1 / span 2; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 66px 0 58px; }
  .inner-section { padding: 58px 0; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .builder-form, .builder-preview { padding: 19px; box-shadow: 5px 5px 0 var(--ink); }
}

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

@media print {
  .site-header, .hero-actions, .menu-button, .copy-button, .toast { display: none !important; }
  body { background: #fff; color: #000; }
  .hero, .section-dark, .section-red { color: #000; background: #fff; }
  .hero-grid { min-height: 0; display: block; padding-block: 30px; }
  .truth-card, .checklist-card, .copy-card { box-shadow: none; }
  details { break-inside: avoid; }
  details > * { display: block; }
}
