﻿/*!

* =====================================================
* Proje: BTR Yazılım Diş Klinik Script
* Website: https://www.btryazilim.com
*
* Geliştirici: Mehmet Biter
* Marka: BTR Yazılım
*
* Açıklama:
* Bu CSS veya JS dosyası, BTR Yazılım tarafından geliştirilen
* web scriptine aittir. Tasarım ve stil düzenlemeleri
* bu dosya üzerinden yönetilmektedir.
*
* Tüm hakları saklıdır © Mehmet Biter
* İzinsiz kopyalanması, dağıtılması veya kullanılması
* yasaktır.
* =====================================================
*/

/* ============================================================
   CLARA — Modern Diş Klinik Teması
   Soft clinical · airy · brand-first
   Colors come from admin panel via :root in header.php
   ============================================================ */
:root {
  /* Fallbacks only — overridden by admin theme settings */
  --primary: #0d9488;
  --primary-dark: #0b7c73;
  --secondary: #14b8a6;
  --dark: #134e4a;
  --text: #1f2937;
  --text-light: #64748B;
  --border: rgba(19, 78, 74, .10);
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(15, 23, 42, .04);
  --shadow-hover: 0 12px 40px rgba(15, 23, 42, .10);
  --font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-display: 'Fraunces', Georgia, serif;
  --surface: #F1F5F9;
  --paper: #FFFFFF;
  --line: rgba(15, 23, 42, .08);
  --accent: var(--secondary);
  --mint: #ECFDF5;
  --mint-soft: #D1FAE5;
  --primary-rgb: 13, 148, 136;
  --dark-rgb: 19, 78, 74;
}

html { scroll-behavior: smooth; }

body.theme-lumiere,
body.page-home {
  font-family: var(--font-family);
  color: var(--text);
  background:
    radial-gradient(920px 480px at 100% -8%, rgba(var(--primary-rgb), .14), transparent 55%),
    radial-gradient(700px 420px at -10% 30%, rgba(var(--primary-rgb), .07), transparent 50%),
    linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%);
  -webkit-font-smoothing: antialiased;
}

/* ── Top bar ── */
body.theme-lumiere .top-bar {
  background: var(--dark);
  color: rgba(255, 255, 255, .62);
  border-bottom: none;
  padding: 11px 0;
  position: relative;
  z-index: 40;
  font-size: 13px;
}
body.theme-lumiere .top-bar a { color: rgba(255, 255, 255, .62); transition: color .2s; }
body.theme-lumiere .top-bar a:hover { color: #fff; }
body.theme-lumiere .top-bar i { color: var(--accent); }
body.theme-lumiere .lang-switcher { border-left-color: rgba(255, 255, 255, .12); }
body.theme-lumiere .lang-btn {
  color: rgba(255, 255, 255, .5);
  border-radius: 6px;
  padding: 3px 9px;
}
body.theme-lumiere .lang-btn.active,
body.theme-lumiere .lang-btn:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

body.theme-lumiere .top-bar-login {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 5px 14px;
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 600;
}
body.theme-lumiere .top-bar-login i { margin: 0; color: var(--accent); }
body.theme-lumiere .top-bar-login:hover {
  background: #fff;
  color: var(--dark) !important;
  border-color: #fff;
}
body.theme-lumiere .top-bar-login:hover i { color: var(--primary); }

body.theme-lumiere .top-bar-user .hdr-user-btn {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .16);
  color: #fff;
  border-radius: 999px;
}
body.theme-lumiere .top-bar-user .hdr-user-name { color: #fff; }
body.theme-lumiere .top-bar-user .hdr-user-chevron { color: rgba(255, 255, 255, .6); }
body.theme-lumiere .top-bar-user .hdr-user-btn:hover,
body.theme-lumiere .top-bar-user .hdr-user-btn.open {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .3);
}

/* ── Header ── */
body.theme-lumiere .site-header {
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 1000;
}
body.theme-lumiere .site-header.scrolled {
  box-shadow: 0 8px 30px rgba(15, 23, 42, .06);
}

body.theme-lumiere .header-inner {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 18px 0;
  min-height: 80px;
}
body.theme-lumiere .logo-wrap { flex-shrink: 0; }
body.theme-lumiere .logo-text { gap: 10px; }
body.theme-lumiere .logo-text span {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -.03em;
  color: var(--dark);
  line-height: 1.15;
}
body.theme-lumiere .logo-icon {
  animation: none;
  font-size: 1.5rem;
  color: var(--primary);
}
body.theme-lumiere .logo-img { max-height: 48px; }

