/* ═══════════════════════════════════════════════════════════════════
   SERVICE PAGE — additive styles on top of /styles.css
   Owns: .svc-hero, .svc-body, .svc-faq, .svc-cta, .svc-crumb
   Inherits the global :root tokens, .nav, .footer, .site-nap, .btn-*
   ═══════════════════════════════════════════════════════════════════ */

/* ── Breadcrumb eyebrow ───────────────────────────────────────────── */
.svc-crumb {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.svc-crumb a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.18s ease;
}
.svc-crumb a:hover { color: var(--accent); }
.svc-crumb span[aria-current="page"] { color: var(--accent); }
.svc-crumb span[aria-hidden="true"] { opacity: 0.4; }

/* ── Hero ─────────────────────────────────────────────────────────── */
.svc-hero {
  padding: clamp(96px, 12vw, 160px) var(--side-pad) clamp(56px, 8vw, 96px);
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.svc-hero__inner {
  max-width: 920px;
  margin: 0 auto;
}
.svc-h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--white);
  margin: 0 0 18px;
  max-width: 22ch;
}
.svc-usp {
  font-family: var(--font-body);
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 28px;
  max-width: 60ch;
  line-height: 1.5;
}
.svc-lede {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 300;
  line-height: 1.55;
  color: var(--text-secondary);
  max-width: 62ch;
  margin: 0 0 36px;
}
.svc-hero__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── Body (engine-generated article HTML) ─────────────────────────── */
.svc-body {
  padding: clamp(56px, 8vw, 96px) var(--side-pad);
}
.svc-body__inner {
  max-width: 760px;
  margin: 0 auto;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-secondary);
}
.svc-body__inner h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.15;
  color: var(--white);
  letter-spacing: -0.01em;
  margin: 64px 0 20px;
}
.svc-body__inner h2:first-child { margin-top: 0; }
.svc-body__inner h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--white);
  margin: 40px 0 14px;
}
.svc-body__inner p { margin: 0 0 20px; }
.svc-body__inner ul,
.svc-body__inner ol { margin: 0 0 24px; padding-left: 24px; }
.svc-body__inner li { margin-bottom: 8px; }
.svc-body__inner strong { color: var(--white); font-weight: 600; }
.svc-body__inner em { font-style: italic; color: var(--white); }
.svc-body__inner a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 169, 110, 0.4);
  transition: border-color 0.18s ease;
}
.svc-body__inner a:hover { border-bottom-color: var(--accent); }
.svc-body__inner blockquote {
  margin: 32px 0;
  padding: 4px 0 4px 24px;
  border-left: 2px solid var(--accent);
  font-style: italic;
  color: var(--white);
}
.svc-body__inner img,
.svc-body__inner picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 32px auto;
  border-radius: 2px;
}
.svc-body__inner figcaption {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  margin-top: -16px;
  margin-bottom: 32px;
}

/* ── FAQ ──────────────────────────────────────────────────────────── */
.svc-faq {
  padding: clamp(64px, 8vw, 96px) var(--side-pad);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.015);
}
.svc-faq__inner {
  max-width: 800px;
  margin: 0 auto;
}
.svc-faq__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.15;
  color: var(--white);
  letter-spacing: -0.01em;
  margin: 0 0 36px;
  text-align: center;
}
.svc-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.svc-faq__item {
  border-top: 1px solid var(--border);
  padding: 24px 0;
}
.svc-faq__item:last-child { border-bottom: 1px solid var(--border); }
.svc-faq__item summary {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 500;
  line-height: 1.3;
  color: var(--white);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: color 0.18s ease;
}
.svc-faq__item summary::-webkit-details-marker { display: none; }
.svc-faq__item summary::after {
  content: '+';
  margin-left: auto;
  font-size: 24px;
  font-weight: 300;
  color: var(--accent);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.svc-faq__item[open] summary::after { transform: rotate(45deg); }
.svc-faq__item summary:hover { color: var(--accent); }
.svc-faq__answer {
  margin: 14px 0 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-secondary);
  max-width: 64ch;
}

/* ── CTA ──────────────────────────────────────────────────────────── */
.svc-cta {
  padding: clamp(80px, 10vw, 128px) var(--side-pad);
  text-align: center;
}
.svc-cta__inner {
  max-width: 720px;
  margin: 0 auto;
}
.svc-cta__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--white);
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}
.svc-cta__sub {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 300;
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0 0 36px;
}
.svc-cta__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
