.page-about {
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}

.page-about section[id] {
  scroll-margin-top: 5rem;
}

.page-about .about-hero {
  position: relative;
  background: var(--green-deep);
  color: var(--white);
  min-height: 76vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 3rem 0 3.5rem;
}

.page-about .about-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--gold), var(--red));
  z-index: 3;
}

.page-about .about-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-about .about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  display: block;
}

.page-about .about-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, rgba(11,93,44,0.98) 0%, rgba(11,93,44,0.88) 35%, rgba(29,59,59,0.65) 70%, rgba(212,175,55,0.22) 100%);
}

.page-about .about-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 1.5rem;
}

.page-about .about-hero .breadcrumb {
  margin-bottom: 3.2rem;
  font-size: 0.875rem;
  font-family: var(--font-num);
  letter-spacing: 0.04em;
}

.page-about .about-hero .breadcrumb a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

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

.page-about .about-hero .breadcrumb .breadcrumb-sep {
  color: rgba(255,255,255,0.4);
  margin: 0 0.45rem;
}

.page-about .about-hero .breadcrumb span[aria-current="page"] {
  color: var(--gold);
  font-weight: 700;
}

.page-about .about-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-num);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.85rem;
}

.page-about .about-hero-kicker::before {
  content: "";
  width: 2rem;
  height: 3px;
  background: var(--gold);
  display: inline-block;
}

.page-about .about-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2.35rem, 7.5vw, 5.4rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.015em;
  max-width: 11em;
  margin: 0 0 1.1rem;
  text-shadow: 4px 4px 0 rgba(0,0,0,0.14);
}

.page-about .about-hero-summary {
  font-size: 1.06rem;
  line-height: 1.72;
  max-width: 32em;
  color: rgba(255,255,255,0.86);
  margin: 0 0 2rem;
}

.page-about .about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.page-about .about-hero-actions .btn-ghost {
  border-color: rgba(255,255,255,0.7);
  color: var(--white);
  background: transparent;
}

.page-about .about-hero-actions .btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.page-about .about-section-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.6rem;
  border-bottom: var(--border-thick) solid var(--ink);
  padding-bottom: 1.5rem;
}

.page-about .section-number {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 0.9;
  color: var(--gold);
  flex-shrink: 0;
  letter-spacing: -0.04em;
}

.page-about .about-section-text {
  flex: 1;
  min-width: 0;
}

.page-about .section-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.35rem;
}

.page-about .about-section-text .section-title {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3.8vw, 2.8rem);
  font-weight: 800;
  line-height: 1.12;
  margin: 0;
  letter-spacing: -0.01em;
}

.page-about .section-summary {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(26,26,26,0.7);
  margin: 0.7rem 0 0;
}

.page-about .about-position {
  background: var(--green-deep);
  color: var(--white);
  padding: 4.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.page-about .about-position::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--red) 100%);
  z-index: 1;
}

.page-about .about-position::after {
  content: "";
  position: absolute;
  right: -18%;
  top: -12%;
  width: 55%;
  height: 135%;
  background: linear-gradient(135deg, transparent 0%, rgba(212,175,55,0.14) 50%, transparent 100%);
  transform: rotate(-12deg);
  pointer-events: none;
}

.page-about .about-position .about-section-head {
  border-bottom-color: rgba(255,255,255,0.25);
}

.page-about .about-position .section-number {
  color: var(--gold);
}

.page-about .about-position .section-eyebrow {
  color: var(--gold-light);
}

.page-about .about-position .about-section-text .section-title {
  color: var(--white);
}

.page-about .about-position-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  position: relative;
  z-index: 1;
}

.page-about .about-position-copy p {
  color: rgba(255,255,255,0.86);
  font-size: 1.04rem;
  line-height: 1.85;
  margin: 0 0 1.1rem;
}

.page-about .about-position-copy p:last-child {
  margin-bottom: 0;
}

.page-about .about-position-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.9rem;
}

.page-about .about-position-links .btn-ghost {
  border-color: rgba(255,255,255,0.65);
  color: var(--white);
  background: transparent;
}

