:root {
  --bg: #030303;
  --panel: #0d0d0d;
  --text: #f2f2f2;
  --muted: #bdbdbd;
  --line: #313131;
  --max: 1160px;
  --blue: #2e7cff;
}
* {
  box-sizing: border-box;
}
html {
  background: #000;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: linear-gradient(#030303, #0a0a0a 70%, #030303);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.container {
  width: min(calc(100% - 44px), var(--max));
  margin: auto;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.nav a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  color: #e9e9e9;
  padding: 10px 0 14px;
}
.nav a.active,
.nav a:hover {
  border-color: #fff;
}
.nav .talk {
  border: 1px solid #aaa;
  padding: 15px 24px;
}
.nav .talk:hover {
  background: #eee;
  color: #111;
}
.menu {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 25px;
}
.display {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 0.94;
  letter-spacing: 0.005em;
  margin: 0;
  background: linear-gradient(180deg, #fff, #cacaca 55%, #696969);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #eee;
  margin: 0 0 7px;
}
.lead {
  color: #cfcfcf;
  font-size: 17px;
  max-width: 720px;
}
.rule {
  height: 1px;
  width: 32px;
  background: #ddd;
  margin: 18px 0;
}
.hero {
  position: relative;
  min-height: calc(100vh - 148px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #030303 url("/assets/network-silver.webp") center/cover no-repeat;
}
.hero:after,
.page-hero:after,
.infra-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #030303 0%,
    rgba(3, 3, 3, 0.94) 39%,
    rgba(3, 3, 3, 0.22) 100%
  );
}
.hero .container,
.page-hero .container,
.infra-hero .container {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: clamp(74px, 8.8vw, 132px);
  max-width: 1030px;
}
.hero .lead {
  font-size: 18px;
  line-height: 1.55;
  max-width: 690px;
  margin: 24px 0 37px;
}
.actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.button {
  min-width: 190px;
  height: 54px;
  border: 1px solid #c4c4c4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.02);
}
.button.primary {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.64),
    rgba(255, 255, 255, 0.12)
  );
}
.button:hover {
  background: #eee;
  color: #111;
}
.page-hero {
  height: 330px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #030303 url("/assets/network-silver.webp") center/cover no-repeat;
  border-bottom: 1px solid #171717;
}
.page-hero h1 {
  font-size: clamp(54px, 6.4vw, 82px);
}
.page-hero .lead {
  font-size: 15px;
  max-width: 650px;
}
.section {
  padding: 50px 0;
  border-top: 1px solid #171717;
}
.center {
  text-align: center;
}
.center .rule {
  margin: 14px auto 26px;
}
.cta {
  border: 1px solid #3a3a3a;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: linear-gradient(110deg, #111, #080808);
}
.cta h3 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  margin: 0;
}
.cta p {
  font-size: 12px;
  color: #c7c7c7;
  margin: 4px 0 0;
}
.tech-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
}
.tech {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid #343434;
}
.tech:last-child {
  border-right: 0;
}
.tech img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.9;
}
.tech span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.contact {
  min-height: calc(100dvh - var(--ix-header-height) - 92px);

  display: grid;
  place-items: center;

  background: #030303 url("/assets/network-silver.webp") center/cover no-repeat;
  position: relative;
}
.contact:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.contact-card {
  position: relative;
  z-index: 2;

  width: min(900px, calc(100% - 80px));
  padding: 64px 72px;

  border: 1px solid #444;
  text-align: center;

  background: rgba(5, 5, 5, 0.94);
}

.contact h1 {
  margin: 0;

  font-size: clamp(56px, 5vw, 76px);
  line-height: 0.98;
}

.contact .lead {
  max-width: 700px;
  margin: 22px auto 0;

  color: #c9c9c9;
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.5;
}
.contact .button {
  min-width: 220px;
  min-height: 58px;
  margin-top: 30px;
  padding: 0 28px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
}
.contact .button {
  min-width: 220px;
  min-height: 58px;
  margin-top: 30px;
  padding: 0 28px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
}

