:root {
  --background: #F8F7F8;
  --page: #FFFFFF;
  --primary: #5676FE;
  --accent: #7282FB;
  --white: #FFFFFF;
  --ink: #5676FE;
  --muted: #5676FE;
  --line: #CDD5FF;
  --soft-blue: #E9EDFF;
  --pale-accent: #EEF0FF;
  --shadow: none;
  --rule-width: min(100%, 860px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

main {
  counter-reset: slide;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--ink);
  color: var(--white);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 247, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1160px, calc(100% - 2rem));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

.brand-mark,
.brand::before {
  display: none;
  content: none;
}

.brand strong {
  display: block;
  letter-spacing: 0;
}

.brand strong {
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-width: 0;
}

.nav-menu a {
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--primary);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: var(--white);
  padding: 0.7rem;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  background: var(--primary);
  margin: 5px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  position: relative;
  counter-increment: slide;
  scroll-margin-top: 96px;
  width: min(1240px, calc(100% - 2rem));
  margin: 1.25rem auto;
  padding: clamp(3.5rem, 6vw, 5.8rem) clamp(2rem, 6vw, 5rem);
  padding-bottom: clamp(4.5rem, 7vw, 6.5rem);
  background: var(--background);
  border: 1px solid rgba(104, 112, 141, 0.32);
  overflow: hidden;
}

.section::before {
  content: none;
  position: absolute;
  left: clamp(2rem, 6vw, 5rem);
  bottom: 1.6rem;
  z-index: 1;
  color: var(--primary);
  font-size: 0.75rem;
}

.section-home {
  position: absolute;
  top: clamp(3.25rem, 5.35vw, 5.2rem);
  left: auto;
  right: clamp(1.5rem, 4vw, 3rem);
  width: clamp(78px, 10.35vw, 147px);
  z-index: 3;
  display: block;
  text-decoration: none;
}

.section-home img {
  width: 100%;
  height: auto;
}

.section:has(> .section-home) > .section-home {
  position: absolute;
  left: auto;
  right: clamp(1.5rem, 4vw, 3rem);
}

.section > :not(.section-home) {
  position: relative;
  z-index: 2;
}

.hero {
  min-height: min(760px, calc(92vh - 76px));
  display: grid;
  width: min(1240px, calc(100% - 2rem));
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  gap: clamp(1.15rem, 2.4vw, 1.9rem);
  padding-top: clamp(3rem, 5vw, 4.8rem);
  padding-bottom: clamp(3.2rem, 5.6vw, 5.2rem);
  text-align: center;
}

.hero-content {
  display: grid;
  justify-items: center;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.hero-capabilities {
  grid-column: 1 / -1;
  margin-bottom: 0;
  justify-content: center;
  flex-wrap: nowrap;
  font-size: 1.147125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
}

.hero-capabilities a,
.hero-capabilities span {
  font-size: 1.147125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.hero-links a {
  color: var(--primary);
  text-decoration: none;
}

.hero-links a:hover,
.hero-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

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

h1 {
  margin-bottom: 1.35rem;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: 0;
  max-width: 15ch;
}

.hero h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.05rem, 3vw, 3rem);
  max-width: none;
}

h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  max-width: var(--rule-width);
}

h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 1rem;
  background: var(--primary);
}

.section:has(> .section-home) .section-heading,
.section:has(> .section-home) .section-heading.wide {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
}

.section:has(> .section-home) .section-heading .eyebrow {
  order: 1;
}

.section:has(> .section-home) .section-heading h1,
.section:has(> .section-home) .section-heading h2 {
  order: 2;
  max-width: calc(100% - clamp(8rem, 15vw, 12.5rem));
  margin-bottom: 0;
}

.section:has(> .section-home) .section-heading h1::after,
.section:has(> .section-home) .section-heading h2::after {
  display: none;
}

.section:has(> .section-home) .section-heading::after {
  content: "";
  display: block;
  order: 3;
  width: 100%;
  height: 4px;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  background: var(--primary);
}

.section:has(> .section-home) .section-heading p:not(.eyebrow) {
  order: 4;
  max-width: var(--rule-width);
}

#data-analytics-title,
#automation-title {
  max-width: calc(100% - clamp(8rem, 15vw, 12.5rem));
  font-size: clamp(2.35rem, 5.6vw, 3.55rem);
  font-weight: 700;
  line-height: 1.08;
}

