/* ============================================================
   Enfield Royal Clinic — Khalifa City — Design System
   ============================================================ */

:root {
  --ink: #12251d;
  --emerald-950: #0a2119;
  --emerald-900: #0f3d2e;
  --emerald-800: #144a38;
  --emerald-700: #1b5e46;
  --emerald-600: #237257;
  --emerald-100: #eaf0ec;
  --gold-700: #9c7c4e;
  --gold-600: #ad8f63;
  --gold-500: #c2a67e;
  --gold-200: #ece1cd;
  --gold-100: #f7f2e9;
  --cream: #fdfbf8;
  --cream-deep: #f8f5ef;
  --white: #ffffff;
  --text: #4a4844;
  --text-muted: #78766f;
  --text-soft: #9b988e;
  --border: #ece8e0;
  --border-strong: #ddd7c9;
  --success: #2f6b4f;
  --shadow-sm: 0 1px 3px rgba(18, 37, 29, 0.05);
  --shadow-md: 0 6px 20px rgba(18, 37, 29, 0.07);
  --shadow-lg: 0 12px 40px rgba(18, 37, 29, 0.10);
  --shadow-gold: 0 8px 22px rgba(173, 143, 99, 0.18);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --radius-img: 20px;
  --radius-pill: 999px;
  --font-display: "Playfair Display", "Georgia", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1240px;
  --header-h: 84px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4, h5 { font-family: var(--font-display); font-weight: 500; line-height: 1.18; margin: 0 0 0.5em; color: var(--emerald-950); letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: 1rem; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 24px; }

section { padding: 96px 0; }
@media (max-width: 780px) { section { padding: 64px 0; } }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-700);
  font-weight: 500;
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold-600); display: inline-block; }

.section-head { max-width: 680px; margin: 0 0 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.section-head p { color: var(--text-muted); font-size: 1.08rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: var(--radius-pill);
  font-weight: 500;
  font-size: 0.92rem;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color .25s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--emerald-950); color: var(--white); box-shadow: none; }
.btn-primary:hover { transform: translateY(-1px); background: var(--emerald-900); box-shadow: 0 8px 20px rgba(10,33,25,0.2); }
.btn-outline { background: transparent; color: var(--emerald-950); border-color: var(--emerald-950); }
.btn-outline:hover { background: var(--emerald-950); color: var(--white); transform: translateY(-2px); }
.btn-ghost-light { background: rgba(255,255,255,0.08); color: var(--white); border-color: rgba(255,255,255,0.4); backdrop-filter: blur(6px); }
.btn-ghost-light:hover { background: rgba(255,255,255,0.18); border-color: var(--white); }
.btn-sm { padding: 10px 20px; font-size: 0.85rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.topbar {
  background: var(--cream-deep);
  color: var(--text-muted);
  font-size: 0.78rem;
  border-bottom: 1px solid var(--border);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 36px; }
.topbar a { color: var(--text-muted); display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { color: var(--gold-700); }
.topbar-links { display: flex; gap: 22px; }
.topbar-hours { opacity: 0.85; }
@media (max-width: 700px) { .topbar-hours { display: none; } }

.navbar { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 46px; height: 46px; flex-shrink: 0; object-fit: contain; }
.footer-brand .brand-mark { width: 50px; height: 50px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.25; white-space: nowrap; }
.brand-text strong { font-family: var(--font-display); font-size: 1.1rem; color: var(--emerald-950); letter-spacing: 0.01em; }
.brand-text span { font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-700); }
@media (max-width: 1180px) { .brand-text span { display: none; } }

.main-nav { display: flex; align-items: center; gap: 2px; flex-shrink: 1; min-width: 0; }
.main-nav > ul { display: flex; align-items: center; gap: 2px; }
.main-nav > ul > li { position: relative; }
.nav-link {
  display: flex; align-items: center; gap: 6px; white-space: nowrap;
  padding: 12px 13px; font-size: 0.9rem; font-weight: 500; color: var(--text);
  border-radius: var(--radius-sm);
  transition: color .2s ease, background .2s ease;
}
.nav-link:hover, .nav-link.active { color: var(--emerald-900); background: var(--emerald-100); }
.nav-link .chev { width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); margin-top: -3px; transition: transform .2s ease; flex-shrink: 0; }
li:hover .nav-link .chev { transform: rotate(225deg); margin-top: 3px; }

/* Consolidated "Treatments" mega menu — wide multi-column panel.
   position:fixed + centered on the viewport (not the triggering <li>) so it
   never overflows off-screen regardless of which nav item it hangs from. */
