/* Homepage layout and components. Every section is built from editable core blocks. */

.home .content-area {
  margin-bottom: 0;
  margin-top: 0;
}

.home .entry-header,
.home .entry-footer {
  display: none;
}

.home .content-wrap,
.home .site-main,
.home .entry-content-wrap,
.home article.page {
  padding: 0;
}

.home .site-container,
.home .content-container {
  max-width: none;
  padding: 0;
}

.lsh-home {
  --lsh-purple: #55206f;
  --lsh-purple-deep: #351044;
  --lsh-red: #b33138;
  --lsh-sky: #dceef7;
  --lsh-cream: #f7f4ed;
  --lsh-ink: #17212b;
  --lsh-muted: #5f6872;
  --lsh-white: #fff;
  color: var(--lsh-ink);
  overflow: hidden;
}

.lsh-home * {
  box-sizing: border-box;
}

.lsh-home > * {
  margin-block: 0 !important;
}

.lsh-home .wp-block-group {
  margin-block-start: 0;
}

.lsh-shell {
  margin-inline: auto;
  max-width: 1220px;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  width: 100%;
}

.lsh-section {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.lsh-section--compact {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.lsh-section--soft {
  background: var(--lsh-cream);
}

.lsh-section--sky {
  background: linear-gradient(145deg, #f8fcfe 0%, var(--lsh-sky) 100%);
  padding-block: clamp(4rem, 7vw, 6rem);
}

.lsh-section--dark {
  background: var(--lsh-purple-deep);
  color: var(--lsh-white);
}

.lsh-eyebrow {
  color: var(--lsh-red);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.lsh-section-heading {
  color: var(--lsh-purple-deep);
  font-size: clamp(2.15rem, 4.5vw, 3.8rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin: 0;
  max-width: 18ch;
}

.lsh-section-heading--center {
  margin-inline: auto;
  max-width: 22ch;
  text-align: center;
}

.lsh-section-heading--light {
  color: var(--lsh-white);
}

.lsh-lead {
  color: var(--lsh-muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
  max-width: 62ch;
}

.lsh-lead--center {
  margin-inline: auto;
  text-align: center;
}

.lsh-lead--light {
  color: rgba(255, 255, 255, 0.82);
}

.lsh-hero {
  align-items: center;
  min-height: 620px;
}

.lsh-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(26, 8, 35, 0.94) 0%, rgba(53, 16, 68, 0.76) 48%, rgba(53, 16, 68, 0.2) 100%);
  opacity: 1;
}

.lsh-hero .wp-block-cover__image-background {
  object-position: center 38%;
}

.lsh-hero__content {
  padding-block: clamp(4.75rem, 8vw, 6.75rem);
}

.lsh-hero h1 {
  color: var(--lsh-white);
  font-size: clamp(3rem, 6vw, 5.4rem);
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0 0 1.25rem;
  max-width: 10ch;
  text-wrap: balance;
}

.lsh-hero__copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.1rem, 2.1vw, 1.38rem);
  line-height: 1.65;
  max-width: 620px;
}

.lsh-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.lsh-button-row .wp-block-button__link {
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.92rem 1.45rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.lsh-button-row .wp-block-button__link:hover {
  box-shadow: 0 12px 28px rgba(23, 33, 43, 0.22);
  transform: translateY(-2px);
}

.lsh-button--primary .wp-block-button__link {
  background: var(--lsh-red);
  color: var(--lsh-white);
}

.lsh-button--light .wp-block-button__link {
  background: var(--lsh-white);
  color: var(--lsh-purple-deep);
}

.lsh-button--outline .wp-block-button__link {
  background: transparent;
  border-color: currentColor;
  color: var(--lsh-white);
}

.lsh-trust-bar {
  background: var(--lsh-purple);
  color: var(--lsh-white);
  position: relative;
  z-index: 2;
}

.lsh-trust-grid {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}

.lsh-trust-item {
  align-items: center;
  align-self: stretch;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 1rem;
  grid-template-columns: 42px minmax(0, 1fr);
  margin-block: 0 !important;
  min-height: 148px;
  padding: 1.5rem clamp(1rem, 2vw, 1.65rem);
}

.lsh-trust-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.lsh-trust-icon {
  margin: 0;
  width: 42px;
}

.lsh-trust-icon img {
  display: block;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.lsh-trust-item__copy {
  min-width: 0;
}

.lsh-trust-item h2 {
  color: var(--lsh-white);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.25;
  margin: 0 0 0.3rem;
}

.lsh-trust-item p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}

.lsh-intro-grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.lsh-intro-panel {
  background: var(--lsh-purple-deep);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(53, 16, 68, 0.18);
  color: var(--lsh-white);
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.5rem);
  position: relative;
}

.lsh-intro-panel .wp-block-cover__image-background {
  object-position: center;
}

.lsh-intro-panel .wp-block-cover__background {
  background: linear-gradient(135deg, rgba(53, 16, 68, 0.94), rgba(85, 32, 111, 0.78)) !important;
  opacity: 1;
  z-index: 1;
}

.lsh-intro-panel .wp-block-cover__inner-container {
  position: relative;
  width: 100%;
  z-index: 3;
}

.lsh-intro-panel h3,
.lsh-intro-panel p {
  color: var(--lsh-white);
}

.lsh-intro-panel h3 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  margin: 0 0 1rem;
  max-width: 14ch;
}

.lsh-intro-panel .wp-block-cover__inner-container > p:last-child {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 0;
  max-width: 42ch;
}

.lsh-intro-panel::after {
  background: var(--lsh-red);
  border-radius: 50%;
  content: "";
  height: 180px;
  opacity: 0.8;
  position: absolute;
  right: -90px;
  top: -90px;
  width: 180px;
  z-index: 2;
}

.lsh-intro-panel__number {
  color: var(--lsh-white);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 0 0 1.25rem;
}

.lsh-story-header {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.lsh-story-header .lsh-section-heading {
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  max-width: 18ch;
}

.lsh-story-header .lsh-lead {
  margin: 0 0 0.25rem;
}

.lsh-story-grid {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(3rem, 5vw, 4.75rem);
}

.lsh-story-card {
  background: var(--lsh-white);
  border: 1px solid rgba(53, 16, 68, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(23, 33, 43, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  margin-block: 0 !important;
  overflow: hidden;
}

.lsh-story-card__media {
  gap: 0;
  margin-block: 0 !important;
  position: relative;
}

.lsh-story-card figure {
  aspect-ratio: 16 / 11;
  margin-block: 0 !important;
  overflow: hidden;
}

.lsh-story-card figure img {
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
  width: 100%;
}

.lsh-story-card:hover figure img {
  transform: scale(1.035);
}

.lsh-story-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  margin-block: 0 !important;
  padding: 1.35rem clamp(1.6rem, 2.5vw, 2rem) 1.75rem;
}

.lsh-story-card__body > * {
  margin-block-start: 0 !important;
}

.lsh-story-card__step {
  align-items: center;
  background: var(--lsh-purple);
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(23, 33, 43, 0.2);
  color: var(--lsh-white);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 800;
  height: 2.25rem;
  justify-content: center;
  left: 1.25rem;
  margin: 0 !important;
  position: absolute;
  bottom: 1.25rem;
  width: 2.25rem;
  z-index: 2;
}

.lsh-story-card h3 {
  color: var(--lsh-purple-deep);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin: 0 0 0.75rem !important;
}

.lsh-story-card p:not(.lsh-story-card__step) {
  color: var(--lsh-muted);
  margin: 0 !important;
}

.lsh-quote {
  background: linear-gradient(135deg, var(--lsh-purple-deep), var(--lsh-purple));
  color: var(--lsh-white);
  padding-block: clamp(4rem, 8vw, 7rem);
  position: relative;
}

.lsh-quote blockquote {
  border: 0;
  margin: 0 auto;
  max-width: 980px;
  padding: 0;
  text-align: center;
}

.lsh-quote blockquote p {
  color: var(--lsh-white);
  font-size: clamp(1.7rem, 4vw, 3.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.lsh-quote cite {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.95rem;
  font-style: normal;
  margin-top: 1.5rem;
}

.lsh-learning-grid {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(2.25rem, 4vw, 3.25rem);
}

.lsh-learning-card {
  background: var(--lsh-white);
  border: 1px solid rgba(53, 16, 68, 0.1);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  margin-block: 0 !important;
  min-height: 148px;
  padding: 1.5rem;
}

.lsh-learning-card > * {
  margin-block-start: 0 !important;
}

.lsh-learning-card__header {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  margin: 0 0 0.85rem !important;
}

.lsh-learning-card h3 {
  color: var(--lsh-purple-deep);
  font-size: 1.08rem;
  line-height: 1.25;
  margin: 0 !important;
}

.lsh-learning-card p {
  color: var(--lsh-muted);
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 0 !important;
}

.lsh-learning-card__icon {
  align-items: center;
  background: var(--lsh-sky);
  border-radius: 12px;
  color: var(--lsh-purple);
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 900;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  justify-content: center;
  margin: 0 !important;
  width: 2.5rem;
}

.lsh-faq-section {
  background: var(--lsh-white);
}

.lsh-faq-section .lsh-lead {
  margin-top: 1rem;
}

.lsh-faq-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
  margin-top: 2.25rem;
  max-width: 960px;
}

.lsh-faq-grid details {
  background: var(--lsh-cream);
  border: 1px solid rgba(53, 16, 68, 0.12);
  border-radius: 16px;
  margin: 0 !important;
  padding: 1.25rem 1.5rem;
}

.lsh-faq-grid summary {
  color: var(--lsh-purple-deep);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 800;
}

.lsh-faq-grid details p {
  color: var(--lsh-muted);
  font-size: 0.94rem;
  margin-bottom: 0;
}

.lsh-audience-grid {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  grid-template-columns: repeat(2, 1fr);
}

.lsh-audience-section {
  align-items: center;
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  padding-inline: 0;
}

.lsh-audience-section > .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(247, 244, 237, 0.96) 0%, rgba(247, 244, 237, 0.86) 52%, rgba(220, 238, 247, 0.9) 100%);
  opacity: 1;
}

.lsh-audience-section > .wp-block-cover__image-background {
  object-position: center 45%;
}

.lsh-audience-section > .wp-block-cover__inner-container {
  padding: 0;
  width: 100%;
}

.lsh-audience-card {
  box-shadow: 0 22px 55px rgba(23, 33, 43, 0.14);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  height: 540px !important;
  justify-content: flex-end;
  min-height: 540px !important;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.5rem);
  position: relative;
}

.lsh-audience-card--school {
  background: var(--lsh-white);
  color: var(--lsh-ink);
}

.lsh-audience-card--donor {
  background: var(--lsh-purple-deep);
  color: var(--lsh-white);
}

.lsh-audience-card h3 {
  color: inherit;
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 0 0.85rem;
  max-width: 10ch;
  text-wrap: balance;
}

.lsh-audience-card--school h3 {
  color: var(--lsh-ink);
}

.lsh-audience-card p {
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0;
  max-width: 42ch;
}

.lsh-audience-card--donor p {
  color: rgba(255, 255, 255, 0.78);
}

.lsh-audience-card__label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 1.25rem !important;
  text-transform: uppercase;
}

