/* ═══════════════════════════════════════════════════════
   ALOTEAR URBANISMO — EMPREENDIMENTO PAGE REDESIGN
   Aesthetic: Luxury Terrain — tropical luxury + editorial
   ═══════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green-dark:    #1a3a2a;
  --green-mid:     #2d6147;
  --green-light:   #4a9068;
  --yellow:        #c9a84c;
  --yellow-light:  #e8c97a;
  --off-white:     #f5f2ec;
  --cream:         #faf8f3;
  --text-dark:     #1a1a1a;
  --text-mid:      #4a4a4a;
  --text-light:    #8a8a8a;
  --white:         #ffffff;
  --radius:        16px;
  --radius-lg:     28px;
  --radius-xl:     40px;
  --shadow-sm:     0 4px 20px rgba(0,0,0,0.06);
  --shadow-md:     0 12px 40px rgba(0,0,0,0.12);
  --shadow-lg:     0 24px 60px rgba(0,0,0,0.18);
  --transition:    all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ─── KEYFRAMES ─── */
@keyframes slowZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.08); }
}
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-12px); }
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes lineGrow {
  from { width: 0; }
  to   { width: 60px; }
}
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.4); }
  50%       { box-shadow: 0 0 0 16px rgba(201, 168, 76, 0); }
}
@keyframes rotateSlow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ══════════════════════════════════════
   HERO SECTION
══════════════════════════════════════ */
.emp-page-hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0 8vw 80px;
}

/* Grain texture overlay */
.emp-page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0.04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
}

.emp-page-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.emp-page-bg img,
.emp-page-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slowZoom 22s ease-out forwards;
  transform-origin: center center;
}

/* Multi-layer sophisticated overlay */
.emp-page-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10, 25, 15, 0.92) 0%, rgba(10, 25, 15, 0.5) 45%, rgba(10, 25, 15, 0.1) 100%),
    linear-gradient(to top, rgba(10, 25, 15, 0.9) 0%, rgba(10, 25, 15, 0) 50%);
  z-index: 2;
}

/* Decorative diagonal line element */
.emp-page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background: linear-gradient(135deg, transparent 50%, rgba(201, 168, 76, 0.06) 50%);
  z-index: 3;
  pointer-events: none;
}

.emp-page-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 820px;
  gap: 28px;
}

/* Eyebrow label */
.emp-page-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  animation: fadeSlideUp 0.7s ease forwards;
  opacity: 0;
}

.emp-page-eyebrow span {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow-light);
}

.emp-page-eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--yellow);
  animation: lineGrow 0.8s ease 0.3s forwards;
  width: 0;
}

.emp-page-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  color: var(--white);
  line-height: 0.95;
  letter-spacing: -0.02em;
  animation: fadeSlideUp 0.8s ease 0.15s forwards;
  opacity: 0;
}

/* Italic accent on last word */
.emp-page-title em {
  font-style: italic;
  color: var(--yellow-light);
}

.emp-page-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  animation: fadeSlideUp 0.8s ease 0.3s forwards;
  opacity: 0;
}

.emp-page-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 9px 18px;
  border-radius: 100px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: var(--transition);
}

.emp-page-tag:hover {
  background: rgba(201, 168, 76, 0.2);
  border-color: rgba(201, 168, 76, 0.4);
  color: var(--yellow-light);
  transform: translateY(-2px);
}

.emp-page-tag svg {
  width: 14px;
  height: 14px;
  color: var(--yellow);
  flex-shrink: 0;
}

/* Scroll indicator */
.hero-scroll-hint {
  position: absolute;
  bottom: 36px;
  right: 8vw;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: fadeIn 1s ease 1s forwards;
  opacity: 0;
}

.hero-scroll-hint span {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  writing-mode: vertical-rl;
}

.hero-scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(201,168,76,0.8), transparent);
  animation: float 2s ease-in-out infinite;
}

/* ══════════════════════════════════════
   STATS BAR (new element)
══════════════════════════════════════ */
.emp-stats-bar {
  background: var(--green-dark);
  padding: 0 8vw;
  position: relative;
  overflow: hidden;
}

.emp-stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(201,168,76,0.08) 0%, transparent 50%, rgba(201,168,76,0.08) 100%);
}