body.theme-lumiere .main-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
}
body.theme-lumiere .nav-list {
  justify-content: center;
  gap: 2px;
  flex-wrap: nowrap;
}
body.theme-lumiere .nav-item > .nav-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.01em;
  text-transform: none;
  color: var(--text);
  padding: 10px 15px;
  border-radius: 8px;
  white-space: nowrap;
  transition: color .2s, background .2s;
}
body.theme-lumiere .nav-item > .nav-link:hover,
body.theme-lumiere .nav-item:hover > .nav-link {
  background: var(--mint);
  color: var(--primary);
}
body.theme-lumiere .dropdown-menu-custom {
  border-radius: var(--radius-sm);
  border-top: 2px solid var(--primary);
  box-shadow: var(--shadow-hover);
}

body.theme-lumiere .hdr-actions {
  gap: 14px;
  flex-shrink: 0;
}
body.theme-lumiere .hdr-emergency {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: #FEF2F2;
  border: 1px solid #FECACA;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
body.theme-lumiere .hdr-emergency:hover {
  background: #FEE2E2;
  border-color: #FCA5A5;
  color: inherit;
}
body.theme-lumiere .hdr-emergency-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #DC2626;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.theme-lumiere .hdr-emergency-icon i { color: #fff; font-size: .85rem; }
body.theme-lumiere .hdr-emergency-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #DC2626;
  text-transform: uppercase;
  letter-spacing: .04em;
}
body.theme-lumiere .hdr-emergency-num {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #991B1B;
}
body.theme-lumiere .hdr-divider {
  display: block;
  width: 1px;
  height: 32px;
  background: var(--line);
  margin: 0 2px;
}
body.theme-lumiere .hdr-appt-btn {
  border-radius: var(--radius);
  background: var(--primary);
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13.5px;
  font-weight: 600;
  padding: 12px 22px;
  gap: 8px;
  color: #fff !important;
}
body.theme-lumiere .hdr-appt-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(var(--primary-rgb), .28);
}

/* ── HERO (multi swiper) ── */
.hero-lumiere { position: relative; }
body.theme-lumiere .hero-swiper {
  height: clamp(520px, 78vh, 760px);
  min-height: 520px;
  border-radius: 0 0 28px 28px;
  overflow: hidden;
  background: var(--dark);
}
body.theme-lumiere .hero-swiper .swiper-slide { height: 100%; }
body.theme-lumiere .slide-bg {
  background-color: var(--dark);
  background-size: cover;
  background-position: center;
}
body.theme-lumiere .slide-overlay {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, .82) 0%, rgba(15, 23, 42, .4) 48%, rgba(15, 23, 42, .25) 100%),
    linear-gradient(180deg, rgba(15, 23, 42, .12) 0%, rgba(15, 23, 42, .5) 100%);
}
body.theme-lumiere .hero-swiper .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
body.theme-lumiere .slide-content {
  margin-top: 0;
  padding: 0 0 100px;
  max-width: 640px;
  position: relative;
  height: auto;
  min-height: 0;
}
body.theme-lumiere .slide-content .hero-brand {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.8vw, 2.6rem);
  font-weight: 500;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -.03em;
  line-height: 1.05;
}
body.theme-lumiere .slide-title {
  font-family: var(--font-family);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 500;
  color: var(--accent);
  line-height: 1.35;
  letter-spacing: -.01em;
  margin: 0 0 14px;
  max-width: 28ch;
  text-shadow: none;
}
body.theme-lumiere .slide-subtitle {
  color: rgba(255, 255, 255, .72);
  font-size: 1.02rem;
  max-width: 36em;
  margin: 0 0 28px;
  line-height: 1.65;
  opacity: 1;
}
body.theme-lumiere .slide-btns { gap: 12px; }
body.theme-lumiere .hero-swiper .swiper-button-next,
body.theme-lumiere .hero-swiper .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  backdrop-filter: blur(8px);
}
body.theme-lumiere .hero-swiper .swiper-button-next::after,
body.theme-lumiere .hero-swiper .swiper-button-prev::after { font-size: 14px; font-weight: 700; }
body.theme-lumiere .hero-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: .45;
  width: 8px;
  height: 8px;
}
body.theme-lumiere .hero-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--accent);
  width: 22px;
  border-radius: 999px;
}

