:root {
  --font-sans: "Google Sans Flex", "Google Sans", "Product Sans", Arial, sans-serif;
  --ink: #11132b;
  --muted: #62677f;
  --line: #c0c0c0;
  --paper: #f8f9ff;
  --white: #ffffff;
  --teal: #2735ff;
  --teal-dark: #090c9b;
  --cyan: #dfe4ff;
  --tiffany: #90d5ff;
  --navy: #05063d;
  --shadow: 0 24px 60px rgba(9, 12, 155, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  background: var(--paper);
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  min-height: 84px;
  padding: 14px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(225, 228, 240, 0.76);
  background: rgba(248, 249, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 162px;
  height: auto;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  min-height: 40px;
  padding: 11px 14px;
  border-radius: 8px;
  color: #454a66;
  font-size: 0.93rem;
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--teal-dark);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  white-space: nowrap;
}

.language-switcher {
  position: relative;
  z-index: 25;
}

.language-switcher summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  list-style: none;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.language-switcher summary:hover,
.language-switcher summary:focus-visible,
.language-switcher[open] summary {
  border-color: var(--teal-dark);
  background: var(--white);
}

.language-switcher summary::-webkit-details-marker {
  display: none;
}

.language-switcher summary i:first-child {
  font-size: 0.92rem;
}

.language-switcher summary i:last-child {
  font-size: 0.66rem;
  transition: transform 0.18s ease;
}

.language-switcher[open] summary i:last-child {
  transform: rotate(180deg);
}

.language-switcher__menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  display: grid;
  gap: 4px;
  min-width: 132px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(9, 12, 155, 0.18);
}

.language-switcher__menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.language-switcher__menu small {
  color: currentColor;
  font-size: 0.68rem;
  font-weight: 700;
  opacity: 0.68;
}

.language-switcher__menu a:hover,
.language-switcher__menu a:focus-visible,
.language-switcher__menu a.is-active {
  color: var(--white);
  background: var(--teal-dark);
}

.header-action,
.button.primary {
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: 0 12px 28px rgba(9, 12, 155, 0.2);
}

.button.secondary {
  color: var(--teal-dark);
  border-color: #b9c2ff;
  background: rgba(255, 255, 255, 0.72);
}

.header-action:hover,
.button.primary:hover {
  background: var(--teal);
}

.button.secondary:hover {
  border-color: var(--teal);
  background: var(--white);
}

.nav-toggle {
  display: none;
}

.section-band,
.section-pad,
.site-footer {
  padding-inline: clamp(18px, 5vw, 72px);
}

.hero {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 6;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--white);
  background: var(--navy);
}

.hero-slides {
  position: absolute;
  inset: 0;
  aspect-ratio: inherit;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  min-height: 100%;
  padding: clamp(54px, 8vw, 98px) clamp(18px, 5vw, 72px) clamp(86px, 9vw, 118px);
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 720ms ease, transform 980ms ease;
  pointer-events: none;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 5, 45, 0.9) 0%, rgba(9, 12, 155, 0.72) 45%, rgba(3, 5, 45, 0.2) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 92px);
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}

.eyebrow {
    margin: 0 0 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}


.section-heading h2 {
    color: var(--teal-dark);
    text-transform: uppercase;
}


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

h1 {
  max-width: 1200px;
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 4vw, 3.85rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.25;
}

.hero-copy,
.section-heading p,
.contact-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
}

.hero .eyebrow {
  color: #dfe4ff;
}

.hero .hero-copy {
  max-width: 1200px;
  color: rgba(255, 255, 255, 0.82);
}

.hero .button.primary {
  color: var(--teal-dark);
  background: var(--white);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.hero .button.primary:hover {
  color: var(--white);
  background: var(--teal);
}

.hero .button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
}

.hero .button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.2);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-slider-meta {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(28px, 15vw, 150px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-slider-meta strong {
  color: var(--white);
  font-size: 0.86rem;
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.slider-controls button {
  width: 34px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.slider-controls button.is-active {
  width: 54px;
  background: var(--white);
}

.section-pad {
  padding-top: clamp(70px, 9vw, 120px);
  padding-bottom: clamp(70px, 9vw, 120px);
}

.section-heading {
  max-width: 1200px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading-left {
  text-align: left;
}

.subpage-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: clamp(430px, 58vw, 650px);
  overflow: hidden;
  padding-top: clamp(92px, 12vw, 140px);
  padding-bottom: clamp(64px, 10vw, 110px);
  color: var(--white);
  background: var(--navy);
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 5, 45, 0.92) 0%, rgba(9, 12, 155, 0.72) 52%, rgba(3, 5, 45, 0.24) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 92px);
}

.subpage-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subpage-hero__content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.subpage-hero .hero-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
}

.about-overview {
  background: var(--white);
}

.about-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 86px);
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.about-overview__heading {
  margin: 0;
  text-align: left;
}

