:root {
  --black: #090706;
  --charcoal: #1c1a18;
  --ink: #2e2926;
  --muted: #71675f;
  --cream: #f0ede5;
  --paper: #fffdf7;
  --white: #ffffff;
  --gold: #e8c04a;
  --gold-deep: #947700;
  --green: #175622;
  --green-bright: #14734b;
  --red: #800000;
  --plum: #4d0033;
  --border: rgba(28, 26, 24, 0.13);
  --shadow: 0 18px 50px rgba(9, 7, 6, 0.17);
  --shadow-soft: 0 10px 30px rgba(9, 7, 6, 0.12);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Dosis", Arial, sans-serif;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: 56px;
  font-weight: 700;
}

h2 {
  margin-bottom: 20px;
  color: var(--plum);
  font-size: 40px;
  font-weight: 700;
}

h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 700;
}

section {
  scroll-margin-top: 110px;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section-pad {
  padding: 88px 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  transform: translateY(-150%);
  border-radius: 6px;
  background: var(--gold);
  color: var(--black);
  font-weight: 700;
  padding: 10px 14px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--gold-deep);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(9, 7, 6, 0.94);
  color: var(--white);
  backdrop-filter: blur(12px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(9, 7, 6, 0.98);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.header-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  min-height: 84px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  width: 150px;
  min-height: 72px;
  align-items: center;
  justify-content: flex-start;
}

.brand img {
  width: 130px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 11px;
  color: var(--white);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(232, 192, 74, 0.16);
  color: var(--gold);
  outline: none;
}

.site-nav .nav-cta {
  gap: 8px;
  margin-left: 6px;
  background: var(--gold);
  color: var(--black);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: var(--white);
  color: var(--black);
}

.nav-toggle {
  display: none;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -7px;
}

.menu-icon::after {
  top: 7px;
}

.nav-toggle.is-open .menu-icon {
  background: transparent;
}

.nav-toggle.is-open .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle.is-open .menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 82svh;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 7, 6, 0.84) 0%, rgba(9, 7, 6, 0.64) 42%, rgba(9, 7, 6, 0.22) 100%),
    url("../media/img/promo01.webp") center center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 9px;
  background: linear-gradient(90deg, var(--gold), var(--green), var(--red));
}

.hero-content {
  display: flex;
  min-height: 82svh;
  flex-direction: column;
  justify-content: center;
  padding: 92px 0 64px;
}

.hero .eyebrow {
  color: var(--gold);
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 0 22px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  background: var(--gold);
  color: var(--black);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--white);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.8);
  color: var(--white);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.button-call {
  background: var(--green);
  color: var(--white);
}

.button-call:hover,
.button-call:focus-visible {
  background: var(--red);
  color: var(--white);
}

.quick-proof {
  background: var(--black);
  color: var(--white);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid div {
  min-height: 118px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px;
}

.proof-grid div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--gold);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.1;
}

.proof-grid span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.35;
}

.intro {
  background: var(--paper);
}

.intro-grid,
.experience-grid,
.trust-grid,
.quote-grid,
.location-grid {
  display: grid;
  align-items: center;
  gap: 54px;
}

.intro-grid,
.experience-grid,
.trust-grid,
.quote-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.intro-copy p,
.experience-copy p,
.locations p,
.quote-copy p {
  max-width: 660px;
  color: var(--muted);
}

.intro-media,
.experience-media {
  position: relative;
}

.intro-media img,
.experience-media img {
  width: 100%;
  aspect-ratio: 10 / 7;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-media::before,
.experience-media::before {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: -1;
  width: 72%;
  height: 64%;
  border-radius: 8px;
  background: var(--gold);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.audiences {
  background: var(--cream);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.audience-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.audience-card img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.audience-card picture {
  width: 100%;
}

.audience-card > div {
  min-height: 315px;
  padding: 26px;
}

.service-badge {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold-deep);
  color: var(--white);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.audience-card.gold .service-badge {
  background: var(--gold-deep);
}

.audience-card.green .service-badge {
  background: var(--green);
}

.audience-card.red .service-badge {
  background: var(--red);
}

.audience-card.plum .service-badge {
  background: var(--plum);
}

.audience-card p {
  min-height: 112px;
  margin-bottom: 20px;
  color: var(--muted);
}

.audience-card a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--plum);
  font-weight: 800;
  text-decoration: none;
}

.audience-card a:hover,
.audience-card a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--red);
  outline: none;
  text-decoration: underline;
}

