:root {
  --ink: #0b1324;
  --ink-soft: #16233a;
  --blue: #2e65a8;
  --blue-bright: #66b7e4;
  --blue-pale: #e9f2f8;
  --mist: #f3f6f8;
  --white: #ffffff;
  --text: #253248;
  --muted: #687489;
  --line: #d9e0e7;
  --glow: rgba(102, 183, 228, 0.22);
  --display: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(13, 29, 53, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--blue-bright);
  outline-offset: 4px;
}

.mini-icon,
.step-icon,
.value-icon,
.section-card-icon,
.legal-hero__icon,
.legal-aside-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--display);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(3rem, 6.4vw, 6rem);
}

h2 {
  font-size: clamp(2rem, 4.25vw, 4rem);
}

h3 {
  font-size: 1.3rem;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 28px rgba(11, 19, 36, 0.04);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-brand {
  display: block;
  width: 176px;
  height: 45px;
  text-decoration: none;
  transition: filter 180ms ease, transform 180ms ease;
}

.site-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-brand:hover {
  filter: drop-shadow(0 8px 12px rgba(46, 101, 168, 0.18));
  transform: translateY(-2px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav a {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:not(.button) {
  position: relative;
}

.site-nav a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  gap: 10px;
  box-shadow: 0 9px 24px rgba(11, 19, 36, 0.13);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button::after {
  content: "↗";
  font-size: 0.9em;
  transition: transform 180ms ease;
}

.button:hover {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 14px 32px rgba(46, 101, 168, 0.22);
  transform: translateY(-2px);
}

.button:hover::after {
  transform: translate(3px, -3px);
}

.button--small {
  min-height: 44px;
  padding-inline: 20px;
  color: var(--white) !important;
}

.button--light {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.button--light:hover {
  border-color: var(--blue-bright);
  background: var(--blue-bright);
  color: var(--ink);
}

.eyebrow,
.section-index {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 24px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(102, 183, 228, 0.16), transparent 25%),
    linear-gradient(115deg, transparent 44%, rgba(46, 101, 168, 0.08));
  content: "";
  pointer-events: none;
}

.hero__grid,
.page-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(136, 174, 213, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(136, 174, 213, 0.28) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, black 38%, black);
}

.hero::after,
.page-hero::after {
  position: absolute;
  top: -34%;
  right: -12%;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(102, 183, 228, 0.15);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 70px rgba(102, 183, 228, 0.025),
    0 0 0 140px rgba(102, 183, 228, 0.02);
}

.hero__inner {
  position: relative;
  z-index: 1;
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: 72px;
  padding-block: 84px;
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 26px;
  color: var(--white);
}

.hero__lead {
  max-width: 610px;
  margin-bottom: 38px;
  color: #bfccdc;
  font-size: 1.25rem;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero .button {
  border-color: var(--blue-bright);
  background: var(--blue-bright);
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(3px, -3px);
}

.signal-orbit {
  position: relative;
  width: min(390px, 32vw);
  aspect-ratio: 1;
  justify-self: end;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.22));
  transition: filter 300ms ease, transform 300ms ease;
}

.signal-orbit:hover {
  filter: drop-shadow(0 28px 60px rgba(102, 183, 228, 0.2));
  transform: scale(1.025);
}

.signal-orbit__ring {
  position: absolute;
  border: 1px solid rgba(153, 205, 236, 0.4);
  border-radius: 50%;
}

.signal-orbit__ring--outer {
  inset: 0;
}

.signal-orbit__ring--inner {
  inset: 17%;
  border-style: dashed;
  animation: orbit 45s linear infinite;
}

.signal-orbit__core {
  position: absolute;
  inset: 32%;
  display: grid;
  place-content: center;
  border: 1px solid var(--blue-bright);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #315e93, #14243d 70%);
  box-shadow: 0 0 80px rgba(63, 137, 190, 0.32);
  text-align: center;
}

.signal-orbit__core span {
  color: #9fc7e1;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signal-orbit__core strong {
  font-family: var(--display);
  font-size: 1.1rem;
}

.signal-orbit__node {
  position: absolute;
  padding: 6px 11px;
  border: 1px solid rgba(151, 196, 226, 0.45);
  background: var(--ink-soft);
  color: #bcd7ea;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-orbit__node--one {
  top: 7%;
  left: 16%;
}

.signal-orbit__node--two {
  top: 43%;
  right: -6%;
}

.signal-orbit__node--three {
  bottom: 9%;
  left: 10%;
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

.hero__foot {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(193, 214, 232, 0.2);
}

.hero__foot span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 20px;
  border-right: 1px solid rgba(193, 214, 232, 0.2);
  color: #8fa4bc;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.hero__foot span:hover {
  background: rgba(102, 183, 228, 0.08);
  color: var(--white);
}

.mini-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.hero__foot span:first-child {
  border-left: 1px solid rgba(193, 214, 232, 0.2);
}

.section {
  padding-block: 112px;
}

.section--intro {
  background: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.55fr 0.75fr;
  gap: 70px;
  align-items: start;
}

.intro-grid h2 {
  margin-bottom: 28px;
}

.large-copy {
  color: #4b596e;
  font-size: 1.2rem;
  line-height: 1.7;
}

.metric-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-top: 4px solid var(--blue);
  background: var(--mist);
  box-shadow: 0 18px 45px rgba(11, 19, 36, 0.07);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.metric-card:hover {
  box-shadow: 0 24px 58px rgba(46, 101, 168, 0.14);
  transform: translateY(-6px);
}

.metric-card__icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.metric-card__line {
  display: block;
  width: 100%;
  height: 54px;
  margin-bottom: 26px;
  background:
    linear-gradient(135deg, transparent 0 13%, var(--blue) 13% 15%, transparent 15% 32%, var(--blue-bright) 32% 34%, transparent 34% 48%, var(--blue) 48% 51%, transparent 51%);
  opacity: 0.8;
}

.metric-card p {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.metric-card strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.15rem;
}

.section--ink {
  color: #c5d0de;
  background: var(--ink);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.55fr 2.3fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 58px;
}

.section-heading h2 {
  max-width: 800px;
}

.section-heading--light h2 {
  color: var(--white);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(185, 205, 224, 0.22);
  border-left: 1px solid rgba(185, 205, 224, 0.22);
}

.capability-card {
  position: relative;
  min-height: 360px;
  padding: 45px;
  border-right: 1px solid rgba(185, 205, 224, 0.22);
  border-bottom: 1px solid rgba(185, 205, 224, 0.22);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.capability-card:hover {
  z-index: 1;
  background: linear-gradient(145deg, #152942, #0f1d31);
  box-shadow: inset 0 0 0 1px rgba(102, 183, 228, 0.42), 0 24px 60px rgba(0, 0, 0, 0.24);
  transform: translateY(-7px);
}

.capability-card h3 {
  margin-top: 62px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: 1.65rem;
}

.capability-card p {
  max-width: 500px;
}

.capability-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.capability-card li {
  padding: 5px 10px;
  border: 1px solid rgba(171, 202, 227, 0.24);
  color: #9fb4cb;
  font-size: 0.72rem;
}

.card-number {
  color: var(--blue-bright);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}

.capability-card__icon {
  position: absolute;
  top: 35px;
  right: 40px;
  width: 54px;
  height: 54px;
  padding: 12px;
  border: 1px solid rgba(102, 183, 228, 0.35);
  color: var(--blue-bright);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  transition: background 220ms ease, transform 220ms ease;
}

.capability-card:hover .capability-card__icon {
  background: rgba(102, 183, 228, 0.1);
  transform: rotate(-5deg) scale(1.08);
}

.capability-card--wide {
  grid-column: 1 / -1;
  min-height: 300px;
}

.section--approach {
  background: var(--blue-pale);
}

.approach-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 110px;
}

.approach-copy {
  position: sticky;
  top: 40px;
  align-self: start;
}

.approach-copy h2 {
  margin-bottom: 28px;
}

.approach-copy p:not(.section-index) {
  max-width: 500px;
  margin-bottom: 30px;
}

.approach-steps {
  padding: 0;
  margin: 0;
  border-top: 1px solid #bfcdd9;
  list-style: none;
}

.approach-steps li {
  display: grid;
  grid-template-columns: 38px 44px 1fr;
  gap: 22px;
  padding-block: 38px;
  border-bottom: 1px solid #bfcdd9;
  transition: background 180ms ease, padding 180ms ease;
}

.approach-steps li:hover {
  padding-inline: 18px;
  background: rgba(255, 255, 255, 0.48);
}

.approach-steps > li > span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 700;
}

.step-icon {
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid #b9cad7;
  color: var(--blue);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.approach-steps li:hover .step-icon {
  background: var(--blue);
  color: var(--white);
  transform: rotate(4deg);
}

.approach-steps h3 {
  margin-bottom: 12px;
  font-size: 1.7rem;
}

.approach-steps p {
  margin-bottom: 0;
}

.section--cta {
  padding-block: 0;
  background: var(--white);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 55px 65px;
  background: var(--blue);
}

.cta-panel::after {
  position: absolute;
  right: -80px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255, 255, 255, 0.035), 0 0 0 96px rgba(255, 255, 255, 0.025);
  content: "";
  pointer-events: none;
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel .eyebrow {
  color: #d7edfa;
}

.cta-panel h2 {
  max-width: 790px;
  margin-bottom: 0;
  color: var(--white);
}

.site-footer {
  padding-top: 72px;
  color: #9cabbc;
  background: var(--ink);
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 40px;
  padding-bottom: 50px;
}

.site-brand--footer {
  filter: invert(1) grayscale(1) brightness(2.8);
  opacity: 0.9;
}

.site-brand--footer:hover {
  filter: invert(1) grayscale(1) brightness(3) drop-shadow(0 8px 12px rgba(102, 183, 228, 0.24));
}

.site-footer__top p {
  margin: 0;
}

.site-footer__top > a:last-child {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-block: 22px;
  border-top: 1px solid rgba(180, 199, 218, 0.17);
  font-size: 0.78rem;
}

.site-footer__bottom nav {
  display: flex;
  gap: 24px;
}

.site-footer__bottom a {
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer__bottom a:hover,
.site-footer__top > a:last-child:hover {
  color: var(--blue-bright);
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--mist);
}

.page-hero::after {
  border-color: rgba(46, 101, 168, 0.14);
  box-shadow:
    0 0 0 70px rgba(46, 101, 168, 0.025),
    0 0 0 140px rgba(46, 101, 168, 0.02);
}

.page-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 80px;
}

.page-hero h1 {
  max-width: 850px;
  margin-bottom: 28px;
}

.page-hero__visual {
  position: absolute;
  right: 2%;
  bottom: 15%;
  width: 210px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(46, 101, 168, 0.25);
  border-radius: 50%;
  color: var(--blue);
  box-shadow:
    0 0 0 34px rgba(46, 101, 168, 0.045),
    0 0 0 68px rgba(46, 101, 168, 0.025);
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.page-hero__visual:hover {
  box-shadow:
    0 0 0 28px rgba(46, 101, 168, 0.07),
    0 0 0 62px rgba(46, 101, 168, 0.035);
  transform: rotate(4deg) scale(1.04);
}

.page-hero__visual svg {
  width: 74px;
  height: 74px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15;
}

.page-hero__visual span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue-bright);
  box-shadow: 0 0 18px var(--blue-bright);
}

.page-hero__visual span:nth-of-type(1) { top: 9%; left: 28%; }
.page-hero__visual span:nth-of-type(2) { right: -2%; bottom: 38%; }
.page-hero__visual span:nth-of-type(3) { bottom: 7%; left: 18%; }

.page-hero__inner > p:last-child {
  max-width: 700px;
  color: #56647a;
  font-size: 1.18rem;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.55fr 2.3fr;
  gap: 70px;
}

.story-copy {
  max-width: 830px;
}

.section--mission {
  color: #c8d5e3;
  background: var(--ink);
}

.mission-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 110px;
  align-items: end;
}

