.page-about {
  --about-narrow: 34em;
  --about-gap: clamp(40px, 7vw, 96px);
}

/* ---------- Hero ---------- */
.page-about .about-hero {
  background: var(--paper);
  padding: clamp(32px, 5vw, 72px) 0 clamp(48px, 6vw, 88px);
  border-bottom: 1px solid var(--line);
}

.page-about .about-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.page-about .about-hero-copy {
  max-width: 46em;
}

.page-about .breadcrumb ol {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0 0 24px;
  font-size: 13px;
  color: var(--note);
  letter-spacing: .02em;
}

.page-about .breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: var(--line);
}

.page-about .breadcrumb a {
  color: var(--note);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .18s var(--ease-out), color .18s var(--ease-out);
}

.page-about .breadcrumb a:hover,
.page-about .breadcrumb a:focus-visible {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.page-about .about-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 5.4vw, 60px);
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--text);
  margin: 8px 0 24px;
  max-width: 16em;
}

.page-about .about-lede {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text);
  max-width: var(--about-narrow);
  margin: 0 0 28px;
}

.page-about .about-hero-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 32px;
}

.page-about .about-hero-tags li {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .02em;
  color: var(--ink-2);
  background: var(--row);
  border-radius: var(--r-pill);
  padding: 7px 14px;
  white-space: nowrap;
}

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

.page-about .about-hero-figure {
  margin: 0;
  max-width: 460px;
}

.page-about .about-hero-figure .figure-media {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink-2);
}

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

/* ---------- Section head ---------- */
.page-about .about-head {
  max-width: 52em;
  margin-bottom: clamp(32px, 4vw, 56px);
}

.page-about .about-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.15;
  letter-spacing: -.01em;
  margin: 10px 0 14px;
}

.page-about .about-head p {
  font-size: 16.5px;
  line-height: 1.75;
  margin: 0;
}

.page-about .about-caption-note {
  font-size: 13px;
  color: var(--note);
  line-height: 1.7;
  margin: 28px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--orange);
  max-width: 60em;
}

.page-about .about-code {
  font-family: var(--font-mono);
  font-size: .94em;
  letter-spacing: .02em;
  color: var(--orange);
  word-break: break-all;
}

/* ---------- Timeline ---------- */
.page-about .about-timeline {
  background: var(--ink);
  color: var(--on-ink);
  padding: clamp(56px, 8vw, 108px) 0;
}

.page-about .about-timeline .about-head h2 {
  color: var(--paper);
}

.page-about .about-timeline .about-head p {
  color: var(--on-ink-dim);
}

.page-about .about-timeline .eyebrow {
  color: var(--orange-2);
}

.page-about .tl-wrap {
  position: relative;
}

.page-about .tl-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  gap: 36px;
}

.page-about .tl-list::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(to bottom, var(--green-mid), rgba(29, 92, 74, .15));
  border-radius: 2px;
}

.page-about .tl-item {
  position: relative;
  padding-left: 40px;
}

.page-about .tl-dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ink);
  border: 3px solid var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 90, 43, .12);
}

.page-about .tl-years {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--orange-2);
  margin: 0 0 8px;
}

.page-about .tl-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 2.4vw, 26px);
  color: var(--paper);
  margin: 0 0 10px;
  line-height: 1.25;
}

.page-about .tl-body > p {
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--on-ink);
  margin: 0 0 14px;
  max-width: 42em;
}

.page-about .tl-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 !important;
}

.page-about .tl-meta span {
  font-size: 12.5px;
  color: var(--on-ink-faint);
  letter-spacing: .02em;
}

.page-about .tl-meta .tl-num {
  font-family: var(--font-mono);
  color: var(--on-ink);
  background: rgba(255, 90, 43, .14);
  border-radius: var(--r-pill);
  padding: 4px 12px;
}

.page-about .about-timeline .about-caption-note {
  color: var(--on-ink-faint);
  border-left-color: var(--orange);
  margin-top: 44px;
}

