/* About page — matches landing-page visual language */

.page-about {
  padding-top: clamp(76px, 10vw, 96px);
}

.page-about .ab-main {
  padding-bottom: 48px;
}

/* ---------- Hero ---------- */
.ab-hero {
  position: relative;
  margin: 0;
  color: #fff;

  overflow: hidden;
  /* Image drives height; text overlays */
}

.ab-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.ab-hero__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 110% 85% at 50% 30%, rgba(0, 12, 32, 0) 0%, rgba(0, 10, 28, 0.35) 100%),
    linear-gradient(180deg, rgba(2, 12, 34, 0.38) 0%, rgba(2, 14, 38, 0.58) 52%, rgba(1, 8, 28, 0.78) 100%);
  pointer-events: none;
}

.ab-hero__inner {
  position: relative;
  z-index: 1;
  position: absolute;
  inset: 0;
  padding: clamp(32px, 5vw, 56px) 0 clamp(36px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ab-hero__crumb {
  margin: 0 0 12px;
  font-size: var(--lp-fs-sm);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.ab-hero__crumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.ab-hero__crumb a:hover {
  text-decoration: underline;
}

.ab-hero__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ab-hero__lead {
  margin: 0;
  max-width: 68ch;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.ab-hero__actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: clamp(8px, 1.2vw, 12px) clamp(16px, 2.6vw, 32px);
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ab-btn--primary {
  background: #fff;
  color: #0b5fff;
}

.ab-btn--primary:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #0b5fff;
}

.ab-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.ab-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
}

/* ---------- Layout cards ---------- */
.ab-h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
}

.ab-story {
  display: grid;
  gap: var(--lp-gap);
  align-items: stretch;
}

@media (min-width: 1650px) {
  .ab-story {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 34px;
  }
}

.ab-story__rich {
  color: #334155;
  line-height: 1.75;
  font-size: var(--lp-fs-lg);
}

.ab-story__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
}

.ab-story__media {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
  border: 1px solid rgba(2, 6, 23, 0.06);
  background: #f3f4f6;
  min-height: 320px;
  height: 100%;
}

.ab-story__rich p {
  margin: 0 0 12px;
}

.ab-story__rich p:last-child {
  margin-bottom: 0;
}

.ab-story__rich img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.ab-story__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ab-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.ab-card__head {
  padding: 18px 18px 0;
}

.ab-card__title {
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #1f2937;
  text-transform: uppercase;
}

.ab-rich {
  padding: 18px;
  color: #334155;
  line-height: 1.85;
  font-size: var(--lp-fs-lg);
}

.ab-rich img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.ab-facts {
  padding: 14px 18px 4px;
  display: grid;
  gap: 10px;
}

.ab-fact {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 12px;
}

.ab-fact__k {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.ab-fact__v {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
}

.ab-mini-cta {
  padding: 0 18px 18px;
}

/* ---------- Section headings ---------- */
.ab-section-head {
  text-align: center;
  margin-bottom: 0;
}

.ab-section-title {
  margin: 0 0 var(--lp-title-bar-gap);
  font-size: var(--lp-fs-h2);
  font-weight: 700;
  line-height: 1.25;
  color: #1f2937;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---------- Why grid ---------- */
.ab-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--lp-gap);
}

@media (min-width: 640px) {
  .ab-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ab-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ab-tile {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(2, 6, 23, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: clamp(16px, 2.2vw, 24px);
  transform: translateY(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ab-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
  border-color: rgba(11, 95, 255, 0.22);
}

.ab-tile__icon {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: rgba(11, 95, 255, 0.10);
  color: #0b5fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 14px;
}

.ab-tile__title {
  margin: 0 0 8px;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  text-transform: uppercase;
}

.ab-tile__text {
  margin: 0;
  color: #475569;
  line-height: 1.65;
  font-size: var(--lp-fs-md);
}

/* ---------- Capabilities ---------- */
.ab-cap {
  display: grid;
  gap: var(--lp-gap);
  align-items: center;
  background: #fff;
  border: 1px solid rgba(2, 6, 23, 0.08);
  border-radius: 16px;
  padding: clamp(16px, 2.2vw, 24px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1650px) {
  .ab-cap {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px;
  }
}

.ab-cap__img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.10);
  border: 1px solid rgba(2, 6, 23, 0.06);
  display: block;
}

.ab-cap__title {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
}

.ab-cap__lead {
  margin: 0 0 14px;
  color: #475569;
  line-height: 1.75;
  font-size: var(--lp-fs-md);
}

.ab-cap__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.ab-cap__li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: #334155;
  font-size: var(--lp-fs-md);
}

.ab-cap__li i {
  margin-top: 3px;
  color: #0b5fff;
}

/* ---------- Facility ---------- */
.ab-fac {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--lp-gap);
}

@media (min-width: 640px) {
  .ab-fac {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ab-fac {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--lp-gap);
  }
}

.ab-fac__item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(2, 6, 23, 0.06);
  background: #fff;
}

.ab-fac__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.ab-fac__item:hover .ab-fac__img {
  transform: scale(1.04);
}

/* ---------- CTA ---------- */
.ab-cta2 {
  background: linear-gradient(135deg, #0b5fff 0%, #1d4ed8 100%);
  border-radius: 18px;
  padding: clamp(20px, 3vw, 34px);
  box-shadow: 0 18px 40px rgba(11, 95, 255, 0.22);
  color: #fff;
  text-align: center;
}

.ab-cta2__title {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ab-cta2__text {
  margin: 0 auto 16px;
  max-width: 70ch;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
}

.ab-cta2__actions {
  display: flex;
  justify-content: center;
}

/* ------------------------------------------------------------
   1920+ scaling (match homepage linear scale)
------------------------------------------------------------ */
@media (min-width: 1921px) {
  .ab-hero__title {
    font-size: calc(1.6vw + 12px);
    line-height: 1.18;
  }

  .ab-section-title {
    font-size: calc(1.25vw + 10px);
  }

  .ab-tile__title,
  .ab-cap__title {
    font-size: calc(0.6vw + 14px);
  }

  .ab-tile__text,
  .ab-cap__lead,
  .ab-rich {
    font-size: calc(0.55vw + 9px);
    line-height: 1.8;
  }

  .ab-story__rich {
    font-size: calc(0.3vw + 10px);
    line-height: 1.85;
  }

  .ab-card__title {
    font-size: calc(0.6vw + 14px);
  }

  .ab-grid,
  .ab-cap,
  .ab-fac {
    gap: var(--lp-gap);
  }
}

