/* --------------------------------------------------------------------------
   Aai's Recipes — the launch band

   A title over one composed picture. The stepped row of cards this file used to
   hold is gone: the picture now arrives with its polaroids and their captions
   baked in, so the row that placed them, and the borrowed .ap-card rules it
   leaned on, both went with it.

   No colour and no face is introduced. The title is the engraved one every band
   heading on this site uses.
   -------------------------------------------------------------------------- */

.aai-band {
  background-image: var(--section-bg, none);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: clamp(2rem, 5vw, 4rem);
}

.aai-band__title {
  margin: 0 0 clamp(1.5rem, 3.4vw, 2.75rem);
  font-family: var(--font-engraved);
  font-size: clamp(1.6rem, 3.7vw, 3rem);
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--c-ink);
}

/* The picture is the whole slide below its title, so it takes the container's
   width rather than a measure of its own. */
.aai-launch__plate {
  margin: 0;
  min-width: 0;
}

.aai-launch__plate img,
.aai-launch__plate picture {
  width: 100%;
  height: auto;
  display: block;
}
