/* ============================================================
   NOXUS — services.css
   Services page (per spec Step 4)
   ============================================================ */

/* ============================================================
   HERO — light, smaller than home
   ============================================================ */

.services-hero {
  position: relative;
  background:
    radial-gradient(ellipse at 15% 85%, #D4B5A8 0%, transparent 55%),
    radial-gradient(ellipse at 75% 15%, #EDD8CC 0%, transparent 50%),
    #F0E6DF;
  padding: 180px 40px 100px;
  min-height: 100dvh;
  overflow: hidden;
}

/* Layered hero depth stack, deepest first:
   0  .hero-shader  — GPU flowing contour field (js/hero-shader.js)
   1  .hero-depth   — pseudo-3D particle field (js/hero-depth.js)
   2  .hero-paths   — SMIL etched lines
   3  __inner       — content */
/* Dissolve every hero layer toward the bottom so the field melts into the
   section boundary instead of crowding it with a hard, busy seam. */
.hero-shader,
.hero-depth,
.services-hero .hero-paths {
  -webkit-mask-image: linear-gradient(to bottom, #000 72%, transparent 99%);
          mask-image: linear-gradient(to bottom, #000 72%, transparent 99%);
}
.hero-shader {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.85;
}
:root:not(.dark) .hero-shader { opacity: 0.5; mix-blend-mode: multiply; }
.hero-depth {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
}
:root:not(.dark) .hero-depth { opacity: 0.62; mix-blend-mode: multiply; }
.services-hero .hero-paths { z-index: 2; will-change: transform; }

.services-hero__inner {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
}

.services-hero__title {
  font-family: var(--font-display);
  font-size: clamp(72px, 11vw, 160px);
  letter-spacing: -0.045em;
  line-height: 0.86;
  text-transform: uppercase;
  color: var(--black);
  margin: 0;
}

.services-hero__sub {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}
.services-hero__rule {
  width: 40px; height: 1px;
  background: rgba(0, 0, 0, 0.30);
  flex-shrink: 0;
}
.services-hero__sub-text {
  font-family: var(--font-ui);
  font-size: clamp(13px, 1.5vw, 17px);
  color: var(--text-on-light-secondary);
}

/* Stats anchored as a dimensional ledger panel (was floating numbers). */
/* No container box — the stats sit free over the hero. Legibility comes
   from a background-matched halo on each glyph (below), so the animated
   streaks behind never cut through or blur the numbers. */
.services-hero__meta {
  align-self: end;
  min-width: 248px;
  --stat-halo: rgba(240, 230, 223, 0.97); /* hero-bg tone; re-themed on dark */
}

/* Stats as bulleted rows, each led by a pulsating dot. */
.services-hero__stats {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-hero__stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}

.services-hero__stat-dot {
  --stat-ring: #F0E6DF; /* matches the hero bg; re-themed on dark */
  position: relative;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  /* knockout ring so the dot reads cleanly over the streaks, plus the
     animated pulse ring layered on top */
  box-shadow:
    0 0 0 3px var(--stat-ring),
    0 0 0 0 rgba(232, 84, 10, 0.55);
  animation: svcStatPulse 2.6s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}
/* offset each ring so they breathe out of sync — feels more alive */
.services-hero__stat:nth-child(2) .services-hero__stat-dot { animation-delay: 0.55s; }
.services-hero__stat:nth-child(3) .services-hero__stat-dot { animation-delay: 1.1s; }

.services-hero__stat-num {
  font-family: var(--font-display);
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--black);
  /* tight halo hugs the glyph edges to knock the streaks back — small
     blur so the rows never merge into a hazy box */
  text-shadow:
    0 0 3px var(--stat-halo),
    0 0 7px var(--stat-halo);
}
.services-hero__stat-lbl {
  margin-left: auto;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-on-light-secondary);
  text-shadow: 0 0 5px var(--stat-halo), 0 0 5px var(--stat-halo);
}

@keyframes svcStatPulse {
  0%   { box-shadow: 0 0 0 3px var(--stat-ring), 0 0 0 0  rgba(232, 84, 10, 0.55); }
  70%  { box-shadow: 0 0 0 3px var(--stat-ring), 0 0 0 9px rgba(232, 84, 10, 0); }
  100% { box-shadow: 0 0 0 3px var(--stat-ring), 0 0 0 0  rgba(232, 84, 10, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .services-hero__stat-dot { animation: none !important; }
}

.services-hero__lede-block { margin-top: 30px; }
.services-hero__double-slash {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--orange-on-light);
  margin-bottom: 8px;
}
/* Promoted from 11px fine-print to a readable lede — this is the pitch. */
.services-hero__desc {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-on-light-primary);
  line-height: 1.62;
  max-width: 42ch;
  margin: 0;
}

/* ---- Hero CTA cluster ---- */
.services-hero__cta {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.services-hero__cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-ui);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 15px 16px 15px 26px;
  border-radius: 13px;
  /* dimensional orange — pops off the flat hero per the depth principle */
  background: radial-gradient(circle at 50% 18%, #FF6A1F 0%, var(--orange) 68%, #D14908 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.30) inset,
    0 -1px 2px rgba(0, 0, 0, 0.20) inset,
    0 16px 34px -12px rgba(232, 84, 10, 0.6),
    0 2px 6px rgba(0, 0, 0, 0.14);
  transition:
    transform 0.32s cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}
/* button-in-button trailing arrow */
.services-hero__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset;
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1), background 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}
.services-hero__cta-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 -1px 2px rgba(0, 0, 0, 0.2) inset,
    0 24px 46px -12px rgba(232, 84, 10, 0.75),
    0 3px 8px rgba(0, 0, 0, 0.16);
}
.services-hero__cta-primary:hover .services-hero__cta-arrow {
  transform: translateX(3px);
  background: rgba(255, 255, 255, 0.26);
}
.services-hero__cta-primary:active { transform: translateY(0) scale(0.98); }
.services-hero__cta-primary:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.services-hero__cta-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-on-light-primary);
  padding: 6px 1px;
  transition: color 0.3s cubic-bezier(0.32, 0.72, 0, 1);
}
.services-hero__cta-secondary::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.36s cubic-bezier(0.32, 0.72, 0, 1);
}
.services-hero__cta-secondary:hover { color: var(--orange-on-light); }
.services-hero__cta-secondary:hover::after { transform: scaleX(1); }
.services-hero__cta-secondary:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

/* ---- Entrance choreography: title reveals (title-reveal.js), the rest
        cascades in beneath it. Reduced-motion users get it instantly. ---- */
