@font-face {
  font-family: "FuturaLocal";
  src: url("/site-assets/static.parastorage.com/fonts/v2/790166f1-b347-4f16-8a29-f0c4931a7c35/v1/futura-lt-w01-book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: #141310;
  --panel-2: #1b1914;
  --line: #383424;
  --text: #f7f1df;
  --muted: #bdb49e;
  --accent: #f0c34d;
  --accent-2: #e7b13a;
  font-family: FuturaLocal, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
}

a {
  color: inherit;
}

.bc-topbar {
  position: sticky;
  z-index: 10;
  top: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
  min-height: 52px;
  padding: 5px clamp(14px, 2vw, 28px);
  border-bottom: 1px solid #fff;
  background: #000;
}

.bc-brand {
  display: inline-flex;
  align-items: center;
  width: 360px;
  min-width: 360px;
  height: 52px;
  overflow: hidden;
}

.bc-brand img {
  width: auto;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}

.bc-mobile-menu {
  display: none;
}

.bc-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 62px);
  font-family: FuturaLocal, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(16px, 1.3vw, 23px);
  font-weight: 900;
}

.bc-nav a,
.bc-mobile-menu a,
.bc-book-now,
.bc-primary,
.bc-learn-more {
  text-decoration: none;
}

.bc-nav a {
  color: #b7b7b7;
}

.bc-nav a[aria-current="page"],
.bc-nav a:hover,
.bc-mobile-menu a[aria-current="page"],
.bc-mobile-menu a:hover {
  color: #fff;
}

.bc-book-now,
.bc-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 9px 18px;
  background: var(--accent);
  color: #14100a;
  font-weight: 900;
  white-space: nowrap;
}

.bc-book-now {
  min-height: 42px;
  padding-inline: 20px;
  font-size: clamp(15px, 1.2vw, 20px);
}

.bc-book-now:hover,
.bc-primary:hover {
  background: var(--accent-2);
}

.bc-primary.is-disabled {
  cursor: default;
  background: #6c6657;
  color: #201b12;
  pointer-events: none;
}

main {
  overflow: hidden;
}

.bc-legal-hero,
.bc-legal-page {
  width: min(920px, calc(100% - 32px));
  margin-inline: auto;
}

.bc-legal-hero {
  padding: clamp(64px, 9vw, 112px) 0 42px;
  border-bottom: 1px solid var(--line);
}

.bc-legal-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 7vw, 78px);
  line-height: 1.02;
}

.bc-legal-hero > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.bc-legal-page {
  padding: 44px 0 84px;
  color: #e7e0cf;
  font-size: 18px;
  line-height: 1.72;
}

.bc-legal-page > p:first-child {
  margin: 0 0 54px;
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
}

.bc-legal-page section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.bc-legal-page h2 {
  margin: 0 0 16px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.18;
}

.bc-legal-page p {
  margin: 0 0 16px;
}

.bc-legal-page ul {
  margin: 0;
  padding-left: 24px;
}

.bc-legal-page li + li {
  margin-top: 10px;
}

.bc-legal-page a,
.bc-legal-contact a {
  color: var(--accent);
  font-weight: 700;
  text-underline-offset: 3px;
}

.bc-legal-contact {
  margin: 20px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--accent);
  color: #fff;
  font-style: normal;
  line-height: 1.65;
}

.bc-hero,
.bc-section,
.bc-benefits,
.bc-location,
.bc-page-hero,
.bc-faq,
.bc-game-detail {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bc-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(460px, 1.18fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
  padding: clamp(18px, 2.4vw, 32px) 0 clamp(14px, 2vw, 24px);
}

.bc-hero-copy {
  min-width: 0;
}

.bc-eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bc-page-hero h1,
.bc-game-detail h1 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.98;
}

.bc-city-badge {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  max-width: 100%;
  margin: 0 0 clamp(18px, 2.5vw, 30px);
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 9px 18px;
  background: #000;
  color: #fff;
  font-size: clamp(30px, 4.1vw, 56px);
  font-weight: 1000;
  line-height: 0.9;
  text-transform: uppercase;
  box-shadow: 7px 7px 0 rgba(255, 255, 255, 0.18);
}

