.page-about {
  --ab-line-gold: rgba(212, 175, 55, 0.45);
  --ab-line-gold-soft: rgba(212, 175, 55, 0.18);
  --ab-card-dark: rgba(255, 255, 255, 0.05);
  --ab-gold-deep: rgba(212, 175, 55, 0.14);
  background: var(--paper);
  overflow-x: hidden;
}

.page-about .container {
  width: min(100% - 40px, var(--width-container));
  margin-inline: auto;
}

.page-about img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-about .media-frame {
  background: var(--ab-gold-deep);
  border: 1px solid var(--border-gold);
}

.page-about .ab-eyebrow {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
}

.page-about .ab-eyebrow-dark {
  color: var(--border-gold);
}

.page-about .ab-eyebrow-cta {
  color: var(--ink);
}

.page-about h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.5vw, 40px);
  line-height: 1.18;
  margin: 0 0 16px;
  letter-spacing: 0.01em;
}

.page-about h3 {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.page-about .ab-hero {
  background: var(--deep-purple);
  color: var(--white);
  padding: 32px 0 56px;
  position: relative;
  overflow: hidden;
}

.page-about .ab-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46vw;
  height: 46vw;
  background: linear-gradient(135deg, transparent 49%, var(--ab-line-gold) 49%, var(--ab-line-gold) 51%, transparent 51%);
  opacity: 0.32;
  pointer-events: none;
  z-index: 1;
}

.page-about .ab-hero .container {
  position: relative;
  z-index: 2;
}

.page-about .ab-hero-bg {
  position: absolute;
  right: -0.04em;
  bottom: -0.14em;
  font-family: var(--font-display);
  font-size: clamp(120px, 22vw, 310px);
  font-weight: 700;
  line-height: 1;
  color: rgba(212, 175, 55, 0.14);
  z-index: 1;
  pointer-events: none;
  letter-spacing: 0.02em;
}

.page-about .ab-hero .breadcrumb {
  color: rgba(255, 255, 255, 0.66);
  margin-bottom: 28px;
}

.page-about .ab-hero .breadcrumb a {
  color: var(--gold-light);
  text-decoration: none;
}

.page-about .ab-hero .breadcrumb a:hover {
  color: var(--white);
}

.page-about .ab-hero-kicker {
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
}

.page-about .ab-hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(38px, 7vw, 72px);
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: var(--white);
  margin: 0 0 20px;
}

.page-about .ab-hero-desc {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 28px;
}

.page-about .ab-hero-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border-top: 1px solid var(--ab-line-gold);
  margin-bottom: 28px;
}

.page-about .ab-hero-stat {
  padding: 18px 0 4px;
  border-bottom: 1px solid var(--ab-line-gold-soft);
}

.page-about .ab-hero-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 6px;
}

.page-about .ab-hero-stat strong span {
  font-size: 16px;
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.72);
  margin-left: 2px;
}

.page-about .ab-hero-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.66);
}

.page-about .ab-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-about .ab-hero .btn-outline {
  border-color: var(--gold);
  color: var(--gold-light);
}

.page-about .ab-hero .btn-outline:hover {
  background: var(--gold);
  color: var(--deep-purple);
}

.page-about .ab-origin {
  background: var(--paper);
  padding: 64px 0;
  position: relative;
}

.page-about .ab-origin::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, transparent 74%, rgba(212, 175, 55, 0.22) 74%);
  pointer-events: none;
}

.page-about .ab-origin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-about .ab-origin-copy h2 {
  color: var(--deep-purple);
}

.page-about .ab-origin-copy > p {
  color: var(--ink);
  line-height: 1.85;
  font-size: 16px;
  margin: 0 0 16px;
}

.page-about .ab-origin-quote {
  margin: 28px 0;
  padding: 0 0 0 20px;
  border-left: 3px solid var(--gold);
}

.page-about .ab-origin-quote p {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.6;
  color: var(--deep-purple);
  font-weight: 600;
  margin: 0;
}

.page-about .ab-origin-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-about .ab-origin-points li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 15px;
  color: var(--ink);
  padding: 10px 0;
  border-bottom: 1px solid rgba(166, 124, 0, 0.22);
}

.page-about .ab-point-num {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--border-gold);
  font-size: 14px;
}

.page-about .ab-origin-media {
  margin: 0;
  padding: 14px;
}

