:root {
  --ink: #0a0a09;
  --paper: #ffffff;
  --white: #ffffff;
  --blue: #E60073;
  --orange: #E60073;
  --acid: #c8ff24;
  --yellow: #FBE4EC;
  --rule: 2px solid var(--ink);
  --max: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
mark { padding: 0 0.08em; background: var(--acid); color: var(--ink); }
.skip-link { position: fixed; top: 0.5rem; left: 0.5rem; z-index: 100; padding: 0.75rem 1rem; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.ticker { background: var(--acid); border-bottom: var(--rule); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.04em; text-align: center; text-transform: uppercase; }
.ticker a { display: block; padding: 0.7rem 1rem; text-decoration: none; }
.ticker span { margin-right: 1rem; padding: 0.2rem 0.45rem; background: var(--ink); color: var(--acid); }
.ticker strong { margin-left: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: stretch; justify-content: space-between; min-height: 88px; border-bottom: var(--rule); background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(14px); }
.wordmark { display: grid; align-content: center; min-width: 190px; padding: 0.75rem 1.4rem; border-right: var(--rule); color: var(--ink); font-family: "Arial Black", Impact, sans-serif; font-size: 1.45rem; letter-spacing: -0.06em; line-height: 0.78; text-decoration: none; }
.wordmark span:last-child { color: var(--blue); }
.site-nav { display: flex; align-items: stretch; }
.site-nav a { display: grid; place-items: center; padding: 0 1.35rem; border-left: 1px solid var(--ink); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover { background: var(--yellow); }
.site-nav .nav-cta { background: var(--blue); color: white; }
.site-nav .nav-cta:hover { background: var(--ink); }
.menu-toggle { display: none; border: 0; border-left: var(--rule); background: var(--blue); color: white; padding: 0 1.5rem; font: inherit; font-weight: 800; text-transform: uppercase; }

.hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.5fr); max-width: var(--max); min-height: 760px; margin: 0 auto; border-right: var(--rule); border-left: var(--rule); }
.hero-main { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(3rem, 6vw, 7rem); border-right: var(--rule); background: var(--blue); color: white; }
.issue-line, .section-label, .story-meta, .resource-type { margin: 0 0 1rem; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.hero h1 { max-width: 1050px; margin: 3rem 0; font-family: "Arial Black", Impact, sans-serif; font-size: clamp(4rem, 8.2vw, 9.2rem); letter-spacing: -0.075em; line-height: 0.82; text-transform: uppercase; }
.hero-deck { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.4vw, 2.4rem); line-height: 1.2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0.85rem 1.2rem; border: var(--rule); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }
.button-dark { background: var(--ink); color: white; }
.button-ghost { border-color: white; color: white; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--orange); }
.hero-note { display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: clamp(2rem, 4vw, 4rem); background: var(--yellow); }
.stamp { align-self: flex-start; margin: 0; padding: 0.45rem 0.65rem; border: var(--rule); background: var(--paper); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.1em; transform: rotate(-2deg); }
.note-big { margin: auto 0 1.5rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4vw, 4.8rem); font-weight: 700; letter-spacing: -0.05em; line-height: 0.95; }
.hero-note > p:last-of-type { font-size: 1.05rem; }
.hero-note dl { margin: 2rem 0 0; border-top: var(--rule); }
.hero-note dl div { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid var(--ink); }
.hero-note dt { font-weight: 850; text-transform: uppercase; }
.hero-note dd { margin: 0; }

