:root {
  color-scheme: light;
  --bg: #f5f7fb;
  --bg-soft: #eef3f8;
  --panel: rgba(255, 255, 255, 0.86);
  --panel-strong: rgba(255, 255, 255, 0.96);
  --panel-dark: #101a2a;
  --line: rgba(26, 45, 73, 0.12);
  --line-strong: rgba(26, 45, 73, 0.18);
  --text: #182331;
  --muted: #5f6f83;
  --muted-2: #7f8b99;
  --accent: #2f8f6a;
  --accent-blue: #2e6df6;
  --accent-lime: #68d45b;
  --shadow: 0 20px 60px rgba(12, 24, 42, 0.08);
  --shadow-deep: 0 24px 80px rgba(12, 24, 42, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(46, 109, 246, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(47, 143, 106, 0.09), transparent 30%),
    linear-gradient(180deg, #fbfcfe 0%, #eff4f8 100%);
  color: var(--text);
  font-weight: 400;
}

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

img {
  display: block;
  max-width: 100%;
}

.page-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(87, 106, 130, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 106, 130, 0.08) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.page-grid-home { opacity: 0.16; }
.page-grid-services { opacity: 0.2; }

.topbar, .section, .footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 0 5px rgba(47, 143, 106, 0.08);
}

.nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 500;
  letter-spacing: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #24664e);
  box-shadow: 0 14px 32px rgba(47, 143, 106, 0.24);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.7);
  border-color: var(--line);
}

.section {
  padding: 46px 0;
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted-2);
  font-size: 0.72rem;
  font-weight: 600;
}

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

.hero {
  display: grid;
  gap: 28px;
  align-items: center;
  padding: 68px 0 32px;
}

.hero-home {
  grid-template-columns: 1.02fr 0.98fr;
}

.hero-services {
  grid-template-columns: 0.94fr 1.06fr;
}

.hero-copy h1,
.section-heading h2,
.text-block h2,
.band-copy h2,
.cta h2 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 600;
}

.hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  max-width: 11.8ch;
}

.section-heading h2,
.text-block h2,
.band-copy h2,
.cta h2 {
  font-size: clamp(1.9rem, 3.3vw, 3.4rem);
  max-width: 15ch;
}

.band-copy h2 {
  font-size: clamp(1.75rem, 2vw, 2.2rem);
  line-height: 1.12;
  max-width: 18ch;
}

.band-copy p {
  max-width: 60ch;
}

.lead,
.text-block p,
.band-copy p,
.cta p,
.footer-copy,
.kpi-cell p,
.chart-foot span,
.service-scoreboard span,
.service-bullets p,
.ledger-row p,
.proof-panel p,
.timeline-step p,
.process-step p {
  color: var(--muted);
  line-height: 1.78;
  font-size: 1rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.micro-metrics,
.kpi-row,
.timeline,
.service-bullets,
.ledger-table,
.proof-figures,
.chart-foot,
.service-scoreboard {
  display: grid;
  gap: 14px;
}

.micro-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.micro-metrics div,
.kpi-cell,
.service-bullets div,
.ledger-head,
.ledger-row,
.proof-panel,
.timeline-step,
.service-scoreboard div {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(16px);
}

.micro-metrics div,
.kpi-cell,
.service-bullets div,
.timeline-step,
.service-scoreboard div {
  border-radius: 0;
  padding: 22px 0 18px;
  background: transparent;
  box-shadow: none;
  border-width: 0 0 1px 0;
}

.micro-metrics span,
.caption-label,
.ledger-head span,
.kpi-cell span,
.timeline-step span,
.process-step span,
.service-bullets strong,
.service-scoreboard span {
  display: inline-flex;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
}

.micro-metrics strong,
.kpi-cell strong,
.service-bullets strong,
.timeline-step strong,
.process-step strong,
.service-scoreboard strong {
  display: block;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.3;
  font-weight: 600;
}

.hero-visual {
  display: grid;
  gap: 14px;
}

.visual-frame {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(47, 143, 106, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 252, 0.94));
  box-shadow: var(--shadow-deep);
}

