/* 2xN — Services page additions (loads after styles.css) */

/* ===========================================================
   SERVICES HERO (editorial, about-hero style + nav chips)
   =========================================================== */
.svc-hero__inner { padding-block: 76px 88px; }
/* full container width so the one-line chip row never clips */
.svc-hero__lead { max-width: 100%; }
.svc-hero__h1 { max-width: 18ch; }
.svc-hero__h1 {
  font-size: clamp(44px, 5.6vw, 74px);
  line-height: 1.03;
  margin-bottom: 28px;
}
.svc-hero__deck {
  font-size: 18px;
  line-height: 1.7;
  max-width: 64ch;
  margin-bottom: 36px;
}
.svc-hero__deck strong { color: #fff; font-weight: 600; }

/* anchor chips → jump to each service */
.svc-jump {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 4px;
  overflow-x: auto;
  /* room so the hover lift (translateY) isn't clipped by the scroll container */
  padding-top: 8px;
  padding-bottom: 10px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.svc-jump__chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 9px 16px 9px 11px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.svc-jump__chip:hover {
  background: rgba(168, 85, 247, 0.12);
  border-color: rgba(168, 85, 247, 0.45);
  transform: translateY(-2px);
}
.svc-jump__ic {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: rgba(168, 85, 247, 0.18);
  color: var(--purple-bright);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.svc-jump__ic svg { width: 16px; height: 16px; }
.svc-jump__n {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 11px;
  color: var(--text-on-dark-muted);
}

@media (max-width: 640px) {
  .svc-hero__inner { padding-block: 40px 60px; }
  .svc-hero__deck { font-size: 16px; }
}

/* ===========================================================
   SERVICE DETAIL BLOCK (uses .section__grid scaffold)
   =========================================================== */
.svc-detail { scroll-margin-top: 90px; }

.svc-detail__num {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin: 0 0 22px;
  color: var(--purple);
}
.svc-detail__icon {
  width: 60px; height: 60px;
  border-radius: 14px;
  background: var(--icon-tile);
  color: var(--purple-deep);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.svc-detail__icon svg { width: 30px; height: 30px; }
.section--dark .svc-detail__icon {
  background: rgba(168, 85, 247, 0.14);
  color: var(--purple-bright);
}

/* tagline acts as the section title */
.svc-detail .section__title { letter-spacing: -0.02em; }
.section--dark .svc-detail .section__title { color: #fff; }
.section--light .svc-detail .section__title { color: var(--text-on-light); }

/* body column */
.svc-detail__body { max-width: 64ch; }
.svc-detail__body p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 22px;
}
.section--light .svc-detail__body p { color: var(--text-on-light-muted); }
.section--dark  .svc-detail__body p { color: var(--text-on-dark-muted); }
.svc-detail__body p strong { font-weight: 600; }
.section--light .svc-detail__body p strong { color: var(--text-on-light); }
.section--dark  .svc-detail__body p strong { color: #fff; }

/* "What's included" panel */
.svc-incl {
  margin: 30px 0;
  padding: 28px 30px;
  border-radius: var(--radius-lg);
  background: var(--card-light);
  border: 1px solid var(--border-light);
}
.section--dark .svc-incl {
  background: var(--bg-dark-2);
  border-color: rgba(255, 255, 255, 0.08);
}
.svc-incl__label {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--purple-deep);
}
.section--dark .svc-incl__label { color: var(--purple-bright); }

.svc-incl__list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
}
.svc-incl__list li {
  position: relative;
  padding-left: 30px;
  font-size: 14.5px;
  line-height: 1.5;
}
.section--light .svc-incl__list li { color: var(--text-on-light); }
.section--dark  .svc-incl__list li { color: rgba(255, 255, 255, 0.9); }
.svc-incl__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 1px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--purple);
  -webkit-mask: no-repeat center / 11px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  mask: no-repeat center / 11px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  /* draw a filled purple dot, then knock out the tick — use a layered approach instead */
}
/* layered tick: purple disc + white check */
.svc-incl__list li::before {
  background:
    no-repeat center / 11px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"),
    var(--purple);
  -webkit-mask: none;
  mask: none;
}

.svc-detail__close {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 !important;
}
.section--light .svc-detail__close { color: var(--text-on-light); }
.section--dark  .svc-detail__close { color: #fff; }

@media (max-width: 1080px) {
  .svc-detail__body { max-width: none; }
  .svc-incl__list { grid-template-columns: 1fr; gap: 12px; }
}

/* ===========================================================
   CLOSING / CONTACT (reuses cta-strip; small additions)
   =========================================================== */
.svc-contact__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-on-dark-muted);
  transition: color 160ms ease;
}
.svc-contact__back:hover { color: #fff; }
