@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/tb-redesign-production/fonts/exo-2/7cHmv4okm5zmbtYoK-4W5HIotT4.woff2") format("woff2");
}

@font-face {
  font-family: "Exo 2";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/tb-redesign-production/fonts/exo-2/7cHov4okm5zmbtYtG-wc5VAtlT4Ldw.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/tb-redesign-production/fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0I5nvwU.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/tb-redesign-production/fonts/inter/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbm9wUkHU.woff2") format("woff2");
}

:root {
  --tb-font-body: Inter, sans-serif;
  --tb-font-display: "Exo 2", sans-serif;
  --tb-font-ui: var(--tb-font-body);
  --tb-text: #0F2F3A;
  --tb-primary: #106087;
  --tb-primary-hover: #0C4F6F;
  --tb-muted: #4F6D78;
  --tb-teal: #1ED1DC;
  --tb-amber: #F6BA6C;
  --tb-gold: #F6BA6C;
  --tb-coral: #EB8D5F;
  --tb-border: #C7D6DC;
  --tb-border-soft: #D9E4E8;
  --tb-surface: #FFFFFF;
  --tb-cool: #F4F8FA;
  --tb-warm: #FAF4EE;
  --tb-gradient-hero: linear-gradient(135deg, #0F2F3A 0%, #0C4F6F 42%, #106087 68%, #1ED1DC 100%);
  --tb-gradient-accent: linear-gradient(90deg, #1ED1DC 0%, #F6BA6C 52%, #EB8D5F 100%);
  --tb-gradient-soft-panel: linear-gradient(135deg, rgba(15,47,58,0.06) 0%, rgba(30,209,220,0.12) 52%, rgba(246,186,108,0.16) 100%);
  --tb-shadow-soft: 0 8px 24px rgba(15, 47, 58, 0.08);
  --tb-shadow-pop: 0 16px 42px rgba(15, 47, 58, 0.15);
  --tb-radius: 8px;
  --tb-header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--tb-text);
  font-family: var(--tb-font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  scroll-padding-top: calc(var(--tb-header-height) + 20px);
}

section[id] {
  scroll-margin-top: calc(var(--tb-header-height) + 82px);
}

body {
  margin: 0;
  background: var(--tb-surface);
  color: var(--tb-text);
  --tb-page-accent: var(--tb-teal);
  --tb-page-accent-2: var(--tb-amber);
}

body[data-page="technology-strategy-governance"] {
  --tb-page-accent: #1ED1DC;
  --tb-page-accent-2: #F6BA6C;
}

body[data-page="microsoft-365-cloud-consulting"] {
  --tb-page-accent: #106087;
  --tb-page-accent-2: #1ED1DC;
}

body[data-page="business-automation"] {
  --tb-page-accent: #EB8D5F;
  --tb-page-accent-2: #F6BA6C;
}

body[data-page="ai-strategy-training-agentic-workflows"] {
  --tb-page-accent: #1ED1DC;
  --tb-page-accent-2: #EB8D5F;
}

body[data-page="custom-programming-web-systems"] {
  --tb-page-accent: #0F2F3A;
  --tb-page-accent-2: #1ED1DC;
}

body[data-page="website-strategy-automation"] {
  --tb-page-accent: #F6BA6C;
  --tb-page-accent-2: #1ED1DC;
}

body[data-page="speaking-training"] {
  --tb-page-accent: #106087;
  --tb-page-accent-2: #EB8D5F;
}

body.tb-motion-ready .tb-card,
body.tb-motion-ready .tb-process-step,
body.tb-motion-ready .tb-mini-board,
body.tb-motion-ready .tb-direction-board {
  opacity: 1;
  transform: none;
  transition: border-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out;
}

a {
  color: var(--tb-primary);
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tb-font-display);
  margin: 0;
  line-height: 1.15;
  color: var(--tb-text);
  letter-spacing: 0;
}

h1 {
  font-size: 50px;
  font-weight: 600;
  max-width: 840px;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.25;
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

h5 {
  font-size: 20px;
  font-weight: 500;
}

h6 {
  font-size: 18px;
  font-weight: 500;
}

.tb-card h3,
.tb-note-panel h3,
.tb-resource-starter h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.tb-ui-title,
.tb-panel-title,
.tb-form-title {
  margin: 0;
  color: var(--tb-text);
  font-family: var(--tb-font-body);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.tb-panel-title,
.tb-form-title {
  font-size: 20px;
}

p {
  margin: 0;
}

.tb-shell {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}

.tb-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  background: #fff;
  color: var(--tb-primary);
  border: 2px solid var(--tb-primary);
  padding: 12px 16px;
  border-radius: 6px;
}

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

.tb-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(199,214,220,0.82);
  transition: box-shadow 140ms ease-out;
}

.tb-site-header[data-elevated="true"] {
  box-shadow: var(--tb-shadow-soft);
}

.tb-site-header[data-menu-open="true"] {
  z-index: 120;
}

.tb-menu-backdrop {
  display: none;
}

.tb-site-header[data-menu-open="true"] .tb-menu-backdrop {
  display: block;
  position: fixed;
  z-index: 70;
  top: var(--tb-header-height);
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: calc(100dvh - var(--tb-header-height));
  padding: 0;
  border: 0;
  background: rgba(9,31,39,0.92);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  cursor: default;
}

body[data-menu-open] {
  overflow: hidden;
}

.tb-header-inner {
  min-height: var(--tb-header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.tb-brand {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--tb-text);
  font-weight: 700;
  flex: 0 0 auto;
}

.tb-brand-mark {
  width: 56px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #0F2F3A;
  border: 1px solid var(--tb-border-soft);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(15, 47, 58, 0.08);
  overflow: hidden;
}

.tb-brand-mark img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  object-position: center top;
}

.tb-brand-word {
  font-family: var(--tb-font-display);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.tb-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-left: auto;
}

.tb-nav-link,
.tb-dropdown a,
.tb-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--tb-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 10px;
  border-radius: 6px;
}

.tb-nav > .tb-button {
  order: 20;
}

.tb-nav-link:hover,
.tb-nav-link:focus,
.tb-dropdown a:hover,
.tb-dropdown a:focus {
  color: var(--tb-primary);
  background: var(--tb-cool);
}

.tb-nav-link[aria-current="page"],
.tb-dropdown a[aria-current="page"] {
  color: var(--tb-primary);
}

.tb-nav-group {
  position: relative;
}

.tb-dropdown-toggle {
  border: 0;
  background: transparent;
  font-family: var(--tb-font-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

.tb-dropdown-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.tb-nav-group[data-open="true"] .tb-dropdown-toggle::after {
  transform: translateY(2px) rotate(225deg);
}

@media (min-width: 1500px) {
  .tb-shell {
    width: min(1360px, calc(100% - 96px));
  }

  .tb-header-inner {
    gap: 38px;
  }

  .tb-nav {
    gap: 8px;
  }

  .tb-nav-link,
  .tb-dropdown-toggle,
  .tb-nav .tb-button-small {
    font-size: 16px;
  }

  .tb-page-hero {
    padding: 78px 0 44px;
  }

  .tb-page-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
    gap: 72px;
  }

  .tb-page-hero-mark {
    min-height: 310px;
    padding: 28px;
  }

  .tb-artifact-topline {
    font-size: 20px;
  }

  .tb-artifact-item b {
    font-size: 17px;
  }

  .tb-artifact-item small {
    font-size: 13px;
  }

  .tb-section {
    padding: 104px 0;
  }

  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) main .tb-shell {
    width: min(1420px, calc(100% - 112px));
  }

  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) .tb-page-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.58fr);
    gap: clamp(72px, 8vw, 128px);
  }

  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) .tb-page-hero-mark {
    min-height: 330px;
  }

  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) .tb-split {
    grid-template-columns: minmax(0, 0.86fr) minmax(480px, 0.84fr);
    gap: clamp(64px, 7vw, 108px);
  }

  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) .tb-split-reverse {
    grid-template-columns: minmax(480px, 0.84fr) minmax(0, 0.86fr);
  }

  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) .tb-archetype-layout,
  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) .tb-website-operating-layout,
  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) .tb-decision-room-layout,
  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) .tb-workflow-route-layout,
  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) .tb-boundary-layout,
  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) .tb-operating-model-layout {
    grid-template-columns: minmax(0, 0.68fr) minmax(620px, 1.32fr);
    gap: clamp(64px, 7vw, 108px);
  }

  body.tb-service-page:not([data-page="microsoft-365-cloud-consulting"]) .tb-process-showcase {
    grid-template-columns: minmax(0, 0.62fr) minmax(680px, 1.38fr);
    gap: clamp(64px, 7vw, 108px);
  }

  body[data-page="business-automation"] .tb-process-showcase-route,
  body[data-page="custom-programming-web-systems"] .tb-process-showcase-decision {
    grid-template-columns: minmax(0, 0.58fr) minmax(720px, 1.42fr);
  }
}

@media (min-width: 1800px) {
  .tb-shell {
    width: min(1560px, calc(100% - 160px));
  }

  .tb-hero-home {
    padding: 92px 0 76px;
  }

  .tb-hero-grid {
    grid-template-columns: minmax(0, 760px) minmax(460px, 560px);
    justify-content: space-between;
    gap: clamp(72px, 8vw, 150px);
  }

  .tb-clarity-panel {
    max-width: 520px;
    padding: 30px 0 30px 34px;
  }

  .tb-clarity-line {
    font-size: 29px;
  }

  .tb-clarity-note {
    font-size: 17px;
  }

  .tb-byte-path {
    width: min(540px, 100%);
    min-height: 430px;
  }

  .tb-page-hero-grid {
    grid-template-columns: minmax(0, 900px) minmax(440px, 520px);
    justify-content: space-between;
  }

  .tb-page-lede {
    max-width: 820px;
  }

  .tb-section-heading {
    max-width: 880px;
  }

  .tb-home-wayfinder .tb-shell {
    grid-template-columns: minmax(260px, 0.32fr) minmax(0, 1fr);
  }
}

@media (min-width: 2400px) {
  .tb-shell {
    width: min(1680px, calc(100% - 240px));
  }

  .tb-hero-grid {
    grid-template-columns: minmax(0, 800px) minmax(520px, 620px);
  }

  .tb-clarity-panel {
    max-width: 580px;
  }

  .tb-page-hero-grid {
    grid-template-columns: minmax(0, 960px) minmax(480px, 560px);
  }
}

@media (max-width: 1180px) {
  body[data-page="business-automation"] .tb-process-showcase-route {
    grid-template-columns: 1fr;
  }

  body[data-page="business-automation"] .tb-process-showcase-route > div:first-child {
    position: static;
    max-width: 720px;
  }
}

.tb-dropdown {
  position: fixed;
  z-index: 80;
  top: calc(var(--tb-header-height) + 12px);
  left: auto;
  right: max(32px, calc((100vw - 1200px) / 2));
    width: min(520px, calc(100vw - 64px));
  max-height: calc(100vh - var(--tb-header-height) - 36px);
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--tb-border);
  border-top: 3px solid var(--tb-teal);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--tb-shadow-pop);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -6px);
  transition: opacity 160ms ease-out, transform 160ms ease-out, visibility 160ms ease-out;
}

.tb-nav-group[data-open="true"] .tb-dropdown,
.tb-nav-group:hover .tb-dropdown,
.tb-nav-group:focus-within .tb-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.tb-dropdown a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  min-height: 40px;
  justify-content: flex-start;
  padding: 8px 10px;
  text-align: left;
}

.tb-dropdown a span {
  display: block;
}

.tb-dropdown a small {
  display: block;
  color: var(--tb-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.tb-dropdown .tb-mobile-dropdown-cta {
  display: none;
}

@media (min-width: 821px) {
  body:has(.tb-nav-group[data-open="true"]) .tb-hero-home .tb-clarity-panel,
  body:has(.tb-nav-group:hover) .tb-hero-home .tb-clarity-panel,
  body:has(.tb-nav-group:focus-within) .tb-hero-home .tb-clarity-panel {
    opacity: 0;
    visibility: hidden;
  }
}

.tb-menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: #fff;
  color: var(--tb-text);
}

.tb-menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.tb-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--tb-primary);
  border-radius: 6px;
  background: var(--tb-primary);
  color: #fff;
  padding: 13px 18px;
  font-family: var(--tb-font-body);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.1;
  cursor: pointer;
  transition: background 140ms ease-out, border-color 140ms ease-out, transform 140ms ease-out;
}