.lsh-audience-card--school .lsh-audience-card__label {
  color: var(--lsh-ink);
}

.lsh-audience-card--donor .lsh-audience-card__label {
  color: rgba(255, 255, 255, 0.8);
}

.lsh-audience-card .lsh-button-row {
  margin-top: 1.5rem;
}

.lsh-testimonials-section {
  padding-block: clamp(4rem, 7vw, 6rem);
}

.lsh-testimonials-section .lsh-section-heading {
  margin-inline: auto !important;
  max-width: 18ch;
  text-align: center !important;
  text-wrap: balance;
}

.lsh-testimonial-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(2.25rem, 4vw, 3rem);
}

.lsh-testimonial {
  background: var(--lsh-white);
  border: 1px solid rgba(53, 16, 68, 0.1);
  border-radius: 22px;
  box-shadow: 0 15px 45px rgba(23, 33, 43, 0.07);
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  min-height: 330px;
  padding: clamp(1.6rem, 3vw, 2.15rem);
}

.lsh-testimonial > * {
  margin-block: 0 !important;
}

.lsh-testimonial__mark {
  color: var(--lsh-red);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 0.7;
  margin-bottom: 1.15rem !important;
}

.lsh-testimonial blockquote {
  border: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.lsh-testimonial blockquote p {
  color: var(--lsh-ink);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0;
}

.lsh-testimonial cite {
  border-top: 1px solid rgba(53, 16, 68, 0.1);
  color: var(--lsh-purple);
  display: block;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
  margin-top: auto;
  padding-top: 1.15rem;
}

.lsh-video-section {
  padding-block: clamp(4rem, 7vw, 6rem);
}

.lsh-video-stack {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.lsh-video-heading {
  font-size: clamp(2.4rem, 4.5vw, 3.85rem);
  margin-inline: auto !important;
  max-width: 15ch;
  text-align: center;
  text-wrap: balance;
}

.lsh-video-stack .lsh-lead {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
  margin: 1.25rem auto 0;
  max-width: 62ch;
  text-align: center;
}

.lsh-video-frame {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.4);
  margin: clamp(2.5rem, 4vw, 3.5rem) auto 0 !important;
  max-width: 1040px;
  overflow: hidden;
  width: 100%;
}

.lsh-video-actions {
  justify-content: center;
  margin-top: clamp(1.75rem, 3vw, 2.5rem) !important;
}

.lsh-video-frame .wp-block-embed__wrapper {
  aspect-ratio: 16 / 9;
}

.lsh-video-frame iframe {
  height: 100%;
  width: 100%;
}

.lsh-action-section .lsh-section-heading {
  margin-inline: auto !important;
  max-width: 22ch;
  text-align: center !important;
  text-wrap: balance;
}

.lsh-action-grid {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
}

.lsh-action-card {
  background: var(--lsh-white);
  border: 1px solid rgba(53, 16, 68, 0.1);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 230px;
  padding: 1.8rem;
}

.lsh-action-card > * {
  margin-block-start: 0 !important;
}

.lsh-action-card h3 {
  color: var(--lsh-purple-deep);
  font-size: 1.35rem;
  margin-bottom: 0.65rem;
}

.lsh-action-card p {
  color: var(--lsh-muted);
}

.lsh-action-card .lsh-text-link {
  margin-bottom: 0;
  margin-top: auto !important;
  padding-top: 1.25rem;
}

.lsh-action-card a {
  color: var(--lsh-red);
  font-weight: 800;
}

.lsh-sponsors__heading {
  color: var(--lsh-ink);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-inline: auto !important;
  max-width: 28ch;
  text-align: center !important;
  text-wrap: balance;
}

.lsh-sponsor-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 3vw, 2.5rem);
  justify-content: center;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.lsh-sponsor-grid figure {
  flex: 0 1 calc(25% - 2rem);
  margin: 0;
  max-width: 220px;
  min-width: 150px;
  text-align: center;
}

