@font-face {
  font-family: "Funnel Display";
  src: url("/assets/fonts/funnel-display-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "Sequel Sans Body";
  src: url("/assets/fonts/sequel-sans-body.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Sequel Sans Bold Body";
  src: url("/assets/fonts/sequel-sans-bold-body.otf") format("opentype");
  font-style: normal;
  font-weight: 325;
  font-display: swap;
}

@font-face {
  font-family: "Sequel Sans Black Body";
  src: url("/assets/fonts/sequel-sans-black-body.otf") format("opentype");
  font-style: normal;
  font-weight: 335;
  font-display: swap;
}

@font-face {
  font-family: "Sequel Sans Semi Bold Body";
  src: url("/assets/fonts/sequel-sans-semi-bold-body.otf") format("opentype");
  font-style: normal;
  font-weight: 320;
  font-display: swap;
}

:root {
  --ink: #161616;
  --off-white: #e6e6e6;
  --chartreuse: #e6f421;
  --rule: #4c4c4c;
  --content-lane: 1312px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--ink);
  color-scheme: dark;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--off-white);
  font-family: "Sequel Sans Body", Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 3px solid var(--off-white);
  outline-offset: 5px;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(calc(100% - 128px), var(--content-lane));
  margin: 0 auto;
  padding: 64px 0 44px;
  overflow: clip;
}

.dossier-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--chartreuse);
}

