:root {
  --bg: #423f3a;
  --bg-deep: #2f2b27;
  --panel: #332f2b;
  --line: rgba(168, 129, 91, 0.46);
  --accent: #a8815b;
  --text: #f3e8db;
  --muted: #d9c5b0;
  --radius: 22px;
  --shadow: 0 26px 62px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Noto Serif Display", serif;
  color: var(--text);
  background:
    radial-gradient(1200px 500px at 20% -12%, rgba(168, 129, 91, 0.18), transparent 58%),
    radial-gradient(1100px 520px at 90% -20%, rgba(168, 129, 91, 0.12), transparent 62%),
    linear-gradient(180deg, #3b3733 0%, #2f2b27 100%);
}

.bg-lines {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background-image: radial-gradient(circle at 18% 22%, transparent 0 14px, rgba(168, 129, 91, 0.15) 14px 15px, transparent 15px 100px), radial-gradient(circle at 82% 76%, transparent 0 16px, rgba(168, 129, 91, 0.12) 16px 17px, transparent 17px 120px);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem clamp(1rem, 3vw, 2.4rem);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
  background: rgba(45, 40, 35, 0.9);
}

.brand {
  display: flex;
  align-items: center;
}

.brand-copy {
  display: grid;
  line-height: 1.08;
}

.brand-copy strong {
  letter-spacing: 0.22rem;
  font-size: 1.05rem;
}

.brand-copy small {
  font-size: 0.62rem;
  letter-spacing: 0.14rem;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 1.8vw, 1.5rem);
}

.site-nav a {
  font-size: 0.82rem;
  letter-spacing: 0.09rem;
  text-transform: uppercase;
  color: var(--text);
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: var(--accent);
}

.lang-switch {
  position: relative;
}

.lang-select {
  appearance: none;
  min-width: 76px;
  border-radius: 999px;
  border: 1px solid rgba(168, 129, 91, 0.46);
  background: linear-gradient(180deg, rgba(80, 76, 71, 0.95), rgba(64, 60, 56, 0.95));
  color: #f3e8db;
  font: inherit;
  font-size: 0.73rem;
  letter-spacing: 0.08rem;
  padding: 0.52rem 2rem 0.52rem 0.72rem;
  cursor: pointer;
  -webkit-text-fill-color: #f3e8db;
}

.lang-select option {
  background: #423f3a;
  color: #f3e8db;
}

.lang-select:focus {
  outline: 2px solid rgba(168, 129, 91, 0.35);
  outline-offset: 2px;
}

.lang-switch::after {
  content: "▾";
  position: absolute;
  right: 0.72rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  pointer-events: none;
  font-size: 0.72rem;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(168, 129, 91, 0.38);
  background: transparent;
  color: var(--accent);
  border-radius: 10px;
  padding: 0.38rem 0.54rem;
  font-size: 1rem;
}

main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.3rem clamp(1rem, 3vw, 2.4rem) 4.6rem;
}

.hero-stage {
  position: relative;
  min-height: clamp(620px, 92vh, 860px);
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(168, 129, 91, 0.34);
  box-shadow: var(--shadow);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
  filter: saturate(0.86) brightness(0.66);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(104deg, rgba(17, 13, 10, 0.82) 8%, rgba(17, 13, 10, 0.4) 58%, rgba(17, 13, 10, 0.7) 100%),
    radial-gradient(circle at 74% 48%, rgba(168, 129, 91, 0.36), transparent 44%);
}

.eyebrow {
  margin: 0;
  font-size: 0.73rem;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  color: var(--accent);
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 600;
  line-height: 1.08;
}

h1 {
  margin-top: 0.85rem;
  font-size: clamp(2rem, 4.4vw, 4.35rem);
  max-width: 14ch;
}

h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.9rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.hero-center {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
  gap: 0;
  width: fit-content;
  max-width: calc(100% - 2rem);
}

