.speaking-page {
  background: var(--paper);
}

.speaking-header {
  position: relative;
  background: rgba(7, 17, 26, .98);
}
.speaking-header .header-inner { min-height: 104px; }
.speaking-nav a.active {
  position: relative;
  color: var(--gold-bright);
}
.speaking-nav a.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  height: 2px;
  background: var(--gold);
}

/* Speaking hero */
.speaking-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 58% 36%, rgba(70, 91, 107, .22), transparent 34%),
    linear-gradient(115deg, #07121c 0%, #0d1b28 52%, #09131d 100%);
}
.speaking-hero::before {
  content: '';
  position: absolute;
  inset: 0 0 0 52%;
  opacity: .38;
  background:
    linear-gradient(90deg, #0c1823 0%, rgba(12, 24, 35, .52) 26%, rgba(6, 13, 20, .12) 100%),
    var(--speaking-room) center/cover no-repeat;
  filter: saturate(.65) contrast(1.12);
}
.speaking-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 16, 25, 1) 0%, rgba(7, 16, 25, .98) 43%, rgba(7, 16, 25, .72) 59%, rgba(7, 16, 25, .18) 100%),
    linear-gradient(0deg, rgba(4, 10, 15, .42), transparent 34%);
}
.speaking-hero-inner {
  position: relative;
  z-index: 4;
  min-height: 650px;
  display: grid;
  grid-template-columns: 57% 43%;
  align-items: center;
}
.speaking-hero-copy {
  max-width: 780px;
  padding: 68px 0 72px;
}
.speaking-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4rem, 5.7vw, 6.85rem);
  line-height: .94;
}
.speaking-hero-lede {
  max-width: 710px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.68;
}
.speaking-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}
.speaking-hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 36px;
  color: rgba(255, 255, 255, .58);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.speaking-hero-note span {
  padding: 0 14px;
  border-left: 1px solid rgba(200, 149, 76, .48);
}
.speaking-hero-note span:first-child { padding-left: 0; border-left: 0; }
.speaking-portrait {
  position: absolute;
  z-index: 3;
  right: 4%;
  bottom: 0;
  width: min(47vw, 680px);
  max-height: 610px;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(-18px 18px 30px rgba(0, 0, 0, .3));
}
.speaking-hero-quote {
  position: absolute;
  z-index: 5;
  right: 2%;
  bottom: 34px;
  width: 224px;
  padding: 16px 18px 18px;
  color: #fff;
  border: 1px solid rgba(224, 181, 110, .4);
  background: rgba(8, 17, 26, .82);
  backdrop-filter: blur(12px);
}
.speaking-hero-quote .quote-mark {
  display: block;
  height: 28px;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 3.4rem;
  line-height: .8;
}
.speaking-hero-quote p {
  margin: 4px 0 0;
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.06;
}
.speaking-proof { padding-block: 30px; }

/* Shared speaking headings */
.speaking-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}
.speaking-section-heading h2,
.additional-heading h2,
.outcomes-copy h2,
.formats-intro h2,
.booking-copy h2 {
  margin: 0;
  font-size: clamp(2.75rem, 4.1vw, 4.8rem);
  line-height: 1.01;
}
.speaking-section-heading > p {
  margin: 0 0 8px;
  color: #515c65;
  font-size: 1rem;
  line-height: 1.75;
}

