:root {
  --bg: #0a0a0a;
  --surface: #202020;
  --text: #ffffff;
  --muted: #808080;
  --muted-strong: #979797;
  --accent: #ff5757;
  --line: rgba(255, 255, 255, 0.24);
  --page-pad: clamp(24px, 6.25vw, 120px);
  --content-max: 1680px;
  --case-gap: calc(var(--case-visual-height) * 0.022);
  --case-copy-gap: 70px;
  --case-visual-height: min(
    730px,
    calc(100vh - 230px),
    calc((100vw - (var(--page-pad) * 2) - var(--case-copy-gap) - var(--case-copy-width)) / 1.603)
  );
  --case-cards-width: calc(var(--case-visual-height) * 0.803);
  --case-feature-width: calc(var(--case-visual-height) * 0.8);
  --case-copy-width: clamp(500px, 30vw, 570px);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  font-family: "Instrument Sans", Arial, sans-serif;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
}

main {
  flex: 1;
}

button,
a {
  font: inherit;
}

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

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

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: clamp(86px, 9.5vh, 117px);
  padding: clamp(16px, 2.4vh, 26px) var(--page-pad);
  background: var(--bg);
}

.brand {
  width: clamp(88px, 5.8vw, 110px);
  height: clamp(52px, 3.4vw, 65px);
  overflow: hidden;
}

