/* Addie About page — loads after the shared site styles. */
.about-page { background: var(--paper); }
.about-page .site-header { border-bottom-color: rgba(21,24,47,.08); }

.about-hero {
  overflow: hidden;
  padding: clamp(72px, 8vw, 116px) 0 clamp(70px, 8vw, 110px);
  background:
    radial-gradient(circle at 92% 18%, rgba(255,154,85,.22), transparent 25%),
    radial-gradient(circle at 7% 92%, rgba(64,192,118,.18), transparent 24%),
    linear-gradient(180deg, #f8f5f2 0%, #f3efec 100%);
}
.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}
.about-hero h1 { max-width: 12ch; }
.about-hero h1 span { color: var(--blue); }
.about-hero-lede {
  max-width: 690px;
  font-size: clamp(1.12rem, 1.7vw, 1.35rem);
  line-height: 1.6;
}
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.mission-orbit {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
}
.mission-orbit::before,
.mission-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0,131,239,.18);
}
.mission-orbit::before { width: 430px; height: 430px; }
.mission-orbit::after { width: 330px; height: 330px; border-style: dashed; }
.mission-core {
  position: relative;
  z-index: 2;
  width: 230px;
  height: 230px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #086fd0, #0083ef);
  box-shadow: 0 30px 70px rgba(0,105,197,.28);
}
.mission-core img { width: 112px; filter: brightness(0) invert(1); margin: 0 auto 12px; }
.mission-core strong { font-family: "Montserrat", sans-serif; font-size: 1.2rem; line-height: 1.25; }
.orbit-card {
  position: absolute;
  z-index: 3;
  width: 205px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(21,24,47,.09);
  box-shadow: var(--shadow-md);
}
.orbit-card small { display: block; margin-bottom: 4px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: .08em; font-size: .64rem; font-weight: 800; }
.orbit-card strong { display: block; font-family: "Montserrat", sans-serif; font-size: .95rem; line-height: 1.35; }
.orbit-student { top: 34px; left: 0; border-top: 5px solid var(--blue); }
.orbit-ledger { right: -10px; top: 190px; border-top: 5px solid var(--purple); }
.orbit-counselor { left: 22px; bottom: 24px; border-top: 5px solid var(--green); }

