:root {
  --ink: #090908;
  --coal: #11110f;
  --coal-2: #1a1916;
  --paper: #f2eee5;
  --paper-2: #dcd4c5;
  --gold: #d7b55a;
  --gold-soft: #e8d18c;
  --ember: #e4331d;
  --orange: #f09a1a;
  --line: rgba(242, 238, 229, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--paper); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 48px), var(--max));
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.brand img { width: 186px; height: 74px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; font-size: .88rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a:not(.nav-cta) { opacity: .76; transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: 1; }
.nav-cta { padding: .75rem 1.15rem; border: 1px solid var(--gold); color: var(--gold-soft); background: transparent; cursor: pointer; font-size: .88rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.hero {
  min-height: 820px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: 5vw;
  padding: 130px max(24px, calc((100vw - var(--max))/2)) 120px;
  background:
    radial-gradient(circle at 78% 32%, rgba(228,51,29,.18), transparent 30%),
    linear-gradient(135deg, #0a0a09 0%, #15130f 55%, #0a0a09 100%);
  overflow: hidden;
}
.hero::after { content: "BARAKAH"; position: absolute; left: -2.5vw; bottom: -7vw; font-family: var(--serif); font-size: clamp(8rem, 18vw, 18rem); line-height: .8; letter-spacing: -.07em; color: rgba(255,255,255,.025); white-space: nowrap; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow, .section-kicker { margin: 0 0 1.25rem; display: flex; align-items: center; gap: .75rem; color: var(--gold-soft); font-size: .76rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 720px; font-family: var(--serif); font-size: clamp(4rem, 7.4vw, 7.2rem); font-weight: 400; line-height: .88; letter-spacing: -.055em; text-wrap: balance; }
.hero-lede { max-width: 570px; margin: 2rem 0 2.25rem; color: rgba(242,238,229,.72); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.4rem; border: 1px solid transparent; cursor: pointer; font-size: .83rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--orange), var(--ember)); color: white; }
.button-ghost { border-color: rgba(255,255,255,.35); background: rgba(10,10,9,.2); }
.button-ghost:hover { border-color: var(--gold-soft); }
.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(100%, 470px); }
.hero-photo-wrap { position: relative; aspect-ratio: 4 / 5.1; overflow: hidden; border: 1px solid rgba(215,181,90,.45); box-shadow: 0 40px 80px rgba(0,0,0,.42); }
.hero-photo-wrap::before { content: ""; position: absolute; inset: 15px; z-index: 1; border: 1px solid rgba(255,255,255,.25); pointer-events: none; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-stamp { position: absolute; left: -58px; bottom: 74px; width: 118px; height: 118px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--paper); color: var(--ink); border: 3px solid var(--ink); outline: 1px solid var(--gold); font-family: var(--serif); transform: rotate(-8deg); }
.hero-stamp span { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-stamp strong { color: var(--ember); line-height: .7; font-size: 1.35rem; }
.hero-info { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); width: min(calc(100% - 48px), var(--max)); min-height: 86px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); background: rgba(9,9,8,.72); backdrop-filter: blur(10px); }
.hero-info > * { padding: 1.2rem 2rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.hero-info > *:last-child { border-right: 0; }
.hero-info small, .visit-grid small { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-info strong { margin-top: .18rem; font-family: var(--serif); font-size: 1.08rem; font-weight: 400; }

.section-shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.signature-intro { padding: 120px 0 130px; color: var(--ink); }
.signature-intro::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--paper); }
.signature-intro { position: relative; }
.section-kicker { color: var(--ember); }
.section-kicker-light { color: var(--gold-soft); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 7vw; }
.intro-grid h2, .menu-heading h2, .bar-heading h2, .nfc-copy h2, .visit-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: .92; letter-spacing: -.045em; }
.intro-grid p { margin: 0 0 .5rem; max-width: 480px; color: #555045; font-size: 1.06rem; }
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 64px; background: #b8ad9b; border: 1px solid #b8ad9b; }
.feature-card { min-height: 430px; position: relative; padding: 1.7rem; display: flex; flex-direction: column; justify-content: space-between; color: var(--paper); background: var(--ink); overflow: hidden; isolation: isolate; }
.feature-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(9,9,8,.1), rgba(9,9,8,.24) 38%, rgba(9,9,8,.94) 88%); }
.feature-card::after { content: ""; position: absolute; z-index: 1; inset: 14px; border: 1px solid rgba(232,209,140,.34); pointer-events: none; }
.feature-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.feature-card:hover .feature-image { transform: scale(1.035); }
.feature-fire .feature-image { object-position: 58% center; }
.feature-cocktail .feature-image { object-position: center 42%; }
.feature-number { position: relative; z-index: 2; color: var(--gold-soft); font-family: var(--serif); font-size: 1.1rem; }
.feature-label { margin: 0 0 .4rem; color: var(--ember); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.feature-card > div, .feature-card > strong { position: relative; z-index: 2; }
.feature-card h3 { margin: 0; font-family: var(--serif); font-size: 2.25rem; font-weight: 400; }
.feature-card p:not(.feature-label) { margin: .5rem 0 1.25rem; color: rgba(242,238,229,.68); font-size: .88rem; }
.feature-card > strong { color: var(--gold-soft); font-size: .85rem; letter-spacing: .06em; }

.menu-section { padding: 110px 0 120px; background: var(--coal); }
.menu-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 2rem; }
.menu-heading h2 { max-width: 790px; font-size: clamp(3rem, 5.6vw, 5.6rem); }
.menu-search { height: 54px; display: flex; align-items: center; gap: .8rem; padding: 0 1rem; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.03); }
.menu-search:focus-within { border-color: var(--gold); }
.menu-search svg { width: 20px; fill: none; stroke: var(--gold); stroke-width: 1.7; }
.menu-search input { width: 100%; border: 0; outline: 0; color: var(--paper); background: transparent; font-size: .92rem; }
.menu-search input::placeholder { color: rgba(242,238,229,.48); }
.category-tabs { margin: 3.5rem 0 2.2rem; padding-bottom: .75rem; display: flex; gap: .7rem; overflow-x: auto; scrollbar-width: thin; }
.category-tab { flex: 0 0 auto; padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 100px; color: rgba(242,238,229,.62); background: transparent; cursor: pointer; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.category-tab[aria-selected="true"], .category-tab:hover { color: var(--ink); border-color: var(--gold-soft); background: var(--gold-soft); }
.menu-results { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 4.5rem; }
.menu-category { grid-column: 1 / -1; margin: 2.1rem 0 .2rem; padding: 0 0 .8rem; display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(215,181,90,.38); font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.menu-category:first-child { margin-top: 0; }
.menu-category span { color: var(--ember); font-size: .9rem; font-family: var(--sans); font-weight: 800; }
.menu-item { min-height: 122px; padding: 1.15rem 0; display: grid; grid-template-columns: 1fr auto; gap: .4rem 1rem; align-content: start; border-bottom: 1px solid rgba(255,255,255,.09); }
.menu-item h3 { margin: 0; font-size: 1rem; letter-spacing: .015em; text-transform: uppercase; }
.menu-item .price { color: var(--gold-soft); font-family: var(--serif); font-size: 1.1rem; white-space: nowrap; }
.menu-item p { grid-column: 1 / -1; margin: .2rem 0 0; color: rgba(242,238,229,.52); font-size: .82rem; line-height: 1.45; }
.menu-empty { grid-column: 1 / -1; min-height: 200px; display: grid; place-items: center; color: rgba(242,238,229,.6); border: 1px dashed rgba(255,255,255,.18); }
.menu-note { margin: 2rem 0 0; color: rgba(242,238,229,.4); font-size: .75rem; }

.bar-section { position: relative; padding: 120px 0; background: var(--paper); color: var(--ink); }
.bar-section::before { content: "BAR"; position: absolute; right: -1vw; top: 1vw; color: rgba(9,9,8,.035); font-family: var(--serif); font-size: 22vw; line-height: .8; }
.bar-heading { position: relative; max-width: 760px; }
.bar-heading p { max-width: 520px; color: #5d574e; font-size: 1.05rem; }
.cocktail-gallery { position: relative; margin-top: 55px; display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 1rem; align-items: stretch; }
.cocktail-card { min-height: 490px; position: relative; overflow: hidden; background: var(--ink); }
.cocktail-card-tall { min-height: 620px; }
.cocktail-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.cocktail-card:hover img { transform: scale(1.035); }
.cocktail-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(0,0,0,.85)); pointer-events: none; }
.cocktail-caption { position: absolute; z-index: 2; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; display: flex; align-items: end; justify-content: space-between; color: white; font-family: var(--serif); font-size: 1.2rem; }
.cocktail-caption strong { color: var(--gold-soft); font-size: 1rem; }
.bar-list-wrap { margin-top: 3.5rem; padding-top: 2.2rem; display: grid; grid-template-columns: .65fr 1.35fr; gap: 3rem; border-top: 1px solid #b9ad9b; }
.bar-list-wrap h3 { margin: 0; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.bar-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; }
.bar-list-item { padding: .72rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #c9c0b2; font-size: .86rem; }
.bar-list-item strong { font-family: var(--serif); color: #8b5f1b; }

.nfc-section { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; background: #0d0d0c; }
.nfc-art { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, #2b251a 0, #11110f 50%, #080808 100%); }
.nfc-art::before { content: ""; position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(215,181,90,.24); box-shadow: 0 0 0 70px rgba(215,181,90,.03), 0 0 0 140px rgba(215,181,90,.02); }
.nfc-phone { z-index: 2; width: 210px; height: 400px; padding: 62px 22px 20px; border: 5px solid #d7d1c5; border-radius: 32px; background: linear-gradient(#181714, #0b0b0a); box-shadow: 0 35px 70px rgba(0,0,0,.6); transform: rotate(-7deg); }
.nfc-phone::before { content: ""; position: absolute; width: 62px; height: 8px; left: 50%; top: 20px; transform: translateX(-50%); border-radius: 10px; background: #6d6860; }
.nfc-phone img { width: 100%; margin: 30px auto 70px; }
.nfc-screen-line { height: 7px; margin: 12px 4px; border-radius: 6px; background: rgba(232,209,140,.72); }
.nfc-screen-line.short { width: 58%; background: rgba(255,255,255,.25); }
.nfc-card { position: absolute; z-index: 3; right: 12%; bottom: 17%; width: 170px; height: 105px; padding: 1rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--gold); background: linear-gradient(135deg, #1d1a14, #090909); box-shadow: 0 20px 45px rgba(0,0,0,.5); transform: rotate(8deg); }
.nfc-card span { color: var(--ember); font-size: .74rem; font-weight: 900; letter-spacing: .15em; }
.nfc-card b { font-family: var(--serif); font-size: 1.35rem; letter-spacing: .06em; }
.nfc-waves { position: absolute; z-index: 4; left: 60%; top: 33%; display: flex; gap: 5px; transform: rotate(7deg); }
.nfc-waves i { width: 11px; height: 34px; border-right: 2px solid var(--gold); border-radius: 0 100% 100% 0; }
.nfc-waves i:nth-child(2) { height: 48px; }
.nfc-waves i:nth-child(3) { height: 62px; }
.nfc-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 8vw, 8rem); }
.nfc-copy h2 { font-size: clamp(3rem, 5.5vw, 5.8rem); }
.nfc-copy > p:not(.eyebrow) { max-width: 560px; margin: 1.7rem 0; color: rgba(242,238,229,.64); }
.nfc-steps { display: flex; gap: 1.4rem; margin: 1rem 0 2rem; }
.nfc-steps span { display: flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nfc-steps b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-soft); }
.nfc-copy small { color: rgba(242,238,229,.36); }

.visit-section { padding: 90px 24px; background: linear-gradient(135deg, #3a130d, #120d0b 58%, #090908); }
.visit-panel { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(2rem, 6vw, 5.5rem); border: 1px solid rgba(215,181,90,.38); background: rgba(9,9,8,.56); }
.visit-panel h2 { font-size: clamp(3.6rem, 7vw, 7rem); }
.visit-grid { margin: 3rem 0; display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-grid > div { padding: 1.5rem 1.5rem 1.5rem 0; border-right: 1px solid var(--line); }
.visit-grid > div:last-child { border-right: 0; }
.visit-grid p { margin: .5rem 0 0; color: rgba(242,238,229,.7); }
.hours-list { display: grid; gap: .25rem; }
.hours-list span { display: flex; justify-content: space-between; gap: 1rem; }
.hours-list b { color: var(--paper); font-weight: 600; }

.reservation-dialog { width: min(calc(100% - 32px), 720px); max-height: calc(100vh - 32px); padding: 0; border: 0; color: var(--paper); background: transparent; overflow: auto; }
.reservation-dialog::backdrop { background: rgba(3,3,3,.82); backdrop-filter: blur(8px); }
.reservation-panel { position: relative; padding: clamp(2rem, 5vw, 3.75rem); border: 1px solid rgba(215,181,90,.48); background: radial-gradient(circle at 100% 0, rgba(228,51,29,.16), transparent 30%), #11110f; box-shadow: 0 35px 100px rgba(0,0,0,.62); }
.reservation-panel::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.reservation-panel h2 { position: relative; margin: 0; max-width: 560px; font-family: var(--serif); font-size: clamp(2.8rem, 7vw, 4.8rem); font-weight: 400; line-height: .92; letter-spacing: -.045em; }
.reservation-intro { position: relative; margin: 1rem 0 2rem; color: rgba(242,238,229,.62); }
.dialog-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--paper); background: rgba(0,0,0,.24); cursor: pointer; font-size: 1.8rem; line-height: 1; }
.reservation-panel form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .45rem; }
.field-wide { grid-column: 1 / -1; }
.field > span { color: var(--gold-soft); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field small { color: rgba(242,238,229,.36); font-size: .65rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 0; outline: 0; color: var(--paper); background: rgba(255,255,255,.045); padding: .85rem 1rem; }
.field input, .field select { min-height: 50px; }
.field textarea { resize: vertical; }
.field select { color-scheme: dark; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.reservation-submit { width: 100%; margin-top: .35rem; }
.reservation-note { position: relative; margin: 1rem 0 0; color: rgba(242,238,229,.4); font-size: .74rem; text-align: center; }

.site-footer { min-height: 220px; padding: 3rem max(24px, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; background: #060606; }
.site-footer img { width: 180px; }
.footer-links { display: flex; gap: 1.5rem; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-footer p { justify-self: end; color: rgba(242,238,229,.38); font-size: .75rem; }
.mobile-actions { display: none; }
.noscript { position: fixed; inset: auto 1rem 1rem; z-index: 20; padding: 1rem; background: var(--ember); color: white; }

@media (max-width: 980px) {
  .desktop-nav { gap: 1.2rem; }
  .desktop-nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr .72fr; min-height: 760px; }
  .hero h1 { font-size: clamp(3.7rem, 8vw, 6rem); }
  .hero-visual { opacity: .76; }
  .hero-stamp { left: -35px; bottom: 40px; }
  .feature-cards { grid-template-columns: 1fr; }
  .feature-card { min-height: 360px; }
  .menu-heading { grid-template-columns: 1fr; }
  .menu-search { width: min(100%, 480px); }
  .cocktail-gallery { grid-template-columns: 1fr 1fr; }
  .cocktail-card-tall { grid-row: span 2; }
  .nfc-section { grid-template-columns: .9fr 1.1fr; }
  .nfc-copy { padding: 4rem 3rem; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .visit-grid > div { border-right: 0; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 58px; }
  body { padding-bottom: 68px; }
  .site-header { height: 74px; width: calc(100% - 28px); }
  .brand img { width: 148px; height: 58px; }
  .desktop-nav { display: none; }
  .hero { min-height: 810px; display: flex; align-items: flex-start; padding: 118px 20px 120px; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: clamp(3.55rem, 17vw, 5.3rem); max-width: 95%; }
  .hero-lede { max-width: 86%; font-size: 1rem; }
  .hero-actions .button { padding-inline: 1rem; }
  .hero-visual { position: absolute; inset: auto -75px 90px auto; width: 250px; opacity: .38; }
  .hero-photo-wrap { border: 0; box-shadow: none; }
  .hero-photo-wrap::before, .hero-stamp { display: none; }
  .hero-info { width: 100%; grid-template-columns: 1fr 1fr; }
  .hero-info > * { padding: .9rem 1.1rem; }
  .hero-info > *:last-child { display: none; }
  .hero-info strong { font-size: .92rem; }
  .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .signature-intro { padding: 80px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .intro-grid h2, .menu-heading h2, .bar-heading h2, .nfc-copy h2 { font-size: clamp(2.9rem, 13vw, 4.4rem); }
  .feature-cards { margin-top: 40px; }
  .feature-card { min-height: 390px; }
  .menu-section { padding: 78px 0 90px; }
  .menu-results { grid-template-columns: 1fr; }
  .menu-category { margin-top: 1.6rem; }
  .menu-item { min-height: 0; }
  .category-tabs { margin-top: 2rem; margin-right: -16px; padding-right: 16px; }
  .bar-section { padding: 82px 0; }
  .cocktail-gallery { grid-template-columns: 1fr 1fr; gap: .6rem; }
  .cocktail-card, .cocktail-card-tall { min-height: 370px; }
  .cocktail-card-tall { grid-column: 1 / -1; min-height: 500px; }
  .cocktail-caption { left: .8rem; right: .8rem; bottom: .8rem; font-size: .95rem; }
  .bar-list-wrap { grid-template-columns: 1fr; gap: 1.2rem; }
  .bar-list { grid-template-columns: 1fr; }
  .nfc-section { grid-template-columns: 1fr; }
  .nfc-art { min-height: 440px; }
  .nfc-phone { width: 165px; height: 320px; padding-top: 48px; }
  .nfc-phone img { margin-bottom: 50px; }
  .nfc-card { right: 9%; width: 145px; height: 90px; }
  .nfc-copy { padding: 4.5rem 1.5rem; }
  .nfc-steps { flex-wrap: wrap; gap: .8rem; }
  .visit-section { padding: 56px 16px; }
  .visit-panel { padding: 2rem 1.25rem; }
  .visit-panel h2 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .visit-grid { grid-template-columns: 1fr; gap: 0; }
  .visit-grid > div { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
  .visit-grid > div:last-child { border-bottom: 0; }
  .visit-actions { display: grid; }
  .site-footer { padding: 3rem 1.5rem; grid-template-columns: 1fr; text-align: center; }
  .site-footer img, .site-footer p { justify-self: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
  .mobile-actions { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; height: 68px; display: grid; grid-template-columns: 1fr 1fr 1.25fr; background: #10100f; border-top: 1px solid rgba(255,255,255,.18); box-shadow: 0 -10px 30px rgba(0,0,0,.3); }
  .mobile-actions a, .mobile-actions button { display: grid; place-items: center; border: 0; border-right: 1px solid rgba(255,255,255,.1); color: rgba(242,238,229,.68); background: transparent; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-actions .mobile-primary { color: white; background: linear-gradient(135deg, var(--orange), var(--ember)); }
  .reservation-panel { padding: 3.5rem 1.35rem 1.5rem; }
  .reservation-panel form { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
}

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