:root {
  --ink: #0f0f10;
  --muted: #8c8c8c;
  --line: #dddddd;
  --soft: #f3f1ed;
  --white: #ffffff;
  --blue: #3d3df2;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  font-family: Arial, Helvetica, sans-serif;
}

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

body.is-contact-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 70px;
  padding: 16px 32px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.brand,
.desktop-nav,
.button-row,
.drawer-submit-row,
.site-footer {
  display: flex;
  align-items: center;
}

.brand,
.nav-link,
.header-cta,
.mobile-link,
.button,
.card-link,
.site-footer a,
.drawer-microcopy a {
  text-decoration: none;
}

.brand {
  gap: 10px;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-size: 12px;
}

.desktop-nav {
  justify-self: center;
  gap: 28px;
}

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

.nav-link,
.header-cta,
.menu-button {
  padding: 10px 0;
  border: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
}

.header-cta,
.button-light,
.button-blue,
.drawer-submit {
  padding: 16px 26px;
  color: var(--white);
  background: var(--ink);
  border-radius: 7px;
}

.menu-button {
  display: none;
}

.mobile-menu {
  display: none;
  gap: 12px;
  padding: 18px 32px;
  border-bottom: 1px solid var(--line);
}

.mobile-menu.is-open {
  display: grid;
}

.contact-side-trigger {
  display: none;
}

section,
.hero,
.trust-bar,
.site-footer {
  padding: 86px 32px;
}

.hero {
  padding-top: 98px;
  padding-bottom: 110px;
}

.hero-grid,
.section-grid,
.trust-bar,
.service-grid,
.why-grid,
.outcome-grid,
.metric-list,
.media-grid,
.proof-panel {
  max-width: var(--max);
  margin: 0 auto;
}

.hero-grid {
  display: block;
  max-width: 1060px;
}

.hero-copy {
  max-width: 980px;
}

.eyebrow,
.card-kicker,
.card-index,
.steps li span,
.proof-tabs span {
  font-family: "Courier New", Courier, monospace;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 36px;
  font-size: clamp(72px, 8.4vw, 126px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.065em;
}

h2 {
  max-width: 900px;
  margin-bottom: 32px;
  font-size: clamp(46px, 5.5vw, 82px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.055em;
}

h3 {
  margin-bottom: 12px;
  color: #616161;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.04em;
}

p,
li {
  color: var(--muted);
  font-size: 24px;
  line-height: 1.35;
}

.hero-subhead {
  max-width: 980px;
  margin-bottom: 70px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.7vw, 38px);
  line-height: 1.28;
}

.button-row {
  flex-wrap: wrap;
  gap: 16px;
}

.button,
.drawer-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.button-ghost {
  padding: 15px 28px;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 7px;
}

.arrow-cell,
.mini-arrow {
  display: none;
}

.trust-bar {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-bar > p,
.proof-grid span {
  margin: 0;
  padding: 28px 32px;
  color: var(--ink);
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  border-right: 1px solid var(--line);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid span:last-child {
  border-right: 0;
}

.section-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
}

.section-copy {
  max-width: 760px;
}

.section-copy p {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.category-definition {
  padding-top: 70px;
  padding-bottom: 90px;
  background: var(--soft);
}

.definition-layout {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}

.definition-layout p:last-child {
  max-width: 1000px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.section-intro {
  max-width: var(--max);
  margin: 0 auto 44px;
}

.page-hero .hero-grid {
  max-width: var(--max);
}

.page-hero .hero-copy {
  max-width: 1120px;
}

.page-hero h1 {
  max-width: 1120px;
}

.compact-section {
  padding-top: 62px;
  padding-bottom: 62px;
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.stack-card {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stack-card p {
  color: var(--muted);
  font-size: 23px;
}

.simple-list {
  display: grid;
  gap: 0;
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.simple-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.simple-list span {
  color: var(--ink);
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
}

.simple-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 30px;
  font-weight: 400;
}

.simple-list p {
  margin-bottom: 0;
}

.media-frame.is-plain {
  background: var(--soft);
}

.service-grid,
.why-grid,
.outcome-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.why-item,
.outcome-grid div {
  min-height: 360px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card p,
.why-item p {
  color: var(--muted);
  font-size: 24px;
}

.card-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: start;
}

.media-frame {
  min-height: 690px;
  overflow: hidden;
  background: linear-gradient(135deg, #dcd8d2 0%, #f5eee6 48%, #ff784e 100%);
}

.mock-window {
  width: 92%;
  min-height: 520px;
  margin: 150px 0 0 110px;
  padding: 44px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(0, 0, 0, .08);
}

.mock-bar {
  width: 74px;
  height: 34px;
  margin-bottom: 84px;
  background: var(--ink);
  border-radius: 18px;
}

.mock-search {
  max-width: 540px;
  margin: 0 auto 90px;
  padding: 26px 34px;
  color: #666;
  background: rgba(255, 255, 255, .8);
  border-radius: 8px;
  font-size: 24px;
}

.mock-card {
  display: inline-block;
  width: 31%;
  min-height: 170px;
  margin-right: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process .section-heading {
  padding-top: 20px;
}

.process .section-heading h2 {
  font-size: clamp(44px, 4vw, 64px);
}

.lead {
  color: var(--muted);
}

.process .lead {
  font-size: 22px;
}

.process ol {
  margin: 38px 0 30px;
  padding: 0;
  list-style: none;
}

.process li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 54px;
  color: var(--muted);
  font-size: 21px;
}

.process li:last-child {
  margin-bottom: 26px;
}

.process li span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 13px;
  height: 13px;
  overflow: hidden;
  color: transparent;
  background: var(--blue);
}

.process li strong {
  display: block;
  margin-bottom: 8px;
  color: #616161;
  font-size: 30px;
  font-weight: 400;
}

.outcome-grid {
  grid-template-columns: repeat(5, 1fr);
}

.outcome-grid div {
  display: flex;
  align-items: flex-end;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.08;
}

.proof-panel {
  border: 1px solid var(--line);
  background: var(--soft);
}

.proof-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.proof-tabs span {
  padding: 30px;
  border-right: 1px solid var(--line);
}

.proof-tabs span:last-child {
  border-right: 0;
}

.proof-content {
  position: relative;
  padding: 140px 60px 96px 28%;
}

.proof-content::before,
.proof-content::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: var(--blue);
}

.proof-content::before {
  top: 38px;
  left: 28px;
}

.proof-content::after {
  right: 28px;
  bottom: 38px;
}

.metric-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.metric-list span {
  color: var(--muted);
  font-size: 22px;
}

.metric-list strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.why-grid {
  grid-template-columns: repeat(3, 1fr);
}

.faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  padding: 28px 0;
  color: var(--ink);
  font-size: 30px;
}

.faq-list p {
  max-width: 780px;
  color: var(--muted);
}

.final-cta {
  text-align: left;
}

.final-cta .cta-content {
  max-width: var(--max);
  margin: 0 auto;
}

.microcopy {
  color: var(--muted);
}

.site-footer {
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid var(--line);
}

.contact-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  background: rgba(255, 255, 255, .88);
}

.contact-drawer.is-open {
  display: block;
}

.contact-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
}

.contact-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(680px, 100vw);
  overflow: auto;
  background: var(--white);
  border-left: 1px solid var(--line);
}

.contact-panel-scroll {
  padding: 58px 40px 34px;
}

.contact-panel h2 {
  margin-bottom: 46px;
  font-size: 72px;
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.06em;
}

.contact-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
}