.page-about .ab-origin-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 500 / 200;
}

.page-about .ab-art-note {
  font-size: 13px;
  color: rgba(26, 26, 26, 0.65);
  line-height: 1.6;
  margin: 14px 0 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-gold);
}

.page-about .ab-timeline-wrap {
  background: var(--deep-purple);
  color: var(--white);
  padding: 64px 0 72px;
}

.page-about .ab-timeline-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-bottom: 44px;
  align-items: end;
}

.page-about .ab-timeline-intro-copy h2 {
  color: var(--white);
}

.page-about .ab-timeline-intro {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin: 0;
  max-width: 440px;
}

.page-about .ab-timeline-badge {
  width: 200px;
  max-width: 100%;
  margin: 0;
  padding: 12px;
}

.page-about .ab-timeline-badge img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 0;
}

.page-about .ab-timeline {
  list-style: none;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: min(100% - 40px, 920px);
}

.page-about .ab-timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--ab-line-gold);
}

.page-about .ab-tl-item {
  position: relative;
  padding: 0 0 36px 52px;
}

.page-about .ab-tl-item:last-child {
  padding-bottom: 0;
}

.page-about .ab-tl-dot {
  position: absolute;
  left: 9px;
  top: 34px;
  width: 18px;
  height: 18px;
  background: var(--gold);
  box-shadow: 0 0 0 4px var(--ab-gold-deep);
  transform: rotate(45deg);
  border-radius: 0;
}

.page-about .ab-tl-card {
  background: var(--ab-card-dark);
  border: 1px solid var(--ab-line-gold-soft);
  padding: 22px 22px 20px;
}

.page-about .ab-tl-card h3 {
  color: var(--white);
}

.page-about .ab-tl-card p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  font-size: 15px;
}

.page-about .ab-tl-year {
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 8px;
}

.page-about .ab-timeline-cta {
  margin-top: 44px;
  text-align: center;
}

.page-about .ab-timeline-wrap .btn-outline {
  border-color: var(--gold);
  color: var(--gold-light);
}

.page-about .ab-timeline-wrap .btn-outline:hover {
  background: var(--gold);
  color: var(--deep-purple);
}

.page-about .ab-values {
  background: var(--paper);
  padding: 64px 0;
}

.page-about .ab-values h2 {
  color: var(--deep-purple);
}

.page-about .ab-values-intro {
  color: rgba(26, 26, 26, 0.68);
  margin: 0 0 32px;
  line-height: 1.7;
}

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

.page-about .ab-value-card {
  height: 320px;
  perspective: 1200px;
  cursor: pointer;
  outline: none;
}

.page-about .ab-value-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.page-about .ab-value-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
}

.page-about .ab-value-card:hover .ab-value-inner,
.page-about .ab-value-card:focus-within .ab-value-inner,
.page-about .ab-value-card:focus .ab-value-inner {
  transform: rotateY(180deg);
}

.page-about .ab-value-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px;
  text-align: center;
  border-radius: 0;
  overflow: auto;
}

.page-about .ab-value-front {
  background: var(--deep-purple);
  color: var(--white);
  border: 1px solid var(--border-gold);
}

.page-about .ab-value-front h3 {
  color: var(--white);
  font-size: 26px;
  margin: 14px 0 8px;
  font-family: var(--font-display);
}

.page-about .ab-value-front p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
  margin: 0;
}

.page-about .ab-value-back {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--ink);
  transform: rotateY(180deg);
  border: 1px solid var(--border-gold);
}

.page-about .ab-value-back h3 {
  color: var(--deep-purple);
  font-size: 20px;
  margin-bottom: 16px;
}

.page-about .ab-value-back ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.page-about .ab-value-back li {
  position: relative;
  padding: 8px 0 8px 18px;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(26, 26, 26, 0.18);
}

.page-about .ab-value-back li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 10px;
  color: var(--deep-purple);
}

.page-about .ab-value-icon {
  font-size: 34px;
  line-height: 1;
  color: var(--gold-light);
}

.page-about .ab-value-hint {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 4px 10px;
}

.page-about .ab-team {
  background: var(--deep-purple);
  color: var(--white);
  padding: 64px 0;
}

.page-about .ab-team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-about .ab-team-media {
  margin: 0;
  padding: 12px;
}

