:root {
  --ink: #11110f;
  --ink-soft: #24241f;
  --paper: #f1eee5;
  --paper-deep: #dfdbd0;
  --red: #e84b35;
  --red-dark: #b92f1f;
  --muted: #69665f;
  --rule: rgba(17, 17, 15, 0.19);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; pointer-events: none; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--red); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 1.5rem clamp(1.25rem,4vw,4.5rem); color: var(--paper); border-bottom: 1px solid rgba(241,238,229,.2); }
.wordmark { width: max-content; font-size: .78rem; letter-spacing: .16em; font-weight: 600; text-decoration: none; }
.site-header nav { display: flex; gap: clamp(1.2rem,3vw,3rem); }
.site-header nav a, .header-cta { font-size: .85rem; text-decoration: none; }
.site-header nav a { color: rgba(241,238,229,.68); }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--paper); }
.header-cta { justify-self: end; border-bottom: 1px solid currentColor; padding-bottom: .15rem; }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: minmax(0,1.22fr) minmax(22rem,.78fr); gap: clamp(3rem,6vw,7rem); align-items: center; padding: 9.5rem clamp(1.25rem,7vw,8rem) 6rem; background: var(--ink); color: var(--paper); overflow: hidden; }
.hero::after { content: ""; position: absolute; top: 0; bottom: 0; left: 62%; width: 1px; background: rgba(241,238,229,.12); }
.hero-copy { position: relative; z-index: 2; max-width: 67rem; }
.hero-name { margin: 0 0 .5rem; font-family: var(--serif); font-size: clamp(1.8rem,2.5vw,2.8rem); font-weight: 500; letter-spacing: -.02em; line-height: 1; }
.eyebrow, .section-number { margin: 0 0 1.5rem; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 600; }
.hero h1 { max-width: 59rem; margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(4.2rem,7.7vw,8.3rem); letter-spacing: -.062em; line-height: .9; }
.hero-intro { max-width: 46rem; margin: 2.7rem 0 0; color: rgba(241,238,229,.72); font-family: var(--serif); font-size: clamp(1.25rem,1.8vw,1.65rem); line-height: 1.35; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .85rem 1.25rem; border: 1px solid transparent; font-size: .86rem; font-weight: 600; text-decoration: none; transition: background .2s ease,color .2s ease,transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: #f35b44; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--ink); color: #fff; border-color: rgba(255,255,255,.35); }
.text-link { display: inline-block; font-size: .9rem; text-underline-offset: .28em; }
.portrait-stage { position: relative; z-index: 2; width: min(25rem,26vw); margin: 1rem auto 0; }
.portrait-frame { position: relative; padding: 1.15rem 0 0 1.15rem; }
.portrait-frame::before { content: ""; position: absolute; inset: 0 1.15rem 1.15rem 0; border: 1px solid rgba(241,238,229,.35); }
.portrait-frame::after { content: ""; position: absolute; left: -1.25rem; bottom: -1.25rem; width: 46%; aspect-ratio: 1; background: var(--red); z-index: -1; }
.portrait-frame img { position: relative; z-index: 1; width: 100%; height: min(64vh,37rem); object-fit: cover; object-position: 50% 50%; filter: saturate(.88) contrast(1.04); }
.portrait-stage figcaption, .work-image figcaption, .book-cover figcaption { margin-top: 1.35rem; color: rgba(241,238,229,.48); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-side-note { position: absolute; right: 1.6rem; bottom: 2rem; margin: 0; writing-mode: vertical-rl; font-size: .66rem; letter-spacing: .22em; color: rgba(241,238,229,.4); }

.roles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 4px solid var(--red); border-bottom: 1px solid var(--rule); background: #e6e2d8; }
.roles > * { position: relative; display: flex; min-width: 0; min-height: 10rem; flex-direction: column; align-items: flex-start; justify-content: center; gap: .35rem; padding: 1.5rem clamp(1.25rem,2.2vw,2.5rem); border-right: 1px solid var(--rule); color: var(--ink); }
.roles > *:last-child { border-right: 0; }
.roles a { text-decoration: none; transition: background .2s ease,color .2s ease; }
.roles a:hover, .roles a:focus-visible { background: var(--red); color: #fff; }
.roles strong { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.roles > * > span { max-width: 100%; font-family: var(--serif); font-size: clamp(1rem,1.1vw,1.35rem); line-height: 1.08; }
.roles small { font-family: var(--sans); font-size: .78rem; }
.roles b { position: absolute; top: 1.5rem; right: clamp(1.25rem,4vw,4rem); color: var(--red-dark); font-size: 1rem; }
.roles a:hover b, .roles a:focus-visible b { color: #fff; }
.no-break { white-space: nowrap; }
.policy-organisations { display: flex; flex-direction: column; align-items: flex-start; gap: .18em; }
.policy-line { display: flex; align-items: baseline; gap: .42em; white-space: nowrap; }
.policy-line i { color: var(--red-dark); font-size: .78em; font-style: normal; }
.policy-organisations .dac-name { white-space: nowrap; }

.opening-quote { position: relative; padding: clamp(6rem,9vw,8rem) clamp(1.25rem,10vw,11rem); border-bottom: 1px solid var(--rule); }
.opening-quote blockquote { max-width: 79rem; margin: 0; font-family: var(--serif); font-size: clamp(2.7rem,5.6vw,6rem); line-height: .98; letter-spacing: -.045em; }
.opening-narrative { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 3rem; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.opening-narrative article { padding: clamp(1.4rem,2.5vw,2.5rem); border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.opening-narrative article > span { color: var(--red-dark); font-family: var(--serif); font-size: 1.35rem; }
.opening-narrative h3 { margin: 2.5rem 0 1rem; font-family: var(--serif); font-size: clamp(1.8rem,2.5vw,2.75rem); font-weight: 300; line-height: 1; }
.opening-narrative p { margin: 0; color: #57554f; }
.quote-mark { position: absolute; left: clamp(.4rem,4vw,4rem); top: 2.5rem; color: var(--red); font-family: var(--serif); font-size: clamp(5rem,10vw,9rem); line-height: 1; }

.section-shell { padding: clamp(6rem,10vw,10rem) clamp(1.25rem,7vw,8rem); }
.section-heading { display: grid; grid-template-columns: .55fr 1.45fr .8fr; gap: clamp(2rem,5vw,6rem); align-items: start; }
.section-heading h2 { margin: -.16em 0 0; font-family: var(--serif); font-weight: 300; font-size: clamp(3rem,6vw,6.3rem); line-height: .95; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 29rem; margin: .35rem 0 0; color: #5f5c55; }

.story-heading { grid-template-columns: .3fr 1.6fr .7fr; }
.story-heading h2 { font-size: clamp(2.7rem,4vw,4.5rem); }
.story-intro-copy { max-width: 29rem; margin: .35rem 0 0; color: #5f5c55; }
.story-intro-copy p { margin: 0; }
.story-intro-copy p + p { margin-top: 1.15rem; }
.story-ribbon { height: 390svh; margin-top: clamp(3rem,5vw,5rem); }
.story-sticky { position: sticky; top: 4.45rem; display: grid; height: calc(100svh - 4.45rem); grid-template-rows: auto minmax(0,1fr); }
.story-progress { display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid var(--rule); }
.story-progress button { position: relative; min-width: 0; min-height: 4.8rem; padding: 1rem .7rem .85rem; border: 0; border-bottom: 1px solid var(--rule); background: transparent; color: var(--muted); cursor: pointer; font-size: .78rem; font-weight: 600; line-height: 1.18; text-align: left; transition: color .2s ease; }
.story-progress button::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: transparent; }
.story-progress button span { display: block; margin-bottom: .3rem; color: var(--red-dark); font-size: .69rem; font-weight: 700; letter-spacing: .12em; }
.story-progress button:hover, .story-progress button:focus-visible, .story-progress button.is-active { color: var(--ink); }
.story-progress button.is-active::after { background: var(--red); }
.story-stage { position: relative; height: auto; min-height: 0; overflow: hidden; background: var(--ink); color: var(--paper); }
.story-visuals { position: absolute; inset: 0 0 4.6rem; }
.story-visual { position: absolute; inset: 0; margin: 0; overflow: hidden; background: #111; opacity: 0; pointer-events: none; transition: opacity .55s ease; }
.story-visual.is-active { opacity: 1; pointer-events: auto; }
.story-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.5) 35%,rgba(0,0,0,.08) 70%),linear-gradient(0deg,rgba(0,0,0,.42),transparent 45%); pointer-events: none; }
.story-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); transform: scale(1.018); transition: transform 4.5s ease; }
.story-visual.is-active > img { transform: scale(1); }
.story-visual-childhood > img { object-position: 52% 44%; }
.story-visual-unthinkable > img { object-position: center; image-rendering: auto; }
.story-visual-trial > img { object-position: 50% 50%; }
.story-visual-past > img { object-position: 44% 42%; }
.story-visual-campaign > img { object-position: 43% 48%; }
.story-visual-after > img { object-position: 50% 42%; }
.story-visual-copy { position: absolute; z-index: 2; left: clamp(1.5rem,5vw,5rem); bottom: clamp(2rem,5vw,4.5rem); width: min(45rem,58%); }
.story-visual-copy .chapter-year { margin: 0 0 1rem; color: var(--red); }
.story-visual-copy h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(3rem,5.4vw,6rem); font-weight: 300; letter-spacing: -.045em; line-height: .9; }
.story-visual-copy > p:last-child { max-width: 41rem; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(.98rem,1.3vw,1.16rem); line-height: 1.5; }
.story-footer { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; display: flex; min-height: 4.6rem; align-items: center; justify-content: space-between; gap: 2rem; padding: .7rem clamp(1.2rem,3vw,2.5rem); border-top: 1px solid rgba(255,255,255,.18); background: #11110f; }
.story-footer > p { margin: 0; color: rgba(255,255,255,.56); font-size: .75rem; letter-spacing: .04em; }
.story-nav-arrows { display: flex; align-items: center; gap: .6rem; }
.story-nav-arrows button { width: 2.5rem; height: 2.5rem; border: 1px solid rgba(255,255,255,.32); background: transparent; color: #fff; cursor: pointer; }
.story-nav-arrows button:hover, .story-nav-arrows button:focus-visible { background: var(--red); border-color: var(--red); }
.story-nav-arrows button:disabled { opacity: .34; cursor: default; }
.story-nav-arrows button:disabled:hover { background: transparent; border-color: rgba(255,255,255,.32); }
.story-nav-arrows span { min-width: 3.6rem; color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-align: center; }
.chapter-year { margin: 0 0 2rem; color: var(--red-dark); font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.film-section { display: grid; grid-template-columns: minmax(19rem,.62fr) minmax(0,1.38fr); column-gap: clamp(3rem,7vw,8rem); row-gap: clamp(2rem,4vw,3.5rem); align-items: start; border-top: 1px solid var(--rule); background: #e6e2d8; }
.film-heading h2 { max-width: 38rem; margin: 0; font-family: var(--serif); font-size: clamp(3.2rem,5.2vw,5.8rem); font-weight: 300; letter-spacing: -.05em; line-height: .92; }
.film-heading > p:not(.section-number) { max-width: 32rem; margin: 2rem 0 0; color: var(--muted); }
.appeal-context { max-width: 34rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(17,17,15,.22); }
.appeal-context .mini-label { margin: 0 0 1.2rem; color: var(--red-dark); font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.appeal-context p:not(.mini-label) { margin: 0 0 1rem; color: var(--muted); font-size: .9rem; line-height: 1.52; }
.appeal-context a { display: inline-block; margin-top: .3rem; font-size: .82rem; font-weight: 600; text-underline-offset: .25em; }
.film-player { margin: 0; padding-top: .8rem; border-top: 4px solid var(--red); }
.film-player video { display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--ink); object-fit: contain; }
.film-player figcaption { display: flex; justify-content: space-between; gap: 1.5rem; margin-top: .85rem; color: var(--muted); font-size: .7rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.film-reviews { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); margin-top: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.film-reviews blockquote { min-height: 10rem; margin: 0; padding: 1.4rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.film-reviews strong { color: var(--red-dark); letter-spacing: .08em; }
.film-reviews p { margin: .3rem 0 1rem; font-family: var(--serif); font-size: clamp(1.15rem,1.45vw,1.45rem); line-height: 1.12; }
.film-reviews cite { color: var(--muted); font-size: .67rem; font-style: normal; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.control-section { background: var(--ink); color: var(--paper); }
.control-inner { padding-block: clamp(4rem,6vw,6rem); }
.control-section .section-heading > p:last-child { color: rgba(241,238,229,.6); }
.control-inner .section-heading h2 { font-size: clamp(3rem,5vw,5rem); }
.pattern { margin-top: clamp(2.5rem,4vw,4rem); }
.pattern-steps { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(241,238,229,.2); border-left: 1px solid rgba(241,238,229,.2); }
.pattern-steps li { min-height: 20rem; padding: clamp(1.35rem,2vw,2rem); border-right: 1px solid rgba(241,238,229,.2); border-bottom: 1px solid rgba(241,238,229,.2); }
.pattern-steps span { display: block; margin-bottom: 2rem; color: var(--red); font-family: var(--serif); font-size: 1.5rem; }
.pattern-steps h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(1.65rem,2vw,2.25rem); font-weight: 300; line-height: 1; }
.pattern-steps p { margin: 0; color: rgba(241,238,229,.62); font-size: .92rem; line-height: 1.5; }
.pattern-note { max-width: 55rem; margin: 1.25rem 0 0 auto; color: rgba(241,238,229,.75); font-family: var(--serif); font-size: clamp(1.05rem,1.35vw,1.25rem); }

.domestic-bridge { margin: clamp(4rem,7vw,7rem) 0 0; }
.domestic-bridge-image { position: relative; height: clamp(17rem,30vw,31rem); overflow: hidden; border-block: 1px solid rgba(241,238,229,.2); }
.domestic-bridge-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(17,17,15,.34),transparent 44%,rgba(17,17,15,.12)); pointer-events: none; }
.domestic-bridge img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; filter: saturate(.78) contrast(1.04); }
.domestic-bridge figcaption { margin-top: .75rem; color: rgba(241,238,229,.48); font-size: .68rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }

.home-pattern { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem,7vw,8rem); margin-top: clamp(6rem,10vw,10rem); }
.home-pattern-intro h3 { max-width: 37rem; margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(2.8rem,4.5vw,4.8rem); font-weight: 300; line-height: .95; }
.home-pattern-intro > p:last-child { max-width: 28rem; color: rgba(241,238,229,.58); }
.room-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(241,238,229,.2); border-left: 1px solid rgba(241,238,229,.2); }
.room-grid article { min-height: 19rem; padding: clamp(1.7rem,3vw,3rem); border-right: 1px solid rgba(241,238,229,.2); border-bottom: 1px solid rgba(241,238,229,.2); }
.room-grid span { color: var(--red); font-size: .73rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.room-grid h4 { margin: 3rem 0 1.2rem; font-family: var(--serif); font-size: clamp(1.7rem,2.5vw,2.7rem); font-weight: 300; line-height: 1.02; }
.room-grid p { color: rgba(241,238,229,.58); }

.work-banner { position: relative; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(26rem,.85fr); overflow: hidden; background: #080807; color: var(--paper); }
.work-banner picture { position: relative; display: block; min-height: 36rem; overflow: hidden; }
.work-banner picture::after { content: ""; position: absolute; z-index: 2; top: 0; right: -1px; bottom: 0; width: 16%; background: linear-gradient(90deg,transparent,#080807); pointer-events: none; }
.work-banner picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.82) contrast(1.06); }
.work-banner-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem,6vw,6.5rem) clamp(2rem,5vw,5.5rem); background: #080807; }
.work-banner-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem,5.6vw,6rem); font-weight: 300; letter-spacing: -.05em; line-height: .92; }
.work-banner-copy > p:last-child { max-width: 39rem; margin: 2rem 0 0; color: rgba(241,238,229,.74); }
.work-layout { margin-top: clamp(3rem,5vw,5rem); }
.service-list { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.service-list article { display: grid; grid-template-columns: 3rem minmax(0,1fr); gap: 1rem; min-width: 0; min-height: 23rem; padding: clamp(1.6rem,2.5vw,2.8rem); border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.service-list > article > span { color: var(--red-dark); font-family: var(--serif); font-size: 1.5rem; }
.service-list h3 { margin: 0 0 .8rem; font-family: var(--serif); font-size: clamp(2rem,3vw,3rem); font-weight: 300; line-height: 1; }
.service-list p { max-width: 31rem; margin: 0; color: var(--muted); }
.topics { margin-top: clamp(5rem,8vw,8rem); padding-top: 2rem; border-top: 3px solid var(--ink); }
.topics ol { display: grid; grid-template-columns: repeat(5,1fr); margin: 0; padding: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); list-style: none; }
.topics li { display: flex; min-height: 12rem; flex-direction: column; justify-content: space-between; gap: 2rem; padding: 1.5rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.topics li span { color: var(--red-dark); font-family: var(--serif); font-size: 1.4rem; }
.topics li strong { font-family: var(--serif); font-size: clamp(1.45rem,2vw,2rem); font-weight: 300; line-height: 1.05; }

.speaking-testimonials { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem,7vw,8rem); margin-top: clamp(6rem,10vw,10rem); padding-top: clamp(3rem,6vw,6rem); border-top: 1px solid var(--rule); }
.speaking-testimonials > * { min-width: 0; }
.testimonial-lead h3 { max-width: 47rem; margin: 0 0 clamp(2rem,4vw,4rem); font-family: var(--serif); font-size: clamp(2.8rem,5vw,5.4rem); font-weight: 300; line-height: .94; letter-spacing: -.045em; }
.testimonial-audience { aspect-ratio: 4 / 3; margin: 0 0 1.5rem; overflow: hidden; background: var(--ink); }
.testimonial-audience img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.82) contrast(1.05); }
.speaking-testimonials blockquote { margin: 0; }
.speaking-testimonials blockquote p { margin: 0; font-family: var(--serif); font-size: clamp(1.55rem,2.4vw,2.45rem); line-height: 1.12; }
.speaking-testimonials cite { display: block; margin-top: 1.6rem; color: var(--muted); font-style: normal; font-size: .74rem; font-weight: 600; letter-spacing: .09em; line-height: 1.45; text-transform: uppercase; }
.testimonial-paragraph { display: block; margin-top: .72em; }
.testimonial-lead blockquote { padding: clamp(2rem,4vw,4rem); background: var(--red); color: #fff; }
.testimonial-lead cite { color: rgba(255,255,255,.66); }
.testimonial-stack { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.testimonial-stack blockquote { min-height: 18rem; padding: clamp(1.5rem,2.5vw,2.5rem); border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.testimonial-stack blockquote p { font-size: clamp(1.18rem,1.65vw,1.72rem); }

@media (min-width: 1101px) {
  .speaking-testimonials {
    grid-template-columns: minmax(0,1.7fr) minmax(0,.82fr);
    gap: 1rem;
    height: auto;
    align-items: stretch;
    margin-top: clamp(5rem,7vw,7rem);
    padding-top: 2rem;
  }
  .testimonial-lead {
    display: grid;
    grid-template-columns: minmax(22rem,1.22fr) minmax(18rem,.78fr);
    grid-template-rows: auto auto 25rem;
    column-gap: 1rem;
    min-width: 0;
    min-height: 0;
  }
  .testimonial-lead .section-number { grid-column: 1; grid-row: 1; }
  .testimonial-lead h3 {
    grid-column: 1;
    grid-row: 2;
    margin: 0 0 1.4rem;
    font-size: clamp(2.8rem,3.35vw,4rem);
    line-height: .91;
  }
  .testimonial-audience {
    grid-column: 1;
    grid-row: 3;
    min-height: 0;
    height: 25rem;
    margin: 0;
    aspect-ratio: auto;
  }
  .testimonial-audience img { object-position: center 12%; transform: scale(1.055); }
  .testimonial-lead blockquote {
    display: flex;
    grid-column: 2;
    grid-row: 1 / 4;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: clamp(1.8rem,2.35vw,2.6rem);
  }
  .testimonial-lead blockquote p {
    font-size: clamp(1.55rem,1.8vw,2.05rem);
    line-height: 1.08;
  }
  .testimonial-break { display: block; margin-top: .85em; }
  .testimonial-lead cite { margin-top: 2rem; }
  .testimonial-stack {
    grid-template-rows: repeat(2,minmax(0,1fr));
    min-width: 0;
  }
  .testimonial-stack blockquote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding: clamp(1.3rem,1.8vw,2rem);
  }
  .testimonial-stack blockquote p {
    font-size: clamp(1.05rem,1.3vw,1.42rem);
    line-height: 1.12;
  }
  .testimonial-stack cite {
    margin-top: 1.2rem;
    font-size: .66rem;
  }
}

.proof { background: var(--paper-deep); }
.proof .section-shell { padding-block: clamp(5rem,8vw,8rem); }
.proof-editorial { display: grid; grid-template-columns: minmax(24rem,.72fr) minmax(0,1.28fr); gap: clamp(2.5rem,5vw,6rem); align-items: stretch; margin-top: 1.2rem; }
.proof-editorial > * { min-width: 0; }
.proof-image { display: flex; min-height: 32rem; flex-direction: column; margin: 0; }
.proof-image-frame { flex: 1; min-height: 0; overflow: hidden; background: var(--ink); }
.proof-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; filter: saturate(.82) contrast(1.04); }
.proof-image figcaption { margin-top: .75rem; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.proof-heading { display: flex; flex-direction: column; justify-content: flex-start; padding: clamp(1rem,2vw,2rem) 0 .5rem; }
.proof-heading h2 { max-width: 64rem; margin: 0; font-family: var(--serif); font-size: clamp(3.5rem,4.75vw,5.8rem); font-weight: 300; letter-spacing: -.055em; line-height: .9; }
.proof-heading p { max-width: 35rem; margin: 2rem 0 0; color: var(--muted); }
.press-line { display: grid; grid-template-columns: repeat(6,1fr); margin-top: clamp(2.5rem,4vw,4rem); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.press-line a { display: flex; min-height: 5rem; align-items: center; justify-content: center; padding: 1rem .7rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .2s ease,color .2s ease; }
.press-line a:hover, .press-line a:focus-visible { background: var(--ink); color: var(--paper); }

.writing-section { background: var(--paper); }
.writing-heading { display: grid; grid-template-columns: .42fr 1.15fr .7fr; gap: clamp(2rem,5vw,6rem); align-items: center; }
.writing-heading > * { min-width: 0; }
.writing-heading h2 { max-width: 48rem; margin: -.1em 0 0; font-family: var(--serif); font-size: clamp(3rem,5vw,5.4rem); font-weight: 300; letter-spacing: -.05em; line-height: .95; }
.writing-heading > p:last-child { max-width: 29rem; margin: 0; color: var(--muted); }
.writing-heading .section-number { align-self: start; }
.writing-layout { display: grid; grid-template-columns: minmax(21rem,25rem) minmax(0,1fr); gap: clamp(2.5rem,4vw,5rem); align-items: start; margin-top: clamp(3rem,6vw,6rem); }
.writing-portrait { position: relative; width: min(25rem,100%); margin: 0; padding-top: .7rem; border-top: 3px solid var(--red-dark); }
.writing-portrait-image { width: 100%; aspect-ratio: 4 / 5; overflow: hidden; }
.writing-portrait img { display: block; width: 128%; height: 128%; object-fit: cover; object-position: 76% 46%; transform: translate(-19%,-10%); filter: saturate(.82) contrast(1.03); }
.writing-portrait figcaption { display: flex; flex-direction: column; gap: .25rem; margin-top: 1rem; color: var(--muted); font-size: .7rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.writing-award { max-width: 24rem; color: var(--red-dark); font-size: .68rem; letter-spacing: .045em; line-height: 1.4; text-decoration-color: rgba(166,48,36,.45); text-transform: none; text-underline-offset: .22em; }
.article-list { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.article-list a { position: relative; display: grid; min-height: 14rem; align-content: space-between; gap: 2rem; padding: clamp(1.5rem,3vw,3rem); border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); text-decoration: none; transition: background .2s ease,color .2s ease; }
.article-list a:hover, .article-list a:focus-visible { background: var(--ink); color: var(--paper); }
.article-list span { color: var(--red-dark); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.article-list strong { max-width: 35rem; font-family: var(--serif); font-size: clamp(1.65rem,2.5vw,2.6rem); font-weight: 300; line-height: 1.04; }
.article-list b { position: absolute; top: 1.5rem; right: 1.5rem; color: var(--red-dark); }
.article-list a:hover b, .article-list a:focus-visible b { color: var(--red); }
.writing-more { display: inline-block; margin-top: 2rem; font-weight: 600; text-underline-offset: .3em; }

.book-section { position: relative; display: grid; grid-template-columns: minmax(0,.9fr) minmax(32rem,1fr); gap: clamp(2rem,5vw,6rem); align-items: center; min-height: 58rem; padding: clamp(4rem,6vw,6rem) clamp(1.25rem,6vw,7rem); padding-top: clamp(14rem,19vw,19rem); background: var(--red); color: #fff; overflow: hidden; }
.book-kicker { position: absolute; top: clamp(3.5rem,5vw,5rem); left: clamp(1.25rem,6vw,7rem); z-index: 3; margin: 0; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.book-display-title { position: absolute; top: clamp(5rem,7vw,7rem); right: clamp(1.25rem,6vw,7rem); left: clamp(1.25rem,6vw,7rem); z-index: 3; margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(5rem,11vw,11rem); font-weight: 300; letter-spacing: -.065em; line-height: .78; white-space: nowrap; }
.book-copy { position: relative; z-index: 2; }
.book-copy .book-lead { max-width: 47rem; margin: 2rem 0 1.25rem; color: #fff; font-family: var(--serif); font-size: clamp(1.5rem,2.2vw,2rem); line-height: 1.2; }
.book-copy .book-body { max-width: 45rem; margin: 0 0 2rem; color: rgba(255,255,255,.78); }
.book-impact { display: grid; grid-template-columns: repeat(3,1fr); max-width: 52rem; margin: 0 0 2.2rem; padding: 0; border-top: 1px solid rgba(255,255,255,.35); border-left: 1px solid rgba(255,255,255,.35); list-style: none; }
.book-impact li { display: flex; min-height: 9.5rem; flex-direction: column; gap: .7rem; padding: 1.25rem; border-right: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.book-impact strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; line-height: 1.05; }
.book-impact span { color: rgba(255,255,255,.72); font-size: .8rem; line-height: 1.45; }
.book-author { width: min(31rem,100%); margin: 2.5rem 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.35); }
.book-author img { display: block; width: 100%; height: auto; object-fit: cover; object-position: center 42%; filter: saturate(.85) contrast(1.04); }
.book-cover { position: relative; z-index: 2; width: min(44rem,100%); margin: 0 auto; padding: clamp(.75rem,1.2vw,1.2rem); background: #1c1b18; box-shadow: -1.5rem 2rem 3.5rem rgba(69,7,0,.28); }
.book-cover::before { content: "THE UNTHINKABLE"; position: absolute; right: -1px; bottom: 0; writing-mode: vertical-rl; color: rgba(255,255,255,.12); font-size: .62rem; font-weight: 600; letter-spacing: .18em; transform: translateX(140%); }
.book-cover img { width: 100%; height: auto; object-fit: contain; box-shadow: 0 1rem 2.5rem rgba(0,0,0,.34); }

.endorsements { padding: clamp(6rem,10vw,10rem) 0; background: #282722; color: var(--paper); }
.endorsements .section-shell { padding-top: 0; padding-bottom: 0; }
.endorsements h2 { max-width: 76rem; margin: 0 0 clamp(3rem,6vw,6rem); font-family: var(--serif); font-size: clamp(3.2rem,5.6vw,6.2rem); font-weight: 300; letter-spacing: -.05em; line-height: .92; }
.endorsements h2 em { color: var(--red); font-weight: 300; }
.book-title-lock { white-space: nowrap; }
.endorsement-grid { display: grid; grid-template-columns: 1.1fr 1fr .9fr; gap: clamp(2rem,5vw,6rem); }
.endorsement-grid blockquote { margin: 0; padding-top: 2rem; border-top: 3px solid var(--red); }
.endorsement-grid p { margin: 0; font-family: var(--serif); font-size: clamp(1.55rem,2.3vw,2.45rem); line-height: 1.09; }
.endorsement-grid cite { display: block; margin-top: 2rem; color: rgba(241,238,229,.55); font-style: normal; font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem,8vw,9rem); padding: clamp(6rem,10vw,10rem) clamp(1.25rem,7vw,8rem); background: var(--ink); color: var(--paper); }
.contact > * { min-width: 0; }
.contact h2 { max-width: 54rem; margin: 0; font-family: var(--serif); font-size: clamp(3.5rem,7vw,7.3rem); font-weight: 300; letter-spacing: -.05em; line-height: .9; }
.contact-copy > p:not(.section-number) { max-width: 37rem; margin: 2rem 0; color: rgba(241,238,229,.67); }
.contact-copy small { display: block; max-width: 25rem; margin-top: 1rem; color: rgba(241,238,229,.38); font-size: .72rem; }
.contact-note { align-self: end; }
.contact-note > p { color: rgba(241,238,229,.68); }
.contact-note ul { margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid rgba(241,238,229,.2); }
.contact-note li { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(241,238,229,.2); }
.contact-note li span { color: var(--red); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-note a { font-size: .9rem; text-underline-offset: .2em; }
.support-detail { min-width: 0; }
.support-links { line-height: 1.45; }
.support-detail small { display: block; margin-top: .3rem; color: rgba(241,238,229,.55); font-size: .74rem; line-height: 1.45; }
.contact-note .emergency { font-size: .84rem; }

footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1.25rem,4vw,4.5rem); background: #090908; color: rgba(241,238,229,.55); font-size: .78rem; }
footer p { margin: 0; }
footer div { display: flex; gap: 1.5rem; }
footer a { text-decoration: none; }
footer a:hover { color: var(--paper); }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1150px) {
  .proof-heading .no-break { white-space: normal; }
}

@media (max-width: 1120px) and (min-width: 981px) {
  .roles { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .roles .advisory-experience { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr .68fr; }
  .hero::after { left: 62%; }
  .hero h1 { font-size: clamp(3.8rem,8.5vw,6.2rem); }
  .portrait-stage { width: min(20rem,31vw); }
  .roles { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .roles .advisory-experience { grid-column: 1 / -1; }
  .opening-narrative { grid-template-columns: 1fr 1fr; }
  .opening-narrative article:last-child { grid-column: 1 / -1; }
  .section-heading { grid-template-columns: .45fr 1.55fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .story-heading { grid-template-columns: 1fr; }
  .story-heading .story-intro-copy { max-width: 43rem; }
  .story-ribbon { height: auto; }
  .story-sticky { position: static; display: block; height: auto; }
  .story-progress { display: flex; overflow-x: auto; scrollbar-width: thin; }
  .story-progress button { flex: 0 0 9.5rem; }
  .story-stage { height: min(72svh,43rem); min-height: 34rem; }
  .story-visual-copy { width: min(40rem,76%); }
  .film-section { grid-template-columns: 1fr; align-items: start; }
  .film-heading > p:not(.section-number) { max-width: 42rem; }
  .pattern-steps { grid-template-columns: repeat(2,1fr); }
  .pattern-steps li { min-height: 19rem; }
  .work-banner { grid-template-columns: 1fr; }
  .work-banner picture { min-height: 40rem; }
  .work-banner picture::after { display: none; }
  .work-banner picture img { object-position: center top; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article { min-height: auto; }
  .home-pattern { grid-template-columns: 1fr; }
  .topics ol { grid-template-columns: repeat(2,1fr); }
  .speaking-testimonials { grid-template-columns: 1fr; }
  .testimonial-stack blockquote { min-height: 15rem; }
  .writing-heading { grid-template-columns: 1fr; align-items: start; }
  .writing-heading > p:last-child { max-width: 40rem; margin-top: .5rem; }
  .proof-editorial { grid-template-columns: minmax(20rem,.9fr) minmax(0,1.1fr); }
  .proof-image { min-height: 0; }
  .proof-image-frame { min-height: 26rem; }
  .press-line { grid-template-columns: repeat(2,1fr); }
  .writing-layout { grid-template-columns: minmax(18rem,21rem) minmax(0,1fr); gap: 2.5rem; }
  .book-section { grid-template-columns: 1fr .72fr; padding-top: 13rem; }
  .book-display-title { font-size: clamp(5rem,13vw,8rem); }
  .book-cover { width: min(32rem,100%); }
  .book-impact { grid-template-columns: 1fr; }
  .book-impact li { min-height: auto; }
  .endorsement-grid { grid-template-columns: 1fr 1fr; }
  .endorsement-grid blockquote:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  .site-header { padding: 1.1rem 1.2rem; }
  .header-cta { font-size: .78rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 8.5rem 1.25rem 5rem; }
  .hero::after, .hero-side-note { display: none; }
  .hero h1 { font-size: clamp(3.7rem,16vw,6rem); }
  .hero-intro { margin-top: 2.2rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .portrait-stage { width: min(21rem,82vw); margin-top: 2rem; }
  .portrait-frame img { height: auto; aspect-ratio: 3 / 4; }
  .roles { grid-template-columns: minmax(0,1fr); }
  .roles .advisory-experience { grid-column: auto; }
  .roles > * { min-height: 8rem; border-right: 0; border-bottom: 1px solid var(--rule); }
  .roles > *:last-child { border-bottom: 0; }
  .roles > * > span { font-size: 1.15rem; }
  .policy-organisations { flex-direction: column; align-items: flex-start; gap: .25rem; }
  .policy-organisations .dac-name { white-space: normal; }
  .opening-quote { padding-top: 7rem; }
  .opening-narrative { grid-template-columns: 1fr; margin-top: 2rem; }
  .opening-narrative article:last-child { grid-column: auto; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { grid-column: auto; }
  .story-section { padding-bottom: 0; }
  .story-heading h2 { font-size: clamp(2.55rem,10.8vw,3.8rem); }
  .story-ribbon { margin-top: 2.5rem; margin-inline: calc(-1 * clamp(1.25rem,7vw,8rem)); }
  .story-progress { padding-left: clamp(1.25rem,7vw,8rem); background: var(--paper); }
  .story-progress button { flex-basis: 8.25rem; min-height: 4.4rem; }
  .story-stage { height: 44rem; min-height: 0; }
  .story-visuals { bottom: 4.7rem; }
  .story-visual::after { background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.06) 35%,rgba(17,17,15,.94) 50%,#11110f 62%); }
  .story-visual > img { height: 46%; object-fit: cover; transform: none; }
  .story-visual.is-active > img { transform: none; }
  .story-visual-copy { right: 1.25rem; bottom: 1.5rem; left: 1.25rem; width: auto; }
  .story-visual-copy h3 { font-size: clamp(2.6rem,12vw,4.5rem); }
  .story-visual-copy > p:last-child { font-size: .92rem; line-height: 1.42; }
  .story-visual-childhood > img { object-position: 50% 42%; }
  .story-visual-unthinkable > img { object-position: 50% center; }
  .story-visual-trial > img { object-position: 50% 48%; }
  .story-visual-past > img { object-position: 48% 45%; }
  .story-visual-campaign > img { object-position: 47% center; }
  .story-visual-after > img { object-position: 50% 45%; }
  .story-footer { padding-inline: 1.25rem; }
  .story-footer > p { display: none; }
  .story-nav-arrows { width: 100%; justify-content: space-between; }
  .pattern-steps { grid-template-columns: 1fr; }
  .pattern-steps li { min-height: auto; }
  .pattern-steps span { margin-bottom: 3rem; }
  .pattern-note { margin-left: 0; }
  .room-grid { grid-template-columns: 1fr; }
  .room-grid article { min-height: 16rem; }
  .work-banner picture { min-height: 0; }
  .work-banner picture img { position: static; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: 62% center; }
  .work-banner-copy { padding: 2.5rem 1.5rem 3rem; }
  .service-list article { grid-template-columns: 2.5rem minmax(0,1fr); }
  .topics ol { grid-template-columns: 1fr; }
  .topics li { min-height: auto; }
  .speaking-testimonials { grid-template-columns: 1fr; }
  .testimonial-audience { margin-bottom: 1.25rem; }
  .testimonial-audience img { object-position: center 12%; transform: none; }
  .film-player figcaption { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .film-reviews { grid-template-columns: 1fr; }
  .film-reviews blockquote { min-height: 0; }
  .proof-editorial { grid-template-columns: 1fr; gap: 1.5rem; }
  .proof-image { min-height: 0; aspect-ratio: auto; }
  .proof-image-frame { min-height: 0; aspect-ratio: 4 / 3; }
  .proof-heading { padding-top: 0; }
  .proof-heading h2 { font-size: clamp(3rem,14vw,5.2rem); }
  .press-line { grid-template-columns: 1fr; }
  .press-line a { min-height: 5.5rem; }
  .writing-layout { grid-template-columns: 1fr; }
  .writing-portrait { width: min(25rem,92vw); }
  .article-list { grid-template-columns: 1fr; }
  .article-list a { min-height: 12rem; }
  .book-section { grid-template-columns: 1fr; min-height: 0; padding: 13.5rem 1.25rem 4.5rem; }
  .book-kicker { top: 3rem; }
  .book-display-title { top: 5.2rem; font-size: clamp(2.9rem,13.5vw,4.8rem); line-height: .84; white-space: normal; }
  .book-copy .book-lead { margin-top: 1.25rem; }
  .book-copy .book-body { margin-bottom: 2.5rem; }
  .book-impact { margin-bottom: 2.7rem; }
  .book-author { width: min(25rem,100%); margin: 2.75rem auto 0; }
  .book-cover { box-sizing: border-box; width: 100%; max-width: 29rem; margin: 2.75rem auto 0; }
  .endorsements h2 { font-size: clamp(2.45rem,10.7vw,4rem); }
  .praise-prefix, .book-title-lock { display: block; }
  .endorsement-grid { grid-template-columns: 1fr; }
  .endorsement-grid blockquote:last-child { grid-column: auto; }
  .contact { grid-template-columns: 1fr; }
  .testimonial-stack { grid-template-columns: 1fr; }
  .testimonial-stack blockquote { min-height: 0; }
  .contact-note li { grid-template-columns: 1fr; gap: .45rem; }
  footer { flex-direction: column; }
  footer div { flex-wrap: wrap; }
}

@media (max-width: 360px) {
  .policy-line { flex-wrap: wrap; white-space: normal; }
}

@media (max-width: 340px) {
  .endorsements h2 { font-size: 2.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
