@font-face {
  font-family: "Visually";
  src: url("../assets/fonts/visually.otf") format("opentype");
  font-display: swap;
}

:root {
  --sand: #ddb07e;
  --gold: #d69a34;
  --coral: #d9714a;
  --rust: #c8492f;
  --maroon: #7c2f27;
  --teal: #3e7c8c;
  --deep-teal: #1f4855;
  --ink: #131e29;
  --cream: #fbf3e7;
  --cream-2: #f3e6d0;
  --paper: #fffbf4;

  --font-display: "Playfair Display", Georgia, serif;
  --font-script: "Visually", cursive;
  --font-body: "Jost", "Segoe UI", sans-serif;

  --wrap: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}
h1, h2, h3 { font-family: var(--font-display); margin: 0; color: var(--ink); }
p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
img, svg { display: block; max-width: 100%; }

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { box-shadow: 0 10px 20px -8px var(--gold); }
.btn--rust { background: var(--rust); color: var(--cream); }
.btn--rust:hover { box-shadow: 0 10px 20px -8px var(--rust); }
.btn--outline { background: transparent; border-color: var(--cream); color: var(--cream); }
.hero .btn--outline { border-color: rgba(251,243,231,0.7); }
.hero .btn--outline:hover { background: rgba(251,243,231,0.12); }

/* ---------- Top utility bar ---------- */
.topbar {
  background: var(--ink);
  color: var(--sand);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.topbar__inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 8px 24px;
  flex-wrap: wrap;
  text-align: center;
}
.topbar__sep { opacity: 0.5; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 243, 231, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(19, 30, 41, 0.08);
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 24px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}
.logo__badge { width: 48px; height: 48px; flex-shrink: 0; object-fit: contain; }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;
}
.logo__text { display: flex; flex-direction: column; line-height: 1; }
.logo__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.03em;
  color: var(--maroon);
}
.logo__script {
  font-family: var(--font-script);
  font-size: 1.05rem;
  color: var(--rust);
  margin-top: -2px;
}

.nav { display: flex; gap: 28px; }
.nav a {
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
  padding: 6px 0;
}
.nav a::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; background: var(--rust);
  transition: width 0.25s ease;
}
.nav a:hover::after { width: 100%; }

.lang-toggle {
  background: transparent;
  border: 1.5px solid var(--maroon);
  color: var(--maroon);
  border-radius: 999px;
  padding: 7px 14px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lang-toggle:hover { background: rgba(124,47,39,0.08); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 34px; height: 34px;
  background: none; border: none; cursor: pointer;
}
.nav-toggle span { width: 100%; height: 2px; background: var(--ink); border-radius: 2px; }

/* ---------- Decorative rings / llama icon ---------- */
.badge-rings { color: var(--deep-teal); }
.ring--outline { fill: none; stroke: var(--ink); stroke-width: 1.6; }
.ring--dashes circle, .ring--dashes-lg circle {
  fill: none; stroke: var(--teal); stroke-width: 2;
}
.ring--dashes circle { stroke-dasharray: 3 4; }
.ring--dashes-lg circle { stroke-dasharray: 5 7; }

.poveste__art { width: 220px; margin: 0 auto; }
.poveste__art img { width: 100%; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--deep-teal) 0%, var(--ink) 65%);
  color: var(--cream);
  padding: 90px 0 100px;
  overflow: hidden;
  text-align: center;
}
.hero__pattern {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(90deg, rgba(221,176,126,0.08) 0 2px, transparent 2px 26px);
  opacity: 0.6;
}
.hero__inner { position: relative; z-index: 1; }
.hero__logo {
  width: min(340px, 70vw);
  margin: 0 auto 20px;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.35));
}
.hero__tagline {
  max-width: 520px;
  margin: 0 auto 34px;
  font-size: 1.15rem;
  color: rgba(251,243,231,0.85);
}
.hero__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Section basics ---------- */
section { padding: 90px 0; }
.eyebrow {
  font-family: var(--font-script);
  color: var(--rust);
  font-size: 1.3rem;
  margin-bottom: 6px;
}
.eyebrow--center { text-align: center; }
.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 44px;
}
.section-title { text-align: inherit; }
.meniu .section-title, .contact__inner .section-title { text-align: center; }

/* ---------- Poveste ---------- */
.poveste { background: var(--paper); }
.poveste__inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  align-items: center;
}
.poveste__text h2 { margin-bottom: 18px; }
.poveste__text p { color: #3a3a3a; max-width: 560px; }

/* ---------- Galerie (auto-scrolling photo strip) ---------- */
.galerie {
  background: var(--ink);
  padding: 56px 0 64px;
  overflow: hidden;
}
.galerie .eyebrow--center {
  color: var(--sand);
  margin-bottom: 28px;
}
.galerie__viewport {
  position: relative;
}
.galerie__track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: galerie-scroll 46s linear infinite;
}
.galerie:hover .galerie__track { animation-play-state: paused; }
.galerie__track img {
  height: 280px;
  width: auto;
  max-width: 380px;
  object-fit: cover;
  border-radius: 16px;
  flex-shrink: 0;
  box-shadow: 0 18px 40px -20px rgba(0,0,0,0.6);
}
.galerie__fade {
  position: absolute;
  top: 0; bottom: 0;
  width: 90px;
  z-index: 2;
  pointer-events: none;
}
.galerie__fade--left { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.galerie__fade--right { right: 0; background: linear-gradient(270deg, var(--ink), transparent); }

@keyframes galerie-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .galerie__track { animation: none; }
}
@media (max-width: 760px) {
  .galerie__track img { height: 190px; max-width: 260px; }
}