.tb-button:hover,
.tb-button:focus {
  background: var(--tb-primary-hover);
  border-color: var(--tb-primary-hover);
  transform: translateY(-1px);
}

main p:not(.tb-eyebrow) + .tb-button {
  display: flex;
  width: fit-content;
  margin-top: 36px;
}

.tb-button-small {
  min-height: 44px;
  padding: 10px 14px;
  font-size: 14px;
  background: #0F2F3A;
  border-color: #0F2F3A;
}

.tb-button-light {
  background: #fff;
  border-color: #fff;
  color: var(--tb-primary);
}

.tb-button-light:hover,
.tb-button-light:focus {
  background: #F4F8FA;
  border-color: #F4F8FA;
  color: var(--tb-primary-hover);
}

.tb-button-secondary,
.tb-button-ghost {
  background: transparent;
  color: var(--tb-primary);
  border-color: var(--tb-border);
}

.tb-hero .tb-button-ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.54);
}

.tb-button-secondary:hover,
.tb-button-secondary:focus {
  background: var(--tb-cool);
  border-color: var(--tb-primary);
  color: var(--tb-primary-hover);
}

.tb-button-ghost:hover,
.tb-button-ghost:focus {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.72);
}

.tb-hero-home {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 78%, rgba(30,209,220,0.28), transparent 34%),
    linear-gradient(135deg, #0F2F3A 0%, #106087 62%, #16A4B6 100%);
  color: #fff;
  padding: 72px 0 64px;
}

.tb-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(300px, 1fr);
  align-items: center;
  gap: 54px;
}

.tb-hero-copy {
  max-width: 780px;
}

.tb-byte-path {
  position: relative;
  width: min(470px, 100%);
  min-height: 390px;
  justify-self: end;
  isolation: isolate;
}

.tb-byte-ring {
  position: absolute;
  inset: 34px 44px 54px 28px;
  border: 8px solid rgba(255,255,255,0.22);
  border-right-color: transparent;
  border-bottom-color: rgba(255,255,255,0.10);
  border-radius: 999px;
  transform: rotate(-18deg);
}

.tb-byte-ring::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 72px;
  width: 70px;
  height: 42px;
  border-top: 8px solid #fff;
  border-right: 8px solid #fff;
  transform: rotate(18deg) skewX(-16deg);
}

.tb-byte-line {
  position: absolute;
  left: 72px;
  height: 9px;
  border-radius: 999px;
  transform: rotate(-16deg);
  transform-origin: left center;
  box-shadow: 0 12px 28px rgba(0,0,0,0.16);
}

.tb-byte-line-one {
  top: 132px;
  width: 300px;
  background: linear-gradient(90deg, #1ED1DC 0%, #F6BA6C 56%, #EB8D5F 100%);
}

.tb-byte-line-two {
  top: 176px;
  left: 118px;
  width: 250px;
  background: linear-gradient(90deg, #EB8D5F 0%, #F6BA6C 100%);
}

.tb-byte-line-three {
  top: 222px;
  left: 96px;
  width: 290px;
  background: linear-gradient(90deg, #0C4F6F 0%, #1ED1DC 100%);
}

.tb-byte-line-four {
  top: 270px;
  left: 52px;
  width: 230px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0.62) 100%);
}

.tb-byte-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.10), 0 12px 24px rgba(0,0,0,0.18);
}

.tb-byte-dot-one {
  left: 56px;
  top: 196px;
}

.tb-byte-dot-two {
  right: 52px;
  top: 152px;
  background: #F6BA6C;
}

.tb-byte-dot-three {
  right: 96px;
  bottom: 84px;
  background: #1ED1DC;
}

.tb-byte-label {
  position: absolute;
  color: rgba(255,255,255,0.88);
  font: 700 13px/1.2 var(--tb-font-body);
  text-transform: uppercase;
}

.tb-byte-label-one {
  left: 42px;
  top: 82px;
}

.tb-byte-label-two {
  right: 64px;
  top: 104px;
}

.tb-byte-label-three {
  left: 16px;
  bottom: 78px;
}

.tb-byte-label-four {
  right: 18px;
  bottom: 48px;
}

.tb-hero-home h1,
.tb-hero-home h2,
.tb-hero-home h3,
.tb-hero-home p {
  color: #fff;
}

.tb-hero-logo {
  width: min(210px, 56vw);
  height: auto;
  object-fit: contain;
  margin-bottom: 18px;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,0.20));
}

.tb-eyebrow {
  margin-bottom: 12px;
  color: var(--tb-primary);
  font-family: var(--tb-font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.tb-hero-home .tb-eyebrow {
  color: #D7FCFF;
}

.tb-hero-refrain {
  margin-top: 16px;
  font-family: var(--tb-font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.22;
}

.tb-hero-lede {
  max-width: 700px;
  margin-top: 16px;
  font-size: 19px;
}

.tb-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 28px;
}

.tb-hero-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,0.88);
  font-weight: 600;
  text-decoration-color: rgba(255,255,255,0.45);
  text-underline-offset: 5px;
}

.tb-hero-text-link:hover,
.tb-hero-text-link:focus {
  color: #fff;
  text-decoration-color: #fff;
}

.tb-clarity-panel {
  position: relative;
  justify-self: end;
  max-width: 400px;
  padding: 22px 0 22px 26px;
  border-left: 2px solid rgba(246,186,108,0.86);
  background: linear-gradient(90deg, rgba(15,47,58,0.18), rgba(15,47,58,0));
  transition: opacity 160ms ease-out, visibility 160ms ease-out;
}

.tb-clarity-kicker {
  margin: 0 0 10px;
  color: #D7FCFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tb-clarity-line {
  margin: 0;
  color: #fff;
  font-family: var(--tb-font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.16;
}

.tb-clarity-note {
  margin: 14px 0 0;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.55;
}

.tb-proof-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 34px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255,255,255,0.24);
  list-style: none;
}

.tb-proof-strip li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.84);
  font-size: 14px;
  font-weight: 600;
}

.tb-proof-strip li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--tb-gold);
  box-shadow: 0 0 0 2px rgba(246,186,108,0.18);
}

.tb-home-wayfinder {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 28px 0;
  background: #fff;
  border-bottom: 1px solid var(--tb-border-soft);
  box-shadow: 0 18px 34px rgba(15,47,58,0.08);
}

.tb-home-wayfinder .tb-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

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

.tb-wayfinder-card {
  min-height: 96px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 6px 12px;
  align-content: start;
  padding: 16px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #F4F8FA 100%);
  color: var(--tb-text);
  text-decoration: none;
}

.tb-wayfinder-card:hover,
.tb-wayfinder-card:focus {
  border-color: var(--tb-primary);
  box-shadow: var(--tb-shadow-soft);
}

.tb-wayfinder-card span {
  font-family: var(--tb-font-body);
  font-weight: 600;
  line-height: 1.2;
}

.tb-wayfinder-card small {
  grid-column: 2;
  color: var(--tb-muted);
  font-weight: 650;
  line-height: 1.45;
}

.tb-service-icon {
  --tb-service-accent: var(--tb-teal);
  --tb-service-accent-2: var(--tb-amber);
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--tb-service-accent) 46%, var(--tb-border));
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(244,248,250,0.72)),
    linear-gradient(135deg, color-mix(in srgb, var(--tb-service-accent) 16%, transparent), color-mix(in srgb, var(--tb-service-accent-2) 16%, transparent));
}

.tb-service-icon::before,
.tb-service-icon::after {
  content: "";
  position: absolute;
}

.tb-service-icon-technology-strategy-governance {
  --tb-service-accent: #1ED1DC;
  --tb-service-accent-2: #F6BA6C;
}

.tb-service-icon-microsoft-365-cloud-consulting {
  --tb-service-accent: #106087;
  --tb-service-accent-2: #1ED1DC;
}

.tb-service-icon-business-automation {
  --tb-service-accent: #EB8D5F;
  --tb-service-accent-2: #F6BA6C;
}

.tb-service-icon-ai-strategy-training-agentic-workflows {
  --tb-service-accent: #1ED1DC;
  --tb-service-accent-2: #EB8D5F;
}

.tb-service-icon-custom-programming-web-systems {
  --tb-service-accent: #0F2F3A;
  --tb-service-accent-2: #1ED1DC;
}

.tb-service-icon-website-strategy-automation {
  --tb-service-accent: #F6BA6C;
  --tb-service-accent-2: #1ED1DC;
}

.tb-service-icon-speaking-training {
  --tb-service-accent: #106087;
  --tb-service-accent-2: #EB8D5F;
}

.tb-service-icon-technology-strategy-governance::before {
  inset: 9px;
  border: 2px solid var(--tb-service-accent);
  border-radius: 4px;
  box-shadow: 10px 0 0 -8px var(--tb-service-accent-2), 0 10px 0 -8px var(--tb-service-accent-2);
}

.tb-service-icon-microsoft-365-cloud-consulting::before {
  left: 9px;
  right: 9px;
  top: 10px;
  height: 4px;
  border-radius: 999px;
  background: var(--tb-service-accent);
  box-shadow: 0 7px 0 var(--tb-service-accent-2), 0 14px 0 color-mix(in srgb, var(--tb-service-accent) 68%, #fff);
}

.tb-service-icon-business-automation::before {
  left: 8px;
  right: 8px;
  top: 17px;
  height: 2px;
  background: var(--tb-service-accent-2);
}

.tb-service-icon-business-automation::after {
  left: 7px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--tb-service-accent);
  box-shadow: 10px 5px 0 var(--tb-service-accent-2), 20px 0 0 var(--tb-service-accent);
}

.tb-service-icon-ai-strategy-training-agentic-workflows::before {
  inset: 9px;
  border: 2px solid var(--tb-service-accent);
  border-radius: 999px;
}

.tb-service-icon-ai-strategy-training-agentic-workflows::after {
  left: 10px;
  right: 10px;
  top: 17px;
  height: 2px;
  border-radius: 999px;
  background: var(--tb-service-accent-2);
  box-shadow: 0 -6px 0 color-mix(in srgb, var(--tb-service-accent) 72%, #fff), 0 6px 0 color-mix(in srgb, var(--tb-service-accent) 72%, #fff);
}

.tb-service-icon-custom-programming-web-systems::before {
  inset: 8px;
  border: 2px solid var(--tb-service-accent-2);
  border-radius: 999px;
}

.tb-service-icon-custom-programming-web-systems::after {
  left: 12px;
  right: 12px;
  top: 17px;
  height: 2px;
  background: var(--tb-service-accent);
  transform: rotate(-28deg);
}

.tb-service-icon-website-strategy-automation::before {
  inset: 9px;
  border: 2px solid var(--tb-service-accent);
  border-left-color: transparent;
  border-radius: 999px;
}

.tb-service-icon-website-strategy-automation::after {
  right: 9px;
  bottom: 9px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--tb-service-accent-2);
}

.tb-service-icon-speaking-training::before {
  left: 8px;
  right: 8px;
  top: 10px;
  height: 14px;
  border: 2px solid var(--tb-service-accent);
  border-radius: 10px 10px 10px 2px;
}

.tb-service-icon-speaking-training::after {
  left: 13px;
  right: 13px;
  top: 15px;
  height: 2px;
  border-radius: 999px;
  background: var(--tb-service-accent-2);
}

.tb-page-hero {
  background: linear-gradient(180deg, #fff 0%, #F4F8FA 100%);
  padding: 64px 0 32px;
  border-bottom: 1px solid var(--tb-border-soft);
  box-shadow: inset 0 -4px 0 color-mix(in srgb, var(--tb-page-accent) 34%, transparent);
}

.tb-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
  align-items: center;
}

.tb-page-lede {
  max-width: 760px;
  margin-top: 18px;
  color: var(--tb-muted);
  font-size: 19px;
}

.tb-page-hero-mark {
  min-height: 250px;
  display: grid;
  align-content: stretch;
  gap: 18px;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid var(--tb-border-soft);
  background: var(--tb-gradient-soft-panel);
  text-align: left;
  color: var(--tb-text);
  font-weight: 600;
  overflow: hidden;
}

.tb-artifact-topline {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 600 18px/1.2 var(--tb-font-body);
}

