:root {
  --colour-navy: #082640;
  --colour-navy-deep: #031a2d;
  --colour-navy-black: #021521;
  --colour-orange: #e95719;
  --colour-orange-dark: #c9430d;
  --colour-gold: #d6a548;
  --colour-ivory: #f6f1e8;
  --colour-white: #ffffff;
  --page-max-width: 1600px;
  --page-gutter: clamp(28px, 4vw, 64px);
  --header-height: 88px;
  --logo-width: clamp(270px, 19vw, 340px);
  --focus-ring: 0 0 0 3px rgba(214, 165, 72, 0.55);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--colour-ivory);
  color: var(--colour-navy);
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
}

img,
svg { display: block; }

a,
button { -webkit-tap-highlight-color: transparent; }

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-shell { background: var(--colour-navy-deep); }

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--colour-navy-deep);
  color: var(--colour-white);
}

.hero__image,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__image {
  left: 37%;
  background-image: url("../assets/hero/steam-train-reference-crop.jpg");
  background-size: cover;
  background-position: 54% 46%;
  background-repeat: no-repeat;
}

.hero__overlay {
  background:
    linear-gradient(90deg,
      rgba(3, 26, 45, 1) 0%,
      rgba(3, 26, 45, 1) 29%,
      rgba(3, 26, 45, .92) 38%,
      rgba(3, 26, 45, .52) 53%,
      rgba(3, 26, 45, .12) 72%,
      rgba(3, 26, 45, 0) 100%),
    linear-gradient(180deg, rgba(2, 15, 27, .04) 0%, rgba(2, 15, 27, .08) 66%, rgba(2, 15, 27, .48) 100%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--page-max-width));
  min-height: 720px;
  margin: 0 auto;
  padding: 318px var(--page-gutter) 58px;
}

.hero__content { width: min(470px, 36vw); }

.hero__title {
  margin: 0;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: .88;
}

.hero__title span,
.hero__title strong { display: block; }

.hero__title span {
  color: var(--colour-ivory);
  font-size: clamp(3.45rem, 4.7vw, 5.25rem);
}

.hero__title strong {
  margin-top: 10px;
  color: var(--colour-orange);
  font-size: clamp(4.05rem, 5.9vw, 6.45rem);
}

.hero__rule {
  width: 58px;
  height: 4px;
  margin: 22px 0 16px;
  background: var(--colour-orange);
}