.emp-stats-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.emp-stat-item {
  flex: 1;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid rgba(255,255,255,0.07);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.emp-stat-item:last-child { border-right: none; }

.emp-stat-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--yellow);
  transition: var(--transition);
}

.emp-stat-item:hover::after { width: 100%; }

.emp-stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--yellow);
  line-height: 1;
}

.emp-stat-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ══════════════════════════════════════
   DETAILS SECTION
══════════════════════════════════════ */
.emp-details-section {
  padding: 120px 8vw;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}

/* Background decorative element */
.emp-details-section::before {
  content: 'ALOTEAR';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Playfair Display', serif;
  font-size: clamp(100px, 16vw, 240px);
  font-weight: 900;
  color: rgba(26, 58, 42, 0.03);
  letter-spacing: -0.02em;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.emp-details-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 80px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.emp-desc {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 0.9s ease 0.2s forwards;
}

/* Section badge */
.emp-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.emp-section-badge span {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-mid);
}

.emp-section-badge::before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: var(--yellow);
}

.emp-desc h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--green-dark);
  margin-bottom: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.emp-desc h2 em {
  font-style: italic;
  color: var(--green-mid);
}

.emp-desc p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-mid);
  margin-bottom: 40px;
}

/* Features — redesigned as horizontal cards */
.emp-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}

.emp-feature {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  background: white;
  padding: 20px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(26, 58, 42, 0.07);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.emp-feature::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--yellow);
  transform: scaleY(0);
  transition: var(--transition);
}

.emp-feature:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(201, 168, 76, 0.2);
}

.emp-feature:hover::before {
  transform: scaleY(1);
}

.feature-icon-wrapper {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(26, 58, 42, 0.25);
  transition: var(--transition);
}

.emp-feature:hover .feature-icon-wrapper {
  background: linear-gradient(135deg, var(--yellow), var(--yellow-light));
  box-shadow: 0 6px 16px rgba(201, 168, 76, 0.35);
}

.feature-icon-wrapper svg {
  width: 20px;
  height: 20px;
  color: white;
}

/* ─── ACTION CARD ─── */
.emp-action-card {
  position: sticky;
  top: 120px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 0.9s ease 0.4s forwards;
  background: var(--green-dark);
  padding: 48px 40px;
  border-radius: var(--radius-xl);
  text-align: center;
  color: white;
  box-shadow:
    var(--shadow-lg),
    inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden;
}

/* Decorative circles inside card */
.emp-action-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.08);
  pointer-events: none;
}

.emp-action-card::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.05);
  pointer-events: none;
}

.emp-action-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.3);
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.emp-action-card-badge span {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--yellow-light);
}

.emp-action-card-badge::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  animation: pulseGlow 2s ease infinite;
}

.emp-action-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--white);
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.emp-action-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 36px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #25D366, #1ebe57);
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  padding: 18px 32px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  transition: var(--transition);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
  width: 100%;
  position: relative;
  z-index: 1;
  letter-spacing: 0.01em;
}

.btn-whatsapp:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.45);
  background: linear-gradient(135deg, #2de672, #25D366);
}

/* Divider inside card */
.card-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 28px 0;
  position: relative;
  z-index: 1;
}

/* Contact details inside card */
.card-contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.card-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.card-contact-row svg {
  width: 16px;
  height: 16px;
  color: var(--yellow);
  flex-shrink: 0;
}

.card-contact-row span {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}

/* ══════════════════════════════════════
   HIGHLIGHTS / DIFFERENTIALS (new section)
══════════════════════════════════════ */
.emp-highlights-section {
  padding: 120px 8vw;
  background: var(--green-dark);
  position: relative;
  overflow: hidden;
}

/* Geometric decoration */
.emp-highlights-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.08);
  pointer-events: none;
}

.emp-highlights-section::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.06);
  pointer-events: none;
}

.emp-highlights-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.emp-highlights-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  color: white;
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 420px;
}

.emp-highlights-header h2 em {
  font-style: italic;
  color: var(--yellow-light);
}

.emp-highlights-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.45);
  max-width: 320px;
  line-height: 1.7;
  text-align: right;
}

.emp-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.emp-highlight-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  cursor: default;
}

.emp-highlight-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, transparent 60%);
  opacity: 0;
  transition: var(--transition);
}

