@charset "UTF-8";
@font-face {
  font-family: "Newake Demo";
  src: url("../../fonts/NewakeFont-Demo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

body {
  font-family: "Newake Demo", "Segoe UI", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #0d0d0d;
}

body.page-friday {
  position: relative;
  background-color: #06063d;
}
body.page-friday::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--tickets-bg-image);
  background-size: 140%;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
body.page-friday::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 45%), linear-gradient(135deg, rgba(0, 120, 255, 0.12) 0%, transparent 50%, rgba(255, 0, 140, 0.12) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  pointer-events: none;
}

body.page-friday .event-detail,
body.page-friday .events,
body.page-saturday .event-detail,
body.page-saturday .events,
body.page-sunday .event-detail,
body.page-sunday .events {
  background-color: transparent;
}

body.page-friday .events.events--three-col,
body.page-saturday .events.events--three-col,
body.page-sunday .events.events--three-col {
  position: relative;
  background-color: #06063d;
}
body.page-friday .events.events--three-col .events__header,
body.page-friday .events.events--three-col .events__grid,
body.page-saturday .events.events--three-col .events__header,
body.page-saturday .events.events--three-col .events__grid,
body.page-sunday .events.events--three-col .events__header,
body.page-sunday .events.events--three-col .events__grid {
  position: relative;
  z-index: 1;
}
body.page-friday .events.events--three-col::before,
body.page-saturday .events.events--three-col::before,
body.page-sunday .events.events--three-col::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 45%), linear-gradient(135deg, rgba(0, 120, 255, 0.12) 0%, transparent 50%, rgba(255, 0, 140, 0.12) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  pointer-events: none;
}

body.page-sunday {
  position: relative;
  background-color: #06063d;
}
body.page-sunday::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--tickets-bg-image);
  background-size: 140%;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
body.page-sunday::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 45%), linear-gradient(135deg, rgba(255, 107, 53, 0.12) 0%, transparent 50%, rgba(255, 100, 50, 0.12) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  pointer-events: none;
}

body.page-saturday {
  position: relative;
  background-color: #06063d;
}
body.page-saturday::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--tickets-bg-image);
  background-size: 140%;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
body.page-saturday::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 45%), linear-gradient(135deg, rgba(0, 120, 255, 0.12) 0%, transparent 50%, rgba(255, 0, 140, 0.12) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 2rem;
  }
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 200;
  padding: 1rem 1.5rem;
  background: #f47d20;
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
  transition: top 0.2s ease;
}
.skip-link:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.skip-link:focus {
  top: 1rem;
}

.site-header-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  overflow-x: clip;
}

.site-header {
  position: relative;
  left: 0;
  right: 0;
  min-height: 4rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1.5rem;
  padding-block: 0.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .site-header {
    flex-wrap: nowrap;
    padding-inline: 1rem;
  }
}

.site-header__brand {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
}
.site-header__brand:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .site-header__brand {
    min-height: unset;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
  }
}

.site-header__logo {
  display: block;
  height: 2rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .site-header__logo {
    height: 2.5rem;
  }
}

.site-header__marquee {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding-inline: 0.5rem;
}
@media (min-width: 768px) {
  .site-header__marquee {
    padding-inline: 1.5rem;
  }
}

.site-header__marquee-track {
  display: flex;
  width: max-content;
  animation: header-marquee 25s linear infinite;
  white-space: nowrap;
}

