:root {
  color-scheme: light;
  --ink: #18201f;
  --muted: #52615d;
  --wash: #d8e5df;
  --wash-deep: #bfd1c8;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --wine: #711f37;
  --wine-dark: #4f1226;
  --gold: #bd8441;
  --line: rgba(24, 32, 31, 0.22);
  --line-light: rgba(255, 255, 255, 0.34);
  --gutter: clamp(1rem, 4vw, 4.5rem);
  --display: Georgia, "Times New Roman", serif;
  --sans:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --type-caption: 0.75rem;
  --type-meta: clamp(0.9rem, calc(0.86rem + 0.2vw), 1rem);
  --type-body: clamp(1rem, calc(0.97rem + 0.2vw), 1.125rem);
  --type-lede: clamp(1.25rem, calc(1.1rem + 0.65vw), 1.75rem);
  --type-row-title: clamp(1.25rem, calc(1.1rem + 0.6vw), 1.75rem);
  --type-subhead: clamp(2rem, calc(1.75rem + 1vw), 2.75rem);
  --type-card: clamp(1.875rem, calc(1.55rem + 1.1vw), 2.75rem);
  --type-section: clamp(2.5rem, calc(2.1rem + 1.5vw), 3.5rem);
  --type-feature: clamp(2.5rem, calc(2rem + 2vw), 4.5rem);
  --type-page: clamp(3.25rem, calc(2.4rem + 3.5vw), 6rem);
  --type-statement: clamp(2.25rem, calc(1.75rem + 2vw), 4rem);
}

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

html {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 20rem;
  margin: 0;
  background: var(--paper);
  font-size: var(--type-body);
  line-height: 1.55;
}

main {
  overflow-x: clip;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--wine);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 0.9rem;
  background: var(--ink);
  color: white;
  font-weight: 700;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr);
  gap: 2rem;
  align-items: center;
  min-height: 5rem;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 246, 0.97);
  padding: 0.9rem var(--gutter);
}

.wordmark {
  width: fit-content;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 760;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.site-nav ul,
.footer-nav,
.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem clamp(0.9rem, 2vw, 1.8rem);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav ul {
  justify-content: center;
}

.site-nav a,
.review-link,
.text-link,
.card-link,
.profile-links a,
.footer-nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.32em;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  text-decoration: underline;
}

.review-link {
  justify-self: end;
  color: var(--wine);
}

.project-meta {
  margin: 0.85rem 0 1.25rem;
  color: var(--wine);
  font-size: var(--type-meta);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.45;
}

.image-credit {
  font-size: var(--type-caption);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

h1,
h2,
h3,
p,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 400;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(17rem, 0.82fr) minmax(22rem, 1.18fr);
  min-height: calc(100vh - 5rem);
  min-height: calc(100svh - 5rem);
}

.hero-portrait {
  position: relative;
  min-height: 42rem;
  margin: 0;
  overflow: hidden;
  background: #251d28;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 33%;
}

.image-credit {
  margin: 0;
  color: var(--muted);
}

.hero-portrait .image-credit,
.media-frame .image-credit {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  border: 1px solid var(--line-light);
  background: rgba(20, 17, 22, 0.78);
  color: white;
  padding: 0.5rem 0.65rem;
  font-size: var(--type-caption);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 6rem);
}