.page-about .about-position-links .btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.page-about .about-position-aside .aside-note {
  background: var(--gray-soft);
  border-left: 6px solid var(--gold);
  padding: 1.6rem 1.5rem 1.6rem 1.85rem;
  color: var(--ink);
  box-shadow: var(--shadow-hard);
}

.page-about .about-position-aside .aside-note p {
  font-family: var(--font-num);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 0.55rem;
}

.page-about .about-position-aside .aside-note strong {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

.page-about .about-timeline {
  background: var(--white);
  color: var(--ink);
  padding: 4.5rem 0 5rem;
}

.page-about .about-timeline .section-number,
.page-about .about-partners .section-number {
  color: var(--green-deep);
}

.page-about .about-timeline-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
}

.page-about .about-timeline-figure {
  position: relative;
}

.page-about .about-timeline-img {
  display: block;
  width: 100%;
  margin: 0;
}

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

.page-about .about-timeline-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}

.page-about .about-timeline-list::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 4px;
  background: linear-gradient(to bottom, var(--gold), var(--green-deep), var(--red));
  transform: translateX(-50%);
  border-radius: 2px;
}

.page-about .about-timeline-item {
  position: relative;
  padding-left: 4rem;
}

.page-about .about-timeline-node {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: var(--green-deep);
  border: 3px solid var(--gold);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 0.7rem;
  color: var(--white);
  text-align: center;
  line-height: 1.05;
  z-index: 2;
  letter-spacing: 0.02em;
}

.page-about .about-timeline-card {
  border: var(--border-thick) solid var(--ink);
  box-shadow: var(--shadow-hard);
  padding: 1.4rem 1.4rem 1.5rem;
  border-radius: 0;
  background: var(--white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-about .about-timeline-item:hover .about-timeline-card {
  transform: translate(-3px, -3px);
  box-shadow: var(--shadow-hover);
}

.page-about .about-timeline-card .tag {
  margin-bottom: 0.75rem;
}

.page-about .about-timeline-card h3 {
  font-family: var(--font-head);
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 0.45rem;
  letter-spacing: -0.01em;
}

.page-about .about-timeline-card p {
  margin: 0;
  color: rgba(26,26,26,0.72);
  font-size: 0.95rem;
  line-height: 1.68;
}

.page-about .about-stats {
  background: var(--navy-deep);
  color: var(--white);
  padding: 4.5rem 0 4.8rem;
  position: relative;
  overflow: hidden;
}

.page-about .about-stats::before {
  content: "03";
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
  color: rgba(255,255,255,0.045);
  position: absolute;
  right: -1rem;
  top: 0;
  pointer-events: none;
  user-select: none;
}

.page-about .about-stats .about-section-head {
  border-bottom-color: rgba(255,255,255,0.25);
}

.page-about .about-stats .section-number {
  color: var(--gold);
}

.page-about .about-stats .section-eyebrow {
  color: var(--gold-light);
}

.page-about .about-stats .about-section-text .section-title {
  color: var(--white);
}

.page-about .about-stats .section-summary {
  color: rgba(255,255,255,0.72);
}

.page-about .about-stats-grid {
  margin-top: 2.5rem;
  gap: 1.25rem;
}

.page-about .about-stats-grid .stat-card {
  background: rgba(255,255,255,0.055);
  border: 2px solid rgba(212,175,55,0.42);
  border-radius: 0;
  color: var(--white);
  padding: 1.6rem 1.3rem;
  text-align: left;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: none;
}

.page-about .about-stats-grid .stat-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-3px);
}

.page-about .about-stats-grid .stat-value {
  font-family: var(--font-num);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  display: block;
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}

.page-about .about-stats-grid .stat-label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.78);
  letter-spacing: 0.05em;
}

.page-about .about-capability {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.8rem;
  border-top: 2px solid rgba(255,255,255,0.18);
  padding-top: 2.2rem;
  position: relative;
  z-index: 1;
}

.page-about .about-capability-item {
  border-left: 4px solid var(--gold);
  padding: 0.35rem 0 0.35rem 1.1rem;
}

.page-about .about-capability-num {
  font-family: var(--font-num);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  display: block;
  margin-bottom: 0.2rem;
}

.page-about .about-capability-item p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 0.92rem;
  line-height: 1.6;
}