.hero-focus-lens {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(320px, 45vw, 620px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 72%, rgba(0, 0, 0, 0.35) 100%),
    url("assets/gallery/hero.jpg");
  background-size: cover;
  background-position: 62% 50%;
  filter: blur(14px) brightness(0.64) saturate(0.84);
  opacity: 0.66;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.96) 32%, rgba(0, 0, 0, 0.55) 56%, rgba(0, 0, 0, 0) 82%);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.96) 32%, rgba(0, 0, 0, 0.55) 56%, rgba(0, 0, 0, 0) 82%);
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: clamp(320px, 42vw, 560px);
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.45));
}

.hero-marquee {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: calc(100% - 2.2rem);
  border-top: 1px solid rgba(168, 129, 91, 0.52);
  border-bottom: 1px solid rgba(168, 129, 91, 0.52);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(47, 41, 36, 0.88), rgba(41, 36, 32, 0.88));
  overflow: hidden;
}

.hero-marquee-track {
  display: flex;
  width: max-content;
  animation: heroMarquee 22s linear infinite;
}

.hero-marquee-track span {
  padding: 0.58rem 1.18rem;
  color: #e3ccb1;
  font-size: clamp(0.76rem, 1.1vw, 1rem);
  letter-spacing: clamp(0.12rem, 0.45vw, 0.28rem);
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes heroMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(168, 129, 91, 0.95);
  background: linear-gradient(180deg, #b99269 0%, #a8815b 100%);
  color: #27231f;
  font-size: 0.88rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.78rem 1.32rem;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-gold:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.btn-gold.ghost {
  background: rgba(17, 13, 10, 0.38);
  color: var(--text);
  border-color: rgba(168, 129, 91, 0.58);
}

.section {
  margin-top: clamp(2.9rem, 7vw, 6rem);
}

.section-head {
  margin-bottom: 1.35rem;
}

.section-head.center {
  text-align: center;
}

.section-head.center h2 {
  margin: 0.5rem auto 0;
  max-width: 20ch;
}

.cuisine {
  background: linear-gradient(178deg, rgba(43, 37, 32, 0.8), rgba(28, 24, 21, 0.9));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.2rem, 2.5vw, 2rem);
}

.menu-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.menu-preview-card {
  border: 1px solid rgba(168, 129, 91, 0.34);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(26, 21, 18, 0.8), rgba(21, 17, 15, 0.88));
  padding: 1rem;
}

.menu-preview-card h3 {
  color: #f3e8db;
}

.menu-preview-card ul {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.menu-preview-card li {
  color: var(--muted);
  line-height: 1.45;
}

.menu-preview-cta {
  margin-top: 1.2rem;
  text-align: center;
}

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

.feature-card {
  margin: 0;
  border: 1px solid rgba(168, 129, 91, 0.32);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(18, 14, 12, 0.6);
}

.feature-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.feature-body {
  padding: 1rem;
}

.feature-body p {
  color: var(--muted);
}

.ambiance-split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(31, 27, 23, 0.95), rgba(23, 19, 17, 0.96));
}

.ambiance-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ambiance-copy {
  padding: clamp(1.2rem, 2.8vw, 2.3rem);
  display: grid;
  align-content: center;
  gap: 0.9rem;
}

.ambiance-copy p {
  margin: 0;
  color: var(--muted);
}

.gallery-carousel {
  position: relative;
}

.carousel-viewport {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(168, 129, 91, 0.32);
}

.carousel-track {
  display: flex;
  transition: transform 0.48s ease;
  will-change: transform;
}

.carousel-slide {
  min-width: 100%;
  margin: 0;
}

.carousel-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(168, 129, 91, 0.58);
  background: rgba(27, 22, 19, 0.8);
  color: #f3e8db;
  font: inherit;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.carousel-btn.prev {
  left: 12px;
}

.carousel-btn.next {
  right: 12px;
}

.carousel-dots {
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(168, 129, 91, 0.7);
  background: transparent;
  cursor: pointer;
}

.carousel-dot.active {
  background: #a8815b;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
}

.menu-page-hero {
  position: relative;
  min-height: 420px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(168, 129, 91, 0.34);
  box-shadow: var(--shadow);
}

