/* Montserrat variable (latin subset), self-hosted — removes a render-blocking
   third-party request and covers every weight 100-900 in one 37 KB file. */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-var.woff2") format("woff2");
}

/* ARBCWC — Association of Reformed Baptist Churches of Western Canada */

:root {
  --navy: #0b2f5b;
  --navy-dark: #071f3d;
  --teal: #2b5672;
  --ink: #242323;
  --body: #454545;
  --muted: #707070;
  --rule: #d9dee3;
  --tint: #edf0f2;
  --pale: #b4c3ea;
  --white: #fff;

  --sans: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --wrap: 1120px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--navy); }
a:hover { color: var(--teal); }

h1, h2, h3, h4 {
  font-family: var(--sans);
  color: var(--ink);
  line-height: 1.2;
  margin: 0 0 0.6em;
  font-weight: 600;
}

p { margin: 0 0 1.25em; }
p:last-child { margin-bottom: 0; }

/* ---------- Layout helpers ---------- */

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--pad);
}

section { padding-block: clamp(3.5rem, 8vw, 6rem); }

.section--tint { background: var(--tint); }
.section--navy { background: var(--navy); color: #dfe6ef; }
.section--navy h2, .section--navy h3 { color: var(--white); }

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 5vw, 3rem); }
.section-head--center { margin-inline: auto; text-align: center; }

.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--teal);
  margin: 0 0 0.75rem;
}

h2 { font-size: clamp(1.75rem, 3.6vw, 2.5rem); }
h3 { font-size: 1.1875rem; }

.lede { font-size: 1.1875rem; color: var(--body); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  padding: 0.85em 1.9em;
  border: 1px solid var(--navy);
  border-radius: 2px;
  background: var(--navy);
  color: var(--white);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.btn:hover { background: var(--teal); border-color: var(--teal); color: var(--white); }

.btn--ghost { background: transparent; color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: var(--white); }

.btn--light { background: transparent; border-color: var(--white); color: var(--white); }
.btn--light:hover { background: var(--white); color: var(--navy); border-color: var(--white); }

/* ---------- Header ---------- */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--navy);
  color: var(--white);
  padding: 0.75rem 1.25rem;
  z-index: 100;
}
.skip-link:focus { left: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rule);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 78px;
  padding-block: 0.6rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--ink);
  margin-right: auto;
}
.brand img { width: 52px; height: 52px; }
.brand span {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.15;
}
.brand small {
  display: block;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--rule);
  background: none;
  border-radius: 2px;
  padding: 0.55rem 0.7rem;
  cursor: pointer;
  color: var(--ink);
  line-height: 0;
}
.nav-toggle svg { width: 20px; height: 20px; }

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  padding-block: 0.35rem;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--navy); border-bottom-color: var(--navy); }
.site-nav .btn { border-bottom: none; color: var(--white); }
.site-nav .btn:hover { border-bottom: none; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  min-height: min(78vh, 660px);
  padding-block: clamp(4rem, 12vw, 8rem);
  background-color: #cfd4d6;
  background-position: center 60%;
  background-size: cover;
  background-repeat: no-repeat;
  /* JPEG first as the fallback declaration; browsers that understand image-set
     take the second and download only the WebP. */
  background-image: url("../assets/hero-mountains.jpg");
  background-image: image-set(url("../assets/hero-mountains.webp") type("image/webp"),
                              url("../assets/hero-mountains.jpg") type("image/jpeg"));
  color: var(--white);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 47, 91, 0.45), rgba(7, 31, 61, 0.72));
}
.hero > .wrap { position: relative; z-index: 1; max-width: 52rem; }

