:root {
  --coal: #171a19;
  --slate: #242826;
  --slate-raised: #2b302d;
  --limestone: #e8e3d8;
  --chalk: #f4f0e7;
  --ash: #aaa99f;
  --mortar: #706f68;
  --brass: #b49a68;
  --line-dark: rgba(29, 31, 30, .18);
  --line-light: rgba(244, 240, 231, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --space: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--limestone); color: var(--coal); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--brass); outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 99; background: var(--chalk); color: var(--coal); padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header { height: 96px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; gap: 32px; background: var(--limestone); border-bottom: 1px solid var(--line-dark); }
.brand { display: flex; align-items: center; gap: 14px; line-height: 1.1; }
.brand-mark, .crest-small { width: 42px; height: 50px; display: grid; place-items: center; color: var(--brass); border: 1px solid currentColor; clip-path: polygon(50% 0,100% 20%,100% 78%,50% 100%,0 78%,0 20%); font-family: var(--serif); font-size: 22px; }
.brand strong { display: block; font-family: var(--serif); font-size: 20px; font-weight: normal; letter-spacing: .04em; }
.brand small { display: block; margin-top: 5px; color: var(--mortar); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
nav a { padding: 12px 0 9px; border-bottom: 1px solid transparent; }
nav a:hover, nav a[aria-current="page"] { border-color: var(--brass); }
nav .nav-cta { padding: 12px 18px; border: 1px solid var(--coal); }

.hero { position: relative; min-height: calc(100vh - 96px); color: var(--chalk); overflow: hidden; }
.hero > img { position: absolute; inset: 0; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,19,18,.82) 0%, rgba(17,19,18,.44) 52%, rgba(17,19,18,.12) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(740px, 78%); min-height: calc(100vh - 96px); padding: clamp(92px, 13vh, 150px) clamp(24px, 7vw, 112px) 96px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { margin: 0 0 24px; color: var(--brass); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow.dark { color: #786948; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: normal; letter-spacing: -.035em; line-height: .98; }
h1 { margin-bottom: 32px; font-size: clamp(66px, 9vw, 138px); }
h2 { margin-bottom: 32px; font-size: clamp(42px, 6vw, 82px); }
.lede { max-width: 570px; margin-bottom: 40px; color: rgba(244,240,231,.84); font-family: var(--serif); font-size: clamp(19px, 2vw, 26px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 24px; border: 1px solid transparent; background: none; color: inherit; font: 600 11px/1 var(--sans); text-transform: uppercase; letter-spacing: .16em; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button-light { background: var(--chalk); color: var(--coal); }
.button-light:hover { background: var(--brass); }
.button-outline { border-color: rgba(244,240,231,.5); }
.button-outline:hover { background: var(--chalk); color: var(--coal); }
.button-dark { background: var(--coal); color: var(--chalk); }
.button-dark:hover { background: var(--slate-raised); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid rgba(244,240,231,.45); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.text-link span { margin-left: 12px; color: var(--brass); }
.hero-note { position: absolute; z-index: 2; right: 0; bottom: 0; width: 280px; padding: 24px 32px; background: rgba(23,26,25,.86); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); backdrop-filter: blur(6px); }
.hero-note span, .hero-note strong { display: block; }
.hero-note span { color: var(--brass); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.hero-note strong { margin-top: 5px; font-family: var(--serif); font-size: 18px; font-weight: normal; }

.stone-line { position: relative; display: grid; grid-template-columns: 90px 1.1fr .8fr; gap: clamp(32px, 6vw, 96px); padding: clamp(96px, 14vw, 192px) clamp(24px, 7vw, 112px); }
.stone-line::before { content: ""; position: absolute; top: 0; bottom: 0; left: calc(clamp(24px, 7vw, 112px) + 90px); border-left: 1px solid var(--line-dark); }
.section-index { color: var(--mortar); font-size: 11px; letter-spacing: .14em; }
.intro h2, .casino-intro h2 { max-width: 720px; }
.intro-copy { max-width: 480px; padding-top: 34px; color: #4b4d49; }
.intro-copy p + p { margin-top: 24px; }

.image-chapter { display: grid; grid-template-columns: 1.45fr .75fr; min-height: 760px; background: var(--chalk); }
.image-frame { position: relative; overflow: hidden; background: var(--slate); }
.image-frame img { transition: transform .8s ease; }
.image-frame:hover img { transform: scale(1.015); }
.image-label { position: absolute; left: 0; bottom: 0; padding: 14px 20px; background: rgba(23,26,25,.86); color: var(--chalk); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.chapter-copy, .architecture-copy, .material-note, .evening-copy { padding: clamp(64px, 9vw, 120px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.chapter-copy h2 { font-size: clamp(44px, 5vw, 70px); }
.chapter-copy p, .architecture-copy p, .material-note p, .evening-copy p { max-width: 460px; color: #4c4e4b; }
.dark-link { margin-top: 24px; border-color: var(--line-dark); }

.menu-section { padding: clamp(96px, 13vw, 176px) clamp(24px, 7vw, 112px); background: var(--coal); color: var(--chalk); }
.menu-heading { display: grid; grid-template-columns: 1.5fr .55fr; gap: 64px; align-items: end; padding-bottom: 64px; border-bottom: 1px solid var(--line-light); }
.menu-heading h2 { margin: 0; }
.menu-heading > p { color: var(--ash); }
.menu-list article { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line-light); }
.menu-list article > span { color: var(--brass); font-size: 11px; }
.menu-list h3 { margin: 0 0 8px; font-family: var(--serif); font-size: clamp(24px, 3vw, 36px); font-weight: normal; }
.menu-list p { margin: 0; color: var(--ash); font-size: 14px; }
.menu-price { margin: 48px 0 0 auto; width: 280px; padding-left: 24px; border-left: 1px solid var(--brass); }
.menu-price span, .menu-price strong, .menu-price small { display: block; }
.menu-price span, .menu-price small { color: var(--ash); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.menu-price strong { margin: 8px 0; font-family: var(--serif); font-size: 30px; font-weight: normal; }

.architecture-section { display: grid; grid-template-columns: .8fr 1.3fr; min-height: 680px; }
.architecture-copy { background: var(--limestone); }
.architecture-copy h2 { font-size: clamp(42px, 5vw, 68px); }
.evening-callout { padding: clamp(96px, 14vw, 190px) 24px; background: var(--slate); color: var(--chalk); text-align: center; }
.evening-callout h2 { font-size: clamp(52px, 7vw, 96px); }
.evening-callout > p:not(.eyebrow) { max-width: 570px; margin: 0 auto 40px; color: var(--ash); }

.dark-header { background: var(--coal); color: var(--chalk); border-color: var(--line-light); }
.dark-header .brand small { color: var(--ash); }
.dark-header nav .nav-cta { border-color: var(--chalk); }
.casino-hero h1 { font-size: clamp(92px, 15vw, 220px); }
.casino-shade { background: linear-gradient(90deg, rgba(12,14,13,.88), rgba(12,14,13,.48) 55%, rgba(12,14,13,.2)); }
.casino-page { background: var(--coal); color: var(--chalk); }
.casino-intro { background: var(--coal); }
.casino-intro::before { border-color: var(--line-light); }
.casino-intro > div:last-child { padding-top: 38px; color: var(--ash); }
.casino-material { display: grid; grid-template-columns: 1.4fr .65fr; min-height: 820px; background: var(--slate); }
.material-note { border-left: 1px solid var(--line-light); }
.material-note p { color: var(--ash); }
.material-note .section-index { margin-bottom: 80px; }
.games-section { padding: clamp(96px, 13vw, 176px) clamp(24px, 7vw, 112px); background: var(--coal); }
.games-section > header { display: grid; grid-template-columns: .3fr 1fr .65fr; gap: 40px; align-items: end; padding-bottom: 64px; border-bottom: 1px solid var(--line-light); }
.games-section header .eyebrow { align-self: start; }
.games-section header h2, .games-section header p { margin-bottom: 0; }
.games-section header p:last-child { color: var(--ash); }
.games-list { display: grid; grid-template-columns: repeat(3,1fr); }
.games-list article { min-height: 340px; padding: 40px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; }
.games-list article:first-child { border-left: 1px solid var(--line-light); }
.games-list article > span { color: var(--brass); font-size: 11px; }
.games-list h3 { margin: auto 0 16px; font-family: var(--serif); font-size: 42px; font-weight: normal; }
.games-list p { color: var(--ash); }
.games-list small { color: var(--brass); text-transform: uppercase; letter-spacing: .12em; }
.casino-evening { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 800px; background: var(--limestone); color: var(--coal); }
.evening-copy .button { margin-top: 24px; color: var(--coal); border-color: var(--line-dark); }
.evening-copy .button:hover { background: var(--coal); color: var(--chalk); }
.etiquette-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: clamp(96px, 13vw, 176px) clamp(24px, 7vw, 112px); background: var(--slate); }
.etiquette-list p { display: grid; grid-template-columns: 44px 150px 1fr; gap: 24px; margin: 0; padding: 28px 0; color: var(--ash); border-bottom: 1px solid var(--line-light); }
.etiquette-list p:first-child { border-top: 1px solid var(--line-light); }
.etiquette-list span { color: var(--brass); font-size: 11px; }
.etiquette-list strong { color: var(--chalk); font-weight: normal; }
.responsible-note { display: grid; grid-template-columns: 64px .7fr 1fr; gap: 48px; align-items: center; padding: 72px clamp(24px, 7vw, 112px); background: var(--limestone); color: var(--coal); }
.responsible-note h2 { margin: 0; font-size: 44px; }
.responsible-note .eyebrow { margin-bottom: 12px; }
.responsible-note > p { margin: 0; color: #4c4e4b; }

.contact-page { background: var(--limestone); }
.contact-hero { min-height: 560px; padding: clamp(96px, 12vw, 160px) clamp(24px, 7vw, 112px) 80px; display: grid; grid-template-columns: 1.5fr .65fr; gap: 72px; align-items: end; border-bottom: 1px solid var(--line-dark); }
.contact-hero h1 { margin: 0; }
.contact-hero > p { margin-bottom: 20px; color: #4c4e4b; font-family: var(--serif); font-size: 21px; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; }
.contact-details { padding: clamp(72px, 9vw, 128px) clamp(24px, 7vw, 112px); }
.contact-details > p { max-width: 430px; color: #4c4e4b; }
.contact-details dl { margin: 48px 0 0; }
.contact-details dl div { padding: 22px 0; border-top: 1px solid var(--line-dark); }
.contact-details dt { color: var(--mortar); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.contact-details dd { margin: 6px 0 0; font-family: var(--serif); font-size: 20px; }
.contact-details dd a { border-bottom: 1px solid var(--line-dark); }
.booking-form { padding: clamp(72px, 9vw, 128px); background: var(--chalk); border-left: 1px solid var(--line-dark); }
.booking-form h2 { font-size: 46px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.booking-form label, .booking-form legend { display: block; margin-bottom: 24px; color: #545651; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.booking-form input:not([type="radio"]), .booking-form textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line-dark); border-radius: 0; background: #e9e5dc; color: var(--coal); font: 16px var(--sans); }
.booking-form input:not([type="radio"]):focus, .booking-form textarea:focus { background: #e2ddd2; }
.booking-form textarea { resize: vertical; }
.booking-form fieldset { margin: 10px 0 30px; padding: 0; border: 0; }
.booking-form .choice { display: inline-flex; align-items: center; gap: 8px; margin: 0 22px 10px 0; }
.form-note { max-width: 560px; margin: 20px 0 0; color: var(--mortar); font-size: 12px; }
.visit-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; padding: clamp(96px, 13vw, 176px) clamp(24px, 7vw, 112px); background: var(--slate); color: var(--chalk); }
.visit-list article { display: grid; grid-template-columns: 180px 1fr; gap: 28px; padding: 28px 0; border-top: 1px solid var(--line-light); }
.visit-list h3 { font-family: var(--serif); font-size: 24px; font-weight: normal; }
.visit-list p { color: var(--ash); }
.hours-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: clamp(96px, 13vw, 176px) clamp(24px, 7vw, 112px); }
.hours-table p { display: flex; justify-content: space-between; gap: 32px; margin: 0; padding: 20px 0; border-top: 1px solid var(--line-dark); }
.hours-table p:last-of-type { border-bottom: 1px solid var(--line-dark); }
.hours-table strong { font-family: var(--serif); font-size: 20px; font-weight: normal; }
.hours-table small { display: block; margin-top: 20px; color: var(--mortar); }

.site-footer { display: grid; grid-template-columns: 1.4fr .65fr .7fr 1fr; gap: 40px; padding: 72px clamp(24px, 5vw, 80px) 24px; background: #121413; color: var(--chalk); border-top: 1px solid rgba(180,154,104,.35); }
.footer-brand { display: flex; align-items: flex-start; gap: 18px; }
.footer-brand strong { font-family: var(--serif); font-size: 22px; font-weight: normal; }
.site-footer h2 { margin: 0 0 14px; color: var(--brass); font-family: var(--sans); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; }
.site-footer p { margin: 5px 0 0; color: var(--ash); font-size: 13px; line-height: 1.8; }
.site-footer a:hover { color: var(--chalk); }
.footer-base { grid-column: 1 / -1; display: grid; grid-template-columns: 1.4fr .65fr 1.7fr; gap: 40px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line-light); color: #777b77; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-base a { text-align: right; }

@media (max-width: 900px) {
  .site-header { height: auto; min-height: 88px; padding-block: 16px; align-items: flex-start; }
  nav { flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; }
  nav .nav-cta { padding: 8px 12px; }
  .brand small { display: none; }
  .hero { min-height: 760px; }
  .hero-copy { min-height: 760px; }
  .stone-line { grid-template-columns: 48px 1fr; }
  .stone-line::before { left: calc(clamp(24px, 7vw, 112px) + 48px); }
  .stone-line > :last-child { grid-column: 2; }
  .image-chapter, .architecture-section, .casino-material, .casino-evening, .contact-grid { grid-template-columns: 1fr; }
  .image-frame.tall, .image-frame.wide, .image-frame.monumental { min-height: 580px; }
  .architecture-copy { order: 2; }
  .menu-heading, .games-section > header, .etiquette-section, .contact-hero, .visit-section, .hours-section { grid-template-columns: 1fr; }
  .games-section > header { gap: 20px; }
  .games-list article { padding: 28px 22px; }
  .booking-form { border-left: 0; border-top: 1px solid var(--line-dark); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-base { grid-template-columns: 1fr 1fr; }
  .footer-base a { text-align: left; }
}

@media (max-width: 620px) {
  .site-header { display: block; }
  .brand { margin-bottom: 14px; }
  nav { display: grid; grid-template-columns: repeat(3, max-content); justify-content: start; gap: 8px 20px; font-size: 10px; }
  nav .nav-cta { grid-column: 1 / -1; width: max-content; }
  .hero-copy { width: 100%; padding-top: 92px; }
  .hero-note { width: auto; left: 24px; right: auto; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  h1 { max-width: 280px; font-size: 50px; }
  .casino-hero h1 { max-width: 280px; font-size: 64px; }
  .hero .lede { max-width: 280px; font-size: 18px; }
  h2 { font-size: clamp(40px, 13vw, 62px); }
  .stone-line { grid-template-columns: 32px 1fr; gap: 24px; }
  .stone-line::before { left: calc(24px + 32px); }
  .chapter-copy, .architecture-copy, .material-note, .evening-copy, .booking-form { padding: 72px 24px; }
  .menu-heading { gap: 28px; }
  .menu-list article { grid-template-columns: 40px 1fr; }
  .games-list { grid-template-columns: 1fr; }
  .games-list article, .games-list article:first-child { min-height: 280px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .etiquette-section { gap: 24px; }
  .etiquette-list p { grid-template-columns: 32px 1fr; }
  .etiquette-list p strong { grid-column: 2; }
  .etiquette-list p { column-gap: 16px; }
  .responsible-note { grid-template-columns: 48px 1fr; gap: 24px; }
  .responsible-note > p { grid-column: 2; }
  .contact-hero { min-height: 520px; gap: 40px; }
  .contact-hero > p { max-width: 280px; font-size: 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .visit-list article { grid-template-columns: 1fr; gap: 4px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-base { grid-template-columns: 1fr; }
}

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