/* LET'S TALK — DESKTOP HEIGHT TUNING */
@media (min-width: 821px) {
  .contact-card {
    padding: clamp(38px, 4.5vh, 56px) 64px;
  }

  .contact .lead {
    margin-top: 18px;
  }

  .contact .button {
    margin-top: 24px;
  }
}
.email {
  display: inline-block;
  margin-top: 18px;
  border-bottom: 1px solid #eee;
}
.infra-hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
  position: relative;
  background: #030303 url("/assets/network-blue.webp") center/cover no-repeat;
}
.infra-hero h1 {
  font-size: clamp(64px, 8vw, 108px);
}
.badge {
  display: inline-block;
  border: 1px solid #397cd8;
  color: #90b7ff;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 7px 11px;
  margin-bottom: 17px;
}
.blue {
  color: #76a7ff;
}
/* ==========================================================
   INFRAVISOR PAGE
   Product presentation
   ========================================================== */

.infra-hero {
  min-height: auto;
  display: block;
  padding: 12px 0 90px;
  text-align: center;
}

.infra-hero .container {
  width: min(calc(100% - 88px), 1100px);
}

.infra-coming-soon {
  display: block;

  width: min(100%, 760px);
  height: auto;

  margin: 0 auto 34px;

  object-fit: contain;
}

.infra-logo {
  display: block;
  width: min(100%, 620px);
  height: auto;
  margin: 0 auto 36px;
}

.infra-hero .badge {
  margin-bottom: 22px;

  border-color: #168fe3;
  color: #4db7ff;
}

.infra-heading {
  max-width: 900px;
  margin: 0 auto;

  font-size: clamp(64px, 6.5vw, 96px) !important;
  line-height: 0.98;
  text-align: center;
}

.infra-copy {
  max-width: 1040px;
  margin: 34px auto 0;

  color: #d0d0d0;
  font-size: clamp(23px, 1.45vw, 28px) !important;
  font-weight: 400;
  line-height: 1.5 !important;
  text-align: center;
}

.infra-launch {
  margin: 34px 0 0;

  color: #168fe3;
  font-size: clamp(22px, 1.5vw, 28px);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}

.infra-contact {
  min-width: 320px;
  min-height: 60px;
  margin-top: 32px;
  padding: 0 30px;

  border-color: #168fe3 !important;
  color: #f3f3f3;
}

.infra-contact:hover,
.infra-contact:focus-visible {
  background: linear-gradient(
    135deg,
    #4db7ff 0%,
    #168fe3 48%,
    #0b6fb8 100%
  ) !important;

  border-color: #4db7ff !important;
  color: #02070c !important;
}
.legal {
  padding: 58px 0;
}
.legal h1 {
  font-size: 60px;
}
.legal h2 {
  font-size: 18px;
  margin-top: 30px;
}
.legal p {
  color: #ccc;
  font-size: 14px;
  max-width: 850px;
}
.infravisor-page .infra-header-brand .global-brand__stacked {
  width: 150px;
  height: auto;
}
.infravisor-page main {
  margin-top: -50px;
}
@media (max-width: 820px) {
  .menu {
    display: block;
  }
  .nav {
    display: none;
    position: absolute;
    top: 95px;
    left: 20px;
    right: 20px;
    background: #080808;
    border: 1px solid #333;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
  }
  .nav.open {
    display: flex;
  }
  .hero {
    min-height: calc(100vh - 102px);
  }
  .hero:after,
  .page-hero:after,
  .infra-hero:after {
    background: linear-gradient(
      180deg,
      rgba(3, 3, 3, 0.4),
      rgba(3, 3, 3, 0.96) 52%,
      #030303
    );
  }
  .hero h1 {
    font-size: clamp(60px, 17vw, 90px);
  }
  .tech-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .tech:nth-child(even) {
    border-right: 0;
  }
  .cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .contact-card {
    padding: 32px 22px;
  }
  .page-hero {
    height: 360px;
  }
}

/* ==========================================================
   ABOUT PAGE
   Hero / Introduction
   ========================================================== */

.about-hero {
  min-height: 500px;
  height: auto;

  display: flex;
  align-items: center;

  padding-top: 20px;
  padding-bottom: 60px;

  border-bottom: 0;
}