@media (prefers-reduced-motion: no-preference) {
  .services-hero__sub,
  .services-hero__lede-block,
  .services-hero__cta,
  .services-hero__meta {
    opacity: 0;
    animation: svcHeroRise 0.7s cubic-bezier(0.32, 0.72, 0, 1) forwards;
  }
  .services-hero__meta       { animation-delay: 0.40s; }
  .services-hero__sub        { animation-delay: 0.30s; }
  .services-hero__lede-block { animation-delay: 0.44s; }
  .services-hero__cta        { animation-delay: 0.56s; }
}
@keyframes svcHeroRise {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ============================================================
   CTA SECTION — final push
   ============================================================ */

.svc-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--black);
  color: white;
  padding: clamp(80px, 11vw, 130px) 40px;
  text-align: center;
}
/* atmosphere: a low orange spotlight glow so the closing band reads as a
   lit stage, not a flat colour field */
.svc-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(62% 80% at 50% 116%, rgba(232, 84, 10, 0.22), transparent 60%),
    radial-gradient(40% 50% at 50% -10%, rgba(232, 84, 10, 0.08), transparent 60%);
}
/* grain overlay (fixed band, never scrolls internally) */
.svc-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.9 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 220px 220px;
}
.svc-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

/* live availability pill */
.svc-cta__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(22px, 3vw, 32px);
  padding: 8px 16px 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.svc-cta__status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #34D17F 0%, #1AB967 70%);
  box-shadow: 0 0 0 0 rgba(26, 185, 103, 0.5);
  animation: svcCtaPulse 2.6s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}
@keyframes svcCtaPulse {
  0%   { box-shadow: 0 0 0 0  rgba(26, 185, 103, 0.55); }
  70%  { box-shadow: 0 0 0 8px rgba(26, 185, 103, 0); }
  100% { box-shadow: 0 0 0 0  rgba(26, 185, 103, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .svc-cta__status-dot { animation: none !important; }
}

.svc-cta__title {
  font-family: var(--font-display);
  font-size: clamp(56px, 9vw, 120px);
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-transform: uppercase;
  color: white;
  margin: 0;
}
.svc-cta__title em {
  font-family: var(--font-ui);
  font-style: italic;
  color: var(--orange);
  font-size: 0.5em;
  vertical-align: 0.3em;
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.01em;
  margin-left: 8px;
}
.svc-cta__sub {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-on-dark-secondary);
  margin: 24px 0 36px;
}
.svc-cta__row {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
.svc-cta__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  text-align: left;
}
.svc-cta__price small {
  font-family: var(--font-body);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-on-dark-muted);
}
.svc-cta__price-num {
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: white;
}
.svc-cta__divider {
  width: 1px;
  height: 38px;
  background: rgba(255, 255, 255, 0.16);
}
/* button keeps .btn-primary depth; add the trailing-arrow chip + sizing */
.svc-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 20px 17px 32px;
  font-size: 12px;
}
.svc-cta__btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset;
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1), background 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-cta__btn:hover .svc-cta__btn-arrow {
  transform: translateX(3px);
  background: rgba(255, 255, 255, 0.28);
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 768px) {
  .services-hero { padding: 140px 24px 60px; min-height: auto; }
  .services-hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .services-hero__meta { align-self: stretch; min-width: 0; }

  .services-hero__cta { gap: 16px; margin-top: 28px; }
  .services-hero__cta-primary {
    min-height: 48px;
    box-sizing: border-box;
    flex: 1 1 auto;
    justify-content: space-between;
  }
  .services-hero__cta-secondary { min-height: 44px; }

  .svc-cta { padding: 64px 24px; }
  .svc-cta__row { flex-direction: column; gap: 18px; }
  .svc-cta__price { align-items: center; text-align: center; }
  .svc-cta__divider { display: none; }
  .svc-cta__btn { width: 100%; max-width: 360px; justify-content: space-between; min-height: 52px; box-sizing: border-box; }

  /* Mobile touch targets — global rule: 44px minimum.
     The svc-tier CTA was 43px tall (1px under) and the svc-design CTA was
     16px text-link. Both need real button affordance on touch. */
  .svc-tier__cta {
    min-height: 48px;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .svc-design-item__cta {
    display: inline-block;
    padding: 13px 16px;
    min-height: 46px;
    line-height: 20px;
    background: rgba(232, 84, 10, 0.06);
    border: 1px solid rgba(232, 84, 10, 0.16);
    border-radius: 8px;
    box-sizing: border-box;
    align-self: flex-start;
  }
}

/* ============================================================
   SVC-TIERS — full pricing cards (Builds + Retainers)
   ============================================================ */

.svc-tiers,
.svc-retainers {
  background: var(--dark-bg);
  padding: 80px 40px;
  color: white;
}

.svc-tiers__top,
.svc-retainers__top,
.svc-design__top {
  max-width: 1280px;
  margin: 0 auto 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
}

.svc-tiers__eyebrow,
.svc-retainers__eyebrow,
.svc-design__eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--text-on-dark-secondary);
  line-height: 1.6;
}

.svc-tiers__heading,
.svc-retainers__heading,
.svc-design__heading {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: white;
  margin: 0;
  max-width: 800px;
}
.svc-tiers__heading em,
.svc-retainers__heading em,
.svc-design__heading em {
  font-style: italic;
  color: var(--orange);
}
.svc-tiers__cur-note {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--text-on-light-muted);
  margin: 14px 0 0;
  align-self: flex-end;
}
:root.dark .svc-tiers__cur-note {
  color: rgba(232, 220, 203, 0.55);
}
@media (max-width: 900px) {
  .svc-tiers__cur-note {
    align-self: flex-start;
    margin-top: 12px;
  }
}

/* ============================================================
   SVC-LEDGER — editorial pricing ledger (Builds section)
   Replaces the 4-up pricing tower with full-width hairline rows.
   Differentiation by treatment (tint + orange price), not raised cards.
   ============================================================ */
.svc-ledger {
  max-width: 1280px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--border-dark);
}
.svc-ledger__row {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 1.6fr;
  gap: 56px;
  padding: 44px 0;
  border-bottom: 1px solid var(--border-dark);
  transition: border-color 360ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-ledger__lead,
.svc-ledger__detail { position: relative; z-index: 1; }
/* cursor-follow spotlight on each tier row */
.svc-ledger__row::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(232, 84, 10, 0.08), transparent 68%);
  transition: opacity 420ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-ledger__row:hover::after { opacity: 1; }