.bc-main-quote {
  max-width: 520px;
  height: 3.28em;
  display: block;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(28px, 3.35vw, 46px);
  font-weight: 1000;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: normal;
}

.bc-hero-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.bc-hero-media video,
.bc-hero-media iframe,
.bc-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

.bc-video-placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--muted);
  background:
    linear-gradient(135deg, rgba(240, 195, 77, 0.16), transparent 45%),
    var(--panel);
}

.bc-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 8px 0 14px;
}

.bc-benefits article {
  min-height: 82px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}

.bc-benefit-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bc-benefit-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(240, 195, 77, 0.14);
  color: var(--accent);
  font-size: 22px;
  font-weight: 900;
}

.bc-benefits h2,
.bc-section h2,
.bc-location h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.08;
}

.bc-benefits h2 {
  margin: 0;
  white-space: nowrap;
  font-size: clamp(18px, 1.55vw, 22px);
}

.bc-benefits p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.35;
}

.bc-benefits p,
.bc-page-hero p,
.bc-game-detail p,
.bc-location-list,
.bc-muted {
  color: var(--muted);
}

.bc-section {
  padding: 38px 0 58px;
}

.bc-games-section {
  padding-top: 18px;
}

.bc-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 20px;
}

.bc-games-section .bc-section-head .bc-eyebrow {
  font-size: 18px;
}

.bc-games-section .bc-section-head h2 {
  font-size: 17px;
}

.bc-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.bc-games-datebar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: -6px 0 24px;
}

.bc-games-date-arrow,
.bc-games-date-field {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #070707;
  color: var(--text);
}

.bc-games-date-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--accent);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.bc-games-date-arrow:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.bc-games-date-arrow:hover,
.bc-games-date-field:focus-within {
  border-color: var(--accent);
}

