/* =================================================================
   services.css — Lilac Marketing Services Page
   Mobile-first cinematic layout. Reuses theme tokens from main.css.
   Style: editorial / stacked-spotlight (alternating sides). No grid.
   Animates only transform/opacity.
   ================================================================= */

/* =================================================================
   Page-scoped overflow guard — prevents any single decorative element
   (giant outlined chapter numbers, ghost text, glows) from creating a
   horizontal scrollbar on small screens. Scoped to this template only.
   `overflow-x: clip` is preferred over `hidden` because it doesn't
   establish a scroll container, which keeps `position: sticky` working
   for the chapter rail.
   ================================================================= */
.services-page { overflow-x: clip; }

/* =================================================================
   Shared accent treatments — match the rest of the theme
   ================================================================= */
.svh__title .word.accent,
.svi__title .word.accent,
.svl__title .word.accent,
.svc-c__title .word.accent {
  color: var(--c-primary);
  font-style: italic;
}
.svh__title .word.accent { color: var(--c-accent); }
.svc-c__title .word.accent { color: var(--c-accent); }

.svh__eyebrow,
.svi__eyebrow,
.svl__eyebrow,
.svc-c__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--c-border);
  border-radius: 999px;
  background: rgb(var(--rgb-bg-elev) / 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-ink-soft);
  font-weight: 700;
  width: fit-content;
  white-space: nowrap;
}
@media (min-width: 720px) {
  .svh__eyebrow, .svi__eyebrow, .svl__eyebrow, .svc-c__eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    padding: 0.45rem 0.9rem;
  }
}
.svh__eyebrow .dot, .svi__eyebrow .dot,
.svl__eyebrow .dot, .svc-c__eyebrow .dot {
  width: 7px; height: 7px; border-radius: 999px;
  background: var(--c-primary);
  box-shadow: 0 0 0 3px rgb(var(--rgb-primary) / 0.18);
  flex-shrink: 0;
}

/* =================================================================
   1. HERO — close cousin to the About hero, same brand vocabulary
   ================================================================= */