.drawer-form {
  display: grid;
  gap: 20px;
}

.drawer-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.drawer-form label {
  display: grid;
}

.drawer-form label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.drawer-field {
  width: 100%;
  min-height: 70px;
  padding: 18px 28px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 26px;
}

textarea.drawer-field {
  min-height: 160px;
  resize: vertical;
}

.help-fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.help-fieldset legend {
  width: 100%;
  margin-bottom: 8px;
  font-size: 22px;
}

.help-fieldset label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 16px;
}

.drawer-form .help-fieldset label > span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.drawer-submit-row {
  align-items: flex-start;
  flex-direction: column;
}

.drawer-microcopy p,
.drawer-success p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 18px;
}

.drawer-microcopy a {
  color: var(--ink);
  font-weight: 600;
}

.drawer-success[hidden] {
  display: none;
}

.home-taito {
  --taito-ink: #0f0e0d;
  --taito-surface: #fafaf9;
  --taito-surface-2: #f2f1ee;
  --taito-surface-3: #ebe9e4;
  --taito-line: #e2e0dc;
  --taito-muted: #67625d;
  --taito-dark: #151412;
  --taito-radius: 8px;
  color: var(--taito-ink);
  background: var(--taito-surface);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
}

.home-taito .site-header {
  min-height: 77px;
  padding: 0 36px;
  background: var(--taito-surface);
  border-bottom: 1px solid var(--taito-line);
}

.home-taito .brand {
  gap: 9px;
  font-size: 19px;
  font-weight: 500;
}

.home-taito .brand-mark {
  width: 28px;
  height: 28px;
  color: var(--taito-surface);
  background: var(--taito-ink);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
}

.home-taito .desktop-nav {
  gap: 6px;
}

.home-taito .nav-link,
.home-taito .header-cta,
.home-taito .menu-button {
  padding: 8px 14px;
  color: var(--taito-ink);
  border-radius: 6px;
  font-size: 15.5px;
  font-weight: 500;
}

.home-taito .nav-link:hover {
  background: var(--taito-surface-2);
}

.home-taito .header-cta {
  min-height: 39px;
  padding: 8px 15px;
  color: var(--taito-surface);
  background: var(--taito-ink);
}

.home-taito .line-mask,
.home-taito .line-inner {
  display: inline;
}

.taito-main {
  overflow: hidden;
}

.taito-container {
  width: min(100% - 72px, 1194px);
  margin: 0 auto;
}

.taito-hero {
  padding: 93px 0 46px;
}

.taito-hero-grid {
  display: grid;
  grid-template-columns: minmax(350px, 472px) 1fr;
  gap: 58px;
  align-items: start;
}

.taito-hero-copy {
  padding-top: 28px;
}

.taito-kicker,
.taito-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  color: var(--taito-muted);
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.taito-kicker {
  color: var(--taito-ink);
  background: var(--taito-surface-2);
  border: 1px solid var(--taito-line);
  border-radius: 999px;
  padding: 7px 12px;
}

.home-taito .taito-hero h1,
.home-taito .taito-section h2,
.home-taito .taito-agent-section h2,
.home-taito .taito-final h2 {
  max-width: none;
  margin: 0;
  color: var(--taito-ink);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.home-taito .taito-hero h1 {
  font-size: clamp(52px, 4.5vw, 57px);
  line-height: 1.2;
}

.taito-hero-copy > p {
  max-width: 470px;
  margin: 24px 0 28px;
  color: var(--taito-muted);
  font-size: 20px;
  line-height: 1.45;
}

.taito-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.taito-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.taito-btn-dark {
  color: var(--taito-surface);
  background: var(--taito-ink);
}

.taito-btn-light {
  color: var(--taito-ink);
  background: var(--taito-surface-2);
}

.taito-product {
  min-height: 568px;
  padding: 14px;
  border-radius: 18px;
  background: var(--taito-dark);
  box-shadow: 0 36px 80px rgba(15, 14, 13, .18);
}

.taito-app {
  display: grid;
  grid-template-columns: 154px 1fr;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(250, 250, 249, .13);
  border-radius: 13px;
  background: #1d1b18;
}

.taito-app-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  color: rgba(250, 250, 249, .68);
  border-right: 1px solid rgba(250, 250, 249, .1);
  font-size: 14px;
}

.taito-app-logo {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  color: var(--taito-dark);
  background: var(--taito-surface);
  border-radius: 8px;
  font-weight: 700;
}

