.page-about{
  --about-purple:#2E0D3A;
  --about-purple-deep:#1A0624;
  --about-gold:#D4AF37;
  --about-ivory:#F5F0E1;
  --about-stone:#8C8A86;
  --about-border:rgba(212,175,55,0.4);
  background:var(--clr-ivory);
  color:var(--clr-royal-purple);
  overflow-x:hidden;
}
.page-about img{
  max-width:100%;
  height:auto;
}
.page-about .breadcrumb{
  margin:0 auto;
  padding-top:20px;
  padding-bottom:0;
  font-size:13px;
}
.page-about .breadcrumb__sep{
  margin:0 8px;
  color:var(--clr-silver);
}
.page-about .breadcrumb__current{
  color:var(--clr-stone);
}

.page-about .about-hero{
  position:relative;
  background:linear-gradient(150deg,#2E0D3A 0%,#17051F 62%,#0D0D0D 100%);
  color:var(--clr-ivory);
  padding:48px 0 64px;
  overflow:hidden;
}
.page-about .about-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 82% 24%,rgba(155,48,255,0.34),transparent 42%),
    radial-gradient(circle at 18% 86%,rgba(212,175,55,0.14),transparent 34%);
  pointer-events:none;
}
.page-about .about-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(212,175,55,0.7),transparent);
}
.page-about .about-hero__inner{
  position:relative;
  z-index:1;
  display:grid;
  gap:36px;
}
.page-about .about-hero__text{
  max-width:640px;
}
.page-about .about-hero__text .index-label{
  margin-bottom:24px;
}
.page-about .about-hero h1{
  font-family:var(--font-heading);
  font-size:clamp(1.85rem,5.4vw,3.5rem);
  line-height:1.2;
  margin:0 0 22px;
  letter-spacing:0.02em;
}
.page-about .about-hero__lead{
  font-size:1.02rem;
  line-height:1.8;
  color:rgba(245,240,225,0.88);
  margin-bottom:32px;
}
.page-about .about-hero__meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  max-width:480px;
}
.page-about .about-hero__stat{
  padding:18px 10px;
  border:1px solid var(--about-border);
  background:rgba(255,255,255,0.04);
  text-align:center;
}
.page-about .about-hero__stat strong{
  display:block;
  font-family:var(--font-heading);
  font-size:1.5rem;
  color:var(--clr-gold);
  line-height:1.2;
}
.page-about .about-hero__stat span{
  display:block;
  margin-top:4px;
  font-size:0.78rem;
  color:rgba(245,240,225,0.6);
  letter-spacing:0.08em;
}
.page-about .about-hero__visual .media-frame{
  background:var(--about-purple-deep);
}
.page-about .about-hero__visual img{
  width:100%;
  height:auto;
  display:block;
}

.page-about .about-heritage{
  position:relative;
  padding:72px 0 56px;
  background:var(--clr-ivory);
}
.page-about .about-heritage::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:80%;
  max-width:900px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--clr-gold),transparent);
}
.page-about .about-heritage__head{
  max-width:760px;
  margin-bottom:44px;
}
.page-about .about-heritage__head p{
  margin-top:14px;
  font-size:1.02rem;
  line-height:1.9;
  color:#4B3D54;
}
.page-about .about-heritage__grid{
  display:grid;
  gap:22px;
}
.page-about .about-heritage__tile{
  background:#FFFDF5;
  border:1px solid rgba(212,175,55,0.4);
  padding:34px 28px 28px;
  transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease;
}
.page-about .about-heritage__tile:hover{
  transform:translateY(-5px);
  box-shadow:0 12px 28px rgba(46,13,58,0.12);
  border-color:var(--clr-gold);
}
.page-about .about-heritage__num{
  display:inline-block;
  font-family:var(--font-mono);
  font-size:13px;
  letter-spacing:0.18em;
  color:var(--clr-gold);
  margin-bottom:12px;
}
.page-about .about-heritage__tile h3{
  font-family:var(--font-heading);
  font-size:1.4rem;
  margin:0 0 12px;
  color:var(--clr-royal-purple);
}
.page-about .about-heritage__tile p{
  font-size:0.94rem;
  line-height:1.8;
  color:#4B3D54;
  margin:0;
}

