/* =========================================================
   Misfit Toys — Billings, Montana
   Shared stylesheet for every page.

   Palette taken from the organisation's own snow-globe logo and
   flyers: powder blue sky, white snow, deep ink. No gradients,
   no hairline rules.
   ========================================================= */

:root {
  --sky:     #E7F2F8;   /* page background — powder blue from the flyers */
  --frost:   #D6E9F3;   /* soft panel */
  --ice:     #B4D8EA;   /* pale fill */
  --blue:    #4E9BCE;   /* mid winter blue */
  --deep:    #1F5C86;   /* strong blue, safe behind white text */
  --ink:     #14384F;   /* body text */
  --muted:   #3A6786;   /* secondary text */
  --white:   #FFFFFF;

  --cobalt:  #2E5EA8;   /* accent — links, kickers, the notice strip */
  --teal:    #2A93AC;
  --mint:    #2F9E86;
  --lilac:   #7C6FBA;

  --cobalt-wash: #E4EAF8;
  --teal-wash:   #E3F2F6;
  --mint-wash:   #E4F4F0;
  --lilac-wash:  #EEEBF8;

  --display: "Trebuchet MS", "Lucida Grande", "Segoe UI", Verdana, sans-serif;
  --body:    Georgia, "Iowan Old Style", "Times New Roman", serif;

  --wrap: min(96rem, 94vw);
  --gutter: clamp(1.25rem, 3vw, 3rem);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--sky);
  color: var(--ink);
  font-family: var(--body);
  font-size: clamp(1.0625rem, 0.35vw + 1rem, 1.1875rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

p { margin: 0 0 1.1em; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 700; }
ol, ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }

a { color: var(--deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--cobalt); }

:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 3px; }

.skip {
  position: absolute; left: -9999px;
  background: var(--white); color: var(--ink);
  padding: .75rem 1rem; z-index: 20;
  font-family: var(--display); font-size: .95rem;
}
.skip:focus { left: 1rem; top: 1rem; }

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

/* ---- toys (small line drawings, used as light punctuation) ---- */

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.toy {
  display: block;
  width: 2.5rem; height: 2.5rem;
  fill: none; stroke: currentColor; stroke-width: 2.8;
  stroke-linecap: round; stroke-linejoin: round;
}

.c-cobalt { color: var(--cobalt); }
.c-teal   { color: var(--teal); }
.c-mint   { color: var(--mint); }
.c-lilac  { color: var(--lilac); }
.c-blue   { color: var(--blue); }

/* ---- shared bits -------------------------------------- */

.eyebrow {
  font-family: var(--display);
  font-size: .95rem; font-weight: 700;
  color: var(--cobalt);
  margin: 0 0 .8rem;
}

.section { padding: clamp(3.5rem, 7vw, 6rem) var(--gutter); }
.section--tight { padding-top: 0; }

.section__head {
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  line-height: 1.15;
  max-width: 20ch;
  margin-bottom: 1.5rem;
}
.section__head--light { color: var(--white); }
.section__head--wide { max-width: 30ch; }

.lede { font-size: clamp(1.1rem, .8vw + .95rem, 1.3rem); color: var(--muted); max-width: 46rem; }

.tag {
  display: inline-block;
  font-family: var(--display);
  font-size: 1.05rem; font-weight: 700; line-height: 1.5;
  color: var(--white); background: var(--cobalt);
  padding: .9rem 1.4rem; margin: 0 0 2rem;
  border-radius: 10px;
  transform: rotate(-1.4deg);
  box-shadow: 5px 5px 0 var(--ink);
}

/* ---- buttons ------------------------------------------ */

