:root {
  --ink: #151512;
  --paper: #f4f0e7;
  --white: #fffdf8;
  --yellow: #ffd51f;
  --red: #d13b2e;
  --muted: #656158;
  --line: #aaa399;
  --max: 1240px;
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 16px/1.55 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: .7rem 1rem; transform: translateY(-160%); background: var(--yellow); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 2px solid var(--ink); background: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 900; letter-spacing: -.035em; text-decoration: none; font-size: 1.15rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.8vw, 2.4rem); }
.site-nav a { font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover { text-decoration: underline 3px var(--yellow); }
.nav-toggle { display: none; border: 1px solid var(--ink); background: transparent; padding: .55rem .75rem; font: 800 .8rem var(--sans); text-transform: uppercase; }

.hero { max-width: var(--max); min-height: 680px; margin: 0 auto; display: grid; grid-template-columns: 1.04fr .96fr; border-inline: 1px solid var(--line); }
.hero > * { min-width: 0; }
.hero-copy { padding: clamp(3rem, 7vw, 7.5rem) clamp(1.5rem, 5vw, 5.5rem) 2.5rem; display: flex; flex-direction: column; }
.eyebrow, .section-index, .module-tag { margin: 0 0 1.25rem; font-size: .75rem; line-height: 1.3; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { background: var(--yellow); padding: .35rem .5rem; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 740px; margin: 0; font: 700 clamp(3.4rem, 7vw, 6.8rem)/.88 var(--serif); letter-spacing: -.065em; }
h1 em { font-weight: 400; }
.hero-intro { max-width: 630px; margin: 2rem 0; font: 1.25rem/1.55 var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .7rem 1.2rem; text-decoration: none; font-weight: 900; }
.button-primary { background: var(--ink); color: var(--white); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--yellow); }
.button-primary:hover { background: var(--yellow); color: var(--ink); }
.text-link { font-size: .9rem; font-weight: 800; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: auto 0 0; padding: 2.6rem 0 0; list-style: none; }
.hero-facts li { display: flex; flex-direction: column; padding: .75rem 1rem; border-left: 1px solid var(--line); }
.hero-facts strong { font: 700 1.25rem var(--serif); }
.hero-facts span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.5rem); background-color: var(--yellow); background-image: linear-gradient(rgba(21,21,18,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(21,21,18,.12) 1px, transparent 1px); background-size: 28px 28px; border-left: 2px solid var(--ink); }
.hero-visual img { transform: rotate(-1deg); box-shadow: 16px 18px 0 rgba(21,21,18,.18); }
.figure-note { max-width: 440px; margin: 2rem 0 0; font-size: .8rem; font-weight: 700; }
.figure-note span { margin-right: 1rem; text-transform: uppercase; letter-spacing: .1em; }

