:root{
  --navy:#102f55;
  --navy-dark:#082846;
  --teal:#0a99a3;
  --teal-dark:#067e89;
  --cyan:#36c5c5;
  --green:#4f9b68;
  --ink:#173451;
  --muted:#60748a;
  --line:#d8e8ea;
  --soft:#f4fbfb;
  --soft-blue:#eef8fb;
  --white:#ffffff;
  --shadow:0 18px 55px rgba(22,64,86,.11);
  --shadow-soft:0 8px 24px rgba(22,64,86,.08);
  --radius:18px;
  --shell:1520px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#eef5f7;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;overflow-x:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}
.skip-link{position:fixed;left:15px;top:-100px;z-index:9999;background:#fff;padding:10px 14px;border-radius:10px;box-shadow:var(--shadow);transition:.2s}.skip-link:focus{top:15px}
.reading-progress{position:fixed;inset:0 0 auto;height:3px;z-index:999;background:transparent}.reading-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--teal),var(--cyan));transform-origin:left;transform:scaleX(0)}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(197,220,224,.8);transition:box-shadow .25s ease}
.site-header.is-scrolled{box-shadow:0 10px 28px rgba(28,68,89,.08)}
.nav-shell{height:112px;display:grid;grid-template-columns:255px 1fr auto;align-items:center;gap:24px}
.brand{display:inline-flex;align-items:center;width:210px;height:84px;overflow:visible}
.brand img{width:auto;height:88px;max-width:205px;object-fit:contain;object-position:left center}
.site-nav{justify-self:center;display:flex;align-items:center;gap:34px;font-size:15px;font-weight:650;color:#203a57}
.site-nav a{position:relative;padding:39px 0 36px;white-space:nowrap}
.site-nav a::after{content:"";position:absolute;left:0;right:0;bottom:24px;height:2px;background:var(--teal);transform:scaleX(0);transition:transform .22s ease;transform-origin:left}
.site-nav a:hover::after,.site-nav a.is-active::after{transform:scaleX(1)}
.header-contact{display:flex;align-items:center;gap:22px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:15px 24px;font-weight:750;font-size:15px;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;white-space:nowrap}
.button:hover{transform:translateY(-2px)}
.button img{width:19px;height:19px}
.button-primary{background:linear-gradient(135deg,#0aa2ae,#087d8e);color:#fff;box-shadow:0 10px 25px rgba(8,145,157,.18)}
.button-primary img{filter:brightness(0) invert(1)}
.button-primary:hover{box-shadow:0 14px 32px rgba(8,145,157,.25)}
.button-outline{background:#fff;border-color:#0b9aa3;color:#0b8590}
.button-small{padding:13px 22px}.button-compact{padding:12px 18px;font-size:13px}
.menu-button{display:none;border:0;background:transparent;padding:6px}.menu-button img{width:28px;height:28px}.menu-close-icon{display:none}

main{background:#fff}
.section-tight{padding:20px 0 0}.section-normal{padding:28px 0 38px}
.home-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#f8feff 0%,#fff 48%,#f3fbfc 100%)}
.home-hero::before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;left:-250px;top:-250px;background:radial-gradient(circle,rgba(50,191,199,.12),rgba(50,191,199,0) 70%)}
.hero-layout{min-height:490px;display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:32px;position:relative}
.hero-copy{padding:35px 0 35px 36px;position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:7px;color:#078b95;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:12px;margin-bottom:10px}
.hero-copy h1,.inner-hero h1{font-family:Georgia,"Times New Roman",serif;color:#102f55;line-height:1.03;margin:0;letter-spacing:-.03em}
.hero-copy h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(44px,4.2vw,72px);font-weight:830;max-width:740px;letter-spacing:-.04em}
.hero-copy>p{font-size:17px;line-height:1.65;color:#405c75;max-width:650px;margin:18px 0 24px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px;max-width:760px}
.hero-benefits article{display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:center;min-width:0}.hero-benefits img{width:45px;height:45px}.hero-benefits strong{display:block;color:#173b59;font-size:13px}.hero-benefits span{display:block;color:#708194;font-size:11px;line-height:1.35;margin-top:2px}
.hero-media{align-self:stretch;display:flex;align-items:end;position:relative;min-width:0}
.hero-image-frame{position:relative;width:100%;height:510px;overflow:hidden;border-radius:0 0 0 120px;background:linear-gradient(150deg,#edfafa,#d9f2f2)}
.hero-image{width:100%;height:100%;object-fit:cover;object-position:center center;mix-blend-mode:multiply;transform:scale(1.02);transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.hero-image-frame:hover .hero-image{transform:scale(1.045)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-glow-a{width:130px;height:130px;right:6%;top:13%;background:rgba(63,192,196,.16)}.hero-glow-b{width:90px;height:90px;left:5%;bottom:10%;background:rgba(34,170,182,.12)}
.hero-float-card{position:absolute;right:4%;bottom:13%;background:linear-gradient(135deg,rgba(22,188,190,.94),rgba(7,151,161,.96));color:#fff;border-radius:999px;padding:14px 24px 14px 14px;display:flex;align-items:center;gap:12px;box-shadow:0 18px 35px rgba(7,122,134,.22);animation:floatCard 4s ease-in-out infinite}.hero-float-card strong{font-size:17px;line-height:1.1}.pulse-ring{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);box-shadow:0 0 0 7px rgba(255,255,255,.18)}.pulse-ring img{width:44px;height:44px}
@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

.programmes-strip{background:#fff;padding:0 0 28px;position:relative;z-index:3}
.programme-row{display:grid;grid-template-columns:repeat(5,1fr) .95fr;gap:12px;align-items:stretch}
.programme-card,.trust-card{border:1px solid #d8e8ea;background:rgba(255,255,255,.97);border-radius:17px;box-shadow:var(--shadow-soft);min-width:0}
.programme-card{padding:20px 18px;display:grid;grid-template-columns:58px 1fr;gap:12px;min-height:160px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.programme-card:hover{transform:translateY(-5px);box-shadow:0 15px 36px rgba(24,67,87,.14);border-color:#b7dadd}.programme-card>img{width:54px;height:54px}.programme-card h2{font-size:17px;color:#15365b;margin:1px 0 5px}.programme-card p{font-size:12px;color:#607287;line-height:1.42;margin:0 0 13px}.programme-card a{display:inline-flex;align-items:center;gap:7px;color:#078a94;font-size:12px;font-weight:750}.programme-card a img{width:16px;height:16px}
.trust-card{padding:18px 17px;background:linear-gradient(180deg,#fff,#f8fcfb)}.trust-card h2{font-size:14px;color:#17385a;margin:0 0 12px}.trust-card p{display:flex;gap:7px;align-items:flex-start;font-size:11px;color:#506a7e;margin:7px 0}.trust-card p img{width:18px;height:18px;flex:0 0 18px}

.home-panels{background:#fff}
.panels-grid{display:grid;grid-template-columns:1.1fr .92fr 1.25fr;gap:14px}
.panel{border:1px solid #d6e7e9;border-radius:17px;background:linear-gradient(180deg,#fff,#fbfefe);box-shadow:0 8px 20px rgba(27,67,87,.05);min-height:250px;overflow:hidden}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding:17px 20px 0}.panel-heading span,.panel-kicker{font-weight:800;color:#173a60}.panel-heading a{font-size:11px;font-weight:750;color:#078c96}.journey-panel{padding-bottom:18px}.timeline{position:relative;padding:36px 20px 0;display:grid;grid-template-columns:repeat(5,1fr);gap:2px}.timeline-line{position:absolute;top:45px;left:36px;right:36px;height:2px;background:#d8e8ea}.timeline-line span{display:block;height:100%;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:transform 1.2s cubic-bezier(.2,.8,.2,1)}.timeline.is-visible .timeline-line span{transform:scaleX(1)}.timeline-item{text-align:center;position:relative;padding-top:22px}.timeline-item i{position:absolute;width:14px;height:14px;border-radius:50%;border:2px solid var(--teal);background:#fff;top:0;left:50%;transform:translateX(-50%);z-index:2;transition:.3s}.timeline.is-visible .timeline-item i{box-shadow:0 0 0 5px rgba(9,158,166,.08)}.timeline-item strong{display:block;font-size:13px;color:#18375a;margin-bottom:6px}.timeline-item span{display:block;font-size:10px;line-height:1.35;color:#667a8d;padding:0 5px}
.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:23px 20px 20px}.work-grid div{display:grid;grid-template-columns:42px 1fr;column-gap:9px;align-items:center}.work-grid img{grid-row:1/3;width:40px;height:40px}.work-grid strong{font-size:12px;color:#173957}.work-grid span{font-size:10px;color:#708294;line-height:1.3}
.digital-panel{display:grid;grid-template-columns:1fr 130px;gap:8px;padding:18px 18px 16px}.digital-content{min-width:0}.digital-content h2{font-size:18px;color:#17395b;line-height:1.15;margin:4px 0 7px}.digital-content>p{font-size:11px;color:#60778a;line-height:1.45;margin:0 0 8px}.digital-content ul{list-style:none;padding:0;margin:8px 0 12px}.digital-content li{display:flex;align-items:center;gap:6px;font-size:10px;color:#496679;margin:4px 0}.digital-content li img{width:17px;height:17px}.phone-mockup{width:104px;height:200px;align-self:end;justify-self:center;border:5px solid #18334b;border-radius:19px;background:#fff;box-shadow:0 12px 25px rgba(17,52,76,.18);position:relative;padding:11px 6px 7px;transform:rotate(-1deg);transition:transform .25s}.digital-panel:hover .phone-mockup{transform:rotate(1deg) translateY(-4px)}.phone-notch{position:absolute;top:2px;left:50%;transform:translateX(-50%);width:38px;height:6px;border-radius:0 0 8px 8px;background:#18334b}.phone-screen>span{font-size:8px;font-weight:800;color:#173a58;display:block;margin:4px 2px 9px}.mini-course{display:grid;grid-template-columns:28px 1fr;gap:5px;align-items:center;border:1px solid #e1ecee;border-radius:7px;padding:5px 4px;margin:6px 0}.mini-course img{width:27px;height:27px}.mini-course b{display:block;font-size:6px;color:#28465f}.mini-course i{display:block;width:100%;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--teal) 70%,#e5edef 70%);margin-top:3px}

.site-footer{background:linear-gradient(135deg,#0b7892,#075c7d);color:#fff;padding:30px 0 12px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .9fr 1fr;gap:34px;align-items:start}.site-footer h2{font-size:13px;margin:0 0 12px}.site-footer a,.site-footer p{display:block;font-size:12px;color:rgba(255,255,255,.82);margin:5px 0}.site-footer a:hover{color:#fff}.footer-logo-wrap{display:inline-flex;background:rgba(255,255,255,.96);border-radius:14px;padding:4px 12px;max-width:245px}.footer-logo-wrap img{width:210px;height:102px;object-fit:contain}.footer-brand-block>p{max-width:430px;line-height:1.5}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:20px;padding-top:12px;display:flex;justify-content:space-between;gap:15px;font-size:10px;color:rgba(255,255,255,.74)}

.inner-hero{background:linear-gradient(135deg,#f4fbfc,#fff 58%,#edfafa);padding:64px 0}.inner-hero.compact{padding:58px 0}.inner-hero-grid{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:50px}.inner-hero h1{font-size:clamp(42px,5vw,70px);max-width:900px}.inner-hero p{font-size:17px;color:#557087;line-height:1.7;max-width:850px}.inner-hero-image{height:340px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.inner-hero-image img{width:100%;height:100%;object-fit:cover}
.content-section{padding:65px 0}.content-section.soft{background:#f5fbfb}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:22px}.content-card,.solution-card,.resource-card{border:1px solid #d8e7e9;border-radius:20px;background:#fff;padding:30px;box-shadow:var(--shadow-soft)}.content-card h2,.solution-card h2,.resource-card h2,.section-heading h2,.feature-callout h2,.digital-feature h2{color:#173a5c;margin:0 0 10px;line-height:1.15}.content-card p,.solution-card p,.resource-card p,.feature-callout p,.digital-feature p{color:#60758a;line-height:1.65}.section-heading{margin-bottom:28px}.section-heading h2{font-size:36px}.vertical-timeline,.work-timeline{position:relative;padding-left:62px}.vertical-timeline::before,.work-timeline::before{content:"";position:absolute;left:22px;top:8px;bottom:8px;width:2px;background:#d7e8ea}.vertical-timeline::after,.work-timeline::after{content:"";position:absolute;left:22px;top:8px;width:2px;height:var(--timeline-height,0%);background:var(--teal);transition:height .15s linear}.vertical-timeline article{position:relative;border-bottom:1px solid #dce9eb;padding:0 0 28px;margin-bottom:28px}.vertical-timeline article:last-child{border-bottom:0}.vertical-timeline article>i,.work-entry>i{position:absolute;left:-47px;top:3px;width:16px;height:16px;border-radius:50%;border:3px solid var(--teal);background:#fff;z-index:2}.vertical-timeline strong{color:#0b8f98;font-size:13px}.vertical-timeline h3{font-size:24px;color:#16395a;margin:4px 0 5px}.vertical-timeline p{color:#60758a;max-width:900px}
.programme-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.programme-detail{display:grid;grid-template-columns:88px 1fr;gap:20px;align-items:start;border:1px solid #d7e8ea;border-radius:20px;background:#fff;padding:27px;box-shadow:var(--shadow-soft)}.programme-detail>img{width:72px;height:72px}.programme-detail span{font-size:12px;text-transform:uppercase;letter-spacing:.11em;font-weight:800;color:#078c96}.programme-detail h2{font-size:24px;color:#173b5d;margin:4px 0 8px}.programme-detail p{color:#63788c;margin:0;line-height:1.6}.feature-callout{display:flex;justify-content:space-between;align-items:center;gap:28px;background:#fff;border:1px solid #d7e8ea;border-radius:22px;padding:30px;box-shadow:var(--shadow-soft)}.feature-callout>div{max-width:900px}
.solution-grid,.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.solution-card img{width:54px;height:54px;margin-bottom:18px}.resource-card>span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e8f8f7;color:#0b8e97;font-weight:800;margin-bottom:14px}.resource-card a{display:inline-flex;align-items:center;gap:8px;color:#078a94;font-weight:800;font-size:13px;margin-top:8px}.resource-card a img{width:17px;height:17px}.digital-feature{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.check-list{list-style:none;padding:0}.check-list li{display:flex;align-items:center;gap:8px;margin:9px 0;color:#506d7f}.digital-graphic{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;border:1px solid #d7e8ea;border-radius:22px;background:#fff;padding:35px;box-shadow:var(--shadow-soft)}.system-node{padding:14px 18px;border:1px solid #b9dfe1;border-radius:12px;background:#eefafa;color:#1a5264;font-weight:800;font-size:13px}.digital-graphic>span{color:#0b9ba5;font-size:24px}
.work-entry{display:grid;grid-template-columns:120px 1fr;gap:28px;position:relative;padding:0 0 34px;margin-bottom:28px;border-bottom:1px solid #deeaec}.work-entry:last-child{border-bottom:0}.work-year{color:#0b8f98;font-weight:850}.work-entry h2{color:#173a5d;font-size:25px;margin:0 0 6px}.work-entry p{color:#60768a;line-height:1.65;margin:0 0 7px}.work-entry span{font-size:12px;font-weight:750;color:#45667a}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.contact-card,.enquiry-form{border:1px solid #d8e7e9;border-radius:22px;background:#fff;padding:30px;box-shadow:var(--shadow-soft)}.contact-card h2{color:#173b5d;margin:0 0 20px}.contact-card p{margin:16px 0}.contact-card strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#0b8c96}.contact-card a,.contact-card span{color:#536f83}.enquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.enquiry-form .full{grid-column:1/-1}.enquiry-form label{display:block;font-size:12px;font-weight:750;color:#29495f;margin-bottom:6px}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;border:1px solid #cfe0e3;border-radius:12px;padding:13px 14px;background:#fbfefe;color:#17364f;outline:none;transition:border-color .2s,box-shadow .2s}.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{border-color:#0b9aa4;box-shadow:0 0 0 3px rgba(11,154,164,.1)}.enquiry-form textarea{min-height:150px;resize:vertical}.form-status{font-size:12px;margin:8px 0 0}.form-status.error{color:#ad3341}.plain-list{padding-left:20px;color:#60758a}.plain-list li{margin:8px 0}

.reveal.reveal-ready{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}.reveal.reveal-ready[data-delay="1"]{transition-delay:.08s}.reveal.reveal-ready[data-delay="2"]{transition-delay:.16s}.reveal.reveal-ready[data-delay="3"]{transition-delay:.24s}.reveal.reveal-ready[data-delay="4"]{transition-delay:.32s}.reveal.reveal-ready[data-delay="5"]{transition-delay:.4s}.reveal.reveal-ready.is-visible{opacity:1;transform:translateY(0)}

@media(max-width:1280px){
  .shell{width:min(calc(100% - 36px),1180px)}
  .nav-shell{grid-template-columns:220px 1fr auto;gap:14px}.brand{width:185px}.brand img{width:auto;height:70px;max-width:180px}.site-nav{gap:22px;font-size:14px}
  .hero-layout{grid-template-columns:.9fr 1.1fr}.hero-copy{padding-left:18px}.hero-image-frame{height:470px}.hero-copy h1{font-size:54px}
  .programme-row{grid-template-columns:repeat(3,1fr)}.trust-card{grid-column:auto}.panels-grid{grid-template-columns:1fr 1fr}.digital-panel{grid-column:1/-1;grid-template-columns:1fr 150px}.phone-mockup{justify-self:end;margin-right:20px}
}
@media(max-width:980px){
  .site-header{position:sticky}.nav-shell{height:92px;grid-template-columns:1fr auto}.brand{width:180px;height:78px}.brand img{width:auto;height:70px;max-width:176px}.menu-button{display:block;z-index:102}.site-nav{position:fixed;top:92px;left:18px;right:18px;background:#fff;border:1px solid #dce8ea;border-radius:18px;box-shadow:var(--shadow);padding:18px;display:none;flex-direction:column;align-items:stretch;gap:0}.site-nav.open{display:flex}.site-nav a{padding:13px 10px}.site-nav a::after{display:none}.header-contact{display:none}.menu-button[aria-expanded="true"] .menu-open-icon{display:none}.menu-button[aria-expanded="true"] .menu-close-icon{display:block}
  .hero-layout{grid-template-columns:1fr}.hero-copy{padding:34px 12px 10px}.hero-copy h1{font-size:52px;max-width:760px}.hero-media{min-height:360px}.hero-image-frame{height:430px;border-radius:45px}.hero-benefits{max-width:none}.programme-row{grid-template-columns:repeat(2,1fr)}.panels-grid{grid-template-columns:1fr}.digital-panel{grid-column:auto}.inner-hero-grid,.two-column,.programme-detail-grid,.solution-grid,.resource-grid,.digital-feature,.contact-layout{grid-template-columns:1fr}.inner-hero-image{height:300px}.feature-callout{align-items:flex-start;flex-direction:column}
}
@media(max-width:680px){
  body{background:#fff}.shell{width:min(calc(100% - 24px),100%)}.nav-shell{height:88px}.brand{width:165px;height:76px}.brand img{width:auto;height:68px;max-width:160px}.site-nav{top:88px;left:10px;right:10px}
  .section-tight{padding-top:0}.hero-layout{display:block}.hero-copy{padding:30px 7px 0}.eyebrow{font-size:10px}.hero-copy h1{font-size:38px;line-height:1.04}.hero-copy>p{font-size:14px;line-height:1.55;margin:15px 0 20px}.hero-actions{display:grid;grid-template-columns:1fr;gap:9px}.button{width:100%;padding:13px 18px}.hero-benefits{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:20px}.hero-benefits article{display:flex;flex-direction:column;text-align:center;gap:3px}.hero-benefits img{width:40px;height:40px}.hero-benefits strong{font-size:10px}.hero-benefits span{display:none}.hero-media{display:none}.hero-image-frame{height:270px;border-radius:35px 35px 0 0}.hero-image{object-position:center}.hero-float-card{right:10px;bottom:12px;padding:9px 13px 9px 9px}.pulse-ring{width:39px;height:39px;box-shadow:0 0 0 4px rgba(255,255,255,.18)}.pulse-ring img{width:32px;height:32px}.hero-float-card strong{font-size:11px}
  .programmes-strip{padding:12px 0 22px}.programme-row{grid-template-columns:1fr 1fr;gap:8px}.programme-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 8px;min-height:150px}.programme-card>img{width:50px;height:50px}.programme-card h2{font-size:14px}.programme-card p{display:none}.programme-card a{font-size:10px;margin-top:4px}.trust-card{grid-column:1/-1;padding:18px}.trust-card h2{font-size:13px}.trust-card p{font-size:10px}
  .section-normal{padding:14px 0 24px}.panels-grid{gap:10px}.panel{min-height:auto}.panel-heading{padding:15px 15px 0}.panel-heading span{font-size:14px}.timeline{padding:33px 10px 8px;grid-template-columns:repeat(5,1fr)}.timeline-line{left:22px;right:22px;top:42px}.timeline-item strong{font-size:10px}.timeline-item span{font-size:8px;padding:0 2px}.work-grid{padding:18px 14px;gap:13px}.work-grid div{grid-template-columns:34px 1fr}.work-grid img{width:32px;height:32px}.work-grid strong{font-size:10px}.work-grid span{font-size:8px}.digital-panel{grid-template-columns:1fr 92px;padding:15px}.digital-content h2{font-size:15px}.digital-content>p{font-size:9px}.digital-content li{font-size:9px}.digital-content .button{width:auto;font-size:10px;padding:10px 12px}.phone-mockup{width:78px;height:157px;border-width:4px;padding:8px 4px;margin-right:0}.mini-course{grid-template-columns:22px 1fr;padding:3px}.mini-course img{width:21px;height:21px}
  .site-footer{padding-top:22px}.footer-grid{grid-template-columns:1fr 1fr;gap:22px}.footer-brand-block{grid-column:1/-1}.footer-logo-wrap{max-width:190px}.footer-logo-wrap img{width:170px;height:80px}.footer-bottom{flex-direction:column}.site-footer h2{font-size:12px}.site-footer a,.site-footer p{font-size:10px}
  .inner-hero,.inner-hero.compact{padding:42px 0}.inner-hero h1{font-size:40px}.inner-hero p{font-size:14px}.content-section{padding:42px 0}.content-card,.solution-card,.resource-card,.contact-card,.enquiry-form{padding:22px}.section-heading h2{font-size:29px}.vertical-timeline,.work-timeline{padding-left:43px}.vertical-timeline::before,.vertical-timeline::after,.work-timeline::before,.work-timeline::after{left:13px}.vertical-timeline article>i,.work-entry>i{left:-38px}.vertical-timeline h3{font-size:20px}.programme-detail{grid-template-columns:63px 1fr;padding:19px;gap:12px}.programme-detail>img{width:56px;height:56px}.programme-detail h2{font-size:19px}.programme-detail p{font-size:13px}.work-entry{grid-template-columns:1fr;gap:5px}.work-entry h2{font-size:20px}.enquiry-form{grid-template-columns:1fr}.enquiry-form .full{grid-column:auto}.digital-graphic{padding:22px;gap:7px}.system-node{padding:10px 12px;font-size:11px}
}
@media(max-width:430px){.hero-copy h1{font-size:34px}.hero-image-frame{height:245px}.programme-card{min-height:135px}.programme-card>img{width:44px;height:44px}.timeline-item span{display:none}.timeline{padding-bottom:10px}.work-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-brand-block{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-float-card{animation:none}.reveal.reveal-ready{opacity:1;transform:none;transition:none}.hero-image,.programme-card,.button,.phone-mockup{transition:none}.timeline-line span{transform:scaleX(1)!important}}

/* =========================================================
   Homepage sectioned layout — approved visual direction
   Keeps the approved healthcare palette and components, but
   restores true website rhythm, hierarchy and vertical flow.
   ========================================================= */
.home-hero-spacious{padding:0;background:linear-gradient(120deg,#f8feff 0%,#fff 48%,#f1fbfc 100%)}
.home-hero-spacious .hero-layout{min-height:650px}
.home-hero-spacious .hero-copy{padding-top:70px;padding-bottom:70px}
.home-hero-spacious .hero-image-frame{height:610px}

.credentials-band{position:relative;z-index:4;background:#fff;border-top:1px solid #e2edef;border-bottom:1px solid #d9e8ea;box-shadow:0 10px 32px rgba(20,66,86,.045)}
.credentials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.credential-item{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;padding:26px 30px;min-width:0;position:relative}
.credential-item+ .credential-item{border-left:1px solid #dce9eb}
.credential-icon{width:50px;height:50px;border-radius:15px;background:linear-gradient(145deg,#eefafa,#fff);border:1px solid #d7e9eb;display:grid;place-items:center}
.credential-icon img{width:34px;height:34px}
.credential-item small{display:block;color:#0a8e98;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;margin-bottom:3px}
.credential-item strong{display:block;color:#183a5b;font-size:16px;line-height:1.25}
.credential-item span:not(.credential-icon){display:block;color:#6a7e90;font-size:11px;margin-top:3px}

.home-section{padding:96px 0;position:relative;overflow:hidden}
.home-section+.home-section{border-top:1px solid rgba(215,231,233,.75)}
.programmes-section{background:#fff}
.journey-section{background:linear-gradient(180deg,#f4fbfb 0%,#f8fcfc 100%)}
.work-section{background:#fff}
.digital-section{background:linear-gradient(135deg,#edf9fa 0%,#f9fdfd 56%,#eef8fb 100%)}

.section-intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);gap:70px;align-items:end;margin-bottom:44px}
.section-kicker{display:block;color:#078c96;font-size:11px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}
.section-intro h2,.work-section-copy h2,.digital-copy h2,.home-cta h2{font-family:Georgia,"Times New Roman",serif;color:#123456;letter-spacing:-.025em;line-height:1.08;margin:0}
.section-intro h2{font-size:clamp(36px,4vw,58px);max-width:850px}
.section-intro-copy p{color:#60768b;font-size:16px;line-height:1.72;margin:0 0 14px}
.text-link{display:inline-flex;align-items:center;gap:8px;color:#078a94;font-weight:800;font-size:13px}
.text-link img{width:18px;height:18px}

.programmes-section .programme-row{grid-template-columns:repeat(5,1fr);gap:18px}
.programmes-section .programme-card{display:block;min-height:285px;padding:28px 25px 24px;border-radius:22px;position:relative;overflow:hidden}
.programmes-section .programme-card::before{content:"";position:absolute;inset:auto -50px -70px auto;width:145px;height:145px;border-radius:50%;background:radial-gradient(circle,rgba(15,162,170,.10),rgba(15,162,170,0) 72%);transition:transform .3s ease}
.programmes-section .programme-card:hover::before{transform:scale(1.25)}
.programmes-section .programme-card>img{width:64px;height:64px;margin-bottom:28px}
.programmes-section .programme-card h3{font-size:21px;color:#15365b;margin:0 0 10px}
.programmes-section .programme-card p{font-size:13px;line-height:1.6;color:#63778a;margin:0 0 24px;min-height:63px}
.programmes-section .programme-card a{position:absolute;left:25px;bottom:23px;font-size:12px}

.journey-card{background:#fff;border:1px solid #d6e7e9;border-radius:28px;padding:44px 32px 40px;box-shadow:0 16px 42px rgba(27,67,87,.075)}
.timeline-large{padding:56px 18px 0}
.timeline-large .timeline-line{left:9%;right:9%;top:65px;height:3px}
.timeline-large .timeline-item{padding-top:35px}
.timeline-large .timeline-item i{width:18px;height:18px;border-width:3px}
.timeline-large .timeline-item strong{font-size:16px;margin-bottom:9px}
.timeline-large .timeline-item span{font-size:12px;line-height:1.5;max-width:190px;margin:0 auto;color:#65798d}

.work-section-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:74px;align-items:center}
.work-section-copy h2{font-size:clamp(36px,4vw,58px);margin-bottom:18px}
.work-section-copy>p{font-size:16px;color:#60768a;line-height:1.72;max-width:650px}
.work-note{border-left:3px solid var(--teal);padding-left:16px;margin:22px 0 26px!important;color:#45687a!important}
.work-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.work-cards article{background:#fff;border:1px solid #d8e7e9;border-radius:22px;padding:28px 26px;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;min-height:195px}
.work-cards article:hover{transform:translateY(-5px);border-color:#b9dddf;box-shadow:0 18px 38px rgba(25,68,88,.12)}
.work-cards article>span{width:62px;height:62px;border-radius:18px;background:#eefafa;display:grid;place-items:center;margin-bottom:20px}
.work-cards article img{width:46px;height:46px}
.work-cards strong{display:block;color:#17395a;font-size:18px;margin-bottom:7px}
.work-cards p{font-size:13px;color:#657a8d;line-height:1.6;margin:0}

.digital-section-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:80px;align-items:center;min-height:540px}
.digital-copy h2{font-size:clamp(38px,4.2vw,60px);margin-bottom:18px}
.digital-copy>p{font-size:16px;color:#60778a;line-height:1.75;max-width:690px}
.digital-checks{list-style:none;padding:0;margin:24px 0 28px;display:grid;grid-template-columns:1fr 1fr;gap:12px 24px}
.digital-checks li{display:flex;align-items:center;gap:9px;color:#456679;font-size:13px;font-weight:650}
.digital-checks img{width:20px;height:20px;flex:0 0 20px}
.digital-visual{position:relative;min-height:440px;display:grid;place-items:center}
.phone-mockup-large{width:190px;height:380px;border-width:7px;border-radius:31px;padding:19px 10px 12px;z-index:3;align-self:center;justify-self:center;box-shadow:0 28px 70px rgba(20,59,82,.19)}
.phone-mockup-large .phone-notch{width:64px;height:9px;top:3px;border-radius:0 0 12px 12px}
.phone-mockup-large .phone-screen>span{font-size:13px;margin:12px 7px 18px}
.phone-mockup-large .mini-course{grid-template-columns:43px 1fr;gap:9px;padding:10px 8px;border-radius:12px;margin:11px 0}
.phone-mockup-large .mini-course img{width:40px;height:40px}
.phone-mockup-large .mini-course b{font-size:10px}
.phone-mockup-large .mini-course i{height:5px;margin-top:6px}
.digital-orbit{position:absolute;border-radius:50%;border:1px solid rgba(9,153,163,.2);animation:orbitPulse 5.5s ease-in-out infinite}
.orbit-one{width:330px;height:330px}
.orbit-two{width:435px;height:435px;animation-delay:1s}
.digital-badge{position:absolute;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #d6e8e9;border-radius:999px;padding:10px 15px;font-size:12px;font-weight:800;color:#28536a;box-shadow:0 15px 34px rgba(27,70,90,.1);z-index:4;animation:badgeFloat 4.5s ease-in-out infinite}
.digital-badge img{width:22px;height:22px}.digital-badge-a{top:20%;left:7%}.digital-badge-b{right:4%;top:42%;animation-delay:.8s}.digital-badge-c{left:14%;bottom:14%;animation-delay:1.6s}
@keyframes orbitPulse{0%,100%{transform:scale(.97);opacity:.65}50%{transform:scale(1.03);opacity:1}}
@keyframes badgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

.home-cta-section{background:#fff;padding:0 0 84px}
.home-cta{background:linear-gradient(120deg,#0a8391,#0a6d86);border-radius:30px;padding:52px 58px;display:grid;grid-template-columns:1fr auto;gap:42px;align-items:center;color:#fff;box-shadow:0 22px 55px rgba(5,102,122,.22);position:relative;overflow:hidden}
.home-cta::after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-70px;top:-120px;background:radial-gradient(circle,rgba(64,214,210,.35),rgba(64,214,210,0) 70%)}
.section-kicker-light{color:#aef5ef}
.home-cta h2{color:#fff;font-size:clamp(32px,3.2vw,48px);margin-bottom:10px}
.home-cta p{margin:0;color:rgba(255,255,255,.82);font-size:15px;line-height:1.65;max-width:760px}
.button-light{background:#fff;color:#087f89;border-color:#fff;position:relative;z-index:2}.button-light img{filter:none}
.button-light:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.12)}

@media(max-width:1280px){
  .home-hero-spacious .hero-layout{min-height:600px}.home-hero-spacious .hero-image-frame{height:560px}
  .programmes-section .programme-row{grid-template-columns:repeat(3,1fr)}
  .site-nav{gap:17px;font-size:13px}
}
@media(max-width:980px){
  .home-section{padding:76px 0}
  .section-intro{grid-template-columns:1fr;gap:22px}
  .programmes-section .programme-row{grid-template-columns:repeat(2,1fr)}
  .work-section-layout,.digital-section-layout{grid-template-columns:1fr;gap:44px}
  .digital-section-layout{min-height:auto}.digital-visual{min-height:420px}
  .home-cta{grid-template-columns:1fr;padding:42px}.home-cta .button{width:max-content}
  .credentials-grid{grid-template-columns:1fr}.credential-item+ .credential-item{border-left:0;border-top:1px solid #dce9eb}
}
@media(max-width:680px){
  .home-hero-spacious .hero-layout{min-height:auto}.home-hero-spacious .hero-copy{padding-top:42px;padding-bottom:42px}
  .credentials-band{box-shadow:none}.credential-item{padding:20px 12px;grid-template-columns:48px 1fr}.credential-item strong{font-size:14px}
  .home-section{padding:62px 0}
  .section-intro{margin-bottom:30px}.section-intro h2,.work-section-copy h2,.digital-copy h2{font-size:34px}.section-intro-copy p,.work-section-copy>p,.digital-copy>p{font-size:14px}
  .programmes-section .programme-row{grid-template-columns:1fr;gap:12px}
  .programmes-section .programme-card{display:grid;grid-template-columns:62px 1fr;gap:15px;text-align:left;align-items:start;min-height:auto;padding:20px 18px}
  .programmes-section .programme-card>img{width:54px;height:54px;margin:0}
  .programmes-section .programme-card h3{font-size:18px;margin:0 0 5px}
  .programmes-section .programme-card p{display:block;font-size:12px;min-height:0;margin:0 0 24px}
  .programmes-section .programme-card a{position:static;font-size:11px}
  .journey-card{padding:26px 16px}.timeline-large{grid-template-columns:1fr;padding:0 0 0 35px;gap:0}.timeline-large .timeline-line{left:7px;right:auto;top:10px;bottom:10px;width:2px;height:auto}.timeline-large .timeline-line span{width:100%;height:100%;transform-origin:top;transform:scaleY(0)}.timeline-large.is-visible .timeline-line span{transform:scaleY(1)}.timeline-large .timeline-item{text-align:left;padding:0 0 26px 22px}.timeline-large .timeline-item:last-child{padding-bottom:0}.timeline-large .timeline-item i{left:7px;top:2px;transform:translateX(-50%)}.timeline-large .timeline-item strong{font-size:14px}.timeline-large .timeline-item span{display:block!important;font-size:11px;max-width:none;margin:0;padding:0}
  .work-cards{grid-template-columns:1fr;gap:12px}.work-cards article{min-height:0;padding:22px}.work-cards article>span{width:54px;height:54px;margin-bottom:14px}.work-cards strong{font-size:16px}
  .digital-checks{grid-template-columns:1fr}.digital-visual{min-height:370px}.phone-mockup-large{width:165px;height:330px}.orbit-one{width:270px;height:270px}.orbit-two{width:345px;height:345px}.digital-badge{font-size:10px;padding:8px 11px}.digital-badge-a{left:0}.digital-badge-b{right:0}.digital-badge-c{left:3%}
  .home-cta-section{padding-bottom:56px}.home-cta{padding:34px 24px;border-radius:22px}.home-cta h2{font-size:32px}.home-cta .button{width:100%}
}
@media(prefers-reduced-motion:reduce){.digital-orbit,.digital-badge{animation:none}}

/* =========================================================
   PREMIUM SCROLL PRESENCE — V5
   Keeps the approved healthcare aesthetic while giving the
   site stronger rhythm, depth and motion as visitors scroll.
   ========================================================= */
.credentials-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1020px;margin-inline:auto}
.credentials-grid-two .credential-item{padding:30px 42px}
.credentials-grid-two .credential-item:first-child{border-left:0}

/* Header compresses subtly after the first scroll movement. */
.site-header,.nav-shell,.brand,.brand img,.site-nav a{transition:height .32s ease,padding .32s ease,max-width .32s ease,box-shadow .32s ease,background .32s ease}
.site-header.is-scrolled{background:rgba(255,255,255,.91);box-shadow:0 14px 36px rgba(24,67,88,.10)}
.site-header.is-scrolled .nav-shell{height:86px}
.site-header.is-scrolled .brand{height:68px}
.site-header.is-scrolled .brand img{height:69px;max-width:176px}
.site-header.is-scrolled .site-nav a{padding-top:29px;padding-bottom:28px}
.site-header.is-scrolled .site-nav a::after{bottom:18px}

/* Active sections get a soft living highlight, not a loud animation. */
.home-section,.credentials-band,.home-cta-section{isolation:isolate}
.home-section::before{content:"";position:absolute;z-index:-1;width:540px;height:540px;border-radius:50%;pointer-events:none;opacity:0;filter:blur(2px);transition:opacity 1s ease,transform 1.2s cubic-bezier(.2,.75,.2,1)}
.home-section.section-active::before{opacity:.72;transform:translate3d(0,-12px,0) scale(1.04)}
.programmes-section::before{right:-230px;top:-210px;background:radial-gradient(circle,rgba(21,176,183,.11),rgba(21,176,183,0) 68%)}
.journey-section::before{left:-260px;bottom:-250px;background:radial-gradient(circle,rgba(66,172,192,.12),rgba(66,172,192,0) 68%)}
.work-section::before{right:-250px;top:10%;background:radial-gradient(circle,rgba(66,155,104,.095),rgba(66,155,104,0) 68%)}
.digital-section::before{left:-230px;top:4%;background:radial-gradient(circle,rgba(10,153,163,.14),rgba(10,153,163,0) 68%)}

/* More expressive reveal directions while keeping motion calm. */
.reveal.reveal-ready.reveal-left{transform:translate3d(-34px,14px,0)}
.reveal.reveal-ready.reveal-right{transform:translate3d(34px,14px,0)}
.reveal.reveal-ready.reveal-scale{transform:translate3d(0,18px,0) scale(.965)}
.reveal.reveal-ready.reveal-up{transform:translate3d(0,32px,0)}
.reveal.reveal-ready.is-visible{opacity:1;transform:translate3d(0,0,0) scale(1)}

/* Hero parallax is driven by a CSS variable from JavaScript. */
.hero-image-frame{transform:translate3d(0,var(--hero-shift,0px),0);will-change:transform}
.hero-image{will-change:transform}
.hero-copy .eyebrow{position:relative}
.hero-copy .eyebrow::before{content:"";width:26px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--teal),var(--cyan));display:inline-block;margin-right:3px;transform-origin:left;animation:eyebrowPulse 3.2s ease-in-out infinite}
@keyframes eyebrowPulse{0%,100%{transform:scaleX(.45);opacity:.65}50%{transform:scaleX(1);opacity:1}}

/* Programme cards feel alive without becoming gimmicky. */
.programmes-section .programme-card{transform-style:preserve-3d;will-change:transform}
.programmes-section .programme-card>img{transition:transform .35s cubic-bezier(.2,.8,.2,1),filter .35s ease}
.programmes-section .programme-card:hover>img{transform:translateY(-5px) scale(1.08) rotate(-2deg);filter:drop-shadow(0 10px 14px rgba(17,105,119,.15))}
.programmes-section .programme-card.is-visible>img{animation:iconSettle .7s cubic-bezier(.2,.8,.2,1) both}
.programmes-section .programme-card[data-delay="1"].is-visible>img{animation-delay:.08s}
.programmes-section .programme-card[data-delay="2"].is-visible>img{animation-delay:.16s}
.programmes-section .programme-card[data-delay="3"].is-visible>img{animation-delay:.24s}
.programmes-section .programme-card[data-delay="4"].is-visible>img{animation-delay:.32s}
@keyframes iconSettle{0%{transform:translateY(14px) scale(.84);opacity:.15}65%{transform:translateY(-3px) scale(1.05);opacity:1}100%{transform:translateY(0) scale(1);opacity:1}}

/* Timeline now tells the story sequentially. */
.timeline-large.is-visible .timeline-item i{animation:timelinePop .55s cubic-bezier(.2,.85,.2,1) both}
.timeline-large.is-visible .timeline-item:nth-child(3) i{animation-delay:.2s}
.timeline-large.is-visible .timeline-item:nth-child(4) i{animation-delay:.42s}
.timeline-large.is-visible .timeline-item:nth-child(5) i{animation-delay:.64s}
.timeline-large.is-visible .timeline-item:nth-child(6) i{animation-delay:.86s}
.timeline-large.is-visible .timeline-item:nth-child(7) i{animation-delay:1.08s}
.timeline-large.is-visible .timeline-item strong,.timeline-large.is-visible .timeline-item span{animation:timelineText .55s ease both}
.timeline-large.is-visible .timeline-item:nth-child(3) strong,.timeline-large.is-visible .timeline-item:nth-child(3) span{animation-delay:.24s}
.timeline-large.is-visible .timeline-item:nth-child(4) strong,.timeline-large.is-visible .timeline-item:nth-child(4) span{animation-delay:.46s}
.timeline-large.is-visible .timeline-item:nth-child(5) strong,.timeline-large.is-visible .timeline-item:nth-child(5) span{animation-delay:.68s}
.timeline-large.is-visible .timeline-item:nth-child(6) strong,.timeline-large.is-visible .timeline-item:nth-child(6) span{animation-delay:.9s}
.timeline-large.is-visible .timeline-item:nth-child(7) strong,.timeline-large.is-visible .timeline-item:nth-child(7) span{animation-delay:1.12s}
@keyframes timelinePop{0%{transform:translateX(-50%) scale(.35);box-shadow:0 0 0 0 rgba(9,158,166,.28)}70%{transform:translateX(-50%) scale(1.18);box-shadow:0 0 0 11px rgba(9,158,166,0)}100%{transform:translateX(-50%) scale(1)}}
@keyframes timelineText{0%{opacity:0;transform:translateY(9px)}100%{opacity:1;transform:translateY(0)}}

/* Work tiles and digital experience have depth tied to visibility. */
.work-cards article{position:relative;overflow:hidden}
.work-cards article::after{content:"";position:absolute;inset:-70% auto auto -60%;width:65%;height:240%;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.8) 48%,transparent 76%);transform:rotate(12deg) translateX(-180%);transition:transform .75s ease;pointer-events:none}
.work-cards article:hover::after{transform:rotate(12deg) translateX(430%)}
.digital-visual{transform:translate3d(0,var(--digital-shift,0px),0);will-change:transform}
.digital-section.section-active .digital-orbit{border-color:rgba(9,153,163,.28);box-shadow:0 0 80px rgba(9,153,163,.055) inset}

/* Premium CTA entrance and subtle sheen. */
.home-cta::before{content:"";position:absolute;inset:-80% auto auto -35%;width:34%;height:260%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.16),transparent);transform:rotate(14deg) translateX(-260%);pointer-events:none}
.home-cta.is-visible::before{animation:ctaSheen 1.3s .4s ease both}
@keyframes ctaSheen{to{transform:rotate(14deg) translateX(620%)}}

/* Fixed desktop section indicator: gives orientation/presence on long pages. */
.section-presence{position:fixed;right:22px;top:50%;transform:translateY(-50%);z-index:85;display:flex;flex-direction:column;gap:9px;pointer-events:auto}
.section-presence button{appearance:none;border:0;background:rgba(255,255,255,.84);backdrop-filter:blur(10px);width:13px;height:13px;border-radius:99px;box-shadow:0 3px 12px rgba(20,60,80,.10);padding:0;position:relative;transition:height .28s ease,background .28s ease,box-shadow .28s ease}
.section-presence button::after{content:attr(aria-label);position:absolute;right:22px;top:50%;transform:translateY(-50%) translateX(7px);white-space:nowrap;background:#113957;color:#fff;font-size:10px;font-weight:750;padding:6px 9px;border-radius:8px;opacity:0;pointer-events:none;transition:.2s ease}
.section-presence button:hover::after,.section-presence button:focus-visible::after{opacity:1;transform:translateY(-50%) translateX(0)}
.section-presence button.is-active{height:30px;background:linear-gradient(180deg,var(--teal),var(--cyan));box-shadow:0 6px 18px rgba(7,151,161,.25)}

/* Gentle pointer tilt is only enabled on precise pointing devices. */
@media(hover:hover) and (pointer:fine){
  .programme-card[data-tilt],.work-cards article[data-tilt]{transition:transform .18s ease,box-shadow .25s ease,border-color .25s ease}
}

@media(max-width:1100px){
  .section-presence{display:none}
  .credentials-grid-two{max-width:none}
  .credentials-grid-two .credential-item{padding:26px 28px}
}
@media(max-width:680px){
  .credentials-grid-two{grid-template-columns:1fr}
  .credentials-grid-two .credential-item{padding:20px 12px}
  .credentials-grid-two .credential-item+ .credential-item{border-left:0;border-top:1px solid #dce9eb}
  .site-header.is-scrolled .nav-shell{height:78px}
  .site-header.is-scrolled .brand img{height:62px;max-width:155px}
}
@media(prefers-reduced-motion:reduce){
  .hero-copy .eyebrow::before,.programme-card.is-visible>img,.timeline-large.is-visible .timeline-item i,.timeline-large.is-visible .timeline-item strong,.timeline-large.is-visible .timeline-item span,.home-cta.is-visible::before{animation:none!important}
  .hero-image-frame,.digital-visual{transform:none!important}
  .home-section::before{transition:none}
}


/* V4 — organisations/client proof + real digital product visual */
.clients-section{position:relative;background:linear-gradient(180deg,#f8fcfd 0%,#ffffff 58%,#f6fbfb 100%);overflow:hidden}
.clients-section::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-220px;top:80px;background:radial-gradient(circle,rgba(54,197,197,.13),rgba(54,197,197,0) 68%);pointer-events:none}
.history-disclaimer{font-size:12px!important;color:#7a8c9d!important;margin-top:9px!important}
.client-stage{position:relative;border:1px solid #d8e8ea;border-radius:28px;background:rgba(255,255,255,.9);box-shadow:0 24px 70px rgba(22,64,86,.10);overflow:hidden}
.client-stage::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--teal),var(--cyan),#7bc897,var(--teal));background-size:220% 100%;animation:clientSweep 7s linear infinite}
@keyframes clientSweep{to{background-position:220% 0}}
.client-logo-rail{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:0;border-bottom:1px solid #e0edef;background:linear-gradient(180deg,#fff,#fbfefe)}
.client-brand{appearance:none;border:0;border-right:1px solid #e6eff0;background:transparent;padding:22px 16px 18px;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;color:#35526b;position:relative;transition:background .25s ease,transform .25s ease,color .25s ease;cursor:pointer}
.client-brand:last-child{border-right:0}.client-brand:hover{background:#f4fbfb;transform:translateY(-3px)}
.client-brand::after{content:"";position:absolute;left:28%;right:28%;bottom:0;height:3px;border-radius:999px;background:var(--teal);transform:scaleX(0);transition:transform .28s ease}
.client-brand.is-active{background:linear-gradient(180deg,#f3fbfb,#fff);color:#0b7f89}.client-brand.is-active::after{transform:scaleX(1)}
.client-logo{height:72px;width:100%;display:grid;place-items:center}.client-logo img{max-width:150px;max-height:68px;width:auto;height:auto;object-fit:contain;filter:saturate(.9);transition:filter .25s ease,transform .25s ease}.client-brand:hover .client-logo img,.client-brand.is-active .client-logo img{filter:saturate(1.05);transform:scale(1.04)}
.client-logo-monogram{width:62px;height:62px;border-radius:18px;background:linear-gradient(135deg,#0a99a3,#4ec3ba);color:#fff;font-weight:850;font-size:20px;box-shadow:0 10px 24px rgba(9,153,163,.16)}
.client-brand>span:last-child{font-size:12px;font-weight:760;line-height:1.25;text-align:center;max-width:170px}
.client-project-spotlight{display:grid;grid-template-columns:1.05fr .95fr;min-height:360px}
.client-project-copy{padding:46px 48px;display:flex;flex-direction:column;justify-content:center}.client-project-year{display:inline-flex;align-self:flex-start;background:#e9f8f7;color:#087d87;border:1px solid #caeceb;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:850;letter-spacing:.04em}.client-project-type{margin:17px 0 6px;color:#668095;font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.09em}.client-project-copy h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3vw,46px);line-height:1.04;color:#123457;margin:0 0 15px}.client-project-copy>p{font-size:16px;line-height:1.65;color:#536d82;max-width:700px;margin:0 0 22px}.client-project-proof{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 24px}.client-project-proof span{display:flex;align-items:center;gap:6px;border:1px solid #d9eaec;background:#fff;border-radius:999px;padding:9px 12px;color:#61798c;font-size:12px}.client-project-proof strong{color:#0b8590}
.client-project-visual{position:relative;min-height:360px;background:linear-gradient(135deg,#0d3557,#087d89);overflow:hidden;display:grid;place-items:center}.client-project-visual::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.15) 1px,transparent 1px);background-size:26px 26px;mask-image:linear-gradient(90deg,transparent,#000)}
.project-year-large{font-family:Georgia,"Times New Roman",serif;font-size:clamp(86px,9vw,150px);font-weight:800;color:rgba(255,255,255,.10);letter-spacing:-.06em;position:relative;z-index:1;transition:opacity .2s ease,transform .2s ease}.client-stage.is-switching .project-year-large{opacity:.25;transform:scale(.94)}
.project-orbit{position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%;animation:orbitFloat 7s ease-in-out infinite}.project-orbit-a{width:290px;height:290px}.project-orbit-b{width:390px;height:390px;animation-delay:-2s}@keyframes orbitFloat{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
.project-pill{position:absolute;z-index:2;background:rgba(255,255,255,.94);color:#18415d;padding:10px 13px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 12px 30px rgba(4,39,58,.20)}.project-pill-a{left:12%;top:20%}.project-pill-b{right:10%;top:48%}.project-pill-c{left:18%;bottom:18%}
.client-project-copy>[data-client-year],.client-project-copy>[data-client-type],.client-project-copy>[data-client-title],.client-project-copy>[data-client-description],.client-project-copy>[data-client-proof]{transition:opacity .18s ease,transform .18s ease}.client-stage.is-switching .client-project-copy>[data-client-year],.client-stage.is-switching .client-project-copy>[data-client-type],.client-stage.is-switching .client-project-copy>[data-client-title],.client-stage.is-switching .client-project-copy>[data-client-description],.client-stage.is-switching .client-project-copy>[data-client-proof]{opacity:0;transform:translateY(8px)}
.digital-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.digital-product-showcase{min-height:470px}.classlink-browser-frame{position:relative;z-index:2;width:min(100%,760px);margin:auto;border:1px solid #d8e7eb;border-radius:18px;background:#fff;box-shadow:0 28px 65px rgba(20,59,82,.18);overflow:hidden;transform:perspective(1200px) rotateY(-5deg) rotateX(1deg);transition:transform .45s cubic-bezier(.2,.7,.2,1),box-shadow .45s ease}.digital-product-showcase:hover .classlink-browser-frame{transform:perspective(1200px) rotateY(-1deg) rotateX(0) translateY(-4px);box-shadow:0 34px 80px rgba(20,59,82,.22)}
.browser-chrome{height:34px;border-bottom:1px solid #e6eef0;background:#f8fbfc;display:flex;align-items:center;gap:6px;padding:0 12px}.browser-chrome span{width:8px;height:8px;border-radius:50%;background:#bfd0d7}.browser-chrome b{margin-left:9px;font-size:10px;color:#7990a0;font-weight:700}.classlink-browser-frame>img{width:100%;height:auto;display:block}
@media(max-width:1180px){.client-logo-rail{grid-template-columns:repeat(3,1fr)}.client-brand:nth-child(3){border-right:0}.client-brand:nth-child(-n+3){border-bottom:1px solid #e6eff0}.client-project-spotlight{grid-template-columns:1fr}.client-project-visual{min-height:260px}.digital-product-showcase{min-height:380px}}
@media(max-width:720px){.client-logo-rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.client-logo-rail::-webkit-scrollbar{display:none}.client-brand{min-width:170px;scroll-snap-align:start;border-bottom:0!important}.client-project-copy{padding:30px 24px}.client-project-copy h3{font-size:31px}.client-project-copy>p{font-size:14px}.client-project-visual{min-height:220px}.project-year-large{font-size:86px}.project-pill{font-size:9px;padding:8px 10px}.digital-product-showcase{min-height:300px}.classlink-browser-frame{transform:none;border-radius:13px}.digital-badge{display:none!important}}
@media(prefers-reduced-motion:reduce){.client-stage::before,.project-orbit{animation:none!important}.client-brand,.classlink-browser-frame{transition:none!important}}

/* =========================================================
   V5 — Responsive landing refinement
   Keeps the approved Expectra visual system while ensuring
   the complete healthcare hero remains present on mobile.
   ========================================================= */

/* Clear keyboard focus across navigation and calls to action. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid rgba(54,197,197,.34);
  outline-offset:3px;
}

/* Give the landing area a more intentional, premium frame. */
.home-hero-spacious{
  border-bottom:1px solid rgba(216,232,234,.78);
}
.home-hero-spacious .hero-layout{
  isolation:isolate;
}
.home-hero-spacious .hero-copy{
  max-width:760px;
}
.home-hero-spacious .hero-media::before{
  content:"";
  position:absolute;
  inset:7% -4% 1% 8%;
  border-radius:80px 0 0 80px;
  background:linear-gradient(145deg,rgba(10,153,163,.08),rgba(54,197,197,.025));
  pointer-events:none;
}
.home-hero-spacious .hero-image-frame{
  border:1px solid rgba(183,218,221,.62);
  box-shadow:0 30px 80px rgba(20,66,86,.12);
}
.hero-benefits article{
  border-radius:14px;
  transition:background .22s ease,transform .22s ease;
}
@media(hover:hover) and (pointer:fine){
  .hero-benefits article:hover{
    background:rgba(238,250,251,.74);
    transform:translateY(-2px);
  }
}

/* Tablet: keep the full hero image instead of treating it as secondary. */
@media(max-width:980px){
  .home-hero-spacious .hero-layout{
    gap:20px;
  }
  .home-hero-spacious .hero-copy{
    padding-bottom:22px;
  }
  .home-hero-spacious .hero-media{
    width:100%;
    min-height:0;
    padding:0 12px 30px;
  }
  .home-hero-spacious .hero-media::before{
    inset:0 2% 5% 8%;
    border-radius:42px;
  }
  .home-hero-spacious .hero-image-frame{
    height:auto;
    aspect-ratio:16/8.6;
    border-radius:38px;
  }
}

/* Phone: the healthcare image is part of the landing page — never hide it. */
@media(max-width:680px){
  .home-hero-spacious{
    overflow:hidden;
    background:
      radial-gradient(circle at 92% 6%,rgba(54,197,197,.12),transparent 31%),
      linear-gradient(180deg,#f8feff 0%,#ffffff 56%,#f2fbfc 100%);
  }
  .home-hero-spacious .shell{
    width:100%;
  }
  .home-hero-spacious .hero-layout{
    display:flex;
    flex-direction:column;
    min-height:auto;
    gap:0;
  }
  .home-hero-spacious .hero-copy{
    width:min(calc(100% - 28px),620px);
    margin-inline:auto;
    padding:30px 0 22px;
  }
  .home-hero-spacious .hero-copy h1{
    max-width:13.5ch;
    text-wrap:balance;
  }
  .home-hero-spacious .hero-copy>p{
    max-width:49ch;
  }
  .home-hero-spacious .hero-actions{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .home-hero-spacious .hero-actions .button{
    min-height:48px;
    padding:12px 13px;
    font-size:12px;
  }
  .home-hero-spacious .hero-benefits{
    gap:8px;
    margin-top:18px;
  }
  .home-hero-spacious .hero-benefits article{
    min-height:76px;
    padding:9px 4px;
    border:1px solid rgba(205,228,231,.72);
    background:rgba(255,255,255,.72);
    box-shadow:0 7px 22px rgba(22,64,86,.045);
  }
  .home-hero-spacious .hero-benefits img{
    width:34px;
    height:34px;
  }
  .home-hero-spacious .hero-benefits strong{
    font-size:9.5px;
    line-height:1.2;
  }

  .home-hero-spacious .hero-media{
    display:flex;
    width:100%;
    min-height:0;
    padding:0;
    align-items:stretch;
    overflow:visible;
  }
  .home-hero-spacious .hero-media::before{
    inset:12% 3% -10% 8%;
    border-radius:36px 36px 0 0;
  }
  .home-hero-spacious .hero-image-frame{
    width:100%;
    height:auto;
    aspect-ratio:16/10;
    margin:0;
    border-width:1px 0 0;
    border-radius:30px 30px 0 0;
    box-shadow:0 -10px 40px rgba(20,66,86,.08);
    transform:none!important;
  }
  .home-hero-spacious .hero-image{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 42%;
    transform:scale(1.005);
    mix-blend-mode:normal;
  }
  .home-hero-spacious .hero-image-frame:hover .hero-image{
    transform:scale(1.005);
  }
  .home-hero-spacious .hero-float-card{
    right:12px;
    bottom:14px;
    max-width:190px;
    padding:8px 12px 8px 8px;
    gap:8px;
    box-shadow:0 12px 28px rgba(7,122,134,.20);
  }
  .home-hero-spacious .pulse-ring{
    width:37px;
    height:37px;
    flex:0 0 37px;
  }
  .home-hero-spacious .pulse-ring img{
    width:30px;
    height:30px;
  }
  .home-hero-spacious .hero-float-card strong{
    font-size:10px;
    line-height:1.16;
  }

  /* Mobile header feels lighter and leaves more room for the landing page. */
  .nav-shell{
    height:78px;
  }
  .brand{
    width:154px;
    height:68px;
  }
  .brand img{
    height:60px;
    max-width:150px;
  }
  .site-nav{
    top:78px;
  }
  .menu-button{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:#f1f9fa;
    border:1px solid #dcebed;
  }
  .site-header.is-scrolled .nav-shell{
    height:72px;
  }
  .site-header.is-scrolled .brand{
    height:62px;
  }
  .site-header.is-scrolled .brand img{
    height:56px;
    max-width:145px;
  }
  .site-header.is-scrolled .site-nav{
    top:72px;
  }
}

@media(max-width:430px){
  .home-hero-spacious .hero-copy{
    width:min(calc(100% - 24px),620px);
    padding-top:24px;
    padding-bottom:18px;
  }
  .home-hero-spacious .hero-copy h1{
    font-size:32px;
  }
  .home-hero-spacious .hero-copy>p{
    font-size:13px;
    margin:13px 0 17px;
  }
  .home-hero-spacious .hero-actions .button{
    min-height:46px;
    font-size:11px;
    gap:6px;
  }
  .home-hero-spacious .hero-actions .button img{
    width:16px;
    height:16px;
  }
  .home-hero-spacious .hero-benefits{
    margin-top:15px;
  }
  .home-hero-spacious .hero-image-frame{
    aspect-ratio:4/2.65;
  }
}

@media(max-width:350px){
  .home-hero-spacious .hero-actions{
    grid-template-columns:1fr;
  }
  .home-hero-spacious .hero-benefits{
    grid-template-columns:1fr;
  }
  .home-hero-spacious .hero-benefits article{
    min-height:0;
    flex-direction:row;
    justify-content:flex-start;
    text-align:left;
    padding:8px 10px;
  }
}


/* =========================================================
   New Expectra 183 logo integration — v6
   Uses the supplied full-colour transparent logo everywhere.
   The source artwork is intentionally not cropped or redrawn.
   ========================================================= */
.brand{
  width:170px;
  height:102px;
  overflow:visible;
}
.brand img{
  width:158px;
  height:auto;
  max-width:158px;
  max-height:none;
  object-fit:contain;
  object-position:left center;
}
.footer-logo-wrap{
  width:min(100%,260px);
  max-width:260px;
  padding:10px 14px;
  align-items:center;
  justify-content:center;
}
.footer-logo-wrap img{
  width:220px;
  height:auto;
  max-width:100%;
  object-fit:contain;
}
.site-header.is-scrolled .brand{
  height:86px;
}
.site-header.is-scrolled .brand img{
  width:140px;
  height:auto;
  max-width:140px;
}

@media(max-width:1280px){
  .brand{
    width:150px;
    height:92px;
  }
  .brand img{
    width:136px;
    height:auto;
    max-width:136px;
  }
  .site-header.is-scrolled .brand img{
    width:128px;
    max-width:128px;
  }
}

@media(max-width:980px){
  .brand{
    width:132px;
    height:88px;
  }
  .brand img{
    width:122px;
    height:auto;
    max-width:122px;
  }
  .site-header.is-scrolled .brand{
    height:82px;
  }
  .site-header.is-scrolled .brand img{
    width:114px;
    max-width:114px;
  }
}

@media(max-width:680px){
  /* Preserve the complete logo while keeping the landing page image visible. */
  .nav-shell{
    height:88px;
  }
  .brand{
    width:122px;
    height:86px;
  }
  .brand img{
    width:112px;
    height:auto;
    max-width:112px;
  }
  .site-nav{
    top:88px;
  }
  .site-header.is-scrolled .nav-shell{
    height:82px;
  }
  .site-header.is-scrolled .brand{
    height:80px;
  }
  .site-header.is-scrolled .brand img{
    width:104px;
    height:auto;
    max-width:104px;
  }
  .site-header.is-scrolled .site-nav{
    top:82px;
  }
  .footer-logo-wrap{
    width:210px;
    max-width:210px;
    padding:9px 12px;
  }
  .footer-logo-wrap img{
    width:184px;
    height:auto;
  }
}


/* =========================================================
   V7 — Founder leadership + complete mobile relationship grid
   ========================================================= */
.leader-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 26%,rgba(54,197,197,.13),transparent 28%),
    radial-gradient(circle at 91% 70%,rgba(20,65,128,.08),transparent 30%),
    linear-gradient(180deg,#fff 0%,#f7fcfc 100%);
}
.leader-section::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(9,153,163,.11) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(90deg,#0000,#000 22%,#000 78%,#0000);
  opacity:.5;
  pointer-events:none;
}
.leader-showcase{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);
  align-items:center;
  gap:clamp(40px,6vw,90px);
  padding:clamp(44px,6vw,78px);
  border:1px solid #d9eaec;
  border-radius:34px;
  background:rgba(255,255,255,.93);
  box-shadow:0 28px 80px rgba(21,69,88,.10);
  overflow:hidden;
}
.leader-showcase::after{
  content:"";
  position:absolute;
  width:290px;
  height:290px;
  right:-135px;
  top:-135px;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(250,88,153,.09),rgba(255,179,63,.09));
  pointer-events:none;
}
.leader-visual{
  position:relative;
  min-height:430px;
  display:grid;
  place-items:center;
}
.leader-photo-shell,
.founder-profile-photo{
  position:relative;
  overflow:hidden;
  border-radius:50%;
  background:linear-gradient(145deg,#e9f9f8,#fff);
}
.leader-photo-shell{
  width:min(28vw,330px);
  aspect-ratio:1;
  border:9px solid #fff;
  box-shadow:0 24px 60px rgba(11,66,91,.20),0 0 0 2px rgba(9,153,163,.12),0 0 0 18px rgba(54,197,197,.07);
  z-index:3;
}
.leader-photo-shell img,
.founder-profile-photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 25%;
  z-index:2;
}
.leader-photo-fallback{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  font-family:Georgia,"Times New Roman",serif;
  font-size:54px;
  font-weight:800;
  color:#0b8290;
  background:linear-gradient(145deg,#def5f4,#f9ffff);
  z-index:1;
}
.leader-orbit{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(9,153,163,.18);
  z-index:1;
}
.leader-orbit-one{width:385px;height:385px;animation:leaderOrbit 14s linear infinite}
.leader-orbit-two{width:445px;height:445px;border-style:dashed;border-color:rgba(28,67,126,.12);animation:leaderOrbit 22s linear infinite reverse}
.leader-orbit-one::before,.leader-orbit-two::before{
  content:"";
  position:absolute;
  width:13px;
  height:13px;
  border-radius:50%;
  top:17%;
  right:12%;
  background:#35bcbc;
  box-shadow:0 0 0 7px rgba(53,188,188,.10);
}
.leader-orbit-two::before{background:#f4aa39;top:auto;right:auto;left:10%;bottom:20%;box-shadow:0 0 0 7px rgba(244,170,57,.10)}
@keyframes leaderOrbit{to{transform:rotate(360deg)}}
.leader-float{
  position:absolute;
  z-index:5;
  border:1px solid #d8eaec;
  background:rgba(255,255,255,.94);
  box-shadow:0 14px 36px rgba(21,69,88,.12);
  backdrop-filter:blur(10px);
}
.leader-float-years{
  left:0;
  top:75px;
  width:145px;
  border-radius:20px;
  padding:14px 16px;
}
.leader-float-years strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:32px;line-height:1;color:#0a8993}
.leader-float-years span{display:block;margin-top:4px;font-size:11px;line-height:1.35;color:#60798d;font-weight:700}
.leader-float-field{
  right:-4px;
  bottom:74px;
  border-radius:999px;
  padding:11px 14px;
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  justify-content:center;
}
.leader-float-field span{font-size:10px;font-weight:850;color:#174363}
.leader-float-field span+span::before{content:"•";margin-right:7px;color:#f2a636}
.leader-copy{position:relative;z-index:2}
.leader-copy h2{
  margin:9px 0 7px;
  font-family:Georgia,"Times New Roman",serif;
  color:#113858;
  font-size:clamp(38px,4.2vw,61px);
  line-height:1.02;
  letter-spacing:-.035em;
}
.leader-role{margin:0 0 18px;color:#0a8b94;font-size:13px;font-weight:850;letter-spacing:.02em}
.leader-intro{max-width:760px;margin:0;color:#536f84;font-size:16px;line-height:1.72}
.leader-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:25px 0 20px}
.leader-facts span{min-height:72px;border:1px solid #dcebed;background:#f9fdfd;border-radius:16px;padding:13px 14px;color:#5d7588;font-size:11px;line-height:1.35}
.leader-facts strong{display:block;margin-bottom:3px;font-family:Georgia,"Times New Roman",serif;font-size:22px;color:#123e5c}
.founder-welcome{position:relative;border-left:3px solid #f0ae40;background:linear-gradient(90deg,#fff9ed,#fff);border-radius:0 17px 17px 0;padding:16px 18px;margin:0 0 22px}
.founder-welcome span{display:block;margin-bottom:5px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#b67712}
.founder-welcome p{margin:0;color:#4d687d;font-family:Georgia,"Times New Roman",serif;font-size:16px;line-height:1.55}
.leader-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.leader-source-link{color:#0b808a;font-size:11px;font-weight:800;border-bottom:1px solid rgba(11,128,138,.24);padding-bottom:2px}
.leader-source-link:hover{color:#115273}

/* Detailed founder profile on About page */
.founder-profile-section{background:linear-gradient(180deg,#f6fbfb,#fff)}
.founder-profile{display:grid;grid-template-columns:minmax(270px,.72fr) minmax(0,1.45fr);gap:clamp(34px,6vw,82px);align-items:start}
.founder-profile-aside{position:sticky;top:118px;border:1px solid #dcebed;border-radius:28px;background:#fff;padding:26px;box-shadow:0 22px 60px rgba(17,63,83,.09)}
.founder-profile-photo{width:min(100%,290px);aspect-ratio:1;margin:0 auto 24px;border:7px solid #fff;box-shadow:0 18px 44px rgba(15,67,88,.17),0 0 0 1px #d9eaec}
.founder-profile-photo .leader-photo-fallback{font-size:42px}
.founder-label{display:inline-flex;border-radius:999px;background:#eaf8f7;border:1px solid #ccebea;color:#087f89;padding:7px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.founder-profile-aside h2{font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1.05;color:#133b59;margin:12px 0 8px}
.founder-profile-aside p{font-size:13px;line-height:1.55;color:#657e91;margin:0 0 18px}
.founder-profile-aside .button{width:100%;justify-content:center}
.founder-profile-body>h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(35px,4vw,54px);line-height:1.04;color:#123958;margin:10px 0 17px;max-width:820px}
.founder-profile-lead{font-size:17px;line-height:1.72;color:#536f84;max-width:900px;margin:0 0 28px}
.founder-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.founder-detail-grid article{border:1px solid #dcebed;border-radius:18px;background:#fff;padding:20px;box-shadow:0 12px 30px rgba(22,64,86,.045)}
.founder-detail-grid article>span{display:block;color:#0a8b94;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px}
.founder-detail-grid p{margin:0;color:#5c7488;font-size:13px;line-height:1.65}
.founder-publications{margin-top:20px;border:1px solid #e2ecec;border-radius:18px;background:linear-gradient(135deg,#fff,#f9fcfc);padding:21px 22px}
.founder-publications ul{margin:10px 0 0;padding-left:19px;color:#5c7488}
.founder-publications li{margin:7px 0;font-size:13px;line-height:1.55}
.founder-links{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
.founder-links a{display:inline-flex;border:1px solid #d8e9ea;border-radius:999px;background:#fff;padding:9px 12px;color:#0a7e88;font-size:11px;font-weight:850}
.founder-links a:hover{background:#eef9f8}

/* Mobile: show every organisation immediately instead of hiding four in a horizontal rail. */
@media(max-width:720px){
  .client-logo-rail{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    overflow:visible;
    scroll-snap-type:none;
    gap:8px;
    padding:8px;
    background:#f8fcfc;
  }
  .client-brand,
  .client-brand:nth-child(3),
  .client-brand:nth-child(-n+3){
    min-width:0;
    min-height:116px;
    padding:13px 9px 11px;
    border:1px solid #e0ecee!important;
    border-radius:15px;
    background:#fff;
  }
  .client-brand:last-child{border-right:1px solid #e0ecee!important}
  .client-brand::after{left:30%;right:30%}
  .client-logo{height:55px}
  .client-logo img{max-width:112px;max-height:51px}
  .client-logo-monogram{width:50px;height:50px;border-radius:14px;font-size:17px}
  .client-brand>span:last-child{font-size:9.5px;line-height:1.3;max-width:140px}

  .leader-showcase{grid-template-columns:1fr;gap:23px;padding:31px 22px;border-radius:25px}
  .leader-visual{min-height:320px}
  .leader-photo-shell{width:min(68vw,245px);border-width:7px;box-shadow:0 18px 45px rgba(11,66,91,.18),0 0 0 2px rgba(9,153,163,.10),0 0 0 12px rgba(54,197,197,.06)}
  .leader-orbit-one{width:285px;height:285px}
  .leader-orbit-two{width:320px;height:320px}
  .leader-float-years{left:2px;top:44px;width:118px;padding:10px 12px}
  .leader-float-years strong{font-size:25px}
  .leader-float-years span{font-size:9px}
  .leader-float-field{right:0;bottom:43px;padding:8px 10px}
  .leader-float-field span{font-size:8px}
  .leader-copy h2{font-size:37px}
  .leader-role{font-size:11px;line-height:1.45}
  .leader-intro{font-size:14px;line-height:1.65}
  .leader-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:20px}
  .leader-facts span{min-height:68px;padding:10px 8px;font-size:8.7px;text-align:center}
  .leader-facts strong{font-size:19px}
  .founder-welcome{padding:14px 15px}
  .founder-welcome p{font-size:14px}
  .leader-actions{align-items:flex-start;flex-direction:column;gap:12px}
  .leader-actions .button{width:100%;justify-content:center}
  .founder-profile{grid-template-columns:1fr;gap:26px}
  .founder-profile-aside{position:relative;top:auto;max-width:430px;margin:0 auto;width:100%}
  .founder-profile-body>h2{font-size:37px}
  .founder-profile-lead{font-size:15px}
  .founder-detail-grid{grid-template-columns:1fr}
}

@media(max-width:430px){
  .client-logo-rail{gap:6px;padding:6px}
  .client-brand{min-height:108px!important;padding:11px 7px 9px!important}
  .client-logo img{max-width:100px;max-height:46px}
  .leader-showcase{padding:27px 17px}
  .leader-visual{min-height:290px}
  .leader-photo-shell{width:min(66vw,220px)}
  .leader-orbit-one{width:255px;height:255px}
  .leader-orbit-two{width:285px;height:285px}
  .leader-float-years{top:35px;width:104px}
  .leader-float-field{bottom:34px}
  .leader-copy h2{font-size:33px}
  .leader-facts{grid-template-columns:1fr 1fr 1fr}
}

@media(prefers-reduced-motion:reduce){
  .leader-orbit-one,.leader-orbit-two{animation:none!important}
}

/* V11 — Founder voice: expressive, non-boxy leadership moment */
.founder-voice{
  --voice-x:50%;
  --voice-y:50%;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  margin:5px 0 24px;
  padding:22px 24px 20px;
  border:1px solid rgba(16,143,151,.14);
  border-radius:28px 56px 30px 64px;
  background:
    radial-gradient(circle at var(--voice-x) var(--voice-y),rgba(85,205,198,.13),transparent 31%),
    radial-gradient(circle at 93% 15%,rgba(246,174,62,.18),transparent 26%),
    linear-gradient(128deg,rgba(249,254,253,.98),rgba(238,249,248,.96) 52%,rgba(255,250,240,.96));
  box-shadow:0 18px 45px rgba(15,70,87,.08), inset 0 1px 0 rgba(255,255,255,.9);
  transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease;
}
.founder-voice::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:170px;
  height:170px;
  right:-76px;
  bottom:-86px;
  border-radius:47% 53% 62% 38% / 56% 44% 56% 44%;
  background:linear-gradient(145deg,rgba(7,144,151,.18),rgba(58,194,193,.05));
  transform:rotate(-16deg);
  animation:founderBlob 8s ease-in-out infinite alternate;
}
.founder-voice::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:58%;
  border-radius:0 0 8px 0;
  background:linear-gradient(#f2b13d,#e98749 55%,#0ea1a4);
  box-shadow:0 0 22px rgba(242,177,61,.23);
}
.founder-voice:hover{
  transform:translateY(-3px);
  border-color:rgba(16,143,151,.23);
  box-shadow:0 24px 58px rgba(15,70,87,.12), inset 0 1px 0 rgba(255,255,255,.96);
}
.founder-voice-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:6px}
.founder-voice-label{display:inline-flex;align-items:center;gap:8px;color:#a56c13;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.founder-voice-label b{position:relative;width:9px;height:9px;border-radius:50%;background:#f2ad3d;box-shadow:0 0 0 5px rgba(242,173,61,.10)}
.founder-voice-label b::after{content:"";position:absolute;inset:-5px;border:1px solid rgba(242,173,61,.34);border-radius:50%;animation:founderPulse 2.2s ease-out infinite}
.founder-voice-mark{font-family:Georgia,"Times New Roman",serif;font-size:72px;line-height:.62;color:rgba(5,133,143,.12);transform:translateY(5px)}
.founder-voice blockquote{position:relative;z-index:2;margin:0;max-width:690px;color:#345d72;font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.62;font-weight:400}
.founder-voice-footer{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:17px;padding-top:15px;border-top:1px solid rgba(33,110,122,.11)}
.founder-voice-byline strong{display:block;color:#163f59;font-family:Georgia,"Times New Roman",serif;font-size:14px;line-height:1.2}
.founder-voice-byline span{display:block;margin-top:3px;color:#78909f;font-size:9.5px;font-weight:750;letter-spacing:.03em}
.founder-principles{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.founder-principles span{position:relative;display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(7,143,151,.13);border-radius:999px;background:rgba(255,255,255,.72);padding:6px 9px;color:#0b7d87;font-size:8.5px;font-weight:900;letter-spacing:.035em;box-shadow:0 4px 14px rgba(15,70,87,.04);transition:transform .22s ease,background .22s ease}
.founder-principles span::before{content:"";width:5px;height:5px;border-radius:50%;background:linear-gradient(135deg,#18a9aa,#f2af3e)}
.founder-voice:hover .founder-principles span:nth-child(1){transform:translateY(-2px) rotate(-1deg)}
.founder-voice:hover .founder-principles span:nth-child(2){transform:translateY(-4px) rotate(1deg)}
.founder-voice:hover .founder-principles span:nth-child(3){transform:translateY(-2px) rotate(-1deg)}
.founder-voice-particles{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}
.founder-voice-particles i{position:absolute;display:block;border-radius:50%;opacity:.56;animation:founderFloat 6s ease-in-out infinite}
.founder-voice-particles i:nth-child(1){width:8px;height:8px;right:13%;top:19%;background:#0da1a5;animation-delay:-1s}
.founder-voice-particles i:nth-child(2){width:5px;height:5px;right:22%;top:33%;background:#f4ac39;animation-delay:-2.8s}
.founder-voice-particles i:nth-child(3){width:6px;height:6px;left:8%;bottom:18%;background:#ee708e;animation-delay:-4.2s}
.founder-voice-particles i:nth-child(4){width:4px;height:4px;left:42%;top:15%;background:#0a7f8c;animation-delay:-.5s}
.founder-voice-particles i:nth-child(5){width:7px;height:7px;right:5%;bottom:30%;background:#f0b241;animation-delay:-3.6s}
.founder-voice-particles i:nth-child(6){width:4px;height:4px;left:24%;bottom:11%;background:#62c8c1;animation-delay:-2s}
@keyframes founderFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}45%{transform:translate3d(0,-8px,0) scale(1.14)}70%{transform:translate3d(5px,-4px,0) scale(.94)}}
@keyframes founderPulse{0%{transform:scale(.65);opacity:.75}80%,100%{transform:scale(1.75);opacity:0}}
@keyframes founderBlob{0%{transform:rotate(-16deg) scale(1)}100%{transform:rotate(-6deg) scale(1.08) translate(-8px,-6px)}}

@media (max-width:680px){
  .founder-voice{padding:19px 17px 17px;border-radius:23px 38px 24px 42px;margin-bottom:21px}
  .founder-voice::before{width:130px;height:130px;right:-64px;bottom:-72px}
  .founder-voice-mark{font-size:58px}
  .founder-voice blockquote{font-size:14.5px;line-height:1.58}
  .founder-voice-footer{align-items:flex-start;flex-direction:column;gap:12px;margin-top:14px;padding-top:13px}
  .founder-principles{justify-content:flex-start}
  .founder-principles span{font-size:8px;padding:5px 8px}
}
@media (prefers-reduced-motion:reduce){
  .founder-voice::before,.founder-voice-label b::after,.founder-voice-particles i{animation:none!important}
  .founder-voice,.founder-principles span{transition:none!important}
}

/* =========================================================
   V12 — Impact Constellation + dual-colour home statement
   Replaces the flat project rectangle with an interactive,
   lighter experience map that keeps the project data central.
   ========================================================= */
.hero-copy h1 .hero-title-primary,
.hero-copy h1 .hero-title-accent{
  display:block;
}
.hero-copy h1 .hero-title-primary{color:var(--navy)}
.hero-copy h1 .hero-title-accent{
  color:var(--teal);
  margin-top:.04em;
  background:linear-gradient(100deg,#0b919b 0%,#18aaa8 47%,#0b7588 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Remove the old dark-blue visual language. */
.client-project-visual.impact-constellation{
  --impact-x:50%;
  --impact-y:50%;
  position:relative;
  isolation:isolate;
  min-height:390px;
  overflow:hidden;
  display:block;
  background:
    radial-gradient(circle at var(--impact-x) var(--impact-y),rgba(255,255,255,.98) 0 4%,rgba(255,255,255,0) 28%),
    radial-gradient(circle at 82% 11%,rgba(243,170,63,.22),transparent 29%),
    radial-gradient(circle at 14% 86%,rgba(232,89,137,.12),transparent 31%),
    linear-gradient(135deg,#f3fbfb 0%,#ffffff 50%,#fff8eb 100%);
  border-left:1px solid #e1eded;
}
.impact-constellation::before{
  content:"";
  position:absolute;
  z-index:-2;
  width:75%;
  aspect-ratio:1;
  left:14%;
  top:10%;
  border-radius:43% 57% 68% 32% / 44% 39% 61% 56%;
  border:1px solid rgba(12,151,160,.16);
  background:linear-gradient(145deg,rgba(47,195,193,.11),rgba(255,255,255,.34) 52%,rgba(247,176,64,.12));
  box-shadow:inset 0 0 70px rgba(34,177,181,.08),0 32px 90px rgba(22,78,95,.08);
  transform:rotate(-8deg);
  animation:impactMorph 12s ease-in-out infinite alternate;
}
.impact-constellation::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:46%;
  aspect-ratio:1;
  right:-12%;
  bottom:-35%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(241,172,57,.16),rgba(241,172,57,0) 67%);
}
.impact-aurora{position:absolute;border-radius:50%;filter:blur(1px);opacity:.8;pointer-events:none}
.impact-aurora-a{width:170px;height:170px;right:8%;top:8%;background:radial-gradient(circle,rgba(51,197,195,.22),transparent 68%);animation:impactFloat 6.5s ease-in-out infinite}
.impact-aurora-b{width:130px;height:130px;left:8%;bottom:4%;background:radial-gradient(circle,rgba(236,102,143,.16),transparent 68%);animation:impactFloat 8s ease-in-out infinite reverse}
.impact-mesh{
  position:absolute;
  inset:0;
  opacity:.42;
  background-image:radial-gradient(rgba(13,141,151,.20) 1px,transparent 1px);
  background-size:24px 24px;
  mask-image:linear-gradient(130deg,transparent 4%,#000 38%,#000 74%,transparent 98%);
  pointer-events:none;
}
.impact-route{position:absolute;inset:7% 4% 5%;width:92%;height:88%;overflow:visible;pointer-events:none}
.impact-route path{fill:none;vector-effect:non-scaling-stroke}
.impact-route-shadow{stroke:rgba(14,145,154,.10);stroke-width:9;stroke-linecap:round}
.impact-route-line{stroke:#16a5a8;stroke-width:2;stroke-linecap:round;stroke-dasharray:8 11;animation:impactDash 8s linear infinite}
.impact-route circle{fill:#fff;stroke:#0f9ba3;stroke-width:2;filter:drop-shadow(0 4px 8px rgba(13,134,144,.18))}

.impact-core{
  position:absolute;
  z-index:4;
  left:50%;
  top:49%;
  width:226px;
  height:226px;
  transform:translate(-50%,-50%);
  border-radius:48% 52% 43% 57% / 54% 45% 55% 46%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:28px;
  color:#173e59;
  border:1px solid rgba(11,146,154,.20);
  background:
    radial-gradient(circle at 35% 26%,rgba(255,255,255,.98),rgba(255,255,255,.80) 33%,rgba(226,247,246,.89) 100%);
  box-shadow:0 28px 60px rgba(20,82,96,.14),inset 0 0 0 10px rgba(255,255,255,.38);
  backdrop-filter:blur(11px);
  transition:transform .38s cubic-bezier(.2,.7,.2,1),opacity .2s ease;
  animation:impactCore 7s ease-in-out infinite;
}
.impact-core::before{
  content:"";
  position:absolute;
  inset:-13px;
  border-radius:inherit;
  border:1px dashed rgba(10,150,160,.22);
  transform:rotate(17deg);
  animation:impactSpin 18s linear infinite;
}
.impact-core::after{
  content:"";
  position:absolute;
  right:10%;
  top:7%;
  width:15px;
  height:15px;
  border-radius:50%;
  background:linear-gradient(135deg,#f4b13f,#ec6e91);
  box-shadow:0 0 0 7px rgba(244,177,63,.10);
}
.impact-core-kicker{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.15em;color:#9a6b25;margin-bottom:3px}
.impact-constellation .project-year-large{
  position:relative;
  z-index:1;
  display:block;
  font-family:Inter,ui-sans-serif,system-ui,sans-serif;
  font-size:64px;
  line-height:.96;
  letter-spacing:-.065em;
  font-weight:870;
  color:#0d6e7a;
  opacity:1;
  text-shadow:none;
}
.impact-core-caption{display:block;max-width:155px;margin-top:9px;color:#5c7588;font-size:10px;line-height:1.38;font-weight:720}

.impact-node{
  position:absolute;
  z-index:5;
  min-width:132px;
  max-width:170px;
  min-height:58px;
  padding:11px 13px 10px 41px;
  border:1px solid rgba(201,226,228,.88);
  border-radius:18px 24px 18px 28px;
  background:rgba(255,255,255,.86);
  box-shadow:0 14px 34px rgba(21,73,90,.10);
  backdrop-filter:blur(12px);
  transition:transform .28s ease,opacity .2s ease,box-shadow .28s ease;
  animation:impactNodeFloat 5.8s ease-in-out infinite;
}
.impact-node:hover{transform:translateY(-4px) scale(1.025);box-shadow:0 19px 42px rgba(21,73,90,.14)}
.impact-node-index{
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  width:24px;
  height:24px;
  border-radius:9px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:8px;
  font-weight:900;
  background:linear-gradient(145deg,#0a9aa3,#37c4be);
  box-shadow:0 7px 16px rgba(8,145,154,.17);
}
.impact-node strong{display:block;font-size:10.5px;line-height:1.25;color:#1c485f;font-weight:850}
.impact-node i{position:absolute;width:7px;height:7px;border-radius:50%;background:#f4ae3d;box-shadow:0 0 0 5px rgba(244,174,61,.10)}
.impact-node-a{left:7%;top:18%;animation-delay:-1.2s}.impact-node-a i{right:-4px;bottom:11px}
.impact-node-b{right:6%;top:28%;animation-delay:-3.5s}.impact-node-b .impact-node-index{background:linear-gradient(145deg,#ec6b90,#ee97aa)}.impact-node-b i{left:-4px;bottom:14px;background:#21aaa9}
.impact-node-c{left:12%;bottom:12%;animation-delay:-4.7s}.impact-node-c .impact-node-index{background:linear-gradient(145deg,#f3aa3d,#f7c25c)}.impact-node-c i{right:-4px;top:12px;background:#e97091}

.impact-signal{
  position:absolute;
  z-index:4;
  right:5%;
  bottom:7%;
  display:flex;
  align-items:center;
  gap:6px;
  color:#648091;
  font-size:8px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.impact-signal i{width:6px;height:6px;border-radius:50%;background:#0aa0a5;animation:impactBlink 1.8s ease-in-out infinite}
.impact-signal i:nth-child(2){background:#f0a63c;animation-delay:.3s}.impact-signal i:nth-child(3){background:#e76d90;animation-delay:.6s}
.impact-signal span{margin-left:3px}

.client-stage.is-switching .impact-core,
.client-stage.is-switching .impact-node{
  opacity:.28;
  transform:translateY(5px) scale(.96);
}
.client-stage.is-switching .impact-route-line{opacity:.18}

@keyframes impactMorph{0%{border-radius:43% 57% 68% 32% / 44% 39% 61% 56%;transform:rotate(-8deg) scale(1)}100%{border-radius:57% 43% 38% 62% / 38% 57% 43% 62%;transform:rotate(-2deg) scale(1.035)}}
@keyframes impactFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(8px,-10px,0) scale(1.08)}}
@keyframes impactCore{0%,100%{transform:translate(-50%,-50%) rotate(-1deg)}50%{transform:translate(-50%,-53%) rotate(1deg)}}
@keyframes impactSpin{to{transform:rotate(377deg)}}
@keyframes impactNodeFloat{0%,100%{translate:0 0}50%{translate:0 -7px}}
@keyframes impactDash{to{stroke-dashoffset:-76}}
@keyframes impactBlink{0%,100%{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}

@media(hover:hover) and (pointer:fine){
  .impact-constellation{transition:background-position .2s ease}
}

@media(max-width:1180px){
  .client-project-visual.impact-constellation{min-height:330px;border-left:0;border-top:1px solid #e4efef}
  .impact-core{width:206px;height:206px}
  .impact-constellation .project-year-large{font-size:58px}
  .impact-node-a{left:10%;top:17%}.impact-node-b{right:10%;top:28%}.impact-node-c{left:15%;bottom:11%}
}
@media(max-width:720px){
  .client-project-visual.impact-constellation{min-height:300px}
  .impact-constellation::before{width:88%;left:5%;top:9%}
  .impact-core{width:174px;height:174px;padding:20px}
  .impact-constellation .project-year-large{font-size:48px}
  .impact-core-caption{font-size:8.5px;max-width:130px;margin-top:6px}
  .impact-node{min-width:108px;max-width:125px;min-height:50px;padding:9px 9px 8px 34px;border-radius:15px 20px 15px 22px}
  .impact-node-index{left:8px;width:20px;height:20px;border-radius:7px;font-size:7px}
  .impact-node strong{font-size:8.5px}
  .impact-node-a{left:4%;top:13%}.impact-node-b{right:3%;top:25%}.impact-node-c{left:6%;bottom:8%}
  .impact-signal{right:4%;bottom:5%;font-size:6.5px;gap:4px}.impact-signal i{width:5px;height:5px}
  .impact-route{inset:5% 1%;width:98%;height:90%}
  .hero-copy h1 .hero-title-accent{margin-top:.08em}
}
@media(max-width:430px){
  .client-project-visual.impact-constellation{min-height:270px}
  .impact-core{width:158px;height:158px}
  .impact-constellation .project-year-large{font-size:43px}
  .impact-core-kicker{font-size:7px}
  .impact-core-caption{font-size:7.6px;max-width:112px}
  .impact-node{min-width:92px;max-width:108px;padding-left:30px}
  .impact-node strong{font-size:7.7px}
  .impact-node-index{left:7px;width:18px;height:18px}
  .impact-node-a{left:2%;top:10%}.impact-node-b{right:2%;top:22%}.impact-node-c{left:3%;bottom:6%}
  .impact-signal span{display:none}
}
@media(prefers-reduced-motion:reduce){
  .impact-constellation::before,.impact-aurora,.impact-route-line,.impact-core,.impact-core::before,.impact-node,.impact-signal i{animation:none!important}
  .impact-core,.impact-node{transition:none!important}
}

/* Keep the constellation centred during project-to-project transitions. */
.client-stage.is-switching .impact-core{
  animation:none!important;
  opacity:.28;
  transform:translate(-50%,-48%) scale(.96);
}
.client-stage.is-switching .impact-node{
  animation:none!important;
  opacity:.28;
  transform:translateY(5px) scale(.96);
}


/* v10 — dual-colour page hierarchy + accountable digital training story */
/* Inner-page hero titles now use the exact same dual-colour language as Home. */
.inner-hero h1.dual-heading .hero-title-primary,
.inner-hero h1.dual-heading .hero-title-accent{display:block}
.inner-hero h1.dual-heading .hero-title-primary{color:var(--navy)}
.inner-hero h1.dual-heading .hero-title-accent{
  color:var(--teal);
  margin-top:.04em;
  background:linear-gradient(100deg,#0b919b 0%,#18aaa8 47%,#0b7588 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.programme-digital-bridge{padding-top:0}
.resource-grid:has(.resource-card:nth-child(4)){grid-template-columns:repeat(4,1fr)}
.solution-evolution{margin-top:18px;padding:15px 17px;border-left:3px solid var(--teal);background:#fff;border-radius:0 12px 12px 0;color:#46677b!important}

.training-standard-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#f4fbfb 46%,#fff9ef 100%)}
.training-standard-section::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-160px;top:-180px;background:radial-gradient(circle,rgba(239,171,66,.14),transparent 68%)}
.training-standard-section::after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;left:-180px;bottom:-210px;background:radial-gradient(circle,rgba(10,153,163,.13),transparent 68%)}
.training-standard-shell{position:relative;z-index:1;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:78px}
.training-standard-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,4vw,58px);line-height:1.06;letter-spacing:-.03em;margin:0 0 18px;color:var(--navy)}
.training-standard-copy h2 span,.training-standard-copy h2 strong{display:block}
.training-standard-copy h2 strong{font-weight:700;color:var(--teal-dark);margin-top:.08em}
.training-standard-copy>p{font-size:16px;line-height:1.75;color:#5b7488;max-width:700px}
.training-standard-note{margin-top:24px;display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;padding:17px 18px;border:1px solid #d7e9ea;border-radius:16px;background:rgba(255,255,255,.76);box-shadow:var(--shadow-soft)}
.training-standard-note img{width:28px;height:28px}.training-standard-note span{font-size:13px;line-height:1.55;color:#547084}.training-standard-note strong{color:#173f5d}
.training-pulse{position:relative;min-height:440px;border:1px solid rgba(202,226,228,.9);border-radius:38px;background:rgba(255,255,255,.82);box-shadow:0 28px 80px rgba(21,76,92,.10);overflow:hidden;isolation:isolate}
.training-pulse::before{content:"";position:absolute;inset:12%;border-radius:46% 54% 52% 48% / 52% 43% 57% 48%;border:1px dashed rgba(10,153,163,.22);animation:trainingOrbit 22s linear infinite}
.training-pulse::after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(33,184,184,.16),rgba(33,184,184,0) 70%);z-index:-1}
.pulse-path{position:absolute;inset:15%;border:1px solid rgba(10,153,163,.13);border-radius:50% 46% 54% 45%;transform:rotate(-8deg)}
.pulse-path span{position:absolute;width:10px;height:10px;border-radius:50%;background:#f0aa3d;box-shadow:0 0 0 8px rgba(240,170,61,.12);left:12%;top:6%;animation:pulseBeacon 2.2s ease-in-out infinite}
.training-pulse article{position:absolute;z-index:2;display:flex;align-items:center;gap:10px;min-width:176px;padding:12px 14px;border:1px solid #d9e9ea;border-radius:17px;background:rgba(255,255,255,.9);box-shadow:0 12px 30px rgba(20,74,90,.09);backdrop-filter:blur(10px);animation:trainingFloat 6s ease-in-out infinite}
.training-pulse article i{display:grid;place-items:center;width:31px;height:31px;border-radius:11px;background:linear-gradient(135deg,#0b9ca6,#43c8c1);color:#fff;font-style:normal;font-size:9px;font-weight:900}
.training-pulse article strong{display:block;font-size:12px;color:#193f5b}.training-pulse article span{display:block;font-size:9.5px;color:#708697;margin-top:2px}
.training-pulse article:nth-of-type(1){left:7%;top:11%;animation-delay:-1s}.training-pulse article:nth-of-type(2){right:6%;top:18%;animation-delay:-2.4s}.training-pulse article:nth-of-type(3){right:5%;bottom:20%;animation-delay:-3.7s}.training-pulse article:nth-of-type(4){left:9%;bottom:10%;animation-delay:-4.8s}.training-pulse article:nth-of-type(5){left:3%;top:48%;animation-delay:-5.4s}
.training-pulse article:nth-of-type(2) i{background:linear-gradient(135deg,#f0a83d,#f5c463)}.training-pulse article:nth-of-type(3) i{background:linear-gradient(135deg,#e8668d,#ee93aa)}.training-pulse article:nth-of-type(4) i{background:linear-gradient(135deg,#173f72,#2a67a0)}.training-pulse article:nth-of-type(5) i{background:linear-gradient(135deg,#7c56a6,#a16cc2)}
.pulse-core{position:absolute;z-index:3;left:50%;top:51%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:42% 58% 45% 55% / 53% 44% 56% 47%;display:grid;place-items:center;align-content:center;text-align:center;background:linear-gradient(145deg,#0d355e,#0a8e9b);color:#fff;box-shadow:0 22px 55px rgba(13,88,104,.24);animation:trainingCore 7s ease-in-out infinite}
.pulse-core>span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.15);font-weight:900;margin-bottom:7px}.pulse-core strong{font-size:15px}.pulse-core small{font-size:8px;opacity:.72;text-transform:uppercase;letter-spacing:.12em;margin-top:3px}

.training-ops-map{position:relative;min-height:440px;border-radius:30px;border:1px solid #d5e8e9;background:linear-gradient(145deg,#fff,#f2fbfb 58%,#fff7e9);box-shadow:var(--shadow);overflow:hidden;isolation:isolate}
.training-ops-map::before{content:"";position:absolute;inset:12%;border-radius:50%;border:1px dashed rgba(9,151,160,.2);animation:trainingOrbit 24s linear infinite}
.ops-track{position:absolute;left:13%;right:13%;top:50%;height:2px;background:linear-gradient(90deg,transparent,#0ba0a8 12%,#0ba0a8 88%,transparent);opacity:.25}
.training-ops-map article{position:absolute;z-index:2;width:128px;padding:12px;border:1px solid #d7e7e9;border-radius:16px;background:rgba(255,255,255,.92);box-shadow:0 11px 28px rgba(20,74,90,.08);text-align:center;animation:trainingFloat 6.4s ease-in-out infinite}
.training-ops-map article b{display:grid;place-items:center;width:25px;height:25px;margin:0 auto 7px;border-radius:9px;background:#e6f7f6;color:#087f89;font-size:8px}.training-ops-map article strong{display:block;font-size:11px;color:#183d59}.training-ops-map article small{display:block;font-size:8.5px;color:#728697;margin-top:2px}
.training-ops-map article:nth-of-type(1){left:5%;top:12%}.training-ops-map article:nth-of-type(2){left:36%;top:6%;animation-delay:-1s}.training-ops-map article:nth-of-type(3){right:5%;top:16%;animation-delay:-2s}.training-ops-map article:nth-of-type(4){right:6%;bottom:12%;animation-delay:-3s}.training-ops-map article:nth-of-type(5){left:36%;bottom:6%;animation-delay:-4s}.training-ops-map article:nth-of-type(6){left:5%;bottom:16%;animation-delay:-5s}
.ops-center{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:138px;height:138px;border-radius:50%;display:grid;place-items:center;align-content:center;background:linear-gradient(145deg,#123b65,#09949e);color:#fff;box-shadow:0 20px 52px rgba(12,91,106,.22)}
.ops-center>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:rgba(255,255,255,.14);font-weight:900;margin-bottom:6px}.ops-center strong{font-size:14px}.ops-center small{font-size:7.5px;opacity:.72;text-transform:uppercase;letter-spacing:.12em;margin-top:3px}

@keyframes trainingOrbit{to{transform:rotate(360deg)}}
@keyframes trainingFloat{0%,100%{translate:0 0}50%{translate:0 -6px}}
@keyframes trainingCore{0%,100%{transform:translate(-50%,-50%) rotate(-1deg)}50%{transform:translate(-50%,-53%) rotate(1deg)}}
@keyframes pulseBeacon{0%,100%{opacity:.45;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}

@media(max-width:1100px){
  .resource-grid:has(.resource-card:nth-child(4)){grid-template-columns:repeat(2,1fr)}
  .training-standard-shell{grid-template-columns:1fr;gap:38px}.training-pulse{min-height:400px}
}
@media(max-width:720px){
  .inner-hero h1.dual-heading .hero-title-accent{margin-top:.08em}
  .resource-grid:has(.resource-card:nth-child(4)){grid-template-columns:1fr}
  .training-standard-copy h2{font-size:34px}.training-standard-copy>p{font-size:14px}
  .training-pulse{min-height:430px;border-radius:24px}
  .training-pulse article{min-width:132px;padding:9px 10px}.training-pulse article i{width:25px;height:25px}.training-pulse article strong{font-size:10px}.training-pulse article span{font-size:8px}
  .training-pulse article:nth-of-type(1){left:4%;top:8%}.training-pulse article:nth-of-type(2){right:3%;top:21%}.training-pulse article:nth-of-type(3){right:3%;bottom:18%}.training-pulse article:nth-of-type(4){left:7%;bottom:7%}.training-pulse article:nth-of-type(5){left:2%;top:43%}
  .pulse-core{width:126px;height:126px}.pulse-core strong{font-size:13px}
  .training-ops-map{min-height:480px}.training-ops-map article{width:104px;padding:9px}.training-ops-map article:nth-of-type(1){left:4%;top:8%}.training-ops-map article:nth-of-type(2){left:auto;right:4%;top:8%}.training-ops-map article:nth-of-type(3){right:3%;top:34%}.training-ops-map article:nth-of-type(4){right:4%;bottom:8%}.training-ops-map article:nth-of-type(5){left:4%;bottom:8%}.training-ops-map article:nth-of-type(6){left:3%;bottom:auto;top:34%}.ops-center{width:120px;height:120px}
}
@media(max-width:430px){
  .training-pulse{min-height:405px}.training-pulse article{min-width:112px;max-width:120px}.training-pulse article span{max-width:88px}.pulse-core{width:110px;height:110px}.pulse-core>span{width:30px;height:30px}
  .training-ops-map{min-height:455px}.training-ops-map article{width:94px}.training-ops-map article small{font-size:7.5px}.ops-center{width:106px;height:106px}
}
@media(prefers-reduced-motion:reduce){.training-pulse::before,.pulse-path span,.training-pulse article,.pulse-core,.training-ops-map::before,.training-ops-map article{animation:none!important}}

/* Prevent side-entry reveal transforms from creating transient mobile/tablet overflow. */
@media(max-width:1100px){
  .reveal.reveal-ready.reveal-left,.reveal.reveal-ready.reveal-right{transform:translate3d(0,18px,0)}
}

.solution-platform-link{margin-top:18px;display:inline-flex}
