:root {
  --paper: #fffefa;
  --ink: #171513;
  --soft: rgba(23, 21, 19, 0.22);
}

.film-about-page {
  min-height: 100svh;
  background: #ffffff;
  color: #101010;
  font-family: "Reenie Beanie", cursive;
}

.film-about-shell {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(18px, 3vw, 42px) 0 clamp(34px, 5vw, 64px);
}

.film-about-nav {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(52px, 9vw, 118px);
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  line-height: 0.9;
}

.film-about-nav a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.film-about-hero {
  min-height: min(64svh, 620px);
  display: grid;
  align-content: center;
}

.film-about-detail {
  display: none;
}

.film-about-detail:target {
  display: block;
}

.film-about-shell:has(.film-about-detail:target) .film-about-hero {
  display: none;
}

.film-about-open,
.film-about-close {
  width: fit-content;
  margin-top: clamp(46px, 9vw, 92px);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.82;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  transform: rotate(-2deg) skewX(-6deg);
}

.film-about-close {
  display: inline-block;
  margin-top: 0;
  margin-bottom: clamp(24px, 5vw, 46px);
  font-size: clamp(1.6rem, 3.6vw, 2.7rem);
}

.film-about-kicker,
.film-about-hint,
.film-page-card span {
  margin: 0;
  font-size: clamp(1.18rem, 2.4vw, 1.75rem);
  line-height: 0.86;
}

.film-about-hero h1 {
  max-width: 900px;
  margin: clamp(22px, 4vw, 44px) 0 0;
  font-size: clamp(5.4rem, 16vw, 14rem);
  font-weight: 400;
  line-height: 0.66;
  letter-spacing: -0.05em;
  transform: rotate(-2deg) skewX(-7deg);
}

.film-about-logline {
  max-width: 650px;
  margin: clamp(36px, 7vw, 72px) 0 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.9;
}

.film-about-hint {
  margin-top: clamp(24px, 4vw, 42px);
  opacity: 0.55;
}

.film-pages {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(min(84vw, 520px), 760px);
  gap: clamp(18px, 3vw, 34px);
  margin-top: clamp(34px, 7vw, 80px);
  padding: 0 0 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
}

.film-pages::-webkit-scrollbar {
  height: 8px;
}

.film-pages::-webkit-scrollbar-track {
  background: #f3f3f3;
}

.film-pages::-webkit-scrollbar-thumb {
  background: #101010;
}

.film-page-card {
  min-height: min(62svh, 560px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(22px, 4vw, 40px);
  padding: clamp(20px, 4vw, 42px);
  border: 1px solid #101010;
  background: #ffffff;
  overflow-y: auto;
}

.film-photo-card {
  justify-content: flex-start;
  padding: 0;
}

.film-photo-card figure {
  margin: 0;
  border-bottom: 1px solid #101010;
}

.film-photo-card img {
  width: 100%;
  aspect-ratio: 1280 / 544;
  display: block;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02) brightness(1.02);
}

.film-photo-card div {
  display: grid;
  gap: clamp(18px, 3vw, 32px);
}

.film-photo-card p {
  padding: clamp(18px, 4vw, 38px);
}

.film-page-card h2 {
  margin: 0;
  font-size: clamp(4.2rem, 10vw, 8rem);
  font-weight: 400;
  line-height: 0.68;
  letter-spacing: -0.045em;
  transform: rotate(-2deg) skewX(-7deg);
}

.film-page-card p {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.1rem, 5.2vw, 4.3rem);
  line-height: 0.88;
  transform: rotate(-1deg) skewX(-4deg);
}

.film-page-card p + p {
  margin-top: 0.62em;
}

.film-page-card strong {
  font-weight: 700;
}

.film-page-team p,
.film-page-festivals p {
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 0.92;
}

.film-material-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: clamp(34px, 6vw, 70px);
  padding-top: 18px;
  border-top: 1px solid #101010;
}

.film-material-links a {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 0.86;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

@media (max-width: 700px) {
  .film-about-shell {
    width: min(100% - 24px, 560px);
    padding-top: 16px;
  }

  .film-about-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 42px;
  }

  .film-about-hero {
    min-height: 48svh;
  }

  .film-about-shell:has(.film-about-detail:target) .film-about-nav {
    margin-bottom: 28px;
  }

  .film-about-hero h1 {
    font-size: clamp(4.4rem, 22vw, 7rem);
  }

  .film-about-logline {
    margin-top: 28px;
    font-size: clamp(1.8rem, 10vw, 2.8rem);
  }

  .film-pages {
    grid-auto-columns: calc(100vw - 28px);
    gap: 14px;
    margin-left: -2px;
    margin-top: 30px;
  }

  .film-page-card {
    min-height: 58svh;
  }

  .film-photo-card {
    min-height: 62svh;
  }

  .film-page-card p {
    font-size: clamp(1.9rem, 9vw, 2.75rem);
  }

  .film-page-team p,
  .film-page-festivals p {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
  }
}

.producer-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 8% 12%, rgba(199, 162, 123, 0.24), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(16, 47, 57, 0.16), transparent 28%),
    linear-gradient(135deg, #fffefa 0%, #f3eadf 100%);
  color: #171513;
  font-family: Georgia, "Times New Roman", serif;
}

.producer-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(22px, 4vw, 52px) 0 clamp(42px, 7vw, 80px);
}

.producer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 22px;
  margin-bottom: clamp(34px, 8vw, 88px);
  font-family: "Reenie Beanie", cursive;
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  line-height: 0.86;
}

.producer-nav a {
  position: relative;
}

.producer-nav a::after {
  content: "";
  position: absolute;
  left: -3px;
  right: -4px;
  bottom: -5px;
  border-bottom: 1px solid currentColor;
  transform: rotate(-1deg);
  opacity: 0.42;
}

.producer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.6fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: end;
}

.producer-kicker {
  margin: 0 0 18px;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.producer-intro h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Reenie Beanie", cursive;
  font-size: clamp(5.2rem, 16vw, 13rem);
  font-weight: 400;
  line-height: 0.68;
  letter-spacing: -0.045em;
  transform: rotate(-2.5deg) skewX(-7deg);
}

.producer-logline {
  max-width: 640px;
  margin: clamp(28px, 5vw, 52px) 0 0;
  font-size: clamp(1.05rem, 2.1vw, 1.45rem);
  line-height: 1.48;
}

.producer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(22px, 4vw, 34px);
}

.producer-actions a,
.producer-card,
.producer-decks a {
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.producer-actions a {
  padding: 9px 18px 11px;
  border: 1px solid #171513;
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.74);
  font-family: "Reenie Beanie", cursive;
  font-size: clamp(1.25rem, 2.5vw, 1.9rem);
  line-height: 0.8;
}

.producer-actions a:hover,
.producer-card:hover,
.producer-decks a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(23, 21, 19, 0.12);
}

.producer-photo {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(23, 21, 19, 0.7);
  border-radius: 32px 54px 30px 46px;
  background: #fffefa;
  box-shadow: 14px 16px 0 rgba(23, 21, 19, 0.1);
  transform: rotate(1.8deg);
}

.producer-photo img {
  width: 100%;
  display: block;
  border-radius: 24px 44px 22px 38px;
  filter: grayscale(0.08) contrast(0.97) brightness(1.02);
}

.producer-about-film {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 46px);
  margin-top: clamp(34px, 7vw, 74px);
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(23, 21, 19, 0.68);
  border-radius: 30px 54px 28px 48px;
  background: rgba(255, 254, 250, 0.7);
  box-shadow: 10px 12px 0 rgba(23, 21, 19, 0.07);
}

.producer-about-film h2 {
  margin: 0;
  font-family: "Reenie Beanie", cursive;
  font-size: clamp(3.2rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.72;
  transform: rotate(-2deg) skewX(-6deg);
}

.producer-about-film p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.48;
}

.producer-about-film p + p {
  margin-top: 0.9em;
}

.producer-materials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
  margin-top: clamp(40px, 8vw, 88px);
}

.producer-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(23, 21, 19, 0.68);
  border-radius: 24px 42px 22px 38px;
  background: rgba(255, 254, 250, 0.76);
  box-shadow: 7px 9px 0 rgba(23, 21, 19, 0.08);
}

.producer-card span {
  width: fit-content;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.producer-card h2,
.producer-decks h2 {
  margin: 18px 0 12px;
  font-family: "Reenie Beanie", cursive;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  font-weight: 400;
  line-height: 0.72;
  transform: rotate(-2deg) skewX(-6deg);
}

.producer-card p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.34;
}

.producer-card-primary {
  background: #d7bd9a;
}

.producer-card-support {
  background: #173a2a;
  color: #fff8ee;
}

.producer-decks {
  margin-top: clamp(30px, 6vw, 64px);
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(23, 21, 19, 0.68);
  border-radius: 30px 52px 28px 46px;
  background: rgba(23, 21, 19, 0.88);
  color: #fff8ee;
}

.producer-decks h2 {
  margin-top: 0;
}

.producer-decks div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.producer-decks a {
  padding: 9px 15px 11px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: "Reenie Beanie", cursive;
  font-size: clamp(1.15rem, 2.3vw, 1.75rem);
  line-height: 0.82;
}