.visual-frame-large {
  aspect-ratio: 16 / 11.2;
}

.visual-frame-tall {
  aspect-ratio: 14 / 13.4;
}

.visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.caption-label {
  margin-bottom: 8px;
}

.visual-caption strong,
.chart-head strong,
.proof-panel h2 {
  display: block;
  line-height: 1.2;
}

.caption-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(46, 109, 246, 0.1);
  color: var(--accent-blue);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.caption-chip-green {
  background: rgba(47, 143, 106, 0.1);
  color: var(--accent);
}

.kpi-band {
  padding-top: 10px;
}

.kpi-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kpi-cell {
  min-height: 168px;
}

.kpi-cell p,
.service-bullets p,
.timeline-step p,
.process-step p {
  margin: 0;
}

.section-split {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 22px;
  align-items: stretch;
}

.capability-band,
.insight-band,
.service-playbook {
  display: grid;
  gap: 22px;
}

.capability-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 16px;
}

.capability-card,
.playbook-card {
  padding: 24px 0 6px;
  border-radius: 0;
  border: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
  border-width: 0 0 1px 0;
}

.capability-card-feature {
  background: linear-gradient(180deg, rgba(47, 143, 106, 0.08), rgba(255, 255, 255, 0.96));
}

.capability-card span,
.playbook-card span,
.insight-row span,
.scope-table-head span,
.scope-table-row span {
  display: inline-flex;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
}

.capability-card h3,
.playbook-card h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: 600;
}

.capability-card p,
.playbook-card p,
.insight-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.capability-stat {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(47, 143, 106, 0.12);
}

.capability-stat strong {
  font-size: 1.65rem;
  line-height: 1;
}

.capability-stat span {
  margin: 0;
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
}

.insight-band {
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(26, 45, 73, 0.12);
  border-radius: 32px;
  background: var(--panel-strong);
  box-shadow: var(--shadow);
}

.insight-copy {
  padding-right: 10px;
}

.insight-stack {
  display: grid;
  gap: 12px;
}

.insight-row {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 14px;
  align-items: start;
  padding: 22px;
  border-radius: 24px;
  background: var(--panel-strong);
  border: 1px solid rgba(26, 45, 73, 0.1);
  box-shadow: 0 14px 36px rgba(12, 24, 42, 0.06);
}

.insight-row strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.02rem;
  font-weight: 600;
}

.insight-row .insight-value {
  text-align: right;
  font-size: 0.98rem;
  color: var(--accent-blue);
  font-weight: 700;
}

.service-playbook {
  grid-template-columns: 0.94fr 1.06fr;
  align-items: start;
  padding: 28px;
  border: 1px solid rgba(26, 45, 73, 0.12);
  border-radius: 32px;
  background: var(--panel-strong);
  box-shadow: var(--shadow);
}

.playbook-copy {
  padding-right: 12px;
}

.scope-table {
  display: grid;
  gap: 10px;
}

.scope-table-head,
.scope-table-row {
  display: grid;
  grid-template-columns: 0.92fr 1.06fr 1.02fr;
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(26, 45, 73, 0.1);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(12, 24, 42, 0.05);
}

.scope-table-head {
  background: rgba(243, 247, 251, 0.98);
  box-shadow: 0 10px 24px rgba(12, 24, 42, 0.04);
}

.scope-table-row {
  background: rgba(255, 255, 255, 0.92);
}

.scope-table-row strong {
  display: block;
  font-size: 1.05rem;
}

.scope-table-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service-support {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 20px;
  align-items: start;
  padding-top: 26px;
}

.support-stack {
  display: grid;
  gap: 12px;
}

.support-copy {
  padding-right: 12px;
}

.playbook-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.chart-window,
.service-scoreboard,
.proof-panel-dark {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--panel-strong);
}

