.aj-about-hero {
  min-height: 760px;
  background-position: center;
}
.about-label {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--aj-accent-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.about-copy-block h2,
.about-history-head h2,
.about-dark-copy h2,
.about-final-cta h2 {
  margin-bottom: 22px;
}
.about-copy-block p,
.about-history-head p,
.about-dark-copy p,
.about-final-cta p {
  color: var(--aj-muted);
  font-size: 18px;
  line-height: 1.75;
}
.about-area-showcase {
  background: #fff;
}
.about-area-showcase .aj-section-header {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
.about-area-showcase .aj-section-header p {
  color: var(--aj-muted);
  font-size: 18px;
  line-height: 1.7;
}
.about-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.about-location-card {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  border-radius: 28px;
  background: #081521;
  box-shadow: 0 24px 70px rgba(8, 21, 33, 0.13);
  cursor: pointer;
}

.about-location-card img {
  width: 100%;
  height: 100%;
  min-height: 315px;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.45s ease;
}
.about-location-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(5, 15, 25, 0.08) 0%,
    rgba(5, 15, 25, 0.34) 44%,
    rgba(5, 15, 25, 0.82) 100%
  );
}
.about-location-card:hover img {
  transform: scale(1.06);
}
.about-location-overlay {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}
.about-location-overlay h3 {
  max-width: 220px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.08;
}
.about-location-overlay .material-symbols-outlined {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #fff;
  font-size: 28px;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 32;
  backdrop-filter: blur(8px);
  transform: rotate(-45deg);
}

.about-location-card span {
  transition: all 300ms ease-in-out;
}

.about-location-card:hover span {
  background-color: var(--aj-accent-2);
  color: white;
  transform: rotate(0deg);
  border-color: var(--aj-accent-2);
}

.about-story-image {
  position: relative;
  height: 620px;
  margin: 0;
}
.about-image-card {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--aj-shadow);
}
.about-image-card img,
.about-careers img,
.about-fleet-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-story-image figcaption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  min-width: 190px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--aj-navy);
  box-shadow: 0 18px 48px rgba(8, 21, 33, 0.18);
}
.about-story-image figcaption strong {
  display: block;
  font-size: 28px;
  line-height: 1;
}
.about-story-image figcaption span {
  display: block;
  margin-top: 8px;
  color: var(--aj-muted);
}
.about-values-copy {
  max-width: 560px;
}
@media (min-width: 992px) {
  .about-values-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    column-gap: 170px;
  }
  .about-values-layout > .col-lg-5 {
    flex: none;
    max-width: none;
  }
  .about-values-layout > .col-lg-7 {
    flex: none;
    max-width: none;
  }
}
.about-values-copy h2 {
  margin-bottom: 22px;
}
.about-values-copy p {
  margin-bottom: 30px;
  color: var(--aj-muted);
  font-size: 18px;
  line-height: 1.75;
}
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 42px;
}
.about-value-card {
  min-height: 235px;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 26px;
  background: transparent;
  box-shadow: none;
}
.about-value-card .material-symbols-outlined {
  margin-bottom: 28px;
  color: var(--aj-accent-2);
  font-size: 48px;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 48;
}
.about-value-card h3 {
  font-size: 24px;
}
.about-value-card p {
  color: var(--aj-muted);
  line-height: 1.65;
}
.about-history {
  position: relative;
  overflow: hidden;
  background: #07121d;
  color: #fff;
}
.about-history-inner {
  min-height: 100vh;
  padding: 110px 0;
}
.about-history-head {
  max-width: 820px;
  margin-bottom: 60px;
}
.about-history-head h2,
.about-history-head p {
  color: #fff;
}
.about-history-stage {
  position: relative;
  min-height: 720px;
}
.history-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px dashed rgba(246, 177, 41, 0.6);
  background: none;
}
.history-years {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-50%);
  z-index: 3;
}
.history-years span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: #0f202e;
  color: #aab6c1;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  transition: 0.25s ease;
}
.history-years span.is-active {
  border-color: rgba(246, 177, 41, 0.72);
  background: var(--aj-accent);
  color: var(--aj-navy);
}
.history-cards {
  position: relative;
  z-index: 2;
}
.history-card {
  width: min(430px, 42%);
  margin-bottom: 96px;
  padding: 34px;
  border: 0;
  border-radius: 28px;
  background: transparent;
  opacity: 0.36;
  transform: translateY(26px) scale(0.97);
  backdrop-filter: none;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    border-color 0.35s ease;
}
.history-card:nth-child(even) {
  margin-left: auto;
}
.history-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
}
.history-card span {
  color: var(--aj-accent);
  font-weight: 900;
}
.history-card h3 {
  margin: 12px 0 12px;
  color: #fff;
  font-size: 28px;
}
.history-card p {
  margin: 0;
  color: #d9e1e8;
  line-height: 1.7;
}
.history-card-media {
  display: block;
  width: 100%;
  height: 230px;
  margin-top: 26px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}