.bc-games-date-field {
  min-width: min(420px, 70vw);
  padding: 8px 14px;
  display: grid;
  grid-template-columns: 1fr 34px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.bc-games-date-field span {
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.bc-games-date-icon {
  width: 26px;
  justify-self: end;
  color: var(--muted);
  font-size: 15px;
}

.bc-games-calendar {
  position: absolute;
  z-index: 20;
  top: calc(100% + 10px);
  left: 50%;
  width: min(360px, calc(100vw - 32px));
  transform: translateX(-50%);
  border: 1px solid rgba(30, 30, 30, 0.12);
  border-radius: 10px;
  padding: 16px 18px 18px;
  background: #fff;
  color: #111;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.25);
}

.bc-games-calendar-head {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.bc-games-calendar-head strong {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  text-align: center;
}

.bc-games-calendar-nav {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #ededed;
  border-radius: 8px;
  background: #fff;
  color: #777;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.bc-games-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.bc-games-calendar-weekday,
.bc-games-calendar-day {
  display: grid;
  place-items: center;
  min-height: 34px;
  border: 0;
  background: transparent;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
}

.bc-games-calendar-weekday {
  color: #6f6f6f;
}

.bc-games-calendar-day {
  border-radius: 8px;
  color: #111;
  cursor: pointer;
}

.bc-games-calendar-day:hover:not(:disabled) {
  background: #f4f4f4;
}

.bc-games-calendar-day.is-muted,
.bc-games-calendar-day:disabled {
  color: #b8b8b8;
  cursor: default;
}

.bc-games-calendar-day.is-selected {
  background: #df4567;
  color: #fff;
  font-weight: 900;
}

.bc-games-calendar-day.is-selected:hover {
  background: #df4567;
}

.bc-game-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}

.bc-game-card.is-inactive {
  opacity: 0.72;
}

.bc-game-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #090909;
}

.bc-game-media img,
.bc-game-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.bc-game-media video {
  opacity: 0;
}

.bc-game-video-play {
  display: none;
}

.bc-game-media:hover img {
  transform: scale(1.03);
}

.bc-game-media:hover video {
  opacity: 1;
}

.bc-game-note {
  position: absolute;
  top: 14px;
  right: 14px;
  max-width: calc(100% - 28px);
  border-radius: 999px;
  padding: 7px 11px;
  background: var(--accent);
  color: #15120a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.bc-learn-more,
.bc-reserve-game {
  position: absolute;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}

.bc-learn-more {
  left: 14px;
}

.bc-reserve-game {
  right: 14px;
}

.bc-game-body {
  padding: 18px;
}

.bc-game-body h3 {
  margin: 0 0 12px;
  font-size: 26px;
}

.bc-game-facts {
  display: grid;
  grid-template-columns: max-content max-content minmax(max-content, 1fr);
  gap: clamp(12px, 4vw, 34px);
  align-items: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.bc-game-facts span {
  white-space: nowrap;
}

.bc-game-facts span:nth-child(2) {
  justify-self: center;
}

.bc-game-facts span:nth-child(3) {
  justify-self: end;
  text-align: right;
}

.bc-game-facts.detail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px 0;
  color: var(--text);
}

.bc-game-facts.detail span:nth-child(1) {
  justify-self: start;
}

.bc-game-facts.detail span:nth-child(2) {
  justify-self: center;
  text-align: center;
}

.bc-game-facts.detail span:nth-child(3) {
  justify-self: end;
}

.bc-game-availability {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.bc-game-slot-prompt {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
}

.bc-game-slot-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.bc-game-slot {
  min-height: 58px;
  display: grid;
  align-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #070707;
  color: var(--text);
  text-decoration: none;
}

.bc-game-slot:hover {
  border-color: var(--accent);
  background: rgba(240, 195, 77, 0.08);
}

.bc-game-slot-body {
  display: grid;
  gap: 2px;
  padding: 7px 8px 6px;
}

.bc-game-slot strong {
  font-size: 15px;
  line-height: 1;
}

.bc-game-slot small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.bc-game-slot-join {
  display: block;
  padding: 2px 4px;
  background: #ecfff0;
  color: #3d8448;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.bc-game-slot-empty {
  grid-column: 1 / -1;
  display: block;
  border: 1px dashed var(--line);
  border-radius: 10px;
  padding: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.bc-location {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: stretch;
  padding: 48px 0 78px;
}

.bc-location-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
}

.bc-location-list div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.bc-location-list dt {
  margin-bottom: 4px;
  color: var(--text);
  font-weight: 900;
}

.bc-location-list dd {
  margin: 0;
}

.bc-map {
  position: relative;
  display: block;
  align-self: center;
  width: 100%;
  min-height: 0;
  aspect-ratio: 632 / 460;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
  color: #15120a;
  text-decoration: none;
  isolation: isolate;
}

.bc-map img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 220ms ease;
}

.bc-map-action {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.bc-map:hover img {
  transform: scale(1.015);
}

.bc-map:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.bc-page-hero {
  padding: clamp(58px, 8vw, 110px) 0 34px;
}

.bc-faq-hero {
  padding: clamp(18px, 2.8vw, 42px) 0 24px;
  text-align: center;
}

.bc-faq-hero h1 {
  margin: 0;
  font-family: FuturaLocal, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 1;
}

.bc-games-page-hero {
  padding: clamp(20px, 2.2vw, 32px) 0 0;
}

.bc-games-page-hero h1 {
  margin-bottom: 8px;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 0.96;
  white-space: nowrap;
}

.bc-games-page-list {
  padding-top: 8px;
}

.bc-page-hero p {
  max-width: 680px;
  font-size: 20px;
}

.bc-faq {
  display: grid;
  width: min(920px, calc(100% - 32px));
  gap: 18px;
  padding-bottom: 76px;
}

.bc-faq details {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 0;
  background: var(--panel);
}

.bc-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  padding: 24px 28px;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
}

.bc-faq summary::-webkit-details-marker {
  display: none;
}

.bc-faq summary::after {
  content: "+";
  color: var(--accent);
  font-size: 34px;
  line-height: 1;
}

.bc-faq details[open] summary::after {
  content: "-";
}

.bc-faq p {
  margin: 0;
  padding: 0 28px 26px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  white-space: pre-line;
}

.bc-events-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 5vw, 72px) clamp(24px, 5vw, 84px) clamp(46px, 5vw, 76px);
  background:
    radial-gradient(circle at 2% 78%, rgba(235, 196, 93, 0.95) 0 36px, transparent 37px),
    repeating-radial-gradient(circle at 2% 78%, transparent 0 118px, rgba(214, 171, 73, 0.26) 120px 148px, transparent 150px 262px),
    radial-gradient(circle at 0% 80%, rgba(229, 184, 76, 0.28), transparent 28%),
    linear-gradient(115deg, #171511, #25221b 46%, #151413);
  color: #fff;
}

.bc-events-city {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  padding: 12px 24px;
  margin-bottom: clamp(24px, 3.2vw, 44px);
  background: #000;
  color: #fff;
  font-size: clamp(32px, 4.9vw, 66px);
  font-weight: 1000;
  line-height: 0.95;
  text-transform: uppercase;
}

.bc-events-hero h1 {
  max-width: 920px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 1000;
  line-height: 1.05;
}

.bc-events-hero p {
  max-width: 740px;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 900;
  line-height: 1.38;
}

.bc-events-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.bc-event-button,
.bc-event-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 18px;
  font-weight: 1000;
  text-decoration: none;
}

.bc-event-button {
  border: 3px solid #000;
  background: #fff;
  color: #050505;
  box-shadow: 0 5px 0 #000;
}

.bc-event-button-accent {
  background: #e34466;
  color: #fff;
}

.bc-event-quote {
  min-height: auto;
  border-radius: 0;
  border-bottom: 3px solid currentColor;
  padding: 0 0 4px;
  color: #fff;
}

.bc-events-section {
  padding: clamp(34px, 4vw, 58px) clamp(18px, 3vw, 36px);
  background: #f4f5f8;
  color: #050505;
}

.bc-events-section h2 {
  width: min(1280px, 100%);
  margin: 0 auto clamp(22px, 3vw, 34px);
  text-align: center;
  color: #050505;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 1000;
  line-height: 1;
}

.bc-event-cards {
  width: min(1560px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bc-event-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 28px;
  background: #111;
}

.bc-event-card img,
.bc-event-detail > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bc-event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.84));
}

