:root {
  --blue: #1769b3;
  --blue-dark: #06285a;
  --teal: #087b85;
  --coral: #c3483c;
  --ink: #102033;
  --muted: #4d5d73;
  --line: #d9e2ec;
  --soft: #f5f9fc;
  --soft-blue: #edf7fb;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(16, 32, 51, 0.12);
  color: var(--ink);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
}

/* Shared Play to Perform page system */
.brand-hero {
  overflow: hidden;
  background: white;
}
.brand-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  min-height: min(565px, calc(100dvh - 130px));
}
.brand-hero-copy {
  display: grid;
  align-content: center;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(2rem, 5vw, 4.5rem) clamp(3rem, 6vw, 5.5rem) 0;
}
.brand-hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(4.5rem, 7vw, 7.4rem);
  line-height: .88;
}
.brand-hero-copy > p {
  max-width: 530px;
  margin: 1.5rem 0 .5rem;
  color: var(--muted);
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
}
.brand-hero .button-row { margin-top: 1.35rem; }
.brand-hero-grid > img {
  width: 100%;
  height: 100%;
  min-height: 565px;
  object-fit: cover;
  object-position: 57% center;
}
.brand-statement {
  padding: clamp(2.5rem, 5vw, 4.25rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--blue-dark);
}
.brand-statement .container {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
}
.brand-statement h2 {
  margin: 0;
  color: white;
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1;
}
.brand-statement p {
  max-width: 580px;
  margin: 0;
  color: #d4e0ed;
  font-size: 1.12rem;
}
.brand-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.25rem;
}
.brand-section-heading h2 { margin: 0; }
.brand-section-heading p { margin: 0 0 .4rem; }
.brand-paths { background: white; }
.brand-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.brand-path {
  min-width: 0;
  padding: 1.5rem;
}
.brand-path + .brand-path { border-left: 1px solid var(--line); }
.brand-path img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
}
.brand-path h3 {
  margin: 1.05rem 0 .55rem;
  color: var(--teal);
  font-size: clamp(2rem, 3vw, 3.25rem);
}
.brand-path > p {
  min-height: 5.1em;
  margin: 0 0 1rem;
}
.brand-path nav { border-top: 1px solid var(--line); }
.brand-path nav a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem 0;
  color: var(--blue-dark);
  border-bottom: 1px solid var(--line);
  font-weight: 800;
  text-decoration: none;
}
.brand-path nav a:hover,
.brand-path nav a:focus-visible { color: var(--teal); }
.brand-about {
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
  background: var(--soft);
}
.brand-about-grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}
.brand-about img {
  width: 100%;
  max-height: 520px;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  object-position: center 22%;
}
.brand-about h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
}
.brand-about p {
  max-width: 660px;
  font-size: 1.12rem;
}
.brand-cta {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--coral);
}
.brand-cta .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
.brand-cta h2 {
  margin: 0;
  color: white;
}
.brand-cta p {
  margin: .55rem 0 0;
  color: white;
}
.brand-cta .button {
  flex: 0 0 auto;
  color: white;
  border-color: white;
}
.content-hero {
  overflow: hidden;
  background: white;
}
.content-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(400px, 1.08fr);
  min-height: 520px;
}
.content-hero-grid > div {
  display: grid;
  align-content: center;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(2rem, 6vw, 5rem) clamp(3rem, 6vw, 5.5rem) 0;
}
.content-hero h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(3.6rem, 6vw, 6rem);
  line-height: .95;
}
.content-hero-grid > div > p {
  max-width: 610px;
  font-size: clamp(1.12rem, 1.5vw, 1.32rem);
}
.content-hero img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.profile-hero {
  padding-block: clamp(3rem, 6vw, 5rem);
  background: white;
}
.profile-hero .about-photo {
  max-height: 680px;
  aspect-ratio: 4 / 5;
  object-position: center 18%;
  border-radius: 0;
  box-shadow: none;
}
.page-hero {
  color: white;
  background: var(--blue-dark) !important;
}
.page-hero h1 { color: white; }
.page-hero p { color: #d4e0ed; }
.leadership-hero {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
  min-height: 560px;
}
.leadership-hero-copy { padding: clamp(3rem, 5.5vw, 5.5rem); }
.leadership-hero h1 { font-size: clamp(3.5rem, 5.2vw, 5.5rem); }
.blog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 3rem;
}
.blog-post.card {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}
.contact-page {
  padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--blue-dark);
}
.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.contact-page-grid > * { min-width: 0; }
.contact-page h1 {
  margin: 0;
  color: white;
  font-size: clamp(3.5rem, 5vw, 5rem);
  line-height: .9;
}
.contact-page-copy > p {
  max-width: 540px;
  color: #d4e0ed;
  font-size: 1.2rem;
}
.contact-cues {
  display: grid;
  margin-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.25);
}
.contact-cues span {
  padding: .9rem 0;
  border-bottom: 1px solid rgba(255,255,255,.25);
  font-weight: 800;
}
.contact-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  color: var(--ink);
  background: white;
}
.contact-form textarea { min-height: 150px; }

@media (max-width: 850px) {
  .brand-hero-grid,
  .brand-statement .container,
  .brand-path-grid,
  .brand-about-grid,
  .content-hero-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }
  .brand-hero-grid { min-height: auto; }
  .brand-hero-copy {
    padding: 3.5rem 1.1rem;
  }
  .brand-hero-grid > img {
    min-height: 390px;
    max-height: 520px;
  }
  .brand-path + .brand-path {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .brand-path > p { min-height: 0; }
  .brand-about img {
    max-width: 430px;
    justify-self: center;
  }
  .brand-cta .container,
  .brand-section-heading {
    display: block;
  }
  .brand-cta .button { margin-top: 1.25rem; }
  .content-hero-grid > div {
    padding: 3.5rem 1.1rem;
  }
  .content-hero img {
    min-height: 360px;
    order: -1;
  }
  .contact-page-grid { gap: 2.5rem; }
  .blog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .brand-hero h1 { font-size: clamp(4rem, 20vw, 5.4rem); }
  .brand-hero .button-row { display: grid; }
  .brand-hero .button { width: 100%; }
  .brand-hero-grid > img {
    min-height: 310px;
    object-position: 58% center;
  }
  .brand-path { padding: 1.25rem 0; }
  .brand-about img { max-height: 460px; }
  .brand-cta .button { width: 100%; }
  .content-hero h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .content-hero .button-row { display: grid; }
  .content-hero .button { width: 100%; }
  .contact-page h1 { font-size: clamp(3.7rem, 17vw, 5.2rem); }
  .contact-form { padding: 1.2rem; }
}

/* Play to Perform — focused offer and pitch system */
.pitch-hero,
.pitch-detail-hero {
  overflow: hidden;
  background: var(--white);
}

.pitch-hero-grid,
.pitch-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  min-height: 630px;
}

.pitch-hero-copy,
.pitch-detail-grid > div {
  position: relative;
  display: grid;
  align-content: center;
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(2.5rem, 6vw, 6rem) clamp(3.5rem, 7vw, 6.5rem) 0;
}

.pitch-hero h1,
.pitch-detail-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(3.8rem, 5vw, 5.6rem);
  line-height: .91;
  letter-spacing: -.055em;
}

.pitch-hero-copy > p,
.pitch-detail-grid > div > p:not(.pitch-plainspoken) {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.55vw, 1.32rem);
  line-height: 1.65;
}

.pitch-hero .button-row,
.pitch-detail-hero .button-row {
  margin-top: 1rem;
}

.pitch-hero-grid > img,
.pitch-detail-grid > img {
  width: 100%;
  height: 100%;
  min-height: 630px;
  object-fit: cover;
  object-position: 55% center;
}

.pitch-pieces {
  display: flex;
  gap: .55rem;
  align-items: end;
  height: 54px;
  margin-top: 2.5rem;
}

.pitch-pieces i {
  display: block;
  width: 40px;
  height: 17px;
  background: var(--teal);
  transform: rotate(-7deg);
}

.pitch-pieces i:nth-child(2) {
  width: 22px;
  height: 36px;
  background: var(--coral);
  transform: rotate(8deg);
}

.pitch-pieces i:nth-child(3) {
  width: 31px;
  height: 25px;
  background: #f0b63b;
  transform: rotate(-3deg);
}

.pitch-pieces i:nth-child(4) {
  width: 18px;
  height: 43px;
  background: var(--blue);
  transform: rotate(11deg);
}

.pitch-pieces i:nth-child(5) {
  width: 45px;
  height: 12px;
  background: var(--teal);
  transform: rotate(4deg);
}

.pitch-friction {
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
  color: var(--white);
  background: var(--blue-dark);
}

.pitch-friction h2 {
  max-width: 930px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.65rem, 4.8vw, 5rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.pitch-friction-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(2.75rem, 5vw, 4.5rem);
  border-block: 1px solid rgba(255, 255, 255, .24);
}

.pitch-friction-list p {
  margin: 0;
  padding: 1.45rem 1.35rem;
  color: #d9e7f4;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
}

.pitch-friction-list p + p {
  border-left: 1px solid rgba(255, 255, 255, .24);
}

.pitch-friction-list strong {
  display: block;
  margin-top: .2rem;
  color: #52d8dd;
  font-size: 1.18em;
}

.pitch-friction-list p:nth-child(even) strong {
  color: #ff8277;
}

.pitch-reveal-grid,
.pitch-outcomes-grid,
.pitch-copy-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.pitch-reveal h2,
.pitch-outcomes h2,
.pitch-copy-pair h2,
.pitch-shift h2,
.pitch-fit h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: .96;
  letter-spacing: -.045em;
}

.pitch-reveal h2 em,
.pitch-outcomes h2 em,
.pitch-shift h2 em {
  color: var(--teal);
  font-style: normal;
}

.pitch-lead {
  max-width: 700px;
  margin: 1.4rem 0 2rem;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.65;
}

