.portfolio-case {
  --project-dark: #111;
  --project-accent: #eee;
  --project-soft: #f3f3f0;
  background: var(--white);
}

.ipticar-case {
  --project-dark: #183159;
  --project-accent: #5398d2;
  --project-soft: #edf5fb;
}

.faculty-case {
  --project-dark: #213655;
  --project-accent: #f3b44a;
  --project-soft: #edf2f8;
}

.guichet-case {
  --project-dark: #0d4c83;
  --project-accent: #12a3bd;
  --project-soft: #f5f2e7;
}

.stationi-case {
  --project-dark: #120f19;
  --project-accent: #735ea9;
  --project-soft: #eeeaf7;
}

.yolo-case {
  --project-dark: #263c30;
  --project-accent: #c8d0c4;
  --project-soft: #f2f5f1;
}

.win-nroh-case {
  --project-dark: #101920;
  --project-accent: #ff5001;
  --project-soft: #eaf7f2;
}

.arena-case {
  --project-dark: #921f2d;
  --project-accent: #ef3038;
  --project-soft: #f6eeee;
}

.portfolio-case .case-hero,
.portfolio-case .application-section,
.portfolio-case .case-footer {
  background: var(--project-dark);
}

.portfolio-case .case-header.is-scrolled {
  color: var(--ink);
}

.project-hero h1 {
  max-width: 94%;
  font-size: clamp(7.4rem, 21vw, 23rem);
  line-height: 0.72;
  letter-spacing: -0.095em;
  text-transform: uppercase;
}

.project-hero--long h1 {
  max-width: 72%;
  font-size: clamp(5.5rem, 13vw, 14rem);
  line-height: 0.77;
  letter-spacing: -0.085em;
}

.project-hero__line {
  display: block;
}

.project-cover {
  right: 0;
  width: min(52vw, 56rem);
  background: var(--project-soft);
  box-shadow: -1.3rem 1.5rem 0 var(--project-accent);
}

.project-cover img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.faculty-case .project-cover {
  right: 1vw;
  width: min(38vw, 42rem);
}

.faculty-case .project-cover img {
  aspect-ratio: 1 / 1;
}

.guichet-case .project-cover img {
  aspect-ratio: 1.414 / 1;
}

.project-hero--stationi h1 {
  max-width: 82%;
  font-size: clamp(7rem, 19vw, 20rem);
  line-height: 0.68;
}

.project-hero--yolo h1 {
  font-size: clamp(9rem, 27vw, 29rem);
  letter-spacing: -0.11em;
}

.yolo-cover {
  right: 2vw;
  width: min(48vw, 48rem);
}

.yolo-cover img,
.win-nroh-cover img,
.arena-cover img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.win-nroh-cover {
  width: min(43vw, 43rem);
}

.project-hero--arena h1 {
  max-width: 72%;
  font-size: clamp(6.2rem, 15vw, 16rem);
}

.arena-cover {
  right: 2vw;
  width: min(42vw, 43rem);
  box-shadow: -1.3rem 1.5rem 0 #f3d7d9;
}

.stationi-cover {
  right: 1vw;
  width: min(50vw, 54rem);
  aspect-ratio: 1.95 / 1;
  overflow: hidden;
  background: var(--project-dark);
  transform: rotate(-2.5deg);
}

.stationi-cover > .stationi-cover-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  object-fit: cover;
}

.stationi-cover-lockup {
  position: absolute;
  z-index: 2;
  left: 4%;
  bottom: 7%;
  width: 58%;
  padding: clamp(0.4rem, 1vw, 0.8rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(18, 15, 25, 0.72);
  backdrop-filter: blur(12px);
}

.stationi-cover .stationi-cover-lockup img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  border: 0;
  object-fit: contain;
}

.portfolio-case .case-overview h2 span {
  -webkit-text-stroke-color: var(--project-dark);
}

.portfolio-case .identity-system {
  background: var(--project-soft);
}

.portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 2.25rem);
  padding-bottom: clamp(6rem, 11vw, 11rem);
}

.portfolio-gallery .gallery-frame {
  grid-column: span 6;
}

.portfolio-gallery .media-wide {
  grid-column: 1 / -1;
}

.portfolio-gallery .media-large {
  grid-column: span 8;
}

.portfolio-gallery .media-small {
  grid-column: span 4;
}

.portfolio-gallery .gallery-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-gallery .media-wide img {
  aspect-ratio: 2 / 1;
}

.portfolio-gallery .media-square img {
  aspect-ratio: 1 / 1;
}

.portfolio-gallery .media-landscape img {
  aspect-ratio: 1.414 / 1;
}