.about-hero .container {
  width: min(calc(100% - 88px), 1240px);
}

.about-hero h1 {
  max-width: 760px;
  margin: 0;

  font-size: clamp(68px, 6.2vw, 104px);
  line-height: 0.98;
}

.about-hero__intro {
  max-width: 1120px;
  margin-top: 42px;
}

.about-hero__intro p {
  max-width: 1080px;
  margin: 0;

  color: #d6d6d6;
  font-size: clamp(27px, 1.8vw, 34px);
  font-weight: 400;
  line-height: 1.45;
}

/* ABOUT HERO COPY — AUTHORITATIVE */

.page-hero.about-hero .about-hero__intro {
  max-width: 1120px;
  margin-top: 42px;
}

.page-hero.about-hero .about-hero__intro p:not(.about-hero__statement) {
  max-width: 1080px;
  margin: 0;

  color: #c9c9c9 !important;
  font-size: clamp(23px, 1.45vw, 28px) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.page-hero.about-hero .about-hero__intro p + p {
  margin-top: 30px;
}

.page-hero.about-hero .about-hero__statement {
  max-width: none;
  margin: 30px 0 48px !important;

  color: #f1f1f1 !important;
  font-size: clamp(28px, 1.8vw, 34px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.005em;
}

/* ==========================================================
   ABOUT PAGE
   Our Promise
   ========================================================== */

.about-promise {
  padding: 64px 0 86px;
}

.about-promise .container {
  width: min(calc(100% - 88px), 1240px);
}

.about-section-title {
  margin: 0 0 30px;

  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(42px, 3.8vw, 64px);
  font-weight: 400;
  line-height: 1;

  background: linear-gradient(
    118deg,
    #d0d0d0 0%,
    #b3b3b3 12%,
    #8c8c8c 40%,
    #6e6e6e 64%,
    #525252 84%,
    #383838 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-promise__graphic {
  display: block;

  width: min(100%, 1120px);
  height: auto;

  margin: 34px 0 0;

  object-fit: contain;
}

.about-promise__copy {
  max-width: 1080px;
  margin-top: 0;
}

.about-promise .about-promise__copy p,
.about-approach .about-approach__copy p {
  margin: 0;

  color: #c9c9c9 !important;
  font-size: clamp(23px, 1.45vw, 28px) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.about-promise .about-promise__copy p + p,
.about-approach .about-approach__copy p + p {
  margin-top: 16px !important;
}

/* ==========================================================
   ABOUT PAGE
   Our Approach
   ========================================================== */

.about-approach {
  padding: 104px 0 86px;
}

.about-approach .container {
  width: min(calc(100% - 88px), 1240px);
}

.about-approach__copy {
  max-width: 1080px;
  margin-top: 0;
}

.about-approach__copy strong {
  color: #f1f1f1;
  font-weight: 700;
}

/* ==========================================================
   ABOUT PAGE
   Why Choose Us
   ========================================================== */

.about-choose {
  padding: 104px 0 86px;
}

.about-choose .container {
  width: min(calc(100% - 88px), 1240px);
}

.about-choose__graphic {
  display: block;

  width: 100%;
  height: auto;

  margin: 34px 0 0;

  object-fit: contain;
}

/* ABOUT PAGE — DESKTOP SECTION SPACING */

.about-promise {
  padding: 48px 0 0;
}

.about-choose {
  padding: 112px 0 86px;
}

.about-approach {
  padding: 38px 0 86px;
}

/* ==========================================================
   ABOUT PAGE
   Final CTA
   ========================================================== */

.about-final-cta {
  padding: 60px 0 86px;
}

.about-final-cta .container {
  width: min(calc(100% - 88px), 1240px);
}

.about-final-cta .cta {
  margin: 0;
}

.about-final-cta .cta .button {
  min-width: 250px;
  min-height: 58px;
  padding: 0 30px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
}

/* ==========================================================
   SERVICES PAGE
   Hero
   ========================================================== */

.services-hero {
  min-height: 500px;
  height: auto;

  display: flex;
  align-items: center;

  padding-top: 20px;
  padding-bottom: 60px;

  border-bottom: 0;
}

.services-hero .container {
  width: min(calc(100% - 88px), 1240px);
}

.services-hero h1 {
  max-width: 900px;
  margin: 0;

  font-size: clamp(68px, 6.2vw, 104px);
  line-height: 0.98;
}

.services-hero__intro {
  max-width: 1080px;
  margin-top: 42px;
}

.services-hero__intro p {
  max-width: 1080px;
  margin: 0;

  color: #c9c9c9 !important;
  font-size: clamp(23px, 1.45vw, 28px) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

/* ==========================================================
   SERVICES PAGE
   Capabilities Graphic
   ========================================================== */

.services-core {
  padding-bottom: 34px;
}

.services-capabilities {
  width: 100%;
  margin-top: 34px;
}

.services-capabilities__graphic {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.services-tech__title {
  margin: 0 0 14px;

  color: #c9c9c9;
  font-size: clamp(18px, 1.2vw, 21px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

.services-tech {
  padding-top: 30px;
  padding-bottom: 38px;
}

/* ==========================================================
   SERVICES PAGE
   Engagement & Pricing
   ========================================================== */

.services-engagement {
  padding: 58px 0 0;
}

.services-engagement .container {
  width: min(calc(100% - 88px), 1240px);
}

.services-engagement__title {
  margin: 0 0 28px;

  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(42px, 3.8vw, 64px);
  font-weight: 400;
  line-height: 1;

  background: linear-gradient(
    118deg,
    #d0d0d0 0%,
    #b3b3b3 12%,
    #8c8c8c 40%,
    #6e6e6e 64%,
    #525252 84%,
    #383838 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-engagement__copy {
  max-width: 1080px;
}

.services-engagement .services-engagement__copy p {
  margin: 0;

  color: #c9c9c9 !important;
  font-size: clamp(23px, 1.45vw, 28px) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.services-engagement .services-engagement__copy p + p {
  margin-top: 16px !important;
}

@media (max-width: 820px) {
  .about-hero {
    min-height: auto;

    padding-top: 48px;
    padding-bottom: 52px;
  }

  .about-hero .container {
    width: min(calc(100% - 40px), 1240px);
  }

  .about-hero h1 {
    font-size: clamp(52px, 14vw, 76px);
  }

  .about-hero__intro p {
    font-size: 20px;
    line-height: 1.5;
  }

  .about-hero__statement {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  .about-promise {
    padding: 64px 0 0;
  }

  .about-promise .container {
    width: min(calc(100% - 40px), 1240px);
  }

  .about-section-title {
    margin-bottom: 26px;
    font-size: clamp(38px, 11vw, 52px);
  }

  .about-promise__copy {
    margin-top: 30px;
  }

  .about-promise__copy p {
    font-size: 20px;
    line-height: 1.5;
  }

  .about-choose {
    padding: 28px 0 0;
  }

  .about-choose .container {
    width: min(calc(100% - 40px), 1240px);
  }

  .about-choose__graphic {
    margin-top: 26px;
  }

  .about-approach {
    padding: 28px 0 86px;
  }
}
/* ==========================================================
   FINAL MOBILE PAGE CONTRACT
   ========================================================== */

@media (max-width: 820px) {
  /* ----------------------------------------------------------
     ABOUT
     ---------------------------------------------------------- */

  .about-hero {
    padding: 36px 0 46px;
  }

  .about-hero .container,
  .about-promise .container,
  .about-choose .container,
  .about-approach .container,
  .about-final-cta .container {
    width: calc(100% - 40px);
  }

  .about-hero h1 {
    font-size: clamp(50px, 13vw, 68px);
    line-height: 1;
  }

  .page-hero.about-hero .about-hero__intro {
    margin-top: 30px;
  }

  .page-hero.about-hero .about-hero__intro p:not(.about-hero__statement),
  .about-promise .about-promise__copy p,
  .about-approach .about-approach__copy p {
    font-size: 19px !important;
    line-height: 1.5 !important;
  }

  .page-hero.about-hero .about-hero__statement {
    margin: 26px 0 34px !important;
    font-size: 23px !important;
  }

  .about-section-title {
    margin-bottom: 22px;
    font-size: clamp(40px, 11vw, 52px);
  }

  .about-promise {
    padding: 44px 0 0;
  }

  .about-promise__graphic {
    margin-top: 26px;
  }

  .about-choose {
    padding: 64px 0 0;
  }

  .about-choose__graphic {
    margin-top: 24px;
  }

  .about-approach {
    padding: 54px 0 54px;
  }

  .about-final-cta {
    padding: 40px 0 58px;
  }

  /* ----------------------------------------------------------
     SERVICES
     ---------------------------------------------------------- */

  .services-hero {
    min-height: auto;
    padding: 36px 0 46px;
  }

  .services-hero .container,
  .services-engagement .container {
    width: calc(100% - 40px);
  }

  .services-hero h1 {
    max-width: none;

    font-size: clamp(48px, 12vw, 66px);
    line-height: 1;
  }

  .services-hero__intro {
    margin-top: 30px;
  }

  .services-hero__intro p,
  .services-engagement .services-engagement__copy p {
    font-size: 19px !important;
    line-height: 1.5 !important;
  }

  .services-core {
    padding-bottom: 24px;
  }

  .services-capabilities {
    margin-top: 26px;
  }

  .services-tech {
    padding-top: 22px;
    padding-bottom: 30px;
  }

  .services-tech__title {
    margin-bottom: 16px;

    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }

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

  .tech {
    height: 100px;
  }

  .services-engagement {
    padding-top: 42px;
  }

  .services-engagement__title {
    margin-bottom: 22px;
    font-size: clamp(40px, 11vw, 52px);
  }

  /* ----------------------------------------------------------
     CTA BOXES
     ---------------------------------------------------------- */

  .cta {
    flex-direction: column;
    align-items: flex-start;

    gap: 22px;
    padding: 24px 22px;
  }

  .about-final-cta .cta .button {
    width: 100%;
    min-width: 0;
    min-height: 56px;

    padding: 0 18px;

    white-space: normal;
    text-align: center;
  }

  /* ----------------------------------------------------------
     LET'S TALK
     ---------------------------------------------------------- */

  .contact {
    min-height: auto;

    padding: 42px 0 54px;
  }

  .contact-card {
    width: calc(100% - 40px);

    padding: 36px 24px;
  }

  .contact h1 {
    font-size: clamp(48px, 12vw, 62px);
    line-height: 1;
  }

  .contact .lead {
    font-size: 18px;
    line-height: 1.5;
  }

  .contact .button {
    width: 100%;
    min-width: 0;

    padding: 0 18px;

    white-space: normal;
    text-align: center;
  }

  /* ----------------------------------------------------------
     INFRAVISOR
     ---------------------------------------------------------- */

  .infravisor-page main {
    margin-top: 0;
  }

  .infravisor-page .infra-header-brand .global-brand__stacked {
    width: 112px;
  }

  .infra-hero {
    min-height: auto;

    display: block;

    padding: 16px 0 58px;
  }

  .infra-hero .container {
    width: calc(100% - 40px);
  }

  .infra-coming-soon {
    width: min(100%, 520px);
    margin-bottom: 24px;
  }

  .infra-logo {
    width: min(100%, 460px);
    margin-bottom: 28px;
  }

  .infra-hero .badge {
    margin-bottom: 18px;
  }

  .infra-heading {
    font-size: clamp(48px, 12vw, 64px) !important;
    line-height: 1;
  }

  .infra-copy {
    margin-top: 28px;

    font-size: 19px !important;
    line-height: 1.5 !important;
  }

  .infra-launch {
    margin-top: 28px;
    font-size: 21px;
  }

  .infra-contact {
    width: 100%;
    min-width: 0;
    min-height: 58px;

    padding: 0 18px;

    white-space: normal;
    text-align: center;
  }

  /* ----------------------------------------------------------
     LEGAL
     ---------------------------------------------------------- */

  .legal {
    padding: 42px 0 54px;
  }

  .legal .container {
    width: calc(100% - 40px);
  }

  .legal h1 {
    font-size: clamp(48px, 13vw, 64px);
  }

  .legal h2 {
    margin-top: 28px;
    font-size: 20px;
  }

  .legal p {
    max-width: none;

    font-size: 16px;
    line-height: 1.6;
  }
  /* WHY CHOOSE US — preserve infographic readability on mobile */

  .about-choose__graphic-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .about-choose__graphic {
    width: 780px;
    max-width: none;
    height: auto;

    margin-top: 24px;
  }
  /* CORE SERVICES — preserve infographic readability on mobile */

  .services-capabilities {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .services-capabilities__graphic {
    width: min(780px, 100%);
    max-width: none;
    height: auto;
  }
}
/* ==========================================================
   ABOUT + SERVICES LAYOUT CONTRACT
   Authoritative desktop and mobile spacing
   ========================================================== */

:root {
  --ix-as-desktop-gutter: 44px;
  --ix-as-mobile-gutter: 20px;

  --ix-as-desktop-hero-copy-gap: 42px;
  --ix-as-mobile-hero-copy-gap: 30px;

  --ix-as-desktop-heading-gap: 30px;
  --ix-as-mobile-heading-gap: 22px;

  --ix-as-desktop-graphic-gap: 30px;
  --ix-as-mobile-graphic-gap: 24px;
}

/* ----------------------------------------------------------
   DESKTOP / TABLET
   ---------------------------------------------------------- */

.about-hero .container,
.about-promise .container,
.about-choose .container,
.about-approach .container,
.about-final-cta .container,
.services-hero .container,
.services-core .container,
.services-tech .container,
.services-engagement .container {
  width: min(calc(100% - (var(--ix-as-desktop-gutter) * 2)), 1240px);
}

/* Hero heading → introductory copy */

.page-hero.about-hero .about-hero__intro,
.services-hero__intro {
  margin-top: var(--ix-as-desktop-hero-copy-gap);
}

/* Section heading → copy */

.about-section-title,
.services-engagement__title {
  margin-bottom: var(--ix-as-desktop-heading-gap);
}

/* About: heading → infographic */

.about-choose__graphic-scroll {
  margin-top: var(--ix-as-desktop-graphic-gap);
}

.about-choose__graphic {
  margin-top: 0;
}

/* Services: heading/rule → infographic */

.services-core .center .rule {
  margin: 14px auto var(--ix-as-desktop-graphic-gap);
}

.services-capabilities {
  margin-top: 0;
}

/* Keep both desktop graphics inside the shared content width */

.about-choose__graphic,
.services-capabilities__graphic {
  width: 100%;
  max-width: none;
  height: auto;
}

/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media (max-width: 820px) {
  .about-hero .container,
  .about-promise .container,
  .about-choose .container,
  .about-approach .container,
  .about-final-cta .container,
  .services-hero .container,
  .services-core .container,
  .services-tech .container,
  .services-engagement .container {
    width: calc(100% - (var(--ix-as-mobile-gutter) * 2));
  }

  /* Hero heading → introductory copy */

  .page-hero.about-hero .about-hero__intro,
  .services-hero__intro {
    margin-top: var(--ix-as-mobile-hero-copy-gap);
  }

  /* Section heading → copy */

  .about-section-title,
  .services-engagement__title {
    margin-bottom: var(--ix-as-mobile-heading-gap);
  }

  /* Shared horizontally scrolling infographic container */

  .about-choose__graphic-scroll,
  .services-capabilities {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  /* About graphic spacing */

  .about-choose__graphic-scroll {
    margin-top: var(--ix-as-mobile-graphic-gap);
  }

  .about-choose__graphic {
    width: 780px;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  /* Services graphic spacing */

  .services-core .center .rule {
    margin: 14px auto var(--ix-as-mobile-graphic-gap);
  }

  .services-capabilities {
    margin-top: 0;
  }

  .services-capabilities__graphic {
    width: 780px;
    max-width: none;
    height: auto;
    margin: 0;
  }
}
