:root {
  --ink: #071b33;
  --navy: #061a32;
  --navy-soft: #0b2849;
  --blue: #075cff;
  --sky: #08d1ff;
  --mint: #00c29a;
  --paper: #ffffff;
  --mist: #f3f8ff;
  --line: #dce8f6;
  --muted: #5f7289;
  --shadow: 0 26px 70px rgba(7, 27, 51, 0.16);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--mist);
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
  padding: 18px max(20px, calc((100% - 1180px) / 2));
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 232, 246, 0.76);
  box-shadow: 0 10px 34px rgba(7, 27, 51, 0.06);
  backdrop-filter: blur(18px);
}

.brand {
  text-decoration: none;
}

.brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-weight: 950;
  letter-spacing: 0;
}

.brand-name span {
  color: var(--blue);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 0;
  padding: 12px 14px;
  font-weight: 850;
  text-decoration: none;
}

.site-nav a {
  color: #42566f;
  font-size: 0.86rem;
}

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

.site-nav .nav-cta,
.button-primary {
  color: var(--paper);
  border: 1px solid #020713;
  background: #020713;
  box-shadow: none;
}

.button-primary span {
  font-size: 1.32rem;
  line-height: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
  width: 100%;
  padding: clamp(58px, 7vw, 92px) max(20px, calc((100% - 1180px) / 2)) 70px;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 18%, rgba(8, 209, 255, 0.22), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  overflow: hidden;
}

.hero-copy-block {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 5.5vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.6vw, 1.22rem);
}

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

.button-secondary {
  color: var(--ink);
  border: 1px solid #cfd6df;
  background: var(--paper);
  box-shadow: none;
}

.hero-product {
  position: relative;
  display: flex;
  min-height: min(680px, 54vw);
  align-items: center;
  justify-content: flex-end;
}

.hero-product img {
  display: block;
  width: min(920px, 62vw);
  max-width: none;
  margin-left: clamp(-72px, -4vw, -24px);
  border-radius: 0;
  filter: drop-shadow(0 28px 46px rgba(7, 27, 51, 0.08));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 90%, transparent 100%);
}

.trust-section {
  padding: 66px max(20px, calc((100% - 1180px) / 2)) 74px;
  background: var(--paper);
}

.trust-section p {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.logo-cloud {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 34px 38px;
  align-items: center;
}

.logo-chip {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.dvla-chip {
  color: #003078;
}

.vizolution-chip {
  color: #0f766e;
}

.mitratech-chip {
  color: #8a1538;
}

.cgi-chip {
  color: #991b1b;
}

.nemo-chip {
  color: #075cff;
}

.unit4-chip {
  color: #4f46e5;
}

.logo-chip img {
  display: block;
  max-width: 132px;
  max-height: 44px;
}

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

.section-heading {
  max-width: 900px;
  margin-bottom: 44px;
}

.section-heading h2,
.proof-band h2,
.contact-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 5.4vw, 5.5rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.section-heading p,
.contact-copy p {
  max-width: 740px;
  color: var(--muted);
  font-size: 1.08rem;
}

.services {
  width: 100%;
  padding: 0;
  background: #f7f4ed;
  border-top: 1px solid #d8d1c4;
  border-bottom: 1px solid #d8d1c4;
}

.services-top {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) minmax(360px, 1fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: start;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 62px 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #526074;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 16px;
  height: 16px;
  background:
    linear-gradient(#526074, #526074) center 3px / 12px 2px no-repeat,
    linear-gradient(#526074, #526074) center 7px / 12px 2px no-repeat,
    linear-gradient(#526074, #526074) center 11px / 12px 2px no-repeat;
  transform: rotate(28deg);
  opacity: 0.86;
}

.services-intro h2 {
  max-width: 570px;
  margin-bottom: 14px;
  color: #020713;
  font-size: clamp(2.15rem, 4.3vw, 4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.services-intro p {
  max-width: 650px;
  color: #59677b;
  font-size: clamp(1.04rem, 1.6vw, 1.22rem);
}

.service-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding: 12px 18px;
  color: #ffffff;
  background: #020713;
  border: 1px solid #020713;
  border-radius: 0;
  font-weight: 900;
  text-decoration: none;
}

.service-cta span {
  font-size: 1.25rem;
  line-height: 1;
}

.service-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 170px;
  border-left: 1px solid #d4ccbd;
}

.service-metrics div {
  padding: 34px clamp(24px, 4vw, 46px);
}

.service-metrics div + div {
  border-left: 1px solid #d4ccbd;
}

.service-metrics strong {
  display: block;
  margin-bottom: 10px;
  color: #020713;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
}

.service-metrics span {
  display: block;
  max-width: 240px;
  color: #59677b;
}

.capability-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
  padding: 86px max(20px, calc((100% - 1180px) / 2));
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.capability-copy h2 {
  max-width: 620px;
  margin-bottom: 18px;
  color: #020713;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.capability-copy p {
  max-width: 650px;
  color: #59677b;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.capability-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid #d8d1c4;
}

.capability-grid article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid #d8d1c4;
}

.capability-grid span {
  grid-row: 1 / span 2;
  color: #0b7f79;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capability-grid h3 {
  grid-column: 2;
  margin: 0 0 8px;
  color: #020713;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.08;
}

.capability-grid p {
  grid-column: 2;
  margin: 0;
  color: #59677b;
}

.work-grid article,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(7, 27, 51, 0.07);
}

.work-grid h3 {
  margin: 24px 0 12px;
  font-size: 1.25rem;
  line-height: 1.12;
}

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

.work {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100% - 1180px) / 2));
  padding-left: max(20px, calc((100% - 1180px) / 2));
  background: linear-gradient(180deg, var(--mist), #ffffff);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.work-grid article {
  padding: 26px;
}

.work-grid article.is-active {
  border-color: #020713;
  box-shadow: 0 18px 50px rgba(7, 27, 51, 0.12);
}

.project-select {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  border: 1px solid #cdd8e6;
  border-radius: 0;
  padding: 10px 14px;
  color: #020713;
  background: #ffffff;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.project-select:hover,
.work-grid article.is-active .project-select {
  color: #ffffff;
  border-color: #020713;
  background: #020713;
}

.project-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 5vw, 64px);
  margin-top: 22px;
  border: 1px solid #d8d1c4;
  padding: clamp(28px, 4vw, 46px);
  background: #f7f4ed;
}