.manifesto { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .28fr 1fr .52fr; gap: clamp(1.5rem, 4vw, 4rem); padding: clamp(3.5rem, 8vw, 7rem) clamp(1.5rem, 5vw, 5rem); border-inline: 1px solid var(--line); border-top: 2px solid var(--ink); }
.manifesto h2, .section-heading h2, .format h2, .contact h2 { margin: 0; font: 700 clamp(2.25rem, 4.6vw, 4.8rem)/1 var(--serif); letter-spacing: -.045em; }
.manifesto > div > p { max-width: 760px; font: 1.15rem/1.65 var(--serif); }
.margin-note { align-self: end; padding: 1.25rem; border: 2px solid var(--ink); background: var(--white); box-shadow: 7px 7px 0 var(--yellow); transform: rotate(1deg); }
.margin-note strong { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.margin-note p { margin-bottom: 0; font: italic 1rem/1.45 var(--serif); }

.section-pad { padding: clamp(4rem, 8vw, 7.5rem) max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading { display: grid; grid-template-columns: .3fr 1fr .55fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: start; margin-bottom: 4rem; }
.section-heading > p:last-child { margin: .25rem 0 0; font-family: var(--serif); font-size: 1.05rem; }
.curriculum { background: var(--white); border-block: 2px solid var(--ink); }
.timeline { max-width: 980px; margin: 0 auto; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.timeline > li { display: grid; grid-template-columns: 150px 1fr; gap: clamp(1.5rem, 5vw, 5rem); padding: 3rem 0; border-bottom: 1px solid var(--line); }
.week { display: flex; flex-direction: column; align-items: flex-start; }
.week span { font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.week strong { font: 700 4.5rem/.85 var(--serif); color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.module-tag { margin-bottom: .45rem; color: var(--red); }
.module-copy h3 { margin: 0 0 .75rem; font: 700 clamp(1.6rem, 3vw, 2.5rem)/1.1 var(--serif); }
.module-copy > p { max-width: 700px; }
.module-copy ul { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; list-style: none; }
.module-copy li { padding: .35rem .6rem; background: var(--paper); border: 1px solid var(--line); font-size: .78rem; font-weight: 700; }
.module-copy .caution { max-width: fit-content; padding: .6rem .75rem; border-left: 5px solid var(--yellow); background: #fff9cf; font-size: .82rem; }

.assignments { background: var(--ink); color: var(--white); }
.inverse .section-index { color: var(--yellow); }
.assignment-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.assignment-grid article { display: flex; flex-direction: column; min-height: 330px; padding: 1.75rem; border: 1px solid #777267; background: #211f1a; }
.stamp { align-self: flex-start; padding: .35rem .55rem; border: 1px solid var(--yellow); color: var(--yellow); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-2deg); }
.assignment-grid h3 { margin: 2.8rem 0 1rem; font: 700 2rem/1.05 var(--serif); }
.assignment-grid p { color: #d5d0c5; }
.assignment-grid .deliverable { margin-top: auto; padding-top: 1.25rem; border-top: 1px dashed #777267; font-size: .8rem; }

.resources { background: var(--yellow); border-bottom: 2px solid var(--ink); }
.resource-list { max-width: 1000px; margin-left: auto; border-top: 2px solid var(--ink); }
.resource-list article { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(21,21,18,.45); }
.resource-list article > span { font: 700 1.35rem var(--serif); }
.resource-list h3 { margin: 0 0 .3rem; font: 700 1.45rem var(--serif); }
.resource-list p { margin: 0; }

.format { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem 7rem; }
.format-intro > p:last-child { max-width: 580px; font: 1.1rem/1.6 var(--serif); }
.format-details { margin: 0; border-top: 2px solid var(--ink); }
.format-details div { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.format-details dt { font-size: .73rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.format-details dd { margin: 0; font-family: var(--serif); }
.facilitator { grid-column: 1 / -1; display: grid; grid-template-columns: 190px 1fr; gap: 2rem; align-items: center; margin-top: 2rem; padding: 2rem; border: 2px solid var(--ink); background: var(--white); }
.portrait-placeholder { aspect-ratio: 1; display: grid; place-items: center; background: var(--ink); color: var(--yellow); background-image: repeating-linear-gradient(135deg, transparent 0 14px, rgba(255,213,31,.2) 14px 15px); }
.portrait-placeholder span { font: 700 3rem var(--serif); }
.facilitator h3 { max-width: 700px; margin: 0; font: 700 2rem/1.1 var(--serif); }

.faq { background: var(--white); border-block: 2px solid var(--ink); }
.faq-list { max-width: 900px; margin-left: auto; border-top: 2px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 1.4rem 3rem 1.4rem 0; cursor: pointer; font: 700 1.2rem var(--serif); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .5rem; top: 1.1rem; font: 700 1.8rem var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; margin: 0 0 1.5rem; color: var(--muted); }

.contact { display: grid; grid-template-columns: 1fr .7fr; gap: 4rem; padding: clamp(3rem, 7vw, 6rem) max(24px, calc((100vw - var(--max)) / 2)); background: var(--red); color: var(--white); }
.contact a { font-weight: 900; text-decoration-color: var(--yellow); }
.contact .small { font-size: .78rem; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 1.5rem; padding: 2.2rem max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); }
.footer-brand img { filter: invert(92%) sepia(78%) saturate(1819%) hue-rotate(336deg) brightness(107%); }
.site-footer > p { margin: 0; font-size: .83rem; color: #c4beb2; }
.site-footer nav { display: flex; gap: 1rem; font-size: .8rem; font-weight: 800; }
.site-footer .copyright { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid #625e55; font-size: .72rem; }

.legal-main { max-width: 850px; margin: 0 auto; padding: clamp(3rem, 8vw, 7rem) 24px; }
.legal-main h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
.legal-main .lede { max-width: 700px; font: 1.25rem/1.55 var(--serif); }
.legal-main section { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.legal-main h2 { margin: 0 0 .75rem; font: 700 1.7rem var(--serif); }

@media (max-width: 900px) {
  .site-header { position: relative; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; z-index: 10; top: calc(100% + 2px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem 24px; background: var(--ink); color: var(--white); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .9rem 0; border-bottom: 1px solid #514d45; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 600px; }
  .hero-visual { border-left: 0; border-top: 2px solid var(--ink); }
  .manifesto, .section-heading { grid-template-columns: 1fr; }
  .margin-note { max-width: 420px; }
  .assignment-grid { grid-template-columns: 1fr; }
  .assignment-grid article { min-height: 260px; }
  .format { grid-template-columns: 1fr; }
  .facilitator { grid-column: auto; }
  .contact { grid-template-columns: 1fr; gap: 1.5rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer .copyright { grid-column: auto; }
}

@media (max-width: 580px) {
  .site-header { gap: .75rem; }
  .brand { font-size: 1rem; }
  .brand img { width: 34px; height: 34px; }
  h1 { font-size: clamp(2.8rem, 13.6vw, 3.7rem); }
  .hero-copy { min-height: auto; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts li { border-left: 0; border-top: 1px solid var(--line); }
  .timeline > li { grid-template-columns: 1fr; gap: 1.2rem; }
  .week { flex-direction: row; align-items: baseline; gap: .6rem; }
  .week strong { font-size: 3rem; }
  .resource-list article { grid-template-columns: 65px 1fr; }
  .facilitator { grid-template-columns: 1fr; }
  .portrait-placeholder { max-width: 160px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