.chart-window {
  padding: 24px;
  display: grid;
  gap: 18px;
}

.chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.chart-grid {
  position: relative;
  height: 260px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(47, 143, 106, 0.12);
  background:
    linear-gradient(180deg, rgba(243, 247, 251, 0.94), rgba(255, 255, 255, 0.96)),
    linear-gradient(90deg, transparent 0 12%, rgba(46, 109, 246, 0.04) 12% 13%, transparent 13% 24%, rgba(47, 143, 106, 0.04) 24% 25%, transparent 25% 100%);
}

.chart-grid span:not(.line) {
  position: absolute;
  bottom: 18px;
  width: 9%;
  border-radius: 999px 999px 14px 14px;
  background: linear-gradient(180deg, rgba(46, 109, 246, 0.82), rgba(47, 143, 106, 0.94));
  box-shadow: 0 16px 28px rgba(46, 109, 246, 0.12);
}

.chart-grid span:nth-of-type(1) { left: 10%; height: 42%; }
.chart-grid span:nth-of-type(2) { left: 21%; height: 64%; }
.chart-grid span:nth-of-type(3) { left: 32%; height: 55%; }
.chart-grid span:nth-of-type(4) { left: 43%; height: 79%; }
.chart-grid span:nth-of-type(5) { left: 54%; height: 66%; }
.chart-grid span:nth-of-type(6) { left: 65%; height: 90%; }

.line {
  position: absolute;
  inset: 0;
  background: none;
}

.line::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 18%;
  bottom: 18%;
  border-radius: 999px;
  background: transparent;
  clip-path: polygon(0 72%, 14% 58%, 28% 63%, 42% 42%, 56% 52%, 70% 24%, 84% 38%, 100% 18%, 100% 26%, 84% 46%, 70% 30%, 56% 58%, 42% 48%, 28% 70%, 14% 64%, 0 80%);
}

.line-a::before {
  border: 3px solid rgba(46, 109, 246, 0.65);
}

.line-b::before {
  border: 3px solid rgba(47, 143, 106, 0.6);
  top: 26%;
  bottom: 24%;
  left: 10%;
  right: 10%;
  transform: scaleY(0.92);
}

.line-c::before {
  border: 2px dashed rgba(104, 212, 91, 0.55);
  top: 30%;
  bottom: 30%;
  left: 11%;
  right: 11%;
}

.chart-foot {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.chart-foot div,
.proof-figures div {
  padding: 16px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(26, 45, 73, 0.08);
}

.chart-foot strong,
.proof-figures strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 6px;
}

.band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: stretch;
  padding: 40px 0 34px;
  border-radius: 32px;
}

.band-copy {
  padding-right: 0;
}

.band-dark {
  background: linear-gradient(135deg, #0f1724, #132338);
  color: #e8eef7;
  box-shadow: var(--shadow-deep);
}

.band-dark .band-copy p,
.band-dark .band-list p {
  color: rgba(232, 238, 247, 0.74);
}

.band-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-content: start;
}

.band-list div {
  padding: 18px 0 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.band-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.93rem;
  font-weight: 600;
}

.band-list p {
  margin: 0;
  max-width: 30ch;
}

.focus-section {
  padding-top: 26px;
}

.focus-lead {
  max-width: 66ch;
  margin: 0 auto;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 22px;
}

.focus-item {
  padding: 22px 0 0;
  border-top: 1px solid rgba(26, 45, 73, 0.08);
}

.focus-item span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--accent);
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
}

.focus-item strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.05rem;
  font-weight: 600;
}

.focus-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.section-heading-center {
  justify-items: center;
  text-align: center;
}

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

.timeline-step,
.process-step {
  position: relative;
  min-height: 184px;
  padding: 6px 0 18px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(26, 45, 73, 0.08);
}

.timeline-step::after,
.process-step::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 8px;
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(47, 143, 106, 0.5), rgba(46, 109, 246, 0.5));
}

.timeline-step:last-child::after,
.process-step:last-child::after {
  display: none;
}

