:root {
  --dark-deep: #000815;
  --dark: #00102A;
  --accent: #0B61FA;
  --bg: #F8F9FB;
  --ink: #1A1F2E;
  --body: #3B4152;
  --muted: #70768A;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--dark-deep);
  color-scheme: light;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  min-width: 20rem;
  margin: 0;
  background: var(--bg);
  color: var(--body);
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

p,
h1,
h2 {
  margin-block-start: 0;
}

.shell {
  width: min(100% - 2rem, 76rem);
  margin-inline: auto;
}

.accent {
  color: var(--accent);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, var(--dark-deep), var(--dark));
  color: white;
}

.hero__inner {
  position: relative;
  min-height: 33rem;
  padding-block: 1.5rem 3.75rem;
}

.brand-logo {
  object-fit: contain;
  object-position: left center;
}

.hero__logo {
  position: relative;
  z-index: 1;
  width: min(78vw, 19rem);
}

.hero__title {
  position: relative;
  z-index: 1;
  max-width: 15ch;
  margin-block: 5rem 0;
  color: white;
  font-size: clamp(2.5rem, 11vw, 4.25rem);
  font-weight: 350;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.hero__title span {
  display: block;
  white-space: nowrap;
}

.hero__title .accent {
  font-weight: 500;
}

.hero__motif {
  display: none;
}

main {
  background: var(--bg);
}

.content-section {
  background: var(--bg);
}

.section-layout {
  display: grid;
  gap: 2.5rem;
  padding-block: 4rem;
}

.content-section + .content-section .section-layout {
  border-block-start: 1px solid var(--accent);
}

.stat-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding-block-end: 2.5rem;
  border-block-end: 1px solid var(--accent);
  text-align: center;
}

.circle-icon {
  width: 5.25rem;
  height: 5.25rem;
  flex: 0 0 auto;
  color: var(--accent);
}

.stat-number {
  margin-block: 0.75rem 0;
  color: var(--accent);
  font-size: clamp(4.5rem, 19vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.stat-unit {
  max-width: 15rem;
  margin-block-end: 0;
  color: var(--accent);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.stat-unit--wide {
  max-width: 12rem;
}

.accent-rule {
  display: block;
  width: 2.75rem;
  height: 2px;
  margin-block: 1.25rem;
  background: var(--accent);
}

.stat-caption {
  max-width: 18rem;
  margin-block-end: 0;
  color: var(--muted);
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.specialisations {
  display: flex;
  max-width: 20rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}

.specialisations li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.specialisations li:not(:last-child)::after {
  margin-inline: 0.55rem;
  color: var(--accent);
  content: "•";
}

.section-copy {
  min-width: 0;
}

.section-copy h2 {
  margin-block-end: 1.5rem;
  color: var(--ink);
  font-size: clamp(1.55rem, 7vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.section-copy p {
  max-width: 50rem;
  margin-block-end: 1.25rem;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.section-copy p:last-child {
  margin-block-end: 0;
}

.section-copy strong {
  color: var(--ink);
  font-weight: 750;
}

.site-footer {
  background: var(--dark);
  color: white;
}

.footer-layout {
  display: grid;
  gap: 2.75rem;
  padding-block: 4rem;
}

.footer-layout > * {
  min-width: 0;
}

.footer-layout > * + * {
  padding-block-start: 2.75rem;
  border-block-start: 1px solid var(--accent);
}

.footer-logo {
  width: min(100%, 18rem);
}

.footer-contact,
.footer-contact__details {
  color: white;
  font-style: normal;
}

.footer-contact h2,
.footer-conversation h2 {
  margin-block-end: 1.25rem;
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-block-end: 0.8rem;
  color: white;
  font-size: 1.0625rem;
  line-height: 1.45;
}

.contact-icon {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  color: white;
}

.contact-link {
  color: white;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}

.contact-link:hover {
  text-decoration-thickness: 3px;
}

.contact-link:focus-visible {
  border-radius: 0.15rem;
  outline: 3px solid var(--accent);
  outline-offset: 0.3rem;
}

.footer-conversation {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.footer-conversation__icon {
  width: 5rem;
  height: 5rem;
}

.footer-conversation p {
  margin-block-end: 0;
  color: white;
  font-size: 1.25rem;
  line-height: 1.45;
}

.footer-conversation .accent-rule {
  margin-block: 1.5rem 0;
}

@media (min-width: 48rem) {
  .shell {
    width: min(100% - 4rem, 76rem);
  }

  .hero__inner {
    min-height: 40rem;
    padding-block: 2.5rem 5rem;
  }

  .hero__logo {
    width: 21rem;
  }

  .hero__title {
    margin-block-start: 7rem;
    font-size: clamp(4.5rem, 8vw, 5.75rem);
  }

  .hero__motif {
    position: absolute;
    z-index: 0;
    inset-block-start: -1rem;
    inset-inline-end: -11rem;
    display: block;
    width: min(58vw, 46rem);
    color: var(--accent);
    opacity: 0.2;
  }

  .section-layout {
    grid-template-columns: 13rem minmax(0, 1fr);
    gap: 3.5rem;
    padding-block: 5rem;
  }

  .stat-panel {
    align-self: stretch;
    justify-content: center;
    padding-block-end: 0;
    padding-inline-end: 2.5rem;
    border-block-end: 0;
    border-inline-end: 1px solid var(--accent);
  }

  .stat-number {
    font-size: 5.25rem;
  }

  .stat-caption {
    font-size: 1.1875rem;
  }

  .specialisations {
    margin-inline: -1.5rem;
    font-size: 0.875rem;
  }

  .section-copy h2 {
    font-size: clamp(1.8rem, 3.25vw, 2.35rem);
  }
}

@media (min-width: 64rem) {
  .section-layout {
    grid-template-columns: 15rem minmax(0, 1fr);
    gap: 4.5rem;
  }

  .stat-panel {
    padding-inline-end: 3.25rem;
  }

  .hero__motif {
    inset-inline-end: -3rem;
    opacity: 0.24;
  }

  .footer-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr) minmax(0, 1.4fr);
    gap: 3rem;
    align-items: center;
  }

  .footer-layout > * + * {
    min-height: 12rem;
    padding-block-start: 0;
    padding-inline-start: 3rem;
    border-block-start: 0;
    border-inline-start: 1px solid var(--accent);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
