/*
Theme Name: TechnoConception
Theme URI: https://www.technoconception.com
Author: TechnoConception
Author URI: https://www.technoconception.com
Description: Native block theme for the bilingual TechnoConception commercial website.
Requires at least: 6.9
Tested up to: 7.1
Requires PHP: 8.2
Version: 1.3.2
Text Domain: technoconception
*/

@font-face {
  font-family: "Geist";
  src: url("assets/fonts/Geist-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("assets/fonts/GeistMono-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --tc-ink: #0b0f14;
  --tc-carbon: #18202a;
  --tc-paper: #f5f7f9;
  --tc-white: #ffffff;
  --tc-slate: #667085;
  --tc-signal: #2563eb;
  --tc-signal-dark: #1d4ed8;
  --tc-pulse: #22d3ee;
  --tc-border: #d8dee7;
  --tc-border-dark: #303b49;
  --tc-success: #087f5b;
  --tc-error: #b42318;
  --tc-shadow: 0 18px 48px rgba(11, 15, 20, 0.08);
  --tc-radius-sm: 8px;
  --tc-radius: 12px;
  --tc-radius-lg: 18px;
  --tc-content: 800px;
  --tc-wide: 1280px;
  --tc-header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.admin-bar .tc-site-header {
  top: 32px;
}

a {
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.08em;
}

a:hover {
  text-decoration-thickness: 0.12em;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--tc-pulse);
  outline-offset: 3px;
}

::selection {
  color: var(--tc-white);
  background: var(--tc-signal-dark);
}

.tc-skip-link {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: var(--tc-white);
  background: var(--tc-ink);
  border-radius: var(--tc-radius-sm);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.tc-skip-link:focus {
  transform: translateY(0);
}

.tc-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  min-height: var(--tc-header-height);
  border-bottom: 1px solid rgba(216, 222, 231, 0.88);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.tc-nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--tc-wide));
  min-height: var(--tc-header-height);
  margin: 0 auto;
  gap: 24px;
}

.tc-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: var(--tc-ink);
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.tc-brand:hover {
  text-decoration: none;
}

.tc-brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.tc-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--tc-ink);
  background: var(--tc-white);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-sm);
  cursor: pointer;
}

.tc-nav-toggle svg {
  width: 23px;
  height: 23px;
}

.tc-primary-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.tc-primary-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.tc-primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 11px;
  color: var(--tc-carbon);
  border-radius: var(--tc-radius-sm);
  font-size: 0.94rem;
  font-weight: 560;
  text-decoration: none;
}

.tc-primary-menu a:hover,
.tc-primary-menu a[aria-current="page"] {
  color: var(--tc-signal-dark);
  background: #eef4ff;
}

.tc-primary-menu .tc-language-link a {
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.tc-primary-menu .tc-nav-cta a {
  margin-left: 4px;
  padding-inline: 18px;
  color: var(--tc-white);
  background: var(--tc-signal-dark);
}

.tc-primary-menu .tc-nav-cta a:hover,
.tc-primary-menu .tc-nav-cta a[aria-current="page"] {
  color: var(--tc-white);
  background: var(--tc-ink);
}

.tc-main {
  min-height: 64vh;
}

.tc-main > .wp-block-post-content {
  margin-top: 0;
}

.tc-section,
.tc-hero,
.tc-page-hero,
.tc-article-hero,
.tc-final-cta,
.tc-case-hero {
  padding: clamp(64px, 8vw, 112px) 24px;
}

.tc-section > *,
.tc-hero > *,
.tc-page-hero > *,
.tc-article-hero > *,
.tc-final-cta > *,
.tc-case-hero > * {
  width: min(100%, var(--tc-wide));
  margin-right: auto;
  margin-left: auto;
}

.tc-section--tight {
  padding-top: clamp(48px, 6vw, 76px);
  padding-bottom: clamp(48px, 6vw, 76px);
}

.tc-section--paper {
  background: var(--tc-paper);
}

.tc-section--dark,
.tc-hero,
.tc-case-hero,
.tc-final-cta {
  color: var(--tc-white);
  background: var(--tc-ink);
}

.tc-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(80px, 10vw, 150px);
  padding-bottom: clamp(80px, 10vw, 150px);
}

.tc-hero::before,
.tc-case-hero::before {
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -140px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.24), transparent 63%);
  content: "";
}

.tc-hero::after {
  position: absolute;
  z-index: -1;
  right: 9%;
  bottom: 18%;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--tc-pulse));
  box-shadow: 80px 48px 0 rgba(34, 211, 238, 0.3), -44px -48px 0 rgba(37, 99, 235, 0.45);
  content: "";
  transform: rotate(-26deg);
}

.tc-hero .wp-block-group__inner-container,
.tc-page-hero .wp-block-group__inner-container,
.tc-section .wp-block-group__inner-container,
.tc-final-cta .wp-block-group__inner-container,
.tc-case-hero .wp-block-group__inner-container {
  width: min(100%, var(--tc-wide));
  margin: 0 auto;
}

.tc-hero h1,
.tc-page-hero h1,
.tc-case-hero h1 {
  max-width: 980px;
  margin-top: 18px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 6.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.tc-hero h1,
.tc-case-hero h1,
.tc-section--dark h2,
.tc-section--dark h3,
.tc-final-cta h2 {
  color: var(--tc-white);
}

.tc-page-hero h1,
.tc-case-hero h1 {
  font-size: clamp(2.55rem, 5.4vw, 4.25rem);
}

.tc-hero .tc-lead,
.tc-page-hero .tc-lead,
.tc-case-hero .tc-lead {
  max-width: 760px;
  color: #d8e1ec;
  font-size: clamp(1.12rem, 2.1vw, 1.38rem);
  line-height: 1.58;
}

.tc-page-hero {
  color: var(--tc-ink);
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px) 0 0 / 48px 48px,
    var(--tc-paper);
}

.tc-page-hero .tc-lead {
  color: #344054;
}

.tc-eyebrow,
.tc-kicker,
.tc-meta {
  margin-bottom: 14px;
  color: var(--tc-signal-dark);
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.tc-hero .tc-eyebrow,
.tc-case-hero .tc-eyebrow,
.tc-section--dark .tc-eyebrow,
.tc-final-cta .tc-eyebrow {
  color: var(--tc-pulse);
}

.tc-proof-strip {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
  padding: 0;
  gap: 10px 24px;
  color: #c7d2df;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  list-style: none;
}

.tc-proof-strip li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tc-proof-strip li::before {
  width: 6px;
  height: 6px;
  background: var(--tc-pulse);
  border-radius: 50%;
  content: "";
}

.wp-block-buttons.tc-buttons {
  margin-top: 32px;
  gap: 12px;
}

.wp-block-button .wp-block-button__link,
.tc-button,
.tc-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  color: var(--tc-white);
  background: var(--tc-signal-dark);
  border: 1px solid var(--tc-signal-dark);
  border-radius: var(--tc-radius-sm);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wp-block-button .wp-block-button__link:hover,
.tc-button:hover,
.tc-form-submit:hover {
  color: var(--tc-white);
  background: var(--tc-ink);
  border-color: var(--tc-ink);
  text-decoration: none;
  transform: translateY(-1px);
}

.tc-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.tc-final-cta .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.tc-section--dark .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: var(--tc-signal);
  border-color: var(--tc-signal);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: currentColor;
  background: transparent;
  border-color: currentColor;
}

.tc-hero .wp-block-button.is-style-outline .wp-block-button__link,
.tc-final-cta .wp-block-button.is-style-outline .wp-block-button__link,
.tc-section--dark .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--tc-white);
  border-color: #7f8b99;
}

.tc-hero .wp-block-button.is-style-outline .wp-block-button__link:hover,
.tc-final-cta .wp-block-button.is-style-outline .wp-block-button__link:hover,
.tc-section--dark .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--tc-ink);
  background: var(--tc-white);
  border-color: var(--tc-white);
}

.tc-section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1fr);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 56px);
  gap: 32px 64px;
}

.tc-section-header h2,
.tc-section > .wp-block-group__inner-container > h2,
.tc-final-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.tc-section-header p,
.tc-section-intro {
  max-width: 720px;
  margin: 0;
  color: #475467;
  font-size: 1.1rem;
  line-height: 1.7;
}

.tc-section--dark .tc-section-header p,
.tc-section--dark .tc-section-intro,
.tc-final-cta p {
  color: #c7d2df;
}

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

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

.tc-card,
.tc-proof-card,
.tc-article-card,
.tc-process-step,
.tc-contact-panel,
.tc-legal-note {
  position: relative;
  margin: 0;
  padding: clamp(24px, 3vw, 36px);
  background: var(--tc-white);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius);
}

.tc-card h3,
.tc-proof-card h3,
.tc-article-card h3,
.tc-process-step h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.tc-card p,
.tc-proof-card p,
.tc-article-card p,
.tc-process-step p {
  color: #475467;
  line-height: 1.65;
}

