.speaking-hero h1 { font-size: clamp(58px, 7.1vw, 112px); }
.speaking-hero h1 span:nth-child(2) { margin-left: 0.16em; }
.speaking-hero h1 span:last-child { margin-left: 0; }
.speaking-hero .hero-portrait img { object-position: 50% 38%; }

.topics,
.evidence { padding: clamp(90px, 11vw, 160px) var(--gutter); background: var(--paper); color: var(--black); }
.topics-head,
.evidence-head { display: grid; grid-template-columns: 3fr 6fr 3fr; gap: 24px; align-items: end; margin-bottom: clamp(60px, 8vw, 110px); }
.topics-head h2,
.evidence-head h2,
.watch h2,
.booking h2,
.statement h2 { font-family: var(--display); font-size: clamp(52px, 7vw, 108px); line-height: 0.86; letter-spacing: -0.06em; }
.topics-head > p:last-child { max-width: 350px; color: #565650; line-height: 1.55; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light); }
.topic-grid article { min-height: 390px; padding: 30px 32px 36px; display: flex; flex-direction: column; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.topic-grid article:nth-child(2n) { border-right: 0; }
.topic-grid span { color: #676762; font-size: 9px; letter-spacing: 0.15em; }
.topic-grid h3 { max-width: 620px; margin-top: auto; font-family: var(--display); font-size: clamp(38px, 4.2vw, 68px); line-height: 0.92; letter-spacing: -0.052em; }
.topic-grid p { max-width: 490px; margin-top: 28px; color: #565650; font-size: clamp(16px, 1.3vw, 20px); }

.statement { min-height: 90svh; display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 9fr); gap: 24px; align-content: center; background: var(--black); color: var(--white); }
.statement > .section-label { align-self: start; max-width: none; font-family: var(--text); font-size: 10px; line-height: 1.55; letter-spacing: 0.18em; }
.statement h2 { min-width: 0; max-width: 1060px; font-size: clamp(46px, 5.8vw, 88px); overflow-wrap: normal; }
.approach-copy { grid-column: 2; min-width: 0; max-width: 820px; margin-top: 60px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; color: #bdbcb7; }
.statement .approach-copy p { max-width: 390px; font-family: var(--text); font-size: clamp(16px, 1.35vw, 21px); line-height: 1.55; letter-spacing: -0.016em; }

.watch { padding: clamp(90px, 11vw, 160px) var(--gutter); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(36px, 5vw, 90px); align-items: center; }
.watch-copy h2 { margin: 36px 0; }
.watch-copy > p:not(.section-label) { max-width: 440px; color: #bdbcb7; }
.watch-copy > a,
.evidence-link { display: inline-block; margin-top: 36px; padding-bottom: 5px; border-bottom: 1px solid var(--line-dark); text-transform: uppercase; font-size: 9px; letter-spacing: 0.13em; }
.video-card { position: relative; width: 100%; max-width: 760px; aspect-ratio: 16 / 9; justify-self: end; overflow: hidden; background: #181818; }
.video-card img { width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 0.45s ease, opacity 0.3s ease; }
.video-card > span { position: absolute; inset: auto 0 0; padding: 18px 20px; display: flex; justify-content: space-between; background: rgba(5, 5, 5, 0.82); text-transform: uppercase; font-size: 9px; letter-spacing: 0.14em; }
.video-card:hover img { transform: scale(1.015); opacity: 0.82; }

.evidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.evidence-grid article { min-height: 270px; padding: 28px 26px 34px; display: flex; flex-direction: column; border-right: 1px solid var(--line-light); }
.evidence-grid article:last-child { border-right: 0; }
.evidence-grid span { color: #676762; text-transform: uppercase; font-size: 9px; letter-spacing: 0.15em; }
.evidence-grid strong { margin-top: auto; font-family: var(--display); font-size: clamp(38px, 4vw, 66px); line-height: 0.9; letter-spacing: -0.05em; }
.evidence-grid p { margin-top: 16px; color: #565650; }
.evidence-link { color: var(--black); border-color: var(--line-light); }

.booking { min-height: 85svh; padding: clamp(90px, 11vw, 160px) var(--gutter); display: flex; flex-direction: column; justify-content: space-between; background: var(--white); color: var(--black); }
.booking > div { display: flex; justify-content: space-between; gap: 30px; }
.booking > div > span { color: #676762; text-transform: uppercase; font-size: 9px; letter-spacing: 0.15em; }
.booking h2 { max-width: 1200px; margin: 70px 0 45px; }
.booking > p { max-width: 620px; color: #565650; font-size: clamp(17px, 1.4vw, 22px); }
.booking > a { margin-top: 70px; padding: 24px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); font-size: clamp(22px, 3vw, 46px); letter-spacing: -0.035em; }

@media (max-width: 900px) {
  .topics-head,
  .evidence-head { display: block; }
  .topics-head h2,
  .evidence-head h2 { margin-top: 25px; }
  .topics-head > p:last-child { margin-top: 30px; }
  .statement { grid-template-columns: 1fr; }
  .statement h2,
  .approach-copy { grid-column: 1; }
  .statement h2 { margin-top: 40px; }
  .watch { grid-template-columns: 1fr; }
  .video-card { justify-self: start; }
  .evidence-grid { grid-template-columns: repeat(2, 1fr); }
  .evidence-grid article:nth-child(2) { border-right: 0; }
  .evidence-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
}

@media (max-width: 620px) {
  .speaking-hero h1 { font-size: clamp(44px, 13.4vw, 62px); }
  .speaking-hero h1 span:nth-child(2),
  .speaking-hero h1 span:last-child { margin-left: 0; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid article { min-height: 320px; border-right: 0; }
  .approach-copy { grid-template-columns: 1fr; }
  .statement h2 { font-size: clamp(42px, 12vw, 58px); }
  .video-card { max-width: 100%; }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-grid article,
  .evidence-grid article:nth-child(2) { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .evidence-grid article:last-child { border-bottom: 0; }
  .booking > div { flex-direction: column; }
  .booking h2 { font-size: clamp(44px, 13.5vw, 64px); }
  .booking > a { font-size: clamp(19px, 5.7vw, 27px); gap: 20px; }
}
