:root {
  --ink: #050b14;
  --navy: #071426;
  --navy-2: #0b1d34;
  --blue: #087cf0;
  --blue-bright: #22a7ff;
  --cyan: #55def8;
  --lime: #a8f04b;
  --white: #ffffff;
  --paper: #f4f8fc;
  --text: #152238;
  --muted: #56667c;
  --line: rgba(15, 38, 67, 0.14);
  --glass: rgba(255, 255, 255, 0.78);
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(1, 12, 28, 0.18);
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
.js body:not(.page-ready) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a, button, summary, select, label { touch-action: manipulation; }
button, input, select, textarea { font: inherit; }
button, summary, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: inherit; line-height: 1.05; letter-spacing: -0.045em; text-wrap: balance; }
p { text-wrap: pretty; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; }
::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; isolation: isolate; min-height: 760px; padding: clamp(96px, 10vw, 156px) 0; overflow: hidden; }
.section-layer { position: relative; z-index: 2; }
.section-photo { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.section-photo--parallax { height: 116%; top: -8%; transform: translate3d(0, 0, 0) scale(1.04); will-change: transform; }
.section-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(115deg, rgba(4, 12, 24, .98) 0%, rgba(5, 19, 38, .94) 48%, rgba(6, 22, 44, .76) 100%); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 12px 18px; background: #fff; color: var(--ink); border-radius: 8px; transform: translateY(-140%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }

/* Loader */
.preloader { position: fixed; inset: 0; z-index: 999; display: grid; place-content: center; background: linear-gradient(135deg, #edf7fd, #dcecf7); color: #40566e; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .55s ease, visibility .55s ease; }
.js .preloader { opacity: 1; visibility: visible; pointer-events: auto; }
.js .page-ready .preloader { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(24, 107, 174, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 107, 174, .13) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle, #000, transparent 72%); }
.preloader__glow { position: absolute; left: 50%; top: 48%; width: min(680px, 90vw); aspect-ratio: 1; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(9, 126, 240, .34), transparent 65%); filter: blur(24px); }
.preloader__brand { position: relative; width: min(640px, 86vw); }
.preloader__brand::after { content: ""; position: absolute; inset: 0; transform: translateX(-120%); background: linear-gradient(105deg, transparent 30%, rgba(56,176,255,.25), transparent 70%); animation: logoShine 1.7s ease-in-out infinite; }
.preloader__brand img { width: 100%; height: auto; filter: drop-shadow(0 22px 36px rgba(0, 84, 167, .18)); }
.preloader__meta { position: relative; display: flex; justify-content: space-between; margin-top: 22px; font: 500 10px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.preloader__track { position: relative; width: 100%; height: 2px; margin-top: 12px; overflow: hidden; background: rgba(15,63,104,.16); }
.preloader__track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); transition: width .16s ease-out; }
@keyframes logoShine { 55%,100% { transform: translateX(120%); } }

/* Navigation */
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 110; height: 3px; background: transparent; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--blue), var(--cyan), var(--lime)); box-shadow: 0 0 18px rgba(71, 205, 255, .68); will-change: transform; }
.site-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 100; transition: transform .35s ease; }
.site-header.header-hidden { transform: translateY(-140%); }
.nav-shell { width: min(calc(100% - 36px), 1320px); height: 76px; margin: auto; padding: 7px 8px 7px 14px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(115, 166, 207, .28); border-radius: 20px; background: rgba(226, 240, 250, .94); box-shadow: 0 16px 50px rgba(1, 12, 28, .24); backdrop-filter: blur(20px) saturate(145%); }
.nav-brand { flex: none; width: clamp(220px, 19vw, 245px); padding: 0 10px 0 0; display: flex; align-items: center; }
.nav-brand img { width: 100%; height: auto; }
.nav-menu { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.1vw, 32px); margin-left: auto; }
.nav-menu a { position: relative; padding: 13px 0; color: #34485e; font-size: 13px; font-weight: 700; }
.nav-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--blue); transition: right .25s ease; }
.nav-menu a:hover, .nav-menu a[aria-current="true"] { color: var(--blue); }
.nav-menu a:hover::after, .nav-menu a[aria-current="true"]::after { right: 0; }
.nav-cta { min-height: 60px; padding: 0 22px; display: inline-flex; align-items: center; gap: 13px; border-radius: 15px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 700; transition: background .22s ease, box-shadow .22s ease; }
.nav-cta:hover { background: var(--blue); box-shadow: 0 12px 30px rgba(8,124,240,.28); }
.nav-cta svg, .button svg { width: 19px; height: 19px; transition: transform .22s ease; }
.nav-cta:hover svg, .button:hover svg { transform: translateX(3px); }
.menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; border: 1px solid rgba(16,65,105,.14); border-radius: 13px; background: rgba(255,255,255,.45); }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Shared UI */
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--blue); font: 500 11px/1.2 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; box-shadow: 10px 0 0 currentColor; }
.eyebrow--light { color: var(--cyan); }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 800; transition: background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: linear-gradient(110deg, #056ad5, #0a91ff); box-shadow: 0 15px 38px rgba(6,112,224,.26); }
.button--primary:hover { background: linear-gradient(110deg, #087cf0, #14a8ff); box-shadow: 0 18px 44px rgba(6,132,244,.36); }
.button--glass { color: #f5fbff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.button--glass:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.15); }
.button--full { width: 100%; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .project__intro h2, .contact-card h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(38px, 5vw, 70px); font-weight: 700; }
.section-heading > p { max-width: 470px; margin-bottom: 5px; color: var(--muted); font-size: 16px; }
.section-heading--light { color: #fff; }
.section-heading--light > p { color: #b9c8d9; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Hero */
.hero { position: relative; isolation: isolate; min-height: max(790px, 100svh); display: grid; align-items: center; overflow: hidden; color: #fff; }
.hero__photo { object-position: center 48%; transform: scale(1.03); animation: heroSettle 9s ease-out both; }
.hero__video { background: #020913; }
.hero__wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(2,8,18,.96) 0%, rgba(3,14,29,.88) 48%, rgba(3,17,35,.48) 75%, rgba(2,8,18,.72) 100%), linear-gradient(180deg, rgba(2,8,18,.3), rgba(2,8,18,.74)); }
.hero__grid { position: absolute; inset: 0; z-index: -1; opacity: .15; background-image: linear-gradient(rgba(92, 181, 255, .25) 1px, transparent 1px), linear-gradient(90deg, rgba(92, 181, 255, .25) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(90deg,#000,transparent 78%); }
.orb { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; filter: blur(3px); }
.orb--one { top: 16%; right: -8%; width: 500px; aspect-ratio: 1; border: 1px solid rgba(65,192,255,.26); box-shadow: inset 0 0 120px rgba(8,124,240,.08), 0 0 100px rgba(8,124,240,.06); }
.orb--two { top: 28%; right: 8%; width: 280px; aspect-ratio: 1; border: 1px solid rgba(167,240,75,.12); }
.hero__content { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; padding-top: 146px; padding-bottom: 130px; }
.hero__copy { max-width: 930px; }
.hero h1 { margin-bottom: 28px; font-size: clamp(52px, 7.8vw, 108px); font-weight: 700; letter-spacing: -.07em; }
.hero h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(100deg, #fff 0%, #5ad8ff 42%, #1c8cff 78%, #a8f04b 116%); background-clip: text; -webkit-background-clip: text; }
.hero__copy > p { max-width: 670px; margin-bottom: 34px; color: #c3d0df; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.live-dot { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(168,240,75,.1), 0 0 18px rgba(168,240,75,.45); }
.hero__footer { position: absolute; left: 50%; bottom: 30px; z-index: 2; transform: translateX(-50%); display: flex; align-items: center; justify-content: flex-end; }
.scroll-cue { display: flex; align-items: center; gap: 14px; color: #a8b7c8; font: 500 9px/1 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.32); border-radius: 20px; }
.scroll-cue i::after { content: ""; position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; transform: translateX(-50%); border-radius: 4px; background: var(--cyan); animation: scrollDot 1.8s ease infinite; }
@keyframes heroSettle { from { transform: scale(1.1); } to { transform: scale(1.03); } }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,17px); } }

/* Proof strip */
.proof-strip { position: relative; z-index: 3; background: #f7fbff; border-bottom: 1px solid #dbe6f0; }
.proof-strip__inner { min-height: 96px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof-strip p { min-height: 96px; margin: 0; padding: 0 30px; display: flex; align-items: center; gap: 18px; border-right: 1px solid #dbe6f0; color: #27384e; font-size: 12px; font-weight: 700; letter-spacing: -.01em; }
.proof-strip p:first-child { padding-left: 0; }
.proof-strip p:last-child { border-right: 0; }
.proof-strip p span { color: var(--blue); font: 500 10px/1 var(--mono); }

/* Technology brand ecosystem */
.brand-ecosystem { position: relative; z-index: 2; padding: clamp(78px, 8vw, 112px) 0; overflow: hidden; background: linear-gradient(135deg, #edf6fc 0%, #dcecf7 100%); }
.brand-ecosystem::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .32; background-image: linear-gradient(rgba(17,81,132,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(17,81,132,.08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent); }
.brands-heading { position: relative; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 70px; align-items: end; margin-bottom: 36px; }
.brands-heading h2 { max-width: 750px; margin: 0; color: var(--text); font-size: clamp(33px, 4vw, 54px); }
.brands-heading > p { max-width: 470px; margin: 0 0 4px; color: #53677c; font-size: 14px; }
.brand-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(20,68,106,.17); border-left: 1px solid rgba(20,68,106,.17); }
.brand-card { min-width: 0; min-height: 158px; padding: 30px; display: grid; place-items: center; border-right: 1px solid rgba(20,68,106,.17); border-bottom: 1px solid rgba(20,68,106,.17); background: rgba(255,255,255,.28); cursor: pointer; transition: background .22s ease, box-shadow .22s ease, transform .22s ease; }
.brand-card:hover { z-index: 2; background: rgba(255,255,255,.78); box-shadow: 0 18px 44px rgba(13,63,102,.12); transform: translateY(-3px); }
.brand-card img { width: 100%; max-width: 132px; height: 58px; object-fit: contain; object-position: center; transition: transform .22s ease, filter .22s ease; }
.brand-card:hover img { transform: scale(1.055); filter: drop-shadow(0 8px 14px rgba(9,79,135,.14)); }
.brands-note { position: relative; max-width: 900px; margin: 22px 0 0; color: #607489; font-size: 10px; line-height: 1.6; }

/* Solutions */
.solutions { min-height: 1100px; }
.solution-grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: repeat(2, 330px); gap: 18px; }
.solution-card { position: relative; isolation: isolate; min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); color: #fff; box-shadow: 0 22px 70px rgba(0,0,0,.22); }
.solution-card--wide { grid-row: 1 / 3; }
.solution-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.solution-card:hover > img { transform: scale(1.045); }
.solution-card__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(2,9,20,.16) 15%, rgba(3,11,23,.4) 45%, rgba(2,8,17,.96) 100%); }
.solution-card--wide .solution-card__shade { background: linear-gradient(180deg, rgba(2,9,20,.1), rgba(3,11,23,.3) 40%, rgba(2,8,17,.98)); }
.solution-card__content { height: 100%; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.card-index { align-self: flex-start; padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(3,12,25,.34); color: #d8e9f8; font: 500 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.solution-card h3 { margin-bottom: 12px; font-size: clamp(25px, 2.4vw, 38px); }
.solution-card p { max-width: 620px; margin-bottom: 16px; color: #bdcad9; font-size: 14px; }
.solution-card ul { margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.solution-card li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; background: rgba(255,255,255,.07); color: #dce8f4; font-size: 10px; font-weight: 600; }
.card-link { display: flex; align-items: center; gap: 8px; color: var(--cyan); font: 500 10px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.card-link svg { width: 15px; height: 15px; }

/* Capabilities */
.capabilities { color: var(--text); background: var(--paper); }
.capabilities__wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(248,251,255,.98) 0%, rgba(248,251,255,.96) 52%, rgba(248,251,255,.86) 100%); }
.capabilities::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .42; background-image: radial-gradient(circle at 80% 20%, rgba(19,142,255,.15), transparent 27%), linear-gradient(rgba(9,68,124,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(9,68,124,.045) 1px, transparent 1px); background-size: auto, 52px 52px, 52px 52px; }
.capability-layout { display: grid; grid-template-columns: minmax(360px, .85fr) minmax(460px, 1.15fr); gap: clamp(30px, 6vw, 82px); align-items: start; }
.capability-visual { position: sticky; top: 122px; height: 660px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.capability-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(2,10,20,.88)); }
.capability-visual > img { width: 100%; height: 100%; object-fit: cover; }
.capability-visual__label { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2; padding: 18px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(4,16,31,.62); color: #fff; backdrop-filter: blur(12px); }
.capability-visual__label span { display: block; margin-bottom: 5px; color: var(--cyan); font: 500 9px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.capability-visual__label strong { font-size: 15px; }
.capability-list { border-top: 1px solid rgba(9,34,62,.2); }
.capability-item { border-bottom: 1px solid rgba(9,34,62,.2); }
.capability-item summary { min-height: 105px; padding: 20px 4px; display: grid; grid-template-columns: 52px 1fr 20px; gap: 18px; align-items: center; list-style: none; }
.capability-item summary::-webkit-details-marker { display: none; }
.capability-item__icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid #cfdeea; border-radius: 14px; color: var(--blue); background: rgba(255,255,255,.66); transition: color .2s ease, background .2s ease; }
.capability-item__icon svg { width: 22px; height: 22px; }
.capability-item summary > span:nth-child(2) { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; }
.capability-item small { color: var(--blue); font: 500 10px/1 var(--mono); }
.capability-item strong { font-size: clamp(18px, 2vw, 25px); letter-spacing: -.025em; }
.capability-item summary > i { position: relative; width: 18px; height: 18px; }
.capability-item summary > i::before, .capability-item summary > i::after { content: ""; position: absolute; top: 8px; left: 1px; width: 16px; height: 1px; background: #36506d; transition: transform .22s ease; }
.capability-item summary > i::after { transform: rotate(90deg); }
.capability-item[open] summary > i::after { transform: rotate(0); }
.capability-item[open] .capability-item__icon { color: #fff; background: var(--blue); border-color: var(--blue); }
.capability-item > div { padding: 0 4px 28px 122px; }
.capability-item > div p { max-width: 560px; margin-bottom: 17px; color: var(--muted); font-size: 14px; }
.capability-item > div span { display: inline-block; margin: 0 5px 5px 0; padding: 5px 9px; border: 1px solid #ccdbe8; border-radius: 6px; color: #476078; background: rgba(255,255,255,.55); font: 500 9px/1 var(--mono); text-transform: uppercase; }

/* Immersive scroll journey */
.scroll-story { position: relative; isolation: isolate; padding: clamp(110px, 11vw, 170px) 0 80px; color: #fff; background: #040d1a; }
.scroll-story::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .27; background-image: radial-gradient(circle at 14% 9%, rgba(27,151,255,.46), transparent 24%), radial-gradient(circle at 88% 78%, rgba(85,222,248,.19), transparent 22%), linear-gradient(rgba(82,163,229,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(82,163,229,.09) 1px, transparent 1px); background-size: auto, auto, 72px 72px, 72px 72px; mask-image: linear-gradient(#000, rgba(0,0,0,.55) 72%, transparent); }
.story-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 72px; align-items: end; margin-bottom: 74px; }
.story-heading h2 { max-width: 850px; margin: 0; font-size: clamp(42px, 5.7vw, 76px); }
.story-heading > p { max-width: 470px; margin: 0 0 7px; color: #aebfd0; font-size: 16px; }
.story-shell { display: grid; grid-template-columns: minmax(380px,.94fr) minmax(480px,1.06fr); gap: clamp(48px, 7vw, 100px); align-items: start; }
.story-visual { position: sticky; top: 112px; height: calc(100svh - 146px); min-height: 560px; max-height: 780px; overflow: hidden; border: 1px solid rgba(133,198,249,.26); border-radius: 28px; background: #08182a; box-shadow: 0 36px 100px rgba(0,0,0,.42); }
.story-media, .story-media img, .story-visual__veil, .story-visual__grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.story-media img { object-fit: cover; opacity: 0; transform: scale(1.075); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform 1.15s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.story-media img:nth-child(3), .story-media img:nth-child(4) { object-position: center 42%; }
.story-media img.is-active { opacity: 1; transform: scale(1.01); }
.story-visual__veil { background: linear-gradient(180deg, rgba(2,8,17,.08) 15%, rgba(2,9,20,.22) 48%, rgba(2,8,18,.92) 100%), linear-gradient(90deg, rgba(2,9,19,.34), transparent 70%); }
.story-visual__grid { opacity: .18; background-image: linear-gradient(rgba(123,204,255,.26) 1px, transparent 1px), linear-gradient(90deg, rgba(123,204,255,.26) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(135deg, #000, transparent 72%); }
.story-visual__hud { position: absolute; left: 28px; right: 52px; bottom: 28px; z-index: 2; padding-top: 20px; display: flex; align-items: end; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.24); }
.story-counter { color: var(--cyan); font: 500 12px/1 var(--mono); letter-spacing: .12em; }
.story-label { max-width: 250px; color: #fff; font-size: 14px; font-weight: 700; text-align: right; }
.story-progress { position: absolute; top: 28px; right: 24px; bottom: 28px; z-index: 3; width: 2px; overflow: hidden; background: rgba(255,255,255,.22); }
.story-progress span { display: block; width: 100%; height: 100%; transform: scaleY(0); transform-origin: top; background: linear-gradient(var(--cyan), var(--blue-bright), var(--lime)); box-shadow: 0 0 16px rgba(85,222,248,.8); will-change: transform; }
.story-steps { min-width: 0; }
.story-step { min-height: clamp(620px,78svh,820px); padding: 70px 6px; display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 24px; align-content: center; border-top: 1px solid rgba(150,190,225,.2); opacity: .62; transform: translateX(28px); transition: opacity .55s ease, transform .65s cubic-bezier(.2,.7,.2,1), border-color .45s ease; }
.story-step:last-child { border-bottom: 1px solid rgba(150,190,225,.2); }
.story-step.is-active { opacity: 1; transform: none; border-color: rgba(85,222,248,.62); }
.story-step__number { padding-top: 8px; color: #668099; font: 500 11px/1 var(--mono); letter-spacing: .12em; transition: color .4s ease; }
.story-step.is-active .story-step__number { color: var(--cyan); }
.story-step__overline { margin-bottom: 14px; color: var(--cyan); font: 500 10px/1.2 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.story-step h3 { max-width: 600px; margin-bottom: 24px; font-size: clamp(38px,4.5vw,62px); }
.story-step > div > p:not(.story-step__overline) { max-width: 630px; margin-bottom: 28px; color: #bdcada; font-size: clamp(16px,1.5vw,19px); line-height: 1.7; }
.story-step ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.story-step li { padding: 8px 11px; border: 1px solid rgba(147,190,224,.25); border-radius: 8px; color: #d9e7f3; background: rgba(255,255,255,.045); font: 500 9px/1.2 var(--mono); letter-spacing: .04em; text-transform: uppercase; }

/* Method */
.method { min-height: 880px; color: #fff; }
.section-overlay--method { background: linear-gradient(105deg, rgba(2,10,22,.98), rgba(4,19,38,.9) 60%, rgba(3,12,26,.72)); }
.method-board { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(4,16,32,.64); box-shadow: 0 30px 90px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.method-tabs { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid rgba(255,255,255,.16); }
.method-tabs button { min-height: 112px; padding: 18px 12px; display: grid; place-content: center; gap: 8px; border: 0; border-right: 1px solid rgba(255,255,255,.13); color: #8fa3ba; background: transparent; font-size: 11px; font-weight: 700; transition: color .2s ease, background .2s ease; }
.method-tabs button:last-child { border-right: 0; }
.method-tabs button:hover { color: #fff; background: rgba(255,255,255,.06); }
.method-tabs button span { color: var(--cyan); font: 500 10px/1 var(--mono); }
.method-tabs button[aria-selected="true"] { color: #fff; background: linear-gradient(180deg, rgba(12,133,242,.32), rgba(12,133,242,.08)); box-shadow: inset 0 -3px 0 var(--cyan); }
.method-panel { min-height: 340px; padding: clamp(32px, 5vw, 64px); display: grid; grid-template-columns: minmax(260px,.78fr) minmax(400px,1.22fr); gap: 70px; align-items: center; }
.method-panel__number { display: block; margin-bottom: 30px; color: rgba(83,222,248,.6); font: 500 clamp(58px, 8vw, 110px)/.7 var(--mono); letter-spacing: -.08em; }
.method-panel__overline { margin-bottom: 9px; color: var(--cyan); font: 500 9px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.method-panel h3 { margin: 0; font-size: clamp(36px, 4.6vw, 62px); }
.method-panel__copy > p { margin-bottom: 30px; color: #d0dce8; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.65; }
.method-panel dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.method-panel dl div { padding: 18px 18px 0 0; }
.method-panel dt { margin-bottom: 6px; color: #879bb0; font: 500 9px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.method-panel dd { margin: 0; color: #fff; font-size: 13px; font-weight: 600; }
.method-panel.panel-changing > * { animation: panelIn .35s ease both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(10px); } }

/* Project builder */
.project { color: var(--text); background: #edf5fb; }
.project__wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(243,248,252,.985), rgba(240,247,252,.96) 58%, rgba(236,246,252,.9)); }
.project::after { content: ""; position: absolute; right: -10%; top: 5%; z-index: -1; width: 600px; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(7,124,240,.15); box-shadow: inset 0 0 130px rgba(9,139,248,.08); }
.project__intro { max-width: 850px; margin-bottom: 58px; }
.project__intro h2 { margin-bottom: 24px; }
.project__intro > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 17px; }
.project-builder { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); gap: 24px; align-items: start; }
.project-form { padding: clamp(25px, 3vw, 42px); border: 1px solid rgba(13,55,94,.13); border-radius: var(--radius); background: rgba(255,255,255,.88); box-shadow: 0 24px 70px rgba(10,44,74,.1); backdrop-filter: blur(14px); }
.project-form fieldset { margin: 0 0 42px; padding: 0; border: 0; }
.project-form fieldset:last-child { margin-bottom: 0; }
.project-form legend { width: 100%; margin-bottom: 21px; padding: 0 0 15px; border-bottom: 1px solid #d9e5ee; color: #172b43; font-size: 17px; font-weight: 800; }
.project-form legend span { margin-right: 12px; color: var(--blue); font: 500 10px/1 var(--mono); }
.need-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.need-grid label { min-width: 0; }
.need-grid input { position: absolute; opacity: 0; pointer-events: none; }
.need-grid label > span { min-height: 138px; padding: 16px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #d5e1eb; border-radius: 14px; background: #f8fbfe; transition: border-color .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; }
.need-grid label:hover > span { border-color: #88bff0; }
.need-grid input:focus-visible + span { outline: 3px solid var(--cyan); outline-offset: 3px; }
.need-grid input:checked + span { border-color: var(--blue); background: #eef7ff; box-shadow: inset 0 0 0 1px var(--blue), 0 10px 24px rgba(8,124,240,.09); }
.need-grid svg { width: 24px; height: 24px; margin-bottom: 16px; color: var(--blue); }
.need-grid strong { margin-bottom: 5px; color: #15293e; font-size: 13px; }
.need-grid small { color: #65758a; font-size: 10px; line-height: 1.4; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.field { display: grid; gap: 8px; }
.field > span { color: #52657a; font: 500 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.field--full { grid-column: 1 / -1; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfdee9; border-radius: 11px; color: #16293d; background: #f9fcfe; transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { height: 52px; padding: 0 14px; }
.field textarea { min-height: 112px; padding: 13px 14px; line-height: 1.5; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8191a3; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(8,124,240,.1); }
.brief { position: sticky; top: 116px; padding: 29px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); color: #fff; background: linear-gradient(145deg, #08182d, #06111f); box-shadow: 0 28px 70px rgba(4,20,36,.22); overflow: hidden; }
.brief::before { content: ""; position: absolute; top: -110px; right: -90px; width: 270px; aspect-ratio: 1; border-radius: 50%; background: rgba(15,139,245,.23); filter: blur(45px); }
.brief__top { position: relative; display: flex; align-items: center; gap: 10px; margin-bottom: 26px; color: #93a7bb; font: 500 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.brief h3 { position: relative; margin-bottom: 24px; font-size: 27px; }
.brief__rows { position: relative; border-top: 1px solid rgba(255,255,255,.13); }
.brief__row { padding: 13px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.brief__row span { color: #8498ad; font-size: 11px; }
.brief__row strong { max-width: 60%; text-align: right; color: #e7f0fa; font-size: 11px; font-weight: 700; }
.brief__route { position: relative; margin: 22px 0; padding: 17px; border: 1px solid rgba(52,192,255,.22); border-radius: 12px; background: rgba(17,138,236,.09); }
.brief__route span { display: block; margin-bottom: 6px; color: var(--cyan); font: 500 8px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.brief__route strong { font-size: 13px; }
.brief__status { min-height: 18px; margin: 12px 0 0; color: var(--cyan); font-size: 11px; text-align: center; }

/* Contact and map */
.contact-section { min-height: 870px; color: #fff; }
.section-overlay--contact { background: linear-gradient(100deg, rgba(3,11,23,.98), rgba(5,20,40,.91) 55%, rgba(4,15,31,.74)); }
.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.9fr); gap: clamp(34px, 6vw, 86px); align-items: stretch; }
.contact-card { padding: clamp(28px, 2vw, 32px) 0; display: flex; flex-direction: column; justify-content: center; }
.contact-card h2 { margin-bottom: 22px; font-size: clamp(38px, 4.7vw, 64px); }
.contact-card > p { max-width: 660px; margin-bottom: 31px; color: #b7c6d6; }
.contact-points { display: grid; grid-template-columns: repeat(3, 1fr); margin: 4px 0 34px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-points > div { padding: 22px 18px 22px 0; border-right: 1px solid rgba(255,255,255,.16); }
.contact-points > div + div { padding-left: 18px; }
.contact-points > div:last-child { border-right: 0; }
.contact-points span { display: block; margin-bottom: 13px; color: var(--cyan); font: 500 9px/1 var(--mono); }
.contact-points strong { display: block; margin-bottom: 7px; font-size: 13px; }
.contact-points p { margin: 0; color: #8fa3b8; font-size: 11px; line-height: 1.55; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; }
.contact-card .button { align-self: stretch; }
.contact-email { min-height: 54px; max-width: 100%; padding: 9px 16px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; color: #fff; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); transition: border-color .22s ease, background .22s ease, transform .22s ease; }
.contact-email:hover { border-color: rgba(85,222,248,.7); background: rgba(85,222,248,.12); transform: translateY(-2px); }
.contact-email svg { width: 21px; height: 21px; flex: none; color: var(--cyan); }
.contact-email span { min-width: 0; display: grid; gap: 4px; }
.contact-email small { color: #8fa6bc; font: 500 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.contact-email strong { overflow-wrap: anywhere; font-size: 12px; letter-spacing: -.01em; }
.map-card { min-height: 650px; padding: 10px; display: grid; grid-template-rows: 1fr auto; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: rgba(5,18,36,.76); box-shadow: 0 28px 80px rgba(0,0,0,.26); backdrop-filter: blur(18px); }
.map-card iframe { width: 100%; height: 100%; min-height: 520px; border: 0; border-radius: 17px; filter: saturate(.72) contrast(1.02); }
.map-card__caption { min-height: 92px; padding: 13px 14px 11px; display: grid; grid-template-columns: 58px 1fr 46px; gap: 13px; align-items: center; }
.map-card__caption img { width: 55px; height: auto; max-height: 58px; object-fit: contain; }
.map-card__caption span { display: block; margin-bottom: 4px; color: var(--cyan); font: 500 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.map-card__caption strong { display: block; font-size: 12px; }
.map-card__caption a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: var(--cyan); transition: background .2s ease, color .2s ease; }
.map-card__caption a:hover { color: #fff; background: var(--blue); }
.map-card__caption svg { width: 19px; height: 19px; }

/* Footer */
.site-footer { color: #52677c; background: linear-gradient(135deg, #e7f2f9, #d9eaf5); }
.footer-main { min-height: 280px; padding-top: 65px; padding-bottom: 55px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: start; }
.footer-logo { width: min(390px, 100%); display: block; }
.footer-logo img { width: 100%; height: auto; }
.footer-brand p { margin: 20px 0 0; color: #5f7488; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footer-links > div { display: grid; gap: 9px; }
.footer-links span { margin-bottom: 5px; color: var(--blue); font: 500 8px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { min-height: 32px; display: flex; align-items: center; overflow-wrap: anywhere; font-size: 12px; transition: color .2s ease; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(19,65,103,.14); color: #61768a; font: 400 8px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a { color: #315f86; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1100px) {
  .nav-menu { gap: 16px; }
  .nav-menu a { font-size: 11px; }
  .nav-cta { padding: 0 17px; }
  .hero__content { grid-template-columns: minmax(0,1fr); }
  .section-heading { gap: 42px; }
  .story-heading { gap: 42px; }
  .story-shell { grid-template-columns: minmax(340px,.9fr) minmax(430px,1.1fr); gap: 42px; }
  .capability-layout { grid-template-columns: .8fr 1.2fr; gap: 36px; }
  .need-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { max-width: 860px; }
  .map-card { min-height: 540px; }
  .map-card iframe { min-height: 420px; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { min-height: auto; padding: 94px 0; }
  .nav-shell { width: calc(100% - 24px); height: 68px; padding-left: 11px; border-radius: 17px; }
  .nav-brand { width: 225px; }
  .menu-toggle { display: block; }
  .nav-cta { min-height: 50px; }
  .nav-cta span { display: none; }
  .nav-menu { position: absolute; top: 77px; left: 12px; right: 12px; padding: 18px; display: grid; gap: 2px; border: 1px solid rgba(115,166,207,.28); border-radius: 17px; background: rgba(226,240,250,.98); box-shadow: 0 20px 50px rgba(1,12,28,.24); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .nav-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-menu a { min-height: 48px; padding: 12px 10px; display: flex; align-items: center; border-bottom: 1px solid rgba(19,65,103,.12); font-size: 13px; }
  .nav-menu a:last-child { border: 0; }
  .nav-menu a::after { display: none; }
  .hero { min-height: 900px; }
  .hero__content { grid-template-columns: 1fr; align-items: center; padding-top: 150px; padding-bottom: 160px; }
  .hero h1 { max-width: 760px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 42px; }
  .story-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 52px; }
  .story-shell { grid-template-columns: minmax(250px,.78fr) minmax(0,1.22fr); gap: 28px; }
  .story-visual { top: 96px; height: calc(100svh - 122px); min-height: 480px; }
  .story-step { min-height: clamp(570px,78svh,740px); grid-template-columns: 46px minmax(0,1fr); gap: 15px; }
  .story-step h3 { font-size: clamp(34px,5vw,48px); }
  .brands-heading { grid-template-columns: 1fr; gap: 18px; }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .solution-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 470px 360px; }
  .solution-card--wide { grid-column: 1 / -1; grid-row: auto; }
  .capability-layout { grid-template-columns: 1fr; }
  .capability-visual { position: relative; top: auto; height: 470px; }
  .method-tabs { overflow: visible; grid-template-columns: repeat(5, minmax(0,1fr)); }
  .method-tabs button { min-height: 96px; padding-inline: 7px; font-size: 10px; }
  .method-panel { grid-template-columns: 1fr; gap: 40px; }
  .project-builder { grid-template-columns: 1fr; }
  .brief { position: relative; top: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-wrap: wrap; padding: 22px 0; }
}

@media (max-width: 720px) {
  .section { padding: 82px 0; }
  .hero { min-height: max(720px, 100svh); }
  .hero__content { padding-top: 118px; padding-bottom: 108px; }
  .story-shell { grid-template-columns: 1fr; gap: 0; }
  .story-visual { top: 88px; z-index: 2; height: 42svh; min-height: 300px; max-height: 390px; border-radius: 21px; }
  .story-step { min-height: 78svh; padding: calc(42svh + 46px) 4px 54px; grid-template-columns: 38px minmax(0,1fr); gap: 8px; align-content: end; transform: translateX(16px); }
  .solution-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .solution-card, .solution-card--wide { min-height: 430px; grid-column: auto; grid-row: auto; }
  .method-tabs { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .method-tabs button { min-height: 74px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .method-tabs button:nth-child(2n) { border-right: 0; }
  .method-tabs button:last-child { grid-column: 1 / -1; }
  .contact-actions { display: grid; grid-template-columns: 1fr; }
  .contact-actions .button, .contact-email { width: 100%; justify-content: center; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 88px; }
  body { font-size: 16px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .site-header { top: max(10px, env(safe-area-inset-top)); }
  .nav-shell { width: calc(100% - 16px); }
  .nav-brand { width: 205px; }
  .nav-cta { display: none; }
  .hero { min-height: max(700px, 100svh); }
  .hero__photo { object-position: 72% center; }
  .hero__content { gap: 30px; padding-top: 112px; padding-bottom: 100px; }
  .hero h1 { margin-bottom: 21px; font-size: clamp(42px, 13vw, 58px); }
  .hero__copy > p { font-size: 16px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__actions .button { width: 100%; }
  .eyebrow { gap: 9px; font-size: 9px; letter-spacing: .13em; }
  .hero__footer { bottom: 20px; }
  .scroll-cue span { display: none; }
  .proof-strip__inner { grid-template-columns: 1fr; padding-block: 8px; }
  .proof-strip p, .proof-strip p:first-child { min-height: 62px; padding: 0; border-right: 0; border-bottom: 1px solid #dbe6f0; }
  .proof-strip p:last-child { border: 0; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-card { min-height: 128px; padding: 24px; }
  .brand-card img { max-width: 118px; height: 50px; }
  .section-heading h2, .project__intro h2, .contact-card h2 { font-size: clamp(34px,10vw,40px); }
  .scroll-story { padding: 94px 0 42px; }
  .story-heading { margin-bottom: 36px; }
  .story-heading h2 { font-size: 39px; }
  .story-heading > p { font-size: 15px; }
  .story-shell { grid-template-columns: 1fr; gap: 0; }
  .story-visual { top: 88px; z-index: 2; height: 42svh; min-height: 300px; max-height: 390px; border-radius: 21px; }
  .story-visual__hud { left: 18px; right: 38px; bottom: 18px; padding-top: 14px; }
  .story-label { max-width: 180px; font-size: 12px; }
  .story-progress { top: 18px; right: 16px; bottom: 18px; }
  .story-step { min-height: 78svh; padding: calc(42svh + 46px) 4px 54px; grid-template-columns: 38px minmax(0,1fr); gap: 8px; align-content: end; transform: translateX(16px); }
  .story-step h3 { margin-bottom: 18px; font-size: 34px; }
  .story-step > div > p:not(.story-step__overline) { margin-bottom: 22px; font-size: 15px; }
  .story-step ul { gap: 6px; }
  .story-step li { padding: 7px 8px; font-size: 8px; }
  .solution-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .solution-card, .solution-card--wide { min-height: 430px; grid-column: auto; grid-row: auto; }
  .solution-card__content { padding: 22px; }
  .capability-visual { height: 410px; }
  .capability-item summary { grid-template-columns: 44px 1fr 18px; gap: 12px; min-height: 92px; }
  .capability-item__icon { width: 43px; height: 43px; }
  .capability-item summary > span:nth-child(2) { grid-template-columns: 25px 1fr; gap: 8px; }
  .capability-item strong { font-size: 16px; }
  .capability-item > div { padding-left: 56px; }
  .method-tabs button { min-height: 90px; }
  .method-panel { min-height: 420px; padding: 28px 22px; }
  .method-panel__number { font-size: 68px; }
  .method-panel dl { grid-template-columns: 1fr; }
  .project-form { padding: 22px 16px; }
  .need-grid, .form-grid { grid-template-columns: 1fr; }
  .need-grid label > span { min-height: 104px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 10px; align-items: center; }
  .need-grid svg { grid-row: 1 / 3; margin: 0; }
  .field--full { grid-column: auto; }
  .brief { padding: 23px 18px; }
  .contact-card { padding: 18px 0 26px; }
  .contact-points { grid-template-columns: 1fr; }
  .contact-points > div, .contact-points > div + div { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .contact-points > div:last-child { border-bottom: 0; }
  .map-card { min-height: 460px; padding: 7px; }
  .map-card iframe { min-height: 350px; border-radius: 15px; }
  .map-card__caption { grid-template-columns: 46px 1fr 42px; gap: 9px; }
  .map-card__caption img { width: 44px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: grid; justify-content: start; }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 20px), var(--container)); }
  .nav-brand { width: 174px; }
  .nav-shell { gap: 10px; padding-left: 9px; }
  .hero h1 { font-size: 40px; }
  .brand-card { min-height: 112px; padding: 18px; }
  .brand-card img { max-width: 104px; height: 46px; }
  .story-step { grid-template-columns: 30px minmax(0,1fr); }
  .story-step h3 { font-size: 31px; }
  .project-form { padding-inline: 14px; }
  .footer-links { grid-template-columns: 1fr; gap: 24px; }
}

@media (hover: none) {
  .brand-card:hover, .button:hover, .contact-email:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .section-photo--parallax { transform: scale(1.04) !important; }
  .reveal { opacity: 1; transform: none; }
  .story-step { transform: none; }
  .story-media img { transform: scale(1.01); }
}