.site-header__marquee-text {
  display: inline-block;
  padding-right: 3em;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media (min-width: 768px) {
  .site-header__marquee-text {
    font-size: 1.25rem;
  }
}

.site-header__marquee-dot {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-inline: 0.35em;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #f47d20;
  flex-shrink: 0;
}

@keyframes header-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.site-header__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: right;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(22rem, 90vw);
  max-width: 100%;
  background: #000;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.4);
  z-index: 99;
  padding: 4rem 1rem 2rem;
  padding-bottom: calc(2rem + env(safe-area-inset-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.site-header__nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.site-header__nav {
  transform: translateX(100%);
  transition: transform 0.3s ease;
  border: none;
}

.site-header__nav > .site-header__dropdown,
.site-header__nav > .site-header__link,
.site-header__nav > .site-header__secondary {
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
}

.site-header__secondary {
  margin-top: 2rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.site-header__secondary .site-header__link--secondary {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.site-header__secondary .site-header__link--secondary:hover {
  color: rgba(255, 255, 255, 0.85);
}
.site-header__secondary .site-header__link--secondary.site-header__link--active {
  color: #ffffff;
}
.site-header__secondary .site-header__link--secondary:last-child {
  border-bottom: none;
}

.site-header__menu-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  min-height: 3.25rem;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  align-self: flex-start;
  width: auto;
  min-height: 4rem;
}
.site-header__menu-close:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.site-header__menu-close {
  -webkit-tap-highlight-color: transparent;
}

.site-header__menu-close-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.site-header__menu-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.site-header.is-open .site-header__nav {
  transform: translateX(0);
}

.site-header__menu-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  pointer-events: none;
}

.site-header.is-open .site-header__menu-backdrop {
  display: block;
  pointer-events: auto;
}

.site-header__dropdown {
  width: 100%;
  align-self: stretch;
  text-align: right;
}

.site-header__link {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1rem 1.5rem;
  min-height: 2.75rem;
  line-height: 1.4;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: right;
}
.site-header__link:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.site-header__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-header__link:last-child {
  border-bottom: none;
}
.site-header__link--parent {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.site-header__chevron {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.site-header__dropdown.is-expanded .site-header__chevron {
  transform: rotate(180deg);
}

.site-header__link--active {
  background-color: rgba(255, 255, 255, 0.25);
}
.site-header__link--active:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.site-header__link--cta {
  font-weight: 700;
  background-color: #6b2d8a;
  border: none;
}
.site-header__link--cta:hover {
  background-color: #8b4da8;
}
.site-header__link--cta.site-header__link--active {
  background-color: #8b4da8;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.site-header__link--cta.site-header__link--active:hover {
  background-color: #8b4da8;
}

.site-header__subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
  text-align: right;
}

.site-header__dropdown.is-expanded .site-header__subnav {
  max-height: 32rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.site-header__dropdown.is-expanded .site-header__subnav::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.site-header__subnav li {
  margin: 0;
}

.site-header__sublink {
  display: block;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.site-header__sublink:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.site-header__sublink:last-child {
  border-bottom: none;
}
.site-header__sublink:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-header__sublink--active {
  background-color: rgba(255, 255, 255, 0.15);
  font-weight: 700;
}

.site-header__sublink-date {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.125rem;
}

.site-header__sublink-title {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #585858;
  transition: color 0.2s ease;
}

.site-header__sublink:hover .site-header__sublink-title,
.site-header__sublink--active .site-header__sublink-title {
  color: #f47d20;
}

.site-header__book-now {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  min-height: 2.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #6b2d8a;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.site-header__book-now:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.site-header__book-now:hover {
  background-color: #8b4da8;
}
@media (min-width: 768px) {
  .site-header__book-now {
    display: none;
  }
}

.site-header__menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  min-height: 3.25rem;
  padding: 1rem;
  color: #ffffff;
  cursor: pointer;
  touch-action: manipulation;
}
.site-header__menu-btn:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.site-header__menu-btn {
  -webkit-tap-highlight-color: transparent;
}
.site-header__menu-btn[aria-expanded=true] .site-header__menu-icon--bars {
  display: none;
}
.site-header__menu-btn[aria-expanded=true] .site-header__menu-icon--close {
  display: block;
}

.site-header__menu-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.site-header__menu-icon--bars {
  display: block;
}
.site-header__menu-icon--close {
  display: none;
}

.marquee {
  width: 100vw;
  margin-inline: calc(-50vw + 50%);
  background-color: #f47d20;
  color: #000;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
@media (min-width: 768px) {
  .marquee {
    padding: 0.5rem 0;
  }
}

.marquee__countdown {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .marquee__countdown {
    font-size: 0.875rem;
    gap: 2rem;
    letter-spacing: 0.15em;
  }
}

.marquee__countdown-item {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.25rem;
}
.marquee__countdown-item + .marquee__countdown-item {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 0.5rem;
  margin-left: 0;
}
@media (min-width: 768px) {
  .marquee__countdown-item + .marquee__countdown-item {
    padding-left: 2rem;
  }
}

.marquee__countdown-value {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .marquee__countdown-value {
    font-size: 1.5rem;
  }
}

body.page-friday .marquee {
  background-color: #00f9ff;
}

body.page-sunday .marquee {
  background-color: #ff6b35;
}

.hero-area {
  position: relative;
}

.hero-area--with-bg-image::before, .hero--with-bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
.hero-area--with-bg-image::after, .hero--with-bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  /* 1. Strong darker centre behind text. 2. Blend from bottom. 3. Blue/magenta tint. */
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 45%), linear-gradient(135deg, rgba(0, 120, 255, 0.12) 0%, transparent 50%, rgba(255, 0, 140, 0.12) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  pointer-events: none;
}

.hero-area--with-header-image .hero__header-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hero-area--with-header-image .hero {
    min-height: 25vh !important;
  }
}

body.event-page--hastings-world-cup-fan-park .hero-area--with-bg-image::before, body.event-page--hastings-world-cup-fan-park .hero--with-bg-image::before {
  background-image: none;
  background-color: #fff;
}
body.event-page--hastings-world-cup-fan-park .hero-area--with-bg-image::after, body.event-page--hastings-world-cup-fan-park .hero--with-bg-image::after {
  display: none;
}

body.page-saturday .hero-area--with-bg-image::after, body.page-saturday .hero--with-bg-image::after {
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, transparent 45%), linear-gradient(135deg, rgba(0, 120, 255, 0.08) 0%, transparent 50%, rgba(255, 0, 140, 0.08) 100%);
}

.hero-area--with-video .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: saturate(1.4);
}
@media (max-width: 767px) {
  .hero-area--with-video .hero__meta.events__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }
}
.hero-area--with-video .hero__meta-sep {
  margin-inline: 0.5em;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .hero-area--with-video .hero__meta-sep {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero-area--with-video .hero__meta {
    justify-content: center;
    text-align: center;
  }
}
.hero-area--with-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse 100% 100% at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.hero-area--with-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  /* 1. Strong darker centre behind text. 2. Blend from bottom. 3. Blue/magenta tint. */
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 45%), linear-gradient(135deg, rgba(0, 120, 255, 0.12) 0%, transparent 50%, rgba(255, 0, 140, 0.12) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  pointer-events: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem 4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero {
    min-height: 20rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .hero {
    min-height: 50vh;
    padding: 6rem 1rem;
  }
}

.hero__inner {
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
  text-align: center;
}

.hero__tagline {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.95);
}

.hero__title {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 100;
}
.hero__title:has(.hero__logo) {
  line-height: 0;
}

.hero__logo {
  display: block;
  width: 100%;
  max-width: 25rem;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .hero__logo {
    max-width: 15rem;
  }
}

.hero__tagline {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1rem;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.95);
}
@media (min-width: 768px) {
  .hero__tagline {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.hero__intro {
  font-size: 1.125rem;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
  max-width: 36rem;
  margin-inline: auto;
  line-height: 1.4;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.95);
}
@media (min-width: 768px) {
  .hero__intro {
    font-size: 1.25rem;
    max-width: 42rem;
  }
}

.hero__intro--chunky {
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .hero__intro--chunky {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.hero__subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.95);
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  font-size: 1rem;
  color: #ffffff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.95);
}

.hero__meta-line:first-child {
  font-size: 2rem;
}

.hero__meta-line--block {
  flex-basis: 100%;
  font-size: 1rem;
  margin-top: -0.5rem;
}

@media (min-width: 768px) {
  .event-page--hastings-country-music-superstars .hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.event-page--hastings-country-music-superstars .hero__title {
  margin-bottom: 0;
}
.event-page--hastings-country-music-superstars .hero__logo {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .event-page--hastings-country-music-superstars .hero__logo {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media (min-width: 768px) {
  .event-page--hastings-country-music-superstars .hero__logo {
    max-width: 48rem;
    margin-bottom: 4rem;
  }
}
.event-page--hastings-country-music-superstars .hero__meta {
  margin-top: 0;
}

@media (max-width: 767px) {
  .event-page--hastings-oktoberfest .hero__logo {
    max-width: 22.5rem;
  }
}
@media (min-width: 768px) {
  .event-page--hastings-oktoberfest .hero__logo {
    max-width: 37.5rem;
  }
}

.hero__book-now {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000;
  background-color: #f47d20;
  border-radius: 4px;
  text-decoration: none;
  text-shadow: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.hero__book-now:hover {
  background-color: #f79a4a;
  transform: translateY(-2px);
}
.hero__book-now:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}

.hero__hits {
  margin-top: 2rem;
  text-align: center;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hero__hits {
    margin-top: 3rem;
  }
}

.hero__hits-intro {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9), 0 2px 4px rgba(0, 0, 0, 0.95), 0 0 24px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .hero__hits-intro {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.hero__hits-list {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.9);
  word-spacing: 0.15em;
}
@media (min-width: 768px) {
  .hero__hits-list {
    font-size: 1.375rem;
    line-height: 1.7;
  }
}

.hero-area--friday .hero__book-now {
  background-color: #00f9ff;
}
.hero-area--friday .hero__book-now:hover {
  background-color: #33faff;
}

.hero-area--sunday .hero__book-now {
  background-color: #ff6b35;
}
.hero-area--sunday .hero__book-now:hover {
  background-color: #ff8555;
}

.events {
  padding: 6rem 0;
  background-color: #0d0d0d;
}

.events--on-hero {
  background-color: transparent;
  padding: 3rem 0 4rem;
}
@media (max-width: 767px) {
  .events--on-hero {
    padding-top: 0;
  }
}

.events--home {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.events--home .events__inner {
  display: none;
}

.events__bar {
  width: 100%;
  background: #000;
}

.events__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .events__bar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex-wrap: nowrap;
  }
}

.events__bar-heading {
  margin: 0;
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (min-width: 768px) {
  .events__bar-heading {
    font-size: 1.75rem;
  }
}

.events__bar-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.events__bar-btn:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .events__bar-btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
}
.events__bar-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: #fff;
}

.events--home .events__grid.events__grid--full-width {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
  grid-template-columns: 1fr;
  padding-inline: 1rem;
}
@media (min-width: 576px) {
  .events--home .events__grid.events__grid--full-width {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding-inline: 0;
  }
}
@media (min-width: 992px) {
  .events--home .events__grid.events__grid--full-width {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 576px) {
  .events--home .events__grid.events__grid--full-width:has(.event-card:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .events--home .events__grid.events__grid--full-width:has(.event-card:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .events--home .events__grid.events__grid--full-width:has(.event-card:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .events--home .events__grid.events__grid--full-width:has(.event-card:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.events--home .events__grid.events__grid--full-width .event-card {
  min-height: 28rem;
  height: 28rem;
}

.events--home .events__grid.events__grid--full-width .event-card--full-width-left {
  grid-column: 1/-1;
  min-height: 25rem;
  height: 25rem;
}
.events--home .events__grid.events__grid--full-width .event-card--full-width-left .event-card__body {
  text-align: left;
  max-width: 50%;
}
@media (max-width: 767px) {
  .events--home .events__grid.events__grid--full-width .event-card--full-width-left .event-card__body {
    max-width: none;
  }
}

.events__header {
  text-align: center;
  margin-bottom: 4rem;
}

.events--on-hero .events__header {
  margin-bottom: 2rem;
}

.events__title {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .events__title {
    font-size: 1rem;
  }
}

.events__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
.events__grid > * {
  min-width: 0;
}
@media (min-width: 576px) {
  .events__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  .events__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 576px) {
  .events--three-col .events__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .events--three-col .events__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.events--three-col .event-card {
  min-height: 30rem;
}

@media (min-width: 768px) {
  body[class*=event-page--] .events--three-col .event-card {
    border-top: 10px solid #000;
  }
}

.event-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 0;
  overflow: hidden;
  border: 10px solid #000;
  aspect-ratio: 16/15;
  min-height: 18rem;
  display: flex;
  align-items: flex-end;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  .event-card {
    border: none;
  }
}
@media (min-width: 768px) {
  .event-card {
    min-height: 24rem;
    border-top: none;
  }
}
@media (min-width: 992px) {
  .event-card {
    min-height: 33rem;
  }
}
.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.event-card__link-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: inherit;
}
.event-card__link-wrap:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.event-card__link-wrap .event-card__tag {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 3;
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000;
  background-color: #f47d20;
  pointer-events: none;
}
.event-card__link-wrap .event-card__hero-logo {
  position: absolute;
  left: 50%;
  top: 34%;
  transform: translate(-50%, -50%);
  width: min(22rem, 80%);
  max-height: 55%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.95)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.9));
  z-index: 2;
}
@media (max-width: 767px) {
  .event-card__link-wrap .event-card__hero-logo {
    top: 32%;
    width: min(18rem, 88%);
    max-height: 60%;
  }
}
.event-card__link-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.2) 70%);
  z-index: 1;
  pointer-events: none;
}

.event-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background-color: #0d0d0d;
  pointer-events: none;
}

.event-card__body {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  width: 100%;
}

.event-card__meta {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #000;
  border-top: 3px solid #f47d20;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0;
}

