:root {
  --ink: #08233f;
  --accent: #35d6c5;
  --paper: #f4f8fb;
  --alert: #ff7657;
  --alert-text: color-mix(in srgb, var(--alert) 62%, var(--ink));
  --alert-panel: color-mix(in srgb, var(--alert) 62%, var(--ink));
  --white: #ffffff;
  --muted: color-mix(in srgb, var(--ink) 72%, var(--paper));
  --line: color-mix(in srgb, var(--ink) 22%, var(--paper));
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 24px 70px color-mix(in srgb, var(--ink) 16%, transparent);
}
* { 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; font-size: 17px; line-height: 1.58; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--accent); color: var(--ink); font-weight: 850; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 4px solid var(--alert); outline-offset: 4px; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: var(--shell); margin: 0 auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.05; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; color: var(--paper); background: var(--ink); border: 4px solid var(--accent); font: 900 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 18px; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; letter-spacing: .04em; }
nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 780; }
nav a { text-decoration: none; }
nav a:not(.nav-action):hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-action { padding: 11px 14px; color: var(--paper); background: var(--ink); }
.menu-toggle { display: none; border: 2px solid var(--ink); background: transparent; padding: 8px 12px; font-weight: 850; }
.hero { position: relative; width: var(--shell); min-height: 690px; margin: 0 auto; padding: clamp(70px, 10vw, 130px) 0 80px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(40px, 8vw, 100px); align-items: end; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-label { margin: 0 0 18px; font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 32px; height: 5px; background: var(--alert); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { overflow-wrap: break-word; }
h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(50px, 7.7vw, 104px); line-height: .9; letter-spacing: -.067em; font-weight: 900; }
.hero-lede { max-width: 760px; margin-bottom: 30px; color: var(--muted); font-size: clamp(19px, 2vw, 24px); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 13px 20px; border: 2px solid var(--ink); text-decoration: none; font-weight: 900; }
.button-primary { background: var(--accent); box-shadow: 7px 7px 0 var(--ink); }
.button-dark { color: var(--paper); background: var(--ink); }
.text-link { font-weight: 850; text-underline-offset: 5px; text-decoration-thickness: 2px; }
.hero-note { position: relative; z-index: 2; padding: 28px; border: 2px solid var(--ink); background: color-mix(in srgb, var(--paper) 90%, var(--white)); box-shadow: var(--shadow); }
.note-index { display: inline-block; margin-bottom: 54px; color: var(--alert-text); font: 900 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.hero-note p { font-size: 18px; font-weight: 750; }
.hero-note small { color: var(--muted); }
.hero-grid { position: absolute; inset: 45px 0 auto 43%; height: 360px; display: grid; grid-template-columns: repeat(2, 1fr); opacity: .16; transform: rotate(-5deg); }
.hero-grid span { border: 1px solid var(--ink); }
.section-shell { width: var(--shell); margin-inline: auto; }
.understand { padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: .78fr 1.22fr; column-gap: 70px; align-items: end; }
.section-heading .section-label { grid-column: 1 / -1; color: var(--alert-text); }
.section-heading h2, .check-intro h2, .report-copy h2, .sources-intro h2 { margin-bottom: 0; font-size: clamp(38px, 5.3vw, 68px); line-height: .96; letter-spacing: -.05em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 18px; }
.lens-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.lens-card { min-height: 285px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: color-mix(in srgb, var(--white) 80%, var(--paper)); }
.lens-card > span { color: var(--alert-text); font: 900 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.lens-card h3 { margin: auto 0 10px; font-size: 27px; line-height: 1.05; }
.lens-card p { margin-bottom: 0; color: var(--muted); }
.law-watch { margin-top: 22px; padding: 24px 28px; display: grid; grid-template-columns: 150px 1fr; gap: 24px; border-left: 8px solid var(--alert); background: color-mix(in srgb, var(--alert) 9%, var(--white)); }
.law-watch strong { text-transform: uppercase; letter-spacing: .08em; }
.law-watch p { margin: 0; }
.check-section { padding: 100px 0; color: var(--paper); background: var(--ink); }
.check-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 100px); }
.check-intro { position: sticky; top: 30px; align-self: start; }
.check-intro .section-label { color: var(--accent); }
.check-intro > p:last-child { margin-top: 26px; color: color-mix(in srgb, var(--paper) 72%, var(--ink)); }
.check-list { border-top: 4px solid var(--accent); }
.check-list article { padding: 27px 0; display: grid; grid-template-columns: 60px 1fr; gap: 22px; border-bottom: 1px solid color-mix(in srgb, var(--paper) 23%, var(--ink)); }
.check-list article > span { color: var(--accent); font: 900 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.check-list h3 { margin-bottom: 5px; font-size: 23px; }
.check-list p { margin: 0; color: color-mix(in srgb, var(--paper) 72%, var(--ink)); }
.report-section { padding: 100px 0; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 110px); align-items: start; }
.report-copy .section-label { color: var(--alert-text); }
.report-copy > p:not(.section-label):not(.signal-caveat) { margin-top: 25px; max-width: 700px; font-size: 19px; color: var(--muted); }
.signal-caveat { margin: 25px 0; padding: 18px 20px; border-left: 6px solid var(--accent); background: color-mix(in srgb, var(--accent) 15%, var(--paper)); font-size: 14px; }
.route-boundary { margin: 0 0 26px; padding: 20px; border: 1px solid var(--line); background: var(--white); font-size: 14px; }
.route-boundary > strong { display: block; margin-bottom: 10px; }
.route-boundary ul { margin: 0; padding-left: 20px; }
.route-boundary li + li { margin-top: 8px; }
.route-boundary a { font-weight: 780; text-underline-offset: 3px; }
.report-facts { padding: 30px; color: var(--paper); background: var(--alert-panel); box-shadow: 14px 14px 0 var(--ink); }
.report-facts h3 { margin-bottom: 25px; font-size: 26px; }
.report-facts ol { margin: 0; padding: 0; list-style: none; counter-reset: report-facts; }
.report-facts li { counter-increment: report-facts; padding: 15px 0; border-top: 1px solid color-mix(in srgb, var(--paper) 38%, var(--alert)); font-weight: 780; }
.report-facts li::before { content: "0" counter(report-facts) "  "; color: var(--paper); font: 900 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.tools-section { padding: 100px 0; background: color-mix(in srgb, var(--ink) 7%, var(--paper)); }
.tools-heading { margin-bottom: 48px; }
.tool-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tool-grid a { min-height: 270px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.tool-grid a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tool-grid span { color: var(--alert-text); font: 900 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.tool-grid h3 { margin: 42px 0 10px; font-size: 28px; }
.tool-grid p { color: var(--muted); }
.tool-grid strong { margin-top: auto; text-decoration: underline; text-underline-offset: 5px; }
.sources-section { padding: 100px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 100px); }
.sources-intro .section-label { color: var(--alert-text); }
.sources-intro > p:not(.section-label) { margin-top: 25px; color: var(--muted); }
.sources-intro small { color: var(--muted); }
.source-list { margin: 0; padding: 0; list-style: none; border-top: 4px solid var(--ink); }
.source-list li { padding: 22px 0; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.source-list span { color: var(--alert-text); font: 900 12px/1.7 ui-monospace, SFMono-Regular, Menlo, monospace; }
.source-list a { font-weight: 800; text-underline-offset: 5px; }
footer { padding: 55px max(20px, calc((100vw - 1180px) / 2)); color: var(--paper); background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr 1.3fr .7fr; gap: 40px; align-items: start; }
.footer-main strong, .footer-main div > a { display: block; }
.footer-main strong { font-size: 22px; }
.footer-main div > a { margin-top: 6px; color: var(--accent); }
.footer-main p { margin: 0; color: color-mix(in srgb, var(--paper) 70%, var(--ink)); }
.footer-main > a { justify-self: end; color: var(--accent); font-weight: 800; }
.domain-note { margin: 38px 0 0; padding-top: 20px; border-top: 1px solid color-mix(in srgb, var(--paper) 22%, var(--ink)); color: color-mix(in srgb, var(--paper) 70%, var(--ink)); font-size: 13px; }
.footer-meta { margin-top: 38px; padding-top: 20px; display: flex; gap: 22px; justify-content: space-between; border-top: 1px solid color-mix(in srgb, var(--paper) 22%, var(--ink)); color: color-mix(in srgb, var(--paper) 68%, var(--ink)); font-size: 12px; }

/* Seven distinct editorial directions share accessibility and action patterns. */
body[data-style="archive"] h1, body[data-style="archive"] h2 { text-transform: uppercase; }
body[data-style="archive"] .hero-note, body[data-style="archive"] .lens-card, body[data-style="archive"] .tool-grid a { border-radius: 0; }
body[data-style="archive"] .hero { border-bottom: 12px solid var(--accent); }
body[data-style="network"] .brand-mark, body[data-style="network"] .hero-note, body[data-style="network"] .lens-card, body[data-style="network"] .tool-grid a { border-radius: 18px; }
body[data-style="network"] .hero-grid { opacity: .11; transform: rotate(0); border-radius: 50%; }
body[data-style="network"] .lens-card:nth-child(2) { transform: translateY(22px); }
body[data-style="network"] .lens-grid { position: relative; padding: 24px; border: 1px solid var(--line); background: radial-gradient(circle at 16% 50%, color-mix(in srgb, var(--accent) 26%, transparent) 0 6px, transparent 7px), radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--accent) 26%, transparent) 0 6px, transparent 7px), radial-gradient(circle at 84% 50%, color-mix(in srgb, var(--accent) 26%, transparent) 0 6px, transparent 7px); }
body[data-style="network"] .lens-card { position: relative; z-index: 1; backdrop-filter: blur(10px); }
body[data-style="forensic"] h1, body[data-style="forensic"] h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.045em; }
body[data-style="forensic"] .hero-note { transform: rotate(1.5deg); border-style: double; border-width: 6px; }
body[data-style="forensic"] .lens-card { border-top: 8px solid var(--alert); }
body[data-style="tobacco"] .hero { border-left: 22px solid var(--accent); padding-left: clamp(24px, 4vw, 60px); }
body[data-style="tobacco"] h1 { font-family: "Arial Narrow", Inter, sans-serif; text-transform: uppercase; }
body[data-style="tobacco"] .report-facts { background: var(--ink); border-top: 12px solid var(--accent); }
body[data-style="electric"] { background-image: linear-gradient(135deg, color-mix(in srgb, var(--accent) 7%, transparent) 25%, transparent 25%); background-size: 34px 34px; }
body[data-style="electric"] .hero-note, body[data-style="electric"] .lens-card { clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px)); }
body[data-style="electric"] .button-primary { box-shadow: 7px 7px 0 var(--alert); }
body[data-style="guide"] .brand-mark, body[data-style="guide"] .hero-note, body[data-style="guide"] .lens-card, body[data-style="guide"] .tool-grid a, body[data-style="guide"] .button { border-radius: 18px; }
body[data-style="guide"] .hero-note { border-radius: 38px 38px 8px 38px; }
body[data-style="guide"] .lens-grid { grid-template-columns: 1fr; gap: 16px; }
body[data-style="guide"] .lens-card { min-height: 0; display: grid; grid-template-columns: 64px minmax(150px, .45fr) 1fr; gap: 24px; align-items: center; }
body[data-style="guide"] .lens-card > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--accent); }
body[data-style="guide"] .lens-card h3, body[data-style="guide"] .lens-card p { margin: 0; }
body[data-style="statute"] h1, body[data-style="statute"] h2, body[data-style="statute"] h3 { font-family: Georgia, "Times New Roman", serif; }
body[data-style="statute"] .section-label { color: var(--alert-text); }
body[data-style="statute"] .hero-note { border-top: 12px solid var(--alert); }
body[data-style="statute"] .lens-card > span { font-family: Georgia, "Times New Roman", serif; font-size: 28px; }