.page-about .about-journey{
  background:linear-gradient(180deg,#77736D,#8C8A86 45%,#77736D);
  color:var(--clr-ivory);
  padding:72px 0 64px;
}
.page-about .about-journey .container{
  max-width:1080px;
}
.page-about .about-journey__intro{
  max-width:680px;
  margin-top:14px;
  line-height:1.85;
  color:rgba(245,240,225,0.9);
}
.page-about .about-timeline{
  position:relative;
  margin-top:48px;
}
.page-about .about-timeline::before{
  content:"";
  position:absolute;
  left:14px;
  top:10px;
  bottom:10px;
  width:2px;
  background:linear-gradient(180deg,var(--clr-gold) 0%,rgba(212,175,55,0.25) 100%);
  transform:translateX(-50%);
}
.page-about .about-milestone{
  position:relative;
  margin-bottom:34px;
  padding-left:48px;
}
.page-about .about-milestone:last-child{
  margin-bottom:0;
}
.page-about .about-milestone__node{
  position:absolute;
  left:-3px;
  top:28px;
  width:36px;
  height:36px;
  z-index:2;
}
.page-about .about-milestone__node svg{
  display:block;
  width:100%;
  height:100%;
  border-radius:50%;
  background:var(--clr-ivory);
  transition:transform 0.3s ease,box-shadow 0.3s ease;
}
.page-about .about-milestone:hover .about-milestone__node svg{
  transform:scale(1.12);
  box-shadow:0 0 16px rgba(255,215,0,0.5);
}
.page-about .about-milestone__card{
  background:var(--clr-ivory);
  border:1px solid rgba(212,175,55,0.5);
  border-left-width:3px;
  padding:22px 22px 22px 24px;
  color:#3A2A43;
  transition:transform 0.25s ease,box-shadow 0.25s ease;
}
.page-about .about-milestone__card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 30px rgba(13,13,13,0.22);
}
.page-about .about-milestone__year{
  font-family:var(--font-mono);
  font-size:0.78rem;
  letter-spacing:0.22em;
  color:var(--clr-gold);
  margin-bottom:8px;
  text-transform:uppercase;
}
.page-about .about-milestone__card h3{
  font-family:var(--font-heading);
  font-size:1.28rem;
  margin:0 0 10px;
  color:var(--clr-royal-purple);
}
.page-about .about-milestone__card p{
  font-size:0.93rem;
  line-height:1.8;
  margin:0;
}
.page-about .about-milestone__img{
  margin:-22px -22px 18px -24px;
  border-bottom:1px solid rgba(212,175,55,0.35);
  overflow:hidden;
  background:var(--about-purple-deep);
}
.page-about .about-milestone__img img{
  width:100%;
  height:auto;
  display:block;
}

.page-about .about-mission{
  position:relative;
  background:var(--clr-royal-purple);
  color:var(--clr-ivory);
  padding:72px 0;
  overflow:hidden;
}
.page-about .about-mission::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 18%,rgba(155,48,255,0.24),transparent 42%),
    radial-gradient(circle at 84% 78%,rgba(212,175,55,0.18),transparent 46%);
  pointer-events:none;
}
.page-about .about-mission .container{
  position:relative;
  z-index:1;
}
.page-about .about-mission__lead{
  max-width:680px;
  color:rgba(245,240,225,0.82);
  line-height:1.85;
  margin:14px 0 44px;
}
.page-about .about-mission__grid{
  display:grid;
  gap:22px;
}
.page-about .about-commit{
  background:rgba(255,255,255,0.045);
  border:1px solid rgba(212,175,55,0.34);
  padding:30px 26px;
  transition:border-color 0.25s ease,background-color 0.25s ease,transform 0.25s ease;
}
.page-about .about-commit:hover{
  border-color:var(--clr-gold);
  background-color:rgba(255,255,255,0.08);
  transform:translateY(-3px);
}
.page-about .about-commit__icon{
  display:inline-block;
  font-size:1.2rem;
  color:var(--clr-gold);
  margin-bottom:12px;
}
.page-about .about-commit h3{
  font-family:var(--font-heading);
  font-size:1.32rem;
  margin:0 0 10px;
  color:var(--clr-gold);
}
.page-about .about-commit p{
  font-size:0.93rem;
  line-height:1.8;
  color:rgba(245,240,225,0.86);
  margin:0;
}

.page-about .about-honors{
  background:var(--clr-ivory);
  padding:72px 0 64px;
}
.page-about .about-honors__grid{
  display:grid;
  gap:40px;
}
.page-about .about-honors__content p{
  line-height:1.85;
  color:#4B3D54;
  max-width:620px;
}
.page-about .about-honors__list{
  list-style:none;
  padding:0;
  margin:24px 0 0;
}
.page-about .about-honors__list li{
  position:relative;
  padding:10px 0 10px 28px;
  border-bottom:1px solid rgba(212,175,55,0.28);
  color:#3A2A43;
  font-size:0.95rem;
  line-height:1.65;
}
.page-about .about-honors__list li:last-child{
  border-bottom:none;
}
.page-about .about-honors__list li::before{
  content:"";
  position:absolute;
  left:4px;
  top:18px;
  width:10px;
  height:10px;
  border:1px solid var(--clr-gold);
  transform:rotate(45deg);
}
.page-about .about-honors__badges{
  display:grid;
  gap:24px;
}
.page-about .about-honors__row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.page-about .about-honors__badge{
  background:#FFFDF5;
  border:1px solid rgba(212,175,55,0.45);
  padding:24px 10px 20px;
  text-align:center;
  transition:transform 0.25s ease,box-shadow 0.25s ease,filter 0.25s ease;
}
.page-about .about-honors__badge:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 26px rgba(46,13,58,0.14);
  filter:drop-shadow(0 0 10px rgba(212,175,55,0.3));
}
.page-about .about-honors__badge svg{
  display:block;
  margin:0 auto 14px;
  width:64px;
  height:auto;
}
.page-about .about-honors__badge h3{
  font-family:var(--font-heading);
  font-size:1.02rem;
  margin:0 0 4px;
  color:var(--clr-royal-purple);
}
.page-about .about-honors__badge p{
  font-size:0.76rem;
  color:var(--clr-stone);
  margin:0;
  letter-spacing:0.1em;
}
.page-about .about-honors__visual{
  border:1px solid rgba(212,175,55,0.45);
  background:#FFFDF5;
}
.page-about .about-honors__visual img{
  width:100%;
  height:auto;
  display:block;
}