.event-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .event-card__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .event-card__title {
    font-size: 1.5rem;
  }
}

.event-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.event-card__link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.event-card__link:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.event-card__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.events--by-month {
  padding-bottom: 6rem;
}

.events-by-month {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .events-by-month {
    padding-inline: 2rem;
  }
}

.events-by-month__section {
  margin-bottom: 4rem;
}
.events-by-month__section:last-child {
  margin-bottom: 0;
}

.events-by-month__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #f47d20;
  margin: 0 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f47d20;
}
@media (min-width: 768px) {
  .events-by-month__title {
    font-size: 1.5rem;
  }
}

.events-by-month__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.events--by-month .event-card--in-list {
  margin: 0;
  height: 18rem;
  min-height: 18rem;
  max-height: 18rem;
}

.events--by-month .event-card--in-list .event-card__link-wrap {
  display: block;
}

.events--by-month .event-card__link-wrap .event-card__hero-logo {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33%;
  max-height: none;
  height: 100%;
  transform: none;
  object-position: right center;
}
@media (max-width: 767px) {
  .events--by-month .event-card__link-wrap .event-card__hero-logo {
    width: 33%;
    max-height: none;
  }
}

.events-by-month__sub-events {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  background-color: #252525;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.events-by-month__sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.events-by-month__sub-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem 1.5rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.events-by-month__sub-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.events-by-month__sub-item:first-child {
  padding-top: 0;
}

.events-by-month__sub-match {
  font-weight: 600;
  color: #ffffff;
}

.events-by-month__sub-venue {
  color: #a3a3a3;
  text-align: right;
}

.events-by-month__sub-date {
  grid-column: 1/-1;
  color: #a3a3a3;
  font-size: 0.8125rem;
}

.event-detail {
  padding: 4rem 0;
  background-color: #1a1a1a;
}

.event-detail__inner {
  max-width: 75rem;
  margin-inline: auto;
}

.event-detail__dates-venues {
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 3rem 2rem;
  background-color: #1a1a1a;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .event-detail__dates-venues {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .event-detail__dates-venues {
    padding: 4rem 0;
  }
}

.event-detail__dates-venues-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a3a3a3;
  margin: 0 0 2rem;
}

.event-detail__dates-venues-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-detail__fixture {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem 3rem;
  align-items: start;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.event-detail__fixture:last-child:not(.event-detail__fixture--final) {
  border-bottom: 0;
  padding-bottom: 0;
}
.event-detail__fixture:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .event-detail__fixture {
    padding: 2rem 0;
    gap: 2rem 4rem;
  }
}

.event-detail__fixture-left {
  min-width: 0;
}

.event-detail__fixture-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}

.event-detail__fixture-stage {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #c12026;
  border-radius: 9999px;
  flex-shrink: 0;
}

.event-detail__fixture-match {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 768px) {
  .event-detail__fixture-match {
    font-size: 1.25rem;
  }
}

.event-detail__fixture-vs {
  font-weight: 400;
}

.event-detail__fixture-venue {
  font-size: 1rem;
  color: #a3a3a3;
  margin: 0;
  line-height: 1.4;
}

.event-detail__fixture-right {
  text-align: right;
}

.event-detail__fixture-date,
.event-detail__fixture-time {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

.event-detail__fixture-time {
  font-size: 0.875rem;
  font-weight: 400;
  color: #a3a3a3;
  margin-top: 0.15rem;
}

.event-detail__fixture--final {
  position: relative;
  background-color: #c12026;
  color: #fff;
  padding: 3rem 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  border-bottom: 0;
  overflow: hidden;
}
.event-detail__fixture--final .event-detail__fixture-match,
.event-detail__fixture--final .event-detail__fixture-venue,
.event-detail__fixture--final .event-detail__fixture-date,
.event-detail__fixture--final .event-detail__fixture-time,
.event-detail__fixture--final .event-detail__fixture-left,
.event-detail__fixture--final .event-detail__fixture-right,
.event-detail__fixture--final .event-detail__fixture-head {
  position: relative;
  z-index: 1;
}
.event-detail__fixture--final .event-detail__fixture-match {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .event-detail__fixture--final .event-detail__fixture-match {
    font-size: 1.5rem;
  }
}
.event-detail__fixture--final .event-detail__fixture-venue,
.event-detail__fixture--final .event-detail__fixture-date,
.event-detail__fixture--final .event-detail__fixture-time {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}
.event-detail__fixture--final .event-detail__fixture-venue {
  color: rgba(255, 255, 255, 0.9);
}
.event-detail__fixture--final .event-detail__fixture-stage {
  display: none;
}

body.event-page--1066-darts-open .event-detail__fixture--final {
  background-image: url("../../images/events/1066darts/darts_bg.png");
  background-size: 140%;
  background-position: right -230px;
  background-repeat: no-repeat;
}
body.event-page--1066-darts-open .event-detail__fixture--final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(193, 32, 38, 0.88);
  z-index: 0;
  border-radius: 4px;
}

.event-detail__grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .event-detail__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 4rem;
  }
}

.event-detail__col-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .event-detail__col-left {
    order: 0;
  }
}

.event-detail__col-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  order: -1;
}
@media (min-width: 768px) {
  .event-detail__col-right {
    order: 0;
  }
}

.event-detail__highlights {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}

.event-detail__highlights-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a3a3a3;
  margin: 0 0 1rem;
}

.event-detail__highlights-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
}
.event-detail__highlights-list li {
  position: relative;
  padding-left: 1rem;
}
.event-detail__highlights-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #a3a3a3;
}
.event-detail__highlights-list li + li {
  margin-top: 0.5rem;
}

.event-detail__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
  margin-bottom: 2rem;
}

.event-detail__meta-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.event-detail__meta-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: #a3a3a3;
}
.event-detail__meta-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.event-detail__meta-content {
  min-width: 0;
}

.event-detail__meta-label {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
}

.event-detail__meta-value {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #a3a3a3;
  line-height: 1.4;
}

.event-detail__meta-link {
  color: #f47d20;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.event-detail__meta-link:hover {
  color: #f79a4a;
}

.event-detail__info-box {
  padding: 2rem 0 0;
}

@media (max-width: 767px) {
  .event-detail__info-box--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .event-detail__info-box--desktop {
    padding-top: 0;
  }
}

.event-detail__info-box--mobile {
  display: none;
}
@media (max-width: 767px) {
  .event-detail__info-box--mobile {
    display: block;
    padding: 2rem 1.5rem;
    margin: 2rem 0;
  }
}

.event-detail__quick-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.event-detail__quick-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 10px 0.5rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  transition: color 0.2s ease;
}
.event-detail__quick-link::after {
  content: "";
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}
.event-detail__quick-link:first-child {
  padding-top: 0;
}
.event-detail__quick-link:hover {
  color: #f47d20;
}

.event-detail__share {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.event-detail__share-label {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a3a3a3;
}

.event-detail__share-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.event-detail__share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #a3a3a3;
  transition: color 0.2s ease;
}
.event-detail__share-link:hover {
  color: #ffffff;
}
.event-detail__share-link svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.event-detail__band-logo {
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.event-detail__band-logo img {
  display: block;
  max-height: 5rem;
  width: auto;
  object-fit: contain;
}

.event-detail__band-logo-label {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a3a3a3;
}

.event-detail__headline-sponsor {
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.event-detail__headline-sponsor img {
  display: block;
  max-height: 5rem;
  width: auto;
  object-fit: contain;
}

.event-detail__sponsor-teaser {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.event-detail__sponsor-teaser:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
}
.event-detail__sponsor-teaser:hover .event-detail__sponsor-teaser-link {
  color: #f47d20;
}

.event-detail__sponsor-teaser-logo {
  font-size: 1rem;
  font-weight: 600;
  color: #a3a3a3;
  min-height: 4rem;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
}

.event-detail__sponsor-teaser-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #a3a3a3;
}

.event-detail__sponsor-teaser-link {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #f47d20;
  transition: color 0.2s ease;
}
.event-detail__sponsor-teaser-link::after {
  content: " →";
}

.event-detail__times {
  display: none;
}

.event-detail__times-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a3a3a3;
  margin: 0 0 1rem;
}

.event-detail__times-gates {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.875rem;
  line-height: 1.5;
  color: #a3a3a3;
}

.event-detail__times-link {
  color: #ffffff;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.event-detail__times-link:hover {
  color: #f47d20;
}

.event-detail__time {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.event-detail__time:last-child {
  margin-bottom: 0;
}

.event-detail__time-label {
  color: #a3a3a3;
  font-weight: 500;
  min-width: 6rem;
}

.event-detail__time-value {
  font-weight: 700;
  color: #ffffff;
}

.event-detail__location {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.event-detail__location-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a3a3a3;
  margin: 0 0 1rem;
}

.event-detail__location-name {
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.5rem;
}

.event-detail__location-address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
}