.hero__intro {
  max-width: 395px;
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: var(--colour-white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .045em;
  font-size: .96rem;
  font-weight: 900;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: none; box-shadow: var(--focus-ring); }
.button--primary { background: var(--colour-orange); }
.button--primary:hover { background: var(--colour-orange-dark); }
.button--secondary { border-color: rgba(255,255,255,.86); background: rgba(3,26,45,.46); }
.button--secondary:hover { background: rgba(255,255,255,.1); }

.features {
  position: relative;
  z-index: 3;
  padding: 30px var(--page-gutter) 38px;
  background: var(--colour-ivory);
  color: var(--colour-navy-deep);
  border-top: 1px solid rgba(3, 26, 45, .08);
}

.features__inner {
  width: min(100%, var(--page-max-width));
  margin: 0 auto;
}

.features__title {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: .035em;
}

.features__title::before,
.features__title::after {
  content: "";
  width: clamp(50px, 8vw, 92px);
  height: 12px;
  border-top: 3px solid var(--colour-orange);
  border-bottom: 3px solid var(--colour-orange);
  transform: skewX(-22deg);
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.feature {
  min-height: 128px;
  padding: 10px 18px 4px;
  text-align: center;
  border-left: 1px solid rgba(3, 26, 45, .16);
}

.feature:first-child { border-left: 0; }
.feature__icon { margin: 0 auto 8px; width: 58px; height: 48px; color: var(--colour-navy-deep); }
.feature:nth-child(even) .feature__icon { color: var(--colour-orange); }
.feature h3 { margin: 0 0 4px; text-transform: uppercase; font-size: 1.03rem; letter-spacing: .025em; }
.feature p { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: .78rem; line-height: 1.35; }

@media (max-width: 1180px) {
  :root { --logo-width: 258px; }
  .hero__inner { padding-top: 286px; }
  .hero__content { width: min(440px, 41vw); }
  .hero__image { left: 34%; }
  .features__grid { grid-template-columns: repeat(3, 1fr); row-gap: 18px; }
  .feature:nth-child(4) { border-left: 0; }
}

@media (max-width: 900px) {
  :root { --header-height: 82px; }
  .hero { min-height: 650px; }
  .hero__image { left: 0; opacity: .78; background-position: 64% center; }
  .hero__overlay {
    background:
      linear-gradient(90deg, rgba(3,26,45,.98) 0%, rgba(3,26,45,.9) 48%, rgba(3,26,45,.38) 100%),
      linear-gradient(180deg, rgba(3,26,45,.06) 0%, rgba(3,26,45,.75) 100%);
  }
  .hero__inner {
    min-height: 650px;
    padding: 190px 24px 46px;
    display: flex;
    align-items: flex-end;
  }
  .hero__content { width: min(520px, 100%); }
}

@media (max-width: 680px) {
  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .feature:nth-child(odd) { border-left: 0; }
  .feature:nth-child(4) { border-left: 1px solid rgba(3, 26, 45, .16); }
}

@media (max-width: 560px) {
  .hero { min-height: 630px; }
  .hero__inner { min-height: 630px; padding-top: 165px; }
  .hero__title span { font-size: clamp(2.9rem, 15vw, 4rem); }
  .hero__title strong { font-size: clamp(3.35rem, 18vw, 4.9rem); }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .features__title { gap: 10px; }
  .features__title::before,
  .features__title::after { width: 34px; }
  .features__grid { grid-template-columns: 1fr; }
  .feature,
  .feature:nth-child(4) { border-left: 0; border-top: 1px solid rgba(3, 26, 45, .14); }
  .feature:first-child { border-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.welcome {
  background: var(--colour-navy-deep);
  color: var(--colour-white);
}

.welcome__inner {
  width: min(100%, var(--page-max-width));
  min-height: 430px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, .92fr) minmax(520px, 1.15fr);
}

.welcome__content {
  padding: clamp(48px, 5vw, 78px) var(--page-gutter);
  align-self: center;
}

.welcome__eyebrow {
  margin: 0 0 6px;
  color: var(--colour-orange);
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  letter-spacing: .045em;
}

.welcome__title {
  max-width: 620px;
  margin: 0;
  color: var(--colour-ivory);
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.8rem, 4.35vw, 4.8rem);
  letter-spacing: .025em;
  line-height: .96;
}

.welcome__rule {
  width: 58px;
  height: 4px;
  margin: 21px 0 18px;
  background: var(--colour-orange);
}

.welcome__copy {
  max-width: 610px;
  margin: 0;
  color: rgba(255,255,255,.92);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.button--welcome {
  margin-top: 24px;
  background: var(--colour-orange);
}

.button--welcome:hover { background: var(--colour-orange-dark); }

.welcome__gallery {
  display: grid;
  min-height: 430px;
}

/* Six What's On categories: two rows of three on desktop. */
.welcome__gallery--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.welcome__photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid rgba(246,241,232,.36);
  border-top: 1px solid rgba(246,241,232,.36);
  color: var(--colour-white);
  text-decoration: none;
}

.welcome__photo-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 12px 10px 10px;
  background: linear-gradient(to top, rgba(3,26,45,.94), rgba(3,26,45,.16));
  color: var(--colour-white);
  text-align: center;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(.82rem, 1.08vw, 1.12rem);
  letter-spacing: .025em;
  line-height: 1.05;
}

.welcome__photo:focus-visible {
  outline: 3px solid var(--colour-orange);
  outline-offset: -3px;
}

.welcome__photo:nth-child(-n+2) { border-top: 0; }
.welcome__photo:nth-child(odd) { border-left: 0; }

.welcome__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.welcome__photo:hover img { transform: scale(1.035); }

@media (max-width: 980px) {
  .welcome__inner { grid-template-columns: 1fr; }
  .welcome__content { padding-top: 56px; padding-bottom: 56px; }
  .welcome__gallery { min-height: 420px; }
  .welcome__gallery--six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .welcome__photo:nth-child(odd) { border-left: 0; }
}

@media (max-width: 560px) {
  .welcome__content { padding: 44px 24px 46px; }
  .welcome__gallery--six {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 210px);
  }
  .welcome__photo,
  .welcome__photo:nth-child(-n+2) {
    border-left: 0;
    border-top: 1px solid rgba(246,241,232,.36);
  }
  .welcome__photo:first-child { border-top: 0; }
}

.event-strip {
  background: var(--colour-ivory);
  color: var(--colour-navy-deep);
  border-top: 1px solid rgba(3, 26, 45, .12);
  border-bottom: 1px solid rgba(3, 26, 45, .12);
}

.event-strip__inner {
  width: min(100%, var(--page-max-width));
  min-height: 138px;
  margin: 0 auto;
  padding: 24px var(--page-gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.22fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
}

.event-detail {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.event-detail--venue {
  padding-left: clamp(24px, 4vw, 58px);
  border-left: 1px solid rgba(3, 26, 45, .18);
}

.event-detail__icon {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--colour-navy-deep);
  color: var(--colour-ivory);
}

.event-detail__icon svg { width: 38px; height: 38px; }

.event-detail__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.event-detail__label {
  color: var(--colour-navy-deep);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .055em;
}

.event-detail__primary {
  color: var(--colour-orange-dark);
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.55rem, 2.25vw, 2.35rem);
  font-weight: 900;
  letter-spacing: .025em;
  line-height: 1;
}

.event-detail__secondary {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.35;
}

.event-strip__action { justify-self: end; }

.button--directions {
  min-width: 182px;
  border-color: var(--colour-navy-deep);
  color: var(--colour-navy-deep);
  background: transparent;
}

.button--directions:hover {
  color: var(--colour-white);
  background: var(--colour-navy-deep);
}

