/* ============================================================
   Service pages (page TYPE). Shared by all 7 /what-we-do/* pages.
   Brand tokens: colors_and_type.css. Shared chrome: site.css.
   This file = page components (extracted from the design's inline
   styles) + scroll-reveal machinery + the responsive layer.
   Behaviour: js/services.js. Reveal is progressive enhancement.
   Prefix: sp-  (service page).
   ============================================================ */

body { margin: 0; background: var(--ax-ink-2); color: #fff; }

/* ============================================================
   LAYOUT PRIMITIVES
   ============================================================ */
.sp-root { position: relative; background: var(--ax-ink); color: #fff; font-family: var(--font-text); overflow: hidden; }
.sp-nav-wrap { position: relative; z-index: 20; margin-bottom: -78px; }

/* A section band. Default = dark (inherits root). */
.sp-block { position: relative; overflow: hidden; }
.sp-block--light { background: var(--ax-mist); color: var(--ax-ink-2); }

/* The inner content rail — left-gutter layout that matches what-we-do. */
.sp-sec { position: relative; z-index: 1; max-width: 1560px; margin: 0 auto 0 6vw;
      padding: clamp(80px, 10vw, 112px) clamp(24px, 4vw, 56px); }

/* Hairline glimmer divider between bands. */
.sp-edge { height: 2px; background: linear-gradient(to right, transparent, rgba(26,206,188,.75), transparent); }

/* Vertical spacing helper between sub-blocks within one section. */
.sp-mt-lg { margin-top: clamp(56px, 8vw, 96px); }

/* Section head: eyebrow + h2 on the left, optional link on the right. */
.sp-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: 16px; }

/* Heading cluster (eyebrow + h2 + optional lead) that sits above a grid. */
.sp-intro { margin-bottom: clamp(32px, 4vw, 44px); }
.sp-intro .sp-h2 { margin-bottom: 12px; }
.sp-intro .sp-lead { margin-bottom: 0; }
.sp-intro .sp-h2:last-child { margin-bottom: 0; }
.sp-intro .sp-meta { display: block; margin-top: 16px; }

/* ============================================================
   TYPE COMPONENTS
   ============================================================ */
.sp-eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .22em; color: var(--ax-turquoise); margin: 0 0 18px; }
.sp-block--light .sp-eyebrow { color: var(--ax-turquoise-ink); }

.sp-h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(30px, 4.6vw, 44px); line-height: 1.1; margin: 0; max-width: 24ch; }
.sp-h2 .hl { color: var(--ax-turquoise); }
.sp-block--light .sp-h2 .hl { color: var(--ax-turquoise-ink); }

.sp-lead { font-weight: 300; font-size: clamp(16px, 1.8vw, 17px); line-height: 1.75; color: rgba(255,255,255,.8); margin: 0 0 20px; text-wrap: pretty; }
.sp-lead:last-child { margin-bottom: 0; }
.sp-block--light .sp-lead { color: rgba(4,20,27,.78); }

.sp-meta { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .14em; color: rgba(255,255,255,.5); }
.sp-block--light .sp-meta { color: rgba(4,20,27,.55); }

/* Inline arrow link (e.g. "All insights"). */
.sp-alllink { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; color: var(--ax-turquoise); white-space: nowrap; }
.sp-alllink svg { width: 15px; height: 15px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; }
.sp-block--light .sp-alllink { color: var(--ax-turquoise-ink); }

.sp-credit { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .12em; color: rgba(255,255,255,.42); margin: 34px 0 0; }
.sp-credit a { color: rgba(255,255,255,.62); }

/* ============================================================
   BUTTONS
   ============================================================ */
.sp-btn { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; border-radius: 999px; padding: 14px 30px; white-space: nowrap;
      transition: transform .22s var(--ease, ease), box-shadow .22s var(--ease, ease), background .22s var(--ease, ease), border-color .22s var(--ease, ease); }
