@font-face {
  font-family: "Bourgeois Editorial";
  src: url("../assets/fonts/bourgeois-medium.ttf?v=20260818-font1") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bourgeois Editorial";
  src: url("../assets/fonts/bourgeois-bold.ttf?v=20260818-font1") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bourgeois Editorial Condensed";
  src: url("../assets/fonts/bourgeois-heavy-condensed.ttf?v=20260818-font1") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bourgeois Editorial Condensed";
  src: url("../assets/fonts/bourgeois-ultrabold-condensed.ttf?v=20260818-font1") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body[data-layout="editorial-cut"] {
  --display: "Bourgeois Editorial Condensed", "Hiragino Sans", "Yu Gothic", Meiryo, Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --sans: "Bourgeois Editorial", "Hiragino Sans", "Yu Gothic", Meiryo, Arial, "Helvetica Neue", Helvetica, sans-serif;
  --editorial-text-caption: 0.875rem;
  --editorial-text-small: 0.9375rem;
  --editorial-text-ui: 1rem;
  --editorial-text-body: clamp(1.125rem, 1.06rem + 0.3vw, 1.25rem);
  --editorial-control-height: 3.25rem;

  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--editorial-text-body);
  line-height: 1.65;
}

body[data-layout="editorial-cut"] .skip-link {
  min-height: var(--editorial-control-height);
  font-size: var(--editorial-text-ui);
}

body[data-layout="editorial-cut"] .site-header {
  z-index: 20;
  border-color: rgb(190 190 187 / 28%);
  background: rgb(10 10 12 / 94%);
  backdrop-filter: blur(14px);
}

.editorial-header {
  display: grid;
  width: min(100%, 1440px);
  min-height: 120px;
  margin-inline: auto;
  gap: 2px;
  padding: 8px 16px 0;
}

.editorial-header__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.editorial-header__brand {
  display: flex;
  width: 116px;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
}

.editorial-header__brand img {
  display: block;
  width: 116px;
  height: auto;
}

.editorial-header .header-actions {
  min-width: 0;
}

.editorial-header .primary-nav {
  display: flex;
  width: auto;
  min-width: 0;
  margin: 0;
  flex: 1;
  align-items: stretch;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.editorial-header .primary-nav a,
.editorial-header .primary-nav .nav-item {
  display: inline-flex;
  min-height: var(--editorial-control-height);
  flex: 0 0 auto;
  align-items: center;
  padding-inline: 8px;
  color: var(--white);
  font-size: var(--editorial-text-ui);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 160ms ease-out, background-color 160ms ease-out, transform 160ms ease-out;
}

.editorial-header .language-switcher {
  min-height: var(--editorial-control-height);
}

.editorial-header .language-switcher__button {
  min-width: var(--editorial-control-height);
  min-height: var(--editorial-control-height);
  padding: 0.65rem;
  font-size: var(--editorial-text-ui);
}

.editorial-header .language-switcher__divider {
  font-size: var(--editorial-text-caption);
}

.editorial-header .header-signup {
  min-height: var(--editorial-control-height);
  padding-inline: 1rem;
  font-size: var(--editorial-text-ui);
}

.editorial-header .primary-nav a:hover {
  color: var(--steel);
}

.editorial-header .primary-nav a:active {
  transform: translateY(1px);
}

.editorial-header .primary-nav .browse-link {
  background: var(--red-action);
  color: var(--white);
}

.editorial-header .primary-nav .browse-link:hover {
  background: var(--red-deep);
  color: var(--white);
}

.editorial-hero {
  position: relative;
  display: grid;
  min-height: clamp(32rem, 78svh, 56rem);
  overflow: hidden;
  isolation: isolate;
  background: #000;
  color: var(--white);
}

.editorial-hero__video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.editorial-hero__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 28%) 0%, rgb(0 0 0 / 48%) 72%, rgb(0 0 0 / 72%) 100%),
    rgb(0 0 0 / 28%);
  pointer-events: none;
}

.editorial-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 72rem);
  align-self: end;
  justify-items: center;
  margin-inline: auto;
  padding: clamp(2rem, 6vw, 4rem) var(--page-gutter) clamp(2.5rem, 7vw, 5.5rem);
  text-align: center;
}

