:root {
  --bg: #f5eee6;
  --paper: #fffaf4;
  --paper-soft: rgba(255, 250, 244, 0.78);
  --ink: #2d2925;
  --muted: #73665d;
  --taupe: #7b6b60;
  --taupe-dark: #453b35;
  --taupe-light: #d8cabe;
  --accent: #a9794f;
  --line: rgba(45, 41, 37, 0.12);
  --shadow-soft: 0 14px 40px rgba(45, 41, 37, 0.10);
  --shadow: 0 18px 50px rgba(45, 41, 37, 0.14);
  --radius: 22px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(169, 121, 79, 0.13), transparent 360px),
    radial-gradient(circle at 90% 10%, rgba(123, 107, 96, 0.12), transparent 360px),
    var(--bg);
  line-height: 1.6;
}

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

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

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(245, 238, 230, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  color: var(--taupe-dark);
  letter-spacing: -0.04em;
}

.logo span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 750;
}

.nav-links a:not(.btn):hover {
  color: var(--taupe-dark);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 850;
  transition: 0.18s ease;
}

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

.btn-primary {
  color: #fffaf4;
  background: var(--taupe-dark);
  box-shadow: 0 12px 26px rgba(69, 59, 53, 0.22);
}

.btn-primary:hover {
  background: #302923;
}

.btn-ghost {
  background: var(--paper-soft);
  color: var(--taupe-dark);
  border-color: var(--line);
}

.hero {
  padding: 58px 0 48px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 38px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--accent);
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--taupe-dark);
  letter-spacing: -0.045em;
}

h1 {
  max-width: 700px;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  line-height: 0.93;
  margin-bottom: 22px;
}

.hero-text {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  font-weight: 560;
  margin-bottom: 26px;
}

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

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.badge {
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 720;
}

.hero-card {
  position: relative;
  height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--taupe-light);
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {
  padding: 60px 0;
}

.section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

h2 {
  max-width: 680px;
  font-size: clamp(2rem, 4.5vw, 3.7rem);
  line-height: 0.98;
}

.section-title p {
  max-width: 430px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 560;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.about-card {
  padding: clamp(24px, 3vw, 36px);
  border-radius: var(--radius);
  background: var(--paper-soft);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.about-card h3 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 14px;
}

.about-card p {
  color: var(--muted);
  font-weight: 560;
  margin-bottom: 18px;
}

.feature-list {
  display: grid;
  gap: 10px;
}

.feature-list li {
  list-style: none;
  display: flex;
  gap: 10px;
  color: var(--ink);
  font-weight: 650;
}

.feature-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 9px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: var(--accent);
}

.about-image {
  height: 320px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--taupe-light);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-shell {
  padding: 18px;
  border-radius: 24px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.menu-tab {
  border: 1px solid var(--line);
  background: #fffaf4;
  color: var(--muted);
  padding: 10px 13px;
  border-radius: 999px;
  font-weight: 850;
  cursor: pointer;
  transition: 0.18s ease;
}

.menu-tab:hover,
.menu-tab.active {
  color: #fffaf4;
  background: var(--taupe-dark);
  border-color: var(--taupe-dark);
}

.menu-category {
  display: none;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 250, 244, 0.68);
}

.menu-category.active {
  display: block;
}

.menu-category h3 {
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

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

.menu-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.menu-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.menu-row strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.price {
  color: var(--accent);
  font-weight: 950;
  white-space: nowrap;
}

.desc {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 550;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gallery figure {
  height: 180px;
  border-radius: 17px;
  overflow: hidden;
  background: var(--taupe-light);
  box-shadow: 0 10px 26px rgba(45, 41, 37, 0.10);
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery figure:hover img {
  transform: scale(1.04);
}

.gallery figcaption {
  display: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
}

.contact-card {
  padding: clamp(24px, 3vw, 36px);
  border-radius: var(--radius);
  background: var(--paper-soft);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.contact-card h3 {
  font-size: 2.15rem;
  line-height: 1;
  margin-bottom: 16px;
}

.contact-line {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.contact-line span {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-line strong {
  color: var(--ink);
  font-size: 1rem;
}

.map-card {
  position: relative;
  min-height: 300px;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(to top, rgba(45, 41, 37, 0.58), rgba(45, 41, 37, 0.08)),
    url("terrasse.webp") center/cover;
  box-shadow: var(--shadow-soft);
}

.map-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 250, 244, 0.88);
  backdrop-filter: blur(10px);
}

.map-overlay h3 {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 8px;
}

.map-overlay p {
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 12px;
}

footer {
  padding: 30px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-inner strong {
  color: var(--taupe-dark);
}

@media (max-width: 940px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    height: 320px;
  }

  .about-image {
    height: 280px;
  }

  .section-title {
    display: block;
  }

  .section-title p {
    margin-top: 12px;
  }

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

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

  .gallery figure {
    height: 160px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 22px, var(--container));
  }

  .nav {
    min-height: 66px;
  }

  .logo strong {
    font-size: 1.55rem;
  }

  .hero {
    padding: 32px 0 36px;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.5rem);
  }

  section {
    padding: 46px 0;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

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

  .hero-card {
    height: 260px;
    border-radius: 20px;
  }

  .about-image {
    height: 240px;
  }

  .menu-shell {
    padding: 12px;
    border-radius: 20px;
  }

  .menu-category {
    padding: 14px;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .gallery figure {
    height: 130px;
    border-radius: 14px;
  }

  .map-card {
    min-height: 260px;
  }
}
