/* About page (ab-*) */

body.body {
  background-color: #f5f5f7;
  color: #111111;
}

.ab-page {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

/* Blue gradient utility */
.ab-gradient-text {
  background: linear-gradient(135deg, #1d4ed8 0%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ============================================================
   SECTION 1 — ROUNDED ALMOST-FULL-WIDTH HERO
   ============================================================ */
.ab-hero-wrap {
  width: 100%;
  padding: calc(1vw + 5rem) 1.25rem 2.5rem;
  background-color: #f5f5f7;
}

.ab-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 28rem;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c1a2e;
}

.ab-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ab-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 52rem;
  padding: 2rem 1.5rem;
}

.ab-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.75rem, 6.5vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
}

.ab-hero-sub {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.35);
}

/* ============================================================
   SECTION 2 — MANIFESTO
   ============================================================ */
.ab-manifesto {
  background-color: #fff;
  padding: 7.5rem 5%;
}

.ab-manifesto-inner {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}

.ab-manifesto-kicker {
  margin: 0;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 400;
  color: #66666e;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ab-manifesto-statement {
  font-size: clamp(56px, 10vw, 130px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.ab-manifesto-body {
  margin: 2.75rem auto 0;
  max-width: 48rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: #333338;
  text-align: center;
}

/* ============================================================
   SECTION 3 — VALUES GRID
   ============================================================ */
.ab-values {
  background-color: #f5f5f7;
  padding: 5rem 5%;
}

.ab-values-inner {
  max-width: 75rem;
  margin: 0 auto;
}

.ab-values-heading {
  margin: 0 0 3.5rem;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ab-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
}

.ab-value-card {
  min-width: 0;
}

.ab-value-title {
  margin: 0 0 0.5rem;
  font-size: clamp(24px, 2.5vw, 35px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ab-value-sublabel {
  margin: 0 0 1rem;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 400;
  color: #222226;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.ab-value-body {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #44444a;
}

/* ============================================================
   SECTION 4 — MISSION PANEL (only dark section)
   ============================================================ */
.ab-mission {
  background-color: #0c1a2e;
  padding: 5.5rem 5%;
}

.ab-mission-inner {
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}

.ab-mission-copy {
  min-width: 0;
}

.ab-mission-eyebrow {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.ab-mission-title {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ab-mission-body {
  margin: 1.5rem 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 36rem;
}

.ab-mission-link {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 0.15rem;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.ab-mission-link:hover {
  border-bottom-color: #ffffff;
  opacity: 0.92;
}

.ab-mission-visual {
  min-width: 0;
}

.ab-mission-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 25rem;
  object-fit: cover;
  border-radius: 1rem;
}

/* ============================================================
   SECTION 5 — CAROUSEL
   ============================================================ */
.ab-carousel {
  background-color: #f5f5f7;
  padding: 6.25rem 0 6.25rem 5%;
  overflow: hidden;
}

.ab-carousel-header {
  max-width: 42rem;
  margin-bottom: 3rem;
  padding-right: 5%;
}

.ab-carousel-title {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ab-carousel-sub {
  margin: 1rem 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #55555a;
}

.ab-carousel-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: none;
}

.ab-carousel-viewport.is-touch {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}

.ab-carousel-viewport.is-touch::-webkit-scrollbar {
  display: none;
}

.ab-carousel-track {
  display: flex;
  gap: 1.5rem;
  will-change: transform;
  user-select: none;
}

.ab-carousel-viewport:not(.is-touch) .ab-carousel-track {
  touch-action: pan-y;
}

.ab-carousel-viewport.is-touch .ab-carousel-track {
  transform: none !important;
  width: max-content;
  padding-right: 5%;
  touch-action: pan-x;
  will-change: auto;
}

.ab-carousel-slide {
  flex: 0 0 420px;
  max-width: 85vw;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.ab-carousel-viewport.is-touch .ab-carousel-slide {
  scroll-snap-align: start;
}

.ab-carousel-slide:hover {
  border-color: rgba(29, 78, 216, 0.25);
  box-shadow:
    0 4px 8px rgba(29, 78, 216, 0.06),
    0 16px 36px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.ab-carousel-img-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #e2e2e2;
}

.ab-carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ab-carousel-slide:hover .ab-carousel-img {
  transform: scale(1.04);
}

.ab-carousel-body {
  padding: 1.35rem 1.5rem 1.75rem;
}

.ab-carousel-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.ab-carousel-card-title {
  margin: 0 0 0.75rem;
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.ab-carousel-blurb {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #55555a;
}

.ab-carousel-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1d4ed8;
  letter-spacing: 0.01em;
}

.ab-drag-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  background-color: #1d4ed8;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 9999px;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.ab-drag-cursor.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ab-drag-cursor.is-hidden {
  opacity: 0 !important;
}

/* ============================================================
   SECTION 6 — TWO-COLUMN CTA
   ============================================================ */
.ab-cta-split {
  background-color: #ffffff;
  padding: 5.5rem 5% 6rem;
}

.ab-cta-split-inner {
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
}

.ab-cta-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem;
  min-width: 0;
}

.ab-cta-collage-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: cover;
  border-radius: 0.75rem;
}

.ab-cta-collage-img--wide {
  grid-column: 1 / -1;
  min-height: 11rem;
}

.ab-cta-vid-wrap {
  overflow: hidden;
  position: relative;
}

.ab-cta-vid {
  display: block;
  width: 100%;
  height: 133%;
  object-fit: cover;
  margin-top: -25%;
}

.ab-cta-copy {
  min-width: 0;
}

.ab-cta-title {
  margin: 0;
  font-size: clamp(24px, 3vw, 35px);
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ab-cta-body {
  margin: 1.25rem 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #333338;
}

.ab-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2.25rem;
}

.ab-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-radius: 9999px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}

.ab-cta-btn--primary {
  background-color: #111111;
  color: #ffffff;
  border: 1px solid #111111;
}

.ab-cta-btn--primary:hover {
  background-color: #333338;
  border-color: #333338;
}

.ab-cta-btn--secondary {
  background-color: #ffffff;
  color: #111111;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.ab-cta-btn--secondary:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #f5f5f7;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media screen and (max-width: 1024px) {
  .ab-carousel-slide {
    flex: 0 0 360px;
  }

  .ab-mission-inner {
    gap: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .ab-hero-wrap {
    padding: calc(1vw + 4.5rem) 1rem 2rem;
  }

  .ab-hero {
    min-height: 18rem;
    border-radius: 1.25rem;
  }

  .ab-manifesto {
    padding: 4.5rem 1.25rem;
  }

  .ab-manifesto-body {
    text-align: left;
  }

  .ab-values {
    padding: 4rem 1.25rem;
  }

  .ab-mission {
    padding: 4rem 1.25rem;
  }

  .ab-mission-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ab-mission-visual {
    order: -1;
  }

  .ab-mission-img {
    min-height: 16rem;
  }

  .ab-carousel {
    padding: 4.5rem 0 4.5rem 1.25rem;
  }

  .ab-carousel-header {
    padding-right: 1.25rem;
  }

  .ab-carousel-slide {
    flex: 0 0 min(320px, 82vw);
  }

  .ab-cta-split {
    padding: 4rem 1.25rem 5rem;
  }

  .ab-cta-split-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  .ab-values-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ab-cta-collage {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  .ab-manifesto-statement {
    font-size: clamp(48px, 14vw, 56px);
  }

  .ab-carousel-sub,
  .ab-cta-body {
    font-size: 18px;
  }

  .ab-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ab-cta-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .ab-cta-collage {
    grid-template-columns: 1fr;
  }

  .ab-cta-collage-img--wide {
    grid-column: auto;
  }
}