.tc-card a::after,
.tc-article-card a::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
}

.tc-card:hover,
.tc-article-card:hover {
  border-color: #9db7f6;
  box-shadow: var(--tc-shadow);
}

.tc-card-number,
.tc-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 28px;
  color: var(--tc-signal-dark);
  background: #e8f0ff;
  border-radius: 50%;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.8rem;
  font-weight: 700;
}

.tc-service-link,
.tc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tc-signal-dark);
  font-weight: 650;
}

.tc-section--dark .tc-service-link,
.tc-section--dark .tc-text-link {
  color: var(--tc-pulse);
}

.tc-service-link::before,
.tc-text-link::before {
  display: inline-block;
  content: "→";
  transition: transform 160ms ease;
}

.tc-service-link:hover::before,
.tc-text-link:hover::before {
  transform: translateX(3px);
}

.tc-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tc-process-step {
  border-top: 3px solid var(--tc-signal);
}

.tc-dark-grid .tc-card,
.tc-section--dark .tc-proof-card {
  background: var(--tc-carbon);
  border-color: var(--tc-border-dark);
}

.tc-dark-grid .tc-card p,
.tc-section--dark .tc-proof-card p {
  color: #c7d2df;
}

.tc-dark-grid .tc-card h3,
.tc-section--dark .tc-proof-card h3 {
  color: var(--tc-white);
}

.tc-architecture {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 40px;
  gap: 24px;
}

.tc-architecture-node {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
  padding: 20px;
  color: var(--tc-white);
  background: var(--tc-carbon);
  border: 1px solid var(--tc-border-dark);
  border-radius: var(--tc-radius-sm);
}

.tc-architecture-node:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  width: 14px;
  height: 2px;
  background: var(--tc-pulse);
  content: "";
}

.tc-architecture-node small {
  color: var(--tc-pulse);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.tc-architecture-node strong {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.35;
}

.tc-feature-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
}

.tc-feature-visual {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 28%, rgba(34, 211, 238, 0.23), transparent 28%),
    radial-gradient(circle at 70% 70%, rgba(37, 99, 235, 0.34), transparent 32%),
    var(--tc-carbon);
  border: 1px solid var(--tc-border-dark);
  border-radius: var(--tc-radius-lg);
}

.tc-feature-visual::before,
.tc-feature-visual::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
}

.tc-feature-visual::before {
  width: 280px;
  height: 280px;
  top: 80px;
  left: 90px;
}

.tc-feature-visual::after {
  width: 160px;
  height: 160px;
  top: 140px;
  left: 150px;
  border-color: var(--tc-pulse);
}

.tc-feature-signal {
  position: absolute;
  z-index: 2;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: var(--tc-pulse);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(34, 211, 238, 0.8);
}

.tc-detail-list,
.tc-check-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.tc-detail-list li,
.tc-check-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  line-height: 1.55;
}

.tc-detail-list li::before,
.tc-check-list li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 2px;
  background: var(--tc-signal);
  content: "";
}

.tc-statements {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius);
  overflow: hidden;
}

.tc-statement {
  padding: clamp(24px, 3vw, 36px);
  background: var(--tc-white);
}

.tc-statement + .tc-statement {
  border-left: 1px solid var(--tc-border);
}

.tc-statement h3 {
  margin-top: 0;
}

.tc-faq details {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--tc-border);
}

.tc-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 650;
  list-style: none;
}

.tc-faq summary::-webkit-details-marker {
  display: none;
}

.tc-faq summary::after {
  color: var(--tc-signal-dark);
  content: "+";
}

.tc-faq details[open] summary::after {
  content: "−";
}

.tc-faq details p {
  max-width: 780px;
  color: #475467;
}

.tc-case-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  overflow: hidden;
  background: var(--tc-border-dark);
  border: 1px solid var(--tc-border-dark);
  border-radius: var(--tc-radius);
}

.tc-case-meta > div {
  padding: 22px;
  background: var(--tc-carbon);
}

.tc-case-meta small {
  display: block;
  margin-bottom: 8px;
  color: var(--tc-pulse);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.tc-case-meta strong {
  display: block;
  color: var(--tc-white);
  font-size: 0.96rem;
  line-height: 1.4;
}

.tc-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  width: min(calc(100% - 48px), 1060px);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) 0;
  gap: 64px;
}

.tc-article-body {
  max-width: 740px;
}

.tc-article-body h2 {
  margin-top: 2.2em;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.tc-article-body h3 {
  margin-top: 1.8em;
  font-size: 1.4rem;
}

.tc-article-body p,
.tc-article-body li {
  color: #344054;
  font-size: 1.07rem;
  line-height: 1.78;
}

.tc-article-body blockquote {
  margin: 40px 0;
  padding: 24px 28px;
  color: var(--tc-ink);
  background: var(--tc-paper);
  border-left: 4px solid var(--tc-signal);
}

.tc-article-aside {
  align-self: start;
  position: sticky;
  top: calc(var(--tc-header-height) + 24px);
  padding: 22px;
  background: var(--tc-paper);
  border-radius: var(--tc-radius);
}

.tc-article-aside p {
  margin-top: 0;
  color: #475467;
  font-size: 0.92rem;
}

.tc-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(40px, 7vw, 92px);
}

.tc-contact-panel {
  background: var(--tc-paper);
}

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

.tc-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tc-field--full,
.tc-form-status,
.tc-form-actions {
  grid-column: 1 / -1;
}

.tc-field label,
.tc-field legend {
  color: var(--tc-ink);
  font-size: 0.94rem;
  font-weight: 650;
}

.tc-field label span,
.tc-field legend span {
  color: var(--tc-error);
}

.tc-field input,
.tc-field select,
.tc-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--tc-ink);
  background: var(--tc-white);
  border: 1px solid #98a2b3;
  border-radius: var(--tc-radius-sm);
  font-size: 1rem;
}

.tc-field textarea {
  min-height: 170px;
  resize: vertical;
}

.tc-field small {
  color: var(--tc-slate);
  line-height: 1.45;
}

.tc-checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
}

.tc-checkbox input {
  width: 20px;
  min-height: 20px;
  margin-top: 2px;
}

.tc-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.tc-form-status {
  padding: 14px 16px;
  border-radius: var(--tc-radius-sm);
}

.tc-form-status--success {
  color: #065f46;
  background: #ecfdf3;
  border: 1px solid #86efac;
}

.tc-form-status--error {
  color: #912018;
  background: #fef3f2;
  border: 1px solid #fda29b;
}

.tc-form-privacy {
  color: var(--tc-slate);
  font-size: 0.88rem;
  line-height: 1.5;
}

.tc-final-cta {
  text-align: center;
}

.tc-final-cta h2,
.tc-final-cta p {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.tc-final-cta p {
  margin-top: 22px;
  font-size: 1.15rem;
  line-height: 1.65;
}

.tc-final-cta .wp-block-buttons {
  justify-content: center;
}

.tc-site-footer {
  padding: 68px 24px 28px;
  color: #c7d2df;
  background: var(--tc-ink);
  border-top: 1px solid var(--tc-border-dark);
}

.tc-footer-shell {
  width: min(100%, var(--tc-wide));
  margin: 0 auto;
}

.tc-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(150px, 0.7fr));
  gap: 40px;
}

.tc-footer-brand .tc-brand {
  color: var(--tc-white);
}

.tc-footer-brand p {
  max-width: 430px;
  color: #98a7b7;
  line-height: 1.65;
}

.tc-footer-column h2 {
  margin-top: 0;
  color: var(--tc-white);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tc-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tc-footer-column li {
  margin-bottom: 10px;
}

.tc-footer-column a {
  color: #c7d2df;
  text-decoration: none;
}

.tc-footer-column a:hover {
  color: var(--tc-white);
  text-decoration: underline;
}

.tc-footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  padding-top: 24px;
  gap: 20px;
  color: #7f8b99;
  border-top: 1px solid var(--tc-border-dark);
  font-size: 0.84rem;
}

.tc-footer-bottom p {
  margin: 0;
}

.tc-legal-content {
  width: min(calc(100% - 48px), 820px);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) 0;
}

.tc-legal-content h2 {
  margin-top: 2em;
}

.tc-legal-content p,
.tc-legal-content li {
  color: #344054;
  line-height: 1.75;
}

.tc-legal-note {
  margin-bottom: 32px;
  background: var(--tc-paper);
}

.tc-not-found {
  width: min(calc(100% - 48px), 760px);
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}

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

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