/* ---------- People ---------- */
.page-about .about-people {
  background: var(--paper);
  padding: clamp(56px, 8vw, 108px) 0;
}

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

.page-about .people-card {
  background: var(--row);
  border-radius: var(--r-lg);
  padding: 28px 26px;
  position: relative;
  outline: none;
  transition: transform .22s var(--ease-out), background .22s var(--ease-out), box-shadow .22s var(--ease-out);
}

.page-about .people-card:hover,
.page-about .people-card:focus-visible,
.page-about .people-card:focus-within {
  background: #EDF2EE;
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.page-about .people-card:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.page-about .people-count {
  font-family: var(--font-mono);
  font-size: 30px;
  line-height: 1;
  color: var(--orange);
  margin: 0 0 14px;
  letter-spacing: -.01em;
}

.page-about .people-role {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--text);
  margin: 0 0 10px;
}

.page-about .people-desc {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--text);
  margin: 0 0 16px;
  max-width: 34em;
}

.page-about .people-tasks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .26s var(--ease-out), opacity .22s var(--ease-out), margin-top .22s var(--ease-out);
}

.page-about .people-card:hover .people-tasks,
.page-about .people-card:focus-visible .people-tasks,
.page-about .people-card:focus-within .people-tasks {
  max-height: 260px;
  opacity: 1;
  margin-top: 6px;
}

.page-about .people-tasks li {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-2);
  padding-left: 16px;
  position: relative;
}

.page-about .people-tasks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}

/* ---------- Flow ---------- */
.page-about .about-flow {
  background: var(--ink-2);
  color: var(--on-ink);
  padding: clamp(56px, 8vw, 108px) 0;
}

.page-about .about-flow .about-head h2 { color: var(--paper); }
.page-about .about-flow .about-head p { color: var(--on-ink-dim); }
.page-about .about-flow .eyebrow { color: var(--orange-2); }

.page-about .flow-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 48px);
}

.page-about .flow-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: flow;
}

.page-about .flow-step {
  position: relative;
  padding: 0 0 32px 52px;
  border-left: 2px solid rgba(255, 138, 61, .28);
}

.page-about .flow-step:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}

.page-about .flow-idx {
  position: absolute;
  left: -1px;
  top: -6px;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--ink);
  background: var(--orange);
  border-radius: var(--r-pill);
  padding: 4px 9px;
  margin: 0;
}

.page-about .flow-step h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  color: var(--paper);
  margin: 0 0 8px;
  line-height: 1.3;
}

.page-about .flow-step > p {
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--on-ink);
  margin: 0 0 10px;
  max-width: 44em;
}

.page-about .flow-out {
  font-size: 13px;
  color: var(--orange-2) !important;
  letter-spacing: .02em;
  margin: 0 !important;
}

.page-about .flow-figure {
  margin: 0;
  align-self: start;
}

.page-about .flow-figure .figure-media {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink-3);
}

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

.page-about .flow-figure .figure-caption {
  color: var(--on-ink-faint);
}

/* ---------- Local ---------- */
.page-about .about-local {
  background: var(--paper);
  padding: clamp(56px, 8vw, 108px) 0;
}

.page-about .local-figure {
  margin: 0 0 clamp(32px, 4vw, 52px);
}

.page-about .local-figure .figure-media {
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--ink-2);
}

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

.page-about .local-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 56px);
}

.page-about .local-sub {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--text);
  margin: 0 0 16px;
}

.page-about .local-col > p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
  margin: 0 0 16px;
  max-width: 38em;
}

.page-about .local-col a {
  color: var(--ink-2);
  text-decoration: none;
  border-bottom: 2px solid var(--orange-2);
  transition: color .18s var(--ease-out), border-color .18s var(--ease-out);
}

.page-about .local-col a:hover,
.page-about .local-col a:focus-visible {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.page-about .local-facts {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 2px;
}

.page-about .local-facts li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 14px 4px;
  border-bottom: 1px solid var(--line);
}

.page-about .local-facts li:first-child {
  border-top: 1px solid var(--line);
}

