:root {
  color-scheme: light;
  --black: #080604;
  --espresso: #1b100b;
  --coffee: #3e2619;
  --mocha: #6f4a32;
  --caramel: #b98552;
  --caramel-soft: #d4a875;
  --cream: #f5eadc;
  --paper: #fff9ef;
  --smoke: #e8d7c3;
  --muted: #766454;
  --line: rgba(62, 38, 25, 0.14);
  --line-dark: rgba(245, 234, 220, 0.16);
  --shadow: 0 28px 80px rgba(39, 22, 12, 0.18);
  --shadow-dark: 0 34px 90px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --font-display: "Bodoni Moda", "Times New Roman", serif;
  --font-body: "Instrument Sans", Arial, sans-serif;
  --z-nav: 100;
  --z-preview: 300;
  --z-modal-backdrop: 500;
  --z-modal: 510;
}

* {
  box-sizing: border-box;
}

*:focus {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: rgba(216, 177, 106, 0.28);
  color: var(--paper);
}

html {
  scroll-behavior: smooth;
  background: #0B0705;
  overflow-x: clip;
}

html,
body,
button,
input,
textarea,
select {
  font-family: var(--font-body);
}

html,
body {
  font-synthesis: none;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(62, 38, 25, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(62, 38, 25, 0.03) 1px, transparent 1px),
    var(--cream);
  background-size: 72px 72px;
  color: var(--espresso);
  line-height: 1.65;
  overflow-x: clip;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 12%, rgba(212, 168, 95, 0.12), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(139, 90, 43, 0.12), transparent 30%),
    radial-gradient(circle at 54% 86%, rgba(212, 168, 95, 0.08), transparent 32%),
    linear-gradient(rgba(212, 168, 95, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 168, 95, 0.07) 1px, transparent 1px),
    #0B0705;
  background-size: auto, auto, auto, 44px 44px, 44px 44px, auto;
  content: "";
  pointer-events: none;
  animation: gridMove 20s linear infinite;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at center, transparent 20%, rgba(11, 7, 5, 0.42) 72%),
    linear-gradient(180deg, rgba(11, 7, 5, 0.18), rgba(11, 7, 5, 0.68));
  content: "";
  pointer-events: none;
}

@keyframes gridMove {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }

  to {
    background-position: 0 0, 0 0, 0 0, 44px 44px, 44px 44px, 0 0;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

:where(
  .site-header,
  .brand,
  .brand *,
  .nav-links,
  .nav-links *,
  .mobile-menu,
  .mobile-menu a,
  .visit-pill,
  .menu-toggle,
  .button,
  .hero,
  .hero h1,
  .hero-eyebrow,
  .hero-copy,
  .hero-cta,
  .hero-card,
  .hero-card *,
  .steam-wrap,
  .section-kicker,
  .section-heading,
  .menu-card,
  .menu-card *,
  .signature-card,
  .signature-card *,
  .gallery-card,
  .gallery-card *,
  .review-card,
  .review-card *,
  .location-card,
  .location-card *,
  .footer,
  .footer *,
  .menu-hero,
  .menu-hero *,
  .menu-toolbar > p,
  .menu-catalog-meta,
  .menu-category-card,
  .menu-category-card *,
  .menu-item-list,
  .menu-item-list *,
  .menu-preview,
  .menu-preview *,
  .menu-modal,
  .menu-modal-header,
  .menu-modal-header *,
  .menu-modal-media,
  .menu-modal-tags,
  .menu-modal-tags *,
  .menu-modal-block h3,
  .menu-modal-category,
  .menu-modal-price,
  .reviews-hero,
  .reviews-hero *,
  .reviews-stat,
  .reviews-stat *,
  .review-stars,
  .review-stars *
) {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

:where(
  a,
  button,
  [role="button"],
  .button,
  .visit-pill,
  .menu-toggle,
  .menu-category-trigger,
  .menu-item-button,
  .menu-preview,
  .menu-modal-close,
  .menu-category-action,
  .socials a,
  .pf-socials a
) {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

:where(
  input,
  textarea,
  select,
  [contenteditable="true"],
  .menu-search,
  .menu-search *,
  .contact-form,
  .contact-form *,
  .review-form,
  .review-form *,
  .reviews-page form,
  .reviews-page form *
) {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-tap-highlight-color: rgba(216, 177, 106, 0.18);
}

:where(
  input,
  textarea,
  select,
  [contenteditable="true"]
) {
  cursor: text;
}

:where(
  a,
  button,
  [role="button"],
  .button,
  .visit-pill,
  .menu-toggle,
  .menu-category-trigger,
  .menu-item-button,
  .menu-preview,
  .menu-modal-close,
  .socials a,
  .pf-socials a
):focus {
  outline: none;
}

:where(
  a,
  button,
  [role="button"],
  .button,
  .visit-pill,
  .menu-toggle,
  .menu-category-trigger,
  .menu-item-button,
  .menu-preview,
  .menu-modal-close,
  .socials a,
  .pf-socials a
):focus-visible {
  outline: 2px solid rgba(216, 177, 106, 0.9);
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(216, 177, 106, 0.12);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: var(--z-nav);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(245, 234, 220, 0.22);
  border-radius: 999px;
  padding: 8px 10px 8px 18px;
  background: rgba(12, 8, 5, 0.7);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 150px;
}

.brand img {
  width: 150px;
  height: 54px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.nav-links a,
.mobile-menu a {
  border-radius: 999px;
  padding: 10px 12px;
  color: rgba(255, 249, 239, 0.74);
  font-size: 0.88rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"],
.mobile-menu a:hover,
.mobile-menu a:focus-visible,
.mobile-menu a[aria-current="page"] {
  background: rgba(255, 249, 239, 0.1);
  color: var(--paper);
}

.visit-pill {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 249, 239, 0.32);
  border-radius: 999px;
  padding: 10px 19px;
  background: linear-gradient(135deg, var(--paper), #dfc09c);
  color: var(--espresso);
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 249, 239, 0.25);
  border-radius: 50%;
  background: rgba(255, 249, 239, 0.05);
  cursor: pointer;
  position: relative;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--paper);
  transform-origin: center;
  transition:
    transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 160ms ease;
}

.menu-toggle.is-active,
.menu-toggle[aria-expanded="true"] {
  border-color: rgba(216, 177, 106, 0.42);
  background: rgba(216, 177, 106, 0.12);
  box-shadow: 0 0 24px rgba(216, 177, 106, 0.14);
}

.menu-toggle.is-active span:nth-child(1),
.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2),
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.45);
}

.menu-toggle.is-active span:nth-child(3),
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 98px;
  right: 16px;
  left: 16px;
  z-index: 29;
  display: none;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(18, 11, 7, 0.96);
  box-shadow: var(--shadow-dark);
}

.mobile-menu.is-open {
  display: grid;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 138px 22px 128px;
  color: var(--paper);
  isolation: isolate;
}

.hero-bg,
.hero-overlay,
.ambient-grain {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08) brightness(0.78);
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -3;
  background:
    radial-gradient(circle at 76% 28%, rgba(185, 133, 82, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(8, 6, 4, 0.95), rgba(27, 16, 11, 0.76) 48%, rgba(8, 6, 4, 0.44)),
    linear-gradient(0deg, rgba(8, 6, 4, 0.82), transparent 45%);
}

.ambient-grain {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 249, 239, 0.025) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.steam-wrap {
  position: absolute;
  right: max(42px, calc((100vw - 1180px) / 2 + 30px));
  bottom: 28%;
  z-index: -1;
  width: min(360px, 34vw);
  height: 360px;
  pointer-events: none;
}

.steam-wrap span {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 180px;
  border-radius: 999px;
  background: linear-gradient(transparent, rgba(255, 249, 239, 0.42), transparent);
  filter: blur(0.4px);
  opacity: 0.58;
  animation: steamRise 5.8s ease-in-out infinite;
}

.steam-wrap span:nth-child(1) {
  left: 22%;
}

.steam-wrap span:nth-child(2) {
  left: 42%;
  height: 230px;
  animation-delay: 1s;
}

.steam-wrap span:nth-child(3) {
  left: 61%;
  height: 200px;
  animation-delay: 1.8s;
}

.steam-wrap span:nth-child(4) {
  left: 76%;
  height: 150px;
  animation-delay: 2.6s;
}

@keyframes steamRise {
  0%,
  100% {
    opacity: 0.18;
    transform: translateY(18px) translateX(0) rotate(0deg);
  }

  45% {
    opacity: 0.58;
  }

  70% {
    transform: translateY(-54px) translateX(22px) rotate(9deg);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-top: 26px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--caramel-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: 0;
}

h1 {
  max-width: 890px;
  margin-bottom: 24px;
  color: var(--paper);
  font-size: clamp(3.55rem, 8vw, 7.6rem);
  font-weight: 600;
  line-height: 0.94;
}

h1 span,
.split-heading h2 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  color: var(--espresso);
  font-size: clamp(2.55rem, 5vw, 5.6rem);
  font-weight: 600;
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.32rem, 2.3vw, 1.9rem);
  font-weight: 600;
  line-height: 1.08;
}

.hero-content p:not(.eyebrow) {
  max-width: 615px;
  color: rgba(255, 249, 239, 0.78);
  font-size: clamp(1.06rem, 2vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 24px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.3), transparent 80%);
  content: "";
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:active,
.visit-pill:active,
.menu-toggle:active,
.mobile-menu a:active,
.nav-links a:active {
  border-color: rgba(216, 177, 106, 0.58);
  box-shadow: 0 12px 34px rgba(216, 177, 106, 0.14);
  transform: translateY(0) scale(0.98);
}

.button:hover::after,
.button:focus-visible::after {
  transform: translateX(120%);
}

.button.primary {
  background: linear-gradient(135deg, var(--espresso), var(--coffee));
  color: var(--paper);
  box-shadow: 0 18px 42px rgba(39, 22, 12, 0.22);
}

.hero .button.primary {
  border-color: rgba(255, 249, 239, 0.26);
  background: linear-gradient(135deg, var(--paper), var(--caramel-soft));
  color: var(--espresso);
}

.button.ghost {
  border-color: rgba(255, 249, 239, 0.34);
  background: rgba(255, 249, 239, 0.06);
  color: var(--paper);
}

.hero-card {
  position: absolute;
  right: max(22px, calc((100vw - 1180px) / 2));
  top: 172px;
  z-index: 2;
  width: min(270px, calc(100% - 44px));
  border: 1px solid rgba(255, 249, 239, 0.18);
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(18, 11, 7, 0.58);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(18px);
}

.hero-card img {
  width: 160px;
  margin-bottom: 18px;
}

.hero-card span {
  display: block;
  color: rgba(255, 249, 239, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-card strong {
  color: var(--paper);
}

.hero-stats {
  position: absolute;
  right: max(22px, calc((100vw - 1180px) / 2));
  bottom: 54px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(112px, 1fr));
  gap: 12px;
  width: min(545px, calc(100% - 44px));
}

.hero-stats article {
  border: 1px solid rgba(255, 249, 239, 0.17);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(18, 11, 7, 0.46);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.hero-stats strong {
  display: block;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1;
}

.hero-stats span {
  color: rgba(255, 249, 239, 0.66);
  font-size: 0.82rem;
  font-weight: 700;
}

.section {
  position: relative;
  padding: clamp(78px, 9vw, 122px) 22px;
  scroll-margin-top: 104px;
}

.section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 44px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(62, 38, 25, 0.18), transparent);
  content: "";
  transform: translateX(-50%);
}

.section-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.signature,
.contact {
  background: var(--paper);
}

.location-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(34px, 6vw, 68px);
  align-items: start;
}

.section-heading {
  position: sticky;
  top: 124px;
}

.center-heading > p,
.location-copy > p,
.contact p,
.footer p,
li {
  color: var(--muted);
}

.contact-form,
.info-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 249, 239, 0.74)),
    var(--paper);
  box-shadow: 0 16px 44px rgba(61, 35, 20, 0.08);
}

.menu-card p,
.signature p {
  margin-bottom: 0;
  color: var(--muted);
}

.menu,
.gallery {
  background: var(--cream);
}

.center-heading {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.center-heading .eyebrow {
  justify-content: center;
}

.center-heading .eyebrow::after {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.menu-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.menu-filters button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 17px;
  background: rgba(255, 249, 239, 0.68);
  color: var(--coffee);
  cursor: pointer;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.menu-filters button:hover,
.menu-filters button:focus-visible {
  transform: translateY(-1px);
}

.menu-filters button[aria-pressed="true"] {
  background: var(--espresso);
  color: var(--paper);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.menu-card {
  overflow: hidden;
  border: 1px solid rgba(62, 38, 25, 0.08);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.menu-card:hover {
  box-shadow: 0 30px 86px rgba(61, 35, 20, 0.22);
  transform: translateY(-6px);
}

.menu-card.is-hidden {
  display: none;
}

.menu-card img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  transition: transform 500ms ease;
}

.menu-card:hover img {
  transform: scale(1.04);
}

.menu-card div {
  position: relative;
  min-height: 214px;
  padding: 24px;
}

.menu-card span,
.signature span,
.info-list span,
.contact-links span {
  color: var(--caramel);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-card strong {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--coffee);
  font-size: 0.9rem;
  font-weight: 700;
}

.menu-card h3 {
  padding-right: 86px;
}

.luxury-band {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 34px 22px;
  background: var(--espresso);
  color: rgba(255, 249, 239, 0.74);
  text-align: center;
}

.luxury-band span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 168, 117, 0.6));
}

.luxury-band span:last-child {
  background: linear-gradient(90deg, rgba(212, 168, 117, 0.6), transparent);
}

.luxury-band p {
  margin: 0;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  line-height: 1.1;
}

.split-heading {
  max-width: 800px;
  margin-bottom: 38px;
}

.signature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.signature-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: 0 18px 54px rgba(61, 35, 20, 0.08);
}

.signature-grid img {
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

.signature-grid div {
  padding: 24px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 238px;
  gap: 14px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(61, 35, 20, 0.1);
  filter: saturate(0.88) contrast(1.05);
  transition: transform 420ms ease, filter 420ms ease;
}

.gallery-grid img:hover {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.015);
}

.gallery-grid img:first-child,
.gallery-grid img:nth-child(4) {
  grid-row: span 2;
}

.gallery-grid img:nth-child(3) {
  grid-column: span 2;
}

.location {
  background:
    radial-gradient(circle at 12% 10%, rgba(185, 133, 82, 0.13), transparent 28%),
    linear-gradient(135deg, var(--cream), #efe0cc);
}

.location-copy {
  padding-top: 12px;
}

.info-list {
  display: grid;
  gap: 14px;
  margin: 30px 0;
}

.info-list article {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.info-list strong {
  color: var(--espresso);
}

iframe {
  width: 100%;
  min-height: 480px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  filter: sepia(0.2) saturate(0.82) contrast(0.94);
}

.contact-links {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.contact-links a {
  display: grid;
  gap: 3px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  font-weight: 700;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.socials a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--coffee);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--cream);
}

label {
  display: grid;
  gap: 7px;
  color: var(--coffee);
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(62, 38, 25, 0.16);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 249, 239, 0.86);
  color: var(--espresso);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus,
textarea:focus {
  border-color: rgba(185, 133, 82, 0.68);
  box-shadow: 0 0 0 4px rgba(185, 133, 82, 0.14);
}

input {
  min-height: 50px;
}

textarea {
  min-height: 146px;
  resize: vertical;
}

.footer {
  background:
    linear-gradient(180deg, var(--espresso), var(--black));
  color: var(--paper);
  padding: 68px 22px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.65fr 0.65fr;
  gap: 34px;
}

.footer img {
  width: 190px;
  margin-bottom: 18px;
}

.footer h3 {
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 0.96rem;
}

ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .socials a {
  border-color: rgba(255, 249, 239, 0.16);
  color: rgba(255, 249, 239, 0.76);
}

.footer-bottom {
  display: flex;
  width: min(1180px, 100%);
  justify-content: space-between;
  gap: 16px;
  margin: 48px auto 0;
  border-top: 1px solid rgba(255, 249, 239, 0.14);
  padding-top: 22px;
  color: rgba(255, 249, 239, 0.62);
  font-size: 0.88rem;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  max-width: 340px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: var(--espresso);
  color: var(--paper);
  box-shadow: var(--shadow-dark);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.menu-page-hero {
  position: relative;
  display: grid;
  min-height: 62svh;
  align-items: end;
  overflow: hidden;
  padding: 150px 22px 76px;
  color: var(--paper);
  isolation: isolate;
}

.menu-page-hero-bg,
.menu-page-hero-overlay {
  position: absolute;
  inset: 0;
}

.menu-page-hero-bg {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.08) brightness(0.74);
  transform: scale(1.02);
}

.menu-page-hero-overlay {
  z-index: -3;
  background:
    radial-gradient(circle at 75% 20%, rgba(185, 133, 82, 0.24), transparent 28%),
    linear-gradient(90deg, rgba(8, 6, 4, 0.95), rgba(27, 16, 11, 0.78) 52%, rgba(8, 6, 4, 0.42)),
    linear-gradient(0deg, rgba(8, 6, 4, 0.74), transparent 48%);
}

.menu-page-hero-content {
  position: relative;
  z-index: 2;
}

.menu-page-hero h1 {
  max-width: 620px;
  margin-bottom: 18px;
}

.menu-page-hero p:not(.eyebrow) {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 249, 239, 0.78);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.menu-catalog {
  background:
    radial-gradient(circle at 15% 6%, rgba(185, 133, 82, 0.2), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(212, 168, 117, 0.12), transparent 26%),
    linear-gradient(180deg, #100a07, #080604 62%, #120c08);
  color: var(--paper);
}

.menu-toolbar {
  position: sticky;
  top: 104px;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(212, 168, 117, 0.34);
  border-radius: var(--radius);
  padding: 18px;
  background:
    radial-gradient(circle at 15% 0%, rgba(212, 168, 117, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(255, 247, 232, 0.045), rgba(255, 247, 232, 0.018)),
    rgba(17, 10, 7, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 232, 0.08),
    0 28px 86px rgba(0, 0, 0, 0.38),
    0 0 24px rgba(212, 168, 117, 0.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  backdrop-filter: blur(18px) saturate(1.12);
}

.menu-search {
  display: grid;
  gap: 8px;
}

.menu-search span {
  color: var(--caramel-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-search input {
  min-height: 50px;
  color: var(--paper);
  border: 1px solid rgba(212, 168, 117, 0.34);
  border-radius: 999px;
  padding: 0 18px;
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.055), rgba(212, 168, 117, 0.035)),
    rgba(8, 6, 4, 0.66);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.menu-search input::placeholder {
  color: rgba(255, 249, 239, 0.5);
}

.menu-search input:focus {
  border-color: rgba(212, 168, 117, 0.8);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.07), rgba(212, 168, 117, 0.05)),
    rgba(8, 6, 4, 0.78);
  box-shadow: 0 0 0 4px rgba(212, 168, 117, 0.12);
}

.menu-toolbar > p {
  justify-self: end;
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(255, 249, 239, 0.72);
  font-weight: 700;
  text-align: right;
}

.menu-catalog-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 28px 0 18px;
  color: rgba(255, 249, 239, 0.66);
  font-size: 0.92rem;
  font-weight: 700;
}

.menu-catalog-meta p {
  margin-bottom: 0;
}

.menu-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  grid-auto-rows: auto;
  gap: 24px;
}

.menu-category-card {
  align-self: start;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 168, 117, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 249, 239, 0.065), rgba(185, 133, 82, 0.045)),
    rgba(27, 16, 11, 0.86);
  box-shadow: var(--shadow-dark);
  animation: fadeUp 650ms ease forwards;
  animation-delay: var(--delay, 0ms);
  opacity: 0;
  transform: translateY(16px);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.menu-category-card:hover,
