/* ============================================================
   MAISON — Premium Restaurant & Bistro
   Global Stylesheet
   ============================================================
   Palette
     --forest   #1C2B1E   deep green (hero bg, dark sections)
     --parchment #F2EAD8  warm off-white (light sections)
     --gold     #C9A84C   accent / dividers / highlights
     --offwhite #FAF7F2   page bg
     --charcoal #242220   body text
     --mist     #6B6560   secondary text / captions
     --bone     #E8E0D0   borders / lines

   Typography
     Display : Playfair Display — high-contrast editorial serif
     Body    : Lato — neutral, highly readable
     Utility : Lato 300 tracking-wide for labels/eyebrows
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Lato:wght@300;400;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --forest:    #1C2B1E;
  --forest-mid:#263829;
  --parchment: #F2EAD8;
  --gold:      #C9A84C;
  --gold-light:#E8D08A;
  --offwhite:  #FAF7F2;
  --charcoal:  #242220;
  --mist:      #6B6560;
  --bone:      #E0D8CC;
  --nav-h:     76px;
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: 'Lato', sans-serif;
  background: var(--offwhite);
  color: var(--charcoal);
  overflow-x: hidden;
  max-width: 100vw;
  padding-top: var(--nav-h);
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 200;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 56px;
  background: var(--forest);
  transition: background 0.3s;
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 400; letter-spacing: 0.08em;
  color: var(--parchment);
  text-transform: uppercase;
}
.nav-logo em { font-style: italic; color: var(--gold); }

.nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
.nav-links a {
  font-family: 'Lato', sans-serif;
  font-size: 11px; font-weight: 300; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(242,234,216,0.7);
  position: relative; padding-bottom: 2px;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active-link { color: var(--parchment); }
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width 0.3s;
}
.nav-links a:hover::after,
.nav-links a.active-link::after { width: 100%; }

.nav-reserve {
  font-family: 'Lato', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--forest) !important;
  background: var(--gold); padding: 10px 22px;
  transition: background 0.2s;
  border-radius: 0;
}
.nav-reserve:hover { background: var(--gold-light); }
.nav-reserve::after { display: none !important; }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--parchment); }

/* ── BUTTONS ── */
.btn-gold {
  display: inline-block;
  background: var(--gold); color: var(--forest);
  font-family: 'Lato', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 14px 32px;
  border: none; cursor: pointer; transition: background 0.2s;
}
.btn-gold:hover { background: var(--gold-light); }

.btn-outline-light {
  display: inline-block;
  background: transparent; color: var(--parchment);
  font-family: 'Lato', sans-serif;
  font-size: 11px; font-weight: 300; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 13px 30px;
  border: 1px solid rgba(242,234,216,0.45);
  cursor: pointer; transition: all 0.25s;
}
.btn-outline-light:hover { border-color: var(--parchment); color: var(--forest); background: var(--parchment); }

.btn-outline-dark {
  display: inline-block;
  background: transparent; color: var(--charcoal);
  font-family: 'Lato', sans-serif;
  font-size: 11px; font-weight: 300; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 13px 30px;
  border: 1px solid var(--bone);
  cursor: pointer; transition: all 0.25s;
}
.btn-outline-dark:hover { border-color: var(--charcoal); background: var(--charcoal); color: var(--parchment); }

/* ── TYPOGRAPHY ── */
.eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 10px; font-weight: 300; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold);
  display: block; margin-bottom: 16px;
}
.eyebrow-light { color: rgba(201,168,76,0.8); }
.eyebrow-muted { color: var(--mist); }

.display {
  font-family: 'Playfair Display', serif;
  font-size: clamp(56px, 6vw, 96px);
  font-weight: 400; line-height: 1.0;
  color: var(--charcoal);
}
.display-light { color: var(--parchment); }
.display-italic { font-style: italic; }

.heading-lg {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400; line-height: 1.1;
  color: var(--charcoal);
}
.heading-md {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 400; line-height: 1.2;
  color: var(--charcoal);
}
.heading-light { color: var(--parchment); }

