/*
Theme Name: aerROBOcean
Theme URI: https://aerobocean.com
Author: aerROBOcean
Description: A custom, responsive WordPress theme for aerROBOcean biomimetic ocean robotics. Images, logo, contact details, and video links can be changed through the WordPress Customizer without Elementor.
Version: 1.12.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: aerobocean
*/

:root {
  --bg: #02080d;
  --bg-soft: #07131b;
  --panel: #0a1821;
  --panel-2: #0d202b;
  --text: #f4f8fa;
  --muted: #9fb0ba;
  --cyan: #66e1ea;
  --cyan-2: #a1f6f8;
  --yellow: #ffc800;
  --line: rgba(145, 226, 234, 0.18);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --radius: 24px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: clip;
  max-width: 100%;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 8%, rgba(33, 173, 187, 0.11), transparent 29%),
    radial-gradient(circle at 6% 73%, rgba(22, 92, 118, 0.16), transparent 32%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.aero-container { width: min(var(--max), calc(100% - 52px)); margin: 0 auto; }
.aero-section { padding: 96px 0; position: relative; }
.aero-section-sm { padding: 62px 0; }
.aero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan-2);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.aero-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px rgba(102,225,234,.7); }
.aero-title {
  margin: 18px 0 24px;
  font-size: clamp(2.6rem, 5.4vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.058em;
}
.aero-title span, .aero-accent { color: var(--cyan); }
.aero-copy { color: var(--muted); font-size: 1.06rem; max-width: 680px; }
.aero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(160, 238, 243, 0.32);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  font-weight: 720;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.aero-button:hover { transform: translateY(-2px); border-color: rgba(160,238,243,.75); }
.aero-button-primary { color: #021014; background: linear-gradient(135deg, var(--cyan-2), var(--cyan)); border-color: transparent; }
.aero-button-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.aero-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  min-height: 76px;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, rgba(2,8,13,.94), rgba(2,8,13,.34));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.aero-nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 76px; }
.aero-logo { display: flex; align-items: center; flex: 0 0 auto; }
.aero-logo img { width: 205px; height: auto; max-height: 44px; object-fit: contain; object-position: left center; }
.aero-logo .custom-logo-link { display: flex; align-items: center; }
.aero-logo .custom-logo { width: auto; max-width: 230px; max-height: 48px; object-fit: contain; }
.aero-menu { display: flex; align-items: center; gap: 36px; list-style: none; margin: 0; padding: 0; }
.aero-menu a { position: relative; color: #dce8ed; font-size: .94rem; padding: 28px 0 24px; }
.aero-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: var(--cyan); transition: right .2s ease; }
.aero-menu a:hover::after, .aero-menu .current-menu-item > a::after, .aero-menu .current_page_item > a::after { right: 0; }
.aero-menu .current-menu-item > a, .aero-menu .current_page_item > a { color: var(--cyan-2); }
.aero-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(8,22,30,.8); color: white; }

.aero-hero {
  min-height: 790px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-position: center;
  background-size: cover;
}
.aero-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2,10,16,.97) 0%, rgba(2,10,16,.82) 34%, rgba(2,10,16,.15) 67%, rgba(2,10,16,.08) 100%),
    linear-gradient(0deg, #02080d 0%, transparent 33%);
}
.aero-hero-content { padding: 142px 0 145px; max-width: 650px; }
.aero-hero h1 { margin: 18px 0 22px; font-size: clamp(4.1rem, 7.3vw, 7.6rem); line-height: .86; letter-spacing: -.073em; }
.aero-hero h1 span { color: var(--cyan); }
.aero-hero p { max-width: 590px; color: #c6d5dc; font-size: 1.1rem; }
.aero-feature-strip {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: min(var(--max), calc(100% - 52px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(4, 17, 24, .79);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.aero-feature { min-height: 140px; padding: 24px 26px; }
.aero-feature + .aero-feature { border-left: 1px solid var(--line); }
.aero-feature svg { width: 31px; height: 31px; stroke: var(--cyan); fill: none; stroke-width: 1.5; }
.aero-feature h3 { margin: 15px 0 5px; font-size: 1.02rem; }
.aero-feature p { margin: 0; color: var(--muted); font-size: .86rem; }

.aero-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 78px; align-items: center; }
.aero-home-about {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 760px;
  display: flex;
  align-items: center;
}
.aero-home-about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--home-about-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 72% center;
  opacity: .98;
}
.aero-home-about::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2,8,13,1) 0%, rgba(2,8,13,.985) 22%, rgba(2,8,13,.93) 40%, rgba(2,8,13,.62) 56%, rgba(2,8,13,.22) 74%, rgba(2,8,13,.05) 100%),
    linear-gradient(0deg, rgba(2,8,13,1) 0%, rgba(2,8,13,.9) 18%, rgba(2,8,13,.24) 48%, rgba(2,8,13,.08) 100%);
}
.aero-home-about-copy {
  max-width: 640px;
  padding: 76px 0;
}
.aero-render-card {
  min-height: 430px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: radial-gradient(circle at 58% 38%, rgba(60, 149, 169, .24), transparent 46%), linear-gradient(145deg, #10232e, #071017);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.aero-render-card img { max-height: 420px; width: 94%; object-fit: contain; filter: drop-shadow(0 32px 45px rgba(0,0,0,.5)); }
.aero-mini-list { display: grid; gap: 15px; margin-top: 28px; }
.aero-mini-item { display: flex; gap: 14px; color: #c2d0d7; }
.aero-mini-item i { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 2px; border: 1px solid var(--cyan); border-radius: 50%; position: relative; }
.aero-mini-item i::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); inset: 6px; }

.aero-application-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.aero-application-card {
  min-height: 310px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(155deg, rgba(12,47,61,.92), rgba(5,15,22,.98));
}
.aero-application-card::before { content: ""; position: absolute; inset: 0; opacity: .75; background: radial-gradient(circle at 80% 15%, rgba(76,216,225,.24), transparent 36%); }
.aero-application-card:nth-child(2)::before { background: radial-gradient(circle at 30% 0%, rgba(109,142,159,.28), transparent 38%); }
.aero-application-card:nth-child(3)::before { background: radial-gradient(circle at 90% 20%, rgba(14,113,137,.34), transparent 42%); }
.aero-application-card > * { position: relative; }
.aero-application-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(121,234,240,.55); border-radius: 50%; margin-bottom: auto; }
.aero-application-icon svg { width: 24px; height: 24px; stroke: var(--cyan); fill: none; stroke-width: 1.5; }
.aero-application-card h3 { font-size: 1.55rem; line-height: 1.08; margin: 28px 0 10px; }
.aero-application-card p { color: var(--muted); margin: 0; }

