/* Diya Group V6 — photoreal interactive power sphere and editorial profile */
:root{
  --v6-navy:#031b31;
  --v6-blue:#075edb;
  --v6-sky:#168ee8;
  --v6-lime:#95c91c;
  --v6-grid:rgba(22,112,193,.065);
}

.nav-shell{
  top:18px;
  width:min(1280px,calc(100% - 40px));
  height:76px;
  grid-template-columns:168px minmax(0,1fr) 184px;
  gap:clamp(1rem,2.2vw,2rem);
  padding:0 10px 0 22px;
  border-radius:26px;
  border-color:rgba(7,65,107,.07);
  background:rgba(255,255,255,.94);
  box-shadow:0 16px 48px rgba(7,48,78,.11);
  backdrop-filter:blur(20px);
}
.nav-shell .brand-mark>span:last-child{display:none}
.nav-shell .brand-logo{width:144px;height:48px}
.nav-shell .main-nav{justify-content:center;gap:clamp(1.15rem,2.2vw,2.25rem)}
.nav-shell .main-nav a{font-size:.73rem;color:#071b2d}
.nav-shell .nav-cta{min-width:170px;min-height:58px;justify-content:space-between;padding:.45rem .45rem .45rem 1.2rem;background:linear-gradient(135deg,var(--v6-blue),#006cf0)}
.nav-shell .nav-cta span{display:grid;place-items:center;width:40px;height:40px;margin-left:.55rem;border-radius:50%;background:#fff;color:var(--v6-blue)}

/* Hero */
.hero-v4{
  min-height:clamp(820px,100dvh,960px);
  overflow:clip;
  isolation:isolate;
  padding:0 max(2rem,calc((100vw - 1240px)/2));
  background:
    radial-gradient(circle at 78% 50%,rgba(41,141,222,.14),transparent 31%),
    linear-gradient(rgba(14,104,181,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(14,104,181,.045) 1px,transparent 1px),
    #fbfdff;
  background-size:auto,64px 64px,64px 64px,auto;
}
.hero-v4:before{
  z-index:0;
  background:
    linear-gradient(90deg,var(--v6-blue) 0 34px,transparent 34px) 30px 192px/48px 3px no-repeat,
    radial-gradient(circle,var(--v6-lime) 0 3px,#fff 3px 5px,transparent 5px) 80px 188px/12px 12px no-repeat,
    linear-gradient(90deg,rgba(4,101,210,.45),rgba(4,101,210,0)) 0 calc(100% - 84px)/38% 1px no-repeat;
  mask-image:none;
  pointer-events:none;
}
.hero-v4:after{
  z-index:1;
  inset:150px 0 0 42%;
  border:1px solid rgba(7,95,202,.16);
  border-right:0;
  border-bottom:0;
  border-radius:170px 0 0 0;
  background:linear-gradient(90deg,rgba(247,251,255,.3),transparent 55%);
  box-shadow:-22px -20px 0 -20px rgba(7,95,202,.22);
}
.hero-v4__copy{
  z-index:5;
  width:min(660px,48%);
  padding:clamp(210px,24vh,250px) 0 110px;
}
.hero-v4__copy .eyebrow{display:none}
.hero-v4 h1{
  max-width:690px;
  color:var(--v6-navy);
  font-size:clamp(4.2rem,5.4vw,6rem);
  font-weight:585;
  line-height:.91;
  letter-spacing:-.067em;
}
.hero-v4 h1 span{color:var(--v6-navy)}
.hero-rule{display:flex;align-items:center;width:122px;height:10px;margin:2rem 0 1.7rem}
.hero-rule:before{content:"";width:104px;height:3px;background:linear-gradient(90deg,var(--v6-blue),#1687e7)}
.hero-rule i{width:9px;height:9px;margin-left:4px;border:3px solid var(--v6-lime);border-radius:50%;background:#fff}
.hero-v4__summary{max-width:485px;margin:0 0 2.2rem;color:#42566a;font-size:clamp(.92rem,1.15vw,1.06rem);line-height:1.65}
.hero-v4__actions{gap:1rem}
.hero-v4__actions .button{min-width:244px;min-height:70px;justify-content:space-between;padding:.58rem .62rem .58rem 1.55rem;border-radius:17px;font-size:.82rem}
.hero-v4__actions .button:not(.secondary){background:linear-gradient(135deg,var(--v6-blue),#006ef0);color:#fff}
.hero-v4__actions .button-icon{width:48px;height:48px;background:#fff;color:var(--v6-blue);box-shadow:none}
.hero-v4__actions .secondary{border:1.5px solid var(--v6-blue);background:rgba(255,255,255,.72);color:var(--v6-navy)}
.hero-v4__actions .secondary .button-icon{background:var(--v6-blue);color:#fff}
.hero-v4__proof{display:none}

.hero-v4__visual{z-index:2;inset:0;overflow:hidden;contain:layout paint;pointer-events:none}
.power-sphere-core{overflow:visible}
.power-sphere-core:before{
  opacity:.55;
  background-size:48px 48px;
  mask-image:radial-gradient(circle at 73% 52%,#000 0 37%,transparent 68%);
}
.power-sphere-core:after{
  right:6%;top:18%;width:180px;height:180px;
  border-color:rgba(149,201,28,.38);
  box-shadow:0 0 0 42px rgba(149,201,28,.025),0 0 0 84px rgba(8,104,215,.022);
}
.power-sphere-object{
  position:absolute;
  z-index:2;
  left:72.5%;
  top:56.5%;
  width:min(700px,48.5vw);
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  opacity:.96;
  filter:drop-shadow(0 38px 30px rgba(15,80,145,.1));
  pointer-events:auto;
}
.power-sphere-object:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:13%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(23,131,255,.2),rgba(23,131,255,.03) 52%,transparent 72%);
  filter:blur(22px);
  transform:translateZ(-30px);
}
.power-sphere-object:after{
  content:"";
  position:absolute;
  left:20%;right:20%;bottom:4%;height:7%;
  border-radius:50%;
  background:rgba(20,103,201,.2);
  filter:blur(18px);
  transform:translateZ(-50px);
}
#power-sphere-3d{position:absolute;z-index:2;inset:0;display:block;width:100%;height:100%;cursor:grab;touch-action:none;outline:none}
#power-sphere-3d:active,#power-sphere-3d.is-dragging{cursor:grabbing}
#power-sphere-3d:focus-visible{outline:3px solid rgba(149,201,28,.6);outline-offset:6px;border-radius:50%}
.sphere-webgl-status{position:absolute;z-index:4;left:50%;bottom:11%;transform:translateX(-50%);padding:.55rem .8rem;border:1px solid rgba(7,94,219,.12);border-radius:999px;background:rgba(255,255,255,.88);color:#688094;font-size:.58rem;letter-spacing:.04em;white-space:nowrap;transition:opacity .4s ease,transform .4s ease}
.sphere-webgl-status.is-ready{opacity:0;transform:translate(-50%,8px);pointer-events:none}
.sphere-webgl-status.is-error{color:#9b3444;border-color:rgba(155,52,68,.24)}
.sphere-caption{right:clamp(1rem,4vw,4rem);bottom:clamp(1.1rem,3.2vw,2.8rem);z-index:6;background:rgba(255,255,255,.9)}
.sphere-model-credit{position:absolute;z-index:6;right:clamp(1rem,4vw,4rem);bottom:.65rem;color:#708697;font-size:.42rem;letter-spacing:.025em;text-decoration:none;opacity:.76;transition:opacity .2s ease}
.sphere-model-credit:hover{opacity:1;color:var(--v6-blue)}

.hero-v4 + .client-rail{position:relative;z-index:9;margin:0;border-top:1px solid rgba(7,94,219,.12);box-shadow:0 -20px 50px rgba(10,63,108,.035)}

/* Interactive company profile */
.profile-v4{
  position:relative;
  min-height:880px;
  grid-template-columns:minmax(360px,.78fr) minmax(620px,1.22fr);
  gap:clamp(3rem,5vw,6rem);
  padding:clamp(7rem,9vw,9rem) max(2rem,calc((100vw - 1380px)/2));
  background:
    linear-gradient(rgba(14,104,181,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(14,104,181,.045) 1px,transparent 1px),
    radial-gradient(circle at 77% 48%,rgba(21,129,224,.1),transparent 34%),
    #fbfdff;
  background-size:64px 64px,64px 64px,auto,auto;
  isolation:isolate;
}
.profile-v4:before{
  content:"";position:absolute;z-index:-1;left:0;right:0;bottom:38px;height:1px;
  background:linear-gradient(90deg,var(--v6-blue),rgba(7,94,219,.12) 42%,transparent 70%);
}
.profile-v4__copy{position:relative;z-index:4}
.profile-v4__copy .eyebrow{margin-bottom:1.55rem;color:var(--v6-blue)}
.profile-v4__copy h2{max-width:620px;color:var(--v6-navy);font-size:clamp(3.6rem,5vw,5.65rem);font-weight:585;line-height:.9;letter-spacing:-.065em}
.profile-v4__copy>p:not(.eyebrow){max-width:530px;margin:1.8rem 0 2rem;color:#52677a;font-size:.98rem;line-height:1.65}
.profile-v4__features{max-width:520px;margin:0 0 2.2rem;padding:0;list-style:none;border-top:1px solid rgba(7,94,219,.13)}
.profile-v4__features li{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:.9rem;min-height:66px;border-bottom:1px solid rgba(7,94,219,.13)}
.profile-feature-icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(7,94,219,.2);border-radius:9px;color:var(--v6-blue);font-size:1.2rem;background:#fff}
.profile-v4__features strong{color:var(--v6-navy);font-size:.86rem;font-weight:650}
.profile-v4__features small{color:#718697;font-size:.6rem;letter-spacing:.02em}
.profile-v4__button{min-width:250px;justify-content:space-between;padding-left:1.35rem}
.profile-v4__deck{height:700px;perspective:1800px;transform:rotateX(var(--deck-x,0deg)) rotateY(var(--deck-y,0deg));transform-style:preserve-3d;outline:none;transition:transform .3s ease-out}
.profile-v4__deck:focus-visible{outline:3px solid rgba(149,201,28,.55);outline-offset:10px;border-radius:6px}
.profile-page{
  width:min(420px,58%);
  height:620px;
  top:36px;
  right:5%;
  padding:1.8rem;
  border:1px solid rgba(7,75,132,.14);
  border-radius:5px;
  background:rgba(255,255,255,.98);
  box-shadow:0 38px 80px rgba(6,46,75,.16);
  overflow:hidden;
  transform-style:preserve-3d;
  transition:transform 1s var(--ease),box-shadow 1s var(--ease);
}
.profile-page:after{content:"";position:absolute;left:0;right:0;bottom:0;height:6px;background:linear-gradient(90deg,var(--v6-blue),#138df2 76%,var(--v6-lime) 76%)}
.profile-page--back{right:-4%;transform:translateX(0) rotateY(-9deg) rotateZ(1.5deg);background:rgba(250,253,255,.98)}
.profile-page--middle{right:15%;transform:translateX(-9%) rotateY(-6deg) rotateZ(.6deg)}
.profile-page--front{right:34%;transform:translateX(-15%) rotateY(-2deg) rotateZ(-1.1deg)}
.profile-v4__deck:hover .profile-page--back,.profile-v4__deck:focus .profile-page--back{transform:translateX(7%) rotateY(-6deg) rotateZ(2.1deg)}
.profile-v4__deck:hover .profile-page--middle,.profile-v4__deck:focus .profile-page--middle{transform:translateX(-6%) rotateY(-3deg) rotateZ(.8deg)}
.profile-v4__deck:hover .profile-page--front,.profile-v4__deck:focus .profile-page--front{transform:translateX(-21%) rotateY(0) rotateZ(-1.5deg)}
.profile-page small{margin-top:3.6rem;color:var(--v6-blue);font-size:.58rem;font-weight:720;letter-spacing:.15em}
.profile-page strong{margin-top:.55rem;color:var(--v6-navy);font-size:1.65rem;line-height:1.02}
.profile-sheet-trace{position:absolute;right:0;top:0;width:46%;height:120px;background:linear-gradient(135deg,transparent 20%,rgba(7,94,219,.14) 20% 21%,transparent 21% 34%,rgba(7,94,219,.1) 34% 35%,transparent 35%)}
.profile-sheet-trace:after{content:"";position:absolute;right:24px;top:26px;width:7px;height:7px;border-radius:50%;background:var(--v6-lime);box-shadow:-48px 26px 0 -1px var(--v6-blue),-82px 10px 0 -1px #6db6ee}
.profile-page img.logo-sheet{position:relative;z-index:2;width:128px;height:48px;margin:0}
.profile-cover-copy{position:relative;z-index:3;max-width:240px;margin-top:auto}
.profile-cover-copy small{display:block;margin:0 0 .65rem}.profile-cover-copy strong{display:block;font-size:2.25rem}.profile-cover-copy p{margin:.85rem 0 0;color:#5a7082;font-size:.68rem}
.profile-cover-sphere{position:absolute!important;z-index:1!important;right:-26%;bottom:9%;width:112%!important;height:auto!important;object-fit:contain!important;mix-blend-mode:multiply;opacity:.92}
.profile-cover-meta{position:relative;z-index:3;display:flex;justify-content:space-between;margin-top:1.7rem;padding-top:.8rem;border-top:1px solid rgba(7,94,219,.14);color:#62798b;font-size:.52rem;text-transform:uppercase;letter-spacing:.1em}
.sheet-list{position:relative;z-index:2;gap:0;margin-top:1.5rem}
.sheet-list span{padding:.62rem 0 .62rem 1.25rem;border-bottom:1px solid rgba(7,94,219,.11);color:#334c60;font-size:.63rem}
.sheet-list span:before{content:"";position:absolute;left:0;width:7px;height:7px;margin-top:.25rem;border:1.5px solid var(--v6-blue);border-radius:2px}
.profile-client-row{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:auto}
.profile-client-row img{width:100%;height:44px;padding:6px;border:1px solid rgba(7,94,219,.1);border-radius:4px;object-fit:contain;background:#fff}
.profile-project-grid{position:relative;z-index:2;display:grid;gap:12px;margin-top:1.5rem}
.profile-project-grid img{width:100%;height:185px;object-fit:cover;border-radius:3px;box-shadow:0 10px 24px rgba(8,54,84,.11)}

@media(max-width:1180px){
  .nav-shell{width:calc(100% - 32px);grid-template-columns:150px minmax(0,1fr) 164px;gap:1rem}.nav-shell .brand-logo{width:132px}.nav-shell .main-nav{gap:1rem}.nav-shell .nav-cta{min-width:156px}
  .hero-v4__copy{width:50%}.hero-v4 h1{font-size:clamp(4rem,6.4vw,5.6rem)}
  .power-sphere-object{left:73.5%;top:57%;width:min(650px,54vw)}
  .profile-v4{grid-template-columns:.78fr 1.22fr;padding-left:2rem;padding-right:2rem}.profile-v4__deck{transform:scale(.92) rotateX(var(--deck-x,0deg)) rotateY(var(--deck-y,0deg));transform-origin:center right}
}

@media(max-width:900px){
  .nav-shell{top:12px;height:70px;grid-template-columns:1fr auto;padding:0 12px 0 18px;border-radius:22px}.nav-shell .brand-logo{width:130px;height:48px}.nav-shell .brand-mark>span:last-child{display:none}
  .hero-v4{min-height:1040px;padding:0 1.25rem;background-size:auto,48px 48px,48px 48px,auto}
  .hero-v4:after{inset:430px 0 0 4%;border-radius:90px 0 0 0;background:transparent}
  .hero-v4__copy{width:100%;max-width:720px;padding:135px 0 0}.hero-v4 h1{font-size:clamp(4rem,10.5vw,6rem)}
  .hero-v4__summary{max-width:590px}.hero-v4__visual{top:400px;height:620px}.power-sphere-object{left:54%;top:50%;width:min(620px,86vw)}
  .sphere-caption{bottom:1.25rem}.sphere-model-credit{right:1rem;bottom:.45rem}
  .profile-v4{min-height:auto;grid-template-columns:1fr;padding:7rem 1.25rem;gap:4rem;background-size:48px 48px,48px 48px,auto,auto}
  .profile-v4__copy{max-width:720px}.profile-v4__deck{width:100%;height:680px;transform:rotateX(var(--deck-x,0deg)) rotateY(var(--deck-y,0deg))}.profile-page{width:min(420px,58%)}
}

@media(max-width:560px){
  .nav-shell{width:calc(100% - 20px)}
  .hero-v4{min-height:900px;padding:0 1rem}.hero-v4:before{background-position:16px 112px,66px 108px,0 calc(100% - 44px)}.hero-v4:after{inset:392px 0 0 3%;border-radius:60px 0 0}
  .hero-v4__copy{padding-top:108px}.hero-v4 h1{font-size:clamp(3.25rem,15vw,4.25rem);line-height:.92}.hero-rule{margin:1.35rem 0 1.25rem}
  .hero-v4__summary{font-size:.86rem;line-height:1.55;margin-bottom:1.4rem}.hero-v4__actions{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.hero-v4__actions .button{min-width:0;min-height:58px;padding:.45rem .45rem .45rem .8rem;font-size:.66rem}.hero-v4__actions .button-icon{width:40px;height:40px}
  .hero-v4__visual{top:385px;height:500px}.power-sphere-object{left:52%;top:52%;width:min(520px,108vw)}.sphere-caption{right:.75rem;bottom:1.25rem;padding:.5rem .65rem;font-size:.5rem}.sphere-model-credit{right:.75rem;bottom:.4rem;font-size:.35rem}
  .profile-v4{padding:6rem 1rem 5rem;gap:2.5rem}.profile-v4__copy h2{font-size:clamp(3rem,14vw,4rem)}.profile-v4__copy>p:not(.eyebrow){font-size:.86rem}.profile-v4__features li{grid-template-columns:40px 1fr}.profile-v4__features small{display:none}.profile-v4__button{width:100%}
  .profile-v4__deck{height:500px;overflow:visible}.profile-page{top:20px;width:73%;height:450px;padding:1.1rem}.profile-page--back{right:-14%;transform:rotateZ(2deg)}.profile-page--middle{right:0;transform:translateX(-4%) rotateZ(.8deg)}.profile-page--front{right:19%;transform:translateX(-7%) rotateZ(-1.1deg)}
  .profile-v4__deck:hover .profile-page--back,.profile-v4__deck:focus .profile-page--back{transform:translateX(2%) rotateZ(2.4deg)}.profile-v4__deck:hover .profile-page--middle,.profile-v4__deck:focus .profile-page--middle{transform:translateX(-3%) rotateZ(1deg)}.profile-v4__deck:hover .profile-page--front,.profile-v4__deck:focus .profile-page--front{transform:translateX(-11%) rotateZ(-1.5deg)}
  .profile-page small{margin-top:2.5rem}.profile-page strong{font-size:1.2rem}.profile-page img.logo-sheet{width:92px;height:36px}.profile-cover-copy strong{font-size:1.62rem}.profile-cover-sphere{right:-34%;bottom:12%;width:126%!important}.profile-cover-meta{font-size:.42rem}.profile-project-grid img{height:125px}.profile-client-row{grid-template-columns:repeat(2,1fr)}.profile-client-row img{height:34px}.sheet-list span{font-size:.52rem;padding:.45rem 0 .45rem 1rem}
}

@media(prefers-reduced-motion:reduce){
  .power-sphere-object,.profile-page{transition:none!important}
}

/* V8 — interactive digital company dossier */
.profile-v8{
  position:relative;
  scroll-margin-top:130px;
  padding:clamp(7rem,9vw,10rem) max(1.25rem,calc((100vw - 1400px)/2)) clamp(8rem,10vw,11rem);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%,rgba(149,201,28,.1),transparent 19%),
    radial-gradient(circle at 86% 76%,rgba(7,94,219,.1),transparent 28%),
    linear-gradient(rgba(7,94,219,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(7,94,219,.045) 1px,transparent 1px),
    #f7fbff;
  background-size:auto,auto,64px 64px,64px 64px,auto;
  isolation:isolate;
}
.profile-v8:before{content:"";position:absolute;z-index:-1;left:-120px;top:26%;width:330px;height:330px;border:1px solid rgba(7,94,219,.12);border-radius:50%;box-shadow:0 0 0 58px rgba(7,94,219,.025),0 0 0 116px rgba(7,94,219,.018)}
.profile-v8__shell{width:100%;max-width:1400px;margin:0 auto}
.profile-v8__header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.55fr);align-items:end;gap:clamp(3rem,7vw,8rem);margin-bottom:clamp(3rem,5vw,5rem)}
.profile-v8__header .eyebrow{margin-bottom:1.45rem;color:var(--v6-blue)}
.profile-v8__header h2{max-width:900px;margin:0;color:var(--v6-navy);font-size:clamp(3.5rem,6vw,6.6rem);font-weight:570;line-height:.88;letter-spacing:-.07em;text-wrap:balance}
.profile-v8__intro{padding:0 0 .55rem 1.5rem;border-left:2px solid var(--v6-lime)}
.profile-v8__intro p{max-width:470px;margin:0 0 1.45rem;color:#526b7e;font-size:.94rem;line-height:1.7;text-wrap:pretty}
.profile-v8__link{display:inline-flex;align-items:center;gap:.8rem;color:var(--v6-blue);font-size:.76rem;font-weight:680;text-decoration:none}
.profile-v8__link span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--v6-blue);color:#fff;transition:transform .25s ease}
.profile-v8__link:hover span{transform:translate(3px,-3px)}

.profile-console{--spot-x:72%;--spot-y:20%;position:relative;border:1px solid rgba(7,73,126,.12);border-radius:32px;background:rgba(255,255,255,.92);box-shadow:0 48px 110px rgba(7,57,96,.15),inset 0 1px 0 #fff;overflow:hidden;backdrop-filter:blur(18px)}
.profile-console:before{content:"";position:absolute;z-index:0;left:var(--spot-x);top:var(--spot-y);width:440px;height:440px;border-radius:50%;background:rgba(36,141,229,.09);filter:blur(60px);transform:translate(-50%,-50%);pointer-events:none;transition:left .18s ease-out,top .18s ease-out}
.profile-console__bar{position:relative;z-index:3;display:grid;grid-template-columns:minmax(230px,.78fr) minmax(520px,1.6fr) minmax(150px,.45fr);align-items:center;gap:1.5rem;min-height:106px;padding:1rem 1.25rem 1rem 1.65rem;border-bottom:1px solid rgba(7,73,126,.1);background:rgba(255,255,255,.78)}
.profile-console__brand{display:flex;align-items:center;gap:.8rem;color:inherit;text-decoration:none}
.profile-console__brand img{width:86px;height:48px;object-fit:contain}
.profile-console__brand span{display:grid;gap:.15rem;padding-left:.8rem;border-left:1px solid rgba(7,73,126,.14)}
.profile-console__brand b{color:var(--v6-navy);font-size:.72rem;font-weight:690}
.profile-console__brand small{color:#7790a1;font-size:.51rem;letter-spacing:.04em}
.profile-console__tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:.45rem;padding:.4rem;border:1px solid rgba(7,73,126,.09);border-radius:16px;background:#f3f8fc}
.profile-console__tabs button{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.5rem;border:0;border-radius:11px;background:transparent;color:#62798b;font:inherit;font-size:.67rem;font-weight:620;cursor:pointer;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .2s ease}
.profile-console__tabs button span{color:#91a5b4;font-size:.49rem;font-variant-numeric:tabular-nums}
.profile-console__tabs button:hover{color:var(--v6-blue);background:rgba(255,255,255,.72)}
.profile-console__tabs button:active{transform:scale(.98)}
.profile-console__tabs button:focus-visible{outline:2px solid var(--v6-lime);outline-offset:2px}
.profile-console__tabs button.is-active{background:#fff;color:var(--v6-navy);box-shadow:0 8px 24px rgba(7,57,96,.1)}
.profile-console__tabs button.is-active span{color:var(--v6-blue)}
.profile-console__status{justify-self:end;display:flex;align-items:center;gap:.48rem;color:#607889;font-size:.56rem;font-weight:620;white-space:nowrap}
.profile-console__status i{width:8px;height:8px;border-radius:50%;background:var(--v6-lime);box-shadow:0 0 0 5px rgba(149,201,28,.14);animation:profile-status 2.4s ease-in-out infinite}
@keyframes profile-status{50%{box-shadow:0 0 0 9px rgba(149,201,28,0)}}

.profile-console__viewport{position:relative;z-index:2;min-height:610px;padding:18px;background:rgba(231,242,250,.62)}
.profile-panel{min-height:574px;animation:profile-panel-in .48s cubic-bezier(.22,1,.36,1) both}
.profile-panel[hidden]{display:none!important}
@keyframes profile-panel-in{from{opacity:0;transform:translateY(12px) scale(.992)}to{opacity:1;transform:none}}
.profile-panel--overview{display:grid;grid-template-columns:minmax(420px,1.12fr) minmax(340px,.88fr) minmax(185px,.36fr);gap:14px}
.profile-overview__statement{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:574px;padding:clamp(2rem,4vw,4rem);overflow:hidden;border-radius:18px 8px 8px 18px;background:#06233d;color:#fff}
.profile-overview__statement:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(73,158,224,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(73,158,224,.11) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(circle at 78% 24%,#000,transparent 72%)}
.profile-overview__statement:after{content:"";position:absolute;right:-70px;top:-70px;width:300px;height:300px;border:1px solid rgba(89,180,248,.35);border-radius:50%;box-shadow:0 0 0 44px rgba(13,121,214,.08),0 0 0 88px rgba(13,121,214,.045)}
.profile-overview__statement>p,.profile-overview__statement>h3,.profile-overview__metrics{position:relative;z-index:2}
.profile-overview__statement>p{margin:0 0 auto;color:#7ac5ff;font-size:.56rem;font-weight:680;text-transform:uppercase;letter-spacing:.17em}
.profile-overview__statement h3{max-width:650px;margin:4rem 0 3rem;font-size:clamp(2.65rem,4vw,4.85rem);font-weight:535;line-height:.94;letter-spacing:-.055em;text-wrap:balance}
.profile-overview__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.35rem;border-top:1px solid rgba(255,255,255,.16)}
.profile-overview__metrics span{display:grid;gap:.28rem}
.profile-overview__metrics b{font-size:1.2rem;font-weight:600;font-variant-numeric:tabular-nums}
.profile-overview__metrics small{color:#88a9bf;font-size:.52rem;text-transform:uppercase;letter-spacing:.1em}
.profile-overview__project{position:relative;min-height:574px;overflow:hidden;border-radius:8px;background:#0a64b7}
.profile-overview__project:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,25,45,.05) 20%,rgba(1,25,45,.82) 100%)}
.profile-overview__project>img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.22,1,.36,1)}
.profile-overview__project:hover>img{transform:scale(1.045)}
.profile-overview__project>div{position:absolute;z-index:3;left:1.7rem;right:1.7rem;bottom:1.7rem;display:grid;gap:.45rem;color:#fff}
.profile-overview__project small{color:#99d1fb;font-size:.51rem;text-transform:uppercase;letter-spacing:.14em}
.profile-overview__project strong{font-size:1.4rem;line-height:1.05}
.profile-overview__project span{font-size:.59rem;color:#d5eaf7}
.profile-overview__scan{position:absolute;z-index:2;left:0;right:0;top:16%;height:1px;background:linear-gradient(90deg,transparent,#80d1ff,transparent);box-shadow:0 0 16px #168ee8;animation:profile-scan 4.6s ease-in-out infinite}
@keyframes profile-scan{50%{top:76%}}
.profile-overview__index{display:flex;flex-direction:column;gap:0;min-height:574px;padding:1.25rem;border-radius:8px 18px 18px 8px;background:#fff}
.profile-overview__index>span{display:grid;gap:.4rem;padding:1.3rem .2rem;border-bottom:1px solid rgba(7,73,126,.1);color:#6c8394;font-size:.54rem;line-height:1.35}
.profile-overview__index b{color:var(--v6-blue);font-size:1.5rem;font-weight:580;font-variant-numeric:tabular-nums}
.profile-overview__index a{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:1rem;color:var(--v6-navy);background:#edf6fd;border-radius:11px;font-size:.61rem;font-weight:680;text-decoration:none}
.profile-overview__index a i{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--v6-blue);color:#fff;font-style:normal}

.profile-panel--capabilities,.profile-panel--projects{padding:clamp(2rem,4vw,4rem);border-radius:18px;background:#fff}
.profile-panel--capabilities>header,.profile-panel--projects>header{display:grid;grid-template-columns:.4fr 1fr;align-items:end;gap:3rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(7,73,126,.11)}
.profile-panel header>p,.profile-network__copy>p{margin:0;color:var(--v6-blue);font-size:.56rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em}
.profile-panel header h3,.profile-network__copy h3{max-width:760px;margin:0;color:var(--v6-navy);font-size:clamp(2.5rem,4vw,4.25rem);font-weight:550;line-height:.95;letter-spacing:-.055em;text-wrap:balance}
.profile-capability-list{display:grid;grid-template-columns:repeat(2,1fr);column-gap:3rem}
.profile-capability-list article{display:grid;grid-template-columns:42px 1fr 30px;gap:1rem;align-items:start;padding:1.2rem 0;border-bottom:1px solid rgba(7,73,126,.1)}
.profile-capability-list article>span{color:var(--v6-blue);font-size:.55rem;font-variant-numeric:tabular-nums}
.profile-capability-list h4{margin:0 0 .4rem;color:var(--v6-navy);font-size:.92rem;font-weight:660}
.profile-capability-list p{display:-webkit-box;margin:0;overflow:hidden;color:#6c8394;font-size:.63rem;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.profile-capability-list i{color:#8ea3b1;font-size:.85rem;font-style:normal;transition:transform .25s ease,color .25s ease}
.profile-capability-list article:hover i{color:var(--v6-blue);transform:translate(3px,-3px)}
.profile-work-grid{display:grid;grid-template-columns:1.18fr .82fr;grid-template-rows:repeat(2,1fr);gap:12px;height:380px}
.profile-work-card{position:relative;min-height:0;padding:0;overflow:hidden;border:0;border-radius:12px;background:#dfeaf2;color:#fff;text-align:left;cursor:pointer}
.profile-work-card:first-child{grid-row:1/3}
.profile-work-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}
.profile-work-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 24%,rgba(2,25,44,.88))}
.profile-work-card>span{position:absolute;z-index:2;left:1.35rem;right:1.35rem;bottom:1.25rem;display:grid;gap:.32rem}
.profile-work-card small{color:#a7d7fa;font-size:.48rem;text-transform:uppercase;letter-spacing:.12em}
.profile-work-card strong{font-size:1rem;line-height:1.1}
.profile-work-card i{font-size:.54rem;font-style:normal;color:#d6e9f7}
.profile-work-card:hover img{transform:scale(1.055)}
.profile-work-card:focus-visible{outline:3px solid var(--v6-lime);outline-offset:3px}

.profile-panel--network{display:grid;grid-template-columns:minmax(360px,.72fr) minmax(540px,1.28fr);gap:14px}
.profile-network__copy{display:flex;flex-direction:column;min-height:574px;padding:clamp(2rem,4vw,4rem);border-radius:18px 8px 8px 18px;background:#eaf5fc}
.profile-network__copy h3{margin-top:2rem}
.profile-partner-strip{display:grid;gap:.6rem;margin-top:auto}
.profile-partner-strip>span{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:1rem;padding:.65rem .8rem;border-top:1px solid rgba(7,73,126,.11)}
.profile-partner-strip img{width:84px;height:34px;object-fit:contain;object-position:left center;filter:saturate(.8)}
.profile-partner-strip small{color:#61798a;font-size:.54rem;line-height:1.35}
.profile-network__logos{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;min-height:574px;overflow:hidden;border-radius:8px 18px 18px 8px;background:rgba(7,73,126,.09)}
.profile-network__logos figure{display:grid;place-items:center;align-content:center;gap:.65rem;margin:0;padding:1rem;background:#fff;transition:background .25s ease,transform .25s ease}
.profile-network__logos figure:hover{position:relative;z-index:2;background:#f0f8fd;transform:scale(1.025)}
.profile-network__logos img{width:100%;max-width:104px;height:44px;object-fit:contain;filter:grayscale(1);opacity:.72;transition:filter .25s ease,opacity .25s ease}
.profile-network__logos figure:hover img{filter:none;opacity:1}
.profile-network__logos figcaption{color:#7b91a0;font-size:.45rem;text-align:center}

@media(max-width:1180px){
  .profile-console__bar{grid-template-columns:210px 1fr}.profile-console__status{display:none}
  .profile-panel--overview{grid-template-columns:1.08fr .92fr}.profile-overview__index{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);min-height:auto}.profile-overview__index>span{border-bottom:0;border-right:1px solid rgba(7,73,126,.1)}.profile-overview__index a{margin:0;align-self:center}
  .profile-panel--network{grid-template-columns:.8fr 1.2fr}.profile-network__logos{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .profile-v8{padding-left:1rem;padding-right:1rem}.profile-v8__header{grid-template-columns:1fr;gap:2rem}.profile-v8__intro{max-width:620px}
  .profile-console__bar{grid-template-columns:1fr;padding:1rem}.profile-console__brand{display:none}.profile-console__tabs{width:100%;overflow-x:auto}
  .profile-panel--overview{grid-template-columns:1fr}.profile-overview__statement,.profile-overview__project{min-height:480px}.profile-overview__index{grid-template-columns:repeat(2,1fr)}
  .profile-panel--capabilities>header,.profile-panel--projects>header{grid-template-columns:1fr;gap:1rem}.profile-panel--network{grid-template-columns:1fr}.profile-network__copy{min-height:480px;border-radius:16px}.profile-network__logos{min-height:480px;border-radius:16px}
}
@media(max-width:600px){
  .profile-v8{padding-top:6rem;padding-bottom:7rem;background-size:auto,auto,42px 42px,42px 42px,auto}.profile-v8__header h2{font-size:clamp(3.25rem,15vw,4.6rem)}.profile-v8__intro{padding-left:1rem}
  .profile-console{border-radius:20px}.profile-console__bar{min-height:84px}.profile-console__tabs{grid-template-columns:repeat(2,1fr);overflow:visible}.profile-console__tabs button{min-height:44px;font-size:.58rem}.profile-console__tabs button span{display:inline}
  .profile-console__viewport{min-height:0;padding:8px}.profile-panel{min-height:0}.profile-overview__statement{min-height:520px;padding:2rem 1.5rem;border-radius:14px}.profile-overview__statement h3{font-size:2.85rem}.profile-overview__metrics{gap:.5rem}.profile-overview__metrics b{font-size:.9rem}.profile-overview__metrics small{font-size:.42rem}.profile-overview__project{min-height:360px;border-radius:14px}.profile-overview__index{grid-template-columns:1fr 1fr;min-height:auto;border-radius:14px}.profile-overview__index a{grid-column:1/-1}
  .profile-panel--capabilities,.profile-panel--projects{padding:1.5rem;border-radius:14px}.profile-panel header h3,.profile-network__copy h3{font-size:2.55rem}.profile-capability-list{grid-template-columns:1fr}.profile-capability-list article{grid-template-columns:34px 1fr 22px}.profile-work-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,240px);height:auto}.profile-work-card:first-child{grid-row:auto}
  .profile-network__copy{min-height:500px;padding:1.5rem}.profile-partner-strip>span{grid-template-columns:80px 1fr}.profile-network__logos{grid-template-columns:repeat(2,1fr);min-height:580px}
}
@media(prefers-reduced-motion:reduce){.profile-console__status i,.profile-overview__scan{animation:none}.profile-panel{animation:none}}