.lsh-sponsor-grid img {
  filter: grayscale(1);
  height: 88px;
  object-fit: contain;
  opacity: 0.72;
  transition: filter 180ms ease, opacity 180ms ease;
  width: 100%;
}

.lsh-sponsor-grid img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.lsh-final-cta {
  align-items: center;
  color: var(--lsh-white);
  padding-block: clamp(3.5rem, 7vw, 6rem);
  padding-inline: 0;
}

.lsh-final-cta > .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(179, 49, 56, 0.96) 0%, rgba(179, 49, 56, 0.88) 48%, rgba(53, 16, 68, 0.82) 100%);
  opacity: 1;
}

.lsh-final-cta > .wp-block-cover__image-background {
  object-position: center 38%;
}

.lsh-final-cta > .wp-block-cover__inner-container {
  padding: 0;
  width: 100%;
}

.lsh-final-cta__inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.lsh-final-cta h2 {
  color: var(--lsh-white);
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0;
  max-width: 16ch;
}

@media (max-width: 1024px) {
  .lsh-trust-grid,
  .lsh-learning-grid,
  .lsh-testimonial-grid,
  .lsh-action-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lsh-story-grid {
    grid-template-columns: 1fr;
  }

  .lsh-story-card {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) 1fr;
  }

  .lsh-story-card figure {
    aspect-ratio: auto;
    height: 100%;
  }

  .lsh-story-card__media {
    height: 100%;
  }

}