.about-location-panel {
  display: flex;
  min-height: 340px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 44px;
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(246, 177, 41, 0.18),
      transparent 28%
    ),
    radial-gradient(circle at 80% 72%, rgba(8, 21, 33, 0.12), transparent 32%),
    linear-gradient(135deg, #fff, #f3f6f8);
  border: 1px solid rgba(8, 21, 33, 0.08);
}
.about-location-panel span {
  padding: 12px 18px;
  border: 1px solid rgba(8, 21, 33, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--aj-navy);
  font-weight: 800;
}
.about-fleet-section {
  background: #081521;
  color: #fff;
}
.about-fleet-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 18px;
}
.about-fleet-grid img {
  height: 260px;
  border-radius: 26px;
}
.about-fleet-grid .about-fleet-large {
  grid-row: span 2;
  height: 538px;
}
.about-dark-copy h2 {
  color: #fff;
}
.about-dark-copy p {
  color: #d9e1e8;
}
.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.about-stat-grid span {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: #dce5ed;
}
.about-stat-grid strong {
  display: block;
  color: var(--aj-accent);
  font-size: 22px;
}
.about-careers img {
  height: 520px;
  border-radius: 30px;
  box-shadow: var(--aj-shadow);
}
.about-final-cta {
  position: relative;
  padding: 150px 0;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.about-final-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 15, 25, 0.92),
    rgba(5, 15, 25, 0.54)
  );
}
.about-final-cta .container {
  position: relative;
  z-index: 1;
}
.about-final-cta h2 {
  max-width: 780px;
  color: #fff;
  font-size: 58px;
}
.about-final-cta p {
  max-width: 700px;
  color: #eef4f8;
}
@media (max-width: 991px) {
  .about-story-image,
  .about-careers img {
    height: 430px;
    margin-top: 30px;
  }
  .about-values-copy {
    max-width: 760px;
    margin-bottom: 36px;
  }
  .about-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-history-inner {
    min-height: auto;
    padding: 80px 0;
  }
  .about-history-stage {
    min-height: auto;
  }
  .history-line,
  .history-years {
    display: none;
  }
  .history-card,
  .history-card:nth-child(even) {
    width: 100%;
    margin: 0 0 22px;
    opacity: 1;
    transform: none;
  }
  .about-fleet-grid {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .history-cards {
    min-height: 620px;
  }
  .history-card {
    position: absolute;
    top: 170px;
    margin: 0;
    visibility: hidden;
  }
  .history-card:nth-child(odd) {
    left: 0;
  }
  .history-card:nth-child(even) {
    right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .aj-about-hero {
    min-height: 620px;
  }
  .about-location-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .about-location-card,
  .about-location-card img {
    min-height: 280px;
  }
  .about-location-overlay h3 {
    font-size: 26px;
  }
  .about-value-card {
    min-height: auto;
  }
  .about-values-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-location-panel {
    padding: 26px;
  }
  .about-fleet-grid,
  .about-stat-grid {
    grid-template-columns: 1fr;
  }
  .about-fleet-grid .about-fleet-large,
  .about-fleet-grid img {
    height: 260px;
  }
  .about-final-cta {
    padding: 100px 0;
  }
  .about-final-cta h2 {
    font-size: 38px;
  }
}

/* Normal scrolling history timeline, no pinning. */
.about-history-inner {
  min-height: auto;
}
.about-history-stage {
  min-height: 0;
  padding: 40px 0 20px;
}
.history-cards {
  min-height: auto;
}
.history-card,
.history-card:nth-child(even) {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  visibility: visible;
  width: min(500px, 43%);
  margin-bottom: 92px;
  opacity: 0.74;
  background: transparent;
  border: 0;
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: none;
}
.history-card {
  transform: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease;
}
.history-card:nth-child(even) {
  margin-left: auto;
}
.history-card.is-active {
  opacity: 1;
  background: transparent;
  transform: none;
}
.history-card h3,
.history-card p,
.history-card span {
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.18);
}
.history-years {
  display: none;
}
.history-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 40px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: #0f202e;
  color: #aab6c1;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-shadow: none;
}
.history-card.is-active > span {
  border-color: rgba(246, 177, 41, 0.72);
  background: var(--aj-accent);
  color: var(--aj-navy);
}
@media (min-width: 992px) {
  .history-cards {
    min-height: auto;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
  .history-card {
    position: relative;
    top: auto;
    visibility: visible;
    min-height: 320px;
  }
  .history-card:nth-child(odd) {
    width: calc(50% - 56px);
    margin-left: 0;
  }
  .history-card:nth-child(even) {
    width: calc(50% - 56px);
    margin-right: 0;
    margin-left: auto;
  }
  .history-card > span {
    position: absolute;
    top: 50%;
    z-index: 4;
  }
  .history-card:nth-child(odd) > span {
    left: calc(100% + 56px);
    transform: translate(-50%, -50%);
  }
  .history-card:nth-child(even) > span {
    right: calc(100% + 56px);
    transform: translate(50%, -50%);
  }
  .history-card-media {
    position: absolute;
    top: 50%;
    width: min(460px, calc(50vw - 120px));
    height: 230px;
    margin: 0;
    transform: translateY(-50%);
    z-index: 2;
  }
  .history-card:nth-child(odd) .history-card-media {
    left: calc(100% + 120px);
  }
  .history-card:nth-child(even) .history-card-media {
    right: calc(100% + 120px);
  }
}
@media (max-width: 991px) {
  .history-card,
  .history-card:nth-child(even) {
    width: 100%;
    padding: 0;
  }
  .history-card-media {
    height: 260px;
  }
  .history-card > span {
    margin-bottom: 18px;
  }
}
