/* Homepage */
.home-front {
  --home-stack-top: clamp(24px, 3vw, 42px);
  --home-stack-bottom: var(--home-stack-top);
  --home-main-gap: var(--home-stack-top);
  --home-hero-height: clamp(220px, 22vw, 310px);
  --home-hero-cta-offset: clamp(10px, 1.2vw, 16px);
  --home-hero-sign-width: clamp(140px, 13vw, 190px);
  --home-hero-sign-max-width: 190px;
  --home-hero-sign-min-width: 120px;
  --home-hero-sign-safe-inline: 20px;
  --home-hero-sign-aspect: 1285 / 276;
  --home-feature-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  --home-panel-body-padding: var(--home-panel-padding);
  --home-promo-box-padding: 10px;
  --home-promo-newsletter-columns: minmax(0, 1fr) auto;
  --home-panel-action-width: auto;
  --home-show-row-columns: 52px minmax(0, 1fr) 118px;
  --home-show-row-align: center;
  --home-show-row-gap: 10px;
  --home-show-row-before-inset: 0 auto 0 0;
  --home-show-row-before-width: 5px;
  --home-show-row-before-height: auto;
  --home-show-row-before-radius: 12px 0 0 12px;
  --home-show-row-date-justify-items: center;
  --home-show-row-date-flow: row;
  --home-show-row-date-justify-content: normal;
  --home-show-row-date-gap: 2px;
  --home-show-row-action-justify-self: end;
  --home-show-row-button-width: 118px;
  padding-top: var(--home-stack-top);
  padding-bottom: var(--home-stack-bottom);
}

.home-front__main {
  display: grid;
  gap: var(--home-main-gap);
  width: 100%;
}

.home-hero {
  position: relative;
  width: 100%;
  margin: 0;
}

.home-hero__full-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  border-radius: inherit;
}

.home-hero__full-link:focus-visible {
  outline-offset: -6px;
}

.home-hero,
.home-hero__media,
.home-hero__image {
  background: var(--media-stage-bg);
}

.home-hero__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--home-hero-height);
  line-height: 0;
}

.home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.home-hero__cta-wrap {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: var(--home-hero-cta-offset);
  z-index: 3;
  width: min(var(--home-hero-sign-width), calc(100% - (var(--home-hero-sign-safe-inline) * 2)));
  max-width: var(--home-hero-sign-max-width);
  min-width: var(--home-hero-sign-min-width);
  aspect-ratio: var(--home-hero-sign-aspect);
  margin: 0;
  transform: translateX(-50%);
}

.home-hero__more-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.home-hero__more {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  border-radius: var(--radius-pill);
  clip-path: inset(0 round var(--radius-pill));
  text-decoration: none;
}

.home-hero__more-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,.24));
}

.home-hero__more:focus-visible {
  outline: 3px solid rgba(255,255,255,.95);
  outline-offset: 3px;
}

.home-hero__cta-wrap:hover .home-hero__more-visual,
.home-hero__cta-wrap:focus-within .home-hero__more-visual {
  transform: translateY(-1px) scale(1.015);
}

.home-hero__cta-wrap:hover .home-hero__more-image,
.home-hero__cta-wrap:focus-within .home-hero__more-image {
  filter: drop-shadow(0 7px 16px rgba(0,0,0,.28));
}

.home-feature-grid {
  display: grid;
  grid-template-columns: var(--home-feature-columns);
  gap: var(--home-gap);
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: var(--home-panel-min-height);
  background: var(--white);
}

.home-panel--shows {
  min-width: 0;
}

.home-panel::before {
  content: '';
  display: block;
  height: 5px;
  background: var(--red);
}

.home-panel__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0;
  padding: 7px var(--home-panel-padding);
  border-bottom: var(--border-soft);
  background: var(--white);
  color: var(--black);
  font-family: var(--font-display);
  font-size: clamp(15px, 1.12vw, 19px);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.home-panel__heading--with-action {
  justify-content: space-between;
  gap: 10px;
}

.home-panel__heading--with-action span {
  min-width: 0;
}

.home-panel__action {
  --button-min-height: 30px;
  --button-padding-inline: 10px;
  --button-radius: 12px;
  --button-font-size: 11px;
  --button-letter-spacing: .08em;
  white-space: nowrap;
  width: var(--home-panel-action-width);
}

.home-panel__body {
  flex: 1;
  display: flex;
  min-height: 0;
  padding: var(--home-panel-body-padding);
}

.home-show-list {
  display: grid;
  gap: 8px;
  width: 100%;
}

.home-promo__eyebrow,
.home-teaser__eyebrow,
.home-promo__label {
  font-size: var(--ui-kicker-font-size);
  font-weight: 900;
  letter-spacing: var(--ui-kicker-letter-spacing);
  text-transform: uppercase;
  color: var(--ui-kicker-color);
}

.home-promo__copy,
.home-teaser__copy,
.home-promo__subcopy {
  margin: 0;
  font-size: var(--ui-body-sm-font-size);
  line-height: 1.55;
  color: var(--ui-body-sm-color);
}

.home-show-row {
  position: relative;
  display: grid;
  grid-template-columns: var(--home-show-row-columns);
  align-items: var(--home-show-row-align);
  gap: var(--home-show-row-gap);
  min-height: 74px;
  padding: 8px 10px 8px 12px;
  border: var(--border-strong);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 243, 238, .96));
  color: var(--black);
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.home-show-row::before {
  content: '';
  position: absolute;
  inset: var(--home-show-row-before-inset);
  width: var(--home-show-row-before-width);
  height: var(--home-show-row-before-height);
  border-radius: var(--home-show-row-before-radius);
  background: var(--red);
}