.service-ledger {
  display: grid;
  gap: 18px;
}

.ledger-table {
  gap: 10px;
}

.ledger-head,
.ledger-row {
  display: grid;
  grid-template-columns: 0.88fr 1.18fr 0.94fr;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(26, 45, 73, 0.08);
}

.ledger-head {
  background: rgba(243, 247, 251, 0.96);
  box-shadow: none;
}

.ledger-row {
  background: transparent;
}

.ledger-row strong {
  font-size: 1.08rem;
}

.service-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.proof-panel {
  padding: 24px 0;
}

.proof-panel-dark {
  color: #eaf0f8;
  background: linear-gradient(135deg, #101a2a, #15243a);
}

.proof-panel-dark .eyebrow-green {
  color: #79e2a7;
}

.proof-panel-dark .proof-figures div {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.proof-figures {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.proof-chart {
  display: grid;
  gap: 18px;
}

.vertical-meter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  height: 248px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(47, 143, 106, 0.12);
  background:
    linear-gradient(180deg, rgba(245, 248, 252, 0.95), rgba(255, 255, 255, 0.98)),
    linear-gradient(90deg, transparent 0 20%, rgba(46, 109, 246, 0.04) 20% 21%, transparent 21% 40%, rgba(47, 143, 106, 0.04) 40% 41%, transparent 41% 100%);
}

.vertical-meter span {
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, #2e6df6, #2f8f6a);
}

.vertical-meter span:nth-child(1) { height: 38%; }
.vertical-meter span:nth-child(2) { height: 66%; }
.vertical-meter span:nth-child(3) { height: 84%; }
.vertical-meter span:nth-child(4) { height: 58%; }
.vertical-meter span:nth-child(5) { height: 72%; }

.service-bullets {
  margin-top: 22px;
}

.service-bullets div {
  background: rgba(255, 255, 255, 0.78);
}

.hero-copy-right {
  padding-left: 10px;
}

.hero-visual-left {
  order: 0;
}

.cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 28px 0 60px;
}

.footer {
  padding-bottom: 24px;
}

.footer-grid {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}

.footer-copy {
  max-width: 44ch;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: var(--muted);
}

/* Services page redesign */
.services-hero {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 24px;
  align-items: start;
  padding: 52px 0 26px;
}

.services-hero-copy {
  padding-right: 16px;
}

.services-hero h1 {
  margin: 0;
  max-width: 11.8ch;
  font-size: clamp(2.8rem, 5.4vw, 5.2rem);
  line-height: 1.06;
  font-weight: 600;
}

.insight-copy h2 {
  max-width: 15.5ch;
}

.playbook-copy h2 {
  max-width: 16ch;
}

.coverage-copy h2 {
  max-width: 15.5ch;
}

.support-copy h2 {
  max-width: 16ch;
}

.service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.service-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(47, 143, 106, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-index {
  display: grid;
  gap: 12px;
  padding: 10px 0 0;
}

.index-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-radius: 0;
  border: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
  border-width: 0 0 1px 0;
}

.index-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(46, 109, 246, 0.1);
  color: var(--accent-blue);
  font-size: 0.76rem;
  font-weight: 800;
}

.index-row strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.index-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service-atlas {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 18px;
  align-items: stretch;
  padding: 22px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.atlas-image {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(47, 143, 106, 0.12);
  background: linear-gradient(180deg, rgba(250, 252, 254, 0.96), rgba(240, 245, 250, 0.92));
}

.atlas-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atlas-notes {
  display: grid;
  gap: 12px;
}

.atlas-note {
  padding: 16px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(26, 45, 73, 0.08);
}

.atlas-note span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--accent);
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.atlas-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.atlas-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.service-table-band {
  padding-top: 12px;
}

.service-grid-table {
  display: grid;
  gap: 10px;
}

.service-grid-head,
.service-grid-row {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr 1.1fr 0.95fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-radius: 0;
}

