/* ============ ACF Group shared styles ============ */
:root{
  --navy:#0e2140; --navy-2:#16305c; --navy-deep:#081428;
  --gold:#c9a227; --gold-soft:#f4ecd4; --ice:#7fb3e3; --ice-light:#a8d0f5;
  --blue:#2e6be6; --blue-soft:#e9effc; --steel:#506ca1; --steel-light:#9db4dd;
  --ink:#1b2333; --muted:#5a6577; --faint:#666f81;
  --line:#e3e7ee; --paper:#f7f8fb; --sand:#f5f2ec; --bg:#ffffff;
  --radius:14px;
  --shadow:0 10px 30px rgba(14,33,64,.08);
  --shadow-lg:0 24px 60px rgba(14,33,64,.14);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased}
h1,h2,h3,.display{font-family:'Source Serif 4',Georgia,'Times New Roman',serif}
img{max-width:100%;display:block}
.wrap{max-width:1160px;margin:0 auto;padding:0 28px}

/* ---------- header ---------- */
.topbar{background:var(--navy-deep);color:#9fb0ca;font-size:12.5px;letter-spacing:.02em}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;height:38px}
.topbar a{color:#cfd9ea;text-decoration:none}
.topbar a:hover{color:#fff}
header.site{position:sticky;top:0;z-index:100;background:#ffffff;border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:78px}
.brand{display:flex;align-items:baseline;gap:10px;text-decoration:none}
.brand .mark{font-family:'Source Serif 4',serif;font-size:26px;font-weight:700;color:var(--navy);letter-spacing:.5px}
.brand .mark em{font-style:normal;color:var(--gold)}
.brand .sub{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);font-weight:600}
nav.main{display:flex;align-items:center;gap:30px}
nav.main a{position:relative;text-decoration:none;color:var(--ink);font-size:15px;font-weight:500;padding:6px 0}
nav.main a:not(.cta)::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--ice);transition:width .25s ease}
nav.main a:not(.cta):hover::after,nav.main a.active::after{width:100%}
nav.main a.active{color:var(--navy);font-weight:600}
nav.main a.cta{background:var(--navy);color:#fff;padding:12px 22px;border-radius:8px;font-weight:600;transition:background .2s ease,transform .2s ease}
nav.main a.cta:hover{background:var(--blue);transform:translateY(-1px)}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;background:
  radial-gradient(1100px 600px at 85% -10%,rgba(46,107,230,.28),transparent 60%),
  radial-gradient(800px 500px at -10% 110%,rgba(127,179,227,.18),transparent 55%),
  linear-gradient(160deg,var(--navy-deep) 0%,var(--navy) 58%,var(--navy-2) 100%);
  color:#fff}
.hero::before{content:"";position:absolute;inset:0;opacity:.85;-webkit-mask-image:linear-gradient(to top,#000 0,#000 10%,rgba(0,0,0,.3) 22%,transparent 36%);mask-image:linear-gradient(to top,#000 0,#000 10%,rgba(0,0,0,.3) 22%,transparent 36%);background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 340' fill='none'><g stroke='%23ffffff' stroke-opacity='0.1' stroke-width='2'><rect x='40' y='210' width='130' height='130'/><path d='M40 210 L105 168 L170 210'/><rect x='62' y='232' width='24' height='20'/><rect x='104' y='232' width='24' height='20'/><rect x='90' y='290' width='26' height='50'/><rect x='230' y='230' width='170' height='110'/><path d='M315 230 V340 M230 285 H400'/><rect x='250' y='248' width='26' height='20'/><rect x='335' y='248' width='26' height='20'/><rect x='250' y='302' width='26' height='20'/><rect x='335' y='302' width='26' height='20'/><rect x='460' y='262' width='110' height='78'/><path d='M515 262 V340'/><rect x='580' y='262' width='110' height='78'/><path d='M635 262 V340'/><rect x='580' y='218' width='110' height='40'/><rect x='755' y='140' width='180' height='200'/><path d='M775 172 h140 M775 208 h140 M775 244 h140 M775 280 h140'/><rect x='1000' y='218' width='140' height='122'/><path d='M1000 218 L1070 176 L1140 218'/><rect x='1024' y='240' width='24' height='20'/><rect x='1092' y='240' width='24' height='20'/><path d='M0 340 H1440'/><rect x='1205' y='285' width='120' height='55'/><path d='M1265 285 V340'/></g><g stroke='%23ffffff' stroke-opacity='0.18' stroke-width='2' stroke-dasharray='7 7'><rect x='1205' y='230' width='120' height='55'/><rect x='1205' y='175' width='120' height='55'/></g></svg>") bottom center / 100% auto no-repeat;pointer-events:none}
.hero::after{content:"";position:absolute;right:4.6%;bottom:0;width:26.4%;aspect-ratio:380/330;background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 330' fill='none'><g stroke='%23c9a227' stroke-opacity='0.8' stroke-width='2.6'><path d='M344 330 V40'/><path d='M120 36 H378'/><path d='M344 40 L378 36 M344 40 L310 36'/><path d='M268 36 V118'/></g><rect x='236' y='118' width='64' height='42' rx='3' fill='%23c9a227' fill-opacity='0.88'/><rect x='248' y='130' width='14' height='11' fill='%230e2140'/><rect x='274' y='130' width='14' height='11' fill='%230e2140'/></svg>") bottom right / contain no-repeat;pointer-events:none;opacity:.95}
@media(max-width:900px){.hero::after{display:none}}
.hero .wrap{position:relative;padding:128px 28px 235px}
.hero.compact .wrap{padding:84px 28px 175px}
.eyebrow{display:inline-block;background:rgba(127,179,227,.14);border:1px solid rgba(127,179,227,.5);color:#a8d0f5;padding:7px 14px;border-radius:4px;text-transform:uppercase;letter-spacing:.16em;font-size:11.5px;font-weight:600;margin-bottom:24px}
.eyebrow::before{content:none}
.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.08;font-weight:600;max-width:820px;letter-spacing:-.01em}
.hero h1 .accent{color:var(--ice-light);font-style:normal}
.hero p.lede{margin-top:26px;font-size:19px;color:#c4d1e8;max-width:660px;font-weight:300}
.hero .actions{margin-top:38px;display:flex;gap:14px;flex-wrap:wrap}
.crumb{position:relative;font-size:13px;color:#93a5c4;margin-bottom:18px}
.crumb a{color:#c4d1e8;text-decoration:none}
.crumb a:hover{color:#fff}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:600;font-size:15px;border-radius:8px;padding:14px 26px;transition:all .2s ease}
.btn .arrow{transition:transform .2s ease}
.btn:hover .arrow{transform:translateX(4px)}
.btn-light{background:#fff;color:var(--navy)}
.btn-light:hover{background:var(--ice-light);color:var(--navy-deep)}
.btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.4)}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.btn-navy{background:var(--navy);color:#fff}
.btn-navy:hover{background:var(--blue)}

/* ---------- stat band ---------- */
.statband{background:var(--navy-deep);color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.statband .row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:0}
.statband .stat{padding:44px 30px;border-left:1px solid rgba(157,180,221,.22)}
.statband .stat:first-child{border-left:none}
.statband b{display:block;font-family:'Source Serif 4',serif;font-size:42px;font-weight:600;color:#fff;line-height:1.1}
.statband b .unit{color:var(--ice-light);font-size:26px}
.statband .stat > span{font-size:13.5px;color:#9fb0ca;letter-spacing:.02em}
.statband b span{font-size:inherit;color:inherit;letter-spacing:0}
.statband b span.unit{font-size:26px;color:var(--ice-light)}
.statband .note{font-size:12px;color:#6e7f9c;padding:0 30px 18px;text-align:right}

/* ---------- sections ---------- */
section.block{padding:96px 0}
section.block.tight{padding:72px 0}
.alt{background:var(--paper)}
.sand{background:var(--sand)}
.k{background:#e9effc;color:#46618f;border:1px solid #c9dcf3;padding:7px 14px;border-radius:4px;text-transform:uppercase;letter-spacing:.16em;font-size:11.5px;font-weight:700;margin-bottom:18px;display:inline-block}
.k::before{content:none}
.title-sub{font-family:'Source Serif 4',Georgia,serif;font-size:22px;font-weight:600;color:var(--gold);margin:-4px 0 20px}
h2.title{font-size:clamp(28px,3.4vw,40px);color:var(--navy);line-height:1.15;font-weight:600;letter-spacing:-.01em;margin-bottom:18px;max-width:720px}
p.lead{font-size:18px;color:var(--muted);max-width:740px;font-weight:300}
.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}

/* ---------- cards ---------- */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:52px}
.card{position:relative;border:1px solid var(--line);border-radius:var(--radius);padding:34px 32px;background:#fff;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.card .tag{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--steel);margin-bottom:14px}
.card h3{font-size:22px;color:var(--navy);margin-bottom:12px;font-weight:600}
.card p{font-size:15px;color:var(--muted);flex:1}
.card .go{margin-top:22px;color:var(--navy);font-weight:600;text-decoration:none;font-size:15px;display:inline-flex;gap:8px;align-items:center}
.card .go .arrow{transition:transform .2s ease}
.card .go:hover{color:var(--blue)}
.card .go:hover .arrow{transform:translateX(4px)}
.card.feature{background:linear-gradient(160deg,var(--navy) 0%,var(--navy-2) 100%);border:none;color:#fff}
.card.feature h3{color:#fff}
.card.feature p{color:#c4d1e8}
.card.feature .go{color:#a8d0f5}
.card.feature .tag{color:var(--steel-light)}
.icon-chip{width:46px;height:46px;border-radius:12px;background:var(--blue-soft);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.icon-chip svg{width:22px;height:22px}

/* ---------- numbered steps / timeline ---------- */
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:56px;counter-reset:step}
.step{position:relative;background:linear-gradient(165deg,var(--blue-soft) 0%,#ffffff 62%);border:1px solid var(--line);border-top:4px solid var(--ice);border-radius:var(--radius);padding:28px 24px;transition:transform .25s ease,box-shadow .25s ease}
.step:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.step::before{counter-increment:step;content:"0" counter(step);position:absolute;top:20px;right:22px;font-family:'Inter',sans-serif;font-size:13px;font-weight:700;color:var(--steel);letter-spacing:.12em}
.step-ic{width:48px;height:48px;border-radius:12px;background:#fff;border:1px solid var(--steel-light);display:flex;align-items:center;justify-content:center;margin-bottom:14px;box-shadow:0 4px 12px rgba(14,33,64,.06)}
.step-ic svg{width:26px;height:26px}
.step h3{font-size:17px;color:var(--navy);margin:0 0 8px;font-weight:600}
.step p{font-size:13.5px;color:var(--muted)}

/* ---------- list rows ---------- */
.rows{margin-top:48px;border-top:1px solid var(--line)}
.rowitem{display:grid;grid-template-columns:280px 1fr;gap:32px;padding:30px 6px;border-bottom:1px solid var(--line)}
.rowitem h3{font-size:18px;color:var(--navy);font-weight:600}
.rowitem p{font-size:15px;color:var(--muted)}
.rowitem .meta{font-size:12.5px;color:var(--steel);text-transform:uppercase;letter-spacing:.1em;margin-top:6px}

/* ---------- badges ---------- */
.badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.badge{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 20px;font-size:13.5px;font-weight:600;color:var(--navy)}
.badge.gold{background:var(--gold-soft);border-color:#e6d9a8}

/* ---------- team ---------- */
.people{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:56px}
.person{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}
.person:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.person .photo{position:relative;background:linear-gradient(160deg,#eef1f7 0%,#dde4ef 100%);height:280px;display:flex;align-items:center;justify-content:center}
.person .photo .initials{width:118px;height:118px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Source Serif 4',serif;font-size:38px;font-weight:600;letter-spacing:1px;box-shadow:var(--shadow)}
.person .photo .initials.tbc{background:#aeb9cb}
.person .photo:has(img){background:#fff}
.person .photo img{width:100%;height:100%;object-fit:contain;object-position:50% 100%;display:block}
.person .photo .flag{position:absolute;top:14px;left:14px;background:rgba(14,33,64,.85);color:#a8d0f5;font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 10px;border-radius:5px}
.person .body{padding:26px 28px 28px;display:flex;flex-direction:column;flex:1}
.person h3{font-size:19px;color:var(--navy);font-weight:600;line-height:1.3}
.person .role{color:var(--steel);font-weight:600;font-size:13.5px;text-transform:uppercase;letter-spacing:.06em;margin:6px 0 14px}
.person p{font-size:14.5px;color:var(--muted);flex:1}
.person .links{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}
.person .links a{font-size:14px;color:var(--navy);text-decoration:none;font-weight:600}
.person .links a:hover{color:var(--blue)}

/* ---------- quote ---------- */
.quoteband{background:linear-gradient(160deg,var(--navy-deep),var(--navy));color:#fff;padding:88px 0}
.quoteband blockquote{font-family:'Source Serif 4',serif;font-size:clamp(24px,3.2vw,34px);line-height:1.42;font-weight:500;max-width:820px;font-style:normal}
.quoteband blockquote::before{content:"“";color:var(--gold);font-size:1.4em;line-height:0;margin-right:4px}
.quoteband blockquote::after{content:"”";color:var(--gold);font-size:1.4em;line-height:0;margin-left:4px}
.quoteband.stat blockquote::before,.quoteband.stat blockquote::after{content:none}
.quoteband cite{display:block;margin-top:24px;font-style:normal;font-size:14px;color:#9fb0ca;letter-spacing:.06em;text-transform:uppercase}

/* ---------- CTA band ---------- */
.ctaband{background:linear-gradient(120deg,var(--navy-deep) 0%,var(--navy-2) 100%);color:#fff;text-align:center;padding:90px 0}
.ctaband h2{font-size:clamp(26px,3.4vw,38px);font-weight:600;margin-bottom:14px}
.ctaband p{color:#c4d1e8;max-width:560px;margin:0 auto 32px;font-weight:300}

/* ---------- contact ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:52px}
.infocard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px}
.infocard b{display:block;color:var(--steel);font-size:12px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:8px}
.infocard + .infocard{margin-top:22px}
.infocard a{color:var(--navy);text-decoration:none;font-weight:600}
.infocard a:hover{color:var(--blue)}
form.enquiry{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:38px}
form.enquiry label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin:18px 0 6px;text-transform:uppercase;letter-spacing:.06em}
form.enquiry label:first-child{margin-top:0}
form.enquiry input,form.enquiry select,form.enquiry textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px 14px;font:inherit;color:var(--ink);background:var(--paper)}
form.enquiry input:focus,form.enquiry select:focus,form.enquiry textarea:focus{outline:2px solid var(--blue);outline-offset:1px;background:#fff}
form.enquiry button{margin-top:26px;width:100%;border:none;cursor:pointer}
.formnote{font-size:12.5px;color:var(--faint);margin-top:14px}

/* ---------- footer ---------- */
footer.site{background:var(--navy-deep);color:#8fa0bc;padding:64px 0 30px;font-size:14px}
footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:44px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.1)}
footer .brandline{font-family:'Source Serif 4',serif;font-size:22px;color:#fff;margin-bottom:12px}
footer .brandline em{font-style:normal;color:var(--gold)}
footer h4{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px;font-weight:600}
footer a{display:block;color:#8fa0bc;text-decoration:none;margin-bottom:10px}
footer a:hover{color:#fff}
footer .legal{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;padding-top:26px;font-size:12.5px;color:#6e8097}



/* ---------- hero experience points ---------- */
.hero-cred{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:46px;max-width:920px}
.hero-cred div{border-left:1px solid rgba(127,179,227,.45);padding-left:22px}
.hero-cred b{display:block;font-family:'Source Serif 4',Georgia,serif;font-size:19px;font-weight:600;color:#fff;margin-bottom:7px;letter-spacing:.01em}
.hero-cred b em{font-style:normal;color:var(--ice-light)}
.hero-cred span{font-size:13.5px;color:#9fb0ca;line-height:1.6}
@media(max-width:760px){.hero-cred{grid-template-columns:1fr;gap:20px}}


/* ---------- who we are band ---------- */
.wwa-band{display:grid;grid-template-columns:430px 1fr;gap:52px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:44px 48px;margin-top:60px}
.wwa-band img{border-radius:12px;width:100%}
.wwa-band p{font-size:16.5px;color:var(--muted);line-height:1.7;margin-bottom:16px;font-weight:300}
.wwa-band p:last-of-type{margin-bottom:0}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.chips span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 18px;font-size:13px;font-weight:600;color:var(--navy)}
.chips span::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--ice);margin-right:9px;vertical-align:1px}
@media(max-width:900px){.wwa-band{grid-template-columns:1fr;padding:28px;gap:28px}}

/* ---------- brand logo plates ---------- */
.logoplate{background:#fff;border:1px solid var(--line);border-radius:10px;height:62px;display:inline-flex;align-items:center;padding:0 20px;margin-bottom:20px;align-self:flex-start;box-shadow:0 4px 14px rgba(14,33,64,.06)}
.card.feature .logoplate{border-color:rgba(255,255,255,.3)}


/* ---------- association / accreditation strip ---------- */
.assoc{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px}
.assoc-tile{border:1px solid var(--line);border-radius:10px;background:#fff;padding:20px 16px;text-align:center;display:flex;flex-direction:column;gap:7px;align-items:center;justify-content:center;min-height:112px;filter:grayscale(1);opacity:.82;transition:filter .25s ease,opacity .25s ease,transform .25s ease}
.assoc-tile:hover{filter:none;opacity:1;transform:translateY(-3px)}
.assoc-tile b{font-family:'Source Serif 4',serif;font-size:19px;color:var(--navy);line-height:1.2}
.assoc-tile span{font-size:10.5px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;line-height:1.5}
.assoc-note{font-size:12px;color:var(--faint);margin-top:18px}
@media(max-width:900px){.assoc{grid-template-columns:repeat(2,1fr)}}

/* ---------- reveal animation ---------- */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}

/* ---------- responsive ---------- */
@media(max-width:1000px){
  .steps{grid-template-columns:repeat(2,1fr) !important}
  .people,.cards{grid-template-columns:repeat(2,1fr) !important}
  footer .cols{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .statband .row{grid-template-columns:1fr 1fr}
  .statband .stat{border-left:none;border-top:1px solid rgba(255,255,255,.08);padding:30px 24px}
  .cards,.people,.steps,.split,.contact-grid{grid-template-columns:1fr !important}
  .split,.contact-grid{gap:36px}
  .rowitem{grid-template-columns:1fr;gap:8px}
  .topbar .wrap{font-size:11px}
  .topbar .wrap>div:first-child{display:none}
  .topbar .wrap{justify-content:center}
  section.block{padding:64px 0}
  section.block.tight{padding:52px 0}
  .hero .wrap{padding:72px 22px 190px}
  .hero.compact .wrap{padding:52px 22px 150px}
  .hero p.lede{font-size:17px}
  .wrap{padding:0 22px}
  .wwa-band{padding:24px 22px}
  .quoteband{padding:64px 0}
  .ctaband{padding:64px 0}
  footer .cols{grid-template-columns:1fr;gap:32px}
}

/* ---------- mobile nav / hamburger ---------- */
.menu-btn{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:0;cursor:pointer;border-radius:8px}
.menu-btn span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:transform .25s ease,opacity .2s ease}
body.nav-open .menu-btn span:nth-child(1){transform:translateY(7px) rotate(45deg)}
body.nav-open .menu-btn span:nth-child(2){opacity:0}
body.nav-open .menu-btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(max-width:880px){
  .menu-btn{display:flex}
  nav.main{display:none}
  body.nav-open nav.main{display:flex;flex-direction:column;align-items:stretch;gap:0;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 24px 40px rgba(14,33,64,.16);padding:6px 22px 20px}
  body.nav-open nav.main a{font-size:16px;font-weight:600;padding:15px 2px;border-bottom:1px solid var(--line)}
  body.nav-open nav.main a:not(.cta)::after{content:none}
  body.nav-open nav.main a.active{color:var(--blue)}
  body.nav-open nav.main a.cta{margin-top:16px;border-bottom:none;text-align:center;display:block;padding:14px;border-radius:8px}
}

/* ---------- legal / prose pages ---------- */
.prose{max-width:820px;margin-top:8px}
.prose h2{font-size:24px;color:var(--navy);margin:44px 0 12px;font-weight:600}
.prose h3{font-size:18px;color:var(--navy);margin:28px 0 8px;font-weight:600}
.prose p{font-size:15.5px;color:var(--muted);margin-bottom:14px}
.prose ul{margin:0 0 14px 22px;color:var(--muted);font-size:15.5px}
.prose ul li{margin-bottom:8px}
.prose table{width:100%;border-collapse:collapse;margin:16px 0 22px;font-size:14.5px}
@media(max-width:720px){.prose table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}
.prose th{text-align:left;background:var(--paper);color:var(--navy);padding:12px 14px;border:1px solid var(--line);font-weight:600}
.prose td{padding:12px 14px;border:1px solid var(--line);color:var(--muted);vertical-align:top}
.prose .updated{font-size:13px;color:var(--faint);text-transform:uppercase;letter-spacing:.08em;margin-bottom:26px}
.prose .callout{background:var(--gold-soft);border:1px solid #e6d9a8;border-radius:10px;padding:18px 22px;font-size:14.5px;color:#6b5a1e;margin:22px 0}
.legal-links{margin-bottom:14px}
.legal-links a{display:inline !important;margin-right:20px;color:#8fa0bc}
.legal-links a:hover{color:#fff}

/* ---------- investor login ---------- */
.login-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:start;margin-top:52px}
.login-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:40px;box-shadow:var(--shadow)}
.login-card h3{font-size:22px;color:var(--navy);margin-bottom:6px}
.login-card .sub{font-size:14px;color:var(--muted);margin-bottom:22px}
.login-card label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin:16px 0 6px;text-transform:uppercase;letter-spacing:.06em}
.login-card input{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px 14px;font:inherit;background:var(--paper)}
.login-card input:focus{outline:2px solid var(--blue);outline-offset:1px;background:#fff}
.login-card button{margin-top:24px;width:100%;border:none;cursor:pointer}
.login-card .aux{display:flex;justify-content:space-between;margin-top:16px;font-size:13.5px}
.login-card .aux a{color:var(--blue);text-decoration:none;font-weight:600}
.riskbox{background:#fdf0f0;border:1px solid #ecc8c8;border-radius:10px;padding:18px 22px;font-size:13.5px;color:#8a3434;margin-top:22px}
@media(max-width:860px){.login-wrap{grid-template-columns:1fr}}


/* ---------- per-page hero variants ---------- */
/* Approach — deep teal (dark) */
.hero.pg-approach{background:
  radial-gradient(1100px 600px at 85% -10%,rgba(127,179,227,.32),transparent 60%),
  radial-gradient(800px 500px at -10% 110%,rgba(127,179,227,.14),transparent 55%),
  linear-gradient(160deg,#04222b 0%,#0a3a4a 58%,#11576e 100%)}
.hero.pg-approach::after{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 330' fill='none'><g stroke='%237fb3e3' stroke-opacity='0.8' stroke-width='2.6'><path d='M344 330 V40'/><path d='M120 36 H378'/><path d='M344 40 L378 36 M344 40 L310 36'/><path d='M268 36 V118'/></g><rect x='236' y='118' width='64' height='42' rx='3' fill='%237fb3e3' fill-opacity='0.88'/><rect x='248' y='130' width='14' height='11' fill='%2304222b'/><rect x='274' y='130' width='14' height='11' fill='%2304222b'/></svg>")}

/* Modular & Housing — navy-to-gold dusk (dark) */
.hero.pg-modular{background:
  radial-gradient(1100px 600px at 85% -10%,rgba(74,124,199,.35),transparent 60%),
  radial-gradient(800px 500px at -10% 110%,rgba(201,162,39,.10),transparent 55%),
  linear-gradient(160deg,var(--navy-deep) 0%,#1c2a44 45%,#2e4a75 100%)}
.hero.pg-modular::after{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 330' fill='none'><g stroke='%23c9a227' stroke-opacity='0.8' stroke-width='2.6'><path d='M344 330 V40'/><path d='M120 36 H378'/><path d='M344 40 L378 36 M344 40 L310 36'/><path d='M268 36 V118'/></g><rect x='236' y='118' width='64' height='42' rx='3' fill='%23c9a227' fill-opacity='0.88'/><rect x='248' y='130' width='14' height='11' fill='%23081428'/><rect x='274' y='130' width='14' height='11' fill='%23081428'/></svg>")}
.hero.pg-modular .eyebrow{color:#e8cf7a;border-color:rgba(201,162,39,.55);background:rgba(201,162,39,.12)}
.hero.pg-modular h1 .accent{color:#e8cf7a}

/* The Group — rich royal blue (dark) */
.hero.pg-group{background:
  radial-gradient(1100px 600px at 85% -10%,rgba(168,208,245,.32),transparent 60%),
  radial-gradient(800px 500px at -10% 110%,rgba(168,208,245,.14),transparent 55%),
  linear-gradient(160deg,#0a1e4a 0%,#16305c 55%,#1e4fb8 100%)}
.hero.pg-group::after{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 330' fill='none'><rect x='150' y='58' width='80' height='52' rx='3' fill='%23a8d0f5' fill-opacity='0.88'/><rect x='166' y='72' width='14' height='11' fill='%230a1e4a'/><rect x='200' y='72' width='14' height='11' fill='%230a1e4a'/><g stroke='%23a8d0f5' stroke-opacity='0.8' stroke-width='2.6'><path d='M190 110 V150'/><path d='M110 150 H270'/><path d='M110 150 V190 M270 150 V190'/><rect x='70' y='190' width='80' height='140'/><rect x='230' y='190' width='80' height='140'/><path d='M86 214 h48 M86 240 h48 M246 214 h48 M246 240 h48'/></g></svg>")}

/* Team — inverted ice blue (light) */
.hero.pg-team{color:var(--ink);background:
  radial-gradient(1100px 600px at 85% -10%,rgba(46,107,230,.20),transparent 60%),
  radial-gradient(800px 500px at -10% 110%,rgba(127,179,227,.18),transparent 55%),
  linear-gradient(160deg,#eef4fb 0%,#e2ecf8 55%,#cfe0f4 100%)}
.hero.pg-team::before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 340' fill='none'><g stroke='%230e2140' stroke-opacity='0.14' stroke-width='2'><rect x='40' y='210' width='130' height='130'/><path d='M40 210 L105 168 L170 210'/><rect x='62' y='232' width='24' height='20'/><rect x='104' y='232' width='24' height='20'/><rect x='90' y='290' width='26' height='50'/><rect x='230' y='230' width='170' height='110'/><path d='M315 230 V340 M230 285 H400'/><rect x='250' y='248' width='26' height='20'/><rect x='335' y='248' width='26' height='20'/><rect x='250' y='302' width='26' height='20'/><rect x='335' y='302' width='26' height='20'/><rect x='460' y='262' width='110' height='78'/><path d='M515 262 V340'/><rect x='580' y='262' width='110' height='78'/><path d='M635 262 V340'/><rect x='580' y='218' width='110' height='40'/><rect x='755' y='140' width='180' height='200'/><path d='M775 172 h140 M775 208 h140 M775 244 h140 M775 280 h140'/><rect x='1000' y='218' width='140' height='122'/><path d='M1000 218 L1070 176 L1140 218'/><rect x='1024' y='240' width='24' height='20'/><rect x='1092' y='240' width='24' height='20'/><path d='M0 340 H1440'/><rect x='1205' y='285' width='120' height='55'/><path d='M1265 285 V340'/></g><g stroke='%230e2140' stroke-opacity='0.24' stroke-width='2' stroke-dasharray='7 7'><rect x='1205' y='230' width='120' height='55'/><rect x='1205' y='175' width='120' height='55'/></g></svg>");opacity:.55}
.hero.pg-team::after{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 330' fill='none'><g stroke='%235f7bb0' stroke-opacity='0.8' stroke-width='2.6'><path d='M344 330 V40'/><path d='M120 36 H378'/><path d='M344 40 L378 36 M344 40 L310 36'/><path d='M268 36 V118'/></g><rect x='236' y='118' width='64' height='42' rx='3' fill='%235f7bb0' fill-opacity='0.88'/><rect x='248' y='130' width='14' height='11' fill='%23eef4fb'/><rect x='274' y='130' width='14' height='11' fill='%23eef4fb'/></svg>")}
.hero.pg-team h1{color:var(--navy)}
.hero.pg-team h1 .accent{color:var(--blue)}
.hero.pg-team p.lede{color:var(--muted)}
.hero.pg-team .eyebrow{color:var(--blue);border-color:rgba(46,107,230,.45);background:rgba(46,107,230,.08)}
.hero.pg-team .crumb{color:var(--faint)}
.hero.pg-team .crumb a{color:var(--steel)}
.hero.pg-team .crumb a:hover{color:var(--navy)}

/* News & Insight — near-black ink with gold (dark) */
.hero.pg-insights{background:
  radial-gradient(900px 500px at 80% -10%,rgba(201,162,39,.18),transparent 60%),
  linear-gradient(160deg,#04070d 0%,#0a1526 58%,#122c4f 100%)}
.hero.pg-insights::before{opacity:.5}
.hero.pg-insights::after{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 330' fill='none'><g stroke='%23e8cf7a' stroke-opacity='0.8' stroke-width='2.6'><rect x='150' y='96' width='150' height='234'/><path d='M300 96 L330 126 V330 M300 96 V126 H330'/><path d='M174 138 h100 M174 166 h100 M174 194 h100 M174 222 h68'/></g><rect x='174' y='252' width='56' height='38' rx='3' fill='%23e8cf7a' fill-opacity='0.88'/><rect x='186' y='263' width='12' height='10' fill='%2304070d'/><rect x='206' y='263' width='12' height='10' fill='%2304070d'/></svg>")}
.hero.pg-insights .eyebrow{color:#e8cf7a;border-color:rgba(201,162,39,.55);background:rgba(201,162,39,.12)}
.hero.pg-insights h1 .accent{color:#e8cf7a}

/* Contact — steel daylight blue (dark) */
.hero.pg-contact-gold{background:
  radial-gradient(1100px 600px at 85% -10%,rgba(168,208,245,.42),transparent 60%),
  radial-gradient(800px 500px at -10% 110%,rgba(127,179,227,.20),transparent 55%),
  linear-gradient(160deg,#16305c 0%,#2e5a8e 55%,#5f8ec4 100%)}
.hero.pg-contact-gold::after{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 330' fill='none'><g stroke='%23ffffff' stroke-opacity='0.8' stroke-width='2.6'><path d='M344 330 V40'/><path d='M120 36 H378'/><path d='M344 40 L378 36 M344 40 L310 36'/><path d='M268 36 V118'/></g><rect x='236' y='118' width='64' height='42' rx='3' fill='%23ffffff' fill-opacity='0.88'/><rect x='248' y='130' width='14' height='11' fill='%232e5a8e'/><rect x='274' y='130' width='14' height='11' fill='%232e5a8e'/></svg>")}
.hero.pg-contact-gold .eyebrow{color:#dcecfb;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.12)}
.hero.pg-contact-gold h1 .accent{color:#dcecfb}
.hero.pg-contact-gold p.lede{color:#dbe7f5}


/* ---------- team profile rows ---------- */
.profiles{margin-top:52px;display:flex;flex-direction:column;gap:22px}
.profile{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;transition:box-shadow .25s ease}
.profile:hover{box-shadow:var(--shadow-lg)}
.pband{display:flex;align-items:center;gap:20px;padding:20px 30px;background:var(--sand);border-bottom:1px solid var(--line)}
.pband img{width:86px;height:86px;border-radius:50%;object-fit:cover;background:#fff;flex:0 0 auto}
.pband .nm{font-family:'Source Serif 4',Georgia,serif;font-size:20px;font-weight:600;color:var(--navy);line-height:1.3}
.pband .rl{color:var(--steel);font-weight:600;font-size:12.5px;text-transform:uppercase;letter-spacing:.08em;margin-top:4px}
.pbody{padding:26px 30px 28px}
.pbody p{font-size:15px;color:var(--muted);margin-bottom:12px;max-width:76ch}
.pbody p:last-of-type{margin-bottom:0}
.pbody .links{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);max-width:76ch}
.pbody .links a{font-size:14px;color:var(--navy);text-decoration:none;font-weight:600}
.pbody .links a:hover{color:var(--blue)}
@media(max-width:620px){
  .pband{padding:18px 22px;gap:16px}
  .pband img{width:66px;height:66px}
  .pband .nm{font-size:18px}
  .pbody{padding:22px 22px 24px}
}

/* ---------- touch tap targets ---------- */
/* WCAG 2.2 (2.5.8, AA) asks for 24x24px minimum. Applied from the breakpoint
   where the site switches to the mobile nav, so tablets are covered too. */
@media(max-width:880px){
  .topbar .wrap{height:auto;min-height:44px;padding-top:0;padding-bottom:0}
  .topbar a{display:inline-block;padding:13px 8px}
  footer a{padding:4px 0;margin-bottom:6px}
  footer .legal-links a{display:inline-block !important;padding:6px 0;margin-right:16px}
  .crumb a{display:inline-block;padding:5px 2px}
  .card .go{padding:5px 0}
  .pbody .links a,.person .links a{display:inline-block;padding:5px 0}
  .rowitem a{display:inline-block;padding:5px 0}
  .infocard a{display:inline-block;padding:4px 0}
}
