/* =========================================================
   Resort Services Linen Services — Shared Stylesheet
   Loaded by all pages. Page-specific CSS remains inline.
   ========================================================= */

:root {
  --indigo:      #1F0954;
  --indigo-light:#2d0e7a;
  --indigo-pale: #f0ecf8;
  --white:       #ffffff;
  --cream:       #fdfcfa;
  --gold:        #4a90c4;
  --text:        #1a1a2e;
  --text-mid:    #4a4a6a;
  --text-light:  #8888aa;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }

/* ---- NAV ---- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(31,9,84,0.97); backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 72px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-logo img { height: 52px; width: auto; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links > li { position: relative; }
.nav-dropdown { display: none; position: absolute; top: 100%; left: -16px; background: rgba(31,9,84,0.97); backdrop-filter: blur(10px); min-width: 160px; border: 1px solid rgba(255,255,255,0.08); z-index: 1001; padding: 6px 0; }
.nav-links > li:hover .nav-dropdown { display: block; }
.nav-dropdown li { list-style: none; }
.nav-dropdown a { display: block; padding: 10px 20px; font-size: 0.75rem; white-space: nowrap; }
.nav-dropdown a:hover { color: var(--gold); background: rgba(255,255,255,0.04); }
.nav-cta { background: var(--gold) !important; color: var(--indigo) !important; padding: 10px 22px; border-radius: 2px; font-weight: 600 !important; letter-spacing: 0.08em !important; }
.nav-cta:hover { background: #6aaad4 !important; color: var(--indigo) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: white; transition: 0.3s; }
.nav-social { display: flex; align-items: center; gap: 14px; margin-left: 20px; }
.nav-social a { color: rgba(255,255,255,0.6); display: flex; align-items: center; transition: color 0.2s; }
.nav-social a:hover { color: var(--gold); }
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--indigo); padding: 24px 40px; z-index: 999; flex-direction: column; gap: 20px; }
.mobile-menu a { color: rgba(255,255,255,0.9); text-decoration: none; font-size: 1rem; font-weight: 500; letter-spacing: 0.06em; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.mobile-menu .mobile-sub { padding-left: 28px; font-size: 0.85rem; opacity: 0.65; }
.mobile-menu.open { display: flex; }

/* ---- SECTION BASE ---- */
section { padding: 100px 40px; }
.container { max-width: 1200px; margin: 0 auto; }
.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 16px; }
.section-eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 600; color: var(--indigo); line-height: 1.1; margin-bottom: 20px; }
.section-title.white { color: white; }
.section-lead { font-size: 1.05rem; color: var(--text-mid); line-height: 1.8; max-width: 640px; }
.section-lead.white { color: rgba(255,255,255,0.75); }

/* ---- BUTTONS ---- */
.btn-primary { background: var(--gold); color: var(--indigo); padding: 14px 32px; border-radius: 2px; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: all 0.25s; display: inline-block; }
.btn-primary:hover { background: #6aaad4; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(74,144,196,0.3); }
.btn-secondary { border: 1px solid var(--indigo); color: var(--indigo); padding: 14px 32px; border-radius: 2px; font-weight: 400; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: all 0.25s; display: inline-block; }
.btn-secondary:hover { background: var(--indigo); color: white; }
.btn-dark { background: var(--indigo); color: white; padding: 14px 36px; border-radius: 2px; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: all 0.25s; display: inline-block; margin: 0 8px; }
.btn-dark:hover { background: var(--indigo-light); transform: translateY(-2px); }

/* ---- PAGE HERO (interior pages) ---- */
.page-hero { background: var(--indigo); padding: 140px 40px 80px; position: relative; overflow: hidden; }
.page-hero-pattern { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 60px 60px; }
.page-hero-glow { position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(74,144,196,0.1) 0%, transparent 70%); pointer-events: none; }
.page-hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }
.page-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 20px; }
.page-hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 5vw, 4.5rem); font-weight: 600; color: white; line-height: 1.05; margin-bottom: 20px; }
.page-hero h1 em { color: var(--gold); font-style: italic; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 1.1rem; line-height: 1.75; max-width: 620px; }
.breadcrumb { display: flex; gap: 8px; align-items: center; margin-bottom: 24px; font-size: 0.75rem; }
.breadcrumb a { color: rgba(255,255,255,0.4); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: rgba(255,255,255,0.25); }
.breadcrumb .current { color: rgba(255,255,255,0.7); }

/* ---- PHOTO PLACEHOLDER ---- */
.photo-placeholder { background: linear-gradient(135deg, #e8e0f5 0%, #d4c8f0 100%); border-radius: 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--indigo); opacity: 0.7; gap: 10px; }
.photo-placeholder .ph-icon { font-size: 2.5rem; opacity: 0.5; }
.photo-placeholder .ph-text { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; }

/* ---- CTA STRIP ---- */
.cta-strip { background: var(--gold); padding: 60px 40px; text-align: center; }
.cta-strip h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 600; color: var(--indigo); margin-bottom: 12px; }
.cta-strip p { color: rgba(31,9,84,0.7); font-size: 1rem; margin-bottom: 28px; }

/* ---- FOOTER ---- */
footer { background: #0f0428; color: rgba(255,255,255,0.5); padding: 40px; text-align: center; font-size: 0.82rem; line-height: 1.8; }
footer a { color: var(--gold); text-decoration: none; }
.footer-links { display: flex; justify-content: center; gap: 32px; margin-bottom: 20px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.5); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold); }

/* ---- SCROLL REVEAL ---- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  section { padding: 70px 20px; }
  .page-hero { padding: 120px 20px 60px; }
}

.city-tooltip {
  background: #1F0954;
  color: white;
  border: none;
  border-radius: 2px;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  padding: 4px 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.city-tooltip::before { border-top-color: #1F0954 !important; }