.event-detail__expect {
  padding: 2rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 768px) {
  .event-detail__expect {
    padding: 0;
    border-top: none;
  }
}

.event-detail__expect-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a3a3a3;
  margin: 0 0 1rem;
}

.event-detail__expect-text {
  margin: 0;
  color: #ffffff;
  line-height: 1.6;
  font-size: 1rem;
}
.event-detail__expect-text a.event-detail__expect-link {
  font-weight: 600;
  color: #f47d20;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.event-detail__expect-text a.event-detail__expect-link:hover {
  color: #f79a4a;
}

.event-cta {
  padding: 3rem 0;
  background-color: #0d0d0d;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.event-cta__inner {
  max-width: 75rem;
  margin-inline: auto;
  text-align: center;
}

.event-cta__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #ffffff;
}

.event-cta__text {
  margin: 0;
  color: #a3a3a3;
  line-height: 1.5;
  font-size: 1rem;
}

.event-gallery {
  padding: 4rem 0 2rem 0;
  background-color: #1a1a1a;
}

.event-gallery__inner {
  max-width: 75rem;
  margin-inline: auto;
}

.event-gallery__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 2rem;
  text-align: center;
  color: #ffffff;
}

.event-gallery__main {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background-color: #0d0d0d;
}
.event-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.event-gallery__thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.event-gallery__thumb {
  flex: 0 0 auto;
  width: 120px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  scroll-snap-align: start;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}
.event-gallery__thumb:hover, .event-gallery__thumb.is-active {
  border-color: #f47d20;
}
.event-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (min-width: 768px) {
  .event-gallery__thumb {
    width: 160px;
    height: 100px;
  }
}

body.event-page--hastings-oktoberfest,
body.event-page--hastings-oktoberfest .event-detail {
  background-color: #2860a0;
}

body.event-page--hastings-oktoberfest .event-gallery {
  background-color: #121212;
}

.event-testimonial {
  padding: 4rem 0;
  background-color: #252525;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.event-testimonial__inner {
  max-width: 50rem;
  margin-inline: auto;
  text-align: center;
}

.event-testimonial__quote {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 1.5rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .event-testimonial__quote {
    font-size: 1.5rem;
  }
}

.event-testimonial__cite {
  font-size: 1rem;
  color: #a3a3a3;
  font-style: normal;
}
.event-testimonial__cite::before {
  content: "— ";
}

body.page-friday .event-detail__times,
body.page-friday .event-detail__location,
body.page-friday .event-detail__highlights,
body.page-friday .event-detail__sponsor-teaser,
body.page-saturday .event-detail__times,
body.page-saturday .event-detail__location,
body.page-saturday .event-detail__highlights,
body.page-saturday .event-detail__sponsor-teaser {
  background-color: rgba(2, 2, 35, 0.8509803922);
}
body.page-friday .event-detail__sponsor-teaser-logo,
body.page-saturday .event-detail__sponsor-teaser-logo {
  background-color: rgba(2, 2, 35, 0.8509803922);
}

body.page-hastings-christmas .event-detail {
  position: relative;
  background-image: var(--body-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-hastings-christmas .event-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  z-index: 1;
}
body.page-hastings-christmas .event-detail .event-detail__inner {
  position: relative;
  z-index: 2;
}

.event-detail--alt {
  background-color: #252525;
}

.event-detail--food-bg {
  position: relative;
  background-color: #252525;
}
.event-detail--food-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--food-section-bg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.event-detail--food-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43, 4, 62, 0.8784313725);
  z-index: 1;
}
.event-detail--food-bg .event-detail__inner {
  position: relative;
  z-index: 2;
}

.event-detail__section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .event-detail__section-title {
    font-size: 2rem;
  }
}
.event-detail__section-title--h3 {
  font-size: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .event-detail__section-title--h3 {
    font-size: 1.5rem;
  }
}
.event-detail__section-title--h3:first-child {
  margin-top: 0;
}

.event-detail__party-night {
  margin-bottom: 3rem;
}
.event-detail__party-night:last-of-type {
  margin-bottom: 0;
}

.event-detail__section-intro {
  margin: 0 0 1.5rem;
  color: #a3a3a3;
  line-height: 1.6;
}

.event-detail__dates {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
  color: #ffffff;
  line-height: 1.6;
}
.event-detail__dates li + li {
  margin-top: 0.25rem;
}

.event-detail__price {
  margin: 0 0 2rem;
  color: #ffffff;
  line-height: 1.6;
}

.event-detail__menu {
  margin: 0 0 2rem;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
}
.event-detail__menu ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  list-style: disc;
  color: #ffffff;
  line-height: 1.6;
  font-size: 0.875rem;
}
.event-detail__menu ul:last-of-type {
  margin-bottom: 0;
}
.event-detail__menu li + li {
  margin-top: 0.25rem;
}

.event-detail__menu-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #a3a3a3;
  margin: 0 0 0.5rem;
}

.event-detail__contact {
  margin: 0 0 1.5rem;
  padding-left: 0;
  list-style: none;
}
.event-detail__contact a {
  color: #f47d20;
  text-decoration: none;
}
.event-detail__contact a:hover {
  text-decoration: underline;
}
.event-detail__contact li + li {
  margin-top: 0.5rem;
}

.event-detail__menu-key {
  margin: 1.5rem 0 0;
  font-size: 0.875rem;
  color: #a3a3a3;
  line-height: 1.5;
}

.testimonial {
  background-color: #f47d20;
  color: #000;
  padding: 4rem 1rem;
}
@media (max-width: 767px) {
  .testimonial {
    padding: 2rem 2rem 3rem;
  }
}

.testimonial--with-bg {
  position: relative;
  color: #fff;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.testimonial--with-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.8));
}

.testimonial__quote {
  margin: 0;
  max-width: 75rem;
  margin-inline: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.testimonial--with-bg .testimonial__quote {
  padding-top: 12rem;
}

.testimonial__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
  position: relative;
}
.testimonial__text::before, .testimonial__text::after {
  font-family: inherit;
  font-weight: inherit;
}
.testimonial__text::before {
  content: "“";
  margin-right: 0.1em;
}
.testimonial__text::after {
  content: "”";
  margin-left: 0.1em;
}
@media (min-width: 768px) {
  .testimonial__text {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .testimonial__text {
    font-size: 3rem;
  }
}

.testimonial__cite {
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) {
  .testimonial__cite {
    font-size: 1.25rem;
  }
}

body.page-friday .testimonial {
  background-color: #00f9ff;
}

body.page-sunday .testimonial {
  background-color: #ff6b35;
}

body.event-page--hastings-world-cup-fan-park .testimonial {
  background-color: #c12026;
  color: #fff;
}
body.event-page--hastings-world-cup-fan-park .testimonial .testimonial__cite {
  color: rgba(255, 255, 255, 0.95);
}

body.event-page--hastings-oktoberfest .testimonial {
  background-color: #357abe;
  color: #fff;
}
body.event-page--hastings-oktoberfest .testimonial .testimonial__cite {
  color: rgba(255, 255, 255, 0.95);
}

.event-about {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 4rem 1rem 2rem;
}
@media (max-width: 767px) {
  .event-about {
    padding: 2rem 1.5rem 1.5rem;
  }
}

.event-about__inner {
  max-width: 75rem;
  margin-inline: auto;
}

.event-about__title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a3a3a3;
  margin: 0 0 1rem;
}

.event-about__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .event-about__text {
    font-size: 1.25rem;
  }
}

.news {
  background-color: #000;
  padding-bottom: 2rem;
}

.news__bar {
  width: 100%;
  background: #000;
}

.news__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .news__bar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex-wrap: nowrap;
  }
}

.news__bar-heading {
  margin: 0;
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (min-width: 768px) {
  .news__bar-heading {
    font-size: 1.75rem;
  }
}

.news__bar-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.news__bar-btn:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .news__bar-btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
}
.news__bar-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: #fff;
}

.news__accordion {
  width: 100%;
  max-width: none;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.news__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.news__item:last-child {
  border-bottom: none;
}

.news__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  min-height: 2.75rem;
  text-align: left;
  color: #ffffff;
  font: inherit;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.news__item-header:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .news__item-header {
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
  }
}
.news__item-header:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.news__item-title {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .news__item-title {
    font-size: 2rem;
    max-width: 75%;
    font-weight: 100;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .news__item:first-child .news__item-title {
    font-size: 3rem;
  }
}

.news__item-date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-start;
  flex-shrink: 0;
  font-weight: 100;
  font-size: 0.9em;
  opacity: 0.9;
}

.news__item-date-year {
  font-size: 0.65em;
  line-height: 1.2;
}