.page-about .about-stats-note {
  margin-top: 2.4rem;
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(212,175,55,0.35);
  padding: 1.35rem 1.5rem;
  position: relative;
  z-index: 1;
}

.page-about .about-stats-note p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 0.96rem;
  line-height: 1.75;
}

.page-about .about-stats-note strong {
  color: var(--gold);
  font-weight: 700;
}

.page-about .about-cert {
  background: var(--wine);
  color: var(--white);
  padding: 4.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.page-about .about-cert::before {
  content: "04";
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
  color: rgba(255,255,255,0.05);
  position: absolute;
  right: -1rem;
  top: 0;
  pointer-events: none;
  user-select: none;
}

.page-about .about-cert::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), var(--red), var(--gold));
}

.page-about .about-cert .about-section-head {
  border-bottom-color: rgba(255,255,255,0.22);
}

.page-about .about-cert .section-number {
  color: var(--gold);
}

.page-about .about-cert .section-eyebrow {
  color: var(--gold-light);
}

.page-about .about-cert .about-section-text .section-title {
  color: var(--white);
}

.page-about .about-cert-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.page-about .about-cert-grid .metric-card {
  background: rgba(255,255,255,0.055);
  border: var(--border-thick) solid var(--gold);
  border-radius: 0;
  color: var(--white);
  padding: 2rem 1.5rem;
  position: relative;
  box-shadow: var(--shadow-hard);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-about .about-cert-grid .metric-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--shadow-hover);
}

.page-about .about-cert-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--green-deep);
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 1rem;
  padding: 0.35rem 0.8rem;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.3);
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
}

.page-about .about-cert-grid .metric-card h3 {
  font-family: var(--font-head);
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0 0 0.6rem;
}

.page-about .about-cert-grid .metric-card p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 0.95rem;
  line-height: 1.7;
}

.page-about .about-partners {
  background: var(--gray-soft);
  color: var(--ink);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.page-about .about-partners-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.16;
}

.page-about .about-partners-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-about .about-partners::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--green-deep), var(--gold), var(--red));
  z-index: 2;
}

.page-about .about-partners-inner {
  position: relative;
  z-index: 1;
}

.page-about .about-partners .section-eyebrow {
  color: var(--red);
}

.page-about .about-partners-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 2.5rem 0 2.2rem;
}

.page-about .about-partner-block {
  background: var(--white);
  border: var(--border-thick) solid var(--ink);
  box-shadow: var(--shadow-hard);
  padding: 1.7rem 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-about .about-partner-block:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--shadow-hover);
}

.page-about .about-partner-block strong {
  font-family: var(--font-num);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--red);
  display: block;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.page-about .about-partner-block p {
  margin: 0;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.65;
}

.page-about .about-partners-trust {
  margin: 0 0 2rem;
  border-left: 6px solid var(--green-deep);
  border-right: 2px solid var(--gold);
  background: rgba(255,255,255,0.8);
  padding: 1.5rem 1.8rem;
  font-size: 1.02rem;
  line-height: 1.8;
  font-weight: 500;
  box-shadow: 6px 6px 0 rgba(0,0,0,0.12);
  color: var(--ink);
}

.page-about .about-partners-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.4rem;
  font-family: var(--font-num);
  font-size: 0.88rem;
  color: var(--green-deep);
  font-weight: 700;
  margin-bottom: 1.9rem;
}

.page-about .about-partners-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .page-about .about-hero {
    padding: 4.5rem 0 4.5rem;
  }

  .page-about .about-position-grid {
    grid-template-columns: 3fr 2fr;
    gap: 3rem;
    align-items: start;
  }

  .page-about .about-timeline-layout {
    grid-template-columns: 2fr 3fr;
    gap: 3rem;
    align-items: start;
  }

  .page-about .about-capability {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 2rem;
  }

  .page-about .about-cert-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }

  .page-about .about-partners-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .page-about .about-hero {
    min-height: 84vh;
  }

  .page-about .about-position {
    padding: 5.5rem 0 6rem;
  }

  .page-about .about-timeline-figure {
    position: sticky;
    top: 7rem;
  }

  .page-about .about-capability {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-about .about-stats-grid {
    gap: 1.75rem;
  }
}
