:root {
  --green: #02594f;
  --green-ink: #0f3c37;
  --cream: #f6f2e4;
  --offwhite: #fbf9f3;
  --line: rgba(2, 89, 79, 0.18);
  --shadow: 0 16px 38px rgba(2, 89, 79, 0.15);
  --font-title: "Trona", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--green-ink);
  background: var(--offwhite);
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 3vw, 2.2rem);
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.brand {
  display: flex;
  align-items: center;
  color: var(--green);
}

.brand-logo {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--line);
}

.brand-mark {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  place-items: center;
  font-weight: 800;
}

.brand.logo-fallback .brand-mark { display: grid; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav a {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover {
  color: var(--green);
  border-bottom-color: var(--green);
}

.header-actions { display: flex; align-items: center; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.72rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--green);
  font-weight: 700;
  font-size: 0.92rem;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(2, 89, 79, 0.18);
}

.button-primary { background: var(--green); color: #fff; }
.button-secondary { background: transparent; color: var(--green); }
.button-order { background: var(--green); color: #fff; }
.button-outline { background: transparent; color: var(--green); }

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  padding: 0.6rem;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 0.28rem 0;
  background: #fff;
}

main { width: min(1200px, calc(100% - 2rem)); margin: 0 auto; }
.section { padding: clamp(2.5rem, 5vw, 4.3rem) 0; }

.hero {
  margin-top: 1.3rem;
  padding: clamp(2.4rem, 6vw, 4rem);
  border-radius: 1.3rem;
  background: linear-gradient(150deg, #04564d, #057062);
  color: #fff;
  text-align: center;
}

.hero-content {
  display: grid;
  justify-items: center;
}

.eyebrow {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 700;
  font-size: 0.76rem;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--font-title);
  font-weight: 800;
  line-height: 1.1;
  text-wrap: balance;
}

h1 { font-size: clamp(2.2rem, 5vw, 4rem); margin-bottom: 0.9rem; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.8rem); margin-bottom: 0.9rem; }
h3 { font-size: 1.35rem; margin-bottom: 0.5rem; }

.hero p {
  max-width: 46rem;
  margin-inline: auto;
  font-size: 1.05rem;
}
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.25rem; justify-content: center; }

.hero .button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
}

.promo { display: grid; gap: 1.1rem; }

.promo-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  overflow: hidden;
}

.promo-card.reverse { direction: rtl; }
.promo-card.reverse .promo-copy { direction: ltr; }

.promo-card img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.promo-copy {
  padding: clamp(1.5rem, 3vw, 2.3rem);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.promo-copy p { margin-bottom: 1.2rem; }

.promo-green {
  background: #0b5f54;
  border-color: #0b5f54;
  color: #fff;
}

.promo-green .button-outline {
  border-color: #fff;
  color: #fff;
}

.promo-green .button-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.promo-cream {
  background: #f2ead9;
}

.section-heading { max-width: 46rem; margin-bottom: 1.25rem; }

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.menu-item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0.95rem;
  padding: 1.15rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

.menu-item span {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: #e5453c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 800;
}

.visit {
  display: grid;
  grid-template-columns: 1fr minmax(19rem, 0.72fr);
  gap: 1rem;
  align-items: stretch;
}

.visit-copy {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 1rem;
  padding: 1.3rem;
}

.visit-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 1rem;
  padding: 1.2rem;
}

.visit-card dl, .visit-card dd { margin: 0; }
.visit-card div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid #ececec;
}
.visit-card div:last-child { border-bottom: 0; }
.visit-card dt { font-weight: 700; }
.visit-card dd { text-align: right; }

.contact {
  text-align: center;
  max-width: 45rem;
  margin: 0 auto;
}

.site-footer {
  margin-top: 2rem;
  padding: 1.2rem 0 2rem;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #335f5a;
}

.site-footer p { margin: 0; }
.site-footer a { font-weight: 700; }

.menu-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
}

.menu-modal.open {
  display: flex;
}

.menu-modal-panel {
  position: relative;
  width: min(980px, 100%);
  height: min(86vh, 900px);
  background: #fff;
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.menu-modal-frame {
  width: 100%;
  height: 100%;
  border: 0;
}

.menu-modal-close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 60, 55, 0.75);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 980px) {
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .visit { grid-template-columns: 1fr; }
  .promo-card { grid-template-columns: 1fr; }
  .promo-card.reverse { direction: ltr; }
}

@media (max-width: 760px) {
  .header-actions { display: none; }
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    top: 5.3rem;
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: var(--shadow);
  }
  body.nav-open .site-nav { display: flex; }
  .brand-logo { width: 4.4rem; height: 4.4rem; }
}

@media (max-width: 560px) {
  .menu-grid { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
  .menu-modal-panel { height: min(84vh, 760px); }
}
