﻿/* Genatek Corporation static site
   Inspired by AIRCO's restrained industrial-tech language: oversized hero, quiet nav,
   lots of white space, dark process imagery, simple product rows, navy/blue logo palette.
*/
:root {
  --navy: #09295d;
  --navy-2: #071f52;
  --ink: #0d1824;
  --slate: #60778d;
  --blue: #0875c9;
  --sky: #14aefa;
  --pale: #f4f8fb;
  --paper: #ffffff;
  --line: rgba(9, 41, 93, .13);
  --dark: #05080c;
  --shadow: 0 28px 80px rgba(5, 24, 55, .14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html, body { margin: 0; overflow-x: hidden; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.45;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; min-width: 0; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,.56), rgba(0,0,0,.10) 72%, rgba(0,0,0,0));
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.logo-link { display: flex; align-items: center; min-width: 0; }
.logo-link img { width: 220px; height: auto; filter: brightness(0) invert(1); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.mobile-panel { display: none; }
.nav-links a {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.78);
  letter-spacing: .01em;
  padding: 6px 0;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-cta { border-bottom: 0; padding-bottom: 0; }
.mobile-toggle { display: none; }

h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(42px, 5.05vw, 72px);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 300;
  color: #fff;
  max-width: 680px;
  margin-bottom: 0;
}
h2 {
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 0;
}
h3 {
  font-size: clamp(25px, 2.6vw, 38px);
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 400;
  color: var(--ink);
}

.air-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #0a0d10;
  padding: 140px 0 90px;
}
.hero-media {
  position: absolute;
  inset: 0;
  background: #05080c;
}
.hero-media picture,
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center center; filter: saturate(.96) contrast(1.04) brightness(.86); }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.22) 46%, rgba(0,0,0,.56)),
    linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.08) 38%, rgba(0,0,0,.40));
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.085) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.065) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(90deg, #000, transparent 62%);
  opacity: .45;
}
.industrial-collage {
  position: absolute;
  inset: 0;
  opacity: .72;
  background:
    radial-gradient(circle at 70% 35%, rgba(20,174,250,.18), transparent 22rem),
    repeating-linear-gradient(90deg, transparent 0 90px, rgba(255,255,255,.055) 91px 95px),
    repeating-linear-gradient(0deg, transparent 0 120px, rgba(255,255,255,.048) 121px 126px),
    linear-gradient(135deg, rgba(255,255,255,.04), transparent 34%);
}
.industrial-collage::before,
.industrial-collage::after { content: ""; position: absolute; left: 0; width: 100%; background: rgba(210,218,224,.16); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 0 25px rgba(255,255,255,.06); }
.industrial-collage::before { top: 44%; height: 34px; }
.industrial-collage::after { top: 68%; height: 52px; }
.collage-panel { position: absolute; display: block; overflow: hidden; background: rgba(210,218,224,.18); border: 1px solid rgba(255,255,255,.10); box-shadow: inset 0 0 25px rgba(255,255,255,.07); }
.collage-panel span { position: absolute; inset: 0; background-size: cover; background-position: center; filter: grayscale(.2) contrast(1.08) brightness(.85); }
.panel-a { left: 8%; top: 0; width: 44px; height: 100%; }
.panel-b { left: 32%; top: -5%; width: 58px; height: 110%; }
.panel-c { right: 14%; top: -10%; width: 72px; height: 120%; }
.panel-a span, .panel-b span, .panel-c span { background-image: linear-gradient(180deg, rgba(255,255,255,.18), rgba(0,0,0,.12)), repeating-linear-gradient(0deg, transparent 0 70px, rgba(255,255,255,.12) 71px 76px), linear-gradient(135deg, #263846, #081019); }
.air-hero-content { position: relative; z-index: 1; display: flex; justify-content: flex-start; }
.air-hero-content h1 { margin-left: clamp(0px, 4vw, 56px); }

.intro-strip { position: relative; padding: 64px 0 40px; background: #fff; }
.intro-strip::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(8,117,201,.5), transparent); }
.intro-grid { display: grid; grid-template-columns: 230px 1fr; gap: 52px; align-items: start; }
.kicker, .section-label {
  color: var(--slate);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.01em;
  margin: 0;
}
.intro-grid p:last-child {
  font-size: clamp(24px, 3.2vw, 43px);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.14;
  color: var(--ink);
  margin: 0;
}

.air-section { padding: 82px 0; background: #fff; }
.air-section-grid { display: grid; grid-template-columns: 310px 1fr; gap: 72px; align-items: start; }
.product-list { border-top: 1px solid rgba(9,41,93,.18); }
.product-row {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 42px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(9,41,93,.18);
  transition: color .2s ease, transform .2s ease, background .2s ease, padding-left .2s ease;
}
.product-row::after { content: "→"; position: absolute; right: 0; top: 31px; color: rgba(8,117,201,.0); transition: color .2s ease, transform .2s ease; }
.product-row:hover { color: var(--blue); transform: translateX(4px); background: linear-gradient(90deg, rgba(8,117,201,.035), transparent); padding-left: 12px; }
.product-row:hover::after { color: var(--blue); transform: translateX(3px); }
.product-row span { font-size: 22px; font-weight: 400; letter-spacing: -.035em; }
.product-row small { color: var(--slate); font-size: 14px; line-height: 1.45; max-width: 420px; }

.visual-story-section { padding: 12px 0 54px; background: #fff; }
.visual-story-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.photo-tile {
  min-height: 255px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  color: #fff;
  background: #071f52;
}
.photo-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.04) brightness(.78); transform: scale(1.015); transition: transform .35s ease; }
.photo-tile:hover img { transform: scale(1.045); }
.photo-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.68)); }
.photo-tile figcaption { position: relative; z-index: 1; font-size: 14px; font-weight: 600; letter-spacing: .01em; margin: 0; }
.about-visual-strip { padding: 0 0 44px; background: #fff; }
.about-visual-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.about-visual-card .photo-tile { min-height: 220px; }
.feature-image-section { padding: 28px 0 82px; background: #fff; }
.feature-image-card { display: grid; grid-template-columns: 1.25fr .85fr; gap: 42px; align-items: end; }
.tech-visual {
  position: relative;
  min-height: 300px;
  background:
    radial-gradient(circle at 50% 50%, rgba(20,174,250,.65), transparent 9rem),
    linear-gradient(135deg, #063057, #071f52 50%, #04101f);
  overflow: hidden;
}
.tech-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255,255,255,.07) 43px 45px),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(255,255,255,.07) 43px 45px);
}
.core-orb { position: absolute; left: 50%; top: 50%; width: 132px; height: 132px; transform: translate(-50%, -50%); border-radius: 50%; border: 2px solid rgba(255,255,255,.72); box-shadow: 0 0 42px rgba(20,174,250,.55); }
.tech-visual i { position: absolute; height: 3px; background: #14aefa; box-shadow: 0 0 18px rgba(20,174,250,.8); }
.tech-visual i:nth-of-type(1) { width: 36%; left: 8%; top: 48%; }
.tech-visual i:nth-of-type(2) { width: 30%; right: 8%; top: 52%; }
.tech-visual i:nth-of-type(3) { width: 22%; left: 40%; top: 24%; transform: rotate(90deg); }
.tech-visual i:nth-of-type(4) { width: 24%; left: 38%; bottom: 24%; transform: rotate(90deg); }
.feature-image-card p { font-size: clamp(18px, 2vw, 26px); font-weight: 300; letter-spacing: -.035em; line-height: 1.15; color: var(--ink); margin: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.minimal-split p:not(.section-label) { color: var(--slate); font-size: 18px; line-height: 1.55; }
.minimal-split h2 { margin-top: 0; }
.pill-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.pill { border: 1px solid rgba(9,41,93,.14); border-radius: 999px; padding: 8px 11px; font-size: 12px; color: var(--navy); background: #fff; }

.latest-section { padding: 0 0 86px; background: #fff; }
.latest-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 40px;
  align-items: end;
  border-top: 1px solid rgba(9,41,93,.16);
  padding-top: 28px;
}
.latest-card::before { content: ""; position: absolute; top: -1px; left: 0; width: 96px; height: 2px; background: var(--blue); }
.latest-label { display: none; }
.latest-card p { color: var(--slate); max-width: 650px; margin-bottom: 0; }
.arrow-link { justify-self: end; color: var(--blue); font-weight: 600; }
.arrow-link::after { content: ""; }

/* Secondary pages keep the cleaner AIRCO-inspired language */
.page-hero { padding: 128px 0 46px; background: #fff; }
.breadcrumb { color: var(--slate); font-size: 13px; margin-bottom: 20px; }
.page-hero h1 { color: var(--ink); max-width: 860px; }
.page-hero .lede { color: var(--slate); font-size: 20px; line-height: 1.45; max-width: 760px; margin-top: 22px; }
.section { padding: 76px 0; }
.section-tight { padding: 50px 0; }
.copy p { color: var(--slate); font-size: 17px; line-height: 1.62; }
.feature-list { display: grid; gap: 1px; border-top: 1px solid rgba(9,41,93,.14); }
.feature { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(9,41,93,.14); }
.feature-icon { color: var(--blue); font-weight: 700; }
.feature strong { display: block; font-size: 19px; font-weight: 500; margin-bottom: 5px; }
.feature span { color: var(--slate); }
.bio-card { display: grid; grid-template-columns: 240px 1fr; gap: 42px; border-top: 1px solid rgba(9,41,93,.16); padding-top: 40px; }
.portrait-placeholder { aspect-ratio: 1; background: linear-gradient(135deg, #09295d, #071f52); display: grid; place-items: center; color: #fff; margin: 0; overflow: hidden; }
.portrait-placeholder span { font-size: 60px; font-weight: 300; }
.portrait-photo { position: relative; border: 1px solid rgba(9,41,93,.16); box-shadow: 0 24px 60px rgba(9,41,93,.14); }
.portrait-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,41,93,0), rgba(9,41,93,.10)); pointer-events: none; }
.portrait-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) contrast(1.03); }
.bio-card p { color: var(--slate); font-size: 16px; line-height: 1.62; }
.band { background: #061018; color: #fff; padding: 56px; }
.band h2, .band h3 { color: #fff; }
.band p { color: rgba(255,255,255,.72); }
.band-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 54px; }
.quote-panel { border-top: 1px solid rgba(9,41,93,.16); padding-top: 28px; }
.quote-panel .line { width: 72px; height: 3px; background: var(--blue); margin-bottom: 20px; }
.quote-panel p { font-size: 30px; font-weight: 300; letter-spacing: -.04em; line-height: 1.12; color: var(--ink); }
.quote-panel small { color: var(--slate); }

.contact-wrap { display: grid; grid-template-columns: .64fr 1fr; gap: 58px; align-items: start; }
.contact-panel, .form-card { border-top: 1px solid rgba(9,41,93,.16); padding-top: 24px; }
.contact-panel p { color: var(--slate); font-size: 17px; line-height: 1.6; }
.contact-detail { display: grid; gap: 18px; margin-top: 28px; }
.contact-detail strong { display: block; color: var(--ink); }
.contact-detail span { color: var(--slate); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; margin-bottom: 16px; }
.form-field.full { grid-column: 1 / -1; }
label { color: var(--ink); font-weight: 600; font-size: 13px; }
input, select, textarea { width: 100%; border: 1px solid rgba(9,41,93,.20); padding: 15px 14px; font: inherit; color: var(--ink); background: #fff; outline: none; border-radius: 0; }
textarea { min-height: 155px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,174,250,.14); }
.form-note { color: var(--slate); font-size: 13px; }
.success { display: none; margin-top: 14px; padding: 13px; color: var(--navy); background: rgba(20,174,250,.12); border: 1px solid rgba(8,117,201,.24); font-weight: 700; }
.success.show { display: block; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 14px 22px; border: 1px solid transparent; font-weight: 700; cursor: pointer; letter-spacing: -.01em; }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: #071f52; }
.btn-secondary { background: #fff; color: var(--navy); border-color: rgba(9,41,93,.18); }
.btn-gold { background: var(--blue); color: #fff; }

.footer { position: relative; padding: 50px 0; background: radial-gradient(circle at 80% 0%, rgba(20,174,250,.18), transparent 22rem), #05080c; color: rgba(255,255,255,.72); }
.footer::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 80px 80px; }
.footer-grid { position: relative; z-index: 1; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer img { width: 180px; filter: brightness(0) invert(1); }
.footer a { color: #fff; }
.footer small { color: rgba(255,255,255,.5); }

@media (max-width: 900px) {
  .container { width: min(100% - 32px, var(--max)); }
  .nav { height: 72px; }
  .logo-link img { width: 170px; }
  .mobile-toggle { display: inline-flex; border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.22); color: #fff; padding: 8px 11px; font: inherit; z-index: 60; }
  .nav-links { display: none; }
  .mobile-panel { display: none; position: fixed; top: 70px; left: 16px; right: auto; width: calc(100vw - 32px); max-width: calc(100vw - 32px); z-index: 55; padding: 18px; background: rgba(5,8,12,.96); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 24px 70px rgba(0,0,0,.35); }
  .mobile-panel.open { display: grid; gap: 14px; }
  .mobile-panel a { color: #fff; font-size: 18px; padding: 8px 0; }
  .air-hero { min-height: 74vh; padding: 104px 0 48px; }
  .air-hero-content { justify-content: flex-start; }
  .air-hero-content h1 { margin-left: 0; }
  h1 { font-size: 44px; max-width: 620px; }
  .intro-grid, .air-section-grid, .feature-image-card, .visual-story-grid, .about-visual-card, .split, .band-grid, .bio-card, .contact-wrap, .latest-card { grid-template-columns: 1fr; gap: 28px; }
  .product-row { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 620px) {
  .container { width: auto; max-width: 312px; margin-left: 18px; margin-right: auto; }
  .industrial-collage { opacity: .64; }
  .panel-a { left: -24%; top: 18%; width: 70%; height: 28%; }
  .panel-b { right: -28%; top: 16%; width: 58%; height: 24%; }
  .panel-c { left: 10%; right: auto; bottom: 8%; width: 70%; height: 20%; }
  .hero-media img { object-position: 56% center; }
  .air-hero { min-height: auto; padding-top: 106px; padding-bottom: 78px; }
  h1 { font-size: 24px; letter-spacing: -.025em; line-height: 1.2; max-width: 292px; overflow-wrap: anywhere; }
  .page-hero { padding-top: 104px; padding-bottom: 34px; }
  .page-hero h1 { font-size: 28px; line-height: 1.12; letter-spacing: -.03em; max-width: 292px; overflow-wrap: anywhere; }
  .page-hero .lede { font-size: 14.5px; line-height: 1.55; max-width: 292px; }
  h2 { font-size: 30px; line-height: 1.08; }
  .intro-grid p:last-child { font-size: 19px; line-height: 1.34; letter-spacing: -.015em; }
  .product-row span { font-size: 20px; }
  .product-row small { font-size: 14px; line-height: 1.55; }
  .feature-image-card p { font-size: 20px; line-height: 1.28; }
  .minimal-split p:not(.section-label), .copy p, .contact-panel p { font-size: 14.5px; line-height: 1.64; max-width: 292px; overflow-wrap: anywhere; }
  .intro-strip { padding: 30px 0 16px; }
  .air-section { padding: 38px 0; }
  .visual-story-section { padding: 8px 0 30px; }
  .photo-tile { min-height: 150px; padding: 16px; }
  .about-visual-strip { padding-bottom: 30px; }
  .feature-image-section { padding: 8px 0 34px; }
  .tech-visual { min-height: 220px; }
  .band { padding: 28px; }
  .contact-wrap { gap: 34px; }
  .contact-panel, .form-card { min-width: 0; max-width: 292px; }
  .form-grid { grid-template-columns: 1fr; }
  input, select, textarea { min-width: 0; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}



/* Decorative polish pass */
.hero-decoration {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.24);
}
.hero-decoration-one { left: clamp(34px, 7vw, 110px); bottom: 70px; width: 70px; height: 70px; border-right: 0; border-bottom: 0; }
.hero-decoration-two { right: clamp(42px, 8vw, 132px); top: 145px; width: 96px; height: 1px; background: rgba(20,174,250,.55); border: 0; box-shadow: 0 0 22px rgba(20,174,250,.4); }
.decorative-index {
  font-size: clamp(58px, 9vw, 116px);
  line-height: .8;
  font-weight: 300;
  letter-spacing: -.08em;
  color: rgba(9,41,93,.105);
  align-self: start;
}
.section-title-block { position: relative; }
.decorative-rule {
  display: block;
  width: 54px;
  height: 3px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, var(--blue), rgba(20,174,250,.15));
}
.products-section { position: relative; }
.products-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 38px;
  width: min(28vw, 360px);
  height: min(28vw, 360px);
  border: 1px solid rgba(9,41,93,.08);
  transform: translateX(42%) rotate(45deg);
  pointer-events: none;
}
.product-list { position: relative; }
.product-list::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(8,117,201,.55), transparent);
}
.product-row span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 12px;
  border: 1px solid var(--blue);
  transform: rotate(45deg) translateY(-1px);
}
.pill { box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); }
.latest-section { position: relative; }
.latest-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(9,41,93,.22), transparent);
}
.latest-card { padding-bottom: 28px; }
.latest-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  border-right: 1px solid rgba(8,117,201,.28);
  border-bottom: 1px solid rgba(8,117,201,.28);
}
.decorated-page-hero { position: relative; overflow: hidden; }
.decorated-page-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(9,41,93,.075);
  transform: rotate(45deg);
  pointer-events: none;
}
.page-corner-mark {
  position: absolute;
  left: clamp(18px, 4vw, 62px);
  top: 130px;
  width: 78px;
  height: 78px;
  border-left: 1px solid rgba(8,117,201,.32);
  border-top: 1px solid rgba(8,117,201,.32);
  pointer-events: none;
}
.contact-detail div {
  position: relative;
  padding-left: 18px;
  border-left: 2px solid rgba(8,117,201,.28);
}
.form-card { position: relative; }
.form-card::before {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 90px;
  height: 2px;
  background: var(--blue);
}
input:hover, select:hover, textarea:hover { border-color: rgba(8,117,201,.42); }

