:root {
  --ink:#12343d; --teal:#0b7895; --teal-dark:#075d70; --aqua:#dff2f1;
  --cream:#fbfaf6; --paper:#fff; --gold:#f5a235; --coral:#ea493b;
  --navy:#2d4f80; --muted:#61777c; --line:#dbe5e3;
  --shadow:0 24px 70px rgba(18,52,61,.12); --radius:26px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--cream);color:var(--ink);font-family:"Aptos","Inter","Segoe UI",sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased} body.menu-open{overflow:hidden}
a{color:inherit} img{display:block;max-width:100%} button{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:200;left:1rem;top:-5rem;background:#fff;padding:.8rem 1.2rem;border-radius:999px}.skip-link:focus{top:1rem}
.site-header{height:86px;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:24px;padding:0 clamp(24px,5vw,78px);background:rgba(251,250,246,.92);backdrop-filter:blur(18px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(18,52,61,.08)}
.brand{width:148px;height:48px;overflow:hidden;display:flex;align-items:center}.brand img{width:148px}.site-nav{display:flex;justify-content:center;gap:clamp(18px,2.2vw,38px)}.site-nav a{text-decoration:none;font-size:.94rem;color:#38555c;position:relative}.site-nav .sign-in-link{color:var(--teal);font-weight:750}.site-nav a:after{content:"";position:absolute;left:0;right:100%;height:2px;bottom:-8px;background:var(--gold);transition:.25s}.site-nav a:hover:after{right:0}.menu-button{display:none;border:0;background:none;padding:10px}.menu-button span:not(.sr-only){display:block;width:24px;height:2px;background:var(--ink);margin:5px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:51px;padding:0 25px;border-radius:12px;background:var(--teal);color:white;text-decoration:none;font-weight:700;border:1px solid var(--teal);transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(11,120,149,.22);background:var(--teal-dark)}.button-small{min-height:44px;padding:0 19px;font-size:.9rem}.button-ghost{background:transparent;color:var(--teal);box-shadow:none}.button-ghost:hover{background:var(--aqua);box-shadow:none}.button-row{display:flex;gap:12px;flex-wrap:wrap}
.hero{min-height:780px;padding:clamp(60px,7vw,110px) clamp(24px,5vw,78px) 80px;display:grid;grid-template-columns:minmax(400px,.92fr) minmax(540px,1.08fr);gap:clamp(44px,6vw,92px);align-items:center;max-width:1600px;margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:.76rem;color:var(--gold);margin:0 0 18px}.hero h1{font-size:clamp(3.4rem,5.3vw,6.2rem);line-height:.94;letter-spacing:-.055em;margin:0 0 30px;max-width:780px}.hero-lede{font-size:clamp(1.1rem,1.35vw,1.34rem);max-width:680px;margin:0 0 18px}.hero-sub{font-size:1rem;color:var(--muted);max-width:610px;margin:0 0 30px}.hero-visual{min-width:0}.hero-photo-wrap{height:650px;position:relative;border-radius:160px 24px 24px 24px;overflow:hidden;box-shadow:var(--shadow);background:#e9e4d9}.hero-photo{width:100%;height:100%;object-fit:cover;object-position:62% center}.hero-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,250,246,.35),transparent 42%)}.hand-note{position:absolute;z-index:4;top:88px;left:11%;color:var(--teal);font-family:"Segoe Print","Bradley Hand",cursive;font-size:1.24rem;line-height:1.18;transform:rotate(-6deg)}.concept-render-wrap{height:auto;aspect-ratio:1.38;border-radius:145px 24px 24px 24px;background:#f8f6f0}.concept-render-wrap:after{display:none}.concept-render{position:absolute;max-width:none;width:194%;height:auto;right:-2%;top:-14.5%}
.signal,.opportunity{position:absolute;z-index:5;display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.94);border:1px solid rgba(18,52,61,.1);box-shadow:0 12px 35px rgba(18,52,61,.13);border-radius:999px;padding:10px 15px;font-size:.78rem;font-weight:750;animation:float 5s ease-in-out infinite}.signal i,.opportunity i{font-style:normal;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--aqua);color:var(--teal);font-size:1rem}.signal-aspiration{left:8%;bottom:110px}.signal-skills{left:13%;bottom:53px}.opportunity-role{right:4%;top:72px}.opportunity-gig{right:10%;top:180px;animation-delay:-1s}.opportunity-mentor{right:3%;top:290px;animation-delay:-2s}.opportunity-learning{right:10%;top:400px;animation-delay:-3s}.opportunity-job{right:3%;top:510px;animation-delay:-4s}.opportunity-role i,.opportunity-learning i{background:#fff0d9;color:#a96a00}.hero-paths{position:absolute;z-index:3;inset:0;width:100%;height:100%;pointer-events:none}.hero-paths path{fill:none;stroke:rgba(245,162,53,.92);stroke-width:2.2;stroke-dasharray:7 6;animation:dash 16s linear infinite}.hero-paths path:nth-child(even){stroke:rgba(11,120,149,.8)}
@keyframes float{50%{transform:translateY(-7px)}}@keyframes dash{to{stroke-dashoffset:-150}}
.section{padding:clamp(90px,10vw,150px) clamp(24px,6vw,96px)}.section-heading{max-width:970px}.section-heading h2,.skills h2,.employee h2,.closing h2{font-size:clamp(2.6rem,4.7vw,5.4rem);line-height:1;letter-spacing:-.045em;margin:0 0 28px}.section-heading p:not(.eyebrow){font-size:1.12rem;color:var(--muted);max-width:760px}.section-heading.centre{text-align:center;margin:0 auto 65px}.section-heading.centre p:not(.eyebrow){margin-left:auto;margin-right:auto}.section-heading em{font-style:normal;color:var(--teal)}
.challenge{background:white}.challenge .section-heading{max-width:1120px}.challenge-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(55px,9vw,150px);align-items:center;margin-top:64px}.challenge-copy{font-size:1.15rem;color:#49656b;max-width:650px}.visibility-card{background:var(--ink);padding:36px;border-radius:var(--radius);color:white;box-shadow:var(--shadow)}.mini-label{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.7rem!important;color:var(--gold)!important}.fragment-row,.activation-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.fragment-row span,.activation-row span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:9px;padding:12px 8px;text-align:center;font-size:.76rem}.converge{height:130px;position:relative;display:flex;align-items:center;justify-content:center}.converge b{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--teal);font-size:1.3rem;z-index:2}.converge span{position:absolute;top:0;width:1px;height:88px;background:linear-gradient(var(--gold),var(--teal));transform-origin:bottom}.converge span:nth-child(1){transform:translateX(-135px) rotate(-42deg)}.converge span:nth-child(2){transform:translateX(-46px) rotate(-17deg)}.converge span:nth-child(3){transform:translateX(46px) rotate(17deg)}.converge span:nth-child(4){transform:translateX(135px) rotate(42deg)}.activation-row{grid-template-columns:repeat(3,1fr)}.activation-row span{background:var(--teal);border:0}
.opportunities{background:linear-gradient(180deg,var(--cream),#f5f8f5)}.opportunity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1420px;margin:auto}.capability-card{position:relative;min-height:320px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px;overflow:hidden;transition:.3s}.capability-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}.capability-card.featured{background:var(--ink);color:white}.cap-number{position:absolute;top:25px;right:28px;font-size:.74rem;color:#9aa9aa}.cap-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:var(--aqua);color:var(--teal);font-size:1.5rem}.capability-card h3{font-size:1.35rem;margin:36px 0 10px}.capability-card p{color:var(--muted);margin:0}.featured p{color:#c6d4d6}.match{position:absolute;left:32px;bottom:28px;font-size:.7rem;font-weight:800;color:var(--teal);text-transform:uppercase;letter-spacing:.08em}.featured .match{color:var(--gold)}
.skills{background:white}.skills-panel{max-width:1420px;margin:auto;background:var(--ink);color:white;border-radius:38px;padding:clamp(38px,6vw,85px);display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(45px,8vw,120px);align-items:center}.skills-copy h2{font-size:clamp(2.6rem,4vw,4.8rem)}.skills-copy p{color:#c7d4d7}.text-link{display:inline-flex;gap:12px;margin-top:18px;color:var(--gold);font-weight:800;text-decoration:none}.skills-visual{background:white;color:var(--ink);border-radius:26px;padding:30px;box-shadow:0 30px 80px rgba(0,0,0,.2)}.profile-mini{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding-bottom:20px}.profile-mini .avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--aqua);color:var(--teal);font-weight:800}.profile-mini strong,.profile-mini span{display:block}.profile-mini span{font-size:.8rem;color:var(--muted)}.skill-lines{display:grid;gap:19px;margin:25px 0}.skill-lines div{display:grid;grid-template-columns:1fr auto;gap:7px}.skill-lines span{font-weight:700}.skill-lines small{grid-column:2;color:#8da0a4}.skill-lines i{grid-column:1/3;height:7px;background:#edf1ef;border-radius:8px;position:relative}.skill-lines i:after{content:"";position:absolute;inset:0 auto 0 0;width:var(--progress);background:var(--teal);border-radius:8px}.skill-lines i.aspired:after{background:var(--gold)}.aspiration-quote{background:#fff0eb;color:var(--coral);border-radius:12px;padding:16px;font-weight:700}.recommended-strip{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.recommended-strip b{width:100%;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#8b9b9e}.recommended-strip span{padding:8px 10px;background:var(--aqua);border-radius:999px;font-size:.75rem}
.activation{background:#f0f7f6}.activation-experience{max-width:1260px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;background:white;border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.loop{min-height:570px;position:relative;background:var(--ink);display:grid;place-items:center}.loop:before,.loop:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.18)}.loop:before{width:365px;height:365px}.loop:after{width:255px;height:255px}.loop-centre{position:absolute;width:180px;height:180px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ink);z-index:2;box-shadow:0 12px 35px rgba(0,0,0,.25)}.loop-centre span{color:var(--gold)}.loop-step{position:absolute;z-index:4;border:0;background:transparent;color:#bcd0d3;font-weight:700;cursor:pointer;padding:8px}.loop-step span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#28505a;margin:auto auto 6px;border:1px solid rgba(255,255,255,.15)}.loop-step.active{color:white}.loop-step.active span{background:var(--gold);color:var(--ink);box-shadow:0 0 0 9px rgba(245,162,53,.15)}.loop-step:nth-child(1){top:45px;left:calc(50% - 49px)}.loop-step:nth-child(2){top:170px;right:40px}.loop-step:nth-child(3){bottom:70px;right:95px}.loop-step:nth-child(4){bottom:70px;left:95px}.loop-step:nth-child(5){top:170px;left:40px}.loop-detail{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,6vw,85px);position:relative}.detail-number{font-size:5rem;font-weight:800;color:#e7efed;line-height:1}.loop-detail h3{font-size:2rem;line-height:1.13;margin:10px 0 18px}.loop-detail p:not(.mini-label){color:var(--muted)}.detail-progress{height:4px;background:#edf1ef;margin-top:25px}.detail-progress i{display:block;height:100%;width:20%;background:var(--gold);transition:.35s}
.employee{background:white}.employee-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(50px,8vw,120px);align-items:center;max-width:1420px;margin:auto}.employee h2{font-size:clamp(2.7rem,4.2vw,4.9rem)}.employee-copy>p:not(.eyebrow){color:var(--muted);font-size:1.1rem}.employee-entry{margin-top:18px}.employee-values{display:grid;grid-template-columns:1fr 1fr;gap:14px}.employee-values div{background:var(--cream);padding:28px;border-radius:20px;border:1px solid var(--line);min-height:155px}.employee-values span{font-weight:800;color:var(--teal)}.employee-values p{color:var(--muted);margin-bottom:0}.participation-ribbon{max-width:1420px;margin:70px auto 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding:21px 0;color:#698085;font-weight:750;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em}
.solutions{background:var(--cream)}.solutions>.section-heading{max-width:1100px;margin-bottom:65px}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1420px;margin:auto}.solution-card{min-height:390px;padding:30px;border-radius:22px;background:white;border:1px solid var(--line);display:flex;flex-direction:column}.solution-card>span{color:var(--gold);font-weight:800}.solution-card h3{font-size:1.65rem;line-height:1.1;margin:70px 0 18px}.solution-card p{color:var(--muted)}.solution-card a{margin-top:auto;text-decoration:none;font-weight:800;color:var(--teal)}.solution-card.dark{background:var(--ink);color:white}.solution-card.dark p{color:#c6d5d7}.solution-card.dark a{color:var(--gold)}.solution-card.coral{background:#fff0eb;border-color:#ffd8cd}
.ecosystem{background:white}.ecosystem-map{display:grid;grid-template-columns:1fr .4fr 1.15fr .4fr 1fr;gap:12px;align-items:center;max-width:1320px;margin:auto}.system-card{min-height:270px;border:1px solid var(--line);border-radius:22px;padding:30px;background:var(--cream)}.system-card>span{color:var(--gold);font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.system-card h3{font-size:1.8rem;margin:18px 0}.system-card p{color:var(--muted);line-height:1.8}.virkware-card{background:var(--teal);color:white;transform:scale(1.06);box-shadow:var(--shadow)}.virkware-card p{color:#e3f2f3}.virkware-card>span{color:#fff}.system-line{text-align:center;color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.system-line i{display:block;height:1px;background:var(--gold);position:relative;margin-bottom:10px}.system-line i:after{content:"›";position:absolute;right:-2px;top:-15px;font-size:1.4rem;color:var(--gold)}.system-line.reverse i:after{right:auto;left:-2px;transform:rotate(180deg)}
.resources{background:#f1f7f6}.resources>.section-heading{margin-bottom:55px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1420px;margin:auto}.resource-card{background:white;border-radius:22px;overflow:hidden;border:1px solid var(--line);padding-bottom:30px}.resource-card>p,.resource-card>h3,.resource-card>a{margin-left:28px;margin-right:28px}.resource-card>p{font-size:.7rem;color:var(--teal);text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin-top:25px}.resource-card h3{font-size:1.45rem;line-height:1.2}.resource-card>a{text-decoration:none;font-weight:800;color:var(--teal)}.resource-art{height:225px;position:relative;overflow:hidden;background:var(--ink)}.resource-art span{position:absolute;border-radius:50%;mix-blend-mode:screen}.art-trust span:nth-child(1){width:170px;height:170px;background:var(--gold);left:15%;top:22%}.art-trust span:nth-child(2){width:150px;height:150px;background:var(--teal);left:38%;top:8%}.art-trust span:nth-child(3){width:150px;height:150px;background:var(--coral);left:54%;top:38%}.art-path{background:#f8e8cd}.art-path span{height:3px;background:var(--teal);border-radius:5px;transform:rotate(-16deg);left:10%}.art-path span:nth-child(1){width:70%;top:70%}.art-path span:nth-child(2){width:52%;top:51%;left:27%}.art-path span:nth-child(3){width:35%;top:32%;left:46%;background:var(--coral)}.art-skills{background:var(--aqua)}.art-skills span{border-radius:16px;background:var(--teal);bottom:30px;width:23%;left:14%}.art-skills span:nth-child(1){height:65px}.art-skills span:nth-child(2){height:118px;left:39%;background:var(--gold)}.art-skills span:nth-child(3){height:165px;left:64%;background:var(--navy)}
.faq{background:white}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(55px,9vw,150px);max-width:1420px;margin:auto}.faq .section-heading h2{font-size:clamp(2.5rem,4vw,4.6rem)}.accordion details{border-top:1px solid var(--line);padding:22px 0}.accordion details:last-child{border-bottom:1px solid var(--line)}.accordion summary{list-style:none;cursor:pointer;font-size:1.15rem;font-weight:800;display:flex;justify-content:space-between}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{transition:.25s;color:var(--teal)}.accordion details[open] summary span{transform:rotate(45deg)}.accordion p{color:var(--muted);max-width:760px}
.closing{background:var(--ink);color:white;min-height:660px;display:grid;place-items:center;position:relative;overflow:hidden}.closing-copy{max-width:1120px;text-align:center;position:relative;z-index:3}.closing h2{font-size:clamp(3rem,5.5vw,6.5rem)}.closing-copy>p:not(.eyebrow){color:#c7d5d7;font-size:1.15rem;max-width:780px;margin:0 auto 35px}.closing .button-row{justify-content:center}.button-light{background:white;color:var(--ink);border-color:white}.button-light:hover{background:var(--gold);border-color:var(--gold)}.button-outline-light{background:transparent;border-color:rgba(255,255,255,.6)}.closing-network i{position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.07);border-radius:50%}.closing-network i:nth-child(1){left:-100px;top:-100px}.closing-network i:nth-child(2){right:-100px;bottom:-100px}.closing-network i:nth-child(3){width:14px;height:14px;background:var(--gold);border:0;left:17%;top:28%;box-shadow:0 0 0 12px rgba(245,162,53,.08)}.closing-network i:nth-child(4){width:10px;height:10px;background:var(--teal);border:0;right:13%;top:23%}.closing-network i:nth-child(5){width:8px;height:8px;background:var(--coral);border:0;right:25%;bottom:18%}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.reveal.in-view{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none}.signal,.opportunity,.hero-paths path{animation:none}}
@media(max-width:1100px){.site-header{grid-template-columns:150px 1fr auto}.site-nav{gap:16px}.hero{grid-template-columns:1fr;max-width:900px}.hero-copy{padding-top:20px}.hero-photo-wrap{height:620px}.hero-photo-wrap.concept-render-wrap{height:auto}.solution-grid{grid-template-columns:1fr 1fr}.ecosystem-map{grid-template-columns:1fr}.system-line{height:45px}.system-line i{width:1px;height:30px;margin:auto}.system-line i:after{right:-8px;top:13px;transform:rotate(90deg)}.system-line.reverse i:after{left:-8px;top:13px;transform:rotate(90deg)}.virkware-card{transform:none}.site-footer{grid-template-columns:160px 1fr}.site-footer span{grid-column:2;text-align:left}}
@media(max-width:860px){.site-header{height:72px;grid-template-columns:1fr auto}.brand{width:125px}.brand img{width:125px}.menu-button{display:block;z-index:3}.header-cta{display:none}.site-nav{display:none;position:fixed;inset:72px 0 0;background:var(--cream);padding:45px 28px;flex-direction:column;justify-content:flex-start;gap:25px}.site-nav.open{display:flex}.site-nav a{font-size:1.4rem;font-weight:750}.hero{padding-top:50px}.hero h1{font-size:clamp(3.15rem,11vw,5.2rem)}.challenge-grid,.skills-panel,.activation-experience,.employee-grid,.faq-grid{grid-template-columns:1fr}.opportunity-grid{grid-template-columns:1fr 1fr}.loop{min-height:520px}.employee-values{margin-top:10px}.participation-ribbon{overflow:auto;justify-content:flex-start;padding:18px 0}.solution-grid{grid-template-columns:1fr 1fr}.ecosystem-map{max-width:650px}.resource-grid{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}.site-footer span{grid-column:1}.section-heading h2,.skills h2,.employee h2,.closing h2{font-size:clamp(2.6rem,8vw,4.4rem)}}
@media(max-width:600px){.hero{min-height:auto;padding:55px 20px 70px}.hero h1{font-size:3.5rem}.hero-lede{font-size:1.05rem}.button-row .button{width:100%}.hero-photo-wrap{height:570px;border-radius:90px 18px 18px 18px}.hero-photo-wrap.concept-render-wrap{height:auto;aspect-ratio:1.2;border-radius:70px 18px 18px 18px}.concept-render{width:238%;right:-8%;top:-12%}.hand-note{top:43px;font-size:1rem}.signal{display:none}.opportunity{padding:7px 10px;font-size:.67rem}.opportunity i{width:22px;height:22px}.opportunity-role{right:3%;top:65px}.opportunity-gig{right:3%;top:138px}.opportunity-mentor{right:3%;top:211px}.opportunity-learning{right:3%;top:284px}.opportunity-job{right:3%;top:357px}.hero-paths{display:none}.section{padding:85px 20px}.section-heading h2,.skills h2,.employee h2,.closing h2{font-size:2.75rem}.challenge-grid{margin-top:38px}.fragment-row{grid-template-columns:1fr 1fr}.converge span:nth-child(1){transform:translateX(-80px) rotate(-28deg)}.converge span:nth-child(2){transform:translateX(-25px) rotate(-10deg)}.converge span:nth-child(3){transform:translateX(25px) rotate(10deg)}.converge span:nth-child(4){transform:translateX(80px) rotate(28deg)}.opportunity-grid,.solution-grid,.employee-values{grid-template-columns:1fr}.capability-card{min-height:290px}.skills-panel{padding:40px 22px;border-radius:24px}.skills-visual{padding:22px}.recommended-strip span{font-size:.68rem}.activation-experience{border-radius:22px}.loop{min-height:440px}.loop:before{width:310px;height:310px}.loop:after{width:210px;height:210px}.loop-centre{width:145px;height:145px}.loop-step{font-size:.7rem}.loop-step span{width:34px;height:34px}.loop-step:nth-child(2){right:8px}.loop-step:nth-child(5){left:8px}.loop-step:nth-child(3){right:55px}.loop-step:nth-child(4){left:55px}.loop-detail{padding:40px 28px}.solution-card{min-height:340px}.solution-card h3{margin-top:45px}.system-card{min-height:auto}.resource-art{height:190px}.closing{min-height:620px}.site-footer{padding:40px 20px}}

/* Taller homepage hero composition */
.concept-render-wrap{height:clamp(620px,44vw,700px);aspect-ratio:auto}
.concept-render{width:100%;height:100%;object-fit:cover;object-position:center;right:0;top:0}
@media(max-width:1100px){.hero-photo-wrap.concept-render-wrap{height:min(760px,85vw)}}
@media(max-width:600px){.hero-photo-wrap.concept-render-wrap{height:auto;aspect-ratio:1}.concept-render{width:100%;height:100%;object-fit:cover;object-position:center;right:0;top:0}}
.capability-card{text-decoration:none}

/* Mobile conversion link */
.site-nav .mobile-demo-link{display:none}
@media(max-width:860px){.site-nav{overflow-y:auto}.site-nav .mobile-demo-link{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:48px;padding:0 22px;border-radius:12px;background:var(--teal);color:#fff}.site-nav .mobile-demo-link:after{display:none}}

/* Analytics consent */
.cookie-settings-link{appearance:none;border:0;padding:0;background:transparent;color:#bfd0d2;font:inherit;line-height:1.45;cursor:pointer;margin-left:24px}.cookie-settings-link:hover,.cookie-settings-link:focus-visible{color:#fff}.cookie-banner{position:fixed;z-index:300;left:clamp(16px,3vw,42px);right:clamp(16px,3vw,42px);bottom:clamp(16px,3vw,34px);max-width:920px;margin:auto;padding:22px 24px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:#0b262d;color:#fff;box-shadow:0 22px 70px rgba(6,28,34,.32);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}.cookie-banner strong{display:block;font-size:1.02rem}.cookie-banner p{margin:5px 0 0;color:#bfd0d2;font-size:.9rem;line-height:1.5}.cookie-banner p a{color:#fff;text-underline-offset:3px}.cookie-actions{display:flex;gap:10px}.cookie-button{min-width:100px;min-height:44px;padding:0 18px;border-radius:10px;font:inherit;font-weight:800;cursor:pointer}.cookie-reject{border:1px solid rgba(255,255,255,.65);background:transparent;color:#fff}.cookie-accept{border:1px solid var(--gold);background:var(--gold);color:var(--ink)}.cookie-button:focus-visible{outline:3px solid #fff;outline-offset:3px}@media(max-width:700px){.cookie-banner{grid-template-columns:1fr;padding:20px}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-button{width:100%}.cookie-settings-link{margin-left:16px}}

/* Global footer */
.site-footer{display:block;background:#0b262d;color:#bfd0d2;padding:70px clamp(24px,6vw,96px) 28px;font-size:.9rem}
.footer-inner{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:minmax(260px,.85fr) minmax(520px,1.6fr);gap:clamp(55px,8vw,130px);align-items:start}
.footer-brand img{width:155px;filter:brightness(0) invert(1);mix-blend-mode:screen}
.footer-brand p{max-width:430px;margin:28px 0 18px;color:#bfd0d2;font-size:1rem;line-height:1.65}
.footer-global{display:block;color:#f5a235;font-weight:750;line-height:1.5;text-align:left}
.footer-nav{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:clamp(28px,4vw,60px)}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.footer-column h2{color:#fff;font-size:.78rem;letter-spacing:.13em;text-transform:uppercase;margin:0 0 10px}
.footer-column a{color:#bfd0d2;text-decoration:none;line-height:1.45;transition:color .2s ease}
.footer-column a:hover,.footer-column a:focus-visible,.footer-bottom a:hover,.footer-bottom a:focus-visible{color:#f5a235}
.footer-bottom{max-width:1420px;margin:55px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:#789094}
.footer-bottom span{color:#789094;text-align:left}
.footer-bottom a{color:#bfd0d2;text-decoration:none}
.footer-legal{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px}
.footer-legal a+a{margin-left:24px}
@media(max-width:900px){.footer-inner{grid-template-columns:1fr}.footer-nav{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.site-footer{padding:55px 20px 25px}.footer-nav{grid-template-columns:1fr 1fr}.footer-column:last-child{grid-column:1/-1}.footer-bottom{margin-top:40px;flex-direction:column}.footer-bottom span{text-align:left}.footer-legal a+a{margin-left:16px}}

/* Mobile card alignment */
@media(max-width:600px){
  .capability-card,.solution-card,.employee-values div,.system-card,.resource-card{text-align:center;padding-left:24px;padding-right:24px}
  .capability-card .cap-icon{margin-left:auto;margin-right:auto}
  .capability-card .match{left:20px;right:20px;text-align:center}
  .solution-card a{align-self:center}
  .resource-card>p,.resource-card>h3,.resource-card>a{margin-left:0;margin-right:0}
}

/* Global workforce proof point */
.global-workforce{max-width:1420px;margin:0 auto 40px;padding:30px clamp(24px,5vw,58px);display:grid;grid-template-columns:minmax(280px,.8fr) minmax(620px,1.2fr);gap:clamp(38px,6vw,90px);align-items:center;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 18px 55px rgba(18,52,61,.07)}
.challenge .global-workforce{margin:70px auto 0}
.global-workforce-copy .eyebrow{margin-bottom:9px}.global-workforce-copy h2{margin:0 0 8px;font-size:clamp(1.65rem,2.2vw,2.45rem);line-height:1.05;letter-spacing:-.035em}.global-workforce-copy p:last-child{margin:0;color:var(--muted);font-size:.92rem;max-width:470px}
.global-personas{display:grid;grid-template-columns:repeat(6,minmax(72px,1fr));gap:14px}.global-personas figure{min-width:0;margin:0;text-align:center}.global-personas img{width:64px;height:64px;margin:0 auto 9px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 4px #eef6f4}.global-personas strong,.global-personas span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-personas strong{font-size:.78rem}.global-personas span{color:var(--muted);font-size:.66rem}
@media(max-width:1100px){.global-workforce{margin-left:24px;margin-right:24px;grid-template-columns:1fr}.global-personas{max-width:760px}}
@media(max-width:600px){.global-workforce{margin:0 20px 30px;padding:30px 20px;text-align:center}.challenge .global-workforce{margin:48px auto 0}.global-workforce-copy p:last-child{margin-left:auto;margin-right:auto}.global-personas{grid-template-columns:repeat(3,1fr);gap:22px 12px}.global-personas img{width:58px;height:58px}.global-personas strong{font-size:.75rem}.global-personas span{font-size:.63rem}}

/* Resource imagery shared with the Insights & Resources library */
.resource-thumb{display:block;width:100%;object-fit:cover;position:static}
