.nav-header {
  z-index: 999;
}

.header-logo img,
.mobile-logo img,
.footer-logo img {
  display: block;
  width: auto;
  max-width: 185px;
  height: 24px;
}

.footer-logo img {
  height: 28px;
}

.header-logo .text-logo,
.mobile-logo .text-logo,
.footer-logo .text-logo {
  color: currentColor;
  display: inline-block;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.header-layout2 .header-logo .text-logo {
  color: var(--white-color);
}

.mobile-logo .text-logo {
  color: var(--title-color);
}

.footer-logo .text-logo {
  color: var(--white-color);
}

.cms-bg-section {
  position: relative;
  z-index: 1;
}

.cms-marquee-area {
  isolation: isolate;
  position: relative;
  z-index: 2;
}

.cms-marquee-area .marquee-wrap {
  position: relative;
  z-index: 1;
}

.cms-bg-section > :not(.cms-section-bg):not(.cms-section-svg--absolute) {
  position: relative;
  z-index: 1;
}

.cms-section-bg {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.cms-section-svg {
  display: flex;
  justify-content: var(--cms-svg-justify, center);
  pointer-events: none;
  width: 100%;
}

.cms-section-svg--absolute {
  align-items: var(--cms-svg-align, center);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.cms-section-svg--relative {
  align-items: var(--cms-svg-align, center);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cms-section-svg > svg {
  display: block;
  flex: 0 1 auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: var(--cms-svg-width, auto);
}

.service-area-1 {
  margin-top: 0;
  overflow: visible;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 3;
}

.service-area-1 .container {
  position: relative;
  z-index: 2;
}

.craft-drip-canvas {
  display: block;
  filter: url("#craft-drip-goo");
  height: 1600px;
  left: 0;
  mix-blend-mode: normal;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  scale: 1.04;
  top: 0;
  width: 100vw;
  z-index: 1;
}

.portfolio-area-1,
.award-area-1 {
  position: relative;
  z-index: 4;
}

.craft-starfield-area {
  position: relative;
  z-index: 4;
}

.portfolio-area-1 > .container,
.portfolio-area-1 > .container-fluid,
.award-area-1 > .container,
.craft-starfield-area > .container {
  position: relative;
  z-index: 5;
}

.craft-service-intro-image {
  left: clamp(-120px, -6vw, -70px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(46vw, 680px);
  z-index: 1;
}

.craft-service-intro-image img {
  display: block;
  height: auto;
  max-height: 860px;
  object-fit: contain;
  width: 100%;
}

.service-area-1 .about-content-wrap {
  position: relative;
  z-index: 2;
}

.service-area-1 .skill-feature .progress {
  width: 100%;
}

.service-area-1 .craft-skill-heading {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 7px;
}

.service-area-1 .craft-skill-heading .skill-feature_title {
  margin-bottom: 0;
}

.service-area-1 .craft-skill-heading .progress-value {
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  position: static;
  top: auto;
  transform: none;
}

@media (max-width: 991px) {
  .craft-service-intro-image {
    margin: -40px auto 30px;
    position: relative;
    top: auto;
    transform: none;
  width: min(86vw, 520px);
  }
}

.services-hub {
  background: var(--white-color);
  color: var(--title-color);
}

.services-hub-hero {
  padding: clamp(92px, 12vw, 176px) 0 clamp(56px, 8vw, 108px);
}

.services-hub-hero h1 {
  font-size: clamp(52px, 8.6vw, 136px);
  line-height: 0.94;
  margin: 0;
  max-width: 1450px;
}

.services-hub-hero__grid {
  align-items: end;
  display: grid;
  gap: clamp(30px, 5vw, 80px);
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  margin-top: clamp(42px, 7vw, 96px);
}

.services-hub-hero__grid > p {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.28;
  margin: 0;
  max-width: 900px;
}

/* Tab pills in hero */
.services-hub-tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services-hub-tab {
  align-items: center;
  background: rgba(7, 9, 2, 0.06);
  border: 1px solid rgba(7, 9, 2, 0.14);
  color: var(--title-color);
  cursor: pointer;
  display: flex;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  gap: 14px;
  justify-content: space-between;
  line-height: 1;
  padding: 16px 20px;
  text-align: left;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.services-hub-tab.is-active,
.services-hub-tab:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--title-color);
}

.services-hub-tab__num {
  color: rgba(7, 9, 2, 0.4);
  font-size: 12px;
  margin-left: auto;
  transition: color 0.2s ease;
}

.services-hub-tab.is-active .services-hub-tab__num {
  color: rgba(7, 9, 2, 0.55);
}

/* Primary pillars */
.services-hub-pillars {
  background: var(--title-color);
  color: var(--white-color);
  padding: clamp(10px, 8vw, 10px) 0;
}

.services-hub-pillars__carousel {
  margin-left: 0;
  margin-right: 0;
}

.services-hub-pillars__carousel .slick-list {
  overflow: visible;
}

.services-hub-pillars__carousel .slick-slide {
  width: min(430px, calc(100vw - 46px)) !important;
}

.services-hub-pillars__carousel .slick-slide > div,
.services-hub-pillars__carousel .col-lg-4 {
  height: 100%;
  width: 100%;
}

.services-hub-pillars__carousel .slick-dots {
  margin-top: clamp(34px, 5vw, 56px);
}

.services-hub-pillar {
  background: var(--title-color);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  min-height: clamp(430px, 34vw, 560px);
  padding: clamp(28px, 4vw, 52px);
}

.services-hub-pillars__carousel .slick-current .services-hub-pillar {
  border-left-color: rgba(255, 255, 255, 0.24);
}

.services-hub-pillar__icon {
  align-items: center;
  display: inline-flex;
  height: 48px;
  justify-content: flex-start;
  margin-bottom: clamp(28px, 4vw, 48px);
  width: 48px;
}

.services-hub-pillar__icon img {
  display: block;
  filter: invert(1) brightness(10);
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.services-hub-pillar h3 {
  color: var(--white-color);
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.1;
  margin: 0 0 16px;
}

.services-hub-pillar p {
  color: rgba(255, 255, 255, 0.62);
  flex: 1;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
  margin: 0 0 clamp(24px, 3vw, 38px);
}

.services-hub-pillar .link-btn {
  color: var(--white-color);
}

.services-hub-intro {
  background: #f6f5f2;
  padding: clamp(60px, 8vw, 110px) 0;
}

.services-hub-intro__grid {
  display: grid;
  gap: clamp(32px, 7vw, 110px);
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.52fr);
}

.services-hub-intro h2,
.services-hub-section-title h2,
.services-hub-cta h2 {
  font-size: clamp(38px, 5.6vw, 82px);
  line-height: 1;
  margin: 0;
}

.services-hub-intro p {
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.45;
  margin-bottom: 30px;
}

.services-hub-list {
  /*padding: 0 0 clamp(76px, 10vw, 142px);*/
}

.services-hub-group[hidden] {
  display: none;
}

.services-hub-category-band {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, calc(50vw + 300px)) minmax(320px, 1fr);
  /*margin-bottom: clamp(42px, 6vw, 82px);*/
  width: 100%;
}

.services-hub-category-band__left {
  align-items: start;
  display: flex;
  justify-content: flex-start;
  padding: clamp(26px, 4vw, 54px) clamp(28px, 5vw, 74px) clamp(26px, 4vw, 54px) max(24px, calc((100vw - 1320px) / 2));
}

.services-hub-category-band__right {
  align-items: flex-start;
  background: var(--theme-color);
  color: var(--title-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(26px, 4vw, 54px) max(24px, calc((100vw - 1800px) / 2)) clamp(26px, 4vw, 54px) clamp(34px, 5vw, 74px);
}

.services-hub-category-band__right span {
  color: rgba(7, 9, 2, 0.55);
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.services-hub-category-band__right h2 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
  margin: 0 0 18px;
}

.services-hub-category-band__right div,
.services-hub-category-band__right p {
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.45;
  margin: 0;
  max-width: 620px;
}

.services-hub-category-band__right p:last-child,
.services-hub-group__intro p:last-child {
  margin-bottom: 0;
}

.services-hub-group__intro {
  color: var(--body-color);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.5;
  margin: 0;
  max-width: 640px;
}

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

.services-hub-card__link {
  background: #f6f5f2;
  color: var(--title-color);
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: clamp(24px, 3vw, 38px);
  position: relative;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.services-hub-card__link:hover {
  background: var(--theme-color);
  transform: translateY(-4px);
}

.services-hub-card__index {
  color: rgba(7, 9, 2, 0.55);
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
}

.services-hub-card__icon {
  align-items: center;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  margin: 44px 0 34px;
  width: 54px;
}

.services-hub-card__icon img {
  display: block;
  height: 44px;
  object-fit: contain;
  width: 44px;
}

.services-hub-card h3 {
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.08;
  margin: 0 0 22px;
}

.services-hub-card p {
  color: var(--body-color);
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 34px;
}

.services-hub-card__cta {
  align-items: center;
  display: inline-flex;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  margin-top: auto;
  text-transform: uppercase;
}

.services-hub-card__cta img {
  height: 14px;
  width: 14px;
}

.services-hub-work,
.services-hub-insights {
  padding: clamp(76px, 10vw, 142px) 0;
}

.services-hub-work {
  background: var(--title-color);
  color: var(--white-color);
}

.services-hub-work .service-kicker,
.services-hub-work h2 {
  color: var(--white-color);
}

.services-hub-section-title {
  margin-bottom: clamp(34px, 5vw, 64px);
  max-width: 980px;
}

.services-hub-work__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-hub-work-card {
  color: var(--white-color);
  display: block;
  min-height: 460px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.services-hub-work-card:after {
  background: linear-gradient(180deg, rgba(7, 9, 2, 0) 20%, rgba(7, 9, 2, 0.86) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.services-hub-work-card img {
  display: block;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.services-hub-work-card:hover img {
  transform: scale(1.04);
}

.services-hub-work-card span,
.services-hub-work-card h3 {
  color: var(--white-color);
  left: 28px;
  position: absolute;
  right: 28px;
  z-index: 1;
}

.services-hub-work-card span {
  bottom: 120px;
  font-size: 15px;
}

.services-hub-work-card h3 {
  bottom: 30px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  margin: 0;
}

.services-hub-insights {
  background: #f6f5f2;
}

.services-hub-insights__list {
  border-top: 1px solid rgba(7, 9, 2, 0.18);
}

.services-hub-insight {
  align-items: center;
  border-bottom: 1px solid rgba(7, 9, 2, 0.18);
  color: var(--title-color);
  display: grid;
  gap: 24px;
  grid-template-columns: 150px minmax(0, 1fr) 28px;
  padding: clamp(24px, 4vw, 42px) 0;
  text-decoration: none;
}

.services-hub-insight span {
  color: rgba(7, 9, 2, 0.58);
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.services-hub-insight h3 {
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.12;
  margin: 0;
}

.services-hub-insight img {
  width: 22px;
}

.services-hub-cta {
  background: var(--theme-color);
  padding: clamp(74px, 10vw, 140px) 0;
}

.services-hub-cta__content {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.35fr) auto;
}

.services-hub-cta__inner {
  align-items: end;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.35fr) auto;
}

.services-hub-cta p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1199px) {
  .services-hub-grid,
  .services-hub-work__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .services-hub-hero__grid,
  .services-hub-intro__grid,
  .services-hub-cta__content,
  .services-hub-cta__inner {
    grid-template-columns: 1fr;
  }

  .services-hub-category-band {
    grid-template-columns: 1fr;
  }

  .services-hub-category-band__left,
  .services-hub-category-band__right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-hub-tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .services-hub-tab {
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  .services-hub-grid,
  .services-hub-work__grid {
    grid-template-columns: 1fr;
  }

  .services-hub-pillars__carousel .slick-slide {
    width: min(340px, calc(100vw - 34px)) !important;
  }

  .services-hub-pillar {
    min-height: 420px;
  }

  .services-hub-card__link {
    min-height: 340px;
  }

  .services-hub-insight {
    align-items: start;
    grid-template-columns: 1fr 24px;
  }

  .services-hub-insight span {
    grid-column: 1 / -1;
  }
}

.service-page {
  background: var(--white-color);
  color: var(--title-color);
}

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

.service-hero {
  background-color: var(--white-color);
  color: var(--service-hero-color, var(--title-color));
  isolation: isolate;
  padding: clamp(90px, 12vw, 180px) 0 clamp(70px, 9vw, 130px);
}

.service-hero::before {
  background: var(--service-hero-bg, transparent);
  content: "";
  inset: 0;
  opacity: var(--service-hero-bg-opacity, 0);
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.service-hero .cms-section-bg {
  z-index: 0;
}

.service-hero .cms-section-svg--absolute {
  z-index: 2;
}

.service-hero > :not(.cms-section-bg):not(.cms-section-svg--absolute) {
  position: relative;
  z-index: 3;
}

.service-hero__inner {
  display: grid;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr);
}

.service-hero__title {
  min-width: 0;
}

.service-kicker {
  color: rgba(7, 9, 2, 0.58);
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.service-hero .service-kicker,
.service-hero h1,
.service-hero h2,
.service-hero__intro,
.service-hero__intro p,
.service-hero__intro span,
.service-hero__intro strong,
.service-hero__intro em,
.service-hero__intro a {
  color: var(--service-hero-color, var(--title-color));
}

.service-hero h1,
.service-hero h2 {
  font-size: clamp(58px, 8vw, 132px);
  line-height: 0.92;
  margin: 0;
  max-width: 1320px;
}

.service-hero__intro {
  justify-self: end;
  border-left: 2px solid var(--service-hero-color, var(--title-color));
  max-width: min(100%, 520px);
  padding-left: clamp(22px, 3vw, 36px);
}

.service-hero__intro p {
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.35;
  margin: 0 0 30px;
}

.service-image-band {
  padding-bottom: clamp(70px, 9vw, 120px);
}

.service-image-band img {
  aspect-ratio: 16 / 7;
  display: block;
  object-fit: cover;
  width: 100%;
}

.service-section {
  padding: clamp(70px, 9vw, 125px) 0;
}

.service-section + .service-section {
  border-top: 1px solid rgba(7, 9, 2, 0.12);
}

.service-section--what {
  background: #f6f5f2;
}

.service-two-col {
  display: grid;
  gap: clamp(34px, 7vw, 100px);
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
}

.service-two-col--wide {
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 0.8fr);
}

.service-sticky-heading {
  align-self: start;
  position: sticky;
  top: 120px;
}

.service-sticky-heading h2,
.service-two-col h2,
.service-section-heading h2,
.service-final-cta h2 {
  font-size: clamp(38px, 5.3vw, 76px);
  line-height: 1;
  margin: 0;
}

.service-sticky-heading p:not(.service-kicker) {
  font-size: 18px;
  line-height: 1.55;
  margin: 26px 0 0;
  max-width: 520px;
}

.service-pill-list {
  display: grid;
  gap: 14px;
}

.service-pill {
  align-items: center;
  background: var(--white-color);
  color: var(--title-color);
  display: flex;
  font-family: var(--title-font);
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.1;
  min-height: 86px;
  padding: 24px 28px;
  text-decoration: none;
}

.service-pill:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  transform: rotate(-45deg);
}

.service-copy {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.45;
}

.service-copy p:last-child {
  margin-bottom: 0;
}

.service-stat {
  background: var(--theme-color);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(160px, 0.25fr) minmax(0, 1fr);
  margin-top: clamp(44px, 7vw, 86px);
  padding: clamp(28px, 4vw, 54px);
}

.service-stat span {
  font-family: var(--title-font);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-stat strong {
  font-family: var(--title-font);
  font-size: clamp(26px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.08;
}

.service-section--process {
  background: var(--white-color);
}

.service-process-list {
  display: grid;
  gap: 0;
}

.service-process-item {
  border-top: 1px solid rgba(7, 9, 2, 0.18);
  display: grid;
  gap: 22px;
  grid-template-columns: 72px minmax(0, 0.42fr) minmax(0, 1fr);
  padding: clamp(28px, 4vw, 46px) 0;
}

.service-process-item:last-child {
  border-bottom: 1px solid rgba(7, 9, 2, 0.18);
}

.service-process-item span {
  font-family: var(--title-font);
  font-weight: 700;
}

.service-process-item h3 {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.15;
  margin: 0;
}

.service-process-item p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.service-section--expert {
  background: var(--title-color);
  color: var(--white-color);
}

.service-section--expert .service-kicker,
.service-section--expert a,
.service-section--expert .link-btn {
  color: var(--white-color);
}

.service-proof-grid {
  display: grid;
  gap: clamp(34px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.55fr);
  align-items: start;
}

.service-proof-grid h2 {
  color: var(--white-color);
  font-size: clamp(40px, 5.2vw, 82px);
  line-height: 1;
  margin: 0 0 28px;
}

.service-proof-grid p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 32px;
}

.service-proof-grid blockquote {
  background: var(--theme-color);
  box-sizing: border-box;
  color: var(--title-color);
  display: block;
  margin: 0;
  padding: clamp(30px, 4vw, 54px);
}

.service-proof-grid blockquote,
.service-proof-grid blockquote * {
  color: var(--title-color);
}

.service-proof-grid blockquote p {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 28px;
}

.service-proof-grid cite {
  color: var(--title-color);
  display: block;
  font-style: normal;
  font-weight: 700;
}

.service-proof-grid cite span {
  display: block;
  font-weight: 400;
  margin-top: 4px;
}

.service-section--related {
  background: #f6f5f2;
}

.service-section-heading {
  margin-bottom: clamp(34px, 5vw, 64px);
  max-width: 850px;
}

.service-related-card {
  align-items: flex-end;
  background: var(--white-color);
  color: var(--title-color);
  display: flex;
  font-family: var(--title-font);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.15;
  min-height: 220px;
  padding: 30px;
  text-decoration: none;
}

.service-related-card img {
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
}

.service-layout--split-story .service-hero__inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.55fr);
  align-items: end;
}

.service-layout--split-story .service-hero__intro {
  justify-self: stretch;
}

.service-layout--split-story .service-section--image {
  order: 3;
  padding: clamp(60px, 8vw, 105px) 0;
}

.service-layout--split-story .service-section--what {
  order: 2;
}

.service-layout--split-story .service-section--why {
  order: 4;
  background: var(--title-color);
  color: var(--white-color);
}

.service-layout--split-story .service-section--why .service-kicker,
.service-layout--split-story .service-section--why h2,
.service-layout--split-story .service-section--why .service-copy,
.service-layout--split-story .service-section--why .service-copy * {
  color: var(--white-color);
}

.service-layout--split-story .service-stat {
  background: var(--white-color);
}

.service-layout--split-story .service-section--process {
  order: 5;
  background: #f6f5f2;
}

.service-layout--split-story .service-section--expert {
  order: 6;
}

.service-layout--split-story .service-section--related {
  order: 7;
}

.service-layout--split-story .service-final-cta {
  order: 8;
}

.service-layout--split-story .service-pill-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-layout--split-story .service-pill {
  align-items: flex-start;
  flex-direction: column;
  min-height: 160px;
}

.service-layout--split-story .service-process-list {
  gap: 18px;
}

.service-layout--split-story .service-process-item {
  background: var(--white-color);
  border: 0;
  grid-template-columns: 54px minmax(0, 1fr);
  padding: clamp(24px, 3.5vw, 38px);
}

.service-layout--split-story .service-process-item p {
  grid-column: 2;
}

.service-layout--dark-feature .service-hero {
  background-color: var(--title-color);
}

.service-layout--dark-feature .service-hero__inner {
  gap: clamp(46px, 8vw, 120px);
}

.service-layout--dark-feature .service-hero h1,
.service-layout--dark-feature .service-hero h2 {
  max-width: 980px;
}

.service-layout--dark-feature .service-section--what {
  background: var(--title-color);
  color: var(--white-color);
  order: 3;
}

.service-layout--dark-feature .service-section--what .service-kicker,
.service-layout--dark-feature .service-section--what h1,
.service-layout--dark-feature .service-section--what h2,
.service-layout--dark-feature .service-section--what p,
.service-layout--dark-feature .service-section--what div {
  color: var(--white-color);
}

.service-layout--dark-feature .service-pill {
  background: rgba(255, 255, 255, 0.09);
  color: var(--white-color);
}

.service-layout--dark-feature .service-section--image {
  order: 2;
  padding: 0;
}

.service-layout--dark-feature .service-image-band .container {
  max-width: none;
  padding: 0;
}

.service-layout--dark-feature .service-image-band img {
  aspect-ratio: 16 / 6;
}

.service-layout--dark-feature .service-section--why {
  order: 4;
}

.service-layout--dark-feature .service-section--process {
  order: 5;
}

.service-layout--dark-feature .service-section--expert {
  background: var(--theme-color);
  color: var(--title-color);
  order: 6;
}

.service-layout--dark-feature .service-section--expert .service-kicker,
.service-layout--dark-feature .service-section--expert a,
.service-layout--dark-feature .service-section--expert .link-btn,
.service-layout--dark-feature .service-proof-grid h2,
.service-layout--dark-feature .service-proof-grid p {
  color: var(--title-color);
}

.service-layout--dark-feature .service-proof-grid blockquote {
  background: var(--title-color);
}

.service-layout--dark-feature .service-proof-grid blockquote,
.service-layout--dark-feature .service-proof-grid blockquote *,
.service-layout--dark-feature .service-proof-grid cite,
.service-layout--dark-feature .service-proof-grid cite span {
  color: var(--white-color);
}

.service-layout--dark-feature .service-section--related {
  order: 7;
}

.service-layout--dark-feature .service-final-cta {
  order: 8;
}

.service-layout--soft-growth {
  --soft-growth-green: #7d8f70;
  --soft-growth-pale: #eef5e7;
  --soft-growth-line: rgba(58, 74, 50, 0.16);
  background: #fbfbf8;
}

.service-layout--soft-growth .service-hero {
  background-color: var(--soft-growth-green);
  border-radius: 22px;
  margin: clamp(22px, 4vw, 58px) auto clamp(38px, 6vw, 80px);
  max-width: min(100% - 48px, 1520px);
  min-height: clamp(560px, 70vh, 760px);
  overflow: hidden;
  padding: clamp(54px, 7vw, 92px) 0 clamp(48px, 6vw, 82px);
}

.service-layout--soft-growth .service-hero::before {
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.32), transparent 28%),
    linear-gradient(180deg, rgba(14, 24, 11, 0.06), rgba(14, 24, 11, 0.34)),
    var(--service-hero-bg, transparent);
  opacity: 1;
}

.service-layout--soft-growth .service-hero__inner {
  align-content: end;
  min-height: clamp(450px, 56vh, 620px);
}

.service-layout--soft-growth .service-hero__title {
  align-self: end;
  max-width: 760px;
}

.service-layout--soft-growth .service-hero h1,
.service-layout--soft-growth .service-hero h2 {
  color: var(--white-color);
  font-size: clamp(48px, 5.4vw, 92px);
  line-height: 0.98;
  max-width: 820px;
}

.service-layout--soft-growth .service-hero h2::after {
  content: " ->";
  white-space: nowrap;
}

.service-layout--soft-growth .service-hero .service-kicker {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--white-color);
  display: inline-flex;
  margin-bottom: 22px;
  padding: 9px 14px;
}

.service-layout--soft-growth .service-hero__intro {
  align-self: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  color: var(--white-color);
  justify-self: end;
  max-width: 500px;
  padding: clamp(22px, 3vw, 34px);
}

.service-layout--soft-growth .service-hero__intro,
.service-layout--soft-growth .service-hero__intro * {
  color: var(--white-color);
}

.service-layout--soft-growth .service-hero__intro .btn {
  background: var(--white-color);
  color: var(--title-color);
  margin-top: 4px;
}

.service-layout--soft-growth .service-hero__intro .btn .effect-1 {
  color: var(--title-color);
}

.service-layout--soft-growth .service-section {
  border-top: 0;
}

.service-layout--soft-growth .service-section--what {
  background: #fbfbf8;
  order: 2;
  padding-top: 0;
}

.service-layout--soft-growth .service-section--what .service-two-col {
  gap: clamp(28px, 4vw, 54px);
  grid-template-columns: minmax(260px, 0.35fr) minmax(0, 1fr);
}

.service-layout--soft-growth .service-sticky-heading {
  position: static;
}

.service-layout--soft-growth .service-sticky-heading h1,
.service-layout--soft-growth .service-sticky-heading h2,
.service-layout--soft-growth .service-two-col h2,
.service-layout--soft-growth .service-section-heading h2 {
  font-size: clamp(34px, 4.2vw, 64px);
  letter-spacing: 0;
}

.service-layout--soft-growth .service-pill-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-layout--soft-growth .service-pill {
  align-items: flex-start;
  background: var(--white-color);
  border: 1px solid var(--soft-growth-line);
  border-radius: 16px;
  box-shadow: 0 18px 55px rgba(58, 74, 50, 0.07);
  flex-direction: column;
  font-size: clamp(20px, 1.65vw, 28px);
  min-height: 230px;
  padding: 26px;
}

.service-layout--soft-growth .service-pill::before {
  align-items: center;
  background: var(--soft-growth-green);
  border-radius: 999px;
  color: var(--white-color);
  content: "\f061";
  display: inline-flex;
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  height: 34px;
  justify-content: center;
  margin-bottom: auto;
  transform: rotate(-45deg);
  width: 34px;
}

.service-layout--soft-growth .service-pill::after {
  display: none;
}

.service-layout--soft-growth .service-section--why {
  background: #fbfbf8;
  order: 3;
  padding-top: clamp(30px, 5vw, 70px);
}

.service-soft-split {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 86px);
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
}

.service-soft-split__media img {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.service-layout--soft-growth .service-section--why .service-two-col {
  gap: 20px;
  grid-template-columns: 1fr;
}

.service-layout--soft-growth .service-section--why h2 {
  font-size: clamp(36px, 4vw, 66px);
  max-width: 680px;
}

.service-layout--soft-growth .service-copy {
  color: var(--body-color);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.service-layout--soft-growth .service-stat {
  background: transparent;
  border-top: 1px solid var(--soft-growth-line);
  gap: 0;
  grid-template-columns: 1fr;
  margin-top: 26px;
  padding: 26px 0 0;
}

.service-layout--soft-growth .service-stat strong {
  font-size: clamp(26px, 3.1vw, 46px);
}

.service-layout--soft-growth .service-section--process {
  background: #fbfbf8;
  order: 4;
}

.service-layout--soft-growth .service-section--process .service-two-col {
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
}

.service-layout--soft-growth .service-process-item {
  align-items: center;
  border-color: var(--soft-growth-line);
  gap: 18px;
  grid-template-columns: 58px minmax(0, 0.48fr) minmax(0, 1fr);
}

.service-layout--soft-growth .service-process-item span {
  align-items: center;
  background: var(--soft-growth-pale);
  border-radius: 999px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.service-layout--soft-growth .service-section--expert {
  background: #fbfbf8;
  color: var(--title-color);
  order: 5;
}

.service-layout--soft-growth .service-section--expert .service-kicker,
.service-layout--soft-growth .service-section--expert a,
.service-layout--soft-growth .service-section--expert .link-btn,
.service-layout--soft-growth .service-proof-grid h2,
.service-layout--soft-growth .service-proof-grid p {
  color: var(--title-color);
}

.service-layout--soft-growth .service-proof-grid {
  align-items: center;
  background: var(--soft-growth-pale);
  border-radius: 18px;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(30px, 5vw, 64px);
}

.service-layout--soft-growth .service-proof-grid blockquote {
  background: var(--white-color);
  border: 1px solid var(--soft-growth-line);
  border-radius: 16px;
  box-shadow: 0 18px 55px rgba(58, 74, 50, 0.07);
}

.service-layout--soft-growth .service-section--related {
  background: #fbfbf8;
  order: 6;
}

.service-layout--soft-growth .service-related-card {
  border: 1px solid var(--soft-growth-line);
  border-radius: 16px;
  min-height: 210px;
}

.service-layout--soft-growth .service-final-cta {
  background: var(--soft-growth-green);
  order: 7;
}

.service-layout--soft-growth .service-final-cta__inner {
  border-radius: 18px;
}

.insight-hero {
  background-color: var(--white-color);
  color: var(--insight-hero-color, var(--title-color));
  isolation: isolate;
  padding: clamp(90px, 12vw, 170px) 0 clamp(70px, 9vw, 120px);
}

.insight-hero::before {
  background: var(--insight-hero-bg, transparent);
  content: "";
  inset: 0;
  opacity: var(--insight-hero-bg-opacity, 0);
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.insight-hero .cms-section-bg {
  z-index: 0;
}

.insight-hero .cms-section-svg--absolute {
  z-index: 2;
}

.insight-hero > :not(.cms-section-bg):not(.cms-section-svg--absolute) {
  position: relative;
  z-index: 3;
}

.insight-hero .service-kicker,
.insight-hero h1,
.insight-hero__meta,
.insight-hero__meta span,
.insight-hero__summary,
.insight-hero__summary p,
.insight-hero__summary span,
.insight-hero__summary strong,
.insight-hero__summary em,
.insight-hero__summary a {
  color: var(--insight-hero-color, var(--title-color));
}

.insight-hero h1 {
  font-size: clamp(56px, 8vw, 126px);
  line-height: 0.95;
  margin: 0;
  max-width: 1200px;
}

.insight-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
}

.insight-hero__meta span {
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.insight-hero__summary {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
  margin-top: clamp(28px, 4vw, 56px);
  max-width: 760px;
}

.insight-image-band {
  padding: clamp(50px, 7vw, 90px) 0 0;
}

.insight-image-band img {
  aspect-ratio: 16 / 7;
  display: block;
  object-fit: cover;
  width: 100%;
}

.insight-content-section {
  padding: clamp(70px, 9vw, 120px) 0;
}

.insight-content {
  margin: 0 auto;
  max-width: 860px;
}

.insight-content,
.insight-content p,
.insight-content li {
  color: var(--body-color);
  font-size: 20px;
  line-height: 1.7;
}

.insight-content h2,
.insight-content h3,
.insight-content h4 {
  color: var(--title-color);
  margin: 1.4em 0 0.55em;
}

.insight-content img,
.insight-content figure {
  display: block;
  height: auto;
  margin: clamp(32px, 5vw, 58px) auto;
  max-width: 100%;
}

.insight-content figure img {
  margin: 0 auto;
}

.insight-content figcaption {
  color: var(--body-color);
  font-size: 15px;
  line-height: 1.5;
  margin-top: 12px;
}

.insight-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.insight-card-tags span {
  background: rgba(7, 9, 2, 0.08);
  color: var(--title-color);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 10px;
  text-transform: uppercase;
}

.blog-card--cover-image {
  aspect-ratio: 16 / 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  min-height: 420px;
  overflow: visible;
  position: relative;
}

.blog-card--cover-image::before {
  background:
    linear-gradient(var(--theme-color), var(--theme-color)) top left / 0 8px no-repeat,
    linear-gradient(var(--theme-color), var(--theme-color)) top left / 8px 0 no-repeat,
    linear-gradient(var(--theme-color), var(--theme-color)) top right / 8px 0 no-repeat,
    linear-gradient(var(--theme-color), var(--theme-color)) bottom left / 0 8px no-repeat;
  content: "";
  inset: -8px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s ease;
  z-index: 6;
}

.blog-card--cover-image:hover::after {
  opacity: 0;
}

.blog-card--cover-image:hover::before {
  animation: insight-card-border-draw 0.85s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  opacity: 1;
}

@keyframes insight-card-border-draw {
  0% {
    background-size:
      0 5px,
      5px 0,
      5px 0,
      0 5px;
  }

  50% {
    background-size:
      100% 5px,
      5px 100%,
      5px 0,
      0 5px;
  }

  100% {
    background-size:
      100% 5px,
      5px 100%,
      5px 100%,
      100% 5px;
  }
}

.insights-index {
  background: #f6f5f2;
}

.insights-index-hero {
  background: var(--title-color);
  color: var(--white-color);
  padding: clamp(95px, 12vw, 170px) 0 clamp(58px, 8vw, 105px);
}

.insights-index-hero .service-kicker,
.insights-index-hero h1,
.insights-index-hero p {
  color: var(--white-color);
}

.insights-index-hero h1 {
  font-size: clamp(62px, 8.5vw, 132px);
  line-height: 0.94;
  margin: 0 0 32px;
  max-width: 980px;
}

.insights-index-hero p {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
  margin: 0;
  max-width: 860px;
}

.insights-index-tools {
  background: var(--white-color);
  border-bottom: 1px solid rgba(7, 9, 2, 0.14);
  padding: 28px 0;
}

.insights-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.insights-filter-bar a {
  border: 1px solid rgba(7, 9, 2, 0.22);
  color: var(--title-color);
  display: inline-flex;
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 14px;
  text-transform: uppercase;
}

.insights-filter-bar a:hover,
.insights-filter-bar a.is-active {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.insights-search {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 740px;
}

.insights-search input,
.insights-newsletter__form input {
  background: transparent;
  border: 1px solid rgba(7, 9, 2, 0.22);
  color: var(--title-color);
  min-height: 58px;
  padding: 0 18px;
  width: 100%;
}

.insights-search button,
.insights-newsletter__form button {
  background: var(--theme-color);
  border: 0;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  min-height: 58px;
  padding: 0 28px;
  text-transform: uppercase;
}

.insights-list-section {
  padding: clamp(58px, 8vw, 105px) 0;
}

.insights-list-heading {
  align-items: center;
  color: var(--body-color);
  display: flex;
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.insights-list-heading a {
  color: var(--title-color);
}

.insights-list {
  display: grid;
  gap: clamp(56px, 6vw, 86px) clamp(42px, 4vw, 64px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insight-index-card {
  aspect-ratio: 16 / 10;
  max-width: 100%;
  min-height: clamp(360px, 30vw, 500px);
  min-width: 0;
  width: 100%;
}

.insight-index-card .blog-content {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: clamp(30px, 4.5vw, 64px);
}

.insight-index-card .blog-title {
  font-size: clamp(32px, 3.6vw, 58px);
  line-height: 0.98;
  max-width: 100%;
  overflow-wrap: break-word;
}

.insight-index-card .link-btn {
  margin-top: 18px;
}

.insight-card-tags--light span {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white-color);
}

.insights-empty {
  background: var(--white-color);
  padding: clamp(34px, 6vw, 70px);
}

.insights-empty h2 {
  margin-bottom: 12px;
}

.insights-newsletter {
  background: var(--title-color);
  color: var(--white-color);
  padding: clamp(56px, 8vw, 95px) 0;
}

.insights-newsletter .service-kicker,
.insights-newsletter h2 {
  color: var(--white-color);
}

.insights-newsletter h2 {
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1;
  margin: 0;
}

.insights-newsletter__inner {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
}

.insights-newsletter__form {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.insights-newsletter__form input {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white-color);
}

.insights-newsletter__form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.about-page {
  background: #f6f5f2;
}

.about-hero {
  background: var(--title-color);
  color: var(--white-color);
  padding: clamp(95px, 12vw, 175px) 0 clamp(64px, 8vw, 115px);
}

.about-hero .service-kicker,
.about-hero h1,
.about-hero__intro,
.about-hero__intro p {
  color: var(--white-color);
}

.about-hero h1 {
  font-size: clamp(64px, 9vw, 150px);
  line-height: 0.9;
  margin: 0 0 clamp(30px, 5vw, 70px);
}

.about-hero__intro {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.25;
  max-width: 980px;
}

.about-story,
.about-team,
.about-articles {
  padding: clamp(70px, 9vw, 125px) 0;
}

.about-story__grid,
.about-belief__grid,
.about-contact-strip__inner,
.about-join__grid {
  display: grid;
  gap: clamp(34px, 6vw, 90px);
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.7fr);
  align-items: center;
}

.about-story__media img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.about-story__body,
.about-story__body p {
  color: var(--body-color);
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.6;
}

.about-story__copy .btn {
  margin-top: 26px;
}

.about-belief {
  background: var(--theme-color);
  padding: clamp(70px, 9vw, 125px) 0;
}

.about-belief h2 {
  font-size: clamp(42px, 6vw, 92px);
  line-height: 0.96;
  margin: 0;
}

.about-belief blockquote {
  display: block;
  margin: 0;
}

.about-belief blockquote p {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: clamp(28px, 3.2vw, 26px);
  /*font-weight: 400;*/
  line-height: 1.05;
  margin: 0 0 30px;
  text-transform: none;
}

.about-belief cite {
  color: var(--title-color);
  display: block;
  font-style: normal;
  font-weight: 700;
}

.about-belief cite span {
  display: block;
  font-weight: 400;
  margin-top: 5px;
}

.about-contact-strip {
  background: var(--white-color);
  padding: clamp(58px, 8vw, 95px) 0;
}

.about-contact-strip h2,
.about-join h2,
.about-section-heading h2 {
  font-size: clamp(36px, 5.4vw, 82px);
  line-height: 1;
  margin: 0;
}

.about-contact-strip__actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-contact-strip__actions > a:not(.btn) {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
}

.about-section-heading {
  margin-bottom: clamp(34px, 5vw, 64px);
  max-width: 920px;
}

.about-team__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-team-card {
  background: var(--white-color);
  color: var(--title-color);
  display: block;
}

.about-team-card__image {
  background: #d9d9d9;
  overflow: hidden;
}

.about-team-card__image img {
  aspect-ratio: 1 / 1.12;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.about-team-card:hover img {
  transform: scale(1.04);
}

.about-team-card > div:last-child {
  padding: 24px;
}

.about-team-card h3 {
  font-size: clamp(24px, 2.4vw, 36px);
  margin: 0 0 8px;
}

.about-team-card p {
  color: var(--body-color);
  margin: 0;
}

.about-join {
  background: var(--title-color);
  color: var(--white-color);
  padding: clamp(65px, 9vw, 115px) 0;
}

.about-join .service-kicker,
.about-join h2,
.about-join .link-btn,
.about-join .link-btn .effect-1 {
  color: var(--white-color);
}

.about-join__grid {
  grid-template-columns: minmax(0, 1fr) auto;
}

.about-articles {
  background: var(--white-color);
}

.about-articles__list {
  border-top: 1px solid rgba(7, 9, 2, 0.16);
}

.about-article-link {
  align-items: center;
  border-bottom: 1px solid rgba(7, 9, 2, 0.16);
  color: var(--title-color);
  display: grid;
  gap: 24px;
  grid-template-columns: 150px minmax(0, 1fr) 28px;
  padding: 26px 0;
}

.about-article-link span {
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-article-link h3 {
  font-size: clamp(24px, 3vw, 44px);
  margin: 0;
}

.about-article-link img {
  height: 22px;
  width: 22px;
}

.about-newsletter {
  background: var(--title-color);
  color: var(--white-color);
  padding: clamp(56px, 8vw, 95px) 0;
}

.contact-page {
  background: #f6f5f2;
}

.contact-hero {
  background: var(--title-color);
  color: var(--white-color);
  padding: clamp(95px, 12vw, 175px) 0 clamp(56px, 8vw, 105px);
}

.contact-hero .service-kicker,
.contact-hero h1,
.contact-hero__intro,
.contact-hero__intro p {
  color: var(--white-color);
}

.contact-hero h1 {
  font-size: clamp(62px, 9vw, 148px);
  line-height: 0.9;
  margin: 0 0 clamp(28px, 5vw, 64px);
  max-width: 1120px;
}

.contact-hero__intro {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.25;
  max-width: 920px;
}

.contact-main {
  padding: clamp(70px, 9vw, 125px) 0;
}

.contact-main__grid {
  display: grid;
  gap: clamp(38px, 6vw, 92px);
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  align-items: start;
}

.contact-details h2 {
  font-size: clamp(34px, 4.8vw, 72px);
  line-height: 1;
  margin: 0 0 34px;
}

.contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-info-list li {
  color: var(--body-color);
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 22px;
}

.contact-info-list a {
  color: var(--title-color);
  display: block;
  font-family: var(--title-font);
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-form-panel {
  background: var(--white-color);
  padding: clamp(28px, 5vw, 64px);
}

.contact-form {
  display: grid;
  gap: 24px;
}

.contact-form__row {
  display: grid;
  gap: 9px;
}

.contact-form__row--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.contact-form label {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #f6f5f2;
  border: 1px solid rgba(7, 9, 2, 0.16);
  color: var(--title-color);
  font: inherit;
  min-height: 58px;
  padding: 15px 18px;
  width: 100%;
}

.contact-form textarea {
  min-height: 185px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--title-color);
  outline: 2px solid rgba(255, 239, 0, 0.55);
  outline-offset: 0;
}

.contact-form__submit {
  justify-self: start;
}

.contact-form__turnstile {
  min-height: 65px;
}

.contact-form-alert {
  font-family: var(--title-font);
  font-weight: 700;
  margin-bottom: 24px;
  padding: 18px 20px;
}

.contact-form-alert p {
  margin: 0;
}

.contact-form-alert--success {
  background: var(--theme-color);
  color: var(--title-color);
}

.contact-form-alert--error {
  background: var(--title-color);
  color: var(--white-color);
}

.project-index-card {
  aspect-ratio: 1.38 / 1;
  min-height: clamp(300px, 24vw, 380px);
}

.project-index-container {
  max-width: min(100% - 48px, 1600px);
}

.project-index-grid {
  display: grid;
  gap: clamp(28px, 3vw, 44px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: 0;
  margin-right: 0;
}

.project-index-grid > [class*="col-"] {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.project-index-card:after {
  background: linear-gradient(180deg, rgba(7, 9, 2, 0.05) 0%, rgba(7, 9, 2, 0.35) 42%, rgba(7, 9, 2, 0.95) 100%);
  height: 100%;
  opacity: 1;
}

.project-index-card .blog-content {
  padding: clamp(24px, 2.8vw, 36px);
}

.project-index-card .blog-title {
  color: var(--white-color);
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1;
  margin-bottom: 16px;
}

.project-index-card .blog-meta {
  margin-bottom: 14px;
}

.project-index-card .blog-meta span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

.project-index-card .insight-card-tags {
  margin-bottom: 16px;
}

.project-index-card .insight-card-tags span {
  text-transform: none;
}

.project-index-card .link-btn {
  margin-top: 0;
}

.project-index-page {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .about-story__grid,
  .about-belief__grid,
  .about-contact-strip__inner,
  .about-join__grid,
  .about-team__grid,
  .contact-main__grid {
    grid-template-columns: 1fr;
  }

  .about-article-link {
    grid-template-columns: 1fr;
  }

  .project-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .insights-list,
  .insights-newsletter__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .insights-search,
  .insights-newsletter__form {
    grid-template-columns: 1fr;
  }

  .contact-form__row--split {
    grid-template-columns: 1fr;
  }

  .project-index-grid {
    grid-template-columns: 1fr;
  }

  .project-index-page.space {
    padding-top: 150px;
  }

  .project-index-container {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }

  .project-index-container .title-area {
    margin-bottom: 28px;
  }

  .project-index-container .sec-title {
    font-size: clamp(42px, 14vw, 54px);
    line-height: 0.96;
    margin-bottom: 12px;
  }

  .project-index-container .sec-text {
    font-size: 15px;
    line-height: 1.45;
  }

  .project-index-card {
    aspect-ratio: 4 / 3;
    min-height: 0;
    width: 100%;
  }

  .project-index-card::before {
    inset: -5px;
  }

  .project-index-card .blog-content {
    padding: 22px;
  }

  .project-index-card .blog-title {
    font-size: clamp(21px, 7vw, 27px);
    line-height: 1.02;
    margin-bottom: 12px;
  }

  .project-index-card .blog-meta {
    margin-bottom: 10px;
  }

  .project-index-card .blog-meta span {
    font-size: 13px;
  }
}

.service-final-cta {
  background: var(--theme-color);
  padding: clamp(70px, 9vw, 125px) 0;
}

.service-final-cta__inner {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: end;
}

.service-final-cta p {
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 991px) {
  .service-hero__inner,
  .service-two-col,
  .service-two-col--wide,
  .service-proof-grid,
  .service-soft-split,
  .service-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .service-layout--soft-growth .service-hero {
    max-width: calc(100% - 28px);
  }

  .service-layout--soft-growth .service-pill-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-sticky-heading {
    position: static;
  }

  .service-process-item {
    grid-template-columns: 1fr;
  }

  .service-stat {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .service-hero {
    padding-top: 70px;
  }

  .service-hero h1 {
    font-size: clamp(46px, 18vw, 70px);
  }

  .service-pill,
  .service-related-card {
    padding: 22px;
  }

  .service-layout--soft-growth .service-pill-list {
    grid-template-columns: 1fr;
  }
}

body.is-home .header-layout2 .sticky-wrapper:not(.header-sticky) {
  background: transparent;
}

body.is-inner .header-layout2 .sticky-wrapper,
.header-layout2 .sticky-wrapper.header-sticky {
  background: var(--title-color);
}

.header-layout2 .sticky-wrapper.header-sticky {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}

.header-layout2 .main-menu > ul > li > a,
.header-layout2 .header-button .search-btn {
  color: var(--white-color);
}

.header-layout2 .main-menu > ul > li > a:before {
  border-color: var(--white-color);
}

.header-layout2 .main-menu > ul > li > a:hover:before {
  background: var(--white-color);
}

.sec-text,
.sec-text p,
.sec-text span,
.sec-text strong,
.sec-text em,
.sec-text a,
.about-text,
.about-text p,
.about-text span,
.about-text strong,
.about-text em,
.about-text a,
.service-copy,
.service-copy p,
.service-copy span,
.service-copy strong,
.service-copy em,
.service-copy a,
.service-hero__intro,
.service-hero__intro p,
.service-hero__intro span,
.service-hero__intro strong,
.service-hero__intro em,
.service-hero__intro a,
.service-sticky-heading > div,
.service-sticky-heading > div p,
.service-sticky-heading > div span,
.service-sticky-heading > div strong,
.service-sticky-heading > div em,
.service-sticky-heading > div a {
  color: var(--body-color);
}


.service-hero .service-hero__intro strong,
.service-hero .service-hero__intro em,
.service-hero .service-hero__intro,
.service-hero .service-hero__intro span,
.service-hero .service-hero__intro p,
.service-hero .service-hero__intro a {
  color: var(--service-hero-color, var(--title-color));
}

.service-hero .service-hero__intro .btn.style2,
.service-hero .service-hero__intro .btn.style2:focus,
.service-hero .service-hero__intro .btn.style2:hover,
.service-hero .service-hero__intro .btn.style2 .effect-1,
.service-hero .service-hero__intro .btn.style2:hover .effect-1,
.service-hero .service-hero__intro .btn.style2:focus .effect-1 {
  color: var(--title-color);
  text-shadow: none;
}

.craft-starfield-area {
  background: var(--title-color);
  color: var(--white-color);
  isolation: isolate;
  min-height: clamp(520px, 58vw, 760px);
  overflow: hidden;
  padding: clamp(90px, 11vw, 150px) 0;
  position: relative;
}

.craft-starfield-area > canvas {
  inset: 0;
  pointer-events: none;
  z-index: 0 !important;
}

.craft-starfield-area .cms-section-bg,
.craft-starfield-area .cms-section-svg {
  z-index: 1;
}

.craft-starfield-area .container {
  position: relative;
  z-index: 2;
}

.craft-starfield-content {
  max-width: 920px;
}

.craft-starfield-content h2 {
  color: var(--white-color);
  font-size: clamp(48px, 7.4vw, 120px);
  line-height: 0.96;
  margin-bottom: 28px;
}

.craft-starfield-text,
.craft-starfield-text p,
.craft-starfield-text span,
.craft-starfield-text strong,
.craft-starfield-text em,
.craft-starfield-text a {
  color: var(--white-color);
}

.craft-starfield-text {
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.45;
  margin-bottom: 36px;
  max-width: 620px;
}

.hero-style2 .hero-text,
.hero-style2 .hero-contact-wrap {
  color: var(--white-color) !important;
}

@media (min-width: 992px) {
  .hero-style2 .home-hero-contact-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-style2 .home-hero-contact-row {
    --bs-gutter-x: 0;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .hero-style2 .home-hero-contact-content {
    display: flex;
    gap: 18px;
    justify-content: flex-end;
    margin-left: auto;
    text-align: left;
  }

  .hero-style2 .home-hero-contact-content .hero-contact-wrap {
    margin-right: 0;
  }
}

.text-white p,
.text-white span,
.text-white strong,
.text-white em,
.text-white a,
.text-white ul,
.text-white ol,
.text-white li,
.hero-style2 .hero-text p,
.hero-style2 .hero-text span,
.hero-style2 .hero-text strong,
.hero-style2 .hero-text em,
.hero-style2 .hero-text a,
.hero-style2 .hero-text ul,
.hero-style2 .hero-text ol,
.hero-style2 .hero-text li,
.hero-style2 .hero-contact-wrap p,
.hero-style2 .hero-contact-wrap span,
.hero-style2 .hero-contact-wrap strong,
.hero-style2 .hero-contact-wrap em,
.hero-style2 .hero-contact-wrap a,
.hero-style2 .hero-contact-wrap ul,
.hero-style2 .hero-contact-wrap ol,
.hero-style2 .hero-contact-wrap li {
  color: inherit !important;
}

.hero-style2 .hero-text p:last-child,
.hero-style2 .hero-contact-wrap p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .portfolio-area-1 .portfolio-wrap.style2 .portfolio-thumb {
    display: block;
    overflow: hidden;
  }

  .portfolio-area-1 .portfolio-wrap.style2 .portfolio-thumb img {
    height: clamp(420px, 21vw, 540px);
    object-fit: cover;
    width: 100%;
  }
}

.portfolio-area-1 .portfolio-slider .slick-slide {
  width: min(746px, calc(100vw - 48px)) !important;
}

.portfolio-area-1 .portfolio-slider .slick-slide > div,
.portfolio-area-1 .portfolio-slider .slick-slide .col-lg-4,
.portfolio-area-1 .portfolio-slider .portfolio-wrap.style2,
.portfolio-area-1 .portfolio-slider .portfolio-wrap.style2 .portfolio-thumb {
  width: 100%;
}

.portfolio-area-1 .portfolio-slider .portfolio-wrap.style2:after {
  height: 100%;
  opacity: 1;
}

.portfolio-area-1 .portfolio-slider .portfolio-wrap.style2 .portfolio-details {
  bottom: 0;
  opacity: 1;
}

.ideas-lab-page {
  background: #070902;
  color: var(--white-color);
  overflow: hidden;
}

.ideas-lab-page .service-kicker {
  color: inherit;
}

.ideas-lab-hero {
  --lab-x: 68%;
  --lab-y: 42%;
  background:
    radial-gradient(circle at var(--lab-x) var(--lab-y), rgba(255, 234, 0, 0.24), transparent 26rem),
    linear-gradient(135deg, #070902 0%, #070902 48%, #111407 100%);
  isolation: isolate;
  min-height: clamp(720px, 84vh, 920px);
  overflow: hidden;
  padding: clamp(120px, 13vw, 210px) 0 clamp(90px, 10vw, 150px);
  position: relative;
}

.ideas-lab-hero:before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  mask-image: radial-gradient(circle at var(--lab-x) var(--lab-y), black, transparent 68%);
  opacity: 0.38;
  pointer-events: none;
  position: absolute;
  z-index: -2;
}

.ideas-lab-orbit {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.ideas-lab-orbit span {
  animation: ideasLabFloat 9s ease-in-out infinite;
  background: var(--theme-color);
  border-radius: 999px;
  height: clamp(12px, 1.2vw, 20px);
  opacity: 0.95;
  position: absolute;
  width: clamp(12px, 1.2vw, 20px);
}

.ideas-lab-orbit span:nth-child(1) {
  left: 9%;
  top: 22%;
}

.ideas-lab-orbit span:nth-child(2) {
  animation-delay: -2s;
  right: 13%;
  top: 18%;
}

.ideas-lab-orbit span:nth-child(3) {
  animation-delay: -4s;
  bottom: 18%;
  left: 28%;
}

.ideas-lab-orbit span:nth-child(4) {
  animation-delay: -6s;
  bottom: 26%;
  right: 22%;
}

.ideas-lab-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
}

.ideas-lab-hero h1 {
  color: var(--white-color);
  font-size: clamp(58px, 8vw, 132px);
  line-height: 0.92;
  margin: 0 0 34px;
  max-width: 980px;
}

.ideas-lab-hero__intro,
.ideas-lab-hero__intro p,
.ideas-lab-hero__intro span,
.ideas-lab-hero__intro strong,
.ideas-lab-hero__intro em,
.ideas-lab-hero__intro a {
  color: rgba(255, 255, 255, 0.78);
}

.ideas-lab-hero__intro {
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.55;
  margin-bottom: 34px;
  max-width: 720px;
}

.ideas-lab-board {
  min-height: 520px;
  position: relative;
}

.ideas-lab-board__frame {
  aspect-ratio: 0.82;
  background:
    linear-gradient(135deg, rgba(255, 234, 0, 0.96), rgba(255, 234, 0, 0.72)),
    #ffea00;
  color: #070902;
  min-height: 500px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 56px);
  position: sticky;
  top: 130px;
}

.ideas-lab-board__frame:before,
.ideas-lab-board__frame:after {
  border: 2px solid rgba(7, 9, 2, 0.2);
  border-radius: 999px;
  content: "";
  height: 72%;
  position: absolute;
  right: -32%;
  top: -12%;
  width: 72%;
}

.ideas-lab-board__frame:after {
  animation: ideasLabSpin 18s linear infinite;
  border-style: dashed;
  height: 46%;
  left: -20%;
  right: auto;
  top: auto;
  bottom: -12%;
  width: 46%;
}

.ideas-lab-chip {
  background: #070902;
  color: var(--white-color);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  left: 42px;
  line-height: 1;
  padding: 13px 16px;
  position: absolute;
  text-transform: uppercase;
  top: 42px;
  z-index: 2;
}

.ideas-lab-chip--two {
  left: auto;
  right: 34px;
  top: 38%;
}

.ideas-lab-chip--three {
  bottom: 48px;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
}

.ideas-lab-board__pulse {
  animation: ideasLabPulse 2.8s ease-out infinite;
  border: 2px solid rgba(7, 9, 2, 0.52);
  border-radius: 999px;
  height: clamp(150px, 15vw, 220px);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(150px, 15vw, 220px);
  z-index: 2;
}

.ideas-lab-board__pulse-button {
  align-items: center;
  background: #070902;
  border: 0;
  border-radius: 999px;
  color: var(--white-color);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  height: clamp(92px, 8.2vw, 126px);
  justify-content: center;
  left: 50%;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
  width: clamp(92px, 8.2vw, 126px);
  z-index: 4;
}

.ideas-lab-board__pulse-button span {
  color: var(--theme-color);
  font-size: 12px;
  transition: color 0.25s ease;
}

.ideas-lab-board__pulse-button:hover,
.ideas-lab-board__pulse-button:focus-visible {
  background: var(--white-color);
  color: #070902;
  transform: translate(-50%, -50%) scale(1.05);
}

.ideas-lab-board__pulse-button:hover span,
.ideas-lab-board__pulse-button:focus-visible span {
  color: #070902;
}

.ideas-lab-motion {
  background: #070902;
  min-height: 240vh;
  overflow: clip;
  position: relative;
}

.ideas-lab-motion__sticky {
  align-content: center;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  place-items: center;
  position: sticky;
  top: 0;
  width: 100vw;
}

.ideas-lab-motion__grid {
  --ideas-lab-grid-gap: clamp(12px, 5.8vw, 76px);
  align-content: center;
  display: grid;
  gap: var(--ideas-lab-grid-gap);
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, auto);
  left: 50%;
  margin: 0 auto;
  max-width: calc(100% - 48px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1600px, 94vw);
}

.ideas-lab-motion__layer {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
}

.ideas-lab-motion__layer:nth-of-type(1) div:nth-of-type(odd) {
  grid-column: 1;
}

.ideas-lab-motion__layer:nth-of-type(1) div:nth-of-type(even) {
  grid-column: -2;
}

.ideas-lab-motion__layer:nth-of-type(2) div:nth-of-type(odd) {
  grid-column: 2;
}

.ideas-lab-motion__layer:nth-of-type(2) div:nth-of-type(even) {
  grid-column: 4;
}

.ideas-lab-motion__layer:nth-of-type(3) div:first-of-type {
  grid-column: 3;
  grid-row: 1;
}

.ideas-lab-motion__layer:nth-of-type(3) div:last-of-type {
  grid-column: 3;
  grid-row: -1;
}

.ideas-lab-motion__layer > div {
  min-width: 0;
}

.ideas-lab-motion__layer img,
.ideas-lab-motion__scaler img {
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.ideas-lab-motion__scaler {
  grid-area: 2 / 3;
  min-height: clamp(220px, 28vw, 440px);
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 2;
}

.ideas-lab-motion__scaler > img {
  height: 100%;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ideas-lab-motion__center-copy {
  background: var(--theme-color);
  bottom: 22px;
  color: #070902;
  left: 22px;
  max-width: calc(100% - 44px);
  padding: 18px;
  position: absolute;
  z-index: 3;
}

.ideas-lab-motion__center-copy span {
  color: rgba(7, 9, 2, 0.58);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ideas-lab-motion__center-copy strong {
  color: #070902;
  display: block;
  font-size: clamp(20px, 1.7vw, 30px);
  line-height: 1.04;
}

.ideas-lab-board__card {
  background: var(--white-color);
  bottom: clamp(70px, 7vw, 120px);
  box-shadow: 0 28px 60px rgba(7, 9, 2, 0.18);
  left: clamp(28px, 4vw, 58px);
  padding: 22px;
  position: absolute;
  width: min(300px, calc(100% - 56px));
  z-index: 2;
}

.ideas-lab-board__card span {
  color: rgba(7, 9, 2, 0.58);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ideas-lab-board__card strong {
  color: #070902;
  display: block;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.05;
}

.ideas-lab-signal {
  background: var(--white-color);
  color: #070902;
  padding: clamp(50px, 7vw, 96px) 0;
}

.ideas-lab-signal__inner {
  align-items: flex-start;
  border-left: 8px solid var(--theme-color);
  display: grid;
  gap: clamp(26px, 5vw, 72px);
  grid-template-columns: 90px minmax(0, 760px);
  margin-left: auto;
  max-width: 1120px;
  padding-left: clamp(26px, 4vw, 58px);
}

.ideas-lab-signal__inner span,
.ideas-lab-section-title span,
.ideas-lab-step > span {
  color: rgba(7, 9, 2, 0.55);
  font-weight: 800;
}

.ideas-lab-signal__inner div,
.ideas-lab-signal__inner p {
  color: #070902;
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 600;
  line-height: 1.14;
  margin: 0;
}

.ideas-lab-manifesto {
  background: #070902;
  padding: clamp(88px, 10vw, 150px) 0;
}

.ideas-lab-manifesto__grid,
.ideas-lab-process__grid {
  display: grid;
  gap: clamp(44px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.ideas-lab-manifesto h2,
.ideas-lab-process h2,
.ideas-lab-cta h2 {
  color: var(--white-color);
  font-size: clamp(44px, 5.8vw, 92px);
  line-height: 0.98;
  margin: 0;
}

.ideas-lab-manifesto__text,
.ideas-lab-manifesto__text p,
.ideas-lab-manifesto__text span,
.ideas-lab-manifesto__text strong,
.ideas-lab-manifesto__text em,
.ideas-lab-manifesto__text a {
  color: rgba(255, 255, 255, 0.72);
}

.ideas-lab-manifesto__text {
  font-size: clamp(19px, 1.6vw, 28px);
  line-height: 1.42;
}

.ideas-lab-experiments {
  background: #f5f4ef;
  color: #070902;
  padding: clamp(80px, 10vw, 140px) 0;
}

.ideas-lab-section-title {
  align-items: end;
  display: flex;
  gap: clamp(22px, 4vw, 70px);
  justify-content: space-between;
  margin-bottom: clamp(34px, 5vw, 70px);
}

.ideas-lab-section-title h2 {
  color: #070902;
  font-size: clamp(46px, 6vw, 104px);
  line-height: 0.96;
  margin: 0;
  max-width: 880px;
  text-align: right;
}

.ideas-lab-experiments__grid {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ideas-lab-experiment-card {
  background: var(--white-color);
  min-height: clamp(250px, 23vw, 360px);
  padding: clamp(24px, 3vw, 42px);
}

.ideas-lab-experiment-card span {
  color: rgba(7, 9, 2, 0.48);
  display: block;
  font-weight: 800;
  margin-bottom: clamp(72px, 10vw, 150px);
}

.ideas-lab-experiment-card h3 {
  color: #070902;
  font-size: clamp(25px, 2.3vw, 42px);
  line-height: 1.02;
  margin: 0;
}

.ideas-lab-process {
  background: #070902;
  padding: clamp(86px, 10vw, 150px) 0;
}

.ideas-lab-process__sticky {
  align-self: start;
  position: sticky;
  top: 130px;
}

.ideas-lab-step {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  gap: 24px;
  grid-template-columns: 80px minmax(0, 1fr);
  padding: clamp(30px, 4vw, 54px) 0;
}

.ideas-lab-step:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.ideas-lab-step > span {
  color: var(--theme-color);
}

.ideas-lab-step h3 {
  color: var(--white-color);
  font-size: clamp(28px, 3.2vw, 54px);
  line-height: 1;
  margin-bottom: 18px;
}

.ideas-lab-step p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 680px;
}

.ideas-lab-cta {
  background: var(--theme-color);
  color: #070902;
  padding: clamp(86px, 10vw, 150px) 0;
}

.ideas-lab-cta__inner {
  display: grid;
  gap: clamp(26px, 4vw, 50px);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
}

.ideas-lab-cta h2,
.ideas-lab-cta p,
.ideas-lab-cta div {
  color: #070902;
}

.ideas-lab-cta h2 {
  grid-row: span 2;
}

.ideas-lab-cta__inner > div {
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.5;
}

.ideas-lab-cta .btn.style2 {
  align-self: start;
  background: #070902;
  color: var(--white-color);
  justify-self: start;
}

.ideas-lab-cta .btn.style2 .effect-1 {
  color: var(--white-color);
}

@keyframes ideasLabFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(28px, -22px, 0) scale(1.35);
  }
}

@keyframes ideasLabSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ideasLabPulse {
  0% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.72);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.45);
  }
}

@media (max-width: 1199px) {
  .ideas-lab-hero__grid,
  .ideas-lab-manifesto__grid,
  .ideas-lab-process__grid,
  .ideas-lab-cta__inner {
    grid-template-columns: 1fr;
  }

  .ideas-lab-board__frame,
  .ideas-lab-process__sticky {
    position: relative;
    top: auto;
  }

  .ideas-lab-board {
    min-height: 0;
  }
}

@media (max-width: 991px) {
  .ideas-lab-experiments__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ideas-lab-section-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .ideas-lab-section-title h2 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .ideas-lab-hero {
    min-height: auto;
    padding-top: 110px;
  }

  .ideas-lab-board__frame {
    aspect-ratio: auto;
    min-height: 430px;
  }

  .ideas-lab-signal__inner,
  .ideas-lab-step {
    grid-template-columns: 1fr;
  }

  .ideas-lab-experiments__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ideas-lab-motion__grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: calc(100% - 28px);
  }

  .ideas-lab-motion__layer:nth-of-type(1) {
    display: none;
  }

  .ideas-lab-motion__layer:nth-of-type(2) div:nth-of-type(odd) {
    grid-column: 1;
  }

  .ideas-lab-motion__layer:nth-of-type(2) div:nth-of-type(even) {
    grid-column: 3;
  }

  .ideas-lab-motion__layer:nth-of-type(3) div:first-of-type,
  .ideas-lab-motion__layer:nth-of-type(3) div:last-of-type,
  .ideas-lab-motion__scaler {
    grid-column: 2;
  }

  .ideas-lab-motion__center-copy {
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ideas-lab-motion {
    min-height: auto;
    padding: 80px 0;
  }

  .ideas-lab-motion__sticky {
    min-height: auto;
    position: relative;
  }

  .ideas-lab-motion__grid {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .ideas-lab-motion__layer {
    opacity: 1;
    transform: none;
  }

  .ideas-lab-motion__scaler > img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
