:root {
  --ink: #101728;
  --muted: #5d6676;
  --blue: #2152ff;
  --blue-soft: #eff3ff;
  --line: #e4e8ef;
  --surface: #f8faff;
  --max: 1440px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.shell {
  width: min(var(--max), calc(100% - 64px));
  margin-inline: auto;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 76% 30%,
      rgba(33, 82, 255, 0.075),
      transparent 28%
    ),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-top: 30px;
}
.brand-mark {
  width: 48px;
  height: 48px;
  fill: var(--ink);
}
.brand-mark .brand-accent {
  fill: var(--blue);
}
.brand span {
  display: grid;
  gap: 2px;
}
.brand strong {
  font-size: 1.08rem;
  letter-spacing: 0.055em;
}
.brand small {
  color: var(--muted);
  font-size: 0.77rem;
  letter-spacing: 0.035em;
}

.hero-grid {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: end;
  gap: 48px;
}
.hero-copy {
  padding: 76px 0 42px;
  align-self: center;
}
.eyebrow,
.section-kicker {
  color: var(--blue);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}
.hero h1 {
  max-width: 820px;
  margin: 18px 0 22px;
  font-size: clamp(3.2rem, 5.3vw, 6.1rem);
  line-height: 0.98;
  letter-spacing: -0.062em;
}
.hero h1 em {
  color: var(--blue);
  font-style: normal;
}
.lead {
  max-width: 690px;
  margin: 0;
  color: #303949;
  font-size: clamp(1.06rem, 1.35vw, 1.32rem);
  line-height: 1.63;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 0;
  margin: 58px 0 0;
}
.metrics div {
  padding: 0 22px;
  border-left: 1px solid var(--line);
}
.metrics div:first-child {
  padding-left: 0;
  border-left: 0;
}
.metrics dt {
  font-size: 1.1rem;
  font-weight: 800;
}
.metrics dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.portrait-wrap {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.portrait-orbit {
  position: absolute;
  width: 490px;
  height: 490px;
  left: 50%;
  top: 46%;
  border-radius: 50%;
  background: linear-gradient(145deg, #f2f5fb, #e9eef9);
  transform: translate(-50%, -50%);
}
.dot-grid {
  position: absolute;
  z-index: 2;
  right: 5%;
  top: 25%;
  width: 130px;
  height: 100px;
  opacity: 0.8;
  background-image: radial-gradient(var(--blue) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
}
.portrait {
  position: relative;
  z-index: 1;
  width: min(500px, 92%);
  max-height: 600px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 46% 46% 0 0 / 18% 18% 0 0;
  filter: drop-shadow(0 26px 30px rgba(19, 31, 60, 0.12));
}

.clients {
  padding: 38px 0 50px;
  border-top: 1px solid var(--line);
}
.clients .section-kicker {
  color: var(--muted);
  margin: 0 0 24px;
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 18px 24px;
  align-items: center;
}
.logo-card {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #252d3b;
  font-weight: 700;
  font-size: 0.82rem;
  text-align: center;
}
.logo-card {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-card img {
  width: 100%;
  max-width: 155px;
  height: 58px;
  object-fit: contain;
}
.logo-card span {
  max-width: 115px;
}

.pillars {
  padding: 58px 0;
  background: linear-gradient(180deg, #fafbff, #fff);
  border-block: 1px solid var(--line);
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.pillar {
  min-width: 0;
  padding: 0 48px;
  border-left: 1px solid var(--line);
}
.pillar:first-child {
  padding-left: 0;
  border-left: 0;
}
.pillar:last-child {
  padding-right: 0;
}
.pillar h2 {
  margin: 17px 0 24px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
}
.pillar ul,
.credentials ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pillar li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 27px;
  color: #343d4c;
  font-size: 0.92rem;
  line-height: 1.42;
}
.pillar li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 0.65rem;
  font-weight: 800;
}

.credentials {
  padding: 54px 0 68px;
}
.credentials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
}
.credentials article + article {
  padding-left: 72px;
  border-left: 1px solid var(--line);
}
.credentials li {
  margin: 0 0 14px;
}
.credentials strong {
  display: inline;
  font-size: 0.88rem;
}
.credentials span {
  margin-left: 7px;
  color: var(--muted);
  font-size: 0.82rem;
}

footer {
  padding: 34px 0;
  color: #fff;
  background: var(--ink);
}
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
footer p {
  margin: 0;
  line-height: 1.6;
}
footer address {
  display: flex;
  gap: 24px;
  font-style: normal;
}
footer a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 5px;
}

@media (max-width: 1100px) {
  .shell {
    width: min(var(--max), calc(100% - 40px));
  }
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr 0.78fr;
    gap: 12px;
  }
  .hero-copy {
    padding-top: 62px;
  }
  .hero h1 {
    font-size: clamp(3rem, 6vw, 4.7rem);
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }
  .metrics div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
  .portrait-wrap {
    min-height: 500px;
  }
  .portrait-orbit {
    width: 390px;
    height: 390px;
  }
  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .pillar {
    padding-inline: 28px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 30px, var(--max));
  }
  .brand {
    padding-top: 20px;
  }
  .brand-mark {
    width: 42px;
    height: 42px;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .hero-copy {
    padding: 54px 0 0;
  }
  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.1rem);
  }
  .lead {
    font-size: 1rem;
  }
  .metrics {
    margin-top: 38px;
    gap: 22px 0;
  }
  .metrics div {
    padding-inline: 15px;
  }
  .portrait-wrap {
    min-height: 400px;
    margin-top: 18px;
  }
  .portrait {
    width: min(400px, 100%);
    max-height: 430px;
  }
  .portrait-orbit {
    width: 330px;
    height: 330px;
  }
  .dot-grid {
    right: 0;
    top: 18%;
  }
  .clients {
    padding-block: 32px;
  }
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .logo-card {
    justify-content: flex-start;
    min-height: 58px;
  }
  .pillars-grid {
    grid-template-columns: 1fr;
  }
  .pillar {
    padding: 30px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .pillar:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .pillar:last-child {
    padding-bottom: 0;
  }
  .credentials-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .credentials article + article {
    padding: 38px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .credentials strong,
  .credentials span {
    display: block;
    margin-left: 0;
  }
  .credentials span {
    margin-top: 3px;
  }
  .footer-grid,
  footer address {
    flex-direction: column;
    align-items: flex-start;
  }
  footer address {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .portrait-wrap,
  .clients,
  .pillars,
  .credentials {
    animation: reveal 0.65s ease-out both;
  }
  .portrait-wrap {
    animation-delay: 0.08s;
  }
  .clients {
    animation-delay: 0.12s;
  }
  .pillars {
    animation-delay: 0.17s;
  }
  .credentials {
    animation-delay: 0.22s;
  }
  @keyframes reveal {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