@media (max-width: 850px) {
  .producer-shell {
    width: min(100% - 26px, 720px);
  }

  .producer-nav {
    justify-content: flex-start;
  }

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

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

  .producer-photo {
    max-width: 360px;
  }

  .producer-materials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .producer-shell {
    width: min(100% - 22px, 520px);
    padding-top: 16px;
  }

  .producer-nav {
    margin-bottom: 24px;
  }

  .producer-intro h1 {
    font-size: clamp(3.9rem, 18vw, 5.9rem);
  }

  .producer-logline {
    margin-top: 22px;
    font-size: 1rem;
  }

  .producer-actions {
    gap: 8px;
    margin-top: 18px;
  }

  .producer-actions a {
    padding: 7px 12px 9px;
    font-size: 1.32rem;
  }

  .producer-photo {
    display: none;
  }

  .producer-about-film {
    margin-top: 28px;
    padding: 16px;
  }

  .producer-about-film h2 {
    font-size: clamp(2.8rem, 16vw, 4.8rem);
  }

  .producer-about-film p {
    font-size: 0.92rem;
  }

  .producer-materials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 26px;
  }

  .producer-card {
    min-height: 116px;
    padding: 12px;
  }

  .producer-card h2,
  .producer-decks h2 {
    margin: 10px 0 8px;
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .producer-card p {
    font-size: 0.82rem;
    line-height: 1.22;
  }

  .producer-decks {
    margin-top: 24px;
    padding: 14px;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Reenie Beanie", cursive;
}

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

.blank-page {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  padding: 24px;
}

.about-director-button {
  position: absolute;
  top: clamp(18px, 4vw, 34px);
  right: clamp(18px, 4vw, 34px);
  padding: 4px 2px 10px;
  font-size: clamp(1.15rem, 3vw, 1.8rem);
  line-height: 0.78;
  transform: rotate(-2deg) skewX(-7deg);
}

.about-director-button::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -5px;
  bottom: 2px;
  height: 8px;
  border-bottom: 2px solid var(--ink);
  border-radius: 50%;
  transform: rotate(-1.5deg);
  opacity: 0.82;
}

.home-card {
  width: min(760px, 100%);
  min-height: min(620px, calc(100svh - 48px));
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-card h1 {
  margin: 20svh 0 0;
  font-size: clamp(3.6rem, 10vw, 8rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.045em;
  transform: rotate(-2deg) skewX(-7deg);
}

.home-card p {
  margin: clamp(88px, 15vh, 148px) 0 0;
  font-size: clamp(2.6rem, 8vw, 6.5rem);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.02em;
  transform: rotate(1.5deg) skewX(-6deg);
}

.film-button {
  margin-top: clamp(54px, 8vh, 84px);
  padding: 9px 30px 11px;
  border: 1px solid var(--ink);
  border-radius: 999px 46% 999px 42%;
  font-size: clamp(1.45rem, 4vw, 2.4rem);
  line-height: 1;
  transform: rotate(-1deg);
}

.contact-button {
  margin-top: clamp(38px, 6vh, 64px);
  font-size: clamp(1rem, 2.4vw, 1.45rem);
  line-height: 1;
  opacity: 0.72;
}

.sponsorship-button {
  margin-top: clamp(16px, 2.8vh, 28px);
  font-size: clamp(0.95rem, 2.2vw, 1.35rem);
  line-height: 1;
  opacity: 0.68;
}

.about-screen {
  min-height: 100svh;
  position: relative;
  padding: clamp(28px, 6vw, 72px);
  overflow: hidden;
}

.director-layout {
  min-height: calc(100svh - clamp(28px, 6vw, 72px) * 2);
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(360px, 1.2fr) minmax(220px, 0.7fr);
  grid-template-rows: minmax(70px, 0.7fr) auto minmax(70px, 0.7fr);
  gap: clamp(14px, 2.5vw, 34px);
  align-items: center;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.director-slides {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 4;
  height: min(76svh, 720px);
  min-height: 430px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 999px 999px 36px 36px;
  background: #ffffff;
  box-shadow: 12px 16px 0 rgba(23, 21, 19, 0.12);
  transform: rotate(-1deg);
}

.director-slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  animation: directorSlide 12s infinite;
}

.director-slides img:nth-child(2) {
  animation-delay: 4s;
}

.director-slides img:nth-child(3) {
  animation-delay: 8s;
}

.director-copy {
  grid-column: 1 / 4;
  grid-row: 2;
  z-index: 2;
  text-align: left;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  padding: clamp(16px, 2.2vw, 28px);
  border: 2px solid var(--ink);
  border-radius: 34px 58px 30px 52px;
  background: rgba(255, 254, 250, 0.92);
  box-shadow: 10px 12px 0 rgba(23, 21, 19, 0.1);
}

.director-copy h1 {
  margin: 0 0 clamp(48px, 10vh, 92px);
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 400;
  line-height: 0.78;
  transform: rotate(-3deg) skewX(-7deg);
}

.director-copy p {
  margin: 0;
  max-width: 420px;
  font-size: clamp(1.35rem, 2.45vw, 2.35rem);
  line-height: 0.96;
  transform: rotate(-1deg);
}

.director-copy p:nth-child(2) {
  grid-column: 3;
}

.director-copy p:nth-child(3) {
  grid-column: 1 / 4;
  justify-self: center;
  max-width: 720px;
  text-align: center;
}

.about-back {
  color: var(--ink);
}

@keyframes directorSlide {
  0%,
  27% {
    opacity: 1;
  }

  33%,
  100% {
    opacity: 0;
  }
}

.film-button:hover,
.film-button:focus-visible,
.contact-button:hover,
.contact-button:focus-visible,
.sponsorship-button:hover,
.sponsorship-button:focus-visible,
.about-director-button:hover,
.about-director-button:focus-visible {
  opacity: 0.62;
}

.film-page {
  overflow: hidden;
  background: #0f0f0f;
  color: #ffffff;
}

.film-gallery-page {
  overflow: auto;
  background: var(--paper);
}

.film-slideshow-page {
  overflow: hidden;
  background: #121212;
}

.single-page-film {
  min-height: 100svh;
}

.film-lockup {
  position: relative;
  z-index: 4;
  text-align: center;
}

.film-lockup-on-image {
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.74);
}

.film-stills-showcase {
  height: 100svh;
  max-height: 100svh;
  overflow: hidden;
  background: #121212;
  color: #ffffff;
}

.film-cover-slide {
  height: 100svh;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background: #121212;
  display: grid;
  place-items: center;
  padding: 24px;
}

.film-cover-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.06), rgba(18, 18, 18, 0.24)),
    radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0.035), rgba(18, 18, 18, 0.28));
  pointer-events: none;
}

.stills-auto-slideshow {
  position: absolute;
  inset: 0;
  background: #050505;
}

.stills-auto-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  filter: grayscale(1) contrast(1.08);
  animation: fullStillFade 36s infinite;
}

.stills-auto-slideshow img:nth-child(2) {
  animation-delay: 4s;
}

.stills-auto-slideshow img:nth-child(3) {
  animation-delay: 8s;
}

.stills-auto-slideshow img:nth-child(4) {
  animation-delay: 12s;
}

.stills-auto-slideshow img:nth-child(5) {
  animation-delay: 16s;
}

.stills-auto-slideshow img:nth-child(6) {
  animation-delay: 20s;
}

.stills-auto-slideshow img:nth-child(7) {
  animation-delay: 24s;
}

.stills-auto-slideshow img:nth-child(8) {
  animation-delay: 28s;
}

.stills-auto-slideshow img:nth-child(9) {
  animation-delay: 32s;
}

.film-cover-moodboard {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 20px);
  padding: clamp(68px, 8vh, 94px) clamp(42px, 4.4vw, 72px) clamp(34px, 5vh, 58px);
  isolation: isolate;
  background:
    linear-gradient(rgba(18, 18, 18, 0.68), rgba(12, 12, 12, 0.78)),
    url("assets/karin-background.jpg"),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.042) 1px, transparent 1px),
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.11), transparent 24%),
    radial-gradient(circle at 82% 70%, rgba(255, 255, 255, 0.09), transparent 24%),
    #121212;
  background-blend-mode: normal, luminosity, overlay, overlay, soft-light, soft-light, normal;
  background-position: center, center 52%, 0 0, 0 0, center, center, center;
  background-repeat: no-repeat, no-repeat, repeat, repeat, no-repeat, no-repeat, no-repeat;
  background-size: cover, min(86vw, 1120px) auto, 92px 100%, 100% 74px, auto, auto, auto;
}

.film-cover-moodboard::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 5px),
    repeating-radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 50% 50%, transparent 0 50%, rgba(45, 45, 45, 0.24) 82%);
  mix-blend-mode: overlay;
  opacity: 0.42;
  pointer-events: none;
}

.cover-still {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  background: #202020;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.cover-still::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 5px),
    repeating-radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 4px);
  opacity: 0.26;
  pointer-events: none;
}

.cover-still img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06) brightness(1.08);
}

.cover-still:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
}

.cover-still:nth-child(2) {
  grid-column: 10 / 13;
  grid-row: 1 / 3;
}

.cover-still:nth-child(3) {
  grid-column: 1 / 4;
  grid-row: 5 / 7;
}

.cover-still:nth-child(4) {
  grid-column: 10 / 13;
  grid-row: 5 / 7;
}

.film-cover-slide .back-link {
  z-index: 4;
}