.hero h1 {
  color: var(--white);
  font-size: clamp(1.875rem, 5vw, 3.25rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-bottom: 1.25rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.hero h1 strong { display: block; font-weight: 600; }

.hero .tagline {
  font-size: clamp(0.9375rem, 2vw, 1.25rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pale);
  margin-bottom: 2rem;
}

/* ---------- Intro ---------- */

.intro { text-align: center; }
.intro .wrap { max-width: 50rem; }
.intro p { font-size: 1.1875rem; }

/* ---------- Who we are ---------- */

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: center;
}
.split__media img { margin-inline: auto; max-width: 300px; }

/* ---------- Cards ---------- */

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.activity { text-align: center; }
.activity img {
  width: 128px;
  height: 128px;
  margin: 0 auto 1.25rem;
  object-fit: contain;
}
.activity h3 { margin-bottom: 0.5rem; }
.activity p { font-size: 0.9375rem; }

/* ---------- Confession ---------- */

.confession { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 4rem); align-items: center; }
.confession__media { display: flex; gap: 1.25rem; align-items: flex-end; justify-content: center; }
.confession__media img { border-radius: 3px; box-shadow: 0 14px 34px rgba(11, 47, 91, 0.18); }
.confession__media img:first-child { width: 42%; }
.confession__media img:last-child { width: 46%; }

/* SermonAudio embed. The 16:9 wrapper replaces SermonAudio's padding-bottom
   hack; loading="lazy" keeps the player off the wire until it is scrolled near. */
.video { max-width: 720px; margin: clamp(2.5rem, 6vw, 4rem) auto 0; }
.video__frame { position: relative; aspect-ratio: 16 / 9; border-radius: 3px; overflow: hidden; background: var(--navy-dark); box-shadow: 0 14px 34px rgba(11, 47, 91, 0.18); }
.video__frame > iframe { display: block; width: 100%; height: 100%; border: 0; }

.video__caption { margin: 1rem 0 0; font-size: 0.9375rem; line-height: 1.6; color: var(--muted); text-align: center; }

.audience { list-style: none; margin: 0 0 1.75rem; padding: 0; }
.audience li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.85rem;
  font-size: 1rem;
}
.audience li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}
.audience strong { color: var(--ink); }

/* ---------- Contacts ---------- */

.people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2rem, 6vw, 5rem);
  margin-bottom: 2.5rem;
}
.person { text-align: center; max-width: 240px; }
.person img {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  border: 4px solid var(--white);
  box-shadow: 0 10px 26px rgba(11, 47, 91, 0.16);
}
.person h3 { margin-bottom: 0.15rem; font-size: 1.0625rem; }
.person .role {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 600;
}

/* ---------- Churches ---------- */

/* ---------- Map ---------- */

.map-figure { margin: 0 0 clamp(2rem, 5vw, 3.25rem); }

.map {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.map-figure figcaption {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--muted);
}

.map__province {
  fill: #dfe5ea;
  stroke: var(--white);
  stroke-width: 2.5;
  stroke-linejoin: round;
}

.map__province-label {
  fill: #a7b3bd;
  font-family: var(--sans);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-anchor: middle;
}

.map__pin { cursor: pointer; }

.map__halo {
  fill: var(--navy);
  opacity: 0.14;
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.map__dot {
  fill: var(--navy);
  stroke: var(--white);
  stroke-width: 2.5;
  transition: fill 0.18s ease;
}
.map__city {
  fill: var(--ink);
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 600;
}

.map__pin:hover .map__halo,
.map__pin:focus-visible .map__halo { opacity: 0.3; transform: scale(1.25); }
.map__pin:hover .map__dot,
.map__pin:focus-visible .map__dot { fill: var(--teal); }
.map__pin:focus { outline: none; }
.map__pin:focus-visible .map__city { fill: var(--teal); }

.churches { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: clamp(1.5rem, 3vw, 2rem); }

/* Clicking a map pin lands here — flash the card so it's obvious which one */
.church:target {
  border-color: var(--teal);
  border-top-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(43, 86, 114, 0.18);
}

.church {
  background: var(--white);
  border: 1px solid var(--rule);
  border-top: 3px solid var(--navy);
  border-radius: 2px;
  padding: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
}
.church h3 { font-size: 1.1875rem; margin-bottom: 1rem; }
.church p { font-size: 0.9375rem; line-height: 1.7; }

.church dl {
  margin: 0 0 1.25rem;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0.35rem 0.9rem;
  font-size: 0.9375rem;
  line-height: 1.55;
}
.church dt {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-top: 0.22em;
}
.church dd { margin: 0; }

/* Inline SVG sprite — defines symbols only, never rendered itself */
.icon-sprite { display: none; }

.icon {
  width: 1.05em;
  height: 1.05em;
  flex: none;
  vertical-align: -0.15em;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* Inline map link — pairs a pin with linked address text */
.maplink {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.4rem;
  color: var(--navy);
  text-decoration: none;
}
.maplink .icon { color: var(--teal); margin-top: 0.22em; }
.maplink span { text-decoration: underline; text-decoration-color: transparent; transition: text-decoration-color 0.18s ease; }
.maplink:hover span { text-decoration-color: currentColor; }

.church__address {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: -0.5rem 0 1.1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--body);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  align-self: flex-start;
}
.church__address .icon { color: var(--teal); margin-top: 0.2em; }
.church__address span { text-decoration: underline; text-decoration-color: transparent; transition: text-decoration-color 0.18s ease; }
.church__address:hover { color: var(--navy); }
.church__address:hover span { text-decoration-color: currentColor; }

.church__links {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  font-size: 0.8125rem;
}
.church__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45em 0.9em;
  border: 1px solid var(--rule);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--navy);
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.church__links a:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