.manifesto-strip { display: flex; justify-content: space-around; gap: 2rem; overflow: hidden; padding: 1rem; border-top: var(--rule); border-bottom: var(--rule); background: var(--ink); color: var(--acid); font-family: "Arial Black", Impact, sans-serif; font-size: clamp(1rem, 2.3vw, 2rem); letter-spacing: -0.03em; white-space: nowrap; }
.manifesto-strip span::after { content: " ✦"; color: var(--orange); }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 4rem); border-right: var(--rule); border-left: var(--rule); }
.section-intro { display: grid; grid-template-columns: 0.35fr 1.2fr 0.65fr; gap: 4vw; align-items: end; margin-bottom: 4rem; }
.section h2, .school-section h2, .join-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 6.8rem); font-weight: 700; letter-spacing: -0.065em; line-height: 0.93; }
.section-intro > p:last-child { margin: 0; font-size: 1.08rem; }

.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: var(--rule); border-left: var(--rule); }
.program-card { display: flex; flex-direction: column; min-height: 600px; padding: 1.7rem; border-right: var(--rule); border-bottom: var(--rule); }
.card-blue { background: var(--blue); color: white; }
.card-acid { background: var(--acid); }
.card-orange { background: var(--orange); color: white; }
.card-top { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.program-number { margin: auto 0 0; font-family: Georgia, serif; font-size: 5rem; font-style: italic; line-height: 1; }
.program-card h3 { margin: 1.5rem 0; font-family: "Arial Black", Impact, sans-serif; font-size: clamp(2.1rem, 3.3vw, 3.8rem); letter-spacing: -0.055em; line-height: 0.95; text-transform: uppercase; }
.program-card p:not(.program-number) { max-width: 520px; }
.program-card a { margin-top: auto; padding-top: 2rem; border-top: 1px solid currentColor; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.learning-modes { display: grid; grid-template-columns: repeat(4, 1fr); border-top: var(--rule); border-bottom: var(--rule); background: var(--white); }
.learning-modes article { min-height: 290px; padding: 2rem; border-right: 1px solid var(--ink); }
.learning-modes article:last-child { border: 0; }
.learning-modes span { font-family: Georgia, serif; font-size: 2rem; font-style: italic; color: var(--orange); }
.learning-modes h3 { margin: 4rem 0 0.75rem; font-size: 1rem; text-transform: uppercase; }

.dispatch-section { background: var(--white); }
.dispatch-header { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.dispatch-header > div:first-child { max-width: 1000px; }
.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: flex-end; }
.filter-button { padding: 0.55rem 0.75rem; border: 1px solid var(--ink); background: transparent; color: var(--ink); font: inherit; font-size: 0.75rem; font-weight: 850; text-transform: uppercase; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { background: var(--ink); color: white; }
.story-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; border-top: var(--rule); border-left: var(--rule); }
.story { min-height: 520px; padding: 2rem; border-right: var(--rule); border-bottom: var(--rule); }
.story-lead { background: var(--yellow); }
.story[hidden] { display: none; }
.story h3 { margin: 5rem 0 1.4rem; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.8rem); letter-spacing: -0.05em; line-height: 0.98; }
.story details { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--ink); }
.story summary { font-weight: 900; cursor: pointer; text-transform: uppercase; }