.bc-event-card-overlay {
  position: absolute;
  z-index: 1;
  inset: auto 26px 26px;
  color: #fff;
}

.bc-event-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(26px, 2.35vw, 36px);
  line-height: 1;
}

.bc-event-card p {
  margin: 0 0 18px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.28;
}

.bc-event-details {
  background: #f4f5f8;
}

.bc-event-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(44px, 5vw, 72px) clamp(24px, 4vw, 72px);
  color: #050505;
}

.bc-event-detail.is-reversed {
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1fr);
}

.bc-event-detail.is-reversed .bc-event-detail-copy {
  order: 2;
}

.bc-event-detail.is-reversed > img {
  order: 1;
}

.bc-event-detail > img {
  aspect-ratio: 16 / 11;
  border-radius: 28px;
}

.bc-event-kicker {
  margin: 0 0 14px;
  color: #e34466;
  font-size: 18px;
  font-weight: 1000;
  text-transform: uppercase;
}

.bc-event-detail h3 {
  margin: 0 0 18px;
  color: #050505;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 1000;
  line-height: 1.02;
}

.bc-event-detail p {
  margin: 0 0 24px;
  color: #252525;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1.35;
}

.bc-event-bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 26px;
}

.bc-event-bubbles span {
  border: 1px solid #d8d9df;
  border-radius: 999px;
  padding: 9px 16px;
  background: #fff;
  color: #101010;
  font-size: 16px;
  font-weight: 900;
}

.bc-event-bullets {
  display: grid;
  gap: 15px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.bc-event-bullets li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #252525;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 900;
}