.pitch-observations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.pitch-observations span {
  padding: .9rem .5rem .9rem 0;
  color: var(--blue-dark);
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.pitch-reveal-grid > img {
  width: 100%;
  min-height: 470px;
  object-fit: cover;
  box-shadow: 22px 22px 0 var(--soft-blue);
}

.pitch-shift,
.pitch-engagement {
  background: var(--soft-blue);
}

.pitch-shift-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.pitch-shift-heading p {
  max-width: 560px;
  margin: 0 0 .4rem;
  color: var(--muted);
  font-size: 1.14rem;
}

.pitch-sequence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(3rem, 6vw, 5rem) 0 2.5rem;
  padding: 0;
  list-style: none;
  border-block: 1px solid #b9d5e2;
}

.pitch-sequence li {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 150px;
  padding: 1.35rem;
}

.pitch-sequence li + li {
  border-left: 1px solid #b9d5e2;
}

.pitch-sequence b {
  color: var(--coral);
  font-size: 3.35rem;
  line-height: 1;
}

.pitch-sequence strong,
.pitch-sequence span {
  display: block;
}

.pitch-sequence strong {
  color: var(--blue-dark);
  font-size: 1.2rem;
}

.pitch-sequence span {
  margin-top: .3rem;
  color: var(--muted);
}

.pitch-centered-cta {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}

.pitch-outcomes {
  background: var(--white);
}

.pitch-outcomes-grid {
  align-items: start;
}

.pitch-outcomes-grid > div:first-child > p {
  max-width: 590px;
  color: var(--muted);
  font-size: 1.18rem;
}

.pitch-outcome-list {
  border-top: 4px solid var(--teal);
}

.pitch-outcome-list p {
  margin: 0;
  padding: 1.25rem .25rem;
  color: var(--blue-dark);
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 800;
}

.pitch-origin {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
  color: var(--white);
  background: var(--blue-dark);
}

.pitch-origin-grid {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1fr) minmax(250px, .65fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.pitch-origin img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
}

.pitch-origin h2 {
  margin-top: 0;
  color: var(--white);
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  line-height: .98;
}

.pitch-origin p {
  color: #d4e0ed;
}

.pitch-origin blockquote {
  margin: 0;
  padding-left: 1.5rem;
  color: #52d8dd;
  border-left: 4px solid var(--coral);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 800;
  line-height: 1.05;
}

.pitch-cta {
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
  color: var(--white);
  background: var(--coral);
}

.pitch-cta-grid {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
}

.pitch-cta h2 {
  max-width: 850px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  line-height: .95;
}

.pitch-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: #fff3f1;
  font-size: 1.12rem;
}

.pitch-cta .button-row,
.pitch-cta > .container > .button {
  flex: 0 0 auto;
}

.pitch-detail-hero h1 {
  font-size: clamp(4.6rem, 8vw, 8.8rem);
}

.pitch-detail-lead {
  color: var(--blue-dark) !important;
  font-weight: 700;
}

.pitch-plainspoken {
  margin: 1.5rem 0 0;
  color: var(--teal);
  font-weight: 800;
}

.pitch-copy-pair {
  align-items: start;
}

.pitch-copy-pair > div {
  color: var(--muted);
  font-size: 1.18rem;
}

.pitch-engagement-list {
  margin: clamp(3rem, 6vw, 5rem) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #b9d5e2;
}

.pitch-engagement-list li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  padding: 2.25rem 0;
  border-bottom: 1px solid #b9d5e2;
}

.pitch-engagement-list > li > span {
  color: var(--coral);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 900;
  line-height: 1;
}

.pitch-engagement-list h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.pitch-engagement-list p {
  max-width: 800px;
  color: var(--muted);
}

.pitch-engagement-list strong {
  color: var(--teal);
}

.pitch-fit {
  background: var(--white);
}

.pitch-fit h2 {
  max-width: 880px;
}

.pitch-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 8vw, 8rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.pitch-fit-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 4px solid var(--teal);
}

.pitch-fit-grid li {
  padding: 1rem 0;
  color: var(--blue-dark);
  border-bottom: 1px solid var(--line);
  font-size: 1.12rem;
  font-weight: 700;
}

.pitch-fit-grid h3 {
  margin: 0 0 1rem;
  color: var(--coral);
  font-size: 1.6rem;
}

.pitch-fit-grid > div ul {
  border-top-color: var(--coral);
}

@media (max-width: 1050px) {
  .pitch-hero-grid,
  .pitch-detail-grid {
    grid-template-columns: 1fr;
  }
  .pitch-hero-copy,
  .pitch-detail-grid > div {
    padding-inline: clamp(1rem, 5vw, 3rem);
  }
  .pitch-hero-grid > img,
  .pitch-detail-grid > img {
    min-height: 430px;
    max-height: 540px;
  }
  .pitch-friction-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pitch-friction-list p:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
  }
  .pitch-friction-list p:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .24);
  }
  .pitch-origin-grid {
    grid-template-columns: minmax(210px, .65fr) minmax(0, 1.35fr);
  }
  .pitch-origin blockquote {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .pitch-hero-copy,
  .pitch-detail-grid > div {
    padding-block: 3rem;
  }
  .pitch-hero h1,
  .pitch-detail-hero h1 {
    font-size: clamp(3.15rem, 14vw, 4.9rem);
  }
  .pitch-hero-grid > img,
  .pitch-detail-grid > img {
    min-height: 300px;
    max-height: 390px;
  }
  .pitch-friction-list,
  .pitch-reveal-grid,
  .pitch-outcomes-grid,
  .pitch-copy-pair,
  .pitch-shift-heading,
  .pitch-sequence,
  .pitch-fit-grid,
  .pitch-origin-grid {
    grid-template-columns: 1fr;
  }
  .pitch-friction-list p + p,
  .pitch-friction-list p:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, .24);
    border-left: 0;
  }
  .pitch-reveal-grid,
  .pitch-outcomes-grid,
  .pitch-copy-pair,
  .pitch-shift-heading,
  .pitch-fit-grid {
    gap: 2.5rem;
  }
  .pitch-reveal-grid > img {
    min-height: 300px;
    box-shadow: 12px 12px 0 var(--soft-blue);
  }
  .pitch-observations {
    grid-template-columns: 1fr;
  }
  .pitch-sequence li + li {
    border-top: 1px solid #b9d5e2;
    border-left: 0;
  }
  .pitch-origin img {
    max-width: 380px;
  }
  .pitch-cta-grid {
    display: grid;
  }
  .pitch-cta .button-row,
  .pitch-cta > .container > .button {
    width: 100%;
  }
  .pitch-engagement-list li {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 520px) {
  .pitch-hero .button-row,
  .pitch-detail-hero .button-row,
  .pitch-cta .button-row {
    display: grid;
  }
  .pitch-hero .button,
  .pitch-detail-hero .button,
  .pitch-cta .button {
    width: 100%;
  }
  .pitch-hero h1,
  .pitch-detail-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }
  .pitch-pieces {
    margin-top: 1.75rem;
  }
  .pitch-friction h2,
  .pitch-reveal h2,
  .pitch-outcomes h2,
  .pitch-copy-pair h2,
  .pitch-shift h2,
  .pitch-fit h2 {
    font-size: clamp(2.55rem, 12vw, 3.8rem);
  }
  .pitch-engagement-list li {
    grid-template-columns: 1fr;
  }
}

/* WCAG 2.2 AA accessibility layer */
.button.dark {
  color: var(--blue-dark);
  border-color: var(--white);
  background: var(--white);
}

.text-link.light {
  color: var(--white);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible,
.home-resource:focus-visible,
.leadership-path:focus-visible,
.assessment-directory-card:focus-visible,
.answer-choice:focus-visible,
.track-card:focus-visible,
.course-overview-row:focus-visible {
  outline: 3px solid var(--white) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 6px var(--blue-dark) !important;
}

#main:focus {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  :where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid Highlight !important;
    box-shadow: none !important;
  }
}

/* Resources */
.resource-signup {
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--blue-dark);
}
.resource-signup-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.resource-signup h2 {
  max-width: 590px;
  margin: 0;
  color: white;
  font-size: clamp(3rem, 5vw, 5rem);
}
.resource-signup-grid > div > p:not(.eyebrow) {
  max-width: 590px;
  color: #d4e0ed;
  font-size: 1.12rem;
}
.resource-signup .eyebrow { color: #3dd0d7; }
.resource-signup-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  color: var(--ink);
  border-top: 5px solid var(--coral);
  background: white;
}
.consent-check {
  grid-template-columns: 22px minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
  font-weight: 600;
  line-height: 1.45;
}
.consent-check input {
  width: 18px;
  height: 18px;
  margin: .15rem 0 0;
  padding: 0;
  accent-color: var(--teal);
}
.resource-signup-form .button { width: fit-content; }
.form-privacy {
  margin: -.25rem 0 0;
  color: var(--muted);
  font-size: .9rem;
}
.resource-directory { background: white; }
.resource-directory-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: 2.25rem;
}
.resource-directory-heading h2 { margin: 0; }
.resource-directory-heading > p { margin: 0 0 .4rem; }
.resource-directory-list { border-top: 1px solid var(--line); }
.resource-directory-item {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: 1.5rem 0;
  color: inherit;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.resource-directory-item img {
  width: 250px;
  height: 160px;
  object-fit: cover;
}
.resource-directory-item span {
  display: grid;
  grid-template-columns: minmax(210px, .65fr) minmax(280px, 1fr) auto;
  gap: clamp(1.25rem, 4vw, 4rem);
  align-items: center;
}
.resource-directory-item strong {
  color: var(--blue-dark);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
}
.resource-directory-item small {
  color: var(--muted);
  font-size: 1rem;
}
.resource-directory-item b {
  color: var(--teal);
  white-space: nowrap;
}
.resource-directory-item:hover strong,
.resource-directory-item:focus-visible strong { color: var(--teal); }
.resource-directory-item:hover b,
.resource-directory-item:focus-visible b { color: var(--coral); }
.resource-directory-item.locked {
  cursor: default;
}
.resource-directory-item.locked b {
  color: var(--coral);
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.resource-unlocked {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--teal);
}
.resource-unlocked .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
.resource-unlocked h2 {
  margin: 0;
  color: white;
}
.resource-unlocked p {
  max-width: 720px;
  margin: .55rem 0 0;
  color: white;
}
.resource-unlocked .eyebrow { color: white; }
.resource-unlocked .button {
  flex: 0 0 auto;
  color: white;
  border-color: white;
}
.resource-directory-cta {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--coral);
}
.resource-directory-cta .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
.resource-directory-cta h2 {
  margin: 0;
  color: white;
}
.resource-directory-cta p {
  margin: .55rem 0 0;
  color: white;
}
.resource-directory-cta .button {
  flex: 0 0 auto;
  color: white;
  border-color: white;
}