.page-about .about-path{
  position:relative;
  background:var(--clr-black);
  color:var(--clr-ivory);
  padding:64px 0 72px;
}
.page-about .about-path::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--clr-gold),transparent);
}
.page-about .about-path h2{
  font-family:var(--font-heading);
  font-size:clamp(1.6rem,3vw,2.4rem);
  margin:0 0 12px;
  text-align:center;
}
.page-about .about-path p{
  text-align:center;
  color:rgba(245,240,225,0.72);
  margin-bottom:32px;
}
.page-about .about-path__links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:center;
}
.page-about .about-path__links .btn{
  min-width:200px;
  padding:14px 28px;
  border:1px solid var(--clr-gold);
  color:var(--clr-gold);
  font-size:0.9rem;
  letter-spacing:0.08em;
  text-align:center;
  transition:background-color 0.25s ease,color 0.25s ease,border-color 0.25s ease;
}
.page-about .about-path__links .btn:hover{
  background:var(--clr-bright-gold);
  color:var(--clr-black);
  border-color:var(--clr-bright-gold);
}
.page-about .about-path__links .btn--gold{
  background:var(--clr-gold);
  color:var(--clr-royal-purple);
  border-color:var(--clr-gold);
}
.page-about .about-path__links .btn--gold:hover{
  background:var(--clr-bright-gold);
  border-color:var(--clr-bright-gold);
}

.page-about .section-title{
  display:flex;
  align-items:baseline;
  gap:12px;
}
.page-about .section-title__index{
  font-family:var(--font-mono);
  font-size:0.82rem;
  letter-spacing:0.18em;
  color:var(--clr-gold);
}
.page-about .section-title h2{
  font-family:var(--font-heading);
  font-size:clamp(1.5rem,3vw,2.1rem);
  margin:0;
  line-height:1.25;
}
.page-about .about-journey .section-title,
.page-about .about-mission .section-title{
  color:var(--clr-ivory);
}
.page-about .about-journey .section-title__index,
.page-about .about-mission .section-title__index{
  color:var(--clr-gold);
}

@media (min-width:640px){
  .page-about .about-hero__meta{
    gap:18px;
  }
  .page-about .about-hero__stat strong{
    font-size:1.7rem;
  }
  .page-about .about-mission__grid{
    grid-template-columns:repeat(2,1fr);
  }
  .page-about .about-honors__row{
    gap:20px;
  }
}

@media (min-width:768px){
  .page-about .about-hero{
    padding:60px 0 72px;
  }
  .page-about .about-heritage{
    padding:88px 0 64px;
  }
  .page-about .about-heritage__grid{
    grid-template-columns:repeat(3,1fr);
    gap:24px;
  }
  .page-about .about-heritage__tile{
    padding:38px 30px 30px;
  }
  .page-about .about-journey{
    padding:88px 0 76px;
  }
  .page-about .about-mission{
    padding:88px 0;
  }
  .page-about .about-commit{
    padding:34px 30px;
  }
  .page-about .about-honors{
    padding:88px 0 76px;
  }
}

@media (min-width:960px){
  .page-about .about-hero__inner{
    grid-template-columns:minmax(0,1.08fr) minmax(0,0.92fr);
    align-items:center;
    gap:56px;
  }
  .page-about .about-hero h1{
    font-size:clamp(2.4rem,4.6vw,4rem);
  }
  .page-about .about-hero__lead{
    font-size:1.08rem;
  }
  .page-about .about-hero__visual{
    justify-self:center;
    width:100%;
    max-width:560px;
  }
  .page-about .about-honors__grid{
    grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);
    gap:56px;
    align-items:start;
  }
}

@media (min-width:900px){
  .page-about .about-timeline{
    margin-top:56px;
  }
  .page-about .about-timeline::before{
    left:50%;
    top:14px;
    bottom:14px;
  }
  .page-about .about-milestone{
    width:50%;
    margin-bottom:56px;
    padding-left:0;
  }
  .page-about .about-milestone:last-child{
    margin-bottom:0;
  }
  .page-about .about-milestone:nth-child(odd){
    margin-left:0;
    margin-right:auto;
    padding-right:56px;
  }
  .page-about .about-milestone:nth-child(even){
    margin-left:auto;
    margin-right:0;
    padding-left:56px;
  }
  .page-about .about-milestone:nth-child(odd) .about-milestone__node{
    left:auto;
    right:0;
    transform:translateX(50%);
  }
  .page-about .about-milestone:nth-child(even) .about-milestone__node{
    left:0;
    right:auto;
    transform:translateX(-50%);
  }
}
