:root {
  --green-950: #102d24;
  --green-900: #173d31;
  --green-800: #245440;
  --green-100: #e8f0e9;
  --ink: #17201b;
  --muted: #677169;
  --paper: #fbfcfa;
  --line: #c9d8cc;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-space { padding-block: 78px; }

.site-header { position: relative; z-index: 10; background: var(--paper); border-bottom: 1px solid rgba(23, 61, 49, .12); }
.header-shell { display: grid; gap: 15px; padding-block: 15px 0; }
.brand { display: inline-flex; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: 12px; width: fit-content; white-space: nowrap; }
.brand-mark { display: grid; width: 76px; height: 68px; flex: 0 0 76px; place-items: center; overflow: hidden; background: transparent; color: var(--green-900); font-family: var(--serif); font-size: 9px; line-height: 1.05; text-align: center; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; object-position: center center; }
.brand-name { display: block; align-self: center; color: var(--green-950); font-family: var(--serif); font-size: 22px; line-height: 1; letter-spacing: -.04em; transform: translateY(2px); }
.brand-name i { color: #a57642; font-style: normal; }
.brand-name small { display: inline-block; margin-top: 4px; font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .13em; line-height: 1.1; text-transform: uppercase; }

.main-nav { display: flex; align-items: center; gap: 7px; min-width: 0; margin-inline: -20px; padding: 0 20px 14px; overflow-x: auto; scrollbar-width: none; }
.main-nav::-webkit-scrollbar { display: none; }
.main-nav a { flex: 0 0 auto; white-space: nowrap; }
.nav-link { padding: 10px 12px; color: var(--green-900); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nav-link:hover, .nav-link:focus-visible, .nav-link.active { background: var(--green-100); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 0; font-size: 11px; font-weight: 700; letter-spacing: .1em; line-height: 1; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.nav-cta { min-height: 40px; padding-inline: 14px; background: var(--green-900); color: #fff; }
.nav-cta:hover, .nav-cta:focus-visible, .button:hover, .button:focus-visible { transform: translateY(-2px); }
.nav-cta span, .button span { font-size: 17px; font-weight: 400; line-height: 0; }

.eyebrow, .ribbon-label, .footer-label { color: var(--green-800); font-size: 10px; font-weight: 700; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow { margin: 0 0 22px; }
h1, h2, p { margin-top: 0; }
h1, h2 { color: var(--green-950); font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(54px, 14vw, 132px); line-height: .84; }
h2 { margin-bottom: 24px; font-size: clamp(42px, 7vw, 78px); line-height: .9; }

.hero, .page-hero { display: grid; gap: 48px; align-items: end; padding-top: 48px; }
.hero-copy, .page-hero-copy { max-width: 660px; }
.hero-lede { max-width: 440px; margin-bottom: 32px; color: #566158; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button-primary { background: var(--green-900); color: #fff; }
.button-primary:hover, .button-primary:focus-visible { background: var(--green-800); }
.button-light { background: #fff; color: var(--green-950); }
.text-link { display: inline-flex; align-items: center; gap: 12px; width: fit-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--green-900); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { font-size: 19px; font-weight: 400; line-height: 0; transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(4px); }
.media-frame { position: relative; height: 360px; max-height: 540px; overflow: hidden; background: var(--green-100); }
.media-frame img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; color: var(--green-900); font-size: 13px; line-height: 1.3; }
.hero-visual { height: 360px; }
.page-hero-image { height: 330px; }

.info-ribbon { background: var(--green-900); color: #fff; }
.ribbon-grid { display: grid; gap: 22px; padding-block: 28px; }
.ribbon-grid > div { display: grid; gap: 3px; }
.ribbon-label { color: #a7c3ad; }
.ribbon-grid strong { font-size: 14px; font-weight: 500; }
.ribbon-grid a:hover, .ribbon-grid a:focus-visible { color: #c1ddc6; }

.intro-grid { display: grid; gap: 16px; }
.intro-copy { max-width: 420px; }
.intro-copy p, .gallery-intro > p:not(.eyebrow), .contact-callout p { color: #566158; font-size: 17px; }
.muted-copy { color: var(--muted) !important; font-size: 13px !important; }
.menu-preview, .menu-page, .games-section { background: var(--green-100); }
.section-heading-row { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.section-heading-row h2 { margin-bottom: 0; }
.preview-grid { display: grid; gap: 24px; border-top: 1px solid rgba(36, 84, 64, .24); }
.preview-grid > div { display: grid; gap: 4px; padding-top: 20px; border-bottom: 1px solid rgba(36, 84, 64, .24); padding-bottom: 20px; }
.preview-grid span { color: var(--green-800); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.preview-grid strong { font-family: var(--serif); font-size: 24px; font-weight: 400; letter-spacing: -.04em; }
.preview-grid small { color: #65736a; font-size: 12px; }

.gallery { display: grid; gap: 36px; }
.gallery-intro { max-width: 350px; }
.gallery-intro > p:not(.eyebrow) { color: #566158; font-family: var(--serif); font-size: 28px; line-height: 1.02; letter-spacing: -.04em; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
.gallery-image { height: 230px; }
.gallery-tall { grid-row: span 2; height: 470px; }
.gallery-wide { height: 230px; }
.gallery-small { height: 230px; }
.quote-section { background: var(--green-950); color: #fff; }
.quote-layout { display: grid; gap: 8px; }
.quote-mark { color: #9dbfa5; font-family: var(--serif); font-size: 80px; line-height: .45; }
blockquote { max-width: 800px; margin: 0; color: #f6faf5; font-family: var(--serif); font-size: clamp(37px, 8vw, 82px); line-height: .93; letter-spacing: -.06em; }
.quote-signature { justify-self: end; margin-top: 18px; color: #a7c3ad; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-callout { display: grid; gap: 30px; align-items: center; }
.contact-callout p { max-width: 360px; }
.jackpot-section { background: var(--paper); }
.jackpot-intro { display: grid; gap: 22px; margin-bottom: 46px; }
.jackpot-intro h2 { max-width: 560px; margin-bottom: 0; }
.jackpot-intro p { max-width: 560px; margin: 0; color: #566158; font-size: 17px; }
.jackpot-grid { display: flex; gap: 24px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
.jackpot-grid::-webkit-scrollbar { display: none; }
.jackpot-card { display: flex; flex: 0 0 100%; flex-direction: column; min-width: 0; color: inherit; background: var(--green-950); scroll-snap-align: start; transition: transform 180ms ease, box-shadow 180ms ease; }
.jackpot-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(13, 43, 34, .14); }
.jackpot-card:focus-visible { outline: 3px solid #cba068; outline-offset: 6px; }
.jackpot-card-image { flex: 0 0 240px; height: 240px; max-height: none; background: var(--green-100); }
.jackpot-card-body { flex: 1; padding: 24px; background: var(--green-950); color: #fff; }
.jackpot-card-date { display: inline-flex; width: fit-content; margin-bottom: 18px; padding: 8px 12px; background: var(--green-900); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.jackpot-card-maker { display: block; margin-bottom: 8px; color: #a7c3ad; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.jackpot-card h3 { margin: 0 0 8px; color: #fff; font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.jackpot-card-value { margin-bottom: 10px; color: #d5b57f; font-size: 14px; font-weight: 700; }
.jackpot-card-body > p:last-child { max-width: 360px; margin-bottom: 0; color: #d0ddd2; font-size: 14px; }
.jackpot-card:nth-child(3n + 2) .jackpot-card-body { background: #542c38; }
.jackpot-card:nth-child(3n) .jackpot-card-body { background: #e9e6dd; color: #543943; }
.jackpot-card:nth-child(3n) h3 { color: #543943; }
.jackpot-card:nth-child(3n) .jackpot-card-maker { color: #245440; }
.jackpot-card:nth-child(3n) .jackpot-card-body > p:last-child { color: #5d4a50; }
.jackpot-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; }
.jackpot-arrows { display: flex; gap: 22px; }
.jackpot-arrow { padding: 0; border: 0; background: transparent; color: #cba068; cursor: pointer; font-family: var(--sans); font-size: 42px; font-weight: 300; line-height: .8; }
.jackpot-arrow:hover, .jackpot-arrow:focus-visible { color: var(--green-800); }
.jackpot-all-link { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; padding: 0 20px; border: 1px solid var(--green-900); color: var(--green-900); font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.jackpot-all-link span { font-size: 24px; font-weight: 400; line-height: 0; }
.jackpot-footer { margin-top: 44px; }

.casino-hero { background: var(--green-950); color: #fff; }
.casino-hero .container { min-height: 560px; }
.casino-hero-grid { display: grid; gap: 40px; align-items: end; }
.casino-hero h1 { color: #f8fbf7; }
.casino-hero .eyebrow { color: #a7c3ad; }
.casino-hero .hero-lede { color: #c5d5c7; }
.text-link-light { color: #d4e4d6; }
.casino-hero-visual { height: 320px; background: #2e5a48; }
.casino-article { display: grid; gap: 86px; }
.article-lead { max-width: 720px; }
.article-lead p, .article-copy p { color: #566158; font-size: 17px; }
.article-block { display: grid; gap: 34px; align-items: center; }
.article-image { height: 370px; background: var(--green-100); }
.article-copy { max-width: 460px; }
.article-copy h2 { margin-bottom: 24px; }
.casino-cta { background: var(--green-100); }
.cta-inner { display: grid; gap: 30px; align-items: end; }
.cta-copy { max-width: 360px; }
.cta-copy p { color: #566158; font-size: 17px; }
.casino-hours-inner { max-width: 860px; }
.casino-hours h2 { max-width: 620px; margin-bottom: 42px; }
.casino-hours-list { display: grid; gap: 0; margin: 0; }
.casino-hours-row { display: grid; grid-template-columns: 1fr; gap: 3px; padding: 14px 0; color: #566158; font-size: 15px; }
.casino-hours-row dt { color: var(--green-900); font-weight: 700; }
.casino-hours-row dd { margin: 0; }

.menu-page-inner { max-width: 960px; }
.menu-note { max-width: 500px; margin-bottom: 62px; color: #566158; font-size: 13px; }
.menu-category + .menu-category { margin-top: 70px; }
.menu-category h2 { margin-bottom: 28px; font-size: clamp(36px, 6vw, 60px); }
.menu-list { border-top: 1px solid rgba(36, 84, 64, .22); }
.menu-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 14px; align-items: start; padding: 21px 0; border-bottom: 1px solid rgba(36, 84, 64, .22); }
.menu-number { padding-top: 4px; color: #7a9b83; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.menu-row strong { display: block; font-family: var(--serif); font-size: 21px; font-weight: 400; letter-spacing: -.03em; }
.menu-row small { display: block; max-width: 520px; margin-top: 4px; color: #65736a; font-size: 12px; }
.menu-row > b { padding-top: 4px; color: var(--green-800); font-size: 12px; font-weight: 700; white-space: nowrap; }
.compact-list .menu-row { padding-block: 16px; }
.menu-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 28px; border-top: 1px solid rgba(36, 84, 64, .22); }
.menu-cta p { margin: 0; font-family: var(--serif); font-size: 27px; letter-spacing: -.03em; }

.contact-hero .hero-lede { max-width: 360px; }
.contact-page { background: var(--green-100); }
.contact-layout { display: grid; gap: 46px; }
.contact-copy h2 { margin-bottom: 24px; }
address { margin-top: 34px; color: #566158; font-style: normal; font-size: 14px; line-height: 1.7; }
.contact-phone, .contact-email { display: block; width: fit-content; margin-top: 18px; color: var(--green-800); font-size: 18px; font-weight: 700; }
.contact-email { margin-top: 6px; font-size: 14px; }
.opening-hours { display: grid; gap: 3px; margin-top: 38px; color: #566158; font-size: 13px; }
.opening-hours strong { color: var(--green-800); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.contact-form { display: grid; align-content: start; gap: 9px; max-width: 520px; }
.contact-form label { margin-top: 10px; color: var(--green-800); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #b9c9bb; border-radius: 0; outline: 0; background: transparent; color: var(--ink); }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green-900); box-shadow: 0 1px 0 var(--green-900); }
.contact-form .button { justify-self: start; margin-top: 24px; }
.form-status { min-height: 22px; margin: 6px 0 0; color: var(--green-800); font-size: 13px; }

.legal-main { background: var(--paper); }
.legal-hero { padding-bottom: 56px; }
.legal-content { max-width: 820px; padding-bottom: 100px; }
.legal-content h2 { margin-top: 48px; margin-bottom: 14px; font-size: clamp(30px, 4vw, 42px); letter-spacing: -.04em; }
.legal-content p { max-width: 700px; color: #566158; font-size: 16px; }
.legal-content .legal-updated { margin-bottom: 42px; color: var(--green-800); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.inline-link { color: var(--green-800); text-decoration: underline; text-underline-offset: 3px; }

.site-footer { background: var(--green-900); color: #fff; }
.footer-top { display: grid; gap: 40px; padding-block: 54px 44px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { margin: 20px 0 0; color: #b9d0bd; font-size: 13px; }
.footer-brand .brand-mark { background: transparent; color: #fff; }
.footer-contact, .footer-links { display: grid; align-content: start; gap: 8px; }
.footer-label { margin-bottom: 8px; color: #9fc3a6; }
.footer-contact a, .footer-links a { width: fit-content; color: #fff; font-size: 14px; }
.footer-contact a:hover, .footer-links a:hover, .footer-contact a:focus-visible, .footer-links a:focus-visible { color: #b9d9be; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding-block: 18px 22px; border-top: 1px solid rgba(196, 222, 200, .2); color: #9fc3a6; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

@media (min-width: 680px) {
  .container { width: min(calc(100% - 72px), var(--container)); }
  .header-shell { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 15px; }
  .brand-mark { width: 92px; height: 82px; flex-basis: 92px; }
  .brand-name { font-size: 29px; transform: translateY(3px); }
  .brand-name small { font-size: 11px; letter-spacing: .16em; }
  .main-nav { margin: 0; padding: 0; overflow: visible; }
  .section-space { padding-block: 110px; }
  .hero, .page-hero { grid-template-columns: minmax(0, 1.05fr) minmax(310px, .95fr); gap: 60px; padding-top: 88px; }
  .hero-visual { height: 540px; }
  .page-hero-image { height: 500px; }
  .ribbon-grid { grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 30px; }
  .intro-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .jackpot-grid { gap: 30px; }
  .jackpot-card { flex-basis: calc((100% - 60px) / 3); }
  .jackpot-card-image { flex-basis: 300px; height: 300px; }
  .preview-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; }
  .gallery { grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
  .gallery-grid { margin-top: 18px; }
  .contact-callout { grid-template-columns: 1fr auto; }
  .casino-hero .container { min-height: 640px; }
  .casino-hero-grid { grid-template-columns: .95fr 1.05fr; gap: 70px; }
  .casino-hero-visual { height: 520px; }
  .article-block { grid-template-columns: 1.1fr .9fr; gap: 80px; }
  .article-block-reverse { grid-template-columns: .9fr 1.1fr; }
  .article-block-reverse .article-image { order: 2; }
  .article-block-reverse .article-copy { order: 1; justify-self: end; }
  .article-image { height: 500px; }
  .casino-hours-row { grid-template-columns: 180px 1fr; gap: 24px; align-items: baseline; }
  .contact-layout { grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; }
}

@media (min-width: 960px) {
  h1 { font-size: clamp(80px, 9.2vw, 132px); }
  .gallery-grid { grid-template-columns: .85fr 1.15fr; gap: 18px; }
  .gallery-tall { height: 540px; }
  .gallery-wide { height: 280px; }
  .gallery-small { height: 240px; }
  .quote-layout { min-height: 460px; align-content: center; }
  .quote-signature { margin-right: 12%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
