:root {
  --ink: #222e49;
  --muted: #59667b;
  --line: #dfe5ee;
  --paper: #ffffff;
  --wash: #f4f7fb;
  --brand: #36436b;
  --brand-dark: #263252;
  --sky: #03a9f4;
  --orange: #f79007;
  --accent: #e4f5fd;
  --dark: #263252;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 92px 0; }
.section-tight { padding: 30px 0; }
.section-alt { background: var(--wash); }
.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-weight: 800;
  font-size: .78rem;
  color: var(--brand);
}
.eyebrow.light { color: #89d8fa; }
h1, h2, h3 { font-family: Manrope, Inter, sans-serif; margin: 0; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6vw, 5.7rem); max-width: 820px; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.25rem; }
p { margin-top: 0; color: var(--muted); }
.lead { font-size: 1.24rem; max-width: 720px; margin: 28px 0 34px; }
.lead-sm { font-size: 1.08rem; max-width: 560px; margin-top: 24px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223,229,238,.85);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 12px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 1.55rem; }
.brand img { width: 58px; height: 58px; border-radius: 8px; }
.brand-wordmark { color: var(--brand); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { text-decoration: none; font-weight: 600; font-size: .94rem; }
.site-nav > a:not(.button):hover { color: var(--brand); }
.nav-toggle { display: none; border: 0; background: transparent; font-weight: 700; font: inherit; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--brand);
  color: #fff;
  border-radius: 999px;
  padding: 14px 21px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { background: var(--brand-dark); transform: translateY(-1px); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, .nav-toggle:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.button-small { padding: 10px 16px; font-size: .9rem; }
.button-light { background: white; color: var(--dark); }
.text-link { color: var(--ink); text-decoration: none; font-weight: 800; }
.text-link:hover { color: var(--brand); }

.hero { padding-top: 86px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 58px; align-items: center; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.proof-strip { margin-top: 52px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; border-top: 1px solid var(--line); padding-top: 24px; }
.proof-strip div { display: grid; gap: 2px; }
.proof-strip strong { font-family: Manrope,sans-serif; font-size: 1.55rem; }
.proof-strip strong { color: var(--brand); }
.proof-strip span { color: var(--muted); font-size: .85rem; }
.hero-panel {
  min-height: 520px;
  position: relative;
  border-radius: 34px;
  background: radial-gradient(circle at 18% 19%, rgba(247,144,7,.18), transparent 28%), radial-gradient(circle at 88% 82%, rgba(3,169,244,.23), transparent 37%), linear-gradient(145deg,#36436b,#283456);
  border: 1px solid #36436b;
  box-shadow: 0 28px 70px rgba(38,50,82,.17);
  overflow: hidden;
}
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.orbit-two { width: 275px; height: 275px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.core { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:142px; height:142px; border-radius:22px; overflow:hidden; box-shadow:0 18px 46px rgba(14,25,50,.38); }
.core img { width:100%; height:100%; object-fit:contain; }
.signal-card { position:absolute; width: 180px; background:rgba(255,255,255,.96); border:1px solid #dce5f1; border-radius:18px; padding:16px; box-shadow:0 14px 36px rgba(14,25,50,.20); }
.signal-card span { font-size:.72rem; font-weight:800; color:var(--brand); }
.signal-card strong, .signal-card small { display:block; }
.signal-card strong { font-family:Manrope,sans-serif; margin:3px 0 2px; }
.signal-card small { color:var(--muted); line-height:1.3; }
.signal-card-a { top: 12%; left: 8%; }
.signal-card-b { top: 18%; right: 5%; }
.signal-card-c { bottom: 10%; left: 14%; }

.trust-band { border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.trust-band p { margin:0; color:var(--ink); font-weight:600; text-align:center; }
.section-heading { max-width: 790px; margin-bottom: 42px; }
.section-heading.narrow { max-width: 760px; }
.section-heading > p:last-child { font-size:1.05rem; margin-top:20px; }
.card-grid.four { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.service-card { border:1px solid var(--line); border-top:3px solid var(--sky); border-radius:20px; padding:28px; min-height:260px; background:white; }
.card-number { display:inline-block; color:var(--brand); font-weight:800; margin-bottom:42px; }
.service-card h3 { margin-bottom:14px; }
.service-card p { font-size:.95rem; }

.approach-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:72px; align-items:start; }
.steps { display:grid; gap:14px; }
.steps article { display:grid; grid-template-columns:46px 1fr; gap:18px; padding:22px 0; border-bottom:1px solid #dfe5ee; }
.steps article > span { width:38px; height:38px; border-radius:50%; display:grid; place-items:center; background:var(--accent); color:var(--brand-dark); font-weight:800; }
.steps h3 { margin-bottom:8px; }
.steps p { margin:0; }
.metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.metric { background:var(--wash); border-radius:20px; padding:30px; min-height:170px; }
.metric strong { display:block; font-family:Manrope,sans-serif; font-size:1.25rem; margin-bottom:12px; }
.metric span { color:var(--muted); }

.section-dark { background:var(--dark); color:white; }
.quote-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:72px; align-items:center; }
.section-dark h2 { color:white; }
.quote { color:white; font-size:1.55rem; line-height:1.45; margin-bottom:18px; }
.quote-note { color:#c4d3e9; margin:0; }

.about-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:56px; align-items:center; }
.about-card { border:1px solid var(--line); border-radius:24px; padding:34px; display:grid; grid-template-columns:110px 1fr; gap:28px; align-items:start; }
.monogram { width:110px; height:110px; border-radius:24px; display:grid; place-items:center; background:linear-gradient(145deg,var(--brand),var(--brand-dark)); color:white; font-family:Manrope,sans-serif; font-size:2rem; font-weight:800; }
.about-card h2 { font-size:2.2rem; margin-bottom:14px; }
.about-card p { margin-bottom:16px; }
.about-copy h3 { font-size:1.75rem; margin-bottom:18px; }

.contact-section { padding-top:30px; }
.contact-card { background:linear-gradient(135deg,#36436b,#263252); color:white; border-radius:30px; padding:50px; display:grid; grid-template-columns:1.25fr .75fr; gap:44px; align-items:center; border-top:5px solid var(--orange); }
.contact-card .eyebrow { color:#89d8fa; }
.contact-card h2 { color:white; }
.contact-card p { color:#e2e9f4; margin:18px 0 0; max-width:640px; }
.contact-actions { display:grid; gap:12px; justify-items:start; }
.contact-actions span { font-size:.86rem; color:#d8e4f3; }
.site-footer { padding:34px 0 44px; }
.footer-wrap { display:flex; justify-content:space-between; align-items:center; gap:20px; color:var(--muted); font-size:.9rem; }
.footer-wrap > div:first-child { display:grid; }
.footer-wrap strong { color:var(--ink); font-family:Manrope,sans-serif; font-size:1.05rem; }
.footer-wrap .footer-brand { display:flex !important; align-items:center; gap:12px; }
.footer-brand > span { display:grid; }
.footer-brand img { border-radius:6px; }

@media (max-width: 940px) {
  .hero-grid, .approach-grid, .quote-grid, .about-grid, .contact-card { grid-template-columns:1fr; }
  .hero-panel { min-height:450px; }
  .card-grid.four { grid-template-columns:repeat(2,1fr); }
  .metrics { grid-template-columns:1fr; }
}
@media (max-width: 760px) {
  .section { padding:68px 0; }
  .nav-toggle { display:block; }
  .site-nav { display:none; position:absolute; top:76px; left:0; right:0; background:white; border-bottom:1px solid var(--line); padding:22px 20px; flex-direction:column; align-items:stretch; gap:16px; }
  .site-nav.open { display:flex; }
  .hero { padding-top:58px; }
  .hero-grid { gap:40px; }
  .proof-strip { grid-template-columns:1fr; }
  .hero-panel { min-height:390px; }
  .signal-card { width:150px; padding:13px; }
  .signal-card-a { left:4%; }
  .signal-card-b { right:3%; }
  .signal-card-c { left:8%; }
  .core { width:120px; height:120px; }
  .card-grid.four { grid-template-columns:1fr; }
  .service-card { min-height:0; }
  .about-card { grid-template-columns:1fr; }
  .contact-card { padding:34px 26px; }
  .footer-wrap { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 500px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  h1 { font-size:2.8rem; }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .hero-panel { min-height:360px; }
  .signal-card { width:135px; }
  .signal-card-c { bottom:6%; }
}
