/*
 * Readability layer added after visual QA at desktop and mobile widths.
 * Loaded separately so the original content-hashed build remains intact.
 */

body {
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

.hero h1,
.simple-hero h1 {
  font-size: clamp(3.2rem, 6.4vw, 6.65rem);
  letter-spacing: -0.018em;
  line-height: 1.08;
}

.hero-split h1 {
  font-size: clamp(3rem, 5.2vw, 5.6rem);
}

.hero-content > p:not(.kicker) {
  line-height: 1.72;
  margin-top: 1.6rem;
}

@media (width > 820px) {
  .hero-content {
    padding-bottom: clamp(3rem, 5vh, 4.25rem);
    padding-top: clamp(3rem, 5vh, 4.25rem);
  }

  /*
   * Keep long desktop heroes inside the first viewport. The original centered
   * layout left a large empty band above the copy and pushed the CTA below the
   * fold on venue and service-area pages.
   */
  .hero-full {
    min-height: calc(100svh - 78px);
  }

  .hero-full .hero-content {
    justify-content: flex-start;
    padding-top: clamp(2.75rem, 5vh, 4rem);
    width: min(920px, 64vw);
  }

  .hero-full h1 {
    font-size: clamp(3.35rem, 4.5vw, 5.4rem);
    line-height: 1.03;
    max-width: 18ch;
  }

  .hero-full .hero-content > p:not(.kicker) {
    font-size: clamp(1rem, 1.15vw, 1.16rem);
    line-height: 1.58;
    margin-top: 1.2rem;
  }

  .hero-full .button-row {
    margin-top: 1.5rem;
  }

  .simple-hero {
    padding-top: clamp(4rem, 7vw, 6rem);
  }
}

@media (width > 820px) and (height <= 800px) {
  .hero-full .hero-content {
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }

  .hero-full h1 {
    font-size: clamp(3rem, 4.15vw, 4.8rem);
  }

  .hero-full .hero-content > p:not(.kicker) {
    line-height: 1.5;
    margin-top: 1rem;
  }

  .hero-full .button-row {
    margin-top: 1.25rem;
  }
}

.section-heading h2,
.final-cta h2,
.footer-brand h2,
.story-section h2 {
  line-height: 1.13;
}

.section-heading > p:last-child,
.split-heading > p,
.story-section p,
.product-card p,
.feature-grid p,
.area-grid p,
.about-team p,
.final-cta > p:not(.kicker) {
  line-height: 1.72;
}

.section-heading > p:last-child,
.split-heading > p {
  margin-top: 1rem;
}

.story-copy > p + p,
.about-team article > p + p {
  margin-top: 0.9rem;
}

.inclusion-list li,
.modal-list li,
.faq-list details,
.faq-list p {
  line-height: 1.68;
}

@media (width <= 820px) {
  .hero h1,
  .simple-hero h1 {
    font-size: clamp(2.85rem, 12vw, 4.8rem);
    letter-spacing: -0.015em;
    line-height: 1.1;
  }

  .hero-content > p:not(.kicker) {
    line-height: 1.7;
    margin-top: 1.35rem;
  }

  .section-heading h2,
  .final-cta h2,
  .footer-brand h2,
  .story-section h2 {
    line-height: 1.16;
  }

  .section-heading > p:last-child,
  .split-heading > p {
    margin-top: 0.9rem;
  }
}

@media (width <= 580px) {
  .hero h1,
  .simple-hero h1 {
    font-size: clamp(2.75rem, 11.5vw, 3.65rem);
    line-height: 1.11;
  }

  .hero-content > p:not(.kicker),
  .section-heading > p:last-child,
  .split-heading > p,
  .story-section p,
  .feature-grid p,
  .area-grid p,
  .about-team p {
    line-height: 1.72;
  }
}
.gallery-item.plaza-video-feature {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
  background: #0a0a0a;
}

.gallery-item.plaza-video-feature video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