.svc-ledger__row:not(.is-featured):hover { border-color: rgba(232, 84, 10, 0.32); }
.svc-ledger__amount { transition: color 320ms cubic-bezier(0.32, 0.72, 0, 1); }
.svc-ledger__row:not(.is-featured):hover .svc-ledger__amount { color: var(--orange-hover); }
@media (prefers-reduced-motion: reduce) {
  .svc-ledger__row, .svc-ledger__row::after, .svc-ledger__amount { transition: none; }
}
.svc-ledger__row.is-featured {
  background:
    radial-gradient(130% 120% at 0% 0%, rgba(232, 84, 10, 0.14), transparent 58%),
    linear-gradient(180deg, rgba(232, 84, 10, 0.07), rgba(232, 84, 10, 0.02));
  margin: 0 -32px;
  padding: 44px 32px;
  box-shadow: inset 0 1px 0 rgba(232, 84, 10, 0.32);
}
.svc-ledger__badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #151515;
  background: var(--orange);
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 14px;
}
.svc-ledger__eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-on-dark-secondary);
  margin-bottom: 16px;
}
.svc-ledger__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.svc-ledger__amount {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.92;
  color: white;
}
.svc-ledger__row.is-featured .svc-ledger__amount { color: var(--orange-hover); }
.svc-ledger__unit {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-on-dark-secondary);
}
.svc-ledger__tag {
  font-family: var(--font-ui);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
  margin: 18px 0 22px;
  max-width: 34ch;
}
/* CTAs as tactile buttons — depth marks them as the click targets,
   distinct from the flat editorial content. Featured row = primary
   (filled, full shadow stack); other rows = secondary (ghost + depth). */
.svc-ledger__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 13px 24px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 8px 20px -10px rgba(0, 0, 0, 0.7);
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 220ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 220ms cubic-bezier(0.32, 0.72, 0, 1),
    background 220ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 220ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-ledger__cta:hover,
.svc-ledger__cta:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(232, 84, 10, 0.6);
  background: rgba(232, 84, 10, 0.10);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 16px 32px -12px rgba(232, 84, 10, 0.5);
  outline: none;
}
.svc-ledger__cta:active { transform: translateY(0) scale(0.985); }

.svc-ledger__row.is-featured .svc-ledger__cta {
  color: #fff;
  border-color: rgba(255, 120, 60, 0.55);
  background: linear-gradient(180deg, #FF6520 0%, var(--orange) 50%, #D24A09 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.32) inset,
    0 -1px 0 rgba(0, 0, 0, 0.20) inset,
    0 2px 4px rgba(132, 38, 0, 0.20),
    0 10px 22px -6px rgba(232, 84, 10, 0.50),
    0 22px 44px -12px rgba(132, 38, 0, 0.40);
}
.svc-ledger__row.is-featured .svc-ledger__cta:hover,
.svc-ledger__row.is-featured .svc-ledger__cta:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #FF7530 0%, #FF6520 50%, #E5550F 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.42) inset,
    0 -1px 0 rgba(0, 0, 0, 0.22) inset,
    0 6px 14px -4px rgba(132, 38, 0, 0.26),
    0 18px 36px -8px rgba(232, 84, 10, 0.60),
    0 36px 72px -14px rgba(132, 38, 0, 0.45);
}
@media (prefers-reduced-motion: reduce) {
  .svc-ledger__cta:hover,
  .svc-ledger__row.is-featured .svc-ledger__cta:hover { transform: none; }
}
.svc-ledger__detail { padding-top: 2px; }
.svc-ledger__spec {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange-hover);
  border: 1px solid rgba(232, 84, 10, 0.35);
  border-radius: 2px;
  padding: 5px 11px;
  margin-bottom: 20px;
}
.svc-ledger__features {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 44px;
}
.svc-ledger__features li {
  font-family: var(--font-ui);
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  padding: 9px 0 9px 20px;
  position: relative;
  break-inside: avoid;
  border-top: 1px solid var(--border-dark);
}
.svc-ledger__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: var(--orange);
}
@media (prefers-reduced-motion: reduce) {
  .svc-ledger__cta { transition: none; }
}
@media (max-width: 900px) {
  .svc-ledger__row { grid-template-columns: 1fr; gap: 26px; padding: 36px 0; }
  .svc-ledger__row.is-featured { margin: 0 -20px; padding: 36px 20px; }
  .svc-ledger__features { columns: 1; }
}

.svc-tier-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Retainers re-uses .svc-tier-grid but only has 3 cards — override to keep
   them centered in a 3-col layout. */
.svc-retainers .svc-tier-grid {
  max-width: 1080px;
  grid-template-columns: repeat(3, 1fr);
}

.svc-tier {
  position: relative;
  background: var(--dark-surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition:
    box-shadow 400ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Non-featured: outer glow appears on hover/tap */
.svc-tier:hover,
.svc-tier:active,
.svc-tier:focus-visible {
  border-color: rgba(232, 84, 10, 0.5);
  box-shadow:
    0 0 0 1px rgba(232, 84, 10, 0.3),
    0 0 20px 4px rgba(232, 84, 10, 0.15),
    0 0 40px 8px rgba(232, 84, 10, 0.06);
}
.svc-tier { -webkit-tap-highlight-color: transparent; }

/* Featured: always-on outer glow */
.svc-tier.is-featured {
  border-color: rgba(232, 84, 10, 0.6);
  box-shadow:
    0 0 0 1px rgba(232, 84, 10, 0.4),
    0 0 24px 6px rgba(232, 84, 10, 0.18),
    0 0 48px 12px rgba(232, 84, 10, 0.07);
}

.svc-tier.is-featured:hover,
.svc-tier.is-featured:active,
.svc-tier.is-featured:focus-visible {
  box-shadow:
    0 0 0 1px rgba(232, 84, 10, 0.5),
    0 0 28px 8px rgba(232, 84, 10, 0.22),
    0 0 56px 14px rgba(232, 84, 10, 0.09);
}

@media (prefers-reduced-motion: reduce) {
  .svc-tier { transition: none; }
}

.svc-tier__badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: var(--orange);
  color: white;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
}

.svc-tier__eyebrow {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
}

.svc-tier__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px 0 14px;
  border-bottom: 1px solid var(--border-dark);
}

.svc-tier__price-amount {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 44px);
  color: white;
  line-height: 1;
  letter-spacing: -0.01em;
}

.svc-tier__price-unit {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-on-dark-muted);
}

.svc-tier__features li.is-spec {
  font-weight: 700;
  color: white;
  letter-spacing: 0.02em;
}

[data-theme="light"] .svc-tier__features li.is-spec {
  color: var(--text-on-light-primary);
}

.svc-tier__tag {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  color: var(--text-on-dark-secondary);
  line-height: 1.5;
  margin: 0;
}

.svc-tier__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.svc-tier__features li {
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}