.hero-stage {
  position: relative;
  min-height: clamp(520px, 78vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--dark);
  border-radius: 0 0 28px 28px;
}
.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--dark) 0%, var(--primary-dark) 42%, var(--primary) 100%);
  background-size: cover;
  background-position: center;
}
.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(15, 23, 42, .78) 0%, rgba(15, 23, 42, .35) 48%, rgba(15, 23, 42, .2) 100%),
    linear-gradient(180deg, rgba(15, 23, 42, .15) 0%, rgba(15, 23, 42, .55) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding: 0 0 72px;
  max-width: 640px;
}
.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 500;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: -.03em;
  line-height: 1.05;
}
.hero-title {
  font-family: var(--font-family);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 500;
  color: var(--accent);
  line-height: 1.35;
  margin: 0 0 16px;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Quick appointment */
.hero-lumiere .quick-appt {
  margin-top: -28px;
  position: relative;
  z-index: 5;
  background: transparent;
  border: 0;
  padding: 0 0 8px;
}
.hero-lumiere .quick-appt-box {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  align-items: center;
  padding: 22px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.quick-appt-copy span {
  display: block;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text-light);
  font-weight: 600;
}
.quick-appt-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--dark);
  letter-spacing: -.02em;
  margin-top: 2px;
}
.hero-lumiere .quick-appt-form {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 12px;
  align-items: center;
}
.hero-lumiere .quick-appt-form .form-select,
.hero-lumiere .quick-appt-form .form-control {
  border-radius: 10px !important;
  border: 1px solid var(--line) !important;
  background: #fff !important;
  box-shadow: none !important;
  min-height: 48px;
  padding: 10px 14px !important;
}
.hero-lumiere .quick-appt-form .btn-primary-custom {
  border-radius: var(--radius);
  background: var(--primary);
  color: #fff !important;
  padding: 13px 22px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  white-space: nowrap;
}
.hero-lumiere .quick-appt-form .btn-primary-custom:hover {
  background: var(--primary-dark);
}

/* ── Sections ── */
body.theme-lumiere .section-pad { padding: 96px 0; }
body.theme-lumiere .section-header {
  text-align: left;
  margin-bottom: 44px;
}
body.theme-lumiere .section-header-split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}
body.theme-lumiere .section-tag {
  display: inline-block;
  background: var(--mint);
  color: var(--primary);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 14px;
  text-transform: none;
}
body.theme-lumiere .section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: -.03em;
  color: var(--dark);
  max-width: 14ch;
  line-height: 1.12;
  margin: 0;
}
.section-link {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  border-bottom: none;
  padding-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.section-link:hover { color: var(--primary-dark); }

/* Stats */
.stats-lumiere {
  background: transparent !important;
  margin-top: 0 !important;
  padding: 48px 0 8px;
}
.stats-lumiere::before { display: none !important; }
.stats-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  border: 0;
}
.stats-lumiere .stat-item {
  border: 1px solid var(--line) !important;
  border-radius: var(--radius);
  background: #fff;
  text-align: left;
  padding: 26px 22px !important;
  box-shadow: var(--shadow);
}
.stats-lumiere .stat-item.last { border-right: 1px solid var(--line) !important; }
.stats-lumiere .stat-num {
  color: var(--dark) !important;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -.03em;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
}
.stats-lumiere .stat-lbl {
  color: var(--text-light) !important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13.5px;
  font-weight: 500;
  margin-top: 6px;
}