/* ---------- Menu ---------- */
.menu-groups {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}
.menu-group {
  background: transparent;
  border: 2px solid var(--rust);
  color: var(--rust);
  padding: 10px 32px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.2s ease;
}
.menu-group:hover { background: rgba(200,73,47,0.08); }
.menu-group.is-active { background: var(--rust); color: var(--cream); }

.menu-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.menu-tab {
  background: transparent;
  border: 1.5px solid var(--maroon);
  color: var(--maroon);
  padding: 10px 22px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.menu-tab:hover { background: rgba(124,47,39,0.08); }
.menu-tab.is-active { background: var(--maroon); color: var(--cream); }

.menu-panel {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 48px;
  max-width: 980px;
  margin: 0 auto;
  align-items: start;
}
.menu-panel.is-active { display: grid; }
.menu-item__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  border-bottom: 1.5px dashed rgba(19,30,41,0.25);
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.menu-item__head h3 { font-size: 1.1rem; }
.menu-item .price { font-family: var(--font-body); font-weight: 600; color: var(--rust); white-space: nowrap; }
.menu-item p { color: #5c5c5c; font-size: 0.9rem; margin: 0 0 4px; }
.menu-item__meta {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--teal);
  margin: 0 0 4px;
}
.menu-item .kcal {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--maroon);
  background: rgba(124,47,39,0.08);
  border-radius: 999px;
  padding: 2px 9px;
  margin-top: 2px;
}
.menu-note {
  max-width: 700px;
  margin: 36px auto 0;
  text-align: center;
  font-size: 0.82rem;
  color: #6a6a6a;
}
.menu-extras {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 0.85rem;
  color: var(--maroon);
  font-weight: 600;
  margin-top: 8px;
}

/* ---------- Quote strip ---------- */
.strip {
  background: var(--rust);
  color: var(--cream);
  padding: 50px 0;
  text-align: center;
}
.strip__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  margin: 0;
}

/* ---------- Program ---------- */
.program { background: var(--cream-2); }
.program__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.hours { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; max-width: 380px; }
.hours li { display: flex; justify-content: space-between; border-bottom: 1px dashed rgba(19,30,41,0.2); padding-bottom: 8px; }
.hours li span:first-child { font-weight: 600; }
.program__map {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px -30px rgba(19,30,41,0.5);
  border: 1px solid rgba(19,30,41,0.1);
  aspect-ratio: 4 / 3;
}
.program__map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Contact / reserve ---------- */
.contact__inner { text-align: center; }
.contact__sub { max-width: 520px; margin: 0 auto 40px; color: #4a4a4a; }
.reserve-form {
  max-width: 620px;
  margin: 0 auto 50px;
  background: var(--paper);
  border: 1px solid rgba(19,30,41,0.1);
  border-radius: 18px;
  padding: 32px;
  text-align: left;
  box-shadow: 0 20px 50px -30px rgba(19,30,41,0.4);
}
.reserve-form__row { display: flex; gap: 14px; margin-bottom: 14px; }
.reserve-form__row input { flex: 1; }
.reserve-form input, .reserve-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid rgba(19,30,41,0.18);
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: var(--cream);
  color: var(--ink);
}
.reserve-form textarea { margin-bottom: 18px; resize: vertical; }
.reserve-form input:focus, .reserve-form textarea:focus { outline: 2px solid var(--teal); }
.reserve-form__note { margin: 12px 0 0; color: var(--deep-teal); font-weight: 600; font-size: 0.9rem; min-height: 1.2em; }

.contact__info {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.contact__info strong { color: var(--maroon); display: block; margin-bottom: 4px; }
.contact__info p { color: #4a4a4a; margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--sand); padding: 40px 0; }
.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.logo--footer { display: flex; flex-direction: column; }
.logo--footer .logo__title { color: var(--sand); }
.logo--footer .logo__script { color: var(--coral); }
.social { display: flex; gap: 14px; }
.social svg { width: 22px; height: 22px; fill: none; stroke: var(--sand); stroke-width: 1.6; }
.social a:hover svg { stroke: var(--coral); }
.site-footer__copy { font-size: 0.8rem; color: rgba(221,176,126,0.7); margin: 0; width: 100%; text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .poveste__inner, .program__inner { grid-template-columns: 1fr; text-align: center; }
  .poveste__text p { margin-left: auto; margin-right: auto; }
  .menu-panel { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nav { display: none; }
  .nav-toggle { display: flex; }
  .nav__cta { display: none; }
  .site-header.is-open .nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--cream);
    padding: 20px 24px 30px;
    border-bottom: 1px solid rgba(19,30,41,0.08);
    gap: 16px;
  }
  .reserve-form__row { flex-direction: column; }
  section { padding: 64px 0; }
}
