/* ============================================================
   Lovesong at LeMarchand — Stylesheet
   Brand: Lovesong Bistro
   Palette: charcoal #2B2B2B, cream #FFFEF9, wine #8B2332, gold #D4A574
   Typography: VCHenrietta (headers) + Open Sans (body)
   ============================================================ */

:root {
  --wine:       #8B2332;
  --wine-hover: #9B4054;
  --gold:       #D4A574;
  --gold-dark:  #B8925E;
  --cream:      #FFFEF9;
  --ivory:      #F5F3EE;
  --charcoal:   #2B2B2B;
  --bg-primary:   #1A1A1A;
  --bg-secondary: #2B2B2B;
  --bg-tertiary:  #3D2920;
  --text-primary:   #FFFEF9;
  --text-secondary: #D4D4D4;
  --muted:      #888;
  --border:     rgba(212,165,116,0.2);
  --font-heading: 'VCHenrietta', Georgia, serif;
  --font-body:    'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-accent:  'Montserrat', Arial, sans-serif;
}

@font-face {
  font-family: 'VCHenrietta';
  src: url('fonts/VCHenrietta-Light.woff2') format('woff2'),
       url('fonts/VCHenrietta-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VCHenrietta';
  src: url('fonts/VCHenrietta-LightItalic.woff2') format('woff2'),
       url('fonts/VCHenrietta-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Montserrat:wght@500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
}

/* ── Typography ─────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 300;
  line-height: 1.15;
  color: var(--cream);
}
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 1rem; }
h3 { font-size: 1.15rem; font-family: var(--font-accent); font-weight: 600; color: var(--gold); margin-bottom: 0.4rem; }
p  { color: var(--text-secondary); }
a  { color: var(--gold); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold-dark); text-decoration: underline; }

/* ── Nav ────────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem;
  height: 68px;
  background: rgba(26,26,26,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav-logo { height: 28px; width: auto; }

/* ── Logo text — matches bistro site exactly ────────────── */
.site-logo {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 300;
  color: var(--cream);
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1;
}
.site-logo:hover { color: var(--gold); text-decoration: none; }
.logo-sub { font-size: 0.55em; letter-spacing: 0.15em; vertical-align: baseline; position: relative; top: 0.1em; color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,254,249,0.65);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); text-decoration: none; }

.nav-order {
  background: var(--wine);
  color: var(--cream) !important;
  font-family: var(--font-accent);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.55rem 1.4rem;
  border-radius: 2px;
  transition: background 0.2s;
}
.nav-order:hover { background: var(--wine-hover); text-decoration: none; }

/* ── Hero ───────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('photos/lemarchand-front.jpg');
  background-size: cover;
  background-position: center 30%;
  filter: brightness(0.31) sepia(0.5);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(26,26,26,0.0) 0%, rgba(26,26,26,0.20) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 680px;
  padding: 2rem;
}
.hero-eyebrow {
  font-family: var(--font-accent);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.hero h1 { margin-bottom: 1.25rem; font-style: italic; }
.hero-sub {
  font-size: 1rem;
  color: rgba(255,254,249,0.7);
  margin-bottom: 2.25rem;
  line-height: 1.8;
}
.hero-hours {
  display: inline-block;
  font-family: var(--font-accent);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,254,249,0.45);
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
  margin-top: 0.75rem;
}

/* ── Buttons ────────────────────────────────────────────── */
.btn {
  display: inline-block;
  background: var(--wine);
  color: var(--cream);
  font-family: var(--font-accent);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.9rem 2.5rem;
  border-radius: 2px;
  transition: background 0.2s, transform 0.15s;
  border: none; cursor: pointer;
}
.btn:hover { background: var(--wine-hover); text-decoration: none; transform: translateY(-1px); color: var(--cream); }
.btn-outline {
  background: transparent;
  border: 1.5px solid var(--gold);
  color: var(--gold);
}
.btn-outline:hover { background: var(--gold); color: var(--bg-primary); }

/* ── Sections ───────────────────────────────────────────── */
section { padding: 5.5rem 2rem; }
.container { max-width: 980px; margin: 0 auto; }
.section-label {
  font-family: var(--font-accent);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.divider {
  width: 40px; height: 1px;
  background: var(--wine);
  margin: 1.5rem 0 2rem;
}

/* ── About strip ────────────────────────────────────────── */
.about-strip { background: var(--bg-tertiary); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-image { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 2px; filter: sepia(0.25) brightness(0.85); }

/* ── Menu ───────────────────────────────────────────────── */
.menu-section { background: var(--bg-secondary); }
.menu-note { font-size: 0.88rem; color: var(--muted); margin-bottom: 2.5rem; font-style: italic; }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; }
.menu-card { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 3px; padding: 1.5rem; }
.menu-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.menu-card p { font-size: 0.9rem; }
.menu-category {
  font-family: var(--font-accent);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
}

/* ── Archival strip ─────────────────────────────────────── */
.archival-strip { background: #0e0e0e; overflow: hidden; }
.archival-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.archival-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: sepia(0.7) brightness(0.6) contrast(1.1); transition: filter 0.4s; }
.archival-photo:hover { filter: sepia(0.3) brightness(0.8); }
.archival-caption { text-align: center; padding: 3rem 2rem 2rem; }
.archival-caption p { font-size: 0.85rem; color: var(--muted); max-width: 560px; margin: 0.75rem auto 0; }

/* ── Contact / Catering ─────────────────────────────────── */
.contact-section { background: var(--bg-tertiary); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: start; }
.contact-info p { margin-bottom: 1rem; font-size: 0.95rem; }
.contact-detail { margin-top: 2rem; font-size: 0.85rem; color: var(--muted); line-height: 2.1; }
.contact-detail strong { color: var(--cream); }

form { display: flex; flex-direction: column; gap: 1.1rem; }
label { font-family: var(--font-accent); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.25rem; display: block; }
input, textarea, select {
  width: 100%;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(212,165,116,0.25);
  border-radius: 2px;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  transition: border-color 0.2s;
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--gold); }
textarea { resize: vertical; min-height: 140px; }
select option { background: #1A1A1A; }

/* ── Footer ─────────────────────────────────────────────── */
footer {
  background: #0f0f0f;
  border-top: 1px solid var(--border);
  padding: 3rem 2rem;
  text-align: center;
}
.footer-logo { height: 22px; width: auto; opacity: 0.6; margin-bottom: 1rem; }
footer p { font-size: 0.78rem; color: var(--muted); }
footer a { color: var(--muted); }
footer a:hover { color: var(--gold); text-decoration: none; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .archival-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .menu-grid { grid-template-columns: 1fr; }
}