.mega-treatments {
  position: fixed; top: var(--header-total-h, 122px); left: 50%; transform: translateX(-50%) translateY(4px);
  width: min(960px, 90vw); max-height: calc(100vh - var(--header-total-h, 122px) - 24px); overflow-y: auto;
  background: var(--white); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); border: 1px solid var(--border);
  padding: 30px; display: flex; gap: 30px;
  opacity: 0; visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 250;
}
li:hover .mega-treatments { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega-cols { flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 28px; min-width: 0; }
.mega-col-title {
  display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--emerald-950);
  font-size: 0.86rem; margin-bottom: 13px; padding-bottom: 11px; border-bottom: 1px solid var(--border);
}
.mega-col-title .ico { color: var(--gold-600); flex-shrink: 0; }
.mega-col ul { display: flex; flex-direction: column; gap: 9px; }
.mega-col a.mega-link { font-size: 0.85rem; color: var(--text-muted); line-height: 1.3; }
.mega-col a.mega-link:hover { color: var(--emerald-900); }
.mega-promo {
  width: 216px; flex-shrink: 0; border-radius: var(--radius-md); padding: 24px;
  background: linear-gradient(160deg, var(--emerald-900), var(--emerald-950));
  color: var(--white); display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; overflow: hidden;
}
.mega-promo::before { content: ""; position: absolute; right: -30px; top: -30px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(173,143,99,0.35), transparent 70%); }
.mega-promo h4 { color: var(--white); font-size: 1.02rem; margin-bottom: 8px; position: relative; }
.mega-promo p { color: rgba(255,255,255,0.72); font-size: 0.82rem; margin-bottom: 18px; position: relative; }

.nav-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-phone { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 0.9rem; white-space: nowrap; }
.nav-phone svg { flex-shrink: 0; }
@media (max-width: 1180px) { .nav-phone span { display: none; } }

.burger { display: none; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border-strong); background: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 4px; flex-shrink: 0; }
.burger span { width: 18px; height: 2px; background: var(--emerald-950); display: block; transition: transform .2s ease, opacity .2s ease; }

@media (max-width: 960px) {
  .main-nav { display: none; }
  .burger { display: flex; }
}

.mobile-nav {
  position: fixed; inset: 0; z-index: 300; background: var(--emerald-950);
  color: var(--cream); padding: 24px; overflow-y: auto;
  transform: translateX(100%); transition: transform .3s ease;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.mobile-nav-close { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); background: transparent; color: var(--cream); font-size: 1.2rem; }
.mobile-nav details { border-bottom: 1px solid rgba(255,255,255,0.12); }
.mobile-nav summary { padding: 16px 4px; font-size: 1.05rem; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav .sub-list { padding: 0 4px 16px 12px; display: flex; flex-direction: column; gap: 12px; }
.mobile-nav .sub-list a { color: var(--gold-200); font-size: 0.95rem; }
.mobile-nav .plain-link { display: block; padding: 16px 4px; font-size: 1.05rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.12); }
.mobile-nav .mobile-cta { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--white);
  color: var(--text);
  overflow: hidden;
  padding: 64px 0 96px;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { color: var(--emerald-950); font-weight: 400; font-size: clamp(2.4rem, 4.6vw, 4rem); line-height: 1.08; margin-bottom: 26px; }
.hero p.lead { color: var(--text-muted); font-size: 1.15rem; max-width: 520px; margin-bottom: 40px; font-weight: 300; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 34px; margin-top: 56px; flex-wrap: wrap; }
.hero-badge { display: flex; flex-direction: column; }
.hero-badge strong { font-family: var(--font-display); font-weight: 400; font-size: 1.8rem; color: var(--emerald-900); }
.hero-badge span { font-size: 0.76rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; }

.hero-visual {
  position: relative; border-radius: var(--radius-img); overflow: hidden;
  aspect-ratio: 4/5;
}

/* ---------- Designed graphic tiles (replace photo placeholders) ---------- */
.art-tile { width: 100%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(150deg, var(--gold-100), var(--emerald-100)); }
.art-tile .ring { position: absolute; aspect-ratio: 1/1; border-radius: 50%; border: 1px solid rgba(156,124,78,0.3); }
.art-tile .badge {
  position: relative; width: 84px; aspect-ratio: 1/1; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--emerald-900), var(--emerald-700));
  color: var(--gold-500); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(15,61,46,0.2);
}
.art-tile.tone-2 { background: linear-gradient(150deg, var(--emerald-100), var(--gold-100)); }

