.page-about {
  --about-gold: #F2C14E;
  --about-purple: #7B2FBE;
  --about-indigo: #3D2C8D;
  --about-teal: #0F5257;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  line-height: 1.75;
  overflow-x: hidden;
}

.page-about a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-about .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 2.5rem;
  font-size: 0.8rem;
  color: var(--color-muted);
}

.page-about .breadcrumb a {
  color: var(--color-muted);
}

.page-about .breadcrumb a:hover {
  color: var(--color-gold);
}

.page-about .breadcrumb__sep {
  color: rgba(136, 146, 176, 0.6);
}

.page-about .about-hero {
  position: relative;
  padding: 3rem 0 4rem;
  background: linear-gradient(135deg, #0A1128 0%, #1a1145 60%, #2a1a6e 100%);
}

.page-about .about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(123, 47, 190, 0.35) 0%, transparent 45%),
    linear-gradient(135deg, rgba(15, 82, 87, 0.2) 0%, transparent 30%);
  pointer-events: none;
}

.page-about .about-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.page-about .about-hero__content {
  position: relative;
  z-index: 1;
}

.page-about .about-hero h1 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 1rem 0 1.25rem;
}

.page-about .about-hero__lead {
  font-size: 1.05rem;
  color: var(--color-muted);
  max-width: 38em;
  margin-bottom: 2rem;
}

.page-about .about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-about .about-hero__deco {
  display: none;
}

.page-about .about-story {
  padding: 4rem 0;
  position: relative;
}

.page-about .about-story__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.page-about .about-story__visual {
  position: relative;
  order: 1;
}

.page-about .about-story__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(242, 193, 78, 0.35);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.page-about .about-story__badge {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(10, 17, 40, 0.9);
  border: 1px solid var(--color-gold);
  padding: 0.6rem 1.5rem;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.page-about .about-story__badge-num {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-gold);
  line-height: 1;
}

.page-about .about-story__badge-text {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--color-text);
}

.page-about .about-story__content {
  order: 2;
}

.page-about .about-story__content h2,
.page-about .about-milestones__header h2,
.page-about .about-promise h2,
.page-about .about-capability h2,
.page-about .about-contact h2 {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 1rem 0;
}

.page-about .about-story__content p {
  color: var(--color-muted);
  margin-bottom: 1rem;
}

.page-about .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-gold);
  font-weight: 600;
  transition: gap 0.3s ease, color 0.3s ease;
}

.page-about .link-arrow:hover {
  gap: 0.75rem;
  color: #ffffff;
}