@media (max-width: 900px) {
  .air-hero::before, .air-hero::after, .hero-decoration, .page-corner-mark, .decorated-page-hero::after, .products-section::before { display: none; }
  .decorative-index { font-size: 46px; }
  .product-list::before { display: none; }
}

@media (max-width: 620px) {
  .decorative-index { display: none; }
  .decorative-rule { width: 42px; height: 2px; margin-bottom: 16px; }
  .product-row span::before { width: 6px; height: 6px; margin-right: 9px; }
  .latest-card::after { width: 46px; height: 46px; }
}


/* Additional decorative polish: clickable-safe */
.topbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(20,174,250,.55), transparent);
}
.nav-links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 9px;
  height: 1px;
  pointer-events: none;
  background: currentColor;
  opacity: .65;
  transition: right .22s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-cta::before {
  content: "";
  position: absolute;
  inset: 7px -12px;
  border: 1px solid rgba(255,255,255,.18);
  pointer-events: none;
}
.air-hero-content h1 { position: relative; }
.air-hero-content h1::after {
  content: "";
  display: block;
  width: clamp(84px, 12vw, 160px);
  height: 2px;
  margin-top: 28px;
  background: linear-gradient(90deg, rgba(255,255,255,.8), rgba(20,174,250,.15));
}
.photo-tile::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  width: 34px;
  height: 34px;
  border-left: 1px solid rgba(255,255,255,.66);
  border-top: 1px solid rgba(255,255,255,.66);
  pointer-events: none;
}
.portrait-photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.38);
  pointer-events: none;
}
.contact-panel::after {
  content: "";
  display: block;
  width: 132px;
  height: 42px;
  margin-top: 28px;
  opacity: .38;
  background-image: radial-gradient(circle, var(--blue) 1.2px, transparent 1.3px);
  background-size: 12px 12px;
}
.arrow-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 0;
}
.arrow-link::before {
  content: "";
  width: 30px;
  height: 1px;
  margin-right: 12px;
  background: currentColor;
  opacity: .45;
  pointer-events: none;
}

