:root {
  --ink: #ffffff;
  --muted: #f3eadc;
  --bg: #07110d;
  --bg-2: #102018;
  --cedar: #0d6f45;
  --cedar-bright: #19a266;
  --gold: #d2a85f;
  --gold-2: #f2ce82;
  --ruby: #8c2330;
  --line: rgba(255, 255, 255, 0.18);
  --shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.42);
  --clip: polygon(
    0 0,
    calc(100% - 1rem) 0,
    100% 1rem,
    100% 100%,
    1rem 100%,
    0 calc(100% - 1rem)
  );
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(25, 162, 102, 0.22),
      transparent 28rem
    ),
    radial-gradient(
      circle at 90% 15%,
      rgba(210, 168, 95, 0.16),
      transparent 30rem
    ),
    var(--bg);
  color: var(--ink);
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(60deg, rgba(210, 168, 95, 0.07) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  z-index: -1;
}
body::-webkit-scrollbar {
  width: 0.85rem;
}
body::-webkit-scrollbar-track {
  background: #050806;
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--gold), var(--cedar));
  border: 0.18rem solid #050806;
  border-radius: 99rem;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
button,
input,
textarea {
  font: inherit;
}
button {
  color: inherit;
}
:focus-visible {
  outline: 0.18rem solid var(--gold-2);
  outline-offset: 0.25rem;
}
.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.9rem 1rem;
  background: var(--gold);
  color: #05100b;
}

.site-header {
  position: sticky;
  top: 0.75rem;
  z-index: 10;
  margin: 0.75rem auto 0;
  width: min(92rem, calc(100% - 1.5rem));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem;
  background: rgba(6, 16, 12, 0.8);
  border: 1px solid var(--line);
  backdrop-filter: blur(1rem);
  clip-path: var(--clip);
  box-shadow: var(--shadow);
}
.site-header.is-scrolled {
  background: rgba(6, 16, 12, 0.94);
}
.brand-mark {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  min-width: 0;
}
.brand-logo {
  width: 8.5rem;
  height: auto;
  object-fit: contain;
}
.brand-mark span {
  display: none;
  color: var(--muted);
  font-size: 0.78rem;
}
.nav-toggle {
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  clip-path: var(--clip);
  display: grid;
  place-content: center;
  gap: 0.3rem;
}
.nav-toggle span:not(.sr-only) {
  width: 1.35rem;
  height: 0.12rem;
  background: var(--ink);
  transition: transform 0.25s ease;
}
.site-nav {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: none;
  padding: 0.8rem;
  background: rgba(6, 16, 12, 0.96);
  border: 1px solid var(--line);
  clip-path: var(--clip);
}
.site-nav.open {
  display: grid;
  gap: 0.4rem;
}
.site-nav a {
  position: relative;
  text-decoration: none;
  padding: 1rem 1.1rem;
  border: 1px solid transparent;
  clip-path: var(--clip);
  font-weight: 800;
}
.site-nav a:hover,
.site-nav a[aria-current='page'] {
  border-color: rgba(210, 168, 95, 0.55);
  background: rgba(210, 168, 95, 0.13);
}

main {
  overflow: hidden;
}
section {
  position: relative;
}
.hero,
.page-hero,
.feature-grid,
.casino-runway,
.menu-showcase,
.table-games,
.gallery-section,
.contact-section,
.subpage .section-card {
  width: min(92rem, calc(100% - 1.5rem));
  margin: 0 auto;
}
.split-hero {
  display: grid;
  gap: 1.4rem;
  padding: 4rem 0 2rem;
}
.hero-copy,
.section-card,
.lounge-panel,
.contact-panel,
.response-card {
  clip-path: var(--clip);
  border: 1px solid var(--line);
  background: linear-gradient(
    145deg,
    rgba(16, 32, 24, 0.92),
    rgba(7, 17, 13, 0.78)
  );
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: 1.35rem;
}
.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  font-size: 0.76rem;
  font-weight: 900;
}
h1,
h2,
h3 {
  font-family: Cinzel, Georgia, serif;
  line-height: 1.05;
  margin: 0 0 1rem;
}
h1 {
  font-size: clamp(2.15rem, 9vw, 4rem);
}
h2 {
  font-size: clamp(1.65rem, 7vw, 2.7rem);
}
h3 {
  font-size: 1.15rem;
}
p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1rem;
}
.btn {
  min-height: 3.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  text-decoration: none;
  border: 1px solid var(--line);
  clip-path: var(--clip);
  font-weight: 900;
  cursor: pointer;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #0a120d;
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}
.hero-collage {
  position: relative;
  min-height: 24rem;
}
.hero-main {
  width: 88%;
  height: 24rem;
  clip-path: var(--clip);
  border: 1px solid var(--line);
}
.hero-float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 11rem;
  clip-path: var(--clip);
  border: 0.28rem solid rgba(210, 168, 95, 0.7);
  box-shadow: var(--shadow);
}
.marquee-strip {
  display: flex;
  gap: 0.65rem;
  overflow: auto;
  padding: 0.6rem 0.75rem 1.4rem;
  margin: 0 auto;
  width: min(92rem, calc(100% - 1.5rem));
}
.marquee-strip span {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  padding: 0.7rem 1rem;
  clip-path: var(--clip);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
  color: var(--gold-2);
}
.image-band {
  min-height: 32rem;
  display: grid;
  align-items: end;
  margin-top: 1rem;
}
.band-image,
.lounge-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
}
.section-card {
  padding: 1.35rem;
  margin-bottom: 1rem;
}
.feature-grid {
  display: grid;
  gap: 1rem;
  padding: 3rem 0;
}

