:root {
  --locations-navy: #071c48;
  --locations-blue: #0d2ea2;
  --locations-blue-soft: #244fc3;
  --locations-gold: #ffdda0;
  --locations-cream: #f8f8f9;
  --locations-line: rgb(13 46 162 / 22%);
  --locations-ink: #071c48;
  --locations-muted: #51628b;
  --locations-shadow: 0 22px 55px rgb(7 28 72 / 12%);
}

/* Page-owned helper composition: the location brief uses a quiet editorial grid over the shared casino palette. */
html { scroll-behavior: smooth; }
body.locations-page { background: var(--locations-cream); color: var(--locations-ink); font-family: "Non Natural Grotesk Inktrap", Arial, Helvetica, sans-serif; }
body.locations-page a { color: inherit; }
body.locations-page button, body.locations-page input, body.locations-page select, body.locations-page textarea { font: inherit; }

/* The copied topbar is deliberately opaque and in normal flow so the first helper section cannot slide beneath it. */
.locations-shell { position: relative; z-index: 10; min-height: 168px; background: #fff; }
.locations-shell .header-hero-content { min-height: 168px; background: #fff; background-image: none; }
.locations-shell .region-topbar { min-height: 168px; background: #fff; }
.locations-shell[data-theme="dark"], .locations-shell[data-theme="dark"] .header-hero-content, .locations-shell[data-theme="dark"] .region-topbar { background: var(--locations-navy); }
.locations-shell[data-theme="dark"] .brand-link img { filter: brightness(0) invert(1); }
.locations-shell .brand-link { min-width: 132px; }
.locations-shell .topbar-actions { min-width: 0; }
.locations-shell [data-nav-panel] { background: transparent; }
.locations-shell .search-form { background: #fff; }
.locations-shell .locations-search-results { display: grid; gap: 4px; margin-top: 10px; }
.locations-shell .locations-search-result { display: block; padding: 7px 8px; color: var(--locations-blue); font-size: 14px; text-decoration: none; }
.locations-shell .locations-search-result:hover, .locations-shell .locations-search-result:focus-visible { background: var(--locations-cream); text-decoration: underline; text-underline-offset: 3px; }
.locations-search-status { min-height: 18px; margin: 8px 0 0; color: var(--locations-muted); font-size: 12px; line-height: 1.35; }

.locations-main { width: 100%; background: var(--locations-cream); }
.locations-main > section { width: 100%; }
.locations-eyebrow { margin: 0 0 20px; color: var(--locations-blue); font-size: 13px; font-weight: 700; letter-spacing: .16em; line-height: 1.25; text-transform: uppercase; }
.locations-section-header { max-width: 850px; }
.locations-section-header--split { display: flex; align-items: end; justify-content: space-between; gap: 64px; max-width: none; }
.locations-section-header--split > * { flex: 1 1 0; }
.locations-section-title { margin: 0; color: var(--locations-blue); font-size: clamp(38px, 4.1vw, 70px); font-weight: 700; letter-spacing: -.045em; line-height: 1.04; }
.locations-section-copy { max-width: 560px; margin: 24px 0 0; color: var(--locations-blue-soft); font-size: clamp(17px, 1.25vw, 20px); font-weight: 300; line-height: 1.35; }
.locations-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 26px; border: 2px solid var(--locations-navy); border-radius: 999px; font-size: 16px; font-weight: 700; line-height: 1; text-decoration: none; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.locations-button:hover, .locations-button:focus-visible { transform: translateY(-2px); }
.locations-button--dark { background: var(--locations-navy); color: #fff !important; }
.locations-button--dark:hover, .locations-button--dark:focus-visible { background: var(--locations-blue); }
.locations-button--outline { background: transparent; color: var(--locations-navy) !important; }
.locations-button--outline:hover, .locations-button--outline:focus-visible { background: var(--locations-navy); color: #fff !important; }
.locations-button:focus-visible, .location-card__link:focus-visible, .site-footer__legal-link:focus-visible { outline: 3px solid var(--locations-gold); outline-offset: 4px; }

.locations-intro { padding: clamp(56px, 8vw, 132px) clamp(24px, 10.4167vw, 200px) clamp(72px, 9vw, 150px); background: #fff; }
.locations-intro__inner { display: grid; grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr); align-items: center; gap: clamp(42px, 7vw, 132px); max-width: 1440px; margin: 0 auto; }
.locations-intro__copy { max-width: 610px; }
.locations-intro__title { margin: 0; color: var(--locations-blue); font-size: clamp(52px, 6.3vw, 108px); font-weight: 700; letter-spacing: -.065em; line-height: .96; }
.locations-intro__lead { max-width: 585px; margin: 36px 0 34px; color: var(--locations-blue-soft); font-size: clamp(18px, 1.35vw, 22px); font-weight: 300; line-height: 1.35; }
.locations-intro__image { position: relative; min-height: 460px; margin: 0; background: var(--locations-navy); box-shadow: var(--locations-shadow); }
.locations-intro__image::before { position: absolute; top: -16px; right: -16px; width: 42%; height: 42%; border-top: 2px solid var(--locations-gold); border-right: 2px solid var(--locations-gold); content: ""; pointer-events: none; }
.locations-intro__image img { display: block; width: 100%; height: 100%; min-height: 460px; object-fit: cover; }

.locations-overview { padding: clamp(72px, 9vw, 150px) clamp(24px, 10.4167vw, 200px); background: var(--locations-navy); color: #fff; }
.locations-overview .locations-section-title, .locations-overview .locations-section-copy { color: #fff; }
.locations-overview .locations-eyebrow { color: var(--locations-gold); }
.locations-overview__rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 72px; border-top: 1px solid rgb(255 255 255 / 34%); }
.locations-overview__item { min-height: 280px; padding: 28px 34px 20px 0; border-right: 1px solid rgb(255 255 255 / 34%); }
.locations-overview__item + .locations-overview__item { padding-left: 34px; }
.locations-overview__item:last-child { border-right: 0; }
.locations-overview__number { display: block; color: var(--locations-gold); font-size: 14px; font-weight: 700; letter-spacing: .12em; }
.locations-overview__item h3 { margin: 52px 0 16px; color: #fff; font-size: clamp(23px, 2vw, 32px); line-height: 1.1; }
.locations-overview__item p { max-width: 320px; margin: 0; color: rgb(255 255 255 / 78%); font-size: 17px; line-height: 1.45; }

.locations-regions { padding: clamp(80px, 10vw, 164px) clamp(24px, 10.4167vw, 200px); background: var(--locations-cream); }
.location-card-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; margin-top: 64px; }
.location-card { grid-column: span 2; min-height: 380px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--locations-line); background: #fff; box-shadow: 0 12px 30px rgb(7 28 72 / 5%); }
.location-card:nth-child(4) { grid-column: 2 / span 2; }
.location-card--featured { background: var(--locations-blue); color: #fff; transform: translateY(-22px); }
.location-card__topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; color: var(--locations-muted); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.location-card--featured .location-card__topline { color: var(--locations-gold); }
.location-card__pin { width: 48px; height: 42px; object-fit: contain; }
.location-card__name { margin: 58px 0 4px; color: var(--locations-blue); font-size: clamp(31px, 3vw, 48px); letter-spacing: -.04em; line-height: 1; }
.location-card--featured .location-card__name, .location-card--featured .location-card__state { color: #fff; }
.location-card__state { margin: 0; color: var(--locations-blue-soft); font-size: 16px; font-weight: 700; }
.location-card__copy { margin: 25px 0 28px; color: var(--locations-muted); font-size: 16px; line-height: 1.45; }
.location-card--featured .location-card__copy { color: rgb(255 255 255 / 82%); }
.location-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--locations-blue) !important; font-size: 14px; font-weight: 700; text-decoration: none; }
.location-card--featured .location-card__link { color: var(--locations-gold) !important; }
.location-card__link:hover { text-decoration: underline; text-underline-offset: 4px; }

.locations-showcase { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: stretch; background: #fff; }
.locations-showcase__media { min-height: 620px; margin: 0; background: var(--locations-navy); }
.locations-showcase__media img { display: block; width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.locations-showcase__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 120px) clamp(28px, 7vw, 112px); }
.locations-showcase__copy p:not(.locations-eyebrow) { max-width: 500px; margin: 30px 0 32px; color: var(--locations-blue-soft); font-size: 18px; line-height: 1.45; }
.locations-showcase__copy .locations-button { align-self: flex-start; }

.locations-formats { padding: clamp(78px, 9vw, 145px) clamp(24px, 10.4167vw, 200px); background: #fff; }
.format-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 64px; }
.format-card { min-height: 300px; padding: 30px; border-top: 4px solid var(--locations-blue); background: var(--locations-cream); }
.format-card:nth-child(2) { border-color: var(--locations-gold); }
.format-card:nth-child(3) { border-color: var(--locations-navy); }
.format-card__index { color: var(--locations-blue); font-size: 13px; font-weight: 700; letter-spacing: .15em; }
.format-card h3 { margin: 66px 0 16px; color: var(--locations-blue); font-size: 26px; letter-spacing: -.03em; line-height: 1.1; }
.format-card p { margin: 0; color: var(--locations-muted); font-size: 16px; line-height: 1.5; }

.locations-process { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(50px, 9vw, 170px); padding: clamp(80px, 10vw, 160px) clamp(24px, 10.4167vw, 200px); background: var(--locations-gold); }
.locations-process .locations-section-title { color: var(--locations-navy); }
.locations-process__intro > p:not(.locations-eyebrow) { max-width: 410px; margin: 28px 0 0; color: var(--locations-navy); font-size: 18px; line-height: 1.45; }
.locations-process__steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.locations-process__steps li { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 0 0 28px; border-bottom: 1px solid rgb(7 28 72 / 34%); }
.locations-process__steps li + li { padding-top: 28px; }
.locations-process__steps li > span { color: var(--locations-navy); font-size: 15px; font-weight: 700; letter-spacing: .1em; }
.locations-process__steps h3 { margin: 0 0 10px; color: var(--locations-navy); font-size: 26px; line-height: 1.1; }
.locations-process__steps p { max-width: 470px; margin: 0; color: rgb(7 28 72 / 76%); font-size: 17px; line-height: 1.45; }

.locations-news { padding: clamp(80px, 10vw, 160px) clamp(24px, 10.4167vw, 200px); background: var(--locations-cream); }
.locations-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 64px; }
.locations-news-loading { grid-column: 1 / -1; margin: 0; color: var(--locations-muted); }
.location-article { display: flex; min-width: 0; flex-direction: column; background: #fff; box-shadow: 0 14px 34px rgb(7 28 72 / 7%); }
.location-article__image { display: block; width: 100%; height: 215px; object-fit: cover; }
.location-article__body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.location-article__date { color: var(--locations-blue); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.location-article__title { margin: 22px 0 14px; color: var(--locations-blue); font-size: 25px; letter-spacing: -.03em; line-height: 1.08; }
.location-article__excerpt { margin: 0 0 25px; color: var(--locations-muted); font-size: 16px; line-height: 1.45; }
.location-article__link { margin-top: auto; color: var(--locations-blue) !important; font-size: 14px; font-weight: 700; text-decoration: none; }
.location-article__link:hover { text-decoration: underline; text-underline-offset: 4px; }

.locations-enquiry { display: grid; grid-template-columns: minmax(0, .75fr) minmax(360px, 1.25fr); gap: clamp(48px, 8vw, 140px); padding: clamp(82px, 10vw, 160px) clamp(24px, 10.4167vw, 200px); background: var(--locations-blue); color: #fff; }
.locations-enquiry .locations-eyebrow, .locations-enquiry .locations-section-title { color: #fff; }
.locations-enquiry__intro > p:not(.locations-eyebrow) { max-width: 420px; margin: 30px 0 0; color: rgb(255 255 255 / 82%); font-size: 18px; line-height: 1.45; }
.locations-enquiry__form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; align-content: start; }
.locations-field { display: flex; min-width: 0; flex-direction: column; gap: 9px; }
.locations-field--wide { grid-column: 1 / -1; }
.locations-field label { color: #fff; font-size: 16px; font-weight: 700; }
.locations-field input, .locations-field select, .locations-field textarea { width: 100%; border: 1px solid rgb(255 255 255 / 72%); border-radius: 0; background: transparent; color: #fff; outline: none; padding: 14px 16px; }
.locations-field input, .locations-field select { min-height: 53px; }
.locations-field textarea { min-height: 144px; resize: vertical; }
.locations-field select option { color: var(--locations-navy); }
.locations-field input::placeholder, .locations-field textarea::placeholder { color: rgb(255 255 255 / 65%); }
.locations-field input:focus, .locations-field select:focus, .locations-field textarea:focus { box-shadow: 0 0 0 3px var(--locations-gold); }
.locations-field input[data-invalid="true"], .locations-field select[data-invalid="true"], .locations-field textarea[data-invalid="true"] { border-color: #ffb8b8; }
.locations-field__error { min-height: 18px; color: #ffdfdf; font-size: 13px; line-height: 1.35; }
.locations-enquiry__submit { grid-column: 1 / -1; justify-self: start; margin-top: 2px; border-color: var(--locations-gold); }
.locations-form-status { grid-column: 1 / -1; min-height: 20px; margin: -8px 0 0; color: var(--locations-gold); font-size: 14px; }

.site-footer__settings { appearance: none; border: 0; background: transparent; cursor: pointer; }
.locations-consent-panel { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 24px; background: rgb(7 28 72 / 74%); }
.locations-consent-panel[hidden] { display: none; }
.locations-consent-panel__dialog { width: min(520px, 100%); padding: 34px; background: #fff; color: var(--locations-navy); box-shadow: var(--locations-shadow); }
.locations-consent-panel__dialog h2 { margin: 0; color: var(--locations-blue); font-size: clamp(30px, 4vw, 46px); letter-spacing: -.04em; line-height: 1; }
.locations-consent-panel__dialog > p:not(.locations-eyebrow) { margin: 20px 0; color: var(--locations-muted); line-height: 1.45; }
.locations-consent-panel__dialog label { display: block; margin: 14px 0; font-size: 15px; }
.locations-consent-panel__dialog .locations-button { margin-top: 10px; }

body.locations-page[data-theme="dark"] { --locations-cream: #101a31; --locations-ink: #fff; --locations-muted: #c4cde1; --locations-line: rgb(255 255 255 / 22%); background: #101a31; }
body.locations-page[data-theme="dark"] .locations-main, body.locations-page[data-theme="dark"] .locations-regions, body.locations-page[data-theme="dark"] .locations-news { background: #101a31; }
body.locations-page[data-theme="dark"] .locations-intro, body.locations-page[data-theme="dark"] .locations-formats, body.locations-page[data-theme="dark"] .locations-showcase, body.locations-page[data-theme="dark"] .location-card, body.locations-page[data-theme="dark"] .format-card, body.locations-page[data-theme="dark"] .location-article { background: #172443; }
body.locations-page[data-theme="dark"] .locations-intro__title, body.locations-page[data-theme="dark"] .locations-section-title, body.locations-page[data-theme="dark"] .location-card__name, body.locations-page[data-theme="dark"] .format-card h3, body.locations-page[data-theme="dark"] .location-article__title { color: #fff; }
body.locations-page[data-theme="dark"] .locations-intro__lead, body.locations-page[data-theme="dark"] .locations-section-copy, body.locations-page[data-theme="dark"] .locations-showcase__copy p:not(.locations-eyebrow) { color: #cbd4ea; }
body.locations-page[data-theme="dark"] .locations-field input, body.locations-page[data-theme="dark"] .locations-field select, body.locations-page[data-theme="dark"] .locations-field textarea { color: #fff; }

/* Retired city-capacity feed: .region-capacity { grid-template-columns: repeat(5, 1fr); } It was shelved before venue data was available. */
@media (max-width: 1100px) {
  .locations-intro__inner, .locations-showcase, .locations-enquiry { grid-template-columns: 1fr; }
  .locations-intro__copy { max-width: 720px; }
  .locations-intro__image { max-width: 720px; min-height: 390px; }
  .locations-intro__image img { min-height: 390px; }
  .locations-showcase__media, .locations-showcase__media img { min-height: 480px; }
  .locations-showcase__copy { min-height: 480px; }
  .locations-enquiry__intro { max-width: 650px; }
  .locations-enquiry__form { width: min(760px, 100%); }
}
@media (max-width: 900px) {
  .locations-section-header--split { display: block; }
  .locations-section-header--split .locations-section-copy { margin-top: 22px; }
  .location-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-card, .location-card:nth-child(4) { grid-column: auto; }
  .location-card--featured { transform: none; }
  .locations-news-grid, .format-grid { grid-template-columns: 1fr; }
  .format-card { min-height: 0; }
  .format-card h3 { margin-top: 44px; }
}
@media (max-width: 600px) {
  .locations-shell, .locations-shell .header-hero-content, .locations-shell .region-topbar { min-height: 144px; }
  .locations-intro { padding-top: 52px; }
  .locations-intro__title { font-size: clamp(48px, 14vw, 72px); }
  .locations-intro__lead { margin-top: 26px; font-size: 17px; }
  .locations-intro__image, .locations-intro__image img { min-height: 270px; }
  .locations-overview__rail { grid-template-columns: 1fr; margin-top: 46px; }
  .locations-overview__item, .locations-overview__item + .locations-overview__item { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 34%); }
  .locations-overview__item:last-child { border-bottom: 0; }
  .locations-overview__item h3 { margin-top: 26px; }
  .location-card-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .location-card { min-height: 320px; }
  .locations-showcase__media, .locations-showcase__media img { min-height: 300px; }
  .locations-showcase__copy { min-height: 0; padding-block: 64px; }
  .locations-process { display: block; }
  .locations-process__steps { margin-top: 54px; }
  .locations-process__steps li { grid-template-columns: 52px 1fr; gap: 10px; }
  .locations-news-grid { margin-top: 44px; }
  .location-article__image { height: 190px; }
  .locations-enquiry__form { grid-template-columns: 1fr; }
  .locations-field--wide, .locations-enquiry__submit, .locations-form-status { grid-column: auto; }
  .locations-enquiry__submit { width: 100%; }
  .locations-consent-panel__dialog { padding: 28px 22px; }
}