.editorial-hero__kicker {
  margin: 0 0 0.75rem;
  color: var(--red);
  font-size: var(--editorial-text-caption);
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.editorial-hero__title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.88;
  text-transform: uppercase;
}

.editorial-hero__lead {
  max-width: 58rem;
  margin: clamp(1rem, 2vw, 1.5rem) 0 0;
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  font-weight: 700;
  line-height: 1.2;
}

.editorial-hero__description {
  max-width: 54rem;
  margin: 0.75rem 0 0;
  color: rgb(255 255 255 / 88%);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.5;
}

.editorial-hero__cta {
  display: inline-flex;
  min-width: min(18rem, 100%);
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  margin-top: clamp(1.25rem, 3vw, 2rem);
  border: 2px solid var(--red-action);
  background: var(--red-action);
  padding: 1rem 2rem;
  color: var(--white);
  font-size: var(--editorial-text-ui);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease-out, border-color 160ms ease-out, transform 160ms ease-out;
}

.editorial-hero__cta:hover {
  border-color: var(--white);
  background: var(--red-deep);
}

.editorial-hero__cta:active {
  transform: translateY(1px);
}

.editorial-overview,
.editorial-series,
.editorial-subscription,
.editorial-faq {
  padding-block: var(--section-space);
}

body[data-layout="editorial-cut"] .section-kicker {
  font-size: var(--editorial-text-caption);
  letter-spacing: 0.1em;
}

.editorial-overview {
  overflow: hidden;
  border-bottom: 1px solid #c8c7c2;
}

.editorial-overview__grid {
  display: grid;
  gap: 1.5rem;
}

.editorial-overview .editorial-placeholder,
.editorial-subscription .plan-card__label,
.editorial-faq .faq-list details > p {
  color: #555;
}

.plan-card__definition {
  display: grid;
  justify-items: start;
  margin: 0;
  color: #555;
  font-size: var(--editorial-text-small);
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.6;
  text-transform: uppercase;
}

.editorial-series .series-lanes__track {
  padding-top: clamp(1.5rem, 4vw, 3rem);
}

.editorial-overview .editorial-placeholder strong {
  color: var(--ink);
}

.editorial-overview__body {
  max-width: 40rem;
}

.editorial-overview__body p {
  margin: 1.25rem 0 0;
  color: #555;
}

.editorial-overview__body .editorial-overview__lead {
  margin-top: 1.5rem;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.25;
}

.editorial-cta {
  display: inline-flex;
  min-height: var(--editorial-control-height);
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  border: 0;
  background: var(--red-action);
  padding: 0.9rem 1.5rem;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: var(--editorial-text-ui);
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.editorial-cta:hover {
  background: var(--red-deep);
}

.editorial-cta--disabled,
.editorial-cta--disabled:hover {
  background: #b9b8b3;
  color: #555;
  cursor: not-allowed;
}

.editorial-wordmark {
  margin: 2rem 0 -0.18em;
  color: transparent;
  font-family: var(--display);
  font-size: clamp(8rem, 28vw, 28rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.7;
  opacity: 0.12;
  -webkit-text-stroke: 2px var(--ink);
}

.editorial-series {
  background: var(--ink);
  color: var(--white);
}

.editorial-series__introduction {
  max-width: 70rem;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  border-left: clamp(0.3rem, 0.7vw, 0.55rem) solid var(--red-action);
  background: linear-gradient(90deg, rgb(245 24 50 / 14%), rgb(255 255 255 / 4%));
  padding: clamp(1.25rem, 3vw, 2.25rem) clamp(1.25rem, 3.5vw, 2.75rem);
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.5rem, 3.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.12;
  text-wrap: balance;
}

.editorial-series .series-lanes {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.editorial-series .series-lane-card__title {
  font-size: clamp(1.75rem, 4.5cqi, 3.25rem);
  font-weight: 800;
}

body[data-layout="editorial-cut"] .series-lane-card__meta {
  font-size: clamp(0.9375rem, 1.8cqi, 1.0625rem);
  line-height: 1.5;
}

body[data-layout="editorial-cut"] .series-lane-card__description {
  color: #f2f2ef;
  font-family: var(--sans);
  font-size: clamp(1.125rem, 2.2cqi, 1.375rem);
  font-weight: 400;
  line-height: 1.65;
}

.editorial-event {
  display: grid;
  background: var(--ink);
  color: var(--white);
}

.editorial-event__banner {
  display: flex;
  min-height: 10rem;
  align-items: center;
  justify-content: center;
  padding: 1.5rem var(--page-gutter);
  overflow: hidden;
  background: var(--red-action);
}

.editorial-event__banner p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 5.3vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.82;
  text-align: center;
  text-transform: uppercase;
}

.editorial-event__art {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050506;
}

.editorial-event__art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.editorial-event__copy {
  padding: clamp(2rem, 6vw, 5rem) var(--page-gutter);
}

.editorial-event__copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 15vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.77;
}

.editorial-event__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  margin: clamp(2rem, 5vw, 4rem) 0 0;
  padding-top: 1.2rem;
  border-top: 3px solid var(--red);
  font-size: clamp(1rem, 1.35vw, 1.5rem);
  font-weight: 900;
  letter-spacing: 0.11em;
}