.bc-event-bullets li::before {
  content: "\2713";
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #55a95b;
  color: #fff;
  font-size: 20px;
  font-weight: 1000;
}

.bc-game-detail {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.9fr);
  gap: 34px;
  align-items: center;
  padding: 52px 0 34px;
}

.bc-game-detail img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.bc-mission {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: max(760px, calc(100vh - 63px));
  margin: 0 0 78px;
  padding: clamp(56px, 5vw, 78px) clamp(36px, 6vw, 120px);
  display: flex;
  align-items: flex-start;
  background:
    var(--mission-image) center right / cover no-repeat,
    var(--panel);
}

.bc-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.06) 54%, rgba(0, 0, 0, 0.04)),
    rgba(255, 255, 255, 0.08);
}

.bc-mission-card {
  position: relative;
  width: min(950px, 58vw);
  border-radius: 28px;
  padding: clamp(34px, 3.8vw, 52px) clamp(44px, 4.5vw, 68px);
  background: #fff;
  color: #080808;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.bc-mission-label {
  margin: 0 0 10px;
  color: #e33f66;
  font-size: 18px;
  font-weight: 1000;
  text-transform: uppercase;
}

.bc-mission-card h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 2vw, 36px);
  line-height: 1.08;
}

.bc-mission-description {
  margin: 0 0 34px;
  color: #151515;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 800;
  line-height: 1.32;
}

.bc-mission-callout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  border-radius: 28px;
  padding: 28px 36px;
  background: #f4f5f8;
}

.bc-mission-icon {
  width: 200px;
  height: 150px;
  display: grid;
  place-items: center;
  border: 6px solid #050505;
  border-radius: 999px;
  color: #050505;
  font-size: 58px;
  font-weight: 1000;
}

.bc-mission-callout h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 1.6vw, 28px);
  line-height: 1.12;
}

.bc-mission-callout p {
  margin: 0;
  color: #202020;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 800;
  line-height: 1.28;
}

.bc-inside-gallery {
  width: 100%;
  padding: clamp(42px, 5vw, 72px) clamp(18px, 3vw, 34px) clamp(54px, 5vw, 82px);
  background: #f4f5f8;
  color: #050505;
}

.bc-inside-gallery h2 {
  margin: 0 0 clamp(34px, 4vw, 58px);
  text-align: center;
  font-size: clamp(40px, 5.2vw, 76px);
  font-weight: 1000;
  line-height: 0.98;
}