@media (max-width: 620px) {
  .air-hero-content h1::after { width: 84px; margin-top: 20px; }
  .nav-links a::after, .nav-cta::before { display: none; }
  .photo-tile::before { left: 12px; top: 12px; width: 26px; height: 26px; }
  .contact-panel::after { width: 96px; height: 32px; margin-top: 18px; }
}

.footer a, .mobile-panel a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.mobile-panel a { width: 100%; }
.latest-card::before, .latest-card::after, .arrow-link::before, .arrow-link::after { pointer-events: none; }
.arrow-link { position: relative; z-index: 3; }
/* Cleanup: keep Read more clean and clickable */
.arrow-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 0;
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
.arrow-link::before,
.arrow-link::after,
.latest-card::after {
  content: none !important;
  display: none !important;
}
/* Feedback cleanup: remove gimmicky decorative lettering/marks and improve bio spacing */
.logo-link img { width: 178px; }
.air-hero::after,
.decorative-index,
.page-corner-mark,
.decorated-page-hero::after,
.hero-decoration,
.products-section::before,
.product-list::before,
.product-row span::before,
.photo-tile::before,
.portrait-photo::before,
.contact-panel::after,
.nav-links a::after,
.nav-cta::before,
.latest-card::after {
  content: none !important;
  display: none !important;
}
.nav-cta { border-bottom: 0 !important; padding-bottom: 0; }
.section-title-block .decorative-rule { opacity: .55; width: 44px; height: 2px; margin-bottom: 24px; }
.bio-card { gap: 56px; padding-top: 54px; }
.bio-card .eyebrow { margin-bottom: 18px; letter-spacing: .08em; }
.bio-card h2 { margin: 0 0 30px; }
.bio-card h2 + p { margin-top: 0; }
.bio-card p { margin: 0 0 20px; line-height: 1.72; }
.portrait-photo { box-shadow: 0 18px 46px rgba(9,41,93,.12); }

