/* Crack'Em Up poster placard visual system. Behavior stays in the existing HTML and script. */
:root {
  --ink: #050506;
  --ink-2: #0b0b0c;
  --paper: #f4eee3;
  --paper-dim: #c8c1b6;
  --magenta: #ea006f;
  --magenta-dark: #b60057;
  --cyan: #00d8d5;
  --line: rgba(0, 216, 213, 0.52);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --condensed: "Bahnschrift Condensed", "Arial Narrow", "Aptos Narrow", sans-serif;
  --body: Bahnschrift, "Aptos Narrow", "Segoe UI", sans-serif;
  --header: 84px;
}

html {
  scroll-padding-top: calc(var(--header) + 1.5rem);
}

body {
  background:
    linear-gradient(rgba(5, 5, 6, 0.955), rgba(5, 5, 6, 0.975)),
    url("/assets/poster-texture.png") top center / 1800px auto fixed repeat-y,
    var(--ink);
  font-family: var(--body);
  line-height: 1.55;
}

button,
input,
select,
textarea,
.button,
.nav-ticket,
.gallery-card,
.radio-dock,
.clean-badge {
  border-radius: 0;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.page-shell {
  width: min(100% - 4rem, 1440px);
}

.section-pad {
  padding-block: clamp(5.5rem, 8vw, 8rem);
}

.site-header {
  min-height: var(--header);
  padding-inline: max(2rem, calc((100vw - 1440px) / 2));
  border-top: 3px solid var(--cyan);
  border-bottom: 1px solid rgba(0, 216, 213, 0.78);
  background: rgba(5, 5, 6, 0.96);
}

.site-header.is-scrolled {
  border-color: var(--cyan);
  background: rgba(5, 5, 6, 0.985);
  backdrop-filter: none;
}

.wordmark {
  width: 158px;
  font-size: 1.2rem;
  line-height: 0.8;
  letter-spacing: 0.015em;
}

.wordmark b {
  color: var(--magenta);
  font-size: 1.85rem;
}

.site-nav {
  gap: clamp(1.4rem, 2.8vw, 3rem);
}

.site-nav a,
.site-nav button,
.nav-ticket {
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.site-nav a,
.site-nav button {
  color: var(--cyan);
}

.site-nav a::after,
.site-nav button::after {
  inset: auto 0 -0.65rem;
  height: 3px;
  background: var(--magenta);
}

.nav-ticket {
  min-width: 140px;
  padding: 0.9rem 1.25rem;
  color: var(--ink);
  border: 2px solid var(--magenta);
  background: var(--magenta);
  text-align: center;
}

.nav-ticket:hover {
  color: var(--ink);
  background: var(--cyan);
  border-color: var(--cyan);
}

.menu-button {
  border: 2px solid var(--cyan);
  background: var(--ink);
}

.hero {
  min-height: max(820px, 100dvh);
  border-bottom: 3px solid var(--cyan);
}

.hero::after {
  content: "";
  position: absolute;
  inset: var(--header) 0 auto;
  z-index: -1;
  height: 1px;
  background: var(--cyan);
  opacity: 0.72;
}

.hero-photo {
  filter: saturate(0.58) contrast(1.22) brightness(0.74);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.98) 0%, rgba(5, 5, 6, 0.88) 44%, rgba(5, 5, 6, 0.32) 72%, rgba(5, 5, 6, 0.82) 100%),
    linear-gradient(0deg, rgba(5, 5, 6, 0.94), transparent 58%);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.58fr);
  gap: clamp(3rem, 6vw, 7rem);
  min-height: max(820px, 100dvh);
  padding-top: calc(var(--header) + 5rem);
  padding-bottom: clamp(8rem, 11vw, 10rem);
}

.hero-copy {
  max-width: 900px;
}

.eyebrow {
  margin-bottom: 2rem;
  padding-bottom: 0.65rem;
  border-bottom-width: 3px;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}

.hero h1 {
  max-width: 920px;
  font-size: clamp(5rem, 9.4vw, 10.5rem);
  line-height: 0.8;
  letter-spacing: -0.045em;
}

.hero h1 span {
  color: var(--magenta);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 43rem;
  margin-top: 1.8rem;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  font-weight: 600;
  line-height: 1.45;
}

.hero-actions {
  gap: 1.75rem;
  margin-top: 2.25rem;
}

