@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-latin-700.woff2") format("woff2");
}

:root {
  --ae-blue: #0094d0;
  --ae-blue-deep: #0077a8;
  --ae-blue-soft: #5ec8ee;
  --ae-ink: #0b0e12;
  --ae-charcoal: #10151b;
  --ae-slate: #3a424c;
  --ae-muted: #5b6570;
  --ae-line: #dce1e7;
  --ae-paper: #f3f4f6;
  --ae-white: #fff;
  --ae-max: 1280px;
  --ae-sans: "Inter", "Segoe UI", system-ui, sans-serif;
  --ae-ease: 220ms cubic-bezier(.22, 1, .36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body { margin: 0; padding: 0; }

body {
  font-family: var(--ae-sans);
  color: var(--ae-ink);
  background: var(--ae-white);
  line-height: 1.65;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

img, video, iframe { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--ae-sans);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 700;
  margin: 0 0 0.55em;
  text-align: left;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.15rem, 4.6vw, 3.7rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.2;
  letter-spacing: -0.022em;
}

h3 {
  font-size: 1.12rem;
  letter-spacing: -0.015em;
  font-weight: 600;
  line-height: 1.3;
  text-wrap: pretty;
}

p { margin: 0 0 1rem; }
ul, ol { margin: 0; padding: 0; }

.ae-skip { position: absolute; left: -999px; top: 0; }
.ae-skip:focus {
  left: 16px; top: 16px; z-index: 80;
  background: var(--ae-blue); color: #fff; padding: 10px 14px;
}

.ae-wrap { width: min(var(--ae-max), calc(100% - 48px)); max-width: 100%; margin-inline: auto; }
.ae-muted { color: var(--ae-muted); max-width: 36rem; }
.ae-kicker {
  color: var(--ae-blue);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  text-align: left;
}
.ae-kicker-on-dark { color: var(--ae-blue-soft); }
.ae-lead {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: rgba(255,255,255,.86);
  max-width: 40rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-wrap: pretty;
}
.ae-pagehead .ae-lead { color: var(--ae-slate); }
.ae-prose, .ae-support { color: var(--ae-muted); max-width: 40rem; font-size: 1.05rem; line-height: 1.7; text-align: left; }
.ae-prose-wide { max-width: 54rem; }
.ae-prose-page { max-width: 46rem; }
.ae-prose-page p { color: var(--ae-slate); }

.ae-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 620;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background var(--ae-ease), border-color var(--ae-ease), color var(--ae-ease), transform var(--ae-ease);
}
.ae-btn:hover { transform: translateY(-1px); }
.ae-btn-solid { background: var(--ae-blue); color: #fff; }
.ae-btn-solid:hover { background: var(--ae-blue-deep); }
.ae-btn-ghost { border-color: var(--ae-line); background: transparent; color: var(--ae-ink); }
.ae-btn-ghost:hover { border-color: var(--ae-blue); color: var(--ae-blue); }
.ae-btn-ghost-light { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.08); }
.ae-btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.16); }
.ae-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.7rem; }
.ae-more {
  color: var(--ae-blue);
  font-weight: 620;
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}
.ae-more:hover { color: var(--ae-blue-deep); }