.about-overview__copy {
  display: grid;
  gap: 18px;
}

.about-overview__copy p {
  margin: 0;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(192, 192, 192, 0.7);
  border-radius: 8px;
  color: var(--muted);
  background: var(--paper);
  line-height: 1.75;
}

.about-principles {
  background: var(--paper);
}

.principle-panel {
  display: grid;
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.principle-panel article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: stretch;
  min-width: 0;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.principle-panel article:first-child {
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(9, 12, 155, 0.96), rgba(39, 53, 255, 0.84)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 72px);
}

.principle-panel article:nth-child(even) .principle-copy {
  order: 2;
}

.principle-panel article:nth-child(even) .principle-thumbnail {
  order: 1;
}

.principle-copy {
  display: grid;
  align-content: center;
}

.principle-panel span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.principle-panel article:first-child span {
  color: var(--paper);
}

.principle-panel h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.principle-panel p,
.principle-panel li {
  color: var(--muted);
  line-height: 1.72;
}

.principle-panel article:first-child p {
  color: rgba(255, 255, 255, 0.82);
}

.principle-thumbnail {
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.principle-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.principle-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

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

.value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}

.value-grid article {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 16px;
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(192, 192, 192, 0.76);
  border-radius: 8px;
  text-align: center;
  background: var(--paper);
}

.value-grid i {
  display: grid;
  place-items: center;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: 0 14px 30px rgba(9, 12, 155, 0.18);
  font-size: 1.2rem;
}

.value-grid h3 {
  margin: 0;
  color: var(--ink);
}

.about-team {
  background: var(--white);
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 54px);
  max-width: 1200px;
  margin: 0 auto;
}

.team-grid article {
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  align-items: stretch;
  min-height: 420px;
  overflow: hidden;
  color: var(--ink);
  background: #f6f8fb;
}

.team-grid article.is-reversed {
  grid-template-columns: minmax(0, 0.6fr) minmax(280px, 0.4fr);
}

.team-grid article.is-reversed .team-profile-image {
  order: 2;
}

.team-grid article.is-reversed .team-profile-copy {
  order: 1;
}

.team-profile-image {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: #dce8f3;
}

.team-profile-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.02);
}

.team-profile-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(34px, 6vw, 76px);
}

.team-profile-copy span {
  display: block;
  color: var(--teal-dark);
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0;
  font-size: 0.96rem;
}

.team-profile-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.team-profile-copy h3 + span {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 19, 43, 0.14);
}

.team-profile-copy p {
  margin: 0;
  color: #101326;
  font-size: 0.9rem;
  line-height: 1.72;
}

.about-qualified {
  background: var(--paper);
}

.about-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1000px;
  margin: 0 auto;
}

.about-logo-grid div {
  display: grid;
  place-items: center;
  min-height: 126px;
  padding: 22px;
  border: 1px solid rgba(192, 192, 192, 0.72);
  border-radius: 8px;
  background: var(--white);
}

.about-logo-grid img {
  max-width: 132px;
  max-height: 70px;
  object-fit: contain;
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1000px;
  margin: clamp(32px, 5vw, 56px) auto 0;
  padding: clamp(26px, 4vw, 38px);
  border-radius: 8px;
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: var(--shadow);
}

.about-cta h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.about-cta .button.primary {
  color: var(--teal-dark);
  background: var(--white);
  box-shadow: none;
}

.results-band {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    margin-top: -5em;
    color: var(--ink);
}

.results-panel {
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
    max-width: 1200px;
    margin: 0 auto;
    background: var(--white);
    box-shadow: 0 50px 100px rgba(9, 12, 155, 0.3);
    overflow: hidden;
}

.results-intro:before, .result-stat:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5em;
    background: var(--tiffany);
    top: 0;
}

.results-panel > * {
  min-width: 0;
  padding: clamp(24px, 3vw, 36px) clamp(20px, 2.6vw, 28px);
}