.tb-artifact-topline img {
  width: 46px;
  height: 46px;
  padding: 6px;
  border-radius: 8px;
  background: #0F2F3A;
  object-fit: contain;
}

.tb-artifact-body {
  position: relative;
  display: grid;
  gap: 9px;
  min-height: 150px;
}

.tb-artifact-item {
  position: relative;
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 0;
  color: var(--tb-text);
}

.tb-artifact-item b {
  font-family: var(--tb-font-body);
  font-weight: 600;
  line-height: 1.16;
}

.tb-artifact-item small {
  color: var(--tb-muted);
  font-size: 12px;
  line-height: 1.3;
}

.tb-artifact-link {
  color: var(--tb-primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.tb-artifact-link b::after {
  content: " ->";
}

.tb-artifact-link:hover,
.tb-artifact-link:focus {
  color: var(--tb-primary-hover);
}

.tb-hero-artifact-matrix .tb-artifact-body,
.tb-hero-artifact-choice .tb-artifact-body,
.tb-hero-artifact-cycle .tb-artifact-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tb-hero-artifact-matrix .tb-artifact-body::before,
.tb-hero-artifact-matrix .tb-artifact-body::after {
  content: "";
  position: absolute;
  background: rgba(16,96,135,0.14);
}

.tb-hero-artifact-matrix .tb-artifact-body::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.tb-hero-artifact-matrix .tb-artifact-body::after {
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
}

.tb-hero-artifact-matrix .tb-artifact-item,
.tb-hero-artifact-cycle .tb-artifact-item,
.tb-hero-artifact-choice .tb-artifact-item {
  padding: 12px 10px;
  border-radius: 0;
  border-bottom: 1px solid rgba(16,96,135,0.18);
  background: transparent;
}

.tb-hero-artifact-stack .tb-artifact-item {
  min-height: 34px;
  padding: 10px 14px;
  border-left: 4px solid var(--tb-teal);
  background: transparent;
  box-shadow: none;
}

.tb-hero-artifact-stack .tb-artifact-item:nth-child(2) {
  margin-left: 16px;
  border-left-color: var(--tb-amber);
}

.tb-hero-artifact-stack .tb-artifact-item:nth-child(3) {
  margin-left: 32px;
  border-left-color: var(--tb-coral);
}

.tb-hero-artifact-stack .tb-artifact-item:nth-child(4) {
  margin-left: 48px;
  border-left-color: var(--tb-primary);
}

.tb-hero-artifact-route .tb-artifact-body {
  padding-left: 26px;
}

.tb-hero-artifact-route .tb-artifact-body::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 7px;
  width: 2px;
  border-radius: 999px;
  background: var(--tb-gradient-accent);
}

.tb-hero-artifact-route .tb-artifact-item {
  padding: 7px 0 7px 12px;
}

.tb-hero-artifact-route .tb-artifact-item::before,
.tb-hero-artifact-boundary .tb-artifact-item::before,
.tb-hero-artifact-editorial .tb-artifact-item::before,
.tb-hero-artifact-questions .tb-artifact-item::before,
.tb-hero-artifact-trust .tb-artifact-item::before,
.tb-hero-artifact-intake .tb-artifact-item::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--tb-gradient-accent);
}

.tb-hero-artifact-route .tb-artifact-item::before {
  top: 17px;
  left: -23px;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.86);
}

.tb-hero-artifact-boundary .tb-artifact-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-items: stretch;
}

.tb-hero-artifact-boundary .tb-artifact-body::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(30,209,220,0.32);
  background:
    radial-gradient(circle, rgba(255,255,255,0.9) 0 38%, rgba(30,209,220,0.1) 39% 56%, transparent 57%),
    radial-gradient(circle, rgba(246,186,108,0.1), transparent 62%);
  box-shadow: inset 0 0 0 8px rgba(255,255,255,0.5);
  pointer-events: none;
}

.tb-hero-artifact-boundary .tb-artifact-item {
  z-index: 1;
  min-height: 62px;
  padding: 7px 8px 7px 18px;
  border-radius: 8px;
  background: rgba(255,255,255,0.72);
}

.tb-hero-artifact-boundary .tb-artifact-item::before,
.tb-hero-artifact-editorial .tb-artifact-item::before,
.tb-hero-artifact-questions .tb-artifact-item::before,
.tb-hero-artifact-trust .tb-artifact-item::before,
.tb-hero-artifact-intake .tb-artifact-item::before {
  top: 14px;
  left: 0;
}

.tb-hero-artifact-cycle .tb-artifact-item {
  border-top: 3px solid var(--tb-teal);
}

.tb-hero-artifact-cycle .tb-artifact-item:nth-child(2),
.tb-hero-artifact-cycle .tb-artifact-item:nth-child(4) {
  border-top-color: var(--tb-amber);
}

.tb-hero-artifact-session .tb-artifact-body,
.tb-hero-artifact-editorial .tb-artifact-body,
.tb-hero-artifact-questions .tb-artifact-body,
.tb-hero-artifact-trust .tb-artifact-body,
.tb-hero-artifact-intake .tb-artifact-body {
  align-content: start;
}

.tb-hero-artifact-session .tb-artifact-item {
  grid-template-columns: 80px 1fr;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(16,96,135,0.14);
}

.tb-hero-artifact-session .tb-artifact-item b {
  color: var(--tb-primary);
}

.tb-hero-artifact-editorial .tb-artifact-item,
.tb-hero-artifact-questions .tb-artifact-item,
.tb-hero-artifact-trust .tb-artifact-item,
.tb-hero-artifact-intake .tb-artifact-item {
  padding: 9px 0 9px 20px;
  border-bottom: 1px solid rgba(16,96,135,0.14);
}

.tb-hero-artifact-questions .tb-artifact-item {
  background: linear-gradient(90deg, rgba(255,255,255,0.78), rgba(255,255,255,0));
}

.tb-hero-artifact-trust .tb-artifact-body {
  padding: 12px 14px;
  border-left: 3px solid var(--tb-amber);
  background: rgba(255,255,255,0.48);
}

.tb-hero-artifact-intake .tb-artifact-body {
  padding: 12px 14px;
  background:
    linear-gradient(90deg, rgba(16,96,135,0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(16,96,135,0.08) 1px, transparent 1px);
  background-size: 22px 22px;
}

.tb-subnav {
  position: sticky;
  top: var(--tb-header-height);
  z-index: 40;
  border-bottom: 1px solid var(--tb-border-soft);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
}

.tb-subnav .tb-shell {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tb-subnav-label {
  display: none;
  color: var(--tb-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.tb-subnav-select-label {
  display: none;
}

.tb-subnav-select {
  font-family: var(--tb-font-ui);
}

.tb-subnav-links {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.tb-subnav a {
  min-width: 56px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 8px;
  color: var(--tb-muted);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}

.tb-subnav a.is-active,
.tb-subnav a:focus,
.tb-subnav a:hover {
  color: var(--tb-primary);
  border-bottom-color: var(--tb-primary);
}

.tb-section {
  padding: 88px 0;
}

.tb-next-section {
  padding-top: 74px;
}

.tb-section-cool {
  background: var(--tb-cool);
}

.tb-section-warm {
  background: var(--tb-warm);
}

.tb-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.tb-section-heading p:not(.tb-eyebrow) {
  margin-top: 12px;
  color: var(--tb-muted);
  font-size: 18px;
}

.tb-card-grid {
  display: grid;
  gap: 22px;
}

.tb-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tb-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.tb-outcome-list {
  display: grid;
  border-top: 1px solid var(--tb-border);
}

.tb-outcome-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--tb-border-soft);
}

.tb-outcome-row > span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid var(--tb-page-accent);
  background: #fff;
  box-shadow: inset -10px 0 0 color-mix(in srgb, var(--tb-page-accent-2) 28%, transparent);
  color: var(--tb-text);
  font: 700 13px/1 var(--tb-font-body);
}

.tb-outcome-row p {
  max-width: 760px;
  margin-top: 8px;
  color: var(--tb-muted);
}

.tb-route-list {
  display: grid;
  border-top: 1px solid var(--tb-border);
}

.tb-route-item {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--tb-border-soft);
  color: var(--tb-text);
  text-decoration: none;
}

.tb-route-item:hover .tb-route-title,
.tb-route-item:focus .tb-route-title,
.tb-route-item:hover strong,
.tb-route-item:focus strong {
  color: var(--tb-primary);
}

.tb-route-title {
  color: var(--tb-text);
  font-weight: 600;
  line-height: 1.25;
}

.tb-route-item p {
  color: var(--tb-muted);
  line-height: 1.55;
}

.tb-route-item strong {
  color: var(--tb-primary);
  font-weight: 700;
  white-space: nowrap;
}

.tb-route-item strong::after {
  content: " ->";
}

.tb-home-diagnostic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tb-home-diagnostic-card {
  --tb-diagnostic-accent: var(--tb-teal);
  position: relative;
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px;
  border: 1px solid var(--tb-border-soft);
  border-left: 4px solid var(--tb-diagnostic-accent);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff 0%, rgba(244,248,250,0.74) 100%);
  color: var(--tb-text);
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(15,47,58,0.06);
}

.tb-home-diagnostic-card:nth-child(2) {
  --tb-diagnostic-accent: var(--tb-coral);
}

.tb-home-diagnostic-card:nth-child(3) {
  --tb-diagnostic-accent: var(--tb-primary);
}

.tb-home-diagnostic-card:nth-child(4) {
  --tb-diagnostic-accent: var(--tb-amber);
}

.tb-home-diagnostic-card:nth-child(5) {
  --tb-diagnostic-accent: var(--tb-teal);
}

.tb-home-diagnostic-card:nth-child(6) {
  --tb-diagnostic-accent: var(--tb-coral);
}

.tb-home-diagnostic-card:hover,
.tb-home-diagnostic-card:focus {
  border-color: color-mix(in srgb, var(--tb-diagnostic-accent) 56%, var(--tb-border));
  box-shadow: var(--tb-shadow-soft);
  transform: translateY(-2px);
}

.tb-home-diagnostic-card h3 {
  font-size: 24px;
  font-weight: 500;
}

.tb-home-diagnostic-card p {
  color: var(--tb-muted);
  line-height: 1.55;
}

.tb-home-diagnostic-card > span:last-child {
  align-self: end;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--tb-border-soft);
  color: var(--tb-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.tb-choice-panel {
  display: grid;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.tb-choice-intro {
  padding: 24px;
  border-left: 4px solid var(--tb-primary);
  background: var(--tb-cool);
}

.tb-choice-intro p:not(.tb-panel-title) {
  margin-top: 10px;
  color: var(--tb-muted);
  line-height: 1.55;
}

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

.tb-choice-card {
  --tb-choice-accent: var(--tb-teal);
  position: relative;
  min-height: 245px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-top: 4px solid var(--tb-choice-accent);
  border-radius: 8px;
  background: #fff;
  color: var(--tb-text);
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(15,47,58,0.06);
}

.tb-choice-card:hover,
.tb-choice-card:focus {
  border-color: color-mix(in srgb, var(--tb-choice-accent) 58%, var(--tb-border));
  box-shadow: var(--tb-shadow-soft);
  transform: translateY(-2px);
}

.tb-choice-card .tb-service-icon {
  margin: 4px 0 2px;
}

.tb-choice-card p {
  color: var(--tb-muted);
  line-height: 1.52;
}

.tb-choice-path {
  align-self: end;
  margin-top: 2px;
  color: var(--tb-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.tb-choice-number {
  color: var(--tb-muted);
  font: 700 13px/1 var(--tb-font-body);
}

.tb-choice-card-technology-strategy-governance {
  --tb-choice-accent: #1ED1DC;
}

.tb-choice-card-microsoft-365-cloud-consulting {
  --tb-choice-accent: #106087;
}

.tb-choice-card-business-automation {
  --tb-choice-accent: #EB8D5F;
}

.tb-choice-card-ai-strategy-training-agentic-workflows {
  --tb-choice-accent: #1ED1DC;
}

.tb-choice-card-custom-programming-web-systems {
  --tb-choice-accent: #0F2F3A;
}

.tb-choice-card-website-strategy-automation {
  --tb-choice-accent: #F6BA6C;
}

.tb-choice-card-speaking-training {
  --tb-choice-accent: #106087;
}

.tb-service-path-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.tb-service-path-card {
  --tb-service-accent: var(--tb-teal);
  --tb-service-accent-2: var(--tb-amber);
  position: relative;
  display: grid;
  gap: 14px;
  align-items: start;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  padding: 26px;
  border: 1px solid var(--tb-border-soft);
  border-radius: 8px;
  background: #fff;
  color: var(--tb-text);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15,47,58,0.055);
  overflow: hidden;
}

.tb-service-path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tb-service-accent), var(--tb-service-accent-2));
}

