.section-header {
  display: grid;
  gap: 0.75rem;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.section-eyebrow {
  margin: 0;
  font-family: var(--sans, Arial, sans-serif);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--eyebrow-color, var(--brand, #1d4c7c));
}

.section-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.section-copy > *:last-child {
  margin-bottom: 0;
}

.content-grid {
  display: grid;
  gap: var(--gap, 2rem);
}

@media (min-width: 768px) {
  .content-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------------------------------------------------------------------------
 * Swiper baseline — required when using slidesPerView: 'auto'
 * (logo marquees, brand strips, card carousels with intrinsic-width slides).
 * Without flex-shrink:0 on slides, the wrapper collapses to a vertical stack.
 * ------------------------------------------------------------------------- */
.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  flex-shrink: 0;
}

/* Continuous-marquee variant — apply .swiper-marquee to a `.swiper` element
 * paired with `loop:true, slidesPerView:'auto', allowTouchMove:false,
 * autoplay:{delay:0}, speed:6000, freeMode:true`. */
.swiper-marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ===========================
 * Trusted By block (shared across home + interior pages)
 * Class prefix kept as "home-trusted" for backward compatibility.
 * Sticky behavior is opt-in via .home-trusted--sticky on the section.
 * =========================== */
.home-trusted {
  background: var(--bg);
  padding-block: clamp(3rem, 5vw, 5.5rem);
}

.home-trusted--sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

.home-trusted__inner {
  max-width: 1728px;
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 90px);
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 3vw, 2.75rem);
}

.home-trusted__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.home-trusted__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5.2vw, 5.625rem);
  font-weight: 700;
  line-height: 1;
  color: var(--brand);
  letter-spacing: -0.005em;
  text-transform: uppercase;
}

.home-trusted__title .is-italic {
  font-style: italic;
  font-weight: 400;
}

.home-trusted__nav {
  display: flex;
  gap: 0.75rem;
}

.home-trusted__arrow {
  width: 42px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--brand);
}

.home-trusted__arrow svg {
  width: 42px;
  height: 31px;
  display: block;
}

.home-trusted__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.home-trusted__rows {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: clamp(2.5rem, 4vw, 4rem);
}

.trusted-swiper {
  width: 100%;
  overflow: hidden;
}

.trusted-swiper .swiper-wrapper {
  align-items: center;
}

.trusted-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(120px, 11vw, 180px);
  height: auto;
}

.logo-card img {
  max-width: 100%;
  max-height: clamp(96px, 9vw, 150px);
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.85;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.logo-card:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.logo-card--text {
  font-family: var(--sans);
  color: var(--brand);
  opacity: 0.85;
  text-align: center;
  line-height: 1.15;
}

.logo-card__text-strong {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(1.1rem, 1.25vw, 1.4rem);
  letter-spacing: 0.01em;
}

.logo-card__text-linkedin {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.65rem, 2.1vw, 2.35rem);
  letter-spacing: -0.02em;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
}

.logo-card__text-linkedin-tag {
  background: var(--brand);
  color: var(--bg, #F2E8D4);
  padding: 0 0.25em;
  margin-left: 0.05em;
  border-radius: 0.15em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .home-trusted__head {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(1.5rem, 3.5vw, 2.5rem);
  }

  .home-trusted__nav {
    justify-content: center;
  }
}

/* ===========================
 * Why Leaders Choose block (shared across home + interior pages)
 * Class prefix kept as "home-why" for backward compatibility.
 * Sticky behavior is opt-in via .home-why--sticky on the section.
 * =========================== */
.home-why {
  position: relative;
  overflow: hidden;
  background: #3a2a1c;
  isolation: isolate;
  padding-block: clamp(6rem, 14vw, 22rem);
}

.home-why--sticky {
  position: sticky;
  top: 0;
  z-index: 2;
}

.home-why__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("../img/why-leaders-bg.webp");
  background-size: 140% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.home-why__shape {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-why__shape::before,
.home-why__shape::after {
  content: "";
  position: absolute;
  width: clamp(360px, 36vw, 620px);
  height: clamp(230px, 23vw, 395px);
  background: var(--bg, #F2E8D4);
}

.home-why__shape::before {
  top: 37%;
  left: 0;
  transform: translateX(-66%);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.home-why__shape::after {
  bottom: -31.6%;
  left: 0;
  transform: translateX(34%);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.home-why__inner {
  position: relative;
  z-index: 2;
  max-width: 1548px;
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 90px);
  text-align: center;
  color: var(--bg, #F2E8D4);
}

.home-why__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.5rem, 5.8vw, 6.25rem);
  line-height: 1.19;
  color: var(--bg, #F2E8D4);
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-why__title-why {
  font-style: italic;
  font-weight: 800;
}

.home-why__title-leaders {
  font-weight: 400;
}

.home-why__title-brand {
  font-weight: 700;
  letter-spacing: 0;
  padding-left: clamp(4rem, 19vw, 18rem);
}

@media (max-width: 991px) {
  .home-why__shape::before,
  .home-why__shape::after {
    width: clamp(180px, 32vw, 320px);
    height: clamp(115px, 20vw, 200px);
    opacity: 0.25;
    left: 0;
  }

  .home-why__shape::before {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -100%);
  }

  .home-why__shape::after {
    top: 50%;
    bottom: auto;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .home-why__title {
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .home-why__title-brand {
    padding-left: 0;
  }

  .home-why__shape::before,
  .home-why__shape::after {
    width: clamp(160px, 36vw, 280px);
    height: clamp(95px, 19vw, 150px);
    opacity: 0.22;
  }
}

@media (max-width: 575px) {
  .home-why__shape::before,
  .home-why__shape::after {
    width: clamp(180px, 50vw, 240px);
    height: clamp(110px, 27vw, 140px);
    opacity: 0.2;
  }

  .home-why__shape::before {
    top: 80%;
    transform: translate(-50%, -100%);
  }

  .home-why__shape::after {
    top: 80%;
    left: 49.5%;
    transform: translateX(-50%);
  }
}

/* ===========================
 * Testimonials block (shared across home + interior pages)
 * Class name keeps "home-" prefix for backward compatibility.
 * =========================== */
.home-testimonials {
  position: relative;
  background: var(--bg);
  padding-block: clamp(3rem, 4.5vw, 5rem) clamp(2rem, 3.5vw, 4rem);
  z-index: 3;
}

.home-testimonials__inner {
  max-width: 1728px;
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 90px);
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
}

.home-testimonials__nav {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.home-testimonials__arrow {
  width: 42px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--brand);
  padding: 0;
}

.home-testimonials__arrow svg {
  width: 42px;
  height: 31px;
  display: block;
}

.home-testimonials__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.testimonials-swiper {
  width: 100%;
  overflow: hidden;
}

.testimonials-swiper .swiper-wrapper {
  align-items: stretch;
}

.testimonial-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.25rem, 2vw, 2rem) 0;
  height: auto;
}

.testimonial-card__quote-mark {
  font-family: var(--serif);
  font-size: clamp(18rem, 26vw, 30rem);
  line-height: 0.55;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: clamp(1rem, 2.5vw, 2rem);
  text-align: center;
  align-self: center;
}

.testimonial-card__quote-mark svg {
  width: clamp(64px, 6.2vw, 107px);
  height: auto;
  display: block;
}

.testimonial-card__quote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.125rem, 1.35vw, 1.4375rem);
  line-height: 1.5;
  color: var(--brand);
  font-style: italic;
}

.testimonial-card__quote p {
  margin: 0;
}

.testimonial-card__attribution {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.75vw, 1.875rem);
  line-height: 1.4;
  color: var(--brand);
  margin-top: clamp(1rem, 1.5vw, 1.5rem);
}