.editorial-event__price {
  margin: 1.25rem 0 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
}

.editorial-event__copy .editorial-cta--disabled {
  margin-top: 1.5rem;
}

.editorial-event__details {
  display: grid;
  background: var(--paper);
  color: var(--ink);
  padding-inline: var(--page-gutter);
}

.editorial-event__details article {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  border-bottom: 1px solid #c8c7c2;
}

.editorial-event__details article:last-child {
  border-bottom: 0;
}

.editorial-event__detail-number {
  margin: 0 0 1.25rem;
  color: var(--red-action);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.editorial-event__details h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
  text-transform: uppercase;
}

.editorial-event__details article > p:last-child {
  max-width: 26rem;
  margin: 1rem 0 0;
  color: #555;
}

.editorial-heading-row {
  display: block;
}

.editorial-subscription {
  border-bottom: 1px solid #c8c7c2;
  background: var(--paper);
}

.editorial-subscription .plan-grid {
  gap: 0;
  background: transparent;
  border: 1px solid var(--ink);
}

.editorial-subscription .plan-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 0;
  background: var(--paper);
  color: var(--ink);
}

.editorial-subscription .plan-card + .plan-card {
  border-top: 1px solid var(--ink);
}

.editorial-subscription .plan-card:first-child {
  box-shadow: inset 0 6px 0 var(--red-action);
}

.editorial-subscription .plan-card:last-child {
  box-shadow: inset 0 6px 0 var(--ink);
}

.editorial-subscription .price {
  color: var(--ink);
  font-weight: 800;
}

.editorial-subscription .plan-card h3 {
  max-width: none;
  margin: 0;
  font-weight: 800;
}

.editorial-subscription .price small {
  color: #555;
}

