/* Capability labels use a stable text column so wrapped lines stay aligned. */
.cap-copy li {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: baseline;
}

.cap-copy li span {
  display: block;
  width: auto;
}

.brand-logo {
  line-height: normal;
  letter-spacing: normal;
}

.brand-logo img {
  width: auto;
  height: 108px;
  object-fit: contain;
}

/* Carry the main Ritual website's narrow, architectural typography into the
   campaign details while preserving Italiana for the expressive headlines. */
.nav-cta,
.eyebrow,
.section-index,
.side-note,
.round-link,
.audiences span,
.cap-copy li span,
.button,
.places,
.contact-links a,
footer p {
  font-family: "Alumni Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.nav-cta,
.button,
.contact-links a {
  font-size: 1rem;
}

.eyebrow,
.section-index,
.side-note,
.audiences span,
.places {
  font-size: 0.9rem;
}

.round-link {
  font-size: 0.84rem;
}

.cap-copy li span,
footer p {
  font-size: 0.78rem;
}

:root {
  --gold: #aa966d;
}

@media (min-width: 801px) {
  .reel .section-head {
    display: block;
    max-width: 1400px;
    margin: 0 auto 55px;
  }

  .reel .section-head h2 {
    margin-top: 24px;
  }
}

.footer-logo img {
  height: 132px;
}

@media (max-width: 800px) {
  .nav {
    padding-top: 12px;
  }

  .brand-logo img {
    height: 82px;
  }

  .nav-cta {
    font-size: 0.82rem;
  }

  .eyebrow,
  .section-index,
  .audiences span,
  .places {
    font-size: 0.82rem;
  }

  .contact-links a,
  .button {
    font-size: 0.95rem;
  }

  .footer-logo img {
    height: 112px;
  }

  .cap-copy li {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .presentation {
    min-height: 68svh;
  }

  .international {
    padding-top: 55px;
  }

  .gallery .tall img {
    object-position: center bottom;
  }
}
