/* the closing-curtain band gets a taller crop so the figure reads at full height */
.curtainband{padding-block:clamp(5.5rem,15vh,11rem);}
/* three outcome panels at the end of the page */
.leaves{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.4rem,3vw,2.6rem);}
.leaves__i{text-align:center;padding-top:clamp(1.6rem,3.2vh,2.2rem);border-top:1px solid var(--gold);}
.leaves__i b{display:block;font-family:var(--pf);font-weight:400;font-size:clamp(1.3rem,1.9vw,1.72rem);color:var(--cream);}
.leaves__i p{margin-top:.75rem;font-size:.9rem;color:rgba(216,206,196,.84);}
@media (max-width:760px){ .leaves{grid-template-columns:minmax(0,1fr);gap:1.6rem;} }
/* ---- the recognition ladder ---------------------------------------------- */
.awards{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,228px),1fr));
  gap:clamp(1rem,1.8vw,1.5rem);
}
.awards__note{
  margin-top:clamp(1.4rem,3vh,2rem);
  font-size:.86rem;color:var(--stone);max-width:74ch;
}