@media (max-width: 1100px) {
  .resource-signup-grid,
  .resource-directory-heading {
    grid-template-columns: 1fr;
  }
  .resource-directory-item span {
    grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr);
  }
  .resource-directory-item b { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .resource-directory-item {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 1rem;
  }
  .resource-directory-item img {
    width: 110px;
    height: 145px;
  }
  .resource-directory-item span {
    display: block;
  }
  .resource-directory-item small {
    display: block;
    margin-top: .5rem;
  }
  .resource-directory-item b {
    display: block;
    margin-top: .8rem;
  }
  .resource-directory-cta .container { display: block; }
  .resource-unlocked .container { display: block; }
  .resource-unlocked .button {
    width: 100%;
    margin-top: 1.25rem;
  }
  .resource-directory-cta .button {
    width: 100%;
    margin-top: 1.25rem;
  }
}

@media (max-width: 600px) {
  .resource-signup-form { padding: 1.2rem; }
  .resource-signup-form .button { width: 100%; }
  .resource-signup .form-row { grid-template-columns: 1fr; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
body.assessment-mode { overflow: hidden; }
body.assessment-mode .site-footer {
  height: 82px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: .6rem clamp(1rem, 4vw, 4rem);
}
body.assessment-mode .site-footer > div {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
body.assessment-mode .site-footer .footer-logo { width: 120px; }
body.assessment-mode .site-footer p {
  max-width: 580px;
  margin: 0;
  font-size: .82rem;
  line-height: 1.35;
}
body.assessment-mode .site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
}
body.assessment-mode .site-footer a { font-size: .82rem; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 10;
  background: var(--ink);
  color: white;
  padding: .7rem 1rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 76px;
  padding: .75rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(216, 226, 236, .8);
  backdrop-filter: blur(16px);
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: var(--blue-dark);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 800;
  text-decoration: none;
}
.brand-logo {
  width: clamp(138px, 18vw, 174px);
  height: auto;
  object-fit: contain;
}
.footer-logo {
  width: 174px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 700;
}
.site-nav a {
  color: var(--blue-dark);
  text-decoration: none;
  padding: .65rem .2rem;
}
.site-nav a[aria-current],
.site-nav a.section-current {
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
}
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .8rem 1.2rem !important;
  border: 2px solid currentColor;
  border-radius: 6px;
  color: var(--blue-dark);
  background: transparent;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.button.primary {
  color: white;
  border-color: var(--blue);
  background: var(--blue);
}
.button.red, .button.accent {
  color: white;
  border-color: var(--coral);
  background: var(--coral);
}
.button:hover, .nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 79, 137, .16);
}
.menu-button { display: none; }

.section {
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1rem, 5vw, 5rem);
}
.section[id],
[id] { scroll-margin-top: 88px; }
.section.tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section.soft { background: var(--soft); }
.container { max-width: 1160px; margin: 0 auto; }
.narrow { max-width: 850px; margin: 0 auto; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, 1.14fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  min-height: min(720px, calc(100vh - 76px));
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.hero-image {
  min-height: min(58vw, 540px);
  border-radius: 8px 0 0 8px;
  background: url("/assets/play-to-perform-3.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}
.home-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(650px, calc(100dvh - 195px));
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1rem, 5vw, 5rem);
  overflow: hidden;
  isolation: isolate;
  background-image: var(--home-hero-image);
  background-position: center;
  background-size: cover;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 27, 61, .96) 0%, rgba(4, 27, 61, .78) 34%, rgba(4, 27, 61, .18) 66%, rgba(4, 27, 61, .04) 100%);
}
.home-hero-content {
  width: 100%;
}
.home-hero h1 {
  max-width: 760px;
  margin: 0;
  color: white;
  font-size: clamp(3.7rem, 7.2vw, 6.8rem);
  line-height: .94;
}
.home-hero-statement {
  max-width: 720px;
  margin: 1.2rem 0 .8rem;
  color: #3dd0d7;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.08;
}
.home-hero-copy {
  max-width: 580px;
  margin: 0;
  color: white;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.55;
}
.home-hero .button-row { margin-top: 1.5rem; }
.home-ghost {
  color: white;
  border-color: white;
}
.home-tagline {
  margin: 1.2rem 0 0;
  color: white;
  font-size: 1rem;
  font-weight: 800;
}
.home-story {
  padding-top: clamp(2.75rem, 5vw, 4.5rem);
}
.home-story-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1.15fr) minmax(0, .85fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}
.home-story-grid > img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.home-story-grid h2 {
  max-width: 560px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}
.home-pattern-lines {
  margin: 1.5rem 0;
  padding-left: 1.25rem;
  border-left: 4px solid var(--teal);
}
.home-pattern-lines p {
  margin: .3rem 0;
  color: var(--ink);
  font-size: 1.08rem;
}
.home-friction {
  color: white;
  background: var(--blue-dark);
}
.home-friction-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr);
  gap: 2rem;
  align-items: end;
  padding-bottom: 2.2rem;
}
.home-friction-heading h2 {
  max-width: 760px;
  margin: 0;
  color: white;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}
.home-friction-heading p {
  margin: 0 0 .4rem;
  color: #3dd0d7;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 900;
}
.home-friction-list {
  border-top: 1px solid rgba(255, 255, 255, .28);
}
.home-friction-list article {
  display: grid;
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}
.home-friction-list h3,
.home-friction-list p {
  margin: 0;
}
.home-friction-list h3 { color: white; }
.home-friction-list p { color: #cbd8e7; }
.home-friction-list span {
  color: #3dd0d7;
  font-size: 1.5rem;
}
.home-resources {
  background: white;
}
.home-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}
.home-section-heading h2,
.home-section-heading p { margin: 0; }
.home-section-heading p { max-width: 420px; }
.home-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}
.home-resource {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  color: inherit;
  border-right: 1px solid var(--line);
  text-decoration: none;
}
.home-resource:last-child { border-right: 0; }
.home-resource > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.home-resource > span {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
}
.home-resource strong {
  color: var(--blue-dark);
  font-size: 1.35rem;
  line-height: 1.15;
}
.home-resource small {
  margin-top: .65rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.45;
}
.home-resource b {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  color: var(--teal);
  font-size: 1.3rem;
}
.home-resource:hover,
.home-resource:focus-visible {
  background: var(--soft-blue);
  outline: none;
}
.home-resource:hover > img,
.home-resource:focus-visible > img {
  filter: saturate(1.08);
}
.home-about-band {
  border-top: 1px solid var(--line);
  background: var(--soft);
}
.home-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  align-items: stretch;
}
.home-about-grid > div {
  display: grid;
  align-content: center;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 6vw, 5rem) clamp(3rem, 7vw, 6rem) 0;
}
.home-about-grid h2 {
  max-width: 560px;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
}
.home-about-grid > div > p { max-width: 540px; }
.home-about-grid > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.home-cta {
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--coral);
}
.home-cta .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
.home-cta h2 {
  margin: 0;
  color: white;
}
.home-cta p {
  margin: .65rem 0 0;
  color: white;
}
.home-cta-button {
  flex: 0 0 auto;
  color: white;
  border-color: white;
}
.shift-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(650px, calc(100dvh - 195px));
  padding: clamp(2.5rem, 5vw, 5rem);
  overflow: hidden;
  isolation: isolate;
  color: white;
  background-image: var(--shift-hero-image);
  background-position: center;
  background-size: cover;
}
.shift-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 27, 61, .98) 0%, rgba(4, 27, 61, .86) 30%, rgba(4, 27, 61, .22) 58%, rgba(4, 27, 61, 0) 76%);
}
.shift-hero-content { width: 100%; }
.shift-hero h1 {
  max-width: 650px;
  margin: 0;
  color: white;
  font-size: clamp(4.2rem, 7vw, 7rem);
  line-height: .94;
}
.shift-hero-statement {
  max-width: 640px;
  margin: 1.15rem 0 .75rem;
  color: white;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.08;
}
.shift-hero-content > p:not(.shift-hero-statement, .shift-plainspoken) {
  max-width: 600px;
  color: white;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}
.shift-hero .button-row { margin-top: 1.6rem; }
.shift-ghost {
  color: white;
  border-color: white;
}
.shift-plainspoken {
  margin-top: 1.25rem;
  color: white;
  font-weight: 800;
}
.shift-change { background: white; }
.shift-change h2 {
  max-width: 940px;
  font-size: clamp(2.8rem, 5vw, 5rem);
}
.shift-change img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  margin-top: 2rem;
  border-radius: 6px;
  object-fit: cover;
}
.shift-contrast {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 1.5rem;
}
.shift-label {
  margin: 0;
  padding-bottom: .7rem;
  color: var(--blue-dark);
  border-bottom: 4px solid var(--muted);
  font-size: .9rem;
  font-weight: 900;
  text-transform: uppercase;
}
.shift-label.teal {
  color: var(--teal);
  border-color: var(--teal);
}
.shift-contrast ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shift-contrast li {
  position: relative;
  padding: 1rem 1rem 1rem 2.2rem;
  border-bottom: 1px solid var(--line);
  color: var(--blue-dark);
  font-weight: 800;
}
.shift-contrast li::before {
  content: "×";
  position: absolute;
  left: .25rem;
  color: var(--muted);
  font-size: 1.35rem;
}
.shift-contrast .positive li::before {
  content: "✓";
  color: var(--teal);
}
.shift-method {
  color: white;
  background: var(--blue-dark);
}
.shift-method-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
  gap: 3rem;
  align-items: end;
}
.shift-method-heading h2 {
  margin: 0;
  color: white;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}
