:root {
  --cream: #f3efe6;
  --cream-glass: rgba(246, 242, 233, .78);
  --mist: #d8d9d4;
  --oak: #c7ab83;
  --oak-pale: #e5d8c5;
  --green: #173c30;
  --green-deep: #0d2821;
  --ink: #18231f;
  --ink-soft: #5e6862;
  --rule: rgba(24, 35, 31, .24);
  --rule-soft: rgba(24, 35, 31, .11);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .26; background-image: repeating-linear-gradient(90deg, transparent 0, transparent 3px, rgba(23,60,48,.018) 4px); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
button, input, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; background: var(--green); color: var(--cream); padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 86px; padding: 0 clamp(22px, 4vw, 70px); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; border-bottom: 1px solid var(--rule-soft); }
.wordmark { font-family: var(--serif); font-size: 20px; letter-spacing: -.02em; }
.wordmark i { font-weight: 400; color: var(--green); }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 42px); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.site-header nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus-visible, .site-header nav a[aria-current="page"] { border-color: currentColor; }
.site-header nav .nav-casino { margin-left: clamp(8px, 1.5vw, 24px); color: var(--ink-soft); font-family: var(--serif); font-style: italic; text-transform: none; letter-spacing: .04em; font-size: 12px; }
.section-pad { padding: clamp(100px, 13vw, 220px) clamp(22px, 6.2vw, 110px); }
.section-number, .eyebrow { font-size: 9px; line-height: 1.4; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-soft); }
.image-frame { overflow: hidden; }
.image-frame figcaption { margin-top: 10px; color: var(--ink-soft); font-family: var(--serif); font-size: 11px; font-style: italic; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; padding: 10px 0; border-bottom: 1px solid currentColor; font-family: var(--serif); font-size: clamp(17px, 1.6vw, 24px); }
.text-link span { font-family: var(--sans); font-size: 12px; }

.opening { min-height: calc(100vh - 86px); position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(30px, 6vw, 110px); padding: clamp(52px, 7vw, 110px) clamp(22px, 5.4vw, 96px) 90px; }
.opening-copy { padding-left: clamp(0px, 4vw, 70px); position: relative; z-index: 2; }
.opening h1 { margin: 55px 0 40px; font: 400 clamp(58px, 8.8vw, 150px)/.72 var(--serif); letter-spacing: -.07em; }
.opening h1 span { display: block; white-space: nowrap; }
.opening h1 span:nth-child(2) { margin-left: clamp(20px, 5vw, 85px); color: rgba(24,35,31,.45); font-style: italic; }
.opening h1 span:nth-child(3) { margin-left: clamp(55px, 10vw, 170px); }
.opening-note { max-width: 240px; margin-left: clamp(55px, 10vw, 170px); color: var(--ink-soft); font-family: var(--serif); font-size: 13px; }
.hero-image { height: min(72vh, 780px); }
.hero-image img { filter: saturate(.74) contrast(.94); }
.hero-image figcaption { text-align: right; }
.scroll-cue { position: absolute; left: clamp(22px, 5.4vw, 96px); bottom: 30px; display: flex; gap: 14px; align-items: center; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }

.chef-statement { display: grid; grid-template-columns: .6fr 1.6fr .8fr; gap: 5vw; align-items: end; min-height: 90vh; background: var(--oak-pale); }
.statement-copy h2 { margin-bottom: 35px; font: 400 clamp(38px, 5.5vw, 82px)/1.03 var(--serif); letter-spacing: -.045em; }
.statement-copy h2 em { color: var(--green); font-weight: 400; }
.statement-copy > p { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.narrow-copy { max-width: 260px; color: var(--ink-soft); font-family: var(--serif); font-size: 16px; }

.atmosphere { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(40px, 10vw, 180px); align-items: center; }
.atmosphere-image { height: min(78vw, 880px); margin-left: -7vw; }
.atmosphere-image img { filter: saturate(.62); }
.atmosphere-copy { max-width: 350px; }
.atmosphere-copy h2, .menu-heading h2, .detail-lead h2, .evening h2 { margin: 45px 0; font: 400 clamp(44px, 5.4vw, 80px)/.98 var(--serif); letter-spacing: -.05em; }
.atmosphere-copy > p:last-child { max-width: 290px; color: var(--ink-soft); }

.menu { background: var(--green); color: var(--cream); min-height: 120vh; }
.menu .section-number, .menu-heading > p:last-child, .menu-type, .menu-column .dish p { color: rgba(243,239,230,.57); }
.menu-heading { display: grid; grid-template-columns: 1fr 1.3fr .7fr; align-items: end; }
.menu-heading h2 { margin: 0; }
.menu-heading > p:last-child { margin: 0; text-align: right; font-family: var(--serif); font-size: 11px; font-style: italic; }
.menu-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7vw; margin-top: clamp(100px, 13vw, 190px); }
.menu-column { max-width: 270px; }
.column-two { margin-top: 100px; }
.column-three { margin-top: 210px; }
.menu-type { margin-bottom: 42px; padding-bottom: 12px; border-bottom: 1px solid rgba(243,239,230,.25); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.dish { position: relative; margin-bottom: 40px; padding-right: 34px; }
.dish h3 { margin-bottom: 4px; font: 400 19px/1.3 var(--serif); }
.dish p { margin: 0; font-size: 11px; }
.dish span { position: absolute; top: 2px; right: 0; font: italic 12px var(--serif); }
.menu-footnote { margin: 110px 0 0; text-align: right; font: italic 12px var(--serif); color: rgba(243,239,230,.7); }

.details { display: grid; grid-template-columns: .75fr 1fr .7fr; gap: clamp(24px, 5vw, 90px); align-items: start; }
.detail-lead { padding-top: 160px; }
.detail-lead h2 { font-size: clamp(40px, 4.5vw, 68px); }
.detail-food { height: 690px; }
.detail-service { height: 430px; margin-top: 330px; }
.details img { filter: saturate(.72); }

.evening { border-top: 1px solid var(--rule); display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: start; }
.evening-title h2 { margin-bottom: 0; }
.wine-note { max-width: 420px; margin-top: 90px; }
.wine-note > p { color: var(--ink-soft); font-family: var(--serif); font-size: 17px; }
.wine-note dl { margin: 65px 0 70px; border-top: 1px solid var(--rule); }
.wine-note dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--rule-soft); }
.wine-note dt { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.wine-note dd { margin: 0; font-family: var(--serif); font-size: 12px; }
.evening .text-link { grid-column: 2; }

.casino-whisper { margin: 0 clamp(22px, 6.2vw, 110px) 80px; padding: 22px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); display: flex; justify-content: space-between; color: var(--ink-soft); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.casino-whisper a { color: var(--ink); font-family: var(--serif); font-style: italic; text-transform: none; letter-spacing: .04em; font-size: 12px; }
.site-footer { padding: 22px clamp(22px, 4vw, 70px); border-top: 1px solid var(--rule-soft); color: var(--ink-soft); font-size: 8px; letter-spacing: .14em; text-align: center; text-transform: uppercase; white-space: nowrap; overflow: hidden; }

.casino-page { background: #d9d9d3; }
.casino-page::before { opacity: .18; }
.dark-header { background: var(--green-deep); color: var(--cream); border-color: rgba(243,239,230,.17); }
.dark-header .wordmark i, .dark-header .nav-casino { color: var(--oak-pale); }
.casino-main { padding-bottom: 100px; }
.casino-intro { min-height: 76vh; padding: clamp(80px, 10vw, 160px) clamp(22px, 6.2vw, 110px) 80px; display: grid; grid-template-columns: .5fr 1.1fr .8fr; gap: 5vw; align-items: end; }
.casino-intro h1 { margin: 0; font: 400 clamp(90px, 13vw, 210px)/.76 var(--serif); letter-spacing: -.07em; }
.casino-intro-note { max-width: 390px; }
.casino-intro-note p:first-child { font: 18px/1.55 var(--serif); }
.casino-intro-note p:last-child { color: var(--ink-soft); font-size: 12px; }
.casino-wide-photo { margin: 0 clamp(22px, 3.4vw, 58px); height: min(65vw, 850px); }
.casino-wide-photo img, .casino-second-photo img { filter: saturate(.65) contrast(.98); }
.casino-wide-photo figcaption, .casino-second-photo figcaption { border-top: 2px solid var(--ink); padding-top: 9px; font-style: normal; font-family: var(--sans); letter-spacing: .14em; text-transform: uppercase; font-size: 8px; }
.room-notes, .practical, .responsible { margin: 0 clamp(22px, 6.2vw, 110px); padding: clamp(90px, 10vw, 150px) 0; border-top: 2px solid var(--ink); display: grid; grid-template-columns: .55fr 1.45fr; gap: 7vw; }
.room-notes { margin-top: 150px; }
.room-notes h2, .practical h2, .responsible h2 { margin-top: 45px; font: 400 clamp(45px, 5vw, 74px)/.92 var(--serif); letter-spacing: -.05em; }
.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4vw; }
.notes-grid article { border-top: 1px solid var(--ink); padding-top: 12px; }
.notes-grid article > span { font-size: 9px; letter-spacing: .15em; }
.notes-grid h3 { margin: 70px 0 20px; font: 400 28px var(--serif); }
.notes-grid p { color: #515a55; font-size: 12px; }
.casino-second-photo { width: min(74vw, 1120px); margin: 0 0 0 auto; height: min(50vw, 700px); }
.practical { margin-top: 150px; }
.practical-list { margin: 0; display: grid; grid-template-columns: 1fr 1fr; }
.practical-list div { min-height: 170px; padding: 18px 20px 25px 0; border-top: 1px solid var(--ink); }
.practical-list div:nth-child(odd) { border-right: 1px solid var(--ink); }
.practical-list div:nth-child(even) { padding-left: 25px; }
.practical-list dt { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.practical-list dd { margin: 55px 0 0; font: 17px/1.5 var(--serif); }
.practical-note { grid-column: 2; max-width: 470px; margin: 45px 0 0 auto; color: var(--ink-soft); font-size: 11px; }
.responsible > div { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; color: var(--ink-soft); font-size: 12px; }
.casino-contact-line { margin: 0 clamp(22px, 6.2vw, 110px); padding: 28px 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.casino-contact-line p { margin: 0; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.dark-footer { background: var(--green-deep); color: rgba(243,239,230,.62); border-color: transparent; }

.contact-page { background: var(--cream); }
.contact-sheet { padding: 0 clamp(22px, 6.2vw, 110px) 120px; }
.contact-intro { min-height: 74vh; display: grid; grid-template-columns: .55fr 1.15fr .6fr; gap: 5vw; align-items: end; padding: 110px 0 100px; }
.contact-intro h1 { margin: 0; font: 400 clamp(76px, 10vw, 155px)/.78 var(--serif); letter-spacing: -.065em; }
.contact-intro > p:last-child { max-width: 300px; color: var(--ink-soft); font-family: var(--serif); }
.appointment-row { padding: 90px 0 120px; border-top: 2px solid var(--ink); display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }
.appointment-label > span, .visit-row span { font-size: 9px; letter-spacing: .18em; }
.appointment-label h2, .visit-row h2 { margin: 65px 0 15px; font: 400 clamp(42px, 4.2vw, 64px)/1 var(--serif); letter-spacing: -.04em; }
.appointment-label p { color: var(--ink-soft); font-size: 10px; }
.quiet-form { display: grid; grid-template-columns: 1fr; gap: 26px; }
.quiet-form label { display: grid; gap: 10px; color: var(--ink-soft); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.quiet-form input, .quiet-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--rule); border-radius: 0; background: rgba(23,60,48,.035); padding: 13px 10px; outline: 0; resize: vertical; font-family: var(--serif); font-size: 17px; text-transform: none; letter-spacing: 0; }
.quiet-form input:focus, .quiet-form textarea:focus { border-bottom-color: var(--green); background: rgba(23,60,48,.07); }
.quiet-form input::placeholder, .quiet-form textarea::placeholder { color: #8d948f; }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.quiet-form button { justify-self: end; margin-top: 20px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 11px 0; font-family: var(--serif); font-size: 18px; }
.quiet-form button span { margin-left: 40px; font-family: var(--sans); font-size: 11px; }
.casino-enquiry { background: var(--green); color: var(--cream); margin: 0 calc(clamp(22px, 6.2vw, 110px) * -1); padding-left: clamp(22px, 6.2vw, 110px); padding-right: clamp(22px, 6.2vw, 110px); border-top: 0; }
.casino-enquiry .appointment-label p, .casino-enquiry .direct-contact > p { color: rgba(243,239,230,.58); }
.direct-contact { display: grid; align-content: start; }
.direct-contact > p { max-width: 450px; margin-bottom: 55px; font-family: var(--serif); font-size: 16px; }
.direct-contact > a { padding: 15px 0; border-top: 1px solid rgba(243,239,230,.25); font: 24px var(--serif); }
.direct-contact .small-route { margin-top: 65px; border-bottom: 1px solid rgba(243,239,230,.25); font-size: 12px; font-style: italic; }
.visit-row { padding: 100px 0; border-top: 2px solid var(--ink); display: grid; grid-template-columns: .65fr .7fr .65fr; gap: 6vw; }
.visit-row h2 { margin-bottom: 0; }
.visit-row address { align-self: end; font: normal 24px/1.5 var(--serif); }
.visit-row dl { margin: 0; align-self: end; }
.visit-row dl div { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-top: 1px solid var(--rule); }
.visit-row dt { font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.visit-row dd { margin: 0; font: 12px var(--serif); }
.form-confirmation { display: none; padding: 20px; border: 1px solid var(--rule); font-family: var(--serif); }
.form-confirmation:target { display: block; }

@media (max-width: 900px) {
  .site-header { height: auto; min-height: 76px; align-items: flex-start; padding-top: 20px; padding-bottom: 18px; }
  .site-header nav { flex-wrap: wrap; justify-content: flex-end; gap: 4px 18px; max-width: 70%; }
  .opening { grid-template-columns: 1fr; padding-top: 80px; }
  .opening h1 { margin-top: 38px; }
  .hero-image { height: 70vh; }
  .chef-statement { grid-template-columns: 1fr 2fr; }
  .chef-statement .narrow-copy { grid-column: 2; }
  .details { grid-template-columns: 1fr 1fr; }
  .detail-lead { grid-column: 1 / -1; padding-top: 0; }
  .detail-service { margin-top: 170px; }
  .casino-intro { grid-template-columns: 1fr 2fr; }
  .casino-intro-note { grid-column: 2; }
  .notes-grid { gap: 2.5vw; }
  .contact-intro { grid-template-columns: 1fr 2fr; }
  .contact-intro > p:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .site-header nav a { display: none; }
  .site-header nav .nav-casino { display: block; }
  .site-header nav { flex: 0 0 auto; max-width: none; }
  .section-pad { padding-top: 90px; padding-bottom: 90px; }
  .opening { min-height: auto; padding-bottom: 100px; }
  .opening h1 { font-size: clamp(52px, 16.5vw, 72px); line-height: .83; }
  .opening h1 span:nth-child(2) { margin-left: 16px; }
  .opening h1 span:nth-child(3), .opening-note { margin-left: 32px; }
  .hero-image { height: 62vh; }
  .chef-statement, .atmosphere, .menu-heading, .evening, .casino-intro, .room-notes, .practical, .responsible, .contact-intro, .appointment-row, .visit-row { grid-template-columns: 1fr; }
  .chef-statement { min-height: auto; }
  .chef-statement .narrow-copy, .casino-intro-note, .contact-intro > p:last-child, .practical-note, .evening .text-link { grid-column: 1; }
  .atmosphere-image { height: 125vw; margin: 0; }
  .menu-heading > p:last-child { text-align: left; }
  .menu-columns { grid-template-columns: 1fr; gap: 0; }
  .menu-column { max-width: none; }
  .column-two, .column-three { margin-top: 50px; }
  .details { grid-template-columns: 1fr; }
  .detail-food { height: 120vw; }
  .detail-service { height: 100vw; margin-top: 30px; }
  .wine-note { margin-top: 20px; }
  .casino-whisper { align-items: center; }
  .site-footer { white-space: normal; }
  .casino-intro { min-height: auto; }
  .casino-intro h1 { font-size: 25vw; }
  .casino-wide-photo { height: 75vw; }
  .room-notes, .practical, .responsible { gap: 50px; }
  .room-notes { margin-top: 100px; }
  .notes-grid { grid-template-columns: 1fr; gap: 55px; }
  .notes-grid h3 { margin-top: 35px; }
  .casino-second-photo { width: calc(100% - 22px); height: 78vw; }
  .practical-list { grid-template-columns: 1fr; }
  .practical-list div:nth-child(odd) { border-right: 0; }
  .practical-list div:nth-child(even) { padding-left: 0; }
  .responsible > div { grid-template-columns: 1fr; gap: 20px; }
  .casino-contact-line { align-items: flex-start; flex-direction: column; }
  .contact-intro { min-height: auto; }
  .appointment-row { gap: 65px; }
  .form-pair { grid-template-columns: 1fr; }
  .visit-row { gap: 45px; }
}

@media (prefers-reduced-motion: no-preference) {
  .opening-copy, .hero-image { animation: arrive .9s cubic-bezier(.22,.75,.32,1) both; }
  .hero-image { animation-delay: .14s; }
  @keyframes arrive { from { transform: translateY(10px); } to { transform: translateY(0); } }
}