.legal-page h1 {
  margin-bottom: 1.4rem;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  max-width: var(--rule-width);
}

.legal-page h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 1rem;
  background: var(--primary);
}

.legal-content {
  max-width: 860px;
  color: var(--primary);
}

.legal-content h2 {
  margin: 2rem 0 0.75rem;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 800;
}

.legal-content h2::after {
  display: none;
}

.legal-content p,
.legal-content li {
  color: var(--primary);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.legal-content a {
  color: var(--primary);
  font-weight: 800;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 780px;
  color: var(--primary);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.45rem;
}

.hero-actions.detail-actions {
  justify-content: flex-start;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 0.85rem 1.1rem;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(86, 118, 254, 0.28);
}

.button-secondary {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--primary);
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: auto;
}

.hero-visual img {
  position: relative;
  width: min(100%, 620px);
  filter: none;
}

.hero-visual .hero-lockup {
  width: min(100%, 897px);
}

.section-heading {
  max-width: 760px;
}

.section-heading.wide {
  max-width: 900px;
  margin-bottom: 2rem;
}

.section-heading p:not(.eyebrow),
.split p:not(.eyebrow),
.ai-section p:not(.eyebrow),
.contact p,
.analysis-band p:not(.eyebrow) {
  color: var(--primary);
  font-size: 1.05rem;
}

.mission-statement {
  color: var(--primary);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.intro-grid p,
.proof-panel,
.contact-card,
.platform-grid article,
.mission article,
.challenge-grid article,
.client-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.intro-grid p {
  margin: 0;
  padding: 1.35rem;
}

.split,
.ai-section,
.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.mission {
  display: block;
}

.mission .section-heading.wide,
.mission-statement {
  margin-bottom: 0;
}

.value-list {
  display: grid;
  gap: 1rem;
  margin-top: clamp(1.25rem, 3vw, 2.25rem);
}

.value-list article {
  padding: 1.25rem;
}

.value-list span,
.timeline span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: var(--soft-blue);
  color: var(--primary);
  font-weight: 900;
}

.cards {
  display: grid;
  gap: 1rem;
}

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

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

.challenge-grid,
.client-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.challenge-grid article,
.client-grid article {
  padding: 1.35rem;
}

.card {
  min-height: 100%;
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.card p,
.platform-grid p,
.value-list p,
.timeline p {
  margin-bottom: 0;
  color: var(--primary);
}

.platform-grid p + ul {
  margin-top: 1rem;
}

.platform-band,
.analysis-band {
  width: min(1240px, calc(100% - 2rem));
  max-width: 1240px;
  padding-left: clamp(2rem, 6vw, 5rem);
  padding-right: clamp(2rem, 6vw, 5rem);
  background: var(--background);
  border: 1px solid rgba(104, 112, 141, 0.32);
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.platform-grid article {
  padding: 1.35rem;
  background: var(--white);
}

ul {
  padding-left: 1.1rem;
}

.platform-grid li,
.check-list li {
  margin: 0.4rem 0;
  color: var(--primary);
}

.proof-panel {
  align-self: start;
  padding: 1.5rem;
}

.differentiation-close {
  grid-column: 1 / -1;
  margin: -1.4rem 0 0;
  color: var(--primary);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.split .proof-panel {
  grid-column: 1 / -1;
  margin-top: -4rem;
}

.check-list {
  margin: 0;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  align-items: start;
}

#approach .section-heading.wide {
  margin-bottom: 0;
}

.timeline article {
  position: relative;
  padding-top: 0;
  border-top: 0;
}

.timeline article::before {
  content: "";
  display: block;
  height: 3px;
  margin: 0 0 0.9rem;
  background: var(--line);
}

.timeline .timeline-row-rule {
  display: none;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .timeline article:nth-child(4)::after {
    content: none;
  }

  .timeline .timeline-row-rule {
    display: block;
    align-self: start;
    width: auto;
    height: 3px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: var(--line);
  }
}

.frameworks,
.artefact-grid,
.next-steps-grid,
.engagement-list,
.ai-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.frameworks span,
.artefact-grid span,
.next-steps-grid span,
.engagement-list span,
.ai-grid span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0.65rem 0.85rem;
  background: var(--white);
  color: var(--primary);
  font-weight: 700;
}

.next-steps-lead,
.next-steps-outcome p {
  color: var(--primary);
  font-size: clamp(1.15rem, 1.9vw, 1.55rem);
  font-weight: 800;
}

.next-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 1.25rem 0 1.75rem;
}

