/* =============================================
   MIDA Restaurant — style.css
   ============================================= */

:root {
  --cream:      #faf7f2;
  --warm-white: #f0ebe0;
  --charcoal:   #1a1d21;
  --gold:       #c4993b;
  --gold-hover: #d4aa4d;
  --muted:      #7a776f;
  --border:     rgba(28,31,35,0.12);
  --border-lt:  rgba(250,247,242,0.14);
}

/* BASE */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  color: var(--charcoal);
  background: var(--cream);
  overflow-x: hidden;
  font-size: 15px;
}
img { max-width: 100%; }
a { text-decoration: none; }

/* ── SHARED TYPOGRAPHY ── */
.section-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  font-weight: 500;
  display: block;
}
.section-eyebrow-light {
  font-size: 0.72rem;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  font-weight: 500;
  display: block;
}
.section-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}
.section-heading.light {
  color: var(--cream);
}
.section-subhead-light {
  color: rgba(250,247,242,0.60);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

/* ── BUTTONS ── */
.btn-outline-gold {
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 0.38rem 1rem;
  border-radius: 0;
  font-family: 'DM Sans', sans-serif;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-gold:hover { background: var(--gold); color: var(--charcoal); }

.btn-gold {
  background: var(--gold);
  color: var(--charcoal);
  border: 1.5px solid var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 0.38rem 1rem;
  border-radius: 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  transition: background 0.2s, border-color 0.2s;
}
.btn-gold:hover { background: var(--gold-hover); border-color: var(--gold-hover); color: var(--charcoal); }

.btn-hero-primary {
  background: var(--gold);
  color: var(--charcoal);
  border: 2px solid var(--gold);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.85rem 2.2rem;
  border-radius: 0;
  font-weight: 500;
  transition: all 0.2s;
}
.btn-hero-primary:hover { background: var(--gold-hover); border-color: var(--gold-hover); color: var(--charcoal); }

.btn-hero-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.72);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.85rem 2.2rem;
  border-radius: 0;
  font-weight: 500;
  transition: all 0.2s;
}
.btn-hero-secondary:hover { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.95); }

.btn-charcoal {
  background: var(--charcoal);
  color: var(--cream);
  border: 2px solid var(--charcoal);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border-radius: 0;
  font-weight: 500;
  transition: all 0.2s;
}
.btn-charcoal:hover { background: transparent; color: var(--charcoal); }

.btn-outline-charcoal {
  background: transparent;
  color: var(--charcoal);
  border: 2px solid var(--charcoal);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border-radius: 0;
  font-weight: 500;
  transition: all 0.2s;
}
.btn-outline-charcoal:hover { background: var(--charcoal); color: var(--cream); }

.btn-outline-gold-lg {
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 0.8rem 2.4rem;
  border-radius: 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  transition: all 0.25s;
}
.btn-outline-gold-lg:hover { background: var(--gold); color: var(--charcoal); }

.btn-giftcard {
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.82rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 0.9rem 2.5rem;
  border-radius: 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  transition: background 0.2s;
}
.btn-giftcard:hover { background: var(--gold-hover); color: var(--charcoal); }

.btn-location {
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 1.1rem;
  border-radius: 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  border: 1.5px solid var(--gold);
  transition: all 0.2s;
}
.btn-location:hover { background: var(--gold-hover); border-color: var(--gold-hover); color: var(--charcoal); }

.btn-location-outline {
  background: transparent;
  color: var(--charcoal);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 1.1rem;
  border-radius: 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  border: 1.5px solid rgba(28,31,35,0.28);
  transition: all 0.2s;
}
.btn-location-outline:hover { border-color: var(--charcoal); background: var(--charcoal); color: var(--cream); }

.btn-newsletter {
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  font-weight: 500;
  transition: background 0.2s;
}
.btn-newsletter:hover { background: var(--gold-hover); }

