/* ════════════════════════════════════════════════════
   VDW · SERVICES PAGE STYLES
   Depends on: main.css (design tokens, base components)
   ════════════════════════════════════════════════════ */

/* ── Ensure hidden attribute always hides ── */
[hidden] { display: none !important; }

/* ── Active nav link indicator ── */
.nav-current {
  color: var(--gold-light) !important;
}
.nav-current::after {
  transform: scaleX(1) !important;
}

/* ── Scroll margin for sticky nav offset ── */
#overview, #wedding-planning, #guest-travel,
#site-tours, #pricing, #romance-travel, #faq, #begin {
  scroll-margin-top: 128px;
}

/* ════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════ */
.svc-hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--oyster);
  background: var(--jungle);
}

.svc-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  background: var(--jungle) url('../images/services/destination-wedding-services-mexico-hero.avif') center 30% / cover no-repeat;
  will-change: transform;
  transform: scale(1.06);
}

.svc-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(26,46,37,0.60) 0%, rgba(26,46,37,0.12) 70%),
    linear-gradient(180deg, rgba(26,46,37,0.18) 0%, rgba(26,46,37,0.88) 100%);
  z-index: 2;
}

.svc-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 900px;
  width: 100%;
  padding: 0 clamp(20px, 5vw, 48px);
}

.svc-hero-eyebrow {
  font-size: clamp(8px, 1.4vw, 10px);
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  margin-bottom: 32px;
}

.svc-hero-h1 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 6.5vw, 6rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: var(--oyster);
  text-shadow: 0 4px 24px rgba(0,0,0,0.45);
  margin-bottom: 40px;
}

.svc-hero-line { display: block; }
.svc-hero-h1 em { color: var(--gold-light); font-style: italic; font-weight: 300; }

.svc-hero-sub {
  font-size: clamp(13px, 1.6vw, 15px);
  line-height: 1.9;
  color: rgba(249,248,246,0.80);
  max-width: 560px;
  margin: 0 auto 48px;
}

.svc-hero-ctas {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .svc-hero-ctas { gap: 20px; }
}

/* ════════════════════════════════════════════════════
   INTERNAL STICKY NAV
   ════════════════════════════════════════════════════ */
.svc-nav {
  position: sticky;
  top: 68px;
  z-index: 50;
  background: var(--jungle);
  border-bottom: 1px solid rgba(184,150,12,0.22);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.svc-nav::-webkit-scrollbar { display: none; }

.svc-nav-inner {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 clamp(20px, 4vw, 48px);
  white-space: nowrap;
  max-width: 1320px;
  margin: 0 auto;
}

.svc-nav-link {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(249,248,246,0.55);
  padding: 16px 18px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.4s ease, border-color 0.4s ease;
  flex-shrink: 0;
}

.svc-nav-link:hover { color: var(--gold-light); }

.svc-nav-link.is-active {
  color: var(--gold-light);
  border-bottom-color: var(--gold-light);
}

.svc-nav-cta {
  margin-left: auto;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-light);
  padding: 16px 0 16px 24px;
  text-decoration: none;
  flex-shrink: 0;
  transition: color 0.4s ease, letter-spacing 0.4s ease;
}
.svc-nav-cta:hover { letter-spacing: 0.3em; }

@media (max-width: 980px) {
  .svc-nav { top: 60px; }
  .svc-nav-cta { margin-left: 12px; }
}

/* ════════════════════════════════════════════════════
   OVERVIEW
   ════════════════════════════════════════════════════ */
.svc-overview {
  padding: clamp(80px, 12vw, 140px) 0;
  background: var(--oyster);
}

.svc-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 88px);
  align-items: start;
}

@media (max-width: 900px) {
  .svc-overview-grid { grid-template-columns: 1fr; gap: 52px; }
}

.svc-overview-h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--jungle);
  margin: 24px 0 32px;
}
.svc-overview-h2 em { color: var(--gold); font-style: italic; font-weight: 400; }

.svc-overview-body {
  font-size: clamp(13px, 1.4vw, 14.5px);
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 20px;
}

/* Overview pillars column */
.svc-overview-pillars {
  border-top: 1px solid rgba(184,150,12,0.2);
  margin-top: 16px;
}

.svc-pillar-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(184,150,12,0.15);
  align-items: start;
}

.svc-pillar-num {
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--gold);
  font-style: italic;
  margin-top: 2px;
}

.svc-pillar-title {
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: var(--jungle);
  font-weight: 400;
  margin-bottom: 6px;
}

.svc-pillar-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}