/* Departments — icon cards */
.section-depts .dept-cards .dept-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 100%;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: inherit;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  text-decoration: none;
}
.section-depts .dept-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--primary-rgb), .28);
  box-shadow: var(--shadow-hover);
  color: inherit;
}
.section-depts .dept-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.section-depts .dept-card h5 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--dark);
  margin: 0 0 8px;
}
.section-depts .dept-card p {
  font-size: 14px;
  color: var(--text-light);
  margin: 0 0 16px;
  line-height: 1.55;
}
.section-depts .dept-link {
  margin-top: auto;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.section-depts .dept-card:hover .dept-link { color: var(--primary-dark); }

/* Services */
.section-services { background: transparent; }
.svc-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.svc-tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
  min-height: 220px;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  transition: .28s ease;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
}
.svc-tile-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform .45s ease;
}
.svc-tile.has-photo .svc-tile-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(var(--dark-rgb), .15) 0%, rgba(var(--dark-rgb), .78) 100%);
}
.svc-tile-body {
  position: relative;
  z-index: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.svc-tile.has-photo { color: #fff; }
.svc-tile.has-photo p { color: rgba(255, 255, 255, .78); }
.svc-tile.has-photo i { color: var(--accent); }
.svc-tile-lg {
  grid-column: span 2;
  min-height: 280px;
  background:
    linear-gradient(145deg, rgba(var(--dark-rgb), .88), rgba(var(--primary-rgb), .72)),
    radial-gradient(circle at 85% 15%, rgba(var(--primary-rgb), .35), transparent 55%);
  color: #fff;
  border: 0;
}
.svc-tile i { font-size: 1.45rem; color: var(--primary); }
.svc-tile-lg i { color: var(--accent); }
.svc-tile h5 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -.02em;
  margin: 0;
  color: inherit;
}
.svc-tile p { margin: 0; font-size: 14px; color: var(--text-light); line-height: 1.55; }
.svc-tile-lg p { color: rgba(255, 255, 255, .75); }
.svc-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  color: inherit;
}
.svc-tile.has-photo:hover { color: #fff; }
.svc-tile.has-photo:hover .svc-tile-media { transform: scale(1.08); }

/* Cards */
body.theme-lumiere .doctor-card,
body.theme-lumiere .news-card,
body.theme-lumiere .testimonial-card,
body.theme-lumiere .service-card,
body.theme-lumiere .ba-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
  overflow: hidden;
}
body.theme-lumiere .doctor-card:hover,
body.theme-lumiere .news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
body.theme-lumiere .doctor-info,
body.theme-lumiere .news-content { text-align: left; }
body.theme-lumiere .doctor-info h5,
body.theme-lumiere .news-content h5 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -.02em;
}
body.theme-lumiere .btn-sm-primary,
body.theme-lumiere .btn-sm-outline,
body.theme-lumiere .btn-primary-custom,
body.theme-lumiere .btn-outline-custom {
  border-radius: var(--radius);
  text-transform: none;
  letter-spacing: 0;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
}
body.theme-lumiere .btn-primary-custom,
body.theme-lumiere .btn.btn-primary,
body.theme-lumiere .btn-primary {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
  box-shadow: none;
  padding: 13px 24px;
  border-radius: var(--radius);
}
body.theme-lumiere .btn-primary-custom:hover,
body.theme-lumiere .btn.btn-primary:hover,
body.theme-lumiere .btn-primary:hover {
  background: var(--primary-dark) !important;
  border-color: var(--primary-dark) !important;
  color: #fff !important;
}
body.theme-lumiere .btn-outline-custom {
  border: 1.5px solid var(--primary);
  color: var(--primary) !important;
  background: transparent;
  padding: 12px 22px;
  border-radius: var(--radius);
}
body.theme-lumiere .btn-outline-custom:hover {
  border-color: var(--primary);
  color: #fff !important;
  background: var(--primary);
}
body.theme-lumiere .btn-sm-primary {
  background: var(--primary);
  color: #fff !important;
  border-radius: var(--radius);
}
body.theme-lumiere .btn-sm-outline {
  border-color: var(--primary);
  color: var(--primary);
  border-radius: var(--radius);
}
body.theme-lumiere .hdr-appt-btn {
  background: var(--primary);
}

/* Outline on dark surfaces (hero / why-us) */
body.theme-lumiere .slide-btns .btn-primary-custom,
body.theme-lumiere .hero-cta .btn-primary-custom {
  background: #fff;
  color: var(--dark) !important;
}
body.theme-lumiere .slide-btns .btn-primary-custom:hover,
body.theme-lumiere .hero-cta .btn-primary-custom:hover {
  background: var(--accent);
  color: var(--dark) !important;
}
body.theme-lumiere .slide-btns .btn-outline-custom,
body.theme-lumiere .hero-cta .btn-outline-custom,
body.theme-lumiere .why-us-content .btn-outline-custom {
  border: 1.5px solid rgba(255, 255, 255, .55);
  color: #fff !important;
  background: transparent;
}
body.theme-lumiere .slide-btns .btn-outline-custom:hover,
body.theme-lumiere .hero-cta .btn-outline-custom:hover,
body.theme-lumiere .why-us-content .btn-outline-custom:hover {
  background: #fff;
  border-color: #fff;
  color: var(--dark) !important;
}
body.theme-lumiere .testimonial-card blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--dark);
  border: 0;
  padding: 0;
  letter-spacing: -.015em;
  font-weight: 400;
}

