.timeline2-page {
  background: #090b0f;
  color: #f2f2f2;
  --timeline-radius: 0.72rem;
  --timeline-line-y: 95%;
  --timeline-fs-hero-title: clamp(2.3rem, 5vw, 4.9rem);
  --timeline-fs-hero-subtitle: clamp(1rem, 1.22vw, 1.34rem);
  --timeline-fs-intro-title: clamp(2.5rem, 4.2vw, 4.8rem);
  --timeline-fs-panel-title: clamp(2rem, 3.65vw, 4.3rem);
  --timeline-fs-year: clamp(1.12rem, 1.42vw, 1.7rem);
  --timeline-fs-age: var(--fs-body);
  --timeline-fs-panel-body: clamp(0.98rem, 1.02vw, 1.14rem);
  --timeline-fs-rail-title: clamp(1.12rem, 1.28vw, 1.5rem);
  --timeline-fs-rail-current: var(--fs-caption);
  --timeline-fs-rail-link: var(--fs-label);
  --timeline-fs-global-current: var(--fs-caption);
  --timeline-fs-global-label: clamp(0.68rem, 0.8vw, 0.84rem);
}

.timeline2-page .main-nav {
  overflow: visible;
  max-height: none;
}

.timeline2-page .main-nav-block {
  transform: none;
  opacity: 1;
}

.timeline2-subpanel,
.timeline2-subpanel[id],
#a-origem,
#performance-e-pioneirismo,
#legado-e-resiliencia,
#contato {
  scroll-margin-top: 92px;
}

.timeline2-header,
.timeline2-hero {
  min-height: 100vh;
}

@supports (height: 100dvh) {
  .timeline2-header,
  .timeline2-hero {
    min-height: 100dvh;
  }
}

.timeline2-header {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(106deg, rgba(8, 10, 15, 0.94) 0%, rgba(8, 10, 15, 0.76) 45%, rgba(8, 10, 15, 0.9) 100%),
    radial-gradient(84% 78% at 74% 22%, rgba(32, 126, 255, 0.2) 0%, rgba(32, 126, 255, 0) 58%),
    url("../img/a-luisa-selecionadas/13-presente-futuro/06-fila-hero-campanha.webp") center 46% / cover no-repeat;
}

.timeline2-hero {
  display: flex;
  align-items: center;
  padding: clamp(6.6rem, 8vw, 8.2rem) 0 clamp(2.8rem, 4vw, 3.6rem);
}

.timeline2-hero-shell {
  width: min(100%, 1200px);
}

.timeline2-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: var(--fs-kicker);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

.timeline2-hero h1 {
  margin: 0.42rem 0 0;
  font-size: var(--timeline-fs-hero-title);
  line-height: 0.95;
  font-weight: 700;
  color: #fff;
}

.timeline2-subtitle {
  margin: clamp(0.8rem, 1.4vw, 1.28rem) 0 0;
  max-width: 46rem;
  font-size: var(--timeline-fs-hero-subtitle);
  line-height: 1.34;
  color: rgba(255, 255, 255, 0.9);
}

.timeline2-coming-soon-copy {
  display: inline-flex;
  align-items: center;
  margin: var(--btn-pill-gap) 0 0;
  padding: 0.72rem 1.08rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.timeline2-page.is-page-coming-soon .timeline2-main {
  display: none;
}

.timeline2-page.is-page-coming-soon .hero-scroll-cue {
  display: none;
}

.timeline2-rainbow {
  width: 100%;
  height: 0.95rem;
  background: var(--brand-rainbow);
}

.timeline2-main {
  background: #090b0f;
  padding-bottom: clamp(5.7rem, 7.8vw, 7.4rem);
}

.timeline2-chapter-block {
  position: relative;
  height: 100vh;
}

.timeline2-chapter-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #090b0f;
}

@supports (height: 100dvh) {
  .timeline2-chapter-block,
  .timeline2-chapter-sticky {
    height: 100dvh;
  }
}

.timeline2-chapter-track {
  display: flex;
  height: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 4;
}

.timeline2-subpanel {
  --panel-bg: none;
  position: relative;
  isolation: isolate;
  flex: 0 0 100vw;
  height: 100%;
  padding: clamp(1.2rem, 2.6vw, 2.2rem) clamp(1.1rem, 2.8vw, 3rem) clamp(4.8rem, 6vw, 6rem) clamp(1.1rem, 2.8vw, 3rem);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.timeline2-subpanel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.timeline2-subpanel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--timeline-line-y);
  height: 2px;
  background: rgba(255, 255, 255, 0.28);
  z-index: 3;
  pointer-events: none;
  display: none;
}

