.tl-hero-redesign {
  min-height: 720px;
  padding: 138px max(32px, calc((100vw - 1380px) / 2)) 74px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: clamp(54px, 8vw, 140px);
  text-align: left;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 45%, rgba(212,160,48,.12), transparent 27%),
    linear-gradient(125deg, #0d0802 0 48%, #160e04 100%);
}

.tl-hero-redesign::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .18;
  background-image:
    linear-gradient(rgba(212,160,48,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,160,48,.08) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, transparent 5%, #000 56%, transparent 100%);
}

.tl-hero-redesign::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  background: linear-gradient(transparent, rgba(5,3,1,.78));
}

.tl-hero-copy {
  position: relative;
  z-index: 2;
}

.tl-hero-redesign .tl-hero-label {
  margin: 0 0 20px;
  color: var(--accent);
  font-size: .75rem;
  letter-spacing: .3em;
}

.tl-hero-redesign h1 {
  max-width: 720px;
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(5.2rem, 8.8vw, 9.2rem);
  line-height: .78;
  letter-spacing: -.015em;
}

.tl-hero-redesign h1 span {
  color: var(--accent);
}

.tl-hero-intro {
  max-width: 670px !important;
  margin: 38px 0 0 !important;
  color: var(--text-muted) !important;
  font-size: clamp(1.15rem, 1.5vw, 1.35rem) !important;
  line-height: 1.7;
}

.tl-hero-ledger {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 690px;
  margin-top: 42px;
  border-block: 1px solid var(--border-gold);
}

.tl-hero-ledger span {
  padding: 17px 20px 15px 0;
  font: 500 .66rem/1.4 Oswald,sans-serif;
  color: var(--text-dim);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tl-hero-ledger span + span {
  padding-left: 20px;
  border-left: 1px solid var(--border-gold);
}

.tl-hero-ledger strong {
  display: block;
  margin-bottom: 3px;
  color: var(--gold);
  font: 400 2rem/1 "Bebas Neue",sans-serif;
  letter-spacing: .06em;
}

.tl-orbit {
  width: min(42vw, 600px);
  aspect-ratio: 1;
  position: relative;
  justify-self: center;
  border: 1px solid rgba(212,160,48,.38);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(212,160,48,.16) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(200,112,32,.2), rgba(13,8,2,.08) 61%, transparent 62%);
  box-shadow: inset 0 0 70px rgba(212,160,48,.05), 0 0 90px rgba(0,0,0,.4);
}

.tl-orbit::before,
.tl-orbit::after {
  content: "";
  position: absolute;
  background: rgba(212,160,48,.42);
}

.tl-orbit::before {
  left: -8%;
  right: -8%;
  top: 50%;
  height: 1px;
}

.tl-orbit::after {
  top: -8%;
  bottom: -8%;
  left: 50%;
  width: 1px;
}

.tl-orbit-ring {
  position: absolute;
  border: 1px solid rgba(212,160,48,.22);
  border-radius: 50%;
}

.tl-orbit-ring-one { inset: 12%; }
.tl-orbit-ring-two { inset: 27%; }
.tl-orbit-ring-three { inset: 42%; background: rgba(200,112,32,.08); }

.tl-orbit-year {
  position: absolute;
  z-index: 2;
  padding: 6px 10px;
  color: var(--text-primary);
  background: var(--bg-deep);
  border: 1px solid var(--border-accent);
  font: 500 .7rem/1 Oswald,sans-serif;
  letter-spacing: .16em;
}

.tl-orbit-start { left: -3%; top: calc(50% - 14px); }
.tl-orbit-end { right: -3%; top: calc(50% - 14px); }

.tl-orbit-copy {
  position: absolute;
  z-index: 2;
  inset: 42% 20% auto;
  text-align: center;
  color: var(--gold);
  font: 400 clamp(1.6rem, 2.5vw, 2.6rem)/.95 "Bebas Neue",sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tl-era-gateways {
  padding: 82px max(32px, calc((100vw - 1380px) / 2)) 92px;
  background: #0a0602;
  border-bottom: 1px solid var(--border-gold);
}

.tl-era-heading {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 560px);
  align-items: end;
  gap: 60px;
  margin-bottom: 34px;
}

.tl-section-kicker {
  margin-bottom: 7px;
  color: var(--accent);
  font: 600 .72rem/1.3 Oswald,sans-serif;
  letter-spacing: .27em;
  text-transform: uppercase;
}

.tl-era-heading h2 {
  color: var(--text-primary);
  font: 400 clamp(2.8rem, 5vw, 4.8rem)/.95 "Bebas Neue",sans-serif;
  letter-spacing: .02em;
}