.cover-photo { position: relative; width: 100%; height: 100%; }
.cover-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.avatar-tile { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, var(--emerald-900), var(--emerald-700)); }
.avatar-tile .initials {
  width: 46%; aspect-ratio: 1/1; border-radius: 50%; border: 1px solid rgba(194,166,126,0.45);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 400; font-size: 2.1rem; color: var(--gold-500);
}

/* Compact full-bleed photo hero, used on every inner page */
.hero-full.compact { min-height: 46vh; }
.hero-full.compact .hero-full-content { padding: 108px 0 52px; }
.hero-full.compact h1 { font-size: clamp(2rem, 3.6vw, 2.9rem); margin-bottom: 12px; }
.hero-full.compact p.lead { font-size: 1.05rem; margin-bottom: 0; }
.hero-full.compact .inner { max-width: 720px; }

.breadcrumbs { display: flex; gap: 8px; align-items: center; font-size: 0.82rem; color: var(--text-soft); margin-bottom: 18px; flex-wrap: wrap; }
.breadcrumbs a { color: var(--gold-700); }
.breadcrumbs a:hover { color: var(--emerald-900); }
.breadcrumbs .sep { opacity: 0.5; }
.hero-full .breadcrumbs { color: rgba(255,255,255,0.65); }
.hero-full .breadcrumbs a { color: rgba(255,255,255,0.88); }
.hero-full .breadcrumbs a:hover { color: var(--gold-200); }

/* ---------- Cards ---------- */
.card-grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card-link { margin-top: 18px; font-weight: 600; color: var(--gold-700); display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; }
.card-link .arrow { transition: transform .2s ease; }
.tag { display: inline-block; font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-700); background: var(--gold-100); padding: 5px 12px; border-radius: var(--radius-pill); font-weight: 700; margin-bottom: 12px; align-self: flex-start; }

/* category & treatment listing cards reuse .tall-card (see below) with a description line */
.tall-card .label p { color: rgba(255,255,255,0.82); font-size: 0.86rem; margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tall-card.card-md { aspect-ratio: 4/5; }

.doctor-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.doctor-card .thumb { aspect-ratio: 1/1; }
.doctor-card .body { padding: 24px; }
.doctor-card h3 { font-size: 1.2rem; margin-bottom: 4px; }
.doctor-card .role { color: var(--gold-700); font-weight: 600; font-size: 0.88rem; margin-bottom: 14px; }
.doctor-card p { color: var(--text-muted); font-size: 0.9rem; }
.specialty-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.specialty-pills span { font-size: 0.76rem; background: var(--emerald-100); color: var(--emerald-900); padding: 5px 12px; border-radius: var(--radius-pill); font-weight: 600; }

.testimonial-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; height: 100%; }
.stars { color: var(--gold-600); letter-spacing: 2px; margin-bottom: 16px; font-size: 1.1rem; }
.testimonial-card p { font-style: italic; color: var(--text); font-size: 1rem; }
.testimonial-card .who { margin-top: 18px; font-weight: 700; font-style: normal; color: var(--emerald-950); font-size: 0.9rem; }

.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.blog-card .thumb { aspect-ratio: 16/10; }
.blog-card .body { padding: 24px; }
.blog-card .date { font-size: 0.78rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; display: block; }
.blog-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.blog-card p { color: var(--text-muted); font-size: 0.92rem; }

/* ---------- Sections: alternating bg ---------- */
.section-emerald { background: var(--emerald-950); color: var(--white); }
.section-emerald h2 { color: var(--white); }
.section-emerald .section-head p { color: rgba(255,255,255,0.72); }
.section-cream-deep { background: var(--cream-deep); }

.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 980px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .why-grid { grid-template-columns: 1fr; } }
.why-item {
  display: flex; flex-direction: column; gap: 14px; background: var(--white);
  border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.why-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.why-item .num {
  width: 50px; height: 50px; border-radius: 14px; font-family: var(--font-display); font-size: 1.25rem;
  background: linear-gradient(135deg, var(--emerald-900), var(--emerald-700)); color: var(--gold-500);
  display: flex; align-items: center; justify-content: center;
}
.why-item h3 { color: var(--emerald-950); font-size: 1.1rem; }
.why-item p { color: var(--text-muted); font-size: 0.92rem; margin: 0; }

/* ---------- Treatment detail page ---------- */
.detail-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: start; }
@media (max-width: 940px) { .detail-layout { grid-template-columns: 1fr; } }
.detail-main h2 { font-size: 1.6rem; margin-top: 48px; }
.detail-main h2:first-child { margin-top: 0; }
.detail-main ul.check-list { display: flex; flex-direction: column; gap: 14px; margin: 20px 0; }
.detail-main ul.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); }
.detail-main ul.check-list li .dot { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--emerald-100); color: var(--emerald-800); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; margin-top: 2px; }