/* ── NAVBAR ── */
.navbar-custom {
  background: transparent;
  transition: background 0.35s ease, padding 0.3s ease;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-custom.scrolled {
  background: rgba(26,29,33,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.navbar-custom .nav-link {
  color: rgba(250,247,242,0.88) !important;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 400;
  transition: color 0.2s;
  padding: 0.4rem 0.65rem !important;
}
.navbar-custom .nav-link:hover { color: var(--gold) !important; }

.nav-logo {
  height: 30px;
  filter: brightness(0) invert(1);
}
.nav-brand-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 0.14em;
}
.navbar-toggler {
  border-color: rgba(250,247,242,0.35);
  padding: 0.35rem 0.6rem;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28250%2C247%2C242%2C0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-collapse {
  background: transparent;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(26,29,33,0.97);
    padding: 1rem 1.5rem;
    margin-top: 0.5rem;
  }
  .navbar-custom .nav-link {
    padding: 0.6rem 0 !important;
    border-bottom: 1px solid var(--border-lt);
  }
  .navbar-custom .btn-outline-gold,
  .navbar-custom .btn-gold {
    margin-top: 0.75rem;
    width: 100%;
    text-align: center;
    padding: 0.65rem 1rem;
  }
}

/* ── HERO ── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  background: url('img/hero.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 65% at 50% 48%, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.04) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.10) 45%, rgba(0,0,0,0.45) 100%);
}
.hero .container { position: relative; z-index: 2; height: 100%; }
.hero-content {
  text-align: center;
  padding: 2.5rem 2rem;
  background: rgba(0,0,0,0.20);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}
.hero-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  text-shadow: 0 0 3px rgba(0,0,0,1), 0 1px 12px rgba(0,0,0,0.95), 0 0 30px rgba(0,0,0,0.8);
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4.5rem, 13vw, 9rem);
  font-weight: 700;
  color: #fff;
  line-height: 0.9;
  margin-bottom: 1.1rem;
  letter-spacing: 0.18em;
  text-shadow: 0 0 4px rgba(0,0,0,1), 0 2px 20px rgba(0,0,0,0.95), 0 0 60px rgba(0,0,0,0.8);
}
.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 3vw, 1.55rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(250,247,242,0.95);
  margin-bottom: 0.5rem;
  text-shadow: 0 0 3px rgba(0,0,0,1), 0 2px 16px rgba(0,0,0,0.95), 0 0 40px rgba(0,0,0,0.85);
}
.hero-tagline {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.65);
  margin-bottom: 2.25rem;
  text-shadow: 0 0 3px rgba(0,0,0,1), 0 1px 12px rgba(0,0,0,0.95), 0 0 30px rgba(0,0,0,0.9);
}
.hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── ABOUT ── */
.section-about { background: var(--charcoal); }
.about-img-col { overflow: hidden; min-height: 480px; }
.about-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-text-col { background: var(--charcoal); }
.about-text-inner { padding: 5rem 4rem; max-width: 530px; }
.about-body {
  color: rgba(250,247,242,0.70);
  font-size: 0.93rem;
  line-height: 1.85;
  margin-bottom: 1.2rem;
}
.about-body strong { color: rgba(250,247,242,0.90); }
.about-body em { font-style: italic; }
.about-sign {
  color: rgba(250,247,242,0.42);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-top: 1.5rem;
}

/* ── CHEF ROW ── */
.chef-row { border-top: 1px solid rgba(250,247,242,0.10); }
.chef-img-col {
  overflow: hidden;
  min-height: 460px;
  position: relative;
}
.chef-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.chef-caption {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.5);
  background: rgba(26,29,33,0.6);
  padding: 0.3rem 0.75rem;
  backdrop-filter: blur(4px);
}
.chef-text-inner {
  padding: 4rem 4rem;
  max-width: 540px;
}
.chef-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 600;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.chef-awards {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(250,247,242,0.10);
}
.chef-award {
  font-size: 0.8rem;
  color: rgba(250,247,242,0.55);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.chef-award i { color: var(--gold); }

/* ── HIGHLIGHTS ── */
.section-highlights {
  background: var(--warm-white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.highlight-cell {
  padding: 2.75rem 1.5rem;
  text-align: center;
  border-right: 1px solid var(--border);
}
.highlight-cell:last-child { border-right: none; }
.highlight-icon {
  font-size: 1.5rem;
  color: var(--gold);
  display: block;
  margin-bottom: 0.8rem;
}
.highlight-stat {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.3rem;
}
.highlight-label {
  font-size: 0.76rem;
  color: var(--muted);
  letter-spacing: 0.03em;
  line-height: 1.55;
}

/* ── MENU ── */
.section-menu {
  background: var(--charcoal);
  padding: 6rem 0;
}
.menu-category {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--cream);
  font-style: italic;
  margin-bottom: 0.5rem;
}
.menu-divider {
  width: 2.5rem;
  height: 2px;
  background: var(--gold);
  margin-bottom: 1.75rem;
}
.menu-item {
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(250,247,242,0.09);
}
.menu-item-last { border-bottom: none; }
.menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.22rem;
}
.menu-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--cream);
}
.menu-name.dark { color: var(--charcoal); }
.menu-price {
  font-size: 0.88rem;
  color: var(--gold);
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}
.menu-price.dark { color: var(--gold); }
.menu-desc {
  font-size: 0.8rem;
  color: rgba(250,247,242,0.48);
  margin: 0;
  line-height: 1.55;
  font-style: italic;
}
.menu-desc.dark {
  color: var(--muted);
}

