/* ============================================================
   THEME: Luxury Coastal
   Clean, premium, restrained. Sora display + Mulish body.
   Generous space, light fields, soft shadows, rounded forms.
   The discovery evidence leans here.
   ============================================================ */

.theme-luxury {
  --font-display: "Sora", system-ui, sans-serif;
  --font-body: "Mulish", system-ui, sans-serif;
  --radius: 18px;
  --radius-sm: 12px;
  --btn-radius: 100px;
  --section-py: clamp(72px, 8.5vw, 132px);
  --maxw: 1200px;
  --headline-weight: 700;
  --headline-spacing: -0.025em;
  --eyebrow-spacing: 0.18em;
  --eyebrow-weight: 700;
  --btn-weight: 600;
  --shadow: 0 26px 64px -34px rgba(10,31,60,0.34);
  background: #fcfdfe;
}
.theme-luxury .hero { background:
  linear-gradient(180deg, #f5f9fd 0%, #fcfdfe 60%); }
.theme-luxury .hero .eyebrow { color: var(--cyan-600); }
.theme-luxury .service-card { box-shadow: var(--shadow-sm); }
.theme-luxury .section-head h2 { letter-spacing: -0.03em; }
.theme-luxury .btn-quote { box-shadow: 0 16px 34px -14px rgba(0,180,216,.55); }
.theme-luxury .reviews { background: var(--bg-soft); }
/* refined hairline dividers */
.theme-luxury .services { border-top: 1px solid var(--line); }
.theme-luxury .ctaband { border-radius: 24px; }