/* ════════════════════════════════════════════════════
   WEDDING SERVICES — SECTION HEADER
   ════════════════════════════════════════════════════ */
.svc-section-header {
  padding: clamp(64px, 10vw, 110px) 0 clamp(32px, 4vw, 48px);
  background: var(--sand);
}

/* ════════════════════════════════════════════════════
   SERVICE CARDS (split layout)
   ════════════════════════════════════════════════════ */
.svc-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(560px, 70vw, 760px);
  background: var(--sand);
}

.svc-service--alt {
  direction: rtl;
}
.svc-service--alt > * { direction: ltr; }

/* Image half */
.svc-service-media {
  position: relative;
  overflow: hidden;
  max-height: 75vh;
}

.svc-service-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  transition: transform 1.8s var(--ease);
  will-change: transform;
}
.svc-service:hover .svc-service-img { transform: scale(1.04); }

.svc-img-01 { background-image: url('../images/services/full-service-wedding-vdw.jpg'); background-color: var(--jungle-mid); }
.svc-img-02 { background-image: url('../images/services/guest-travel-managment.avif'); background-color: var(--jungle-mid); }
.svc-img-03 { background-image: url('../images/services/site-venue-inspection.avif'); background-color: var(--jungle-mid); }

/* Content half */
.svc-service-content {
  padding: clamp(40px, 5vw, 72px) clamp(28px, 4vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--sand);
}

.svc-service-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 20px;
}

.svc-service-num {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  color: var(--gold);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  flex-shrink: 0;
}

.svc-service-label {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.svc-service-title {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
  font-weight: 300;
  color: var(--jungle);
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

.svc-service-lead {
  font-size: clamp(13px, 1.4vw, 14px);
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 28px;
}

/* ── Tabs ── */
.svc-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(184,150,12,0.25);
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.svc-tab {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 10px 18px 10px 0;
  margin-right: 24px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: color 0.35s ease, border-color 0.35s ease;
  white-space: nowrap;
}

.svc-tab:hover { color: var(--jungle); }

.svc-tab.is-active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* ── Tab Panels ── */
.svc-panels {
  min-height: 180px;
  flex: 1;
}

.svc-panel {
  animation: panelFade 0.35s ease;
}

@keyframes panelFade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.svc-panel p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 16px;
}

/* ── Lists ── */
.svc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.svc-list li {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  padding: 6px 0 6px 20px;
  border-bottom: 1px solid rgba(184,150,12,0.1);
  position: relative;
}

.svc-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 11px;
  top: 7px;
}

.svc-note {
  font-size: 11px !important;
  color: rgba(107,107,95,0.7) !important;
  font-style: italic;
  border-top: 1px solid rgba(184,150,12,0.12);
  padding-top: 12px;
  margin-top: 8px;
}

/* ── Process Timeline ── */
.svc-process {
  list-style: none;
  padding: 0;
  margin: 0;
}

.svc-step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(184,150,12,0.12);
  align-items: start;
}

.svc-step-num {
  width: 28px;
  height: 28px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 12px;
  color: var(--gold);
  font-style: italic;
  flex-shrink: 0;
  margin-top: 2px;
}

.svc-step-title {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--jungle);
  font-weight: 400;
  margin-bottom: 4px;
}

.svc-step p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

/* ── Site Tour Investment ── */
.svc-tour-investment {
  padding: 20px 0;
}

.svc-tour-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.svc-tour-amount {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: var(--jungle);
  font-weight: 300;
}

.svc-tour-currency {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold);
  font-weight: 600;
  text-transform: uppercase;
}

/* ── Service CTAs ── */
.svc-service-ctas {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.svc-credit-note {
  font-family: var(--serif);
  font-size: 12px;
  font-style: italic;
  color: var(--gold);
}

/* Responsive: stack on tablet/mobile */
@media (max-width: 900px) {
  .svc-service {
    grid-template-columns: 1fr;
    direction: ltr;
    min-height: auto;
  }
  .svc-service-media {
    height: clamp(260px, 55vw, 420px);
    position: relative;
  }
  .svc-service-img { position: absolute; inset: 0; }
  .svc-service-content { padding: clamp(32px, 6vw, 56px) clamp(20px, 5vw, 40px); }
}

/* ════════════════════════════════════════════════════
   PRICING
   ════════════════════════════════════════════════════ */
.svc-pricing {
  padding: clamp(80px, 12vw, 140px) 0;
  background: var(--jungle);
  color: var(--oyster);
}

.svc-pricing .section-h2 { color: var(--oyster); }
.svc-pricing .section-h2 em { color: var(--gold-light); }
.svc-pricing .section-sub { color: rgba(249,248,246,0.6); }

.svc-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.5vw, 18px);
  margin-bottom: clamp(40px, 5vw, 60px);
}

