/* ── MAISON LUMIÈRE — SHARED STYLES ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Outfit:wght@300;400&display=swap');

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

:root {
  --gold: #C9A96E;
  --gold-light: #E0C080;
  --dark: #18140F;
  --dark2: #211D17;
  --dark3: #2A2419;
  --ivory: #F0EAD8;
  --text: #C8BEA8;
  --text-muted: #8A7A68;
}

html { scroll-behavior: smooth; }
body { background: var(--dark); color: var(--ivory); font-family: 'Outfit', sans-serif; font-weight: 300; overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 20px 40px; display: flex; justify-content: space-between; align-items: center; background: rgba(18,14,10,0.97); border-bottom: 1px solid rgba(201,169,110,0.15); }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; letter-spacing: 0.12em; color: var(--gold-light); text-decoration: none; }
.nav-logo span { font-style: italic; font-weight: 300; color: var(--ivory); }
.nav-links { display: flex; gap: 30px; list-style: none; align-items: center; }
.nav-links a { color: var(--text); text-decoration: none; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; transition: color 0.3s; padding: 4px 0; border-bottom: 1px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); border-bottom-color: rgba(201,169,110,0.4); }
.nav-cta { font-size: 0.67rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold) !important; border: 1px solid rgba(201,169,110,0.45) !important; padding: 9px 20px !important; text-decoration: none; transition: all 0.3s !important; border-bottom: 1px solid rgba(201,169,110,0.45) !important; }
.nav-cta:hover { background: var(--gold) !important; color: var(--dark) !important; }
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-burger span { display: block; width: 22px; height: 1px; background: var(--text); transition: all 0.3s; }

/* PAGE HERO */
.page-hero { padding: 140px 40px 80px; background: linear-gradient(135deg, #18140F 0%, #231E16 60%, #18140F 100%); position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, rgba(201,169,110,0.3), transparent); }
.page-hero-deco { position: absolute; top: 10%; right: 8%; width: 1px; height: 70%; background: linear-gradient(to bottom, transparent, rgba(201,169,110,0.2), transparent); }
.page-hero-tag { font-size: 0.62rem; letter-spacing: 0.38em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; display: flex; align-items: center; gap: 14px; }
.page-hero-tag::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 300; line-height: 1.08; color: var(--ivory); margin-bottom: 20px; }
.page-hero h1 em { font-style: italic; color: var(--gold-light); }
.page-hero-sub { font-size: 1rem; line-height: 1.85; color: var(--text); max-width: 560px; }

/* SECTIONS */
section { padding: 90px 40px; }
.section-tag { font-size: 0.62rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem, 4vw, 3.2rem); font-weight: 300; line-height: 1.15; color: var(--ivory); margin-bottom: 18px; }
.section-title em { font-style: italic; color: var(--gold-light); }

/* BUTTONS */
.btn-gold { background: var(--gold); color: var(--dark); padding: 14px 34px; text-decoration: none; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 400; transition: background 0.3s; display: inline-block; }
.btn-gold:hover { background: var(--gold-light); }
.btn-outline { border: 1px solid rgba(201,169,110,0.4); color: var(--gold); padding: 14px 34px; text-decoration: none; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; transition: all 0.3s; display: inline-block; }
.btn-outline:hover { background: var(--gold); color: var(--dark); }

/* FOOTER */
footer { background: var(--dark2); border-top: 1px solid rgba(201,169,110,0.15); padding: 60px 40px 40px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 48px; }
.footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--gold-light); letter-spacing: 0.12em; margin-bottom: 14px; }
.footer-brand-desc { font-size: 0.82rem; line-height: 1.85; color: var(--text-muted); max-width: 260px; }
.footer-col-title { font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 0.8rem; color: var(--text-muted); text-decoration: none; transition: color 0.3s; }
.footer-col ul a:hover { color: var(--gold); }
.footer-col address { font-style: normal; font-size: 0.8rem; color: var(--text-muted); line-height: 1.85; }
.footer-bottom { border-top: 1px solid rgba(201,169,110,0.1); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.footer-copy { font-size: 0.63rem; color: var(--text-muted); letter-spacing: 0.08em; }
.footer-legal { display: flex; gap: 24px; list-style: none; }
.footer-legal a { font-size: 0.63rem; color: var(--text-muted); text-decoration: none; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.3s; }
.footer-legal a:hover { color: var(--gold); }

/* MOBILE */
@media (max-width: 768px) {
  nav { padding: 16px 18px; }
  .nav-links { display: none; flex-direction: column; position: fixed; top: 57px; left: 0; right: 0; background: rgba(18,14,10,0.99); padding: 24px 20px; gap: 18px; border-bottom: 1px solid rgba(201,169,110,0.15); }
  .nav-links.open { display: flex; }
  .nav-burger { display: flex; }
  .page-hero { padding: 100px 18px 60px; }
  section { padding: 60px 18px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 480px) {
  .footer-top { grid-template-columns: 1fr; }
}