.svc-tier__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 700;
}

.svc-tier__cta {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: white;
  background: var(--orange);
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: background 80ms;
  margin-top: 8px;
}

.svc-tier__cta:hover,
.svc-tier__cta:active,
.svc-tier__cta:focus-visible { background: var(--orange-hover); }
.svc-tier__cta { -webkit-tap-highlight-color: transparent; }

.svc-tiers__disclaimer {
  max-width: 1280px;
  margin: 32px auto 0;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-on-dark-muted);
  text-align: center;
}

/* ============================================================
   SVC-DESIGN — design services grid (5 items, scoped per project)
   ============================================================ */

.svc-design {
  background: var(--dark-bg);
  padding: 80px 40px;
  color: white;
  border-top: 1px solid var(--border-dark);
}

.svc-design-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.svc-design-item {
  position: relative;
  background: var(--dark-surface);
  border: 1px solid var(--border-dark);
  border-radius: 12px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 260px;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 380ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 380ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 380ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-design-item:hover,
.svc-design-item:focus-within {
  transform: translateY(-3px);
  border-color: rgba(232, 84, 10, 0.35);
  box-shadow:
    0 18px 38px -22px rgba(0, 0, 0, 0.6),
    0 6px 18px -8px rgba(232, 84, 10, 0.22);
}

/* Per-card subtle surface accent — varied subtly within single-orange rule */
.svc-design-item--1::before,
.svc-design-item--3::before,
.svc-design-item--5::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.svc-design-item--1::before {
  inset: 0;
  background: radial-gradient(70% 60% at 100% 0%, rgba(232, 84, 10, 0.06), transparent 65%);
}
.svc-design-item--3::before {
  inset: 0;
  background: radial-gradient(60% 50% at 0% 100%, rgba(232, 84, 10, 0.05), transparent 60%);
}
.svc-design-item--5::before {
  inset: 0;
  background:
    radial-gradient(55% 45% at 100% 100%, rgba(232, 84, 10, 0.05), transparent 60%),
    radial-gradient(45% 35% at 0% 0%,    rgba(232, 84, 10, 0.04), transparent 60%);
}

.svc-design-item__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}

.svc-design-item__num {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  padding-top: 6px;
}

.svc-design-item__illus {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  color: var(--orange);
  transition: transform 420ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-design-item:hover .svc-design-item__illus {
  transform: scale(1.08) rotate(-3deg);
}

.svc-design-item__name {
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 700;
  color: white;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.svc-design-item__desc {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--text-on-dark-secondary);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}

.svc-design-item__cta {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
  transition: color 80ms;
}

.svc-design-item__cta:hover,
.svc-design-item__cta:active,
.svc-design-item__cta:focus-visible { color: var(--orange-hover); }
.svc-design-item__cta { -webkit-tap-highlight-color: transparent; }

.svc-design__disclaimer {
  max-width: 1280px;
  margin: 32px auto 0;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-on-dark-muted);
  text-align: center;
}

/* ============================================================
   Responsive — tier cards stack at 900, design grid at 1100
   ============================================================ */

@media (max-width: 1100px) {
  .svc-design-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-design-item { min-height: auto; }
}

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

@media (max-width: 900px) {
  .svc-tiers,
  .svc-retainers,
  .svc-design { padding: 56px 24px; }
  .svc-tier-grid,
  .svc-retainers .svc-tier-grid { grid-template-columns: 1fr; }
  .svc-tiers__top,
  .svc-retainers__top,
  .svc-design__top { flex-direction: column; align-items: flex-start; }
}

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


/* ============================================================
   RETAINER CAPABILITIES (light) — 6-item grid
   ============================================================ */

/* ============================================================
   SVC-CATALOG — editorial service index (Design services)
   Full-width numbered rows-as-links, bulky Bebas names, icon accent.
   ============================================================ */
.svc-catalog {
  max-width: 1280px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--border-dark);
}
.svc-catalog__row {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 78px 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 30px 8px 30px 0;
  border-bottom: 1px solid var(--border-dark);
  text-decoration: none;
  transition: background-color 480ms cubic-bezier(0.32, 0.72, 0, 1),
              padding-left 480ms cubic-bezier(0.32, 0.72, 0, 1);
  -webkit-tap-highlight-color: transparent;
}
.svc-catalog__row > * { position: relative; z-index: 1; }
.svc-catalog__row::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(240px circle at var(--mx, 50%) var(--my, 50%), rgba(232, 84, 10, 0.13), transparent 70%);
  transition: opacity 360ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-catalog__row:hover::after { opacity: 1; }