@media (max-width: 900px) {
  .logo-link img { width: 150px; }
  .bio-card { gap: 30px; padding-top: 38px; }
  .bio-card .eyebrow { margin-bottom: 14px; }
  .bio-card h2 { margin-bottom: 22px; }
}


/* Mobile/readability cleanup from screenshot feedback */
.nav-cta,
.nav-links a.nav-cta,
.nav-links a.active.nav-cta {
  border-bottom: 0 !important;
  padding-bottom: 0;
  text-decoration: none;
}
.intro-grid p:last-child {
  max-width: 980px;
}
@media (max-width: 620px) {
  .intro-grid {
    display: block;
    text-align: center;
  }
  .intro-grid p:last-child {
    max-width: 340px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: -.01em;
    text-align: center;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}
/* Hard cleanup overrides */
.nav-links a::before,
.nav-links a::after,
.nav-links .nav-cta::before,
.nav-links .nav-cta::after,
.nav-links a.active::before,
.nav-links a.active::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  border: 0 !important;
}
.nav-links a,
.nav-links a.active,
.nav-cta,
.nav-links a.nav-cta,
.nav-links a.active.nav-cta {
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
@media (max-width: 620px) {
  .intro-strip .container.intro-grid {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .intro-strip .intro-grid p:last-child {
    display: block !important;
    width: min(100%, 342px) !important;
    max-width: 342px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 18px !important;
    line-height: 1.48 !important;
    letter-spacing: -0.01em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}
@media (max-width: 620px) {
  .intro-strip .intro-grid p:last-child {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}
/* Intro paragraph cleanup: centered block on all viewports */
.intro-strip .intro-grid {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  grid-template-columns: none !important;
  text-align: center !important;
}
.intro-strip .intro-grid p {
  width: min(100%, 920px) !important;
  max-width: 920px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
@media (max-width: 620px) {
  .intro-strip .intro-grid p {
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: calc(100vw - 40px) !important;
  }
}
/* Final intro treatment: real centered paragraph, not editorial column */
.intro-strip .intro-grid p,
.intro-strip .intro-grid p:last-child {
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: clamp(20px, 1.8vw, 28px) !important;
  line-height: 1.45 !important;
  letter-spacing: -0.015em !important;
  font-weight: 300 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}
@media (max-width: 620px) {
  .intro-strip .intro-grid p,
  .intro-strip .intro-grid p:last-child {
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: calc(100vw - 40px) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}
/* Desktop intro: wide normal centered paragraph */
.intro-strip .intro-grid p,
.intro-strip .intro-grid p:last-child {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
  letter-spacing: -0.005em !important;
  font-weight: 400 !important;
}
@media (max-width: 620px) {
  .intro-strip .intro-grid p,
  .intro-strip .intro-grid p:last-child {
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: calc(100vw - 40px) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}
/* Cleanup pass from screenshot feedback */
.topbar::after,
.intro-strip::before,
.hero-media::before,
.hero-media::after,
.industrial-collage::before,
.industrial-collage::after,
.tech-visual::before,
.latest-card::before,
.latest-section::before,
.form-card::before,
.decorative-rule {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.nav-links {
  align-items: center !important;
  gap: 32px !important;
}
.nav-links a,
.nav-links a.active,
.nav-links a.nav-cta,
.nav-links a.active.nav-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  min-height: 44px !important;
  line-height: 1 !important;
  padding: 0 !important;
  border: 0 !important;
  transform: none !important;
}
.nav-links a::before,
.nav-links a::after,
.nav-links a.nav-cta::before,
.nav-links a.nav-cta::after {
  content: none !important;
  display: none !important;
}
.section-title-block .eyebrow,
.copy .eyebrow,
.contact-panel .eyebrow {
  margin-bottom: 18px !important;
}
.section-title-block h2,
.copy h2,
.contact-panel h2 {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.section-title-block h2 + p,
.copy h2 + p,
.contact-panel h2 + p {
  margin-top: 0 !important;
}
.minimal-split { gap: clamp(48px, 7vw, 100px) !important; }
.minimal-split h2 { margin-bottom: 0 !important; }
.minimal-split p { margin-top: 0 !important; }
.pill-list { margin-top: 30px !important; }
.product-row {
  padding: 34px 0 !important;
  background: transparent !important;
  transform: none !important;
}
.product-row:hover {
  padding-left: 0 !important;
  transform: none !important;
  background: transparent !important;
}
.product-row::after { content: none !important; display: none !important; }
.product-row span { letter-spacing: -0.02em !important; }
.product-row small { line-height: 1.65 !important; }
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.capability-tile {
  position: relative;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  background: #071f52;
}
.capability-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(1.04) brightness(.78);
}
.capability-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.70));
}
.capability-tile figcaption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
}
@media (max-width: 900px) {
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .capability-grid { grid-template-columns: 1fr; gap: 14px; }
  .capability-tile { min-height: 185px; }
  .section-title-block h2,
  .copy h2,
  .contact-panel h2 { margin-bottom: 22px !important; }
}
/* More breathing room between large headings and body copy */
.copy h2,
.section-title-block h2,
.contact-panel h2 {
  margin-bottom: 44px !important;
}
.copy h2 + p,
.section-title-block h2 + p,
.contact-panel h2 + p {
  margin-top: 0 !important;
}
@media (max-width: 620px) {
  .copy h2,
  .section-title-block h2,
  .contact-panel h2 {
    margin-bottom: 32px !important;
  }
}
/* Specific About company-story spacing fix */
.section-tight .copy.section-title-block h2 {
  margin-bottom: 72px !important;
}
.section-tight .copy.section-title-block h2 + p {
  margin-top: 0 !important;
}
@media (max-width: 620px) {
  .section-tight .copy.section-title-block h2 {
    margin-bottom: 44px !important;
  }
}
/* Contact intro spacing fix */
.contact-panel .eyebrow {
  margin-bottom: 26px !important;
}
.contact-panel h2 {
  margin-top: 0 !important;
  margin-bottom: 54px !important;
}
.contact-panel h2 + p {
  margin-top: 0 !important;
}
@media (max-width: 620px) {
  .contact-panel .eyebrow {
    margin-bottom: 18px !important;
  }
  .contact-panel h2 {
    margin-bottom: 34px !important;
  }
}
/* Stronger contact spacing override */
.contact-wrap .contact-panel.section-title-block .eyebrow {
  display: block !important;
  margin-bottom: 38px !important;
}
.contact-wrap .contact-panel.section-title-block h2 {
  display: block !important;
  margin: 0 0 82px !important;
  line-height: 1.02 !important;
}
.contact-wrap .contact-panel.section-title-block p {
  display: block !important;
  margin-top: 0 !important;
}
@media (max-width: 620px) {
  .contact-wrap .contact-panel.section-title-block .eyebrow {
    margin-bottom: 24px !important;
  }
  .contact-wrap .contact-panel.section-title-block h2 {
    margin-bottom: 50px !important;
  }
}
/* Contact dark band wording/spacing cleanup */
.band-grid .eyebrow {
  margin-bottom: 28px !important;
}
.band-grid h2 {
  max-width: 560px;
  margin: 0 !important;
  font-size: clamp(38px, 4.4vw, 64px) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.055em !important;
}
.band-grid p {
  margin-top: 8px !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}
.band-grid .pill-list {
  margin-top: 34px !important;
}
@media (max-width: 620px) {
  .band-grid .eyebrow {
    margin-bottom: 20px !important;
  }
  .band-grid h2 {
    font-size: 33px !important;
    line-height: 1.08 !important;
  }
  .band-grid p {
    margin-top: 0 !important;
    font-size: 15px !important;
  }
}
/* Remove hero headline streak under “scale” */
.air-hero-content h1::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