@media (max-width: 1050px) {
  .tc-nav-toggle {
    display: inline-flex;
  }

  .tc-primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    padding: 16px 20px 24px;
    background: var(--tc-white);
    border-bottom: 1px solid var(--tc-border);
    box-shadow: 0 18px 28px rgba(11, 15, 20, 0.1);
  }

  .tc-primary-nav.is-open {
    display: block;
  }

  .tc-primary-menu {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, var(--tc-wide));
    margin: 0 auto;
  }

  .tc-primary-menu a {
    display: flex;
    width: 100%;
  }

  .tc-primary-menu .tc-nav-cta a {
    margin-top: 8px;
    margin-left: 0;
  }

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

  .tc-statement + .tc-statement {
    border-left: 0;
    border-top: 1px solid var(--tc-border);
  }

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

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

  .tc-architecture-node {
    min-height: auto;
  }

  .tc-architecture-node:not(:last-child)::after {
    top: calc(100% + 4px);
    left: 50%;
    width: 2px;
    height: 16px;
  }

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

@media (max-width: 782px) {
  body.admin-bar .tc-site-header {
    top: 46px;
  }

  .tc-section-header,
  .tc-feature-split,
  .tc-contact-layout,
  .tc-article-layout {
    grid-template-columns: 1fr;
  }

  .tc-section-header {
    align-items: start;
  }

  .tc-article-layout {
    width: min(calc(100% - 40px), 740px);
    gap: 30px;
  }

  .tc-article-aside {
    position: static;
    grid-row: 1;
  }

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

@media (max-width: 640px) {
  .tc-nav-shell {
    width: min(calc(100% - 28px), var(--tc-wide));
  }

  .tc-brand {
    font-size: 0.96rem;
  }

  .tc-brand-mark {
    width: 31px;
    height: 31px;
  }

  .tc-section,
  .tc-hero,
  .tc-page-hero,
  .tc-article-hero,
  .tc-final-cta,
  .tc-case-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tc-card-grid,
  .tc-card-grid--two,
  .tc-process-grid,
  .tc-statements,
  .tc-case-meta,
  .tc-footer-grid,
  .tc-contact-form {
    grid-template-columns: 1fr;
  }

  .tc-feature-visual {
    min-height: 330px;
  }

  .tc-feature-visual::before {
    top: 45px;
    left: calc(50% - 130px);
    width: 260px;
    height: 260px;
  }

  .tc-feature-visual::after {
    top: 95px;
    left: calc(50% - 80px);
  }

  .tc-case-meta > div + div {
    border-top: 1px solid var(--tc-border-dark);
  }

  .tc-footer-bottom {
    flex-direction: column;
  }
}

/*
 * Visual system 1.1
 * Engineered editorial composition for the 2026 commercial launch.
 */

:root {
  --tc-ink: #080d13;
  --tc-carbon: #121b27;
  --tc-paper: #f1f4f7;
  --tc-slate: #5d6978;
  --tc-signal: #1f5eff;
  --tc-signal-dark: #1647c7;
  --tc-pulse: #43cbea;
  --tc-border: #cfd6df;
  --tc-border-dark: #2c3948;
  --tc-wide: 1360px;
  --tc-content: 840px;
  --tc-header-height: 84px;
  --tc-shadow: 0 24px 70px rgba(8, 13, 19, 0.12);
}

body {
  color: var(--tc-ink);
  background: var(--tc-white);
}

.tc-site-header {
  min-height: var(--tc-header-height);
  border-bottom-color: rgba(207, 214, 223, 0.72);
  box-shadow: 0 1px 0 rgba(8, 13, 19, 0.02);
}

.tc-nav-shell {
  width: min(calc(100% - 64px), var(--tc-wide));
  min-height: var(--tc-header-height);
}

.tc-brand {
  gap: 13px;
  font-size: 1.08rem;
  font-weight: 720;
}

.tc-brand-mark {
  width: 38px;
  height: 38px;
}

.tc-primary-menu {
  gap: 5px;
}

.tc-primary-menu a {
  padding-inline: 14px;
  font-size: 0.95rem;
}

.tc-primary-menu .tc-nav-cta a {
  min-height: 50px;
  margin-left: 12px;
  padding-inline: 22px;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(22, 71, 199, 0.18);
}

.tc-section,
.tc-page-hero,
.tc-article-hero,
.tc-final-cta,
.tc-case-hero {
  padding-right: 32px;
  padding-left: 32px;
}

.tc-section {
  padding-top: clamp(96px, 9vw, 152px);
  padding-bottom: clamp(96px, 9vw, 152px);
}

.tc-section > * {
  width: min(100%, var(--tc-wide)) !important;
  max-width: var(--tc-wide) !important;
}

.tc-hero {
  min-height: min(790px, calc(100svh - var(--tc-header-height)));
  padding: clamp(104px, 10vw, 164px) 32px clamp(90px, 9vw, 140px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) center / 96px 96px,
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) center / 96px 96px,
    var(--tc-ink);
}

.tc-hero::before {
  top: -260px;
  right: -80px;
  width: 720px;
  height: 720px;
  border-color: rgba(67, 203, 234, 0.18);
  background: radial-gradient(circle, rgba(31, 94, 255, 0.18), transparent 64%);
}

.tc-hero::after {
  right: 4%;
  bottom: 11%;
  width: 250px;
  opacity: 0.7;
}

.tc-hero .wp-block-group__inner-container,
.tc-hero > :where(.wp-block-group__inner-container, .wp-block-group) {
  position: relative;
}

.tc-hero h1 {
  max-width: 960px;
  margin: 20px 0 30px;
  font-size: clamp(4.25rem, 6.6vw, 6.65rem);
  font-weight: 690;
  line-height: 0.92;
  letter-spacing: -0.067em;
  text-wrap: balance;
}

.tc-hero .tc-eyebrow {
  margin-left: 4px;
  font-size: 0.82rem;
  letter-spacing: 0.13em;
}

.tc-hero .tc-lead {
  max-width: 630px;
  margin-right: 0;
  margin-left: 4px;
  color: #d3dce7;
  font-size: clamp(1.2rem, 1.8vw, 1.48rem);
  line-height: 1.56;
}

.tc-hero .tc-buttons,
.tc-hero .tc-proof-strip {
  margin-left: 4px;
}

.tc-hero .wp-block-button .wp-block-button__link {
  min-height: 54px;
  padding-inline: 24px;
  border-radius: 4px;
}

.tc-hero-instrument {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: min(31vw, 400px);
  color: #bfccdb;
  background: rgba(13, 21, 31, 0.82);
  border: 1px solid rgba(121, 143, 169, 0.34);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.tc-instrument-head,
.tc-system-proof__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(121, 143, 169, 0.28);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.11em;
}

.tc-instrument-live,
.tc-system-proof__state {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tc-pulse);
}

.tc-instrument-live::before,
.tc-system-proof__state::before {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 14px currentColor;
}

.tc-instrument-field {
  position: relative;
  height: 260px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(121, 143, 169, 0.1) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(rgba(121, 143, 169, 0.1) 1px, transparent 1px) 0 0 / 32px 32px;
}

.tc-instrument-orbit,
.tc-instrument-axis,
.tc-instrument-node {
  position: absolute;
  display: block;
}

.tc-instrument-orbit {
  top: 50%;
  left: 50%;
  border: 1px solid rgba(67, 203, 234, 0.38);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.tc-instrument-orbit--outer {
  width: 220px;
  height: 220px;
}

.tc-instrument-orbit--inner {
  width: 112px;
  height: 112px;
  border-color: rgba(31, 94, 255, 0.78);
}

.tc-instrument-axis--x {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(67, 203, 234, 0.5), transparent);
}

.tc-instrument-axis--y {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(67, 203, 234, 0.5), transparent);
}

.tc-instrument-node {
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: var(--tc-pulse);
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(67, 203, 234, 0.1), 0 0 26px var(--tc-pulse);
  animation: tc-instrument-pulse 2.8s ease-in-out infinite;
}

.tc-instrument-stages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(121, 143, 169, 0.28);
  list-style: none;
}

.tc-instrument-stages li {
  min-width: 0;
  padding: 13px 10px;
  border-right: 1px solid rgba(121, 143, 169, 0.2);
  font-size: 0.69rem;
}

.tc-instrument-stages li:last-child {
  border-right: 0;
}

.tc-instrument-stages span {
  display: block;
  margin-bottom: 5px;
  color: var(--tc-pulse);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.61rem;
}

@keyframes tc-instrument-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 9px rgba(67, 203, 234, 0.1), 0 0 22px rgba(67, 203, 234, 0.75);
  }
  50% {
    box-shadow: 0 0 0 18px rgba(67, 203, 234, 0), 0 0 34px rgba(67, 203, 234, 0.95);
  }
}

.tc-page-hero,
.tc-case-hero {
  min-height: 520px;
  padding-top: clamp(104px, 10vw, 156px);
  padding-bottom: clamp(88px, 8vw, 128px);
}