.experience {
  background: var(--white);
}

.experience-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
}

.experience-media::before {
  right: auto;
  left: -18px;
  background: var(--green);
}

.feature-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 28px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: start;
  gap: 14px;
}

.feature-list i {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(232, 192, 74, 0.55);
  border-radius: 50%;
  color: var(--gold-deep);
  font-size: 18px;
}

.games {
  background: var(--black);
  color: var(--white);
}

.games h2,
.games h3 {
  color: var(--white);
}

.games .eyebrow {
  color: var(--gold);
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.section-heading-row .section-heading {
  margin-bottom: 0;
}

.section-heading-row .section-heading p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
}

.carousel-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.carousel-controls button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  cursor: pointer;
  place-items: center;
  border: 1px solid rgba(232, 192, 74, 0.55);
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
  font-size: 16px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.carousel-controls button:hover,
.carousel-controls button:focus-visible {
  transform: translateY(-2px);
  background: var(--white);
  color: var(--black);
  outline: none;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.game-rail {
  display: grid;
  grid-auto-columns: minmax(270px, 1fr);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-padding: 4px;
  scroll-snap-type: x mandatory;
}

.game-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  scroll-snap-align: start;
}

.game-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.game-card h3,
.game-card p {
  padding-right: 20px;
  padding-left: 20px;
}

.game-card h3 {
  margin-top: 20px;
}

.game-card p {
  min-height: 128px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}

.trust {
  background: var(--paper);
}

.trust-grid {
  align-items: start;
}

blockquote {
  margin: 26px 0 0;
  border-left: 5px solid var(--gold);
  padding: 4px 0 4px 22px;
}

blockquote p {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 600;
}

blockquote cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.trust-proof {
  display: grid;
  gap: 22px;
}

.award-row,
.client-strip {
  display: grid;
  gap: 14px;
}

.award-row {
  grid-template-columns: repeat(3, 1fr);
}

.award-row img,
.client-strip img {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  object-fit: contain;
}

.award-row img {
  aspect-ratio: 1 / 1;
  padding: 12px;
}

.client-strip {
  grid-template-columns: repeat(3, 1fr);
}

.client-strip img {
  aspect-ratio: 3 / 2;
  padding: 16px;
}

.reviews {
  background: var(--paper);
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
  gap: 46px;
}

.reviews-intro p {
  max-width: 640px;
  color: var(--muted);
}

.compact-awards {
  max-width: 420px;
  margin-top: 28px;
}

.review-widget {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  min-height: 230px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  color: var(--gold-deep);
  font-size: 15px;
}

.review-card p {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.review-card cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
}

.locations {
  background: var(--cream);
}

.location-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
}

.location-links {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-links a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
}

.location-links a::after {
  content: ">";
  color: var(--gold-deep);
  font-family: "Dosis", Arial, sans-serif;
  font-weight: 900;
}

.location-links a:hover,
.location-links a:focus-visible {
  border-color: var(--gold-deep);
  color: var(--plum);
  outline: none;
}

.faq {
  background: var(--white);
}

.faq-list {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: none;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--paper);
}

.faq-list summary {
  min-height: 62px;
  cursor: pointer;
  padding: 18px 54px 18px 20px;
  color: var(--ink);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  list-style: none;
  position: relative;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 20px;
  color: var(--gold-deep);
  font-family: "Dosis", Arial, sans-serif;
  font-weight: 900;
}

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

.faq-list p {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--muted);
}

.quote {
  background: linear-gradient(135deg, var(--plum) 0%, var(--black) 100%);
  color: var(--white);
}

.quote h2 {
  color: var(--white);
}

.quote .eyebrow {
  color: var(--gold);
}