.svc-catalog__row:hover,
.svc-catalog__row:focus-visible {
  background: rgba(255, 255, 255, 0.025);
  padding-left: 16px;
  outline: none;
}
.svc-catalog__num {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.6vw, 34px);
  color: var(--orange);
  line-height: 0.9;
}
.svc-catalog__main { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.svc-catalog__name {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 50px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.95;
  text-transform: uppercase;
  color: white;
  transition: color 320ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-catalog__row:hover .svc-catalog__name,
.svc-catalog__row:focus-visible .svc-catalog__name { color: var(--orange-hover); }
.svc-catalog__desc {
  font-family: var(--font-ui);
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
  max-width: 52ch;
}
.svc-catalog__icon {
  width: 46px;
  height: 46px;
  color: var(--orange);
  opacity: 0.55;
  transition: opacity 320ms cubic-bezier(0.32, 0.72, 0, 1),
              transform 480ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-catalog__icon svg { width: 100%; height: 100%; display: block; }
.svc-catalog__row:hover .svc-catalog__icon { opacity: 1; transform: scale(1.08); }
.svc-catalog__go {
  font-family: var(--font-ui);
  font-size: 22px;
  color: rgba(255, 255, 255, 0.4);
  transition: color 320ms cubic-bezier(0.32, 0.72, 0, 1),
              transform 480ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-catalog__row:hover .svc-catalog__go,
.svc-catalog__row:focus-visible .svc-catalog__go { color: var(--orange-hover); transform: translateX(5px); }
@media (prefers-reduced-motion: reduce) {
  .svc-catalog__row,
  .svc-catalog__icon,
  .svc-catalog__go { transition: none; }
}
@media (max-width: 760px) {
  .svc-catalog__row {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    padding: 24px 0;
  }
  .svc-catalog__row:hover { padding-left: 0; }
  .svc-catalog__icon { display: none; }
  .svc-catalog__name { font-size: clamp(24px, 7vw, 34px); }
}

.svc-caps {
  background: var(--off-white);
  padding: 100px 40px;
  border-top: 1px solid var(--border-light);
}
.svc-caps__top {
  max-width: 1280px;
  margin: 0 auto 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.svc-caps__eyebrow {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  line-height: 1.5;
  flex: 0 0 auto;
  padding-top: 8px;
}
.svc-caps__heading {
  flex: 1;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--text-on-light-primary);
  max-width: 800px;
}
.svc-caps__heading em {
  font-style: italic;
  color: var(--orange);
}
/* Editorial hairline list — no card boxes. Bulky Bebas index numbers. */
.svc-caps__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
/* Dimensional slot-style cards — raised dark surface, rounded, depth.
   Always a dark card (same component language as .work-card) regardless
   of page light/dark mode, so text stays light-on-dark. */
.svc-cap {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, #1f1f21 0%, #131315 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 18px 40px -26px rgba(0, 0, 0, 0.8);
  transition:
    transform 360ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 360ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 360ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-cap > * { position: relative; z-index: 1; }
/* cursor-follow spotlight (js/depth.js sets --mx/--my) */
.svc-cap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(232, 84, 10, 0.16), transparent 70%);
  transition: opacity 380ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-cap:hover::after { opacity: 1; }
.svc-cap:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 84, 10, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 26px 50px -26px rgba(0, 0, 0, 0.85),
    0 10px 26px -12px rgba(232, 84, 10, 0.40);
}
.svc-cap__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.svc-cap__glyph {
  width: 46px;
  height: 46px;
  color: var(--orange);
  transition: transform 420ms cubic-bezier(0.32, 0.72, 0, 1);
  transform-origin: left center;
}
.svc-cap__glyph svg { width: 100%; height: 100%; display: block; }
.svc-cap:hover .svc-cap__glyph { transform: scale(1.1) rotate(-4deg); }
.svc-cap__num {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.4vw, 34px);
  letter-spacing: -0.01em;
  line-height: 0.85;
  color: rgba(255, 255, 255, 0.32);
  transition: color 320ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-cap:hover .svc-cap__num { color: var(--orange-hover); }
.svc-cap__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
}
.svc-cap__body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.66);
  max-width: 40ch;
}
@media (prefers-reduced-motion: reduce) {
  .svc-cap, .svc-cap__num, .svc-cap::after, .svc-cap__glyph { transition: none; }
  .svc-cap:hover { transform: none; }
  .svc-cap:hover .svc-cap__glyph { transform: none; }
}

/* Dark mode override — flip cream surface to dark cream-on-dark.
   Note: theme-dark.css applies the actual card surface gradient (warm
   #241A14 → #1A130C) for tactile separation on the brown bg. Grid here
   is purely layout — no background — so card border-radius stays visible. */
:root.dark .svc-caps {
  background: var(--dark-bg);
  border-top-color: var(--border-dark);
}
:root.dark .svc-caps__heading { color: var(--text-on-dark-primary); }
/* Cards are self-contained dark surfaces in both modes — no text flip. */


/* ============================================================
   TECHNOLOGIES (dark) — live constellation with data-flow pulses

   Each tool is a node, each line shows a real working pairing
   (Shopify ⇄ React/Next.js = headless stack, Node ⇄ Bun/Express,
   n8n ⇄ Node/Go/Python automation loop, etc).

   A small orange dot travels each line continuously — feels like
   data flowing through the network. Hover a node to focus its
   connections (everything else dims).
   ============================================================ */

.svc-tech {
  background: var(--dark-bg);
  padding: 100px 40px;
  color: var(--text-on-dark-primary);
}
.svc-tech__top {
  max-width: 1280px;
  margin: 0 auto 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.svc-tech__eyebrow {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  line-height: 1.5;
  flex: 0 0 auto;
  padding-top: 8px;
}
.svc-tech__heading {
  flex: 1;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--text-on-dark-primary);
  max-width: 800px;
}
.svc-tech__heading em {
  font-style: italic;
  color: var(--orange);
}

