/* ── Meet the CEO / speaking pages, built on the v6 tokens ─────────────
   Shared by /speaking (the CEO hub) and /speaking/calibration-storm.
   Kept in one file on purpose: the two pages share nine components and
   the fee figures, and a copy in each <style> block is how those drift.  */

/* v6 defines `.lede` only inside .hero, .section-header and .engage, so a
   bare <p class="lede"> renders as 15.5px sans. Give it the serif lede it
   is meant to have anywhere on these pages. */
.lede {
  font-family: var(--serif); font-size: 17.5px; line-height: 1.58;
  color: var(--ink-soft); max-width: 36em;
}
section.deep .lede, .spk-hero .lede, .enq .lede { color: #C9CCD2; }

/* ── breadcrumb ──────────────────────────────────────────────────────── */
.crumbs {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: #9BA1AB; margin-bottom: 22px;
}
.crumbs a { color: var(--gold-light); border-bottom: 0; }
.crumbs a:hover { border-bottom: 1px solid var(--gold-light); }
.crumbs span { margin: 0 8px; opacity: .5; }

/* ── dark hero ───────────────────────────────────────────────────────── */
.spk-hero { background: var(--bg-deep); color: #F2F1EC; padding: 84px 0 72px; }
.spk-hero .eyebrow { color: var(--gold-light); }
.spk-hero h1 {
  font-family: var(--serif-display); font-weight: 600;
  font-size: clamp(38px, 5vw, 62px); line-height: 1.06; letter-spacing: -.018em;
  margin: 16px 0 18px; max-width: 17ch; color: #FCFBF8;
}
.spk-hero h1 em { font-style: italic; color: var(--gold-light); }
.spk-hero .standfirst {
  font-family: var(--serif-display); font-style: italic; font-weight: 400;
  font-size: clamp(21px, 2.3vw, 28px); line-height: 1.3; color: var(--gold-light);
  max-width: 26ch; margin: 0 0 22px;
}
.spk-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.spk-hero .btn-ghost, .enq .btn-ghost { border-color: rgba(255,255,255,.5); color: #FCFBF8; }
.spk-hero .btn-ghost:hover, .enq .btn-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
/* v6's .btn-primary is --ink on --bg, which on a --bg-deep hero is near-black
   on near-black: the main call to action rendered as bare text. Flip it. */
.spk-hero .btn-primary, .enq .btn-primary {
  background: var(--bg); color: var(--ink); border-color: var(--bg);
}
.spk-hero .btn-primary:hover, .enq .btn-primary:hover {
  background: var(--gold-light); border-color: var(--gold-light); color: var(--bg-deep);
}

/* hero with a portrait beside it */
.hero-split { display: grid; grid-template-columns: 1fr 300px; gap: 56px; align-items: start; }
@media (max-width: 900px) { .hero-split { grid-template-columns: 1fr; gap: 30px; } }
.hero-split .portrait { margin: 0; }
.hero-split .portrait img {
  width: 100%; height: auto; display: block;
  border: 1px solid rgba(255,255,255,.16);
  filter: saturate(.92) contrast(1.02);
}
.hero-split .portrait figcaption {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em;
  text-transform: uppercase; color: #9BA1AB; margin-top: 10px;
}
/* Stacked, the portrait fell four stats below the name and its caption ended up
   nowhere near it. Lead with the face instead, which is what the page is for. */
@media (max-width: 900px) {
  .hero-split .portrait { order: -1; max-width: 200px; margin-bottom: 4px; }
  .hero-split .portrait figcaption { display: none; }
}

.chiprow { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 26px; }
.chip {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-light); border: 1px solid rgba(200,171,117,.4); padding: 6px 13px;
}

.statbar { display: flex; flex-wrap: wrap; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.14); }
.statbar div { flex: 1 1 170px; padding: 20px 24px 0 0; }
.statbar b { display: block; font-family: var(--serif-display); font-size: 30px; font-weight: 600; color: #FCFBF8; }
.statbar span { font-size: 13px; color: #9BA1AB; font-family: var(--sans); }

/* ── two-column body ─────────────────────────────────────────────────── */
.cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 30px; }
@media (max-width: 820px) { .cols2 { grid-template-columns: 1fr; } }
.panel { background: var(--bg-paper); border: 1px solid var(--line); padding: 30px 32px; }
.panel h4 { font-family: var(--serif-display); font-size: 20px; font-weight: 600; margin-bottom: 14px; color: var(--ink); }
.panel ul { list-style: none; margin: 0; padding: 0; }
.panel li { display: flex; gap: 11px; font-size: 15.5px; line-height: 1.5; margin-bottom: 11px; color: var(--ink-soft); }
.panel li b { color: var(--accent); flex: 0 0 auto; font-family: var(--mono); font-size: 12px; margin-top: 3px; }
section.ivory .panel, section.elev .panel { background: var(--bg); }

/* ── the three things Greg runs ──────────────────────────────────────── */
.venn { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line);
        border: 1px solid var(--line); margin-top: 34px; }
@media (max-width: 820px) { .venn { grid-template-columns: 1fr; } }
.venn > div { background: var(--bg-paper); padding: 26px 28px; }
.venn .kk { font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
            color: var(--ink-mute); display: block; margin-bottom: 9px; }
.venn h4 { font-family: var(--serif-display); font-size: 21px; font-weight: 600; margin-bottom: 7px; color: var(--ink); }
.venn p { font-size: 15px; color: var(--ink-soft); line-height: 1.55; }
.venn a { font-family: var(--sans); font-size: 14px; display: inline-block; margin-top: 12px; }

/* ── track-record figures ────────────────────────────────────────────── */
.trk { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 30px; }
@media (max-width: 820px) { .trk { grid-template-columns: 1fr; } }
.trk-card { background: var(--bg-paper); border: 1px solid var(--line); padding: 28px 30px; }
section.ivory .trk-card { background: var(--bg); }
.trk-card h4 { font-family: var(--serif-display); font-size: 21px; font-weight: 600; color: var(--ink); }
.trk-card .role { font-family: var(--mono); font-size: 11px; letter-spacing: .13em; text-transform: uppercase;
                  color: var(--ink-mute); margin: 7px 0 20px; }
.trk-nums { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; }
.trk-nums div b { display: block; font-family: var(--serif-display); font-size: 26px; font-weight: 600;
                  color: var(--accent); letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.trk-nums div span { font-size: 13.5px; color: var(--ink-soft); line-height: 1.45; display: block; margin-top: 2px; }
.trk-card .src { font-size: 13px; color: var(--ink-mute); margin-top: 20px; }

/* ── the two booking options ─────────────────────────────────────────── */
.opts { display: grid; grid-template-columns: 1.25fr 1fr; gap: 24px; margin-top: 32px; }
@media (max-width: 900px) { .opts { grid-template-columns: 1fr; } }
.opt { background: var(--bg-paper); border: 1px solid var(--line); padding: 32px 34px; display: flex; flex-direction: column; }
.opt.flag { border-color: var(--accent); border-width: 2px; }
section.ivory .opt, section.elev .opt { background: var(--bg); }
.opt .kk { font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
           color: var(--ink-mute); display: block; margin-bottom: 10px; }
.opt.flag .kk { color: var(--accent); }
.opt h3 { font-family: var(--serif-display); font-size: 26px; font-weight: 600; margin-bottom: 10px; color: var(--ink); }
.opt p { font-size: 15.5px; color: var(--ink-soft); line-height: 1.55; }
.opt .price { font-family: var(--serif-display); font-size: 18px; font-weight: 600; color: var(--ink);
              margin-top: 18px; font-variant-numeric: tabular-nums; }
.opt .price small { display: block; font-family: var(--sans); font-size: 13px; font-weight: 400; color: var(--ink-mute); margin-top: 3px; }
.opt .go { margin-top: auto; padding-top: 22px; }

.topics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line);
          border: 1px solid var(--line); margin-top: 18px; }