.shift-method-heading p {
  margin: 0 0 .35rem;
  color: #d4e0ed;
}
.shift-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, .25);
}
.shift-steps article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.1rem;
  min-height: 210px;
  padding: 2rem 2rem 1rem 0;
  border-right: 1px solid rgba(255, 255, 255, .25);
}
.shift-steps article + article { padding-left: 2rem; }
.shift-steps article:last-child {
  padding-right: 0;
  border-right: 0;
}
.shift-steps span {
  color: var(--coral);
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
}
.shift-steps article:nth-child(2) span { color: #3dd0d7; }
.shift-steps h3 {
  margin: 0;
  color: white;
  font-size: 1.7rem;
}
.shift-steps p { color: #d4e0ed; }
.shift-outcomes { background: white; }
.shift-outcomes h2 {
  margin-bottom: 2rem;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}
.shift-outcome-list { border-top: 1px solid var(--line); }
.shift-outcome-list article {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}
.shift-outcome-list h3,
.shift-outcome-list p { margin: 0; }
.shift-outcome-list h3 { font-size: 1.45rem; }
.shift-outcome-list span {
  color: var(--teal);
  font-size: 1.5rem;
}
.shift-cta,
.leadership-cta {
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--coral);
}
.shift-cta .container,
.leadership-cta .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
.shift-cta h2,
.leadership-cta h2 {
  margin: 0;
  color: white;
}
.shift-cta p {
  margin: .55rem 0 0;
  color: white;
}
.shift-cta .button,
.leadership-cta .button {
  flex: 0 0 auto;
  color: white;
  border-color: white;
}
.leadership-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  min-height: 610px;
  background: white;
}
.leadership-hero-media { overflow: hidden; }
.leadership-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% center;
}
.leadership-hero-copy {
  display: grid;
  align-content: center;
  padding: clamp(3rem, 6vw, 6rem);
}
.leadership-hero h1 {
  margin: 0;
  font-size: clamp(3.3rem, 5vw, 5.8rem);
  line-height: .98;
}
.leadership-hero-copy > p {
  max-width: 640px;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
}
.lead-framework { background: white; }
.lead-framework h2 {
  margin-bottom: 2rem;
  text-align: center;
}
.lead-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.lead-rail article {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: .9rem;
  align-content: start;
  min-width: 0;
  min-height: 210px;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
}
.lead-rail span {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  color: var(--teal);
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
}
.lead-rail h3 {
  margin: .25rem 0 .65rem;
  font-size: 1.3rem;
  overflow-wrap: normal;
  word-break: normal;
}
.lead-rail p {
  margin: 0;
  font-size: 1rem;
}
.lead-pressure {
  color: white;
  background: var(--blue-dark);
}
.lead-pressure .container {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: stretch;
}
.lead-pressure .container > div {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 6vw, 5rem) clamp(3rem, 6vw, 6rem) 0;
}
.lead-pressure h2 {
  color: white;
  font-size: clamp(2.6rem, 4vw, 4.2rem);
}
.lead-pressure p { color: #d4e0ed; }
.lead-pressure-button {
  width: fit-content;
  max-width: 100%;
  margin-top: 1rem;
  color: #3dd0d7;
  border-color: #3dd0d7;
  white-space: normal;
}
.lead-pressure img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: 34% center;
}
.leadership-paths { background: white; }
.leadership-paths > .container > h2 {
  max-width: 900px;
  margin-bottom: 2rem;
}
.leadership-path-list {
  border-top: 1px solid var(--line);
}
.leadership-path {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  min-height: 145px;
  padding: 1rem 0;
  color: inherit;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.leadership-path img {
  width: 230px;
  height: 112px;
  border-radius: 4px;
  object-fit: cover;
}
.leadership-path span {
  display: grid;
  gap: .4rem;
}
.leadership-path strong {
  color: var(--teal);
  font-size: 1.45rem;
}
.leadership-path small {
  color: var(--muted);
  font-size: .96rem;
}
.leadership-path b {
  color: var(--teal);
  font-size: .92rem;
}
.leadership-path:hover,
.leadership-path:focus-visible {
  background: var(--soft-blue);
  outline: none;
}
.hero h1, .page-hero h1 {
  margin: 0 0 1.3rem;
  color: var(--blue-dark);
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 1;
  font-weight: 800;
}
.hero h1 span {
  display: block;
  margin-bottom: 1rem;
  color: var(--blue);
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  line-height: 1.05;
}
.hero p, .lead {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.55vw, 1.35rem);
  line-height: 1.6;
}
.button-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.align-end { justify-content: flex-end; align-self: end; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.split.reverse { grid-template-columns: minmax(280px, .85fr) minmax(0, 1fr); }
.split.reverse > img { order: -1; }
.portrait {
  width: min(420px, 100%);
  justify-self: center;
  padding: 1rem 1rem 0;
  border-radius: 8px;
  background: var(--soft-blue);
  box-shadow: var(--shadow);
  object-fit: contain;
}
.about-hero h1 {
  margin: 0 0 1.2rem;
  color: var(--blue-dark);
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1;
}
.about-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}
.about-belief {
  color: white;
  background: var(--blue-dark);
}
.about-belief h2 { color: white; }
.about-belief p { color: #d6e1ed; }
.about-belief .eyebrow { color: #ff9187; }
.media-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: white;
}

h2 {
  margin: 0 0 1.1rem;
  color: var(--blue-dark);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}
h3 {
  margin: 0 0 .7rem;
  color: var(--blue-dark);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}
p, li {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}
.eyebrow {
  color: var(--coral);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.card {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.section-heading {
  max-width: 780px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.section-heading p:last-child {
  margin-inline: auto;
  max-width: 700px;
}
.section-heading.left {
  max-width: 820px;
  margin-inline: 0;
  text-align: left;
}
.section-heading.left p:last-child { margin-inline: 0; }
.card img.icon {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 1rem;
}
.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 5rem);
}
.compare-block {
  position: relative;
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1rem, 3vw, 2rem);
}
.compare-block + .compare-block {
  border-left: 1px solid var(--line);
}
.compare-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: white;
  background: var(--teal);
  font-size: 2rem;
  font-weight: 900;
}
.compare-block.no .compare-icon { background: var(--coral); }
.compare-block.no h2 { color: var(--coral); }
.compare-block ul {
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}
.compare-block li {
  margin: .85rem 0;
  color: var(--ink);
}
.system-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 5vw, 4rem);
  text-align: center;
}
.system-steps article {
  position: relative;
  padding-inline: 1rem;
}
.system-steps article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: calc(-2rem - 1vw);
  top: 3.2rem;
  color: #a8b8c9;
  font-size: 2rem;
}
.system-steps span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 1rem;
  border: 2px solid var(--teal);
  border-radius: 50%;
}
.system-steps article:nth-child(1) span::before { content: "▶"; color: var(--teal); }
.system-steps article:nth-child(2) span { border-color: #e7a900; }
.system-steps article:nth-child(2) span::before { content: "◇"; color: #e7a900; font-size: 1.8rem; }
.system-steps article:nth-child(3) span { border-color: var(--coral); }
.system-steps article:nth-child(3) span::before { content: "⚑"; color: var(--coral); font-size: 1.8rem; }
.system-steps h3 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.system-steps article:nth-child(1) h3 { color: var(--teal); }
.system-steps article:nth-child(2) h3 { color: #e7a900; }
.system-steps article:nth-child(3) h3 { color: var(--coral); }
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}
.resource-card {
  display: grid;
  align-content: start;
  gap: .75rem;
  min-height: 230px;
  padding: 1.4rem;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid var(--line);
  background: white;
}
.resource-card:last-child { border-right: 0; }
.resource-card:hover {
  background: var(--soft-blue);
}
.resource-card span {
  margin-top: auto;
  color: var(--teal);
  font-weight: 900;
}
.play-shift-panel {
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-top: 6px solid var(--teal);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}
.section-image,
.offer-hero-image {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.pattern-image {
  aspect-ratio: 1.45 / 1;
  object-position: center;
}
.pattern-reveal {
  border-bottom: 1px solid var(--line);
}
.pattern-reveal-grid {
  grid-template-columns: minmax(360px, 1.1fr) minmax(0, .9fr);
}
.signal-list {
  margin: 1.7rem 0;
  padding: .3rem 0 .3rem 1.4rem;
  border-left: 4px solid var(--teal);
}
.signal-list p {
  margin: .35rem 0;
  color: var(--ink);
}
.text-link {
  display: inline-flex;
  margin-top: .7rem;
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.text-link:hover { text-decoration-thickness: .14em; }
.outcome-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 3rem;
  border-block: 1px solid var(--line);
}
.outcome-row article {
  padding: clamp(1.3rem, 3vw, 2.2rem);
  border-right: 1px solid var(--line);
}
.outcome-row article:last-child { border-right: 0; }
.outcome-row span,
.why-grid strong {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--coral);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.friction-section {
  background: var(--blue-dark);
}
.friction-section h2,
.friction-section h3 { color: white; }
.friction-section p { color: #cbd8e7; }
.friction-section .eyebrow { color: #ff9187; }
.lead.compact {
  max-width: 560px;
  font-size: 1.15rem;
}
.friction-list {
  border-top: 1px solid rgba(255, 255, 255, .2);
}
.friction-list article {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.friction-list h3,
.friction-list p { margin: 0; }
.fit-section {
  padding-top: 0;
}
.fit-section .section-image {
  aspect-ratio: 1.45 / 1;
}
.plain-list {
  padding-left: 1.25rem;
}
.plain-list li { margin: .8rem 0; }
.offer-hero {
  padding-top: clamp(2.5rem, 5vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}
.offer-hero .split {
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
}
.offer-hero h1 {
  margin: 0 0 1.2rem;
  color: var(--blue-dark);
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  line-height: 1;
}
.offer-hero-image {
  min-height: 480px;
  max-height: 620px;
  object-position: center;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}
.why-grid article {
  min-height: 250px;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
}
.why-grid article:last-child { border-right: 0; }
.outcome-checks {
  margin: 0;
  padding: clamp(1rem, 3vw, 2rem);
  border-left: 5px solid var(--teal);
  background: white;
}
.final-cta {
  background: linear-gradient(90deg, var(--soft-blue), white);
  border-top: 1px solid var(--line);
}
.pillar {
  border-left: 5px solid var(--coral);
}
.check-list {
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 2rem;
  margin: .9rem 0;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal);
  font-weight: 900;
}
.course-band {
  background: var(--soft-blue);
  border-block: 1px solid var(--line);
}
.module-card {
  display: grid;
  align-content: start;
  gap: .55rem;
}
.module-number {
  margin: 0;
  color: var(--coral);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.practice {
  margin-top: .5rem;
  padding: 1rem;
  border-left: 4px solid var(--teal);
  background: var(--soft);
  color: var(--muted);
  line-height: 1.55;
}
.practice strong { color: var(--ink); }
.lesson-list {
  display: grid;
  gap: 1.5rem;
}
.course-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}
.course-overview-card {
  display: grid;
  align-content: start;
  gap: .6rem;
  color: inherit;
  text-decoration: none;
}
.course-overview-card .button {
  width: fit-content;
  margin-top: .5rem;
}
.lesson-card {
  display: grid;
  grid-template-columns: minmax(300px, .95fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}
.lesson-video {
  overflow: hidden;
  border-radius: 8px;
  background: #071a35;
  box-shadow: var(--shadow);
}
.lesson-video video,
.lesson-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #071a35;
}
.lesson-video-large video,
.lesson-video-large iframe {
  min-height: min(60vw, 620px);
  object-fit: contain;
}
.video-pending {
  display: grid;
  min-height: min(60vw, 620px);
  align-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  color: white;
}
.video-pending h3,
.video-pending p {
  color: white;
}
.lesson-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
.lesson-sidebar {
  position: sticky;
  top: 96px;
}
.lesson-sidebar h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.lesson-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.4rem;
}
.resource-list {
  display: grid;
  gap: .7rem;
  margin-top: 1.2rem;
}
.resource-list h4 {
  margin: 0;
  color: var(--ink);
  font-size: .9rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.resource-list a {
  display: inline-flex;
  width: fit-content;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.assessment-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border: 1px solid var(--line);
  border-left: 6px solid var(--teal);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 40px rgba(16, 32, 51, .08);
}
.assessment-promo h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.assessment-promo p:last-child { margin-bottom: 0; }
.assessment-hero {
  padding-top: clamp(3rem, 6vw, 5rem);
  background:
    linear-gradient(135deg, rgba(237, 247, 251, .9), rgba(255, 255, 255, 0) 46%),
    white;
}
.assessment-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.assessment-directory-hero {
  position: relative;
  display: grid;
  min-height: min(620px, calc(100vh - 76px));
  overflow: hidden;
  color: white;
  background: var(--blue-dark);
}
.assessment-directory-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.assessment-directory-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 40, 90, .88) 0%, rgba(6, 40, 90, .45) 52%, rgba(6, 40, 90, .08) 100%);
}
.assessment-directory-hero .container {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(1160px, calc(100% - 2rem));
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}
.assessment-directory-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: .95;
}
.assessment-directory-hero p {
  max-width: 680px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.45;
}
.assessment-directory {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}
.assessment-feature {
  display: grid;
  grid-template-columns: minmax(360px, 1.12fr) minmax(0, .88fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}
.assessment-feature > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.assessment-feature h2,
.directory-heading h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1;
}
.assessment-feature p:not(.eyebrow),
.directory-heading > p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}
.directory-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.assessment-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.assessment-directory-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 190px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  background: white;
  text-decoration: none;
}
.assessment-directory-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.assessment-directory-card > span {
  display: grid;
  align-content: center;
  gap: .5rem;
  padding: 1.25rem;
}
.assessment-directory-card strong {
  color: var(--blue-dark);
  font-size: 1.18rem;
}
.assessment-directory-card small {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.45;
}
.assessment-directory-card b {
  margin-top: .35rem;
  color: var(--coral);
  font-size: .82rem;
  text-transform: uppercase;
}
.assessment-directory-card:hover,
.assessment-directory-card:focus-visible {
  border-color: var(--teal);
  box-shadow: 0 16px 38px rgba(12, 154, 168, .14);
  outline: none;
  transform: translateY(-2px);
}
.assessment-hero h1 {
  max-width: 930px;
  margin: 0 0 .7rem;
  color: var(--blue-dark);
  font-size: clamp(2.9rem, 5.4vw, 5.15rem);
  line-height: 1;
}
.assessment-app {
  height: calc(100vh - 158px);
  min-height: calc(100vh - 158px);
  padding: clamp(1rem, 1.8vw, 1.35rem) clamp(1rem, 4vw, 4rem) clamp(.45rem, 1.2vw, .85rem);
  background:
    linear-gradient(135deg, rgba(237, 247, 251, .95), rgba(255, 255, 255, .35) 48%),
    var(--soft);
}
.assessment-app-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(.55rem, 1.4vw, .9rem);
  height: 100%;
  min-height: 0;
}
.assessment-app-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .33fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}
.assessment-app-header h1 {
  max-width: 960px;
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(1.9rem, 3.55vw, 3.15rem);
  line-height: 1;
}
.assessment-app-header p {
  max-width: 760px;
  margin: .55rem 0 0;
  color: var(--muted);
  font-size: clamp(.95rem, 1.2vw, 1.05rem);
  line-height: 1.35;
}
.assessment-app-header.compact {
  grid-template-columns: minmax(0, 1fr) minmax(210px, .28fr);
}
.assessment-app-header.compact h1 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}
.assessment-app-header.compact p {
  margin-top: .35rem;
}
.assessment-app-header.compact .assessment-note {
  gap: .25rem;
  padding: .45rem .65rem;
}
.assessment-app-header.compact .assessment-note::before {
  display: none;
}
.assessment-app-header.compact .assessment-note strong {
  font-size: .9rem;
}
.assessment-app-header.compact .assessment-note span {
  font-size: .84rem;
  line-height: 1.22;
}
.assessment-header-tools {
  display: grid;
  gap: .35rem;
  justify-items: stretch;
}
.assessment-end-button {
  justify-self: end;
  padding: .2rem .25rem;
  border: 0;
  color: var(--blue-dark);
  background: transparent;
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  cursor: pointer;
}
.assessment-end-button span {
  display: inline-block;
  margin-right: .25rem;
  color: var(--coral);
  font-size: 1.05rem;
  line-height: 1;
}
.assessment-end-button:hover { color: var(--coral); }
.assessment-stage {
  min-height: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.assessment-stage.results-stage {
  align-items: start;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: .35rem;
}
.assessment-tagline {
  margin: 0 0 1rem;
  color: var(--coral);
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  font-weight: 900;
  line-height: 1.05;
}
.assessment-note {
  position: relative;
  display: grid;
  gap: .7rem;
  padding: 1.2rem;
  border: 2px solid #b9c6d5;
  border-radius: 8px;
  background: white;
  box-shadow: 0 16px 38px rgba(16, 32, 51, .08);
  transform: rotate(-2deg);
}
.assessment-app .assessment-note {
  gap: .45rem;
  padding: .75rem .85rem;
  transform: rotate(-1deg);
}
.assessment-app .assessment-note::before {
  width: 26px;
  height: 26px;
}
.assessment-app .assessment-note strong { font-size: 1rem; }
.assessment-app .assessment-note span { line-height: 1.3; }
.assessment-note::before {
  content: "!";
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--blue-dark);
  background: #f9d54a;
  font-weight: 900;
}
.assessment-note strong {
  color: var(--blue-dark);
  font-size: 1.15rem;
}
.assessment-note span {
  color: var(--muted);
  line-height: 1.5;
}
.assessment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(205px, .24fr);
  gap: 1rem;
  align-items: stretch;
  width: min(1180px, 100%);
  min-width: 0;
  margin: 0 auto;
}
.assessment-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 16px 48px rgba(16, 32, 51, .08);
}

