body.about-page {
  background: #020203;
  color: #ffffff;
}

.about-page .about-hero {
  position: relative;
  min-height: 92vh;
  padding: 18px 80px 88px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  isolation: isolate;
}

.about-page .about-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(1.05) contrast(1.04) brightness(0.88);
}

.about-page .about-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.58) 38%, rgba(0,0,0,0.28) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.42));
}

.about-page .about-navbar,
.about-page .about-hero-content {
  position: relative;
  z-index: 2;
}

.about-page .about-navbar .logo-card {
  height: 110px;
}

.about-page .about-navbar .logo-card img {
  height: 110px;
}

.about-page .nav-link-current {
  color: #e53935;
}

.about-page .about-hero-content {
  max-width: 840px;
  padding-top: 40px;
}

.about-page .about-hero .reveal-delay-1 { --reveal-delay: 240ms; }
.about-page .about-hero .reveal-delay-2 { --reveal-delay: 420ms; }
.about-page .about-hero .reveal-delay-3 { --reveal-delay: 620ms; }

.about-page.hero-intro-active .about-hero-media {
  animation: aboutHeroMediaIn 1400ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-page.hero-intro-active .about-navbar {
  animation: aboutHeroNavIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

.about-page.hero-intro-active .about-hero-content {
  animation: aboutHeroCopyIn 980ms cubic-bezier(0.22, 1, 0.36, 1) 240ms both;
}

.about-page.hero-intro-active .about-hero-content .section-kicker,
.about-page.hero-intro-active .about-hero-content h1,
.about-page.hero-intro-active .about-hero-subtitle {
  opacity: 0;
  transform: translateY(18px);
}

.about-page.hero-intro-active .about-hero-content .section-kicker {
  animation: aboutHeroLineIn 700ms cubic-bezier(0.22, 1, 0.36, 1) 260ms both;
}

.about-page.hero-intro-active .about-hero-content h1 {
  animation: aboutHeroLineIn 820ms cubic-bezier(0.22, 1, 0.36, 1) 420ms both;
}

.about-page.hero-intro-active .about-hero-subtitle {
  animation: aboutHeroLineIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 610ms both;
}

@keyframes aboutHeroMediaIn {
  from {
    opacity: 0;
    transform: scale(1.03);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes aboutHeroNavIn {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aboutHeroCopyIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aboutHeroLineIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-page .about-hero-content h1 {
  margin: 0;
  font-size: clamp(54px, 7vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 820px;
}

.about-page .about-hero-subtitle {
  margin-top: 20px;
  max-width: 760px;
  font-size: 20px;
  line-height: 1.75;
  color: rgba(255,255,255,0.84);
}

.about-page .about-hero-actions {
  margin-top: 28px;
}

.about-page .about-main {
  background:
    radial-gradient(circle at 5% 0%, rgba(229,57,53,0.08), transparent 34%),
    linear-gradient(180deg, #050607 0%, #040405 100%);
}

.about-page .section-block {
  padding: 78px 80px 96px;
}

.about-page .section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.about-page .section-heading h2 {
  font-size: clamp(34px, 4vw, 58px);
  max-width: 760px;
}

.about-page .story-grid,
.about-page .global-service {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: center;
}

.about-page .story-copy {
  display: grid;
  gap: 18px;
}

.about-page .story-copy p,
.about-page .service-copy p,
.about-page .footer-cta-copy p,
.about-page .contact-panel p {
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
  font-size: 17px;
}

.about-page .story-points {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.about-page .story-point,
.about-page .service-point,
.about-page .contact-panel {
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
}

.about-page .story-point strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
}

.about-page .story-point span,
.about-page .service-point {
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
}

.about-page .story-media,
.about-page .service-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #111316;
  box-shadow: 0 22px 52px rgba(0,0,0,0.24);
}

.about-page .story-media img,
.about-page .service-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.about-page .story-media:hover img,
.about-page .service-media:hover img {
  transform: scale(1.04);
}

.about-page .profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.about-page .profile-copy {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
}

.about-page .profile-copy p {
  margin: 0;
  color: rgba(255,255,255,0.84);
  line-height: 1.8;
  font-size: 17px;
}

.about-page .profile-media-grid {
  display: grid;
  gap: 14px;
}

.about-page .profile-media-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #111316;
  min-height: 220px;
}

.about-page .profile-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-page .profile-media-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.about-page .honors-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-page .honors-card {
  padding: 20px 20px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at top right, rgba(229,57,53,0.08), transparent 34%),
    rgba(255,255,255,0.03);
}

.about-page .honors-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #fff;
}

.about-page .honors-card ul {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 8px;
}

.about-page .honors-card li {
  color: rgba(255,255,255,0.84);
  line-height: 1.55;
  font-size: 16px;
}

.about-page .about-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-page .about-video-card {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 4px solid rgba(255,80,76,0.9);
  background:
    radial-gradient(circle at 88% 8%, rgba(255,80,76,0.12), transparent 32%),
    linear-gradient(180deg, rgba(20,22,26,0.98), rgba(8,10,12,0.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.about-page .about-video-card video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #000;
}

.about-page .about-video-card figcaption {
  margin: 0;
  min-height: 54px;
  padding: 14px 18px 16px;
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.about-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-page .stat-card {
  padding: 24px 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at top right, rgba(229,57,53,0.08), transparent 32%),
    linear-gradient(180deg, rgba(18,19,22,0.98), rgba(12,13,15,0.98));
}

.about-page .stat-card-number {
  display: block;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.about-page .stat-card h3 {
  margin: 12px 0 8px;
  color: #e53935;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.about-page .stat-card p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  font-size: 15px;
}

.about-page .process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 72px;
  row-gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 0;
  list-style: none;
}

.about-page .process-timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 2px;
  transform: translateX(-1px);
  background: linear-gradient(180deg, rgba(229,57,53,0.25), rgba(229,57,53,0.72), rgba(229,57,53,0.25));
}

.about-page .process-step {
  position: relative;
  padding: 18px 18px 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at top right, rgba(229,57,53,0.08), transparent 34%),
    linear-gradient(180deg, rgba(18,19,22,0.98), rgba(12,13,15,0.98));
}

.about-page .process-step:nth-child(odd) {
  grid-column: 1;
}

.about-page .process-step:nth-child(even) {
  grid-column: 2;
}

.about-page .process-step::before {
  content: "";
  position: absolute;
  top: 33px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #e53935;
  box-shadow: 0 0 0 6px rgba(229,57,53,0.15);
}

.about-page .process-step:nth-child(odd)::before {
  right: -43px;
}

.about-page .process-step:nth-child(even)::before {
  left: -43px;
}

.about-page .process-step::after {
  content: "";
  position: absolute;
  top: 33px;
  width: 42px;
  height: 2px;
}

.about-page .process-step:nth-child(odd)::after {
  right: -42px;
  background: linear-gradient(90deg, rgba(229,57,53,0.7), rgba(229,57,53,0.12));
}

.about-page .process-step:nth-child(even)::after {
  left: -42px;
  background: linear-gradient(90deg, rgba(229,57,53,0.12), rgba(229,57,53,0.7));
}

.about-page .process-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #e53935;
  border-radius: 999px;
  background: rgba(229,57,53,0.1);
}

.about-page .process-icon svg {
  width: 100%;
  height: 100%;
}

.about-page .process-step h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #fff;
}

.about-page .process-step p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
  font-size: 14px;
}