.aero-application-card-image {
  min-height: 450px;
  padding: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-content: stretch;
  background: #061119;
}
.aero-application-card-image::before { display: none; }
.aero-application-media {
  min-height: 0;
  overflow: hidden;
  position: relative;
  background: #051018;
}
.aero-application-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,8,13,.02) 0%, rgba(2,8,13,.12) 34%, rgba(2,8,13,.42) 60%, rgba(2,8,13,.78) 80%, rgba(2,8,13,.96) 92%, rgba(2,8,13,1) 100%);
  pointer-events: none;
}
.aero-application-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .55s ease, filter .35s ease;
}
.aero-application-card-image:hover .aero-application-media img { transform: scale(1.035); filter: brightness(1.04); }
.aero-application-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: -92px;
  padding: 84px 30px 30px;
  background: linear-gradient(180deg, rgba(4,13,19,0) 0%, rgba(4,13,19,.45) 14%, rgba(4,13,19,.88) 42%, rgba(4,13,19,.98) 72%, rgba(4,13,19,1) 100%);
}
.aero-application-card-image .aero-application-icon {
  position: absolute;
  top: 24px;
  left: 28px;
  margin: 0;
  background: rgba(7,23,32,.86);
  box-shadow: 0 8px 20px rgba(0,0,0,.28);
}
.aero-application-card-image h3 { margin: 0 0 10px; }
.aero-application-grid-page { margin-top: 34px; }
.aero-inline-capability {
  margin-top: 18px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(11,31,42,.88), rgba(5,14,20,.97));
}
.aero-inline-capability svg { width: 42px; height: 42px; flex: 0 0 auto; stroke: var(--cyan); fill: none; stroke-width: 1.5; }
.aero-inline-capability h3 { margin: 0 0 4px; font-size: 1.25rem; }
.aero-inline-capability p { margin: 0; color: var(--muted); }

.aero-about-hero { min-height: 720px; padding-top: 138px; }
.aero-about-hero-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 62px;
  align-items: center;
}
.aero-about-hero .aero-page-hero-copy { max-width: 590px; }
.aero-about-hero-image {
  margin: 0;
  min-height: 500px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #07131b;
}
.aero-about-hero-image img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center; }

.aero-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 44px 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(18,55,71,.83), rgba(4,13,19,.94));
  position: relative;
  overflow: hidden;
}
.aero-cta::after { content: ""; position: absolute; width: 320px; height: 320px; right: -80px; top: -158px; border: 1px solid rgba(111,229,235,.19); border-radius: 50%; box-shadow: 0 0 0 48px rgba(103,225,234,.025), 0 0 0 96px rgba(103,225,234,.015); }
.aero-cta h2 { margin: 0; max-width: 700px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1; letter-spacing: -.045em; }
.aero-cta > * { position: relative; z-index: 1; }

.aero-page-hero {
  min-height: 660px;
  padding: 150px 0 80px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.aero-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 76% 42%, rgba(35,150,171,.18), transparent 31%); }