.page-about .ab-team-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
}

.page-about .ab-team-copy h2 {
  color: var(--white);
}

.page-about .ab-team-copy > p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin: 0 0 20px;
}

.page-about .ab-team-list {
  margin: 24px 0;
  display: grid;
  gap: 10px;
}

.page-about .ab-team-list div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 10px;
}

.page-about .ab-team-list dt {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.page-about .ab-team-list dd {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--gold-light);
  margin: 0;
}

.page-about .ab-team-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.7;
  border-left: 3px solid var(--gold);
  padding: 8px 0 8px 16px;
  margin: 0;
}

.page-about .ab-honors {
  background: var(--paper);
  padding: 64px 0;
}

.page-about .ab-honors h2 {
  color: var(--deep-purple);
}

.page-about .ab-honors-intro {
  color: rgba(26, 26, 26, 0.68);
  margin: 0 0 32px;
  line-height: 1.7;
}

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

.page-about .ab-honor-item {
  background: var(--white);
  border: 1px solid var(--border-gold);
  border-left: 4px solid var(--gold);
  padding: 26px 24px;
}

.page-about .ab-honor-item h3 {
  color: var(--deep-purple);
  font-size: 20px;
  margin-bottom: 8px;
}

.page-about .ab-honor-item p {
  color: rgba(26, 26, 26, 0.78);
  line-height: 1.75;
  font-size: 15px;
  margin: 0;
}

.page-about .ab-honor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--deep-purple);
  color: var(--gold);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  border-radius: 0;
}

.page-about .ab-cta {
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 48%, var(--orange));
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

.page-about .ab-cta::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  background: rgba(45, 27, 78, 0.12);
  transform: rotate(45deg);
  pointer-events: none;
}

.page-about .ab-cta-inner {
  position: relative;
  z-index: 2;
}

.page-about .ab-cta h2 {
  color: var(--ink);
  font-size: clamp(32px, 5vw, 48px);
}

.page-about .ab-cta p:not(.ab-eyebrow) {
  color: rgba(26, 26, 26, 0.78);
  line-height: 1.8;
  max-width: 520px;
  margin: 0 0 24px;
}

.page-about .ab-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-about .ab-cta .btn-primary {
  background: var(--deep-purple);
  border-color: var(--deep-purple);
  color: var(--white);
}

.page-about .ab-cta .btn-outline {
  border-color: var(--ink);
  color: var(--ink);
}

.page-about .ab-cta .btn-outline:hover {
  background: var(--ink);
  color: var(--gold-light);
}

@media (min-width: 540px) {
  .page-about .ab-hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .page-about .ab-hero-stat {
    border-bottom: 0;
    padding: 18px 20px 4px 0;
  }

  .page-about .ab-value-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 920px) {
  .page-about .ab-origin-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
  }

  .page-about .ab-origin-copy {
    padding-right: 24px;
  }

  .page-about .ab-origin-art {
    margin-top: 48px;
  }

  .page-about .ab-timeline-head {
    grid-template-columns: 1fr 220px;
    gap: 40px;
  }

  .page-about .ab-timeline-badge {
    justify-self: end;
  }

  .page-about .ab-team-grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 56px;
  }

  .page-about .ab-team-media {
    order: 0;
  }

  .page-about .ab-team-copy {
    order: 1;
  }

  .page-about .ab-honor-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1100px) {
  .page-about .ab-hero {
    padding-top: 48px;
    padding-bottom: 88px;
  }

  .page-about .ab-hero-desc {
    font-size: 18px;
  }

  .page-about .ab-timeline {
    width: 920px;
  }

  .page-about .ab-timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .page-about .ab-tl-item {
    width: 50%;
    padding: 0 64px 44px 0;
  }

  .page-about .ab-tl-item:nth-child(even) {
    margin-left: 50%;
    padding: 0 0 44px 64px;
  }

  .page-about .ab-tl-item:last-child {
    padding-bottom: 0;
  }

  .page-about .ab-tl-item:nth-child(even):last-child {
    padding-bottom: 0;
  }

  .page-about .ab-tl-dot {
    left: auto;
    right: -9px;
  }

  .page-about .ab-tl-item:nth-child(even) .ab-tl-dot {
    right: auto;
    left: -9px;
  }

  .page-about .ab-val-card {
    height: 340px;
  }
}