.taito-app-main {
  padding: 18px;
}

.taito-app-topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: rgba(250, 250, 249, .62);
  font-size: 14px;
}

.taito-app-topbar strong {
  color: #b7ff7a;
  font-weight: 500;
}

.taito-chat {
  min-height: 260px;
  padding: 26px;
  border-radius: 12px;
  background: var(--taito-surface);
}

.taito-chat-label {
  margin: 0 0 12px;
  color: var(--taito-muted);
  font-size: 14px;
}

.taito-chat h3,
.taito-agent-card h3 {
  margin: 0 0 18px;
  color: var(--taito-ink);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.taito-prompt {
  margin-top: 10px;
  padding: 13px 14px;
  color: var(--taito-muted);
  background: var(--taito-surface-2);
  border: 1px solid var(--taito-line);
  border-radius: 8px;
  font-size: 15px;
}

.taito-app-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.taito-app-cards article {
  min-height: 116px;
  padding: 14px;
  border-radius: 10px;
  background: #292620;
}

.taito-app-cards span,
.taito-app-cards p {
  color: rgba(250, 250, 249, .56);
  font-size: 13px;
}

.taito-app-cards strong {
  display: block;
  margin: 16px 0 4px;
  color: var(--taito-surface);
  font-size: 17px;
  font-weight: 500;
}

.taito-logo-strip {
  padding: 32px 0 82px;
}

.taito-logo-strip .taito-container {
  display: grid;
  gap: 24px;
}

.taito-logo-strip span {
  color: var(--taito-muted);
  font-size: 15.5px;
}

.taito-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  color: #8b8781;
}

.taito-logos strong {
  padding: 18px 0;
  border-top: 1px solid var(--taito-line);
  border-bottom: 1px solid var(--taito-line);
  font-size: 15.5px;
  font-weight: 500;
}

.taito-section {
  padding: 84px 0;
}

.taito-two-col {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(320px, 1fr);
  gap: 110px;
  align-items: start;
}

.home-taito .taito-section h2,
.home-taito .taito-agent-section h2,
.home-taito .taito-final h2 {
  font-size: clamp(37px, 4vw, 56px);
  line-height: 1.08;
}

.taito-two-col > p,
.taito-agent-grid > div > p,
.taito-final p {
  margin: 44px 0 0;
  color: var(--taito-muted);
  font-size: 20px;
  line-height: 1.45;
}

.taito-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 48px;
}

.taito-feature-card,
.taito-service-list article,
.taito-role-grid article,
.taito-metrics article {
  border: 1px solid var(--taito-line);
  border-radius: 14px;
  background: var(--taito-surface-2);
}

.taito-feature-card {
  min-height: 470px;
  padding: 18px;
  overflow: hidden;
}

.taito-mini-window {
  height: 210px;
  margin: -4px -4px 30px;
  border-radius: 12px;
  background:
    linear-gradient(var(--taito-line), var(--taito-line)) 24px 54px / calc(100% - 48px) 1px no-repeat,
    linear-gradient(90deg, #dedbd4 0 28%, transparent 28%) 0 0 / 100% 100%,
    var(--taito-surface);
  border: 1px solid var(--taito-line);
}

.taito-message-card,
.taito-policy-card {
  min-height: 210px;
  margin: -4px -4px 30px;
  padding: 22px;
  border-radius: 12px;
  background: var(--taito-surface);
  border: 1px solid var(--taito-line);
}

.taito-message-card span,
.taito-policy-card span,
.taito-role-grid span,
.taito-service-list span {
  color: var(--taito-muted);
  font-size: 14px;
  font-weight: 500;
}

.taito-message-card p {
  margin-top: 34px;
  color: var(--taito-ink);
  font-size: 20px;
  line-height: 1.25;
}

.taito-policy-card strong {
  display: block;
  margin-top: 72px;
  color: var(--taito-ink);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
}

.taito-feature-card h3,
.taito-service-list h3,
.taito-role-grid h3 {
  margin: 0 0 12px;
  color: var(--taito-ink);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.taito-feature-card p,
.taito-service-list p {
  margin: 0;
  color: var(--taito-muted);
  font-size: 16px;
  line-height: 1.45;
}

.taito-service-list {
  display: grid;
  gap: 10px;
  margin-top: 44px;
}

.taito-service-list article {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 128px;
  padding: 22px;
}

.taito-service-list a {
  color: var(--taito-ink);
  font-size: 15.5px;
  font-weight: 500;
  text-decoration: none;
}

.taito-agent-section {
  padding: 92px 0;
  color: var(--taito-surface);
  background: var(--taito-dark);
}

.taito-agent-section .taito-label,
.taito-agent-section h2,
.taito-agent-section p {
  color: var(--taito-surface);
}

.taito-agent-section .taito-agent-grid {
  display: grid;
  grid-template-columns: minmax(320px, 455px) 1fr;
  gap: 82px;
  align-items: center;
}

.taito-agent-section .taito-btn-light {
  margin-top: 28px;
  background: var(--taito-surface);
}

.taito-agent-card {
  min-height: 470px;
  padding: 28px;
  border-radius: 16px;
  background: var(--taito-surface);
}

.taito-agent-card ul {
  display: grid;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
}

.taito-agent-card li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px;
  color: var(--taito-muted);
  background: var(--taito-surface-2);
  border-radius: 9px;
  font-size: 16px;
  list-style: none;
}

.taito-agent-card li span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--taito-ink);
}

.taito-role-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 48px;
}

.taito-role-grid article {
  min-height: 250px;
  padding: 24px;
}

.taito-role-grid h3 {
  margin-top: 92px;
}

.taito-math {
  display: grid;
  gap: 44px;
}

