.page-about {
  --about-line: rgba(27, 77, 62, 0.22);
  --about-ink: var(--turf-green);
  --about-paper: #fbf7ef;
  --about-paper-deep: #efe6d3;
  --about-gold-soft: rgba(232, 184, 75, 0.28);
  --about-mask: rgba(255, 255, 255, 0.55);
  position: relative;
  box-sizing: border-box;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='200' viewBox='0 0 360 200'%3E%3Cg fill='none' stroke='%231B4D3E' stroke-width='0.5' opacity='0.5'%3E%3Cpath d='M22 142 C 56 104 86 116 112 86 C 160 118 214 94 260 70 C 296 92 330 76 352 50'/%3E%3Cpath d='M18 180 C 60 148 108 150 148 120 C 200 146 252 126 310 98'/%3E%3Cpath d='M70 44 C 96 24 128 32 156 12'/%3E%3Ccircle cx='112' cy='86' r='1'/%3E%3Ccircle cx='260' cy='70' r='1.2'/%3E%3Ccircle cx='156' cy='12' r='1'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(ellipse at 88% 10%, rgba(232, 184, 75, 0.14) 0%, transparent 46%),
    radial-gradient(ellipse at 8% 82%, rgba(192, 110, 82, 0.08) 0%, transparent 40%),
    linear-gradient(165deg, #f3eedf 0%, #f7f3e9 46%, #eee6d4 100%);
  background-size: 540px auto, auto, auto, auto;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  color: var(--about-ink);
  overflow-x: clip;
}

.page-about__lead {
  padding-top: clamp(2rem, 6vw, 4.5rem);
  padding-bottom: clamp(1.5rem, 4vw, 3rem);
}

.page-about__crumb {
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.page-about__crumb a {
  color: var(--about-ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease, color 160ms ease;
}

.page-about__crumb a:hover {
  border-color: var(--gold);
  color: var(--speed-orange);
}

.page-about__lead-grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.page-about__h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 100;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--about-ink);
}

.page-about__lead-tag {
  margin-bottom: 1.1rem;
  display: inline-block;
}

.page-about__lead-copy {
  max-width: 36em;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.9;
  color: rgba(27, 77, 62, 0.82);
}

.page-about__main-split {
  padding-top: clamp(1rem, 3vw, 2rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.page-about__timeline-col {
  padding-bottom: 0.5rem;
}

.page-about__timeline-section {
  position: relative;
  background: var(--about-mask);
  border: 1px solid rgba(27, 77, 62, 0.14);
  box-shadow: 6px 6px 0 rgba(27, 77, 62, 0.06);
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.25rem, 2.5vw, 2rem) 1.25rem;
}

.page-about__section-head {
  position: relative;
}

.page-about__index {
  display: block;
  font-family: var(--font-data);
  font-size: clamp(3.5rem, 7vw, 5rem);
  font-weight: 100;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: rgba(27, 77, 62, 0.13);
  margin-top: 0.6rem;
  user-select: none;
}

.page-about__section-title {
  margin: 0.75rem 0 0;
  font-size: clamp(1.75rem, 3.4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--about-ink);
  letter-spacing: -0.01em;
}

.page-about__timeline {
  position: relative;
  margin-top: 2rem;
}

.page-about__tl {
  position: relative;
  padding-left: 2.2rem;
}

.page-about__tl + .page-about__tl {
  margin-top: 0.1rem;
}

.page-about__tl::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 40px;
  bottom: -8px;
  width: 1px;
  background: var(--about-line);
}

.page-about__tl:last-child::before {
  display: none;
}

.page-about__tl-summary {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  list-style: none;
  cursor: pointer;
  padding: 0.6rem 0;
  outline-offset: 4px;
}

.page-about__tl-summary::-webkit-details-marker {
  display: none;
}

.page-about__tl-dot {
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(232, 184, 75, 0.28), 0 0 0 1px rgba(27, 77, 62, 0.12);
  transition: background 160ms ease, transform 160ms ease;
}

.page-about__tl:hover .page-about__tl-dot,
.page-about__tl[open] .page-about__tl-dot {
  background: var(--speed-orange);
  transform: scale(1.12);
}

.page-about__tl-year {
  font-family: var(--font-data);
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 1;
  color: var(--about-ink);
  min-width: 3.1rem;
  letter-spacing: -0.03em;
}

.page-about__tl-event {
  font-weight: 700;
  font-size: 1rem;
  color: var(--about-ink);
}

.page-about__tl-toggle {
  margin-left: auto;
  font-family: var(--font-data);
  font-size: 0.9rem;
  color: rgba(27, 77, 62, 0.55);
  line-height: 1;
}

.page-about__tl-toggle::before {
  content: "+";
}

.page-about__tl[open] .page-about__tl-toggle::before {
  content: "−";
}

.page-about__tl-body {
  padding-bottom: 1rem;
}

.page-about__tl-desc {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(27, 77, 62, 0.8);
  max-width: 30em;
}

.page-about__tl summary:focus-visible,
.page-about a:focus-visible {
  outline: 2px dashed var(--speed-orange);
  outline-offset: 4px;
}

.page-about__img-frame {
  margin: 2rem 0 0;
}

.page-about__img-frame figcaption {
  margin-top: 0.55rem;
}

.page-about__media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(27, 77, 62, 0.16);
  background: var(--teal-mist);
}

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