/* ---------- Event ---------- */

.event {
  background: var(--white);
  border-radius: 2px;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
  color: var(--body);
}
.event h3 { font-size: clamp(1.375rem, 3vw, 1.75rem); color: var(--ink); }
.event dl {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0.4rem 1.25rem;
  text-align: left;
  max-width: 34rem;
  margin: 1.75rem auto;
  font-size: 0.9375rem;
}
.event dt {
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  padding-top: 0.22em;
}
.event dd { margin: 0; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--navy-dark);
  color: #9fb0c4;
  padding-block: 3rem;
  font-size: 0.875rem;
}
.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.site-footer a { color: #cfdcea; }
.site-footer a:hover { color: var(--white); }
.site-footer img { width: 46px; opacity: 0.9; }
.site-footer__brand { display: flex; align-items: center; gap: 0.9rem; }

/* ---------- Responsive ---------- */

/* Map text is in viewBox units, so it scales down with the SVG. Bump it back
   up on narrow screens or the city labels become unreadable. */
@media (max-width: 760px) {
  .map__city { font-size: 30px; }
  .map__province-label { font-size: 32px; }
  /* scale rather than restate r — CSS geometry properties are patchier in Safari */
  .map__dot, .map__halo { transform-box: fill-box; transform-origin: center; transform: scale(1.3); }
}
@media (max-width: 480px) {
  .map__city { font-size: 40px; }
  .map__province-label { font-size: 42px; }
  .map__dot, .map__halo { transform: scale(1.7); }
}

/* Six nav items no longer fit at one line between the 860px burger breakpoint
   and ~1030px, so tighten the spacing across that band. */
@media (max-width: 1040px) and (min-width: 861px) {
  .site-header .wrap { gap: 0.75rem; }
  .site-nav ul { gap: 0.8rem; }
  .site-nav a { letter-spacing: 0.04em; font-size: 0.78125rem; }
  .site-nav .btn { padding-inline: 1.05em; }
  .brand img { width: 44px; height: 44px; }
  .brand small { letter-spacing: 0.05em; }
}

@media (max-width: 860px) {
  .split, .confession { grid-template-columns: minmax(0, 1fr); }
  .split__media, .confession__media { order: -1; }

  .nav-toggle { display: block; }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--rule);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
    padding: 0.5rem var(--pad) 1.5rem;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav li { border-bottom: 1px solid var(--rule); }
  .site-nav li:last-child { border-bottom: none; padding-top: 1rem; }
  .site-nav a { display: block; padding: 0.95rem 0; border-bottom: none; }
  .site-nav .btn { text-align: center; }
}