.emp-highlight-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(201, 168, 76, 0.25);
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.3);
}

.emp-highlight-card:hover::before { opacity: 1; }

.highlight-number {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--yellow);
  opacity: 0.6;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}

.highlight-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(201,168,76,0.05));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: var(--transition);
  border: 1px solid rgba(201,168,76,0.15);
}

.emp-highlight-card:hover .highlight-icon {
  background: linear-gradient(135deg, rgba(201,168,76,0.35), rgba(201,168,76,0.1));
}

.highlight-icon svg {
  width: 24px;
  height: 24px;
  color: var(--yellow);
}

.emp-highlight-card h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: white;
  margin-bottom: 12px;
  line-height: 1.3;
}

.emp-highlight-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}

/* ══════════════════════════════════════
   GALLERY SECTION
══════════════════════════════════════ */
.emp-gallery-section {
  padding: 120px 8vw;
  background: var(--off-white);
  overflow: hidden;
  position: relative;
}

.emp-gallery-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--yellow), var(--green-mid), var(--yellow));
  background-size: 200% 100%;
  animation: gradientShift 4s ease infinite;
}

.emp-gallery-header {
  text-align: center;
  margin-bottom: 56px;
}

.emp-gallery-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  color: var(--green-dark);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.emp-gallery-header h2 em {
  font-style: italic;
  color: var(--green-mid);
}

.section-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--text-light);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.emp-swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow:
    var(--shadow-lg),
    0 0 0 1px rgba(26, 58, 42, 0.06);
  position: relative;
}

.emp-swiper::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,0.5);
  z-index: 10;
  pointer-events: none;
}

.emp-swiper .swiper-slide img,
.emp-swiper .swiper-slide video,
.emp-swiper .swiper-slide iframe {
  width: 100%;
  height: 580px;
  object-fit: cover;
  transition: transform 0.6s ease;
  border: none;
}

.emp-swiper .swiper-slide:hover img {
  transform: scale(1.02);
}

/* Slide caption overlay */
.swiper-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(10,25,15,0.8) 0%, transparent 100%);
  padding: 48px 40px 32px;
  z-index: 5;
}

.swiper-slide-caption span {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.emp-swiper .swiper-button-next,
.emp-swiper .swiper-button-prev {
  color: white;
  background: rgba(26, 58, 42, 0.6);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  transition: var(--transition);
}

.emp-swiper .swiper-button-next:hover,
.emp-swiper .swiper-button-prev:hover {
  background: var(--green-dark);
  border-color: var(--yellow);
  transform: scale(1.08);
}

.emp-swiper .swiper-button-next:after,
.emp-swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
}

.emp-swiper .swiper-pagination-bullet {
  background: rgba(255,255,255,0.5);
  width: 6px;
  height: 6px;
}

.emp-swiper .swiper-pagination-bullet-active {
  background: var(--yellow);
  width: 24px;
  border-radius: 3px;
}

/* Gallery thumbnails row */
.emp-gallery-thumbs {
  display: flex;
  gap: 12px;
  max-width: 1200px;
  margin: 20px auto 0;
  overflow-x: auto;
  padding-bottom: 4px;
}

.emp-gallery-thumbs::-webkit-scrollbar { display: none; }

/* ══════════════════════════════════════
   MAP SECTION
══════════════════════════════════════ */
.emp-map-section {
  padding: 120px 8vw;
  background: var(--cream);
  position: relative;
}

.emp-map-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
  text-align: center;
}

.emp-map-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  color: var(--green-dark);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.emp-map-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.emp-map-container {
  width: 100%;
  height: 520px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  position: relative;
}

/* Decorative border glow */
.emp-map-container::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-xl) + 1px);
  background: linear-gradient(135deg, var(--yellow), var(--green-mid), var(--yellow));
  z-index: -1;
  opacity: 0.3;
}

.emp-map-container:hover {
  box-shadow: 0 32px 80px rgba(0,0,0,0.18);
  transform: translateY(-4px);
}

.emp-map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Map location badge */
.emp-map-badge {
  position: absolute;
  top: -20px;
  left: 40px;
  background: var(--green-dark);
  color: white;
  padding: 12px 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-md);
  z-index: 10;
}

