/*
 * Interior page art direction: Afterglow Archive
 * Loaded after styles.css. Scope is limited to the four interior routes.
 */

:is(.community-page, .noel-page, .visit-page, .thanks-page) {
  --interior-night: #050810;
  --interior-raised: #0a101b;
  --interior-panel: #0d1623;
  --interior-snow: #f7f5ef;
  --interior-copy: #c8ced8;
  --interior-muted: #8d98a8;
  --interior-ice: #80e4ff;
  --interior-gold: #ffd27a;
  --interior-line: rgba(199, 226, 239, 0.18);
  color: var(--interior-snow);
  background: var(--interior-night);
}

:is(.community-page, .noel-page, .visit-page, .thanks-page) main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--interior-night);
}

:is(.community-page, .noel-page, .visit-page, .thanks-page) main::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(var(--gutter) - 1px), rgba(128, 228, 255, 0.07) var(--gutter), transparent calc(var(--gutter) + 1px)),
    linear-gradient(180deg, rgba(128, 228, 255, 0.035), transparent 24rem);
}

:is(.community-page, .noel-page, .visit-page, .thanks-page) .section-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--interior-ice);
  letter-spacing: 0.17em;
}

:is(.community-page, .noel-page, .visit-page, .thanks-page) .section-label::before {
  content: "";
  width: 1.9rem;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

:is(.community-page, .noel-page, .visit-page, .thanks-page) .site-footer {
  position: relative;
  border-top: 1px solid var(--interior-line);
  background: #03050a;
}

:is(.community-page, .noel-page, .visit-page, .thanks-page) .site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: var(--gutter);
  width: clamp(4rem, 12vw, 12rem);
  height: 2px;
  background: var(--interior-ice);
  box-shadow: 0 0 22px rgba(128, 228, 255, 0.42);
}

/* Beyond December: editorial project index and documentary diptych. */
.community-page .community-work {
  position: relative;
  padding: clamp(8rem, 12vw, 12rem) var(--gutter) clamp(6rem, 10vw, 10rem);
  color: var(--interior-snow);
  border: 0;
  background:
    radial-gradient(circle at 88% 9%, rgba(128, 228, 255, 0.11), transparent 20rem),
    var(--interior-night);
}

.community-page .community-work::after {
  content: "VOLUNTEER WORK";
  position: absolute;
  top: 7.5rem;
  right: var(--gutter);
  color: rgba(247, 245, 239, 0.035);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.8;
  pointer-events: none;
  white-space: nowrap;
}

.community-page .community-work-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(28rem, 1.18fr);
  gap: clamp(3rem, 9vw, 10rem);
}

.community-page .community-work-intro {
  position: sticky;
  top: 7rem;
}