.tb-service-path-card:hover,
.tb-service-path-card:focus {
  border-color: color-mix(in srgb, var(--tb-service-accent) 52%, var(--tb-border-soft));
  box-shadow: var(--tb-shadow-soft);
  transform: translateY(-2px);
}

.tb-service-path-card:hover h3,
.tb-service-path-card:focus h3,
.tb-service-path-card:hover .tb-service-path-link,
.tb-service-path-card:focus .tb-service-path-link {
  color: var(--tb-primary-hover);
}

.tb-service-path-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.tb-service-path-card-top .tb-service-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  flex: 0 0 auto;
}

.tb-service-path-card h3 {
  max-width: 18ch;
  min-width: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.tb-service-path-card > p {
  min-width: 0;
  color: var(--tb-muted);
  line-height: 1.55;
}

.tb-service-path-insight {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--tb-border-soft);
}

.tb-service-path-insight div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.tb-service-path-insight strong {
  color: var(--tb-text);
  font-size: 14px;
  line-height: 1.2;
}

.tb-service-path-insight span {
  color: var(--tb-muted);
  font-size: 15px;
  line-height: 1.5;
  min-width: 0;
}

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

.tb-editorial-lanes {
  display: grid;
  grid-template-columns: minmax(330px, 1.18fr) repeat(2, minmax(220px, 0.82fr));
  gap: 30px;
  border-top: 1px solid var(--tb-border-soft);
  border-bottom: 1px solid var(--tb-border-soft);
  padding: 24px 0;
}

.tb-insight-feature {
  margin-bottom: 30px;
  align-items: stretch;
}

.tb-editorial-lanes article {
  min-height: 138px;
  padding: 0;
  border-right: 0;
}

.tb-editorial-lane-primary {
  padding-right: 30px !important;
  border-right: 1px solid var(--tb-border-soft) !important;
}

.tb-editorial-lane-support {
  padding-top: 0 !important;
}

.tb-editorial-lanes strong {
  display: block;
  color: var(--tb-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.tb-editorial-lane-primary strong {
  max-width: 20ch;
  font-size: 22px;
}

.tb-editorial-lanes p {
  margin-top: 8px;
  color: var(--tb-muted);
  line-height: 1.55;
}

.tb-insight-card {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--tb-border-soft);
  border-radius: 8px;
  background: #fff;
  color: var(--tb-text);
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(15,47,58,0.06);
}

.tb-insight-card:hover,
.tb-insight-card:focus {
  border-color: var(--tb-primary);
  box-shadow: var(--tb-shadow-soft);
  transform: translateY(-2px);
}

.tb-insight-card h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.tb-insight-card p {
  color: var(--tb-muted);
  line-height: 1.55;
}

.tb-insight-card > span:last-child {
  align-self: end;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--tb-border-soft);
  color: var(--tb-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.tb-service-path-technology-strategy-governance {
  --tb-service-accent: #1ED1DC;
  --tb-service-accent-2: #F6BA6C;
}

.tb-service-path-microsoft-365-cloud-consulting {
  --tb-service-accent: #106087;
  --tb-service-accent-2: #1ED1DC;
}

.tb-service-path-business-automation {
  --tb-service-accent: #EB8D5F;
  --tb-service-accent-2: #F6BA6C;
}

.tb-service-path-ai-strategy-training-agentic-workflows {
  --tb-service-accent: #1ED1DC;
  --tb-service-accent-2: #EB8D5F;
}

.tb-service-path-custom-programming-web-systems {
  --tb-service-accent: #0F2F3A;
  --tb-service-accent-2: #1ED1DC;
}

.tb-service-path-website-strategy-automation {
  --tb-service-accent: #F6BA6C;
  --tb-service-accent-2: #1ED1DC;
}

.tb-service-path-speaking-training {
  --tb-service-accent: #106087;
  --tb-service-accent-2: #EB8D5F;
}

.tb-service-path-main p {
  margin-top: 10px;
  color: var(--tb-muted);
  line-height: 1.55;
}

.tb-service-path-main h3 {
  font-size: 24px;
  font-weight: 500;
}

.tb-service-path-meta {
  display: block;
  width: fit-content;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--tb-border-soft);
  color: var(--tb-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.tb-service-path-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tb-service-path-detail p {
  margin: 0;
  color: var(--tb-muted);
  font-size: 15px;
  line-height: 1.55;
}

.tb-service-path-detail strong {
  display: block;
  margin-bottom: 5px;
  color: var(--tb-text);
  font-size: 14px;
  line-height: 1.2;
}

.tb-service-path-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  align-self: start;
  margin-top: 2px;
  padding: 7px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--tb-primary);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.tb-service-path-link::after {
  content: " ->";
  margin-left: 4px;
}

.tb-note-stack,
.tb-resource-stack {
  display: grid;
  gap: 18px;
}

.tb-note-stack {
  width: min(1120px, calc(100% - 64px));
}

.tb-resource-stack {
  width: min(1180px, calc(100% - 64px));
}

.tb-resource-heading {
  width: min(1180px, calc(100% - 64px));
  max-width: none;
}

.tb-resource-heading h2,
.tb-resource-heading p:not(.tb-eyebrow) {
  max-width: 760px;
}

.tb-note-heading {
  width: min(1120px, calc(100% - 64px));
  max-width: none;
}

.tb-note-heading h2,
.tb-note-heading p:not(.tb-eyebrow) {
  max-width: 820px;
}

.tb-note-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  column-gap: clamp(26px, 3.4vw, 44px);
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid var(--tb-border-soft);
}

.tb-note-panel::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--tb-teal), var(--tb-amber));
  opacity: 0.62;
}

.tb-note-panel > div:first-child {
  padding-left: 24px;
}

.tb-note-panel:last-child {
  border-bottom: 1px solid var(--tb-border-soft);
}

.tb-note-panel p,
.tb-resource-starter p {
  margin-top: 10px;
  color: var(--tb-muted);
}

.tb-note-panel ol,
.tb-resource-questions ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 24px;
  color: var(--tb-muted);
}

.tb-note-panel ol {
  align-self: center;
}

.tb-note-panel li::marker,
.tb-resource-questions li::marker {
  color: var(--tb-primary);
  font-weight: 700;
}

.tb-resource-starter {
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(340px, 0.42fr) minmax(230px, 0.24fr);
  gap: clamp(28px, 3vw, 36px);
  align-items: start;
  padding: 26px 0;
  border-top: 1px solid var(--tb-border-soft);
}

.tb-resource-starter:last-child {
  border-bottom: 1px solid var(--tb-border-soft);
}

.tb-resource-questions {
  padding-left: 24px;
  border-left: 3px solid var(--tb-teal);
}

.tb-resource-question-label {
  margin: 0 0 10px;
  color: var(--tb-text);
  font: 650 15px/1.2 var(--tb-font-body);
}

.tb-resource-status {
  padding: 14px 0 14px 18px;
  border-left: 3px solid var(--tb-amber);
  background: linear-gradient(90deg, rgba(250,244,238,0.82), rgba(255,255,255,0));
}

.tb-resource-status strong {
  color: var(--tb-text);
}

.tb-card {
  position: relative;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: #fff;
}

.tb-linked-card::before,
.tb-resource-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: var(--tb-gradient-accent);
}

.tb-topic-card {
  padding-left: 20px;
  border-left: 4px solid color-mix(in srgb, var(--tb-page-accent) 70%, var(--tb-border));
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--tb-page-accent) 5%, #fff), #fff 46%);
  box-shadow: none;
}

.tb-topic-card h3 {
  max-width: 16ch;
}

.tb-topic-card-link {
  margin-top: 16px;
  color: var(--tb-primary);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.tb-card.tb-linked-card:hover,
.tb-card.tb-linked-card:focus-within {
  border-color: #9CB8C3;
  box-shadow: var(--tb-shadow-soft);
}

.tb-card-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--tb-primary);
  font-size: 13px;
  font-weight: 650;
}

.tb-card p {
  margin-top: 12px;
  color: var(--tb-muted);
}

.tb-card .tb-ui-title {
  margin-top: 0;
  color: var(--tb-text);
}

.tb-best-fit,
.tb-service-fit {
  font-size: 15px;
}

.tb-service-fit {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.tb-service-fit p {
  margin: 0;
}

.tb-service-fit strong {
  color: var(--tb-text);
}

.tb-preview-list {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--tb-border-soft);
}

.tb-preview-list span {
  display: block;
  margin-top: 10px;
  color: var(--tb-primary);
  font-size: 12px;
  font-weight: 650;
}

.tb-preview-list span:first-child {
  margin-top: 0;
}

.tb-preview-list p {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
}

.tb-sample-panel {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--tb-shadow-soft);
  scroll-margin-top: calc(var(--tb-header-height) + 98px);
}

.tb-sample-panel h3 {
  margin-bottom: 14px;
}

.tb-sample-panel p {
  color: var(--tb-muted);
}

.tb-sample-panel ol {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--tb-muted);
}

.tb-sample-panel li::marker {
  color: var(--tb-primary);
  font-weight: 700;
}

.tb-card-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  font-weight: 700;
  text-decoration: none;
}

.tb-linked-card {
  position: relative;
}

.tb-linked-card .tb-card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
}

.tb-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 56px;
  align-items: center;
}

.tb-split-reverse {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
}

.tb-split p:not(.tb-eyebrow) {
  margin-top: 16px;
  color: var(--tb-muted);
  font-size: 18px;
}

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

.tb-process-step {
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: #fff;
}

.tb-process-step span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 2px solid var(--tb-teal);
  background: #fff;
  box-shadow: inset -10px 0 0 rgba(246,186,108,0.28);
  color: var(--tb-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.tb-process-step p {
  margin-top: 10px;
  color: var(--tb-muted);
}

.tb-process-step .tb-ui-title {
  margin-top: 0;
  color: var(--tb-text);
  font-size: 18px;
  line-height: 1.25;
}

.tb-artifact-panel {
  padding: 28px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(244,248,250,0.92)),
    linear-gradient(90deg, rgba(30,209,220,0.16) 0 2px, transparent 2px);
  box-shadow: var(--tb-shadow-soft);
}

.tb-artifact-panel .tb-panel-title {
  margin-bottom: 10px;
  color: var(--tb-text);
  font-size: 20px;
  line-height: 1.25;
}

.tb-artifact-panel > p:not(.tb-eyebrow) {
  color: var(--tb-muted);
}

.tb-artifact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 20px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--tb-border-soft);
  list-style: none;
}

.tb-artifact-list li {
  position: relative;
  min-height: 0;
  padding-left: 18px;
  color: var(--tb-text);
  font-weight: 600;
}

.tb-artifact-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--tb-gradient-accent);
}

.tb-signal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  gap: 46px;
  align-items: center;
}

.tb-signal-layout p:not(.tb-eyebrow) {
  margin-top: 16px;
  color: var(--tb-muted);
  font-size: 18px;
}

.tb-signal-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,255,255,0.72)),
    linear-gradient(90deg, rgba(16,96,135,0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(16,96,135,0.08) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
  box-shadow: var(--tb-shadow-soft);
}

.tb-signal-card {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(16,96,135,0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.72);
}

.tb-signal-card span {
  width: 38px;
  height: 5px;
  display: block;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(90deg, var(--tb-page-accent), var(--tb-page-accent-2));
  box-shadow: none;
}

.tb-signal-card strong {
  font: 600 20px/1.1 var(--tb-font-body);
}

.tb-signal-card small {
  color: var(--tb-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.tb-service-signal-business-automation .tb-signal-card span,
.tb-service-signal-website-strategy-automation .tb-signal-card span {
  background: linear-gradient(90deg, var(--tb-coral), var(--tb-amber));
}

.tb-service-signal-custom-programming-web-systems .tb-signal-card span {
  background: linear-gradient(90deg, var(--tb-primary), var(--tb-teal));
}

.tb-signal-grid-matrix {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,248,250,0.90)),
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(16,96,135,0.20) calc(50% - 1px), rgba(16,96,135,0.20) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(16,96,135,0.20) calc(50% - 1px), rgba(16,96,135,0.20) calc(50% + 1px), transparent calc(50% + 1px));
}