.mission-grid h2 {
  margin-bottom: 0;
  color: var(--white);
}

.mission-grid > p {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.section--values {
  background: var(--white);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.values-grid article {
  position: relative;
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.values-grid article:hover {
  z-index: 1;
  background: var(--blue-pale);
  box-shadow: 0 18px 45px rgba(11, 19, 36, 0.1);
  transform: translateY(-6px);
}

.values-grid span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 700;
}

.values-grid h3 {
  margin-top: 42px;
}

.values-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.value-icon {
  position: absolute;
  top: 28px;
  right: 26px;
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 1px solid var(--line);
  color: var(--blue);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.values-grid article:hover .value-icon {
  background: var(--blue);
  color: var(--white);
  transform: rotate(5deg);
}

.section--technology {
  background: var(--blue-pale);
}

.technology-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 100px;
}

.technology-copy > p {
  margin-bottom: 34px;
  font-size: 1.08rem;
}

.technology-list {
  border-top: 1px solid #b9cad7;
}

.technology-list article {
  padding: 20px 0;
  border-bottom: 1px solid #b9cad7;
  transition: padding 180ms ease, border-color 180ms ease;
}

.technology-list article:hover {
  padding-inline: 12px;
  border-color: var(--blue);
}

.technology-list h3 {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 0.92rem;
}

.technology-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 90px;
  align-items: start;
}

.contact-card h2,
.brief-card h2 {
  margin-bottom: 24px;
}

.contact-card,
.brief-card {
  position: relative;
}

.section-card-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  padding: 13px;
  border: 1px solid var(--line);
  color: var(--blue);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(11, 19, 36, 0.07);
}

