.aeroflex-chair-page {
  --aero-ink: #122a3d;
  --aero-navy: #10283a;
  --aero-blue: #2e6f88;
  --aero-cyan: #6db5c8;
  --aero-mist: #eef4f5;
  --aero-silver: #dbe2e5;
  --aero-line: rgba(18, 42, 61, .15);
  color: var(--aero-ink);
  background: #fff;
}

.aeroflex-chair-page .site-header {
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(18, 42, 61, .09);
}

.aeroflex-chair-page .exec-overline {
  color: var(--aero-blue);
}

.aeroflex-chair-page .exec-button {
  background: var(--aero-blue);
  border-color: var(--aero-blue);
  color: #fff;
}

.aeroflex-chair-page .exec-button:hover {
  background: #245b70;
  border-color: #245b70;
}

.aeroflex-chair-page .exec-button.secondary {
  background: transparent;
  border-color: currentColor;
  color: inherit;
}

.aero-hero {
  min-height: min(820px, calc(100svh - 118px));
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  overflow: hidden;
  background: var(--aero-navy);
}

.aero-hero__copy {
  padding: clamp(72px, 8vw, 128px) max(36px, calc((100vw - 1240px) / 2)) 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.aero-hero .exec-breadcrumbs,
.aero-hero .exec-breadcrumbs a {
  color: rgba(255, 255, 255, .64);
}

.aero-hero .exec-overline {
  margin-top: 52px;
  color: var(--aero-cyan);
}

.aero-hero h1 {
  margin: 18px 0 24px;
  font-size: clamp(3.5rem, 6.5vw, 7.15rem);
  line-height: .91;
  letter-spacing: -.065em;
  color: #fff;
}

.aero-hero__copy > p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1.03rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}

.aero-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.aero-hero__actions .secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
}

.aero-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 38px;
}

.aero-hero__tags span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 99px;
  color: rgba(255, 255, 255, .68);
  font-size: .72rem;
  font-weight: 700;
}

.aero-hero__visual {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 42%, rgba(109, 181, 200, .16), transparent 31%),
    linear-gradient(135deg, #f6f8f8 0%, #e4ebed 100%);
}

.aero-hero__visual::before,
.aero-hero__visual::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  border: 1px solid rgba(18, 42, 61, .08);
}

.aero-hero__visual::before {
  width: 520px;
  height: 520px;
  right: -120px;
  top: -130px;
}

.aero-hero__visual::after {
  width: 780px;
  height: 780px;
  left: -290px;
  bottom: -520px;
}

.aero-hero__visual img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  mix-blend-mode: multiply;
}

.aero-hero__index {
  position: absolute;
  z-index: 3;
  top: 32px;
  right: 38px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  color: rgba(18, 42, 61, .56);
}

.aero-hero__caption {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 30px;
  left: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(18, 42, 61, .1);
  backdrop-filter: blur(12px);
}

.aero-hero__caption span {
  padding: 17px 20px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(18, 42, 61, .1);
}

.aero-hero__caption span:last-child {
  border-right: 0;
}

.aero-hero__caption small {
  margin-bottom: 4px;
  font-size: .65rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #6c7981;
}

.aero-hero__caption strong {
  color: var(--aero-ink);
  font-size: .9rem;
}

.aero-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3.2vw, 48px);
  padding: 18px 24px;
  overflow-x: auto;
  white-space: nowrap;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--aero-line);
  backdrop-filter: blur(12px);
}

.aero-anchor-nav a {
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--aero-ink);
}

.aero-anchor-nav a:last-child {
  color: var(--aero-blue);
}

.aero-intro {
  background: #fff;
}

.aero-intro__grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(48px, 8vw, 130px);
}

.aero-intro h2,
.aero-feature h2,
.aero-project h2 {
  margin: 16px 0 0;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: .97;
  letter-spacing: -.055em;
  color: var(--aero-ink);
}

.aero-lead {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.45;
  letter-spacing: -.02em;
}

.aero-intro__copy > p:not(.aero-lead) {
  color: #65717a;
  line-height: 1.8;
}

.aero-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.aero-keywords span {
  padding: 9px 13px;
  border: 1px solid var(--aero-line);
  border-radius: 99px;
  color: #52636e;
  background: var(--aero-mist);
  font-size: .78rem;
  font-weight: 700;
}

.aero-heading h2 {
  max-width: 640px;
}

.aero-variant-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.aero-variant {
  background: #fff;
  border: 1px solid rgba(18, 42, 61, .09);
}

.aero-variant--featured {
  grid-column: span 2;
}

.aero-variant__image {
  overflow: hidden;
  background: #fff;
}

.aero-variant__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .45s ease;
}

.aero-variant:hover img {
  transform: scale(1.035);
}

.aero-variant__copy {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 22px;
  border-top: 1px solid rgba(18, 42, 61, .09);
}

.aero-variant__copy > span,
.aero-detail-list article > span,
.aero-application-grid article > span {
  color: var(--aero-blue);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .09em;
}

.aero-variant__copy h3 {
  margin: 0 0 6px;
  color: var(--aero-ink);
}

.aero-variant__copy p {
  margin: 0;
  color: #69757e;
  font-size: .9rem;
  line-height: 1.6;
}

.aero-feature {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 760px;
  background: #fff;
}