/* Signature talks */
.signature-talks {
  padding: 88px 0 100px;
  background: linear-gradient(120deg, #fbfaf7, #f2ede4 100%);
}
.signature-talk {
  display: grid;
  grid-template-columns: minmax(330px, .86fr) minmax(0, 1.14fr);
  min-height: 470px;
  margin-top: 34px;
  border: 1px solid rgba(11, 22, 33, .12);
  background: #fff;
  box-shadow: 0 20px 55px rgba(9, 18, 28, .08);
}
.signature-talk.reverse {
  grid-template-columns: minmax(0, 1.14fr) minmax(330px, .86fr);
}
.signature-talk.reverse .signature-talk-image { order: 2; }
.signature-talk.reverse .signature-talk-copy { order: 1; }
.signature-talk-image {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  color: #fff;
  background: #0a151e;
  isolation: isolate;
}
.signature-talk-image::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background: center/cover no-repeat;
  filter: saturate(.62) contrast(1.1);
  transform: scale(1.04);
}
.signature-talk-image::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(5, 11, 17, .92), rgba(5, 11, 17, .06) 70%),
    linear-gradient(90deg, rgba(5, 11, 17, .36), transparent 65%);
}
.talk-business-image::before { background-image: var(--talk-business); }
.talk-human-image::before { background-image: var(--talk-belonging); background-position: center 58%; }
.talk-risk-image::before { background-image: var(--talk-culture); background-position: center; }
.signature-number {
  position: absolute;
  top: 0;
  left: 28px;
  min-width: 58px;
  padding: 13px 14px;
  color: #111820;
  background: linear-gradient(135deg, #efc780, #c88f47);
  text-align: center;
  font-size: .78rem;
  font-weight: 850;
}
.signature-image-label {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  padding-top: 17px;
  border-top: 1px solid rgba(224, 181, 110, .8);
  color: rgba(255, 255, 255, .86);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.signature-talk-copy {
  padding: 52px 58px 48px;
  align-self: center;
}
.talk-meta {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.signature-talk-copy h3 {
  margin: 0;
  color: #101c27;
  font-size: clamp(2.5rem, 3.5vw, 4.2rem);
  line-height: 1;
}
.talk-thesis {
  max-width: 720px;
  margin: 18px 0 17px;
  color: #172534;
  font-family: var(--serif);
  font-size: clamp(1.32rem, 1.8vw, 1.8rem);
  font-style: italic;
  line-height: 1.35;
}
.signature-talk-copy > p:not(.talk-meta):not(.talk-thesis) {
  margin: 0;
  color: #525d66;
  line-height: 1.72;
}
.talk-takeaways {
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid rgba(11, 22, 33, .12);
}
.talk-takeaways h4 {
  margin: 0 0 12px;
  color: #172431;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.talk-takeaways ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.talk-takeaways li {
  position: relative;
  padding-left: 20px;
  color: #34414c;
  font-size: .92rem;
}
.talk-takeaways li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 1px;
  background: var(--gold);
}

/* Brand gap */
.brand-gap {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 30%, rgba(59, 91, 116, .28), transparent 34%),
    linear-gradient(135deg, #0d1c29, #07111a 75%);
}
.brand-gap::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .14;
  pointer-events: none;
  background-image: linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, .06) 50%, transparent 52%);
  background-size: 190px 190px;
}
.brand-gap-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
  align-items: center;
}
.brand-gap-intro h2 {
  margin: 0;
  font-size: clamp(3rem, 4.4vw, 5.25rem);
  line-height: .98;
}
.brand-gap-intro > p:not(.kicker) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .73);
  font-size: 1.04rem;
  line-height: 1.7;
}
.brand-word-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.brand-word-cloud span {
  padding: 8px 12px;
  border: 1px solid rgba(224, 181, 110, .34);
  color: rgba(255, 255, 255, .78);
  font-size: .7rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.brand-gap-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .035);
}
.brand-gap-steps article {
  min-height: 270px;
  padding: 31px 27px;
  border-left: 1px solid rgba(255, 255, 255, .13);
}
.brand-gap-steps article:first-child { border-left: 0; }
.brand-gap-steps article > span {
  display: block;
  color: var(--gold-bright);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.brand-gap-steps h3 {
  margin: 54px 0 12px;
  color: #fff;
  font-size: 1.65rem;
}
.brand-gap-steps p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .9rem;
  line-height: 1.6;
}

/* Additional topics */
.additional-topics {
  padding: 82px 0 88px;
  background: #fff;
}
.additional-heading {
  max-width: 850px;
  margin-bottom: 38px;
}
.additional-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.additional-grid article {
  min-height: 290px;
  padding: 34px 34px 38px;
  border-left: 1px solid var(--rule);
}
.additional-grid article:first-child { border-left: 0; }
.additional-grid article > span {
  color: var(--gold-dark);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .13em;
}
.additional-grid h3 {
  margin: 70px 0 14px;
  color: #10202e;
  font-size: clamp(1.8rem, 2.25vw, 2.6rem);
  line-height: 1.05;
}
.additional-grid p {
  margin: 0;
  color: #5a646c;
  font-size: .92rem;
  line-height: 1.65;
}