.btn {
  display: inline-block;
  font-family: var(--display);
  font-size: 1.05rem; font-weight: 700;
  text-decoration: none;
  padding: .9rem 1.7rem;
  background: var(--deep); color: var(--white);
  border: 2px solid var(--ink); border-radius: 12px;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn:hover { color: var(--white); transform: translate(2px,2px) rotate(-1deg); box-shadow: 3px 3px 0 var(--ink); }
.btn:active { transform: translate(5px,5px); box-shadow: 0 0 0 var(--ink); }
.btn--plain { background: var(--white); color: var(--ink); }
.btn--plain:hover { color: var(--ink); }

/* =========================================================
   NOTICE STRIP + MASTHEAD
   ========================================================= */

.topbar {
  max-width: none; margin: 0;
  background: var(--cobalt); color: var(--white);
  font-family: var(--display); font-size: .95rem; font-weight: 700;
  text-align: center; padding: .75rem var(--gutter);
}
.topbar a { color: var(--white); }
.topbar a:hover { color: var(--white); text-decoration: none; }

.masthead {
  position: relative; z-index: 3;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: .75rem 2rem;
  max-width: var(--wrap); margin: 0 auto;
  padding: 1.1rem var(--gutter);
}

.mark { text-decoration: none; color: inherit; display: flex; align-items: center; gap: .8rem; }
.mark__logo { width: 3.6rem; height: auto; flex: none; }
.mark__name {
  display: block; font-family: var(--display); font-weight: 700;
  font-size: 1.35rem; color: var(--ink); line-height: 1.1;
}
.mark__place { display: block; font-family: var(--body); font-style: italic; font-size: .9rem; color: var(--muted); }
.mark:hover .mark__name { color: var(--cobalt); }

.nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.nav a {
  font-family: var(--display); font-size: 1.02rem; font-weight: 700;
  color: var(--muted); text-decoration: none;
  padding-bottom: 3px; border-bottom: 3px solid transparent; border-radius: 2px;
}
.nav a:hover { color: var(--ink); border-bottom-color: var(--ice); }
.nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--cobalt); }

/* =========================================================
   HOME HERO — text beside a stack of photos
   ========================================================= */

