:root,
:host {
  --mint: #0ea19b;
  --color-emerald-50: #0ea19b;
  --color-emerald-200: #0ea19b;
  --color-emerald-700: #0ea19b;
  --color-emerald-800: #0ea19b;
  --color-teal-600: #0ea19b;
}

/* Compact inner-page banners share the same scale across the site. */
main section:has([data-hero-title]) > div:has(> [data-hero-content]) {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

main [data-hero-content] {
  transform: none !important;
  opacity: 1 !important;
}

main [data-hero-title] {
  max-width: 26ch;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.08;
}

main [data-hero-title] > span {
  display: inline;
}

main [data-hero-content] > div:has(> [data-hero-title]) {
  margin-top: 1.25rem;
}

main [data-hero-rule] {
  margin-top: 1.75rem;
}

main [data-hero-foot] {
  margin-top: 1rem;
}

/* Keep the sourced service artwork visible beside the compact heading. */
main[data-dedicated-service] [data-hero-veil-wrap]:has(img[src$=".svg"]) {
  inset: 1.25rem 3% 1.25rem auto;
  width: 43%;
  transform: none !important;
}

main[data-dedicated-service] [data-hero-veil][src$=".svg"] {
  object-fit: contain;
  object-position: center right;
  opacity: 0.65 !important;
}

main[data-dedicated-service="ussd"] [data-hero-veil-wrap] {
  inset: 0 0 0 auto;
  width: 48%;
  transform: none !important;
  mask-image: linear-gradient(to right, transparent, #000 35%);
}

main[data-dedicated-service="ussd"] [data-hero-veil-wrap]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 52, 0.62);
  pointer-events: none;
}

main[data-dedicated-service="ussd"] [data-hero-veil] {
  object-position: center top;
  opacity: 0.75 !important;
}

@media (max-width: 700px) {
  main[data-dedicated-service] [data-hero-veil-wrap]:has(img[src$=".svg"]),
  main[data-dedicated-service="ussd"] [data-hero-veil-wrap] {
    width: 65%;
  }

  main[data-dedicated-service] [data-hero-veil][src$=".svg"],
  main[data-dedicated-service="ussd"] [data-hero-veil] {
    opacity: 0.3 !important;
  }
}

/* The legacy floating chat prompt is intentionally disabled site-wide. */
div.fixed:has(> button[aria-label="Open chat"]),
button.fixed[class*="right-24"] {
  display: none !important;
}

.tcl-services-track::-webkit-scrollbar {
  display: none;
}

/* Homepage hero builder prompt. */
.tcl-home-hero-enhanced {
  min-height: clamp(50rem, 88vh, 58rem) !important;
}

.tcl-home-hero-enhanced article > div:last-child {
  top: clamp(2.5rem, 6vh, 4.5rem);
  bottom: auto;
  transform: none;
}

.tcl-home-hero-art {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(1rem, 3vw, 3.5rem);
  width: min(43vw, 46rem);
  height: auto;
  max-height: 92%;
  object-fit: contain;
  opacity: 0.96;
  transform: translateY(-50%);
  filter: drop-shadow(0 24px 60px rgb(0 0 0 / 0.3));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 100%);
}

@media (max-width: 1350px) {
  .tcl-home-hero-art {
    right: -7rem;
    width: min(58vw, 42rem);
    opacity: 0.32;
  }
}

.tcl-home-hero-enhanced h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 6.3vw, 6.5rem);
}

.tcl-home-hero-enhanced h1 span:nth-child(3) {
  background: none;
  color: var(--mint);
}

.tcl-hero-eyebrow {
  margin-bottom: 1rem;
  color: rgb(255 255 255 / 0.78);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.tcl-hero-description {
  max-width: 43rem;
  margin: -0.2rem 0 1.15rem;
  color: rgb(255 255 255 / 0.76);
  font-size: clamp(0.95rem, 1.25vw, 1.18rem);
  line-height: 1.55;
}

.tcl-hero-builder {
  width: min(100%, 47rem);
}

.tcl-hero-builder-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.34);
  border-radius: 0.65rem;
  background: white;
  padding: 0.25rem;
  box-shadow: 0 18px 50px rgb(0 0 0 / 0.22);
}

.tcl-hero-builder-search > svg {
  width: 1.35rem;
  height: 1.35rem;
  margin-left: 0.8rem;
  fill: none;
  stroke: var(--brand);
  stroke-width: 2;
  stroke-linecap: round;
}

.tcl-hero-builder-search input {
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0.95rem 0.85rem;
  color: var(--brand);
  outline: 0;
}

.tcl-hero-builder-search input::placeholder {
  color: #7d869e;
  opacity: 1;
}

.tcl-hero-builder-search > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 0.5rem;
  background: var(--mint);
  padding: 0.9rem 1.35rem;
  color: white;
  font-weight: 700;
  white-space: nowrap;
}

.tcl-hero-popular {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.65rem;
  font-size: 0.67rem;
}

.tcl-hero-popular > span {
  margin-right: 0.2rem;
  font-weight: 700;
}

.tcl-hero-popular a {
  border: 1px solid rgb(255 255 255 / 0.34);
  border-radius: 9999px;
  padding: 0.38rem 0.7rem;
  color: white;
  transition:
    border-color 180ms ease,
    background-color 180ms ease;
}

.tcl-hero-popular a:hover,
.tcl-hero-popular a:focus-visible {
  border-color: var(--mint);
  background: rgb(14 161 155 / 0.18);
}

.tcl-hero-builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.tcl-hero-builder-actions > a {
  display: inline-flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 1px solid white;
  border-radius: 0.45rem;
  padding: 0.75rem 1.25rem;
  font-family: var(--font-mono-family), monospace;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tcl-hero-builder-actions > a:first-child {
  background: white;
  color: var(--brand);
}

.tcl-hero-play {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.45rem;
}

.tcl-hero-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.5rem;
  border-top: 1px solid rgb(255 255 255 / 0.14);
  padding-top: 1rem;
}

.tcl-hero-trust > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
  border-right: 1px solid rgb(255 255 255 / 0.16);
  padding: 0 0.85rem;
}

.tcl-hero-trust > div:first-child {
  padding-left: 0;
}

.tcl-hero-trust > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.tcl-hero-trust svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: var(--mint);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tcl-hero-trust span {
  color: rgb(255 255 255 / 0.72);
  font-size: 0.61rem;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .tcl-home-hero-enhanced {
    min-height: 48rem !important;
  }

  .tcl-home-hero-enhanced article > div:last-child {
    top: 2.25rem;
    bottom: auto;
    transform: none;
  }

  .tcl-home-hero-enhanced h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .tcl-hero-eyebrow {
    margin-bottom: 0.7rem;
    font-size: 0.58rem;
    letter-spacing: 0.2em;
  }

  .tcl-hero-description {
    margin-bottom: 0.9rem;
    font-size: 0.9rem;
  }

  .tcl-hero-builder-search > a {
    padding-inline: 1rem;
  }

  .tcl-hero-popular {
    gap: 0.4rem;
  }

  .tcl-hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 0;
    margin-top: 1rem;
  }

  .tcl-hero-trust > div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 479px) {
  .tcl-home-hero-enhanced {
    min-height: 50rem !important;
  }

  .tcl-hero-builder-search {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .tcl-hero-builder-search > a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .tcl-hero-builder-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tcl-hero-builder-actions > a {
    width: 100%;
  }

  .tcl-hero-trust {
    grid-template-columns: 1fr;
  }

  .tcl-hero-trust > div {
    border-right: 0;
    padding: 0;
  }
}

.tcl-work-grid {
  display: grid;
  grid-auto-columns: calc((100% - 4rem) / 5);
  grid-auto-flow: column;
  gap: 1rem;
  text-align: left;
}

.tcl-work-slider {
  position: relative;
  margin-top: 3.25rem;
}

.tcl-selected-work-slider {
  padding-inline: 4rem;
}

.tcl-selected-work-slider .tcl-work-arrow--previous {
  left: 0;
}

.tcl-selected-work-slider .tcl-work-arrow--next {
  right: 0;
}

.tcl-work-viewport {
  overflow: hidden;
  margin: -0.75rem 0;
  padding: 0.75rem 0;
}

.tcl-work-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mint);
  border-radius: 9999px;
  background: var(--mint);
  color: var(--brand);
  transform: translateY(-50%);
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.tcl-work-arrow:hover,
.tcl-work-arrow:focus-visible {
  background: var(--brand);
  color: var(--mint);
}

.tcl-work-arrow:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
}

.tcl-work-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tcl-work-arrow--previous {
  left: -4.25rem;
}

.tcl-work-arrow--next {
  right: -4.25rem;
}

.tcl-work-card {
  position: relative;
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 1.4rem;
  background: rgb(255 255 255 / 0.055);
  padding: 1.5rem;
  color: white;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.tcl-work-card:hover,
.tcl-work-card:focus-visible {
  border-color: var(--mint);
  background: rgb(255 255 255 / 0.1);
  transform: translateY(-5px);
}

.tcl-work-number {
  display: none;
}

.tcl-work-icon {
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  align-items: center;
  justify-content: center;
  margin-top: 2.25rem;
  border-radius: 9999px;
  background: var(--mint);
  color: var(--brand);
}

.tcl-work-icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tcl-work-card h3 {
  margin-top: 1.8rem;
  font-family: var(--font-display), sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.tcl-work-card p {
  margin-top: 0.9rem;
  color: rgb(255 255 255 / 0.58);
  font-size: 0.86rem;
  line-height: 1.65;
}

.tcl-work-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
  border-bottom: 1px solid var(--mint);
  padding-bottom: 0.35rem;
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
}

.tcl-build-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.tcl-build-card {
  position: relative;
  display: flex;
  min-height: 20rem;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: white;
  padding: 1.5rem;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    background-color 220ms ease;
}

.tcl-build-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.3rem;
  background: var(--mint);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}

