@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap");

:root {
  --ink: #07191c;
  --ink-soft: #0d2528;
  --cream: #f4f0e7;
  --paper: #faf8f2;
  --gold: #c8a66a;
  --gold-light: #e4c998;
  --sea: #2d6668;
  --white: #fff;
  --line: rgba(7, 25, 28, .16);
  --display: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 16px/1.6 var(--sans); overflow-x: hidden; }
body, button, input, select, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; width: 100%; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; padding: 12px 18px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; z-index: 100; inset: 0 0 auto; height: 88px; display: flex; align-items: center; padding: 0 6vw; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: flex; flex-direction: column; line-height: 1; min-width: 148px; }
.brand span { font: italic 500 28px/1 var(--display); }
.brand small { margin-top: 7px; font-size: 8px; letter-spacing: .22em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 34px; margin: 0 auto; }
.desktop-nav a { position: relative; padding: 12px 0; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; inset: auto 100% 7px 0; background: var(--gold-light); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 20px; border: 1px solid rgba(255,255,255,.6); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; transition: .2s ease; }
.header-cta:hover { background: var(--white); color: var(--ink); }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 100svh; position: relative; color: var(--white); display: grid; align-items: end; overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 50% 58%; animation: hero-in 1.2s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,19,21,.83) 0%, rgba(5,19,21,.3) 58%, rgba(5,19,21,.2)), linear-gradient(0deg, rgba(5,19,21,.72), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 88vw); margin: 0 0 11vh 8vw; }
.kicker { margin: 0 0 20px; color: var(--sea); font-size: 10px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.kicker.light { color: var(--gold-light); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.04em; }
h1 { font-size: clamp(58px, 8.4vw, 124px); line-height: .88; }
h1 em, h2 em { color: var(--gold-light); font-weight: 500; }
.hero-copy { max-width: 610px; margin: 30px 0; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 25px; display: inline-flex; justify-content: center; align-items: center; border: 1px solid transparent; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.button.primary { background: var(--gold-light); color: var(--ink); }
.button.primary:hover { background: var(--white); }
.button.ghost { border-color: rgba(255,255,255,.46); }
.button.ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.hero-meta { position: absolute; z-index: 2; right: 6vw; bottom: 5vh; display: flex; gap: 28px; color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.section { padding: 120px 8vw; }
.section-heading h2 { font-size: clamp(46px, 6vw, 88px); line-height: .98; }
.section-heading h2 em { color: var(--sea); }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 10vw; align-items: end; margin: 70px 0 90px; }
.lead { margin: 0; max-width: 680px; font: 500 clamp(24px, 3vw, 39px)/1.35 var(--display); letter-spacing: -.02em; }
.facts { display: grid; grid-template-columns: 1fr 1fr; }
.facts div { display: flex; flex-direction: column; padding: 22px 0; border-top: 1px solid var(--line); }
.facts div:nth-child(odd) { margin-right: 26px; }
.facts strong { color: var(--gold); font-size: 10px; letter-spacing: .16em; }
.facts span { margin-top: 8px; font-size: 13px; }
.wide-image { margin: 0; position: relative; }
.wide-image img { height: min(68vw, 720px); object-fit: cover; }
figcaption { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.wide-image figcaption { position: absolute; left: 20px; bottom: 18px; padding: 8px 12px; background: rgba(7,25,28,.8); color: var(--white); }

.menu-section { background: var(--ink); color: var(--white); }
.menu-top { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; }
.menu-top .section-heading h2 em { color: var(--gold-light); }
.menu-top > p { margin: 0; color: rgba(255,255,255,.62); max-width: 450px; }
.menu-tabs { margin: 70px 0 28px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tabs button { white-space: nowrap; min-height: 46px; padding: 0 20px; border: 1px solid rgba(255,255,255,.22); background: transparent; color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.menu-tabs button:hover, .menu-tabs button.active { background: var(--gold-light); border-color: var(--gold-light); color: var(--ink); }
.menu-card { background: var(--paper); color: var(--ink); padding: clamp(24px, 5vw, 72px); }
.menu-card-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.menu-card-head .kicker { margin-bottom: 4px; }
.menu-card h3 { font-size: clamp(40px, 5vw, 70px); }
.menu-search { display: grid; gap: 8px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.menu-search input { width: min(260px, 55vw); height: 44px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; border-radius: 0; color: var(--ink); font-size: 16px; }
.menu-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 6vw; }
.menu-item { min-height: 94px; display: flex; justify-content: space-between; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.menu-item h4 { margin: 0; font: 500 17px/1.35 var(--display); }
.menu-item p { margin: 6px 0 0; color: rgba(7,25,28,.55); font-size: 10px; }
.menu-item > span { white-space: nowrap; font-size: 13px; font-variant-numeric: tabular-nums; }
.empty-state { padding: 30px 0; }
.menu-note { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 40px; color: rgba(7,25,28,.62); font-size: 11px; }
.menu-note span { color: var(--ink); font-weight: 600; }
.menu-note a { margin-left: auto; color: var(--ink); border-bottom: 1px solid var(--ink); }

.gallery { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; margin-top: 70px; }
.gallery-grid figure { margin: 0; }
.gallery-grid img { height: 32vw; min-height: 320px; max-height: 540px; object-fit: cover; }
.gallery-main { grid-row: span 2; }
.gallery-main img { height: calc(64vw + 24px); max-height: 1104px; }
.gallery-grid figcaption { margin-top: 10px; color: rgba(7,25,28,.58); }
.gallery-drink { grid-column: 1 / -1; }
.gallery-drink img { height: min(42vw, 580px); object-fit: cover; }
.photo-credit { margin: 28px 0 0; color: rgba(7,25,28,.55); font-size: 11px; }

.booking { background: var(--ink-soft); color: var(--white); display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; }
.booking-copy h2 { font-size: clamp(50px, 6vw, 86px); line-height: .96; }
.booking-copy p:not(.kicker) { color: rgba(255,255,255,.64); max-width: 420px; margin: 30px 0; }
.booking-copy > a { color: var(--gold-light); border-bottom: 1px solid currentColor; }
.booking-form { display: grid; gap: 24px; align-self: center; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-row.three { grid-template-columns: 1fr 1fr .7fr; }
.booking-form label { display: grid; gap: 9px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 50px; border: 0; border-bottom: 1px solid rgba(255,255,255,.36); border-radius: 0; background: transparent; color: var(--white); padding: 10px 0; font-size: 16px; }
.booking-form select option { color: var(--ink); }
.booking-form textarea { resize: vertical; }
.booking-form .consent { grid-template-columns: 22px 1fr; align-items: start; gap: 12px; letter-spacing: 0; line-height: 1.5; text-transform: none; font-size: 12px; }
.consent input { min-height: 20px; width: 20px; accent-color: var(--gold); }
.booking-button { width: 100%; justify-content: space-between; background: var(--gold-light); color: var(--ink); border: 0; }
.booking-button:hover { background: var(--white); }
.form-feedback { margin: -12px 0 0; color: rgba(255,255,255,.52); font-size: 11px; }

.info { background: var(--paper); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4vw; margin-top: 70px; }
.info-block { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding-top: 20px; border-top: 1px solid var(--ink); }
.info-block > span { margin-bottom: 16px; color: var(--sea); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.info-block p { margin: 0 0 10px; }
.info-block a { border-bottom: 1px solid var(--line); font-size: 14px; }
.hours p { width: 100%; display: flex; justify-content: space-between; }
.hours small { color: rgba(7,25,28,.58); }

footer { padding: 60px 8vw 100px; background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; }
.footer-brand { font: italic 500 clamp(42px, 6vw, 80px)/1 var(--display); }
footer p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; }
footer > div:last-child { display: flex; justify-content: flex-end; gap: 24px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.mobile-booking-bar { display: none; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 840px) {
  .site-header { height: 72px; padding: 0 20px; position: absolute; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; place-content: center; gap: 7px; width: 48px; height: 48px; margin-left: auto; border: 0; background: transparent; }
  .menu-toggle span { display: block; width: 25px; height: 1px; background: var(--white); }
  .mobile-menu { display: flex; position: absolute; top: 72px; inset-inline: 0; padding: 24px 20px; flex-direction: column; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .22s ease; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero { min-height: 780px; }
  .hero > img { object-position: 49% 50%; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,19,21,.88) 0%, rgba(5,19,21,.45) 66%, rgba(5,19,21,.28)); }
  .hero-content { width: auto; margin: 0 20px 105px; }
  h1 { font-size: clamp(56px, 17vw, 82px); }
  .hero-copy { margin: 24px 0; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { padding-inline: 12px; }
  .hero-meta { left: 20px; right: 20px; bottom: 30px; justify-content: space-between; }
  .section { padding: 84px 20px; }
  .section-heading h2 { font-size: clamp(43px, 13vw, 62px); }
  .intro-grid, .menu-top, .booking { grid-template-columns: 1fr; }
  .intro-grid { gap: 45px; margin: 45px 0 60px; }
  .lead { font-size: 25px; }
  .wide-image img { height: 74svh; max-height: 620px; object-position: 61% center; }
  .menu-top { gap: 30px; }
  .menu-tabs { margin-top: 50px; margin-inline: -20px; padding-inline: 20px; }
  .menu-card { margin-inline: -20px; padding: 34px 20px; }
  .menu-card-head { align-items: start; flex-direction: column; }
  .menu-search, .menu-search input { width: 100%; }
  .menu-list { grid-template-columns: 1fr; }
  .menu-item { min-height: 82px; }
  .menu-note a { margin: 8px 0 0; width: 100%; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .gallery-main { grid-column: 1 / -1; grid-row: auto; }
  .gallery-grid img, .gallery-main img { min-height: 0; height: 48vw; }
  .gallery-main img { height: 110vw; max-height: 660px; }
  .gallery-drink { grid-column: 1 / -1; }
  .gallery-drink img { height: 62vw; }
  .booking { gap: 58px; }
  .booking-copy h2 { font-size: 55px; }
  .form-row, .form-row.three { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; gap: 48px; }
  footer { grid-template-columns: 1fr; gap: 20px; padding-bottom: 130px; }
  footer > div:last-child { justify-content: flex-start; }
  .mobile-booking-bar { position: fixed; z-index: 500; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); display: flex; min-height: 54px; align-items: center; justify-content: center; background: var(--gold-light); color: var(--ink); box-shadow: 0 10px 30px rgba(0,0,0,.3); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
}

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