/* ── GALLERY ── */
.section-gallery { line-height: 0; }
.gallery-cell { overflow: hidden; aspect-ratio: 1/1; }
.gallery-img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.55s ease;
}
.gallery-cell:hover .gallery-img { transform: scale(1.05); }

/* ── BRUNCH ── */
.section-brunch {
  background: var(--cream);
  padding: 6rem 0;
}
.brunch-hours {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 1rem;
}
.brunch-intro {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.brunch-card {
  background: var(--warm-white);
  border-left: 3px solid var(--gold);
  padding: 0.5rem 2rem 0.5rem;
}
.brunch-item { border-bottom: 1px solid var(--border) !important; }
.brunch-item.last { border-bottom: none !important; }

/* ── LOCATIONS ── */
.section-locations {
  background: var(--warm-white);
  padding: 6rem 0;
}
.location-card {
  background: #fff;
  border: 1px solid var(--border);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.location-card-header {
  background: var(--charcoal);
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  padding: 1rem 1.5rem;
  letter-spacing: 0.06em;
}
.location-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.location-address, .location-phone {
  font-size: 0.86rem;
  color: var(--charcoal);
  margin-bottom: 0.35rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.5;
}
.location-address i, .location-phone i { color: var(--gold); flex-shrink: 0; margin-top: 0.15rem; }
.location-phone a { color: var(--charcoal); }
.location-phone a:hover { color: var(--gold); }
.location-hours {
  margin: 0.9rem 0 1rem;
  font-size: 0.81rem;
  color: var(--muted);
  line-height: 1.75;
  flex: 1;
}
.location-hours p { margin: 0; }
.location-hours strong { color: var(--charcoal); font-weight: 500; }
.location-links { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: auto; }

.apizza-band {
  background: #fff;
  border: 1px solid var(--border);
  padding: 3rem 2rem;
  text-align: center;
}
.apizza-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.apizza-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 0.75rem;
  letter-spacing: 0.10em;
}
.apizza-desc {
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── EVENTS ── */
.section-events { background: var(--charcoal); }
.events-text-col { background: var(--charcoal); }
.events-text-inner { padding: 5rem 4rem; max-width: 500px; }
.events-body {
  color: rgba(250,247,242,0.68);
  font-size: 0.93rem;
  line-height: 1.85;
  margin-bottom: 1.5rem;
}
.events-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.events-list li {
  font-size: 0.88rem;
  color: rgba(250,247,242,0.78);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  line-height: 1.5;
}
.events-list i { color: var(--gold); font-size: 1rem; flex-shrink: 0; }
.events-contact { font-size: 0.84rem; color: rgba(250,247,242,0.45); margin-bottom: 0; }
.events-contact a { color: var(--gold); }
.events-img-col { overflow: hidden; min-height: 520px; }
.events-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── CATERING ── */
.section-catering {
  background: var(--cream);
  padding: 6rem 0;
}
.catering-body {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.85;
  margin-bottom: 1rem;
}
.catering-tile {
  background: var(--warm-white);
  border: 1px solid var(--border);
  padding: 1.2rem;
  height: 100%;
}
.catering-tile strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.3rem;
}
.catering-tile span {
  font-size: 0.79rem;
  color: var(--muted);
  line-height: 1.55;
}
.catering-email {
  font-size: 0.85rem;
  color: var(--gold);
}
.catering-email:hover { text-decoration: underline; }
.catering-quote {
  background: var(--charcoal);
  padding: 3rem;
  border-left: 4px solid var(--gold);
  margin: 0;
}
.catering-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-style: italic;
  color: var(--cream);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.catering-quote cite {
  font-size: 0.82rem;
  color: rgba(250,247,242,0.50);
  font-style: normal;
  line-height: 1.65;
}

/* ── GIFT CARDS ── */
.section-giftcards {
  background: var(--charcoal);
  padding: 5.5rem 0;
}
.giftcard-icon {
  font-size: 2.5rem;
  color: var(--gold);
  display: block;
  margin-bottom: 1.25rem;
}
.giftcard-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 0.75rem;
}
.giftcard-body {
  color: rgba(250,247,242,0.55);
  font-size: 0.93rem;
  margin-bottom: 2rem;
}

