/* ============================================================ PRAVI — SERVICES PAGE Broadsheet-rooted but customized: no eyebrow labels, no masthead chrome, no em-dashes. The Core Practices read as full editorial spreads; sectors use a distinct hover ledger. ============================================================ */ const { useState, useEffect, useRef } = React; const P = window.PRAVI; const ChevronMark = window.PraviChevronMark; const HomeNav = window.PraviHomeNav; const HomeFooter = window.PraviHomeFooter; const CtaBand = window.PraviCtaBand; const PageHero = window.PraviPageHero; const useReveal = window.praviUseReveal; const useScrollFX = window.praviUseScrollFX; const useHashScroll = window.praviUseHashScroll; const Head = window.PraviHead; const ProgressBar = window.PraviProgressBar; const Blob = window.PraviBlob; const CAT_FILE = window.PRAVI_CAT_FILE; const CAT_COVERS = { 'strategy-advisory': "assets/s-and-c.webp", 'execution-delivery': "assets/LAP2.webp", 'insight-intelligence': P.ServiceCategoryIMG[2], 'digital-systems': "assets/DT.webp", }; function Mark({ style = {} }) { return (
); } /* =================================================================== THE CORE PRACTICES — each practice as a full editorial spread. Image + descriptor + the services it holds (names only) + a link into its own detail page. =================================================================== */ function CorePractices() { return (Four practice areas, sixteen services. Each practice opens into its own page, with the skills it covers and the case studies behind them.
*/}