.page-about__img-frame--banner .page-about__media {
  aspect-ratio: 2 / 1;
}

.page-about__img-frame--process .page-about__media {
  aspect-ratio: 3 / 2;
}

.page-about__img-frame--tall .page-about__media {
  aspect-ratio: 4 / 5;
}

.page-about__verify-col {
  position: relative;
  padding-top: 2rem;
}

.page-about__verify-section {
  padding-top: 0.5rem;
}

.page-about__verify-lead {
  margin: 1.4rem 0 0;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(27, 77, 62, 0.85);
  max-width: 34em;
}

.page-about__steps {
  margin-top: 2rem;
  border-top: 1px solid var(--about-line);
}

.page-about__step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--about-line);
}

.page-about__step-num {
  font-family: var(--font-data);
  font-size: 1.35rem;
  font-weight: 100;
  color: var(--speed-orange);
  line-height: 1.2;
  min-width: 2.4rem;
}

.page-about__step-title {
  margin: 0 0 0.3rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--about-ink);
}

.page-about__step-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(27, 77, 62, 0.78);
  max-width: 32em;
}

.page-about__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.2rem 0 1.5rem;
}

.page-about__metric {
  background: var(--about-paper);
  border: 1px solid rgba(27, 77, 62, 0.16);
  border-top: 3px solid var(--gold);
  padding: 1rem 1.1rem 0.9rem;
  box-shadow: 3px 3px 0 rgba(27, 77, 62, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.page-about__metric:hover,
.page-about__metric:focus-within {
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: 5px 5px 0 rgba(232, 184, 75, 0.18);
}

.page-about__metric-label {
  display: block;
  font-size: 0.88rem;
  color: rgba(27, 77, 62, 0.7);
  margin-bottom: 0.3rem;
}

.page-about__metric-num {
  display: block;
  font-family: var(--font-data);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--about-ink);
  transition: color 160ms ease;
}

.page-about__metric:hover .page-about__metric-num,
.page-about__metric:focus-within .page-about__metric-num {
  color: var(--speed-orange);
}

.page-about__metric .line-note {
  display: block;
  margin-top: 0.35rem;
}

.page-about__verify-prose {
  margin-top: 1.5rem;
}

.page-about__verify-prose h3 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--about-ink);
}

.page-about__verify-prose p {
  margin: 0 0 1rem;
  font-size: 0.96rem;
  line-height: 1.85;
  color: rgba(27, 77, 62, 0.82);
  max-width: 36em;
}

.page-about__team-section {
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: linear-gradient(160deg, var(--turf-green) 0%, var(--mountain-dark) 100%);
  color: var(--cream);
}

.page-about__team-section .page-about__section-title {
  color: var(--cream);
}

.page-about__team-section .page-about__index {
  color: rgba(232, 184, 75, 0.2);
}

.page-about__team-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.page-about__role {
  background: var(--sand);
  border: 1px solid rgba(245, 240, 232, 0.28);
  border-top: 4px solid var(--gold);
  padding: 1.6rem;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.18);
  transition: transform 160ms ease, border-color 160ms ease;
}