.timeline2-subpanel-content {
  position: relative;
  z-index: 6;
  width: 100%;
}

.timeline2-subpanel-intro {
  padding: 0;
}

.timeline2-intro-shell {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 90% 10%;
  align-items: stretch;
}

.timeline2-intro-photo {
  position: relative;
  z-index: 2;
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.timeline2-intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.timeline2-intro-copy {
  position: relative;
  z-index: 2;
  display: grid;
  width: clamp(18rem, 30vw, 30rem);
  justify-self: end;
  align-content: center;
  align-items: start;
  gap: 0.55rem;
  padding-left: clamp(0.9rem, 1.6vw, 1.4rem);
  padding-right: clamp(0.6rem, 1vw, 1rem);
  background: linear-gradient(90deg, rgba(8, 10, 15, 0.9) 0%, rgba(8, 10, 15, 0.97) 58%, rgba(8, 10, 15, 0.98) 100%);
}

.timeline2-intro-copy::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--timeline-line-y);
  height: 2px;
  background: rgba(255, 255, 255, 0.28);
  z-index: 0;
  pointer-events: none;
  display: none;
}

.timeline2-intro-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--fs-feature-subtitle);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.timeline2-intro-copy h3 {
  margin: 0;
  color: #fff;
  font-size: var(--timeline-fs-intro-title);
  line-height: 0.9;
  font-weight: 600;
  max-width: 16ch;
  text-wrap: balance;
  position: relative;
  z-index: 1;
}

.timeline2-subpanel-grid {
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(17rem, 38rem);
  gap: clamp(1rem, 2vw, 2.1rem);
  align-items: center;
}

.timeline2-subpanel-media {
  position: relative;
  min-height: clamp(34rem, 70vh, 52rem);
  display: flex;
  align-items: flex-start;
  z-index: 8;
}

.timeline2-subpanel-photo-main {
  margin: 0;
  width: min(86%, 56rem);
  aspect-ratio: 4 / 5;
  border-radius: var(--timeline-radius);
  overflow: hidden;
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.44);
}

.timeline2-subpanel-photo-overlay {
  position: absolute;
  right: 4%;
  bottom: -8%;
  margin: 0;
  width: min(46%, 26rem);
  aspect-ratio: 4 / 5;
  border-radius: var(--timeline-radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.46);
}