@media (max-width: 1040px) {
  .event-strip__inner {
    grid-template-columns: 1fr 1fr;
  }
  .event-strip__action {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
  .button--directions { width: 100%; }
}

@media (max-width: 720px) {
  .event-strip__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .event-detail {
    padding: 22px 0;
  }
  .event-detail--venue {
    border-left: 0;
    border-top: 1px solid rgba(3, 26, 45, .16);
  }
  .event-detail__icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
  .event-detail__icon svg { width: 33px; height: 33px; }
}

/* v2.5 hero concept: event information integrated into hero */
.hero__content { width: min(500px, 39vw); }
.hero__event-title {
  max-width: 490px;
  margin: 0;
  color: var(--colour-ivory);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.25rem, 4.75vw, 5.35rem);
  font-weight: 900;
  letter-spacing: .018em;
  line-height: .92;
  text-transform: uppercase;
}
.hero__intro--event {
  max-width: 460px;
  margin-top: 20px;
  font-size: 1.08rem;
}
.hero-event {
  max-width: 480px;
  margin-top: 24px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 20px;
  border-top: 2px solid rgba(233,87,25,.9);
  border-bottom: 1px solid rgba(246,241,232,.26);
}
.hero-event__item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-event__item + .hero-event__item {
  padding-left: 20px;
  border-left: 1px solid rgba(246,241,232,.22);
}
.hero-event__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: var(--colour-orange);
}
.hero-event__icon svg { width: 36px; height: 36px; }
.hero-event__label,
.hero-event strong,
.hero-event small { display: block; }
.hero-event__label {
  margin-bottom: 3px;
  color: rgba(246,241,232,.72);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hero-event strong {
  color: var(--colour-ivory);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.18rem, 1.55vw, 1.62rem);
  letter-spacing: .025em;
  line-height: 1.05;
  text-transform: uppercase;
}
.hero-event small {
  margin-top: 4px;
  color: rgba(255,255,255,.78);
  font-size: .78rem;
}
.hero__actions { margin-top: 22px; }

@media (max-width: 900px) {
  .hero__content { width: min(560px, 100%); }
  .hero__event-title { max-width: 540px; }
  .hero-event { max-width: 520px; }
}

@media (max-width: 560px) {
  .hero__event-title { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero__intro--event { font-size: 1rem; }
  .hero-event { grid-template-columns: 1fr; gap: 14px; padding: 15px 0; }
  .hero-event__item + .hero-event__item { padding-left: 0; padding-top: 14px; border-left: 0; border-top: 1px solid rgba(246,241,232,.18); }
}

.hero__event-title{font-size:clamp(2.8rem,5vw,4.6rem);line-height:1.05;text-transform:none;}
.hero-event strong{font-size:1.08em;}

/* v2.8 hero balance fix: restore approved message and use the left side more effectively */
@media (min-width: 1181px) {
  .hero__inner {
    width: min(100%, 1800px);
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero__content {
    width: min(560px, 43vw);
  }

  .hero__event-title {
    max-width: 555px;
    font-size: clamp(3.15rem, 4.15vw, 4.75rem);
    line-height: .98;
  }

  .hero__intro--event {
    max-width: 530px;
    margin-top: 22px;
  }

  .hero-event {
    max-width: 535px;
  }
}

/* v3.0 split hero prototype: brand | event information | hero image */
.hero--split {
  min-height: 690px;
  padding-top: var(--header-height);
  background: var(--colour-navy-deep);
}

.hero--split .hero__inner.hero-split {
  width: min(100%, 1920px);
  min-height: calc(690px - var(--header-height));
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(390px, 1.02fr) minmax(260px, .56fr) minmax(620px, 1.42fr);
  align-items: stretch;
}

.hero-split__brand {
  position: relative;
  z-index: 2;
  padding: 54px 42px 48px clamp(32px, 4vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--colour-navy-deep);
}

.hero-split__logo {
  width: min(100%, 390px);
  height: auto;
  margin: 0 0 22px;
  filter: drop-shadow(0 12px 16px rgba(0,0,0,.42));
}

.hero-split__title {
  max-width: 470px;
  margin: 0;
  color: var(--colour-ivory);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3rem, 3.8vw, 4.65rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .97;
}

.hero-split__title::after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  margin-top: 22px;
  background: var(--colour-orange);
}

.hero-split__intro {
  max-width: 500px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.92);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.55;
}

.hero-split__tickets {
  align-self: flex-start;
  margin-top: 26px;
}

.hero-split__details {
  position: relative;
  z-index: 3;
  padding: 72px 34px 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f3eee4;
  color: var(--colour-navy-deep);
  box-shadow: 14px 0 32px rgba(0,0,0,.18);
}

.hero-split__detail {
  padding: 0 0 32px;
  border-bottom: 1px solid rgba(3,26,45,.18);
}

.hero-split__detail + .hero-split__detail {
  padding-top: 32px;
}