.tb-signal-grid-matrix .tb-signal-card {
  min-height: 128px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tb-signal-grid-workspace {
  grid-template-columns: 1fr;
  align-content: center;
  min-height: 270px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(231,244,247,0.94));
}

.tb-signal-grid-workspace .tb-signal-card {
  min-height: auto;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 20px rgba(15,47,58,0.06);
}

.tb-signal-grid-workspace .tb-signal-card:nth-child(2) {
  margin-left: 28px;
}

.tb-signal-grid-workspace .tb-signal-card:nth-child(3) {
  margin-left: 56px;
}

.tb-signal-grid-workspace .tb-signal-card:nth-child(4) {
  margin-left: 84px;
}

.tb-signal-grid-workspace .tb-signal-card span {
  width: 44px;
}

.tb-signal-grid-swimlane {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  min-height: 250px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(244,248,250,0.92));
}

.tb-signal-grid-swimlane::before {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: var(--tb-gradient-accent);
}

.tb-signal-grid-swimlane .tb-signal-card {
  min-height: 142px;
  z-index: 1;
  align-content: center;
  text-align: center;
}

.tb-signal-grid-swimlane .tb-signal-card span {
  width: 12px;
  height: 12px;
  justify-self: center;
  border-radius: 999px;
}

.tb-signal-grid-boundary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 300px;
  place-items: stretch;
  background:
    radial-gradient(circle at 50% 50%, rgba(246,186,108,0.34), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,248,250,0.90));
}

.tb-signal-grid-boundary::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 138px;
  height: 138px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(30,209,220,0.42);
  background:
    radial-gradient(circle, rgba(255,255,255,0.88) 0 38%, rgba(30,209,220,0.12) 39% 58%, transparent 59%),
    radial-gradient(circle, rgba(246,186,108,0.16), transparent 62%);
  box-shadow: inset 0 0 0 14px rgba(255,255,255,0.36);
  pointer-events: none;
}

.tb-signal-grid-boundary .tb-signal-card {
  min-height: 118px;
  background: rgba(255,255,255,0.74);
}

.tb-signal-grid-lifecycle {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 260px;
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(250,244,238,0.92));
}

.tb-signal-grid-lifecycle .tb-signal-card {
  min-height: 186px;
  align-content: space-between;
  border-top: 5px solid var(--tb-teal);
}

.tb-signal-grid-lifecycle .tb-signal-card:nth-child(even) {
  margin-top: 32px;
  border-top-color: var(--tb-amber);
}

.tb-signal-grid-lifecycle .tb-signal-card:nth-child(3) {
  border-top-color: var(--tb-coral);
}

.tb-archetype-section {
  border-block: 1px solid var(--tb-border-soft);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--tb-page-accent) 7%, #fff), #fff 52%),
    linear-gradient(90deg, rgba(16,96,135,0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(16,96,135,0.04) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
}

.tb-archetype-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(450px, 1.18fr);
  gap: 52px;
  align-items: center;
}

.tb-archetype-copy > p:not(.tb-eyebrow) {
  margin-top: 16px;
  color: var(--tb-muted);
  font-size: 18px;
}

.tb-archetype-note {
  margin-top: 24px !important;
  padding: 16px 0 0;
  border-top: 1px solid color-mix(in srgb, var(--tb-page-accent) 32%, var(--tb-border-soft));
  color: var(--tb-text) !important;
  font-weight: 600;
}

.tb-decision-room-layout,
.tb-workflow-route-layout,
.tb-boundary-layout,
.tb-operating-model-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1.26fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: center;
}

.tb-decision-room-board,
.tb-workflow-route-board,
.tb-boundary-board,
.tb-operating-model-board {
  position: relative;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: rgba(255,255,255,0.72);
  box-shadow: none;
}

.tb-decision-room-section {
  background:
    linear-gradient(135deg, rgba(244,248,250,0.92), #fff 54%),
    linear-gradient(90deg, rgba(16,96,135,0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(16,96,135,0.045) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
}

.tb-decision-room-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
}

.tb-decision-board-header {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tb-border-soft);
  color: var(--tb-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.tb-decision-board-header strong {
  color: var(--tb-text);
  font-family: var(--tb-font-body);
  font-weight: 800;
  font-size: 20px;
  text-transform: none;
}

.tb-decision-board-header span:last-child {
  text-align: right;
}

.tb-decision-board-cell {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--tb-page-accent) 28%, var(--tb-border-soft));
  border-radius: 4px;
  background: rgba(255,255,255,0.64);
}

.tb-decision-board-cell > span:first-of-type,
.tb-workflow-node > span:first-of-type,
.tb-boundary-zone > span:first-of-type,
.tb-operating-model-row > span:first-of-type {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid var(--tb-page-accent);
  background: #fff;
  color: var(--tb-text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.tb-decision-board-cell strong,
.tb-workflow-node strong,
.tb-boundary-zone strong,
.tb-operating-model-row strong {
  display: block;
  color: var(--tb-text);
  font-size: 18px;
  line-height: 1.2;
}

.tb-decision-board-cell p,
.tb-workflow-node p,
.tb-boundary-zone p,
.tb-operating-model-row p {
  margin-top: 7px;
  color: var(--tb-muted);
  line-height: 1.5;
}

.tb-decision-board-note {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--tb-page-accent-2);
  background: color-mix(in srgb, var(--tb-page-accent-2) 10%, #fff);
  color: var(--tb-text);
  font-weight: 650;
  line-height: 1.5;
}

.tb-workflow-route-section {
  background:
    linear-gradient(135deg, rgba(250,244,238,0.9), #fff 58%),
    linear-gradient(90deg, rgba(240,91,86,0.04) 1px, transparent 1px);
  background-size: auto, 44px 44px;
}

.tb-workflow-route-board {
  display: grid;
  gap: 16px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(250,244,238,0.84));
}

.tb-workflow-route-main {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tb-workflow-route-main::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 40px;
  right: 40px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--tb-coral), var(--tb-amber), var(--tb-teal));
}

.tb-workflow-node {
  position: relative;
  z-index: 1;
  min-height: 158px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--tb-coral) 24%, var(--tb-border-soft));
  border-radius: 4px;
  background: rgba(255,255,255,0.68);
}

.tb-workflow-exception-branch {
  margin-left: clamp(24px, 8vw, 112px);
  padding: 18px 20px;
  border: 1px solid color-mix(in srgb, var(--tb-coral) 42%, var(--tb-border-soft));
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(250,244,238,0.72));
  box-shadow: inset 5px 0 0 var(--tb-coral);
}

.tb-workflow-exception-branch > span {
  color: var(--tb-primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.tb-workflow-exception-branch strong {
  display: block;
  margin-top: 8px;
  color: var(--tb-text);
  font-size: 20px;
}

.tb-workflow-exception-branch p {
  margin-top: 7px;
  color: var(--tb-muted);
  line-height: 1.5;
}

.tb-workflow-proof-strip {
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--tb-border-soft);
}

.tb-workflow-proof-strip span {
  color: var(--tb-text);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.tb-workflow-proof-strip p {
  margin: 0;
  color: var(--tb-muted);
  font-size: 15px;
  line-height: 1.4;
}

.tb-boundary-section {
  background:
    radial-gradient(circle at 72% 52%, rgba(30,209,220,0.16), transparent 30%),
    linear-gradient(135deg, #fff, rgba(244,248,250,0.94));
}

.tb-boundary-board {
  min-height: 420px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 28px;
  overflow: hidden;
}

.tb-boundary-board::before {
  content: "";
  position: absolute;
  inset: 48px;
  border: 1px dashed color-mix(in srgb, var(--tb-page-accent) 34%, var(--tb-border-soft));
  border-radius: 8px;
  pointer-events: none;
}

.tb-boundary-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 188px;
  min-height: 188px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  transform: translate(-50%, -50%);
  padding: 18px;
  border-radius: 999px;
  border: 2px solid var(--tb-teal);
  background:
    radial-gradient(circle, rgba(255,255,255,0.98), rgba(255,255,255,0.9)),
    linear-gradient(135deg, rgba(30,209,220,0.14), rgba(246,186,108,0.18));
  box-shadow: 0 18px 40px rgba(15,47,58,0.14);
  text-align: center;
}

.tb-boundary-core span {
  color: var(--tb-primary);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tb-boundary-core strong {
  color: var(--tb-text);
  font-family: var(--tb-font-body);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.15;
}

.tb-boundary-zone {
  position: relative;
  z-index: 2;
  min-height: 150px;
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--tb-page-accent) 26%, var(--tb-border-soft));
  border-radius: 4px;
  background: rgba(255,255,255,0.68);
}

.tb-boundary-zone-2,
.tb-boundary-zone-4 {
  text-align: right;
}

.tb-boundary-zone-2 > span:first-of-type,
.tb-boundary-zone-4 > span:first-of-type {
  margin-left: auto;
}

.tb-operating-model-section {
  background:
    linear-gradient(135deg, rgba(250,244,238,0.88), #fff 54%),
    linear-gradient(90deg, rgba(16,96,135,0.04) 1px, transparent 1px);
  background-size: auto, 44px 44px;
}

.tb-operating-model-board {
  display: grid;
  padding: 24px;
  background: rgba(255,255,255,0.9);
}

.tb-operating-model-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  padding: 0 0 14px 52px;
  border-bottom: 1px solid var(--tb-border-soft);
  color: var(--tb-primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.tb-operating-model-row {
  display: grid;
  grid-template-columns: 36px minmax(145px, 0.5fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--tb-border-soft);
}

.tb-operating-model-row:last-child {
  border-bottom: 0;
}

.tb-archetype-panel {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: rgba(255,255,255,0.84);
  box-shadow: var(--tb-shadow-soft);
}

.tb-archetype-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--tb-page-accent) 24%, var(--tb-border-soft));
  border-radius: 8px;
  background: #fff;
}

.tb-archetype-card > span {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid var(--tb-page-accent);
  background: #fff;
  color: var(--tb-text);
  font: 700 13px/1 var(--tb-font-body);
}

.tb-archetype-card strong {
  display: block;
  color: var(--tb-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.tb-archetype-card p {
  margin-top: 6px;
  color: var(--tb-muted);
  line-height: 1.5;
}

.tb-archetype-panel-matrix {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tb-archetype-panel-stack .tb-archetype-card:nth-child(2) {
  margin-left: 28px;
}

.tb-archetype-panel-stack .tb-archetype-card:nth-child(3) {
  margin-left: 56px;
}

.tb-archetype-panel-stack .tb-archetype-card:nth-child(4) {
  margin-left: 84px;
}

.tb-archetype-panel-route {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tb-archetype-panel-route::before {
  content: "";
  position: absolute;
  left: 58px;
  right: 58px;
  top: 44px;
  height: 3px;
  border-radius: 999px;
  background: var(--tb-gradient-accent);
}

.tb-archetype-panel-route .tb-archetype-card {
  z-index: 1;
  grid-template-columns: 1fr;
  text-align: center;
}

.tb-archetype-panel-route .tb-archetype-card > span {
  justify-self: center;
}

.tb-archetype-panel-boundary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tb-archetype-panel-boundary::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 140px;
  height: 140px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(30,209,220,0.44);
  background:
    radial-gradient(circle, rgba(255,255,255,0.84) 0 38%, rgba(246,186,108,0.16) 39% 57%, transparent 58%),
    radial-gradient(circle, rgba(30,209,220,0.12), transparent 62%);
  box-shadow: inset 0 0 0 14px rgba(255,255,255,0.44);
  pointer-events: none;
}

.tb-archetype-panel-boundary .tb-archetype-card {
  z-index: 1;
}

.tb-archetype-panel-lifecycle {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tb-archetype-panel-lifecycle .tb-archetype-card {
  grid-template-columns: 1fr;
  border-top: 5px solid var(--tb-page-accent);
}

.tb-archetype-panel-lifecycle .tb-archetype-card:nth-child(even) {
  margin-top: 34px;
  border-top-color: var(--tb-page-accent-2);
}

.tb-website-operating-section {
  background:
    linear-gradient(135deg, rgba(250,244,238,0.88), #fff 54%),
    linear-gradient(90deg, rgba(16,96,135,0.04) 1px, transparent 1px);
  background-size: auto, 44px 44px;
}

.tb-website-operating-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1.28fr);
  gap: 56px;
  align-items: center;
}

.tb-website-operating-path {
  position: relative;
  display: grid;
  gap: 0;
  padding: 8px 0 8px 34px;
}

.tb-website-operating-path::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 8px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--tb-amber), var(--tb-teal));
}