.film-cover-slide h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(4.5rem, 14vw, 12rem);
  font-weight: 400;
  line-height: 0.78;
  transform: rotate(-2deg) skewX(-7deg);
}

@keyframes fullStillFade {
  0%,
  9% {
    opacity: 1;
  }

  13%,
  100% {
    opacity: 0;
  }
}

.stills-moodboard-section {
  min-height: 100svh;
  padding: clamp(28px, 5vw, 76px);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.05), transparent 24%),
    #050505;
  color: #fffefa;
}

.stills-moodboard-section h2 {
  margin: 0 0 clamp(20px, 5vw, 56px);
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 400;
  line-height: 0.74;
  transform: rotate(-4deg) skewX(-7deg);
}

.stills-moodboard {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 28px);
  align-items: center;
}

.mood-still {
  grid-column: span 2;
  margin: 0;
  padding: clamp(8px, 1.2vw, 16px);
  background: rgba(255, 254, 250, 0.93);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.mood-still img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1) contrast(1.08);
}

.mood-still-large {
  grid-column: span 3;
}

.mood-still-wide {
  grid-column: span 4;
}

.mood-still-tall {
  grid-column: span 2;
}

.mood-still:nth-child(1) {
  transform: rotate(-1.6deg);
}

.mood-still:nth-child(2) {
  transform: rotate(1.3deg) translateY(18px);
}

.mood-still:nth-child(3) {
  transform: rotate(-2.4deg) translateY(-10px);
}

.mood-still:nth-child(4) {
  transform: rotate(2deg);
}

.mood-still:nth-child(5) {
  transform: rotate(-0.8deg) translateY(10px);
}

.mood-still:nth-child(6) {
  transform: rotate(1.8deg) translateY(-14px);
}

.mood-still:nth-child(7) {
  transform: rotate(-1.2deg);
}

.mood-still:nth-child(8) {
  transform: rotate(1deg) translateY(12px);
}

.mood-still:nth-child(9) {
  transform: rotate(-2deg) translateY(-8px);
}

.film-lockup p {
  margin: clamp(54px, 10vh, 110px) 0 0;
  font-size: clamp(2rem, 6vw, 5rem);
  line-height: 0.85;
  transform: rotate(1deg) skewX(-7deg);
}

.cursive-z {
  display: inline-block;
  margin-left: 0.04em;
  font-size: 1.26em;
  line-height: 0;
  transform: translateY(0.08em) rotate(-11deg) skewX(-18deg);
}

.portfolio-button {
  display: inline-block;
  margin-top: clamp(34px, 7vh, 76px);
  padding: 10px 34px 13px;
  border-radius: 999px 38% 999px 48%;
  background: #c7a27b;
  box-shadow: 11px 11px 0 #4f151b, -9px -8px 0 #102f39;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.8;
  transform: rotate(-3deg) skewX(-7deg);
}

.portfolio-collage-page {
  overflow: hidden;
  background: #fffefa;
}

.portfolio-collage {
  min-height: 100svh;
  max-height: 100svh;
  position: relative;
  overflow: hidden;
  padding: clamp(16px, 2.5vw, 30px);
  background:
    radial-gradient(circle at 10% 18%, rgba(199, 162, 123, 0.58) 0 10%, transparent 11%),
    radial-gradient(circle at 86% 18%, rgba(16, 47, 57, 0.48) 0 9%, transparent 10%),
    radial-gradient(circle at 14% 84%, rgba(20, 53, 32, 0.48) 0 10%, transparent 11%),
    radial-gradient(circle at 84% 84%, rgba(79, 21, 27, 0.44) 0 10%, transparent 11%),
    #fffefa;
}

.portfolio-collage h1 {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 2.5vh;
  margin: 0;
  font-size: clamp(3.2rem, 9vw, 8rem);
  font-weight: 400;
  line-height: 0.74;
  transform: translateX(-50%) rotate(-4deg) skewX(-8deg);
}

.portfolio-collage-card,
.portfolio-photo-card {
  position: absolute;
  padding: 9px;
  border: 1px solid rgba(23, 21, 19, 0.7);
  border-radius: 26px 40px 22px 42px;
  background: rgba(255, 254, 250, 0.9);
  box-shadow: 8px 10px 0 rgba(23, 21, 19, 0.12);
}

.portfolio-collage-card h2 {
  margin: 0 0 7px;
  font-size: clamp(1.3rem, 2.6vw, 2.6rem);
  font-weight: 400;
  line-height: 0.78;
  transform: rotate(-2deg);
}

.portfolio-collage-card iframe,
.portfolio-score-grid {
  width: 100%;
  height: calc(100% - 31px);
  display: block;
  border: 1px solid currentColor;
  border-radius: 16px 26px 15px 28px;
  background: rgba(255, 255, 255, 0.72);
}

.portfolio-card-link {
  display: inline-block;
  margin: -2px 0 6px;
  padding: 3px 10px 5px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  line-height: 0.82;
  text-decoration: none;
  transform: rotate(-2deg) skewX(-6deg);
}

.about-film-teaser {
  width: 100%;
  height: calc(100% - 31px);
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 16px 26px 15px 28px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
}

.about-film-teaser img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.05) contrast(0.96) brightness(1.03);
}

.about-film-teaser iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  pointer-events: none;
}

.teaser-open-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: end start;
  padding: 12px;
  color: inherit;
  text-decoration: none;
}

.teaser-open-layer::after {
  content: "open";
  max-width: 120px;
  padding: 5px 14px 7px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.74);
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  line-height: 0.8;
  transform: rotate(-2deg) skewX(-6deg);
}

.about-film-poster::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 20%;
  height: clamp(34px, 6vw, 68px);
  background: rgba(255, 255, 255, 0.78);
  filter: blur(0.2px);
  transform: rotate(-1deg);
}

.poster-title {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: calc(20% + 12px);
  z-index: 2;
  color: #0f0f0f;
  text-align: center;
  font-size: clamp(1.15rem, 2.9vw, 2.7rem);
  line-height: 0.86;
  letter-spacing: 0.12em;
  transform: rotate(-1.2deg) skewX(-4deg);
}

.poster-open {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 2;
  padding: 5px 14px 7px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.74);
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  line-height: 0.8;
  transform: rotate(-2deg) skewX(-6deg);
}

.portfolio-about-film {
  left: 4vw;
  top: 11vh;
  width: 31vw;
  height: 34vh;
  background: #c7a27b;
  transform: rotate(-2.5deg);
}

.portfolio-movement {
  right: 6vw;
  top: 11vh;
  width: 28vw;
  height: 30vh;
  background: #4f151b;
  color: #fff8ee;
  border-color: #fff8ee;
  transform: rotate(2.4deg);
}

.movement-teaser {
  width: 100%;
  height: calc(100% - 31px);
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 16px 26px 15px 28px;
  background: rgba(255, 255, 255, 0.16);
  color: inherit;
}

.movement-teaser img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: contrast(0.95) brightness(1.06);
}

.movement-teaser span {
  position: absolute;
  left: 10px;
  bottom: 9px;
  padding: 5px 13px 7px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(79, 21, 27, 0.72);
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  line-height: 0.8;
  transform: rotate(-2deg) skewX(-6deg);
}

.portfolio-score {
  left: 4vw;
  bottom: 8vh;
  width: 36vw;
  height: 29vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 8px;
  background: #102f39;
  color: #fff8ee;
  border-color: #fff8ee;
  transform: rotate(-1.8deg);
}

.portfolio-score h2 {
  margin: 0;
}

.portfolio-score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 0;
  height: 100%;
  gap: 8px;
  padding: 8px;
  box-sizing: border-box;
}

.portfolio-score-grid article {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 5px;
}

.portfolio-score-grid span,
.scene-teaser span {
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  line-height: 0.82;
  transform: rotate(-2deg) skewX(-6deg);
}

.portfolio-score-grid iframe {
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 12px 20px 11px 22px;
}

.score-popup-link {
  width: fit-content;
  padding: 4px 10px 5px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-size: clamp(0.85rem, 1.3vw, 1.1rem);
  line-height: 0.78;
  text-decoration: none;
  opacity: 0.9;
}

.portfolio-scene-teasers {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.scene-teaser {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 4px;
  padding: 6px;
  border: 1px solid currentColor;
  border-radius: 13px 21px 12px 23px;
  background: rgba(255, 255, 255, 0.16);
  color: inherit;
  text-decoration: none;
}

.scene-teaser img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: top center;
  border: 1px solid currentColor;
  border-radius: 9px 16px 8px 18px;
  filter: grayscale(0.08) contrast(0.95) brightness(1.06);
}

.portfolio-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
  background:
    radial-gradient(circle at 18% 14%, rgba(199, 162, 123, 0.28), transparent 28%),
    radial-gradient(circle at 86% 82%, rgba(16, 47, 57, 0.18), transparent 28%),
    rgba(255, 254, 250, 0.86);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.portfolio-popup:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.portfolio-popup-panel {
  width: min(1180px, 94vw);
  height: min(780px, 86svh);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(12px, 2vw, 22px);
  padding: clamp(14px, 2vw, 24px);
  border: 2px solid var(--ink);
  border-radius: 34px 58px 30px 52px;
  background: rgba(255, 254, 250, 0.96);
  box-shadow: 16px 18px 0 rgba(23, 21, 19, 0.14);
  color: var(--ink);
  transform: rotate(-0.7deg);
}