.tcl-build-card:hover,
.tcl-build-card:focus-visible {
  border-color: var(--mint);
  background: color-mix(in srgb, var(--mint) 4%, white);
  box-shadow: 0 18px 45px rgb(0 0 52 / 0.09);
  transform: translateY(-4px);
}

.tcl-build-card:hover::before,
.tcl-build-card:focus-visible::before {
  transform: scaleX(1);
}

.tcl-build-card > span {
  display: inline-flex;
  width: fit-content;
  border-radius: 9999px;
  background: color-mix(in srgb, var(--mint) 10%, white);
  padding: 0.45rem 0.7rem;
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tcl-build-card h3 {
  margin-top: 1.7rem;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.tcl-build-card p {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.tcl-build-card ul {
  display: grid;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.tcl-build-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--brand);
  font-size: 0.78rem;
  line-height: 1.45;
}

.tcl-build-card li::before {
  width: 0.4rem;
  height: 0.4rem;
  flex: none;
  margin-top: 0.35rem;
  border-radius: 9999px;
  background: var(--mint);
  content: "";
}

.tcl-services-panel {
  position: relative;
  border-radius: 6.5rem;
  background: #f3f4f7;
  padding: 3.5rem 5.5rem 4.5rem;
}

.tcl-services-track {
  align-items: flex-start;
  padding: 0.25rem 0 0.75rem;
}

.tcl-services-track [data-service-slide] {
  display: flex;
  min-width: clamp(170px, 15vw, 205px) !important;
  width: clamp(170px, 15vw, 205px);
  flex-direction: column;
  align-items: center;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--brand) !important;
  text-align: center;
  box-shadow: none !important;
}

@media (min-width: 1101px) {
  .tcl-services-track {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }

  .tcl-services-track [data-service-slide] {
    min-width: calc((100% - 5rem) / 5) !important;
    width: calc((100% - 5rem) / 5);
    flex: 0 0 calc((100% - 5rem) / 5);
    scroll-snap-align: start;
  }
}

.tcl-service-icon {
  position: relative;
  display: flex;
  width: clamp(145px, 13vw, 180px) !important;
  height: clamp(145px, 13vw, 180px) !important;
  flex: none;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--brand) 18%, transparent);
  border-radius: 9999px;
  background: #f9f9fc;
  color: #8d8da2 !important;
  transition:
    color 300ms ease,
    background-color 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.tcl-service-icon::before,
.tcl-service-icon::after {
  position: absolute;
  content: "";
  background: color-mix(in srgb, var(--mint) 42%, white);
  transform: rotate(45deg);
  transition:
    background-color 300ms ease,
    transform 300ms ease;
}

.tcl-service-icon::before {
  top: 21%;
  right: 22%;
  width: 0.8rem;
  height: 0.8rem;
}

.tcl-service-icon::after {
  top: 14%;
  right: 34%;
  width: 0.38rem;
  height: 0.38rem;
}

.tcl-service-icon svg {
  width: 44%;
  height: 44%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tcl-services-track [data-service-slide]:hover .tcl-service-icon,
.tcl-services-track [data-service-slide]:focus-visible .tcl-service-icon,
.tcl-services-track [data-service-slide].is-active .tcl-service-icon {
  border-color: var(--brand) !important;
  background: var(--brand) !important;
  color: white !important;
  box-shadow: 10px 10px 0 var(--mint);
}

.tcl-services-track [data-service-slide]:hover .tcl-service-icon::before,
.tcl-services-track [data-service-slide]:hover .tcl-service-icon::after,
.tcl-services-track [data-service-slide]:focus-visible .tcl-service-icon::before,
.tcl-services-track [data-service-slide]:focus-visible .tcl-service-icon::after,
.tcl-services-track [data-service-slide].is-active .tcl-service-icon::before,
.tcl-services-track [data-service-slide].is-active .tcl-service-icon::after {
  background: var(--mint);
  transform: rotate(45deg);
}

.tcl-services-track [data-service-slide] > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 0.25rem 0 !important;
}

.tcl-services-track [data-service-slide] h3 {
  order: 1;
  margin-top: 0 !important;
  color: var(--brand) !important;
  font-size: clamp(1rem, 1.45vw, 1.22rem) !important;
  line-height: 1.25;
}

.tcl-services-track [data-service-slide] > div > p {
  order: 2;
  margin-top: 0.65rem;
  color: var(--muted) !important;
  font-family: var(--font-display), sans-serif !important;
  font-size: 0.95rem !important;
  letter-spacing: 0 !important;
}

.tcl-services-track [data-service-slide] > div > span {
  display: none !important;
}

.tcl-services-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand);
  border-radius: 9999px;
  background: var(--mint);
  color: var(--brand);
  transform: translateY(-65%);
  transition:
    opacity 180ms ease,
    background-color 180ms ease;
}

.tcl-services-arrow:hover:not(:disabled) {
  background: var(--mint);
}

.tcl-services-arrow:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--mint) 45%, white);
  outline-offset: 3px;
}

.tcl-services-arrow--previous {
  left: 1.5rem;
}

.tcl-services-arrow--next {
  right: 1.5rem;
}

.tcl-services-count {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.tcl-about-section {
  padding: clamp(4rem, 7vw, 6.5rem) 1rem;
  background: #fff;
}

.tcl-about-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.tcl-about-kicker {
  display: block;
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  color: var(--mint);
  font: 700 0.68rem/1.2 var(--font-mono);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.tcl-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 8vw, 7rem);
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
  border-top: 1px solid var(--line);
}

.tcl-about-grid h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--ink);
  font: 700 clamp(2rem, 4vw, 3.75rem)/1.04 var(--font-display);
  letter-spacing: -0.05em;
}

