/*
Theme Name: Leading Strong Complete Verified
Theme URI: https://leadingstrongllc.com
Author: Leading Strong, LLC
Description: Verified direct-template export of the complete Leading Strong website, including Blog publishing.
Version: 3.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: leading-strong
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --font-body: "DM Sans";
  --font-display: "Libre Franklin";
}

.wp-site-blocks,
.wp-site-blocks > * {
  margin-block-start: 0;
}

@import "tailwindcss";

:root {
  --ink: #000000;
  --ink-deep: #000000;
  --slate: #515e67;
  --blue: #52a7fe;
  --paper: #ffffff;
  --cream: #ffffff;
  --green: #77aa4b;
  --green-light: #52a7fe;
  --acid: #77aa4b;
  --coral: #52a7fe;
  --line: rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body), sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.65;
}

.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}

.brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 244px;
  height: auto;
}

.nav-links {
  display: flex;
  gap: 22px;
  font-size: 13px;
  font-weight: 600;
}

.nav-links a,
.text-link {
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease;
}

.nav-links a:hover,
.text-link:hover {
  border-color: currentColor;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 25px;
  background: var(--blue);
  color: var(--cream);
  border: 1px solid var(--ink-deep);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 4px 5px 0 var(--ink-deep);
}

.button-small {
  min-height: 43px;
  gap: 0;
  padding: 0 20px;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
  background: var(--cream);
}

.hero-copy {
  padding: 9vw 4vw 8vw 7vw;
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
h2,
h3,
blockquote {
  font-family: var(--font-display), sans-serif;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(64px, 7.3vw, 118px);
  line-height: 0.88;
  font-weight: 900;
}

.hero h1 em {
  color: var(--green);
  font-style: normal;
}

.hero-intro {
  max-width: 600px;
  margin: 38px 0 0;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.45;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.text-link {
  font-size: 14px;
  font-weight: 800;
}

.hero-art {
  position: relative;
  background: var(--ink);
  overflow: hidden;
}

.hero-concept-art {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.hero-concept-art::before,
.hero-concept-art::after {
  display: none;
}

.hero-concept-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 52% center;
}

.hero-art::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  top: -60px;
  right: -50px;
  border-radius: 50%;
  background: var(--green);
}

.hero-art::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  left: -160px;
  bottom: -180px;
  border-radius: 50%;
  background: var(--green-light);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 250, 240, 0.48);
  border-radius: 50%;
  z-index: 1;
}

.orbit-one {
  width: 500px;
  height: 500px;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
}

.orbit-two {
  width: 640px;
  height: 640px;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
}

.legacy-word {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-16deg);
  z-index: 2;
  color: var(--cream);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(62px, 6vw, 104px);
  font-weight: 900;
  letter-spacing: -0.08em;
}

.signal {
  position: absolute;
  z-index: 3;
  padding: 8px 13px;
  background: var(--cream);
  border: 1px solid var(--ink-deep);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.signal-one {
  left: 11%;
  top: 24%;
  transform: rotate(-8deg);
}

.signal-two {
  right: 8%;
  top: 57%;
  transform: rotate(7deg);
}

.signal-three {
  left: 28%;
  bottom: 14%;
  transform: rotate(-4deg);
}

.hero-stamp {
  position: absolute;
  top: 45px;
  left: 40px;
  z-index: 3;
  color: var(--cream);
  font-family: var(--font-display), sans-serif;
}

.hero-stamp span,
.hero-stamp strong,
.hero-stamp small {
  display: block;
}

.hero-stamp span {
  font-size: 11px;
  letter-spacing: 0.28em;
}

.hero-stamp strong {
  font-size: 24px;
  letter-spacing: -0.05em;
}

.hero-stamp small {
  margin-top: 3px;
  color: var(--green-light);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.shift,
.work,
.methods,
.cta-section {
  padding: 120px 7vw;
}

.shift {
  border-top: 18px solid var(--blue);
}

.shift-grid,
.about-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 11vw;
}

.shift h2,
.section-heading h2,
.about h2,
.cta-section h2 {
  margin: 0;
  font-size: clamp(48px, 5.8vw, 88px);
  line-height: 0.98;
}

.shift-grid > div {
  max-width: 590px;
  font-size: 18px;
}

.framework {
  padding: 120px 4vw 70px;
  color: var(--cream);
  background: var(--ink);
  border-top: 18px solid var(--green);
}

.section-heading {
  max-width: 1260px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 8vw;
  align-items: end;
}

.section-heading > p {
  margin: 0;
  font-size: 18px;
}

.light {
  color: var(--acid);
}

.pathway {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(255, 250, 240, 0.25);
}

.path-step {
  min-height: 340px;
  padding: 25px 25px 30px;
  border-right: 1px solid rgba(255, 250, 240, 0.25);
}

.path-step:first-child {
  border-left: 1px solid rgba(255, 250, 240, 0.25);
}

.step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--acid);
  font-size: 11px;
  font-weight: 900;
}

.step-dot {
  width: 10px;
  height: 10px;
  border: 2px solid var(--acid);
  border-radius: 50%;
}

.path-step h3 {
  margin: 95px 0 20px;
  font-size: clamp(28px, 2.4vw, 40px);
}

.path-step p {
  margin: 0;
  color: rgba(255, 250, 240, 0.75);
  font-size: 14px;
}

.framework-note {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 25px 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255, 250, 240, 0.62);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.framework-note strong {
  color: var(--green-light);
}

.work {
  background: var(--cream);
  border-top: 18px solid var(--blue);
}

.experience-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.experience {
  min-height: 480px;
  padding: 28px 35px 38px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ink);
}

.experience:last-child {
  border-right: 0;
}

.experience-number {
  margin-bottom: 72px;
  font-family: var(--font-display), sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.experience h3 {
  max-width: 300px;
  margin: 0 0 20px;
  font-size: 42px;
  line-height: 1;
}

.experience > p:not(.eyebrow) {
  max-width: 350px;
  margin: 0 0 35px;
  color: rgba(24, 57, 47, 0.75);
}

.experience a {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 900;
}

.methods {
  text-align: center;
}

.methods-row {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.methods-row span {
  padding: 17px 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(16px, 1.7vw, 24px);
  font-weight: 800;
}

.methods-note {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
}

.credential-grid {
  max-width: 1380px;
  margin: 90px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.credential-card {
  padding: 40px;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: var(--cream);
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 var(--green);
}

.credential-card:nth-child(1) {
  box-shadow: 8px 8px 0 var(--blue);
}

.credential-card:nth-child(2) {
  box-shadow: 8px 8px 0 var(--green);
}

.credential-card:nth-child(3) {
  box-shadow: 8px 8px 0 var(--slate);
}

.credential-logo {
  height: 250px;
  margin-bottom: 48px;
  display: grid;
  place-items: center;
}

.credential-logo img {
  display: block;
  max-width: 100%;
  max-height: 250px;
  width: auto;
  height: auto;
}

.credential-card h3 {
  max-width: 560px;
  margin: 0 0 20px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 0.98;
}

.credential-card > div > p:last-child {
  max-width: 610px;
  margin-bottom: 0;
  font-size: 17px;
}

.about {
  padding: 90px 7vw 120px;
  color: var(--cream);
  background: var(--blue);
  border-top: 18px solid var(--slate);
}

.quote-mark {
  height: 120px;
  font-family: Georgia, serif;
  font-size: 180px;
  line-height: 1;
  color: var(--ink);
}

blockquote {
  max-width: 1150px;
  margin: 25px 0 120px;
  font-size: clamp(44px, 6.5vw, 100px);
  line-height: 0.98;
  font-weight: 900;
}

.about-grid > div:last-child {
  max-width: 600px;
  font-size: 18px;
}

.about h2 {
  font-size: clamp(38px, 4vw, 64px);
}

.about .light {
  color: var(--ink);
}

.light-link {
  display: inline-block;
  margin-top: 15px;
  color: var(--cream);
}

.cta-section {
  text-align: center;
}

.cta-section h2 {
  margin: 0 auto 45px;
}

.button-inverse {
  background: var(--blue);
  color: var(--cream);
}

.newsletter {
  padding: 105px 7vw;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 8vw;
  align-items: end;
  background: var(--cream);
  border-top: 1px solid rgba(81, 94, 103, 0.24);
}

.newsletter h2 {
  max-width: 760px;
  margin: 12px 0 24px;
  font-size: clamp(44px, 5vw, 78px);
}

.newsletter-copy > p:last-child {
  max-width: 670px;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}

.newsletter-action {
  padding: 34px;
  border-left: 5px solid var(--green);
  background: #fff;
}

.newsletter-action .button {
  width: 100%;
  justify-content: space-between;
}

.newsletter-action p {
  margin: 18px 0 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.5;
}

footer {
  min-height: 180px;
  padding: 45px 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  background: var(--slate);
  color: var(--cream);
  font-size: 12px;
}

.footer-brand .brand-logo {
  filter: none;
}

.footer-contact {
  display: flex;
  gap: 25px;
}

footer > p {
  text-align: right;
}

@media (max-width: 960px) {
  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 620px;
    padding: 110px 7vw 80px;
  }

  .hero-art {
    min-height: 540px;
  }

  .shift-grid,
  .about-grid,
  .section-heading,
  .newsletter {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .pathway {
    grid-template-columns: 1fr 1fr;
  }

  .path-step {
    min-height: 300px;
    border-bottom: 1px solid rgba(255, 250, 240, 0.25);
  }

  .framework-note {
    flex-direction: column;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience {
    min-height: 390px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .experience:last-child {
    border-bottom: 0;
  }

  .credential-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  footer {
    grid-template-columns: 1fr;
  }

  footer > p {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .nav {
    height: 78px;
  }

  .brand-logo {
    width: 190px;
  }

  .nav .button {
    display: none;
  }

  .hero-copy {
    min-height: 580px;
    padding-top: 90px;
  }

  .hero h1 {
    font-size: 16vw;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-art {
    min-height: 430px;
  }

  .orbit-one {
    width: 340px;
    height: 340px;
  }

  .orbit-two {
    width: 450px;
    height: 450px;
  }

  .legacy-word {
    font-size: 18vw;
  }

  .shift,
  .work,
  .methods,
  .newsletter,
  .cta-section {
    padding: 90px 7vw;
  }

  .newsletter-action {
    padding: 28px;
  }

  .framework {
    padding-top: 90px;
  }

  .pathway {
    grid-template-columns: 1fr;
  }

  .path-step {
    min-height: auto;
    padding: 26px;
  }

  .path-step h3 {
    margin-top: 55px;
  }

  .experience {
    padding-left: 22px;
    padding-right: 22px;
  }

  .credential-card {
    padding: 28px;
  }

  .credential-grid {
    grid-template-columns: 1fr;
  }

  .credential-logo {
    height: 220px;
    margin-bottom: 35px;
  }

  blockquote {
    margin-bottom: 80px;
  }

  .footer-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}

/* About Jason */
.about-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  background: var(--cream);
}