.next-steps-outcome {
  color: var(--primary);
}

.next-steps-outcome ul {
  margin: 1rem 0 0;
  color: var(--primary);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.artefact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 1.25rem 0 2.2rem;
}

.section-note {
  margin-bottom: 0.9rem;
  font-weight: 700;
}

.analysis-band .frameworks span {
  background: var(--white);
}

.analysis-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-top: clamp(2rem, 3vw, 2.75rem);
}

.analysis-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: clamp(1.25rem, 2.2vw, 1.8rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.analysis-panel h3 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
}

.analysis-panel p {
  margin: 0;
  color: var(--primary);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  font-weight: 500;
  line-height: 1.55;
}

.analysis-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.analysis-chip-grid.compact {
  grid-template-columns: 1fr;
}

.analysis-chip-grid span {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.7rem 0.85rem;
  background: #FFFFFF;
  border: 1px solid var(--line);
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.engagement-list span {
  background: var(--soft-blue);
  border-color: var(--line);
}

.section.ai-section {
  display: block !important;
  grid-template-columns: none !important;
}

.ai-section .section-heading.wide {
  margin-bottom: 2rem;
}

.ai-section .section-heading.wide p:not(.eyebrow) {
  margin-bottom: 0;
}

.ai-grid {
  margin-top: 0;
  max-width: var(--rule-width);
}

.ai-grid span:nth-child(odd) {
  background: var(--soft-blue);
  border-color: #C7D0FF;
}

.ai-grid span:nth-child(even) {
  background: var(--pale-accent);
  border-color: #D6DBFF;
}

.contact-content {
  max-width: 900px;
}

.contact .eyebrow {
  margin-bottom: 1.25rem;
}

.contact h1 {
  max-width: 900px;
  margin-bottom: 1.1rem;
  color: var(--primary);
  font-size: clamp(2.35rem, 5.6vw, 3.55rem);
  font-weight: 700;
  line-height: 1.08;
}

.contact-strapline {
  max-width: 850px;
  margin: 0 0 3rem;
  color: var(--primary);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 600;
  line-height: 1.55;
}

.contact-start-title {
  margin: 0 0 1rem;
  color: var(--primary);
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  font-weight: 700;
  line-height: 1.18;
}

.contact-start-title::after {
  display: none;
}

.contact-intro {
  max-width: 760px;
  margin-bottom: 1.6rem;
}

.contact-intro p {
  margin-bottom: 0.9rem;
  color: var(--primary);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.65;
}

.contact-label {
  margin-bottom: 0.5rem;
  color: var(--primary);
  font-size: 1.02rem;
  font-weight: 700;
}

.contact-details {
  display: grid;
  gap: 0.15rem;
  margin: 0 0 0.5rem;
}

.contact-details a {
  color: var(--primary);
  font-size: clamp(1.05rem, 1.25vw, 1.18rem);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.delivery-modes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.15rem 0 2.3rem;
  color: var(--primary);
  font-size: 1.05rem;
  font-weight: 500;
}

.delivery-modes span {
  display: inline-flex;
  align-items: center;
}

.delivery-modes span + span::before {
  content: "|";
  margin-right: 0.6rem;
}

.closing-line {
  color: var(--primary);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.55;
}

.contact-logo {
  display: grid;
  place-items: center;
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 1080px);
  margin: clamp(2.25rem, 4vw, 3.25rem) auto 0;
}

.contact-logo img {
  width: 100%;
}

.contact-logo .contact-lockup-image {
  width: 100%;
  background:
    radial-gradient(circle at 72% 22%, rgba(86, 118, 254, 0.045), rgba(86, 118, 254, 0) 42%),
    radial-gradient(circle at 18% 82%, rgba(114, 130, 251, 0.028), rgba(114, 130, 251, 0) 40%),
    #F8F7F8;
  box-shadow: 0 20px 70px rgba(86, 118, 254, 0.07);
}

