/* ==========================================================================
   AEROSPACE PAGE — aerospace.css
   ========================================================================== */

/* ── Overview: slides left, text right ── */
.aero-overview {
  background: #080808;
  padding-left: 0;
  padding-right: 60px;
  padding-top: 80px;
  padding-bottom: 0;
}

.aero-overview-inner {
  display: flex;
  align-items: stretch;
}

.aero-overview-img {
  flex: 0 0 48%;
  overflow: hidden;
  position: relative;
}

.aero-ov-slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 460px;
  overflow: hidden;
}

.aero-ov-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.aero-ov-slide.active { opacity: 1; }

.aero-ov-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aero-ov-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
  background: #080808;
}

.aero-ov-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(235,125,0,0.25);
  border: 1px solid rgba(235,125,0,0.4);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s;
}
.aero-ov-dot.active { background: #eb7d00; }

.aero-overview-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 72px 0 72px 64px;
}

.aero-overview-text p {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  color: #ffffff;
  line-height: 1.8;
}

/* ── Statement Band ── */
.aero-statement {
  background: #080808;
  padding: 100px 60px;
  border-bottom: 1px solid rgba(235,125,0,0.15);
}

.aero-statement-inner {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.aero-statement-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #eb7d00;
  display: flex;
  align-items: center;
  gap: 16px;
}
.aero-statement-label::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #eb7d00;
  flex-shrink: 0;
}

.aero-statement-text {
  font-family: 'Orbitron', system-ui, sans-serif;
  font-size: clamp(32px, 4.5vw, 62px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
}
.aero-statement-text em { color: #eb7d00; font-style: normal; }

.aero-statement-body {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  color: #a8a8a8;
  line-height: 1.85;
  max-width: 700px;
}

/* ── Stats Bar ── */
.aero-stats {
  background: #eb7d00;
  display: flex;
  align-items: stretch;
}

.aero-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 56px 40px;
  text-align: center;
}

.aero-stat-divider {
  width: 1px;
  background: rgba(8,8,8,0.18);
  align-self: stretch;
  margin: 32px 0;
  flex-shrink: 0;
}

.aero-stat-num-row {
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.aero-stat-num {
  font-family: 'Orbitron', system-ui, sans-serif;
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 900;
  color: #080808;
  line-height: 1;
}

.aero-stat-suffix {
  font-family: 'Orbitron', system-ui, sans-serif;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  color: #080808;
  line-height: 1;
}

.aero-stat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(9px, 0.75vw, 12px);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(8,8,8,0.65);
}

/* ── Certifications ── */
.aero-certs-section {
  background: #0c0c0c;
  padding: 90px 60px;
  min-height: 100vh;
}

.aero-cert-featured {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  border: 1px solid rgba(235,125,0,0.2);
  margin-top: 52px;
  margin-bottom: 20px;
  overflow: hidden;
  max-width: 1300px;
}

.aero-cert-featured-img {
  background: transparent;
  overflow: hidden;
  border-right: 1px solid rgba(235,125,0,0.2);
}

.aero-cert-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aero-cert-featured-body {
  background: #0f0f0f;
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.aero-cert-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #eb7d00;
}

.aero-cert-featured-title {
  font-family: 'Orbitron', system-ui, sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
}

.aero-cert-featured-desc {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  color: #888;
  line-height: 1.8;
  max-width: 580px;
}

.aero-cert-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #eb7d00;
  border: 1px solid rgba(235,125,0,0.45);
  padding: 5px 14px;
  width: fit-content;
}

/* 3-card row below featured */
.aero-certs-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1300px;
}

.aero-cert-card {
  background: #111;
  border: 1px solid rgba(235,125,0,0.1);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.3s, background 0.3s;
}
.aero-cert-card:hover { border-color: rgba(235,125,0,0.4); background: #141414; }

.aero-cert-card-logo {
  height: 56px;
  display: flex;
  align-items: center;
}
.aero-cert-card-logo img {
  max-height: 52px;
  max-width: 140px;
  object-fit: contain;
}
.aero-cert-card-logo--text {
  font-family: 'Orbitron', system-ui, sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #eb7d00;
  opacity: 0.8;
}

.aero-cert-card-title {
  font-family: 'Orbitron', system-ui, sans-serif;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 900;
  color: #fff;
}

.aero-cert-card-desc {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  flex: 1;
}

/* ── Capabilities ── */
.aero-capabilities {
  background: #080808 !important;
}

.aero-cap-grid {
  grid-template-columns: repeat(6, 1fr) !important;
}

.aero-cap-grid .ind-cap-card {
  grid-column: span 2;
}

.aero-cap-grid .ind-cap-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.aero-cap-grid .ind-cap-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.aero-cap-grid .ind-cap-icon {
  font-size: clamp(13px, 1.2vw, 16px) !important;
  opacity: 1 !important;
  color: #eb7d00 !important;
  letter-spacing: 0.06em;
}

.aero-cap-grid .ind-cap-card h3 {
  font-size: clamp(17px, 1.5vw, 21px) !important;
}

.aero-cap-grid .ind-cap-card p {
  font-size: clamp(14px, 1.05vw, 16px) !important;
  color: #888 !important;
}

/* ── Clients ── */
.auto-clients {
  background: #0a0a0a;
  padding: 90px 60px;
  border-top: 1px solid rgba(235,125,0,0.1);
}

.auto-clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 52px;
  max-width: 1300px;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

.auto-client-item {
  padding: 18px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  border: 1px solid rgba(255,255,255,0.04);
  transition: background 0.3s;
  min-height: 70px;
}
.auto-client-item:hover { background: #161616; }

.auto-client-item img {
  width: 100%;
  max-width: 130px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.45;
  transition: opacity 0.3s;
}
.auto-client-item:hover img { opacity: 0.85; }

/* ── Responsive ── */
@media (max-width: 980px) {
  .aero-overview { padding-right: 22px; padding-left: 22px; }
  .aero-overview-inner { flex-direction: column; }
  .aero-overview-img { flex: none; width: 100%; }
  .aero-ov-slides { min-height: 300px; }
  .aero-statement { padding: 60px 22px; }
  .aero-certs-section { padding: 60px 22px; }
  .aero-cert-featured { grid-template-columns: 1fr; }
  .aero-cert-featured-img { border-right: none; border-bottom: 1px solid rgba(235,125,0,0.2); }
  .aero-certs-row { grid-template-columns: repeat(2, 1fr); }
  .aero-cap-grid { grid-template-columns: repeat(4, 1fr) !important; }
  .aero-cap-grid .ind-cap-card { grid-column: span 2 !important; }
  .aero-cap-grid .ind-cap-card:nth-child(4) { grid-column: span 2 !important; }
  .aero-cap-grid .ind-cap-card:nth-child(5) { grid-column: span 2 !important; }
  .auto-clients { padding: 60px 22px; }
  .auto-clients-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .aero-overview-text { padding: 40px 0; }
  .aero-certs-row { grid-template-columns: 1fr; }
  .aero-cap-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .aero-cap-grid .ind-cap-card { grid-column: span 1 !important; }
  .aero-cap-grid .ind-cap-card:nth-child(4),
  .aero-cap-grid .ind-cap-card:nth-child(5) { grid-column: span 1 !important; }
  .auto-clients-grid { grid-template-columns: 1fr; }
}
