*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
  --green:#2D4A3E;
  --green-dark:#1E3329;
  --charcoal:#2C2C2C;
  --cream:#FDF6EE;
  --cream-dark:#F5EDE2;
  --terracotta:#C4622D;
  --terracotta-hover:#A8511F;
  --amber:#D4913A;
  --text-dark:#2C2C2C;
  --text-light:#F5EDE2;
  --serif:'Playfair Display',Georgia,serif;
  --sans:'Inter','Helvetica Neue',Arial,sans-serif;
}
html{scroll-behavior:smooth;}
body{font-family:var(--sans);color:var(--text-dark);line-height:1.6;background:var(--cream);}

/* STICKY NAV */
.sticky-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--green-dark);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:60px;transition:box-shadow .3s;}
.sticky-nav.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.3);}
.nav-wordmark{font-family:var(--serif);color:var(--cream);font-size:1.25rem;font-weight:600;letter-spacing:.02em;text-decoration:none;}
.nav-right{display:flex;align-items:center;gap:1.5rem;}
.nav-link{color:var(--cream-dark);text-decoration:none;font-size:.9rem;font-weight:400;letter-spacing:.04em;transition:color .2s;}
.nav-link:hover{color:#fff;}
.nav-cta{background:var(--terracotta);color:#fff;padding:.55rem 1.3rem;border-radius:4px;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .2s;border:none;cursor:pointer;}
.nav-cta:hover{background:var(--terracotta-hover);}

/* HERO */
.hero{padding:120px 2rem 80px;background:var(--cream);display:flex;align-items:center;justify-content:center;gap:3rem;max-width:1200px;margin:0 auto;}
.hero-content{flex:1;max-width:520px;}
.hero-eyebrow{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--terracotta);font-weight:500;margin-bottom:1rem;}
.hero-headline{font-family:var(--serif);font-size:3rem;line-height:1.15;color:var(--green);margin-bottom:1.2rem;font-weight:700;}
.hero-headline em{font-style:italic;color:var(--terracotta);}
.hero-sub{font-size:1.05rem;color:#555;line-height:1.7;margin-bottom:2rem;max-width:440px;}
.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;}
.btn-primary{background:var(--terracotta);color:#fff;padding:.8rem 1.8rem;border-radius:4px;text-decoration:none;font-size:1rem;font-weight:500;transition:background .2s;display:inline-block;}
.btn-primary:hover{background:var(--terracotta-hover);}
.btn-outline{border:2px solid var(--green);color:var(--green);padding:.75rem 1.8rem;border-radius:4px;text-decoration:none;font-size:1rem;font-weight:500;transition:all .2s;display:inline-block;background:transparent;}
.btn-outline:hover{background:var(--green);color:#fff;}
.hero-image{flex:1;max-width:540px;position:relative;}
.hero-image img{width:100%;height:420px;object-fit:cover;border-radius:6px;border:4px solid var(--cream-dark);box-shadow:0 8px 30px rgba(45,74,62,.15);}

/* INFO STRIP */
.info-strip{background:var(--green);color:var(--cream);padding:2.5rem 2rem 2rem;}
.info-strip-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center;}
.info-col h4{font-family:var(--serif);font-size:1.1rem;margin-bottom:.5rem;font-weight:600;}
.info-col p{font-size:.9rem;line-height:1.6;opacity:.9;}
.info-col a{color:var(--cream);text-decoration:underline;text-underline-offset:2px;}
.info-note{text-align:center;margin-top:1.2rem;font-size:.75rem;opacity:.6;font-style:italic;max-width:600px;margin-left:auto;margin-right:auto;}

/* ABOUT */
.about{padding:5rem 2rem;background:var(--cream);text-align:center;}
.about-inner{max-width:680px;margin:0 auto;}
.section-heading{font-family:var(--serif);font-size:2rem;color:var(--green);margin-bottom:1.2rem;font-weight:700;}
.about p{font-size:1.05rem;color:#555;line-height:1.8;}

/* MENU PREVIEW */
.menu-preview{padding:5rem 2rem;background:var(--cream-dark);}
.menu-inner{max-width:900px;margin:0 auto;}
.menu-preview .section-heading{text-align:center;}
.menu-note{text-align:center;font-size:.85rem;color:#888;margin-bottom:2rem;font-style:italic;}
.menu-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2.5rem;flex-wrap:wrap;}
.menu-tab{padding:.6rem 1.5rem;border:2px solid var(--green);background:transparent;color:var(--green);font-family:var(--sans);font-size:.9rem;font-weight:500;cursor:pointer;border-radius:4px;transition:all .2s;}
.menu-tab.active,.menu-tab:hover{background:var(--green);color:#fff;}
.menu-category{display:none;}
.menu-category.active{display:block;}
.menu-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-bottom:1px solid rgba(45,74,62,.1);}
.menu-item:last-child{border-bottom:none;}
.menu-item-info h5{font-family:var(--serif);font-size:1.1rem;color:var(--green);margin-bottom:.25rem;font-weight:600;}
.menu-item-info p{font-size:.85rem;color:#777;max-width:500px;}
.menu-item-price{font-family:var(--serif);font-size:1.1rem;color:var(--terracotta);font-weight:600;white-space:nowrap;margin-left:1rem;}
.menu-bottom{text-align:center;margin-top:2rem;}

/* GALLERY */
.gallery{padding:5rem 2rem;background:var(--cream);}
.gallery .section-heading{text-align:center;margin-bottom:2rem;}
.gallery-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}
.gallery-item{position:relative;border-radius:6px;overflow:hidden;aspect-ratio:4/3;}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;background:linear-gradient(135deg,#d4a574,#8faa7e);}

/* RESERVATIONS */
.reservations{padding:5rem 2rem;background:var(--green-dark);}
.reservations .section-heading{color:var(--cream);text-align:center;margin-bottom:.5rem;}
.reservations-note{text-align:center;color:rgba(245,237,226,.6);font-size:.8rem;font-style:italic;margin-bottom:2rem;}
.res-form{max-width:600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.res-form .full{grid-column:1/-1;}
.res-form label{display:block;color:var(--cream-dark);font-size:.85rem;margin-bottom:.3rem;font-weight:400;}
.res-form input,.res-form select,.res-form textarea{width:100%;padding:.7rem .9rem;border:1px solid rgba(245,237,226,.2);border-radius:4px;background:rgba(255,255,255,.08);color:var(--cream);font-family:var(--sans);font-size:.95rem;transition:border-color .2s;}
.res-form input:focus,.res-form select:focus,.res-form textarea:focus{outline:none;border-color:var(--terracotta);}
.res-form textarea{resize:vertical;min-height:80px;}
.res-form select option{color:var(--text-dark);background:#fff;}
.res-submit{grid-column:1/-1;text-align:center;margin-top:.5rem;}
.res-submit button{background:var(--terracotta);color:#fff;padding:.85rem 2.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;font-family:var(--sans);transition:background .2s;}
.res-submit button:hover{background:var(--terracotta-hover);}
.res-walkin{text-align:center;color:var(--cream-dark);font-size:.9rem;margin-top:1.5rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.8;}

/* EVENTS */
.events{padding:5rem 2rem;background:var(--cream-dark);}
.events-inner{max-width:700px;margin:0 auto;text-align:center;}
.events-inner p{font-size:1.05rem;color:#555;line-height:1.8;margin-bottom:1.5rem;}

/* REVIEWS */
.reviews{padding:5rem 2rem;background:var(--cream);}
.reviews .section-heading{text-align:center;margin-bottom:.3rem;}
.reviews-note{text-align:center;font-size:.8rem;color:#999;font-style:italic;margin-bottom:2rem;}
.reviews-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.review-card{background:#fff;border-radius:8px;padding:2rem 1.5rem;box-shadow:0 2px 12px rgba(45,74,62,.08);border:1px solid rgba(45,74,62,.06);}
.review-stars{color:var(--amber);font-size:1.1rem;margin-bottom:.8rem;letter-spacing:2px;}
.review-card p{font-size:.95rem;color:#555;line-height:1.7;margin-bottom:1rem;font-style:italic;}
.review-author{font-weight:600;color:var(--green);font-size:.9rem;}
.review-location{font-size:.8rem;color:#999;margin-top:.15rem;}

/* CLOSING CTA */
.closing-cta{padding:4rem 2rem;background:var(--green);text-align:center;}
.closing-cta .section-heading{color:var(--cream);margin-bottom:1rem;}
.closing-cta p{color:var(--cream-dark);opacity:.85;font-size:.95rem;margin-bottom:.3rem;}
.closing-cta .btn-closing{display:inline-block;margin-top:1.5rem;background:var(--terracotta);color:#fff;padding:.85rem 2.5rem;border-radius:4px;text-decoration:none;font-size:1rem;font-weight:500;transition:background .2s;}
.closing-cta .btn-closing:hover{background:var(--terracotta-hover);}

/* FOOTER */
.site-footer{background:var(--charcoal);color:var(--cream-dark);padding:2.5rem 2rem 1.5rem;font-size:.85rem;}
.footer-inner{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;}
.footer-col h5{font-family:var(--serif);font-size:1rem;margin-bottom:.5rem;color:var(--cream);}
.footer-col p{line-height:1.7;opacity:.8;}
.footer-col a{color:var(--cream-dark);text-decoration:underline;text-underline-offset:2px;}
.footer-social{display:flex;gap:1rem;margin-top:.5rem;}
.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(245,237,226,.3);color:var(--cream-dark);text-decoration:none;font-size:.8rem;transition:all .2s;}
.footer-social a:hover{background:var(--terracotta);border-color:var(--terracotta);color:#fff;}
.footer-bottom{max-width:900px;margin:1.5rem auto 0;padding-top:1rem;border-top:1px solid rgba(245,237,226,.1);text-align:center;font-size:.75rem;opacity:.5;line-height:1.8;}

/* RESPONSIVE */
@media(max-width:768px){
  .hero{flex-direction:column;padding:100px 1.5rem 3rem;gap:2rem;text-align:center;}
  .hero-content{max-width:100%;}
  .hero-sub{margin-left:auto;margin-right:auto;}
  .hero-buttons{justify-content:center;}
  .hero-headline{font-size:2.2rem;}
  .info-strip-inner{grid-template-columns:1fr;gap:1.5rem;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
  .reviews-grid{grid-template-columns:1fr;}
  .res-form{grid-template-columns:1fr;}
  .res-form .full{grid-column:1;}
  .footer-inner{flex-direction:column;text-align:center;align-items:center;}
  .footer-social{justify-content:center;}
  .menu-tabs{gap:.3rem;}
  .menu-tab{padding:.5rem 1rem;font-size:.8rem;}
}
@media(max-width:480px){
  .hero-headline{font-size:1.8rem;}
  .section-heading{font-size:1.6rem;}
  .gallery-grid{grid-template-columns:1fr;}
}