.plan-card__price-options {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  margin-top: clamp(1.5rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid #c8c7c2;
  background: #c8c7c2;
}

.plan-card__price-option {
  position: relative;
  display: grid;
  min-height: 8.5rem;
  grid-template-columns: minmax(6.5rem, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 1.75rem);
  min-width: 0;
  background: #fff;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.plan-card__price-option--yearly {
  box-shadow: inset 4px 0 0 var(--red-action);
  background: #ecebe7;
}

.plan-card__billing-label,
.plan-card__option-badge {
  margin: 0;
  font-size: var(--editorial-text-caption);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-card__billing-label {
  color: #555;
}

.plan-card__price-meta {
  display: grid;
  justify-items: start;
  gap: 0.75rem;
}

.plan-card__option-badge {
  display: inline-flex;
  background: var(--red-action);
  padding: 0.4rem 0.55rem;
  color: var(--white);
}

.plan-card__price-option .price {
  margin: 0;
  font-size: clamp(2.5rem, 4.2vw, 4.25rem);
}

.plan-card__price-options--single .plan-card__price-option {
  min-height: 10rem;
}

.plan-card__heading {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.plan-card__heading .plan-card__definition {
  margin: 0;
}

.plan-card__highlight {
  display: grid;
  gap: 0.35rem;
  margin-top: 2rem;
  border-left: 4px solid var(--red-action);
  background: #fff;
  padding: 1.25rem;
}

.plan-card__highlight strong,
.plan-card__highlight small {
  font-size: var(--editorial-text-small);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.plan-card__highlight span {
  font-weight: 900;
}

.plan-card__highlight small {
  color: #555;
}

.plan-card__highlight--dark {
  border-left-color: var(--ink);
  background: #e6e5e1;
}

.plan-card__benefits {
  display: grid;
  gap: 0.65rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.plan-card__benefits li {
  position: relative;
  padding-left: 1.4rem;
}

.plan-card__benefits li::before {
  position: absolute;
  left: 0;
  color: var(--red-action);
  content: "✓";
  font-weight: 900;
}

.editorial-subscription .plan-card .editorial-cta {
  width: 100%;
  align-self: end;
  margin-top: 2rem;
}

.editorial-subscription .editorial-cta--ppv {
  background: var(--ink);
  color: var(--white);
}

.editorial-subscription .editorial-cta--ppv:hover {
  background: var(--ink);
  color: var(--white);
}

/* Selected pricing treatment: Study 05 / Pass & Fight Ticket. */
.editorial-subscription .plan-grid--pass-ticket {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  align-items: end;
  gap: clamp(1rem, 2vw, 1.5rem);
  overflow: hidden;
  border: 0;
  padding: clamp(1rem, 3vw, 3rem);
  background:
    radial-gradient(circle at 50% 0%, rgb(208 20 43 / 20%), transparent 36%),
    var(--surface);
}

.editorial-subscription .plan-grid--pass-ticket .plan-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #c8c7c2;
  padding: 0;
  box-shadow: none;
}

.plan-card__content {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.plan-card__rail,
.plan-card__stub {
  position: relative;
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  color: var(--white);
  font-size: var(--editorial-text-caption);
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.plan-card__rail {
  background: var(--red-action);
}

.plan-card__stub {
  border-bottom: 2px dashed var(--paper);
  background: var(--ink);
}

.plan-card__stub::before,
.plan-card__stub::after {
  position: absolute;
  bottom: -0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: var(--surface);
  content: "";
}

.plan-card__stub::before {
  left: -0.7rem;
}

.plan-card__stub::after {
  right: -0.7rem;
}

.plan-card__rail b,
.plan-card__stub b {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: 0.04em;
}

.plan-card__eyebrow {
  margin: 0;
  color: var(--red-action);
  font-size: var(--editorial-text-caption);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.plan-grid--pass-ticket .plan-card__heading {
  gap: 0.75rem;
}

.plan-grid--pass-ticket .plan-card__price-options {
  min-height: 0;
}

.plan-grid--pass-ticket .plan-card__price-options--single .plan-card__price-option {
  min-height: 10rem;
}

.editorial-faq {
  background: #fff;
}

.editorial-faq .faq-list {
  border-color: #bdbcb7;
}

.editorial-faq .faq-list details {
  border-color: #bdbcb7;
}

.editorial-subscription .plan-card__label,
.editorial-subscription .price small {
  font-size: var(--editorial-text-caption);
}

body[data-layout="editorial-cut"] .faq-list summary {
  min-height: 6rem;
  grid-template-columns: minmax(0, 1fr) auto;
  font-size: clamp(1.125rem, 1.06rem + 0.3vw, 1.25rem);
  letter-spacing: 0.04em;
  line-height: 1.35;
}

body[data-layout="editorial-cut"] .faq-list details > p {
  max-width: 60rem;
  padding: 0 0 2rem 3rem;
  font-size: var(--editorial-text-body);
  line-height: 1.7;
}

@media (min-width: 720px) {
  .editorial-subscription .plan-grid {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }

  .editorial-subscription .plan-grid--pass-ticket {
    align-items: end;
  }

  .editorial-subscription .price {
    margin-top: 0;
  }

  .editorial-header {
    display: flex;
    min-height: 72px;
    gap: 16px;
    padding: 0 0 0 28px;
  }

  .editorial-header__identity {
    flex: 0 0 auto;
  }

  .editorial-header__brand {
    width: auto;
    flex-basis: 152px;
  }

  .editorial-header__brand img {
    width: 152px;
  }

  .editorial-header .primary-nav {
    justify-content: flex-end;
  }

  .editorial-header .primary-nav a,
  .editorial-header .primary-nav .nav-item {
    min-height: 72px;
    padding-inline: 18px;
    font-size: var(--editorial-text-ui);
  }

  .editorial-header .header-actions {
    margin-left: auto;
  }

  .editorial-overview__grid {
    grid-template-columns: minmax(7rem, 0.25fr) minmax(0, 1fr);
    align-items: start;
  }

  .editorial-wordmark {
    grid-column: 1 / -1;
  }

  .editorial-event {
    grid-template-columns: minmax(9rem, 0.32fr) minmax(18rem, 0.68fr);
    grid-template-rows: auto minmax(24rem, 1fr);
  }

  .editorial-event__banner {
    grid-row: 1 / 3;
  }

  .editorial-event__art,
  .editorial-event__copy {
    grid-column: 2;
  }

  .editorial-event__details {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .editorial-event__details article {
    padding-inline: clamp(1.25rem, 3vw, 2.5rem);
    border-right: 1px solid #c8c7c2;
    border-bottom: 0;
  }

  .editorial-event__details article:first-child {
    padding-left: 0;
  }

  .editorial-event__details article:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .editorial-event__art {
    min-height: 34rem;
  }

}

@media (min-width: 720px) and (max-width: 1099px) {
  .editorial-subscription .plan-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 1100px) {
  .editorial-subscription .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-subscription .plan-grid--pass-ticket {
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr);
    align-items: end;
  }

  .editorial-subscription .plan-card:last-child {
    grid-column: auto;
  }

  .editorial-subscription .plan-card + .plan-card {
    border-top: 0;
    border-left: 1px solid var(--ink);
  }

  .editorial-subscription .plan-card__heading {
    min-height: 8.75rem;
  }

  .editorial-subscription .plan-card__price-options {
    min-height: 18rem;
  }

  .editorial-subscription .plan-card__price-options--single .plan-card__price-option {
    min-height: 18rem;
  }

  .editorial-subscription .plan-grid--pass-ticket .plan-card {
    border: 0;
  }

  .editorial-subscription .plan-grid--pass-ticket .plan-card + .plan-card {
    border: 0;
  }

  .editorial-subscription .plan-grid--pass-ticket .plan-card__heading,
  .editorial-subscription .plan-grid--pass-ticket .plan-card__price-options,
  .editorial-subscription .plan-grid--pass-ticket .plan-card__price-options--single .plan-card__price-option {
    min-height: 0;
  }

  .editorial-subscription .plan-grid--pass-ticket .plan-card[data-plan="premium-pass"] {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
  }

  .editorial-subscription .plan-grid--pass-ticket .plan-card__rail {
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-block: 1.75rem;
    writing-mode: vertical-rl;
  }

  .editorial-header {
    padding-inline: 44px 0;
  }

  .editorial-header__brand {
    flex-basis: 184px;
  }

  .editorial-header__brand img {
    width: 184px;
  }

  .editorial-header .primary-nav a,
  .editorial-header .primary-nav .nav-item {
    padding-inline: 28px;
  }

  .editorial-overview__grid {
    grid-template-columns: minmax(8rem, 0.2fr) minmax(0, 0.8fr);
  }

  .editorial-overview__copy {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(19rem, 0.7fr);
    gap: 0 4rem;
    align-items: end;
  }

  .editorial-overview__copy .section-kicker {
    grid-column: 1 / -1;
  }

  .editorial-overview__body .editorial-overview__lead {
    margin-top: 0;
  }

  .editorial-event {
    grid-template-columns: minmax(12rem, 0.22fr) minmax(22rem, 0.34fr) minmax(25rem, 0.44fr);
    grid-template-rows: minmax(42rem, calc(100svh - var(--header-height)));
  }

  .editorial-event__banner {
    grid-column: 1;
    grid-row: 1;
  }

  .editorial-event__art {
    grid-column: 2;
    grid-row: 1;
  }

  .editorial-event__copy {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .editorial-event__copy h2 {
    font-size: clamp(6rem, 9vw, 10rem);
  }

}

@media (prefers-reduced-motion: reduce) {
  .editorial-hero__video {
    display: none;
  }
}