.service-grid-head {
  background: rgba(243, 247, 251, 0.96);
  border: 1px solid var(--line);
  box-shadow: none;
}

.service-grid-head span {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
}

.service-grid-row {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(26, 45, 73, 0.08);
}

.service-grid-row strong {
  display: block;
  font-size: 1.06rem;
}

.service-grid-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service-coverage {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 20px;
  align-items: stretch;
  padding: 14px 0 0;
}

.coverage-copy {
  padding-right: 12px;
}

.coverage-strip {
  display: grid;
  gap: 12px;
}

.coverage-strip div {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-radius: 0;
  background: transparent;
  color: #eaf0f8;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.coverage-strip strong {
  font-size: 1.08rem;
}

.coverage-strip span {
  color: rgba(234, 240, 248, 0.72);
  line-height: 1.6;
}

.service-steps {
  padding-top: 18px;
}

.step-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.step-unit {
  position: relative;
  min-height: 206px;
  padding: 22px 20px;
  background:
    linear-gradient(180deg, rgba(244, 248, 252, 0.96), rgba(255, 255, 255, 0.96));
  border-right: 1px solid rgba(47, 143, 106, 0.08);
}

.step-unit:last-child {
  border-right: 0;
}

.step-unit::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 86px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(46, 109, 246, 0.24), rgba(47, 143, 106, 0.38), rgba(104, 212, 91, 0.24));
}

.step-unit span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent);
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
}

.step-unit strong {
  display: block;
  font-size: 1.18rem;
  margin-bottom: 38px;
}

.step-unit p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .hero-home,
  .hero-services,
  .section-split,
  .band,
  .service-proof,
  .cta {
    grid-template-columns: 1fr;
  }

  .kpi-row,
  .timeline,
  .process-rail,
  .proof-figures,
  .chart-foot,
  .micro-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ledger-head,
  .ledger-row {
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .section-heading h2,
  .text-block h2,
  .band-copy h2,
  .cta h2 {
    max-width: none;
  }

  .services-hero,
  .service-atlas,
  .service-coverage {
    grid-template-columns: 1fr;
  }

  .service-grid-head,
  .service-grid-row {
    grid-template-columns: 1fr 1fr;
  }

  .step-strip {
    grid-template-columns: 1fr 1fr;
  }

  .capability-grid,
  .insight-band,
  .service-playbook,
  .service-support {
    grid-template-columns: 1fr;
  }

  .band-list {
    grid-template-columns: 1fr;
  }

  .focus-grid {
    grid-template-columns: 1fr;
  }

  .scope-table-head,
  .scope-table-row {
    grid-template-columns: 1fr 1fr;
  }

  .insight-row {
    grid-template-columns: 1fr;
  }

  .insight-row .insight-value {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .topbar, .footer-grid {
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
  }

  .nav, .footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero, .section, .footer {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    padding-top: 34px;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.8rem);
  }

  .section-heading h2,
  .text-block h2,
  .band-copy h2,
  .cta h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .kpi-row,
  .timeline,
  .process-rail,
  .proof-figures,
  .chart-foot,
  .micro-metrics {
    grid-template-columns: 1fr;
  }

  .service-grid-head,
  .service-grid-row {
    grid-template-columns: 1fr;
  }

  .band-list {
    grid-template-columns: 1fr;
  }

  .focus-grid {
    grid-template-columns: 1fr;
  }

  .step-strip {
    grid-template-columns: 1fr;
  }

  .capability-grid,
  .scope-table-head,
  .scope-table-row,
  .service-support {
    grid-template-columns: 1fr;
  }

  .visual-caption,
  .chart-head,
  .cta {
    align-items: start;
  }

  .cta {
    justify-items: start;
  }

  .timeline-step::after,
  .process-step::after {
    display: none;
  }

  .chart-grid,
  .vertical-meter {
    height: 220px;
  }

  .step-unit {
    min-height: auto;
  }

  .step-unit::before {
    display: none;
  }
}