.tb-website-operating-path article {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--tb-border-soft);
}

.tb-website-operating-path article:first-child {
  border-top: 0;
}

.tb-website-operating-path span {
  color: var(--tb-primary);
  font: 800 13px/1.2 var(--tb-font-body);
}

.tb-website-operating-path strong {
  display: block;
  color: var(--tb-text);
  font-size: 19px;
  line-height: 1.2;
}

.tb-website-operating-path p {
  max-width: 620px;
  margin-top: 6px;
  color: var(--tb-muted);
  line-height: 1.5;
}

.tb-process-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: 46px;
  align-items: start;
}

.tb-process-showcase > div:first-child {
  position: sticky;
  top: calc(var(--tb-header-height) + 28px);
}

.tb-process-showcase p:not(.tb-eyebrow) {
  margin-top: 16px;
  color: var(--tb-muted);
  font-size: 18px;
}

.tb-process-timeline {
  display: grid;
  gap: 14px;
}

.tb-process-timeline article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(16,96,135,0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.76);
}

.tb-process-timeline span {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid var(--tb-page-accent);
  background: #fff;
  box-shadow: inset -10px 0 0 color-mix(in srgb, var(--tb-page-accent-2) 28%, transparent);
  color: var(--tb-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.tb-process-timeline .tb-ui-title {
  color: var(--tb-text);
  font-size: 18px;
  line-height: 1.25;
}

.tb-process-timeline p {
  margin-top: 6px;
  color: var(--tb-muted);
}

.tb-service-panel {
  padding: 26px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(244,248,250,0.88)),
    linear-gradient(90deg, color-mix(in srgb, var(--tb-page-accent) 18%, transparent) 0 4px, transparent 4px);
  box-shadow: var(--tb-shadow-soft);
}

.tb-service-panel .tb-panel-title {
  font-size: 20px !important;
}

.tb-service-panel dl {
  display: grid;
  gap: 0;
  margin: 14px 0 0;
}

.tb-service-panel dl > div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--tb-border-soft);
}

.tb-service-panel dt {
  color: var(--tb-text);
  font-weight: 750;
}

.tb-service-panel dd {
  margin: 0;
  color: var(--tb-muted);
  line-height: 1.5;
}

.tb-service-panel-ownership {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(250,244,238,0.88)),
    linear-gradient(90deg, color-mix(in srgb, var(--tb-page-accent-2) 34%, transparent) 0 4px, transparent 4px);
}

.tb-handoff-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(250,244,238,0.88));
  box-shadow: var(--tb-shadow-soft);
}

.tb-handoff-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.tb-handoff-main::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 24px;
  bottom: 24px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tb-coral), var(--tb-amber), var(--tb-teal));
}

.tb-handoff-main article,
.tb-handoff-exception,
.tb-custom-decision-grid article {
  position: relative;
  z-index: 1;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--tb-page-accent) 24%, var(--tb-border-soft));
  border-radius: 8px;
  background: rgba(255,255,255,0.86);
}

.tb-handoff-main article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 16px;
  align-content: start;
}

.tb-handoff-main span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid var(--tb-coral);
  background: #fff;
  color: var(--tb-text);
  font-size: 12px;
  font-weight: 750;
  grid-row: 1 / span 2;
}

.tb-handoff-main strong,
.tb-handoff-exception strong,
.tb-custom-decision-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--tb-text);
  font-size: 18px;
  line-height: 1.2;
}

.tb-handoff-main strong {
  margin-top: 0;
}

.tb-handoff-main p,
.tb-handoff-exception p,
.tb-custom-decision-grid p {
  margin-top: 8px;
  color: var(--tb-muted);
  line-height: 1.5;
}

.tb-handoff-main p {
  grid-column: 2;
}

.tb-handoff-exception {
  align-self: stretch;
  border-color: color-mix(in srgb, var(--tb-coral) 42%, var(--tb-border-soft));
  background: linear-gradient(180deg, #fff, rgba(250,244,238,0.92));
  box-shadow: inset 5px 0 0 var(--tb-coral);
}

.tb-handoff-exception > span {
  color: var(--tb-primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.tb-custom-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(30,209,220,0.12), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,248,250,0.90));
  box-shadow: var(--tb-shadow-soft);
}

.tb-custom-decision-grid article {
  border-top: 5px solid var(--tb-primary);
}

.tb-custom-decision-grid article:nth-child(2) {
  border-top-color: var(--tb-coral);
}

.tb-custom-decision-grid article:nth-child(3) {
  border-top-color: var(--tb-teal);
}

.tb-custom-decision-grid article:nth-child(4) {
  border-top-color: var(--tb-amber);
}

.tb-mini-board {
  padding: 26px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--tb-shadow-soft);
}

.tb-mini-board div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-top: 1px solid var(--tb-border-soft);
}

.tb-mini-board div:first-of-type {
  margin-top: 12px;
}

.tb-mini-board span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 0.58em;
  border-radius: 999px;
  background: var(--tb-primary);
  box-shadow: 0 0 0 3px rgba(30,209,220,0.14);
}

.tb-mini-board p,
.tb-split .tb-mini-board p {
  margin: 0;
  color: var(--tb-muted);
  font-size: 16px;
  line-height: 1.55;
}

.tb-mini-board .tb-panel-title,
.tb-split .tb-mini-board .tb-panel-title {
  margin: 0;
  color: var(--tb-text);
  font-size: 20px;
  line-height: 1.25;
}

.tb-resource-card {
  background: linear-gradient(180deg, #fff 0%, #FAF4EE 100%);
}

.tb-pain-card {
  background: linear-gradient(180deg, #fff 0%, #F4F8FA 100%);
}

.tb-topic-card {
  background: linear-gradient(180deg, #fff 0%, #F4F8FA 100%);
}

.tb-team-grid {
  gap: 24px 28px;
}

.tb-team-card {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  padding: 28px;
}

.tb-team-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--tb-gradient-accent);
}

.tb-team-initials {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid var(--tb-teal);
  border-radius: 8px;
  background:
    linear-gradient(90deg, #fff 0 56%, rgba(246,186,108,0.22) 56% 100%);
  color: var(--tb-text);
  font: 800 17px/1 var(--tb-font-heading);
  letter-spacing: 0;
}

.tb-team-proof {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--tb-border-soft);
  font-size: 15px;
  line-height: 1.5;
}

.tb-team-proof strong {
  color: var(--tb-text);
}

@media (max-width: 620px) {
  .tb-team-card {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

.tb-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 42px;
  align-items: start;
}

.tb-form {
  padding: 28px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--tb-shadow-soft);
  scroll-margin-top: calc(var(--tb-header-height) + 18px);
}

.tb-form-header {
  margin-bottom: 20px;
}

.tb-form-context {
  margin: -4px 0 20px;
  padding: 14px 16px;
  border-left: 4px solid var(--tb-teal);
  background: var(--tb-cool);
  color: var(--tb-muted);
}

.tb-form-context span,
.tb-form-context strong {
  display: block;
}

.tb-form-context span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.tb-form-context strong {
  margin-top: 3px;
  color: var(--tb-text);
  font-size: 17px;
}

.tb-required-note {
  margin: 0 0 14px;
  color: var(--tb-muted);
  font-size: 14px;
  line-height: 1.45;
}

.tb-required-note span {
  color: #A8322C;
  font-weight: 800;
}

.tb-form-fieldset {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
  min-inline-size: 0;
}

.tb-form-fieldset legend {
  margin: 0 0 2px;
  padding: 0;
  color: var(--tb-text);
  font-weight: 800;
}

.tb-field {
  margin-top: 18px;
}

.tb-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--tb-text);
  font-weight: 700;
}

.tb-field label span {
  color: #A8322C;
}

.tb-checkbox-field {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: start;
}

.tb-checkbox-field input[type="checkbox"] {
  appearance: auto;
  width: 44px;
  min-height: 44px;
  margin: 0;
  border: 0;
  accent-color: var(--tb-primary);
}

.tb-checkbox-field label {
  margin-bottom: 0;
  padding-top: 3px;
  color: var(--tb-muted);
  font-weight: 500;
  line-height: 1.45;
}

.tb-checkbox-field .tb-field-error {
  grid-column: 2;
}

.tb-field input,
.tb-field select,
.tb-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--tb-border);
  border-radius: 6px;
  background: #fff;
  color: var(--tb-text);
  padding: 12px 13px;
  font: inherit;
}

.tb-field textarea {
  resize: vertical;
}

.tb-field-error,
.tb-field-help,
.tb-error-summary {
  display: none;
  color: #A8322C;
  font-weight: 700;
}

.tb-field-help {
  display: block;
  margin-top: 6px;
  color: var(--tb-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.tb-field[data-invalid="true"] input,
.tb-field[data-invalid="true"] select,
.tb-field[data-invalid="true"] textarea {
  border-color: #A8322C;
  background: #FFF8F7;
}

.tb-field[data-invalid="true"] .tb-field-error,
.tb-error-summary[data-visible="true"] {
  display: block;
}

.tb-error-summary {
  padding: 13px 14px;
  border: 1px solid #A8322C;
  border-radius: 6px;
  background: #FFF8F7;
}

.tb-field-error {
  margin-top: 6px;
  font-size: 14px;
}

.tb-form-note {
  margin: 18px 0;
  color: var(--tb-muted);
  font-size: 14px;
}

main p:not(.tb-eyebrow) + .tb-button {
  display: flex;
  width: fit-content;
  margin-top: 36px;
}

.tb-confirmation {
  display: none;
  margin-top: 18px;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #6FAE7B;
  background: #F1FAF3;
  color: #234D2D;
  font-weight: 700;
}

.tb-confirmation[data-visible="true"] {
  display: block;
}

.tb-helper-panel {
  padding: 28px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: #fff;
}

.tb-contact-intake {
  display: grid;
  gap: 0;
  margin-top: 22px;
  border-top: 1px solid var(--tb-border-soft);
  border-bottom: 1px solid var(--tb-border-soft);
}

.tb-contact-intake div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 0;
}

.tb-contact-intake div + div {
  border-top: 1px solid var(--tb-border-soft);
}

.tb-contact-intake span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(16,96,135,0.26);
  border-radius: 999px;
  color: var(--tb-primary);
  font: 800 13px/1 var(--tb-font-body);
}

.tb-contact-intake strong {
  color: var(--tb-text);
  font-size: 16px;
  line-height: 1.25;
}

.tb-helper-panel .tb-proof-strip {
  gap: 10px 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-color: var(--tb-border);
  color: var(--tb-muted);
}

.tb-helper-panel .tb-proof-strip li {
  color: var(--tb-muted);
}

.tb-helper-panel .tb-proof-strip li::before {
  background: var(--tb-primary);
  box-shadow: 0 0 0 2px rgba(16,96,135,0.10);
}

body[data-page="contact"] .tb-form-layout {
  gap: 0;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--tb-border);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,248,250,0.90)),
    radial-gradient(circle at 100% 0, rgba(41,207,211,0.14), transparent 34%);
  box-shadow: var(--tb-shadow-soft);
}

body[data-page="contact"] .tb-form {
  border-color: rgba(16,96,135,0.14);
  box-shadow: none;
}

body[data-page="contact"] .tb-helper-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: start;
  border-color: rgba(16,96,135,0.14);
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(145deg, rgba(237,250,251,0.88), rgba(255,255,255,0.82));
}

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

.tb-direction-board {
  min-height: 520px;
  padding: 24px;
  border: 1px solid var(--tb-border);
  border-radius: 8px;
  background: #fff;
}

.tb-direction-board.is-selected {
  border-color: var(--tb-primary);
  box-shadow: var(--tb-shadow-pop);
}

.tb-board-art {
  position: relative;
  height: 190px;
  margin: 12px 0 24px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--tb-gradient-hero);
}

