:root {
  --ink: #17201d;
  --paper: #f1ede3;
  --sheet: #fffdf7;
  --blue: #2151b7;
  --clay: #c7583b;
  --yellow: #ded252;
  --sage: #dbe1d2;
  --muted: #606962;
  --line: #bdb8aa;
  --max: 1180px;
  --shadow: 0 18px 48px rgba(23, 32, 29, .12);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { 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.65; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .18em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.wrap { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-180%); padding: 10px 14px; color: white; background: var(--ink); }
.skip-link:focus { transform: none; }
.reading-progress { position: fixed; z-index: 80; inset: 0 0 auto; height: 4px; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--yellow); transition: width .1s linear; }

.site-header { position: sticky; z-index: 60; top: 0; background: rgba(241, 237, 227, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; letter-spacing: -.035em; line-height: 1; }
.brand-mark { position: relative; width: 39px; height: 45px; flex: 0 0 auto; background: var(--sheet); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--blue); }
.brand-mark::before { content: "E"; position: absolute; left: 8px; top: 4px; font: 900 22px/1 Georgia, serif; }
.brand-mark::after { content: "07"; position: absolute; right: 5px; bottom: 4px; color: var(--clay); font: 800 9px/1 ui-monospace, monospace; }
.brand small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blue); }
.nav-source { padding: 9px 13px; color: var(--sheet) !important; background: var(--ink); border: 1px solid var(--ink); }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--ink); background: var(--sheet); }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }
.disclosure { padding: 7px 20px; color: white; background: var(--blue); text-align: center; font-size: 12px; font-weight: 750; letter-spacing: .02em; }

h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 900px; font-size: clamp(46px, 7.3vw, 98px); }
h2 { font-size: clamp(34px, 4.7vw, 61px); }
h3 { font-size: 25px; }
p { margin: 0 0 1em; }
.eyebrow, .file-code, .stamp, .field-label { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.lead { max-width: 790px; color: #36413c; font: 400 clamp(19px, 2.2vw, 27px)/1.45 Georgia, serif; }
.buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 11px 17px; border: 2px solid var(--ink); background: var(--sheet); box-shadow: 5px 5px 0 var(--ink); text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.btn:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.btn-blue { color: white; background: var(--blue); }
.btn-yellow { background: var(--yellow); }

.hero { padding: clamp(54px, 8vw, 110px) 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); gap: clamp(42px, 7vw, 94px); align-items: center; }
.hero-copy .lead { margin-top: 25px; }
.hero-copy .eyebrow { margin-bottom: 22px; }
.evidence-photo { position: relative; margin: 0; padding: 14px 14px 42px; background: var(--sheet); border: 1px solid var(--line); box-shadow: var(--shadow); transform: rotate(1.6deg); }
.evidence-photo::before { content: "EVIDENCE / VIEW"; position: absolute; z-index: 2; top: -16px; right: -13px; padding: 9px 12px; color: white; background: var(--clay); font: 800 10px/1 ui-monospace, monospace; letter-spacing: .1em; }
.evidence-photo picture img { aspect-ratio: 4 / 4.3; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.credit { position: absolute; left: 15px; right: 15px; bottom: 13px; color: var(--muted); font-size: 10px; line-height: 1.25; }
.breadcrumbs { margin-bottom: 32px; font-size: 12px; font-weight: 750; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--clay); }
.breadcrumbs a { text-decoration: none; }

.page-hero { padding: 56px 0 66px; border-bottom: 1px solid var(--line); background: var(--sheet); }
.page-hero h1 { max-width: 960px; font-size: clamp(42px, 6vw, 78px); }
.page-hero .lead { margin-top: 22px; }
.section { padding: clamp(68px, 9vw, 116px) 0; }
.section-sheet { background: var(--sheet); border-block: 1px solid var(--line); }
.section-blue { color: white; background: var(--blue); }
.section-clay { color: white; background: var(--clay); }
.section-head { display: grid; grid-template-columns: 1fr .7fr; gap: 50px; align-items: end; margin-bottom: 45px; }
.section-head > p { max-width: 500px; margin: 0; }

.method-grid, .story-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.method-card, .story-card { min-height: 290px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--sheet); }
.method-card .file-code, .story-card .file-code { color: var(--clay); }
.method-card h3, .story-card h3 { margin: 58px 0 15px; }
.method-card h3 a, .story-card h3 a { text-decoration: none; }
.method-card h3 a:hover, .story-card h3 a:hover { color: var(--blue); }
.method-card p, .story-card p { color: var(--muted); }
.question-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid currentColor; }
.question { min-height: 225px; padding: 24px; border-right: 1px solid currentColor; }
.question:last-child { border-right: 0; }
.question strong { display: block; margin-bottom: 62px; color: var(--yellow); font: 800 34px/1 Georgia, serif; }
.question p { margin: 12px 0 0; }
.split-feature { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 84px); align-items: center; }
.split-feature figure { position: relative; margin: 0; padding: 12px 12px 36px; background: white; border: 1px solid var(--line); transform: rotate(-1deg); }
.split-feature figure img { aspect-ratio: 4 / 3; object-fit: cover; }
.split-feature .credit { bottom: 11px; }
.split-copy h2 { margin: 13px 0 23px; }