.ae-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
}
.ae-header.is-scrolled { border-bottom-color: var(--ae-line); }
.ae-logo.ae-logo-white { display: none; }
.ae-topbar {
  background: var(--ae-ink);
  color: #b7c0c9;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ae-topbar-inner { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; }
.ae-topbar a { text-decoration: none; }
.ae-topbar a:hover { color: #fff; }
.ae-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 20px;
}
.ae-logo { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; position: relative; z-index: 63; }
.ae-section, .ae-hero, .ae-pagehead { scroll-margin-top: 96px; }
.ae-logo img { width: auto; height: 48px; }
.ae-footer .ae-logo img { height: 46px; margin-bottom: 16px; }
.ae-nav { display: flex; align-items: center; gap: 22px; }
.ae-links { display: flex; gap: 26px; align-items: center; list-style: none; }
.ae-links a { text-decoration: none; color: var(--ae-slate); font-weight: 530; font-size: 0.92rem; }
.ae-links a:hover,
.ae-links .current-menu-item > a { color: var(--ae-blue); }
.ae-links .menu-item-has-children { position: relative; }
.ae-links .menu-item-has-children > a { padding-right: 14px; }
.ae-links .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  margin-left: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
.ae-links .menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 100%;
  height: 12px;
}
.ae-links .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 248px;
  background: #fff;
  border: 1px solid var(--ae-line);
  padding: 10px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--ae-ease), transform var(--ae-ease), visibility var(--ae-ease);
  box-shadow: 0 18px 50px rgba(11,14,18,.08);
}
.ae-links .menu-item-has-children:hover > .sub-menu,
.ae-links .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1; visibility: visible; transform: none;
}
.ae-links .sub-menu a { display: block; padding: 10px 18px; white-space: nowrap; }
.ae-nav-cta-mobile { display: none; }
.ae-burger {
  display: none;
  position: relative;
  z-index: 60;
  flex-shrink: 0;
  width: 44px; height: 44px;
  padding: 0; border: 0;
  background: transparent;
  cursor: pointer;
}
.ae-burger span {
  display: block;
  width: 20px; height: 1.5px;
  margin: 6px auto;
  background: var(--ae-ink);
  transition: transform var(--ae-ease), opacity var(--ae-ease), background var(--ae-ease);
}
body.ae-nav-open .ae-burger span:first-child { transform: translateY(7.5px) rotate(45deg); }
body.ae-nav-open .ae-burger span:last-child { transform: translateY(-7.5px) rotate(-45deg); }

body.home .ae-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}
body.home .ae-header:not(.is-scrolled) {
  background: linear-gradient(180deg, rgba(8,10,14,.62) 0%, rgba(8,10,14,.18) 70%, transparent 100%);
  backdrop-filter: none;
  border-bottom-color: transparent;
}
body.home .ae-header.is-scrolled {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
}
body.home .ae-header:not(.is-scrolled) .ae-topbar { display: none; }
body.home .ae-header:not(.is-scrolled) .ae-logo.ae-logo-color { display: none; }
body.home .ae-header:not(.is-scrolled) .ae-logo.ae-logo-white { display: flex; }
body.home .ae-header:not(.is-scrolled) .ae-links a { color: rgba(255,255,255,.86); }
body.home .ae-header:not(.is-scrolled) .ae-links a:hover { color: #fff; }
body.home .ae-header:not(.is-scrolled) .ae-burger span { background: #fff; }
body.home.ae-nav-open .ae-header {
  background: #fff;
  backdrop-filter: blur(16px);
}
body.home.ae-nav-open .ae-logo.ae-logo-color { display: flex; }
body.home.ae-nav-open .ae-logo.ae-logo-white { display: none; }
body.home.ae-nav-open .ae-links a { color: var(--ae-slate); }
body.home.ae-nav-open .ae-burger span { background: var(--ae-ink); }

.ae-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.ae-hero-media { position: absolute; inset: 0; }
.ae-hero-video,
.ae-hero-poster,
.ae-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ae-hero-video { z-index: 1; pointer-events: none; }
.ae-hero-poster { z-index: 0; display: block; }
.ae-hero-shade {
  z-index: 2;
  background:
    linear-gradient(105deg, rgba(5,8,12,.94) 0%, rgba(5,8,12,.88) 42%, rgba(5,8,12,.35) 68%, rgba(5,8,12,.18) 100%),
    linear-gradient(180deg, rgba(5,8,12,.45) 0%, rgba(5,8,12,.1) 45%, rgba(5,8,12,.7) 100%);
}
.ae-hero-inner {
  position: relative;
  z-index: 3;
  padding: 7.5rem 0 3.2rem;
  max-width: min(var(--ae-max), calc(100% - 32px));
  display: flex;
  align-items: flex-end;
  min-height: inherit;
}
.ae-hero-panel {
  width: min(640px, 100%);
  padding: 28px 28px 24px;
  border-radius: 18px;
  background: rgba(6, 10, 16, .72);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}
.ae-hero h1 {
  max-width: 15ch;
  color: #fff;
  margin-bottom: 0.7em;
}
.ae-hero .ae-lead {
  color: #f4f7fa;
  max-width: 100%;
  overflow-wrap: break-word;
  font-weight: 450;
  margin-bottom: 0.85rem;
}
.ae-hero .ae-support {
  color: #dbe3eb;
  max-width: 100%;
  overflow-wrap: break-word;
  margin-bottom: 0;
}
.ae-hero-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  list-style: none;
  margin-top: 1.6rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255,255,255,.18);
  width: 100%;
  max-width: 100%;
}
.ae-hero-stack li {
  color: rgba(255,255,255,.9);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid rgba(255,255,255,.24);
}
.ae-hero-stack li:last-child { border: 0; margin: 0; padding: 0; }
.ae-hero .ae-actions { margin-top: 1.35rem; }