.hero-split__detail-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  color: var(--colour-orange);
}
.hero-split__detail-icon svg { width: 100%; height: 100%; }
.hero-split__detail span,
.hero-split__detail strong,
.hero-split__detail small { display: block; }
.hero-split__detail span {
  margin-bottom: 7px;
  color: rgba(3,26,45,.64);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero-split__detail strong {
  color: var(--colour-navy-deep);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.65rem, 2vw, 2.3rem);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.02;
  text-transform: uppercase;
}
.hero-split__detail small {
  margin-top: 7px;
  color: rgba(3,26,45,.72);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: .92rem;
}
.hero-split__visit {
  margin-top: 28px;
  color: var(--colour-orange-dark);
  font-weight: 900;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-split__visit:hover { text-decoration: underline; }

.hero-split__visual {
  min-width: 0;
  background-image:
    linear-gradient(90deg, rgba(3,26,45,.20) 0%, rgba(3,26,45,0) 22%),
    linear-gradient(180deg, rgba(3,26,45,.03) 0%, rgba(3,26,45,.25) 100%),
    url("../assets/hero/steam-train-reference-crop.jpg");
  background-size: cover;
  background-position: 58% center;
  background-repeat: no-repeat;
}

@media (min-width: 901px) {
  .hero--split + .features { margin-top: 0; }
}

@media (max-width: 1320px) and (min-width: 901px) {
  .hero--split .hero__inner.hero-split {
    grid-template-columns: minmax(350px, .92fr) minmax(240px, .58fr) minmax(470px, 1.2fr);
  }
  .hero-split__brand { padding-left: 34px; padding-right: 30px; }
  .hero-split__logo { width: min(100%, 340px); }
  .hero-split__details { padding-left: 26px; padding-right: 26px; }
}

@media (max-width: 900px) {
  .hero--split {
    min-height: 0;
    padding-top: var(--header-height);
  }
  .hero--split .hero__inner.hero-split {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-split__brand {
    padding: 52px 24px 42px;
    align-items: flex-start;
  }
  .hero-split__logo { display: none; }
  .hero-split__title { font-size: clamp(3rem, 11vw, 4.5rem); }
  .hero-split__details {
    padding: 34px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 26px;
    box-shadow: none;
  }
  .hero-split__detail { padding: 0; border: 0; }
  .hero-split__detail + .hero-split__detail { padding-top: 0; }
  .hero-split__visit { grid-column: 1 / -1; }
  .hero-split__visual {
    min-height: 390px;
    background-position: 61% center;
  }
}

@media (max-width: 560px) {
  .hero-split__brand { padding-top: 40px; }
  .hero-split__details { grid-template-columns: 1fr; gap: 28px; }
  .hero-split__detail + .hero-split__detail { padding-top: 26px; border-top: 1px solid rgba(3,26,45,.15); }
  .hero-split__visual { min-height: 310px; }
}

/* v4.0 Event Poster Edition */
.hero--poster {
  min-height: 690px;
  padding-top: var(--header-height);
  background: var(--colour-navy-deep);
}

.hero--poster .hero__inner.hero-poster {
  width: min(100%, 1920px);
  min-height: calc(690px - var(--header-height));
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(720px, 46%) minmax(0, 54%);
  align-items: stretch;
}

.hero-poster__content {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(430px, 1.35fr) minmax(280px, .9fr);
  background: var(--colour-navy-deep);
  color: var(--colour-ivory);
}

.hero-poster__brand {
  padding: 42px 34px 42px clamp(24px, 2.7vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-poster__logo {
  width: min(100%, 500px);
  height: auto;
  margin: 0 0 10px;
  filter: drop-shadow(0 15px 20px rgba(0,0,0,.48));
}

.hero-poster__title {
  max-width: 430px;
  margin: 0;
  color: var(--colour-ivory);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.55rem, 3vw, 3.9rem);
  font-weight: 900;
  letter-spacing: .012em;
  line-height: .98;
}

.hero-poster__title::after {
  content: "";
  display: block;
  width: 110px;
  height: 5px;
  margin-top: 18px;
  background: var(--colour-orange);
}

.hero-poster__intro {
  max-width: 460px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.9);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.hero-poster__tickets {
  align-self: flex-start;
  margin-top: 24px;
}

.hero-poster__details {
  position: relative;
  padding: 66px 36px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255,255,255,.035);
  border-left: 1px solid rgba(246,241,232,.16);
  color: var(--colour-ivory);
}

.hero-poster__details::before,
.hero-poster__details::after {
  content: "";
  position: absolute;
  left: 36px;
  right: 36px;
  height: 1px;
  background: rgba(246,241,232,.16);
}
.hero-poster__details::before { top: 50px; }
.hero-poster__details::after { bottom: 46px; }

.hero-poster__detail {
  padding: 26px 0 30px;
}
.hero-poster__detail + .hero-poster__detail {
  border-top: 1px solid rgba(246,241,232,.16);
}
.hero-poster__detail span,
.hero-poster__detail strong,
.hero-poster__detail small { display: block; }
.hero-poster__detail span {
  margin-bottom: 10px;
  color: var(--colour-orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-poster__detail strong {
  color: var(--colour-ivory);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.65rem, 1.85vw, 2.35rem);
  line-height: 1.04;
  letter-spacing: .018em;
  text-transform: uppercase;
}
.hero-poster__detail small {
  margin-top: 9px;
  color: rgba(255,255,255,.72);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: .93rem;
}
.hero-poster__visit {
  margin-top: 6px;
  color: var(--colour-ivory);
  font-weight: 900;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-poster__visit:hover { color: var(--colour-orange); }

.hero-poster__visual {
  min-width: 0;
  background-image:
    linear-gradient(90deg, rgba(3,26,45,.18) 0%, rgba(3,26,45,0) 30%),
    linear-gradient(180deg, rgba(3,26,45,.02) 0%, rgba(3,26,45,.20) 100%),
    url("../assets/hero/steam-train-reference-crop.jpg");
  background-size: cover;
  background-position: 58% center;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.28) 5%, #000 18%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.28) 5%, #000 18%, #000 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (min-width: 901px) {
  .hero--poster + .features { margin-top: 0; }
}

@media (max-width: 1380px) and (min-width: 901px) {
  .hero--poster .hero__inner.hero-poster {
    grid-template-columns: minmax(650px, 48%) minmax(0, 52%);
  }
  .hero-poster__content { grid-template-columns: minmax(390px, 1.25fr) minmax(250px, .82fr); }
  .hero-poster__brand { padding-left: 28px; padding-right: 26px; }
  .hero-poster__logo { width: min(100%, 440px); }
  .hero-poster__details { padding-left: 28px; padding-right: 28px; }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .hero--poster .hero__inner.hero-poster { grid-template-columns: 56% 44%; }
  .hero-poster__content { grid-template-columns: 1.25fr .75fr; }
  .hero-poster__logo { width: min(100%, 390px); }
  .hero-poster__title { font-size: 2.7rem; }
  .hero-poster__details { padding-left: 22px; padding-right: 22px; }
}

@media (max-width: 900px) {
  .hero--poster { min-height: 0; padding-top: var(--header-height); }
  .hero-poster__visual {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 100%);
  }
  .hero--poster .hero__inner.hero-poster { min-height: 0; display: grid; grid-template-columns: 1fr; }
  .hero-poster__content { grid-template-columns: 1fr; }
  .hero-poster__brand { padding: 46px 24px 36px; }
  .hero-poster__logo { display: none; }
  .hero-poster__title { font-size: clamp(3rem, 11vw, 4.5rem); }
  .hero-poster__details {
    padding: 30px 24px 34px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 26px;
    border-left: 0;
    border-top: 1px solid rgba(246,241,232,.16);
  }
  .hero-poster__details::before,
  .hero-poster__details::after { display: none; }
  .hero-poster__detail { padding: 0; }
  .hero-poster__detail + .hero-poster__detail { border-top: 0; }
  .hero-poster__visit { grid-column: 1 / -1; margin-top: 26px; }
  .hero-poster__visual { min-height: 390px; background-position: 61% center; }
}

@media (max-width: 560px) {
  .hero-poster__brand { padding-top: 38px; }
  .hero-poster__details { grid-template-columns: 1fr; gap: 0; }
  .hero-poster__detail + .hero-poster__detail { margin-top: 25px; padding-top: 25px; border-top: 1px solid rgba(246,241,232,.16); }
  .hero-poster__visual { min-height: 310px; }
}

/* v4.1 Full-width poster balance
   Use the whole browser width and enlarge the centre event-information zone. */
@media (min-width: 1381px) {
  .hero--poster .hero__inner.hero-poster {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  }

  .hero-poster__content {
    grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  }

  .hero-poster__brand {
    padding-left: clamp(36px, 4vw, 82px);
    padding-right: clamp(24px, 2vw, 44px);
  }

  .hero-poster__logo {
    width: min(100%, 560px);
  }

  .hero-poster__title {
    max-width: 500px;
    font-size: clamp(2.35rem, 2.65vw, 3.45rem);
  }

  .hero-poster__intro {
    max-width: 520px;
  }

  .hero-poster__details {
    padding-left: clamp(42px, 3.4vw, 72px);
    padding-right: clamp(42px, 3.4vw, 72px);
  }

  .hero-poster__details::before,
  .hero-poster__details::after {
    left: clamp(42px, 3.4vw, 72px);
    right: clamp(42px, 3.4vw, 72px);
  }

  .hero-poster__detail strong {
    font-size: clamp(1.9rem, 2.15vw, 2.8rem);
  }

  .hero-poster__visual {
    background-position: 52% center;
  }
}

/* v4.2 Poster composition polish
   Remove panel rules, strengthen the logo and let the three zones read as one scene. */
@media (min-width: 901px) {
  .hero-poster__details {
    background: transparent;
    border-left: 0;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hero-poster__details::before,
  .hero-poster__details::after {
    display: none;
  }

  .hero-poster__detail {
    padding: 18px 0 28px;
  }

  .hero-poster__detail + .hero-poster__detail {
    border-top: 0;
    padding-top: 24px;
  }

  .hero-poster__detail-icon {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 0 13px;
    color: var(--colour-orange);
  }

  .hero-poster__visit {
    margin-top: 18px;
  }

  .hero-poster__visual {
    background-position: 45% center;
  }
}

@media (min-width: 1381px) {
  .hero--poster .hero__inner.hero-poster {
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  }

  .hero-poster__content {
    grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  }

  .hero-poster__brand {
    padding-left: clamp(36px, 4.5vw, 92px);
    padding-right: clamp(18px, 1.5vw, 30px);
  }

  .hero-poster__logo {
    width: min(112%, 640px);
    max-width: none;
    margin-left: clamp(-16px, -1vw, -6px);
    margin-bottom: 6px;
  }

  .hero-poster__title {
    max-width: 510px;
    font-size: clamp(2.15rem, 2.35vw, 3.05rem);
  }

  .hero-poster__intro {
    max-width: 550px;
    margin-top: 15px;
  }

  .hero-poster__details {
    padding-left: clamp(28px, 2.5vw, 52px);
    padding-right: clamp(28px, 2.5vw, 52px);
  }

  .hero-poster__detail strong {
    font-size: clamp(1.9rem, 2vw, 2.55rem);
  }

  .hero-poster__visual {
    background-position: 42% center;
  }
}

@media (max-width: 900px) {
  .hero-poster__detail-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 10px;
    color: var(--colour-orange);
  }
}

/* v4.4 Hierarchy refinement
   Lift the transparent logo and reduce the visual weight of the features heading. */
@media (min-width: 901px) {
  .hero-poster__logo {
    transform: translateY(-26px);
    margin-bottom: -16px;
  }
}

.features__title {
  font-size: clamp(1.7rem, 2.45vw, 2.45rem);
  gap: 15px;
  margin-bottom: 21px;
}

.features__title::before,
.features__title::after {
  width: clamp(42px, 6.8vw, 78px);
  height: 10px;
  border-top-width: 2px;
  border-bottom-width: 2px;
}


/* v4.5 — 2027 visit, date and ticket information */
.visit-overview {
  padding: clamp(64px, 7vw, 104px) var(--page-gutter);
  background: var(--colour-ivory);
  color: var(--colour-navy-deep);
}

.visit-overview__inner {
  width: min(100%, 1500px);
  margin: 0 auto;
}

.visit-overview__header {
  max-width: 820px;
  margin-bottom: clamp(34px, 4vw, 54px);
}

.visit-overview__eyebrow {
  margin: 0 0 8px;
  color: var(--colour-orange);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .12em;
  font-size: .84rem;
}

.visit-overview__header h2 {
  margin: 0;
  color: var(--colour-navy-deep);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  line-height: .96;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.visit-overview__header > p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.6;
}

.visit-overview__grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr 1.05fr;
  gap: 22px;
  align-items: stretch;
}

.visit-card {
  position: relative;
  min-width: 0;
  padding: clamp(28px, 3vw, 42px);
  background: #fffdf9;
  box-shadow: 0 16px 40px rgba(3, 26, 45, .09);
  border-top: 6px solid var(--colour-orange);
}

.visit-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--colour-navy-deep);
  color: var(--colour-ivory);
  font-size: 1.8rem;
  font-weight: 900;
}