@media (min-width: 1025px) {
  .section:has(> .section-home) > .section-home {
    top: clamp(2.25rem, 4vw, 3.55rem);
  }

  .contact {
    display: block;
    min-height: 760px;
  }

  .contact-content {
    max-width: 780px;
  }

  .contact-logo {
    position: static;
    width: min(100%, 1120px);
    margin: clamp(2.25rem, 4vw, 3.25rem) auto 0;
  }

  .contact-logo .contact-lockup-image {
    width: 100%;
  }
}

.site-explore,
.page-pager {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  color: var(--primary);
}

.site-explore {
  padding: 1.7rem 0 1.25rem;
  border-top: 1px solid var(--line);
}

.explore-title {
  margin: 0 0 0.9rem;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.explore-title::after {
  display: none;
}

.explore-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
}

.explore-links a {
  color: var(--primary);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
}

.page-pager a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.explore-links a:hover,
.explore-links a:focus-visible,
.page-pager a:hover,
.page-pager a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.page-pager {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0 1.2rem;
  font-size: 0.95rem;
}

.page-pager a:last-child {
  margin-left: auto;
}

.site-footer {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  color: var(--primary);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-footer a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
}

@media (max-width: 980px) {
  .nav {
    min-height: 76px;
    padding: 0;
    align-items: center;
    flex-direction: row;
  }

  .nav-toggle {
    display: inline-block;
  }

  .section {
    scroll-margin-top: 140px;
  }

  .nav-menu {
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: 84px;
    display: grid;
    gap: 0;
    padding: 0.5rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 0;
    box-shadow: 0 14px 32px rgba(37, 48, 96, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.75rem);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-open .nav-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu a {
    padding: 0.95rem;
  }

  .hero,
  .mission,
  .split,
  .ai-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 4rem;
  }

  .hero-capabilities {
    flex-wrap: wrap;
    white-space: normal;
  }

  .hero-visual {
    min-height: 360px;
  }

  .intro-grid,
  .service-grid,
  .platform-grid,
  .experience-grid,
  .timeline,
  .artefact-grid,
  .analysis-lower-grid,
  .next-steps-grid,
  .challenge-grid,
  .client-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .analysis-lower-grid {
    grid-template-columns: 1fr;
  }

  .analysis-chip-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .section {
    width: min(100% - 1rem, 1160px);
    padding: 4rem 0;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    padding-bottom: 4.75rem;
  }

  .nav {
    width: min(100% - 1.25rem, 1160px);
  }

  h1 {
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

  .hero-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hero h1 {
    max-width: 9.5em;
  }

  .explore-links,
  .page-pager {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-pager a:last-child {
    margin-left: 0;
  }

  .button {
    width: 100%;
  }

  .intro-grid,
  .service-grid,
  .platform-grid,
  .experience-grid,
  .timeline,
  .artefact-grid,
  .analysis-lower-grid,
  .next-steps-grid,
  .challenge-grid,
  .client-grid {
    grid-template-columns: 1fr;
  }

  .analysis-chip-grid,
  .analysis-chip-grid.compact {
    grid-template-columns: 1fr;
  }

  .platform-band,
  .analysis-band {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .hero-visual {
    min-height: 280px;
  }

  .section-home {
    opacity: 1;
    top: 3.1rem;
    left: auto;
    right: 1rem;
    width: 67px;
  }

  .section::before {
    left: 1.15rem;
  }
}

/* v2.0 long-scroll homepage */
.home-v20 {
  --v20-ink: var(--primary);
  --v20-muted: var(--primary);
  --v20-panel: #F7F8FF;
  --v20-line: #C9D2FF;
  background: #FFFFFF;
  color: var(--v20-ink);
}

.site-v20 {
  --v20-line: #C9D2FF;
  background: #FFFFFF;
}

.home-v20 .site-header,
.site-v20 .site-header {
  background: rgba(255, 255, 255, 0.95);
}

.site-v20 .section {
  position: relative;
  background: #FFFFFF;
  border-color: rgba(201, 210, 255, 0.82);
  overflow: hidden;
}

.site-v20 .section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(86, 118, 254, 0.025), rgba(86, 118, 254, 0) 46%),
    radial-gradient(circle at 18% 82%, rgba(114, 130, 251, 0.016), rgba(114, 130, 251, 0) 46%),
    radial-gradient(circle, rgba(86, 118, 254, 0.01) 0.8px, transparent 1px);
  background-size: auto, auto, 52px 52px;
}

.site-v20 .card,
.site-v20 .platform-grid article,
.site-v20 .value-list article,
.site-v20 .timeline article,
.site-v20 .challenge-grid article,
.site-v20 .client-grid article {
  border-color: rgba(201, 210, 255, 0.72);
  box-shadow: 0 18px 52px rgba(86, 118, 254, 0.035);
}

.home-v20 main {
  counter-reset: none;
}

.v20-hero,
.v20-section {
  position: relative;
  width: min(1240px, calc(100% - 2rem));
  margin: 1.5rem auto;
  background: #FFFFFF;
  border: 1px solid var(--v20-line);
  overflow: hidden;
}

.v20-hero > *,
.v20-section > * {
  position: relative;
  z-index: 1;
}

.v20-section > .section-home {
  position: absolute;
  top: clamp(2.25rem, 4vw, 3.55rem);
  left: auto;
  right: clamp(1.5rem, 4vw, 3rem);
  z-index: 3;
}

.v20-hero {
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 3rem;
  padding: 5rem;
}

.v20-hero-copy,
.v20-section-heading,
.v20-cta > div:first-child {
  display: grid;
  gap: 1.15rem;
}

.v20-hero-copy {
  max-width: 1120px;
}

.v20-hero-copy > .v20-kicker:first-child {
  justify-self: center;
  text-align: center;
}

.v20-kicker {
  margin: 0;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.v20-capability-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
}

.v20-capability-links a {
  color: inherit;
  text-decoration: none;
}

.v20-capability-links a:hover,
.v20-capability-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.v20-lockup {
  width: min(1120px, 100%);
  margin: 1.25rem 0 3rem;
  background:
    radial-gradient(circle at 72% 22%, rgba(86, 118, 254, 0.045), rgba(86, 118, 254, 0) 42%),
    radial-gradient(circle at 18% 82%, rgba(114, 130, 251, 0.028), rgba(114, 130, 251, 0) 40%),
    #F8F7F8;
  box-shadow: 0 20px 70px rgba(86, 118, 254, 0.07);
}

.v20-hero h1,
.v20-section h1,
.v20-section h2,
.v20-cta h2 {
  margin: 0;
  color: var(--primary);
  font-weight: 700;
  line-height: 1.05;
}

.v20-hero h1 {
  max-width: 900px;
  padding-top: 2.35rem;
  border-top: 1px solid var(--v20-line);
  font-size: 2.65rem;
}

.v20-hero p,
.v20-section-heading > p:not(.v20-kicker),
.v20-cta p {
  max-width: 900px;
  margin: 0;
  color: var(--v20-muted);
  font-size: 1.25rem;
  line-height: 1.65;
}

.v20-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
}

