.page-about {
  --ab-hero-grad: linear-gradient(128deg, #F25C05 0%, #D94800 46%, #FFA563 88%, #00A89D 132%);
}

.page-about .ab-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 20px 56px;
  background: var(--ab-hero-grad);
  color: var(--ly-white);
}

.page-about .ab-hero::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 320px;
  height: 240px;
  border-radius: 50% 50% 0 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  transform: rotate(-18deg);
}

.page-about .ab-hero::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: -80px;
  width: 180px;
  height: 140px;
  border-radius: 50% 50% 0 0;
  border: 2px solid rgba(255, 255, 255, 0.28);
  transform: rotate(20deg);
}

.page-about .ab-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--ly-content-width);
  margin: 0 auto;
}

.page-about .ab-hero .badge {
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ly-brand-dark);
}

.page-about .ab-hero h1 {
  margin: 0 0 12px;
  font-family: var(--ly-font-heading);
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.22;
  letter-spacing: var(--ly-letter-spacing);
}

.page-about .ab-hero__sub {
  display: block;
  margin-top: 8px;
  font-family: var(--ly-font-body);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
}

.page-about .ab-hero__lead {
  max-width: 680px;
  margin: 0 0 28px;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
}

.page-about .ab-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-about .ab-stat {
  flex: 1 1 160px;
  min-width: 140px;
  padding: 16px 18px;
  border-radius: var(--ly-radius-md);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.page-about .ab-stat__num {
  display: block;
  font-family: var(--ly-font-heading);
  font-weight: 900;
  font-size: 1.6rem;
  color: var(--ly-white);
}

.page-about .ab-stat__label {
  display: block;
  margin-top: 2px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.94);
}

.page-about .ab-breadcrumb {
  max-width: var(--ly-content-width);
  margin: 0 auto;
  padding: 26px 20px 0;
}

.page-about .ab-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: var(--ly-content-width);
  margin: 0 auto;
  padding: 36px 20px 72px;
}

.page-about .ab-aside {
  position: relative;
}

.page-about .ab-side-card {
  padding: 22px;
  border-radius: var(--ly-radius-lg);
  background: var(--ly-gray-light);
  border: 1px solid var(--ly-gray-muted);
}

.page-about .ab-side-card__title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  color: var(--ly-brand-dark);
  text-transform: uppercase;
}

.page-about .ab-side-nav__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-about .ab-side-nav__link {
  display: inline-block;
  padding: 8px 14px;
  border-radius: var(--ly-radius-pill);
  background: var(--ly-white);
  color: var(--ly-ink);
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid var(--ly-gray-muted);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-about .ab-side-nav__link:hover {
  background: var(--ly-brand);
  border-color: var(--ly-brand);
  color: var(--ly-white);
}

.page-about .ab-side-nav__link:focus-visible,
.page-about .ab-timeline__card summary:focus-visible {
  outline: 3px solid var(--ly-brand-light);
  outline-offset: 2px;
}

.page-about .ab-side-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-about .ab-side-card__actions .btn {
  margin: 0;
}

.page-about .ab-main {
  min-width: 0;
}

.page-about .ab-main a:not(.btn) {
  color: var(--ly-teal);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.page-about .ab-main a:not(.btn):hover {
  color: var(--ly-brand);
}

.page-about .ab-section {
  margin-bottom: 60px;
  scroll-margin-top: 88px;
}

.page-about .ab-section__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.page-about .ab-section__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ly-brand);
  color: var(--ly-white);
  font-family: var(--ly-font-heading);
  font-weight: 900;
  font-size: 1rem;
  flex-shrink: 0;
}

.page-about .ab-section__head h2 {
  margin: 0;
  font-family: var(--ly-font-heading);
  font-weight: 900;
  font-size: 1.7rem;
  color: var(--ly-ink);
}

.page-about .ab-section--origin {
  background: var(--ly-teal-light);
  border-radius: var(--ly-radius-lg);
  padding: 28px 24px;
}

.page-about .ab-origin__media,
.page-about .ab-team__media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--ly-shadow-md);
}

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

.page-about .ab-origin__body p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ly-ink);
}

.page-about .ab-origin__body p:first-of-type {
  margin-top: 20px;
}

.page-about .ab-origin__keyword {
  font-weight: 700;
  color: var(--ly-brand-dark);
}

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

.page-about .ab-timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: var(--ly-radius-pill);
  background: linear-gradient(180deg, var(--ly-brand) 0%, var(--ly-teal) 100%);
}

.page-about .ab-timeline__item {
  position: relative;
  padding-left: 48px;
  margin-bottom: 20px;
}

.page-about .ab-timeline__dot {
  position: absolute;
  left: 8px;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ly-brand);
  border: 3px solid var(--ly-white);
  box-shadow: 0 0 0 2px var(--ly-brand);
  z-index: 1;
}

.page-about .ab-timeline__card {
  border: 1px solid var(--ly-gray-muted);
  border-radius: var(--ly-radius-md);
  background: var(--ly-white);
  box-shadow: var(--ly-shadow-sm);
  overflow: hidden;
}

.page-about .ab-timeline__card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}

.page-about .ab-timeline__card summary::-webkit-details-marker {
  display: none;
}

.page-about .ab-timeline__card summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ly-brand);
  line-height: 1;
}

