
:root{--navy:#0B132B;--copper:#B87333;--blue:#2563FF;--cloud:#F3F6FA;--slate:#64748B;--white:#fff;--line:#DDE4EC}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--navy);background:#fff;line-height:1.6}a{color:inherit}
.header{height:86px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;text-decoration:none;gap:12px}.mark{position:relative;width:54px;height:54px;display:flex;align-items:center;font-size:29px;font-weight:800}.mark b{color:var(--copper)}.mark strong{color:var(--navy);margin-left:-5px}.mark i{width:7px;height:7px;background:var(--blue);border-radius:50%;position:absolute;left:2px;bottom:9px}.word{display:flex;flex-wrap:wrap;width:140px;line-height:1}.word em,.word b{font-style:normal;font-size:21px;letter-spacing:1px}.word em{color:var(--copper);font-weight:800}.word b{color:var(--navy)}.word small{font-size:6.5px;letter-spacing:1.2px;margin-top:6px;width:100%}
nav{display:flex;align-items:center;gap:22px}nav a{text-decoration:none;font-size:13px;font-weight:700}.nav-cta{background:var(--navy);color:#fff;padding:11px 16px;border-radius:7px}.menu{display:none}
.hero{min-height:650px;padding:105px 8vw 80px;background:linear-gradient(115deg,#fff 0%,#f7f3ef 58%,#edf3ff 100%);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid #cad7ea;border-radius:50%;right:-80px;top:100px;box-shadow:0 0 0 55px rgba(37,99,255,.025),0 0 0 110px rgba(184,115,51,.025)}
.eyebrow,.kicker{font-size:12px;font-weight:800;letter-spacing:2px;color:var(--blue);margin-bottom:18px}.hero h1,.page-hero h1{font-size:clamp(44px,6vw,78px);line-height:1.02;margin:0 0 24px;letter-spacing:-3px;max-width:920px}.hero h1 span{color:var(--copper)}.hero p{max-width:720px;font-size:19px;color:#45516a}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-block;text-decoration:none;border:0;border-radius:7px;padding:13px 19px;font-weight:800;font-size:14px;cursor:pointer}.primary{background:var(--navy);color:#fff}.secondary{border:1px solid var(--navy);background:#fff}.signature{margin-top:70px;font-size:13px;color:var(--slate)}
.section{padding:85px 8vw}.section h2,.cta h2{font-size:clamp(32px,4vw,50px);line-height:1.12;margin:0 0 34px;letter-spacing:-1.5px}.soft{background:var(--cloud)}.navy{background:var(--navy);color:#fff}.light{color:#8db2ff}.copper-text{color:var(--copper)}
.pillars{display:grid;grid-template-columns:1fr 1fr;gap:22px}.pillar{padding:38px;border:1px solid var(--line);border-radius:14px;min-height:270px}.pillar.tech{border-top:4px solid var(--blue)}.pillar.people{border-top:4px solid var(--copper)}.pillar h3{font-size:27px;margin:15px 0 10px}.pillar a{font-weight:800}.icon,.service-icon{font-size:34px;color:var(--blue)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px;min-height:220px}.card h3{font-size:20px}.people-card{border-top:3px solid var(--copper)}.people-card .service-icon{color:var(--copper)}
.values{display:grid;grid-template-columns:1fr 1fr;gap:12px}.values details{border:1px solid #2d3854;border-radius:10px;padding:18px}.values summary{font-weight:800;cursor:pointer;display:flex;justify-content:space-between}.values p{color:#c9d2e4}.light-values details{border-color:var(--line)}.light-values p{color:var(--slate)}
.cta{padding:75px 8vw;background:var(--copper);color:#fff}.light-btn{background:#fff;color:var(--navy)}
.page-hero{padding:90px 8vw 70px;background:linear-gradient(120deg,#fff,#f5f0ea)}.page-hero p{font-size:19px;max-width:760px;color:#4c5870}.story{max-width:850px}.story h2{font-size:38px}.story h3{margin-top:35px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px}.contact-types p{border-left:3px solid var(--copper);padding-left:14px}form{background:var(--cloud);padding:30px;border-radius:12px}label{display:block;font-weight:700;margin-bottom:15px}input,select,textarea{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff}form small{display:block;margin-top:12px;color:var(--slate)}
.center{text-align:center;margin-top:32px}
footer{background:#070d1e;color:#d8deea;padding:55px 8vw;display:grid;grid-template-columns:1fr 2fr;gap:35px}footer a{text-decoration:none}.footer-brand{font-size:25px;font-weight:800}.copper{color:var(--copper)}
@media(max-width:1050px){nav{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;padding:25px 5vw;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}nav.open{display:flex}.menu{display:block;background:none;border:1px solid var(--line);padding:9px 12px;border-radius:6px}.cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.header{height:76px}.word small{display:none}.hero{padding:75px 6vw}.hero h1,.page-hero h1{letter-spacing:-2px}.section,.page-hero,.cta{padding:60px 6vw}.pillars,.cards,.values,.contact-grid,footer{grid-template-columns:1fr}.pillar{min-height:0}.actions .btn{width:100%;text-align:center}}

/* v1.2 premium homepage */
body{font-family:Montserrat,"Avenir Next",Arial,sans-serif}.hero-premium{min-height:720px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;padding-top:80px;background:linear-gradient(120deg,#fff 0%,#fbfaf8 54%,#f3f7ff 100%)}.hero-premium:after{display:none}.hero-copy{position:relative;z-index:2}.hero-premium .eyebrow{display:flex;align-items:center;gap:8px;color:var(--navy);letter-spacing:1.5px}.hero-premium .eyebrow>span{width:28px;height:2px;background:var(--blue)}.hero-premium .eyebrow b{color:var(--copper)}.hero-premium h1{font-size:clamp(48px,5.5vw,82px);max-width:1000px}.hero-premium h1 span{color:var(--navy);font-weight:500}.hero-premium p{font-size:18px;max-width:690px}.btn i{font-style:normal;margin-left:8px}.hero-proof{margin-top:70px;display:flex;align-items:center;gap:16px;font-size:11px;font-weight:800;letter-spacing:2px}.hero-proof i{width:6px;height:6px;border-radius:50%;background:var(--blue)}
.hero-visual{height:520px;position:relative}.orbit{position:absolute;border:1px solid #dbe3ef;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-one{width:410px;height:410px}.orbit-two{width:300px;height:300px;border-color:#e6d8ca}.origin-dot{position:absolute;width:22px;height:22px;background:var(--blue);border-radius:50%;top:73px;left:85px;box-shadow:0 0 0 10px rgba(37,99,255,.08)}.connection-line{position:absolute;width:145px;height:1px;background:#a8b5ca;right:22px;top:260px}.hero-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight:900;font-size:112px;letter-spacing:-30px}.hero-mark .t{color:var(--copper);display:inline-block;transform:rotate(-8deg)}.hero-mark .g{color:var(--navy)}.hero-mark b{position:absolute;width:13px;height:13px;border:3px solid var(--blue);background:#fff;border-radius:50%;left:85px;top:64px}.visual-label{position:absolute;font-size:10px;letter-spacing:1px}.visual-label strong{display:block;color:var(--blue)}.visual-label small{color:var(--slate)}.label-origin{left:35px;top:110px}.label-progress{right:0;top:280px}
.brand-statement{padding:22px 8vw;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}.brand-statement p{margin:0;font-size:13px;letter-spacing:.5px;color:var(--slate)}.brand-statement strong{color:var(--navy)}.section-heading{display:grid;grid-template-columns:1.4fr .6fr;gap:50px;align-items:end;margin-bottom:44px}.section-heading h2{margin-bottom:0}.section-heading>p{color:var(--slate);margin:0 0 7px}.premium-pillars{gap:0;border:1px solid var(--line);border-radius:16px;overflow:hidden}.premium-pillars .pillar{border:0;border-radius:0;padding:42px 46px;min-height:390px}.premium-pillars .pillar+ .pillar{border-left:1px solid var(--line)}.premium-pillars .pillar.tech{border-top:4px solid var(--blue)}.premium-pillars .pillar.people{border-top:4px solid var(--copper)}.pillar-top{display:flex;justify-content:space-between;align-items:center}.number,.card-index{font-size:11px;color:#94a3b8;font-weight:800;letter-spacing:1px}.solution-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:27px}.people-icon{color:var(--copper)}.premium-pillars h3{font-size:31px}.premium-pillars>article>p{font-weight:700;color:var(--slate)}.premium-pillars ul{list-style:none;padding:0;margin:25px 0}.premium-pillars li{padding:8px 0;border-bottom:1px solid #eef1f5;font-size:14px}.premium-pillars a{text-decoration:none}.premium-pillars a span{color:var(--blue)}
.services-section{background:#f6f8fb}.service-grid{gap:1px;background:var(--line);border:1px solid var(--line);border-radius:14px;overflow:hidden}.service-card{border:0;border-radius:0;min-height:255px;position:relative}.service-card .service-icon{display:block;margin-top:25px}.service-card>a{position:absolute;right:25px;bottom:20px;text-decoration:none;color:var(--blue);font-size:22px}.service-card p{font-size:14px;color:var(--slate)}
.people-band{background:var(--navy);color:#fff;display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw}.people-copy h2{font-size:clamp(34px,4vw,54px);line-height:1.1}.people-copy p{color:#b8c3d8;max-width:560px}.light-outline{border:1px solid #65718a;color:#fff;margin-top:20px}.people-list{border-top:1px solid #33405d}.people-list a{display:grid;grid-template-columns:50px 1fr 30px;align-items:center;padding:19px 4px;border-bottom:1px solid #33405d;text-decoration:none}.people-list span{font-size:10px;color:#72809b}.people-list strong{font-size:15px}.people-list i{font-style:normal;color:var(--copper)}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.value-grid article{padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:220px}.value-grid span{font-size:10px;color:var(--blue);font-weight:800}.value-grid h3{font-size:20px;margin-top:35px}.value-grid p{font-size:14px;color:var(--slate)}
.journey{padding:85px 8vw;background:#071027;color:#fff}.journey h2{font-size:clamp(34px,4vw,52px);line-height:1.1}.journey-line{display:grid;grid-template-columns:1fr 35px 1fr 35px 1fr 35px 1fr;align-items:center;margin-top:60px}.journey-line>div{text-align:center;display:flex;flex-direction:column;align-items:center}.journey-line>i{text-align:center;color:#65718a;font-style:normal}.journey-line b{height:30px;margin-bottom:16px;display:grid;place-items:center}.journey-line .dot{width:18px;height:18px;border-radius:50%;background:var(--blue)}.journey-line .node{width:50px;border-top:2px solid #fff;position:relative}.journey-line .node:before,.journey-line .node:after{content:"";position:absolute;width:11px;height:11px;border:2px solid #fff;border-radius:50%;top:-7px;background:#071027}.journey-line .node:before{left:-2px}.journey-line .node:after{right:-2px}.journey-line .arrow,.journey-line .globe{font-size:30px;color:var(--blue)}.journey-line strong{font-size:11px;letter-spacing:1px;color:#8eb1ff}.journey-line small{color:#aeb9cd;margin-top:5px}.premium-cta{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end}.premium-cta h2{margin:0}.premium-cta>div:last-child{max-width:520px}.premium-cta p{margin-top:0}.premium-cta .btn{margin-top:12px}
@media(max-width:900px){.hero-premium{grid-template-columns:1fr;min-height:auto}.hero-visual{height:390px;margin-top:20px}.orbit-one{width:320px;height:320px}.orbit-two{width:230px;height:230px}.origin-dot{left:18%;top:35px}.section-heading,.people-band,.premium-cta{grid-template-columns:1fr}.section-heading{gap:10px}.value-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.hero-premium{padding-top:60px}.hero-visual{display:none}.hero-proof{margin-top:45px}.premium-pillars .pillar+ .pillar{border-left:0;border-top:1px solid var(--line)}.value-grid{grid-template-columns:1fr}.journey-line{grid-template-columns:1fr;gap:20px}.journey-line>i{transform:rotate(90deg)}.premium-cta{gap:25px}}

/* v1.3 full-site brand system */
.premium-page{padding-top:105px;padding-bottom:85px;position:relative;overflow:hidden}.premium-page:after{content:"";position:absolute;width:330px;height:330px;border:1px solid #dce4ef;border-radius:50%;right:-90px;top:35px;box-shadow:0 0 0 55px rgba(37,99,255,.025)}.premium-page h1{max-width:980px}.premium-page p{max-width:760px}.intro-split{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end}.intro-split h2{margin-bottom:0}.intro-split>p{color:var(--slate);font-size:17px}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.capability{padding:32px;min-height:300px;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative}.capability .service-icon{display:block;margin:30px 0 18px}.capability h3{font-size:21px}.capability p{font-size:14px;color:var(--slate)}.capability a,.people-solutions-grid a,.industry-grid a{font-weight:800;text-decoration:none;font-size:13px}.outcome-band{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw}.outcome-band h2{margin-bottom:15px}.muted-light{color:#aeb9cd}.engage-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#33405d}.engage-steps article{background:var(--navy);padding:28px}.engage-steps b{color:var(--blue);font-size:11px}.engage-steps h3{font-size:19px}.engage-steps p{font-size:13px;color:#b8c3d8}.people-solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.people-solutions-grid article{background:#fff;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:240px}.people-solutions-grid span,.industry-grid>article>span,.career-paths>article>span{font-size:11px;color:var(--copper);font-weight:800}.people-solutions-grid h3{font-size:23px}.people-solutions-grid p{color:var(--slate)}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.industry-grid article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:30px;min-height:250px}.industry-grid h3{font-size:22px;margin-top:30px}.industry-grid p{color:var(--slate);font-size:14px}.industry-tags{margin-top:25px;font-size:11px;font-weight:800;letter-spacing:1px}.industry-tags i{color:var(--blue);font-style:normal;margin:0 7px}.cross-capability{display:grid;grid-template-columns:.7fr 1.3fr;gap:7vw}.mini-pillars{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:14px;overflow:hidden}.mini-pillars article{padding:35px}.mini-pillars article+article{border-left:1px solid var(--line)}.mini-pillars b{font-size:11px;color:var(--blue);letter-spacing:1px}.mini-pillars article+article b{color:var(--copper)}.mini-pillars h3{font-size:24px}.mini-pillars p{color:var(--slate)}.mini-pillars a{font-weight:800;text-decoration:none}.premium-values article{min-height:245px}.why-promise{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.promise-copy>p{color:#b8c3d8;font-size:17px}.promise-line{display:flex;align-items:center;gap:12px;margin-top:35px;font-size:10px;letter-spacing:1px}.promise-line i{height:1px;flex:1;background:#53617e}.origin-story{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:center}.origin-story h2{margin-bottom:20px}.origin-story p{font-size:17px;color:var(--slate)}.origin-visual{height:300px;position:relative;display:flex;align-items:center;justify-content:center;gap:14px;font-size:40px}.origin-visual strong:first-of-type{color:var(--copper)}.origin-visual strong:last-of-type{color:var(--navy)}.origin-visual i{font-style:normal;color:var(--blue)}.big-dot{position:absolute;width:24px;height:24px;background:var(--blue);border-radius:50%;top:35px;left:20%}.origin-path{position:absolute;width:60%;height:160px;border-top:2px solid var(--copper);border-right:2px solid var(--navy);border-radius:0 100% 0 0;top:50px;left:20%;opacity:.55}.career-paths{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:14px;overflow:hidden}.career-paths article{padding:45px;min-height:400px}.career-paths article+article{border-left:1px solid var(--line);background:var(--cloud)}.career-paths h2{font-size:36px;margin-bottom:18px}.career-paths p{color:var(--slate);margin-bottom:30px}.light-steps{background:var(--line)}.light-steps article{background:#fff;border:1px solid var(--line)}.light-steps h3{color:var(--navy)}.light-steps p{color:var(--slate)}.premium-contact h2{font-size:38px}.premium-contact .contact-types p{padding:14px 0 14px 18px;margin:0;border-bottom:1px solid var(--line)}.contact-types span{color:var(--slate)}.premium-contact form{padding:35px}.form-head{display:flex;align-items:center;gap:13px;margin-bottom:25px}.form-head strong{display:block;font-size:20px}.form-head small{display:block;color:var(--slate)}.origin-form-dot{width:14px;height:14px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 7px rgba(37,99,255,.08)}.form-note{margin-top:16px!important}
@media(max-width:900px){.intro-split,.outcome-band,.cross-capability,.why-promise,.origin-story{grid-template-columns:1fr}.capability-grid,.industry-grid{grid-template-columns:repeat(2,1fr)}.outcome-band{gap:35px}}
@media(max-width:700px){.premium-page{padding-top:65px}.capability-grid,.industry-grid,.people-solutions-grid,.mini-pillars,.career-paths,.engage-steps{grid-template-columns:1fr}.mini-pillars article+article,.career-paths article+article{border-left:0;border-top:1px solid var(--line)}.career-paths article{min-height:0;padding:32px}.origin-visual{height:220px}.premium-contact h2{font-size:31px}}

/* v1.5 production-prep */
.brand-image{width:min(310px,36vw);height:66px;overflow:hidden}.brand-image img{width:100%;height:100%;object-fit:contain;object-position:left center}.footer-logo{width:260px;max-width:100%;filter:brightness(0) invert(1);opacity:.95}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:999;background:#fff;padding:10px 14px;border:2px solid var(--blue)}:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.legal-copy{max-width:920px}.legal-copy h3{margin-top:34px}.legal-copy p{color:var(--slate)}@media(max-width:700px){.brand-image{width:220px;height:56px}}

/* v1.6 contact workflow */
.form-status{padding:14px 16px;border-radius:10px;margin:0 0 16px;font-weight:700}.form-status.success{background:#eef8f1}.form-status.error{background:#fff1f0}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.consent{display:flex!important;gap:10px;align-items:flex-start}.consent input{width:auto!important;margin-top:4px}.contact-types a,.cta a:not(.btn){font-weight:700}

/* v1.7 content, service journey & visual enhancement */
.footer-brand{display:inline-flex;flex-direction:column;text-decoration:none;color:#fff;line-height:1}.footer-brand strong{font-size:30px;letter-spacing:1px}.footer-brand strong span{color:var(--copper)}.footer-brand small{font-size:8px;letter-spacing:2px;margin-top:8px}.footer-brand i{color:var(--blue);font-style:normal;margin:0 5px}.line-icon{width:48px;height:48px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;color:var(--blue);background:#fff}.line-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.value-grid .line-icon,.industry-grid .line-icon,.people-solutions-grid .line-icon{margin-bottom:24px}.value-grid h3{margin-top:18px}.industry-grid h3{margin-top:18px}.people-solutions-grid h3{margin-top:18px}.people-solutions-grid article{min-height:275px}.engage-steps .line-icon{background:transparent;border-color:#53617e;color:#8eb1ff;margin-bottom:18px}.light-steps .line-icon{background:#fff;border-color:var(--line);color:var(--blue)}.vm-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.vm-grid article{border:1px solid var(--line);border-radius:14px;padding:38px}.vm-grid h2{font-size:32px;margin-bottom:18px}.vm-grid p{font-size:17px;color:var(--slate)}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.process-grid article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:25px;min-height:260px}.process-grid h3{font-size:18px;margin-top:22px}.process-grid p{font-size:14px;color:var(--slate)}.hiring-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hiring-flow article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px;min-height:235px}.hiring-flow h3{font-size:20px;margin-top:20px}.hiring-flow p{font-size:14px;color:var(--slate)}.career-paths .line-icon{margin-bottom:22px}.footer-logo{display:none}@media(max-width:1000px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.vm-grid,.process-grid,.hiring-flow{grid-template-columns:1fr}}

/* v1.8 final visual & UX refinement
   Typography: Manrope-first with robust system fallbacks.
   Brand: deep navy / copper / electric-blue, with section-specific interaction language. */
:root{
  --navy:#0B132B; --copper:#B87333; --blue:#2563FF;
  --ink:#15223b; --slate:#5f6b7d; --cloud:#F7F9FC; --warm:#FFF9F3;
  --cool:#F5F8FF; --line:#E5EAF1;
}
html{scroll-behavior:smooth}
body{font-family:"Manrope","Avenir Next","Segoe UI",Arial,sans-serif;color:var(--ink);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3,h4,strong{color:var(--navy)}
h1,h2,h3{letter-spacing:-.025em;line-height:1.12}
p{line-height:1.72}
.header nav a{font-weight:600;letter-spacing:-.01em}
.btn,.nav-cta{font-weight:650;letter-spacing:-.01em}
.kicker{font-weight:700;letter-spacing:.14em}
.section{padding-top:88px;padding-bottom:88px}
.section>p,.intro-split p,.page-hero p{max-width:760px}
.capability-grid article,.people-solutions-grid article,.industry-grid article,.value-grid article,
.process-grid article,.hiring-flow article,.vm-grid article,.career-paths article{
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background-color .28s ease,color .28s ease;
}

/* Technology: cool, precise, energetic */
.capability-grid article:hover{
  background:var(--cool);border-color:rgba(37,99,255,.28);transform:translateY(-4px);
  box-shadow:0 16px 38px rgba(11,19,43,.08)
}
.capability-grid article:hover .line-icon{color:var(--blue);background:#fff;border-color:rgba(37,99,255,.28);transform:translateY(-2px)}
.capability-grid article:hover a{color:var(--blue)}

/* People: warmer and more human */
.people-solutions-grid article:hover{
  background:var(--warm);border-color:rgba(184,115,51,.32);transform:translateY(-4px);
  box-shadow:0 16px 38px rgba(91,55,24,.08)
}
.people-solutions-grid article:hover .line-icon{color:var(--copper);border-color:rgba(184,115,51,.35);background:#fff}
.people-solutions-grid article:hover a{color:var(--copper)}

/* Industries: confident and restrained */
.industry-grid article:hover{
  background:#F4F6FA;border-color:rgba(11,19,43,.22);transform:translateY(-3px);
  box-shadow:0 13px 30px rgba(11,19,43,.07)
}
.industry-grid article:hover .line-icon{color:var(--navy);border-color:rgba(11,19,43,.25)}

/* Values: subtle meaning rather than a strong card jump */
.value-grid article:hover{background:#fff;border-color:rgba(184,115,51,.24);box-shadow:0 10px 26px rgba(11,19,43,.055)}
.value-grid article:hover .line-icon{color:var(--copper);background:#FFF9F3;border-color:rgba(184,115,51,.3)}

/* Hiring/process: sense of forward motion */
.hiring-flow article:hover,.process-grid article:hover{transform:translateY(-3px);border-color:rgba(37,99,255,.24);box-shadow:0 12px 28px rgba(11,19,43,.065)}
.hiring-flow article:hover .line-icon,.process-grid article:hover .line-icon{transform:translateX(3px);color:var(--blue)}
.hiring-flow .line-icon,.process-grid .line-icon,.capability-grid .line-icon,.people-solutions-grid .line-icon,.industry-grid .line-icon,.value-grid .line-icon{transition:all .28s ease}

/* Vision / mission: calm purpose */
.vm-grid article:hover{background:#FBFCFE;border-color:rgba(11,19,43,.18);box-shadow:0 12px 30px rgba(11,19,43,.055)}

/* CTA hierarchy and eye comfort */
a{transition:color .22s ease}
article a{font-weight:650}
article a:hover{letter-spacing:.005em}
.btn{transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,color .22s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(11,19,43,.12)}
.btn.primary:hover{box-shadow:0 10px 24px rgba(37,99,255,.2)}

/* Copper callout: white typography, no electric-blue text directly on copper */
.cta,.build-with-us,.copper-band{color:#fff}
.cta h1,.cta h2,.cta h3,.cta p,.cta .kicker,
.build-with-us h1,.build-with-us h2,.build-with-us h3,.build-with-us p,.build-with-us .kicker,
.copper-band h1,.copper-band h2,.copper-band h3,.copper-band p,.copper-band .kicker{color:#fff}
.cta .btn,.build-with-us .btn,.copper-band .btn{background:#fff;color:var(--navy);border-color:#fff}
.cta .btn:hover,.build-with-us .btn:hover,.copper-band .btn:hover{color:var(--copper);background:#fff}

/* Footer: avoid white image-panel artifact and keep brand integrated */
footer{background:var(--navy);color:rgba(255,255,255,.78)}
footer a{color:#fff}
.footer-brand{color:#fff}
.footer-brand strong{color:#fff}
.footer-brand strong span{color:var(--copper)}
.footer-brand small{color:rgba(255,255,255,.78)}
.footer-brand i{color:var(--blue)}

/* Mobile comfort */
@media(max-width:700px){
  .section{padding-top:62px;padding-bottom:62px}
  h1{line-height:1.08}
  .capability-grid article:hover,.people-solutions-grid article:hover,.industry-grid article:hover,
  .hiring-flow article:hover,.process-grid article:hover{transform:none}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}

/* v1.9 consolidated content & UX refinement */
.brand-statement{background:var(--warm);border-color:#ead8c6}.brand-statement p{color:#45536b}.brand-statement strong{color:var(--copper)}
.hero-visual .orbit{border-width:1.5px!important}.hero-visual .orbit-one{border-color:#c9d7ee!important}.hero-visual .orbit-two{border-color:#e2c4a7!important}
.journey h2{color:#fff!important}.journey .kicker{color:#dce6ff}.journey-line strong{color:#fff}.journey-line small{color:#d8e0ef}.journey-line .dot,.journey-line .arrow,.journey-line .globe{color:#fff}.journey-line .dot{background:var(--copper)!important}.journey-line .node{border-color:#fff!important}
.capability-grid.tech-expanded{grid-template-columns:repeat(3,1fr)}.tech-expanded .capability{min-height:310px}.tech-expanded .line-icon{margin-bottom:24px}
.cloud-model{background:#fff}.cloud-model-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:16px;overflow:hidden}.cloud-model-grid article{padding:38px;min-height:330px}.cloud-model-grid article+article{border-left:1px solid var(--line)}.cloud-model-grid span{font-size:13px;font-weight:800;letter-spacing:.14em;color:var(--copper)}.cloud-model-grid h3{font-size:25px;margin:18px 0}.cloud-model-grid p{color:var(--slate);font-size:15px}.claim-note{font-size:13px;color:var(--slate);margin-top:18px;max-width:950px!important}
.dev-flow{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden}.dev-flow article{padding:26px 20px;min-height:250px}.dev-flow article+article{border-left:1px solid var(--line)}.dev-flow b,.seven-flow b{color:var(--copper);font-size:12px}.dev-flow h3{font-size:18px;margin:28px 0 12px}.dev-flow p{font-size:13px;color:var(--slate)}
.seven-flow{grid-template-columns:repeat(4,1fr)}.seven-flow article{min-height:240px}.seven-flow h3{margin-top:22px}
.people-list a strong{font-size:18px}.people-list a{grid-template-columns:1fr auto!important}
.why-promise{min-height:auto!important;padding-top:90px!important;padding-bottom:90px!important}.why-promise h2{font-size:42px!important;max-width:650px}.why-promise .promise-copy p{font-size:20px;max-width:720px}
.value-grid article:hover .line-icon svg{transform:scale(1.08)}.value-grid .line-icon svg{transition:transform .25s ease}
.nav-cta{white-space:nowrap}
@media(max-width:1050px){.capability-grid.tech-expanded{grid-template-columns:repeat(2,1fr)}.dev-flow{grid-template-columns:repeat(2,1fr)}.dev-flow article{border-bottom:1px solid var(--line)}.seven-flow{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.capability-grid.tech-expanded,.cloud-model-grid,.dev-flow,.seven-flow{grid-template-columns:1fr}.cloud-model-grid article+article,.dev-flow article+article{border-left:0;border-top:1px solid var(--line)}.tech-expanded .capability,.cloud-model-grid article,.dev-flow article{min-height:0}}

/* v2.0 site-wide density, brand balance and interaction refinement */
:root{--section-space:64px;--section-space-mobile:46px}
.section{padding-top:var(--section-space)!important;padding-bottom:var(--section-space)!important}
.page-hero.premium-page{padding-top:72px!important;padding-bottom:58px!important}
.section-heading{margin-bottom:30px!important}
.cta{padding-top:56px!important;padding-bottom:56px!important}
.journey{padding-top:64px!important;padding-bottom:64px!important}
.journey-line{margin-top:40px!important}
.why-promise{padding-top:64px!important;padding-bottom:64px!important}
.career-paths article{min-height:300px!important;padding:36px!important}
.capability,.tech-expanded .capability{min-height:260px!important;padding:28px!important}
.people-solutions-grid article{min-height:235px!important;padding:30px!important}
.industry-grid article{min-height:220px!important;padding:28px!important}
.value-grid article,.premium-values article{min-height:200px!important;padding:28px!important}
.cloud-model-grid article{min-height:255px!important;padding:30px!important}
.dev-flow article{min-height:220px!important;padding:24px 18px!important}
.seven-flow article{min-height:210px!important}
.process-grid article{min-height:220px!important;padding:24px!important}
.hiring-flow article{min-height:210px!important;padding:26px!important}
.vm-grid article{padding:32px!important}
.vm-grid p{font-size:16px!important}.vm-grid p+p{margin-top:14px}.vm-grid .kicker{color:var(--copper)!important}
.origin-story{gap:5vw!important}.origin-visual{height:250px!important}
.people-band{gap:5vw!important}.cross-capability,.outcome-band{gap:5vw!important}
.premium-cta{gap:40px!important}

/* Stronger, copper-led icon system; electric blue remains a small accent */
.line-icon{width:62px!important;height:62px!important;color:var(--copper)!important;border-color:rgba(184,115,51,.25)!important;background:var(--warm)!important;transition:all .28s ease}
.line-icon svg{width:31px!important;height:31px!important;stroke-width:2.25!important}
.value-grid .line-icon,.industry-grid .line-icon,.people-solutions-grid .line-icon{margin-bottom:18px!important}
.engage-steps .line-icon{background:transparent!important;border-color:rgba(184,115,51,.45)!important;color:#d9914f!important;margin-bottom:16px!important}
.light-steps .line-icon{background:#fff!important}
.capability-grid article:hover .line-icon,.people-solutions-grid article:hover .line-icon,.industry-grid article:hover .line-icon,.value-grid article:hover .line-icon{color:var(--copper)!important;border-color:rgba(184,115,51,.45)!important;background:#fff!important}
.value-grid article:hover{background:var(--warm)!important;border-color:rgba(184,115,51,.38)!important;transform:translateY(-3px);box-shadow:0 14px 30px rgba(91,55,24,.08)!important}
.value-grid article:hover .line-icon{transform:translateY(-2px) scale(1.03)}

/* Process icons replace generic numbering */
.dev-flow .line-icon,.seven-flow .line-icon{margin-bottom:14px!important}.dev-flow h3{margin:14px 0 10px!important}.seven-flow h3{margin-top:14px!important}

/* Dark sections: copper emphasis, white hierarchy */
.navy .kicker,.journey .kicker{color:#d9914f!important}.navy h2,.navy h3{color:#fff!important}.navy p{color:#c9d2e4!important}
.promise-line b:first-child{color:#d9914f}.promise-line b{color:#fff}.promise-line i{position:relative}.promise-line i:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:var(--blue);right:0;top:-3px}

/* Footer scale approved: 22px / 20px legal hierarchy */
footer{padding-top:42px!important;padding-bottom:38px!important}.footer-brand strong{font-size:36px!important}.footer-brand small{font-size:10px!important}.footer-brand+p{font-size:23px!important;margin-top:18px}.footer-legal{line-height:1.55;margin-top:22px}.footer-legal strong{font-size:22px;color:#fff;font-weight:650}.footer-legal span{font-size:20px;color:rgba(255,255,255,.76)}

@media(max-width:700px){.section{padding-top:var(--section-space-mobile)!important;padding-bottom:var(--section-space-mobile)!important}.page-hero.premium-page{padding-top:54px!important;padding-bottom:44px!important}.cta,.journey,.why-promise{padding-top:46px!important;padding-bottom:46px!important}.section-heading{margin-bottom:24px!important}.line-icon{width:56px!important;height:56px!important}.footer-legal strong{font-size:19px}.footer-legal span{font-size:17px}.footer-brand+p{font-size:20px!important}}

/* v2.1 unified TRARGITS design system */
:root{--section-space:60px;--section-space-mobile:42px}
.eyebrow,.kicker{font-size:16px!important;line-height:1.2;letter-spacing:1.6px!important;margin-bottom:14px!important}
.section h2,.cta h2{margin-bottom:24px}
.section-heading{align-items:center!important;gap:42px!important;margin-bottom:28px!important}
.section-heading>p,.intro-split>p{font-size:17px!important;line-height:1.65}
.page-hero.premium-page{padding-top:62px!important;padding-bottom:50px!important}
.premium-page h1{font-size:clamp(46px,5.2vw,72px)!important}
.premium-page p{font-size:18px;line-height:1.65}

/* One premium icon language: navy linework, copper frame, electric-blue connection point. */
.line-icon{position:relative;width:72px!important;height:72px!important;border-radius:16px!important;color:var(--navy)!important;border:1.5px solid rgba(184,115,51,.42)!important;background:linear-gradient(145deg,#fff 0%,#fff9f3 100%)!important;box-shadow:0 8px 22px rgba(11,19,43,.035)}
.line-icon:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;right:8px;bottom:8px;background:var(--blue);box-shadow:0 0 0 4px rgba(37,99,255,.08)}
.line-icon svg{width:36px!important;height:36px!important;stroke-width:2.15!important}
.capability-grid article:hover .line-icon,.people-solutions-grid article:hover .line-icon,.industry-grid article:hover .line-icon,.value-grid article:hover .line-icon,.mini-pillars article:hover .line-icon,.cloud-model-grid article:hover .line-icon{color:var(--navy)!important;border-color:var(--copper)!important;background:#fff!important;transform:translateY(-3px) scale(1.025)}

/* Whole-card focus language */
.capability-grid article,.people-solutions-grid article,.industry-grid article,.value-grid article,.mini-pillars article,.cloud-model-grid article,.hiring-detail-grid article{transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease}
.capability-grid article:hover,.people-solutions-grid article:hover,.industry-grid article:hover,.value-grid article:hover,.mini-pillars article:hover,.cloud-model-grid article:hover,.hiring-detail-grid article:hover{transform:translateY(-3px);border-color:rgba(184,115,51,.42)!important;box-shadow:0 14px 32px rgba(11,19,43,.075);background:#fffdfb!important}

/* Service/card typography */
.capability h3,.people-solutions-grid h3,.industry-grid h3{font-size:24px!important;line-height:1.22;margin:16px 0 10px!important}
.capability p,.people-solutions-grid p,.industry-grid p{font-size:16px!important;line-height:1.6}
.capability a,.people-solutions-grid a,.industry-grid a{font-size:15px!important}

/* Cloud service model hierarchy approved in review */
.cloud-model-grid{gap:0}
.cloud-model-grid article{padding:28px!important;min-height:0!important}
.cloud-model-grid .line-icon{width:62px!important;height:62px!important;margin-bottom:18px}
.cloud-model-grid span{display:block;font-size:30px!important;line-height:1;font-weight:800!important;letter-spacing:0!important;color:var(--copper)!important;text-transform:none}
.cloud-model-grid h3{font-size:25px!important;line-height:1.2;margin:12px 0 16px!important;color:var(--navy)}
.cloud-model-grid p{font-size:16px!important;line-height:1.6}
.cloud-model-grid .best-fit{padding-top:14px;margin-top:16px;border-top:1px solid var(--line);font-size:14px!important}

/* Industries + Technology/People cards */
.industry-grid{gap:14px!important}.industry-grid article{min-height:0!important;padding:26px!important}
.mini-pillars article{padding:30px!important}.mini-pillars .line-icon{margin-bottom:18px}.mini-pillars b{display:block;font-size:28px!important;line-height:1.1;letter-spacing:0!important;color:var(--copper)!important;text-transform:none}.mini-pillars h3{font-size:25px!important;margin:10px 0 12px}.mini-pillars p{font-size:16px;line-height:1.55}

/* Connected process instead of numbered boxes */
.dev-flow,.seven-flow{position:relative;gap:0;background:#fff}
.dev-flow article,.seven-flow article{min-height:0!important;padding:22px 18px!important;background:#fff}
.dev-flow .line-icon,.seven-flow .line-icon{width:60px!important;height:60px!important;margin-bottom:12px!important}
.dev-flow h3,.seven-flow h3{font-size:19px!important}.dev-flow p,.seven-flow p{font-size:14px!important;line-height:1.55}

/* Detailed Hiring Process: compact 3x3, no numbering. */
.hiring-process-detail{background:var(--cloud)}
.hiring-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hiring-detail-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;min-height:290px}
.hiring-detail-grid .line-icon{width:60px!important;height:60px!important;margin-bottom:14px}
.hiring-detail-grid h3{font-size:21px;margin:10px 0}.hiring-detail-grid p{font-size:15px;line-height:1.55;color:var(--slate)}
.hiring-detail-grid small{display:block;border-top:1px solid var(--line);padding-top:12px;margin-top:14px;font-size:13px;line-height:1.5;color:#536176}.hiring-detail-grid small b{color:var(--copper)}

/* Dark sections: visible content, copper emphasis, blue only as a small connection accent. */
.people-band .kicker,.navy .kicker,.journey .kicker{color:#d9914f!important}
.people-list a{color:#fff!important}.people-list a strong{color:#fff!important}.people-list a i{color:#d9914f!important}
.engage-steps .line-icon{color:#fff!important;background:rgba(255,255,255,.035)!important;border-color:rgba(217,145,79,.55)!important}
.engage-steps .line-icon:after{background:var(--blue)}

/* Values: card and icon focus together; no isolated blinking. */
.value-grid article:hover{background:var(--warm)!important}.value-grid article:hover .line-icon svg{transform:scale(1.05)}

/* Footer hierarchy */
footer{padding-top:38px!important;padding-bottom:34px!important}.footer-brand strong{font-size:38px!important}.footer-brand small{font-size:11px!important}.footer-brand+p{font-size:24px!important}.footer-legal strong{font-size:22px!important}.footer-legal span{font-size:20px!important}

@media(max-width:1000px){.hiring-detail-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.eyebrow,.kicker{font-size:14px!important}.line-icon{width:62px!important;height:62px!important}.line-icon svg{width:31px!important;height:31px!important}.hiring-detail-grid{grid-template-columns:1fr}.hiring-detail-grid article{min-height:0}.cloud-model-grid span{font-size:28px!important}.cloud-model-grid h3{font-size:24px!important}.mini-pillars b{font-size:26px!important}}


/* v2.2 final website-wide visual consistency pass */
.section .kicker,.section .eyebrow{font-size:16px!important;font-weight:800!important;letter-spacing:1.7px!important}
.value-grid article{padding:28px!important;min-height:205px!important}.value-grid .line-icon{width:64px!important;height:64px!important}.value-grid h3{font-size:22px!important;line-height:1.25;margin:16px 0 10px!important}.value-grid p{font-size:16px!important;line-height:1.6!important}
.industry-grid .line-icon,.people-solutions-grid .line-icon{width:64px!important;height:64px!important}.industry-grid h3,.people-solutions-grid h3{font-size:23px!important}.industry-grid p,.people-solutions-grid p{font-size:16px!important;line-height:1.6!important}
.hiring-eight{grid-template-columns:repeat(4,1fr)!important}.hiring-eight article{min-height:300px!important}.hiring-eight h3{font-size:21px!important}.hiring-eight p{font-size:15px!important;line-height:1.6!important}
.career-grid h3,.candidate-grid h3{font-size:22px!important}.career-grid p,.candidate-grid p{font-size:16px!important;line-height:1.6!important}
.mini-pillars b{font-size:30px!important}.mini-pillars h3{font-size:24px!important}
@media(max-width:1200px){.hiring-eight{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:700px){.hiring-eight{grid-template-columns:1fr!important}.hiring-eight article{min-height:0!important}.value-grid h3,.industry-grid h3,.people-solutions-grid h3{font-size:21px!important}}
