.projects-archive,
.project-single {
  overflow: hidden;
  background: var(--ink);
}

.projects-archive h1,
.projects-archive h2,
.projects-archive h3,
.projects-archive p,
.project-single h1,
.project-single h2,
.project-single h3,
.project-single p {
  margin-top: 0;
}

.projects-archive__hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: clamp(180px, 16vw, 260px) 0 clamp(100px, 11vw, 160px);
  border-bottom: 1px solid var(--line);
}

.projects-archive__hero::before,
.project-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(244, 242, 235, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 242, 235, .035) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 92%);
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.projects-archive__glow,
.project-hero__glow {
  position: absolute;
  top: -35%;
  right: -14%;
  width: min(76vw, 1050px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(220, 24, 61, .24), rgba(220, 24, 61, .06) 38%, transparent 68%);
}

.projects-archive__hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .48fr);
  align-items: end;
  gap: clamp(70px, 10vw, 170px);
}

.projects-archive__hero .eyebrow {
  margin-bottom: 38px;
  color: var(--signal);
}

.projects-archive__hero h1 {
  max-width: 1100px;
  margin-bottom: 0;
  font-size: clamp(76px, 10vw, 160px);
  font-weight: 830;
  letter-spacing: -.085em;
  line-height: .82;
}

.projects-archive__hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 242, 235, .5);
}

.projects-archive__summary {
  padding: 30px 0 8px 32px;
  border-left: 1px solid var(--line);
}

.projects-archive__summary > p {
  margin-bottom: 44px;
  color: rgba(244, 242, 235, .64);
  font-size: 17px;
  line-height: 1.6;
}

.projects-archive__numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.projects-archive__numbers div {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.projects-archive__numbers strong,
.projects-archive__numbers span {
  display: block;
}

.projects-archive__numbers strong {
  margin-bottom: 8px;
  color: var(--signal);
  font-size: 46px;
  letter-spacing: -.06em;
  line-height: 1;
}

.projects-archive__numbers span {
  color: rgba(244, 242, 235, .5);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.projects-index {
  padding: clamp(110px, 12vw, 190px) 0;
  color: var(--ink);
  background: var(--paper);
}

.projects-index__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .5fr);
  align-items: end;
  gap: clamp(60px, 9vw, 140px);
  margin-bottom: 68px;
}

.projects-index__head .section-index {
  margin-bottom: 30px;
  color: var(--signal);
}

.projects-index__head h2 {
  max-width: 1050px;
  margin-bottom: 0;
  font-size: clamp(50px, 6.2vw, 98px);
  font-weight: 790;
  letter-spacing: -.07em;
  line-height: .92;
}

.projects-index__head > p {
  margin-bottom: 0;
  color: rgba(9, 9, 9, .62);
  font-size: 17px;
  line-height: 1.6;
}

.project-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr)) auto auto;
  align-items: end;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .52);
}

.project-filter label {
  display: block;
  margin: 0 0 8px 2px;
  color: rgba(9, 9, 9, .58);
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.project-filter select {
  width: 100%;
  min-height: 58px;
  padding: 0 48px 0 17px;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  color: var(--ink);
  background:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%) calc(100% - 21px) 26px / 5px 5px no-repeat,
    linear-gradient(135deg, var(--ink) 50%, transparent 50%) calc(100% - 16px) 26px / 5px 5px no-repeat,
    #fff;
  appearance: none;
}

.project-filters .button {
  white-space: nowrap;
}

.project-filters__reset {
  align-self: center;
  padding: 14px 10px;
  color: rgba(9, 9, 9, .64);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .06em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.projects-index__result {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 42px 0 22px;
  color: rgba(9, 9, 9, .56);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.project-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, .7);
  transition: box-shadow .35s ease, transform .35s var(--ease);
}

.project-card:hover {
  box-shadow: 0 28px 80px rgba(9, 9, 9, .13);
  transform: translateY(-5px);
}

.project-card__media {
  display: grid;
  min-height: 390px;
  overflow: hidden;
  place-items: center;
  color: rgba(244, 242, 235, .35);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  background:
    radial-gradient(circle at 72% 18%, rgba(220, 24, 61, .19), transparent 30%),
    #121212;
}