.news__item-chevron {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.news__item.is-expanded .news__item-chevron {
  transform: rotate(180deg);
}

.news__item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
@media (min-width: 768px) {
  .news__item-content {
    display: flex;
    flex-wrap: wrap;
  }
}

.news__item.is-expanded .news__item-content {
  max-height: 30rem;
}

.news__item-body {
  padding: 0 1rem 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .news__item-body {
    padding: 0 1.5rem 1.5rem;
    flex: 0 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
.news__item-body p {
  margin: 0 0 1rem;
}
.news__item-body p:last-child {
  margin-bottom: 0;
}

.news__item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.news__item-body > .news__item-btn {
  margin-top: 1rem;
}

.news__item-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.news__item-btn:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.news__item-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.news__item-btn--cta {
  background-color: #f47d20;
  border-color: #f47d20;
}
.news__item-btn--cta:hover {
  background-color: #f79a4a;
  border-color: #f79a4a;
  color: #fff;
}

.news__item-media {
  display: none;
}
@media (min-width: 768px) {
  .news__item-media {
    display: block;
    flex: 0 1 50%;
    max-width: 50%;
    padding: 1.5rem;
    padding-left: 0;
    box-sizing: border-box;
  }
  .news__item-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
}

.news-promo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 20rem;
}
@media (max-width: 767px) {
  .news-promo {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.news-promo__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  min-height: 17.5rem;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.news-promo__card:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .news-promo__card {
    padding: 2rem;
    min-height: 22.5rem;
  }
}
.news-promo__card:hover {
  opacity: 0.95;
}

.news-promo__card--group-bookings {
  background-color: #f47d20;
  color: #000;
  position: relative;
}
.news-promo__card--group-bookings .news-promo__title {
  font-weight: 400;
}
.news-promo__card--group-bookings:hover {
  background-color: #f79a4a;
}

.news-promo__title {
  font-size: 1.5rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .news-promo__title {
    font-size: 2.5rem;
  }
}

.news-promo__chevron {
  width: 3rem;
  height: 3rem;
  margin-top: auto;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .news-promo__chevron {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.news-promo__card--venues {
  background-image: url("../../images/backgrounds/background1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-promo__card--venues .news-promo__title {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.tickets {
  position: relative;
  padding: 6rem 0;
  background-color: #2d1b4e;
  overflow: hidden;
}

body.tickets-has-bg .tickets::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--tickets-bg-image);
  background-size: 140%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.tickets-has-bg .tickets::before {
    background-size: cover;
    background-position: left;
  }
}
body.tickets-has-bg .tickets::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 45%), linear-gradient(135deg, rgba(0, 120, 255, 0.12) 0%, transparent 50%, rgba(255, 0, 140, 0.12) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  pointer-events: none;
}

body.page-friday.tickets-has-bg .tickets {
  background-color: #bd0a81;
}
body.page-friday.tickets-has-bg .tickets::before {
  background-position: center bottom;
}
@media (max-width: 767px) {
  body.page-friday.tickets-has-bg .tickets::before {
    background-position: left;
  }
}

body.page-sunday.tickets-has-bg .tickets {
  background-color: #ff6b35;
}
body.page-sunday.tickets-has-bg .tickets::before {
  background-position: center bottom;
}
@media (max-width: 767px) {
  body.page-sunday.tickets-has-bg .tickets::before {
    background-position: left;
  }
}

body.page-saturday.tickets-has-bg .tickets::after {
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, transparent 45%), linear-gradient(135deg, rgba(0, 120, 255, 0.08) 0%, transparent 50%, rgba(255, 0, 140, 0.08) 100%);
}

body.tickets-has-bg .tickets:has(.tickets__inner--notify)::after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72));
  background-size: 100% 100%;
}

.tickets__inner--notify {
  background-color: transparent;
  padding: 2rem 1rem;
  max-width: 32rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .tickets__inner--notify {
    padding: 3rem 2rem;
  }
}

.tickets__inner {
  position: relative;
  z-index: 2;
  max-width: 75rem;
  margin-inline: auto;
}

.tickets__title {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  text-align: center;
}

.tickets__embed {
  position: relative;
  width: 100%;
  min-height: 70vh;
  border-radius: 4px;
  overflow: hidden;
  background-color: #0d0d0d;
}
@media (max-width: 767px) {
  .tickets__embed {
    width: 90%;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .tickets__embed {
    min-height: 50vh;
    max-width: 80%;
    margin-inline: auto;
  }
}

.tickets__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: none;
}

.tickets__tbc {
  margin: 0;
  text-align: center;
  color: #a3a3a3;
  line-height: 1.6;
}
.tickets__tbc a {
  color: #f47d20;
  text-decoration: none;
}
.tickets__tbc a:hover {
  text-decoration: underline;
}

.tickets__notify-subheading {
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 1rem;
  max-width: 28rem;
  margin-inline: auto;
  line-height: 1.4;
}

.tickets__notify-success {
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.125rem;
  margin: 0;
}

.tickets__notify-form {
  max-width: 28rem;
  margin-inline: auto;
  margin-top: 1.5rem;
  text-align: left;
}

.tickets__notify-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .tickets__notify-row {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .tickets__notify-row .tickets__notify-field--wide {
    grid-column: 1/-1;
  }
}

.tickets__notify-field label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.tickets__notify-field input {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.tickets__notify-field input:focus {
  outline: none;
  border-color: #f47d20;
}
.tickets__notify-field input.tickets__notify-input--error {
  border-color: rgba(239, 68, 68, 0.8);
}

.tickets__notify-error {
  display: block;
  font-size: 0.875rem;
  color: rgba(254, 202, 202, 0.95);
  margin-top: 0.25rem;
}
.tickets__notify-error--general {
  margin-bottom: 1rem;
}

.tickets__notify-submit {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  color: #000;
  background-color: #f47d20;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.tickets__notify-submit:hover {
  background-color: rgb(245.9179487179, 147.6666666667, 70.8820512821);
}

.tickets--enquire .tickets__inner {
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .tickets--enquire .tickets__inner {
    padding-inline: 2rem;
  }
}

body.page-hastings-christmas.tickets-has-bg .tickets.tickets--enquire::before {
  background-size: auto 100%;
  background-position: center;
}

body.page-hastings-christmas.tickets-has-bg .tickets.tickets--enquire::after {
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 50%), linear-gradient(135deg, rgba(0, 120, 255, 0.08) 0%, transparent 50%, rgba(255, 0, 140, 0.08) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
}

.tickets__contact {
  text-align: center;
  color: #ffffff;
  max-width: 36rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.tickets__contact p {
  margin: 0 0 1rem;
  line-height: 1.6;
}
.tickets__contact .event-detail__contact {
  text-align: center;
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 0;
}
.tickets__contact .event-detail__contact a {
  color: #f47d20;
  font-weight: 600;
}

.tickets__contact-intro {
  margin-bottom: 0.5rem;
}

.tickets__contact-deposit {
  margin-bottom: 2rem;
}

.tickets--enquire .tickets__contact {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 2rem;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .tickets--enquire .tickets__contact {
    padding: 3rem;
  }
}

.tickets__booking-form {
  text-align: left;
  margin-top: 1.5rem;
}

.tickets__contact .contact-form__field input,
.tickets__contact .contact-form__field textarea,
.tickets__contact .contact-form__field select {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.tickets__contact .contact-form__field input::placeholder,
.tickets__contact .contact-form__field textarea::placeholder,
.tickets__contact .contact-form__field select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.tickets__contact .contact-form__field input:focus,
.tickets__contact .contact-form__field textarea:focus,
.tickets__contact .contact-form__field select:focus {
  outline: none;
  border-color: #f47d20;
  background-color: rgba(255, 255, 255, 0.12);
}
.tickets__contact .contact-form__field input.contact-form__input--error,
.tickets__contact .contact-form__field textarea.contact-form__input--error,
.tickets__contact .contact-form__field select.contact-form__input--error {
  border-color: rgba(239, 68, 68, 0.7);
}

.tickets__contact .contact-form__field select {
  cursor: pointer;
  appearance: auto;
}

.tickets__contact .contact-form__field label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}

.tickets__contact .contact-message {
  margin-bottom: 2rem;
  text-align: center;
}

.lineup {
  padding: 4rem 0;
  background-color: #f47d20;
  color: #000;
}

.lineup__inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .lineup__inner {
    padding-inline: 2rem;
  }
}

.lineup__title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #000;
  margin-bottom: 0.25rem;
  text-align: center;
}

.lineup__announcement {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .lineup__announcement {
    font-size: 1.5rem;
  }
}

.lineup__note {
  font-size: 0.8125rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 2rem;
  text-align: center;
}

.lineup__teaser {
  font-size: 0.875rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  margin: 2rem 0 0;
  text-align: center;
}