.home-v20 .button-primary {
  box-shadow: 0 18px 38px rgba(86, 118, 254, 0.22);
}

.home-v20 .button-primary:hover,
.home-v20 .button-primary:focus-visible {
  box-shadow: 0 20px 44px rgba(86, 118, 254, 0.3);
}

.v20-hero-panel {
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 520px;
  padding: 2rem;
  background:
    radial-gradient(circle at 78% 18%, rgba(86, 118, 254, 0.024), rgba(86, 118, 254, 0) 44%),
    radial-gradient(circle at 18% 84%, rgba(114, 130, 251, 0.014), rgba(114, 130, 251, 0) 44%),
    #FFFFFF;
  border: 1px solid rgba(201, 210, 255, 0.72);
  box-shadow: 0 16px 46px rgba(86, 118, 254, 0.028);
}

.v20-panel-label {
  margin: 0;
  padding-bottom: 0.95rem;
  color: var(--primary);
  font-size: 1.05rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(201, 210, 255, 0.82);
}

.v20-panel-copy {
  margin: 0.95rem 0 0;
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.45;
}

.v20-hero-panel ul,
.v20-timeline,
.v20-platform-grid,
.v20-proof-grid,
.v20-feature-grid,
.v20-insight-grid,
.v20-three {
  display: grid;
  gap: 1rem;
}

