
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600;700&display=swap');

:root{
  --cream:#f6f2ea;
  --paper:#fffdf9;
  --ink:#1c1c18;
  --muted:#68685f;
  --green:#76845d;
  --green-dark:#5e6a49;
  --line:#e7e1d7;
  --max:1460px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.45;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select{font:inherit}
.shell{width:min(var(--max),calc(100% - 64px));margin:0 auto}

.topbar{
  background:#fffdf9;
  border-bottom:1px solid #eee8de;
  position:sticky;
  top:0;
  z-index:100;
}
.nav-inner{
  min-height:98px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:36px;
}
.logo{
  width:max-content;
  display:flex;
  flex-direction:column;
  align-items:center;
  line-height:1;
  letter-spacing:.12em;
  position:relative;
  padding-left:4px;
}
.logo .leaf{
  color:var(--green);
  font-size:28px;
  line-height:.7;
  margin-bottom:2px;
  transform:rotate(-24deg);
}
.logo strong{
  font-family:"Cormorant Garamond",serif;
  font-size:28px;
  letter-spacing:.2em;
}
.logo small{
  margin-top:7px;
  font-size:9px;
  font-weight:600;
  letter-spacing:.22em;
  color:#74736b;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:38px;
  font-size:14px;
  font-weight:650;
}
.nav-links a{
  padding:38px 0 10px;
  border-bottom:2px solid transparent;
}
.nav-links a:hover,.nav-links a.active{border-color:#262620}
.book-top{
  justify-self:end;
  min-width:144px;
  text-align:center;
  color:#fff;
  background:var(--green);
  border-radius:30px;
  padding:15px 25px;
  font-weight:700;
}
.book-top:hover{background:var(--green-dark)}
.menu-btn{display:none}

.hero{
  height:470px;
  min-height:440px;
  position:relative;
  overflow:hidden;
  background:#32291f;
}
.hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
}
.hero-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(13,12,8,.72) 0%,rgba(13,12,8,.50) 30%,rgba(13,12,8,.16) 58%,rgba(13,12,8,.02) 100%);
}
.hero-content{
  position:relative;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  color:#fff;
  padding-top:2px;
}
.hero h1{
  margin:0;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(58px,5.1vw,84px);
  line-height:.92;
  letter-spacing:-.035em;
  max-width:620px;
}
.hero p{
  max-width:610px;
  margin:20px 0 0;
  font-size:16px;
  line-height:1.65;
  color:rgba(255,255,255,.94);
}
.hero-actions{display:flex;gap:18px;margin-top:24px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 34px;
  border-radius:24px;
  font-weight:700;
  border:1.5px solid transparent;
  cursor:pointer;
}
.btn-green{background:var(--green);color:#fff}
.btn-green:hover{background:var(--green-dark)}
.btn-outline{border-color:#fff;color:#fff;background:rgba(0,0,0,.12)}
.btn-outline:hover{background:rgba(255,255,255,.12)}

.feature-strip{
  background:#fffdf9;
  padding:24px 0 44px;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.feature-card{
  overflow:hidden;
}
.feature-card img{
  width:100%;
  height:246px;
  object-fit:cover;
  border-radius:20px;
}
.feature-card:nth-child(1) img{object-position:center 56%}
.feature-card:nth-child(2) img{object-position:center 68%}
.feature-card:nth-child(3) img{object-position:center 54%}
.feature-card h2{
  font-family:"Cormorant Garamond",serif;
  font-size:25px;
  line-height:1.15;
  margin:13px 0 2px;
}
.feature-card p{
  margin:0;
  color:#6c6b65;
  font-size:14px;
}

.section{padding:90px 0}
.menu-section{background:var(--cream)}
.section-head{text-align:center;max-width:760px;margin:0 auto 42px}
.section-head>span,.eyebrow{
  display:inline-block;
  color:var(--green-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.2em;
}
.section-head h2,.info-section h2,.booking-card h2{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(36px,4vw,54px);
  line-height:1.04;
  margin:10px 0 12px;
  letter-spacing:-.025em;
}
.section-head p{margin:0;color:var(--muted)}

.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.menu-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:28px 30px;
  box-shadow:0 16px 40px rgba(52,45,32,.05);
}
.menu-card h3{
  font-family:"Cormorant Garamond",serif;
  font-size:27px;
  margin:0 0 8px;
}
.menu-row{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding:18px 0;
  border-bottom:1px solid var(--line);
}
.menu-row:last-child{border-bottom:0}
.menu-row strong{display:block;margin-bottom:3px}
.menu-row small{display:block;color:var(--muted)}
.menu-row b{white-space:nowrap}

.gallery-section{background:#fffdf9}
.gallery-grid{
  display:grid;
  grid-template-columns:1.35fr .825fr .825fr;
  gap:16px;
}
.gallery-grid img{
  width:100%;
  height:365px;
  object-fit:cover;
  border-radius:20px;
}
.gallery-grid .gallery-large{object-position:center 54%}
.gallery-grid img:nth-child(2){object-position:center 70%}
.gallery-grid img:nth-child(3){object-position:center 58%}

.info-section{background:#edf0e7}
.info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:start;
}
.info-section p{color:var(--muted);max-width:620px;font-size:17px}
.hours{
  margin-top:30px;
  display:grid;
  gap:12px;
}
.hours>div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid rgba(86,103,69,.2);
  padding:13px 0;
}
.hours span{color:var(--muted)}

.booking-card{
  background:#fff;
  border-radius:24px;
  padding:34px;
  box-shadow:0 18px 46px rgba(68,72,52,.08);
}
.booking-form{display:grid;gap:13px;margin-top:24px}
.booking-form input,.booking-form select{
  width:100%;
  min-height:51px;
  border:1px solid #dad8cf;
  border-radius:13px;
  padding:0 15px;
  background:#fff;
  color:var(--ink);
}
.form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.booking-form .btn{border:0;border-radius:13px}
.form-message{font-size:13px;color:var(--green-dark)}

footer{
  background:#20231c;
  color:#e9eadf;
  padding:34px 0;
}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.footer-logo{font-family:"Cormorant Garamond",serif;letter-spacing:.13em}

@media (max-width:980px){
  .shell{width:min(var(--max),calc(100% - 36px))}
  .nav-inner{grid-template-columns:1fr auto;min-height:82px}
  .nav-links,.book-top{display:none}
  .menu-btn{
    display:block;
    border:1px solid #ddd9d0;
    border-radius:13px;
    padding:9px 12px;
    background:#fff;
  }
  .nav-links.open{
    display:flex;
    position:absolute;
    top:82px;
    left:18px;
    right:18px;
    background:#fff;
    padding:20px;
    border:1px solid var(--line);
    border-radius:15px;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
  }
  .nav-links.open a{padding:9px 0}
  .hero{height:560px}
  .feature-grid{grid-template-columns:1fr}
  .feature-card img{height:300px}
  .menu-grid,.info-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .gallery-grid .gallery-large{grid-column:1/-1}
}
@media (max-width:620px){
  .shell{width:calc(100% - 28px)}
  .logo strong{font-size:23px}
  .hero{height:585px}
  .hero-image{object-position:58% center}
  .hero-shade{background:linear-gradient(90deg,rgba(12,13,9,.79),rgba(12,13,9,.38))}
  .hero h1{font-size:52px}
  .hero p{font-size:15px}
  .hero-actions{gap:10px}
  .btn{padding:0 23px}
  .feature-card img{height:235px}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-grid .gallery-large{grid-column:auto}
  .gallery-grid img{height:260px}
  .form-two{grid-template-columns:1fr}
  .footer-inner{flex-direction:column;align-items:flex-start}
}
