/* ABOUT PAGE ONLY — editorial layout (distinct from Home) */

.about-hero{
  position:relative;
  padding:72px 0 34px;
  overflow:hidden;
}

.about-hero__bg{
  position:absolute; inset:-2px;
  background:
    radial-gradient(1100px 520px at 16% 20%, rgba(124,92,255,.22), transparent 60%),
    radial-gradient(1000px 520px at 90% 20%, rgba(0,212,255,.16), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  pointer-events:none;
}

.about-hero__inner{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  align-items:start;
}

.about-eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  padding:9px 12px;
  border-radius:999px;
  color:var(--muted);
  font-weight:900;
  font-size:13px;
}
.about-eyebrow__dot{
  width:8px; height:8px; border-radius:999px;
  background:linear-gradient(180deg, var(--accent2), var(--accent));
}

.about-hero__title{
  font-size:54px;
  line-height:1.05;
  margin:16px 0 12px;
  letter-spacing:-1px;
}
.about-hero__lead{
  color:var(--muted);
  font-size:16px;
  line-height:1.9;
  margin:0 0 18px;
  max-width:74ch;
}

.about-hero__actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:10px}

.about-hero__meta{
  margin-top:14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.about-metaPill{
  padding:8px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:rgba(124,92,255,.16);
  border:1px solid rgba(124,92,255,.22);
}
.about-metaPill--soft{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.86);
}
.about-metaPill--soft2{
  background:rgba(0,212,255,.10);
  border:1px solid rgba(0,212,255,.18);
  color:rgba(255,255,255,.92);
}

/* Facts panel */
.about-hero__facts{display:grid; gap:12px}
.about-factsCard{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  box-shadow:var(--shadow);
  padding:18px;
}
.about-factsCard__title{font-weight:900; letter-spacing:-.2px; margin-bottom:10px}

.about-factsRow{
  display:flex; justify-content:space-between; gap:12px;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.about-factsRow:last-child{border-bottom:none}
.about-factsRow span{color:var(--muted); font-size:13px}
.about-factsRow b{font-size:13px}
.about-factsLink{color:rgba(255,255,255,.86); font-weight:900}
.about-factsLink:hover{color:rgba(255,255,255,.96)}

.about-heroMedia{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(900px 380px at 55% 55%, rgba(124,92,255,.14), transparent 62%),
    radial-gradient(900px 380px at 40% 20%, rgba(0,212,255,.12), transparent 58%);
  box-shadow:0 22px 70px rgba(0,0,0,.45);
  padding:18px;
}
.about-heroMedia img{
  width:100%;
  aspect-ratio: 16/10;
  object-fit:contain;
}

/* Sections */
.about-section{padding:30px 0}
.about-section--muted{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}

.about-h2{
  margin:0 0 10px;
  font-size:38px;
  letter-spacing:-.7px;
}
.about-p{
  margin:0;
  color:var(--muted);
  line-height:1.9;
  font-size:15px;
}
.about-p + .about-p{margin-top:12px}

/* Story editorial layout */
.about-story{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  align-items:center;
}

.about-pullquote{
  margin-top:18px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  padding:18px;
  box-shadow:0 18px 55px rgba(0,0,0,.35);
}
.about-pullquote__mark{font-size:34px; font-weight:900; opacity:.85}
.about-pullquote__text{margin-top:4px; color:rgba(255,255,255,.90); line-height:1.9}
.about-pullquote__by{margin-top:10px; color:var(--muted2); font-size:12px; font-weight:900}

.about-photoCard{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.about-photoCard img{width:100%; height:220px; object-fit:cover; display:block}
.about-photoCard__cap{
  padding:14px 16px 16px;
  color:var(--muted);
  line-height:1.75;
  font-size:13px;
}

.about-sideList{
  margin-top:12px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  padding:16px;
}
.about-sideList__title{font-weight:900; letter-spacing:-.2px; margin:0 0 10px}
.about-ul{margin:0 0 14px; padding-left:18px; color:var(--muted); line-height:1.85}
.about-ul:last-child{margin-bottom:0}

/* Principles accordion */
.about-principles__head{max-width:900px}
.about-principles__rows{
  margin-top:18px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  overflow:hidden;
}
.about-row{
  width:100%;
  text-align:left;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px;
  border:0;
  background:transparent;
  color:var(--text);
  cursor:pointer;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.about-row__n{
  width:46px; height:46px;
  border-radius:16px;
  display:grid; place-items:center;
  background:rgba(124,92,255,.16);
  border:1px solid rgba(124,92,255,.22);
  font-weight:900;
  flex:0 0 auto;
}
.about-row__t{font-weight:900; letter-spacing:-.2px; flex:1}
.about-row__i{
  width:32px; height:32px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.18);
  display:grid; place-items:center;
  font-weight:900;
  transition:transform .18s ease;
}
.about-row.is-active .about-row__i{transform:rotate(45deg)}

.about-rowPanel{
  display:none;
  padding:0 16px 16px;
  color:var(--muted);
  line-height:1.85;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.about-rowPanel.is-open{display:block}

/* Resource band */
.about-band{padding:56px 0}
.about-band__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(90deg, rgba(124,92,255,.16), rgba(0,212,255,.10));
  padding:22px;
  box-shadow:0 22px 70px rgba(0,0,0,.45);
}
.about-band__k{color:var(--muted2); font-weight:900; font-size:12px}
.about-band__t{font-weight:900; letter-spacing:-.4px; font-size:22px; margin-top:6px}
.about-band__d{color:var(--muted); line-height:1.85; margin-top:6px; max-width:70ch}
.about-band__actions{display:flex; gap:12px; flex-wrap:wrap}

/* Responsive */
@media (max-width: 980px){
  .about-hero__inner{grid-template-columns:1fr}
  .about-hero__title{font-size:44px}
  .about-story{grid-template-columns:1fr}
  .about-photoCard img{height:200px}
}
@media (max-width: 560px){
  .about-hero{padding:58px 0 30px}
  .about-hero__title{font-size:36px}
  .about-h2{font-size:32px}
}