.lineup__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 24rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .lineup__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
    gap: 2rem;
  }
}

.lineup__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.4);
  min-width: 0;
}
@media (min-width: 768px) {
  .lineup__item {
    align-items: center;
    text-align: center;
  }
}

.lineup__label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .lineup__item--headline {
    grid-column: 1/-1;
  }
}
.lineup__item--headline .lineup__name {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .lineup__item--headline .lineup__name {
    font-size: 4rem;
  }
}

.lineup__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .lineup__name {
    font-size: 2rem;
  }
}

.lineup__subtext {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
}

body.page-friday .lineup {
  background-color: #00f9ff;
}

body.page-sunday .lineup {
  background-color: #ff6b35;
}

.headline-sponsor {
  padding: 6rem 1rem;
  background-color: #1a1a1a;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.headline-sponsor__inner {
  max-width: 75rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .headline-sponsor__inner {
    gap: 2rem;
  }
}

.headline-sponsor__heading {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin: 0;
}

.headline-sponsor__text {
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
  max-width: 36rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .headline-sponsor__text {
    font-size: 1.125rem;
  }
}

.headline-sponsor__logo-wrap {
  margin-top: 0.5rem;
}

.headline-sponsor__logo {
  display: block;
  max-height: 6rem;
  width: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .headline-sponsor__logo {
    max-height: 8rem;
  }
}

.ticket-cta {
  padding: 6rem 1rem;
  background-color: #1a1a1a;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ticket-cta__inner {
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}

.ticket-cta__title {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 1rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .ticket-cta__title {
    font-size: 2.5rem;
  }
}

.ticket-cta__pricing {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .ticket-cta__pricing {
    font-size: 1.5rem;
  }
}

.ticket-cta__btn {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000;
  background-color: #f47d20;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.ticket-cta__btn:hover {
  background-color: #f79a4a;
  transform: translateY(-2px);
}
.ticket-cta__btn:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 4px;
}

.charity-cta {
  padding: 6rem 0;
  background-color: #2d1b4e;
  text-align: center;
}

.charity-cta__inner {
  max-width: 75rem;
  margin-inline: auto;
}

.charity-cta__lead {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .charity-cta__lead {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .charity-cta__lead {
    font-size: 3rem;
  }
}

.charity-cta__text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 3rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .charity-cta__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .charity-cta__text {
    font-size: 2rem;
  }
}

.charity-cta__btn {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0d0d0d;
  background-color: #f47d20;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.charity-cta__btn:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.charity-cta__btn:hover {
  background-color: #f0f030;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .charity-cta__btn {
    padding: 1.5rem 4rem;
    font-size: 1.25rem;
  }
}

.leadership {
  position: relative;
  padding: 6rem 0;
  background-color: #06063d;
}
.leadership::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 45%), linear-gradient(135deg, rgba(0, 120, 255, 0.12) 0%, transparent 50%, rgba(255, 0, 140, 0.12) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  pointer-events: none;
}

.leadership__inner {
  position: relative;
  z-index: 2;
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .leadership__inner {
    padding-inline: 2rem;
  }
}

.leadership__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .leadership__title {
    font-size: 2rem;
  }
}

.leadership__intro {
  font-size: 0.875rem;
  color: #a3a3a3;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 3rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .leadership__intro {
    font-size: 1rem;
  }
}

.leadership__slider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.leadership__arrow {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: #ff69b4;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.leadership__arrow:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.leadership__arrow:hover {
  background-color: #ff85c8;
  transform: scale(1.05);
}
.leadership__arrow svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 768px) {
  .leadership__arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
  .leadership__arrow svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.leadership__track-wrap {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}

.leadership__track {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.leadership__track::-webkit-scrollbar {
  display: none;
}

.leadership__grid {
  list-style: none;
  margin: 0;
  padding: 1rem 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: flex-start;
  min-width: min-content;
}

.leadership--grid .leadership__slider {
  display: none;
}

.leadership__grid--all {
  flex-wrap: wrap;
  justify-content: center;
  min-width: 0;
  padding: 0;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .leadership__grid--all {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .leadership__grid--all {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .leadership__grid--all {
    grid-template-columns: repeat(5, 1fr);
  }
}
.leadership__grid--all .leadership__card {
  width: auto;
}

.leadership__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 auto;
  width: 8rem;
}
@media (min-width: 768px) {
  .leadership__card {
    width: 10rem;
  }
}

.leadership__photo {
  width: 60%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(100%);
  margin-bottom: 0.5rem;
  border: 3px solid rgba(255, 255, 255, 0.12);
  transition: filter 0.2s ease;
}
@media (min-width: 768px) {
  .leadership__photo {
    width: 100%;
  }
}
.leadership__card:hover .leadership__photo {
  filter: none;
}

.leadership__name {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .leadership__name {
    font-size: 1rem;
  }
}

.leadership__role {
  font-size: 0.75rem;
  color: #a3a3a3;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .leadership__role {
    font-size: 0.875rem;
  }
}

.leadership__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.leadership__actions-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #a3a3a3;
}

.leadership__btn {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.leadership__btn:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.leadership__btn--primary {
  color: #0d0d0d;
  background-color: #f47d20;
}
.leadership__btn--primary:hover {
  background-color: #f0f030;
  transform: translateY(-2px);
}
.leadership__btn--secondary {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.leadership__btn--secondary:hover {
  border-color: #f47d20;
  color: #f47d20;
  transform: translateY(-2px);
}

.partners {
  position: relative;
  padding: 4rem 0;
  background-color: #1a1a1a;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .partners {
    padding-top: 5rem;
  }
}
.partners::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.08) 100%), linear-gradient(180deg, rgba(60, 60, 60, 0.6) 0%, rgba(40, 40, 40, 0.75) 50%, rgba(20, 20, 20, 0.85) 100%);
}
.partners::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../../images/events/1066darts/darts_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  pointer-events: none;
}

.partners__heading {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 1.5rem;
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .partners__heading {
    padding-inline: 2rem;
  }
}

.partners__marquee-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .partners__marquee-wrap {
    padding: 1.5rem 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .partners__marquee-wrap {
    display: flex;
    justify-content: center;
  }
}

.partners__marquee-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  gap: 6rem;
  padding-inline: 2rem;
  animation: partners-marquee 30s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .partners__marquee-track {
    animation: none;
  }
}

.partners__logo-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.partners__logo {
  display: block;
  height: 2.5rem;
  width: auto;
  max-height: 3.5rem;
  object-fit: contain;
  opacity: 0.95;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .partners__logo {
    height: 3.5rem;
    max-height: 4rem;
  }
}

@keyframes partners-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
.partners__day-sponsors {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 75rem;
  margin-inline: auto;
  margin-bottom: 3rem;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .partners__day-sponsors {
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 2rem;
  }
}

.partners__day-sponsor {
  text-align: center;
}
@media (max-width: 767px) {
  .partners__day-sponsor:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
  }
}

.partners__day-sponsor-logo {
  display: block;
  width: 80%;
  height: auto;
  max-height: 6rem;
  object-fit: contain;
  margin-inline: auto;
  opacity: 0.9;
}

.partners__competition {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
}

.partners__competition-inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .partners__competition-inner {
    padding-inline: 2rem;
  }
}

.partners__competition .partners__heading {
  max-width: 36rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .partners__competition .partners__heading {
    max-width: 80%;
    width: 80%;
  }
}

.partners__competition-text,
.partners__competition-form {
  max-width: 36rem;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .partners__competition-text,
  .partners__competition-form {
    max-width: 80%;
    width: 80%;
  }
}

.partners__competition-text {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  color: #ffffff;
  text-align: center;
}

.partners__competition-win {
  display: block;
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.25rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .partners__competition-win {
    font-size: 7rem;
    color: #fff;
    line-height: 1.1;
  }
}