.body-copy {
  font-size: 16px; font-weight: 300; line-height: 1.85;
  color: var(--mist);
}
.body-copy-light { color: rgba(242,234,216,0.65); }

/* ── GOLD RULE ── */
.gold-rule {
  width: 48px; height: 1px; background: var(--gold);
  margin: 20px 0;
}
.gold-rule-center { margin: 20px auto; }

/* ── FORMS ── */
.form-group { margin-bottom: 24px; }

.form-label {
  display: block; font-size: 10px; font-weight: 300;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--mist); margin-bottom: 8px;
}
.form-label-light { color: rgba(242,234,216,0.45); }

.form-input, .form-select, .form-textarea {
  width: 100%; padding: 13px 0;
  border: none; border-bottom: 1px solid var(--bone);
  background: transparent; font-family: 'Lato', sans-serif;
  font-size: 15px; font-weight: 300; color: var(--charcoal);
  outline: none; transition: border-color 0.2s;
  border-radius: 0; -webkit-appearance: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-bottom-color: var(--gold); }
.form-select { cursor: pointer; }
.form-textarea { resize: none; height: 100px; }

.form-input-light, .form-select-light {
  border-bottom-color: rgba(242,234,216,0.2);
  color: var(--parchment);
}
.form-input-light::placeholder { color: rgba(242,234,216,0.3); }
.form-input-light:focus, .form-select-light:focus { border-bottom-color: var(--gold); }
.form-select-light option { background: var(--forest); color: var(--parchment); }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

.form-success {
  display: none; margin-top: 20px; padding: 16px 20px;
  background: rgba(201,168,76,0.12);
  border-left: 3px solid var(--gold);
  font-size: 14px; font-weight: 300; color: var(--parchment);
}
.form-success-dark { color: var(--charcoal); background: rgba(201,168,76,0.1); }

/* ── FOOTER ── */
footer {
  background: var(--forest);
  color: var(--parchment);
  padding: 88px 56px 40px;
}

.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px; margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(242,234,216,0.08);
}

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 400;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--parchment); margin-bottom: 16px;
  display: block;
}
.footer-brand em { font-style: italic; color: var(--gold); }

.footer-tagline { font-size: 14px; font-weight: 300; opacity: 0.45; line-height: 1.75; margin-bottom: 28px; }

.footer-socials { display: flex; gap: 20px; }
.footer-socials a {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(242,234,216,0.35); transition: color 0.2s;
}
.footer-socials a:hover { color: var(--gold); }

.footer-col-head {
  font-size: 10px; font-weight: 300; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 20px; display: block;
}

.footer-nav { list-style: none; }
.footer-nav li { margin-bottom: 11px; }
.footer-nav a { font-size: 14px; font-weight: 300; opacity: 0.5; transition: opacity 0.2s; }
.footer-nav a:hover { opacity: 1; }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
}
.footer-copy { font-size: 12px; font-weight: 300; opacity: 0.22; letter-spacing: 0.06em; }

/* ── SCROLL ANIMATIONS ── */
.fade-up {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.in { opacity: 1; transform: translateY(0); }

/* ── MENU CATEGORY TABS ── */
.tabs-bar {
  display: flex; gap: 0;
  border-bottom: 1px solid var(--bone);
  padding: 0 56px;
  overflow-x: auto;
  background: var(--offwhite);
}
.tab-btn {
  padding: 16px 28px; background: none; border: none;
  border-bottom: 2px solid transparent;
  font-family: 'Lato', sans-serif;
  font-size: 11px; font-weight: 300; letter-spacing: 0.18em;
  text-transform: uppercase; cursor: pointer;
  color: var(--mist); transition: all 0.2s; white-space: nowrap;
}
.tab-btn.active { color: var(--charcoal); border-bottom-color: var(--gold); }
.tab-btn:hover { color: var(--charcoal); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; flex-direction: column; position: fixed; top: var(--nav-h); left: 0; width: 100%; background: var(--forest); padding: 28px 24px 36px; gap: 20px; z-index: 199; border-top: 1px solid rgba(255,255,255,0.06); }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .tabs-bar { padding: 0 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { padding: 56px 24px 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
}