/* LOADMATE H1 extraction v2 — from inline <style> in tpl-csr.php */

/* ============================================================
   LOADMATE — CSR PAGE (preview v0.1)
   Brand: #115c88 deep blue, #ffb600 yellow, light theme.
   Fail-safe reveal: content visible by default; animation only
   enhances under .js, so a broken/blocked script never blanks it.
   ============================================================ */

:root{
  --lm-blue:#000000;
  --lm-blue-700:#000000;
  --lm-blue-900:#000000;
  --lm-blue-050:#f1f1f1;
  --lm-blue-100:#f1f1f1;
  --lm-yellow:#ffb600;
  --lm-ink:#000000;
  --lm-muted:#000000;
  --lm-line:#f1f1f1;
  --lm-white:#ffffff;

  /* pillar accents (muted, harmonised with brand) */
  /* v1.1.0: all pillar accents unified to brand blue (multi-color fonts removed) */
  --p-env:#000000;
  --p-people:#000000;
  --p-edu:#000000;
  --p-comm:#000000;

  --font-head:'Poppins',system-ui,-apple-system,'Segoe UI',sans-serif;
  --font-body:'Poppins',system-ui,-apple-system,'Segoe UI',sans-serif;

  --maxw:1280px /* v1.1.0: widened */;
  --r:18px;
  --shadow:0 18px 50px -22px rgba(0,0,0,.45);
  --shadow-sm:0 8px 24px -14px rgba(0,0,0,.4);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font-body);
  color:#000000;
  background:#ffffff;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}