.feature-card,
.dish-grid article {
  clip-path: var(--clip);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.feature-card img {
  height: 16rem;
  width: 100%;
}
.feature-card h2,
.feature-card p,
.dish-grid h3,
.dish-grid p {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.8rem;
}
.casino-runway {
  display: grid;
  gap: 1.2rem;
  padding: 3rem 0;
}
.runway-copy {
  align-self: center;
}
.runway-images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.65rem;
}
.runway-images img {
  height: 12rem;
  width: 100%;
  clip-path: var(--clip);
  border: 1px solid var(--line);
}
.runway-images img:nth-child(1) {
  grid-column: span 4;
}
.runway-images img:nth-child(2) {
  grid-column: span 2;
}
.runway-images img:nth-child(3) {
  grid-column: span 6;
}
.section-heading {
  max-width: 54rem;
}
.menu-showcase {
  padding: 3rem 0;
}
.dish-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}
.dish-grid img {
  height: 13rem;
  width: 100%;
}
.table-games {
  display: grid;
  gap: 1rem;
  padding: 3rem 0;
  align-items: center;
}
.table-stack {
  display: grid;
  gap: 0.8rem;
}
.table-stack img {
  height: 14rem;
  width: 100%;
  clip-path: var(--clip);
  border: 1px solid var(--line);
}
.lounge-section {
  min-height: 33rem;
  display: grid;
  align-items: center;
  margin: 3rem 0;
}
.lounge-panel {
  width: min(38rem, calc(100% - 1.5rem));
  margin: 0 auto;
  padding: 1.4rem;
}
.gallery-section {
  padding: 3rem 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}
.gallery-item {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  clip-path: var(--clip);
}
.gallery-item img {
  width: 100%;
  height: 10rem;
  transition: transform 0.35s ease;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.contact-section {
  display: grid;
  gap: 1rem;
  padding: 3rem 0 5rem;
  align-items: start;
}
.contact-image {
  height: max-content;
  width: 100%;
  clip-path: var(--clip);
  border: 1px solid var(--line);
}
.contact-panel {
  padding: 1.25rem;
}
.wizard-steps {
  display: flex;
  gap: 0.5rem;
  overflow: auto;
  margin: 1rem 0;
}
.step-pill,
.choice-grid button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.9rem 1rem;
  min-height: 3.1rem;
  clip-path: var(--clip);
  cursor: pointer;
  font-weight: 800;
}
.step-pill.active,
.choice-grid button.selected {
  border-color: var(--gold);
  background: rgba(210, 168, 95, 0.2);
}
.wizard-card {
  display: none;
}
.wizard-card.active {
  display: block;
}
.choice-grid {
  display: grid;
  gap: 0.6rem;
}
.contact-form {
  display: none;
  margin-top: 1.25rem;
}
.contact-form.ready {
  display: grid;
  gap: 1rem;
}
.form-grid {
  display: grid;
  gap: 1rem;
}
label {
  display: grid;
  gap: 0.4rem;
  color: var(--ink);
  font-weight: 800;
}
input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.22);
  color: var(--ink);
  padding: 1rem;
  clip-path: var(--clip);
}
.consent-line {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-weight: 600;
  color: var(--muted);
}
.consent-line input {
  width: auto;
  margin-top: 0.25rem;
}
.form-summary,
.form-status {
  color: var(--gold-2);
  font-weight: 800;
}
.page-hero {
  display: grid;
  gap: 1rem;
  padding: 4rem 0 2rem;
  align-items: end;
}
.page-hero img {
  height: 24rem;
  width: 100%;
  clip-path: var(--clip);
  border: 1px solid var(--line);
}
.page-hero div {
  padding: 1.25rem;
  clip-path: var(--clip);
  border: 1px solid var(--line);
  background: rgba(6, 16, 12, 0.88);
}
.response-page {
  min-height: 50vh;
  display: grid;
  align-items: center;
}
.response-card ul {
  color: var(--muted);
  line-height: 1.8;
}
.site-footer {
  width: min(92rem, calc(100% - 1.5rem));
  margin: 0 auto 1rem;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}