.portfolio-popup-panel header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.portfolio-popup-panel h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(2.6rem, 7vw, 6.6rem);
  font-weight: 400;
  line-height: 0.78;
  transform: rotate(-2deg) skewX(-7deg);
}

.portfolio-popup-close {
  padding: 6px 18px 8px;
  border: 1px solid var(--ink);
  border-radius: 999px 46% 999px 42%;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  line-height: 0.84;
  text-decoration: none;
}

.portfolio-popup-panel > iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid currentColor;
  border-radius: 16px 26px 15px 28px;
  background: rgba(255, 255, 255, 0.72);
}

.movement-popup-panel {
  width: min(1320px, 96vw);
  height: min(820px, 90svh);
  transform: rotate(-0.25deg);
}

.movement-popup-grid {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(12px, 2vw, 24px);
}

.movement-popup-grid article {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 8px;
}

.movement-popup-grid span {
  width: fit-content;
  color: var(--ink);
  font-size: clamp(1.45rem, 3vw, 2.6rem);
  line-height: 0.78;
  transform: rotate(-2deg) skewX(-6deg);
}

.movement-popup-grid iframe {
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 58svh, 610px);
  display: block;
  border: 1px solid currentColor;
  border-radius: 16px 26px 15px 28px;
  background: rgba(255, 255, 255, 0.72);
}

.movement-deck-side {
  color: #4f151b;
}

.movement-video-side {
  color: #102f39;
}

.movement-video-side {
  grid-template-rows: auto auto minmax(0, 1fr);
}

.movement-video-side iframe {
  grid-row: 3;
}

.space-popup-panel {
  width: min(1440px, 96vw);
  height: min(900px, 90svh);
  transform: rotate(0.2deg);
}

.space-popup-panel > iframe {
  background: #050505;
  border-color: #143520;
}

.portfolio-space {
  right: 6vw;
  bottom: 5vh;
  width: 28vw;
  height: 34vh;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 6px;
  background: #143520;
  color: #fff8ee;
  border-color: #fff8ee;
  transform: rotate(1.6deg);
}

.space-model-teaser {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 16px 26px 15px 28px;
  background: #050505;
}

.space-model-teaser iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  pointer-events: none;
}

.portfolio-space iframe {
  height: 100%;
  min-height: 0;
}

.portfolio-space .portfolio-scene-teasers {
  height: clamp(52px, 7vh, 76px);
}

.portfolio-space .scene-teaser {
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: 1fr;
  align-items: center;
}

.portfolio-space .scene-teaser img {
  width: clamp(58px, 7vw, 90px);
  height: 100%;
}

.portfolio-photo-card {
  margin: 0;
  background: #ffffff;
}

.portfolio-photo-card img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(0.1);
}

.portfolio-photo-card a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.portfolio-drive-photo a {
  min-height: 100px;
  display: block;
  color: inherit;
  text-decoration: none;
}

.portfolio-drive-photo span {
  display: none;
}

.portfolio-drive-photo a.is-missing {
  min-height: 150px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 21, 19, 0.62);
  border-radius: 16px 25px 14px 28px;
  background: #fffefa;
}

.portfolio-drive-photo a.is-missing span {
  display: block;
  padding: 8px 12px;
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 0.82;
  transform: rotate(-2deg) skewX(-6deg);
}

.portfolio-photo-one {
  left: 42vw;
  bottom: 8vh;
  width: 16vw;
  transform: rotate(3deg);
}

.portfolio-stills-link {
  position: absolute;
  z-index: 12;
  left: 50%;
  top: 50%;
  padding: 4px 18px 8px;
  border: 0;
  background: transparent;
  color: #171513;
  font-size: clamp(1.5rem, 3.8vw, 3.1rem);
  line-height: 0.78;
  text-decoration: none;
  transform: translate(-50%, -50%) rotate(-3deg) skewX(-7deg);
}

.portfolio-photo-two {
  left: 40vw;
  top: 23vh;
  width: 19vw;
  transform: rotate(-4deg);
}

.portfolio-everything-button {
  position: absolute;
  z-index: 10;
  left: 50%;
  right: auto;
  bottom: 11vh;
  padding: 4px 2px 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: clamp(1.45rem, 3.4vw, 2.5rem);
  line-height: 0.8;
  transform: translateX(-50%) rotate(-2deg) skewX(-7deg);
}

.film-stills {
  min-height: 100svh;
  display: grid;
  gap: clamp(18px, 4vw, 42px);
  padding: clamp(22px, 5vw, 72px);
  background: var(--paper);
  color: var(--ink);
}

.film-stills h2 {
  margin: 0;
  width: fit-content;
  font-size: clamp(3.5rem, 10vw, 9rem);
  font-weight: 400;
  line-height: 0.74;
  transform: rotate(-4deg) skewX(-7deg);
}

.film-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 58px);
  align-items: center;
}

.film-photo-pair > img,
.film-still-crop {
  width: 100%;
  height: min(88svh, 900px);
  display: block;
  background: #ffffff;
  border: 1px solid rgba(23, 21, 19, 0.12);
}

.film-photo-pair > img {
  object-fit: contain;
  object-position: center;
}

.film-still-crop {
  position: relative;
  overflow: hidden;
}

.film-still-left-half img {
  position: absolute;
  inset: 0 auto 0 0;
  width: 200%;
  max-width: none;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left center;
}

.film-stills-bottom {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(22px, 4vw, 70px);
  align-items: center;
  padding: clamp(28px, 5vw, 68px) 0 0;
}

.film-stills-bottom::before,
.film-stills-bottom::after {
  position: absolute;
  z-index: 1;
  color: rgba(23, 21, 19, 0.34);
  font-family: "Reenie Beanie", cursive;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 1;
  pointer-events: none;
  content: "\2661";
}

.film-stills-bottom::before {
  top: 3%;
  left: 8%;
  transform: rotate(-18deg) skewX(-10deg);
}

.film-stills-bottom::after {
  right: 9%;
  bottom: 7%;
  transform: rotate(14deg) skewX(8deg);
}

.rotating-stills {
  position: relative;
  width: 100%;
  height: clamp(360px, 68svh, 780px);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(23, 21, 19, 0.12);
  box-shadow: 0 18px 38px rgba(23, 21, 19, 0.1);
  transform: rotate(-0.8deg);
}

.rotating-stills img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  animation: stillRotate 9s infinite;
}

.rotating-stills img:nth-child(2) {
  animation-delay: 3s;
}

.rotating-stills img:nth-child(3) {
  animation-delay: 6s;
}

.polaroid-stills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 28px);
  align-items: start;
}

.polaroid-still {
  margin: 0;
  padding: clamp(10px, 1.6vw, 18px) clamp(10px, 1.6vw, 18px) clamp(28px, 4vw, 54px);
  background: #ffffff;
  border: 1px solid rgba(23, 21, 19, 0.12);
  box-shadow: 8px 12px 24px rgba(23, 21, 19, 0.12);
}

.polaroid-still > img,
.bottom-still-crop {
  width: 100%;
  height: clamp(210px, 33svh, 430px);
  display: block;
  background: #ffffff;
}

.polaroid-still > img {
  object-fit: cover;
  object-position: center;
}

.polaroid-still:nth-child(1) {
  transform: rotate(-3deg);
}

.polaroid-still:nth-child(2) {
  transform: rotate(2.4deg) translateY(22px);
}

.polaroid-still:nth-child(3) {
  transform: rotate(1.5deg) translateY(-8px);
}

.polaroid-still:nth-child(4) {
  transform: rotate(-2deg) translateY(18px);
}

.bottom-still-crop {
  position: relative;
  overflow: hidden;
}

.bottom-still-crop::after {
  position: absolute;
  top: 8%;
  right: 12%;
  z-index: 1;
  color: rgba(23, 21, 19, 0.28);
  font-family: "Reenie Beanie", cursive;
  font-size: clamp(1.7rem, 4vw, 3.8rem);
  line-height: 1;
  content: "\2661";
  transform: rotate(24deg);
}

.bottom-still-crop img {
  position: absolute;
  inset: 0 auto 0 0;
  width: 200%;
  max-width: none;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left center;
}

@keyframes stillRotate {
  0%,
  28% {
    opacity: 1;
  }

  34%,
  100% {
    opacity: 0;
  }
}

.back-link {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  font-size: 1.45rem;
  opacity: 0.72;
}

.portfolio-section {
  position: relative;
  min-height: 100svh;
  padding: clamp(36px, 6vw, 84px) 24px;
  background:
    radial-gradient(circle at 10% 18%, rgba(199, 162, 123, 0.72) 0 10%, transparent 11%),
    radial-gradient(circle at 88% 18%, rgba(16, 47, 57, 0.64) 0 9%, transparent 10%),
    radial-gradient(circle at 16% 82%, rgba(20, 53, 32, 0.62) 0 9%, transparent 10%),
    radial-gradient(circle at 84% 84%, rgba(79, 21, 27, 0.58) 0 11%, transparent 12%),
    #fffefa;
}