.about-hero-copy {
  padding: 9vw 6vw 8vw 7vw;
}

.about-hero h1 {
  max-width: 860px;
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(60px, 7vw, 112px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.about-hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.about-hero-copy > p:last-child {
  max-width: 650px;
  margin: 40px 0 0;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.5;
}

.about-hero-panel,
.about-hero-photo {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
}

.about-hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 30%;
}

.about-hero-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.66));
}

.about-photo-label {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 30px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.about-photo-label span {
  padding: 8px 12px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero-panel::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  right: -80px;
  top: -70px;
  border-radius: 50%;
  background: var(--green);
}

.about-hero-panel::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -90px;
  bottom: -80px;
  border-radius: 50%;
  background: var(--blue);
}

.about-hero-panel strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-7deg);
  z-index: 2;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(60px, 6.5vw, 106px);
  line-height: 0.78;
  letter-spacing: -0.08em;
}

.about-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
}

.about-orbit-one {
  width: 470px;
  height: 470px;
}

.about-orbit-two {
  width: 640px;
  height: 640px;
}

.about-word {
  position: absolute;
  z-index: 3;
  padding: 8px 13px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.word-curious {
  left: 10%;
  top: 18%;
  transform: rotate(-7deg);
}

.word-practical {
  right: 8%;
  top: 54%;
  transform: rotate(6deg);
}

.word-human {
  left: 28%;
  bottom: 14%;
  transform: rotate(-4deg);
}

.about-story,
.about-fit {
  padding: 130px 7vw;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 10vw;
}

.about-story {
  border-top: 18px solid var(--blue);
}

.about-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--cream);
  background: var(--slate);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.about-proof article {
  min-height: 230px;
  padding: 42px 4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.about-proof article:last-child {
  border-right: 0;
}

.about-proof strong {
  color: var(--blue);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  letter-spacing: -0.05em;
}

.about-proof span {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.5;
}

.speaker-reel {
  padding: 120px 6vw;
  background: var(--cream);
  border-top: 18px solid var(--green);
}

.speaker-heading {
  max-width: 1320px;
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 9vw;
  align-items: end;
}

.speaker-heading h2 {
  max-width: 860px;
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(46px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.speaker-heading > p {
  margin: 0;
  font-size: 18px;
}

.speaker-media-grid {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.45fr);
  gap: 28px;
  align-items: stretch;
}

.speaker-video {
  display: flex;
  flex-direction: column;
  color: var(--cream);
  background: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: 10px 10px 0 var(--blue);
}

.speaker-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: var(--ink);
}

.speaker-video-caption {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speaker-video-caption strong {
  color: var(--blue);
}

.speaker-portrait {
  min-height: 100%;
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  border: 1px solid var(--ink);
}

.speaker-portrait img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
  object-position: center 28%;
}

.speaker-portrait figcaption {
  padding: 22px;
  color: var(--cream);
  background: var(--slate);
  font-size: 13px;
  line-height: 1.5;
}

.speaker-page-link {
  margin-top: 48px;
}

.about-story h2,
.about-section-heading h2,
.about-fit h2 {
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(46px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.about-story-copy,
.about-fit > div:last-child {
  max-width: 620px;
  font-size: 18px;
}

.about-beliefs {
  padding: 120px 7vw;
  color: var(--cream);
  background: var(--ink);
  border-top: 18px solid var(--green);
}

.about-section-heading {
  max-width: 950px;
  margin-bottom: 75px;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.principle-grid article {
  min-height: 340px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.principle-grid article:last-child {
  border-right: 0;
}

.principle-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.principle-grid h3 {
  margin: 95px 0 20px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
}

.principle-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.about-credentials {
  padding: 120px 6vw;
  background: var(--cream);
  border-top: 18px solid var(--blue);
}

.about-credential-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.about-credential-grid article {
  padding: 35px;
  background: var(--cream);
  border: 1px solid var(--ink);
}

.about-credential-grid article:nth-child(1) {
  box-shadow: 7px 7px 0 var(--blue);
}

.about-credential-grid article:nth-child(2) {
  box-shadow: 7px 7px 0 var(--green);
}

.about-credential-grid article:nth-child(3) {
  box-shadow: 7px 7px 0 var(--slate);
}

.about-credential-grid article:nth-child(4) {
  box-shadow: 7px 7px 0 var(--blue);
}

.about-credential-logo {
  height: 210px;
  margin-bottom: 35px;
  display: grid;
  place-items: center;
}

.about-credential-logo img {
  max-width: 100%;
  max-height: 210px;
  width: auto;
  height: auto;
}

.about-credential-grid h3 {
  min-height: 72px;
  margin: 0 0 16px;
  font-size: clamp(25px, 2.3vw, 36px);
  line-height: 1;
}

.about-foundation {
  padding: 120px 7vw;
  border-top: 18px solid var(--green);
}

.foundation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.foundation-grid article {
  min-height: 290px;
  padding: 38px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.foundation-grid span {
  color: var(--slate);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.foundation-grid h3 {
  max-width: 520px;
  margin: 70px 0 16px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}

.foundation-grid p {
  max-width: 540px;
  margin-bottom: 0;
}

.about-testimonial {
  padding: 110px 10vw;
  color: var(--cream);
  background: var(--ink);
  border-top: 18px solid var(--blue);
}

.about-testimonial blockquote {
  max-width: 1200px;
  margin: 45px 0;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1.03;
}

.about-testimonial > p:last-child {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.about-fit {
  background: var(--blue);
  border-top: 18px solid var(--slate);
}

.about-fit ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.about-fit li {
  padding: 14px 0;
  border-bottom: 1px solid var(--ink);
  font-weight: 700;
}

.about-cta {
  background: var(--cream);
}

/* Leadership Coaching */
.coaching-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
}

.coaching-hero-copy {
  padding: 8vw 4vw 8vw 7vw;
}

.coaching-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(58px, 6.8vw, 108px);
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.coaching-hero h1 em {
  color: var(--green);
  font-style: normal;
}

.coaching-hero-copy > p:nth-of-type(2) {
  max-width: 680px;
  margin: 38px 0 0;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.5;
}

.coaching-hero-visual {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
}

.coaching-hero-visual::before,
.coaching-hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.coaching-hero-visual::before {
  width: 320px;
  height: 320px;
  right: -80px;
  top: -70px;
  background: var(--green);
}

.coaching-hero-visual::after {
  width: 360px;
  height: 360px;
  left: -130px;
  bottom: -150px;
  background: var(--blue);
}

.coaching-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.coaching-orbit-one {
  width: 480px;
  height: 480px;
}

.coaching-orbit-two {
  width: 650px;
  height: 650px;
}

.coaching-hero-visual strong {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-8deg);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(66px, 6.5vw, 112px);
  letter-spacing: -0.08em;
}

.coaching-hero-visual strong.coaching-wisdom {
  font-size: clamp(50px, 5.2vw, 86px);
}

.coaching-hero-visual p,
.coaching-hero-visual span,
.coaching-hero-visual small {
  position: absolute;
  z-index: 3;
  margin: 0;
  padding: 8px 13px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coaching-hero-visual p {
  left: 11%;
  top: 22%;
  transform: rotate(-7deg);
}

.coaching-hero-visual span {
  right: 10%;
  top: 62%;
  transform: rotate(6deg);
}

.coaching-hero-visual small {
  left: 25%;
  bottom: 13%;
  color: var(--cream);
  background: var(--slate);
  transform: rotate(-3deg);
}

.coaching-tension,
.coaching-for,
.coaching-outcomes,
.coaching-engagement {
  padding: 125px 7vw;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 10vw;
}

.coaching-tension {
  border-top: 18px solid var(--blue);
}

.coaching-tension h2,
.coaching-for h2,
.coaching-outcomes h2,
.coaching-engagement h2,
.coaching-section-heading h2 {
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(46px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.coaching-tension > div:last-child,
.coaching-engagement > div:last-child {
  max-width: 620px;
  font-size: 18px;
}

.coaching-pressure {
  padding: 120px 6vw;
  color: var(--cream);
  background: var(--ink);
  border-top: 18px solid var(--green);
}

.coaching-section-heading {
  max-width: 980px;
  margin-bottom: 75px;
}

.coaching-section-heading > p:last-child:not(.eyebrow) {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: 18px;
}

.pressure-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.pressure-grid article {
  min-height: 350px;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.pressure-grid span,
.coaching-process-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.pressure-grid h3 {
  max-width: 560px;
  margin: 82px 0 20px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
}

.pressure-grid p {
  max-width: 580px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.coaching-for {
  padding-left: 0;
  align-items: stretch;
  background: var(--blue);
  border-top: 18px solid var(--slate);
}

.coaching-for-photo {
  min-height: 720px;
}

.coaching-for-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 26%;
}

.coaching-for-copy {
  padding: 25px 7vw 25px 0;
  align-self: center;
}

.coaching-for-copy > p:not(.eyebrow) {
  max-width: 620px;
  font-size: 18px;
}

.coaching-for ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.coaching-for li {
  padding: 15px 0;
  border-bottom: 1px solid var(--ink);
  font-weight: 750;
}

.coaching-process {
  padding: 120px 6vw;
  border-top: 18px solid var(--green);
}

.coaching-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.coaching-process-grid article {
  min-height: 350px;
  padding: 30px;
  border-right: 1px solid var(--ink);
}

.coaching-process-grid article:last-child {
  border-right: 0;
}

.coaching-process-grid h3 {
  margin: 95px 0 20px;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1;
}

.coaching-process-grid p {
  margin-bottom: 0;
  color: var(--slate);
}

.coaching-outcomes {
  color: var(--cream);
  background: var(--slate);
  border-top: 18px solid var(--blue);
}

.coaching-outcomes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.coaching-outcomes li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  font-size: 17px;
  font-weight: 700;
}

.coaching-outcomes li span {
  color: var(--blue);
}

.coaching-tools {
  padding: 120px 6vw;
  color: var(--cream);
  background: var(--ink);
  border-top: 18px solid var(--green);
}

.coaching-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.coaching-tool-grid article {
  min-height: 500px;
  padding: 42px;
  display: grid;
  grid-template-rows: 250px 1fr;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--cream);
}

.coaching-tool-grid article:first-child {
  box-shadow: 9px 9px 0 var(--blue);
}

.coaching-tool-grid article:last-child {
  box-shadow: 9px 9px 0 var(--slate);
}

.coaching-tool-grid article:nth-child(2) {
  box-shadow: 9px 9px 0 var(--green);
}

.coaching-tool-grid article:nth-child(3) {
  box-shadow: 9px 9px 0 var(--slate);
}

.coaching-tool-grid article:nth-child(4) {
  box-shadow: 9px 9px 0 var(--blue);
}

.coaching-tool-grid img {
  max-width: 100%;
  max-height: 220px;
  align-self: center;
  justify-self: center;
}

.tool-monogram {
  width: 190px;
  height: 190px;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: var(--slate);
  border-radius: 50%;
  font-family: var(--font-display), sans-serif;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.coaching-tool-grid h3 {
  margin: 20px 0 15px;
  font-size: clamp(34px, 3.5vw, 56px);
  line-height: 1;
}

.coaching-tool-grid p {
  max-width: 610px;
  margin-bottom: 0;
}

.engagement-notes {
  margin-top: 35px;
  border-top: 1px solid var(--ink);
}

.engagement-notes span {
  padding: 14px 0;
  display: block;
  border-bottom: 1px solid var(--ink);
  font-weight: 750;
}

.coaching-faq {
  padding: 120px 7vw;
  background: var(--cream);
  border-top: 18px solid var(--green);
}

.faq-grid {
  max-width: 1120px;
  border-top: 1px solid var(--ink);
}

.faq-grid details {
  border-bottom: 1px solid var(--ink);
}

.faq-grid summary {
  padding: 26px 55px 26px 0;
  position: relative;
  cursor: pointer;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 800;
  letter-spacing: -0.035em;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  color: var(--blue);
  transform: translateY(-50%);
  font-size: 36px;
}

.faq-grid details[open] summary::after {
  content: "−";
}

.faq-grid details p {
  max-width: 780px;
  margin: 0;
  padding: 0 0 28px;
  color: var(--slate);
  font-size: 17px;
}

.coaching-newsletter {
  border-top: 18px solid var(--blue);
}

.coaching-cta {
  color: var(--cream);
  background: var(--slate);
}

/* Team Experiences */
.team-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
}

.team-hero-copy {
  padding: 8vw 4vw 8vw 7vw;
}

.team-hero h1 {
  max-width: 880px;
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(62px, 7.1vw, 114px);
  line-height: 0.9;
  letter-spacing: -0.067em;
}

.team-hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.team-hero-copy > p:nth-of-type(2) {
  max-width: 670px;
  margin: 38px 0 0;
  font-size: clamp(18px, 1.5vw, 23px);
}

.team-hero-visual {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--slate);
}

.team-hero-visual::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  top: -80px;
  right: -80px;
  border-radius: 50%;
  background: var(--green);
}

.team-hero-visual::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  left: -170px;
  bottom: -160px;
  border-radius: 50%;
  background: var(--blue);
}

.team-line {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.team-line-one {
  width: 310px;
  height: 310px;
}

.team-line-two {
  width: 500px;
  height: 500px;
}

.team-line-three {
  width: 690px;
  height: 690px;
}

.team-hero-visual strong {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-7deg);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(54px, 5.7vw, 94px);
  line-height: 0.76;
  letter-spacing: -0.08em;
}

.team-view {
  position: absolute;
  z-index: 3;
  padding: 8px 13px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.view-one {
  left: 11%;
  top: 20%;
  transform: rotate(-7deg);
}

.view-two {
  right: 8%;
  top: 54%;
  transform: rotate(6deg);
}

.view-three {
  left: 28%;
  bottom: 13%;
  transform: rotate(-3deg);
}

.team-intro,
.team-lsp,
.team-outcomes {
  padding: 125px 7vw;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 10vw;
}

.team-intro {
  border-top: 18px solid var(--blue);
}

.team-intro h2,
.team-lsp h2,
.team-outcomes h2,
.team-section-heading h2 {
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(46px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.team-intro > div:last-child,
.team-lsp > div:last-child {
  max-width: 650px;
  font-size: 18px;
}

.team-friction {
  padding: 120px 6vw;
  color: var(--cream);
  background: var(--ink);
  border-top: 18px solid var(--green);
}

.team-section-heading {
  max-width: 980px;
  margin-bottom: 75px;
}

.team-friction-grid,
.team-experience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.team-friction-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.team-friction-grid article {
  min-height: 350px;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.team-friction-grid span,
.team-process-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.team-friction-grid h3 {
  max-width: 600px;
  margin: 82px 0 20px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
}

.team-friction-grid p {
  max-width: 580px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.team-experience-section {
  padding: 120px 6vw;
  border-top: 18px solid var(--blue);
}

.team-experience-grid {
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.team-experience-grid article {
  min-height: 380px;
  padding: 38px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.team-experience-grid h3 {
  max-width: 600px;
  margin: 80px 0 20px;
  font-size: clamp(32px, 3.4vw, 54px);
  line-height: 1;
}

.team-experience-grid > article > p:last-child {
  max-width: 600px;
  color: var(--slate);
}

.team-lsp {
  align-items: center;
  color: var(--cream);
  background: var(--slate);
  border-top: 18px solid var(--green);
}

.team-lsp-logo {
  min-height: 480px;
  padding: 50px;
  display: grid;
  place-items: center;
  background: var(--cream);
  border: 1px solid var(--ink);
  box-shadow: 10px 10px 0 var(--blue);
}

.team-lsp-logo img {
  max-width: 100%;
  max-height: 380px;
}

.team-process {
  padding: 120px 6vw;
  color: var(--cream);
  background: var(--ink);
  border-top: 18px solid var(--blue);
}

.team-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.team-process-grid article {
  min-height: 350px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.team-process-grid article:last-child {
  border-right: 0;
}

.team-process-grid h3 {
  margin: 95px 0 20px;
  font-size: clamp(28px, 2.7vw, 43px);
  line-height: 1;
}

.team-process-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.team-appreciation {
  padding: 125px 7vw;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 10vw;
  background: var(--green);
  border-top: 18px solid var(--blue);
}

.team-appreciation h2 {
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(46px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.team-appreciation > div:last-child {
  max-width: 650px;
  font-size: 18px;
}

.team-appreciation-heading img {
  width: 150px;
  height: auto;
  margin-top: 42px;
  display: block;
  filter: drop-shadow(6px 7px 0 rgba(0, 0, 0, 0.18));
}

.team-appreciation ul {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.team-appreciation li {
  padding: 15px 0;
  border-bottom: 1px solid var(--ink);
  font-weight: 750;
}

.team-outcomes {
  background: var(--blue);
  border-top: 18px solid var(--slate);
}

.team-outcomes > div > p:last-child {
  max-width: 650px;
  font-size: 18px;
}

.team-outcomes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.team-outcomes li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  border-bottom: 1px solid var(--ink);
  font-size: 17px;
  font-weight: 750;
}

.team-methods {
  padding: 120px 7vw;
  text-align: center;
  border-top: 18px solid var(--green);
}

.team-methods .team-section-heading {
  margin-left: auto;
  margin-right: auto;
}

.team-method-row {
  max-width: 1200px;
  margin: 0 auto 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.team-method-row span {
  padding: 17px 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(16px, 1.7vw, 24px);
  font-weight: 800;
}

.team-methods > p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
}

.team-faq {
  padding: 120px 7vw;
  color: var(--cream);
  background: var(--slate);
  border-top: 18px solid var(--blue);
}

.team-faq .faq-grid {
  border-color: rgba(255, 255, 255, 0.5);
}

.team-faq .faq-grid details {
  border-color: rgba(255, 255, 255, 0.5);
}

.team-faq .faq-grid details p {
  color: rgba(255, 255, 255, 0.78);
}

.team-newsletter {
  border-top: 18px solid var(--green);
}

.team-cta {
  color: var(--cream);
  background: var(--ink);
}

/* Speaking */
.speaking-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
}

.speaking-hero-copy {
  padding: 8vw 4vw 8vw 7vw;
}

.speaking-hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(62px, 7vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.067em;
}

.speaking-hero h1 em {
  color: var(--green);
  font-style: normal;
}

.speaking-hero-copy > p:nth-of-type(2) {
  max-width: 680px;
  margin: 38px 0 0;
  font-size: clamp(18px, 1.5vw, 23px);
}

.speaking-hero-photo {
  min-height: 650px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--slate);
}

.speaking-hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
}

.speaking-hero-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}

.speaking-hero-photo figcaption {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 30px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.speaking-hero-photo figcaption span {
  padding: 8px 12px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.speaking-reel-section {
  padding: 120px 6vw;
  color: var(--cream);
  background: var(--ink);
  border-top: 18px solid var(--blue);
}

.speaking-reel-heading {
  max-width: 1320px;
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 9vw;
  align-items: end;
}

.speaking-reel-heading h2,
.speaking-need h2,
.speaking-takeaways h2,
.speaking-bio h2,
.speaking-section-heading h2 {
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(46px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.speaking-reel-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

.speaking-reel-video {
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 11px 11px 0 var(--blue);
}

.speaking-reel-video video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--ink);
}

.speaking-reel-video > div {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speaking-reel-video strong {
  color: var(--blue);
}

.speaking-need,
.speaking-takeaways {
  padding: 125px 7vw;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 10vw;
}

.speaking-need {
  border-top: 18px solid var(--green);
}

.speaking-need > div:last-child {
  max-width: 650px;
  font-size: 18px;
}

.speaking-need ul {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.speaking-need li {
  padding: 15px 0;
  border-bottom: 1px solid var(--ink);
  font-weight: 750;
}

.speaking-topics {
  padding: 120px 6vw;
  color: var(--cream);
  background: var(--slate);
  border-top: 18px solid var(--blue);
}

.speaking-section-heading {
  max-width: 1050px;
  margin-bottom: 75px;
}

.speaking-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.speaking-topic-grid article {
  min-height: 470px;
  padding: 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.speaking-topic-grid > article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.speaking-topic-grid .eyebrow {
  max-width: 520px;
  margin-top: 70px;
  color: var(--green);
}

.speaking-topic-grid h3 {
  max-width: 570px;
  margin: 18px 0 22px;
  font-size: clamp(34px, 3.8vw, 60px);
  line-height: 0.98;
}

.speaking-topic-grid > article > p:last-child {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.75);
}

.speaking-formats {
  padding: 120px 6vw;
  border-top: 18px solid var(--green);
}

.speaking-format-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.speaking-format-grid article {
  min-height: 350px;
  padding: 30px;
  border-right: 1px solid var(--ink);
}

.speaking-format-grid article:last-child {
  border-right: 0;
}

.speaking-format-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.speaking-format-grid h3 {
  margin: 95px 0 20px;
  font-size: clamp(28px, 2.7vw, 43px);
  line-height: 1;
}

.speaking-format-grid p {
  color: var(--slate);
}

.speaking-takeaways {
  color: var(--cream);
  background: var(--blue);
  border-top: 18px solid var(--slate);
}

.speaking-takeaways ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.speaking-takeaways li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-size: 17px;
  font-weight: 750;
}

.speaking-bio {
  min-height: 760px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  background: var(--cream);
  border-top: 18px solid var(--green);
}

.speaking-bio-photo {
  min-height: 700px;
}

.speaking-bio-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
}

.speaking-bio-copy {
  max-width: 830px;
  padding: 110px 7vw;
  align-self: center;
}

.speaking-bio-copy > p:not(.eyebrow) {
  font-size: 18px;
}

.speaking-bio-copy .text-link {
  display: inline-block;
  margin-top: 20px;
}

.speaking-credibility {
  padding: 90px 7vw;
  color: var(--cream);
  background: var(--ink);
  border-top: 18px solid var(--blue);
}

.speaking-credibility > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.speaking-credibility span {
  padding: 14px 19px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

.speaking-faq {
  padding: 120px 7vw;
  border-top: 18px solid var(--green);
}

.speaking-newsletter {
  border-top: 18px solid var(--blue);
}

.speaking-cta {
  color: var(--cream);
  background: var(--slate);
}

/* Organizations */
.org-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
}

.org-hero-copy {
  padding: 8vw 4vw 8vw 7vw;
}

.org-hero h1 {
  max-width: 940px;
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(60px, 6.8vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.067em;
}

.org-hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.org-hero-copy > p:nth-of-type(2) {
  max-width: 700px;
  margin: 38px 0 0;
  font-size: clamp(18px, 1.5vw, 23px);
}

.org-hero-visual {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
}

.org-hero-visual::before,
.org-hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.org-hero-visual::before {
  width: 340px;
  height: 340px;
  right: -90px;
  top: -80px;
  background: var(--green);
}

.org-hero-visual::after {
  width: 370px;
  height: 370px;
  left: -150px;
  bottom: -160px;
  background: var(--blue);
}

.org-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.org-ring-one {
  width: 430px;
  height: 430px;
}

.org-ring-two {
  width: 630px;
  height: 630px;
}

.org-hero-visual strong {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-7deg);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(47px, 5vw, 82px);
  line-height: 0.8;
  letter-spacing: -0.075em;
}

.org-node {
  position: absolute;
  z-index: 3;
  padding: 8px 13px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.org-node-one {
  left: 10%;
  top: 19%;
  transform: rotate(-6deg);
}

.org-node-two {
  right: 9%;
  top: 34%;
  transform: rotate(5deg);
}

.org-node-three {
  left: 16%;
  bottom: 17%;
  transform: rotate(4deg);
}

.org-node-four {
  right: 15%;
  bottom: 12%;
  transform: rotate(-5deg);
}

.org-intro,
.org-outcomes {
  padding: 125px 7vw;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 10vw;
}

.org-intro {
  border-top: 18px solid var(--blue);
}

.org-intro h2,
.org-outcomes h2,
.org-partnership h2,
.org-section-heading h2,
.org-framework h2 {
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(46px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.org-intro > div:last-child {
  max-width: 660px;
  font-size: 18px;
}

.org-pain {
  padding: 120px 6vw;
  color: var(--cream);
  background: var(--slate);
  border-top: 18px solid var(--green);
}

.org-section-heading {
  max-width: 1040px;
  margin-bottom: 75px;
}

.org-pain-grid,
.org-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.org-pain-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.org-pain-grid article {
  min-height: 370px;
  padding: 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.org-pain-grid span,
.org-journey-grid > article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.org-pain-grid h3 {
  max-width: 610px;
  margin: 82px 0 20px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
}

.org-pain-grid p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.76);
}

.org-capabilities {
  padding: 120px 6vw;
  border-top: 18px solid var(--blue);
}

.org-capability-grid {
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.org-capability-grid article {
  min-height: 390px;
  padding: 38px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.org-capability-grid h3 {
  max-width: 610px;
  margin: 80px 0 20px;
  font-size: clamp(32px, 3.5vw, 54px);
  line-height: 1;
}

.org-capability-grid > article > p:last-child {
  max-width: 610px;
  color: var(--slate);
}

.org-framework {
  padding: 125px 7vw;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 9vw;
  align-items: center;
  color: var(--cream);
  background: var(--ink);
  border-top: 18px solid var(--green);
}

.org-framework-copy > p:last-child {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

.org-framework-path {
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.org-framework-path span {
  padding: 20px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(27px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.org-framework-path span::after {
  content: "→";
  color: var(--blue);
}

.org-journey {
  padding: 120px 4vw;
  border-top: 18px solid var(--blue);
}

.org-journey > .org-section-heading {
  margin-left: 3vw;
}

.org-journey-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.org-journey-grid article {
  min-height: 390px;
  padding: 28px;
  border-right: 1px solid var(--ink);
}

.org-journey-grid article:last-child {
  border-right: 0;
}

.org-journey-grid h3 {
  margin: 105px 0 20px;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1;
}

.org-journey-grid p {
  color: var(--slate);
  font-size: 14px;
}

.org-outcomes {
  color: var(--cream);
  background: var(--blue);
  border-top: 18px solid var(--slate);
}

.org-outcomes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.org-outcomes li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: 17px;
  font-weight: 750;
}

.org-tools {
  padding: 120px 7vw;
  text-align: center;
  color: var(--cream);
  background: var(--slate);
  border-top: 18px solid var(--green);
}

.org-tools .org-section-heading {
  margin-left: auto;
  margin-right: auto;
}

.org-tool-row {
  max-width: 1250px;
  margin: 0 auto 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.org-tool-row span {
  padding: 17px 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(16px, 1.7vw, 24px);
  font-weight: 800;
}

.org-tools > p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.org-partnership {
  min-height: 760px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  border-top: 18px solid var(--blue);
}

.org-partnership-photo {
  min-height: 700px;
}

.org-partnership-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
}

.org-partnership-copy {
  max-width: 850px;
  padding: 110px 7vw;
  align-self: center;
}

.org-partnership-copy > p:not(.eyebrow) {
  font-size: 18px;
}

.org-partnership-copy .text-link {
  display: inline-block;
  margin-top: 20px;
}

.org-faq {
  padding: 120px 7vw;
  border-top: 18px solid var(--green);
}

.org-newsletter {
  border-top: 18px solid var(--blue);
}

.org-cta {
  color: var(--cream);
  background: var(--ink);
}

/* Resources */
.resources-hero {
  min-height: 740px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
}

.resources-hero-copy {
  padding: 8vw 4vw 8vw 7vw;
}

.resources-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(62px, 7vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.067em;
}

.resources-hero h1 em {
  color: var(--green);
  font-style: normal;
}

.resources-hero-copy > p:nth-of-type(2) {
  max-width: 680px;
  margin: 38px 0 0;
  font-size: clamp(18px, 1.5vw, 23px);
}

.resources-hero-visual {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--slate);
}

.resources-hero-visual::before,
.resources-hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.resources-hero-visual::before {
  width: 340px;
  height: 340px;
  right: -80px;
  top: -90px;
  background: var(--green);
}

.resources-hero-visual::after {
  width: 390px;
  height: 390px;
  left: -170px;
  bottom: -170px;
  background: var(--blue);
}

.resources-hero-visual > strong {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-7deg);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(55px, 5.6vw, 92px);
  line-height: 0.78;
  letter-spacing: -0.08em;
}

.resource-card {
  position: absolute;
  z-index: 3;
  width: 130px;
  height: 165px;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  font-family: var(--font-display), sans-serif;
  font-size: 20px;
  font-weight: 850;
}

.card-read {
  left: 8%;
  top: 12%;
  transform: rotate(-8deg);
}

.card-reflect {
  right: 7%;
  top: 23%;
  transform: rotate(7deg);
}

.card-practice {
  left: 18%;
  bottom: 8%;
  transform: rotate(5deg);
}

.card-learn {
  right: 13%;
  bottom: 10%;
  transform: rotate(-5deg);
}

.free-guide {
  padding: 125px 7vw;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 9vw;
  align-items: center;
  color: var(--cream);
  background: var(--ink);
  border-top: 18px solid var(--blue);
}

.guide-preview {
  min-height: 650px;
  position: relative;
}

.guide-sheet {
  width: min(100%, 430px);
  aspect-ratio: 8.5 / 11;
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.guide-sheet-back {
  transform: translate(-47%, -47%) rotate(6deg);
  background: var(--blue);
}

.guide-sheet-front {
  padding: 38px;
  display: flex;
  flex-direction: column;
  transform: translate(-53%, -53%) rotate(-3deg);
  box-shadow: 14px 14px 0 var(--green);
}

.guide-sheet-front p {
  margin: 0 0 45px;
  color: var(--slate);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-sheet-front strong {
  font-family: var(--font-display), sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.guide-sheet-front span {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.5;
}

.guide-sheet-front small {
  margin-top: auto;
  color: var(--slate);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-copy h2,
.resources-section-heading h2,
.reading-practice h2,
.resource-paths h2 {
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(46px, 5.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.guide-copy > p:not(.eyebrow, .guide-note) {
  max-width: 700px;
  font-size: 18px;
}

.guide-copy ul {
  margin: 30px 0 35px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.guide-copy li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.guide-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.reading-shelf {
  padding: 120px 6vw;
  color: var(--cream);
  background: var(--slate);
  border-top: 18px solid var(--green);
}

.resources-section-heading {
  max-width: 1040px;
  margin-bottom: 75px;
}

.resources-section-heading > p:last-child:not(.eyebrow) {
  max-width: 720px;
  font-size: 18px;
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  border-left: 1px solid rgba(255, 255, 255, 0.38);
}

.book-grid article {
  min-height: 470px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.book-grid > article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.book-grid .eyebrow {
  margin-top: 65px;
  color: var(--green);
}

.book-grid h3 {
  max-width: 610px;
  margin: 0 0 10px;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 0.96;
}

.book-author {
  margin: 0 0 22px;
  color: var(--blue);
  font-weight: 750;
}

.book-grid > article > p:not(.eyebrow, .book-author) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
}

.book-grid a {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 850;
}

.reading-practice {
  padding: 125px 7vw;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 10vw;
  border-top: 18px solid var(--blue);
}

.reading-practice > div:last-child {
  max-width: 700px;
  font-size: 18px;
}

.reading-practice ol {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.reading-practice li {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--ink);
  font-weight: 750;
}

.reading-practice li span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.resource-paths {
  padding: 120px 7vw;
  color: var(--cream);
  background: var(--blue);
  border-top: 18px solid var(--slate);
}

.resource-paths > div:last-child {
  border-top: 1px solid var(--ink);
}

.resource-paths a {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 0.7fr 1fr auto;
  gap: 30px;
  align-items: center;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
}

.resource-paths a > span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resource-paths a > strong {
  font-family: var(--font-display), sans-serif;
  font-size: clamp(27px, 3vw, 46px);
  letter-spacing: -0.04em;
}

.resource-paths a > b {
  font-size: 28px;
}

.resource-newsletter {
  border-top: 18px solid var(--green);
}

@media (max-width: 960px) {
  .about-hero {
    grid-template-columns: 1fr;
  }

  .about-hero-panel {
    min-height: 560px;
  }

  .about-hero-photo {
    min-height: 640px;
  }

  .about-story,
  .about-fit,
  .coaching-tension,
  .coaching-for,
  .coaching-outcomes,
  .coaching-engagement {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .coaching-hero {
    grid-template-columns: 1fr;
  }

  .coaching-hero-visual {
    min-height: 560px;
  }

  .pressure-grid,
  .coaching-tool-grid {
    grid-template-columns: 1fr;
  }

  .coaching-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .coaching-process-grid article:nth-child(2) {
    border-right: 0;
  }

  .coaching-process-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ink);
  }

  .coaching-for {
    padding: 0 0 90px;
  }

  .coaching-for-copy {
    padding: 35px 7vw 0;
  }

  .team-hero {
    grid-template-columns: 1fr;
  }

  .team-hero-visual {
    min-height: 560px;
  }

  .team-intro,
  .team-lsp,
  .team-appreciation,
  .team-outcomes {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .team-friction-grid,
  .team-experience-grid {
    grid-template-columns: 1fr;
  }

  .team-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-process-grid article:nth-child(2) {
    border-right: 0;
  }

  .team-process-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .speaking-hero,
  .speaking-bio {
    grid-template-columns: 1fr;
  }

  .speaking-hero-photo,
  .speaking-bio-photo {
    min-height: 680px;
  }

  .speaking-reel-heading,
  .speaking-need,
  .speaking-takeaways {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .speaking-topic-grid {
    grid-template-columns: 1fr;
  }

  .speaking-format-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .speaking-format-grid article:nth-child(2) {
    border-right: 0;
  }

  .speaking-format-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ink);
  }

  .org-hero,
  .org-framework,
  .org-partnership {
    grid-template-columns: 1fr;
  }

  .org-hero-visual {
    min-height: 560px;
  }

  .org-intro,
  .org-outcomes {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .org-pain-grid,
  .org-capability-grid {
    grid-template-columns: 1fr;
  }

  .org-journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .org-journey-grid article {
    border-bottom: 1px solid var(--ink);
  }

  .org-journey-grid article:nth-child(2n) {
    border-right: 0;
  }

  .org-journey-grid article:last-child {
    border-bottom: 0;
  }

  .org-partnership-photo {
    min-height: 680px;
  }

  .resources-hero,
  .free-guide,
  .reading-practice {
    grid-template-columns: 1fr;
  }

  .resources-hero-visual {
    min-height: 560px;
  }

  .guide-preview {
    min-height: 620px;
  }

  .book-grid {
    grid-template-columns: 1fr;
  }

  .principle-grid,
  .about-credential-grid,
  .foundation-grid {
    grid-template-columns: 1fr;
  }

  .about-proof {
    grid-template-columns: 1fr;
  }

  .speaker-heading,
  .speaker-media-grid {
    grid-template-columns: 1fr;
  }

  .speaker-heading {
    gap: 35px;
  }

  .speaker-portrait {
    max-height: 700px;
  }

  .about-proof article {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .about-proof article:last-child {
    border-bottom: 0;
  }

  .principle-grid article {
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .principle-grid article:last-child {
    border-bottom: 0;
  }

  .about-credential-grid {
    max-width: 680px;
  }
}

@media (max-width: 620px) {
  .about-hero-copy {
    padding: 90px 7vw 75px;
  }

  .about-hero h1 {
    font-size: 15vw;
  }

  .about-hero-panel {
    min-height: 430px;
  }

  .about-hero-photo {
    min-height: 560px;
  }

  .about-hero-panel strong {
    font-size: 17vw;
  }

  .about-orbit-one {
    width: 330px;
    height: 330px;
  }

  .about-orbit-two {
    width: 440px;
    height: 440px;
  }

  .about-story,
  .speaker-reel,
  .about-beliefs,
  .about-credentials,
  .about-foundation,
  .about-testimonial,
  .about-fit {
    padding: 90px 7vw;
  }

  .coaching-hero-copy {
    padding: 85px 7vw 75px;
  }

  .coaching-hero h1 {
    font-size: 15vw;
  }

  .coaching-hero-visual {
    min-height: 440px;
  }

  .coaching-orbit-one {
    width: 340px;
    height: 340px;
  }

  .coaching-orbit-two {
    width: 470px;
    height: 470px;
  }

  .coaching-tension,
  .coaching-pressure,
  .coaching-process,
  .coaching-outcomes,
  .coaching-tools,
  .coaching-engagement,
  .coaching-faq {
    padding: 90px 7vw;
  }

  .coaching-for-photo {
    min-height: 560px;
  }

  .pressure-grid,
  .coaching-process-grid {
    grid-template-columns: 1fr;
  }

  .pressure-grid article,
  .coaching-process-grid article {
    min-height: auto;
  }

  .pressure-grid h3,
  .coaching-process-grid h3 {
    margin-top: 60px;
  }

  .coaching-process-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .coaching-process-grid article:last-child {
    border-bottom: 0;
  }

  .coaching-tool-grid article {
    min-height: auto;
    padding: 28px;
    grid-template-rows: 210px 1fr;
  }

  .team-hero-copy {
    padding: 85px 7vw 75px;
  }

  .team-hero h1 {
    font-size: 15vw;
  }

  .team-hero-visual {
    min-height: 440px;
  }

  .team-line-one {
    width: 270px;
    height: 270px;
  }

  .team-line-two {
    width: 390px;
    height: 390px;
  }

  .team-line-three {
    width: 500px;
    height: 500px;
  }

  .team-intro,
  .team-friction,
  .team-experience-section,
  .team-lsp,
  .team-appreciation,
  .team-process,
  .team-outcomes,
  .team-methods,
  .team-faq {
    padding: 90px 7vw;
  }

  .team-friction-grid article,
  .team-experience-grid article,
  .team-process-grid article {
    min-height: auto;
  }

  .team-friction-grid h3,
  .team-experience-grid h3,
  .team-process-grid h3 {
    margin-top: 60px;
  }

  .team-process-grid {
    grid-template-columns: 1fr;
  }

  .team-process-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .team-process-grid article:last-child {
    border-bottom: 0;
  }

  .team-lsp-logo {
    min-height: 360px;
    padding: 30px;
  }

  .speaking-hero-copy {
    padding: 85px 7vw 75px;
  }

  .speaking-hero h1 {
    font-size: 15vw;
  }

  .speaking-hero-photo,
  .speaking-bio-photo {
    min-height: 560px;
  }

  .speaking-reel-section,
  .speaking-need,
  .speaking-topics,
  .speaking-formats,
  .speaking-takeaways,
  .speaking-bio-copy,
  .speaking-credibility,
  .speaking-faq {
    padding: 90px 7vw;
  }

  .speaking-topic-grid article,
  .speaking-format-grid article {
    min-height: auto;
  }

  .speaking-topic-grid .eyebrow,
  .speaking-format-grid h3 {
    margin-top: 60px;
  }

  .speaking-format-grid {
    grid-template-columns: 1fr;
  }

  .speaking-format-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .speaking-format-grid article:last-child {
    border-bottom: 0;
  }

  .org-hero-copy {
    padding: 85px 7vw 75px;
  }

  .org-hero h1 {
    font-size: 15vw;
  }

  .org-hero-visual {
    min-height: 440px;
  }

  .org-ring-one {
    width: 310px;
    height: 310px;
  }

  .org-ring-two {
    width: 450px;
    height: 450px;
  }

  .org-intro,
  .org-pain,
  .org-capabilities,
  .org-framework,
  .org-journey,
  .org-outcomes,
  .org-tools,
  .org-partnership-copy,
  .org-faq {
    padding: 90px 7vw;
  }

  .org-pain-grid article,
  .org-capability-grid article,
  .org-journey-grid article {
    min-height: auto;
  }

  .org-pain-grid h3,
  .org-capability-grid h3,
  .org-journey-grid h3 {
    margin-top: 60px;
  }

  .org-journey > .org-section-heading {
    margin-left: 0;
  }

  .org-journey-grid {
    grid-template-columns: 1fr;
  }

  .org-journey-grid article {
    border-right: 0;
  }

  .org-partnership-photo {
    min-height: 560px;
  }

  .resources-hero-copy {
    padding: 85px 7vw 75px;
  }

  .resources-hero h1 {
    font-size: 15vw;
  }

  .resources-hero-visual {
    min-height: 480px;
  }

  .resource-card {
    width: 92px;
    height: 120px;
    padding: 10px;
    font-size: 15px;
  }

  .free-guide,
  .reading-shelf,
  .reading-practice,
  .resource-paths {
    padding: 90px 7vw;
  }

  .guide-preview {
    min-height: 520px;
  }

  .guide-sheet-front {
    padding: 27px;
  }

  .book-grid article {
    min-height: auto;
    padding: 30px;
  }

  .book-grid .eyebrow {
    margin-top: 55px;
  }

  .book-grid a {
    margin-top: 35px;
  }

  .resource-paths a {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .resource-paths a > span {
    grid-column: 1 / -1;
  }

  .principle-grid h3 {
    margin-top: 55px;
  }

  .about-credential-grid article {
    padding: 28px;
  }
}

/* Blog */

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

.blog-hero {
  min-height: 570px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 8vw;
  padding: 9vw 7vw 7vw;
  border-bottom: 1px solid var(--ink);
}

.blog-hero h1 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(58px, 7vw, 112px);
  line-height: 0.91;
  font-weight: 900;
  letter-spacing: -0.065em;
}

.blog-hero h1 em {
  color: var(--green);
  font-style: normal;
}

.blog-hero > p {
  max-width: 560px;
  margin: 0 0 10px;
  font-size: clamp(18px, 1.45vw, 23px);
}

.blog-featured {
  min-height: 520px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 8vw;
  padding: 7vw;
  color: var(--paper);
  background: var(--ink);
  overflow: hidden;
}

.blog-featured-mark {
  aspect-ratio: 1;
  max-width: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--blue);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.blog-featured-mark::before {
  content: "";
  position: absolute;
  width: 66%;
  height: 66%;
  border: 1px solid var(--green);
  border-radius: 50%;
}

.blog-featured-mark span,
.blog-featured-mark small {
  position: relative;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.blog-featured-mark strong {
  position: relative;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(34px, 4vw, 62px);
  letter-spacing: -0.07em;
}

.blog-featured h2 {
  max-width: 800px;
  margin: 0 0 30px;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
}

.blog-featured > div:last-child > p:last-child {
  max-width: 650px;
  font-size: 18px;
}

.blog-feed {
  padding: 8vw 7vw 9vw;
}

.blog-section-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 7vw;
  margin-bottom: 65px;
}

.blog-section-heading h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.96;
}

.blog-section-heading > p {
  margin: 0 0 8px;
  font-size: 17px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--ink);
}

.blog-card {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-right: 1px solid var(--ink);
}

.blog-card:last-child {
  border-right: 0;
}

.blog-card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
  color: var(--slate);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 0 0 22px;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.03;
}

.blog-card > p:not(.eyebrow) {
  margin: 0;
}

.blog-read-link {
  margin-top: auto;
  padding-top: 35px;
  font-size: 14px;
  font-weight: 800;
}

.blog-read-link b {
  margin-left: 10px;
}

.blog-newsletter {
  border-top: 1px solid var(--ink);
}

.single-post-shell {
  max-width: 900px;
  min-height: 65vh;
  margin: 0 auto;
  padding: 110px 7vw 130px;
}

.single-post-shell h1 {
  margin: 0 0 28px;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.single-post-shell .wp-block-post-date {
  margin-bottom: 45px;
  color: var(--slate);
  font-weight: 700;
}

.single-post-shell .wp-block-post-featured-image {
  margin: 0 0 55px;
}

.single-post-shell .wp-block-post-content {
  font-size: 19px;
  line-height: 1.75;
}

.single-post-shell .wp-block-post-content h2 {
  margin-top: 60px;
  font-size: clamp(34px, 4vw, 56px);
}

.single-post-shell .wp-block-post-content a {
  color: #287ecf;
  text-decoration: underline;
}

@media (max-width: 1120px) {
  .nav-links {
    gap: 15px;
    font-size: 12px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card {
    min-height: 360px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .blog-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 900px) {
  .blog-hero,
  .blog-featured,
  .blog-section-heading {
    grid-template-columns: 1fr;
  }

  .blog-hero {
    min-height: auto;
    padding: 100px 7vw;
  }

  .blog-featured {
    padding: 90px 7vw;
  }

  .blog-featured-mark {
    width: min(78vw, 360px);
  }
}

@media (max-width: 620px) {
  .blog-hero h1 {
    font-size: 15vw;
  }

  .blog-feed {
    padding: 90px 7vw;
  }

  .blog-card {
    min-height: 420px;
    padding: 28px;
  }
}