/* Outcomes */
.audience-outcomes {
  padding: 84px 0;
  background: linear-gradient(115deg, #f1ece3, #faf8f3 72%);
}
.outcomes-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 72px;
  align-items: start;
}
.outcomes-copy > p:not(.kicker) {
  max-width: 520px;
  color: #56616a;
  line-height: 1.72;
}
.outcome-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.outcome-list article {
  min-height: 145px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 27px 25px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: rgba(255, 255, 255, .42);
}
.outcome-list article:last-child { grid-column: 1 / -1; min-height: 112px; }
.outcome-list span {
  color: var(--gold-dark);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .1em;
}
.outcome-list p {
  margin: 0;
  color: #263440;
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.42;
}

/* Formats */
.formats {
  padding: 82px 0;
  color: #fff;
  background: #0b1722;
}
.formats-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 80px;
  align-items: start;
}
.formats-intro h2 { color: #fff; }
.format-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
}
.format-columns > div {
  padding-left: 30px;
  border-left: 1px solid rgba(224, 181, 110, .36);
}
.format-columns h3 {
  margin: 0 0 20px;
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.format-columns ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.format-columns li {
  position: relative;
  padding-left: 19px;
  color: rgba(255, 255, 255, .74);
  line-height: 1.55;
}
.format-columns li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 1px;
  background: var(--gold);
}

/* Booking */
.speaking-booking {
  padding: 90px 0 94px;
  background: linear-gradient(120deg, #f8f5ee, #eee7dc);
}
.booking-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 75px;
  align-items: start;
}
.booking-copy > p:not(.kicker) {
  max-width: 520px;
  color: #56616a;
  line-height: 1.72;
}
.booking-principle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 30px;
}
.booking-principle span {
  padding: 10px 12px;
  border-left: 2px solid var(--gold);
  color: #1c2a36;
  background: rgba(255, 255, 255, .42);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 36px;
  border: 1px solid rgba(11, 22, 33, .12);
  background: #fff;
  box-shadow: 0 22px 60px rgba(9, 18, 28, .1);
}
.booking-form label { display: grid; gap: 8px; }
.booking-form label > span {
  color: #24323e;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 22, 33, .16);
  border-radius: 0;
  outline: 0;
  background: #fbfaf7;
  color: #1b2833;
}
.booking-form input,
.booking-form select { height: 49px; padding: 0 14px; }
.booking-form textarea { resize: vertical; padding: 13px 14px; }
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(200, 149, 76, .12); }
.form-wide { grid-column: 1 / -1; }
.booking-form .button { width: 100%; cursor: pointer; }

@media (max-width: 1180px) {
  .speaking-portrait { right: -1%; width: min(52vw, 650px); }
  .speaking-hero-quote { right: 1%; width: 235px; }
  .speaking-section-heading { gap: 45px; }
  .signature-talk-copy { padding: 44px 42px 40px; }
  .brand-gap-layout { gap: 48px; }
  .outcomes-layout,
  .formats-layout,
  .booking-layout { gap: 48px; }
}