.page-about__role:hover {
  transform: translateY(-2px);
  border-color: var(--speed-orange);
}

.page-about__role-name {
  margin: 0 0 0.6rem;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--about-ink);
}

.page-about__role-desc {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.8;
  color: rgba(27, 77, 62, 0.78);
}

.page-about__compliance-section {
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
}

.page-about__compliance-main {
  padding-top: 0.5rem;
}

.page-about__compliance-panel {
  position: relative;
  background: var(--about-paper);
  border: 1px solid rgba(27, 77, 62, 0.2);
  border-left: 4px solid var(--gold);
  padding: 1.4rem 1.5rem 0.6rem;
  margin-top: 1.8rem;
  box-shadow: 5px 5px 0 rgba(27, 77, 62, 0.05);
}

.page-about__compliance-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: transparent var(--gold) transparent transparent;
}

.page-about__compliance-row {
  display: flex;
  flex-direction: column;
  padding: 0.6rem 0;
  border-bottom: 1px dashed rgba(27, 77, 62, 0.18);
}

.page-about__compliance-row:last-child {
  border-bottom: none;
}

.page-about__compliance-key {
  font-size: 0.85rem;
  color: rgba(27, 77, 62, 0.6);
  letter-spacing: 0.04em;
}

.page-about__compliance-value {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--about-ink);
  line-height: 1.6;
  margin-top: 0.15rem;
}

.page-about__compliance-prose {
  margin-top: 1.6rem;
}

.page-about__compliance-prose p {
  margin: 0 0 1rem;
  font-size: 0.96rem;
  line-height: 1.85;
  color: rgba(27, 77, 62, 0.82);
  max-width: 38em;
}

.page-about__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.8rem;
}

.page-about__links .btn--ghost {
  border-color: var(--turf-green);
  color: var(--turf-green);
}

.page-about__links .btn--ghost:hover {
  background: rgba(27, 77, 62, 0.08);
}

.page-about__compliance-side {
  padding-top: 2rem;
}

.page-about__img-frame--tall {
  margin-top: 0;
}

.page-about__connect-section {
  padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 5rem);
}

.page-about__connect-card {
  position: relative;
  background: linear-gradient(150deg, var(--turf-green) 0%, var(--mountain-dark) 100%);
  border-top: 4px solid var(--gold);
  padding: clamp(1.8rem, 4vw, 3rem);
  color: var(--cream);
  box-shadow: 8px 8px 0 rgba(232, 184, 75, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.page-about__connect-card .section-label {
  color: var(--gold);
}

.page-about__connect-title {
  margin: 0.75rem 0 0;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--cream);
}

.page-about__connect-text {
  margin: 1rem 0 0;
  font-size: 0.98rem;
  line-height: 1.85;
  color: rgba(245, 240, 232, 0.88);
  max-width: 38em;
}

.page-about__connect-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.page-about__connect-card .btn--ghost {
  border-color: var(--cream);
  color: var(--cream);
}

.page-about__connect-card .btn--ghost:hover {
  background: rgba(245, 240, 232, 0.12);
  color: var(--white);
}

@media (min-width: 680px) {
  .page-about__lead-grid {
    grid-template-columns: 7fr 5fr;
    align-items: end;
  }

  .page-about__lead-side {
    padding-bottom: 0.4rem;
  }

  .page-about__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-about__team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-about__compliance-row {
    flex-direction: row;
    align-items: baseline;
    gap: 1rem;
  }

  .page-about__compliance-key {
    min-width: 6.5rem;
  }
}

@media (min-width: 900px) {
  .page-about__timeline-col {
    padding-right: 1.5rem;
  }

  .page-about__verify-col {
    border-left: 1px solid var(--about-line);
    padding-left: clamp(1.5rem, 3vw, 3rem);
    padding-top: 0;
  }

  .page-about__compliance-side {
    padding-top: 0;
    padding-left: 1.5rem;
  }

  .page-about__verify-section {
    padding-top: 0.25rem;
  }

  .page-about__team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .page-about__lead {
    padding-top: 5rem;
  }

  .page-about__compliance-prose {
    column-count: 1;
    column-gap: 2rem;
  }
}