@media (max-width: 850px) {
  .site-header { min-height: 76px; display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: 12px 0; }
  .brand { min-width: 0; }
  .brand > span:last-child { min-width: 0; }
  .brand strong { overflow-wrap: anywhere; }
  .menu-toggle { display: block; }
  nav { display: none; grid-column: 1 / -1; padding: 12px 0 6px; align-items: stretch; flex-direction: column; gap: 8px; }
  nav.is-open { display: flex; }
  nav a { padding: 9px 0; }
  .nav-action { padding: 12px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-note { max-width: 620px; }
  .hero-grid { display: none; }
  .section-heading, .check-layout, .report-section, .sources-section { grid-template-columns: 1fr; }
  .section-heading > p { margin-top: 22px; }
  .check-intro { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > a { justify-self: start; }
}
@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { font-size: 16px; }
  .brand small { display: none; }
  h1 { font-size: clamp(46px, 15vw, 68px); }
  .hero { padding-top: 62px; }
  .understand, .check-section, .report-section, .tools-section, .sources-section { padding-top: 72px; padding-bottom: 72px; }
  .lens-grid, .tool-grid { grid-template-columns: 1fr; }
  body[data-style="guide"] .lens-card { min-height: 0; grid-template-columns: 48px 1fr; }
  body[data-style="guide"] .lens-card p { grid-column: 1 / -1; }
  .lens-card { min-height: 230px; }
  .law-watch { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-meta { flex-direction: column; gap: 6px; }
  body[data-style="tobacco"] .hero { border-left-width: 8px; padding-left: 18px; }
  body[data-style="tobacco"] h1 { font-size: clamp(38px, 12.5vw, 58px); overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}