const DS = "_ds/kgotla-design-system-4cd0b1ed-a3a2-4311-9531-bf0c47bca08b/"; const BRAND = "assets/brand/"; const ICONS = "assets/icons/"; const KG = { serif: 'var(--font-display)', body: 'var(--font-body)', ink: '#0F172B', blue: '#0051FF', white: '#FFFFFF', slate: '#62748E', gradient: 'linear-gradient(90deg, #0051FF 1%, #009780 98%)' }; const { LogoWhite, ButtonPrimaryDark, ButtonPrimaryLight, ButtonSecondaryLight, ButtonSecondaryDark, ButtonTertiaryLight, Icon, Footer } = window.KgotlaDesignSystem_4cd0b1; const { Reveal, REDUCED, sp } = window; /* Content column: the 1312px grid of the Figma page, centred at any viewport width. The gutter is fluid (20px at 320 → 64px from 1392 up). */ const COL = { width: "100%", maxWidth: 1440, marginLeft: "auto", marginRight: "auto", paddingLeft: "var(--kg-pad)", paddingRight: "var(--kg-pad)", boxSizing: "border-box" }; /* Nav lives in site-nav.jsx (window.NAV_LINKS) — one list for the whole site. */ const L = window.KGLINKS; const INTRO_PARAS = [ "For over 25 years, the Kgotla®Company has acted as leadership partners to more than 85 companies looking to effect turnaround management, create large-scale organisational change, operational efficiencies, or navigate complex corporate challenges.", "Our success is based on advancing your success, which we do by facilitating decision-making through dialogue with your whole company. This results in change that is collectively supported, it mitigates resistance risk and promotes sustainable value throughout your organisation.", "Using our proprietary tools - plus a tree, a fire and art - we facilitate large-scale transformation, employee engagement and belonging, plus internal collaboration and culture-change.", "Drawing inspiration from the traditional communal assembly model \u2018leKgotla\u2019 employed in Botswana, we cultivate an environment where every voice is heard."]; const LOGOS = [ { src: "assets/img/logo-1.png", alt: "Shell", h: 72 }, { src: "assets/img/logo-2.png", alt: "Rio Tinto", h: 34 }, { src: "assets/img/logo-3.png", alt: "KLM Royal Dutch Airlines", h: 58 }, { src: "assets/img/logo-4.png", alt: "Rabobank", h: 44 }, { src: "assets/img/logo-5.png", alt: "EY", h: 50 }, ]; function Eyebrow({ children, lineHeight = "24px", style }) { return {children}; } function HeroIntro({ delay, children }) { const [shown, setShown] = React.useState(REDUCED); React.useEffect(() => { const t = setTimeout(() => setShown(true), 80); return () => clearTimeout(t); }, []); return (
We guide leaders and organizations to reconnect with purpose, people and potential through structured conversations that ignite change.
{t}
)}