.timeline2-subpanel-photo-extra-a,
.timeline2-subpanel-photo-extra-b {
  display: none;
  position: absolute;
  margin: 0;
  border-radius: var(--timeline-radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 0.95rem 2.1rem rgba(0, 0, 0, 0.42);
}

.timeline2-subpanel-photo-main img,
.timeline2-subpanel-photo-overlay img,
.timeline2-subpanel-photo-extra-a img,
.timeline2-subpanel-photo-extra-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.timeline2-subpanel.layout-collage-left .timeline2-subpanel-grid {
  grid-template-columns: minmax(0, 58%) minmax(16rem, 35rem);
}

.timeline2-subpanel.layout-collage-left .timeline2-subpanel-media {
  min-height: clamp(35rem, 72vh, 54rem);
}

.timeline2-subpanel.layout-collage-left .timeline2-subpanel-photo-main {
  width: min(48%, 27rem);
}

.timeline2-subpanel.layout-collage-left .timeline2-subpanel-photo-overlay {
  width: min(32%, 18rem);
  right: 30%;
  top: 2%;
  bottom: auto;
}

.timeline2-subpanel.layout-collage-left .timeline2-subpanel-photo-extra-a {
  display: block;
  left: 8%;
  bottom: 2%;
  width: min(28%, 16rem);
  aspect-ratio: 4 / 5;
}

.timeline2-subpanel.layout-collage-left .timeline2-subpanel-photo-extra-b {
  display: block;
  left: 34%;
  top: 46%;
  width: min(34%, 19rem);
  aspect-ratio: 4 / 5;
}

.timeline2-subpanel.layout-single-photo .timeline2-subpanel-grid {
  grid-template-columns: minmax(0, 58%) minmax(17rem, 36rem);
}

.timeline2-subpanel.layout-single-photo .timeline2-subpanel-media {
  min-height: auto;
}

.timeline2-subpanel.layout-single-photo .timeline2-subpanel-photo-main {
  width: 100%;
  max-width: min(100%, 58rem);
  aspect-ratio: 4 / 3;
}

.timeline2-subpanel.layout-single-photo .timeline2-subpanel-photo-overlay,
.timeline2-subpanel.layout-single-photo .timeline2-subpanel-photo-extra-a,
.timeline2-subpanel.layout-single-photo .timeline2-subpanel-photo-extra-b {
  display: none !important;
}

.timeline2-subpanel.layout-single-photo.copy-above .timeline2-subpanel-copy,
.timeline2-subpanel.layout-single-photo.copy-below .timeline2-subpanel-copy {
  margin-top: 0;
}

.timeline2-subpanel.layout-split-side .timeline2-subpanel-content {
  min-height: clamp(30rem, 64vh, 44rem);
}

.timeline2-subpanel.layout-split-side .timeline2-subpanel-grid {
  display: block;
}

.timeline2-subpanel.layout-split-side .timeline2-subpanel-media {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.timeline2-subpanel.layout-split-side .timeline2-subpanel-photo-main {
  position: absolute;
  left: 1.5%;
  bottom: 5%;
  width: min(34%, 24rem);
}

.timeline2-subpanel.layout-split-side .timeline2-subpanel-photo-overlay {
  right: 1.5%;
  top: 7%;
  bottom: auto;
  width: min(28%, 19rem);
}

.timeline2-subpanel.layout-split-side .timeline2-subpanel-copy {
  position: absolute;
  left: 33%;
  width: min(38vw, 36rem);
  max-width: none;
  margin-left: 0;
}

.timeline2-subpanel.layout-split-side.copy-above .timeline2-subpanel-copy {
  top: 30%;
}

.timeline2-subpanel.layout-split-side.copy-below .timeline2-subpanel-copy {
  top: 74%;
}

.timeline2-subpanel.layout-split-side.copy-mid .timeline2-subpanel-copy {
  top: 50%;
  translate: 0 -50%;
}

.timeline2-subpanel-copy {
  max-width: 38rem;
  margin-left: auto;
  position: relative;
  z-index: 8;
}

.timeline2-subpanel.copy-above:not(.layout-split-side) .timeline2-subpanel-copy {
  margin-top: clamp(-7.2rem, -10vh, -4.8rem);
}

.timeline2-subpanel.copy-below:not(.layout-split-side) .timeline2-subpanel-copy {
  margin-top: clamp(5.8rem, 8.5vh, 8.5rem);
}

.timeline2-year {
  display: inline-block;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: var(--timeline-fs-year);
  line-height: 1;
  font-style: italic;
  font-weight: 300;
}

.timeline2-subpanel-copy h3 {
  margin: clamp(0.62rem, 1vw, 0.95rem) 0 0;
  font-size: var(--timeline-fs-panel-title);
  line-height: 0.96;
  color: #fff;
  font-weight: 700;
}

.timeline2-age {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: var(--timeline-fs-age);
  line-height: 1.2;
  font-weight: 600;
}

.timeline2-subpanel-copy p {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--timeline-fs-panel-body);
  line-height: 1.45;
}

.timeline2-subpanel-copy .timeline2-age + p {
  max-width: 34rem;
}

.timeline2-subpanel-copy,
.timeline2-subpanel-media {
  opacity: 0.3;
  transform: translate3d(0, 16px, 0);
  transition: opacity 0.38s ease, transform 0.38s ease;
}

.timeline2-subpanel.is-active .timeline2-subpanel-copy,
.timeline2-subpanel.is-active .timeline2-subpanel-media {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.timeline2-chapter-rail {
  position: absolute;
  top: clamp(5.8rem, 7.2vw, 7.4rem);
  left: clamp(0.85rem, 1.6vw, 1.5rem);
  z-index: 14;
  width: min(22rem, calc(100vw - 2rem));
  max-height: calc(100vh - clamp(7.2rem, 9vw, 8.8rem));
  overflow-y: auto;
  border-radius: var(--timeline-radius);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(145deg, rgba(16, 19, 27, 0.9) 0%, rgba(13, 16, 24, 0.72) 100%);
  padding: 0.86rem 0.78rem;
  backdrop-filter: blur(4px);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.26) transparent;
}

.timeline2-chapter-rail h2 {
  margin: 0.6rem 0 0;
  font-size: var(--timeline-fs-rail-title);
  line-height: 0.98;
  color: #fff;
  font-weight: 700;
}

.timeline2-panel-index {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: var(--fs-chip);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.26rem 0.52rem;
}

.timeline2-current-sub {
  margin: 0.56rem 0 0.64rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--timeline-fs-rail-current);
  line-height: 1.24;
  min-height: 2.1em;
}