.button {
  min-height: 54px;
  padding: 0.95rem 1.5rem;
  border-width: 2px;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.button-primary {
  color: var(--ink);
  border-color: var(--magenta);
  background: var(--magenta);
}

.button-primary:hover {
  color: var(--ink);
  border-color: var(--cyan);
  background: var(--cyan);
}

.text-link {
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.hero-flyer {
  width: min(100%, 380px);
  margin-bottom: 2rem;
}

.hero-flyer-link {
  border: 3px solid var(--paper);
  box-shadow: 14px 14px 0 var(--magenta);
}

.hero-flyer-link:hover,
.hero-flyer-link:focus-visible {
  border-color: var(--cyan);
  box-shadow: 8px 8px 0 var(--cyan);
  transform: translate(6px, 6px);
}

.hero-tag {
  min-height: 52px;
  padding: 0.9rem 2rem;
  border-top: 2px solid var(--ink);
  text-transform: uppercase;
  font-size: clamp(0.78rem, 1.1vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.17em;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.62fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  max-width: none;
  margin-bottom: 3.25rem;
  padding-top: 1.5rem;
  border-top: 2px solid var(--cyan);
}

.section-heading h2,
.story-copy h2,
.culture h2,
.watch-copy h2,
.room h2,
.contact h2 {
  font-size: clamp(3.5rem, 6.3vw, 7rem);
  line-height: 0.86;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.section-heading h2,
.story-copy h2,
.room h2,
.contact h2 {
  color: var(--magenta);
}

.section-heading p,
.culture-intro,
.story-copy > p,
.watch-copy > p,
.room-copy > p,
.contact-lead > p {
  max-width: 58ch;
  margin-bottom: 0;
  color: var(--paper-dim);
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  line-height: 1.6;
}

.city-calendars {
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.72fr);
  gap: 0;
  border: 2px solid var(--cyan);
  background: var(--ink);
}

.city-calendar {
  border: 0;
  background: rgba(5, 5, 6, 0.9);
}

.city-calendar + .city-calendar {
  border-left: 2px solid var(--cyan);
}

.city-calendar-la,
.city-calendar-sd {
  border-top-width: 8px;
  border-top-style: solid;
}

.city-calendar-la {
  border-top-color: var(--magenta);
}

.city-calendar-sd {
  border-top-color: var(--cyan);
}

.city-calendar-header {
  min-height: 118px;
  padding: 1.45rem 1.5rem;
  border-bottom: 2px solid var(--cyan);
}

.city-identity > span {
  font-size: 3.6rem;
}

.city-identity h3 {
  text-transform: uppercase;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  letter-spacing: 0.015em;
}

.city-identity p,
.city-rhythm,
.show-date span {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.show-row {
  min-height: 168px;
  border-bottom-color: rgba(0, 216, 213, 0.4);
  background: rgba(5, 5, 6, 0.72);
}

.city-calendar-la .show-row:nth-child(odd) {
  border-right-color: rgba(0, 216, 213, 0.4);
}

.show-row:hover {
  background: rgba(0, 216, 213, 0.075);
}

.show-date strong {
  font-size: 3.45rem;
}

.show-meta h3 {
  text-transform: uppercase;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.05;
}

.show-flyer {
  border-color: rgba(244, 238, 227, 0.5);
}

.show-row .button {
  min-width: 112px;
  min-height: 44px;
  padding: 0.7rem 0.8rem;
}

.city-calendar-footer {
  border-top: 1px solid rgba(0, 216, 213, 0.35);
}

.all-shows {
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.story {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  width: min(100% - 4rem, 1440px);
  min-height: 760px;
  margin: clamp(5rem, 8vw, 8rem) auto;
  border-top: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  background: rgba(5, 5, 6, 0.92);
}

.story-media {
  min-height: 620px;
}

.story-media::after {
  background: linear-gradient(90deg, transparent 76%, rgba(5, 5, 6, 0.58));
}

.story-copy {
  padding: clamp(3rem, 5vw, 5.5rem);
  border-left: 2px solid var(--cyan);
}

.story-year {
  margin-bottom: 1.25rem !important;
  color: var(--cyan) !important;
  font-size: 4rem !important;
  line-height: 0.8;
}

.culture {
  border-top: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
}

.culture h2 {
  max-width: 1040px;
  color: var(--cyan);
}

.culture-intro {
  margin-top: 1.4rem;
}

.crew-primary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 3.25rem;
  border-top: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
}

.crew-primary > div {
  min-width: 0;
  padding: 1.4rem 1.5rem 1.5rem;
}

.crew-primary > div + div {
  border-left: 2px solid var(--cyan);
}

.crew-primary strong,
.crew-primary span {
  display: block;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  font-family: var(--condensed);
}

.crew-primary strong {
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  font-weight: 900;
  line-height: 1;
}

.crew-primary span {
  margin-top: 0.55rem;
  color: var(--magenta);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.past-hosts-label {
  margin: 3rem 0 0;
  color: var(--magenta);
  text-transform: uppercase;
  font-family: var(--condensed);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.name-field {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 1rem;
  border-top: 1px solid rgba(0, 216, 213, 0.55);
  border-left: 1px solid rgba(0, 216, 213, 0.55);
}

.name-field span {
  min-width: 0;
  padding: 1rem;
  border: 0;
  border-right: 1px solid rgba(0, 216, 213, 0.55);
  border-bottom: 1px solid rgba(0, 216, 213, 0.55);
  text-transform: uppercase;
  font-size: clamp(0.94rem, 1.4vw, 1.24rem);
  font-weight: 900;
}

.name-field span:nth-child(3n+2) {
  color: var(--paper);
}

.name-field span:hover {
  color: var(--ink);
  border-color: var(--cyan);
  background: var(--cyan);
  transform: none;
}

.source-note {
  max-width: 80ch;
}

.watch {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  width: min(100% - 4rem, 1440px);
  min-height: 700px;
  margin: clamp(5rem, 8vw, 8rem) auto;
  border-top: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  background: var(--ink);
}

.watch-art {
  min-height: 620px;
  border-right: 2px solid var(--cyan);
}

.watch-art img {
  filter: saturate(0.86) contrast(1.12);
}

.watch-copy {
  padding: clamp(3rem, 5vw, 5.5rem);
  background: rgba(5, 5, 6, 0.92);
}

.watch-copy h2 {
  color: var(--magenta);
}

.watch-directory {
  border-top: 2px solid var(--cyan);
}

.watch-destination {
  min-height: 66px;
  border-bottom-color: rgba(0, 216, 213, 0.42);
}

.watch-destination:hover,
.watch-destination:focus-visible {
  color: var(--ink);
  background: var(--cyan);
}

.watch-destination:hover > span,
.watch-destination:focus-visible > span,
.watch-destination:hover > b,
.watch-destination:focus-visible > b {
  color: var(--ink);
}

.gallery-page {
  background:
    linear-gradient(rgba(5, 5, 6, 0.96), rgba(5, 5, 6, 0.98)),
    url("/assets/poster-texture.png") center / 1800px auto fixed,
    var(--ink);
}

.gallery-dialog::backdrop {
  background: rgba(5, 5, 6, 0.9);
  backdrop-filter: none;
}

.gallery-header {
  border-top: 3px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  background: rgba(5, 5, 6, 0.985);
  backdrop-filter: none;
}

.gallery-header h2 {
  color: var(--cyan);
}

.gallery-close {
  border-width: 2px;
  border-color: var(--magenta);
}

.gallery-card {
  border-color: rgba(0, 216, 213, 0.52);
  background: var(--ink);
}

.gallery-card img {
  object-fit: contain;
  object-position: center;
  transform: none;
}

.gallery-card:hover,
.gallery-card:focus-visible {
  border-color: var(--magenta);
  box-shadow: 6px 6px 0 var(--magenta);
  transform: translate(-3px, -3px);
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  transform: none;
}

.gallery-viewer {
  background: rgba(5, 5, 6, 0.99);
}

.gallery-viewer > header,
.gallery-viewer > nav {
  border-color: var(--cyan);
  background: var(--ink);
}

.clean-badge {
  color: var(--ink);
  background: var(--paper);
}

.radio-dock {
  width: min(calc(100% - 2rem), 540px);
  border: 2px solid var(--cyan);
  background: rgba(5, 5, 6, 0.99);
  box-shadow: 8px 8px 0 rgba(234, 0, 111, 0.78);
  backdrop-filter: none;
}

.radio-dock.is-playing {
  border-color: var(--magenta);
}

.radio-dock.is-censoring {
  border-color: var(--cyan);
  box-shadow: 8px 8px 0 rgba(0, 216, 213, 0.65);
}

.radio-dock-bar {
  min-height: 92px;
}

.radio-dock.is-collapsed .radio-dock-bar {
  min-height: 82px;
}

.radio-primary-controls button,
.radio-mode-tabs button,
.radio-collapse {
  border-color: rgba(0, 216, 213, 0.5);
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.radio-collapse {
  color: var(--ink);
  border-color: var(--magenta);
  background: var(--magenta);
}

.radio-audio-card {
  background-color: var(--magenta);
}

.room {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  border-top: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
}

.room-facts {
  border-top: 0;
}

.room-facts div {
  border-bottom-color: rgba(0, 216, 213, 0.52);
}

.room-facts div:first-child {
  border-top: 1px solid rgba(0, 216, 213, 0.52);
}

.room-facts dt {
  color: var(--magenta);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(280px, 0.8fr);
  gap: 0;
  margin-top: clamp(5rem, 8vw, 8rem);
  margin-bottom: clamp(5rem, 8vw, 8rem);
  border-top: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  color: var(--paper);
  background: rgba(5, 5, 6, 0.94);
}

.booking-panel {
  min-width: 0;
  padding: clamp(2rem, 4.5vw, 4.5rem) clamp(1.5rem, 4vw, 4rem);
}

.contact-lead,
#contact-form {
  padding: 0;
}

.contact-lead {
  display: block;
}

.contact-lead > p:first-child {
  color: var(--cyan);
}

.contact-lead > p {
  color: var(--paper-dim);
}

.contact-lead h2 {
  max-width: 920px;
}

#contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem 1.5rem;
  margin-top: 2.5rem;
  color: var(--paper);
  background: transparent;
}

.form-note,
#contact-form label:nth-of-type(4) {
  grid-column: 1 / -1;
}

.form-note {
  margin-bottom: 1.4rem;
}

#contact-form label {
  margin-bottom: 0.9rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
  min-height: 48px;
  padding: 0.75rem;
  border: 1px solid rgba(244, 238, 227, 0.52);
  background: rgba(0, 0, 0, 0.32);
}

#contact-form textarea {
  min-height: 118px;
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: inset 0 0 0 1px var(--cyan);
}

#contact-form .button {
  align-self: start;
  width: 100%;
}

.form-status {
  align-self: center;
  margin: 0;
}

.contact-direct {
  min-width: 0;
  padding: clamp(2.5rem, 4.5vw, 4.5rem) clamp(1.5rem, 3.5vw, 3.5rem);
  border-left: 2px solid var(--magenta);
}

.contact-direct h3 {
  margin: 0 0 2.5rem;
  padding-bottom: 0.8rem;
  color: var(--magenta);
  border-bottom: 2px solid var(--magenta);
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 0.9;
}

.direct-contact {
  gap: 0;
  margin: 0;
  font-size: clamp(1.05rem, 1.7vw, 1.65rem);
  font-weight: 900;
}

.direct-contact a {
  padding: 1.5rem 0;
  border-bottom: 2px solid var(--magenta);
  text-decoration: none;
}

.direct-contact a:hover,
.direct-contact a:focus-visible {
  color: var(--cyan);
}

.site-footer {
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: 0;
  width: min(100% - 4rem, 1440px);
  margin-inline: auto;
  padding: 1.5rem 0 3rem;
  border-top: 2px solid var(--cyan);
  background: transparent;
}

.footer-mark {
  justify-content: center;
  padding-right: 2rem;
  font-size: clamp(2.3rem, 4vw, 4.5rem);
}

.footer-mark small {
  margin-top: 1rem;
}

.socials {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.socials a {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 1rem;
  color: var(--cyan);
  border-left: 2px solid var(--cyan);
  border-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(0.82rem, 1.4vw, 1.1rem);
  font-weight: 900;
  letter-spacing: 0.06em;
}

.socials a:hover,
.socials a:focus-visible {
  color: var(--ink);
  background: var(--cyan);
}

.footer-legal {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 216, 213, 0.45);
}

.legal-page,
.error-page {
  border-top: 2px solid var(--cyan);
}

.legal-page h1,
.error-page h1 {
  line-height: 0.82;
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 1.25rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.35fr) 320px;
    gap: 3rem;
  }

  .hero h1 {
    font-size: clamp(4.7rem, 9.2vw, 7.4rem);
  }

  .name-field {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1050px) {
  :root {
    --header: 76px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav {
    inset: var(--header) 0 0;
    padding: 1.5rem max(2rem, calc((100vw - 920px) / 2));
    border-top: 2px solid var(--cyan);
    background: rgba(5, 5, 6, 0.99);
  }

  .site-nav a,
  .site-nav button {
    padding: 1.1rem 0;
    color: var(--cyan);
    border-bottom: 1px solid rgba(0, 216, 213, 0.5);
    text-transform: uppercase;
    font-family: var(--display);
    font-size: clamp(2rem, 6vw, 4rem);
    font-weight: 400;
    line-height: 0.95;
  }

  .site-nav a::after,
  .site-nav button::after {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 310px;
  }

  .city-calendar-header {
    gap: 0.7rem;
    padding-inline: 1rem;
  }

  .city-identity {
    gap: 0.65rem;
  }

  .city-identity > span {
    font-size: 3rem;
  }

  .city-identity h3 {
    font-size: clamp(1.08rem, 2.2vw, 1.38rem);
  }

  .city-rhythm {
    font-size: 0.64rem;
  }

  .story {
    grid-template-columns: 1fr;
  }

  .story-copy {
    border-top: 2px solid var(--cyan);
    border-left: 0;
  }

  .story-media {
    min-height: 520px;
  }

  .story-media::after {
    background: linear-gradient(0deg, rgba(5, 5, 6, 0.58), transparent 38%);
  }

  .watch {
    grid-template-columns: 1fr;
  }

  .watch-art {
    min-height: 460px;
    border-right: 0;
    border-bottom: 2px solid var(--cyan);
  }

  .contact {
    grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.72fr);
  }
}