@media (max-width: 820px) { .topics { grid-template-columns: 1fr; } }
.topic { background: var(--bg-paper); padding: 24px 26px; }
section.ivory .topic, section.elev .topic { background: var(--bg); }
.topic .kk { font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
             color: var(--ink-mute); display: block; margin-bottom: 8px; }
.topic h4 { font-family: var(--serif-display); font-size: 19px; font-weight: 600; line-height: 1.25; margin-bottom: 7px; color: var(--ink); }
.topic p { font-size: 15px; color: var(--ink-soft); line-height: 1.55; }

/* ── rounds (Calibration Storm) ──────────────────────────────────────── */
.rounds { margin-top: 34px; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.round { display: grid; grid-template-columns: 92px 1fr; gap: 22px; background: var(--bg-paper); padding: 24px 26px; }
@media (max-width: 700px) { .round { grid-template-columns: 1fr; gap: 8px; } }
.round .n { font-family: var(--mono); font-size: 13px; letter-spacing: .14em; color: var(--accent-soft); }
.round .n b { display: block; font-family: var(--serif-display); font-size: 30px; font-weight: 600; color: var(--accent); letter-spacing: 0; }
.round h4 { font-family: var(--serif-display); font-size: 21px; font-weight: 600; margin-bottom: 6px; color: var(--ink); }
.round p { font-size: 16px; color: var(--ink-soft); line-height: 1.55; }
.round.peak { background: var(--highlight); }
/* --accent-soft on --highlight is 4.29:1. The peak round is the one the design
   points at, so its timing must not be the hardest label on the page to read. */
.round.peak .n { color: var(--accent); }

.fig { margin: 34px 0 0; }
.fig img { width: 100%; height: auto; display: block; border: 1px solid var(--line); background: var(--bg-paper); }
.fig figcaption { font-size: 14px; color: var(--ink-mute); margin-top: 11px; font-family: var(--sans); }
/* The two-panel plot is drawn for desktop width. Squeezed into 390px its axis
   labels are unreadable, so hold it at a legible size and let it scroll. */
@media (max-width: 640px) {
  .fig .scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .fig .scroll img { min-width: 560px; }
  .fig figcaption .swipe { display: inline; }
}
.fig figcaption .swipe { display: none; color: var(--ink-faint); }

/* ── fees ────────────────────────────────────────────────────────────── */
.fees { width: 100%; border-collapse: collapse; margin-top: 12px; background: var(--bg-paper); }
.fees th, .fees td { text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--line); font-size: 16px; color: var(--ink-soft); }
.fees th { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); }
.fees td.num { font-family: var(--serif-display); font-weight: 600; color: var(--ink); white-space: nowrap; font-variant-numeric: tabular-nums; }
.fees tr.flag td { background: var(--highlight); }
.fees-scroll { overflow-x: auto; border: 1px solid var(--line); }
.note { font-size: 14.5px; color: var(--ink-mute); margin-top: 16px; font-family: var(--sans); max-width: 62em; }
.note strong { color: var(--ink-soft); }