/* --- Stage + SVG -------------------------------------------- */
.svc-tech__stage {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.svc-tech__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

/* --- Links --------------------------------------------------- */
.svc-tech__link {
  stroke: rgba(232, 220, 203, 0.16);
  stroke-width: 1;
  fill: none;
  transition:
    stroke 320ms cubic-bezier(0.32, 0.72, 0, 1),
    stroke-width 320ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-tech__link.is-active {
  stroke: var(--orange);
  stroke-width: 1.5;
}
.svc-tech__link.is-dimmed { opacity: 0.08; }

/* --- Pulses (injected by tech-constellation.js) ------------- */
.svc-tech__pulse {
  fill: var(--orange);
  filter: drop-shadow(0 0 4px rgba(232, 84, 10, 0.55));
  opacity: 0.85;
  transition: opacity 280ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-tech__link-group.is-dimmed .svc-tech__pulse { opacity: 0.12; }
.svc-tech__link-group.is-active .svc-tech__pulse {
  opacity: 1;
  filter: drop-shadow(0 0 7px rgba(232, 84, 10, 0.9));
}

/* --- Nodes --------------------------------------------------- */
.svc-tech__node { cursor: pointer; }
.svc-tech__node-bg {
  fill: var(--dark-bg);
  stroke: var(--border-dark);
  stroke-width: 1;
  transition:
    stroke 320ms cubic-bezier(0.32, 0.72, 0, 1),
    fill 320ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-tech__node-label {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 500;
  fill: var(--text-on-dark-primary);
  text-anchor: middle;
  dominant-baseline: middle;
  pointer-events: none;
  transition: fill 320ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-tech__node.is-active .svc-tech__node-bg {
  fill: rgba(232, 84, 10, 0.14);
  stroke: var(--orange);
  stroke-width: 1.6;
}
.svc-tech__node.is-active .svc-tech__node-label { fill: var(--orange); }
.svc-tech__node.is-dimmed .svc-tech__node-bg { opacity: 0.25; }
.svc-tech__node.is-dimmed .svc-tech__node-label { opacity: 0.35; }

/* --- Hint ---------------------------------------------------- */
.svc-tech__hint {
  max-width: 1280px;
  margin: 32px auto 0;
  font-family: 'JetBrains Mono', 'SF Mono', 'Cascadia Mono', Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 220, 203, 0.45);
  text-align: center;
}

/* --- Light mode override ------------------------------------
   Flips the always-dark constellation to a cream surface with
   dark text + dark connection lines + lighter node fills.
   Orange pulses and orange active-state stay the same — they
   work on both backgrounds. */
:root:not(.dark) .svc-tech {
  background: #E8DCCB;
  color: var(--text-on-light-primary);
}
:root:not(.dark) .svc-tech__heading { color: var(--text-on-light-primary); }
:root:not(.dark) .svc-tech__link {
  stroke: rgba(0, 0, 0, 0.16);
}
:root:not(.dark) .svc-tech__node-bg {
  fill: #F5EDE6;
  stroke: var(--border-light);
}
:root:not(.dark) .svc-tech__node-label { fill: var(--text-on-light-primary); }
:root:not(.dark) .svc-tech__node.is-active .svc-tech__node-bg {
  fill: rgba(232, 84, 10, 0.10);
  stroke: var(--orange);
}
:root:not(.dark) .svc-tech__node.is-active .svc-tech__node-label { fill: var(--orange); }
:root:not(.dark) .svc-tech__hint {
  color: var(--text-on-light-muted);
}

/* --- Mobile categorized list (replaces constellation on narrow) --- */
.svc-tech__list { display: none; }
.svc-tech__cat-title {
  margin: 0 0 12px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
}
.svc-tech__cat-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.svc-tech__cat-tags > span {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border: 1px solid var(--border-dark);
  border-radius: 9999px;
  background: rgba(232, 220, 203, 0.04);
  color: var(--text-on-dark-primary);
}
/* Light-mode variant for the mobile list tags — matches the
   :root:not(.dark) flip of the section above. */
:root:not(.dark) .svc-tech__cat-tags > span {
  border-color: var(--border-light);
  background: #F5EDE6;
  color: var(--text-on-light-primary);
}

/* --- Responsive --------------------------------------------- */
@media (max-width: 1100px) {
  .svc-caps__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .svc-caps,
  .svc-tech { padding: 64px 24px; }
  .svc-caps__top,
  .svc-tech__top { flex-direction: column; align-items: flex-start; gap: 16px; }

  /* At ≤900px the constellation's 33 nodes shrink to unreadable text
     if we let the viewBox auto-scale. Swap to a categorized list
     view — same tools, grouped by workload, perfectly scannable
     on a phone. The constellation hover/pulse storytelling is
     desktop-only behavior. */
  .svc-tech__svg { display: none; }
  .svc-tech__list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 0 auto;
    max-width: 600px;
  }
  .svc-tech__hint { display: none; }
}
@media (max-width: 600px) {
  .svc-caps__grid { grid-template-columns: 1fr; }
  .svc-cap { padding: 28px 24px; }
  .svc-tech__list { gap: 22px; }
  .svc-tech__cat-tags > span { font-size: 12px; padding: 7px 12px; }
}

/* ==========================================================
   PAYMENT TERMS BAND
   Single statement of the 50/50 build terms, sits between
   the build tier grid and the design services section.
   Theme-aware: warm dark in brown mode, deep cream in vanilla.
   Each child reveals with staggered entrance on scroll.
   ========================================================== */
.svc-payment {
  padding: clamp(64px, 9vw, 110px) clamp(24px, 6vw, 80px);
  background: #1A130C;            /* brown mode default — slightly elevated vs page bg */
  position: relative;
  overflow: hidden;
  --pay-bg: #1A130C;             /* node knockout colour — matches surface */
  --pay-node: #241A11;
  --pay-track: rgba(255, 255, 255, 0.14);
}

.svc-payment::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(232, 84, 10, 0.08), transparent 50%),
    radial-gradient(circle at 80% 100%, rgba(232, 84, 10, 0.06), transparent 55%);
  pointer-events: none;
}

.svc-payment__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.5vw, 44px);
}

.svc-payment__eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 16px;
}

.svc-payment__eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--orange);
}

.svc-payment__heading {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.015em;
  color: white;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(2px, 0.4vw, 8px);
  text-transform: uppercase;
}

.svc-payment__line {
  display: block;
}

.svc-payment__line strong {
  font-weight: inherit;
  color: var(--orange);
}

.svc-payment__line:last-child {
  padding-left: clamp(20px, 4vw, 56px);
}

.svc-payment__tagline {
  font-family: var(--font-display);
  font-size: clamp(16px, 1.8vw, 22px);
  letter-spacing: 0.04em;
  line-height: 1;
  color: white;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 14px;
}

.svc-payment__tagline::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--orange);
  flex-shrink: 0;
}

.svc-payment__note {
  font-family: var(--font-body);
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  max-width: 620px;
  margin: 0;
}

.svc-payment__note strong {
  color: white;
  font-weight: 700;
}

/* --- Staggered entrance animation -----------------------------
   Uses the site's existing .reveal pattern but overrides the
   distance and easing to match the brand motion baseline
   (cubic-bezier(0.32, 0.72, 0, 1)). The orange "50%" digit
   gets a subtle scale-pop layered on top of the line reveal,
   so the eye lands on the number as the line settles.
*/
.svc-payment .reveal {
  transform: translateY(28px);
  transition:
    opacity   0.62s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.62s cubic-bezier(0.32, 0.72, 0, 1);
}

.svc-payment .reveal.visible {
  transform: translateY(0);
}

.svc-payment__line strong {
  display: inline-block;
  transform: scale(0.86);
  transform-origin: left center;
  transition: transform 0.7s cubic-bezier(0.32, 0.72, 0, 1) 120ms;
}

.svc-payment__line.visible strong {
  transform: scale(1);
}

/* --- Payment schedule timeline -------------------------------
   Turns the 50/50 statement into a visual sequence: signature →
   delivery → handoff. A track fills left-to-right on scroll-in,
   the two payment nodes pulse, the handoff node checks off. */
.svc-pay-track {
  position: relative;
  margin-top: clamp(10px, 1.6vw, 22px);
  max-width: 940px;
}
.svc-pay-track__rail {
  position: absolute;
  top: 16px;                  /* aligns to the node centre (34/2 - rail/2) */
  left: 16.66%;
  right: 16.66%;
  height: 2px;
  border-radius: 2px;
  background: var(--pay-track);
  overflow: hidden;
}
.svc-pay-track__fill {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.2s cubic-bezier(0.32, 0.72, 0, 1) 0.25s;
}
.svc-pay-track.visible .svc-pay-track__fill { transform: scaleX(1); }

.svc-pay-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.svc-pay-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.svc-pay-step__node {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  background: radial-gradient(circle at 50% 28%, var(--pay-node) 0%, var(--pay-bg) 100%);
  border: 1px solid rgba(232, 84, 10, 0.45);
  /* knockout ring hides the rail behind the node so it reads as connected */
  box-shadow:
    0 0 0 5px var(--pay-bg),
    0 8px 18px -10px rgba(0, 0, 0, 0.55);
}
.svc-pay-step__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0 rgba(232, 84, 10, 0.5);
  animation: svcPayPulse 2.8s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}