.tl-era-heading > p {
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.tl-era-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.tl-era-card {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 7px;
  padding: 28px;
  color: var(--text-primary);
  border: 1px solid var(--border-gold);
  background: var(--bg-card);
}

.tl-era-card img,
.tl-era-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tl-era-card img {
  object-fit: cover;
  filter: sepia(.22) saturate(.7) contrast(1.08);
  transition: transform .55s ease, filter .4s ease;
}

.tl-era-shade {
  background: linear-gradient(180deg, rgba(5,3,1,.08), rgba(5,3,1,.28) 38%, rgba(5,3,1,.97) 91%);
}

.tl-era-card > :not(img):not(.tl-era-shade) {
  position: relative;
  z-index: 1;
}

.tl-era-range {
  color: var(--accent);
  font: 600 .65rem/1.3 Oswald,sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.tl-era-card strong {
  color: var(--text-primary);
  font: 400 1.75rem/1 "Bebas Neue",sans-serif;
  letter-spacing: .03em;
}

.tl-era-card > span:last-child {
  color: var(--text-muted);
  font-size: .98rem;
  line-height: 1.45;
}

.tl-era-card:hover {
  color: var(--text-primary);
  border-color: var(--accent);
}

.tl-era-card:hover img {
  transform: scale(1.045);
  filter: sepia(.05) saturate(.9) contrast(1.08);
}

.tl-decade-nav {
  position: sticky;
  top: 68px;
  z-index: 52;
  padding: 16px 24px;
  gap: 0;
}

.tl-decade-nav a {
  padding: 0 clamp(20px, 3vw, 45px);
}

.tl-decade-nav a + a {
  border-left: 1px solid var(--border-gold);
}

.tl-filters {
  position: relative;
  top: auto;
  z-index: 20;
  justify-content: center;
  padding: 18px max(32px, calc((100vw - 1380px) / 2));
}

.audit2-reciprocal {
  max-width: 1180px;
  margin: 54px auto 0;
}

.tl-wrap {
  max-width: 1180px;
  padding: 58px 32px 100px 116px;
}

.tl-wrap::before {
  left: 62px;
}

.tl-year {
  padding-left: 36px;
}

.tl-year-header {
  min-height: 96px;
  padding: 22px 24px;
  border-top: 1px solid var(--border-gold);
}

.tl-year-header:hover,
.tl-year.open .tl-year-header {
  background: linear-gradient(90deg, rgba(200,112,32,.1), transparent 58%);
}

.tl-year-num {
  min-width: 96px;
  font-size: 3.4rem;
}

.tl-year-headline {
  max-width: 650px;
  font-size: .95rem;
  letter-spacing: .09em;
}

.tl-year-marker {
  left: -36px;
  top: 42px;
  width: 16px;
  height: 16px;
}

.tl-year.open .tl-events {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  padding: 0 0 36px 24px;
}

.tl-event {
  min-height: 100%;
  padding: 23px 24px;
  background:
    linear-gradient(135deg, rgba(200,112,32,.04), transparent 58%),
    var(--bg-card);
  transition: transform .2s ease, border-color .2s ease;
}

.tl-event:hover {
  transform: translateY(-2px);
  border-color: rgba(212,160,48,.55);
}

.tl-event:has(.tl-feature-link) {
  grid-column: 1 / -1;
  min-height: 0;
  border-left-color: var(--accent);
}

.tl-event-title {
  font-size: 1.18rem;
}

.tl-event-desc {
  font-size: 1.02rem;
}

@media (max-width: 980px) {
  .tl-hero-redesign {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 124px;
  }

  .tl-orbit {
    width: min(74vw, 540px);
  }

  .tl-era-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tl-era-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 700px) {
  .tl-hero-redesign {
    padding: 108px 20px 48px;
    gap: 36px;
  }

  .tl-hero-redesign h1 {
    font-size: clamp(4.2rem, 22vw, 6.2rem);
  }

  .tl-hero-ledger {
    grid-template-columns: 1fr;
  }

  .tl-hero-ledger span + span {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--border-gold);
  }

  .tl-orbit {
    width: min(88vw, 430px);
  }

  .tl-era-gateways {
    padding: 58px 16px 64px;
  }

  .tl-era-grid {
    grid-template-columns: 1fr;
  }

  .tl-era-card {
    min-height: 360px;
  }

  .tl-decade-nav {
    top: 68px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .tl-decade-nav a {
    flex: 0 0 auto;
  }

  .tl-filters {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-inline: 16px;
  }

  .filter-btn {
    flex: 0 0 auto;
  }

  .audit2-reciprocal {
    margin: 34px 16px 0;
  }

  .tl-wrap {
    padding: 32px 16px 70px;
  }

  .tl-year {
    padding-left: 0;
  }

  .tl-year-marker {
    display: none;
  }

  .tl-year-header {
    padding-inline: 12px;
  }

  .tl-year-num {
    min-width: 72px;
    font-size: 2.7rem;
  }

  .tl-year.open .tl-events {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .tl-event:has(.tl-feature-link) {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tl-era-card img,
  .tl-event {
    transition: none;
  }
}