.home-show-row:hover,
.home-show-row:focus-within {
  transform: var(--interactive-lift);
  box-shadow: var(--panel-hover-shadow);
}

.home-show-row__date {
  display: grid;
  gap: var(--home-show-row-date-gap);
  min-width: 0;
  justify-items: var(--home-show-row-date-justify-items);
  grid-auto-flow: var(--home-show-row-date-flow);
  justify-content: var(--home-show-row-date-justify-content);
}

.home-show-row__day {
  font-family: var(--font-display);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: .92;
}

.home-show-row__month {
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  color: var(--red);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-show-row__meta {
  display: grid;
  gap: 6px;
  min-width: 0;
  align-content: center;
}

.home-show-row__topline {
  display: block;
  min-width: 0;
}

.home-show-row__city {
  min-width: 0;
}

.home-show-row__city-sign {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  max-width: 100%;
  padding: 0 14px;
  border: var(--border-strong);
  border-radius: 6px;
  background: #f6cf2d;
  color: var(--black);
  box-shadow: var(--panel-hover-shadow);
  font-family: var(--font-display);
  font-size: clamp(14px, 1.06vw, 17px);
  line-height: 1;
  letter-spacing: .02em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-show-row__date-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-size: var(--ui-micro-font-size);
  line-height: 1.25;
  letter-spacing: var(--ui-micro-letter-spacing);
  text-transform: uppercase;
  color: rgba(17, 17, 17, .62);
}

.home-show-row__action {
  justify-self: var(--home-show-row-action-justify-self);
  display: flex;
  align-items: center;
}

.home-show-row__button {
  --button-min-height: 38px;
  --button-padding-inline: 10px;
  --button-font-size: 11px;
  --button-letter-spacing: .05em;
  width: var(--home-show-row-button-width);
  min-width: var(--home-show-row-button-width);
}

.home-show-row__button span {
  display: inline-block;
  white-space: nowrap;
}

.home-teaser,
.home-promo__newsletter,
.home-promo__social {
  display: grid;
  gap: 10px;
  width: 100%;
  border: var(--border-strong);
  border-radius: var(--surface-card-radius);
  background: var(--surface-soft);
}

.home-teaser {
  flex: 1;
  align-content: start;
  min-height: 100%;
  padding: var(--surface-card-padding);
  color: var(--black);
}

.home-teaser__title,
.home-promo__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.03;
  text-transform: uppercase;
  color: var(--black);
}

.home-teaser__cta,
.home-promo__cta {
  width: 100%;
}

.home-promo {
  display: grid;
  gap: 10px;
  width: 100%;
  align-content: start;
}

.home-promo__actions {
  display: grid;
  gap: 8px;
}

.home-promo__ghost,
.home-promo__newsletter-link {
  --button-min-height: 40px;
  --button-padding-inline: 14px;
  --button-radius: 14px;
  --button-font-size: 11px;
  --button-letter-spacing: .06em;
}

.home-promo__newsletter,
.home-promo__social {
  align-content: start;
  padding: var(--home-promo-box-padding);
}

.home-promo__newsletter .newsletter-form {
  display: grid;
  grid-template-columns: var(--home-promo-newsletter-columns);
  gap: 8px;
}

.home-promo__newsletter .newsletter-form__field {
  min-height: 44px;
}

.social-icons--home-promo {
  gap: 8px;
}

.home-panel--about .home-panel__body {
  align-items: stretch;
}

@media (max-width: 1180px) {
  .home-front {
    --home-feature-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .home-front {
    --home-panel-action-width: 100%;
  }

  .home-panel__heading--with-action {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .home-front {
    --home-stack-top: 20px;
    --home-hero-height: clamp(180px, 34vw, 250px);
    --home-hero-sign-width: clamp(150px, 34vw, 180px);
    --home-hero-sign-max-width: 180px;
    --home-panel-body-padding: 12px;
    --home-promo-box-padding: 12px;
    --home-show-row-columns: 1fr;
    --home-show-row-align: start;
    --home-show-row-before-inset: 0 0 auto 0;
    --home-show-row-before-width: auto;
    --home-show-row-before-height: 6px;
    --home-show-row-before-radius: 12px 12px 0 0;
    --home-show-row-date-justify-items: start;
    --home-show-row-date-flow: column;
    --home-show-row-date-justify-content: start;
    --home-show-row-date-gap: 8px;
    --home-show-row-action-justify-self: stretch;
    --home-show-row-button-width: 100%;
    --home-promo-newsletter-columns: 1fr;
  }

  .home-front__main {
    gap: 10px;
  }

  .home-show-row__day,
  .home-show-row__month {
    line-height: 1;
  }

  .home-show-row__button,
  .home-promo__cta,
  .home-promo__ghost,
  .home-promo__newsletter-link {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .home-front {
    --home-hero-height: 168px;
    --home-hero-sign-width: clamp(140px, 52vw, 170px);
    --home-hero-sign-max-width: 170px;
  }

  .home-panel__heading {
    min-height: 44px;
    font-size: 15px;
  }

  .home-teaser__title,
  .home-promo__title {
    font-size: 20px;
  }
}