.v20-hero-panel ul {
  margin: 1.05rem 0 0;
  padding-left: 1.2rem;
  color: var(--v20-ink);
  font-size: 1.12rem;
  line-height: 1.7;
}

.v20-section {
  display: grid;
  gap: 3.5rem;
  padding: 5rem;
}

.v20-section h1,
.v20-section h2 {
  max-width: 940px;
  font-size: clamp(2.45rem, 4.6vw, 3.25rem);
}

.v20-three,
.v20-platform-grid,
.v20-feature-grid,
.v20-proof-grid {
  grid-template-columns: repeat(4, 1fr);
}

.v20-three article:first-child {
  grid-column: span 2;
}

.v20-three article,
.v20-platform-grid article,
.v20-proof-grid article,
.v20-feature-grid article,
.v20-insight-grid article,
.v20-timeline article,
.v20-capability-list a {
  min-height: 100%;
  padding: 1.65rem;
  color: var(--v20-ink);
  background: #FFFFFF;
  border: 1px solid rgba(201, 210, 255, 0.72);
  text-decoration: none;
}

.v20-three span,
.v20-insight-grid span,
.v20-timeline span,
.v20-capability-list span {
  display: block;
  margin-bottom: 1rem;
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 700;
}

.v20-three h3,
.v20-platform-grid h3,
.v20-proof-grid h3,
.v20-feature-grid h3,
.v20-insight-grid h3,
.v20-timeline h3 {
  margin: 0 0 0.8rem;
  color: var(--primary);
  font-size: 1.45rem;
  line-height: 1.2;
}

.v20-three p,
.v20-platform-grid p,
.v20-proof-grid p,
.v20-feature-grid p,
.v20-insight-grid p,
.v20-timeline p,
.v20-capability-list strong {
  margin: 0;
  color: var(--v20-muted);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.6;
}

.v20-split {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
}

.v20-capability-list {
  display: grid;
  gap: 0.8rem;
}

.v20-capability-list a {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 1rem;
  align-items: start;
  transition: background 180ms ease, border-color 180ms ease;
}

.v20-capability-list a:hover,
.v20-capability-list a:focus-visible {
  background: #FFFFFF;
  border-color: var(--primary);
}

.v20-capability-list span {
  margin-bottom: 0;
}

.v20-capability-list strong {
  font-size: 1.16rem;
  line-height: 1.65;
}

.v20-timeline {
  grid-template-columns: repeat(5, 1fr);
}

.v20-platforms,
.v20-intro,
.v20-insights {
  background: #FFFFFF;
}

.v20-platforms .v20-section-heading {
  max-width: none;
}

.v20-platforms #platforms-title {
  max-width: 100%;
  font-size: clamp(2.45rem, 4vw, 3rem);
}

@media (min-width: 1180px) {
  .v20-platforms #platforms-title {
    white-space: nowrap;
  }
}

.v20-glow-white::before,
.v20-glow-panel::before,
.v20-glow-white-rich::before,
.v20-glow-panel-rich::before,
.v20-glow-minimal::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.v20-glow-white::before {
  background:
    radial-gradient(circle at 78% 18%, rgba(86, 118, 254, 0.025), rgba(86, 118, 254, 0) 46%),
    radial-gradient(circle at 18% 82%, rgba(114, 130, 251, 0.016), rgba(114, 130, 251, 0) 46%),
    radial-gradient(circle, rgba(86, 118, 254, 0.01) 0.8px, transparent 1px);
  background-size: auto, auto, 52px 52px;
}

.v20-glow-panel::before {
  background:
    radial-gradient(circle at 78% 20%, rgba(86, 118, 254, 0.052), rgba(86, 118, 254, 0) 44%),
    radial-gradient(circle at 16% 78%, rgba(150, 130, 255, 0.03), rgba(150, 130, 255, 0) 42%),
    radial-gradient(circle, rgba(86, 118, 254, 0.015) 0.8px, transparent 1px);
  background-size: auto, auto, 44px 44px;
}

.v20-glow-white-rich::before {
  background:
    radial-gradient(circle at 72% 14%, rgba(86, 118, 254, 0.07), rgba(86, 118, 254, 0) 44%),
    radial-gradient(circle at 30% 86%, rgba(150, 130, 255, 0.043), rgba(150, 130, 255, 0) 42%),
    radial-gradient(circle, rgba(86, 118, 254, 0.023) 0.8px, transparent 1px);
  background-size: auto, auto, 40px 40px;
}