/* ── reviews / press pack ────────────────────────────────────────────── */
.tp-head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-top: 26px;
           padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.tp-head .score { font-family: var(--serif-display); font-size: 44px; font-weight: 600; color: var(--ink); line-height: 1; }
/* --gold at text size is only 3.17:1 on paper. These glyphs ARE the rating, so
   they get a deeper gold that clears AA on both paper and the bg ground. */
.tp-head .stars, .review .stars { color: #806434; }
.tp-head .stars { font-size: 19px; letter-spacing: 2px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.tp-head .of { font-size: 15px; color: var(--ink-mute); }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line);
           border: 1px solid var(--line); border-top: 0; margin-top: 22px; }
@media (max-width: 980px) { .reviews { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .reviews { grid-template-columns: 1fr; } }
.review { background: var(--bg-paper); padding: 24px 26px; }
section.ivory .review, section.elev .review { background: var(--bg); }
.review .stars { font-size: 13px; letter-spacing: 2px; display: block; margin-bottom: 10px; }
.review blockquote { font-family: var(--serif); font-size: 16px; line-height: 1.55; color: var(--ink); margin: 0; }
.review cite { display: block; font-style: normal; font-family: var(--mono); font-size: 11px;
               letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); margin-top: 14px; }

.pp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 30px; }
@media (max-width: 820px) { .pp-grid { grid-template-columns: 1fr; } }
.pp { background: var(--bg-paper); border: 1px solid var(--line); padding: 28px 30px; }
section.ivory .pp, section.elev .pp { background: var(--bg); }
.pp h4 { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
         color: var(--ink-mute); font-weight: 500; margin-bottom: 14px; }
.pp .bio { font-family: var(--serif); font-size: 16px; line-height: 1.6; color: var(--ink); }
.pp .bio + h4 { margin-top: 26px; }
.pp ul { list-style: none; margin: 0; padding: 0; }
.pp li { font-size: 15px; color: var(--ink-soft); line-height: 1.5; padding: 9px 0; border-bottom: 1px solid var(--line); }
.pp li:last-child { border-bottom: 0; }
.pp li b { color: var(--ink); font-weight: 500; }
.pp-shot { display: grid; grid-template-columns: 132px 1fr; gap: 22px; align-items: start; }
@media (max-width: 480px) { .pp-shot { grid-template-columns: 1fr; } }
.pp-shot img { width: 100%; height: auto; display: block; border: 1px solid var(--line); }

/* ── enquiry form ────────────────────────────────────────────────────── */
.enq { background: var(--bg-deep); color: #F2F1EC; padding: 84px 0; }
.enq h2 { color: #FCFBF8; }
.enq .eyebrow { color: var(--gold-light); }
.enq form { margin-top: 26px; max-width: 730px; }
.enq .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .enq .row { grid-template-columns: 1fr; } }
.enq label { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: .14em;
             text-transform: uppercase; color: #9BA1AB; margin: 16px 0 6px; }
.enq input, .enq select, .enq textarea {
  width: 100%; padding: 13px 14px; border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.05); color: #FCFBF8; font-family: var(--sans); font-size: 15.5px;
}
.enq input:focus, .enq select:focus, .enq textarea:focus { outline: 2px solid var(--gold-light); outline-offset: 1px; }
.enq select option { color: var(--ink); }
.enq textarea { min-height: 96px; resize: vertical; }
.enq .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.enq .small { font-size: 13.5px; color: #9BA1AB; margin-top: 14px; }
#enq-error {
  margin-top: 22px; max-width: 730px; padding: 14px 18px;
  border-left: 3px solid var(--gold-light); background: rgba(200,171,117,.1);
  color: #F2F1EC; font-size: 15.5px; line-height: 1.5;
}
#enq-error a { color: var(--gold-light); }
#enq-error[hidden] { display: none; }
.enq .btn { margin-top: 24px; }

a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

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