@media (max-width: 420px) {
  .brand span { font-size: 0.8125rem; }
  .brand img { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* ---------- Touch targets ----------
   Pointer-coarse devices get ~44px minimum hit areas without bulking up
   the same controls on desktop, where a precise cursor makes them fine. */
@media (pointer: coarse) {
  .church__links a { padding: 0.7em 1.1em; min-height: 44px; }
  .nav-toggle { padding: 0.8rem 0.95rem; }
  .church__address, .maplink { padding-block: 0.25rem; }
  .site-footer a { display: inline-block; padding-block: 0.35rem; }
}

/* Phone-sized hero cut — a third of the bytes of the desktop image */
@media (max-width: 760px) {
  .hero {
    background-image: url("../assets/hero-mountains.jpg");
    background-image: image-set(url("../assets/hero-mountains-sm.webp") type("image/webp"),
                                url("../assets/hero-mountains.jpg") type("image/jpeg"));
  }
}

/* ---------- Looking Back (photo albums + lightbox) ---------- */

.album { margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.album:last-child { margin-bottom: 0; }
.album h3 {
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.35rem;
}
.album__note { font-size: 0.9375rem; color: var(--muted); margin-bottom: 1.25rem; }
.album h3 + .album__grid { margin-top: 1.25rem; }

.album__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
  gap: clamp(0.75rem, 1.5vw, 1.125rem);
}

/* Uniform 3:2 tiles; the photos vary from 1.4:1 to 2.1:1, so they are cropped
   to fit rather than left to stagger the grid. */
.shot { margin: 0; }
.shot__btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  background: var(--tint);
  cursor: pointer;
  aspect-ratio: 3 / 2;
}
.shot__btn img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease, opacity 0.2s ease; }
.shot__btn:hover img, .shot__btn:focus-visible img { transform: scale(1.04); opacity: 0.92; }
.shot__btn:focus { outline: none; }
.shot__btn:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }

.shot__cap {
  margin-top: 0.6rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--muted);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, 2vw, 1.5rem);
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(7, 31, 61, 0.94);
}

/* An author display value beats the UA sheet's [hidden] rule, so restate it. */
.lightbox[hidden] { display: none; }

.lightbox__stage { margin: 0; min-width: 0; text-align: center; }
.lightbox__img {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  margin-inline: auto;
  border-radius: 2px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.lightbox__cap { margin-top: 0.85rem; }
.lightbox__title {
  display: block;
  font-size: 0.9375rem;
  color: var(--white);
}
.lightbox__count {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b4c3ea;
}

.lightbox__close,
.lightbox__nav {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  cursor: pointer;
  transition: background 0.18s ease;
}
.lightbox__close:hover, .lightbox__nav:hover,
.lightbox__close:focus-visible, .lightbox__nav:focus-visible { background: rgba(255, 255, 255, 0.28); }
.lightbox__close:focus, .lightbox__nav:focus { outline: none; }
.lightbox__close:focus-visible, .lightbox__nav:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }

.lightbox__nav { width: 52px; height: 52px; }
.lightbox__close { position: absolute; top: clamp(0.75rem, 2vw, 1.5rem); right: clamp(0.75rem, 2vw, 1.5rem); width: 44px; height: 44px; }

body.is-locked { overflow: hidden; }

/* On narrow screens the arrows sit over the photo instead of beside it, so the
   image gets the full width rather than sharing it with two 40px buttons. */
@media (max-width: 560px) {
  .lightbox { padding: 0.75rem; gap: 0; }
  .lightbox__stage { flex: 1 1 auto; }
  .lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(7, 31, 61, 0.6);
  }
  .lightbox__nav svg { width: 22px; height: 22px; }
  .lightbox__nav--prev { left: 0.5rem; }
  .lightbox__nav--next { right: 0.5rem; }
  .lightbox__img { max-height: 70vh; }
}

@media (prefers-reduced-motion: reduce) {
  .shot__btn img { transition: none; }
  .shot__btn:hover img, .shot__btn:focus-visible img { transform: none; }
}

/* ---------- Further listening (video pair under Association Activities) ---------- */

.listen { margin-top: clamp(2.75rem, 6vw, 4.5rem); }
.listen h3 {
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  text-align: center;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}
.listen__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  max-width: 60rem;
  margin-inline: auto;
}
.listen__item { margin: 0; min-width: 0; }