.menu-category-card.is-open {
  border-color: rgba(212, 168, 117, 0.58);
  box-shadow: 0 30px 92px rgba(0, 0, 0, 0.46), 0 0 34px rgba(212, 168, 117, 0.14);
  transform: translateY(-6px);
}

.menu-category-card:has(.menu-category-trigger:active) {
  border-color: rgba(212, 168, 117, 0.72);
  box-shadow: 0 20px 62px rgba(0, 0, 0, 0.42), 0 0 26px rgba(212, 168, 117, 0.18);
  transform: translateY(-2px) scale(0.992);
}

.menu-category-trigger {
  display: grid;
  grid-template-columns: minmax(150px, 0.82fr) minmax(0, 1.18fr);
  width: 100%;
  height: clamp(286px, 23vw, 336px);
  min-height: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.menu-category-media {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 0;
}

.menu-category-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 20%, rgba(8, 6, 4, 0.54)),
    radial-gradient(circle at 68% 22%, rgba(212, 168, 117, 0.18), transparent 28%);
}

.menu-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08);
  transition: transform 520ms ease, filter 520ms ease;
}

.menu-category-card:hover img,
.menu-category-card.is-open img {
  filter: saturate(1.04) contrast(1.08);
  transform: scale(1.055);
}

.menu-category-content {
  display: grid;
  height: 100%;
  align-content: stretch;
  grid-template-rows: auto minmax(0, auto) minmax(0, 1fr) auto;
  gap: 13px;
  min-width: 0;
  overflow: visible;
  padding: clamp(22px, 3vw, 34px);
}

.menu-category-kicker {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 168, 117, 0.24);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(212, 168, 117, 0.08);
  color: var(--caramel-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.menu-category-title {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  overflow-wrap: normal;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.35vw, 3.35rem);
  font-weight: 600;
  line-height: 0.98;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
}

.menu-category-card[data-category="hot-chocolate"] .menu-category-title,
.menu-category-card[data-category="signature-mocktails"] .menu-category-title {
  font-size: clamp(1.92rem, 3vw, 3rem);
  line-height: 1;
}

@media (min-width: 700px) {
  .menu-category-card[data-category="hot-chocolate"] .menu-category-title,
  .menu-category-card[data-category="signature-mocktails"] .menu-category-title {
    font-size: clamp(1.78rem, 2.4vw, 2.6rem);
  }

  .menu-category-card[data-category="refreshers"] .menu-category-title,
  .menu-category-card[data-category="sandwiches"] .menu-category-title {
    font-size: clamp(1.9rem, 2.35vw, 2.35rem);
    line-height: 1;
  }
}

@media (min-width: 700px) and (max-width: 900px) {
  .menu-category-card[data-category="hot-chocolate"] .menu-category-title,
  .menu-category-card[data-category="signature-mocktails"] .menu-category-title {
    font-size: 1.4rem;
  }

  .menu-category-card[data-category="refreshers"] .menu-category-title,
  .menu-category-card[data-category="sandwiches"] .menu-category-title {
    font-size: 1.25rem;
  }
}

.menu-category-subtitle {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 249, 239, 0.72);
  font-size: 1rem;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.45;
}

.menu-category-action {
  display: inline-flex;
  width: max-content;
  align-self: end;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(212, 168, 117, 0.38);
  border-radius: 999px;
  padding: 10px 14px 10px 18px;
  background: rgba(212, 168, 117, 0.11);
  color: var(--paper);
  font-size: 0.88rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.menu-category-card:hover .menu-category-action,
.menu-category-card.is-open .menu-category-action {
  border-color: rgba(212, 168, 117, 0.8);
  background: var(--caramel-soft);
  color: var(--black);
}

.menu-category-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  transition: transform 220ms ease;
}

.menu-category-icon::before,
.menu-category-icon::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.menu-category-icon::after {
  transform: rotate(90deg);
  transition: opacity 180ms ease;
}

.menu-category-card.is-open .menu-category-icon {
  transform: rotate(180deg);
}

.menu-category-card.is-open .menu-category-icon::after {
  opacity: 0;
}

.menu-category-panel {
  display: grid;
  grid-template-rows: 0fr;
  border-top: 1px solid rgba(212, 168, 117, 0.22);
  background:
    linear-gradient(180deg, rgba(8, 6, 4, 0.22), rgba(8, 6, 4, 0.38)),
    rgba(18, 12, 8, 0.72);
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition: grid-template-rows 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, transform 220ms ease;
}

.menu-category-card.is-open .menu-category-panel {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

.menu-category-panel-inner {
  min-height: 0;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
}

.menu-category-note {
  margin: 0 0 16px;
  border: 1px solid rgba(212, 168, 117, 0.28);
  border-radius: var(--radius);
  padding: 12px 14px;
  background: rgba(212, 168, 117, 0.09);
  color: var(--caramel-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.menu-subgroup-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 12px;
  color: var(--caramel-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-subgroup-title::before,
.menu-subgroup-title::after {
  flex: 1;
  height: 1px;
  background: rgba(212, 168, 117, 0.28);
  content: "";
}

.menu-item-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.menu-item-list li {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(212, 168, 117, 0.18);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: rgba(255, 249, 239, 0.045);
  color: rgba(255, 249, 239, 0.86);
  cursor: pointer;
  font-weight: 700;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.menu-item-list li.has-description {
  align-items: flex-start;
  min-height: 96px;
}

.menu-item-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  min-height: 44px;
  align-items: start;
  gap: 16px;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.menu-item-list li > span,
.menu-item-button > span {
  display: grid;
  gap: 5px;
}

.menu-item-list small {
  max-width: 48ch;
  color: rgba(255, 249, 239, 0.68);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
}

.menu-item-list li:hover {
  border-color: rgba(212, 168, 117, 0.48);
  background: rgba(255, 249, 239, 0.075);
  transform: translateY(-2px);
}

.menu-item-list li:has(.menu-item-button:active) {
  border-color: rgba(216, 177, 106, 0.58);
  background:
    linear-gradient(135deg, rgba(216, 177, 106, 0.13), rgba(255, 249, 239, 0.055)),
    rgba(35, 24, 18, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 249, 239, 0.1),
    0 0 22px rgba(216, 177, 106, 0.12);
  transform: translateY(0) scale(0.988);
}

.menu-item-button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
  border-radius: 14px;
}

.menu-item-list strong,
.menu-item-button strong {
  min-width: max-content;
  color: var(--caramel-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.menu-preview {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-preview);
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  width: min(320px, calc(100vw - 24px));
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 177, 106, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(255, 247, 232, 0.15), rgba(255, 247, 232, 0.045)),
    rgba(24, 16, 11, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(216, 177, 106, 0.11),
    0 28px 76px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(216, 177, 106, 0.16);
  -webkit-backdrop-filter: blur(24px) saturate(1.42);
  backdrop-filter: blur(24px) saturate(1.42);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.menu-preview.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-preview img {
  width: 96px;
  height: 96px;
  border-radius: 16px;
  object-fit: cover;
  background: rgba(11, 7, 5, 0.74);
  opacity: 1;
  transition: opacity 160ms ease;
}

.menu-preview.is-loading img {
  opacity: 0;
}

.menu-preview::before {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 96px;
  height: 96px;
  border-radius: 16px;
  background:
    linear-gradient(110deg, transparent 22%, rgba(255, 247, 232, 0.12), transparent 78%),
    radial-gradient(circle at 50% 38%, rgba(216, 177, 106, 0.18), transparent 42%),
    rgba(11, 7, 5, 0.74);
  background-size: 220% 100%, auto, auto;
  content: "";
  opacity: 0;
  pointer-events: none;
}

.menu-preview.is-loading::before {
  opacity: 1;
  animation: menuImageShimmer 1.1s ease-in-out infinite;
}

.menu-preview-content {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 5px;
}

.menu-preview h3 {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.06;
}

.menu-preview strong {
  color: var(--gold);
  font-size: 0.86rem;
}

.menu-preview p {
  display: -webkit-box;
  overflow: hidden;
  color: #D8C3A5;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.menu-preview.glass-card {
  position: fixed !important;
}

.menu-preview:hover,
.menu-preview:focus-visible {
  border-color: rgba(216, 177, 106, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(216, 177, 106, 0.13),
    0 32px 82px rgba(0, 0, 0, 0.54),
    0 0 38px rgba(216, 177, 106, 0.2);
  outline: none;
}

.menu-preview:active {
  border-color: rgba(216, 177, 106, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 20px 58px rgba(0, 0, 0, 0.5),
    0 0 28px rgba(216, 177, 106, 0.18);
  transform: translateY(1px) scale(0.992);
}

.menu-modal-open {
  overflow: hidden;
}

.menu-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal-backdrop);
  display: grid;
  place-items: center;
  padding: 24px;
  padding-top: max(24px, env(safe-area-inset-top));
  padding-bottom: max(24px, env(safe-area-inset-bottom));
  background:
    radial-gradient(circle at 50% 16%, rgba(216, 177, 106, 0.1), transparent 34%),
    rgba(8, 5, 3, 0.64);
  -webkit-backdrop-filter: blur(6px) saturate(1.1);
  backdrop-filter: blur(6px) saturate(1.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0ms linear 220ms;
}

.menu-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0ms;
}

.menu-modal-overlay.is-preparing {
  opacity: 0;
  visibility: visible;
  transition: none;
}

.menu-modal-overlay.is-closing {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

.menu-modal {
  position: relative;
  display: grid;
  z-index: var(--z-modal);
  grid-template-columns: minmax(360px, 0.52fr) minmax(0, 0.48fr);
  grid-template-rows: auto minmax(0, 1fr);
  width: min(94vw, 1440px);
  max-height: min(90dvh, 860px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 177, 106, 0.19), transparent 38%),
    linear-gradient(145deg, rgba(255, 247, 232, 0.13), rgba(255, 247, 232, 0.035)),
    var(--glass-modal-surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(216, 177, 106, 0.12),
    0 38px 110px rgba(0, 0, 0, 0.58),
    0 0 48px rgba(216, 177, 106, 0.16);
  -webkit-backdrop-filter: blur(var(--glass-blur-strong)) saturate(1.42);
  backdrop-filter: blur(var(--glass-blur-strong)) saturate(1.42);
  color: var(--paper);
  opacity: 0;
  transform: translateY(12px) scale(0.985);
}

.menu-modal.glass-card {
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-modal-overlay.is-open .menu-modal {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.menu-modal.is-preparing {
  opacity: 0;
  transform: translateY(12px) scale(0.985);
  transition: none;
}

.menu-modal-overlay.is-closing .menu-modal {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
}

.menu-modal:focus {
  outline: none;
}

.menu-modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-column: 2;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(212, 168, 95, 0.16);
  padding: 16px clamp(28px, 4vw, 44px);
  background:
    linear-gradient(145deg, rgba(255, 247, 232, 0.12), rgba(255, 247, 232, 0.035)),
    rgba(24, 16, 11, 0.82);
  -webkit-backdrop-filter: blur(18px) saturate(1.28);
  backdrop-filter: blur(18px) saturate(1.28);
}

.menu-modal.is-dragging,
.menu-modal-overlay.is-dragging {
  user-select: none;
}

.menu-modal.is-dragging {
  cursor: grabbing;
  transition: none !important;
  will-change: transform;
}

.menu-modal-overlay.is-dragging {
  transition: none !important;
}

.menu-modal.is-snapping-back,
.menu-modal.is-dismissing {
  will-change: transform;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease !important;
}

.menu-modal-overlay.is-snapping-back,
.menu-modal-overlay.is-dismissing {
  transition: opacity 220ms ease, visibility 220ms ease !important;
}

.menu-modal-handle {
  display: none;
}

.menu-modal-header-text {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.menu-modal-header-text span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-modal-header-text strong {
  max-width: 28ch;
  overflow: visible;
  overflow-wrap: normal;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.08;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
}

.menu-modal-close {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 247, 232, 0.2);
  border-radius: 999px;
  padding: 0 16px;
  background:
    linear-gradient(145deg, rgba(255, 247, 232, 0.13), rgba(255, 247, 232, 0.04)),
    rgba(11, 7, 5, 0.58);
  color: var(--paper);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 12px 30px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  font-weight: 700;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.menu-modal-close:hover,
.menu-modal-close:focus-visible {
  border-color: rgba(212, 168, 95, 0.72);
  background: var(--gold);
  color: var(--text-dark);
  outline: none;
}

.menu-modal-close:active {
  background: rgba(216, 177, 106, 0.16);
  color: var(--paper);
  transform: scale(0.96);
}

.menu-modal-media {
  grid-column: 1;
  grid-row: 1 / span 2;
  position: relative;
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  min-height: 0;
  height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(216, 177, 106, 0.18), transparent 42%),
    rgba(11, 7, 5, 0.52);
  touch-action: pan-y pinch-zoom;
}

.menu-modal-media::before {
  position: absolute;
  inset: -24px;
  z-index: 0;
  background-image: var(--gallery-backdrop-image, none);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(22px) saturate(0.95);
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 180ms ease;
}

.menu-modal-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(110deg, transparent 24%, rgba(255, 247, 232, 0.11), transparent 76%),
    radial-gradient(circle at 50% 42%, rgba(216, 177, 106, 0.18), transparent 38%),
    rgba(11, 7, 5, 0.64);
  background-size: 220% 100%, auto, auto;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.menu-modal-media.is-loading::after {
  opacity: 1;
  animation: menuImageShimmer 1.1s ease-in-out infinite;
}

@keyframes menuImageShimmer {
  0% {
    background-position: 130% 0, center, center;
  }

  100% {
    background-position: -130% 0, center, center;
  }
}

.menu-modal-media.is-contain-image::before {
  opacity: 0.34;
}

.product-gallery__viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}

.product-gallery__track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.menu-modal-media.is-dragging .product-gallery__track,
.menu-modal-media.is-instant .product-gallery__track {
  transition: none;
}

.product-gallery__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.product-gallery__slide img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: var(--image-fit, cover);
  object-position: var(--image-position-desktop, 50% 50%);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  user-select: none;
  -webkit-user-drag: none;
}

.menu-modal-media.is-loading .product-gallery__track {
  opacity: 0;
}

.menu-modal-media:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -6px;
}

.menu-gallery-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 247, 232, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 247, 232, 0.18), rgba(255, 247, 232, 0.05)),
    rgba(11, 7, 5, 0.58);
  color: var(--paper);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  opacity: 0;
  transform: translate3d(0, -50%, 0) scale(0.94);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.menu-gallery-control[hidden],
.menu-gallery-dots[hidden] {
  display: none;
}

.menu-gallery-control--prev {
  left: 14px;
}

.menu-gallery-control--next {
  right: 14px;
}

.menu-modal-media.has-multiple-images:hover .menu-gallery-control,
.menu-modal-media.has-multiple-images:focus-within .menu-gallery-control {
  opacity: 1;
  transform: translate3d(0, -50%, 0) scale(1);
}

.menu-gallery-control:hover,
.menu-gallery-control:focus-visible {
  border-color: rgba(216, 177, 106, 0.72);
  background: var(--gold);
  color: var(--text-dark);
  outline: none;
}

.menu-gallery-dots {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.menu-gallery-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 247, 232, 0.42);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, background 180ms ease;
}

.menu-gallery-dots span.is-active {
  background: var(--gold);
  transform: scale(1.28);
}

.menu-gallery-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.menu-modal-body {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  align-content: start;
  gap: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: clamp(28px, 4vw, 44px);
}

.menu-modal-body > * {
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-modal-overlay.is-open .menu-modal-body > * {
  opacity: 1;
  transform: translateY(0);
}

.menu-modal-overlay.is-open .menu-modal-body > :nth-child(1),
.menu-modal-overlay.is-open .menu-modal-body > :nth-child(2) {
  transition-delay: 0ms;
}

.menu-modal-overlay.is-open .menu-modal-body > :nth-child(3),
.menu-modal-overlay.is-open .menu-modal-body > :nth-child(4),
.menu-modal-overlay.is-open .menu-modal-body > :nth-child(5) {
  transition-delay: 30ms;
}

.menu-modal-overlay.is-open .menu-modal-body > :nth-child(n + 6) {
  transition-delay: 60ms;
}

.menu-modal-overlay.is-closing .menu-modal-body > * {
  opacity: 0;
  transform: translateY(4px);
  transition-delay: 0ms;
}

.menu-modal-category {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-modal-title {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 6vw, 4.8rem);
  font-weight: 600;
  line-height: 0.96;
}

.menu-modal-price {
  width: max-content;
  border: 1px solid rgba(212, 168, 95, 0.44);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(212, 168, 95, 0.12);
  color: var(--gold-light);
  font-weight: 700;
}

.menu-modal-description,
.menu-modal-block p,
.menu-modal-list,
.menu-modal-note {
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.65;
}

.menu-modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.menu-modal-tags span {
  border: 1px solid rgba(255, 247, 232, 0.16);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 247, 232, 0.07);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 700;
}

.menu-modal-block {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(212, 168, 95, 0.18);
  padding-top: 16px;
}

.menu-modal-block h3 {
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-modal-list {
  display: grid;
  gap: 6px;
  padding-left: 18px;
}

.menu-modal-options .menu-modal-list {
  padding-left: 0;
  list-style: none;
}

.menu-modal-options .menu-modal-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(212, 168, 95, 0.18);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(255, 249, 239, 0.045);
}

.menu-modal-options .menu-modal-list span {
  color: var(--text-muted);
  font-weight: 700;
}

.menu-modal-options .menu-modal-list strong {
  color: var(--caramel-soft);
  font-weight: 700;
}

.menu-modal-note {
  border-left: 2px solid rgba(212, 168, 95, 0.5);
  padding-left: 12px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.empty-menu-state {
  border: 1px solid rgba(212, 168, 117, 0.28);
  border-radius: var(--radius);
  padding: 54px 22px;
  background: rgba(27, 16, 11, 0.72);
  text-align: center;
}

.empty-menu-state h2 {
  margin-bottom: 10px;
  color: var(--paper);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.empty-menu-state p {
  margin-bottom: 0;
  color: rgba(255, 249, 239, 0.68);
}


.pf-page {
  min-height: 100svh;
  background: var(--black);
}

.pf-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 126px 22px 54px;
  color: var(--paper);
  isolation: isolate;
}

.pf-hero-bg,
.pf-overlay,
.pf-grain {
  position: absolute;
  inset: 0;
}

.pf-hero-bg {
  z-index: -5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.12) brightness(0.64);
  transform: scale(1.03);
}

.pf-overlay {
  z-index: -4;
  background:
    radial-gradient(circle at 78% 30%, rgba(185, 133, 82, 0.22), transparent 28%),
    radial-gradient(circle at 16% 78%, rgba(212, 168, 117, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(8, 6, 4, 0.96), rgba(27, 16, 11, 0.78) 54%, rgba(8, 6, 4, 0.48)),
    linear-gradient(0deg, rgba(8, 6, 4, 0.86), transparent 48%);
}

.pf-grain {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 249, 239, 0.026) 1px, transparent 1px);
  background-size: 84px 84px;
  pointer-events: none;
}

.pf-steam {
  position: absolute;
  right: max(30px, calc((100vw - 1180px) / 2 + 24px));
  bottom: 16%;
  z-index: -1;
  width: min(360px, 36vw);
  height: 430px;
  opacity: 0.74;
  pointer-events: none;
}

.pf-steam span {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 190px;
  border-radius: 999px;
  background: linear-gradient(transparent, rgba(255, 249, 239, 0.42), transparent);
  animation: steamRise 6.4s ease-in-out infinite;
}

.pf-steam span:nth-child(1) {
  left: 18%;
}

.pf-steam span:nth-child(2) {
  left: 38%;
  height: 250px;
  animation-delay: 1.1s;
}

.pf-steam span:nth-child(3) {
  left: 58%;
  height: 215px;
  animation-delay: 2s;
}

.pf-steam span:nth-child(4) {
  left: 78%;
  height: 165px;
  animation-delay: 2.9s;
}

.pf-nav {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 8;
  display: flex;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(245, 234, 220, 0.2);
  border-radius: 999px;
  padding: 10px 12px 10px 22px;
  background: rgba(12, 8, 5, 0.68);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
}

.pf-brand {
  display: grid;
  line-height: 0.9;
}

.pf-brand span {
  color: rgba(255, 249, 239, 0.74);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pf-brand strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.pf-instagram-top {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 249, 239, 0.25);
  border-radius: 999px;
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--paper), var(--caramel-soft));
  color: var(--espresso);
  font-weight: 700;
}

