/* Page styles for /company/team/, from v49-roboshadow-team.html. */
:root{
  --bg0: #0e0f20;
  --bg1: #141531;
  --bg2: #1b1c40;
  --bg3: #232457;
  --sky: #b9d2ff;
  --line: rgba(255,255,255,.10);
  --line-hi: rgba(255,255,255,.17);
  --card: rgba(255,255,255,.045);
  --card-hi: rgba(255,255,255,.075);
}
body::before{
  background: radial-gradient(1000px 640px at 82% -8%, rgba(60,120,255,.24), transparent 60%),
  radial-gradient(820px 560px at 6% 10%, rgba(96,74,190,.30), transparent 62%),
  radial-gradient(760px 560px at 100% 104%, rgba(50,170,196,.14), transparent 60%),
  linear-gradient(165deg,#0e0f20 0%,#141531 46%,#191a42 100%) !important;
}
body::after{
  opacity: .6 !important;
}
.eyebrow{
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
}
.eyebrow::before{
  width: 28px;
}
.new{
  background: none !important;
  color: inherit !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn.primary{
  background: linear-gradient(100deg, #1552d6, #2a64ff);
  box-shadow: 0 8px 28px rgba(42, 100, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.btn.primary:hover{
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(42, 100, 255, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  background: linear-gradient(100deg, #1447c8, #3a7aff);
}
.btn.ghost{
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
}
.btn.ghost:hover{
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}
.mega{
  box-shadow: var(--ds7-e2);
}
.mega-link{
  transition: transform 0.18s, background 0.18s, color 0.18s;
}
section{
  padding: var(--section-pad-y, 50px) 0;
}
.section-head{
  margin-bottom: 48px;
}
.kicker{
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--sky);
  display: inline-flex;
  margin-bottom: 1.2rem;
}
h2{
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.section-head p{
  color: #c6cae0;
  font-size: 1.05rem;
  line-height: 1.65;
}
@media(max-width:640px){.gfx-flow .node{min-width:100%}}
.card{
  background: linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.028));
  box-shadow: var(--ds7-e1), inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover{
  transform: translateY(-4px);
  border-color: rgba(42,100,255,.5);
  box-shadow: 0 20px 60px rgba(42, 100, 255, 0.18);
}
.card .ic{
  background: linear-gradient(150deg,rgba(42,100,255,.22),rgba(42,100,255,.06));
  margin-bottom: 16px;
}
.card h3{
  font-size: 1.06rem;
}
.card p{
  color: #d0d4e8;
  font-size: .9rem;
  line-height: 1.58;
}
.panel{
  background: linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.032));
}
.solx-cols{
  gap: 48px;
}
@media(max-width:760px){.solx-cols{gap:28px}}
.solx-panel{
  border: 0!important;
  border-radius: 0!important;
  padding: 0!important;
  background: none!important;
}
.solx-panel h4{
  font-size: .72rem;
  letter-spacing: .14em;
  color: var(--muted);
  margin-bottom: 52px;
}
.painrow li svg{
  flex: none;
  width: 16px;
  height: 16px;
  color: var(--warn);
}
.fixrow li{
  display: block;
  gap: 0;
}
.fixrow li svg{
  flex: none;
  width: 16px;
  height: 16px;
}
.solx-stats{
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.statchip{
  border: 1px solid var(--line-hi);
  border-radius: var(--r);
  padding: 22px 24px;
  background: linear-gradient(180deg,
    rgba(255,255,255,.058),
    rgba(255,255,255,.018));
}
.statchip .n{
  font-size: 2.1rem;
  line-height: 1;
}
.statchip .k{
  font-size: .78rem;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.4;
}
.solx-quote{
  border-left: 3px solid var(--accent,var(--cobalt-glow));
  padding: 22px 0 22px 34px!important;
  margin-top: 24px;
  line-height: 1.62;
  max-width: 880px;
}
.solx-quote span{
  font-size: .8rem;
  color: var(--faint);
  margin-top: 9px;
  letter-spacing: .02em;
}
header.hero{
  padding: 88px 0 52px;
}
.hero-grid{
  gap: 52px;
}
.hero-pill{
  gap: 10px;
  padding: 7px 16px 7px 10px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(42,100,255,.3);
  font-size: 0.76rem;
  margin-bottom: 20px;
}
.hero-pill .dot{
  box-shadow: 0 0 10px var(--good);
}
h1{
  font-size: clamp(2.7rem,5.4vw,4.35rem);
  line-height: 1.0;
  letter-spacing: -0.035em;
}
.hero-cta{
  gap: 16px;
  margin-top: 40px;
}
.hero-visual .glow{
  background: radial-gradient(58% 55% at 62% 42%,rgba(42,100,255,.5),transparent 70%);
  filter: blur(38px);
}
.hero-shot{
  filter: drop-shadow(0 34px 60px rgba(0,0,0,.6));
}
.floaty{
  background: rgba(14,16,34,.82);
  border: 1px solid var(--ds7-border-md);
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,.5), 0 0 20px rgba(42,100,255,.12);
}
.floaty .v{
  font-size: 1.3rem;
}
.floaty.a{
  right: -6%;
}
.floaty.b{
  left: -7%;
}
@media(max-width:520px){.team-grid{grid-template-columns:1fr}}
.hero-meta{
  gap: 0;
  margin-top: 60px;
  padding-top: 40px;
}
.hero-meta .n{
  font-size: 2.15rem;
}
.logostrip{
  gap: 16px 18px;
  margin-top: 12px;
}
.logostrip img{
  height: 44px;
  opacity: 1;
  filter: none;
  transition: transform .18s,box-shadow .18s;
}
.logostrip img:hover{
  filter: none;
}
.logostrip.small img{
  height: 38px;
}
@media(max-width:900px){.rs-team{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.rs-team{grid-template-columns:1fr}}
.logowall .cell{
  height: 82px;
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}
.logowall .cell img{
  max-height: 32px;
}
@media(max-width:820px){.team-grid{grid-template-columns:repeat(2,1fr)}}
.loop .step{
  border: 1px solid var(--line-hi);
  padding: 30px 28px;
  background: linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.012));
}
.loop .step .num{
  font-size: .72rem;
}
.loop .step .arrow{
  background: rgba(14,16,34,.95);
}
.showtabs{
  gap: 6px;
  padding: 16px;
}
.showtabs button{
  font-size: .84rem;
  border-radius: 100px;
  padding: 9px 18px;
  transition: .18s;
}
.showtabs button.on{
  background: rgba(42,100,255,.22);
  border-color: rgba(42,100,255,.42);
  box-shadow: inset 0 1px 5px rgba(42,100,255,.14);
}
.shot-frame{
  border: none;
  background: none;
}
.vschip{
  padding: 14px 17px;
  border-radius: 14px;
}
.vschip:hover{
  box-shadow: var(--ds7-e1);
}
.acc summary{
  background: rgba(255,255,255,.02);
}
.acc summary:hover{
  background: rgba(255,255,255,.055);
}
.acc summary .nm{
  font-size: 1rem;
}
.acc .body{
  padding: 6px 22px 22px;
  gap: 22px;
}
.acc .body .col.strong{
  padding-right: 22px;
}
.acc .body .col h5{
  font-size: .66rem;
  letter-spacing: .12em;
  margin-bottom: 10px;
}
.acc .body li svg{
  width: 14px;
  height: 14px;
  margin-top: 4px;
}
footer.mega-footer{
  border-top: none;
  padding: 0 0 34px;
  margin-top: 60px;
  background: linear-gradient(180deg,transparent,rgba(8,9,20,.85));
}
.foot-brand{
  margin-bottom: 44px;
}
.foot-grid{
  grid-template-columns: repeat(5,1fr);
  gap: 28px;
}
.foot-col h5{
  color: var(--sky);
}
.minion-issues ul{
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
@media(max-width:720px){ .wk-quote{padding:28px 22px 26px 22px} .wk-quote>svg{position:static;display:block;margin-bottom:10px} }
.minion-issues li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.minion-issues li::before{
  color: var(--warn);
  flex: none;
}
@media(prefers-reduced-motion:reduce){.gfx-orbit .ring{animation:none}}
section.band + section.band::before{
  width: min(1140px, 92%);
  background: var(--ds7-border-md);
}
.logostrip img{
  padding: 15px 22px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.6);
  background: #fff;
}
.pgrid{
  gap: 18px;
}
.pgrid a{
  display: flex;
  background: linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  border: 1px solid var(--line-hi);
  border-radius: var(--r-lg);
  padding: 66px 22px 24px;
  transition: transform .22s cubic-bezier(.2,.7,.2,1),border-color .22s,box-shadow .22s;
}
.pgrid a:hover{
  border-color: rgba(42,100,255,.5);
  transform: translateY(-4px);
}
.pgrid .t{
  margin-bottom: 6px;
}
@media(max-width:600px){.pgrid{grid-template-columns:1fr}}
.cmp-teaser{
  background: linear-gradient(160deg,rgba(42,100,255,.14),rgba(255,255,255,.02));
  border: 1px solid var(--line-hi);
}
.yt-band{
  background: linear-gradient(160deg,rgba(42,100,255,.10),rgba(255,255,255,.02));
  border: 1px solid var(--line-hi);
}
.gfx-gauge .g-face{
  box-shadow: inset 0 2px 12px rgba(0,0,0,.42);
}
.gfx-meter{
  gap: 15px;
}
.gfx-meter .track{
  height: 9px;
}
.gfx-meter .fill{
  box-shadow: 0 0 14px rgba(63,123,255,.5);
}
.gfx-flow{
  gap: 22px;
}
.gfx-flow .node{
  min-width: 200px;
  padding: 24px 22px;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg,color-mix(in srgb,var(--step,var(--cobalt-glow)) 15%,transparent),rgba(255,255,255,.02) 58%,rgba(255,255,255,.012));
}
.gfx-flow .node .s{
  font-size: .64rem;
  color: var(--step);
}
.gfx-flow .node h5{
  font-size: 1.05rem;
  margin: 10px 0 7px;
}
.gfx-flow .node p{
  font-size: .85rem;
  line-height: 1.55;
}
.gfx-flow .node:not(:last-child)::after{
  transform: translateY(-50%) rotate(-45deg);
}
.statchip{
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.statchip .n{
  letter-spacing: -.02em;
  font-weight: 700;
}
.statchip .k{
  letter-spacing: .01em;
}
@media (max-width: 640px){
.hero-cta{
  gap: 12px;
}
}
.statchip::before{
  background: radial-gradient(circle at 100% 0%, rgba(42, 100, 255, .06), transparent 70%);
  opacity: 0;
}
.statchip .k{
  color: #c3c8e2;
}
.pill-link{
  transition: transform 0.18s, color 0.18s;
}
.pill-link:hover{
  color: var(--cobalt-bright);
}
.statchip::before{
  content: '';
}
.btn:focus-visible{
  outline-offset: 3px;
}
:root{
  --panel: rgba(255,255,255,.045);
}
.team-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 26px;
}
.tm-card{
  position: relative;
  text-align: center;
  padding: 26px 20px 22px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg,rgba(42,100,255,.10),rgba(255,255,255,.022));
  border: 1px solid var(--line-hi);
  transition: transform .2s,border-color .2s,box-shadow .2s;
}
.tm-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,var(--cobalt-bright),var(--cobalt-glow));
}
.tm-card:hover{
  transform: translateY(-4px);
  border-color: rgba(42,100,255,.45);
  box-shadow: 0 18px 44px rgba(0,0,0,.4);
}
.tm-card img{
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  margin: 6px auto 14px;
  display: block;
  border: 2px solid rgba(63,123,255,.45);
  box-shadow: 0 8px 22px rgba(0,0,0,.35);
  background: var(--bg2);
}
.tm-card .nm{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.05rem;
}
.tm-card .rl{
  color: var(--soft);
  font-size: .86rem;
  margin-top: 4px;
  font-weight: 300;
}
.rs-team-wrap{
  --rs-accent: #3f7bff;
}
.rs-team{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 8px;
}
.rs-person{
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
  border: 1px solid var(--line-hi,rgba(255,255,255,.16));
  border-radius: 20px;
  transition: transform .2s,border-color .2s,box-shadow .2s;
}
.rs-person::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 3;
  background: linear-gradient(90deg,var(--cobalt-bright,#2a64ff),var(--cobalt-glow,#3f7bff) 60%,#38d1c5);
}
.rs-person:hover{
  transform: translateY(-5px);
  border-color: var(--cobalt-glow,#3f7bff);
  box-shadow: 0 18px 44px rgba(8,12,38,.5);
}
.rs-person .ph{
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  background: #0f1330;
}
.rs-person .ph img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: saturate(1.02);
  transition: transform .3s;
}
.rs-person:hover .ph img{
  transform: scale(1.04);
}
.rs-person .body{
  padding: 18px 20px 20px;
}
.rs-person .nm{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 1.06rem;
  color: #fff;
  margin: 0;
}
.rs-person .rl{
  font-size: .82rem;
  color: var(--cobalt-glow,#3f7bff);
  font-weight: 500;
  margin: 3px 0 0;
}
.rs-person .li{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  font-size: .78rem;
  color: var(--muted,#9aa0bd);
  text-decoration: none;
  font-weight: 500;
}
.rs-person .li:hover{
  color: #fff;
}
.rs-person .li svg{
  width: 15px;
  height: 15px;
}
.merged-info{
  --accent: #3f7bff;
}
.merged-info .section-head{
  opacity: 1!important;
  transform: none!important;
  max-width: 860px;
  margin-bottom: 0;
}
.merged-info .section-head .kicker{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: .16em;
  border: 1px solid rgba(122,162,255,.24);
  color: #9ab7ff;
  background: rgba(42,100,255,.08);
}
.merged-info .section-head h2{
  margin-top: 22px;
  color: #f5f7ff;
}
.merged-info .section-head h2 .grad{
  background: none;
  -webkit-text-fill-color: #7aa2ff;
  color: #7aa2ff;
}
.merged-info .section-head p{
  color: #c8cde0;
  font-size: 1.02rem;
  line-height: 1.7;
}
.merged-info-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 46px;
}
.merged-info-title{
  font-size: 1.08rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
  margin: 0 0 26px;
  padding-bottom: 0;
  border: 0;
  color: #f2f4fb;
}
.merged-info-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}
.merged-info-list li{
  position: relative;
  padding-left: 28px;
  color: #c8cde0;
  font-weight: 300;
  line-height: 1.6;
}
.merged-info-list li::before{
  content: "";
  position: absolute;
}
.merged-info-list.problem li::before{
  left: 5px;
  top: .69em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  color: #9aa4c0;
}
.merged-info-list.answer li::before{
  left: 2px;
  top: .38em;
  width: 7px;
  height: 13px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  color: #9aa4c0;
}
.merged-info-list b{
  color: #fff;
  font-weight: 600;
}
.merged-info-meta{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 52px;
  padding-top: 34px;
  border-top: 1px solid var(--line-hi);
}
.merged-info-meta>div{
  padding-left: 0;
  border: 0;
}
.merged-info-meta .k{
  display: block;
  color: #7aa2ff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.merged-info-meta p{
  color: var(--muted);
  font-weight: 300;
  line-height: 1.65;
  margin: 0;
}
@media(max-width:760px){
  .merged-info-grid,.merged-info-meta{grid-template-columns:1fr;gap:34px}
  .merged-info{padding-top:56px}
  .merged-info-meta{margin-top:40px}
}
.gchq-heritage .section-head{
  max-width: 860px;
  margin-bottom: 36px;
}
.gchq-block{
  display: grid;
  grid-template-columns: minmax(240px,.95fr) 1.2fr;
  gap: 48px;
  align-items: center;
}
.gchq-logo{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 8px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.gchq-logo img{
  width: 100%;
  max-width: 520px;
  height: auto;
}
.gchq-copy p{
  color: #c8cde0;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.7;
  margin: 0 0 16px;
}
.gchq-copy p:last-child{
  margin-bottom: 0;
}
@media(max-width:760px){
  .gchq-block{grid-template-columns:1fr;gap:28px}
  .gchq-logo{min-height:0;padding:4px 0;justify-content:center}
  .gchq-logo img{max-width:min(420px,92vw)}
}
