/*
Theme Name: Leesville Chorus
Theme URI: https://leesvillechorus.com
Author: Leesville Road High School Chorus
Description: An expressive, accessible block theme for the Leesville chorus program.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: leesville-chorus
*/

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  text-wrap: pretty;
}

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid var(--wp--preset--color--gold);
  outline-offset: 4px;
}

.wp-site-blocks {
  overflow: clip;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.wp-site-blocks,
.wp-block-post-content,
.wp-block-column,
.wp-block-group {
  min-width: 0;
}

header.wp-block-template-part:has(.site-header) {
  --header-height: 5.25rem;
  position: sticky;
  top: 0;
  transition: top 260ms cubic-bezier(.2,.8,.2,1);
  z-index: 1000;
}

header.wp-block-template-part.is-hidden {
  top: calc(-1 * var(--header-height));
}

header.wp-block-template-part:not(.is-hidden) {
  top: 0;
}

.site-header {
  background: rgb(255 255 255 / 94%) !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 0 0 rgb(0 32 92 / 0%);
  position: relative;
  transition: box-shadow 260ms ease, background 260ms ease;
  border-bottom: 1px solid color-mix(in srgb, currentColor 15%, transparent);
}

.site-header.is-scrolled {
  box-shadow: 0 0.75rem 2.5rem rgb(0 32 92 / 14%);
}

.site-header__inner {
  min-height: 4.75rem;
}

.site-brand {
  gap: 0.75rem;
}

.site-brand__name {
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.1rem;
  font-weight: 750;
  line-height: 1.05;
}

.site-brand__name a {
  text-decoration: none;
}

.site-brand__tag {
  font-size: 0.67rem !important;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0;
  opacity: 0.64;
  text-transform: uppercase;
}

.poster-hero {
  overflow: hidden;
  padding-block: clamp(1.25rem, 3vw, 3rem);
}

.poster-hero__grid {
  min-height: clamp(31rem, 64svh, 38rem);
  margin-bottom: 0;
}

.poster-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1rem, 3vw, 2.5rem) clamp(1rem, 4vw, 4rem) clamp(1rem, 3vw, 2.5rem) 0;
}

.poster-title-lockup {
  margin-block: clamp(1.5rem, 5vh, 4rem);
}

.poster-title {
  font-size: clamp(4.25rem, 9.2vw, 8.25rem) !important;
  letter-spacing: -0.065em;
  line-height: 0.72 !important;
  margin: 0;
  text-transform: uppercase;
}

.poster-title em {
  color: var(--wp--preset--color--gold);
  font-weight: 400;
  text-transform: none;
}

.poster-intro {
  max-width: 29rem;
  margin-top: clamp(2rem, 4vw, 3.5rem) !important;
}

.home-listen {
  padding-block: clamp(2.25rem, 4vw, 4rem);
  position: relative;
}