.partners__competition-sub {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.partners__competition-form {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.partners__competition-row {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .partners__competition-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners__competition-row .partners__competition-field:nth-child(3) {
    grid-column: 1/-1;
  }
}

.partners__competition-field label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.partners__competition-field input,
.partners__competition-field textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.partners__competition-field input::placeholder,
.partners__competition-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.partners__competition-field input:focus,
.partners__competition-field textarea:focus {
  outline: none;
  border-color: #f47d20;
  background-color: rgba(0, 0, 0, 0.75);
}
.partners__competition-field textarea {
  resize: vertical;
  min-height: 5rem;
}

.partners__competition-terms {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.partners__competition-terms label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.partners__competition-terms input[type=checkbox] {
  margin-top: 0.1rem;
}

.partners__competition-terms--secondary {
  margin-top: 0.25rem;
}

.partners__competition-terms-link {
  display: inline;
  margin-left: 0.25rem;
  font-size: 0.875rem;
  color: #f47d20;
  text-decoration: underline;
}
.partners__competition-terms-link:hover {
  text-decoration: none;
}

.partners__competition-submit {
  align-self: flex-start;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000;
  background-color: #f47d20;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.partners__competition-submit:hover {
  background-color: #f79a4a;
  transform: translateY(-1px);
}
.partners__competition-submit:focus-visible {
  outline: 2px solid #f79a4a;
  outline-offset: 2px;
}

.site-footer {
  position: relative;
  padding: 4rem 1rem 2rem;
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__inner {
  position: relative;
  z-index: 2;
  max-width: 75rem;
  margin-inline: auto;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 4rem;
  text-align: left;
}
@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
  }
}

.site-footer__brand-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.site-footer__logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.site-footer__logo-link {
  display: block;
}
.site-footer__logo-link:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}

.site-footer__logo {
  display: block;
  width: 140px;
  height: auto;
  max-height: 4rem;
  object-fit: contain;
}
@media (min-width: 768px) {
  .site-footer__logo {
    max-height: 5rem;
  }
}

.site-footer__rt-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 4rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .site-footer__rt-logo {
    max-height: 5rem;
  }
}

.site-footer__tagline {
  font-size: 0.6875rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
  letter-spacing: 0.02em;
  text-transform: none;
}
@media (max-width: 767px) {
  .site-footer__tagline strong {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 5px;
    display: block;
  }
}
@media (min-width: 768px) {
  .site-footer__tagline {
    font-size: 0.75rem;
  }
}

.site-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.site-footer__link {
  color: #ffffff;
}
.site-footer__link:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.site-footer__link:hover {
  color: #a3a3a3;
}

.site-footer__social {
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  .site-footer__social {
    display: none;
  }
}

.site-footer__social--desktop {
  display: none;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .site-footer__social--desktop {
    display: flex;
    justify-content: flex-end;
  }
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
}
.site-footer__social-link:focus-visible {
  outline: 2px solid #f47d20;
  outline-offset: 2px;
}
.site-footer__social-link:hover {
  opacity: 0.8;
}
.site-footer__social-link svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.site-footer__legal {
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}

.site-footer__credit {
  font-size: 0.6875rem;
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25em;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .site-footer__credit {
    justify-content: flex-end;
  }
}

.site-footer__heart {
  display: inline-flex;
  align-items: center;
  color: #f79a4a;
}
.site-footer__heart svg {
  width: 0.875rem;
  height: 0.875rem;
}

.site-footer__col--links {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .site-footer__col--links {
    align-items: start;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .site-footer__col--enquiries {
    text-align: right;
  }
}

.page-prom .event-detail,
.page-prom .headline-sponsor,
.page-prom .ticket-cta,
.page-prom .events,
.page-prom .event-gallery,
.page-prom .partners {
  background-color: #2d1b4e;
}
.page-prom .event-detail__times {
  background-color: rgba(45, 27, 78, 0.6);
}

.page-faqs {
  background-color: #6b2d8a;
  color: #ffffff;
}

.faqs-hero {
  padding: 4rem 0 3rem;
  text-align: center;
}

.faqs-hero__inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .faqs-hero__inner {
    padding-inline: 2rem;
  }
}

.faqs-hero__title {
  margin: 0 0 0.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .faqs-hero__title {
    font-size: 3rem;
  }
}

.faqs-hero__lead {
  margin: 0;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
}

.faqs-content {
  padding-bottom: 6rem;
  background-color: #6b2d8a;
}

.faqs-content__inner {
  max-width: 52rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .faqs-content__inner {
    padding-inline: 2rem;
  }
}

.faqs-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faqs-accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.faqs-accordion__item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.faqs-accordion__summary {
  padding: 1.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: background-color 0.2s ease;
}
.faqs-accordion__summary::-webkit-details-marker {
  display: none;
}
.faqs-accordion__summary::after {
  content: "";
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: auto;
  transition: transform 0.2s ease;
}
.faqs-accordion__item[open] .faqs-accordion__summary::after {
  transform: rotate(-135deg);
}
.faqs-accordion__summary:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.faqs-accordion__panel {
  padding: 0 1rem 1.5rem;
}
.faqs-accordion__panel p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}
.faqs-accordion__panel p:last-child {
  margin-bottom: 0;
}
.faqs-accordion__panel a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.faqs-accordion__panel a:hover {
  text-decoration: none;
}

.travel-hero {
  min-height: 20rem;
}
@media (min-width: 768px) {
  .travel-hero {
    min-height: 28vh;
  }
}
.travel-hero::after {
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, transparent 45%), linear-gradient(135deg, rgba(0, 120, 255, 0.04) 0%, transparent 50%, rgba(255, 0, 140, 0.04) 100%);
}

.travel-content {
  padding: 4rem 0;
  background-color: #1a1a1a;
}

.travel-content__inner {
  max-width: 52rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .travel-content__inner {
    padding-inline: 2rem;
  }
}

.travel-content__intro {
  margin: 0 0 3rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #a3a3a3;
}

.travel-section {
  margin-bottom: 3rem;
}
.travel-section:last-child {
  margin-bottom: 0;
}

.travel-section__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.travel-section__content {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
}
.travel-section__content p {
  margin: 0 0 1rem;
}
.travel-section__content p:last-child {
  margin-bottom: 0;
}
.travel-section__content a {
  color: #f47d20;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.travel-section__content a:hover {
  color: #f79a4a;
}
.travel-section__content ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.travel-section__content ul:last-child {
  margin-bottom: 0;
}
.travel-section__content ul li {
  margin-bottom: 0.5rem;
}
.travel-section__content ul li:last-child {
  margin-bottom: 0;
}

.travel-address {
  padding: 1.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-style: normal;
}

.group-bookings-cta__btn {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff !important;
  background-color: #f47d20;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.group-bookings-cta__btn:hover {
  background-color: #f79a4a;
  color: #fff !important;
}

.travel-taxi-partner {
  margin-top: 3rem;
  padding: 3rem;
  background-color: #252525;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.travel-taxi-partner__label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a3a3a3;
  margin: 0 0 1.5rem;
}

.travel-taxi-partner__logo {
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}
.travel-taxi-partner__logo img {
  display: block;
  max-height: 5rem;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  opacity: 0.9;
}

.travel-taxi-partner__strapline {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.travel-taxi-partner__phone {
  color: #f47d20;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.travel-taxi-partner__phone:hover {
  color: #f79a4a;
}

.travel-taxi-partner__logo-placeholder {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.04);
  border: 2px dashed rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  font-size: 0.875rem;
  color: #a3a3a3;
}

.venue-hero {
  min-height: 35vh;
}
@media (min-width: 768px) {
  .venue-hero {
    min-height: 42vh;
  }
}

.venue-key {
  display: grid;
  gap: 1.5rem;
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .venue-key {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.venue-key__card {
  padding: 2rem;
  background-color: #252525;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.venue-key__title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f47d20;
  margin: 0 0 0.5rem;
}

.venue-key__value {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}

.venue-key__list {
  margin: 0;
  padding-left: 0;
  color: #ffffff;
  line-height: 1.6;
}
.venue-key__list li {
  margin-bottom: 0.35rem;
}
.venue-key__list li:last-child {
  margin-bottom: 0;
}

.venue-map-wrap {
  margin: 0 0 2rem;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.venue-map {
  width: 100%;
  height: 20rem;
  min-height: 16rem;
}
@media (min-width: 768px) {
  .venue-map {
    height: 26rem;
  }
}

.venue-events {
  padding-bottom: 0;
}

.travel-content > .travel-section__title {
  margin-top: 3rem;
}

.venues-our-block {
  position: relative;
  margin-top: 1.5rem;
  padding: 3rem 1rem;
  border-radius: 4px;
  overflow: hidden;
  background-image: var(--venues-our-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .venues-our-block {
    padding: 4rem 2rem;
  }
}

.venues-our-block__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.venues-our-block__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.venues-our-block__title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .venues-our-block__title {
    font-size: 1.75rem;
  }
}

.venues-our-block__text {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  max-width: 28rem;
  margin-inline: auto;
}

.venues-our-block__btn {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  background-color: #f47d20;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.venues-our-block__btn:hover {
  background-color: #f79a4a;
  color: #fff;
}

.page-sponsorship {
  background-color: #6b2d8a;
  color: #ffffff;
}

.sponsorship-hero {
  padding: 4rem 0 3rem;
  text-align: center;
}

.sponsorship-hero__inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .sponsorship-hero__inner {
    padding-inline: 2rem;
  }
}

.sponsorship-hero__title {
  margin: 0 0 0.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .sponsorship-hero__title {
    font-size: 3rem;
  }
}

.sponsorship-hero__lead {
  margin: 0;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
}

.sponsorship-content {
  padding-bottom: 6rem;
  background-color: #6b2d8a;
}

.sponsorship-content__inner {
  max-width: 52rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .sponsorship-content__inner {
    padding-inline: 2rem;
  }
}

.sponsorship-content__intro {
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}

.sponsorship-content__cta-text {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
}

.sponsorship-content__cta {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #f47d20;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.sponsorship-content__cta:hover {
  background-color: #f79a4a;
  transform: translateY(-2px);
}
.sponsorship-content__cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.sponsorship-content__contact-text {
  margin: 3rem 0 1.5rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
}
.sponsorship-content__contact-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.sponsorship-contact {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.sponsorship-contact__photo {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(100%);
}

.sponsorship-contact__details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sponsorship-contact__name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}

.sponsorship-contact__role {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.sponsorship-contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}

.sponsorship-contact__link {
  font-size: 1rem;
  font-weight: 500;
  color: #f47d20;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.sponsorship-contact__link:hover {
  color: #f79a4a;
}

.about-hero {
  min-height: 20rem;
}
@media (min-width: 768px) {
  .about-hero {
    min-height: 28vh;
  }
}
.about-hero::after {
  background-image: radial-gradient(ellipse 90% 70% at 50% 45%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 75%), linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, transparent 45%), linear-gradient(135deg, rgba(0, 120, 255, 0.04) 0%, transparent 50%, rgba(255, 0, 140, 0.04) 100%);
}

.about-intro {
  padding: 4rem 0;
  background-color: #1a1a1a;
}

.about-intro__inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .about-intro__inner {
    padding-inline: 2rem;
  }
}