.page-about .lf-num {
  font-family: var(--font-mono);
  font-size: 26px;
  line-height: 1;
  color: var(--orange);
  min-width: 3.4em;
  letter-spacing: -.01em;
}

.page-about .lf-label {
  font-size: 15px;
  color: var(--text);
  line-height: 1.5;
}

.page-about .local-note {
  font-size: 13px;
  color: var(--note);
  line-height: 1.7;
  margin: 0 !important;
  padding-left: 14px;
  border-left: 2px solid var(--line);
}

/* ---------- Correct ---------- */
.page-about .about-correct {
  background: var(--paper);
  padding: 0 0 clamp(64px, 8vw, 112px);
  border-top: 1px solid var(--line);
  padding-top: clamp(56px, 8vw, 108px);
}

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

.page-about .correct-panel {
  border-radius: var(--r-lg);
  padding: 30px 28px;
}

.page-about .correct-panel h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 21px;
  margin: 0 0 18px;
  line-height: 1.3;
}

.page-about .panel h3 { color: var(--text); }
.page-about .panel-ink h3 { color: var(--paper); }

.page-about .correct-steps {
  margin: 0 0 20px;
  padding-left: 20px;
  display: grid;
  gap: 12px;
}

.page-about .correct-steps li {
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--text);
}

.page-about .correct-panel a {
  color: var(--ink-2);
  text-decoration: none;
  border-bottom: 2px solid var(--orange-2);
}

.page-about .correct-panel a:hover,
.page-about .correct-panel a:focus-visible {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.page-about .correct-line {
  font-size: 14px;
  line-height: 1.75;
  color: var(--note);
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.page-about .panel-ink .correct-line {
  color: var(--on-ink-dim);
  border-top-color: rgba(212, 226, 221, .18);
}

.page-about .panel-ink .about-code {
  color: var(--orange-2);
}

.page-about .correct-stat {
  font-family: var(--font-mono);
  font-size: clamp(38px, 5vw, 54px);
  line-height: 1;
  color: var(--orange);
  margin: 0 0 6px;
  letter-spacing: -.02em;
}

.page-about .stat-num { font-weight: 700; }

.page-about .correct-stat-label {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--on-ink);
  margin: 0 0 22px;
  max-width: 26em;
}

.page-about .correct-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 22px;
}

.page-about .correct-tags li {
  font-size: 12.5px;
  color: var(--on-ink);
  background: rgba(212, 226, 221, .12);
  border: 1px solid rgba(212, 226, 221, .22);
  border-radius: var(--r-pill);
  padding: 6px 13px;
  white-space: nowrap;
}

.page-about .correct-links {
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.page-about .correct-links > p {
  font-size: 15px;
  color: var(--note);
  margin: 0 0 16px;
}

.page-about .correct-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-about .correct-links a {
  display: inline-block;
  font-size: 16px;
  color: var(--ink-2);
  text-decoration: none;
  border-bottom: 2px solid var(--orange-2);
  padding-bottom: 2px;
  transition: color .18s var(--ease-out), border-color .18s var(--ease-out);
}

.page-about .correct-links a:hover,
.page-about .correct-links a:focus-visible {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

/* ---------- Responsive ---------- */
@media (min-width: 720px) {
  .page-about .people-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-about .correct-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-about .local-grid {
    grid-template-columns: 1.35fr 1fr;
    align-items: start;
  }
}

@media (min-width: 960px) {
  .page-about .about-hero-grid {
    grid-template-columns: minmax(0, 1.65fr) minmax(260px, 1fr);
    align-items: end;
    gap: clamp(40px, 6vw, 80px);
  }

  .page-about .about-hero-figure {
    justify-self: end;
  }

  .page-about .flow-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 1fr);
    gap: clamp(40px, 5vw, 72px);
  }

  .page-about .tl-item {
    padding-left: 48px;
  }
}

@media (max-width: 480px) {
  .page-about .about-hero-tags li,
  .page-about .correct-tags li {
    white-space: normal;
  }

  .page-about .lf-num {
    font-size: 22px;
    min-width: 3em;
  }
}