.tc-page-hero h1,
.tc-case-hero h1 {
  max-width: 1040px;
  margin-left: 0;
  font-size: clamp(3.5rem, 5.5vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.tc-page-hero .tc-lead,
.tc-case-hero .tc-lead {
  max-width: 760px;
  margin-left: 0;
}

.tc-section-header {
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  align-items: start;
  margin-bottom: clamp(48px, 6vw, 82px);
  gap: 48px 96px;
}

.tc-section-header h2,
.tc-section > .wp-block-group__inner-container > h2,
.tc-final-cta h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.tc-section-header p,
.tc-section-intro {
  color: #3f4b5a;
  font-size: 1.16rem;
  line-height: 1.68;
}

.tc-card-grid {
  gap: 24px;
}

.tc-card,
.tc-proof-card,
.tc-article-card,
.tc-process-step,
.tc-contact-panel,
.tc-legal-note {
  border-radius: 6px;
}

.tc-card {
  padding: clamp(30px, 3vw, 44px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tc-card h3,
.tc-proof-card h3,
.tc-article-card h3,
.tc-process-step h3 {
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  line-height: 1.12;
}

.tc-card:hover,
.tc-article-card:hover {
  transform: translateY(-4px);
}

/* Buyer situations become a diagnostic index instead of a card grid. */
.tc-home-situations {
  position: relative;
  overflow: hidden;
  background: #edf1f5;
}

.tc-home-situations::before {
  position: absolute;
  top: 0;
  right: max(32px, calc((100% - var(--tc-wide)) / 2));
  width: 1px;
  height: 100%;
  background: rgba(22, 71, 199, 0.14);
  content: "";
}

.tc-home-situations .tc-section-header h2 {
  max-width: 880px;
}

.tc-home-situations .tc-card-grid {
  display: block;
  border-bottom: 1px solid #aeb9c6;
}

.tc-home-situations .tc-card {
  display: grid;
  grid-template-columns: 72px minmax(260px, 0.9fr) minmax(320px, 1fr) minmax(170px, auto);
  align-items: center;
  min-height: 170px;
  padding: 28px 8px;
  gap: 24px 36px;
  background: transparent;
  border: 0;
  border-top: 1px solid #aeb9c6;
  border-radius: 0;
}

.tc-home-situations .tc-card:hover {
  background: rgba(255, 255, 255, 0.64);
  box-shadow: none;
  transform: none;
}

.tc-home-situations .tc-card-number {
  width: auto;
  height: auto;
  margin: 0;
  color: var(--tc-signal-dark);
  background: transparent;
  font-size: 0.84rem;
  justify-self: start;
}

.tc-home-situations .tc-card h3,
.tc-home-situations .tc-card p {
  margin: 0;
}

.tc-home-situations .tc-card h3 {
  max-width: 390px;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.tc-home-situations .tc-card > p:not(:last-child) {
  max-width: 460px;
}

.tc-home-situations .tc-card a::after {
  display: none;
}

.tc-home-situations .tc-card > p:last-child {
  justify-self: end;
}

/* Core practices use an asymmetric 12-column composition. */
.tc-home-services {
  background: var(--tc-white);
}

.tc-home-services .tc-card-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(190px, auto);
}

.tc-home-services .tc-card {
  overflow: hidden;
  min-height: 250px;
}

.tc-home-services .tc-card::before {
  display: block;
  margin-bottom: 54px;
  color: var(--tc-signal-dark);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.tc-home-services .tc-card:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 520px;
  color: var(--tc-white);
  background:
    linear-gradient(135deg, transparent 54%, rgba(67, 203, 234, 0.16) 54%, transparent 54.3%),
    var(--tc-ink);
  border-color: var(--tc-ink);
}

.tc-home-services .tc-card:nth-child(1)::before {
  color: var(--tc-pulse);
  content: "PRACTICE / 01";
}

.tc-home-services .tc-card:nth-child(2),
.tc-home-services .tc-card:nth-child(3) {
  grid-column: span 5;
}

.tc-home-services .tc-card:nth-child(2)::before {
  content: "PRACTICE / 02";
}

.tc-home-services .tc-card:nth-child(3) {
  background: var(--tc-paper);
}

.tc-home-services .tc-card:nth-child(3)::before {
  content: "PRACTICE / 03";
}

html[lang="fr-CA"] .tc-home-services .tc-card:nth-child(1)::before {
  content: "PRATIQUE / 01";
}

html[lang="fr-CA"] .tc-home-services .tc-card:nth-child(2)::before {
  content: "PRATIQUE / 02";
}

html[lang="fr-CA"] .tc-home-services .tc-card:nth-child(3)::before {
  content: "PRATIQUE / 03";
}

.tc-home-services .tc-card:nth-child(1) h3 {
  max-width: 580px;
  color: var(--tc-white);
  font-size: clamp(2.45rem, 4vw, 4.25rem);
  line-height: 0.98;
}

.tc-home-services .tc-card:nth-child(1) p {
  max-width: 620px;
  color: #c9d4e1;
  font-size: 1.12rem;
}

.tc-home-services .tc-card:nth-child(1) .tc-service-link {
  color: var(--tc-pulse);
}

.tc-home-services .tc-card a::after {
  display: none;
}

/* CetaSpace proof is a readable architecture artifact, not decoration. */
.tc-home-case {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px) center / 80px 80px,
    var(--tc-ink);
}

.tc-home-case .tc-feature-split {
  grid-template-columns: minmax(330px, 0.72fr) minmax(590px, 1.28fr);
  gap: clamp(56px, 7vw, 112px);
}

.tc-home-case h2 {
  max-width: 580px;
  margin-top: 18px;
  color: var(--tc-white);
  font-size: clamp(3rem, 4.7vw, 5.15rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.tc-home-case .tc-case-copy > p:not(.tc-eyebrow):not(.tc-section-intro) {
  color: #9eacbc;
  line-height: 1.68;
}

.tc-system-proof {
  overflow: hidden;
  color: #dce5ef;
  background: #101925;
  border: 1px solid #3a4858;
  border-radius: 6px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.35);
}

.tc-system-proof__bar {
  min-height: 54px;
  padding-inline: 20px;
  color: #9babbc;
}

.tc-system-proof__body {
  display: grid;
  grid-template-columns: 0.78fr 1fr 1.15fr;
  align-items: stretch;
  min-height: 390px;
  padding: 46px 34px;
  gap: 44px;
  background:
    linear-gradient(90deg, rgba(121, 143, 169, 0.09) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(rgba(121, 143, 169, 0.09) 1px, transparent 1px) 0 0 / 32px 32px;
}

.tc-system-proof__entry,
.tc-system-proof__core,
.tc-system-proof__services {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background: rgba(18, 27, 39, 0.95);
  border: 1px solid #405063;
}

.tc-system-proof__entry::after,
.tc-system-proof__core::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  width: 44px;
  height: 1px;
  background: var(--tc-pulse);
  content: "";
  box-shadow: 19px 0 0 -18px var(--tc-pulse);
}

.tc-system-proof__entry > span,
.tc-system-proof__core > span,
.tc-system-proof__services > span {
  margin-bottom: 14px;
  color: var(--tc-pulse);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.11em;
}

.tc-system-proof__entry strong,
.tc-system-proof__core strong {
  color: var(--tc-white);
  font-size: 1.12rem;
  line-height: 1.25;
}

.tc-system-proof__core {
  background: var(--tc-signal-dark);
  border-color: #7598f5;
}

.tc-system-proof__core > span {
  color: #bceef8;
}

.tc-system-proof__core strong {
  font-size: 2.15rem;
  letter-spacing: -0.04em;
}

.tc-system-proof__core small {
  margin-top: 8px;
  color: #d9e3fc;
}

.tc-system-proof__services ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  gap: 9px;
  list-style: none;
}

.tc-system-proof__services li {
  padding: 9px;
  color: #cad5e1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #344255;
  font-size: 0.76rem;
}

.tc-system-proof__foot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #3a4858;
}

.tc-system-proof__foot span {
  padding: 16px 10px;
  color: #9eacbc;
  border-right: 1px solid #3a4858;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.63rem;
  text-align: center;
}

.tc-system-proof__foot span:last-child {
  border-right: 0;
}

/* Delivery becomes one connected operating model. */
.tc-home-process .tc-section-header h2 {
  max-width: 900px;
}

.tc-home-process .tc-process-grid {
  position: relative;
  gap: 0;
  border-top: 1px solid #aeb9c6;
}

.tc-home-process .tc-process-grid::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 25%;
  height: 3px;
  background: var(--tc-signal);
  content: "";
}

.tc-home-process .tc-process-step {
  min-height: 350px;
  padding: 52px 30px 24px;
  background: transparent;
  border: 0;
  border-right: 1px solid #c6ced8;
  border-radius: 0;
}

.tc-home-process .tc-process-step:last-child {
  border-right: 0;
}

.tc-home-process .tc-step-number {
  width: auto;
  height: auto;
  margin-bottom: 72px;
  color: transparent;
  background: transparent;
  border-radius: 0;
  font-family: "Geist", sans-serif;
  font-size: clamp(4rem, 6vw, 6.5rem);
  font-weight: 680;
  line-height: 0.8;
  -webkit-text-stroke: 1px #7e8b9a;
}

.tc-home-process .tc-process-step h3 {
  font-size: 1.7rem;
}

/* The Sprint is presented as a decision product. */
.tc-home-sprint {
  position: relative;
  overflow: hidden;
  color: var(--tc-white);
  background: var(--tc-signal-dark);
}

.tc-home-sprint::after {
  position: absolute;
  right: -240px;
  bottom: -420px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.tc-home-sprint .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 44px 96px;
}

.tc-home-sprint .tc-section-header {
  grid-column: 1 / -1;
  margin-bottom: 22px;
}

.tc-home-sprint .tc-eyebrow,
.tc-home-sprint .tc-section-header p {
  color: #c4ddff;
}

.tc-home-sprint .tc-section-header h2 {
  color: var(--tc-white);
}

.tc-home-sprint .tc-check-list {
  margin: 0;
  padding: 30px 34px;
  background: rgba(5, 20, 56, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.tc-home-sprint .tc-check-list li {
  padding: 14px 0 14px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.tc-home-sprint .tc-check-list li:last-child {
  border-bottom: 0;
}

.tc-home-sprint .tc-check-list li::before {
  background: var(--tc-pulse);
}

.tc-home-sprint .tc-buttons {
  align-self: end;
  justify-self: start;
  margin: 0;
}

.tc-home-sprint .wp-block-button .wp-block-button__link {
  min-height: 58px;
  color: var(--tc-ink);
  background: var(--tc-white);
  border-color: var(--tc-white);
  border-radius: 4px;
}

.tc-home-sprint .wp-block-button .wp-block-button__link:hover {
  color: var(--tc-white);
  background: var(--tc-ink);
  border-color: var(--tc-ink);
}

/* Founder proof is treated as a compact credential dossier. */
.tc-home-founder .tc-feature-split {
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
}

.tc-home-founder h2 {
  margin-top: 18px;
  font-size: clamp(3rem, 4.8vw, 5.1rem);
  line-height: 0.96;
  letter-spacing: -0.056em;
}

.tc-founder-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  overflow: hidden;
  color: #cbd6e2;
  background: var(--tc-ink);
  border-color: var(--tc-ink);
}

.tc-founder-metric {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: end;
  padding: 40px;
  border-bottom: 1px solid var(--tc-border-dark);
}

.tc-founder-metric strong {
  color: var(--tc-white);
  font-size: clamp(5rem, 8vw, 8.5rem);
  line-height: 0.78;
  letter-spacing: -0.07em;
}

.tc-founder-metric span {
  max-width: 230px;
  color: #aebdcd;
  line-height: 1.45;
}

.tc-founder-principle,
.tc-founder-language {
  padding: 36px 40px;
}

.tc-founder-principle {
  border-right: 1px solid var(--tc-border-dark);
}

.tc-founder-panel .tc-kicker {
  color: var(--tc-pulse);
}

/* Insights read as an editorial index, not another service grid. */
.tc-home-insights .tc-card-grid {
  display: block;
  counter-reset: tc-insight;
  border-bottom: 1px solid var(--tc-border);
}

.tc-home-insights .tc-card {
  counter-increment: tc-insight;
  display: grid;
  grid-template-columns: 90px minmax(280px, 0.8fr) minmax(320px, 1fr) minmax(170px, auto);
  align-items: center;
  min-height: 148px;
  padding: 24px 8px;
  gap: 24px 36px;
  border: 0;
  border-top: 1px solid var(--tc-border);
  border-radius: 0;
}

.tc-home-insights .tc-card::before {
  color: var(--tc-signal-dark);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.76rem;
  content: "0" counter(tc-insight);
}

.tc-home-insights .tc-card h3,
.tc-home-insights .tc-card p {
  margin: 0;
}

.tc-home-insights .tc-card:hover {
  background: var(--tc-paper);
  box-shadow: none;
  transform: none;
}

.tc-home-insights .tc-card a::after {
  display: none;
}

.tc-home-insights .tc-card > p:last-child {
  justify-self: end;
}

.tc-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(112px, 11vw, 184px);
  padding-bottom: clamp(112px, 11vw, 184px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) center / 96px 96px,
    var(--tc-ink);
}

.tc-final-cta::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: calc(50% - 410px);
  width: 820px;
  height: 820px;
  border: 1px solid rgba(67, 203, 234, 0.18);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.tc-final-cta h2 {
  max-width: 960px;
  font-size: clamp(3.35rem, 6vw, 6.1rem);
}

.tc-final-cta p {
  max-width: 680px;
  font-size: 1.22rem;
}

.tc-final-cta .wp-block-button .wp-block-button__link {
  min-height: 56px;
  padding-inline: 28px;
  border-radius: 4px;
}

.tc-site-footer {
  padding-top: 88px;
}

.tc-footer-grid {
  grid-template-columns: minmax(320px, 1.7fr) repeat(3, minmax(160px, 0.7fr));
  gap: 56px;
}

@media (max-width: 1180px) {
  .tc-hero h1 {
    max-width: 800px;
    font-size: clamp(4rem, 7.4vw, 5.7rem);
  }

  .tc-hero-instrument {
    right: -40px;
    width: 330px;
  }

  .tc-home-situations .tc-card,
  .tc-home-insights .tc-card {
    grid-template-columns: 64px minmax(240px, 0.9fr) minmax(260px, 1fr);
  }

  .tc-home-situations .tc-card > p:last-child,
  .tc-home-insights .tc-card > p:last-child {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .tc-home-case .tc-feature-split {
    grid-template-columns: 1fr;
  }

  .tc-system-proof {
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  .tc-nav-shell {
    width: min(calc(100% - 40px), var(--tc-wide));
  }

  .tc-hero {
    min-height: 700px;
  }

  .tc-hero h1 {
    max-width: 720px;
  }

  .tc-hero .tc-lead {
    max-width: 610px;
  }

  .tc-hero-instrument {
    right: -120px;
    bottom: -80px;
    opacity: 0.42;
  }

  .tc-section-header,
  .tc-home-sprint .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .tc-home-services .tc-card:nth-child(1),
  .tc-home-services .tc-card:nth-child(2),
  .tc-home-services .tc-card:nth-child(3) {
    grid-column: span 12;
  }

  .tc-home-services .tc-card:nth-child(1) {
    min-height: 430px;
  }

  .tc-home-situations .tc-card,
  .tc-home-insights .tc-card {
    grid-template-columns: 56px 1fr;
  }

  .tc-home-situations .tc-card > p,
  .tc-home-insights .tc-card > p {
    grid-column: 2;
  }

  .tc-home-situations .tc-card-number,
  .tc-home-insights .tc-card::before {
    grid-row: 1 / span 3;
    align-self: start;
    margin-top: 5px;
  }

  .tc-home-process .tc-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tc-home-process .tc-process-step:nth-child(2) {
    border-right: 0;
  }

  .tc-home-process .tc-process-step:nth-child(n + 3) {
    border-top: 1px solid #c6ced8;
  }

  .tc-home-sprint .tc-section-header,
  .tc-home-sprint .tc-check-list,
  .tc-home-sprint .tc-buttons {
    grid-column: 1;
  }

  .tc-home-founder .tc-feature-split {
    grid-template-columns: 1fr;
  }

  .tc-founder-panel {
    max-width: 760px;
  }

  .tc-system-proof__body {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .tc-system-proof__entry::after,
  .tc-system-proof__core::after {
    top: calc(100% + 1px);
    left: 50%;
    width: 1px;
    height: 44px;
  }

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

@media (max-width: 640px) {
  :root {
    --tc-header-height: 72px;
  }

  .tc-nav-shell {
    width: min(calc(100% - 28px), var(--tc-wide));
  }

  .tc-brand-mark {
    width: 34px;
    height: 34px;
  }

  .tc-section,
  .tc-hero,
  .tc-page-hero,
  .tc-article-hero,
  .tc-final-cta,
  .tc-case-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tc-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .tc-hero {
    min-height: 670px;
    padding-top: 86px;
    padding-bottom: 84px;
  }

  .tc-hero h1 {
    max-width: 100%;
    font-size: clamp(3.15rem, 14vw, 4.4rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
  }

  .tc-hero .tc-lead {
    font-size: 1.12rem;
    line-height: 1.52;
  }

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

  .tc-hero .tc-proof-strip {
    gap: 8px 18px;
  }

  .tc-page-hero,
  .tc-case-hero {
    min-height: 460px;
  }

  .tc-page-hero h1,
  .tc-case-hero h1,
  .tc-section-header h2,
  .tc-section > .wp-block-group__inner-container > h2 {
    font-size: clamp(2.5rem, 11.5vw, 3.45rem);
  }

  .tc-section-header {
    gap: 24px;
  }

  .tc-home-situations .tc-card,
  .tc-home-insights .tc-card {
    min-height: 0;
    padding: 28px 0;
    gap: 14px 18px;
  }

  .tc-home-services .tc-card:nth-child(1) {
    min-height: 400px;
  }

  .tc-home-services .tc-card:nth-child(1) h3 {
    font-size: 2.65rem;
  }

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

  .tc-home-process .tc-process-step,
  .tc-home-process .tc-process-step:nth-child(2) {
    min-height: 0;
    padding: 36px 0;
    border-right: 0;
    border-top: 1px solid #c6ced8;
  }

  .tc-home-process .tc-process-step:first-child {
    border-top: 0;
  }

  .tc-home-process .tc-step-number {
    margin-bottom: 34px;
  }

  .tc-home-sprint .tc-check-list {
    padding: 20px;
  }

  .tc-system-proof__body {
    padding: 36px 20px;
  }

  .tc-system-proof__foot {
    grid-template-columns: repeat(2, 1fr);
  }

  .tc-system-proof__foot span:nth-child(2) {
    border-right: 0;
  }

  .tc-system-proof__foot span:nth-child(n + 3) {
    border-top: 1px solid #3a4858;
  }

  .tc-founder-panel,
  .tc-founder-metric {
    grid-template-columns: 1fr;
  }

  .tc-founder-metric {
    gap: 30px;
  }

  .tc-founder-principle,
  .tc-founder-language {
    padding: 30px;
  }

  .tc-founder-principle {
    border-right: 0;
    border-bottom: 1px solid var(--tc-border-dark);
  }

  .tc-final-cta h2 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

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

@media (prefers-reduced-motion: reduce) {
  .tc-instrument-node {
    animation: none;
  }
}

/* Editor-insertable system patterns. */
.tc-proof-bar {
  padding: 18px 24px;
  color: var(--tc-white);
  background: var(--tc-ink);
  border: 1px solid var(--tc-border-dark);
  border-radius: var(--tc-radius-sm);
}

.tc-proof-bar .tc-proof-strip {
  margin: 0;
  color: #d0dae5;
}

.tc-technical-proof {
  background: var(--tc-paper);
}

.tc-quote-panel {
  position: relative;
  overflow: hidden;
  margin-block: clamp(64px, 8vw, 112px);
  padding: clamp(40px, 6vw, 78px);
  color: var(--tc-white);
  background: var(--tc-ink);
  border-radius: var(--tc-radius);
}

.tc-quote-panel::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(67, 203, 234, 0.22);
  border-radius: 50%;
  content: "";
}

.tc-quote {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0;
  padding: 0;
  border: 0;
}

.tc-quote p {
  margin: 0;
  color: var(--tc-white);
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  font-weight: 670;
  line-height: 1;
  letter-spacing: -0.05em;
}

.tc-quote cite {
  display: block;
  margin-top: 30px;
  color: var(--tc-pulse);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-style: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tc-article-cta,
.tc-endorsement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-block: clamp(64px, 8vw, 112px);
  padding: clamp(34px, 5vw, 62px);
  gap: 32px 64px;
  background: var(--tc-paper);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius);
}

.tc-article-cta h2,
.tc-endorsement h2 {
  max-width: 760px;
  margin: 10px 0 18px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.tc-article-cta p,
.tc-endorsement p {
  max-width: 720px;
  color: #3f4b5a;
}

.tc-article-cta .tc-buttons,
.tc-endorsement .tc-buttons {
  margin: 0;
}

.tc-endorsement {
  color: var(--tc-white);
  background: var(--tc-ink);
  border-color: var(--tc-border-dark);
}

.tc-endorsement h2 {
  color: var(--tc-white);
}

.tc-endorsement p {
  color: #c7d2df;
}

.tc-endorsement .tc-kicker {
  color: var(--tc-pulse);
}

.tc-language-utility {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  gap: 8px;
  color: var(--tc-slate);
  background: var(--tc-white);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-sm);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.78rem;
}

.tc-language-utility a {
  padding: 5px 7px;
  color: var(--tc-slate);
  border-radius: 3px;
  text-decoration: none;
}

.tc-language-utility a[aria-current="page"] {
  color: var(--tc-white);
  background: var(--tc-signal-dark);
}

@media (max-width: 720px) {
  .tc-article-cta,
  .tc-endorsement {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

/*
 * Evidence-led art direction, release 1.2.
 * Real product interfaces and founder presence replace decorative tech theatre.
 */

:root {
  --tc-ink: #09111d;
  --tc-carbon: #111c2c;
  --tc-paper: #f4f2ed;
  --tc-paper-cool: #eef2f7;
  --tc-white: #ffffff;
  --tc-slate: #586576;
  --tc-signal: #2457f5;
  --tc-signal-dark: #173fc4;
  --tc-pulse: #5ed8ee;
  --tc-gold: #ffc93c;
  --tc-border: #d5d9df;
  --tc-border-dark: #2c3b50;
  --tc-shadow: 0 28px 90px rgba(9, 17, 29, 0.16);
  --tc-wide: 1320px;
  --tc-content: 800px;
}

body {
  color: var(--tc-ink);
  background: var(--tc-white);
}

.tc-site-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.tc-nav-shell {
  width: min(calc(100% - 64px), var(--tc-wide));
}

.tc-brand-mark {
  width: 36px;
  height: 36px;
}

.tc-primary-menu .tc-nav-cta a {
  background: var(--tc-ink);
  border-radius: 2px;
  box-shadow: none;
}

.tc-primary-menu .tc-nav-cta a:hover,
.tc-primary-menu .tc-nav-cta a[aria-current="page"] {
  background: var(--tc-signal-dark);
}

.tc-section,
.tc-page-hero,
.tc-case-hero,
.tc-final-cta {
  padding-right: 32px;
  padding-left: 32px;
}

.tc-section {
  padding-top: clamp(84px, 8vw, 128px);
  padding-bottom: clamp(84px, 8vw, 128px);
}

.tc-section--paper {
  background: var(--tc-paper);
}

.tc-section--dark,
.tc-case-hero {
  background: var(--tc-ink);
}

.tc-hero {
  min-height: calc(100svh - var(--tc-header-height));
  padding: clamp(82px, 8vw, 124px) 32px;
  background:
    linear-gradient(135deg, rgba(36, 87, 245, 0.18), transparent 42%),
    var(--tc-ink);
}

.tc-hero::before {
  top: 0;
  right: auto;
  bottom: 0;
  left: 52%;
  width: 1px;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(transparent, rgba(94, 216, 238, 0.38), transparent);
}

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

.tc-hero > .wp-block-group__inner-container,
.tc-hero > .wp-block-group,
.tc-hero .tc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  align-items: center;
  column-gap: clamp(52px, 6vw, 104px);
}

.tc-hero .tc-hero-grid {
  width: min(100%, var(--tc-wide)) !important;
  max-width: var(--tc-wide) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.tc-hero :is(.tc-eyebrow, h1, .tc-lead, .tc-buttons, .tc-proof-strip) {
  grid-column: 1;
}

.tc-hero .tc-eyebrow {
  align-self: end;
  margin: 0 0 18px;
}

.tc-hero h1 {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: clamp(3.55rem, 5.2vw, 5.55rem);
  font-weight: 690;
  line-height: 0.95;
  letter-spacing: -0.062em;
  overflow-wrap: normal;
  word-break: normal;
}

.tc-hero .tc-lead {
  max-width: 650px;
  margin: 0;
  color: #d6dfeb;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  line-height: 1.62;
}

.tc-hero .tc-buttons {
  margin: 30px 0 0;
}

.tc-hero .tc-proof-strip {
  margin: 30px 0 0;
  color: #aebccc;
}

.tc-hero-media {
  grid-column: 2;
  grid-row: 1 / span 5;
  width: 100%;
  margin: 0;
}

.tc-page-hero {
  min-height: 500px;
  background:
    linear-gradient(90deg, var(--tc-signal) 0 4px, transparent 4px) top 112px left max(32px, calc((100vw - var(--tc-wide)) / 2)) / 64px 4px no-repeat,
    var(--tc-paper);
}

.tc-page-hero::before,
.tc-page-hero::after {
  display: none;
}

.tc-page-hero h1,
.tc-case-hero h1 {
  max-width: 1020px;
  font-size: clamp(3rem, 5.25vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.057em;
}

.tc-page-hero .tc-lead,
.tc-case-hero .tc-lead {
  max-width: 780px;
  font-size: clamp(1.12rem, 1.8vw, 1.35rem);
}

.tc-section-header {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: start;
  margin-bottom: clamp(42px, 6vw, 76px);
  gap: 40px 72px;
}

.tc-section-header h2,
.tc-section > .wp-block-group__inner-container > h2,
.tc-final-cta h2 {
  max-width: 850px;
  font-size: clamp(2.65rem, 4.7vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.tc-section-header p,
.tc-section-intro {
  color: #485568;
  font-size: 1.08rem;
  line-height: 1.68;
}

.tc-card,
.tc-proof-card,
.tc-article-card,
.tc-process-step,
.tc-contact-panel,
.tc-legal-note {
  border-color: var(--tc-border);
  border-radius: 3px;
  box-shadow: none;
}

.tc-card:hover,
.tc-article-card:hover {
  border-color: #8aa7ff;
  box-shadow: 0 18px 48px rgba(9, 17, 29, 0.09);
}

.tc-card-number,
.tc-step-number {
  width: auto;
  height: auto;
  padding: 0;
  color: var(--tc-signal-dark);
  background: transparent;
  border-radius: 0;
}

.tc-home-situations {
  background: var(--tc-paper);
}

.tc-home-situations::before {
  display: none;
}

.tc-home-situations .tc-card-grid,
.tc-home-insights .tc-card-grid {
  display: block;
  border-top: 1px solid #c6cbd2;
}

.tc-home-situations .tc-card,
.tc-home-insights .tc-card {
  display: grid;
  grid-template-columns: 56px minmax(260px, 0.95fr) minmax(300px, 1.05fr) auto;
  align-items: start;
  min-height: 0;
  padding: 28px 0;
  gap: 18px 34px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c6cbd2;
}

.tc-home-situations .tc-card:hover,
.tc-home-insights .tc-card:hover {
  background: transparent;
  box-shadow: none;
  transform: none;
}

.tc-home-situations .tc-card h3,
.tc-home-insights .tc-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.tc-home-situations .tc-card > p,
.tc-home-insights .tc-card > p {
  margin: 0;
}

.tc-home-situations .tc-card > p:last-child,
.tc-home-insights .tc-card > p:last-child {
  justify-self: end;
}

.tc-home-services .tc-card-grid {
  grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.86fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}

.tc-home-services .tc-card {
  min-height: 0;
  padding: clamp(28px, 4vw, 52px);
  border-radius: 3px;
}

.tc-home-services .tc-card:first-child {
  grid-row: 1 / 3;
  min-height: 520px;
  color: var(--tc-white);
  background: var(--tc-ink);
  border-color: var(--tc-ink);
}

.tc-home-services .tc-card:first-child h3 {
  max-width: 480px;
  color: var(--tc-white);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.tc-home-services .tc-card:first-child p {
  color: #c7d2df;
}

.tc-home-services .tc-card:first-child .tc-service-link {
  color: var(--tc-pulse);
}

.tc-home-case {
  background: var(--tc-white);
}

.tc-home-case,
.tc-home-case h2,
.tc-home-case h3 {
  color: var(--tc-ink);
}

.tc-home-case .tc-section-intro,
.tc-home-case p {
  color: #485568;
}

.tc-home-case .tc-eyebrow,
.tc-home-case .tc-text-link {
  color: var(--tc-signal-dark);
}

.tc-product-case {
  align-items: start;
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
}

.tc-product-case h2 {
  margin: 10px 0 28px;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.058em;
}

.tc-home-process .tc-process-grid {
  gap: 0;
  border-top: 1px solid #bfc6cf;
}

.tc-home-process .tc-process-step {
  min-height: 310px;
  padding: 34px 28px 34px 0;
  background: transparent;
  border: 0;
  border-right: 1px solid #bfc6cf;
  border-radius: 0;
}

.tc-home-process .tc-process-step + .tc-process-step {
  padding-left: 28px;
}

.tc-home-process .tc-process-step:last-child {
  border-right: 0;
}

.tc-home-process .tc-step-number {
  margin-bottom: 70px;
  color: #9aa4b1;
  font-size: 2.5rem;
}

.tc-home-sprint {
  color: var(--tc-white);
  background: var(--tc-signal-dark);
}

.tc-home-sprint .tc-section-header h2,
.tc-home-sprint .tc-eyebrow,
.tc-home-sprint .tc-section-header p,
.tc-home-sprint .tc-check-list,
.tc-home-sprint .tc-check-list li {
  color: var(--tc-white);
}

.tc-home-sprint .tc-eyebrow {
  color: #bcecff;
}

.tc-home-sprint .tc-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 960px;
  padding: 0;
  gap: 0 36px;
}

.tc-home-sprint .tc-check-list li {
  padding: 18px 0 18px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.tc-home-sprint .tc-check-list li::before {
  background: var(--tc-pulse);
}

.tc-home-sprint .wp-block-button .wp-block-button__link {
  color: var(--tc-ink);
  background: var(--tc-white);
  border-color: var(--tc-white);
}

.tc-founder-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(42px, 7vw, 104px);
}

.tc-founder-portrait,
.tc-founder-portrait-media {
  margin: 0;
}

.tc-founder-portrait img,
.tc-founder-portrait-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.82) contrast(1.04);
}

.tc-founder-portrait figcaption,
.tc-founder-portrait-media figcaption {
  padding-top: 14px;
  color: var(--tc-slate);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.73rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.tc-founder-copy h2 {
  margin: 10px 0 28px;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.tc-founder-facts {
  margin: 38px 0;
  border-top: 1px solid #c7ccd2;
}

.tc-founder-facts p {
  display: grid;
  grid-template-columns: minmax(130px, 0.36fr) 1fr;
  margin: 0;
  padding: 18px 0;
  gap: 24px;
  border-bottom: 1px solid #c7ccd2;
}

.tc-founder-facts strong,
.tc-founder-facts span {
  display: block;
}

.tc-founder-facts span {
  color: #485568;
}

.tc-final-cta {
  padding-top: clamp(88px, 9vw, 144px);
  padding-bottom: clamp(88px, 9vw, 144px);
  background: var(--tc-ink);
}

.tc-final-cta::before,
.tc-final-cta::after {
  display: none;
}

.tc-final-cta h2 {
  max-width: 980px;
  font-size: clamp(3.2rem, 6.4vw, 6.5rem);
}

.tc-media-frame {
  overflow: hidden;
  margin: 0;
  color: #cdd7e4;
  background: #0e1724;
  border: 1px solid #314157;
  border-radius: 4px;
  box-shadow: var(--tc-shadow);
}

.tc-media-frame__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 16px;
  gap: 18px;
  border-bottom: 1px solid #314157;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.tc-media-frame__bar span:last-child {
  color: var(--tc-pulse);
}

.tc-media-frame__viewport {
  overflow: hidden;
  background: #edf0f4;
}

.tc-media-frame__viewport img {
  display: block;
  width: 100%;
  height: auto;
}

.tc-media-frame figcaption {
  padding: 15px 18px 17px;
  color: #b9c6d5;
  font-size: 0.84rem;
  line-height: 1.5;
}

.tc-hero-media .tc-media-frame__viewport {
  height: clamp(400px, 43vw, 560px);
}

.tc-hero-media .tc-media-frame__viewport img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 7%;
}

.tc-product-case__media .tc-media-frame__viewport {
  height: clamp(420px, 48vw, 590px);
}

.tc-product-case__media .tc-media-frame__viewport img {
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.tc-proof-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  margin-top: clamp(48px, 6vw, 82px);
  gap: 22px;
}

.tc-proof-gallery__item {
  grid-column: span 5;
}

.tc-proof-gallery__item:first-child {
  grid-column: span 7;
  grid-row: span 2;
}

.tc-proof-gallery__item:nth-child(3) {
  grid-column: 8 / span 5;
}

.tc-proof-gallery .tc-media-frame__viewport {
  height: clamp(270px, 29vw, 420px);
}

.tc-proof-gallery__item:first-child .tc-media-frame__viewport {
  height: clamp(460px, 53vw, 680px);
}

.tc-proof-gallery .tc-media-frame__viewport img {
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.tc-case-evidence .tc-media-frame {
  box-shadow: 0 18px 52px rgba(9, 17, 29, 0.12);
}

.tc-section--has-media > .wp-block-group__inner-container,
.tc-section--has-media > .wp-block-group {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
  align-items: start;
  gap: 28px clamp(54px, 8vw, 110px);
}

.tc-section--has-media .tc-section-header,
.tc-section--has-media .wp-block-list,
.tc-section--has-media .tc-buttons {
  grid-column: 1;
}

.tc-section--has-media .tc-section-header {
  display: block;
  margin-bottom: 8px;
}

.tc-section--has-media .tc-section-header > div + div {
  margin-top: 24px;
}

.tc-section--has-media .tc-section-media {
  grid-column: 2;
  grid-row: 1 / span 4;
}

.tc-section--has-media .tc-founder-portrait-media {
  color: var(--tc-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.tc-section--has-media .tc-founder-portrait-media .tc-media-frame__viewport {
  background: var(--tc-paper);
}

.tc-architecture {
  gap: 10px;
}

.tc-architecture-node {
  min-height: 150px;
  border-radius: 2px;
}

.tc-architecture-node:not(:last-child)::after {
  left: calc(100% + 1px);
  width: 8px;
}

.tc-site-footer {
  background: #070d15;
}

.tc-reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.tc-reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .tc-hero > .wp-block-group__inner-container,
  .tc-hero > .wp-block-group,
  .tc-hero .tc-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    column-gap: 42px;
  }

  .tc-home-situations .tc-card,
  .tc-home-insights .tc-card {
    grid-template-columns: 46px minmax(240px, 0.9fr) 1fr;
  }

  .tc-home-situations .tc-card > p:last-child,
  .tc-home-insights .tc-card > p:last-child {
    grid-column: 2 / -1;
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .tc-hero {
    min-height: 0;
  }

  .tc-hero > .wp-block-group__inner-container,
  .tc-hero > .wp-block-group,
  .tc-hero .tc-hero-grid {
    grid-template-columns: 1fr;
  }

  .tc-hero :is(.tc-eyebrow, h1, .tc-lead, .tc-buttons, .tc-proof-strip),
  .tc-hero-media {
    grid-column: 1;
  }

  .tc-hero-media {
    grid-row: auto;
    margin-top: 52px;
  }

  .tc-product-case,
  .tc-founder-layout,
  .tc-section--has-media > .wp-block-group__inner-container,
  .tc-section--has-media > .wp-block-group {
    grid-template-columns: 1fr;
  }

  .tc-section--has-media .tc-section-media {
    grid-column: 1;
    grid-row: auto;
    width: min(100%, 560px);
    margin-top: 20px;
  }

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

  .tc-proof-gallery__item,
  .tc-proof-gallery__item:first-child,
  .tc-proof-gallery__item:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .tc-proof-gallery__item:first-child {
    grid-column: 1 / -1;
  }

  .tc-proof-gallery__item:first-child .tc-media-frame__viewport {
    height: clamp(380px, 67vw, 580px);
  }
}

@media (max-width: 700px) {
  .tc-nav-shell {
    width: min(calc(100% - 30px), var(--tc-wide));
  }

  .tc-hero,
  .tc-section,
  .tc-page-hero,
  .tc-case-hero,
  .tc-final-cta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tc-hero {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .tc-hero h1 {
    font-size: clamp(3.15rem, 14vw, 4.15rem);
  }

  .tc-hero-media {
    margin-top: 42px;
  }

  .tc-hero-media .tc-media-frame__viewport {
    height: 300px;
  }

  .tc-media-frame__bar {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.59rem;
  }

  .tc-section-header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tc-home-situations .tc-card,
  .tc-home-insights .tc-card {
    grid-template-columns: 38px 1fr;
    gap: 14px 16px;
  }

  .tc-home-situations .tc-card > p,
  .tc-home-insights .tc-card > p {
    grid-column: 2;
  }

  .tc-home-services .tc-card-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .tc-home-services .tc-card:first-child {
    grid-row: auto;
    min-height: 420px;
  }

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

  .tc-home-process .tc-process-step,
  .tc-home-process .tc-process-step + .tc-process-step {
    min-height: 0;
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid #bfc6cf;
  }

  .tc-home-process .tc-step-number {
    margin-bottom: 30px;
  }

  .tc-home-sprint .tc-check-list,
  .tc-founder-facts p,
  .tc-proof-gallery {
    grid-template-columns: 1fr;
  }

  .tc-founder-facts p {
    gap: 8px;
  }

  .tc-proof-gallery__item:first-child,
  .tc-proof-gallery__item:nth-child(3) {
    grid-column: 1;
  }

  .tc-proof-gallery .tc-media-frame__viewport,
  .tc-proof-gallery__item:first-child .tc-media-frame__viewport {
    height: 330px;
  }

  .tc-final-cta h2 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-reveal-ready,
  .tc-reveal-ready.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Release 1.3.0 — tighter, brand-led editorial direction. */
:root {
  --tc-ink: #08111f;
  --tc-carbon: #172033;
  --tc-paper: #f3f4f6;
  --tc-signal: #2457f5;
  --tc-signal-dark: #163fc6;
  --tc-pulse: #58d8ee;
  --tc-gold: #f6c945;
  --tc-wide: 1320px;
  --tc-header-height: 84px;
}

.tc-site-header,
.tc-nav-shell {
  min-height: var(--tc-header-height);
}

.tc-nav-shell {
  width: min(calc(100% - 64px), var(--tc-wide));
}

.tc-brand-mark {
  width: 38px;
  height: 38px;
}

.tc-primary-menu .tc-nav-cta a {
  background: var(--tc-signal);
  box-shadow: 0 8px 24px rgba(36, 87, 245, 0.22);
}

.tc-hero {
  min-height: 760px;
  padding-top: 76px;
  padding-bottom: 76px;
  background:
    radial-gradient(circle at 88% 12%, rgba(36, 87, 245, 0.26), transparent 32%),
    linear-gradient(135deg, rgba(88, 216, 238, 0.07), transparent 45%),
    var(--tc-ink);
}

.tc-hero::before {
  left: 49.25%;
  opacity: 0.6;
}

.tc-hero > .wp-block-group__inner-container,
.tc-hero > .wp-block-group,
.tc-hero .tc-hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(500px, 1.04fr);
  column-gap: clamp(56px, 6vw, 92px);
}

.tc-hero h1 {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: clamp(3.65rem, 4.85vw, 5rem);
  line-height: 0.96;
}

.tc-hero .tc-lead {
  max-width: 610px;
  font-size: clamp(1.06rem, 1.3vw, 1.22rem);
  line-height: 1.58;
}

.tc-hero-media {
  position: relative;
}

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

.tc-media-frame {
  border-radius: 10px;
  box-shadow: 0 26px 74px rgba(2, 7, 17, 0.26);
}

.tc-hero-media .tc-media-frame {
  position: relative;
  z-index: 1;
}

.tc-hero-media .tc-media-frame__viewport {
  height: 430px;
}

.tc-hero-media .tc-media-frame__viewport img {
  object-position: 50% 0;
  transform: scale(1.2);
  transform-origin: 50% 0;
}

.tc-section {
  padding-top: clamp(72px, 6.2vw, 96px);
  padding-bottom: clamp(72px, 6.2vw, 96px);
}

.tc-section-header {
  margin-bottom: clamp(36px, 4.5vw, 58px);
}

.tc-section-header h2,
.tc-section > .wp-block-group__inner-container > h2,
.tc-final-cta h2 {
  max-width: 780px;
  font-size: clamp(2.45rem, 4vw, 4rem);
  line-height: 0.99;
}

.tc-home-services .tc-card:first-child {
  min-height: 440px;
}

.tc-home-services .tc-card:first-child::after {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--tc-gold);
  box-shadow: 24px 0 0 var(--tc-signal), 0 -24px 0 var(--tc-pulse);
}

.tc-home-case {
  background:
    linear-gradient(120deg, rgba(36, 87, 245, 0.07), transparent 42%),
    var(--tc-white);
}

.tc-product-case h2,
.tc-founder-copy h2 {
  font-size: clamp(2.65rem, 4.2vw, 4.35rem);
}

.tc-home-process .tc-process-step {
  min-height: 248px;
}

.tc-home-process .tc-step-number {
  margin-bottom: 42px;
}

.tc-home-sprint {
  position: relative;
  background:
    linear-gradient(110deg, rgba(8, 17, 31, 0.18), transparent 46%),
    var(--tc-signal-dark);
}

.tc-home-sprint::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, var(--tc-gold) 0 24%, var(--tc-pulse) 24% 52%, transparent 52%);
}

.tc-founder-portrait img {
  filter: grayscale(0.35) saturate(0.78) contrast(1.06);
}

.tc-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.tc-final-cta > * {
  position: relative;
  z-index: 1;
}

.tc-final-cta::after {
  position: absolute;
  z-index: 0;
  right: -130px;
  bottom: -180px;
  display: block;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(88, 216, 238, 0.25);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 64px rgba(36, 87, 245, 0.08), 0 0 0 128px rgba(36, 87, 245, 0.05);
}

.tc-page-hero {
  min-height: 470px;
  background:
    linear-gradient(90deg, var(--tc-signal) 0 4px, transparent 4px) top 104px left max(32px, calc((100vw - var(--tc-wide)) / 2)) / 64px 4px no-repeat,
    linear-gradient(135deg, rgba(36, 87, 245, 0.05), transparent 44%),
    var(--tc-paper);
}

.tc-case-hero {
  background:
    radial-gradient(circle at 90% 8%, rgba(36, 87, 245, 0.24), transparent 34%),
    var(--tc-ink);
}

@media (max-width: 900px) {
  .tc-hero {
    min-height: 0;
  }

  .tc-hero > .wp-block-group__inner-container,
  .tc-hero > .wp-block-group,
  .tc-hero .tc-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .tc-nav-shell {
    width: min(calc(100% - 30px), var(--tc-wide));
  }

  .tc-hero {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .tc-hero h1 {
    font-size: clamp(3rem, 13.4vw, 3.7rem);
  }

  .tc-hero-media .tc-media-frame__viewport {
    height: 270px;
  }

  .tc-hero-media .tc-media-frame__viewport img {
    transform: scale(1.52);
    transform-origin: 72% 0;
  }

  .tc-section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .tc-home-services .tc-card:first-child {
    min-height: 340px;
  }

  .tc-page-hero {
    min-height: 0;
  }
}