.community-page .community-work-intro .section-label {
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.community-page .community-work :is(h1, h2) {
  max-width: 9ch;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  color: var(--interior-snow);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(3.4rem, 6.9vw, 7.7rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.community-page .community-work :is(h1, h2) em {
  color: var(--interior-ice);
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
}

.community-page .community-work-intro > p:not(.section-label) {
  max-width: 31rem;
  color: var(--interior-copy);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.85;
}

.community-page .community-work-intro .community-work-purpose {
  position: relative;
  margin-top: 2.25rem;
  padding: 2rem 0 0 1.5rem;
  border: 0;
  border-left: 1px solid var(--interior-ice);
}

.community-page .community-work-purpose strong {
  color: var(--interior-snow);
}

.community-page .community-projects {
  counter-reset: project;
  border-top: 1px solid var(--interior-line);
}

.community-page .community-project {
  position: relative;
  grid-template-columns: clamp(3.25rem, 5vw, 5rem) minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  padding: clamp(2.4rem, 4.5vw, 4.5rem) 0;
  border: 0;
  border-bottom: 1px solid var(--interior-line);
}

.community-page .community-project:last-child {
  border-bottom: 1px solid var(--interior-line);
}

.community-page .project-number {
  color: var(--interior-gold);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(1.2rem, 2.1vw, 2rem);
  font-weight: 800;
  line-height: 1;
}

.community-page .project-discipline {
  margin-bottom: 0.65rem;
  color: var(--interior-ice);
}

.community-page .community-project h3 {
  margin-bottom: 1.15rem;
  color: var(--interior-snow);
  font-size: clamp(1.65rem, 3.25vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.community-page .community-project div > p:last-child {
  color: var(--interior-copy);
  font-size: 1rem;
  line-height: 1.8;
}

.community-page .community-gallery {
  max-width: 108rem;
  margin-top: clamp(7rem, 12vw, 13rem);
}

.community-page .photo-gallery-heading {
  grid-template-columns: minmax(0, 1.2fr) minmax(15rem, 0.8fr);
  padding-top: 2.2rem;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  border-top-color: var(--interior-line);
}

.community-page .photo-gallery-heading :is(h2, h4) {
  max-width: 15ch;
  color: var(--interior-snow);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(2.2rem, 4.4vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.community-page .photo-gallery-heading > p {
  color: var(--interior-muted);
}

.community-page .photo-gallery-pair {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  align-items: end;
  gap: clamp(1rem, 3vw, 3rem);
}

.community-page .photo-gallery-grid figure:nth-child(2) {
  margin-bottom: clamp(2rem, 7vw, 7rem);
}

.community-page .photo-gallery-grid figure > a {
  position: relative;
  border: 1px solid var(--interior-line);
  background: #02040a;
}

.community-page .photo-gallery-grid figure > a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(4, 8, 16, 0.32));
}

.community-page .photo-gallery-pair img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.community-page .photo-gallery-grid figcaption {
  color: var(--interior-copy);
}

.community-page .photo-gallery-grid .photo-date {
  color: var(--interior-muted);
}

/* Noel: a restrained cinema title sequence with the film as the payoff. */
.noel-page .finale {
  min-height: auto;
  padding: clamp(8rem, 12vw, 12rem) var(--gutter) clamp(7rem, 11vw, 11rem);
  background:
    linear-gradient(180deg, rgba(128, 228, 255, 0.07), transparent 18rem),
    radial-gradient(circle at 75% 42%, rgba(255, 210, 122, 0.08), transparent 24rem),
    var(--interior-night);
}

.noel-page .finale::before {
  opacity: 0.16;
  background-image: linear-gradient(rgba(128, 228, 255, 0.12) 1px, transparent 1px);
  background-size: 100% clamp(4rem, 7vw, 7rem);
  mask-image: linear-gradient(to bottom, black, transparent 38rem);
}

.noel-page .finale-layout {
  grid-template-columns: minmax(22rem, 1.05fr) minmax(20rem, 0.75fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 10rem);
  min-height: 0;
  margin-top: clamp(3rem, 7vw, 7rem);
}

.noel-page .finale :is(h1, h2) {
  max-width: 8ch;
  color: var(--interior-snow);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(4.5rem, 9vw, 9.5rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.noel-page .finale :is(h1, h2) em {
  color: var(--interior-ice);
}

.noel-page .finale-copy {
  padding: clamp(1.75rem, 3vw, 3rem) 0 clamp(1.75rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid var(--interior-line);
}

.noel-page .finale-lede {
  color: var(--interior-snow);
  font-size: clamp(2rem, 3.2vw, 3.35rem);
}

.noel-page .finale-copy > p:not(.finale-lede) {
  color: var(--interior-copy);
}

.noel-page .noel-film {
  position: relative;
  max-width: 78rem;
  margin-top: clamp(6rem, 11vw, 11rem);
  padding-top: 1.2rem;
  border-top: 1px solid var(--interior-line);
}

.noel-page .noel-film::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 5rem -4vw -4vw;
  border-radius: 50%;
  background: rgba(128, 228, 255, 0.08);
  filter: blur(4rem);
  pointer-events: none;
}

.noel-page .noel-film-heading {
  margin-bottom: 1.2rem;
}

.noel-page .noel-film-heading h3 {
  color: var(--interior-snow);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.noel-page .noel-film video {
  border: 1px solid rgba(128, 228, 255, 0.3);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.48);
}

.noel-page .noel-film figcaption {
  color: var(--interior-muted);
}

.noel-page .finale-echo {
  color: rgba(128, 228, 255, 0.022);
  font-size: clamp(15rem, 34vw, 38rem);
}

.noel-page .finale-signal {
  opacity: 0.65;
}

/* Visit: calendar as a quiet light board, with bright dates carrying meaning. */
.visit-page .visit {
  position: relative;
  padding: clamp(8rem, 12vw, 12rem) var(--gutter) clamp(7rem, 11vw, 11rem);
  color: var(--interior-snow);
  background:
    linear-gradient(180deg, rgba(128, 228, 255, 0.075), transparent 22rem),
    var(--interior-night);
}

.visit-page .visit-heading {
  grid-template-columns: minmax(10rem, 0.42fr) minmax(28rem, 1.58fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 8rem);
  margin-bottom: clamp(5rem, 9vw, 9rem);
  padding-bottom: clamp(2rem, 4vw, 4rem);
  border-bottom: 1px solid var(--interior-line);
}

.visit-page .visit :is(h1, h2) {
  max-width: 12ch;
  color: var(--interior-snow);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(4rem, 7.8vw, 8.3rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 1;
  text-transform: none;
}

.visit-page .visit :is(h1, h2) em {
  color: var(--interior-ice);
}

.visit-page .show-schedule {
  position: relative;
  margin-bottom: clamp(6rem, 10vw, 10rem);
  padding: clamp(1.25rem, 2.5vw, 2.5rem);
  border: 1px solid var(--interior-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    #070c14;
  box-shadow: 0 2rem 8rem rgba(0, 0, 0, 0.28);
}

.visit-page .show-schedule::before {
  content: "17 SHOW NIGHTS";
  position: absolute;
  top: -0.65rem;
  right: clamp(1.25rem, 2.5vw, 2.5rem);
  padding: 0 0.8rem;
  color: var(--interior-gold);
  background: var(--interior-night);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.visit-page .calendar-heading {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--interior-line);
}

.visit-page .calendar-heading h3 {
  color: var(--interior-snow);
  font-size: clamp(2.3rem, 4.7vw, 4.8rem);
}

.visit-page .calendar-hours {
  color: var(--interior-copy);
}

.visit-page .calendar-hours strong {
  color: var(--interior-snow);
}

.visit-page .show-calendar {
  border-spacing: clamp(0.18rem, 0.45vw, 0.45rem);
}

.visit-page .show-calendar th {
  color: var(--interior-muted);
}

.visit-page .show-calendar td {
  border-color: rgba(199, 226, 239, 0.1);
  background: rgba(255, 255, 255, 0.015);
}

.visit-page .show-calendar .calendar-empty {
  background: transparent;
  border-color: transparent;
}

.visit-page .show-calendar .show-night {
  color: #061018;
  border-color: rgba(128, 228, 255, 0.7);
  background: var(--interior-ice);
  box-shadow: 0 0.5rem 1.8rem rgba(48, 188, 226, 0.12);
}

.visit-page .show-calendar .no-show-night {
  color: #707b8a;
}

.visit-page .show-calendar .no-show-night .calendar-status {
  color: #596574;
}

.visit-page .show-calendar .final-night {
  color: #140e02;
  border-color: var(--interior-gold);
  background: var(--interior-gold);
  box-shadow: 0 0.5rem 2rem rgba(255, 210, 122, 0.18);
}

.visit-page .calendar-footer {
  color: var(--interior-muted);
}

.visit-page .calendar-key span {
  border-color: var(--interior-line);
}

.visit-page .key-show {
  background: var(--interior-ice);
}

.visit-page .key-finale {
  background: var(--interior-gold);
}

.visit-page .visit-details {
  border-top-color: var(--interior-line);
}

.visit-page .visit-details > div {
  grid-template-columns: minmax(9rem, 0.52fr) minmax(0, 1.48fr);
  border-bottom-color: var(--interior-line);
}

.visit-page .visit-details > div > span {
  color: var(--interior-ice);
}

.visit-page .visit-details strong {
  color: var(--interior-snow);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.visit-page .visit-value p,
.visit-page .visit-value address {
  color: var(--interior-copy);
}

.visit-page .visit-directions {
  color: var(--interior-ice);
}

/* Thank you: civic partnership first, then quieter acknowledgments and policy. */
.thanks-page .gratitude-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(24rem, 0.86fr) minmax(28rem, 1.14fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  max-width: 110rem;
  min-height: min(48rem, 92svh);
  padding: clamp(8.5rem, 11vw, 11rem) var(--gutter) clamp(4.5rem, 7vw, 7rem);
}

.thanks-page .gratitude-hero::before {
  content: "THANK YOU";
  position: absolute;
  right: var(--gutter);
  bottom: 0.05em;
  color: rgba(128, 228, 255, 0.028);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(7rem, 20vw, 21rem);
  font-weight: 800;
  letter-spacing: -0.085em;
  line-height: 0.7;
  pointer-events: none;
  white-space: nowrap;
}

.thanks-page .gratitude-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 65rem;
}

.thanks-page .gratitude-hero .section-label {
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.thanks-page .gratitude-hero h1 {
  max-width: 10ch;
  margin-bottom: 2.4rem;
  color: var(--interior-snow);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(3.8rem, 6.7vw, 7rem);
  font-weight: 800;
  letter-spacing: -0.078em;
  line-height: 0.88;
}

.thanks-page .gratitude-hero h1 span {
  color: var(--interior-ice);
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
}

.thanks-page .gratitude-hero-copy > p:not(.section-label) {
  color: var(--interior-copy);
}

.thanks-page .gratitude-photo {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: clamp(24rem, 52vw, 39rem);
}

.thanks-page .gratitude-photo > div {
  position: absolute;
  inset: 0;
  border: 1px solid var(--interior-line);
  background: #02040a;
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.38);
}

.thanks-page .gratitude-photo > div::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 64%, rgba(2, 5, 10, 0.48));
}

.thanks-page .gratitude-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.thanks-page .gratitude-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1rem;
  left: 1.25rem;
  padding: 0;
  color: rgba(247, 245, 239, 0.76);
}

.thanks-page .gratitude-partner {
  position: relative;
  padding: clamp(6rem, 10vw, 11rem) var(--gutter);
  overflow: hidden;
  border-block: 1px solid rgba(128, 228, 255, 0.26);
  background:
    linear-gradient(105deg, rgba(128, 228, 255, 0.13), transparent 54%),
    var(--interior-raised);
}

.thanks-page .gratitude-partner::after {
  content: "CITY PARTNER";
  position: absolute;
  right: -0.04em;
  bottom: -0.11em;
  color: rgba(128, 228, 255, 0.045);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(6rem, 16vw, 17rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.75;
  pointer-events: none;
}

.thanks-page .gratitude-partner-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(11rem, 0.38fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.thanks-page .gratitude-partner h2 {
  max-width: 11ch;
  color: var(--interior-snow);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(3.2rem, 7vw, 7.5rem);
  font-weight: 800;
  letter-spacing: -0.072em;
  line-height: 0.9;
}

.thanks-page .gratitude-partner-layout > div > p {
  color: var(--interior-copy);
  font-size: 1.05rem;
}

.thanks-page .gratitude-partner-layout > div > .gratitude-partner-lede {
  color: var(--interior-ice);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  font-weight: 400;
  line-height: 1.14;
}

.thanks-page .gratitude-contributors {
  padding: clamp(6rem, 10vw, 10rem) var(--gutter);
  color: var(--interior-snow);
  background: var(--interior-night);
}

.thanks-page .contributors-heading h2 {
  color: var(--interior-snow);
  font-size: clamp(2.8rem, 5.5vw, 5.7rem);
  line-height: 0.98;
}

.thanks-page .contributors-heading > p:last-child,
.thanks-page .contributor-entry p,
.thanks-page .volunteer-thanks p {
  color: var(--interior-copy);
}

.thanks-page .contributor-list {
  margin-top: clamp(3rem, 6vw, 6rem);
  border-top: 1px solid var(--interior-line);
}

.thanks-page .contributor-entry,
.thanks-page .volunteer-thanks {
  padding: clamp(2.5rem, 5vw, 5rem) 0;
  border-top: 0;
  border-bottom: 1px solid var(--interior-line);
}

.thanks-page .contributor-entry h3,
.thanks-page .volunteer-thanks h3 {
  color: var(--interior-snow);
}

.thanks-page .volunteer-thanks .gratitude-signature {
  color: var(--interior-gold);
}

.thanks-page .gratitude-support {
  padding: clamp(6rem, 10vw, 10rem) var(--gutter);
  color: var(--interior-snow);
  border-top: 1px solid var(--interior-line);
  background:
    linear-gradient(110deg, rgba(255, 210, 122, 0.055), transparent 45%),
    #070b12;
}

.thanks-page .gratitude-support .visit-actions {
  grid-template-columns: minmax(18rem, 0.82fr) minmax(24rem, 1.18fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.thanks-page .visit-actions h3 {
  color: var(--interior-snow);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.thanks-page .support-copy p {
  color: var(--interior-copy);
}

.thanks-page .partner-link {
  color: #061018;
  background: var(--interior-ice);
}

.thanks-page .partner-link:hover,
.thanks-page .partner-link:focus-visible {
  color: var(--interior-night);
  background: var(--interior-snow);
}

@media (max-width: 900px) {
  .community-page .community-work-layout,
  .noel-page .finale-layout,
  .thanks-page .gratitude-hero,
  .thanks-page .gratitude-support .visit-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .community-page .community-work-intro {
    position: static;
  }

  .community-page .community-projects {
    margin-top: 2rem;
  }

  .noel-page .finale-copy {
    max-width: 38rem;
  }
}

@media (max-width: 760px) {
  :is(.community-page, .noel-page, .visit-page, .thanks-page) main::before {
    display: none;
  }

  .community-page .community-work,
  .noel-page .finale,
  .visit-page .visit {
    padding-top: 7rem;
  }

  .community-page .community-work::after,
  .thanks-page .gratitude-partner::after {
    opacity: 0.7;
  }

  .community-page .community-work :is(h1, h2),
  .noel-page .finale :is(h1, h2),
  .visit-page .visit :is(h1, h2),
  .thanks-page .gratitude-hero h1 {
    font-size: clamp(3.4rem, 16vw, 5.8rem);
  }

  .community-page .community-project {
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }

  .community-page .photo-gallery-heading,
  .community-page .photo-gallery-pair,
  .visit-page .visit-heading,
  .thanks-page .gratitude-partner-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .community-page .photo-gallery-grid figure:nth-child(2) {
    margin-bottom: 0;
  }

  .noel-page .finale-layout {
    margin-top: 3.5rem;
  }

  .noel-page .finale-copy {
    margin-top: 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--interior-line);
    border-left: 0;
  }

  .visit-page .visit-heading {
    margin-bottom: 4rem;
  }

  .visit-page .show-schedule {
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
    border-inline: 0;
  }

  .visit-page .show-calendar {
    min-width: 0;
    border-spacing: 0.12rem;
  }

  .visit-page .show-calendar .calendar-day {
    min-height: 4.7rem;
  }

  .visit-page .show-calendar .calendar-status {
    font-size: 0.56rem;
  }

  .visit-page .visit-details > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .thanks-page .gratitude-hero {
    min-height: 0;
    padding-top: 9rem;
  }

  .thanks-page .gratitude-photo {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .thanks-page .gratitude-hero::before {
    right: -0.05em;
    bottom: 0.1em;
  }
}

@media (max-width: 440px) {
  .community-page .community-project {
    grid-template-columns: minmax(0, 1fr);
  }

  .community-page .project-number {
    margin-bottom: 0.5rem;
  }

  .visit-page .show-schedule::before {
    right: var(--gutter);
  }
}

@media (prefers-reduced-motion: reduce) {
  .community-page .photo-gallery-grid img {
    transition: none;
  }
}
/* Keep the closing song's invitation as readable as the story around it. */
.noel-page .finale h1 { max-width:11ch;text-transform:none;font-size:clamp(3.2rem,6.5vw,7rem);line-height:1; }
@media(max-width:760px) { .noel-page .finale-signal { right:1.5rem;top:7rem;width:2.3rem;height:2.3rem; } }
.visit-page .calendar-planner { grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:#0d1a28;color:#e7f3fc;border-color:#80e4ff33; }
.visit-page .calendar-planner-label { color:var(--interior-ice); }
.visit-page .calendar-planner h4 { font-family:"Open Sans",Arial,sans-serif;font-size:1.4rem;font-weight:600;letter-spacing:-.03em;line-height:1.25; }
.visit-page .calendar-planner-details { grid-column:1/-1;justify-content:space-between;flex-wrap:wrap; }
.visit-page .calendar-download { background:var(--interior-ice);color:#041019;border-color:var(--interior-ice); }
.visit-page .calendar-download:focus-visible { outline-color:var(--interior-gold); }
@media(max-width:700px) { .visit-page .calendar-planner { grid-template-columns:minmax(0,1fr); } }
.visit-page .show-calendar .no-show-night { color:#9aa8ba; }
.visit-page .show-calendar .no-show-night .calendar-status { color:#8f9eaf; }