.svh {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: var(--c-bg-feature);
  color: var(--c-on-feature);
  display: flex;
  align-items: center;
  justify-content: center;
}
.svh__field {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 50% at 80% 20%, rgb(var(--rgb-primary) / 0.5) 0%, rgb(var(--rgb-primary) / 0) 60%),
    radial-gradient(50% 40% at 20% 80%, rgb(var(--rgb-cyan) / 0.18) 0%, rgb(var(--rgb-cyan) / 0) 60%),
    radial-gradient(70% 50% at 50% 50%, rgba(15, 10, 20, 0) 0%, rgba(15, 10, 20, 0.45) 100%);
}
.svh__ghost {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none; user-select: none;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  font-family: "Bunday Clean", sans-serif;
  font-weight: 700;
  font-size: clamp(5rem, 18vw, 22rem);
  line-height: 0.85;
  letter-spacing: -0.04em;
  white-space: nowrap;
  will-change: transform;
}
.svh__ghost span {
  color: transparent;
  -webkit-text-stroke: 1px rgb(var(--rgb-feature-ink) / 0.07);
}
.svh__ghost--mirror {
  transform: scaleY(-1);
  opacity: 0.4;
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
          mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
}
.svh__orbs { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.svh__orb {
  position: absolute; border-radius: 50%;
  filter: blur(40px);
  will-change: transform, opacity;
  opacity: 0;
}
.svh__orb--a {
  top: 10%; right: 6%;
  width: clamp(180px, 26vw, 420px);
  height: clamp(180px, 26vw, 420px);
  background: radial-gradient(circle at 35% 35%, rgb(var(--rgb-accent) / 0.55) 0%, rgb(var(--rgb-accent) / 0) 70%);
}
.svh__orb--b {
  bottom: 14%; left: 8%;
  width: clamp(150px, 22vw, 360px);
  height: clamp(150px, 22vw, 360px);
  background: radial-gradient(circle, rgb(var(--rgb-cyan) / 0.45) 0%, rgb(var(--rgb-cyan) / 0) 70%);
}
.svh__stamp {
  position: absolute;
  top: clamp(4.5rem, 7vw, 6.5rem);
  left: 50%; transform: translateX(-50%);
  z-index: 4;
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-size: 0.55rem;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: rgb(var(--rgb-feature-ink) / 0.55);
  font-weight: 700; white-space: nowrap;
  opacity: 0;
}
@media (min-width: 720px) {
  .svh__stamp { font-size: 0.65rem; gap: 0.85rem; letter-spacing: 0.32em; }
}
.svh__stamp-divider {
  width: 18px; height: 1px;
  background: rgb(var(--rgb-feature-ink) / 0.3);
}
@media (min-width: 720px) { .svh__stamp-divider { width: 30px; } }
.svh__content {
  position: relative; z-index: 5;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  padding: 0 1.25rem;
  max-width: 1100px;
}
.svh__eyebrow {
  background: rgb(var(--rgb-feature-ink) / 0.06);
  border-color: rgb(var(--rgb-feature-ink) / 0.14);
  color: rgb(var(--rgb-feature-ink) / 0.78);
  margin-bottom: 1.5rem;
  opacity: 0;
}
.svh__eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--c-accent);
  box-shadow: 0 0 0 3px rgb(var(--rgb-accent) / 0.22);
}
.svh__title {
  font-family: "Bunday Clean", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.94;
  font-size: clamp(2.6rem, 10vw, 9rem);
  color: var(--c-on-feature);
  max-width: 18ch;
  text-align: center;
  perspective: 1200px;
}
.svh__sub {
  margin-top: 1.5rem;
  max-width: 56ch;
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  color: rgb(var(--rgb-feature-ink) / 0.6);
  line-height: 1.65;
  opacity: 0;
  padding: 0 0.5rem;
}
@media (min-width: 720px) {
  .svh__sub { margin-top: 2rem; padding: 0; }
}
.svh__cue {
  position: absolute; bottom: 1.5rem;
  color: rgb(var(--rgb-feature-ink) / 0.55);
  opacity: 0;
}
.svh__cue .line { background: rgb(var(--rgb-feature-ink) / 0.6); }
.svh__corner { display: none; }
@media (min-width: 720px) {
  .svh__corner {
    display: block;
    position: absolute;
    width: 28px; height: 28px;
    border: 1px solid rgb(var(--rgb-feature-ink) / 0.18);
    z-index: 4; pointer-events: none;
  }
  .svh__corner--tl { top: 1.5rem; left: 1.5rem;  border-right: none; border-bottom: none; }
  .svh__corner--tr { top: 1.5rem; right: 1.5rem; border-left: none; border-bottom: none; }
  .svh__corner--bl { bottom: 1.5rem; left: 1.5rem;  border-right: none; border-top: none; }
  .svh__corner--br { bottom: 1.5rem; right: 1.5rem; border-left: none; border-top: none; }
}

/* =================================================================
   2. INTRO — Excellence in practice
   ================================================================= */
.svi {
  position: relative;
  padding: clamp(5rem, 12vw, 12rem) 0 clamp(3rem, 7vw, 7rem);
  background:
    radial-gradient(60% 40% at 85% 0%, rgb(var(--rgb-accent) / 0.18) 0%, rgb(var(--rgb-bg-elev) / 0) 60%),
    radial-gradient(50% 35% at 0% 80%, rgb(var(--rgb-cyan) / 0.16) 0%, rgb(var(--rgb-bg-elev) / 0) 60%),
    var(--c-bg);
  overflow: hidden;
}
.svi__inner {
  max-width: 1400px; margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2.5rem);
}
.svi__title {
  font-family: "Bunday Clean", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.96;
  font-size: clamp(2.4rem, 8vw, 6.4rem);
  color: var(--c-ink);
  margin: 1.25rem 0 clamp(2rem, 4vw, 3.5rem);
  max-width: 18ch;
  perspective: 1200px;
}
.svi__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 3rem);
  max-width: 1100px;
}
@media (min-width: 900px) {
  .svi__grid { grid-template-columns: 1.05fr 1fr; align-items: start; }
}
.svi__lede {
  font-size: clamp(1.05rem, 1.6vw, 1.55rem);
  line-height: 1.5;
  color: var(--c-ink);
  font-weight: 500;
  max-width: 30ch;
}
.svi__body {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.75;
  color: var(--c-muted);
  max-width: 50ch;
}

/* =================================================================
   3. SERVICES LIST — editorial stacked spotlights
   ================================================================= */