.project-detail-heading h3 {
  margin: 0 0 14px;
  color: #020713;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.project-detail-heading p:last-child {
  max-width: 620px;
  color: #59677b;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.project-facts {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid #d4ccbd;
}

.project-facts div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #d4ccbd;
}

.project-facts dt {
  color: #020713;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-facts dd {
  margin: 0;
  color: #59677b;
}

.project-deliveries {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.project-deliveries li {
  padding-left: 4px;
}

.verticals-section {
  width: 100%;
  max-width: none;
  padding: 96px max(20px, calc((100% - 1180px) / 2));
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.verticals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #d8d1c4;
  border-left: 1px solid #d8d1c4;
}

.verticals-grid article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid #d8d1c4;
  border-bottom: 1px solid #d8d1c4;
}

.verticals-grid span {
  color: #0b7f79;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.verticals-grid h3 {
  margin: 22px 0 12px;
  color: #020713;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.06;
}

.verticals-grid p {
  margin: 0;
  color: #59677b;
}

.ai-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
  padding: 86px max(20px, calc((100% - 1180px) / 2));
  background: #f7f4ed;
  border-top: 1px solid #d8d1c4;
}

.ai-copy h2 {
  max-width: 680px;
  margin-bottom: 18px;
  color: #020713;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.ai-copy p {
  max-width: 650px;
  color: #59677b;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d4ccbd;
  border-left: 1px solid #d4ccbd;
}

.ai-grid article {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid #d4ccbd;
  border-bottom: 1px solid #d4ccbd;
}

.ai-grid strong {
  display: block;
  margin-bottom: 12px;
  color: #020713;
  font-size: clamp(1.32rem, 2.3vw, 2rem);
  line-height: 1;
}

.ai-grid p {
  margin: 0;
  color: #59677b;
}

.tech-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(500px, 1.14fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
  padding: 86px max(20px, calc((100% - 1180px) / 2));
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.tech-copy h2 {
  max-width: 660px;
  margin-bottom: 18px;
  color: #020713;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.tech-copy p {
  max-width: 650px;
  color: #59677b;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d8d1c4;
  border-left: 1px solid #d8d1c4;
}

.tech-grid article {
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid #d8d1c4;
  border-bottom: 1px solid #d8d1c4;
}

.tech-grid article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.tech-grid span {
  display: block;
  margin-bottom: 12px;
  color: #020713;
  font-size: clamp(1.28rem, 2.2vw, 1.9rem);
  font-weight: 950;
  line-height: 1;
}

.tech-grid p {
  margin: 0;
  color: #59677b;
}

.data-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
  padding: 86px max(20px, calc((100% - 1180px) / 2));
  background: #f7f4ed;
  border-top: 1px solid #d8d1c4;
}

