.blog-hero {
  --bh-accent: var(--cs-accent, #d8b43a);
  --bh-accent-strong: var(--cs-accent-strong, #f1d169);
  --bh-text: #ffffff;
  --bh-copy: rgba(255, 255, 255, .84);
  --bh-muted: rgba(255, 255, 255, .58);
  --bh-link: rgba(255, 255, 255, .76);
  --bh-crumb-current: rgba(255, 255, 255, .5);
  --bh-border: rgba(255, 255, 255, .14);
  --bh-divider: rgba(255, 255, 255, .24);
  --bh-action-border: rgba(255, 255, 255, .3);
  --bh-link-decoration: rgba(216, 180, 58, .4);
  --bh-accent-wash: rgba(216, 180, 58, .08);
  --bh-surface-soft: rgba(7, 13, 29, .28);
  --bh-caption: rgba(7, 13, 29, .9);
  --bh-ink: #0b1225;
  --bh-image-position: center;
  --bh-media-aspect: 13 / 14;
  --bh-media-radius: 1em;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .72fr);
  gap: 64px;
  align-items: stretch;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 0;
  background: transparent;
  color: var(--bh-copy);
  text-align: left;
}

.blog-hero *,
.blog-hero *::before,
.blog-hero *::after {
  box-sizing: border-box;
}

.seo-article .blog-hero + .article-layout {
  margin-top: 80px;
}

.blog-hero > div {
  min-width: 0;
  align-self: center;
  padding: 18px 0;
}

.blog-hero .article-breadcrumbs {
  position: absolute;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--bh-border);
  color: var(--bh-muted);
  font-size: 12px;
  line-height: 1.35;
}

.blog-hero .article-breadcrumbs a,
.blog-hero .article-breadcrumbs a:visited {
  flex: 0 0 auto;
  border: 0;
  color: var(--bh-link);
  text-decoration: none;
}

.blog-hero .article-breadcrumbs a:hover {
  border: 0;
  color: var(--bh-accent-strong);
}

.blog-hero .article-breadcrumbs .sep {
  flex: 0 0 1px;
  width: 1px;
  height: 13px;
  overflow: hidden;
  background: var(--bh-divider);
  color: transparent;
  font-size: 0;
  transform: rotate(18deg);
}

.blog-hero__crumb-current {
  min-width: 0;
  overflow: hidden;
  color: var(--bh-crumb-current);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-hero .seo-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 0 0 12px;
  border: 0;
  border-left: 2px solid var(--bh-accent);
  border-radius: 0;
  background: transparent;
  color: var(--bh-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-article .blog-hero h1 {
  max-width: none;
  margin: 20px 0;
  color: var(--bh-text);
  font-size: 58px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.seo-article .blog-hero .seo-lead {
  max-width: 66ch;
  margin: 0;
  color: var(--bh-copy);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: pretty;
}

.blog-hero .seo-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 24px 0 0;
}

.blog-hero .seo-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--bh-muted);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}

.blog-hero .seo-meta span + span::before {
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 10px;
  border-radius: 50%;
  background: var(--bh-accent);
}

.blog-hero .seo-meta a,
.blog-hero .seo-meta a:visited {
  color: var(--bh-muted);
  text-decoration-color: var(--bh-link-decoration);
  text-underline-offset: 4px;
}

.blog-hero .seo-meta a:hover {
  color: var(--bh-accent-strong);
}

.blog-hero .seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.blog-hero .seo-button,
.blog-hero .seo-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.blog-hero .seo-button.primary,
.blog-hero .seo-button.primary:visited {
  border-color: var(--bh-accent);
  background: var(--bh-accent);
  color: var(--bh-ink);
}

.blog-hero .seo-button.secondary,
.blog-hero .seo-button.secondary:visited {
  border-color: var(--bh-action-border);
  background: transparent;
  color: var(--bh-text);
}

.blog-hero .seo-button.primary:hover {
  border-color: var(--bh-accent-strong);
  background: var(--bh-accent-strong);
  color: var(--bh-ink);
  box-shadow: none;
}

.blog-hero .seo-button.secondary:hover {
  border-color: var(--bh-accent);
  background: var(--bh-accent-wash);
  color: var(--bh-accent-strong);
}

.blog-hero .seo-button:active {
  transform: translateY(1px);
}

.blog-hero .seo-button:focus-visible,
.blog-hero .article-breadcrumbs a:focus-visible,
.blog-hero .seo-meta a:focus-visible {
  outline: 2px solid var(--bh-accent-strong);
  outline-offset: 4px;
}

.blog-hero > .seo-hero-media {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  aspect-ratio: var(--bh-media-aspect);
  margin: 0;
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-media-radius);
  overflow: hidden;
  background: var(--bh-surface-soft);
  box-shadow: none;
}

.blog-hero > .seo-hero-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: var(--bh-image-position);
}

.blog-hero__media--lineup {
  --bh-image-position: 61% center;
}