.quote-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.quote-contact {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.quote-contact a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.quote-contact i {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
}

.quote-form {
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quote-form iframe {
  min-height: 520px;
}

.quote-lite-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  align-items: center;
  gap: 44px;
}

.quote-route-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  box-shadow: var(--shadow);
}

.quote-route-card > i {
  display: inline-grid;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
  font-size: 24px;
}

.quote-route-card h3 {
  color: var(--white);
}

.quote-route-card p {
  color: rgba(255, 255, 255, 0.78);
}

.quote-route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.site-footer {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.82);
  padding: 52px 0 28px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(220px, 0.6fr);
  gap: 42px;
}

.site-footer img {
  margin-bottom: 20px;
}

.site-footer picture {
  margin-bottom: 20px;
}

.site-footer picture img {
  margin-bottom: 0;
}

.site-footer p {
  max-width: 420px;
  margin-bottom: 0;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 10px 20px;
}

.site-footer a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold);
  outline: none;
}

.footer-social {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 18px;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 26px;
}

.footer-social span {
  display: flex;
  gap: 10px;
}

.footer-social span a {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
}

.footer-social span a:hover,
.footer-social span a:focus-visible {
  background: var(--white);
  color: var(--black);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.58);
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 600;
  display: grid;
  gap: 10px;
}

.floating-contact a {
  position: relative;
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  color: var(--white);
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, filter 180ms ease;
}

.floating-contact a:hover,
.floating-contact a:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  outline: none;
}

.floating-contact a::before {
  content: attr(data-label);
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  max-width: 120px;
  border-radius: 6px;
  background: var(--black);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.floating-contact a:hover::before,
.floating-contact a:focus-visible::before {
  opacity: 1;
}

.nav-open .floating-contact {
  display: none;
}

.float-phone {
  background: var(--red);
}

.float-email {
  background: var(--gold-deep);
}

.float-whatsapp {
  background: #25d366;
}

.reveal {
  opacity: 0;
}

.reveal.is-visible {
  opacity: 1;
}

@media (max-width: 1120px) {
  .header-grid {
    grid-template-columns: 130px 1fr;
  }

  .brand {
    width: 130px;
  }

  .brand img {
    width: 118px;
  }

  .site-nav {
    font-size: 14px;
    gap: 2px;
  }

  .site-nav a {
    padding: 0 8px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  .game-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .game-card p {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 28px, 720px);
  }

  .section-pad {
    padding: 64px 0;
  }

  .header-grid {
    grid-template-columns: 120px 48px;
    justify-content: space-between;
    min-height: 76px;
  }

  .brand {
    min-height: 70px;
  }

  .nav-toggle {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    background: transparent;
    color: var(--white);
    font-size: 22px;
  }

  .site-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    display: grid;
    min-height: calc(100svh - 76px);
    max-height: calc(100svh - 76px);
    align-content: start;
    align-items: stretch;
    justify-content: stretch;
    overflow-y: auto;
    transform: translateY(-120%);
    background: var(--black);
    padding: 18px 20px 26px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    min-height: 50px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0;
    padding: 0;
    font-size: 18px;
  }

  .site-nav .nav-cta {
    justify-content: center;
    border: 0;
    border-radius: 6px;
    margin: 16px 0 0;
    padding: 0 16px;
  }

  .hero,
  .hero-content {
    min-height: 78svh;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(9, 7, 6, 0.9) 0%, rgba(9, 7, 6, 0.72) 52%, rgba(9, 7, 6, 0.56) 100%),
      url("../media/img/promo01.webp") center center / cover no-repeat;
  }

  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-grid div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof-grid div:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .intro-grid,
  .experience-grid,
  .trust-grid,
  .quote-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .experience-media {
    order: 2;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.78fr) 1fr;
  }

  .audience-card picture,
  .audience-card img {
    height: 100%;
  }

  .audience-card img {
    aspect-ratio: auto;
  }

  .audience-card > div {
    min-height: 0;
  }

  .audience-card p {
    min-height: 0;
  }

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

  .footer-social {
    justify-items: start;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 22px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .hero-content {
    padding-top: 72px;
  }

  .proof-grid,
  .game-grid,
  .award-row,
  .client-strip,
  .audience-card {
    grid-template-columns: 1fr;
  }

  .proof-grid div,
  .proof-grid div:last-child,
  .proof-grid div:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .audience-card img {
    aspect-ratio: 5 / 3;
  }

  .feature-list li {
    grid-template-columns: 38px 1fr;
  }

  .feature-list i {
    width: 38px;
    height: 38px;
  }

  .quote-form {
    min-height: 620px;
  }

  .intro-media::before {
    right: 8px;
    bottom: -12px;
  }

  .experience-media::before {
    left: 8px;
    bottom: -12px;
  }

  .floating-contact {
    right: 10px;
    bottom: 10px;
    gap: 8px;
    transform: none;
  }

  .floating-contact a {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .floating-contact a::before {
    display: none;
  }

  .site-footer {
    padding-bottom: 92px;
  }
}

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

  .reveal {
    opacity: 1;
  }
}

