
:root {
  --surface: #fdfbf7;
  --surface-alt: #f3efe8;
  --ink: #171717;
  --muted: #655f56;
  --dark: #202023;
  --dark-2: #2a292c;
  --gold: #b58a38;
  --gold-dark: #8d6725;
  --line: #d7d0c6;
  --white: #ffffff;
  --radius-sm: .6rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --shadow-sm: 0 8px 26px rgba(20,18,15,.08);
  --shadow-lg: 0 24px 64px rgba(20,18,15,.16);
  --max: 72rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; overflow-x: hidden; overflow-wrap: break-word; background: var(--surface); color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.65; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
code { overflow-wrap: anywhere; word-break: break-word; }
.footer-bottom, .footer-text, .policy-content { overflow-wrap: anywhere; }


.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 300; padding: .7rem 1rem; background: var(--gold); color: #111; border-radius: 0 0 .5rem .5rem; font-weight: 800; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid #c3953c; outline-offset: 3px; }

.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.section { padding: 6rem 0; }
.section-tight { padding: 4.5rem 0; }
.section-dark { background: var(--dark); color: var(--white); }
.section-alt { background: var(--surface-alt); }
.eyebrow { margin: 0 0 .75rem; color: var(--gold-dark); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-dark .eyebrow { color: #d6b467; }
h1, h2, h3, h4 { margin: 0 0 1rem; font-family: Georgia, 'Times New Roman', serif; font-weight: 600; line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(2.6rem, 6vw, 5.1rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0 0 1.1rem; }
.lead { font-size: clamp(1.06rem, 2vw, 1.25rem); color: var(--muted); max-width: 68ch; }
.section-dark .lead, .section-dark .muted { color: #dedad4; }
.muted { color: var(--muted); }
.stack { display: flex; flex-direction: column; gap: 1rem; }
.stack-lg { display: flex; flex-direction: column; gap: 1.75rem; }
.intro-center { max-width: 52rem; margin: 0 auto 3rem; text-align: center; }
.intro-center.narrow { max-width: 50rem; }
.intro-center .lead { margin-inline: auto; }
.max-title { max-width: 45rem; }
.actions-spaced { margin-top: 1.5rem; }
.policy-back { margin-top: 1rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: .72rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font-size: .86rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .15s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--dark); color: var(--white); }
.btn-primary:hover { background: #000; }
.btn-gold { background: var(--gold); color: #111; }
.btn-gold:hover { background: #c79a43; }
.btn-outline { border-color: var(--line); background: transparent; color: inherit; }
.section-dark .btn-outline { border-color: rgba(255,255,255,.35); color: var(--white); }
.text-link { text-decoration: underline; text-underline-offset: .2em; font-weight: 700; }
.badge { display: inline-flex; align-items: center; gap: .45rem; width: fit-content; padding: .45rem .75rem; border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.24); border-radius: 999px; font-weight: 800; font-size: .8rem; letter-spacing: .05em; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(253,251,247,.96); border-bottom: 1px solid rgba(23,23,23,.08); backdrop-filter: blur(10px); }
.navbar { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; min-width: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; font-weight: 700; }
.brand-mark { width: 2rem; height: 2rem; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; position: relative; }
.brand-mark::before, .brand-mark::after { content: ''; position: absolute; background: var(--gold); }
.brand-mark::before { width: 1px; height: 1.1rem; left: 50%; top: .42rem; }
.brand-mark::after { height: 1px; width: 1.1rem; top: 50%; left: .42rem; }
.nav-links { display: flex; align-items: center; gap: 1.3rem; }
.nav-links > a:not(.btn) { font-size: .9rem; font-weight: 700; color: #36322d; padding: .4rem 0; border-bottom: 1px solid transparent; }
.nav-links > a:not(.btn):hover, .nav-links > a[aria-current='page'] { border-bottom-color: var(--gold); }
.menu-toggle { display: none; width: 3rem; height: 3rem; border: 1px solid var(--line); border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: .27rem; }
.menu-toggle span { width: 1.15rem; height: 1px; background: var(--ink); }

.hero { padding: 2rem 0 4.75rem; }
.hero-frame { min-height: min(75vh, 46rem); border-radius: var(--radius-lg); overflow: hidden; position: relative; box-shadow: var(--shadow-lg); background: var(--dark); }
.hero-frame > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 12%, rgba(0,0,0,.68) 88%); }
.hero-content { position: relative; z-index: 1; min-height: min(75vh, 46rem); display: flex; align-items: flex-end; justify-content: center; padding: clamp(2rem, 7vw, 5.3rem) clamp(1.25rem, 5vw, 4rem); text-align: center; color: var(--white); }
.hero-content-inner { max-width: 60rem; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.hero-content .lead { color: #f3efe8; max-width: 58ch; }

.subhero { padding: 2rem 0 4.5rem; }
.subhero-card { min-height: 27rem; border-radius: var(--radius-lg); overflow: hidden; position: relative; box-shadow: var(--shadow-lg); background: var(--dark); }
.subhero-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.subhero-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.28)); }
.subhero-copy { position: relative; z-index: 1; min-height: 27rem; width: min(100%, 48rem); padding: clamp(2rem, 6vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; color: #fff; }
.subhero-copy .lead { color: #f1ede6; }

.split { display: flex; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.split.reverse { flex-direction: row-reverse; }
.split > * { flex: 1 1 0; min-width: 0; }
.media-card { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); background: #ddd; }
.media-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.cards { display: flex; flex-wrap: wrap; gap: 1rem; }
.card { flex: 1 1 15rem; min-width: 0; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 5px 20px rgba(20,18,15,.04); }
.section-dark .card { background: var(--dark-2); border-color: rgba(255,255,255,.16); }
.card-icon { width: 2.4rem; height: 2.4rem; margin-bottom: 1rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(181,138,56,.15); color: var(--gold-dark); font-weight: 900; }
.section-dark .card-icon { color: #e1bc6d; background: rgba(181,138,56,.18); }
.card p:last-child { margin-bottom: 0; }
.feature-list { display: flex; flex-direction: column; gap: .8rem; padding: 0; margin: 1.3rem 0 0; list-style: none; }
.feature-list li { display: flex; gap: .75rem; align-items: flex-start; }
.feature-list li::before { content: ''; width: .45rem; height: .45rem; margin-top: .6rem; flex: 0 0 auto; border-radius: 50%; background: var(--gold); }

.quote-panel { padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-lg); background: var(--dark); color: var(--white); box-shadow: var(--shadow-lg); }
.quote-panel p { color: #e8e4dd; }
.notice { padding: 1.2rem 1.35rem; border-left: 4px solid var(--gold); background: #f3eee3; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.section-dark .notice { background: rgba(181,138,56,.12); }

.form-shell { display: flex; align-items: stretch; gap: 2rem; }
.form-panel, .info-panel { flex: 1 1 0; min-width: 0; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-sm); }
.form-row { display: flex; gap: 1rem; }
.form-row > * { flex: 1 1 0; min-width: 0; }
.field { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1rem; }
.field label { font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: .8rem; background: #fff; color: var(--ink); padding: .85rem 1rem; }
.field textarea { min-height: 9rem; resize: vertical; }
.form-status { min-height: 1.5rem; margin: .8rem 0 0; font-weight: 700; color: #416229; }
.info-item { padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.info-item:last-child { border-bottom: 0; }
.info-label { display: block; margin-bottom: .25rem; color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.info-panel > .btn { margin-top: .75rem; }

.policy-hero { padding: 4.5rem 0 2.25rem; }
.policy-shell { display: flex; align-items: flex-start; gap: 2rem; }
.policy-nav { flex: 0 0 16rem; position: sticky; top: 6.5rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-alt); }
.policy-nav strong { display: block; margin-bottom: .7rem; }
.policy-nav a { display: block; padding: .4rem 0; font-size: .9rem; color: var(--muted); text-decoration: underline; text-underline-offset: .18em; }
.policy-content { flex: 1 1 auto; min-width: 0; max-width: 52rem; }
.policy-section { scroll-margin-top: 7rem; padding: 0 0 2.8rem; margin: 0 0 2.8rem; border-bottom: 1px solid var(--line); }
#restaurant, #casino { scroll-margin-top: 6rem; }
.policy-section:last-child { border-bottom: 0; }
.policy-section h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.policy-section h3 { margin-top: 1.8rem; font-size: 1.25rem; }
.policy-section ul { padding-left: 1.2rem; }
.policy-meta { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; color: var(--muted); font-size: .92rem; }

.site-footer { background: #171719; color: #f6f2ec; padding: 4rem 0 2rem; }
.footer-top { display: flex; flex-wrap: wrap; gap: 2.5rem; justify-content: space-between; }
.footer-brand { flex: 1 1 20rem; max-width: 31rem; }
.footer-cols { display: flex; flex-wrap: wrap; gap: 2.5rem; flex: 1 1 28rem; justify-content: flex-end; }
.footer-col { min-width: 10rem; max-width: 18rem; }
.footer-col h3 { font-family: Inter, Arial, sans-serif; font-size: .82rem; letter-spacing: .09em; text-transform: uppercase; color: #d8b56b; margin-bottom: .75rem; }
.footer-col a { display: block; margin: .35rem 0; color: #e7e2db; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: .2em; }
.footer-col a:hover { text-decoration-color: #d8b56b; }
.footer-text { color: #bbb5ad; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: .6rem 1.25rem; justify-content: space-between; align-items: center; margin-top: 2.75rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: #aaa49c; font-size: .82rem; }
.age-mark { display: inline-flex; align-items: center; justify-content: center; min-width: 2.3rem; height: 2.3rem; padding: 0 .5rem; border: 1px solid #d8b56b; color: #d8b56b; border-radius: 999px; font-weight: 900; }

.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 200; max-width: 46rem; width: auto; margin-inline: auto; padding: 1.1rem 1.25rem; border: 1px solid rgba(255,255,255,.2); background: #1d1d20; color: #fff; border-radius: 1rem; box-shadow: var(--shadow-lg); display: none; }
.cookie-banner.is-visible { display: block; }
.cookie-inner { display: flex; gap: 1rem; align-items: center; justify-content: space-between; }
.cookie-inner p { margin: 0; font-size: .92rem; color: #e8e2db; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .55rem; flex: 0 0 auto; }
.cookie-banner .btn { min-height: 2.65rem; padding: .55rem .9rem; font-size: .72rem; }

@media (max-width: 900px) {
  .section { padding: 4.5rem 0; }
  h1 { font-size: clamp(2.35rem, 8vw, 4rem); text-align: center; }
  h2 { font-size: clamp(1.9rem, 6vw, 2.8rem); text-align: center; }
  h3, h4, .eyebrow { text-align: center; }
  .nav-links { position: absolute; top: 100%; left: 1rem; right: 1rem; padding: 1rem; background: var(--surface); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow-lg); flex-direction: column; align-items: stretch; display: none; }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.btn) { padding: .65rem .4rem; }
  .menu-toggle { display: inline-flex; }
  .split, .split.reverse, .form-shell, .policy-shell, .cards, .form-row, .footer-cols { flex-direction: column; }
  .form-row { gap: 0; }
  .split > *, .form-panel, .info-panel, .card { width: 100%; }
  .policy-nav { position: static; width: 100%; flex-basis: auto; }
  .policy-nav .policy-links { display: flex; flex-wrap: wrap; gap: .15rem 1rem; }
  .policy-nav a { display: inline-block; }
  .footer-cols { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 1.25rem, var(--max)); }
  .section { padding: 4rem 0; }
  .section-tight { padding: 3.5rem 0; }
  h1 { font-size: clamp(2.15rem, 11vw, 3.15rem); text-align: center; }
  h2 { font-size: clamp(1.75rem, 8.5vw, 2.45rem); text-align: center; }
  h3 { font-size: 1.35rem; text-align: center; }
  h4 { text-align: center; }
  .eyebrow { text-align: center; }
  .lead { font-size: 1.02rem; }
  .hero { padding: .75rem 0 3.75rem; }
  .hero-frame, .hero-content { min-height: 38rem; }
  .hero-frame { border-radius: 1.05rem; }
  .hero-content { padding: 2rem 1rem; }
  .hero-content .actions, .actions.mobile-stack { width: 100%; flex-direction: column; }
  .hero-content .btn, .actions.mobile-stack .btn { width: 100%; }
  .subhero { padding: .75rem 0 3.5rem; }
  .subhero-card, .subhero-copy { min-height: 30rem; }
  .subhero-copy { padding: 1.4rem; align-items: center; text-align: center; }
  .split { gap: 2rem; }
  .split-copy { text-align: left; }
  .split-copy h2, .split-copy .eyebrow { text-align: center; }
  .cards { flex-direction: column; }
  .card { flex-basis: auto; width: 100%; }
  .form-row { flex-direction: column; gap: 0; }
  .form-panel, .info-panel { padding: 1.2rem; }
  .policy-hero { padding-top: 3rem; }
  .policy-meta { justify-content: center; text-align: center; }
  .policy-section h2 { text-align: center; font-size: 1.75rem; }
  .policy-section h3 { text-align: center; }
  .footer-top, .footer-cols, .footer-bottom { flex-direction: column; align-items: stretch; }
  .footer-col { max-width: none; }
  .cookie-inner { flex-direction: column; align-items: stretch; }
  .cookie-actions { flex-direction: column; }
  .cookie-actions .btn { width: 100%; }
}

@media (max-width: 380px) {
  .navbar { min-height: 4.5rem; }
  .brand { font-size: 1rem; gap: .5rem; }
  .brand-mark { width: 1.75rem; height: 1.75rem; }
  .menu-toggle { width: 2.7rem; height: 2.7rem; }
  .btn { white-space: normal; }
}