.portfolio-shell {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.portfolio-section h2 {
  width: fit-content;
  margin: 0 auto clamp(34px, 7vh, 72px);
  padding: 18px 44px 24px;
  border-radius: 999px 42% 999px 36%;
  background: #ffffff;
  box-shadow: 14px 14px 0 rgba(23, 21, 19, 0.12);
  font-size: clamp(4.4rem, 14vw, 11rem);
  font-weight: 400;
  line-height: 0.76;
  transform: rotate(-4deg) skewX(-8deg);
}

.embed-stack {
  display: grid;
  gap: clamp(24px, 5vw, 54px);
}

.embed-card {
  padding: clamp(18px, 2.4vw, 30px);
  border: 2px solid var(--ink);
  border-radius: 30px 46px 26px 52px;
  color: var(--ink);
  box-shadow: 8px 9px 0 rgba(23, 21, 19, 0.14);
  transform: rotate(-1deg);
}

.embed-card:nth-child(even) {
  transform: rotate(1.5deg);
}

.embed-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.embed-heading span {
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  line-height: 0.82;
}

.embed-heading strong {
  font-size: clamp(2.5rem, 5.6vw, 5rem);
  font-weight: 400;
  line-height: 0.72;
}

.embed-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 20px 36px 18px 32px;
  background: rgba(255, 255, 255, 0.66);
}

.embed-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.canva-frame {
  aspect-ratio: 16 / 10;
}

.doc-frame {
  aspect-ratio: 4 / 3;
}

.demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2vw, 24px);
}

.canva-card {
  background: #c7a27b;
}

.dance-card {
  background: #4f151b;
  color: #fff8ee;
  border-color: #fff8ee;
}

.demos-card {
  background: #102f39;
  color: #fff8ee;
  border-color: #fff8ee;
}

.location-card {
  background: #143520;
  color: #fff8ee;
  border-color: #fff8ee;
}

.team-card {
  background: #8f6b4e;
}

.decks-card {
  background: #6f5f4d;
  color: #fff8ee;
  border-color: #fff8ee;
}

.photos-card {
  background: #ffffff;
}

.open-link {
  display: inline-block;
  margin-top: 14px;
  padding: 7px 16px 9px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.15rem, 2.3vw, 1.55rem);
  line-height: 0.8;
}

.dance-card .open-link,
.demos-card .open-link,
.location-card .open-link,
.decks-card .open-link {
  border-color: #fff8ee;
  background: rgba(255, 248, 238, 0.16);
}

.everything {
  width: min(760px, 100%);
  margin: clamp(40px, 7vh, 70px) auto 0;
  text-align: center;
}

.everything-button,
.everything summary {
  display: inline-block;
  cursor: pointer;
  padding: 8px 28px 11px;
  border: 1px solid var(--ink);
  border-radius: 999px 46% 999px 41%;
  background: #ffffff;
  box-shadow: 6px 7px 0 rgba(23, 21, 19, 0.1);
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  line-height: 0.82;
  list-style: none;
  transform: rotate(-2deg);
}

.everything summary::-webkit-details-marker {
  display: none;
}

.rehearsal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.lookbook-embed {
  margin-top: 28px;
  padding: clamp(16px, 2.4vw, 26px);
  border: 2px solid var(--ink);
  border-radius: 30px 46px 26px 52px;
  background: #ffed4f;
  box-shadow: 8px 9px 0 rgba(23, 21, 19, 0.14);
  text-align: left;
  transform: rotate(1deg);
}

.site-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.site-photo-grid img {
  width: 100%;
  height: min(76svh, 780px);
  display: block;
  object-fit: contain;
  object-position: center;
  border: 2px solid var(--ink);
  border-radius: 24px 34px 20px 38px;
  background: #ffffff;
}

.everything-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(199, 162, 123, 0.62) 0 10%, transparent 11%),
    radial-gradient(circle at 88% 16%, rgba(79, 21, 27, 0.54) 0 10%, transparent 11%),
    radial-gradient(circle at 20% 86%, rgba(20, 53, 32, 0.6) 0 11%, transparent 12%),
    #fffefa;
}

.everything-board {
  min-height: 100svh;
  max-height: 100svh;
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px);
}

.everything-board h1 {
  position: absolute;
  left: 50%;
  top: 3vh;
  margin: 0;
  font-size: clamp(2.9rem, 8vw, 7.5rem);
  font-weight: 400;
  line-height: 0.76;
  transform: translateX(-50%) rotate(-3deg) skewX(-7deg);
  white-space: nowrap;
}

.everything-back {
  color: var(--ink);
}

.board-card {
  position: absolute;
  display: block;
  padding: clamp(12px, 1.7vw, 22px);
  border: 2px solid var(--ink);
  border-radius: 30px 46px 26px 52px;
  background: rgba(255, 254, 250, 0.82);
  box-shadow: 8px 9px 0 rgba(23, 21, 19, 0.13);
}

.board-card h2,
.board-card span {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 0.78;
}

.board-card p {
  margin: 8px 0 12px;
  font-size: clamp(1.15rem, 2.4vw, 2rem);
  line-height: 0.82;
}

.board-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.board-links a {
  padding: 5px 11px 7px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.22);
  font-size: clamp(1rem, 1.7vw, 1.5rem);
  line-height: 0.8;
}

.board-lookbook {
  top: 13vh;
  left: clamp(16px, 4vw, 54px);
  width: min(26vw, 260px);
  min-width: 170px;
  background: #c7a27b;
  transform: rotate(-4deg);
}

.board-rehearsals {
  top: 13vh;
  right: clamp(16px, 4vw, 54px);
  width: min(31vw, 340px);
  background: #4f151b;
  color: #fff8ee;
  border-color: #fff8ee;
  transform: rotate(3deg);
}

.board-decks {
  left: 50%;
  top: 50%;
  width: min(48vw, 620px);
  background: #6f5f4d;
  color: #fff8ee;
  border-color: #fff8ee;
  transform: translate(-50%, -46%) rotate(-1deg);
  text-align: center;
}

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

.deck-links a {
  font-size: clamp(1.1rem, 2vw, 1.85rem);
}

.scoring-link {
  width: 100%;
  margin-top: 4px;
}

.board-location {
  left: clamp(16px, 4vw, 54px);
  bottom: clamp(16px, 4vh, 42px);
  width: min(34vw, 440px);
  background: #143520;
  color: #fff8ee;
  border-color: #fff8ee;
  transform: rotate(2deg);
}

.location-slideshow {
  position: relative;
  height: clamp(118px, 24vh, 230px);
  margin-top: 10px;
  overflow: hidden;
  border: 2px solid #fff8ee;
  border-radius: 20px 36px 18px 32px;
  background: #0f1e15;
}

.location-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  animation: fastLocation 7s infinite;
}

.location-slideshow img:nth-child(2) {
  animation-delay: 1s;
}

.location-slideshow img:nth-child(3) {
  animation-delay: 2s;
}

.location-slideshow img:nth-child(4) {
  animation-delay: 3s;
}

.location-slideshow img:nth-child(5) {
  animation-delay: 4s;
}

.location-slideshow img:nth-child(6) {
  animation-delay: 5s;
}

.location-slideshow img:nth-child(7) {
  animation-delay: 6s;
}

.board-extras {
  right: clamp(16px, 4vw, 54px);
  bottom: clamp(16px, 4vh, 42px);
  width: min(27vw, 300px);
  background: #102f39;
  color: #fff8ee;
  border-color: #fff8ee;
  transform: rotate(-3deg);
}

@keyframes fastLocation {
  0%,
  12% {
    opacity: 1;
  }

  16%,
  100% {
    opacity: 0;
  }
}

.everything-embed-page {
  overflow: auto;
}

.everything-archive {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 84px) clamp(18px, 4vw, 46px) clamp(60px, 8vw, 110px);
}

.everything-archive-hero {
  min-height: 42svh;
  display: grid;
  place-items: center;
  text-align: center;
}

.everything-archive-hero h1 {
  margin: 0;
  font-size: clamp(4.6rem, 14vw, 12rem);
  font-weight: 400;
  line-height: 0.74;
  transform: rotate(-3deg) skewX(-7deg);
}

.everything-archive-hero p {
  margin: clamp(26px, 5vh, 52px) 0 0;
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 0.78;
  transform: rotate(1.5deg) skewX(-6deg);
}

.archive-embed-card {
  margin: 0 0 clamp(34px, 7vw, 86px);
  padding: clamp(18px, 3vw, 36px);
  border: 2px solid var(--ink);
  border-radius: 34px 52px 28px 58px;
  box-shadow: 10px 12px 0 rgba(23, 21, 19, 0.12);
  background: rgba(255, 254, 250, 0.86);
}

.archive-lookbook {
  background: #c7a27b;
}

.archive-rehearsals {
  background: #4f151b;
  color: #fff8ee;
  border-color: #fff8ee;
}

.archive-decks {
  background: #6f5f4d;
  color: #fff8ee;
  border-color: #fff8ee;
}

.archive-extras {
  background: #143520;
  color: #fff8ee;
  border-color: #fff8ee;
}

.archive-embed-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: clamp(14px, 3vw, 28px);
}

.archive-embed-heading h2 {
  margin: 0;
  font-size: clamp(3.4rem, 9vw, 8rem);
  font-weight: 400;
  line-height: 0.74;
  transform: rotate(-3deg) skewX(-7deg);
}

.archive-embed-heading h2 + p,
.archive-embed-heading a {
  margin: 0;
  padding: 7px 16px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.2);
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 0.82;
}

.archive-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 2px solid currentColor;
  border-radius: 22px 36px 20px 40px;
  background: rgba(255, 255, 255, 0.8);
}

.archive-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.archive-canva-frame {
  aspect-ratio: 16 / 10;
  min-height: min(72svh, 720px);
}