.page-about .ab-timeline__card[open] summary::after {
  content: "–";
}

.page-about .ab-timeline__card h3 {
  margin: 0;
  font-size: 1.08rem;
  color: var(--ly-ink);
  flex: 1 1 auto;
}

.page-about .ab-timeline__tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: var(--ly-radius-pill);
  background: var(--ly-teal-light);
  color: var(--ly-teal);
  font-size: 0.8rem;
  font-weight: 600;
}

.page-about .ab-timeline__body {
  padding: 0 20px 18px;
  border-top: 1px dashed var(--ly-gray-muted);
}

.page-about .ab-timeline__body p {
  margin: 14px 0 8px;
  line-height: 1.75;
  font-size: 0.96rem;
  color: var(--ly-ink-muted);
}

.page-about .ab-honors {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-about .ab-honor-main {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 20px;
  background: linear-gradient(135deg, var(--ly-gray-light), var(--ly-teal-light));
  border-radius: var(--ly-radius-lg);
  border: 1px solid var(--ly-gray-muted);
}

.page-about .ab-honor-main img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 24px;
}

.page-about .ab-honor-main figcaption {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ly-ink);
  text-align: center;
}

.page-about .ab-honor-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: var(--ly-radius-md);
  background: var(--ly-white);
  border: 1px solid var(--ly-gray-muted);
  box-shadow: var(--ly-shadow-sm);
}

.page-about .ab-honor-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.page-about .ab-honor-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-about .ab-honor-card__body h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  color: var(--ly-ink);
}

.page-about .ab-honor-card__body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--ly-ink-muted);
}

.page-about .ab-team {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-about .ab-team__text p {
  line-height: 1.8;
  color: var(--ly-ink);
  margin-top: 0;
}

.page-about .ab-metrics {
  margin-top: 28px;
  padding: 22px;
  border-radius: var(--ly-radius-lg);
  background: var(--ly-gray-light);
  border: 1px solid var(--ly-gray-muted);
}

.page-about .ab-metrics__title {
  margin: 0 0 16px;
  font-family: var(--ly-font-heading);
  font-size: 1.2rem;
  color: var(--ly-ink);
}

.page-about .ab-metric {
  margin-bottom: 18px;
}

.page-about .ab-metric:last-child {
  margin-bottom: 0;
}

.page-about .ab-metric__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 6px;
  font-size: 0.92rem;
}

.page-about .ab-metric__label {
  font-weight: 600;
  color: var(--ly-ink);
}

.page-about .ab-metric__value {
  font-weight: 700;
  color: var(--ly-brand-dark);
  font-size: 1rem;
}

.page-about .ab-metric__bar {
  height: 8px;
  border-radius: var(--ly-radius-pill);
  background: var(--ly-gray-muted);
  overflow: hidden;
}

.page-about .ab-metric__bar span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ly-brand), var(--ly-teal));
  animation: ab-bar-dl 1s ease-out forwards;
}

.page-about .ab-metric__bar--prov span {
  animation: ab-bar-prov 1s ease-out forwards;
}

.page-about .ab-metric__bar--doc span {
  animation: ab-bar-doc 1s ease-out forwards;
}

.page-about .ab-metric__bar--news span {
  animation: ab-bar-news 1s ease-out forwards;
}

.page-about .ab-cta {
  margin-top: 12px;
  padding: 36px 28px;
  border-radius: var(--ly-radius-lg);
  background: linear-gradient(120deg, var(--ly-brand), var(--ly-brand-dark));
  color: var(--ly-white);
  text-align: center;
}

.page-about .ab-cta h2 {
  margin: 0 0 8px;
  font-family: var(--ly-font-heading);
  font-size: 1.6rem;
  color: var(--ly-white);
}

.page-about .ab-cta__desc {
  margin: 0 auto 12px;
  max-width: 520px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.94);
}

.page-about .ab-cta__desc a {
  color: var(--ly-white);
}

.page-about .ab-cta__contact {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ly-white);
}

.page-about .ab-cta__note {
  margin: 0 auto 20px;
  max-width: 520px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
}

.page-about .ab-cta .btn {
  margin: 6px;
}

@keyframes ab-bar-dl {
  from { width: 0; }
  to { width: 86%; }
}

@keyframes ab-bar-prov {
  from { width: 0; }
  to { width: 91%; }
}

@keyframes ab-bar-doc {
  from { width: 0; }
  to { width: 75%; }
}

@keyframes ab-bar-news {
  from { width: 0; }
  to { width: 80%; }
}

@media (min-width: 720px) {
  .page-about .ab-team {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .page-about .ab-honors {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .page-about .ab-honor-main {
    grid-row: span 2;
  }
}

@media (min-width: 900px) {
  .page-about .ab-layout {
    grid-template-columns: 260px 1fr;
    gap: 52px;
    align-items: start;
    padding-top: 56px;
  }

  .page-about .ab-aside {
    position: sticky;
    top: 96px;
  }

  .page-about .ab-side-nav__list {
    display: block;
    margin-bottom: 20px;
  }

  .page-about .ab-side-nav__link {
    display: block;
    margin-bottom: 6px;
    padding: 10px 14px;
    border-radius: var(--ly-radius-md);
    background: transparent;
    border-color: transparent;
  }
}
