.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.85fr);
  min-height: min(52rem, calc(100vh - 5.5rem));
  background: var(--color-sand);
}
.hero-copy {
  align-self: center;
  max-width: none;
  padding: 4rem var(--page-gutter);
}
.hero-copy > p:not(.eyebrow) {
  max-width: 58ch;
}
.hero-visual {
  position: relative;
  min-height: 30rem;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}
.image-note {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  max-width: 16rem;
  margin: 0;
  padding: 1rem 1.25rem;
  color: #fff;
  background: rgba(2, 103, 108, 0.94);
}
.image-note strong {
  display: block;
  font: 1.75rem var(--font-serif);
}
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
}
.split-section > *,
.card-grid > *,
.testimonial-grid > * {
  min-width: 0;
}
.principles {
  width: min(calc(100% - var(--page-gutter) * 2), var(--content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.split-section + .principles {
  margin-bottom: var(--section-space);
}
.principles article {
  padding: 2rem;
  border-right: 1px solid var(--color-border);
}
.principles article:last-child {
  border-right: 0;
}
.principles span {
  color: var(--color-primary);
  font-weight: 700;
}
.principles h3 {
  margin-top: 1rem;
}
.section-heading {
  margin-block: 0 var(--heading-content-gap);
}
.section-heading .eyebrow + h2 {
  margin-top: 0;
}
.section-heading h2 {
  max-width: 36ch;
}
.section-heading h2 + p {
  margin-top: var(--copy-gap);
}
.page-hero {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 6vw, 5rem);
}
.page-hero.compact {
  padding-bottom: 3rem;
}
.services-page-hero,
.events-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}
.services-page-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.events-page-hero {
  max-width: none;
  padding-inline: max(
    var(--page-gutter),
    calc((100% - var(--content-width)) / 2)
  );
  background: var(--color-sand);
}
.event-hero-note {
  padding: 2rem;
  border-top: 0.3rem solid var(--color-primary);
  background: var(--color-white);
}
.event-hero-note p:last-child {
  margin-top: var(--copy-gap);
}
.service-detail {
  display: grid;
  gap: 4rem;
}
.service-detail article {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(2rem, 6vw, 6rem);
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--color-border);
}
.service-detail article:last-child {
  border-bottom: 0;
}
.service-detail aside {
  align-self: start;
}
.service-detail aside .button,
.event-card > .button,
.booking-box > .button {
  margin-top: 1.5rem;
}
.service-detail aside img,
.contact-card img {
  width: 100%;
  margin-bottom: 1.5rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.info-panel {
  background: var(--color-primary-soft);
}
.event-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 6rem);
}
.detail-image {
  margin-bottom: 2rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.booking-box {
  position: sticky;
  top: 1rem;
  padding: 1.5rem;
  background: var(--color-sand);
}
.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22.5rem;
  min-height: auto;
  align-items: center;
  gap: 4rem;
  max-width: none;
  padding: 3rem max(
      var(--page-gutter),
      calc((100% - var(--content-width)) / 2)
    ) 0;
}
.about-hero > div {
  min-width: 0;
  padding: 0;
}
.about-hero h1 {
  max-width: 19ch;
}
.about-hero .hero-lead {
  max-width: 50ch;
}
.about-role-personal {
  white-space: nowrap;
}
.about-hero img {
  width: 22.5rem;
  height: auto;
  aspect-ratio: 4 / 5;
  max-height: none;
  object-fit: cover;
  object-position: 50% 30%;
}
.reading-width {
  width: min(100%, var(--content-width));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}
.reading-width > * {
  margin-inline: 0;
}
.about-hero + .reading-width {
  padding-top: 3rem;
}
.reading-width > h2:not(:first-child) {
  margin-top: 3rem;
}
.reading-width + .section:not(.section-sand) {
  padding-top: 0;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.gallery figure {
  margin: 0;
  background: var(--color-sand);
}
.gallery img {
  width: 100%;
  aspect-ratio: 1 / 0.8;
  object-fit: cover;
}
.gallery figcaption {
  padding: 0.75rem;
  font-size: 0.82rem;
}
.faq-list {
  max-width: 60rem;
  margin-inline: auto;
}
.faq-list h2 {
  margin-top: 3rem;
  font-size: 2.1rem;
}
.legal-content {
  max-width: 58rem;
  margin-inline: auto;
}
.legal-content h2 {
  margin-top: 2.5rem;
  font-size: 2rem;
}
.contact-cta {
  padding-block: var(--section-space);
  padding-inline: max(
    var(--page-gutter),
    calc((100% - var(--content-width)) / 2)
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: rgba(255, 255, 255, 0.9);
  background: var(--color-primary);
}
.contact-cta h2,
.contact-cta .eyebrow {
  color: #fff;
}
.contact-cta .button-light:hover {
  color: #fff;
  border-color: #fff;
  background: var(--color-primary-dark);
}
@media (max-width: 760px) {
  .hero,
  .split-section,
  .services-page-hero,
  .events-page-hero,
  .service-detail article,
  .event-detail,
  .about-hero {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
  }
  .hero-copy {
    padding: 2.5rem var(--page-gutter);
  }
  .hero-visual {
    min-height: 24rem;
  }
  .principles {
    grid-template-columns: 1fr;
  }
  .principles article {
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }
  .principles article:last-child {
    border-bottom: 0;
  }
  .booking-box {
    position: static;
  }
  .about-hero {
    gap: 1.75rem;
    padding: 2rem var(--page-gutter) 0;
  }
  .about-hero > div {
    padding: 0;
  }
  .about-hero img {
    width: min(100%, 20rem);
    justify-self: center;
  }
  .about-hero + .reading-width {
    padding-top: 2rem;
  }
  .reading-width > h2:not(:first-child) {
    margin-top: 2.25rem;
  }
  .about-role-personal {
    white-space: normal;
  }
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 761px) and (max-width: 1000px) {
  .about-hero {
    grid-template-columns: minmax(0, 1fr) 17.5rem;
    gap: 2rem;
  }
  .about-hero img {
    width: 17.5rem;
  }
  .split-section {
    gap: 2rem;
  }
}
@media (max-width: 420px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}