.hero-copy h1 {
  max-width: 10.5ch;
  margin: clamp(2rem, 7vh, 5rem) 0 0;
  font-size: clamp(3.5rem, 6.8vw, 7.25rem);
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.hero-copy h1 em {
  color: var(--wine);
  font-weight: 400;
}

.hero-bottom {
  max-width: 38rem;
  margin: clamp(3rem, 9vh, 7rem) 0 0 auto;
}

.hero-positioning {
  margin-bottom: 1.6rem;
  font-family: var(--display);
  letter-spacing: -0.035em;
}

.hero-proverb__kreyol,
.hero-proverb__translation {
  display: block;
}

.hero-proverb__kreyol {
  max-width: 16ch;
  color: var(--wine);
  font-size: clamp(2rem, 3vw, 3.25rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.hero-proverb__translation {
  max-width: 31rem;
  margin-top: 1rem;
  color: var(--muted);
  font-family: var(--sans);
  font-size: var(--type-body);
  letter-spacing: 0;
  line-height: 1.45;
}

.text-link,
.card-link {
  gap: 0.65rem;
  width: fit-content;
}

.text-link .arrow,
.card-link .arrow {
  color: var(--wine);
  font-size: 1rem;
}

.section-shell {
  padding: clamp(4rem, 9vw, 9rem) var(--gutter);
}

.section-shell--cream {
  background: var(--cream);
}

.section-shell--wash {
  background: var(--wash-deep);
}

.section-shell--work {
  padding-top: clamp(2rem, 4vw, 4rem);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(17rem, 33rem);
  gap: 2rem;
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.section-heading h2,
.representation-preview h2 {
  margin-bottom: 0;
  font-size: var(--type-section);
  letter-spacing: -0.035em;
  line-height: 1;
}

.section-heading > p {
  max-width: 31rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--type-meta);
}

.discipline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.discipline-card {
  min-width: 0;
  border-right: 1px solid var(--line);
}

.discipline-card:nth-child(2n) {
  border-right: 0;
}

.discipline-card:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.media-frame {
  position: relative;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: var(--wash-deep);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.media-frame--trinity img {
  object-position: 50% 4%;
}

.media-frame--chante img {
  object-position: 58% center;
}

.media-frame--people img {
  object-position: 50% 0;
}

.media-frame--conversation img {
  object-position: 50% 6%;
}

.discipline-card:hover .media-frame img,
.project-card:hover .project-media img {
  transform: scale(1.015);
}

.discipline-copy {
  display: flex;
  min-height: 21rem;
  flex-direction: column;
  padding: clamp(1.5rem, 3.5vw, 3.5rem);
}

.discipline-copy h3 {
  margin: 0 0 1.25rem;
  font-size: var(--type-section);
  letter-spacing: -0.035em;
  line-height: 1;
}

.feature-copy {
  max-width: 38rem;
  margin-bottom: 2.5rem;
  font-family: var(--display);
  font-size: var(--type-lede);
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.feature-attribution {
  display: block;
  margin-top: 1rem;
  color: var(--muted);
  font-family: var(--sans);
  font-size: var(--type-meta);
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.45;
}

.discipline-copy .card-link {
  margin-top: auto;
}

.representation-preview {
  display: grid;
  grid-template-columns: minmax(15rem, 0.8fr) minmax(20rem, 1.2fr);
  gap: clamp(2rem, 7vw, 8rem);
  background: var(--ink);
  color: var(--cream);
  padding: clamp(3rem, 6vw, 5rem) var(--gutter);
}

.representation-preview > h2 {
  max-width: 8ch;
  margin-bottom: 0;
  font-size: var(--type-section);
  letter-spacing: -0.035em;
  line-height: 1;
}

.representation-list {
  margin: 0;
  border-top: 1px solid var(--line-light);
}

.representation-row {
  display: grid;
  grid-template-columns: minmax(10rem, 0.8fr) minmax(14rem, 1.2fr);
  gap: 1rem;
  border-bottom: 1px solid var(--line-light);
  padding: 1.4rem 0;
}

.representation-row dt {
  font-weight: 760;
}

.representation-row dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.page-masthead {
  display: grid;
  grid-template-columns: minmax(20rem, 1.08fr) minmax(17rem, 0.92fr);
  min-height: 34rem;
  background: var(--wash);
}

.masthead-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  padding: clamp(2.5rem, 5vw, 5rem) var(--gutter);
}

.masthead-copy h1 {
  max-width: 9ch;
  margin: 0;
  font-size: var(--type-page);
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.masthead-copy .lede {
  max-width: 38rem;
  margin: 0;
  font-family: var(--display);
  font-size: var(--type-lede);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.masthead-media {
  position: relative;
  min-height: 34rem;
  margin: 0;
  overflow: hidden;
  background: var(--wine-dark);
}

.masthead-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masthead-media .image-credit {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid var(--line-light);
  background: rgba(20, 17, 22, 0.78);
  color: white;
  padding: 0.5rem 0.65rem;
  font-size: var(--type-caption);
}

.collection {
  background: var(--cream);
  padding: clamp(4rem, 8vw, 8rem) var(--gutter);
}

.collection-intro {
  display: grid;
  grid-template-columns: minmax(12rem, 0.7fr) minmax(20rem, 1.3fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.collection-intro h2 {
  margin-bottom: 0;
  font-size: var(--type-section);
  letter-spacing: -0.035em;
  line-height: 1;
}

.collection-intro > div:last-child {
  max-width: 40rem;
}

.collection-intro > div:last-child p:last-child {
  margin-bottom: 0;
}

.collection-intro--simple {
  display: block;
}

.collection-intro--simple h2 {
  font-size: var(--type-section);
  line-height: 1;
}

.featured-project {
  display: grid;
  grid-template-columns: minmax(18rem, 1.05fr) minmax(20rem, 0.95fr);
  border-bottom: 1px solid var(--line);
}

.featured-project__visual {
  min-height: 32rem;
}

.featured-project__visual--image {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.featured-project__visual--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}

.featured-project__visual--queen img {
  object-position: 68% center;
}

.featured-project__visual--image .image-credit {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  border: 1px solid var(--line-light);
  background: rgba(20, 17, 22, 0.78);
  color: white;
  padding: 0.5rem 0.65rem;
  font-size: var(--type-caption);
}

.featured-project__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 5rem);
}

.featured-project h2 {
  margin: 0 0 1rem;
  font-size: var(--type-feature);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.featured-project .feature-copy {
  font-size: var(--type-lede);
}

.featured-project--text {
  display: block;
  background: var(--wine);
  color: var(--cream);
}

.featured-project--text .featured-project__copy {
  min-height: clamp(25rem, 38vw, 34rem);
}

.featured-project--text .project-meta,
.featured-project--text .feature-copy,
.featured-project--text .card-link,
.featured-project--text .card-link .arrow {
  color: inherit;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: 2.5rem;
}

.title-art {
  position: relative;
  display: grid;
  min-height: 100%;
  overflow: hidden;
  place-items: center;
  background: var(--wine);
  color: var(--cream);
  isolation: isolate;
}

.title-art::before,
.title-art::after {
  position: absolute;
  z-index: -1;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.24;
}

.title-art::before {
  width: 75%;
  aspect-ratio: 1;
  transform: translate(-30%, -30%);
}

.title-art::after {
  right: -18%;
  bottom: -22%;
  width: 65%;
  aspect-ratio: 1;
}

.title-art--ink {
  background: var(--ink);
}

.title-art--gold {
  background: var(--gold);
  color: var(--ink);
}

.title-art--wash {
  background: var(--wash-deep);
  color: var(--wine-dark);
}

.title-art__mark {
  max-width: 7ch;
  padding: 2rem;
  font-family: var(--display);
  font-size: clamp(3.5rem, 8vw, 7rem);
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-align: center;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.project-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-card:nth-child(2n) {
  border-right: 0;
}

.project-media {
  position: relative;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: var(--wash-deep);
}

.title-art.project-media {
  min-height: 0;
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.project-media--murika img {
  object-position: 50% 43%;
  scale: 1.5;
}

.project-media .image-credit {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  border: 1px solid var(--line-light);
  background: rgba(20, 17, 22, 0.78);
  color: white;
  padding: 0.5rem 0.65rem;
  font-size: var(--type-caption);
}

.project-card__body {
  display: flex;
  min-height: 20rem;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.project-card h3 {
  margin: 0 0 0.75rem;
  font-size: var(--type-card);
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.project-card p {
  max-width: 38rem;
  color: var(--muted);
}

.project-card .card-link {
  margin-top: auto;
}

.writing-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.writing-film-feature {
  display: grid;
  grid-template-columns: minmax(18rem, 1.1fr) minmax(18rem, 0.9fr);
  border-bottom: 1px solid var(--line);
}

.writing-film-feature__media {
  position: relative;
  min-height: clamp(20rem, 32vw, 32rem);
  margin: 0;
  overflow: hidden;
  background: var(--wash-deep);
}

.writing-film-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.writing-film-feature__media--murika img {
  object-position: 50% 43%;
  scale: 1.5;
}

.writing-film-feature__media .image-credit {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  border: 1px solid var(--line-light);
  background: rgba(20, 17, 22, 0.78);
  color: white;
  padding: 0.5rem 0.65rem;
  font-size: var(--type-caption);
}

.writing-film-feature__body {
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 4rem);
}

.writing-film-feature__body h3 {
  margin: 0 0 0.75rem;
  font-size: var(--type-card);
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-wrap: balance;
}

.writing-film-feature__body .card-link {
  margin-top: auto;
  padding-top: 2.5rem;
}

.writing-film-feature--reverse .writing-film-feature__media {
  grid-column: 2;
  grid-row: 1;
}

.writing-film-feature--reverse .writing-film-feature__body {
  grid-column: 1;
  grid-row: 1;
}

.writing-project-grid--single {
  grid-template-columns: 1fr;
}

.directing-reading {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(20rem, 1.35fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.directing-reading__poster {
  aspect-ratio: 960 / 1154;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.directing-reading__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.directing-reading__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 4vw, 4rem);
}

.directing-reading__body h3 {
  margin: 0 0 0.75rem;
  font-size: var(--type-card);
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-wrap: balance;
}

.directing-reading__body .card-link {
  align-self: flex-start;
  margin-top: 3rem;
}

.writing-project-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.5rem, 2.6vw, 2.75rem);
}

.writing-project-card + .writing-project-card {
  border-left: 1px solid var(--line);
}

.writing-project-card h3 {
  margin: 0 0 0.75rem;
  font-size: var(--type-card);
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-wrap: balance;
}

.writing-project-card__logline {
  margin: 0;
  color: var(--muted);
  font-size: var(--type-body);
  line-height: 1.55;
}

.writing-project-card .card-link {
  margin-top: auto;
  padding-top: 2.5rem;
}

.acting-highlight-grid {
  border-bottom: 1px solid var(--line);
}

.acting-highlight {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  border-bottom: 1px solid var(--line);
}

.acting-highlight:last-child {
  border-bottom: 0;
}

.acting-highlight:nth-child(even) .acting-highlight__media {
  grid-column: 2;
  grid-row: 1;
}

.acting-highlight:nth-child(even) .acting-highlight__body {
  grid-column: 1;
  grid-row: 1;
}

.acting-highlight__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--wash-deep);
}

.acting-highlight--landscape .acting-highlight__media {
  aspect-ratio: 4 / 3;
}

.acting-highlight--portrait .acting-highlight__media {
  aspect-ratio: 4 / 5;
  background: var(--ink);
}

.acting-highlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.acting-highlight--portrait .acting-highlight__media img {
  object-fit: contain;
}

.acting-highlight--bad-kreyol .acting-highlight__media img {
  object-position: center center;
}

.acting-highlight--fbi-most-wanted .acting-highlight__media img {
  object-position: center 42%;
}

.acting-highlight--gloria .acting-highlight__media img {
  object-position: center 48%;
}

.acting-highlight:hover .acting-highlight__media img {
  transform: scale(1.015);
}

.acting-highlight__media .image-credit {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  border: 1px solid var(--line-light);
  background: rgba(20, 17, 22, 0.78);
  color: white;
  padding: 0.5rem 0.65rem;
  font-size: var(--type-caption);
}

.acting-highlight__body {
  display: grid;
  align-content: center;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(2rem, 5vw, 5rem);
}

.acting-highlight h3 {
  margin: 0 0 0.75rem;
  font-size: var(--type-feature);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.acting-highlight__body > div > p:last-child {
  max-width: 38rem;
  margin-bottom: 0;
  color: var(--muted);
}

.acting-quote {
  margin: 0;
  border-top: 1px solid var(--line);
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.acting-quote p {
  max-width: 36rem;
  margin-bottom: 1.25rem;
  font-family: var(--display);
  font-size: var(--type-lede);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.acting-quote footer a {
  display: inline-flex;
  gap: 0.35rem;
  min-height: 2.75rem;
  align-items: center;
  color: var(--wine);
  font-size: var(--type-meta);
  font-weight: 650;
  letter-spacing: 0;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}

.credit-group {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
}

.credit-group + .credit-group {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.credit-group__header {
  display: grid;
  grid-template-columns: minmax(12rem, 0.6fr) minmax(18rem, 1.4fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.credit-group__header h2 {
  margin-bottom: 0;
  font-size: var(--type-section);
  letter-spacing: -0.035em;
  line-height: 1;
}

.credit-group__header > div > p {
  max-width: 34rem;
  margin: 1rem 0 0;
  color: var(--muted);
}

.credit-group__header--simple {
  display: block;
}

.credit-group__header--simple h2 {
  font-size: var(--type-subhead);
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.credit-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.credit-row {
  display: grid;
  grid-template-columns: minmax(11rem, 0.7fr) minmax(12rem, 0.5fr) minmax(18rem, 1.3fr);
  gap: clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line);
  padding: 1.5rem 0;
}

.credit-row dt {
  font-family: var(--display);
  font-size: var(--type-row-title);
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.credit-row dd {
  margin: 0;
  color: var(--muted);
}

.credit-row .credit-meta {
  color: var(--wine);
  font-size: var(--type-meta);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.45;
}

.acting-credit-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.acting-credit-row {
  display: grid;
  grid-template-columns: minmax(14rem, 1.35fr) minmax(16rem, 0.65fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding: clamp(1rem, 1.8vw, 1.4rem) 0;
}

.acting-credit-row dt {
  font-family: var(--display);
  font-size: var(--type-row-title);
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-wrap: pretty;
}

.acting-credit-row dd {
  justify-self: end;
  margin: 0;
  color: var(--muted);
  font-size: var(--type-body);
  line-height: 1.4;
  text-align: right;
  text-wrap: pretty;
}

.project-hero {
  display: grid;
  grid-template-columns: minmax(20rem, 1fr) minmax(17rem, 0.7fr);
  min-height: 34rem;
  background: var(--wine);
  color: var(--cream);
}

.project-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2.5rem, 6vw, 7rem) var(--gutter);
}

.project-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: var(--type-page);
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.project-hero .project-meta {
  margin-top: 1.25rem;
  color: rgba(244, 241, 232, 0.78);
}

.project-hero__summary {
  max-width: 38rem;
  margin: 3rem 0 0 auto;
  font-family: var(--display);
  font-size: var(--type-lede);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.project-hero__art {
  min-height: 34rem;
}

.project-hero__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.project-hero__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.project-hero__media--murika img {
  object-position: 50% 43%;
  scale: 1.5;
}

.project-hero__media--queen img {
  object-position: 68% center;
}

.project-hero__media .image-credit {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  border: 1px solid var(--line-light);
  background: rgba(20, 17, 22, 0.78);
  color: white;
  padding: 0.5rem 0.65rem;
  font-size: var(--type-caption);
}

.project-body {
  display: grid;
  grid-template-columns: minmax(15rem, 0.7fr) minmax(22rem, 1.3fr);
  gap: clamp(3rem, 8vw, 9rem);
  background: var(--cream);
  padding: clamp(4rem, 8vw, 8rem) var(--gutter);
}

.facts {
  margin: 0;
  border-top: 1px solid var(--line);
}

.fact {
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 0;
}

.fact dt {
  margin-bottom: 0.35rem;
  color: var(--wine);
  font-size: var(--type-meta);
  font-weight: 650;
  letter-spacing: 0;
}

.fact dd {
  margin: 0;
}

.project-story > p:first-child {
  font-family: var(--display);
  font-size: var(--type-lede);
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.project-story h2 {
  margin: clamp(3rem, 7vw, 6rem) 0 1rem;
  font-size: var(--type-subhead);
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.history-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.history-list li {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 3rem;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(17rem, 0.78fr) minmax(22rem, 1.22fr);
  min-height: 0;
}

.about-hero__image {
  position: relative;
  min-height: clamp(30rem, 40vw, 40rem);
  overflow: hidden;
  margin: 0;
}

.about-hero__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.about-hero__image .image-credit {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  border: 1px solid var(--line-light);
  background: rgba(20, 17, 22, 0.78);
  color: white;
  padding: 0.5rem 0.65rem;
  font-size: var(--type-caption);
}

.about-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  background: var(--wash);
  padding: clamp(2.5rem, 5vw, 5rem);
}

.about-hero h1 {
  margin: 0;
  font-size: var(--type-page);
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.about-hero__text {
  display: grid;
  gap: 1.25rem;
}

.about-hero__bio {
  max-width: none;
  margin: 0;
  font-family: var(--display);
  font-size: var(--type-lede);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.about-hero__statement {
  max-width: none;
  margin: 0;
  font-size: var(--type-body);
  line-height: 1.65;
}

.about-details {
  background: var(--cream);
  padding: clamp(3.5rem, 5.5vw, 5.5rem) var(--gutter);
}

.about-details__section {
  margin-top: clamp(2.75rem, 4vw, 4rem);
}

.about-details__section h2 {
  margin-bottom: 1.75rem;
  font-size: var(--type-subhead);
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.about-facts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-facts,
.about-details__section .plain-list,
.representation-directory {
  font-size: var(--type-body);
}

.about-facts li {
  position: relative;
  padding-left: 1.35rem;
}

.about-facts li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--wine);
  content: "•";
}

.about-facts li + li {
  margin-top: 1.5rem;
}

.about-facts strong,
.about-facts span {
  display: block;
}

.about-facts strong {
  margin-bottom: 0.4rem;
  font-size: inherit;
}

.about-facts span {
  color: var(--muted);
  line-height: 1.55;
}

.plain-list {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.55;
}

.plain-list li + li {
  margin-top: 0.7rem;
}

.representation-directory {
  margin: 0;
}

.representation-directory__group {
  padding: 0;
}

.representation-directory__group + .representation-directory__group {
  margin-top: 1.5rem;
}

.representation-directory__group > dt {
  margin-bottom: 0.8rem;
  font-weight: 760;
}

.representation-directory__group > dd {
  margin: 0;
}

.representation-directory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.representation-directory li {
  line-height: 1.55;
}

.representation-directory li + li {
  margin-top: 0.5rem;
}

.representation-directory li span {
  color: var(--muted);
}

.review-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(79, 18, 38, 0.28);
  background: #f3dfb7;
  padding: 0.7rem var(--gutter);
  color: var(--wine-dark);
}

.review-strip p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
}

.review-strip a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.contact-sheet {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: clamp(3rem, 6vw, 5rem);
}

.contact-card {
  grid-column: span 4;
  min-width: 0;
  min-height: 24rem;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
}

.contact-card--wide {
  grid-column: span 8;
}

.contact-card--tall {
  min-height: 32rem;
}

.contact-card--wine {
  background: var(--wine);
  color: var(--cream);
}

.contact-card--wash {
  background: var(--wash-deep);
}

.contact-card--ink {
  background: var(--ink);
  color: var(--cream);
}

.contact-card h2 {
  margin: auto 0 1rem;
  font-size: var(--type-feature);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.contact-card p {
  margin-bottom: 0;
}

.contact-card .card-link {
  margin-top: 1.5rem;
}

.contact-card--wine .card-link .arrow,
.contact-card--ink .card-link .arrow {
  color: var(--gold);
}

.compare-page {
  min-height: 100vh;
  background: var(--cream);
}

.compare-header {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) minmax(18rem, 1fr);
  gap: 2rem;
  align-items: end;
  padding: clamp(2rem, 5vw, 4rem) var(--gutter);
}

.compare-header h1 {
  margin-bottom: 0;
  font-size: var(--type-page);
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.compare-header p {
  max-width: 42rem;
  margin-bottom: 0;
  color: var(--muted);
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 var(--gutter) var(--gutter);
}

.compare-option {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--paper);
}

.compare-option__header {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 1rem;
}

.compare-option__header h2 {
  margin-bottom: 0;
  font-size: var(--type-card);
  letter-spacing: -0.03em;
}

.compare-option__header a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.compare-option iframe {
  display: block;
  width: 100%;
  height: min(72vh, 55rem);
  min-height: 36rem;
  border: 0;
  background: white;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) auto minmax(12rem, 1fr);
  gap: 2rem;
  align-items: center;
  border-top: 1px solid var(--line);
  background: var(--wash);
  padding: 1rem var(--gutter);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.site-footer p {
  margin-bottom: 0;
}

.profile-links {
  justify-content: center;
}

.profile-links a {
  gap: 0.4rem;
}

.profile-links img {
  width: 1.3rem;
  height: 1.3rem;
  flex: none;
}

.profile-handle {
  color: var(--muted);
  text-transform: none;
}

.footer-nav {
  justify-content: flex-end;
}

@media (max-width: 64rem) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .review-link {
    grid-column: 2;
    grid-row: 1;
  }

  .home-hero {
    grid-template-columns: minmax(15rem, 0.9fr) 1.1fr;
  }

  .discipline-copy {
    min-height: 22rem;
  }

  .credit-row {
    grid-template-columns: minmax(10rem, 0.7fr) minmax(11rem, 0.5fr) 1fr;
  }

  .contact-card {
    grid-column: span 6;
  }

  .contact-card--wide {
    grid-column: span 12;
  }

  .writing-project-grid {
    grid-template-columns: 1fr;
  }

  .writing-project-card + .writing-project-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 48rem) {
  .home-hero,
  .page-masthead,
  .project-hero,
  .about-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .hero-portrait,
  .masthead-media,
  .project-hero__art,
  .about-hero__image {
    min-height: min(125vw, 42rem);
  }

  .hero-copy {
    min-height: 34rem;
  }

  .project-hero__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .section-heading,
  .representation-preview,
  .collection-intro,
  .featured-project,
  .credit-group__header,
  .project-body,
  .compare-header {
    grid-template-columns: 1fr;
  }

  .discipline-grid,
  .project-grid,
  .acting-highlight-grid,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .discipline-card,
  .discipline-card:nth-child(2n),
  .project-card,
  .project-card:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .discipline-copy,
  .project-card__body {
    min-height: 0;
  }

  .acting-highlight {
    grid-template-columns: 1fr;
  }

  .acting-highlight:nth-child(even) .acting-highlight__media,
  .acting-highlight:nth-child(even) .acting-highlight__body {
    grid-column: 1;
  }

  .acting-highlight:nth-child(even) .acting-highlight__media {
    grid-row: 1;
  }

  .acting-highlight:nth-child(even) .acting-highlight__body {
    grid-row: 2;
  }

  .acting-highlight--landscape .acting-highlight__media {
    aspect-ratio: 4 / 3;
  }

  .acting-highlight--portrait .acting-highlight__media {
    aspect-ratio: 4 / 5;
  }

  .representation-row,
  .credit-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .acting-credit-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .acting-credit-row dd {
    justify-self: start;
    text-align: left;
  }

  .featured-project__visual {
    min-height: min(110vw, 38rem);
  }

  .featured-project__visual--queen {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .writing-film-feature {
    grid-template-columns: 1fr;
  }

  .directing-reading {
    grid-template-columns: 1fr;
  }

  .writing-film-feature__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .writing-film-feature--reverse .writing-film-feature__media {
    grid-column: 1;
    grid-row: 1;
  }

  .writing-film-feature--reverse .writing-film-feature__body {
    grid-column: 1;
    grid-row: 2;
  }

  .contact-card,
  .contact-card--wide {
    grid-column: 1 / -1;
    min-height: 21rem;
  }

  .contact-card--tall {
    min-height: 26rem;
  }

  .compare-option iframe {
    height: 42rem;
    min-height: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .profile-links,
  .footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 29rem) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .wordmark,
  .review-link,
  .site-nav {
    grid-column: 1;
  }

  .wordmark {
    grid-row: 1;
  }

  .review-link {
    grid-row: 2;
    justify-self: start;
  }

  .site-nav {
    grid-row: 3;
  }

  .site-nav ul {
    gap: 0.25rem 0.9rem;
    justify-content: flex-start;
  }

  .section-shell,
  .collection {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .project-body,
  .about-details {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .compare-option__header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .media-frame img,
  .project-media img,
  .acting-highlight__media img {
    transition: none;
  }
}
