@font-face {
  font-family: DIN;
  src: url("/assets/ff_din_regular-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: DIN;
  src: url("/assets/ff_din_bold-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
:root {
  --coral: #f66;
  --ink: #171719;
  --paper: #f8f5f0;
  --muted: #b9b8b5;
  --gutter: 48px;
  --header: 94px;
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: DIN, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
body.dialog-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button[hidden],
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.05;
}
h2 {
  font-size: 4.5rem;
}
h3 {
  font-size: 2rem;
}
p {
  max-width: 38em;
}
button {
  border: 0;
}
a,
button {
  touch-action: manipulation;
}
::selection {
  background: var(--coral);
  color: var(--ink);
}
.section-shell {
  max-width: 1536px;
  padding-inline: var(--gutter);
  margin-inline: auto;
}
.eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin-bottom: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 24px;
  min-height: 56px;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button span,
.text-link span,
.nav-cta span {
  display: inline-block;
  transition: transform 0.2s;
}
.button:hover span,
.text-link:hover span,
.nav-cta:hover span {
  transform: translate(3px, -3px);
}
.button-coral {
  background: var(--coral);
  color: var(--ink);
}
.button-coral:hover {
  background: #ff8585;
}
.button-white {
  background: var(--paper);
  color: var(--ink);
}
.button-white:hover {
  background: #fff;
}
.button-dark {
  background: var(--ink);
  color: var(--paper);
}
.button-dark:hover {
  background: #333336;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 44px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 20px;
  z-index: 30;
  background: var(--paper);
  color: var(--ink);
  padding: 12px;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: var(--header);
  padding: 12px var(--gutter);
  display: flex;
  align-items: center;
  gap: 32px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #171719;
  border-bottom: 1px solid #ffffff24;
}
.header-logo {
  width: 64px;
  flex: none;
}
.header-logo img {
  width: 64px;
  max-height: 65px;
  object-fit: contain;
}
.qbar .header-logo {
  width: 80px;
}
.qbar .header-logo img {
  width: 80px;
}
.brand-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: #bebebc;
  white-space: nowrap;
}
.brand-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.brand-nav a[aria-current] {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--coral);
  text-underline-offset: 8px;
}
.brand-nav span {
  color: #777;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  font-size: 0.94rem;
}
.desktop-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.desktop-nav a:hover,
.site-footer a:hover {
  color: var(--coral);
}
.nav-cta {
  font-weight: 700;
  font-size: 0.94rem;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-inline: 20px;
  color: var(--ink);
  background: var(--coral);
}
.qbar .nav-cta {
  background: var(--paper);
}
.menu-toggle {
  background: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  flex: none;
}
.menu-toggle span {
  width: 24px;
  height: 2px;
  background: currentColor;
}
.hero {
  position: relative;
  min-height: 680px;
  height: calc(100svh - var(--header));
  max-height: 930px;
  isolation: isolate;
  overflow: hidden;
  background: #242122;
}
.hero-image,
.crossover-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero-image img,
.crossover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bar-robo .hero-image img {
  object-position: 66% 50%;
}
.hero::after,
.crossover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(10, 10, 11, 0.86) 0%,
      rgba(10, 10, 11, 0.73) 28%,
      rgba(10, 10, 11, 0.1) 75%
    ),
    linear-gradient(0deg, rgba(10, 10, 11, 0.6), transparent 30%);
}
.qbar .hero::after {
  background:
    linear-gradient(
      90deg,
      rgba(8, 8, 10, 0.85),
      rgba(8, 8, 10, 0.65) 30%,
      rgba(8, 8, 10, 0.06) 76%
    ),
    linear-gradient(0deg, rgba(8, 8, 10, 0.65), transparent 30%);
}
.hero-content {
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 94px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero-location {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}

.hero-headline {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.04;
}
.hero-description {
  font-size: 1.06rem;
  margin-top: 16px;
  margin-bottom: 24px;
  color: #f2f1ee;
  max-width: 29em;
}
.hero-footer {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 0;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff50;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.hero-footer > a {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 44px;
}
.hero-footer > a span {
  font-size: 20px;
}



.intro {
  padding-block: 96px;
}
.bar-robo .intro {
  background: var(--coral);
  color: var(--ink);
  max-width: none;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 12%;
  align-items: end;
}
.intro-grid h2 {
  font-size: 4.8rem;
}
.intro-grid > p {
  font-size: 1.4rem;
  max-width: 29em;
  line-height: 1.55;
  padding-bottom: 5px;
}
.qbar .intro {
  padding-block: 110px;
}
.qbar .intro .eyebrow {
  color: var(--coral);
}
.qbar .intro-grid > p {
  color: #c6c5c2;
}
.food,
.bar-robo .gallery {
  background: var(--paper);
  color: var(--ink);
  max-width: none;
}
.food {
  padding-top: 108px;
  padding-bottom: 72px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 52px;
}
.section-heading .eyebrow {
  margin-bottom: 20px;
}
.section-heading h2 {
  font-size: 3.6rem;
  max-width: 12em;
}
.section-heading > .text-link {
  flex: none;
}
.food-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.food-photo {
  overflow: hidden;
  aspect-ratio: 1.5;
}
.food-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.food-grid article:hover img {
  transform: scale(1.025);
}
.food-copy {
  display: flex;
  gap: 30px;
  padding-top: 28px;
}
.food-copy h3 {
  font-size: 2rem;
  margin-bottom: 12px;
}
.food-copy p {
  font-size: 1.06rem;
  max-width: 28em;
  color: #565355;
}
.item-number {
  color: #746d69;
  font-size: 0.8rem;
  padding-top: 9px;
}
.menu-bottom {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #c9c3bf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.menu-bottom p {
  font-size: 1.3rem;
}
.gallery {
  padding-top: 76px;
  padding-bottom: 110px;
}
.photo-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.8fr;
  gap: 24px;
}
.gallery-photo {
  min-width: 0;
}
.gallery-photo img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: filter 0.3s;
}
.gallery-photo:hover img {
  filter: brightness(0.8);
}
.gallery-photo > span {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  font-size: 0.94rem;
}
.gallery-photo:nth-child(2) {
  margin-top: 60px;
}
.gallery-photo:nth-child(3) {
  margin-top: 120px;
}
.gallery-photo:nth-child(3) img {
  height: 300px;
}
.visit {
  padding-block: 100px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 10%;
  background: var(--ink);
}
.visit h2 {
  font-size: 4rem;
}
.visit-location {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 26px 0 16px;
}
.visit-details {
  padding-top: 44px;
}
.visit-details h3 {
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.visit-details p,
.visit-details a {
  font-size: 1rem;
  color: #c8c5c2;
}
.visit-details a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.visit-row {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 24px;
  border-top: 1px solid #ffffff35;
  margin-top: 32px;
  padding-top: 30px;
}
.crossover {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
}
.crossover-content {
  width: 100%;
  padding-block: 76px;
}
.crossover .eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  margin-bottom: 36px;
}
.cross-logo {
  width: 350px;
  max-height: 230px;
  object-fit: contain;
  object-position: left;
}
.crossover.morning .cross-logo {
  width: 210px;
  max-height: none;
}
.crossover-content > p:not(.eyebrow) {
  font-size: 2rem;
  line-height: 1.25;
  margin: 30px 0;
}
.cross-note {
  display: block;
  font-size: 0.9rem;
  margin-top: 22px;
  color: #ddd9d6;
}
.crossover-image img {
  object-position: 65% 50%;
  transition: transform 1s;
}
.crossover:hover .crossover-image img {
  transform: scale(1.025);
}
.crossover.morning .crossover-image img {
  object-position: 75% 50%;
}
.site-footer {
  padding-top: 56px;
  padding-bottom: 22px;
  background: #111112;
}
.footer-top {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding-bottom: 44px;
}
.footer-logo {
  width: 95px;
  flex: none;
}
.qbar .footer-logo {
  width: 125px;
}
.footer-top p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #c5c3c0;
  padding-top: 5px;
}
.footer-top nav {
  display: flex;
  flex-direction: column;
  font-size: 0.85rem;
  margin-left: auto;
}
.footer-top nav a {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.back-top {
  font-size: 0.85rem;
  display: flex;
  gap: 20px;
  min-height: 44px;
  align-items: center;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #ffffff25;
  padding-top: 22px;
  font-size: 0.75rem;
  color: #b0aeaa;
}
.qbar {
  background: #111112;
}
.qbar .site-header {
  background: #111112;
}
.drinks {
  padding-block: 16px 110px;
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 9%;
  align-items: center;
}
.feature-photo {
  align-self: stretch;
  position: relative;
}
.feature-photo img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  object-position: 57% 50%;
}
.photo-note {
  position: absolute;
  bottom: 22px;
  left: 24px;
  right: 24px;
  font-size: 0.78rem;
  color: #fff;
  text-shadow: 0 1px 6px #000;
  background: #111112df;
  width: fit-content;
  padding: 5px 10px;
}
.feature-copy h2 {
  margin-bottom: 26px;
}
.feature-copy > p:not(.eyebrow):not(.link-note) {
  color: #c5c3c0;
  max-width: 28em;
}
.offering-list {
  margin: 32px 0;
}
.offering-list > div {
  padding: 18px 0;
  border-top: 1px solid #ffffff30;
}
.offering-list dt {
  font-weight: 700;
  font-size: 1.25rem;
}
.offering-list dd {
  margin: 8px 0 0;
  color: #bdbbb8;
  font-size: 1rem;
}
.link-note {
  font-size: 0.76rem;
  color: #c0bcb8;
  margin-top: 13px;
}
.music {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #202022;
  min-height: 780px;
}
.music-photo {
  overflow: hidden;
}
.music-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% 50%;
}
.music-copy {
  padding-block: 78px;
  align-self: center;
  width: 100%;
  max-width: 700px;
}
.music-copy .eyebrow {
  color: var(--coral);
}
.music-copy h2 {
  margin-bottom: 24px;
}
.music-copy > p:not(.eyebrow) {
  max-width: 25em;
  color: #d6d2ce;
  margin-bottom: 30px;
}
.private-events {
  margin-top: 58px;
  padding-top: 30px;
  border-top: 1px solid #ffffff35;
}
.private-events h3 {
  font-size: 1.6rem;
  margin-bottom: 14px;
}
.private-events p {
  font-size: 1rem;
  color: #c5c2bf;
  margin-bottom: 12px;
  max-width: 29em;
}
.qbar .gallery {
  padding-top: 110px;
}
.qbar .visit {
  background: #202022;
  max-width: none;
}
.qbar .photo-grid {
  grid-template-columns: 0.85fr 1.25fr 0.9fr;
}
dialog {
  padding: 0;
  border: 0;
  color: var(--paper);
  background: var(--ink);
}
dialog::backdrop {
  background: #000c;
  backdrop-filter: blur(5px);
}
.plain-close {
  background: none;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1;
  width: 44px;
  height: 44px;
  padding: 0;
}
.mobile-nav {
  width: min(560px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 24px;
}
.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.dialog-top h2 {
  font-size: 1.2rem;
}
.mobile-nav nav {
  display: flex;
  flex-direction: column;
}
.mobile-nav nav a {
  font-size: 1.7rem;
  border-top: 1px solid #ffffff30;
  padding: 19px 0;
  line-height: 1.2;
}
.mobile-nav nav a:last-child {
  font-size: 1.25rem;
  color: var(--coral);
}
.mobile-nav > p {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 30px;
}
.photo-viewer {
  width: min(1120px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 12px 24px;
}
.viewer-top,
.viewer-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.8rem;
  min-height: 52px;
}
.photo-viewer figure img {
  width: 100%;
  height: calc(100svh - 235px);
  max-height: 720px;
  object-fit: contain;
}
.photo-viewer figcaption {
  text-align: center;
  padding: 12px 0;
  font-size: 0.9rem;
}
.viewer-controls > button {
  width: 48px;
  height: 44px;
  background: none;
  font-size: 1.6rem;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes reveal {
  from {
    opacity: 0.15;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html[data-motion="on"] .hero-location {
  animation: enter 0.6s both;
}
html[data-motion="on"] .hero-headline {
  animation: enter 0.8s 0.1s both;
}
html[data-motion="on"] .hero-description {
  animation: enter 0.8s 0.2s both;
}
html[data-motion="on"] .hero-content > .button {
  animation: enter 0.8s 0.3s both;
}
html[data-motion="on"] .reveal-animate {
  animation: reveal 0.75s both;
}
html[data-motion="off"] {
  scroll-behavior: auto;
}
html[data-motion="off"] *,
html[data-motion="off"] *::before,
html[data-motion="off"] *::after {
  animation: none !important;
  transition: none !important;
}
.qbar .hero-image img {
  object-position: 65% 50%;
}
@media (min-width: 1600px) {
  .intro,
  .food,
  .gallery,
  .visit {
    padding-inline: max(var(--gutter), calc((100vw - 1440px) / 2));
  }
  .hero-content,
  .crossover-content {
    max-width: 1536px;
  }
  .hero-image img {
    object-position: 50% 50%;
  }
}
@media (max-width: 1150px) {
  :root {
    --gutter: 32px;
  }
  .site-header {
    gap: 24px;
  }
  .desktop-nav {
    gap: 20px;
  }
  .brand-nav {
    gap: 8px;
  }
  .intro-grid {
    gap: 7%;
  }
  .section-heading h2 {
    font-size: 3.2rem;
  }
  .visit {
    gap: 5%;
  }
  .visit-row {
    grid-template-columns: 1fr;
  }
  .drinks {
    gap: 6%;
  }
  .feature-copy h2,
  .music-copy h2 {
    font-size: 3.6rem;
  }
  .gallery-photo img {
    height: 280px;
  }
  .gallery-photo:nth-child(3) img {
    height: 250px;
  }
  .music {
    min-height: 760px;
  }
  .music-copy {
    padding-block: 60px;
  }
  .footer-top {
    gap: 32px;
  }
  .food-grid {
    gap: 28px;
  }
}
@media (max-width: 900px) {
  :root {
    --header: 80px;
    --gutter: 24px;
    scroll-padding-top: 98px;
  }
  .site-header {
    gap: 20px;
    padding-block: 10px;
  }
  .header-logo,
  .header-logo img {
    width: 52px;
    max-height: 56px;
  }
  .qbar .header-logo,
  .qbar .header-logo img {
    width: 66px;
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .nav-cta {
    margin-left: auto;
  }
  .hero {
    min-height: 650px;
    max-height: 820px;
  }

  .hero-headline {
    font-size: 2.8rem;
  }
  .hero::after {
    background:
      linear-gradient(90deg, #111113e8, #111113a8 40%, #11111330),
      linear-gradient(0deg, #111113a8, transparent 30%);
  }
  .intro {
    padding-block: 76px;
  }
  .intro-grid h2 {
    font-size: 3.8rem;
  }
  .intro-grid > p {
    font-size: 1.2rem;
  }
  .food {
    padding-top: 80px;
  }
  .section-heading {
    display: block;
    margin-bottom: 36px;
  }
  .section-heading > .text-link {
    margin-top: 22px;
  }
  .section-heading h2 {
    font-size: 3rem;
  }
  .food-copy {
    gap: 16px;
  }
  .food-copy h3 {
    font-size: 1.7rem;
  }
  .food-copy p {
    font-size: 1rem;
  }
  .item-number {
    padding-top: 6px;
  }
  .gallery {
    padding-block: 50px 80px;
  }
  .photo-grid {
    gap: 16px;
  }
  .gallery-photo img {
    height: 240px;
  }
  .gallery-photo:nth-child(3) img {
    height: 210px;
  }
  .gallery-photo:nth-child(2) {
    margin-top: 38px;
  }
  .gallery-photo:nth-child(3) {
    margin-top: 76px;
  }
  .gallery-photo > span {
    font-size: 0.85rem;
  }
  .visit {
    padding-block: 76px;
    grid-template-columns: 1fr 1fr;
    gap: 7%;
  }
  .visit h2 {
    font-size: 3.2rem;
  }
  .visit-location {
    font-size: 1.3rem;
  }
  .visit-details {
    padding-top: 42px;
  }
  .crossover {
    min-height: 660px;
  }
  .cross-logo {
    width: 300px;
  }
  .crossover-content > p:not(.eyebrow) {
    font-size: 1.8rem;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 32px;
  }
  .footer-top nav {
    margin-left: auto;
  }
  .back-top {
    width: 100%;
  }
  .drinks {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    padding-bottom: 80px;
    gap: 32px;
  }
  .feature-photo img {
    min-height: 580px;
  }
  .feature-copy {
    padding-top: 24px;
  }
  .feature-copy h2 {
    font-size: 3.2rem;
  }
  .feature-copy > p {
    font-size: 1rem;
  }
  .music {
    display: block;
    min-height: 0;
  }
  .music-photo {
    height: 450px;
  }
  .music-photo img {
    object-position: 50% 42%;
  }
  .music-copy {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    padding-block: 60px;
  }
  .music-copy > .eyebrow,
  .music-copy > h2,
  .music-copy > p,
  .music-copy > .button {
    grid-column: 1;
  }
  .music-copy > .button {
    width: fit-content;
  }
  .private-events {
    grid-column: 2;
    grid-row: 2/5;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    align-self: center;
  }
  .qbar .intro {
    padding-block: 80px;
  }
  .qbar .gallery {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  :root {
    --header: 76px;
  }
  .site-header {
    gap: 14px;
    padding-inline: 20px;
  }
  .brand-nav {
    display: none;
  }
  .nav-cta {
    min-height: 44px;
    font-size: 0.82rem;
    padding-inline: 14px;
    gap: 16px;
  }
  .hero {
    min-height: 650px;
    height: calc(100svh - var(--header));
    max-height: 760px;
  }
  .hero-content {
    padding-top: 26px;
    padding-bottom: 90px;
  }
  .hero-location {
    font-size: 0.65rem;
    margin-bottom: 22px;
  }

  .hero-headline {
    font-size: 2.6rem;
  }
  .hero-description {
    font-size: 1rem;
    max-width: 21em;
    margin-top: 14px;
    margin-bottom: 24px;
  }
  .hero-content > .button {
    font-size: 0.9rem;
    min-height: 52px;
    padding: 14px 18px;
  }
  .hero-footer {
    font-size: 0.65rem;
    min-height: 64px;
  }
  .hero-footer > span {
    display: none;
  }
  .hero-footer > a {
    gap: 18px;
  }
  
  .bar-robo .hero-image img {
    object-position: 58% 50%;
  }
  .hero::after,
  .qbar .hero::after {
    background:
      linear-gradient(90deg, #101012dd, #101012b5 43%, #10101250),
      linear-gradient(0deg, #10101290, transparent 35%);
  }
  .intro {
    padding-block: 64px;
  }
  .eyebrow {
    font-size: 0.72rem;
    margin-bottom: 22px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .intro-grid h2 {
    font-size: 3.5rem;
  }
  .intro-grid > p {
    font-size: 1.2rem;
    max-width: 24em;
  }
  .food {
    padding-top: 64px;
    padding-bottom: 52px;
  }
  .section-heading h2 {
    font-size: 2.7rem;
    max-width: 10em;
  }
  .section-heading > .text-link {
    font-size: 0.9rem;
    margin-top: 20px;
  }
  .food-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .food-photo {
    aspect-ratio: 1.4;
  }
  .food-copy {
    padding-top: 22px;
    gap: 20px;
  }
  .food-copy h3 {
    font-size: 1.8rem;
  }
  .food-copy p {
    font-size: 1.03rem;
  }
  .menu-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 36px;
    padding-top: 26px;
  }
  .menu-bottom p {
    font-size: 1.2rem;
  }
  .gallery {
    padding-block: 36px 64px;
  }
  .photo-grid,
  .qbar .photo-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
  }
  .gallery-photo:first-child {
    grid-column: 1/-1;
  }
  .gallery-photo:first-child img {
    height: auto;
    aspect-ratio: 1.4;
  }
  .gallery-photo:nth-child(2),
  .gallery-photo:nth-child(3) {
    margin-top: 0;
  }
  .gallery-photo:nth-child(2) img,
  .gallery-photo:nth-child(3) img {
    height: 210px;
  }
  .gallery-photo > span {
    font-size: 0.8rem;
    gap: 10px;
    align-items: flex-start;
  }
  .visit {
    padding-block: 64px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .visit h2 {
    font-size: 3rem;
  }
  .visit-location {
    font-size: 1.45rem;
    margin-top: 24px;
  }
  .visit-details {
    padding-top: 0;
  }
  .visit-details > div:first-child {
    padding-top: 26px;
    border-top: 1px solid #ffffff35;
  }
  .visit-row {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 26px;
    padding-top: 26px;
  }
  .visit-row h3 {
    margin-bottom: 8px;
  }
  .crossover {
    min-height: 650px;
  }
  .crossover-content {
    padding-block: 64px;
  }
  .crossover .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .cross-logo {
    width: 270px;
  }
  .crossover.morning .cross-logo {
    width: 190px;
  }
  .crossover-content > p:not(.eyebrow) {
    font-size: 1.65rem;
    margin-block: 30px;
  }
  .crossover .button {
    font-size: 0.85rem;
    padding: 14px 18px;
    gap: 18px;
  }
  .cross-note {
    font-size: 0.8rem;
    max-width: 20em;
  }
  .crossover::after {
    background: linear-gradient(90deg, #101012df, #101012b8 45%, #10101255);
  }
  .site-footer {
    padding-top: 40px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 30px;
    padding-bottom: 30px;
  }
  .footer-logo {
    width: 75px;
  }
  .qbar .footer-logo {
    width: 85px;
  }
  .footer-top p {
    font-size: 0.85rem;
  }
  .footer-top nav {
    grid-column: 1/-1;
    margin-left: 0;
  }
  .footer-top nav a {
    min-height: 44px;
  }
  .back-top {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: block;
    font-size: 0.7rem;
  }
  .footer-bottom p + p {
    margin-top: 10px;
  }
  .qbar .intro {
    padding-block: 64px;
  }
  .drinks {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 64px;
    gap: 36px;
  }
  .feature-photo img {
    min-height: 0;
    height: 420px;
    object-position: 55% 50%;
  }
  .feature-copy {
    padding-top: 0;
  }
  .feature-copy h2 {
    font-size: 3.5rem;
  }
  .feature-copy > p:not(.eyebrow):not(.link-note) {
    font-size: 1.1rem;
  }
  .offering-list {
    margin-block: 26px;
  }
  .music-photo {
    height: 340px;
  }
  .music-copy {
    display: block;
    padding-block: 52px;
  }
  .music-copy h2 {
    font-size: 3.4rem;
  }
  .music-copy > p:not(.eyebrow) {
    font-size: 1.08rem;
  }
  .private-events {
    margin-top: 44px;
    padding-top: 30px;
    border-top: 1px solid #ffffff35;
  }
  .qbar .gallery {
    padding-top: 64px;
  }
  .photo-viewer {
    padding-inline: 12px;
  }
  .photo-viewer figcaption {
    font-size: 0.8rem;
  }
  .viewer-controls {
    font-size: 0.65rem;
  }
}
@media (max-width: 360px) {
  :root {
    --gutter: 20px;
  }
  .site-header {
    padding-inline: 16px;
    gap: 8px;
  }

  .hero-headline {
    font-size: 2.4rem;
  }
  .hero {
    min-height: 640px;
  }
  .intro-grid h2 {
    font-size: 3rem;
  }
  .section-heading h2 {
    font-size: 2.4rem;
  }
  .gallery-photo:nth-child(2) img,
  .gallery-photo:nth-child(3) img {
    height: 180px;
  }
  .cross-logo {
    width: 240px;
  }
  .cross-note {
    font-size: 0.75rem;
  }
  .button {
    gap: 20px;
  }
  .footer-top {
    gap: 20px;
  }
}
@media (max-height: 760px) and (min-width: 901px) {
  .hero {
    min-height: 620px;
  }

  .hero-headline {
    font-size: 2.6rem;
  }
  .hero-location {
    margin-bottom: 18px;
  }
  .hero-description {
    margin-block: 12px 18px;
  }
  .hero-content {
    padding-top: 24px;
    padding-bottom: 86px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .hero-image img {
    transform: none !important;
  }
}

/* David's September 14 menu, location and footer updates. */
.full-menu {
  margin-top: 76px;
  scroll-margin-top: 120px;
}
.full-menu-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 28px;
}
.full-menu-heading h2,
.full-menu-heading h3 {
  font-size: 3rem;
}
.full-menu-heading > span {
  font-size: 0.8rem;
  color: var(--muted);
  white-space: nowrap;
}
.menu-category {
  border-top: 1px solid #ffffff30;
}
.menu-category:last-child {
  border-bottom: 1px solid #ffffff30;
}
.menu-category summary {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 1.4rem;
  font-weight: 700;
}
.menu-category summary::-webkit-details-marker {
  display: none;
}
.menu-category summary small {
  font-size: 0.8rem;
  font-weight: 400;
  margin-left: 12px;
  color: var(--muted);
}
.category-toggle {
  font-size: 1.7rem;
  font-weight: 400;
  transition: transform 0.2s;
}
.menu-category[open] .category-toggle {
  transform: rotate(45deg);
}
.menu-items {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  row-gap: 26px;
  margin: 0;
  padding: 8px 0 36px;
}
.menu-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 20px;
  align-content: start;
}
.menu-item h3,
.menu-item h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}
.menu-item p {
  margin: 0;
}
.menu-description {
  grid-column: 1 / -1;
  color: #c5c3c0;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 42ch;
}
.menu-source-note {
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.85rem;
  max-width: 75ch;
}
.menu-source-note a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.qbar-menu {
  padding-bottom: 100px;
}
.qbar-menu .full-menu {
  margin-top: 0;
}
.location-reviews {
  padding-block: 90px;
}
.location-reviews .section-heading {
  margin-bottom: 36px;
}
.location-reviews h2 {
  font-size: 4rem;
  margin-bottom: 15px;
}
.location-reviews iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  background: #e4e0d8;
  color-scheme: light;
}
.site-footer.section-shell {
  max-width: none;
  padding-inline: max(var(--gutter), calc((100% - 1440px) / 2));
}
.footer-info {
  max-width: 350px;
}
.footer-info > p + p {
  margin-top: 10px;
}
.footer-top .social-links {
  margin: 14px 0 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.footer-top .social-links a {
  min-height: 44px;
}
.footer-bottom {
  align-items: center;
}

@media (min-width: 901px) and (max-width: 1160px) {
  .site-header {
    gap: 18px;
  }
  .desktop-nav {
    gap: 16px;
    font-size: 0.85rem;
  }
  .brand-nav {
    font-size: 0.8rem;
  }
  .nav-cta {
    padding-inline: 14px;
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .full-menu {
    margin-top: 44px;
    scroll-margin-top: 100px;
  }
  .full-menu-heading {
    display: block;
    margin-bottom: 24px;
  }
  .full-menu-heading > span {
    display: block;
    margin-top: 12px;
  }
  .menu-items {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .menu-category summary {
    font-size: 1.15rem;
    padding-block: 20px;
  }
  .menu-category summary small {
    margin-left: 6px;
  }
  .qbar-menu {
    padding-bottom: 64px;
  }
  .location-reviews {
    padding-block: 60px;
  }
  .location-reviews iframe {
    height: 360px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-info {
    max-width: none;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer-bottom p + p {
    margin-top: 0;
  }
}

.food .full-menu-heading > span,
.food .menu-description,
.food .menu-source-note,
.food .menu-category summary small {
  color: #605d58;
}
.food .menu-category {
  border-color: #17171930;
}
@media (max-width: 900px) {
  .location-reviews h2 {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .full-menu-heading h2,
  .full-menu-heading h3 {
    font-size: 2rem;
  }
  .location-reviews h2 {
    font-size: 2.5rem;
  }
}

/* Complete source galleries, with the original three-photo introduction retained. */
.gallery-more {
  margin-top: 48px;
  border-top: 1px solid #777;
}
.gallery-more summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  font-size: 1.15rem;
}
.gallery-more summary::-webkit-details-marker {
  display: none;
}
.gallery-more summary > span {
  font-size: 1.8rem;
}
.gallery-more[open] summary > span {
  transform: rotate(45deg);
}
.gallery-archive {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  padding-block: 20px 32px;
}
.gallery-archive .gallery-photo {
  margin: 0;
  grid-column: auto;
}
.gallery-archive .gallery-photo img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.gallery-note {
  margin-top: 24px;
  font-size: 0.95rem;
  opacity: 0.75;
}
.live-events {
  padding-block: 80px;
  background: var(--paper);
  color: var(--ink);
}
.events-intro {
  max-width: 60ch;
  margin-bottom: 32px;
  font-size: 1.15rem;
  line-height: 1.6;
}
.events-frame {
  display: block;
  border: 0;
  width: 100%;
  background: #171719;
}
.events-fallback,
.events-booking {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 20px;
}
.events-fallback a,
.events-booking a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 900px) {
  .gallery-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .gallery-archive {
    grid-template-columns: 1fr;
  }
  .live-events {
    padding-block: 56px;
  }
  .events-frame {
    height: 1150px;
  }
}