@media (max-width: 820px) {
  .page-shell,
  .story,
  .watch,
  .contact,
  .site-footer {
    width: min(100% - 2rem, 1440px);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 2rem;
  }

  .hero h1 {
    font-size: clamp(4.2rem, 10vw, 6.2rem);
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .contact-direct {
    border-top: 2px solid var(--magenta);
    border-left: 0;
  }

  .name-field {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-mark {
    padding: 1rem 0 2rem;
  }

  .socials {
    border-top: 2px solid var(--cyan);
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-inline: 1rem;
  }

  .wordmark {
    width: 130px;
  }

  .hero {
    min-height: auto;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(5, 5, 6, 0.98) 0%, rgba(5, 5, 6, 0.76) 72%, rgba(5, 5, 6, 0.5));
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: calc(var(--header) + 4rem);
    padding-bottom: 8rem;
  }

  .hero-copy {
    padding-top: 22vh;
  }

  .hero h1 {
    max-width: 620px;
    font-size: clamp(3.9rem, 18vw, 6.1rem);
  }

  .hero-flyer {
    justify-self: center;
    width: min(100%, 360px);
    margin-top: 1.25rem;
  }

  .hero-tag {
    font-size: 0.7rem;
    line-height: 1.35;
    letter-spacing: 0.12em;
  }

  .city-calendars {
    grid-template-columns: 1fr;
  }

  .city-calendar + .city-calendar {
    border-top: 2px solid var(--cyan);
    border-left: 0;
  }

  .city-calendar-la .city-show-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crew-primary {
    grid-template-columns: 1fr;
  }

  .crew-primary > div + div {
    border-top: 1px solid rgba(0, 216, 213, 0.55);
    border-left: 0;
  }

  .name-field {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .room {
    grid-template-columns: 1fr;
  }

  .socials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .socials a:nth-child(odd) {
    border-left: 0;
  }

  .socials a:nth-child(n + 3) {
    border-top: 1px solid rgba(0, 216, 213, 0.5);
  }

  .radio-dock {
    box-shadow: 5px 5px 0 rgba(234, 0, 111, 0.78);
  }
}

@media (max-width: 620px) {
  .city-calendar-la .city-show-list {
    grid-template-columns: 1fr;
  }

  .city-calendar-la .show-row:nth-child(odd) {
    border-right: 0;
  }

  #contact-form {
    grid-template-columns: 1fr;
  }

  .form-note,
  #contact-form label:nth-of-type(4) {
    grid-column: 1;
  }

  .contact-direct,
  .booking-panel {
    padding: 2.25rem 1rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .page-shell,
  .story,
  .watch,
  .contact,
  .site-footer {
    width: calc(100% - 1.25rem);
  }

  .hero-grid {
    width: calc(100% - 2rem);
  }

  .hero-copy {
    padding-top: 20vh;
  }

  .hero h1 {
    font-size: clamp(3.55rem, 18vw, 4.8rem);
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .text-link {
    padding: 0.6rem 0;
  }

  .section-heading h2,
  .story-copy h2,
  .culture h2,
  .watch-copy h2,
  .room h2,
  .contact h2 {
    font-size: clamp(3.05rem, 14vw, 4.4rem);
  }

  .city-calendar-header {
    padding: 1rem;
  }

  .name-field {
    grid-template-columns: 1fr;
  }

  .watch-destination {
    grid-template-columns: 78px minmax(0, 1fr) auto;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .radio-dock {
    width: calc(100% - 1.25rem);
  }

  .radio-dock.is-collapsed .radio-dock-bar {
    min-height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body {
    background-attachment: scroll;
  }
}