@media (max-width: 980px) {
  .speaking-nav a.active::after { display: none; }
  .speaking-hero-inner { grid-template-columns: 1fr; }
  .speaking-hero-copy { position: relative; z-index: 5; max-width: 700px; padding-top: 80px; padding-bottom: 390px; }
  .speaking-portrait { right: -8%; width: 76vw; max-height: 440px; }
  .speaking-hero-quote { display: none; }
  .speaking-hero::before { inset: 38% 0 0 25%; }
  .speaking-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .signature-talk,
  .signature-talk.reverse { grid-template-columns: 1fr; }
  .signature-talk.reverse .signature-talk-image,
  .signature-talk.reverse .signature-talk-copy { order: initial; }
  .signature-talk-image { min-height: 330px; }
  .brand-gap-layout,
  .outcomes-layout,
  .formats-layout,
  .booking-layout { grid-template-columns: 1fr; }
  .brand-gap-steps { grid-template-columns: 1fr; }
  .brand-gap-steps article { min-height: 170px; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .13); }
  .brand-gap-steps article:first-child { border-top: 0; }
  .brand-gap-steps h3 { margin-top: 25px; }
  .additional-grid { grid-template-columns: 1fr; }
  .additional-grid article { min-height: 220px; border-left: 0; border-top: 1px solid var(--rule); }
  .additional-grid article:first-child { border-top: 0; }
  .additional-grid h3 { margin-top: 38px; }
}

@media (max-width: 680px) {
  .speaking-hero { min-height: 0; }
  .speaking-hero-inner { min-height: 0; }
  .speaking-hero-copy { padding-top: 62px; padding-bottom: 315px; }
  .speaking-hero-copy h1 { font-size: clamp(3.55rem, 16vw, 5rem); }
  .speaking-hero-lede { font-size: .98rem; }
  .speaking-hero-actions .button { width: 100%; }
  .speaking-hero-note { display: none; }
  .speaking-portrait { right: -23%; width: 116vw; max-height: 360px; }
  .speaking-proof { padding-block: 20px; }
  .signature-talks,
  .brand-gap,
  .additional-topics,
  .audience-outcomes,
  .formats,
  .speaking-booking { padding-block: 64px; }
  .signature-talk-copy { padding: 36px 25px 34px; }
  .signature-talk-image { min-height: 270px; }
  .signature-talk-copy h3 { font-size: 2.65rem; }
  .brand-gap-steps article { padding: 26px 23px; }
  .brand-word-cloud span { font-size: .62rem; }
  .additional-grid article { padding: 28px 24px; }
  .outcome-list { grid-template-columns: 1fr; }
  .outcome-list article:last-child { grid-column: auto; }
  .format-columns { grid-template-columns: 1fr; }
  .booking-principle { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr; padding: 26px 21px; }
  .booking-form label,
  .form-wide { grid-column: 1; }
}


/* Actual speaking photography */
.speaking-photo-feature {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 44px;
  align-items: center;
  padding-top: 26px;
}
.speaking-photo-copy h2,
.speaking-gallery h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  line-height: 1.02;
  color: #122230;
}
.speaking-photo-copy > p:not(.kicker) {
  margin: 18px 0 0;
  max-width: 460px;
  color: #54616c;
  line-height: 1.72;
}
.speaking-feature-figure {
  margin: 0;
  min-height: 360px;
  border: 1px solid rgba(11,22,33,.12);
  box-shadow: 0 20px 50px rgba(9,18,28,.1);
  background: #fff;
}
.speaking-feature-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.speaking-gallery {
  padding: 82px 0 92px;
  background: #fff;
}
.speaking-gallery-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 22px;
  align-items: stretch;
}
.gallery-card {
  margin: 0;
  border: 1px solid rgba(11,22,33,.12);
  box-shadow: 0 18px 48px rgba(9,18,28,.08);
  background: #fff;
}
.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-tall img {
  min-height: 620px;
  object-position: center 32%;
}
.gallery-wide img {
  min-height: 620px;
  object-position: center;
}
.gallery-card figcaption {
  padding: 14px 18px 16px;
  color: #52606b;
  font-size: .88rem;
  line-height: 1.5;
  background: #fff;
}

@media (max-width: 980px) {
  .speaking-photo-feature,
  .speaking-gallery-grid { grid-template-columns: 1fr; }
  .speaking-feature-figure { min-height: 300px; }
  .gallery-tall img, .gallery-wide img { min-height: 420px; }
}

@media (max-width: 680px) {
  .speaking-photo-feature { padding-top: 12px; }
  .speaking-gallery { padding-block: 64px; }
  .gallery-tall img, .gallery-wide img { min-height: 320px; }
  .gallery-card figcaption { font-size: .82rem; }
}