/*********************************************************************************/
/* Multi-page build additions                                                     */
/*********************************************************************************/
.dark-title {
  color: var(--plum);
}

.narrow {
  max-width: 850px;
}

.hero-carousel {
  background: var(--black);
}

.hero-video {
  background: var(--black);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 900ms ease, transform 3200ms ease;
}

.hero-slide picture,
.hero-slide img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slide img {
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(9, 7, 6, 0.86) 0%, rgba(9, 7, 6, 0.62) 45%, rgba(9, 7, 6, 0.22) 100%);
}

.hero-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 7, 6, 0.9) 0%, rgba(9, 7, 6, 0.62) 45%, rgba(9, 7, 6, 0.18) 100%),
    radial-gradient(circle at 18% 50%, rgba(77, 0, 51, 0.32), transparent 44%);
}

.hero-dots {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}

.hero-dot {
  width: 38px;
  height: 8px;
  cursor: pointer;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.36);
}

.hero-dot.is-active,
.hero-dot:focus-visible {
  background: var(--gold);
  outline: none;
}

.site-nav a.active {
  color: var(--gold);
}

.inner-hero {
  position: relative;
  min-height: 480px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: var(--black);
}

.inner-hero-bg {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(9, 7, 6, 0.9), rgba(9, 7, 6, 0.52), rgba(9, 7, 6, 0.16));
}

.inner-hero-content {
  padding: 120px 0 76px;
  color: var(--white);
}

.inner-hero h1 {
  margin-bottom: 18px;
}

.inner-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
}

.cards-grid,
.package-grid,
.extra-grid,
.game-detail-grid,
.venue-grid,
.case-grid,
.step-grid {
  display: grid;
  gap: 22px;
}

.cards-grid {
  margin-top: 42px;
}

.three-up {
  grid-template-columns: repeat(3, 1fr);
}

.four-up {
  grid-template-columns: repeat(4, 1fr);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
  align-items: center;
  gap: 54px;
}

.service-story {
  background: var(--cream);
}

.service-story-grid {
  align-items: center;
}

.image-carousel {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.service-carousel-controls {
  justify-content: flex-end;
}

.image-rail {
  display: grid;
  grid-auto-columns: minmax(280px, 88%);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-padding: 2px;
  scroll-snap-type: x mandatory;
}

.image-rail figure {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
}

.image-rail img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.image-rail figcaption {
  padding: 14px 16px;
  color: var(--ink);
  font-weight: 900;
}

.media-stack img,
.extra-card img,
.venue-card img,
.case-card img,
.game-detail img {
  width: 100%;
  object-fit: cover;
}

.media-stack img {
  aspect-ratio: 10 / 7;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.info-card,
.comparison-card,
.extra-card,
.venue-card,
.case-card,
.game-detail,
.builder-summary,
.contact-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.info-card {
  padding: 28px;
}

.info-card > i {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
}

.info-card p,
.comparison-card p,
.extra-card p,
.venue-card p,
.case-card p,
.game-detail p {
  color: var(--muted);
}

.content-band {
  padding: 78px 0;
}

.gold-band {
  background: var(--gold);
}

.gold-band h2,
.gold-band p,
.gold-band .feature-list span {
  color: var(--black);
}

.process-band,
.area-band {
  background: var(--cream);
}

.step-grid {
  grid-template-columns: repeat(3, 1fr);
}

.step-grid article {
  border-radius: 8px;
  background: var(--white);
  padding: 28px;
}

.step-grid span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--gold-deep);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.step-grid span i {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
  font-size: 18px;
}

.package-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.comparison-card {
  overflow: hidden;
  padding-bottom: 28px;
}

.comparison-card img {
  width: min(220px, 80%);
  margin: 28px auto 12px;
}

.comparison-card h3 {
  padding: 0 28px;
  text-align: center;
}

.comparison-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0 28px;
  list-style: none;
}