.emp-map-badge svg {
  width: 16px;
  height: 16px;
  color: var(--yellow);
}

.emp-map-badge span {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
}

/* ══════════════════════════════════════
   CTA SECTION (new)
══════════════════════════════════════ */
.emp-cta-section {
  padding: 100px 8vw;
  background: var(--green-dark);
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Animated background */
.emp-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(201,168,76,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 20% 50%, rgba(74,144,104,0.1) 0%, transparent 60%);
}

.emp-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.emp-cta-inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  color: white;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.emp-cta-inner h2 em {
  font-style: italic;
  color: var(--yellow-light);
}

.emp-cta-inner p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 48px;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--yellow);
  color: var(--green-dark);
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  padding: 20px 48px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: var(--transition);
  box-shadow: 0 12px 36px rgba(201,168,76,0.35);
}

.btn-cta-primary:hover {
  background: var(--yellow-light);
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 20px 50px rgba(201,168,76,0.45);
}

/* ══════════════════════════════════════
   SECTION LABELS (shared utility)
══════════════════════════════════════ */
.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-mid);
}

.section-label::before,
.section-label::after {
  content: '';
  display: block;
  height: 1px;
  width: 28px;
  background: var(--yellow);
  opacity: 0.7;
}

/* ══════════════════════════════════════
   FOOTER (enhanced)
══════════════════════════════════════ */
footer {
  background: #0f1f15;
  position: relative;
  overflow: hidden;
  z-index: 1; /* For stacking contexts against watermark */
}

footer::after {
  content: 'ALOTEAR';
  position: absolute;
  bottom: -4vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Playfair Display', serif;
  font-size: clamp(120px, 20vw, 300px);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.02);
  letter-spacing: -0.02em;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: -1;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.4), transparent);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  padding: 80px 8vw 60px;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-logo { margin-bottom: 20px; }
.footer-logo .logo-img { height: 42px; width: auto; }

.footer-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.35);
  line-height: 1.7;
  max-width: 260px;
  font-style: italic;
}

.footer-col h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 24px;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }

.footer-col ul li a {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: var(--transition);
}

.footer-col ul li a:hover {
  color: white;
  padding-left: 6px;
}

.footer-bottom {
  padding: 24px 8vw;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom span {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.25);
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1024px) {
  .emp-details-grid { grid-template-columns: 1fr; gap: 48px; }
  .emp-action-card { position: static; }
  .emp-highlights-grid { grid-template-columns: 1fr 1fr; }
  .emp-highlights-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .emp-highlights-desc { text-align: left; }
  .emp-stats-inner { flex-wrap: wrap; }
  .emp-stat-item { flex: 1 1 40%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .emp-page-hero { height: 85vh; padding: 0 6vw 64px; }
  .emp-page-title { font-size: 44px; }
  .emp-highlights-grid { grid-template-columns: 1fr; }
  .emp-swiper .swiper-slide img { height: 380px; }
  .emp-map-container { height: 380px; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .emp-details-section::before { display: none; }
  .emp-stat-item { flex: 1 1 100%; }
  
  /* Refinements for better mobile presentation */
  .footer-bottom { flex-direction: column; text-align: center; gap: 16px; justify-content: center; }
  .emp-action-card { padding: 36px 24px; }
  .emp-map-badge { left: 20px; padding: 10px 18px; }
  .swiper-slide-caption { padding: 32px 24px 24px; }
  .emp-swiper .swiper-button-next,
  .emp-swiper .swiper-button-prev { width: 44px; height: 44px; }
  .emp-swiper .swiper-button-next:after,
  .emp-swiper .swiper-button-prev:after { font-size: 14px; }
}

@media (max-width: 480px) {
  .emp-page-title { font-size: 36px; }
  .emp-details-section,
  .emp-gallery-section,
  .emp-map-section,
  .emp-highlights-section,
  .emp-cta-section { padding: 60px 5vw; }
  
  .emp-page-tags { gap: 8px; }
  .emp-page-tag { font-size: 11px; padding: 8px 14px; }
  .emp-stat-item { padding: 28px 24px; }
  .emp-stat-number { font-size: 32px; }
  .emp-desc h2 { font-size: 28px; }
  .emp-feature { padding: 16px 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .emp-highlight-card { padding: 32px 24px; }
}