:root {
  --ink: #07111f;
  --navy: #091528;
  --navy-soft: #0f213c;
  --paper: #f5f4ef;
  --white: #ffffff;
  --muted: #677181;
  --line: rgba(7, 17, 31, 0.13);
  --mint: #66e2c2;
  --coral: #ff7a64;
  --violet: #8c7cff;
  --yellow: #ffd55c;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin: 0 auto; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  background: rgba(7,17,31,.12);
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: background .25s, border-color .25s, box-shadow .25s, backdrop-filter .25s;
}
.site-header.is-scrolled {
  background: rgba(7,17,31,.94);
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 10px 35px rgba(0,0,0,.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.5px; }
.brand-logo { display: block; width: 42px; height: 42px; object-fit: contain; flex: 0 0 auto; }
.nav-links { display: flex; align-items: center; gap: 31px; font-size: 14px; }
.nav-links > a:not(.nav-cta) { color: rgba(255,255,255,.72); transition: color .2s; }
.nav-links > a:not(.nav-cta):hover { color: white; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.35); padding: 11px 16px; border-radius: 99px; transition: background .2s, color .2s; }
.nav-cta:hover { background: white; color: var(--ink); }
.menu-button { display: none; width: 36px; background: none; color: white; border: 0; padding: 5px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.is-open span:nth-child(2) { opacity: 0; }
.menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  min-height: 850px;
  position: relative;
  overflow: hidden;
  color: white;
  background: radial-gradient(circle at 78% 40%, #18365b 0, var(--navy) 42%, #060e1b 72%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, transparent 7%, black 45%, black 75%, transparent);
}
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 430px; height: 430px; right: -180px; bottom: -120px; background: rgba(102,226,194,.13); box-shadow: 0 0 110px rgba(102,226,194,.17); }
.orb-two { width: 260px; height: 260px; left: -160px; top: 180px; background: rgba(140,124,255,.18); filter: blur(30px); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 75px; padding-top: 172px; padding-bottom: 95px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 2px; font-size: 11px; font-weight: 700; color: #5f6b79; }
.eyebrow { color: var(--mint); margin-bottom: 26px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 650px; font-size: clamp(50px, 6vw, 78px); line-height: 1.02; letter-spacing: -4.8px; margin-bottom: 27px; font-weight: 600; }
h1 em { color: var(--mint); font-style: normal; }
.hero-lead { max-width: 590px; color: rgba(255,255,255,.68); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin: 37px 0 55px; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 21px; border-radius: 6px; font-weight: 700; font-size: 14px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint); color: var(--ink); box-shadow: 0 12px 34px rgba(102,226,194,.17); }
.button-primary:hover { background: #83efd3; box-shadow: 0 16px 40px rgba(102,226,194,.25); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; color: rgba(255,255,255,.8); }
.hero-proof { display: flex; gap: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof div { display: flex; flex-direction: column; gap: 5px; }
.hero-proof strong { font-size: 14px; }
.hero-proof span { font-size: 11px; color: rgba(255,255,255,.46); text-transform: uppercase; letter-spacing: 1px; }

.hero-visual { position: relative; padding: 28px 0 55px; }
.visual-window { background: #0d1b30; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; box-shadow: 0 35px 100px rgba(0,0,0,.35); transform: rotate(1.5deg); overflow: hidden; }
.window-bar { height: 48px; background: #0b1728; display: flex; align-items: center; padding: 0 18px; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.23); }
.window-bar small { margin-left: auto; font-size: 9px; letter-spacing: 1.5px; color: rgba(255,255,255,.3); }
.product-canvas { min-height: 490px; position: relative; padding: 32px; background: radial-gradient(circle at 70% 18%, rgba(140,124,255,.15), transparent 35%), linear-gradient(145deg, #112139, #0b1729); }
.canvas-label { font-size: 9px; letter-spacing: 1.8px; color: rgba(255,255,255,.28); }
.signal-card { position: absolute; display: flex; align-items: center; gap: 13px; width: 255px; padding: 15px; border-radius: 10px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.055); backdrop-filter: blur(12px); box-shadow: 0 16px 35px rgba(0,0,0,.14); }
.signal-one { top: 88px; left: 38px; }
.signal-two { top: 205px; right: 34px; }
.signal-three { bottom: 50px; left: 46px; }
.signal-icon { display: grid; place-items: center; flex: 0 0 40px; height: 40px; border-radius: 8px; color: var(--ink); font-size: 10px; font-weight: 800; }
.signal-icon.coral { background: var(--coral); }
.signal-icon.violet { background: var(--violet); }
.signal-icon.mint { background: var(--mint); }
.signal-card div { display: flex; flex-direction: column; gap: 5px; }
.signal-card small { color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: 1.2px; }
.signal-card strong { font-size: 13px; }
.connector { position: absolute; width: 90px; height: 63px; border-right: 1px dashed rgba(102,226,194,.5); border-bottom: 1px dashed rgba(102,226,194,.5); }
.connector-one { left: 195px; top: 151px; }
.connector-two { right: 199px; bottom: 112px; transform: rotate(180deg); }
.floating-metric { position: absolute; right: 36px; bottom: 35px; width: 125px; color: rgba(255,255,255,.45); }
.floating-metric span { font-size: 7px; letter-spacing: 1px; }
.floating-metric strong { display: block; font-size: 31px; color: white; margin: 3px 0; }
.metric-line { height: 3px; background: rgba(255,255,255,.12); border-radius: 99px; }
.metric-line i { display: block; width: 77%; height: 100%; background: var(--mint); border-radius: inherit; }
.visual-note { position: absolute; right: -15px; bottom: 12px; display: flex; align-items: center; gap: 11px; padding: 14px 18px; color: var(--ink); background: var(--white); border-radius: 10px; box-shadow: 0 18px 45px rgba(0,0,0,.25); font-size: 11px; }
.note-icon { color: #7565ea; }
.visual-note span { display: flex; flex-direction: column; gap: 2px; color: #77808b; }
.visual-note strong { color: var(--ink); }

.intro { padding: 135px 0; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 125px; }
.intro h2, .section-heading h2, .work h2, .approach h2, .contact h2 { font-size: clamp(38px, 4.4vw, 58px); line-height: 1.08; letter-spacing: -3px; margin: 21px 0 0; }
.intro-copy { padding-top: 27px; }
.intro-copy p { font-size: 19px; line-height: 1.7; color: #4f5967; }
.inline-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; font-weight: 700; font-size: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.section-dark { color: white; background: var(--navy); }
.services { padding: 125px 0 130px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 65px; }
.section-kicker.light { color: var(--mint); }
.section-heading h2 { max-width: 680px; }
.section-heading h2 span { color: var(--mint); }
.section-heading > p { max-width: 365px; color: rgba(255,255,255,.52); line-height: 1.65; margin-bottom: 8px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.service-card { min-height: 290px; position: relative; padding: 28px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, transform .25s; }
.service-card:hover { z-index: 1; background: #122844; transform: translateY(-4px); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: var(--mint); }
.service-top b { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(102,226,194,.4); border-radius: 50%; font-size: 9px; letter-spacing: 1px; }
.service-top span { color: rgba(255,255,255,.3); font-size: 11px; letter-spacing: 1px; }
.service-card h3 { font-size: 21px; letter-spacing: -.7px; margin: 48px 0 13px; }
.service-card p { color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.65; max-width: 280px; }
.card-arrow { position: absolute; right: 26px; bottom: 25px; opacity: 0; transform: translateX(-8px); transition: opacity .2s, transform .2s; }
.service-card:hover .card-arrow { opacity: 1; transform: none; }

.work { padding: 130px 0; background: #fff; }
.dark-heading { margin-bottom: 58px; }
.dark-heading h2 { max-width: 830px; }
.dark-heading > p { color: #68717d; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .25s, box-shadow .25s; }
.project-card:hover { transform: translateY(-5px); box-shadow: 0 24px 70px rgba(7,17,31,.12); }
.project-visual { position: relative; display: grid; place-items: center; height: 390px; overflow: hidden; }
.project-visual img { position: relative; z-index: 2; display: block; width: 190px; height: 190px; object-fit: contain; filter: drop-shadow(0 20px 35px rgba(0,0,0,.2)); transition: transform .3s; }
.project-card:hover .project-visual img { transform: scale(1.04) rotate(-2deg); }
.project-number { position: absolute; z-index: 3; top: 24px; left: 26px; font-size: 9px; font-weight: 700; letter-spacing: 1.6px; }
.project-zingride .project-visual { color: rgba(255,255,255,.55); background: radial-gradient(circle at 70% 25%, #273d69, #0a1728 60%); }
.project-edenrx .project-visual { color: #52746a; background: linear-gradient(145deg, #ecf7f1, #d8eee5); }
.project-edenrx .project-visual img { width: 205px; height: 205px; filter: drop-shadow(0 20px 30px rgba(29,100,91,.16)); }
.project-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 410px; height: 190px; transform: rotate(-18deg); }
.orbit-two { width: 280px; height: 430px; transform: rotate(34deg); }
.health-line { position: absolute; width: 150%; height: 150px; border: 2px solid rgba(31,181,188,.15); border-radius: 50%; }
.line-one { transform: rotate(18deg); }
.line-two { transform: rotate(-23deg); }
.project-copy { padding: 38px 38px 42px; }
.project-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.project-heading h3 { font-size: 35px; letter-spacing: -2px; margin: 0; }
.project-link-icon { display: grid; place-items: center; flex: 0 0 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; font-size: 19px; transition: color .2s, background .2s; }
.project-link-icon:hover { color: white; background: var(--ink); }
.project-copy > p:not(.case-lead) { min-height: 72px; color: #5e6875; line-height: 1.65; }
.project-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.case-label { font-size: 9px; letter-spacing: 1.8px; font-weight: 700; color: #42786c; }
.case-lead { font-family: "Manrope", sans-serif; font-size: 20px; line-height: 1.4; font-weight: 600; margin: 14px 0 16px; }
.case-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.case-tags span { padding: 7px 11px; border: 1px solid rgba(7,17,31,.13); border-radius: 99px; font-size: 11px; }
.button-dark { background: var(--ink); color: white; }
.case-art { position: relative; overflow: hidden; background: linear-gradient(145deg, #806ef0, #4738ad); }
.case-art::after { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; right: -110px; bottom: -130px; background: rgba(102,226,194,.28); }
.route { position: absolute; border: 2px dashed rgba(255,255,255,.18); border-radius: 50%; }
.route-one { width: 550px; height: 300px; top: 70px; left: -80px; transform: rotate(-18deg); }
.route-two { width: 400px; height: 500px; bottom: -170px; right: -120px; transform: rotate(30deg); }
.map-dot { position: absolute; width: 12px; height: 12px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 8px rgba(102,226,194,.18); }
.dot-one { left: 75px; top: 130px; }
.dot-two { right: 75px; bottom: 160px; }
.phone { position: absolute; z-index: 2; width: 250px; height: 500px; top: 60px; left: 50%; transform: translateX(-50%) rotate(4deg); padding: 30px 20px 20px; color: white; background: #0a1728; border: 7px solid #17243a; border-radius: 36px; box-shadow: 0 30px 70px rgba(22,10,80,.45); }
.phone-speaker { position: absolute; width: 75px; height: 19px; left: 50%; top: 0; transform: translateX(-50%); background: #17243a; border-radius: 0 0 12px 12px; }
.ride-brand { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; }
.ride-brand span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; background: var(--mint); color: var(--ink); }
.ride-copy { display: flex; flex-direction: column; margin: 38px 0 20px; }
.ride-copy small { color: var(--mint); font-size: 8px; letter-spacing: 1.2px; margin-bottom: 7px; }
.ride-copy strong { font-size: 24px; letter-spacing: -1px; }
.ride-map { position: relative; height: 250px; overflow: hidden; border-radius: 13px; background: #142940; }
.road { position: absolute; display: block; width: 350px; height: 12px; background: rgba(255,255,255,.1); }
.road::after { content: ""; display: block; border-top: 1px dashed rgba(255,255,255,.3); margin-top: 5px; }
.road-a { transform: rotate(34deg); top: 62px; left: -58px; }
.road-b { transform: rotate(-54deg); top: 130px; left: -60px; }
.road-c { transform: rotate(5deg); top: 190px; left: -50px; }
.pin { position: absolute; width: 12px; height: 12px; border: 3px solid white; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.pin-a { top: 65px; left: 65px; background: var(--coral); }
.pin-b { bottom: 40px; right: 55px; background: var(--mint); }
.ride-button { margin-top: 18px; padding: 12px; text-align: center; color: var(--ink); background: var(--mint); border-radius: 9px; font-size: 11px; font-weight: 700; }
.trip-card { position: absolute; z-index: 3; left: 38px; bottom: 67px; display: flex; gap: 10px; align-items: center; padding: 13px 16px; border-radius: 9px; background: white; box-shadow: 0 15px 35px rgba(28,12,88,.25); }
.trip-icon { display: grid; place-items: center; width: 30px; height: 30px; color: var(--ink); background: var(--mint); border-radius: 50%; }
.trip-card div { display: flex; flex-direction: column; gap: 3px; }
.trip-card small { font-size: 7px; letter-spacing: 1.1px; color: #77808c; }
.trip-card strong { font-size: 11px; }

.approach { padding: 135px 0; }
.approach-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; }
.approach-sticky { align-self: start; position: sticky; top: 45px; }
.approach-sticky p { margin-top: 28px; color: #5b6571; font-size: 17px; line-height: 1.65; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 37px 0; border-bottom: 1px solid var(--line); }
.step > span { font-size: 11px; color: #87909b; }
.step h3 { font-size: 24px; margin-bottom: 10px; }
.step p { max-width: 550px; color: #606a77; line-height: 1.65; margin-bottom: 0; }
.capabilities { padding: 35px 0; color: white; background: #0c1b30; }
.capabilities .shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.capability-title { margin: 0; font-weight: 600; }
.capability-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 13px 24px; }
.capability-list span { display: flex; align-items: center; gap: 6px; font-size: 11px; color: rgba(255,255,255,.62); }
.capability-list svg { color: var(--mint); }

.contact { padding: 125px 0; color: white; background: #101e35; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.contact-copy > p { margin: 28px 0 38px; max-width: 480px; color: rgba(255,255,255,.55); font-size: 18px; line-height: 1.65; }
.contact-details { display: flex; flex-direction: column; gap: 16px; }
.contact-details a, .contact-details span { display: flex; align-items: center; gap: 11px; font-size: 14px; color: rgba(255,255,255,.72); }
.contact-details > * > span:first-child { color: var(--mint); }
.contact-form { padding: 38px; color: var(--ink); background: white; border-radius: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 17px; font-size: 11px; font-weight: 700; color: #414a57; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #dce0e4; border-radius: 6px; padding: 13px 14px; color: var(--ink); background: #fbfbfa; outline: none; resize: vertical; font-weight: 400; font-size: 14px; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #7b6bec; box-shadow: 0 0 0 3px rgba(123,107,236,.1); }
.form-button { width: 100%; margin-top: 5px; }
.form-note { margin: 12px 0 0; color: #747d88; font-size: 11px; text-align: center; }

footer { color: white; background: #07111f; }
.footer-top { min-height: 190px; display: flex; align-items: center; gap: 65px; }
.footer-top > p { margin: 0; color: rgba(255,255,255,.42); font-size: 13px; }
.footer-links { display: flex; gap: 28px; margin-left: auto; font-size: 13px; color: rgba(255,255,255,.64); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; padding-bottom: 23px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.32); font-size: 10px; }
.footer-bottom div { display: flex; gap: 20px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .nav-links { position: absolute; display: none; top: 88px; left: 0; right: 0; padding: 25px 18px 32px; flex-direction: column; align-items: stretch; gap: 0; background: #091528; border-top: 1px solid rgba(255,255,255,.1); }
  .nav-links.is-open { display: flex; }
  .nav-links > a { padding: 14px 10px; }
  .nav-cta { margin-top: 10px; justify-content: center; }
  .menu-button { display: block; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 155px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { width: 620px; max-width: 92%; margin: 0 auto; }
  .intro-grid, .approach-layout, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .intro { padding: 100px 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { align-items: start; flex-direction: column; gap: 25px; }
  .project-grid { grid-template-columns: 1fr; }
  .approach-sticky { position: static; }
  .capabilities .shell { align-items: flex-start; flex-direction: column; }
  .capability-list { justify-content: flex-start; }
  .footer-top { flex-wrap: wrap; align-content: center; gap: 25px 50px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); }
  section[id] { scroll-margin-top: 74px; }
  .nav-wrap { height: 74px; }
  .nav-links { top: 74px; }
  .brand { font-size: 18px; }
  .brand-logo { width: 36px; height: 36px; }
  .hero { min-height: auto; }
  .hero-layout { padding-top: 125px; padding-bottom: 75px; gap: 45px; }
  h1 { font-size: 48px; letter-spacing: -3.2px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 42px; }
  .hero-proof { gap: 18px; }
  .hero-proof div:nth-child(3) { display: none; }
  .hero-visual { width: 100%; max-width: 100%; padding-bottom: 0; }
  .product-canvas { min-height: 390px; padding: 23px; }
  .signal-card { width: 215px; padding: 12px; }
  .signal-one { top: 65px; left: 18px; }
  .signal-two { top: 165px; right: 16px; }
  .signal-three { bottom: 38px; left: 18px; }
  .connector, .floating-metric { display: none; }
  .visual-note { display: none; }
  .intro, .services, .work, .approach, .contact { padding: 85px 0; }
  .intro h2, .section-heading h2, .work h2, .approach h2, .contact h2 { font-size: 39px; letter-spacing: -2.2px; }
  .intro-grid { gap: 25px; }
  .intro-copy { padding-top: 0; }
  .intro-copy p { font-size: 17px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 255px; }
  .project-visual { height: 315px; }
  .project-visual img { width: 155px; height: 155px; }
  .project-edenrx .project-visual img { width: 170px; height: 170px; }
  .project-copy { padding: 30px 25px 34px; }
  .project-heading h3 { font-size: 31px; }
  .case-lead { font-size: 21px; }
  .project-copy > p:not(.case-lead) { min-height: auto; }
  .step { grid-template-columns: 43px 1fr; }
  .capability-list { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-layout { gap: 45px; }
  .contact-form { padding: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { padding: 45px 0; display: block; }
  .footer-top > p { margin: 20px 0 30px; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
