.page-about {
  background: #f4fafb;
}

.about-main {
  overflow: hidden;
}

/* ── Hero ── */
.about-hero {
  position: relative;
  padding: 4.5rem 0 3.5rem;
  color: #fff;
  background: linear-gradient(135deg, #083444 0%, #0b5a72 42%, #18a7b8 100%);
}

.about-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.14), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(231, 177, 78, 0.22), transparent 28%),
    radial-gradient(circle at 70% 85%, rgba(0, 0, 0, 0.18), transparent 40%);
  pointer-events: none;
}

.about-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.5rem;
  align-items: center;
}

.about-hero__copy h1 {
  margin: 0.85rem 0 1rem;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.2;
}

.about-hero__copy h1 em {
  font-style: normal;
  color: #f6d68a;
}

.about-hero__copy p {
  margin: 0;
  max-width: 52ch;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.about-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.45rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-hero__btn--primary {
  background: linear-gradient(135deg, #e7b14e, #d79a2d);
  color: #4f3d18;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.about-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.about-hero__btn:hover {
  transform: translateY(-2px);
}

.about-hero__visual {
  position: relative;
}

.about-hero__frame {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.about-hero__frame picture,
.about-hero__frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.about-hero__float-card {
  position: absolute;
  inset-inline-start: -1.25rem;
  bottom: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 18px 40px rgba(8, 72, 96, 0.22);
  min-width: 170px;
}

.about-hero__float-card span {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--teal-deep);
  letter-spacing: 0.02em;
}

.about-hero__float-card strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.15rem;
}

.about-hero__float-card small {
  display: block;
  margin-top: 0.25rem;
  color: #648596;
  font-size: 0.84rem;
}

/* ── Stats ── */
.about-stats {
  margin-top: -2.25rem;
  position: relative;
  z-index: 2;
  padding-bottom: 1.5rem;
}

/* ── Story bento ── */
.about-story {
  padding: 3.5rem 0;
}

.about-story__head,
.about-journey__head,
.about-pillars__head,
.about-leadership__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.25rem;
}

.about-story__head h2,
.about-journey__head h2,
.about-pillars__head h2,
.about-leadership__head h2 {
  margin: 0.65rem 0 0.75rem;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: var(--ink);
}

.about-story__head h2 em,
.about-journey__head h2 em,
.about-pillars__head h2 em,
.about-leadership__head h2 em {
  font-style: normal;
  color: var(--teal-deep);
}

.about-story__head p,
.about-journey__head p,
.about-pillars__head p {
  margin: 0;
  color: #527184;
  line-height: 1.9;
}

.about-story__bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.about-story__quote-card {
  grid-column: span 5;
  grid-row: span 2;
  padding: 2rem 1.75rem;
  border-radius: 24px;
  background: linear-gradient(155deg, #0f7584, #18a7b8);
  color: #fff;
  box-shadow: 0 20px 44px rgba(8, 72, 96, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-story__quote-mark {
  font-size: 2.8rem;
  line-height: 1;
  opacity: 0.35;
  font-family: Georgia, serif;
}

.about-story__quote-card p {
  margin: 0.75rem 0 0;
  font-size: 1.12rem;
  line-height: 2;
}

.about-story__photo {
  grid-column: span 7;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 280px;
  box-shadow: 0 18px 40px rgba(8, 72, 96, 0.12);
}

.about-story__photo picture,
.about-story__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-story__photo figcaption {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 1rem 1.15rem;
  background: linear-gradient(180deg, transparent, rgba(8, 52, 68, 0.82));
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
}

.about-story__vision,
.about-story__mission {
  grid-column: span 6;
  padding: 1.35rem 1.4rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dceef2;
  box-shadow: 0 12px 28px rgba(8, 72, 96, 0.06);
}

.about-story__vision strong,
.about-story__mission strong {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--teal-deep);
  font-size: 1.08rem;
}

.about-story__vision p,
.about-story__mission p {
  margin: 0;
  color: #527184;
  line-height: 1.9;
}

.about-story__timeline {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-story__milestone {
  padding: 1.25rem 1.3rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f7fcfd);
  border: 1px solid #e3f1f4;
}

.about-story__milestone span {
  display: inline-flex;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(24, 167, 184, 0.12);
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 800;
}

.about-story__milestone strong {
  display: block;
  margin: 0.65rem 0 0.35rem;
  color: var(--ink);
}

.about-story__milestone p {
  margin: 0;
  color: #527184;
  line-height: 1.85;
  font-size: 0.94rem;
}

/* ── Journey ── */
.about-journey {
  padding: 3.5rem 0;
  background:
    radial-gradient(circle at 0% 50%, rgba(24, 167, 184, 0.08), transparent 42%),
    #fff;
}

.about-journey__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.about-journey__step {
  position: relative;
  padding: 1.35rem 1.2rem 1.2rem;
  border-radius: 20px;
  background: #f7fcfd;
  border: 1px solid #dceef2;
  box-shadow: 0 10px 24px rgba(8, 72, 96, 0.05);
}

.about-journey__num {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #18a7b8, #0b5a72);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.about-journey__step strong {
  display: block;
  margin: 0.75rem 0 0.4rem;
  color: var(--ink);
  font-size: 1.05rem;
}

.about-journey__step p {
  margin: 0;
  color: #527184;
  line-height: 1.85;
  font-size: 0.92rem;
}

.about-journey__arrow {
  display: none;
}

/* ── Pillars ── */
.about-pillars {
  padding: 3.5rem 0;
}

.about-pillars__line {
  width: 72px;
  height: 4px;
  margin: 1.25rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}

.about-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-pillar {
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e3f1f4;
  box-shadow: 0 12px 28px rgba(8, 72, 96, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-pillar:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(8, 72, 96, 0.1);
}

.about-pillar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.about-pillar__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.about-pillar__icon svg {
  width: 24px;
  height: 24px;
}

.about-pillar__num {
  font-size: 0.82rem;
  font-weight: 800;
  color: #9eb5c0;
}

.about-pillar h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  color: var(--ink);
}

.about-pillar p {
  margin: 0;
  color: #527184;
  line-height: 1.85;
  font-size: 0.93rem;
}

.about-pillar--teal .about-pillar__icon {
  background: rgba(24, 167, 184, 0.14);
  color: var(--teal-deep);
}

.about-pillar--gold .about-pillar__icon {
  background: rgba(231, 177, 78, 0.18);
  color: #8a6418;
}

.about-pillar--sky .about-pillar__icon {
  background: rgba(91, 184, 220, 0.16);
  color: #1a6f8f;
}

.about-pillar--violet .about-pillar__icon {
  background: rgba(130, 108, 196, 0.14);
  color: #5a4696;
}

/* ── Leadership ── */
.about-leadership {
  padding: 3.5rem 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(24, 167, 184, 0.08), transparent 70%),
    linear-gradient(180deg, #f7fbfc 0%, #eef4f6 100%);
}

.about-leadership__card {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  align-items: stretch;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(155deg, #1a9aaa 0%, #148a98 48%, #0f7584 100%);
  color: #fff;
  box-shadow: 0 24px 52px rgba(8, 72, 96, 0.2);
}

.about-leadership__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.08);
  border-inline-end: 1px solid rgba(255, 255, 255, 0.14);
}

.about-leadership__aside img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.32);
}