.process-steps { display: flex; flex-direction: column; gap: 0; margin: 24px 0; }
.process-step { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.process-step:last-child { border-bottom: none; }
.process-step .step-num { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--emerald-900), var(--emerald-700)); color: var(--gold-500); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; }
.process-step h4 { margin-bottom: 6px; font-size: 1.02rem; }
.process-step p { color: var(--text-muted); font-size: 0.92rem; margin: 0; }

.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font-weight: 600; cursor: pointer; font-size: 1rem; color: var(--emerald-950); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .plus { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--border-strong); display: flex; align-items: center; justify-content: center; position: relative; }
.faq-item .plus::before, .faq-item .plus::after { content: ""; position: absolute; background: var(--emerald-900); transition: transform .2s ease; }
.faq-item .plus::before { width: 10px; height: 1.5px; }
.faq-item .plus::after { width: 1.5px; height: 10px; }
.faq-item[open] .plus::after { transform: scaleY(0); }
.faq-item p { padding-bottom: 20px; color: var(--text-muted); margin: 0; }

.sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.sidebar-card + .sidebar-card { margin-top: 24px; }
.sidebar-card h3 { font-size: 1.1rem; margin-bottom: 16px; }
.contact-row { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; font-size: 0.92rem; }
.contact-row:last-child { margin-bottom: 0; }
.contact-row .ico { width: 36px; height: 36px; border-radius: 10px; background: var(--emerald-100); color: var(--emerald-800); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-row strong { display: block; color: var(--emerald-950); }
.contact-row span, .contact-row a { color: var(--text-muted); }

.related-list { display: flex; flex-direction: column; gap: 4px; }
.related-list a { display: flex; justify-content: space-between; align-items: center; padding: 12px 6px; border-radius: var(--radius-sm); font-size: 0.92rem; font-weight: 500; color: var(--text); }
.related-list a:hover { background: var(--cream-deep); color: var(--emerald-900); padding-left: 12px; }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.85rem; font-weight: 600; color: var(--emerald-950); }
.field input, .field select, .field textarea {
  padding: 13px 16px; border: 1px solid var(--border-strong); border-radius: var(--radius-sm);
  background: var(--white); color: var(--text); outline: none; transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-600); box-shadow: 0 0 0 3px rgba(173,143,99,0.18); }
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.8rem; color: var(--text-soft); margin-top: 14px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--emerald-900), var(--emerald-950));
  border-radius: var(--radius-lg); padding: 56px; display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; color: var(--white);
  position: relative; overflow: hidden;
}
.cta-band::after { content: ""; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(173,143,99,0.25), transparent 70%); }
.cta-band h2 { color: var(--white); font-size: 1.9rem; margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,0.75); margin: 0; max-width: 460px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; position: relative; }

/* ---------- Footer ---------- */
.site-footer { background: var(--emerald-950); color: rgba(255,255,255,0.72); padding-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand p { font-size: 0.9rem; margin: 18px 0 22px; max-width: 300px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; transition: background .2s ease, border-color .2s ease; }
.footer-social a:hover { background: var(--gold-600); border-color: var(--gold-600); }
.footer-col h4 { color: var(--white); font-size: 0.92rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 20px; font-family: var(--font-body); font-weight: 600; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 0.9rem; }
.footer-col a:hover { color: var(--gold-500); }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.9rem; margin-bottom: 16px; }
.footer-contact svg { flex-shrink: 0; margin-top: 2px; color: var(--gold-500); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 26px 0; font-size: 0.82rem; flex-wrap: wrap; gap: 12px; }
.footer-bottom a:hover { color: var(--gold-500); }
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }

/* ---------- Floating action buttons ---------- */
.floating-actions { position: fixed; bottom: 26px; right: 26px; z-index: 250; display: flex; flex-direction: column; gap: 14px; }
.floating-actions a {
  width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: var(--white); box-shadow: var(--shadow-lg); transition: transform .2s ease;
}
.floating-actions a:hover { transform: scale(1.08); }
.fab-phone { background: var(--emerald-950); border: 2px solid rgba(255,255,255,0.85); }
.fab-whatsapp { background: #25D366; border: 2px solid rgba(255,255,255,0.85); }

/* ---------- Full-bleed photo hero ---------- */
.hero-full { position: relative; min-height: 78vh; display: flex; align-items: flex-end; color: var(--white); overflow: hidden; }
.hero-full-bg { position: absolute; inset: 0; }
.hero-full-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-full-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,33,25,0.18) 0%, rgba(10,33,25,0.22) 42%, rgba(10,33,25,0.86) 100%);
}
.hero-full-content { position: relative; width: 100%; padding: 140px 0 72px; }
.hero-full-content .inner { max-width: 640px; }
.hero-full .eyebrow { color: var(--gold-200); }
.hero-full .eyebrow::before { background: var(--gold-200); }
.hero-full h1 { color: var(--white); font-weight: 400; font-size: clamp(2.6rem, 5.2vw, 4.1rem); line-height: 1.1; margin-bottom: 22px; }
.hero-full h1 em { font-style: italic; font-weight: 400; }
.hero-full p.lead { color: rgba(255,255,255,0.85); font-size: 1.14rem; max-width: 500px; margin-bottom: 34px; font-weight: 300; }
.hero-full .hero-cta { margin-bottom: 0; }
.hero-full-stats { position: relative; border-top: 1px solid rgba(255,255,255,0.18); margin-top: 52px; padding-top: 28px; display: flex; gap: 40px; flex-wrap: wrap; }
.hero-full-stats .stat strong { font-family: var(--font-display); font-weight: 400; font-size: 1.7rem; color: var(--white); display: block; }
.hero-full-stats .stat span { font-size: 0.74rem; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.07em; }

/* ---------- Tall & wide overlay image cards ---------- */
.tall-card, .wide-card {
  position: relative; display: block; border-radius: 22px; overflow: hidden;
  transition: box-shadow .3s ease;
}
.tall-card { aspect-ratio: 3/4; }
.wide-card { aspect-ratio: 16/9; }
.tall-card img, .wide-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.3,1); }
.tall-card:hover img, .wide-card:hover img { transform: scale(1.07); }
.tall-card .scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10,33,25,0.82) 100%);
}
.wide-card .scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,33,25,0.75) 0%, rgba(10,33,25,0.15) 55%, transparent 100%);
}
.tall-card .label { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px; color: var(--white); }
.tall-card .label .tag-light { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-200); margin-bottom: 8px; display: block; }
.tall-card .label h3 { color: var(--white); font-weight: 400; font-size: 1.35rem; margin-bottom: 8px; }
.tall-card .label .card-link { color: var(--white); font-weight: 500; }
.wide-card .label { position: absolute; left: 0; bottom: 0; padding: 34px; color: var(--white); max-width: 420px; }
.wide-card .label h3 { color: var(--white); font-weight: 400; font-size: 1.5rem; margin-bottom: 10px; }
.wide-card .label p { color: rgba(255,255,255,0.78); font-size: 0.92rem; margin-bottom: 16px; }
.wide-card .label .card-link { color: var(--gold-200); }

/* ---------- Misc pages ---------- */
.prose { max-width: 780px; }
.prose p { color: var(--text); font-size: 1.02rem; }
.prose h2 { margin-top: 40px; }
.prose h3 { margin-top: 30px; font-size: 1.2rem; }
.prose ul, .prose ol { margin: 18px 0; padding-left: 22px; color: var(--text); }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--gold-600); text-decoration: underline; }
.prose strong { color: var(--text-dark, var(--text)); }
.prose blockquote { margin: 24px 0; padding: 4px 22px; border-left: 3px solid var(--gold-500); color: var(--text-muted); font-style: italic; }
.stat-strip { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; padding: 40px 0; }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 620px) { .value-grid { grid-template-columns: 1fr; } }
.value-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 26px; }
.value-item h3 { font-size: 1.05rem; margin-bottom: 8px; }
.value-item p { color: var(--text-muted); font-size: 0.9rem; margin: 0; }

.map-embed { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); height: 420px; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }

.offer-banner { background: var(--gold-100); border: 1px solid var(--gold-500); color: var(--gold-700); text-align: center; padding: 10px 20px; font-size: 0.86rem; font-weight: 600; }
.offer-banner a { text-decoration: underline; }

.badge-row { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; opacity: 0.75; }
.badge-row .badge-item { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; font-weight: 600; color: var(--text-muted); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 36px; } }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 780px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; } }
.gallery-item { aspect-ratio: 4/5; border-radius: var(--radius-img); overflow: hidden; }

.pill-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.pill-nav a { padding: 9px 18px; border-radius: var(--radius-pill); border: 1px solid var(--border-strong); font-size: 0.85rem; font-weight: 600; color: var(--text-muted); }
.pill-nav a:hover, .pill-nav a.active { background: var(--emerald-950); border-color: var(--emerald-950); color: var(--white); }

.error-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 100px 24px; }
.error-page .code { font-family: var(--font-display); font-size: 6rem; color: var(--gold-500); line-height: 1; margin-bottom: 10px; }