.contact-card > p:not(.section-index) {
  max-width: 600px;
}

.contact-email {
  position: relative;
  display: grid;
  gap: 3px;
  max-width: 610px;
  margin-top: 40px;
  padding: 28px 70px 28px 30px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(11, 19, 36, 0.16);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-email:hover {
  background: var(--blue);
  box-shadow: 0 24px 54px rgba(46, 101, 168, 0.24);
  transform: translateY(-5px);
}

.contact-email span {
  color: #a7b8ca;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-email strong {
  font-size: clamp(1.05rem, 2.2vw, 1.5rem);
}

.contact-email i {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 1.5rem;
  font-style: normal;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.contact-email:hover i {
  transform: translate(4px, calc(-50% - 4px));
}

.brief-card {
  padding: 40px;
  border-top: 4px solid var(--blue);
  background: var(--mist);
  box-shadow: 0 20px 52px rgba(11, 19, 36, 0.08);
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.brief-card:hover {
  box-shadow: 0 28px 62px rgba(46, 101, 168, 0.13);
  transform: translateY(-5px);
}

.brief-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.brief-card li {
  position: relative;
  padding: 13px 0 13px 24px;
  border-bottom: 1px solid var(--line);
}

.brief-card li:hover {
  color: var(--blue);
}

.brief-card li::before {
  position: absolute;
  top: 22px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.brief-card__note {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.section--contact-strip {
  padding-block: 26px;
  background: var(--blue-pale);
}

.section--contact-strip .shell {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  overflow: hidden;
}

.section--contact-strip p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-transform: uppercase;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding-block: 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 45%, rgba(102, 183, 228, 0.16), transparent 22%),
    var(--ink);
}

.legal-hero::after {
  position: absolute;
  top: -150px;
  right: 7%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(102, 183, 228, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(102, 183, 228, 0.02), 0 0 0 120px rgba(102, 183, 228, 0.015);
  content: "";
}

.legal-hero > .shell {
  position: relative;
  z-index: 1;
}

.legal-hero__icon {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 92px;
  height: 92px;
  padding: 22px;
  border: 1px solid rgba(102, 183, 228, 0.32);
  color: var(--blue-bright);
  transform: translateY(-50%);
}

.legal-hero h1 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(2.7rem, 5vw, 4.7rem);
}

.legal-hero > .shell > p:last-child {
  margin-bottom: 0;
  color: #b4c2d2;
  font-size: 1.1rem;
}

.legal-section {
  padding-top: 80px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 0.55fr 1.65fr;
  gap: 80px;
}

.legal-layout aside {
  position: sticky;
  top: 40px;
  align-self: start;
  padding-top: 15px;
  border-top: 3px solid var(--blue);
  transition: background 180ms ease, padding 180ms ease;
}

.legal-layout aside:hover {
  padding: 20px;
  background: var(--blue-pale);
}

.legal-aside-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px;
  border: 1px solid var(--line);
  color: var(--blue);
}

.legal-layout aside p {
  margin-bottom: 5px;
  color: var(--ink);
  font-weight: 700;
}

.legal-layout aside span {
  color: var(--muted);
  font-size: 0.8rem;
}

.legal-copy {
  max-width: 790px;
}

.legal-copy h2 {
  position: relative;
  margin: 48px 0 15px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  transition: color 180ms ease, transform 180ms ease;
}

.legal-copy h2::before {
  position: absolute;
  top: 0.28em;
  left: -24px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  content: "";
  transition: background 180ms ease, transform 180ms ease;
}

.legal-copy h2:hover {
  color: var(--blue);
  transform: translateX(4px);
}

.legal-copy h2:hover::before {
  background: var(--blue);
  transform: scale(1.35);
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy p,
.legal-copy li {
  color: #4c5a6f;
}

.legal-copy a {
  color: var(--blue);
}

.legal-copy strong {
  color: #9b3d32;
}

@media (max-width: 940px) {
  .hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .signal-orbit {
    width: min(360px, 70vw);
    justify-self: center;
  }

  .intro-grid,
  .section-heading,
  .story-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .metric-card {
    max-width: 420px;
  }

  .approach-grid,
  .mission-grid,
  .technology-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .approach-copy {
    position: static;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .shell {
    width: min(100% - 30px, 1180px);
  }

  .site-header__inner {
    min-height: 78px;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding-block: 12px;
  }

  .site-brand {
    width: 138px;
    height: 35px;
  }

  .site-nav {
    gap: 18px;
  }

  .site-nav a {
    font-size: 0.78rem;
  }

  .site-nav .button {
    display: none;
  }

  .hero__inner {
    gap: 60px;
    padding-block: 70px;
  }

  .hero__lead {
    font-size: 1.05rem;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .hero__foot {
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    padding-block: 76px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-card--wide {
    grid-column: auto;
  }

  .capability-card {
    min-height: 330px;
    padding: 32px;
  }

  .capability-card h3 {
    margin-top: 46px;
  }

  .cta-panel {
    min-height: 310px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 38px 30px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    flex-direction: column;
  }

  .page-hero__inner {
    min-height: 470px;
  }

  .page-hero__visual {
    right: 4%;
    bottom: 8%;
    width: 120px;
    opacity: 0.28;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .values-grid article {
    min-height: 230px;
  }

  .section--contact-strip .shell {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .legal-layout aside {
    position: static;
  }

  .legal-hero__icon {
    right: 3%;
    width: 68px;
    height: 68px;
    opacity: 0.45;
  }

  .legal-copy h2::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