.about-intro__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .about-intro__title {
    font-size: 2rem;
  }
}

.about-intro__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #a3a3a3;
  max-width: 50rem;
}

.about-team {
  padding: 4rem 0;
  background-color: #252525;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.about-team__inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .about-team__inner {
    padding-inline: 2rem;
  }
}

.about-team__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .about-team__title {
    font-size: 2rem;
  }
}

.about-team__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 768px) {
  .about-team__grid {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}

.about-team-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-team-card__image-wrap {
  aspect-ratio: 1;
  width: 100%;
  max-width: 18rem;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.about-team-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-team-card__image--placeholder {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  background-color: rgba(255, 255, 255, 0.12);
}

.about-team-card__body {
  flex: 1;
}

.about-team-card__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.25rem;
}

.about-team-card__role {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #f47d20;
  margin: 0 0 1rem;
}

.about-team-card__bio {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #a3a3a3;
}

.about-team-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.about-team-card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f47d20;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.about-team-card__link:hover {
  color: #f79a4a;
}

.about-team-card__link--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
}
.about-team-card__link--icon:first-child {
  margin-left: 0;
  padding-left: 0;
}
.about-team-card__link--icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.about-team-card__link--icon:hover {
  color: #f79a4a;
}

.about-stats {
  padding: 4rem 0;
  background-color: #f47d20;
}

.about-stats__inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .about-stats__inner {
    padding-inline: 2rem;
  }
}

.about-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .about-stats__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
  }
}

.about-stats__item {
  text-align: center;
}

.about-stats__number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .about-stats__number {
    font-size: 2rem;
  }
}

.about-stats__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 0.25rem;
}

.about-two-photos {
  padding: 4rem 0;
  background-color: #0d0d0d;
}

.about-two-photos__inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 0;
}
@media (min-width: 768px) {
  .about-two-photos__inner {
    padding-inline: 2rem;
  }
}

.about-two-photos__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .about-two-photos__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.about-two-photos__col {
  aspect-ratio: 3/2;
  border-radius: 4px;
  overflow: hidden;
}

.about-two-photos__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-round-table {
  padding: 6rem 0;
  background-color: #252525;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.about-round-table__inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .about-round-table__inner {
    padding-inline: 2rem;
  }
}

.about-round-table__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .about-round-table__content {
    flex-direction: row;
    text-align: left;
    gap: 4rem;
  }
}

.about-round-table__logo {
  flex-shrink: 0;
  width: 160px;
  height: auto;
}
@media (min-width: 768px) {
  .about-round-table__logo {
    width: 200px;
  }
}

.about-round-table__text {
  max-width: 40rem;
}

.about-round-table__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .about-round-table__title {
    font-size: 2rem;
  }
}

.about-round-table__purpose {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #a3a3a3;
}

.about-round-table__link {
  font-size: 1rem;
  font-weight: 600;
  color: #f47d20;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.about-round-table__link:hover {
  color: #f79a4a;
}

.about-feature-cards {
  padding: 3rem 0 6rem;
  background-color: #1a1a1a;
}
@media (min-width: 768px) {
  .about-feature-cards {
    padding: 6rem 0;
  }
}

.about-feature-cards__inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .about-feature-cards__inner {
    padding-inline: 2rem;
  }
}

.about-feature-cards__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .about-feature-cards__title {
    font-size: 2rem;
  }
}

.about-feature-cards__grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .about-feature-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-feature-cards__actions {
  margin: 3rem 0 0;
  text-align: center;
}

.about-feature-cards__btn {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #f47d20;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.about-feature-cards__btn:hover {
  background-color: #f79a4a;
  transform: translateY(-2px);
}

.about-feature-card {
  display: flex;
  flex-direction: column;
  background-color: #252525;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.about-feature-card__image-wrap {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.about-feature-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-feature-card__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.about-feature-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem;
}

.about-feature-card__excerpt {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #a3a3a3;
  flex: 1;
}

.about-feature-card__btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #f47d20;
  border-radius: 4px;
  text-decoration: none;
  align-self: flex-start;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.about-feature-card__btn:hover {
  background-color: #f79a4a;
  transform: translateY(-2px);
}

.page-contact {
  background-color: #000;
  color: #ffffff;
}

.contact-hero {
  padding: 4rem 0 3rem;
  text-align: center;
}

.contact-hero__inner {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .contact-hero__inner {
    padding-inline: 2rem;
  }
}

.contact-hero__title {
  margin: 0 0 0.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .contact-hero__title {
    font-size: 3rem;
  }
}

.contact-hero__lead {
  margin: 0;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
}

.contact-content {
  padding-bottom: 6rem;
}

.contact-content__inner {
  max-width: 36rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .contact-content__inner {
    padding-inline: 2rem;
  }
}

.contact-faqs-highlight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .contact-faqs-highlight {
    padding: 2rem;
  }
}

.contact-faqs-highlight__text {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
}

.contact-faqs-highlight__link {
  flex-shrink: 0;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #f47d20;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.contact-faqs-highlight__link:hover {
  background-color: #f79a4a;
  transform: translateY(-2px);
}
.contact-faqs-highlight__link:focus {
  outline: 2px solid #f79a4a;
  outline-offset: 2px;
}

.contact-message {
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 4px;
}
.contact-message p {
  margin: 0;
  font-size: 1rem;
}

.contact-message--success {
  background-color: rgba(34, 197, 94, 0.25);
  border: 1px solid rgba(34, 197, 94, 0.5);
}

.contact-message--error {
  background-color: rgba(239, 68, 68, 0.25);
  border: 1px solid rgba(239, 68, 68, 0.5);
}

.contact-form-wrap {
  margin-bottom: 3rem;
}

.contact-form__row {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact-form__row {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-form__field {
  margin-bottom: 1.5rem;
}
.contact-form__field label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}

.contact-form__required {
  color: #f47d20;
}

.contact-form__error {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #fca5a5;
}

.contact-form__field input,
.contact-form__field textarea,
.contact-form__field select {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder,
.contact-form__field select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form__field input:focus,
.contact-form__field textarea:focus,
.contact-form__field select:focus {
  outline: none;
  border-color: #f47d20;
  background-color: rgba(255, 255, 255, 0.12);
}
.contact-form__field input.contact-form__input--error, .contact-form__field input:invalid:not(:placeholder-shown),
.contact-form__field textarea.contact-form__input--error,
.contact-form__field textarea:invalid:not(:placeholder-shown),
.contact-form__field select.contact-form__input--error,
.contact-form__field select:invalid:not(:placeholder-shown) {
  border-color: rgba(239, 68, 68, 0.7);
}

.contact-form__field select {
  cursor: pointer;
  appearance: auto;
}

.contact-form__field textarea {
  min-height: 8rem;
  resize: vertical;
}

.contact-form__actions {
  margin-top: 2rem;
}

.contact-form__submit {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #f47d20;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.contact-form__submit:hover {
  background-color: #f79a4a;
  transform: translateY(-2px);
}
.contact-form__submit:focus {
  outline: 2px solid #f79a4a;
  outline-offset: 2px;
}

.contact-info {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.contact-info p {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
}
.contact-info a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.contact-info a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