.brand img {
  width: clamp(89px, 5.85vw, 111px);
  height: clamp(87px, 5.65vw, 108px);
  object-fit: cover;
  object-position: top left;
  transform: translateY(clamp(-22px, -1.15vw, -17px));
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 21px 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

.main-nav a {
  transition: color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav .active {
  color: var(--accent);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  padding: 11px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  max-width: calc(var(--content-max) + (var(--page-pad) * 2));
  margin: 0 auto;
  padding: 30px var(--page-pad);
}

.hero-copy {
  max-width: 1680px;
}

.hero h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(38px, 2.7vw, 52px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero p {
  width: min(100%, 620px);
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
}

.filter-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  padding: 8px 16px;
  background: var(--accent);
  color: var(--text);
  box-shadow: 0 1px 2px rgba(13, 13, 18, 0.06);
  cursor: pointer;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.filter-button img {
  width: 16px;
  height: 16px;
  transition: transform 160ms ease;
}

.filter-button[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.gallery-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 20px var(--page-pad) 60px;
}

.gallery-grid {
  display: grid;
  width: min(100%, var(--content-max));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.gallery-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gallery-column.middle {
  padding-top: 1px;
}

.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #151515;
}

.gallery-item.is-hidden {
  display: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.gallery-item:hover img {
  filter: brightness(1.04);
  transform: scale(1.015);
}

.gallery-item.tall {
  aspect-ratio: 546.66 / 736;
}

.gallery-item.short {
  aspect-ratio: 546.66 / 417;
}

.gallery-item.large {
  aspect-ratio: 546.66 / 689;
}

.gallery-item.extra-tall {
  aspect-ratio: 546.66 / 754;
}

.gallery-item.compact {
  aspect-ratio: 546.66 / 447;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(100%, var(--content-max));
}

.pagination button {
  border-radius: 4px;
  min-height: 36px;
  border: 1px solid var(--accent);
  color: var(--text);
  background: transparent;
  cursor: pointer;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.pagination button:focus-visible,
.filter-button:focus-visible,
.menu-button:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 3px;
}

.pagination-text {
  padding: 8px 16px 8px 14px;
  border-color: transparent !important;
  background: var(--surface) !important;
  color: var(--muted-strong) !important;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
}

.pagination-text.next,
.page-button.current {
  background: var(--accent) !important;
  color: var(--text) !important;
  box-shadow: none;
}

.pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.page-button {
  width: 36px;
  padding: 8px 4px;
}

.site-footer {
  display: flex;
  height: 50px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 0 var(--page-pad);
  margin-top: auto;
}

.site-footer p {
  width: 100%;
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.case-page + .site-footer p {
  max-width: calc(var(--content-max) + (var(--page-pad) * 2));
}

.scroll-top-button {
  position: fixed;
  right: clamp(16px, 2.2vw, 42px);
  bottom: clamp(24px, 4vh, 48px);
  z-index: 10;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: var(--text);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.scroll-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top-button:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 3px;
}

.case-page {
  min-height: auto;
}

.case-hero {
  width: min(100%, calc(var(--content-max) + (var(--page-pad) * 2)));
  margin: 0 auto;
  padding: clamp(24px, 4.2vh, 60px) var(--page-pad) clamp(24px, 4.2vh, 60px);
}

.case-overview {
  display: grid;
  grid-template-columns:
    minmax(300px, var(--case-cards-width))
    minmax(300px, var(--case-feature-width))
    minmax(330px, var(--case-copy-width));
  gap: var(--case-gap);
  align-items: stretch;
  justify-content: start;
}

.case-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: calc(var(--case-visual-height) * 0.018) calc(var(--case-visual-height) * 0.022);
  height: var(--case-visual-height);
}

.case-cards img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
  background: #0a0a0a;
}

.case-feature {
  width: 100%;
  height: var(--case-visual-height);
  object-fit: contain;
}

.case-copy {
  position: relative;
  display: flex;
  min-height: var(--case-visual-height);
  flex-direction: column;
  align-items: flex-start;
}

.case-label {
  margin: 0 0 clamp(20px, 3vh, 40px);
  color: var(--accent);
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 1.6;
}

.case-label p {
  margin: 0;
}

.case-copy h1 {
  margin: 0;
  color: var(--text);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(42px, 3.2vw, 68px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.case-description {
  margin: 24px 0 0;
  color: #d4d4d4;
  font-size: clamp(17px, 1.1vw, 22px);
  line-height: 1.58;
  text-align: left;
  white-space: pre-line;
}

.round-link {
  position: static;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-top: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: var(--text);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.case-overview .case-copy,
.case-composite .case-copy {
  height: 100%;
  min-height: 0;
}

.case-overview .case-copy {
  margin-left: calc(var(--case-copy-gap) - var(--case-gap));
}

.case-overview .round-link,
.case-composite .round-link {
  margin-top: auto;
  transform: translateY(0);
}

.case-product {
  --case-product-aspect: 0.98;
  --case-product-right-min: 600px;
  --case-product-gap: clamp(44px, 4.2vw, 82px);
  --related-gap: clamp(34px, 3.2vw, 48px);
  --case-product-max-height: min(730px, calc(100vh - 206px));
  --case-product-main-width: min(
    calc(var(--case-product-max-height) * var(--case-product-aspect)),
    calc((100vw - (var(--page-pad) * 2) - var(--case-product-gap) - var(--case-product-right-min)))
  );
  --case-product-height: min(
    var(--case-product-max-height),
    calc(var(--case-product-main-width) / var(--case-product-aspect))
  );
  display: grid;
  grid-template-columns: minmax(300px, var(--case-product-main-width)) minmax(
      var(--case-product-right-min),
      min(40vw, 760px)
    );
  gap: var(--case-product-gap);
  align-items: stretch;
  justify-content: start;
  padding-top: clamp(20px, 3vh, 36px);
  padding-bottom: clamp(14px, 2vh, 24px);
}

.case-product.is-carousel-page {
  --case-product-aspect: 0.87;
}

.case-product.is-story-page {
  --case-product-aspect: 0.82;
  --related-story-width: calc(var(--case-product-height) * 0.315);
}

.case-product.is-story-page .product-stage.is-fit .product-main {
  object-fit: contain;
}

.case-product.is-reel-page {
  --case-product-aspect: 0.82;
  --related-reel-width: calc(var(--case-product-height) * 0.315);
}

.case-product.is-reel-page .product-stage.is-fit .product-main {
  object-fit: contain;
}

.product-stage {
  position: relative;
  width: 100%;
  height: var(--case-product-height);
  min-height: var(--case-product-height);
  overflow: hidden;
  border-radius: 8px;
  background: #0a0a0a;
}

.product-main {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-stage.is-fit .product-main {
  object-fit: cover;
}

.product-stage.is-carousel-preview .product-main {
  display: block;
}

.stage-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.stage-carousel-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.stage-carousel-prev {
  left: 20px;
}

.stage-carousel-next {
  right: 20px;
}

.product-stage.is-carousel-preview .stage-carousel-button {
  display: block;
}

.product-stage.is-carousel-preview .stage-carousel-button[hidden] {
  display: none;
}

.stage-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  display: none;
  gap: 5px;
  transform: translateX(-50%);
}

.stage-carousel-dots span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #d9d9d9;
}

.stage-carousel-dots span.is-active {
  background: var(--accent);
}

.carousel-designs {
  display: none;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
}

.product-stage.is-carousel-preview .carousel-designs {
  display: none;
}

.product-stage.is-carousel-preview .stage-carousel-dots {
  display: flex;
}

.carousel-designs img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 6px;
  object-fit: contain;
  background: #111111;
}

.product-details {
  display: flex;
  height: var(--case-product-height);
  min-height: var(--case-product-height);
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.case-copy-wide {
  min-height: auto;
  width: 100%;
}

.case-copy-wide .case-description {
  max-width: 860px;
  margin-top: 18px;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.45;
  white-space: normal;
}

.related {
  position: static;
  margin-top: auto;
  width: fit-content;
  max-width: 100%;
  transform: translateY(-10px);
}

.related h2 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 24px;
  line-height: 1.2;
}

.related-row {
  display: grid;
  grid-template-columns:
    calc(var(--case-product-height) * 0.315)
    calc(var(--case-product-height) * 0.227)
    calc(var(--case-product-height) * 0.227);
  align-items: center;
  gap: var(--related-gap);
  overflow: visible;
  padding-bottom: 2px;
}

.format-card {
  display: block;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, filter 160ms ease;
}

.format-card:hover,
.format-card:focus-visible,
.format-card.is-active {
  border-color: var(--accent);
  outline: 0;
}

.case-product .format-card:hover,
.case-product .format-card:focus-visible,
.case-product .format-card.is-active {
  border-color: transparent;
}

.case-product .format-card.is-active::before,
.case-product .format-card.is-active::after,
.case-product .format-card.is-active .format-dots {
  display: none;
}

.format-card:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.related-row img,
.related-row video,
.format-card {
  width: 100%;
  height: auto;
  max-height: 348px;
  aspect-ratio: 200 / 348;
  border-radius: 12px;
  object-fit: cover;
  background: #0f0f0f;
}

.related-row .related-large,
.related-row .related-large img {
  width: 100%;
  aspect-ratio: 277 / 348;
}

.case-product.is-reel-page .related-row {
  grid-template-columns:
    calc(var(--case-product-height) * 0.315)
    calc(var(--case-product-height) * 0.227)
    var(--related-reel-width);
}

.case-product.is-reel-page .format-card[data-format-index="2"],
.case-product.is-reel-page .format-card[data-format-index="2"] img,
.case-product.is-reel-page .format-card[data-format-index="2"] video {
  aspect-ratio: 277 / 348;
}

.case-product.is-story-page .related-row {
  grid-template-columns:
    calc(var(--case-product-height) * 0.315)
    var(--related-story-width)
    calc(var(--case-product-height) * 0.227);
}

.case-product.is-story-page .format-card[data-format-index="1"],
.case-product.is-story-page .format-card[data-format-index="1"] img,
.case-product.is-story-page .format-card[data-format-index="1"] video {
  aspect-ratio: 277 / 348;
}

.product-next {
  position: absolute;
  right: auto;
  bottom: 0;
  left: calc(
    (var(--case-product-height) * 0.315) + (var(--case-product-height) * 0.227) +
      (var(--case-product-height) * 0.227) + var(--related-gap) + var(--related-gap) + var(--related-gap)
  );
  align-self: auto;
  margin-top: 0;
}

.case-product.is-reel-page .product-next {
  left: calc(
    (var(--case-product-height) * 0.315) + (var(--case-product-height) * 0.227) +
      var(--related-reel-width) + var(--related-gap) + var(--related-gap) + var(--related-gap)
  );
}

.case-product.is-story-page .product-next {
  left: calc(
    (var(--case-product-height) * 0.315) + var(--related-story-width) +
      (var(--case-product-height) * 0.227) + var(--related-gap) + var(--related-gap) + var(--related-gap)
  );
}

.case-product .product-next {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  box-shadow: none;
  font-size: 34px;
}

@media (min-width: 901px) {
  .product-stage {
    transform: translateY(-10px);
  }

  .product-next {
    bottom: 10px;
  }
}

.format-card {
  position: relative;
  overflow: hidden;
}

.format-card::before {
  position: absolute;
  z-index: 1;
  display: block;
  width: 34px;
  height: 34px;
  background: center / contain no-repeat;
  opacity: 0;
  pointer-events: none;
}

.format-card.related-large::before {
  content: "";
  left: 18px;
  top: 50%;
  background-image: url("assets/Button left.svg");
  transform: translateY(-50%);
  opacity: 1;
}

.format-card.related-large::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 1;
  display: block;
  width: 34px;
  height: 34px;
  background: url("assets/Button right.svg") center / contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.format-card.related-large .format-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 1;
  display: flex;
  gap: 6px;
  transform: translateX(-50%);
}

.format-card.related-large .format-dots span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.format-card.related-large .format-dots span:first-child {
  background: var(--accent);
}

.case-product.is-carousel-page .format-card.related-large::before,
.case-product.is-carousel-page .format-card.related-large::after,
.case-product.is-carousel-page .format-card.related-large .format-dots {
  display: none;
}

.case-product.is-carousel-page .format-card.is-active {
  border-color: transparent;
}

.format-card[data-format-index="2"]::before {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url("assets/Button Play.svg");
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.case-composite {
  display: grid;
  grid-template-columns: minmax(520px, calc(var(--case-visual-height) * 1.49)) minmax(330px, var(--case-copy-width));
  gap: clamp(60px, 5.2vw, 100px);
  align-items: stretch;
  justify-content: start;
}

.composite-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.87fr 0.63fr;
  grid-template-rows: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(16px, 1.25vw, 24px);
  /* height: var(--case-visual-height); */
}

.campaign-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #0a0a0a;
}

.campaign-card img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.campaign-card-tall {
  grid-row: 1 / 3;
}

.campaign-card-wide {
  grid-column: 2 / 4;
}

@media (max-width: 980px) {
  .site-header {
    position: relative;
    min-height: 96px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .menu-button {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% - 1px);
    right: var(--page-pad);
    z-index: 5;
    display: none;
    min-width: min(280px, calc(100vw - 48px));
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px;
    background: #111111;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 10px 12px;
  }

  .hero {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 22px;
  }

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

  .case-overview,
  .case-product,
  .case-composite {
    grid-template-columns: 1fr;
  }

  .case-overview {
    gap: 20px;
  }

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

  .case-feature,
  .product-main {
    height: auto;
    max-height: none;
  }

  .product-stage {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .product-stage .product-main {
    height: 100%;
  }

  .case-copy,
  .product-details {
    height: auto;
    min-height: auto;
  }

  .case-copy {
    padding-top: 18px;
  }

  .case-label {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .case-description {
    font-size: 18px;
    line-height: 1.55;
  }

  .round-link {
    margin-top: 32px;
  }

  .related {
    position: static;
    margin-top: 42px;
    width: 100%;
    transform: none;
  }

  .related-row {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1fr);
    width: min(100%, 620px);
    padding-right: 0;
  }

  .product-next {
    position: static;
  }

  .composite-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .campaign-card,
  .campaign-card-tall,
  .campaign-card-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }
}

@media (max-width: 640px) {
  :root {
    --page-pad: 18px;
  }

  .brand {
    width: 86px;
    height: 52px;
  }

  .brand img {
    width: 88px;
    height: 86px;
    transform: translateY(-17px);
  }

  .site-header {
    min-height: 88px;
  }

  .hero {
    gap: 18px;
    padding-top: 14px;
    padding-bottom: 22px;
  }

  .hero h1 {
    font-size: 27px;
    line-height: 1.12;
  }

  .hero p {
    font-size: 13px;
    line-height: 1.45;
  }

  .filter-button {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .gallery-section {
    gap: 22px;
    padding-top: 10px;
    padding-bottom: 42px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .gallery-column {
    gap: 12px;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .pagination-text {
    order: initial;
  }

  .case-hero {
    padding-top: 22px;
    padding-bottom: 42px;
  }

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

  .case-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .case-copy h1 {
    font-size: 38px;
    line-height: 1.16;
  }

  .case-label {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .case-description {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.55;
  }

  .product-main {
    border-radius: 8px;
  }

  .case-product {
    gap: 44px;
  }

  .related h2 {
    font-size: 22px;
  }

  .related-row {
    gap: 12px;
  }

  .related-row img,
  .related-row .related-large,
  .format-card {
    width: 100%;
  }

}

@media (max-width: 360px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .case-cards {
    grid-template-columns: 1fr;
  }
}