.bc-gallery-layout {
  width: min(1940px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  gap: clamp(18px, 2.8vw, 34px);
  align-items: stretch;
  height: min(720px, 48vw);
  min-height: 420px;
}

.bc-gallery-main {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 28px;
  object-fit: cover;
  background: #dfe1e7;
}

.bc-gallery-thumbs {
  display: grid;
  gap: clamp(8px, 1vw, 16px);
  height: 100%;
  align-content: start;
}

.bc-gallery-thumbs.is-few {
  grid-auto-rows: 112px;
}

.bc-gallery-thumbs.is-medium {
  grid-auto-rows: 92px;
}

.bc-gallery-thumbs.is-many {
  grid-auto-rows: minmax(0, 1fr);
  align-content: stretch;
}

.bc-gallery-thumb {
  width: 76px;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.46;
  transition: opacity 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.bc-gallery-thumb:hover,
.bc-gallery-thumb.is-active {
  opacity: 1;
}

.bc-gallery-thumb.is-active {
  box-shadow: 0 0 0 3px #050505;
}

.bc-gallery-thumb:hover {
  transform: translateX(-2px);
}

.bc-gallery-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 840px) {
  .bc-hero,
  .bc-benefits,
  .bc-location,
  .bc-game-detail,
  .bc-mission-callout {
    grid-template-columns: 1fr;
  }

  .bc-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: stretch;
    gap: 12px;
    padding: 10px 18px 14px;
  }

  .bc-nav {
    display: none;
  }

  .bc-mobile-menu {
    position: relative;
    display: block;
    justify-self: end;
  }

  .bc-mobile-menu summary {
    width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    gap: 5px;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    list-style: none;
  }

  .bc-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .bc-mobile-menu summary span {
    width: 29px;
    height: 3px;
    display: block;
    border-radius: 999px;
    background: currentColor;
  }

  .bc-mobile-menu nav {
    position: absolute;
    z-index: 30;
    top: calc(100% + 8px);
    right: 0;
    width: min(230px, calc(100vw - 36px));
    display: grid;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 8px;
    background: #090909;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38);
  }

  .bc-mobile-menu a {
    border-radius: 10px;
    padding: 12px 14px;
    color: #d8d8d8;
    font-size: 17px;
    font-weight: 900;
  }

  .bc-mobile-menu a:hover,
  .bc-mobile-menu a[aria-current="page"] {
    background: rgba(240, 195, 77, 0.14);
  }

  .bc-book-now {
    width: 100%;
    grid-column: 1 / -1;
    min-height: 56px;
    border-radius: 999px;
    font-size: 22px;
    box-shadow: 0 6px 0 rgba(81, 54, 10, 0.95);
  }

  .bc-hero-schedule {
    display: none;
  }

  .bc-game-media .bc-game-video-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 999px;
    background: rgba(58, 51, 65, 0.82);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  }

  .bc-game-video-play span {
    width: 0;
    height: 0;
    margin-left: 6px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 25px solid currentColor;
  }

  .bc-game-media:hover img {
    transform: none;
  }

  .bc-game-media:hover video {
    opacity: 0;
  }

  .bc-game-media.is-video-playing img {
    opacity: 0;
  }

  .bc-game-media.is-video-playing video {
    opacity: 1;
  }

  .bc-game-media.is-video-playing .bc-game-video-play {
    display: none;
  }

  .bc-hero {
    min-height: auto;
    padding-top: 34px;
  }

  .bc-location,
  .bc-game-detail {
    padding-bottom: 46px;
  }

  .bc-mission {
    min-height: auto;
    padding: 18px;
  }

  .bc-mission-card {
    width: 100%;
    padding: 28px;
  }

  .bc-mission-callout {
    justify-items: start;
  }

  .bc-mission-icon {
    width: 130px;
    height: 130px;
  }

  .bc-event-cards,
  .bc-event-detail,
  .bc-event-detail.is-reversed {
    grid-template-columns: 1fr;
  }

  .bc-event-detail.is-reversed .bc-event-detail-copy,
  .bc-event-detail.is-reversed > img {
    order: initial;
  }

  .bc-event-card {
    min-height: 500px;
  }

  .bc-gallery-layout {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .bc-gallery-main {
    aspect-ratio: 4 / 3;
    height: auto;
    border-radius: 20px;
  }

  .bc-gallery-thumbs {
    grid-auto-flow: column;
    grid-auto-columns: 64px;
    grid-auto-rows: 64px;
    height: auto;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .bc-gallery-thumb {
    width: 64px;
    height: 64px;
  }

  .bc-gallery-thumb:hover {
    transform: none;
  }
}

@media (max-width: 560px) {
  .bc-brand {
    width: 180px;
    min-width: 0;
    height: 52px;
  }

  .bc-brand img {
    width: 180px;
    max-height: 52px;
    transform: none;
  }

  .bc-hero h1,
  .bc-page-hero h1,
  .bc-game-detail h1 {
    font-size: 42px;
  }

  .bc-games-page-hero h1 {
    font-size: 34px;
    line-height: 1.08;
    white-space: normal;
  }

  .bc-legal-hero {
    padding-top: 48px;
  }

  .bc-legal-page {
    padding-top: 30px;
    font-size: 17px;
  }

  .bc-legal-page > p:first-child {
    margin-bottom: 38px;
    font-size: 20px;
  }

  .bc-game-facts {
    grid-template-columns: 1fr;
  }

  .bc-game-facts span,
  .bc-game-facts span:nth-child(2),
  .bc-game-facts span:nth-child(3) {
    justify-self: start;
    text-align: left;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bc-map img {
    transition: none;
  }
}
