:root {
  --green: #0d5d43;
  --green-dark: #073b2d;
  --gold: #d9b55a;
  --cream: #f5f1e8;
  --ink: #17352b;
  --muted: #6c756f;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration: none; }
.site-header {
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 6vw;
  gap: 28px;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(13,93,67,.08);
  position: sticky;
  top: 0;
  z-index: 30;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 245px; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand span { color: var(--green); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 700; letter-spacing: -.4px; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; text-transform: uppercase; font-size: 12px; letter-spacing: 1.5px; font-weight: 700; }
.desktop-nav a:hover { color: var(--gold); }
.header-cta { margin-left: 18px; border: 1px solid var(--green); padding: 11px 18px; text-transform: uppercase; font-size: 11px; letter-spacing: 1.2px; font-weight: 700; background: transparent; color: var(--green); cursor: pointer; font-family: inherit; }
.header-cta:hover { background: var(--green); color: white; }

.hero {
  min-height: 610px;
  position: relative;
  display: grid;
  place-items: center;
  background: url('assets/hero.jpg') center 46% / cover no-repeat;
  color: white;
  overflow: hidden;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,43,31,.88) 0%, rgba(4,43,31,.72) 48%, rgba(4,43,31,.45) 100%); }
.hero-content { position: relative; z-index: 2; width: min(900px, 88vw); text-align: center; padding: 78px 20px 68px; }
.eyebrow { color: #f3d68d; letter-spacing: 2.7px; font-size: 11px; font-weight: 700; margin: 0 0 21px; }
.hero h1 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; line-height: 1.08; letter-spacing: -.8px; font-size: clamp(42px, 5.3vw, 72px); margin: 0 auto 24px; }
.hero-sub { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(18px, 2vw, 24px); color: rgba(255,255,255,.93); margin: 0 0 31px; }
.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.btn { padding: 14px 28px; text-transform: uppercase; font-size: 11px; letter-spacing: 1.8px; font-weight: 800; font-family: inherit; cursor: pointer; }
.btn-gold { background: var(--gold); color: var(--green-dark); }
.btn-outline { border: 1px solid rgba(255,255,255,.72); color: #fff; background: transparent; }
.award { margin: 44px auto 0; font-size: 10px; letter-spacing: 1.7px; color: #f4d892; display: inline-block; border-top: 1px solid rgba(244,216,146,.75); border-bottom: 1px solid rgba(244,216,146,.75); padding: 8px 18px; }

.section { padding: 82px 7vw; }
.section-soft { padding: 82px 7vw; background: var(--cream); }
.about { text-align: center; max-width: 920px; margin: 0 auto; }
.section-kicker { color: var(--gold); font-size: 11px; letter-spacing: 2.2px; font-weight: 800; margin-bottom: 18px; }
h2 { font-family: Georgia, 'Times New Roman', serif; color: var(--green); font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; font-weight: 500; margin: 0; }
.gold-rule { width: 44px; height: 2px; background: var(--gold); margin: 26px auto 28px; }
.about p { max-width: 820px; margin: 13px auto; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.75; color: #425047; }
.section-head { text-align: center; max-width: 850px; margin: 0 auto 42px; }
.section-head p { color: var(--muted); margin-top: 15px; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; }
.card-grid, .location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; max-width: 1180px; margin: 0 auto; }
.feature-card { background: white; box-shadow: 0 10px 32px rgba(8,50,38,.08); overflow: hidden; }
.feature-card img { width: 100%; height: 260px; object-fit: cover; display: block; }
.feature-card:nth-child(3) img { object-position: center 43%; }
.feature-copy { padding: 26px; }
.feature-copy h3, .location-card h3 { font-family: Georgia, 'Times New Roman', serif; color: var(--green); font-size: 27px; font-weight: 500; margin: 0 0 12px; }
.feature-copy p { color: #5c675f; line-height: 1.7; margin: 0; }
.locations { background: #fff; }
.location-card { position: relative; border: 1px solid #e7e0d1; padding: 32px; min-height: 300px; background: #fff; box-shadow: 0 8px 25px rgba(0,0,0,.035); }
.location-card-new { border: 1.5px solid var(--gold); background: linear-gradient(180deg, #fff 0%, #fffaf0 100%); }
.location-topline { color: var(--gold); font-size: 10px; letter-spacing: 2px; font-weight: 800; margin-bottom: 13px; }
.opening-badge { position: absolute; top: 18px; right: 18px; color: var(--green-dark); background: #eed995; padding: 7px 9px; font-size: 9px; letter-spacing: 1.1px; font-weight: 900; }
.address, .hours { color: #5c675f; line-height: 1.6; }
.phone { display: block; color: var(--green); font-weight: 800; margin: 18px 0 15px; }
.map-link { color: #a67c22; font-size: 12px; text-transform: uppercase; letter-spacing: .7px; font-weight: 800; }
footer { background: var(--green-dark); color: rgba(255,255,255,.84); text-align: center; padding: 50px 20px; line-height: 1.8; }
.footer-brand { font-family: Georgia, 'Times New Roman', serif; font-size: 28px; color: white; margin-bottom: 4px; }
.footer-locations { color: #e2c36f; margin-top: 4px; }
.copyright { font-size: 11px; opacity: .64; margin-top: 13px; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .brand { min-width: 0; }
  .card-grid, .location-grid { grid-template-columns: 1fr; max-width: 620px; }
  .feature-card img { height: 330px; }
}
@media (max-width: 560px) {
  .site-header { height: 66px; padding: 0 18px; }
  .brand span { font-size: 20px; }
  .brand img { width: 40px; height: 40px; }
  .header-cta { display: none; }
  .hero { min-height: 575px; }
  .hero-content { width: 94vw; padding-left: 12px; padding-right: 12px; }
  .hero h1 { font-size: 42px; }
  .hero-sub { font-size: 18px; line-height: 1.45; }
  .section, .section-soft { padding: 66px 22px; }
  .about p { font-size: 18px; }
  .feature-card img { height: 250px; }
}


body.modal-open { overflow: hidden; }
.booking-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
.booking-modal.is-open { display: flex; }
.booking-backdrop { position: absolute; inset: 0; background: rgba(3, 31, 23, .72); backdrop-filter: blur(4px); }
.booking-panel { position: relative; width: min(760px, 96vw); max-height: 90vh; overflow-y: auto; background: #fffdf8; border: 1px solid rgba(217,181,90,.65); box-shadow: 0 30px 90px rgba(0,0,0,.28); padding: 44px; text-align: center; }
.booking-panel h2 { font-size: clamp(30px, 4.5vw, 44px); margin-bottom: 14px; }
.booking-intro { max-width: 570px; margin: 0 auto 28px; color: #647069; font-family: Georgia, 'Times New Roman', serif; font-size: 17px; line-height: 1.55; }
.booking-close { position: absolute; top: 13px; right: 18px; width: 38px; height: 38px; border: 0; background: transparent; color: var(--green); font-size: 30px; line-height: 1; cursor: pointer; }
.booking-options { display: grid; gap: 12px; text-align: left; }
.booking-option { display: grid; gap: 5px; padding: 19px 21px; border: 1px solid #e7e0d1; background: white; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.booking-option:hover, .booking-option:focus { transform: translateY(-2px); border-color: var(--gold); box-shadow: 0 9px 24px rgba(8,50,38,.10); outline: none; }
.booking-option-new { background: linear-gradient(180deg, #fff 0%, #fffaf0 100%); }
.booking-location { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; color: var(--green); font-weight: 700; }
.booking-location em { font-family: Arial, Helvetica, sans-serif; font-size: 9px; letter-spacing: 1px; font-style: normal; text-transform: uppercase; color: var(--green-dark); background: #eed995; padding: 5px 7px; margin-left: 7px; vertical-align: 3px; }
.booking-option > span:not(.booking-location) { color: #6a746d; font-size: 13px; }
.booking-option strong { color: #9f7824; margin-top: 5px; font-size: 12px; letter-spacing: .5px; text-transform: uppercase; }

@media (max-width: 560px) {
  .booking-panel { padding: 38px 18px 22px; }
  .booking-option { padding: 17px 16px; }
  .booking-location { font-size: 20px; }
}

.full-menu-cta { text-align:center; margin-top:36px; }
.btn-menu { display:inline-block; background:var(--green); color:#fff; border:1px solid var(--green); }
.btn-menu:hover { background:var(--green-dark); border-color:var(--green-dark); }