.svc-pay-step:nth-child(2) .svc-pay-step__dot { animation-delay: 0.7s; }
.svc-pay-step.is-handoff .svc-pay-step__node { border-color: rgba(232, 84, 10, 0.5); }

.svc-pay-step__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.svc-pay-step__when {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.svc-pay-step__amt {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--orange);
}
.svc-pay-step.is-handoff .svc-pay-step__amt {
  font-size: clamp(15px, 1.5vw, 19px);
  letter-spacing: 0.01em;
  color: #fff;
}
.svc-pay-step__sub {
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
  max-width: 24ch;
}

@keyframes svcPayPulse {
  0%   { box-shadow: 0 0 0 0  rgba(232, 84, 10, 0.5); }
  70%  { box-shadow: 0 0 0 10px rgba(232, 84, 10, 0); }
  100% { box-shadow: 0 0 0 0  rgba(232, 84, 10, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .svc-pay-step__dot { animation: none !important; }
  .svc-pay-track__fill { transition: none !important; }
}

/* --- Vanilla mode (light page) override ------------------------
   The site convention: data-theme="dark" sections invert their
   surface in vanilla mode. We follow that here so the band feels
   native to whichever mode the user is in.
*/
:root:not(.dark) .svc-payment {
  background: #EBE3D9;            /* deeper cream than page bg, gives subtle elevation */
  --pay-bg: #EBE3D9;
  --pay-node: #FBF7F1;
  --pay-track: rgba(20, 12, 6, 0.16);
}
:root:not(.dark) .svc-pay-step__when { color: var(--text-on-light-secondary); }
:root:not(.dark) .svc-pay-step__sub { color: var(--text-on-light-secondary); }
:root:not(.dark) .svc-pay-step.is-handoff .svc-pay-step__amt { color: var(--text-on-light-primary); }

:root:not(.dark) .svc-payment::before {
  background:
    radial-gradient(circle at 20% 0%, rgba(232, 84, 10, 0.10), transparent 50%),
    radial-gradient(circle at 80% 100%, rgba(232, 84, 10, 0.07), transparent 55%);
}

:root:not(.dark) .svc-payment__heading {
  color: var(--text-on-light-primary);
}

:root:not(.dark) .svc-payment__tagline {
  color: var(--text-on-light-primary);
}

:root:not(.dark) .svc-payment__note {
  color: var(--text-on-light-secondary);
}

:root:not(.dark) .svc-payment__note strong {
  color: var(--text-on-light-primary);
}

@media (max-width: 600px) {
  .svc-payment__line:last-child { padding-left: 24px; }
}

/* Payment timeline goes vertical on narrow screens */
@media (max-width: 680px) {
  .svc-pay-steps { grid-template-columns: 1fr; gap: 26px; }
  .svc-pay-step { flex-direction: row; align-items: flex-start; text-align: left; gap: 16px; }
  .svc-pay-step__node { margin-bottom: 0; flex-shrink: 0; }
  .svc-pay-step__body { align-items: flex-start; }
  .svc-pay-track__rail {
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: auto;
    width: 2px;
    height: auto;
  }
  .svc-pay-track__fill {
    width: 100%;
    transform: scaleY(0);
    transform-origin: top center;
  }
  .svc-pay-track.visible .svc-pay-track__fill { transform: scaleY(1); }
}

/* ============================================================
   ADD-ON: BILINGUAL EN/FR COPYWRITING
   Mirrors the svc-payment band structure but with a 3-card grid.
   Theme-aware: warm dark in brown mode, deep cream in vanilla.
   ============================================================ */
.svc-addon {
  padding: clamp(64px, 9vw, 110px) clamp(24px, 6vw, 80px);
  background: #14100B;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.svc-addon::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(232, 84, 10, 0.10), transparent 50%),
    radial-gradient(circle at 15% 90%, rgba(232, 84, 10, 0.06), transparent 55%);
  pointer-events: none;
}

.svc-addon__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 52px);
}

.svc-addon__head {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.6vw, 22px);
  max-width: 720px;
}

.svc-addon__eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.svc-addon__eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--orange);
}

.svc-addon__heading {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 0.95;
  letter-spacing: -0.015em;
  color: white;
  margin: 0;
  text-transform: uppercase;
}

.svc-addon__heading em {
  font-style: normal;
  color: var(--orange);
}

.svc-addon__tagline {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 560px;
}

/* --- 3-card pricing grid ----------------------------------- */
/* SVC-ADDON-SCALE — inline pricing scale (3 hairline-split cells, no cards) */
.svc-addon-scale {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}
.svc-addon-step {
  position: relative;
  isolation: isolate;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 18px 40px -24px rgba(0, 0, 0, 0.85);
  transform-style: preserve-3d;
  transition:
    transform 200ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 380ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 320ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-addon-step > * { position: relative; z-index: 1; }
/* cursor-follow spotlight (js/depth.js sets --mx/--my) */
.svc-addon-step::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  border-radius: 12px;
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(232, 84, 10, 0.18), transparent 70%);
  transition: opacity 360ms cubic-bezier(0.32, 0.72, 0, 1);
}
.svc-addon-step:hover::after { opacity: 1; }
.svc-addon-step:hover {
  border-color: rgba(232, 84, 10, 0.5);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.10) inset,
    0 28px 56px -24px rgba(0, 0, 0, 0.95),
    0 12px 28px -14px rgba(232, 84, 10, 0.4);
}
.svc-addon-step__price { transition: color 300ms cubic-bezier(0.32, 0.72, 0, 1); }
.svc-addon-step:not(.is-featured):hover .svc-addon-step__price { color: var(--orange-hover); }
.svc-addon-step__size { transition: color 300ms cubic-bezier(0.32, 0.72, 0, 1); }
.svc-addon-step:hover .svc-addon-step__size { color: rgba(232, 84, 10, 0.9); }
/* Featured tile lifts forward off the row with an orange glow. */
.svc-addon-step.is-featured {
  border-color: rgba(232, 84, 10, 0.42);
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(232, 84, 10, 0.20), transparent 62%),
    linear-gradient(180deg, rgba(232, 84, 10, 0.12), rgba(232, 84, 10, 0.03));
  transform: translateY(-10px);
  box-shadow:
    0 1px 0 rgba(232, 84, 10, 0.45) inset,
    0 34px 64px -26px rgba(232, 84, 10, 0.55),
    0 10px 24px -16px rgba(0, 0, 0, 0.8);
}
.svc-addon-step.is-featured:hover { transform: translateY(-14px); }
/* Ambient life — the featured tile's glow breathes slowly at rest. */
.svc-addon-step.is-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;
  pointer-events: none;
  background: radial-gradient(120% 95% at 50% 0%, rgba(232, 84, 10, 0.22), transparent 62%);
  animation: svc-breathe 4.8s ease-in-out infinite;
}
.svc-addon-step.is-featured > * { position: relative; z-index: 1; }
@keyframes svc-breathe {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .svc-addon-step,
  .svc-addon-step.is-featured { transition: none; }
  .svc-addon-step.is-featured::before { animation: none; }
}
.svc-addon-step__badge {
  position: absolute;
  top: 16px;
  right: 18px;
  font-family: var(--font-body);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange-hover);
}
.svc-addon-step__size {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-on-dark-secondary);
}
.svc-addon-step__price {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.9;
  color: white;
  display: flex;
  align-items: baseline;
}
.svc-addon-step.is-featured .svc-addon-step__price { color: var(--orange-hover); }
.svc-addon-step__plus {
  font-size: 0.46em;
  color: var(--orange);
  align-self: flex-start;
  margin-top: 0.18em;
  margin-right: 2px;
}
.svc-addon-step__cur {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--text-on-dark-secondary);
  align-self: flex-end;
  margin-left: 7px;
  margin-bottom: 0.5em;
}
.svc-addon-step__use {
  font-family: var(--font-ui);
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 720px) {
  .svc-addon-scale { grid-template-columns: 1fr; gap: 14px; }
  .svc-addon-step.is-featured { transform: translateY(0); }
  .svc-addon-step.is-featured:hover { transform: translateY(-4px); }
}