.about-leadership__aside strong {
  display: block;
  font-size: 1.28rem;
}

.about-leadership__aside span {
  display: block;
  margin-top: 0.25rem;
  opacity: 0.92;
}

.about-leadership__quote {
  margin: 0;
  padding: 2.25rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.95;
  font-size: 1.12rem;
}

.about-leadership__quote p {
  margin: 0;
}

.about-leadership__quote-mark {
  flex-shrink: 0;
  font-size: 2.4rem;
  opacity: 0.35;
  font-family: Georgia, serif;
}

/* ── CTA ── */
.about-cta {
  padding: 0 0 4rem;
}

.about-cta__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 2.25rem;
  border-radius: 26px;
  background: linear-gradient(135deg, #083444, #0b5a72 55%, #148a98);
  color: #fff;
  box-shadow: 0 22px 48px rgba(8, 72, 96, 0.2);
}

.about-cta__card h2 {
  margin: 0.55rem 0 0.45rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.about-cta__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
  max-width: 48ch;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  flex-shrink: 0;
}

.about-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.about-cta__btn--primary {
  background: linear-gradient(135deg, #e7b14e, #d79a2d);
  color: #4f3d18;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.about-cta__btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.page-about .main-nav a[aria-current="page"] {
  color: var(--ink);
  border-color: var(--teal);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .about-hero__grid,
  .about-story__bento,
  .about-journey__track,
  .about-pillars__grid,
  .about-leadership__card {
    grid-template-columns: 1fr;
  }

  .about-story__quote-card,
  .about-story__photo,
  .about-story__vision,
  .about-story__mission {
    grid-column: auto;
    grid-row: auto;
  }

  .about-story__timeline {
    grid-template-columns: 1fr;
  }

  .about-hero__float-card {
    inset-inline-start: auto;
    inset-inline-end: 1rem;
    bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 3rem 0 2.5rem;
  }

  .about-stats {
    margin-top: -1.25rem;
  }

  .about-hero__frame img {
    min-height: 260px;
  }

  .about-hero__actions,
  .about-cta__card,
  .about-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-hero__btn,
  .about-cta__btn {
    width: 100%;
  }

  .about-leadership__aside {
    flex-direction: row;
    text-align: start;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .about-leadership__aside img {
    width: 76px;
    height: 76px;
  }

  .about-leadership__quote {
    padding: 1.25rem 1.35rem;
    flex-direction: column;
    text-align: center;
    font-size: 1rem;
  }

  .page-about .util-actions {
    display: none;
  }
}

@media (max-width: 640px) {
  .about-pillars__grid {
    grid-template-columns: 1fr;
  }
}