h1,h2,h3{font-family:var(--font-head);font-weight:600;line-height:1.08;letter-spacing:-.01em;color:#000000}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.eyebrow{
  font-family:var(--font-body);font-weight:700;font-size:.78rem;letter-spacing:.18em;
  text-transform:uppercase;color:#ffb600;display:inline-flex;align-items:center;gap:.6em;
}
.eyebrow::before{content:"";width:26px;height:2px;background:#ffb600;display:inline-block}
.amber{color:#ffb600}
.lead{font-size:1.18rem;color:#000000;max-width:60ch}

/* ---------- preview banner ---------- */
.preview-bar{
  background:repeating-linear-gradient(45deg,rgba(255,255,255,0.6),rgba(255,255,255,0.6) 14px,rgba(255,255,255,0.6) 14px,rgba(255,255,255,0.6) 28px);
  color:#000000;font-size:.82rem;letter-spacing:.02em;text-align:center;
  padding:9px 20px;font-weight:500;
}
.preview-bar b{color:#ffb600}

/* ---------- top nav (mimics live header) ---------- */
.topbar{background:#ffffff;border-bottom:1px solid #f1f1f1;position:sticky;top:0;z-index:50;backdrop-filter:saturate(1.2) blur(6px)}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;height:74px}
.brand{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:800;font-size:1.5rem;color:#000000;letter-spacing:-.02em}
.brand span{font-weight:500;color:#000000;font-size:.95rem;border-left:1px solid #f1f1f1;padding-left:10px}
.nav{display:flex;gap:30px;font-weight:600;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase}
.nav a{color:#000000;transition:color .2s}
.nav a:hover,.nav a.active{color:#000000}
.nav a.active{color:#ffb600}
@media(max-width:860px){.nav{display:none}}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:.55em;font-weight:700;font-size:.95rem;
  padding:14px 26px;border-radius:999px;transition:transform .2s,box-shadow .2s,background .2s;cursor:pointer;border:2px solid transparent}
.btn-primary{background:#ffb600;color:#ffffff}
.btn-primary:hover{background:#ffb600;color:#ffffff;transform:translateY(-2px);box-shadow:0 14px 30px -12px rgba(255,182,0,.7)}
.btn-ghost{background:#ffb600;border-color:#ffb600;color:#ffffff}
.btn-ghost:hover{background:#ffb600;border-color:#ffb600;color:#ffffff;transform:translateY(-2px)}
.btn-light{border-color:rgba(255,255,255,.6);color:#ffffff}
.btn-light:hover{background:#ffffff;color:#000000}

/* ============================================================
   HERO  (full-bleed CSR wheel — photo wedges + running light)
   ============================================================ */
.csr-hero{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;
  align-items:center;justify-content:center;padding:52px 16px 42px;overflow:hidden;
  background:radial-gradient(58% 70% at 50% 46%,#f1f1f1 0%,#f1f1f1 52%,#f1f1f1 100%)}
.csr-hero::after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 200px rgba(0,0,0,.06)}
.csr-hero .eyebrow{position:relative;z-index:3;margin-bottom:6px}
.csr-hero__sub{position:relative;z-index:3;text-align:center;max-width:60ch;color:#000000;font-size:1.12rem;margin:14px auto 0;line-height:1.6}
.csr-scrollcue{position:relative;z-index:3;display:inline-flex;align-items:center;gap:.5em;margin-top:18px;color:#000000;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.csr-scrollcue svg{color:#ffb600;animation:bob 1.8s ease-in-out infinite}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}
@keyframes spin{to{transform:rotate(360deg)}}

.csr-wheel{position:relative;width:min(96vw,94vh,1280px);aspect-ratio:1;margin:0 auto}
.csr-wheel svg.wheel{position:absolute;inset:0;width:100%;height:100%;overflow:visible;z-index:2;pointer-events:none}

/* photo wedges: full colour, light white scrim; focal transform per wedge */
.wedges{position:absolute;inset:0}
.wedge{position:absolute;inset:0;display:block}
/* LM: photos show in COLOUR (was grayscale(1) until hover) and the white
   veil dropped from .5 to .14 — at 50% it was washing the pictures out.
   Per-wedge focal transforms live in lm-unify.css (LM-CSR-MEDIA v4). */
.wedge::before{content:"";position:absolute;inset:0;background-image:var(--img);background-size:cover;background-position:center center;background-repeat:no-repeat;
  filter:none;transform:none;transform-origin:50% 50%;transition:filter .45s ease;z-index:0}
.wedge::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.10);transition:background .45s ease;z-index:1}
.wedge:hover::before{filter:brightness(1.05)}
.wedge:hover::after{background:rgba(255,255,255,0)}

/* running light */
.comet{transform-box:view-box;transform-origin:450px 450px;animation:spin 13s linear infinite}
.dashring{transform-box:fill-box;transform-origin:center;animation:spin 80s linear infinite}
.js .csr-wheel .wheel{opacity:0;transition:opacity 1s ease}
.js .csr-wheel.is-visible .wheel{opacity:1}

/* centre hub (full circle) */
.whub{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:6;text-align:center;width:230px;
  display:flex;flex-direction:column;align-items:center;justify-content:center}
.whub .halo{position:absolute;left:50%;top:50%;width:280px;height:280px;transform:translate(-50%,-50%);border-radius:50%;z-index:-1;
  background:radial-gradient(circle,rgba(255,255,255,0.119),rgba(255,255,255,0.0) 64%);animation:pulse 4.8s ease-in-out infinite}
@keyframes pulse{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.95}50%{transform:translate(-50%,-50%) scale(1.07);opacity:.6}}
.whub .mark{font-family:var(--font-head);font-weight:800;font-size:clamp(1.4rem,2.6vw,2rem);color:#000000;letter-spacing:-.01em;line-height:1}
.whub .tagline{margin-top:7px;font-size:.62rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#000000}
.js .csr-wheel .whub{opacity:0;transition:opacity .7s ease}
.js .csr-wheel.is-visible .whub{opacity:1;transition-delay:.4s}

/* activity content overlay (not clipped; pointer passes to wedge) */
.seg{position:absolute;transform:translate(-50%,-50%);z-index:4;width:148px;text-align:center;pointer-events:none}
.seg .ic{width:48px;height:48px;border-radius:50%;margin:0 auto 9px;display:grid;place-content:center;
  background:linear-gradient(145deg,rgba(255,255,255,0.6),rgba(255,255,255,0.6));color:#ffffff;box-shadow:0 9px 18px -6px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.25);transition:transform .3s,box-shadow .3s}
.seg .ic svg{width:23px;height:23px}
.seg .txt{display:inline-block;background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);
  border-radius:13px;padding:7px 12px;box-shadow:0 8px 20px -12px rgba(0,0,0,.6)}
.seg .ttl{display:block;font-weight:700;font-size:.94rem;color:#000000;line-height:1.12}
.seg .dsc{display:block;margin-top:2px;font-size:.72rem;color:#000000;line-height:1.2}
.wedge:hover + .seg .ic{transform:translateY(-4px) scale(1.07);box-shadow:0 14px 24px -8px rgba(0,0,0,.55)}
.wedge:hover + .seg .ttl{color:#000000}
.js .csr-wheel .seg{opacity:0;transition:opacity .6s ease}
.js .csr-wheel.is-visible .seg{opacity:1}
.csr-wheel.is-visible .seg{transition-delay:.25s}

@media(max-width:820px){
  .csr-hero{min-height:auto;padding:42px 14px 36px}
  .csr-wheel{aspect-ratio:auto;width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:20px 14px;padding-top:14px}
  .csr-wheel svg.wheel,.csr-wheel .wedges{display:none}
  .whub{position:static;transform:none;width:100%;margin-bottom:8px}
  .whub .halo{display:none}
  .seg{position:static!important;transform:none!important;width:140px;pointer-events:auto}
  .js .csr-wheel .seg{opacity:1}
}

/* ============================================================
   BELIEF strip
   ============================================================ */
.belief{padding:78px 0;background:#ffffff}
.belief .wrap{max-width:850px;text-align:center}
.belief h2{font-size:clamp(1.8rem,3.4vw,2.7rem);margin:16px 0 18px}
.belief p{font-size:1.32rem;color:#000000;line-height:1.5;font-family:var(--font-head);font-weight:400}
.belief .sign{margin-top:24px;color:#000000;font-weight:600;font-size:.9rem;letter-spacing:.04em}

/* ============================================================
   TREE OF IMPACT
   ============================================================ */
.tree-sec{position:relative;padding:70px 0 60px;background:
   radial-gradient(900px 520px at 50% 8%,#f1f1f1,#ffffff 70%),
   linear-gradient(180deg,#ffffff,#f1f1f1);overflow:hidden}
.tree-head{text-align:center;max-width:680px;margin:0 auto 72px}
.tree-head h2{font-size:clamp(2rem,4vw,3rem);margin:14px 0 12px}
.tree-head p{color:#000000;font-size:1.1rem}

.root-stage{position:relative;max-width:1060px;margin:14px auto 0;aspect-ratio:1100/600}
.root-stage svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}

/* fine botanical linework — draws in (fail-safe: default fully drawn) */
.rline{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:0}
.js .root-stage.is-visible .rootline{animation:rdraw 1.1s ease backwards}
.js .root-stage.is-visible .branchline{animation:rdraw 1.5s cubic-bezier(.5,.02,.2,1) backwards}
@keyframes rdraw{from{stroke-dashoffset:1000}to{stroke-dashoffset:0}}
.root-stage.is-visible .branchline.bl1{animation-delay:.35s}
.root-stage.is-visible .branchline.bl2{animation-delay:.5s}
.root-stage.is-visible .branchline.bl3{animation-delay:.65s}
.root-stage.is-visible .branchline.bl4{animation-delay:.8s}
.rleaf{transform-box:fill-box;transform-origin:bottom center;animation:sway 6s ease-in-out infinite}
.rleaf:nth-of-type(even){animation-delay:-3s}
@keyframes sway{0%,100%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}

/* the 1991 seed at the base */
.seed{position:absolute;left:50%;bottom:7%;transform:translate(-50%,50%);z-index:6;text-align:center}
.seed .badge{width:104px;height:104px;border-radius:50%;margin:0 auto;
  background:radial-gradient(circle at 38% 30%,#ffffff,#f1f1f1);
  border:3px solid #ffb600;
  box-shadow:0 16px 40px -14px rgba(0,0,0,.55),0 0 0 9px rgba(255,182,0,.12);
  display:grid;place-content:center;font-family:var(--font-head);font-weight:600;font-size:1.6rem;color:#000000;line-height:1}
.seed .cap{margin-top:10px;font-weight:700;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:#000000}
.js .root-stage.is-visible .seed{animation:bloom .7s cubic-bezier(.2,.9,.3,1.3) backwards}

/* premium photo cards at the branch tips */
.rcard{position:absolute;transform:translate(-50%,-50%);width:216px;z-index:5;
  border-radius:18px;overflow:hidden;background:#ffffff;border:1px solid #f1f1f1;
  box-shadow:0 24px 54px -24px rgba(0,0,0,.55);transition:transform .35s,box-shadow .35s}
.rcard:hover{transform:translate(-50%,calc(-50% - 6px));box-shadow:0 32px 64px -22px rgba(0,0,0,.6)}
.rcard .ph{height:130px;background-size:cover;background-position:center;background-color:#f1f1f1;position:relative}
.rcard .ph::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0.0) 42%,rgba(255,255,255,0.3))}
.rcard .chip{position:absolute;top:10px;left:10px;z-index:2;width:36px;height:36px;border-radius:11px;
  background:var(--ac);display:grid;place-content:center;color:#ffffff;box-shadow:0 6px 16px -6px rgba(0,0,0,.45)}
.rcard .body{padding:12px 15px 15px}
.rcard .pill-name{font-family:var(--font-head);font-weight:600;font-size:1.08rem;color:#000000;line-height:1.1}
.rcard .stat{display:block;margin-top:4px;font-weight:700;font-size:.84rem;color:var(--ac)}
.rcard .stat .amber{color:#ffb600}
.rcard .cap{margin-top:6px;font-size:.74rem;color:#000000}
.js .root-stage .rcard{opacity:1}
.js .root-stage.is-visible .rcard{animation:bloom .8s cubic-bezier(.2,.85,.3,1.1) backwards}
.root-stage.is-visible .rcard.c1{animation-delay:.95s}
.root-stage.is-visible .rcard.c2{animation-delay:1.1s}
.root-stage.is-visible .rcard.c3{animation-delay:1.25s}
.root-stage.is-visible .rcard.c4{animation-delay:1.4s}
@keyframes bloom{0%{opacity:0;transform:translate(-50%,calc(-50% + 22px)) scale(.85)}100%{opacity:1;transform:translate(-50%,-50%) scale(1)}}

.tree-foot{text-align:center;color:#000000;font-size:.9rem;margin-top:26px}

/* mobile: drop the linework, stack cards in a clean grid */
@media(max-width:820px){
  .root-stage{aspect-ratio:auto;display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:0 4px 110px}
  .root-stage svg{display:none}
  .rcard{position:static;width:auto}
  .js .root-stage.is-visible .rcard{animation:none}
  .rcard,.js .root-stage .rcard{opacity:1!important;transform:none!important}
  .rcard:hover{transform:translateY(-4px)!important}
  .seed{bottom:24px}
}

/* ============================================================
   PILLAR sections
   ============================================================ */
.pillar{padding:78px 0}
.pillar:nth-child(even){background:#f1f1f1}
.pillar .wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.pillar.flip .wrap{direction:rtl}
.pillar.flip .pillar-copy,.pillar.flip .gallery{direction:ltr}
.pillar-copy .tag{display:inline-flex;align-items:center;gap:.5em;font-weight:700;font-size:.8rem;
  letter-spacing:.12em;text-transform:uppercase;color:var(--ac);margin-bottom:14px}
.pillar-copy .tag .dot{width:11px;height:11px;border-radius:50%;background:var(--ac)}
.pillar-copy h2{font-size:clamp(1.8rem,3.4vw,2.6rem);margin-bottom:16px}
.pillar-copy p{color:#000000;font-size:1.06rem;margin-bottom:18px;max-width:48ch}
.pillar-list{list-style:none;display:grid;gap:10px;margin:18px 0 24px}
.pillar-list li{display:flex;gap:.7em;align-items:flex-start;font-size:.98rem;color:#000000}
.pillar-list svg{flex:none;margin-top:3px;color:var(--ac)}
.pillar-stats{display:flex;gap:30px;flex-wrap:wrap;border-top:1px solid #f1f1f1;padding-top:20px}
.pillar-stats .num{font-family:var(--font-head);font-weight:600;font-size:2rem;color:var(--ac);line-height:1}
.pillar-stats .num .amber{color:#ffb600}
.pillar-stats .lbl{font-size:.82rem;color:#000000;font-weight:600;margin-top:4px;text-transform:uppercase;letter-spacing:.04em}

.gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px;height:100%}
.gallery .tile{border-radius:var(--r);background-size:cover;background-position:center;
  background-color:#f1f1f1;position:relative;overflow:hidden;min-height:150px;box-shadow:rgba(0,0,0,.12);
  transition:transform .4s}
.gallery .tile:hover{transform:scale(1.02)}
.gallery .tile.big{grid-row:span 2}
.gallery .tile .cap{position:absolute;left:0;right:0;bottom:0;padding:34px 14px 12px;color:#ffffff;
  font-weight:600;font-size:.86rem;background:linear-gradient(180deg,transparent,rgba(255,255,255,0.697))}
.gallery .tile .cap small{display:block;font-weight:500;opacity:.85;font-size:.74rem}
@media(max-width:820px){
  .pillar .wrap{grid-template-columns:1fr;gap:30px}
  .pillar.flip .wrap{direction:ltr}
  .gallery{grid-template-columns:1fr 1fr;height:auto}
  .gallery .tile.big{grid-row:span 1}
}

/* ============================================================
   IMPACT numbers band
   ============================================================ */
.impact{background:linear-gradient(135deg,rgba(255,255,255,0.6),rgba(255,255,255,0.6));color:#ffffff;padding:74px 0;position:relative;overflow:hidden}
.impact::before{content:"";position:absolute;inset:0;opacity:.12;
  background-image:radial-gradient(circle at 1px 1px,#ffffff 1px,transparent 0);background-size:26px 26px}
.impact .wrap{position:relative}
.impact h2{color:#ffffff;text-align:center;font-size:clamp(1.8rem,3.4vw,2.6rem);margin-bottom:8px}
.impact .sub{text-align:center;color:#000000;margin-bottom:44px}
.impact-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;text-align:center}
.impact-grid .num{font-family:var(--font-head);font-weight:600;font-size:clamp(2.2rem,4vw,3.3rem);color:#ffb600;line-height:1}
.impact-grid .lbl{margin-top:8px;font-size:.86rem;color:#000000;font-weight:600;letter-spacing:.03em}
@media(max-width:780px){.impact-grid{grid-template-columns:repeat(2,1fr);gap:34px 20px}}

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline-sec{padding:78px 0;background:#ffffff}
.timeline-sec .head{text-align:center;max-width:620px;margin:0 auto 46px}
.timeline-sec h2{font-size:clamp(1.8rem,3.4vw,2.6rem);margin:12px 0 10px}
.timeline-sec .head p{color:#000000}
.timeline{max-width:1080px;margin:0 auto;position:relative;padding:10px 0}
.timeline::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;transform:translateX(-50%);
  background:linear-gradient(180deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 78%,#ffb600 100%);border-radius:3px}
.tl-item{position:relative;width:50%;padding:6px 56px 38px 0;text-align:right}
.tl-item:nth-child(even){margin-left:50%;padding:6px 0 38px 56px;text-align:left}
.tl-item::before{content:"";position:absolute;top:14px;right:-9px;width:18px;height:18px;border-radius:50%;
  background:#ffffff;border:4px solid rgba(0,0,0,.12);box-shadow:0 0 0 5px rgba(0,0,0,.12);z-index:1}
.tl-item:nth-child(even)::before{right:auto;left:-9px}
.tl-card{display:inline-block;background:#ffffff;border:1px solid rgba(0,0,0,.14);border-radius:12px;
  padding:20px 24px;box-shadow:0 10px 26px rgba(0,0,0,.07);max-width:440px;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.tl-item:hover .tl-card{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.13);border-color:rgba(0,0,0,.30)}
.tl-item .yr{font-weight:800;font-size:1.35rem;color:#000000;margin-bottom:6px}
.tl-item p{color:#000000;font-size:1.02rem;line-height:1.55;margin:0}
.tl-item.now::before{border-color:#ffb600;box-shadow:0 0 0 5px rgba(255,182,0,.22)}
.tl-item.now .yr{color:#ffb600}
.tl-item.now .tl-card{border-color:rgba(255,182,0,.55);background:linear-gradient(180deg,#f1f1f1,#ffffff)}
@media(max-width:820px){
  .timeline::before{left:9px;transform:none}
  .tl-item,.tl-item:nth-child(even){width:100%;margin-left:0;padding:6px 0 34px 44px;text-align:left}
  .tl-item::before,.tl-item:nth-child(even)::before{left:0;right:auto}
  .tl-card{max-width:100%}
}
.cta{padding:84px 0;background:
   radial-gradient(700px 400px at 80% 120%,#f1f1f1,transparent 60%),
   linear-gradient(180deg,#f1f1f1,#ffffff)}
.cta .wrap{text-align:center;max-width:760px}
.cta h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:18px}
.cta p{font-size:1.15rem;color:#000000;margin-bottom:30px;max-width:54ch;margin-inline:auto}
.cta .btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---------- footer ---------- */
footer{background:#f1f1f1;color:#000000;padding:46px 0 36px}
footer .wrap{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}
footer .brand{color:#ffffff}
footer .brand span{color:#000000;border-color:rgba(0,0,0,.12)}
footer .chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:4px}
footer .chip{border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:6px 14px;font-size:.8rem;font-weight:600;color:#000000}
footer .fine{font-size:.8rem;color:#000000;margin-top:6px}

/* ---------- reveal (fail-safe) ---------- */
.js .reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}
.js .reveal.in-view{opacity:1;transform:none}
.js .reveal.s2{transition-delay:.12s}
.js .reveal.s3{transition-delay:.24s}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important}
  .js .reveal{opacity:1!important;transform:none!important}
  .branch{stroke-dashoffset:0!important}
  .csr-wheel .wheel,.csr-wheel .whub,.csr-wheel .seg{opacity:1!important;transform:none!important}
  /* LM: reduced-motion means no ANIMATION — it must not also strip the
     colour out of the photographs. Filter left alone; only the hover
     transform is disabled, which the blanket rule above already does. */
  html{scroll-behavior:auto}
}

/* WhatsApp float (site standard) */
@media (max-width: 479px) { }

/* ============================================================
   v1.1.0 — FULL-WIDTH PAGE
   Break the template out of the Astra content container so every
   section background spans the complete viewport width.
   ============================================================ */
main.lm-csr-page{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow-x:clip}
body.lm-template-csr .ast-container,
body.lm-template-csr .site-content .ast-container{max-width:100% !important;padding-left:0 !important;padding-right:0 !important}
body.lm-template-csr #primary,
body.lm-template-csr .entry-content,
body.lm-template-csr .ast-article-single{margin:0 !important;padding:0 !important;max-width:100% !important}

/* ============================================================
   v1.2.0 — FULL-WIDTH TEXT
   All paragraphs, headings, and content blocks span the page
   (small side padding kept so text never touches the screen edge).
   ============================================================ */
main.lm-csr-page .wrap{max-width:100% !important;padding-left:clamp(20px,4vw,56px);padding-right:clamp(20px,4vw,56px)}
main.lm-csr-page :is(p,h1,h2,h3,h4,.lead,.csr-hero__sub,.eyebrow,.pillar-copy,.tree-head,.belief .wrap,.cta .wrap,blockquote){max-width:100% !important}
main.lm-csr-page :is(.timeline-sec .head,.root-stage){max-width:100% !important}
main.lm-csr-page .timeline{max-width:1080px !important} /* centered alternating timeline */

/* ---------- CSR activities — journey (left sticky clickable nav + rich stages) ---------- */
body.lm-template-csr #content,
body.lm-template-csr .site-content,
body.lm-template-csr #primary,
body.lm-template-csr .content-area,
body.lm-template-csr .site-main,
body.lm-template-csr .ast-container,
body.lm-template-csr .ast-row,
body.lm-template-csr .ast-article-single,
body.lm-template-csr .entry-content{overflow:visible !important}

.csr-journey{padding:78px 0;background:#f1f1f1}
.csr-journey .wrap{max-width:1180px !important;margin:0 auto}
.csr-journey__head{text-align:center;max-width:780px;margin:0 auto 44px}
.csr-journey__head .eyebrow{justify-content:center}
.csr-journey__head h2{font-size:clamp(1.8rem,3.4vw,2.6rem);margin:10px 0 14px}
.csr-journey__head p{color:#000000;font-size:1.06rem;margin:0 auto;max-width:64ch}

.csr-jgrid{display:block}
.csr-jnav{margin-bottom:24px;background:#ffffff;border:1px solid #f1f1f1;border-radius:16px;padding:16px}
.csr-jnav__title{font-family:var(--font-head);font-weight:600;font-size:.95rem;color:#000000;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #f1f1f1}
.csr-jnav__inner{display:flex;flex-wrap:wrap;gap:8px}
.csr-jnav__item{display:inline-flex;align-items:center;gap:10px;background:#ffffff;border:1px solid #f1f1f1;border-radius:999px;padding:7px 15px 7px 7px;cursor:pointer;font-family:var(--font-head);font-weight:600;font-size:.9rem;color:#000000;transition:all .15s ease;text-align:left}
.csr-jnav__item b{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#f1f1f1;color:#000000;font-size:.76rem;font-weight:700;flex:none}
.csr-jnav__item:hover{border-color:rgba(0,0,0,.12)}
.csr-jnav__item.is-on{background:#f1f1f1;color:#000000;border-color:rgba(0,0,0,.12)}
.csr-jnav__item.is-on b{background:#ffb600;color:#000000}

.csr-jstages{display:flex;flex-direction:column;gap:24px}
.csr-jstage{scroll-margin-top:112px;background:#ffffff;border:1px solid #f1f1f1;border-radius:18px;padding:30px}
.csr-jstage__inner{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:stretch}
.csr-jstage.flip .csr-jstage__inner{direction:rtl}
.csr-jstage.flip .csr-jstage__inner>*{direction:ltr}
.csr-jstage .pillar-copy{align-self:center}
.csr-jstage .pillar-copy h3{font-family:var(--font-head);font-weight:600;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.16;color:#000000;margin-bottom:13px}
.csr-jstage .pillar-copy .tag{margin-bottom:14px}
.csr-jstage__no{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#f1f1f1;color:#000000;font-family:var(--font-head);font-weight:700;font-size:.78rem;flex:none}

@media (min-width:1000px){
  .csr-jgrid{display:grid;grid-template-columns:280px 1fr;gap:42px;align-items:start}
  .csr-jnav{position:sticky;top:100px;margin-bottom:0}
  .csr-jnav__inner{flex-direction:column;flex-wrap:nowrap;gap:6px}
  .csr-jnav__item{width:100%;justify-content:flex-start}
}
@media (max-width:780px){
  .csr-jstage__inner{grid-template-columns:1fr;gap:22px}
  .csr-jstage.flip .csr-jstage__inner{direction:ltr}
}
@media (max-width:640px){.csr-journey{padding:54px 0}.csr-jstage{padding:22px}}

/* ==========================================================================
   BODY ALTERNATION (v1) — white <-> #115C88 bands (match home/company)
   Pattern: hero(light) · belief(BLUE) · journey(WHITE) · impact(BLUE) ·
            timeline(WHITE) · cta(BLUE). Pale tints removed (2-colour rule).
   ========================================================================== */

/* --- belief -> solid #115C88 dark band --- */
body.lm-template-csr .belief { background:#f1f1f1 !important; }
body.lm-template-csr .belief :is(h2,p,strong,span,.sign,.eyebrow) { color:#ffffff !important; }
body.lm-template-csr .belief .eyebrow { color:#ffb600 !important; }
body.lm-template-csr .belief .sign { color:rgba(255,255,255,0.80) !important; }

/* --- journey -> white band (pale-blue removed); keep cards defined on white --- */
body.lm-template-csr .csr-journey { background:#ffffff !important; }
body.lm-template-csr .csr-jstage { box-shadow:0 10px 26px rgba(0,0,0,0.07) !important; }

/* --- journey nav = EXACT replica of the industry stage-nav (lm-ind-nav) ---
   card: white .97, hairline, soft shadow; title: deep-gold uppercase eyebrow;
   inactive row: transparent + pale-blue circle (blue number);
   active row: soft gold highlight + filled gold circle (navy number, bold label). */
body.lm-template-csr .csr-jnav{
  padding:1.35rem .7rem !important; border-radius:16px !important;
  background:rgba(255,255,255,.97) !important; border:1px solid rgba(0,0,0,.12) !important;
  box-shadow:0 10px 30px -18px rgba(0,0,0,.40) !important;
}
body.lm-template-csr .csr-jnav__title{
  color:#ffb600 !important; text-transform:uppercase !important; letter-spacing:.14em !important;
  font-size:.7rem !important; font-weight:700 !important;
  padding:0 .85rem .85rem !important; margin:0 0 .4rem !important;
  border-bottom:1px solid rgba(0,0,0,.10) !important;
}
body.lm-template-csr .csr-jnav__item{
  background:transparent !important; border:0 !important; border-radius:11px !important;
  padding:.85rem .85rem !important; gap:.85rem !important; color:#000000 !important;
  width:100% !important; justify-content:flex-start !important; text-align:left !important;
  font-size:.95rem !important; font-weight:600 !important; line-height:1.2 !important;
}
body.lm-template-csr .csr-jnav__item b{
  width:30px !important; height:30px !important;
  background:rgba(255,255,255,0.068) !important; color:#000000 !important;
  font-size:.78rem !important; font-weight:800 !important;
}
body.lm-template-csr .csr-jnav__item span{ font-weight:600 !important; }
body.lm-template-csr .csr-jnav__item:hover{
  background:rgba(255,255,255,0.03) !important; border:0 !important; color:#000000 !important;
}
body.lm-template-csr .csr-jnav__item:hover b{ background:rgba(255,255,255,0.136) !important; }
body.lm-template-csr .csr-jnav__item.is-on{
  background:rgba(255,182,0,.13) !important; color:#000000 !important; border:0 !important;
}
body.lm-template-csr .csr-jnav__item.is-on b{ background:#ffb600 !important; color:#000000 !important; }
body.lm-template-csr .csr-jnav__item.is-on span{ font-weight:700 !important; }

/* ===== "Our journey" timeline restyled to match the Company saga timeline ===== */
/* spine: gold at top -> faded blue at bottom */
body.lm-template-csr .timeline::before{
  background:linear-gradient(180deg,#ffb600 0%,rgba(255,255,255,0.187) 100%) !important;
}
/* nodes: gold filled circle, white border, gold ring */
body.lm-template-csr .tl-item::before{
  width:21px !important; height:21px !important; top:6px !important;
  background:#ffb600 !important; border:4px solid #ffffff !important;
  box-shadow:0 0 0 3px #ffb600 !important; border-radius:50% !important;
}
/* cards: sharp corners + 4px gold accent facing the spine */
body.lm-template-csr .tl-card{ border-radius:0 !important; border:1px solid rgba(0,0,0,.14) !important; }
body.lm-template-csr .tl-item:nth-child(odd)  .tl-card{ border-right:4px solid #ffb600 !important; }
body.lm-template-csr .tl-item:nth-child(even) .tl-card{ border-left:4px solid #ffb600 !important; }
/* year: larger, blue, with a short gold underline */
body.lm-template-csr .tl-item .yr{ font-size:1.625rem !important; display:inline-block; padding-bottom:.45rem; letter-spacing:-.02em; }
body.lm-template-csr .tl-item .yr::after{ content:''; display:block; width:34px; height:3px; background:#ffb600; margin-top:.45rem; }
/* keep the "Today" node distinct (solid gold + halo) */
body.lm-template-csr .tl-item.now::before{ border-color:#ffb600 !important; box-shadow:0 0 0 5px rgba(255,182,0,.28) !important; }
/* node centering: desktop on central spine, mobile on the left rail */
@media(min-width:821px){
  body.lm-template-csr .tl-item::before{ right:-13px !important; left:auto !important; }
  body.lm-template-csr .tl-item:nth-child(even)::before{ right:auto !important; left:-13px !important; }
}
@media(max-width:820px){
  body.lm-template-csr .tl-item::before,
  body.lm-template-csr .tl-item:nth-child(even)::before{ left:-3px !important; right:auto !important; }
}

/* --- impact -> flatten gradient to solid #115C88 (text already white) --- */
body.lm-template-csr .impact { background:#f1f1f1 !important; }

/* --- cta -> solid #115C88 dark band (pale gradient removed) --- */
body.lm-template-csr .cta { background:#f1f1f1 !important; }
body.lm-template-csr .cta :is(h2,p,span,.eyebrow) { color:#ffffff !important; }
body.lm-template-csr .cta .eyebrow { color:#ffb600 !important; }

/* CTA buttons on the dark band: force gold fill + WHITE text
   (beats the template's a{color:inherit} and any inherited dark colour) */
body.lm-template-csr .cta .btns .btn,
body.lm-template-csr .cta .btns .btn-primary,
body.lm-template-csr .cta .btns .btn-ghost,
body.lm-template-csr .cta .btns a.btn,
body.lm-template-csr .cta .btns .btn span,
body.lm-template-csr .cta .btns .btn * { color:#ffffff !important; }
body.lm-template-csr .cta .btns .btn-primary,
body.lm-template-csr .cta .btns .btn-ghost { background:#ffb600 !important; border-color:#ffb600 !important; }
body.lm-template-csr .cta .btns .btn-primary:hover,
body.lm-template-csr .cta .btns .btn-ghost:hover { background:#ffb600 !important; border-color:#ffb600 !important; }

/* --- hairline dividers between bands --- */
body.lm-template-csr .belief,
body.lm-template-csr .impact,
body.lm-template-csr .cta { border-top:1px solid rgba(255,255,255,0.16); }
body.lm-template-csr .csr-journey,
body.lm-template-csr .timeline-sec { border-top:1px solid rgba(0,0,0,0.12); }

/* ===== blue footer (out-specifies lm-unify navy) + white standards strip ===== */
html body.lm-template-csr footer.lm-footer,
html body.lm-template-csr .lm-footer,
html body.lm-template-csr .lm-ff,
html body.lm-template-csr .site-primary-footer-wrap[data-section="section-primary-footer-builder"] { background:#f1f1f1 !important; background-image:none !important; }
.lm-creds-strip{ background:#ffffff; padding:clamp(2.5rem,5vw,3.5rem) 0; width:100vw; position:relative; left:50%; right:50%; margin-left:-50vw; margin-right:-50vw; box-sizing:border-box; border-top:1px solid rgba(0,0,0,0.10); }
.lm-creds-strip__wrap{ max-width:1280px; margin:0 auto; padding:0 1.25rem; box-sizing:border-box; }
.lm-creds-strip__row{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; text-align:center; }
.lm-creds-strip__row li{ display:flex; flex-direction:column; gap:.35rem; align-items:center; padding:0 .75rem; border-left:1px solid rgba(0,0,0,0.12); }
.lm-creds-strip__row li:first-child{ border-left:0; }
.lm-creds-strip__row strong{ font-family:'Poppins',sans-serif; font-weight:800; font-size:1.0625rem; color:#000000; line-height:1.25; }
.lm-creds-strip__row span{ font-size:.9rem; color:#000000; line-height:1.45; }
@media(max-width:760px){ .lm-creds-strip__row{ grid-template-columns:repeat(2,1fr); gap:1.4rem; } .lm-creds-strip__row li{ border-left:0; } }