.legacy-identity {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.legacy-name {
  margin: 0;
  font-family: "Funnel Display", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.035em;
}

.historical-period,
.chapter-label,
.eyebrow,
.index-label,
.section-label,
.catalogue-title,
.portrait-caption,
.next-kicker {
  margin: 0;
  text-transform: uppercase;
}

.historical-period {
  color: var(--chartreuse);
  font-size: 12px;
  font-weight: 335;
  line-height: 16px;
  letter-spacing: 0.14em;
}

.chapter-label {
  font-size: 12px;
  font-weight: 335;
  line-height: 16px;
  letter-spacing: 0.12em;
}

.hero {
  display: flex;
  gap: 80px;
  padding: 72px 0 78px;
  border-bottom: 1px solid var(--rule);
}

.hero-copy {
  min-width: 0;
  flex: 1 1 0;
}

.eyebrow {
  margin-bottom: 32px;
  color: var(--chartreuse);
  font-size: 13px;
  font-weight: 335;
  line-height: 18px;
  letter-spacing: 0.14em;
}

.hero-heading {
  margin: 0;
  font-family: "Funnel Display", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.06em;
}

.hero-standfirst {
  max-width: 770px;
  margin: 26px 0 0;
  font-size: 20px;
  font-weight: 335;
  line-height: 31px;
}

.page--profile .hero-standfirst {
  max-width: 780px;
}

.hero-index {
  width: 286px;
  min-width: 0;
  flex: 0 0 286px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 26px;
  border-left: 6px solid var(--chartreuse);
}

.index-label {
  color: var(--chartreuse);
  font-size: 12px;
  font-weight: 335;
  line-height: 16px;
  letter-spacing: 0.14em;
}

.index-number {
  margin: -2px 0 -5px;
  color: var(--chartreuse);
  font-family: "Funnel Display", sans-serif;
  font-size: 118px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -0.08em;
}

.index-descriptor {
  margin: 0;
  font-size: 14px;
  font-weight: 335;
  line-height: 21px;
}

.archive-notice {
  margin: 0;
  padding: 20px 24px;
  border-bottom: 1px solid var(--ink);
  background: var(--chartreuse);
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.catalogue {
  display: flex;
  flex-direction: column;
  padding: 62px 0 66px;
  border-bottom: 1px solid var(--rule);
}

.catalogue-title {
  padding-bottom: 20px;
  color: var(--chartreuse);
  font-size: 12px;
  font-weight: 335;
  line-height: 16px;
  letter-spacing: 0.14em;
}

.catalogue-list {
  margin: 0;
}

.catalogue-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid var(--rule);
  font-family: "Funnel Display", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.catalogue-key {
  display: contents;
}

.catalogue-row dt,
.catalogue-row dd {
  margin: 0;
}

.catalogue-label {
  text-align: center;
}

.catalogue-value {
  text-align: right;
}

.split-section {
  display: flex;
  gap: 100px;
  padding: 72px 0 78px;
  border-bottom: 1px solid var(--rule);
}

.section-label {
  width: 260px;
  flex: 0 0 260px;
  color: var(--chartreuse);
  font-size: 12px;
  font-weight: 335;
  line-height: 16px;
  letter-spacing: 0.14em;
}

.section-copy {
  min-width: 0;
  flex: 1 1 0;
}

.story-heading,
.where-heading,
.about-heading,
.next-heading {
  margin: 0;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.story-heading {
  font-size: 50px;
  line-height: 52px;
}

.page--profile .story-heading {
  max-width: 720px;
}

.story-body {
  max-width: 890px;
  margin: 28px 0 0;
  font-size: 21px;
  font-weight: 335;
  line-height: 32px;
}

.where-heading,
.about-heading {
  font-size: 46px;
  line-height: 48px;
}

.page--shape .where-heading {
  max-width: 760px;
}

.where-body {
  max-width: 900px;
  margin: 27px 0 0;
  font-size: 20px;
  font-weight: 335;
  line-height: 30px;
}

.timeline {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.timeline-item {
  min-width: 150px;
  padding: 0 16px;
  border-left: 1px solid var(--off-white);
}

.timeline-item:first-child {
  padding-left: 16px;
  border-left: 4px solid var(--chartreuse);
}

.timeline-year {
  display: block;
  font-family: "Funnel Display", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.timeline-name {
  display: block;
  font-size: 13px;
  font-weight: 335;
  line-height: 18px;
}

.about-section {
  display: grid;
  grid-template-columns: 260px minmax(0, 650px) 220px;
  align-items: flex-start;
  gap: 64px;
  padding: 72px 0 80px;
  border-bottom: 1px solid var(--rule);
}

.about-body {
  margin: 27px 0 0;
  font-size: 19px;
  font-weight: 335;
  line-height: 30px;
}

.portrait-block {
  width: 220px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.portrait {
  width: 220px;
  height: 220px;
  border: 1px solid var(--chartreuse);
  object-fit: cover;
  object-position: 50% 50%;
}

.portrait-caption {
  color: var(--chartreuse);
  font-size: 12px;
  font-weight: 335;
  line-height: 16px;
  letter-spacing: 0.14em;
}

.next-chapter {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 62px 72px 64px;
  background: var(--chartreuse);
  color: var(--ink);
}

.next-kicker {
  font-size: 13px;
  font-weight: 335;
  line-height: 18px;
  letter-spacing: 0.14em;
}

.next-heading {
  font-size: 52px;
  line-height: 52px;
}

.next-category {
  margin: 0;
  font-size: 14px;
  font-weight: 335;
  line-height: 20px;
  letter-spacing: 0.04em;
}

.next-body {
  max-width: 950px;
  margin: 0;
  font-size: 20px;
  font-weight: 335;
  line-height: 30px;
}

.next-link {
  min-height: 53px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
}

.next-link:hover .next-link-label,
.next-link:hover .next-domain {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.next-link-label {
  font-size: 15px;
  font-weight: 335;
  line-height: 20px;
}

.next-domain {
  font-family: "Funnel Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.dossier-footer {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
  padding-top: 25px;
  font-size: 12px;
  font-weight: 335;
  line-height: 17px;
}

.dossier-footer p {
  margin: 0;
}

.footer-notice {
  text-align: center;
}

.footer-link {
  text-align: right;
}

.footer-link a:hover {
  color: var(--chartreuse);
}

@media (min-width: 1200px) and (max-width: 1385px) {
  .about-section {
    grid-template-columns: 260px minmax(0, 1fr) 220px;
  }
}

@media (max-width: 1199px) {
  .page-shell {
    width: min(calc(100% - 64px), var(--content-lane));
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .dossier-header {
    flex-direction: column;
    gap: 14px;
    padding-bottom: 22px;
  }

  .legacy-name {
    font-size: 26px;
    line-height: 30px;
  }

  .historical-period,
  .chapter-label {
    font-size: 11px;
    line-height: 15px;
  }

  .hero {
    flex-direction: column;
    gap: 36px;
    padding: 50px 0 56px;
  }

  .eyebrow {
    margin-bottom: 28px;
    font-size: 12px;
    line-height: 17px;
  }

  .hero-heading {
    font-size: 56px;
    line-height: 58px;
  }

  .hero-standfirst,
  .page--profile .hero-standfirst {
    max-width: 640px;
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .hero-index {
    width: auto;
    flex: 0 0 auto;
    gap: 16px;
    padding-left: 20px;
    border-left-width: 5px;
  }

  .index-label {
    font-size: 11px;
    line-height: 15px;
  }

  .index-number {
    margin-bottom: -3px;
    font-size: 92px;
    line-height: 82px;
  }

  .index-descriptor {
    font-size: 13px;
    line-height: 20px;
  }

  .archive-notice {
    padding: 18px 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .catalogue {
    gap: 18px;
    padding: 48px 0 50px;
  }

  .catalogue-title {
    padding-bottom: 0;
    font-size: 11px;
    line-height: 15px;
  }

  .catalogue-row {
    display: grid;
    grid-template-columns: 56px 160px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
    font-size: 22px;
    line-height: 28px;
  }

  .catalogue-label {
    text-align: left;
  }

  .catalogue-value {
    overflow-wrap: anywhere;
  }

  .split-section {
    gap: 48px;
    padding: 58px 0 62px;
  }

  .section-label {
    width: 130px;
    flex-basis: 130px;
    font-size: 11px;
    line-height: 15px;
  }

  .story-heading {
    font-size: 40px;
    line-height: 42px;
  }

  .story-body {
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .where-heading,
  .about-heading {
    font-size: 38px;
    line-height: 40px;
  }

  .where-body {
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .timeline {
    margin-top: 32px;
  }

  .timeline-item {
    min-width: 130px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .timeline-year {
    font-size: 28px;
    line-height: 34px;
  }

  .timeline-name {
    font-size: 12px;
    line-height: 17px;
  }

  .page--profile .timeline {
    flex-wrap: wrap;
    row-gap: 14px;
  }

  .page--profile .timeline-item:nth-child(3) {
    flex-basis: 100%;
  }

  .about-section {
    grid-template-columns: 110px minmax(0, 320px) 160px;
    gap: 32px;
    padding: 58px 0 64px;
  }

  .about-section .section-label {
    width: 110px;
  }

  .about-body {
    margin-top: 24px;
    font-size: 17px;
    line-height: 27px;
  }

  .portrait-block,
  .portrait {
    width: 160px;
  }

  .portrait {
    height: 160px;
  }

  .portrait-block {
    gap: 10px;
  }

  .portrait-caption {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.12em;
  }

  .next-chapter {
    gap: 20px;
    padding: 46px 40px 50px;
  }

  .next-kicker {
    font-size: 11px;
    line-height: 15px;
  }

  .next-heading {
    font-size: 42px;
    line-height: 42px;
  }

  .next-category {
    font-size: 13px;
    line-height: 18px;
  }

  .next-body {
    max-width: 600px;
    font-size: 18px;
    line-height: 28px;
  }

  .next-link-label {
    font-size: 14px;
    line-height: 20px;
  }

  .next-domain {
    font-size: 21px;
    line-height: 26px;
  }

  .dossier-footer {
    gap: 20px;
    padding-top: 22px;
    font-size: 11px;
    line-height: 16px;
  }
}

@media (min-width: 641px) and (max-width: 717px) {
  .about-section {
    grid-template-columns: 110px minmax(0, 1fr) 160px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: calc(100% - 40px);
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .dossier-header {
    gap: 12px;
    padding-bottom: 18px;
  }

  .legacy-name {
    font-size: 24px;
    line-height: 28px;
  }

  .historical-period {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.12em;
  }

  .chapter-label {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.1em;
  }

  .hero {
    gap: 28px;
    padding: 36px 0 40px;
  }

  .eyebrow {
    margin-bottom: 23px;
    font-size: 11px;
    line-height: 15px;
  }

  .hero-heading {
    font-size: 42px;
    line-height: 44px;
  }

  .hero-standfirst,
  .page--profile .hero-standfirst {
    margin-top: 24px;
    font-size: 17px;
    line-height: 26px;
  }

  .hero-index {
    gap: 14px;
    padding-left: 16px;
  }

  .index-label {
    font-size: 10px;
    line-height: 14px;
  }

  .index-number {
    margin: 0 0 -2px;
    font-size: 74px;
    line-height: 68px;
  }

  .index-descriptor {
    font-size: 12px;
    line-height: 18px;
  }

  .archive-notice {
    padding: 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .catalogue {
    gap: 16px;
    padding: 36px 0 40px;
  }

  .catalogue-title {
    font-size: 11px;
    line-height: 15px;
  }

  .catalogue-row {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 4px 12px;
    padding: 12px 0 14px;
    font-size: 18px;
    line-height: 24px;
  }

  .catalogue-key {
    display: contents;
  }

  .catalogue-value {
    grid-column: 1 / -1;
    font-family: "Sequel Sans Body", Arial, sans-serif;
    font-size: 17px;
    font-weight: 335;
    line-height: 25px;
    text-align: left;
  }

  .split-section {
    flex-direction: column;
    gap: 16px;
    padding: 40px 0 44px;
  }

  .section-label,
  .about-section .section-label {
    width: 100%;
    flex: 0 0 auto;
    font-size: 11px;
    line-height: 15px;
  }

  .story-heading,
  .where-heading,
  .about-heading,
  .page--profile .story-heading,
  .page--shape .where-heading {
    max-width: none;
    font-size: 34px;
    line-height: 36px;
  }

  .story-body {
    margin-top: 22px;
    font-size: 17px;
    line-height: 26px;
  }

  .where-body {
    margin-top: 22px;
    font-size: 17px;
    line-height: 26px;
  }

  .timeline {
    flex-wrap: wrap;
    row-gap: 14px;
    margin-top: 30px;
  }

  .timeline-item {
    min-width: 0;
    width: 47%;
    padding-right: 10px;
    padding-left: 12px;
  }

  .timeline-year {
    font-size: 26px;
    line-height: 32px;
  }

  .timeline-name {
    font-size: 11px;
    line-height: 16px;
  }

  .about-section {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 40px 0 48px;
  }

  .about-body {
    margin-top: 22px;
    font-size: 17px;
    line-height: 26px;
  }

  .portrait-block,
  .portrait {
    width: 180px;
  }

  .portrait {
    height: 180px;
  }

  .portrait-block {
    gap: 10px;
  }

  .next-chapter {
    gap: 16px;
    padding: 34px 20px 36px;
  }

  .next-kicker {
    font-size: 10px;
    line-height: 14px;
  }

  .next-heading {
    font-size: 34px;
    line-height: 36px;
  }

  .next-category {
    font-size: 16px;
    line-height: 23px;
  }

  .next-body {
    font-size: 17px;
    line-height: 26px;
  }

  .next-link {
    min-height: 44px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-top: 20px;
  }

  .next-link-label {
    font-size: 14px;
    line-height: 20px;
  }

  .next-domain {
    font-size: 20px;
    line-height: 25px;
  }

  .dossier-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 18px;
    font-size: 10px;
    line-height: 15px;
  }

  .footer-notice,
  .footer-link {
    text-align: left;
  }
}

.historical-period,
.chapter-label,
.eyebrow,
.index-label,
.index-descriptor,
.catalogue-title,
.section-label,
.timeline-name,
.portrait-caption,
.next-kicker,
.next-link-label,
.dossier-footer {
  font-family: "Sequel Sans Black Body", "Sequel Sans Bold Body", "Sequel Sans Body", Arial, sans-serif;
  font-weight: 335;
}

.hero-standfirst,
.story-body,
.where-body,
.about-body,
.next-body {
  font-family: "Sequel Sans Semi Bold Body", "Sequel Sans Bold Body", "Sequel Sans Body", Arial, sans-serif;
  font-weight: 320;
}

.next-category {
  font-family: "Sequel Sans Body", Arial, sans-serif;
  font-weight: 450;
}

body .archive-notice {
  font-family: "Sequel Sans Semi Bold Body", "Sequel Sans Bold Body", "Sequel Sans Body", Arial, sans-serif;
  font-weight: 320;
}

@media (max-width: 640px) {
  .catalogue-value {
    font-family: "Sequel Sans Black Body", "Sequel Sans Bold Body", "Sequel Sans Body", Arial, sans-serif;
    font-weight: 335;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
