@font-face {
  font-family: "Bank Gothic";
  src: url("../fonts/bank-gothic.woff2") format("woff2");
  font-display: swap;
}

:root {
  --ink: #020812;
  --navy: #020d1d;
  --navy-2: #06172c;
  --navy-3: #0a2340;
  --steel: #aab9c8;
  --paper: #edf3f7;
  --white: #f9fbfd;
  --muted: #8fa2b6;
  --line: rgba(84, 174, 255, 0.34);
  --line-soft: rgba(145, 198, 245, 0.13);
  --blue: #2c96ff;
  --blue-bright: #58b2ff;
  --red: #f02428;
  --red-dark: #ba1217;
  --shell: 1480px;
  --header: 86px;
  --display: "Bank Gothic", "Arial Narrow", Arial, sans-serif;
  --sans: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
p { margin: 0; line-height: 1.65; }
h1, h2, h3 { margin: 0; font-weight: 500; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 16px; background: white; color: black; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header);
  border-bottom: 1px solid rgba(170, 185, 200, .42);
  background: rgba(1, 10, 22, .9);
  backdrop-filter: blur(16px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 27%;
  height: 1px;
  background: var(--paper);
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
}
.site-header.is-scrolled { background: rgba(1, 8, 18, .97); box-shadow: 0 12px 32px rgba(0,0,0,.32); }
.header-inner { height: 100%; display: flex; align-items: center; gap: clamp(22px, 3vw, 56px); }
.brand { flex: 0 0 auto; line-height: 0; }
.brand img { width: clamp(220px, 17vw, 282px); height: auto; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 42px); margin-left: auto; }
.site-nav a, .header-phone { text-decoration: none; font-size: 14px; white-space: nowrap; }
.site-nav a { position: relative; color: #dbe4ed; padding-block: 32px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 1px; background: var(--blue); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.header-phone { color: var(--white); }
.header-phone span { color: var(--blue-bright); margin-right: 4px; }
.menu-button { display: none; width: 46px; height: 42px; border: 1px solid var(--line); background: transparent; padding: 10px; }
.menu-button span { display: block; height: 1px; background: var(--paper); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: white;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .06em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-red { background: linear-gradient(135deg, #ff2b2f, var(--red)); box-shadow: 0 10px 30px rgba(240, 36, 40, .17); }
.button-red:hover, .button-red:focus-visible { background: var(--red-dark); box-shadow: 0 13px 34px rgba(240, 36, 40, .28); }
.button-small { min-height: 44px; padding: 11px 19px; font-size: 12px; }
.button-outline { border-color: rgba(255,255,255,.58); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { border-color: white; background: rgba(255,255,255,.08); }
.text-link { display: inline-flex; align-items: center; gap: 22px; color: #7fc3ff; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 700; letter-spacing: .06em; border-bottom: 1px solid currentColor; padding-bottom: 7px; }
.text-link span { font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 23px; color: #80c4ff; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 58px; height: 2px; background: var(--blue); }
.eyebrow-light { color: #dbe9f6; }
.section { position: relative; padding: 132px 0; }
.section-head { margin-bottom: 58px; }
.section-head-split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 80px; align-items: end; }
.section-title { max-width: 940px; font-family: var(--display); font-size: clamp(36px, 4.2vw, 67px); line-height: 1.07; letter-spacing: -.018em; text-transform: uppercase; }
.section-intro { max-width: 560px; color: var(--muted); font-size: 18px; }

.hero {
  position: relative;
  min-height: 100vh;
  padding-top: var(--header);
  background:
    radial-gradient(circle at 66% 24%, rgba(0, 104, 205, .23), transparent 27%),
    linear-gradient(115deg, rgba(2,10,22,.96) 0%, rgba(3,19,38,.88) 48%, rgba(1,8,21,.94) 100%),
    url("../images/engineering-background.webp") center / cover no-repeat;
  overflow: hidden;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(167, 202, 232, .55); }
.blueprint { position: absolute; pointer-events: none; opacity: .68; }
.blueprint::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(51, 151, 239, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(51, 151, 239, .09) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle, black, transparent 72%);
}
.blueprint-hero { width: 800px; height: 800px; left: 29%; top: 4%; }
.orbit { position: absolute; border: 1px solid rgba(55, 157, 246, .34); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; inset: 17%; border: inherit; border-radius: inherit; }
.orbit::after { inset: 36%; }
.orbit-one { width: 470px; height: 470px; left: 108px; top: 130px; }
.orbit-two { width: 330px; height: 330px; left: 180px; top: 201px; border-style: dashed; }
.axis { position: absolute; background: rgba(55, 157, 246, .26); }
.axis-x { width: 620px; height: 1px; left: 34px; top: 365px; }
.axis-y { width: 1px; height: 620px; left: 343px; top: 60px; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(430px, .92fr) minmax(540px, 1.38fr); align-items: stretch; }
.hero-copy { position: relative; z-index: 4; padding: 112px 30px 80px 0; align-self: center; }
.hero-title-frame { height: clamp(190px, 17vw, 280px); display: flex; align-items: center; transition: height .35s ease; }
.hero-title-frame.is-long { height: clamp(220px, 19vw, 285px); }
.hero-title { font-family: var(--display); font-size: clamp(54px, 5.5vw, 91px); line-height: .98; letter-spacing: -.025em; text-transform: uppercase; text-shadow: 0 7px 24px rgba(0,0,0,.5); transition: opacity .35s ease, transform .35s ease; }
.hero-title.hero-title-long { max-width: 100%; font-size: clamp(34px, 3.4vw, 54px); line-height: 1.04; }
.hero-title.is-changing { opacity: 0; transform: translateY(8px); }
.hero-lead { max-width: 610px; margin-top: 25px; color: #d8e0e8; font-size: clamp(18px, 1.35vw, 22px); line-height: 1.55; }
.hero-cta { display: flex; align-items: center; gap: 42px; margin-top: 36px; }
.hero-meta { display: flex; align-items: center; gap: 12px; margin-top: 44px; color: #6f8da9; font-family: var(--display); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta i { width: 36px; height: 1px; background: var(--line); position: relative; }
.hero-meta i::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; background: var(--blue); }
.hero-assurance { display: flex; gap: 11px; max-width: 610px; margin-top: 25px; padding: 14px 17px; border-left: 2px solid var(--blue); color: #dfeaf3; background: linear-gradient(90deg, rgba(17,76,126,.3), transparent); font-size: 14px; font-weight: 700; line-height: 1.45; }
.hero-assurance span { flex: 0 0 auto; color: #50adfb; }
.hero-visual { position: relative; min-width: 0; overflow: hidden; clip-path: polygon(4% 0, 100% 0, 100% 94%, 12% 94%, 8% 100%, 0 100%, 0 8%); }
.hero-visual::before { content: ""; position: absolute; z-index: 3; inset: 6% 2% 7% 7%; border-top: 1px solid var(--line); border-right: 1px solid var(--line-soft); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 690px; object-fit: cover; object-position: 48% center; filter: saturate(.58) contrast(1.13) brightness(.72); }
.hero-visual-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #031124 0%, rgba(3,17,36,.7) 9%, transparent 38%), linear-gradient(0deg, rgba(1,8,18,.7), transparent 46%), radial-gradient(circle at 64% 48%, transparent 20%, rgba(0,12,28,.24) 74%); }
.drawing-label { position: absolute; z-index: 4; color: rgba(119, 192, 255, .68); font-family: var(--display); font-size: 10px; letter-spacing: .08em; }
.label-a { top: 12%; right: 7%; }
.label-b { top: 34%; left: 12%; transform: rotate(-90deg); }
.label-c { bottom: 14%; right: 8%; }
.visual-caption { position: absolute; z-index: 4; right: 3%; bottom: 8%; width: min(390px, 48%); padding: 17px 19px; border-left: 2px solid var(--blue); background: rgba(2, 13, 29, .78); backdrop-filter: blur(7px); }
.visual-caption b, .visual-caption span { display: block; }
.visual-caption b { font-family: var(--display); font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
.visual-caption span { margin-top: 7px; color: #8ea8c0; font-size: 11px; }
.quality-panel { position: relative; z-index: 7; margin-top: -1px; padding: 31px 0 44px; }
.quality-heading { display: flex; align-items: center; gap: 20px; margin-bottom: 19px; }
.section-kicker { display: flex; align-items: center; gap: 18px; width: 100%; color: #dce7f1; font-family: var(--display); font-size: 17px; letter-spacing: .04em; text-transform: uppercase; }
.section-kicker::before, .section-kicker::after { content: ""; height: 1px; background: var(--line); }
.section-kicker::before { width: 140px; }
.section-kicker::after { flex: 1; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quality-item { display: flex; align-items: center; gap: 22px; min-height: 112px; padding: 20px 25px; border: 1px solid var(--line); background: rgba(2, 18, 39, .74); clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px); }
.quality-index { display: grid; flex: 0 0 58px; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(100, 186, 255, .62); border-radius: 50%; color: #6cbbff; font-family: var(--display); }
.quality-item h2 { font-family: var(--display); font-size: 15px; line-height: 1.25; text-transform: uppercase; }
.quality-item p { margin-top: 6px; color: #7f95a9; font-size: 12px; line-height: 1.35; }
.return-line { position: relative; margin-top: 14px; padding: 19px 28px; border: 1px solid rgba(70, 164, 245, .62); color: #edf6fd; font-size: 17px; font-weight: 700; text-align: center; background: linear-gradient(90deg, rgba(10, 58, 101, .78), rgba(3, 18, 37, .92), rgba(10, 58, 101, .78)); box-shadow: inset 0 0 32px rgba(36, 139, 230, .1); clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px); }
.return-line span { color: var(--blue); margin-right: 12px; }

.services { background: linear-gradient(180deg, rgba(6,20,38,.92), rgba(3,12,24,.96)), url("../images/engineering-background.webp") center / cover no-repeat; }
.services::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 49.9%, rgba(58,140,217,.055) 50%, transparent 50.1%); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 520px; padding: 38px 36px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(4, 20, 40, .52); overflow: hidden; transition: background .25s ease, transform .25s ease; }
.service-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--blue); transition: width .25s ease; }
.service-card:hover { z-index: 2; background: #092642; transform: translateY(-4px); }
.service-card:hover::after { width: 100%; }
.service-card-featured { background: linear-gradient(145deg, rgba(12, 72, 124, .8), rgba(4, 24, 47, .72)); }
.service-video { position: relative; height: 190px; margin: -38px -36px 28px; overflow: hidden; border-bottom: 1px solid var(--line); background: #03101f; }
.service-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(1, 9, 20, .88)); pointer-events: none; }
.service-video video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.08); transition: filter .3s ease, transform .6s ease; }
.service-card:hover .service-video video { filter: saturate(.92) contrast(1.06); transform: scale(1.035); }
.service-video span { position: absolute; z-index: 2; right: 20px; bottom: 16px; left: 20px; color: #8ccaff; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.service-number { color: #5daff5; font-family: var(--display); font-size: 13px; letter-spacing: .1em; }
.service-card h3 { max-width: 390px; margin-top: 24px; font-family: var(--display); font-size: clamp(21px, 2vw, 29px); line-height: 1.17; text-transform: uppercase; }
.service-card p { margin-top: 20px; color: #9dafc0; font-size: 15px; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 26px 0 0; padding: 0; list-style: none; color: #75b9f4; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.service-card li::before { content: "+"; margin-right: 6px; color: var(--blue); }
.service-card-action { background: linear-gradient(145deg, rgba(240,36,40,.12), rgba(3,15,29,.86)); }
.service-card-action .service-note { margin: 0; color: #f2686b; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-card-action h3 { margin: 22px 0 34px; }
.service-card-action .text-link { align-self: flex-start; }

.production { overflow: hidden; background: #e7edf1; color: #06111f; }
.production::before, .about::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: url("../images/engineering-background.webp") center / cover no-repeat; opacity: .045; mix-blend-mode: multiply; }
.production > .shell, .about > .shell { position: relative; z-index: 1; }
.production-grid { display: grid; grid-template-columns: minmax(0, 1.17fr) minmax(420px, .83fr); gap: clamp(54px, 7vw, 115px); align-items: center; }
.production-media { position: relative; min-height: 590px; overflow: hidden; background: #06172c; clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 32px 100%, 0 calc(100% - 32px)); box-shadow: 24px 24px 0 #cbd7df; }
.production-media::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(120, 198, 255, .45); pointer-events: none; }
.production-media video { width: 100%; height: 590px; object-fit: cover; filter: saturate(.8) contrast(1.07); }
.video-toggle { position: absolute; z-index: 3; top: 30px; right: 30px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: white; background: rgba(2,13,29,.68); cursor: pointer; }
.video-label { position: absolute; z-index: 3; left: 36px; bottom: 34px; padding-left: 18px; border-left: 2px solid var(--blue); color: white; }
.video-label span, .video-label b { display: block; }
.video-label span { color: #8fcaff; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.video-label b { margin-top: 6px; font-family: var(--display); font-size: 18px; text-transform: uppercase; }
.production-copy .eyebrow { color: #1265aa; }
.production-copy .section-title { font-size: clamp(34px, 3.4vw, 54px); }
.production-copy > p:not(.eyebrow) { margin-top: 28px; color: #536371; font-size: 17px; }
.route-list { margin: 39px 0 0; padding: 0; list-style: none; border-top: 1px solid #a8bac8; }
.route-list li { display: grid; grid-template-columns: 43px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid #a8bac8; }
.route-list > li > span { color: #1671bb; font-family: var(--display); font-size: 12px; }
.route-list b { font-family: var(--display); font-size: 15px; text-transform: uppercase; }
.route-list p { margin-top: 6px; color: #61717d; font-size: 13px; line-height: 1.45; }

.projects { background: linear-gradient(180deg, rgba(3,16,31,.9), rgba(2,9,20,.97)), url("../images/engineering-background.webp") center / cover no-repeat; }
.section-head-bottom { align-items: end; }
.project-filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.project-filter button { padding: 9px 14px; border: 1px solid rgba(113,166,213,.32); border-radius: 999px; color: #99adc0; background: transparent; font-size: 11px; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.project-filter button:hover, .project-filter button.is-active { border-color: #3b9ff5; color: white; background: rgba(44,150,255,.12); }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 310px; gap: 14px; }
.project-card { grid-column: span 4; overflow: hidden; background: var(--navy-2); transition: opacity .2s ease, transform .2s ease; }
.project-card-wide { grid-column: span 8; }
.project-card-tall { grid-row: span 2; }
.project-card.is-hidden { display: none; }
.project-open { position: relative; display: block; width: 100%; height: 100%; padding: 0; border: 0; color: white; background: #06172c; text-align: left; cursor: zoom-in; overflow: hidden; }
.project-open::after { content: "+"; position: absolute; z-index: 3; top: 19px; right: 19px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 24px; font-weight: 200; transition: transform .25s ease, background .25s ease; }
.project-open:hover::after { transform: rotate(90deg); background: rgba(7, 44, 76, .8); }
.project-open img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.project-open:hover img { transform: scale(1.035); filter: saturate(.9) contrast(1.06); }
.project-overlay { position: absolute; z-index: 2; inset: auto 0 0; padding: 80px 25px 23px; background: linear-gradient(transparent, rgba(1,7,15,.93)); }
.project-overlay small, .project-overlay b, .project-overlay em { display: block; }
.project-overlay small { color: #76bcf8; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.project-overlay b { margin-top: 8px; font-family: var(--display); font-size: 18px; line-height: 1.2; text-transform: uppercase; }
.project-overlay em { margin-top: 6px; color: #9aaec0; font-size: 11px; font-style: normal; }
.gallery-cta { display: flex; justify-content: center; margin-top: 44px; }
.gallery-cta .button { border-color: rgba(93, 177, 249, .65); }

.quality { overflow: hidden; background: linear-gradient(rgba(6,22,42,.91), rgba(3,14,28,.96)), url("../images/metal-texture.webp") center / cover no-repeat; }
.blueprint-quality { width: 650px; height: 650px; right: -90px; top: -30px; opacity: .35; }
.blueprint-quality .orbit-one { left: 100px; }
.blueprint-quality .orbit-two { left: 170px; }
.quality-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: clamp(70px, 9vw, 150px); align-items: center; }
.quality-copy .section-title { font-size: clamp(36px, 3.6vw, 58px); }
.quality-copy > p:last-child { max-width: 660px; margin-top: 30px; color: #95a9ba; font-size: 17px; }
.control-board { border-top: 1px solid var(--line); }
.control-line { display: grid; grid-template-columns: 45px 1fr 35px; gap: 20px; align-items: center; min-height: 112px; border-bottom: 1px solid var(--line); }
.control-line > span { color: #64b3f5; font-family: var(--display); font-size: 12px; }
.control-line b { font-family: var(--display); font-size: 16px; text-transform: uppercase; }
.control-line p { margin-top: 6px; color: #7f96a9; font-size: 13px; line-height: 1.4; }
.control-line i { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #3b9cf0; border-radius: 50%; color: #73c0ff; font-size: 13px; font-style: normal; }

.about { overflow: hidden; background: #e7edf1; color: #071423; }
.about-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr); gap: clamp(65px, 9vw, 145px); align-items: center; }
.about-statement { position: relative; min-height: 520px; padding: 100px 58px 55px; color: white; background: linear-gradient(145deg, #072440, #020b17); clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 36px, 100% 100%, 36px 100%, 0 calc(100% - 36px)); box-shadow: 22px 22px 0 #c6d3dc; }
.about-statement::before { content: ""; position: absolute; inset: 17px; border: 1px solid rgba(74,166,245,.38); }
.big-mark { position: relative; z-index: 2; color: rgba(47,157,255,.25); font-family: var(--display); font-size: clamp(110px, 15vw, 220px); line-height: .8; }
.about-statement p { position: absolute; z-index: 2; right: 48px; bottom: 54px; left: 48px; max-width: 520px; font-family: var(--display); font-size: clamp(19px, 2vw, 27px); line-height: 1.35; text-transform: uppercase; }
.about-copy .eyebrow { color: #1265aa; }
.about-copy .section-title { font-size: clamp(35px, 3.6vw, 57px); }
.about-copy > p:not(.eyebrow) { margin-top: 26px; color: #526373; font-size: 17px; }
.about-copy .text-link { margin-top: 33px; color: #116eb8; }

.contacts { position: relative; padding: 118px 0; overflow: hidden; background: linear-gradient(115deg, rgba(7,26,48,.94) 0%, rgba(3,36,72,.88) 62%, rgba(6,23,44,.95) 100%), url("../images/metal-texture.webp") center / cover no-repeat; }
.contacts::before { content: ""; position: absolute; right: -80px; bottom: -260px; width: 660px; height: 660px; border: 1px solid rgba(64,161,244,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(64,161,244,.04), 0 0 0 160px rgba(64,161,244,.025); }
.contacts-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 100px; align-items: center; }
.contacts-copy h2 { font-family: var(--display); font-size: clamp(41px, 5.1vw, 78px); line-height: 1.05; text-transform: uppercase; }
.contacts-copy > p:not(.eyebrow) { max-width: 720px; margin-top: 25px; color: #9eb2c5; font-size: 17px; }
.contacts-actions { display: flex; gap: 14px; margin-top: 37px; }
.contact-card { display: grid; gap: 0; border-top: 1px solid rgba(125,186,236,.38); font-style: normal; }
.contact-card > div { display: grid; gap: 7px; padding: 25px 0; border-bottom: 1px solid rgba(125,186,236,.38); }
.contact-card small { color: #73b9f4; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-card a { width: fit-content; color: #eef5fa; font-family: var(--display); font-size: 18px; line-height: 1.45; text-decoration: none; }
.contact-card a:hover { color: #7bc3ff; }
.contact-card .route-link { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; margin-top: 9px; padding: 10px 15px; border: 1px solid rgba(73, 166, 247, .62); color: #83c8ff; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.contact-card .route-link:hover, .contact-card .route-link:focus-visible { border-color: #82c9ff; color: white; background: rgba(47, 151, 239, .14); }
.route-link span { font-size: 17px; }

.site-footer { position: relative; padding: 38px 0; overflow: hidden; border-top: 1px solid rgba(105,167,220,.34); background: linear-gradient(120deg, #010711, #031225); }
.site-footer::before { content: ""; position: absolute; top: 0; left: 0; width: 31%; height: 1px; background: var(--blue); }
.footer-inner { position: relative; display: grid; grid-template-columns: 1fr auto auto; gap: clamp(30px, 5vw, 80px); align-items: center; }
.footer-brand { width: fit-content; line-height: 0; }
.footer-brand img { width: 225px; height: auto; }
.footer-relationship { display: grid; gap: 5px; padding-left: 22px; border-left: 1px solid rgba(79, 166, 241, .48); }
.footer-relationship span { color: #5688b3; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-relationship strong { color: #c8d8e6; font-family: var(--display); font-size: 13px; font-weight: 500; letter-spacing: .035em; text-transform: uppercase; }
.footer-copyright { color: #7890a5; font-size: 11px; line-height: 1.55; text-align: right; }
.footer-copyright > span:last-child { color: #4f687e; font-size: 10px; }

/* Gallery: large selected work with a full photographic rail, inspired by the supplied mock-up. */
.gallery-page { background: #020913; }
.gallery-page .site-nav .is-current { color: #75c2ff; }
.gallery-hero { position: relative; min-height: 100vh; padding: calc(var(--header) + 76px) 0 110px; overflow: hidden; background: linear-gradient(rgba(1,10,22,.83), rgba(1,8,18,.94)), url("../images/engineering-background.webp") center top / cover fixed; }
.blueprint-gallery { width: 760px; height: 760px; right: -180px; top: 40px; opacity: .42; }
.gallery-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr minmax(340px, .72fr); gap: 80px; align-items: end; }
.gallery-heading .section-title { font-size: clamp(55px, 6.6vw, 104px); line-height: .91; }
.gallery-heading-copy { display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: end; }
.gallery-heading-copy > p:first-child { max-width: 510px; color: #a4b8ca; font-size: 16px; }
.gallery-total { display: flex; align-items: flex-end; gap: 14px; padding-left: 24px; border-left: 1px solid rgba(79,169,247,.48); }
.gallery-total strong { color: #67baff; font-family: var(--display); font-size: 51px; font-weight: 500; line-height: .78; }
.gallery-total span { color: #839caf; font-size: 10px; font-weight: 700; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.gallery-filters { position: relative; z-index: 3; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 55px; padding-bottom: 18px; border-bottom: 1px solid rgba(73,161,238,.35); }
.gallery-filters button { padding: 11px 15px; border: 1px solid rgba(80,151,214,.26); color: #8ea7bc; background: rgba(3,20,39,.58); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.gallery-filters button span { margin-left: 7px; color: #4f7698; }
.gallery-filters button:hover, .gallery-filters button:focus-visible, .gallery-filters button.is-active { border-color: #399df3; color: white; background: rgba(24,104,174,.36); }
.gallery-filters button.is-active span { color: #7fc7ff; }
.gallery-workspace { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 25px; margin-top: 28px; }
.gallery-feature, .gallery-rail-panel { border: 1px solid rgba(55,169,255,.55); background: rgba(1,12,26,.78); box-shadow: 0 0 0 9px rgba(4,62,106,.12), 0 22px 60px rgba(0,0,0,.35), inset 0 0 42px rgba(31,134,218,.06); }
.gallery-feature { min-width: 0; padding: 14px; }
.gallery-feature-open { position: relative; display: block; width: 100%; height: clamp(480px, 60vh, 710px); padding: 0; overflow: hidden; border: 1px solid rgba(104,191,255,.42); background: #01060d; cursor: zoom-in; }
.gallery-feature-open::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(1,10,21,.42), transparent 25%); }
.gallery-feature-open img { width: 100%; height: 100%; object-fit: contain; transition: opacity .22s ease, transform .6s ease; }
.gallery-feature-open:hover img { transform: scale(1.012); }
.gallery-feature-open img.is-loading { opacity: .3; }
.gallery-expand { position: absolute; z-index: 3; top: 20px; right: 20px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; color: white; background: rgba(1,10,22,.7); font-size: 25px; }
.gallery-drawing-label { position: absolute; z-index: 3; left: 22px; bottom: 18px; color: #75c5ff; font-family: var(--display); font-size: 9px; letter-spacing: .12em; }
.gallery-feature-info { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; min-height: 112px; padding: 24px 17px 17px; }
.gallery-feature-info > div:first-child > span { color: #69b9f8; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.gallery-feature-info h2 { margin-top: 8px; font-family: var(--display); font-size: clamp(20px, 2.2vw, 32px); line-height: 1.08; text-transform: uppercase; }
.gallery-position { display: flex; align-items: baseline; gap: 8px; color: #5b748b; font-family: var(--display); }
.gallery-position strong { color: #72c3ff; font-size: 25px; font-weight: 500; }
.gallery-position span { font-size: 12px; }
.gallery-feature-controls { display: flex; justify-content: space-between; border-top: 1px solid rgba(70,158,235,.25); }
.gallery-feature-controls button { display: flex; gap: 12px; padding: 17px; border: 0; color: #8ca7bd; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.gallery-feature-controls button:hover, .gallery-feature-controls button:focus-visible { color: #78c5ff; }
.gallery-rail-panel { display: grid; grid-template-rows: auto minmax(0, 1fr); height: clamp(674px, calc(60vh + 172px), 904px); padding: 12px; }
.gallery-rail-head { display: flex; justify-content: space-between; align-items: center; padding: 7px 6px 17px; color: #7893a9; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gallery-rail-head strong { color: #70bdff; font-family: var(--display); font-size: 16px; font-weight: 500; }
.gallery-rail { display: grid; grid-auto-rows: 128px; gap: 10px; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: #3b9bea #06182a; scrollbar-width: thin; }
.gallery-thumb { position: relative; display: block; width: 100%; height: 128px; padding: 0; overflow: hidden; border: 1px solid rgba(70,159,238,.38); color: white; background: #03101e; cursor: pointer; }
.gallery-thumb::after { content: ""; position: absolute; inset: 0; border: 2px solid transparent; pointer-events: none; transition: border-color .2s ease; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.63) brightness(.72); transition: filter .25s ease, transform .4s ease; }
.gallery-thumb > span { position: absolute; z-index: 2; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; gap: 10px; padding: 32px 11px 9px; background: linear-gradient(transparent, rgba(1,8,17,.92)); text-align: left; }
.gallery-thumb small { overflow: hidden; color: #93b9d8; font-size: 8px; font-weight: 700; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.gallery-thumb b { color: #69baff; font-family: var(--display); font-size: 10px; font-weight: 500; }
.gallery-thumb:hover img, .gallery-thumb.is-active img { filter: saturate(.92) brightness(.92); transform: scale(1.025); }
.gallery-thumb.is-active::after { border-color: #43abff; box-shadow: inset 0 0 22px rgba(30,153,250,.26); }
.gallery-contact { padding: 85px 0; border-top: 1px solid rgba(76,160,231,.28); background: linear-gradient(110deg, rgba(4,22,41,.92), rgba(3,44,78,.9)), url("../images/metal-texture.webp") center / cover no-repeat; }
.gallery-contact-inner { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.gallery-contact h2 { font-family: var(--display); font-size: clamp(32px, 4vw, 60px); text-transform: uppercase; }
.gallery-lightbox img { min-height: 40vh; }

.lightbox { width: min(1180px, calc(100% - 30px)); max-width: none; padding: 0; border: 1px solid rgba(95,180,255,.6); color: white; background: #020913; box-shadow: 0 30px 90px rgba(0,0,0,.7); }
.lightbox::backdrop { background: rgba(0,5,12,.88); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; background: #01050b; }
.lightbox p { padding: 18px 65px 21px 22px; color: #bfceda; font-size: 14px; }
.lightbox-close { position: absolute; z-index: 3; top: 14px; right: 14px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; color: white; background: rgba(1,8,18,.78); font-size: 29px; font-weight: 200; cursor: pointer; }
.not-found { min-height: 100vh; display: grid; place-content: center; justify-items: start; gap: 20px; width: min(calc(100% - 40px), 720px); margin-inline: auto; background: radial-gradient(circle at center, rgba(26,100,163,.18), transparent 58%); }
.not-found > img { width: 250px; height: auto; }
.not-found-code { color: var(--blue); font-family: var(--display); font-size: clamp(90px, 22vw, 190px); line-height: .8; }
.not-found h1 { font-family: var(--display); font-size: clamp(33px, 7vw, 57px); text-transform: uppercase; }
.not-found > p:not(.not-found-code) { max-width: 560px; color: var(--muted); }
.not-found .button { margin-top: 12px; }

@media (max-width: 1280px) {
  :root { --header: 76px; }
  .shell { width: min(calc(100% - 44px), var(--shell)); }
  .header-inner { gap: 22px; }
  .brand img { width: 210px; }
  .site-nav { gap: 20px; }
  .site-nav a, .header-phone { font-size: 12px; }
  .header-actions { gap: 14px; }
  .header-actions .button { padding-inline: 13px; }
  .hero-grid { grid-template-columns: .92fr 1.08fr; }
  .hero-copy { padding-top: 80px; }
  .quality-item { padding-inline: 18px; }
  .service-card { padding-inline: 28px; }
}

@media (max-width: 1080px) {
  .header-actions .button { display: none; }
  .header-phone { font-size: 13px; }
  .site-nav { gap: 17px; }
  .hero-grid { min-height: 640px; grid-template-columns: 1fr 1fr; }
  .hero-visual img { min-height: 640px; }
  .hero-title { font-size: clamp(47px, 6vw, 70px); }
  .hero-title-frame { height: 190px; }
  .hero-title-frame.is-long { height: 235px; }
  .hero-title.hero-title-long { font-size: clamp(36px, 5vw, 50px); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .production-grid, .quality-layout, .about-grid { gap: 50px; }
  .project-grid { grid-auto-rows: 280px; }
  .project-card { grid-column: span 6; }
  .project-card-wide { grid-column: span 12; }
  .contacts-grid { gap: 65px; }
  .gallery-heading { gap: 40px; }
  .gallery-heading-copy { grid-template-columns: 1fr; }
  .gallery-total { width: fit-content; }
  .gallery-workspace { grid-template-columns: minmax(0, 1fr) 270px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 72px; }
  :root { --header: 72px; }
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .section { padding: 92px 0; }
  .site-header::after { width: 58%; }
  .brand img { width: 205px; }
  .menu-button { display: block; margin-left: auto; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: var(--header) 0 auto; display: grid; gap: 0; padding: 17px; border-bottom: 1px solid var(--line); background: rgba(1,9,20,.98); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .site-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .site-nav a { padding: 17px 10px; border-bottom: 1px solid var(--line-soft); font-size: 15px; }
  .site-nav a::after { display: none; }
  .header-actions { margin-left: 0; }
  .hero { min-height: auto; }
  .blueprint-hero { left: -80px; top: 190px; }
  .hero-grid { display: block; min-height: auto; width: 100%; }
  .hero-copy { width: min(calc(100% - 34px), var(--shell)); margin-inline: auto; padding: 78px 0 60px; }
  .hero-title-frame { height: 205px; }
  .hero-title { font-size: clamp(46px, 10vw, 72px); }
  .hero-lead { max-width: 700px; }
  .hero-visual { width: 100%; height: 470px; clip-path: polygon(0 0, 92% 0, 100% 13%, 100% 100%, 0 100%); }
  .hero-visual img { min-height: 0; height: 100%; object-position: center 47%; }
  .hero-visual-shade { background: linear-gradient(0deg, rgba(1,8,18,.68), transparent 55%), linear-gradient(90deg, rgba(3,17,36,.35), transparent); }
  .quality-panel { padding-top: 34px; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-item { min-height: 96px; }
  .return-line { font-size: 15px; }
  .section-head-split { grid-template-columns: 1fr; gap: 28px; }
  .section-intro { max-width: 700px; }
  .production-grid, .quality-layout, .about-grid, .contacts-grid { grid-template-columns: 1fr; }
  .production-media { min-height: 460px; }
  .production-media video { height: 460px; }
  .production-copy { max-width: 760px; }
  .section-head-bottom { align-items: start; }
  .project-filter { justify-content: flex-start; }
  .project-grid { grid-auto-rows: 300px; }
  .project-card, .project-card-wide { grid-column: span 6; }
  .project-card-tall { grid-row: span 1; }
  .quality-layout { gap: 54px; }
  .about-statement { min-height: 440px; }
  .contacts-grid { gap: 55px; }
  .contact-card { max-width: 620px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-relationship { grid-column: 1 / -1; grid-row: 2; }
  .gallery-hero { padding-top: calc(var(--header) + 58px); background-attachment: scroll; }
  .gallery-heading { grid-template-columns: 1fr; gap: 32px; }
  .gallery-heading-copy { grid-template-columns: 1fr auto; }
  .gallery-filters { margin-top: 40px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 13px; }
  .gallery-filters button { flex: 0 0 auto; }
  .gallery-workspace { grid-template-columns: 1fr; }
  .gallery-feature-open { height: min(64vw, 560px); min-height: 390px; }
  .gallery-rail-panel { height: auto; }
  .gallery-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 190px; grid-template-rows: 128px; overflow-x: auto; overflow-y: hidden; }
  .gallery-thumb { height: 128px; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { gap: 12px; }
  .brand img { width: 176px; }
  .header-phone { display: none; }
  .menu-button { width: 43px; }
  .section { padding: 76px 0; }
  .eyebrow { margin-bottom: 17px; font-size: 10px; }
  .eyebrow > span { width: 38px; }
  .section-title { font-size: clamp(32px, 10.4vw, 48px); }
  .hero-copy { width: min(calc(100% - 28px), var(--shell)); padding-top: 62px; }
  .hero-title-frame { height: 202px; }
  .hero-title-frame.is-long { height: 215px; }
  .hero-title { font-size: clamp(40px, 13.6vw, 62px); line-height: 1.02; }
  .hero-title.hero-title-long { font-size: clamp(33px, 10.8vw, 48px); line-height: 1.05; }
  .hero-lead { margin-top: 17px; font-size: 17px; }
  .hero-cta { align-items: flex-start; flex-direction: column; gap: 25px; margin-top: 30px; }
  .hero-cta .button { width: 100%; }
  .hero-meta { display: none; }
  .hero-assurance { margin-top: 28px; font-size: 13px; }
  .hero-visual { height: 370px; }
  .visual-caption { right: 14px; bottom: 18px; left: 14px; width: auto; }
  .section-kicker::before { width: 28px; }
  .section-kicker { gap: 10px; font-size: 13px; }
  .quality-item { gap: 15px; padding: 16px; }
  .quality-index { flex-basis: 47px; width: 47px; height: 47px; font-size: 11px; }
  .quality-item h2 { font-size: 13px; }
  .return-line { padding: 16px 14px; font-size: 13px; line-height: 1.5; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 490px; padding: 29px 25px; }
  .service-video { height: 205px; margin: -29px -25px 26px; }
  .service-card h3 { margin-top: 24px; font-size: 24px; }
  .production-media { min-height: 350px; box-shadow: 12px 12px 0 #cbd7df; }
  .production-media video { height: 350px; }
  .video-label { right: 24px; left: 24px; bottom: 28px; }
  .video-label b { font-size: 14px; }
  .video-toggle { top: 24px; right: 24px; }
  .project-filter { gap: 6px; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .project-card, .project-card-wide { grid-column: 1; }
  .quality-layout { gap: 45px; }
  .control-line { grid-template-columns: 34px 1fr 28px; gap: 10px; min-height: 120px; }
  .control-line i { width: 27px; height: 27px; }
  .about-statement { min-height: 380px; padding: 75px 32px 40px; box-shadow: 12px 12px 0 #c6d3dc; }
  .big-mark { font-size: 115px; }
  .about-statement p { right: 32px; bottom: 42px; left: 32px; font-size: 19px; }
  .contacts { padding: 82px 0; }
  .contacts-copy h2 { font-size: clamp(36px, 11vw, 55px); }
  .contacts-actions { flex-direction: column; }
  .contacts-actions .button { width: 100%; }
  .contact-card a { font-size: 16px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: start; gap: 19px; }
  .footer-brand img { width: 205px; }
  .footer-relationship { grid-column: auto; grid-row: auto; padding-left: 17px; }
  .footer-copyright { text-align: left; }
  .gallery-hero { padding-bottom: 76px; }
  .gallery-heading .section-title { font-size: clamp(47px, 17vw, 74px); }
  .gallery-heading-copy { grid-template-columns: 1fr; }
  .gallery-feature { padding: 8px; }
  .gallery-feature-open { min-height: 270px; height: 72vw; }
  .gallery-feature-info { min-height: 116px; padding: 19px 10px 13px; }
  .gallery-feature-info h2 { font-size: 20px; }
  .gallery-position strong { font-size: 19px; }
  .gallery-feature-controls button span { display: none; }
  .gallery-contact-inner { align-items: stretch; flex-direction: column; }
  .gallery-contact-inner .button { width: 100%; }
}

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