.v20-glow-panel-rich::before {
  background:
    radial-gradient(circle at 74% 14%, rgba(86, 118, 254, 0.085), rgba(86, 118, 254, 0) 46%),
    radial-gradient(circle at 22% 84%, rgba(150, 130, 255, 0.05), rgba(150, 130, 255, 0) 44%),
    radial-gradient(circle, rgba(86, 118, 254, 0.02) 0.8px, transparent 1px);
  background-size: auto, auto, 42px 42px;
}

.v20-glow-minimal::before {
  background:
    radial-gradient(circle at 78% 18%, rgba(86, 118, 254, 0.03), rgba(86, 118, 254, 0) 40%),
    radial-gradient(circle, rgba(86, 118, 254, 0.013) 0.8px, transparent 1px);
  background-size: auto, 48px 48px;
}

.v20-wash-demo {
  gap: 2rem;
}

.v20-wash-demo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.v20-wash-card {
  position: relative;
  min-height: 330px;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid var(--v20-line);
}

.v20-wash-card > * {
  position: relative;
  z-index: 1;
}

.v20-wash-card.panel {
  background: var(--v20-panel);
}

.v20-wash-card.white {
  background: #FFFFFF;
}

.v20-wash-card h3 {
  max-width: 720px;
  margin: 0 0 1rem;
  color: var(--primary);
  font-size: 2rem;
  line-height: 1.15;
}

.v20-wash-card p {
  max-width: 680px;
  margin: 0;
  color: var(--primary);
  font-size: 1.08rem;
  line-height: 1.65;
}

.v20-wash-card .v20-kicker {
  margin-bottom: 1rem;
}

.v20-specialist {
  background: #FFFFFF;
  box-shadow: none;
}

.v20-feature-grid {
  grid-template-columns: repeat(2, 1fr);
}

.v20-feature-grid article,
.v20-insight-grid article {
  box-shadow: 0 18px 52px rgba(86, 118, 254, 0.035);
}

.blog-v20 .v20-insight-grid,
.blog-v20 .v20-feature-grid {
  gap: 1.6rem;
}

.blog-v20 .v20-insight-grid article,
.blog-v20 .v20-feature-grid article {
  border-color: rgba(201, 210, 255, 0.72);
  box-shadow: 0 24px 70px rgba(86, 118, 254, 0.045);
}

.blog-v20 .v20-section {
  border-color: rgba(201, 210, 255, 0.82);
}

.blog-v20 .v20-insights-page:has(> .section-home) .v20-section-heading {
  max-width: calc(100% - clamp(8rem, 15vw, 12.5rem));
}

.blog-v20 .v20-insights-page h1 {
  max-width: 900px;
  font-size: clamp(2.35rem, 5.6vw, 3.55rem);
  line-height: 1.08;
}

.blog-v20 .v20-insights-page .v20-section-heading > p:not(.v20-kicker) {
  max-width: 850px;
  font-size: 1.12rem;
}

.v20-article-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  background: #FFFFFF;
  border: 1px solid rgba(201, 210, 255, 0.72);
  box-shadow: 0 24px 70px rgba(86, 118, 254, 0.045);
}

.v20-article-media {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 72% 18%, rgba(86, 118, 254, 0.035), rgba(86, 118, 254, 0) 44%),
    radial-gradient(circle at 24% 86%, rgba(114, 130, 251, 0.02), rgba(114, 130, 251, 0) 42%),
    #FFFFFF;
  border: 1px solid rgba(201, 210, 255, 0.58);
}

.v20-article-media img {
  width: min(100%, 270px);
  height: auto;
}

.v20-article-copy {
  display: grid;
  gap: 1rem;
}

.v20-article-copy span,
.v20-source-note {
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 700;
}

.v20-article-copy h3 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(1.8rem, 3.5vw, 2.65rem);
  line-height: 1.12;
}

.v20-article-copy p {
  margin: 0;
  color: var(--primary);
  font-size: 1.05rem;
  line-height: 1.65;
}

