:root {
  --ink: #17212b;
  --muted: #5d6975;
  --paper: #fffaf1;
  --panel: #ffffff;
  --line: rgba(23, 33, 43, 0.12);
  --blue: #123b66;
  --blue-dark: #07182b;
  --amber: #c78632;
  --amber-soft: #fff0d8;
  --shadow: 0 18px 50px rgba(9, 28, 47, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(16px, 4vw, 48px);
  color: #fff;
  background: rgba(5, 18, 32, 0.72);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: cover;
  object-position: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.72), 0 8px 22px rgba(0, 0, 0, 0.22);
}

.language-switcher {
  display: flex;
  padding: 4px;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}

.lang-button {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.lang-button img {
  display: block;
  width: 24px;
  height: 18px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(5, 18, 32, 0.18);
}

.lang-button.active {
  color: var(--blue-dark);
  background: #fff;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 120px clamp(18px, 6vw, 72px) 32px;
  color: #fff;
  background: var(--blue-dark);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(4, 13, 24, 0.54), rgba(4, 13, 24, 0.08) 54%, rgba(4, 13, 24, 0.34));
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding-bottom: 56px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--amber-soft);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero-address {
  margin: -2px 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 9vw, 7.4rem);
  line-height: 0.92;
  max-width: 760px;
}

.hero-subtitle {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-action,
.secondary-action,
.whatsapp-action,
.review-action,
.instagram-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
}

.primary-action {
  color: var(--blue-dark);
  background: #fff;
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.whatsapp-action {
  color: #fff;
  background: #1f9d55;
  box-shadow: 0 10px 28px rgba(31, 157, 85, 0.24);
}

.review-action {
  color: var(--blue-dark);
  background: #fff;
  box-shadow: 0 10px 28px rgba(255, 255, 255, 0.16);
}

.instagram-action {
  color: #fff;
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af);
  box-shadow: 0 10px 28px rgba(221, 42, 123, 0.26);
}

.tripadvisor-badge {
  display: grid;
  place-items: center;
  margin-top: 16px;
  width: 100%;
  text-align: center;
}

.tripadvisor-badge ul,
.tripadvisor-badge li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tripadvisor-badge > *,
.tripadvisor-badge #TA_rated189,
.tripadvisor-badge #CDSWIDFRR,
.tripadvisor-badge .widFRR,
.tripadvisor-badge a {
  margin-inline: auto;
}

.tripadvisor-badge img {
  display: block;
  margin-inline: auto;
  max-height: 42px;
  max-width: min(260px, 86vw);
  object-fit: contain;
}

.whatsapp-icon,
.google-review-icon,
.instagram-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.menu-shell,
.footer {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.category-nav {
  position: sticky;
  top: 66px;
  z-index: 10;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px max(16px, calc((100vw - 1120px) / 2)) 14px;
  border-block: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.93);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.category-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  font-weight: 800;
  font-size: 0.92rem;
}

.menu-shell {
  padding: 28px 0 56px;
}

.menu-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.search-wrap {
  display: grid;
  gap: 8px;
  width: min(520px, 100%);
  color: var(--muted);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.search-wrap input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 15px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 1rem;
  outline: none;
  box-shadow: 0 8px 22px rgba(9, 28, 47, 0.06);
}

.search-wrap input:focus {
  border-color: rgba(18, 59, 102, 0.5);
}

.menu-section {
  scroll-margin-top: 132px;
  margin-top: 22px;
}

.menu-group {
  padding: 18px;
  border: 1px solid rgba(18, 59, 102, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.38);
}

.restaurant-group {
  display: grid;
  gap: 26px;
}

.restaurant-subnav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: -2px 0 18px;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.restaurant-subnav::-webkit-scrollbar {
  display: none;
}

.restaurant-subnav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid rgba(18, 59, 102, 0.16);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  font-size: 0.88rem;
  font-weight: 900;
}

.menu-subsection {
  scroll-margin-top: 132px;
}

.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.section-heading h2 {
  color: var(--blue-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1;
}

.subsection-heading {
  padding-top: 6px;
  border-top: 1px solid var(--line);
}

.restaurant-group .menu-subsection:first-child .subsection-heading {
  padding-top: 0;
  border-top: 0;
}

.subsection-heading h2 {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 900;
}

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

.menu-item {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 32px rgba(9, 28, 47, 0.07);
}

.item-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.item-name {
  color: var(--blue);
  font-size: 1.08rem;
  font-weight: 900;
}

.item-price {
  color: var(--blue-dark);
  font-weight: 900;
  font-size: 1.08rem;
  white-space: nowrap;
}

.item-desc {
  margin: 0;
  color: var(--muted);
}

.item-note,
.section-note {
  color: #74501e;
  background: var(--amber-soft);
  border: 1px solid rgba(199, 134, 50, 0.25);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.92rem;
  font-weight: 700;
}

.section-note {
  margin: 0 0 12px;
}

.section-notices {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.section-notices .section-note {
  margin: 0;
}

.empty-state {
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
  font-weight: 700;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 36px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer strong {
  display: block;
  color: var(--ink);
  margin-bottom: 4px;
}

.footer p {
  margin: 0;
}

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

.footer-links a {
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 800;
}

@media (max-width: 760px) {
  .site-header {
    padding: 10px 12px;
  }

  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .lang-button {
    min-width: 35px;
    min-height: 31px;
    font-size: 0.74rem;
  }

  .hero {
    min-height: 84svh;
    padding: 98px 18px 26px;
  }

  .hero-photo {
    object-position: 48% center;
  }

  .hero-content {
    padding-bottom: 34px;
    text-align: center;
  }

  .tripadvisor-badge {
    justify-items: center;
  }

  .hero-actions {
    display: grid;
    justify-items: center;
  }

  .hero-actions a {
    width: fit-content;
    max-width: 100%;
  }

  .category-nav {
    top: 55px;
  }

  .menu-toolbar,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }

  .items-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }
}