.tb-direction-board:nth-child(2) .tb-board-art {
  border: 1px solid var(--tb-border-soft);
  background:
    linear-gradient(90deg, rgba(15,47,58,0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15,47,58,0.08) 1px, transparent 1px),
    linear-gradient(135deg, #FFFFFF 0%, #F4F8FA 62%, #E7F4F7 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.tb-direction-board:nth-child(2) .tb-board-art::before,
.tb-direction-board:nth-child(2) .tb-board-art::after {
  position: absolute;
  left: 22px;
  right: 22px;
  border: 1px solid rgba(16,96,135,0.18);
  border-radius: 6px;
  background: rgba(255,255,255,0.72);
  color: var(--tb-text);
  font: 700 13px/1.35 var(--tb-font-body);
}

.tb-direction-board:nth-child(2) .tb-board-art::before {
  content: "Governance memo";
  top: 24px;
  padding: 12px 14px;
}

.tb-direction-board:nth-child(2) .tb-board-art::after {
  content: "Fit\A Scope\A Transfer";
  top: 78px;
  padding: 10px 14px;
  white-space: pre-line;
  color: var(--tb-muted);
  font-weight: 600;
}

.tb-direction-board:nth-child(3) .tb-board-art {
  background:
    radial-gradient(circle at 24% 28%, rgba(246,186,108,0.34), transparent 28%),
    linear-gradient(135deg, #0F2F3A 0%, #106087 58%, #EB8D5F 100%);
}

.tb-board-art span {
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: var(--tb-gradient-accent);
  transform: rotate(-22deg);
}

.tb-board-logo {
  position: absolute;
  left: 18px;
  bottom: 12px;
  z-index: 2;
  width: 112px;
  height: auto;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,0.26));
}

.tb-direction-board:nth-child(2) .tb-board-art span {
  height: 2px;
  background: #106087;
  opacity: 0.68;
  transform: rotate(0deg);
}

.tb-direction-board:nth-child(3) .tb-board-art span {
  height: 5px;
  background: linear-gradient(90deg, #F6BA6C, #FFFFFF);
  transform: rotate(-18deg);
}

.tb-board-art span:nth-child(1) {
  width: 76%;
  top: 54px;
  left: 18%;
}

.tb-board-art span:nth-child(2) {
  width: 62%;
  top: 104px;
  left: 2%;
}

.tb-board-art span:nth-child(3) {
  width: 48%;
  top: 146px;
  left: 36%;
}

.tb-cta-band {
  padding: 62px 0;
}

.tb-cta-band-dark {
  background: var(--tb-gradient-hero);
  color: #fff;
}

.tb-cta-band-dark h2,
.tb-cta-band-dark p,
.tb-cta-band-dark .tb-eyebrow {
  color: #fff;
}

.tb-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.tb-cta-inner p:not(.tb-eyebrow) {
  max-width: 760px;
  margin-top: 10px;
}

.tb-cta-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tb-cta-logo {
  width: 96px;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.2));
}

.tb-footer {
  background: var(--tb-cool);
  border-top: 1px solid var(--tb-border-soft);
  padding: 54px 0 28px;
}

.tb-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.3fr 0.9fr;
  gap: 36px;
}

.tb-footer-logo-panel {
  width: 176px;
  min-height: 134px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: var(--tb-gradient-hero);
  box-shadow: var(--tb-shadow-soft);
}

.tb-footer-logo-panel img {
  width: 150px;
  height: auto;
}

.tb-footer p {
  color: var(--tb-muted);
}

.tb-footer-heading {
  margin-bottom: 8px;
  font: 700 13px/1.2 var(--tb-font-body);
  text-transform: uppercase;
  color: var(--tb-text);
}

.tb-footer a {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  color: var(--tb-muted);
}

.tb-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid var(--tb-border-soft);
  color: var(--tb-muted);
  font-size: 14px;
}

:focus-visible {
  outline: 3px solid var(--tb-primary);
  outline-offset: 3px;
}

.tb-hero-home :focus-visible,
.tb-cta-band-dark :focus-visible {
  outline-color: var(--tb-amber);
}

@media (max-width: 1080px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 31px;
  }

  .tb-card h3,
  .tb-note-panel h3,
  .tb-resource-starter h3 {
    font-size: 21px;
  }

  .tb-panel-title,
  .tb-form-title {
    font-size: 19px;
  }

  .tb-mini-board .tb-panel-title,
  .tb-split .tb-mini-board .tb-panel-title,
  .tb-artifact-panel .tb-panel-title,
  .tb-service-panel .tb-panel-title {
    font-size: 19px !important;
  }

  .tb-nav {
    gap: 2px;
  }

  .tb-nav-link {
    padding-inline: 9px;
  }

  .tb-hero-grid,
  .tb-page-hero-grid,
  .tb-split,
  .tb-split-reverse,
  .tb-form-layout,
  .tb-decision-room-layout,
  .tb-workflow-route-layout,
  .tb-boundary-layout,
  .tb-operating-model-layout {
    grid-template-columns: 1fr;
  }

  .tb-byte-path {
    justify-self: start;
    width: min(420px, 100%);
    min-height: 260px;
    margin-top: 10px;
  }

  .tb-byte-ring {
    inset: 18px 70px 34px 14px;
    border-width: 6px;
  }

  .tb-byte-ring::after {
    right: -22px;
    top: 52px;
    width: 52px;
    height: 32px;
    border-width: 6px;
  }

  .tb-byte-line {
    left: 54px;
    height: 7px;
  }

  .tb-byte-line-one {
    top: 88px;
    width: 250px;
  }

  .tb-byte-line-two {
    top: 124px;
    left: 88px;
    width: 208px;
  }

  .tb-byte-line-three {
    top: 160px;
    left: 72px;
    width: 236px;
  }

  .tb-byte-line-four {
    top: 198px;
    left: 38px;
    width: 188px;
  }

  .tb-byte-label-one {
    top: 36px;
  }

  .tb-byte-label-two {
    top: 52px;
  }

  .tb-byte-label-three {
    bottom: 46px;
  }

  .tb-byte-label-four {
    bottom: 28px;
  }

  .tb-page-hero-mark {
    width: min(680px, 100%);
    min-height: auto;
    justify-self: center;
    justify-items: start;
    text-align: left;
  }

  .tb-page-hero-mark .tb-artifact-body {
    width: 100%;
    justify-self: stretch;
  }

  .tb-card-grid-three,
  .tb-card-grid-four,
  .tb-direction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .tb-header-inner {
    position: relative;
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  .tb-menu-button {
    display: block;
  }

  .tb-nav {
    flex: 1 0 100%;
    order: 3;
    width: 100%;
    display: none;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 12px 0 16px;
    border-top: 1px solid var(--tb-border-soft);
    background: transparent;
    box-shadow: none;
  }

  .tb-nav[data-open="true"] {
    position: fixed;
    z-index: 90;
    top: var(--tb-header-height);
    left: 0;
    right: 0;
    width: auto;
    display: flex;
    height: auto;
    max-height: min(720px, calc(100dvh - var(--tb-header-height)));
    overflow-y: auto;
    overflow-anchor: none;
    overscroll-behavior: contain;
    padding: 10px max(20px, calc((100vw - 720px) / 2)) 14px;
    border: 0;
    border-top: 1px solid var(--tb-border-soft);
    border-radius: 0;
    background: #fff;
    box-shadow: var(--tb-shadow-pop);
  }

  .tb-nav[data-open="true"] .tb-dropdown-problems a {
    min-height: 44px;
    display: grid;
    align-content: center;
    border-radius: 0;
    padding: 8px;
  }

  .tb-nav[data-open="true"] .tb-dropdown-problems a + a {
    border-top: 1px solid var(--tb-border-soft);
  }

  .tb-nav[data-open="true"] .tb-dropdown .tb-mobile-dropdown-cta {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    border-top: 0;
    border-radius: 6px;
    background: var(--tb-primary);
    color: #fff;
    font-weight: 700;
  }

  .tb-nav[data-open="true"] .tb-dropdown .tb-mobile-dropdown-cta:hover,
  .tb-nav[data-open="true"] .tb-dropdown .tb-mobile-dropdown-cta:focus {
    background: #0F5E7A;
    color: #fff;
  }

  .tb-nav[data-open="true"] .tb-nav-group[data-open="true"] .tb-dropdown {
    transform: none;
  }

  .tb-nav-link,
  .tb-nav .tb-button {
    width: 100%;
    justify-content: flex-start;
    min-height: 44px;
    font-size: 16px;
  }

  .tb-nav > .tb-button {
    order: 20;
    margin-top: 4px;
    justify-content: center;
  }

  .tb-nav-group {
    order: 0;
  }

  .tb-dropdown {
    position: static;
    width: 100%;
    margin-top: 6px;
    display: none;
    padding: 4px 6px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-color: var(--tb-border-soft);
  }

  .tb-nav[data-open="true"] .tb-dropdown-problems small {
    display: none;
  }

  .tb-nav-group[data-open="true"] .tb-dropdown {
    display: block;
  }
}

@media (max-width: 820px) {
  .tb-shell {
    width: min(100% - 40px, 1200px);
  }

  .tb-hero-home {
    padding-top: 48px;
  }

  .tb-hero-logo {
    width: min(170px, 62vw);
  }

  .tb-clarity-panel {
    justify-self: start;
    max-width: 640px;
  }

  .tb-byte-path {
    display: none;
  }

  .tb-page-hero-mark {
    width: 100%;
    justify-self: start;
  }

  .tb-card-grid-three,
  .tb-card-grid-two,
  .tb-card-grid-four,
  .tb-process-rail,
  .tb-direction-grid,
  .tb-footer-grid,
  .tb-cta-inner {
    grid-template-columns: 1fr;
  }

  .tb-cta-inner {
    justify-items: start;
  }

  .tb-cta-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .tb-cta-logo {
    display: none;
  }

  .tb-home-wayfinder .tb-shell,
  .tb-wayfinder-grid,
  .tb-home-diagnostic-grid,
  .tb-choice-panel,
  .tb-choice-grid,
  .tb-service-path-list,
  .tb-editorial-lanes,
  .tb-insight-card-grid,
  .tb-archetype-layout,
  .tb-archetype-panel,
  .tb-website-operating-layout,
  .tb-decision-room-layout,
  .tb-decision-room-board,
  .tb-workflow-route-layout,
  .tb-workflow-route-main,
  .tb-boundary-layout,
  .tb-boundary-board,
  .tb-operating-model-layout,
  .tb-operating-model-head,
  .tb-route-item,
  .tb-note-panel,
  .tb-resource-starter,
  .tb-artifact-list,
  .tb-signal-layout,
  .tb-process-showcase,
  .tb-handoff-map,
  .tb-handoff-main,
  .tb-custom-decision-grid {
    grid-template-columns: 1fr;
  }

  .tb-decision-board-header {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .tb-decision-board-header span:last-child {
    text-align: left;
  }

  .tb-decision-board-cell,
  .tb-operating-model-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .tb-workflow-route-main::before {
    left: 17px;
    right: auto;
    top: 36px;
    bottom: 36px;
    width: 4px;
    height: auto;
    background: linear-gradient(180deg, var(--tb-coral), var(--tb-amber), var(--tb-teal));
  }

  .tb-workflow-exception-branch {
    margin-left: 0;
  }

  .tb-workflow-proof-strip {
    grid-template-columns: 1fr;
  }

  .tb-boundary-board {
    min-height: auto;
    padding-top: 220px;
  }

  .tb-boundary-board::before {
    inset: 18px;
  }

  .tb-boundary-core {
    top: 24px;
    transform: translateX(-50%);
  }

  .tb-boundary-zone-2,
  .tb-boundary-zone-4 {
    text-align: left;
  }

  .tb-boundary-zone-2 > span:first-of-type,
  .tb-boundary-zone-4 > span:first-of-type {
    margin-left: 0;
  }

  .tb-operating-model-head {
    display: none;
  }

  .tb-operating-model-row p {
    grid-column: 2;
  }

  .tb-route-item {
    gap: 8px;
    align-items: start;
  }

  .tb-editorial-lanes article,
  .tb-editorial-lanes article + article {
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-top: 1px solid var(--tb-border-soft);
  }

  .tb-editorial-lanes article:first-child {
    border-top: 0;
  }

  .tb-editorial-lane-primary {
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  .tb-editorial-lane-support {
    padding-top: 18px !important;
  }

  .tb-note-panel::before {
    top: 18px;
    bottom: 18px;
  }

  .tb-note-panel {
    row-gap: 20px;
  }

  .tb-note-panel > div:first-child {
    padding-left: 18px;
  }

  .tb-service-path-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 0;
  }

  .tb-service-path-row::before {
    inset: 26px auto auto 0;
    width: 48px;
    height: 4px;
  }

  .tb-service-path-main {
    padding-left: 0;
    padding-top: 12px;
  }

  .tb-service-path-detail {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tb-service-path-link {
    justify-self: start;
  }

  .tb-service-path-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px;
  }

  .tb-service-path-card::before {
    inset: 0 0 auto 0;
    width: auto;
    height: 4px;
  }

  .tb-service-path-card-top,
  .tb-service-path-card h3,
  .tb-service-path-card > p,
  .tb-service-path-insight,
  .tb-service-path-card .tb-service-path-link {
    grid-column: 1;
    grid-row: auto;
  }

  .tb-service-path-card-top .tb-service-icon {
    display: inline-block;
  }

  .tb-service-path-card h3 {
    max-width: 100%;
    font-size: 20px;
  }

  .tb-service-path-card > p {
    line-height: 1.5;
  }

  .tb-service-path-insight {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 10px;
  }

  .tb-service-path-insight strong {
    font-size: 13px;
  }

  .tb-service-path-insight span {
    font-size: 14px;
    line-height: 1.45;
  }

  .tb-outcome-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
  }

  .tb-route-item strong {
    white-space: normal;
  }

  .tb-resource-questions {
    padding-left: 0;
    padding-top: 16px;
    border-left: 0;
    border-top: 3px solid var(--tb-teal);
  }

  .tb-resource-status {
    padding: 14px 0 0;
    border-left: 0;
    border-top: 2px solid var(--tb-amber);
    background: transparent;
  }

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

  .tb-signal-grid-swimlane,
  .tb-signal-grid-lifecycle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-signal-grid-workspace .tb-signal-card:nth-child(n) {
    margin-left: 0;
  }

  .tb-signal-grid-swimlane::before,
  .tb-signal-grid-boundary::before {
    display: none;
  }

  .tb-signal-grid-lifecycle .tb-signal-card:nth-child(even) {
    margin-top: 0;
  }

  .tb-archetype-panel-stack .tb-archetype-card:nth-child(n),
  .tb-archetype-panel-lifecycle .tb-archetype-card:nth-child(n) {
    margin-left: 0;
    margin-top: 0;
  }

  .tb-archetype-panel-route::before,
  .tb-archetype-panel-boundary::before,
  .tb-handoff-main::before {
    display: none;
  }

  .tb-service-panel dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tb-process-showcase > div:first-child {
    position: static;
  }
}