@media (max-width: 900px)  { .svc-price-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .svc-price-grid { grid-template-columns: 1fr; } }

.svc-price-card {
  position: relative;
  padding: clamp(28px, 3.5vw, 44px) clamp(20px, 2.5vw, 32px);
  border: 1px solid rgba(184,150,12,0.22);
  text-align: center;
  transition: border-color 0.5s var(--ease), transform 0.5s var(--ease);
}

.svc-price-card:hover {
  border-color: rgba(212,174,48,0.55);
  transform: translateY(-4px);
}

.svc-price-card--featured {
  border-color: var(--gold);
  background: rgba(184,150,12,0.06);
}

.svc-price-badge {
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

.svc-price-tier {
  font-family: var(--serif);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  color: var(--oyster);
  font-weight: 300;
  font-style: italic;
  margin-bottom: 6px;
}

.svc-price-guests {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.18em;
  color: rgba(249,248,246,0.5);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.svc-price-amount {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  color: var(--gold-light);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 4px;
}

.svc-price-usd {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.22em;
  color: rgba(249,248,246,0.4);
  text-transform: uppercase;
}

.svc-pricing-note {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  border-top: 1px solid rgba(184,150,12,0.2);
  padding-top: clamp(32px, 4vw, 48px);
}

.svc-pricing-note p {
  font-size: 13px;
  color: rgba(249,248,246,0.58);
  line-height: 1.85;
  margin-bottom: 28px;
}

/* ════════════════════════════════════════════════════
   ROMANCE TRAVEL
   ════════════════════════════════════════════════════ */
.svc-romance-section {
  padding: clamp(80px, 12vw, 140px) 0;
  background: var(--oyster);
}

.svc-romance-section .section-h2 em { color: var(--gold); }

.svc-romance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.2vw, 16px);
  padding: 0 clamp(20px, 4vw, 48px);
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 700px) { .svc-romance-grid { grid-template-columns: 1fr; } }

/* Card */
.svc-romance-card {
  position: relative;
  overflow: hidden;
  background: var(--jungle-mid);
  min-height: clamp(420px, 48vw, 600px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.svc-romance-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.8s var(--ease);
  will-change: transform;
  z-index: 0;
  background-color: var(--jungle-mid);
}
.svc-romance-card:hover .svc-romance-bg { transform: scale(1.06); }

.svc-rbg-honeymoon  { background-image: url('../images/services/honey-moon-mini-moon.jpg'); }
.svc-rbg-elopement  { background-image: url('../images/services/elopements-intimate-vdw.jpg'); }
.svc-rbg-renewal    { background-image: url('../images/services/vow-renewal-cancun.jpg'); }
.svc-rbg-babymoon   { background-image: url('../images/services/baby-moon-tulum-vdw.jpg'); }

.svc-romance-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(15,28,22,0.08) 0%,
    rgba(15,28,22,0.45) 45%,
    rgba(15,28,22,0.93) 100%);
  z-index: 1;
  transition: background 0.7s var(--ease);
}
.svc-romance-card:hover .svc-romance-veil {
  background: linear-gradient(180deg,
    rgba(15,28,22,0.22) 0%,
    rgba(15,28,22,0.58) 40%,
    rgba(15,28,22,0.97) 100%);
}

/* Gold top-line on hover */
.svc-romance-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0;
  height: 2px;
  background: var(--gold-light);
  transition: width 0.8s var(--ease);
  z-index: 3;
}
.svc-romance-card:hover::before { width: 100%; }

/* Body content */
.svc-romance-body {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 3vw, 40px) clamp(24px, 3vw, 40px) clamp(28px, 3.5vw, 44px);
  color: var(--oyster);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-romance-num {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  color: var(--gold-light);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  opacity: 0.85;
}

.svc-romance-title {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 300;
  color: var(--oyster);
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.svc-romance-tagline {
  font-family: var(--serif);
  font-size: clamp(13px, 1.4vw, 15px);
  color: var(--gold-light);
  line-height: 1.4;
  font-style: italic;
  margin: 0;
}

.svc-romance-lead {
  font-size: 13px;
  color: rgba(249,248,246,0.72);
  line-height: 1.8;
  margin: 0;
}

/* Expandable detail panel */
.svc-romance-detail {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.65s var(--ease), opacity 0.5s ease;
  opacity: 0;
}

.svc-romance-detail.is-open {
  max-height: 640px;
  opacity: 1;
}

.svc-romance-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 20px;
}