.tcl-about-lead {
  max-width: 35rem;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

.tcl-about-copy {
  max-width: 35rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.tcl-about-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  color: var(--brand);
  font-size: 0.85rem;
  font-weight: 700;
  transition:
    gap 180ms ease,
    color 180ms ease;
}

.tcl-about-link:hover {
  gap: 0.75rem;
  color: var(--mint);
}

@media (max-width: 760px) {
  .tcl-about-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .tcl-about-grid h2 {
    max-width: 14ch;
  }
}

@media (max-width: 520px) {
  .tcl-about-section {
    padding-block: 3.5rem;
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .tcl-purpose-head {
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 700px) {
  .tcl-purpose-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.tcl-header-socials a {
  display: inline-flex;
  width: 2.65rem;
  height: 100%;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgb(255 255 255 / 0.15);
  color: white;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.tcl-header-socials a:hover,
.tcl-header-socials a:focus-visible {
  background: rgb(255 255 255 / 0.1);
  color: var(--mint);
}

.tcl-header-socials svg {
  width: 1rem;
  height: 1rem;
}

.tcl-footer-contact-list > a,
.tcl-footer-contact-list > p {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.tcl-footer-contact-list svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  margin-top: 0.05rem;
  color: var(--mint);
}

.tcl-site-footer {
  border-top: 0.6rem solid var(--mint);
}

/* Remove the legacy octagonal circuit artwork from every footer. */
footer > [aria-hidden="true"].pointer-events-none.absolute,
.tcl-site-footer > [aria-hidden="true"].pointer-events-none.absolute {
  display: none !important;
}

.tcl-site-footer img.tcl-footer-full-logo {
  width: min(12.5rem, 100%);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.tcl-site-footer div:has(> img.tcl-footer-full-logo) {
  width: min(14rem, 100%);
  justify-content: center;
  border-radius: 0.75rem !important;
  background: white !important;
  padding: 0.75rem !important;
  box-shadow: 0 16px 40px rgb(0 0 0 / 0.18) !important;
}

.tcl-site-footer h2 {
  max-width: 20ch;
  margin-top: 1.35rem;
  font-size: clamp(1.4rem, 2vw, 2.15rem) !important;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.tcl-site-footer > .relative.z-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 0 !important;
}

.tcl-site-footer > .relative.z-10 > div:last-child {
  align-items: center !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  min-height: 4rem;
  margin-top: 2.5rem !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}

.tcl-site-footer > .relative.z-10 > div:first-child {
  align-items: start;
  gap: clamp(2rem, 4vw, 4rem) !important;
}

.tcl-site-footer > div > div:first-child {
  gap: clamp(2.5rem, 5vw, 5rem);
}

footer > .relative.z-10.py-20 {
  padding-top: 4rem !important;
  padding-bottom: 2.25rem !important;
}

@media (max-width: 767px) {
  .tcl-site-footer > .relative.z-10 > div:first-child {
    align-items: start;
  }

  .tcl-site-footer img.tcl-footer-full-logo {
    width: min(12.5rem, 100%);
    max-width: 100%;
    height: auto;
  }

  .tcl-site-footer div:has(> img.tcl-footer-full-logo) {
    width: min(14rem, 100%);
    padding: 0.75rem !important;
  }

  .tcl-site-footer > .relative.z-10 > div:last-child {
    align-items: flex-start !important;
    flex-direction: column !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    text-align: left;
  }

  footer > .relative.z-10.py-20 {
    padding-top: 3rem !important;
    padding-bottom: 1.75rem !important;
  }

  .tcl-selected-work-slider {
    padding-inline: 3.25rem;
  }

  .tcl-work-grid {
    display: flex;
    gap: 0.9rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tcl-work-grid::-webkit-scrollbar {
    display: none;
  }

  .tcl-work-card {
    min-width: min(78vw, 280px);
    scroll-snap-align: center;
  }

  .tcl-work-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }

  .tcl-work-arrow--previous {
    left: 0.5rem;
  }

  .tcl-work-arrow--next {
    right: 0.5rem;
  }

  .tcl-build-grid {
    grid-template-columns: 1fr;
  }

  .tcl-services-panel {
    border-radius: 2.5rem;
    padding: 2.5rem 3.6rem 4.25rem;
  }

  .tcl-services-track [data-service-slide] {
    min-width: min(68vw, 230px) !important;
    width: min(68vw, 230px);
  }

  .tcl-services-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }

  .tcl-services-arrow--previous {
    left: 0.55rem;
  }

  .tcl-services-arrow--next {
    right: 0.55rem;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .tcl-work-grid {
    grid-auto-columns: 210px;
    overflow-x: auto;
    padding-bottom: 0.75rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tcl-work-grid::-webkit-scrollbar {
    display: none;
  }

  .tcl-work-card {
    scroll-snap-align: start;
  }

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

@media (min-width: 768px) and (max-width: 1250px) {
  .tcl-work-arrow--previous {
    left: 0.65rem;
  }

  .tcl-work-arrow--next {
    right: 0.65rem;
  }
}

/* Homepage service catalogue */
.tcl-minimal-service-page > div > section:not(:first-child):not(.tcl-minimal-service-panel) {
  display: none !important;
}

.tcl-minimal-service-page > div > div > section:not(:first-of-type) {
  display: none !important;
}

.tcl-rebuilt-solutions-page > div > div > section:not(:first-of-type) {
  display: none !important;
}

.tcl-solutions-overview {
  padding: var(--space-section) 1rem;
  background: var(--surface-strong);
}

.tcl-solutions-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.tcl-solutions-intro h2,
.tcl-solutions-method-head h2,
.tcl-solutions-cta h2 {
  margin-top: 0.8rem;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.tcl-solutions-intro > p {
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.tcl-solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3.5rem;
}

.tcl-solution-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: clamp(1.75rem, 3.5vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: white;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.tcl-solution-card:hover {
  border-color: var(--mint);
  box-shadow: 0 24px 60px rgb(0 18 49 / 0.08);
  transform: translateY(-4px);
}

.tcl-solution-card > span,
.tcl-solutions-steps span {
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tcl-solution-card h3 {
  max-width: 15ch;
  margin-top: 2rem;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.tcl-solution-card > p {
  max-width: 46ch;
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.7;
}

.tcl-solution-card ul {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.25rem;
  color: var(--brand);
  font-size: 0.92rem;
}

.tcl-solution-card li::before {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.65rem;
  border-radius: 9999px;
  background: var(--mint);
  content: "";
  vertical-align: 0.1em;
}

.tcl-solution-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 1.5rem;
  border-bottom: 1px solid var(--mint);
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 700;
}

.tcl-solutions-method {
  padding: var(--space-section) 1rem;
  background: var(--brand);
}

.tcl-solutions-method .tcl-simple-eyebrow,
.tcl-solutions-cta .tcl-simple-eyebrow {
  color: var(--mint);
}

.tcl-solutions-method-head h2 {
  max-width: 18ch;
  color: white;
}

.tcl-solutions-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 3rem;
  border-top: 1px solid rgb(255 255 255 / 0.16);
  border-left: 1px solid rgb(255 255 255 / 0.16);
}

.tcl-solutions-steps article {
  min-height: 220px;
  padding: 1.75rem;
  border-right: 1px solid rgb(255 255 255 / 0.16);
  border-bottom: 1px solid rgb(255 255 255 / 0.16);
}

.tcl-solutions-steps h3 {
  margin-top: 3rem;
  color: white;
  font-family: var(--font-display), sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.tcl-solutions-steps p {
  margin-top: 0.75rem;
  color: rgb(255 255 255 / 0.62);
  line-height: 1.65;
}

.tcl-solutions-cta {
  padding: clamp(4rem, 7vw, 6rem) 1rem;
  background: var(--surface);
}

.tcl-solutions-cta > .tcl-simple-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.65fr) auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: 1.5rem;
  background: var(--brand);
}

.tcl-solutions-cta h2 {
  color: white;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.tcl-solutions-cta > .tcl-simple-shell > p {
  color: rgb(255 255 255 / 0.66);
  line-height: 1.7;
}

.tcl-solutions-cta a {
  display: inline-flex;
  justify-content: center;
  padding: 1rem 1.35rem;
  border-radius: 0.35rem;
  background: var(--mint);
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tcl-industries-section {
  position: relative;
  overflow: hidden;
  padding: var(--space-section) 1rem;
  background:
    radial-gradient(circle at 92% 8%, rgb(144 201 184 / 0.18), transparent 25rem),
    var(--surface-strong);
}

.tcl-industries-section::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  width: 13rem;
  height: 13rem;
  opacity: 0.28;
  background-image: radial-gradient(circle, var(--mint) 1.4px, transparent 1.5px);
  background-size: 10px 10px;
  mask-image: radial-gradient(circle, black 25%, transparent 72%);
  pointer-events: none;
}

.tcl-industries-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.tcl-industries-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: end;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--line);
}

.tcl-industries-head h2 {
  max-width: 15ch;
  margin-top: 1rem;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.tcl-industries-head h2 em {
  color: #119f9f;
  font-style: normal;
}

.tcl-industries-head > div:last-child > p {
  max-width: 32rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.tcl-industries-head > div:last-child > .tcl-industries-note {
  margin-bottom: 1.2rem;
  padding-left: 1.4rem;
  border-left: 1px solid rgb(0 0 52 / 0.3);
  color: var(--brand);
  font-size: 0.9rem;
  line-height: 1.55;
}

.tcl-industries-head a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.2rem;
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tcl-industries-head a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  order: -1;
  border: 1px solid var(--mint);
  border-radius: 50%;
  color: var(--brand);
  font-size: 1.1rem;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.tcl-industries-head a:hover span {
  background: var(--mint);
  transform: translateX(0.2rem);
}

.tcl-industries-grid {
  display: flex;
  gap: 1rem;
  width: max-content;
}

.tcl-industries-grid > a {
  position: relative;
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 1rem;
  width: clamp(285px, 25vw, 330px);
  min-height: 235px;
  flex: 0 0 auto;
  padding: 1.4rem 1.35rem 1.45rem;
  border: 1px solid rgb(0 0 52 / 0.1);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, white 15%, #f7fbff 100%);
  overflow: hidden;
  transition:
    background-color 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
}

.tcl-industries-grid > a::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--mint);
}

.tcl-industries-grid > a::after {
  content: "→";
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: var(--brand);
  color: white;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.tcl-industries-carousel {
  position: relative;
  margin-top: 2rem;
}

.tcl-industries-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-bottom: 1.15rem;
}

.tcl-industries-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgb(0 0 52 / 0.2);
  border-radius: 50%;
  background: white;
  color: var(--brand);
  font-size: 1.15rem;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.tcl-industries-controls button:hover {
  background: var(--brand);
  color: white;
  transform: translateY(-2px);
}

.tcl-industries-controls button:disabled {
  cursor: default;
  opacity: 0.35;
  transform: none;
}

.tcl-industries-viewport {
  overflow-x: auto;
  padding: 0.35rem 0.2rem 1.5rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.tcl-industries-viewport::-webkit-scrollbar {
  display: none;
}

.tcl-industries-grid > a {
  scroll-snap-align: start;
}

.tcl-industries-grid > a:hover {
  z-index: 1;
  background: linear-gradient(145deg, var(--brand), #15134e);
  box-shadow: 0 20px 45px rgb(0 18 49 / 0.14);
  transform: translateY(-4px);
}

.tcl-industries-grid > a:hover::after {
  border-color: var(--mint);
  background: var(--mint);
  color: var(--brand);
  transform: translateX(0.2rem);
}

.tcl-industries-grid span {
  grid-column: 1 / -1;
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.tcl-industries-grid span::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  margin-left: 0.65rem;
  vertical-align: middle;
  background: var(--mint);
}

.tcl-industries-grid b {
  display: inline-flex;
  grid-column: 1;
  grid-row: 2 / 4;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: 3.25rem;
  height: 3.25rem;
  margin-top: 1.65rem;
  border-radius: 1rem;
  background: rgb(144 201 184 / 0.2);
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.tcl-industries-grid h3 {
  grid-column: 2;
  grid-row: 2;
  max-width: 13ch;
  margin-top: 1.65rem;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.15;
}

.tcl-industries-grid p {
  grid-column: 2;
  grid-row: 3;
  margin-top: 0.65rem;
  max-width: 25ch;
  padding: 0 2.5rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.tcl-industries-grid > a:hover h3 {
  color: white;
}

.tcl-industries-grid > a:hover p {
  color: rgb(255 255 255 / 0.65);
}

.tcl-industries-grid > a:hover b {
  background: rgb(144 201 184 / 0.16);
  color: var(--mint);
}

/* Editorial industry carousel */
.tcl-industries-grid {
  gap: 1rem;
}

.tcl-industries-grid > a {
  display: flex;
  width: clamp(340px, 36vw, 470px);
  min-height: 285px;
  padding: 1.8rem 2rem;
  flex-direction: column;
  border: 0;
  border-radius: 1.5rem;
  background: white;
  box-shadow: 0 18px 45px rgb(0 18 49 / 0.07);
}

.tcl-industries-grid > a::before {
  display: none;
}

.tcl-industries-grid > a:nth-child(3n + 1) {
  background: var(--brand);
}

.tcl-industries-grid > a:nth-child(3n + 2) {
  background: white;
}

.tcl-industries-grid > a:nth-child(3n) {
  background: #dff3ef;
}

.tcl-industries-grid b {
  display: none;
}

.tcl-industries-grid span {
  display: flex;
  grid-column: auto;
  align-items: center;
  gap: 0.7rem;
  color: #079b9b;
}

.tcl-industries-grid span::after {
  width: 2.2rem;
  margin: 0;
}

.tcl-industries-grid h3 {
  grid-column: auto;
  grid-row: auto;
  max-width: 12ch;
  margin-top: auto;
  color: var(--brand);
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.tcl-industries-grid p {
  grid-column: auto;
  grid-row: auto;
  max-width: 31ch;
  margin-top: 0.9rem;
  padding: 0 3.4rem 0 0;
  font-size: 0.94rem;
  line-height: 1.6;
}

.tcl-industries-grid > a:nth-child(3n + 1) h3 {
  color: white;
}

.tcl-industries-grid > a:nth-child(3n + 1) p {
  color: rgb(255 255 255 / 0.64);
}

.tcl-industries-grid > a:nth-child(3n + 1)::after {
  background: var(--mint);
  color: var(--brand);
}

.tcl-industries-grid > a:hover {
  background: var(--brand);
  transform: translateY(-5px);
}

.tcl-industries-grid > a:hover h3 {
  color: white;
}

.tcl-industries-grid > a:hover p {
  color: rgb(255 255 255 / 0.64);
}

.tcl-industries-grid > a:hover::after {
  background: var(--mint);
}

/* Circular, image-free industry selector */
.tcl-industries-carousel {
  margin-top: 2.5rem;
  padding: 2.4rem 4.75rem 2.1rem;
  border-radius: 3.5rem;
  background: #f4f4f7;
}

.tcl-industries-controls {
  position: absolute;
  inset: 50% 1rem auto;
  z-index: 3;
  justify-content: space-between;
  margin: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.tcl-industries-controls button {
  width: 3.4rem;
  height: 3.4rem;
  border-color: var(--brand);
  background: var(--mint);
  pointer-events: auto;
}

.tcl-industries-viewport {
  width: 1104px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.4rem 0 0.8rem;
}

.tcl-industries-grid {
  gap: 1rem;
}

.tcl-industries-grid > a,
.tcl-industries-grid > a:nth-child(3n + 1),
.tcl-industries-grid > a:nth-child(3n + 2),
.tcl-industries-grid > a:nth-child(3n) {
  display: flex;
  width: 208px;
  min-height: 270px;
  padding: 0;
  align-items: center;
  flex-direction: column;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.tcl-industries-grid > a::before,
.tcl-industries-grid > a::after,
.tcl-industries-grid > a > span,
.tcl-industries-grid > a > p {
  display: none;
}

.tcl-industries-grid b {
  display: flex;
  width: 164px;
  height: 164px;
  margin: 0;
  flex: 0 0 auto;
  border: 1px solid rgb(0 0 52 / 0.18);
  border-radius: 50%;
  background: transparent;
  color: #8e8da1;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.tcl-industries-grid b svg {
  width: 4.4rem;
  height: 4.4rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tcl-industries-grid h3,
.tcl-industries-grid > a:nth-child(3n + 1) h3 {
  max-width: 15ch;
  margin: 1.25rem auto 0;
  color: var(--brand);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-align: center;
}

.tcl-industries-grid > a:hover {
  background: transparent;
  box-shadow: none;
  transform: none;
}

.tcl-industries-grid > a:hover b,
.tcl-industries-grid > a:focus-visible b {
  border-color: var(--brand);
  background: var(--brand);
  color: white;
  box-shadow: 8px 8px 0 var(--mint);
  transform: none;
}

.tcl-industries-grid > a:hover h3 {
  color: var(--brand);
}

@media (max-width: 600px) {
  .tcl-industries-carousel {
    padding: 1.75rem 1rem 5.25rem;
    border-radius: 2rem;
  }

  .tcl-industries-controls {
    inset: auto 0 1.15rem;
    justify-content: center;
    gap: 0.75rem;
    transform: none;
  }

  .tcl-industries-controls button {
    width: 2.9rem;
    height: 2.9rem;
  }

  .tcl-industries-viewport {
    width: 100%;
    padding: 0;
  }

  .tcl-industries-grid {
    gap: 0.75rem;
  }

  .tcl-industries-grid > a,
  .tcl-industries-grid > a:nth-child(3n + 1),
  .tcl-industries-grid > a:nth-child(3n + 2),
  .tcl-industries-grid > a:nth-child(3n) {
    width: calc(100vw - 4rem);
    min-height: 220px;
    justify-content: center;
  }

  .tcl-industries-grid b {
    width: 132px;
    height: 132px;
  }

  .tcl-industries-grid b svg {
    width: 3.4rem;
    height: 3.4rem;
  }

  .tcl-industries-grid h3,
  .tcl-industries-grid > a:nth-child(3n + 1) h3 {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

@media (hover: none) {
  .tcl-industries-grid > a:hover b {
    border-color: rgb(0 0 52 / 0.18);
    background: transparent;
    color: #8e8da1;
    box-shadow: none;
    transform: none;
  }
}

.tcl-reasons-section {
  padding: var(--space-section) 1rem 0;
}

.tcl-reasons-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(28rem, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(2.2rem, 5vw, 5rem);
  border-radius: 2rem;
  background: var(--brand);
  color: white;
}

.tcl-reasons-head .tcl-simple-eyebrow {
  color: var(--mint);
}

.tcl-reasons-head h2 {
  max-width: 12ch;
  margin-top: 1rem;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.tcl-reasons-head > p:last-child {
  max-width: 32rem;
  margin-top: 1.5rem;
  color: rgb(255 255 255 / 0.62);
  line-height: 1.75;
}

.tcl-reasons-list {
  border-top: 1px solid rgb(255 255 255 / 0.18);
}

.tcl-reasons-list article {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1.25rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.18);
}

.tcl-reasons-list article > span {
  padding-top: 0.2rem;
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.tcl-reasons-list h3 {
  font-family: var(--font-display), sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.tcl-reasons-list p {
  max-width: 46ch;
  margin-top: 0.45rem;
  color: rgb(255 255 255 / 0.6);
  font-size: 0.92rem;
  line-height: 1.6;
}

.tcl-project-cta {
  padding: clamp(3rem, 6vw, 5rem) 1rem 0;
}

.tcl-project-cta > a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 1.15rem 1.15rem 1.15rem 1.65rem;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  background: white;
  color: var(--brand);
  box-shadow: 0 14px 40px rgb(0 18 49 / 0.07);
  transition:
    background-color 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
}

.tcl-project-cta > a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--mint);
}

.tcl-project-cta > a::after {
  content: "";
  position: absolute;
  right: 10rem;
  width: 7rem;
  height: 7rem;
  border: 1px solid rgb(144 201 184 / 0.3);
  border-radius: 50%;
  pointer-events: none;
}

.tcl-project-cta > a:hover {
  background: white;
  box-shadow: 0 18px 48px rgb(0 18 49 / 0.12);
  transform: translateY(-2px);
}

.tcl-project-cta > a > span {
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.tcl-project-cta strong {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 auto;
  font-family: var(--font-mono-family), monospace;
  position: relative;
  z-index: 1;
  padding: 0.45rem 0.45rem 0.45rem 1rem;
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--brand);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tcl-project-cta strong span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--brand);
  color: white;
  font-size: 1rem;
  transition: transform 180ms ease;
}

.tcl-project-cta a:hover strong span {
  transform: translateX(0.25rem);
}

.tcl-project-invite {
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) auto auto minmax(2rem, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.tcl-project-invite-line {
  height: 1px;
  background: var(--line);
}

.tcl-project-invite p {
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 650;
  letter-spacing: -0.02em;
}

.tcl-project-invite a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tcl-project-invite a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--mint);
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.tcl-project-invite a:hover span {
  background: var(--brand);
  color: white;
  transform: translateX(0.2rem);
}

.tcl-services-overview {
  padding: var(--space-section) 1rem 0;
}

.tcl-services-overview-shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.tcl-services-overview-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: end;
  padding-bottom: 2.75rem;
  border-bottom: 1px solid var(--line);
}

.tcl-services-overview-head h2 {
  max-width: 14ch;
  margin-top: 1rem;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.tcl-services-overview-head > div:last-child > p {
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.tcl-services-overview-head a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tcl-services-overview-head a span {
  color: var(--mint);
  font-size: 1.1rem;
}

.tcl-services-clean-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.tcl-services-clean-list > a {
  display: grid;
  grid-template-columns: 2rem 1fr 2.5rem;
  gap: 1rem;
  min-height: 165px;
  padding: 1.6rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
  transition:
    background-color 200ms ease,
    color 200ms ease;
}

.tcl-services-clean-list > a > span {
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.tcl-services-clean-list h3 {
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.tcl-services-clean-list p {
  max-width: 43ch;
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.tcl-services-clean-list b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--surface-strong);
  color: var(--brand);
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.tcl-services-clean-list > a:hover {
  background: var(--surface-strong);
}

.tcl-services-clean-list > a:hover b {
  background: var(--mint);
  transform: translateX(0.2rem);
}

.tcl-services-delivery {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 1.5rem;
  background: var(--brand);
  color: white;
}

.tcl-services-delivery .tcl-simple-eyebrow {
  color: var(--mint);
}

.tcl-services-delivery-intro h2 {
  max-width: 12ch;
  margin-top: 1rem;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
}

.tcl-services-delivery ol {
  border-top: 1px solid rgb(255 255 255 / 0.18);
}

.tcl-services-delivery li {
  display: grid;
  grid-template-columns: 2.5rem minmax(8rem, 0.7fr) minmax(0, 1.3fr);
  gap: 1rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.18);
}

.tcl-services-delivery li span {
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.66rem;
}

.tcl-services-delivery li strong {
  font-family: var(--font-display), sans-serif;
  font-size: 1.05rem;
}

.tcl-services-delivery li p {
  color: rgb(255 255 255 / 0.62);
  font-size: 0.9rem;
  line-height: 1.5;
}

.tcl-solutions-clean {
  padding: var(--space-section) 1rem 0;
  background: var(--surface-strong);
}

.tcl-solutions-clean-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 0.75rem clamp(2rem, 8vw, 8rem);
  align-items: end;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--line);
}

.tcl-solutions-clean-head .tcl-simple-eyebrow {
  grid-column: 1 / -1;
}

.tcl-solutions-clean-head h2 {
  max-width: 12ch;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.tcl-solutions-clean-head > p:last-child {
  max-width: 37rem;
  padding-bottom: 0.35rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.tcl-solutions-clean-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  border-top: 0;
}

.tcl-solutions-clean-list > a {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) 2.6rem;
  grid-template-rows: auto 1fr auto;
  gap: 1rem;
  min-height: 235px;
  align-items: start;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: white;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.tcl-solutions-clean-list > a:hover {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  border-color: var(--mint);
  background: white;
  box-shadow: 0 18px 42px rgb(0 18 49 / 0.08);
  transform: translateY(-3px);
}

.tcl-solutions-clean-list > a > span {
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.tcl-solutions-clean-list h3 {
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
}

.tcl-solutions-clean-list > a > div {
  grid-column: 2;
  grid-row: 1 / 3;
}

.tcl-solutions-clean-list p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.tcl-solutions-clean-list strong {
  grid-column: 2;
  grid-row: 3;
  width: fit-content;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tcl-solutions-clean-list b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: white;
  color: var(--brand);
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.tcl-solutions-clean-list > a > b {
  grid-column: 3;
  grid-row: 1;
}

.tcl-solutions-clean-list > a:hover b {
  background: var(--mint);
  transform: translateX(0.2rem);
}

.tcl-solutions-clean-method {
  display: grid;
  grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: 1.5rem;
  background: var(--brand);
  color: white;
}

.tcl-solutions-clean-method .tcl-simple-eyebrow {
  color: var(--mint);
}

.tcl-solutions-clean-method h2 {
  max-width: 9ch;
  margin-top: 1rem;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
}

.tcl-solutions-clean-method ol {
  border-top: 1px solid rgb(255 255 255 / 0.18);
}

.tcl-solutions-clean-method li {
  display: grid;
  grid-template-columns: 2.2rem 7rem 1fr;
  gap: 1rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.18);
}

.tcl-solutions-clean-method li span {
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.65rem;
}

.tcl-solutions-clean-method li p {
  color: rgb(255 255 255 / 0.6);
  font-size: 0.9rem;
}

/* Balanced services overview */
.tcl-services-overview {
  padding: clamp(3.5rem, 7vw, 6rem) 1rem 0;
  background: var(--surface-strong);
}

.tcl-services-overview-head {
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.7fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding-bottom: 2rem;
}

.tcl-services-overview-head h2 {
  max-width: 19ch;
  font-size: clamp(2.25rem, 3.8vw, 3.8rem);
  line-height: 1.02;
}

.tcl-services-clean-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  border: 0;
}

.tcl-services-clean-list > a {
  display: flex;
  min-height: 205px;
  padding: 1.45rem;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  background: white;
  overflow: hidden;
}

.tcl-services-clean-list > a:first-child {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  gap: 1.25rem;
  min-height: 180px;
  align-items: center;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border-color: transparent;
  background: var(--brand);
}

.tcl-services-clean-list > a > span {
  align-self: flex-start;
}

.tcl-services-clean-list > a:not(:first-child) > div {
  margin-top: auto;
}

.tcl-services-clean-list > a:not(:first-child) > b {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
}

.tcl-services-clean-list > a {
  position: relative;
}

.tcl-services-clean-list > a:first-child h3 {
  color: white;
  font-size: clamp(1.65rem, 2.5vw, 2.3rem);
}

.tcl-services-clean-list > a:first-child p {
  max-width: 60ch;
  color: rgb(255 255 255 / 0.64);
}

.tcl-services-clean-list > a:first-child b {
  background: var(--mint);
}

.tcl-services-clean-list > a:not(:first-child):hover {
  background: white;
  border-color: var(--mint);
  box-shadow: 0 16px 38px rgb(0 18 49 / 0.08);
  transform: translateY(-3px);
}

.tcl-services-clean-list > a:not(:first-child) {
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.tcl-about-spotlight {
  padding: var(--space-section) 1rem 0;
}

.tcl-about-spotlight-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4.5rem);
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: white;
  box-shadow: 0 28px 70px rgb(0 18 49 / 0.08);
}

.tcl-about-spotlight-copy h2 {
  max-width: 12ch;
  margin-top: 1rem;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.4rem, 4.3vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.tcl-about-spotlight-lead {
  max-width: 35rem;
  margin-top: 1.6rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.tcl-about-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.7rem;
}

.tcl-about-pillars span {
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 650;
}

.tcl-about-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tcl-about-link span {
  color: var(--mint);
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.tcl-about-link:hover span {
  transform: translateX(0.3rem);
}

.tcl-about-spotlight-visual {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  border-radius: 1.5rem;
  background: var(--brand);
}

.tcl-about-spotlight-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgb(0 0 52 / 0.78) 100%);
}

.tcl-about-spotlight-visual > img {
  width: 100%;
  height: 100%;
  min-height: 490px;
  object-fit: cover;
}

.tcl-about-visual-card {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 1rem;
  background: rgb(0 0 52 / 0.72);
  color: white;
  backdrop-filter: blur(14px);
}

.tcl-about-visual-card span {
  display: block;
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tcl-about-visual-card strong {
  display: block;
  max-width: 25ch;
  margin-top: 0.55rem;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.3;
}

.tcl-about-visual-mark {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  right: 1.25rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.7rem;
  background: var(--mint);
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

@media (max-width: 900px) {
  .tcl-solutions-clean-head,
  .tcl-solutions-clean-method {
    grid-template-columns: 1fr;
  }

  .tcl-solutions-clean-list > a {
    grid-template-columns: 2.5rem 1fr 2.5rem;
  }

  .tcl-solutions-clean-list > a > div {
    grid-column: 2;
  }

  .tcl-solutions-clean-list > a > strong,
  .tcl-solutions-clean-list > a > p {
    display: none;
  }

  .tcl-solutions-clean-list > a > b {
    grid-column: 3;
    grid-row: 1;
  }

  .tcl-services-overview-head,
  .tcl-services-delivery {
    grid-template-columns: 1fr;
  }

  .tcl-services-clean-list {
    grid-template-columns: 1fr;
  }

  .tcl-reasons-shell {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .tcl-reasons-head h2 {
    max-width: 15ch;
  }

  .tcl-industries-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .tcl-industries-grid {
    gap: 0.85rem;
  }

  .tcl-about-spotlight-shell {
    grid-template-columns: 1fr;
  }

  .tcl-about-spotlight-copy h2 {
    max-width: 15ch;
  }

  .tcl-about-spotlight-visual,
  .tcl-about-spotlight-visual > img {
    min-height: 400px;
  }
  .tcl-solutions-intro,
  .tcl-solutions-cta > .tcl-simple-shell {
    grid-template-columns: 1fr;
  }

  .tcl-solutions-grid,
  .tcl-solutions-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .tcl-solutions-clean-list {
    grid-template-columns: 1fr;
  }

  .tcl-solutions-clean-list > a {
    min-height: 205px;
    padding: 1.35rem;
  }

  .tcl-solutions-clean-method li {
    grid-template-columns: 2rem 1fr;
  }

  .tcl-solutions-clean-method li p {
    grid-column: 2;
  }

  .tcl-services-clean-list > a {
    grid-template-columns: 1.7rem 1fr;
    min-height: 0;
    padding: 1.3rem;
  }

  .tcl-services-clean-list b {
    display: none;
  }

  .tcl-services-delivery li {
    grid-template-columns: 2rem 1fr;
  }

  .tcl-services-delivery li p {
    grid-column: 2;
  }

  .tcl-project-invite {
    grid-template-columns: 1fr auto;
    gap: 1rem;
  }

  .tcl-project-invite-line {
    grid-column: 1 / -1;
  }

  .tcl-project-cta > a {
    align-items: flex-start;
    flex-direction: column;
  }

  .tcl-industries-grid {
    gap: 0.75rem;
  }

  .tcl-industries-grid > a {
    width: min(68vw, 220px);
    min-height: 250px;
  }

  .tcl-industries-carousel {
    padding: 2rem 3.7rem 1.5rem;
    border-radius: 2.25rem;
  }

  .tcl-industries-grid b {
    width: 145px;
    height: 145px;
  }

  .tcl-solutions-grid,
  .tcl-solutions-steps {
    grid-template-columns: 1fr;
  }

  .tcl-solution-card,
  .tcl-solutions-steps article {
    min-height: 0;
  }
}

.tcl-service-detail-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 3.5rem;
}

.tcl-service-detail-list.hidden {
  display: none;
}

.tcl-service-detail-card {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.9fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid color-mix(in srgb, var(--brand) 12%, white);
  border-radius: 1.5rem;
  background: white;
  box-shadow: 0 18px 55px rgb(0 0 52 / 0.07);
}

.tcl-service-detail-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.tcl-service-detail-label::before {
  width: 0.5rem;
  height: 0.5rem;
  flex: none;
  border-radius: 9999px;
  background: var(--mint);
  content: "";
}

.tcl-service-detail-card h3 {
  max-width: 12ch;
  margin-top: 2rem;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.65rem, 5.4vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.tcl-service-detail-card > div:first-child > a {
  display: inline-flex;
  margin-top: 2.75rem;
  padding: 1.15rem 1.65rem;
  border-radius: 0.25rem;
  background: var(--brand);
  color: white;
  font-family: var(--font-mono-family), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.tcl-service-detail-card > div:first-child > a:hover,
.tcl-service-detail-card > div:first-child > a:focus-visible {
  background: var(--mint);
  color: var(--brand);
}

.tcl-service-detail-copy {
  border-top: 1px solid color-mix(in srgb, var(--brand) 15%, white);
  padding-top: 1.75rem;
}

.tcl-service-detail-copy > p {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.8;
}

.tcl-service-detail-copy h4 {
  margin-top: 2rem;
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tcl-service-detail-copy ul {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.tcl-service-detail-copy li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--brand);
  line-height: 1.55;
}

.tcl-service-detail-copy li::before {
  width: 0.42rem;
  height: 0.42rem;
  flex: none;
  margin-top: 0.5rem;
  border-radius: 9999px;
  background: var(--mint);
  content: "";
}

/* Homepage editorial sections */
.tcl-simple-section {
  padding: var(--space-section) 1rem;
}

.tcl-simple-shell {
  max-width: 1400px;
  margin: 0 auto;
}

.tcl-simple-eyebrow {
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tcl-simple-heading {
  max-width: 17ch;
  margin-top: 0.8rem;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.tcl-venture-name-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 3rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.tcl-venture-name {
  min-height: 160px;
  padding: 2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.45rem, 2.3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.tcl-venture-name::before {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  margin-bottom: 2.75rem;
  border-radius: 9999px;
  background: var(--mint);
  content: "";
}

.tcl-why-section {
  position: relative;
  overflow: hidden;
  background: #050538;
  padding-top: clamp(3.5rem, 5vw, 5rem);
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
}

.tcl-why-section .tcl-simple-eyebrow {
  color: var(--mint);
  text-align: center;
}

.tcl-purpose-minimal {
  position: relative;
  display: flex;
  max-width: 70rem;
  flex-direction: column;
  align-items: center;
  margin: clamp(1.75rem, 4vw, 3rem) auto 0;
  text-align: center;
}

.tcl-purpose-line {
  width: 3.5rem;
  height: 2px;
  background: var(--mint);
}

.tcl-purpose-minimal h2 {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  color: white;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.8rem, 6vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.tcl-purpose-minimal h2 em {
  color: var(--mint);
  font-style: normal;
}

.tcl-purpose-minimal > p {
  max-width: 48rem;
  margin-top: 1.5rem;
  color: rgb(255 255 255 / 0.66);
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  line-height: 1.7;
}

.tcl-purpose-words {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgb(255 255 255 / 0.14);
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.tcl-purpose-words span {
  padding: 0.9rem 1.5rem;
  color: rgb(255 255 255 / 0.68);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tcl-purpose-words span + span {
  border-left: 1px solid rgb(255 255 255 / 0.14);
}

.tcl-purpose-signoff {
  margin-top: 1.75rem;
  color: white;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.tcl-purpose-signoff em {
  color: var(--mint);
  font-style: normal;
}

.tcl-delivery-path {
  position: absolute;
  top: 50%;
  right: 4%;
  display: none;
  width: 40%;
  transform: translateY(-50%);
}

.tcl-delivery-line {
  position: absolute;
  top: 1.25rem;
  right: 10%;
  left: 10%;
  height: 1px;
  background: rgb(255 255 255 / 0.18);
}

.tcl-delivery-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .tcl-delivery-path {
    display: block;
  }

  .tcl-project-message > h2,
  .tcl-project-message > p {
    max-width: 52%;
  }
}

.tcl-why-section .tcl-simple-heading {
  color: white;
}

.tcl-purpose-head {
  display: grid;
  grid-template-columns: clamp(7rem, 12vw, 11rem) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding: 0;
  border: 0;
}

.tcl-purpose-head::before {
  display: none;
}

.tcl-purpose-mark {
  display: flex;
  min-height: 17rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.4rem;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 9999px 9999px 1rem 1rem;
  color: var(--mint);
}

.tcl-purpose-mark span {
  font-family: var(--font-mono-family), monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.tcl-purpose-mark strong {
  color: rgb(255 255 255 / 0.2);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.tcl-purpose-statement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.5rem) 0;
}

.tcl-purpose-statement h2 {
  max-width: 16ch;
  color: white;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.tcl-purpose-statement h2 em {
  color: var(--mint);
  font-style: normal;
}

.tcl-purpose-statement p {
  max-width: 48ch;
  margin-top: 1.5rem;
  color: rgb(255 255 255 / 0.64);
  font-size: clamp(0.95rem, 1.3vw, 1.12rem);
  line-height: 1.7;
}

.tcl-purpose-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgb(255 255 255 / 0.14);
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.tcl-purpose-values span {
  position: relative;
  padding: 1.25rem 1.5rem 1.25rem 2rem;
  border-right: 1px solid rgb(255 255 255 / 0.14);
  color: rgb(255 255 255 / 0.72);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tcl-purpose-values span::before {
  position: absolute;
  top: 50%;
  left: 0.65rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 9999px;
  background: var(--mint);
  content: "";
  transform: translateY(-50%);
}

.tcl-purpose-values span:last-child {
  border-right: 0;
}

@media (max-width: 700px) {
  .tcl-purpose-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .tcl-purpose-mark {
    min-height: 0;
    flex-direction: row;
    align-items: center;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
  }

  .tcl-purpose-mark span {
    writing-mode: horizontal-tb;
  }

  .tcl-purpose-mark strong {
    font-size: 2rem;
    line-height: 1;
  }

  .tcl-purpose-values {
    grid-template-columns: 1fr;
  }

  .tcl-purpose-values span {
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
  }

  .tcl-purpose-values span:last-child {
    border-bottom: 0;
  }
}

.tcl-purpose-code {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 1rem;
  background: #0b0b29;
  box-shadow: 0 24px 70px rgb(0 0 0 / 0.24);
}

.tcl-purpose-codebar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(255 255 255 / 0.035);
}

.tcl-purpose-codebar > span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: rgb(255 255 255 / 0.28);
}

.tcl-purpose-codebar > span:first-child {
  background: var(--mint);
}

.tcl-purpose-codebar strong {
  margin-left: 0.5rem;
  color: rgb(255 255 255 / 0.48);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.tcl-purpose-code pre {
  margin: 0;
  padding: clamp(1.5rem, 4vw, 3rem);
  color: rgb(255 255 255 / 0.82);
  font-family: var(--font-mono-family), monospace;
  font-size: clamp(0.85rem, 1.4vw, 1.15rem);
  line-height: 1.9;
  white-space: pre-wrap;
}

.tcl-purpose-code code > span,
.tcl-purpose-code code em {
  color: var(--mint);
  font-style: normal;
}

.tcl-purpose-copy {
  max-width: 29rem;
}

.tcl-purpose-copy > p {
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tcl-purpose-copy h2 {
  margin-top: 1rem;
  color: white;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.tcl-purpose-copy strong {
  display: block;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 0.14);
  color: rgb(255 255 255 / 0.6);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
}

.tcl-purpose-tagline {
  max-width: 21ch;
  color: white;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.25rem, 5vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.tcl-purpose-tagline em {
  display: inline;
  color: var(--mint);
  font-style: normal;
}

.tcl-purpose-intro {
  max-width: 34rem;
  padding-left: 1.5rem;
  border-left: 2px solid var(--mint);
  color: rgb(255 255 255 / 0.74);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.65;
}

.tcl-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.tcl-why-card {
  position: relative;
  display: flex;
  min-height: 220px;
  overflow: hidden;
  flex-direction: column;
  padding: 1.5rem;
  border: 0;
  border-radius: 0.75rem;
  background: rgb(255 255 255 / 0.045);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.tcl-why-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.22rem;
  background: var(--mint);
  content: "";
  transform: scaleY(0.28);
  transform-origin: bottom;
  transition: transform 260ms ease;
}

.tcl-why-card:hover {
  background: rgb(255 255 255 / 0.075);
  transform: translateY(-3px);
}

.tcl-why-card:hover::before {
  transform: scaleY(1);
}

.tcl-why-number {
  position: absolute;
  top: 1.2rem;
  right: 1.35rem;
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
  opacity: 0.16;
}

.tcl-why-card h3 {
  max-width: 18ch;
  margin-top: 0;
  color: white;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.1;
}

.tcl-why-card p {
  max-width: 48ch;
  margin-top: 0.85rem;
  color: rgb(255 255 255 / 0.65);
  font-size: 0.9rem;
  line-height: 1.6;
}

.tcl-why-card strong {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid rgb(255 255 255 / 0.12);
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.64rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tcl-work-list {
  display: grid;
  margin-top: 3rem;
  border-top: 1px solid rgb(255 255 255 / 0.14);
}

.tcl-work-row {
  display: grid;
  grid-template-columns: 3.5rem minmax(180px, 0.75fr) minmax(260px, 1.25fr);
  gap: 2rem;
  align-items: start;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.tcl-work-row span {
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.tcl-work-row h3 {
  color: white;
  font-family: var(--font-display), sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.tcl-work-row p {
  color: rgb(255 255 255 / 0.65);
  line-height: 1.65;
}

.tcl-build-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1180px;
  margin-top: 4rem;
  border-top: 1px solid rgb(255 255 255 / 0.2);
  border-bottom: 1px solid rgb(255 255 255 / 0.2);
}

.tcl-build-shell {
  max-width: 1180px;
}

.tcl-build-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgb(144 201 184 / 0.18), transparent 28rem), var(--brand);
}

.tcl-build-section::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgb(144 201 184 / 0.16);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 5rem rgb(144 201 184 / 0.025),
    inset 0 0 0 10rem rgb(144 201 184 / 0.025);
  pointer-events: none;
}

.tcl-build-section .tcl-simple-shell {
  position: relative;
  z-index: 1;
}

.tcl-build-section .tcl-simple-eyebrow {
  color: var(--mint);
}

.tcl-build-shell .tcl-simple-heading {
  max-width: 13ch;
  color: white;
  font-size: clamp(2.65rem, 5vw, 4.9rem);
  line-height: 0.98;
}

.tcl-build-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  align-items: end;
  gap: clamp(2.5rem, 8vw, 8rem);
  margin-top: 0.8rem;
}

.tcl-build-summary {
  max-width: 31rem;
  padding: 1.25rem 0 0.45rem;
  border-top: 1px solid rgb(255 255 255 / 0.24);
}

.tcl-build-summary span {
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tcl-build-summary p {
  margin-top: 0.8rem;
  color: rgb(255 255 255 / 0.66);
  font-size: 1.05rem;
  line-height: 1.7;
}

.tcl-process-step {
  position: relative;
  min-height: 320px;
  padding: 2.2rem 1.75rem 2.4rem;
  border-right: 1px solid rgb(255 255 255 / 0.2);
  background: transparent;
  transition:
    background-color 220ms ease,
    transform 220ms ease;
}

.tcl-process-step::after {
  content: "→";
  position: absolute;
  top: 2.25rem;
  right: -0.65rem;
  z-index: 2;
  padding: 0 0.2rem;
  background: var(--brand);
  color: var(--mint);
  font-size: 1.15rem;
}

.tcl-process-step:first-child {
  border-left: 1px solid rgb(255 255 255 / 0.2);
}

.tcl-process-step:last-child::after {
  display: none;
}

.tcl-process-step:hover {
  background: rgb(255 255 255 / 0.055);
  transform: translateY(-5px);
}

.tcl-process-step span {
  display: block;
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.tcl-process-step .tcl-process-label {
  margin-top: 3.6rem;
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tcl-process-step h3 {
  margin-top: 0.85rem;
  color: white;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.15;
}

.tcl-process-step h3 + p {
  margin-top: 1rem;
  color: rgb(255 255 255 / 0.65);
  font-size: 0.94rem;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .tcl-service-detail-card {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .tcl-venture-name-grid,
  .tcl-why-grid,
  .tcl-build-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tcl-build-intro {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .tcl-build-summary {
    padding-bottom: 0;
  }

  .tcl-process-step:nth-child(3) {
    border-left: 1px solid rgb(255 255 255 / 0.2);
    border-top: 1px solid rgb(255 255 255 / 0.2);
  }

  .tcl-process-step:nth-child(4) {
    border-top: 1px solid rgb(255 255 255 / 0.2);
  }

  .tcl-process-step:nth-child(4n)::after {
    display: block;
  }

  .tcl-process-step:nth-child(2n)::after,
  .tcl-process-step:last-child::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .tcl-service-detail-list {
    margin-top: 2rem;
  }

  .tcl-service-detail-card {
    padding: 1.6rem;
    border-radius: 1rem;
  }

  .tcl-service-detail-card h3 {
    margin-top: 1.4rem;
    font-size: clamp(2.2rem, 12vw, 3.25rem);
  }

  .tcl-service-detail-card > div:first-child > a {
    margin-top: 2rem;
  }

  .tcl-venture-name-grid,
  .tcl-why-grid,
  .tcl-build-process {
    grid-template-columns: 1fr;
  }

  .tcl-build-process {
    margin-top: 2.75rem;
  }

  .tcl-why-card,
  .tcl-process-step {
    min-height: 0;
  }

  .tcl-process-step,
  .tcl-process-step:nth-child(3),
  .tcl-process-step:nth-child(4) {
    padding: 1.6rem 1.4rem 1.8rem;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
  }

  .tcl-process-step .tcl-process-label {
    margin-top: 1.8rem;
  }

  .tcl-process-step::after {
    display: none !important;
  }

  .tcl-why-card h3 {
    margin-top: 1.25rem;
  }

  .tcl-work-row {
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
  }

  .tcl-work-row p {
    grid-column: 2;
  }
}

/* Practical use-case carousel */
.tcl-usecase-slider {
  position: relative;
  margin-top: 3rem;
  padding: 0 4rem;
}

.tcl-usecase-viewport {
  overflow: hidden;
}

.tcl-usecase-slider .tcl-build-grid {
  grid-template-columns: none;
  grid-auto-columns: calc((100% - 4rem) / 5);
  grid-auto-flow: column;
  margin-top: 0;
}

.tcl-usecase-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand);
  border-radius: 9999px;
  background: var(--mint);
  color: var(--brand);
  transform: translateY(-50%);
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.tcl-usecase-arrow:hover,
.tcl-usecase-arrow:focus-visible {
  background: var(--brand);
  color: var(--mint);
}

.tcl-usecase-arrow:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}

.tcl-usecase-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tcl-usecase-arrow--previous {
  left: 0;
}

.tcl-usecase-arrow--next {
  right: 0;
}

@media (max-width: 1100px) {
  .tcl-usecase-slider {
    padding: 0 3.4rem;
  }

  .tcl-usecase-slider .tcl-build-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0.9rem;
    overflow-x: auto;
    padding-bottom: 0.75rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tcl-usecase-slider .tcl-build-grid::-webkit-scrollbar {
    display: none;
  }

  .tcl-usecase-slider .tcl-build-card {
    min-width: min(72vw, 285px);
    scroll-snap-align: start;
  }

  .tcl-usecase-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media (max-width: 1100px) {
  .tcl-purpose-head {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .tcl-purpose-tagline {
    max-width: none;
  }

  .tcl-purpose-intro {
    max-width: 38rem;
  }
}

@media (max-width: 520px) {
  .tcl-usecase-slider {
    padding: 0 2.85rem;
  }

  .tcl-usecase-slider .tcl-build-card {
    min-width: min(76vw, 280px);
  }
}

/* Ventures carousel */
.tcl-venture-slider {
  position: relative;
  margin-top: 3rem;
  padding: 0 4rem;
}

.tcl-venture-viewport {
  overflow: hidden;
  margin-block: -0.75rem -1.25rem;
  padding-block: 0.75rem 1.25rem;
}

.tcl-venture-track {
  display: grid;
  grid-auto-columns: calc((100% - 5rem) / 5);
  grid-auto-flow: column;
  gap: 1.25rem;
}

.tcl-venture-card {
  position: relative;
  display: flex;
  min-height: 360px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid color-mix(in srgb, var(--brand) 10%, white);
  border-radius: 1.5rem;
  background: white;
  padding: 1.75rem;
  box-shadow: 0 10px 35px rgb(0 0 52 / 0.045);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.tcl-venture-card::before {
  position: absolute;
  top: 0;
  right: 1.75rem;
  left: 1.75rem;
  height: 3px;
  border-radius: 0 0 9999px 9999px;
  background: var(--mint);
  content: "";
  opacity: 0.65;
  transform: scaleX(0.22);
  transform-origin: left;
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.tcl-venture-card:hover,
.tcl-venture-card:focus-visible {
  border-color: var(--mint);
  box-shadow: 0 24px 60px rgb(0 0 52 / 0.1);
  transform: translateY(-6px);
}

.tcl-venture-card:hover::before,
.tcl-venture-card:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.tcl-venture-card > * {
  position: relative;
  z-index: 1;
}

.tcl-venture-card > span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 9999px;
  background: color-mix(in srgb, var(--mint) 10%, white);
  padding: 0.45rem 0.7rem;
  color: var(--mint);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tcl-venture-card > em {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 0.85rem;
  border: 1px solid transparent;
  border-radius: 9999px;
  padding: 0.38rem 0.62rem;
  font-family: var(--font-mono-family), monospace;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tcl-venture-card > em[data-status="pilot"] {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.tcl-venture-card > em[data-status="development"] {
  border-color: #fde68a;
  background: #fffbeb;
  color: #92400e;
}

.tcl-venture-card > em[data-status="beta"] {
  border-color: #ddd6fe;
  background: #f5f3ff;
  color: #6d28d9;
}

.tcl-venture-card > em[data-status="live"] {
  border-color: #86efac;
  background: #f0fdf4;
  color: #15803d;
}

.tcl-venture-card > em[data-status="soon"] {
  border-color: #99f6e4;
  background: #f0fdfa;
  color: #0f766e;
}

.tcl-venture-card > em[data-status="research"] {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #475569;
}

.tcl-venture-card > em[data-status="exploring"] {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}

.tcl-venture-card > em[data-status="partners"] {
  border-color: #86efac;
  background: #f0fdf4;
  color: #15803d;
}

.tcl-venture-card > i {
  display: none;
}

.tcl-venture-card h3 {
  margin-top: 1.6rem;
  color: var(--brand);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.75rem, 2vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.tcl-venture-card p {
  max-width: 34ch;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.tcl-venture-card strong {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.7rem;
  margin-top: auto;
  border-radius: 9999px;
  background: color-mix(in srgb, var(--brand) 6%, white);
  padding: 0.7rem 0.9rem;
  color: var(--brand);
  font-family: var(--font-mono-family), monospace;
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tcl-venture-card--partner {
  border-color: var(--brand);
  background: var(--brand);
}

.tcl-venture-card--partner > span {
  background: rgb(255 255 255 / 0.1);
}

.tcl-venture-card--partner h3,
.tcl-venture-card--partner strong {
  color: white;
}

.tcl-venture-card--partner strong {
  background: white;
  color: var(--brand);
}

.tcl-venture-card--partner p {
  color: rgb(255 255 255 / 0.68);
}

.tcl-venture-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand);
  border-radius: 9999px;
  background: var(--mint);
  color: var(--brand);
  transform: translateY(-50%);
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.tcl-venture-arrow:hover,
.tcl-venture-arrow:focus-visible {
  background: var(--brand);
  color: var(--mint);
}

.tcl-venture-arrow:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}

.tcl-venture-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tcl-venture-arrow--previous {
  left: 0;
}

.tcl-venture-arrow--next {
  right: 0;
}

@media (max-width: 1100px) {
  .tcl-venture-slider {
    padding: 0 3.4rem;
  }

  .tcl-venture-track {
    display: flex;
    gap: 0.9rem;
    overflow-x: auto;
    padding-bottom: 0.75rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tcl-venture-track::-webkit-scrollbar {
    display: none;
  }

  .tcl-venture-card {
    min-width: min(72vw, 320px);
    scroll-snap-align: start;
  }

  .tcl-venture-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media (max-width: 520px) {
  .tcl-venture-slider {
    padding: 0 2.85rem;
  }

  .tcl-venture-card {
    min-width: min(76vw, 300px);
  }
}

/* Site-wide responsive safeguards for phones, tablets and small laptops. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
picture,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

img,
video {
  height: auto;
}

header a[aria-label="Tinago Com Labs home"] {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

header > div:last-child {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

body > .min-h-screen > div:first-child > div:first-child {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

header a[aria-label="Tinago Com Labs home"] img {
  width: auto;
  max-width: 12rem;
  height: 4rem;
  object-fit: contain;
}

header nav {
  min-width: 0;
  white-space: nowrap;
}

header nav a {
  overflow-wrap: normal;
  word-break: normal;
}

header a,
header button {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

@media (min-width: 1024px) {
  header > div:last-child {
    display: grid;
    grid-template-columns: 13.5rem minmax(0, 1fr) 13.5rem;
    column-gap: 1.5rem;
  }

  header > div:last-child > nav {
    justify-self: center;
  }

  header > div:last-child > a:last-of-type {
    justify-self: end;
  }
}

main,
main section,
main article,
main div,
header,
footer {
  min-width: 0;
}

p,
h1,
h2,
h3,
h4,
a,
button,
label,
address {
  overflow-wrap: anywhere;
}

input,
select,
textarea,
button {
  max-width: 100%;
  font: inherit;
}

form:has(#newsletter-email) {
  width: 100%;
  min-width: 0;
}

form:has(#newsletter-email) #newsletter-email {
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
}

form:has(#newsletter-email) button[type="submit"] {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 1023px) {
  .tcl-home-hero-art {
    right: -8rem;
    width: min(62vw, 38rem);
    opacity: 0.28;
  }

  header a[aria-label="Tinago Com Labs home"] img {
    width: auto;
    height: 3.3rem;
  }

  [data-tcl-mobile-menu] {
    overscroll-behavior: contain;
  }

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

  .tcl-site-footer > .relative.z-10 > div:first-child,
  .tcl-site-footer > .relative.z-10 > div:last-child {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .tcl-home-hero-art {
    display: none;
  }

  :root {
    --space-section: clamp(3.5rem, 14vw, 5rem);
  }

  body {
    font-size: 0.96rem;
  }

  main [data-hero-title] {
    max-width: 100%;
    font-size: clamp(2rem, 11vw, 3.15rem);
    line-height: 1.02;
  }

  main section:has([data-hero-title]) > div:has(> [data-hero-content]) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  main [data-hero-foot] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
  }

  .tcl-work-slider,
  .tcl-selected-work-slider,
  .tcl-venture-slider {
    padding-inline: 0;
  }

  .tcl-work-viewport,
  .tcl-venture-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tcl-work-viewport::-webkit-scrollbar,
  .tcl-venture-viewport::-webkit-scrollbar {
    display: none;
  }

  .tcl-work-grid {
    grid-auto-columns: min(84vw, 21rem);
  }

  .tcl-work-card {
    min-height: 18rem;
    padding: 1.25rem;
    scroll-snap-align: start;
  }

  .tcl-work-arrow,
  .tcl-venture-arrow {
    display: none;
  }

  .tcl-build-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tcl-build-card {
    min-height: 18rem;
  }

  form[data-contact-form="true"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  form[data-contact-form="true"] > * {
    width: 100%;
    min-width: 0;
  }

  iframe {
    min-height: 17rem !important;
  }

  .tcl-site-footer h2 {
    max-width: 18ch;
    font-size: clamp(1.7rem, 8vw, 2.35rem);
    line-height: 1.05;
  }

  .tcl-footer-contact-list > a,
  .tcl-footer-contact-list > p {
    align-items: flex-start;
  }
}

@media (max-width: 639px) {
  form:has(#newsletter-email) > * {
    width: 100%;
    min-width: 0;
  }

  form:has(#newsletter-email) button[type="submit"] {
    width: 100%;
  }
}

@media (max-width: 479px) {
  header > div {
    gap: 0.75rem !important;
  }

  header a[aria-label="Tinago Com Labs home"] img {
    height: 2.6rem;
  }

  main [data-hero-title] {
    font-size: clamp(1.9rem, 10.5vw, 2.65rem);
  }

  .tcl-work-grid {
    grid-auto-columns: 88vw;
    gap: 0.75rem;
  }

  .tcl-work-card,
  .tcl-build-card,
  .tcl-venture-card {
    border-radius: 1rem;
  }

  a[class*="px-6"],
  button[class*="px-6"] {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
}

@media (max-width: 359px) {
  header a[aria-label="Tinago Com Labs home"] img {
    height: 2.25rem;
  }

  [data-tcl-mobile-menu] {
    right: 8px !important;
    left: 8px !important;
  }

  .tcl-work-grid {
    grid-auto-columns: 90vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Homepage phone layout: keep every section inside the viewport and avoid
   carousel controls or neighbouring cards covering the active content. */
@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .tcl-home-hero-enhanced {
    min-height: 42rem !important;
  }

  .tcl-work-viewport,
  .tcl-venture-viewport,
  .tcl-industries-viewport {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .tcl-work-grid {
    display: flex;
    width: 100%;
    gap: 0.75rem;
  }

  .tcl-work-card {
    width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
  }

  .tcl-venture-track {
    display: flex;
    width: 100%;
    gap: 0.75rem;
  }

  .tcl-venture-card {
    width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
  }

  .tcl-industries-carousel {
    padding: 1.5rem 1rem 7rem;
  }

  .tcl-industries-grid {
    width: 100%;
  }

  .tcl-industries-grid > a,
  .tcl-industries-grid > a:nth-child(3n + 1),
  .tcl-industries-grid > a:nth-child(3n + 2),
  .tcl-industries-grid > a:nth-child(3n) {
    width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
    align-items: center;
  }

  .tcl-industries-grid b {
    align-self: center;
    margin-right: auto;
    margin-left: auto;
  }

  .tcl-industries-controls {
    bottom: 1.15rem;
  }

  [data-mobile-stat-section="true"] > div:first-child {
    height: 13rem;
  }

  [data-mobile-stat-section="true"] > div:nth-child(2) {
    margin-top: 0.75rem;
  }

  [data-mobile-stat-section="true"] > div:nth-child(2) > p:not(:first-of-type) {
    color: rgb(255 255 255 / 0.72) !important;
  }

  .tcl-build-process {
    margin-top: 2rem;
  }

  .tcl-process-step,
  .tcl-process-step:nth-child(3),
  .tcl-process-step:nth-child(4) {
    padding: 1.35rem 1rem 1.5rem;
  }

  .tcl-process-step .tcl-process-label {
    margin-top: 1.25rem;
  }

  .tcl-work-slider,
  .tcl-selected-work-slider {
    padding-bottom: 4.25rem;
  }

  .tcl-work-slider .tcl-work-arrow {
    top: auto;
    bottom: 0;
    display: flex;
    width: 3rem;
    height: 3rem;
    transform: none;
  }

  .tcl-work-slider .tcl-work-arrow--previous,
  .tcl-selected-work-slider .tcl-work-arrow--previous {
    right: calc(50% + 0.4rem);
    left: auto;
  }

  .tcl-work-slider .tcl-work-arrow--next,
  .tcl-selected-work-slider .tcl-work-arrow--next {
    right: auto;
    left: calc(50% + 0.4rem);
  }

  .tcl-venture-slider {
    padding-bottom: 4.25rem;
  }

  .tcl-venture-slider .tcl-venture-arrow {
    top: auto;
    bottom: 0;
    display: flex;
    width: 3rem;
    height: 3rem;
    transform: none;
  }

  .tcl-venture-slider .tcl-venture-arrow--previous {
    right: calc(50% + 0.4rem);
    left: auto;
  }

  .tcl-venture-slider .tcl-venture-arrow--next {
    right: auto;
    left: calc(50% + 0.4rem);
  }
}

@media (max-width: 479px) {
  .tcl-home-hero-enhanced {
    min-height: 40rem !important;
  }
}