.ae-section { padding: 6.2rem 0; }
.ae-section-alt { background: var(--ae-paper); }
.ae-section-dark {
  background: var(--ae-charcoal);
  color: #fff;
}
.ae-section-dark .ae-kicker { color: var(--ae-blue-soft); }
.ae-section-dark .ae-muted,
.ae-section-dark .ae-secondary-line { color: #9aa5b0; }
.ae-section-dark .ae-secondary-line a { color: var(--ae-blue-soft); }
.ae-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 2.8rem;
  text-align: left;
}
.ae-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
}
.ae-two { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.ae-crumb { color: var(--ae-muted); font-size: 0.86rem; margin-bottom: 1rem; }
.ae-crumb a { text-decoration: none; }

.ae-pagehead { padding: 5.2rem 0 3rem; border-bottom: 1px solid var(--ae-line); text-align: left; }
.ae-pagehead-media {
  position: relative;
  color: #fff;
  border-bottom: 0;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
}
.ae-pagehead-bg { position: absolute; inset: 0; }
.ae-pagehead-bg img { width: 100%; height: 100%; object-fit: cover; }
.ae-pagehead-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,10,14,.15), rgba(8,10,14,.78));
}
.ae-pagehead-media .ae-wrap { position: relative; z-index: 1; padding-bottom: 3.2rem; }
.ae-pagehead-media .ae-crumb,
.ae-pagehead-media .ae-crumb a { color: #d7dde6; }

.ae-position {
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(0,148,208,.08), transparent 55%),
    #fff;
  overflow: hidden;
}
.ae-position-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.ae-position-copy h2 {
  max-width: 11ch;
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.ae-position-copy .ae-prose {
  font-size: 1.08rem;
  color: var(--ae-slate);
  max-width: 36rem;
}
.ae-position-points {
  list-style: none;
  margin: 1.5rem 0 1.8rem;
  display: grid;
  gap: 12px;
}
.ae-position-points li {
  position: relative;
  padding-left: 28px;
  color: var(--ae-ink);
  font-weight: 500;
  font-size: 0.98rem;
}
.ae-position-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0,148,208,.15);
  box-shadow: inset 0 0 0 4px var(--ae-blue);
}
.ae-position-media {
  position: relative;
  padding: 18px 0 28px 28px;
}
.ae-position-visual {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 28px 28px 80px 28px;
  box-shadow: 0 28px 80px rgba(11,14,18,.16);
  background: #0f1318;
}
.ae-position-visual img {
  width: 100%;
  height: min(520px, 58vw);
  object-fit: cover;
  display: block;
}
.ae-position-badge {
  position: absolute;
  left: 0;
  top: 18%;
  z-index: 2;
  background: var(--ae-blue);
  color: #fff;
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0,148,208,.35);
  max-width: 150px;
}
.ae-position-badge strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.03em;
}
.ae-position-badge span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
  opacity: .95;
}
.ae-position-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  text-decoration: none;
  color: var(--ae-ink);
  font-weight: 600;
  font-size: 0.95rem;
}
.ae-position-play-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--ae-line);
  box-shadow: 0 10px 28px rgba(11,14,18,.08);
  position: relative;
}
.ae-position-play-icon::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 15px;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent var(--ae-blue);
}
.ae-position-play:hover { color: var(--ae-blue); }

