@font-face {font-family:Sora;src:url("fonts/sora-latin-400-normal.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face {font-family:Sora;src:url("fonts/sora-latin-600-normal.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face {font-family:Manrope;src:url("fonts/manrope-latin-400-normal.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face {font-family:Manrope;src:url("fonts/manrope-latin-500-normal.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face {font-family:Manrope;src:url("fonts/manrope-latin-600-normal.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face {font-family:Manrope;src:url("fonts/manrope-latin-700-normal.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}
:root {
  --bg:#081525; --deep:#06101c; --ink:#f2f6fc; --muted:#b3c3d5;
  --line:rgba(179,204,233,.2); --strong:rgba(179,204,233,.33);
  --blue:#91b5ff; --cyan:#98dfff; --dark:#172a42; --soft:#53677e; --light-line:#d4dfec;
  --display:Sora,"Segoe UI",Helvetica,Arial,sans-serif;
  --body:Manrope,"Segoe UI",Helvetica,Arial,sans-serif;
  --gutter:clamp(20px,4.3vw,88px); --header-height:88px;
}
* {box-sizing:border-box}
html {scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 18px)}
body {margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 var(--body);-webkit-font-smoothing:antialiased}
::selection {color:#071626;background:var(--cyan)}
a {color:inherit;text-decoration:none}
button,input,textarea,select {font:inherit}
button,a {-webkit-tap-highlight-color:transparent}
img {display:block;max-width:100%}
[hidden] {display:none!important}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {outline:3px solid #59bcf6;outline-offset:4px}
.skip-link {position:fixed;z-index:200;top:12px;left:16px;transform:translateY(-180%);padding:10px 16px;background:#fff;color:var(--bg);font-weight:700}
.skip-link:focus {transform:translateY(0)}
.page-shell {width:100%;max-width:1760px;margin-inline:auto;padding-inline:var(--gutter)}
.section {padding-block:clamp(88px,8vw,132px)}
.theme-light {background:#fff;color:var(--dark)}
.surface-soft {background:#f0f5fa}
.theme-light em {color:#3260b5}
h1,h2,h3,p {margin-top:0}
h1,h2,h3 {font-family:var(--display);font-weight:600;letter-spacing:-.038em}
h1 {font-size:clamp(3.7rem,5.05vw,6.1rem);line-height:1.04}
h2 {font-size:clamp(2.7rem,4.15vw,4.7rem);line-height:1.1}
h3 {line-height:1.24}
em {color:var(--blue);font-style:normal}
.site-header {position:sticky;z-index:100;top:0;height:var(--header-height);background:rgba(7,19,34,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.site-header.is-scrolled {background:rgba(6,16,29,.98);box-shadow:0 12px 28px rgba(0,0,0,.12)}
.header-inner {display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:24px;width:100%;max-width:1760px;height:100%;margin-inline:auto;padding-inline:var(--gutter)}
.brand {display:inline-flex;width:max-content;align-items:center;flex-shrink:0}
.brand-logo {width:202px;height:auto}
.desktop-nav {display:flex;align-items:center;gap:clamp(18px,2.1vw,38px)}
.desktop-nav a {position:relative;padding:10px 0;color:#c0cede;font-size:.91rem;font-weight:600;letter-spacing:.005em;white-space:nowrap;transition:color .2s}
.desktop-nav a::after {content:"";position:absolute;right:100%;bottom:3px;left:0;height:2px;background:var(--blue);transition:right .2s}
.desktop-nav a:hover,.desktop-nav a[aria-current="location"] {color:#fff}
.desktop-nav a:hover::after,.desktop-nav a[aria-current="location"]::after {right:0}
.header-cta {justify-self:end;display:inline-flex;align-items:center;gap:20px;min-height:45px;padding:9px 15px 9px 18px;border:1px solid #9abaff;border-radius:7px;background:#94b6ff;color:#0a1d36;font-size:.9rem;font-weight:750;white-space:nowrap;transition:background .2s,transform .2s}
.header-cta:hover {background:#b0caff;transform:translateY(-2px)}
.header-cta span {font-size:1.08rem}
.menu-toggle,.mobile-nav {display:none}
.hero {position:relative;isolation:isolate;overflow:hidden;background:#081525;border-bottom:1px solid var(--line)}
.hero-grid {position:relative;z-index:2;display:flex;align-items:center;min-height:690px;padding-top:86px;padding-bottom:96px}
.hero-copy {width:100%;max-width:670px}
.kicker,.section-index,.panel-kicker {color:var(--cyan);font-size:.8rem;font-weight:750;letter-spacing:.13em;line-height:1.45;text-transform:uppercase}
.kicker {margin-bottom:30px;color:#b1d9f3}
.kicker::before {content:"";display:inline-block;vertical-align:middle;width:28px;height:1px;margin-right:14px;background:currentColor}
.hero h1 {max-width:12ch;margin-bottom:27px;font-size:clamp(3.9rem,5.9vw,6.9rem);line-height:1.03}
.hero h1 em {color:#a7c6ff}
.hero-lead {max-width:55ch;margin-bottom:36px;color:#d3deeb;font-size:clamp(1.09rem,1.45vw,1.23rem);line-height:1.68}
.hero-actions {display:flex;flex-wrap:wrap;gap:12px}
.button {display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:54px;padding:13px 20px;border:1px solid transparent;border-radius:7px;font-size:.94rem;font-weight:700;cursor:pointer;transition:transform .2s,background .2s,border-color .2s}
.button:hover {transform:translateY(-2px)}
.button-primary {background:#93b5ff;color:#0a1c32}
.button-primary:hover {background:#b0caff}
.button-quiet {border-color:rgba(196,217,241,.35);color:#f1f5fc;background:rgba(16,35,56,.45)}
.button-quiet span {color:var(--cyan)}
.button-quiet:hover {border-color:#a4c5eb;background:#142d49}
.hero-visual {position:absolute;z-index:0;top:0;right:0;bottom:0;width:70%;overflow:hidden;background:#071525}
.hero-visual picture {position:absolute;inset:0}
.hero-visual picture,.hero-visual img {width:100%;height:100%}
.hero-visual img {object-fit:cover;object-position:63% center}
.hero-visual::after {content:"";position:absolute;inset:0;background:linear-gradient(90deg,#081525 0,rgba(8,21,37,.96) 17%,rgba(8,21,37,.65) 42%,rgba(8,21,37,.12) 77%),linear-gradient(0deg,rgba(8,21,37,.45),transparent 22%,transparent 72%,rgba(8,21,37,.26));pointer-events:none}
.section-index {display:flex;align-items:center;gap:13px;margin-bottom:27px}
.section-index span {color:var(--blue)}
.section-index::after {content:"";width:31px;height:1px;background:currentColor;opacity:.7}
.theme-light .section-index {color:#4266a1}
.theme-light .section-index span {color:#3157a0}
.direction-intro,.section-heading {display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,.58fr);align-items:end;gap:clamp(48px,8vw,145px)}
.direction-intro h2,.section-heading h2 {margin-bottom:0}
.direction-intro>p,.section-heading>p {max-width:48ch;margin:0 0 7px;color:var(--soft);font-size:1.08rem;line-height:1.75}
.outcome-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin-top:76px}
.outcome {padding-top:25px;border-top:1px solid var(--light-line)}
.outcome>span,.card-number,.context-card>span {color:#315eb5;font-size:.8rem;font-weight:700;letter-spacing:.12em}
.outcome h3 {margin:28px 0 12px;font-size:1.38rem}
.outcome p {max-width:52ch;margin:0;color:var(--soft)}
.section-heading {margin-bottom:56px}
.expertise-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.expertise-card {display:flex;flex-direction:column;min-height:425px;padding:clamp(27px,2.4vw,39px);border:1px solid #dce5ef;border-radius:13px;background:#fff;box-shadow:0 8px 24px rgba(22,49,85,.035);transition:transform .22s,border-color .22s,box-shadow .22s}
.expertise-card:hover {transform:translateY(-4px);border-color:#9ebbe8;box-shadow:0 18px 38px rgba(22,49,85,.1)}
.card-top {display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px}
.card-symbol {color:#3c69b5;font:400 2rem/1 var(--display)}
.code-symbol {font-size:1.3rem}
.expertise-card h3 {max-width:21ch;margin-bottom:14px;font-size:1.47rem}
.expertise-card>p {max-width:50ch;margin-bottom:19px;color:var(--soft)}
.expertise-card ul {list-style:none;margin:0 0 25px;padding:0;color:#3c536d;font-size:.94rem}
.expertise-card li {position:relative;padding:5px 0 5px 15px}
.expertise-card li::before {content:"";position:absolute;top:17px;left:0;width:5px;height:1px;background:#3d6fd1}
.expertise-card a {display:flex;justify-content:space-between;gap:18px;margin-top:auto;padding-top:18px;border-top:1px solid #dfe7f0;color:#234982;font-size:.91rem;font-weight:700}
.expertise-card a:hover {color:#0b3274}
.expertise-card a span {color:#315eb5}
.solutions {background:#0a1a2e}
.solutions .section-heading>p {color:var(--muted)}
.solution-explorer {display:grid;grid-template-columns:minmax(290px,.68fr) minmax(0,1.32fr);min-height:540px;overflow:hidden;border:1px solid rgba(190,215,242,.25);border-radius:14px;background:#10243b}
.solution-tabs {border-right:1px solid var(--strong);background:#0d2035}
.solution-tabs button {display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:25%;padding:24px clamp(22px,2.5vw,36px);border:0;border-bottom:1px solid var(--line);background:transparent;color:#c4d1e1;text-align:left;font-size:1.03rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}
.solution-tabs button:last-child {border-bottom:0}
.solution-tabs button>span {color:#9fb4cb;font-size:.83rem;letter-spacing:.1em}
.solution-tabs button>i {color:var(--cyan);font-style:normal;font-size:1.1rem;opacity:0}
.solution-tabs button:hover {background:rgba(142,181,245,.08)}
.solution-tabs button[aria-selected="true"] {background:#183857;color:#fff;box-shadow:inset 3px 0 #8db3fa}
.solution-tabs button[aria-selected="true"]>span {color:#b9d0ff}
.solution-tabs button[aria-selected="true"]>i {opacity:1}
.solution-panels {background:radial-gradient(circle at 92% 0,rgba(61,111,192,.2),transparent 43%),#11253c}
.solution-panel {padding:clamp(36px,4.3vw,66px)}
.panel-kicker {margin-bottom:32px;color:var(--cyan)}
.solution-panel h3 {max-width:19ch;margin-bottom:55px;font-size:clamp(2.15rem,3vw,3.35rem)}
.panel-columns {display:grid;grid-template-columns:1fr 1fr;gap:36px}
.panel-columns span,.contact-channel>span,.footer-links>div>span {display:block;margin-bottom:11px;color:#a7bad0;font-size:.77rem;font-weight:700;letter-spacing:.12em}
.panel-columns p {margin:0;color:#becbd9}
.deliverables {display:flex;flex-wrap:wrap;gap:8px;margin-top:46px}
.deliverables span {padding:7px 10px;border:1px solid rgba(172,208,250,.31);border-radius:4px;color:#c5dbf3;font-size:.77rem;font-weight:650;letter-spacing:.05em}
.architecture-grid {display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:center;gap:clamp(55px,8vw,132px)}
.architecture-copy p {max-width:54ch;margin:28px 0 30px;color:var(--soft);font-size:1.08rem;line-height:1.8}
.text-link {display:inline-flex;align-items:center;gap:24px;padding-bottom:6px;border-bottom:1px solid #96aac2;color:#214b87;font-size:.96rem;font-weight:700}
.text-link:hover {border-color:#315eb5}
.text-link span {color:#315eb5}
.layer-model {min-width:0;margin:0;padding:clamp(24px,3.5vw,50px);border-radius:14px;background:#10263d;color:#f1f5fb;box-shadow:0 26px 50px rgba(20,45,77,.14)}
.layer-model figcaption {margin-bottom:21px;color:#b8cce1;font-size:.78rem;font-weight:700;letter-spacing:.11em}
.layer {display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:82px;margin-bottom:8px;padding:16px 20px;border:1px solid rgba(172,207,242,.23);border-radius:5px;background:rgba(146,181,230,.08)}
.layer>span {color:#a6caff;font-size:.85rem}
.layer strong {font-size:1.02rem;font-weight:650}
.layer small {color:#c0cedf;font-size:.82rem}
.cross-layer {display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:21px;color:#a9c5e6;font-size:.77rem;font-weight:700;letter-spacing:.1em}
.cross-layer span+span::before {content:"/";margin-right:10px;color:#7d9cbf}
.process-list {border-top:1px solid var(--light-line)}
.process-step {display:grid;grid-template-columns:55px minmax(230px,.95fr) minmax(260px,1.05fr);align-items:center;gap:clamp(20px,3vw,55px);min-height:148px;padding:24px 0;border-bottom:1px solid var(--light-line)}
.process-number {color:#315eb5;font-size:.85rem;font-weight:700;letter-spacing:.1em}
.process-step div>p {margin:0 0 7px;color:#4266a1;font-size:.78rem;font-weight:750;letter-spacing:.12em}
.process-step h3 {margin:0;font-size:clamp(1.4rem,2vw,2.05rem)}
.process-step>p {max-width:53ch;margin:0;color:var(--soft);font-size:1.03rem}
.context-grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.context-card {min-height:245px;padding:30px;border:1px solid var(--light-line);border-radius:10px}
.context-card h3 {margin:57px 0 12px;font-size:1.34rem}
.context-card p {max-width:49ch;margin:0;color:var(--soft)}
.company-section {background:#10243b}
.company {display:grid;grid-template-columns:1fr 1fr;gap:clamp(65px,9vw,150px)}
.company-main .company-lead {margin:30px 0 18px;color:#d8e5f4;font-size:clamp(1.2rem,1.7vw,1.45rem);line-height:1.6}
.company-main>p:last-child {max-width:58ch;color:#b2c3d6;line-height:1.8}
.principles {border-top:1px solid var(--strong)}
.principles article {display:grid;grid-template-columns:39px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--strong)}
.principles article>span {color:#a9c9fb;font-size:.8rem;font-weight:700}
.principles h3 {margin:0 0 8px;font-size:1.18rem}
.principles p {margin:0;color:#b2c3d6}
.faq-grid {display:grid;grid-template-columns:minmax(0,.69fr) minmax(0,1.31fr);gap:clamp(60px,9vw,140px)}
.faq-intro {align-self:start;position:sticky;top:calc(var(--header-height) + 48px)}
.faq-intro>p {max-width:47ch;margin-top:27px;color:var(--soft);line-height:1.8}
.faq-list {border-top:1px solid var(--light-line)}
.faq-item {border-bottom:1px solid var(--light-line)}
.faq-item h3 {margin:0}
.faq-item button {display:grid;grid-template-columns:1fr 24px;gap:20px;align-items:center;width:100%;padding:25px 0;border:0;background:transparent;color:var(--dark);text-align:left;font-size:1.08rem;font-weight:650;cursor:pointer}
.faq-item button:hover {color:#315eb5}
.faq-item button i {position:relative;width:18px;height:18px}
.faq-item button i::before,.faq-item button i::after {content:"";position:absolute;top:9px;left:1px;width:16px;height:1px;background:#315eb5;transition:transform .2s}
.faq-item button i::after {transform:rotate(90deg)}
.faq-item button[aria-expanded="true"] i::after {transform:rotate(0)}
.faq-answer {padding:0 45px 25px 0}
.faq-answer p {max-width:72ch;margin:0;color:var(--soft);line-height:1.75}
.contact {background:radial-gradient(circle at 80% 0,#183456,#091a2e 42%,#081827 85%)}
.contact-heading {margin-bottom:62px}
.contact-grid {display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(55px,8vw,130px)}
.contact-details>p {max-width:47ch;margin-bottom:48px;color:#b1c2d6;font-size:1.08rem;line-height:1.8}
.contact-channel {padding:22px 0;border-top:1px solid var(--strong)}
.contact-channel a {display:flex;justify-content:space-between;gap:20px;font-size:clamp(1.08rem,1.5vw,1.35rem);overflow-wrap:anywhere}
.contact-channel a:hover {color:#c9ddff}
.contact-channel a i {color:var(--cyan);font-style:normal}
.project-form {width:100%;padding:clamp(26px,3.4vw,48px);border:1px solid var(--strong);border-radius:13px;background:#10263e;box-shadow:0 20px 60px rgba(0,6,18,.12)}
.field-row {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.project-form label {display:block;margin-bottom:22px}
.project-form label>span {display:block;margin-bottom:8px;color:#d8e6f5;font-size:.88rem;font-weight:650}
.project-form input,.project-form textarea,.project-form select {display:block;width:100%;min-width:0;padding:12px 14px;border:1px solid #55718d;border-radius:6px;background:#0b1d31;color:#f1f6fc;font-size:1rem;color-scheme:dark}
.project-form input,.project-form select {min-height:50px}
.project-form textarea {min-height:130px;resize:vertical}
.project-form input::placeholder,.project-form textarea::placeholder {color:#a5b4c7}
.project-form input:hover,.project-form textarea:hover,.project-form select:hover {border-color:#8aafd9}
.project-form input:focus,.project-form textarea:focus,.project-form select:focus {border-color:#a7d8ff;outline:3px solid rgba(137,197,249,.22);outline-offset:0}
.form-submit {display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:8px}
.form-submit p {max-width:34ch;margin:0;color:#b7c5d6;font-size:.86rem;line-height:1.55}
.project-form button {border:0}
.site-footer {padding:64px 0 29px;border-top:1px solid var(--line);background:#06111e}
.footer-top {display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding-bottom:52px;border-bottom:1px solid var(--line)}
.footer-top p {margin:0;color:#b0c0d2;text-align:right}
.footer-links {display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:48px;padding:49px 0 61px}
.footer-links>div {display:flex;align-items:flex-start;flex-direction:column;gap:10px}
.footer-links a {color:#bcc9d9;font-size:.95rem}
.footer-links a:hover {color:#fff}
.footer-project {display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 0;border-bottom:1px solid var(--strong);color:#fff!important;font-size:1.12rem!important}
.footer-project b {color:var(--cyan);font-weight:400}
.footer-bottom {display:flex;justify-content:space-between;gap:24px;padding-top:24px;border-top:1px solid var(--line);color:#a9b9ca;font-size:.85rem}
.footer-bottom p {margin:0}
.reveal {opacity:1;transform:none}
.js .reveal {opacity:0;transform:translateY(16px);transition:opacity .62s ease,transform .62s ease}
.reveal.is-visible {opacity:1;transform:translateY(0)}
.expertise-card.is-visible:hover {transform:translateY(-4px)}
@media(max-width:1250px) {
  .header-inner {gap:16px}
  .brand-logo {width:188px}
  .desktop-nav {gap:18px}
  .hero-grid {min-height:660px}
  .expertise-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
  .context-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:1080px) {
  .architecture-grid {grid-template-columns:1fr;gap:45px}
  .architecture-copy {max-width:720px}
}
@media(max-width:1000px) {
  :root {--header-height:78px}
  .header-inner {grid-template-columns:minmax(0,1fr) auto}
  .brand-logo {width:184px}
  .desktop-nav,.header-cta {display:none}
  .menu-toggle {display:grid;place-content:center;gap:7px;width:46px;height:46px;border:1px solid var(--strong);border-radius:7px;background:#122840;cursor:pointer}
  .menu-toggle span {width:20px;height:2px;background:#fff;transition:transform .2s}
  .menu-toggle[aria-expanded="true"] span:first-child {transform:translateY(4.5px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:last-child {transform:translateY(-4.5px) rotate(-45deg)}
  .mobile-nav {position:absolute;top:calc(var(--header-height) - 1px);right:var(--gutter);left:var(--gutter);display:grid;padding:12px 24px 20px;border:1px solid var(--strong);border-radius:0 0 12px 12px;background:#0b1e33;box-shadow:0 20px 35px rgba(0,10,25,.26)}
  .mobile-nav a {display:grid;grid-template-columns:36px 1fr;gap:12px;padding:13px 0;border-bottom:1px solid var(--line);font-size:1.04rem}
  .mobile-nav a span {color:var(--cyan);font-size:.82rem;letter-spacing:.1em}
  .mobile-nav a:last-child {color:#aecbff;border-bottom:0}
  .mobile-nav a[aria-current="location"] {color:#fff}
}
@media(max-width:980px) {
  .hero-grid {min-height:0;padding-top:76px;padding-bottom:48px}
  .hero-copy {max-width:760px}
  .hero-visual {position:relative;top:auto;right:auto;bottom:auto;width:100%;height:clamp(340px,52vw,480px)}
  .hero-visual::after {background:linear-gradient(180deg,#081525 0,rgba(8,21,37,.55) 13%,transparent 37%,rgba(8,21,37,.23) 100%)}
  .hero-visual img {object-position:62% 56%}
}
@media(max-width:840px) {
  .direction-intro,.section-heading {grid-template-columns:1fr;gap:22px}
  .direction-intro>p,.section-heading>p {max-width:65ch}
  .outcome-grid {gap:18px}
  .solution-explorer {grid-template-columns:1fr}
  .solution-tabs {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-right:0;border-bottom:1px solid var(--strong)}
  .solution-tabs button {min-height:94px;border-right:1px solid var(--line)}
  .solution-tabs button:nth-child(2) {border-right:0}
  .solution-tabs button[aria-selected="true"] {box-shadow:inset 0 3px #8db3fa}
  .company,.faq-grid,.contact-grid {grid-template-columns:1fr;gap:52px}
  .faq-intro {position:static}
  .contact-details>p {margin-bottom:30px}
  .process-step {grid-template-columns:54px 1fr;gap:16px}
  .process-step>p {grid-column:2}
}
@media(max-width:640px) {
  :root {--gutter:20px;--header-height:72px}
  .section {padding-block:76px}
  h1 {font-size:clamp(3rem,11vw,4.15rem)}
  h2 {font-size:clamp(2.28rem,9vw,3.2rem)}
  .brand-logo {width:171px}
  .hero-grid {padding-top:68px;padding-bottom:28px}
  .hero h1 {margin-bottom:25px;font-size:clamp(3.15rem,11vw,4.2rem)}
  .hero-lead {font-size:1.06rem}
  .hero-actions {flex-direction:column;align-items:stretch}
  .hero-actions .button {width:100%}
  .hero-visual {height:350px}
  .hero-visual img {object-position:64% center}
  .section-heading {margin-bottom:40px}
  .outcome-grid {grid-template-columns:1fr;margin-top:49px}
  .outcome {padding-top:22px}
  .outcome h3 {margin-top:18px}
  .expertise-grid {grid-template-columns:1fr}
  .expertise-card {min-height:0;padding:28px}
  .solution-tabs button {grid-template-columns:27px minmax(0,1fr);gap:9px;min-height:84px;padding:15px;font-size:.95rem}
  .solution-tabs button>i {display:none}
  .solution-panel {padding:34px 24px}
  .solution-panel h3 {margin-bottom:37px}
  .panel-columns {grid-template-columns:1fr;gap:25px}
  .deliverables {margin-top:35px}
  .layer-model {padding:24px 18px}
  .layer {grid-template-columns:26px minmax(0,1fr);padding:13px 12px}
  .layer small {grid-column:2;font-size:.8rem}
  .cross-layer {justify-content:flex-start}
  .process-step {grid-template-columns:36px 1fr;gap:15px}
  .process-step>p {grid-column:1/-1;padding-left:51px}
  .context-grid {grid-template-columns:1fr;gap:12px}
  .context-card {min-height:0;padding:27px}
  .context-card h3 {margin-top:30px}
  .field-row {grid-template-columns:1fr;gap:0}
  .project-form {padding:24px 20px}
  .form-submit {align-items:stretch;flex-direction:column}
  .form-submit .button {width:100%}
  .footer-top {flex-direction:column}
  .footer-top p {text-align:left}
  .footer-links {grid-template-columns:1fr;gap:32px}
  .footer-bottom {align-items:flex-start;flex-direction:column}
}
@media(max-width:420px) {
  :root {--gutter:16px}
  .hero-visual {height:290px}
  .solution-tabs {grid-template-columns:1fr}
  .solution-tabs button {min-height:65px;border-right:0}
  .contact-channel a {font-size:1.06rem}
}
@media(prefers-reduced-motion:reduce) {
  html {scroll-behavior:auto}
  *,*::before,*::after {scroll-behavior:auto!important;transition:none!important;animation:none!important}
  .js .reveal {opacity:1;transform:none}
}