.pf-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.62fr);
  width: min(1180px, 100%);
  gap: clamp(30px, 6vw, 72px);
  align-items: end;
  margin: 0 auto;
}

.pf-copy h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(4rem, 9vw, 8.4rem);
  font-weight: 600;
  line-height: 0.96;
}

.pf-subtitle {
  max-width: 700px;
  margin-bottom: 14px;
  color: var(--caramel-soft);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 600;
  line-height: 1.02;
}

.pf-text {
  max-width: 620px;
  color: rgba(255, 249, 239, 0.72);
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
}

.pf-form {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin-top: 34px;
  border: 1px solid rgba(255, 249, 239, 0.16);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(18, 11, 7, 0.54);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(18px);
}

.pf-form > span {
  color: rgba(255, 249, 239, 0.76);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pf-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
}

.pf-form input {
  min-height: 54px;
  border-color: rgba(255, 249, 239, 0.16);
  background: rgba(255, 249, 239, 0.1);
  color: var(--paper);
}

.pf-form input::placeholder {
  color: rgba(255, 249, 239, 0.56);
}

.pf-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.pf-socials a {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 249, 239, 0.18);
  border-radius: 50%;
  background: rgba(255, 249, 239, 0.06);
  color: var(--paper);
  transition: transform 180ms ease, background 180ms ease;
}

.pf-socials a:hover,
.pf-socials a:focus-visible {
  background: rgba(255, 249, 239, 0.12);
  transform: translateY(-2px);
}

.pf-socials svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.pf-panel {
  border: 1px solid rgba(255, 249, 239, 0.16);
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 28px);
  background:
    linear-gradient(180deg, rgba(255, 249, 239, 0.1), rgba(255, 249, 239, 0.04)),
    rgba(18, 11, 7, 0.58);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(20px);
}

.pf-countdown p,
.pf-address span {
  margin: 0 0 14px;
  color: var(--caramel-soft);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pf-time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pf-time-grid span {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 249, 239, 0.14);
  border-radius: var(--radius);
  padding: 16px;
  color: rgba(255, 249, 239, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
}

.pf-time-grid strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3rem);
  line-height: 0.9;
}

.pf-address {
  margin: 26px 0;
  border-top: 1px solid rgba(255, 249, 239, 0.14);
  padding-top: 24px;
}

