@font-face {
  font-family: Geist;
  src: url('assets/geist.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #0c100e;
  --surface: #121914;
  --raised: #1b241e;
  --line: #303d33;
  --text: #f0f4ef;
  --muted: #b3bfb5;
  --subtle: #94a397;
  --accent: #c3ef9b;
  --font: Geist, Arial, sans-serif;
  --gutter: clamp(22px, 4.8vw, 76px);
  --container: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 17px/1.7 var(--font); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { font-weight: 500; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a, summary { -webkit-user-select: none; user-select: none; }
img { display: block; max-width: 100%; }
svg { display: block; }
::selection { background: var(--accent); color: var(--bg); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section { padding-block: 112px; }
.eyebrow { color: var(--subtle); font-size: 12px; font-weight: 500; line-height: 1.6; letter-spacing: .07em; }
.text-accent { color: var(--accent); }
.preserve-lines { white-space: pre-line; }
h2 { font-size: clamp(37px, 3.8vw, 54px); line-height: 1.14; letter-spacing: -.035em; text-wrap: balance; }
.section-description { color: var(--muted); font-size: 17px; line-height: 1.8; }
.section-heading { display: grid; grid-template-columns: 1.15fr 1fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading .eyebrow, .section-intro > .eyebrow { margin-bottom: 23px; }
.section-heading > .section-description { max-width: 480px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; border-radius: 5px; color: var(--bg); background: var(--accent); transform: translateY(-200%); }
.skip-link:focus { transform: none; }

/* One family, a small type scale, and deliberately restrained chrome. */
.site-header { position: sticky; z-index: 20; top: 0; background: #0c100ef2; border-bottom: 1px solid #263128; backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.wordmark { display: inline-flex; gap: 12px; align-items: center; white-space: nowrap; line-height: 1; }
.brand-icon { width: 30px; height: 30px; fill: none; stroke: var(--accent); stroke-width: 2.5; }
.wordmark > span { display: flex; gap: 5px; font-size: 13px; letter-spacing: -.025em; }
.wordmark strong { font-weight: 650; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { color: var(--muted); font-size: 14px; padding-block: 15px; transition: color .2s; }
.main-nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 23px; }
.language-switch { display: flex; align-items: center; gap: 2px; }
.language-switch button { min-width: 32px; min-height: 44px; padding: 8px 4px; border: 0; background: none; color: var(--subtle); font-size: 12px; }
.language-switch button[aria-pressed=true] { color: var(--text); font-weight: 650; }
.header-contact { display: flex; gap: 22px; align-items: center; border: 1px solid #465548; padding: 9px 16px; border-radius: 5px; font-size: 14px; transition: background .2s, border-color .2s; }
.header-contact:hover { border-color: var(--accent); background: var(--raised); }
.arrow { font-size: 22px; line-height: 1; transition: transform .2s; }
a:hover > .arrow { transform: translate(2px, -2px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; height: 1.5px; width: 24px; margin: 5px 0; background: var(--text); transition: transform .2s; }

/* The migration diagram is a working explanation, not a product screenshot. */
.hero { display: grid; grid-template-columns: 1.06fr 1fr; gap: 48px; align-items: center; padding-block: 90px 80px; }
.hero-copy { padding-block: 12px; }
.hero-eyebrow { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 11px; }
.status-dot { display: block; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; flex-shrink: 0; }
.hero h1 { font-size: clamp(55px, 5.85vw, 84px); line-height: 1.04; letter-spacing: -.04em; margin-top: 30px; }
.hero h1 > span { display: block; }
.hero-promise { font-size: 22px; margin-top: 22px; font-weight: 400; color: #dae3db; letter-spacing: -.015em; }
.hero-intro { max-width: 535px; color: var(--muted); font-size: 17px; line-height: 1.8; margin-top: 19px; text-wrap: pretty; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 54px; padding: 14px 20px; border-radius: 5px; border: 1px solid transparent; font-size: 14px; line-height: 1.5; font-weight: 550; transition: background .2s, transform .2s; }
.button-primary { background: var(--accent); color: #152011; }
.button-primary:hover { background: #d6ffb5; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 450; color: var(--text); }
.text-link > span:last-child { color: var(--accent); }
.text-link:hover { color: var(--accent); }
.hero-footnote { display: flex; gap: 9px; align-items: center; color: var(--subtle); font-size: 12px; margin-top: 24px; }
.hero-footnote svg { width: 18px; height: 18px; fill: none; stroke: var(--accent); stroke-width: 1.5; }
.migration-board { min-width: 0; background: #111813; border: 1px solid #344136; border-radius: 10px; box-shadow: 0 24px 64px -32px #0009; overflow: hidden; animation: board-enter .8s cubic-bezier(.2,.65,.3,1) both; }
.board-header { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 17px 21px; border-bottom: 1px solid #2b372e; }
.board-header .eyebrow { font-size: 10px; color: #b8c6bb; letter-spacing: .06em; }
.motion-toggle { display: flex; align-items: center; gap: 7px; min-height: 30px; padding: 3px 0 3px 8px; font-size: 11px; background: none; border: 0; color: var(--subtle); }
.motion-toggle:hover { color: var(--accent); }
.motion-symbol { font-size: 13px; }
.graph { position: relative; height: 335px; margin: 15px 12px 3px; }
.graph-content { position: absolute; inset: 0; }
.graph-lines { position: absolute; inset: 0; height: 100%; width: 100%; overflow: visible; }
.graph-lines path { fill: none; stroke-width: 1.2px; vector-effect: non-scaling-stroke; }
.circuit-base { stroke: #425844; }
.circuit-signal { stroke: var(--accent); stroke-dasharray: 7 80; }
.js-enabled .circuit-signal { animation: circuit-flow 10s linear infinite; }
.graph-label { position: absolute; left: 0; width: 100%; text-align: center; font-size: 10px; letter-spacing: .09em; color: #9bac9e; }
.graph-label-top { top: 0; }
.graph-label-bottom { bottom: 0; }
.graph-node { position: absolute; width: 40%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 8px; background: #19221c; border: 1px solid #3b4a3e; border-radius: 5px; color: #d3dcd5; font-size: 14px; font-weight: 450; line-height: 1.4; text-align: center; transform: translate(-50%, -50%); transition: border-color .4s, background .4s, color .4s; }
.source { top: 20%; }
.source-a, .target-a { left: 22.5%; }
.source-b, .target-b { left: 77.5%; }
.target { top: 85%; }
.node-icon { display: grid; place-items: center; min-width: 23px; height: 24px; border: 1px solid #465b4b; border-radius: 3px; color: #acbdaf; font-size: 10px; }
.target-check { color: var(--accent); font-size: 15px; }
.graph-core { position: absolute; top: 52%; left: 50%; width: 48%; min-height: 125px; transform: translate(-50%, -50%); display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 14px 8px 22px; color: var(--text); background: #233024; border: 1px solid #607959; border-radius: 7px; box-shadow: 0 0 0 5px #1c261e, 0 0 0 6px #334336; transition: border-color .4s, background .4s; }
.core-symbol { color: var(--accent); font-size: 29px; line-height: 1; margin-bottom: 6px; }
.graph-core strong { font-size: 19px; font-weight: 500; letter-spacing: -.02em; }
.graph-core > span[data-i18n] { color: #bdcbbd; font-size: 11px; }
.core-tag { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--accent); color: #203019; padding: 3px 10px; border-radius: 3px; font-size: 9px; font-weight: 600; letter-spacing: .05em; }
.core-corner { position: absolute; width: 13px; height: 13px; border-color: var(--accent); border-style: solid; }
.corner-a { left: -7px; top: -7px; border-width: 1px 0 0 1px; }
.corner-b { bottom: -7px; right: -7px; border-width: 0 1px 1px 0; }
.migration-board[data-stage="0"] .source { border-color: #7f9a72; background: #233025; color: var(--text); }
.migration-board[data-stage="1"] .graph-core { border-color: var(--accent); background: #2c3e29; }
.migration-board[data-stage="2"] .target { border-color: var(--accent); background: #283b25; color: var(--text); }
.migration-board[data-stage="0"] .circuit-signal path:nth-child(n+3), .migration-board[data-stage="2"] .circuit-signal path:nth-child(-n+2) { opacity: .2; }
.motion-paused .circuit-signal, .diagram-offscreen .circuit-signal { animation-play-state: paused; }
.flow-controls { margin: 17px 20px 0; border: 1px solid #39493b; border-radius: 6px; overflow: hidden; }
.flow-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #39493b; }
.flow-tab { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 47px; padding: 11px 6px; border: 0; border-right: 1px solid #303e33; background: #141d17; font-size: 12px; color: var(--muted); transition: color .2s, background .2s; }
.flow-tab:last-child { border-right: 0; }
.flow-tab[aria-selected=true] { color: var(--accent); background: #243221; }
.flow-tab:hover { background: #223022; color: var(--text); }
.flow-tab:focus-visible { outline-offset: -4px; }
.flow-number { color: #9cae96; font-size: 10px; }
.flow-panel { display: flex; align-items: center; min-height: 88px; padding: 15px 18px; background: #17201a; }
.flow-panel p { color: #c3d0c4; font-size: 14px; line-height: 1.7; animation: panel-enter .25s ease-out; }
.flow-panel:focus-visible { outline-offset: -4px; }
.flow-note { color: var(--subtle); font-size: 10px; text-align: center; padding: 14px 15px; }
@keyframes circuit-flow { to { stroke-dashoffset: -348; } }
@keyframes board-enter { from { opacity: .15; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes panel-enter { from { opacity: .3; transform: translateY(5px); } to { opacity: 1; transform: none; } }

.tech-strip { padding-block: 12px 40px; border-bottom: 1px solid var(--line); }
.tech-strip > .eyebrow { text-align: center; font-size: 10px; margin-bottom: 25px; }
.tech-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 32px; color: #c0cbc1; font-size: 20px; font-weight: 500; letter-spacing: -.025em; }
.tech-list > span:nth-child(1) { font-size: 29px; font-weight: 650; }
.tech-list > span:nth-child(4) { font-size: 27px; font-weight: 650; }

/* Open editorial rows keep the business argument easy to scan. */
.reason-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 100px; }
.section-intro > .section-description { margin-top: 25px; max-width: 470px; }
.section-intro > .text-link { margin-top: 28px; }
.reason { display: grid; grid-template-columns: 34px 1fr; gap: 22px; padding-block: 30px; border-top: 1px solid var(--line); }
.reason:first-child { padding-top: 0; border: 0; }
.reason:last-child { padding-bottom: 0; }
.reason-number { color: var(--accent); font-size: 13px; padding-top: 6px; }
.reason h3 { font-size: 23px; line-height: 1.35; letter-spacing: -.015em; margin-bottom: 13px; text-wrap: balance; }
.reason p { color: var(--muted); font-size: 16px; line-height: 1.8; }

.scope-section { border-block: 1px solid var(--line); background: #101612; }
.service-list { border: 1px solid #3d4b40; border-radius: 8px; overflow: hidden; }
.service { border-bottom: 1px solid #344237; background: #131b16; transition: background .25s; }
.service:last-child { border-bottom: 0; }
.service[open] { background: #19231c; }
.service summary { display: grid; grid-template-columns: 35px 1fr 1.05fr 28px; align-items: center; gap: 22px; padding: 26px 30px; cursor: pointer; list-style: none; scroll-margin-top: 104px; transition: background .2s; }
.service summary::-webkit-details-marker { display: none; }
.service summary:hover { background: #202e23; }
.service summary:focus-visible { outline-offset: -5px; }
.service-number { color: var(--subtle); font-size: 13px; }
.service h3 { font-size: 25px; letter-spacing: -.025em; line-height: 1.35; }
.service-short { color: var(--muted); font-size: 14px; }
.service-toggle { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #566b59; border-radius: 50%; color: var(--muted); font-size: 21px; line-height: 1; transition: transform .25s, color .25s; }
.service[open] .service-toggle { transform: rotate(45deg); color: var(--accent); border-color: #6e8b62; }
.service[open] .service-number { color: var(--accent); }
.service-body { display: grid; grid-template-columns: 1fr 1.05fr; gap: 30px 55px; padding: 6px 80px 34px 87px; animation: panel-enter .3s ease-out; }
.service:not([open]) .service-body { display: none; }
.service-intro h4 { font-size: 23px; font-weight: 450; line-height: 1.4; letter-spacing: -.015em; white-space: pre-line; margin-bottom: 15px; }
.service-intro > p { font-size: 16px; line-height: 1.8; color: var(--muted); }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.service-tags span { font-size: 11px; line-height: 1.5; border: 1px solid #485a4b; border-radius: 4px; padding: 5px 9px; color: #c4d0c6; }
.service-body ul { list-style: none; margin: 0; padding: 0; }
.service-body li { position: relative; color: #d5ded7; font-size: 15px; line-height: 1.8; padding: 11px 0 11px 23px; border-bottom: 1px solid #344437; }
.service-body li:first-child { padding-top: 0; }
.service-body li:last-child { border: 0; }
.service-body li::before { content: '↗'; position: absolute; left: 0; color: var(--accent); }
.service-outcome { grid-column: 1 / -1; display: grid; grid-template-columns: 140px 1fr; gap: 25px; align-items: baseline; border-top: 1px solid #405343; padding-top: 24px; }
.service-outcome strong { color: var(--accent); font-size: 11px; letter-spacing: .05em; font-weight: 500; }
.service-outcome p { color: var(--muted); font-size: 15px; line-height: 1.7; }

.approach-section .section-heading h2 > span { display: block; }
.approach-badge { display: inline-flex; color: var(--accent); font-size: 11px; letter-spacing: .05em; padding: 5px 9px; border: 1px solid #4b6245; border-radius: 4px; margin-bottom: 19px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; margin-top: 56px; }
.step-top { display: flex; justify-content: space-between; align-items: center; padding-top: 25px; border-top: 1px solid #4d614d; color: var(--accent); font-size: 18px; margin-bottom: 30px; }
.step-top > span:last-child { font-size: 23px; line-height: 1; }
.process-step h3 { font-size: 25px; line-height: 1.3; letter-spacing: -.025em; margin-bottom: 16px; }
.process-step > p { font-size: 16px; color: var(--muted); line-height: 1.8; }
.step-result { display: block; padding-top: 25px; font-size: 12px; color: #c5d8ba; line-height: 1.7; }
.approach-note { display: flex; align-items: center; gap: 24px; margin-top: 52px; padding: 25px 30px; border-left: 2px solid var(--accent); background: #172019; }
.note-icon { font-size: 30px; color: var(--accent); }
.approach-note p:first-child { font-size: 17px; }
.approach-note p:last-child { font-size: 13px; color: var(--muted); margin-top: 5px; }
.section-enter { animation: panel-enter .6s ease-out; }

.team-section { background: #111713; border-block: 1px solid var(--line); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.portrait { position: relative; overflow: hidden; aspect-ratio: 1.25; border-radius: 6px; background: #28332a; }
.portrait img { height: 100%; width: 100%; object-fit: cover; object-position: 50% 24%; filter: grayscale(1) brightness(.86); transition: filter .5s, transform .6s; }
.team-member:hover .portrait img { transform: scale(1.03); filter: grayscale(1) brightness(1); }
.portrait-index { position: absolute; bottom: 13px; left: 14px; display: grid; place-items: center; width: 30px; height: 30px; background: #111c16e8; border: 1px solid #778777; border-radius: 4px; color: #e1ebdd; font-size: 11px; }
.team-role { font-size: 12px; color: var(--accent); margin-top: 24px; }
.team-member h3 { font-size: 26px; font-weight: 450; letter-spacing: -.025em; line-height: 1.4; margin-block: 6px 11px; }
.team-member > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.8; }
.demo-note { font-size: 11px; color: var(--subtle); margin-top: 31px; }

.contact-section { display: grid; grid-template-columns: 1.15fr 1fr; gap: 90px; align-items: center; padding-block: 105px; }
.contact-title > .eyebrow { color: var(--accent); margin-bottom: 25px; }
.contact-title h2 { font-size: clamp(45px, 4.7vw, 66px); }
.contact-prompt { color: var(--muted); font-size: 15px; margin-top: 24px; }
.contact-details > p:first-child { font-size: 18px; color: var(--muted); line-height: 1.8; }
.contact-pending, .contact-mail { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--accent); font-size: 25px; font-weight: 450; line-height: 1.5; padding-block: 25px 15px; border-bottom: 1px solid #5b7253; overflow-wrap: anywhere; }
.contact-mail::after { content: '↗'; font-size: 30px; }
.contact-mail:hover { color: #e2ffc9; }
.contact-hint { color: var(--subtle); font-size: 12px; margin-top: 17px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 34px; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-bottom { padding-top: 25px; }
.footer-bottom p { color: var(--subtle); font-size: 12px; }

@media (max-width: 1150px) {
  .header-inner { gap: 22px; }
  .main-nav { gap: 20px; }
  .main-nav a { font-size: 13px; }
  .header-actions { gap: 16px; }
  .header-contact { gap: 13px; font-size: 13px; padding-inline: 12px; }
  .hero { gap: 33px; padding-block: 65px; }
  .hero h1 { font-size: 65px; }
  .hero-ctas { gap: 20px; }
  .hero-intro { font-size: 16px; }
  .board-header { padding-inline: 17px; }
  .board-header .eyebrow { font-size: 9px; }
  .graph { height: 310px; margin-inline: 9px; }
  .graph-node { font-size: 11px; gap: 6px; }
  .graph-core { width: 53%; }
  .node-icon { display: none; }
  .flow-controls { margin-inline: 15px; }
  .flow-tab { font-size: 11px; gap: 6px; }
  .flow-panel { min-height: 109px; padding: 13px 16px; }
  .section { padding-block: 87px; }
  .section-heading, .reason-layout { gap: 55px; }
  .service-body { gap: 28px 35px; padding-inline: 75px 45px; }
  .service summary { gap: 18px; }
  .service h3 { font-size: 23px; }
  .process-grid { gap: 28px; }
  .contact-section { gap: 65px; padding-block: 85px; }
}
@media (max-width: 960px) {
  .header-inner { min-height: 74px; }
  .header-actions { margin-left: auto; gap: 20px; }
  .js-enabled .main-nav { display: none; position: absolute; top: 74px; left: 0; width: 100%; padding: 17px var(--gutter) 24px; background: #101813; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px #0005; }
  .js-enabled .main-nav.menu-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a { font-size: 16px; padding: 12px; }
  .js-enabled .menu-toggle { display: block; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  html:not(.js-enabled) .header-inner { flex-wrap: wrap; padding-block: 17px; }
  html:not(.js-enabled) .main-nav { order: 2; width: 100%; justify-content: space-between; margin: 0; }
  html:not(.js-enabled) .header-actions { display: none; }
  .hero { grid-template-columns: 1fr; gap: 43px; padding-top: 53px; }
  .hero-copy { max-width: 710px; }
  .hero h1 { font-size: clamp(62px, 8.3vw, 80px); }
  .hero-intro { max-width: 640px; font-size: 18px; }
  .hero-ctas { gap: 30px; }
  .migration-board { width: 100%; max-width: 710px; justify-self: center; }
  .graph { height: 335px; max-width: 570px; margin-inline: auto; }
  .graph-node { font-size: 14px; }
  .graph-core { width: 47%; }
  .node-icon { display: grid; }
  .board-header { padding-inline: 23px; }
  .board-header .eyebrow { font-size: 11px; }
  .flow-controls { margin-inline: 23px; }
  .flow-tab { font-size: 14px; gap: 9px; }
  .flow-panel { min-height: 77px; padding: 17px 21px; }
  .flow-panel p { font-size: 14px; }
  .flow-note { font-size: 11px; }
  .tech-list { justify-content: center; gap: 20px 35px; font-size: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 39px; }
  .section-heading > .section-description { max-width: 680px; }
  .reason-layout { grid-template-columns: 1fr; gap: 43px; }
  .section-intro > .section-description { max-width: 650px; }
  .section-intro h2 { white-space: normal; }
  .reason { padding-block: 26px; }
  .reason p { max-width: 650px; }
  .service summary { grid-template-columns: 30px 1fr 28px; gap: 17px; padding-inline: 25px; }
  .service-short { display: none; }
  .service-body { padding-inline: 72px 30px; }
  .service-intro h4 { font-size: 21px; }
  .service-body li { font-size: 14px; }
  .process-grid { gap: 25px; margin-top: 43px; }
  .process-step h3 { font-size: 23px; }
  .step-result { font-size: 11px; }
  .team-grid { gap: 22px; }
  .team-role { font-size: 11px; }
  .team-member h3 { font-size: 23px; }
  .team-member > p:last-child { font-size: 15px; }
  .contact-section { gap: 44px; }
  .contact-details > p:first-child { font-size: 16px; }
  .contact-pending, .contact-mail { font-size: 22px; }
}
@media (max-width: 650px) {
  :root { --gutter: 22px; }
  html { scroll-padding-top: 90px; }
  .header-inner { min-height: 70px; gap: 12px; }
  .wordmark { gap: 9px; }
  .brand-icon { width: 25px; height: 25px; }
  .wordmark > span { font-size: 11px; gap: 4px; }
  .header-actions { gap: 13px; }
  .header-contact { display: none; }
  .js-enabled .main-nav { top: 70px; }
  .hero { padding-block: 39px 44px; gap: 35px; }
  .hero-copy { padding-block: 0; }
  .hero-eyebrow { font-size: 9px; letter-spacing: .045em; gap: 8px; }
  .hero h1 { font-size: clamp(48px, 10.6vw, 67px); line-height: 1.06; margin-top: 25px; }
  .hero-promise { font-size: 20px; margin-top: 20px; }
  .hero-intro { font-size: 16px; line-height: 1.8; margin-top: 18px; }
  .hero-ctas { gap: 23px; margin-top: 25px; }
  .button { font-size: 14px; min-height: 52px; padding-inline: 18px; gap: 23px; }
  .text-link { font-size: 14px; }
  .hero-footnote { align-items: flex-start; font-size: 11px; max-width: 310px; margin-top: 23px; }
  .hero-footnote svg { flex-shrink: 0; }
  .board-header { padding: 12px 15px; gap: 5px; }
  .board-header .eyebrow { font-size: 10px; letter-spacing: .04em; }
  .motion-toggle { font-size: 10px; gap: 5px; min-height: 34px; }
  .graph { height: 300px; margin-inline: 5px; }
  .graph-node { font-size: 12px; min-height: 45px; gap: 6px; width: 42%; padding-inline: 5px; }
  .graph-label { font-size: 9px; }
  .node-icon { display: none; }
  .graph-core { width: 62%; min-height: 119px; }
  .graph-core strong { font-size: 16px; }
  .graph-core > span[data-i18n] { font-size: 10px; }
  .flow-controls { margin: 17px 13px 0; }
  .flow-tab { font-size: 12px; padding: 12px 4px; min-height: 48px; }
  .flow-number { display: none; }
  .flow-panel { min-height: 107px; padding: 14px 16px; }
  .flow-panel p { font-size: 13px; }
  .flow-note { font-size: 10px; padding: 14px 15px; }
  .tech-strip { padding-block: 5px 35px; }
  .tech-strip > .eyebrow { font-size: 9px; margin-bottom: 22px; }
  .tech-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; text-align: center; font-size: 17px; }
  .tech-list > span:nth-child(1) { font-size: 24px; }
  .tech-list > span:nth-child(4) { font-size: 23px; }
  .section { padding-block: 63px; }
  h2 { font-size: clamp(34px, 7.5vw, 43px); }
  .eyebrow { font-size: 10px; letter-spacing: .06em; }
  .preserve-lines { white-space: normal; }
  .section-description { font-size: 16px; }
  .section-heading { gap: 24px; margin-bottom: 32px; }
  .section-heading .eyebrow, .section-intro > .eyebrow { margin-bottom: 21px; }
  .section-intro > .section-description { margin-top: 22px; }
  .reason-layout { gap: 35px; }
  .reason { grid-template-columns: 25px 1fr; gap: 15px; padding-block: 26px; }
  .reason h3 { font-size: 22px; }
  .reason p { font-size: 16px; }
  .reason-number { font-size: 11px; }
  .service summary { grid-template-columns: 23px 1fr 25px; gap: 12px; padding: 23px 18px; }
  .service h3 { font-size: 20px; }
  .service-number { font-size: 11px; }
  .service-toggle { width: 25px; height: 25px; font-size: 19px; }
  .service-body { grid-template-columns: 1fr; padding: 2px 22px 27px; gap: 24px; }
  .service-intro h4 { font-size: 22px; white-space: normal; }
  .service-intro > p { font-size: 16px; }
  .service-body li { font-size: 15px; }
  .service-tags { margin-top: 19px; }
  .service-outcome { grid-template-columns: 1fr; gap: 9px; padding-top: 20px; }
  .process-grid { grid-template-columns: 1fr; gap: 32px; margin-top: 33px; }
  .step-top { margin-bottom: 22px; padding-top: 22px; font-size: 17px; }
  .process-step h3 { font-size: 25px; }
  .process-step > p { font-size: 16px; }
  .step-result { font-size: 12px; padding-top: 19px; }
  .approach-note { align-items: flex-start; gap: 15px; margin-top: 36px; padding: 23px 20px; }
  .approach-note p:first-child { font-size: 16px; }
  .approach-note p:last-child { font-size: 12px; margin-top: 12px; }
  .note-icon { font-size: 24px; }
  .team-grid { grid-template-columns: 1fr; gap: 35px; }
  .portrait { aspect-ratio: 1.3; }
  .team-role { font-size: 12px; margin-top: 22px; }
  .team-member h3 { font-size: 27px; }
  .team-member > p:last-child { font-size: 16px; }
  .demo-note { font-size: 10px; }
  .contact-section { grid-template-columns: 1fr; padding-block: 63px; gap: 32px; }
  .contact-title h2 { font-size: 44px; }
  .contact-prompt { font-size: 14px; margin-top: 20px; }
  .contact-pending, .contact-mail { font-size: 24px; padding-top: 20px; }
  .footer-top { gap: 15px; }
  .footer-top .text-link { font-size: 12px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; padding-top: 22px; }
  .footer-bottom p { font-size: 11px; }
}
@media (max-width: 380px) {
  :root { --gutter: 18px; }
  .header-actions { gap: 5px; }
  .wordmark { gap: 7px; }
  .wordmark > span { font-size: 10px; }
  .brand-icon { width: 23px; height: 23px; }
  .language-switch button { min-width: 28px; }
  .hero h1 { font-size: clamp(40px, 13.1vw, 46px); }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .board-header .eyebrow { max-width: 157px; }
  .flow-tab { font-size: 11px; }
  .flow-panel { min-height: 125px; }
  .graph-node { font-size: 11px; }
  .graph-core strong { font-size: 15px; }
  .flow-note { font-size: 9px; }
  .service h3 { font-size: 18px; }
  .service summary { padding-inline: 15px; gap: 10px; }
  .service-body { padding-inline: 19px; }
  .contact-title h2 { font-size: 39px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  /* Reduced motion is the default; the diagram has an explicit play control. */
  .migration-board.motion-enabled:not(.diagram-offscreen) .circuit-signal { animation: circuit-flow 10s linear infinite !important; }
}