.timeline2-rail-link {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: var(--timeline-fs-rail-link);
  line-height: 1.24;
  font-weight: 500;
  border-radius: 0.56rem;
  border: 1px solid transparent;
  padding: 0.44rem 0.5rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.timeline2-rail-link + .timeline2-rail-link {
  margin-top: 0.22rem;
}

.timeline2-rail-link:hover,
.timeline2-rail-link.is-active {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.timeline2-date-line {
  position: absolute;
  left: clamp(1.2rem, 2.8vw, 3rem);
  right: clamp(1.2rem, 2.8vw, 3rem);
  top: var(--timeline-line-y);
  transform: translateY(-50%);
  z-index: 3;
  height: 3.7rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}

.timeline2-date-progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.85rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.timeline2-date-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--brand-rainbow);
  box-shadow: 0 0 10px rgba(255, 213, 0, 0.32);
  transition: width 0.14s linear;
}

.timeline2-date-node {
  position: relative;
  z-index: 4;
  text-decoration: none;
  min-width: max-content;
  padding: 0 0.42rem;
  text-align: center;
  pointer-events: auto;
}

.timeline2-date-node span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--timeline-fs-global-label);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.22s ease;
}

.timeline2-date-node::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.85rem;
  width: 0.56rem;
  height: 0.56rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  border: 2px solid rgba(9, 11, 16, 0.9);
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.timeline2-date-node.is-active span {
  color: #fff;
}

.timeline2-date-node.is-active::after {
  transform: translate(-50%, -50%) scale(1.22);
  background: #ffd500;
}

.timeline2-scroll-hint {
  position: absolute;
  right: clamp(0.9rem, 1.5vw, 1.5rem);
  bottom: clamp(0.78rem, 1.2vw, 1rem);
  z-index: 13;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(9, 11, 16, 0.68);
  color: rgba(255, 255, 255, 0.88);
  font-size: var(--fs-caption);
  line-height: 1;
  padding: 0.48rem 0.72rem;
  letter-spacing: 0.04em;
}

.timeline2-date-line,
.timeline2-scroll-hint {
  display: none !important;
}