.archive-video-grid,
.archive-deck-grid,
.archive-extras-grid {
  display: grid;
  gap: clamp(16px, 2.6vw, 32px);
}

.archive-video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.archive-video-grid article:first-child {
  grid-column: span 2;
}

.archive-deck-grid,
.archive-extras-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.archive-video-grid article,
.archive-deck-grid article,
.archive-extras-grid article {
  min-width: 0;
}

.archive-video-grid h3,
.archive-deck-grid h3,
.archive-extras-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 0.84;
  transform: rotate(-1.3deg);
}

.archive-deck-frame {
  aspect-ratio: 16 / 10;
}

.archive-doc-frame {
  aspect-ratio: 4 / 5;
  min-height: 620px;
}

.archive-location-slideshow {
  height: auto;
  aspect-ratio: 4 / 5;
  min-height: 620px;
  margin-top: 0;
}

.everything-collage-page {
  overflow: hidden;
}

.everything-collage {
  min-height: 100svh;
  max-height: 100svh;
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 3vw, 38px);
}

.everything-collage h1 {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 3vh;
  margin: 0;
  font-size: clamp(2.6rem, 6.3vw, 6.4rem);
  font-weight: 400;
  line-height: 0.74;
  transform: translateX(-50%) rotate(-3deg) skewX(-7deg);
  white-space: nowrap;
}

.everything-icon-cloud {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.floating-icon {
  position: absolute;
  display: block;
  font-size: clamp(1.45rem, 3.2vw, 3.2rem);
  line-height: 1;
  opacity: 0.78;
  filter: drop-shadow(0 7px 8px rgba(23, 21, 19, 0.14));
  transform: rotate(-8deg);
}

.floating-icon:nth-child(1) {
  left: 16vw;
  top: 8vh;
}

.floating-icon:nth-child(2) {
  left: 44vw;
  top: 7vh;
  font-size: clamp(1.6rem, 3.8vw, 3.8rem);
  transform: rotate(12deg);
}

.floating-icon:nth-child(3) {
  right: 18vw;
  top: 7vh;
  transform: rotate(-5deg);
}

.floating-icon:nth-child(4) {
  left: 34vw;
  top: 32vh;
  opacity: 0.66;
}

.floating-icon:nth-child(5) {
  right: 37vw;
  top: 35vh;
  font-size: clamp(1.2rem, 2.6vw, 2.6rem);
  transform: rotate(9deg);
}

.floating-icon:nth-child(6) {
  left: 2.5vw;
  top: 47vh;
  transform: rotate(8deg);
}

.floating-icon:nth-child(7) {
  right: 3vw;
  top: 47vh;
  font-size: clamp(1.25rem, 2.8vw, 2.8rem);
  transform: rotate(-12deg);
}

.floating-icon:nth-child(8) {
  left: 20vw;
  bottom: 31vh;
  opacity: 0.68;
}

.floating-icon:nth-child(9) {
  right: 24vw;
  bottom: 31vh;
  transform: rotate(10deg);
}

.floating-icon:nth-child(10) {
  left: 42vw;
  bottom: 12vh;
  font-size: clamp(1.6rem, 4vw, 4rem);
  transform: rotate(-3deg);
}

.floating-icon:nth-child(11) {
  left: 3vw;
  bottom: 8vh;
  transform: rotate(6deg);
}

.floating-icon:nth-child(12) {
  right: 4vw;
  bottom: 9vh;
  transform: rotate(-7deg);
}

.collage-card {
  position: absolute;
  z-index: 2;
  padding: 10px;
  border: 1px solid rgba(23, 21, 19, 0.68);
  border-radius: 22px 34px 19px 36px;
  background: rgba(255, 254, 250, 0.9);
  box-shadow: 7px 9px 0 rgba(23, 21, 19, 0.12);
}

.collage-card h2 {
  margin: 0 0 5px;
  font-size: clamp(1rem, 1.8vw, 1.75rem);
  font-weight: 400;
  line-height: 0.78;
  transform: rotate(-2deg);
}

.collage-card iframe,
.collage-location-slideshow {
  width: 100%;
  height: calc(100% - 24px);
  display: block;
  border: 1px solid currentColor;
  border-radius: 15px 23px 14px 25px;
  background: rgba(255, 255, 255, 0.72);
}

.collage-card iframe {
  border: 1px solid currentColor;
}

.collage-card-link {
  display: inline-block;
  margin: -2px 0 6px;
  padding: 4px 12px 5px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.18);
  color: inherit;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 0.8;
  text-decoration: none;
}

.collage-lookbook {
  left: 5vw;
  top: 17vh;
  width: 27vw;
  height: 25vh;
  background: #c7a27b;
  transform: rotate(-2.5deg);
}

.collage-script {
  left: 37vw;
  top: 17vh;
  width: 20vw;
  height: 25vh;
  background: #efe0cc;
  color: #181511;
  transform: rotate(1.2deg);
}

.collage-script iframe {
  height: calc(100% - 52px);
}

.collage-rehearsals {
  right: 5vw;
  top: 17vh;
  width: 35vw;
  height: 27vh;
  background: #4f151b;
  color: #fff8ee;
  border-color: #fff8ee;
  transform: rotate(2deg);
}

.collage-rehearsal-grid {
  height: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.collage-rehearsal-grid article {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.collage-rehearsal-grid span {
  display: block;
  margin: 0 0 3px;
  font-size: clamp(0.82rem, 1.3vw, 1.18rem);
  line-height: 0.8;
}

.collage-rehearsal-grid iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid currentColor;
  border-radius: 10px 16px 9px 18px;
  background: rgba(255, 255, 255, 0.18);
}

.collage-rehearsal {
  background: #4f151b;
  color: #fff8ee;
  border-color: #fff8ee;
}

.rehearsal-one {
  left: 37vw;
  top: 13vh;
  width: 18vw;
  height: 19vh;
  transform: rotate(2deg);
}

.rehearsal-two {
  right: 5vw;
  top: 8vh;
  width: 21vw;
  height: 21vh;
  transform: rotate(-3deg);
}

.rehearsal-three {
  left: 2.5vw;
  bottom: 24vh;
  width: 18vw;
  height: 20vh;
  transform: rotate(2.5deg);
}

.rehearsal-four {
  right: 19vw;
  bottom: 8vh;
  width: 17vw;
  height: 18vh;
  transform: rotate(-1.5deg);
}

.rehearsal-five {
  right: 5vw;
  bottom: 24vh;
  width: 18vw;
  height: 18vh;
  transform: rotate(2.2deg);
}

.collage-decks {
  left: 25vw;
  top: 50vh;
  width: 44vw;
  height: 34vh;
  background: #6f5f4d;
  color: #fff8ee;
  border-color: #fff8ee;
  transform: rotate(-1.4deg);
}

.collage-deck-grid {
  height: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.collage-deck-grid article {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 4px;
}

.collage-deck-grid span {
  display: block;
  margin: 0;
  font-size: clamp(0.86rem, 1.4vw, 1.25rem);
  line-height: 0.8;
}

.deck-slide-link {
  width: fit-content;
  padding: 2px 9px 4px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-size: clamp(0.78rem, 1.1vw, 1rem);
  line-height: 0.78;
  text-decoration: none;
  opacity: 0.86;
}

.collage-deck-grid iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid currentColor;
  border-radius: 10px 16px 9px 18px;
  background: rgba(255, 255, 255, 0.16);
}

.collage-team {
  right: 5vw;
  bottom: 4vh;
  width: 22vw;
  height: 23vh;
  background: #102f39;
  color: #fff8ee;
  border-color: #fff8ee;
  transform: rotate(-2deg);
}

.collage-location {
  left: 5vw;
  bottom: 4vh;
  width: 17vw;
  height: 23vh;
  background: #143520;
  color: #fff8ee;
  border-color: #fff8ee;
  transform: rotate(-1deg);
}

.collage-location-slideshow {
  margin-top: 0;
  overflow: hidden;
}

.collage-team iframe,
.collage-location-slideshow {
  height: calc(100% - 48px);
}

.collage-team iframe {
  height: calc(100% - 52px);
}

.collage-popup-teaser {
  position: relative;
  height: calc(100% - 52px);
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 15px 23px 14px 25px;
  background: rgba(255, 255, 255, 0.16);
}

.collage-popup-teaser iframe,
.collage-popup-teaser .collage-location-slideshow {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  pointer-events: none;
}

.collage-rehearsals-teaser .collage-rehearsal-grid {
  width: 100%;
  height: 100%;
  padding: 6px;
  box-sizing: border-box;
}

.everything-team-popup-panel {
  width: min(1160px, 95vw);
  height: min(820px, 88svh);
  transform: rotate(-0.25deg);
}

.everything-lookbook-popup-panel,
.everything-script-popup-panel {
  width: min(1180px, 95vw);
  height: min(820px, 88svh);
}

.everything-rehearsals-popup-panel {
  width: min(1320px, 96vw);
  height: min(860px, 90svh);
  transform: rotate(-0.2deg);
}

.popup-rehearsal-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 18px);
}

.popup-rehearsal-grid article {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 6px;
}

.popup-rehearsal-grid span {
  color: var(--ink);
  font-size: clamp(1.25rem, 2.4vw, 2.2rem);
  line-height: 0.78;
  transform: rotate(-2deg) skewX(-6deg);
}