@media (max-width: 900px) {
  .tb-editorial-lanes {
    grid-template-columns: 1fr;
  }

  .tb-editorial-lanes article,
  .tb-editorial-lanes article + article {
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-top: 1px solid var(--tb-border-soft);
  }

  .tb-editorial-lanes article:first-child {
    border-top: 0;
  }

  .tb-editorial-lane-primary {
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  .tb-editorial-lane-support {
    padding-top: 18px !important;
  }

  .tb-resource-starter {
    grid-template-columns: 1fr;
  }

  .tb-resource-questions {
    padding-left: 0;
    padding-top: 16px;
    border-left: 0;
    border-top: 3px solid var(--tb-teal);
  }

  .tb-resource-status {
    padding: 14px 0 0;
    border-left: 0;
    border-top: 2px solid var(--tb-amber);
    background: transparent;
  }

  .tb-subnav {
    top: var(--tb-header-height);
  }

  .tb-subnav .tb-shell {
    width: min(100% - 32px, 1200px);
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    overflow: hidden;
    padding: 6px 0;
  }

  .tb-subnav-label {
    display: none;
  }

  .tb-subnav-select-label {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 4px;
    color: var(--tb-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .tb-subnav-select {
    width: 100%;
    min-height: 44px;
    padding: 10px 34px 10px 12px;
    border: 1px solid var(--tb-border-soft);
    border-radius: 6px;
    background: var(--tb-cool);
    color: var(--tb-text);
    font: 600 14px/1.2 var(--tb-font-body);
    box-shadow: none;
  }

  .tb-subnav-links {
    display: none;
  }
}

@media (max-width: 520px) {
  :root {
    --tb-header-height: 70px;
  }

  html {
    font-size: 16px;
  }

  .tb-shell {
    width: min(100% - 36px, 1200px);
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 24px;
  }

  .tb-card h3,
  .tb-note-panel h3,
  .tb-resource-starter h3 {
    font-size: 20px;
  }

  .tb-ui-title,
  .tb-panel-title,
  .tb-form-title {
    font-size: 18px;
  }

  .tb-card .tb-ui-title,
  .tb-process-step .tb-ui-title,
  .tb-process-timeline .tb-ui-title,
  .tb-mini-board .tb-panel-title,
  .tb-split .tb-mini-board .tb-panel-title,
  .tb-artifact-panel .tb-panel-title,
  .tb-service-panel .tb-panel-title {
    font-size: 18px !important;
  }

  .tb-brand-word {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
    white-space: nowrap;
    font-size: 20px;
  }

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

  .tb-brand-mark img {
    width: 48px;
    height: 48px;
  }

  .tb-hero-lede,
  .tb-page-lede,
  .tb-section-heading p:not(.tb-eyebrow),
  .tb-split p:not(.tb-eyebrow) {
    font-size: 16px;
  }

  .tb-split .tb-process-step .tb-ui-title {
    font-size: 18px;
  }

  .tb-action-row,
  .tb-action-row .tb-button {
    width: 100%;
  }

  .tb-action-row .tb-hero-text-link {
    width: 100%;
    justify-content: center;
  }

  main p:not(.tb-eyebrow) + .tb-button {
    width: 100%;
    margin-top: 32px;
  }

  .tb-service-path-card {
    padding: 20px;
  }

  .tb-service-path-card-top {
    flex-wrap: wrap;
  }

  .tb-service-path-card .tb-service-path-link {
    max-width: 100%;
    white-space: normal;
    text-align: left;
  }

  body[data-page="services"] .tb-service-path-insight {
    display: none;
  }

  body[data-page="services"] .tb-service-path-card {
    gap: 8px;
    padding-block: 18px;
  }

  body[data-page="services"] .tb-service-path-card > p {
    font-size: 15px;
  }

  .tb-button {
    min-height: 48px;
  }

  .tb-section {
    padding: 56px 0;
  }

  .tb-page-hero {
    padding: 44px 0 28px;
  }

  .tb-proof-strip {
    gap: 8px 14px;
  }

  .tb-proof-strip li,
  .tb-artifact-list li {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr);
    column-gap: 8px;
    align-items: start;
  }

  .tb-proof-strip li::before,
  .tb-artifact-list li::before {
    position: static;
    grid-column: 1;
    grid-row: 1;
    width: 7px;
    height: 7px;
    margin-top: 0.68em;
    transform: translateY(-50%);
  }

  .tb-artifact-list li {
    padding-left: 0;
  }

  .tb-signal-grid {
    grid-template-columns: 1fr;
  }

  .tb-signal-grid-matrix,
  .tb-signal-grid-boundary,
  .tb-signal-grid-swimlane,
  .tb-signal-grid-lifecycle {
    grid-template-columns: 1fr;
  }

  .tb-signal-grid-matrix {
    gap: 12px;
  }

  .tb-signal-grid-matrix .tb-artifact-body::before,
  .tb-signal-grid-matrix .tb-artifact-body::after,
  .tb-signal-grid-matrix::before,
  .tb-signal-grid-matrix::after {
    display: none;
  }

  .tb-signal-grid-matrix .tb-signal-card {
    border: 1px solid rgba(16,96,135,0.18);
    border-radius: 8px;
    background: #fff;
  }

  .tb-signal-grid-workspace .tb-signal-card {
    grid-template-columns: 1fr;
  }

  .tb-boundary-board {
    padding: 20px;
  }

  .tb-boundary-board::before {
    display: none;
  }

  .tb-boundary-core {
    position: static;
    width: auto;
    min-height: auto;
    transform: none;
    border-radius: 8px;
    padding: 16px;
  }

  .tb-boundary-zone {
    min-height: auto;
  }

  .tb-workflow-node {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    min-height: auto;
  }

  .tb-workflow-node > span:first-of-type {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 2px;
  }

  .tb-workflow-node > span:not(:first-of-type),
  .tb-workflow-node > p {
    grid-column: 2;
    min-width: 0;
  }

  .tb-workflow-node > span:not(:first-of-type) {
    display: block;
  }

  .tb-page-hero-mark {
    min-height: auto;
    gap: 12px;
    width: 100%;
    padding: 18px;
    border: 1px solid rgba(16,96,135,0.18);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,248,250,0.92)),
      var(--tb-gradient-soft-panel);
    box-shadow: 0 10px 24px rgba(15,47,58,0.06);
  }

  .tb-page-hero-mark .tb-artifact-body {
    width: 100%;
    min-height: auto;
  }

  .tb-page-hero-mark .tb-artifact-item {
    padding-block: 8px;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid rgba(16,96,135,0.16);
  }

  .tb-hero-artifact-boundary .tb-artifact-body,
  .tb-hero-artifact-matrix .tb-artifact-body,
  .tb-hero-artifact-choice .tb-artifact-body,
  .tb-hero-artifact-cycle .tb-artifact-body {
    grid-template-columns: 1fr;
  }

  .tb-hero-artifact-boundary .tb-artifact-body::before,
  .tb-hero-artifact-matrix .tb-artifact-body::before,
  .tb-hero-artifact-matrix .tb-artifact-body::after {
    display: none;
  }

  .tb-hero-artifact-intake .tb-artifact-body {
    background: rgba(255,255,255,0.72);
  }

  .tb-card,
  .tb-form,
  .tb-helper-panel,
  .tb-mini-board,
  .tb-direction-board {
    padding: 20px;
  }

  .tb-form-layout,
  .tb-form-layout > *,
  .tb-form,
  .tb-helper-panel,
  .tb-gform-shell,
  .tb-gform-shell *,
  .tb-form-fieldset,
  .tb-form-field {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .tb-gform-shell input,
  .tb-gform-shell select,
  .tb-gform-shell textarea,
  .tb-form input,
  .tb-form select,
  .tb-form textarea {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  body[data-page="contact"] .tb-form-layout {
    gap: 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body[data-page="contact"] .tb-helper-panel {
    order: 1;
    display: block;
    border-left: 1px solid var(--tb-border);
    border-radius: 8px;
    background: #fff;
  }

  body[data-page="contact"] .tb-form {
    order: 2;
  }

  .tb-outcome-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }

  .tb-clarity-panel {
    padding: 18px 0 0;
    border-top: 1px solid rgba(255,255,255,0.26);
    border-left: 0;
    background: none;
  }

  .tb-clarity-line {
    font-size: 22px;
  }

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

  .tb-subnav {
    top: var(--tb-header-height);
  }

  .tb-subnav .tb-shell {
    width: min(100% - 24px, 1200px);
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    overflow: hidden;
    padding: 6px 0;
  }

  .tb-subnav-label {
    display: none;
  }

  .tb-subnav-select-label {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: var(--tb-primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .tb-subnav-select {
    width: 100%;
    min-height: 44px;
    padding: 10px 34px 10px 12px;
    border: 2px solid color-mix(in srgb, var(--tb-primary) 34%, var(--tb-border));
    border-radius: 8px;
    background: #fff;
    color: var(--tb-text);
    font: 700 14px/1.2 var(--tb-font-body);
    box-shadow: 0 8px 18px rgba(15,47,58,0.06);
  }

  .tb-subnav-links {
    display: none;
  }
}

@media (max-width: 360px) {
  h1,
  .tb-page-hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .tb-brand {
    gap: 8px;
  }

  .tb-brand-word {
    font-size: 18px;
  }

  .tb-brand-mark {
    width: 42px;
    height: 32px;
  }

  .tb-brand-mark img {
    width: 42px;
    height: 42px;
  }

  .tb-page-hero-grid {
    gap: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  body.tb-motion-ready .tb-card,
  body.tb-motion-ready .tb-process-step,
  body.tb-motion-ready .tb-mini-board,
  body.tb-motion-ready .tb-direction-board {
    opacity: 1;
    transform: none;
  }
}