.comparison-card li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  color: var(--muted);
}

.comparison-card i {
  color: var(--green-bright);
}

.extra-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
}

.extra-card {
  overflow: hidden;
}

.extra-card img {
  aspect-ratio: 5 / 4;
}

.extra-card div {
  padding: 24px;
}

.extra-card i {
  color: var(--gold-deep);
  font-size: 24px;
  margin-bottom: 12px;
}

.game-detail-grid {
  margin-top: 42px;
}

.game-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) 1fr;
  overflow: hidden;
}

.game-detail:nth-child(even) picture {
  order: 2;
}

.game-detail:nth-child(even) div {
  order: 1;
}

.game-detail img {
  height: 100%;
  min-height: 320px;
}

.game-detail div {
  padding: 36px;
}

.game-detail i {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--plum);
  color: var(--white);
}

.venue-grid {
  grid-template-columns: repeat(3, 1fr);
}

.venue-card {
  overflow: hidden;
}

.venue-card img {
  aspect-ratio: 5 / 3;
}

.venue-card div {
  padding: 24px;
}

.venue-showcase {
  background: var(--paper);
}

.featured-venues {
  margin-bottom: 54px;
}

.venue-directory-wrap {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 34px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  padding: 30px;
  box-shadow: var(--shadow-soft);
}

.venue-directory-wrap p {
  color: var(--muted);
}

.venue-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.venue-directory li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--paper);
  padding: 8px 10px;
}

.venue-directory span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--plum);
  color: var(--white);
  font-family: "Dosis", Arial, sans-serif;
  font-weight: 900;
}

.venue-directory strong {
  line-height: 1.2;
}

.gallery-page {
  background: var(--paper);
}

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

.gallery-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-card figcaption {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.gallery-card span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.case-grid {
  grid-template-columns: 1fr;
}

.case-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) 1fr;
  overflow: hidden;
}

.case-card img {
  height: 100%;
  min-height: 280px;
}

.case-card div {
  padding: 34px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 44px;
}

.contact-card {
  align-self: start;
  padding: 34px;
}

.footer-contact-list {
  display: grid;
  gap: 12px;
}

.footer-contact-list.large {
  margin: 24px 0;
}

.footer-contact-list a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  text-decoration: none;
}

.footer-contact-list i {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
}

.quote-panel {
  display: grid;
  gap: 16px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 26px;
  box-shadow: var(--shadow);
}

.quote-panel.compact {
  padding: 20px;
  box-shadow: none;
}

.quote-panel label,
.quote-panel fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.quote-panel fieldset {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
}

.quote-panel legend {
  grid-column: 1 / -1;
  padding: 0 6px;
  color: var(--plum);
  font-weight: 900;
}

.quote-panel fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.quote-panel input,
.quote-panel select,
.quote-panel textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  padding: 10px 12px;
}

.quote-panel input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
}

