.about-page {
  --about-copy: min(680px, 100%);
  background: var(--paper);
}

.about-page h2 {
  font-size: clamp(42px, 6vw, 82px);
  line-height: .98;
}

.about-shell {
  width: min(1360px, calc(100% - clamp(44px, 14vw, 220px)));
  margin-inline: auto;
}

.about-section {
  padding-block: clamp(90px, 13vw, 180px);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: clamp(54px, 9vw, 150px);
  align-items: start;
}

.about-copy {
  max-width: var(--about-copy);
}

.about-copy p {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.72;
}

.about-copy p + p {
  margin-top: 1.3em;
}

.about-hero {
  position: relative;
  height: 100svh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  color: white;
  background: #090b0d;
}

.about-hero__media {
  grid-column: 2;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.about-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 45%;
}

.about-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #090b0d 0%, #090b0d 39%, rgba(9,11,13,.72) 52%, rgba(9,11,13,.03) 79%);
  pointer-events: none;
}

.about-hero__content {
  position: absolute;
  z-index: 2;
  left: clamp(22px, 7vw, 110px);
  bottom: clamp(110px, 15vh, 180px);
  width: min(690px, 48vw);
}

.about-hero h1 {
  margin: 0;
  font-size: clamp(72px, 10vw, 156px);
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.07em;
}

.about-hero__content > p:last-child {
  max-width: 520px;
  margin: 32px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.5;
}

.about-hero__scroll {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 4vw, 64px);
  bottom: 34px;
  font-size: 12px;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.about-intro {
  background: var(--paper);
}

.about-heading h2 {
  max-width: 760px;
}

.about-copy--lead > p:first-child {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5;
  letter-spacing: -.02em;
}

.about-disciplines {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(46px, 6vw, 72px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.about-disciplines li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.about-disciplines li:nth-child(odd) {
  padding-right: 20px;
}

.about-disciplines li:nth-child(even) {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.about-identity {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 880px;
  color: white;
  background: #0c0f12;
}

.about-identity__media {
  min-height: 760px;
  margin: 0;
  overflow: hidden;
}

.about-identity__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 43%;
}

.about-identity__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px);
}

.about-identity__content h2 {
  max-width: 720px;
}

.about-identity__content .about-copy {
  margin-top: clamp(36px, 5vw, 64px);
  color: rgba(255,255,255,.72);
}

.about-highlight {
  position: relative;
  overflow: hidden;
  padding-block: clamp(100px, 15vw, 210px);
  background: var(--accent);
}

.about-highlight::after {
  content: "2026";
  position: absolute;
  right: -2vw;
  bottom: -4vw;
  color: rgba(11,13,15,.07);
  font-size: clamp(180px, 30vw, 520px);
  font-weight: 700;
  line-height: .7;
  letter-spacing: -.1em;
  pointer-events: none;
}

.about-highlight__inner {
  position: relative;
  z-index: 1;
}

.about-highlight h2 {
  max-width: 1200px;
  font-size: clamp(50px, 8vw, 120px);
  line-height: .9;
}

.about-highlight__copy {
  margin: clamp(56px, 8vw, 100px) 0 0 auto;
  padding-left: clamp(0px, 7vw, 110px);
}

.about-productions {
  background: #e9e5de;
}

.about-productions__lead {
  max-width: 700px;
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.55;
  letter-spacing: -.02em;
}

.about-labels {
  margin: clamp(50px, 7vw, 82px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.about-labels li {
  display: flex;
  min-height: 72px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 600;
}

.about-stagework {
  background: var(--paper);
}

.about-stagework__layout {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) 1px minmax(0, 1.2fr);
  gap: clamp(48px, 7vw, 105px);
}

.about-stagework__title {
  position: sticky;
  top: 60px;
  align-self: start;
}

.about-stagework__rule {
  width: 1px;
  background: var(--line);
}

.about-stagework__copy p:first-child {
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 1.4;
  letter-spacing: -.025em;
}

.about-world {
  padding-block: clamp(90px, 13vw, 180px);
  color: white;
  background: #090b0d;
}

.about-world__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 7vw, 100px);
  padding-bottom: clamp(80px, 12vw, 150px);
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.about-world__stats div {
  display: grid;
}

.about-world__stats strong {
  color: var(--accent);
  font-size: clamp(110px, 20vw, 300px);
  font-weight: 500;
  line-height: .75;
  letter-spacing: -.08em;
}

.about-world__stats span {
  margin-top: 28px;
  font-size: clamp(16px, 2vw, 26px);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-world__story {
  padding-top: clamp(80px, 12vw, 150px);
}

.about-world__story .about-copy {
  color: rgba(255,255,255,.7);
}

.about-closing {
  padding-block: clamp(110px, 16vw, 230px);
  background: var(--paper);
}

.about-closing__inner {
  text-align: center;
}

.about-closing h2 {
  max-width: 1220px;
  margin-inline: auto;
  font-size: clamp(38px, 5.5vw, 76px);
  line-height: 1.03;
}

.about-closing .button {
  margin-top: clamp(42px, 6vw, 70px);
}

.about-page footer [aria-current="page"] {
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

@media (max-width: 980px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-heading {
    max-width: 780px;
  }

  .about-identity {
    grid-template-columns: 1fr;
  }

  .about-identity__media {
    min-height: min(94vw, 820px);
  }

  .about-identity__content {
    min-height: auto;
  }

  .about-stagework__layout {
    grid-template-columns: 1fr;
  }

  .about-stagework__title {
    position: static;
  }

  .about-stagework__rule {
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 760px) {
  .about-shell {
    width: calc(100% - 44px);
  }

  .about-section {
    padding-block: 92px;
  }

  .about-hero {
    display: block;
  }

  .about-hero__media {
    position: absolute;
    inset: 0;
    min-height: 0;
  }

  .about-hero__media img {
    object-position: 51% 42%;
  }

  .about-hero__shade {
    background: linear-gradient(0deg, rgba(3,5,8,.97) 0%, rgba(3,5,8,.63) 52%, rgba(3,5,8,.18) 100%);
  }

  .about-hero__content {
    left: 22px;
    bottom: 90px;
    width: calc(100% - 44px);
  }

  .about-hero h1 {
    font-size: clamp(64px, 22vw, 102px);
  }

  .about-hero__content > p:last-child {
    max-width: 86%;
    margin-top: 24px;
    font-size: 17px;
  }

  .about-hero__scroll {
    display: none;
  }

  .about-disciplines {
    grid-template-columns: 1fr;
  }

  .about-disciplines li:nth-child(n) {
    padding-inline: 0;
    border-left: 0;
  }

  .about-identity__media {
    min-height: 135vw;
  }

  .about-identity__media img {
    object-position: center 47%;
  }

  .about-identity__content {
    padding: 82px 22px 92px;
  }

  .about-highlight {
    padding-block: 100px;
  }

  .about-highlight h2 {
    font-size: clamp(46px, 13vw, 70px);
    overflow-wrap: anywhere;
  }

  .about-highlight__copy {
    padding-left: 0;
  }

  .about-world {
    padding-block: 100px;
  }

  .about-world__stats {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .about-world__stats strong {
    font-size: clamp(120px, 43vw, 185px);
  }

  .about-closing {
    padding-block: 112px;
  }

  .about-closing h2 {
    overflow-wrap: anywhere;
  }
}