.popup-rehearsal-grid iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  border: 1px solid currentColor;
  border-radius: 16px 26px 15px 28px;
  background: rgba(255, 255, 255, 0.72);
}

.everything-location-popup-panel {
  width: min(1040px, 94vw);
  height: min(820px, 88svh);
  transform: rotate(0.25deg);
}

.popup-location-slideshow {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 16px 26px 15px 28px;
  background: rgba(255, 255, 255, 0.72);
}

.archive-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.archive-links a {
  padding: 7px 15px 9px;
  border: 1px solid rgba(23, 21, 19, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  line-height: 0.86;
}

.photo-panel {
  width: 100%;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--paper);
}

.photo-panel img {
  width: auto;
  height: 100svh;
  display: block;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.film-about-page,
.film-about-page * {
  font-family: "Reenie Beanie", cursive;
}

.film-about-page {
  min-height: 100svh;
  background: #ffffff;
  color: #101010;
}

.film-about-shell {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  width: min(1220px, calc(100% - 34px));
  margin: 0 auto;
  padding: clamp(18px, 3vw, 38px) 0 clamp(28px, 4vw, 52px);
}

.film-about-nav {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  font-size: clamp(1.18rem, 2.4vw, 1.8rem);
  line-height: 0.86;
}

.film-about-nav a,
.film-project-menu a,
.film-panel-close,
.film-link-card a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.film-about-hero {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 6vw, 70px);
  padding: clamp(28px, 5vw, 70px) 0;
  text-align: center;
}

.film-about-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(5.4rem, 15vw, 13rem);
  font-weight: 400;
  line-height: 0.68;
  letter-spacing: -0.05em;
  transform: rotate(-2deg) skewX(-7deg);
}

.film-project-menu {
  width: min(760px, 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 2.2vw, 22px) clamp(20px, 4vw, 42px);
}

.film-project-menu a {
  font-size: clamp(1.65rem, 4.2vw, 3.4rem);
  line-height: 0.82;
  transform: rotate(-1deg) skewX(-5deg);
}

.film-panel,
.film-about-detail {
  display: none;
}

.film-panel:target,
.film-about-detail:target {
  display: block;
}

.film-about-shell:has(.film-panel:target) .film-about-hero {
  display: none;
}

.film-panel-close {
  display: inline-block;
  width: fit-content;
  margin: clamp(28px, 6vw, 62px) 0 clamp(22px, 4vw, 40px);
  font-size: clamp(1.7rem, 3.6vw, 2.8rem);
  line-height: 0.82;
  transform: rotate(-2deg) skewX(-6deg);
}

.film-pages {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(min(86vw, 520px), 720px);
  gap: clamp(18px, 3vw, 34px);
  margin-top: 0;
  padding: 0 0 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
}

.film-page-card {
  min-height: min(66svh, 590px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 0;
  border: 1px solid #101010;
  background: #ffffff;
  overflow: hidden;
}

.film-photo-card figure {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #101010;
  background: #ffffff;
}

.film-photo-card img {
  width: 100%;
  height: min(44svh, 390px);
  aspect-ratio: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.94) contrast(1.02) brightness(1.02);
}

.film-photo-card p,
.film-simple-card p,
.film-simple-card span,
.film-link-card a {
  margin: 0;
  font-size: clamp(2.1rem, 5.1vw, 4.2rem);
  line-height: 0.88;
  transform: rotate(-1deg) skewX(-4deg);
}

.film-photo-card p {
  padding: clamp(18px, 4vw, 38px);
}

.film-simple-panel {
  flex: 1;
  min-height: 72svh;
}

.film-simple-card {
  min-height: min(64svh, 640px);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(18px, 3.2vw, 34px);
  padding: clamp(28px, 5vw, 70px);
  border: 1px solid #101010;
  background: #ffffff;
  text-align: center;
}

.film-link-card {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 4vw, 52px);
}

.film-link-card span {
  display: inline-block;
}

.film-project-menu {
  width: min(1060px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 28px);
}

.film-project-menu .film-visual-link {
  aspect-ratio: 1920 / 817;
  min-height: 0;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, 0.78);
  border-radius: 30px 48px 26px 44px;
  background: #f8f5ef;
  box-shadow: 10px 12px 0 rgba(16, 16, 16, 0.07);
  text-align: left;
  text-decoration: none;
  transform: none;
}

.film-project-menu .film-visual-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(10, 10, 10, 0.56)),
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.26), transparent 34%);
  pointer-events: none;
}

.film-project-menu .film-visual-link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02) brightness(1.03);
  transition: transform 220ms ease, filter 220ms ease;
}

.film-project-menu .film-visual-link span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 280px;
  padding: clamp(16px, 2.4vw, 28px);
  color: #fffdf8;
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  line-height: 0.72;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52);
  transform: rotate(-2deg) skewX(-6deg);
}

.film-project-menu .film-visual-link:hover img,
.film-project-menu .film-visual-link:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.03) brightness(1.05);
}

.film-project-menu .film-link-about {
  transform: rotate(-1.1deg);
}

.film-project-menu .film-link-production {
  transform: rotate(0.6deg);
}

.film-project-menu .film-link-moodboard {
  transform: rotate(1.2deg);
}

.film-archive-card {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: stretch;
  justify-items: stretch;
  text-align: left;
}

.film-archive-card article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid #101010;
  border-radius: 26px 42px 22px 38px;
  background: #fffdf8;
}

.film-archive-card article:nth-child(2),
.film-archive-card article:nth-child(4) {
  background: #f1e5d5;
}

.film-archive-card article:nth-child(3) {
  background: #e9ece8;
}

.film-archive-card article:nth-child(6) {
  grid-column: span 2;
  background: #efe8de;
}

.film-archive-card span,
.film-archive-card a,
.film-archive-card p {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 2.4rem);
  line-height: 0.86;
  transform: rotate(-1deg) skewX(-4deg);
}

.film-archive-card > article > span {
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 0.72;
}

.film-archive-card a,
.film-visual-world-card a {
  width: fit-content;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.film-visual-world-card {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: stretch;
  justify-items: stretch;
}

.film-visual-world-card article {
  min-height: clamp(240px, 34vh, 420px);
  position: relative;
  overflow: hidden;
  border: 1px solid #101010;
  border-radius: 28px 46px 24px 40px;
  background: #ffffff;
}

.film-visual-world-card article img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02) brightness(1.03);
}

.film-visual-world-card .film-video-card {
  min-height: auto;
  display: grid;
  grid-template-rows: auto minmax(190px, 1fr);
  gap: 10px;
  padding: clamp(10px, 1.7vw, 18px);
  overflow: visible;
}

.film-video-card h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3.5vw, 3.2rem);
  font-weight: 400;
  line-height: 0.78;
  transform: rotate(-1.5deg) skewX(-5deg);
}

.film-video-card iframe {
  width: 100%;
  min-height: clamp(190px, 26vw, 320px);
  aspect-ratio: 16 / 9;
  display: block;
  border: 1px solid #101010;
  border-radius: 18px 30px 16px 32px;
  background: #101010;
}

.film-visual-world-card article span,
.film-visual-world-card article > a {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fffdf8;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 0.76;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.58);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.film-mood-words {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 26px);
  padding-top: clamp(12px, 2vw, 20px);
}

.film-mood-words span,
.film-mood-words a {
  font-size: clamp(1.55rem, 3.3vw, 2.9rem);
  line-height: 0.82;
  transform: rotate(-1deg) skewX(-4deg);
}

.film-lookbook-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.6vw, 18px);
  align-items: start;
  padding-top: clamp(14px, 2vw, 24px);
}

.film-lookbook-download {
  grid-column: 1 / -1;
  justify-self: center;
  font-size: clamp(2.1rem, 4.8vw, 4.4rem);
  line-height: 0.78;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  transform: rotate(-2deg) skewX(-6deg);
}

.film-lookbook-strip img {
  width: 100%;
  display: block;
  border: 1px solid #101010;
  border-radius: 18px 28px 16px 30px;
  background: #ffffff;
  box-shadow: 7px 9px 0 rgba(16, 16, 16, 0.08);
}

@media (max-width: 820px) {
  .film-project-menu,
  .film-archive-card,
  .film-visual-world-card {
    grid-template-columns: 1fr;
  }

  .film-project-menu .film-visual-link {
    aspect-ratio: 1920 / 817;
    min-height: 0;
  }

  .film-archive-card article:nth-child(6) {
    grid-column: auto;
  }

  .film-lookbook-strip {
    grid-template-columns: 1fr;
  }
}

.film-about-page {
  overflow-x: hidden;
}

.film-about-page:not(:has(.film-panel:target)) {
  height: 100svh;
  overflow: hidden;
}

.film-about-page:not(:has(.film-panel:target)) .film-about-shell {
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(10px, 2svh, 22px) 0;
}

.film-about-page:not(:has(.film-panel:target)) .film-about-nav {
  flex: 0 0 auto;
  font-size: clamp(1.04rem, 2vw, 1.55rem);
}

.film-about-page:not(:has(.film-panel:target)) .film-about-hero {
  flex: 1 1 auto;
  gap: clamp(14px, 3svh, 32px);
  justify-content: center;
  padding: clamp(6px, 1.5svh, 18px) 0 0;
}

.film-about-page:not(:has(.film-panel:target)) .film-about-hero h1 {
  font-size: clamp(4.4rem, min(12vw, 17svh), 9.8rem);
  line-height: 0.68;
}