.assessment-stage,
.question-body,
.answer-list {
  min-width: 0;
}
.question-panel {
  display: grid;
  align-content: start;
  padding: clamp(1rem, 2vw, 1.35rem);
}
.assessment-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--blue-dark);
  font-weight: 900;
}
.assessment-topline span { color: var(--muted); }
.progress-track {
  height: 10px;
  margin: .75rem 0 1rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf3;
}
.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--coral);
}
.question-panel h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1.15;
}
.question-body {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: start;
}
.question-prompt {
  margin-bottom: 0;
  color: var(--blue-dark);
  font-weight: 800;
}
.answer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin-top: 0;
}
.answer-choice {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: .7rem;
  width: 100%;
  min-height: 88px;
  padding: .65rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: white;
  text-align: left;
  cursor: pointer;
}
.answer-choice:hover,
.answer-choice:focus-visible {
  border-color: var(--teal);
  background: var(--soft-blue);
  box-shadow: 0 10px 26px rgba(12, 154, 168, .14);
  outline: none;
  transform: translateY(-1px);
}
.choice-letter {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #cbd6e4;
  border-radius: 50%;
  color: var(--blue-dark);
  font-weight: 900;
}
.answer-choice strong {
  display: block;
  color: var(--blue-dark);
  font-size: 1rem;
}
.answer-choice small {
  display: block;
  margin-top: .2rem;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.25;
}
.assessment-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .65rem;
}
.assessment-wink,
.assessment-tip {
  margin-top: 0;
  padding: .7rem .85rem;
  border-left: 4px solid var(--teal);
  border-radius: 6px;
  background: #f2fbfa;
  color: var(--blue-dark);
  font-weight: 700;
}
.assessment-wink { flex: 1; }
.result-locked {
  display: grid;
  align-content: start;
  overflow: hidden;
  padding: 0 0 clamp(1rem, 2vw, 1.35rem);
}
.result-locked > :not(img) {
  margin-inline: clamp(1rem, 2vw, 1.35rem);
}
.result-locked > img {
  width: 100%;
  height: clamp(105px, 15vh, 150px);
  margin-bottom: 1rem;
  object-fit: cover;
}
.result-locked.play-visual > img {
  object-position: 64% center;
}
.result-locked h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}
.track-panel {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: clamp(.9rem, 2vw, 1.2rem);
}
.track-panel h2 {
  max-width: 760px;
  margin-top: 0;
  color: var(--blue-dark);
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
  line-height: 1.05;
}
.track-panel > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.35;
}
.track-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin-top: .85rem;
}
.track-card {
  display: grid;
  gap: .25rem;
  padding: .75rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  background: var(--white);
  text-align: left;
  cursor: pointer;
}
.track-card:hover,
.track-card:focus-visible {
  border-color: var(--teal);
  background: var(--soft-blue);
  box-shadow: 0 12px 28px rgba(12, 154, 168, .13);
  outline: none;
  transform: translateY(-1px);
}
.track-card strong {
  color: var(--blue-dark);
  font-size: 1.08rem;
}
.track-card span {
  color: var(--muted);
  line-height: 1.28;
  font-size: .94rem;
}
.track-card small {
  color: var(--coral);
  font-weight: 900;
  text-transform: uppercase;
}
.pattern-preview {
  padding: clamp(1.2rem, 3vw, 1.8rem);
}
.pattern-preview h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
}
.pressure-gauge {
  position: relative;
  width: min(320px, 100%);
  height: 150px;
  margin: 1rem auto 0;
  overflow: hidden;
  border-radius: 170px 170px 0 0;
  background: conic-gradient(from 270deg at 50% 100%, #ef5b3d 0 36deg, #ff9b1a 36deg 72deg, #f2ce31 72deg 108deg, #9fc43a 108deg 144deg, #18a999 144deg 180deg, transparent 180deg);
}
.pressure-gauge span {
  display: none;
}
.pressure-gauge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 166px;
  height: 84px;
  border-radius: 90px 90px 0 0;
  background: white;
  transform: translateX(-50%);
}
.pressure-gauge i {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  width: 108px;
  height: 11px;
  border-radius: 999px;
  background: var(--blue-dark);
  transform: rotate(-42deg);
  transform-origin: 8px 50%;
  box-shadow: 0 4px 12px rgba(16, 32, 51, .24);
}
.pattern-preview h3 {
  color: var(--pattern-color, var(--teal));
  text-align: center;
}
.pattern-preview > p:not(.eyebrow):not(.assessment-tip) { text-align: center; }
.pattern-bars {
  display: grid;
  gap: .65rem;
  margin-top: 1.3rem;
}
.pattern-bar {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(90px, 1.1fr) 2rem;
  gap: .7rem;
  align-items: center;
  color: var(--blue-dark);
  font-size: .92rem;
  font-weight: 800;
}
.pattern-bar div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf3;
}
.pattern-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
}
.pattern-bar b {
  color: var(--muted);
  font-size: .82rem;
  text-align: right;
}
.assessment-results {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 1.4rem;
}
.result-main,
.assessment-results > aside,
.playbook,
.assessment-next-steps {
  padding: clamp(1.2rem, 3vw, 2rem);
}
.result-main h2 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}
.result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.playbook {
  display: grid;
  grid-template-columns: minmax(220px, .85fr) repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.result-grid article,
.playbook article {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}
.share-panel {
  margin-top: 1.1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-left: 5px solid var(--teal);
  border-radius: 8px;
  background: var(--soft);
}
.share-panel h3 {
  margin: 0 0 .35rem;
  color: var(--blue-dark);
}
.share-panel p {
  margin-bottom: .7rem;
}
.share-panel .button-row {
  gap: .55rem;
}
.share-panel .button {
  padding: .7rem .85rem;
}
.playbook,
.assessment-next-steps {
  grid-column: 1 / -1;
}
.playbook > div {
  align-self: center;
}
.playbook h2,
.assessment-next-steps h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}
.assessment-next-steps {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
  gap: clamp(1.2rem, 3vw, 2rem);
}
.assessment-next-steps .button-row {
  grid-column: 1 / -1;
  margin-top: 0;
}
.recommended-list {
  display: grid;
  gap: .8rem;
}
.recommended-list a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: .85rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  background: var(--soft);
  text-decoration: none;
}
.recommended-list a:hover {
  border-color: var(--teal);
  background: var(--soft-blue);
}
.recommended-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: white;
  background: var(--teal);
  font-weight: 900;
}
.recommended-list strong {
  display: block;
  grid-column: 2;
  color: var(--blue-dark);
}
.recommended-list small {
  display: block;
  grid-column: 2;
  margin-top: .2rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.4;
}
.assessment-lead-form {
  display: grid;
  gap: .85rem;
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-left: 5px solid var(--coral);
  border-radius: 8px;
  background: var(--soft);
}
.assessment-lead-form h3 {
  margin: 0;
  font-size: 1.25rem;
}
.assessment-lead-form p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.5;
}
.assessment-lead-form .button {
  width: fit-content;
}