.article-v20 .v20-insight-article {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

.article-v20 .v20-insight-article .v20-section-heading {
  max-width: calc(100% - clamp(8rem, 15vw, 12.5rem));
}

.article-v20 .v20-insight-article h1 {
  max-width: 980px;
  font-size: clamp(2.35rem, 5.6vw, 3.55rem);
  line-height: 1.08;
}

.v20-article-hero-media {
  display: grid;
  place-items: center;
  width: min(100%, 620px);
  margin: 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background:
    radial-gradient(circle at 74% 22%, rgba(86, 118, 254, 0.035), rgba(86, 118, 254, 0) 45%),
    radial-gradient(circle at 20% 84%, rgba(114, 130, 251, 0.02), rgba(114, 130, 251, 0) 42%),
    #FFFFFF;
  border: 1px solid rgba(201, 210, 255, 0.72);
}

.v20-article-hero-media img {
  width: min(100%, 250px);
  height: auto;
}

.v20-article-body {
  display: grid;
  gap: 1.35rem;
  max-width: 900px;
  color: var(--primary);
}

.v20-article-body h2 {
  max-width: 820px;
  margin: 1.2rem 0 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
}

.v20-article-body h2::after {
  height: 2px;
  margin-top: 0.85rem;
}

.v20-article-body p {
  max-width: 900px;
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.68;
}

.v20-article-body a {
  color: var(--primary);
  font-weight: 700;
}

.v20-flow-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0.5rem 0 0.4rem;
}

.v20-flow-strip span {
  display: grid;
  min-height: 54px;
  place-items: center;
  padding: 0.85rem 1rem;
  color: var(--primary);
  font-weight: 800;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(201, 210, 255, 0.78);
}

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

.v20-text-link {
  justify-self: start;
  color: var(--primary);
  font-size: 1.02rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--primary);
}

.v20-proof-grid {
  grid-template-columns: repeat(2, 1fr);
}

.v20-cta {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 1.6rem;
  background:
    radial-gradient(circle at 84% 14%, rgba(86, 118, 254, 0.04), rgba(86, 118, 254, 0) 36%),
    radial-gradient(circle at 8% 88%, rgba(114, 130, 251, 0.026), rgba(114, 130, 251, 0) 34%),
    #FFFFFF;
  border-color: rgba(201, 210, 255, 0.82);
  box-shadow: 0 18px 52px rgba(86, 118, 254, 0.035);
}

.v20-cta .v20-kicker,
.v20-cta h2,
.v20-cta p {
  color: var(--primary);
}

.v20-cta h2 {
  max-width: 920px;
  font-size: 2.85rem;
  line-height: 1.12;
}

.v20-cta p {
  max-width: 920px;
  font-size: 1.12rem;
}

.v20-cta .button-primary {
  background: var(--primary);
  color: #FFFFFF;
  border-color: var(--primary);
}

.v20-cta .button-secondary {
  color: var(--primary);
  border-color: rgba(201, 210, 255, 0.95);
  background: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1100px) {
  .v20-hero,
  .v20-split,
  .v20-cta {
    grid-template-columns: 1fr;
  }

  .v20-hero {
    min-height: auto;
  }

  .v20-hero-panel {
    min-height: auto;
  }

  .v20-three,
  .v20-platform-grid,
  .v20-feature-grid,
  .v20-insight-grid,
  .v20-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .v20-three article:first-child {
    grid-column: span 1;
  }

  .article-v20 .v20-insight-article .v20-section-heading {
    max-width: none;
  }

  .v20-flow-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .v20-hero,
  .v20-section {
    width: min(100% - 1rem, 1240px);
    margin: 0.75rem auto;
    padding: 2.25rem 1.15rem;
  }

  .v20-hero {
    gap: 2rem;
  }

  .v20-hero h1 {
    font-size: 2rem;
  }

  .v20-section h2 {
    font-size: 2.35rem;
  }

  .v20-hero p,
  .v20-section-heading > p:not(.v20-kicker),
  .v20-cta p {
    font-size: 1.08rem;
  }

  .v20-cta h2 {
    font-size: 2.1rem;
  }

  .v20-three,
  .v20-platform-grid,
  .v20-proof-grid,
  .v20-feature-grid,
  .v20-insight-grid,
  .v20-article-card,
  .v20-timeline,
  .v20-capability-list a {
    grid-template-columns: 1fr;
  }

  .v20-actions {
    flex-direction: column;
  }

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