.footer-brand {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.footer-emblem {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.footer-grid {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.5rem;
}
.footer-grid section {
  display: grid;
  gap: 0.45rem;
}
.footer-grid h2 {
  font-size: 1rem;
  margin: 0;
}
.footer-grid a {
  color: var(--muted);
  text-decoration: none;
}
.legal-line {
  font-size: 0.88rem;
  border-top: 1px solid var(--line);
  margin-top: 1.5rem;
  padding-top: 1rem;
}
.cookie-banner {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 15;
  padding: 1rem;
  display: none;
  gap: 0.8rem;
  background: rgba(7, 17, 13, 0.96);
  border: 1px solid var(--line);
  clip-path: var(--clip);
  box-shadow: var(--shadow);
}
.cookie-banner.show {
  display: grid;
}
.cookie-banner div {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.88);
}
.lightbox.open {
  display: flex;
}
.lightbox img {
  max-height: 84vh;
  width: auto;
  clip-path: var(--clip);
  border: 1px solid var(--gold);
}
.lightbox button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.reveal {
  opacity: 0;
  transform: translateY(1rem);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}

@media (min-width: 720px) {
  .brand-mark span {
    display: inline;
  }
  .split-hero,
  .page-hero,
  .contact-section {
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy {
    padding: 2rem;
    align-self: center;
  }
  .feature-grid,
  .dish-grid,
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .dish-grid article:nth-child(1),
  .dish-grid article:nth-child(2) {
    grid-column: span 1;
  }
  .table-games,
  .casino-runway {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-item img {
    height: 13rem;
  }
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 980px) {
  .nav-toggle {
    display: none;
  }
  .site-nav {
    position: static;
    display: flex;
    padding: 0;
    border: 0;
    background: transparent;
    clip-path: none;
  }
  .site-nav a {
    padding: 0.85rem 1rem;
  }
  .hero-main {
    height: 34rem;
  }
  .hero-float {
    height: 16rem;
  }
  .section-card,
  .contact-panel,
  .lounge-panel {
    padding: 2rem;
  }
  .choice-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .feature-card img {
    height: 18rem;
  }
  .dish-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Production content additions */
.info-grid {
  width: min(92rem, calc(100% - 1.5rem));
  margin: 0 auto;
  padding: 2.5rem 0;
  display: grid;
  gap: 1rem;
}

.info-card {
  position: relative;
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.025)
    ),
    linear-gradient(135deg, rgba(13, 111, 69, 0.22), rgba(140, 35, 48, 0.12));
  clip-path: var(--clip);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.info-card::before {
  content: '';
  position: absolute;
  inset: 0.6rem;
  border: 1px solid rgba(210, 168, 95, 0.22);
  clip-path: var(--clip);
  pointer-events: none;
}

.info-card h2 {
  position: relative;
  margin-bottom: 0.7rem;
  font-size: clamp(1.25rem, 5vw, 1.65rem);
}

.info-card p {
  position: relative;
  margin: 0;
}

.info-card a {
  color: var(--gold-2);
  font-weight: 900;
  text-decoration-thickness: 0.08rem;
  text-underline-offset: 0.22rem;
}

.dish-grid.compact {
  grid-template-columns: 1fr;
}

.dish-grid.compact article img {
  height: 15rem;
}

.response-card h2 {
  margin-top: 1.4rem;
  font-size: clamp(1.25rem, 5vw, 1.7rem);
}

.response-card a {
  color: var(--gold-2);
  font-weight: 800;
}

@media (max-width: 979px) {
  .site-header {
    clip-path: none;
    border-radius: 0.35rem;
    overflow: visible;
  }

  .site-nav {
    position: fixed;
    top: 5.8rem;
    left: 0.75rem;
    right: 0.75rem;
    z-index: 50;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: grid;
  }
}

@media (min-width: 720px) {
  .info-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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