/*
Theme Name: TC Display
Theme URI: https://lavender-snail-326490.hostingersite.com/
Author: TC Display
Author URI: https://lavender-snail-326490.hostingersite.com/
Description: Custom block theme for the TC Display B2B Custom Retail Display website.
Version: 1.1.11
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: tc-display
*/

:root {
  --tc-surface: #f4f1e8;
  --tc-surface-soft: #e6dfd2;
  --tc-surface-warm: #d8d0c1;
  --tc-panel: #fffdf7;
  --tc-ink: #1e2522;
  --tc-muted: #69706a;
  --tc-line: #d5ccbd;
  --tc-line-dark: rgb(255 253 247 / 0.16);
  --tc-accent: #577069;
  --tc-accent-dark: #233b35;
  --tc-accent-soft: #d8e2dd;
  --tc-deep: #15231f;
  --tc-deep-2: #20352f;
  --tc-deep-muted: #b6c0ba;
  --tc-radius: 8px;
  --tc-shadow: 0 24px 70px rgb(30 37 34 / 0.15);
  --tc-shadow-strong: 0 30px 90px rgb(18 28 25 / 0.24);
  --tc-max: 1180px;
  --tc-wide: 1360px;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: var(--tc-surface);
  color: var(--tc-ink);
  font-family: var(--wp--preset--font-family--system);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  overflow-x: hidden;
}

body .wp-site-blocks {
  overflow-x: hidden;
}

body:not(.home):not(.blog) .wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
}