.svl {
  position: relative;
  background: var(--c-bg);
  /* `clip-path` clips overflow without breaking `position: sticky` on
     descendants the way `overflow: hidden` does. The inset(0) bound matches
     the section box so nothing visual changes. */
  clip-path: inset(0);
  padding-bottom: clamp(2rem, 6vw, 5rem);
}
.svl::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background:
    radial-gradient(45% 35% at 100% 0%, rgb(var(--rgb-primary) / 0.07) 0%, transparent 65%),
    radial-gradient(40% 30% at 0% 100%, rgb(var(--rgb-cyan) / 0.08) 0%, transparent 65%);
}
.svl__intro {
  position: relative; z-index: 1;
  padding: clamp(3rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4.5rem);
}
.svl__intro-inner {
  max-width: 1400px; margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2.5rem);
  display: grid; grid-template-columns: 1fr; gap: 1.5rem;
}
@media (min-width: 960px) {
  .svl__intro-inner {
    grid-template-columns: 1.1fr 1fr;
    gap: 5rem; align-items: end;
  }
}
.svl__eyebrow { grid-column: 1 / -1; }
.svl__title {
  font-family: "Bunday Clean", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.96;
  font-size: clamp(2.2rem, 7vw, 5.6rem);
  color: var(--c-ink);
  perspective: 1200px;
}
.svl__lede {
  font-size: clamp(0.95rem, 1.15vw, 1.1rem);
  color: var(--c-muted);
  line-height: 1.7;
  max-width: 48ch;
}

/* The rail — sits inside the section, panels stack vertically. */
.svl__rail {
  position: relative; z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  /* `align-items: start` lets the sticky nav child shrink to its own height
     so it can scroll inside the rail's tall column. */
  align-items: start;
}
@media (min-width: 1100px) {
  .svl__rail {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
  }
}

/* Vertical sticky chapter rail (desktop only) */
.svl__nav { display: none; }
@media (min-width: 1100px) {
  .svl__nav {
    display: block;
    position: sticky;
    top: clamp(6rem, 12vh, 10rem);
    height: max-content;
    align-self: start;
    padding: 1rem 0;
  }
}
.svl__nav-line {
  position: absolute;
  top: 0; bottom: 0; left: 9px;
  width: 2px;
  background: rgb(var(--rgb-ink) / 0.08);
  border-radius: 999px;
  overflow: hidden;
}
.svl__nav-fill {
  display: block;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, var(--c-primary), var(--c-accent));
  transition: height 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.svl__nav-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column;
  gap: 1rem;
}
.svl__nav-item {
  position: relative;
  padding-left: 2rem;
  font-family: "Bunday Clean", sans-serif;
  cursor: pointer;
  display: flex; align-items: center;
  gap: 0.75rem;
  color: var(--c-muted);
  transition: color 280ms ease;
}
.svl__nav-item::before {
  content: "";
  position: absolute;
  left: 5px; top: 50%;
  width: 10px; height: 10px;
  border-radius: 999px;
  background: var(--c-bg-elev);
  border: 2px solid rgb(var(--rgb-ink) / 0.18);
  transform: translateY(-50%);
  transition:
    background 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.svl__nav-item.is-active { color: var(--c-ink); }
.svl__nav-item.is-active::before {
  background: var(--c-primary);
  border-color: var(--c-primary);
  transform: translateY(-50%) scale(1.15);
}
.svl__nav-item:hover { color: var(--c-ink); }
.svl__nav-num {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--c-primary);
  font-variant-numeric: tabular-nums;
}
.svl__nav-label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.3;
}

/* Panels stack — each service is a full editorial spread */
.svl__panels {
  display: flex; flex-direction: column;
  gap: clamp(3rem, 7vw, 6rem);
}