.blog-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0 0;
  padding: 16px 0;
  border-top: 1px solid var(--bh-border);
  border-bottom: 1px solid var(--bh-border);
}

.blog-hero__facts div {
  min-width: 0;
  padding: 0 18px;
  border-right: 1px solid var(--bh-border);
}

.blog-hero__facts div:first-child {
  padding-left: 0;
}

.blog-hero__facts div:last-child {
  padding-right: 0;
  border-right: 0;
}

.blog-hero__facts dt,
.blog-hero__facts dd {
  margin: 0;
  letter-spacing: 0;
}

.blog-hero__facts dt {
  color: var(--bh-accent-strong);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 800;
}

.blog-hero__facts dd {
  margin-top: 6px;
  color: var(--bh-muted);
  font-size: 12px;
  line-height: 1.35;
}

.blog-hero__facts dd strong,
.blog-hero__facts dd small {
  display: block;
}

.blog-hero__facts dd strong {
  color: var(--bh-text);
  font-size: 13px;
  line-height: 1.3;
}

.blog-hero__facts dd small {
  margin-top: 3px;
  color: var(--bh-muted);
  font-size: 10px;
  line-height: 1.35;
}

.blog-hero__caption {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px;
  background: var(--bh-caption);
  color: var(--bh-copy);
  font-size: 10px;
  line-height: 1.4;
}

.blog-hero__caption span:last-child {
  flex: 0 0 auto;
  color: var(--bh-accent-strong);
  font-weight: 700;
}

.scroll-top-control svg {
  display: block;
  width: 20px;
  height: 20px;
}

@media (max-width: 1180px) {
  .blog-hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .68fr);
    gap: 42px;
  }

  .seo-article .blog-hero h1 {
    font-size: 47px;
  }
}

@media (max-width: 900px) {
  .navbar .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }

  .navbar .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .98);
  }

  .navbar .nav-links.active {
    display: flex;
  }

  .navbar .nav-links li {
    width: 100%;
    padding: 0;
  }

  .navbar .nav-links a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 15px;
  }

  .navbar .nav-links a[href="/buy-ticket/"] {
    width: 100%;
    min-height: 48px;
    margin-top: 10px;
    padding: 12px 20px;
  }

  .blog-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .blog-hero > div {
    padding: 0;
  }

  .blog-hero > .seo-hero-media {
    align-self: stretch;
    height: clamp(260px, calc(98.4848vw - 496.3636px), 390px);
    min-height: 0;
    aspect-ratio: auto;
  }
}

@media (max-width: 768px) {
  .blog-hero {
    width: calc(100% - 32px);
    padding-top: 62px;
  }

  .seo-article .blog-hero + .article-layout {
    margin-top: 42px;
  }

  .blog-hero .article-breadcrumbs {
    gap: 8px;
    padding-bottom: 12px;
    font-size: 11px;
  }

  .blog-hero .seo-eyebrow {
    font-size: 11px;
  }

  .seo-article .blog-hero h1 {
    margin: 14px 0 16px;
    font-size: 34px;
    line-height: 1.1;
  }

  .seo-article .blog-hero .seo-lead {
    font-size: 15px;
    line-height: 1.58;
  }

  .blog-hero .seo-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 22px;
  }

  .blog-hero .seo-button {
    width: 100%;
    min-height: 48px;
    padding: 12px 10px;
    font-size: 12px;
  }

  .blog-hero > .seo-hero-media {
    height: clamp(220px, calc(13.8889vw + 153.3333px), 260px);
  }

  .blog-hero__facts {
    margin-top: 24px;
    padding: 14px 0;
  }

  .blog-hero__facts div {
    padding: 0 12px;
  }

  .blog-hero__facts dt {
    font-size: 29px;
  }
}

@media (max-width: 480px) {
  .blog-hero {
    width: calc(100% - 28px);
    padding-top: 58px;
  }

  .blog-hero .article-breadcrumbs {
    gap: 6px;
  }

  .seo-article .blog-hero h1 {
    font-size: 28px;
  }

  .blog-hero .seo-actions {
    grid-template-columns: 1fr;
  }

  .blog-hero__facts div {
    padding-inline: 9px;
  }

  .blog-hero__facts dt {
    font-size: 26px;
  }

  .blog-hero__facts dd {
    font-size: 10px;
  }

  .blog-hero > .seo-hero-media {
    height: 220px;
  }

  .blog-hero__caption {
    display: block;
    padding: 9px 10px;
  }

  .blog-hero__caption span:last-child {
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 340px) {
  .blog-hero__facts {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .blog-hero__facts div,
  .blog-hero__facts div:first-child,
  .blog-hero__facts div:last-child {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--bh-border);
  }

  .blog-hero__facts div:last-child {
    border-bottom: 0;
  }

  .blog-hero__facts dt {
    font-size: 24px;
  }

  .blog-hero__facts dd {
    margin-top: 0;
    font-size: 11px;
  }

  .blog-hero__facts dd strong {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-hero .seo-button,
  .blog-hero .article-breadcrumbs a {
    transition: none;
  }
}