.results-intro {
  display: grid;
  align-content: center;
  position:relative;
}

.results-intro h2 {
    margin: 0;
    color: var(--teal-dark);
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
    line-height: 1.08;
    text-transform: uppercase;
    font-weight: 800;
}

.result-stat {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 140px;
  text-align: center;
  position:relative;
}

.results-intro + .result-stat,
.result-stat + .result-stat {
  border-left: 1px solid var(--line);
}

.result-stat strong{
    margin-bottom: 10px;
    color: var(--teal-dark);
    font-size: clamp(2.4rem, 4vw, 3.7rem);
    line-height: 0.95;
    font-weight: 800;
    display: flex;
}

.result-stat span:last-child {
  display: block;
  max-width: 280px;
  line-height: 1;
}

.service-coverflow {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(42px, 5vw, 74px);
}

.service-grid {
  position: relative;
  height: clamp(410px, 40vw, 600px);
  overflow: hidden;
  perspective: 1200px;
}

.service-card {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  grid-template-rows: 62% 1fr;
  width: clamp(230px, 30vw, 500px);
  height: clamp(350px, 25vw, 450px);
  overflow: hidden;
  outline: 0;
  border: 1px solid rgba(225, 228, 240, 0.88);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 5px 20px rgba(9, 12, 155, 0.1);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.74);
  transition:
    opacity 360ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 360ms ease,
    filter 360ms ease;
}

.service-card.is-active {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  box-shadow: 0 10px 40px rgba(9, 12, 155, 0.1);
}

.service-card[data-coverflow-offset="-1"] {
  z-index: 4;
  opacity: 0.72;
  pointer-events: auto;
  transform: translate(calc(-50% - clamp(230px, 26vw, 330px)), -50%) rotateY(18deg) scale(0.86);
}

.service-card[data-coverflow-offset="1"] {
  z-index: 4;
  opacity: 0.72;
  pointer-events: auto;
  transform: translate(calc(-50% + clamp(230px, 26vw, 330px)), -50%) rotateY(-18deg) scale(0.86);
}

.service-card[data-coverflow-offset="-2"] {
  z-index: 3;
  opacity: 0.34;
  transform: translate(calc(-50% - clamp(390px, 43vw, 520px)), -50%) rotateY(28deg) scale(0.72);
  filter: saturate(0.85);
}

.service-card[data-coverflow-offset="2"] {
  z-index: 3;
  opacity: 0.34;
  transform: translate(calc(-50% + clamp(390px, 43vw, 520px)), -50%) rotateY(-28deg) scale(0.72);
  filter: saturate(0.85);
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card div {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 18px 20px 22px;
  text-align: center;
}

.service-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.2;
}

.service-card p,
.feature-grid p,
.contact-details strong {
  color: var(--muted);
  line-height: 1.65;
}

.service-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
}

.coverflow-control {
  position: absolute;
  top: 50%;
  z-index: 8;
  display: grid;
  place-items: center;
  width: 54px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(9, 12, 155, 0.14);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.coverflow-control svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.4;
}

.coverflow-control:hover,
.coverflow-control:focus-visible {
  color: var(--white);
  background: var(--teal-dark);
}

.coverflow-control.prev {
  left: 0;
}

.coverflow-control.next {
  right: 0;
}

.why {
  background: var(--white);
  border-block: 1px solid var(--line);
  margin:0 3%;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.feature-grid article {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1 / 1.08;
  min-height: 300px;
  overflow: hidden;
  padding: clamp(1rem, 5vw, 2rem);
  border: 1px solid rgba(198, 217, 255, 0.5);
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 28%, rgba(98, 174, 255, 0.88) 0 11%, transparent 27%),
    radial-gradient(circle at 18% 88%, rgba(22, 53, 222, 0.5) 0 24%, transparent 44%),
    linear-gradient(135deg, #5d97ff 0%, #385fff 46%, #1045e8 100%);
  box-shadow: 0 28px 48px rgba(44, 85, 235, 0.24);
}

.feature-grid article::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.feature-grid article::after {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: #090c9b;
  background: linear-gradient(145deg, rgba(9, 12, 155, 1) 0%, rgba(39, 53, 255, 0) 100%);
  mix-blend-mode: hard-light;
  opacity: 0.92;
}

.feature-card-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
  filter: saturate(1.5) contrast(1.18) brightness(1.04);
  mix-blend-mode: hard-light;
}

