/* Yalnızca sitede gereken temel Latin ve Türkçe glifler. */
@font-face {
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/alegreya-sans-400-core.98ec64432d7d.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2013-2014, U+2018-201D, U+2020, U+2026, U+20AC, U+20BA, U+2122, U+2191, U+2193, U+2197, U+2212, U+2215;
}

@font-face {
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/alegreya-sans-400-tr.9d50efa652fd.woff2") format("woff2");
  unicode-range: U+011E-011F, U+0130, U+015E-015F;
}

@font-face {
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/alegreya-sans-500-core.ed97795d2b44.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2013-2014, U+2018-201D, U+2020, U+2026, U+20AC, U+20BA, U+2122, U+2191, U+2193, U+2197, U+2212, U+2215;
}

@font-face {
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/alegreya-sans-500-tr.3fed1e319850.woff2") format("woff2");
  unicode-range: U+011E-011F, U+0130, U+015E-015F;
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/bodoni-moda-500-core.18165d8087da.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2013-2014, U+2018-201D, U+2020, U+2026, U+20AC, U+20BA, U+2122, U+2191, U+2193, U+2197, U+2212, U+2215;
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/bodoni-moda-500-tr.1ddb307e5eb2.woff2") format("woff2");
  unicode-range: U+011E-011F, U+0130, U+015E-015F;
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/bodoni-moda-600-core.18165d8087da.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2013-2014, U+2018-201D, U+2020, U+2026, U+20AC, U+20BA, U+2122, U+2191, U+2193, U+2197, U+2212, U+2215;
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/bodoni-moda-600-tr.1ddb307e5eb2.woff2") format("woff2");
  unicode-range: U+011E-011F, U+0130, U+015E-015F;
}

:root {
  color-scheme: dark;
  --night: #080706;
  --night-soft: #0e0b08;
  --walnut: #2a170c;
  --walnut-deep: #160d08;
  --brass: #b78645;
  --brass-light: #d4ad73;
  --ivory: #f0e2c8;
  --ivory-soft: #d6c8af;
  --muted: #a99a84;
  --red: #8f2428;
  --red-bright: #b7373c;
  --line: rgba(240, 226, 200, 0.16);
  --line-strong: rgba(183, 134, 69, 0.58);
  --display: "Bodoni Moda", "Bodoni MT", Didot, Georgia, serif;
  --body: "Alegreya Sans", "Segoe UI", Arial, sans-serif;
  --shell: min(1440px, calc(100% - 2 * clamp(1.5rem, 5vw, 5.5rem)));
  --header-height: 5.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--brass) var(--night);
}

body {
  margin: 0;
  min-width: 20rem;
  background: var(--night);
  color: var(--ivory);
  font-family: var(--body);
  font-size: 1.075rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  background: var(--red);
  color: #fffaf0;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 2px solid #f0c66d;
  outline-offset: 4px;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 1.5rem);
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--ivory);
  color: var(--night);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.72), transparent);
  transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled,
body.nav-open .site-header {
  border-color: var(--line);
  background: rgba(8, 7, 6, 0.92);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--shell);
  height: 100%;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.7rem;
  color: var(--ivory);
  line-height: 1;
}

.brand__name {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.brand__type {
  color: var(--brass-light);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.3vw, 2.6rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  color: var(--ivory-soft);
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 1px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="location"] {
  color: var(--ivory);
}

.site-nav a:hover::after,
.site-nav a[aria-current="location"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav .site-nav__reservation {
  min-height: 2.65rem;
  padding-inline: 1.25rem;
  border: 1px solid var(--line-strong);
  color: var(--ivory);
}

.site-nav .site-nav__reservation::after {
  display: none;
}

.site-nav .site-nav__reservation:hover {
  border-color: var(--brass-light);
  background: rgba(183, 134, 69, 0.12);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-toggle__icon {
  display: grid;
  gap: 6px;
  width: 1.5rem;
}

.menu-toggle__icon i {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: max(44rem, 100svh);
  overflow: hidden;
  isolation: isolate;
}

.hero__media,
.hero__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.02) 0 47%, rgba(8, 7, 6, 0.26) 59%, rgba(8, 7, 6, 0.82) 80%, rgba(8, 7, 6, 0.96) 100%),
    linear-gradient(180deg, rgba(8, 7, 6, 0.34), transparent 22%, transparent 72%, rgba(8, 7, 6, 0.72));
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(20rem, 42%);
  align-items: center;
  padding-block: calc(var(--header-height) + 4rem) 5rem;
}