.data-copy h2 {
  max-width: 660px;
  margin-bottom: 18px;
  color: #020713;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.data-copy p {
  max-width: 650px;
  color: #59677b;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d4ccbd;
  border-left: 1px solid #d4ccbd;
}

.data-grid article {
  min-height: 190px;
  padding: 28px;
  border-right: 1px solid #d4ccbd;
  border-bottom: 1px solid #d4ccbd;
}

.data-grid span {
  display: block;
  margin-bottom: 12px;
  color: #020713;
  font-size: clamp(1.28rem, 2.2vw, 1.9rem);
  font-weight: 950;
  line-height: 1;
}

.data-grid p {
  margin: 0;
  color: #59677b;
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: start;
  padding: 82px max(20px, calc((100% - 1180px) / 2));
  color: #020713;
  background: #f7f4ed;
  border-top: 1px solid #d8d1c4;
  border-bottom: 1px solid #d8d1c4;
}

.proof-band h2 {
  max-width: 600px;
  color: #020713;
}

.proof-band > div:first-child > p:last-child {
  max-width: 620px;
  margin-top: 20px;
  color: #59677b;
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid #d4ccbd;
  border-top: 1px solid #d4ccbd;
}

.proof-stats p {
  margin: 0;
  padding: 32px clamp(20px, 3vw, 34px);
  color: #59677b;
  background: transparent;
  border-bottom: 1px solid #d4ccbd;
}

.proof-stats p:nth-child(even) {
  border-left: 1px solid #d4ccbd;
}

.proof-stats p:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.proof-stats strong {
  display: block;
  margin-bottom: 10px;
  color: #020713;
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
  line-height: 1;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.contact-copy a {
  color: var(--blue);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 32px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  overflow: hidden;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-status {
  min-height: 1.4em;
  font-weight: 850;
}

.form-status:empty {
  display: none;
}

.form-status.is-success {
  color: #0b7f79;
}

.form-status.is-error {
  color: #b42318;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px max(20px, calc((100% - 1180px) / 2));
  color: rgba(255, 255, 255, 0.72);
  background: var(--navy);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--paper);
  font-weight: 850;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}

.policy-page {
  background: #ffffff;
}

.policy-hero {
  padding: clamp(70px, 9vw, 116px) max(20px, calc((100% - 900px) / 2)) 38px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.policy-hero h1 {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(3rem, 8vw, 5.4rem);
}

.policy-hero p:last-child {
  color: var(--muted);
}

.policy-content {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 96px;
}

.policy-content h2 {
  margin: 38px 0 10px;
  color: #020713;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.08;
}

.policy-content p {
  color: #59677b;
  font-size: 1.04rem;
}

@media (max-width: 1080px) {
  .hero,
  .ai-section,
  .tech-section,
  .data-section,
  .proof-band,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .hero-product img {
    width: 100%;
    margin-left: 0;
  }

  .services-top,
  .capability-section,
  .proof-stats {
    grid-template-columns: 1fr;
  }

  .proof-stats {
    border-left: 0;
  }

  .proof-stats p,
  .proof-stats p + p {
    border-left: 0;
    border-top: 1px solid #d4ccbd;
    padding-right: 0;
    padding-left: 0;
  }

  .service-metrics {
    border-left: 0;
  }

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

  .verticals-grid,
  .ai-grid,
  .tech-grid,
  .data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 820px) {
  .site-header {
    padding: 14px 16px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 12px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .hero {
    padding-top: 72px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.35rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .logo-cloud,
  .service-metrics,
  .capability-section,
  .project-detail,
  .verticals-grid,
  .ai-section,
  .ai-grid,
  .tech-section,
  .tech-grid,
  .data-section,
  .data-grid,
  .proof-stats,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .tech-grid article:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .capability-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .capability-grid article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

  .capability-grid span,
  .capability-grid h3,
  .capability-grid p {
    grid-column: auto;
  }

  .capability-grid span {
    grid-row: auto;
  }

  .project-facts div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .services-top {
    width: calc(100% - 32px);
    padding-top: 62px;
    padding-bottom: 48px;
  }

  .service-metrics div,
  .service-metrics div + div {
    border-left: 0;
    border-top: 1px solid #d4ccbd;
    padding-right: 0;
    padding-left: 0;
  }

  .section,
  .verticals-section,
  .ai-section,
  .tech-section,
  .data-section,
  .proof-band {
    padding-top: 76px;
    padding-bottom: 76px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .brand-name {
    font-size: 1rem;
  }

  .hero,
  .section,
  .work,
  .verticals-section,
  .ai-section,
  .tech-section,
  .data-section,
  .proof-band,
  .contact {
    padding-right: 16px;
    padding-left: 16px;
  }
}