.feature-grid article h3 {
    order: 1;
    max-width: 260px;
    margin: 0 0 5px;
    color: var(--white);
    font-size: clamp(1rem, 5vw, 2rem);
    line-height: 1.06;
}

.feature-grid article p {
  order: 2;
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.8rem, 1vw, 1rem);
  line-height: 1.42;
}

.feature-icon {
  order: 3;
  display: grid;
  place-items: center;
  align-self: flex-start;
  justify-self: start;
  min-width: 0;
  min-height: 22px;
  margin-top: auto;
  padding: 3px 10px;
  border-radius: 999px;
  color: #1740bf;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(13, 28, 138, 0.18);
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
}

.feature-icon::after {
  content: ">";
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #1740bf;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 18px rgba(13, 28, 138, 0.18);
  font-size: 1rem;
  line-height: 1;
}

.logo-strip {
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
  padding-block: 8px;
}

.logo-strip::before,
.logo-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(38px, 8vw, 120px);
  pointer-events: none;
}

.logo-strip::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), rgba(248, 249, 255, 0));
}

.logo-strip::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), rgba(248, 249, 255, 0));
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: logo-carousel 24s linear infinite;
}

.logo-strip:hover .logo-track {
  animation-play-state: paused;
}

.logo-strip img {
  flex: 0 0 clamp(150px, 18vw, 220px);
  height: 112px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  object-fit: contain;
  filter: grayscale(0.15);
}

@keyframes logo-carousel {
  to {
    transform: translateX(calc(-50% - 8px));
  }
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.74fr);
  gap: clamp(24px, 6vw, 80px);
  align-items: start;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 19, 43, 0.72), rgba(9, 12, 155, 0.58)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 92px),
    url("assets/group-photo.webp") center bottom / cover no-repeat;
}

.contact .eyebrow,
.contact-copy p {
  color: #dfe4ff;
}

.contact-copy h2 {
  max-width: 560px;
}

.enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row-full {
  grid-column: 1 / -1;
}

.form-row label {
  color: #dfe4ff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  outline: 0;
  backdrop-filter: blur(10px);
}

.form-row textarea {
  min-height: 136px;
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(223, 228, 255, 0.16);
}

.form-row select option {
  color: var(--ink);
}

.enquiry-form .button.primary {
  justify-self: start;
  margin-top: 4px;
  color: var(--teal-dark);
  background: var(--white);
  box-shadow: none;
}

.site-footer {
  padding-top: clamp(52px, 7vw, 76px);
  padding-bottom: 32px;
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(135deg, rgba(17, 19, 43, 0.98), rgba(9, 12, 155, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 92px);
  font-size: 0.9rem;
  border-top: 5px solid var(--tiffany);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) minmax(130px, 0.55fr) minmax(170px, 0.7fr) minmax(300px, 1.25fr) minmax(130px, 0.5fr);
  gap: clamp(26px, 4vw, 52px);
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 16px;
  max-width: 410px;
}

.footer-logo {
  filter: brightness(0) invert(1);
  display: inline-flex;
  width: fit-content;
}

.footer-logo img {
  width: 174px;
  height: 64px;
  object-fit: contain;
}

.footer-brand p,
.footer-col p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.footer-col h3 {
  margin: 0 0 15px;
  color: var(--tiffany);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.45;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--white);
}

.footer-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  align-items: baseline;
}

.footer-contact div {
  display: grid;
  gap: 3px;
}

.footer-contact dt {
  color: #dfe4ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-contact dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.58;
}