.sp-btn svg { width: 16px; height: 16px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .22s var(--ease, ease); }
.sp-btn:hover svg { transform: translateX(4px); }
.sp-btn--turq { color: var(--ax-black); background: var(--ax-turquoise); box-shadow: none; }
.sp-btn--turq:hover { box-shadow: none; }
.sp-btn--ghost { color: #fff; border: 1px solid rgba(26,206,188,.4); }
.sp-btn--ghost:hover { border-color: rgba(26,206,188,.85); }
.sp-btn--white { color: var(--ax-ink-2); background: #fff; }
.sp-btn--white:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.4); }
.sp-btn--outw { color: #fff; border: 1px solid rgba(255,255,255,.32); }
.sp-btn--outw:hover { border-color: #fff; background: rgba(255,255,255,.07); }
.sp-btn--ink { color: #fff; background: var(--ax-black); }
.sp-btn--ink:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(4,20,27,.22); }
.sp-btn--out { color: var(--ax-ink-2); border: 1px solid rgba(4,20,27,.24); }
.sp-btn--out:hover { border-color: var(--ax-black); background: rgba(4,20,27,.04); }
.sp-btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 40px; }
.sp-btn-row--center { justify-content: center; }

/* ============================================================
   HERO — grid-lined dark band, decorative art top-right
   ============================================================ */
.sp-hero { position: relative; overflow: hidden;
      background-image: linear-gradient(rgba(26,206,188,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(26,206,188,.05) 1px, transparent 1px);
      background-size: 48px 48px; }
.sp-hero__art { position: absolute; top: 0; right: 1.5%; width: 46%; height: 88%; max-height: 560px; overflow: hidden; pointer-events: none; z-index: 1;
      -webkit-mask-image: radial-gradient(130% 130% at 95% 6%, #000 30%, transparent 78%), linear-gradient(to left, transparent 0, #000 14%);
      mask-image: radial-gradient(130% 130% at 95% 6%, #000 30%, transparent 78%), linear-gradient(to left, transparent 0, #000 14%);
      -webkit-mask-composite: source-in; mask-composite: intersect; }
.sp-hero__art img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: brightness(1.28) saturate(1.08); }
.sp-hero__art-wash1 { position: absolute; inset: 0; background: linear-gradient(200deg, rgba(4,20,27,0), rgba(2,12,16,.24) 66%, var(--ax-ink) 100%); mix-blend-mode: multiply; }
.sp-hero__art-wash2 { position: absolute; inset: 0; background: radial-gradient(90% 90% at 88% 12%, rgba(26,206,188,.22), transparent 62%); }
.sp-hero__scrim { position: absolute; inset: 0; background:
  linear-gradient(to bottom, #020C10 0%, #020C10 14%, rgba(2,12,16,.72) 22%, rgba(2,12,16,.32) 32%, transparent 44%),
  radial-gradient(115% 100% at 52% 42%, rgba(2,12,16,.12) 0%, rgba(2,12,16,.56) 62%, rgba(2,12,16,.8) 100%); }
.sp-hero__inner { position: relative; z-index: 2; max-width: 1560px; margin: 0 auto 0 6vw;
      padding: clamp(120px, 16vw, 200px) clamp(24px, 4vw, 56px) clamp(88px, 12vw, 104px); }
.sp-hero__title { font-family: var(--font-display); font-weight: 300; font-size: clamp(40px, 7.5vw, 78px); line-height: .98; letter-spacing: -.02em; margin: 0; max-width: 17ch; }
.sp-hero__title .hl { color: var(--ax-turquoise); text-shadow: 0 0 32px rgba(26,206,188,.6); }
.sp-hero__lead { font-weight: 300; font-size: clamp(17px, 2vw, 20px); line-height: 1.6; color: rgba(255,255,255,.82); max-width: 58ch; margin: 26px 0 0; }

/* ============================================================
   SPLIT — two-column (heading left, prose right)
   ============================================================ */
.sp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.sp-split--top { align-items: start; }
.sp-split .sp-h2 { max-width: 20ch; }

/* ============================================================
   CAPABILITIES — icon cards in a grid (dark or light)
   ============================================================ */
.sp-grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sp-grid4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }

.sp-cap { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 280px; padding: 30px 26px;
      background: rgba(255,255,255,.02); border: 1px solid rgba(26,206,188,.22); border-radius: 10px;
      transition: border-color .22s var(--ease, ease), background .22s var(--ease, ease), box-shadow .22s var(--ease, ease), transform .22s var(--ease, ease); }
.sp-cap:hover { border-color: rgba(26,206,188,.7); box-shadow: 0 0 0 1px rgba(26,206,188,.4), 0 0 36px rgba(26,206,188,.16); transform: translateY(-4px); }
.sp-cap--feature { background: rgba(26,206,188,.06); border-color: rgba(26,206,188,.55); box-shadow: 0 0 0 1px rgba(26,206,188,.25), 0 0 36px rgba(26,206,188,.16); }
.sp-cap__num { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: rgba(255,255,255,.4); }
.sp-cap--feature .sp-cap__num { color: var(--ax-turquoise); }
/* Accent label variant (e.g. "01 · REDUCE" outcome cards, no icon). */
.sp-cap__tag { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .14em; color: var(--ax-turquoise); }
.sp-block--light .sp-cap__tag { color: var(--ax-turquoise-ink); }
.sp-cap__icon { color: var(--ax-turquoise); margin: 22px 0 auto; filter: drop-shadow(0 0 10px rgba(26,206,188,.5)); }
.sp-cap__icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.5; animation: spFloat 4.5s ease-in-out infinite; transition: transform .35s var(--ease, ease); }
.sp-cap:nth-child(2) .sp-cap__icon svg { animation-delay: .6s }
.sp-cap:nth-child(3) .sp-cap__icon svg { animation-delay: 1.2s }
.sp-cap:nth-child(4) .sp-cap__icon svg { animation-delay: .3s }
.sp-cap:nth-child(5) .sp-cap__icon svg { animation-delay: .9s }
.sp-cap:nth-child(6) .sp-cap__icon svg { animation-delay: 1.5s }
.sp-cap:hover .sp-cap__icon svg { animation: spPulse 1.4s ease-in-out infinite; transform: translateY(-4px) scale(1.14) rotate(-3deg); }
.sp-cap__title { font-family: var(--font-display); font-weight: 300; font-size: 22px; line-height: 1.2; margin: 24px 0 10px; }
.sp-cap__text { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.65); margin: 0; }
.sp-cap--feature .sp-cap__text { color: rgba(255,255,255,.72); }

/* Light-band capability cards. */
.sp-block--light .sp-cap { background: #fff; border-color: rgba(4,20,27,.12); box-shadow: 0 1px 2px rgba(4,20,27,.05); }
.sp-block--light .sp-cap:hover { border-color: rgba(26,206,188,.9); box-shadow: 0 0 0 1px rgba(26,206,188,.35), 0 14px 34px rgba(4,20,27,.10); }
.sp-block--light .sp-cap__num { color: rgba(4,20,27,.42); }
.sp-block--light .sp-cap__icon { color: var(--ax-turquoise-ink); }
.sp-block--light .sp-cap__title { color: var(--ax-ink-2); }
.sp-block--light .sp-cap__text { color: rgba(4,20,27,.69); }
.sp-block--light .sp-cap--feature { background: rgba(26,206,188,.06); border-color: rgba(26,206,188,.5); box-shadow: 0 0 0 1px rgba(26,206,188,.3), 0 14px 34px rgba(4,20,27,.10); }
.sp-block--light .sp-cap--feature .sp-cap__text { color: rgba(4,20,27,.72); }

/* Decorative topo image top-right of a band. */
.sp-topo { position: absolute; top: 0; right: 0; width: 32%; max-width: 520px; height: auto; max-height: 320px; object-fit: cover; object-position: 80% 25%; opacity: .85;
      filter: saturate(1.5) brightness(1.25) contrast(1.05); pointer-events: none; z-index: 0;
      -webkit-mask-image: radial-gradient(120% 120% at 100% 0, #000 20%, transparent 70%), linear-gradient(to left, transparent 0, #000 14%);
      mask-image: radial-gradient(120% 120% at 100% 0, #000 20%, transparent 70%), linear-gradient(to left, transparent 0, #000 14%);
      -webkit-mask-composite: source-in; mask-composite: intersect; }

/* ============================================================
   STATS — proof / outcomes
   ============================================================ */
.sp-stat { border: 1px solid rgba(255,255,255,.14); border-radius: 10px; padding: 34px 30px; background: rgba(255,255,255,.02); min-height: 180px; }
.sp-stat--feature { background: rgba(26,206,188,.06); border-color: rgba(26,206,188,.4); box-shadow: 0 0 0 1px rgba(26,206,188,.3), 0 0 30px rgba(26,206,188,.14); }
.sp-stat__num { font-family: var(--font-display); font-weight: 300; font-size: clamp(48px, 6vw, 64px); line-height: 1; color: #fff; }
.sp-stat__num .u { color: var(--ax-turquoise); }
.sp-stat--feature .sp-stat__num { color: var(--ax-turquoise); }
.sp-stat__label { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .08em; color: rgba(255,255,255,.66); margin-top: 16px; line-height: 1.5; }
.sp-block--light .sp-stat { background: #fff; border-color: rgba(4,20,27,.12); box-shadow: 0 1px 2px rgba(4,20,27,.05); }
.sp-block--light .sp-stat--feature { background: rgba(26,206,188,.06); border-color: rgba(26,206,188,.4); box-shadow: 0 0 0 1px rgba(26,206,188,.3), 0 14px 34px rgba(4,20,27,.10); }
.sp-block--light .sp-stat__num { color: var(--ax-ink-2); }
.sp-block--light .sp-stat__num .u { color: var(--ax-turquoise-ink); }
.sp-block--light .sp-stat--feature .sp-stat__num { color: var(--ax-turquoise-ink); }
.sp-block--light .sp-stat__label { color: rgba(4,20,27,.66); }
.sp-block--light .sp-stat--feature .sp-stat__label { color: rgba(4,20,27,.76); }

/* ============================================================
   STAT ROW — big figures under a rule (why-you-should-care / outcomes)
   ============================================================ */
.sp-statrow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: clamp(28px, 3.5vw, 44px); }
.sp-statrow__item { border-top: 1px solid rgba(255,255,255,.16); padding-top: 18px; min-width: 0; }
.sp-statrow__num { font-family: var(--font-display); font-weight: 300; font-size: clamp(28px, 2.6vw, 40px); line-height: 1.05; color: var(--ax-turquoise); }
.sp-statrow__num--sm { font-size: clamp(26px, 2.2vw, 34px); line-height: 1.1; }
.sp-statrow__text { font-weight: 300; font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.72); margin: 12px 0 8px; text-wrap: pretty; }
.sp-statrow__src { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .14em; color: rgba(255,255,255,.5); }
.sp-block--light .sp-statrow__item { border-top-color: rgba(4,20,27,.16); }
.sp-block--light .sp-statrow__num { color: var(--ax-turquoise-ink); }
.sp-block--light .sp-statrow__text { color: rgba(4,20,27,.72); }
.sp-block--light .sp-statrow__src { color: rgba(4,20,27,.5); }

/* ============================================================
   AGENDA — numbered rows with pill badges (workshop agenda)
   ============================================================ */
.sp-collabel { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .16em; color: rgba(255,255,255,.5); margin-bottom: 24px; }
.sp-block--light .sp-collabel { color: rgba(4,20,27,.5); }
.sp-agenda { display: flex; flex-direction: column; gap: 20px; }
.sp-agenda__row { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; }
.sp-agenda__num { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .1em; color: var(--ax-turquoise); border: 1px solid rgba(26,206,188,.5); border-radius: 999px; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.sp-agenda__title { font-family: var(--font-display); font-weight: 300; font-size: 19px; line-height: 1.25; margin: 2px 0 5px; }
.sp-agenda__text { font-weight: 300; font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.7); margin: 0; }
.sp-block--light .sp-agenda__title { color: var(--ax-ink-2); }
.sp-block--light .sp-agenda__text { color: rgba(4,20,27,.68); }

/* ============================================================
   DELIVERABLES — numbered columns under a rule
   ============================================================ */
.sp-deliverables { margin-top: clamp(48px, 6vw, 72px); }
.sp-deliverables + .sp-meta { display: block; margin-top: 40px; }
.sp-deliverable { padding: 26px 0 0; border-top: 1px solid rgba(26,206,188,.3); }
.sp-deliverable__num { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .16em; color: var(--ax-turquoise); margin-bottom: 16px; }
.sp-deliverable__title { font-family: var(--font-display); font-weight: 300; font-size: 22px; line-height: 1.2; margin: 0 0 10px; }
.sp-deliverable__text { font-weight: 300; font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.72); margin: 0; }
.sp-block--light .sp-deliverable { border-top-color: rgba(4,20,27,.16); }
.sp-block--light .sp-deliverable__num { color: var(--ax-turquoise-ink); }
.sp-block--light .sp-deliverable__title { color: var(--ax-ink-2); }
.sp-block--light .sp-deliverable__text { color: rgba(4,20,27,.72); }

/* ============================================================
   PULL-QUOTE
   ============================================================ */
.sp-quote { margin: clamp(48px, 6vw, 64px) 0 0; padding: 6px 0 6px 34px; border-left: 2px solid var(--ax-turquoise); }
.sp-quote p { font-family: var(--font-display); font-weight: 300; font-size: clamp(22px, 3vw, 30px); line-height: 1.35; margin: 0; max-width: 54ch; text-wrap: pretty; color: #fff; }
.sp-quote__cite { display: block; font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .14em; color: var(--ax-turquoise); margin-top: 18px; font-style: normal; }
.sp-block--light .sp-quote { border-left-color: var(--ax-turquoise-ink); }
.sp-block--light .sp-quote p { color: var(--ax-ink-2); }
.sp-block--light .sp-quote__cite { color: var(--ax-turquoise-ink); }

/* ============================================================
   FEATURE LIST — "what good looks like" tick rows
   ============================================================ */
.sp-checks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 44px; }
.sp-check { position: relative; padding: 18px 0 18px 40px; border-top: 1px solid rgba(255,255,255,.1); font-weight: 300; font-size: 16px; line-height: 1.5; color: rgba(255,255,255,.82); }
.sp-check::before { content: ""; position: absolute; left: 0; top: 20px; width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--ax-turquoise);
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231ACEBC' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat; }
.sp-block--light .sp-check { color: rgba(4,20,27,.8); border-top-color: rgba(4,20,27,.1); }
.sp-block--light .sp-check::before { border-color: var(--ax-turquoise-ink);
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B7F74' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat; }

/* ============================================================
   TRACK — "what good looks like" horizontal stages with nodes
   ============================================================ */
.sp-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: clamp(32px, 4vw, 44px); }
.sp-track__stage { position: relative; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
.sp-track__node { position: absolute; top: -8px; left: 0; width: 15px; height: 15px; border-radius: 50%; background: var(--ax-ink); border: 1.5px solid var(--ax-turquoise); display: flex; align-items: center; justify-content: center; }
.sp-track__node span { width: 5px; height: 5px; border-radius: 50%; background: var(--ax-turquoise); }
.sp-track__tag { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .16em; color: var(--ax-turquoise); margin: 26px 0 14px; }
.sp-track__title { font-family: var(--font-display); font-weight: 300; font-size: 24px; line-height: 1.2; margin: 0 0 12px; max-width: 22ch; }
.sp-track__text { font-weight: 300; font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.72); margin: 0; }
.sp-block--light .sp-track__stage { border-top-color: rgba(4,20,27,.14); }
.sp-block--light .sp-track__node { background: #fff; border-color: var(--ax-turquoise-ink); }
.sp-block--light .sp-track__node span { background: var(--ax-turquoise-ink); }
.sp-block--light .sp-track__tag { color: var(--ax-turquoise-ink); }
.sp-block--light .sp-track__title { color: var(--ax-ink-2); }
.sp-block--light .sp-track__text { color: rgba(4,20,27,.68); }

/* ============================================================
   PRODUCT / WORKSHOP CARDS — title + tick list + meta
   ============================================================ */
.sp-prodgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: clamp(48px, 6vw, 72px); }
.sp-prodcard { display: flex; flex-direction: column; background: rgba(26,206,188,.05); border: 1px solid rgba(26,206,188,.45); border-radius: 10px; padding: 38px 34px; }
.sp-prodcard__title { font-family: var(--font-display); font-weight: 300; font-size: 26px; line-height: 1.18; margin: 0 0 12px; }
.sp-prodcard__text { font-weight: 300; font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.72); margin: 0 0 22px; }
.sp-prodcard__meta { margin-top: auto; font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .14em; color: rgba(255,255,255,.5); }
.sp-ticklist { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.sp-ticklist li { position: relative; padding-left: 26px; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.7); }
.sp-ticklist li::before { content: ""; position: absolute; left: 0; top: 3px; width: 15px; height: 15px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231ACEBC' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat; }
.sp-block--light .sp-prodcard { background: #fff; border-color: rgba(26,206,188,.5); box-shadow: 0 1px 2px rgba(4,20,27,.05); }
.sp-block--light .sp-prodcard__title { color: var(--ax-ink-2); }
.sp-block--light .sp-prodcard__text { color: rgba(4,20,27,.72); }
.sp-block--light .sp-prodcard__meta { color: rgba(4,20,27,.55); }
.sp-block--light .sp-ticklist li { color: rgba(4,20,27,.72); }
.sp-block--light .sp-ticklist li::before { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B7F74' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat; }

/* ============================================================
   PANEL — a bordered content card (event / newsletter / referral)
   ============================================================ */
.sp-next { display: grid; grid-template-columns: 1.15fr 1fr; gap: 22px; align-items: stretch; }
.sp-panel { display: flex; flex-direction: column; border-radius: 12px; padding: 40px 40px 42px; }
.sp-panel--outline { border: 1px solid rgba(4,20,27,.14); background: #fff; box-shadow: 0 1px 2px rgba(4,20,27,.05); }
.sp-panel--soft { border: 1px solid rgba(4,20,27,.14); background: #F7F9F9; }
.sp-panel--darkoutline { border: 1px solid rgba(26,206,188,.22); background: rgba(255,255,255,.035); }
.sp-panel__eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .16em; color: var(--ax-turquoise-ink); margin-bottom: 22px; }
.sp-block:not(.sp-block--light) .sp-panel__eyebrow { color: var(--ax-turquoise); }
.sp-panel__title { font-family: var(--font-display); font-weight: 300; font-size: 26px; line-height: 1.2; margin: 0 0 14px; max-width: 26ch; }
.sp-panel__text { font-weight: 300; font-size: 15.5px; line-height: 1.65; color: rgba(4,20,27,.72); margin: 0 0 28px; }
.sp-block:not(.sp-block--light) .sp-panel--darkoutline .sp-panel__text { color: rgba(255,255,255,.72); }

/* Event card specifics */
.sp-event__head { display: flex; align-items: baseline; gap: 20px; margin-bottom: 22px; flex-wrap: wrap; }
.sp-event__day { font-family: var(--font-display); font-weight: 300; font-size: 44px; line-height: 1; }
.sp-event__mon { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .16em; color: var(--ax-turquoise-ink); margin-top: 6px; }
.sp-event__meta { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .16em; color: var(--ax-turquoise-ink); }
.sp-event__title { font-family: var(--font-display); font-weight: 300; font-size: 30px; line-height: 1.15; margin: 0 0 14px; max-width: 26ch; }
.sp-event__text { font-weight: 300; font-size: 16px; line-height: 1.65; color: rgba(4,20,27,.74); max-width: 52ch; margin: 0 0 30px; }
.sp-panel__actions { margin-top: auto; display: flex; gap: 14px; flex-wrap: wrap; }

/* ============================================================
   SPEC LIST — numbered rows (product-referral pillar list)
   ============================================================ */
.sp-speclist__eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .18em; color: rgba(255,255,255,.45); margin-bottom: 16px; }
.sp-speclist { display: flex; flex-direction: column; }
.sp-speclist__row { display: flex; gap: 14px; align-items: baseline; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); }
.sp-speclist__num { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .14em; color: var(--ax-turquoise); flex: none; }
.sp-speclist__title { font-size: 15px; font-weight: 500; }
.sp-speclist__text { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.6); margin-top: 3px; line-height: 1.5; }
.sp-block--light .sp-speclist__eyebrow { color: rgba(4,20,27,.5); }
.sp-block--light .sp-speclist__row { border-top-color: rgba(4,20,27,.12); }
.sp-block--light .sp-speclist__num { color: var(--ax-turquoise-ink); }
.sp-block--light .sp-speclist__title { color: var(--ax-ink-2); }
.sp-block--light .sp-speclist__text { color: rgba(4,20,27,.6); }
/* Boxed variant (spec list inside a card). */
.sp-speclist-card { border-radius: 10px; padding: 30px 32px; background: rgba(255,255,255,.02); border: 1px solid rgba(26,206,188,.22); }
.sp-speclist-card .sp-speclist__row:first-child { padding-top: 6px; }
.sp-block--light .sp-speclist-card { background: #fff; border-color: rgba(4,20,27,.12); box-shadow: 0 1px 2px rgba(4,20,27,.05); }

/* ============================================================
   SUBSCRIBE — form (banner + panel variants)
   ============================================================ */
.sp-subbar { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; border: 1px solid rgba(26,206,188,.22); border-radius: 12px; background: rgba(255,255,255,.035); padding: 32px 36px; margin-bottom: 22px; }
.sp-subbar__eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .16em; color: var(--ax-turquoise); margin-bottom: 12px; }
.sp-subbar__title { font-family: var(--font-display); font-weight: 300; font-size: 26px; line-height: 1.2; margin: 0 0 6px; }
.sp-subbar__text { font-weight: 300; font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.66); margin: 0; max-width: 52ch; }
.sp-block--light .sp-subbar { border-color: rgba(4,20,27,.14); background: #fff; box-shadow: 0 1px 2px rgba(4,20,27,.05); }
.sp-block--light .sp-subbar__eyebrow { color: var(--ax-turquoise-ink); }
.sp-block--light .sp-subbar__title { color: var(--ax-ink-2); }
.sp-block--light .sp-subbar__text { color: rgba(4,20,27,.66); }
.sp-form { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.sp-form__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.sp-form__input { flex: 1; min-width: 200px; height: 52px; border-radius: 999px; border: 1px solid rgba(26,206,188,.4); background: rgba(255,255,255,.04); color: #fff; padding: 0 22px; font-family: var(--font-text); font-size: 14px; outline: none; }
.sp-form__input::placeholder { color: rgba(255,255,255,.5); }
.sp-form__input:focus-visible { border-color: var(--ax-turquoise); }
.sp-block--light .sp-form__input { border-color: rgba(4,20,27,.2); background: #fff; color: var(--ax-ink-2); }
.sp-block--light .sp-form__input::placeholder { color: rgba(4,20,27,.5); }

/* ============================================================
   INSIGHT / REFERRAL CARDS — media over body
   ============================================================ */
.sp-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.sp-rcard { display: flex; flex-direction: column; color: inherit; overflow: hidden; border-radius: 10px;
      border: 1px solid rgba(26,206,188,.18); background: rgba(255,255,255,.035);
      transition: border-color .22s ease, background .22s ease, transform .22s var(--ease, ease), box-shadow .22s ease; }
.sp-rcard:hover { border-color: rgba(26,206,188,.75); background: rgba(26,206,188,.06); transform: translateY(-4px); box-shadow: 0 0 0 1px rgba(26,206,188,.35), 0 18px 40px rgba(4,20,27,.5); }
.sp-rcard__media { position: relative; height: 190px; overflow: hidden; background: #0A1E26; }
.sp-rcard__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease, ease); }
.sp-rcard:hover .sp-rcard__media img { transform: scale(1.04); }
.sp-rcard__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,12,16,.55), transparent 62%); pointer-events: none; }
.sp-rcard__body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.sp-rcard__tag { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .16em; color: var(--ax-turquoise); margin-bottom: 14px; }
.sp-rcard__title { font-family: var(--font-display); font-weight: 300; font-size: 23px; line-height: 1.22; margin: 0 0 12px; }
.sp-rcard__text { font-size: 14.5px; line-height: 1.65; color: rgba(255,255,255,.72); margin: 0 0 22px; }
.sp-rcard__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sp-rcard__read { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 500; color: var(--ax-turquoise); }
.sp-rcard__read svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .22s var(--ease, ease); }
.sp-rcard:hover .sp-rcard__read svg { transform: translateX(4px); }
.sp-block--light .sp-rcard { background: #fff; border-color: rgba(4,20,27,.12); box-shadow: 0 1px 2px rgba(4,20,27,.05); }
.sp-block--light .sp-rcard:hover { border-color: rgba(26,206,188,.9); background: #fff; box-shadow: 0 0 0 1px rgba(26,206,188,.35), 0 14px 34px rgba(4,20,27,.1); }
.sp-block--light .sp-rcard__scrim { background: linear-gradient(to top, rgba(2,12,16,.35), transparent 62%); }
.sp-block--light .sp-rcard__tag { color: var(--ax-turquoise-ink); }
.sp-block--light .sp-rcard__title { color: var(--ax-ink-2); }
.sp-block--light .sp-rcard__text { color: rgba(4,20,27,.72); }
.sp-block--light .sp-rcard__read { color: var(--ax-turquoise-ink); }

/* ============================================================
   CTA — centred, light or dark
   ============================================================ */
.sp-cta { text-align: center; }
.sp-cta__inner { position: relative; z-index: 2; padding: clamp(72px, 12vw, 110px) clamp(24px, 5vw, 40px); }
.sp-cta__title { font-family: var(--font-display); font-weight: 300; font-size: clamp(30px, 4.6vw, 44px); line-height: 1.1; margin: 0 0 18px; }
.sp-cta__lead { max-width: 52ch; margin: 0 auto 34px; font-weight: 300; line-height: 1.6; color: rgba(4,20,27,.74); }
.sp-block:not(.sp-block--light) .sp-cta__lead { color: rgba(255,255,255,.72); }

/* ============================================================
   ANIMATION KEYFRAMES
   ============================================================ */
@keyframes spFloat { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-5px) } }
@keyframes spPulse { 0%,100% { filter: drop-shadow(0 0 8px rgba(26,206,188,.45)) } 50% { filter: drop-shadow(0 0 16px rgba(26,206,188,.85)) } }

/* ============================================================
   SCROLL-REVEAL — added by js/services.js
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease, ease), transform .7s var(--ease, ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .06s } .reveal[data-d="2"] { transition-delay: .12s }
.reveal[data-d="3"] { transition-delay: .18s } .reveal[data-d="4"] { transition-delay: .24s }
.reveal[data-d="5"] { transition-delay: .3s } .reveal[data-d="6"] { transition-delay: .36s }
/* Capability cards keep their hover transform independent of the reveal. */
.sp-cap.reveal { transition: opacity .7s var(--ease, ease), transform .7s var(--ease, ease), border-color .22s ease, background .22s ease, box-shadow .22s ease; }
.sp-cap.reveal:not(.in):not(:hover) { transform: translateY(28px); }

/* ============================================================
   RESPONSIVE LAYER
   ============================================================ */
@media (max-width: 1180px) {
  .sp-grid3, .sp-grid4, .sp-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1180px) {
  .sp-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
}
@media (max-width: 980px) {
  .sp-split, .sp-next, .sp-subbar, .sp-prodgrid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .sp-subbar { gap: 24px; }
  .sp-prodgrid { gap: 22px; }
  .sp-checks { grid-template-columns: minmax(0, 1fr); }
  .sp-topo { display: none; }
  .sp-hero__art { display: none; }
  .sp-sec, .sp-hero__inner { margin-left: auto; margin-right: auto; }
  .sp-head { align-items: flex-start; }
}
@media (max-width: 760px) {
  .sp-grid3, .sp-grid4, .sp-cards, .sp-track, .sp-statrow { grid-template-columns: minmax(0, 1fr); }
  .sp-panel { padding: 32px 26px 34px; }
  .sp-btn { padding: 13px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .sp-cap.reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .sp-cap__icon svg { animation: none !important; }
  .sp-rcard__media img { transition: none; }
}

/* Hero lead row with partner logo (cloud-excellence) */
.sp-hero__leadrow { display: flex; align-items: flex-start; gap: 22px; margin: 26px 0 0; }
.sp-hero__leadrow .sp-hero__lead { margin: 0; }
.sp-hero__awslogo { width: 72px; height: 72px; flex: none; display: block; margin-top: 2px; }
@media (max-width: 560px) {
  .sp-hero__awslogo { width: 56px; height: 56px; }
}

/* ============================================================
   WORKSHOP CARD — "where to start" link card built on sp-panel
   (product-design-delivery). Reuses sp-panel--darkoutline for the
   shell (eyebrow / title / text); adds a "you walk away with" footer
   with a highlight line and an explore link. No sp- equivalent for
   this footer existed.
   ============================================================ */
.sp-wscard { color: inherit; transition: border-color .22s var(--ease, ease), background .22s var(--ease, ease), transform .22s var(--ease, ease), box-shadow .22s var(--ease, ease); }
.sp-wscard:hover { border-color: rgba(26,206,188,.75); background: rgba(26,206,188,.06); transform: translateY(-4px); box-shadow: 0 0 0 1px rgba(26,206,188,.35), 0 18px 40px rgba(4,20,27,.5); }
.sp-wscard__foot { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(26,206,188,.28); }
.sp-wscard__footlabel { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .16em; color: rgba(255,255,255,.62); margin: 0 0 8px; }
.sp-wscard__take { font-size: 14.5px; line-height: 1.55; color: var(--ax-turquoise); margin: 0 0 18px; }
.sp-wscard__go { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 500; color: #fff; }
.sp-wscard__go svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .22s var(--ease, ease); }
.sp-wscard:hover .sp-wscard__go svg { transform: translateX(4px); }
@media (prefers-reduced-motion: reduce) {
  .sp-wscard, .sp-wscard__go svg { transition: none !important; }
}
