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

.lsh-about-body .content-area {
  margin-bottom: 0;
  margin-top: 0;
}

.lsh-about-body .entry-header,
.lsh-about-body .entry-footer {
  display: none;
}

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

.lsh-about-body .site-container,
.lsh-about-body .content-container {
  max-width: none;
  padding: 0;
}

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

.lsh-about-page * {
  box-sizing: border-box;
}

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

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

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

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

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

.lsh-about-section--sky {
  background: linear-gradient(145deg, #f8fcfe 0%, var(--lsh-about-sky) 100%);
}

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

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

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

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

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

.lsh-about-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: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

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

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

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

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

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

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

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

.lsh-about-hero__content {
  padding-block: clamp(4.5rem, 8vw, 6.5rem);
}

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

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

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

.lsh-about-copy > *:first-child {
  margin-top: 0;
}

.lsh-about-copy > p {
  color: var(--lsh-about-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.lsh-about-photo {
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(53, 16, 68, 0.16);
  margin: 0;
  overflow: hidden;
}

.lsh-about-photo img {
  aspect-ratio: 4 / 5;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

.lsh-about-pillar {
  background: var(--lsh-about-white);
  border: 1px solid rgba(53, 16, 68, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(23, 33, 43, 0.07);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.6rem, 3vw, 2.2rem);
}

.lsh-about-pillar figure {
  background: var(--lsh-about-sky);
  border-radius: 16px;
  margin: 0 0 1.4rem;
  padding: 0.85rem;
  width: 64px;
}

.lsh-about-pillar figure img {
  display: block;
  height: 36px;
  width: 36px;
}

.lsh-about-pillar h3 {
  color: var(--lsh-about-purple-deep);
  font-size: 1.4rem;
  margin: 0 0 0.65rem;
}

.lsh-about-pillar p {
  color: var(--lsh-about-muted);
  line-height: 1.65;
  margin: 0;
}

.lsh-about-tool {
  background: var(--lsh-about-purple-deep);
  color: var(--lsh-about-white);
}

.lsh-about-tool .lsh-about-heading {
  color: var(--lsh-about-white);
}

.lsh-about-tool .lsh-about-copy > p {
  color: rgba(255, 255, 255, 0.8);
}

.lsh-about-tool .lsh-about-photo {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.lsh-about-tool-points {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.lsh-about-tool-point {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 1rem;
  grid-template-columns: 2.6rem 1fr;
  padding-top: 0.85rem;
}

.lsh-about-tool-point strong {
  align-items: center;
  background: var(--lsh-about-red);
  border-radius: 50%;
  display: inline-flex;
  height: 2.6rem;
  justify-content: center;
  width: 2.6rem;
}

.lsh-about-tool-point p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.lsh-about-stem-header {
  align-items: end;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

.lsh-about-stem-header .lsh-about-lead {
  margin: 0;
}

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

.lsh-about-stem-card {
  background: var(--lsh-about-white);
  border: 1px solid rgba(53, 16, 68, 0.1);
  border-radius: 20px;
  height: 100%;
  padding: 1.6rem;
}

.lsh-about-stem-card__letter {
  align-items: center;
  background: var(--lsh-about-purple);
  border-radius: 14px;
  color: var(--lsh-about-white);
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 900;
  height: 3rem;
  justify-content: center;
  margin: 0 0 1.2rem !important;
  width: 3rem;
}

.lsh-about-stem-card h3 {
  color: var(--lsh-about-purple-deep);
  font-size: 1.25rem;
  margin: 0 0 0.6rem;
}

.lsh-about-stem-card p:not(.lsh-about-stem-card__letter) {
  color: var(--lsh-about-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.lsh-about-history-media {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 0.82fr;
}

.lsh-about-history-media figure {
  border-radius: 22px;
  margin: 0;
  overflow: hidden;
}

.lsh-about-history-media figure:last-child {
  margin-top: 3rem;
}

.lsh-about-history-media img {
  display: block;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  width: 100%;
}

.lsh-about-values {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.lsh-about-value {
  align-items: center;
  border-bottom: 1px solid rgba(53, 16, 68, 0.12);
  display: flex;
  gap: 0.8rem;
  padding-bottom: 0.75rem;
}

.lsh-about-value::before {
  background: var(--lsh-about-red);
  border-radius: 50%;
  content: "";
  flex: 0 0 0.65rem;
  height: 0.65rem;
  width: 0.65rem;
}

.lsh-about-value p {
  color: var(--lsh-about-purple-deep);
  font-weight: 800;
  margin: 0;
}

.lsh-about-funding {
  align-items: center;
  padding-block: clamp(4.5rem, 8vw, 7rem);
  padding-inline: 0;
}

.lsh-about-funding > .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(247, 244, 237, 0.98) 0%, rgba(247, 244, 237, 0.92) 55%, rgba(220, 238, 247, 0.88) 100%);
  opacity: 1;
}

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

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

.lsh-about-impact-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.lsh-about-impact-card {
  background: var(--lsh-about-white);
  border: 1px solid rgba(53, 16, 68, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(23, 33, 43, 0.08);
  min-height: 170px;
  padding: 1.5rem;
}

.lsh-about-impact-card strong {
  color: var(--lsh-about-purple-deep);
  display: block;
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.lsh-about-impact-card p {
  color: var(--lsh-about-muted);
  line-height: 1.5;
  margin: 0;
}

.lsh-about-impact-card--wide {
  background: var(--lsh-about-purple-deep);
  grid-column: 1 / -1;
}

.lsh-about-impact-card--wide strong,
.lsh-about-impact-card--wide p {
  color: var(--lsh-about-white);
}

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

.lsh-about-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-about-final-cta > .wp-block-cover__image-background {
  object-position: center 38%;
}

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

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

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

@media (max-width: 1024px) {
  .lsh-about-pillar-grid,
  .lsh-about-stem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .lsh-about-hero > .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(26, 8, 35, 0.88) 0%, rgba(53, 16, 68, 0.82) 70%, rgba(53, 16, 68, 0.76) 100%);
  }

  .lsh-about-mission-grid,
  .lsh-about-tool-grid,
  .lsh-about-history-grid,
  .lsh-about-funding-grid,
  .lsh-about-stem-header {
    grid-template-columns: 1fr;
  }

  .lsh-about-tool-grid .lsh-about-photo {
    order: 2;
  }

  .lsh-about-tool-grid .lsh-about-copy {
    order: 1;
  }

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

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

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

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

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

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

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

  .lsh-about-pillar-grid,
  .lsh-about-stem-grid,
  .lsh-about-impact-grid {
    grid-template-columns: 1fr;
  }

  .lsh-about-impact-card--wide {
    grid-column: auto;
  }

  .lsh-about-photo img {
    aspect-ratio: 4 / 4.6;
  }

  .lsh-about-history-media {
    grid-template-columns: 1fr 0.8fr;
  }

  .lsh-about-history-media figure:last-child {
    margin-top: 1.5rem;
  }

  .lsh-about-history-media img {
    min-height: 250px;
  }
}

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