.form {
  display: grid;
  gap: 1rem;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
label {
  display: grid;
  gap: .45rem;
  color: var(--blue-dark);
  font-weight: 800;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: .9rem 1rem;
  color: var(--ink);
  font: inherit;
  background: white;
}
textarea { min-height: 150px; resize: vertical; }
.form-status {
  min-height: 1.5rem;
  color: var(--blue-dark);
  font-weight: 800;
}
.form-status.error { color: var(--coral); }

.blog-post {
  display: block;
  text-decoration: none;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}
.blog-post h2 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
}
.post-date {
  margin-top: -.4rem;
  color: var(--blue-dark);
  font-weight: 800;
}
.article-body h2 { margin-top: 2.5rem; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.article-cta {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.ebook-hero {
  overflow: hidden;
  color: white;
  background: var(--blue-dark);
}
.ebook-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 390px);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
  min-height: 650px;
  padding-inline: clamp(1.1rem, 5vw, 5rem);
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}
.ebook-hero h1 {
  max-width: 760px;
  margin: 0;
  color: white;
  font-size: clamp(3.3rem, 6vw, 6.2rem);
  line-height: .96;
}
.ebook-hero p:not(.eyebrow, .ebook-meta) {
  max-width: 650px;
  color: #dce7f2;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
}
.ebook-hero .eyebrow { color: #3dd0d7; }
.ebook-hero-grid > img {
  width: 100%;
  max-height: 540px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  object-fit: contain;
  box-shadow: 0 28px 55px rgba(0, 0, 0, .35);
}
.ebook-ghost {
  color: white;
  border-color: white;
}
.ebook-meta {
  margin-top: 1.25rem;
  color: #9fc0db;
  font-size: .9rem;
  font-weight: 800;
}
.ebook-inside { background: white; }
.ebook-inside-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}
.ebook-inside-grid article {
  min-height: 245px;
  padding: 1.8rem;
  border-right: 1px solid var(--line);
}
.ebook-inside-grid article:last-child { border-right: 0; }
.ebook-inside-grid span {
  color: var(--coral);
  font-size: .82rem;
  font-weight: 900;
}
.ebook-inside-grid h3 {
  margin-top: 1.2rem;
  font-size: 1.45rem;
}
.ebook-story { background: var(--soft); }
.ebook-story img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}
.ebook-feature-band {
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--blue-dark);
}
.ebook-feature-band .container {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.ebook-feature-band img {
  width: 170px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .28);
}
.ebook-feature-band h2 {
  margin: 0;
  color: white;
}
.ebook-feature-band p { max-width: 620px; color: #dce7f2; }
.ebook-feature-band .eyebrow,
.ebook-feature-band .text-link { color: #3dd0d7; }
.article-ebook-cta {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}
.article-ebook-cta img {
  width: 150px;
  border-radius: 4px;
  box-shadow: var(--shadow);
}
.legal h2 { margin-top: 2rem; font-size: clamp(1.5rem, 2.5vw, 2.1rem); }
.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  padding: 3rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  background: var(--soft);
}
.site-footer p { max-width: 540px; margin-bottom: 0; }
.site-footer nav {
  display: grid;
  gap: .8rem;
  align-content: start;
}
.site-footer a {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1050px) {
  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .65rem .9rem;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--blue-dark);
    background: white;
    font-weight: 900;
  }
  .site-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    display: none;
    padding: 1rem;
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: grid; }
}

