/*
Theme Name: EGM Network — Ember
Theme URI: https://egmnet.net/
Author: EGM Network Ltd
Description: Bespoke editorial WordPress theme for Ash Alexander-Cooper, Mindful Soldier, speaking and media.
Version: 1.2.7
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: egm-network
*/

:root {
  --ink: #191713;
  --ink-soft: #4f4940;
  --paper: #f3ecdf;
  --surface: #fffaf1;
  --accent: #d65730;
  --accent-deep: #963820;
  --accent-soft: #f0b26a;
  --night: #22201c;
  --night-soft: #323029;
  --line: rgba(25, 23, 19, .16);
  --shadow: 0 26px 80px rgba(25, 23, 19, .17);
  --radius: 4px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  transition: color .25s ease, background .25s ease;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 68px 0; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: -.038em; }
h1, h2 { font-family: Iowan Old Style, Baskerville, Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { max-width: 880px; font-size: clamp(4rem, 8.8vw, 8rem); }
h2 { font-size: clamp(2.7rem, 5.1vw, 5rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1rem; }
.lede { color: var(--ink-soft); font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.55; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 76px; align-items: end; margin-bottom: 30px; }
.section-head > p { color: var(--ink-soft); }

.top-note {
  display: flex;
  min-height: 38px;
  padding: 7px 24px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  background: var(--accent);
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .03em;
}
.top-note a { font-weight: 850; text-underline-offset: 3px; }
.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: blur(18px);
}
.admin-bar .site-header { top: 32px; }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.header-socials { min-width: 272px; flex-wrap: nowrap; gap: 6px; }
.site-header .header-socials a { display: inline-flex; width: 29px; height: 29px; flex: 0 0 29px; align-items: center; justify-content: center; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 50%; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.site-header .header-socials a:hover, .site-header .header-socials a:focus-visible { color: #fff; background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.site-header .header-socials svg { width: 14px; height: 14px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--ink-soft); font-size: .88rem; font-weight: 720; text-decoration: none; }
.nav-links a:hover { color: var(--accent-deep); }
.nav-toggle { display: none; color: var(--ink); border: 0; background: transparent; font-weight: 800; }

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 23px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff;
  background: var(--accent);
  font-size: .87rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--accent-deep); }
.button-small { min-height: 42px; padding-inline: 17px; }
.button-ghost { color: currentColor; border-color: currentColor; background: transparent; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; align-items: center; }
.text-link { color: var(--accent-deep); font-size: .88rem; font-weight: 850; text-decoration: none; }

.hero-book { overflow: hidden; padding: 58px 0 40px; }
.hero-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.hero-side { padding-bottom: 12px; }
.hero-stage { position: relative; margin: 0; overflow: hidden; background: var(--night); box-shadow: var(--shadow); }
.hero-stage::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.08), transparent 45%, rgba(0,0,0,.08)); pointer-events: none; }
.hero-stage img { width: 100%; aspect-ratio: 1.78/1; object-fit: cover; }
.hero-stage figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; padding: 14px 18px; justify-content: space-between; color: rgba(255,255,255,.78); background: linear-gradient(transparent, rgba(0,0,0,.74)); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }

.proof { border-block: 1px solid var(--line); background: var(--surface); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { min-height: 150px; padding: 27px 22px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-number { display: block; margin-bottom: 25px; color: var(--accent); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.proof-item strong { display: block; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 1.25rem; font-weight: 600; line-height: 1.15; }
.proof-item strong em { font-weight: inherit; }
.proof-item > span:last-child { display: block; margin-top: 7px; color: var(--ink-soft); font-size: .8rem; }

.book-focus { background: var(--surface); }
.book-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: center; }
.book-image { position: relative; overflow: hidden; transform: rotate(-2.35deg); transform-origin: 52% 52%; box-shadow: 16px 18px 0 rgba(214,87,48,.22), 0 34px 78px rgba(25,23,19,.24); }
.book-image::after { content: "Available now"; position: absolute; right: 18px; top: 18px; padding: 9px 12px; color: #fff; background: var(--accent); font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.book-copy blockquote { margin: 34px 0 12px; max-width: 700px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(1.65rem, 3.1vw, 2.75rem); line-height: 1.16; }
.book-copy cite { color: var(--ink-soft); font-style: normal; font-weight: 750; }
.book-copy .lede { margin-top: 24px; }
.donation-note { margin-top: 30px; padding: 18px 0 0 20px; border-left: 3px solid var(--accent-soft); color: var(--ink-soft); }

.praise-preview { background: var(--paper); }
.praise-head { margin-bottom: 38px; }
.praise-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.praise-grid blockquote { display: flex; min-height: 290px; margin: 0; padding: 38px; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,250,241,.52); }
.praise-grid blockquote p { max-width: 560px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(1.45rem, 2.6vw, 2.15rem); line-height: 1.22; }
.praise-grid blockquote footer { display: block; margin-top: 30px; }
.praise-grid blockquote strong, .praise-grid blockquote span { display: block; }
.praise-grid blockquote strong { font-size: .85rem; }
.praise-grid blockquote span { margin-top: 4px; color: var(--ink-soft); font-size: .74rem; }

.book-page-hero { padding: 92px 0 104px; background: var(--paper); }
.book-page-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.book-page-cover { position: relative; transform: rotate(-2.35deg); transform-origin: 52% 52%; box-shadow: 18px 20px 0 rgba(214,87,48,.22), 0 36px 82px rgba(25,23,19,.24); }
.book-page-copy h1 { max-width: 760px; font-size: clamp(3.7rem, 6.2vw, 6rem); }
.book-page-copy .lede { max-width: 720px; margin-top: 30px; }
.book-page-copy .donation-note { max-width: 650px; }
.book-intro { background: var(--surface); }
.book-intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: start; }
.book-intro-grid h2 { position: static; }
.book-intro-copy p { color: var(--ink-soft); font-size: 1.08rem; }
.book-intro-copy p:first-child { color: var(--ink); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.42; }
.acclaim-section { background: var(--paper); }
.acclaim-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.acclaim-grid blockquote { display: flex; min-height: 310px; margin: 0; padding: 30px; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--surface); }
.acclaim-grid blockquote:nth-child(odd) { color: #fff; border-color: var(--night); background: var(--night); }
.acclaim-grid blockquote p { font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 1.35rem; line-height: 1.28; }
.acclaim-grid blockquote footer { margin-top: 28px; }
.acclaim-grid blockquote strong, .acclaim-grid blockquote span { display: block; }
.acclaim-grid blockquote strong { font-size: .82rem; }
.acclaim-grid blockquote span { margin-top: 5px; color: var(--ink-soft); font-size: .72rem; line-height: 1.35; }
.acclaim-grid blockquote:nth-child(odd) span { color: rgba(255,255,255,.62); }
.book-cta { color: #fff; background: var(--accent-deep); }
.book-cta-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 76px; align-items: end; }
.book-cta .eyebrow { color: var(--accent-soft); }
.book-cta .lede { color: rgba(255,255,255,.7); }
.buy-section { scroll-margin-top: 92px; background: var(--surface); }
.buy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.buy-card { display: flex; min-height: 330px; padding: 36px; flex-direction: column; border: 1px solid var(--line); color: var(--ink); background: var(--paper); text-decoration: none; }
.buy-card.featured { color: #fff; border-color: var(--night); background: var(--night); }
.buy-card > span { color: var(--accent-deep); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.buy-card.featured > span { color: var(--accent-soft); }
.buy-card h3 { margin: 30px 0 18px; font-family: Georgia, serif; font-size: 2rem; line-height: 1.08; }
.buy-card p { color: var(--ink-soft); }
.buy-card.featured p { color: rgba(255,255,255,.7); }
.buy-card > strong { margin-top: auto; padding-top: 24px; color: var(--accent-deep); font-size: .82rem; }
.buy-card.featured > strong { color: var(--accent-soft); }
.buy-card-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 24px; }
.buy-card-footer strong { margin: 0; padding: 0; color: var(--accent-deep); font-size: .82rem; }
.buy-card.featured .buy-card-footer strong { color: var(--accent-soft); }
.buy-card-logo { display: block; width: auto; height: auto; flex: 0 0 auto; object-fit: contain; }
.buy-card-logo-rbve { max-width: 62px; max-height: 62px; border-radius: 2px; }
.buy-card-logo-amazon { width: 165px; max-width: 48%; }
.buy-card-logo-coles { max-width: 52px; max-height: 76px; }
.other-retailers { background: #fffaf1; }
.retailer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: auto; padding-top: 20px; }
.retailer-links a { color: var(--accent-deep); font-size: .82rem; font-weight: 850; text-decoration: none; }
.retailer-logo-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: auto; padding-top: 20px; }
.retailer-logo-tile { display: flex; min-width: 0; height: 48px; align-items: center; justify-content: center; padding: 7px 12px; border: 1px solid var(--line); border-radius: 2px; background: #fff; text-decoration: none; }
.retailer-logo-tile img { display: block; width: auto; max-width: 100%; height: auto; max-height: 34px; object-fit: contain; }
.retailer-logo-hatchards { border-color: #173c31; background: #173c31; }
.retailer-logo-hatchards img { max-height: 32px; }
.retailer-name-tile { color: #185542; font-family: Georgia, serif; font-size: .96rem; font-weight: 700; text-align: center; }
.other-retailers .retailer-links { margin-top: 14px; padding-top: 0; }
.other-retailers.featured .retailer-links a { color: var(--accent-soft); }

.coverage-section { background: var(--surface); }
.coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.coverage-card { min-height: 390px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.coverage-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.coverage-thumb { position: relative; display: flex; min-height: 142px; padding: 24px; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(135deg, var(--night), #403b32); }
.coverage-thumb::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 45%, rgba(240,178,106,.25)); }
.coverage-thumb strong, .coverage-thumb small { position: relative; z-index: 1; }
.coverage-thumb strong { font-family: Georgia, serif; font-size: 1.28rem; line-height: 1.05; }
.coverage-thumb small { margin-top: 6px; color: var(--accent-soft); font-size: .66rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.coverage-thumb.soldier { background: linear-gradient(135deg, #263126, #5c674b); }
.coverage-thumb.sun { background: linear-gradient(135deg, #b82024, #641013); }
.coverage-thumb.goodreads { background: linear-gradient(135deg, #6f4c32, #322116); }
.coverage-content { display: block; padding: 27px 30px 30px; }
.coverage-content > span { color: var(--accent); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.coverage-card h3 { margin: 24px 0 16px; font-family: Georgia, serif; font-size: 1.68rem; line-height: 1.12; }
.coverage-card p { color: var(--ink-soft); font-size: .92rem; }
.coverage-content > strong { display: block; margin-top: 28px; color: var(--accent-deep); font-size: .78rem; }

.speaking-section { color: #fff; background: var(--night); }
.speaking-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: start; }
.speaking-media { min-width: 0; }
.speaking-video-card { position: relative; max-width: 520px; }
.speaking-video-card video { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(255,255,255,.16); background: #050505; box-shadow: 26px 26px 0 var(--night-soft); }
.video-note { position: absolute; right: -24px; bottom: -24px; width: 270px; padding: 22px; color: var(--ink); background: var(--accent-soft); }
.video-note span, .video-note strong, .video-note small { display: block; }
.video-note span { margin-bottom: 9px; color: var(--accent-deep); font-size: .66rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.video-note strong { font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.1; }
.video-note small { margin-top: 8px; color: var(--ink-soft); font-size: .76rem; line-height: 1.35; }
.speaking-actions { max-width: 520px; margin-top: 124px; }
.speaking-actions .button-row { margin-top: 0; justify-content: center; }
.speaking-actions .bureau-note { margin-top: 18px; text-align: center; }
.photo-note { position: absolute; right: -24px; bottom: -24px; width: 245px; padding: 23px; color: var(--ink); background: var(--accent-soft); }
.photo-note strong, .photo-note span { display: block; }
.photo-note strong { font-family: Georgia, serif; font-size: 1.4rem; }
.photo-note span { margin-top: 7px; font-size: .78rem; }
.speaking-copy .lede { margin-top: 24px; color: rgba(255,255,255,.68); }
.topic-list { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.16); }
.topic-list article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.topic-list article > span { color: var(--accent-soft); font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.topic-list h3 { margin-bottom: 7px; }
.topic-list p { color: rgba(255,255,255,.62); font-size: .9rem; }
.bureau-note { margin: 24px 0 0; color: rgba(255,255,255,.56); font-size: .8rem; }
.bureau-note a { color: #fff; font-weight: 800; text-underline-offset: 3px; }

.commentary-section { padding-bottom: 64px; background: var(--paper); }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.media-card { overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.media-thumb { position: relative; display: grid; width: 100%; aspect-ratio: 16/9; padding: 0; place-items: center; border: 0; cursor: pointer; background: var(--night-soft); }
.media-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .75; filter: saturate(.7); }
.media-external { padding: 28px; align-content: space-between; justify-items: start; color: #fff; background: var(--night); text-align: left; text-decoration: none; }
.media-external > span { color: var(--accent-soft); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.media-external strong { align-self: center; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.08; }
.media-external small { color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 800; }
.media-external:hover strong { color: var(--accent-soft); }
.play { position: absolute; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); box-shadow: 0 12px 32px rgba(0,0,0,.25); }
.media-body { padding: 21px; }
.media-meta { margin-bottom: 8px; color: var(--accent); font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.media-body h3 { min-height: 2.55em; font-size: 1.12rem; line-height: 1.2; }
.media-frame { width: 100%; height: 100%; border: 0; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter { padding: 10px 17px; border: 1px solid var(--line); border-radius: 2px; cursor: pointer; color: var(--ink); background: transparent; font-size: .84rem; font-weight: 800; }
.filter.active { color: #fff; border-color: var(--accent); background: var(--accent); }

.perspective-section { padding-top: 64px; background: var(--surface); }
.perspective-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px 76px; align-items: start; }
.perspective-grid > img { width: 100%; height: 560px; object-fit: cover; object-position: 50% 35%; }
.limited-advisory { align-self: stretch; padding: 40px; border: 1px solid var(--line); background: var(--paper); }
.limited-advisory > span { color: var(--accent); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.limited-advisory h3 { margin: 26px 0 14px; font-family: Georgia, serif; font-size: 1.7rem; }
.limited-advisory p { color: var(--ink-soft); }
.limited-advisory a { color: var(--accent-deep); font-size: .86rem; font-weight: 850; text-decoration: none; }

.contact-section { color: #fff; background: var(--night); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: start; }
.contact-section .lede { margin-top: 24px; color: rgba(255,255,255,.65); }
.contact-email { margin-top: 38px; }
.contact-email span, .contact-email a { display: block; }
.contact-email span { color: rgba(255,255,255,.5); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-email a { margin-top: 5px; font-family: Georgia, serif; font-size: 1.5rem; text-decoration: none; }
.contact-form { padding: 34px; color: var(--ink); background: var(--surface); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; margin-bottom: 16px; }
.field label { font-size: .78rem; font-weight: 820; }
.field input, .field textarea, .field select { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--paper); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { margin-top: 12px; color: var(--ink-soft); font-size: .72rem; }
.prototype-message { display: none; margin-top: 14px; color: var(--accent-deep); font-weight: 800; }

.page-hero { padding: 82px 0 66px; color: #fff; background: var(--night); }
.page-hero h1 { max-width: 980px; font-size: clamp(3.65rem, 6.3vw, 6rem); }
.page-hero .lede { max-width: 780px; margin-top: 26px; color: rgba(255,255,255,.65); }
.split { display: grid; grid-template-columns: .78fr 1.22fr; gap: 84px; align-items: start; }
.portrait { position: sticky; top: 112px; }
.portrait img { width: 100%; max-height: 720px; object-fit: cover; object-position: 50% 30%; box-shadow: var(--shadow); }
.bio p { color: var(--ink-soft); font-size: 1.01rem; }
.bio .lead-bio { color: var(--ink); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.4; }
.bio h3 { margin-top: 36px; }
.charity-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.charity-list a { padding: 15px; border: 1px solid var(--line); text-decoration: none; font-size: .86rem; font-weight: 800; }

.charity-hero .lede { max-width: 900px; }
.charity-intro { background: var(--surface); }
.charity-intro-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 82px; align-items: center; }
.charity-intro-grid img { width: 100%; min-height: 520px; object-fit: cover; box-shadow: var(--shadow); }
.charity-intro-grid .charity-portrait { object-position: 70% 50%; }
.charity-intro-grid h2 { margin-bottom: 30px; }
.charity-partners { background: var(--paper); }
.charity-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.charity-card { display: flex; min-height: 285px; padding: 30px; flex-direction: column; border: 1px solid var(--line); background: var(--surface); }
.charity-card.featured { color: #fff; border-color: var(--night); background: var(--night); }
.charity-card > span { color: var(--accent); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.charity-card.featured > span { color: var(--accent-soft); }
.charity-card h3 { margin: 24px 0 14px; font-family: Georgia, serif; font-size: 2rem; line-height: 1.08; }
.charity-card p { color: var(--ink-soft); }
.charity-card.featured p { color: rgba(255,255,255,.7); }
.charity-card-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; min-height: 70px; margin-top: auto; padding-top: 22px; }
.charity-card-visit { color: var(--accent-deep); font-size: .82rem; font-weight: 850; text-decoration: none; }
.charity-card.featured .charity-card-visit { color: var(--accent-soft); }
.charity-card-logo-link { display: flex; flex: 0 0 auto; align-items: flex-end; justify-content: flex-end; margin-left: auto; }
.charity-card-logo { display: block; width: auto; max-width: 70px; height: auto; max-height: 62px; border-radius: 2px; object-fit: contain; }
.charity-card-logo-wide { max-width: 112px; max-height: 42px; }
.charity-card-logo-light-panel { padding: 7px 9px; border-radius: 2px; background: var(--surface); }
.charity-activity { background: var(--surface); }
.activity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.activity-card { display: flex; min-height: 300px; padding: 28px; flex-direction: column; border: 1px solid var(--line); color: var(--ink); background: var(--paper); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.activity-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.activity-card > span { color: var(--accent); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.activity-card h3 { margin: 30px 0 14px; font-family: Georgia, serif; font-size: 1.7rem; line-height: 1.12; }
.activity-card p { color: var(--ink-soft); }
.activity-card strong { margin-top: auto; padding-top: 20px; color: var(--accent-deep); font-size: .78rem; }
.charity-cta { color: #fff; background: var(--accent-deep); }
.charity-cta .eyebrow { color: var(--accent-soft); }
.charity-cta .lede { color: rgba(255,255,255,.72); }

.speaking-detail-link { display: inline-block; margin-top: 30px; }
.speaking-page-hero { padding: 76px 0 0; color: #fff; background: var(--night); }
.speaking-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 86px; align-items: end; }
.speaking-page-hero h1 { max-width: 850px; font-size: clamp(4rem, 7vw, 7rem); line-height: .94; }
.speaking-page-hero .lede { color: rgba(255,255,255,.7); }
.speaking-page-hero .button-row { margin-top: 30px; }
.speaking-page-stage { position: relative; margin: 52px 0 0; transform: translateY(42px); box-shadow: 0 32px 90px rgba(0,0,0,.38); }
.speaking-page-stage img { width: 100%; max-height: 680px; object-fit: cover; object-position: center 38%; }
.speaking-page-stage figcaption { position: absolute; right: 0; bottom: 0; display: flex; gap: 24px; padding: 13px 18px; color: #fff; background: rgba(13,15,14,.86); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.speaking-intro { padding-top: 108px; }
.speaking-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.speaking-intro h2 { font-size: clamp(3rem, 5vw, 5rem); }
.speaking-intro .lead-bio { font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.45; }
.speaking-intro-grid > div:last-child > p:last-child { color: var(--ink-soft); }
.keynote-section { background: var(--surface); }
.keynote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 36px; background: var(--line); border: 1px solid var(--line); }
.keynote-card { position: relative; display: flex; min-height: 0; padding: 28px 32px; flex-direction: column; background: var(--paper); }
.keynote-card.featured { color: #fff; background: var(--night); }
.keynote-number { position: absolute; top: 34px; right: 36px; color: var(--accent); font-family: Georgia, serif; font-size: 1.25rem; }
.keynote-kicker { margin-bottom: 18px; color: var(--accent-deep); font-size: .69rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.keynote-card.featured .keynote-kicker { color: var(--accent-soft); }
.keynote-card h3 { max-width: 540px; min-height: 0; margin-bottom: 14px; font-family: Georgia, serif; font-size: clamp(1.9rem, 2.6vw, 2.7rem); line-height: 1.05; }
.keynote-card > p:not(.keynote-kicker) { max-width: 610px; min-height: 0; margin-bottom: 0; color: var(--ink-soft); font-size: 1rem; }
.keynote-card.featured > p:not(.keynote-kicker) { color: rgba(255,255,255,.7); }
.keynote-card h4 { margin: auto 0 8px; padding-top: 24px; color: var(--accent-deep); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.keynote-card.featured h4 { color: var(--accent-soft); }
.keynote-card ul { height: auto; margin: 0; padding-left: 19px; color: var(--ink-soft); }
.keynote-card.featured ul { color: rgba(255,255,255,.75); }
.keynote-card li { margin: 4px 0; }
.speaking-proof { color: #fff; background: var(--night); }
.speaking-proof-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 82px; align-items: center; }
.speaking-proof-media video { display: block; width: 100%; box-shadow: 20px 22px 0 rgba(214,87,48,.23); }
.speaking-proof h2 { font-size: clamp(3rem, 5vw, 5rem); }
.speaking-proof .lede { color: rgba(255,255,255,.68); }
.speaking-proof blockquote { margin: 40px 0 0; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.speaking-proof blockquote p { font-family: Georgia, serif; font-size: 1.35rem; }
.speaking-proof blockquote footer { display: flex; gap: 10px; color: rgba(255,255,255,.58); font-size: .78rem; }
.speaking-proof blockquote strong { color: #fff; }
.formats-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.formats-grid h2 { font-size: clamp(3rem, 5vw, 5rem); }
.format-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.format-list article:last-child { border-bottom: 1px solid var(--line); }
.format-list article > span { color: var(--accent); font-family: Georgia, serif; }
.format-list h3 { margin: 0 0 5px; font-family: Georgia, serif; font-size: 1.5rem; }
.format-list p { margin: 0; color: var(--ink-soft); }
.bureau-section { background: var(--surface); }
.bureau-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); }
.bureau-grid a { display: flex; min-height: 125px; padding: 22px; flex-direction: column; justify-content: space-between; background: var(--paper); text-decoration: none; transition: color .2s ease, background .2s ease; }
.bureau-grid a:hover { color: #fff; background: var(--accent-deep); }
.bureau-grid strong { font-family: Georgia, serif; font-size: 1.25rem; }
.bureau-grid span { color: var(--accent-deep); font-size: .75rem; font-weight: 850; }
.bureau-grid a:hover span { color: #fff; }
.bureau-disclaimer { margin: 16px 0 0; color: var(--ink-soft); font-size: .73rem; }
.speaking-cta { color: #fff; background: var(--accent-deep); }
.speaking-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; align-items: end; }
.speaking-cta h2 { font-size: clamp(3rem, 5vw, 5rem); }
.speaking-cta .lede { color: rgba(255,255,255,.75); }
.speaking-cta .button { color: var(--accent-deep); background: #fff; }
.speaking-cta .button-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.5); }

.site-footer { padding: 54px 0 88px; color: rgba(255,255,255,.62); background: #0d0f0e; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 58px; }
.site-footer h3 { margin-bottom: 13px; color: #fff; font-size: 1rem; letter-spacing: -.01em; }
.site-footer p { max-width: 460px; }
.site-footer a { display: block; margin: 7px 0; text-decoration: none; }
.footer-email { width: fit-content; }
.social-label { margin: 22px 0 10px; color: rgba(255,255,255,.8); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; max-width: 390px; }
.site-footer .social-links a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin: 0; color: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.site-footer .social-links a:hover, .site-footer .social-links a:focus-visible { color: #fff; background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.social-links svg { width: 18px; height: 18px; fill: currentColor; }
.social-links svg rect, .social-links svg circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links svg .social-fill { fill: currentColor; stroke: none; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); font-size: .76rem; }
.footer-bottom a { display: inline; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; inset: 76px 24px auto; padding: 24px; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
  .nav-links.open { display: grid; }
  .hero-intro, .book-grid, .speaking-layout, .contact-grid, .split { grid-template-columns: 1fr; }
  .book-page-grid, .book-intro-grid, .book-cta-grid, .buy-grid { grid-template-columns: 1fr; }
  .hero-intro { gap: 30px; }
  .book-grid, .speaking-layout, .contact-grid, .split { gap: 56px; }
  .speaking-actions { margin-top: 72px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .speaking-video-card { max-width: 520px; }
  .book-page-cover { max-width: 560px; }
  .book-intro-grid h2 { position: static; }
  .acclaim-grid { grid-template-columns: 1fr 1fr; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .perspective-grid { grid-template-columns: 1fr 1fr; }
  .portrait { position: static; max-width: 620px; }
  .charity-intro-grid { grid-template-columns: 1fr; gap: 56px; }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .speaking-hero-grid, .speaking-intro-grid, .speaking-proof-grid, .formats-grid, .speaking-cta-grid { grid-template-columns: 1fr; gap: 50px; }
  .keynote-card { min-height: 0; }
  .keynote-card h3, .keynote-card > p:not(.keynote-kicker) { min-height: 0; }
  .keynote-card ul { height: auto; min-height: 0; }
  .bureau-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 50px 0; }
  h1 { font-size: clamp(3.55rem, 17vw, 5.5rem); }
  .page-hero h1, .book-page-copy h1 { font-size: clamp(2.9rem, 12.5vw, 4.25rem); }
  .top-note { justify-content: space-between; }
  .header-socials { min-width: 248px; gap: 4px; }
  .site-header .header-socials a { width: 27px; height: 27px; flex-basis: 27px; }
  .nav .button-small { display: none; }
  .hero-book { padding-top: 44px; }
  .hero-stage img { aspect-ratio: 1.15/1; }
  .hero-stage figcaption { font-size: .6rem; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .proof-item { min-height: 142px; padding-inline: 15px; }
  .media-grid, .field-grid, .footer-grid, .charity-list, .perspective-grid, .praise-grid, .acclaim-grid, .coverage-grid, .charity-card-grid, .activity-grid { grid-template-columns: 1fr; }
  .praise-grid blockquote, .acclaim-grid blockquote { min-height: 0; }
  .speaking-video-card { width: min(88%, 420px); margin-inline: auto; }
  .video-note { right: -4%; }
  .photo-note { right: -4px; bottom: -18px; }
  .perspective-grid > img { height: 440px; }
  .speaking-page-hero { padding-top: 58px; }
  .speaking-page-hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .speaking-page-stage { margin-top: 46px; transform: translateY(34px); }
  .speaking-page-stage img { min-height: 400px; }
  .speaking-intro { padding-top: 96px; }
  .keynote-grid, .bureau-grid { grid-template-columns: 1fr; }
  .keynote-card { padding: 28px 24px; }
  .speaking-proof-media video { box-shadow: 10px 12px 0 rgba(214,87,48,.23); }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

/* Editorial scale and alignment refinements. Kept at the end to win safely over cached legacy rules. */
.hero-copy h1 { font-size: clamp(3.8rem, 7vw, 6.7rem); }
.book-copy h2 { font-size: clamp(2.55rem, 4.25vw, 4.25rem); }
.speaking-copy h2, .commentary-section h2, .perspective-section h2, .contact-section h2 { font-size: clamp(2.65rem, 4.5vw, 4.55rem); }
.book-image { transform: rotate(-2.35deg); transform-origin: 52% 52%; box-shadow: 16px 18px 0 rgba(214,87,48,.22), 0 34px 78px rgba(25,23,19,.24); }
.book-page-cover { transform: rotate(-2.35deg); transform-origin: 52% 52%; box-shadow: 18px 20px 0 rgba(214,87,48,.22), 0 36px 82px rgba(25,23,19,.24); }
.book-page-copy h1 { font-size: clamp(3.7rem, 6.2vw, 6rem); }
.acclaim-grid blockquote:nth-child(odd) { color: #fff; border-color: var(--night); background: var(--night); }
.acclaim-grid blockquote:nth-child(even) { color: var(--ink); border-color: var(--line); background: var(--surface); }
.acclaim-grid blockquote:nth-child(odd) span { color: rgba(255,255,255,.62); }
.acclaim-grid blockquote:nth-child(even) span { color: var(--ink-soft); }
.speaking-layout { align-items: start; }
.page-hero h1 { font-size: clamp(3.65rem, 6.3vw, 6rem); }

/* Book-page rhythm: compact enough to scan without crowding the editorial layout. */
.book-page-hero { padding: 76px 0 82px; }
.book-page-hero ~ .section { padding: 64px 0; }
.book-page-hero ~ .section .section-head { margin-bottom: 28px; }
.acclaim-grid { gap: 14px; }
.acclaim-grid blockquote { min-height: 220px; padding: 24px; }
.acclaim-grid blockquote p { font-size: 1.2rem; }
.acclaim-grid blockquote footer { margin-top: 18px; }
.coverage-section { padding-bottom: 44px !important; }
.buy-section { padding-top: 44px !important; }
.buy-card { min-height: 285px; padding: 30px; }
.buy-card h3 { margin: 22px 0 14px; }

@media (max-width: 680px) {
  .hero-copy h1 { font-size: clamp(3.1rem, 14.5vw, 4.75rem); }
  .page-hero h1, .book-page-copy h1 { font-size: clamp(2.9rem, 12.5vw, 4.25rem); }
  .book-page-hero { padding: 54px 0 62px; }
  .book-page-hero ~ .section { padding: 48px 0; }
  .coverage-section { padding-bottom: 36px !important; }
  .buy-section { padding-top: 36px !important; }
  .acclaim-grid blockquote { padding: 22px; }
  .buy-card { min-height: 0; padding: 26px; }
}
				