.pf-address h2 {
  margin-bottom: 8px;
  color: var(--paper);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.pf-address p {
  margin-bottom: 0;
  color: rgba(255, 249, 239, 0.68);
  font-weight: 700;
}

.pf-instagram-button {
  width: 100%;
}

[data-pf-toast] {
  border-color: rgba(255, 249, 239, 0.16);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-group .reveal:nth-child(2) {
  transition-delay: 80ms;
}

.reveal-group .reveal:nth-child(3) {
  transition-delay: 160ms;
}

.reveal-group .reveal:nth-child(4) {
  transition-delay: 60ms;
}

.reveal-group .reveal:nth-child(5) {
  transition-delay: 140ms;
}

.reveal-group .reveal:nth-child(6) {
  transition-delay: 220ms;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .menu-modal,
  .menu-preview,
  .menu-preview::before,
  .menu-modal-media::after {
    transition: none;
    animation: none;
  }
}

@media (max-width: 1040px) {
  .hero-card {
    display: none;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav-links,
  .visit-pill {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .brand,
  .brand img {
    width: 132px;
  }

  .hero {
    padding-bottom: 220px;
  }

  .steam-wrap {
    right: -30px;
    width: 320px;
    opacity: 0.48;
  }

  .hero-stats {
    left: 22px;
    right: 22px;
    width: auto;
  }

  .menu-toolbar {
    position: static;
    grid-template-columns: 1fr;
  }

  .menu-toolbar > p {
    justify-self: start;
    text-align: left;
  }

  .pf-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pf-panel {
    max-width: 620px;
  }

  .pf-form-row {
    grid-template-columns: 1fr;
  }

  .location-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    position: static;
  }

  .menu-grid,
  .signature-grid,
  .menu-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 62px;
    padding-left: 12px;
  }

  .brand,
  .brand img {
    width: 112px;
  }

  .hero {
    min-height: auto;
    padding: 112px 16px 70px;
  }

  .menu-page-hero {
    min-height: 52svh;
    padding: 124px 16px 60px;
  }

  .pf-hero {
    min-height: auto;
    padding: 112px 16px 46px;
  }

  .pf-nav {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 66px;
    padding-left: 16px;
  }

  .pf-instagram-top {
    display: none;
  }

  .pf-brand strong {
    font-size: 1.7rem;
  }

  .pf-copy h1 {
    font-size: clamp(3.5rem, 18vw, 5.2rem);
  }

  .pf-socials {
    justify-content: center;
  }

  .pf-time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  h1 {
    font-size: clamp(3.35rem, 17vw, 5rem);
  }

  h2 {
    font-size: clamp(2.45rem, 13vw, 3.8rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-stats {
    position: relative;
    grid-template-columns: 1fr;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 28px;
  }

  .section {
    padding: 76px 16px;
  }

  .menu-grid,
  .signature-grid,
  .gallery-grid,
  .menu-category-grid {
    grid-template-columns: 1fr;
  }

  .menu-catalog-meta {
    flex-direction: column;
    gap: 4px;
  }

  .menu-category-trigger {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(180px, 0.9fr) minmax(224px, 1fr);
    height: clamp(456px, 126vw, 548px);
  }

  .menu-category-media {
    min-height: 0;
  }

  .menu-category-title {
    font-size: clamp(2.05rem, 11vw, 3.35rem);
  }

  .menu-category-card[data-category="hot-chocolate"] .menu-category-title,
  .menu-category-card[data-category="signature-mocktails"] .menu-category-title {
    font-size: clamp(1.92rem, 9.4vw, 3rem);
  }

  .menu-item-list {
    grid-template-columns: 1fr;
  }

  .menu-item-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .menu-item-button {
    min-height: 48px;
  }

  .menu-preview {
    display: none;
  }

  .menu-modal-title {
    font-size: clamp(2.35rem, 13vw, 3.5rem);
  }

  .gallery-grid {
    grid-auto-rows: 250px;
  }

  .gallery-grid img:first-child,
  .gallery-grid img:nth-child(3),
  .gallery-grid img:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .luxury-band {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  iframe {
    min-height: 360px;
  }
}

/* Premium homepage visual refresh */
.home-page {
  --black: #0B0705;
  --espresso: #120C08;
  --coffee: #8B5A2B;
  --caramel: #D4A85F;
  --caramel-soft: #F1C879;
  --cream: #120C08;
  --paper: #FFF7E8;
  --smoke: #D8C3A5;
  --muted: #BFA68A;
  --line: rgba(212, 168, 95, 0.35);
  --line-dark: rgba(212, 168, 95, 0.35);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --shadow-dark: 0 34px 90px rgba(0, 0, 0, 0.48);
  background:
    radial-gradient(circle at 12% 8%, rgba(212, 168, 95, 0.14), transparent 28%),
    linear-gradient(180deg, #0B0705, #120C08 48%, #0B0705);
  color: var(--paper);
}

.home-page .site-header {
  position: fixed;
  border-color: rgba(212, 168, 95, 0.35);
  background: rgba(11, 7, 5, 0.74);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.42), 0 0 28px rgba(212, 168, 95, 0.08);
}

.home-page .nav-links a {
  position: relative;
  color: #D8C3A5;
  transition: color 180ms ease, background 180ms ease;
}

.home-page .nav-links a::after {
  position: absolute;
  right: 14px;
  bottom: 6px;
  left: 14px;
  height: 2px;
  border-radius: 999px;
  background: #D4A85F;
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-page .nav-links a:hover,
.home-page .nav-links a:focus-visible,
.home-page .nav-links a[aria-current="page"] {
  background: rgba(212, 168, 95, 0.1);
  color: #FFF7E8;
}

.home-page .nav-links a:hover::after,
.home-page .nav-links a:focus-visible::after,
.home-page .nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-page .visit-pill,
.home-page .button.primary {
  border-color: rgba(212, 168, 95, 0.58);
  background: #D4A85F;
  color: #0B0705;
  box-shadow: 0 16px 42px rgba(212, 168, 95, 0.22);
}

.home-page .visit-pill:hover,
.home-page .button.primary:hover,
.home-page .button.primary:focus-visible {
  background: #F1C879;
  box-shadow: 0 18px 54px rgba(212, 168, 95, 0.34);
}

.home-page .button.ghost {
  border-color: rgba(212, 168, 95, 0.45);
  background: rgba(27, 18, 12, 0.68);
  color: #FFF7E8;
}

.home-page .hero {
  background: #0B0705;
}

.home-page .hero-bg {
  filter: saturate(0.82) contrast(1.16) brightness(0.58);
}

.home-page .hero-overlay {
  background:
    radial-gradient(circle at 76% 24%, rgba(212, 168, 95, 0.2), transparent 30%),
    radial-gradient(circle at 14% 78%, rgba(139, 90, 43, 0.22), transparent 32%),
    linear-gradient(90deg, rgba(11, 7, 5, 0.98), rgba(18, 12, 8, 0.86) 50%, rgba(11, 7, 5, 0.58)),
    linear-gradient(0deg, rgba(11, 7, 5, 0.9), transparent 48%);
}

.home-page .hero-content h1,
.home-page h1,
.home-page h2,
.home-page h3 {
  color: #FFF7E8;
}

.home-page .hero-content p:not(.eyebrow),
.home-page .center-heading > p,
.home-page .location-copy > p,
.home-page .contact p,
.home-page .footer p,
.home-page li {
  color: #D8C3A5;
}

.home-page .eyebrow,
.home-page .menu-card span,
.home-page .signature span,
.home-page .info-list span,
.home-page .contact-links span {
  color: #D4A85F;
}

.home-page .hero-card,
.home-page .hero-stats article,
.home-page .menu-card,
.home-page .signature-grid article,
.home-page .info-list article,
.home-page .contact-form,
.home-page .home-review-grid article {
  border-color: rgba(212, 168, 95, 0.35);
  background:
    linear-gradient(145deg, rgba(255, 247, 232, 0.06), rgba(212, 168, 95, 0.04)),
    rgba(27, 18, 12, 0.92);
  box-shadow: 0 24px 78px rgba(0, 0, 0, 0.36);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.home-page .hero-card:hover,
.home-page .hero-stats article:hover,
.home-page .menu-card:hover,
.home-page .signature-grid article:hover,
.home-page .info-list article:hover,
.home-page .contact-form:hover,
.home-page .home-review-grid article:hover {
  border-color: rgba(212, 168, 95, 0.62);
  box-shadow: 0 30px 92px rgba(0, 0, 0, 0.46), 0 0 32px rgba(212, 168, 95, 0.14);
  transform: translateY(-5px);
}

.home-page .hero-card span,
.home-page .hero-stats span,
.home-page .menu-card p,
.home-page .signature p,
.home-page .footer-bottom {
  color: #BFA68A;
}

.home-page .menu,
.home-page .signature,
.home-page .gallery,
.home-page .location,
.home-page .contact,
.home-page .reviews-preview {
  background:
    radial-gradient(circle at 10% 4%, rgba(212, 168, 95, 0.12), transparent 26%),
    linear-gradient(180deg, #120C08, #0B0705);
}

.home-page .section::before {
  background: linear-gradient(90deg, transparent, rgba(212, 168, 95, 0.35), transparent);
}

.home-page .menu-filters button {
  border-color: rgba(212, 168, 95, 0.35);
  background: rgba(27, 18, 12, 0.74);
  color: #D8C3A5;
}

.home-page .menu-filters button[aria-pressed="true"],
.home-page .menu-filters button:hover,
.home-page .menu-filters button:focus-visible {
  background: #D4A85F;
  color: #0B0705;
}

.home-page .menu-card {
  background: #1B120C;
}

.home-page .menu-card img,
.home-page .signature-grid img,
.home-page .gallery-grid img {
  filter: saturate(0.94) contrast(1.1) brightness(0.88);
}

.home-page .menu-card strong {
  border: 1px solid rgba(212, 168, 95, 0.4);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(212, 168, 95, 0.14);
  color: #F1C879;
}

.home-page .menu-preview-action,
.home-page .gallery-action,
.home-page .reviews-preview-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.home-page .signature-grid article {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  min-height: 320px;
}

.home-page .signature-grid {
  grid-template-columns: 1fr;
}

.home-page .signature-grid img {
  height: 100%;
  aspect-ratio: auto;
}

.home-page .signature-grid div {
  display: grid;
  align-content: center;
}

.home-page .gallery-grid figure {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  margin: 0;
  border: 1px solid rgba(212, 168, 95, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.home-page .gallery-grid figure:first-child,
.home-page .gallery-grid figure:nth-child(4) {
  grid-row: span 2;
}

.home-page .gallery-grid figure:nth-child(3) {
  grid-column: span 2;
}

.home-page .gallery-grid img {
  border-radius: 0;
  box-shadow: none;
}

.home-page .gallery-grid figure:hover img {
  filter: saturate(1.05) contrast(1.12) brightness(0.94);
  transform: scale(1.055);
}

.home-page .gallery-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  border: 1px solid rgba(212, 168, 95, 0.26);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(11, 7, 5, 0.72);
  color: #FFF7E8;
  font-size: 0.84rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.home-page .home-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-page .home-review-grid article {
  padding: 24px;
}

.home-page .home-review-grid span {
  display: block;
  margin-bottom: 16px;
  color: #D4A85F;
  letter-spacing: 0.08em;
}

.home-page .home-review-grid p {
  color: #D8C3A5;
}

.home-page .home-review-grid strong {
  color: #FFF7E8;
}

.home-page .opening-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px 22px;
  border-block: 1px solid rgba(212, 168, 95, 0.35);
  background:
    linear-gradient(90deg, rgba(11, 7, 5, 0.96), rgba(27, 18, 12, 0.96), rgba(11, 7, 5, 0.96));
}

.home-page .opening-strip p {
  margin: 0;
  color: #FFF7E8;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
}

.home-page .opening-strip span {
  display: inline-flex;
  gap: 8px;
}

.home-page .opening-strip i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #D4A85F;
  animation: openingPulse 1.3s ease-in-out infinite;
}

.home-page .opening-strip i:nth-child(2) {
  animation-delay: 160ms;
}

.home-page .opening-strip i:nth-child(3) {
  animation-delay: 320ms;
}

@keyframes openingPulse {
  0%,
  100% {
    opacity: 0.65;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

.home-page iframe {
  border: 1px solid rgba(212, 168, 95, 0.32);
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.38);
}

.home-page .location h2 {
  color: #FFF7E8;
}

.home-page .location-copy > p {
  color: #E6D3B3;
}

.home-page .location .info-list article {
  border-color: rgba(212, 168, 95, 0.45);
  background: rgba(27, 18, 12, 0.95);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.36), 0 0 26px rgba(212, 168, 95, 0.1);
}

.home-page .location .info-list span {
  color: #D4A85F;
}

.home-page .location .info-list strong {
  color: #FFF7E8;
}

.home-page .location .button.primary {
  background: #D4A85F;
  color: #0B0705;
}

.home-page .location .button.primary:hover,
.home-page .location .button.primary:focus-visible {
  background: #F1C879;
  color: #0B0705;
}

.home-page .contact-form label {
  color: #D4A85F;
}

.home-page input,
.home-page textarea {
  border-color: rgba(212, 168, 95, 0.38);
  background: #FFF7E8;
  color: #0B0705;
}

.home-page input::placeholder,
.home-page textarea::placeholder {
  color: #8B7A65;
}

.home-page .socials a {
  border-color: rgba(212, 168, 95, 0.35);
  color: #D8C3A5;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.home-page .socials a:hover,
.home-page .socials a:focus-visible {
  background: rgba(212, 168, 95, 0.14);
  color: #FFF7E8;
  transform: translateY(-2px);
}

.home-page .footer {
  border-top: 1px solid rgba(212, 168, 95, 0.35);
  background: linear-gradient(180deg, #120C08, #0B0705);
}

@media (max-width: 960px) {
  .home-page .signature-grid article,
  .home-page .home-review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home-page .gallery-grid figure:first-child,
  .home-page .gallery-grid figure:nth-child(3),
  .home-page .gallery-grid figure:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .home-page .opening-strip {
    flex-direction: column;
    text-align: center;
  }
}

/* iOS-style glassmorphism system */
.glass,
.glass-card,
.glass-navbar,
.glass-button,
.glass-input {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 247, 232, 0.1), rgba(255, 247, 232, 0.045)),
    rgba(18, 12, 8, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 70px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(212, 168, 95, 0.08);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  backdrop-filter: blur(22px) saturate(1.25);
}

.glass-card {
  border-color: rgba(212, 168, 95, 0.25);
  border-radius: 24px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.glass-card:hover,
.glass-card:focus-within {
  border-color: rgba(212, 168, 95, 0.45);
  background:
    linear-gradient(145deg, rgba(255, 247, 232, 0.13), rgba(212, 168, 95, 0.055)),
    rgba(18, 12, 8, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 30px 86px rgba(0, 0, 0, 0.44),
    0 0 36px rgba(212, 168, 95, 0.15);
  transform: translateY(-4px);
}

.glass-navbar {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.1), rgba(255, 247, 232, 0.035)),
    rgba(11, 7, 5, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(212, 168, 95, 0.08),
    0 18px 62px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(212, 168, 95, 0.1);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
  backdrop-filter: blur(26px) saturate(1.35);
}

.glass-button {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.14), rgba(212, 168, 95, 0.12)),
    rgba(18, 12, 8, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 36px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(212, 168, 95, 0.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  backdrop-filter: blur(18px) saturate(1.25);
}

.glass-input {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 247, 232, 0.12);
  color: #FFF7E8;
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  backdrop-filter: blur(16px) saturate(1.2);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: rgba(255, 247, 232, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.scroll-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, #FFF7E8, #D4A85F, #F1C879);
  box-shadow: 0 0 14px rgba(212, 168, 95, 0.72), 0 0 30px rgba(255, 247, 232, 0.22);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 90ms linear;
}

.site-header,
.pf-nav {
  border-radius: 999px;
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
  backdrop-filter: blur(26px) saturate(1.35);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.site-header.is-scrolled,
.pf-nav.is-scrolled {
  border-color: rgba(212, 168, 95, 0.32);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.12), rgba(255, 247, 232, 0.045)),
    rgba(11, 7, 5, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 22px 76px rgba(0, 0, 0, 0.44),
    0 0 40px rgba(212, 168, 95, 0.12);
}

.nav-links a,
.mobile-menu a {
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"],
.mobile-menu a:hover,
.mobile-menu a:focus-visible,
.mobile-menu a[aria-current="page"] {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 18px rgba(212, 168, 95, 0.12);
}

.hero-card,
.hero-stats article,
.menu-card,
.signature-grid article,
.info-list article,
.contact-form,
.menu-category-card,
.empty-menu-state,
.pf-form,
.pf-panel,
.pf-time-grid span,
.gallery-grid figure,
.home-review-grid article,
.reviews-page article,
.reviews-page form,
.reviews-page [class*="bg-cardBrown"],
.reviews-page [class*="bg-espresso"] {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 247, 232, 0.1), rgba(255, 247, 232, 0.04)),
    rgba(18, 12, 8, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 70px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(212, 168, 95, 0.08);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  backdrop-filter: blur(22px) saturate(1.25);
}

.hero-card:hover,
.hero-stats article:hover,
.menu-card:hover,
.signature-grid article:hover,
.info-list article:hover,
.contact-form:hover,
.menu-category-card:hover,
.menu-category-card.is-open,
.pf-panel:hover,
.gallery-grid figure:hover,
.home-review-grid article:hover,
.reviews-page article:hover,
.reviews-page form:hover {
  border-color: rgba(212, 168, 95, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 30px 86px rgba(0, 0, 0, 0.44),
    0 0 36px rgba(212, 168, 95, 0.15);
}

.button,
.visit-pill,
.pf-instagram-top,
.pf-instagram-button,
.socials a,
.menu-filters button,
.menu-category-action {
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  backdrop-filter: blur(18px) saturate(1.25);
}

.button.ghost,
.socials a,
.menu-category-action {
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.13), rgba(212, 168, 95, 0.1)),
    rgba(18, 12, 8, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 14px 36px rgba(0, 0, 0, 0.26);
}

input,
textarea,
.menu-search input,
.pf-form input {
  border-color: rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.16), rgba(255, 247, 232, 0.07)),
    rgba(18, 12, 8, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(216, 177, 106, 0.08),
    0 16px 34px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(var(--glass-blur-light)) saturate(1.22);
  backdrop-filter: blur(var(--glass-blur-light)) saturate(1.22);
}

img {
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.08), rgba(212, 168, 95, 0.06)),
    rgba(27, 18, 12, 0.72);
}

.home-page input,
.home-page textarea,
.reviews-page input,
.reviews-page textarea {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.12), rgba(255, 247, 232, 0.07)),
    rgba(18, 12, 8, 0.48);
  color: #FFF7E8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 16px 34px rgba(0, 0, 0, 0.22);
}

.home-page input::placeholder,
.home-page textarea::placeholder,
.reviews-page input::placeholder,
.reviews-page textarea::placeholder {
  color: rgba(255, 247, 232, 0.68);
  opacity: 1;
}

.menu-search input:focus,
.reviews-page input:focus,
.reviews-page textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(216, 177, 106, 0.58) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 0 3px rgba(216, 177, 106, 0.13),
    0 18px 44px rgba(0, 0, 0, 0.3) !important;
}

.menu-category-card {
  overflow: clip;
}

.menu-category-content {
  background:
    linear-gradient(145deg, rgba(255, 247, 232, 0.08), rgba(255, 247, 232, 0.025)),
    rgba(18, 12, 8, 0.22);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08);
}

.menu-item-list li {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.09), rgba(216, 177, 106, 0.04)),
    rgba(18, 12, 8, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 10px 24px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(10px) saturate(1.12);
  backdrop-filter: blur(10px) saturate(1.12);
}

.menu-item-list li:hover,
.menu-item-list li:focus-within {
  border-color: rgba(216, 177, 106, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.13), rgba(216, 177, 106, 0.075)),
    rgba(18, 12, 8, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 16px 34px rgba(0, 0, 0, 0.28),
    0 0 20px rgba(216, 177, 106, 0.08);
}

.menu-modal-tags span,
.reviews-page button:not([type="submit"]) {
  border-color: rgba(255, 255, 255, 0.13) !important;
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.14), rgba(216, 177, 106, 0.08)),
    rgba(255, 247, 232, 0.055) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass,
  .glass-card,
  .glass-navbar,
  .glass-button,
  .glass-input,
  .site-header,
  .hero-card,
  .menu-card,
  .signature-grid article,
  .contact-form {
    background: rgba(27, 18, 12, 0.92);
  }
}

/* Reviews page hard contrast overrides */
.reviews-page {
  --bg-main: #0B0705;
  --bg-section: #120C08;
  --bg-card: #1B120C;
  --text-main: #FFF7E8;
  --text-secondary: #E6D3B3;
  --text-muted: #C7AA83;
  --gold: #D4A85F;
  --gold-light: #F1C879;
  --coffee: #8B5A2B;
  --border-gold: rgba(212, 168, 95, 0.45);
  background: var(--bg-main) !important;
  color: var(--text-main) !important;
}

.reviews-page main,
.reviews-page #reviews-root,
.reviews-page #reviews-root > div {
  background: var(--bg-main) !important;
  color: var(--text-main) !important;
}

.reviews-page section {
  background-color: var(--bg-section) !important;
  color: var(--text-main) !important;
}

.reviews-page section:first-child,
.reviews-page section:nth-child(3) {
  background-color: var(--bg-main) !important;
}

.reviews-page h1,
.reviews-page h2,
.reviews-page h3,
.reviews-page strong {
  color: var(--text-main) !important;
}

.reviews-page p,
.reviews-page span,
.reviews-page label,
.reviews-page div {
  color: var(--text-secondary) !important;
}

.reviews-page p[class*="text-xs"],
.reviews-page span[class*="text-xs"],
.reviews-page .eyebrow,
.reviews-page label,
.reviews-page form > p,
.reviews-page article > p:first-child {
  color: var(--gold) !important;
}

.reviews-page article,
.reviews-page form,
.reviews-page [class*="bg-cardBrown"],
.reviews-page [class*="bg-paper"],
.reviews-page [class*="bg-espresso"] {
  border-color: var(--border-gold) !important;
  background: rgba(27, 18, 12, 0.92) !important;
  color: var(--text-main) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42), 0 0 28px rgba(212, 168, 95, 0.12) !important;
}

.reviews-page article p,
.reviews-page form p {
  color: var(--text-secondary) !important;
}

.reviews-page article h3,
.reviews-page article strong {
  color: var(--text-main) !important;
}

.reviews-page article p[class*="text-sm"] {
  color: var(--text-muted) !important;
}

.reviews-page button:not([type="submit"]) {
  color: var(--gold) !important;
  opacity: 1 !important;
}

.reviews-page input,
.reviews-page textarea {
  border: 1px solid var(--border-gold) !important;
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.12), rgba(255, 247, 232, 0.07)),
    rgba(18, 12, 8, 0.58) !important;
  color: var(--text-main) !important;
}

.reviews-page input::placeholder,
.reviews-page textarea::placeholder {
  color: rgba(255, 247, 232, 0.68) !important;
  opacity: 1 !important;
}

.reviews-page button[type="submit"] {
  border-color: var(--gold) !important;
  background: var(--gold) !important;
  color: var(--bg-main) !important;
  box-shadow: 0 0 28px rgba(212, 168, 95, 0.24) !important;
}

.reviews-page button[type="submit"]:hover,
.reviews-page button[type="submit"]:focus-visible {
  background: var(--gold-light) !important;
  color: var(--bg-main) !important;
  box-shadow: 0 0 36px rgba(212, 168, 95, 0.4) !important;
}

.reviews-page .site-header,
.reviews-page .mobile-menu {
  border-color: var(--border-gold) !important;
  background: rgba(11, 7, 5, 0.84) !important;
}

.reviews-page .nav-links a,
.reviews-page .mobile-menu a {
  color: var(--text-secondary) !important;
}

.reviews-page .nav-links a:hover,
.reviews-page .nav-links a:focus-visible,
.reviews-page .nav-links a[aria-current="page"],
.reviews-page .mobile-menu a:hover,
.reviews-page .mobile-menu a:focus-visible,
.reviews-page .mobile-menu a[aria-current="page"] {
  background: rgba(212, 168, 95, 0.14) !important;
  color: var(--text-main) !important;
}

.reviews-page .visit-pill {
  border-color: var(--gold) !important;
  background: var(--gold) !important;
  color: var(--bg-main) !important;
}

/* Final Barock visual system and location-card polish */
:root {
  color-scheme: dark;
  --coffee-black: #0B0705;
  --coffee-dark: #1B1713;
  --coffee-card: #2A211B;
  --coffee-soft: #3A312A;
  --cream-bg: #F4EDE1;
  --cream-soft: #EEE2D2;
  --cream-text: #FFF7E8;
  --text-dark: #21140F;
  --text-brown: #6F6256;
  --text-muted: #9A8B7A;
  --gold: #D8B16A;
  --gold-light: #F1D49A;
  --gold-dark: #A87432;
  --glass-dark: rgba(30, 25, 21, 0.58);
  --glass-light: rgba(255, 247, 232, 0.16);
  --glass-border: rgba(255, 255, 255, 0.16);
  --glass-gold-border: rgba(216, 177, 106, 0.35);
  --glass-radius: 26px;
  --glass-blur-light: 12px;
  --glass-blur-medium: 18px;
  --glass-blur-strong: 26px;
  --glass-saturate: 1.34;
  --glass-light-surface: rgba(255, 247, 232, 0.13);
  --glass-medium-surface: rgba(30, 20, 14, 0.48);
  --glass-strong-surface: rgba(24, 16, 11, 0.72);
  --glass-modal-surface: rgba(27, 18, 12, 0.82);
  --glass-hairline: rgba(255, 255, 255, 0.13);
  --glass-highlight: rgba(255, 255, 255, 0.16);
  --glass-edge-glow: rgba(216, 177, 106, 0.22);
  --glass-shadow-soft: 0 18px 46px rgba(0, 0, 0, 0.28);
  --glass-shadow-medium: 0 24px 72px rgba(0, 0, 0, 0.38);
  --glass-shadow-strong: 0 36px 96px rgba(0, 0, 0, 0.5);
  --black: var(--coffee-black);
  --espresso: var(--coffee-dark);
  --coffee: var(--coffee-card);
  --caramel: var(--gold);
  --caramel-soft: var(--gold-light);
  --cream: var(--cream-bg);
  --paper: var(--cream-text);
  --smoke: #E6D3B3;
  --muted: #C7AA83;
  --line: rgba(216, 177, 106, 0.24);
  --line-dark: rgba(216, 177, 106, 0.35);
}

