.page-about {
  --about-cut: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  --about-cut-sm: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  background: var(--paper);
}

.page-about .breadcrumbs {
  padding-top: 1.5rem;
}

.page-about .origin-section {
  position: relative;
  padding: 2rem 0 3rem;
  overflow: hidden;
}

.page-about .origin-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 14px;
  background: var(--red);
  clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0 100%);
  z-index: 1;
}

.page-about .origin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-about .origin-copy .section-kicker {
  color: var(--red);
}

.page-about .origin-copy h1 {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 2.35rem;
  line-height: 1.25;
  margin: 1rem 0 1.25rem;
  color: var(--ink);
  max-width: 22ch;
}

.page-about .origin-lead {
  font-size: 1.12rem;
  line-height: 1.8;
  color: var(--ink-soft);
  border-left: 4px solid var(--yellow);
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.page-about .origin-body {
  color: var(--ink-soft);
  line-height: 1.75;
  margin-bottom: .9rem;
}

.page-about .origin-links {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.5rem;
}

.page-about .origin-figure {
  margin: 0;
  padding: 6px;
  background: var(--deep);
  clip-path: var(--about-cut);
}

.page-about .origin-figure img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: var(--about-cut-sm);
}

.page-about .origin-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

.page-about .origin-stat-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  padding: 1.5rem 1.25rem;
  clip-path: var(--about-cut-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}

.page-about .origin-stat-card:nth-child(2) {
  border-top-color: var(--blue);
}

.page-about .origin-stat-card:nth-child(3) {
  border-top-color: var(--yellow);
}

.page-about .origin-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.page-about .origin-stat-value {
  display: block;
  font-family: var(--font-numeric);
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  color: var(--red);
  letter-spacing: -.02em;
}

.page-about .origin-stat-card:nth-child(2) .origin-stat-value {
  color: var(--blue);
}

.page-about .origin-stat-card:nth-child(3) .origin-stat-value {
  color: #8A6A00;
}

.page-about .origin-stat-label {
  display: block;
  margin-top: .5rem;
  font-size: .85rem;
  color: var(--ink-soft);
}

.page-about .milestone-section {
  position: relative;
  background:
    linear-gradient(160deg, transparent 76%, rgba(255, 255, 255, .06) 76%, rgba(255, 255, 255, .06) 82%, transparent 82%),
    linear-gradient(150deg, transparent 66%, rgba(255, 255, 255, .04) 66%, rgba(255, 255, 255, .04) 74%, transparent 74%),
    var(--sapphire);
  padding: 3rem 0;
  overflow: hidden;
}

.page-about .milestone-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, .04);
  transform: rotate(45deg);
  border-radius: 24px;
}

.page-about .milestone-section .section-kicker {
  color: var(--yellow);
}

.page-about .milestone-section .section-header h2 {
  color: var(--white);
}

.page-about .milestone-section .section-lead {
  color: rgba(255, 255, 255, .75);
}

.page-about .milestone-header {
  margin-bottom: 2rem;
}

.page-about .section-header h2 {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--ink);
  margin: .5rem 0 0;
}

.page-about .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-about .timeline-item {
  position: relative;
  padding: 0 0 2.5rem 2.2rem;
}

.page-about .timeline-item:last-child {
  padding-bottom: 0;
}

.page-about .timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  background: var(--yellow);
  border: 3px solid var(--sapphire);
  box-shadow: 0 0 0 2px rgba(242, 183, 5, .6);
  transform: rotate(45deg);
  z-index: 3;
}

.page-about .timeline-item::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 30px;
  bottom: -8px;
  width: 2px;
  background: rgba(242, 183, 5, .28);
  z-index: 2;
}

.page-about .timeline-item:last-child::after {
  display: none;
}

.page-about .timeline-meta {
  display: flex;
  align-items: baseline;
  gap: .75rem;
  margin-bottom: .4rem;
}

.page-about .timeline-year {
  font-family: var(--font-numeric);
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  color: var(--yellow);
}

.page-about .timeline-phase {
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}

.page-about .timeline-content {
  padding: 1.25rem;
  background: rgba(255, 255, 255, .06);
  border-left: 3px solid var(--red);
  clip-path: var(--about-cut-sm);
}

.page-about .timeline-content h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: .5rem;
}

.page-about .timeline-content p {
  color: rgba(255, 255, 255, .78);
  font-size: .93rem;
  line-height: 1.7;
}