/* SVP = Service Panel */
.svp {
  --svp-color: var(--c-primary);
  position: relative;
  padding: clamp(1.5rem, 3vw, 3rem) 0;
  isolation: isolate;
  /* Hard guarantee a panel never overflows its column on mobile. */
  min-width: 0;
}
.svp__row {
  display: grid;
  /* `minmax(0, 1fr)` lets long unbreakable strings wrap instead of forcing
     the grid track wider than the viewport (default `1fr` = `minmax(auto, 1fr)`). */
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
@media (min-width: 880px) {
  .svp__row { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
  .svp--flip .svp__row { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); }
  .svp--flip .svp__media { order: 2; }
  .svp--flip .svp__copy  { order: 1; }
}
.svp__media,
.svp__copy { min-width: 0; }

/* --- Media side -------------------------------------------------- */
.svp__media {
  position: relative;
}
.svp__media-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: clamp(18px, 2.4vw, 28px);
  overflow: hidden;
  background:
    linear-gradient(160deg, rgb(var(--rgb-primary) / 0.08) 0%, rgb(var(--rgb-accent) / 0.08) 100%);
  border: 1px solid var(--c-border);
  box-shadow:
    0 30px 60px -32px rgb(var(--rgb-ink) / 0.32),
    0 12px 24px -14px rgb(var(--rgb-primary) / 0.18);
  isolation: isolate;
  transition: box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.svp__media-frame:hover {
  transform: translateY(-4px);
  box-shadow:
    0 44px 80px -32px color-mix(in srgb, var(--svp-color) 50%, rgba(15, 10, 20, 0.4)),
    0 16px 32px -16px rgb(var(--rgb-ink) / 0.22);
}
.svp__img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.94);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
              filter 600ms ease;
  will-change: transform;
}
.svp__media-frame:hover .svp__img {
  transform: scale(1.04);
  filter: saturate(1.08);
}
.svp__img--placeholder { display: block; width: 100%; height: 100%; }
.svp__img--placeholder svg { width: 100%; height: 100%; display: block; }
/* Color tint overlay keyed off this service's color — keeps the photo
   wall feeling like a curated editorial set, not random stock. */
.svp__media-frame::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(
    160deg,
    color-mix(in srgb, var(--svp-color) 22%, transparent) 0%,
    rgb(var(--rgb-ink) / 0) 55%,
    rgb(var(--rgb-ink) / 0.35) 100%
  );
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.85;
}
.svp__chip {
  position: absolute;
  top: 0.85rem; left: 0.85rem;
  z-index: 2;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgb(var(--rgb-bg-elev) / 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--c-ink);
  border: 1px solid var(--c-border);
  display: none; /* hex chip is decorative, only show >=720 */
}
@media (min-width: 720px) {
  .svp__chip {
    display: inline-flex;
    top: 1rem; left: 1rem;
    padding: 0.4rem 0.85rem;
    font-size: 0.68rem; letter-spacing: 0.2em;
    align-items: center; gap: 0.4rem;
  }
  .svp__chip::before {
    content: "";
    width: 8px; height: 8px;
    border-radius: 999px;
    background: var(--svp-color);
  }
}
.svp__corner {
  position: absolute;
  width: 22px; height: 22px;
  border: 1px solid rgb(var(--rgb-bg-elev) / 0.5);
  z-index: 3; pointer-events: none;
}
.svp__corner--tl { top: 1rem; left: 1rem; border-right: none; border-bottom: none; }
.svp__corner--br { bottom: 1rem; right: 1rem; border-left: none; border-top: none; }

/* Editorial bleeding number — sits behind the frame on desktop */
.svp__bignum {
  display: none;
}
@media (min-width: 880px) {
  .svp__bignum {
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -0.35em;
    right: -0.15em;
    font-family: "Bunday Clean", sans-serif;
    font-weight: 700;
    font-size: clamp(8rem, 18vw, 16rem);
    line-height: 0.85;
    letter-spacing: -0.06em;
    color: transparent;
    -webkit-text-stroke: 1.5px color-mix(in srgb, var(--svp-color) 35%, transparent);
    pointer-events: none;
    user-select: none;
  }
  .svp--flip .svp__bignum { right: auto; left: -0.15em; }
}

/* --- Copy side --------------------------------------------------- */
.svp__copy { max-width: 540px; }
.svp__index {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  font-family: "Bunday Clean", sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--svp-color);
  font-variant-numeric: tabular-nums;
  margin-bottom: 0.85rem;
}
.svp__index-num { font-size: 1.4em; }
.svp__index-divider {
  width: 22px; height: 1px;
  background: currentColor; opacity: 0.4;
}
.svp__index-total { color: var(--c-muted); }

.svp__title {
  font-family: "Bunday Clean", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 4.6vw, 3.4rem);
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--c-ink);
  margin-bottom: 1rem;
  /* CPT titles can be unbroken strings like "SocialMediaStrategy&Management";
     allow them to wrap (and only break inside a word as a last resort) so they
     never push the layout wider than the viewport. */
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  /* Brand-tinted accent on hover via a left border that fades in — no clipped
     gradient that hides characters on hover. */
  position: relative;
  padding-left: 0;
  transition: color 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.svp:hover .svp__title { color: var(--svp-color); }

.svp__excerpt {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.65;
  color: var(--c-muted);
  margin-bottom: 1.5rem;
  max-width: 50ch;
  overflow-wrap: anywhere;
}