.hero { background: var(--frost); padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero__inner { display: flex; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.hero__text { flex: 1 1 30rem; min-width: 0; }

.hero__logo { width: clamp(6rem, 10vw, 8.5rem); height: auto; margin-bottom: 1.25rem; }

.hero__head {
  font-size: clamp(2.3rem, 5.4vw, 4rem);
  line-height: 1.03; color: var(--ink); margin-bottom: 1.2rem;
}
.hero__head em { font-family: var(--body); font-style: italic; font-weight: 400; color: var(--cobalt); }

.hero__lede { font-size: clamp(1.1rem, .9vw + .95rem, 1.35rem); line-height: 1.55; color: var(--muted); max-width: 34rem; }

/* the photo stack */
.stack { flex: 1 1 26rem; position: relative; display: flex; flex-direction: column; gap: 1rem; align-items: center; }
.snap {
  background: var(--white);
  padding: .7rem .7rem 3.1rem;
  border: 2px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  max-width: 26rem;
}
/* the width/height attributes give browsers the aspect ratio, so the frame
   holds its space while a lazy image loads */
.snap img { width: 100%; height: auto; }
.snap__cap {
  font-family: var(--body); font-style: italic;
  font-size: clamp(1.1rem, .35vw + 1rem, 1.3rem);
  color: var(--muted); margin: .7rem 0 0; text-align: center;
}
.snap--a { transform: rotate(-2deg); }
.snap--b { transform: rotate(1.6deg); }
.snap--c { transform: rotate(-1deg); }

@media (max-width: 60rem) {
  .hero__inner { flex-direction: column; align-items: stretch; }
  .stack { order: 2; }
}

/* =========================================================
   DATE CARD
   ========================================================= */

.datecard {
  display: inline-block;
  background: var(--white);
  border: 3px solid var(--ink); border-radius: 16px;
  padding: 1.25rem 2rem; margin: 1.75rem 0;
  box-shadow: 7px 7px 0 var(--ink);
  transform: rotate(.8deg);
}
.datecard__day { font-family: var(--display); font-weight: 700; color: var(--cobalt); font-size: 1.05rem; margin: 0 0 .2rem; }
.datecard__date { font-family: var(--display); font-weight: 700; font-size: clamp(1.6rem, 3.4vw, 2.4rem); line-height: 1.05; color: var(--ink); margin: 0 0 .4rem; }
.datecard__note { font-size: .98rem; color: var(--muted); margin: 0; }
.datecard__note strong { font-family: var(--display); color: var(--ink); }

.actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* =========================================================
   PAGE HEAD (interior pages)
   ========================================================= */

.pagehead { background: var(--frost); }
.pagehead__inner {
  max-width: var(--wrap); margin: 0 auto;
  padding: clamp(2.25rem, 4.5vw, 3.5rem) var(--gutter) clamp(2.5rem, 4.5vw, 3.5rem);
}
.pagehead__title { font-size: clamp(2.1rem, 5vw, 3.4rem); line-height: 1.05; color: var(--ink); margin-bottom: .9rem; max-width: 20ch; }
.pagehead__lede { font-size: clamp(1.05rem, .8vw + .95rem, 1.3rem); color: var(--muted); max-width: 42rem; margin: 0; }

/* =========================================================
   STAT / MISSION
   ========================================================= */

.mission { background: var(--deep); color: var(--white); padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.mission__inner { display: flex; flex-wrap: wrap; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.mission__text { flex: 1 1 28rem; }
.mission__quote {
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  line-height: 1.4; color: var(--white); margin: 0 0 1.25rem;
  font-style: italic;
}
.mission__body { color: var(--ice); max-width: 40rem; }
.mission .eyebrow { color: var(--ice); }

.stat { flex: 0 1 20rem; text-align: center; }
.stat__num {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(3.5rem, 9vw, 6rem); line-height: 1;
  color: var(--white); margin: 0;
}
.stat__label { color: var(--ice); font-size: 1.05rem; margin: .5rem 0 0; }

/* =========================================================
   STEPS
   ========================================================= */

.steps { display: flex; flex-wrap: wrap; gap: 1.75rem; }
.step {
  flex: 1 1 20rem;
  border-radius: 20px; padding: clamp(1.5rem, 2.5vw, 2.25rem);
  border: 3px solid var(--ink); box-shadow: 7px 7px 0 var(--ink);
  transition: transform .16s ease, box-shadow .16s ease;
}
.step:hover { transform: translateY(-5px); box-shadow: 7px 12px 0 var(--ink); }
.step__toy { width: 4.25rem; height: 4.25rem; margin-bottom: 1rem; stroke-width: 2.4; }
.step__head { font-size: clamp(1.35rem, 2.2vw, 1.8rem); line-height: 1.15; margin-bottom: .7rem; }
.step__body { margin: 0; }
.step--a { background: var(--teal-wash); }
.step--a .step__toy { color: var(--teal); }
.step--b { background: var(--mint-wash); }
.step--b .step__toy { color: var(--mint); }
.step--c { background: var(--lilac-wash); }
.step--c .step__toy { color: var(--lilac); }

/* =========================================================
   SPLIT — prose beside a photo
   ========================================================= */

.split { display: flex; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.split__text { flex: 1 1 30rem; min-width: 0; }
.split__art { flex: 0 1 28rem; max-width: 28rem; }
.split__art .snap { max-width: none; }
/* portrait photos would otherwise make the whole row very tall */
.split__art img { max-height: 28rem; width: 100%; object-fit: cover; }

@media (max-width: 62rem) {
  .split { flex-direction: column; align-items: stretch; }
  .split__art { max-width: 34rem; }
}

/* =========================================================
   PHOTO ROW
   ========================================================= */

/* align-items:flex-start so a tall portrait photo doesn't stretch the
   landscape frames beside it and leave dead space under their captions */
.photos { display: flex; flex-wrap: wrap; gap: 1.75rem; align-items: flex-start; }
.photos .snap { flex: 1 1 18rem; max-width: none; }

/* =========================================================
   PARADE
   ========================================================= */

.parade { background: var(--white); overflow: hidden; padding: 1.25rem 0; }
.parade__track { display: flex; width: max-content; }
.parade__set { display: flex; align-items: center; gap: 2.5rem; padding-right: 2.5rem; }
.parade__toy { width: 3.1rem; height: 3.1rem; flex: none; stroke-width: 2.5; }
.parade__word { font-family: var(--body); font-style: italic; font-size: 1.4rem; color: var(--muted); white-space: nowrap; flex: none; }

/* =========================================================
   BAND
   ========================================================= */

.band { background: var(--deep); color: var(--white); padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.band__body { color: var(--ice); max-width: 42rem; font-size: 1.1rem; }
.band .eyebrow { color: var(--ice); }
.band .btn { background: var(--white); color: var(--ink); border-color: var(--white); box-shadow: 5px 5px 0 rgba(20,56,79,.55); }
.band .btn:hover { color: var(--ink); }

/* =========================================================
   DROP-OFF LIST
   ========================================================= */

.spots { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.spot {
  flex: 1 1 14rem;
  background: var(--white);
  border: 3px solid var(--ink); border-radius: 16px;
  padding: 1.4rem 1.5rem;
  box-shadow: 6px 6px 0 var(--ink);
}
.spot__name { font-family: var(--display); font-weight: 700; font-size: 1.2rem; margin: 0 0 .3rem; }
.spot__addr { margin: 0; color: var(--muted); font-size: 1rem; }
.spot__note { margin: .5rem 0 0; font-family: var(--display); font-size: .92rem; color: var(--cobalt); }

/* a single business's logo standing above a group of its locations */
.brandmark { display: flex; justify-content: center; margin: 0 0 2.5rem; }
.brandmark img {
  max-height: clamp(6rem, 11vw, 9.5rem);
  max-width: min(90%, 34rem);
  width: auto; height: auto; object-fit: contain;
}

/* =========================================================
   DROP-OFF PARTNERS — small logo cards
   ========================================================= */

.minis { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.mini {
  flex: 1 1 13rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1rem;
  background: var(--white);
  border: 3px solid var(--ink); border-radius: 16px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  box-shadow: 6px 6px 0 var(--ink);
  transition: transform .14s ease, box-shadow .14s ease;
}
.mini:hover { transform: translateY(-4px); box-shadow: 6px 10px 0 var(--ink); }
.mini__logo { display: flex; align-items: center; justify-content: center; height: 4.75rem; }
.mini__logo img { max-height: 4.75rem; max-width: 100%; width: auto; height: auto; object-fit: contain; }
.mini__name { font-family: var(--display); font-weight: 700; font-size: 1.05rem; margin: 0; }

/* =========================================================
   SPONSORS
   ========================================================= */

.plates { display: flex; flex-wrap: wrap; gap: 2rem; align-items: stretch; }
.plate {
  flex: 1 1 20rem;
  background: var(--white);
  border: 3px solid var(--ink); border-radius: 20px;
  padding: clamp(1.75rem, 2.5vw, 2.5rem) clamp(1.25rem, 2vw, 2rem);
  box-shadow: 8px 8px 0 var(--ink);
  text-align: center;
  transition: transform .16s ease, box-shadow .16s ease;
}
.plate:hover { transform: translateY(-5px); box-shadow: 8px 13px 0 var(--ink); }

/* logos sit straight on the card — no panel behind them */
.plate__logo {
  display: flex; align-items: center; justify-content: center;
  height: 7rem; margin-bottom: 1.5rem;
}
.plate__logo img { max-width: 80%; max-height: 6.5rem; width: auto; height: auto; object-fit: contain; }

.plate__tag { font-family: var(--body); font-style: italic; font-size: 1.02rem; color: var(--muted); margin: 0 0 .35rem; }
.plate__name { font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.1; margin: 0; }

/* thank-you list of everyone else */
.thanks { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.thanks li {
  font-family: var(--display); font-size: 1rem; font-weight: 700;
  background: var(--white); color: var(--ink);
  border: 2px solid var(--ink); border-radius: 999px;
  padding: .5rem 1.1rem;
}

/* sponsorship tiers */
.tiers { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.tier {
  flex: 1 1 15rem;
  background: var(--white);
  border: 3px solid var(--ink); border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 6px 6px 0 var(--ink);
}
.tier__amount { font-family: var(--display); font-weight: 700; font-size: 2.1rem; line-height: 1; color: var(--cobalt); margin: 0 0 .2rem; }
.tier__name { font-family: var(--display); font-weight: 700; font-size: 1.15rem; margin: 0 0 .7rem; }
.tier__list { margin: 0; }
.tier__list li { position: relative; padding-left: 1.1rem; margin-bottom: .4rem; font-size: 1rem; }
.tier__list li::before { content: "•"; position: absolute; left: 0; color: var(--blue); }

/* =========================================================
   BOARD PLACEHOLDER
   ========================================================= */

.pending { margin-top: 3rem; }
.pending__head { font-family: var(--body); font-style: italic; font-size: 1.25rem; font-weight: 400; color: var(--muted); margin: 0 0 1.1rem; }
.loading__bars { display: flex; gap: .5rem; margin-bottom: .9rem; }
.loading__bars span { display: block; width: 3.5rem; height: .7rem; background: var(--ice); border-radius: 4px; }
.loading__text { font-family: var(--display); font-size: 1rem; color: var(--muted); margin: 0; }

.roster { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 1.5rem; }
.roster__person {
  flex: 1 1 12rem;
  background: var(--white); border: 3px solid var(--ink); border-radius: 20px;
  padding: 1.75rem 1.25rem; text-align: center;
  box-shadow: 6px 6px 0 var(--ink);
}
.roster__face { display: block; width: 5rem; height: 5rem; border-radius: 50%; background: var(--ice); margin: 0 auto 1.1rem; }
.roster__person:nth-child(1) .roster__face { background: var(--teal-wash); }
.roster__person:nth-child(2) .roster__face { background: var(--cobalt-wash); }
.roster__person:nth-child(3) .roster__face { background: var(--mint-wash); }
.roster__person:nth-child(4) .roster__face { background: var(--lilac-wash); }
.roster__person:nth-child(5) .roster__face { background: var(--teal-wash); }
.roster__bar { display: block; height: .8rem; background: var(--ice); border-radius: 4px; margin: 0 auto .55rem; }
.roster__bar--name { width: 78%; }
.roster__bar--role { width: 52%; height: .6rem; background: var(--frost); margin-bottom: 0; }

/* =========================================================
   NEXT LINKS
   ========================================================= */

.next { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.nextlink {
  flex: 1 1 18rem; display: block; text-decoration: none; color: var(--ink);
  background: var(--white); border: 3px solid var(--ink); border-radius: 18px;
  padding: 1.5rem 1.6rem; box-shadow: 6px 6px 0 var(--ink);
  transition: transform .14s ease, box-shadow .14s ease;
}
.nextlink:hover { color: var(--ink); transform: translate(2px,2px); box-shadow: 4px 4px 0 var(--ink); }
.nextlink__kicker { font-family: var(--body); font-style: italic; color: var(--cobalt); font-size: 1.02rem; margin: 0 0 .2rem; }
.nextlink__title { font-family: var(--display); font-weight: 700; font-size: 1.4rem; margin: 0; }

/* =========================================================
   NOTICE
   ========================================================= */

.notice {
  position: relative;
  background: var(--white); border: 3px solid var(--ink); border-radius: 4px;
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 0 auto; max-width: 48rem;
  transform: rotate(-.6deg);
  box-shadow: 8px 8px 0 var(--ink);
}
.notice::before, .notice::after {
  content: ""; position: absolute; top: -.8rem;
  width: 5rem; height: 1.5rem; background: var(--ice); opacity: .95;
}
.notice::before { left: 1.75rem; transform: rotate(-4deg); }
.notice::after  { right: 1.75rem; transform: rotate(3deg); }
.notice__head { font-size: clamp(1.35rem, 2.4vw, 1.8rem); line-height: 1.2; margin-bottom: .9rem; }
.notice p:last-child { margin-bottom: 0; }
.notice strong { color: var(--cobalt); }

/* =========================================================
   FOOTER
   ========================================================= */

.footer { background: var(--ink); color: var(--ice); padding: clamp(3rem, 6vw, 4.5rem) 0 2.5rem; }
.footer__inner { display: flex; flex-wrap: wrap; gap: 2.5rem 4rem; padding-bottom: 2.5rem; }
.footer__block { min-width: 13rem; flex: 1 1 14rem; }
.footer__logo { width: 5.5rem; height: auto; margin-bottom: 1rem; background: var(--white); border-radius: 50%; padding: .4rem; }
.footer__name { font-family: var(--display); font-weight: 700; font-size: 1.35rem; color: var(--white); margin: 0 0 .4rem; }
.footer__line { font-size: 1rem; margin: 0 0 .35rem; }
.footer__line a { color: var(--white); }
.footer__line a:hover { color: var(--ice); }
.footer .eyebrow { color: var(--ice); }
.footer__fine { font-family: var(--display); font-size: .9rem; color: var(--ice); opacity: .75; margin: 1.75rem 0 0; }

/* =========================================================
   MOTION
   ========================================================= */

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }

  .parade__track { animation: roll 60s linear infinite; }
  .parade:hover .parade__track { animation-play-state: paused; }

  .loading__bars span { animation: setout 2.2s steps(1,end) infinite; }
  .loading__bars span:nth-child(2) { animation-delay: .22s; }
  .loading__bars span:nth-child(3) { animation-delay: .44s; }
  .loading__bars span:nth-child(4) { animation-delay: .66s; }
  .loading__bars span:nth-child(5) { animation-delay: .88s; }

  .roster__face, .roster__bar { animation: breathe 2.6s ease-in-out infinite; }
  .roster__person:nth-child(2) .roster__face, .roster__person:nth-child(2) .roster__bar { animation-delay: .25s; }
  .roster__person:nth-child(3) .roster__face, .roster__person:nth-child(3) .roster__bar { animation-delay: .5s; }
  .roster__person:nth-child(4) .roster__face, .roster__person:nth-child(4) .roster__bar { animation-delay: .75s; }
  .roster__person:nth-child(5) .roster__face, .roster__person:nth-child(5) .roster__bar { animation-delay: 1s; }

  .step__toy { transition: transform .2s ease; }
  .step:hover .step__toy { transform: rotate(-9deg) scale(1.1); }

  .snap { transition: transform .18s ease; }
  .snap:hover { transform: rotate(0deg) scale(1.02); }
}

/* the track holds four identical sets, so one set is 25% of its width */
@keyframes roll { from { transform: translateX(0); } to { transform: translateX(-25%); } }
@keyframes setout { 0%,45% { background: var(--blue); } 50%,100% { background: var(--ice); } }
@keyframes breathe { 0%,100% { opacity: 1; } 50% { opacity: .45; } }

/* =========================================================
   SMALL SCREENS
   ========================================================= */

@media (max-width: 46rem) {
  .masthead { gap: .75rem 1rem; }
  .nav { gap: .9rem 1.1rem; }
  .actions .btn { flex: 1 1 auto; text-align: center; }
  .parade__word { font-size: 1.15rem; }
  .roster__person { flex: 1 1 9rem; padding: 1.25rem .75rem; }
  .roster__face { width: 3.5rem; height: 3.5rem; }
  .snap--a, .snap--b, .snap--c { transform: none; }
}