.page-about .philosophy-section {
  padding: 3rem 0;
  background:
    repeating-linear-gradient(135deg, transparent 0, transparent 14px, rgba(178, 32, 44, .045) 14px, rgba(178, 32, 44, .045) 28px),
    var(--paper);
}

.page-about .philosophy-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.page-about .philosophy-list {
  display: grid;
  gap: 1.25rem;
}

.page-about .philosophy-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.75rem 1.5rem 1.5rem;
  clip-path: var(--about-cut);
  transition: box-shadow .25s ease, transform .25s ease;
}

.page-about .philosophy-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.page-about .philosophy-card--red {
  border-top: 5px solid var(--red);
}

.page-about .philosophy-card--blue {
  border-top: 5px solid var(--blue);
}

.page-about .philosophy-card--yellow {
  border-top: 5px solid var(--yellow);
}

.page-about .philosophy-index {
  display: inline-block;
  font-family: var(--font-numeric);
  font-weight: 600;
  font-size: 1rem;
  color: var(--red);
  letter-spacing: .05em;
  padding: .2rem .6rem;
  background: rgba(178, 32, 44, .08);
}

.page-about .philosophy-card--blue .philosophy-index {
  color: var(--blue);
  background: rgba(30, 145, 214, .08);
}

.page-about .philosophy-card--yellow .philosophy-index {
  color: #8A6A00;
  background: rgba(242, 183, 5, .15);
}

.page-about .philosophy-card h3 {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--ink);
  margin: .75rem 0 .5rem;
}

.page-about .philosophy-card p {
  color: var(--ink-soft);
  line-height: 1.7;
  font-size: .95rem;
}

.page-about .philosophy-figure {
  margin: 0;
  position: relative;
}

.page-about .philosophy-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue);
  clip-path: var(--about-cut);
  transform: rotate(5deg) translate(10px, 12px);
  z-index: 0;
}

.page-about .philosophy-figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  clip-path: var(--about-cut);
}

.page-about .credential-section {
  background: radial-gradient(circle at 92% 8%, rgba(30, 145, 214, .1) 0, transparent 42%), #F1ECE2;
  padding: 3rem 0;
}

.page-about .credential-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}

.page-about .credential-card {
  background: var(--white);
  padding: 1.5rem 1.5rem 1.5rem 1.75rem;
  border-left: 6px solid var(--blue);
  box-shadow: 0 4px 14px rgba(26, 26, 26, .06);
  transition: transform .25s ease;
}

.page-about .credential-card:nth-child(2) {
  border-left-color: var(--red);
}

.page-about .credential-card:nth-child(3) {
  border-left-color: var(--yellow);
}

.page-about .credential-card:hover {
  transform: translateX(6px);
}

.page-about .credential-card h3 {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: .5rem;
}

.page-about .credential-card p {
  color: var(--ink-soft);
  font-size: .9rem;
  line-height: 1.7;
}

.page-about .credential-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.page-about .team-figure {
  margin: 0;
}

.page-about .team-figure img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: var(--about-cut);
}

.page-about .credential-note {
  background: var(--deep);
  color: var(--white);
  padding: 1.75rem 1.5rem;
  clip-path: var(--about-cut-sm);
  align-self: center;
}

.page-about .credential-note p {
  line-height: 1.8;
  font-size: .95rem;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 1rem;
}

.page-about .credential-note p:last-child {
  margin-bottom: 0;
}

.page-about .credential-note a {
  color: var(--yellow);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(242, 183, 5, .55);
}

@media (min-width: 768px) {
  .page-about .origin-grid {
    grid-template-columns: 1.05fr .95fr;
    gap: 3rem;
  }

  .page-about .origin-copy h1 {
    font-size: 3.4rem;
  }

  .page-about .origin-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
  }

  .page-about .origin-stat-value {
    font-size: 3.6rem;
  }

  .page-about .milestone-section {
    padding: 4.5rem 0;
  }

  .page-about .timeline-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2rem;
    padding-left: 2.4rem;
  }

  .page-about .timeline-meta {
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 0;
  }

  .page-about .philosophy-layout {
    grid-template-columns: 1.15fr .85fr;
    gap: 3rem;
    align-items: center;
  }

  .page-about .credential-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .page-about .credential-card:nth-child(2) {
    margin-top: 2rem;
  }

  .page-about .credential-card:nth-child(3) {
    margin-top: 1rem;
  }

  .page-about .credential-bottom {
    grid-template-columns: 1.1fr .9fr;
    gap: 2.5rem;
    align-items: center;
  }

  .page-about .credential-note {
    padding: 2rem;
  }
}