.visit-card__label {
  margin: 0 0 10px;
  color: var(--colour-orange-dark);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .11em;
  font-size: .78rem;
}

.visit-card h3 {
  margin: 0;
  color: var(--colour-navy-deep);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.7rem, 2.2vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.visit-card__address,
.visit-card__meta,
.visit-card__list,
.online-ticket p {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.visit-card__address {
  margin: 20px 0 12px;
  font-size: 1rem;
  line-height: 1.55;
}

.visit-card__meta { margin: 0 0 20px; }

.visit-card__list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.visit-card__list li {
  position: relative;
  padding: 8px 0 8px 28px;
  border-top: 1px solid rgba(3,26,45,.1);
  line-height: 1.35;
}

.visit-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--colour-orange);
  font-weight: 900;
}

.show-day {
  padding: 24px 0;
  border-top: 1px solid rgba(3,26,45,.13);
}

.show-day:first-of-type { margin-top: 12px; }
.show-day span,
.show-day strong,
.show-day small { display: block; }
.show-day span {
  margin-bottom: 6px;
  color: var(--colour-orange-dark);
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.show-day strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.7rem, 2.3vw, 2.5rem);
  letter-spacing: .015em;
  text-transform: uppercase;
}
.show-day small {
  margin-top: 7px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.price-list {
  margin: 20px 0 0;
}

.price-list > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 4px 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(3,26,45,.12);
}

