:root {
  --ink: #171713;
  --paper: #f4f0e7;
  --white: #fffdf8;
  --blue: #2245e5;
  --orange: #f05a32;
  --yellow: #f4df4f;
  --mint: #b9dfd0;
  --line: #171713;
  --muted: #68665f;
  --max: 1220px;
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
button { font: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--yellow); border: 2px solid var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }

.progress-track { position: fixed; inset: 0 0 auto; height: 4px; z-index: 90; background: transparent; }
.progress-bar { display: block; width: 0; height: 100%; background: var(--orange); }
.site-header { position: relative; z-index: 20; border-bottom: 2px solid var(--ink); background: var(--paper); }
.header-row { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-grid; grid-template-columns: 42px auto; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--blue); border: 2px solid var(--ink); color: white; font-size: 1.25rem; transform: rotate(-4deg); }
.brand small { display: block; margin-top: 1px; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: .82rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.site-nav a { text-decoration: none; border-bottom: 3px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current="page"] { border-color: var(--orange); }
.site-nav .nav-cta { padding: 10px 13px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); }
.menu-button { display: none; width: 46px; height: 46px; border: 2px solid var(--ink); background: transparent; }
.menu-button::before, .menu-button::after, .menu-button span { content: ""; display: block; width: 23px; 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); }
.truth-strip { border-bottom: 2px solid var(--ink); background: var(--ink); color: white; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.truth-strip .wrap { padding: 8px 0; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); min-height: 650px; border-bottom: 2px solid var(--ink); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 105px) max(34px, calc((100vw - var(--max)) / 2)); padding-right: clamp(36px, 6vw, 90px); }
.hero-media { position: relative; margin: 0; min-height: 520px; overflow: hidden; border-left: 2px solid var(--ink); background: var(--blue); }
.hero-media picture, .hero-media img { height: 100%; }
.hero-media img { object-fit: cover; filter: saturate(.88) contrast(1.04); }
.credit { position: absolute; right: 0; bottom: 0; max-width: 90%; padding: 7px 10px; background: rgba(23,23,19,.9); color: white; font-size: .66rem; }
.eyebrow, .label { margin: 0 0 14px; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 7.4vw, 7.9rem); font-weight: 400; letter-spacing: -.065em; line-height: .88; }
.hero .lead { max-width: 680px; margin: 28px 0 0; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.35; }
.buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 18px; border: 2px solid var(--ink); background: var(--white); box-shadow: 4px 4px 0 var(--ink); font-size: .77rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .18s, box-shadow .18s; }
.btn:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.btn-blue { background: var(--blue); color: white; }
.btn-orange { background: var(--orange); }

.page-hero { padding: 62px 0 68px; border-bottom: 2px solid var(--ink); background: var(--white); }
.page-hero h1 { max-width: 980px; margin: 10px 0 18px; font-family: var(--serif); font-size: clamp(2.9rem, 6vw, 6.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.page-hero .lead { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(1.15rem, 2.1vw, 1.6rem); }
.breadcrumbs { margin-bottom: 25px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.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(--orange); }

.section { padding: clamp(65px, 8vw, 110px) 0; border-bottom: 2px solid var(--ink); }
.section-white { background: var(--white); }
.section-blue { background: var(--blue); color: white; }
.section-yellow { background: var(--yellow); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .52fr); align-items: end; gap: 50px; margin-bottom: 45px; }
.section-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5.3rem); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.section-head p { margin: 0; }
.session-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 2px solid var(--ink); }
.session-card { min-height: 330px; padding: 25px; border-right: 2px solid var(--ink); background: var(--white); display: flex; flex-direction: column; }
.session-card:last-child { border-right: 0; }
.session-card:nth-child(2) { background: var(--mint); }
.session-card:nth-child(3) { background: var(--orange); }
.session-card .time { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 2px solid var(--ink); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.session-card h3 { margin: auto 0 15px; font-family: var(--serif); font-size: clamp(2rem, 3.3vw, 3.5rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.session-card h3 a { text-decoration: none; }
.session-card p { margin: 0; }
.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid currentColor; }
.number-step { min-height: 210px; padding: 20px; border-right: 2px solid currentColor; }
.number-step:last-child { border-right: 0; }
.number-step strong { display: block; margin-bottom: 42px; font-family: var(--serif); font-size: 3.3rem; font-weight: 400; line-height: 1; }
.number-step h3 { margin: 0 0 10px; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.number-step p { margin: 0; font-size: .9rem; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); background: var(--white); }
.split-feature figure { position: relative; min-height: 520px; margin: 0; overflow: hidden; }
.split-feature figure img, .split-feature figure picture { height: 100%; }
.split-feature figure img { object-fit: cover; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 5vw, 75px); border-left: 2px solid var(--ink); }
.split-copy h2 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(2.6rem, 4.5vw, 5rem); font-weight: 400; line-height: .98; letter-spacing: -.05em; }