@media (max-width: 850px) {
  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .65rem .9rem;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--blue-dark);
    background: white;
    font-weight: 900;
  }
  .site-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    display: none;
    padding: 1rem;
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: grid; }
  .hero, .split, .split.reverse, .grid, .grid.two, .blog-grid, .site-footer, .form-row, .assessment-promo, .assessment-hero-grid, .assessment-app-header, .assessment-layout, .question-body, .track-grid, .assessment-results, .result-grid, .playbook, .assessment-next-steps, .compare-grid, .system-steps, .resource-grid, .assessment-feature, .directory-heading, .assessment-card-grid, .pattern-reveal-grid, .outcome-row, .why-grid, .offer-hero .split, .ebook-hero-grid, .ebook-inside-grid {
    grid-template-columns: 1fr;
  }
  .ebook-hero-grid {
    min-height: auto;
    padding-block: 3.5rem;
  }
  .ebook-hero-grid > img {
    max-width: 330px;
    max-height: none;
    order: -1;
    justify-self: center;
  }
  .ebook-inside-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .ebook-inside-grid article:last-child { border-bottom: 0; }
  .article-ebook-cta {
    grid-template-columns: 120px minmax(0, 1fr);
  }
  .assessment-directory-hero {
    min-height: 520px;
  }
  .assessment-directory-hero::after {
    background: linear-gradient(0deg, rgba(6, 40, 90, .88) 0%, rgba(6, 40, 90, .2) 78%);
  }
  .assessment-feature > img {
    aspect-ratio: 4 / 3;
  }
  .assessment-directory-card {
    grid-template-columns: 120px minmax(0, 1fr);
  }
  .compare-block + .compare-block,
  .resource-card {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .outcome-row article,
  .why-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .outcome-row article:last-child,
  .why-grid article:last-child { border-bottom: 0; }
  .friction-list article { grid-template-columns: 1fr; gap: .3rem; }
  .offer-hero-image { min-height: 320px; order: -1; }
  .fit-section { padding-top: 3.5rem; }
  .home-hero {
    min-height: 650px;
    align-items: end;
    padding-bottom: 3rem;
    background-position: 62% center;
  }
  .home-hero::before {
    background: linear-gradient(0deg, rgba(4, 27, 61, .98) 0%, rgba(4, 27, 61, .78) 55%, rgba(4, 27, 61, .16) 100%);
  }
  .home-hero h1 { font-size: clamp(3.25rem, 15vw, 4.7rem); }
  .home-hero-statement { font-size: clamp(1.5rem, 7vw, 2rem); }
  .home-story-grid,
  .home-friction-heading,
  .home-about-grid {
    grid-template-columns: 1fr;
  }
  .home-story-grid { gap: 2rem; }
  .home-friction-heading { align-items: start; }
  .home-friction-list article {
    grid-template-columns: 1fr auto;
    gap: .3rem 1rem;
  }
  .home-friction-list p { grid-column: 1; }
  .home-friction-list span { grid-column: 2; grid-row: 1 / span 2; }
  .home-section-heading {
    display: block;
  }
  .home-section-heading p { margin-top: .7rem; }
  .home-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-resource {
    border-bottom: 1px solid var(--line);
  }
  .home-resource:nth-child(2) { border-right: 0; }
  .home-resource:nth-last-child(-n + 2) { border-bottom: 0; }
  .home-about-grid > img {
    order: -1;
    min-height: 360px;
  }
  .home-about-grid > div {
    padding: 3.5rem 1.1rem;
  }
  .home-cta .container {
    display: block;
  }
  .home-cta-button { margin-top: 1.5rem; }
  .shift-hero {
    min-height: 690px;
    align-items: end;
    padding-bottom: 3rem;
    background-position: 68% center;
  }
  .shift-hero::before {
    background: linear-gradient(0deg, rgba(4, 27, 61, .98) 0%, rgba(4, 27, 61, .78) 56%, rgba(4, 27, 61, .12) 100%);
  }
  .shift-hero h1 { font-size: clamp(3.7rem, 14vw, 5.4rem); }
  .shift-method-heading,
  .shift-contrast,
  .leadership-hero,
  .lead-pressure .container {
    grid-template-columns: 1fr;
  }
  .shift-method-heading { align-items: start; }
  .shift-steps {
    grid-template-columns: 1fr;
  }
  .shift-steps article,
  .shift-steps article + article {
    min-height: auto;
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
  }
  .shift-steps article:last-child { border-bottom: 0; }
  .shift-outcome-list article {
    grid-template-columns: 1fr auto;
    gap: .4rem 1rem;
  }
  .shift-outcome-list p { grid-column: 1; }
  .shift-outcome-list span { grid-column: 2; grid-row: 1 / span 2; }
  .shift-cta .container,
  .leadership-cta .container {
    display: block;
  }
  .shift-cta .button,
  .leadership-cta .button { margin-top: 1.5rem; }
  .leadership-hero-media {
    min-height: 390px;
  }
  .leadership-hero-copy {
    padding: 3.5rem 1.1rem;
  }
  .lead-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lead-rail article { min-height: 180px; }
  .lead-pressure .container > div {
    padding: 3.5rem 1.1rem;
  }
  .lead-pressure img {
    min-height: 340px;
    order: -1;
  }
  .leadership-path {
    grid-template-columns: 150px minmax(0, 1fr);
  }
  .leadership-path img {
    width: 150px;
    height: 105px;
  }
  .leadership-path b {
    grid-column: 2;
  }
  .system-steps article:not(:last-child)::after { display: none; }
  body.assessment-mode { overflow: auto; }
  body.assessment-mode .site-footer {
    height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 2rem 1.1rem;
  }
  body.assessment-mode .site-footer > div {
    display: block;
  }
  body.assessment-mode .site-footer .footer-logo { width: 174px; }
  body.assessment-mode .site-footer p {
    margin-top: 1rem;
    font-size: 1rem;
  }
  body.assessment-mode .site-footer nav {
    display: grid;
    gap: .8rem;
  }
  .assessment-app { height: auto; min-height: auto; }
  .assessment-app-shell { height: auto; min-height: auto; }
  .assessment-stage { overflow: visible; }
  .assessment-app-header.compact {
    grid-template-columns: 1fr;
  }
  .assessment-app-header h1,
  .assessment-app-header.compact h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
  .answer-list {
    grid-template-columns: 1fr;
  }
  .assessment-actions { display: grid; }
  .share-panel .button-row {
    display: grid;
  }
  .playbook, .assessment-next-steps { grid-column: auto; }
  .answer-choice { grid-template-columns: 40px minmax(0, 1fr); padding: .9rem; }
  .choice-letter { width: 36px; height: 36px; }
  .pattern-bar { grid-template-columns: minmax(120px, 1fr) minmax(75px, .8fr) 1.5rem; }
  .assessment-note { transform: none; }
  .lesson-sidebar { position: static; }
  .lesson-video-large video, .lesson-video-large iframe, .video-pending { min-height: auto; }
  .lesson-nav { justify-content: flex-start; }
  .split.reverse > img { order: 0; }
  .hero { min-height: 0; }
  .hero-image { min-height: 300px; order: -1; border-radius: 8px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.65rem, 12vw, 4.2rem); }
  .section { padding-inline: 1.1rem; }
  .align-end { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .shift-hero {
    min-height: 700px;
    padding-inline: 1.1rem;
  }
  .shift-hero .button-row {
    display: grid;
  }
  .shift-hero .button { width: 100%; }
  .shift-contrast { gap: 2rem; }
  .shift-change img {
    aspect-ratio: 1 / 1;
  }
  .leadership-hero-media { min-height: 310px; }
  .leadership-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }
  .leadership-hero .button-row {
    display: grid;
  }
  .leadership-hero .button { width: 100%; }
  .lead-rail {
    grid-template-columns: 1fr;
  }
  .lead-rail article,
  .lead-rail article:nth-child(2),
  .lead-rail article:nth-last-child(-n + 2) {
    min-height: auto;
  }
  .leadership-path {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 1rem;
  }
  .leadership-path img {
    width: 105px;
    height: 120px;
  }
  .leadership-path strong { font-size: 1.15rem; }
  .leadership-path b { grid-column: 2; }
  .ebook-hero-grid {
    gap: 1.5rem;
    padding-block: 1.25rem 1.75rem;
  }
  .ebook-hero-grid > img { max-width: 150px; }
  .ebook-hero h1 {
    font-size: clamp(2.7rem, 12vw, 3.25rem);
  }
  .ebook-hero .button-row {
    display: grid;
  }
  .ebook-hero .button { width: 100%; }
  .ebook-meta { display: none; }
  .ebook-feature-band .container {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 1.25rem;
  }
  .ebook-feature-band img { width: 105px; }
  .ebook-feature-band h2 { font-size: 1.7rem; }
  .article-ebook-cta {
    grid-template-columns: 1fr;
  }
  .article-ebook-cta img { width: 125px; }
  .home-hero .button-row {
    display: grid;
  }
  .home-hero .button { width: 100%; }
  .home-resource-grid {
    grid-template-columns: 1fr;
  }
  .home-resource,
  .home-resource:nth-child(2),
  .home-resource:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .home-resource:last-child { border-bottom: 0; }
  .home-resource {
    grid-template-columns: 130px minmax(0, 1fr);
    grid-template-rows: 1fr;
  }
  .home-resource > img {
    height: 100%;
    aspect-ratio: auto;
  }
  .home-resource > span { min-height: 170px; }
}

