*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 300;
  color: #064e3b;
  background: #fefdf8;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ─── Header ─── */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(254, 253, 248, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(6, 78, 59, 0.08);
  transition: box-shadow 0.3s;
}
#site-header.scrolled { box-shadow: 0 1px 20px rgba(6, 78, 59, 0.07); }
.nav-link {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #064e3b;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  transition: opacity 0.25s;
}
.nav-link::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px;
  background: #064e3b;
  transition: width 0.3s;
}
.nav-link:hover::after { width: 100%; }
.nav-link:hover { opacity: 0.7; }

/* ─── Buttons ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.75rem 1.75rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary {
  background: #064e3b;
  color: #fefdf8;
  border-color: #064e3b;
}
.btn-primary:hover { background: #022c22; border-color: #022c22; transform: translateY(-1px); }
.btn-outline {
  background: transparent;
  color: #064e3b;
  border-color: rgba(6, 78, 59, 0.4);
}
.btn-outline:hover { border-color: #064e3b; background: rgba(6, 78, 59, 0.05); }

/* ─── Hero ─── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8rem 1.5rem 4rem;
  overflow: hidden;
  background: linear-gradient(135deg, #022c22 0%, #064e3b 30%, #047857 60%, #059669 80%, #10b981 100%);
}
.hero-gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 80%, rgba(16, 185, 129, 0.3) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(5, 150, 105, 0.25) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(4, 120, 87, 0.2) 0%, transparent 60%);
  pointer-events: none;
}
.hero-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(254, 253, 248, 0.15) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 680px; }
.hero-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(217, 249, 157, 0.8);
  margin-bottom: 1.5rem;
}
.hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  line-height: 1.1;
  color: #fefdf8;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.hero-sub {
  font-size: 1.0625rem;
  color: rgba(254, 253, 248, 0.75);
  max-width: 480px;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-actions .btn-outline { color: #fefdf8; border-color: rgba(254, 253, 248, 0.4); }
.hero-actions .btn-outline:hover { background: rgba(254, 253, 248, 0.1); border-color: rgba(254, 253, 248, 0.7); }
.hero-footer {
  position: absolute; bottom: 2rem;
  font-size: 0.8125rem;
  color: rgba(254, 253, 248, 0.5);
  letter-spacing: 0.04em;
}

/* ─── Sections ─── */
.section { padding: 6rem 0; }
.section-cream { background: #faf8f0; }
.label {
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #047857;
  margin-bottom: 1rem;
  font-weight: 500;
}
.section-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.2;
  color: #022c22;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}
.body-text {
  font-size: 0.9375rem;
  color: #064e3b;
  opacity: 0.78;
  line-height: 1.85;
  margin-bottom: 1rem;
}
.divider {
  width: 48px; height: 1px;
  background: #047857;
  margin: 1.5rem 0;
  opacity: 0.5;
}

/* ─── Stats ─── */
.stats { display: flex; gap: 2.5rem; flex-wrap: wrap; margin-top: 1.5rem; }
.stat { display: flex; flex-direction: column; gap: 0.25rem; }
.stat-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #022c22;
  line-height: 1;
}
.stat-label { font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; color: #047857; }

/* ─── About Image ─── */
.about-img-wrap {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 24px 24px 0 rgba(6, 78, 59, 0.06);
}
.about-img-wrap img {
  display: block; width: 100%; height: auto;
  transition: transform 0.6s ease;
}
.about-img-wrap:hover img { transform: scale(1.02); }

/* ─── Menu ─── */
.menu-category {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #022c22;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(6, 78, 59, 0.12);
}
.menu-line {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 0.375rem 0;
  font-size: 0.875rem;
  color: #064e3b;
  opacity: 0.8;
  gap: 0.75rem;
}
.menu-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(6, 78, 59, 0.2);
  min-width: 2rem;
  margin-bottom: 4px;
}

/* ─── Gallery ─── */
.gallery-item {
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: auto;
}
.gallery-item img {
  display: block; width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.04); }

/* ─── Visit ─── */
.visit-info {
  display: flex; align-items: flex-start; gap: 1rem;
}
.visit-icon {
  width: 20px; height: 20px;
  color: #047857;
  flex-shrink: 0;
  margin-top: 3px;
}
.visit-label {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #047857;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.visit-value { font-size: 0.9375rem; color: #064e3b; line-height: 1.6; }

/* ─── Map ─── */
.map-wrap { border-radius: 2px; overflow: hidden; }
.map-placeholder {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  min-height: 360px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 1rem; text-align: center;
  padding: 2rem;
  border: 1px solid rgba(6, 78, 59, 0.1);
}
.map-icon { width: 40px; height: 40px; color: #047857; opacity: 0.6; }
.map-label { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.25rem; color: #022c22; }
.map-btn { margin-top: 0.5rem; }

/* ─── Contact Form ─── */
.field-label {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #047857;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.field {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #064e3b;
  background: #faf8f0;
  border: 1px solid rgba(6, 78, 59, 0.15);
  border-radius: 4px;
  outline: none;
  transition: border-color 0.25s, background 0.25s;
  resize: vertical;
}
.field:focus { border-color: #047857; background: #fefdf8; }
.field::placeholder { color: rgba(6, 78, 59, 0.35); }
.form-success {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #047857;
  padding: 1rem;
  background: rgba(16, 185, 129, 0.08);
  border-radius: 4px;
}
.form-error {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #dc2626;
}

/* ─── Footer ─── */
footer { background: #022c22; color: rgba(254, 253, 248, 0.6); }
footer .divider { background: rgba(254, 253, 248, 0.1); }
footer p { font-size: 0.8125rem; }

/* ─── Reveal Animation ─── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── Mobile Menu ─── */
#mobile-menu { transition: opacity 0.3s; }
#mobile-menu.hidden { display: none; }
body.menu-open { overflow: hidden; }

/* ─── Responsive ─── */
@media (max-width: 767px) {
  .section { padding: 4rem 0; }
  .hero { padding: 7rem 1.25rem 3rem; }
  .hero-footer { position: relative; bottom: auto; margin-top: 3rem; text-align: center; }
  .stats { gap: 1.5rem; }
  .about-img-wrap { box-shadow: 12px 12px 0 rgba(6, 78, 59, 0.06); }
}
