:root {
  --ink: #07111f;
  --muted: #5d6b7a;
  --line: #d7e0eb;
  --paper: #f5f8fb;
  --teal: #05bfd7;
  --blue: #3169ff;
  --violet: #7656ff;
  --amber: #c49335;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgb(7 17 31 / 4%) 1px, transparent 1px),
    linear-gradient(180deg, rgb(7 17 31 / 4%) 1px, transparent 1px),
    linear-gradient(180deg, #eef6fb 0%, #f7f9fc 46%, #f5f8fb 100%);
  background-size:
    44px 44px,
    44px 44px,
    auto;
  color: var(--ink);
  font-family:
    Montserrat,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgb(215 224 235 / 84%);
  background: rgb(255 255 255 / 88%);
  backdrop-filter: blur(14px);
}

.brand,
.nav {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
}

.brand {
  color: var(--ink);
}

.brand img {
  width: clamp(148px, 15vw, 220px);
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.nav {
  flex-wrap: wrap;
  gap: 22px;
  color: #536173;
  font-size: 14px;
}

.nav a:hover {
  color: var(--ink);
}

.hero,
.section {
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.76fr);
  align-items: center;
  gap: 48px;
  min-height: calc(100vh - 74px);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 24%, rgb(5 191 215 / 18%), transparent 28%),
    radial-gradient(circle at 84% 18%, rgb(118 86 255 / 15%), transparent 30%),
    linear-gradient(90deg, rgb(7 17 31 / 5%) 1px, transparent 1px),
    linear-gradient(180deg, rgb(7 17 31 / 5%) 1px, transparent 1px),
    linear-gradient(135deg, #f8fcff 0%, #eef8ff 47%, #f7f5ff 100%);
  background-size:
    auto,
    auto,
    52px 52px,
    52px 52px,
    auto;
}

.hero-copy,
.section-heading {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(43px, 6vw, 86px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0;
}

p,
li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.hero .lead {
  color: #4d5d70;
}

.lead {
  max-width: 680px;
  font-size: clamp(18px, 2vw, 21px);
}

.actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 950;
}

.primary {
  background: linear-gradient(90deg, var(--teal), var(--blue) 60%, var(--violet));
  color: var(--white);
}

.secondary {
  border: 1px solid #b9c8d8;
  background: rgb(255 255 255 / 72%);
  color: var(--ink);
}

.light {
  background: linear-gradient(90deg, var(--teal), var(--blue) 60%, var(--violet));
  color: var(--white);
}

.outline-light {
  border: 1px solid #b9c8d8;
  color: var(--ink);
}

.hero-panel,
.hero-visual,
.about img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgb(20 32 42 / 18%);
}

.hero-panel {
  overflow: hidden;
  border-color: rgb(215 224 235 / 95%);
  background: rgb(255 255 255 / 76%);
  backdrop-filter: blur(18px);
}

.hero-visual {
  display: block;
  max-height: min(920px, calc(100vh - 130px));
  aspect-ratio: 3 / 4;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  object-fit: contain;
  box-shadow: none;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 24px clamp(20px, 5vw, 72px);
  border-block: 1px solid var(--line);
  background: var(--white);
  color: #526370;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.card-grid,
.expertise-grid,
.process-grid {
  display: grid;
  gap: 20px;
  margin-top: 44px;
}

.card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.card,
.process-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 26px;
}

.card ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding-left: 20px;
  font-weight: 800;
}

.dark {
  background:
    linear-gradient(135deg, rgb(5 191 215 / 11%), transparent 34%),
    linear-gradient(315deg, rgb(49 105 255 / 10%), transparent 36%),
    #f7fbff;
  color: var(--ink);
  border-block: 1px solid var(--line);
}

.dark p {
  color: var(--muted);
}

.dark .eyebrow {
  color: var(--teal);
}

.expertise-grid {
  grid-template-columns: repeat(4, 1fr);
}

.mission {
  background:
    linear-gradient(135deg, rgb(5 191 215 / 9%), transparent 32%),
    linear-gradient(315deg, rgb(118 86 255 / 9%), transparent 34%),
    #ffffff;
  border-block: 1px solid var(--line);
}

.statement-grid,
.values-grid {
  display: grid;
  gap: 20px;
  margin-top: 44px;
}

.statement-grid {
  grid-template-columns: repeat(3, 1fr);
}

.statement-grid article,
.values-grid article {
  border: 1px solid rgb(215 224 235 / 90%);
  border-radius: 8px;
  background: rgb(255 255 255 / 82%);
  padding: 26px;
  box-shadow: 0 18px 60px rgb(7 17 31 / 7%);
}

.values {
  background: #f8fbfd;
}

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

.values-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.expertise-grid article {
  border: 1px solid rgb(215 224 235 / 90%);
  border-radius: 8px;
  background: rgb(255 255 255 / 82%);
  padding: 24px;
  box-shadow: 0 18px 60px rgb(7 17 31 / 7%);
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-grid span {
  color: var(--amber);
  font-size: 14px;
  font-weight: 950;
}

.about {
  display: grid;
  grid-template-columns: minmax(220px, 380px) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  border-block: 1px solid var(--line);
  background: var(--white);
}

.about img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.tags span {
  border-radius: 6px;
  background: #edf3f1;
  padding: 9px 12px;
  color: #33414d;
  font-size: 14px;
  font-weight: 900;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin: clamp(20px, 5vw, 72px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 20%, rgb(5 191 215 / 16%), transparent 30%),
    radial-gradient(circle at 85% 20%, rgb(118 86 255 / 13%), transparent 30%),
    #ffffff;
  color: var(--ink);
  box-shadow: 0 22px 70px rgb(7 17 31 / 10%);
}

.contact p {
  max-width: 760px;
  color: var(--muted);
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #4d5d70;
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header,
  .hero,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-grid,
  .expertise-grid,
  .process-grid,
  .statement-grid,
  .values-grid,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .contact {
    margin-inline: 20px;
  }
}