.article-shell { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; gap: 58px; padding: 78px 20px 100px; }
.article-rail { align-self: start; position: sticky; top: 26px; }
.article-rail .stamp { display: inline-block; padding: 10px 12px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); font-size: .73rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-2deg); }
.article-rail dl { margin: 30px 0 0; }
.article-rail dt { margin-top: 17px; color: var(--muted); font-size: .67rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.article-rail dd { margin: 2px 0; font-size: .87rem; }
.prose { font-family: var(--serif); font-size: 1.12rem; }
.prose .lead { margin-top: 0; font-size: 1.52rem; line-height: 1.43; }
.prose h2 { margin: 2.4em 0 .55em; font-family: var(--sans); font-size: clamp(1.65rem, 3vw, 2.55rem); line-height: 1.08; letter-spacing: -.035em; }
.prose h3 { margin: 2em 0 .4em; font-family: var(--sans); font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.prose p { margin: 0 0 1.15em; }
.prose ul, .prose ol { padding-left: 1.2em; }
.note { margin: 38px 0; padding: 25px; border: 2px solid var(--ink); background: var(--mint); box-shadow: 6px 6px 0 var(--ink); font-family: var(--sans); }
.note strong { display: block; margin-bottom: 6px; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.source-note { margin-top: 45px !important; padding-top: 18px; border-top: 2px solid var(--ink); color: var(--muted); font-family: var(--sans); font-size: .76rem; }
.source-note strong { color: var(--ink); }
.link-list { margin: 0; padding: 0; border: 2px solid var(--ink); list-style: none; background: var(--white); }
.link-list li + li { border-top: 2px solid var(--ink); }
.link-list a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; text-decoration: none; }
.link-list small { display: block; color: var(--muted); }
.link-list a:hover { background: var(--yellow); }
.related { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 45px; }
.related a { padding: 20px; border: 2px solid var(--ink); background: var(--white); font-family: var(--sans); font-weight: 800; text-decoration: none; }

.site-footer { background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; padding: 70px 0; }
.footer-grid h2 { margin: 0 0 16px; color: var(--yellow); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 7px 0; }
.footer-grid a { color: white; }
.footer-brand strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.footer-brand p { max-width: 300px; color: #c9c6be; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid #55534c; color: #aaa79f; font-size: .75rem; }
.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.not-found .code { margin: 0; color: var(--orange); font-family: var(--serif); font-size: 8rem; line-height: .8; }
:focus-visible { outline: 4px solid var(--orange); outline-offset: 4px; }

@media (max-width: 940px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 86px; left: 0; right: 0; padding: 20px; border-bottom: 2px solid var(--ink); background: var(--paper); grid-template-columns: 1fr; gap: 12px; }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 9px 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 480px; border-top: 2px solid var(--ink); border-left: 0; }
  .session-grid { grid-template-columns: 1fr; }
  .session-card { min-height: 250px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .session-card:last-child { border-bottom: 0; }
  .number-grid { grid-template-columns: 1fr 1fr; }
  .number-step:nth-child(2) { border-right: 0; }
  .number-step:nth-child(-n+2) { border-bottom: 2px solid currentColor; }
  .split-feature { grid-template-columns: 1fr; }
  .split-copy { border-top: 2px solid var(--ink); border-left: 0; }
  .article-shell { grid-template-columns: minmax(0, 760px); }
  .article-rail { position: static; display: flex; gap: 20px; align-items: start; justify-content: space-between; }
  .article-rail dl { display: flex; gap: 20px; margin: 0; }
  .article-rail dt { margin-top: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 30px), var(--max)); }
  .brand small { display: none; }
  .header-row { min-height: 76px; }
  .site-nav { top: 76px; }
  .truth-strip { font-size: .62rem; }
  .hero { min-height: 0; }
  .hero-copy { padding: 65px 16px; }
  .hero h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  .hero-media { min-height: 400px; }
  .buttons { display: grid; }
  .page-hero { padding: 45px 0 50px; }
  .page-hero h1 { font-size: 3.1rem; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .number-grid { grid-template-columns: 1fr; }
  .number-step, .number-step:nth-child(2) { border-right: 0; border-bottom: 2px solid currentColor; }
  .number-step:last-child { border-bottom: 0; }
  .split-feature figure { min-height: 390px; }
  .article-shell { padding: 55px 17px 75px; gap: 40px; }
  .article-rail { display: block; }
  .article-rail dl { display: grid; grid-template-columns: 1fr 1fr; margin-top: 25px; }
  .prose { font-size: 1.04rem; }
  .prose .lead { font-size: 1.28rem; }
  .related { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 5px 0; }
}

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