.hero__copy {
  position: relative;
  grid-column: 2;
  width: min(100%, 34rem);
  margin-left: clamp(2rem, 5vw, 6rem);
  padding-left: clamp(1.5rem, 3vw, 3rem);
}

.hero__copy::before {
  content: "";
  position: absolute;
  top: -2.25rem;
  bottom: -2.25rem;
  left: 0;
  width: 2.1rem;
  border-block: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}

.hero__tribute {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.45rem;
  width: fit-content;
  margin: 0 0 1.95rem;
}

.hero__flag {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: clamp(9rem, 10.8vw, 12rem);
  aspect-ratio: 3 / 2;
  padding: 0;
  border: 0;
  background: #9f101a;
  clip-path: polygon(0.5% 1%, 99.5% 0, 100% 98%, 74% 99.2%, 49% 98.3%, 23% 100%, 0 98.4%);
  overflow: hidden;
  isolation: isolate;
  contain: layout paint;
  box-shadow:
    0 1.35rem 3rem rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(240, 226, 200, 0.18),
    0 0 2.6rem rgba(227, 10, 23, 0.2),
    inset 0 1px rgba(255, 243, 232, 0.2);
  transform: rotate(-0.7deg);
  transform-origin: left center;
}

.hero__flag::before,
.hero__flag::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero__flag::before {
  z-index: 3;
  inset: -25%;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 248, 232, 0.34) 49%, transparent 63%);
  opacity: 0;
  transform: translateX(-110%);
}

.hero__flag::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(18, 9, 7, 0.3), transparent 23%, transparent 76%, rgba(18, 9, 7, 0.22)),
    linear-gradient(180deg, rgba(226, 193, 127, 0.1), transparent 28%, rgba(8, 7, 6, 0.2));
  box-shadow: inset 0 0 0 1px rgba(240, 226, 200, 0.1);
}

.hero__flag-fallback {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__flag img {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) sepia(0.04) brightness(0.92) contrast(1.08);
}

.hero__flag img.is-unavailable {
  display: none;
}

.hero__tribute.is-arriving .hero__flag {
  animation: flag-unfurl 1.05s cubic-bezier(0.2, 0.78, 0.22, 1) both;
  will-change: opacity, transform;
}

.hero__tribute.is-arriving .hero__flag::before {
  animation: flag-sheen 0.9s 0.48s ease-out both;
}

.hero__tribute.is-arriving .hero__tribute-copy {
  animation: tribute-copy-arrival 0.65s 0.32s ease-out both;
}

.hero__tribute.is-arriving::after {
  animation: tribute-line-arrival 0.75s 0.48s ease-out both;
  transform-origin: left center;
}

@keyframes flag-unfurl {
  0% {
    opacity: 0;
    transform: translateX(-0.9rem) scaleX(0.12) rotate(-0.7deg);
  }
  48% {
    opacity: 1;
  }
  76% {
    transform: translateX(0.12rem) scaleX(1.035) rotate(-0.7deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scaleX(1) rotate(-0.7deg);
  }
}

@keyframes flag-sheen {
  0% {
    opacity: 0;
    transform: translateX(-110%);
  }
  28% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translateX(110%);
  }
}