@media (max-width: 782px) {
  .lsh-hero {
    min-height: 620px;
  }

  .lsh-hero .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(26, 8, 35, 0.86) 0%, rgba(53, 16, 68, 0.82) 65%, rgba(53, 16, 68, 0.75) 100%);
  }

  .lsh-intro-grid,
  .lsh-story-header,
  .lsh-audience-grid {
    grid-template-columns: 1fr;
  }

  .lsh-story-header {
    align-items: start;
    gap: 1.25rem;
  }

  .lsh-audience-card {
    height: 460px !important;
    min-height: 460px !important;
  }

  .lsh-faq-grid {
    grid-template-columns: 1fr;
  }

  .lsh-sponsor-grid figure {
    flex-basis: calc(50% - 1rem);
    max-width: 260px;
  }

  .lsh-sponsor-grid img {
    height: 72px;
  }

  .lsh-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .lsh-hero__content {
    padding-block: 4.5rem;
  }
}

@media (max-width: 600px) {
  .lsh-section,
  .lsh-section--sky,
  .lsh-testimonials-section,
  .lsh-video-section {
    padding-block: 3.75rem;
  }

  .lsh-section--compact {
    padding-block: 3rem;
  }

  .lsh-hero {
    min-height: 590px !important;
  }

  .lsh-hero h1 {
    font-size: clamp(2.75rem, 13vw, 3.65rem);
  }

  .lsh-hero__copy {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .lsh-hero__content {
    padding-block: 3.75rem;
  }

  .lsh-button-row,
  .lsh-button-row .wp-block-button,
  .lsh-button-row .wp-block-button__link {
    width: 100%;
  }

  .lsh-button-row .wp-block-button__link {
    text-align: center;
  }

  .lsh-audience-card {
    height: 420px !important;
    min-height: 420px !important;
    padding: 1.75rem;
  }

  .lsh-trust-grid,
  .lsh-learning-grid,
  .lsh-testimonial-grid,
  .lsh-action-grid {
    grid-template-columns: 1fr;
  }

  .lsh-trust-item,
  .lsh-trust-item:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    min-height: 0;
  }

  .lsh-story-card {
    display: block;
  }

  .lsh-story-card figure {
    aspect-ratio: 16 / 11;
  }

  .lsh-story-card__media {
    height: auto;
  }

  .lsh-learning-card {
    min-height: 0;
    padding: 1.25rem;
  }

  .lsh-testimonial {
    padding: 1.5rem;
  }

  .lsh-testimonial__mark {
    margin-bottom: 0.75rem !important;
  }

  .lsh-testimonial blockquote p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .lsh-testimonial cite {
    padding-top: 0.9rem;
  }

  .lsh-action-card {
    min-height: 0;
    padding: 1.5rem;
  }

  .lsh-action-grid {
    margin-top: 2.25rem;
  }

  .lsh-sponsor-grid {
    gap: 1.75rem 1rem;
  }

  .lsh-sponsor-grid figure {
    flex-basis: calc(50% - 0.5rem);
    min-width: 0;
  }

  .lsh-sponsor-grid img {
    height: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lsh-home *,
  .lsh-home *::before,
  .lsh-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