body:not(.home):not(.blog) .wp-site-blocks > main {
  flex: 1 0 auto;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

img {
  height: auto;
  max-width: 100%;
}

.tc-homepage {
  background:
    linear-gradient(180deg, rgb(255 253 247 / 0.52), transparent 540px),
    var(--tc-surface);
}

body .wp-site-blocks > main.tc-homepage {
  margin-block-start: 0;
}

body .wp-site-blocks > footer.wp-block-template-part {
  margin-block-start: 0;
}

.tc-container,
.tc-wide-container {
  box-sizing: border-box;
  margin-inline: auto;
  padding-inline: 48px;
  width: 100%;
}

.tc-container {
  max-width: var(--tc-max);
}

.tc-wide-container {
  max-width: var(--tc-wide);
}

.tc-section {
  padding-block: 116px;
  position: relative;
}

.tc-section.is-tight {
  padding-block: 76px;
}

.tc-section.is-dark {
  background:
    radial-gradient(circle at 82% 18%, rgb(87 112 105 / 0.18), transparent 34%),
    linear-gradient(135deg, var(--tc-deep), #101a17);
  color: var(--tc-panel);
}

.tc-section.is-soft {
  background: var(--tc-surface-soft);
}

.tc-site-header {
  background: rgb(244 241 232 / 0.93);
  border-bottom: 1px solid rgb(213 204 189 / 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 40;
}

.tc-site-header__bar {
  align-items: center;
  display: grid;
  gap: clamp(18px, 2.1vw, 34px);
  grid-template-columns: minmax(132px, 1fr) auto minmax(132px, 1fr);
  min-height: 70px;
}

body .tc-site-header__bar {
  display: grid;
}

.tc-site-title a,
.tc-site-title {
  color: var(--tc-ink);
  font-size: 1.05rem;
  font-weight: 760;
  letter-spacing: 0;
  text-decoration: none;
}

.tc-primary-nav {
  color: var(--tc-muted);
  font-size: 0.9rem;
  font-weight: 560;
  justify-self: center;
  line-height: 1.2;
  transform: translateX(clamp(30px, 3vw, 46px));
}

.tc-primary-nav a {
  text-decoration: none;
  white-space: nowrap;
}

.tc-primary-nav .wp-block-navigation__container {
  gap: clamp(18px, 1.8vw, 30px);
}

.tc-primary-nav a:hover {
  color: var(--tc-ink);
}

.tc-primary-nav .tc-mobile-nav-cta {
  display: none;
}

.tc-site-logo {
  align-items: center;
  display: inline-flex;
  line-height: 0;
  min-width: 0;
  text-decoration: none;
}

.tc-site-logo img {
  display: block;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  width: min(226px, 26vw);
}

.tc-site-logo--footer img {
  filter: brightness(0) invert(1);
  max-height: 54px;
  opacity: 0.92;
  width: min(210px, 72vw);
}

.tc-nav-menu-button {
  display: none;
}

.tc-nav-panel {
  display: block;
  min-width: 0;
}

.tc-nav-list,
.tc-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tc-nav-list {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.25vw, 22px);
}

.tc-nav-item {
  display: block;
  line-height: 1;
  margin: 0;
  position: relative;
}

.tc-nav-link {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--tc-muted);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 680;
  gap: 7px;
  letter-spacing: 0;
  line-height: 1.15;
  padding: 14px 0;
  text-decoration: none;
  white-space: nowrap;
}

.tc-nav-link:hover,
.tc-nav-link:focus-visible,
.tc-nav-link.is-active {
  color: var(--tc-ink);
}

.tc-nav-link:focus-visible,
.tc-dropdown-link:focus-visible {
  outline: 2px solid rgb(87 112 105 / 0.42);
  outline-offset: 4px;
}

.tc-nav-chevron {
  border-bottom: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
  height: 6px;
  opacity: 0.72;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
  width: 6px;
}

.tc-nav-item.is-open .tc-nav-chevron {
  transform: translateY(1px) rotate(225deg);
}

.tc-dropdown {
  background: var(--tc-panel);
  border: 1px solid rgb(30 37 34 / 0.12);
  border-radius: var(--tc-radius);
  box-shadow: 0 20px 54px rgb(18 28 25 / 0.16);
  display: grid;
  gap: 2px;
  left: 50%;
  min-width: 226px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  transform: translate(-50%, 8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  z-index: 90;
}

.tc-dropdown::before {
  content: "";
  height: 12px;
  inset-inline: 0;
  position: absolute;
  top: -12px;
}

.tc-nav-item.is-open > .tc-dropdown,
.tc-nav-item:focus-within > .tc-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.tc-dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tc-dropdown-link {
  border-radius: 6px;
  color: var(--tc-muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 620;
  line-height: 1.25;
  padding: 9px 10px;
  white-space: nowrap;
}

.tc-dropdown-link:hover {
  background: rgb(87 112 105 / 0.09);
  color: var(--tc-ink);
}

.tc-header-cta {
  justify-self: end;
}

.tc-header-cta .wp-block-button__link,
.tc-button-primary .wp-block-button__link {
  background: var(--tc-accent-dark);
  border: 1px solid var(--tc-accent-dark);
  border-radius: 999px;
  color: var(--tc-panel);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.92rem 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.tc-button-secondary .wp-block-button__link {
  background: rgb(255 253 247 / 0.62);
  border: 1px solid rgb(30 37 34 / 0.34);
  border-radius: 999px;
  color: var(--tc-ink);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.92rem 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.tc-header-cta .wp-block-button__link:hover,
.tc-button-primary .wp-block-button__link:hover,
.tc-button-secondary .wp-block-button__link:hover {
  transform: translateY(-1px);
}

.tc-hero {
  min-height: 0;
  overflow: hidden;
  padding-block: 0;
}

.tc-hero::before {
  display: none;
}

.tc-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: none;
  min-height: clamp(560px, 72dvh, 720px);
  padding-inline: 0;
  position: relative;
}

.tc-hero__grid > *,
.tc-project-grid > *,
.tc-materials > *,
.tc-manufacturing-grid > *,
.tc-qc-grid > *,
.tc-case-study > *,
.tc-featured-cases__card > *,
.tc-final-cta__inner > * {
  min-width: 0;
}

.tc-hero__content {
  align-self: center;
  background: rgb(244 241 232 / 0.86);
  box-shadow: 18px 0 60px rgb(244 241 232 / 0.76);
  grid-area: 1 / 1;
  margin-left: max(48px, calc((100vw - var(--tc-wide)) / 2 + 48px));
  max-width: 820px;
  padding: 36px 38px 36px 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 901px) {
  .tc-hero__content {
    --tc-hero-panel-left-bleed: clamp(48px, 3.5vw, 72px);
    background: transparent;
    box-shadow: none;
    isolation: isolate;
  }

  .tc-hero__content::before {
    background: rgb(244 241 232 / 0.86);
    bottom: 0;
    box-shadow: 18px 0 60px rgb(244 241 232 / 0.76);
    content: "";
    left: calc(-1 * var(--tc-hero-panel-left-bleed));
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}

.tc-kicker {
  color: var(--tc-accent-dark);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.tc-hero h1,
.tc-heading-xl {
  font-size: 5.35rem;
  font-weight: 790;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 760px;
}

.tc-hero__copy {
  color: var(--tc-muted);
  font-size: 1.16rem;
  line-height: 1.56;
  margin-block: 1.45rem 1.8rem;
  max-width: 570px;
  overflow-wrap: break-word;
}

.tc-hero__actions {
  gap: 12px;
}

.tc-hero__media {
  align-self: stretch;
  grid-area: 1 / 1;
  justify-self: stretch;
  margin: 0;
  max-width: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.tc-hero__media img {
  aspect-ratio: 383 / 200;
  border-radius: 0;
  box-shadow: var(--tc-shadow-strong);
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.tc-user-banner img {
  outline: 1px solid rgb(87 112 105 / 0.18);
}

.tc-dev-placeholder img {
  background: var(--tc-surface-soft);
  object-fit: cover !important;
  object-position: center center;
  outline: 1px solid rgb(87 112 105 / 0.26);
}

.tc-dev-placeholder figcaption {
  color: var(--tc-muted);
  font-size: 0.84rem;
  line-height: 1.42;
  margin-top: 0.78rem;
}

.tc-section h2,
.tc-heading-lg {
  font-size: 3.85rem;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 900px;
}

.tc-section h3 {
  font-size: 1.24rem;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.tc-section p {
  margin-top: 0;
}

.tc-lede {
  color: var(--tc-muted);
  font-size: 1.12rem;
  line-height: 1.62;
  max-width: 700px;
}

.tc-project-intro {
  align-items: end;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  margin-bottom: 48px;
}

.tc-project-intro p {
  color: var(--tc-muted);
  margin: 0;
}

.tc-project-grid {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.tc-project-card {
  margin: 0;
  min-width: 0;
  overflow: visible;
}

.tc-project-card img,
.tc-media-frame img,
.tc-case-media img,
.tc-industry-item img {
  border-radius: var(--tc-radius);
  box-shadow: var(--tc-shadow);
  display: block;
  object-fit: cover;
  width: 100%;
}

.tc-project-card.is-large {
  grid-column: 1 / span 7;
}

.tc-project-card.is-large img {
  aspect-ratio: 4 / 3;
  box-shadow: var(--tc-shadow-strong);
}

.tc-project-stack {
  display: grid;
  gap: 30px;
  grid-column: 8 / span 5;
  margin-top: 118px;
}

.tc-project-card.is-portrait img {
  aspect-ratio: 3 / 4;
}

.tc-project-card.is-featured-dark {
  background: var(--tc-deep);
  border-radius: var(--tc-radius);
  color: var(--tc-panel);
  padding: 16px;
}

.tc-project-card.is-featured-dark figcaption {
  color: var(--tc-deep-muted);
}

.tc-project-card figcaption,
.tc-caption {
  color: var(--tc-muted);
  font-size: 0.86rem;
  line-height: 1.45;
  margin-top: 0.82rem;
}

.tc-solutions-grid {
  display: grid;
  gap: 0 36px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
}

.tc-solution-item {
  border-top: 1px solid rgb(30 37 34 / 0.26);
  min-height: 168px;
  padding: 24px 0 30px;
}

.tc-solution-item:nth-child(1),
.tc-solution-item:nth-child(4) {
  padding-top: 30px;
}

.tc-solution-item p {
  color: var(--tc-muted);
  font-size: 0.96rem;
  line-height: 1.54;
  margin: 0.86rem 0 0;
}

.tc-section-note {
  color: var(--tc-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 500px;
}

.tc-industries {
  display: grid;
  gap: 26px;
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
  margin-top: 52px;
}

.tc-industry-item {
  margin: 0;
}

.tc-industry-item:nth-child(2) {
  margin-top: 58px;
}

.tc-industry-item:nth-child(3) {
  margin-top: 24px;
}

.tc-industry-item img {
  aspect-ratio: 4 / 3;
}

.tc-industry-item figcaption {
  color: var(--tc-muted);
  font-size: 0.86rem;
  line-height: 1.45;
  margin-top: 0.72rem;
}

.tc-materials {
  align-items: center;
  display: grid;
  gap: 68px;
  grid-template-columns: 0.86fr 1fr;
}

.tc-materials .tc-media-frame {
  margin: 0;
}

.tc-materials .tc-media-frame img {
  aspect-ratio: 16 / 10;
  box-shadow: var(--tc-shadow-strong);
}

.tc-material-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
}

.tc-material-list li {
  background: rgb(255 253 247 / 0.66);
  border: 1px solid rgb(30 37 34 / 0.14);
  border-radius: 999px;
  color: var(--tc-muted);
  display: block;
  font-size: 0.88rem;
  line-height: 1.36;
  list-style: none;
  padding: 0.68rem 0.86rem;
}

.tc-material-list strong {
  color: var(--tc-ink);
  display: inline;
  font-weight: 760;
}

.tc-material-list span {
  display: none;
}

.tc-process {
  counter-reset: process;
  display: grid;
  gap: 0;
  margin: 56px 0 0;
  padding: 0;
}

.tc-process li {
  border-top: 1px solid var(--tc-line);
  counter-increment: process;
  display: grid;
  gap: 36px;
  grid-template-columns: 58px 250px minmax(0, 1fr);
  list-style: none;
  padding: 24px 0;
}

.tc-process li::before {
  color: var(--tc-accent);
  content: counter(process, decimal-leading-zero);
  font-size: 0.84rem;
  font-weight: 780;
}

.tc-process li:last-child {
  border-bottom: 1px solid var(--tc-line);
}

.tc-process p {
  color: var(--tc-muted);
  margin: 0;
}

.tc-manufacturing-grid {
  align-items: center;
  display: grid;
  gap: 76px;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
}

.tc-manufacturing-grid .tc-media-frame {
  margin: 0;
  position: relative;
}

.tc-manufacturing-grid .tc-media-frame img {
  aspect-ratio: 4 / 3;
  box-shadow: 0 34px 90px rgb(0 0 0 / 0.34);
}

.is-dark .tc-kicker {
  color: #dbe8e1;
}

.is-dark .tc-lede,
.is-dark .tc-caption,
.is-dark .tc-check-list,
.is-dark .tc-check-list li,
.is-dark p {
  color: var(--tc-deep-muted);
}

.tc-check-list {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
}

.tc-check-list li {
  border-top: 1px solid var(--tc-line-dark);
  list-style: none;
  padding: 13px 0;
}

.tc-qc-grid {
  align-items: center;
  display: grid;
  gap: 66px;
  grid-template-columns: 1.02fr 0.98fr;
}

.tc-qc-grid .tc-media-frame {
  margin: 0;
}

.tc-qc-grid .tc-media-frame img {
  aspect-ratio: 3 / 2;
  box-shadow: var(--tc-shadow-strong);
}

.tc-qc-list {
  columns: 2;
  gap: 36px;
  margin: 1.7rem 0 0;
  padding-left: 1.1rem;
}

.tc-qc-list li {
  break-inside: avoid;
  color: var(--tc-muted);
  margin-bottom: 0.55rem;
}

.tc-case-study {
  background:
    radial-gradient(circle at 80% 12%, rgb(87 112 105 / 0.22), transparent 32%),
    var(--tc-deep);
  color: var(--tc-panel);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
  overflow: hidden;
}

.tc-case-study > .wp-block-group {
  padding: 58px;
}

.tc-case-study .tc-kicker {
  color: #dbe8e1;
}

.tc-case-study .tc-lede,
.tc-case-study p {
  color: var(--tc-deep-muted);
}

.tc-case-media {
  align-self: stretch;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}

.tc-case-media img {
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  min-height: 620px;
}

.tc-case-media figcaption {
  color: var(--tc-deep-muted);
  padding-inline: 22px;
}

.tc-case-fields {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
}

.tc-case-fields div {
  border-top: 1px solid var(--tc-line-dark);
  display: grid;
  gap: 14px;
  grid-template-columns: 118px minmax(0, 1fr);
  padding: 14px 0;
}

.tc-case-fields dt {
  color: #dbe8e1;
  font-size: 0.8rem;
  font-weight: 760;
  text-transform: uppercase;
}

.tc-case-fields dd {
  color: var(--tc-deep-muted);
  margin: 0;
}

.tc-reasons {
  display: grid;
  gap: 0 30px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 54px;
}

.tc-reason {
  border-top: 1px solid rgb(30 37 34 / 0.24);
  padding: 24px 0 0;
}

.tc-reason p {
  color: var(--tc-muted);
  font-size: 0.94rem;
  line-height: 1.5;
  margin: 0.75rem 0 0;
}

.tc-faq {
  display: grid;
  gap: 112px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 46px;
  margin-inline: 50%;
  transform: translateX(-50%);
  width: min(1280px, calc(100vw - 96px));
}

.tc-faq,
.tc-faq__column,
.tc-faq details {
  min-width: 0;
}

.tc-faq__column {
  align-content: start;
  display: grid;
}

.tc-faq details {
  background: transparent;
  border-bottom: 1px solid rgb(30 37 34 / 0.2);
  padding: 22px 0;
}

.tc-faq__column details:first-child {
  border-top: 1px solid rgb(30 37 34 / 0.2);
}

.tc-faq summary {
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.25;
  overflow-wrap: normal;
  padding-right: 0.35rem;
  white-space: nowrap;
  word-break: normal;
}

.tc-faq p {
  color: var(--tc-muted);
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0.75rem 0 0;
}

.tc-featured-cases {
  background:
    radial-gradient(circle at 16% 12%, rgb(87 112 105 / 0.28), transparent 30%),
    linear-gradient(140deg, var(--tc-deep), #0f1916 72%);
  color: var(--tc-panel);
  overflow: hidden;
  padding-block: clamp(88px, 8vw, 132px);
}

.tc-featured-cases__header {
  margin-inline: auto;
  max-width: 880px;
  padding-inline: 28px;
  text-align: center;
}

.tc-featured-cases__eyebrow,
.tc-featured-cases__status {
  color: #cbd8d0;
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}

.tc-featured-cases__header h2 {
  color: var(--tc-panel);
  font-size: clamp(3rem, 5.8vw, 5.3rem);
  line-height: 0.94;
  margin: 0.72rem auto 0;
  max-width: 820px;
}

.tc-featured-cases__intro {
  color: var(--tc-deep-muted);
  font-size: 1.08rem;
  line-height: 1.62;
  margin: 1.2rem auto 0;
  max-width: 650px;
}

.tc-featured-cases__viewport {
  margin-top: clamp(46px, 5.6vw, 72px);
  position: relative;
}

.tc-featured-cases__viewport::before,
.tc-featured-cases__viewport::after {
  content: "";
  inset-block: 0;
  pointer-events: none;
  position: absolute;
  width: min(13vw, 160px);
  z-index: 2;
}

.tc-featured-cases__viewport::before {
  background: linear-gradient(90deg, #0f1916, rgb(15 25 22 / 0));
  left: 0;
}

.tc-featured-cases__viewport::after {
  background: linear-gradient(270deg, #0f1916, rgb(15 25 22 / 0));
  right: 0;
}

.tc-featured-cases__track {
  display: flex;
  gap: clamp(22px, 2.2vw, 34px);
  margin: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-inline: max(34px, calc((100vw - var(--tc-wide)) / 2 + 54px));
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.tc-featured-cases__track::-webkit-scrollbar {
  display: none;
}

.tc-featured-cases__track:focus-visible {
  outline: 2px solid rgb(255 253 247 / 0.72);
  outline-offset: 12px;
}

.tc-featured-cases__card {
  background: var(--tc-panel);
  border: 1px solid rgb(255 253 247 / 0.28);
  border-radius: var(--tc-radius);
  box-shadow: 0 32px 90px rgb(0 0 0 / 0.32);
  color: var(--tc-ink);
  display: grid;
  flex: 0 0 clamp(430px, 30vw, 500px);
  grid-template-columns: minmax(170px, 0.42fr) minmax(220px, 0.58fr);
  min-height: 340px;
  opacity: 0.56;
  overflow: hidden;
  scroll-snap-align: center;
  transform: scale(0.965);
}

.tc-featured-cases__card.is-adjacent {
  opacity: 0.82;
  transform: scale(0.985);
}

.tc-featured-cases__card.is-active {
  opacity: 1;
  transform: scale(1);
}

.tc-featured-cases__image {
  background: var(--tc-deep-2);
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}

.tc-featured-cases__image img {
  aspect-ratio: 4 / 5;
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tc-featured-cases__content {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.5vw, 34px);
}

.tc-featured-cases__status {
  color: var(--tc-accent-dark);
  font-size: 0.68rem;
  margin-bottom: 1rem;
}

.tc-featured-cases__card h3 {
  color: var(--tc-ink);
  font-size: clamp(1.28rem, 1.8vw, 1.75rem);
  line-height: 1.06;
  margin: 0;
}

.tc-featured-cases__meta {
  color: var(--tc-accent-dark);
  display: grid;
  font-size: 0.82rem;
  font-weight: 720;
  gap: 0.22rem;
  line-height: 1.35;
  margin: 1rem 0 0;
}

.tc-featured-cases__description {
  color: var(--tc-muted);
  font-size: 0.96rem;
  line-height: 1.52;
  margin: 1.1rem 0 1.5rem;
}

.tc-featured-cases__button {
  margin-top: auto;
}

.tc-featured-cases__button .wp-block-button__link {
  align-items: center;
  background: transparent;
  border: 1px solid rgb(35 59 53 / 0.42);
  border-radius: 999px;
  color: var(--tc-accent-dark);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 760;
  gap: 0.5rem;
  line-height: 1;
  padding: 0.82rem 1rem;
  text-decoration: none;
  white-space: nowrap;
}

.tc-featured-cases__button .wp-block-button__link:hover,
.tc-featured-cases__button .wp-block-button__link:focus-visible {
  background: var(--tc-accent-dark);
  border-color: var(--tc-accent-dark);
  color: var(--tc-panel);
}

.tc-featured-cases__button .wp-block-button__link:focus-visible,
.tc-featured-cases__nav:focus-visible {
  outline: 2px solid rgb(255 253 247 / 0.78);
  outline-offset: 5px;
}

.tc-featured-cases__nav {
  align-items: center;
  background: #0f1916;
  border: 1px solid rgb(255 253 247 / 0.2);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgb(0 0 0 / 0.34);
  color: var(--tc-panel);
  cursor: pointer;
  display: inline-flex;
  font-size: 2rem;
  height: 54px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  z-index: 4;
}

.tc-featured-cases__nav:hover,
.tc-featured-cases__nav:focus-visible {
  background: var(--tc-panel);
  color: var(--tc-deep);
}

.tc-featured-cases__nav:disabled {
  cursor: default;
  opacity: 0.34;
}

.tc-featured-cases__nav.is-prev {
  left: clamp(16px, 3vw, 44px);
}

.tc-featured-cases__nav.is-next {
  right: clamp(16px, 3vw, 44px);
}

.tc-featured-cases__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (min-width: 1181px) {
  .tc-featured-cases__track {
    scroll-padding-inline: clamp(112px, 10vw, 150px);
  }

  .tc-featured-cases__card {
    scroll-snap-align: start;
  }
}

.tc-final-cta {
  background:
    radial-gradient(circle at 50% 4%, rgb(87 112 105 / 0.34), rgb(87 112 105 / 0) 42%),
    linear-gradient(180deg, #1b2d27 0%, #13211d 52%, #0f1916 100%);
  color: var(--tc-panel);
  padding-block: clamp(112px, 9vw, 140px);
  text-align: center;
}

.tc-final-cta__inner {
  max-width: 1000px;
}

.tc-final-cta__eyebrow {
  color: #d8e2dd;
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0 0 1.1rem;
  text-transform: uppercase;
}

.tc-final-cta__heading {
  color: var(--tc-panel);
  font-size: clamp(3.45rem, 5.7vw, 5.45rem);
  font-weight: 770;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0 auto;
  max-width: 960px;
  text-wrap: balance;
}

.tc-final-cta__heading mark {
  background: transparent;
  color: #c8ded5;
  font: inherit;
  padding: 0;
}

.tc-final-cta__copy {
  color: #bdcac3;
  font-size: 1.12rem;
  line-height: 1.58;
  margin: 1.35rem auto 0;
  max-width: 690px;
}

.tc-final-cta__actions {
  gap: 16px;
  justify-content: center;
  margin-top: 2.15rem;
}

.tc-final-cta__button .wp-block-button__link {
  align-items: center;
  border-radius: 999px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 760;
  justify-content: center;
  line-height: 1;
  min-height: 52px;
  padding: 0.98rem 1.45rem;
  text-decoration: none;
  white-space: nowrap;
}

.tc-final-cta__button--primary .wp-block-button__link {
  background: var(--tc-panel);
  border: 1px solid var(--tc-panel);
  color: var(--tc-accent-dark);
}

.tc-final-cta__button--secondary .wp-block-button__link {
  background: transparent;
  border: 1px solid rgb(255 253 247 / 0.42);
  color: var(--tc-panel);
}

.tc-final-cta__button--primary .wp-block-button__link:hover,
.tc-final-cta__button--primary .wp-block-button__link:focus-visible {
  background: #e6dfd2;
  border-color: #e6dfd2;
}

.tc-final-cta__button--secondary .wp-block-button__link:hover,
.tc-final-cta__button--secondary .wp-block-button__link:focus-visible {
  background: rgb(255 253 247 / 0.08);
  border-color: rgb(255 253 247 / 0.74);
}

.tc-final-cta__button .wp-block-button__link:focus-visible {
  outline: 2px solid rgb(255 253 247 / 0.78);
  outline-offset: 5px;
}

.tc-site-footer {
  background: #0a1411;
  color: var(--tc-panel);
  padding-block: 104px 36px;
}

.tc-site-footer a {
  color: #bac6c0;
  text-decoration: none;
}

.tc-site-footer a:hover {
  color: var(--tc-panel);
}

.tc-site-footer a:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgb(255 253 247 / 0.48);
  outline-offset: 4px;
}

.tc-footer-grid {
  align-items: start;
  display: grid;
  gap: clamp(42px, 5vw, 78px);
  grid-template-columns:
    minmax(0, 1.65fr)
    minmax(0, 0.9fr)
    minmax(0, 1.25fr)
    minmax(0, 0.95fr);
}

.tc-footer-column {
  min-width: 0;
}

.tc-footer-heading {
  color: rgb(255 253 247 / 0.86);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0 0 1.05rem;
}

.tc-footer-list {
  margin: 0;
}

.tc-footer-list .wp-block-navigation__container {
  align-items: flex-start;
  gap: 0;
}

.tc-footer-list .wp-block-navigation-item__content,
.tc-footer-contact-text,
.tc-footer-project-link {
  color: #bac6c0;
  font-size: 0.92rem;
  font-weight: 560;
  line-height: 1.42;
}

.tc-footer-list .wp-block-navigation-item__content {
  padding: 0.24rem 0;
}

.tc-footer-list .wp-block-navigation-item__content:hover,
.tc-footer-list .wp-block-navigation-item__content:focus-visible,
.tc-footer-contact-text a:hover,
.tc-footer-project-link:hover {
  color: var(--tc-panel);
}

.tc-footer-note {
  color: #bac6c0;
  font-size: 0.98rem;
  line-height: 1.62;
  margin: 1.45rem 0 0;
  max-width: 360px;
}

.tc-footer-social {
  align-items: center;
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 1.45rem 0 0;
  padding: 0;
}

.tc-footer-social-link {
  align-items: center;
  color: currentColor;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  line-height: 0;
  opacity: 0.86;
  width: 24px;
}

.tc-footer-social-link svg {
  display: block;
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.tc-footer-social-link .tc-footer-social-mark {
  fill: #fff;
}

.tc-footer-social-link--linkedin {
  color: #0a66c2;
}

.tc-footer-social-link--instagram {
  background:
    radial-gradient(circle at 30% 108%, #fdf497 0 16%, #fd5949 38%, #d6249f 62%, #285aeb 100%);
  border-radius: 7px;
  color: #fff;
  height: 23px;
  width: 23px;
}

.tc-footer-social-link--instagram svg {
  height: 16px;
  width: 16px;
}

.tc-footer-social-link--facebook {
  color: #1877f2;
}

.tc-footer-social-link--youtube {
  color: #f00;
}

a.tc-footer-social-link:hover,
a.tc-footer-social-link:focus-visible {
  color: currentColor;
  opacity: 1;
  transform: translateY(-2px);
}

.tc-footer-contact-text {
  margin: 0 0 1.05rem;
}

.tc-footer-contact-text a {
  color: inherit;
}

.tc-footer-project-link {
  display: inline-flex;
  font-weight: 720;
  gap: 0.45rem;
  padding-block: 0.26rem;
}

.tc-footer-legal {
  align-items: center;
  border-top: 1px solid rgb(186 198 192 / 0.15);
  display: flex;
  gap: 18px 32px;
  justify-content: space-between;
  margin-top: 82px;
  padding-top: 32px;
}

.tc-footer-copyright,
.tc-footer-legal-links {
  color: #aebbb5;
  font-size: 0.84rem;
  line-height: 1.5;
  margin: 0;
}

.tc-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: flex-end;
}

.tc-footer-legal-links a {
  color: #aebbb5;
  display: inline-flex;
  padding-block: 6px;
  text-decoration: none;
}

.tc-footer-legal-links a:hover {
  color: var(--tc-panel);
  text-decoration: underline;
}

.tc-whatsapp-float {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  bottom: max(22px, calc(env(safe-area-inset-bottom) + 18px));
  box-shadow:
    0 18px 44px rgb(18 28 25 / 0.26),
    inset 0 -1px 0 rgb(0 0 0 / 0.16);
  color: #fff;
  display: inline-flex;
  height: 58px;
  isolation: isolate;
  justify-content: center;
  position: fixed;
  right: max(22px, calc(env(safe-area-inset-right) + 18px));
  text-decoration: none;
  width: 58px;
  z-index: 80;
}

.tc-whatsapp-float::before {
  background: rgb(37 211 102 / 0.24);
  border-radius: inherit;
  content: "";
  inset: -8px;
  opacity: 0;
  position: absolute;
  transform: scale(0.88);
  z-index: -1;
}

.tc-whatsapp-float__icon {
  display: block;
  height: 31px;
  width: 31px;
}

.tc-whatsapp-float:hover,
.tc-whatsapp-float:focus-visible {
  background: #20bf5a;
  box-shadow:
    0 22px 54px rgb(18 28 25 / 0.32),
    inset 0 -1px 0 rgb(0 0 0 / 0.18);
  transform: translateY(-2px);
}

.tc-whatsapp-float:focus-visible {
  outline: 3px solid rgb(37 211 102 / 0.34);
  outline-offset: 5px;
}

html.tc-nav-lock .tc-whatsapp-float {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

body.tc-legal-page-template main.tc-container {
  max-width: 900px;
  padding-block: 92px 104px;
}

body.tc-legal-page-template .wp-block-post-title {
  font-size: 3.65rem;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 1rem;
  max-width: 860px;
}

.tc-legal-page {
  max-width: 860px;
}

.tc-legal-updated {
  color: var(--tc-muted);
  font-size: 0.9rem;
  margin: 0 0 2.1rem;
}

.tc-legal-page h2 {
  color: var(--tc-ink);
  font-size: 1.45rem;
  font-weight: 760;
  line-height: 1.22;
  margin: 2.45rem 0 0.85rem;
}

.tc-legal-page p {
  color: var(--tc-muted);
  line-height: 1.72;
  margin: 0 0 1rem;
}

.tc-legal-page ul {
  color: var(--tc-muted);
  margin: 0 0 1.2rem;
  padding-left: 1.2rem;
}

.tc-legal-page li {
  margin-bottom: 0.42rem;
}

.tc-legal-page a {
  color: var(--tc-accent-dark);
  font-weight: 650;
}

@media (prefers-reduced-motion: no-preference) {
  .tc-header-cta .wp-block-button__link,
  .tc-button-primary .wp-block-button__link,
  .tc-button-secondary .wp-block-button__link,
  .tc-project-card img,
  .tc-industry-item img,
  .tc-media-frame img,
  .tc-whatsapp-float {
    transition:
      background-color 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease,
      opacity 180ms ease,
      transform 180ms ease;
  }

  .tc-whatsapp-float::before {
    animation: tc-whatsapp-pulse 3s ease-out infinite;
  }

  .tc-project-card:hover img,
  .tc-industry-item:hover img,
  .tc-media-frame:hover img {
    transform: translateY(-2px);
  }

  .tc-case-media:hover img {
    transform: scale(1.01);
  }

  .tc-final-cta__button .wp-block-button__link {
    transition:
      background-color 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .tc-final-cta__button .wp-block-button__link:hover,
  .tc-final-cta__button .wp-block-button__link:focus-visible {
    transform: translateY(-2px);
  }
}

@keyframes tc-whatsapp-pulse {
  0%,
  62%,
  100% {
    opacity: 0;
    transform: scale(0.88);
  }

  15% {
    opacity: 1;
  }

  42% {
    opacity: 0;
    transform: scale(1.16);
  }
}

@media (max-width: 1180px) {
  .tc-hero h1,
  .tc-heading-xl {
    font-size: 4.7rem;
  }

  .tc-section h2,
  .tc-heading-lg {
    font-size: 3.2rem;
  }

  .tc-hero__media {
    width: 100%;
  }

  .tc-project-stack {
    margin-top: 72px;
  }

  .tc-reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }

  .tc-site-logo img {
    width: min(202px, 25vw);
  }

  .tc-nav-list {
    gap: 14px;
  }

  .tc-nav-link {
    font-size: 0.82rem;
  }

  .tc-footer-grid {
    gap: 48px;
    grid-template-columns:
      minmax(0, 1.35fr)
      minmax(0, 0.9fr)
      minmax(0, 1.15fr)
      minmax(0, 0.9fr);
  }
}

@media (max-width: 1024px) {
  .tc-primary-nav {
    font-size: 0.84rem;
  }

  .tc-primary-nav .wp-block-navigation__container {
    gap: 18px;
  }

  .tc-header-cta .wp-block-button__link {
    padding-inline: 1.05rem;
  }

  .tc-container,
  .tc-wide-container {
    padding-inline: 34px;
  }

  .tc-hero__content {
    margin-left: 34px;
    max-width: 620px;
  }

  .tc-hero__media {
    width: 100%;
  }

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

  .tc-industries {
    grid-template-columns: 1fr 1fr;
  }

  .tc-footer-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
    row-gap: 54px;
  }

  .tc-footer-legal {
    padding-bottom: 68px;
  }

  .tc-industry-item:nth-child(2),
  .tc-industry-item:nth-child(3) {
    margin-top: 0;
  }

  .tc-industry-item:nth-child(1) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  html.tc-nav-lock,
  html.tc-nav-lock body {
    overflow: hidden;
  }

  body .tc-site-header__bar {
    display: flex;
    justify-content: space-between;
    min-height: 66px;
  }

  .tc-site-logo img {
    max-height: 54px;
    width: min(204px, 54vw);
  }

  .tc-primary-nav {
    font-size: 1rem;
    justify-self: auto;
    margin-left: auto;
    transform: none;
  }

  .tc-nav-menu-button {
    align-items: center;
    appearance: none;
    background: rgb(255 253 247 / 0.72);
    border: 1px solid rgb(30 37 34 / 0.18);
    border-radius: 999px;
    color: var(--tc-ink);
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 44px;
    z-index: 100002;
  }

  .tc-nav-menu-button__text {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .tc-nav-menu-icon,
  .tc-nav-menu-icon::before,
  .tc-nav-menu-icon::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    transition:
      opacity 160ms ease,
      transform 160ms ease;
    width: 18px;
  }

  .tc-nav-menu-icon {
    position: relative;
  }

  .tc-nav-menu-icon::before,
  .tc-nav-menu-icon::after {
    left: 0;
    position: absolute;
  }

  .tc-nav-menu-icon::before {
    top: -6px;
  }

  .tc-nav-menu-icon::after {
    top: 6px;
  }

  .tc-primary-nav.is-menu-open .tc-nav-menu-icon {
    background: transparent;
  }

  .tc-primary-nav.is-menu-open .tc-nav-menu-icon::before {
    transform: translateY(6px) rotate(45deg);
  }

  .tc-primary-nav.is-menu-open .tc-nav-menu-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }

  .tc-nav-panel {
    display: none;
  }

  .tc-primary-nav.is-menu-open .tc-nav-panel {
    background: var(--tc-panel);
    box-sizing: border-box;
    display: block;
    height: 100dvh;
    inset: 0;
    overflow-y: auto;
    padding: 84px 24px 30px;
    position: fixed;
    width: 100vw;
    z-index: 100001;
  }

  .tc-primary-nav.is-menu-open .tc-nav-list {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    width: 100%;
  }

  .tc-primary-nav.is-menu-open .tc-nav-item {
    border-top: 1px solid var(--tc-line);
    width: 100%;
  }

  .tc-primary-nav.is-menu-open .tc-nav-link {
    color: var(--tc-ink);
    font-size: 1.08rem;
    justify-content: space-between;
    line-height: 1.2;
    padding: 16px 0;
    width: 100%;
  }

  .tc-primary-nav.is-menu-open .tc-dropdown {
    background: transparent;
    border: 0;
    box-shadow: none;
    gap: 0;
    left: auto;
    max-height: 0;
    min-width: 0;
    opacity: 1;
    overflow: hidden;
    padding: 0 0 0 14px;
    pointer-events: auto;
    position: static;
    transform: none;
    transition: max-height 180ms ease;
  }

  .tc-primary-nav.is-menu-open .tc-dropdown::before {
    display: none;
  }

  .tc-primary-nav.is-menu-open .tc-nav-item.is-open > .tc-dropdown {
    max-height: 520px;
    padding-bottom: 12px;
  }

  .tc-primary-nav.is-menu-open .tc-dropdown-link {
    font-size: 0.96rem;
    padding: 8px 0;
    white-space: normal;
  }

  .tc-primary-nav.is-menu-open .tc-mobile-nav-cta {
    border-top: 1px solid var(--tc-line);
    display: block;
    padding-top: 20px;
  }

  .tc-primary-nav.is-menu-open .tc-mobile-nav-cta .tc-nav-link {
    background: var(--tc-accent-dark);
    border: 1px solid var(--tc-accent-dark);
    border-radius: 999px;
    color: var(--tc-panel);
    display: inline-flex;
    font-size: 0.96rem;
    justify-content: center;
    padding: 0.92rem 1.2rem;
    width: auto;
  }

  .tc-header-cta {
    display: none !important;
  }
}

@media (max-width: 900px) {
  body .tc-site-header__bar {
    display: flex;
    justify-content: space-between;
    min-height: 66px;
  }

  .tc-site-title {
    margin: 0;
  }

  .tc-primary-nav {
    font-size: 1rem;
    justify-self: auto;
    margin-left: auto;
    transform: none;
  }

  .tc-primary-nav .wp-block-navigation__responsive-container-open:not(.always-shown) {
    align-items: center;
    background: rgb(255 253 247 / 0.68);
    border: 1px solid rgb(30 37 34 / 0.18);
    border-radius: 999px;
    color: var(--tc-ink);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
  }

  .tc-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }

  .tc-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    background: var(--tc-panel);
    box-sizing: border-box;
    color: var(--tc-ink);
    display: flex;
    height: 100dvh;
    inset: 0;
    overflow-y: auto;
    padding: 24px;
    position: fixed;
    width: 100vw;
    z-index: 100000;
  }

  .tc-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: flex-start;
    gap: 0;
    padding-top: 60px;
  }

  .tc-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
  }

  .tc-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    width: 100%;
  }

  .tc-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    color: var(--tc-ink);
    font-size: 1.08rem;
    line-height: 1.2;
    padding: 15px 0;
  }

  .tc-primary-nav .wp-block-navigation__responsive-container.is-menu-open .tc-mobile-nav-cta {
    border-top: 1px solid var(--tc-line);
    display: flex;
    margin-top: 14px;
    padding-top: 22px;
  }

  .tc-primary-nav .wp-block-navigation__responsive-container.is-menu-open .tc-mobile-nav-cta .wp-block-navigation-item__content {
    background: var(--tc-accent-dark);
    border: 1px solid var(--tc-accent-dark);
    border-radius: 999px;
    color: var(--tc-panel);
    display: inline-flex;
    font-size: 0.96rem;
    font-weight: 700;
    justify-content: center;
    padding: 0.92rem 1.2rem;
    width: auto;
  }

  .tc-primary-nav .wp-block-navigation__responsive-container-close {
    align-items: center;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    right: 24px;
    top: 24px;
    width: 44px;
  }

  .tc-header-cta {
    display: none !important;
  }

  .tc-hero {
    min-height: auto;
    padding-block: 56px 74px;
  }

  .tc-hero::before {
    bottom: 42px;
    height: 360px;
    opacity: 0.96;
    top: auto;
    width: 58%;
  }

  .tc-hero__grid,
  .tc-project-intro,
  .tc-project-grid,
  .tc-materials,
  .tc-manufacturing-grid,
  .tc-qc-grid,
  .tc-faq,
  .tc-case-study {
    grid-template-columns: 1fr;
  }

  .tc-faq {
    gap: 0;
    margin-inline: 0;
    transform: none;
    width: 100%;
  }

  .tc-faq__column + .tc-faq__column details:first-child {
    border-top: 0;
  }

  .tc-hero__grid {
    gap: 36px;
    max-width: var(--tc-wide);
    min-height: auto;
    padding-inline: 34px;
  }

  .tc-hero__content,
  .tc-hero__media {
    grid-area: auto;
  }

  .tc-hero__content {
    background: transparent;
    box-shadow: none;
    margin-left: 0;
    max-width: 100%;
    padding: 0;
  }

  .tc-hero__media {
    justify-self: stretch;
    width: 100%;
  }

  .tc-hero__media img {
    aspect-ratio: 383 / 200;
    border-radius: var(--tc-radius);
    height: auto;
  }

  .tc-hero h1,
  .tc-heading-xl {
    font-size: 3.9rem;
    max-width: 720px;
  }

  .tc-project-card.is-large,
  .tc-project-stack {
    grid-column: auto;
  }

  .tc-project-stack {
    margin-top: 0;
  }

  .tc-process li {
    gap: 8px;
    grid-template-columns: 44px 1fr;
  }

  .tc-process li p {
    grid-column: 2;
  }

  .tc-case-study > .wp-block-group {
    padding: 34px;
  }

  .tc-case-media img {
    min-height: 420px;
  }

  .tc-featured-cases__track {
    padding-inline: 34px;
  }

  .tc-featured-cases__card {
    flex-basis: min(74vw, 610px);
  }
}

@media (max-width: 680px) {
  .tc-hero::before {
    display: none;
  }

  .tc-site-header__bar {
    gap: 14px;
    min-height: 66px;
  }

  .tc-container,
  .tc-wide-container {
    padding-inline: 20px;
  }

  .tc-section {
    padding-block: 64px;
  }

  .tc-hero {
    padding-block: clamp(34px, 8vw, 44px) clamp(44px, 10vw, 54px);
  }

  .tc-hero__grid {
    gap: clamp(28px, 7vw, 32px);
  }

  .tc-section h2,
  .tc-heading-lg {
    font-size: 2.45rem;
  }

  .tc-faq details {
    padding: 18px 0;
  }

  .tc-faq summary {
    font-size: 0.82rem;
    line-height: 1.25;
    padding-right: 0;
  }

  .tc-hero__copy,
  .tc-lede,
  .tc-final-cta__copy {
    font-size: 1rem;
  }

  .tc-hero h1,
  .tc-heading-xl {
    font-size: 3.05rem;
  }

  .tc-solutions-grid,
  .tc-industries,
  .tc-reasons {
    grid-template-columns: 1fr;
  }

  .tc-material-list {
    gap: 10px;
  }

  .tc-process {
    margin-top: 36px;
  }

  .tc-manufacturing-grid,
  .tc-qc-grid {
    gap: 36px;
  }

  .tc-qc-list {
    columns: 1;
  }

  .tc-featured-cases {
    padding-block: 72px 84px;
  }

  .tc-featured-cases__header {
    padding-inline: 20px;
    text-align: left;
  }

  .tc-featured-cases__header h2 {
    font-size: 2.72rem;
    max-width: 360px;
  }

  .tc-featured-cases__intro {
    font-size: 1rem;
  }

  .tc-featured-cases__viewport {
    margin-top: 34px;
  }

  .tc-featured-cases__viewport::before,
  .tc-featured-cases__viewport::after {
    width: 28px;
  }

  .tc-featured-cases__track {
    gap: 16px;
    padding-inline: 20px;
  }

  .tc-featured-cases__card {
    flex-basis: 84vw;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .tc-featured-cases__image {
    min-height: 0;
  }

  .tc-featured-cases__image img {
    aspect-ratio: 16 / 11;
    height: auto;
  }

  .tc-featured-cases__content {
    padding: 22px;
  }

  .tc-featured-cases__card h3 {
    font-size: 1.42rem;
  }

  .tc-featured-cases__description {
    font-size: 0.92rem;
  }

  .tc-featured-cases__nav {
    font-size: 1.65rem;
    height: 46px;
    width: 46px;
  }

  .tc-featured-cases__nav.is-prev {
    left: 8px;
  }

  .tc-featured-cases__nav.is-next {
    right: 8px;
  }

  .tc-case-study > .wp-block-group {
    padding: 26px 22px;
  }

  .tc-case-fields div {
    grid-template-columns: 1fr;
  }

  .tc-case-media img {
    min-height: 320px;
  }

  .tc-final-cta {
    padding-block: 80px 88px;
  }

  .tc-final-cta__heading {
    font-size: clamp(2.45rem, 11vw, 3.08rem);
    line-height: 1.02;
    max-width: 420px;
  }

  .tc-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-inline: auto;
    max-width: 360px;
  }

  .tc-final-cta__button,
  .tc-final-cta__button .wp-block-button__link {
    width: 100%;
  }

  .tc-site-footer {
    padding-block: 72px 32px;
  }

  .tc-footer-grid {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }

  .tc-footer-heading {
    margin-bottom: 0.85rem;
  }

  .tc-footer-note {
    max-width: 28rem;
  }

  .tc-footer-social {
    gap: 16px;
    margin-top: 1.25rem;
  }

  .tc-footer-legal {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 34px;
    padding-bottom: 64px;
  }

  .tc-footer-legal-links {
    gap: 2px 18px;
    justify-content: flex-start;
  }

  .tc-whatsapp-float {
    bottom: max(16px, calc(env(safe-area-inset-bottom) + 14px));
    height: 54px;
    right: max(16px, calc(env(safe-area-inset-right) + 14px));
    width: 54px;
  }

  .tc-whatsapp-float__icon {
    height: 29px;
    width: 29px;
  }

  body.tc-legal-page-template main.tc-container {
    padding-block: 72px 82px;
  }

  body.tc-legal-page-template .wp-block-post-title {
    font-size: 2.65rem;
  }
}
/* Start a Project page */
body.tc-start-project-page-body main.tc-container {
  max-width: none;
  padding-block: 0;
  padding-inline: 0;
}

body.tc-start-project-page-body main.tc-container > .wp-block-post-content {
  margin-block-start: 0;
  max-width: none !important;
  width: 100%;
}

body.tc-start-project-page-body .wp-block-post-title {
  display: none;
}

body.tc-start-project-page-body .wp-block-post-content > .tc-start-project-page {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: none !important;
  width: 100vw;
}

body.tc-start-project-page-body .tc-start-project-page {
  background:
    linear-gradient(180deg, rgb(255 253 247 / 0.58), rgb(244 241 232 / 0) 360px),
    var(--tc-surface);
  padding-block: clamp(70px, 7.8vw, 116px) clamp(82px, 8.5vw, 128px);
}

.tc-start-project-page * {
  box-sizing: border-box;
}

.tc-start-project-page a {
  color: var(--tc-accent-dark);
  font-weight: 700;
}

.tc-start-project-page__inner {
  margin-inline: auto;
  max-width: var(--tc-wide);
  padding-inline: 48px;
}

.tc-start-project-page__intro {
  margin-bottom: clamp(44px, 5.2vw, 74px);
  max-width: 920px;
}

.tc-start-project-page__intro h1 {
  color: var(--tc-ink);
  font-size: clamp(3.25rem, 6.2vw, 6.45rem);
  font-weight: 790;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 980px;
  text-wrap: balance;
}

.tc-start-project-page__intro p {
  color: var(--tc-muted);
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.62;
  margin: 1.45rem 0 0;
  max-width: 760px;
}

.tc-start-project-page__layout {
  align-items: start;
  display: grid;
  gap: clamp(56px, 7vw, 92px);
  grid-template-areas: "contact form";
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
}

.tc-start-contact {
  grid-area: contact;
  padding-top: 10px;
}

.tc-start-contact h2,
.tc-project-form-shell h2 {
  color: var(--tc-ink);
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.tc-start-contact__lede,
.tc-project-form-shell__intro p {
  color: var(--tc-muted);
  line-height: 1.68;
  margin: 1rem 0 0;
}

.tc-start-contact__items {
  border-top: 1px solid rgb(30 37 34 / 0.18);
  display: grid;
  gap: 0;
  margin-top: 38px;
}

.tc-start-contact__item {
  border-bottom: 1px solid rgb(30 37 34 / 0.18);
  display: grid;
  gap: 12px;
  grid-template-columns: 116px minmax(0, 1fr);
  padding-block: 18px;
}

.tc-start-contact__item dt {
  color: var(--tc-accent-dark);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.tc-start-contact__item dd {
  color: var(--tc-muted);
  line-height: 1.58;
  margin: 0;
}

.tc-start-contact__item address {
  color: var(--tc-muted);
  font-style: normal;
  line-height: 1.58;
}

.tc-start-contact__note {
  background: rgb(255 253 247 / 0.66);
  border: 1px solid rgb(30 37 34 / 0.12);
  border-radius: var(--tc-radius);
  margin-top: 34px;
  padding: 24px;
}

.tc-start-contact__note h3 {
  color: var(--tc-ink);
  font-size: 1.05rem;
  line-height: 1.25;
  margin: 0;
}

.tc-start-contact__note p {
  color: var(--tc-muted);
  font-size: 0.96rem;
  line-height: 1.58;
  margin: 0.72rem 0 0;
}

.tc-start-contact__info {
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
}

.tc-start-contact__info li {
  color: var(--tc-muted);
  list-style: none;
  padding-left: 19px;
  position: relative;
}

.tc-start-contact__info li::before {
  background: var(--tc-accent-dark);
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 6px;
}

.tc-start-project-page__form {
  grid-area: form;
  min-width: 0;
}

.tc-project-form-shell {
  background: var(--tc-panel);
  border: 1px solid rgb(30 37 34 / 0.13);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgb(30 37 34 / 0.12);
  padding: clamp(28px, 3.2vw, 44px);
}

.tc-project-form-message {
  border: 1px solid;
  border-radius: var(--tc-radius);
  margin-top: 24px;
  padding: 16px 18px;
}

.tc-project-form-message strong {
  display: block;
  font-weight: 780;
  line-height: 1.25;
}

.tc-project-form-message p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0.4rem 0 0;
}

.tc-project-form-message.is-success {
  background: rgb(216 226 221 / 0.52);
  border-color: rgb(87 112 105 / 0.36);
  color: var(--tc-accent-dark);
}

.tc-project-form-message.is-error {
  background: #fff3ee;
  border-color: rgb(151 74 41 / 0.34);
  color: #74391f;
}

.tc-project-form {
  margin-top: 28px;
}

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

.tc-project-form__field {
  display: grid;
  gap: 8px;
  margin: 0;
  min-width: 0;
}

.tc-project-form__field--full {
  grid-column: 1 / -1;
}

.tc-project-form__field--honeypot {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.tc-project-form label {
  color: var(--tc-ink);
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.35;
}

.tc-project-form label span {
  color: #8a4628;
}

.tc-project-form input,
.tc-project-form select,
.tc-project-form textarea {
  appearance: none;
  background: rgb(244 241 232 / 0.62);
  border: 1px solid rgb(30 37 34 / 0.2);
  border-radius: 7px;
  color: var(--tc-ink);
  font: inherit;
  line-height: 1.45;
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}

.tc-project-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 19px) calc(50% - 2px),
    calc(100% - 14px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.tc-project-form textarea {
  min-height: 178px;
  resize: vertical;
}

.tc-project-form input[type="file"] {
  background: transparent;
  border-style: dashed;
  cursor: pointer;
  padding: 14px;
}

.tc-project-form input:focus,
.tc-project-form select:focus,
.tc-project-form textarea:focus,
.tc-project-form input[type="file"]:focus {
  border-color: var(--tc-accent-dark);
  box-shadow: 0 0 0 3px rgb(87 112 105 / 0.22);
  outline: 0;
}

.tc-project-form input::placeholder,
.tc-project-form textarea::placeholder {
  color: rgb(105 112 106 / 0.74);
}

.tc-project-form__note {
  color: var(--tc-muted);
  display: block;
  font-size: 0.84rem;
  line-height: 1.48;
}

.tc-project-form__privacy {
  color: var(--tc-muted);
  font-size: 0.88rem;
  line-height: 1.56;
  margin: 22px 0 0;
}

.tc-project-form__submit {
  align-items: center;
  background: var(--tc-accent-dark);
  border: 1px solid var(--tc-accent-dark);
  border-radius: 999px;
  color: var(--tc-panel);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 740;
  justify-content: center;
  line-height: 1;
  margin-top: 24px;
  min-height: 50px;
  padding: 0.95rem 1.35rem;
  text-decoration: none;
  white-space: nowrap;
}

.tc-project-form__submit:focus-visible {
  outline: 2px solid rgb(87 112 105 / 0.58);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: no-preference) {
  .tc-project-form__submit,
  .tc-start-project-page a,
  .tc-project-form input,
  .tc-project-form select,
  .tc-project-form textarea {
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
  }

  .tc-project-form__submit:hover {
    transform: translateY(-1px);
  }
}

@media (max-width: 1024px) {
  .tc-start-project-page__inner {
    padding-inline: 34px;
  }

  .tc-start-project-page__layout {
    gap: 44px;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  }

  .tc-start-contact__item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.tc-start-project-page-body .tc-start-project-page {
    padding-block: 58px 82px;
  }

  .tc-start-project-page__layout {
    grid-template-areas:
      "form"
      "contact";
    grid-template-columns: 1fr;
  }

  .tc-start-project-page__intro {
    margin-bottom: 34px;
  }

  .tc-start-project-page__intro h1 {
    font-size: clamp(2.6rem, 11.8vw, 4.1rem);
  }

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

@media (max-width: 680px) {
  .tc-start-project-page__inner {
    padding-inline: 20px;
  }

  .tc-project-form-shell {
    padding: 24px 20px;
  }

  .tc-start-contact__note {
    padding: 20px;
  }
}
