:root {
  --tm-bg: #090b0d;
  --tm-panel: #101419;
  --tm-panel-2: #151b22;
  --tm-text: #f1efe8;
  --tm-muted: #9ca5af;
  --tm-line: rgba(255, 255, 255, 0.14);
  --tm-blue: #4f96ff;
  --tm-blue-soft: rgba(40, 125, 250, 0.14);
  --tm-amber: #d99a43;
  --tm-serif: "Playfair Display", Georgia, serif;
  --tm-sans: "Instrument Sans", sans-serif;
}

html { scroll-behavior: smooth; }
body.tm-case { background: var(--tm-bg); color: var(--tm-text); font-family: var(--tm-sans); }
.tm-case nav { background: rgba(9, 11, 13, 0.92); backdrop-filter: blur(18px); border-bottom-color: var(--tm-line); }
.tm-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.tm-kicker { display: flex; justify-content: space-between; padding-top: 148px; color: var(--tm-muted); font-size: 13px; letter-spacing: .14em; }
.tm-hero { min-height: 100vh; border-bottom: 1px solid var(--tm-line); }
.tm-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; padding: 70px 0 64px; }
.tm-eyebrow, .tm-section-label { color: var(--tm-blue); font-size: 13px; letter-spacing: .15em; text-transform: uppercase; }
.tm-hero h1, .tm-section h2, .tm-outcome h2, .tm-translation h2 { margin: 18px 0 28px; font-size: clamp(54px, 7.4vw, 104px); font-weight: 500; letter-spacing: -.055em; line-height: .92; }
.tm-hero h1 em, .tm-section h2 em, .tm-outcome h2 em { color: var(--tm-amber); font-family: var(--tm-serif); font-weight: 400; }
.tm-deck { max-width: 610px; color: #c8ced4; font-size: 20px; line-height: 1.55; }
.tm-actions { display: flex; gap: 26px; align-items: center; margin-top: 42px; }
.tm-actions a { display: inline-flex; min-height: 44px; align-items: center; color: var(--tm-text); font-size: 13px; text-decoration: none; }
.tm-actions .tm-primary { padding: 0 19px; border: 1px solid #1460c8; background: #1460c8; }
.tm-actions span { margin-left: 18px; }
.tm-hero-media { margin: 0; position: relative; aspect-ratio: .84; overflow: hidden; background: var(--tm-panel); }
.tm-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(5, 7, 9, .72)); }
.tm-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.tm-hero-media figcaption { position: absolute; z-index: 1; inset: auto 22px 20px; display: flex; justify-content: space-between; gap: 18px; font-size: 13px; letter-spacing: .13em; }
.tm-hero-media figcaption span:last-child { text-align: right; }
.tm-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--tm-line); }
.tm-facts div { padding: 22px 20px 32px 0; border-right: 1px solid var(--tm-line); }
.tm-facts div + div { padding-left: 20px; }
.tm-facts dt { margin-bottom: 8px; color: var(--tm-muted); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.tm-facts dd { margin: 0; font-size: 14px; }
.tm-section, .tm-outcome { padding: 128px 0; border-bottom: 1px solid var(--tm-line); }
.tm-section-grid { display: grid; grid-template-columns: 230px 1fr; gap: 48px; }
.tm-section h2, .tm-outcome h2 { margin-top: -10px; font-size: clamp(42px, 5.6vw, 76px); }
.tm-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; max-width: 800px; }
.tm-columns p, .tm-section-intro, .tm-outcome .tm-section-grid p { margin: 0; color: #b8c0c8; font-size: 17px; line-height: 1.72; }
.tm-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 76px; background: var(--tm-line); border: 1px solid var(--tm-line); }
.tm-problem-grid article { min-height: 250px; padding: 28px; background: var(--tm-bg); }
.tm-problem-grid span { color: var(--tm-blue); font-size: 13px; letter-spacing: .12em; }
.tm-problem-grid h3 { margin: 70px 0 12px; font-size: 22px; font-weight: 500; }
.tm-problem-grid p { color: var(--tm-muted); line-height: 1.6; }
.tm-persona { display: grid; grid-template-columns: 250px 1.05fr .95fr; margin-top: 76px; border: 1px solid var(--tm-line); background: var(--tm-panel); }
.tm-persona-portrait { min-height: 100%; margin: 0; position: relative; overflow: hidden; background: var(--tm-panel-2); }
.tm-persona-portrait img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: 25% 58%; }
.tm-persona-profile, .tm-persona-behaviour { padding: 34px; }
.tm-persona-profile { border-right: 1px solid var(--tm-line); }
.tm-persona-kicker { display: flex; justify-content: space-between; gap: 16px; }
.tm-persona-kicker span, .tm-persona-behaviour span { color: var(--tm-blue); font-size: 13px; letter-spacing: .13em; }
.tm-persona-kicker small { color: var(--tm-muted); font-size: 12px; }
.tm-persona-profile h3 { margin: 34px 0 7px; font-size: 34px; font-weight: 500; letter-spacing: -.025em; }
.tm-persona-meta { margin: 0; color: var(--tm-muted); font-size: 14px; }
.tm-persona-profile blockquote { margin: 22px 0; color: #d7dce1; font-family: var(--tm-serif); font-size: 20px; line-height: 1.35; }
.tm-persona-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid var(--tm-line); }
.tm-persona-facts div { padding: 13px 10px 0 0; }
.tm-persona-facts dt { color: var(--tm-muted); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.tm-persona-facts dd { margin: 5px 0 0; font-size: 13px; }
.tm-persona-behaviour { display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
.tm-persona-behaviour p { margin: 15px 0 0; color: #c0c7ce; font-size: 14px; line-height: 1.65; }
.tm-persona-behaviour ul { list-style: none; margin: 15px 0 0; padding: 0; }
.tm-persona-behaviour li { position: relative; padding: 10px 0 10px 22px; border-top: 1px solid var(--tm-line); color: #cbd1d7; font-size: 13px; line-height: 1.45; }
.tm-persona-behaviour li::before { content: "→"; position: absolute; left: 0; color: var(--tm-amber); }
.tm-origin { display: grid; grid-template-columns: 230px 1fr; gap: 48px; margin-top: 76px; padding: 42px 0; border-top: 1px solid var(--tm-line); border-bottom: 1px solid var(--tm-line); }
.tm-origin > div:first-child { display: flex; flex-direction: column; gap: 12px; }
.tm-origin > div:first-child span { color: var(--tm-amber); font-size: 13px; letter-spacing: .13em; }
.tm-origin > div:first-child strong { color: var(--tm-muted); font-size: 13px; font-weight: 500; }
.tm-origin h3 { max-width: 770px; margin: 0 0 24px; font-size: 34px; font-weight: 500; line-height: 1.12; letter-spacing: -.025em; }
.tm-origin p { max-width: 800px; margin: 0 0 14px; color: var(--tm-muted); font-size: 15px; line-height: 1.7; }
.tm-manifesto { padding: 96px 0; background: #1460c8; }
.tm-manifesto span { font-size: 13px; letter-spacing: .14em; }
.tm-manifesto blockquote { max-width: 1040px; margin: 24px 0 0; font-size: clamp(34px, 5vw, 66px); line-height: 1.05; letter-spacing: -.04em; }
.tm-translation { padding: 128px 0; background: #ece9df; color: #11151a; }
.tm-translation h2 { max-width: 960px; font-size: clamp(43px, 6vw, 82px); }
.tm-translation-head p { font-size: 19px; color: #5d6267; }
.tm-constraint-flow { display: grid; grid-template-columns: .7fr 60px 1.3fr; gap: 20px; align-items: center; margin-top: 70px; }
.tm-user-quote { padding: 30px; border: 1px solid #bec1bc; font-size: 13px; letter-spacing: .14em; }
.tm-arrow { text-align: center; color: #1460c8; font-size: 30px; }
.tm-constraints { display: flex; flex-wrap: wrap; gap: 10px; }
.tm-constraints span { padding: 12px 14px; border: 1px solid #b8bcb8; background: rgba(255,255,255,.45); font-size: 13px; }
.tm-local-replan { display: grid; grid-template-columns: 1fr .8fr 1fr; gap: 8px; margin-top: 54px; }
.tm-local-replan div { padding: 20px; border: 1px solid #bfc2bd; }
.tm-local-replan small, .tm-local-replan strong { display: block; }
.tm-local-replan small { margin-bottom: 18px; font-size: 13px; letter-spacing: .14em; }
.tm-local-replan strong { font-size: 28px; }
.tm-local-replan .is-changed { color: white; background: #1460c8; border-color: #1460c8; }
.tm-model-rail { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 12px; border: 1px solid #bfc2bd; }
.tm-model-rail span { padding: 15px 18px; border-right: 1px solid #bfc2bd; color: #4f5558; font-size: 13px; }
.tm-model-rail span:last-child { border-right: 0; }
.tm-prototype-section { background: #0c1015; }
.tm-prototype-controller { display: flex; align-items: center; justify-content: space-between; width: min(1440px, calc(100% - 24px)); margin: 64px auto 14px; color: #e9edf2; font-size: 13px; letter-spacing: .08em; }
.tm-prototype-controller > strong { font-weight: 500; }
.tm-prototype-frame { position: relative; width: min(1440px, calc(100% - 24px)); margin: 0 auto; overflow: hidden; border: 1px solid #3a424b; border-radius: 14px; background: #d9d8d3; box-shadow: 0 40px 90px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.04); transition: width .35s ease, border-radius .35s ease, border .35s ease; }
.tm-prototype-frame[data-device="foldable"] { width: min(898px, calc(100% - 24px)); aspect-ratio: 898 / 810; border: clamp(3px, .78vw, 7px) solid #171c22; border-radius: 3% / 3.35%; background: #171c22; }
.tm-prototype-frame[data-device="mobile"] { width: min(414px, calc(100% - 24px)); aspect-ratio: 414 / 886; border: clamp(3px, 1.45vw, 6px) solid #171c22; border-radius: 13.5% / 6.3%; background: #171c22; }
.tm-prototype-frame[data-device="mobile"]::before { content: ""; position: absolute; z-index: 3; top: 1.9%; left: 50%; width: 23.4%; height: 3.05%; border-radius: 999px; background: #050608; transform: translateX(-50%); pointer-events: none; }
.tm-prototype-frame[data-device="mobile"]::after { content: ""; position: absolute; z-index: 3; bottom: 1.25%; left: 50%; width: 27.9%; height: max(2px, .45%); border-radius: 999px; background: rgba(255,255,255,.78); transform: translateX(-50%); pointer-events: none; }
.tm-browser-bar { display: flex; gap: 7px; align-items: center; height: 42px; padding: 0 14px; color: #6b7076; background: #e4e2dd; font-size: 13px; letter-spacing: .08em; }
.tm-browser-bar span { width: 8px; height: 8px; border-radius: 50%; background: #b2b2ad; }
.tm-browser-bar strong { margin-left: 8px; font-weight: 500; }
.tm-browser-bar strong { color: #4f555b; }
.tm-device-switch { display: flex; gap: 3px; margin-left: auto; padding: 3px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: rgba(255,255,255,.08); }
.tm-device-switch button { border: 0; border-radius: 6px; padding: 5px 11px; color: #9ca5af; background: transparent; font: inherit; letter-spacing: .04em; cursor: pointer; }
.tm-device-switch button:hover { color: white; }
.tm-device-switch button:focus-visible { outline: 2px solid #6aa7ff; outline-offset: 2px; }
.tm-device-switch button[aria-pressed="true"] { color: #0c1015; background: white; }
.tm-prototype-frame iframe { display: block; width: 100%; height: min(860px, 78vh); border: 0; background: white; }
.tm-prototype-frame[data-device="foldable"] iframe,
.tm-prototype-frame[data-device="mobile"] iframe { height: 100%; }
.tm-prototype-frame[data-device="foldable"] .tm-browser-bar,
.tm-prototype-frame[data-device="mobile"] .tm-browser-bar { display: none; }
.tm-prototype-frame[data-device="foldable"] iframe { border-radius: 2.25% / 2.55%; }
.tm-prototype-frame[data-device="mobile"] iframe { border-radius: 12% / 5.65%; }
.tm-prototype-fallback { display: flex; justify-content: space-between; gap: 24px; margin-top: 20px; color: var(--tm-muted); font-size: 13px; }
.tm-prototype-fallback a { color: var(--tm-text); white-space: nowrap; }
.tm-open-links { display: flex; gap: 18px; }
.tm-solution-preview { padding: 88px 0 74px; border-bottom: 1px solid var(--tm-line); background: #0c1015; }
.tm-responsive-proof { margin-top: 0; padding-top: 0; border-top: 0; }
.tm-responsive-intro { display: grid; grid-template-columns: 230px 1fr; gap: 48px; align-items: start; }
.tm-responsive-intro > span { color: var(--tm-blue); font-size: 13px; letter-spacing: .14em; }
.tm-responsive-intro h2 { max-width: 790px; margin: 0 0 18px; font-size: clamp(38px, 5vw, 66px); font-weight: 500; letter-spacing: -.045em; line-height: .96; }
.tm-responsive-intro p { max-width: 720px; margin: 0; color: var(--tm-muted); font-size: 16px; line-height: 1.65; }
.tm-device-evidence { display: grid; grid-template-columns: 1.626fr 1.110fr .460fr; gap: 18px; align-items: start; margin-top: 42px; }
.tm-device-evidence figure { min-width: 0; margin: 0; }
.tm-device-evidence figure > div { position: relative; overflow: hidden; background: transparent; }
.tm-device-evidence img { position: absolute; display: block; max-width: none; height: auto; }
.tm-evidence-desktop > div { aspect-ratio: 1.626; border-radius: 14px; }
.tm-evidence-desktop img { inset: 0; width: 100%; }
.tm-evidence-foldable > div { aspect-ratio: 2184 / 1968; }
.tm-evidence-mobile > div { aspect-ratio: 402 / 874; }
.tm-device-hardware { border: 1px solid rgba(255,255,255,.2); background: #151a1f; box-shadow: 0 24px 54px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.05); }
.tm-device-hardware img { width: auto; height: auto; object-fit: cover; }
.tm-device-hardware--foldable { border-radius: 3% / 3.35%; }
.tm-device-hardware--foldable img { inset: .7%; width: 98.6%; height: 98.6%; border-radius: 2.25% / 2.55%; }
.tm-device-hardware--mobile { border-radius: 13.5% / 6.3%; }
.tm-device-hardware--mobile::before { content: ""; position: absolute; z-index: 2; top: 1.9%; left: 50%; width: 23.4%; height: 3.05%; border-radius: 999px; background: #050608; transform: translateX(-50%); }
.tm-device-hardware--mobile img { inset: 1.15%; width: 97.7%; height: 97.7%; border-radius: 12% / 5.65%; }
.tm-device-hardware--mobile i { position: absolute; z-index: 2; bottom: 1.25%; left: 50%; width: 27.9%; height: max(2px, .45%); border-radius: 999px; background: rgba(255,255,255,.76); transform: translateX(-50%); }
.tm-device-evidence figcaption { min-height: 98px; padding: 15px 2px 0; display: flex; flex-direction: column; gap: 5px; }
.tm-device-evidence figcaption span { color: var(--tm-blue); font-size: 11px; letter-spacing: .14em; }
.tm-evidence-mobile figcaption span { font-size: 10px; letter-spacing: .1em; }
.tm-device-evidence figcaption strong { font-size: 15px; font-weight: 550; }
.tm-device-evidence figcaption small { color: var(--tm-muted); font-size: 12px; line-height: 1.45; }
.tm-system-flow { display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; margin-top: 72px; padding: 0; border: 1px solid var(--tm-line); }
.tm-system-flow li { min-height: 170px; padding: 22px; border-right: 1px solid var(--tm-line); }
.tm-system-flow span, .tm-system-flow strong, .tm-system-flow small { display: block; }
.tm-system-flow span { color: var(--tm-blue); font-size: 13px; }
.tm-system-flow strong { margin-top: 44px; font-size: 18px; font-weight: 500; }
.tm-system-flow small { margin-top: 6px; color: var(--tm-muted); }
.tm-mobility-system { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; margin-top: 52px; padding: 38px; border: 1px solid var(--tm-line); background: var(--tm-panel-2); }
.tm-mobility-system span { color: var(--tm-blue); font-size: 13px; letter-spacing: .12em; }
.tm-mobility-system h3 { max-width: 520px; margin: 20px 0 14px; font-size: 30px; font-weight: 500; line-height: 1.12; }
.tm-mobility-system p { max-width: 570px; margin: 0; color: var(--tm-muted); line-height: 1.65; }
.tm-mode-list { display: flex; flex-wrap: wrap; gap: 9px; }
.tm-mode-list span { padding: 11px 13px; border: 1px solid var(--tm-line); color: var(--tm-text); background: rgba(255,255,255,.03); font-size: 13px; letter-spacing: 0; }
.tm-mobility-system small { display: block; margin-top: 22px; color: var(--tm-amber); font-size: 13px; line-height: 1.5; }
.tm-decisions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 64px; }
.tm-decisions article { padding-top: 20px; border-top: 2px solid var(--tm-blue); }
.tm-decisions span { color: var(--tm-muted); font-size: 13px; letter-spacing: .12em; }
.tm-decisions h3 { min-height: 66px; font-size: 22px; font-weight: 500; }
.tm-decisions p { color: var(--tm-muted); line-height: 1.6; }
.tm-decisions s { color: #df7474; }
.tm-outcome { background: var(--tm-panel); }
.tm-validation { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-top: 76px; padding: 50px 0; border-top: 1px solid var(--tm-line); border-bottom: 1px solid var(--tm-line); }
.tm-validation > div > span { color: var(--tm-blue); font-size: 13px; letter-spacing: .14em; }
.tm-validation h3 { max-width: 420px; margin: 20px 0 0; font-size: 30px; font-weight: 500; line-height: 1.12; }
.tm-validation ul { list-style: none; margin: 0; padding: 0; }
.tm-validation li { display: grid; grid-template-columns: 135px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--tm-line); }
.tm-validation li:first-child { padding-top: 0; }
.tm-validation li:last-child { border-bottom: 0; }
.tm-validation strong { color: var(--tm-text); font-size: 13px; font-weight: 550; }
.tm-validation li span { color: var(--tm-muted); font-size: 13px; line-height: 1.55; }
.tm-limit { display: grid; grid-template-columns: 230px 1fr; gap: 48px; margin-top: 64px; padding: 24px 0; border-top: 1px solid var(--tm-line); border-bottom: 1px solid var(--tm-line); }
.tm-limit span { color: var(--tm-blue); font-size: 13px; letter-spacing: .13em; }
.tm-limit p { margin: 0; color: var(--tm-muted); line-height: 1.6; }
.tm-contact-cta { padding: 120px 0; background: #1460c8; color: white; }
.tm-contact-cta span { font-size: 13px; letter-spacing: .14em; }
.tm-contact-cta h2 { max-width: 950px; margin: 28px 0 20px; font-family: var(--tm-serif); font-size: clamp(44px, 6vw, 82px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.tm-contact-cta p { max-width: 620px; margin: 0; color: rgba(255,255,255,.92); font-size: 17px; line-height: 1.6; }
.tm-contact-cta a { display: inline-flex; gap: 28px; margin-top: 44px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.7); color: white; text-decoration: none; }
.tm-contact-cta i { font-style: normal; }
.tm-next { padding: 90px 0; }
.tm-next span { color: var(--tm-muted); font-size: 13px; letter-spacing: .14em; }
.tm-next a { display: flex; justify-content: space-between; margin-top: 26px; color: var(--tm-text); font-size: clamp(28px, 4vw, 54px); text-decoration: none; }
.tm-next i { color: var(--tm-blue); font-style: normal; }

@media (max-width: 900px) {
  .tm-hero-grid, .tm-section-grid { grid-template-columns: 1fr; }
  .tm-hero-grid { gap: 42px; }
  .tm-hero-media { aspect-ratio: 16 / 10; }
  .tm-facts { grid-template-columns: repeat(2, 1fr); }
  .tm-columns, .tm-decisions, .tm-validation, .tm-origin, .tm-mobility-system, .tm-responsive-intro { grid-template-columns: 1fr; }
  .tm-persona { grid-template-columns: 230px 1fr; }
  .tm-persona-portrait { grid-row: span 2; }
  .tm-persona-profile { border-right: 0; border-bottom: 1px solid var(--tm-line); }
  .tm-persona-behaviour { grid-column: 2; }
  .tm-validation { gap: 38px; }
  .tm-device-evidence { grid-template-columns: 1fr .462fr; }
  .tm-evidence-desktop { grid-column: 1 / 3; }
  .tm-evidence-mobile { grid-column: auto; }
  .tm-constraint-flow { grid-template-columns: 1fr; }
  .tm-arrow { transform: rotate(90deg); }
  .tm-system-flow { grid-template-columns: 1fr; }
  .tm-system-flow li { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--tm-line); }
  .tm-system-flow strong { margin-top: 26px; }
}

@media (max-width: 640px) {
  .tm-shell { width: min(100% - 28px, 1180px); }
  .tm-kicker { padding-top: 104px; font-size: 13px; }
  .tm-kicker span:last-child { display: none; }
  .tm-hero-grid { padding-top: 44px; }
  .tm-hero h1 { font-size: 50px; }
  .tm-deck { font-size: 17px; }
  .tm-actions { align-items: flex-start; flex-direction: column; }
  .tm-facts, .tm-problem-grid { grid-template-columns: 1fr; }
  .tm-persona { grid-template-columns: 1fr; }
  .tm-persona-portrait { grid-row: auto; aspect-ratio: 4 / 3; }
  .tm-persona-portrait img { min-height: 0; }
  .tm-persona-profile, .tm-persona-behaviour { padding: 26px; }
  .tm-persona-profile { border-bottom: 1px solid var(--tm-line); }
  .tm-persona-behaviour { grid-column: auto; }
  .tm-persona-profile h3 { margin-top: 38px; }
  .tm-section, .tm-outcome, .tm-translation { padding: 88px 0; }
  .tm-section h2, .tm-outcome h2, .tm-translation h2 { font-size: 41px; }
  .tm-local-replan { grid-template-columns: 1fr; }
  .tm-model-rail { grid-template-columns: 1fr; }
  .tm-model-rail span { border-right: 0; border-bottom: 1px solid #bfc2bd; }
  .tm-model-rail span:last-child { border-bottom: 0; }
  .tm-prototype-frame { width: calc(100% - 12px); border-radius: 12px; }
  .tm-prototype-controller { width: calc(100% - 12px); }
  .tm-prototype-frame iframe { height: 760px; }
  .tm-browser-bar strong { display: none; }
  .tm-device-switch { margin-left: auto; }
  .tm-prototype-fallback { align-items: flex-start; flex-direction: column; }
  .tm-open-links { flex-wrap: wrap; }
  .tm-solution-preview { padding: 72px 0 58px; }
  .tm-device-evidence { grid-template-columns: 1fr .462fr; gap: 12px; margin-top: 36px; }
  .tm-evidence-desktop { grid-column: 1 / 3; }
  .tm-evidence-mobile { grid-column: auto; }
  .tm-device-evidence figcaption { min-height: 132px; }
  .tm-limit { grid-template-columns: 1fr; gap: 18px; }
  .tm-validation li { grid-template-columns: 1fr; gap: 6px; }
  .tm-contact-cta { padding: 90px 0; }
}

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

.tm-kicker,
.tm-eyebrow,
.tm-section-label,
.tm-hero-media figcaption,
.tm-facts dt,
.tm-problem-grid span,
.tm-origin > div:first-child span,
.tm-manifesto span,
.tm-user-quote,
.tm-local-replan small,
.tm-model-rail span,
.tm-browser-bar,
.tm-device-switch button,
.tm-prototype-fallback,
.tm-system-flow span,
.tm-system-flow small,
.tm-mobility-system span,
.tm-mode-list span,
.tm-mobility-system small,
.tm-decisions span,
.tm-validation > div > span,
.tm-validation strong,
.tm-validation li span,
.tm-limit span,
.tm-contact-cta span,
.tm-next span {
  font-size: 13px;
}

.tm-responsive-intro > span,
.tm-device-evidence figcaption span {
  font-size: 13px;
}

.tm-evidence-mobile figcaption span {
  font-size: 10px;
}

.tm-translation .tm-section-label {
  color: #1460c8;
}

.tm-browser-bar {
  min-height: 52px;
  height: auto;
}

.tm-device-switch button,
.tm-open-links a {
  min-height: 44px;
}

.tm-open-links a {
  display: inline-flex;
  align-items: center;
}
