/* nav-footer.css — one shared nav + drawer + footer for the whole site.
   Matches the homepage exactly. Loaded on every non-homepage page (the
   homepage keeps its identical inline copy). Colors are literal so this
   never conflicts with globals.css variables. */

/* Fixed nav needs the page to start below it (homepage hero handles its own). */
body { padding-top: 96px; }

/* ── NAV ─────────────────────────────── */
.lp-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 max(1.5rem, calc((100% - 1240px) / 2)); height: 96px;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(161,132,72,0.22);
  transition: box-shadow 0.4s ease;
}
.lp-nav.scrolled { box-shadow: 0 6px 24px rgba(0,0,0,0.35); }
.lp-nav-logo { flex-shrink: 0; display: flex; align-items: center; }
.lp-nav-logo img { height: 84px; width: auto; }
.lp-nav-links { display: flex; align-items: center; gap: 2.1rem; }
.lp-nav-links a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: #fff; transition: color 0.2s;
  text-shadow: 0 1px 4px rgba(0,0,0,0.45);
}
.lp-nav-links a:hover { color: #A18448; }
.lp-nav-phone {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem; font-weight: 600; letter-spacing: 0.03em;
  color: #fff; display: flex; align-items: center; gap: 8px;
  white-space: nowrap; transition: color 0.2s;
}
.lp-nav-phone svg { flex-shrink: 0; }
.lp-nav-phone:hover { color: #A18448; }
.lp-nav-right { display: flex; align-items: center; gap: 1rem; }
.lp-nav-book {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  background: #fff; color: #0D0D0D; border: 1px solid #fff;
  padding: 12px 26px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.lp-nav-book:hover { background: #A18448; color: #fff; border-color: #A18448; }
.lp-hamburger {
  background: none; border: none; cursor: pointer;
  color: white; padding: 0.5rem; line-height: 1;
  transition: color 0.4s ease;
  display: none; align-items: center;
}

/* ── DRAWER ─────────────────────────────── */
.lp-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 199;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.lp-overlay.open { opacity: 1; pointer-events: all; }
.lp-drawer {
  position: fixed; top: 0; right: 0;
  width: min(320px, 100vw); height: 100vh;
  background: #FAFAF7; z-index: 200;
  padding: 5rem 2.5rem 2.5rem;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  display: flex; flex-direction: column; gap: 0;
}
.lp-drawer.open { transform: translateX(0); }
.lp-drawer-close {
  position: absolute; top: 1.5rem; right: 1.5rem;
  background: none; border: none; font-size: 1.6rem;
  cursor: pointer; color: #0D0D0D; line-height: 1;
}
.lp-drawer a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: #0D0D0D; padding: 0.9rem 0;
  border-bottom: 1px solid rgba(161,132,72,0.12);
  transition: color 0.2s;
}
.lp-drawer a:hover { color: #A18448; }
.lp-drawer-phone {
  margin-top: auto; padding-top: 2rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem; color: #A18448; letter-spacing: 0.03em;
}

/* ── FOOTER ─────────────────────────────── */
.lp-footer-full {
  background: #0D0D0D; padding: 5rem 2rem 0;
  border-top: 1px solid rgba(161,132,72,0.12);
}
.lp-footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 2.5rem; max-width: 1100px; margin: 0 auto;
  padding-bottom: 3.5rem; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.lp-footer-brand-logo img {
  height: 52px; width: auto;
  filter: brightness(0) invert(1); opacity: 0.55; margin-bottom: 1rem;
}
.lp-footer-brand p {
  font-size: 0.9rem; color: rgba(255,255,255,0.38);
  line-height: 1.75; margin-bottom: 0.85rem;
}
.lp-footer-brand .footer-phone {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; color: #A18448; letter-spacing: 0.04em; margin-bottom: 0.35rem;
}
.lp-footer-brand .footer-email {
  display: block; font-size: 0.86rem;
  color: rgba(255,255,255,0.35); margin-bottom: 1.1rem; transition: color 0.2s;
}
.lp-footer-brand .footer-email:hover { color: #A18448; }
.lp-footer-social-row { display: flex; gap: 0.6rem; }
.lp-footer-social-btn {
  width: 32px; height: 32px;
  border: 1px solid rgba(161,132,72,0.22);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.38);
  transition: border-color 0.2s, color 0.2s;
}
.lp-footer-social-btn:hover { border-color: #A18448; color: #A18448; }
.lp-footer-col h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: #A18448; margin-bottom: 1.1rem;
}
.lp-footer-col a {
  display: block; font-size: 0.86rem;
  color: rgba(255,255,255,0.38); padding: 0.28rem 0; transition: color 0.2s;
}
.lp-footer-col a:hover { color: rgba(255,255,255,0.7); }
.lp-footer-bottom {
  max-width: 1100px; margin: 0 auto; padding: 1.5rem 0;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 0.75rem;
  font-size: 0.7rem; color: rgba(255,255,255,0.2);
}
.lp-footer-bottom a { color: rgba(255,255,255,0.28); transition: color 0.2s; }
.lp-footer-bottom a:hover { color: #A18448; }
.lp-footer-bottom-links { display: flex; gap: 1.25rem; flex-wrap: wrap; }

/* ── RESPONSIVE ─────────────────────────────── */
@media (max-width: 1024px) { .lp-footer-grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 768px) {
  .lp-nav-links, .lp-nav-phone { display: none; }
  .lp-hamburger { display: flex; }
  .lp-nav { padding: 0 1.5rem; height: 76px; }
  body { padding-top: 76px; }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) { .lp-footer-grid { grid-template-columns: 1fr; } }