.taito-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.taito-metrics article {
  min-height: 180px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.taito-metrics p {
  margin: 0;
  color: var(--taito-muted);
  font-size: 15.5px;
}

.taito-metrics strong {
  color: var(--taito-ink);
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.taito-faq-list {
  display: grid;
  border-top: 1px solid var(--taito-line);
}

.taito-faq-list details {
  border-bottom: 1px solid var(--taito-line);
}

.taito-faq-list summary {
  cursor: pointer;
  padding: 22px 0;
  color: var(--taito-ink);
  font-size: 20px;
  font-weight: 500;
}

.taito-faq-list p {
  margin: 0 0 22px;
  color: var(--taito-muted);
  font-size: 17px;
  line-height: 1.5;
}

.taito-final {
  padding: 92px 0 104px;
  text-align: center;
  border-top: 1px solid var(--taito-line);
}

.taito-final .taito-container {
  display: grid;
  justify-items: center;
}

.taito-final h2 {
  max-width: 680px;
}

.taito-final p {
  margin: 18px 0 26px;
}

.home-taito .site-footer {
  color: var(--taito-muted);
  background: var(--taito-surface);
  border-top: 1px solid var(--taito-line);
  font-size: 15px;
}

.home-final {
  --final-blue: #0b68d8;
  --final-blue-2: #77b8ef;
  --final-ink: #090909;
  --final-muted: #5d6673;
  --final-soft: #f6f7fb;
  --final-line: #e8ebf0;
  --final-card: #ffffff;
  color: var(--final-ink);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.home-final .site-header {
  min-height: 58px;
  padding: 0 24px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid #eef0f4;
}

.home-final .brand {
  gap: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.home-final .brand-mark {
  display: none;
}

.home-final .brand-word {
  text-transform: none;
}

.home-final .desktop-nav {
  gap: 22px;
}

.home-final .nav-link,
.home-final .header-cta,
.home-final .menu-button {
  padding: 6px 0;
  color: var(--final-ink);
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
}

.home-final .nav-link:hover {
  color: var(--final-blue);
  background: transparent;
}

.home-final .header-cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 27px;
  padding: 0 7px 0 10px;
  color: #ffffff;
  background: var(--final-blue);
  border-radius: 3px;
  font-size: 10.5px;
  font-weight: 700;
}

.home-final .header-cta::after,
.final-btn span,
.final-service-rows b {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: var(--final-blue);
  background: #ffffff;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1;
}

.home-final .header-cta::after {
  content: "↗";
}

.home-final .line-mask,
.home-final .line-inner {
  display: inline;
}

.home-final .contact-side-trigger {
  display: none;
}

.final-main {
  overflow: hidden;
  background: #ffffff;
}

.final-container {
  width: min(100% - 80px, 1320px);
  margin: 0 auto;
}

.final-hero {
  padding: 76px 0 52px;
}

.final-hero-grid {
  display: grid;
  grid-template-columns: 485px 1fr;
  gap: 170px;
  align-items: center;
}

.final-label {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0 0 14px;
  color: var(--final-blue);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.final-label::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--final-blue);
  border-radius: 1px;
}

.home-final h1,
.home-final h2,
.home-final h3,
.home-final p {
  margin: 0;
}

.home-final h1 {
  max-width: 475px;
  margin: 0 0 20px;
  color: var(--final-ink);
  font-size: 49px;
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.055em;
}

.final-hero-copy > p {
  max-width: 455px;
  margin-bottom: 26px;
  color: var(--final-muted);
  font-size: 15px;
  line-height: 1.55;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.final-btn {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px 0 13px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.final-btn-dark {
  color: #ffffff;
  background: var(--final-blue);
}

.final-btn-light {
  color: var(--final-blue);
  background: #ffffff;
  border: 1px solid #c9d9ef;
}

.final-btn-light span {
  color: #ffffff;
  background: var(--final-blue);
}

.final-hero-visual {
  position: relative;
  min-height: 418px;
  overflow: hidden;
  border: 1px solid #d6e5f7;
  border-radius: 6px;
  background:
    radial-gradient(circle at 72% 80%, rgba(157, 116, 255, .55), transparent 28%),
    radial-gradient(circle at 28% 77%, rgba(196, 251, 221, .75), transparent 30%),
    linear-gradient(135deg, #1266b4 0%, #307fd5 38%, #ffe3bd 100%);
}

.visual-code-card,
.visual-orange-card,
.visual-price-card,
.visual-stat-card,
.visual-task-card,
.visual-portrait,
.visual-prompt {
  position: absolute;
  box-shadow: 0 18px 42px rgba(20, 42, 74, .15);
}

.visual-code-card {
  top: 58px;
  left: 76px;
  width: 158px;
  height: 128px;
  padding: 16px;
  color: #ff9f56;
  background: #191919;
  border-radius: 7px;
  font-size: 10px;
}

.visual-code-card strong,
.visual-code-card span {
  display: block;
  margin-bottom: 10px;
}

.visual-code-card span {
  color: #f1d2a6;
}

.visual-orange-card {
  top: 110px;
  left: 226px;
  width: 146px;
  height: 98px;
  padding: 18px;
  color: #7b3b1e;
  background: linear-gradient(135deg, #ff9f62, #ffca9e);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
}

.visual-price-card {
  top: 52px;
  right: 42px;
  width: 144px;
  min-height: 118px;
  padding: 16px;
  background: #ffffff;
  border-radius: 7px;
}

.visual-price-card small,
.visual-price-card span {
  display: block;
}

.visual-price-card small {
  color: #667085;
  font-size: 10px;
}

.visual-price-card strong {
  display: block;
  margin: 5px 0 15px;
  font-size: 28px;
}

.visual-price-card span {
  height: 8px;
  margin-top: 9px;
  background: #e9edf5;
  border-radius: 99px;
}

.visual-stat-card {
  top: 202px;
  left: 72px;
  width: 146px;
  height: 126px;
  padding: 18px;
  color: #ffffff;
  background: #7058ff;
  border-radius: 7px;
}

.visual-stat-card strong {
  display: block;
  font-size: 43px;
  line-height: .8;
}

.visual-stat-card small {
  font-size: 18px;
}

.visual-stat-card span {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, .76);
  font-size: 11px;
}

.visual-task-card {
  top: 212px;
  left: 240px;
  width: 140px;
  min-height: 134px;
  padding: 12px;
  background: #ffffff;
  border-radius: 7px;
}

.visual-task-card span {
  display: block;
  margin-bottom: 9px;
  padding: 9px;
  color: #586170;
  background: #f4f6fb;
  border-radius: 5px;
  font-size: 10px;
}

.visual-task-card .done {
  color: #0e6f3b;
  background: #e9f9ef;
}

.visual-portrait {
  right: 26px;
  bottom: 88px;
  width: 128px;
  height: 168px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 62% 27%, #141414 0 12%, transparent 13%),
    radial-gradient(circle at 57% 50%, #161616 0 31%, transparent 32%),
    linear-gradient(145deg, #f7f5ef, #dbe7f5);
}

.visual-prompt {
  left: 70px;
  right: 70px;
  bottom: 28px;
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 8px 10px 8px 14px;
  color: #8b96a6;
  background: rgba(255, 255, 255, .86);
  border-radius: 9px;
  font-size: 10px;
}

.visual-prompt span {
  width: 12px;
  height: 12px;
  border: 2px solid #c7d1e0;
  border-radius: 50%;
}

.visual-prompt button {
  min-height: 26px;
  padding: 0 15px;
  color: #ffffff;
  background: #0a0a0a;
  border: 0;
  border-radius: 4px;
  font-size: 10px;
}

.final-logo-strip {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 0 50px;
  border-top: 1px solid var(--final-line);
  border-bottom: 1px solid var(--final-line);
}

.final-logo-strip p {
  margin-bottom: 24px;
  color: #98a0aa;
  font-size: 10px;
  text-align: center;
}

.final-logo-strip div {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 26px;
  align-items: center;
}

.final-logo-strip span {
  color: #7d858f;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  opacity: .72;
}

.final-section {
  padding: 118px 0;
  border-bottom: 1px solid var(--final-line);
}

.final-section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
  margin-bottom: 42px;
}

.home-final h2 {
  max-width: 510px;
  color: var(--final-ink);
  font-size: 43px;
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.055em;
}

.final-section-head > p,
.final-how-grid > div > p,
.final-section-head div > p:not(.final-label) {
  color: var(--final-muted);
  font-size: 15px;
  line-height: 1.55;
}

.final-centered-section .final-section-head {
  display: block;
  max-width: 560px;
  text-align: center;
}

.final-centered-section .final-label {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.final-centered-section h2 {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.final-centered-section .final-section-head div > p:not(.final-label) {
  max-width: 510px;
  margin: 17px auto 0;
}

.final-why {
  padding-top: 88px;
}

.final-deliver .final-section-head {
  display: block;
  margin-bottom: 40px;
}

.final-deliver h2 {
  max-width: 690px;
  font-size: 29px;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.final-outcomes-section .final-section-head {
  max-width: 575px;
}

.final-outcomes-section h2 {
  max-width: 420px;
}

.final-cases {
  text-align: center;
}

.final-cases .final-label {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.final-cases h2 {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.final-card-grid,
.final-outcome-grid,
.final-project-grid,
.final-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.final-card-media {
  position: relative;
  height: 260px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
}

.media-person {
  background:
    radial-gradient(circle at 58% 49%, #222 0 7%, transparent 8%),
    radial-gradient(circle at 58% 77%, #161616 0 15%, transparent 16%),
    linear-gradient(135deg, #61d0ef, #164f97);
}

.media-person::before {
  content: "AI UI UX";
  position: absolute;
  top: 24px;
  left: 52px;
  padding: 8px 16px;
  color: #5a6980;
  background: #ffffff;
  border-radius: 999px;
  font-size: 12px;
  word-spacing: 18px;
}

.media-workflow {
  background:
    linear-gradient(#ffffff, #ffffff) 68px 42px / 190px 42px no-repeat,
    linear-gradient(#ffffff, #ffffff) 74px 113px / 230px 50px no-repeat,
    linear-gradient(#0a0a0a, #0a0a0a) 190px 164px / 93px 28px no-repeat,
    linear-gradient(135deg, #e7f3fb, #f2b49b 70%, #8fe0bb);
}

.media-workflow::before {
  content: "Change brief";
  position: absolute;
  top: 102px;
  left: 104px;
  color: #485265;
  font-size: 12px;
  font-weight: 700;
}

.media-growth {
  padding: 42px 38px;
  background: linear-gradient(135deg, #e7fbff, #d9ff5c 68%, #a5fb78);
}

.media-growth::before {
  content: "Growth";
  color: #4c6f1d;
  font-size: 33px;
  font-weight: 700;
}

.media-growth::after {
  content: "";
  position: absolute;
  left: 65px;
  right: 42px;
  bottom: 54px;
  height: 72px;
  border-left: 3px solid #0e0e0e;
  border-bottom: 3px solid #0e0e0e;
  background: linear-gradient(135deg, transparent 55%, rgba(11, 104, 216, .75) 56%);
}

.final-image-card h3,
.final-project-grid h3 {
  margin-bottom: 8px;
  color: var(--final-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.final-image-card p {
  color: var(--final-muted);
  font-size: 12px;
  line-height: 1.45;
}

.final-service-rows {
  display: grid;
  gap: 10px;
}

.final-service-rows article {
  display: grid;
  grid-template-columns: 46px 1fr 1.2fr auto;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 0 22px;
  background: var(--final-soft);
}

.final-service-rows span,
.final-service-rows p,
.final-service-rows a,
.final-outcome-grid p,
.final-metric-grid p {
  color: var(--final-muted);
  font-size: 12px;
  line-height: 1.45;
}

.final-service-rows strong {
  color: var(--final-ink);
  font-size: 15px;
}

.final-service-rows a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--final-blue);
  font-weight: 800;
  text-decoration: none;
}

.final-service-rows b {
  width: 16px;
  height: 16px;
  color: #ffffff;
  background: var(--final-blue);
  font-size: 9px;
  text-decoration: none;
}

.final-outcome-grid article,
.final-metric-grid article {
  min-height: 178px;
  padding: 22px;
  border: 1px solid var(--final-line);
  border-radius: 5px;
  background: #ffffff;
}

.final-outcome-grid div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--final-line);
}

.final-outcome-grid strong {
  font-size: 15px;
}

.final-outcome-grid span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #ffffff;
  background: #0a0a0a;
  border-radius: 3px;
  font-size: 12px;
}

.final-outcome-grid p {
  margin-top: 18px;
}

.final-how-grid {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 130px;
  align-items: center;
}

.final-how-grid .final-label {
  margin-bottom: 17px;
}

.final-how-grid > div > p {
  margin: 18px 0 26px;
}

.final-performance-card {
  min-height: 540px;
  padding: 88px 112px;
  border-radius: 5px;
  background:
    radial-gradient(circle at 22% 85%, rgba(199, 247, 220, .8), transparent 30%),
    linear-gradient(135deg, #2f86ce 0%, #b9a5fb 100%);
}

.perf-panel {
  max-width: 296px;
  margin: 0 auto 18px;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(29, 55, 90, .14);
}

.perf-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 11px;
}

.perf-head span {
  color: var(--final-muted);
}

.bar-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  align-items: end;
  height: 112px;
}

.bar-row span {
  display: block;
  background: #d9d1ff;
  border-radius: 7px 7px 0 0;
}

.bar-row .active {
  background: #384dff;
}

.avatar-row {
  display: flex;
  justify-content: space-around;
  margin-top: 13px;
}

.avatar-row i {
  width: 22px;
  height: 22px;
  background: #bb7c58;
  border-radius: 50%;
}

.line-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  height: 98px;
  align-items: center;
}

.line-row span {
  height: 72px;
  border-left: 3px solid #151515;
  border-radius: 99px;
}

.line-row span:nth-child(even) {
  border-color: #b9a5fb;
}

.project-media {
  display: flex;
  align-items: center;
  min-height: 250px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 4px;
  color: #ffffff;
  font-size: 49px;
  font-weight: 800;
  letter-spacing: -.06em;
}

.project-media.trafio {
  justify-content: center;
  background:
    radial-gradient(circle at 28% 0%, #070707 0 26%, transparent 27%),
    radial-gradient(circle at 55% 15%, #070707 0 23%, transparent 24%),
    linear-gradient(135deg, #1c2463, #95afff);
}

.project-media.flows {
  align-items: flex-start;
  padding: 18px;
  color: #ffffff;
  background:
    linear-gradient(#ffffff, #ffffff) 115px 68px / 205px 116px no-repeat,
    linear-gradient(135deg, #d8ff3f, #acf65e);
}

.project-media.claservy {
  background:
    linear-gradient(15deg, #191919 0 16%, transparent 17%),
    linear-gradient(#ffffff, #ffffff) 72px 38px / 300px 146px no-repeat,
    linear-gradient(135deg, #eae9df, #d5ae75);
}

.final-project-grid p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.final-project-grid p span {
  padding: 3px 7px;
  color: var(--final-blue);
  border: 1px solid #9fc1ee;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.final-proof h2 {
  margin-bottom: 36px;
}

.final-metric-grid article {
  min-height: 220px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 4px;
}

.final-metric-grid p {
  width: 100%;
  color: var(--final-ink);
  font-size: 12px;
  font-weight: 700;
}

.final-metric-grid article > span {
  width: 7px;
  height: 7px;
  margin-left: auto;
  background: var(--final-blue);
  border-radius: 1px;
}

.final-metric-grid article > span + span,
.final-metric-grid article > span + span + span {
  margin-left: 2px;
}

.final-metric-grid strong {
  width: 100%;
  color: #6d8ce7;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.05em;
}

.final-faq-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 160px;
  align-items: start;
}

.final-faq-list {
  border-top: 1px solid var(--final-line);
}

.final-faq-list details {
  border-bottom: 1px solid var(--final-line);
}

.final-faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 25px 0;
  cursor: pointer;
  color: var(--final-ink);
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

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

.final-faq-list summary::after {
  content: "+";
  color: var(--final-muted);
  font-size: 16px;
}

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

.final-faq-list p {
  max-width: 650px;
  margin: 0 0 20px;
  color: var(--final-muted);
  font-size: 13px;
  line-height: 1.55;
}

.final-blue-cta {
  padding: 148px 0 166px;
  color: #ffffff;
  text-align: center;
  background:
    radial-gradient(circle at 16% 100%, rgba(132, 218, 255, .95), transparent 34%),
    linear-gradient(135deg, #5db0e8 0%, #08327a 100%);
}

.final-black-cta {
  padding: 116px 0 130px;
  background: #030303;
}

.final-blue-cta .final-container {
  display: grid;
  justify-items: center;
}

.final-blue-cta h2 {
  max-width: 570px;
  color: #ffffff;
  font-size: 38px;
  line-height: .98;
}

.final-blue-cta p {
  margin: 14px 0 28px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.home-final .site-footer {
  margin-top: -73px;
  color: rgba(255, 255, 255, .7);
  background: #030303;
  border-top: 1px solid rgba(255, 255, 255, .16);
  font-size: 11px;
}

.home-final .site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.process-taito .site-footer {
  color: var(--taito-muted);
  background: var(--taito-surface);
  border-top: 1px solid var(--taito-line);
  font-size: 15px;
}

.process-main {
  background: var(--taito-surface);
}

.process-hero {
  padding: 93px 0 70px;
}

.process-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, 530px) 1fr;
  gap: 78px;
  align-items: start;
}

.process-hero-copy {
  padding-top: 28px;
}

.process-hero h1,
.process-taito .taito-section h2,
.process-taito .taito-agent-section h2,
.process-taito .taito-final h2,
.process-accountability h2 {
  max-width: none;
  margin: 0;
  color: var(--taito-ink);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.process-hero h1 {
  font-size: clamp(54px, 5vw, 70px);
  line-height: 1.06;
}

.process-hero-copy > p {
  margin: 26px 0 22px;
  color: var(--taito-muted);
  font-size: 20px;
  line-height: 1.45;
}

.process-hero-copy > strong {
  display: block;
  margin-bottom: 30px;
  color: var(--taito-ink);
  font-size: 20px;
  font-weight: 500;
}

.process-hero-panel {
  min-height: 560px;
  padding: 14px;
  border-radius: 18px;
  background: var(--taito-dark);
  box-shadow: 0 36px 80px rgba(15, 14, 13, .18);
}

.process-board {
  min-height: 532px;
  padding: 18px;
  border: 1px solid rgba(250, 250, 249, .13);
  border-radius: 13px;
  background:
    radial-gradient(circle at 15% 15%, rgba(250, 250, 249, .12), transparent 28%),
    #1d1b18;
}

.process-board-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: rgba(250, 250, 249, .62);
  font-size: 14px;
}

.process-board-top strong {
  color: #b7ff7a;
  font-weight: 500;
}

.process-decision-card {
  min-height: 320px;
  padding: 28px;
  border-radius: 12px;
  background: var(--taito-surface);
}

.process-decision-card > p {
  margin: 0 0 12px;
  color: var(--taito-muted);
  font-size: 14px;
}

.process-decision-card h3 {
  margin: 0 0 28px;
  color: var(--taito-ink);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.process-status-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 13px 14px;
  color: var(--taito-muted);
  background: var(--taito-surface-2);
  border: 1px solid var(--taito-line);
  border-radius: 8px;
  font-size: 15px;
}

.process-status-row span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--taito-ink);
}

.process-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.process-mini-grid article {
  min-height: 132px;
  padding: 16px;
  border-radius: 10px;
  background: #292620;
}

.process-mini-grid span,
.process-mini-grid p {
  color: rgba(250, 250, 249, .56);
  font-size: 13px;
}

.process-mini-grid strong {
  display: block;
  margin: 30px 0 4px;
  color: var(--taito-surface);
  font-size: 22px;
  font-weight: 400;
}

.process-slow-grid,
.process-tool-grid,
.process-outcome-list {
  display: grid;
  gap: 10px;
  margin-top: 44px;
}

.process-slow-grid {
  grid-template-columns: repeat(5, 1fr);
}

.process-slow-grid article,
.process-tool-grid article,
.process-outcome-list span {
  min-height: 190px;
  padding: 20px;
  color: var(--taito-ink);
  background: var(--taito-surface-2);
  border: 1px solid var(--taito-line);
  border-radius: 14px;
  font-size: 18px;
  line-height: 1.25;
}

.process-method-head {
  max-width: 850px;
}

.process-method-head h2,
.process-accountability h2 {
  color: var(--taito-surface);
  font-size: clamp(42px, 4.6vw, 64px);
  line-height: 1.06;
}

.process-method-head p {
  margin: 24px 0 0;
  color: rgba(250, 250, 249, .72);
  font-size: 20px;
  line-height: 1.45;
}

.process-method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 46px;
}

.process-method-grid article {
  min-height: 520px;
  padding: 22px;
  border: 1px solid rgba(250, 250, 249, .13);
  border-radius: 14px;
  background: #23211d;
}

.process-method-grid span {
  color: rgba(250, 250, 249, .58);
  font-size: 14px;
}

.process-method-grid h3 {
  margin: 74px 0 16px;
  color: var(--taito-surface);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.process-method-grid p,
.process-method-grid li {
  color: rgba(250, 250, 249, .68);
  font-size: 16px;
  line-height: 1.45;
}

.process-method-grid ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
}

.process-method-grid li {
  padding-top: 12px;
  border-top: 1px solid rgba(250, 250, 249, .1);
  list-style: none;
}

.process-method-grid strong {
  color: var(--taito-surface);
  font-weight: 500;
}

.process-tool-grid {
  grid-template-columns: repeat(5, 1fr);
}

.process-tool-grid article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.process-tool-grid span {
  color: var(--taito-ink);
  font-size: 18px;
  font-weight: 500;
}

.process-tool-grid p {
  margin: 58px 0 0;
  color: var(--taito-muted);
  font-size: 15.5px;
  line-height: 1.45;
}

.process-note {
  margin-top: 12px;
  padding: 18px 20px;
  color: var(--taito-muted);
  background: var(--taito-surface-2);
  border: 1px solid var(--taito-line);
  border-radius: 14px;
  font-size: 15.5px;
}

.process-accountability {
  padding: 92px 0;
  background: var(--taito-dark);
}

.process-accountability-head {
  max-width: 740px;
}

.process-accountability .taito-label {
  color: rgba(250, 250, 249, .72);
}

.process-accountability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 44px;
}

.process-accountability-grid article {
  padding: 28px;
  border: 1px solid rgba(250, 250, 249, .13);
  border-radius: 14px;
  background: #23211d;
}

.process-accountability-grid h3 {
  margin: 0 0 28px;
  color: var(--taito-surface);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.process-accountability-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.process-accountability-grid li {
  padding: 14px;
  color: rgba(250, 250, 249, .72);
  background: rgba(250, 250, 249, .06);
  border-radius: 9px;
  font-size: 16px;
  list-style: none;
}

.process-done-grid {
  display: grid;
  grid-template-columns: minmax(320px, 470px) 1fr;
  gap: 90px;
  align-items: start;
}

.process-done-grid h2 {
  font-size: clamp(42px, 4.6vw, 64px);
  line-height: 1.06;
}

.process-done-grid p {
  margin-top: 26px;
  color: var(--taito-muted);
  font-size: 20px;
  line-height: 1.45;
}

.process-checklist {
  display: grid;
  gap: 10px;
}

.process-checklist span {
  padding: 16px 18px;
  color: var(--taito-muted);
  background: var(--taito-surface-2);
  border: 1px solid var(--taito-line);
  border-radius: 10px;
  font-size: 16px;
}

.process-outcome-list {
  grid-template-columns: repeat(4, 1fr);
}

.process-outcome-list span {
  min-height: 130px;
}

@media (max-width: 900px) {
  .site-header {
    display: flex;
    padding: 16px;
  }

  .brand {
    margin-right: auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  section,
  .hero,
  .trust-bar,
  .site-footer {
    padding: 56px 18px;
  }

  .section-grid,
  .media-grid,
  .trust-bar {
    grid-template-columns: 1fr;
  }

  .proof-grid,
  .service-grid,
  .stack-grid,
  .outcome-grid,
  .why-grid,
  .metric-list,
  .drawer-field-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 48px;
  }

  .hero-subhead,
  .section-copy p,
  .definition-layout p:last-child {
    font-size: 24px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .drawer-submit {
    width: 100%;
  }

  .stack-card {
    min-height: auto;
  }

  .simple-list {
    padding-left: 0;
  }

  .simple-list li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .media-frame {
    min-height: 420px;
  }

  .mock-window {
    width: 100%;
    min-height: 320px;
    margin: 90px 0 0 40px;
  }

  .proof-content {
    padding: 80px 24px;
  }

  .contact-panel {
    width: 100vw;
    border-left: 0;
  }

  .contact-panel-scroll {
    padding: 82px 18px 28px;
  }

  .contact-panel h2 {
    font-size: 56px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .home-taito .site-header {
    padding: 0 18px;
  }

  .taito-container {
    width: min(100% - 36px, 1194px);
  }

  .taito-hero {
    padding: 58px 0 28px;
  }

  .taito-hero-grid,
  .taito-two-col,
  .taito-agent-section .taito-agent-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-taito .taito-hero h1 {
    font-size: clamp(48px, 13vw, 64px);
    line-height: 1.05;
  }

  .taito-hero-copy > p,
  .taito-two-col > p,
  .taito-agent-grid > div > p,
  .taito-final p {
    font-size: 18px;
  }

  .taito-product {
    min-height: auto;
    padding: 10px;
  }

  .taito-app {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .taito-app-sidebar {
    display: none;
  }

  .taito-app-cards,
  .taito-logos,
  .taito-feature-grid,
  .taito-role-grid,
  .taito-metrics {
    grid-template-columns: 1fr;
  }

  .taito-app-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .taito-app-cards article {
    min-height: 94px;
    padding: 10px;
  }

  .taito-app-cards strong {
    margin-top: 10px;
    font-size: 14px;
  }

  .taito-app-cards p {
    font-size: 12px;
  }

  .taito-logo-strip {
    padding-bottom: 48px;
  }

  .taito-section,
  .taito-agent-section {
    padding: 58px 0;
  }

  .home-taito .taito-section h2,
  .home-taito .taito-agent-section h2,
  .home-taito .taito-final h2 {
    font-size: clamp(38px, 10vw, 50px);
  }

  .taito-feature-card,
  .taito-agent-card {
    min-height: auto;
  }

  .taito-service-list article {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .taito-role-grid h3 {
    margin-top: 54px;
  }

  .home-final .site-header {
    min-height: 56px;
    padding: 0 18px;
  }

  .home-final .menu-button {
    display: block;
    padding: 8px 0;
    color: var(--final-ink);
    background: transparent;
  }

  .final-container {
    width: min(100% - 36px, 1194px);
  }

  .final-hero {
    padding: 52px 0 36px;
  }

  .final-hero-grid,
  .final-section-head,
  .final-how-grid,
  .final-faq-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-final h1 {
    max-width: 100%;
    font-size: clamp(46px, 14vw, 62px);
  }

  .home-final h2 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 46px);
  }

  .final-hero-copy > p,
  .final-section-head > p,
  .final-how-grid > div > p {
    font-size: 14px;
  }

  .final-hero-visual {
    min-height: 360px;
  }

  .visual-code-card {
    left: 24px;
    width: 136px;
  }

  .visual-orange-card {
    left: 130px;
    width: 126px;
  }

  .visual-price-card {
    right: 18px;
    width: 118px;
  }

  .visual-stat-card {
    left: 24px;
    top: 202px;
  }

  .visual-task-card {
    left: 158px;
    top: 214px;
  }

  .visual-portrait {
    display: none;
  }

  .visual-prompt {
    left: 18px;
    right: 18px;
  }

  .final-logo-strip {
    width: calc(100% - 36px);
    padding: 22px 0 44px;
  }

  .final-logo-strip div,
  .final-card-grid,
  .final-outcome-grid,
  .final-project-grid,
  .final-metric-grid {
    grid-template-columns: 1fr;
  }

  .final-logo-strip div {
    gap: 12px;
  }

  .final-section {
    padding: 58px 0;
  }

  .final-service-rows article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }

  .final-performance-card {
    min-height: auto;
    padding: 34px 18px;
  }

  .final-faq-grid {
    gap: 34px;
  }

  .final-blue-cta {
    padding: 88px 0 112px;
  }

  .process-hero {
    padding: 58px 0 48px;
  }

  .process-hero-grid,
  .process-done-grid,
  .process-accountability-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .process-hero h1 {
    font-size: clamp(48px, 13vw, 64px);
    line-height: 1.05;
  }

  .process-hero-panel {
    min-height: auto;
    padding: 10px;
  }

  .process-board {
    min-height: auto;
  }

  .process-decision-card {
    min-height: auto;
    padding: 22px;
  }

  .process-decision-card h3 {
    font-size: 28px;
  }

  .process-slow-grid,
  .process-method-grid,
  .process-tool-grid,
  .process-outcome-list {
    grid-template-columns: 1fr;
  }

  .process-slow-grid article,
  .process-tool-grid article,
  .process-outcome-list span {
    min-height: auto;
  }

  .process-method-grid article {
    min-height: auto;
  }

  .process-method-grid h3 {
    margin-top: 46px;
  }

  .process-tool-grid p {
    margin-top: 32px;
  }

  .process-accountability,
  .process-taito .taito-agent-section {
    padding: 58px 0;
  }
}