/* ── WORK HERE ── */
.section-workhere {
  background: var(--warm-white);
  padding: 5rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.workhere-body {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.8;
  max-width: 540px;
  margin: 0 auto 2rem;
}

/* ── CONTACT ── */
.section-contact {
  background: var(--cream);
  padding: 6rem 0;
}
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
  font-size: 0.91rem;
  color: var(--charcoal);
}
.contact-detail i { color: var(--gold); font-size: 1rem; flex-shrink: 0; margin-top: 0.1rem; }
.contact-detail a { color: var(--charcoal); transition: color 0.2s; }
.contact-detail a:hover { color: var(--gold); }
.hours-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.8rem;
}
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 0.28rem 0; font-size: 0.87rem; }
.hours-label {
  font-size: 0.72rem !important;
  font-weight: 500;
  color: var(--gold) !important;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  width: 70px;
}
.hours-spacer td { padding-top: 0.85rem !important; }
.map-wrapper {
  border: 1px solid var(--border);
  overflow: hidden;
  height: 100%;
  min-height: 420px;
}
.map-wrapper iframe { display: block; height: 100%; min-height: 420px; }

/* ── FOOTER ── */
.site-footer {
  background: #111316;
  color: rgba(250,247,242,0.65);
  padding: 5rem 0 2rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.footer-logo { height: 26px; filter: brightness(0) invert(1); opacity: 0.75; }
.footer-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 0.14em;
}
.footer-tagline {
  font-size: 0.83rem;
  color: rgba(250,247,242,0.40);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.footer-social { display: flex; gap: 1.1rem; }
.footer-social a {
  color: rgba(250,247,242,0.45);
  font-size: 1.2rem;
  transition: color 0.2s;
}
.footer-social a:hover { color: var(--gold); }
.footer-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a {
  font-size: 0.84rem;
  color: rgba(250,247,242,0.50);
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }
.footer-newsletter-text {
  font-size: 0.84rem;
  color: rgba(250,247,242,0.45);
  margin-bottom: 1rem;
  line-height: 1.65;
}
.newsletter-form { display: flex; }
.newsletter-input {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  color: var(--cream);
  font-size: 0.82rem;
  border-radius: 0;
  flex: 1;
}
.newsletter-input::placeholder { color: rgba(250,247,242,0.30); }
.newsletter-input:focus {
  background: rgba(255,255,255,0.10);
  border-color: var(--gold);
  color: var(--cream);
  box-shadow: none;
}
.footer-contact { font-size: 0.83rem; }
.footer-contact a {
  color: rgba(250,247,242,0.40);
  display: block;
  line-height: 1.9;
  transition: color 0.2s;
}
.footer-contact a:hover { color: var(--gold); }
.footer-divider { border-color: rgba(250,247,242,0.09); margin: 2.5rem 0 1.5rem; }
.footer-copy { font-size: 0.76rem; color: rgba(250,247,242,0.28); margin: 0; }
.footer-powered { font-size: 0.76rem; color: rgba(250,247,242,0.28); margin: 0; }
.footer-powered a { color: var(--gold); font-weight: 500; }
.footer-powered a:hover { text-decoration: underline; }

/* ── RESPONSIVE ── */
@media (max-width: 991.98px) {
  .about-text-inner   { padding: 3rem 2rem; max-width: none; }
  .chef-text-inner    { padding: 3rem 2rem; max-width: none; }
  .events-text-inner  { padding: 3rem 2rem; max-width: none; }
  .about-img-col      { min-height: 320px; }
  .events-img-col     { min-height: 320px; }
  .highlight-cell:nth-child(2)  { border-right: none; }
  .highlight-cell:nth-child(3)  { border-right: 1px solid var(--border); border-top: 1px solid var(--border); }
  .highlight-cell:last-child    { border-top: 1px solid var(--border); }
  .catering-quote { padding: 2rem; }
  .catering-quote p { font-size: 1.2rem; }
}

@media (max-width: 575.98px) {
  .hero-content { padding: 2rem 1.25rem; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .btn-hero-primary, .btn-hero-secondary { width: 100%; max-width: 240px; }
  .about-text-inner   { padding: 2.5rem 1.5rem; }
  .chef-text-inner    { padding: 2.5rem 1.5rem; }
  .events-text-inner  { padding: 2.5rem 1.5rem; }
  .highlight-cell     { padding: 1.6rem 1rem; border-right: none; }
  .highlight-cell:nth-child(2)  { border-right: none; }
  .highlight-cell:nth-child(3)  { border-right: none; border-top: 1px solid var(--border); }
  .section-menu       { padding: 4rem 0; }
  .section-brunch     { padding: 4rem 0; }
  .section-locations  { padding: 4rem 0; }
  .section-catering   { padding: 4rem 0; }
  .section-contact    { padding: 4rem 0; }
  .brunch-card        { padding: 0.5rem 1.25rem 0.5rem; }
  .catering-quote     { padding: 1.75rem 1.25rem; }
  .footer-bottom .col-md-6:last-child { text-align: left !important; margin-top: 0.5rem; }
}