.price-list span {
  font-weight: 900;
  text-transform: uppercase;
}
.price-list strong {
  color: var(--colour-orange-dark);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}
.price-list small {
  grid-column: 1 / -1;
  color: rgba(3,26,45,.65);
}

.online-ticket {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid rgba(3,26,45,.16);
}
.online-ticket h4 {
  margin: 0;
  color: var(--colour-navy-deep);
  text-transform: uppercase;
  font-size: 1rem;
}
.online-ticket p {
  margin: 10px 0 20px;
  line-height: 1.5;
  font-size: .9rem;
}
.online-ticket .button { width: 100%; }

@media (max-width: 1100px) {
  .visit-overview__grid { grid-template-columns: 1fr 1fr; }
  .visit-card--tickets { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .visit-overview { padding-left: 22px; padding-right: 22px; }
  .visit-overview__grid { grid-template-columns: 1fr; }
  .visit-card--tickets { grid-column: auto; }
}

/* v4.6 — branded Google Map experiment */
.visit-overview__grid {
  grid-template-columns: minmax(320px, .9fr) minmax(440px, 1.35fr);
}

.visit-card--map {
  padding: 0;
  overflow: hidden;
  border-top: 0;
  background: var(--colour-navy-deep);
}

.map-card__bar {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(26px, 3vw, 40px);
  border-top: 6px solid var(--colour-orange);
  color: var(--colour-ivory);
}

.map-card__bar .visit-card__label { margin-bottom: 7px; }
.map-card__bar h3 { color: var(--colour-ivory); }

.map-card__pin {
  position: relative;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 3px solid var(--colour-orange);
  border-radius: 50% 50% 50% 0;
  color: var(--colour-orange);
  font-size: 1rem;
  transform: rotate(-45deg);
}

.map-card__pin::first-letter { transform: rotate(45deg); }

.map-card__frame {
  position: relative;
  min-height: 390px;
  background: #d9dee1;
}

.map-card__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(26px, 3vw, 40px);
  color: rgba(255,255,255,.74);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: .85rem;
}

.map-card__footer a,
.visit-card__map-link {
  color: var(--colour-orange);
  font-weight: 900;
  text-underline-offset: 4px;
}

.visit-card__actions {
  display: grid;
  gap: 15px;
  margin-top: 28px;
  text-align: center;
}