body {
  background:
    radial-gradient(circle at 18% 8%, rgba(216, 177, 106, 0.13), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(93, 54, 28, 0.24), transparent 30%),
    radial-gradient(circle at 50% 92%, rgba(216, 177, 106, 0.08), transparent 34%),
    linear-gradient(90deg, rgba(216, 177, 106, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(216, 177, 106, 0.035) 1px, transparent 1px),
    var(--coffee-black);
  background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
}

.glass-light,
.glass-medium,
.glass-strong,
.glass-modal,
.glass-nav,
.glass-chip,
.glass-card,
.glass-button {
  position: relative;
  border: 1px solid var(--glass-hairline);
  background:
    linear-gradient(145deg, rgba(255, 247, 232, 0.13), rgba(255, 247, 232, 0.035)),
    var(--glass-medium-surface);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 rgba(216, 177, 106, 0.08),
    var(--glass-shadow-soft),
    0 0 34px rgba(216, 177, 106, 0.08);
  -webkit-backdrop-filter: blur(var(--glass-blur-medium)) saturate(var(--glass-saturate));
  backdrop-filter: blur(var(--glass-blur-medium)) saturate(var(--glass-saturate));
}

.glass-light {
  background:
    linear-gradient(145deg, rgba(255, 247, 232, 0.2), rgba(255, 247, 232, 0.08)),
    rgba(255, 247, 232, 0.12);
  -webkit-backdrop-filter: blur(var(--glass-blur-light)) saturate(1.18);
  backdrop-filter: blur(var(--glass-blur-light)) saturate(1.18);
}

.glass-strong,
.glass-modal {
  background:
    radial-gradient(circle at 16% 0%, rgba(216, 177, 106, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 247, 232, 0.13), rgba(255, 247, 232, 0.04)),
    var(--glass-strong-surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(216, 177, 106, 0.12),
    var(--glass-shadow-strong),
    0 0 46px rgba(216, 177, 106, 0.14);
  -webkit-backdrop-filter: blur(var(--glass-blur-strong)) saturate(1.42);
  backdrop-filter: blur(var(--glass-blur-strong)) saturate(1.42);
}

.glass-chip {
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.14), rgba(216, 177, 106, 0.09)),
    rgba(255, 247, 232, 0.06);
}

.glass-navbar,
.glass-nav,
.site-header,
.pf-nav {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.14), rgba(255, 247, 232, 0.035)),
    rgba(16, 10, 7, 0.58) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(216, 177, 106, 0.1),
    0 18px 52px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(216, 177, 106, 0.12) !important;
  -webkit-backdrop-filter: blur(var(--glass-blur-strong)) saturate(1.42) !important;
  backdrop-filter: blur(var(--glass-blur-strong)) saturate(1.42) !important;
}

.nav-links a,
.mobile-menu a {
  border: 1px solid transparent;
  color: rgba(255, 247, 232, 0.82) !important;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"],
.mobile-menu a:hover,
.mobile-menu a:focus-visible,
.mobile-menu a[aria-current="page"] {
  border-color: rgba(216, 177, 106, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.16), rgba(216, 177, 106, 0.08)),
    rgba(255, 247, 232, 0.08) !important;
  color: var(--cream-text) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 18px rgba(216, 177, 106, 0.14);
}

.visit-pill,
.button.primary,
.menu-filters button[aria-pressed="true"],
.menu-category-action {
  border-color: rgba(216, 177, 106, 0.5) !important;
  background:
    linear-gradient(135deg, var(--gold-light), var(--gold) 54%, #b98552) !important;
  color: var(--text-dark) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 232, 0.48),
    inset 0 -1px 0 rgba(74, 42, 18, 0.22),
    0 18px 44px rgba(216, 177, 106, 0.26),
    0 0 24px rgba(216, 177, 106, 0.14) !important;
}

.visit-pill:hover,
.visit-pill:focus-visible,
.button.primary:hover,
.button.primary:focus-visible,
.menu-category-action:hover,
.menu-category-action:focus-visible {
  background: var(--gold-light) !important;
  color: var(--text-dark) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 232, 0.58),
    0 22px 58px rgba(216, 177, 106, 0.34),
    0 0 30px rgba(216, 177, 106, 0.22) !important;
  transform: translateY(-2px) scale(1.01);
}

.glass-card,
.hero-stats article,
.menu-card,
.signature-grid article,
.info-list article,
.contact-form,
.menu-category-card,
.empty-menu-state,
.gallery-grid figure,
.home-review-grid article,
.pf-form,
.pf-panel,
.pf-time-grid span,
.reviews-page article,
.reviews-page form {
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: var(--glass-radius) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 177, 106, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 247, 232, 0.13), rgba(255, 247, 232, 0.045)),
    var(--glass-medium-surface) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(216, 177, 106, 0.08),
    var(--glass-shadow-medium),
    0 0 32px rgba(216, 177, 106, 0.09) !important;
  -webkit-backdrop-filter: blur(var(--glass-blur-medium)) saturate(var(--glass-saturate)) !important;
  backdrop-filter: blur(var(--glass-blur-medium)) saturate(var(--glass-saturate)) !important;
}

.glass-card:hover,
.hero-stats article:hover,
.menu-card:hover,
.signature-grid article:hover,
.info-list article:hover,
.contact-form:hover,
.menu-category-card:hover,
.gallery-grid figure:hover,
.home-review-grid article:hover,
.pf-panel:hover,
.reviews-page article:hover,
.reviews-page form:hover {
  border-color: rgba(216, 177, 106, 0.5) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 177, 106, 0.17), transparent 34%),
    linear-gradient(145deg, rgba(255, 247, 232, 0.16), rgba(255, 247, 232, 0.06)),
    rgba(30, 20, 14, 0.56) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    var(--glass-shadow-strong),
    0 0 36px rgba(216, 177, 106, 0.16) !important;
  transform: translateY(-4px);
}

.hero-card {
  right: max(28px, calc((100vw - 1180px) / 2));
  top: 154px;
  display: flex;
  min-height: 398px;
  width: min(420px, calc(100% - 56px));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid rgba(216, 177, 106, 0.3) !important;
  border-radius: 30px !important;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 177, 106, 0.18), transparent 46%),
    rgba(35, 24, 18, 0.62) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 30px 90px rgba(0, 0, 0, 0.48),
    0 0 46px rgba(216, 177, 106, 0.16) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.22) !important;
  backdrop-filter: blur(22px) saturate(1.22) !important;
  text-align: center;
  animation: heroCardFloat 7s ease-in-out infinite;
}

.hero-card:hover {
  border-color: rgba(216, 177, 106, 0.52) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 34px 100px rgba(0, 0, 0, 0.54),
    0 0 56px rgba(216, 177, 106, 0.24) !important;
  transform: translateY(-6px);
}

.hero-card-logo {
  display: grid;
  width: clamp(170px, 15vw, 190px);
  min-height: 134px;
  place-items: center;
  border: 1px solid rgba(216, 177, 106, 0.26);
  border-radius: 22px;
  background: rgba(11, 7, 5, 0.66);
  box-shadow: inset 0 1px 18px rgba(255, 247, 232, 0.06), 0 18px 44px rgba(0, 0, 0, 0.28);
}

.hero-card-logo img,
.hero-card img {
  width: 168px;
  margin: 0;
  background: transparent;
  object-fit: contain;
}

.hero-card span {
  color: var(--gold) !important;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card strong {
  max-width: 290px;
  color: var(--cream-text) !important;
  font-size: clamp(1.2rem, 1.7vw, 1.45rem);
  line-height: 1.34;
}

.hero-map-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  border: 1px solid rgba(216, 177, 106, 0.58);
  border-radius: 999px;
  padding: 12px 24px;
  background: var(--gold);
  color: var(--text-dark) !important;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 16px 38px rgba(216, 177, 106, 0.24);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.hero-map-button:hover,
.hero-map-button:focus-visible {
  background: var(--gold-light);
  box-shadow: 0 18px 50px rgba(216, 177, 106, 0.36), 0 0 28px rgba(216, 177, 106, 0.22);
  transform: translateY(-2px);
}

@keyframes heroCardFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

.menu-page-hero,
.menu-catalog,
.reviews-page,
.pf-page {
  background: var(--coffee-black) !important;
  color: var(--cream-text) !important;
}

.menu-page-hero h1,
.menu-catalog h1,
.menu-catalog h2,
.menu-catalog h3,
.menu-category-card h2,
.menu-item-list strong,
.reviews-page h1,
.reviews-page h2,
.reviews-page h3,
.pf-page h1,
.pf-page h2 {
  color: var(--cream-text) !important;
}

.menu-page-hero p,
.menu-toolbar p,
.menu-catalog-meta p,
.menu-category-card p,
.menu-category-card .menu-category-subtitle,
.menu-item-list p,
.reviews-page p,
.pf-page p {
  color: #E6D3B3 !important;
}

.menu-toolbar span,
.menu-category-count,
.menu-page-hero .eyebrow,
.pf-page .eyebrow,
.pf-address span {
  color: var(--gold) !important;
}

.home-page input,
.home-page textarea,
.reviews-page input,
.reviews-page textarea,
.pf-form input {
  border: 1px solid rgba(216, 177, 106, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.15), rgba(255, 247, 232, 0.08)),
    rgba(30, 25, 21, 0.58) !important;
  color: var(--cream-text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 14px 34px rgba(0, 0, 0, 0.22) !important;
}

.menu-search input {
  border: 1px solid rgba(216, 177, 106, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.055), rgba(216, 177, 106, 0.035)),
    rgba(8, 6, 4, 0.68) !important;
  color: var(--cream-text) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.26) !important;
}

.menu-search input::placeholder,
.home-page input::placeholder,
.home-page textarea::placeholder,
.reviews-page input::placeholder,
.reviews-page textarea::placeholder,
.pf-form input::placeholder {
  color: rgba(255, 247, 232, 0.72) !important;
  opacity: 1 !important;
}

.location .info-list article {
  border-color: rgba(216, 177, 106, 0.45) !important;
  background: rgba(27, 18, 12, 0.95) !important;
}

.location h2,
.location .info-list strong {
  color: var(--cream-text) !important;
}

.location p {
  color: #E6D3B3 !important;
}

.location .eyebrow,
.location .info-list span {
  color: var(--gold) !important;
}

.footer a[href*="maps.app"] {
  color: inherit;
  text-decoration-color: rgba(216, 177, 106, 0.45);
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.footer a[href*="maps.app"]:hover,
.footer a[href*="maps.app"]:focus-visible {
  color: var(--gold-light);
  text-decoration-color: var(--gold-light);
}

@media (max-width: 1040px) {
  .hero-card {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    width: min(100%, 360px);
    min-height: 0;
    margin: 30px auto 0;
    padding: 26px;
  }

  .hero-card-logo {
    width: 170px;
    min-height: 122px;
  }
}

@media (max-width: 620px) {
  .hero-card {
    width: min(100%, 340px);
    padding: 22px;
    border-radius: 24px !important;
  }

  .hero-card-logo {
    width: 156px;
    min-height: 112px;
  }

  .hero-card-logo img,
  .hero-card img {
    width: 150px;
  }
}

/* Signature showcase upgrade */
.home-page .signature {
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 18%, rgba(216, 177, 106, 0.12), transparent 29%),
    radial-gradient(circle at 88% 68%, rgba(92, 56, 31, 0.2), transparent 34%),
    linear-gradient(180deg, #120C08, #0B0705) !important;
}

.home-page .signature .section-shell {
  width: min(1280px, 100%);
}

.home-page .signature .split-heading {
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.home-page .signature .split-heading .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  color: var(--gold) !important;
}

.home-page .signature .split-heading .eyebrow::before {
  width: 34px;
  height: 1px;
  background: rgba(216, 177, 106, 0.62);
  content: "";
}

.home-page .signature .split-heading h2 {
  max-width: 610px;
  color: var(--cream-text) !important;
  font-size: clamp(4.2rem, 9vw, 7.6rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.home-page .signature .split-heading h2 span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold) !important;
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 1.1vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-page .signature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 42px);
}

.home-page .signature-grid article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(360px, 0.95fr);
  min-height: clamp(430px, 45vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(216, 177, 106, 0.42) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.08), rgba(255, 247, 232, 0.035)),
    rgba(35, 24, 18, 0.74) !important;
  box-shadow:
    0 36px 110px rgba(0, 0, 0, 0.48),
    0 0 44px rgba(216, 177, 106, 0.13) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.18) !important;
  backdrop-filter: blur(24px) saturate(1.18) !important;
  transform: translateZ(0);
}

.home-page .signature-grid article:nth-child(even) {
  grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
}

.home-page .signature-grid article:nth-child(even) img {
  order: 2;
}

.home-page .signature-grid article:nth-child(even) div {
  order: 1;
}

.home-page .signature-grid article::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 25% 24%, rgba(216, 177, 106, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(11, 7, 5, 0), rgba(11, 7, 5, 0.16));
  content: "";
  pointer-events: none;
}

.home-page .signature-grid article::after {
  position: absolute;
  top: -18%;
  left: 12%;
  z-index: 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(216, 177, 106, 0.12);
  content: "";
  filter: blur(6px);
  opacity: 0.8;
  transform: scale(1);
  transition: transform 520ms ease, opacity 520ms ease;
}

.home-page .signature-grid article:hover {
  border-color: rgba(241, 212, 154, 0.62) !important;
  box-shadow:
    0 42px 126px rgba(0, 0, 0, 0.56),
    0 0 62px rgba(216, 177, 106, 0.2) !important;
  transform: translateY(-8px);
}

.home-page .signature-grid article:hover::after {
  opacity: 1;
  transform: scale(1.12);
}

.home-page .signature-grid img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: inherit;
  aspect-ratio: auto;
  object-fit: cover;
  padding: clamp(22px, 3vw, 42px);
  background:
    radial-gradient(circle at 55% 34%, rgba(216, 177, 106, 0.24), transparent 38%),
    radial-gradient(circle at 20% 92%, rgba(168, 116, 50, 0.24), transparent 34%),
    #050100;
  filter: saturate(1.02) contrast(1.1) brightness(0.92);
  transition: transform 560ms ease, filter 560ms ease;
}

.home-page .signature-grid article:hover img {
  filter: saturate(1.08) contrast(1.12) brightness(0.98);
  transform: scale(1.045);
}

.home-page .signature-grid div {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(32px, 5vw, 62px);
  border-left: 1px solid rgba(216, 177, 106, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.08), rgba(255, 247, 232, 0.035)),
    rgba(42, 33, 27, 0.78);
}

.home-page .signature-grid article:nth-child(even) div {
  border-right: 1px solid rgba(216, 177, 106, 0.2);
  border-left: 0;
}

.home-page .signature-grid span {
  color: var(--gold) !important;
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-page .signature-grid h3 {
  max-width: 420px;
  color: var(--cream-text) !important;
  font-size: clamp(2.3rem, 4.2vw, 4.35rem);
  line-height: 0.92;
}

.home-page .signature-grid p {
  max-width: 500px;
  color: #D8C3A5 !important;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 700;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .home-page .signature-grid article,
  .home-page .signature-grid article:nth-child(even) {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-page .signature-grid article:nth-child(even) img,
  .home-page .signature-grid article:nth-child(even) div {
    order: initial;
  }

  .home-page .signature-grid img {
    min-height: 330px;
  }

  .home-page .signature-grid div,
  .home-page .signature-grid article:nth-child(even) div {
    border-top: 1px solid rgba(216, 177, 106, 0.2);
    border-right: 0;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .home-page .signature .split-heading h2 {
    font-size: clamp(3.4rem, 18vw, 5.2rem);
  }

  .home-page .signature-grid article {
    border-radius: 22px !important;
  }

  .home-page .signature-grid img {
    min-height: 280px;
    padding: 20px;
  }

  .home-page .signature-grid div {
    padding: 28px 22px 32px;
  }
}

/* Scroll-animated Signature section */
.home-page .signature-section {
  --sig-bg: #0d0805;
  --sig-card: #17100c;
  --sig-card-2: #221812;
  --sig-cream: #fff3e6;
  --sig-muted: #c8b6a3;
  --sig-gold: #c69b62;
  --sig-border: rgba(198, 155, 98, 0.28);
  overflow: clip;
  padding: clamp(88px, 9vw, 140px) 22px;
  background:
    radial-gradient(circle at 12% 16%, rgba(198, 155, 98, 0.12), transparent 30%),
    radial-gradient(circle at 86% 74%, rgba(105, 68, 37, 0.22), transparent 34%),
    linear-gradient(180deg, #120c08, var(--sig-bg) 42%, #080503) !important;
  color: var(--sig-cream);
  isolation: isolate;
}

.signature-shell {
  position: relative;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.signature-heading {
  position: relative;
  z-index: 2;
  max-width: 810px;
  margin-bottom: clamp(32px, 5vw, 64px);
}

.signature-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 6px;
  color: var(--sig-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.signature-kicker span {
  width: 34px;
  height: 1px;
  background: rgba(198, 155, 98, 0.68);
}

.signature-subtitle {
  margin: 0 0 12px;
  color: var(--sig-gold) !important;
  font-size: clamp(0.78rem, 1vw, 0.94rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.signature-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--sig-cream) !important;
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 8.4vw, 7.4rem);
  line-height: 0.9;
}

.signature-pin {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: min(720px, calc(100svh - 96px));
  align-items: center;
}

.signature-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 1.04fr) minmax(360px, 0.96fr);
  overflow: hidden;
  min-height: clamp(500px, 48vw, 650px);
  border: 1px solid var(--sig-border) !important;
  border-radius: clamp(26px, 3vw, 38px) !important;
  background:
    linear-gradient(135deg, rgba(255, 243, 230, 0.105), rgba(255, 243, 230, 0.035)),
    linear-gradient(120deg, rgba(23, 16, 12, 0.96), rgba(34, 24, 18, 0.9)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 243, 230, 0.1),
    0 42px 120px rgba(0, 0, 0, 0.54),
    0 0 60px rgba(198, 155, 98, 0.12) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.14) !important;
  backdrop-filter: blur(24px) saturate(1.14) !important;
}

.signature-visual {
  position: relative;
  display: grid;
  min-height: inherit;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 60% 36%, rgba(198, 155, 98, 0.24), transparent 33%),
    radial-gradient(circle at 20% 92%, rgba(97, 58, 31, 0.32), transparent 34%),
    #050201;
}

.signature-visual::before,
.signature-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.signature-visual::before {
  width: clamp(260px, 36vw, 510px);
  height: clamp(260px, 36vw, 510px);
  background: rgba(198, 155, 98, 0.12);
  transform: translate(14%, -12%);
}

.signature-visual::after {
  bottom: -18%;
  left: -7%;
  width: clamp(200px, 28vw, 380px);
  height: clamp(200px, 28vw, 380px);
  background: rgba(112, 73, 39, 0.24);
}

.signature-glow {
  position: absolute;
  width: min(58%, 440px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 155, 98, 0.28), rgba(198, 155, 98, 0));
  filter: blur(8px);
}