.aero-page-hero-copy { max-width: 615px; }
.aero-page-hero h1 { margin: 16px 0 24px; font-size: clamp(4.2rem, 7vw, 7rem); line-height: .87; letter-spacing: -.068em; }
.aero-page-art { position: absolute; z-index: -1; width: min(58vw, 810px); max-height: 570px; object-fit: contain; right: -2vw; top: 112px; filter: drop-shadow(0 42px 52px rgba(0,0,0,.58)); }
.aero-ocean-hero { background-position: center; background-size: cover; }
.aero-ocean-hero::before { background: linear-gradient(90deg, rgba(2,9,14,.96) 0%, rgba(2,9,14,.78) 40%, rgba(2,9,14,.18) 70%, rgba(2,9,14,.12) 100%), linear-gradient(0deg, #02080d, transparent 45%); }

.aero-card-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.aero-info-card { min-height: 260px; padding: 27px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(150deg, rgba(11,31,42,.88), rgba(5,14,20,.97)); }
.aero-info-card svg { width: 34px; height: 34px; stroke: var(--cyan); fill: none; stroke-width: 1.5; }
.aero-info-card h3 { margin: 44px 0 10px; font-size: 1.28rem; line-height: 1.08; }
.aero-info-card p { color: var(--muted); margin: 0; font-size: .92rem; }
.aero-cycle { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 35px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.aero-cycle-step { min-height: 180px; padding: 24px 20px; text-align: center; background: rgba(7,19,27,.72); }
.aero-cycle-step + .aero-cycle-step { border-left: 1px solid var(--line); }
.aero-cycle-step b { display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 28px; border: 1px solid rgba(105,225,234,.5); color: var(--cyan); border-radius: 50%; }
.aero-cycle-step p { color: var(--muted); margin: 7px 0 0; font-size: .84rem; }
.aero-dual-strip { display: grid; grid-template-columns: .75fr repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.aero-dual-strip > div { padding: 34px; min-height: 210px; background: rgba(7,19,27,.72); }
.aero-dual-strip > div + div { border-left: 1px solid var(--line); }
.aero-dual-strip h3 { margin: 48px 0 8px; font-size: 1.18rem; }
.aero-dual-strip p { margin: 0; color: var(--muted); font-size: .9rem; }
.aero-dual-intro h2 { margin: 10px 0 0; font-size: 2.75rem; line-height: .96; letter-spacing: -.045em; }

.aero-contact-hero { min-height: 590px; }
.aero-contact-wrap { max-width: 850px; margin: -110px auto 0; position: relative; z-index: 3; }
.aero-form-card { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(12,31,42,.97), rgba(5,14,20,.99)); box-shadow: var(--shadow); }
.aero-form-card h2 { margin: 0 0 6px; font-size: 2rem; }
.aero-form-card > p { color: var(--muted); margin: 0 0 28px; }
.aero-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.aero-field { display: grid; gap: 8px; }
.aero-field-full { grid-column: 1 / -1; }
.aero-field label { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: #d9e5ea; }
.aero-field input, .aero-field select, .aero-field textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(144,219,228,.18); border-radius: 11px; color: white; background: #061119; outline: none; }
.aero-field input:focus, .aero-field select:focus, .aero-field textarea:focus { border-color: rgba(108,231,237,.64); }
.aero-field textarea { min-height: 145px; resize: vertical; }
.aero-hp { position: absolute !important; left: -9999px !important; }
.aero-form-status { padding: 13px 15px; border-radius: 12px; margin-bottom: 18px; }
.aero-form-status-success { color: #b9ffdc; background: rgba(42,163,103,.12); border: 1px solid rgba(91,224,152,.25); }
.aero-form-status-error { color: #ffd5d5; background: rgba(178,55,55,.13); border: 1px solid rgba(237,107,107,.25); }
.aero-contact-meta { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 30px; color: var(--muted); }
.aero-contact-meta a { color: var(--cyan-2); }

.aero-footer { padding: 55px 0 34px; border-top: 1px solid rgba(255,255,255,.06); background: #01060a; }
.aero-footer-grid { display: grid; grid-template-columns: 1.4fr .75fr .75fr .55fr; gap: 48px; }
.aero-footer .aero-logo img { width: 190px; }
.aero-footer p, .aero-footer a { color: #8fa2ad; font-size: .88rem; }
.aero-footer h4 { margin: 0 0 14px; color: #e5eef2; font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; }
.aero-footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.05); display: flex; justify-content: space-between; color: #677d89; font-size: .78rem; }
.aero-social-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.aero-social { display: inline-grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 9px; color: var(--cyan) !important; font-weight: 780; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.aero-social:hover { transform: translateY(-2px); border-color: rgba(160,238,243,.65); background: rgba(102,225,234,.08); }
.aero-social svg { width: 19px; height: 19px; fill: currentColor; }
.aero-basic-content { padding: 150px 0 90px; }
.aero-basic-content .entry-content { max-width: 820px; color: #c4d1d7; }
.aero-basic-content .entry-content a { color: var(--cyan); text-decoration: underline; }

@media (max-width: 980px) {
  .aero-menu-toggle { display: grid; place-items: center; }
  .aero-menu-wrap { display: none; position: absolute; top: 76px; left: 22px; right: 22px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(3,14,20,.98); box-shadow: var(--shadow); }
  .aero-menu-wrap.is-open { display: block; }
  .aero-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .aero-menu a { display: block; padding: 12px 0; }
  .aero-menu a::after { bottom: 6px; }
  .aero-feature-strip { grid-template-columns: repeat(2, 1fr); position: relative; left: auto; bottom: auto; transform: none; margin: -102px auto 0; }
  .aero-feature:nth-child(3), .aero-feature:nth-child(4) { border-top: 1px solid var(--line); }
  .aero-feature:nth-child(3) { border-left: 0; }
  .aero-hero { min-height: 735px; }
  .aero-hero-content { padding-bottom: 155px; }
  .aero-split { grid-template-columns: 1fr; gap: 45px; }
  .aero-about-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .aero-about-hero { padding-bottom: 70px; }
  .aero-about-hero-image, .aero-about-hero-image img { min-height: 420px; }
  .aero-application-grid { grid-template-columns: 1fr 1fr; }
  .aero-application-card:last-child { grid-column: 1 / -1; }
  .aero-card-row { grid-template-columns: 1fr 1fr; }
  .aero-cycle { grid-template-columns: repeat(2, 1fr); }
  .aero-cycle-step + .aero-cycle-step { border-left: 0; border-top: 1px solid var(--line); }
  .aero-cycle-step:nth-child(even) { border-left: 1px solid var(--line); }
  .aero-dual-strip { grid-template-columns: 1fr 1fr; }
  .aero-dual-strip > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .aero-dual-strip > div:nth-child(even) { border-left: 1px solid var(--line); }
  .aero-page-art { opacity: .45; width: 84vw; right: -28vw; }
  .aero-page-hero-copy { position: relative; z-index: 2; }
  .aero-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .aero-container { width: min(var(--max), calc(100% - 28px)); }
  .aero-section { padding: 76px 0; }
  .aero-logo img { width: 170px; }
  .aero-hero { min-height: 700px; background-position: 61% center; }
  .aero-hero::before { background: linear-gradient(0deg, #02080d 0%, rgba(2,9,14,.74) 58%, rgba(2,9,14,.34) 100%); }
  .aero-hero-content { padding: 125px 0 150px; }
  .aero-hero h1 { font-size: 4.2rem; }
  .aero-feature-strip { width: calc(100% - 28px); grid-template-columns: 1fr; margin-top: -80px; }
  .aero-feature + .aero-feature { border-left: 0; border-top: 1px solid var(--line); }
  .aero-application-grid, .aero-card-row, .aero-form-grid { grid-template-columns: 1fr; }
  .aero-application-card:last-child { grid-column: auto; }
  .aero-render-card { min-height: 330px; }
  .aero-cta { align-items: flex-start; flex-direction: column; padding: 34px 28px; }
  .aero-page-hero { min-height: 620px; }
  .aero-page-hero h1 { font-size: 4rem; }
  .aero-page-art { width: 120vw; right: -57vw; top: 150px; opacity: .33; }
  .aero-cycle, .aero-dual-strip { grid-template-columns: 1fr; }
  .aero-cycle-step:nth-child(even), .aero-dual-strip > div:nth-child(even) { border-left: 0; }
  .aero-form-card { padding: 26px 20px; }
  .aero-field-full { grid-column: auto; }
  .aero-contact-wrap { margin-top: -70px; }
  .aero-footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .aero-footer-bottom { flex-direction: column; gap: 8px; }

  /* The homepage hero uses larger type than the subpages, so it receives
     dedicated mobile breathing room to prevent text from touching the edge. */
  body.home .aero-container { width: auto; max-width: none; margin-left: 24px; margin-right: 24px; }
  body.home .aero-feature-strip { width: auto; margin-left: 24px; margin-right: 24px; }
  body.home .aero-hero h1 { font-size: clamp(3.15rem, 15vw, 4rem); line-height: .9; }
  body.home .aero-hero-content { padding-top: 128px; }
  .aero-hero, .aero-page-hero, .aero-header { width: 100%; max-width: 100vw; }
  .aero-about-hero { min-height: auto; padding-top: 120px; }
  .aero-about-hero-image, .aero-about-hero-image img { min-height: 300px; }
  .aero-application-card-image { min-height: 420px; grid-template-rows: 52% 48%; }
  .aero-inline-capability { align-items: flex-start; padding: 24px; }
}

.aero-feature svg, .aero-info-card svg, .aero-application-icon svg { stroke-linecap: round; stroke-linejoin: round; }

.aero-photo-card { padding: 0; align-self: stretch; min-height: 520px; }
.aero-photo-card img { width: 100%; height: 100%; max-height: none; object-fit: cover; display: block; filter: none; }

.aero-feature svg, .aero-info-card svg, .aero-application-card svg, .aero-application-icon svg {
  transform-origin: center;
  transition: transform .32s ease, filter .32s ease, opacity .32s ease;
}
.aero-feature, .aero-info-card, .aero-application-card { transition: border-color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease; }
.aero-feature:hover, .aero-info-card:hover, .aero-application-card:hover {
  border-color: rgba(115,229,235,.34);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.aero-feature:hover svg, .aero-info-card:hover svg, .aero-application-card:hover svg, .aero-application-card:hover .aero-application-icon svg {
  animation: aeroIconFloat .7s ease both;
  filter: drop-shadow(0 0 10px rgba(111,229,235,.22));
}
@keyframes aeroIconFloat {
  0% { transform: translate3d(0,0,0) rotate(0deg) scale(1); }
  35% { transform: translate3d(1px,-4px,0) rotate(-7deg) scale(1.06); }
  70% { transform: translate3d(-1px,-2px,0) rotate(4deg) scale(1.03); }
  100% { transform: translate3d(0,-3px,0) rotate(0deg) scale(1.05); }
}

@media (max-width: 640px) {
  .aero-photo-card { min-height: 320px; }
}

/* Future page, scoped amber R&D theme. Existing website pages remain unchanged. */
.aero-future-page {
  --future: #f6b91f;
  --future-soft: #ffd86a;
  --future-line: rgba(246,185,31,.27);
  background:
    radial-gradient(circle at 84% 6%, rgba(246,185,31,.075), transparent 30%),
    #03070a;
}
.aero-future-page .aero-future-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--future-soft);
  font-size: .74rem;
  font-weight: 780;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.aero-future-page .aero-future-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--future);
  box-shadow: 0 0 18px rgba(246,185,31,.68);
}
.aero-future-page h2 {
  margin: 14px 0 20px;
  font-size: clamp(2.35rem, 4.8vw, 4.35rem);
  line-height: .98;
  letter-spacing: -.052em;
}
.aero-future-page h2 span { color: var(--future); }
.aero-future-page p { color: #aab5bc; }
.aero-future-hero {
  min-height: 790px;
  padding: 150px 0 90px;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.aero-future-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2,7,10,.97) 0%, rgba(2,7,10,.88) 34%, rgba(2,7,10,.22) 68%, rgba(2,7,10,.09) 100%),
    linear-gradient(0deg, #03070a 0%, rgba(3,7,10,.07) 42%);
}
.aero-future-hero-inner { position: relative; }
.aero-future-copy { max-width: 620px; }
.aero-future-copy h1 {
  margin: 15px 0 22px;
  color: var(--future);
  font-size: clamp(4rem, 8vw, 7.1rem);
  line-height: .9;
  letter-spacing: -.068em;
}
.aero-future-copy > p { max-width: 590px; font-size: 1.08rem; color: #d1d8dc; }
.aero-future-button {
  color: #181000;
  border-color: transparent;
  background: linear-gradient(135deg, var(--future-soft), var(--future));
}
.aero-future-outline { border-color: var(--future-line); }
.aero-future-outline:hover { border-color: var(--future); }
.aero-future-disclaimer {
  max-width: 580px;
  margin-top: 24px;
  padding-left: 20px;
  border-left: 2px solid var(--future);
  color: #99a5ab;
  font-size: .86rem;
}
.aero-future-section { padding: 84px 0; position: relative; }
.aero-future-section-soft {
  background: linear-gradient(180deg, rgba(16,18,18,.78), rgba(4,8,10,.9));
  border-block: 1px solid rgba(246,185,31,.08);
}
.aero-future-section-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 34px;
}
.aero-future-section-head p { max-width: 560px; margin: 0 0 24px; }
.aero-future-vision-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 14px;
}
.aero-future-vision-card {
  min-height: 270px;
  padding: 24px 18px 18px;
  text-align: center;
  border: 1px solid var(--future-line);
  border-radius: 16px;
  background: linear-gradient(155deg, rgba(23,24,21,.96), rgba(7,10,11,.99));
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.aero-future-vision-card:hover {
  transform: translateY(-5px);
  border-color: rgba(246,185,31,.58);
  background: linear-gradient(155deg, rgba(34,30,19,.98), rgba(7,10,11,.99));
  box-shadow: 0 20px 42px rgba(0,0,0,.22);
}
.aero-future-vision-card svg {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  stroke: var(--future);
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .3s ease, filter .3s ease;
}
.aero-future-vision-card:hover svg { transform: translateY(-5px) rotate(-4deg) scale(1.05); filter: drop-shadow(0 0 9px rgba(246,185,31,.28)); }
.aero-future-vision-card h3 { margin: 24px 0 10px; font-size: 1rem; line-height: 1.12; }
.aero-future-vision-card p { margin: 0; font-size: .82rem; line-height: 1.48; }
.aero-future-vision-card i { display: block; width: 38px; height: 2px; margin: 23px auto 0; background: var(--future); }
.aero-future-support-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.aero-future-support-row article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 78px;
  padding: 18px 22px;
  border: 1px solid var(--future-line);
  border-radius: 15px;
  background: rgba(246,185,31,.025);
}
.aero-future-support-row strong { color: var(--future-soft); white-space: nowrap; }
.aero-future-support-row span { color: #aab5bc; font-size: .87rem; }
.aero-future-applications-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 14px;
  margin-top: 24px;
}
.aero-future-application-card {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--future-line);
  border-radius: 16px;
  background: linear-gradient(155deg, rgba(23,24,21,.95), rgba(7,10,11,.99));
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.aero-future-application-card:hover { transform: translateY(-5px); border-color: rgba(246,185,31,.58); box-shadow: 0 20px 42px rgba(0,0,0,.22); }
.aero-future-application-card > img { width: 100%; height: 154px; object-fit: cover; border-bottom: 1px solid var(--future-line); }
.aero-future-application-body { padding: 18px 15px 20px; }
.aero-future-application-body svg {
  width: 38px;
  height: 38px;
  stroke: var(--future);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .3s ease;
}
.aero-future-application-card:hover svg { transform: translateY(-4px) scale(1.05); }
.aero-future-application-body h3 { margin: 14px 0 8px; font-size: 1.02rem; line-height: 1.1; }
.aero-future-application-body p { margin: 0; font-size: .82rem; line-height: 1.48; }
.aero-future-secondary-apps { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.aero-future-secondary-apps span { padding: 8px 13px; border: 1px solid var(--future-line); border-radius: 999px; color: #d9dfe2; background: rgba(246,185,31,.025); font-size: .82rem; }
.aero-future-concept-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.aero-future-concept-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--future-line);
  border-radius: 20px;
  background: #050708;
  box-shadow: 0 28px 65px rgba(0,0,0,.35);
}
.aero-future-concept-card img { width: 100%; height: 360px; object-fit: cover; }
.aero-future-wire-card img { object-fit: contain; background: #020304; }
.aero-future-concept-card figcaption { display: grid; gap: 5px; padding: 20px 22px 22px; }
.aero-future-concept-card figcaption strong { font-size: 1.07rem; }
.aero-future-concept-card figcaption span { color: #aab5bc; font-size: .88rem; }
.aero-future-section-cta { padding-top: 24px; }
.aero-future-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 34px 38px;
  border: 1px solid var(--future-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 50%, rgba(246,185,31,.17), transparent 28%),
    repeating-linear-gradient(145deg, transparent 0 31px, rgba(246,185,31,.035) 32px 33px),
    linear-gradient(135deg, rgba(28,25,17,.91), rgba(7,10,11,.98));
}
.aero-future-cta-icon { width: 58px; height: 58px; display: grid; place-items: center; }
.aero-future-cta-icon svg { width: 50px; height: 50px; stroke: var(--future); fill: none; stroke-width: 1.6; }
.aero-future-cta h2 { margin: 0 0 8px; font-size: clamp(1.65rem, 3vw, 2.65rem); }
.aero-future-cta p { max-width: 760px; margin: 0; }
.aero-future-cta .aero-button { flex: 0 0 auto; }
body.page-template-page-future .aero-menu .current-menu-item > a,
body.page-template-page-future .aero-menu .current_page_item > a { color: var(--future-soft); }
body.page-template-page-future .aero-menu .current-menu-item > a::after,
body.page-template-page-future .aero-menu .current_page_item > a::after { background: var(--future); }

@media (max-width: 1180px) {
  .aero-future-vision-grid, .aero-future-applications-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .aero-future-hero { min-height: 730px; background-position: 62% center; }
  .aero-future-hero::before { background: linear-gradient(90deg, rgba(2,7,10,.97), rgba(2,7,10,.72) 58%, rgba(2,7,10,.2)); }
  .aero-future-section-head { grid-template-columns: 1fr; gap: 8px; }
  .aero-future-support-row, .aero-future-concept-grid { grid-template-columns: 1fr; }
  .aero-future-cta { grid-template-columns: auto 1fr; }
  .aero-future-cta .aero-button { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 640px) {
  .aero-future-hero { min-height: 720px; padding-top: 125px; background-position: 67% center; }
  .aero-future-hero::before { background: linear-gradient(0deg, #03070a 0%, rgba(3,7,10,.8) 62%, rgba(3,7,10,.42) 100%); }
  .aero-future-copy h1 { font-size: clamp(3.4rem, 18vw, 5rem); }
  .aero-future-section { padding: 68px 0; }
  .aero-future-vision-grid, .aero-future-applications-grid { grid-template-columns: 1fr; }
  .aero-future-support-row article { grid-template-columns: 1fr; gap: 5px; }
  .aero-future-support-row strong { white-space: normal; }
  .aero-future-concept-card img { height: 270px; }
  .aero-future-cta { grid-template-columns: 1fr; padding: 29px 25px; }
  .aero-future-cta .aero-button { grid-column: auto; }
}


/* Future page application cards, fully coded and amber themed */
.aero-future-applications-section { background: radial-gradient(circle at 92% 8%, rgba(246,185,31,.065), transparent 30%); }
.aero-future-application-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.aero-future-rich-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--future-line);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(20,22,20,.96), rgba(6,10,12,.99));
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.aero-future-rich-card:hover {
  transform: translateY(-5px);
  border-color: rgba(246,185,31,.56);
  box-shadow: 0 24px 52px rgba(0,0,0,.32);
}
.aero-future-rich-image { height: 148px; overflow: hidden; }
.aero-future-rich-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 23%, rgba(5,8,10,.1) 42%, rgba(5,8,10,.96) 63%, #05080a 100%); }
.aero-future-rich-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.aero-future-rich-card:hover .aero-future-rich-image img { transform: scale(1.045); }
.aero-future-rich-content { position: relative; z-index: 2; margin-top: -34px; padding: 0 20px 24px; }
.aero-future-rich-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(246,185,31,.48);
  background: rgba(5,9,11,.88);
}
.aero-future-rich-icon svg { width: 28px; height: 28px; stroke: var(--future); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s ease, filter .3s ease; }
.aero-future-rich-card:hover .aero-future-rich-icon svg { transform: translateY(-3px) rotate(-4deg) scale(1.05); filter: drop-shadow(0 0 8px rgba(246,185,31,.35)); }
.aero-future-rich-content h3 { margin: 18px 0 8px; font-size: 1.18rem; line-height: 1.12; }
.aero-future-rich-content p { margin: 0; font-size: .9rem; line-height: 1.55; color: #acb6bc; }
.aero-future-dualuse-panel {
  margin-top: 22px;
  padding: 26px 28px 30px;
  border: 1px solid var(--future-line);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(20,19,13,.86), rgba(5,10,12,.96));
}
.aero-future-dualuse-label { color: var(--future-soft); font-size: .76rem; font-weight: 780; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 18px; }
.aero-future-dualuse-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.aero-future-dualuse-grid article { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; padding: 0 28px; }
.aero-future-dualuse-grid article:first-child { padding-left: 0; }
.aero-future-dualuse-grid article:last-child { padding-right: 0; }
.aero-future-dualuse-grid article + article { border-left: 1px solid var(--future-line); }
.aero-future-dualuse-grid svg { width: 48px; height: 48px; stroke: var(--future); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s ease; }
.aero-future-dualuse-grid article:hover svg { transform: translateY(-4px) scale(1.04); }
.aero-future-dualuse-grid h3 { margin: 0 0 7px; font-size: 1rem; }
.aero-future-dualuse-grid p { margin: 0; font-size: .84rem; line-height: 1.5; }
.aero-future-concept-single { max-width: 920px; }
.aero-future-concept-single .aero-future-concept-card img { height: 430px; object-fit: cover; }
@media (max-width: 980px) {
  .aero-future-application-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aero-future-dualuse-grid { grid-template-columns: 1fr; gap: 22px; }
  .aero-future-dualuse-grid article { padding: 0; }
  .aero-future-dualuse-grid article + article { border-left: 0; border-top: 1px solid var(--future-line); padding-top: 22px; }
}
@media (max-width: 640px) {
  .aero-future-application-layout { grid-template-columns: 1fr; }
  .aero-future-rich-card { min-height: 310px; }
  .aero-future-concept-single .aero-future-concept-card img { height: 270px; }
}


/* Future page v1.8, high-resolution image backgrounds and amber active tab */
.aero-future-rich-image {
  height: 210px;
  position: relative;
  overflow: hidden;
  background: #071018;
}
.aero-future-rich-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4,8,10,.02) 0%, rgba(4,8,10,.04) 48%, rgba(4,8,10,.74) 100%);
}
.aero-future-rich-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
}
.aero-future-rich-card { min-height: 405px; }
.aero-future-rich-content { margin-top: -34px; }
.aero-future-concept-final img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
body.aero-future-active .aero-menu a[href*="/future"],
body.aero-future-active .aero-menu .current-menu-item > a,
body.aero-future-active .aero-menu .current_page_item > a {
  color: var(--future-soft) !important;
}
body.aero-future-active .aero-menu a[href*="/future"]::after,
body.aero-future-active .aero-menu .current-menu-item > a::after,
body.aero-future-active .aero-menu .current_page_item > a::after {
  right: 0 !important;
  background: var(--future) !important;
  box-shadow: 0 0 12px rgba(246,185,31,.45);
}
@media (max-width: 640px) {
  .aero-future-rich-image { height: 190px; }
  .aero-future-rich-card { min-height: 370px; }
}


@supports not (overflow: clip) {
  html, body { overflow-x: hidden; }
}

.aero-hero > *, .aero-page-hero > *, .aero-split > *, .aero-about-hero-grid > * { min-width: 0; }


/* Mobile homepage containment fix, v1.10
   The feature strip becomes a normal vertical block instead of remaining
   a horizontal flex sibling beside the hero content on iOS Safari. */
@media (max-width: 980px) {
  body.home .aero-hero {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  body.home .aero-hero > .aero-container,
  body.home .aero-feature-strip {
    flex: 0 0 auto;
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.home .aero-hero {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    overflow: hidden;
  }

  body.home .aero-hero > .aero-container {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }

  body.home .aero-hero-content {
    width: 100%;
    max-width: 100%;
    padding: 128px 0 126px;
  }

  body.home .aero-hero h1,
  body.home .aero-hero p,
  body.home .aero-button-row {
    max-width: 100%;
  }

  body.home .aero-feature-strip {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    margin: -72px auto 0;
    grid-template-columns: 1fr;
    z-index: 2;
  }

  body.home .aero-feature {
    width: 100%;
    min-width: 0;
  }
}


/* About hero, full-bleed image treatment, v1.11 */
.aero-about-hero {
  min-height: 760px;
  padding: 150px 0 94px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  isolation: isolate;
}
.aero-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(2,9,14,.98) 0%, rgba(2,9,14,.92) 28%, rgba(2,9,14,.72) 47%, rgba(2,9,14,.18) 72%, rgba(2,9,14,.06) 100%),
    linear-gradient(0deg, #02080d 0%, rgba(2,8,13,.22) 32%, rgba(2,8,13,.04) 68%, rgba(2,8,13,.18) 100%);
}
.aero-about-hero > .aero-container {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 52px));
}
.aero-about-hero .aero-page-hero-copy {
  max-width: 650px;
}
.aero-about-hero .aero-copy {
  max-width: 600px;
  color: #b9c9d1;
}

@media (max-width: 980px) {
  .aero-about-hero {
    min-height: 700px;
    padding: 138px 0 86px;
    background-position: 62% center;
  }
  .aero-about-hero::before {
    background:
      linear-gradient(90deg, rgba(2,9,14,.97) 0%, rgba(2,9,14,.88) 42%, rgba(2,9,14,.44) 72%, rgba(2,9,14,.18) 100%),
      linear-gradient(0deg, #02080d 0%, rgba(2,8,13,.34) 38%, rgba(2,8,13,.08) 100%);
  }
}

@media (max-width: 640px) {
  .aero-about-hero {
    min-height: 690px;
    padding: 126px 0 86px;
    background-position: 64% center;
  }
  .aero-about-hero::before {
    background:
      linear-gradient(0deg, #02080d 0%, rgba(2,9,14,.82) 58%, rgba(2,9,14,.42) 100%),
      linear-gradient(90deg, rgba(2,9,14,.72) 0%, rgba(2,9,14,.36) 68%, rgba(2,9,14,.22) 100%);
  }
  .aero-about-hero > .aero-container {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }
  .aero-about-hero h1 {
    font-size: clamp(3.05rem, 14vw, 4rem);
    line-height: .9;
  }
  .aero-about-hero .aero-copy {
    max-width: 100%;
  }
}


/* v1.12 home page visual updates */
@media (max-width: 1180px) {
  .aero-home-about {
    min-height: 680px;
  }
  .aero-home-about::before {
    background-size: cover;
    background-position: 68% center;
  }
  .aero-home-about-copy {
    max-width: 560px;
    padding: 54px 0;
  }
}

@media (max-width: 980px) {
  .aero-home-about {
    min-height: auto;
  }
  .aero-home-about::before {
    background-size: cover;
    background-position: 62% 32%;
  }
  .aero-home-about::after {
    background:
      linear-gradient(180deg, rgba(2,8,13,.7) 0%, rgba(2,8,13,.88) 38%, rgba(2,8,13,.98) 66%, rgba(2,8,13,1) 100%),
      linear-gradient(90deg, rgba(2,8,13,.92) 0%, rgba(2,8,13,.7) 46%, rgba(2,8,13,.42) 100%);
  }
  .aero-home-about-copy {
    max-width: 100%;
    padding: 42px 0 44px;
  }
  .aero-application-card-image {
    min-height: 430px;
  }
  .aero-application-body {
    margin-top: -82px;
    padding-top: 78px;
  }
}

@media (max-width: 640px) {
  .aero-home-about::before {
    background-position: 60% 26%;
  }
  .aero-home-about::after {
    background:
      linear-gradient(180deg, rgba(2,8,13,.62) 0%, rgba(2,8,13,.84) 36%, rgba(2,8,13,.97) 62%, rgba(2,8,13,1) 100%),
      linear-gradient(90deg, rgba(2,8,13,.86) 0%, rgba(2,8,13,.58) 54%, rgba(2,8,13,.28) 100%);
  }
  .aero-home-about-copy {
    padding: 38px 0 42px;
  }
  .aero-application-card-image {
    min-height: 410px;
  }
  .aero-application-body {
    margin-top: -74px;
    padding: 70px 24px 24px;
  }
  .aero-application-card-image .aero-application-icon {
    left: 24px;
    top: 18px;
  }
}
