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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-color: #faf7f2;
  color: #2c1f14;
  font-family: 'Jost', Georgia, sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  color: #2c1f14;
  line-height: 1.2;
}

a {
  color: #3d6b4f;
  text-decoration: none;
}

a:hover {
  color: #2c4f39;
}

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

ul {
  list-style: none;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
  color: #3d6b4f;
}

::selection {
  background-color: #d4c4a8;
  color: #2c1f14;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(44, 31, 20, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid #3d6b4f;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 5%;
}

.logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f0e6d3;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.logo-icon {
  color: #3d6b4f;
  font-size: 0.9em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c8b89a;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.main-nav a:hover {
  color: #f0e6d3;
  border-bottom-color: #3d6b4f;
}

.main-nav .nav-cta {
  color: #3d6b4f;
  border: 1px solid #3d6b4f;
  padding: 6px 18px;
  border-radius: 4px;
  border-bottom: 1px solid #3d6b4f;
}

.main-nav .nav-cta:hover {
  background-color: #3d6b4f;
  color: #ffffff;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 110;
}

.hamburger span {
  width: 22px;
  height: 2px;
  background-color: #f0e6d3;
  border-radius: 2px;
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
  position: relative;
  background-color: #3d2b1f;
  padding-top: 160px;
  padding-bottom: 100px;
  border-bottom: 1px solid #5a3e2b;
}

.hero-inner {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-tag {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #3d6b4f;
  border: 1px solid #3d6b4f;
  padding: 5px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3.8rem;
  font-weight: 600;
  color: #f0e6d3;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-title em {
  color: #c8a96e;
  font-style: italic;
}

.hero-sub {
  font-family: 'Jost', sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  color: #c8b89a;
  margin-bottom: 36px;
  line-height: 1.75;
  max-width: 42ch;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  font-family: 'Jost', sans-serif;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 30px;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background-color: #3d6b4f;
  color: #ffffff;
  border-color: #3d6b4f;
}

.btn-primary:hover {
  background-color: #2c4f39;
  border-color: #2c4f39;
  color: #ffffff;
}

.btn-ghost {
  background-color: transparent;
  color: #f0e6d3;
  border-color: #c8b89a;
}

.btn-ghost:hover {
  background-color: #f0e6d3;
  color: #2c1f14;
  border-color: #f0e6d3;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e0d5c5;
}

.section-tag {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #3d6b4f;
  margin-bottom: 8px;
}

.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #2c1f14;
  margin-bottom: 44px;
}

.features-section {
  background-color: #f0e6d3;
}

.features-grid {
  display: flex;
  gap: 24px;
}

.feature-card {
  flex: 1 1 0;
  padding: 30px 26px;
  background-color: #faf7f2;
  border: 1px solid #e0d5c5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.feature-icon {
  font-size: 2.2rem;
  margin-bottom: 16px;
  line-height: 1;
}

.feature-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c1f14;
  margin-bottom: 10px;
}

.feature-desc {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #7a6552;
  line-height: 1.7;
}

.menu-section {
  background-color: #faf7f2;
}

.menu-categories {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.menu-category {
  flex: 1 1 0;
}

.category-title {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #3d6b4f;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding-bottom: 12px;
  border-bottom: 2px solid #3d6b4f;
  margin-bottom: 20px;
}

.menu-list {
  list-style: none;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #e0d5c5;
  gap: 16px;
}

.item-info {
  flex: 1;
}

.item-name {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #2c1f14;
  margin-bottom: 3px;
}

.item-desc {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  color: #7a6552;
}

.item-price {
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #3d6b4f;
  flex-shrink: 0;
  letter-spacing: 0.04em;
}

.about-section {
  background-color: #f0e6d3;
}

.about-grid {
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-image-placeholder {
  flex: 0 0 420px;
  height: 360px;
  background-color: #d4c4a8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  font-style: italic;
  color: #7a6552;
}

.about-text {
  flex: 1;
}

.about-text p {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #4a3728;
  line-height: 1.85;
  margin-bottom: 18px;
}

.location-section {
  background-color: #faf7f2;
}

.location-grid {
  display: flex;
  gap: 24px;
}

.location-card {
  flex: 1 1 0;
  padding: 26px 24px;
  background-color: #ffffff;
  border: 1px solid #e0d5c5;
  border-top: 3px solid #3d6b4f;
  border-radius: 10px;
}

.location-card-title {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #3d6b4f;
  margin-bottom: 16px;
}

.location-card p {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #4a3728;
  margin-bottom: 6px;
  line-height: 1.6;
}

.site-footer {
  background-color: #2c1f14;
  padding: 48px 5%;
}

.footer-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.footer-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f0e6d3;
  letter-spacing: 0.04em;
}

.footer-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 300;
  color: #7a6552;
  letter-spacing: 0.08em;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-nav a {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c8b89a;
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: #f0e6d3;
}

.footer-copy {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  color: #5a4535;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .hamburger {
    display: flex;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    background-color: #2c1f14;
    border-left: 2px solid #3d6b4f;
    padding: 80px 32px 40px;
    z-index: 105;
    box-shadow: -6px 0 24px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  .main-nav.open {
    display: flex;
    transform: translateX(0);
  }

  .main-nav a {
    font-size: 1rem;
    color: #c8b89a;
  }

  .features-grid {
    flex-direction: column;
  }

  .menu-categories {
    flex-direction: column;
    gap: 48px;
  }

  .about-grid {
    flex-direction: column;
    gap: 36px;
  }

  .about-image-placeholder {
    flex: none;
    width: 100%;
    height: 260px;
  }

  .location-grid {
    flex-direction: column;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .hero-title {
    font-size: 2.6rem;
  }

  .hero-sub {
    font-size: 0.95rem;
  }

  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section-title {
    font-size: 1.9rem;
    margin-bottom: 28px;
  }

  .about-image-placeholder {
    height: 200px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1300px) {
  .hero-title {
    font-size: 4.6rem;
  }

  .about-image-placeholder {
    flex: 0 0 480px;
    height: 400px;
  }
}