.signature-visual img {
  position: relative;
  z-index: 2;
  width: min(72%, 520px);
  max-height: 82%;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 34px 54px rgba(0, 0, 0, 0.46));
  will-change: transform, opacity;
}

.signature-copy {
  position: relative;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(34px, 5vw, 72px);
  border-left: 1px solid rgba(198, 155, 98, 0.2);
  background:
    radial-gradient(circle at 100% 18%, rgba(198, 155, 98, 0.1), transparent 34%),
    rgba(34, 24, 18, 0.74);
}

.signature-badge {
  width: max-content;
  border: 1px solid rgba(198, 155, 98, 0.34);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(198, 155, 98, 0.12);
  color: var(--sig-gold) !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.signature-item-eyebrow {
  margin: 0;
  color: var(--sig-gold) !important;
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.signature-copy h3 {
  max-width: 480px;
  margin: 0;
  color: var(--sig-cream) !important;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.3vw, 5.4rem);
  line-height: 0.92;
}

.signature-copy p[data-signature-description] {
  max-width: 530px;
  margin: 0;
  color: var(--sig-muted) !important;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 700;
  line-height: 1.75;
}

.signature-progress {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: min(260px, 100%);
  margin-top: clamp(24px, 4vw, 48px);
}

.signature-progress strong,
.signature-progress em {
  color: var(--sig-cream);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-style: normal;
  line-height: 1;
}

.signature-progress em {
  color: rgba(255, 243, 230, 0.62);
}

.signature-progress span {
  height: 1px;
  background: linear-gradient(90deg, var(--sig-gold), rgba(198, 155, 98, 0.12));
}

.signature-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.signature-orb-one {
  top: 8%;
  right: -8%;
  width: clamp(220px, 28vw, 430px);
  aspect-ratio: 1;
  background: rgba(198, 155, 98, 0.1);
  filter: blur(3px);
}

.signature-orb-two {
  bottom: -12%;
  left: -12%;
  width: clamp(260px, 34vw, 520px);
  aspect-ratio: 1;
  background: rgba(95, 58, 32, 0.2);
  filter: blur(8px);
}

.signature-mobile-list {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.signature-mobile-list article {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.9fr);
  overflow: hidden;
  border: 1px solid var(--sig-border);
  border-radius: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 243, 230, 0.105), rgba(255, 243, 230, 0.035)),
    rgba(23, 16, 12, 0.88);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
}

.signature-mobile-list article:nth-child(even) img {
  order: 2;
}

.signature-mobile-list article:nth-child(even) div {
  order: 1;
}

.signature-mobile-list img {
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 36vw, 480px);
  object-fit: contain;
  padding: clamp(24px, 4vw, 48px);
  background:
    radial-gradient(circle at 54% 36%, rgba(198, 155, 98, 0.22), transparent 36%),
    #050201;
}

.signature-mobile-list div {
  display: grid;
  align-content: center;
  padding: clamp(30px, 5vw, 60px);
}

.signature-mobile-list span {
  color: var(--sig-gold) !important;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.signature-mobile-list h3 {
  margin: 8px 0;
  color: var(--sig-cream) !important;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.95;
}

.signature-mobile-list p {
  max-width: 54ch;
  margin: 0;
  color: var(--sig-muted) !important;
  font-weight: 700;
}

@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .home-page .signature-section {
    padding: 82px 16px;
  }

  .signature-mobile-list {
    display: grid;
    gap: 20px;
  }

  .signature-mobile-list article {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .signature-mobile-list article:nth-child(even) img,
  .signature-mobile-list article:nth-child(even) div {
    order: initial;
  }

  .signature-mobile-list img {
    height: auto;
    min-height: 0;
    max-height: 340px;
    padding: 28px;
  }

  .signature-mobile-list div {
    padding: 26px 24px 30px;
  }

  .signature-mobile-list h3 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }
}

@media (max-width: 620px) {
  .signature-heading h2 {
    font-size: clamp(3.1rem, 16vw, 5rem);
  }
}

@media (hover: none), (pointer: coarse), (max-width: 700px) {
  .menu-preview {
    display: none;
  }

  .menu-modal-overlay {
    align-items: end;
    place-items: end center;
    padding: 0;
    padding-top: max(12px, env(safe-area-inset-top));
    -webkit-backdrop-filter: blur(3px) saturate(1.04);
    backdrop-filter: blur(3px) saturate(1.04);
  }

  .menu-modal {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr);
    width: 100%;
    max-height: 90vh;
    max-height: 90dvh;
    border-radius: 26px 26px 0 0;
    transform: translate3d(0, 100%, 0) scale(1);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 -18px 48px rgba(0, 0, 0, 0.44);
    -webkit-backdrop-filter: blur(10px) saturate(1.12);
    backdrop-filter: blur(10px) saturate(1.12);
  }

  .menu-modal-overlay.is-closing .menu-modal,
  .menu-modal.is-dismissing {
    opacity: 1;
    transform: translate3d(0, 100%, 0) scale(1);
  }

  .menu-modal-header {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: 1fr auto;
    padding: 10px 16px 12px;
    -webkit-backdrop-filter: blur(8px) saturate(1.1);
    backdrop-filter: blur(8px) saturate(1.1);
    cursor: grab;
    touch-action: none;
  }

  .menu-modal-handle {
    display: block;
    grid-column: 1 / -1;
    justify-self: center;
    width: 44px;
    height: 4px;
    margin: 0 0 4px;
    border-radius: 999px;
    background: rgba(255, 247, 232, 0.36);
    touch-action: none;
  }

  .menu-modal-header-text strong {
    font-size: 1.12rem;
    line-height: 1.12;
  }

  .menu-modal-media {
    grid-column: 1;
    grid-row: 2;
    align-self: auto;
    width: 100%;
    min-height: 0;
    height: clamp(230px, 38dvh, 340px);
    aspect-ratio: 16 / 10;
  }

  .product-gallery__slide img {
    height: 100%;
    min-height: 0;
    object-fit: var(--image-fit, cover);
    object-position: var(--image-position-mobile, var(--image-position-desktop, 50% 50%));
  }

  .menu-gallery-control {
    display: none;
  }

  .menu-gallery-dots {
    bottom: 12px;
  }

  .menu-modal-body {
    grid-column: 1;
    grid-row: 3;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
    padding: 22px 18px max(22px, env(safe-area-inset-bottom));
  }

  .menu-modal-title {
    font-size: clamp(2.35rem, 13vw, 3.5rem);
  }

  .site-header,
  .mobile-menu,
  .glass-card,
  .hero-card,
  .menu-category-card,
  .contact-form,
  .reviews-page article,
  .reviews-page form {
    -webkit-backdrop-filter: blur(8px) saturate(1.08) !important;
    backdrop-filter: blur(8px) saturate(1.08) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 12px 32px rgba(0, 0, 0, 0.3) !important;
  }
}

/* Mobile navigation glass-panel polish */
.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 28;
  display: block;
  border: 0;
  padding: 0;
  background: rgba(6, 4, 3, 0.42);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
}

.mobile-menu-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu {
  display: grid !important;
  gap: 6px;
  border: 1px solid rgba(216, 177, 106, 0.22) !important;
  border-radius: 24px !important;
  padding: 13px !important;
  background:
    radial-gradient(circle at 26% 0%, rgba(216, 177, 106, 0.1), transparent 40%),
    linear-gradient(145deg, rgba(255, 247, 232, 0.055), rgba(255, 247, 232, 0.018)),
    rgba(31, 24, 19, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 232, 0.12),
    inset 0 -1px 0 rgba(216, 177, 106, 0.06),
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 26px rgba(216, 177, 106, 0.08) !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -10px, 0) scale(0.99);
  transform-origin: top center;
  transition:
    opacity 240ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 260ms ease;
  will-change: opacity, transform;
  -webkit-backdrop-filter: blur(5px) saturate(1.06) !important;
  backdrop-filter: blur(5px) saturate(1.06) !important;
}

.mobile-menu::before {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 247, 232, 0.08), transparent 42%);
  content: "";
  pointer-events: none;
}

.mobile-menu.is-opening,
.mobile-menu.is-open,
.mobile-menu.is-closing {
  visibility: visible !important;
}

.mobile-menu.is-opening,
.mobile-menu.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.mobile-menu a {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(255, 247, 232, 0.045) !important;
  border-radius: 15px !important;
  padding: 10px 12px !important;
  background: rgba(255, 247, 232, 0.014);
  color: rgba(255, 247, 232, 0.84) !important;
  font-size: 0.93rem;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
  transition-delay: 0ms;
  will-change: opacity, transform;
}

.mobile-menu.is-opening a,
.mobile-menu.is-open a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: calc(var(--item-index, 0) * 36ms);
}

.mobile-menu.is-closing a {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition-duration: 160ms, 170ms, 160ms, 160ms, 160ms, 160ms;
  transition-delay: calc(var(--reverse-index, 0) * 22ms);
}

.mobile-menu a:hover,
.mobile-menu a:focus-visible,
.mobile-menu a[aria-current="page"] {
  border-color: rgba(216, 177, 106, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(216, 177, 106, 0.16), rgba(255, 247, 232, 0.06)),
    rgba(255, 247, 232, 0.045) !important;
  color: var(--paper) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 232, 0.12),
    0 0 22px rgba(216, 177, 106, 0.14) !important;
}

.mobile-menu a:active {
  border-color: rgba(216, 177, 106, 0.48) !important;
  background:
    linear-gradient(135deg, rgba(216, 177, 106, 0.22), rgba(255, 247, 232, 0.08)),
    rgba(255, 247, 232, 0.06) !important;
  transform: scale(0.985);
}