.home-listen::after {
  background: linear-gradient(90deg, var(--wp--preset--color--gold), var(--wp--preset--color--coral));
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.home-listen h2 {
  margin-block: 0.25rem 0.5rem;
}

.home-player {
  background: var(--wp--preset--color--cream);
  border-left: 0.35rem solid var(--wp--preset--color--gold);
  box-shadow: 0 1rem 2.5rem rgb(0 32 92 / 8%);
  gap: 1.25rem;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.home-player .wp-block-audio {
  flex: 1 1 20rem;
  margin: 0;
}

.home-player audio {
  display: block;
  width: 100%;
}

.poster-hero__art {
  align-items: center;
  border-left: 1px solid rgb(255 255 255 / 18%);
  display: flex;
  justify-content: center;
  min-height: 30rem;
  position: relative;
}

.poster-disc {
  align-items: center;
  aspect-ratio: 1;
  background: var(--wp--preset--color--gold);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: min(28vw, 23rem);
  box-shadow: 2.25rem 2.25rem 0 var(--wp--preset--color--coral);
  transform: translate3d(0, var(--parallax-y, 0), 0);
  transition: transform 80ms linear;
}

.poster-note {
  color: var(--wp--preset--color--forest);
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(7rem, 15vw, 13rem);
  line-height: 1;
  margin: 0;
  transform: rotate(-9deg);
}

.poster-vertical {
  bottom: 2rem;
  letter-spacing: 0.15em;
  position: absolute;
  right: -1rem;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
  white-space: nowrap;
}

.ticker {
  overflow: hidden;
  padding-block: 0.9rem;
  white-space: nowrap;
}

.ticker p {
  font-size: clamp(0.68rem, 1.15vw, 0.9rem);
  margin: 0;
}

.editorial-section,
.ensemble-stage,
.news-stage,
.finale {
  padding-block: clamp(5rem, 10vw, 9rem);
  position: relative;
}

.home :is(.editorial-section, .ensemble-stage, .news-stage, .finale) {
  padding-block: clamp(3.75rem, 7vw, 6.25rem);
}

.home .home-listen {
  padding-block: clamp(2rem, 3vw, 3rem);
}

.home .ensemble-cards {
  margin-top: clamp(2rem, 3.5vw, 3.5rem);
}

.section-number {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.72;
  margin: 0 0 1.25rem;
  opacity: 0.8;
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.ensemble-cards {
  align-items: stretch !important;
  gap: 1rem;
  margin-top: clamp(2.5rem, 5vw, 5rem);
}

.ensemble-cards > .wp-block-column,
.detail-grid > .wp-block-column,
.wp-block-post-template.is-layout-grid > li {
  align-self: stretch;
  display: flex;
}

.ensemble-card {
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 29rem;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
  transition: transform 220ms ease;
  width: 100%;
}

@media (min-width: 782px) {
  .page-hero {
    padding-block: clamp(1.5rem, 2.25vw, 2.25rem);
  }

  .page-hero > :first-child {
    margin-top: 0;
  }

  .page-hero > :last-child {
    margin-bottom: 0;
  }

  .page-hero h1 {
    margin-block: 0.55rem 0.9rem;
  }

  .page-hero .page-lede {
    margin-block: 0;
  }

  .detail-card > :is(h2, h3),
  .wp-block-post-template .detail-card .wp-block-post-title {
    align-content: start;
    min-height: 2.35em;
  }

  .detail-card > .eyebrow {
    min-height: 1.7em;
  }

  .detail-card > :is(h2, h3) + p {
    margin-top: 0;
  }
}

.ensemble-card:hover {
  transform: translateY(-0.6rem);
}

.ensemble-card__index {
  font-family: var(--wp--preset--font-family--display);
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.75;
  margin: 0 0 auto;
  opacity: 0.75;
}

.ensemble-card > :last-child {
  margin-top: auto;
}

.ensemble-card h3 {
  font-size: clamp(2rem, 3vw, 3.25rem) !important;
  margin-top: 4rem;
}

.news-stage a {
  color: inherit;
}

.news-card {
  border-top: 1px solid rgb(255 255 255 / 30%);
  padding-block: 2rem;
}

.news-card .wp-block-post-title a {
  text-decoration: none;
}

.finale {
  position: relative;
}

.finale h2 {
  font-size: clamp(4rem, 11vw, 9rem) !important;
  letter-spacing: -0.055em;
  line-height: 0.78 !important;
  margin-block: 1rem 2rem;
  text-transform: uppercase;
}

.finale-note {
  font-family: var(--wp--preset--font-family--display);
  font-size: 6rem;
  line-height: 1;
  margin: 0;
  transform: translate3d(0, var(--parallax-y, 0), 0) rotate(-8deg);
}

.home .wp-block-post-content > * {
  margin-block-start: 0;
}

.home .wp-block-post-content {
  overflow: clip;
}

.ensemble-stage::before,
.news-stage::before,
.finale::before {
  background: inherit;
  clip-path: polygon(0 72%, 100% 0, 100% 100%, 0 100%);
  content: "";
  height: clamp(2rem, 4vw, 4rem);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(clamp(2rem, 4vw, 4rem) * -1 + 1px);
}

.news-stage::before {
  clip-path: polygon(0 0, 100% 66%, 100% 100%, 0 100%);
}

.motion-ready .home-listen,
.motion-ready .editorial-section,
.motion-ready .ensemble-stage,
.motion-ready .news-stage,
.motion-ready .finale,
.motion-ready .content-section {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 700ms cubic-bezier(.2,.8,.2,1), transform 700ms cubic-bezier(.2,.8,.2,1);
}

.motion-ready :is(.home-listen, .editorial-section, .ensemble-stage, .news-stage, .finale, .content-section).is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .ensemble-stage .ensemble-card,
.motion-ready .content-section .detail-card {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 550ms ease, transform 550ms cubic-bezier(.2,.8,.2,1), box-shadow 180ms ease;
}

.motion-ready .is-visible .wp-block-column:nth-child(1) :is(.ensemble-card, .detail-card) {
  transition-delay: 80ms;
}

.motion-ready .is-visible .wp-block-column:nth-child(2) :is(.ensemble-card, .detail-card) {
  transition-delay: 160ms;
}

.motion-ready .is-visible .wp-block-column:nth-child(3) :is(.ensemble-card, .detail-card) {
  transition-delay: 240ms;
}

.motion-ready .is-visible :is(.ensemble-card, .detail-card) {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .is-visible .ensemble-card:hover {
  transform: translateY(-0.6rem);
}

.site-header .wp-block-navigation-item__content {
  padding-block: 0.65rem;
  position: relative;
  text-decoration: none;
  text-underline-offset: 0.35em;
}

.site-header .wp-block-navigation-item:not(.nav-cta) > .wp-block-navigation-item__content::after {
  background: var(--wp--preset--color--coral);
  bottom: 0.35rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

.site-header .wp-block-navigation-item:not(.nav-cta) > .wp-block-navigation-item__content:hover::after,
.site-header .current-menu-item > .wp-block-navigation-item__content::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header .nav-cta > .wp-block-navigation-item__content {
  background: var(--wp--preset--color--forest);
  border-radius: 999px;
  color: var(--wp--preset--color--cream);
  padding: 0.7rem 1.05rem;
  transition: background 160ms ease, transform 160ms ease;
}

.site-header .nav-cta > .wp-block-navigation-item__content:hover {
  background: var(--wp--preset--color--coral);
  transform: translateY(-2px);
}

.site-header .current-menu-item > .wp-block-navigation-item__content {
  font-weight: 750;
  text-decoration: none;
}

.site-header .nav-cta.current-menu-item > .wp-block-navigation-item__content {
  box-shadow: inset 0 -3px 0 var(--wp--preset--color--coral);
}

.chorus-hero {
  isolation: isolate;
  position: relative;
  min-height: clamp(34rem, 72vh, 52rem);
}

.chorus-hero::before,
.chorus-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.chorus-hero::before {
  width: clamp(18rem, 45vw, 40rem);
  aspect-ratio: 1;
  right: -12%;
  top: -20%;
  background: radial-gradient(circle, rgb(247 190 55 / 24%), transparent 68%);
}

.chorus-hero::after {
  width: clamp(12rem, 30vw, 26rem);
  aspect-ratio: 1;
  left: -8%;
  bottom: -22%;
  background: radial-gradient(circle, rgb(255 255 255 / 12%), transparent 70%);
}

.music-staff {
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 1.3rem,
    rgb(255 255 255 / 10%) 1.3rem,
    rgb(255 255 255 / 10%) calc(1.3rem + 1px)
  );
  mask-image: linear-gradient(to right, transparent, black 18%, black 82%, transparent);
}

.eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.display-title {
  max-width: 12ch;
  text-wrap: balance;
}

.chorus-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.chorus-card::after {
  content: "♪";
  position: absolute;
  right: 1rem;
  bottom: -1.4rem;
  color: rgb(255 255 255 / 9%);
  font-family: Georgia, serif;
  font-size: 7rem;
  line-height: 1;
}

.chorus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.25rem 2.75rem rgb(18 23 20 / 14%);
}

.event-date {
  min-width: 5.25rem;
  font-variant-numeric: tabular-nums;
}

.wp-block-button__link {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.5rem rgb(18 23 20 / 18%);
}

.wp-block-post-content > :where(h2, h3) {
  scroll-margin-top: 7rem;
}

.wp-block-post-featured-image img,
.wp-block-image img {
  border-radius: var(--wp--custom--radius--medium);
}

.site-footer a {
  color: inherit;
}

.site-footer {
  isolation: isolate;
  position: relative;
}

.site-footer::before {
  background: linear-gradient(to bottom, rgb(0 22 63 / 0), var(--wp--preset--color--forest));
  content: "";
  height: clamp(2.5rem, 6vw, 5rem);
  inset: auto 0 100%;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.site-footer::after {
  color: rgb(179 153 100 / 14%);
  content: "♪";
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(10rem, 24vw, 24rem);
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 4vw;
  top: -3rem;
  transform: translate3d(0, var(--footer-note-y, 0), 0) rotate(8deg);
  z-index: -1;
}

.footer-note {
  font-family: var(--wp--preset--font-family--display);
  font-size: 4rem;
  line-height: 0.8;
  margin-top: 0;
}

.footer-nav {
  gap: 0.45rem;
}

.page-hero {
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(1.5rem, 2.25vw, 2.25rem);
  position: relative;
}

.page-hero > :first-child {
  margin-top: 0;
}

.page-hero > :last-child {
  margin-bottom: 0;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.hero-note-field {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute !important;
  z-index: 0 !important;
}

.hero-note {
  color: currentColor;
  font-family: var(--wp--preset--font-family--display);
  font-size: var(--note-size);
  left: var(--note-x);
  line-height: 1;
  opacity: var(--note-opacity);
  position: absolute;
  top: var(--note-y);
  transform: translate3d(-50%, var(--parallax-y, 0), 0) rotate(var(--note-rotate));
  transition: transform 70ms linear;
  will-change: transform;
}

.page-hero h1 {
  font-size: clamp(3.8rem, 8vw, 7rem) !important;
  letter-spacing: -0.055em;
  line-height: 0.88 !important;
  max-width: 11ch;
  position: relative;
  z-index: 1;
}

.page-lede {
  max-width: 43rem;
  position: relative;
  z-index: 1;
}

.content-section {
  isolation: isolate;
  overflow: clip;
  padding-block: clamp(4rem, 8vw, 7rem);
  position: relative;
}

.page-hero + .content-section {
  padding-top: clamp(1.75rem, 3vw, 2.75rem);
}

.page-hero + .content-section > .detail-grid:first-child {
  margin-top: 0.75rem !important;
}

.detail-grid {
  align-items: stretch !important;
  gap: 1rem;
  margin-block: clamp(3.25rem, 5vw, 4.5rem) !important;
  position: relative;
  z-index: 1;
}

.content-section > :is(h2, h3, .wp-block-buttons),
.content-section > .wp-block-columns:not(.detail-grid) :is(h2, h3, .wp-block-buttons),
.ensemble-stage > .wp-block-group:first-child,
.news-stage > .wp-block-group:first-child {
  position: relative;
  z-index: 5;
}

.content-section > .wp-block-buttons {
  background: inherit;
  isolation: isolate;
}

.detail-card,
.ensemble-card,
.media-embed {
  z-index: 1;
}

.detail-card {
  border: 1px solid var(--wp--preset--color--sage);
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  width: 100%;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.parallax-component {
  translate: 0 var(--component-parallax-y, 0);
  will-change: translate;
}

.detail-card:hover {
  box-shadow: 0 1.5rem 3rem rgb(0 32 92 / 12%);
  transform: translateY(-0.35rem);
}

.media-card audio {
  width: 100%;
}

.media-card .wp-block-embed__wrapper,
.media-embed {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.media-card iframe,
.media-embed iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.detail-card .wp-block-buttons {
  margin-top: auto;
}

.detail-card h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
}

.fact-strip {
  border-block: 1px solid rgb(18 55 42 / 15%);
  padding-block: 1.2rem;
}

.step-number {
  color: var(--wp--preset--color--coral);
  font-family: var(--wp--preset--font-family--display);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 781px) {
  .wp-block-post-content {
    overflow-x: clip;
  }

  .wp-block-post-content :where(p, h1, h2, h3, a) {
    overflow-wrap: anywhere;
  }

  .wp-block-post-content > .alignwide,
  .wp-block-post-content .ensemble-cards,
  .wp-block-post-content .detail-grid,
  .wp-block-post-content .wp-block-query.alignwide {
    margin-inline: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .ensemble-cards > .wp-block-column,
  .detail-grid > .wp-block-column,
  .ensemble-card,
  .detail-card,
  .news-card {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .ensemble-card > *,
  .detail-card > *,
  .news-card > * {
    max-width: 100% !important;
  }

  .chorus-hero {
    min-height: auto;
  }

  .site-header .wp-block-site-title {
    font-size: 1rem !important;
  }

  .site-header__inner {
    min-height: 4.25rem;
  }

  .site-brand__tag {
    display: none;
  }

  .site-footer {
    padding-block: 2rem 1.4rem !important;
  }

  .site-footer::after {
    display: none;
  }

  .footer-grid {
    display: grid !important;
    gap: 1.75rem 1.25rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-bottom: 1.5rem;
  }

  .footer-grid > .wp-block-column {
    margin: 0;
  }

  .footer-grid > .wp-block-column:first-child {
    align-items: center;
    column-gap: 0.9rem;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr;
  }

  .footer-grid > .wp-block-column:first-child .footer-note {
    font-size: 2.75rem;
    grid-row: 1 / 3;
    margin: 0;
  }

  .footer-grid > .wp-block-column:first-child .wp-block-site-title {
    margin: 0;
  }

  .footer-grid > .wp-block-column:first-child > p:last-child {
    font-size: 0.88rem;
    line-height: 1.45;
    margin: 0.25rem 0 0;
    max-width: 32rem;
  }

  .footer-grid h3 {
    margin-block: 0 0.55rem;
  }

  .footer-nav {
    font-size: 0.88rem;
    gap: 0.3rem;
  }

  .footer-grid > .wp-block-column:last-child p {
    font-size: 0.88rem;
    line-height: 1.5;
    margin-block: 0.35rem;
  }

  .site-footer > .wp-block-separator {
    margin-block: 1rem;
  }

  .site-footer > .wp-block-group:last-child {
    align-items: flex-start;
    gap: 0.35rem 1rem;
  }

  .site-footer > .wp-block-group:last-child p {
    font-size: 0.72rem !important;
    margin: 0;
  }

  .primary-nav .wp-block-navigation__responsive-container-open {
    align-items: center;
    color: var(--wp--preset--color--forest);
    display: flex !important;
    height: 2.75rem;
    justify-content: center;
    padding: 0.55rem;
    width: 2.75rem;
  }

  .primary-nav > .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    align-items: stretch;
    height: 100dvh;
    inset: 0 !important;
    overflow-y: auto;
    padding: max(1rem, env(safe-area-inset-top)) 1.25rem max(1rem, env(safe-area-inset-bottom));
    position: fixed !important;
    width: 100vw;
    z-index: 99999;
  }

  .primary-nav .wp-block-navigation__responsive-container-content {
    align-items: flex-start;
    box-sizing: border-box;
    min-height: 100%;
    justify-content: flex-start;
    padding-top: clamp(3.25rem, 9vh, 4.5rem);
  }

  .primary-nav .wp-block-navigation__container {
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .primary-nav .wp-block-navigation-item {
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    width: 100%;
  }

  .primary-nav .wp-block-navigation-item__content {
    box-sizing: border-box;
    font-family: var(--wp--preset--font-family--display);
    font-size: clamp(1.25rem, 5.6vw, 1.65rem);
    line-height: 1.1;
    padding: 0.48rem 0;
    width: 100%;
  }

  .primary-nav .nav-cta > .wp-block-navigation-item__content {
    background: var(--wp--preset--color--gold);
    color: var(--wp--preset--color--forest);
    justify-content: center;
    margin-top: 0.75rem;
    padding: 0.68rem 1rem;
  }

  .primary-nav .wp-block-navigation__responsive-container-close {
    color: var(--wp--preset--color--paper);
    padding: 0.7rem;
    right: 0.8rem;
    top: max(0.8rem, env(safe-area-inset-top));
  }

  .poster-hero__grid {
    display: block;
    gap: 0;
    margin-inline: 0 !important;
    min-height: auto;
    width: 100%;
  }

  .poster-hero__copy {
    flex-basis: 100% !important;
    min-height: auto;
    padding: 1.25rem 0 1.75rem;
    width: 100%;
  }

  .poster-hero__copy > * {
    max-width: 100%;
    width: 100%;
  }

  .season-mark {
    display: none;
  }

  .poster-hero__art {
    display: none;
  }

  .poster-disc {
    transform: none !important;
    width: min(46vw, 12rem);
  }

  .poster-title {
    font-size: clamp(3.85rem, 19vw, 5.5rem) !important;
    max-width: 100%;
  }

  .poster-title-lockup {
    margin-block: 1.5rem 1.75rem;
  }

  .poster-intro {
    margin-top: 1.25rem !important;
  }

  .poster-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.65rem;
  }

  .poster-actions .wp-block-button {
    flex: 1 1 auto;
    width: 100%;
  }

  .poster-actions .wp-block-button__link {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }

  .hero-note {
    font-size: min(var(--note-size), 7rem);
  }

  .poster-vertical {
    display: none;
  }

  .editorial-section,
  .ensemble-stage,
  .news-stage,
  .finale,
  .content-section {
    padding-block: clamp(2.75rem, 10vw, 4rem);
  }

  .page-hero {
    padding-block: 1.5rem;
  }

  .page-hero + .content-section {
    padding-top: 1.75rem;
  }

  .page-hero + .content-section > .detail-grid:first-child {
    margin-top: 0.5rem !important;
  }

  .page-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.25rem) !important;
    letter-spacing: -0.04em;
    line-height: 0.94 !important;
    margin-block: 0.55rem 0.8rem;
  }

  .page-lede {
    font-size: clamp(1rem, 4.6vw, 1.2rem) !important;
    line-height: 1.55;
    margin-block: 0;
  }

  .section-number {
    font-size: clamp(4rem, 20vw, 6rem);
    margin-bottom: 0.75rem;
    transform: none !important;
  }

  .ensemble-cards,
  .detail-grid {
    gap: 0.85rem;
    margin-block: 2rem !important;
    margin-top: 2rem !important;
  }

  .ensemble-card {
    min-height: 18rem;
    padding: 1.4rem;
  }

  .ensemble-card__index {
    font-size: clamp(4.5rem, 20vw, 6rem);
    line-height: 0.82;
  }

  .ensemble-card h3 {
    font-size: clamp(1.9rem, 9vw, 2.5rem) !important;
    line-height: 1 !important;
    margin-top: 1.75rem;
  }

  .ensemble-card > p:last-child {
    font-size: 1rem;
    line-height: 1.55;
  }

  .detail-card {
    min-height: 0;
    padding: 1.35rem;
  }

  .detail-card h2,
  .detail-card h3 {
    font-size: clamp(1.65rem, 7vw, 2.15rem) !important;
    line-height: 1.08 !important;
    margin-block: 0.55rem 0.8rem;
    min-height: 0;
  }

  .detail-card p,
  .detail-card li {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .step-number {
    font-size: 2.75rem;
    margin-bottom: 0.25rem;
  }

  .fact-strip {
    align-items: flex-start;
    gap: 0.4rem 1rem;
    padding-block: 0.9rem;
  }

  .home-listen {
    padding-block: 2.5rem;
  }

  .home :is(.home-listen, .editorial-section, .ensemble-stage, .news-stage, .finale) {
    padding-block: 2.5rem;
  }

  .home-listen h2,
  .content-section > h2,
  .ensemble-stage h2,
  .news-stage h2 {
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
    line-height: 1.05 !important;
  }

  .home-player {
    padding: 1rem;
  }

  .wp-block-button__link {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 2.75rem;
  }

  .news-card {
    padding-block: 1.25rem;
  }

  .ensemble-stage > .wp-block-group:first-child,
  .news-stage > .wp-block-group:first-child {
    align-items: flex-start;
    flex-direction: column;
  }

  .ensemble-stage > .wp-block-group:first-child > p,
  .news-stage > .wp-block-group:first-child > p {
    margin-top: 0;
  }

  .finale h2 {
    font-size: clamp(2.75rem, 12vw, 3.75rem) !important;
    line-height: 0.88 !important;
  }

  .finale-note {
    font-size: 4rem;
  }

  .finale .wp-block-buttons {
    justify-content: center;
  }

  .ensemble-stage::before,
  .news-stage::before,
  .finale::before {
    display: none;
  }
}

@media (min-width: 782px) and (max-width: 1100px) {
  .poster-title {
    font-size: clamp(5rem, 10vw, 7rem) !important;
  }

  .ensemble-card {
    min-height: 25rem;
    padding: 1.6rem;
  }

  .ensemble-card__index {
    font-size: 6rem;
  }

  .ensemble-card h3 {
    font-size: clamp(1.8rem, 3.4vw, 2.35rem) !important;
    margin-top: 2.5rem;
  }

  .ensemble-card > p:last-child,
  .detail-card p {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .detail-card {
    padding: 1.5rem;
  }

  .detail-card h3 {
    font-size: clamp(1.55rem, 2.8vw, 2rem) !important;
  }

  .content-section,
  .editorial-section,
  .ensemble-stage,
  .news-stage,
  .finale {
    padding-block: clamp(3.5rem, 7vw, 5.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .motion-ready .editorial-section,
  .motion-ready .home-listen,
  .motion-ready .ensemble-stage,
  .motion-ready .news-stage,
  .motion-ready .finale,
  .motion-ready .content-section,
  .motion-ready :is(.ensemble-card, .detail-card) {
    opacity: 1 !important;
    transform: none !important;
  }

  .parallax-component {
    translate: none !important;
  }

  .poster-disc,
  .section-number,
  .finale-note {
    transform: none !important;
  }

  .hero-note {
    transform: translateX(-50%) !important;
  }
}