.about-page .service-copy {
  max-width: 720px;
}

.about-page .service-points {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.about-page .service-media img {
  min-height: 360px;
}

.about-page .about-footer {
  padding: 72px 80px 92px;
  background: linear-gradient(180deg, #060708 0%, #030304 100%);
  border-top: 1px solid rgba(255,255,255,0.06);
}

.about-page .about-footer-wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.about-page .footer-cta-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
}

.about-page .footer-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.about-page .contact-panel h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #ffffff;
}

.about-page .footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 6px;
}

.about-page .footer-links a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
}

.about-page .footer-links a:hover {
  color: #e53935;
}

@media (max-width: 1080px) {
  .about-page .about-hero {
    padding: 18px 20px 72px;
  }

  .about-page .section-block,
  .about-page .about-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-page .story-grid,
  .about-page .global-service,
  .about-page .stats-grid,
  .about-page .profile-grid,
  .about-page .honors-grid,
  .about-page .about-video-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 720px) {
  .about-page .about-hero-content {
    padding-top: 18px;
  }

  .about-page .about-hero-content h1 {
    font-size: 42px;
  }

  .about-page .about-hero-subtitle {
    font-size: 17px;
  }

  .about-page .process-timeline {
    grid-template-columns: 1fr;
    padding-left: 58px;
  }

  .about-page .process-timeline::before {
    left: 24px;
    transform: none;
  }

  .about-page .process-step:nth-child(odd),
  .about-page .process-step:nth-child(even) {
    grid-column: 1;
  }

  .about-page .process-step:nth-child(odd)::before,
  .about-page .process-step:nth-child(even)::before {
    right: auto;
    left: -33px;
  }

  .about-page .process-step:nth-child(odd)::after,
  .about-page .process-step:nth-child(even)::after {
    left: -28px;
    right: auto;
    width: 28px;
    background: linear-gradient(90deg, rgba(229,57,53,0.72), rgba(229,57,53,0.14));
  }

  .about-page .footer-cta-actions {
    flex-direction: column;
  }

  .about-page .footer-cta-actions .btn {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .about-page .about-hero {
    min-height: 60vh;
    max-height: 65vh;
    padding: 14px 18px 26px;
  }

  .about-page .about-hero-media {
    object-fit: cover;
    object-position: center 34%;
  }

  .about-page .section-block {
    padding: 56px 18px 68px;
  }

  .about-page .about-hero-content h1 {
    font-size: clamp(30px, 8.6vw, 42px);
  }

  .about-page .about-hero-subtitle,
  .about-page .story-copy p,
  .about-page .profile-copy p,
  .about-page .honors-card li {
    font-size: 15px;
    line-height: 1.62;
  }

  .about-page .btn,
  .about-page a.btn,
  .about-page button.btn {
    min-height: 44px;
  }
}