@media (max-width: 700px) {
  .mobile-menu {
    top: 104px;
    right: 14px;
    left: 14px;
    max-height: min(calc(100dvh - 126px), 420px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu-backdrop,
  .mobile-menu,
  .mobile-menu a,
  .menu-toggle,
  .menu-toggle span,
  .menu-modal,
  .menu-modal-overlay,
  .menu-modal-body > *,
  .product-gallery__track,
  .menu-modal.is-snapping-back,
  .menu-modal.is-dismissing,
  .menu-modal.is-closing,
  .menu-modal-overlay.is-snapping-back,
  .menu-modal-overlay.is-dismissing,
  .menu-modal-overlay.is-closing {
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }
}

/* Logo framing polish */
.site-header .brand {
  display: inline-grid;
  width: 76px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 5px;
  background:
    linear-gradient(145deg, rgba(255, 247, 232, 0.12), rgba(216, 177, 106, 0.06)),
    rgba(8, 6, 4, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 10px 28px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.site-header .brand img {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(216, 177, 106, 0.28);
  border-radius: 50%;
  background: #050403;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  aspect-ratio: 1;
}

.hero-card-logo {
  overflow: hidden;
  isolation: isolate;
}

.hero-card-logo img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  margin: 0 !important;
  border-radius: inherit;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #050403 !important;
}

@media (max-width: 620px) {
  .site-header .brand {
    width: 64px;
    height: 50px;
    padding: 4px;
  }

  .site-header .brand img {
    width: 40px;
    height: 40px;
  }
}

/* Baroque-inspired background atmosphere */
:root {
  --baroque-art-opacity: 0.44;
  --baroque-art-strong: 0.26;
  --baroque-art-soft: 0.18;
}

body {
  background:
    radial-gradient(circle at 18% 8%, rgba(216, 177, 106, 0.16), transparent 29%),
    radial-gradient(circle at 88% 18%, rgba(93, 54, 28, 0.28), transparent 31%),
    radial-gradient(circle at 50% 92%, rgba(216, 177, 106, 0.1), transparent 35%),
    linear-gradient(90deg, rgba(216, 177, 106, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(216, 177, 106, 0.045) 1px, transparent 1px),
    var(--coffee-black) !important;
  background-size: auto, auto, auto, 72px 72px, 72px 72px, auto;
}

body::before {
  z-index: -3;
  background:
    url("./assets/site/baroque-ornament.svg") left -180px top 180px / min(620px, 62vw) auto no-repeat,
    radial-gradient(circle at 14% 18%, rgba(216, 177, 106, 0.14), transparent 31%),
    radial-gradient(circle at 86% 52%, rgba(139, 90, 43, 0.12), transparent 36%),
    linear-gradient(rgba(216, 177, 106, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 177, 106, 0.08) 1px, transparent 1px),
    #0B0705 !important;
  background-size: min(620px, 62vw) auto, auto, auto, 44px 44px, 44px 44px, auto;
  opacity: var(--baroque-art-opacity);
  filter: saturate(0.96) contrast(1.04);
}

body::after {
  z-index: -2;
  background:
    radial-gradient(circle at center, transparent 16%, rgba(11, 7, 5, 0.36) 72%),
    linear-gradient(180deg, rgba(11, 7, 5, 0.1), rgba(11, 7, 5, 0.62)) !important;
}

.hero,
.home-page .signature-section,
.menu-page-hero,
.menu-catalog,
.reviews-page main,
.pf-hero,
.gallery,
.reviews-preview,
.location,
.contact,
.footer {
  position: relative;
  isolation: isolate;
}

.hero::before,
.menu-page-hero::before,
.pf-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 32%, rgba(216, 177, 106, 0.14), transparent 26%),
    radial-gradient(circle at 90% 72%, rgba(139, 90, 43, 0.12), transparent 34%);
  content: "";
  opacity: var(--baroque-art-strong);
  pointer-events: none;
  mix-blend-mode: normal;
  mask-image: linear-gradient(90deg, transparent, #000 48%, #000 86%, transparent);
}

.hero::after,
.menu-page-hero::after,
.pf-hero::after {
  position: absolute;
  right: max(22px, calc((100vw - 1240px) / 2 + 32px));
  bottom: -2%;
  z-index: -1;
  color: rgba(216, 177, 106, 0.055);
  content: "BAROCK";
  font-family: var(--font-display);
  font-size: clamp(4.8rem, 15vw, 15rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 0.8;
  pointer-events: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-page .signature-section::after,
.menu-catalog::after,
.gallery::after,
.reviews-preview::after,
.location::after,
.contact::after,
.footer::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    url("./assets/site/baroque-stilllife.svg") right -120px center / min(620px, 58vw) auto no-repeat,
    url("./assets/site/baroque-ornament.svg") left -140px bottom -90px / min(640px, 64vw) auto no-repeat;
  content: "";
  opacity: var(--baroque-art-soft);
  pointer-events: none;
  mix-blend-mode: screen;
  mask-image: radial-gradient(circle at 70% 44%, #000 0 34%, transparent 72%);
}

.home-page .signature-section::after {
  opacity: 0.18;
  background:
    url("./assets/site/baroque-ornament.svg") left -160px bottom -120px / min(700px, 70vw) auto no-repeat;
}

.menu-catalog::after,
.gallery::after,
.reviews-preview::after,
.location::after,
.contact::after,
.footer::after {
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 82%, transparent);
}

.gallery > *,
.reviews-preview > *,
.location > *,
.contact > *,
.footer > *,
.home-page .signature-section > *,
.menu-catalog > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  :root {
    --baroque-art-opacity: 0.26;
    --baroque-art-strong: 0.14;
    --baroque-art-soft: 0.1;
  }

  body::before {
    background:
      radial-gradient(circle at 18% 20%, rgba(216, 177, 106, 0.12), transparent 32%),
      linear-gradient(rgba(216, 177, 106, 0.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(216, 177, 106, 0.055) 1px, transparent 1px),
      #0B0705 !important;
    background-size: auto, 44px 44px, 44px 44px, auto;
  }

  .hero::before,
  .menu-page-hero::before,
  .pf-hero::before {
    background:
      radial-gradient(circle at 82% 28%, rgba(216, 177, 106, 0.1), transparent 34%);
    mask-image: linear-gradient(180deg, #000, transparent 80%);
  }

  .hero::after,
  .menu-page-hero::after,
  .pf-hero::after {
    right: -20px;
    bottom: 7%;
    font-size: clamp(3.4rem, 22vw, 6.5rem);
    opacity: 0.48;
  }

  .home-page .signature-section::after,
  .menu-catalog::after,
  .gallery::after,
  .reviews-preview::after,
  .location::after,
  .contact::after,
  .footer::after {
    background-size: 520px auto, 460px auto;
    opacity: 0.08;
  }
}

/* BAROCK modern-Baroque identity */
:root {
  --barock-lacquer: #090605;
  --barock-ink: #110a07;
  --barock-teal: #0b6f69;
  --barock-teal-deep: #07433f;
  --barock-gold: #c99a52;
  --barock-gold-light: #efd08f;
  --barock-ivory: #fff4df;
  --barock-marble: #d8ccb9;
}

.site-header {
  width: min(1180px, calc(100% - 32px));
  min-height: 70px;
  border-color: rgba(201, 154, 82, 0.36);
  border-radius: 999px;
  padding: 7px 10px 7px 16px;
  background:
    linear-gradient(100deg, rgba(7, 67, 63, 0.16), transparent 26%),
    rgba(18, 12, 8, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 223, 0.12),
    inset 0 -1px 0 rgba(11, 111, 105, 0.12),
    0 16px 42px rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(8px) saturate(1.06) !important;
  backdrop-filter: blur(8px) saturate(1.06) !important;
  clip-path: none;
}

.site-header::before {
  position: absolute;
  top: 0;
  right: 16%;
  left: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--barock-teal), var(--barock-gold), transparent);
  content: "";
  opacity: 0.78;
}

.nav-links a {
  --nav-scale: 1;
  position: relative;
  border-color: transparent !important;
  border-radius: 999px;
  background: transparent !important;
  box-shadow: none !important;
  transform: translate3d(0, 0, 0) scale(var(--nav-scale));
  transform-origin: center;
  transition:
    color 180ms ease,
    transform 190ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links a::after {
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 1px;
  background: linear-gradient(90deg, var(--barock-teal), var(--barock-gold));
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  border-color: transparent !important;
  background: transparent !important;
  color: var(--barock-ivory) !important;
  box-shadow: none !important;
}

.visit-pill {
  min-height: 46px;
  border-color: rgba(239, 208, 143, 0.64);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--barock-gold-light), var(--barock-gold));
  clip-path: none;
}

.home-page {
  background: var(--barock-lacquer);
  color: var(--barock-ivory);
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-content: center;
  gap: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(11, 111, 105, 0.18), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(201, 154, 82, 0.08), transparent 46%),
    #070403;
  color: var(--barock-ivory);
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.barock-loader-seen .site-loader {
  display: none;
}

html.barock-loader-pending,
html.barock-loader-pending body {
  overflow: hidden;
  background: #070403;
}

.site-loader.is-exiting {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
}

.site-loader__mark {
  position: relative;
  display: grid;
  width: clamp(164px, 18vw, 210px);
  aspect-ratio: 1;
  place-items: center;
}

.site-loader__logo {
  display: block;
  width: 74%;
  height: 74%;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(239, 208, 143, 0.2);
  animation: barockLoaderLogoSettle 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-loader__ring {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  pointer-events: none;
}

.site-loader__ring--teal {
  border-top-color: #22bdb1;
  border-right-color: rgba(34, 189, 177, 0.26);
  box-shadow: inset 0 0 14px rgba(34, 189, 177, 0.08);
  animation: barockLoaderRing 1.45s linear infinite;
}

.site-loader__ring--gold {
  inset: 8px;
  border-bottom-color: var(--barock-gold-light);
  border-left-color: rgba(239, 208, 143, 0.24);
  animation: barockLoaderRingReverse 1.8s linear infinite;
}

.site-loader__label {
  margin: 0;
  color: #e6d7bd;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

@keyframes barockLoaderLogoSettle {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes barockLoaderRing {
  to { transform: rotate(360deg); }
}

@keyframes barockLoaderRingReverse {
  to { transform: rotate(-360deg); }
}

.home-page .hero-signature {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  padding: clamp(132px, 16vh, 176px) 28px clamp(72px, 9vh, 104px);
  background:
    radial-gradient(circle at 78% 44%, rgba(151, 32, 47, 0.16), transparent 20%),
    radial-gradient(circle at 72% 42%, rgba(11, 111, 105, 0.18), transparent 36%),
    linear-gradient(115deg, #070403 0%, #100907 48%, #080504 100%);
  isolation: isolate;
}

.home-page .hero-signature::before {
  position: absolute;
  inset: 104px max(18px, calc((100vw - 1370px) / 2)) 24px;
  z-index: -1;
  border: 1px solid rgba(201, 154, 82, 0.28);
  background:
    linear-gradient(90deg, rgba(255, 244, 223, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 244, 223, 0.02) 1px, transparent 1px);
  background-size: 92px 92px;
  content: "";
  pointer-events: none;
}

.home-page .hero-signature::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 21%;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)),
    repeating-linear-gradient(102deg, rgba(255, 244, 223, 0.025) 0 1px, transparent 1px 18px),
    #0b0705;
  content: "";
  pointer-events: none;
}

.hero-signature__shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  width: min(1320px, 100%);
  align-items: center;
  gap: clamp(24px, 5vw, 76px);
  margin: 0 auto;
}

.hero-signature__content {
  position: relative;
  z-index: 3;
  padding-left: clamp(0px, 2vw, 28px);
}

.hero-signature__label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: var(--barock-gold-light);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-signature__label::before {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, var(--barock-teal), var(--barock-gold));
  content: "";
}

.home-page .hero-signature h1 {
  max-width: 730px;
  margin: 0;
  color: var(--barock-ivory);
  font-size: clamp(4.6rem, 7.6vw, 8.8rem);
  font-weight: 600;
  line-height: 0.88;
  text-wrap: balance;
}

.home-page .hero-signature h1 span {
  display: block;
}

.home-page .hero-signature h1 span:last-child {
  color: #f3c4bd;
  font-style: italic;
  text-shadow: 0 16px 46px rgba(167, 47, 60, 0.18);
}

.hero-signature__copy {
  max-width: 580px;
  margin: 26px 0 0;
  color: #e6d7bd;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 500;
  line-height: 1.7;
}

.hero-signature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-signature__actions .button {
  min-height: 56px;
  border-radius: 2px;
  padding-inline: 30px;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.hero-signature__primary {
  border: 1px solid rgba(239, 208, 143, 0.72);
  background: linear-gradient(135deg, var(--barock-gold-light), var(--barock-gold));
  color: #160c08;
  box-shadow: 0 18px 42px rgba(201, 154, 82, 0.2);
}

.hero-signature__secondary {
  border: 1px solid rgba(118, 208, 199, 0.48);
  background: rgba(9, 6, 5, 0.66);
  color: var(--barock-ivory);
  box-shadow: inset 0 1px 0 rgba(255, 244, 223, 0.08);
}

.hero-signature__actions .button:hover,
.hero-signature__actions .button:focus-visible {
  transform: translateY(-3px);
}

.hero-signature__primary:hover,
.hero-signature__primary:focus-visible {
  box-shadow: 0 20px 48px rgba(201, 154, 82, 0.3);
}

.hero-signature__secondary:hover,
.hero-signature__secondary:focus-visible {
  border-color: rgba(118, 208, 199, 0.76);
  background: rgba(11, 111, 105, 0.16);
}

.hero-signature__visual {
  position: relative;
  display: grid;
  width: min(690px, 100%);
  aspect-ratio: 1;
  place-items: center;
  justify-self: end;
}

.hero-signature__picture {
  position: relative;
  z-index: 3;
  display: block;
  width: min(94%, 650px);
}

.hero-signature__product {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.48);
  transform-origin: 50% 72%;
  animation: barockProductFloat 7s ease-in-out infinite;
}

.hero-signature__halo {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.hero-signature__halo--outer {
  width: 88%;
  aspect-ratio: 1;
  border: 1px solid;
  border-color: rgba(201, 154, 82, 0.76) rgba(201, 154, 82, 0.08) rgba(11, 111, 105, 0.72) rgba(11, 111, 105, 0.12);
  animation: barockHaloTurn 18s linear infinite;
}

.hero-signature__halo--inner {
  width: 73%;
  aspect-ratio: 1;
  border: 1px solid;
  border-color: rgba(11, 111, 105, 0.24) rgba(239, 208, 143, 0.62) rgba(239, 208, 143, 0.1) rgba(11, 111, 105, 0.68);
  animation: barockHaloTurnReverse 24s linear infinite;
}

.hero-signature__product-note {
  position: absolute;
  right: -4px;
  bottom: 10%;
  z-index: 4;
  display: grid;
  gap: 3px;
  min-width: 190px;
  border-top: 1px solid rgba(201, 154, 82, 0.5);
  border-bottom: 1px solid rgba(11, 111, 105, 0.72);
  padding: 13px 16px;
  background: rgba(10, 7, 5, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-signature__product-note span {
  color: var(--barock-gold-light);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-signature__product-note strong {
  color: var(--barock-ivory);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.hero-signature__atmosphere,
.hero-signature__atmosphere > span {
  position: absolute;
  pointer-events: none;
}

.hero-signature__atmosphere {
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-signature__monogram {
  top: 47%;
  left: 47%;
  color: rgba(11, 111, 105, 0.1);
  font-family: var(--font-display);
  font-size: clamp(24rem, 44vw, 46rem);
  font-weight: 600;
  line-height: 0.7;
  transform: translate3d(-50%, -50%, 0);
}

.hero-signature__streak {
  width: 34vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(118, 208, 199, 0.54), transparent);
  opacity: 0.38;
}

.hero-signature__streak--one {
  top: 29%;
  right: 2%;
  transform: rotate(-12deg);
  animation: barockLightDrift 8s ease-in-out infinite;
}

.hero-signature__streak--two {
  right: 10%;
  bottom: 24%;
  background: linear-gradient(90deg, transparent, rgba(239, 208, 143, 0.46), transparent);
  transform: rotate(8deg);
  animation: barockLightDrift 10s 1.2s ease-in-out infinite reverse;
}

.hero-signature__particle {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--barock-gold-light);
  opacity: 0.48;
  animation: barockParticleRise 7s ease-in-out infinite;
}

.hero-signature__particle--one { top: 28%; right: 16%; }
.hero-signature__particle--two { top: 61%; right: 43%; animation-delay: 1.8s; }
.hero-signature__particle--three { top: 72%; right: 8%; animation-delay: 3.2s; }

.hero-signature__scroll {
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #d8ccb9;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-signature__scroll i {
  display: block;
  width: 1px;
  height: 28px;
  background: linear-gradient(var(--barock-gold-light), transparent);
  animation: barockScrollCue 2s ease-in-out infinite;
}

@keyframes barockProductFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -8px, 0) scale(1.006); }
}

@keyframes barockHaloTurn {
  to { transform: rotate(360deg); }
}

@keyframes barockHaloTurnReverse {
  to { transform: rotate(-360deg); }
}

@keyframes barockLightDrift {
  0%, 100% { opacity: 0.2; transform: translate3d(-12px, 0, 0) rotate(-12deg); }
  50% { opacity: 0.5; transform: translate3d(16px, 0, 0) rotate(-12deg); }
}

@keyframes barockParticleRise {
  0%, 100% { opacity: 0.18; transform: translate3d(0, 10px, 0); }
  50% { opacity: 0.62; transform: translate3d(0, -14px, 0); }
}

@keyframes barockScrollCue {
  0%, 100% { opacity: 0.38; transform: scaleY(0.55); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
}

html.barock-loader-pending body:not(.hero-ready) .site-header,
html.barock-loader-pending body:not(.hero-ready) .hero-signature__label,
html.barock-loader-pending body:not(.hero-ready) .hero-signature h1 span,
html.barock-loader-pending body:not(.hero-ready) .hero-signature__copy,
html.barock-loader-pending body:not(.hero-ready) .hero-signature__actions,
html.barock-loader-pending body:not(.hero-ready) .hero-signature__visual,
html.barock-loader-pending body:not(.hero-ready) .hero-signature__scroll,
html.barock-loader-pending body:not(.hero-ready) .hero-signature__atmosphere {
  opacity: 0;
}

html.barock-loader-pending body:not(.hero-ready) .site-header {
  transform: translate3d(-50%, -12px, 0);
}

html.barock-loader-pending body:not(.hero-ready) .hero-signature__label,
html.barock-loader-pending body:not(.hero-ready) .hero-signature h1 span,
html.barock-loader-pending body:not(.hero-ready) .hero-signature__copy,
html.barock-loader-pending body:not(.hero-ready) .hero-signature__actions {
  transform: translate3d(0, 24px, 0);
}

html.barock-loader-pending body:not(.hero-ready) .hero-signature__visual {
  transform: translate3d(0, 34px, 0) scale(0.97);
}

.home-page .site-header,
.hero-signature__label,
.hero-signature h1 span,
.hero-signature__copy,
.hero-signature__actions,
.hero-signature__visual,
.hero-signature__scroll,
.hero-signature__atmosphere {
  transition:
    opacity 480ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-signature__label { transition-delay: 100ms; }
.hero-signature h1 span:first-child { transition-delay: 180ms; }
.hero-signature h1 span:last-child { transition-delay: 280ms; }
.hero-signature__copy { transition-delay: 390ms; }
.hero-signature__actions { transition-delay: 490ms; }
.hero-signature__visual { transition-delay: 330ms; }
.hero-signature__atmosphere { transition-delay: 40ms; }
.hero-signature__scroll { transition-delay: 860ms; }

html.mobile-menu-open .hero-signature__product,
html.mobile-menu-open .hero-signature__halo,
html.mobile-menu-open .hero-signature__streak,
html.mobile-menu-open .hero-signature__particle,
html.mobile-menu-open .hero-signature__scroll i,
body.menu-modal-open .hero-signature__product,
body.menu-modal-open .hero-signature__halo,
body.menu-modal-open .hero-signature__streak,
body.menu-modal-open .hero-signature__particle,
body.menu-modal-open .hero-signature__scroll i,
body.hero-motion-paused .hero-signature__product,
body.hero-motion-paused .hero-signature__halo,
body.hero-motion-paused .hero-signature__streak,
body.hero-motion-paused .hero-signature__particle,
body.hero-motion-paused .hero-signature__scroll i,
body.hero-motion-paused .site-loader__ring {
  animation-play-state: paused;
}

.home-page .barock-visit .button,
.home-page .contact-atelier .button {
  min-height: 56px;
  border: 1px solid rgba(239, 208, 143, 0.72);
  border-radius: 2px;
  padding-inline: 30px;
  background: linear-gradient(135deg, var(--barock-gold-light), var(--barock-gold));
  color: #160c08;
  box-shadow: 0 18px 42px rgba(201, 154, 82, 0.2);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.barock-section-shell {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.barock-selection,
.barock-salon,
.barock-visit {
  position: relative;
  overflow: clip;
  scroll-margin-top: 96px;
}

.barock-selection {
  padding: clamp(96px, 11vw, 164px) 28px;
  background:
    linear-gradient(112deg, rgba(255, 244, 223, 0.04), transparent 34%),
    radial-gradient(circle at 10% 20%, rgba(11, 111, 105, 0.2), transparent 28%),
    linear-gradient(180deg, #140d09, #090605);
}

.barock-selection::before {
  position: absolute;
  inset: 0;
  background:
    url("./assets/site/baroque-vault.svg") right -80px top -40px / min(640px, 58vw) auto no-repeat;
  content: "";
  opacity: 0.09;
  pointer-events: none;
}

.salon-heading h2,
.visit-heading h2,
.contact-intro h2 {
  color: var(--barock-ivory);
  font-weight: 600;
  text-wrap: balance;
}

.barock-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(201, 154, 82, 0.52);
  padding-bottom: 7px;
  color: var(--barock-gold-light);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.barock-text-link span {
  color: #76d0c7;
}

.visit-label {
  color: var(--barock-gold) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.selection-fan-heading {
  width: min(820px, 100%);
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.selection-fan-heading .eyebrow {
  justify-content: center;
  margin-bottom: 18px;
}

.selection-fan-heading h2 {
  margin: 0;
  color: var(--barock-ivory);
  font-size: clamp(3.5rem, 7vw, 7.2rem);
  font-weight: 600;
  line-height: 0.92;
  text-wrap: balance;
}

.selection-fan-heading > p:last-child {
  max-width: 650px;
  margin: 24px auto 0;
  color: var(--barock-marble);
  font-size: clamp(0.96rem, 1.5vw, 1.08rem);
  line-height: 1.75;
}

.selection-fan {
  position: relative;
  isolation: isolate;
  outline: none;
}

.selection-fan::before {
  position: absolute;
  top: 8%;
  left: 50%;
  z-index: -1;
  width: min(760px, 74vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 111, 105, 0.18), rgba(201, 154, 82, 0.08) 38%, transparent 68%);
  content: "";
  opacity: 0.8;
  pointer-events: none;
  transform: translateX(-50%);
}

.selection-fan:focus-visible {
  outline: 1px solid rgba(239, 208, 143, 0.72);
  outline-offset: 12px;
}

.selection-fan-stage {
  position: relative;
  width: 100%;
  height: clamp(420px, 45vw, 570px);
  overflow: clip;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  cursor: grab;
}

.selection-fan.is-dragging .selection-fan-stage {
  cursor: grabbing;
}

.selection-fan-card {
  position: absolute;
  top: 18px;
  left: 50%;
  display: block;
  width: clamp(190px, 21vw, 276px);
  aspect-ratio: 5 / 7;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 82, 0.5);
  border-radius: clamp(20px, 2.4vw, 28px);
  background: rgba(17, 10, 7, 0.86);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.54), inset 0 1px 0 rgba(255, 244, 223, 0.1);
  color: var(--barock-ivory);
  opacity: 0;
  transform: translate3d(-50%, 70px, 0);
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.selection-fan-card::after {
  position: absolute;
  inset: 9px;
  z-index: 3;
  border: 1px solid rgba(239, 208, 143, 0.2);
  border-radius: calc(clamp(20px, 2.4vw, 28px) - 7px);
  content: "";
  pointer-events: none;
}

.selection-fan-card picture,
.selection-fan-card img {
  display: block;
  width: 100%;
  height: 100%;
}

.selection-fan-card img {
  object-fit: cover;
  object-position: center;
  -webkit-user-drag: none;
  user-select: none;
  transform: scale(1.01);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.selection-fan-card__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 46%, rgba(4, 2, 1, 0.2) 60%, rgba(5, 3, 2, 0.96) 100%);
  pointer-events: none;
}

.selection-fan-card__copy {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  display: grid;
  gap: 7px;
  opacity: 0.74;
  transform: translate3d(0, 9px, 0);
  transition: opacity 320ms ease, transform 320ms ease;
}

.selection-fan-card__copy strong {
  color: var(--barock-ivory);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1;
  text-wrap: balance;
}

.selection-fan-card__copy small {
  color: var(--barock-gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.selection-fan-card.is-active {
  border-color: rgba(239, 208, 143, 0.78);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.62), 0 0 36px rgba(11, 111, 105, 0.18), inset 0 1px 0 rgba(255, 244, 223, 0.16);
}

.selection-fan-card.is-active .selection-fan-card__copy,
.selection-fan-card:hover .selection-fan-card__copy,
.selection-fan-card:focus-visible .selection-fan-card__copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.selection-fan-card.is-active:hover img,
.selection-fan-card.is-active:focus-visible img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.045);
}

.selection-fan-card:focus-visible {
  outline: 2px solid var(--barock-gold-light);
  outline-offset: 4px;
}

.selection-fan-controls {
  display: grid;
  grid-template-columns: 48px minmax(64px, auto) 48px;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.selection-fan-controls button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(201, 154, 82, 0.5);
  border-radius: 50%;
  background: rgba(255, 244, 223, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--barock-ivory);
  cursor: pointer;
  font-size: 1.08rem;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.selection-fan-controls button:hover,
.selection-fan-controls button:focus-visible {
  border-color: var(--barock-gold-light);
  background: var(--barock-gold);
  color: #140d09;
  transform: translateY(-2px);
}

.selection-fan-controls button:focus-visible {
  outline: 2px solid var(--barock-gold-light);
  outline-offset: 3px;
}

.selection-fan-controls span {
  color: var(--barock-marble);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.selection-fan-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(36px, 5vw, 62px);
}

.barock-salon {
  padding: clamp(96px, 11vw, 160px) 28px;
  background:
    linear-gradient(180deg, rgba(4, 30, 28, 0.82), rgba(7, 4, 3, 0.94)),
    url("./assets/site/baroque-stilllife.svg") center / cover no-repeat,
    #061b19;
}

.barock-salon::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(201, 154, 82, 0.06) 1px, transparent 1px);
  background-size: 12.5% 100%;
  content: "";
  opacity: 0.42;
  pointer-events: none;
}

.salon-heading {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: clamp(30px, 7vw, 100px);
  align-items: end;
  margin-bottom: clamp(54px, 8vw, 94px);
}

.salon-heading h2 {
  max-width: 830px;
  font-size: clamp(4.1rem, 7.6vw, 7.8rem);
  line-height: 0.88;
}

.salon-heading > p {
  border-left: 1px solid rgba(201, 154, 82, 0.48);
  padding-left: 24px;
  color: var(--barock-marble);
  line-height: 1.8;
}

.salon-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(9, 82px);
  gap: 14px;
}

.salon-scene {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(201, 154, 82, 0.45);
  background: #080503;
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.salon-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.12) brightness(0.74);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), filter 400ms ease;
}

.salon-scene:hover img {
  filter: saturate(1) contrast(1.1) brightness(0.86);
  transform: scale(1.045);
}

.salon-scene figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  border-top: 1px solid rgba(239, 208, 143, 0.48);
  padding-top: 9px;
  color: var(--barock-ivory);
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.salon-scene-grand {
  grid-column: 1 / 8;
  grid-row: 1 / 7;
}

.salon-scene-coffee {
  grid-column: 8 / 13;
  grid-row: 1 / 4;
}

.salon-scene-dessert {
  grid-column: 8 / 13;
  grid-row: 4 / 7;
}

.salon-scene-table {
  grid-column: 1 / 6;
  grid-row: 7 / 10;
}

.salon-quote {
  position: relative;
  grid-column: 6 / 13;
  grid-row: 7 / 10;
  display: grid;
  align-content: center;
  margin: 0;
  border-top: 1px solid rgba(201, 154, 82, 0.58);
  border-bottom: 1px solid rgba(11, 111, 105, 0.84);
  padding: clamp(24px, 4vw, 48px);
  background:
    radial-gradient(circle at 90% 10%, rgba(11, 111, 105, 0.24), transparent 34%),
    rgba(7, 5, 4, 0.7);
}

.salon-quote > span {
  color: var(--barock-gold-light);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.salon-quote blockquote {
  max-width: 780px;
  margin: 16px 0;
  color: var(--barock-ivory);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.4vw, 3.4rem);
  line-height: 1.08;
}

.salon-quote > p {
  color: #78cdc4;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.salon-quote .barock-text-link {
  width: max-content;
  margin-top: 10px;
}

.barock-visit {
  padding: clamp(96px, 11vw, 160px) 28px 0;
  background:
    radial-gradient(circle at 82% 4%, rgba(201, 154, 82, 0.14), transparent 28%),
    linear-gradient(132deg, #17100c, #080503 62%);
}

.barock-visit::before {
  position: absolute;
  inset: 0;
  background:
    url("./assets/site/baroque-ornament.svg") right -120px top 40px / min(640px, 54vw) auto no-repeat;
  content: "";
  opacity: 0.08;
  pointer-events: none;
}

.visit-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: clamp(30px, 8vw, 120px);
  align-items: end;
  margin-bottom: 52px;
  border-bottom: 1px solid rgba(201, 154, 82, 0.42);
  padding-bottom: 26px;
}

.visit-heading h2 {
  max-width: 840px;
  font-size: clamp(4rem, 7.4vw, 7.4rem);
  line-height: 0.94;
}

.visit-heading > p {
  color: var(--barock-marble);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.8;
}

.visit-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  min-height: 590px;
  border: 1px solid rgba(201, 154, 82, 0.44);
  clip-path: polygon(26px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%, 0 26px);
}