.project-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(20px, 3vw, 46px);
  object-fit: contain;
  transition: transform .7s var(--ease);
}

.project-card:hover .project-card__media img {
  transform: scale(1.028);
}

.project-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 52px);
}

.project-card__meta {
  display: flex;
  min-height: 24px;
  flex-wrap: wrap;
  gap: 7px;
}

.project-card__meta span {
  padding: 6px 9px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: rgba(9, 9, 9, .58);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.project-card h2,
.project-card h3 {
  margin: 36px 0 16px;
  overflow-wrap: anywhere;
  font-size: clamp(42px, 4.8vw, 76px);
  font-weight: 770;
  letter-spacing: -.065em;
  line-height: .92;
}

.project-card__body > p {
  margin-bottom: 38px;
  color: rgba(9, 9, 9, .62);
  font-size: 16px;
  line-height: 1.58;
}

.project-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line-dark);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.projects-index:not(.projects-index--filtered) .project-grid > .project-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
}

.projects-index:not(.projects-index--filtered) .project-grid > .project-card:first-child .project-card__media {
  min-height: 560px;
}

.project-pagination {
  margin-top: 58px;
}

.project-pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.project-pagination .page-numbers {
  display: grid;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 9px;
}

.project-pagination .page-numbers.current,
.project-pagination a.page-numbers:hover {
  color: #fff;
  border-color: var(--signal);
  background: var(--signal);
}

.projects-empty {
  padding: clamp(56px, 8vw, 110px);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  text-align: center;
  background: rgba(255, 255, 255, .45);
}

.projects-empty .eyebrow {
  color: var(--signal);
}

.projects-empty h2 {
  max-width: 900px;
  margin: 34px auto 22px;
  font-size: clamp(44px, 6vw, 84px);
  letter-spacing: -.065em;
  line-height: .94;
}

.projects-empty > p {
  max-width: 620px;
  margin: 0 auto 34px;
  color: rgba(9, 9, 9, .62);
  font-size: 17px;
}

.projects-empty > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.projects-archive__cta,
.project-single__cta {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 12vw, 190px) 0;
  color: #fff;
  background: var(--signal);
}

.projects-archive__cta::before,
.project-single__cta::before {
  position: absolute;
  top: -85%;
  right: -12%;
  width: min(70vw, 1000px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 95px rgba(255, 255, 255, .035),
    0 0 0 190px rgba(255, 255, 255, .022);
}

.projects-archive__cta-grid,
.project-single__cta-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .5fr);
  align-items: end;
  gap: clamp(70px, 10vw, 160px);
}

.projects-archive__cta .section-index,
.project-single__cta .section-index {
  margin-bottom: 58px;
  color: rgba(255, 255, 255, .7);
}

.projects-archive__cta h2,
.project-single__cta h2 {
  max-width: 1080px;
  margin-bottom: 0;
  font-size: clamp(56px, 7vw, 112px);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .9;
}

.projects-archive__cta-grid > div:last-child > p,
.project-single__cta-grid > div:last-child > p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .8);
  font-size: 17px;
  line-height: 1.6;
}

/* Single case study */

.project-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 0;
}

.project-back {
  position: relative;
  display: inline-flex;
  margin: 26px 0 68px;
  color: rgba(244, 242, 235, .62);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.project-back:hover {
  color: var(--paper);
}

.project-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(440px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(50px, 6vw, 96px);
  padding-bottom: clamp(70px, 8vw, 120px);
}

.project-hero__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 36px;
}

.project-hero__terms span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(244, 242, 235, .64);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.project-hero h1 {
  max-width: 760px;
  margin-bottom: 30px;
  overflow-wrap: anywhere;
  font-size: clamp(64px, 6.5vw, 112px);
  font-weight: 820;
  letter-spacing: -.082em;
  line-height: .84;
}

.project-hero__lead {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(244, 242, 235, .64);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.53;
}

