/* ─── INTRO ──────────────────────────────────────────────────── */

.ev-intro {
  padding: 140px 0 70px;
}

.ev-tagline {
  font-size: 0.88rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6a7d8a;
  margin: 0.4rem 0 2rem;
}

.ev-opening {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #3a5160;
  font-style: italic;
  margin: 0;
  line-height: 1.3;
}

/* ─── IMAGE SLOTS ────────────────────────────────────────────── */

.ev-image {
  padding: 0 0 80px;
}

.ev-placeholder {
  min-height: 480px;
  background: rgba(36, 55, 70, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ev-placeholder::after {
  content: 'Image coming soon';
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(36, 55, 70, 0.25);
}

/* ─── TEXT SECTIONS ──────────────────────────────────────────── */

.ev-section {
  padding: 90px 0;
  position: relative;
}

.ev-section::before {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: rgba(36, 55, 70, 0.07);
}

.ev-text {
  max-width: 560px;
  margin: 2rem auto 0;
  text-align: center;
}

.ev-text p {
  font-size: 1rem;
  line-height: 1.9;
  color: #3a5160;
  margin: 0 0 1.4rem;
}

.ev-statement {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  color: #243746;
  line-height: 1.35;
  margin-top: 2rem;
  border-top: 1px solid rgba(36, 55, 70, 0.08);
  padding-top: 1.6rem;
}

/* ─── CTA ────────────────────────────────────────────────────── */

.ev-cta {
  padding: 90px 0 140px;
  text-align: center;
  position: relative;
}

.ev-cta::before {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: rgba(36, 55, 70, 0.07);
}

.ev-cta-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #243746;
  line-height: 1.2;
  margin: 0 0 1.2rem;
}

.ev-cta-sub {
  font-size: 1rem;
  line-height: 1.8;
  color: #6a7d8a;
  max-width: 440px;
  margin: 0 auto 2.6rem;
}

.ev-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  border: 1px solid rgba(36, 55, 70, 0.5);
  border-radius: 999px;
  color: #243746;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.ev-cta-button:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

/* ─── RESPONSIVE ─────────────────────────────────────────────── */

@media (max-width: 720px) {
  .ev-intro {
    padding: 120px 0 50px;
  }

  .ev-section,
  .ev-cta {
    padding: 70px 0;
  }

  .ev-placeholder {
    min-height: 300px;
  }
}