.visit-map-frame {
  min-height: 590px;
  background: #060403;
}

.visit-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 590px;
  border: 0;
  filter: sepia(0.36) saturate(0.72) contrast(1.06) brightness(0.8) hue-rotate(118deg);
}

.visit-details {
  position: relative;
  display: grid;
  align-content: center;
  overflow: hidden;
  border-left: 1px solid rgba(201, 154, 82, 0.42);
  padding: clamp(34px, 5vw, 62px);
  background:
    linear-gradient(145deg, rgba(8, 62, 58, 0.96), rgba(4, 35, 32, 0.98));
}

.visit-monogram {
  position: absolute;
  top: -4%;
  right: -4%;
  color: rgba(239, 208, 143, 0.11);
  font-family: var(--font-display);
  font-size: clamp(13rem, 22vw, 22rem);
  line-height: 0.8;
}

.visit-details strong {
  position: relative;
  margin: 6px 0 20px;
  color: var(--barock-ivory);
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 4vw, 4.4rem);
  font-weight: 600;
  line-height: 0.98;
}

.visit-details > p:not(.visit-label) {
  position: relative;
  color: #c9ddd7;
  line-height: 1.7;
}

.visit-details .button {
  position: relative;
  width: max-content;
  margin-top: 18px;
}

.contact-atelier {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(40px, 8vw, 110px);
  margin-top: clamp(90px, 11vw, 150px);
  border-top: 1px solid rgba(201, 154, 82, 0.42);
  padding: clamp(72px, 9vw, 120px) 0;
  scroll-margin-top: 112px;
}

.contact-intro h2 {
  max-width: 620px;
  font-size: clamp(3.8rem, 6.8vw, 6.8rem);
  line-height: 0.96;
}

.contact-intro > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--barock-marble);
  line-height: 1.75;
}

.home-page .contact-atelier .contact-form {
  display: grid;
  gap: 20px;
  border: 0 !important;
  border-left: 1px solid rgba(11, 111, 105, 0.8) !important;
  border-radius: 0 !important;
  padding: 8px 0 8px clamp(30px, 5vw, 68px) !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.home-page .contact-atelier .contact-form:hover {
  transform: none !important;
}

.home-page .contact-atelier .contact-form label {
  color: var(--barock-gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .contact-atelier input,
.home-page .contact-atelier textarea {
  border: 0;
  border-bottom: 1px solid rgba(239, 208, 143, 0.36);
  border-radius: 0;
  background: rgba(5, 3, 2, 0.5);
  color: var(--barock-ivory);
  box-shadow: inset 3px 0 0 rgba(11, 111, 105, 0.5);
}

.home-page .contact-atelier input::placeholder,
.home-page .contact-atelier textarea::placeholder {
  color: #9f927f;
}

.home-page .contact-atelier input:focus,
.home-page .contact-atelier textarea:focus {
  border-bottom-color: var(--barock-gold-light);
  box-shadow: inset 3px 0 0 var(--barock-teal), 0 10px 28px rgba(0, 0, 0, 0.18);
}

.home-page .contact-atelier .button {
  width: max-content;
}

.home-page .footer {
  position: relative;
  border-top: 1px solid rgba(11, 111, 105, 0.68);
  background:
    linear-gradient(90deg, rgba(7, 67, 63, 0.14), transparent 30%),
    #050302;
}

.home-page .footer::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(480px, 62vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--barock-gold), transparent);
  content: "";
  transform: translateX(-50%);
}

@media (max-width: 1080px) {
  .hero-signature__shell {
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    gap: 20px;
  }

  .home-page .hero-signature h1 {
    font-size: clamp(4.1rem, 8vw, 6.8rem);
  }

  .hero-signature__product-note {
    right: 0;
  }

  .salon-heading,
  .visit-heading {
    grid-template-columns: 1fr 1fr;
  }

  .salon-mosaic {
    grid-template-rows: repeat(9, 70px);
  }

  .visit-stage {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  }
}

@media (max-width: 900px) {
  .home-page .hero-signature {
    min-height: auto;
    padding-top: 128px;
    padding-bottom: 82px;
  }

  .hero-signature__shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-signature__content {
    width: min(670px, 100%);
    padding-left: 18px;
  }

  .home-page .hero-signature h1 {
    font-size: clamp(4.6rem, 12vw, 7.2rem);
  }

  .hero-signature__visual {
    width: min(690px, 88vw);
    justify-self: center;
  }

  .salon-heading,
  .visit-heading,
  .contact-atelier {
    grid-template-columns: 1fr;
  }

  .salon-heading > p {
    max-width: 620px;
  }

  .visit-stage {
    grid-template-columns: 1fr;
  }

  .visit-details {
    min-height: 420px;
    border-top: 1px solid rgba(201, 154, 82, 0.42);
    border-left: 0;
  }

  .home-page .contact-atelier .contact-form {
    border-top: 1px solid rgba(11, 111, 105, 0.8) !important;
    border-left: 0 !important;
    padding: 42px 0 0 !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 64px;
    padding: 8px 10px 8px 14px;
    border-radius: 999px;
    background: rgba(18, 12, 8, 0.94);
    -webkit-backdrop-filter: blur(3px) saturate(1.02) !important;
    backdrop-filter: blur(3px) saturate(1.02) !important;
    clip-path: none;
  }

  .brand,
  .brand img {
    width: 84px;
  }

  .menu-toggle {
    border-radius: 50%;
  }

  .mobile-menu {
    top: 84px;
    border-radius: 22px;
    background:
      linear-gradient(160deg, rgba(7, 67, 63, 0.16), transparent 40%),
      rgba(18, 12, 8, 0.97);
    -webkit-backdrop-filter: blur(3px) saturate(1.02) !important;
    backdrop-filter: blur(3px) saturate(1.02) !important;
    clip-path: none;
    will-change: auto;
  }

  .mobile-menu a {
    border-color: transparent !important;
    border-radius: 10px;
    background: transparent !important;
    box-shadow: none !important;
    will-change: auto;
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus-visible,
  .mobile-menu a[aria-current="page"],
  .mobile-menu a:active {
    border-color: transparent !important;
    background: transparent !important;
    color: var(--barock-ivory) !important;
    box-shadow: none !important;
  }

  .mobile-menu a::after {
    position: absolute;
    bottom: 5px;
    left: 12px;
    width: 30px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--barock-teal), var(--barock-gold));
    content: "";
    opacity: 0;
    transform: scaleX(0.35);
    transform-origin: left;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-menu a:hover::after,
  .mobile-menu a:focus-visible::after,
  .mobile-menu a[aria-current="page"]::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .home-page .hero-signature {
    padding: 106px 16px 68px;
  }

  .home-page .hero-signature::before {
    inset: 86px 10px 16px;
    background-size: 68px 68px;
  }

  .hero-signature__content {
    padding: 0 8px;
  }

  .home-page .hero-signature h1 {
    font-size: clamp(3.75rem, 15.5vw, 6rem);
    line-height: 0.91;
  }

  .hero-signature__copy {
    margin-top: 20px;
    font-size: 0.98rem;
  }

  .hero-signature__actions {
    margin-top: 26px;
  }

  .hero-signature__actions .button {
    min-height: 52px;
  }

  .hero-signature__visual {
    width: min(640px, 96vw);
  }

  .hero-signature__product-note {
    right: 3%;
    bottom: 6%;
    min-width: 168px;
    padding: 10px 12px;
    background: rgba(10, 7, 5, 0.9);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .hero-signature__product-note strong {
    font-size: 1.08rem;
  }

  .hero-signature__scroll {
    bottom: 12px;
  }

  .barock-selection,
  .barock-salon,
  .barock-visit {
    padding-right: 16px;
    padding-left: 16px;
  }

  .salon-heading h2,
  .visit-heading h2,
  .contact-intro h2 {
    font-size: clamp(3.1rem, 14vw, 5.4rem);
  }

  .selection-fan-heading h2 {
    font-size: clamp(3.25rem, 13vw, 5.3rem);
  }

  .selection-fan-stage {
    height: clamp(375px, 116vw, 470px);
  }

  .selection-fan-card {
    top: 12px;
    width: min(61vw, 235px);
    border-radius: 22px;
  }

  .selection-fan-card__copy {
    right: 18px;
    bottom: 19px;
    left: 18px;
  }

  .selection-fan-card__copy strong {
    font-size: clamp(1.35rem, 6vw, 1.7rem);
  }

  .salon-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 10px;
  }

  .salon-scene-grand,
  .salon-scene-coffee,
  .salon-scene-dessert,
  .salon-scene-table,
  .salon-quote {
    grid-column: auto;
    grid-row: auto;
  }

  .salon-scene {
    min-height: 240px;
  }

  .salon-scene-grand,
  .salon-quote {
    grid-column: 1 / -1;
  }

  .salon-scene-grand {
    min-height: 420px;
  }

  .salon-quote {
    min-height: 330px;
  }

  .visit-heading > p {
    border-left: 1px solid rgba(201, 154, 82, 0.48);
    padding-left: 18px;
  }

  .visit-stage,
  .visit-map-frame,
  .visit-map-frame iframe {
    min-height: 430px;
  }

  .visit-stage {
    clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  }

  .contact-atelier {
    margin-top: 84px;
    padding-bottom: 88px;
  }
}

@media (max-width: 460px) {
  .hero-signature__label {
    gap: 10px;
    font-size: 0.64rem;
  }

  .hero-signature__label::before {
    width: 28px;
  }

  .home-page .hero-signature h1 {
    font-size: clamp(3.25rem, 16.4vw, 4.5rem);
  }

  .hero-signature__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-signature__actions .button {
    width: 100%;
  }

  .hero-signature__visual {
    width: calc(100vw - 14px);
    margin-left: -1px;
  }

  .hero-signature__product-note {
    right: 5%;
    bottom: 3%;
    min-width: 152px;
  }

  .hero-signature__monogram {
    left: 56%;
    font-size: 27rem;
  }

  .salon-scene {
    min-height: 190px;
  }

  .salon-scene-grand {
    min-height: 330px;
  }

  .salon-quote {
    min-height: 350px;
  }

  .visit-details {
    min-height: 390px;
    padding: 30px 24px;
  }

  .home-page .contact-atelier .button,
  .home-page .barock-visit .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader__logo,
  .site-loader__ring,
  .hero-signature__product,
  .hero-signature__halo,
  .hero-signature__streak,
  .hero-signature__particle,
  .hero-signature__scroll i {
    animation: none !important;
  }

  html.barock-loader-pending body:not(.hero-ready) .hero-signature__label,
  html.barock-loader-pending body:not(.hero-ready) .hero-signature h1 span,
  html.barock-loader-pending body:not(.hero-ready) .hero-signature__copy,
  html.barock-loader-pending body:not(.hero-ready) .hero-signature__actions,
  html.barock-loader-pending body:not(.hero-ready) .hero-signature__visual {
    transform: none;
  }

  .selection-fan-card img,
  .salon-scene img {
    transition-duration: 1ms;
  }

  .selection-fan-card,
  .selection-fan-card__copy {
    transition-duration: 1ms;
  }
}