.svp__link {
  display: inline-flex; align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  background: var(--c-bg-feature);
  color: var(--c-on-feature);
  font-family: "Bunday Clean", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 260ms ease,
              gap 260ms ease,
              transform 260ms ease;
}
.svp__link svg { width: 16px; height: 16px; }
.svp__link:hover {
  background: var(--svp-color);
  gap: 0.85rem;
  transform: translateY(-1px);
}

/* Bottom hairline — scrubs in as the panel enters the viewport */
.svp__rule {
  position: relative;
  margin-top: clamp(2rem, 4vw, 3rem);
  height: 1px;
  background: rgb(var(--rgb-ink) / 0.08);
  overflow: hidden;
}
.svp__rule-fill {
  display: block;
  width: 100%; height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--svp-color), transparent);
  will-change: transform;
}
/* Don't show the rule under the last panel (cleaner closing). */
.svp:last-child .svp__rule { display: none; }

.svl__empty {
  max-width: 700px; margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 3vw, 2.5rem);
  text-align: center;
  color: var(--c-muted);
}

/* =================================================================
   4. CLOSING CTA — borrows the about CTA language but distinct class
   ================================================================= */
.svc-c {
  position: relative;
  padding: clamp(6rem, 14vw, 14rem) 0;
  background: var(--c-bg-feature);
  color: var(--c-on-feature);
  overflow: hidden;
}
.svc-c__grain {
  position: absolute; inset: 0; z-index: 0;
  opacity: 0.05; 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='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px;
}
.svc-c__glow {
  position: absolute; border-radius: 50%;
  filter: blur(80px);
  z-index: 0; pointer-events: none;
}
.svc-c__glow--a {
  top: -20%; left: 8%;
  width: clamp(280px, 40vw, 480px);
  height: clamp(280px, 40vw, 480px);
  background: radial-gradient(circle, rgb(var(--rgb-primary) / 0.55) 0%, transparent 65%);
}
.svc-c__glow--b {
  bottom: -22%; right: 6%;
  width: clamp(300px, 44vw, 520px);
  height: clamp(300px, 44vw, 520px);
  background: radial-gradient(circle, rgb(var(--rgb-accent) / 0.4) 0%, transparent 65%);
}
.svc-c__inner {
  position: relative; z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2.5rem);
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
}
.svc-c__eyebrow {
  background: rgb(var(--rgb-feature-ink) / 0.07);
  border-color: rgb(var(--rgb-feature-ink) / 0.16);
  color: rgb(var(--rgb-feature-ink) / 0.7);
  margin-bottom: 1.5rem;
}
.svc-c__title {
  font-family: "Bunday Clean", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.94;
  font-size: clamp(2.4rem, 7vw, 6.4rem);
  color: var(--c-on-feature);
  margin-bottom: 1.25rem;
  max-width: 18ch;
  perspective: 1200px;
}
.svc-c__lede {
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  color: rgb(var(--rgb-feature-ink) / 0.65);
  line-height: 1.65;
  max-width: 48ch;
  margin-bottom: 2rem;
}
.svc-c__actions {
  display: flex; align-items: center;
  gap: 0.75rem; flex-wrap: wrap;
  justify-content: center;
}
.svc-c__btn {
  display: inline-flex; align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  background: var(--c-on-feature);
  color: var(--c-bg-feature);
  border: 1px solid var(--c-on-feature);
  font-family: "Bunday Clean", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 260ms ease,
              color 260ms ease,
              gap 260ms ease,
              transform 260ms ease;
}
@media (min-width: 720px) {
  .svc-c__btn { padding: 1rem 1.7rem; font-size: 1rem; gap: 0.6rem; }
}
.svc-c__btn svg { width: 16px; height: 16px; }
@media (min-width: 720px) { .svc-c__btn svg { width: 18px; height: 18px; } }
.svc-c__btn:hover {
  background: var(--c-accent);
  border-color: var(--c-accent);
  gap: 0.95rem;
  transform: translateY(-2px);
}

/* =================================================================
   Reduced motion
   ================================================================= */
@media (prefers-reduced-motion: reduce) {
  .svh__ghost, .svh__orb, .svc-c__glow,
  .svp__img {
    animation: none !important;
    transition: none !important;
  }
  .svp__media-frame:hover { transform: none; }
  .svp__media-frame:hover .svp__img { transform: none; }
}