.project-hero__media {
  display: grid;
  min-height: 610px;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: rgba(244, 242, 235, .3);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  background:
    radial-gradient(circle at 74% 18%, rgba(220, 24, 61, .2), transparent 31%),
    #111;
  box-shadow: 0 42px 120px rgba(0, 0, 0, .32);
}

.project-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(28px, 4vw, 68px);
  object-fit: contain;
}

.project-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-facts > div {
  min-height: 115px;
  padding: 25px 20px;
  border-right: 1px solid var(--line);
}

.project-facts > div:last-child {
  border-right: 0;
}

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

.project-facts span {
  margin-bottom: 18px;
  color: rgba(244, 242, 235, .48);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.project-facts strong,
.project-facts a {
  font-size: 17px;
  font-weight: 680;
}

.project-facts a {
  color: var(--lime);
}

.project-story,
.project-performance,
.project-related {
  padding: clamp(110px, 12vw, 190px) 0;
  color: var(--ink);
  background: var(--paper);
}

.project-section-head {
  margin-bottom: 74px;
}

.project-section-head .eyebrow {
  margin-bottom: 30px;
  color: var(--signal);
}

.project-section-head h2 {
  max-width: 1100px;
  margin-bottom: 0;
  font-size: clamp(50px, 6vw, 96px);
  font-weight: 790;
  letter-spacing: -.07em;
  line-height: .93;
}

.project-story__grid {
  display: grid;
  grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr);
  gap: clamp(60px, 9vw, 150px);
  padding-top: 52px;
  border-top: 1px solid var(--line-dark);
}

.project-story__grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.project-story__grid--single > * {
  max-width: 960px;
}

.project-story__label,
.project-scope__group > span {
  display: block;
  margin-bottom: 30px;
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.project-story ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-story li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 24px;
  color: rgba(9, 9, 9, .7);
  font-size: 16px;
  line-height: 1.5;
}

.project-story li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--signal);
}

.project-story__solution p,
.project-story__content {
  color: rgba(9, 9, 9, .72);
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.65;
}

.project-story__solution p {
  margin-bottom: 24px;
}

.project-scope,
.project-gallery {
  padding: clamp(110px, 12vw, 190px) 0;
  color: var(--paper);
  background: var(--ink);
}

.project-gallery {
  padding-top: 0;
}

.project-section-head--light .eyebrow {
  color: var(--lime);
}

.project-scope__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.project-scope__group {
  min-height: 360px;
  padding: clamp(28px, 3.3vw, 50px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 12%, rgba(220, 24, 61, .14), transparent 32%),
    var(--panel);
}

.project-scope__group > span {
  color: var(--lime);
}

.project-scope__group ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 112px 0 0;
  padding: 0;
  list-style: none;
}

.project-scope__group li {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(244, 242, 235, .72);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .06em;
}

.project-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.project-gallery figure {
  display: grid;
  min-height: 500px;
  overflow: hidden;
  margin: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111;
}

.project-gallery figure:first-child:nth-last-child(odd) {
  grid-column: 1 / -1;
}

.project-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
}

.project-performance__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .4fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 64px;
}

.project-performance__head .eyebrow {
  margin-bottom: 30px;
  color: var(--signal);
}

.project-performance h2 {
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(52px, 6vw, 96px);
  font-weight: 790;
  letter-spacing: -.07em;
  line-height: .92;
}

.project-performance__score {
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}

.project-performance__score span,
.project-performance__score strong {
  display: block;
}

.project-performance__score span {
  margin-bottom: 18px;
  color: rgba(9, 9, 9, .55);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.project-performance__score strong {
  color: var(--signal);
  font-size: 58px;
  letter-spacing: -.07em;
  line-height: 1;
}

.project-performance__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}

.project-performance table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.project-performance th,
.project-performance td {
  padding: 22px 26px;
  border-bottom: 1px solid var(--line-dark);
  text-align: left;
}

