/*
Theme Name: Contech One
Theme URI: https://itsquares.in/contech
Author: Contech One
Description: Dynamic WordPress theme converted from the Contech One static homepage.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: contech-one
*/

:root {
  --ocean: #0f2a3c;
  --ocean-2: #0b2230;
  --ocean-3: #081a26;
  --teal: #538a8b;
  --teal-deep: #244f5c;
  --gold: #c9a86a;
  --grey: #6f7c85;
  --white: #ffffff;
  --cream: #f4f1ea;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ocean);
  color: #dfe7ea;
  font-family: "Jost", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.elementor-page .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none;
}

.elementor-page .elementor-section.elementor-section-full_width > .elementor-container,
.elementor-page .elementor-section > .elementor-container {
  width: 100%;
}

.elementor-page .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.elementor-page .elementor-column-gap-no > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.elementor-page .elementor-column,
.elementor-page .elementor-widget-wrap,
.elementor-page .elementor-widget,
.elementor-page .elementor-widget-container {
  min-height: 0;
}

.elementor-page .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-page .elementor-widget-container > section,
.elementor-page .elementor-widget-container > header,
.elementor-page .elementor-widget-container > footer {
  width: 100%;
}

.contech-global-footer {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
}

.contech-global-footer .elementor-section.elementor-section-boxed > .elementor-container,
.contech-global-footer .elementor-section > .elementor-container {
  max-width: none;
  width: 100%;
}

.contech-global-footer .elementor-column > .elementor-element-populated,
.contech-global-footer .elementor-widget-wrap {
  padding: 0;
}

.contech-global-footer .elementor-widget,
.contech-global-footer .elementor-widget-container,
.contech-global-footer .site-footer {
  width: 100%;
}

.elementor-page .elementor-widget-container > header.site-header {
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
.mont {
  font-family: "Montserrat", sans-serif;
}

::selection {
  background: var(--gold);
  color: var(--ocean);
}

.progress {
  background: linear-gradient(90deg, var(--teal), var(--gold));
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  transition: width .1s linear;
  width: 0;
  z-index: 300;
}

.cursor {
  border: 1px solid var(--gold);
  border-radius: 50%;
  height: 34px;
  mix-blend-mode: difference;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, -50%);
  transition: width .25s, height .25s, background .25s, border-color .25s;
  width: 34px;
  z-index: 400;
}

.cursor.big {
  background: rgba(201, 168, 106, .15);
  border-color: transparent;
  height: 70px;
  width: 70px;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 26px 48px;
  position: fixed;
  top: 0;
  transition: padding .4s var(--ease), background .4s var(--ease), box-shadow .4s var(--ease);
  width: 100%;
  z-index: 200;
}

.elementor-page .site-header {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.site-header.scrolled {
  backdrop-filter: blur(14px);
  background: rgba(8, 26, 38, .82);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
  padding: 16px 48px;
}

.logo {
  align-items: center;
  display: flex;
  gap: 14px;
  text-decoration: none;
  z-index: 10;
}

.logo-img {
  display: block;
  height: 42px;
  transition: height .4s var(--ease), opacity .3s;
  width: auto;
}

.elementor-page .site-header .logo-img {
  height: 42px !important;
  max-height: 42px;
  max-width: 220px;
  object-fit: contain;
  width: auto !important;
}

.logo:hover .logo-img {
  opacity: .85;
}

.site-header.scrolled .logo-img {
  height: 34px;
}

.elementor-page .site-header.scrolled .logo-img {
  height: 34px !important;
  max-height: 34px;
}

.primary-nav,
.primary-nav ul {
  align-items: center;
  display: flex;
  gap: 38px;
  list-style: none;
}

.primary-nav a {
  color: #cdd8dc;
  font-size: 13.5px;
  letter-spacing: .13em;
  padding: 4px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s;
}

.primary-nav a::after {
  background: var(--gold);
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width .4s var(--ease);
  width: 0;
}

.primary-nav a:hover {
  color: #fff;
}

.primary-nav a:hover::after {
  width: 100%;
}

.primary-nav .nav-cta,
.primary-nav > ul > li:last-child > a {
  border: 1px solid var(--gold);
  border-radius: 2px;
  color: var(--gold);
  padding: 11px 22px;
}

.primary-nav .nav-cta::after,
.primary-nav > ul > li:last-child > a::after {
  display: none;
}

.primary-nav .nav-cta:hover,
.primary-nav > ul > li:last-child > a:hover {
  background: var(--gold);
  color: var(--ocean);
}

.primary-nav li {
  position: relative;
}

.primary-nav .nav-has-mega > a {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.primary-nav .nav-has-mega > a::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  content: "";
  order: 2;
}

.project-mega {
  left: 50%;
  opacity: 0;
  padding-top: 28px;
  pointer-events: none;
  position: fixed;
  top: 46px;
  transform: translateX(-50%) translateY(12px);
  transition: opacity .28s var(--ease), transform .28s var(--ease);
  width: min(1040px, calc(100vw - 56px));
  z-index: 30;
}

.nav-has-mega:hover .project-mega,
.nav-has-mega:focus-within .project-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.project-mega::before {
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  right: 0;
  top: -22px;
}

.project-mega-inner {
  background: rgba(38, 46, 47, .96);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .42);
  display: grid;
  gap: 46px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 46px 48px;
}

.project-mega-col h4 {
  margin: 0 0 22px;
}

.project-mega-col h4 a {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  padding: 0;
  text-transform: none;
}

.project-mega-col h4 a::after,
.project-mega-col li a::after,
.project-mega-view::after {
  display: none;
}

.project-mega-col ul {
  align-items: stretch;
  display: grid;
  gap: 20px;
  list-style: none;
  margin: 0;
}

.project-mega-col li a {
  color: #d5d9d9;
  display: block;
  letter-spacing: 0;
  padding: 0;
  text-transform: none;
}

.project-mega-col li span {
  display: block;
  font-size: .95rem;
  line-height: 1.25;
}

.project-mega-col li small {
  color: #b7aaa0;
  display: block;
  font-size: .78rem;
  line-height: 1.35;
  margin-top: 2px;
}

.project-mega-col li a:hover,
.project-mega-col h4 a:hover,
.project-mega-view:hover {
  color: var(--gold);
}

.project-mega-view {
  color: #c9a86a;
  display: inline-flex;
  font-size: .86rem;
  letter-spacing: 0;
  margin-top: 32px;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}

.burger {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  position: relative;
  z-index: 12;
}

.burger span {
  background: #fff;
  height: 2px;
  transition: .3s;
  width: 26px;
}

.hero {
  align-items: center;
  display: flex;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.hero-bg {
  background: linear-gradient(120deg, #10303f, #081a26);
  inset: -8% 0;
  position: absolute;
  will-change: transform;
  z-index: 0;
}

.hero-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transition: opacity 1.4s var(--ease);
  width: 100%;
}

.hero-video.playing {
  opacity: 1;
}

.hero-montage,
.hero-montage-slides,
.hero-montage-slide {
  inset: 0;
  position: absolute;
}

.hero-montage {
  overflow: hidden;
}

.hero-montage-slide {
  animation: heroMontage 28s infinite;
  background-position: center;
  background-size: cover;
  filter: brightness(.5) contrast(1.18) saturate(.78);
  opacity: 0;
  transform: scale(1.1);
  will-change: clip-path, opacity, transform;
}

.hero-montage-slide-1 {
  animation-delay: 0s;
}

.hero-montage-slide-2 {
  animation-delay: 7s;
}

.hero-montage-slide-3 {
  animation-delay: 14s;
}

.hero-montage-slide-4 {
  animation-delay: 21s;
}

@keyframes heroMontage {
  0%,
  100% {
    clip-path: inset(0 12% 0 0);
    opacity: 0;
    transform: scale(1.1) translate3d(2%, 0, 0);
  }

  5% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  22% {
    opacity: 1;
    transform: scale(1.18) translate3d(-2%, -1%, 0);
  }

  28% {
    clip-path: inset(0 0 0 12%);
    opacity: 0;
    transform: scale(1.2) translate3d(-3%, -1.5%, 0);
  }
}

.hero-montage::before,
.hero-montage::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-montage::before {
  background:
    radial-gradient(70% 58% at 74% 42%, rgba(83, 138, 139, .18), transparent 64%),
    linear-gradient(90deg, rgba(5, 15, 22, .72), rgba(5, 15, 22, .34) 47%, rgba(5, 15, 22, .72)),
    linear-gradient(0deg, rgba(8, 26, 38, .9), rgba(8, 26, 38, .12) 42%, rgba(8, 26, 38, .62));
  z-index: 1;
}

.hero-montage::after {
  background:
    linear-gradient(110deg, rgba(8, 26, 38, .36), rgba(8, 26, 38, .08) 48%, rgba(8, 26, 38, .42)),
    repeating-linear-gradient(105deg, rgba(201, 168, 106, .16) 0 1px, transparent 1px 170px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 92px);
  mix-blend-mode: screen;
  opacity: .66;
  z-index: 2;
}

.hero-montage-blueprint {
  animation: heroBlueprintDrift 18s linear infinite;
  background:
    linear-gradient(90deg, rgba(190, 223, 224, .07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(190, 223, 224, .06) 1px, transparent 1px);
  background-size: 88px 88px;
  inset: -12% -8%;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  transform: rotate(-4deg);
  z-index: 2;
}

.hero-montage-blueprint span {
  border: 1px solid rgba(201, 168, 106, .2);
  position: absolute;
}

.hero-montage-blueprint span:nth-child(1) {
  height: 38%;
  right: 11%;
  top: 18%;
  width: 34%;
}

.hero-montage-blueprint span:nth-child(2) {
  bottom: 16%;
  height: 22%;
  right: 28%;
  width: 28%;
}

.hero-montage-blueprint span:nth-child(3) {
  border-left-color: transparent;
  border-top-color: transparent;
  height: 44%;
  right: 4%;
  top: 32%;
  width: 24%;
}

.hero-montage-scan {
  animation: heroScan 9s var(--ease) infinite;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 106, .36), transparent);
  bottom: -20%;
  opacity: .42;
  pointer-events: none;
  position: absolute;
  top: -20%;
  transform: skewX(-14deg) translateX(-140%);
  width: 180px;
  z-index: 3;
}

.hero-montage-flow {
  align-items: stretch;
  bottom: 13vh;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  max-width: min(680px, 54vw);
  position: absolute;
  right: 6vw;
  z-index: 3;
}

.hero-montage-card {
  animation: heroCardPulse 28s infinite;
  background: rgba(5, 15, 22, .66);
  border: 1px solid rgba(201, 168, 106, .32);
  border-radius: 4px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 76px;
  padding: 15px 16px;
}

.hero-montage-card-1 {
  animation-delay: 0s;
}

.hero-montage-card-2 {
  animation-delay: 7s;
}

.hero-montage-card-3 {
  animation-delay: 14s;
}

.hero-montage-card-4 {
  animation-delay: 21s;
}

.hero-montage-card strong {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-montage-card small {
  color: #b7d2d8;
  font-size: .8rem;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .hero-montage-flow {
    bottom: 90px;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    left: 28px;
    max-width: 520px;
    right: auto;
  }
}

@media (max-width: 620px) {
  .hero-montage-flow {
    display: none;
  }

  .scrollcue {
    display: none;
  }
}

@keyframes heroBlueprintDrift {
  to {
    background-position: 88px 88px;
  }
}

@keyframes heroScan {
  0%,
  64% {
    transform: skewX(-14deg) translateX(-140%);
  }

  100% {
    transform: skewX(-14deg) translateX(920%);
  }
}

@keyframes heroCardPulse {
  0%,
  100% {
    border-color: rgba(201, 168, 106, .26);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
    transform: translateY(0);
  }

  5%,
  22% {
    border-color: rgba(201, 168, 106, .72);
    box-shadow: 0 24px 62px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .12);
    transform: translateY(-4px);
  }

  28% {
    border-color: rgba(201, 168, 106, .26);
    transform: translateY(0);
  }
}

.hero-veil {
  background:
    linear-gradient(90deg, rgba(5, 15, 22, .9) 0%, rgba(8, 26, 38, .68) 39%, rgba(8, 26, 38, .22) 68%, rgba(8, 26, 38, .56) 100%),
    linear-gradient(0deg, var(--ocean) 0%, rgba(8, 26, 38, .36) 32%, rgba(8, 26, 38, .12) 100%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-grad {
  background: radial-gradient(120% 80% at 88% 18%, rgba(83, 138, 139, .12), transparent 58%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-pattern {
  animation: floaty 9s ease-in-out infinite;
  max-width: 640px;
  opacity: .10;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 46%;
  z-index: 1;
}

@keyframes floaty {
  50% {
    transform: translateY(-54%);
  }
}

.hero-inner {
  max-width: 1160px;
  padding: 0 48px;
  position: relative;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .38);
  width: 100%;
  z-index: 3;
}

.eyebrow {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  gap: 14px;
  letter-spacing: .4em;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 26px;
  max-width: 100%;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(20px);
  vertical-align: top;
}

.hero.ready .eyebrow {
  animation: rise .9s var(--ease) .15s forwards;
}

.hero-pretitle {
  color: rgba(255, 255, 255, .9);
  font-family: var(--heading-font);
  font-size: clamp(1.18rem, 2vw, 1.9rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 22px;
  max-width: 780px;
  opacity: 0;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .45);
  transform: translateY(20px);
}

.hero.ready .hero-pretitle {
  animation: rise .9s var(--ease) .24s forwards;
}

.eyebrow::before,
.label::before {
  background: currentColor;
  content: "";
  flex: 0 0 auto;
  height: 1px;
  width: 46px;
}

.hero h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.6rem, 6.4vw, 5.6rem);
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 1.03;
  max-width: 980px;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .55);
  text-transform: uppercase;
}

.hero h1 .ln {
  display: block;
  overflow: hidden;
}

.hero h1 .ln span {
  display: block;
  transform: translateY(110%);
}

.hero.ready h1 .ln span {
  animation: rise .95s var(--ease) forwards;
}

.hero.ready h1 .ln:nth-child(1) span {
  animation-delay: .3s;
}

.hero.ready h1 .ln:nth-child(2) span {
  animation-delay: .45s;
}

.hero.ready h1 .ln:nth-child(3) span {
  animation-delay: .6s;
}

.hero h1 em,
h2.title em {
  color: var(--gold);
  font-style: normal;
}

.hero h1 em {
  color: var(--teal);
}

.hero p.sub {
  color: #d5e1e4;
  font-size: 1.18rem;
  font-weight: 300;
  margin-top: 30px;
  max-width: 580px;
  opacity: 0;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .52);
  transform: translateY(20px);
}

.hero.ready p.sub {
  animation: rise .9s var(--ease) .85s forwards;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 42px;
  opacity: 0;
  transform: translateY(20px);
}

.hero.ready .hero-actions {
  animation: rise .9s var(--ease) 1s forwards;
}

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  gap: 12px;
  letter-spacing: .16em;
  padding: 16px 34px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .4s var(--ease);
}

.btn-gold,
.btn.gold {
  background: var(--gold);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
  color: var(--ocean);
  font-weight: 700;
}

.btn-gold:hover,
.btn.gold:hover {
  background: var(--teal-deep);
  box-shadow: 0 14px 34px -12px rgba(0, 47, 41, .45);
  color: #ffffff;
  transform: translateY(-3px);
}

.btn-ghost {
  background: rgba(5, 15, 22, .42);
  border-color: rgba(255, 255, 255, .4);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  color: #fff;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, .07);
  border-color: #fff;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scrollcue {
  align-items: center;
  bottom: 34px;
  color: #9fb0b6;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  gap: 10px;
  left: auto;
  letter-spacing: .3em;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: clamp(28px, 5vw, 72px);
  text-transform: uppercase;
  transform: translateY(20px);
  z-index: 3;
}

.hero.ready .scrollcue {
  animation: rise 1s var(--ease) 1.35s forwards;
}

.scrollcue .line {
  background: linear-gradient(var(--gold), transparent);
  height: 46px;
  overflow: hidden;
  position: relative;
  width: 1px;
}

.scrollcue .line::after {
  animation: drop 1.8s ease-in-out infinite;
  background: var(--gold);
  content: "";
  height: 46px;
  left: 0;
  position: absolute;
  top: -46px;
  width: 1px;
}

@keyframes drop {
  to {
    top: 46px;
  }
}

section {
  position: relative;
}

.wrap {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 48px;
}

.sec-pad {
  padding: 130px 0;
}

.label {
  align-items: center;
  color: var(--teal);
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  gap: 12px;
  letter-spacing: .34em;
  line-height: 1.2;
  margin-bottom: 24px;
  max-width: 100%;
  text-transform: uppercase;
  vertical-align: top;
}

.label::before {
  flex: 0 0 auto;
  width: 30px;
}

h2.title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3.7vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -.5px;
  line-height: 1.12;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.elementor-editor-active .reveal,
.elementor-editor-preview .reveal,
.elementor-edit-mode .reveal,
.elementor-editor-active .hero .eyebrow,
.elementor-editor-preview .hero .eyebrow,
.elementor-edit-mode .hero .eyebrow,
.elementor-editor-active .hero p.sub,
.elementor-editor-preview .hero p.sub,
.elementor-edit-mode .hero p.sub,
.elementor-editor-active .hero-actions,
.elementor-editor-preview .hero-actions,
.elementor-edit-mode .hero-actions,
.elementor-editor-active .scrollcue,
.elementor-editor-preview .scrollcue,
.elementor-edit-mode .scrollcue,
.elementor-editor-active .hero h1 .ln span,
.elementor-editor-preview .hero h1 .ln span,
.elementor-edit-mode .hero h1 .ln span {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.elementor-editor-active .hero-video,
.elementor-editor-preview .hero-video,
.elementor-edit-mode .hero-video {
  opacity: 1;
}

.elementor-editor-active .vcard .vdesc,
.elementor-editor-preview .vcard .vdesc,
.elementor-edit-mode .vcard .vdesc,
.elementor-editor-active .pcard .pstat,
.elementor-editor-preview .pcard .pstat,
.elementor-edit-mode .pcard .pstat {
  margin-top: 14px !important;
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible !important;
}

.elementor-editor-active .pcard .pinfo,
.elementor-editor-preview .pcard .pinfo,
.elementor-edit-mode .pcard .pinfo,
.elementor-editor-active .vcard .vbg,
.elementor-editor-preview .vcard .vbg,
.elementor-edit-mode .vcard .vbg,
.elementor-editor-active .pcard .pbg,
.elementor-editor-preview .pcard .pbg,
.elementor-edit-mode .pcard .pbg,
.elementor-editor-active .testimonial-media img,
.elementor-editor-preview .testimonial-media img,
.elementor-edit-mode .testimonial-media img {
  transform: none !important;
}

.elementor-editor-active .testimonial-slider-wrap,
.elementor-editor-preview .testimonial-slider-wrap,
.elementor-edit-mode .testimonial-slider-wrap {
  min-height: auto;
}

.elementor-editor-active .testimonial-slide,
.elementor-editor-preview .testimonial-slide,
.elementor-edit-mode .testimonial-slide {
  margin-bottom: 24px;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: relative !important;
  transform: none !important;
}

.elementor-editor-active .testimonial-arrows,
.elementor-editor-preview .testimonial-arrows,
.elementor-edit-mode .testimonial-arrows {
  display: none;
}

.reveal.d1 {
  transition-delay: .12s;
}

.reveal.d2 {
  transition-delay: .24s;
}

.reveal.d3 {
  transition-delay: .36s;
}

.manifesto {
  background: linear-gradient(180deg, var(--ocean), var(--ocean-2));
}

.manifesto .big {
  color: #eaf0f1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.7rem, 3.3vw, 2.7rem);
  font-weight: 300;
  letter-spacing: -.3px;
  line-height: 1.35;
  max-width: 980px;
}

.manifesto .title {
  margin-bottom: 26px;
  max-width: 880px;
}

.manifesto .big .w {
  opacity: .15;
  transition: opacity .18s linear;
}

.manifesto .big .w.b {
  color: #fff;
  font-weight: 600;
}

.manifesto .big .w.hl {
  color: var(--gold);
  font-weight: 500;
}

.manifesto .meta {
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 46px;
  padding-top: 34px;
}

.manifesto .meta div {
  max-width: none;
}

.manifesto .meta h4 {
  color: var(--teal);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.manifesto .meta p {
  color: #aebbc0;
  font-size: .96rem;
}

.stats {
  background: var(--ocean-3);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.stats.sec-pad {
  padding: 90px 0;
}

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

.stats-head {
  margin-bottom: 42px;
  max-width: 820px;
}

.stats-head .title {
  margin-top: 14px;
}

.stat {
  padding: 18px 0;
  position: relative;
}

.stat:not(:last-child)::after {
  background: rgba(255, 255, 255, .09);
  bottom: 18px;
  content: "";
  position: absolute;
  right: -15px;
  top: 18px;
  width: 1px;
}

.stat .num {
  align-items: flex-start;
  color: #fff;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.6rem, 4.4vw, 3.6rem);
  font-weight: 700;
  line-height: 1;
}

.stat .num .suf {
  color: var(--gold);
  font-size: .55em;
  margin-left: 2px;
  margin-top: .25em;
}

.stat .cap {
  color: #9fb0b6;
  font-family: "Montserrat", sans-serif;
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: .04em;
  margin-top: 12px;
  text-transform: uppercase;
}

.verticals,
.projects {
  background: linear-gradient(180deg, var(--ocean-2), var(--ocean));
}

.v-head {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.v-head p {
  color: #aebbc0;
  max-width: 430px;
}

.v-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}

.vcard,
.pcard {
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.vcard {
  border: 1px solid rgba(255, 255, 255, .07);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  padding: 34px;
}

.vcard .vbg,
.pcard .pbg {
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  transform: scale(1.02);
  transition: transform 1.1s var(--ease);
  z-index: 0;
}

.vcard:hover .vbg,
.pcard:hover .pbg {
  transform: scale(1.12);
}

.vcard .vveil,
.pcard .pveil {
  background: linear-gradient(180deg, rgba(8, 26, 38, .25) 0%, rgba(8, 26, 38, .78) 60%, rgba(8, 26, 38, .95) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.vcard > :not(.vbg):not(.vveil),
.pcard > :not(.pbg):not(.pveil) {
  position: relative;
  z-index: 2;
}

.vcard .vno {
  color: var(--gold);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.1;
  margin-bottom: 12px;
  order: 2;
  position: relative;
}

.vcard .vno span {
  color: rgba(255, 255, 255, .4);
}

.vcard h3,
.pcard h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.vcard h3 {
  order: 3;
}

.vcard .vtag,
.pcard .ptype {
  color: var(--teal);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.vcard .vtag {
  order: 1;
}

.vcard .vdesc {
  order: 4;
}

.vcard .vmore {
  order: 5;
}

.pcard .ptype {
  color: var(--gold);
  display: block;
  font-size: 11px;
}

.vcard .vdesc {
  color: #c0ccd0;
  font-size: .9rem;
  line-height: 1.55;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .6s var(--ease), opacity .5s var(--ease), margin .5s;
}

.vcard .vdesc h1,
.vcard .vdesc h2,
.vcard .vdesc h3,
.vcard .vdesc h4,
.vcard .vdesc h5,
.vcard .vdesc h6 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.24;
  margin: 0 0 8px;
  text-transform: none;
}

.vcard .vdesc p,
.vcard .vdesc li {
  color: #c0ccd0;
  font-size: .9rem;
  line-height: 1.55;
  margin: 0 0 8px;
}

.vcard .vdesc .vertical-lead,
.vcard .vdesc p.vertical-lead {
  color: #c0ccd0;
  font-size: .9rem !important;
  line-height: 1.55 !important;
  margin: 0 0 8px;
}

.vcard .vdesc p:last-child,
.vcard .vdesc ul:last-child,
.vcard .vdesc ol:last-child {
  margin-bottom: 0;
}

.vcard:hover .vdesc {
  margin-top: 4px;
  max-height: 180px;
  opacity: 1;
}

.vcard .vmore {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  gap: 10px;
  letter-spacing: .18em;
  margin-top: 18px;
  opacity: .85;
  text-transform: uppercase;
}

.flow {
  background: var(--ocean-3);
}

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

.contech-home-positioning,
.contech-home-engagement {
  background: #f7faf6;
  color: #004235;
}

.contech-home-positioning .contech-page-split {
  grid-template-columns: minmax(0, 1fr);
  max-width: 980px;
}

.contech-home-positioning .contech-page-copy h2,
.contech-home-engagement h2 {
  color: #004235;
  font-family: var(--heading-font);
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}

.contech-home-positioning .contech-page-copy p,
.contech-home-section-intro {
  color: #526c67;
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 920px;
}

.contech-home-engagement .vertical-process {
  margin-top: 34px;
}

.contech-home-engagement .vertical-process > div {
  background: #ffffff;
  border: 1px solid #d8e4df;
  box-shadow: 0 18px 44px rgba(0, 63, 53, .08);
}

.contech-home-engagement .vertical-process span,
.contech-home-engagement .vertical-process h3 {
  color: #004235;
}

.contech-home-engagement .vertical-process p {
  color: #526c67;
}

.contech-home-section-cta {
  margin-top: 30px;
}

.flow-wrap {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 54px;
  position: relative;
}

.fstep {
  padding: 34px 26px;
  position: relative;
  text-align: center;
}

.fstep .dot {
  align-items: center;
  background: var(--ocean-3);
  border: 1px solid var(--teal);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  margin: 0 auto 22px;
  position: relative;
  transition: all .4s var(--ease);
  width: 54px;
  z-index: 2;
}

.fstep:hover .dot {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ocean);
  transform: scale(1.1);
}

.fstep h4 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  letter-spacing: .05em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fstep p {
  color: #9fb0b6;
  font-size: .9rem;
}

.fline {
  background: repeating-linear-gradient(90deg, rgba(83, 138, 139, .6) 0 8px, transparent 8px 16px);
  height: 1px;
  left: 12.5%;
  position: absolute;
  right: 12.5%;
  top: 61px;
  z-index: 1;
}

.projects {
  background: linear-gradient(180deg, var(--ocean), var(--ocean-2));
}

.p-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 56px;
}

.pcard {
  align-items: flex-end;
  display: flex;
  min-height: 340px;
}

.pcard.big {
  grid-column: span 7;
  min-height: 480px;
}

.pcard.sm {
  grid-column: span 5;
}

.pcard.half {
  grid-column: span 6;
  min-height: 380px;
}

.pcard .pinfo {
  padding: 34px;
  transform: translateY(12px);
  transition: transform .55s var(--ease);
}

.pcard:hover .pinfo {
  transform: translateY(0);
}

.pcard .ploc {
  align-items: center;
  color: #bcc8cc;
  display: flex;
  font-size: .92rem;
  gap: 8px;
}

.pcard .pstat {
  color: #aebbc0;
  font-size: .9rem;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .5s var(--ease);
}

.pcard:hover .pstat {
  margin-top: 14px;
  max-height: 80px;
  opacity: 1;
}

.story {
  overflow: hidden;
}

.story-bg {
  background-image: linear-gradient(180deg, rgba(8, 26, 38, .78), rgba(8, 26, 38, .92)), var(--story-image);
  background-position: center;
  background-size: cover;
  inset: -12% 0;
  position: absolute;
  will-change: transform;
  z-index: 0;
}

.story .wrap {
  position: relative;
  z-index: 2;
}

.quote {
  max-width: 920px;
}

.quote .mark {
  color: var(--gold);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 800;
  height: 46px;
  line-height: .5;
  opacity: .5;
}

.quote blockquote {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.8rem);
  font-weight: 300;
  letter-spacing: -.3px;
  line-height: 1.32;
}

.quote blockquote b {
  color: var(--gold);
  font-weight: 600;
}

.quote .by {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-top: 34px;
}

.quote .by .av {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--teal-deep));
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.quote .by h4 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  letter-spacing: .04em;
}

.quote .by p {
  color: var(--teal);
  font-size: .88rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.testimonials {
  background:
    linear-gradient(180deg, var(--ocean-2), var(--ocean-3));
  border-top: 1px solid rgba(255, 255, 255, .06);
  overflow: hidden;
}

.testimonial-fluid {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

.testimonial-shell {
  align-items: stretch;
  display: grid;
  gap: 35px;
  grid-template-columns: minmax(0, 47.5%) minmax(0, 52.5%);
  margin-left: auto;
  margin-right: auto;
  max-width: 1820px;
}

.testimonial-media {
  border-radius: 30px;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.testimonial-media::after {
  background:
    linear-gradient(180deg, rgba(8, 26, 38, 0), rgba(8, 26, 38, .64)),
    radial-gradient(80% 70% at 20% 20%, rgba(201, 168, 106, .16), transparent 60%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.testimonial-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 1.1s var(--ease);
  width: 100%;
}

.testimonial-shell:hover .testimonial-media img {
  transform: scale(1.09);
}

.testimonial-panel {
  background:
    linear-gradient(145deg, rgba(15, 42, 60, .96), rgba(8, 26, 38, .9)),
    url("assets/images/testimonial-bg.jpg");
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(201, 168, 106, .28);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  overflow: hidden;
  padding: 27px 50px 27px 50px;
  position: relative;
}

.testimonial-panel::before {
  background:
    linear-gradient(135deg, rgba(201, 168, 106, .12), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 36%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.testimonial-panel > * {
  position: relative;
  z-index: 1;
}

.testimonial-panel .label {
  align-items: flex-end;
  color: var(--gold);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0;
  line-height: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.testimonial-panel .label::before {
  background: var(--gold);
  width: 30px;
}

.testimonial-panel .title {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: clamp(2.9rem, 3.2vw, 3.55rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 20px;
  max-width: 690px;
  text-transform: none;
}

.testimonial-slider-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  margin-bottom: 40px;
  margin-top: 32px;
  min-height: 250px;
  padding-bottom: 40px;
  position: relative;
}

.testimonial-slider {
  display: grid;
  position: relative;
}

.testimonial-slide {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  position: relative;
  transform: translateX(20px);
  transition: opacity .55s var(--ease), transform .55s var(--ease);
  width: 100%;
}

.testimonial-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.testimonial-quote-icon {
  display: block;
  filter: sepia(1) saturate(1.1) hue-rotate(354deg) brightness(1.08);
  height: 34px;
  margin-bottom: 34px;
  opacity: .72;
  width: auto;
}

.testimonial-card p {
  color: #dfe7ea;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
  max-width: 560px;
  padding-right: 40px;
}

.testimonial-author {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 28px;
}

.testimonial-author img {
  border: 2px solid rgba(201, 168, 106, .5);
  border-radius: 50%;
  height: 60px;
  object-fit: cover;
  width: 60px;
}

.testimonial-author h4 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 5px;
}

.testimonial-author span {
  color: #9fb0b6;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.testimonial-arrows {
  align-items: center;
  bottom: 40px;
  display: flex;
  gap: 15px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.testimonial-arrows button {
  align-items: center;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  color: #dfe7ea;
  cursor: pointer;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  height: 50px;
  justify-content: center;
  transition: all .3s var(--ease);
  width: 50px;
}

.testimonial-arrows button:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ocean);
}

.testimonial-counter {
  align-items: center;
  display: flex;
  gap: 30px;
}

.testimonial-counter .num {
  align-items: center;
  color: transparent;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(4rem, 7vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  -webkit-text-stroke-color: rgba(255, 255, 255, .72);
  -webkit-text-stroke-width: 1px;
}

.testimonial-counter .suf {
  color: var(--gold);
  font-size: .88em;
  margin-left: 18px;
  -webkit-text-stroke-width: 0;
}

.testimonial-counter p {
  color: #9fb0b6;
  font-size: .96rem;
  line-height: 1.55;
  max-width: 280px;
}

.latest-blog {
  background: linear-gradient(180deg, var(--ocean-3), var(--ocean));
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.blog-head {
  margin: 0 auto 48px;
  max-width: 620px;
  text-align: center;
}

.blog-head .label {
  color: var(--gold);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.blog-head .label::before,
.blog-head .label::after {
  background: var(--gold);
  content: "";
  height: 1px;
  width: 30px;
}

.blog-head .title {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 20px;
  text-transform: none;
}

.blog-head .label {
  justify-content: center;
}

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

.blog-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  transition: transform .35s var(--ease);
}

.blog-card:hover {
  transform: translateY(-6px);
}

.blog-image {
  aspect-ratio: 1.34;
  border-radius: 30px;
  display: block;
  overflow: hidden;
}

.blog-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .85s var(--ease), filter .85s var(--ease);
  width: 100%;
}

.blog-card:hover .blog-image img {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.1);
}

.blog-content {
  padding: 23px 0 0;
}

.blog-tag {
  color: var(--gold);
  display: inline-flex;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.65;
  margin-bottom: 15px;
  text-decoration: none;
  text-transform: none;
}

.blog-content h3 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
}

.blog-content h3 a {
  color: #fff;
  text-decoration: none;
}

.blog-content h3 a:hover {
  color: var(--gold);
  text-decoration: underline;
}

.blog-more {
  align-items: center;
  color: #d9e3e6;
  display: inline-flex;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 7px;
  letter-spacing: 0;
  line-height: 1.65;
  position: relative;
  text-decoration: none;
  text-transform: none;
}

.blog-more::after {
  background-color: rgba(217, 227, 230, .74);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.blog-more span {
  color: var(--gold);
  transition: transform .35s var(--ease);
}

.blog-more:hover {
  color: var(--gold);
}

.blog-more:hover::after {
  background-color: var(--gold);
  left: auto;
  right: 0;
}

.blog-card:hover .blog-more span {
  transform: rotate(0deg) translateX(3px);
}

.contech-blog-index-hero {
  padding-bottom: 82px;
}

.contech-blog-index-list {
  background:
    linear-gradient(180deg, var(--ocean-3), var(--ocean) 54%, var(--ocean-2));
}

.contech-blog-archive-grid {
  align-items: start;
}

.contech-blog-archive-card {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  overflow: hidden;
  padding: 14px;
}

.contech-blog-archive-card .blog-image {
  border-radius: 8px;
}

.contech-blog-archive-card .blog-content {
  padding: 22px 4px 4px;
}

.contech-blog-card-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 14px;
}

.contech-blog-card-meta .blog-tag {
  margin-bottom: 0;
}

.contech-blog-card-meta span {
  color: #8fa3aa;
  font-size: .9rem;
}

.contech-blog-archive-card h2 {
  font-family: "Jost", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 14px;
}

.contech-blog-archive-card h2 a {
  color: #fff;
  text-decoration: none;
}

.contech-blog-archive-card h2 a:hover {
  color: var(--gold);
}

.contech-blog-archive-card p {
  color: #b8c6ca;
  line-height: 1.65;
  margin-bottom: 18px;
}

.contech-blog-empty {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  margin: 0 auto;
  max-width: 720px;
  padding: 42px;
  text-align: center;
}

.contech-blog-empty .contech-page-kicker {
  justify-content: center;
}

.contech-blog-empty h2 {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.contech-project-index-hero {
  background:
    linear-gradient(120deg, rgba(8, 26, 38, .96), rgba(15, 42, 60, .9)),
    radial-gradient(circle at 78% 18%, rgba(201, 168, 106, .16), transparent 34%);
}

.project-type-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.project-type-tabs a {
  align-items: center;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #d9e3e6;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  min-height: 42px;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
}

.project-type-tabs a:hover {
  background: rgba(201, 168, 106, .16);
  border-color: rgba(201, 168, 106, .65);
  color: var(--gold);
}

.contech-project-group {
  background: linear-gradient(180deg, var(--ocean-3), var(--ocean));
  border-top: 1px solid rgba(255, 255, 255, .065);
  scroll-margin-top: 92px;
}

.contech-project-group:nth-of-type(odd) {
  background: linear-gradient(180deg, var(--ocean), var(--ocean-2));
}

.project-index-grid .pcard.big {
  grid-column: span 6;
  min-height: 390px;
}

.project-index-grid .pcard.half {
  grid-column: span 6;
  min-height: 390px;
}

.project-empty-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 28px;
}

.project-empty-card h3 {
  color: #fff;
  font-size: 1.1rem;
}

.cta {
  background: linear-gradient(120deg, var(--teal-deep), var(--ocean));
  overflow: hidden;
  text-align: center;
}

.cta-bg-mark {
  bottom: -90px;
  opacity: .06;
  pointer-events: none;
  position: absolute;
  right: -70px;
  width: 440px;
  z-index: 1;
}

.cta-mark {
  display: block;
  height: auto;
  margin: 0 auto 30px;
  width: 62px;
}

.cta h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -.5px;
  line-height: 1.12;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.cta p {
  color: #d4dde0;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 24px auto 40px;
  max-width: 560px;
  position: relative;
  z-index: 2;
}

.site-footer {
  background: var(--ocean-3);
  border-top: 1px solid rgba(255, 255, 255, .07);
  overflow: hidden;
  padding: 80px 0 32px;
}

.footer-art {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-top: clamp(64px, 7vw, 128px);
  position: relative;
}

.footer-wm {
  background: linear-gradient(180deg, rgba(255, 255, 255, .11) 0%, rgba(110, 176, 168, .06) 55%, rgba(255, 255, 255, .015) 100%);
  background-clip: text;
  bottom: 100%;
  color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 11.5vw;
  font-weight: 800;
  left: 50%;
  letter-spacing: .02em;
  line-height: .82;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .03);
  transform: translate(-50%, 50%);
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.footer-skyline {
  display: block;
  height: auto;
  opacity: .92;
  pointer-events: none;
  position: relative;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.f-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
}

.f-grid h5 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: .2em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.f-grid a,
.f-grid p {
  color: #9fb0b6;
  display: block;
  font-size: .95rem;
  margin-bottom: 12px;
  text-decoration: none;
  transition: color .3s;
}

.f-grid a:hover {
  color: var(--gold);
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.f-grid a.footer-social-link {
  align-items: center;
  border: 1px solid rgba(214, 177, 105, .58);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin: 0;
  text-decoration: none;
  transition: background .28s var(--ease), border-color .28s var(--ease), color .28s var(--ease), transform .28s var(--ease);
  width: 44px;
}

.f-grid a.footer-social-link:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ocean);
  transform: translateY(-2px);
}

.footer-social-link svg {
  height: 18px;
  width: 18px;
}

.f-about p {
  max-width: 320px;
}

.footer-logo {
  display: block;
  height: 46px;
  margin-bottom: 24px;
  width: auto;
}

.f-bottom {
  align-items: center;
  color: #73848b;
  display: flex;
  flex-wrap: wrap;
  font-size: .85rem;
  gap: 14px;
  justify-content: space-between;
}

.detail-main {
  background: var(--ocean);
  color: #dfe7ea;
  min-height: 100vh;
  overflow: hidden;
}

.contech-page-main {
  background:
    linear-gradient(180deg, var(--ocean-3), var(--ocean) 44%, var(--ocean-2));
  padding-top: 96px;
}

.contech-editable-page .elementor-section-wrap,
.contech-editable-page .elementor {
  width: 100%;
}

.contech-static-page {
  background: var(--ocean);
  color: #dfe7ea;
}

.contech-page-hero {
  background:
    linear-gradient(120deg, rgba(8, 26, 38, .96), rgba(15, 42, 60, .9)),
    radial-gradient(circle at 85% 18%, rgba(83, 138, 139, .26), transparent 34%);
  overflow: hidden;
  padding: 92px 0 72px;
  position: relative;
}

.contech-page-hero::after {
  background: var(--contech-mark-bg);
  content: "";
  height: 360px;
  opacity: .05;
  position: absolute;
  right: -80px;
  top: 40px;
  width: 360px;
}

.contech-page-hero .wrap,
.contech-page-section .wrap,
.contech-page-cta .wrap {
  position: relative;
  z-index: 2;
}

.contech-page-kicker {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: .2em;
  line-height: 1.2;
  margin-bottom: 22px;
  max-width: 100%;
  text-transform: uppercase;
  vertical-align: top;
}

.contech-page-kicker::before {
  background: var(--gold);
  content: "";
  flex: 0 0 auto;
  height: 1px;
  width: 34px;
}

.contech-page-hero h1 {
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 700;
  line-height: .98;
  max-width: 820px;
  text-transform: uppercase;
}

.contech-page-hero p {
  color: #b9c7cb;
  font-size: 1.12rem;
  line-height: 1.75;
  margin-top: 24px;
  max-width: 680px;
}

.contech-page-section {
  padding: 84px 0;
}

.contech-page-section.alt {
  background: rgba(255, 255, 255, .025);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.contech-page-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contech-page-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contech-page-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  min-height: 190px;
  padding: 28px;
}

.contech-page-card span {
  color: var(--gold);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.contech-page-card h3 {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.contech-page-card p,
.contech-page-section p {
  color: #b8c6ca;
  line-height: 1.72;
}

.contech-page-copy {
  max-width: 860px;
}

.contech-page-copy p + .btn,
.contech-page-copy p + .btn-gold {
  margin-top: 24px;
}

.contech-company-elementor-section > .elementor-container,
.contech-company-elementor-section > .elementor-container > .elementor-column,
.contech-company-elementor-section .elementor-widget-html,
.contech-company-elementor-section .elementor-widget-container {
  width: 100%;
}

.contech-company-page {
  overflow: hidden;
}

.contech-page-split {
  align-items: start;
  display: grid;
  gap: clamp(32px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .7fr);
}

.contech-page-panel,
.contech-page-quote {
  background: linear-gradient(150deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
  color: #fff;
  padding: clamp(28px, 4vw, 46px);
}

.contech-page-quote {
  color: #f7eee0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 2.4rem);
  font-weight: 600;
  line-height: 1.22;
}

.contech-page-panel h3 {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.25;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.contech-story-timeline {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.contech-story-step {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  min-height: 260px;
  padding: 26px;
  position: relative;
}

.contech-story-step::before {
  background: var(--gold);
  content: "";
  height: 2px;
  left: 26px;
  position: absolute;
  right: 26px;
  top: 74px;
}

.contech-story-step strong {
  color: var(--gold);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.45rem;
  letter-spacing: .08em;
  margin-bottom: 34px;
}

.contech-page-signature {
  border-left: 2px solid var(--gold);
  color: #dfe8eb;
  font-size: 1.12rem;
  margin-top: 36px;
  max-width: 820px;
  padding-left: 24px;
}

.contech-page-signature strong {
  color: #fff;
  display: inline-block;
  margin-top: 12px;
}

.contech-director-profile {
  background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  display: grid;
  gap: clamp(28px, 5vw, 74px);
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1fr);
  padding: clamp(30px, 5vw, 64px);
}

.contech-director-profile h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.contech-director-role {
  color: var(--gold);
  font-family: "Montserrat", sans-serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin-top: 18px;
  text-transform: uppercase;
}

.contech-director-body p {
  color: #c4d0d3;
  line-height: 1.78;
  margin-bottom: 18px;
}

.contech-director-body blockquote {
  border-left: 2px solid var(--gold);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  font-weight: 600;
  line-height: 1.35;
  margin: 28px 0 0;
  padding-left: 22px;
}

.contech-project-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.contech-project-entry {
  background: linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  display: grid;
  gap: 26px;
  grid-template-columns: 74px minmax(0, 1fr);
  padding: clamp(24px, 4vw, 38px);
}

.contech-project-number {
  align-items: center;
  border: 1px solid rgba(201, 168, 106, .58);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: .86rem;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  letter-spacing: .14em;
  width: 54px;
}

.contech-project-entry h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.18;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contech-project-location {
  color: var(--gold);
  font-family: "Montserrat", sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.contech-project-entry p {
  color: #c4d0d3;
  line-height: 1.74;
}

.contech-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.contech-project-meta li {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #dce7ea;
  font-family: "Montserrat", sans-serif;
  font-size: .78rem;
  font-weight: 600;
  padding: 8px 12px;
}

.contech-contact-layout {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
}

.contech-contact-form {
  background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .035));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
  padding: clamp(26px, 4vw, 44px);
}

.contech-contact-form h2,
.contech-contact-card h3 {
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.16;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contech-contact-form > p,
.contech-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.contech-contact-form > p {
  color: #c6d2d6;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 18px;
}

.contech-contact-form > p:empty {
  display: none;
}

.contech-contact-form .wpcf7-spinner {
  margin-left: 14px;
}

.contech-contact-form .wpcf7-response-output {
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  margin: 18px 0 0;
  padding: 12px 14px;
}

.contech-contact-form .wpcf7-not-valid-tip {
  color: #ffb3b3;
  font-family: "Jost", sans-serif;
  font-size: .86rem;
  letter-spacing: 0;
  margin-top: 6px;
  text-transform: none;
}

.contech-contact-fields {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contech-contact-fields > p {
  margin: 0;
  min-width: 0;
}

.contech-contact-fields > p.full {
  grid-column: 1 / -1;
}

.contech-contact-fields label {
  color: #dfe8eb;
  display: grid;
  font-family: "Montserrat", sans-serif;
  font-size: .78rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contech-contact-fields input,
.contech-contact-fields select,
.contech-contact-fields textarea {
  background: rgba(4, 20, 30, .68);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  color: #fff;
  font: 500 15px/1.4 "Jost", sans-serif;
  min-height: 52px;
  outline: none;
  padding: 13px 14px;
  width: 100%;
}

.contech-contact-fields textarea {
  min-height: 138px;
  resize: vertical;
}

.contech-contact-fields input:focus,
.contech-contact-fields select:focus,
.contech-contact-fields textarea:focus {
  border-color: rgba(201, 168, 106, .82);
  box-shadow: 0 0 0 3px rgba(201, 168, 106, .14);
}

.contech-contact-form .btn,
.contech-contact-form .wpcf7-submit {
  border: 0;
  cursor: pointer;
  margin-top: 22px;
}

.contech-form-notice {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  margin: 18px 0 8px;
  padding: 12px 14px;
}

.contech-form-notice.success {
  background: rgba(37, 211, 102, .14);
  border-color: rgba(37, 211, 102, .48);
}

.contech-form-notice.error {
  background: rgba(255, 94, 94, .12);
  border-color: rgba(255, 94, 94, .42);
}

.contech-contact-side {
  display: grid;
  gap: 18px;
}

.contech-contact-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  padding: 26px;
}

.contech-contact-card p,
.contech-contact-card a {
  color: #c7d2d5;
  line-height: 1.7;
}

.contech-contact-card a:hover {
  color: #fff;
}

.contech-contact-list {
  display: grid;
  gap: 16px;
}

.contech-contact-list div {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-bottom: 14px;
}

.contech-contact-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contech-contact-list span,
.contech-social-links span {
  color: var(--gold);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.contech-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.contech-social-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .038));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .2);
}

.contech-social-links a {
  align-items: center;
  background: rgba(4, 20, 30, .35);
  border: 1px solid rgba(201, 168, 106, .5);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: all .35s var(--ease);
  width: 54px;
}

.contech-social-links a:hover {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 16px 34px -18px rgba(201, 168, 106, .8);
  color: var(--ocean);
  transform: translateY(-4px);
}

.contech-social-links svg {
  display: block;
  height: 22px;
  width: 22px;
}

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

.contech-whatsapp-cta {
  align-items: center;
  border: 1px solid rgba(201, 168, 106, .45);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex-wrap: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: .78rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .08em;
  min-height: 42px;
  padding: 10px 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.contech-whatsapp-cta {
  background: rgba(18, 140, 126, .16);
  border-color: rgba(18, 140, 126, .6);
  justify-content: center;
  margin-top: 18px;
  width: auto;
}

.contech-whatsapp-cta svg,
.contech-floating-whatsapp svg {
  display: block;
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.contech-whatsapp-cta:hover,
.contech-floating-whatsapp:hover {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
  box-shadow: 0 14px 34px rgba(0, 47, 41, .24);
  color: #fff;
}

.f-grid a.contech-whatsapp-cta:hover,
.cta a.contech-whatsapp-cta:hover,
a.contech-whatsapp-cta:hover,
a.contech-floating-whatsapp:hover {
  color: #fff !important;
}

.contech-floating-whatsapp:hover {
  box-shadow: 0 16px 36px rgba(0, 47, 41, .3), 0 0 0 8px rgba(0, 63, 53, .1);
  transform: scale(1.08);
}

.contech-floating-whatsapp:hover svg {
  transform: scale(1.14);
}

.contech-trust-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.contech-trust-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .028));
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  min-height: 148px;
  padding: 24px;
}

.contech-trust-card strong {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
  margin-bottom: 12px;
}

.contech-trust-card span {
  color: #c3cfd2;
  line-height: 1.5;
}

.contech-page-our-story .contech-page-hero,
.contech-page-hero.contech-page-our-story {
  padding: 78px 0 58px;
}

.contech-page-our-story .contech-page-hero h1,
.contech-page-hero.contech-page-our-story h1 {
  font-size: clamp(1.95rem, 3.55vw, 3.35rem);
  line-height: 1.03;
  max-width: 690px;
}

.contech-page-our-story .contech-page-copy h2 {
  font-size: clamp(1.38rem, 2.08vw, 2.05rem);
  line-height: 1.18;
}

.contech-page-our-story .contech-page-grid {
  margin-top: 30px;
}

.contech-story-visual {
  display: block;
}

.contech-story-image {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
  min-height: clamp(320px, 45vw, 520px);
  overflow: hidden;
  position: relative;
}

.contech-story-image.sm {
  min-height: clamp(320px, 45vw, 520px);
}

.contech-story-image img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: .82;
  position: absolute;
  transform: scale(1.04);
  transition: transform 1.2s var(--ease), opacity 1.2s var(--ease);
  width: 100%;
}

.contech-story-image::after {
  background: linear-gradient(180deg, rgba(6, 23, 34, .08), rgba(6, 23, 34, .72));
  content: "";
  inset: 0;
  position: absolute;
}

.contech-story-image.detail-in img,
.contech-story-image.in img {
  opacity: .95;
  transform: scale(1);
}

.contech-story-statbar {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.contech-story-stat {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 18px;
}

.contech-story-stat strong {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  line-height: 1;
  margin-bottom: 8px;
}

.contech-story-stat span {
  color: #c8d2d5;
  font-size: .94rem;
}

.contech-story-path {
  display: grid;
  gap: 20px;
  margin-top: 34px;
  position: relative;
}

.contech-story-path::before {
  background: linear-gradient(180deg, var(--gold), rgba(201, 168, 106, .08));
  bottom: 20px;
  content: "";
  left: 30px;
  position: absolute;
  top: 20px;
  width: 1px;
}

.contech-story-path-item {
  display: grid;
  gap: 24px;
  grid-template-columns: 62px minmax(0, 1fr);
  position: relative;
}

.contech-story-path-year {
  align-items: center;
  background: var(--ocean-2);
  border: 1px solid rgba(201, 168, 106, .75);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: .74rem;
  font-weight: 800;
  height: 62px;
  justify-content: center;
  letter-spacing: .08em;
  position: relative;
  z-index: 2;
}

.contech-story-path-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .032));
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  padding: 24px 26px;
}

.contech-story-path-card h3 {
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.25;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.contech-story-path-card p {
  color: #bdc9cc;
  line-height: 1.68;
}

.contech-story-belief-band {
  background:
    linear-gradient(120deg, rgba(16, 64, 74, .86), rgba(5, 23, 34, .94)),
    url("assets/images/story-background.jpg") center / cover no-repeat;
  overflow: hidden;
  position: relative;
}

.contech-story-belief-band::before {
  background: rgba(3, 17, 26, .62);
  content: "";
  inset: 0;
  position: absolute;
}

.contech-story-belief-band .wrap {
  position: relative;
  z-index: 2;
}

.story-redesign {
  background: var(--ocean);
  color: #dfe7ea;
}

.story-redesign-hero {
  background:
    linear-gradient(120deg, rgba(4, 20, 30, .96), rgba(13, 49, 63, .88)),
    radial-gradient(circle at 85% 14%, rgba(201, 168, 106, .16), transparent 32%);
  padding: 112px 0 76px;
  overflow: hidden;
}

.story-redesign-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
}

.story-redesign-kicker {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: .22em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.story-redesign-kicker::before {
  background: var(--gold);
  content: "";
  height: 1px;
  width: 34px;
}

.story-redesign-hero h1,
.story-redesign-section h2,
.story-redesign-band h2 {
  color: #fff;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.02;
  margin: 0;
  max-width: 820px;
  text-transform: uppercase;
}

.story-redesign-hero p,
.story-redesign-section p,
.story-redesign-band p {
  color: #b8c6ca;
  font-size: 1rem;
  line-height: 1.72;
}

.story-redesign-hero p {
  font-size: 1.08rem;
  margin-top: 24px;
  max-width: 660px;
}

.story-redesign-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.story-redesign-media {
  aspect-ratio: 1.12;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .32);
  overflow: hidden;
  position: relative;
}

.story-redesign-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  opacity: .86;
  transform: scale(1.04);
  transition: opacity 1.1s var(--ease), transform 1.1s var(--ease);
  width: 100%;
}

.story-redesign-media::after {
  background: linear-gradient(180deg, rgba(5, 23, 34, .1), rgba(5, 23, 34, .72));
  content: "";
  inset: 0;
  position: absolute;
}

.story-redesign-media.in img,
.story-redesign-media.detail-in img {
  opacity: .96;
  transform: scale(1);
}

.story-redesign-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.story-redesign-stat {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 18px;
}

.story-redesign-stat strong {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
  margin-bottom: 8px;
}

.story-redesign-stat span {
  color: #b9c7cb;
  font-size: .88rem;
  line-height: 1.45;
}

.story-redesign-section {
  padding: 84px 0;
}

.story-redesign-section.alt {
  background: linear-gradient(180deg, var(--ocean-3), var(--ocean));
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.story-redesign-split {
  display: grid;
  gap: clamp(30px, 5vw, 76px);
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
}

.story-redesign-copy {
  max-width: 800px;
}

.story-redesign-copy p + p {
  margin-top: 18px;
}

.story-redesign-note {
  border-left: 1px solid rgba(201, 168, 106, .7);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  font-weight: 600;
  line-height: 1.45;
  margin-top: 28px;
  padding-left: 22px;
}

.story-redesign-highlight {
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
  border: 1px solid rgba(201, 168, 106, .34);
  border-left: 3px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
  margin-top: 30px;
  padding: clamp(22px, 3vw, 34px);
}

.story-redesign-highlight h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.16;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.story-redesign-highlight p {
  color: #d8e3e6;
  font-size: clamp(1rem, 1.28vw, 1.12rem);
  line-height: 1.7;
  margin: 0;
}

.story-redesign-timeline {
  display: grid;
  gap: 18px;
  margin-top: 42px;
  position: relative;
}

.story-redesign-timeline::before {
  background: linear-gradient(180deg, var(--gold), rgba(201, 168, 106, .08));
  bottom: 32px;
  content: "";
  left: 35px;
  position: absolute;
  top: 32px;
  width: 1px;
}

.story-redesign-time {
  display: grid;
  gap: 24px;
  grid-template-columns: 70px minmax(0, 1fr);
  position: relative;
}

.story-redesign-year {
  align-items: center;
  background: var(--ocean-2);
  border: 1px solid rgba(201, 168, 106, .78);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: .78rem;
  font-weight: 800;
  height: 70px;
  justify-content: center;
  letter-spacing: .06em;
  position: relative;
  z-index: 2;
}

.story-redesign-time-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  padding: 24px 26px;
}

.story-redesign-time-card h3 {
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.24;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.story-redesign-time-card p {
  font-size: .96rem;
  margin: 0;
}

.story-redesign-pill-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
}

.story-redesign-pill {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  min-height: 170px;
  padding: 24px;
}

.story-redesign-pill span {
  color: var(--gold);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 30px;
}

.story-redesign-pill h3 {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.story-redesign-band {
  background:
    linear-gradient(120deg, rgba(7, 30, 43, .92), rgba(17, 75, 82, .86)),
    url("assets/images/story-background.jpg") center / cover no-repeat;
  overflow: hidden;
  padding: 86px 0;
  position: relative;
}

.story-redesign-band::before {
  background: rgba(3, 17, 26, .56);
  content: "";
  inset: 0;
  position: absolute;
}

.story-redesign-band .wrap {
  position: relative;
  z-index: 2;
}

.story-redesign-band p {
  max-width: 720px;
}

.history-kinetic {
  background:
    radial-gradient(circle at 48% 78%, rgba(229, 218, 178, .24), transparent 22%),
    radial-gradient(circle at 22% 22%, rgba(110, 178, 184, .3), transparent 28%),
    linear-gradient(135deg, rgba(19, 74, 83, .98), rgba(20, 93, 96, .88));
  color: #fff;
  overflow: hidden;
  padding: clamp(38px, 4.5vw, 58px) 0 clamp(34px, 4vw, 52px);
  position: relative;
}

.history-kinetic::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: .18;
  pointer-events: none;
  position: absolute;
}

.history-kinetic::after {
  background: linear-gradient(180deg, rgba(4, 20, 30, .08), rgba(4, 20, 30, .3));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.history-kinetic-wrap {
  max-width: none;
  position: relative;
  width: calc(100% - clamp(32px, 6vw, 96px));
  z-index: 2;
}

.history-kinetic-head {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  padding-bottom: 16px;
}

.history-kinetic-head h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.9rem, 3.25vw, 3rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  text-transform: uppercase;
}

.history-kinetic-stage {
  min-height: clamp(360px, 38vw, 500px);
  position: relative;
}

.history-kinetic-axis {
  align-items: center;
  display: grid;
  gap: clamp(18px, 2.4vw, 30px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.history-kinetic-axis::before {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .42), transparent);
  content: "";
  height: calc(100% + 72px);
  left: 50%;
  position: absolute;
  top: -36px;
  transform: translateX(-50%);
  width: 1px;
}

.history-kinetic-axis button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, .86);
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 0 36px;
  position: relative;
  transition: color .35s var(--ease), transform .35s var(--ease);
  z-index: 2;
}

.history-kinetic-axis button::before,
.history-kinetic-axis button::after {
  background: rgba(255, 255, 255, .62);
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 18px;
}

.history-kinetic-axis button::before {
  left: 0;
}

.history-kinetic-axis button::after {
  right: 0;
}

.history-kinetic-axis button.active {
  color: var(--gold);
  font-size: clamp(2rem, 3vw, 3.1rem);
  transform: scale(1.02);
}

.history-kinetic-axis button.active::before,
.history-kinetic-axis button.active::after {
  background: var(--gold);
  width: 26px;
}

.history-kinetic-card {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 190px minmax(0, 230px);
  opacity: .26;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0, 0) scale(.78);
  transition: opacity .7s var(--ease), transform .7s var(--ease), filter .7s var(--ease);
  width: min(430px, 38vw);
  z-index: 2;
}

.history-kinetic-card.left {
  grid-template-columns: minmax(0, 230px) 190px;
  left: 8%;
  top: 46%;
}

.history-kinetic-card.right {
  left: 58%;
  top: 42%;
}

.history-kinetic-card.left figure {
  order: 2;
}

.history-kinetic-card.left .history-kinetic-copy {
  order: 1;
  text-align: right;
}

.history-kinetic-card figure {
  box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
  height: 170px;
  margin: 0;
  overflow: hidden;
  position: relative;
  transition: opacity .55s var(--ease), transform .55s var(--ease);
}

.history-kinetic-card figure::after {
  background: linear-gradient(180deg, rgba(8, 42, 50, .08), rgba(8, 42, 50, .34));
  content: "";
  inset: 0;
  position: absolute;
}

.history-kinetic-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.history-kinetic-copy span {
  color: rgba(255, 255, 255, .72);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.history-kinetic-copy {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .55s var(--ease), transform .55s var(--ease);
}

.history-kinetic-copy h3 {
  color: #fff;
  font-size: clamp(1.2rem, 1.55vw, 1.65rem);
  line-height: 1.12;
  margin: 0 0 12px;
}

.history-kinetic-copy p {
  color: rgba(255, 255, 255, .78);
  font-size: .86rem;
  line-height: 1.45;
  margin: 0;
}

.history-kinetic-card.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  z-index: 5;
}

.history-kinetic-card.active .history-kinetic-copy {
  opacity: 1;
  transform: translateY(0);
}

.history-kinetic-card:not(.active) figure {
  opacity: .42;
  transform: scale(.96);
}

.history-kinetic-card.left.active {
  transform: translate3d(-12px, -32px, 0) scale(1);
}

.history-kinetic-card.right.active {
  transform: translate3d(14px, -24px, 0) scale(1);
}

.history-kinetic-card.is-past {
  filter: blur(.2px);
  opacity: .18;
  transform: translate3d(0, -120px, 0) scale(.62);
}

.history-kinetic-card.is-next {
  opacity: .34;
  transform: translate3d(0, 112px, 0) scale(.72);
}

.contech-floating-whatsapp {
  align-items: center;
  background: #128c7e;
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
  color: #fff;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: .76rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: .08em;
  padding: 13px 18px;
  position: fixed;
  right: 24px;
  text-transform: uppercase;
  transition: background .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
  z-index: 50;
}

.contech-page-copy h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.15;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.contech-page-cta {
  background: linear-gradient(120deg, var(--teal-deep), var(--ocean));
  padding: 72px 0;
  text-align: center;
}

.contech-page-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.contech-page-cta p {
  color: #d4dde0;
  margin: 18px auto 32px;
  max-width: 620px;
}

.detail-main .reveal {
  animation: detailRevealUp .9s var(--ease) both;
  opacity: 0;
  transform: translateY(28px);
}

.detail-main .reveal.d1 {
  animation-delay: .12s;
}

.detail-main .reveal.d2 {
  animation-delay: .24s;
}

.detail-main .reveal.d3 {
  animation-delay: .36s;
}

.detail-main .reveal.in {
  opacity: 1;
  transform: none;
}

@keyframes detailRevealUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.detail-site-header {
  background: linear-gradient(180deg, rgba(8, 26, 38, .92), rgba(8, 26, 38, .2));
}

.detail-hero {
  background: linear-gradient(145deg, var(--ocean-3), var(--ocean-2) 62%, var(--teal-deep));
  min-height: 78vh;
  overflow: hidden;
  padding: 150px 0 86px;
  position: relative;
}

.detail-hero::before {
  animation: detailFloatRing 6s var(--ease) infinite;
  border: 1px solid rgba(201, 168, 106, .8);
  border-radius: 50%;
  content: "";
  height: 62px;
  left: max(28px, 6vw);
  opacity: .7;
  position: absolute;
  top: 34%;
  width: 62px;
}

@keyframes detailFloatRing {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

.detail-hero::after {
  background: var(--contech-mark-bg);
  content: "";
  height: 420px;
  opacity: .045;
  position: absolute;
  right: -110px;
  top: 120px;
  width: 420px;
}

.detail-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 82px);
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  position: relative;
  z-index: 2;
}

.detail-copy {
  max-width: 720px;
}

.detail-kicker-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-bottom: 28px;
}

.detail-back {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  gap: 9px;
  letter-spacing: .16em;
  line-height: 1.2;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}

.detail-back::before {
  flex: 0 0 auto;
  content: "\2190";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
}

.detail-label {
  color: var(--gold);
  margin-bottom: 0;
}

.detail-kicker-row .detail-label::before {
  opacity: .82;
  width: 34px;
}

.detail-title {
  color: #fff;
  font-size: clamp(2.55rem, 7vw, 5.8rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .98;
  text-transform: uppercase;
}

.detail-hero-blog .detail-title {
  font-family: "Jost", sans-serif;
  font-size: clamp(2.35rem, 5.4vw, 4.6rem);
  font-weight: 400;
  line-height: 1.08;
  text-transform: none;
}

.detail-subtitle,
.detail-meta {
  color: #b9c7cb;
  font-size: 1.08rem;
  margin-top: 26px;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.detail-meta span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  display: inline-flex;
  min-height: 38px;
  padding: 7px 15px;
}

.detail-number {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .82);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(4rem, 10vw, 8.5rem);
  font-weight: 800;
  line-height: .82;
  margin-bottom: 28px;
}

.detail-number span {
  -webkit-text-stroke: 0;
  color: rgba(255, 255, 255, .36);
  font-size: .24em;
}

.detail-hero-media {
  aspect-ratio: 1.13;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .32);
  overflow: hidden;
}

.detail-hero-blog .detail-hero-media {
  aspect-ratio: 1.34;
}

.detail-hero-media img {
  animation: detailMediaIn 1.4s var(--ease) both;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  width: 100%;
}

@keyframes detailMediaIn {
  from {
    filter: saturate(.84) contrast(.95);
    transform: scale(1.08);
  }

  to {
    filter: saturate(1) contrast(1);
    transform: scale(1.02);
  }
}

.detail-body {
  background: linear-gradient(180deg, var(--ocean), var(--ocean-2));
}

.detail-content-grid {
  align-items: start;
  display: grid;
  gap: clamp(34px, 6vw, 80px);
  grid-template-columns: minmax(0, 1fr) 340px;
}

.detail-content {
  color: #c5d0d4;
  font-size: 1.08rem;
  max-width: 850px;
}

.detail-content p,
.detail-content ul,
.detail-content ol {
  margin-bottom: 24px;
}

.detail-content h2,
.detail-content h3,
.detail-content h4 {
  color: #fff;
  line-height: 1.2;
  margin: 38px 0 16px;
}

.detail-content a {
  color: var(--gold);
}

.detail-content img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

.detail-lead {
  color: #fff;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 400;
  line-height: 1.35;
}

.detail-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 110px;
}

.detail-side-panel {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 22px;
}

.detail-side-panel span {
  color: var(--gold);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: .18em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.detail-side-panel strong {
  color: #fff;
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.35;
}

.detail-sidebar .btn {
  justify-content: center;
  width: 100%;
}

.detail-related {
  position: relative;
}

.detail-project-grid .pcard {
  grid-column: span 4;
  min-height: 360px;
  text-decoration: none;
}

.vcard,
.pcard {
  text-decoration: none;
}

.page-links {
  color: var(--gold);
  margin-top: 28px;
}

.vertical-hero-headline {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  font-weight: 500;
  line-height: 1.24;
  margin-top: 24px;
  max-width: 680px;
}

.vertical-snapshot {
  background: var(--ocean-3);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding: 0 0 34px;
}

.vertical-snapshot-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -54px;
  position: relative;
  z-index: 5;
}

.vertical-snapshot-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
  min-height: 210px;
  padding: 28px;
}

.vertical-snapshot-card span {
  color: var(--gold);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  margin-bottom: 34px;
}

.vertical-snapshot-card h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.vertical-snapshot-card p {
  color: #b8c6ca;
  font-size: .98rem;
  line-height: 1.65;
}

.vertical-detail-body {
  background: linear-gradient(180deg, var(--ocean-3), var(--ocean));
}

.vertical-detail-grid {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 70px);
  grid-template-columns: 310px minmax(0, 1fr);
}

.vertical-detail-rail {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 108px;
}

.vertical-rail-card {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 24px;
}

.vertical-rail-kicker {
  color: var(--gold);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.vertical-rail-card strong {
  color: #fff;
  display: block;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.4;
}

.vertical-detail-rail .btn {
  justify-content: center;
  width: 100%;
}

.vertical-rich-content {
  max-width: 960px;
}

.vertical-section {
  margin-bottom: clamp(54px, 7vw, 86px);
}

.vertical-section:last-child {
  margin-bottom: 0;
}

.vertical-section-kicker {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: .18em;
  line-height: 1.2;
  margin-bottom: 18px;
  max-width: 100%;
  text-transform: uppercase;
  vertical-align: top;
}

.vertical-section-kicker::before {
  background: var(--gold);
  content: "";
  flex: 0 0 auto;
  height: 1px;
  width: 34px;
}

.vertical-rich-content h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4.4vw, 4rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.vertical-rich-content p {
  color: #c2ced2;
  font-size: 1.08rem;
  line-height: 1.78;
  margin-bottom: 20px;
}

.vertical-lead {
  color: #fff !important;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem) !important;
  line-height: 1.36 !important;
}

.vertical-service-grid,
.vertical-position-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.vertical-service-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vertical-service-card,
.vertical-position-grid > div,
.vertical-process > div {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 24px;
}

.vertical-service-card h3,
.vertical-position-grid strong,
.vertical-process h3 {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.vertical-service-card p,
.vertical-position-grid p,
.vertical-process p {
  color: #aebbc0;
  font-size: .96rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.vertical-service-link {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: .78rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .08em;
  margin-top: 18px;
  text-transform: uppercase;
}

.vertical-service-link:hover {
  color: #fff;
}

.vertical-emphasis {
  background: linear-gradient(135deg, rgba(83, 138, 139, .22), rgba(201, 168, 106, .08));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 54px);
}

.vertical-process {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.vertical-process span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 168, 106, .85);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.35rem;
  font-weight: 800;
  line-height: .9;
  margin-bottom: 20px;
}

.vertical-page {
  background:
    linear-gradient(180deg, rgba(8, 26, 38, .96), rgba(15, 42, 60, .98)),
    radial-gradient(circle at 18% 10%, rgba(83, 138, 139, .26), transparent 34%);
}

.vertical-page .vertical-hero {
  background:
    linear-gradient(112deg, rgba(8, 26, 38, .98) 0%, rgba(15, 42, 60, .94) 58%, rgba(36, 79, 92, .88) 100%);
  min-height: auto;
  padding: 132px 0 94px;
}

.vertical-page .vertical-hero::before {
  bottom: 58px;
  height: 84px;
  left: auto;
  right: clamp(28px, 8vw, 108px);
  top: auto;
  width: 84px;
}

.vertical-page .vertical-hero::after {
  height: 520px;
  opacity: .055;
  right: 4vw;
  top: 92px;
  width: 520px;
}

.vertical-page .detail-hero-inner {
  align-items: end;
  gap: clamp(38px, 5vw, 76px);
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
}

.vertical-page .detail-copy {
  max-width: 780px;
  padding-bottom: 10px;
}

.vertical-page .detail-label {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .22em;
}

.vertical-page .detail-number {
  font-size: clamp(3.4rem, 7vw, 5.6rem);
  margin: 18px 0 18px;
  opacity: .78;
}

.vertical-page .detail-title {
  font-size: clamp(2.45rem, 4.6vw, 4.8rem);
  letter-spacing: 0;
  line-height: .98;
  max-width: 720px;
}

.vertical-page .vertical-hero-headline {
  color: #f4f8f9;
  font-size: clamp(1.15rem, 1.45vw, 1.45rem);
  line-height: 1.38;
  margin-top: 24px;
  max-width: 620px;
}

.vertical-page .detail-subtitle {
  color: #b8c7cb;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 690px;
}

.vertical-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.vertical-page .vertical-hero-media {
  aspect-ratio: .86;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  box-shadow: 0 40px 110px rgba(0, 0, 0, .42);
  min-height: 520px;
  position: relative;
}

.vertical-page .vertical-hero-media::before {
  border: 1px solid rgba(201, 168, 106, .52);
  border-radius: 8px;
  content: "";
  inset: 18px -18px -18px 18px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.vertical-page .vertical-hero-media::after {
  background: linear-gradient(180deg, rgba(8, 26, 38, 0) 28%, rgba(8, 26, 38, .86) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.vertical-media-card {
  background: rgba(8, 26, 38, .82);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  bottom: 24px;
  left: 24px;
  max-width: calc(100% - 48px);
  padding: 20px 22px;
  position: absolute;
  z-index: 3;
}

.vertical-media-card span {
  color: var(--gold);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.vertical-media-card strong {
  color: #fff;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.34;
}

.vertical-page .vertical-snapshot {
  background:
    linear-gradient(180deg, var(--ocean-3), var(--ocean-2));
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #dfe7ea;
  padding: 58px 0 72px;
}

.vertical-snapshot-head {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  justify-content: start;
  margin-bottom: 28px;
}

.vertical-snapshot-head .label {
  color: var(--gold);
  margin-bottom: 0;
}

.vertical-snapshot-head p {
  color: #aebbc0;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 640px;
}

.vertical-page .vertical-snapshot-grid {
  margin-top: 0;
}

.vertical-page .vertical-snapshot-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
  min-height: 236px;
  padding: 30px;
}

.vertical-page .vertical-snapshot-card span {
  color: var(--gold);
  margin-bottom: 42px;
}

.vertical-page .vertical-snapshot-card h3 {
  color: #fff;
}

.vertical-page .vertical-snapshot-card p {
  color: #b8c6ca;
}

.vertical-page .vertical-detail-body {
  background:
    linear-gradient(180deg, var(--ocean-3) 0%, var(--ocean) 100%);
  padding-top: 108px;
}

.vertical-page .vertical-detail-grid {
  gap: clamp(38px, 5.5vw, 86px);
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
}

.vertical-index-card {
  background: linear-gradient(160deg, rgba(83, 138, 139, .22), rgba(255, 255, 255, .04));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 28px 24px;
}

.vertical-index-card span,
.vertical-index-card em {
  color: var(--gold);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.vertical-index-card strong {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .86);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: .9;
  margin: 22px 0 10px;
}

.vertical-page .vertical-rail-card {
  background: rgba(255, 255, 255, .055);
  border-color: rgba(255, 255, 255, .12);
}

.vertical-page .vertical-rich-content {
  display: contents;
  max-width: 1060px;
}

.vertical-page .vertical-section {
  background: rgba(255, 255, 255, .028);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: clamp(28px, 4vw, 52px);
}

.vertical-page .vertical-rich-content .vertical-section {
  grid-column: 1 / -1;
}

.vertical-page .vertical-rich-content .vertical-section:first-child {
  grid-column: 2;
}

.vertical-page.js-ready .vertical-section,
.vertical-page.js-ready .vertical-service-card,
.vertical-page.js-ready .vertical-position-grid > div,
.vertical-page.js-ready .vertical-process > div,
.vertical-page.js-ready .related-vertical-slide {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .85s var(--ease), transform .85s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}

.vertical-page.js-ready .vertical-service-card:nth-child(2n),
.vertical-page.js-ready .vertical-position-grid > div:nth-child(2n),
.vertical-page.js-ready .vertical-process > div:nth-child(2n) {
  transition-delay: .08s;
}

.vertical-page.js-ready .vertical-service-card:nth-child(3n),
.vertical-page.js-ready .vertical-process > div:nth-child(3n) {
  transition-delay: .16s;
}

.vertical-page.js-ready .detail-in {
  opacity: 1;
  transform: none;
}

.vertical-page.js-ready .vertical-section.detail-in,
.vertical-page.js-ready .vertical-service-card.detail-in,
.vertical-page.js-ready .vertical-position-grid > div.detail-in,
.vertical-page.js-ready .vertical-process > div.detail-in,
.vertical-page.js-ready .related-vertical-slide.detail-in {
  opacity: 1;
  transform: none;
}

.vertical-page .vertical-section-lead {
  background: transparent;
  border: 0;
  padding: 0 0 28px;
}

.vertical-page .vertical-emphasis {
  background: linear-gradient(135deg, rgba(201, 168, 106, .12), rgba(83, 138, 139, .18));
}

.vertical-page .vertical-rich-content h2 {
  font-size: clamp(1.55rem, 2.65vw, 2.45rem);
  line-height: 1.15;
}

.vertical-page .vertical-service-card,
.vertical-page .vertical-position-grid > div,
.vertical-page .vertical-process > div {
  background: rgba(8, 26, 38, .42);
  border-color: rgba(255, 255, 255, .12);
  transition: border-color .3s var(--ease), transform .3s var(--ease), background .3s var(--ease);
}

.vertical-page .vertical-service-card:hover,
.vertical-page .vertical-position-grid > div:hover,
.vertical-page .vertical-process > div:hover {
  background: rgba(15, 42, 60, .76);
  border-color: rgba(201, 168, 106, .42);
  transform: translateY(-4px);
}

.vertical-page .detail-related {
  background: linear-gradient(180deg, var(--ocean), var(--ocean-2));
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.related-vertical-slider-section .v-head {
  align-items: flex-end;
  margin-bottom: 44px;
}

.related-vertical-summary {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 430px) auto;
  justify-content: space-between;
  max-width: none;
  width: 100%;
}

.related-vertical-summary p {
  color: #b7c5c9;
  margin: 0;
}

.related-vertical-controls {
  display: flex;
  gap: 12px;
  justify-self: end;
}

.related-vertical-controls button {
  align-items: center;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  transition: background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease), opacity .3s var(--ease);
  width: 48px;
}

.related-vertical-controls button:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ocean);
}

.related-vertical-controls button:disabled {
  cursor: default;
  opacity: .38;
}

.related-vertical-slider {
  margin-left: calc((100vw - min(1180px, calc(100vw - 48px))) / -2);
  margin-right: calc((100vw - min(1180px, calc(100vw - 48px))) / -2);
  overflow: hidden;
  padding-left: calc((100vw - min(1180px, calc(100vw - 48px))) / 2);
}

.related-vertical-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 calc((100vw - min(1180px, calc(100vw - 48px))) / 2) 16px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.related-vertical-track::-webkit-scrollbar {
  display: none;
}

.related-vertical-slide {
  flex: 0 0 min(560px, calc((100vw - 96px) / 2));
  min-height: 380px;
  scroll-snap-align: start;
}

.related-vertical-slide.is-current {
  border-color: rgba(201, 168, 106, .62);
}

.related-vertical-slide.is-current::after {
  background: rgba(201, 168, 106, .16);
  border: 1px solid rgba(201, 168, 106, .48);
  border-radius: 999px;
  color: var(--gold);
  content: "Current";
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  padding: 7px 12px;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  top: 24px;
  z-index: 3;
}

.detail-main .sec-pad {
  padding: 78px 0;
}

.detail-hero {
  min-height: auto;
  padding: 116px 0 64px;
}

.detail-hero-inner {
  gap: clamp(28px, 4.8vw, 60px);
}

.detail-back {
  margin-bottom: 18px;
}

.detail-label {
  margin-bottom: 12px;
}

.detail-title {
  font-size: clamp(2.15rem, 4.9vw, 4.35rem);
  line-height: 1.02;
}

.detail-hero-blog .detail-title {
  font-size: clamp(2rem, 4.15vw, 3.45rem);
  line-height: 1.1;
}

.detail-subtitle,
.detail-meta {
  font-size: 1rem;
  margin-top: 18px;
}

.detail-number {
  font-size: clamp(3.2rem, 7vw, 6rem);
  margin-bottom: 18px;
}

.detail-content-grid {
  gap: clamp(28px, 4.5vw, 58px);
}

.detail-content {
  font-size: 1rem;
}

.detail-content p,
.detail-content ul,
.detail-content ol {
  margin-bottom: 18px;
}

.detail-content h2,
.detail-content h3,
.detail-content h4 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  margin: 28px 0 14px;
}

.contech-page-main {
  padding-top: 82px;
}

.contech-page-hero {
  padding: 66px 0 50px;
}

.contech-page-hero h1 {
  font-size: clamp(2.1rem, 3.65vw, 3.55rem);
  line-height: 1.04;
}

.contech-page-hero p {
  font-size: 1rem;
  line-height: 1.68;
  margin-top: 18px;
}

.contech-page-section {
  padding: 64px 0;
}

.contech-page-copy h2,
.contech-page-cta h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.14;
}

.story-redesign-hero {
  padding: 90px 0 58px;
}

.story-redesign-hero h1,
.story-redesign-section h2,
.story-redesign-band h2 {
  font-size: clamp(1.9rem, 3.05vw, 2.95rem);
  line-height: 1.06;
}

.story-redesign-section {
  padding: 64px 0;
}

.story-redesign-band {
  padding: 66px 0;
}

.story-redesign-split {
  gap: clamp(24px, 4vw, 54px);
}

.story-redesign-timeline {
  margin-top: 32px;
}

.vertical-section {
  margin-bottom: clamp(34px, 4.6vw, 58px);
}

.vertical-rich-content h2 {
  font-size: clamp(1.55rem, 3vw, 2.75rem);
  margin-bottom: 18px;
}

.vertical-rich-content p {
  font-size: 1rem;
  line-height: 1.68;
  margin-bottom: 16px;
}

.vertical-lead {
  font-size: clamp(1.18rem, 1.75vw, 1.55rem) !important;
  line-height: 1.45 !important;
}

.vertical-page .vertical-hero {
  padding: 104px 0 66px;
}

.vertical-page .detail-title {
  font-size: clamp(2.05rem, 3.8vw, 3.7rem);
  line-height: 1.04;
}

.vertical-page .detail-number {
  font-size: clamp(2.8rem, 5.8vw, 4.8rem);
}

.vertical-page .vertical-hero-headline {
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
}

.vertical-page .vertical-snapshot {
  padding: 48px 0 56px;
}

.vertical-page .vertical-detail-body {
  padding-top: 76px;
}

.vertical-page .vertical-section {
  margin-bottom: 20px;
  padding: clamp(24px, 3vw, 38px);
}

.vertical-page .vertical-rich-content h2 {
  font-size: clamp(1.35rem, 2.1vw, 2rem);
}

.vertical-snapshot-card {
  min-height: 200px;
}

@media (prefers-reduced-motion: reduce) {
  .detail-main .reveal,
  .detail-hero::before,
  .detail-hero-media img {
    animation: none;
  }

  .detail-main .reveal,
  .vertical-page.js-ready .vertical-section,
  .vertical-page.js-ready .vertical-service-card,
  .vertical-page.js-ready .vertical-position-grid > div,
  .vertical-page.js-ready .vertical-process > div,
  .vertical-page.js-ready .related-vertical-slide {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (hover: none) {
  .cursor {
    display: none;
  }
}

@media (max-width: 1024px) {
  .v-grid,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat:nth-child(2)::after {
    display: none;
  }

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

  .fline {
    display: none;
  }

  .p-grid .pcard {
    grid-column: span 12;
    min-height: 340px;
  }

  .testimonial-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-shell,
  .blog-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .contech-blog-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-hero-inner,
  .detail-content-grid {
    grid-template-columns: 1fr;
  }

  .detail-sidebar {
    position: static;
  }

  .detail-project-grid .pcard {
    grid-column: span 12;
  }

  .vertical-snapshot-grid,
  .vertical-detail-grid,
  .vertical-service-grid,
  .vertical-service-grid.compact,
  .vertical-position-grid,
  .vertical-process {
    grid-template-columns: 1fr;
  }

  .vertical-detail-rail {
    position: static;
  }

  .vertical-page .detail-hero-inner,
  .vertical-page .vertical-detail-grid {
    grid-template-columns: 1fr;
  }

  .vertical-page .vertical-rich-content .vertical-section:first-child,
  .vertical-page .vertical-rich-content .vertical-section {
    grid-column: 1 / -1;
  }

  .vertical-page .vertical-hero-media {
    aspect-ratio: 1.3;
    min-height: 420px;
  }

  .vertical-snapshot-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .contech-page-grid,
  .contech-page-grid.two {
    grid-template-columns: 1fr;
  }

  .contech-page-split,
  .contech-director-profile,
  .contech-contact-layout,
  .contech-project-entry {
    grid-template-columns: 1fr;
  }

  .contech-story-timeline {
    grid-template-columns: 1fr 1fr;
  }

  .story-redesign-hero-grid,
  .story-redesign-split {
    grid-template-columns: 1fr;
  }

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

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

  .related-vertical-summary {
    justify-items: start;
    max-width: none;
  }

  .related-vertical-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .related-vertical-track {
    padding-right: 0;
  }

  .related-vertical-slide {
    flex-basis: min(520px, 78vw);
  }

  .testimonial-media,
  .testimonial-panel {
    min-height: auto;
  }

  .testimonial-panel .title {
    font-size: clamp(2.45rem, 7vw, 3.8rem);
    max-width: 560px;
  }

  .testimonial-media {
    aspect-ratio: 1.15;
  }

  .f-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .site-header,
  .wrap,
  .hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail-hero {
    min-height: auto;
    padding: 102px 0 48px;
  }

  .detail-title,
  .detail-hero-blog .detail-title {
    font-size: clamp(1.8rem, 9vw, 2.75rem);
    line-height: 1.04;
  }

  .detail-subtitle,
  .detail-meta {
    font-size: .98rem;
    margin-top: 18px;
  }

  .detail-meta span {
    width: 100%;
  }

  .detail-hero-media {
    aspect-ratio: 1.05;
    width: 100%;
  }

  .vertical-snapshot {
    padding-bottom: 18px;
  }

  .vertical-snapshot-grid {
    margin-top: -28px;
  }

  .vertical-rich-content h2 {
    font-size: clamp(1.35rem, 6vw, 1.85rem);
    margin-bottom: 16px;
  }

  .vertical-page .vertical-hero {
    padding-bottom: 46px;
  }

  .vertical-page .detail-number {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
    margin-bottom: 16px;
  }

  .vertical-page .vertical-hero-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .vertical-page .vertical-hero-media {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .26);
    min-height: 260px;
    width: 100%;
  }

  .vertical-page .vertical-hero-media::before {
    inset: 10px 0 -10px 10px;
  }

  .vertical-media-card {
    bottom: 16px;
    left: 16px;
    max-width: calc(100% - 32px);
  }

  .vertical-page .vertical-section {
    margin-bottom: 16px;
    padding: 22px 18px;
  }

  .vertical-page .vertical-detail-body {
    padding-top: 56px;
  }

  .contech-page-main {
    padding-top: 68px;
  }

  .contech-page-hero,
  .contech-page-section,
  .contech-page-cta {
    padding: 44px 0;
  }

  .contech-page-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.75rem);
    line-height: 1.05;
  }

  .contech-page-hero p,
  .contech-page-section p,
  .contech-page-copy p,
  .contech-director-body p,
  .contech-project-entry p,
  .contech-contact-card p,
  .contech-contact-card a {
    font-size: .96rem;
    line-height: 1.62;
  }

  .contech-page-copy h2,
  .contech-page-cta h2 {
    font-size: clamp(1.45rem, 7vw, 2.1rem);
    line-height: 1.12;
    margin-bottom: 14px;
  }

  .contech-page-card,
  .contech-page-panel,
  .contech-page-quote,
  .contech-director-profile,
  .contech-project-entry,
  .contech-contact-form,
  .contech-contact-card,
  .contech-trust-card {
    padding: 22px;
  }

  .contech-page-split,
  .contech-contact-layout,
  .contech-contact-side,
  .contech-project-list {
    gap: 16px;
  }

  .contech-director-profile h2,
  .contech-project-entry h3,
  .contech-contact-form h2,
  .contech-contact-card h3 {
    font-size: clamp(1.25rem, 6.2vw, 1.85rem);
    line-height: 1.12;
  }

  .contech-story-timeline {
    grid-template-columns: 1fr;
  }

  .contech-story-step {
    min-height: auto;
  }

  .contech-project-number {
    height: 48px;
    width: 48px;
  }

  .contech-contact-fields,
  .contech-trust-grid,
  .contech-story-visual,
  .contech-story-statbar {
    grid-template-columns: 1fr;
  }

  .contech-story-path::before {
    left: 24px;
  }

  .contech-story-path-item {
    gap: 16px;
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .contech-story-path-year {
    height: 50px;
    font-size: .66rem;
  }

  .story-redesign-hero {
    padding: 94px 0 54px;
  }

  .story-redesign-hero h1,
  .story-redesign-section h2,
  .story-redesign-band h2 {
    font-size: clamp(1.8rem, 8.2vw, 2.65rem);
    line-height: 1.05;
  }

  .story-redesign-hero p,
  .story-redesign-section p,
  .story-redesign-band p {
    font-size: .96rem;
    line-height: 1.62;
  }

  .story-redesign-media {
    aspect-ratio: 1.08;
  }

  .story-redesign-stats,
  .story-redesign-pill-grid {
    grid-template-columns: 1fr;
  }

  .story-redesign-stat,
  .story-redesign-pill,
  .story-redesign-time-card {
    padding: 20px;
  }

  .story-redesign-section,
  .story-redesign-band {
    padding: 54px 0;
  }

  .story-redesign-timeline {
    gap: 16px;
    margin-top: 30px;
  }

  .story-redesign-timeline::before {
    left: 24px;
  }

  .story-redesign-time {
    gap: 16px;
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .story-redesign-year {
    font-size: .66rem;
    height: 50px;
  }

  .story-redesign-time-card h3,
  .story-redesign-pill h3 {
    font-size: .98rem;
  }

  .history-kinetic {
    padding: 34px 0 36px;
  }

  .history-kinetic-wrap {
    width: calc(100% - 28px);
  }

  .history-kinetic-head {
    padding-bottom: 14px;
  }

  .history-kinetic-head h2 {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
    line-height: 1.14;
  }

  .history-kinetic-stage {
    min-height: 540px;
  }

  .history-kinetic-axis {
    left: 24px;
    transform: translateY(-50%);
  }

  .history-kinetic-axis button {
    font-size: .72rem;
    padding: 0 0 0 28px;
    text-align: left;
  }

  .history-kinetic-axis button::before {
    left: 0;
    width: 14px;
  }

  .history-kinetic-axis button::after {
    display: none;
  }

  .history-kinetic-axis button.active {
    font-size: 1.45rem;
  }

  .history-kinetic-card,
  .history-kinetic-card.left,
  .history-kinetic-card.right {
    gap: 14px;
    grid-template-columns: 1fr;
    left: 82px;
    top: 52%;
    width: calc(100% - 100px);
  }

  .history-kinetic-card.left figure,
  .history-kinetic-card.left .history-kinetic-copy {
    order: initial;
    text-align: left;
  }

  .history-kinetic-card figure {
    height: 160px;
  }

  .history-kinetic-card.active,
  .history-kinetic-card.left.active,
  .history-kinetic-card.right.active {
    transform: translate3d(0, -42px, 0) scale(1);
  }

  .contech-floating-whatsapp {
    bottom: 16px;
    left: 16px;
    justify-content: center;
    right: 16px;
  }

  .related-vertical-slider-section .v-head {
    align-items: flex-start;
    margin-bottom: 22px;
  }

  .related-vertical-summary {
    gap: 18px;
    width: 100%;
  }

  .related-vertical-controls button {
    height: 44px;
    width: 44px;
  }

  .related-vertical-slider {
    overflow: visible;
  }

  .related-vertical-track {
    gap: 16px;
    padding-bottom: 10px;
  }

  .related-vertical-slide {
    flex-basis: min(312px, calc(100vw - 48px));
    min-height: 300px;
  }

  .related-vertical-slide h3,
  .vcard h3 {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .primary-nav {
    display: none;
  }

  .site-header.nav-open {
    background: rgba(8, 26, 38, .96);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .3);
  }

  .site-header.nav-open .primary-nav {
    background: rgba(8, 26, 38, .98);
    border-top: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .34);
    display: block;
    left: 0;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px 24px 44px;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .site-header.nav-open .primary-nav ul,
  .site-header.nav-open .primary-nav {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .site-header.nav-open .primary-nav .project-mega {
    left: auto;
    margin-left: -24px;
    margin-right: -24px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: static;
    top: auto;
    transform: none;
    transition: max-height .35s var(--ease), opacity .25s var(--ease), padding .25s var(--ease);
    width: calc(100% + 48px);
  }

  .site-header.nav-open .primary-nav .nav-has-mega.mega-open .project-mega {
    max-height: min(62vh, 560px);
    opacity: 1;
    overflow-y: auto;
    padding: 0 0 28px;
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
  }

  .site-header.nav-open .primary-nav .nav-has-mega > a::before {
    flex: 0 0 auto;
    margin-left: auto;
    order: 2;
    transition: transform .25s var(--ease);
  }

  .site-header.nav-open .primary-nav .nav-has-mega.mega-open > a::before {
    transform: rotate(180deg);
  }

  .site-header.nav-open .project-mega-inner {
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    gap: 16px;
    grid-template-columns: 1fr;
    padding: 16px 24px 34px;
  }

  .site-header.nav-open .project-mega-col h4 {
    margin-bottom: 12px;
  }

  .site-header.nav-open .project-mega-col h4 a,
  .site-header.nav-open .project-mega-col li a,
  .site-header.nav-open .project-mega-view {
    padding: 0;
  }

  .site-header.nav-open .project-mega-col ul {
    gap: 10px;
  }

  .site-header.nav-open .primary-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 5px 0;
  }

  .site-header.nav-open .primary-nav > ul > li:last-child {
    border-bottom: 0;
    padding-top: 14px;
  }

  .site-header.nav-open .primary-nav > ul > li > a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
  }

  .site-header.nav-open .project-mega-col h4 a,
  .site-header.nav-open .project-mega-col li a,
  .site-header.nav-open .project-mega-view {
    display: block;
    justify-content: flex-start;
  }

  .site-header.nav-open .project-mega-col li span,
  .site-header.nav-open .project-mega-col li small {
    display: block;
    width: 100%;
  }

  .site-header.nav-open .primary-nav > ul > li:last-child > a {
    display: inline-flex;
    justify-content: center;
    min-width: 190px;
    padding: 12px 20px;
  }

  .site-header.nav-open .burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.nav-open .burger span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .burger {
    display: flex;
  }

  .sec-pad {
    padding: 56px 0;
  }

  .stats.sec-pad {
    padding: 42px 0 44px;
  }

  .manifesto.sec-pad,
  .verticals.sec-pad,
  .flow.sec-pad,
  .projects.sec-pad,
  .testimonials.sec-pad,
  .latest-blog.sec-pad,
  .cta.sec-pad {
    padding-bottom: 52px;
    padding-top: 52px;
  }

  .story.sec-pad {
    padding-bottom: 58px !important;
    padding-top: 58px !important;
  }

  .testimonial-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .stats-grid {
    gap: 18px 22px;
    grid-template-columns: 1fr 1fr;
  }

  .stat {
    min-height: auto;
    padding: 4px 0 10px;
  }

  .stat::after {
    display: none;
  }

  .stat .num {
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: .95;
  }

  .stat .num .suf {
    font-size: .5em;
    margin-left: 1px;
    margin-top: .12em;
  }

  .stat .cap {
    font-size: .72rem;
    letter-spacing: .08em;
    line-height: 1.45;
    margin-top: 8px;
  }

  .v-grid,
  .flow-wrap,
  .f-grid {
    grid-template-columns: 1fr;
  }

  .manifesto .big {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
    line-height: 1.42;
  }

  .manifesto .meta {
    gap: 16px;
    margin-top: 28px;
    padding-top: 24px;
  }

  .manifesto .meta h4 {
    font-size: 12px;
  }

  .manifesto .meta p {
    font-size: .9rem;
    line-height: 1.55;
  }

  .v-head {
    gap: 16px;
    margin-bottom: 28px;
  }

  .v-head p {
    font-size: .95rem;
    line-height: 1.55;
  }

  .v-grid,
  .p-grid,
  .blog-grid,
  .flow-wrap {
    gap: 16px;
  }

  .vcard,
  .pcard {
    min-height: 290px;
    padding: 24px;
  }

  .vcard {
    justify-content: flex-end;
    padding-top: 28px;
  }

  .vcard .vno {
    display: block;
    font-size: 11px;
    left: auto;
    letter-spacing: .14em;
    line-height: 1;
    margin-bottom: 16px;
    position: relative;
    top: auto;
  }

  .vcard .vtag {
    display: block;
    margin-bottom: 8px;
  }

  .pcard.big,
  .pcard.sm,
  .pcard.half {
    min-height: 290px;
  }

  .vcard h3,
  .pcard h3,
  .fstep h4,
  .blog-content h3 {
    font-size: clamp(1.05rem, 5.8vw, 1.5rem);
    line-height: 1.16;
  }

  .vcard .vtag,
  .pcard .ptype,
  .pcard .ploc,
  .vcard .vdesc,
  .pcard .pstat,
  .fstep p,
  .blog-content {
    font-size: .9rem;
    line-height: 1.55;
  }

  .flow-wrap {
    margin-top: 30px;
  }

  .fstep {
    padding: 24px 22px;
  }

  .fstep .dot {
    height: 52px;
    margin-bottom: 18px;
    width: 52px;
  }

  .blog-head {
    margin-bottom: 30px;
  }

  .blog-image {
    aspect-ratio: 1.32;
  }

  .contech-blog-index-hero {
    padding-bottom: 48px;
  }

  .contech-blog-archive-grid {
    grid-template-columns: 1fr;
  }

  .contech-blog-archive-card {
    padding: 12px;
  }

  .contech-blog-archive-card .blog-content {
    padding-top: 18px;
  }

  .contech-blog-archive-card h2 {
    font-size: clamp(1.2rem, 6vw, 1.55rem);
  }

  .project-type-tabs {
    gap: 10px;
  }

  .project-type-tabs a {
    font-size: .68rem;
    min-height: 38px;
    padding: 9px 12px;
  }

  .project-index-grid .pcard.big,
  .project-index-grid .pcard.half {
    grid-column: span 12;
    min-height: 250px;
  }

  .contech-project-index-hero {
    padding-bottom: 36px;
  }

  .contech-project-index .contech-page-hero h1 {
    font-size: clamp(1.65rem, 7.2vw, 2.2rem);
  }

  .contech-project-index .contech-page-hero p {
    font-size: .92rem;
    line-height: 1.55;
    margin-top: 14px;
  }

  .contech-project-group.sec-pad {
    padding-bottom: 38px;
    padding-top: 38px;
  }

  .contech-project-group .v-head {
    gap: 10px;
    margin-bottom: 18px;
  }

  .contech-project-group .v-head p {
    font-size: .88rem;
    line-height: 1.45;
  }

  .project-index-grid {
    gap: 12px;
    margin-top: 20px;
  }

  .project-index-grid .pcard {
    min-height: 236px;
  }

  .project-index-grid .pcard .pinfo {
    padding: 20px;
    transform: none;
  }

  .project-index-grid .pcard h3 {
    font-size: clamp(1rem, 5vw, 1.28rem);
    line-height: 1.08;
    margin-bottom: 6px;
  }

  .project-index-grid .pcard .ptype {
    font-size: 10px;
    letter-spacing: .16em;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .project-index-grid .pcard .ploc {
    align-items: flex-start;
    font-size: .78rem;
    gap: 5px;
    line-height: 1.35;
  }

  .project-index-grid .pcard .pstat {
    display: none;
  }

  .hero {
    min-height: 660px;
  }

  .hero h1 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
    letter-spacing: 0;
    line-height: 1.02;
    max-width: 100%;
  }

  .hero h1 .ln {
    overflow: visible;
  }

  .hero p.sub {
    font-size: 1rem;
    line-height: 1.55;
    margin-top: 18px;
    max-width: 100%;
  }

  .hero-actions {
    gap: 12px;
    margin-top: 26px;
  }

  .btn {
    font-size: 11px;
    min-height: 44px;
    padding: 12px 20px;
  }

  .label,
  .eyebrow,
  .vertical-section-kicker,
  .contech-page-kicker {
    font-size: 10px;
    gap: 9px;
    letter-spacing: .22em;
    margin-bottom: 16px;
  }

  .label::before,
  .eyebrow::before,
  .vertical-section-kicker::before,
  .contech-page-kicker::before {
    width: 28px;
  }

  h2.title,
  .blog-head .title,
  .cta h2,
  .testimonial-panel .title {
    font-size: clamp(1.65rem, 7.6vw, 2.35rem);
    line-height: 1.16;
  }

  .vcard {
    min-width: 0;
  }

  .testimonial-counter {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-slider-wrap {
    margin-bottom: 22px;
    margin-top: 22px;
    min-height: 270px;
    padding-bottom: 22px;
  }

  .testimonial-card p {
    font-size: 15px;
    line-height: 25px;
    max-width: 100%;
    padding-right: 0;
  }

  .testimonial-author {
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    padding-right: 0;
  }

  .testimonial-author img {
    height: 54px;
    width: 54px;
  }

  .testimonial-author h4 {
    font-size: 18px;
    line-height: 1.2;
  }

  .testimonial-author span {
    font-size: 14px;
  }

  .testimonial-arrows {
    bottom: auto;
    justify-content: flex-end;
    margin-top: 16px;
    position: relative;
    right: auto;
    width: 100%;
  }

  .testimonial-arrows button {
    height: 44px;
    width: 44px;
  }

  .testimonial-panel {
    padding: 24px 26px;
  }

  .testimonial-counter .num {
    font-size: clamp(3rem, 14vw, 4rem);
  }

  .footer {
    padding-top: 52px;
  }

  .footer-art {
    display: none;
  }
}

/* Inner page compact rhythm */
.detail-main .sec-pad {
  padding: 52px 0;
}

.detail-hero {
  padding: 88px 0 46px;
}

.detail-title {
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.04;
}

.detail-hero-blog .detail-title {
  font-size: clamp(1.75rem, 2.75vw, 2.7rem);
}

.detail-number {
  font-size: clamp(2.45rem, 4.8vw, 4.15rem);
}

.contech-page-hero {
  padding: 48px 0 36px;
}

.contech-page-hero h1 {
  font-size: clamp(1.75rem, 2.7vw, 2.62rem);
}

.contech-page-section {
  padding: 46px 0;
}

.story-redesign-hero {
  padding: 70px 0 42px;
}

.story-redesign-hero h1,
.story-redesign-section h2,
.story-redesign-band h2 {
  font-size: clamp(1.58rem, 2.3vw, 2.24rem);
}

.story-redesign-section,
.story-redesign-band {
  padding: 46px 0;
}

.vertical-page .vertical-hero {
  padding: 82px 0 44px;
}

.vertical-page .detail-title {
  font-size: clamp(1.75rem, 2.7vw, 2.65rem);
}

.vertical-page .vertical-hero-headline {
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  margin-top: 18px;
}

.vertical-page .detail-subtitle {
  font-size: .98rem;
  line-height: 1.62;
}

.vertical-page .detail-number {
  font-size: clamp(2.25rem, 4.4vw, 3.65rem);
}

.vertical-page .vertical-snapshot {
  padding: 32px 0 38px;
}

.vertical-page .vertical-detail-body {
  padding-top: 46px;
}

.vertical-page .vertical-section {
  padding: clamp(18px, 2.1vw, 26px);
}

.vertical-page .vertical-rich-content h2 {
  font-size: clamp(1.35rem, 2.15vw, 2rem);
}

.story-redesign-hero-grid {
  align-items: stretch;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
}

.story-redesign-hero {
  background:
    linear-gradient(120deg, rgba(4, 20, 30, .98), rgba(8, 43, 55, .94) 52%, rgba(9, 52, 64, .9)),
    linear-gradient(180deg, var(--ocean-2), var(--ocean));
  border-bottom: 1px solid rgba(201, 168, 106, .18);
}

.story-redesign-hero-copy {
  align-self: center;
  padding: 10px 0;
}

.story-redesign-media {
  aspect-ratio: auto;
  background: #061d29;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
  min-height: 430px;
}

.story-redesign-media img {
  height: 100% !important;
  object-fit: cover;
}

.story-redesign-stats {
  background: linear-gradient(90deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .035));
  border: 1px solid rgba(201, 168, 106, .24);
  border-radius: 8px;
  box-shadow: 0 28px 76px rgba(0, 0, 0, .22);
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  overflow: hidden;
}

.story-redesign-stat {
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .11);
  min-height: 132px;
  padding: 26px 24px;
  position: relative;
}

.story-redesign-stat::before {
  background: var(--gold);
  content: "";
  height: 3px;
  left: 24px;
  position: absolute;
  top: 0;
  width: 42px;
}

.story-redesign-stat:last-child {
  border-right: 0;
}

.story-redesign-stat strong {
  color: #fff;
  font-size: clamp(1.95rem, 3vw, 3.05rem);
  margin-bottom: 12px;
}

.story-redesign-stat span {
  color: #d4e0e3;
  font-family: "Montserrat", sans-serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.story-redesign-pill-grid {
  counter-reset: story-discipline;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-redesign-pill {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .035)),
    linear-gradient(180deg, rgba(201, 168, 106, .08), transparent 56%);
  border-color: rgba(201, 168, 106, .22);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
  min-height: 190px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.story-redesign-pill::after {
  color: rgba(255, 255, 255, .055);
  content: attr(data-number);
  font-family: "Montserrat", sans-serif;
  font-size: 7rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: -14px;
  top: -12px;
}

.story-redesign-pill span {
  background: rgba(201, 168, 106, .14);
  border: 1px solid rgba(201, 168, 106, .42);
  border-radius: 999px;
  display: inline-flex;
  margin-bottom: 42px;
  padding: 8px 12px;
}

.story-redesign-pill h3 {
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  position: relative;
  z-index: 1;
}

.story-redesign-pill h3::after {
  background: var(--gold);
  content: "";
  display: block;
  height: 1px;
  margin-top: 18px;
  opacity: .65;
  width: 48px;
}

@media (max-width: 720px) {
  .detail-main .sec-pad {
    padding: 34px 0;
  }

  .detail-hero,
  .vertical-page .vertical-hero {
    padding: 78px 0 32px;
  }

  .detail-title,
  .detail-hero-blog .detail-title,
  .vertical-page .detail-title,
  .contech-page-hero h1,
  .story-redesign-hero h1,
  .story-redesign-section h2,
  .story-redesign-band h2 {
    font-size: clamp(1.42rem, 6.7vw, 1.92rem);
    line-height: 1.08;
  }

  .contech-page-hero,
  .contech-page-section,
  .story-redesign-section,
  .story-redesign-band {
    padding: 34px 0;
  }

  .story-redesign-hero {
    padding: 76px 0 34px;
  }

  .vertical-page .vertical-snapshot {
    padding: 28px 0 30px;
  }

  .vertical-page .vertical-detail-body {
    padding-top: 32px;
  }

  .vertical-page .vertical-section {
    margin-bottom: 12px;
    padding: 18px 16px;
  }

  .vertical-page .vertical-rich-content h2,
  .contech-page-copy h2,
  .contech-page-cta h2 {
    font-size: clamp(1.25rem, 5.7vw, 1.65rem);
  }

  .contech-page-hero p,
  .contech-page-section p,
  .contech-page-copy p,
  .vertical-page .vertical-hero-headline,
  .vertical-page .detail-subtitle,
  .detail-subtitle,
  .detail-meta {
    font-size: .92rem;
    line-height: 1.58;
  }
}

@media (max-width: 720px) {
  .contech-project-index .contech-project-group.sec-pad {
    padding-bottom: 32px !important;
    padding-top: 32px !important;
  }

  .contech-project-index .contech-project-group .title {
    font-size: clamp(1.35rem, 6vw, 1.85rem);
    line-height: 1.12;
  }

  .contech-project-index .project-index-grid .pcard,
  .contech-project-index .project-index-grid .pcard.big,
  .contech-project-index .project-index-grid .pcard.half {
    min-height: 230px;
  }

.contech-project-index .project-index-grid .pcard .pinfo {
    padding: 18px;
  }
}

.f-grid a.contech-whatsapp-cta,
.cta a.contech-whatsapp-cta,
.contech-whatsapp-cta {
  align-items: center !important;
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 9px;
  height: auto;
  justify-content: center !important;
  line-height: 1;
  max-width: 100%;
  min-height: 44px;
  padding: 11px 18px !important;
  white-space: nowrap !important;
  width: fit-content;
}

.contech-whatsapp-cta span {
  display: inline-block;
  flex: 0 1 auto;
  line-height: 1;
  min-width: 0;
  position: static;
  white-space: nowrap;
  width: auto;
}

.contech-whatsapp-cta svg {
  height: 19px;
  width: 19px;
}

.contech-floating-whatsapp span {
  display: none;
}

.contech-floating-whatsapp {
  gap: 0;
  height: 52px;
  justify-content: center;
  left: auto;
  padding: 0;
  width: 52px;
}

.contech-floating-whatsapp svg {
  height: 21px;
  transition: transform .25s var(--ease);
  width: 21px;
}

.f-grid a.contech-whatsapp-cta {
  margin-bottom: 0;
}

@media (max-width: 420px) {
  .f-grid a.contech-whatsapp-cta,
  .cta a.contech-whatsapp-cta,
  .contech-whatsapp-cta {
    font-size: .68rem;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px !important;
    width: fit-content;
  }

  .contech-floating-whatsapp {
    bottom: 16px;
    left: auto;
    padding: 0;
    right: 16px;
    width: 48px;
  }
}

.f-grid a.contech-whatsapp-cta:hover,
.f-grid a.contech-whatsapp-cta:hover span,
.f-grid a.contech-whatsapp-cta:hover svg,
.cta a.contech-whatsapp-cta:hover,
.cta a.contech-whatsapp-cta:hover span,
.cta a.contech-whatsapp-cta:hover svg,
a.contech-whatsapp-cta:hover,
a.contech-whatsapp-cta:hover span,
a.contech-whatsapp-cta:hover svg,
a.contech-floating-whatsapp:hover,
a.contech-floating-whatsapp:hover svg {
  color: #fff !important;
}

/* Sitewide tablet and mobile stability pass */
@media (max-width: 1100px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    padding-left: clamp(22px, 4vw, 36px);
    padding-right: clamp(22px, 4vw, 36px);
  }

  .site-header .primary-nav {
    display: none;
  }

  .burger {
    display: flex;
  }

  .site-header.nav-open {
    background: rgba(8, 26, 38, .96);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .3);
  }

  .site-header.nav-open .primary-nav {
    background: rgba(8, 26, 38, .98);
    border-top: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .34);
    display: block;
    left: 0;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px clamp(22px, 4vw, 36px) 44px;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .site-header.nav-open .primary-nav ul,
  .site-header.nav-open .primary-nav {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .site-header.nav-open .primary-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 5px 0;
  }

  .site-header.nav-open .primary-nav > ul > li > a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
  }

  .site-header.nav-open .primary-nav > ul > li:last-child {
    border-bottom: 0;
    padding-top: 14px;
  }

  .site-header.nav-open .primary-nav > ul > li:last-child > a {
    display: inline-flex;
    justify-content: center;
    min-width: 190px;
    padding: 12px 20px;
  }

  .site-header.nav-open .primary-nav .project-mega {
    left: auto;
    margin-left: calc(clamp(22px, 4vw, 36px) * -1);
    margin-right: calc(clamp(22px, 4vw, 36px) * -1);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: static;
    top: auto;
    transform: none;
    transition: max-height .35s var(--ease), opacity .25s var(--ease), padding .25s var(--ease);
    width: calc(100% + (clamp(22px, 4vw, 36px) * 2));
  }

  .site-header.nav-open .primary-nav .nav-has-mega.mega-open .project-mega {
    max-height: min(68vh, 640px);
    opacity: 1;
    overflow-y: auto;
    padding: 0 0 28px;
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
  }

  .site-header.nav-open .primary-nav .nav-has-mega > a::before {
    flex: 0 0 auto;
    margin-left: auto;
    order: 2;
    transition: transform .25s var(--ease);
  }

  .site-header.nav-open .primary-nav .nav-has-mega.mega-open > a::before {
    transform: rotate(180deg);
  }

  .site-header.nav-open .project-mega-inner {
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    gap: 20px 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px clamp(22px, 4vw, 36px) 34px;
  }

  .site-header.nav-open .project-mega-col h4 {
    margin-bottom: 12px;
  }

  .site-header.nav-open .project-mega-col h4 a,
  .site-header.nav-open .project-mega-col li a,
  .site-header.nav-open .project-mega-view {
    display: block;
    justify-content: flex-start;
    padding: 0;
  }

  .site-header.nav-open .project-mega-col ul {
    gap: 10px;
  }

  .site-header.nav-open .project-mega-col li span,
  .site-header.nav-open .project-mega-col li small {
    display: block;
    width: 100%;
  }

  .site-header.nav-open .burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.nav-open .burger span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .wrap,
  .hero-inner {
    padding-left: 34px;
    padding-right: 34px;
  }

  .sec-pad {
    padding: 72px 0;
  }

  .manifesto.sec-pad,
  .verticals.sec-pad,
  .flow.sec-pad,
  .projects.sec-pad,
  .testimonials.sec-pad,
  .latest-blog.sec-pad,
  .cta.sec-pad,
  .contech-page-section,
  .story-redesign-section,
  .story-redesign-band {
    padding-bottom: 64px;
    padding-top: 64px;
  }

  h2.title,
  .blog-head .title,
  .cta h2,
  .testimonial-panel .title {
    font-size: clamp(2rem, 4.8vw, 3rem);
    line-height: 1.12;
  }

  .hero {
    min-height: 720px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 7vw, 4.5rem);
    line-height: 1.02;
  }

  .hero p.sub {
    font-size: 1rem;
    max-width: 620px;
  }

  .stats-grid,
  .flow-wrap,
  .story-redesign-stats,
  .story-redesign-pill-grid,
  .contech-trust-grid,
  .vertical-snapshot-grid,
  .vertical-service-grid,
  .vertical-service-grid.compact,
  .vertical-process,
  .contech-blog-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-redesign-stat:nth-child(2),
  .story-redesign-pill:nth-child(2n) {
    border-right: 0;
  }

  .v-grid,
  .p-grid,
  .blog-grid,
  .contech-page-split,
  .contech-contact-layout,
  .contech-project-entry,
  .detail-hero-inner,
  .detail-content-grid,
  .vertical-page .detail-hero-inner,
  .vertical-page .vertical-detail-grid,
  .story-redesign-hero-grid,
  .story-redesign-split {
    grid-template-columns: 1fr;
  }

  .vcard,
  .pcard,
  .p-grid .pcard,
  .project-index-grid .pcard {
    grid-column: 1 / -1;
    min-height: 330px;
  }

  .pcard.big,
  .pcard.half,
  .pcard.sm {
    min-height: 330px;
  }

  .testimonial-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-shell {
    grid-template-columns: 1fr;
  }

  .testimonial-media {
    aspect-ratio: 16 / 8.5;
    min-height: 320px;
  }

  .testimonial-panel {
    min-height: auto;
    padding: 36px 42px;
  }

  .testimonial-arrows {
    bottom: 30px;
    right: 42px;
  }

  .contech-page-hero,
  .detail-hero,
  .vertical-page .vertical-hero,
  .story-redesign-hero {
    padding-bottom: 54px;
    padding-top: 96px;
  }

  .contech-page-hero h1,
  .detail-title,
  .vertical-page .detail-title,
  .story-redesign-hero h1,
  .story-redesign-section h2,
  .story-redesign-band h2 {
    font-size: clamp(2rem, 4.7vw, 3.05rem);
  }

  .story-redesign-media,
  .vertical-page .vertical-hero-media {
    min-height: 360px;
  }

  .history-kinetic {
    padding: 44px 0 48px;
  }

  .history-kinetic-wrap {
    width: calc(100% - 56px);
  }

  .history-kinetic-stage {
    min-height: 460px;
  }

  .history-kinetic-axis {
    left: 44%;
  }

  .history-kinetic-card {
    gap: 18px;
    grid-template-columns: 160px minmax(0, 210px);
    width: min(390px, 48vw);
  }

  .history-kinetic-card.left {
    grid-template-columns: minmax(0, 210px) 160px;
    left: 3%;
  }

  .history-kinetic-card.right {
    left: 54%;
  }

  .history-kinetic-card figure {
    height: 145px;
  }

  .history-kinetic-copy h3 {
    font-size: 1.02rem;
  }

  .history-kinetic-copy p {
    font-size: .78rem;
  }

  .related-vertical-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .related-vertical-controls {
    justify-content: flex-end;
    width: 100%;
  }

  .related-vertical-slide {
    flex-basis: min(460px, 62vw);
  }

  .f-grid {
    gap: 34px 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-art {
    margin-top: 70px;
  }

  .contech-floating-whatsapp {
    bottom: 20px;
    right: 20px;
  }

  .detail-hero,
  .vertical-page .vertical-hero {
    min-height: auto !important;
    padding-bottom: 56px !important;
    padding-top: 92px !important;
  }

  .detail-hero-project .detail-hero-inner {
    display: block;
  }

  .detail-hero-project .detail-hero-media {
    display: none;
  }

  .detail-hero::after,
  .vertical-page .vertical-hero::after,
  .contech-page-hero::after {
    opacity: .08;
    right: -120px;
    top: 84px;
  }

  .detail-hero::before,
  .vertical-page .vertical-hero::before {
    display: none;
  }

  .detail-title,
  .detail-hero-blog .detail-title,
  .contech-page-hero h1 {
    color: #fff;
    opacity: 1;
  }

  .detail-meta span {
    max-width: 100%;
  }

  .vertical-page .detail-number {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .wrap,
  .hero-inner,
  .site-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-header.nav-open .primary-nav {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-header.nav-open .primary-nav .project-mega {
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px);
  }

  .site-header.nav-open .project-mega-inner {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .hero-actions .btn,
  .cta-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .v-head {
    gap: 18px;
    margin-bottom: 28px;
  }

  .v-head p {
    max-width: none;
  }

  .stats-grid,
  .v-grid,
  .flow-wrap,
  .p-grid,
  .blog-grid,
  .contech-page-grid,
  .contech-page-grid.two,
  .story-redesign-stats,
  .story-redesign-pill-grid,
  .contech-trust-grid,
  .vertical-snapshot-grid,
  .vertical-service-grid,
  .vertical-service-grid.compact,
  .vertical-position-grid,
  .vertical-process,
  .contech-blog-archive-grid {
    grid-template-columns: 1fr;
  }

  .stat:not(:last-child)::after,
  .story-redesign-stat,
  .story-redesign-pill {
    border-right: 0;
  }

  .vcard,
  .pcard,
  .p-grid .pcard,
  .pcard.big,
  .pcard.half,
  .pcard.sm,
  .project-index-grid .pcard {
    grid-column: 1 / -1;
    min-height: 250px;
  }

  .pinfo,
  .project-index-grid .pcard .pinfo {
    padding: 20px;
  }

  .pcard h3,
  .vcard h3,
  .project-index-grid .pcard h3 {
    font-size: clamp(1.18rem, 5.4vw, 1.55rem);
    line-height: 1.12;
  }

  .testimonial-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial-media {
    aspect-ratio: 1.1;
    min-height: 260px;
  }

  .testimonial-panel {
    padding: 24px 20px 28px;
  }

  .testimonial-slider-wrap {
    min-height: 250px;
  }

  .testimonial-arrows {
    justify-content: flex-start;
  }

  .history-kinetic-card,
  .history-kinetic-card.left,
  .history-kinetic-card.right {
    left: 72px;
    width: calc(100% - 86px);
  }

  .history-kinetic-card figure {
    height: 138px;
  }

  .history-kinetic-copy p {
    font-size: .78rem;
    line-height: 1.5;
  }

  .related-vertical-controls {
    justify-content: flex-end;
  }

  .f-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .footer-social-links {
    margin-top: 16px;
  }

  .f-grid a.footer-social-link {
    height: 42px;
    width: 42px;
  }

  .contech-floating-whatsapp {
    bottom: 16px;
    left: auto;
    right: 16px;
  }

  .detail-hero,
  .vertical-page .vertical-hero,
  .contech-page-hero {
    min-height: auto !important;
    padding-bottom: 34px !important;
    padding-top: 82px !important;
  }

  .detail-hero-project .detail-hero-inner {
    display: block;
  }

  .detail-hero-project .detail-hero-media {
    display: none;
  }

  .detail-hero::before,
  .vertical-page .vertical-hero::before {
    display: none;
  }

  .detail-hero::after,
  .vertical-page .vertical-hero::after,
  .contech-page-hero::after {
    height: 300px;
    opacity: .075;
    right: -120px;
    top: 80px;
    width: 300px;
  }

  .detail-title,
  .detail-hero-blog .detail-title,
  .contech-page-hero h1 {
    color: #fff;
    opacity: 1;
  }

  .detail-meta {
    gap: 8px;
  }

  .detail-meta span {
    justify-content: flex-start;
    line-height: 1.35;
    min-height: 36px;
    width: 100%;
  }

  .vertical-page .detail-number {
    font-size: clamp(2rem, 10vw, 2.8rem);
    margin: 0 0 10px;
  }

  .vertical-hero-actions {
    gap: 10px;
    margin-top: 22px;
  }
}

@media (max-width: 420px) {
  .history-kinetic-stage {
    min-height: 510px;
  }

  .history-kinetic-axis {
    left: 18px;
  }

  .history-kinetic-card,
  .history-kinetic-card.left,
  .history-kinetic-card.right {
    left: 62px;
    width: calc(100% - 72px);
  }

  .history-kinetic-card figure {
    height: 126px;
  }

  .history-kinetic-copy h3 {
    font-size: .96rem;
  }

  .project-mega-col li small {
    margin-top: 2px;
  }
}

/* Our Story responsive corrections */
@media (max-width: 1100px) {
  .story-redesign .reveal,
  .history-kinetic .reveal {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .story-redesign-hero-grid,
  .story-redesign-split {
    display: grid;
    grid-template-columns: 1fr !important;
  }

  .story-redesign-hero {
    padding: 92px 0 48px !important;
  }

  .story-redesign-hero-copy {
    max-width: 720px;
    padding: 0;
  }

  .story-redesign-hero p {
    max-width: 680px;
  }

  .story-redesign-media {
    aspect-ratio: 16 / 9;
    min-height: 0 !important;
    width: 100%;
  }

  .story-redesign-stats,
  .story-redesign-pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .story-redesign-stat,
  .story-redesign-pill {
    opacity: 1 !important;
  }

  .history-kinetic-card.right {
    left: 50%;
  }

  .history-kinetic-card {
    width: min(360px, 44vw);
  }
}

@media (max-width: 720px) {
  .story-redesign-hero {
    padding: 78px 0 34px !important;
  }

  .story-redesign-hero-grid {
    gap: 24px;
  }

  .story-redesign-kicker {
    font-size: 9px;
    letter-spacing: .18em;
    margin-bottom: 14px;
  }

  .story-redesign-kicker::before {
    width: 26px;
  }

  .story-redesign-hero h1,
  .story-redesign-section h2,
  .story-redesign-band h2 {
    font-size: clamp(1.35rem, 7.2vw, 2rem) !important;
    line-height: 1.08;
    max-width: 100%;
  }

  .story-redesign-hero p,
  .story-redesign-section p,
  .story-redesign-band p {
    font-size: .9rem;
    line-height: 1.58;
  }

  .story-redesign-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .story-redesign-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .story-redesign-media {
    aspect-ratio: 1.18;
    border-radius: 6px;
  }

  .story-redesign-stats,
  .story-redesign-pill-grid {
    grid-template-columns: 1fr !important;
    margin-top: 20px;
  }

  .story-redesign-stat,
  .story-redesign-pill,
  .story-redesign-time-card,
  .story-redesign-highlight {
    padding: 18px;
  }

  .story-redesign-stat {
    min-height: auto !important;
  }

  .story-redesign-stat strong {
    font-size: 1.65rem;
    margin-bottom: 8px;
  }

  .story-redesign-stat span {
    color: #d8e3e6;
    font-size: .72rem;
    line-height: 1.35;
  }

  .story-redesign-section,
  .story-redesign-band {
    padding: 36px 0 !important;
  }

  .story-redesign-note {
    font-size: 1rem;
    margin-top: 20px;
    padding-left: 16px;
  }

  .history-kinetic {
    padding: 30px 0 34px;
  }

  .history-kinetic-wrap {
    width: calc(100% - 24px);
  }

  .history-kinetic-head h2 {
    font-size: clamp(1.35rem, 7vw, 1.9rem);
  }

  .history-kinetic-stage {
    min-height: 500px;
  }

  .history-kinetic-axis {
    left: 18px;
  }

  .history-kinetic-axis button {
    font-size: .68rem;
    padding-left: 24px;
  }

  .history-kinetic-axis button.active {
    font-size: 1.25rem;
  }

  .history-kinetic-card,
  .history-kinetic-card.left,
  .history-kinetic-card.right {
    left: 64px;
    top: 52%;
    width: calc(100% - 74px);
  }

  .history-kinetic-card figure {
    height: 118px;
  }

  .history-kinetic-copy h3 {
    font-size: .9rem;
  }

  .history-kinetic-copy p {
    font-size: .72rem;
    line-height: 1.42;
  }
}

/* Cross-page text alignment corrections */
.detail-kicker-row {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-bottom: 28px;
}

.detail-kicker-row .detail-back,
.detail-kicker-row .detail-label {
  margin-bottom: 0 !important;
}

.label,
.eyebrow,
.vertical-section-kicker,
.contech-page-kicker,
.detail-back {
  line-height: 1.2;
  max-width: 100%;
  vertical-align: top;
}

.label::before,
.eyebrow::before,
.vertical-section-kicker::before,
.contech-page-kicker::before,
.detail-back::before {
  flex: 0 0 auto;
}

.pcard,
.blog-card,
.blog-image,
.detail-project-grid .pcard,
.project-index-grid .pcard {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

.pcard h3,
.pcard .ptype,
.pcard .ploc,
.pcard .pstat,
.blog-card h3,
.blog-card .blog-tag,
.blog-card .blog-more {
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
  .detail-kicker-row {
    gap: 10px 14px;
    margin-bottom: 22px;
  }

  .detail-back,
  .detail-label,
  .label,
  .eyebrow,
  .vertical-section-kicker,
  .contech-page-kicker {
    letter-spacing: .18em;
  }
}

@media (max-width: 720px) {
  .detail-kicker-row {
    align-items: flex-start !important;
    gap: 9px 12px;
    margin-bottom: 18px;
  }

  .detail-back,
  .detail-label,
  .label,
  .eyebrow,
  .vertical-section-kicker,
  .contech-page-kicker {
    font-size: 9px;
    letter-spacing: .16em;
  }

  .detail-kicker-row .detail-label::before,
  .label::before,
  .eyebrow::before,
  .vertical-section-kicker::before,
  .contech-page-kicker::before {
    width: 24px;
  }
}

/* Mobile/tablet card content should sit below media, matching blog cards */
@media (max-width: 1024px) {
  .vcard,
  .pcard,
  .p-grid .pcard,
  .detail-project-grid .pcard,
  .project-index-grid .pcard,
  .related-vertical-slide {
    align-items: stretch !important;
    background: rgba(18, 49, 62, .92);
    border: 1px solid rgba(255, 255, 255, .1);
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .vcard .vbg,
  .pcard .pbg,
  .related-vertical-slide .vbg {
    aspect-ratio: 16 / 9;
    display: block;
    inset: auto !important;
    min-height: 0;
    order: 0;
    position: relative !important;
    transform: none !important;
    width: 100%;
  }

  .vcard .vveil,
  .pcard .pveil {
    display: none;
  }

  .vcard .vtag,
  .vcard .vno,
  .vcard h3,
  .vcard .vdesc,
  .vcard .vmore {
    margin-left: 22px;
    margin-right: 22px;
  }

  .vcard .vtag {
    margin-top: 22px;
  }

  .vcard .vno {
    margin-bottom: 10px;
  }

  .vcard h3 {
    margin-bottom: 8px;
  }

  .vcard .vdesc {
    display: none;
    max-height: 0;
    opacity: 0;
  }

  .vcard .vmore {
    margin-bottom: 22px;
    margin-top: 14px;
  }

  .pcard .pinfo,
  .project-index-grid .pcard .pinfo {
    padding: 22px !important;
    transform: none !important;
  }

  .pcard .pstat,
  .pcard:hover .pstat {
    margin-top: 10px;
    max-height: none;
    opacity: 1;
  }
}

@media (max-width: 720px) {
  .vcard .vbg,
  .pcard .pbg,
  .related-vertical-slide .vbg {
    aspect-ratio: 1.35;
  }

  .vcard .vtag,
  .vcard .vno,
  .vcard h3,
  .vcard .vdesc,
  .vcard .vmore {
    margin-left: 18px;
    margin-right: 18px;
  }

  .vcard .vtag {
    margin-top: 18px;
  }

  .vcard .vmore {
    margin-bottom: 18px;
  }

  .pcard .pinfo,
  .project-index-grid .pcard .pinfo {
    padding: 18px !important;
  }
}

/* Detail hero kicker final alignment */
.detail-kicker-row {
  align-items: center !important;
  column-gap: 14px;
  margin-bottom: 30px !important;
  row-gap: 8px;
}

.detail-kicker-row .detail-back,
.detail-kicker-row .detail-label {
  align-items: center !important;
  display: inline-flex !important;
  line-height: 1 !important;
  min-height: 18px;
  white-space: nowrap;
}

.detail-kicker-row .detail-back {
  gap: 8px;
}

.detail-kicker-row .detail-label {
  gap: 12px;
}

.detail-kicker-row .detail-label::before {
  align-self: center;
  height: 1px;
  margin: 0;
  width: 36px;
}

.detail-kicker-row .detail-back::before {
  align-self: center;
  line-height: 1;
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .detail-kicker-row {
    column-gap: 12px;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 720px) {
  .detail-kicker-row {
    align-items: center !important;
    column-gap: 10px;
    margin-bottom: 22px !important;
    row-gap: 7px;
  }

  .detail-kicker-row .detail-back,
  .detail-kicker-row .detail-label {
    font-size: 9px;
    min-height: 16px;
  }

  .detail-kicker-row .detail-label::before {
    width: 24px;
  }
}

/* Back arrow icon baseline fix */
.detail-kicker-row .detail-back::before {
  align-items: center !important;
  content: "\2190";
  display: inline-flex !important;
  font-size: 12px !important;
  height: 14px;
  justify-content: center;
  line-height: 14px !important;
  margin: 0;
  position: relative;
  top: 0;
  transform: none !important;
  width: 14px;
}

@media (max-width: 720px) {
  .detail-kicker-row .detail-back::before {
    font-size: 11px !important;
    height: 12px;
    line-height: 12px !important;
    width: 12px;
  }
}

/* Project/detail content list marker containment */
.detail-content ul,
.detail-content ol {
  box-sizing: border-box;
  list-style-position: outside;
  max-width: 100%;
  overflow: visible;
  padding-left: 1.35em;
}

.detail-content li {
  color: #c5d0d4;
  line-height: 1.72;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  padding-left: .18em;
}

.detail-content li::marker {
  color: var(--gold);
}

@media (max-width: 720px) {
  .detail-content ul,
  .detail-content ol {
    margin-left: 0;
    padding-left: 1.15rem;
  }

  .detail-content li {
    font-size: .92rem;
    line-height: 1.6;
    margin-bottom: 8px;
    padding-left: .12rem;
  }
}

/* Counter grids: keep home and Our Story stats in two columns on tablet/mobile */
@media (max-width: 1100px) {
  .stats-grid,
  .story-redesign-stats {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .stat,
  .story-redesign-stat {
    min-width: 0;
  }

  .stat::after {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .stats-grid,
  .story-redesign-stats {
    gap: 12px !important;
  }

  .stat {
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    padding: 18px 14px !important;
  }

  .story-redesign-stat {
    padding: 18px 14px !important;
  }

  .stat .num,
  .story-redesign-stat strong {
    font-size: clamp(1.55rem, 8vw, 2.15rem) !important;
    line-height: 1 !important;
  }

  .stat .cap,
  .story-redesign-stat span {
    font-size: .68rem !important;
    line-height: 1.35 !important;
  }
}

/* Vertical detail hero: image first on tablet/mobile, copy below */
@media (max-width: 1024px) {
  .vertical-page .detail-hero-inner {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: 1fr !important;
  }

  .vertical-page .vertical-hero-media {
    aspect-ratio: 16 / 10;
    margin: 0 !important;
    min-height: 0 !important;
    order: 2;
    width: 100%;
  }

  .vertical-page .detail-copy {
    display: contents;
    padding-bottom: 0 !important;
  }

  .vertical-page .detail-kicker-row {
    order: 1;
    width: 100%;
  }

  .vertical-page .detail-number {
    order: 3;
  }

  .vertical-page .detail-title {
    order: 4;
  }

  .vertical-page .vertical-hero-headline {
    order: 5;
  }

  .vertical-page .detail-subtitle {
    order: 6;
  }

  .vertical-page .vertical-hero-actions {
    order: 7;
  }
}

@media (max-width: 720px) {
  .vertical-page .detail-hero-inner {
    gap: 22px !important;
  }

  .vertical-page .vertical-hero-media {
    aspect-ratio: 1.18;
  }

  .vertical-page .vertical-media-card {
    bottom: 18px;
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 16px;
  }
}

/* Our Story hero: image first on tablet/mobile, copy below */
@media (max-width: 1024px) {
  .story-redesign-hero-grid {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: 1fr !important;
  }

  .story-redesign-media {
    aspect-ratio: 16 / 10;
    min-height: 0 !important;
    order: 1;
    width: 100%;
  }

  .story-redesign-hero-copy {
    order: 2;
  }
}

@media (max-width: 720px) {
  .story-redesign-hero-grid {
    gap: 22px !important;
  }

  .story-redesign-media {
    aspect-ratio: 1.18;
  }
}

/* Match Our Story mobile/tablet hero spacing with vertical detail pages */
@media (max-width: 1024px) {
  .story-redesign-hero {
    padding-top: 54px !important;
    padding-bottom: 42px !important;
  }

  .story-redesign-hero-grid {
    gap: 22px !important;
  }
}

@media (max-width: 720px) {
  .story-redesign-hero {
    padding-top: 34px !important;
    padding-bottom: 30px !important;
  }

  .story-redesign-hero-grid {
    gap: 18px !important;
  }
}

/* Our Story keeps copy first on tablet/mobile */
@media (max-width: 1024px) {
  .story-redesign-hero-copy {
    order: 1;
  }

  .story-redesign-media {
    order: 2;
  }
}

/* Unified top spacing after fixed header */
.contech-page-main {
  padding-top: 0 !important;
}

.contech-page-hero,
.detail-hero,
.vertical-page .vertical-hero,
.story-redesign-hero {
  padding-top: 124px !important;
}

.detail-hero,
.vertical-page .vertical-hero,
.contech-page-hero,
.story-redesign-hero {
  padding-bottom: 58px !important;
}

@media (min-width: 721px) and (max-width: 1100px) {
  .contech-page-hero,
  .detail-hero,
  .vertical-page .vertical-hero,
  .story-redesign-hero {
    padding-top: 100px !important;
    padding-bottom: 48px !important;
  }
}

@media (max-width: 720px) {
  .contech-page-hero,
  .detail-hero,
  .vertical-page .vertical-hero,
  .story-redesign-hero {
    padding-top: 82px !important;
    padding-bottom: 32px !important;
  }
}

/* Vertical detail pages support a fourth snapshot card. */
.vertical-page .vertical-snapshot-grid,
.vertical-snapshot-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1024px) {
  .vertical-page .vertical-snapshot-grid,
  .vertical-snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .vertical-page .vertical-snapshot-grid,
  .vertical-snapshot-grid {
    grid-template-columns: 1fr;
  }
}

/* Our Story approach: 6 stages should read as two balanced rows. */
html body.page-id-81 .contech-home-engagement .vertical-process {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html body.page-id-81 .contech-home-engagement .vertical-process > div {
  border-left: 1px solid #d7e3de;
}

html body.page-id-81 .contech-home-engagement .vertical-process > div:nth-child(3n+1) {
  border-left: 0;
}

html body.page-id-81 .contech-home-engagement .vertical-process > div:nth-child(n+4) {
  border-top: 1px solid #d7e3de;
}

@media (max-width: 900px) {
  html body.page-id-81 .contech-home-engagement .vertical-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.page-id-81 .contech-home-engagement .vertical-process > div,
  html body.page-id-81 .contech-home-engagement .vertical-process > div:nth-child(3n+1) {
    border-left: 1px solid #d7e3de;
  }

  html body.page-id-81 .contech-home-engagement .vertical-process > div:nth-child(2n+1) {
    border-left: 0;
  }

  html body.page-id-81 .contech-home-engagement .vertical-process > div:nth-child(n+3) {
    border-top: 1px solid #d7e3de;
  }
}

@media (max-width: 640px) {
  html body.page-id-81 .contech-home-engagement .vertical-process {
    grid-template-columns: 1fr;
  }

  html body.page-id-81 .contech-home-engagement .vertical-process > div,
  html body.page-id-81 .contech-home-engagement .vertical-process > div:nth-child(2n+1),
  html body.page-id-81 .contech-home-engagement .vertical-process > div:nth-child(3n+1) {
    border-left: 0;
  }

  html body.page-id-81 .contech-home-engagement .vertical-process > div + div {
    border-top: 1px solid #d7e3de;
  }
}

html body.page-id-81 .story-redesign-hero .story-redesign-stats:empty {
  display: none;
}

/* CBRE-inspired light visual theme. Content and Elementor data remain unchanged. */
:root {
  --ocean: #f7f8f4;
  --ocean-2: #ffffff;
  --ocean-3: #eef2ef;
  --teal: #004c3f;
  --teal-deep: #002f29;
  --gold: #005f4b;
  --grey: #5d6d68;
  --cream: #f5f6f0;
  --heading-font: 'Financier Display', Georgia, serif;
  --body-ink: #003f35;
  --body-text: #536660;
  --body-muted: #6d7c77;
  --line-soft: #dce5e0;
  --surface: #f7f8f4;
  --surface-alt: #eef2ef;
  --surface-card: #ffffff;
  --hero-green: #435856;
  --shadow-soft: 0 24px 70px rgba(0, 63, 53, .09);
}

html,
body {
  background: var(--surface);
}

body {
  color: var(--body-text);
}

h1,
h2,
h3,
h4,
h5,
h6,
h2.title,
.title,
.hero h1,
.manifesto .big,
.stat .num,
.quote blockquote,
.testimonial-panel .title,
.blog-head .title,
.blog-content h3,
.contech-blog-archive-card h2,
.cta h2,
.contech-page-hero h1,
.contech-page-copy h2,
.contech-page-cta h2,
.contech-page-card h3,
.contech-page-panel h3,
.contech-page-quote,
.contech-director-profile h2,
.contech-director-body blockquote,
.contech-project-entry h3,
.contech-contact-form h2,
.contech-contact-card h3,
.story-redesign-hero h1,
.story-redesign-section h2,
.story-redesign-band h2,
.story-redesign-highlight h3,
.story-redesign-time-card h3,
.story-redesign-pill h3,
.history-kinetic-head h2,
.history-kinetic-copy h3,
.detail-title,
.detail-hero-blog .detail-title,
.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-lead,
.vertical-hero-headline,
.vertical-rich-content h2,
.vertical-service-card h3,
.vertical-position-grid strong,
.vertical-process h3,
.vertical-snapshot-card h3,
.vertical-media-card strong,
.vertical-rail-card strong,
.related-vertical-slide h3,
.vcard h3,
.pcard h3,
.f-grid h5 {
  font-family: var(--heading-font) !important;
  letter-spacing: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2.title,
.title,
.manifesto .big,
.testimonial-panel .title,
.blog-head .title,
.blog-content h3 a,
.contech-blog-archive-card h2 a,
.contech-page-hero h1,
.contech-page-copy h2,
.contech-page-cta h2,
.contech-page-card h3,
.contech-page-panel h3,
.contech-page-quote,
.contech-director-profile h2,
.contech-director-body blockquote,
.contech-project-entry h3,
.contech-contact-form h2,
.contech-contact-card h3,
.story-redesign-section h2,
.story-redesign-band h2,
.story-redesign-highlight h3,
.story-redesign-time-card h3,
.story-redesign-pill h3,
.history-kinetic-head h2,
.history-kinetic-copy h3,
.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-lead,
.vertical-rich-content h2,
.vertical-service-card h3,
.vertical-position-grid strong,
.vertical-process h3,
.vertical-snapshot-card h3,
.vertical-rail-card strong,
.f-grid h5 {
  color: var(--body-ink);
  font-weight: 500;
  text-transform: none !important;
}

.label,
.eyebrow,
.detail-back,
.detail-label,
.contech-page-kicker,
.vertical-section-kicker,
.vertical-rail-kicker,
.vertical-media-card span,
.vertical-snapshot-card span,
.contech-page-card span,
.contech-project-location,
.contech-project-number,
.project-type-tabs a,
.blog-tag,
.blog-more,
.pcard .ptype,
.vcard .vtag,
.vcard .vno,
.fstep .dot,
.stat .cap {
  font-family: var(--heading-font) !important;
  letter-spacing: .02em !important;
}

body p,
body li,
.v-head p,
.manifesto .meta p,
.fstep p,
.testimonial-card p,
.testimonial-author span,
.testimonial-counter p,
.blog-content p,
.contech-blog-archive-card p,
.contech-page-card p,
.contech-page-section p,
.contech-director-body p,
.contech-project-entry p,
.contech-contact-form > p,
.contech-contact-card p,
.contech-contact-card a,
.detail-content,
.detail-content p,
.detail-content li,
.detail-side-panel strong,
.vertical-rich-content p,
.vertical-service-card p,
.vertical-position-grid p,
.vertical-process p,
.vertical-snapshot-card p,
.vertical-snapshot-head p,
.vertical-page .detail-subtitle,
.related-vertical-summary p,
.f-grid a,
.f-grid p,
.f-bottom {
  color: var(--body-text);
}

::selection {
  background: var(--gold);
  color: #ffffff;
}

.progress {
  background: var(--gold);
}

.site-header,
.detail-site-header,
.site-header.scrolled {
  background: rgba(67, 88, 86, .96);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .16);
}

.primary-nav a,
.primary-nav a:hover {
  color: #ffffff;
}

.primary-nav a::after,
.project-mega-view::before,
.label::before,
.eyebrow::before,
.blog-head .label::before,
.blog-head .label::after,
.contech-page-kicker::before,
.vertical-section-kicker::before,
.detail-kicker-row .detail-label::before,
.story-redesign-kicker::before {
  background: var(--gold);
}

.primary-nav .nav-cta,
.primary-nav > ul > li:last-child > a {
  border-color: var(--gold);
  color: #ffffff;
}

.primary-nav .nav-cta:hover,
.primary-nav > ul > li:last-child > a:hover {
  background: var(--gold);
  color: #ffffff;
}

.project-mega-inner {
  background: rgba(255, 255, 255, .98);
  border-color: var(--line-soft);
  box-shadow: 0 30px 82px rgba(0, 63, 53, .16);
}

.project-mega-col h4 a,
.project-mega-col li a,
.project-mega-view {
  color: var(--body-ink);
}

.project-mega-col li small {
  color: var(--body-muted);
}

.project-mega-col li a:hover,
.project-mega-col h4 a:hover,
.project-mega-view:hover {
  color: var(--teal);
}

.burger span {
  background: #ffffff;
}

.hero,
.detail-hero,
.contech-page-hero,
.contech-project-index-hero,
.vertical-page .vertical-hero,
.story-redesign-hero {
  background:
    linear-gradient(120deg, rgba(55, 76, 74, .98), rgba(67, 88, 86, .96) 54%, rgba(45, 69, 66, .98)),
    var(--hero-green);
  color: #ffffff;
}

.hero-bg {
  background: var(--hero-green);
}

.hero-veil {
  background:
    linear-gradient(90deg, rgba(31, 53, 50, .98) 0%, rgba(49, 75, 72, .78) 43%, rgba(49, 75, 72, .26) 70%, rgba(31, 53, 50, .76) 100%),
    linear-gradient(0deg, rgba(31, 53, 50, .96) 0%, rgba(31, 53, 50, .36) 38%, rgba(31, 53, 50, .12) 100%);
}

.hero-grad,
.hero-pattern,
.detail-hero::after,
.contech-page-hero::after,
.vertical-page .vertical-hero::after {
  opacity: .08;
}

.hero-montage-slide {
  filter: saturate(.86) contrast(1.03) brightness(.72);
}

.hero-montage-card {
  background: rgba(24, 51, 47, .76);
  border-color: rgba(255, 255, 255, .24);
  box-shadow: 0 24px 62px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.hero h1,
.hero h1 em,
.hero .eyebrow,
.hero p.sub,
.detail-hero h1,
.detail-title,
.detail-hero-blog .detail-title,
.detail-subtitle,
.detail-meta,
.vertical-page .detail-title,
.vertical-page .detail-number,
.vertical-page .vertical-hero-headline,
.vertical-page .detail-subtitle,
.contech-page-hero h1,
.contech-page-hero p,
.story-redesign-hero h1,
.story-redesign-hero p,
.story-redesign-kicker,
.story-redesign-stat strong,
.hero-montage-card strong,
.hero-montage-card small {
  color: #ffffff;
}

.hero h1,
.detail-title,
.contech-page-hero h1,
.vertical-page .detail-title,
.story-redesign-hero h1 {
  font-weight: 500;
  text-transform: none !important;
}

.hero .eyebrow,
.detail-back,
.detail-label,
.contech-page-kicker,
.vertical-page .detail-label,
.story-redesign-kicker,
.label,
.blog-head .label,
.testimonial-panel .label {
  color: var(--gold);
}

.hero .eyebrow,
.detail-hero .detail-back,
.detail-hero .detail-label,
.contech-page-hero .contech-page-kicker,
.vertical-page .vertical-hero .detail-label,
.story-redesign-hero .story-redesign-kicker {
  color: #dcebe6;
}

.hero p.sub,
.detail-subtitle,
.detail-meta,
.vertical-page .vertical-hero-headline,
.vertical-page .detail-subtitle,
.contech-page-hero p,
.story-redesign-hero p {
  color: rgba(255, 255, 255, .84);
}

.detail-number {
  -webkit-text-stroke-color: rgba(255, 255, 255, .82);
}

.detail-number span {
  color: rgba(255, 255, 255, .42);
}

.detail-hero-media,
.vertical-page .vertical-hero-media,
.story-redesign-media,
.testimonial-media,
.blog-image {
  border-radius: 0;
}

.manifesto,
.verticals,
.projects,
.latest-blog,
.contech-blog-index-list,
.contech-project-group,
.detail-body,
.vertical-page,
.vertical-page .vertical-detail-body,
.detail-main,
.contech-page-main,
.contech-static-page,
.contech-page-section,
.story-redesign-section,
.story-redesign-band,
.history-kinetic {
  background: var(--surface) !important;
  color: var(--body-text);
}

.stats,
.flow,
.testimonials,
.contech-page-section.alt,
.contech-project-group:nth-of-type(odd),
.vertical-snapshot,
.vertical-page .vertical-snapshot,
.vertical-page .detail-related,
.contech-page-our-story .contech-page-section,
.story-redesign-section.alt {
  background: var(--surface-alt) !important;
  border-color: var(--line-soft);
}

.manifesto .big,
.manifesto .big .w,
.manifesto .big .w.b {
  color: var(--body-ink);
  opacity: 1;
}

.manifesto .big .w.hl,
h2.title em,
.hero h1 em,
.quote blockquote b {
  color: var(--teal);
}

.manifesto .meta,
.stats,
.latest-blog,
.contech-project-group,
.vertical-page .vertical-snapshot,
.contech-page-section.alt,
.site-footer {
  border-color: var(--line-soft);
}

.manifesto .meta h4,
.stat .cap,
.vcard .vtag,
.pcard .ptype,
.blog-tag,
.blog-more,
.contech-page-kicker,
.contech-page-card span,
.detail-content a,
.detail-side-panel span,
.vertical-section-kicker,
.vertical-rail-kicker,
.vertical-snapshot-card span,
.vertical-media-card span,
.vertical-service-link,
.project-type-tabs a:hover {
  color: var(--teal);
}

.stat .num {
  color: var(--body-ink);
}

.stat .num .suf,
.quote .mark,
.testimonial-counter .suf,
.page-links {
  color: var(--gold);
}

.stat:not(:last-child)::after,
.fline {
  background: var(--line-soft);
}

.v-head p {
  color: var(--body-text);
}

.vcard,
.pcard,
.related-vertical-slide {
  border-color: rgba(0, 63, 53, .12);
  box-shadow: var(--shadow-soft);
}

.vcard .vveil,
.pcard .pveil {
  background: linear-gradient(180deg, rgba(0, 63, 53, .08) 0%, rgba(0, 63, 53, .56) 58%, rgba(0, 63, 53, .88) 100%);
}

.vcard h3,
.pcard h3,
.vcard .vdesc h1,
.vcard .vdesc h2,
.vcard .vdesc h3,
.vcard .vdesc h4,
.vcard .vdesc h5,
.vcard .vdesc h6,
.pcard .ploc,
.pcard .pstat,
.vcard .vdesc,
.vcard .vdesc p,
.vcard .vdesc li,
.vcard .vdesc .vertical-lead,
.vcard .vdesc p.vertical-lead {
  color: #ffffff;
}

.flow-wrap {
  border-top: 1px solid var(--line-soft);
}

.fstep .dot {
  background: var(--surface);
  border-color: var(--teal);
  color: var(--teal);
}

.fstep:hover .dot,
.btn-gold,
.btn.gold,
.contech-contact-form .wpcf7-submit {
  background: var(--gold);
  border-color: var(--gold);
  color: #ffffff;
}

.btn-gold:hover,
.btn.gold:hover,
.contech-contact-form .wpcf7-submit:hover {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
  color: #ffffff;
}

.btn-ghost {
  border-color: rgba(0, 63, 53, .32);
  color: var(--body-ink);
}

.btn-ghost:hover {
  background: var(--body-ink);
  border-color: var(--body-ink);
  color: #ffffff;
}

.hero .btn-ghost,
.cta .btn-ghost,
.vertical-page .vertical-hero .btn-ghost,
.detail-hero .btn-ghost {
  border-color: rgba(255, 255, 255, .52);
  color: #ffffff;
}

.hero .btn-ghost:hover,
.cta .btn-ghost:hover,
.vertical-page .vertical-hero .btn-ghost:hover,
.detail-hero .btn-ghost:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--teal-deep);
}

.story {
  background: var(--hero-green);
}

.story-bg {
  background-image: linear-gradient(180deg, rgba(31, 53, 50, .76), rgba(31, 53, 50, .92)), var(--story-image);
}

.quote blockquote,
.quote .by h4 {
  color: #ffffff;
}

.quote .by p {
  color: rgba(255, 255, 255, .72);
}

.quote .by .av {
  background: var(--gold);
  color: #ffffff;
}

.testimonial-panel,
.contech-blog-archive-card,
.contech-blog-empty,
.project-empty-card,
.contech-page-card,
.contech-page-panel,
.contech-page-quote,
.contech-story-step,
.contech-director-profile,
.contech-project-entry,
.contech-contact-form,
.contech-contact-card,
.contech-social-card,
.detail-side-panel,
.vertical-snapshot-card,
.vertical-page .vertical-snapshot-card,
.vertical-rail-card,
.vertical-page .vertical-rail-card,
.vertical-index-card,
.vertical-page .vertical-section,
.vertical-page .vertical-service-card,
.vertical-page .vertical-position-grid > div,
.vertical-page .vertical-process > div,
.vertical-service-card,
.vertical-position-grid > div,
.vertical-process > div,
.vertical-emphasis,
.story-redesign-stats,
.story-redesign-stat,
.story-redesign-pill,
.story-redesign-time-card,
.story-redesign-highlight {
  background: var(--surface-card) !important;
  border-color: var(--line-soft) !important;
  box-shadow: var(--shadow-soft);
  color: var(--body-ink);
}

.testimonial-panel::before,
.contech-page-hero::after,
.detail-hero::after,
.vertical-page .vertical-hero::after {
  pointer-events: none;
}

.testimonial-slider-wrap,
.contact-list div,
.contech-contact-list div,
.history-kinetic-head,
.history-kinetic-axis,
.story-redesign-stat,
.story-redesign-pill {
  border-color: var(--line-soft);
}

.testimonial-panel .title,
.testimonial-card p,
.testimonial-author h4,
.testimonial-counter .num,
.blog-head .title,
.blog-content h3 a,
.contech-blog-archive-card h2 a,
.contech-blog-empty h2,
.project-empty-card h3,
.vertical-page .vertical-snapshot-card h3,
.vertical-page .vertical-snapshot-card p,
.vertical-page .vertical-rail-card strong,
.vertical-page .vertical-rich-content h2,
.vertical-page .vertical-service-card h3,
.vertical-page .vertical-position-grid strong,
.vertical-page .vertical-process h3,
.vertical-page .vertical-section-lead,
.vertical-lead,
.story-redesign-stat strong {
  color: var(--body-ink) !important;
}

.testimonial-counter .num,
.vertical-index-card strong {
  -webkit-text-stroke-color: rgba(0, 63, 53, .78);
}

.testimonial-arrows button,
.related-vertical-controls button {
  background: #ffffff;
  border-color: var(--line-soft);
  color: var(--body-ink);
}

.testimonial-arrows button:hover,
.related-vertical-controls button:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #ffffff;
}

.blog-more {
  color: var(--teal);
}

.blog-more::after {
  background-color: var(--gold);
}

.project-type-tabs a,
.detail-meta span,
.contech-project-meta li {
  background: #ffffff;
  border-color: var(--line-soft);
  color: var(--body-ink);
}

.project-type-tabs a:hover {
  background: rgba(0, 95, 75, .1);
  border-color: rgba(0, 95, 75, .34);
}

.cta,
.contech-page-cta {
  background: linear-gradient(120deg, #003f35, #005f4b) !important;
  color: #ffffff;
}

.cta h2,
.cta p,
.contech-page-cta h2,
.contech-page-cta p {
  color: #ffffff !important;
}

.site-footer {
  background: var(--surface) !important;
  border-top: 4px solid var(--teal-deep);
  color: var(--body-text);
}

.site-footer .footer-logo {
  filter: brightness(0) saturate(100%) invert(19%) sepia(28%) saturate(987%) hue-rotate(126deg) brightness(91%) contrast(94%);
}

.footer-wm {
  background: none;
  color: rgba(0, 63, 53, .08);
  text-shadow: none;
}

.footer-skyline {
  filter: brightness(0) saturate(100%) invert(19%) sepia(28%) saturate(987%) hue-rotate(126deg) brightness(91%) contrast(94%);
  opacity: .12;
}

.f-grid h5,
.f-grid a:hover {
  color: var(--teal-deep);
}

.f-grid a.footer-social-link,
.contech-social-links a {
  background: #ffffff;
  border-color: rgba(0, 95, 75, .34);
  color: var(--teal-deep);
}

.f-grid a.footer-social-link:hover,
.contech-social-links a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #ffffff;
}

.contech-contact-fields label,
.contech-contact-list span,
.contech-social-links span {
  color: var(--teal-deep);
}

.contech-contact-fields input,
.contech-contact-fields select,
.contech-contact-fields textarea {
  background: #ffffff;
  border-color: var(--line-soft);
  color: var(--body-ink);
}

.contech-contact-fields input:focus,
.contech-contact-fields select:focus,
.contech-contact-fields textarea:focus {
  border-color: rgba(0, 95, 75, .58);
  box-shadow: 0 0 0 3px rgba(0, 95, 75, .12);
}

.contech-form-notice,
.contech-contact-form .wpcf7-response-output {
  color: var(--body-ink);
}

.vertical-page .vertical-hero-media::before {
  border-color: rgba(0, 95, 75, .62);
}

.vertical-page .vertical-hero-media::after {
  background: linear-gradient(180deg, rgba(0, 63, 53, 0) 28%, rgba(0, 63, 53, .76) 100%);
}

.vertical-media-card {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(255, 255, 255, .78);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.vertical-media-card strong {
  color: var(--body-ink);
}

.related-vertical-slide.is-current {
  border-color: rgba(0, 95, 75, .68);
}

.related-vertical-slide.is-current::after {
  background: rgba(0, 95, 75, .12);
  border-color: rgba(0, 95, 75, .42);
  color: var(--teal-deep);
}

.story-redesign-media {
  background: var(--surface-alt);
}

.story-redesign-stats {
  background: rgba(255, 255, 255, .94) !important;
}

.story-redesign-stat span {
  color: var(--body-muted);
}

.story-redesign-pill::after {
  color: rgba(0, 63, 53, .06);
}

.history-kinetic-grid {
  background-image:
    linear-gradient(rgba(0, 63, 53, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 63, 53, .06) 1px, transparent 1px);
}

@media (max-width: 1100px) {
  .site-header.nav-open {
    background: rgba(67, 88, 86, .98);
  }

  .site-header.nav-open .primary-nav {
    background: #ffffff;
    border-top: 1px solid var(--line-soft);
    box-shadow: 0 26px 64px rgba(0, 63, 53, .14);
  }

  .site-header.nav-open .primary-nav > ul > li > a,
  .site-header.nav-open .project-mega-col h4 a,
  .site-header.nav-open .project-mega-col li a,
  .site-header.nav-open .project-mega-view {
    color: var(--body-ink);
  }

  .site-header.nav-open .primary-nav > ul > li:last-child > a {
    background: var(--gold);
    border-color: var(--gold);
    color: #ffffff;
  }

  .site-header.nav-open .project-mega-inner {
    background: var(--surface-alt);
    border-color: var(--line-soft);
    box-shadow: none;
  }
}

/* Compact header height */
.site-header {
  min-height: 48px;
  padding-bottom: 7px !important;
  padding-top: 7px !important;
}

.site-header.scrolled {
  min-height: 80px;
  padding-bottom: 22px !important;
  padding-top: 22px !important;
}

.logo-img,
.elementor-page .site-header .logo-img {
  height: 58px !important;
  max-height: 58px;
  max-width: 148px;
}

.site-header.scrolled .logo-img,
.elementor-page .site-header.scrolled .logo-img {
  height: 58px !important;
  max-height: 58px;
}

.primary-nav,
.primary-nav ul {
  gap: 26px;
}

.primary-nav a {
  font-size: 11px;
  line-height: 1.15;
}

.primary-nav .nav-cta,
.primary-nav > ul > li:last-child > a {
  padding: 6px 13px;
}

.project-mega {
  padding-top: 12px;
  top: 38px;
}

@media (max-width: 1100px) {
  .site-header,
  .site-header.scrolled {
    min-height: 46px;
    padding-bottom: 7px !important;
    padding-top: 7px !important;
  }

  .logo-img,
  .elementor-page .site-header .logo-img,
  .site-header.scrolled .logo-img,
  .elementor-page .site-header.scrolled .logo-img {
    height: 58px !important;
    max-height: 58px;
    max-width: 148px;
  }

  .burger {
    gap: 4px;
  }

  .burger span {
    width: 22px;
  }

  .site-header.nav-open .primary-nav {
    max-height: calc(100vh - 46px);
    padding-top: 10px;
  }

  .site-header.nav-open .primary-nav > ul > li > a {
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .site-header.nav-open .primary-nav > ul > li:last-child > a {
    padding: 9px 16px;
  }
}

/* Final dark-green button normalization */
.btn,
.btn-gold,
.btn.gold,
.btn-ghost,
.elementor-button,
.wp-block-button__link,
.button,
input[type="button"],
input[type="submit"],
button[type="submit"],
.contech-contact-form .wpcf7-submit,
.contech-whatsapp-cta,
.f-grid a.contech-whatsapp-cta,
.cta a.contech-whatsapp-cta,
a.contech-floating-whatsapp,
.project-type-tabs a,
.testimonial-arrows button,
.related-vertical-controls button,
.f-grid a.footer-social-link,
.contech-social-links a,
.primary-nav .nav-cta,
.primary-nav > ul > li:last-child > a,
.site-header.nav-open .primary-nav > ul > li:last-child > a {
  background: var(--teal-deep) !important;
  border-color: var(--teal-deep) !important;
  box-shadow: 0 16px 34px rgba(0, 47, 41, .18);
  color: #ffffff !important;
}

.btn:hover,
.btn-gold:hover,
.btn.gold:hover,
.btn-ghost:hover,
.elementor-button:hover,
.wp-block-button__link:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.contech-contact-form .wpcf7-submit:hover,
.contech-whatsapp-cta:hover,
.f-grid a.contech-whatsapp-cta:hover,
.cta a.contech-whatsapp-cta:hover,
a.contech-floating-whatsapp:hover,
.project-type-tabs a:hover,
.testimonial-arrows button:hover,
.related-vertical-controls button:hover,
.f-grid a.footer-social-link:hover,
.contech-social-links a:hover,
.primary-nav .nav-cta:hover,
.primary-nav > ul > li:last-child > a:hover,
.site-header.nav-open .primary-nav > ul > li:last-child > a:hover {
  background: var(--body-ink) !important;
  border-color: var(--body-ink) !important;
  box-shadow: 0 18px 38px rgba(0, 47, 41, .24);
  color: #ffffff !important;
}

.blog-more,
.vertical-service-link,
.project-mega-view,
.page-links,
.detail-content a {
  color: var(--teal-deep) !important;
}

.blog-more::after {
  background-color: var(--teal-deep) !important;
}

.vcard .vmore,
.pcard .blog-more,
.hero .btn,
.cta .btn,
.detail-hero .btn,
.vertical-page .vertical-hero .btn {
  color: #ffffff !important;
}

/* Hard lock header height against generated/cached scrolled rules */
html body .site-header,
html body .elementor-page .site-header {
  height: 80px !important;
  max-height: 80px !important;
  min-height: 80px !important;
  padding-bottom: 26px !important;
  padding-top: 26px !important;
}

html body .site-header.scrolled,
html body .elementor-page .site-header.scrolled {
  height: auto !important;
  max-height: none !important;
  min-height: 80px !important;
  padding-bottom: 22px !important;
  padding-top: 22px !important;
}

html body .site-header .logo-img,
html body .elementor-page .site-header .logo-img {
  height: 58px !important;
  max-height: 58px !important;
}

html body .site-header.scrolled .logo-img,
html body .elementor-page .site-header.scrolled .logo-img {
  height: 58px !important;
  max-height: 58px !important;
}

/* Header CTA button spacing */
html body .site-header .primary-nav .nav-cta,
html body .site-header .primary-nav > ul > li:last-child > a {
  padding-bottom: 14px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 14px !important;
}

/* Keep desktop project mega menu below the fixed header */
@media (min-width: 1101px) {
  html body .site-header .project-mega {
    padding-top: 0 !important;
    top: 80px !important;
  }

  html body .site-header .nav-has-mega.mega-open .project-mega {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
  }
}

/* Home verticals: polished four-card row without hover copy */
html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vdesc,
html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard:hover .vdesc,
html body.elementor-editor-active .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vdesc,
html body.elementor-editor-preview .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vdesc,
html body.elementor-edit-mode .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vdesc {
  display: none !important;
  margin: 0 !important;
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .v-grid {
  align-items: stretch;
}

html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard {
  isolation: isolate;
}

html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard::after {
  border: 1px solid rgba(255, 255, 255, .22);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: border-color .35s ease, box-shadow .35s ease;
  z-index: 2;
}

html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard:hover::after {
  border-color: rgba(255, 255, 255, .48);
  box-shadow: inset 0 0 0 1px rgba(0, 95, 75, .3);
}

html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard > :not(.vbg):not(.vveil) {
  z-index: 3;
}

@media (min-width: 900px) {
  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .v-head {
    align-items: start;
    display: grid;
    gap: clamp(28px, 5vw, 72px);
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    margin-bottom: clamp(34px, 4vw, 52px);
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .v-head p {
    border-left: 1px solid var(--line-soft);
    max-width: 560px;
    padding-left: clamp(24px, 3vw, 44px);
    padding-top: 8px;
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .v-grid {
    gap: clamp(12px, 1.45vw, 20px) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard {
    align-items: stretch !important;
    background: var(--teal-deep) !important;
    border: 0;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end;
    min-height: clamp(315px, 28vw, 390px) !important;
    padding: clamp(20px, 2vw, 28px) !important;
    transform: translateY(0);
    transition: box-shadow .35s ease, transform .35s ease;
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard:hover {
    box-shadow: 0 24px 48px rgba(0, 63, 53, .22);
    transform: translateY(-6px);
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vbg {
    aspect-ratio: auto !important;
    display: block !important;
    filter: saturate(.9) contrast(1.05);
    inset: 0 !important;
    order: initial !important;
    position: absolute !important;
    transform: scale(1.04);
    width: auto !important;
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard:hover .vbg {
    transform: scale(1.1);
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vveil {
    background:
      linear-gradient(180deg, rgba(0, 47, 41, .12) 0%, rgba(0, 47, 41, .3) 42%, rgba(0, 47, 41, .92) 100%),
      linear-gradient(135deg, rgba(0, 95, 75, .42) 0%, rgba(0, 47, 41, .08) 46%, rgba(0, 47, 41, .5) 100%);
    display: block !important;
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vno {
    color: #ffffff;
    font-size: 11px;
    left: clamp(20px, 2vw, 28px);
    letter-spacing: .16em;
    margin: 0 !important;
    position: absolute;
    top: clamp(20px, 2vw, 28px);
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vno span {
    color: rgba(255, 255, 255, .56);
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vtag {
    color: rgba(255, 255, 255, .8);
    font-size: 9px;
    line-height: 1.35;
    letter-spacing: .13em;
    margin: 0 0 10px !important;
    max-width: 95%;
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard h3 {
    color: #ffffff;
    font-size: clamp(1.12rem, 1.35vw, 1.48rem);
    line-height: 1.1;
    margin: 0 !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .24);
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vmore {
    align-self: flex-start;
    border-top: 1px solid rgba(255, 255, 255, .24);
    color: #ffffff !important;
    font-size: 10px;
    justify-content: space-between;
    letter-spacing: .1em;
    margin: 18px 0 0 !important;
    padding-top: 14px;
    width: 100%;
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vmore .ar {
    transform: translateX(0);
    transition: transform .3s ease;
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard:hover .vmore .ar {
    transform: translateX(5px);
  }
}

@media (min-width: 900px) and (max-width: 1080px) {
  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard {
    min-height: 320px !important;
    padding: 20px 16px !important;
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vno {
    left: 16px;
    top: 18px;
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard h3 {
    font-size: 1.1rem;
  }

  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vtag,
  html body .verticals:not(.detail-related):not(.related-vertical-slider-section) .vcard .vmore {
    font-size: 8.5px;
    letter-spacing: .08em;
  }
}

/* Global compact section rhythm */
html body .sec-pad,
html body .manifesto.sec-pad,
html body .verticals.sec-pad,
html body .flow.sec-pad,
html body .projects.sec-pad,
html body .testimonials.sec-pad,
html body .latest-blog.sec-pad,
html body .cta.sec-pad {
  padding-bottom: clamp(62px, 5.2vw, 76px) !important;
  padding-top: clamp(62px, 5.2vw, 76px) !important;
}

html body .stats.sec-pad {
  padding-bottom: clamp(42px, 4vw, 54px) !important;
  padding-top: clamp(42px, 4vw, 54px) !important;
}

html body .detail-main .sec-pad,
html body .contech-page-section,
html body .story-redesign-section,
html body .story-redesign-band,
html body .contech-project-group.sec-pad,
html body .vertical-page .vertical-snapshot,
html body .vertical-page .detail-related {
  padding-bottom: clamp(50px, 4.8vw, 68px) !important;
  padding-top: clamp(50px, 4.8vw, 68px) !important;
}

html body .vertical-page .vertical-detail-body {
  padding-top: clamp(44px, 4.5vw, 62px) !important;
}

html body .v-head,
html body .flow .section-intro,
html body .project-head,
html body .blog-head {
  margin-bottom: clamp(28px, 3.2vw, 42px) !important;
}

@media (min-width: 721px) and (max-width: 1100px) {
  html body .sec-pad,
  html body .manifesto.sec-pad,
  html body .verticals.sec-pad,
  html body .flow.sec-pad,
  html body .projects.sec-pad,
  html body .testimonials.sec-pad,
  html body .latest-blog.sec-pad,
  html body .cta.sec-pad,
  html body .contech-page-section,
  html body .story-redesign-section,
  html body .story-redesign-band,
  html body .contech-project-group.sec-pad,
  html body .vertical-page .vertical-snapshot,
  html body .vertical-page .detail-related {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  html body .stats.sec-pad {
    padding-bottom: 38px !important;
    padding-top: 38px !important;
  }

  html body .detail-main .sec-pad,
  html body .vertical-page .vertical-detail-body {
    padding-top: 44px !important;
  }
}

@media (max-width: 720px) {
  html body .sec-pad,
  html body .manifesto.sec-pad,
  html body .verticals.sec-pad,
  html body .flow.sec-pad,
  html body .projects.sec-pad,
  html body .testimonials.sec-pad,
  html body .latest-blog.sec-pad,
  html body .cta.sec-pad,
  html body .contech-page-section,
  html body .story-redesign-section,
  html body .story-redesign-band,
  html body .contech-project-group.sec-pad,
  html body .vertical-page .vertical-snapshot,
  html body .vertical-page .detail-related {
    padding-bottom: 36px !important;
    padding-top: 36px !important;
  }

  html body .stats.sec-pad {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  html body .detail-main .sec-pad,
  html body .vertical-page .vertical-detail-body {
    padding-top: 32px !important;
  }

  html body .v-head,
  html body .flow .section-intro,
  html body .project-head,
  html body .blog-head {
    margin-bottom: 24px !important;
  }
}

/* Leadership section readability and containment */
html body .story.sec-pad {
  overflow: hidden;
  padding-bottom: clamp(56px, 6vw, 86px) !important;
  padding-top: clamp(56px, 6vw, 86px) !important;
}

html body .story .wrap {
  box-sizing: border-box;
  max-width: 1240px;
  padding-left: clamp(24px, 5vw, 72px);
  padding-right: clamp(24px, 5vw, 72px);
  width: 100%;
}

html body .story .quote {
  box-sizing: border-box;
  max-width: min(100%, 1040px);
  min-width: 0;
  width: 100%;
}

html body .story .label {
  color: rgba(236, 247, 242, .86) !important;
  margin-bottom: 10px;
}

html body .story .label::before {
  background: currentColor;
}

html body .quote .mark {
  color: rgba(161, 203, 192, .72);
  height: 58px;
  line-height: .72;
  margin-bottom: 10px;
  opacity: 1;
}

html body .quote blockquote {
  box-sizing: border-box;
  color: #ffffff;
  font-size: clamp(2rem, 4.15vw, 3.75rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  text-wrap: pretty;
  white-space: normal;
  width: 100%;
}

html body .quote .by {
  margin-top: clamp(24px, 3vw, 34px);
}

/* Footer logo sizing */
html body .site-footer .footer-logo,
html body .contech-global-footer .site-footer .footer-logo,
html body .elementor-page .site-footer .footer-logo {
  display: block !important;
  height: 35px !important;
  margin-bottom: 22px !important;
  max-height: 35px !important;
  max-width: 190px !important;
  object-fit: contain;
  object-position: left center;
  width: auto !important;
}

/* Hero top tagline and highlight contrast */
html body .hero .eyebrow {
  color: rgba(226, 244, 238, .92) !important;
  margin-top: clamp(54px, 5.8vw, 78px) !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .34);
}

html body .hero .eyebrow::before {
  background: #6fb7a8;
}

html body .hero h1 em {
  color: #9fd3c7 !important;
  text-shadow: 0 10px 28px rgba(0, 47, 41, .58);
}

@media (max-width: 720px) {
  html body .story.sec-pad {
    padding-bottom: 42px !important;
    padding-top: 42px !important;
  }

  html body .story .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }

  html body .quote .mark {
    font-size: 4.2rem;
    height: 42px;
    margin-bottom: 8px;
  }

  html body .quote blockquote {
    font-size: clamp(1.58rem, 7.1vw, 2.3rem);
    line-height: 1.16;
  }

  html body .quote .by {
    gap: 14px;
  }

  html body .site-footer .footer-logo,
  html body .contech-global-footer .site-footer .footer-logo,
  html body .elementor-page .site-footer .footer-logo {
    height: 30px !important;
    max-height: 30px !important;
    max-width: 165px !important;
  }

  html body .hero .eyebrow {
    margin-top: 42px !important;
  }
}

/* Inner page readability final pass */
html body .story-redesign-section:not(.story-redesign-hero),
html body .story-redesign-band,
html body .history-kinetic,
html body .contech-page-section,
html body .contech-static-page,
html body .detail-body,
html body .vertical-page .vertical-detail-body {
  color: var(--body-text) !important;
}

html body .story-redesign-section:not(.story-redesign-hero) p,
html body .story-redesign-copy p,
html body .story-redesign-band p,
html body .story-redesign-note,
html body .story-redesign-highlight p,
html body .history-kinetic-copy p,
html body .history-kinetic-copy span,
html body .contech-page-copy p,
html body .contech-page-section p,
html body .contech-director-body p,
html body .contech-project-entry p,
html body .detail-content p,
html body .detail-content li,
html body .vertical-rich-content p,
html body .vertical-section-lead,
html body .vertical-snapshot-head p {
  color: var(--body-text) !important;
}

html body .story-redesign-section:not(.story-redesign-hero) h2,
html body .story-redesign-band h2,
html body .story-redesign-highlight h3,
html body .history-kinetic-head h2,
html body .history-kinetic-copy h3,
html body .contech-page-copy h2,
html body .contech-director-profile h2,
html body .contech-project-entry h3,
html body .detail-content h2,
html body .detail-content h3,
html body .detail-content h4,
html body .vertical-page .vertical-rich-content h2 {
  color: var(--body-ink) !important;
}

html body .story-redesign-kicker,
html body .contech-page-kicker,
html body .vertical-section-kicker,
html body .vertical-rail-kicker,
html body .detail-content a,
html body .page-links {
  color: var(--teal-deep) !important;
}

html body .pcard,
html body .pcard:visited,
html body .vcard,
html body .vcard:visited,
html body .related-vertical-slide,
html body .related-vertical-slide:visited {
  color: #ffffff !important;
  text-decoration: none;
}

html body .pcard h3,
html body .pcard .ptype,
html body .pcard .ploc,
html body .pcard .pstat,
html body .vcard h3,
html body .vcard .vtag,
html body .vcard .vno,
html body .vcard .vno span,
html body .vcard .vmore,
html body .related-vertical-slide h3,
html body .related-vertical-slide .vtag,
html body .related-vertical-slide .vno,
html body .related-vertical-slide .vmore {
  color: #ffffff !important;
}

html body .pcard .ptype,
html body .vcard .vtag,
html body .related-vertical-slide .vtag {
  color: rgba(226, 244, 238, .86) !important;
}

@media (max-width: 720px) {
  html body .story-redesign-section:not(.story-redesign-hero) p,
  html body .story-redesign-copy p,
  html body .story-redesign-band p,
  html body .history-kinetic-copy p,
  html body .contech-page-section p,
  html body .detail-content p,
  html body .vertical-rich-content p {
    color: var(--body-text) !important;
  }
}

/* Inner page hero and timeline contrast */
html body .contech-page-hero .label,
html body .contech-page-hero .contech-page-kicker,
html body .contech-page-hero .contech-page-copy p,
html body .contech-page-hero p,
html body .story-redesign-hero .story-redesign-kicker,
html body .story-redesign-hero p {
  color: rgba(255, 255, 255, .88) !important;
}

html body .contech-page-hero h1,
html body .story-redesign-hero h1 {
  color: #ffffff !important;
}

html body .contech-page-hero .label::before,
html body .contech-page-hero .contech-page-kicker::before,
html body .story-redesign-hero .story-redesign-kicker::before {
  background: rgba(159, 211, 199, .9) !important;
}

html body .history-kinetic-axis button {
  color: var(--body-ink) !important;
}

html body .history-kinetic-axis button.active {
  color: var(--teal) !important;
}

html body .history-kinetic-axis::before,
html body .history-kinetic-axis button::before,
html body .history-kinetic-axis button::after {
  background: rgba(0, 63, 53, .24) !important;
}

html body .history-kinetic-axis button.active::before,
html body .history-kinetic-axis button.active::after {
  background: var(--teal) !important;
}

html body .contech-blog-card-meta span {
  color: var(--body-ink) !important;
}

/* Careers page UI polish */
html body.page-id-83 .contech-page-main {
  background: linear-gradient(180deg, var(--surface) 0%, #ffffff 46%, var(--surface-alt) 100%) !important;
}

html body.page-id-83 .contech-company-page.sec-pad {
  padding-bottom: clamp(48px, 4.8vw, 68px) !important;
  padding-top: clamp(48px, 4.8vw, 68px) !important;
}

html body.page-id-83 .contech-page-hero {
  background:
    linear-gradient(120deg, rgba(67, 88, 86, .98), rgba(0, 76, 63, .94)),
    var(--hero-green) !important;
  padding-bottom: clamp(60px, 6vw, 82px) !important;
}

html body.page-id-83 .contech-page-split {
  align-items: stretch;
  gap: clamp(30px, 5vw, 68px);
}

html body.page-id-83 .contech-page-copy h2,
html body.page-id-83 .contech-page-copy h3 {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-weight: 500;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.page-id-83 .contech-page-copy h3 {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.18;
  margin-top: 30px;
}

html body.page-id-83 .contech-page-copy p {
  color: var(--body-text) !important;
  font-size: 1.02rem;
  line-height: 1.75;
}

html body.page-id-83 .contech-page-panel {
  align-self: stretch;
  background: linear-gradient(145deg, var(--teal-deep), var(--teal)) !important;
  border: 0 !important;
  box-shadow: 0 26px 64px rgba(0, 47, 41, .2);
  color: #ffffff !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
  overflow: hidden;
  padding: clamp(30px, 4vw, 46px) !important;
  position: relative;
}

html body.page-id-83 .contech-page-panel::before {
  background: #9fd3c7;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

html body.page-id-83 .contech-page-panel h3 {
  color: #ffffff !important;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.08;
  margin-bottom: 18px;
  text-transform: none !important;
}

html body.page-id-83 .contech-page-panel p {
  color: rgba(226, 244, 238, .88) !important;
  font-size: 1rem;
  line-height: 1.72;
  margin: 0;
}

html body.page-id-83 .vertical-process {
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(28px, 3.4vw, 42px);
}

html body.page-id-83 .vertical-process > div {
  background: #ffffff !important;
  border: 1px solid var(--line-soft) !important;
  box-shadow: 0 22px 58px rgba(0, 63, 53, .08);
  display: flex;
  flex-direction: column;
  min-height: 290px;
  overflow: hidden;
  padding: clamp(26px, 3vw, 34px) !important;
  position: relative;
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

html body.page-id-83 .vertical-process > div::before {
  background: var(--teal);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

html body.page-id-83 .vertical-process > div:hover {
  border-color: rgba(0, 95, 75, .34) !important;
  box-shadow: 0 30px 72px rgba(0, 63, 53, .14);
  transform: translateY(-4px);
}

html body.page-id-83 .vertical-process span {
  align-items: center;
  background: var(--surface-alt);
  border: 1px solid rgba(0, 95, 75, .18);
  border-radius: 50%;
  color: var(--teal) !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--heading-font) !important;
  font-size: 1rem;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  letter-spacing: 0 !important;
  line-height: 1;
  margin-bottom: 28px;
  width: 44px;
  -webkit-text-stroke: 0;
}

html body.page-id-83 .vertical-process h3 {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  font-weight: 500;
  letter-spacing: 0 !important;
  line-height: 1.12;
  margin-bottom: 16px;
  text-transform: none !important;
}

html body.page-id-83 .vertical-process p {
  color: var(--body-text) !important;
  font-size: .98rem;
  line-height: 1.72;
  margin: 0;
}

html body.page-id-83 .story-redesign-band {
  background: linear-gradient(135deg, var(--teal-deep), var(--teal)) !important;
  color: #ffffff !important;
  padding-bottom: clamp(58px, 6vw, 82px) !important;
  padding-top: clamp(58px, 6vw, 82px) !important;
}

html body.page-id-83 .story-redesign-band::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, 0)) !important;
}

html body.page-id-83 .story-redesign-band .wrap {
  max-width: 980px;
}

html body.page-id-83 .story-redesign-band .story-redesign-kicker {
  color: rgba(226, 244, 238, .86) !important;
}

html body.page-id-83 .story-redesign-band .story-redesign-kicker::before {
  background: #9fd3c7 !important;
}

html body.page-id-83 .story-redesign-band h2 {
  color: #ffffff !important;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.02;
  margin-bottom: 18px;
}

html body.page-id-83 .story-redesign-band p {
  color: rgba(226, 244, 238, .86) !important;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.72;
}

html body.page-id-83 .story-redesign-band .btn,
html body.page-id-83 .story-redesign-band .btn-gold {
  background: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  color: var(--teal-deep) !important;
}

html body.page-id-83 .story-redesign-band .btn:hover,
html body.page-id-83 .story-redesign-band .btn-gold:hover {
  background: #9fd3c7 !important;
  border-color: #9fd3c7 !important;
  color: var(--teal-deep) !important;
}

@media (max-width: 980px) {
  html body.page-id-83 .vertical-process {
    grid-template-columns: 1fr;
  }

  html body.page-id-83 .vertical-process > div {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  html body.page-id-83 .contech-page-split {
    grid-template-columns: 1fr;
  }

  html body.page-id-83 .contech-page-panel {
    min-height: 0;
  }

  html body.page-id-83 .story-redesign-band {
    padding-bottom: 42px !important;
    padding-top: 42px !important;
  }
}

/* Directors page editorial leadership layout */
html body.page-id-98 .contech-page-main {
  background: linear-gradient(180deg, var(--surface) 0%, #ffffff 58%, var(--surface-alt) 100%) !important;
  counter-reset: director-profile;
}

html body.page-id-98 .contech-page-hero,
html body.page-id-98 .contech-page-hero.contech-company-page.sec-pad {
  padding-bottom: 56px !important;
  padding-top: 124px !important;
}

html body.page-id-98 .contech-company-page.sec-pad:not(.contech-page-hero) {
  padding-bottom: clamp(20px, 2.2vw, 30px) !important;
  padding-top: clamp(20px, 2.2vw, 30px) !important;
}

html body.page-id-98 .contech-company-page:has(.contech-director-profile) + .contech-company-page:has(.contech-director-profile) {
  padding-top: 0 !important;
}

html body.page-id-98 .contech-director-profile {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid var(--line-soft) !important;
  box-shadow: none !important;
  counter-increment: director-profile;
  display: grid;
  gap: clamp(28px, 5vw, 76px);
  grid-template-columns: minmax(260px, .48fr) minmax(0, 1fr);
  padding: clamp(34px, 3.4vw, 46px) 0 clamp(28px, 3vw, 38px) clamp(78px, 7vw, 108px) !important;
  position: relative;
}

html body.page-id-98 .contech-director-profile::before {
  color: var(--teal);
  content: counter(director-profile, decimal-leading-zero);
  font-family: var(--heading-font);
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 500;
  left: 0;
  line-height: .9;
  position: absolute;
  top: clamp(34px, 3.4vw, 46px);
}

html body.page-id-98 .contech-director-profile::after {
  background: var(--teal);
  content: "";
  height: 1px;
  left: clamp(48px, 5vw, 72px);
  position: absolute;
  top: clamp(58px, 5vw, 74px);
  width: 28px;
}

html body.page-id-98 .contech-director-profile h2 {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.45rem, 2.15vw, 2.45rem);
  font-weight: 500;
  letter-spacing: 0 !important;
  line-height: 1.05;
  margin: 0;
  max-width: 440px;
  text-transform: none !important;
}

html body.page-id-98 .contech-director-role {
  color: var(--teal-deep) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  font-weight: 500;
  letter-spacing: 0 !important;
  margin-top: 20px;
  text-transform: none !important;
}

html body.page-id-98 .contech-director-body {
  border-left: 1px solid var(--line-soft);
  padding-left: clamp(26px, 3.4vw, 46px);
}

html body.page-id-98 .contech-director-body p {
  color: var(--body-text) !important;
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.78;
  margin-bottom: 18px;
}

html body.page-id-98 .contech-director-body p:first-child {
  color: var(--body-ink) !important;
  font-size: clamp(1.08rem, 1.35vw, 1.26rem);
  line-height: 1.65;
}

html body.page-id-98 .contech-director-body blockquote {
  border-left: 2px solid var(--teal) !important;
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  font-weight: 500;
  line-height: 1.28;
  margin-top: 28px;
}

@media (max-width: 860px) {
  html body.page-id-98 .contech-page-hero,
  html body.page-id-98 .contech-page-hero.contech-company-page.sec-pad {
    padding-bottom: 42px !important;
    padding-top: 104px !important;
  }

  html body.page-id-98 .contech-company-page.sec-pad:not(.contech-page-hero) {
    padding-bottom: 22px !important;
    padding-top: 22px !important;
  }

  html body.page-id-98 .contech-director-profile {
    grid-template-columns: 1fr;
    padding-left: 0 !important;
    padding-top: 78px !important;
  }

  html body.page-id-98 .contech-director-profile::before {
    top: 36px;
  }

  html body.page-id-98 .contech-director-profile::after {
    left: 54px;
    top: 58px;
  }

  html body.page-id-98 .contech-director-body {
    border-left: 0;
    padding-left: 0;
  }
}

/* Menu and footer spacing compact pass */
html body .site-header .project-mega-inner {
  gap: 32px !important;
  padding: 34px 42px 30px !important;
}

html body .site-header .project-mega-col h4 {
  margin-bottom: 16px !important;
}

html body .site-header .project-mega-col ul {
  gap: 14px !important;
}

html body .site-header .project-mega-view {
  margin-top: 22px !important;
}

html body .site-footer,
html body .contech-global-footer .site-footer {
  padding-bottom: 28px !important;
  padding-top: 56px !important;
}

html body .site-footer .footer-art,
html body .contech-global-footer .site-footer .footer-art {
  margin-top: clamp(34px, 4vw, 62px) !important;
}

html body .site-footer .f-grid,
html body .contech-global-footer .site-footer .f-grid {
  gap: clamp(24px, 3vw, 34px) !important;
}

html body .site-footer .footer-skyline,
html body .contech-global-footer .site-footer .footer-skyline {
  max-height: 170px;
  object-fit: contain;
}

/* Our Story page editorial UI refresh: keep Elementor content, remove boxed-card feel */
html body.page-id-81 .contech-page-main {
  background: var(--surface) !important;
}

html body.page-id-81 .story-redesign-section,
html body.page-id-81 .history-kinetic {
  background: var(--surface) !important;
  color: var(--body-text) !important;
}

html body.page-id-81 .story-redesign-section.alt,
html body.page-id-81 .history-kinetic {
  background: var(--surface-alt) !important;
}

html body.page-id-81 .story-redesign-section {
  border-top: 1px solid var(--line-soft);
  padding-bottom: clamp(58px, 6vw, 86px) !important;
  padding-top: clamp(58px, 6vw, 86px) !important;
}

html body.page-id-81 .story-redesign-hero {
  background:
    linear-gradient(120deg, rgba(31, 53, 50, .98), rgba(49, 75, 72, .94)),
    var(--hero-green) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

html body.page-id-81 .story-redesign-media {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body.page-id-81 .story-redesign-media::after {
  background: linear-gradient(180deg, rgba(31, 53, 50, .02), rgba(31, 53, 50, .46));
}

html body.page-id-81 .story-redesign-split {
  align-items: start;
  grid-template-columns: minmax(260px, .74fr) minmax(0, 1.26fr);
}

html body.page-id-81 .story-redesign-section h2,
html body.page-id-81 .history-kinetic-head h2,
html body.page-id-81 .story-redesign-band h2 {
  font-family: var(--heading-font) !important;
  font-weight: 500;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.page-id-81 .story-redesign-copy {
  border-left: 1px solid var(--line-soft);
  max-width: 820px;
  padding-left: clamp(24px, 3vw, 42px);
}

html body.page-id-81 .story-redesign-stats {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .18) !important;
  box-shadow: none !important;
  gap: 0 !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  margin-top: clamp(34px, 4vw, 52px) !important;
}

html body.page-id-81 .story-redesign-stat {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, .16) !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: clamp(20px, 2.4vw, 30px) clamp(18px, 2.4vw, 30px) !important;
}

html body.page-id-81 .story-redesign-stat:last-child {
  border-right: 0 !important;
}

html body.page-id-81 .story-redesign-stat::before {
  display: none !important;
}

html body.page-id-81 .story-redesign-stat strong {
  color: #ffffff !important;
  font-family: var(--heading-font) !important;
  font-weight: 500;
  letter-spacing: 0 !important;
}

html body.page-id-81 .story-redesign-stat span {
  color: rgba(255, 255, 255, .78) !important;
  font-weight: 600;
}

html body.page-id-81 .story-redesign-highlight,
html body.page-id-81 .story-redesign-time-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid var(--teal) !important;
  box-shadow: none !important;
  padding: 24px 0 0 !important;
}

html body.page-id-81 .story-redesign-note {
  border-left-color: var(--teal) !important;
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-weight: 500;
}

html body.page-id-81 .story-redesign-pill-grid {
  border-top: 1px solid var(--line-soft);
  gap: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: clamp(34px, 4vw, 50px) !important;
}

html body.page-id-81 .story-redesign-pill {
  align-items: start;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line-soft) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid;
  gap: 18px;
  grid-template-columns: 56px minmax(0, 1fr);
  min-height: 0 !important;
  padding: clamp(24px, 3vw, 34px) clamp(18px, 2.5vw, 30px) clamp(24px, 3vw, 34px) 0 !important;
}

html body.page-id-81 .story-redesign-pill:nth-child(3n+2),
html body.page-id-81 .story-redesign-pill:nth-child(3n+3) {
  border-left: 1px solid var(--line-soft) !important;
  padding-left: clamp(18px, 2.5vw, 30px) !important;
}

html body.page-id-81 .story-redesign-pill::after {
  display: none !important;
}

html body.page-id-81 .story-redesign-pill span {
  background: transparent !important;
  border: 0 !important;
  color: var(--teal) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0 !important;
  line-height: .95;
  margin: 0 !important;
  padding: 0 !important;
}

html body.page-id-81 .story-redesign-pill h3 {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.18rem, 1.7vw, 1.56rem);
  font-weight: 500;
  letter-spacing: 0 !important;
  line-height: 1.08;
  margin: 0;
  text-transform: none !important;
}

html body.page-id-81 .story-redesign-pill h3::after {
  display: none !important;
}

html body.page-id-81 .history-kinetic {
  border-bottom: 1px solid var(--line-soft);
  border-top: 1px solid var(--line-soft);
  padding-bottom: clamp(54px, 5.5vw, 78px) !important;
  padding-top: clamp(54px, 5.5vw, 78px) !important;
}

html body.page-id-81 .history-kinetic::before,
html body.page-id-81 .history-kinetic::after {
  display: none !important;
}

html body.page-id-81 .history-kinetic-head {
  border-bottom: 1px solid var(--line-soft) !important;
}

html body.page-id-81 .history-kinetic-card {
  filter: none !important;
}

html body.page-id-81 .history-kinetic-card figure {
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body.page-id-81 .history-kinetic-card figure::after {
  background: linear-gradient(180deg, rgba(0, 63, 53, 0), rgba(0, 63, 53, .24));
}

html body.page-id-81 .history-kinetic-copy h3 {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-weight: 500;
}

html body.page-id-81 .history-kinetic-copy p,
html body.page-id-81 .history-kinetic-copy span {
  color: var(--body-text) !important;
}

html body.page-id-81 .history-kinetic-axis::before,
html body.page-id-81 .history-kinetic-axis button::before,
html body.page-id-81 .history-kinetic-axis button::after {
  background: rgba(0, 63, 53, .22) !important;
}

html body.page-id-81 .history-kinetic-axis button.active::before,
html body.page-id-81 .history-kinetic-axis button.active::after {
  background: var(--teal) !important;
}

html body.page-id-81 .story-redesign-band {
  background: var(--teal-deep) !important;
  border: 0 !important;
  color: #ffffff !important;
  padding-bottom: clamp(58px, 6vw, 82px) !important;
  padding-top: clamp(58px, 6vw, 82px) !important;
}

html body.page-id-81 .story-redesign-band::before {
  display: none !important;
}

html body.page-id-81 .story-redesign-band h2,
html body.page-id-81 .story-redesign-band p,
html body.page-id-81 .story-redesign-band .story-redesign-kicker {
  color: #ffffff !important;
}

@media (max-width: 1100px) {
  html body.page-id-81 .story-redesign-split,
  html body.page-id-81 .story-redesign-hero-grid {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-81 .story-redesign-copy {
    border-left: 0;
    border-top: 1px solid var(--line-soft);
    padding-left: 0;
    padding-top: 24px;
  }

  html body.page-id-81 .story-redesign-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.page-id-81 .story-redesign-stat:nth-child(2n) {
    border-right: 0 !important;
  }

  html body.page-id-81 .story-redesign-stat:last-child {
    border-top: 1px solid rgba(255, 255, 255, .16) !important;
    grid-column: 1 / -1;
  }

  html body.page-id-81 .story-redesign-pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.page-id-81 .story-redesign-pill:nth-child(3n+2),
  html body.page-id-81 .story-redesign-pill:nth-child(3n+3) {
    border-left: 0 !important;
    padding-left: 0 !important;
  }

  html body.page-id-81 .story-redesign-pill:nth-child(2n) {
    border-left: 1px solid var(--line-soft) !important;
    padding-left: clamp(18px, 3vw, 30px) !important;
  }
}

@media (max-width: 720px) {
  html body.page-id-81 .story-redesign-section,
  html body.page-id-81 .history-kinetic,
  html body.page-id-81 .story-redesign-band {
    padding-bottom: 42px !important;
    padding-top: 42px !important;
  }

  html body.page-id-81 .story-redesign-stats,
  html body.page-id-81 .story-redesign-pill-grid {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-81 .story-redesign-stat,
  html body.page-id-81 .story-redesign-stat:nth-child(2n),
  html body.page-id-81 .story-redesign-stat:last-child {
    border-right: 0 !important;
    border-top: 0 !important;
  }

  html body.page-id-81 .story-redesign-stat + .story-redesign-stat {
    border-top: 1px solid rgba(255, 255, 255, .16) !important;
  }

  html body.page-id-81 .story-redesign-pill,
  html body.page-id-81 .story-redesign-pill:nth-child(2n),
  html body.page-id-81 .story-redesign-pill:nth-child(3n+2),
  html body.page-id-81 .story-redesign-pill:nth-child(3n+3) {
    border-left: 0 !important;
    grid-template-columns: 46px minmax(0, 1fr);
    padding-left: 0 !important;
  }
}

/* Our Story hero buttons and metric boxes */
html body.page-id-81 .story-redesign-stat {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 168px !important;
  text-align: center;
}

html body.page-id-81 .story-redesign-stat strong,
html body.page-id-81 .story-redesign-stat span {
  text-align: center;
  width: 100%;
}

@media (min-width: 1101px) {
  html body.page-id-81 .story-redesign-actions {
    align-items: center;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
  }

  html body.page-id-81 .story-redesign-actions .btn {
    flex: 0 0 auto;
    font-size: 11.5px !important;
    gap: 10px;
    justify-content: center;
    letter-spacing: .13em !important;
    min-height: 56px;
    padding: 14px 20px !important;
    white-space: nowrap;
  }

  html body.page-id-81 .story-redesign-stats {
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    grid-template-columns: none !important;
  }
}

@media (max-width: 720px) {
  html body.page-id-81 .story-redesign-stat {
    min-height: 128px !important;
  }
}

/* Our Story four disciplines: equal, centered tiles */
html body.page-id-81 .story-redesign-pill-grid {
  border-top: 0 !important;
  gap: 16px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

html body.page-id-81 .story-redesign-pill,
html body.page-id-81 .story-redesign-pill:nth-child(2n),
html body.page-id-81 .story-redesign-pill:nth-child(3n+2),
html body.page-id-81 .story-redesign-pill:nth-child(3n+3) {
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #f6faf8 100%) !important;
  border: 1px solid var(--line-soft) !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  min-height: 176px !important;
  padding: clamp(24px, 3vw, 36px) 20px !important;
  text-align: center;
}

html body.page-id-81 .story-redesign-pill span {
  align-items: center;
  border-bottom: 1px solid rgba(0, 95, 75, .28) !important;
  color: var(--teal) !important;
  display: inline-flex;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  height: 42px;
  justify-content: center;
  line-height: 1;
  min-width: 54px;
  padding-bottom: 12px !important;
  text-align: center;
}

html body.page-id-81 .story-redesign-pill h3 {
  font-size: clamp(1.2rem, 1.55vw, 1.5rem);
  line-height: 1.08;
  max-width: 170px;
  text-align: center;
}

@media (max-width: 1100px) {
  html body.page-id-81 .story-redesign-pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  html body.page-id-81 .story-redesign-pill-grid {
    gap: 12px !important;
    grid-template-columns: 1fr !important;
  }

  html body.page-id-81 .story-redesign-pill,
  html body.page-id-81 .story-redesign-pill:nth-child(2n),
  html body.page-id-81 .story-redesign-pill:nth-child(3n+2),
  html body.page-id-81 .story-redesign-pill:nth-child(3n+3) {
    min-height: 142px !important;
  }
}

/* Careers hero readability pass */
html body.page-id-83 .contech-page-hero,
html body.page-id-83 .contech-page-hero.contech-company-page.sec-pad {
  background:
    linear-gradient(120deg, rgba(31, 53, 50, .98) 0%, rgba(0, 76, 63, .96) 58%, rgba(0, 63, 53, .98) 100%),
    var(--hero-green) !important;
  padding-bottom: clamp(70px, 6.5vw, 92px) !important;
  padding-top: clamp(132px, 10vw, 158px) !important;
}

html body.page-id-83 .contech-page-hero::after {
  opacity: .08 !important;
}

html body.page-id-83 .contech-page-hero .wrap {
  max-width: 1220px;
}

html body.page-id-83 .contech-page-hero .label {
  color: rgba(232, 248, 243, .9) !important;
  margin-bottom: 24px;
}

html body.page-id-83 .contech-page-hero .label::before {
  background: #8fd0c2 !important;
}

html body.page-id-83 .contech-page-hero h1 {
  color: #ffffff !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 500;
  line-height: 1.02;
  max-width: 780px;
  text-shadow: 0 12px 30px rgba(0, 47, 41, .38);
  text-transform: none !important;
}

html body.page-id-83 .contech-page-hero p,
html body.page-id-83 .contech-page-hero .contech-page-copy p {
  color: rgba(255, 255, 255, .88) !important;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  font-weight: 500;
  line-height: 1.75;
  max-width: 780px;
  text-shadow: 0 10px 28px rgba(0, 47, 41, .34);
}

@media (max-width: 720px) {
  html body.page-id-83 .contech-page-hero,
  html body.page-id-83 .contech-page-hero.contech-company-page.sec-pad {
    padding-bottom: 48px !important;
    padding-top: 104px !important;
  }

  html body.page-id-83 .contech-page-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }
}

/* Vertical detail pages editorial UI refresh */
html body.single-contech_vertical .vertical-page {
  background: var(--surface) !important;
  color: var(--body-text) !important;
}

html body.single-contech_vertical .vertical-page .vertical-hero {
  background:
    linear-gradient(120deg, rgba(31, 53, 50, .98), rgba(0, 76, 63, .95)),
    var(--hero-green) !important;
  padding-bottom: clamp(76px, 7vw, 104px) !important;
  padding-top: clamp(132px, 10vw, 160px) !important;
}

html body.single-contech_vertical .vertical-page .vertical-hero-media {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: clamp(430px, 42vw, 560px);
  overflow: hidden;
}

html body.single-contech_vertical .vertical-page .vertical-hero-media::before {
  display: none !important;
}

html body.single-contech_vertical .vertical-page .vertical-hero-media::after {
  background: linear-gradient(180deg, rgba(31, 53, 50, .02), rgba(31, 53, 50, .58)) !important;
}

html body.single-contech_vertical .vertical-page .vertical-media-card {
  background: rgba(31, 53, 50, .86) !important;
  border: 0 !important;
  border-left: 2px solid #8fd0c2 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body.single-contech_vertical .vertical-page .vertical-media-card span {
  color: rgba(232, 248, 243, .82) !important;
}

html body.single-contech_vertical .vertical-page .vertical-media-card strong {
  color: #ffffff !important;
  text-shadow: 0 8px 24px rgba(0, 47, 41, .42);
}

html body.single-contech_vertical .vertical-page .vertical-snapshot,
html body.single-contech_vertical .vertical-page .vertical-detail-body,
html body.single-contech_vertical .vertical-page .detail-related {
  background: var(--surface) !important;
  border-color: var(--line-soft) !important;
}

html body.single-contech_vertical .vertical-page .vertical-snapshot {
  padding-bottom: clamp(54px, 5vw, 76px) !important;
  padding-top: clamp(54px, 5vw, 76px) !important;
}

html body.single-contech_vertical .vertical-page .vertical-snapshot-head {
  align-items: end;
  border-bottom: 1px solid var(--line-soft);
  display: grid;
  gap: clamp(22px, 4vw, 54px);
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  margin-bottom: 0 !important;
  padding-bottom: 28px;
}

html body.single-contech_vertical .vertical-page .vertical-snapshot-head p {
  color: var(--body-text) !important;
  margin: 0;
  max-width: 760px;
}

html body.single-contech_vertical .vertical-page .vertical-snapshot-grid {
  border-bottom: 1px solid var(--line-soft);
  display: grid;
  gap: 0 !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  margin-top: 0 !important;
}

html body.single-contech_vertical .vertical-page .vertical-snapshot-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid var(--line-soft) !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: clamp(26px, 3vw, 38px) clamp(18px, 2.5vw, 30px) !important;
}

html body.single-contech_vertical .vertical-page .vertical-snapshot-card:last-child {
  border-right: 0 !important;
}

html body.single-contech_vertical .vertical-page .vertical-snapshot-card span,
html body.single-contech_vertical .vertical-page .vertical-section-kicker,
html body.single-contech_vertical .vertical-page .vertical-rail-kicker {
  color: var(--teal) !important;
}

html body.single-contech_vertical .vertical-page .vertical-snapshot-card h3,
html body.single-contech_vertical .vertical-page .vertical-rich-content h2,
html body.single-contech_vertical .vertical-page .vertical-service-card h3,
html body.single-contech_vertical .vertical-page .vertical-position-grid strong,
html body.single-contech_vertical .vertical-page .vertical-process h3,
html body.single-contech_vertical .vertical-page .vertical-rail-card strong,
html body.single-contech_vertical .vertical-page .vertical-index-card strong {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-weight: 500;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.single-contech_vertical .vertical-page .vertical-snapshot-card p,
html body.single-contech_vertical .vertical-page .vertical-rich-content p,
html body.single-contech_vertical .vertical-page .vertical-service-card p,
html body.single-contech_vertical .vertical-page .vertical-position-grid p,
html body.single-contech_vertical .vertical-page .vertical-process p {
  color: var(--body-text) !important;
}

html body.single-contech_vertical .vertical-page .vertical-detail-body {
  padding-bottom: clamp(56px, 6vw, 86px) !important;
  padding-top: clamp(56px, 6vw, 86px) !important;
}

html body.single-contech_vertical .vertical-page .vertical-detail-grid {
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

html body.single-contech_vertical .vertical-page .vertical-detail-rail {
  border-top: 1px solid var(--line-soft);
  gap: 0 !important;
  padding-top: 18px;
}

html body.single-contech_vertical .vertical-page .vertical-index-card,
html body.single-contech_vertical .vertical-page .vertical-rail-card {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line-soft) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 24px 0 !important;
}

html body.single-contech_vertical .vertical-page .vertical-index-card strong {
  -webkit-text-stroke: 0 !important;
  display: block;
  font-size: clamp(3.5rem, 6vw, 5.4rem);
  line-height: .86;
  margin: 16px 0 8px;
}

html body.single-contech_vertical .vertical-page .vertical-rich-content {
  display: block !important;
  max-width: 100%;
  min-width: 0;
}

html body.single-contech_vertical .vertical-page .vertical-rich-content .vertical-section-lead {
  max-width: 920px;
}

html body.single-contech_vertical .vertical-page .vertical-rich-content .vertical-section-lead h2 {
  max-width: 820px;
}

html body.single-contech_vertical .vertical-page .vertical-rich-content .vertical-section-lead p {
  max-width: 860px;
}

html body.single-contech_vertical .vertical-page .vertical-section,
html body.single-contech_vertical .vertical-page .vertical-rich-content .vertical-section,
html body.single-contech_vertical .vertical-page .vertical-rich-content .vertical-section:first-child {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid var(--line-soft) !important;
  box-shadow: none !important;
  grid-column: auto !important;
  margin-bottom: 0 !important;
  padding: clamp(38px, 5vw, 62px) 0 !important;
}

html body.single-contech_vertical .vertical-page .vertical-section:first-child,
html body.single-contech_vertical .vertical-page .vertical-section-lead {
  border-top: 0 !important;
  padding-top: 0 !important;
}

html body.single-contech_vertical .vertical-page .vertical-lead {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-weight: 500;
}

html body.single-contech_vertical .vertical-page .vertical-service-grid,
html body.single-contech_vertical .vertical-page .vertical-position-grid,
html body.single-contech_vertical .vertical-page .vertical-process {
  counter-reset: vertical-list;
  gap: 0 !important;
  margin-top: clamp(26px, 3vw, 38px);
}

html body.single-contech_vertical .vertical-page .vertical-service-grid,
html body.single-contech_vertical .vertical-page .vertical-service-grid.compact,
html body.single-contech_vertical .vertical-page .vertical-position-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body.single-contech_vertical .vertical-page .vertical-service-card,
html body.single-contech_vertical .vertical-page .vertical-position-grid > div,
html body.single-contech_vertical .vertical-page .vertical-process > div {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid var(--line-soft) !important;
  box-shadow: none !important;
  counter-increment: vertical-list;
  min-height: 0 !important;
  padding: clamp(26px, 3vw, 34px) clamp(20px, 3vw, 34px) clamp(24px, 2.8vw, 32px) 0 !important;
  position: relative;
  transform: none !important;
}

html body.single-contech_vertical .vertical-page .vertical-service-card:nth-child(2n),
html body.single-contech_vertical .vertical-page .vertical-position-grid > div:nth-child(2n),
html body.single-contech_vertical .vertical-page .vertical-process > div:nth-child(2n) {
  border-left: 1px solid var(--line-soft) !important;
  padding-left: clamp(20px, 3vw, 34px) !important;
}

html body.single-contech_vertical .vertical-page .vertical-service-card::before,
html body.single-contech_vertical .vertical-page .vertical-position-grid > div::before,
html body.single-contech_vertical .vertical-page .vertical-process > div::before {
  color: var(--teal);
  content: counter(vertical-list, decimal-leading-zero);
  display: block;
  font-family: var(--heading-font);
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  line-height: 1;
  margin-bottom: 18px;
}

html body.single-contech_vertical .vertical-page .vertical-service-card:hover,
html body.single-contech_vertical .vertical-page .vertical-position-grid > div:hover,
html body.single-contech_vertical .vertical-page .vertical-process > div:hover {
  background: transparent !important;
  border-color: var(--line-soft) !important;
}

html body.single-contech_vertical .vertical-page .vertical-emphasis {
  background: transparent !important;
  border: 0 !important;
  border-left: 2px solid var(--teal) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: clamp(24px, 3vw, 36px) 0 clamp(24px, 3vw, 36px) clamp(24px, 3vw, 38px) !important;
}

html body.single-contech_vertical .vertical-page .vertical-focus-services {
  max-width: 980px;
}

html body.single-contech_vertical .vertical-page .vertical-focus-services h2 {
  margin-bottom: clamp(22px, 3vw, 34px);
}

html body.single-contech_vertical .vertical-page .vertical-focus-services-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

html body.single-contech_vertical .vertical-page .vertical-focus-services-list li {
  border-top: 1px solid var(--line-soft);
  color: var(--body-ink);
  font-size: clamp(.96rem, 1.05vw, 1.05rem);
  line-height: 1.7;
  margin: 0;
  padding: clamp(16px, 2vw, 22px) 0;
}

html body.single-contech_vertical .vertical-page .vertical-focus-services-list strong {
  color: var(--ink);
  font-weight: 800;
}

html body.single-contech_vertical .vertical-page:has(.vertical-focus-services) .vertical-detail-body {
  padding-bottom: clamp(28px, 3vw, 42px) !important;
}

html body.single-contech_vertical .vertical-page .vertical-focus-services {
  padding-bottom: clamp(18px, 2.4vw, 30px) !important;
}

html body.single-contech_vertical .vertical-page:has(.vertical-focus-services) .detail-related {
  padding-top: clamp(34px, 4vw, 52px) !important;
}

html body.single-contech_vertical .vertical-page .detail-related {
  padding-bottom: clamp(54px, 6vw, 82px) !important;
  padding-top: clamp(54px, 6vw, 82px) !important;
}

html body.single-contech_vertical .vertical-page .related-vertical-slide {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 320px;
}

html body.single-contech_vertical .vertical-page .related-vertical-slide.is-current {
  outline: 1px solid rgba(0, 95, 75, .38);
  outline-offset: -1px;
}

@media (max-width: 1100px) {
  html body.single-contech_vertical .vertical-page .vertical-snapshot-head,
  html body.single-contech_vertical .vertical-page .vertical-detail-grid {
    grid-template-columns: 1fr !important;
  }

  html body.single-contech_vertical .vertical-page .vertical-detail-rail {
    position: static;
  }

  html body.single-contech_vertical .vertical-page .vertical-snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.single-contech_vertical .vertical-page .vertical-snapshot-card:nth-child(2n) {
    border-right: 0 !important;
  }
}

@media (max-width: 720px) {
  html body.single-contech_vertical .vertical-page .vertical-hero {
    padding-bottom: 48px !important;
    padding-top: 104px !important;
  }

  html body.single-contech_vertical .vertical-page .vertical-hero-media {
    min-height: 0;
  }

  html body.single-contech_vertical .vertical-page .vertical-snapshot-grid,
  html body.single-contech_vertical .vertical-page .vertical-service-grid,
  html body.single-contech_vertical .vertical-page .vertical-service-grid.compact,
  html body.single-contech_vertical .vertical-page .vertical-position-grid,
  html body.single-contech_vertical .vertical-page .vertical-process {
    grid-template-columns: 1fr !important;
  }

  html body.single-contech_vertical .vertical-page .vertical-snapshot-card,
  html body.single-contech_vertical .vertical-page .vertical-snapshot-card:nth-child(2n),
  html body.single-contech_vertical .vertical-page .vertical-service-card,
  html body.single-contech_vertical .vertical-page .vertical-service-card:nth-child(2n),
  html body.single-contech_vertical .vertical-page .vertical-position-grid > div,
  html body.single-contech_vertical .vertical-page .vertical-position-grid > div:nth-child(2n),
  html body.single-contech_vertical .vertical-page .vertical-process > div,
  html body.single-contech_vertical .vertical-page .vertical-process > div:nth-child(2n) {
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 0 !important;
  }
}

/* Contact page editorial UI refresh */
html body.page-id-80 .contech-page-main {
  background: linear-gradient(180deg, var(--surface) 0%, #ffffff 52%, var(--surface-alt) 100%) !important;
}

html body.page-id-80 .contech-page-hero,
html body.page-id-80 .contech-page-hero.contech-company-page.sec-pad {
  background:
    linear-gradient(120deg, rgba(31, 53, 50, .98), rgba(0, 76, 63, .95)),
    var(--hero-green) !important;
  padding-bottom: clamp(72px, 6.8vw, 98px) !important;
  padding-top: clamp(132px, 10vw, 158px) !important;
}

html body.page-id-80 .contech-page-hero h1 {
  color: #ffffff !important;
  font-family: var(--heading-font) !important;
  font-weight: 500;
  line-height: 1.02;
  text-transform: none !important;
}

html body.page-id-80 .contech-page-hero p,
html body.page-id-80 .contech-page-hero .contech-page-copy p {
  color: rgba(255, 255, 255, .88) !important;
  font-weight: 500;
  text-shadow: 0 10px 28px rgba(0, 47, 41, .32);
}

html body.page-id-80 .contech-page-hero .label {
  color: rgba(232, 248, 243, .9) !important;
}

html body.page-id-80 .contech-page-hero .label::before {
  background: #8fd0c2 !important;
}

html body.page-id-80 .contech-company-page.sec-pad {
  padding-bottom: clamp(52px, 5vw, 76px) !important;
  padding-top: clamp(52px, 5vw, 76px) !important;
}

html body.page-id-80 .contech-contact-layout {
  align-items: start;
  border-top: 1px solid var(--line-soft);
  gap: clamp(34px, 5.5vw, 82px);
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .58fr);
  padding-top: clamp(34px, 4vw, 54px);
}

html body.page-id-80 .contech-contact-form {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

html body.page-id-80 .contech-contact-form h2,
html body.page-id-80 .contech-contact-card h3,
html body.page-id-80 .contech-page-copy h2 {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-weight: 500;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.page-id-80 .contech-contact-form > p {
  color: var(--body-text) !important;
}

html body.page-id-80 .contech-contact-fields {
  gap: 18px 22px;
  margin-top: 24px;
}

html body.page-id-80 .contech-contact-fields label {
  color: var(--teal-deep) !important;
  font-family: var(--heading-font) !important;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.page-id-80 .contech-contact-fields input,
html body.page-id-80 .contech-contact-fields select,
html body.page-id-80 .contech-contact-fields textarea {
  background: #ffffff !important;
  border: 1px solid var(--line-soft) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--body-ink) !important;
}

html body.page-id-80 .contech-contact-fields input:focus,
html body.page-id-80 .contech-contact-fields select:focus,
html body.page-id-80 .contech-contact-fields textarea:focus {
  border-color: rgba(0, 95, 75, .6) !important;
  box-shadow: 0 0 0 3px rgba(0, 95, 75, .1) !important;
}

html body.page-id-80 .contech-contact-side {
  border-left: 1px solid var(--line-soft);
  gap: 0 !important;
  padding-left: clamp(24px, 3.6vw, 46px);
}

html body.page-id-80 .contech-contact-card,
html body.page-id-80 .contech-social-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

html body.page-id-80 .contech-contact-list {
  border-top: 1px solid var(--line-soft);
  gap: 0 !important;
  margin-top: 22px;
}

html body.page-id-80 .contech-contact-list div {
  border-bottom: 1px solid var(--line-soft) !important;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(120px, .38fr) minmax(0, 1fr);
  padding: 18px 0 !important;
}

html body.page-id-80 .contech-contact-list span,
html body.page-id-80 .contech-social-links span {
  color: var(--teal) !important;
  font-family: var(--heading-font) !important;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: 0 !important;
  margin: 0 !important;
  text-transform: none !important;
}

html body.page-id-80 .contech-contact-card p,
html body.page-id-80 .contech-contact-card a {
  color: var(--body-text) !important;
  margin: 0;
}

html body.page-id-80 .contech-contact-card a:hover {
  color: var(--teal-deep) !important;
}

html body.page-id-80 .contech-contact-card .contech-whatsapp-cta {
  margin-top: 24px;
  width: 100%;
}

html body.page-id-80 .contech-page-split {
  align-items: center;
  border-top: 1px solid var(--line-soft);
  gap: clamp(30px, 5vw, 76px);
  grid-template-columns: minmax(0, .95fr) minmax(260px, .55fr);
  padding-top: clamp(34px, 4vw, 54px);
}

html body.page-id-80 .contech-social-links {
  gap: 12px;
  margin-top: 0 !important;
}

html body.page-id-80 .contech-social-links a {
  background: transparent !important;
  border-color: rgba(0, 95, 75, .36) !important;
  box-shadow: none !important;
  color: var(--teal-deep) !important;
}

html body.page-id-80 .contech-social-links a:hover {
  background: var(--teal-deep) !important;
  border-color: var(--teal-deep) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

html body.page-id-80 .vertical-service-grid {
  border-top: 1px solid var(--line-soft);
  gap: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: clamp(28px, 3vw, 42px);
}

html body.page-id-80 .vertical-service-card {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line-soft) !important;
  border-radius: 0 !important;
  border-right: 1px solid var(--line-soft) !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: clamp(24px, 3vw, 34px) clamp(18px, 2.5vw, 28px) !important;
}

html body.page-id-80 .vertical-service-card:nth-child(3n) {
  border-right: 0 !important;
}

html body.page-id-80 .vertical-service-card h3 {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-weight: 500;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.page-id-80 .vertical-service-card p {
  color: var(--body-text) !important;
}

@media (max-width: 1100px) {
  html body.page-id-80 .contech-contact-layout,
  html body.page-id-80 .contech-page-split {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-80 .contech-contact-side {
    border-left: 0;
    border-top: 1px solid var(--line-soft);
    padding-left: 0;
    padding-top: 28px;
  }

  html body.page-id-80 .vertical-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.page-id-80 .vertical-service-card:nth-child(3n) {
    border-right: 1px solid var(--line-soft) !important;
  }

  html body.page-id-80 .vertical-service-card:nth-child(2n) {
    border-right: 0 !important;
  }
}

@media (max-width: 720px) {
  html body.page-id-80 .contech-page-hero,
  html body.page-id-80 .contech-page-hero.contech-company-page.sec-pad {
    padding-bottom: 48px !important;
    padding-top: 104px !important;
  }

  html body.page-id-80 .contech-contact-fields,
  html body.page-id-80 .vertical-service-grid {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-80 .contech-contact-list div {
    grid-template-columns: 1fr;
  }

  html body.page-id-80 .vertical-service-card,
  html body.page-id-80 .vertical-service-card:nth-child(2n),
  html body.page-id-80 .vertical-service-card:nth-child(3n) {
    border-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Contact page refined editorial UI pass */
html body.page-id-80 .contech-contact-layout,
html body.page-id-80 .contech-page-split {
  border-top: 1px solid var(--line-soft);
}

html body.page-id-80 .contech-contact-form h2 {
  font-size: clamp(2rem, 3.2vw, 3.05rem);
  line-height: 1.05;
  margin-bottom: 14px;
}

html body.page-id-80 .contech-contact-intro {
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 30px !important;
  padding-bottom: 22px;
}

html body.page-id-80 .contech-contact-fields {
  gap: 24px 28px;
}

html body.page-id-80 .contech-contact-fields input,
html body.page-id-80 .contech-contact-fields select,
html body.page-id-80 .contech-contact-fields textarea {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line-soft) !important;
  min-height: 52px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html body.page-id-80 .contech-contact-fields textarea {
  min-height: 132px;
}

html body.page-id-80 .contech-contact-fields input:focus,
html body.page-id-80 .contech-contact-fields select:focus,
html body.page-id-80 .contech-contact-fields textarea:focus {
  border-bottom-color: var(--teal) !important;
  box-shadow: none !important;
}

html body.page-id-80 .contech-contact-side {
  align-self: stretch;
}

html body.page-id-80 .contech-contact-card h3,
html body.page-id-80 .contech-social-card h3 {
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.1;
}

html body.page-id-80 .contech-contact-list div {
  align-items: baseline;
}

html body.page-id-80 .contech-contact-card .contech-whatsapp-cta {
  border-radius: 0 !important;
  justify-content: center;
}

html body.page-id-80 .contech-social-card {
  border-top: 1px solid var(--line-soft) !important;
  padding-top: 26px !important;
}

html body.page-id-80 .contech-social-links a {
  border-radius: 0 !important;
}

html body.page-id-80 .vertical-service-grid {
  counter-reset: contact-trust;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body.page-id-80 .vertical-service-card,
html body.page-id-80 .vertical-service-card:nth-child(2n),
html body.page-id-80 .vertical-service-card:nth-child(3n) {
  align-items: start;
  border-bottom: 1px solid var(--line-soft) !important;
  border-right: 0 !important;
  counter-increment: contact-trust;
  display: grid;
  gap: 18px;
  grid-template-columns: 54px minmax(0, 1fr);
  padding: clamp(24px, 3vw, 34px) clamp(18px, 3vw, 34px) clamp(24px, 3vw, 34px) 0 !important;
}

html body.page-id-80 .vertical-service-card:nth-child(2n) {
  border-left: 1px solid var(--line-soft) !important;
  padding-left: clamp(18px, 3vw, 34px) !important;
}

html body.page-id-80 .vertical-service-card::before {
  color: var(--teal);
  content: counter(contact-trust, decimal-leading-zero);
  font-family: var(--heading-font);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1;
}

html body.page-id-80 .vertical-service-card h3 {
  margin-bottom: 8px;
}

@media (max-width: 720px) {
  html body.page-id-80 .vertical-service-grid {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-80 .vertical-service-card,
  html body.page-id-80 .vertical-service-card:nth-child(2n),
  html body.page-id-80 .vertical-service-card:nth-child(3n) {
    border-left: 0 !important;
    grid-template-columns: 44px minmax(0, 1fr);
    padding-left: 0 !important;
  }
}

/* Contact page premium layout rebuild */
html body.page-id-80 {
  --contact-paper: #f5f7f5;
  --contact-paper-strong: #ffffff;
  --contact-ink: #003f35;
  --contact-muted: #5d706a;
  --contact-panel: #003f35;
  --contact-panel-deep: #002f29;
  --contact-line: rgba(0, 76, 63, .14);
}

html body.page-id-80 .contech-page-main {
  background: var(--contact-paper) !important;
}

html body.page-id-80 .contech-page-hero,
html body.page-id-80 .contech-page-hero.contech-company-page.sec-pad {
  background:
    linear-gradient(120deg, rgba(0, 47, 41, .94), rgba(0, 76, 63, .9)),
    var(--hero-green) !important;
  min-height: 0 !important;
  overflow: hidden;
  padding-bottom: clamp(54px, 5.4vw, 82px) !important;
  padding-top: clamp(128px, 10vw, 154px) !important;
  position: relative;
}

html body.page-id-80 .contech-page-hero::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .14), transparent 62%),
    radial-gradient(circle at 82% 15%, rgba(255, 255, 255, .12), transparent 30%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

html body.page-id-80 .contech-page-hero .wrap {
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

html body.page-id-80 .contech-page-hero h1 {
  color: #ffffff !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: .95;
  max-width: 780px;
  text-transform: none !important;
}

html body.page-id-80 .contech-page-hero p,
html body.page-id-80 .contech-page-hero .contech-page-copy p {
  color: rgba(238, 248, 245, .9) !important;
  font-size: clamp(1.02rem, 1.25vw, 1.22rem);
  line-height: 1.75;
  max-width: 640px;
}

html body.page-id-80 .contech-page-hero .label {
  color: rgba(238, 248, 245, .88) !important;
}

html body.page-id-80 .contech-page-hero .label::before {
  background: #77c7b5 !important;
}

html body.page-id-80 .contech-company-page.sec-pad {
  background: transparent !important;
  padding-bottom: clamp(34px, 4vw, 58px) !important;
  padding-top: clamp(34px, 4vw, 58px) !important;
}

html body.page-id-80 .contech-contact-layout {
  align-items: stretch !important;
  background: var(--contact-paper-strong);
  border: 1px solid var(--contact-line) !important;
  box-shadow: 0 28px 70px rgba(0, 47, 41, .08);
  display: grid;
  gap: 0 !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .44fr) !important;
  max-width: 1180px;
  padding: 0 !important;
}

html body.page-id-80 .contech-contact-layout .wpcf7 {
  min-width: 0;
}

html body.page-id-80 .contech-contact-form {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: clamp(30px, 5vw, 64px) !important;
}

html body.page-id-80 .contech-contact-form h2 {
  color: var(--contact-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(2.35rem, 4vw, 4rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: .98 !important;
  margin: 0 0 16px !important;
  text-transform: none !important;
}

html body.page-id-80 .contech-contact-intro,
html body.page-id-80 .contech-contact-form > p {
  color: var(--contact-muted) !important;
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: clamp(24px, 3vw, 36px) !important;
  max-width: 560px;
}

html body.page-id-80 .contech-contact-fields {
  display: grid;
  gap: 18px 18px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 !important;
}

html body.page-id-80 .contech-contact-fields > p {
  margin: 0 !important;
}

html body.page-id-80 .contech-contact-fields > p.full {
  grid-column: 1 / -1;
}

html body.page-id-80 .contech-contact-fields label {
  color: var(--contact-ink) !important;
  display: grid;
  font-family: "Jost", sans-serif !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  gap: 8px;
  letter-spacing: .11em !important;
  line-height: 1.35;
  text-transform: uppercase !important;
}

html body.page-id-80 .contech-contact-fields br {
  display: none;
}

html body.page-id-80 .contech-contact-fields input,
html body.page-id-80 .contech-contact-fields select,
html body.page-id-80 .contech-contact-fields textarea {
  background: #f4f7f5 !important;
  border: 1px solid rgba(0, 76, 63, .16) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--contact-ink) !important;
  font: 500 15px/1.45 "Jost", sans-serif !important;
  min-height: 54px;
  outline: none;
  padding: 14px 15px !important;
  transition: background .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
  width: 100%;
}

html body.page-id-80 .contech-contact-fields textarea {
  min-height: 150px !important;
  resize: vertical;
}

html body.page-id-80 .contech-contact-fields input:focus,
html body.page-id-80 .contech-contact-fields select:focus,
html body.page-id-80 .contech-contact-fields textarea:focus {
  background: #ffffff !important;
  border-color: var(--teal) !important;
  box-shadow: 0 0 0 3px rgba(0, 95, 75, .11) !important;
}

html body.page-id-80 .contech-contact-form .wpcf7-submit {
  align-items: center;
  background: var(--contact-panel) !important;
  border: 1px solid var(--contact-panel) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  font-family: "Montserrat", sans-serif !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
  justify-content: center;
  letter-spacing: .14em !important;
  margin-top: 26px !important;
  min-height: 56px;
  min-width: 230px;
  padding: 17px 28px !important;
  text-transform: uppercase !important;
}

html body.page-id-80 .contech-contact-form .wpcf7-submit:hover {
  background: var(--contact-panel-deep) !important;
  border-color: var(--contact-panel-deep) !important;
}

html body.page-id-80 .contech-contact-side {
  align-self: stretch !important;
  background:
    linear-gradient(145deg, rgba(0, 95, 75, .42), rgba(0, 47, 41, .94)),
    var(--contact-panel) !important;
  border-left: 0 !important;
  color: #ffffff;
  display: flex !important;
  min-width: 0;
  padding: clamp(30px, 4.6vw, 54px) !important;
}

html body.page-id-80 .contech-contact-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0 !important;
  width: 100%;
}

html body.page-id-80 .contech-contact-card h3 {
  color: #ffffff !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.95rem, 3vw, 3rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 0 26px !important;
  text-transform: none !important;
}

html body.page-id-80 .contech-contact-list {
  border-top: 1px solid rgba(255, 255, 255, .18) !important;
  display: grid;
  gap: 0 !important;
  margin: 0 !important;
}

html body.page-id-80 .contech-contact-list div {
  border-bottom: 1px solid rgba(255, 255, 255, .18) !important;
  display: block !important;
  padding: 18px 0 !important;
}

html body.page-id-80 .contech-contact-list span {
  color: rgba(180, 229, 218, .92) !important;
  display: block;
  font-family: "Montserrat", sans-serif !important;
  font-size: .7rem !important;
  font-weight: 800 !important;
  letter-spacing: .15em !important;
  margin: 0 0 8px !important;
  text-transform: uppercase !important;
}

html body.page-id-80 .contech-contact-card p,
html body.page-id-80 .contech-contact-card a {
  color: rgba(255, 255, 255, .86) !important;
  font-size: .98rem;
  line-height: 1.65;
  margin: 0;
  text-decoration: none;
}

html body.page-id-80 .contech-contact-card a:hover {
  color: #ffffff !important;
}

html body.page-id-80 .contech-contact-card .contech-whatsapp-cta {
  align-items: center;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--contact-panel) !important;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  margin-top: auto !important;
  min-height: 54px;
  padding: 15px 18px !important;
  width: 100%;
}

html body.page-id-80 .contech-contact-card .contech-whatsapp-cta:hover {
  background: transparent !important;
  color: #ffffff !important;
}

html body.page-id-80 .contech-page-split {
  align-items: center !important;
  background: #ffffff;
  border: 1px solid var(--contact-line) !important;
  box-shadow: none !important;
  display: grid;
  gap: clamp(24px, 4vw, 62px) !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  max-width: 1180px;
  padding: clamp(28px, 4vw, 46px) !important;
}

html body.page-id-80 .contech-page-copy h2 {
  color: var(--contact-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(2rem, 3.4vw, 3.4rem) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  margin: 0 0 12px !important;
  text-transform: none !important;
}

html body.page-id-80 .contech-page-copy p {
  color: var(--contact-muted) !important;
  max-width: 620px;
}

html body.page-id-80 .contech-social-card {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  gap: 18px;
  padding: 0 !important;
}

html body.page-id-80 .contech-social-card h3 {
  color: var(--contact-ink) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  letter-spacing: .15em !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

html body.page-id-80 .contech-social-links {
  display: flex;
  gap: 10px !important;
  margin: 0 !important;
}

html body.page-id-80 .contech-social-links a {
  background: var(--contact-panel) !important;
  border: 1px solid var(--contact-panel) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  height: 48px !important;
  width: 48px !important;
}

html body.page-id-80 .contech-social-links a:hover {
  background: #ffffff !important;
  border-color: var(--contact-panel) !important;
  color: var(--contact-panel) !important;
  transform: translateY(-2px);
}

html body.page-id-80 .elementor-widget-contech_card_grid .contech-company-page {
  background: #ffffff !important;
}

html body.page-id-80 .elementor-widget-contech_card_grid .wrap {
  max-width: 1180px;
}

html body.page-id-80 .elementor-widget-contech_card_grid .wrap > h2 {
  color: var(--contact-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(2.35rem, 4vw, 4rem) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  max-width: 820px;
  text-transform: none !important;
}

html body.page-id-80 .vertical-service-grid {
  border-top: 1px solid var(--contact-line) !important;
  counter-reset: contact-trust;
  display: grid;
  gap: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: clamp(26px, 3vw, 44px) !important;
}

html body.page-id-80 .vertical-service-card,
html body.page-id-80 .vertical-service-card:nth-child(2n),
html body.page-id-80 .vertical-service-card:nth-child(3n) {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--contact-line) !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid var(--contact-line) !important;
  box-shadow: none !important;
  counter-increment: contact-trust;
  display: block !important;
  min-height: 210px !important;
  padding: clamp(24px, 3vw, 34px) !important;
}

html body.page-id-80 .vertical-service-card:nth-child(3n) {
  border-right: 0 !important;
}

html body.page-id-80 .vertical-service-card::before {
  color: var(--teal) !important;
  content: counter(contact-trust, decimal-leading-zero);
  display: block;
  font-family: var(--heading-font);
  font-size: clamp(1.5rem, 2.2vw, 2.05rem);
  line-height: 1;
  margin-bottom: clamp(42px, 5vw, 74px);
}

html body.page-id-80 .vertical-service-card h3 {
  color: var(--contact-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  margin: 0 0 12px !important;
  text-transform: none !important;
}

html body.page-id-80 .vertical-service-card p {
  color: var(--contact-muted) !important;
  font-size: .98rem;
  line-height: 1.65;
  margin: 0 !important;
}

@media (max-width: 1100px) {
  html body.page-id-80 .contech-contact-layout,
  html body.page-id-80 .contech-page-split {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-80 .contech-contact-side {
    min-height: 0;
  }

  html body.page-id-80 .contech-contact-card .contech-whatsapp-cta {
    margin-top: 26px !important;
  }

  html body.page-id-80 .contech-social-card {
    justify-content: flex-start;
  }

  html body.page-id-80 .vertical-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.page-id-80 .vertical-service-card:nth-child(3n) {
    border-right: 1px solid var(--contact-line) !important;
  }

  html body.page-id-80 .vertical-service-card:nth-child(2n) {
    border-right: 0 !important;
  }
}

@media (max-width: 720px) {
  html body.page-id-80 .contech-page-hero,
  html body.page-id-80 .contech-page-hero.contech-company-page.sec-pad {
    padding-bottom: 44px !important;
    padding-top: 110px !important;
  }

  html body.page-id-80 .contech-page-hero h1 {
    font-size: clamp(2.85rem, 16vw, 4.3rem);
  }

  html body.page-id-80 .contech-contact-layout {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  html body.page-id-80 .contech-contact-form,
  html body.page-id-80 .contech-contact-side {
    padding: 28px 22px !important;
  }

  html body.page-id-80 .contech-contact-fields,
  html body.page-id-80 .vertical-service-grid {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-80 .contech-contact-form .wpcf7-submit {
    width: 100%;
  }

  html body.page-id-80 .contech-page-split {
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 28px 22px !important;
  }

  html body.page-id-80 .contech-social-card {
    align-items: flex-start;
    flex-direction: column;
  }

  html body.page-id-80 .vertical-service-card,
  html body.page-id-80 .vertical-service-card:nth-child(2n),
  html body.page-id-80 .vertical-service-card:nth-child(3n) {
    border-right: 0 !important;
    min-height: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body.page-id-80 .vertical-service-card::before {
    margin-bottom: 22px;
  }
}

/* Mega menu view-all underline */
html body .site-header .project-mega-view {
  border-bottom: 1px solid currentColor !important;
  padding-bottom: 3px !important;
  text-decoration: none !important;
}

html body .site-header .project-mega-view:hover {
  border-bottom-color: currentColor !important;
}

/* Contact page form section final polish */
html body.page-id-80 .elementor-widget-contech_contact_form .contech-company-page.sec-pad {
  padding-top: clamp(28px, 3.8vw, 52px) !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-layout {
  background: #ffffff !important;
  border: 1px solid rgba(0, 76, 63, .12) !important;
  box-shadow: 0 30px 72px rgba(0, 47, 41, .09) !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) !important;
  overflow: hidden;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-form {
  padding: clamp(34px, 4.6vw, 58px) clamp(30px, 5vw, 62px) !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-form h2 {
  font-size: clamp(2.25rem, 3.35vw, 3.55rem) !important;
  line-height: 1.02 !important;
  margin-bottom: 14px !important;
  max-width: 720px;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-form h2::after {
  background: var(--teal);
  content: "";
  display: block;
  height: 2px;
  margin-top: 20px;
  width: 74px;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-intro {
  border-bottom: 0 !important;
  color: #657873 !important;
  margin: 0 0 30px !important;
  max-width: 520px;
  padding-bottom: 0 !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-fields {
  gap: 18px 20px !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-fields label {
  color: var(--contact-ink) !important;
  font-size: .72rem !important;
  gap: 9px !important;
  letter-spacing: .14em !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-fields input,
html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-fields select,
html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-fields textarea {
  background: #ffffff !important;
  border: 1px solid rgba(0, 76, 63, .22) !important;
  min-height: 50px !important;
  padding: 12px 14px !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-fields textarea {
  min-height: 126px !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-fields input:hover,
html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-fields select:hover,
html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-fields textarea:hover {
  border-color: rgba(0, 76, 63, .34) !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-fields + p {
  margin: 0 !important;
  max-width: none !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-form .wpcf7-submit {
  margin-top: 24px !important;
  min-height: 52px !important;
  min-width: 220px;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-side {
  background:
    linear-gradient(145deg, rgba(0, 95, 75, .36), rgba(0, 47, 41, .98)),
    var(--contact-panel) !important;
  padding: clamp(34px, 4vw, 48px) clamp(28px, 3.8vw, 42px) !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-card h3 {
  font-size: clamp(2rem, 2.75vw, 2.75rem) !important;
  margin-bottom: 24px !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-list div {
  padding: 16px 0 !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-card .contech-whatsapp-cta {
  margin-top: 28px !important;
}

@media (max-width: 1100px) {
html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-layout {
    grid-template-columns: 1fr !important;
  }
}

/* Footer skyline outline contrast */
html body .site-footer .footer-skyline,
html body .contech-global-footer .site-footer .footer-skyline {
  filter: brightness(0) saturate(100%) invert(19%) sepia(28%) saturate(987%) hue-rotate(126deg) brightness(88%) contrast(108%) !important;
  opacity: .22 !important;
}

/* Blog detail page editorial UI refresh */
html body.single-post .detail-main {
  background: var(--surface) !important;
  color: var(--body-text);
}

html body.single-post .detail-hero-blog {
  background:
    linear-gradient(120deg, rgba(31, 53, 50, .98) 0%, rgba(0, 76, 63, .96) 58%, rgba(0, 63, 53, .98) 100%),
    var(--hero-green) !important;
  min-height: 0 !important;
  padding-bottom: clamp(68px, 6vw, 92px) !important;
  padding-top: clamp(132px, 10vw, 158px) !important;
}

html body.single-post .detail-hero-blog::before {
  display: none !important;
}

html body.single-post .detail-hero-blog::after {
  background: var(--contech-mark-bg) !important;
  height: 390px !important;
  opacity: .07 !important;
  right: -95px !important;
  top: 70px !important;
  width: 390px !important;
}

html body.single-post .detail-hero-blog .detail-hero-inner {
  align-items: end;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(0, .92fr) minmax(320px, .78fr);
  max-width: 1180px;
}

html body.single-post .detail-hero-blog .detail-copy {
  max-width: 760px;
}

html body.single-post .detail-back,
html body.single-post .detail-label {
  color: rgba(232, 248, 243, .9) !important;
}

html body.single-post .detail-kicker-row .detail-label::before {
  background: #8fd0c2 !important;
}

html body.single-post .detail-hero-blog .detail-title {
  color: #ffffff !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(2.65rem, 4.7vw, 5rem) !important;
  font-weight: 500 !important;
  line-height: 1.01 !important;
  max-width: 760px;
  text-shadow: 0 12px 30px rgba(0, 47, 41, .38);
}

html body.single-post .detail-meta {
  color: rgba(255, 255, 255, .82) !important;
  gap: 18px;
  margin-top: 24px !important;
}

html body.single-post .detail-meta span {
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .32) !important;
  border-radius: 0 !important;
  min-height: 0 !important;
  padding: 0 0 0 16px !important;
}

html body.single-post .detail-meta span:first-child {
  border-left: 0 !important;
  padding-left: 0 !important;
}

html body.single-post .detail-hero-blog .detail-hero-media {
  aspect-ratio: 1.28;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 0 !important;
  box-shadow: 0 26px 62px rgba(0, 47, 41, .32) !important;
  max-height: 430px;
}

html body.single-post .detail-body {
  background: #ffffff !important;
  border-bottom: 1px solid var(--line-soft);
}

html body.single-post .detail-content-grid {
  gap: clamp(36px, 5.4vw, 78px);
  grid-template-columns: minmax(0, 760px) minmax(240px, 300px);
  max-width: 1120px;
}

html body.single-post .detail-content {
  color: var(--body-text) !important;
  font-size: 1.06rem !important;
  line-height: 1.82;
  max-width: 760px;
}

html body.single-post .detail-content > p:first-of-type {
  color: var(--body-ink) !important;
  font-size: clamp(1.2rem, 1.6vw, 1.42rem);
  line-height: 1.55;
}

html body.single-post .detail-content p,
html body.single-post .detail-content ul,
html body.single-post .detail-content ol {
  margin-bottom: 24px !important;
}

html body.single-post .detail-content h2,
html body.single-post .detail-content h3,
html body.single-post .detail-content h4 {
  border-top: 1px solid var(--line-soft);
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  margin: clamp(36px, 4vw, 54px) 0 16px !important;
  padding-top: 24px;
}

html body.single-post .detail-content img {
  border-radius: 0 !important;
  box-shadow: 0 20px 48px rgba(0, 47, 41, .1);
  margin: 10px 0 20px;
}

html body.single-post .detail-content blockquote {
  border-left: 3px solid var(--teal);
  color: var(--body-ink);
  font-family: var(--heading-font);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.2;
  margin: clamp(32px, 4vw, 48px) 0;
  padding-left: clamp(20px, 2.5vw, 32px);
}

html body.single-post .detail-sidebar {
  gap: 0 !important;
  top: 104px;
}

html body.single-post .detail-side-panel {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid var(--line-soft) !important;
  box-shadow: none !important;
  padding: 20px 0 !important;
}

html body.single-post .detail-side-panel strong {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  font-weight: 500 !important;
}

html body.single-post .detail-sidebar .btn {
  border-radius: 0 !important;
  margin-top: 22px;
}

html body.single-post .detail-related.latest-blog {
  background: var(--surface-alt) !important;
  border-top: 1px solid var(--line-soft);
}

html body.single-post .detail-related .blog-head {
  align-items: end;
  border-bottom: 1px solid var(--line-soft);
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

html body.single-post .detail-related .blog-grid {
  gap: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html body.single-post .detail-related .blog-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid var(--line-soft) !important;
  box-shadow: none !important;
  padding: clamp(22px, 2.5vw, 30px) !important;
}

html body.single-post .detail-related .blog-card:nth-child(3n) {
  border-right: 0 !important;
}

html body.single-post .detail-related .blog-image {
  aspect-ratio: 1.45;
  border-radius: 0 !important;
  margin-bottom: 18px;
}

html body.single-post .detail-related .blog-content {
  background: transparent !important;
  padding: 0 !important;
}

@media (max-width: 1100px) {
  html body.single-post .detail-hero-blog .detail-hero-inner,
  html body.single-post .detail-content-grid {
    grid-template-columns: 1fr !important;
  }

  html body.single-post .detail-sidebar {
    border-top: 1px solid var(--line-soft);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
  }

  html body.single-post .detail-sidebar .btn {
    grid-column: 1 / -1;
  }

  html body.single-post .detail-related .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.single-post .detail-related .blog-card:nth-child(3n) {
    border-right: 1px solid var(--line-soft) !important;
  }

  html body.single-post .detail-related .blog-card:nth-child(2n) {
    border-right: 0 !important;
  }
}

@media (max-width: 720px) {
  html body.single-post .detail-hero-blog {
    padding-bottom: 42px !important;
    padding-top: 104px !important;
  }

  html body.single-post .detail-hero-blog .detail-title {
    font-size: clamp(2.05rem, 9.5vw, 3rem) !important;
  }

  html body.single-post .detail-meta {
    display: grid;
    gap: 8px;
  }

  html body.single-post .detail-meta span,
  html body.single-post .detail-meta span:first-child {
    border-left: 0 !important;
    padding-left: 0 !important;
  }

  html body.single-post .detail-content {
    font-size: 1rem !important;
  }

  html body.single-post .detail-sidebar,
  html body.single-post .detail-related .blog-grid {
    grid-template-columns: 1fr !important;
  }

  html body.single-post .detail-related .blog-head {
    align-items: start;
    display: grid;
  }

  html body.single-post .detail-related .blog-card,
  html body.single-post .detail-related .blog-card:nth-child(2n),
  html body.single-post .detail-related .blog-card:nth-child(3n) {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line-soft) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 720px) {
  html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-form,
  html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-side {
    padding: 28px 22px !important;
  }

  html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-form h2 {
    font-size: clamp(2.35rem, 12vw, 3.25rem) !important;
  }
}

/* Contact hero: match the rest of the inner pages */
html body.page-id-80 .contech-page-hero,
html body.page-id-80 .contech-page-hero.contech-company-page.sec-pad {
  background:
    linear-gradient(120deg, rgba(31, 53, 50, .98) 0%, rgba(0, 76, 63, .96) 58%, rgba(0, 63, 53, .98) 100%),
    var(--hero-green) !important;
  min-height: 0 !important;
  padding-bottom: clamp(70px, 6.5vw, 92px) !important;
  padding-top: clamp(132px, 10vw, 158px) !important;
}

html body.page-id-80 .contech-page-hero::after {
  background: var(--contech-mark-bg) !important;
  bottom: auto !important;
  height: 360px !important;
  inset: auto !important;
  left: auto !important;
  opacity: .08 !important;
  right: -80px !important;
  top: 40px !important;
  width: 360px !important;
}

html body.page-id-80 .contech-page-hero .wrap {
  max-width: 1220px;
}

html body.page-id-80 .contech-page-hero .label {
  color: rgba(232, 248, 243, .9) !important;
  margin-bottom: 24px;
}

html body.page-id-80 .contech-page-hero .label::before {
  background: #8fd0c2 !important;
}

html body.page-id-80 .contech-page-hero h1 {
  color: #ffffff !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(2.8rem, 5vw, 5.2rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.02 !important;
  max-width: 780px;
  text-shadow: 0 12px 30px rgba(0, 47, 41, .38);
  text-transform: none !important;
}

html body.page-id-80 .contech-page-hero p,
html body.page-id-80 .contech-page-hero .contech-page-copy p {
  color: rgba(255, 255, 255, .88) !important;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem) !important;
  font-weight: 500;
  line-height: 1.75;
  max-width: 780px;
  text-shadow: 0 10px 28px rgba(0, 47, 41, .34);
}

@media (max-width: 720px) {
  html body.page-id-80 .contech-page-hero,
  html body.page-id-80 .contech-page-hero.contech-company-page.sec-pad {
    padding-bottom: 48px !important;
    padding-top: 104px !important;
  }

  html body.page-id-80 .contech-page-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3rem) !important;
  }
}

/* Contact form: compact message field and detach direct-contact panel */
html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-layout {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  gap: clamp(24px, 3vw, 40px) !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 350px) !important;
  overflow: visible !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-form {
  background: #ffffff !important;
  border: 1px solid rgba(0, 76, 63, .12) !important;
  box-shadow: 0 24px 60px rgba(0, 47, 41, .08) !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-fields textarea {
  height: 96px !important;
  max-height: 140px !important;
  min-height: 96px !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-side {
  align-self: start !important;
  box-shadow: 0 24px 56px rgba(0, 47, 41, .18) !important;
  min-height: 0 !important;
}

html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-card .contech-whatsapp-cta {
  margin-top: 24px !important;
}

@media (max-width: 1100px) {
  html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-layout {
    grid-template-columns: 1fr !important;
  }
}

/* Blog detail hero top-section alignment fix */
html body.single-post .detail-hero-blog {
  padding-bottom: clamp(58px, 5vw, 74px) !important;
  padding-top: clamp(118px, 8.5vw, 136px) !important;
}

html body.single-post .detail-hero-blog .detail-hero-inner {
  align-items: center !important;
  gap: clamp(34px, 5vw, 68px) !important;
  grid-template-columns: minmax(0, .92fr) minmax(300px, .68fr) !important;
}

html body.single-post .detail-hero-blog .detail-kicker-row {
  margin-bottom: 18px !important;
}

html body.single-post .detail-hero-blog .detail-title {
  font-size: clamp(2.55rem, 4.35vw, 4.55rem) !important;
  line-height: 1.02 !important;
  max-width: 690px;
}

html body.single-post .detail-hero-blog .detail-meta {
  display: flex !important;
  gap: 14px !important;
  margin-top: 22px !important;
}

html body.single-post .detail-hero-blog .detail-meta span,
html body.single-post .detail-hero-blog .detail-meta span:first-child {
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .3) !important;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, .84) !important;
  min-height: 0 !important;
  padding: 0 0 0 14px !important;
  width: auto !important;
}

html body.single-post .detail-hero-blog .detail-meta span:first-child {
  border-left: 0 !important;
  padding-left: 0 !important;
}

html body.single-post .detail-hero-blog .detail-hero-media {
  align-self: center !important;
  aspect-ratio: 1.38 !important;
  justify-self: end;
  max-height: 360px !important;
  width: min(100%, 520px);
}

@media (max-width: 1100px) {
  html body.single-post .detail-hero-blog .detail-hero-inner {
    align-items: start !important;
    grid-template-columns: 1fr !important;
  }

  html body.single-post .detail-hero-blog .detail-hero-media {
    justify-self: start;
    max-height: 420px !important;
    width: 100%;
  }
}

@media (max-width: 720px) {
  html body.single-post .detail-hero-blog {
    padding-bottom: 38px !important;
    padding-top: 104px !important;
  }

  html body.single-post .detail-hero-blog .detail-title {
    font-size: clamp(2rem, 9.2vw, 2.85rem) !important;
  }

  html body.single-post .detail-hero-blog .detail-meta {
    display: grid !important;
    gap: 8px !important;
  }

  html body.single-post .detail-hero-blog .detail-meta span,
  html body.single-post .detail-hero-blog .detail-meta span:first-child {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
}

/* Blog detail related section polish */
html body.single-post .detail-related.latest-blog {
  background: var(--surface-alt) !important;
  border-top: 1px solid var(--line-soft) !important;
  overflow: hidden;
}

html body.single-post .detail-related.latest-blog .wrap {
  max-width: 1180px;
}

html body.single-post .detail-related .blog-head {
  align-items: center !important;
  border-bottom: 0 !important;
  display: grid !important;
  justify-items: center;
  margin: 0 auto clamp(32px, 4vw, 48px) !important;
  max-width: 720px !important;
  padding-bottom: 0 !important;
  text-align: center !important;
}

html body.single-post .detail-related .blog-head .label {
  color: var(--teal-deep) !important;
  display: inline-flex !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
  gap: 14px !important;
  justify-content: center !important;
  letter-spacing: .12em !important;
  line-height: 1.2 !important;
  margin-bottom: 14px !important;
  text-transform: uppercase !important;
}

html body.single-post .detail-related .blog-head .label::before,
html body.single-post .detail-related .blog-head .label::after {
  background: var(--teal) !important;
  content: "" !important;
  height: 1px !important;
  width: 36px !important;
}

html body.single-post .detail-related .blog-head .title {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(2.35rem, 4vw, 4rem) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  margin: 0 !important;
  max-width: 660px;
}

html body.single-post .detail-related .blog-head::after {
  background: var(--line-soft);
  content: "";
  height: 1px;
  margin-top: clamp(24px, 3vw, 34px);
  width: min(620px, 100%);
}

html body.single-post .detail-related .blog-grid {
  gap: clamp(24px, 3vw, 36px) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.single-post .detail-related .blog-card,
html body.single-post .detail-related .blog-card:nth-child(2n),
html body.single-post .detail-related .blog-card:nth-child(3n) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-width: 0;
  padding: 0 !important;
  transform: none !important;
}

html body.single-post .detail-related .blog-card:hover {
  transform: translateY(-4px) !important;
}

html body.single-post .detail-related .blog-image {
  aspect-ratio: 1.38 !important;
  border-radius: 0 !important;
  margin-bottom: 18px !important;
}

html body.single-post .detail-related .blog-content h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem) !important;
  line-height: 1.12 !important;
  margin-bottom: 18px !important;
}

@media (max-width: 1100px) {
  html body.single-post .detail-related .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  html body.single-post .detail-related .blog-head {
    justify-items: start;
    text-align: left !important;
  }

  html body.single-post .detail-related .blog-head .label {
    justify-content: flex-start !important;
  }

  html body.single-post .detail-related .blog-head .label::after {
    display: none !important;
  }

  html body.single-post .detail-related .blog-grid {
    grid-template-columns: 1fr !important;
  }

  html body.single-post .detail-related .blog-card,
  html body.single-post .detail-related .blog-card:nth-child(2n),
html body.single-post .detail-related .blog-card:nth-child(3n) {
    border-bottom: 1px solid var(--line-soft) !important;
    padding-bottom: 24px !important;
  }
}

/* Directors dynamic profile images */
.contech-director-head {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  align-content: start;
}

.contech-director-photo {
  aspect-ratio: 4 / 5;
  background: var(--surface-alt);
  border: 1px solid var(--line-soft);
  margin: 0;
  max-width: 280px;
  overflow: hidden;
  width: min(100%, 280px);
}

.contech-director-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

html body.page-id-98 .contech-director-profile:has(.contech-director-photo) {
  grid-template-columns: minmax(280px, .44fr) minmax(0, 1fr);
}

html body.page-id-98 .contech-director-photo {
  aspect-ratio: 1 / 1 !important;
  box-shadow: 0 22px 48px rgba(0, 47, 41, .1);
  display: block !important;
  line-height: 0;
  position: relative;
}

html body.page-id-98 .contech-director-photo img {
  display: block !important;
  height: 100% !important;
  inset: 0;
  object-fit: cover !important;
  object-position: center top !important;
  position: absolute;
  width: 100% !important;
}

html body.page-id-98 .contech-director-initials {
  align-items: center !important;
  background: linear-gradient(145deg, #eef6f2, #ffffff) !important;
  color: var(--teal-deep) !important;
  display: flex !important;
  justify-content: center !important;
}

html body.page-id-98 .contech-director-initials span {
  align-items: center;
  border: 1px solid rgba(0, 64, 53, .18);
  border-radius: 50%;
  display: inline-flex;
  font-family: var(--heading-font);
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  font-weight: 500;
  height: clamp(130px, 16vw, 210px);
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  width: clamp(130px, 16vw, 210px);
}

@media (max-width: 860px) {
  html body.page-id-98 .contech-director-profile:has(.contech-director-photo) {
    grid-template-columns: 1fr;
  }

  html body.page-id-98 .contech-director-photo {
    max-width: 240px;
  }
}

@media (max-width: 720px) {
  html body.page-id-98 {
    overflow-x: hidden !important;
  }

  html body.page-id-98 .wrap {
    max-width: calc(100vw - 40px) !important;
    width: 100% !important;
  }

  html body.page-id-98 .contech-page-hero h1 {
    font-size: clamp(2.05rem, 9.4vw, 2.35rem) !important;
    line-height: 1.08 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }

  html body.page-id-98 .contech-page-hero p {
    font-size: .98rem !important;
    line-height: 1.64 !important;
    max-width: 100% !important;
  }

  html body.page-id-98 .contech-company-page.sec-pad:not(.contech-page-hero) {
    padding: 0 !important;
  }

  html body.page-id-98 .contech-director-profile,
  html body.page-id-98 .contech-director-profile:has(.contech-director-photo) {
    gap: 20px !important;
    grid-template-columns: 1fr !important;
    margin: 0 auto !important;
    max-width: calc(100vw - 40px) !important;
    padding: 64px 0 32px !important;
    width: 100% !important;
  }

  html body.page-id-98 .contech-director-profile::before {
    font-size: 1.35rem !important;
    left: 0 !important;
    top: 28px !important;
  }

  html body.page-id-98 .contech-director-profile::after {
    left: 44px !important;
    top: 40px !important;
    width: 6px !important;
  }

  html body.page-id-98 .contech-director-head {
    gap: 18px !important;
    width: 100% !important;
  }

  html body.page-id-98 .contech-director-photo {
    aspect-ratio: 1 / 1 !important;
    max-width: min(100%, 260px) !important;
    width: min(100%, 260px) !important;
  }

  html body.page-id-98 .contech-director-profile h2 {
    font-size: clamp(1.35rem, 6vw, 1.8rem) !important;
    line-height: 1.12 !important;
    max-width: 100% !important;
  }

  html body.page-id-98 .contech-director-role {
    font-size: 1rem !important;
    margin-top: 10px !important;
  }

  html body.page-id-98 .contech-director-body {
    border-left: 0 !important;
    padding-left: 0 !important;
  }

  html body.page-id-98 .contech-director-body p,
  html body.page-id-98 .contech-director-body p:first-child {
    font-size: .95rem !important;
    line-height: 1.72 !important;
    margin-bottom: 14px !important;
  }
}

/* Home leadership cards */
html body.home .home-leadership-team .contech-company-page {
  background: var(--surface);
  border-top: 1px solid var(--line-soft);
  padding-bottom: clamp(48px, 6vw, 82px) !important;
  padding-top: clamp(48px, 6vw, 82px) !important;
}

html body.home .home-leadership-team .wrap {
  max-width: 1180px;
}

html body.home .home-leadership-team .label {
  color: var(--teal-deep) !important;
  margin-bottom: 18px;
}

html body.home .home-leadership-team h2 {
  color: var(--body-ink);
  font-family: var(--heading-font) !important;
  font-size: clamp(2.1rem, 3.8vw, 3.8rem);
  font-weight: 500;
  letter-spacing: 0 !important;
  line-height: 1.02;
  margin-bottom: clamp(28px, 4vw, 46px);
}

html body.home .home-leadership-team .vertical-service-grid {
  align-items: stretch;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 0 !important;
}

html body.home .home-leadership-team .vertical-service-card,
html body.home .home-leadership-team .vertical-service-card:nth-child(2n),
html body.home .home-leadership-team .vertical-service-card:nth-child(3n) {
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid var(--line-soft) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: clamp(24px, 3vw, 38px) clamp(22px, 3vw, 34px) !important;
  position: relative;
}

html body.home .home-leadership-team .vertical-service-card:first-child {
  border-left: 0 !important;
}

html body.home .home-leadership-team .vertical-service-card::before {
  background: var(--teal);
  content: "";
  height: 2px;
  left: clamp(22px, 3vw, 34px);
  position: absolute;
  top: 0;
  width: 44px;
}

html body.home .home-leadership-team .vertical-service-card h3 {
  color: var(--teal-deep) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.28rem, 1.8vw, 1.82rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  margin-bottom: 16px !important;
}

html body.home .home-leadership-team .vertical-service-card p {
  color: var(--muted) !important;
  font-size: .98rem !important;
  line-height: 1.72 !important;
  margin: 0 !important;
}

html body.home .home-leadership-team .vertical-service-link {
  align-items: center;
  color: var(--teal-deep) !important;
  display: inline-flex;
  gap: 10px;
  line-height: 1.2;
  margin-top: 28px;
  white-space: nowrap;
  width: fit-content;
}

html body.home .home-leadership-team .vertical-service-link span {
  align-items: center;
  display: none;
  font-size: 1rem;
  line-height: 1;
  transform: translateY(-1px);
}

html body.home .home-leadership-team .vertical-service-link::after {
  background: currentColor;
  content: "";
  display: inline-block;
  flex: 0 0 40px;
  height: 1px;
  margin-left: 0;
  margin-top: 0;
  opacity: .55;
  width: 40px;
}

@media (max-width: 980px) {
  html body.home .home-leadership-team .vertical-service-grid {
    border-top: 1px solid var(--line-soft);
    grid-template-columns: 1fr !important;
  }

  html body.home .home-leadership-team .vertical-service-card,
  html body.home .home-leadership-team .vertical-service-card:nth-child(2n),
  html body.home .home-leadership-team .vertical-service-card:nth-child(3n) {
    border-left: 0 !important;
    border-bottom: 1px solid var(--line-soft) !important;
    min-height: 0;
  }
}

/* Sticky header appears when scrolling up */
html body .site-header,
html body .elementor-page .site-header {
  transform: translateY(0);
  transition:
    transform .34s var(--ease),
    padding .34s var(--ease),
    background .34s var(--ease),
    box-shadow .34s var(--ease) !important;
  will-change: transform;
}

html body .site-header.header-hidden:not(.nav-open),
html body .elementor-page .site-header.header-hidden:not(.nav-open) {
  pointer-events: none;
  transform: translateY(calc(-100% - 8px));
}

html body .site-header.header-sticky-visible,
html body .site-header.nav-open,
html body .elementor-page .site-header.header-sticky-visible,
html body .elementor-page .site-header.nav-open {
  pointer-events: auto;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html body .site-header,
  html body .elementor-page .site-header {
    transition: none !important;
  }
}

/* Mobile header spacing lock */
@media (max-width: 720px) {
  html body .site-header,
  html body .site-header.scrolled,
  html body .site-header.header-sticky-visible,
  html body .site-header.nav-open,
  html body .elementor-page .site-header,
  html body .elementor-page .site-header.scrolled,
  html body .elementor-page .site-header.header-sticky-visible,
  html body .elementor-page .site-header.nav-open {
    box-sizing: border-box;
    gap: 20px;
    justify-content: space-between !important;
    left: 0 !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    right: 0 !important;
    width: 100vw !important;
  }

  html body .site-header .logo,
  html body .elementor-page .site-header .logo {
    flex: 0 1 auto;
    margin-right: auto !important;
    min-width: 0;
  }

  html body .site-header .logo-img,
  html body .site-header.scrolled .logo-img,
  html body .elementor-page .site-header .logo-img,
  html body .elementor-page .site-header.scrolled .logo-img {
    flex: 0 0 auto;
    height: 58px !important;
    max-height: 58px !important;
    max-width: min(148px, 44vw) !important;
    object-fit: contain;
  }

  html body .site-header .burger,
  html body .site-header.scrolled .burger,
  html body .elementor-page .site-header .burger,
  html body .elementor-page .site-header.scrolled .burger {
    align-items: center;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    margin-left: auto !important;
    padding: 0 !important;
    width: 44px;
  }
}

/* Inner page top heroes: one Directors-style editorial band */
html body:not(.home) .contech-page-hero,
html body:not(.home) .contech-page-hero.contech-company-page.sec-pad,
html body:not(.home) .detail-hero,
html body:not(.home) .vertical-page .vertical-hero,
html body.page-id-81 .story-redesign-hero {
  background:
    linear-gradient(90deg, rgba(31, 53, 50, .98) 0%, rgba(67, 88, 86, .97) 58%, rgba(39, 67, 63, .98) 100%),
    var(--hero-green) !important;
  border-bottom: 30px solid #ffffff !important;
  color: #ffffff !important;
  min-height: 0 !important;
  overflow: hidden;
  padding-bottom: clamp(54px, 5vw, 66px) !important;
  padding-top: clamp(112px, 8.5vw, 132px) !important;
  position: relative;
}

html body:not(.home) .detail-hero::before,
html body:not(.home) .vertical-page .vertical-hero::before {
  display: none !important;
}

html body:not(.home) .contech-page-hero::after,
html body:not(.home) .detail-hero::after,
html body:not(.home) .vertical-page .vertical-hero::after,
html body.page-id-81 .story-redesign-hero::after {
  background: var(--contech-mark-bg) !important;
  bottom: auto !important;
  content: "" !important;
  height: clamp(230px, 24vw, 360px) !important;
  inset: auto !important;
  left: auto !important;
  opacity: .075 !important;
  pointer-events: none;
  position: absolute !important;
  right: clamp(-86px, -4vw, -26px) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: clamp(230px, 24vw, 360px) !important;
  z-index: 0;
}

html body:not(.home) .contech-page-hero > .wrap,
html body:not(.home) .contech-page-hero .wrap,
html body:not(.home) .detail-hero-inner,
html body.page-id-81 .story-redesign-hero > .wrap {
  max-width: 1220px;
  position: relative;
  z-index: 2;
}

html body:not(.home) .contech-page-hero .wrap,
html body:not(.home) .contech-page-hero .contech-page-copy,
html body:not(.home) .detail-copy,
html body.page-id-81 .story-redesign-hero-copy {
  max-width: 820px;
}

html body:not(.home) .contech-page-hero .label,
html body:not(.home) .contech-page-hero .contech-page-kicker,
html body:not(.home) .detail-hero .detail-back,
html body:not(.home) .detail-hero .detail-label,
html body:not(.home) .vertical-page .vertical-hero .detail-label,
html body.page-id-81 .story-redesign-hero .story-redesign-kicker {
  color: rgba(232, 248, 243, .9) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(.78rem, .9vw, .95rem) !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  line-height: 1.2 !important;
  margin-bottom: 24px !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
}

html body:not(.home) .contech-page-hero .label::before,
html body:not(.home) .contech-page-hero .contech-page-kicker::before,
html body:not(.home) .detail-hero .detail-label::before,
html body:not(.home) .detail-kicker-row .detail-label::before,
html body.page-id-81 .story-redesign-hero .story-redesign-kicker::before {
  background: #8fd0c2 !important;
  opacity: .95 !important;
}

html body:not(.home) .detail-hero .detail-kicker-row {
  margin-bottom: 24px !important;
}

html body:not(.home) .detail-hero .detail-back,
html body:not(.home) .detail-hero .detail-label {
  margin-bottom: 0 !important;
}

html body:not(.home) .contech-page-hero h1,
html body:not(.home) .detail-hero h1,
html body:not(.home) .detail-title,
html body:not(.home) .detail-hero-blog .detail-title,
html body:not(.home) .vertical-page .detail-title,
html body.page-id-81 .story-redesign-hero h1 {
  color: #ffffff !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(2.25rem, 4vw, 4.35rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  max-width: 850px;
  text-shadow: 0 14px 32px rgba(0, 47, 41, .34);
  text-transform: none !important;
}

html body:not(.home) .contech-page-hero p,
html body:not(.home) .contech-page-hero .contech-page-copy p,
html body:not(.home) .detail-subtitle,
html body:not(.home) .detail-meta,
html body:not(.home) .detail-meta span,
html body:not(.home) .vertical-page .vertical-hero-headline,
html body:not(.home) .vertical-page .detail-subtitle,
html body.page-id-81 .story-redesign-hero p {
  color: rgba(255, 255, 255, .86) !important;
  font-size: clamp(1.02rem, 1.22vw, 1.18rem) !important;
  font-weight: 500;
  line-height: 1.72 !important;
  max-width: 780px;
  text-shadow: 0 10px 26px rgba(0, 47, 41, .28);
}

html body:not(.home) .detail-hero .detail-meta {
  display: flex !important;
  gap: 14px !important;
  margin-top: 22px !important;
}

html body:not(.home) .detail-hero .detail-meta span,
html body:not(.home) .detail-hero .detail-meta span:first-child {
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .3) !important;
  border-radius: 0 !important;
  min-height: 0 !important;
  padding: 0 0 0 14px !important;
  width: auto !important;
}

html body:not(.home) .detail-hero .detail-meta span:first-child {
  border-left: 0 !important;
  padding-left: 0 !important;
}

html body:not(.home) .detail-hero-inner,
html body:not(.home) .vertical-page .detail-hero-inner {
  align-items: center !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

html body:not(.home) .detail-hero-media,
html body:not(.home) .vertical-page .vertical-hero-media,
html body.page-id-81 .story-redesign-media {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: 360px !important;
  min-height: 0 !important;
  opacity: .82;
}

html body:not(.home) .detail-hero-media img,
html body:not(.home) .vertical-page .vertical-hero-media img,
html body.page-id-81 .story-redesign-media img {
  filter: saturate(.8) contrast(1.03) brightness(.82);
}

@media (max-width: 1100px) {
  html body:not(.home) .detail-hero-inner,
  html body:not(.home) .vertical-page .detail-hero-inner,
  html body.page-id-81 .story-redesign-hero-grid {
    grid-template-columns: 1fr !important;
  }

  html body:not(.home) .detail-hero-media,
  html body:not(.home) .vertical-page .vertical-hero-media,
  html body.page-id-81 .story-redesign-media {
    justify-self: start;
    width: min(100%, 620px);
  }
}

@media (max-width: 720px) {
  html body:not(.home) .contech-page-hero,
  html body:not(.home) .contech-page-hero.contech-company-page.sec-pad,
  html body:not(.home) .detail-hero,
  html body:not(.home) .vertical-page .vertical-hero,
  html body.page-id-81 .story-redesign-hero {
    border-bottom-width: 20px !important;
    padding-bottom: 42px !important;
    padding-top: 96px !important;
  }

  html body:not(.home) .contech-page-hero h1,
  html body:not(.home) .detail-hero h1,
  html body:not(.home) .detail-title,
  html body.page-id-81 .story-redesign-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
  }

  html body:not(.home) .detail-hero-media,
  html body:not(.home) .vertical-page .vertical-hero-media,
  html body.page-id-81 .story-redesign-media {
    display: none !important;
  }
}

/* Project mega menu: supports the expanded DOCX project categories */
@media (min-width: 901px) {
  html body .site-header .project-mega {
    width: min(1180px, calc(100vw - 56px)) !important;
  }

  html body .site-header .project-mega-inner {
    gap: 30px 34px !important;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
    max-height: calc(100vh - 128px);
    overflow-y: auto;
    padding: 32px 36px 28px !important;
  }

  html body .site-header .project-mega-col h4 {
    margin-bottom: 12px !important;
  }

  html body .site-header .project-mega-col ul {
    gap: 12px !important;
  }

  html body .site-header .project-mega-col li span {
    font-size: .88rem;
    line-height: 1.25;
  }

  html body .site-header .project-mega-view {
    margin-top: 18px !important;
  }
}

/* Projects overview page: unified DOCX-driven project catalogue */
html body .contech-project-index {
  background: #f7faf6;
  color: var(--body-ink);
}

html body .contech-project-index .contech-page-hero {
  border-bottom-color: #f7faf6 !important;
}

html body .project-overview-controls {
  background: #ffffff;
  border-bottom: 1px solid #d8e4df;
  border-top: 1px solid #d8e4df;
  padding: 28px 0;
  position: relative;
  z-index: 4;
}

html body .project-filter-panel {
  display: grid;
  align-items: end;
  gap: 18px 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(148px, auto);
}

html body .project-filter-select-field {
  display: grid;
  gap: 10px;
  min-width: 0;
}

html body .project-select-wrap {
  display: block;
  min-width: 0;
  position: relative;
}

html body .project-select-wrap::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #004235;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

html body .project-select-wrap select {
  appearance: none;
  background: #ffffff;
  border: 1px solid #b7cec7;
  border-radius: 6px;
  color: #004235;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: .82rem;
  font-weight: 850;
  height: 54px;
  letter-spacing: .05em;
  line-height: 1.2;
  max-width: 100%;
  outline: none;
  padding: 0 48px 0 17px;
  text-transform: uppercase;
  transition: background .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease), color .22s var(--ease);
  width: 100%;
}

html body .project-select-wrap select:hover,
html body .project-select-wrap select:focus {
  border-color: #004235;
  box-shadow: 0 0 0 4px rgba(0, 66, 53, .08);
}

html body .project-select-wrap select:focus {
  background: #fbfffd;
}

html body .project-custom-filters-ready .project-select-wrap::after {
  display: none;
}

html body .project-custom-filters-ready .project-select-wrap select {
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1px;
}

html body .project-custom-select-trigger {
  align-items: center;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  border: 1px solid #b7cec7;
  border-radius: 6px;
  color: #004235;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: .82rem;
  font-weight: 850;
  gap: 18px;
  height: 56px;
  justify-content: space-between;
  letter-spacing: .05em;
  line-height: 1.2;
  padding: 0 17px;
  text-align: left;
  text-transform: uppercase;
  transition: background .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease), color .22s var(--ease);
  width: 100%;
}

html body .project-custom-select-value {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body .project-custom-select-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #004235;
  flex: 0 0 auto;
  transition: transform .22s var(--ease);
}

html body .project-select-wrap.is-open .project-custom-select-arrow {
  transform: rotate(180deg);
}

html body .project-custom-select-trigger:hover,
html body .project-custom-select-trigger:focus,
html body .project-select-wrap.is-open .project-custom-select-trigger {
  background: #ffffff;
  border-color: #004235;
  box-shadow: 0 0 0 4px rgba(0, 66, 53, .08), 0 14px 30px rgba(0, 63, 53, .08);
  outline: none;
}

html body .project-custom-select-menu {
  background: #ffffff;
  border: 1px solid #b7cec7;
  border-radius: 6px;
  box-shadow: 0 24px 54px rgba(0, 63, 53, .16);
  left: 0;
  max-height: 310px;
  opacity: 0;
  overflow-y: auto;
  padding: 7px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 9px);
  transform: translateY(-6px);
  transition: opacity .18s var(--ease), transform .18s var(--ease), visibility .18s var(--ease);
  visibility: hidden;
  z-index: 80;
}

html body .project-select-wrap.is-open .project-custom-select-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

html body .project-custom-select-option {
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: #294e46;
  cursor: pointer;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.3;
  min-height: 42px;
  padding: 12px 13px;
  text-align: left;
  text-transform: uppercase;
  transition: background .18s var(--ease), color .18s var(--ease);
  width: 100%;
}

html body .project-custom-select-option:hover,
html body .project-custom-select-option:focus {
  background: #eef6f3;
  color: #004235;
  outline: none;
}

html body .project-custom-select-option[aria-selected="true"] {
  background: #004235;
  color: #ffffff;
}

html body .project-filter-group {
  align-items: start;
  border-top: 1px solid #dbe7e2;
  display: grid;
  gap: 18px;
  grid-template-columns: 180px minmax(0, 1fr);
  padding: 18px 0;
}

html body .project-filter-group:first-child {
  border-top: 0;
  padding-top: 0;
}

html body .project-filter-label {
  color: #004235;
  font-family: "Montserrat", sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

html body .project-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

html body .project-filter-button {
  background: #ffffff;
  border: 1px solid #bed2cb;
  border-radius: 4px;
  color: #004235;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.2;
  min-height: 40px;
  padding: 10px 14px;
  text-transform: uppercase;
  transition: background .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease), transform .22s var(--ease);
}

html body .project-filter-button:hover,
html body .project-filter-button.is-active {
  background: #004235;
  border-color: #004235;
  color: #ffffff;
}

html body .project-filter-button:hover {
  transform: translateY(-1px);
}

html body .project-filter-button[hidden],
html body .project-overview-card[hidden],
html body .project-filter-empty[hidden] {
  display: none !important;
}

html body .project-filter-count {
  align-items: center;
  border-left: 0;
  border-top: 1px solid #dbe7e2;
  color: var(--body-muted);
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: .78rem;
  font-weight: 700;
  gap: 6px;
  grid-column: 1 / -1;
  justify-content: space-between;
  min-height: 0;
  letter-spacing: .05em;
  padding-left: 0;
  padding-top: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

html body .project-filter-count strong {
  color: #004235;
  font-weight: 900;
}

html body .project-filter-reset-field {
  align-self: end;
  display: flex;
  min-width: 0;
}

html body .project-filter-reset {
  align-items: center;
  background: #004235;
  border: 1px solid #004235;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: .76rem;
  font-weight: 850;
  justify-content: center;
  letter-spacing: .07em;
  line-height: 1.2;
  height: 56px;
  min-height: 56px;
  padding: 0 18px;
  text-transform: uppercase;
  transition: background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
  white-space: nowrap;
  width: 100%;
}

html body .project-filter-reset:hover,
html body .project-filter-reset:focus {
  background: #ffffff;
  color: #004235;
  outline: none;
  transform: translateY(-1px);
}

html body .project-overview-list.sec-pad {
  background: #f7faf6 !important;
  padding-bottom: clamp(56px, 6vw, 84px) !important;
  padding-top: clamp(44px, 5vw, 68px) !important;
}

html body .project-overview-grid {
  align-items: stretch;
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html body .project-overview-card,
html body .project-overview-card:visited {
  background: #061f1b;
  border: 1px solid rgba(0, 66, 53, .18);
  border-radius: 6px;
  box-shadow: 0 22px 46px rgba(0, 63, 53, .14);
  color: #ffffff;
  display: block;
  min-height: 405px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
}

html body .project-overview-card:hover {
  border-color: rgba(143, 208, 194, .75);
  box-shadow: 0 28px 64px rgba(0, 63, 53, .22);
  transform: translateY(-5px);
}

html body .project-card-media {
  background: #061f1b;
  inset: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

html body .project-card-media img {
  display: block;
  filter: saturate(.88) contrast(1.04) brightness(.8);
  height: 100%;
  object-fit: cover;
  transition: filter .25s var(--ease), transform .45s var(--ease);
  width: 100%;
}

html body .project-overview-card:hover .project-card-media img {
  filter: saturate(.95) contrast(1.06) brightness(.7);
  transform: scale(1.045);
}

html body .project-overview-card::after {
  background:
    linear-gradient(180deg, rgba(0, 66, 53, .08) 0%, rgba(0, 66, 53, .38) 38%, rgba(0, 47, 41, .94) 100%),
    linear-gradient(90deg, rgba(0, 66, 53, .78), rgba(0, 66, 53, .24));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

html body .project-card-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: flex-end;
  min-height: 405px;
  padding: 30px;
  position: relative;
  z-index: 2;
}

html body .project-card-eyebrow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

html body .project-card-eyebrow span {
  border-left: 1px solid rgba(255, 255, 255, .45);
  color: rgba(231, 247, 243, .78);
  font-family: "Montserrat", sans-serif;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
  padding-left: 8px;
  text-transform: uppercase;
}

html body .project-card-eyebrow span:first-child {
  border-left: 0;
  color: #8fd0c2;
  padding-left: 0;
}

html body .project-overview-card h2 {
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 1.52rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
  overflow-wrap: anywhere;
}

html body .project-card-location {
  color: rgba(255, 255, 255, .78);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

html body .project-card-description {
  color: rgba(255, 255, 255, .83);
  flex: 0;
  font-size: .96rem;
  line-height: 1.65;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: max-height .28s var(--ease), opacity .24s var(--ease), transform .24s var(--ease);
}

html body .project-overview-card:hover .project-card-description {
  max-height: 58px;
  opacity: 1;
  transform: translateY(0);
}

html body .project-card-badges {
  background: rgba(255, 255, 255, .16);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4px;
}

html body .project-card-badges span {
  background: rgba(2, 42, 36, .62);
  min-width: 0;
  padding: 11px 10px;
}

html body .project-card-badges small,
html body .project-card-badges strong {
  display: block;
  overflow-wrap: anywhere;
}

html body .project-card-badges small {
  color: rgba(198, 234, 226, .82);
  font-family: "Montserrat", sans-serif;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.15;
  margin-bottom: 5px;
  text-transform: uppercase;
}

html body .project-card-badges strong {
  color: #ffffff;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.28;
}

html body .project-card-more {
  color: #8fd0c2;
  font-family: "Montserrat", sans-serif;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  margin-top: 2px;
  text-transform: uppercase;
}

html body .project-filter-empty {
  border-top: 1px solid #d8e4df;
  color: #004235;
  font-family: var(--heading-font);
  font-size: 1.55rem;
  margin: 10px 0 0;
  padding-top: 30px;
}

html body .project-overview-cta.sec-pad {
  background: #ffffff !important;
  padding-bottom: clamp(54px, 6vw, 78px) !important;
  padding-top: 0 !important;
}

html body .project-cta-band {
  align-items: center;
  background: #004235;
  color: #ffffff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(30px, 4vw, 46px);
}

html body .project-cta-band .label {
  color: #c8efe6;
  margin-bottom: 14px;
}

html body .project-cta-band h2 {
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

html body .project-cta-band p {
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
  line-height: 1.65;
  margin: 14px 0 0;
  max-width: 720px;
}

html body .project-cta-band .btn {
  background: #ffffff;
  border-color: #ffffff;
  color: #004235;
  justify-self: end;
  white-space: nowrap;
}

html body .project-cta-band .btn:hover {
  background: #c8efe6;
  border-color: #c8efe6;
  color: #004235;
}

html body .site-header .project-mega-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body .site-header .project-mega-col.project-mega-vertical h4 {
  border-bottom: 1px solid #d8e4df;
  margin-bottom: 14px !important;
  padding-bottom: 14px;
}

html body .site-header .project-mega-col.project-mega-vertical h4 a {
  color: #004235 !important;
  font-family: var(--heading-font);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
}

html body .site-header .project-mega-col .project-mega-category {
  border-bottom: 1px solid rgba(0, 66, 53, .12);
  padding: 8px 0;
}

html body .site-header .project-mega-col .project-mega-category span {
  color: #294e46;
  font-size: .92rem;
  line-height: 1.35;
}

html body .site-header .project-mega-view {
  color: #004235 !important;
  font-weight: 900;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

@media (max-width: 1100px) {
  html body .project-filter-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body .project-filter-category-field,
  html body .project-filter-reset-field,
  html body .project-filter-count {
    grid-column: 1 / -1;
  }

  html body .project-filter-reset-field {
    justify-content: flex-start;
  }

  html body .project-filter-reset {
    width: min(220px, 100%);
  }

  html body .project-filter-count {
    border-left: 0;
    border-top: 1px solid #dbe7e2;
    padding-left: 0;
    padding-top: 18px;
  }

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

  html body .project-card-badges {
    grid-template-columns: 1fr;
  }

  html body .project-cta-band {
    grid-template-columns: 1fr;
  }

  html body .project-cta-band .btn {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  html body .project-filter-panel {
    grid-template-columns: 1fr;
  }

  html body .project-filter-group {
    grid-template-columns: 1fr;
  }

  html body .site-header.nav-open .project-mega-inner {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  html body .project-overview-controls {
    padding: 22px 0;
  }

  html body .project-filter-count {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  html body .project-filter-reset {
    width: 100%;
  }

  html body .project-select-wrap select,
  html body .project-custom-select-trigger {
    font-size: .76rem;
    height: 50px;
    padding-left: 14px;
    padding-right: 42px;
  }

  html body .project-custom-select-menu {
    max-height: 260px;
  }

  html body .project-custom-select-option {
    font-size: .72rem;
    min-height: 40px;
    padding: 11px 12px;
  }

  html body .project-filter-options {
    gap: 8px;
  }

  html body .project-filter-button {
    font-size: .7rem;
    min-height: 38px;
    padding: 9px 11px;
  }

  html body .project-overview-grid {
    grid-template-columns: 1fr;
  }

  html body .project-card-content {
    padding: 20px;
  }

  html body .project-overview-card h2 {
    font-size: 1.28rem;
  }

  html body .project-cta-band {
    padding: 26px 22px;
  }

  html body .project-cta-band h2 {
    font-size: 1.85rem;
  }
}

/* Our Story hero: text-only layout with equal CTA buttons */
html body.page-id-81 .story-redesign-hero .story-redesign-hero-grid {
  align-items: start !important;
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 820px;
}

html body.page-id-81 .story-redesign-hero .story-redesign-hero-copy {
  align-self: start;
}

html body.page-id-81 .story-redesign-hero .story-redesign-actions {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
}

html body.page-id-81 .story-redesign-hero .story-redesign-actions .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 56px;
  padding-left: 42px !important;
  padding-right: 42px !important;
  text-align: center;
  width: 100%;
}

html body.page-id-81 .story-redesign-hero .story-redesign-media {
  display: none !important;
}

@media (max-width: 1100px) {
  html body.page-id-81 .story-redesign-hero .story-redesign-hero-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  html body.page-id-81 .story-redesign-hero .story-redesign-actions {
    grid-template-columns: 1fr;
  }

  html body.page-id-81 .story-redesign-hero .story-redesign-actions .btn {
    min-height: 52px;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}

/* Project detail heroes: align with the Our Story editorial hero */
html body.single-contech_project .detail-hero-project {
  background:
    linear-gradient(90deg, rgba(31, 53, 50, .98) 0%, rgba(67, 88, 86, .97) 58%, rgba(39, 67, 63, .98) 100%),
    var(--hero-green) !important;
  border-bottom: 30px solid #ffffff !important;
  min-height: 0 !important;
  padding-bottom: clamp(54px, 5vw, 66px) !important;
  padding-top: clamp(112px, 8.5vw, 132px) !important;
}

html body.single-contech_project .detail-hero-project .detail-hero-inner {
  align-items: stretch !important;
  gap: clamp(34px, 5vw, 72px) !important;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr) !important;
  max-width: 1220px;
}

html body.single-contech_project .detail-hero-project .detail-copy {
  align-self: center;
  max-width: 760px !important;
}

html body.single-contech_project .detail-hero-project .detail-kicker-row {
  margin-bottom: 24px !important;
}

html body.single-contech_project .detail-hero-project .detail-title {
  color: #ffffff !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(2.25rem, 4vw, 4.35rem) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  max-width: 850px;
  text-transform: none !important;
}

html body.single-contech_project .detail-hero-project .detail-meta {
  color: rgba(255, 255, 255, .86) !important;
  display: flex !important;
  gap: 14px !important;
  margin-top: 22px !important;
}

html body.single-contech_project .detail-hero-project .detail-meta span,
html body.single-contech_project .detail-hero-project .detail-meta span:first-child {
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .3) !important;
  border-radius: 0 !important;
  min-height: 0 !important;
  padding: 0 0 0 14px !important;
  width: auto !important;
}

html body.single-contech_project .detail-hero-project .detail-meta span:first-child {
  border-left: 0 !important;
  padding-left: 0 !important;
}

html body.single-contech_project .detail-hero-project .detail-hero-media {
  align-self: stretch !important;
  aspect-ratio: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  max-height: none !important;
  min-height: clamp(380px, 34vw, 500px) !important;
  opacity: .82;
  width: 100% !important;
}

html body.single-contech_project .detail-hero-project .detail-hero-media img {
  filter: saturate(.8) contrast(1.03) brightness(.82);
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  width: 100% !important;
}

@media (max-width: 1100px) {
  html body.single-contech_project .detail-hero-project .detail-hero-inner {
    grid-template-columns: 1fr !important;
  }

  html body.single-contech_project .detail-hero-project .detail-hero-media {
    min-height: 320px !important;
    width: min(100%, 620px) !important;
  }
}

@media (max-width: 720px) {
  html body.single-contech_project .detail-hero-project {
    border-bottom-width: 20px !important;
    padding-bottom: 42px !important;
    padding-top: 96px !important;
  }

  html body.single-contech_project .detail-hero-project .detail-title {
    font-size: clamp(2rem, 10vw, 3rem) !important;
  }

  html body.single-contech_project .detail-hero-project .detail-hero-media {
    display: none !important;
  }
}

/* Projects overview hero: text-only layout */
html body .contech-project-index-hero .wrap {
  max-width: 820px;
}

/* Home hero breathing room */
html body.home .hero,
html body.front-page .hero {
  align-items: flex-start;
  min-height: clamp(760px, 90vh, 900px);
}

html body.home .hero-inner,
html body.front-page .hero-inner {
  padding-bottom: clamp(70px, 8vh, 110px) !important;
  padding-top: clamp(58px, 7vh, 78px) !important;
}

html body.home .hero .eyebrow,
html body.front-page .hero .eyebrow {
  margin-bottom: 34px;
  margin-top: 0;
}

html body.home .hero-pretitle,
html body.front-page .hero-pretitle {
  margin-bottom: 34px;
}

html body.home .hero h1,
html body.front-page .hero h1 {
  font-size: clamp(2.35rem, 5.4vw, 4.75rem) !important;
}

@media (max-width: 1100px) {
  html body.home .hero-inner,
  html body.front-page .hero-inner {
    padding-top: clamp(58px, 7vh, 74px) !important;
    padding-bottom: 72px !important;
  }
}

@media (max-width: 720px) {
  html body.home .hero,
  html body.front-page .hero {
    min-height: 690px;
  }

  html body.home .hero-inner,
  html body.front-page .hero-inner {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  html body.home .hero .eyebrow,
  html body.front-page .hero .eyebrow {
    margin-bottom: 24px;
  }

  html body.home .hero-pretitle,
  html body.front-page .hero-pretitle {
    margin-bottom: 26px;
  }

  html body.home .hero h1,
  html body.front-page .hero h1 {
    font-size: clamp(1.9rem, 7.2vw, 2.75rem) !important;
  }
}

/* Vertical detail hero image width */
html body.single-contech_vertical .vertical-page .detail-hero-inner,
html body.single-contech_vertical .vertical-page .vertical-hero .detail-hero-inner {
  gap: clamp(34px, 4.5vw, 64px) !important;
  grid-template-columns: minmax(460px, 1.08fr) minmax(430px, .92fr) !important;
  max-width: min(1320px, calc(100vw - 96px)) !important;
}

html body.single-contech_vertical .vertical-page .vertical-hero-media {
  justify-self: end;
  min-height: clamp(380px, 34vw, 500px) !important;
  width: 100% !important;
}

html body.single-contech_vertical .vertical-page .vertical-hero-media img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

@media (max-width: 1100px) {
  html body.single-contech_vertical .vertical-page .detail-hero-inner,
  html body.single-contech_vertical .vertical-page .vertical-hero .detail-hero-inner {
    grid-template-columns: 1fr !important;
    max-width: min(1120px, calc(100vw - 44px)) !important;
  }

  html body.single-contech_vertical .vertical-page .vertical-hero-media {
    min-height: clamp(360px, 56vw, 520px) !important;
  }
}

@media (max-width: 720px) {
  html body.single-contech_vertical .vertical-page .vertical-hero-media {
    min-height: 320px !important;
  }
}

/* Unified inner page hero spacing */
html body:not(.home) .contech-page-hero,
html body:not(.home) .contech-page-hero.contech-company-page.sec-pad,
html body:not(.home) .detail-hero,
html body:not(.home) .vertical-page .vertical-hero,
html body.page-id-81 .story-redesign-hero {
  border-bottom-width: 30px !important;
  padding-bottom: clamp(58px, 5vw, 72px) !important;
  padding-top: clamp(116px, 8vw, 136px) !important;
}

html body:not(.home) .contech-page-hero > .wrap,
html body:not(.home) .contech-page-hero .wrap,
html body:not(.home) .detail-hero-inner,
html body:not(.home) .vertical-page .detail-hero-inner,
html body.page-id-81 .story-redesign-hero > .wrap,
html body.page-id-81 .story-redesign-hero-grid {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: min(1220px, calc(100vw - 96px)) !important;
}

html body:not(.home) .contech-page-hero .contech-page-copy,
html body:not(.home) .detail-copy,
html body:not(.home) .vertical-page .detail-copy,
html body.page-id-81 .story-redesign-hero-copy {
  max-width: 820px !important;
}

html body:not(.home) .contech-page-hero > .wrap,
html body:not(.home) .contech-page-hero .wrap {
  width: min(820px, calc(100vw - 96px)) !important;
}

html body:not(.home) .contech-page-hero .contech-page-copy {
  margin-left: auto !important;
  margin-right: auto !important;
  width: min(820px, calc(100vw - 96px)) !important;
}

html body.page-id-81 .story-redesign-hero > .wrap,
html body.page-id-81 .story-redesign-hero-grid,
html body.page-id-81 .story-redesign-hero-copy {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none !important;
  width: min(820px, calc(100vw - 96px)) !important;
}

html body:not(.home) .contech-page-hero h1,
html body:not(.home) .detail-hero h1,
html body:not(.home) .detail-title,
html body:not(.home) .vertical-page .detail-title,
html body.page-id-81 .story-redesign-hero h1 {
  margin-bottom: 0 !important;
}

html body:not(.home) .contech-page-hero p,
html body:not(.home) .contech-page-hero .contech-page-copy p,
html body:not(.home) .detail-subtitle,
html body:not(.home) .vertical-page .vertical-hero-headline,
html body:not(.home) .vertical-page .detail-subtitle,
html body.page-id-81 .story-redesign-hero p {
  margin-top: 24px !important;
}

html body.single-contech_project .detail-hero-project .detail-hero-inner,
html body.single-contech_vertical .vertical-page .detail-hero-inner,
html body.single-contech_vertical .vertical-page .vertical-hero .detail-hero-inner,
html body.single-post .detail-hero-blog .detail-hero-inner {
  align-items: center !important;
  gap: clamp(34px, 4.5vw, 64px) !important;
}

@media (min-width: 1101px) {
  html body.single-contech_project .detail-hero-project .detail-hero-inner,
  html body.single-post .detail-hero-blog .detail-hero-inner {
    grid-template-columns: minmax(380px, .92fr) minmax(500px, 1.08fr) !important;
  }
}

@media (max-width: 1100px) {
  html body:not(.home) .contech-page-hero > .wrap,
  html body:not(.home) .contech-page-hero .wrap,
  html body:not(.home) .detail-hero-inner,
  html body:not(.home) .vertical-page .detail-hero-inner,
  html body.page-id-81 .story-redesign-hero > .wrap,
  html body.page-id-81 .story-redesign-hero-grid {
    width: min(100%, calc(100vw - 48px)) !important;
  }

  html body:not(.home) .contech-page-hero > .wrap,
  html body:not(.home) .contech-page-hero .wrap {
    width: min(820px, calc(100vw - 48px)) !important;
  }

  html body:not(.home) .contech-page-hero .contech-page-copy {
    width: min(820px, calc(100vw - 48px)) !important;
  }

  html body.page-id-81 .story-redesign-hero > .wrap,
  html body.page-id-81 .story-redesign-hero-grid,
  html body.page-id-81 .story-redesign-hero-copy {
    width: min(820px, calc(100vw - 48px)) !important;
  }
}

@media (max-width: 720px) {
  html body:not(.home) .contech-page-hero,
  html body:not(.home) .contech-page-hero.contech-company-page.sec-pad,
  html body:not(.home) .detail-hero,
  html body:not(.home) .vertical-page .vertical-hero,
  html body.page-id-81 .story-redesign-hero {
    border-bottom-width: 20px !important;
    padding-bottom: 44px !important;
    padding-top: 96px !important;
  }
}

/* Vertical detail content section refinement */
html body.single-contech_vertical .vertical-page .vertical-detail-body {
  background: linear-gradient(180deg, #fbfcfa 0%, #f4f8f5 100%) !important;
  padding-bottom: clamp(72px, 7vw, 104px) !important;
  padding-top: clamp(68px, 7vw, 98px) !important;
}

html body.single-contech_vertical .vertical-page .vertical-detail-grid {
  align-items: start !important;
  gap: clamp(42px, 6vw, 92px) !important;
  grid-template-columns: minmax(230px, 280px) minmax(0, 920px) !important;
}

html body.single-contech_vertical .vertical-page .vertical-detail-rail {
  background: rgba(255, 255, 255, .52) !important;
  border: 1px solid #d7e3de !important;
  border-top: 3px solid var(--teal) !important;
  gap: 0 !important;
  padding: 0 22px 22px !important;
  position: sticky;
  top: 108px;
}

html body.single-contech_vertical .vertical-page .vertical-index-card,
html body.single-contech_vertical .vertical-page .vertical-rail-card {
  border-bottom: 1px solid #d7e3de !important;
  padding: 22px 0 !important;
}

html body.single-contech_vertical .vertical-page .vertical-index-card span,
html body.single-contech_vertical .vertical-page .vertical-rail-kicker {
  color: var(--teal) !important;
  font-size: .72rem !important;
  letter-spacing: .14em !important;
}

html body.single-contech_vertical .vertical-page .vertical-index-card strong {
  font-size: clamp(3rem, 4.4vw, 4.35rem) !important;
  margin: 14px 0 8px !important;
}

html body.single-contech_vertical .vertical-page .vertical-rail-card strong {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: 1.02rem !important;
  line-height: 1.48 !important;
}

html body.single-contech_vertical .vertical-page .vertical-detail-rail .btn {
  margin-top: 24px !important;
  min-height: 52px;
  width: 100%;
}

html body.single-contech_vertical .vertical-page .vertical-rich-content {
  max-width: 920px !important;
  width: 100% !important;
}

html body.single-contech_vertical .vertical-page .vertical-section-lead,
html body.single-contech_vertical .vertical-page .vertical-rich-content .vertical-section-lead {
  border-bottom: 1px solid #d7e3de !important;
  margin-bottom: 42px !important;
  max-width: 920px !important;
  padding-bottom: clamp(34px, 4vw, 48px) !important;
}

html body.single-contech_vertical .vertical-page .vertical-section-kicker {
  color: var(--teal) !important;
  font-family: var(--heading-font) !important;
  font-size: .78rem !important;
  font-weight: 600 !important;
  gap: 14px;
  letter-spacing: .02em !important;
  margin-bottom: 18px !important;
}

html body.single-contech_vertical .vertical-page .vertical-section-kicker::before {
  background: var(--teal) !important;
  width: 34px;
}

html body.single-contech_vertical .vertical-page .vertical-section-lead h2 {
  color: var(--body-ink) !important;
  font-size: clamp(2rem, 3.1vw, 3.15rem) !important;
  line-height: 1.12 !important;
  margin-bottom: 18px !important;
  max-width: 900px !important;
}

html body.single-contech_vertical .vertical-page .vertical-lead {
  color: #395b55 !important;
  font-size: clamp(1.18rem, 1.65vw, 1.55rem) !important;
  line-height: 1.55 !important;
  max-width: 840px !important;
}

html body.single-contech_vertical .vertical-page .vertical-section-lead p:not(.vertical-lead) {
  color: #536b66 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
  max-width: 780px !important;
}

html body.single-contech_vertical .vertical-page .vertical-position-grid {
  border-bottom: 1px solid #d7e3de;
  border-top: 1px solid #d7e3de;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 34px !important;
}

html body.single-contech_vertical .vertical-page .vertical-position-grid > div {
  border-top: 0 !important;
  padding: 30px 32px 32px 0 !important;
}

html body.single-contech_vertical .vertical-page .vertical-position-grid > div:nth-child(2n) {
  border-left: 1px solid #d7e3de !important;
  padding-left: 32px !important;
}

html body.single-contech_vertical .vertical-page .vertical-position-grid > div:nth-child(n+3) {
  border-top: 1px solid #d7e3de !important;
}

html body.single-contech_vertical .vertical-page .vertical-position-grid strong {
  display: block;
  font-size: clamp(1.08rem, 1.3vw, 1.25rem) !important;
  margin-bottom: 12px;
}

html body.single-contech_vertical .vertical-page .vertical-position-grid p {
  color: #536b66 !important;
  font-size: .96rem !important;
  line-height: 1.68 !important;
  margin: 0 !important;
}

@media (max-width: 1100px) {
  html body.single-contech_vertical .vertical-page .vertical-detail-grid {
    grid-template-columns: 1fr !important;
  }

  html body.single-contech_vertical .vertical-page .vertical-detail-rail {
    position: static;
  }
}

@media (max-width: 720px) {
  html body.single-contech_vertical .vertical-page .vertical-detail-rail {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  html body.single-contech_vertical .vertical-page .vertical-position-grid {
    grid-template-columns: 1fr !important;
  }

  html body.single-contech_vertical .vertical-page .vertical-position-grid > div,
  html body.single-contech_vertical .vertical-page .vertical-position-grid > div:nth-child(2n) {
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body.single-contech_vertical .vertical-page .vertical-position-grid > div + div {
    border-top: 1px solid #d7e3de !important;
  }
}

/* Project detail page editorial refresh */
html body.single-contech_project .detail-main {
  background: linear-gradient(180deg, #fbfcfa 0%, #ffffff 52%, #f4f8f5 100%) !important;
  color: var(--body-text) !important;
}

html body.single-contech_project .detail-body {
  background: transparent !important;
  border-bottom: 1px solid #d8e4df;
  padding-bottom: clamp(70px, 7vw, 104px) !important;
  padding-top: clamp(70px, 7vw, 104px) !important;
}

html body.single-contech_project .detail-content-grid {
  align-items: start !important;
  display: grid !important;
  gap: clamp(42px, 6vw, 86px) !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px) !important;
}

html body.single-contech_project .detail-content {
  color: #536b66 !important;
  max-width: 860px !important;
}

html body.single-contech_project .detail-content .detail-label {
  color: var(--teal) !important;
  margin-bottom: 24px !important;
}

html body.single-contech_project .detail-lead {
  border-bottom: 1px solid #d7e3de;
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.5rem, 2.2vw, 2.25rem) !important;
  font-weight: 500 !important;
  line-height: 1.32 !important;
  margin-bottom: 30px !important;
  padding-bottom: 28px;
}

html body.single-contech_project .detail-content p,
html body.single-contech_project .detail-content li {
  color: #536b66 !important;
  font-size: 1.04rem;
  line-height: 1.78;
}

html body.single-contech_project .detail-content h2,
html body.single-contech_project .detail-content h3,
html body.single-contech_project .detail-content h4 {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-weight: 500;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.single-contech_project .detail-sidebar {
  background: rgba(255, 255, 255, .66) !important;
  border: 1px solid #d7e3de;
  border-top: 3px solid var(--teal);
  box-shadow: 0 18px 46px rgba(0, 63, 53, .07);
  gap: 0 !important;
  padding: 0 22px 22px;
  position: sticky;
  top: 108px;
}

html body.single-contech_project .detail-side-panel {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #d7e3de !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 20px 0 !important;
}

html body.single-contech_project .detail-side-panel span {
  color: var(--teal) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: .72rem !important;
  font-weight: 700;
  letter-spacing: .14em !important;
}

html body.single-contech_project .detail-side-panel strong {
  color: var(--body-ink) !important;
  font-family: var(--heading-font) !important;
  font-size: 1.08rem !important;
  font-weight: 500 !important;
  line-height: 1.38 !important;
}

html body.single-contech_project .detail-sidebar .btn {
  margin-top: 24px !important;
  min-height: 52px;
}

html body.single-contech_project .detail-related {
  background: #f4f8f5 !important;
  padding-bottom: clamp(70px, 7vw, 104px) !important;
  padding-top: clamp(64px, 6vw, 92px) !important;
}

html body.single-contech_project .detail-related .v-head {
  border-bottom: 1px solid #d7e3de;
  margin-bottom: 32px;
  padding-bottom: 26px;
}

html body.single-contech_project .detail-project-grid {
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.single-contech_project .detail-project-grid .pcard,
html body.single-contech_project .detail-project-grid .pcard.half {
  grid-column: auto !important;
  min-height: 330px !important;
}

html body.single-contech_project .detail-project-grid .pcard h3 {
  font-size: clamp(1.28rem, 1.7vw, 1.75rem);
  line-height: 1.18;
  max-width: 100%;
}

@media (max-width: 1100px) {
  html body.single-contech_project .detail-content-grid,
  html body.single-contech_project .detail-project-grid {
    grid-template-columns: 1fr !important;
  }

  html body.single-contech_project .detail-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  html body.single-contech_project .detail-sidebar {
    padding-left: 18px;
    padding-right: 18px;
  }

  html body.single-contech_project .detail-project-grid .pcard,
  html body.single-contech_project .detail-project-grid .pcard.half {
    min-height: 300px !important;
  }
}

/* Home engagement section */
html body .contech-home-engagement {
  background:
    linear-gradient(180deg, #fbfcfa 0%, #f1f6f2 100%);
}

html body .contech-home-engagement .vertical-process {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid #cfded8;
  border-bottom: 1px solid #cfded8;
}

html body .contech-home-engagement .vertical-process > div {
  background: transparent;
  border: 0;
  border-left: 1px solid #d7e3de;
  border-radius: 0;
  box-shadow: none;
  min-height: 278px;
  padding: 34px 28px 38px;
  position: relative;
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

html body .contech-home-engagement .vertical-process > div:first-child {
  border-left: 0;
}

html body .contech-home-engagement .vertical-process > div::after {
  background: #005744;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 28px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  width: 58px;
}

html body .contech-home-engagement .vertical-process > div:hover {
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(0, 63, 53, .10);
  transform: translateY(-4px);
}

html body .contech-home-engagement .vertical-process > div:hover::after {
  transform: scaleX(1);
}

html body .contech-home-engagement .vertical-process span {
  color: rgba(0, 66, 53, .10);
  display: block;
  font-family: var(--heading-font);
  font-size: clamp(3rem, 4.4vw, 4.65rem);
  font-weight: 600;
  line-height: .86;
  margin-bottom: 32px;
  text-shadow: none;
  -webkit-text-stroke: 1px rgba(0, 66, 53, .48);
}

html body .contech-home-engagement .vertical-process h3 {
  color: #003f35;
  font-family: var(--heading-font);
  font-size: clamp(1.28rem, 1.65vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 18px;
}

html body .contech-home-engagement .vertical-process p {
  color: #526c67;
  font-size: .98rem;
  line-height: 1.72;
  max-width: 32ch;
}

html body.home .contech-home-positioning .contech-page-copy p,
html body.front-page .contech-home-positioning .contech-page-copy p {
  font-size: clamp(1.55rem, 2.75vw, 2.55rem);
  line-height: 1.28;
}

html body.home .contech-home-positioning,
html body.front-page .contech-home-positioning {
  background: linear-gradient(180deg, #fbfcfa 0%, #f4f8f5 100%);
  border-bottom: 1px solid #d8e4df;
  border-top: 1px solid #d8e4df;
  padding-bottom: clamp(70px, 8vw, 108px);
  padding-top: clamp(74px, 8vw, 112px);
}

html body.home .contech-home-positioning .contech-page-split,
html body.front-page .contech-home-positioning .contech-page-split {
  align-items: start;
  column-gap: clamp(42px, 6vw, 86px);
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(360px, 1fr);
  max-width: 1180px;
  row-gap: 16px;
}

html body.home .contech-home-positioning .contech-page-copy,
html body.front-page .contech-home-positioning .contech-page-copy {
  display: contents;
}

html body.home .contech-home-positioning .contech-page-copy h2,
html body.front-page .contech-home-positioning .contech-page-copy h2 {
  color: var(--teal-deep);
  font-size: clamp(2.2rem, 3.75vw, 3.65rem);
  line-height: 1.05;
  margin: 0;
  max-width: 620px;
}

html body.home .contech-home-positioning .contech-page-copy .label,
html body.front-page .contech-home-positioning .contech-page-copy .label {
  grid-column: 1;
  margin-bottom: 0;
}

html body.home .contech-home-positioning .contech-page-copy h2 {
  grid-column: 1;
}

html body.front-page .contech-home-positioning .contech-page-copy h2 {
  grid-column: 1;
}

html body.home .contech-home-positioning .contech-page-copy .btn,
html body.front-page .contech-home-positioning .contech-page-copy .btn {
  grid-column: 2;
  justify-self: start;
  margin-top: 10px;
}

html body.home .contech-home-positioning .contech-page-copy p,
html body.front-page .contech-home-positioning .contech-page-copy p {
  color: #4f6863;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.12rem, 1.55vw, 1.48rem);
  font-weight: 400;
  grid-column: 2;
  line-height: 1.65;
  margin: 38px 0 0;
  max-width: 650px;
  position: relative;
}

html body.home .contech-home-positioning .contech-page-copy p::before,
html body.front-page .contech-home-positioning .contech-page-copy p::before {
  background: var(--teal);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -30px;
  width: 74px;
}

html body.home .manifesto .big,
html body.front-page .manifesto .big {
  font-size: clamp(1.45rem, 2.65vw, 2.25rem);
  line-height: 1.38;
  max-width: 1120px;
}

/* Home project cards */
html body.home section.projects > .wrap > .p-grid,
html body.front-page section.projects > .wrap > .p-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(18px, 1.8vw, 24px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html body.home section.projects > .wrap > .p-grid .pcard,
html body.home section.projects > .wrap > .p-grid .pcard.big,
html body.home section.projects > .wrap > .p-grid .pcard.sm,
html body.home section.projects > .wrap > .p-grid .pcard.half,
html body.front-page section.projects > .wrap > .p-grid .pcard,
html body.front-page section.projects > .wrap > .p-grid .pcard.big,
html body.front-page section.projects > .wrap > .p-grid .pcard.sm,
html body.front-page section.projects > .wrap > .p-grid .pcard.half {
  grid-column: auto;
  min-height: 0;
  aspect-ratio: 1.18 / 1;
  width: 100%;
}

html body.home section.projects > .wrap > .p-grid .pcard .pbg,
html body.front-page section.projects > .wrap > .p-grid .pcard .pbg {
  background-position: center;
  background-size: cover;
}

html body.home section.projects > .wrap > .p-grid .pcard .pinfo,
html body.front-page section.projects > .wrap > .p-grid .pcard .pinfo {
  padding: clamp(20px, 2vw, 28px);
  transform: none;
  width: 100%;
}

html body.home section.projects > .wrap > .p-grid .pcard h3,
html body.front-page section.projects > .wrap > .p-grid .pcard h3 {
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  line-height: 1.15;
  max-width: 100%;
}

html body.home section.projects > .wrap > .p-grid .pcard .ploc,
html body.front-page section.projects > .wrap > .p-grid .pcard .ploc {
  font-size: .78rem;
  line-height: 1.5;
  max-width: 58ch;
}

html body.home section.projects > .wrap > .p-grid .pcard .ptype,
html body.front-page section.projects > .wrap > .p-grid .pcard .ptype {
  font-size: .66rem;
  line-height: 1.25;
}

html body.home section.projects > .wrap > .p-grid .pcard .pstat,
html body.front-page section.projects > .wrap > .p-grid .pcard .pstat {
  font-size: .78rem;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  html body.home section.projects > .wrap > .p-grid,
  html body.front-page section.projects > .wrap > .p-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  html body .contech-home-engagement .vertical-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body .contech-home-engagement .vertical-process > div:nth-child(odd) {
    border-left: 0;
  }

  html body .contech-home-engagement .vertical-process > div:nth-child(n+3) {
    border-top: 1px solid #d7e3de;
  }
}

@media (max-width: 640px) {
  html body .contech-home-engagement .vertical-process {
    grid-template-columns: 1fr;
  }

  html body .contech-home-engagement .vertical-process > div,
  html body .contech-home-engagement .vertical-process > div:nth-child(odd) {
    border-left: 0;
  }

  html body .contech-home-engagement .vertical-process > div + div {
    border-top: 1px solid #d7e3de;
  }

  html body .contech-home-engagement .vertical-process > div {
    min-height: 0;
    padding: 28px 22px 32px;
  }

  html body.home .contech-home-positioning .contech-page-copy p,
  html body.front-page .contech-home-positioning .contech-page-copy p {
    font-size: clamp(1.05rem, 4.6vw, 1.35rem);
    line-height: 1.58;
  }

  html body.home .contech-home-positioning,
  html body.front-page .contech-home-positioning {
    padding-bottom: 58px;
    padding-top: 58px;
  }

  html body.home .contech-home-positioning .contech-page-copy h2,
  html body.front-page .contech-home-positioning .contech-page-copy h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  html body.home .contech-home-positioning .contech-page-split,
  html body.front-page .contech-home-positioning .contech-page-split {
    display: block;
  }

  html body.home .contech-home-positioning .contech-page-copy,
  html body.front-page .contech-home-positioning .contech-page-copy {
    display: block;
  }

  html body.home .contech-home-positioning .contech-page-copy p,
  html body.front-page .contech-home-positioning .contech-page-copy p {
    margin-top: 36px;
    max-width: 100%;
  }

  html body.home .manifesto .big,
  html body.front-page .manifesto .big {
    font-size: clamp(1.2rem, 5.4vw, 1.65rem);
    line-height: 1.42;
  }

  html body.home section.projects > .wrap > .p-grid,
  html body.front-page section.projects > .wrap > .p-grid {
    grid-template-columns: 1fr;
  }

  html body.home section.projects > .wrap > .p-grid .pcard,
  html body.home section.projects > .wrap > .p-grid .pcard.big,
  html body.home section.projects > .wrap > .p-grid .pcard.sm,
  html body.home section.projects > .wrap > .p-grid .pcard.half,
  html body.front-page section.projects > .wrap > .p-grid .pcard,
  html body.front-page section.projects > .wrap > .p-grid .pcard.big,
  html body.front-page section.projects > .wrap > .p-grid .pcard.sm,
  html body.front-page section.projects > .wrap > .p-grid .pcard.half {
    aspect-ratio: 1.45 / 1;
  }
}

/* Global section label rules: keep the decorative intro line compact site-wide. */
html body .label::before,
html body .eyebrow::before,
html body .blog-head .label::before,
html body .blog-head .label::after,
html body .contech-page-kicker::before,
html body .vertical-section-kicker::before,
html body .vertical-rail-kicker::before,
html body .detail-kicker-row .detail-label::before,
html body .detail-kicker-row .detail-back::before,
html body .story-redesign-kicker::before,
html body .testimonial-panel .label::before,
html body .project-mega-view::before,
html body.single-post .detail-related .blog-head .label::before,
html body.single-post .detail-related .blog-head .label::after,
html body.single-contech_vertical .vertical-page .vertical-section-kicker::before {
  flex: 0 0 20px !important;
  min-width: 20px !important;
  width: 20px !important;
}

/* Final compact dash treatment across labels and text links. */
html body .label::before,
html body .eyebrow::before,
html body .blog-head .label::before,
html body .blog-head .label::after,
html body .contech-page-kicker::before,
html body .vertical-section-kicker::before,
html body .vertical-rail-kicker::before,
html body .detail-kicker-row .detail-label::before,
html body .detail-kicker-row .detail-back::before,
html body .story-redesign-kicker::before,
html body .testimonial-panel .label::before,
html body .project-mega-view::before,
html body .vertical-service-link::after,
html body.home .home-leadership-team .vertical-service-link::after,
html body.front-page .home-leadership-team .vertical-service-link::after,
html body.single-post .detail-related .blog-head .label::before,
html body.single-post .detail-related .blog-head .label::after,
html body.single-contech_vertical .vertical-page .vertical-section-kicker::before {
  flex-basis: 14px !important;
  min-width: 14px !important;
  width: 14px !important;
}

/* Site-wide final dash length: all decorative short rules stay compact. */
html body .label::before,
html body .eyebrow::before,
html body .hero .eyebrow::before,
html body .story .label::before,
html body .blog-head .label::before,
html body .blog-head .label::after,
html body .contech-page-kicker::before,
html body .contech-page-hero .label::before,
html body .contech-page-hero .contech-page-kicker::before,
html body .vertical-section-kicker::before,
html body .vertical-rail-kicker::before,
html body .detail-kicker-row .detail-label::before,
html body .detail-kicker-row .detail-back::before,
html body .detail-hero .detail-label::before,
html body .story-redesign-kicker::before,
html body .story-redesign-hero .story-redesign-kicker::before,
html body .testimonial-panel .label::before,
html body .project-mega-view::before,
html body .vertical-service-link::after,
html body .blog-more::after,
html body .story-redesign-pill h3::after,
html body .story-redesign-stat::before,
html body .contech-home-engagement .vertical-process > div::after,
html body .contech-home-positioning .contech-page-copy p::before,
html body .elementor-widget-contech_contact_form .contech-contact-form h2::after,
html body.home .home-leadership-team .vertical-service-card::before,
html body.home .home-leadership-team .vertical-service-link::after,
html body.front-page .home-leadership-team .vertical-service-card::before,
html body.front-page .home-leadership-team .vertical-service-link::after,
html body.single-post .detail-related .blog-head .label::before,
html body.single-post .detail-related .blog-head .label::after,
html body.single-contech_vertical .vertical-page .vertical-section-kicker::before {
  flex-basis: 10px !important;
  max-width: 10px !important;
  min-width: 10px !important;
  width: 10px !important;
}

/* Logo mark sizing: the transparent square asset needs a larger rendered box. */
html body .site-header .logo-img,
html body .elementor-page .site-header .logo-img {
  height: 58px !important;
  max-height: 58px !important;
  max-width: 84px !important;
  object-fit: contain !important;
  width: 84px !important;
}

html body .site-header.scrolled .logo-img,
html body .elementor-page .site-header.scrolled .logo-img {
  height: 58px !important;
  max-height: 58px !important;
  max-width: 84px !important;
  width: 84px !important;
}

html body .site-footer .footer-logo,
html body .contech-global-footer .site-footer .footer-logo,
html body .elementor-page .site-footer .footer-logo {
  height: 58px !important;
  max-height: 58px !important;
  max-width: 82px !important;
  width: 82px !important;
}

@media (max-width: 720px) {
  html body .site-header .logo-img,
  html body .site-header.scrolled .logo-img,
  html body .elementor-page .site-header .logo-img,
  html body .elementor-page .site-header.scrolled .logo-img {
    height: 58px !important;
    max-height: 58px !important;
    max-width: 84px !important;
    width: 84px !important;
  }

  html body .site-footer .footer-logo,
  html body .contech-global-footer .site-footer .footer-logo,
  html body .elementor-page .site-footer .footer-logo {
    height: 50px !important;
    max-height: 50px !important;
    max-width: 72px !important;
    width: 72px !important;
  }
}

/* Home hero: remove moving background media and use a right-side project image. */
html body.home .hero,
html body.front-page .hero {
  background:
    radial-gradient(circle at 86% 34%, rgba(111, 183, 168, .14), transparent 28%),
    linear-gradient(120deg, #2d4744 0%, #405a56 54%, #27413d 100%) !important;
}

html body.home .hero-bg,
html body.front-page .hero-bg {
  background: transparent !important;
}

html body.home .hero-bg video,
html body.home .hero-montage,
html body.home .hero-montage-slides,
html body.home .hero-montage-slide,
html body.front-page .hero-bg video,
html body.front-page .hero-montage,
html body.front-page .hero-montage-slides,
html body.front-page .hero-montage-slide {
  display: none !important;
}

html body.home .hero-veil,
html body.front-page .hero-veil {
  background:
    linear-gradient(90deg, rgba(31, 53, 50, .97) 0%, rgba(49, 75, 72, .86) 46%, rgba(49, 75, 72, .16) 74%, rgba(31, 53, 50, .38) 100%) !important;
}

html body.home .hero-inner,
html body.front-page .hero-inner {
  max-width: min(58vw, 760px) !important;
}

html body.home .hero p.sub,
html body.front-page .hero p.sub {
  margin-top: 24px !important;
  max-width: min(560px, 48vw) !important;
  position: relative;
  z-index: 4;
}

html body.home .hero-side-media,
html body.front-page .hero-side-media {
  border: 0;
  bottom: clamp(82px, 9vh, 118px);
  box-shadow: none;
  display: block;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: clamp(40px, 5vw, 78px);
  top: clamp(142px, 16vh, 174px);
  width: min(39vw, 560px);
  z-index: 2;
}

html body.home .hero-side-media::after,
html body.front-page .hero-side-media::after {
  display: none;
}

html body.home .hero-side-media img,
html body.front-page .hero-side-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

html body.home .hero .scrollcue,
html body.front-page .hero .scrollcue {
  display: none !important;
}

@media (max-width: 1100px) {
  html body.home .hero-inner,
  html body.front-page .hero-inner {
    max-width: 720px !important;
  }

  html body.home .hero p.sub,
  html body.front-page .hero p.sub {
    max-width: 620px !important;
  }

  html body.home .hero-side-media,
  html body.front-page .hero-side-media {
    bottom: 42px;
    height: 230px;
    left: 48px;
    right: 48px;
    top: auto;
    width: auto;
  }
}

@media (max-width: 720px) {
  html body.home .hero,
  html body.front-page .hero {
    min-height: 820px !important;
  }

  html body.home .hero p.sub,
  html body.front-page .hero p.sub {
    margin-top: 18px !important;
    max-width: 100% !important;
  }

  html body.home .hero-side-media,
  html body.front-page .hero-side-media {
    bottom: 34px;
    height: 180px;
    left: 24px;
    right: 24px;
  }
}

/* Our Story section headings */
html body.page-id-81 .story-redesign-section > .wrap > .reveal,
html body.page-id-81 .story-redesign-section .story-redesign-split > .reveal {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1120px !important;
  text-align: center !important;
}

html body.page-id-81 .story-redesign-section .story-redesign-kicker {
  justify-content: center !important;
}

html body.page-id-81 .story-redesign-section > .wrap > .reveal h2,
html body.page-id-81 .story-redesign-section .story-redesign-split > .reveal h2 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1120px !important;
  text-align: center !important;
}

/* Privacy Policy */
html body .contech-privacy-page {
  background: #f7faf8;
  color: var(--body-ink);
}

html body .contech-privacy-page .wrap {
  max-width: 1040px;
}

html body .privacy-policy-content {
  background: transparent;
  border: 0;
  padding: 0;
}

html body .privacy-policy-content h2 {
  color: var(--teal-deep);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.18;
  margin: 42px 0 16px;
}

html body .privacy-policy-content h2:first-child {
  margin-top: 0;
}

html body .privacy-policy-content p,
html body .privacy-policy-content li {
  color: #4f6863;
  font-size: 1rem;
  line-height: 1.78;
}

html body .privacy-policy-content ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 22px;
}

/* Final site-wide compact dash override. Keep decorative label/link lines short everywhere. */
html body .label::before,
html body .label::after,
html body .eyebrow::before,
html body .eyebrow::after,
html body [class*="kicker"]::before,
html body [class*="kicker"]::after,
html body .detail-label::before,
html body .detail-label::after,
html body .detail-back::before,
html body .project-mega-view::before,
html body .project-mega-view::after,
html body .vertical-service-link::after,
html body .blog-more::after,
html body .blog-head .label::before,
html body .blog-head .label::after,
html body .testimonial-panel .label::before,
html body .story-redesign-pill h3::after,
html body .story-redesign-stat::before,
html body .vertical-service-card::before,
html body .contech-home-engagement .vertical-process > div::after,
html body .contech-home-positioning .contech-page-copy p::before,
html body .elementor-widget-contech_contact_form .contech-contact-form h2::after,
html body.single-post .detail-related .blog-head .label::before,
html body.single-post .detail-related .blog-head .label::after {
  flex-basis: 14px !important;
  max-width: 14px !important;
  min-width: 14px !important;
  width: 14px !important;
}

html body.home .blog-more::after,
html body.front-page .blog-more::after {
  content: none !important;
  display: none !important;
}

/* Strongest dash size override: tiny decorative rules across all pages. */
html body .label::before,
html body .label::after,
html body .eyebrow::before,
html body .eyebrow::after,
html body [class*="kicker"]::before,
html body [class*="kicker"]::after,
html body [class*="label"]::before,
html body [class*="label"]::after,
html body .detail-back::before,
html body .project-mega-view::before,
html body .project-mega-view::after,
html body .vertical-service-link::after,
html body .blog-more::after,
html body .testimonial-panel .label::before,
html body .story-redesign-pill h3::after,
html body .story-redesign-stat::before,
html body .vertical-service-card::before,
html body .contech-home-engagement .vertical-process > div::after,
html body .contech-home-positioning .contech-page-copy p::before,
html body .elementor-widget-contech_contact_form .contech-contact-form h2::after {
  flex-basis: 6px !important;
  height: 1px !important;
  max-width: 6px !important;
  min-width: 6px !important;
  width: 6px !important;
}

/* Use a normal keyboard hyphen for decorative label dashes. */
html body .label::before,
html body .eyebrow::before,
html body .blog-head .label::before,
html body .blog-head .label::after,
html body .contech-page-kicker::before,
html body .vertical-section-kicker::before,
html body .vertical-rail-kicker::before,
html body .detail-kicker-row .detail-label::before,
html body .detail-kicker-row .detail-back::before,
html body .story-redesign-kicker::before,
html body .testimonial-panel .label::before,
html body .project-mega-view::before,
html body.single-post .detail-related .blog-head .label::before,
html body.single-post .detail-related .blog-head .label::after,
html body.single-contech_vertical .vertical-page .vertical-section-kicker::before {
  align-items: center !important;
  background: none !important;
  color: currentColor !important;
  content: "-" !important;
  display: inline-flex !important;
  flex-basis: auto !important;
  font: inherit !important;
  height: auto !important;
  line-height: 1 !important;
  max-width: none !important;
  min-width: 0 !important;
  width: auto !important;
}

/* Absolute final: all decorative dash marks render as a normal keyboard hyphen. */
html body .label::before,
html body .label::after,
html body .eyebrow::before,
html body .eyebrow::after,
html body .hero .eyebrow::before,
html body .story .label::before,
html body .blog-head .label::before,
html body .blog-head .label::after,
html body .contech-page-kicker::before,
html body .contech-page-hero .label::before,
html body .contech-page-hero .contech-page-kicker::before,
html body .vertical-section-kicker::before,
html body .vertical-section-kicker::after,
html body .vertical-rail-kicker::before,
html body .detail-kicker-row .detail-label::before,
html body .detail-hero .detail-label::before,
html body .story-redesign-kicker::before,
html body .story-redesign-hero .story-redesign-kicker::before,
html body .testimonial-panel .label::before,
html body .project-mega-view::before,
html body .project-mega-view::after,
html body .vertical-service-link::after,
html body .blog-more::after,
html body .story-redesign-pill h3::after,
html body .story-redesign-stat::before,
html body .vertical-service-card::before,
html body.home .home-leadership-team .vertical-service-card::before,
html body.home .home-leadership-team .vertical-service-link::after,
html body.front-page .home-leadership-team .vertical-service-card::before,
html body.front-page .home-leadership-team .vertical-service-link::after,
html body .contech-home-engagement .vertical-process > div::after,
html body .contech-home-positioning .contech-page-copy p::before,
html body .elementor-widget-contech_contact_form .contech-contact-form h2::after,
html body.single-post .detail-related .blog-head .label::before,
html body.single-post .detail-related .blog-head .label::after,
html body.single-contech_vertical .vertical-page .vertical-section-kicker::before {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: currentColor !important;
  content: "-" !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  flex-basis: auto !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  height: auto !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  transform: none !important;
  width: auto !important;
}

/* Deep final pass: page-specific decorative dashes also use a typed hyphen. */
html body.home .label::before,
html body.home .label::after,
html body.home .eyebrow::before,
html body.home .eyebrow::after,
html body.front-page .label::before,
html body.front-page .label::after,
html body.front-page .eyebrow::before,
html body.front-page .eyebrow::after,
html body.page-id-80 .contech-page-hero .label::before,
html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-form h2::after,
html body.page-id-81 .story-redesign-kicker::before,
html body.page-id-81 .story-redesign-hero .story-redesign-kicker::before,
html body.page-id-81 .story-redesign-section .story-redesign-kicker::before,
html body.page-id-81 .story-redesign-band .story-redesign-kicker::before,
html body.page-id-83 .contech-page-hero .label::before,
html body.page-id-98 .contech-page-hero .label::before,
html body.page-id-98 .contech-director-profile::after,
html body.single .detail-kicker-row .detail-label::before,
html body.single .detail-related .label::before,
html body.single .detail-related .label::after,
html body.single-post .detail-kicker-row .detail-label::before,
html body.single-post .detail-related .blog-head .label::before,
html body.single-post .detail-related .blog-head .label::after,
html body.single-contech_project .detail-kicker-row .detail-label::before,
html body.single-contech_project .detail-content .detail-label::before,
html body.single-contech_project .detail-related .label::before,
html body.single-contech_vertical .detail-kicker-row .detail-label::before,
html body.single-contech_vertical .vertical-page .detail-label::before,
html body.single-contech_vertical .vertical-page .vertical-section-kicker::before,
html body.single-contech_vertical .vertical-page .vertical-rail-kicker::before,
html body .contech-page-main .label::before,
html body .contech-page-main .label::after,
html body .detail-main .label::before,
html body .detail-main .label::after {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: currentColor !important;
  content: "-" !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  flex-basis: auto !important;
  font: inherit !important;
  height: auto !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  transform: none !important;
  width: auto !important;
}

/* Catch remaining small CSS-made decorative dashes without changing visual overlays. */
html body .contech-story-step::before,
html body .story-redesign-stat::before,
html body .story-redesign-pill h3::after,
html body .history-kinetic-axis button::before,
html body .history-kinetic-axis button::after,
html body .history-kinetic-axis button.active::before,
html body .history-kinetic-axis button.active::after,
html body.page-id-81 .story-redesign-stat::before,
html body.page-id-81 .story-redesign-pill h3::after,
html body.page-id-81 .history-kinetic-axis button::before,
html body.page-id-81 .history-kinetic-axis button::after,
html body.page-id-81 .history-kinetic-axis button.active::before,
html body.page-id-81 .history-kinetic-axis button.active::after,
html body .contech-home-engagement .vertical-process > div::after,
html body .contech-home-engagement .vertical-process > div:hover::after,
html body .contech-home-positioning .contech-page-copy p::before,
html body.home .contech-home-positioning .contech-page-copy p::before,
html body.front-page .contech-home-positioning .contech-page-copy p::before,
html body .blog-more::after,
html body .project-mega-view::before,
html body .project-mega-view::after,
html body .vertical-service-link::after,
html body.home .home-leadership-team .vertical-service-card::before,
html body.front-page .home-leadership-team .vertical-service-card::before,
html body.home .home-leadership-team .vertical-service-link::after,
html body.front-page .home-leadership-team .vertical-service-link::after,
html body.page-id-98 .contech-director-profile::after,
html body.page-id-80 .elementor-widget-contech_contact_form .contech-contact-form h2::after {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: currentColor !important;
  content: "-" !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  flex-basis: auto !important;
  font: inherit !important;
  height: auto !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  transform: none !important;
  width: auto !important;
}

/* Privacy Policy Elementor content container */
html body.page-id-3 .privacy-policy-content-widget,
html body.privacy-policy .privacy-policy-content-widget {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: min(1040px, calc(100vw - 96px)) !important;
  width: 100% !important;
}

html body.page-id-3 .privacy-policy-content-widget .elementor-widget-container,
html body.privacy-policy .privacy-policy-content-widget .elementor-widget-container,
html body.page-id-3 .privacy-policy-content,
html body.privacy-policy .privacy-policy-content {
  box-sizing: border-box !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  width: 100% !important;
}

html body.page-id-3 .privacy-policy-content,
html body.privacy-policy .privacy-policy-content {
  padding: clamp(42px, 6vw, 76px) 0 !important;
}

@media (max-width: 720px) {
  html body.page-id-3 .privacy-policy-content-widget,
  html body.privacy-policy .privacy-policy-content-widget {
    max-width: calc(100vw - 40px) !important;
  }
}

/* Restore full icon-plus-name logo sizing. */
html body .site-header .logo-img,
html body .site-header.scrolled .logo-img,
html body .elementor-page .site-header .logo-img,
html body .elementor-page .site-header.scrolled .logo-img {
  height: 35px !important;
  max-height: 35px !important;
  max-width: 148px !important;
  object-fit: contain !important;
  object-position: left center !important;
  width: auto !important;
}

html body .site-footer .footer-logo,
html body .contech-global-footer .site-footer .footer-logo,
html body .elementor-page .site-footer .footer-logo {
  height: 35px !important;
  max-height: 35px !important;
  max-width: 190px !important;
  object-fit: contain !important;
  object-position: left center !important;
  width: auto !important;
}

@media (max-width: 720px) {
  html body .site-header .logo-img,
  html body .site-header.scrolled .logo-img,
  html body .elementor-page .site-header .logo-img,
  html body .elementor-page .site-header.scrolled .logo-img {
    height: 30px !important;
    max-height: 30px !important;
    max-width: 128px !important;
  }

  html body .site-footer .footer-logo,
  html body .contech-global-footer .site-footer .footer-logo,
  html body .elementor-page .site-footer .footer-logo {
    height: 30px !important;
    max-height: 30px !important;
    max-width: 165px !important;
  }
}

/* Home disclaimer above footer */
html body.home .contech-home-disclaimer,
html body.front-page .contech-home-disclaimer {
  background: #f5f8f5;
  border-top: 1px solid rgba(0, 64, 53, .14);
  color: #49625e;
  padding: clamp(34px, 5vw, 58px) 0;
}

html body.home .contech-home-disclaimer .wrap,
html body.front-page .contech-home-disclaimer .wrap {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
}

html body.home .contech-home-disclaimer h2,
html body.front-page .contech-home-disclaimer h2 {
  color: var(--teal-deep);
  font-family: "Financier Display", Georgia, serif;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.08;
  margin: 0 0 18px;
  text-align: left;
}

html body.home .contech-home-disclaimer p,
html body.front-page .contech-home-disclaimer p {
  color: #536b67;
  font-size: .82rem;
  line-height: 1.68;
  margin: 0;
  max-width: 1040px;
  text-align: left;
}

html body.home .contech-home-disclaimer p + p,
html body.front-page .contech-home-disclaimer p + p {
  margin-top: 12px;
}

@media (max-width: 720px) {
  html body.home .contech-home-disclaimer .wrap,
  html body.front-page .contech-home-disclaimer .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Careers page section polish */
html body.page-id-83 .elementor-widget-contech_copy_panel .contech-home-positioning {
  background: #f6faf8 !important;
  padding: clamp(58px, 6vw, 84px) 0 !important;
}

html body.page-id-83 .elementor-widget-contech_copy_panel .contech-page-split {
  align-items: center !important;
  display: grid !important;
  gap: clamp(34px, 5vw, 72px) !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr) !important;
}

html body.page-id-83 .elementor-widget-contech_copy_panel .contech-page-copy {
  max-width: 680px !important;
}

html body.page-id-83 .elementor-widget-contech_copy_panel .contech-page-copy h2 {
  font-size: clamp(2rem, 3.5vw, 3.8rem) !important;
  line-height: 1.06 !important;
  margin-bottom: 22px !important;
}

html body.page-id-83 .elementor-widget-contech_copy_panel .contech-page-copy p {
  font-size: .98rem !important;
  line-height: 1.72 !important;
  max-width: 620px !important;
}

html body.page-id-83 .elementor-widget-contech_copy_panel .contech-page-panel {
  align-self: center !important;
  border-radius: 4px !important;
  box-shadow: 0 24px 58px rgba(0, 64, 53, .18) !important;
  min-height: 0 !important;
  padding: clamp(34px, 4vw, 52px) !important;
}

html body.page-id-83 .elementor-widget-contech_copy_panel .contech-page-panel h3 {
  font-size: clamp(1.8rem, 2.7vw, 3rem) !important;
  line-height: 1.08 !important;
}

html body.page-id-83 .elementor-widget-contech_copy_panel .contech-page-panel p {
  font-size: .96rem !important;
  line-height: 1.72 !important;
}

html body.page-id-83 .elementor-widget-contech_process .contech-home-engagement {
  background: #ffffff !important;
  overflow: visible !important;
  padding: clamp(58px, 6vw, 84px) 0 clamp(70px, 7vw, 100px) !important;
}

html body.page-id-83 .elementor-widget-contech_process .contech-home-engagement .wrap {
  overflow: visible !important;
}

html body.page-id-83 .elementor-widget-contech_process .contech-home-engagement h2 {
  font-size: clamp(2rem, 4.2vw, 4.7rem) !important;
  line-height: 1.04 !important;
  margin: 0 0 clamp(28px, 3vw, 40px) !important;
  max-width: 1000px !important;
}

html body.page-id-83 .elementor-widget-contech_process .vertical-process {
  align-items: stretch !important;
  border-top: 1px solid rgba(0, 64, 53, .2) !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 0 !important;
  overflow: visible !important;
}

html body.page-id-83 .elementor-widget-contech_process .vertical-process > div {
  background: #ffffff !important;
  border: 0 !important;
  border-left: 1px solid rgba(0, 64, 53, .18) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 280px !important;
  overflow: visible !important;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 3vw, 38px) !important;
  transform: none !important;
}

html body.page-id-83 .elementor-widget-contech_process .vertical-process > div:last-child {
  border-right: 1px solid rgba(0, 64, 53, .18) !important;
}

html body.page-id-83 .elementor-widget-contech_process .vertical-process > div::before {
  background: var(--teal-deep) !important;
  height: 3px !important;
}

html body.page-id-83 .elementor-widget-contech_process .vertical-process span {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--teal-deep) !important;
  display: block !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(3rem, 5vw, 5.6rem) !important;
  height: auto !important;
  letter-spacing: 0 !important;
  line-height: .85 !important;
  margin: 0 0 18px !important;
  width: auto !important;
}

html body.page-id-83 .elementor-widget-contech_process .vertical-process h3 {
  font-size: clamp(1.35rem, 1.75vw, 1.85rem) !important;
  line-height: 1.08 !important;
  margin: 0 0 16px !important;
}

html body.page-id-83 .elementor-widget-contech_process .vertical-process p {
  font-size: .92rem !important;
  line-height: 1.72 !important;
  max-width: 310px !important;
}

@media (max-width: 980px) {
  html body.page-id-83 .elementor-widget-contech_copy_panel .contech-page-split {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-83 .elementor-widget-contech_process .vertical-process {
    grid-template-columns: 1fr !important;
  }

  html body.page-id-83 .elementor-widget-contech_process .vertical-process > div,
  html body.page-id-83 .elementor-widget-contech_process .vertical-process > div:last-child {
    border-left: 1px solid rgba(0, 64, 53, .18) !important;
    border-right: 1px solid rgba(0, 64, 53, .18) !important;
    min-height: 0 !important;
  }
}

@media (max-width: 720px) {
  html body.page-id-83 .elementor-widget-contech_copy_panel .contech-page-panel {
    padding: 30px 24px !important;
  }

  html body.page-id-83 .elementor-widget-contech_process .vertical-process span {
    font-size: 3.2rem !important;
  }
}

/* Leadership mobile profile cleanup */
@media (max-width: 720px) {
  html body.page-id-98 .contech-company-page.sec-pad:not(.contech-page-hero) {
    padding: 0 16px !important;
  }

  html body.page-id-98 .contech-company-page.sec-pad:not(.contech-page-hero) .wrap {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body.page-id-98 .contech-director-profile,
  html body.page-id-98 .contech-director-profile:has(.contech-director-photo) {
    box-sizing: border-box !important;
    gap: 18px !important;
    max-width: 100% !important;
    padding: 54px 0 30px !important;
  }

  html body.page-id-98 .contech-director-profile::before {
    font-size: 1.2rem !important;
    left: 0 !important;
    top: 26px !important;
  }

  html body.page-id-98 .contech-director-profile::after {
    left: 40px !important;
    top: 36px !important;
    width: 6px !important;
  }

  html body.page-id-98 .contech-director-head {
    display: grid !important;
    gap: 16px !important;
    justify-items: start !important;
  }

  html body.page-id-98 .contech-director-photo {
    aspect-ratio: 1 / 1 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  html body.page-id-98 .contech-director-profile h2 {
    font-size: clamp(1.28rem, 6vw, 1.55rem) !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    overflow-wrap: anywhere !important;
  }

  html body.page-id-98 .contech-director-role {
    font-size: .95rem !important;
    line-height: 1.35 !important;
    margin-top: 8px !important;
  }

  html body.page-id-98 .contech-director-body {
    border-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }

  html body.page-id-98 .contech-director-body p,
  html body.page-id-98 .contech-director-body p:first-child,
  html body.page-id-98 .contech-director-body blockquote {
    font-size: .9rem !important;
    line-height: 1.68 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
}

/* Our Story disciplines: keep four boxes in one desktop row */
html body.page-id-81 .elementor-widget-contech_process .contech-home-engagement .vertical-process {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
}

html body.page-id-81 .elementor-widget-contech_process .contech-home-engagement .vertical-process > div {
  min-width: 0 !important;
}

html body.page-id-81 .elementor-widget-contech_process .contech-home-engagement .vertical-process span {
  font-size: clamp(2.55rem, 3.6vw, 4.2rem) !important;
}

html body.page-id-81 .elementor-widget-contech_process .contech-home-engagement .vertical-process h3 {
  font-size: clamp(1.12rem, 1.45vw, 1.42rem) !important;
}

html body.page-id-81 .elementor-widget-contech_process .contech-home-engagement .vertical-process p {
  font-size: .9rem !important;
  max-width: 100% !important;
}

@media (max-width: 980px) {
  html body.page-id-81 .elementor-widget-contech_process .contech-home-engagement .vertical-process {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  html body.page-id-81 .elementor-widget-contech_process .contech-home-engagement .vertical-process {
    grid-template-columns: 1fr !important;
  }
}

/* Our Story approach cards: six boxes as 3 + 3 */
html body.page-id-81 .elementor-element-2731886 .contech-home-engagement .vertical-process {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.page-id-81 .elementor-element-2731886 .contech-home-engagement .vertical-process > div {
  min-width: 0 !important;
}

html body.page-id-81 .elementor-element-2731886 .contech-home-engagement .vertical-process > div:nth-child(3n+1) {
  border-left: 0 !important;
}

html body.page-id-81 .elementor-element-2731886 .contech-home-engagement .vertical-process > div:nth-child(n+4) {
  border-top: 1px solid #d7e3de !important;
}

html body.page-id-81 .elementor-element-74c539e .contech-home-engagement .vertical-process {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 980px) {
  html body.page-id-81 .elementor-element-2731886 .contech-home-engagement .vertical-process,
  html body.page-id-81 .elementor-element-74c539e .contech-home-engagement .vertical-process {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  html body.page-id-81 .elementor-element-2731886 .contech-home-engagement .vertical-process,
  html body.page-id-81 .elementor-element-74c539e .contech-home-engagement .vertical-process {
    grid-template-columns: 1fr !important;
  }
}

/* Our Story timeline heading alignment */
html body.page-id-81 .elementor-element-312b3c9 .history-kinetic-head {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1120px !important;
  text-align: center !important;
  width: 100% !important;
}

html body.page-id-81 .elementor-element-312b3c9 .history-kinetic-head h2 {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