.quote-panel textarea {
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.footer-impact {
  padding: 0 0 28px;
}

.footer-cta {
  background:
    linear-gradient(90deg, rgba(9, 7, 6, 0.92), rgba(77, 0, 51, 0.8)),
    url("../media/img/banner/roulette-wheel.webp") center / cover no-repeat;
  padding: 58px 0;
}

.footer-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 36px;
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer-cta h2 {
  max-width: 780px;
  color: var(--white);
  margin-bottom: 0;
}

.site-footer .button-primary {
  background: var(--gold);
  color: var(--black);
}

.site-footer .button-primary:hover,
.site-footer .button-primary:focus-visible {
  background: var(--white);
  color: var(--black);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 0.7fr)) minmax(240px, 1fr);
  gap: 34px;
  padding-top: 52px;
}

.footer-main h3 {
  color: var(--gold);
  font-size: 22px;
}

.footer-main nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.footer-main a {
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.footer-brand p,
.footer-proof p {
  color: rgba(255, 255, 255, 0.72);
}

.footer-proof .footer-social {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}

.package-builder {
  background: var(--cream);
}

.builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  align-items: start;
  gap: 28px;
}

.builder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.builder-option {
  cursor: pointer;
}

.builder-option input {
  position: absolute;
  opacity: 0;
}

.builder-option span {
  display: grid;
  height: 100%;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.builder-option img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.builder-option strong,
.builder-option small {
  padding: 0 18px;
}

.builder-option strong {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--ink);
  font-family: "Dosis", Arial, sans-serif;
  font-size: 21px;
}

.builder-option strong i {
  color: var(--gold-deep);
}

.builder-option small {
  display: block;
  padding-bottom: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.builder-option input:checked + span {
  border-color: var(--gold);
  background: #fff9df;
}

.builder-summary {
  position: sticky;
  top: 104px;
  padding: 24px;
}

.builder-summary ul {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding-left: 20px;
}

@media (max-width: 1120px) {
  .four-up,
  .extra-grid,
  .gallery-grid,
  .builder-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero-carousel::before,
  .hero-video::before,
  .inner-hero::after {
    background: linear-gradient(180deg, rgba(9, 7, 6, 0.9), rgba(9, 7, 6, 0.68));
  }

  .inner-hero {
    min-height: 420px;
  }

  .inner-hero-content {
    padding: 86px 0 54px;
  }

  .split-grid,
  .service-story-grid,
  .reviews-layout,
  .contact-grid,
  .builder-layout,
  .quote-lite-grid,
  .venue-directory-wrap,
  .footer-cta-grid {
    grid-template-columns: 1fr;
  }

  .three-up,
  .package-grid,
  .venue-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .game-detail,
  .case-card {
    grid-template-columns: 1fr;
  }

  .game-detail:nth-child(even) picture,
  .game-detail:nth-child(even) div {
    order: initial;
  }

  .game-detail img,
  .case-card img {
    min-height: 0;
    aspect-ratio: 5 / 3;
  }

  .builder-summary {
    position: static;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-cta-actions,
  .service-carousel-controls {
    justify-content: flex-start;
  }

  .review-widget,
  .venue-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .form-row,
  .quote-panel fieldset,
  .four-up,
  .extra-grid,
  .gallery-grid,
  .review-widget,
  .venue-directory,
  .builder-grid {
    grid-template-columns: 1fr;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .game-rail {
    grid-auto-columns: minmax(250px, 86%);
  }

  .image-rail {
    grid-auto-columns: minmax(245px, 88%);
  }

  .hero-dots {
    margin-top: 22px;
  }

  .footer-cta {
    padding: 42px 0;
  }
}
.area-links{columns:3;column-gap:2rem;padding-left:1.3rem}.area-links li{break-inside:avoid;margin:.6rem 0}.archive-article{max-width:850px}.archive-article img{max-width:100%;height:auto}.archive-article p{margin:1rem 0}.archive-article a,.area-links a,.form-note a{text-decoration:underline;text-underline-offset:.18em}.form-status:not([hidden]){padding:1rem;border:1px solid currentColor;border-radius:.5rem;color:#fff;background:#4b2c0e}.footer-bottom a{margin-left:1rem}.info-card p{overflow-wrap:anywhere}h1{overflow-wrap:anywhere} [hidden]{display:none!important}@media(max-width:750px){.area-links{columns:2}}@media(max-width:480px){.area-links{columns:1}}

.reveal{opacity:1}