.svc-addon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.8vw, 24px);
}

.svc-addon-item {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: clamp(24px, 2.4vw, 36px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.4vw, 20px);
  transition:
    border-color 320ms cubic-bezier(0.32, 0.72, 0, 1),
    background   320ms cubic-bezier(0.32, 0.72, 0, 1),
    transform    420ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow   420ms cubic-bezier(0.32, 0.72, 0, 1);
}

.svc-addon-item:hover {
  border-color: rgba(232, 84, 10, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

.svc-addon-item.is-featured {
  border-color: rgba(232, 84, 10, 0.55);
  background: rgba(232, 84, 10, 0.06);
}

.svc-addon-item__badge {
  position: absolute;
  top: 0;
  right: clamp(16px, 2vw, 24px);
  transform: translateY(-50%);
  background: var(--orange);
  color: white;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 2px;
}

.svc-addon-item__size {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.svc-addon-item__price {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 0.95;
  letter-spacing: -0.015em;
  color: white;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.svc-addon-item__price-plus {
  color: var(--orange);
}

.svc-addon-item__currency {
  font-family: var(--font-body);
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 4px;
}

.svc-addon-item__use {
  font-family: var(--font-body);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
}

.svc-addon__note {
  font-family: var(--font-body);
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.62);
  max-width: 720px;
  margin: 0;
}

.svc-addon__note strong {
  color: white;
  font-weight: 700;
}

/* --- Staggered reveal entrance (mirrors svc-payment) --------- */
.svc-addon .reveal {
  transform: translateY(28px);
  transition:
    opacity   0.62s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.62s cubic-bezier(0.32, 0.72, 0, 1);
}

.svc-addon .reveal.visible {
  transform: translateY(0);
}

/* --- Vanilla mode (light page) overrides --------------------- */
:root:not(.dark) .svc-addon {
  background: #EBE3D9;
  border-top-color: rgba(0, 0, 0, 0.05);
}

:root:not(.dark) .svc-addon::before {
  background:
    radial-gradient(circle at 85% 15%, rgba(232, 84, 10, 0.12), transparent 50%),
    radial-gradient(circle at 15% 90%, rgba(232, 84, 10, 0.08), transparent 55%);
}

:root:not(.dark) .svc-addon__heading {
  color: var(--text-on-light-primary);
}

:root:not(.dark) .svc-addon__tagline {
  color: var(--text-on-light-secondary);
}

:root:not(.dark) .svc-addon-item {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(0, 0, 0, 0.08);
}

:root:not(.dark) .svc-addon-item:hover {
  border-color: rgba(232, 84, 10, 0.55);
  background: rgba(255, 255, 255, 0.8);
}

:root:not(.dark) .svc-addon-item.is-featured {
  border-color: rgba(232, 84, 10, 0.6);
  background: rgba(255, 255, 255, 0.7);
}

:root:not(.dark) .svc-addon-item__size {
  color: var(--text-on-light-secondary);
}

:root:not(.dark) .svc-addon-item__price {
  color: var(--text-on-light-primary);
}

:root:not(.dark) .svc-addon-item__currency {
  color: var(--text-on-light-secondary);
}

:root:not(.dark) .svc-addon-item__use {
  color: var(--text-on-light-secondary);
}

:root:not(.dark) .svc-addon__note {
  color: var(--text-on-light-secondary);
}

:root:not(.dark) .svc-addon__note strong {
  color: var(--text-on-light-primary);
}

/* svc-addon-scale — light-mode flip on cream */
:root:not(.dark) .svc-addon-step {
  border-color: rgba(0, 0, 0, 0.10);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.4));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 38px -24px rgba(0, 0, 0, 0.35);
}
:root:not(.dark) .svc-addon-step:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 28px 54px -24px rgba(0, 0, 0, 0.4);
}
:root:not(.dark) .svc-addon-step.is-featured {
  border-color: rgba(232, 84, 10, 0.4);
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(232, 84, 10, 0.16), transparent 62%),
    linear-gradient(180deg, rgba(255, 248, 244, 0.92), rgba(252, 235, 226, 0.7));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 34px 60px -26px rgba(232, 84, 10, 0.45),
    0 10px 24px -16px rgba(0, 0, 0, 0.18);
}
:root:not(.dark) .svc-addon-step__size { color: var(--text-on-light-secondary); }
:root:not(.dark) .svc-addon-step__price { color: var(--text-on-light-primary); }
:root:not(.dark) .svc-addon-step:not(.is-featured):hover .svc-addon-step__price { color: var(--orange-on-light); }
:root:not(.dark) .svc-addon-step:hover .svc-addon-step__size { color: var(--orange-on-light); }
:root:not(.dark) .svc-addon-step.is-featured .svc-addon-step__price { color: var(--orange-on-light); }
:root:not(.dark) .svc-addon-step__badge { color: var(--orange-on-light); }
:root:not(.dark) .svc-addon-step__cur { color: var(--text-on-light-secondary); }
:root:not(.dark) .svc-addon-step__use { color: var(--text-on-light-secondary); }

/* --- Responsive ---------------------------------------------- */
@media (max-width: 900px) {
  .svc-addon-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