.portfolio-gallery .media-board {
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 4vw, 4rem) clamp(1.25rem, 5vw, 6rem) 0;
  background: var(--project-dark);
}

.portfolio-gallery .media-board img {
  height: auto;
  aspect-ratio: auto;
  max-height: 88svh;
  object-fit: contain;
}

.portfolio-gallery .media-board figcaption {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.faculty-story {
  background: var(--project-dark);
}

.faculty-story img {
  max-height: 72rem;
  object-fit: contain !important;
}

.project-quote {
  grid-column: span 4;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 28rem;
  padding: clamp(1.5rem, 3vw, 3rem);
  color: var(--white);
  background: var(--project-dark);
}

.project-quote span {
  font-size: clamp(2rem, 4vw, 4rem);
}

.project-quote p {
  font-family: var(--display);
  font-size: clamp(2.35rem, 4vw, 4.4rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.075em;
}

.palette--4 {
  grid-template-columns: repeat(4, 1fr);
}

.palette--6 {
  grid-template-columns: repeat(6, 1fr);
}

.palette--8 {
  grid-template-columns: repeat(4, 1fr);
}

.palette--4 .swatch,
.palette--6 .swatch,
.palette--8 .swatch {
  min-height: clamp(13rem, 20vw, 22rem);
}

.palette--6 .swatch {
  min-height: clamp(11rem, 17vw, 18rem);
}

.palette--8 .swatch:nth-child(4),
.palette--8 .swatch:last-child {
  border-right: 0;
}

.palette--8 .swatch:nth-child(-n + 4) {
  border-bottom: 1px solid var(--ink);
}

.swatch.is-dark {
  color: var(--white);
}

.application-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 2.25rem);
  margin-top: clamp(4rem, 8vw, 8rem);
}

.application-gallery .gallery-frame {
  min-width: 0;
}

.application-gallery .gallery-frame--wide {
  grid-column: 1 / -1;
}

.application-gallery img {
  width: 100%;
  aspect-ratio: 1.414 / 1;
  object-fit: cover;
}

.application-gallery .gallery-frame--wide img {
  aspect-ratio: 2 / 1;
}

.application-gallery figcaption {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
}

.award-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  padding-block: clamp(6rem, 11vw, 11rem);
  color: var(--project-dark);
  background: #f99f1b;
}