.visit-card__actions .button { width: 100%; }

.visit-card--times,
.visit-card--tickets {
  min-height: 100%;
}

@media (min-width: 1101px) {
  .visit-card--times { grid-column: 1; }
  .visit-card--tickets { grid-column: 2; }
}

@media (max-width: 1100px) {
  .visit-overview__grid { grid-template-columns: 1fr 1fr; }
  .visit-card--venue,
  .visit-card--map { grid-column: auto; }
  .visit-card--tickets { grid-column: auto; }
}

@media (max-width: 820px) {
  .visit-overview__grid { grid-template-columns: 1fr; }
  .map-card__frame { min-height: 340px; }
  .map-card__footer { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* v4.7 — scrolling performance pass
   Reduce expensive full-page repaints while preserving the approved design. */
html {
  scroll-behavior: auto;
}

body {
  overflow-x: hidden;
}

/* CSS drop-shadows on large transparent images are costly during scrolling. */
.hero-poster__logo,
.site-header__logo {
  filter: none;
}

/* Skip layout and paint work for sections that are well below the viewport. */
.welcome {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

/* Keep the map section rendered so the embedded Google Map reliably loads. */
.visit-overview {
  content-visibility: visible;
}

/* Isolate large areas so a repaint in one section does not invalidate the page. */
.hero--poster,
.features,
.welcome,
.visit-overview {
  contain: layout paint;
}

/* Keep map wheel gestures from interrupting normal page scrolling for now. */
.map-card__frame iframe {
  pointer-events: none;
}

@media (max-width: 900px) {
  .site-header__nav {
    contain: layout paint;
  }
}


/* v5.0 Hero completion: slightly smaller brand and admission summary */
@media (min-width: 901px) {
  .hero-poster__logo {
    width: min(101%, 578px);
  }

  .hero-poster__details {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .hero-poster__detail {
    padding: 10px 0 15px;
  }

  .hero-poster__detail + .hero-poster__detail {
    padding-top: 13px;
  }

  .hero-poster__detail-icon {
    width: 27px;
    height: 27px;
    margin-bottom: 8px;
  }

  .hero-poster__detail span {
    margin-bottom: 7px;
  }

  .hero-poster__detail strong {
    font-size: clamp(1.55rem, 1.65vw, 2.15rem);
  }

  .hero-poster__visit {
    margin-top: 10px;
  }
}

.hero-prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hero-prices > div {
  min-width: 0;
}

.hero-prices small {
  min-height: 2.2em;
  margin: 0 0 3px;
  color: rgba(255,255,255,.68);
  font-size: .68rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-prices strong {
  color: var(--colour-ivory);
  font-size: clamp(1.45rem, 1.6vw, 2.05rem);
  white-space: nowrap;
}

@media (max-width: 1380px) and (min-width: 901px) {
  .hero-poster__logo { width: min(91%, 400px); }
  .hero-prices { grid-template-columns: 1fr 1fr; }
  .hero-prices > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .hero-poster__details { grid-template-columns: repeat(3, 1fr); }
  .hero-poster__visit { grid-column: 1 / -1; }
  .hero-prices { grid-template-columns: 1fr; gap: 6px; }
  .hero-prices small { min-height: 0; }
}

@media (max-width: 680px) {
  .hero-poster__details { grid-template-columns: 1fr; }
}


/* v5.3 About page */
.about-shell { background: var(--colour-ivory); min-height: 100vh; }
.about-shell .site-header { background: var(--colour-navy-deep); }
.about-hero { background: var(--colour-navy-deep); color: var(--colour-white); padding: clamp(78px, 9vw, 135px) var(--page-gutter) clamp(64px, 7vw, 100px); border-bottom: 6px solid var(--colour-orange); }
.about-hero__inner, .about-layout { width: min(100%, var(--page-max-width)); margin: 0 auto; }
.about-hero__inner { max-width: 1050px; margin-left: auto; margin-right: auto; }
.about-kicker, .section-kicker { margin: 0 0 12px; color: var(--colour-orange); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .82rem; }
.about-hero h1, .about-section h2, .about-band h2, .about-faq h2, .about-team h2, .about-intro h2 { margin: 0; text-transform: uppercase; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; letter-spacing: .025em; line-height: .98; }
.about-hero h1 { font-size: clamp(3.8rem, 7vw, 7.2rem); color: var(--colour-ivory); }
.about-hero p:last-child { max-width: 820px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.65; }
.about-intro, .about-section, .about-faq, .about-team { padding: clamp(58px, 7vw, 96px) var(--page-gutter); }
.about-layout--intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: clamp(38px, 7vw, 110px); align-items: center; }
.about-intro h2, .about-section h2, .about-band h2, .about-faq h2, .about-team h2 { font-size: clamp(2.35rem, 4vw, 4rem); color: var(--colour-navy-deep); }
.about-intro p, .about-section p, .about-band p, .about-faq p, .about-team p { font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.65; }
.about-stat-panel { background: var(--colour-navy-deep); color: var(--colour-white); border-top: 6px solid var(--colour-orange); padding: 18px 30px; }
.about-stat-panel div { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.about-stat-panel div:last-child { border-bottom: 0; }
.about-stat-panel strong { color: var(--colour-orange); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 2.35rem; }
.about-stat-panel span { text-align: right; font-weight: 800; }
.about-band { padding: clamp(58px, 6vw, 88px) var(--page-gutter); background: #efe8dc; border-top: 1px solid rgba(3,26,45,.08); border-bottom: 1px solid rgba(3,26,45,.08); }
.about-band__heading { max-width: 920px; margin-bottom: 34px; }
.about-band__heading > p:last-child { margin: 14px 0 0; font-weight: 700; }
.about-grid { display: grid; gap: 24px; }
.about-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.about-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-grid--top { align-items: start; gap: clamp(42px, 7vw, 110px); }
.about-info-card, .about-panel, .travel-card { background: var(--colour-white); border-top: 5px solid var(--colour-orange); padding: 28px; box-shadow: 0 10px 30px rgba(3,26,45,.07); }
.about-info-card__icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--colour-navy-deep); color: var(--colour-white); font-weight: 900; font-size: .78rem; }
.about-info-card h3, .travel-card strong { margin: 0 0 8px; text-transform: uppercase; font-size: 1.05rem; }
.about-info-card p, .travel-card p { margin: 0; font-size: .92rem; }
.about-panel { padding: clamp(28px, 3vw, 42px); }
.about-date-row, .about-price-row { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; padding: 20px 0; border-bottom: 1px solid rgba(3,26,45,.14); }
.about-date-row span, .about-price-row span { text-transform: uppercase; font-weight: 900; letter-spacing: .03em; }
.about-date-row strong { grid-column: 1 / -1; color: var(--colour-navy-deep); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 2rem; text-transform: uppercase; }
.about-date-row small { grid-column: 1 / -1; font-size: .95rem; }
.about-price-row strong { color: var(--colour-orange-dark); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.65rem; }
.about-price-row small { grid-column: 1 / -1; }
.about-ticket-button { width: 100%; margin-top: 26px; }
.about-band--dark { background: var(--colour-navy-deep); color: var(--colour-white); border: 0; }
.about-band--dark h2 { color: var(--colour-ivory); }
.about-band--dark .travel-card { background: rgba(255,255,255,.06); color: var(--colour-white); box-shadow: none; border: 1px solid rgba(255,255,255,.12); border-top: 5px solid var(--colour-orange); }
.about-text-link { display: inline-block; margin-top: 26px; color: var(--colour-orange); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.about-check-list { margin: 24px 0 0; padding: 0; list-style: none; }
.about-check-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid rgba(3,26,45,.12); font-family: Inter, "Segoe UI", Arial, sans-serif; }
.about-check-list li::before { content: "—"; position: absolute; left: 0; color: var(--colour-orange); font-weight: 900; }
.about-faq { background: #efe8dc; }
.about-faq__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.about-faq details { background: var(--colour-white); border-left: 5px solid var(--colour-orange); padding: 20px 22px; }
.about-faq summary { cursor: pointer; font-weight: 900; text-transform: uppercase; }
.about-faq details p { margin: 14px 0 0; }
.about-team { background: var(--colour-white); }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }
.team-grid div { min-height: 118px; padding: 22px; background: var(--colour-navy-deep); color: var(--colour-white); border-bottom: 5px solid var(--colour-orange); }
.team-grid strong, .team-grid span { display: block; }
.team-grid strong { font-size: 1.05rem; text-transform: uppercase; }
.team-grid span { margin-top: 8px; color: rgba(255,255,255,.72); font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }

@media (max-width: 1100px) {
  .about-grid--four, .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-layout--intro { grid-template-columns: 1fr; }
  .about-stat-panel { max-width: 700px; }
}
@media (max-width: 760px) {
  .about-grid--three, .about-grid--two, .about-faq__grid { grid-template-columns: 1fr; }
  .about-hero { padding-top: 56px; }
}
@media (max-width: 560px) {
  .about-grid--four, .team-grid { grid-template-columns: 1fr; }
  .about-stat-panel div { align-items: flex-start; flex-direction: column; }
  .about-stat-panel span { text-align: left; }
}


/* v5.8 — Early Bird entry time on homepage */
.show-day__early-bird {
  margin-top: 7px;
  color: #203e55;
  font-size: .9rem;
  line-height: 1.35;
}
.show-day__early-bird strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

/* v5.9 — Early Bird entry is one compact bold line */
.show-day__early-bird {
  display: block;
  white-space: nowrap;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.25;
}
.show-day__early-bird strong {
  font-weight: 700;
}

/* v5.10 — simplified venue map card */
.visit-card--map {
  display: flex;
  flex-direction: column;
  background: #fffdf9;
}

.map-card__bar {
  min-height: 78px;
  padding: 16px clamp(22px, 2.5vw, 32px);
}

.map-card__bar h3 {
  font-size: clamp(1.6rem, 2vw, 2.15rem);
}

.map-card__pin {
  width: 28px;
  height: 28px;
  border-width: 2px;
}

.map-card__pin::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--colour-orange);
}

.map-card__frame {
  flex: 1 1 auto;
  min-height: 420px;
}

.map-card__footer {
  flex: 0 0 auto;
  padding: 14px clamp(22px, 2.5vw, 32px);
  background: #fffdf9;
  color: rgba(3,26,45,.72);
  border-top: 1px solid rgba(3,26,45,.1);
}

.map-card__footer a {
  color: var(--colour-orange-dark);
}

@media (max-width: 820px) {
  .map-card__bar {
    min-height: 70px;
  }
  .map-card__frame {
    min-height: 340px;
  }
}