.timeline2-global-nav {
  position: fixed;
  left: clamp(0.72rem, 1.25vw, 1.28rem);
  right: clamp(0.72rem, 1.25vw, 1.28rem);
  bottom: clamp(0.64rem, 1.1vw, 0.96rem);
  z-index: 1085;
  border-radius: 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(145deg, rgba(14, 17, 26, 0.92) 0%, rgba(11, 13, 20, 0.78) 100%);
  box-shadow: 0 0.85rem 2.2rem rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(8px);
  padding: 0.46rem 0.62rem 0.64rem;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.timeline2-global-nav.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.timeline2-global-current {
  margin: 0 0 0.42rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--timeline-fs-global-current);
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.timeline2-global-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.timeline2-global-scroll::-webkit-scrollbar {
  height: 4px;
}

.timeline2-global-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.timeline2-global-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.timeline2-global-nodes {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  align-items: start;
  min-width: 100%;
  gap: 0.28rem;
  padding: 0.02rem 0.22rem 0;
}

.timeline2-global-track {
  position: absolute;
  left: 1.7rem;
  right: 1.7rem;
  top: 1.48rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.timeline2-global-track span {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--brand-rainbow);
  box-shadow: 0 0 12px rgba(255, 213, 0, 0.38);
  transition: width 0.18s linear;
}

.timeline2-global-node {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0;
  text-decoration: none;
  display: grid;
  justify-items: center;
  gap: 0.36rem;
}

.timeline2-global-node-label {
  display: inline-block;
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--timeline-fs-global-label);
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.timeline2-global-node-dot {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 2px solid rgba(9, 11, 16, 0.96);
  background: rgba(255, 255, 255, 0.86);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.timeline2-global-node:hover .timeline2-global-node-label,
.timeline2-global-node.is-active .timeline2-global-node-label {
  color: #fff;
}

.timeline2-global-node:hover .timeline2-global-node-dot,
.timeline2-global-node.is-active .timeline2-global-node-dot {
  transform: scale(1.2);
  background: #ffd500;
  box-shadow: 0 0 12px rgba(255, 213, 0, 0.42);
}

@media (max-width: 1399.98px) {
  .timeline2-page {
    --timeline-fs-panel-title: clamp(1.8rem, 3.2vw, 3.6rem);
  }

  .timeline2-subpanel-grid {
    grid-template-columns: minmax(0, 56%) minmax(15rem, 31rem);
  }

  .timeline2-subpanel.layout-collage-left .timeline2-subpanel-grid {
    grid-template-columns: minmax(0, 60%) minmax(15rem, 29rem);
  }
}

@media (max-width: 1199.98px) {
  .timeline2-page {
    --timeline-fs-intro-title: clamp(2rem, 3.6vw, 3.7rem);
  }

  .timeline2-intro-copy {
    width: clamp(16rem, 34vw, 24rem);
  }

  .timeline2-intro-copy h3 {
    max-width: 15ch;
  }
}

@media (max-width: 991.98px) {
  .timeline2-page {
    --timeline-fs-intro-title: clamp(1.8rem, 7vw, 2.8rem);
    --timeline-fs-rail-title: var(--fs-body-lg);
    --timeline-fs-rail-current: var(--fs-label);
    --timeline-fs-global-current: var(--fs-chip);
    --timeline-fs-global-label: 0.66rem;
  }

  .timeline2-subpanel,
  .timeline2-subpanel[id],
  #a-origem,
  #performance-e-pioneirismo,
  #legado-e-resiliencia,
  #contato {
    scroll-margin-top: 80px;
  }

  .timeline2-main {
    padding-bottom: clamp(6.6rem, 18vw, 8.2rem);
  }

  .timeline2-header,
  .timeline2-hero,
  .timeline2-chapter-block,
  .timeline2-chapter-sticky {
    min-height: auto;
    height: auto;
  }

  .timeline2-hero {
    padding: clamp(5.6rem, 11vw, 6.6rem) 0 clamp(2.1rem, 4.2vw, 2.7rem);
  }

  .timeline2-chapter-block {
    height: auto !important;
  }

  .timeline2-chapter-sticky {
    position: relative;
    overflow: visible;
  }

  .timeline2-chapter-track {
    display: block;
    transform: none !important;
  }

  .timeline2-subpanel {
    min-height: auto;
    height: auto;
    align-items: flex-start;
    padding: clamp(1rem, 2.8vw, 1.4rem) clamp(0.88rem, 2.2vw, 1.2rem) clamp(1.2rem, 3vw, 1.5rem);
  }

  @supports (height: 100dvh) {
    .timeline2-subpanel {
      min-height: auto;
    }
  }

  .timeline2-subpanel::after {
    display: none;
  }

  .timeline2-subpanel-intro {
    padding: 0;
  }

  .timeline2-intro-shell {
    grid-template-columns: 1fr;
  }

  .timeline2-intro-photo {
    height: min(56vh, 26rem);
  }

  .timeline2-intro-copy {
    width: 100%;
    justify-self: stretch;
    padding: 1rem 1rem 1.2rem;
    background: rgba(8, 10, 15, 0.94);
  }

  .timeline2-intro-copy::after {
    display: none;
  }

  .timeline2-intro-copy h3 {
    max-width: 100%;
  }

  .timeline2-subpanel-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .timeline2-subpanel-content {
    width: 100%;
  }

  .timeline2-subpanel.layout-standard .timeline2-subpanel-grid,
  .timeline2-subpanel.layout-collage-left .timeline2-subpanel-grid {
    grid-template-columns: 1fr;
  }

  .timeline2-subpanel-media {
    min-height: auto;
    padding-bottom: 1.25rem;
  }

  .timeline2-subpanel.layout-standard .timeline2-subpanel-media,
  .timeline2-subpanel.layout-collage-left .timeline2-subpanel-media {
    min-height: auto;
  }

  .timeline2-subpanel.layout-split-side .timeline2-subpanel-content {
    min-height: auto;
  }

  .timeline2-subpanel.layout-split-side .timeline2-subpanel-media {
    position: relative;
    inset: auto;
  }

  .timeline2-subpanel-photo-main {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 5;
  }

  .timeline2-subpanel.layout-standard .timeline2-subpanel-photo-main,
  .timeline2-subpanel.layout-collage-left .timeline2-subpanel-photo-main {
    width: 100%;
    max-width: none;
  }

  .timeline2-subpanel.layout-single-photo .timeline2-subpanel-photo-main {
    aspect-ratio: 4 / 3;
  }

  .timeline2-subpanel-photo-overlay {
    position: absolute;
    right: 0.7rem;
    bottom: -0.8rem;
    top: auto;
    left: auto;
    width: min(42%, 11.5rem);
    aspect-ratio: 4 / 5;
  }

  .timeline2-subpanel.layout-standard .timeline2-subpanel-photo-overlay,
  .timeline2-subpanel.layout-collage-left .timeline2-subpanel-photo-overlay {
    right: 0.7rem;
    bottom: -0.8rem;
    top: auto;
    left: auto;
    width: min(42%, 11.5rem);
  }

  .timeline2-subpanel.layout-split-side .timeline2-subpanel-photo-main {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }

  .timeline2-subpanel.layout-split-side .timeline2-subpanel-photo-overlay {
    right: 0.7rem;
    top: auto;
    bottom: -0.8rem;
    width: min(42%, 11.5rem);
  }

  .timeline2-subpanel-photo-extra-a,
  .timeline2-subpanel-photo-extra-b {
    display: none !important;
  }

  .timeline2-subpanel.layout-single-photo .timeline2-subpanel-copy {
    padding-top: 0.8rem;
  }

  .timeline2-subpanel-copy {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 1.1rem;
  }

  .timeline2-subpanel-copy .timeline2-age + p {
    max-width: 100%;
  }

  .timeline2-subpanel.copy-above:not(.layout-split-side) .timeline2-subpanel-copy,
  .timeline2-subpanel.copy-below:not(.layout-split-side) .timeline2-subpanel-copy {
    margin-top: 0;
  }

  .timeline2-subpanel.layout-split-side .timeline2-subpanel-copy {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    translate: none;
    width: 100%;
  }

  .timeline2-subpanel-copy,
  .timeline2-subpanel-media {
    opacity: 1;
    transform: none;
  }

  .timeline2-chapter-rail {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 1.8rem);
    max-height: none;
    overflow: visible;
    margin: 0.85rem auto 0.4rem;
    z-index: 9;
    border-radius: 0.92rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(145deg, rgba(16, 19, 27, 0.92) 0%, rgba(13, 16, 24, 0.76) 100%);
    padding: 0.9rem 0.8rem;
  }

  .timeline2-chapter-rail h2 {
    margin: 0.72rem 0 0;
    font-size: var(--timeline-fs-rail-title);
    line-height: 1;
    color: #fff;
    font-weight: 700;
  }

  .timeline2-current-sub {
    min-height: 0;
    margin: 0.5rem 0 0.6rem;
    font-size: var(--timeline-fs-rail-current);
  }

  .timeline2-rail-link {
    display: block;
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    font-size: var(--timeline-fs-rail-link);
    line-height: 1.25;
    border-radius: 0.56rem;
    border: 1px solid transparent;
    padding: 0.5rem 0.55rem;
  }

  .timeline2-rail-link + .timeline2-rail-link {
    margin-top: 0.24rem;
  }

  .timeline2-rail-link.is-active {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
  }

  .timeline2-global-nav {
    left: 0.55rem;
    right: 0.55rem;
    bottom: 0.52rem;
    padding: 0.42rem 0.52rem 0.56rem;
  }

  .timeline2-global-current {
    margin-bottom: 0.34rem;
    font-size: var(--timeline-fs-global-current);
  }

  .timeline2-global-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .timeline2-global-nodes {
    width: max-content;
    min-width: 100%;
    grid-auto-columns: minmax(4.9rem, max-content);
    gap: 0.56rem;
    padding: 0.02rem 0.6rem 0;
  }

  .timeline2-global-track {
    left: 2.4rem;
    right: 2.4rem;
    top: 1.4rem;
  }

  .timeline2-global-node-label {
    font-size: var(--timeline-fs-global-label);
  }
}

@media (max-width: 767.98px) {
  .timeline2-page {
    --timeline-fs-panel-title: clamp(1.45rem, 7vw, 2.06rem);
    --timeline-fs-year: clamp(0.96rem, 4.2vw, 1.14rem);
    --timeline-fs-panel-body: clamp(0.94rem, 3.8vw, 1.02rem);
    --timeline-fs-age: clamp(0.92rem, 3.9vw, 1rem);
    --timeline-fs-rail-current: var(--fs-chip);
    --timeline-fs-global-label: 0.68rem;
  }

  .timeline2-rainbow {
    height: 0.78rem;
  }

  .timeline2-chapter-rail {
    width: calc(100% - 1.25rem);
    margin: 0.62rem auto;
    padding: 0.72rem 0.64rem;
  }

  .timeline2-rail-link {
    font-size: var(--timeline-fs-rail-link);
  }

  .timeline2-global-nav {
    bottom: 0.42rem;
  }

  .timeline2-global-track {
    top: 1.34rem;
  }
}
