:root{
  --bg:#f7f1e8;
  --soft:#efe7d8;
  --green:#214d3a;
  --green2:#305848;
  --accent:#bf5a37;
  --text:#1f1c18;
  --muted:#5e584f;
  --line:#ddd3c4;
  --white:#fff;
  --shadow:0 18px 44px rgba(0,0,0,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Georgia, "Times New Roman", serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1200px,calc(100% - 32px));margin:auto}

.topbar{
  position:sticky;top:0;z-index:30;
  background:rgba(247,241,232,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(221,211,196,.75);
}
.nav-wrap{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:14px 0}
.logo{height:40px;width:auto}
nav{display:flex;gap:24px;flex-wrap:wrap}
nav a{font-size:14px;color:var(--green);font-weight:700}
nav a:hover{color:var(--accent)}

.hero{
  background:var(--green);
  color:#f7f1e8;
  position:relative;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;inset:0;
  background:radial-gradient(circle at top left, rgba(255,255,255,.18), transparent 35%);
}
.hero-grid{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:center;
  padding:54px 0 70px;
}
.eyebrow{
  display:inline-block;
  padding:7px 14px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
  font-weight:700;
  color:#ded2bf;
  margin-bottom:18px;
}
.hero-logo{height:128px;width:auto;margin-bottom:22px}
h1,h2,h3{line-height:1.08;color:var(--green);margin:0}
.hero h1{color:#fff;font-size:clamp(42px,7vw,74px)}
.hero p{font-size:20px;color:#f0e6d8;max-width:760px;margin:22px 0 0}
.buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:12px 22px;border-radius:16px;
  font-size:14px;font-weight:700;transition:.2s ease;
}
.btn.primary{background:var(--accent);color:#fff}
.btn.primary:hover{transform:translateY(-1px)}
.btn.secondary{border:1px solid rgba(255,255,255,.3);color:#fff}
.btn.secondary:hover{background:rgba(255,255,255,.08)}
.btn.ghost{border:1px solid var(--line);color:var(--green);background:#fff}
.tags{display:flex;flex-wrap:wrap;gap:10px 16px;margin-top:24px}
.tags span{
  text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.13em;color:#dfd2bf
}
.hero-image-wrap{
  background:rgba(255,255,255,.08);padding:12px;border-radius:28px;
  border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 60px rgba(0,0,0,.18)
}
.hero-img{width:100%;height:560px;object-fit:cover;border-radius:20px}

.section{padding:82px 0}
.soft{background:var(--soft)}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{
  background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)
}
.card p:last-child{margin-bottom:0}
.card h2,.card h3{margin-bottom:12px}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:start}
.section-kicker{
  margin:0 0 12px;color:#837c72;font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:700
}
.section h2{font-size:clamp(34px,5vw,52px);margin-bottom:18px}
.section p{font-size:18px;color:var(--muted);margin:0 0 14px}
.feature-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}
.feature-list li{
  background:var(--bg);border:1px solid rgba(221,211,196,.75);padding:14px 16px;border-radius:16px;color:var(--muted)
}
.section-head{max-width:820px}
.section-head .lead{margin-top:14px}
.section-head--inline{
  max-width:none;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
}
.carousel-controls{display:flex;gap:10px;flex-shrink:0}
.carousel-btn{
  width:46px;height:46px;border:none;border-radius:999px;cursor:pointer;
  background:var(--green);color:#fff;font-size:28px;line-height:1;
  display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)
}
.carousel-btn:hover{background:var(--green2)}
.carousel-shell{margin-top:34px;overflow:hidden}
.dishes-carousel{
  display:flex;
  gap:22px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding-bottom:8px;
  scrollbar-width:none;
}
.dishes-carousel::-webkit-scrollbar{display:none}
.dish{
  flex:0 0 calc((100% - 66px) / 4);
  min-width:calc((100% - 66px) / 4);
  scroll-snap-align:start;
  background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)
}
.dish img{width:100%;height:250px;object-fit:cover}
.dish-body{padding:20px}
.dish-category{
  display:inline-block;margin-bottom:10px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#8a847b
}
.dish h3{font-size:27px;margin-bottom:10px}
.dish p{font-size:15px;line-height:1.6;color:var(--muted);min-height:96px}
.dish-meta{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:16px}
.dish-meta strong{color:var(--green)}
.dish-meta a{color:var(--accent);font-weight:700}

.location-card{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;margin-top:24px;box-shadow:var(--shadow)
}
.map-wrap iframe{
  border-radius:24px;box-shadow:var(--shadow)
}

.contact-card a{color:var(--accent)}
.db-badge{
  display:inline-flex;margin-top:14px;padding:8px 12px;border-radius:999px;background:#e7f3ec;color:var(--green);font-size:12px;font-weight:700
}
.db-badge--fallback{background:#f7eee8;color:#9a552f}

.footer{
  border-top:1px solid rgba(221,211,196,.8);
  background:var(--bg);
  padding:24px 0;
}
.footer-inner{
  display:flex;justify-content:space-between;align-items:center;gap:24px
}
.footer img{height:38px;width:auto}
.footer p{margin:0;font-size:14px;color:#6f675d;text-align:right}

@media (max-width:1100px){
  .hero-grid,.split,.location-split,.grid3{grid-template-columns:1fr 1fr}
  .grid3 article:last-child{grid-column:1 / -1}
  .dish{flex-basis:calc((100% - 22px) / 2);min-width:calc((100% - 22px) / 2)}
}
@media (max-width:760px){
  nav{display:none}
  .hero-grid,.split,.grid3,.location-split{grid-template-columns:1fr}
  .hero-img{height:380px}
  .section{padding:64px 0}
  .section-head--inline{align-items:flex-start;flex-direction:column}
  .hero p,.section p{font-size:17px}
  .dish{flex-basis:85%;min-width:85%}
  .footer-inner{flex-direction:column;align-items:flex-start}
  .footer p{text-align:left}
  .logo{height:34px}
  .hero-logo{height:98px}
}
