:root {
  color-scheme: light;
  font-family: Inter, Arial, Helvetica, sans-serif;
  --ink: #111418;
  --muted: #66717f;
  --paper: #ffffff;
  --wash: #f5f7f8;
  --line: rgba(17, 20, 24, 0.1);
  --blue: #2563eb;
  --cyan: #28b7c7;
  --soft-blue: #eef7fb;
  --shadow: 0 24px 80px rgba(31, 41, 55, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--wash);
  color: var(--ink);
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(22px);
}
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  width: min(100%, 1360px);
  min-height: 78px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}
.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  text-decoration: none;
}
.brand img {
  width: 154px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}
nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
nav a,
.header-action {
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #5b6470;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
}
nav a:hover,
.header-action {
  background: #f0f3f6;
  color: var(--ink);
}
.header-action {
  justify-self: end;
  border: 1px solid var(--line);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  width: min(100%, 1480px);
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 92px) clamp(20px, 5vw, 76px);
}
.hero-image {
  order: 2;
  width: 100%;
  aspect-ratio: 1.15 / 1;
  border-radius: 32px;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.hero-overlay { display: none; }
.hero-content {
  order: 1;
  max-width: 710px;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 7.3vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4.4vw, 4.25rem);
  line-height: 0.99;
  letter-spacing: 0;
}
h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.25;
}
.lede {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.3rem);
  line-height: 1.65;
}
.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.contact-actions {
  justify-content: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.button:hover { transform: translateY(-1px); }
.button.dark {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 34px rgba(17, 20, 24, 0.18);
}
.button.soft {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}
.button.light {
  background: #fff;
  color: var(--ink);
}
.button.ghost {
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-panel {
  grid-column: 1 / -1;
  order: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: clamp(4px, 2vw, 20px);
}
.hero-panel div,
.capability-grid article,
.growth-list article,
.process-grid li {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.03);
}
.hero-panel div {
  min-height: 138px;
  padding: 24px;
}
.hero-panel span,
.capability-grid span,
.process-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-weight: 900;
}
.hero-panel strong {
  display: block;
  margin-bottom: 8px;
}
.hero-panel p,
.capability-grid p,
.growth-list p,
.process-grid p,
.contact-section p {
  color: var(--muted);
  line-height: 1.65;
}

.statement {
  padding: clamp(42px, 6vw, 76px) clamp(20px, 5vw, 76px);
  background: var(--paper);
}
.statement p {
  width: min(100%, 1080px);
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.45rem, 3vw, 2.55rem);
  line-height: 1.2;
}
.section {
  padding: clamp(78px, 10vw, 136px) clamp(20px, 5vw, 76px);
}
.section-head {
  width: min(100%, 900px);
  margin-bottom: 38px;
}
.section-head.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.capability-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.capability-grid article {
  min-height: 310px;
  padding: 28px;
}
.capability-grid .large-card {
  background: linear-gradient(145deg, #ffffff, var(--soft-blue));
}
.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 86px);
  background: #fff;
}

.photo-section {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(0, 0.9fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 110px) clamp(20px, 5vw, 76px);
  background: #fff;
}
.photo-section figure {
  overflow: hidden;
  margin: 0;
  border-radius: 32px;
  box-shadow: var(--shadow);
}
.photo-section img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.photo-section p {
  color: var(--muted);
  line-height: 1.65;
}
.growth-list {
  display: grid;
  gap: 14px;
}
.growth-list article {
  padding: 26px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.process-grid li {
  min-height: 240px;
  padding: 28px;
}
.contact-section {
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto clamp(38px, 5vw, 70px);
  padding: clamp(38px, 6vw, 68px);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}
.contact-section p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.contact-section .button { margin-top: 12px; }
footer {
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 38px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #fff;
  text-align: center;
}
.footer-logo {
  width: 176px;
  height: 58px;
  object-fit: contain;
}
footer nav { flex-wrap: wrap; }
footer nav a { color: var(--muted); }
.social-links {
  display: flex;
  gap: 10px;
}
.social-links a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
}
.social-links a:hover {
  background: var(--ink);
  color: #fff;
}
.social-links svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

@media (max-width: 1100px) {
  .hero,
  .capability-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .header-action { justify-self: center; }
  .hero,
  .hero-panel,
  .photo-section,
  .split-section,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .hero-image { order: 1; }
  .hero-content { order: 2; }
}
@media (max-width: 680px) {
  nav { flex-wrap: wrap; }
  .capability-grid { grid-template-columns: 1fr; }
  .brand img { width: 138px; }
  h1 { font-size: clamp(2.85rem, 15vw, 4.6rem); }
}