.ae-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(255,255,255,.08);
}
.ae-showcase-list { display: flex; flex-direction: column; background: #0c1116; }
.ae-showcase-item {
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  border-left: 2px solid transparent;
  padding: 18px 20px;
  cursor: pointer;
  font: inherit;
  color: #c5ced6;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 8px;
}
.ae-showcase-num {
  grid-row: 1 / span 3;
  color: #6d7782;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 650;
  padding-top: 4px;
}
.ae-showcase-item strong { display: block; font-size: 1.05rem; color: #fff; font-weight: 560; }
.ae-showcase-label {
  display: block;
  color: #7d8893;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 4px;
  grid-column: 2;
}
.ae-showcase-copy { display: none; color: #9aa5b0; font-size: 0.9rem; margin-top: 6px; grid-column: 2; }
.ae-showcase-item.is-active {
  background: rgba(0,148,208,.08);
  border-left-color: var(--ae-blue);
  color: #fff;
}
.ae-showcase-item.is-active .ae-showcase-num,
.ae-showcase-item.is-active .ae-showcase-label { color: var(--ae-blue-soft); }
.ae-showcase-item.is-active .ae-showcase-copy { display: block; }
.ae-showcase-item:focus-visible { outline: 2px solid var(--ae-blue); outline-offset: -2px; }
.ae-showcase-stage { position: relative; min-height: 560px; background: #07090c; overflow: hidden; }
.ae-showcase-media img,
.ae-showcase-media video {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: opacity 240ms ease, transform 700ms ease;
}
.ae-showcase-item.is-active ~ .ae-showcase-stage img { transform: scale(1.02); }
.ae-showcase-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 28px 28px 26px;
  background: linear-gradient(180deg, transparent, rgba(6,8,11,.88));
  color: #fff;
}
.ae-showcase-caption h3 {
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.ae-showcase-caption p { color: #d5dbe2; margin-bottom: 10px; }
.ae-showcase-caption .ae-more { color: var(--ae-blue-soft); }
.ae-secondary-line { margin-top: 1.6rem; color: var(--ae-muted); }
.ae-secondary-line a { color: var(--ae-blue); }

.ae-pillars { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.ae-pillars li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 28px 28px 28px 0;
  border-top: 1px solid var(--ae-line);
}
.ae-pillars li span {
  color: var(--ae-blue);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.ae-pillars li h3 { margin-bottom: 6px; }
.ae-pillars li p { margin: 0; color: var(--ae-muted); }

.ae-projects {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: minmax(240px, auto);
  gap: 18px;
}
.ae-projects-3 { grid-template-columns: 1fr 1fr 1fr; }
.ae-project-card a { text-decoration: none; display: block; height: 100%; }
.ae-project-card figure { overflow: hidden; background: #eceff2; margin: 0 0 14px; position: relative; }
.ae-project-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 640ms cubic-bezier(.22,1,.36,1);
}
.ae-project-card a:hover img { transform: scale(1.045); }
.ae-project-card.is-featured {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.ae-project-card.is-featured img { height: 100%; min-height: 580px; }
.ae-project-card.is-featured a { position: relative; color: #fff; }
.ae-project-card.is-featured figure { margin: 0; height: 100%; }
.ae-project-card.is-featured .ae-project-meta,
.ae-project-card.is-featured h3,
.ae-project-card.is-featured .ae-more {
  position: relative;
  z-index: 1;
}
.ae-project-card.is-featured a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(8,10,14,.78));
}
.ae-project-card.is-featured .ae-project-meta,
.ae-project-card.is-featured h3,
.ae-project-card.is-featured .ae-more {
  position: absolute;
  left: 22px; right: 22px;
  z-index: 2;
}
.ae-project-card.is-featured .ae-project-meta { bottom: 92px; color: #d7dde6; }
.ae-project-card.is-featured h3 {
  bottom: 48px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
}
.ae-project-card.is-featured .ae-more { bottom: 22px; color: var(--ae-blue-soft); }
.ae-project-meta {
  display: flex; flex-wrap: wrap; gap: 8px 14px;
  color: var(--ae-muted); font-size: 0.74rem;
  margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.1em;
}
.ae-project-meta-hero { color: #d7dde6; }
.ae-project-card h3 { margin-bottom: 8px; }
.ae-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.ae-filters button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--ae-line);
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}
.ae-filters button.is-active { background: var(--ae-ink); color: #fff; border-color: var(--ae-ink); }

.ae-metrics {
  background:
    radial-gradient(ellipse 55% 70% at 100% 0%, rgba(0,148,208,.28), transparent 58%),
    #070a0e;
  color: #fff;
  padding: 5.8rem 0 5.2rem;
  position: relative;
  overflow: hidden;
}
.ae-metrics-eyebrow {
  margin: 0 0 2.4rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.ae-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 40px;
  margin-bottom: 3.4rem;
}
.ae-metric {
  position: relative;
  padding: 22px 8px 10px 18px;
  min-height: 140px;
}
.ae-metric::before,
.ae-metric::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.28);
}
.ae-metric::before {
  left: 0;
  top: 0;
  width: 42px;
  height: 1px;
}
.ae-metric::after {
  left: 0;
  top: 0;
  width: 1px;
  height: 42px;
}
.ae-metric strong {
  display: block;
  font-size: clamp(3rem, 6vw, 5rem);
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 700;
  line-height: 0.95;
  margin: 0.35em 0 0.45em;
}
.ae-metric span {
  display: block;
  color: #9aa6b2;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  max-width: 12ch;
  line-height: 1.35;
}
.ae-metrics-copy {
  max-width: 46rem;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.ae-metrics-copy h2 {
  max-width: 16ch;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.12;
  margin: 1.6rem 0 0.85rem;
}
.ae-metrics-copy p {
  color: #c5ced6;
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

.ae-partners {
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(0,148,208,.07), transparent 55%),
    #f6f8fa;
  overflow: hidden;
  padding-bottom: 4.8rem;
}
.ae-partners .ae-section-head { margin-bottom: 2.2rem; }
.ae-marquee {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.ae-marquee:last-child { margin-bottom: 0; }
.ae-logos-track {
  display: flex;
  width: max-content;
  gap: 14px;
  list-style: none;
  align-items: stretch;
  will-change: transform;
}
.ae-marquee-ltr .ae-logos-track {
  animation: ae-marquee-left 48s linear infinite;
}
.ae-marquee-rtl .ae-logos-track {
  animation: ae-marquee-right 56s linear infinite;
}
.ae-marquee:hover .ae-logos-track {
  animation-play-state: paused;
}
.ae-logos {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ae-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 168px;
  min-height: 96px;
  padding: 18px 20px;
  background: linear-gradient(160deg, #171d25 0%, #0e1218 100%);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(11,14,18,.1);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.ae-marquee:hover .ae-logos li:hover {
  transform: translateY(-3px);
  border-color: rgba(0,148,208,.45);
  box-shadow: 0 16px 36px rgba(0,148,208,.18);
}
.ae-logos img {
  max-height: 44px;
  width: auto;
  max-width: 100%;
  filter: none;
  opacity: 1;
  object-fit: contain;
}
.ae-logos-clients li {
  width: 178px;
  min-height: 92px;
  background: linear-gradient(160deg, #1a222c 0%, #10151c 100%);
}
.ae-logo-note {
  margin: 1.6rem auto 1rem;
  color: var(--ae-muted);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 650;
}
@keyframes ae-marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes ae-marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.ae-industries-cards {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ae-industries-cards a {
  display: grid;
  grid-template-rows: 160px auto;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--ae-line);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  transition: transform var(--ae-ease), box-shadow var(--ae-ease), border-color var(--ae-ease);
}
.ae-industries-cards a:hover {
  transform: translateY(-4px);
  border-color: rgba(0,148,208,.35);
  box-shadow: 0 18px 40px rgba(11,14,18,.08);
}
.ae-industries-cards img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  opacity: 1;
  transform: none;
}
.ae-industries-cards div { padding: 18px 18px 20px; }
.ae-industries-cards strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.15rem;
  font-weight: 700;
}
.ae-industries-cards span { color: var(--ae-muted); font-size: 0.92rem; line-height: 1.45; }
.ae-industry-grid { display: grid; gap: 48px; }
.ae-industry-card { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; }
.ae-industry-card img { width: 100%; height: 300px; object-fit: cover; border-radius: 16px; }

.ae-process {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
}
.ae-process li {
  padding: 24px 22px 26px;
  background: #fff;
  border: 1px solid var(--ae-line);
  border-radius: 14px;
  position: relative;
  box-shadow: 0 10px 30px rgba(11,14,18,.04);
}
.ae-process li::before { display: none; }
.ae-process span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--ae-blue);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.ae-process h3 { font-size: 1.08rem; margin-bottom: 8px; }
.ae-process p { color: var(--ae-muted); margin: 0; font-size: 0.94rem; line-height: 1.55; }
.ae-process-sec { background: #fff; }

.ae-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ae-quote { margin: 0; background: #0c1116; }
.ae-quote video { width: 100%; height: 280px; object-fit: cover; background: #111; }
.ae-quote figcaption { padding: 14px 16px 16px; color: #9aa5b0; font-size: 0.9rem; }
.ae-quote strong { display: block; color: #fff; }

.ae-final-cta {
  position: relative;
  color: #fff;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.ae-final-cta-media { position: absolute; inset: 0; }
.ae-final-cta-media img { width: 100%; height: 100%; object-fit: cover; }
.ae-final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,10,14,.86), rgba(8,10,14,.38));
}
.ae-final-cta-inner { position: relative; z-index: 1; padding: 6rem 0; }
.ae-final-cta h2 { max-width: 14ch; }
.ae-final-cta-compact { background: var(--ae-charcoal); min-height: 0; }
.ae-final-cta-compact::after { display: none; }
.ae-final-cta-compact .ae-final-cta-inner { padding: 4.4rem 0; }

.ae-sol-list { display: grid; gap: 48px; }
.ae-sol-row { display: grid; grid-template-columns: 1fr 1.15fr; gap: 40px; align-items: center; }
.ae-sol-row img { width: 100%; height: 320px; object-fit: cover; }
.ae-sol-row h2 a { text-decoration: none; }
.ae-sol-row h2 a:hover { color: var(--ae-blue); }

.ae-ticks { list-style: none; }
.ae-ticks li {
  padding: 12px 0 12px 18px;
  border-bottom: 1px solid var(--ae-line);
  position: relative;
}
.ae-ticks li::before {
  content: "";
  position: absolute;
  left: 0; top: 20px;
  width: 8px; height: 1px;
  background: var(--ae-blue);
}
.ae-related { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.ae-related a {
  display: block;
  text-decoration: none;
  padding: 18px 16px 18px 0;
  border-top: 1px solid var(--ae-line);
}
.ae-related span { display: block; color: var(--ae-muted); margin-top: 4px; }

.ae-team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 18px; }
.ae-avatar {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  background: var(--ae-paper);
  border: 1px solid var(--ae-line);
  font-weight: 650;
  margin-bottom: 12px;
  color: var(--ae-blue);
}
.ae-team p { color: var(--ae-muted); margin: 0; }
.ae-sign { margin-top: 1.2rem; }
.ae-sign span { display: block; color: var(--ae-muted); }
.ae-faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; }
.ae-faq details { border-top: 1px solid var(--ae-line); padding: 16px 0; }
.ae-faq summary { cursor: pointer; font-weight: 650; }
.ae-faq p { margin-top: 10px; color: var(--ae-muted); }

.ae-contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; }
.ae-form { display: grid; gap: 14px; }
.ae-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ae-form > .ae-btn { justify-self: start; min-width: 220px; }
.ae-form label { display: grid; gap: 6px; font-weight: 600; font-size: 0.86rem; }
.ae-form input,
.ae-form select,
.ae-form textarea {
  font: inherit;
  padding: 13px 12px;
  border: 1px solid var(--ae-line);
  border-radius: 2px;
  background: #fff;
}
.ae-form input:focus,
.ae-form select:focus,
.ae-form textarea:focus { outline: 2px solid var(--ae-blue); outline-offset: 1px; }
.ae-hp { position: absolute; left: -9999px; }
.ae-note { padding: 12px 14px; }
.ae-note-ok { background: #e8f7ee; }
.ae-note-err { background: #fdecea; }
.ae-offices { display: grid; gap: 22px; }
.ae-offices article { padding-bottom: 18px; border-bottom: 1px solid var(--ae-line); }
.ae-offices h2 { font-size: 1.05rem; font-family: var(--ae-sans); }
.ae-offices a { color: var(--ae-blue); }
.ae-map iframe { width: 100%; height: 220px; border: 0; }

.ae-footer {
  background: var(--ae-ink);
  color: #b7c0c9;
  padding: 4.6rem 0 1.4rem;
  border-top: 3px solid var(--ae-blue);
}
.ae-footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: 32px; }
.ae-footer h2 {
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: var(--ae-sans);
  font-weight: 650;
}
.ae-footer ul { list-style: none; }
.ae-footer li { margin-bottom: 8px; }
.ae-footer a { text-decoration: none; }
.ae-footer a:hover { color: #fff; }
.ae-copy {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 0.82rem;
}
.ae-copy-note { color: #8b949d; }
.ae-project-heroimg { margin: 0 0 28px; }
.ae-project-heroimg img { width: 100%; height: min(680px, 62vw); object-fit: cover; }
.ae-project-video { width: 100%; margin-top: 24px; }

.ae-reveal { opacity: 0; transform: translateY(16px); transition: opacity 560ms ease, transform 560ms ease; }
.ae-reveal.is-in { opacity: 1; transform: none; }

body.ae-nav-open { overflow: hidden; }
body.ae-nav-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(8,10,14,.5);
  z-index: 45;
}

@media (max-width: 1100px) {
  .ae-logos li { width: 148px; min-height: 86px; }
  .ae-logos-clients li { width: 156px; }
  .ae-industries-cards { grid-template-columns: 1fr 1fr; }
  .ae-process,
  .ae-quotes,
  .ae-team { grid-template-columns: 1fr 1fr; }
  .ae-projects,
  .ae-projects-3 { grid-template-columns: 1fr 1fr; }
  .ae-project-card.is-featured { grid-column: 1 / -1; grid-row: auto; }
  .ae-project-card.is-featured img { min-height: 380px; height: 380px; }
  .ae-position-grid { grid-template-columns: 1fr; gap: 36px; }
  .ae-position-media { padding-left: 18px; order: -1; }
  .ae-position-copy h2 { max-width: 14ch; }
  .ae-nav-cta { display: none; }
  .ae-nav-cta-mobile { display: block; margin-top: 18px; }
  .ae-burger { display: inline-block; }
  .ae-bar {
    position: relative;
    z-index: 62;
  }
  body.home .ae-header:not(.is-scrolled) .ae-bar { background: transparent; }
  body.ae-nav-open .ae-bar { background: rgba(255,255,255,.98); }
  body.ae-nav-open .ae-topbar { display: none; }
  .ae-nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 55;
    width: min(320px, calc(100vw - 72px));
    background: #fff;
    padding: 96px 22px 32px;
    transform: translateX(110%);
    transition: transform 220ms ease;
    box-shadow: -12px 0 30px rgba(0,0,0,.08);
    align-items: flex-start;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 0;
    min-height: 100dvh;
    visibility: hidden;
    pointer-events: none;
  }
  body.ae-nav-open .ae-nav {
    transform: none;
    visibility: visible;
    pointer-events: auto;
  }
  .ae-links { flex-direction: column; align-items: flex-start; width: 100%; gap: 0; }
  .ae-links > li { width: 100%; border-bottom: 1px solid var(--ae-line); }
  .ae-links a { display: block; padding: 14px 0; }
  .ae-links .menu-item-has-children::after { display: none; }
  .ae-links .menu-item-has-children > a::after {
    float: right;
    margin-top: 10px;
    transform: rotate(45deg);
  }
  .ae-links .menu-item-has-children.is-open > a::after { transform: rotate(-135deg); margin-top: 14px; }
  .ae-links .sub-menu {
    position: static;
    opacity: 1;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    border: 0;
    transform: none;
    padding: 0 0 0 12px;
    box-shadow: none;
  }
  .ae-links .is-open > .sub-menu { visibility: visible; height: auto; padding-bottom: 8px; }
  .ae-links .sub-menu a { white-space: normal; }
  .ae-showcase-stage { min-height: 0; }
  .ae-showcase-media img,
  .ae-showcase-media video { min-height: 240px; height: 240px; }
  .ae-showcase-caption {
    position: static;
    background: #0c1116;
    padding: 16px 18px 18px;
  }
  .ae-split,
  .ae-two,
  .ae-showcase,
  .ae-contact-grid,
  .ae-faq-wrap,
  .ae-sol-row,
  .ae-industry-card { grid-template-columns: 1fr; }
  .ae-section-head { flex-direction: column; align-items: flex-start; }
  .ae-metrics-grid { grid-template-columns: 1fr 1fr; gap: 20px 24px; }
  .ae-metric { min-height: 120px; }
  .ae-metric strong { font-size: clamp(2.4rem, 10vw, 3.4rem); }
  .ae-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  html, body { overflow-x: clip; }
  .ae-wrap { width: calc(100% - 32px); }
  .ae-topbar-inner { flex-direction: column; }
  .ae-projects,
  .ae-pillars,
  .ae-process,
  .ae-quotes,
  .ae-team,
  .ae-related,
  .ae-fields,
  .ae-footer-grid,
  .ae-industries-cards,
  .ae-copy { grid-template-columns: 1fr; }
  .ae-projects-3 { grid-template-columns: 1fr; }
  .ae-logos li { width: 136px; min-height: 80px; padding: 14px 16px; }
  .ae-logos-clients li { width: 144px; }
  .ae-project-card img,
  .ae-project-card.is-featured img,
  .ae-showcase-media img,
  .ae-showcase-stage,
  .ae-sol-row img,
  .ae-industry-card img { height: 230px; min-height: 230px; }
  .ae-hero { min-height: 100svh; }
  .ae-section { padding: 4rem 0; }
  .ae-hero-stack li { border: 0; margin: 0 12px 8px 0; padding: 0; }
  .ae-position-visual img { height: 280px; }
  .ae-position-badge { top: auto; bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ae-reveal { opacity: 1; transform: none; transition: none; }
  .ae-project-card img { transition: none; }
  .ae-marquee-ltr .ae-logos-track,
  .ae-marquee-rtl .ae-logos-track { animation: none; }
}