.library-section { background: var(--ink); color: white; }
.library-title { display: grid; grid-template-columns: 0.4fr 1.6fr; gap: 3rem; align-items: start; margin-bottom: 4rem; }
.shelf { border-top: 1px solid white; }
.resource { display: grid; grid-template-columns: 0.5fr 1.1fr 1.25fr auto; gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid #6a6a67; }
.resource-live { color: var(--acid); }
.resource h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 2.5vw, 3rem); line-height: 1; }
.resource p { margin: 0; color: #d2d2cc; }
.resource a { font-weight: 900; white-space: nowrap; }

.school-section { display: grid; grid-template-columns: 0.85fr 1.15fr; max-width: var(--max); margin: 0 auto; border-right: var(--rule); border-left: var(--rule); background: var(--orange); color: white; }
.school-photo { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); border-right: var(--rule); background: var(--paper); color: var(--ink); }
.founder-portrait-link { display: block; color: inherit; text-decoration: none; }
.founder-portrait-link:focus-visible { outline: 5px solid var(--blue); outline-offset: 8px; }
.photo-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: var(--rule); background: var(--blue); box-shadow: 18px 18px 0 var(--acid); transform: rotate(-1.5deg); }
.photo-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: grayscale(1) contrast(1.08); transition: transform .3s ease, filter .3s ease; }
.portrait-hover { position: absolute; right: 1.2rem; bottom: 1.2rem; display: inline-flex; gap: .5rem; align-items: center; border: var(--rule); background: var(--acid); color: var(--ink); padding: .8rem 1rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; opacity: 0; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.founder-portrait-link:hover .portrait-hover, .founder-portrait-link:focus-visible .portrait-hover { opacity: 1; transform: translateY(0); }
.founder-portrait-link:hover .photo-frame img { transform: scale(1.025); filter: grayscale(.35) contrast(1.05); }
.school-photo > p { margin: 2rem 0 0; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
.founder-name-link { text-decoration-thickness: 1px; text-underline-offset: .25em; }
.school-copy { padding: clamp(3rem, 7vw, 8rem); }
.school-lead { max-width: 820px; font-family: Georgia, serif; font-size: clamp(1.5rem, 2.5vw, 2.6rem); line-height: 1.15; }
.school-copy > p:not(.section-label):not(.school-lead) { max-width: 760px; font-size: 1.08rem; }
.text-link { display: inline-block; margin-top: 2rem; font-weight: 900; text-transform: uppercase; }

.endorsement-section { display: grid; grid-template-columns: 0.42fr 1.58fr; max-width: var(--max); margin: 0 auto; border-right: var(--rule); border-left: var(--rule); border-top: var(--rule); background: var(--ink); color: white; }
.endorsement-kicker { padding: clamp(2rem, 5vw, 5rem); border-right: 1px solid #4b4b48; }
.endorsement-kicker .section-label { color: var(--acid); }
.endorsement-mark { margin: 2rem 0 0; font: 12rem/.55 Georgia, serif; color: var(--pink); }
.endorsement-section figure { margin: 0; padding: clamp(3rem, 7vw, 7rem); }
.endorsement-section blockquote { margin: 0; max-width: 1050px; font: clamp(2rem, 4vw, 4.4rem)/1.06 Georgia, serif; letter-spacing: -.045em; }
.endorsement-callout { max-width: 860px; margin: 2.5rem 0; padding-left: 1.25rem; border-left: 6px solid var(--acid); font-size: clamp(1.15rem, 1.8vw, 1.55rem); font-weight: 800; line-height: 1.4; }
.endorsement-section figcaption { display: flex; flex-direction: column; gap: .25rem; padding-top: 1.5rem; border-top: 1px solid #666; text-transform: uppercase; letter-spacing: .05em; }
.endorsement-section figcaption span { color: #cfcfca; font-size: .875rem; }

.join-section { padding: clamp(5rem, 10vw, 10rem) max(1.25rem, calc((100vw - var(--max)) / 2 + 4rem)); background: var(--blue); color: white; text-align: center; }
.join-section h2 { max-width: 1100px; margin: 0 auto; }
.join-section > p:not(.section-label) { max-width: 720px; margin: 2rem auto; font-size: 1.15rem; }
.button-acid { background: var(--acid); color: var(--ink); }
.join-form { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr) auto; gap: .75rem; max-width: 940px; margin: 2rem auto 0; text-align: left; }
.join-form label { display: flex; flex-direction: column; gap: .4rem; font-size: .82rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.join-form input { min-height: 58px; width: 100%; border: var(--rule); border-radius: 0; background: white; color: var(--ink); padding: .8rem 1rem; font: 1rem/1.2 Arial, Helvetica, sans-serif; }
.join-form input:focus { outline: 4px solid var(--pink); outline-offset: 2px; }
.join-form button { align-self: end; min-height: 58px; cursor: pointer; }
.join-form button:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.join-section .form-status { min-height: 1.6rem; margin: 1rem auto 0 !important; font-size: .95rem !important; font-weight: 850; }
.join-section .form-status:empty { display: none; }
.join-section .form-status[data-state="success"] { color: #165d00; }
.join-section .form-status[data-state="error"] { color: #8a003e; }
.join-section .form-note { margin: 1rem auto 0 !important; font-size: .82rem !important; }
.form-trap { position: absolute !important; inline-size: 1px; block-size: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; border-top: var(--rule); background: var(--yellow); }
.footer-mark { border-right: var(--rule); }
.site-footer p { margin: 0; padding: 1.5rem; }
.site-footer p:nth-child(2) { font-family: Georgia, serif; font-style: italic; text-align: center; }
.site-footer p:last-child { font-size: 0.74rem; font-weight: 850; text-transform: uppercase; }

@media (max-width: 1050px) {
  .site-nav { display: none; position: absolute; top: 100%; right: 0; flex-direction: column; min-width: 270px; border: var(--rule); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 56px; border: 0; border-bottom: 1px solid var(--ink); }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-main { min-height: 730px; border-right: 0; border-bottom: var(--rule); }
  .hero-note { min-height: 520px; }
  .section-intro { grid-template-columns: 1fr; align-items: start; }
  .program-grid, .story-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 500px; }
  .learning-modes { grid-template-columns: repeat(2, 1fr); }
  .dispatch-header { grid-template-columns: 1fr; }
  .filters { justify-content: flex-start; }
  .story { min-height: 0; }
  .library-title { grid-template-columns: 1fr; }
  .resource { grid-template-columns: 0.5fr 1.2fr 1fr; }
  .resource a { grid-column: 2 / -1; }
  .school-section { grid-template-columns: 1fr; }
  .school-photo { border-right: 0; border-bottom: var(--rule); }
  .endorsement-section { grid-template-columns: 1fr; }
  .endorsement-kicker { border-right: 0; border-bottom: 1px solid #4b4b48; padding-bottom: 1rem; }
  .endorsement-mark { display: none; }
  .join-form { grid-template-columns: 1fr 1fr; }
  .join-form button { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .ticker { text-align: left; }
  .ticker span { display: inline-block; margin-bottom: 0.25rem; }
  .ticker strong { display: block; margin: 0.25rem 0 0; }
  .site-header { min-height: 74px; }
  .wordmark { min-width: 150px; font-size: 1.2rem; }
  .hero { border-right: 0; border-left: 0; }
  .hero-main { min-height: 680px; padding: 2rem 1.25rem 3rem; }
  .hero h1 { margin: 2rem 0; font-size: clamp(3.6rem, 18vw, 6rem); }
  .hero-deck { font-size: 1.3rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-note { min-height: 490px; padding: 2rem 1.25rem; }
  .manifesto-strip { justify-content: flex-start; }
  .section { padding: 5rem 1.25rem; border-right: 0; border-left: 0; }
  .section h2, .school-section h2, .join-section h2 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
  .program-card { min-height: 480px; padding: 1.35rem; }
  .learning-modes { grid-template-columns: 1fr; }
  .learning-modes article { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .learning-modes article:last-child { border-bottom: 0; }
  .resource { grid-template-columns: 1fr; gap: 0.75rem; }
  .resource a { grid-column: auto; margin-top: 1rem; }
  .school-section { border-right: 0; border-left: 0; }
  .school-photo, .school-copy { padding: 3rem 1.25rem; }
  .photo-frame { box-shadow: 10px 10px 0 var(--acid); }
  .endorsement-section { border-right: 0; border-left: 0; }
  .endorsement-kicker, .endorsement-section figure { padding: 3rem 1.25rem; }
  .endorsement-section blockquote { font-size: 2.25rem; }
  .join-section { padding: 6rem 1.25rem; }
  .join-form { grid-template-columns: 1fr; }
  .join-form button { grid-column: auto; width: 100%; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-mark { border-right: 0; border-bottom: var(--rule); }
  .site-footer p:last-child { border-top: 1px solid var(--ink); }
}

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

/* White-led editorial identity. */
.hero { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); min-height: 0; }
.hero-main { background: white; color: var(--ink); padding: clamp(2rem, 4vw, 4rem); justify-content: center; min-height: 0; }
.hero h1 { font-family: Arial, Helvetica, sans-serif; font-weight: 950; font-size: clamp(2rem, 5.55vw, 5.2rem); line-height: 1.02; letter-spacing: -0.075em; margin: 2.2rem 0; }
.hero h1 > span { display: block; }
.hero h1 mark { box-decoration-break: clone; -webkit-box-decoration-break: clone; padding: 0 0.035em; }
.hero-deck { font-size: clamp(1.15rem, 1.65vw, 1.55rem); line-height: 1.4; max-width: 36rem; }
.hero-actions { margin-top: 2rem; gap: .75rem; }
.button-ghost { color: var(--ink); border-color: var(--ink); background: white; }
.button-dark { background: var(--blue); color: white; }
.hero-portrait { position: relative; margin: 0; background: #eeeef0; display: flex; flex-direction: column; }
.hero-portrait img { width: 100%; height: auto; flex: 1; min-height: 0; object-fit: contain; }
.portrait-label { position: absolute; top: 1.5rem; right: 1rem; background: var(--yellow); border: var(--rule); padding: .65rem .8rem; font-size: .875rem; font-weight: 800; transform: rotate(3deg); }
.hero-portrait figcaption { background: var(--yellow); border-top: var(--rule); padding: 1.25rem 1.5rem; }
.hero-portrait figcaption span { font-size: .875rem; text-transform: uppercase; font-weight: 800; letter-spacing: .04em; }
.hero-portrait figcaption strong { display: block; margin-top: .4rem; font-family: Georgia, serif; font-size: clamp(1.5rem, 2.3vw, 2.4rem); line-height: 1.1; letter-spacing: -.04em; }
.card-blue { background: var(--yellow); color: var(--ink); }
.card-orange { background: #C6AA8E; color: var(--ink); }
.school-section { background: white; color: var(--ink); }
.school-photo { background: var(--yellow); }
.join-section { background: var(--yellow); color: var(--ink); border-top: var(--rule); }
.site-footer { background: white; }
.issue-line, .section-label, .story-meta, .resource-type, .card-top, .stamp, .site-nav a, .button, .site-footer p:last-child { font-size: .875rem; }
@media (max-width: 1050px) and (min-width: 681px) {
 .hero { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); }
 .hero-main { border-right: var(--rule); border-bottom: 0; padding: 2rem 1.5rem; }
 .hero h1 { font-size: 5.35vw; }
 .portrait-label { font-size: .75rem; }
}
@media (max-width: 680px) {
 .hero { grid-template-columns: 1fr; }
 .hero-main { padding: 2.5rem 1.25rem; border-right: 0; border-bottom: var(--rule); }
 .hero h1 { font-size: 8.4vw; line-height: 1.07; margin: 2rem 0; }
 .hero-deck { font-size: 1.25rem; }
 .hero-portrait img { max-height: 660px; }
 .hero-portrait figcaption strong { font-size: 2rem; }
}
@media (prefers-reduced-motion: no-preference) { .button { transition: transform .15s ease, box-shadow .15s ease; } }

.thanks-page { min-height: 100vh; background: white; }
.thanks-page > .wordmark { width: max-content; border-right: var(--rule); border-bottom: var(--rule); background: white; }
.thanks-intro { padding: clamp(3rem, 8vw, 8rem) max(1.25rem, calc((100vw - var(--max)) / 2 + 4rem)); background: var(--yellow); border-bottom: var(--rule); }
.thanks-intro h1 { max-width: 1100px; margin: 0 0 2rem; font: 900 clamp(3.5rem, 8vw, 7.8rem)/.92 Arial, Helvetica, sans-serif; letter-spacing: -.075em; }
.thanks-intro > p:not(.section-label) { max-width: 920px; margin-bottom: 0; font: 1.4rem/1.45 Georgia, serif; }
.thanks-evidence { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1100px; margin-top: 3rem; border-top: var(--rule); border-left: var(--rule); background: white; }
.thanks-evidence > div { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; align-items: center; padding: 1.5rem; border-right: var(--rule); border-bottom: var(--rule); }
.thanks-evidence strong { font: 900 clamp(2.5rem, 5vw, 4.8rem)/.85 Arial, Helvetica, sans-serif; letter-spacing: -.07em; color: var(--blue); }
.thanks-evidence span { font-size: .95rem; font-weight: 800; line-height: 1.35; }
.thanks-evidence > p { grid-column: 1 / -1; margin: 0; padding: .75rem 1rem; border-right: var(--rule); border-bottom: var(--rule); font-size: .78rem; }
.thanks-evidence a { text-underline-offset: .2em; }
.thanks-offer { display: grid; grid-template-columns: .42fr 1.58fr; max-width: var(--max); margin: 0 auto; border-right: var(--rule); border-left: var(--rule); border-bottom: var(--rule); background: var(--acid); }
.thanks-offer-meta { display: flex; flex-direction: column; justify-content: space-between; min-height: 440px; padding: clamp(2rem, 5vw, 5rem); border-right: var(--rule); text-transform: uppercase; font-weight: 900; }
.thanks-offer-meta span { letter-spacing: .08em; }
.thanks-offer-meta strong { font-size: clamp(4rem, 8vw, 8rem); line-height: .85; letter-spacing: -.08em; }
.thanks-offer-copy { padding: clamp(3rem, 7vw, 7rem); background: white; }
.thanks-offer-copy h2 { max-width: 900px; margin: 0 0 1.5rem; font: 500 clamp(2.8rem, 5vw, 5.2rem)/1.02 Georgia, serif; letter-spacing: -.055em; }
.thanks-offer-copy > p:not(.section-label) { max-width: 780px; font-size: 1.15rem; }
.thanks-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.thanks-actions .text-link { margin-top: 0; }
.thanks-next { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; padding: clamp(3rem, 6vw, 6rem) max(1.25rem, calc((100vw - var(--max)) / 2 + 4rem)); background: var(--ink); color: white; }
.thanks-next h2 { margin: 0 0 1rem; max-width: 850px; font: 500 clamp(2.5rem, 4.5vw, 4.6rem)/1.05 Georgia, serif; letter-spacing: -.05em; }
.thanks-next p:not(.section-label) { max-width: 760px; margin-bottom: 0; font-size: 1.1rem; }
.thanks-next .section-label { color: var(--acid); }
.thanks-next .button { color: var(--ink); white-space: nowrap; }
.thanks-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem max(1.25rem, calc((100vw - var(--max)) / 2 + 4rem)); border-top: var(--rule); background: var(--yellow); font-weight: 900; text-transform: uppercase; }

@media (hover: none) {
  .portrait-hover { opacity: 1; transform: none; }
}

@media (max-width: 760px) {
  .thanks-evidence { grid-template-columns: 1fr; }
  .thanks-evidence > p { grid-column: auto; }
  .thanks-offer { grid-template-columns: 1fr; border-right: 0; border-left: 0; }
  .thanks-offer-meta { min-height: 0; flex-direction: row; align-items: end; border-right: 0; border-bottom: var(--rule); }
  .thanks-offer-meta strong { font-size: 4.5rem; }
  .thanks-next { grid-template-columns: 1fr; }
  .thanks-next .button { width: 100%; white-space: normal; }
  .thanks-footer { flex-direction: column; }
}