.project-performance thead th {
  color: rgba(9, 9, 9, .5);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.project-performance tbody th {
  font-size: 17px;
}

.project-performance tbody td:last-child {
  color: #4b7f10;
  font-weight: 760;
}

.project-performance tr:last-child th,
.project-performance tr:last-child td {
  border-bottom: 0;
}

.project-performance__note {
  max-width: 780px;
  margin: 20px 0 0;
  color: rgba(9, 9, 9, .52);
  font-size: 13px;
  line-height: 1.55;
}

.project-related {
  border-top: 1px solid var(--line-dark);
}

.project-grid--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-card--related .project-card__media {
  min-height: 260px;
}

.project-card--related h3 {
  font-size: clamp(32px, 3.4vw, 50px);
}

.project-card--related .project-card__body > p {
  font-size: 14px;
}

@media (max-width: 1180px) {
  .projects-archive__hero-grid,
  .projects-index__head,
  .projects-archive__cta-grid,
  .project-single__cta-grid,
  .project-performance__head {
    grid-template-columns: 1fr;
  }

  .projects-archive__summary,
  .projects-index__head > p,
  .projects-archive__cta-grid > div:last-child,
  .project-single__cta-grid > div:last-child {
    max-width: 700px;
  }

  .project-filters {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-filters .button,
  .project-filters__reset {
    justify-self: start;
  }

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

  .project-hero__copy {
    max-width: 900px;
  }

  .project-hero__media {
    width: min(100%, 920px);
  }

  .project-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-facts > div:nth-child(3) {
    border-right: 0;
  }

  .project-facts > div:nth-child(n+4) {
    border-top: 1px solid var(--line);
  }

  .project-scope__grid,
  .project-grid--related {
    grid-template-columns: 1fr;
  }

  .project-scope__group {
    min-height: 280px;
  }

  .project-scope__group ul {
    margin-top: 70px;
  }
}

@media (max-width: 760px) {
  .projects-archive__hero {
    min-height: 0;
    padding: 150px 0 96px;
  }

  .projects-archive__hero h1 {
    font-size: clamp(66px, 20vw, 96px);
  }

  .projects-archive__hero-grid {
    gap: 58px;
  }

  .projects-archive__summary {
    padding: 28px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .projects-index__head {
    gap: 30px;
    margin-bottom: 48px;
  }

  .projects-index__head h2 {
    font-size: clamp(46px, 13vw, 66px);
  }

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

  .project-filters {
    padding: 16px;
  }

  .project-filters .button,
  .project-filters__reset {
    width: 100%;
    justify-self: stretch;
    text-align: center;
  }

  .projects-index__result {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .projects-index:not(.projects-index--filtered) .project-grid > .project-card:first-child {
    grid-column: auto;
    display: flex;
  }

  .projects-index:not(.projects-index--filtered) .project-grid > .project-card:first-child .project-card__media,
  .project-card__media {
    min-height: 260px;
  }

  .project-card h2,
  .project-card h3 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .projects-archive__cta h2,
  .project-single__cta h2 {
    font-size: clamp(48px, 14vw, 70px);
  }

  .project-hero {
    padding-top: 110px;
  }

  .project-back {
    margin: 30px 0 48px;
  }

  .project-hero__grid {
    gap: 50px;
  }

  .project-hero h1 {
    font-size: clamp(62px, 19vw, 92px);
  }

  .project-hero__media {
    min-height: 330px;
  }

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

  .project-facts > div,
  .project-facts > div:nth-child(3) {
    min-height: 105px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .project-facts > div:nth-child(-n+2) {
    border-top: 0;
  }

  .project-facts > div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .project-facts > div:nth-child(even),
  .project-facts > div:last-child {
    border-right: 0;
  }

  .project-facts > div:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .project-section-head {
    margin-bottom: 52px;
  }

  .project-section-head h2,
  .project-performance h2 {
    font-size: clamp(46px, 13vw, 68px);
  }

  .project-story__grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .project-scope__grid,
  .project-gallery__grid {
    grid-template-columns: 1fr;
  }

  .project-gallery figure:first-child:nth-last-child(odd) {
    grid-column: auto;
  }

  .project-gallery figure {
    min-height: 280px;
  }

  .project-performance__score {
    max-width: 320px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .project-card,
  .project-card__media img {
    transition: none;
  }
}