.award-copy .eyebrow {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.award-copy h2 {
  margin-top: 2rem;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 9rem);
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.award-copy p:not(.eyebrow) {
  max-width: 32rem;
  margin-top: 2rem;
  font-size: 1.05rem;
  line-height: 1.55;
}

.award-image {
  padding: clamp(1rem, 3vw, 3rem);
  background: var(--project-dark);
  transform: rotate(1.5deg);
}

.award-image img {
  width: 100%;
}

.award-image figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  color: var(--white);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.application-stage--project {
  background: var(--project-soft);
}

.application-stage--project img {
  box-shadow: none;
}

.case-document-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: clamp(3rem, 6vw, 6rem);
  padding: 1.25rem 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.case-document-link i {
  font-size: 1.75rem;
  font-style: normal;
  transition: transform 180ms ease;
}

.case-document-link:hover i,
.case-document-link:focus-visible i {
  transform: translate(0.25rem, -0.25rem);
}

.arena-story,
.report-reader {
  padding-block: clamp(6rem, 11vw, 11rem);
}

.arena-story {
  background: var(--project-soft);
}

.arena-story__intro,
.poster-heading,
.report-reader__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(17rem, 0.7fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.arena-story__intro h2,
.poster-heading h2,
.report-reader__intro h2 {
  font-family: var(--display);
  font-size: clamp(4rem, 8.7vw, 9.5rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.arena-story__intro > p,
.poster-heading > p,
.report-reader__intro > div > p {
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.55;
}

.arena-report-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  margin-top: clamp(4rem, 8vw, 8rem);
}

.arena-report-card--wide {
  grid-column: 1 / -1;
}

.arena-report-card img {
  width: 100%;
  aspect-ratio: 1.414 / 1;
  object-fit: cover;
  object-position: center;
  background: #fff;
}

.poster-section {
  padding-block: clamp(6rem, 11vw, 11rem);
  color: #fff;
  background: #8e1d2c;
}

.poster-eyebrow {
  margin-bottom: 1rem;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poster-carousel {
  position: relative;
  margin-top: clamp(4rem, 8vw, 8rem);
  outline: none;
}

.poster-carousel:focus-visible {
  box-shadow: 0 0 0 3px #fff;
}

.poster-carousel__viewport {
  width: min(72vw, 58rem);
  margin-inline: auto;
  overflow: hidden;
  box-shadow: 0 2.4rem 7rem rgba(35, 0, 4, 0.42);
  touch-action: pan-y;
}

.poster-carousel__track {
  display: flex;
  transition: transform 560ms cubic-bezier(0.22, 0.78, 0.2, 1);
  will-change: transform;
}

.poster-slide {
  flex: 0 0 100%;
  min-width: 0;
  background: #b92331;
}

.poster-slide a {
  display: block;
}

.poster-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #a5202e;
}

.poster-slide figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.poster-arrow {
  position: absolute;
  top: 46%;
  display: grid;
  width: clamp(3.6rem, 6vw, 6rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(20, 5, 7, 0.18);
  font-size: clamp(1.5rem, 3vw, 3rem);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.poster-arrow:hover,
.poster-arrow:focus-visible {
  color: #8e1d2c;
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}

.poster-arrow--prev {
  left: 0;
}

.poster-arrow--next {
  right: 0;
}

.poster-carousel__footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.poster-carousel__dots {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  padding: 0.35rem;
  scrollbar-width: thin;
}

.poster-carousel__dots button {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  font-size: 0.68rem;
  cursor: pointer;
}

.poster-carousel__dots button.is-active {
  color: #8e1d2c;
  background: #fff;
}

.report-reader__intro > div {
  display: grid;
  gap: 1.25rem;
}

.pdf-load-button {
  width: 100%;
  justify-content: space-between;
  margin-top: 1rem;
  cursor: pointer;
}

.report-reader__frame {
  position: relative;
  min-height: 36rem;
  margin-top: clamp(4rem, 8vw, 8rem);
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #e9e9e7;
}

.report-reader__frame iframe {
  display: block;
  width: 100%;
  height: min(78svh, 60rem);
  border: 0;
  background: #fff;
}

.report-reader__placeholder {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(14rem, 0.65fr);
  min-height: 36rem;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 7vw, 7rem);
  background: linear-gradient(130deg, #f7f7f5 0 58%, #ece3e4 58%);
}

.report-reader__placeholder[hidden] {
  display: none;
}

.report-reader__placeholder img {
  width: 100%;
  box-shadow: 0 1.5rem 4rem rgba(49, 11, 16, 0.16);
}

.report-reader__placeholder p {
  max-width: 20rem;
  font-size: 1.05rem;
  line-height: 1.5;
}

.arena-branding {
  background: #191416 !important;
}

.stationi-board-section {
  padding-bottom: clamp(6rem, 11vw, 11rem);
}

.stationi-board-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(17rem, 0.72fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 8rem);
}

.stationi-board-intro h2 {
  font-family: var(--display);
  font-size: clamp(4rem, 8.7vw, 9.5rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.stationi-board-intro > p {
  max-width: 30rem;
  font-size: 1.05rem;
  line-height: 1.55;
}

.stationi-brand-board {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  aspect-ratio: 16 / 11;
  min-height: 46rem;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--white);
}

.stationi-brand-board > div {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 2rem);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.stationi-board-label {
  position: relative;
  z-index: 2;
  font-size: clamp(0.56rem, 0.7vw, 0.68rem);
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stationi-board-mark {
  grid-column: 1 / 6;
  grid-row: 1 / 3;
  color: var(--white);
  background:
    radial-gradient(circle at 54% 48%, rgba(115, 94, 169, 0.48), transparent 43%),
    var(--project-dark);
}

.stationi-board-mark img {
  position: absolute;
  inset: 8% 6% 4%;
  width: 88%;
  height: 88%;
  object-fit: contain;
  transform: scale(1.13);
}

.stationi-board-name {
  grid-column: 6 / 13;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  background: #000;
  border-right: 0 !important;
}

.stationi-board-name strong {
  font-family: var(--display);
  font-size: clamp(4rem, 9vw, 9.5rem);
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.075em;
}

.stationi-board-name span {
  margin-top: 1rem;
  font-size: clamp(1rem, 1.9vw, 2rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.stationi-board-colors {
  grid-column: 6 / 13;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  border-right: 0 !important;
}

.stationi-board-swatches {
  display: grid;
  flex: 1;
  grid-template-columns: 1.25fr 1fr 1fr;
  margin: 1rem -2rem -2rem;
}

.stationi-board-swatch {
  position: relative;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
}

.stationi-board-swatch:last-child {
  border-right: 0;
}

.stationi-board-swatch i {
  position: absolute;
  right: 0.7rem;
  bottom: 0.65rem;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.stationi-board-swatch--purple {
  color: var(--white);
  background: #735ea9;
}

.stationi-board-swatch--black {
  color: var(--white);
  background: #000;
}

.stationi-board-swatch--white {
  background: #fff;
}

.stationi-board-type {
  grid-column: 1 / 5;
  grid-row: 3;
  background: var(--project-soft);
}

.stationi-board-alphabet {
  margin-top: clamp(1.3rem, 2vw, 2rem);
  font-family: var(--display);
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.08em;
}

.stationi-board-font {
  position: absolute;
  left: clamp(1rem, 2vw, 2rem);
  bottom: clamp(1rem, 2vw, 2rem);
  font-size: clamp(0.75rem, 1vw, 1rem);
  font-weight: 750;
  line-height: 1.25;
}

.stationi-board-font span {
  font-weight: 300;
}

.stationi-board-principles {
  grid-column: 5 / 9;
  grid-row: 3;
  color: var(--white);
  background: #735ea9;
}

.stationi-board-principles ol {
  position: absolute;
  right: clamp(1rem, 2vw, 2rem);
  bottom: clamp(1rem, 2vw, 2rem);
  left: clamp(1rem, 2vw, 2rem);
  counter-reset: principle;
  list-style: none;
}

.stationi-board-principles li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.35rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.5vw, 2.5rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.stationi-board-principles li::before {
  counter-increment: principle;
  content: "0" counter(principle);
  width: 1.5rem;
  font-family: var(--body);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0;
}

.stationi-board-lockup {
  grid-column: 9 / 13;
  grid-row: 3;
  color: var(--white);
  background: var(--project-dark);
  border-right: 0 !important;
}

.stationi-board-lockup img {
  position: absolute;
  inset: 15% 8% 3%;
  width: 84%;
  height: 82%;
  object-fit: contain;
}

.stationi-application-gallery .gallery-frame > img {
  aspect-ratio: 1.414 / 1;
}

.stationi-signal-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  aspect-ratio: 1.414 / 1;
  padding: clamp(1.5rem, 5vw, 5rem);
  background:
    radial-gradient(circle at 22% 38%, rgba(255, 255, 255, 0.17), transparent 30%),
    #735ea9;
}

.stationi-signal-card > div img {
  width: min(42%, 15rem);
  height: auto;
  aspect-ratio: auto;
  background: transparent;
  object-fit: contain;
}

.stationi-signal-card > div p {
  font-family: var(--display);
  min-width: 0;
  font-size: clamp(2rem, 3vw, 3.6rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.065em;
  text-align: right;
}

.stationi-lockup-stage {
  display: grid;
  place-items: center;
  aspect-ratio: 2 / 1;
  padding: clamp(1.5rem, 8vw, 8rem);
  background:
    radial-gradient(circle at 70% 20%, rgba(115, 94, 169, 0.78), transparent 43%),
    #120f19;
}

.stationi-lockup-stage img {
  width: min(78%, 72rem);
  height: auto;
  aspect-ratio: auto;
  background: transparent;
  object-fit: contain;
}

@media (max-width: 900px) {
  .project-hero--long h1 {
    max-width: 92%;
    font-size: clamp(5rem, 15vw, 9rem);
  }

  .faculty-case .project-cover {
    width: 55vw;
  }

  .portfolio-gallery .media-large,
  .portfolio-gallery .media-small,
  .project-quote {
    grid-column: span 6;
  }

  .palette--6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .palette--6 .swatch:nth-child(3) {
    border-right: 0;
  }

  .palette--6 .swatch:nth-child(-n + 3) {
    border-bottom: 1px solid var(--ink);
  }

  .stationi-board-intro {
    grid-template-columns: 1fr;
  }

  .stationi-board-intro > p {
    margin-left: auto;
  }

  .arena-story__intro,
  .poster-heading,
  .report-reader__intro {
    grid-template-columns: 1fr;
  }

  .poster-heading > p,
  .arena-story__intro > p,
  .report-reader__intro > div {
    margin-left: auto;
  }

  .poster-carousel__viewport {
    width: min(78vw, 48rem);
  }

  .stationi-brand-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(18rem, auto));
    aspect-ratio: auto;
    min-height: 0;
  }

  .stationi-board-mark,
  .stationi-board-name,
  .stationi-board-colors,
  .stationi-board-type,
  .stationi-board-principles,
  .stationi-board-lockup {
    grid-column: auto;
    grid-row: auto;
  }

  .stationi-brand-board > div:nth-child(even) {
    border-right: 0 !important;
  }

  .stationi-board-mark img,
  .stationi-board-lockup img {
    transform: none;
  }
}

@media (max-width: 760px) {
  .project-hero {
    min-height: 51rem;
  }

  .project-hero h1,
  .project-hero--long h1 {
    max-width: 100%;
    margin-top: 2.5rem;
    font-size: clamp(4.2rem, 20vw, 7.8rem);
    line-height: 0.75;
  }

  .faculty-case .project-hero h1 {
    font-size: clamp(3.6rem, 17vw, 6.5rem);
  }

  .project-hero--stationi h1 {
    font-size: clamp(5.4rem, 27vw, 9rem);
  }

  .project-hero--yolo h1 {
    font-size: clamp(6rem, 30vw, 10rem);
  }

  .project-hero--arena h1 {
    font-size: clamp(4.4rem, 19vw, 7rem);
  }

  .project-cover,
  .faculty-case .project-cover {
    right: -7vw;
    bottom: 8rem;
    width: 86vw;
    box-shadow: -0.7rem 0.8rem 0 var(--project-accent);
  }

  .faculty-case .project-cover {
    width: 72vw;
  }

  .yolo-cover,
  .win-nroh-cover,
  .arena-cover {
    width: 76vw;
  }

  .portfolio-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .portfolio-gallery .gallery-frame,
  .portfolio-gallery .media-wide,
  .portfolio-gallery .media-large,
  .portfolio-gallery .media-small,
  .project-quote {
    grid-column: 1;
  }

  .portfolio-gallery .media-wide img,
  .portfolio-gallery .media-landscape img {
    aspect-ratio: auto;
  }

  .portfolio-gallery .media-board {
    padding: 1rem 1rem 0;
  }

  .portfolio-gallery .media-board img {
    max-height: none;
  }

  .project-quote {
    min-height: 22rem;
  }

  .palette--4,
  .palette--6,
  .palette--8,
  .application-gallery,
  .award-section {
    grid-template-columns: 1fr;
  }

  .palette--4 .swatch,
  .palette--6 .swatch,
  .palette--8 .swatch {
    min-height: 10rem;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .palette--4 .swatch:last-child,
  .palette--6 .swatch:last-child,
  .palette--8 .swatch:last-child {
    border-bottom: 0;
  }

  .application-gallery .gallery-frame--wide {
    grid-column: 1;
  }

  .application-gallery img,
  .application-gallery .gallery-frame--wide img {
    aspect-ratio: auto;
  }

  .award-image {
    grid-row: 1;
  }

  .stationi-board-intro > p {
    margin-left: 0;
  }

  .stationi-board-intro > * {
    min-width: 0;
  }

  .stationi-board-intro h2 {
    max-width: 100%;
    font-size: clamp(2.6rem, 12.5vw, 5rem);
  }

  .stationi-brand-board {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .stationi-brand-board > div {
    min-height: 20rem;
    border-right: 0 !important;
  }

  .stationi-board-mark {
    min-height: 31rem !important;
  }

  .stationi-board-lockup {
    min-height: 25rem !important;
  }

  .stationi-board-swatches {
    min-height: 12rem;
    margin-inline: -1rem;
    margin-bottom: -1rem;
  }

  .stationi-signal-card > div {
    aspect-ratio: 1 / 1;
    flex-direction: column;
    align-items: flex-start;
  }

  .stationi-signal-card > div img {
    width: 46%;
  }

  .stationi-signal-card > div p {
    align-self: flex-end;
  }

  .stationi-lockup-stage {
    aspect-ratio: 1.15 / 1;
  }

  .arena-story__intro h2,
  .poster-heading h2,
  .report-reader__intro h2 {
    font-size: clamp(3.6rem, 15vw, 6rem);
  }

  .arena-report-gallery {
    grid-template-columns: 1fr;
  }

  .arena-report-card--wide {
    grid-column: 1;
  }

  .poster-carousel__viewport {
    width: 100%;
  }

  .poster-arrow {
    top: auto;
    bottom: 4.2rem;
    width: 3.25rem;
    color: #8e1d2c;
    background: #fff;
    transform: none;
  }

  .poster-arrow:hover,
  .poster-arrow:focus-visible {
    transform: scale(1.04);
  }

  .poster-arrow--prev {
    left: 0.75rem;
  }

  .poster-arrow--next {
    right: 0.75rem;
  }

  .poster-carousel__footer {
    grid-template-columns: 1fr;
    padding-bottom: 4.5rem;
  }

  .poster-carousel__footer > span {
    display: none;
  }

  .report-reader__placeholder {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .poster-carousel__track {
    transition: none;
  }
}