.mission-section { background: var(--navy-2); color: #fff; }
.mission-section .eyebrow { color: #a9d8ff; }
.mission-statement {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.mission-statement h2 { color: #fff; font-size: clamp(2.35rem, 4.4vw, 4.2rem); }
.mission-statement h2 span { color: #8ed9ad; }
.mission-statement > p { max-width: 790px; margin: 0 auto; color: rgba(255,255,255,.78); font-size: 1.13rem; }
.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 52px;
}
.about-pillar {
  padding: 28px;
  border-radius: 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
}
.about-pillar span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 50%; font-family: "Montserrat", sans-serif; font-weight: 800; color: var(--ink); }
.about-pillar:nth-child(1) span { background: #a9d8ff; }
.about-pillar:nth-child(2) span { background: #cdb7f1; }
.about-pillar:nth-child(3) span { background: #8ed9ad; }
.about-pillar h3 { color: #fff; }
.about-pillar p { color: rgba(255,255,255,.72); margin-bottom: 0; }

.serve-section { background: #fff; }
.serve-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.serve-card {
  min-height: 300px;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}
.serve-card::after { content:""; position:absolute; right:-44px; bottom:-44px; width:130px; height:130px; border-radius:50%; opacity:.16; }
.serve-card:nth-child(1)::after { background: var(--blue); }
.serve-card:nth-child(2)::after { background: var(--green); }
.serve-card:nth-child(3)::after { background: var(--purple); }
.serve-number { display: inline-flex; align-items:center; justify-content:center; width:42px; height:42px; margin-bottom:24px; border-radius:50%; font-family:"Montserrat",sans-serif; font-weight:800; }
.serve-card:nth-child(1) .serve-number { color:var(--blue-dark); background:var(--blue-soft); }
.serve-card:nth-child(2) .serve-number { color:var(--green-dark); background:var(--green-soft); }
.serve-card:nth-child(3) .serve-number { color:var(--purple-dark); background:var(--purple-soft); }
.serve-card p { margin-bottom: 0; }

.four-year-about {
  margin-top: 46px;
  padding: 34px;
  border-radius: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.four-year-about > header { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:24px; }
.four-year-about > header p { max-width:600px; margin-bottom:0; }
.about-grade-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.about-grade-card { padding:22px; border-radius:22px; background:#fff; border:1px solid var(--line); }
.about-grade-card small { display:block; margin-bottom:6px; font-family:"Montserrat",sans-serif; font-size:.68rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.about-grade-card strong { display:block; margin-bottom:8px; font-family:"Montserrat",sans-serif; font-size:1.22rem; }
.about-grade-card p { font-size:.86rem; margin-bottom:0; }
.about-grade-card:nth-child(1) { border-top:6px solid var(--blue); }
.about-grade-card:nth-child(1) small { color:var(--blue-dark); }
.about-grade-card:nth-child(2) { border-top:6px solid var(--green); }
.about-grade-card:nth-child(2) small { color:var(--green-dark); }
.about-grade-card:nth-child(3) { border-top:6px solid var(--orange); }
.about-grade-card:nth-child(3) small { color:var(--orange-dark); }
.about-grade-card:nth-child(4) { border-top:6px solid var(--purple); }
.about-grade-card:nth-child(4) small { color:var(--purple-dark); }

.team-section { background: var(--paper); }
.team-intro { max-width: 860px; }
.team-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.team-card {
  display:grid;
  grid-template-columns: 160px minmax(0,1fr);
  gap:24px;
  padding:24px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.team-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-md); }
.team-photo { overflow:hidden; border-radius:22px; aspect-ratio:1; background:#f6d45f; }
.team-photo img { width:100%; height:100%; object-fit:cover; }
.team-role { display:block; margin:4px 0 13px; color:var(--blue-dark); font-family:"Montserrat",sans-serif; font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.team-card h3 { margin-bottom:0; }
.team-card p { font-size:.88rem; line-height:1.58; }
.person-links { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.person-links a { padding:8px 12px; border-radius:999px; color:var(--blue-dark); background:var(--blue-soft); font-size:.76rem; font-weight:800; }
.person-links a:hover { background:#d6ebff; }

.advisor-section { overflow:hidden; background:linear-gradient(180deg,var(--navy-2),#182d53); color:#fff; }
.advisor-section .section-heading h2 { color:#fff; }
.advisor-section .section-heading p { color:rgba(255,255,255,.74); }
.advisor-section .eyebrow { color:#a9d8ff; }
.advisor-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.advisor-card {
  display:flex;
  flex-direction:column;
  padding:28px;
  border-radius:30px;
  background:#fff;
  color:var(--ink);
  box-shadow:0 25px 60px rgba(0,0,0,.18);
}
.advisor-photo-wrap { width:158px; height:158px; margin:0 auto 20px; padding:8px; border-radius:50%; background:linear-gradient(135deg,#ffe48d,#ffb56d); }
.advisor-photo-wrap img { width:100%; height:100%; object-fit:cover; border-radius:50%; }
.advisor-type { text-align:center; color:var(--blue-dark); font-family:"Montserrat",sans-serif; font-size:.66rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.advisor-card h3 { margin:7px 0 6px; text-align:center; font-size:1.48rem; }
.advisor-title { display:block; min-height:44px; text-align:center; color:var(--ink-soft); font-size:.84rem; line-height:1.4; }
.advisor-card p { font-size:.87rem; line-height:1.58; }
.advisor-affiliation { display:flex; justify-content:center; min-height:52px; margin:16px 0 8px; }
.advisor-affiliation img { max-width:130px; max-height:48px; object-fit:contain; }
.advisor-affiliation span { display:inline-flex; align-items:center; padding:8px 13px; border-radius:999px; background:var(--purple-soft); color:var(--purple-dark); font-family:"Montserrat",sans-serif; font-size:.72rem; font-weight:800; }
.advisor-card .person-links { justify-content:center; margin-top:auto; padding-top:8px; }
.advisor-conclusion { margin-top:28px; padding:20px 24px; border-radius:22px; text-align:center; background:rgba(64,192,118,.16); border:1px solid rgba(142,217,173,.28); color:#d8f4e4; font-family:"Montserrat",sans-serif; font-weight:800; }

.about-final { background:#fff; }
.about-final-card { display:grid; grid-template-columns:1fr auto; gap:34px; align-items:center; padding:clamp(34px,5vw,58px); border-radius:34px; color:#fff; background:linear-gradient(135deg,#0a3981,#0083ef); box-shadow:0 28px 70px rgba(0,105,197,.25); }
.about-final-card h2 { color:#fff; }
.about-final-card p { color:rgba(255,255,255,.78); margin-bottom:0; }
.about-final-actions { display:flex; flex-direction:column; gap:10px; min-width:210px; }

@media (max-width: 1040px) {
  .about-hero-grid { grid-template-columns:1fr; }
  .mission-orbit { max-width:600px; width:100%; margin:0 auto; }
  .team-grid { grid-template-columns:1fr; }
  .advisor-grid { grid-template-columns:1fr; }
  .advisor-card { display:grid; grid-template-columns:180px minmax(0,1fr); column-gap:28px; }
  .advisor-photo-wrap { grid-row:1 / span 7; margin:0; }
  .advisor-type,.advisor-card h3,.advisor-title { text-align:left; }
  .advisor-affiliation,.advisor-card .person-links { justify-content:flex-start; }
}
@media (max-width: 820px) {
  .about-pillars,.serve-grid,.about-grade-grid { grid-template-columns:1fr 1fr; }
  .about-final-card { grid-template-columns:1fr; }
  .about-final-actions { flex-direction:row; flex-wrap:wrap; }
}
@media (max-width: 640px) {
  .about-hero { padding-top:58px; }
  .mission-orbit { min-height:620px; }
  .mission-orbit::before { width:310px; height:310px; }
  .mission-orbit::after { width:240px; height:240px; }
  .mission-core { width:190px; height:190px; padding:28px; }
  .mission-core img { width:92px; }
  .orbit-card { position:absolute; width:190px; }
  .orbit-student { top:4px; left:0; }
  .orbit-ledger { top:220px; right:0; }
  .orbit-counselor { left:0; bottom:0; }
  .about-pillars,.serve-grid,.about-grade-grid { grid-template-columns:1fr; }
  .four-year-about > header { display:block; }
  .team-card { grid-template-columns:1fr; }
  .team-photo { max-width:220px; }
  .advisor-card { display:flex; }
  .advisor-photo-wrap { margin:0 auto 20px; }
  .advisor-type,.advisor-card h3,.advisor-title { text-align:center; }
  .advisor-affiliation,.advisor-card .person-links { justify-content:center; }
  .about-final-actions { flex-direction:column; align-items:stretch; }
}