.menu-page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) brightness(0.66);
}

.menu-page-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(18, 14, 12, 0.86), rgba(18, 14, 12, 0.52)),
    radial-gradient(circle at 78% 28%, rgba(168, 129, 91, 0.22), transparent 42%);
}

.menu-page-copy {
  position: relative;
  z-index: 2;
  margin: clamp(1rem, 4vw, 2rem);
  max-width: 720px;
}

.menu-page-copy p {
  color: var(--muted);
  max-width: 58ch;
}

.menu-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.menu-category-card {
  border: 1px solid rgba(168, 129, 91, 0.3);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(31, 26, 22, 0.86), rgba(22, 18, 16, 0.9));
  padding: 1rem;
}

.menu-category-card h3 {
  margin-bottom: 0.75rem;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  padding: 0.72rem 0;
  border-top: 1px solid rgba(168, 129, 91, 0.2);
}

.menu-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.menu-item-name {
  margin: 0;
  color: #f3e8db;
  font-size: 1rem;
}

.menu-item-desc {
  margin: 0.18rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.menu-item-price {
  color: #e4ccaf;
  font-size: 0.95rem;
  letter-spacing: 0.05rem;
  white-space: nowrap;
}

.contact-card {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(42, 36, 31, 0.94), rgba(28, 24, 21, 0.94));
  padding: clamp(1rem, 2.2vw, 1.6rem);
}

.contact-card h2 {
  margin-top: 0.6rem;
}

.contact-info {
  margin-top: 1rem;
  display: grid;
  gap: 0.65rem;
}

.contact-info p {
  margin: 0;
  display: grid;
  gap: 0.2rem;
}

.contact-info strong {
  color: #f4e7d8;
  font-size: 1rem;
}

.contact-info span {
  color: var(--muted);
}

.map-frame {
  border-radius: 20px;
  border: 1px solid rgba(168, 129, 91, 0.42);
  background: linear-gradient(180deg, rgba(84, 79, 73, 0.45), rgba(58, 55, 50, 0.65));
  box-shadow: var(--shadow);
  padding: 0.7rem;
}

.map-embed {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 1px solid rgba(168, 129, 91, 0.35);
  border-radius: 14px;
}

.site-footer {
  border-top: 1px solid rgba(168, 129, 91, 0.24);
  padding: 1.2rem clamp(1rem, 3vw, 2.4rem) 1.8rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.84rem;
}

.powered-by {
  color: var(--accent);
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  font-size: 0.76rem;
  transition: color 0.2s ease;
}

.powered-by:hover {
  color: #f3e8db;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.74s ease, transform 0.74s ease;
}

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

@media (max-width: 1020px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0.85rem 1rem;
    background: rgba(46, 40, 35, 0.98);
    border-bottom: 1px solid var(--line);
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
  }

  .site-nav.open {
    display: flex;
  }

  .menu-preview-grid,
  .feature-grid,
  .ambiance-split,
  .menu-categories,
  .contact-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .topbar {
    flex-wrap: wrap;
    gap: 0.55rem;
  }

  .brand {
    flex: 1;
  }

  .hero-stage {
    min-height: 640px;
  }

  .hero-image {
    object-position: 66% 50%;
  }

  .hero-center {
    width: fit-content;
    max-width: calc(100% - 1.5rem);
    gap: 0;
  }

  .hero-logo {
    width: min(82vw, 390px);
  }

  .hero-focus-lens {
    width: min(90vw, 430px);
    background-position: 66% 50%;
    filter: blur(10px) brightness(0.66) saturate(0.86);
    opacity: 0.62;
  }

  .hero-marquee {
    width: calc(100% - 1rem);
    bottom: 0.75rem;
  }

  .hero-marquee-track span {
    padding: 0.5rem 0.9rem;
    letter-spacing: 0.14rem;
    font-size: 0.78rem;
  }

  .carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }

  .carousel-btn.prev {
    left: 8px;
  }

  .carousel-btn.next {
    right: 8px;
  }

  .map-embed {
    min-height: 350px;
  }

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