.about-hero {
  padding: 160px 32px 40px;
  max-width: 1480px;
  margin: 0 auto;
}
.about-hero .l {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 32px;
}
.about-hero h1 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(56px, 7.4vw, 128px);
  line-height: 1;
  letter-spacing: -0.01em;
  max-width: 16ch;
  padding-bottom: 0.32em;
}
.about-hero h1 em {
  font-style: italic;
}

.about-bio {
  margin: 0;
  max-width: none;
}
.about-bio:not(.about-bio--beyond) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
  padding: 0;
  border-top: 1px solid var(--rule);
  align-items: stretch;
}
.about-bio__portrait {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.about-bio__portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 15%;
  filter: saturate(0.88) contrast(1.04);
}
.about-bio:not(.about-bio--beyond) > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 96px) clamp(40px, 6vw, 88px);
  border-left: 1px solid var(--rule);
}
.about-bio .l {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 32px;
  display: block;
}
.about-bio p {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.4;
  letter-spacing: -0.005em;
  margin-bottom: 24px;
  text-wrap: pretty;
}
.about-bio p:last-child {
  margin-bottom: 0;
}
.about-bio p em {
  font-style: italic;
  color: var(--ink-2);
}
.about-downloads {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 44px;
}
.about-dl {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid var(--ink);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  transition:
    background 0.35s ease,
    color 0.35s ease;
}
.about-dl:hover {
  background: var(--ink);
  color: var(--paper);
}
.about-dl__ext {
  font-size: 9px;
  letter-spacing: 0.18em;
  opacity: 0.6;
}
@media (max-width: 900px) {
  .about-hero {
    padding: 120px 20px 24px;
  }
  .about-bio:not(.about-bio--beyond) {
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .about-bio__portrait img {
    height: 75vw;
    min-height: 300px;
  }
  .about-bio:not(.about-bio--beyond) > div {
    padding: 48px 20px 64px;
    border-left: none;
    border-top: 1px solid var(--rule);
  }
}
.about-bio--beyond {
  padding: 20px 32px 120px;
  max-width: 1200px;
  margin: 0 auto;
}

.about-credo {
  padding: 80px 32px 100px;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
}
.about-credo blockquote {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  max-width: 24ch;
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
}
.about-credo blockquote em {
  font-style: normal;
  color: var(--ink-2);
}
@media (max-width: 900px) {
  .about-credo {
    padding: 56px 20px 64px;
  }
  .about-credo blockquote {
    max-width: none;
  }
}

.about-stats {
  padding: 72px 32px;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
.about-stats .stat {
  display: flex;
  flex-direction: column;
}
.about-stats .stat__num {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.about-stats .stat__label {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-top: 18px;
  margin-bottom: 14px;
}
.about-stats .stat__copy {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.005em;
  color: var(--ink-2);
  max-width: 24ch;
  margin: 0;
}
.about-stats .stat__copy em {
  font-style: normal;
  color: var(--ink);
}
@media (max-width: 900px) {
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 560px) {
  .about-stats {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 20px;
  }
}

.timeline {
  padding: 120px 32px 100px;
  max-width: 1480px;
  margin: 0 auto;
}
.t-lanes {
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 14%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 14%, #000 100%);
  mask-composite: intersect;
}
.t-lane-rule {
  stroke: rgba(31, 29, 24, 0.14);
  stroke-width: 1;
  stroke-dasharray: 2 5;
  fill: none;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}
.timeline__head {
  text-align: center;
  margin-bottom: 60px;
}
.timeline__head .l {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 24px;
}
.timeline__head h2 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5.5vw, 84px);
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.timeline__head h2 em {
  font-style: italic;
}
.timeline__chart {
  width: 100%;
  overflow-x: auto;
}
.timeline__chart svg {
  width: 100%;
  min-width: 1100px;
  height: auto;
  display: block;
  color: var(--ink);
}
.t-lane {
  fill: rgba(31, 29, 24, 0.025);
}
.t-lane--aus {
  fill: rgba(31, 29, 24, 0.05);
}
.t-lane--ind {
  fill: rgba(31, 29, 24, 0.075);
}
.t-country {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  fill: var(--ink);
  letter-spacing: -0.005em;
}
.t-region {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  fill: var(--ink-2);
  font-weight: 400;
}
.t-region--soft {
  fill: var(--ink-3);
}
.t-country,
.t-region {
  opacity: 0;
  transition: opacity 0.9s ease 0.4s;
}
.timeline.is-revealed .t-country,
.timeline.is-revealed .t-region {
  opacity: 1;
}
.t-line {
  stroke: #5a6b54;
  stroke-width: 2.4;
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1700;
  stroke-dashoffset: 1700;
  transition: stroke-dashoffset 2.8s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
}
.timeline.is-revealed .t-line {
  stroke-dashoffset: 0;
}
.t-point {
  cursor: default;
}
.t-point .t-dot {
  fill: #1f1d18;
  r: 0;
  transition:
    r 0.5s cubic-bezier(0.2, 0.7, 0.2, 1),
    fill 0.3s ease;
}
.timeline.is-revealed .t-point .t-dot {
  r: 6;
}
.t-point:hover .t-dot {
  r: 9;
  fill: #5a6b54;
}
.t-point .t-dot--edu {
  fill: #f1ece2;
  stroke: #5a6b54;
  stroke-width: 2.5;
}
.t-point:hover .t-dot--edu {
  fill: #5a6b54;
}
.t-point .t-dot--now {
  fill: #cdd9c8;
  stroke: #5a6b54;
  stroke-width: 2;
}
.timeline.is-revealed .t-point .t-dot--now {
  r: 11;
}
.t-point:hover .t-dot--now {
  r: 14;
  fill: #a8b6a0;
}
.t-pulse-ring {
  fill: none;
  stroke: #5a6b54;
  stroke-width: 1.5;
  opacity: 0;
}
.timeline.is-revealed .t-pulse-ring {
  animation: t-pulse 2.6s ease-out 3.4s infinite;
}
@keyframes t-pulse {
  0% {
    r: 11;
    opacity: 0.55;
  }
  80% {
    opacity: 0.05;
  }
  100% {
    r: 36;
    opacity: 0;
  }
}
.t-point .t-label {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  fill: var(--ink);
  letter-spacing: -0.005em;
  opacity: 0;
  transition:
    opacity 0.55s ease,
    font-weight 0.3s ease,
    fill 0.3s ease;
}
.t-point .t-sub {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  fill: var(--ink-2);
  letter-spacing: -0.005em;
  opacity: 0;
  transition: opacity 0.55s ease;
}
.t-point .t-meta {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  fill: var(--ink-2);
  font-weight: 400;
  opacity: 0;
  transition:
    opacity 0.55s ease,
    fill 0.3s ease;
}
.timeline.is-revealed .t-point .t-label,
.timeline.is-revealed .t-point .t-sub,
.timeline.is-revealed .t-point .t-meta {
  opacity: 1;
}
.t-point:hover .t-label {
  font-weight: 400;
  fill: #1f1d18;
}
.t-point:hover .t-meta {
  fill: #1f1d18;
}
.t-legend-dot {
  fill: #1f1d18;
}
.t-legend-dot--edu {
  fill: #f1ece2;
  stroke: #5a6b54;
  stroke-width: 2.5;
}
.t-legend-txt {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  fill: var(--ink-2);
  font-weight: 400;
}
.t-legend circle,
.t-legend text {
  opacity: 0;
  transition: opacity 0.8s ease 1s;
}
.timeline.is-revealed .t-legend circle,
.timeline.is-revealed .t-legend text {
  opacity: 1;
}
.t-year {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  fill: var(--ink-3);
  text-anchor: middle;
  opacity: 0;
  transition: opacity 0.7s ease 1.4s;
}
.timeline.is-revealed .t-year {
  opacity: 1;
}
.timeline.is-revealed .t-point:nth-of-type(1) .t-dot {
  transition-delay: 1.6s;
}
.timeline.is-revealed .t-point:nth-of-type(2) .t-dot {
  transition-delay: 1.8s;
}
.timeline.is-revealed .t-point:nth-of-type(3) .t-dot {
  transition-delay: 2s;
}
.timeline.is-revealed .t-point:nth-of-type(4) .t-dot {
  transition-delay: 2.2s;
}
.timeline.is-revealed .t-point:nth-of-type(5) .t-dot {
  transition-delay: 2.4s;
}
.timeline.is-revealed .t-point:nth-of-type(6) .t-dot {
  transition-delay: 2.6s;
}
.timeline.is-revealed .t-point:nth-of-type(7) .t-dot {
  transition-delay: 2.8s;
}
.timeline.is-revealed .t-point:nth-of-type(8) .t-dot {
  transition-delay: 3s;
}
.timeline.is-revealed .t-point:nth-of-type(1) .t-label,
.timeline.is-revealed .t-point:nth-of-type(1) .t-meta {
  transition-delay: 1.75s;
}
.timeline.is-revealed .t-point:nth-of-type(2) .t-label,
.timeline.is-revealed .t-point:nth-of-type(2) .t-meta {
  transition-delay: 1.95s;
}
.timeline.is-revealed .t-point:nth-of-type(3) .t-label,
.timeline.is-revealed .t-point:nth-of-type(3) .t-meta {
  transition-delay: 2.15s;
}
.timeline.is-revealed .t-point:nth-of-type(4) .t-label,
.timeline.is-revealed .t-point:nth-of-type(4) .t-meta {
  transition-delay: 2.35s;
}
.timeline.is-revealed .t-point:nth-of-type(5) .t-label,
.timeline.is-revealed .t-point:nth-of-type(5) .t-meta {
  transition-delay: 2.55s;
}
.timeline.is-revealed .t-point:nth-of-type(6) .t-label,
.timeline.is-revealed .t-point:nth-of-type(6) .t-meta {
  transition-delay: 2.75s;
}
.timeline.is-revealed .t-point:nth-of-type(7) .t-label,
.timeline.is-revealed .t-point:nth-of-type(7) .t-meta {
  transition-delay: 2.95s;
}
.timeline.is-revealed .t-point:nth-of-type(8) .t-label,
.timeline.is-revealed .t-point:nth-of-type(8) .t-meta {
  transition-delay: 3.15s;
}
@media (prefers-reduced-motion: reduce) {
  .t-line {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    transition: none;
  }
  .t-point .t-dot {
    r: 6;
  }
  .t-point .t-dot--now {
    r: 11;
  }
  .t-point .t-label,
  .t-point .t-meta,
  .t-year {
    opacity: 1;
    transition: none;
  }
}
@media (max-width: 900px) {
  .timeline {
    padding: 80px 16px 60px;
  }
  .timeline__head {
    margin-bottom: 32px;
  }
}