.svc-romance-list li {
  font-size: 12px;
  color: rgba(249,248,246,0.70);
  line-height: 1.7;
  padding: 5px 0 5px 18px;
  border-bottom: 1px solid rgba(212,174,48,0.12);
  position: relative;
}

.svc-romance-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold-light);
  font-size: 10px;
  top: 6px;
}

.svc-romance-btn {
  align-self: flex-start;
  margin-top: 4px;
}

/* Toggle button */
.svc-romance-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  border-top: 1px solid rgba(212,174,48,0.25);
  padding: 12px 0 0;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-light);
  cursor: pointer;
  transition: letter-spacing 0.4s ease, color 0.4s ease;
  width: 100%;
  justify-content: space-between;
}
.svc-romance-toggle:hover { letter-spacing: 0.3em; }

.toggle-icon {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.4s var(--ease);
  color: var(--gold-light);
}

.svc-romance-toggle[aria-expanded="true"] .toggle-icon { transform: rotate(45deg); }

/* Focus state for accessibility */
.svc-romance-toggle:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}

/* ════════════════════════════════════════════════════
   FAQ
   ════════════════════════════════════════════════════ */
.svc-faq {
  padding: clamp(80px, 12vw, 140px) 0;
  background: var(--sand);
}

.svc-faq .section-h2 em { color: var(--gold); }

.svc-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.svc-faq-item {
  border-bottom: 1px solid rgba(184,150,12,0.18);
}

.svc-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 300;
  color: var(--jungle);
  line-height: 1.4;
  transition: color 0.4s ease;
}
.svc-faq-q:hover { color: var(--gold); }

.svc-faq-q:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.svc-faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(184,150,12,0.4);
  border-radius: 50%;
  position: relative;
  transition: border-color 0.4s ease, transform 0.4s var(--ease), background 0.4s ease;
}

.svc-faq-icon::before,
.svc-faq-icon::after {
  content: '';
  position: absolute;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.4s var(--ease), opacity 0.4s ease;
}

.svc-faq-icon::before { width: 8px; height: 1px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.svc-faq-icon::after  { width: 1px; height: 8px; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.svc-faq-q[aria-expanded="true"] .svc-faq-icon {
  background: var(--gold);
  border-color: var(--gold);
}
.svc-faq-q[aria-expanded="true"] .svc-faq-icon::before,
.svc-faq-q[aria-expanded="true"] .svc-faq-icon::after { background: var(--jungle); }
.svc-faq-q[aria-expanded="true"] .svc-faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.svc-faq-a {
  padding-bottom: 22px;
  animation: panelFade 0.35s ease;
}

.svc-faq-a p {
  font-size: clamp(13px, 1.3vw, 14px);
  color: var(--muted);
  line-height: 1.9;
}

/* ════════════════════════════════════════════════════
   FINAL CTA
   ════════════════════════════════════════════════════ */
.svc-cta-final {
  position: relative;
  padding: clamp(100px, 15vw, 200px) 0;
  background: var(--jungle);
  color: var(--oyster);
  text-align: center;
  overflow: hidden;
}

.svc-cta-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15,28,22,0.18), rgba(15,28,22,0)),
    radial-gradient(circle at 30% 40%, rgba(184,150,12,0.08), transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(47,80,64,0.5), transparent 55%);
}

.svc-cta-bg::before, .svc-cta-bg::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  background: rgba(184,150,12,0.5);
  transform: translateX(-50%);
}
.svc-cta-bg::before { top: 0; height: 80px; }
.svc-cta-bg::after  { bottom: 0; height: 80px; }

.svc-cta-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 40px);
}

.svc-cta-content .label {
  display: block;
  margin-bottom: 36px;
  color: var(--gold-light);
}

.svc-cta-h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.6vw, 3.8rem);
  font-weight: 300;
  line-height: 1.12;
  color: var(--oyster);
  margin-bottom: 44px;
}
.svc-cta-h2 em { color: var(--gold-light); font-style: italic; }

.svc-cta-body {
  font-size: clamp(13px, 1.5vw, 14.5px);
  line-height: 1.9;
  color: rgba(249,248,246,0.72);
  max-width: 580px;
  margin: 0 auto 52px;
}

.svc-cta-trust {
  margin-top: 36px;
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
  color: var(--gold);
}

/* ════════════════════════════════════════════════════
   REDUCED MOTION
   ════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .svc-romance-bg,
  .svc-service-img     { transition: none !important; }
  .svc-romance-detail  { transition: none !important; }
  .svc-faq-icon        { transition: none !important; }
  @keyframes panelFade { from {} to {} }
}