.page-about .about-milestones {
  padding: 4rem 0;
  background: linear-gradient(180deg, #060A18 0%, #0A1128 100%);
  position: relative;
}

.page-about .about-milestones__header {
  max-width: 720px;
  margin-bottom: 3rem;
}

.page-about .about-milestones__intro {
  color: var(--color-muted);
  margin-bottom: 2rem;
}

.page-about .about-milestones__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.page-about .milestones-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.page-about .milestones-list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 2px;
  background: linear-gradient(180deg, #7B2FBE, #F2C14E 50%, #7B2FBE);
  opacity: 0.5;
}

.page-about .milestones-list__item {
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 2.5rem;
}

.page-about .milestones-list__node {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-about .milestones-list__dot {
  width: 14px;
  height: 14px;
  background: var(--color-bg);
  border: 3px solid var(--color-gold);
  transform: rotate(45deg);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.page-about .milestones-list__item:hover .milestones-list__dot {
  background: var(--color-gold);
  box-shadow: 0 0 12px rgba(242, 193, 78, 0.6);
  transform: rotate(45deg) scale(1.2);
}

.page-about .milestones-list__card {
  padding: 1.5rem;
  border: 1px solid rgba(242, 193, 78, 0.15);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-about .milestones-list__card.panel--gold {
  border-color: rgba(242, 193, 78, 0.5);
  box-shadow: 0 0 16px rgba(242, 193, 78, 0.25);
}

.page-about .milestones-list__item:hover .milestones-list__card {
  transform: translateX(6px);
  border-color: rgba(242, 193, 78, 0.45);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.page-about .milestones-list__item:hover .milestones-list__card.panel--gold {
  box-shadow: 0 0 24px rgba(242, 193, 78, 0.4);
}

.page-about .milestones-list__card h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-about .milestones-list__card h3::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--color-gold);
  transform: rotate(45deg);
  display: inline-block;
  flex-shrink: 0;
}

.page-about .milestones-list__card p {
  color: var(--color-muted);
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.page-about .milestones-list__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-about .milestones-list__card li {
  font-size: 0.85rem;
  color: #b8c0d8;
  padding: 0.2rem 0;
  position: relative;
  padding-left: 1.2rem;
}

.page-about .milestones-list__card li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 0.25rem;
  font-size: 0.6rem;
  color: var(--color-gold);
  opacity: 0.7;
}

.page-about .about-milestones__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.page-about .about-milestones__visual::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(123, 47, 190, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.page-about .about-milestones__img {
  position: relative;
  max-width: 360px;
  width: 100%;
  height: auto;
  border: 1px solid rgba(123, 47, 190, 0.3);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.page-about .about-promise {
  padding: 4rem 0;
  background: linear-gradient(45deg, #0A1128 0%, var(--color-indigo) 50%, var(--color-teal) 100%);
  position: relative;
  overflow: hidden;
}

.page-about .about-promise__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.page-about .about-promise__content {
  position: relative;
  z-index: 1;
}

.page-about .about-promise__content p {
  color: #c8cbe0;
  margin-bottom: 1rem;
}

.page-about .about-promise__list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.page-about .about-promise__list li {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--color-text);
}

.page-about .about-promise__mark {
  color: var(--color-gold);
  flex-shrink: 0;
}

.page-about .about-promise__visual {
  position: relative;
}

.page-about .about-promise__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(242, 193, 78, 0.25);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  animation: about-rule-float 6s ease-in-out infinite;
}

@keyframes about-rule-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.page-about .about-capability {
  padding: 4rem 0;
}

.page-about .about-capability__intro {
  color: var(--color-muted);
  max-width: 560px;
  margin-bottom: 2.5rem;
}

.page-about .about-capability__grid {
  gap: 1.5rem;
  align-items: stretch;
}

.page-about .about-capability__card {
  padding: 1.75rem;
  border: 1px solid rgba(136, 146, 176, 0.2);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-about .about-capability__card:hover {
  transform: translateY(-4px);
  border-color: var(--color-gold);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 16px rgba(123, 47, 190, 0.3);
}

.page-about .about-capability__num {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-gold);
  line-height: 1;
  margin-bottom: 1rem;
}

.page-about .about-capability__card h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.page-about .about-capability__card p {
  color: var(--color-muted);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.page-about .about-capability__card a {
  color: var(--color-gold);
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap 0.3s ease, color 0.3s ease;
}

.page-about .about-capability__card a:hover {
  gap: 0.5rem;
  color: #ffffff;
}

.page-about .about-contact {
  padding: 3rem 0 4rem;
}

.page-about .about-contact__inner {
  background: linear-gradient(135deg, #1a0a3d, var(--color-indigo));
  padding: 2.5rem;
  text-align: center;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  border: 1px solid rgba(242, 193, 78, 0.3);
}

.page-about .about-contact p {
  color: #c8cbe0;
  margin-bottom: 1.5rem;
}

.page-about .about-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .page-about .about-capability__grid {
    gap: 1.5rem;
  }
}

@media (min-width: 960px) {
  .page-about .about-hero {
    padding: 5rem 0 6rem;
  }

  .page-about .about-hero__inner {
    grid-template-columns: 7fr 5fr;
    gap: 3rem;
  }

  .page-about .about-hero__deco {
    display: block;
    position: relative;
    min-height: 340px;
  }

  .page-about .about-hero__svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .page-about .about-hero h1 {
    font-size: 3rem;
  }

  .page-about .about-story {
    padding: 6rem 0;
  }

  .page-about .about-story__grid {
    grid-template-columns: 5fr 6fr;
    gap: 5rem;
  }

  .page-about .about-story__visual {
    order: 0;
  }

  .page-about .about-story__content {
    order: 1;
  }

  .page-about .about-story__content h2 {
    font-size: 2.25rem;
  }

  .page-about .about-milestones {
    padding: 6rem 0;
  }

  .page-about .about-milestones__layout {
    grid-template-columns: 7fr 3fr;
    gap: 4rem;
  }

  .page-about .about-milestones__timeline {
    padding-right: 2rem;
  }

  .page-about .about-milestones__img {
    max-width: 320px;
  }

  .page-about .about-promise {
    padding: 6rem 0;
  }

  .page-about .about-promise__inner {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }

  .page-about .about-promise h2 {
    font-size: 2.25rem;
  }

  .page-about .about-capability {
    padding: 6rem 0;
  }

  .page-about .about-capability h2 {
    font-size: 2.25rem;
  }

  .page-about .about-contact {
    padding: 4rem 0 5rem;
  }

  .page-about .about-contact__inner {
    padding: 3.5rem;
  }

  .page-about .about-contact h2 {
    font-size: 2rem;
  }
}
