/* ── SHARED STYLES — Level Access Baths ── */
:root {
  --navy: #1a2744;
  --navy-mid: #243352;
  --gold: #c5a55a;
  --gold-light: #d9be80;
  --gold-pale: #f5edda;
  --cream: #f9f6f1;
  --beige: #f0ebe1;
  --beige-dark: #e0d8cc;
  --white: #ffffff;
  --text: #1a2744;
  --text-mid: #3a4f5e;
  --text-light: #6b7e8c;
  --text-muted: #9aabb6;
  --border: #ddd8cf;
  --r: 16px;
  --rl: 24px;
  --sh: 0 8px 40px rgba(26,39,68,.09);
  --shl: 0 20px 70px rgba(26,39,68,.14);
  --ease: cubic-bezier(.4,0,.2,1);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Outfit', sans-serif; background: var(--white); color: var(--text); line-height: 1.6; overflow-x: hidden; }
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', serif; line-height: 1.15; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ── SHARED NAV ── */
#shared-nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s;
}
#shared-nav.scrolled { box-shadow: var(--sh); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; max-width: 1200px; margin: 0 auto; padding: 0 24px; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 8px; flex-shrink: 0; text-decoration: none; }
.nav-logo svg { flex-shrink: 0; }
.nav-logo-divider { width: 1.5px; height: 32px; background: rgba(197,165,90,.35); margin: 0 4px; }
.nav-logo-text .brand { font-family: 'Outfit', sans-serif; font-size: 12.5px; font-weight: 700; color: var(--navy); letter-spacing: .15em; line-height: 1.2; display: block; }
.nav-logo-text .tag { font-size: 8.5px; font-weight: 600; letter-spacing: .18em; color: var(--gold); display: block; margin-top: 2px; opacity: .85; }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-links > li { position: relative; padding-bottom: 8px; }
.nav-links > li::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 8px; background: transparent; }
.nav-links > li > a { display: flex; align-items: center; gap: 4px; padding: 8px 12px; font-size: 13.5px; font-weight: 500; color: var(--text-mid); border-radius: 8px; transition: all .2s; white-space: nowrap; }
.nav-links > li > a:hover, .nav-links > li:hover > a { background: var(--beige); color: var(--navy); }
.nav-links > li > a.active { color: var(--navy); font-weight: 600; }
.nav-chev { width: 12px; height: 12px; transition: transform .2s; }
.nav-links > li:hover .nav-chev { transform: rotate(180deg); }
.nav-drop { display: none; position: absolute; top: 100%; left: 0; background: var(--white); border: 1px solid var(--border); border-radius: var(--r); box-shadow: var(--shl); padding: 6px; min-width: 210px; list-style: none; z-index: 100; margin-top: 0; }
.nav-drop a { display: block; padding: 9px 13px; font-size: 13.5px; color: var(--text-mid); border-radius: 8px; transition: all .2s; }
.nav-drop a:hover { background: var(--beige); color: var(--gold); padding-left: 16px; }
.nav-cta-btn { background: var(--navy) !important; color: #fff !important; padding: 10px 18px !important; border-radius: 10px !important; font-weight: 600 !important; font-size: 13.5px !important; }
.nav-cta-btn:hover { background: var(--gold) !important; color: var(--navy) !important; transform: translateY(-1px); }
.nav-hbg { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.nav-hbg span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; }

/* ── SHARED FOOTER ── */
#shared-footer { background: var(--navy); color: rgba(255,255,255,.6); padding: 64px 0 28px; }
.footer-grid { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.ft-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: #fff; margin: 14px 0 10px; font-weight: 600; }
.ft-brand-p { font-size: 13.5px; line-height: 1.75; margin-bottom: 20px; }
.ft-contact a { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: rgba(255,255,255,.55); margin-bottom: 8px; transition: color .2s; }
.ft-contact a:hover { color: var(--gold-light); }
.ft-col h4 { font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 14px; font-family: 'Outfit', sans-serif; }
.ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.ft-col a { font-size: 13.5px; color: rgba(255,255,255,.55); transition: color .2s; }
.ft-col a:hover { color: #fff; }
.ft-socials { display: flex; gap: 12px; margin-top: 16px; }
.ft-social { font-size: 12px; color: rgba(255,255,255,.4); letter-spacing: .06em; transition: color .2s; }
.ft-social:hover { color: var(--gold-light); }
.ft-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; max-width: 1200px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.ft-badge { display: flex; align-items: center; gap: 7px; background: rgba(197,165,90,.12); border: 1px solid rgba(197,165,90,.22); padding: 6px 14px; border-radius: 100px; color: var(--gold-light); font-size: 11.5px; font-weight: 600; }

/* ── MOBILE NAV ── */
.mobile-nav-overlay { display: none; position: fixed; inset: 0; background: var(--white); z-index: 300; overflow-y: auto; padding: 24px; }
.mobile-nav-overlay.open { display: block; }
.mobile-nav-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; border-bottom: 1px solid var(--border); padding-bottom: 20px; }
.mobile-close { background: none; border: none; font-size: 26px; cursor: pointer; color: var(--navy); }
.mobile-links { list-style: none; }
.mobile-links > li { border-bottom: 1px solid var(--border); }
.mobile-links > li > a { display: block; padding: 16px 0; font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--navy); }
.mobile-sub { display: none; list-style: none; padding: 0 0 12px 16px; }
.mobile-sub.open { display: block; }
.mobile-sub a { display: block; padding: 8px 0; font-size: 14px; color: var(--text-mid); font-family: 'Outfit', sans-serif; }
.mobile-cta-wrap { margin-top: 28px; }
.mobile-cta-wrap a { display: block; background: var(--navy); color: #fff; text-align: center; padding: 16px; border-radius: 12px; font-weight: 700; font-size: 16px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-cta-btn { display: none; }
  .nav-hbg { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .ft-bottom { flex-direction: column; align-items: flex-start; }
}
