:root {
  --ink: #202020;
  --text: #3a3a3a;
  --muted: #767676;
  --paper: #f2f2f2;
  --panel: #fbfbfb;
  --line: #dedede;
  --blue: #2b66ff;
  --orange: #ff5a32;
  --dark: #131313;
  --logo: #2c3046;
  --font-main: "Cygre", Arial, sans-serif;
  --font-mono: "Inconsolata", monospace;
}

@font-face {
  font-family: "Cygre";
  src: url("../assets/fonts/cygre/Cygre-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cygre";
  src: url("../assets/fonts/cygre/Cygre-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cygre";
  src: url("../assets/fonts/cygre/Cygre-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cygre";
  src: url("../assets/fonts/cygre/Cygre-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cygre";
  src: url("../assets/fonts/cygre/Cygre-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-main);
  line-height: 1.28;
  overflow-x: hidden;
}

body.is-loading {
  overflow: hidden;
}

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

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

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #111;
  color: #fff;
  clip-path: inset(0 0 0 0);
  will-change: clip-path, opacity;
}

.loader-counter {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  font-family: var(--font-main);
}

.loader-counter span {
  font-size: clamp(54px, 7vw, 118px);
  font-weight: 600;
  line-height: 1;
}

.loader-stairs {
  position: absolute;
  inset: 0;
  display: flex;
}

.loader-stairs span {
  flex: 1;
  height: 100%;
  background: #111;
  border-right: 1px solid rgba(255, 255, 255, .06);
  will-change: transform;
}

.container-narrow {
  width: min(100% - 120px, 1280px);
  margin-inline: auto;
}
.container-narrow-w {
  width: min(100% - 120px, 1540px);
  margin-inline: auto;
}
.container-wide {
  width: min(100% - 28px, 1894px);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 8px 0 auto;
  z-index: 50;
  pointer-events: none;
}

.nav-shell {
  width: min(100% - 120px, 1440px);
  min-height: 64px;
  margin-inline: auto;
  padding: 10px 12px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
  backdrop-filter: blur(16px);
  pointer-events: auto;
}

.brand img {
  width: 186px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #555;
  font-size: 18px;
  font-weight: 500;
}

.nav-links span {
  width: 1px;
  height: 17px;
  background: #ddd;
}

.btn-touch {
  min-width: 178px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #2b2828;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color .28s ease, transform .28s ease, box-shadow .28s ease;
}

.btn-touch::before,
.pill-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateY(102%);
  transition: transform .36s cubic-bezier(.16, 1, .3, 1);
}

.btn-touch::before {
  background: var(--orange);
}

.btn-touch::after,
.pill-btn::after {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  transform: translateY(112%);
  transition: transform .36s cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

.btn-touch:hover,
.pill-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.btn-touch:hover,
.pill-btn:hover {
  color: transparent;
}

.btn-touch:hover::before,
.btn-touch:hover::after,
.pill-btn:hover::before,
.pill-btn:hover::after {
  transform: translateY(0);
}

.hero {
  position: relative;
  height: 1180px;
  padding: 240px 0 106px;
  overflow: hidden;
  background: #f1f1f1;
  /* background: #f4f4f4 url("../assets/img/hero-bg.png") center top / cover no-repeat; */
}

.heatmap-wrapper {
  position: absolute;
  left: 50%;
  top: -150px;
  z-index: 1;
  width: max(1720px, 132vw);
  height: 1500px;
  transform: translateX(-50%);
  opacity: .68;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.heatmap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.heatmap-live {
  z-index: 2;
}

.heatmap-canvas {
  position: absolute !important;
  inset: 0 auto auto 0;
  width: 100% !important;
  height: 100% !important;
}

.trail-container {
  position: absolute;
  inset: 0;
  z-index: 6;
  overflow: hidden;
  pointer-events: none;
}

.trail-img {
  position: absolute;
  width: 132px;
  height: 158px;
  overflow: hidden;
  border-radius: 12px;
  transform: translate(-50%, -50%) scale(.45);
  transform-origin: center;
  opacity: 0;
  will-change: transform, opacity;
}

.trail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

.hero-inner {
  position: relative;
  z-index: 4;
  text-align: center;
}

.hero h1 {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -1.3px;
}

.h1-line {
  display: block;
}

.hero-subtitle {
  max-width: 810px;
  margin: 40px auto 0;
  color: #5d5d5d;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.18;
}

.hero-actions {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.pill-btn {
  width: 280px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 21px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color .28s ease, transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.pill-orange {
  background: var(--orange);
  color: #fff;
}

.pill-orange::before {
  background: #202020;
}

.pill-orange::after {
  color: #fff;
}

.pill-light {
  background: rgba(255, 255, 255, .8);
  border: 1px solid #ddd;
  color: #5a5a5a;
}

.pill-light::before {
  background: #202020;
}

.pill-light::after {
  color: #fff;
}

.btn-touch::after {
  color: #fff;
}

.hero-line {
  margin: 80px 0 0;
  color: #363636;
  font-size: 21px;
}

.hero-cards {
  width: min(100%, 1264px);
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mini-card {
  min-height: 118px;
  padding: 22px 38px 18px 66px;
  position: relative;
  text-align: left;
  background: rgba(255, 255, 255, .86);
  border-radius: 14px;
}

.mini-card::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 24px;
  width: 8px;
  height: 78px;
  border-radius: 6px;
}

.stripe-yellow::before { background: #ffd700; }
.stripe-blue::before { background: #2362ed; }
.stripe-green::before { background: #81ff00; }

.mini-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 600;
}

.mini-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.08;
}

.decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
}

.decor-arrow {
  width: 154px;
  left: 28px;
  top: -8%;
  position: absolute;
}

.decor-hero-hand {
  width: 260px;
  right: -2%;
  top: 7%;
  position: absolute;
}

.decor-star-a {     width: 30px;
    right: 13%;
    top: 47%;}
.decor-star-b {
   width: 40px;
    right: 30%;
    top: -13%; }
.decor-star-c { width: 56px; left: 5%; top: 40%; }


.section-label,
.dark-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 14px;
  border-radius: 4px;
  background: #fff;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.what-section {
  padding: 185px 0 135px;
  background: #f1f1f1;
}

.sticky-grid {
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: 126px;
  align-items: start;
}

.sticky-side {
  position: sticky;
  top: 130px;
  min-height: 760px;
  padding-top: 76px;
}

.sticky-side h2,
.services-head h2,
.featured-copy h2,
.approach-section h2,
.cta-panel h2 {
  margin: 24px 0 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -1.1px;
}

.sticky-side p {
  max-width: 810px;
  margin: 24px 0 0;
  color: #686868;
  font-size: 20px;
  line-height: 1.38;
}

.side-tabs {
  width: 385px;
  margin-top: 120px;
  padding: 18px 30px;
  display: grid;
  gap: 13px;
  background: rgba(255, 255, 255, .84);
  border-radius: 6px;
}

.side-tabs a {
  padding-bottom: 10px;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #e6e6e6;
  color: #a4a4a4;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.side-tabs a::before {
  content: "";
  width: 12px;
  flex: 0 0 12px;
}

.side-tabs a.active::before {
  content: "\2192";
}

.side-tabs a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.side-tabs a.active {
  color: var(--orange);
}

.type-list {
  display: grid;
  gap: 38px;
}

.type-card {
  scroll-margin-top: 155px;
  min-height: 520px;
  padding: 38px 38px 35px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 18px;
}

.mono-blue {
  margin: 0 0 70px;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.type-card h3 {
  margin: 0 0 34px;
  font-size: 22px;
  font-weight: 800;
}

.type-card p:not(.mono-blue) {
  max-width: 520px;
  margin: 0 0 32px;
  color: #676767;
  font-size: 20px;
  line-height: 1.45;
}

.type-card strong {
  display: block;
  margin-bottom: 66px;
  font-size: 22px;
  font-weight: 800;
}

.tag-box {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  background: #f0f1f1;
  border-radius: 4px;
}

.tag-box span {
  padding: 8px 14px 8px 32px;
  position: relative;
  background: #fff;
  border-radius: 6px;
  color: #4d4d4d;
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.tag-box span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #272b3c;
  transform: translateY(-50%);
}

.services-section {
  padding: 140px 0 180px;
  background: #f1f1f1;
}

.services-head {
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: 1.2fr .62fr;
  gap: 80px;
  align-items: end;
}

.services-head h2 {
  max-width: 910px;
  margin-top: 22px;
}

.services-head p {
  margin: 0 0 10px;
  color: #686868;
  font-size: 21px;
  font-weight: 500;
}

.service-word {
  display: inline-block;
  padding: 0 .17em .06em;
  border-radius: 16px;
  color: inherit;
}

.service-word:hover {
  color: inherit;
  transform: translateY(-1px);
}

.service-word.green { background: #bdff44; }
.service-word.purple { background: #b59cff; }
.service-word.mint { background: #44ffaa; }

.stack-cards {
  display: grid;
  gap: 38px;
}

.stack-card {
  position: sticky;
  top: 116px;
  scroll-margin-top: 126px;
}

.stack-card:nth-child(2) {
  top: 136px;
}

.stack-card:nth-child(3) {
  top: 156px;
}

.service-card {
  min-height: 720px;
  padding: 70px 30px 54px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 18px;
}

.service-intro {
  display: flex;
  flex-direction: column;
}

.service-intro h3 {
  margin: 0 0 32px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.service-intro h3 span {
  color: #d5d5d5;
}

.service-intro > p {
  max-width: 560px;
  margin: 0;
  color: #555;
  font-size: 19px;
  line-height: 1.45;
}

.chip-list {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-list span {
  min-height: 32px;
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 999px;
  color: #888;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-desc {
  max-width: 670px;
  min-height: 210px;
  margin: 0;
  color: #3b3b3b;
  font-size: 20px;
  line-height: 1.35;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.service-tile {
  min-height: 181px;
  padding: 28px 20px 20px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}

.service-tile img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 16px;
}

.service-tile h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-tile p {
  margin: 0;
  color: #9a9a9a;
  font-size: 15px;
  line-height: 1.12;
}

.featured-section {
  background: #f1f1f1;
  padding-bottom: 90px;
}

.featured-grid {
  min-height: 1830px;
  padding: 120px 60px;
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: 95px;
  align-items: start;
  background: var(--dark);
  color: #fff;
  border-radius: 8px;
}

.featured-copy {
  position: sticky;
  top: 130px;
  min-height: 740px;
}

.dark-label {
  background: #2b2b2b;
  color: #9db7e8;
}

.featured-copy h2 {
  max-width: 500px;
}

.featured-copy > p {
  max-width: 560px;
  margin: 50px 0 0;
  color: #9b9b9b;
  font-size: 21px;
  line-height: 1.25;
}

.featured-note {
  width: 550px;
  margin-top: 330px;
  padding: 30px 28px;
  background: #292929;
  border: 1px dashed #8e8e8e;
  border-radius: 8px;
}

.featured-note strong {
  display: block;
  margin-bottom: 24px;
  font-size: 21px;
}

.featured-note p {
  margin: 0;
  color: #e8e8e8;
  font-size: 19px;
  line-height: 1.35;
}

.featured-star,
.featured-hand {
  position: absolute;
  pointer-events: none;
}

.featured-star.one { width: 58px; left: 0; top: 330px; }
.featured-star.two { width: 62px; left: 430px; top: 600px; }
.featured-hand {
  width: 76px;
  right: 0%;
  top: 20%;
  }

.portfolio-list {
  display: grid;
  gap: 38px;
}

.portfolio-card {
  padding: 10px 10px 24px;
  background: #fff;
  color: #202020;
  border-radius: 8px;
}

.portfolio-card img {
  width: 100%;
  border-radius: 6px;
}

.portfolio-card h3 {
  margin: 24px 20px 8px;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.portfolio-card p {
  margin: 0 20px;
  color: #626262;
  font-size: 16px;
  line-height: 1.28;
}

.approach-section {
  padding: 105px 0 130px;
  background: #f1f1f1;
}

.approach-section h2 {
  max-width: 560px;
  margin-top: 42px;
}

.approach-copy {
  max-width: 760px;
  margin: 52px 0 74px;
  color: #909090;
  font-size: 18px;
  line-height: 1.12;
}

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

.approach-grid article {
  min-height: 280px;
  padding: 36px 30px 30px;
  background: #fff;
  border-radius: 4px;
}

.approach-grid h3 {
  margin: 0 0 24px;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
}

.approach-grid p {
  margin: 0 0 18px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.32;
}

.approach-grid span {
  width: 48px;
  height: 48px;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #171717;
  color: #fff;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 800;
}

.cta-wrap {
  padding: 0 0 70px;
  background: #f1f1f1;
}

.cta-panel {
  min-height: 625px;
  position: relative;
  padding: 90px 30px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 195, 190, .5), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(30, 60, 255, .72), transparent 23%),
    #151515;
  color: #fff;
  border-radius: 8px;
}

.cta-panel h2 {
  max-width: 520px;
  margin: 0 auto 46px;
  font-size: 40px;
}

.cta-panel p {
  max-width: 790px;
  margin: 0 auto 36px;
  color: #f0f0f0;
  font-size: 17px;
  line-height: 1.18;
}

.cta-panel .pill-btn {
  width: 194px;
  height: 46px;
  font-size: 16px;
}

.cta-panel .cta-bottom {
  max-width: 700px;
  margin-top: 34px;
  color: #d4d4d4;
}

.cta-star,
.cta-hand {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}

.cta-star-a { width: 58px; left: 330px; top: 165px; }
.cta-star-b { width: 36px; right: 505px; top: 160px; }
.cta-star-c { width: 52px; right: 310px; top: 345px; }
.cta-hand { width: 78px; left: 400px; bottom: 170px; }

.site-footer {
  padding: 0 0 68px;
  background: #f1f1f1;
}

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

.footer-grid p,
.footer-grid small {
  margin: 0;
  color: #828282;
  font-size: 14px;
}

.footer-grid a,
.footer-grid strong {
  display: block;
  margin: 12px 0 54px;
  font-size: 16px;
  font-weight: 800;
}

.footer-grid img {
  width: 160px;
}

@media (max-width: 1199.98px) {
  .container-narrow,
  .nav-shell {
    width: min(100% - 48px, 960px);
  }
  .container-narrow-w,
  .nav-shell {
    width: min(100% - 48px, 1040px);
  }

  .hero {
    min-height: auto;
    height: auto;
    padding: 220px 0 80px;
  }

  .hero h1 {
    font-size: clamp(40px, 6.4vw, 66px);
  }

  .sticky-grid,
  .services-head,
  .service-card,
  .featured-grid {
    gap: 48px;
  }

  .decor-hero-hand {
    width: 220px;
    right: 16px;
    top: 390px;
    opacity: .16;
  }
}

@media (max-width: 991.98px) {
  .trail-container,
  .trail-img {
    display: none;
  }

  .heatmap-wrapper {
    top: -80px;
    width: 1180px;
    height: 1200px;
    opacity: .42;
  }

  .site-header {
    inset: 12px 0 auto;
  }

  .nav-shell {
    min-height: 62px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .brand img {
    width: 160px;
  }

  .nav-links {
    display: none;
  }

  .btn-touch {
    min-width: 126px;
    min-height: 42px;
    font-size: 15px;
  }

  .hero {
    padding-top: 150px;
  }

  .hero-subtitle {
    margin-top: 34px;
    font-size: 20px;
  }

  .hero-actions,
  .hero-cards,
  .approach-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    margin-top: 46px;
  }

  .hero-line {
    margin-top: 60px;
    font-size: 18px;
  }

  .hero-cards {
    display: grid;
  }

  .decor {
    opacity: .28;
  }

  .decor-arrow,
  .decor-star-a,
  .decor-star-b,
  .decor-star-c {
    display: none;
  }

  .decor-hero-hand {
    width: 190px;
    right: 0;
    top: 540px;
    opacity: .12;
  }

  .sticky-grid,
  .services-head,
  .service-card,
  .featured-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .sticky-side,
  .featured-copy,
  .stack-card {
    position: relative;
    top: auto !important;
  }

  .sticky-side {
    min-height: auto;
    padding-top: 0;
  }

  .side-tabs,
  .featured-note {
    width: 100%;
    margin-top: 42px;
  }

  .what-section,
  .services-section,
  .approach-section {
    padding: 80px 0;
  }

  .service-card {
    min-height: auto;
  }

  .featured-grid {
    min-height: auto;
    padding: 70px 30px;
  }

  .featured-copy {
    min-height: auto;
  }

  .featured-note {
    margin-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .decor-arrow,
  .decor-star-b,
  .decor-star-d,
  .featured-star.two,
  .cta-star-b,
  .cta-hand {
    display: none;
  }

  .container-narrow , .container-narrow-w {
    width: min(100% - 28px, 540px);
  }

  .container-wide {
    width: min(100% - 16px, 540px);
  }

  .nav-shell {
    width: min(100% - 18px, 540px);
  }

  .brand img {
    width: 132px;
  }

  .btn-touch {
    min-width: 106px;
    font-size: 13px;
  }

  .decor-hero-hand {
    width: 185px;
    right: 8px;
    top: 382px;
    opacity: .14;
  }

  .hero {
    padding: 128px 0 54px;
  }

  .heatmap-wrapper {
    top: -40px;
    width: 860px;
    height: 1020px;
    opacity: .34;
  }

  .hero h1 {
    font-size: 42px;
    letter-spacing: -.7px;
  }

  .pill-btn {
    width: 100%;
    max-width: 280px;
  }

  .mini-card {
    padding-left: 58px;
  }

  .sticky-side h2,
  .services-head h2,
  .featured-copy h2,
  .approach-section h2,
  .cta-panel h2 {
    font-size: 30px;
  }

  .sticky-side p,
  .type-card p:not(.mono-blue),
  .service-desc {
    font-size: 17px;
  }

  .type-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .mono-blue {
    margin-bottom: 38px;
  }

  .type-card strong {
    margin-bottom: 36px;
  }

  .service-card {
    padding: 34px 18px;
  }

  .service-intro h3 {
    font-size: 30px;
  }

  .service-grid,
  .hero-cards,
  .approach-grid {
    grid-template-columns: 1fr;
  }

  .chip-list span {
    font-size: 12px;
  }

  .featured-grid {
    padding: 48px 18px;
  }

  .cta-star-a {
    left: auto;
    right: 18px;
  }

  .cta-panel {
    min-height: auto;
    padding: 70px 18px;
  }

  .cta-panel p {
    font-size: 16px;
  }

  .footer-grid {
    gap: 30px;
  }

  .footer-grid a,
  .footer-grid strong {
    margin-bottom: 22px;
  }
}