/* Collision overrides for the shared system; kept after legacy page styles. */
.page-hero {
  color: white;
  background: var(--blue-dark) !important;
}
.page-hero h1 { color: white; }
.page-hero p { color: #d4e0ed; }
.profile-hero .about-photo {
  max-height: 680px;
  aspect-ratio: 4 / 5;
  object-position: center 18%;
  border-radius: 0;
  box-shadow: none;
}
.leadership-hero {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
  min-height: 560px;
}
.leadership-hero-copy { padding: clamp(3rem, 5.5vw, 5.5rem); }
.leadership-hero h1 { font-size: clamp(3.5rem, 5.2vw, 5.5rem); }
.blog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 3rem;
}
.blog-post.card {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 850px) {
  .leadership-hero { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .leadership-hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .contact-page h1 { font-size: clamp(3rem, 13vw, 3.8rem); }
}

/* Hero families keep page openings related without making them identical. */
.hero-family {
  --hero-copy-space: clamp(3rem, 6vw, 5.5rem);
  --hero-mobile-media: 300px;
}
.hero-family-brand { --hero-mobile-media: 300px; }
.hero-family-immersive { --hero-mobile-media: 520px; }
.hero-family-content { --hero-mobile-media: 300px; }

/* Course overview */
.course-proof {
  padding: clamp(3rem, 5vw, 4.5rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--blue-dark);
}
.course-proof-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(180px, 1fr));
}
.course-proof-grid > * {
  min-width: 0;
  padding: 0 clamp(1.25rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(255, 255, 255, .22);
}
.course-proof-grid > :first-child {
  padding-left: 0;
  border-left: 0;
}
.course-proof h2 {
  margin: 0;
  color: white;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: .98;
}
.course-proof h3 {
  margin: .85rem 0 .6rem;
  color: white;
  font-size: 1.15rem;
}
.course-proof p {
  margin: 0;
  color: #d4e0ed;
}
.course-proof-intro p {
  max-width: 310px;
  margin-top: 1.2rem;
}
.course-proof article > span {
  color: #3dd0d7;
  font-weight: 900;
}
.course-index { background: white; }
.course-index-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: 2.25rem;
}
.course-index-heading h2 { margin: 0; }
.course-index-heading > p {
  max-width: 540px;
  margin: 0 0 .35rem;
}
.course-lesson-rail {
  border-top: 1px solid var(--line);
}
.course-overview-row {
  display: grid;
  grid-template-columns: 90px minmax(180px, .72fr) minmax(300px, 1.35fr) 44px;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  min-height: 116px;
  padding: 1.2rem 0;
  color: inherit;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.course-row-number {
  color: var(--blue-dark);
  font-size: 2rem;
  font-weight: 900;
}
.course-overview-row h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}
.course-overview-row p {
  margin: 0;
  color: var(--muted);
}
.course-row-arrow {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--teal);
  font-size: 1.8rem;
  transition: transform .18s ease, color .18s ease;
}
.course-overview-row:hover h3,
.course-overview-row:focus-visible h3 { color: var(--teal); }
.course-overview-row:hover .course-row-arrow,
.course-overview-row:focus-visible .course-row-arrow {
  color: var(--coral);
  transform: translateX(6px);
}
.course-application {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  background: var(--soft-blue);
}
.course-application > img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}
.course-application > div {
  display: grid;
  align-content: center;
  padding: clamp(3rem, 7vw, 7rem);
}
.course-application h2 {
  max-width: 590px;
  margin-top: 0;
  font-size: clamp(2.7rem, 4.4vw, 4.5rem);
}
.course-application p:not(.eyebrow) { max-width: 570px; }
.course-cta {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--blue-dark);
}
.course-cta .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
.course-cta h2 {
  margin: 0;
  color: white;
}
.course-cta p {
  max-width: 660px;
  margin: .55rem 0 0;
  color: #d4e0ed;
}
.course-cta .button { flex: 0 0 auto; }

/* Course lesson pages use an open field guide instead of a generic card. */
.lesson-sidebar {
  padding: 1.75rem 0;
  border-block: 5px solid var(--blue-dark);
  background: transparent;
  box-shadow: none;
}
.lesson-sidebar .resource-list {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}
.lesson-sidebar .resource-list a {
  padding: .72rem 0;
  border-bottom: 1px solid var(--line);
}
.page-hero .button:not(.primary) {
  color: white;
  border-color: rgba(255, 255, 255, .7);
  background: transparent;
}
.page-hero .button:not(.primary):hover,
.page-hero .button:not(.primary):focus-visible {
  color: var(--blue-dark);
  background: white;
}

/* About */
.profile-photo-frame {
  position: relative;
  margin: 0;
  padding: 0 0 1.1rem 1.1rem;
}
.profile-photo-frame::before {
  content: "";
  position: absolute;
  inset: 2rem 1.1rem 0 0;
  background: var(--soft-blue);
}
.profile-photo-frame .about-photo {
  position: relative;
  display: block;
  width: 100%;
}
.profile-photo-frame figcaption {
  position: relative;
  max-width: 390px;
  margin: .85rem 0 0;
  color: var(--blue-dark);
  font-weight: 800;
}
.about-story { background: var(--blue-dark); }
.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 8vw, 8rem);
}
.about-story h2 {
  margin: 0;
  color: white;
}
.about-story p { color: #d4e0ed; }
.about-story .eyebrow { color: #3dd0d7; }
.about-story-grid > div:last-child {
  padding-left: clamp(1.5rem, 4vw, 4rem);
  border-left: 1px solid rgba(255, 255, 255, .22);
}
.about-practice-rail { border-block: 1px solid var(--line); }
.about-practice-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-practice-rail article {
  min-height: 190px;
  padding: 1.75rem;
}
.about-practice-rail article + article { border-left: 1px solid var(--line); }
.about-practice-rail h3 {
  margin: 0 0 .7rem;
  color: var(--teal);
  font-size: 2rem;
}

/* Contact */
.contact-intro {
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 5vw, 5rem);
  color: white;
  background: var(--blue-dark);
}
.contact-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}
.contact-intro h1 {
  margin: 0;
  color: white;
  font-size: clamp(3.5rem, 6vw, 6rem);
  line-height: .92;
}
.contact-intro-grid > div:first-child > p {
  max-width: 650px;
  color: #d4e0ed;
  font-size: 1.2rem;
}
.contact-intro .contact-cues { margin: 0; }
.contact-form-section { background: white; }
.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(430px, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.contact-form-grid h2 {
  margin-top: 0;
  font-size: clamp(2.5rem, 4vw, 4rem);
}
.contact-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-top: 5px solid var(--blue-dark);
  background: var(--soft);
}

@media (max-width: 1320px) {
  .course-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .course-proof-intro {
    grid-column: 1 / -1;
    margin-bottom: 2.5rem;
  }
  .course-proof-grid > :nth-child(2) {
    padding-left: 0;
    border-left: 0;
  }
}

/* Prevent large editorial headings from forcing their grid tracks into neighbors. */
.container > *,
.split > *,
.grid > *,
.brand-statement .container > *,
.brand-path-grid > *,
.home-story-grid > *,
.home-friction-heading > *,
.shift-method-heading > *,
.lead-pressure .container > *,
.directory-heading > *,
.course-proof-grid > *,
.course-index-heading > *,
.about-story-grid > *,
.contact-intro-grid > *,
.contact-form-grid > *,
.resource-signup-grid > *,
.resource-directory-heading > * {
  min-width: 0;
}

h1,
h2,
h3 {
  max-width: 100%;
  overflow-wrap: break-word;
}

@media (max-width: 850px) {
  .hero-family-content.content-hero img,
  .hero-family-content .leadership-hero-media {
    min-height: var(--hero-mobile-media);
  }
  .brand-hero-copy,
  .content-hero-grid > div,
  .leadership-hero-copy {
    padding-block: 2.75rem;
  }
  .brand-hero-grid > img,
  .content-hero img,
  .leadership-hero-media {
    min-height: 300px;
    max-height: 360px;
  }
  .course-index-heading,
  .course-application,
  .about-story-grid,
  .contact-intro-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .course-overview-row {
    grid-template-columns: 64px minmax(0, 1fr) 44px;
    gap: .8rem 1rem;
  }
  .course-overview-row p {
    grid-column: 2;
  }
  .course-row-number { grid-row: 1 / span 2; }
  .course-row-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .course-application > img {
    min-height: 340px;
    max-height: 430px;
  }
  .about-story-grid > div:last-child {
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 0;
  }
  .contact-intro-grid { gap: 2rem; }
  .contact-form-grid { gap: 2.5rem; }
}

@media (max-width: 600px) {
  .brand-hero-copy,
  .content-hero-grid > div,
  .leadership-hero-copy {
    padding-block: 1.75rem;
    padding-inline: 1.1rem;
  }
  .brand-hero-grid > img,
  .content-hero img,
  .leadership-hero-media {
    min-height: 210px;
    max-height: 230px;
  }
  .content-hero h1 { font-size: clamp(2.7rem, 12.5vw, 3.2rem); }
  .leadership-hero h1 { font-size: clamp(2.65rem, 12vw, 3.2rem); }
  .hero-family-content.content-hero img,
  .hero-family-content .leadership-hero-media {
    min-height: 210px;
    max-height: 230px;
  }
  .course-proof-grid { grid-template-columns: 1fr; }
  .course-proof-intro { margin-bottom: 1rem; }
  .course-proof-grid > *,
  .course-proof-grid > :nth-child(2) {
    padding: 1.35rem 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 0;
  }
  .course-proof-grid > :first-child { border-top: 0; }
  .course-overview-row {
    grid-template-columns: 50px minmax(0, 1fr) 36px;
    min-height: 0;
    padding: 1.35rem 0;
  }
  .course-row-number { font-size: 1.35rem; }
  .course-overview-row h3 { font-size: 1.3rem; }
  .course-overview-row p { font-size: .96rem; }
  .course-row-arrow { width: 36px; height: 36px; }
  .course-application > img {
    min-height: 280px;
    max-height: 320px;
  }
  .course-application > div { padding: 2.75rem 1.1rem; }
  .course-application h2 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .course-cta .container { display: block; }
  .course-cta .button {
    width: 100%;
    margin-top: 1.25rem;
  }
  .profile-hero { padding-block: 1.75rem; }
  .profile-hero .split { gap: 1.25rem; }
  .profile-photo-frame {
    max-width: 430px;
    padding-left: .75rem;
    justify-self: center;
  }
  .profile-photo-frame .about-photo {
    height: 250px;
    max-height: 250px;
    object-position: center 16%;
  }
  .about-practice-rail { grid-template-columns: 1fr; }
  .about-practice-rail article { min-height: 0; }
  .about-practice-rail article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .contact-intro { padding-block: 2.75rem; }
  .contact-intro h1 { font-size: clamp(3rem, 14vw, 4rem); }
  .contact-form { padding: 1.2rem; }
}
.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.turnstile-container[hidden] {
  display: none;
}