/* Why us */
body.theme-lumiere .why-us-section {
  background: var(--dark);
  padding: 100px 0;
  border-radius: 28px;
  margin: 24px 20px;
}
body.theme-lumiere .why-us-img {
  border-radius: var(--radius);
  height: 480px;
  overflow: hidden;
}
body.theme-lumiere .why-us-img-bg {
  border-radius: var(--radius);
  background-color: var(--primary);
  background-size: cover;
  background-position: center;
  animation: softFloat 8s ease-in-out infinite;
}
body.theme-lumiere .why-us-img-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(var(--dark-rgb), .15), rgba(var(--primary-rgb), .35));
}
@keyframes softFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
body.theme-lumiere .why-us-badge {
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--dark);
  right: 16px;
  bottom: 16px;
  box-shadow: var(--shadow-hover);
}
body.theme-lumiere .why-us-content { color: rgba(255, 255, 255, .78); }
body.theme-lumiere .why-us-content .section-tag {
  background: rgba(45, 212, 191, .15);
  color: var(--accent);
}
body.theme-lumiere .why-us-content h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -.03em;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
}
body.theme-lumiere .why-us-content p { color: rgba(255, 255, 255, .68); }
body.theme-lumiere .why-us-content .btn-outline-custom {
  border-color: rgba(255, 255, 255, .45);
}
body.theme-lumiere .why-feature i { color: var(--accent); }
body.theme-lumiere .why-feature strong { color: #fff; }
body.theme-lumiere .why-feature span { color: rgba(255, 255, 255, .55); }

/* Footer */
body.theme-lumiere .site-footer { background: #0B1220; }
body.theme-lumiere .footer-logo-text {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -.02em;
}
body.theme-lumiere .footer-widget-title {
  border-bottom: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.2rem;
}
body.theme-lumiere .page-banner {
  background: linear-gradient(125deg, var(--dark), var(--primary)) !important;
  padding: 100px 0 64px;
  border-radius: 0 0 24px 24px;
}
body.theme-lumiere .page-banner h1 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -.03em;
}

/* Contact page */
body.theme-lumiere .contact-info-card,
body.theme-lumiere .contact-form-box {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
body.theme-lumiere .contact-hours-list li {
  border-bottom-color: var(--line);
}
body.theme-lumiere .contact-social-btn {
  border-radius: 12px;
  background: var(--mint);
  color: var(--primary) !important;
}
body.theme-lumiere .contact-social-btn:hover {
  background: var(--primary);
  color: #fff !important;
}
body.theme-lumiere .ci-icon {
  border-radius: 12px;
  background: var(--mint);
  color: var(--primary);
}

body.theme-lumiere .bg-light-gray { background: transparent; }
body.theme-lumiere .form-control,
body.theme-lumiere .form-select {
  border-radius: 10px !important;
}

@media (max-width: 991px) {
  body.theme-lumiere .header-inner { gap: 16px; padding: 14px 0; min-height: 68px; }
  body.theme-lumiere .why-us-section { margin: 16px 12px; border-radius: 20px; padding: 64px 0; }
  .hero-lumiere .quick-appt { margin-top: -20px; }
  .hero-lumiere .quick-appt-box { grid-template-columns: 1fr; gap: 16px; padding: 18px 18px; }
  .hero-lumiere .quick-appt-form { grid-template-columns: 1fr; }
  .stats-rail { grid-template-columns: 1fr 1fr; }
  .svc-bento { grid-template-columns: 1fr; }
  .svc-tile-lg { grid-column: auto; min-height: 220px; }
  body.theme-lumiere .section-header-split { flex-direction: column; align-items: flex-start; }
  body.theme-lumiere .hero-swiper,
  .hero-stage {
    height: 68vh;
    min-height: 420px;
    border-radius: 0 0 20px 20px;
  }
  body.theme-lumiere .slide-content {
    padding: 0 0 72px;
  }
  .hero-inner { padding-bottom: 56px; padding-top: 36px; }
  .section-depts .dept-card { align-items: center; text-align: center; }
}

@media (max-width: 1199px) {
  body.theme-lumiere .hdr-emergency-label { display: none; }
  body.theme-lumiere .hdr-emergency { padding: 6px 10px; }
}