@keyframes tribute-copy-arrival {
  from {
    opacity: 0;
    transform: translateX(-0.8rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes tribute-line-arrival {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.hero__tribute::after {
  position: absolute;
  bottom: -0.9rem;
  left: 0;
  width: clamp(8.5rem, 13vw, 12rem);
  height: 1px;
  background: linear-gradient(90deg, #b3202a 0 42%, rgba(183, 134, 69, 0.52) 68%, rgba(183, 134, 69, 0) 100%);
  box-shadow: 0 0 0.55rem rgba(179, 32, 42, 0.24);
  content: "";
}

.hero__tribute-copy {
  display: grid;
  gap: 0.25rem;
  padding-left: 1.1rem;
  border-left: 1px solid rgba(183, 134, 69, 0.42);
  line-height: 1;
}

.hero__tribute-copy small {
  color: rgba(226, 193, 127, 0.62);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero__tribute-copy strong {
  color: #e5c98f;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__eyebrow,
.section-kicker {
  margin: 0 0 1.15rem;
  color: var(--brass-light);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.4rem, 7.2vw, 8.3rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.82;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  margin-top: 0.15em;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: 0.62em;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.25rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding-inline: 1.65rem;
  border: 1px solid transparent;
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

.button--primary {
  background: var(--red);
  color: #fff7eb;
}

.button--primary:hover {
  background: var(--red-bright);
}

.button--ghost {
  border-color: rgba(240, 226, 200, 0.42);
  color: var(--ivory);
}

.button--ghost:hover {
  border-color: var(--brass-light);
  background: rgba(8, 7, 6, 0.35);
}

.scroll-cue {
  position: absolute;
  right: clamp(1.5rem, 3vw, 3rem);
  bottom: 2.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-cue i {
  width: 1px;
  height: 2.75rem;
  background: linear-gradient(var(--brass), transparent);
}

.story {
  position: relative;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(183, 134, 69, 0.12) 50%, transparent 50.1%),
    var(--night-soft);
}

.story__grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.85fr) minmax(22rem, 1fr);
  gap: clamp(4rem, 10vw, 10rem);
}

.section-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.story__content {
  align-self: center;
  max-width: 40rem;
  color: var(--muted);
}

.story__content > p {
  margin: 0;
}

.story__content > p + p {
  margin-top: 1.25rem;
}

.story__content .story__intro {
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
  line-height: 1.35;
}

blockquote {
  margin: 3rem 0 0;
  padding: 1.4rem 0 0 1.6rem;
  border-top: 1px solid var(--line);
  border-left: 2px solid var(--brass);
}

blockquote p {
  margin: 0;
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: 1.4rem;
  font-style: italic;
}

blockquote cite {
  display: block;
  margin-top: 0.5rem;
  color: var(--brass-light);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-section {
  background:
    repeating-linear-gradient(90deg, transparent 0 7.5rem, rgba(183, 134, 69, 0.025) 7.5rem calc(7.5rem + 1px)),
    linear-gradient(180deg, var(--walnut-deep), #0d0907);
}

.menu-section__header {
  display: grid;
  grid-template-columns: 1fr minmax(18rem, 32rem);
  align-items: end;
  gap: 3rem;
}

.menu-section__summary {
  margin: 0 0 0.55rem;
  color: var(--muted);
  font-size: 1.1rem;
}

.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: clamp(3rem, 6vw, 5.5rem);
  border-block: 1px solid var(--line);
}

.category-nav a {
  position: relative;
  flex: 1 1 12rem;
  min-height: 4.25rem;
  padding: 1.4rem 1rem;
  border-right: 1px solid var(--line);
  color: var(--ivory-soft);
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.category-nav a:last-child {
  border-right: 0;
}

.category-nav a:hover {
  background: rgba(183, 134, 69, 0.08);
  color: var(--ivory);
}

.category-nav a::after {
  content: "↘";
  margin-left: 0.55rem;
  color: var(--brass);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(4rem, 7vw, 7rem) clamp(4rem, 8vw, 8.5rem);
  margin-top: clamp(4.5rem, 8vw, 7rem);
}

.menu-category {
  scroll-margin-top: calc(var(--header-height) + 2rem);
}

.menu-category__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line-strong);
}

.menu-category__header p {
  order: 2;
  margin: 0 0 0.2rem;
  color: var(--brass-light);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: right;
  text-transform: uppercase;
}

.menu-category__header h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.menu-list {
  display: grid;
  gap: 2rem;
  margin: 0;
  padding: 2rem 0 0;
  list-style: none;
}

.menu-item__link {
  position: relative;
  display: block;
  padding: 0.35rem 0 0.45rem;
  color: inherit;
  text-decoration: none;
}

.menu-item__link--with-image {
  display: grid;
  grid-template-columns: clamp(6.5rem, 9vw, 7.75rem) minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(1rem, 2vw, 1.4rem);
  align-items: start;
}

.menu-item__link::before {
  position: absolute;
  inset: -0.75rem -1rem;
  border-left: 2px solid transparent;
  background: linear-gradient(90deg, rgba(181, 132, 55, 0.08), transparent 72%);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease, border-color 180ms ease;
}

.menu-item__link > * {
  position: relative;
}

.menu-item__image {
  display: block;
  grid-row: 1 / span 3;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(181, 132, 55, 0.24);
  background: #130f0c;
  box-shadow: 0 0.65rem 1.5rem rgba(0, 0, 0, 0.16);
}

.menu-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
  opacity: 1;
  transition: opacity 180ms ease, transform 420ms ease, filter 220ms ease;
}

.menu-item__image img:not([src]) {
  opacity: 0;
}

.menu-item__link:hover .menu-item__image img,
.menu-item__link:focus-visible .menu-item__image img {
  filter: saturate(1) contrast(1.03) brightness(1.06);
  transform: scale(1.035);
}

.menu-item__link:hover::before,
.menu-item__link:focus-visible::before {
  border-left-color: var(--brass);
  opacity: 1;
}

.menu-item__link:focus-visible {
  outline: 2px solid var(--brass-light);
  outline-offset: 0.8rem;
}

.menu-item__heading {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}

.menu-item h4 {
  flex: 0 1 auto;
  margin: 0;
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(1.32rem, 1.9vw, 1.7rem);
  font-weight: 500;
  line-height: 1.2;
}

.menu-item__leader {
  flex: 1 1 2rem;
  min-width: 1rem;
  border-bottom: 1px dotted rgba(240, 226, 200, 0.26);
}

.menu-item__price {
  flex: none;
  color: var(--brass-light);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.menu-item p {
  margin: 0.38rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.45;
}

.menu-item__detail {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.65rem;
  color: var(--brass-light);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.menu-item__detail span {
  transition: transform 180ms ease;
}

.menu-item__link:hover .menu-item__detail span,
.menu-item__link:focus-visible .menu-item__detail span {
  transform: translate(0.18rem, -0.18rem);
}

.menu-note {
  margin: clamp(4rem, 7vw, 7rem) 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: #8e806e;
  font-size: 0.78rem;
  letter-spacing: 0.035em;
}

.menu-category__empty {
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.contact {
  background:
    radial-gradient(circle at 80% 20%, rgba(143, 36, 40, 0.14), transparent 30%),
    var(--night-soft);
}

.contact__header {
  display: grid;
  grid-template-columns: 1fr minmax(20rem, 34rem);
  align-items: end;
  gap: 4rem;
}

.contact__header > p {
  margin: 0 0 0.65rem;
  color: var(--muted);
}

.location-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(19rem, 0.55fr);
  margin-top: clamp(4rem, 7vw, 6rem);
  min-height: 32rem;
  overflow: hidden;
  border: 1px solid rgba(183, 134, 69, 0.55);
  box-shadow: 0 1.5rem 4rem rgba(3, 2, 2, 0.28);
}

.location-panel__map {
  position: relative;
  min-height: 32rem;
  overflow: hidden;
  background:
    linear-gradient(32deg, transparent 46%, rgba(183, 134, 69, 0.14) 47% 48%, transparent 49%),
    linear-gradient(145deg, transparent 57%, rgba(240, 226, 200, 0.08) 58% 59%, transparent 60%),
    repeating-linear-gradient(90deg, transparent 0 4.5rem, rgba(240, 226, 200, 0.045) 4.5rem calc(4.5rem + 1px)),
    repeating-linear-gradient(0deg, transparent 0 4.5rem, rgba(240, 226, 200, 0.045) 4.5rem calc(4.5rem + 1px)),
    var(--walnut-deep);
}

.location-panel__map::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  border: 1px solid rgba(226, 193, 127, 0.32);
  box-shadow:
    inset 0 0 0 0.4rem rgba(20, 12, 9, 0.12),
    inset 0 -4rem 5rem rgba(20, 12, 9, 0.13);
  content: "";
  pointer-events: none;
}

.location-panel__map iframe {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: grayscale(0.18) sepia(0.2) saturate(0.88) contrast(1.06);
  opacity: 0;
  transition: opacity 240ms ease;
}

.location-panel__map iframe[hidden] {
  display: none;
}

.location-panel__map.is-loaded iframe {
  opacity: 1;
}

.location-panel__map-fallback {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ivory-soft);
  text-align: center;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.location-panel__map.is-loaded .location-panel__map-fallback {
  visibility: hidden;
  opacity: 0;
}

.location-panel__map-fallback strong {
  margin-top: 1rem;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 500;
}

.location-panel__map-fallback > strong + span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-panel__map-load {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  margin-top: 1.35rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid var(--brass-light);
  background: rgba(8, 7, 6, 0.76);
  color: var(--ivory);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.location-panel__map-load:hover,
.location-panel__map-load:focus-visible {
  background: var(--brass-light);
  color: var(--night);
}

.location-panel__map-load:disabled {
  cursor: wait;
  opacity: 0.7;
}

.location-panel__map-load[hidden] {
  display: none;
}

.map-pin {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--brass-light);
  border-radius: 50% 50% 50% 0;
  background: var(--red);
  box-shadow: 0 0 0 0.65rem rgba(143, 36, 40, 0.14);
  transform: rotate(-45deg);
}

.map-pin::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--ivory);
  transform: translate(-50%, -50%);
}

.contact__label {
  margin: 0;
  color: var(--brass-light);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.location-panel__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 4rem);
  border-left: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(143, 36, 40, 0.1), transparent 44%),
    var(--walnut-deep);
}

.location-panel__details h3 {
  margin: 1.35rem 0 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.8vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.location-panel__details > p:not(.contact__label) {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.location-panel__phone {
  display: grid;
  gap: 0.35rem;
  margin-top: 2rem;
}

.location-panel__phone span {
  color: var(--brass-light);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.location-panel__phone a {
  justify-self: start;
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 500;
  line-height: 1.2;
  transition: color 180ms ease;
}

.location-panel__phone a:hover {
  color: var(--brass-light);
}

.location-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.location-panel__hours {
  display: grid;
  gap: 0.35rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.location-panel__hours span {
  color: var(--brass-light);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.location-panel__hours strong {
  color: var(--ivory-soft);
  font-size: 1rem;
  font-weight: 500;
}

.site-footer {
  padding-block: 2rem;
  border-top: 1px solid var(--line);
  background: #050403;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.brand--footer .brand__name {
  font-size: 1.3rem;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.site-footer nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-footer nav a {
  color: var(--ivory-soft);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer nav a:hover {
  color: var(--brass-light);
}

.site-footer .site-footer__copyright {
  color: var(--muted);
  white-space: nowrap;
}

.site-footer__social {
  display: inline-flex;
  align-items: center;
}

.site-footer__social svg {
  width: 1.1rem;
  height: 1.1rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 900;
  right: clamp(1rem, 2.5vw, 2rem);
  bottom: clamp(1rem, 2.5vw, 2rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--night-soft);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  color: #4fce5d;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  border-color: var(--brass-light);
  color: #5ee06d;
}

.whatsapp-float svg {
  width: 1.7rem;
  height: 1.7rem;
}

.detail-header__back {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ivory-soft);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.detail-header__back span {
  color: var(--brass-light);
  font-size: 1rem;
}

.detail-header__back:hover {
  color: var(--brass-light);
}

.product-detail-page {
  background: var(--night);
}

.product-detail {
  position: relative;
  min-height: calc(100svh - 6rem);
  padding: calc(var(--header-height) + clamp(3.5rem, 7vw, 7rem)) 0 clamp(5rem, 10vw, 9rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(181, 132, 55, 0.13), transparent 28rem),
    linear-gradient(135deg, #17110d 0%, var(--night) 48%, #0d0b09 100%);
}

.product-detail::before {
  position: absolute;
  top: 8rem;
  right: -11rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgba(181, 132, 55, 0.12);
  border-radius: 50%;
  content: "";
}

.product-detail__breadcrumb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
  color: #8f8170;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-detail__breadcrumb a {
  color: var(--ivory-soft);
}

.product-detail__breadcrumb a:hover {
  color: var(--brass-light);
}

.product-detail__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.75fr);
  align-items: start;
  gap: clamp(4rem, 9vw, 10rem);
}

.product-detail__intro {
  padding-top: clamp(1rem, 4vw, 3.5rem);
}

.product-detail__visual {
  position: relative;
  aspect-ratio: 3 / 2;
  margin: 0 0 clamp(2rem, 5vw, 3.5rem);
  overflow: hidden;
  border: 1px solid rgba(181, 132, 55, 0.42);
  background: #130f0c;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
}

.product-detail__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(8, 7, 6, 0.38));
  content: "";
  pointer-events: none;
}

.product-detail__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail__intro h1 {
  max-width: 12ch;
  margin: 0.7rem 0 1.4rem;
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(4rem, 9vw, 8.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.product-detail__description {
  max-width: 34rem;
  margin: 0;
  color: var(--ivory-soft);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.6;
}

.product-detail__price {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: clamp(2rem, 5vw, 3.5rem) 0 2rem;
  color: var(--brass-light);
}

.product-detail__price strong {
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.product-detail__price span {
  padding-top: 0.35rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.product-card {
  position: relative;
  border: 1px solid rgba(181, 132, 55, 0.52);
  background: rgba(24, 18, 14, 0.88);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
}

.product-card::before,
.product-card::after {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  pointer-events: none;
}

.product-card::before {
  top: -0.45rem;
  left: -0.45rem;
  border-top: 1px solid var(--brass-light);
  border-left: 1px solid var(--brass-light);
}

.product-card::after {
  right: -0.45rem;
  bottom: -0.45rem;
  border-right: 1px solid var(--brass-light);
  border-bottom: 1px solid var(--brass-light);
}

.product-card__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid rgba(181, 132, 55, 0.35);
  background: rgba(181, 132, 55, 0.09);
}

.product-card__heading span {
  color: var(--brass-light);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card__heading strong {
  color: var(--ivory-soft);
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 500;
}

.product-card__section {
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.product-card__section + .product-card__section {
  border-top: 1px solid var(--line);
}

.product-card__section h2 {
  margin: 0 0 0.8rem;
  color: var(--brass-light);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card__section p {
  margin: 0;
  color: var(--ivory-soft);
  font-size: 1.04rem;
  line-height: 1.7;
}

.product-card__section--allergen p {
  color: #e6c99a;
}

.product-card__section .product-card__empty {
  color: var(--muted);
  font-style: italic;
}

.product-card__note {
  margin: 0;
  padding: 1.1rem 1.5rem;
  border-top: 1px solid var(--line);
  color: #887968;
  font-size: 0.76rem;
  line-height: 1.5;
}

main:focus,
.hero:focus,
.section:focus {
  outline: none;
}

@media (max-width: 68rem) {
  .hero__inner {
    grid-template-columns: minmax(0, 52%) minmax(20rem, 48%);
  }

  .hero__copy {
    margin-left: 1.5rem;
  }

  .story__grid {
    gap: 5rem;
  }

  .menu-grid {
    column-gap: 4rem;
  }

  .site-footer__inner {
    grid-template-columns: auto 1fr auto;
  }

  .site-footer__copyright {
    grid-column: 2 / -1;
    justify-self: end;
  }
}

@media (max-width: 52rem) {
  :root {
    --header-height: 4.75rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    z-index: 999;
    inset: var(--header-height) 0 auto;
    max-height: calc(100svh - var(--header-height));
    overflow-y: auto;
    border-bottom: 1px solid var(--line);
    background: rgba(8, 7, 6, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.75rem);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav__list {
    display: grid;
    gap: 0;
    width: var(--shell);
    margin-inline: auto;
    padding-block: 1.25rem 2rem;
  }

  .site-nav li {
    border-bottom: 1px solid var(--line);
  }

  .site-nav li:last-child {
    margin-top: 1.25rem;
    border: 0;
  }

  .site-nav a {
    display: flex;
    min-height: 3.6rem;
    font-size: 0.85rem;
  }

  .site-nav a::after {
    bottom: 0;
  }

  .site-nav .site-nav__reservation {
    justify-content: center;
    min-height: 3.25rem;
  }

  .hero {
    display: grid;
    min-height: max(44rem, 100svh);
    padding-top: 0;
    background: var(--night);
  }

  .hero__media,
  .hero__shade {
    position: absolute;
    inset: 0;
    height: auto;
  }

  .hero__media img {
    object-position: 22% center;
  }

  .hero__shade {
    background:
      linear-gradient(180deg, rgba(8, 7, 6, 0.35), transparent 26%, rgba(8, 7, 6, 0.18) 48%, rgba(8, 7, 6, 0.92) 78%, var(--night) 100%),
      linear-gradient(90deg, rgba(8, 7, 6, 0.08), transparent 55%, rgba(8, 7, 6, 0.35));
  }

  .hero__inner {
    display: flex;
    align-items: flex-end;
    width: var(--shell);
    min-height: max(44rem, 100svh);
    padding: calc(var(--header-height) + 3rem) 0 1.25rem;
  }

  .hero__copy {
    width: 100%;
    min-width: 0;
    max-width: 33rem;
    margin: 0;
    padding: 1.25rem 0 0 1.5rem;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
  }

  .hero__copy::before {
    top: -1.5rem;
    bottom: -1.5rem;
    width: 1rem;
  }

  .hero__tribute {
    gap: 0.75rem;
    margin-bottom: 1.25rem;
  }

  .hero__flag {
    width: clamp(6.75rem, 25vw, 7.75rem);
  }

  .hero__tribute-copy {
    gap: 0.2rem;
    padding-left: 0.8rem;
  }

  .hero__tribute-copy small {
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }

  .hero__tribute-copy strong {
    font-size: 0.78rem;
    letter-spacing: 0.11em;
  }

  .hero h1 {
    font-size: clamp(3.75rem, 16vw, 5.5rem);
  }

  .scroll-cue {
    display: none;
  }

  .story {
    background: var(--night-soft);
  }

  .story__grid,
  .menu-section__header,
  .contact__header {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 4.5rem;
  }

  .location-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .location-panel__map {
    min-height: 24rem;
  }

  .location-panel__details {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .site-footer__inner {
    grid-template-columns: 1fr auto;
  }

  .site-footer__inner > p:first-of-type {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .site-footer nav {
    justify-content: flex-end;
  }

  .site-footer__copyright {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .product-detail {
    padding-top: calc(var(--header-height) + 3rem);
  }

  .product-detail__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .product-detail__intro {
    padding-top: 0;
  }

  .product-detail__intro h1 {
    font-size: clamp(3.8rem, 15vw, 6.5rem);
  }
}

@media (max-width: 36rem) {
  body {
    font-size: 1rem;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 2rem;
  }

  .hero__actions .button {
    min-width: 0;
    padding-inline: 0.75rem;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .hero__tribute-copy small {
    display: none;
  }

  .hero__tribute-copy strong {
    font-size: 0.72rem;
  }

  .detail-header__back {
    font-size: 0.64rem;
  }

  .product-detail__breadcrumb {
    margin-bottom: 2.5rem;
  }

  .product-detail__intro h1 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .product-card__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .location-panel__map {
    min-height: 19rem;
  }

  .location-panel__details {
    padding: 2rem 1.5rem;
  }

  .button {
    width: 100%;
  }

  .category-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .category-nav a {
    min-height: 3.75rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .category-nav a:nth-child(2n) {
    border-right: 0;
  }

  .category-nav a:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .menu-category__header {
    display: block;
  }

  .menu-category__header p {
    margin-top: 0.65rem;
    text-align: left;
  }

  .menu-item__heading {
    gap: 0.55rem;
  }

  .menu-item__link--with-image {
    grid-template-columns: 5.5rem minmax(0, 1fr);
    column-gap: 0.9rem;
  }

  .menu-item h4 {
    max-width: 70%;
  }

  .site-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