.article-layout { width: min(100% - 40px, 1040px); margin: 0 auto; padding: clamp(60px, 8vw, 105px) 0; display: grid; grid-template-columns: 220px minmax(0, 680px); gap: clamp(45px, 7vw, 90px); align-items: start; }
.case-meta { position: sticky; top: 122px; padding-top: 16px; border-top: 3px solid var(--clay); }
.case-meta .stamp { display: inline-block; margin-bottom: 20px; padding: 7px 9px; color: white; background: var(--blue); transform: rotate(-1deg); }
.case-meta dl { margin: 0; }
.case-meta div { padding: 13px 0; border-bottom: 1px solid var(--line); }
.case-meta dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-meta dd { margin: 4px 0 0; font: 700 15px/1.35 Georgia, serif; }
.prose { min-width: 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.78; }
.prose > .lead { margin-bottom: 42px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.prose h2 { margin: 50px 0 18px; font-size: clamp(29px, 4vw, 42px); }
.prose h3 { margin: 33px 0 12px; }
.prose p { margin-bottom: 1.2em; }
.prose ul, .prose ol { padding-left: 1.25em; }
.evidence-note { margin: 44px 0; padding: 24px 25px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 7px 7px 0 var(--ink); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 15px; }
.evidence-note strong { display: block; margin-bottom: 7px; font: 800 11px/1 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.source-note { margin-top: 45px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 12px; line-height: 1.65; }
.source-note strong { color: var(--ink); }
.related { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 40px; font-family: ui-sans-serif, system-ui, sans-serif; }
.related a { padding: 15px; border: 1px solid var(--ink); background: var(--sheet); text-decoration: none; font-size: 14px; font-weight: 800; }
.related a:hover { color: white; background: var(--blue); }

.comparison { width: 100%; margin: 28px 0 36px; border-collapse: collapse; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 14px; }
.comparison th, .comparison td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison th { color: white; background: var(--ink); }
.comparison td:first-child { font-weight: 800; }
.official-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.official-list a { display: flex; justify-content: space-between; gap: 20px; min-height: 92px; padding: 20px; border: 1px solid var(--ink); background: var(--sheet); text-decoration: none; }
.official-list a:hover { color: white; background: var(--blue); }
.official-list small { display: block; margin-top: 5px; color: var(--muted); }
.official-list a:hover small { color: white; }

.site-footer { padding: 68px 0 24px; color: white; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 45px; }
.footer-brand strong { font: 700 32px/1 Georgia, serif; }
.footer-brand p { max-width: 330px; margin-top: 15px; color: #bec8c0; }
.site-footer h2 { margin-bottom: 16px; color: var(--yellow); font: 800 11px/1 ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 9px 0; }
.site-footer a { color: #e8ece8; text-decoration: none; font-size: 14px; }
.site-footer a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 20px; border-top: 1px solid #46504a; color: #aab5ad; font-size: 11px; }
.not-found { min-height: 65vh; display: grid; place-items: center; padding: 70px 20px; text-align: center; }
.not-found .code { margin: 0; color: var(--clay); font: 900 clamp(90px, 20vw, 220px)/.8 Georgia, serif; }
.not-found h1 { font-size: clamp(44px, 7vw, 78px); }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } .js .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 25px 20px 30px; align-items: stretch; flex-direction: column; gap: 18px; background: var(--sheet); border-bottom: 2px solid var(--ink); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .nav-source { text-align: center; }
  .hero-grid, .split-feature { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .evidence-photo { width: min(100%, 620px); margin-inline: auto; transform: rotate(.6deg); }
  .method-grid, .story-grid { grid-template-columns: 1fr 1fr; }
  .question-strip { grid-template-columns: 1fr 1fr; }
  .question:nth-child(2) { border-right: 0; }
  .question:nth-child(-n+2) { border-bottom: 1px solid currentColor; }
  .article-layout { grid-template-columns: 1fr; }
  .case-meta { position: static; display: none; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}

@media (max-width: 650px) {
  .wrap, .article-layout { width: min(100% - 30px, var(--max)); }
  .header-row { min-height: 70px; }
  .brand small { display: none; }
  .disclosure { font-size: 10px; }
  h1 { font-size: clamp(43px, 14vw, 64px); }
  .page-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero { padding-top: 48px; }
  .hero-grid { gap: 46px; }
  .evidence-photo { padding: 9px 9px 38px; }
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .method-grid, .story-grid { grid-template-columns: 1fr; }
  .method-card, .story-card { min-height: 230px; }
  .method-card h3, .story-card h3 { margin-top: 38px; }
  .question-strip { grid-template-columns: 1fr; }
  .question, .question:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid currentColor; }
  .question:last-child { border-bottom: 0; }
  .question strong { margin-bottom: 25px; }
  .prose { font-size: 17px; }
  .related, .official-list { grid-template-columns: 1fr; }
  .comparison { display: block; overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