.footer-contact dd span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.56);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.social-links a:hover,
.social-links a:focus-visible {
  background: var(--tiffany);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.floating-actions {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 30;
  display: grid;
  gap: 10px;
}

.floating-action {
  display: grid;
  place-items: center;
  width: 52px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: 0 14px 30px rgba(9, 12, 155, 0.24);
  cursor: pointer;
}

.floating-action svg,
.floating-action i {
  width: 24px;
  height: 24px;
  font-size: 1.5rem;
  stroke-width: 2.4;
}

.whatsapp-action {
  background: #25d366;
}

.floating-action:hover,
.floating-action:focus-visible {
  transform: translateY(-2px);
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    justify-self: end;
    display: grid;
    gap: 6px;
    width: 46px;
    height: 46px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
  }

  .nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--ink);
  }

  .site-nav,
  .language-switcher,
  .header-action {
    display: none;
  }

  .site-nav.is-open {
    grid-column: 1 / -1;
    display: grid;
    justify-self: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
  }

  .site-nav.is-open + .language-switcher {
    display: block;
    grid-column: 1 / -1;
    justify-self: start;
  }

  .site-nav.is-open + .language-switcher .language-switcher__menu {
    right: auto;
    left: 0;
  }

  .site-nav.is-open a {
    padding: 13px 12px;
  }

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

  .about-overview__grid,
  .principle-panel {
    grid-template-columns: 1fr;
  }

  .principle-panel article {
    grid-template-columns: 1fr;
  }

  .principle-panel article:nth-child(even) .principle-copy,
  .principle-panel article:nth-child(even) .principle-thumbnail {
    order: initial;
  }

  .about-overview__heading {
    text-align: center;
  }

  .value-grid,
  .about-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-grid article,
  .team-grid article.is-reversed {
    grid-template-columns: 1fr;
  }

  .team-grid article.is-reversed .team-profile-image,
  .team-grid article.is-reversed .team-profile-copy {
    order: initial;
  }

  .results-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-panel > * {
    padding: clamp(22px, 4vw, 42px);
  }

  .results-intro h2 {
    text-align: center;
  }

  .result-stat:before {
    display: none;
  }

  .results-intro + .result-stat:before {
    display: block;
  }

  .results-panel > :nth-child(odd) {
    border-left: 0;
  }

  .results-panel > :nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .hero {
    aspect-ratio: 16 / 9;
  }

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

  .feature-grid article {
    aspect-ratio: 1.2 / 1;
  }

  .footer-grid {
    grid-template-columns: minmax(260px, 1.2fr) minmax(320px, 1fr);
  }

  .footer-contact-col {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 74px;
    padding: 12px 18px;
  }

  .brand img {
    width: 136px;
  }

  .hero {
    aspect-ratio: 5 / 4;
  }

  .subpage-hero {
    min-height: 420px;
    padding: 96px 18px 54px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-slide {
    align-items: end;
    padding: 44px 18px 118px;
  }

  .hero .eyebrow,
  .hero-copy,
  .hero-actions {
    display: none;
  }

  .subpage-hero .eyebrow,
  .subpage-hero .hero-copy {
    display: block;
  }

  .value-grid,
  .about-logo-grid {
    grid-template-columns: 1fr;
  }

  .principle-thumbnail {
    min-height: 220px;
  }

  .team-profile-image {
    min-height: 320px;
  }

  .value-grid article {
    min-height: 142px;
  }

  .about-cta {
    display: grid;
  }

  .hero-slider-meta {
    right: 18px;
    bottom: 28px;
    left: 18px;
    justify-content: space-between;
  }

  .results-band {
    transform:none;
    left: auto;
    position: unset;
    margin-top: 1em;
  }

  .results-panel {
    grid-template-columns: 1fr;
    box-shadow: 0 25px 50px rgba(9, 12, 155, 0.2);
  }

  .results-panel > *,
  .results-panel > :nth-child(n + 3) {
    border-top: 0;
    border-left: 0;
  }

  .results-panel > * + * {
    border-top: 1px solid var(--line);
  }

  .results-intro + .result-stat:before {
    display: none;
  }

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

  .enquiry-form {
    grid-template-columns: 1fr;
  }

  .service-coverflow {
    padding: 0 34px;
  }

  .service-grid {
    height: 430px;
  }

  .service-card {
    width: min(72vw, 290px);
    height: 380px;
  }

  .service-card[data-coverflow-offset="-1"] {
    transform: translate(calc(-50% - 34vw), -50%) rotateY(22deg) scale(0.8);
  }

  .service-card[data-coverflow-offset="1"] {
    transform: translate(calc(-50% + 34vw), -50%) rotateY(-22deg) scale(0.8);
  }

  .service-card[data-coverflow-offset="-2"],
  .service-card[data-coverflow-offset="2"] {
    opacity: 0;
  }

  .coverflow-control {
    width: 44px;
    font-size: 1.6rem;
  }

  .footer-grid,
  .footer-contact {
    grid-template-columns: 1fr;
  }

  .footer-contact-col {
    grid-column: auto;
  }

  .feature-grid article {
    aspect-ratio: auto;
    min-height: auto;
  }

  .site-footer {
    padding-top: 46px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 34px;
  }
}