.aero-feature__image {
  min-height: 680px;
  overflow: hidden;
  background: #f8f9f9;
}

.aero-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.aero-feature__copy {
  padding: clamp(64px, 8vw, 122px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aero-detail-list {
  margin-top: 46px;
}

.aero-detail-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid var(--aero-line);
}

.aero-detail-list article:last-child {
  border-bottom: 1px solid var(--aero-line);
}

.aero-detail-list h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.aero-detail-list p {
  margin: 0;
  color: #68747d;
  font-size: .93rem;
  line-height: 1.65;
}

.aero-gallery-section {
  background: var(--aero-mist);
}

.aero-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.aero-gallery figure {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(18, 42, 61, .08);
}

.aero-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.aero-gallery figcaption {
  display: flex;
  gap: 12px;
  padding: 18px;
  border-top: 1px solid rgba(18, 42, 61, .08);
}

.aero-gallery figcaption span {
  color: var(--aero-blue);
  font-size: .72rem;
  font-weight: 800;
}

.aero-gallery figcaption strong {
  color: var(--aero-ink);
  font-size: .9rem;
}

.aero-project {
  padding: clamp(78px, 10vw, 150px) 0;
  background: var(--aero-navy);
  color: #fff;
}

.aero-project .exec-overline {
  color: var(--aero-cyan);
}

.aero-project h2 {
  color: #fff;
}

.aero-project__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(56px, 9vw, 140px);
  align-items: center;
}

.aero-project__grid > div:first-child p {
  max-width: 640px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.8;
}

.aero-project__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.aero-project__stats span {
  min-height: 178px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.aero-project__stats strong {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -.05em;
}

.aero-project__stats small {
  color: rgba(255, 255, 255, .58);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aero-applications {
  background: #fff;
}

.aero-application-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 54px;
  border-top: 1px solid var(--aero-line);
  border-left: 1px solid var(--aero-line);
}

.aero-application-grid article {
  min-height: 260px;
  padding: 30px;
  border-right: 1px solid var(--aero-line);
  border-bottom: 1px solid var(--aero-line);
}

.aero-application-grid h3 {
  margin: 46px 0 14px;
  font-size: 1.25rem;
}

.aero-application-grid p {
  margin: 0;
  color: #68747d;
  line-height: 1.7;
}

.aeroflex-chair-page .exec-spec-table th {
  color: var(--aero-ink);
}

.aeroflex-chair-page .exec-spec-note {
  background: var(--aero-navy);
}

.aero-faq {
  background: #fff;
}

.aero-faq-grid {
  max-width: 960px;
  margin: 52px auto 0;
}

.aero-faq-grid details {
  border-top: 1px solid var(--aero-line);
}

.aero-faq-grid details:last-child {
  border-bottom: 1px solid var(--aero-line);
}

.aero-faq-grid summary {
  position: relative;
  padding: 25px 52px 25px 0;
  cursor: pointer;
  list-style: none;
  color: var(--aero-ink);
  font-size: 1.08rem;
  font-weight: 800;
}

.aero-faq-grid summary::-webkit-details-marker {
  display: none;
}

.aero-faq-grid summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 8px;
  color: var(--aero-blue);
  font-size: 1.75rem;
  font-weight: 400;
}

.aero-faq-grid details[open] summary::after {
  content: "–";
}

.aero-faq-grid p {
  max-width: 820px;
  margin: -5px 0 24px;
  color: #66727b;
  line-height: 1.75;
}

.aero-rfq {
  background: #d7e8eb;
}

.aero-rfq .exec-rfq-copy,
.aero-rfq .exec-rfq-copy p,
.aero-rfq .exec-rfq-copy h2 {
  color: var(--aero-ink);
}

.aero-rfq .exec-related a {
  color: var(--aero-ink);
  border-color: rgba(18, 42, 61, .28);
}

.aero-rfq .quote-form .btn {
  background: var(--aero-blue);
  border-color: var(--aero-blue);
}

@media (max-width: 1050px) {
  .aero-hero {
    grid-template-columns: 1fr 1fr;
  }

  .aero-hero__copy {
    padding-right: 34px;
    padding-left: 34px;
  }

  .aero-intro__grid,
  .aero-feature,
  .aero-project__grid {
    grid-template-columns: 1fr;
  }

  .aero-variant-grid {
    grid-template-columns: 1fr 1fr;
  }

  .aero-variant--featured {
    grid-column: auto;
  }

  .aero-feature__image {
    min-height: auto;
  }

  .aero-feature__image img {
    aspect-ratio: 1 / 1;
  }

  .aero-gallery,
  .aero-application-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .aero-hero {
    grid-template-columns: 1fr;
  }

  .aero-hero__copy {
    min-height: 650px;
    padding-top: 78px;
  }

  .aero-hero h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .aero-hero__visual {
    min-height: 620px;
  }

  .aero-anchor-nav {
    justify-content: flex-start;
  }

  .aero-intro__grid {
    gap: 34px;
  }

  .aero-variant-grid,
  .aero-gallery,
  .aero-application-grid,
  .aero-project__stats {
    grid-template-columns: 1fr;
  }

  .aero-feature__copy {
    padding: 72px 28px;
  }

  .aero-application-grid article,
  .aero-project__stats span {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aeroflex-chair-page *,
  .aeroflex-chair-page *::before,
  .aeroflex-chair-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