.film-about-page:not(:has(.film-panel:target)) .film-project-menu {
  width: min(1040px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.8vw, 22px);
}

.film-about-page:not(:has(.film-panel:target)) .film-project-menu .film-visual-link {
  aspect-ratio: 1920 / 817;
  min-height: 0;
}

.film-about-page:not(:has(.film-panel:target)) .film-project-menu .film-visual-link span {
  padding: clamp(10px, 1.8vw, 22px);
  font-size: clamp(1.55rem, min(3.4vw, 6svh), 3.5rem);
}

.film-about-page:has(#about-film:target) {
  height: 100svh;
  overflow: hidden;
}

.film-about-page:has(#about-film:target) .film-about-shell {
  height: 100svh;
  min-height: 100svh;
  width: min(1320px, calc(100% - 22px));
  padding: 8px 0 10px;
  overflow: hidden;
}

.film-about-page:has(#about-film:target) .film-about-nav {
  display: none;
}

.film-about-page:has(#about-film:target) .film-panel-close {
  margin: 0 0 7px;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
}

.film-about-page:has(#about-film:target) .film-pages {
  height: calc(100svh - 46px);
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: unset;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(7px, 1.2vw, 14px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  scroll-snap-type: none;
}

.film-about-page:has(#about-film:target) .film-page-card {
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.film-about-page:has(#about-film:target) .film-photo-card figure {
  height: 48%;
}

.film-about-page:has(#about-film:target) .film-photo-card img {
  height: 100%;
  object-fit: cover;
}

.film-about-page:has(#about-film:target) .film-photo-card p {
  padding: clamp(8px, 1.4vw, 15px);
  font-size: clamp(1.16rem, min(2.25vw, 3.7svh), 2.2rem);
  line-height: 0.86;
}

@media (max-width: 700px) {
  .film-about-page:not(:has(.film-panel:target)) .film-about-shell {
    width: calc(100% - 18px);
    padding: 10px 0;
  }

  .film-about-page:not(:has(.film-panel:target)) .film-about-nav {
    flex-wrap: nowrap;
    gap: 10px;
    font-size: clamp(0.98rem, 3.8vw, 1.18rem);
  }

  .film-about-page:not(:has(.film-panel:target)) .film-about-hero {
    gap: 14px;
    padding-top: 6px;
  }

  .film-about-page:not(:has(.film-panel:target)) .film-about-hero h1 {
    font-size: clamp(3.25rem, 17vw, 5.8rem);
  }

  .film-about-page:not(:has(.film-panel:target)) .film-project-menu {
    gap: 7px;
  }

  .film-about-page:not(:has(.film-panel:target)) .film-project-menu .film-visual-link {
    aspect-ratio: 1920 / 817;
    min-height: 0;
    border-radius: 18px 28px 16px 30px;
    box-shadow: 5px 6px 0 rgba(16, 16, 16, 0.07);
  }

  .film-about-page:not(:has(.film-panel:target)) .film-project-menu .film-visual-link span {
    padding: 9px;
    font-size: clamp(1.05rem, 5.8vw, 1.8rem);
    line-height: 0.74;
  }

  .film-about-page:has(#about-film:target) .film-about-shell {
    width: calc(100% - 12px);
    padding: 6px 0 8px;
  }

  .film-about-page:has(#about-film:target) .film-panel-close {
    margin-bottom: 5px;
    font-size: clamp(1.05rem, 4.2vw, 1.35rem);
  }

  .film-about-page:has(#about-film:target) .film-pages {
    height: calc(100svh - 34px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .film-about-page:has(#about-film:target) .film-photo-card figure {
    height: 43%;
  }

  .film-about-page:has(#about-film:target) .film-photo-card p {
    padding: 6px;
    font-size: clamp(0.82rem, 4.6vw, 1.18rem);
    line-height: 0.82;
  }
}

@media (max-width: 700px) {
  .home-card {
    min-height: calc(100svh - 48px);
  }

  .home-card h1 {
    margin-top: 18svh;
  }

  .film-cover-moodboard {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(6, minmax(0, 1fr));
    gap: 9px;
    padding: 58px 16px 24px;
  }

  .cover-still {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .cover-still:nth-child(1) {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
  }

  .cover-still:nth-child(2) {
    grid-column: 3 / 4 !important;
    grid-row: 1 / 2 !important;
  }

  .cover-still:nth-child(3) {
    grid-column: 1 / 2 !important;
    grid-row: 5 / 7 !important;
  }

  .cover-still:nth-child(4) {
    grid-column: 3 / 4 !important;
    grid-row: 6 / 7 !important;
  }

  .demo-grid {
    grid-template-columns: 1fr;
  }

  .rehearsal-grid,
  .site-photo-grid,
  .film-photo-pair {
    grid-template-columns: 1fr;
  }

  .film-photo-pair > img,
  .film-still-crop {
    height: min(78svh, 680px);
    max-height: 88svh;
  }

  .film-stills-bottom {
    grid-template-columns: 1fr;
  }

  .rotating-stills {
    height: min(70svh, 620px);
  }

  .director-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-top: 54px;
  }

  .director-slides {
    grid-column: auto;
    grid-row: auto;
    height: 58svh;
    min-height: 360px;
    border-radius: 36px 58px 30px 52px;
  }

  .director-copy {
    grid-column: auto;
    grid-row: auto;
    display: block;
  }

  .director-copy p {
    max-width: none;
    margin-bottom: 20px;
    font-size: clamp(1.45rem, 8vw, 2.6rem);
  }

  .director-copy p:nth-child(2),
  .director-copy p:nth-child(3) {
    grid-column: auto;
    max-width: none;
    text-align: left;
  }

  .everything-page {
    overflow: auto;
  }

  .everything-board {
    max-height: none;
    min-height: 100svh;
    overflow: visible;
    display: grid;
    gap: 16px;
    padding-top: 80px;
  }

  .everything-board h1,
  .board-card {
    position: static;
    width: auto;
    transform: none;
  }

  .everything-archive-hero {
    min-height: 34svh;
  }

  .archive-video-grid,
  .archive-deck-grid,
  .archive-extras-grid {
    grid-template-columns: 1fr;
  }

  .archive-video-grid article:first-child {
    grid-column: auto;
  }

  .archive-canva-frame,
  .archive-doc-frame,
  .archive-location-slideshow {
    min-height: 420px;
  }

  .everything-collage-page {
    overflow: auto;
  }

  .everything-collage {
    max-height: none;
    overflow: visible;
    display: grid;
    gap: 24px;
    padding-top: 96px;
    padding-bottom: 34px;
  }

  .everything-collage h1,
  .collage-card {
    position: static;
    width: auto;
    height: auto;
    transform: none;
  }

  .everything-collage h1 {
    text-align: center;
    white-space: normal;
  }

  .collage-card iframe,
  .collage-location-slideshow {
    height: 240px;
  }

  .collage-rehearsal-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

  .collage-rehearsal-grid iframe {
    height: 180px;
  }

  .collage-deck-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

  .collage-deck-grid iframe {
    height: 180px;
  }

  .collage-team iframe {
    height: 360px;
  }

  .portfolio-collage-page {
    overflow: auto;
  }

  .portfolio-collage {
    max-height: none;
    overflow: visible;
    display: grid;
    gap: 16px;
    padding-top: 86px;
  }

  .portfolio-collage h1,
  .portfolio-collage-card,
  .portfolio-photo-card,
  .portfolio-stills-link,
  .portfolio-everything-button {
    position: static;
    width: auto;
    height: auto;
    transform: none;
  }

  .portfolio-collage h1 {
    text-align: center;
  }

  .about-film-teaser {
    height: 260px;
  }

  .movement-teaser {
    height: 260px;
  }

  .portfolio-collage-card iframe,
  .portfolio-score-grid,
  .portfolio-scene-teasers,
  .collage-popup-teaser {
    height: 260px;
  }

  .portfolio-popup {
    padding: 12px;
  }

  .portfolio-popup-panel {
    height: 88svh;
    overflow: auto;
    transform: none;
  }

  .portfolio-popup-panel header {
    grid-template-columns: 1fr;
  }

  .portfolio-popup-panel h2 {
    font-size: clamp(2.8rem, 13vw, 5.4rem);
  }

  .movement-popup-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .movement-popup-grid iframe {
    min-height: 320px;
  }

  .popup-rehearsal-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .popup-rehearsal-grid iframe {
    min-height: 260px;
  }

  .portfolio-popup-close {
    width: fit-content;
  }

  .portfolio-score {
    grid-template-rows: auto auto auto;
  }

  .portfolio-score-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-score-grid iframe {
    height: 120px;
  }

  .portfolio-scene-teasers {
    grid-template-columns: 1fr;
    height: auto;
  }

  .scene-teaser img {
    height: 180px;
  }

  .portfolio-space .scene-teaser img {
    width: 120px;
    height: 96px;
  }

  .portfolio-photo-card img {
    max-height: 430px;
    object-fit: contain;
  }

  .portfolio-everything-button {
    justify-self: center;
  }

  .portfolio-stills-link {
    justify-self: center;
  }

  .stills-moodboard {
    grid-template-columns: 1fr;
  }

  .mood-still,
  .mood-still-large,
  .mood-still-wide,
  .mood-still-tall {
    grid-column: auto;
  }
}
