@charset "UTF-8";

:root {
  color-scheme: dark;
  --bg: #030303;
  --ink: #f5f5f1;
  --quiet: #969696;
  --line: #333;
  --pad: 24px;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body {
  margin: 0;
  min-width: 1100px;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
html { scroll-behavior: smooth; }
a { color: inherit; text-decoration: none; }
a:hover { color: #bdbdbd; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 7px; }
img { display: block; width: 100%; object-fit: cover; }
h1, h2, h3, p, blockquote { margin: 0; }
.skip { position: absolute; top: -100px; left: 10px; z-index: 30; padding: 15px; background: white; color: black; }
.skip:focus { top: 10px; }

.navigation {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 23px var(--pad);
  font-size: 14px;
}
.navigation nav { display: flex; gap: 31px; }
.navigation > nav:first-of-type { justify-content: flex-start; }
.navigation > nav:last-of-type { justify-content: flex-end; }
.brand { margin: 0 32px; padding-right: 5px; font-size: 23px; font-weight: 700; letter-spacing: -5px; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  height: calc(100vh - 54px);
  min-height: 790px;
  max-height: 1080px;
  overflow: hidden;
  background: #090909;
}
.hero-backdrop { position: absolute; inset: 0; overflow: hidden; }
.hero-scene { position: absolute; top: -5%; width: 100%; height: 110%; object-position: center 53%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, #000a 0, transparent 30%, #0002 55%, #000d 100%); }
.hero-caption {
  position: absolute;
  top: 105px;
  left: var(--pad);
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14px;
}
.hero-caption span:first-child { font-size: 12px; letter-spacing: .06em; }
.balanced-name {
  position: absolute;
  z-index: 3;
  bottom: 102px;
  left: 3%;
  display: flex;
  justify-content: center;
  gap: .19em;
  width: 94%;
  white-space: nowrap;
  font: italic 400 clamp(88px, 9.3vw, 180px)/1 "Times New Roman", Georgia, serif;
  letter-spacing: -.055em;
  text-shadow: 0 3px 28px #0008;
}
.balanced-name span { font: inherit; letter-spacing: inherit; }
.hero-link, .hero-credit { position: absolute; z-index: 4; bottom: 29px; font-size: 14px; line-height: 1.5; }
.hero-link { left: var(--pad); }
.hero-credit { right: var(--pad); text-align: right; }
.micro { display: block; margin-bottom: 4px; color: #c1c4cd; font-size: 12px; letter-spacing: .025em; }
.motion-toggle {
  position: absolute;
  z-index: 4;
  bottom: 31px;
  left: 50%;
  padding: 4px 0;
  transform: translateX(-50%);
  border: 0;
  border-bottom: 1px solid #888;
  background: none;
  color: #ddd;
  font: 13px Arial, sans-serif;
  cursor: pointer;
}

.intro {
  display: grid;
  grid-template-columns: 25% 25% 50%;
  min-height: 420px;
  padding: 36px var(--pad) 125px;
}
.round-portrait { width: 210px; height: 210px; border-radius: 50%; object-position: 50% 28%; }
.section-label { color: var(--quiet); font-size: 14px; line-height: 1.5; }
.intro h2 { font-size: clamp(31px, 2.8vw, 46px); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; }
.intro-copy p { max-width: 470px; margin: 77px 0 0 auto; font-size: 17px; line-height: 1.55; }

.section-line {
  display: grid;
  grid-template-columns: 25% 1fr auto;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.section-line span:nth-child(2) { color: var(--quiet); }
.display-title {
  margin: 54px 0 50px;
  font-size: clamp(78px, 9.6vw, 162px);
  font-weight: 700;
  line-height: .86;
  letter-spacing: -.078em;
}
.display-title-long { font-size: clamp(76px, 9.15vw, 155px); }

.featured-efir { padding: 0 var(--pad) 145px; }
.efir-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; padding: 62px 7% 68px; }
.efir-copy h2 { font: italic 400 160px/.9 "Times New Roman", Georgia, serif; letter-spacing: -.06em; }
.efir-copy p { max-width: 520px; font-size: 17px; line-height: 1.55; }
.efir-copy .efir-lead { margin-bottom: 29px; font-size: 37px; line-height: 1.08; letter-spacing: -.04em; }
.efir-copy .efir-meta { margin-top: 25px; color: var(--quiet); font-size: 14px; }
.underlined { display: inline-block; margin-top: 30px; padding-bottom: 6px; border-bottom: 1px solid #777; font-size: 14px; }
.efir-still { width: 80%; height: 650px; margin-left: auto; overflow: hidden; }
.efir-still img { height: 110%; object-position: center 45%; }

.portfolio-section { padding: 0 var(--pad) 145px; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 75px 16px; align-items: start; }
.opera-grid { grid-template-columns: repeat(3, 1fr); }
.project-wide { grid-column: 1 / -1; }
.project-picture, .type-stage { position: relative; height: 31vw; min-height: 350px; max-height: 500px; overflow: hidden; background: #151515; }
.opera-grid > .project:not(.project-wide) .project-picture { height: 27vw; min-height: 330px; max-height: 440px; }
.project-wide .project-picture { height: 54vw; min-height: 610px; max-height: 760px; }
.project-picture img { height: 110%; transform: translateY(var(--image-y, 0px)) scale(1.04); transition: transform .7s ease; }
.project:hover .project-picture img { transform: translateY(var(--image-y, 0px)) scale(1.075); }
.project:hover { color: var(--ink); }
.open-project {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px 13px;
  background: #050505d6;
  font-size: 14px;
  opacity: 0;
  transform: translateY(8px);
  transition: .25s;
}
.project:hover .open-project, .project:focus-visible .open-project { opacity: 1; transform: none; }
.project-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-top: 17px; }
.project-heading h3 { font-size: 34px; font-weight: 400; line-height: 1.02; letter-spacing: -.05em; }
.opera-grid .project-heading h3 { font-size: 30px; }
.project-heading > span { font-size: 13px; white-space: nowrap; }
.project-detail { display: flex; justify-content: space-between; gap: 15px; margin-top: 11px; color: var(--quiet); font-size: 14px; line-height: 1.4; }
.project-detail span:last-child { text-align: right; }
.project-facts { margin-top: 13px; color: #f2f2ed; font-size: 12px; letter-spacing: .055em; text-transform: uppercase; }
.type-stage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #333;
  background: #0a0a0a;
}
.type-stage span { color: var(--quiet); font-size: 12px; letter-spacing: .08em; }
.type-stage strong { font: 700 clamp(66px, 6.2vw, 106px)/.72 Arial, sans-serif; letter-spacing: -.085em; }
.type-project:hover .type-stage { border-color: #777; }

.portrait-statement { position: relative; height: 880px; margin: 10px 0 145px; overflow: hidden; background: #050505; }
.portrait-statement > img { position: absolute; top: -155px; width: 58%; height: 1160px; object-fit: cover; }
.portrait-left > img { left: 0; object-position: 50% 35%; -webkit-mask-image: linear-gradient(270deg, transparent 0, #000 30%); mask-image: linear-gradient(270deg, transparent 0, #000 30%); }
.portrait-right > img { right: 0; object-position: 50% 30%; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 30%); mask-image: linear-gradient(90deg, transparent 0, #000 30%); }
.statement-copy { position: relative; z-index: 1; width: 60%; padding-top: 146px; }
.portrait-left .statement-copy { margin-left: 43%; }
.portrait-right .statement-copy { padding-left: 8%; }
.statement-copy blockquote { margin: 54px 0 36px; font-size: clamp(48px, 5vw, 80px); font-weight: 400; line-height: 1.04; letter-spacing: -.062em; }
.statement-copy em { font-family: "Times New Roman", Georgia, serif; font-size: 1.12em; font-weight: 400; letter-spacing: -.05em; }
.statement-note { max-width: 470px; color: #bdbdbd; font-size: 17px; line-height: 1.6; }
.portrait-index { position: absolute; bottom: 24px; left: var(--pad); color: var(--quiet); font-size: 12px; }
.portrait-index:hover { color: var(--ink); }

.other-grid { grid-template-columns: repeat(3, 1fr); }
.other-grid .project-wide .project-picture img { object-position: center 43%; }
.other-grid > .project:not(.project-wide) .project-picture { height: 27vw; min-height: 330px; max-height: 440px; }
.offstage-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 55px 16px; align-items: start; }
.limb-project { grid-row: span 2; }
.limb-project .project-picture { height: 720px; max-height: none; }
.limb-project .project-picture img { object-position: center; }
.compact-project .project-picture { height: 300px; min-height: 0; }
.compact-project .project-heading h3 { font-size: 30px; }

.collaborators { padding: 0 var(--pad) 150px; }
.names { margin: 0 0 110px 25%; border-top: 1px solid var(--line); }
.names span { display: block; padding: 15px 0 12px; border-bottom: 1px solid var(--line); font-size: clamp(43px, 5.1vw, 82px); line-height: 1; letter-spacing: -.06em; }
.names span:nth-child(even) { padding-left: 16%; font-family: "Times New Roman", Georgia, serif; font-style: italic; }
.assistant-heading { display: grid; grid-template-columns: 25% 1fr; margin-bottom: 55px; }
.assistant-heading p { max-width: 380px; font-size: 18px; line-height: 1.45; }
.assistant-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-left: 25%; }
.assistant-grid article { min-height: 470px; padding: 20px 20px 24px; border-top: 1px solid var(--line); background: #080808; }
.assistant-grid h3 { margin: 65px 0 45px; font-size: 64px; font-weight: 400; line-height: .87; letter-spacing: -.065em; }
.assistant-grid p { color: var(--quiet); font-size: 16px; line-height: 1.5; }
.assistant-grid strong { display: block; margin-top: 44px; font-size: 16px; font-weight: 400; line-height: 1.45; }
.assistant-year { font-size: 13px; }

.recognition { padding: 0 var(--pad) 150px; }
.recognition-list { margin-left: 25%; border-top: 1px solid var(--line); }
.recognition-list > * {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 25px;
  align-items: baseline;
  padding: 24px 0 22px;
  border-bottom: 1px solid var(--line);
}
.recognition-list span { font-size: clamp(30px, 3.5vw, 58px); line-height: 1; letter-spacing: -.055em; }
.recognition-list strong { max-width: 330px; color: var(--quiet); font-size: 14px; font-weight: 400; line-height: 1.35; text-align: right; }
.recognition-list a:hover span { font-family: "Times New Roman", Georgia, serif; font-style: italic; }

.tickets { padding: 22px var(--pad) 58px; background: #efeee9; color: #050505; }
.tickets .section-line { border-color: #05050550; }
.tickets .section-line span:nth-child(2) { color: #555; }
.tickets-layout { display: grid; grid-template-columns: 25% 50% 25%; align-items: end; min-height: 585px; padding-top: 65px; }
.ticket-date { align-self: start; display: flex; align-items: flex-end; gap: 12px; }
.ticket-date strong { font: italic 400 172px/.72 "Times New Roman", Georgia, serif; letter-spacing: -.08em; }
.ticket-date span, .ticket-title > span, .ticket-place > span { font-size: 12px; line-height: 1.35; letter-spacing: .07em; }
.ticket-title h2 { margin: 18px 0 28px; font-size: clamp(80px, 9.5vw, 158px); font-weight: 700; line-height: .77; letter-spacing: -.085em; }
.ticket-title p, .ticket-place p { font-size: 16px; line-height: 1.5; }
.ticket-place { padding-left: 25px; border-left: 1px solid #05050550; }
.ticket-place strong { display: block; margin: 18px 0 20px; font-size: 38px; font-weight: 400; letter-spacing: -.045em; }
.ticket-place a { display: inline-block; margin-top: 55px; padding: 15px 18px; background: #050505; color: white; font-size: 16px; }
.ticket-place a:hover { background: #333; color: white; }

.biography { display: grid; grid-template-columns: 25% 44% 31%; margin: 130px var(--pad); padding-top: 26px; border-top: 1px solid var(--line); font-size: 28px; line-height: 1.24; letter-spacing: -.04em; }
.biography > div { max-width: 280px; font-size: 16px; line-height: 1.5; letter-spacing: 0; }

.poster-archive { padding: 0 0 150px var(--pad); overflow: hidden; }
.poster-archive > .section-line { margin-right: var(--pad); }
.archive-heading-row { display: flex; align-items: flex-end; justify-content: space-between; padding: 55px var(--pad) 45px 0; }
.archive-heading-row h2 { font-size: clamp(78px, 9.6vw, 155px); line-height: .78; letter-spacing: -.08em; }
.archive-heading-row p { color: var(--quiet); font-size: 13px; }
.poster-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(248px, 19vw);
  gap: 12px;
  overflow-x: auto;
  padding: 0 var(--pad) 22px 0;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-color: #777 #171717;
}
.poster-strip figure { margin: 0; scroll-snap-align: start; }
.poster-strip img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; border: 1px solid #222; background: #0a0a0a; object-fit: contain; object-position: center; }
.poster-strip figcaption { display: flex; justify-content: space-between; gap: 12px; padding-top: 12px; font-size: 14px; line-height: 1.25; }
.poster-strip small { color: var(--quiet); font-size: 12px; white-space: nowrap; }
.contact { padding: 0 var(--pad) 70px; }
.contact h2 { margin: 80px 0 85px; font: 400 clamp(90px, 10.5vw, 170px)/.9 Arial, sans-serif; letter-spacing: -.075em; }
.contact-bottom { display: flex; justify-content: space-between; align-items: flex-end; }
.contact-bottom p { font-size: 16px; line-height: 1.45; }
.contact-links { display: grid; gap: 16px; justify-items: end; }
.contact-links a { padding-bottom: 10px; border-bottom: 1px solid #777; font-size: 36px; letter-spacing: -.035em; }
footer { display: flex; align-items: center; justify-content: space-between; padding: 25px var(--pad); border-top: 1px solid var(--line); font-size: 13px; }
.footer-wordmark { font-size: 28px; font-weight: 700; letter-spacing: -.06em; }

.motion-hero .hero-scene { animation: stage-breath 20s ease-in-out infinite alternate; }
.motion-paused .hero-scene { animation-play-state: paused; }
.motion-paused .project-picture img, .motion-paused .efir-still img { transform: scale(1.04); }
@keyframes stage-breath { from { transform: scale(1); } to { transform: scale(1.065); } }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; transition: none !important; }
  .hero-scene { animation: none !important; }
  .project-picture img, .efir-still img { transform: none !important; }
}

@media (max-width: 900px) {
  :root { --pad: 16px; }
  html { scroll-padding-top: 12px; }
  body { min-width: 0; overflow-x: hidden; }
  .navigation { position: absolute; display: flex; justify-content: space-between; padding-top: 18px; font-size: 13px; }
  .navigation > nav { display: none; }
  .brand { position: relative; z-index: 2; margin: 0; font-size: 22px; }
  .mobile-menu { position: relative; z-index: 5; display: block; text-align: right; }
  .mobile-menu summary { list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] summary { color: #aaa; }
  .mobile-menu div { position: absolute; top: 29px; right: 0; display: grid; gap: 13px; width: 220px; padding: 18px; border: 1px solid #333; background: #050505ee; text-align: left; }

  .hero { height: 100svh; min-height: 690px; max-height: 860px; }
  .hero-scene { top: 0; height: 100%; object-position: 52% 50%; }
  .hero-shade { background: linear-gradient(180deg, #000c 0, transparent 30%, #0004 54%, #000 100%); }
  .hero-caption { top: 78px; gap: 5px; font-size: 12px; }
  .hero-caption span:first-child { font-size: 10px; }
  .balanced-name { bottom: 105px; left: var(--pad); display: flex; flex-direction: column; gap: 0; width: calc(100% - 32px); font-size: 16.6vw; line-height: .82; white-space: normal; }
  .balanced-name span { display: block; width: 100%; }
  .balanced-name span:last-child { text-align: right; }
  .hero-link, .hero-credit { bottom: 25px; font-size: 11px; }
  .hero-credit { max-width: 150px; }
  .micro { font-size: 9px; }
  .motion-toggle { display: none; }

  .intro { grid-template-columns: 35% 65%; min-height: 0; padding-top: 28px; padding-bottom: 88px; }
  .round-portrait { width: 105px; height: 105px; }
  .intro > .section-label { padding-top: 5px; }
  .intro-copy { grid-column: 1 / -1; padding-top: 45px; }
  .intro h2 { font-size: 31px; }
  .intro-copy p { max-width: 92%; margin: 40px 0 0 auto; font-size: 15px; }

  .section-line { grid-template-columns: auto 1fr; gap: 14px; font-size: 11px; }
  .section-line span:nth-child(3) { display: none; }
  .display-title, .display-title-long { margin: 38px 0 33px; font-size: 17.5vw; letter-spacing: -.072em; }
  .display-title-long { font-size: 16vw; }
  #recognition-heading { font-size: 15.2vw; }

  .featured-efir { padding-bottom: 90px; }
  .efir-copy { grid-template-columns: 1fr; gap: 44px; padding: 45px 0 40px; }
  .efir-copy h2 { font-size: 30vw; }
  .efir-copy > div { width: 88%; margin-left: auto; }
  .efir-copy p { font-size: 15px; }
  .efir-copy .efir-lead { font-size: 29px; }
  .efir-still { width: calc(100% + var(--pad)); height: 63vw; margin-left: 0; }

  .portfolio-section { padding-bottom: 90px; }
  .project-grid, .opera-grid, .other-grid { grid-template-columns: 1fr; gap: 54px; }
  .project-wide { grid-column: auto; }
  .project-picture, .type-stage, .project-wide .project-picture, .opera-grid > .project:not(.project-wide) .project-picture, .other-grid > .project:not(.project-wide) .project-picture { height: 70vw; min-height: 265px; max-height: none; }
  .project-wide .project-picture { height: 82vw; }
  .project-heading { margin-top: 13px; }
  .project-heading h3, .opera-grid .project-heading h3 { font-size: 28px; }
  .project-detail { font-size: 12px; }
  .project-facts { font-size: 10px; }
  .open-project { right: 10px; bottom: 10px; padding: 8px 10px; font-size: 11px; opacity: 1; transform: none; }

  .portrait-statement { height: 720px; margin-bottom: 90px; }
  .portrait-statement > img { top: 0; width: 100%; height: 100%; opacity: .78; }
  .portrait-left > img, .portrait-right > img { left: 0; right: auto; object-position: 50% 28%; -webkit-mask-image: linear-gradient(180deg, #000 0, #000 43%, transparent 91%); mask-image: linear-gradient(180deg, #000 0, #000 43%, transparent 91%); }
  .statement-copy, .portrait-left .statement-copy, .portrait-right .statement-copy { position: absolute; bottom: 60px; left: 0; width: 100%; margin: 0; padding: 0 var(--pad); }
  .statement-copy blockquote { margin: 27px 0 22px; font-size: 11.5vw; }
  .statement-note { font-size: 14px; }
  .portrait-index { font-size: 9px; }

  .offstage-grid { grid-template-columns: 1fr; gap: 54px; }
  .limb-project { grid-row: auto; }
  .limb-project .project-picture, .compact-project .project-picture { height: 70vw; min-height: 270px; max-height: none; }
  .limb-project .project-picture img { object-position: 48% center; }

  .collaborators, .recognition { padding-bottom: 92px; }
  .names { margin: 0 0 80px; }
  .names span { font-size: 11vw; }
  .names span:nth-child(even) { padding-left: 10%; }
  .assistant-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 35px; }
  .assistant-grid { grid-template-columns: 1fr; margin-left: 0; }
  .assistant-grid article { min-height: 380px; }
  .assistant-grid h3 { margin: 55px 0 37px; font-size: 51px; }

  .recognition-list { margin-left: 0; }
  .recognition-list > * { grid-template-columns: 1fr; gap: 13px; padding: 18px 0 17px; }
  .recognition-list span { font-size: 27px; }
  .recognition-list strong { max-width: none; font-size: 12px; text-align: left; }

  .tickets { padding-top: 14px; padding-bottom: 42px; }
  .tickets-layout { grid-template-columns: 1fr; gap: 45px; min-height: 0; padding-top: 50px; }
  .tickets-layout > * { min-width: 0; }
  .ticket-date strong { font-size: 128px; }
  .ticket-title h2 { margin-top: 13px; font-size: 18.5vw; }
  .ticket-title p, .ticket-place p { font-size: 14px; }
  .ticket-place { padding: 25px 0 0; border-top: 1px solid #05050550; border-left: 0; }
  .ticket-place a { width: 100%; margin-top: 32px; text-align: center; }

  .biography { grid-template-columns: 1fr; gap: 32px; margin: 82px var(--pad); padding-top: 18px; font-size: 25px; }
  .biography > div { margin-left: 18%; }
  .poster-archive { padding: 0 var(--pad) 95px; overflow: visible; }
  .poster-archive > .section-line { margin-right: 0; }
  .archive-heading-row { align-items: end; padding-top: 40px; padding-bottom: 32px; }
  .archive-heading-row h2 { font-size: 18vw; }
  .archive-heading-row p { display: none; }
  .poster-strip {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: auto;
    gap: 28px 10px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }
  .poster-strip figure { min-width: 0; scroll-snap-align: none; }
  .poster-strip img { display: block; object-fit: contain; }
  .poster-strip figcaption { align-items: flex-start; gap: 7px; padding-top: 9px; font-size: 12px; }
  .poster-strip small { font-size: 10px; }

  .contact { padding-bottom: 45px; }
  .contact h2 { margin: 62px 0 65px; font-size: 13.8vw; }
  .contact-bottom { display: grid; gap: 44px; }
  .contact-links { justify-items: start; }
  .contact-links a { font-size: 23px; }
  footer { flex-wrap: wrap; gap: 25px; }
  .footer-wordmark { order: 3; width: 100%; font-size: 14vw; text-align: center; }
}