.testimonial-card__name {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
  color: var(--brand);
}

.testimonial-card__role {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
  color: var(--brand);
}

.testimonial-card--maroon .testimonial-card__quote-mark {
  color: #6B2737;
}

.home-testimonials__pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.home-testimonials__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: rgba(24, 58, 64, 0.25);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  opacity: 1;
}

.home-testimonials__dot.is-active {
  background: var(--brand);
  transform: scale(1.4);
}

.home-testimonials__logomark {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(1.25rem, 2vw, 2rem);
}

.home-testimonials__logomark svg {
  width: clamp(110px, 8.6vw, 149px);
  height: auto;
  display: block;
}

@media (max-width: 575px) {
  .testimonial-card__quote-mark {
    font-size: clamp(8rem, 20vw, 12rem);
  }
}


/* ============================================================================
 * Program / Delivery cards (Home programs grid + Manager Training delivery grid)
 * ========================================================================== */
.program-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding: clamp(1.75rem, 2.5vw, 2.5rem);
  background: transparent;
  border: 1px solid rgba(24, 58, 64, 0.45);
  color: var(--brand);
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
  min-height: 375px;
}

.program-card:hover,
.program-card:focus-visible {
  background: #67929a;
}

.program-card:hover .program-card__initial,
.program-card:focus-visible .program-card__initial {
  color: var(--brand);
}

.program-card__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3.25vw, 3.5rem);
  font-weight: 500;
  line-height: 1.16;
  color: var(--brand);
}

.program-card__initial {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
  font-size: 1.54em;
  color: #67929a;
  line-height: 0.95;
  margin-right: -0.02em;
  vertical-align: baseline;
}

.program-card__body {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(0.95rem, 1.1vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--brand);
}

@media (max-width: 767px) {
  .program-card {
    min-height: 0;
    padding: 1.5rem;
  }

  .program-card__title,
  .program-card__body {
    overflow-wrap: break-word;
  }

  .program-card__title {
    font-size: clamp(1.6rem, 10vw, 2.5rem);
  }
}


/* ============================================================================
 * Button variants (.filled = solid maroon on cream | .hollow-light = outline on dark)
 * Used on About, Manager Training, future interior pages
 * ========================================================================== */
.btn-layout.filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.05rem 1.5rem;
  font-family: var(--sans);
  font-size: clamp(0.85rem, 0.95vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #561F33;
  border: 1px solid #561F33;
  color: var(--bg, #F2E8D4);
  text-decoration: none;
  border-radius: 0;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-layout.filled:hover,
.btn-layout.filled:focus-visible {
  background: transparent;
  color: #561F33;
}

.btn-layout.hollow-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.05rem 1.5rem;
  font-family: var(--sans);
  font-size: clamp(0.85rem, 0.95vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid var(--bg, #F2E8D4);
  color: var(--bg, #F2E8D4);
  text-decoration: none;
  border-radius: 0;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-layout.hollow-light:hover,
.btn-layout.hollow-light:focus-visible {
  background: var(--bg, #F2E8D4);
  color: #561F33;
}

.btn-layout.hollow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.1rem, 1.7vw, 1.875rem) clamp(1.5rem, 2.3vw, 2.5rem);
  font-family: var(--sans);
  font-size: clamp(0.95rem, 1vw, 1.125rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #561F33;
  background: transparent;
  border: 1px solid #561F33;
  border-radius: 0;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-layout.hollow:hover,
.btn-layout.hollow:focus-visible {
  background: #561F33;
  color: var(--bg, #F2E8D4);
}

@media (max-width: 575px) {
  .btn-layout.filled,
  .btn-layout.hollow,
  .btn-layout.hollow-light {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
}
