body.case-page {
  background: #ffffff;
  color: #27282a;
}

.case-page .case-common-header {
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none;
}

.case-page .case-common-header > * {
  pointer-events: auto !important;
}

body.menu-open.case-page .case-common-header > * {
  pointer-events: none !important;
}

.case-page .sticky-nav-pill a[aria-current="page"] {
  background: #f1f1f1;
  font-weight: 700;
}

.case-page .sticky-logo img {
  filter: none;
}

.awsmd-cases-shell {
  --case-gutter: clamp(20px, 3vw, 54px);
  --case-radius: clamp(28px, 3vw, 48px);
  position: relative;
  min-height: clamp(780px, calc(100vh + 70px), 940px);
  margin: 0 8px 4px;
  padding: clamp(128px, 13vh, 184px) 0 clamp(52px, 7vh, 82px) var(--case-gutter);
  border-radius: 0 0 var(--case-radius) var(--case-radius);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.56), rgba(255,255,255,0) 36%),
    #f6f4ef;
  overflow: hidden;
  isolation: isolate;
}

.awsmd-cases-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255,255,255,0.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.32) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, #000 0 38%, transparent 72%);
}

.awsmd-cases-left {
  position: relative;
  z-index: 3;
  width: clamp(300px, 23vw, 420px);
  min-height: clamp(560px, 65vh, 650px);
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.awsmd-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #858585;
  font: 600 clamp(14px, 1.1vw, 19px)/1 var(--font-body);
  letter-spacing: -0.03em;
}

.awsmd-breadcrumb a {
  color: #242424;
  transition: color 0.2s var(--ease);
}

.awsmd-breadcrumb a:hover {
  color: #000;
}

.awsmd-cases-title {
  align-self: center;
  display: grid;
  gap: clamp(6px, 1vw, 14px);
  color: #2e2f31;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", var(--font-body), sans-serif;
  font-size: clamp(78px, 8.6vw, 160px);
  line-height: 1.2;
  letter-spacing: -0.08em;
  font-weight: 400;
}

.awsmd-cases-title strong {
  font-weight: 800;
}

.awsmd-case-controls {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
}

.awsmd-case-pagination {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 102px;
}

.awsmd-case-pagination button {
  position: relative;
  width: 12px;
  height: 12px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #9d9d9d;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  isolation: isolate;
  transform: scale(0.82);
  transition: background 0.28s var(--ease), opacity 0.28s var(--ease), transform 0.32s var(--ease);
}

.awsmd-case-pagination button::before {
  content: none;
}

.awsmd-case-pagination button:hover {
  background: #555;
  transform: scale(1);
}

.awsmd-case-pagination button:hover::before {
  transform: none;
}

.awsmd-case-pagination button.active {
  background: #111;
  transform: scale(1.28);
  animation: awsmd-dot-pop 0.34s var(--ease);
}

.awsmd-case-next {
  position: relative;
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2f3032;
  color: transparent;
  transition: transform 0.36s var(--ease), background 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.awsmd-case-next::before,
.awsmd-case-next::after {
  content: "";
  position: absolute;
  transition: transform 0.28s var(--ease);
}

.awsmd-case-next::before {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
  transform: translateX(-2px);
}

.awsmd-case-next::after {
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(6px) rotate(45deg);
}

.awsmd-case-next:hover {
  transform: translateX(5px) scale(1.04);
  background: #111;
  box-shadow: 0 18px 36px rgba(0,0,0,0.18);
}

.awsmd-case-next:hover::before {
  transform: translateX(2px);
}

.awsmd-case-next:hover::after {
  transform: translateX(10px) rotate(45deg);
}

.awsmd-case-next:active {
  transform: translateX(8px) scale(0.96);
}

.awsmd-cases-showcase {
  position: absolute;
  z-index: 2;
  left: clamp(430px, 24vw, 510px);
  right: -520px;
  top: clamp(118px, 13vh, 176px);
  height: auto;
  min-height: 0;
  user-select: none;
}

.awsmd-case-swiper {
  width: 100%;
  height: clamp(540px, 66vh, 656px);
  min-width: 0;
  border-radius: 44px;
  overflow: visible;
}

.awsmd-case-swiper .swiper-wrapper {
  align-items: stretch;
}

.awsmd-case-swiper .swiper-slide {
  height: auto;
  width: min(1120px, 72vw);
}

.awsmd-featured-card {
  position: relative;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  min-height: clamp(540px, 66vh, 656px);
  display: grid;
  grid-template-columns: minmax(430px, 1.08fr) minmax(365px, 0.74fr);
  gap: clamp(16px, 1.6vw, 28px);
  padding: 12px;
  border-radius: 44px;
  background: #fff;
  box-shadow: unset;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.6s var(--ease);
  will-change: transform;
}

.awsmd-featured-card:hover {
  transform: translateY(-4px);
}

.awsmd-featured-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 106px;
  height: 106px;
  border-bottom-left-radius: 48px;
  background: #f6f4ef;
}

.awsmd-featured-card .awsmd-card-copy {
  isolation: isolate;
}

.awsmd-featured-card::before {
  content: "↗";
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 5;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2f3032;
  color: #fff;
  font: 400 48px/0.8 var(--font-body);
  transform: translate(-18px, 0);
  box-shadow: unset;
  pointer-events: none;
}

.awsmd-featured-card:hover::before {
  animation: awsmd-corner-arrow-spin 0.72s var(--ease);
}

.awsmd-card-media,
.awsmd-next-preview {
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,0.14), transparent 34%),
    linear-gradient(135deg, #111 0%, #2a2a2a 100%);
}

.awsmd-card-media {
  position: relative;
  border-radius: 32px;
}

.awsmd-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 55%, rgba(255,255,255,0.16));
  mix-blend-mode: screen;
}

.awsmd-card-media video,
.awsmd-card-media img,
.awsmd-next-preview video,
.awsmd-popular-card video,
.awsmd-popular-card img,
.awsmd-popular-card picture {
  display: block;
  width: 100%;
}

.awsmd-popular-card video,
.awsmd-popular-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.awsmd-card-media video {
  transition: transform 0.6s var(--ease);
  will-change: transform;
}

.awsmd-featured-card:hover .awsmd-card-media video {
  transform: scale(1.05);
}

.awsmd-card-copy {
  position: relative;
  padding: clamp(38px, 4.4vw, 66px) clamp(30px, 3.6vw, 52px);
  overflow: unset;
}

.awsmd-card-copy::before,
.awsmd-card-copy::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 69px;
  height: 69px;
  pointer-events: none;
  background: transparent;
}

.awsmd-card-copy::before {
  top: -13px;
  right: 92px;
  border-top-right-radius: 50px;
  box-shadow: 18px -18px 0 #f6f4ef;
}

.awsmd-card-copy::after {
  top: 94px;
  right: -12px;
  border-top-right-radius: 42px;
  box-shadow: 18px -18px 0 #f6f4ef;
}

.awsmd-case-kicker {
  position: absolute;
  top: clamp(72px, 8.2vh, 102px);
  left: clamp(30px, 3.6vw, 52px);
  z-index: 2;
  width: max-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #9a9a9a;
  font: 800 13px/1.2 var(--font-body);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.36s var(--ease), opacity 0.36s var(--ease);
}

.awsmd-card-copy h2,
.awsmd-card-copy .awsmd-card-title {
  position: absolute;
  top: clamp(116px, 15vh, 148px);
  left: clamp(30px, 3.6vw, 52px);
  right: clamp(30px, 3.6vw, 52px);
  max-width: 7.6em;
  color: #2d2e30;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", var(--font-body), sans-serif;
  font-size: clamp(34px, 2.6vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 800;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: transform 0.42s var(--ease);
}

.awsmd-card-copy p {
  position: absolute;
  top: clamp(238px, 29vh, 300px);
  left: clamp(30px, 3.6vw, 52px);
  right: clamp(30px, 3.6vw, 52px);
  max-width: 19em;
  margin: 0;
  color: rgba(45,46,48,0.62);
  font: 400 clamp(14px, 1.05vw, 18px)/1.6 "Noto Sans SC", var(--font-body);
  letter-spacing: 0.025em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: transform 0.42s var(--ease), color 0.42s var(--ease);
}

.awsmd-featured-card:hover .awsmd-case-kicker {
  transform: translateY(-4px);
}

.awsmd-featured-card:hover .awsmd-card-copy h2,
.awsmd-card-copy .awsmd-card-title {
  transform: translateY(-8px);
}

.awsmd-featured-card:hover .awsmd-card-copy p {
  color: rgba(45,46,48,0.78);
  transform: translateY(-6px);
}

.awsmd-popular {
  padding-top: clamp(86px, 9vw, 136px);
  padding-bottom: 104px;
}

.awsmd-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.awsmd-section-head h2 {
  color: #242424;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", var(--font-body), sans-serif;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  font-weight: 400;
}

.awsmd-section-head h2 strong {
  font-weight: 800;
}

.awsmd-section-head p {
  max-width: 31em;
  color: #737373;
  font: 500 16px/1.65 "Noto Sans SC", var(--font-body);
}

.awsmd-case-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(24px, 3vw, 40px);
  position: relative;
  z-index: 5;
}

.awsmd-case-filters button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #444;
  font: 500 14px/1 "Noto Sans SC", var(--font-body);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.awsmd-case-filters button span {
  min-width: 1.4em;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(36, 36, 36, 0.06);
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.awsmd-case-filters button:hover {
  border-color: rgba(36, 36, 36, 0.18);
  background: #fafafa;
}

.awsmd-case-filters button.active {
  border-color: #242424;
  background: #242424;
  color: #fff;
}

.awsmd-case-filters button.active span {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.awsmd-case-card-placeholder {
  display: grid;
  place-items: center;
  height: clamp(280px, 24vw, 365px);
  border-radius: 26px;
  background: linear-gradient(145deg, #e8e8e8 0%, #f7f7f7 100%);
  color: #242424;
  font: 800 clamp(48px, 5vw, 72px)/1 "Plus Jakarta Sans", "Noto Sans SC", var(--font-heading);
  letter-spacing: -0.06em;
}

.awsmd-popular-card-category {
  display: block;
  margin: 18px 16px 0;
  padding: 0;
  background: transparent;
  color: #9a9a9a;
  font: 800 12px/1.2 var(--font-body);
  letter-spacing: 0.1em;
}

.awsmd-case-empty {
  margin-top: 24px;
  color: #737373;
  font: 500 16px/1.6 "Noto Sans SC", var(--font-body);
  text-align: center;
}

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

.awsmd-popular-card {
  position: relative;
  color: inherit;
  text-decoration: none;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 34px;
  background: #f1f1f1;
  overflow: hidden;
  transition: transform 0.32s var(--ease), background 0.32s var(--ease), box-shadow 0.32s var(--ease);
}

.awsmd-popular-card:hover {
  transform: translateY(-8px);
  background: #ededed;
  box-shadow: 0 28px 70px rgba(0,0,0,0.1);
}

.awsmd-popular-card video,
.awsmd-popular-card img,
.awsmd-popular-card picture {
  display: block;
  width: 100%;
}

.awsmd-popular-card video,
.awsmd-popular-card img {
  height: clamp(280px, 24vw, 365px);
  border-radius: 26px;
}

.awsmd-popular-card h3 {
  margin: 24px 16px 0;
  color: #242424;
  font: 800 clamp(22px, 1.75vw, 30px)/1.08 "Plus Jakarta Sans", "Noto Sans SC", var(--font-heading);
  letter-spacing: -0.055em;
}

.awsmd-popular-card p {
  margin: 12px 16px 20px;
  color: #6e6e6e;
  font: 500 15px/1.58 "Noto Sans SC", var(--font-body);
}

.case-page .footer {
  margin-top: 50px;
}

@keyframes awsmd-pagination-pop {
  0% {
    transform: scale(0.88);
  }
  65% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes awsmd-dot-pop {
  0% {
    transform: scale(0.72);
  }
  65% {
    transform: scale(1.42);
  }
  100% {
    transform: scale(1.28);
  }
}

@keyframes awsmd-corner-arrow-spin {
  from {
    transform: translate(-18px, 0) rotate(0deg);
  }
  to {
    transform: translate(-18px, 0) rotate(360deg);
  }
}

@media (max-width: 1480px) {
  .awsmd-cases-showcase {
    left: clamp(390px, 25vw, 470px);
    right: -520px;
  }

  .awsmd-case-swiper .swiper-slide {
    width: min(1020px, 73vw);
  }
}

@media (max-width: 1180px) {
  .awsmd-cases-shell {
    padding-left: 26px;
  }

  .awsmd-cases-left {
    width: 310px;
  }

  .awsmd-cases-showcase {
    left: 350px;
    right: -520px;
  }

  .awsmd-case-swiper .swiper-slide {
    width: 940px;
  }
}

@media (max-width: 991px) {
  .case-page .sticky-bar {
    top: 12px;
  }

  .awsmd-cases-shell {
    min-height: auto;
    margin-inline: 6px;
    padding: 112px 18px 30px;
    border-radius: 0 0 30px 30px;
  }

  .awsmd-cases-shell::before {
    mask-image: linear-gradient(#000, transparent 70%);
  }

  .awsmd-cases-left {
    width: 100%;
    min-height: 0;
    display: block;
  }

  .awsmd-breadcrumb {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .awsmd-cases-title {
    font-size: clamp(62px, 18vw, 124px);
  }

  .awsmd-case-controls {
    margin-top: 28px;
    margin-bottom: 18px;
  }

  .awsmd-case-pagination {
    gap: 14px;
  }

  .awsmd-case-pagination button {
    width: 11px;
    height: 11px;
    font-size: 0;
  }

  .awsmd-case-next {
    width: 54px;
    height: 54px;
  }

  .awsmd-case-next::before {
    width: 20px;
  }

  .awsmd-cases-showcase {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .awsmd-case-swiper {
    width: 100%;
    border-radius: 30px;
    height: auto;
  }

  .awsmd-case-swiper .swiper-slide {
    width: 100%;
  }

  .awsmd-featured-card {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 30px;
  }

  .awsmd-featured-card::before,
  .awsmd-featured-card::after,
  .awsmd-card-copy::before,
  .awsmd-card-copy::after {
    display: none;
  }

  .awsmd-card-media {
    aspect-ratio: 16 / 9;
    border-radius: 24px;
  }

  .awsmd-card-copy {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 28px 22px 22px;
  }

  .awsmd-case-kicker {
    position: static;
    margin-bottom: 16px;
  }

  .awsmd-card-copy h2,
.awsmd-card-copy .awsmd-card-title {
    position: static;
    max-width: 10em;
    font-size: clamp(32px, 8.8vw, 46px);
    line-height: 1.02;
    -webkit-line-clamp: 4;
  }

  .awsmd-card-copy p {
    position: static;
    margin-top: 18px;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
    -webkit-line-clamp: 5;
  }

  .awsmd-section-head {
    display: grid;
  }

  .awsmd-popular-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .case-page .sticky-logo img {
    width: 112px;
  }

  .case-page .sticky-btn--client,
  .case-page .sticky-nav-pill {
    display: none;
  }

  .awsmd-cases-shell {
    margin-inline: 4px;
    padding-inline: 14px;
  }

  .awsmd-cases-title {
    letter-spacing: -0.075em;
  }

  .awsmd-case-controls {
    justify-content: space-between;
    gap: 10px;
  }

  .awsmd-case-pagination {
    gap: 12px;
  }

  .awsmd-case-pagination button {
    width: 10px;
    height: 10px;
  }

  .awsmd-case-next {
    width: 50px;
    height: 50px;
  }

  .awsmd-featured-card {
    padding: 8px;
    border-radius: 26px;
  }

  .awsmd-card-media {
    border-radius: 20px;
  }

  .awsmd-popular {
    padding-top: 74px;
  }

  .awsmd-popular-card {
    min-height: auto;
    border-radius: 28px;
  }

  .awsmd-popular-card video,
  .awsmd-popular-card img {
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 22px;
  }
}

/* Shape-style case study layout */
.bitopia-detail-page,
.shape-case-page {
  background: #f4f1ea;
  color: #151515;
}

.shape-case {
  overflow: hidden;
}

.shape-case-container {
  width: min(100% - clamp(28px, 5vw, 96px), 1680px);
  margin-inline: auto;
}

.shape-case-hero {
  padding: clamp(122px, 12vw, 190px) 0 clamp(54px, 7vw, 104px);
}

.shape-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(42px, 6vw, 90px);
  color: #151515;
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 700;
  text-decoration: none;
}

.shape-back-link::before {
  content: "←";
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(21, 21, 21, 0.18);
  border-radius: 50%;
}

.shape-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 5vw, 90px);
  align-items: end;
}

.shape-eyebrow,
.shape-section-label,
.shape-copy-stack span,
.shape-panel-head span,
.shape-next-link span {
  display: block;
  color: rgba(21, 21, 21, 0.56);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.shape-hero-copy h1 {
  max-width: 11ch;
  margin: 18px 0 0;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  font-size: clamp(72px, 11.6vw, 218px);
  line-height: 0.83;
  font-weight: 700;
  letter-spacing: -0.075em;
}

.shape-hero-summary {
  padding-bottom: clamp(8px, 1.6vw, 28px);
}

.shape-hero-summary p {
  margin: 0;
  color: rgba(21, 21, 21, 0.74);
  font-size: clamp(20px, 1.8vw, 32px);
  line-height: 1.26;
  font-weight: 600;
}

.shape-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.shape-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(21, 21, 21, 0.18);
  border-radius: 999px;
  color: #151515;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.28s var(--ease), color 0.28s var(--ease), transform 0.28s var(--ease);
}

.shape-hero-actions a:first-child,
.shape-hero-actions a:hover {
  background: #151515;
  color: #f4f1ea;
  transform: translateY(-2px);
}

.shape-hero-media {
  margin-top: clamp(44px, 7vw, 112px);
  border-radius: clamp(28px, 3vw, 46px);
  overflow: hidden;
  background: #151515;
}

.shape-hero-media video,
.shape-case-video,
.shape-case-media {
  display: block;
  width: 100%;
  height: auto;
}

.shape-hero-media video,
.shape-case-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.shape-project-meta {
  padding: clamp(28px, 5vw, 86px) 0;
  border-top: 1px solid rgba(21, 21, 21, 0.12);
  border-bottom: 1px solid rgba(21, 21, 21, 0.12);
}

.shape-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 44px);
  margin: 0;
}

.shape-meta-grid div {
  min-height: 118px;
  padding-top: 18px;
  border-top: 1px solid rgba(21, 21, 21, 0.18);
}

.shape-meta-grid dt {
  margin: 0 0 18px;
  color: rgba(21, 21, 21, 0.5);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.shape-meta-grid dd {
  margin: 0;
  color: #151515;
  font-size: clamp(18px, 1.55vw, 28px);
  line-height: 1.14;
  font-weight: 800;
}

.shape-intro {
  padding: clamp(86px, 12vw, 186px) 0 clamp(72px, 10vw, 150px);
}

.shape-intro-grid,
.shape-split-grid,
.shape-pair-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(30px, 8vw, 150px);
}

.shape-intro-copy h2,
.shape-copy-stack h2,
.shape-panel-head h2,
.shape-screen-head h2 {
  margin: 0;
  max-width: 1150px;
  color: #151515;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  font-size: clamp(46px, 6.2vw, 118px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: -0.058em;
}

.shape-intro-copy p,
.shape-copy-stack p {
  max-width: 820px;
  margin: 34px 0 0;
  color: rgba(21, 21, 21, 0.66);
  font-size: clamp(18px, 1.6vw, 27px);
  line-height: 1.45;
  font-weight: 600;
}

.shape-full-media,
.shape-story-block,
.shape-screen-section,
.shape-wide-pair {
  padding: clamp(54px, 8vw, 120px) 0;
}

.shape-full-media .shape-case-media,
.shape-media-card,
.shape-screen-card,
.shape-case-video {
  border-radius: clamp(24px, 2.6vw, 42px);
  overflow: hidden;
  background: #ded9cf;
}

.shape-case-media {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.shape-full-media picture,
.shape-media-card picture,
.shape-panel-media picture,
.shape-screen-card picture {
  display: block;
  overflow: hidden;
  border-radius: inherit;
}

.shape-full-media:hover .shape-case-media,
.shape-media-card:hover .shape-case-media,
.shape-panel-media:hover .shape-case-media,
.shape-screen-card:hover .shape-case-media {
  transform: scale(1.035);
}

.shape-split-grid {
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
}

.shape-copy-stack {
  align-self: center;
}

.shape-copy-stack span {
  margin-bottom: 26px;
}

.shape-media-card img {
  width: 100%;
}

.shape-dark-panel {
  margin: clamp(70px, 10vw, 150px) 0;
  padding: clamp(70px, 10vw, 150px) 0;
  background: #151515;
  color: #f4f1ea;
}

.shape-dark-panel .shape-panel-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: clamp(30px, 8vw, 140px);
  margin-bottom: clamp(50px, 7vw, 100px);
}

.shape-dark-panel .shape-panel-head span {
  color: rgba(244, 241, 234, 0.55);
}

.shape-dark-panel .shape-panel-head h2 {
  color: #f4f1ea;
}

.shape-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: clamp(18px, 2vw, 34px);
  align-items: end;
}

.shape-panel-media {
  border-radius: clamp(24px, 2.4vw, 40px);
  overflow: hidden;
  background: #232323;
}

.shape-panel-media--small {
  transform: translateY(clamp(30px, 5vw, 76px));
}

.shape-screen-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: clamp(30px, 8vw, 140px);
  margin-bottom: clamp(44px, 7vw, 104px);
}

.shape-screen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
}

.shape-screen-card {
  display: block;
  color: #151515;
  text-decoration: none;
}

.shape-screen-card:nth-child(even) {
  margin-top: clamp(34px, 6vw, 92px);
}

.shape-screen-card h3 {
  margin: 20px 0 0;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1;
  letter-spacing: -0.03em;
}

.shape-pair-grid {
  grid-template-columns: minmax(0, 0.56fr) minmax(300px, 0.44fr);
  align-items: center;
}

.shape-full-media--last {
  padding-bottom: clamp(96px, 12vw, 190px);
}

.shape-next {
  background: #151515;
}

.shape-next-link {
  display: flex;
  min-height: clamp(320px, 44vw, 720px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  color: #f4f1ea;
  text-align: center;
  text-decoration: none;
}

.shape-next-link span {
  color: rgba(244, 241, 234, 0.54);
}

.shape-next-link strong {
  margin-top: 16px;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  font-size: clamp(62px, 12vw, 210px);
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.shape-next-link::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: clamp(70px, 8vw, 122px);
  height: clamp(70px, 8vw, 122px);
  margin-top: 34px;
  border: 1px solid rgba(244, 241, 234, 0.22);
  border-radius: 50%;
  font-size: clamp(34px, 5vw, 74px);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s var(--ease), color 0.3s var(--ease);
}

.shape-next-link:hover::after {
  background: #f4f1ea;
  color: #151515;
  transform: rotate(360deg);
}

@media (max-width: 1100px) {
  .shape-hero-grid,
  .shape-intro-grid,
  .shape-split-grid,
  .shape-pair-grid,
  .shape-dark-panel .shape-panel-head,
  .shape-screen-head {
    grid-template-columns: 1fr;
  }

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

  .shape-panel-grid,
  .shape-screen-grid {
    grid-template-columns: 1fr;
  }

  .shape-panel-media--small,
  .shape-screen-card:nth-child(even) {
    margin-top: 0;
    transform: none;
  }
}

@media (max-width: 680px) {
  .shape-case-hero {
    padding-top: 112px;
  }

  .shape-case-container {
    width: min(100% - 28px, 1680px);
  }

  .shape-hero-copy h1 {
    font-size: clamp(56px, 18vw, 96px);
  }

  .shape-hero-actions a {
    width: 100%;
  }

  .shape-meta-grid {
    grid-template-columns: 1fr;
  }

  .shape-meta-grid div {
    min-height: auto;
    padding-bottom: 22px;
  }

  .shape-intro-copy h2,
  .shape-copy-stack h2,
  .shape-panel-head h2,
  .shape-screen-head h2 {
    font-size: clamp(38px, 12vw, 62px);
  }

  .shape-full-media:hover .shape-case-media,
  .shape-media-card:hover .shape-case-media,
  .shape-panel-media:hover .shape-case-media,
  .shape-screen-card:hover .shape-case-media {
    transform: none;
  }
}

/* Real extracted case detail */
.real-case-detail-page {
  background: #e9e9e7;
  color: #2f3032;
}

.real-case-page {
  min-height: 100vh;
  background: #e9e9e7;
}

.real-case-main {
  overflow: hidden;
}

.real-case-container {
  width: min(100% - clamp(28px, 5vw, 92px), 1680px);
  margin-inline: auto;
}

.real-case-hero {
  padding: clamp(118px, 12vw, 190px) 0 clamp(56px, 8vw, 128px);
}

.real-case-back {
  display: inline-flex;
  margin-bottom: clamp(40px, 6vw, 92px);
  color: rgba(47, 48, 50, 0.64);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.real-case-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.78fr);
  gap: clamp(28px, 6vw, 110px);
  align-items: end;
}

.real-case-title p {
  margin: 0 0 18px;
  color: rgba(47, 48, 50, 0.58);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
  text-transform: uppercase;
}

.real-case-title h1 {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  font-size: clamp(86px, 14vw, 250px);
  line-height: 0.82;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.real-case-summary h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(28px, 3vw, 58px);
  line-height: 1.7;
  letter-spacing: -0.045em;
}

.real-case-summary p,
.real-case-copy-grid p {
  max-width: 780px;
  margin: 28px 0 0;
  color: rgba(47, 48, 50, 0.68);
  font-size: clamp(17px, 1.45vw, 24px);
  line-height: 1.7;
  font-weight: 600;
}

.real-case-hero-video {
  margin-top: clamp(44px, 7vw, 110px);
}

.real-case-media {
  border-radius: clamp(24px, 2.8vw, 46px);
  overflow: hidden;
  background: #d4d4d0;
}

.real-case-media img,
.real-case-media video {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.real-case-media video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.real-case-media:hover img,
.real-case-media:hover video {
  transform: scale(1.025);
}

.real-case-stats {
  border-top: 1px solid rgba(47, 48, 50, 0.13);
  border-bottom: 1px solid rgba(47, 48, 50, 0.13);
}

.real-case-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 44px);
  padding: clamp(28px, 5vw, 84px) 0;
}

.real-case-stats-grid div {
  padding-top: 18px;
  border-top: 1px solid rgba(47, 48, 50, 0.16);
}

.real-case-stats-grid span,
.real-case-label {
  display: block;
  margin-bottom: 14px;
  color: rgba(47, 48, 50, 0.55);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.real-case-stats-grid strong {
  font-size: clamp(22px, 2.3vw, 42px);
  line-height: 1.7;
  letter-spacing: -0.04em;
}

.real-case-intro {
  padding: clamp(78px, 11vw, 170px) 0 clamp(54px, 8vw, 120px);
}

.real-case-copy-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 8vw, 140px);
}

.real-case-copy-grid h2 {
  max-width: 1120px;
  margin: 0;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  font-size: clamp(44px, 6vw, 112px);
  line-height: 1.7;
  letter-spacing: -0.06em;
}

.real-case-gallery {
  padding-bottom: clamp(86px, 12vw, 180px);
}

.real-case-gallery .real-case-media {
  margin-bottom: clamp(18px, 2.4vw, 38px);
}

.real-case-two-up,
.real-case-grid-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 38px);
}

.real-case-two-up .real-case-media:nth-child(2) {
  margin-top: clamp(36px, 6vw, 96px);
}

.real-case-wide-video {
  margin-top: clamp(46px, 7vw, 110px);
}

.real-case-grid-gallery {
  margin-top: clamp(48px, 8vw, 120px);
}

.real-case-grid-gallery .real-case-media:nth-child(3n + 2) {
  margin-top: clamp(30px, 5vw, 80px);
}

.real-case-next {
  background: #2f3032;
}

.real-case-next a {
  display: flex;
  min-height: clamp(280px, 38vw, 620px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #f5f3ee;
  text-align: center;
  text-decoration: none;
}

.real-case-next span {
  color: rgba(245, 243, 238, 0.55);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.real-case-next strong {
  margin-top: 14px;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  font-size: clamp(64px, 12vw, 190px);
  line-height: 1.7;
  letter-spacing: -0.025em;
}

.real-case-next a::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: clamp(70px, 8vw, 122px);
  height: clamp(70px, 8vw, 122px);
  margin-top: 34px;
  border: 1px solid rgba(245, 243, 238, 0.24);
  border-radius: 50%;
  color: #f5f3ee;
  font-size: clamp(34px, 5vw, 74px);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s var(--ease), color 0.3s var(--ease);
}

.real-case-next a:hover::after {
  background: #f5f3ee;
  color: #2f3032;
  transform: rotate(360deg);
}

/* Edited 2025 case detail */
.edited-case-page {
  background: #f6f4ef;
  color: #18191b;
}

.edited-case-floating-site {
  position: fixed;
  left: 50%;
  bottom: clamp(28px, 5vh, 56px);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: clamp(64px, 5vw, 82px);
  padding: 0 clamp(22px, 2.6vw, 36px);
  border-radius: 999px;
  background: #18191b;
  color: #fff;
  font: 900 clamp(16px, 1.25vw, 22px)/1.1 "Noto Sans SC", "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 24px 54px rgba(24,25,27,0.22);
  transform: translateX(-50%) translateZ(0);
  transition: transform 0.36s var(--ease), background 0.36s var(--ease), box-shadow 0.36s var(--ease);
}

.edited-case-floating-site strong {
  display: grid;
  place-items: center;
  width: clamp(34px, 2.9vw, 48px);
  height: clamp(34px, 2.9vw, 48px);
  border-radius: 50%;
  background: #fff;
  color: #18191b;
  font: 500 clamp(24px, 2vw, 34px)/1 "Plus Jakarta Sans", sans-serif;
  transition: transform 0.42s var(--ease);
}

.edited-case-floating-site:hover {
  background: #050505;
  box-shadow: 0 30px 70px rgba(24,25,27,0.3);
  transform: translateX(-50%) translateY(-5px);
}

.edited-case-floating-site:hover strong {
  transform: rotate(45deg);
}

.edited-case-main {
  overflow: hidden;
}

.edited-case-container {
  width: min(100% - clamp(28px, 5vw, 96px), 1680px);
  margin-inline: auto;
}

.edited-case-hero {
  padding: clamp(108px, 10vw, 158px) 0 clamp(44px, 5.5vw, 88px);
}

.edited-case-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(26px, 4vw, 56px);
  color: #18191b;
  font: 800 clamp(13px, 1vw, 16px)/1 "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  text-decoration: none;
}

.edited-case-back a {
  color: inherit;
  text-decoration: none;
}

.edited-case-back::before {
  content: "←";
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(24,25,27,0.18);
  border-radius: 50%;
}

.edited-case-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
}

.edited-case-title p,
.edited-case-section-head span,
.edited-case-label {
  color: rgba(24,25,27,0.52);
  font: 800 12px/1 "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.edited-case-title h1 {
  margin: 12px 0 0;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  font-size: clamp(32px, 4vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.edited-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.edited-case-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(24,25,27,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.5);
  color: #18191b;
  font: 800 11px/1 "Noto Sans SC", sans-serif;
  letter-spacing: 0.04em;
}

.edited-case-summary h2,
.edited-case-story h2,
.edited-case-story h3,
.edited-case-section-head h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  font-size: clamp(20px, 2.2vw, 36px);
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.edited-case-summary p,
.edited-case-story p,
.edited-case-highlight p {
  color: rgba(24,25,27,0.72);
  font: 500 clamp(14px, 1.1vw, 17px)/1.65 "Noto Sans SC", sans-serif;
  letter-spacing: 0.03em;
}

.edited-case-hero-media {
  margin-top: clamp(32px, 4.5vw, 72px);
  border-radius: clamp(22px, 3.2vw, 44px);
}

.edited-case-media {
  overflow: hidden;
  background: #e8e4da;
}

.edited-case-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.edited-case-media video,
.edited-case-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edited-case-hero-media video,
.edited-case-hero-media img {
  aspect-ratio: 16 / 9;
}

.edited-case-meta {
  padding: clamp(28px, 4vw, 56px) 0;
  background: #18191b;
}

.edited-case-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,0.14);
}

.edited-case-meta-grid div {
  min-height: 120px;
  padding: clamp(18px, 1.8vw, 28px);
  background: #18191b;
}

.edited-case-meta-grid span {
  color: rgba(246,244,239,0.48);
  font: 800 12px/1 "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
}

.edited-case-meta-grid strong {
  display: block;
  margin-top: 14px;
  color: #f6f4ef;
  font: 800 clamp(17px, 1.6vw, 26px)/1.5 "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  letter-spacing: -0.01em;
}

.edited-case-story,
.edited-case-highlights,
.edited-case-gallery {
  padding: clamp(64px, 8vw, 120px) 0;
}

.edited-case-story {
  padding-bottom: clamp(34px, 4vw, 68px);
}

.edited-case-gallery {
  padding-top: clamp(34px, 4vw, 68px);
  padding-bottom: clamp(34px, 4vw, 68px);
}

.edited-case-copy-grid {
  display: grid;
  grid-template-columns: minmax(140px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(24px, 4vw, 64px);
}

.edited-case-story p {
  margin-top: 20px;
}

.edited-case-highlights {
  background: #fff;
}

.edited-case-section-head {
  display: grid;
  grid-template-columns: minmax(140px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(28px, 4.5vw, 64px);
}

.edited-case-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(24,25,27,0.1);
}

.edited-case-highlight {
  min-height: 220px;
  padding: clamp(22px, 2.5vw, 36px);
  background: #fff;
}

.edited-case-highlight span {
  color: rgba(24,25,27,0.34);
  font: 800 13px/1 "Plus Jakarta Sans", sans-serif;
}

.edited-case-highlight p {
  margin: 30px 0 0;
}

.edited-case-wide {
  border-radius: clamp(26px, 4vw, 54px);
}

.edited-case-wide img,
.edited-case-wide video {
  aspect-ratio: 16 / 10;
}

.edited-case-gallery-swiper {
  margin-top: clamp(34px, 5vw, 72px);
  overflow: visible;
}

.edited-case-gallery-swiper .swiper-slide {
  width: min(62.5%, 1120px);
  height: auto;
}

.edited-gallery-card {
  min-height: 0;
  border-radius: clamp(30px, 4vw, 58px);
  background: #fff;
  overflow: hidden;
  color: #242424;
  cursor: grab;
  transition: transform 0.6s var(--ease);
}

.edited-gallery-card:active {
  cursor: grabbing;
}

.edited-gallery-card:hover {
  transform: translateY(-4px);
}

.edited-gallery-media {
  width: calc(100% - 24px);
  aspect-ratio: 16 / 10;
  border-radius: clamp(24px, 3vw, 42px);
  margin: 12px;
}

.edited-gallery-media img,
.edited-gallery-media video {
  aspect-ratio: 16 / 10;
  transition: transform 0.6s var(--ease);
  will-change: transform;
}

.edited-gallery-card:hover .edited-gallery-media img,
.edited-gallery-card:hover .edited-gallery-media video {
  transform: scale(1.04);
}

.edited-case-brand-marquee {
  padding: clamp(8px, 1.5vw, 22px) 0 clamp(36px, 4vw, 64px);
}

.edited-case-brand-marquee h2,
.edited-case-brand-marquee .edited-case-marquee-title {
  margin: 0;
  width: 100%;
  color: #18191b;
  font: 700 clamp(48px, 10vw, 132px)/1.02 "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  letter-spacing: -0.03em;
  text-align: center;
}

.edited-gallery-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 64px);
}

.edited-gallery-copy span {
  color: rgba(36,36,36,0.42);
  font: 800 13px/1 "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.edited-gallery-copy h3 {
  margin: 20px 0 0;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.018em;
}

.edited-gallery-copy p {
  margin: 28px 0 0;
  color: rgba(36,36,36,0.66);
  font: 600 clamp(14px, 1.05vw, 17px)/1.7 "Noto Sans SC", sans-serif;
  letter-spacing: 0.035em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.edited-case-next {
  background: #2f3032;
}

.edited-case-next a {
  display: flex;
  min-height: clamp(280px, 38vw, 620px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  color: #f5f3ee;
  text-align: center;
  text-decoration: none;
}

.edited-case-next span {
  color: rgba(245,243,238,0.55);
  font: 800 14px/1 "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
}

.edited-case-next strong {
  margin-top: 16px;
  font-family: "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  font-size: clamp(64px, 12vw, 190px);
  line-height: 1.7;
  letter-spacing: -0.025em;
}

.edited-case-next a::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: clamp(70px, 8vw, 122px);
  height: clamp(70px, 8vw, 122px);
  margin-top: 34px;
  border: 1px solid rgba(245,243,238,0.24);
  border-radius: 50%;
  color: #f5f3ee;
  font-size: clamp(34px, 5vw, 74px);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s var(--ease), color 0.3s var(--ease);
}

.edited-case-next a:hover::after {
  background: #f5f3ee;
  color: #2f3032;
  transform: rotate(360deg);
}

@media (max-width: 1024px) {
  .edited-case-hero-grid,
  .edited-case-copy-grid,
  .edited-case-section-head {
    grid-template-columns: 1fr;
  }

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

  .edited-case-gallery-swiper .swiper-slide {
    width: min(88vw, 760px);
  }

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

  .edited-gallery-media {
    min-height: auto;
  }

  .real-case-hero-grid,
  .real-case-copy-grid {
    grid-template-columns: 1fr;
  }

  .real-case-stats-grid,
  .real-case-two-up,
  .real-case-grid-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .edited-case-container {
    width: min(100% - 28px, 1680px);
  }

  .edited-case-floating-site {
    left: 50%;
    bottom: 18px;
    min-height: 58px;
    padding: 0 16px 0 20px;
    font-size: 15px;
  }

  .edited-case-floating-site strong {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }

  .edited-case-title h1 {
    font-size: clamp(30px, 10vw, 52px);
  }

  .edited-case-meta-grid,
  .edited-case-highlight-grid {
    grid-template-columns: 1fr;
  }

  .edited-case-gallery-swiper .swiper-slide {
    width: 88vw;
  }

  .edited-gallery-card {
    min-height: auto;
  }

  .edited-case-meta-grid div,
  .edited-case-highlight {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .real-case-hero {
    padding-top: 112px;
  }

  .real-case-title h1 {
    font-size: clamp(70px, 22vw, 116px);
  }

  .real-case-stats-grid,
  .real-case-two-up,
  .real-case-grid-gallery {
    grid-template-columns: 1fr;
  }

  .real-case-two-up .real-case-media:nth-child(2),
  .real-case-grid-gallery .real-case-media:nth-child(3n + 2) {
    margin-top: 0;
  }

  .real-case-media:hover img,
  .real-case-media:hover video {
    transform: none;
  }
}

@media (min-width: 768px) and (max-width: 1480px) {
  .case-page .sticky-bar {
    top: 14px;
  }

  .awsmd-cases-shell {
    --case-gutter: clamp(22px, 2.6vw, 36px);
    min-height: clamp(680px, 78vh, 840px);
    padding-top: clamp(112px, 11vh, 150px);
    padding-bottom: clamp(40px, 5vh, 64px);
  }

  .awsmd-cases-left {
    width: clamp(280px, 26vw, 370px);
    min-height: clamp(500px, 58vh, 610px);
  }

  .awsmd-cases-title {
    font-size: clamp(72px, 8.6vw, 124px);
  }

  .awsmd-cases-showcase {
    left: clamp(330px, 30vw, 440px);
    right: -420px;
    top: clamp(108px, 11vh, 150px);
  }

  .awsmd-case-swiper {
    height: clamp(500px, 60vh, 610px);
  }

  .awsmd-case-swiper .swiper-slide {
    width: min(900px, 70vw);
  }

  .awsmd-featured-card {
    min-height: clamp(500px, 60vh, 610px);
    grid-template-columns: minmax(360px, 1fr) minmax(280px, 0.72fr);
    border-radius: 36px;
  }

  .awsmd-card-media {
    border-radius: 26px;
  }

  .awsmd-card-copy {
    padding: clamp(34px, 4vw, 52px) clamp(24px, 3vw, 42px);
  }

  .awsmd-case-kicker {
    top: clamp(64px, 7vh, 86px);
    left: clamp(24px, 3vw, 42px);
  }

  .awsmd-card-copy h2,
.awsmd-card-copy .awsmd-card-title {
    top: clamp(104px, 13vh, 132px);
    left: clamp(24px, 3vw, 42px);
    right: clamp(24px, 3vw, 42px);
    font-size: clamp(30px, 3vw, 42px);
  }

  .awsmd-popular {
    padding-top: clamp(76px, 8vw, 112px);
    padding-bottom: 82px;
  }

  .awsmd-section-head h2 {
    font-size: clamp(46px, 6vw, 74px);
  }

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

  .awsmd-popular-card {
    min-height: 470px;
  }

  .awsmd-popular-card video,
  .awsmd-popular-card img {
    height: clamp(260px, 26vw, 335px);
  }

  .shape-case-container,
  .real-case-container,
  .edited-case-container {
    width: min(100% - clamp(42px, 5vw, 76px), 1680px);
  }

  .shape-case-hero,
  .real-case-hero,
  .edited-case-hero {
    padding-top: clamp(118px, 12vw, 162px);
    padding-bottom: clamp(58px, 7vw, 92px);
  }

  .shape-hero-grid,
  .real-case-hero-grid,
  .edited-case-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: clamp(28px, 4.5vw, 70px);
  }

  .shape-hero-copy h1,
  .real-case-title h1 {
    font-size: clamp(64px, 10vw, 140px);
    line-height: 0.9;
  }

  .edited-case-title h1 {
    font-size: clamp(32px, 4.2vw, 60px);
    line-height: 0.96;
  }

  .edited-case-summary h2,
  .edited-case-story h2,
  .edited-case-section-head h2 {
    font-size: clamp(20px, 2.4vw, 34px);
    line-height: 1.45;
  }

  .shape-hero-summary p {
    font-size: clamp(19px, 2.2vw, 27px);
  }

  .real-case-summary h2,
  .real-case-copy-grid h2,
  .shape-intro-copy h2,
  .shape-copy-stack h2,
  .shape-panel-head h2,
  .shape-screen-head h2 {
    font-size: clamp(38px, 5.4vw, 86px);
    line-height: 1.08;
  }

  .real-case-summary p,
  .real-case-copy-grid p,
  .edited-case-summary p,
  .edited-case-story p,
  .shape-intro-copy p,
  .shape-copy-stack p {
    font-size: clamp(17px, 1.5vw, 22px);
    line-height: 1.62;
  }

  .shape-meta-grid,
  .real-case-stats-grid,
  .edited-case-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shape-intro-grid,
  .shape-split-grid,
  .shape-pair-grid,
  .shape-dark-panel .shape-panel-head,
  .shape-screen-head,
  .real-case-copy-grid,
  .edited-case-copy-grid,
  .edited-case-section-head {
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 54px);
  }

  .shape-panel-grid,
  .shape-screen-grid,
  .real-case-two-up,
  .real-case-grid-gallery,
  .edited-case-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shape-panel-media--small,
  .shape-screen-card:nth-child(even) {
    margin-top: 0;
    transform: none;
  }

  .shape-full-media,
  .shape-story-block,
  .shape-screen-section,
  .shape-wide-pair,
  .real-case-intro,
  .edited-case-story,
  .edited-case-gallery {
    padding-block: clamp(64px, 8vw, 104px);
  }

  .shape-dark-panel {
    margin-block: clamp(72px, 8vw, 110px);
    padding-block: clamp(70px, 8vw, 110px);
  }

  .edited-case-gallery-swiper .swiper-slide {
    width: min(76vw, 720px);
  }

  .edited-case-floating-site {
    bottom: clamp(22px, 4vh, 42px);
  }

  .awsmd-case-filters {
    gap: 10px;
    margin-bottom: clamp(20px, 2.5vw, 32px);
  }

  .awsmd-case-filters button {
    padding: 9px 14px;
    font-size: 13px;
  }

  .awsmd-section-head {
    gap: clamp(18px, 2.5vw, 28px);
  }

  .awsmd-popular-grid {
    gap: clamp(12px, 1.2vw, 18px);
  }

  .awsmd-case-card-placeholder {
    height: clamp(240px, 22vw, 320px);
    font-size: clamp(36px, 4vw, 48px);
  }
}

@media (min-width: 992px) and (max-width: 1480px) {
  .shape-hero-grid,
  .real-case-hero-grid,
  .edited-case-hero-grid {
    align-items: end;
  }

  .shape-intro-grid,
  .shape-split-grid,
  .shape-pair-grid,
  .shape-dark-panel .shape-panel-head,
  .shape-screen-head,
  .real-case-copy-grid,
  .edited-case-copy-grid,
  .edited-case-section-head {
    grid-template-columns: minmax(170px, 0.32fr) minmax(0, 0.68fr);
  }

  .shape-panel-grid,
  .shape-screen-grid,
  .real-case-two-up,
  .real-case-grid-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .awsmd-cases-shell {
    min-height: auto;
    padding: 106px 20px 34px;
  }

  .awsmd-cases-left {
    width: 100%;
    min-height: 0;
    display: block;
  }

  .awsmd-cases-showcase {
    position: relative;
    inset: auto;
    margin-top: 18px;
  }

  .awsmd-case-swiper,
  .awsmd-featured-card {
    height: auto;
    min-height: 0;
  }

  .awsmd-case-swiper .swiper-slide {
    width: 100%;
  }

  .awsmd-featured-card {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .awsmd-featured-card::before,
  .awsmd-featured-card::after,
  .awsmd-card-copy::before,
  .awsmd-card-copy::after {
    display: none;
  }

  .awsmd-card-media {
    aspect-ratio: 16 / 9;
  }

  .awsmd-card-copy {
    min-height: 190px;
    padding: 26px 24px 24px;
  }

  .awsmd-case-kicker,
  .awsmd-card-copy h2,
.awsmd-card-copy .awsmd-card-title {
    position: static;
  }

  .awsmd-case-kicker {
    margin-bottom: 14px;
  }

  .awsmd-card-copy h2,
.awsmd-card-copy .awsmd-card-title {
    max-width: none;
  }

  .shape-hero-grid,
  .real-case-hero-grid,
  .edited-case-hero-grid,
  .shape-intro-grid,
  .shape-split-grid,
  .shape-pair-grid,
  .shape-dark-panel .shape-panel-head,
  .shape-screen-head,
  .real-case-copy-grid,
  .edited-case-copy-grid,
  .edited-case-section-head {
    grid-template-columns: 1fr;
  }

  .shape-hero-copy h1,
  .real-case-title h1,
  .edited-case-title h1 {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.case-page {
    overflow-x: hidden;
  }

  .case-page .sticky-bar {
    top: 10px;
    padding-inline: 12px;
  }

  .case-page .sticky-logo img {
    width: 112px;
  }

  .case-page .sticky-btn--client,
  .case-page .sticky-nav-pill {
    display: none;
  }

  .awsmd-cases-shell {
    --case-radius: 28px;
    margin: 0 6px 0;
    padding: 104px 14px 26px;
    border-radius: 0 0 var(--case-radius) var(--case-radius);
  }

  .awsmd-cases-shell::before {
    opacity: 0.28;
    background-size: 42px 42px;
    mask-image: linear-gradient(#000 0 18%, transparent 76%);
  }

  .awsmd-breadcrumb {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .awsmd-cases-title {
    gap: 8px;
    font-size: clamp(54px, 19vw, 86px);
    line-height: 0.9;
    letter-spacing: -0.065em;
  }

  .awsmd-case-controls {
    margin: 24px 0 16px;
    justify-content: space-between;
  }

  .awsmd-case-pagination {
    min-width: 0;
    gap: 12px;
  }

  .awsmd-case-pagination button {
    width: 10px;
    height: 10px;
  }

  .awsmd-case-next {
    width: 48px;
    height: 48px;
  }

  .awsmd-case-next::before {
    width: 18px;
  }

  .awsmd-case-next::after {
    width: 11px;
    height: 11px;
  }

  .awsmd-cases-showcase {
    margin-top: 0;
  }

  .awsmd-case-swiper {
    border-radius: 26px;
  }

  .awsmd-featured-card {
    padding: 8px;
    border-radius: 26px;
  }

  .awsmd-card-media {
    aspect-ratio: 16 / 9;
    border-radius: 20px;
  }

  .awsmd-card-copy {
    min-height: auto;
    padding: 22px 16px 18px;
  }

  .awsmd-case-kicker {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .awsmd-card-copy h2,
.awsmd-card-copy .awsmd-card-title {
    max-width: none;
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.045em;
    -webkit-line-clamp: 4;
  }

  .awsmd-popular {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .awsmd-section-head {
    gap: 14px;
    margin-bottom: 24px;
  }

  .awsmd-section-head h2 {
    font-size: clamp(38px, 13vw, 58px);
    line-height: 1;
    letter-spacing: -0.055em;
  }

  .awsmd-section-head p {
    font-size: 15px;
    line-height: 1.7;
  }

  .awsmd-case-filters {
    gap: 8px;
    margin-bottom: 20px;
  }

  .awsmd-case-filters button {
    padding: 8px 12px;
    font-size: 13px;
  }

  .awsmd-case-card-placeholder {
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    font-size: clamp(40px, 16vw, 56px);
  }

  .awsmd-popular-grid {
    gap: 16px;
  }

  .awsmd-popular-card {
    padding: 8px;
    border-radius: 26px;
  }

  .awsmd-popular-card video,
  .awsmd-popular-card img {
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
  }

  .awsmd-popular-card h3 {
    margin: 18px 12px 0;
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.12;
  }

  .awsmd-popular-card p {
    margin: 10px 12px 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .shape-case-container,
  .real-case-container,
  .edited-case-container {
    width: min(100% - 28px, 1680px);
  }

  .shape-case-hero,
  .real-case-hero,
  .edited-case-hero {
    padding-top: 104px;
    padding-bottom: 54px;
  }

  .shape-back-link,
  .real-case-back,
  .edited-case-back {
    margin-bottom: 32px;
    font-size: 14px;
  }

  .shape-back-link::before,
  .edited-case-back::before {
    width: 36px;
    height: 36px;
  }

  .shape-hero-grid,
  .shape-intro-grid,
  .shape-split-grid,
  .shape-pair-grid,
  .shape-dark-panel .shape-panel-head,
  .shape-screen-head,
  .real-case-hero-grid,
  .real-case-copy-grid,
  .edited-case-hero-grid,
  .edited-case-copy-grid,
  .edited-case-section-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .shape-hero-copy h1,
  .real-case-title h1 {
    max-width: none;
    font-size: clamp(48px, 17vw, 78px);
    line-height: 0.95;
    letter-spacing: -0.055em;
    overflow-wrap: anywhere;
  }

  .edited-case-title h1 {
    max-width: none;
    font-size: clamp(28px, 11vw, 48px);
    line-height: 0.98;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
  }

  .shape-hero-summary p,
  .real-case-summary p,
  .edited-case-summary p,
  .real-case-copy-grid p,
  .edited-case-story p,
  .shape-intro-copy p,
  .shape-copy-stack p {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.01em;
  }

  .shape-hero-summary p {
    font-size: 18px;
    line-height: 1.48;
  }

  .shape-hero-actions {
    margin-top: 22px;
    gap: 10px;
  }

  .shape-hero-actions a {
    width: 100%;
    min-height: 48px;
    font-size: 14px;
  }

  .shape-hero-media,
  .real-case-hero-video,
  .edited-case-hero-media {
    margin-top: 32px;
    border-radius: 24px;
  }

  .shape-hero-media video,
  .shape-case-video,
  .real-case-media video,
  .edited-case-hero-media video,
  .edited-case-hero-media img {
    aspect-ratio: 16 / 9;
  }

  .shape-project-meta,
  .real-case-stats,
  .edited-case-meta {
    padding-block: 28px;
  }

  .shape-meta-grid,
  .real-case-stats-grid,
  .edited-case-meta-grid,
  .real-case-two-up,
  .real-case-grid-gallery,
  .shape-panel-grid,
  .shape-screen-grid,
  .edited-case-highlight-grid {
    grid-template-columns: 1fr;
  }

  .shape-meta-grid div,
  .edited-case-meta-grid div {
    min-height: auto;
    padding: 18px 0 22px;
  }

  .edited-case-meta-grid div {
    padding-inline: 18px;
  }

  .shape-meta-grid dd,
  .real-case-stats-grid strong,
  .edited-case-meta-grid strong {
    font-size: 22px;
    line-height: 1.35;
  }

  .shape-intro,
  .real-case-intro,
  .edited-case-story,
  .edited-case-gallery,
  .shape-full-media,
  .shape-story-block,
  .shape-screen-section,
  .shape-wide-pair {
    padding-block: 54px;
  }

  .shape-intro-copy h2,
  .shape-copy-stack h2,
  .shape-panel-head h2,
  .shape-screen-head h2,
  .real-case-copy-grid h2,
  .real-case-summary h2 {
    max-width: none;
    font-size: clamp(30px, 10vw, 46px);
    line-height: 1.22;
    letter-spacing: -0.035em;
  }

  .edited-case-summary h2,
  .edited-case-story h2,
  .edited-case-section-head h2 {
    max-width: none;
    font-size: clamp(22px, 7vw, 32px);
    line-height: 1.35;
    letter-spacing: -0.02em;
  }

  .shape-full-media .shape-case-media,
  .shape-media-card,
  .shape-screen-card,
  .shape-case-video,
  .real-case-media,
  .edited-case-media,
  .edited-gallery-card {
    border-radius: 22px;
  }

  .shape-panel-media--small,
  .shape-screen-card:nth-child(even),
  .real-case-two-up .real-case-media:nth-child(2),
  .real-case-grid-gallery .real-case-media:nth-child(3n + 2) {
    margin-top: 0;
    transform: none;
  }

  .shape-dark-panel {
    margin-block: 54px;
    padding-block: 56px;
  }

  .shape-screen-card h3 {
    margin-top: 14px;
    font-size: 22px;
  }

  .shape-next-link,
  .real-case-next a,
  .edited-case-next a {
    min-height: 280px;
    padding: 42px 18px;
  }

  .shape-next-link strong,
  .real-case-next strong,
  .edited-case-next strong {
    font-size: clamp(44px, 15vw, 78px);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .edited-case-brand-marquee h2,
  .edited-case-brand-marquee .edited-case-marquee-title {
    font-size: clamp(36px, 12vw, 72px);
    line-height: 1.04;
    letter-spacing: -0.03em;
  }

  .shape-next-link::after,
  .real-case-next a::after,
  .edited-case-next a::after {
    width: 64px;
    height: 64px;
    margin-top: 24px;
    font-size: 32px;
  }

  .real-case-gallery {
    padding-bottom: 58px;
  }

  .real-case-gallery .real-case-media {
    margin-bottom: 16px;
  }

  .edited-case-tags {
    gap: 8px;
    margin-bottom: 18px;
  }

  .edited-case-tags span {
    min-height: 30px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .edited-case-meta-grid {
    gap: 1px;
  }

  .edited-case-wide img,
  .edited-case-wide video,
  .edited-gallery-media img,
  .edited-gallery-media video {
    aspect-ratio: 4 / 5;
  }

  .edited-case-gallery-swiper {
    margin-top: 24px;
  }

  .edited-case-gallery-swiper .swiper-slide {
    width: 86vw;
  }

  .edited-gallery-media {
    width: calc(100% - 16px);
    margin: 8px;
    border-radius: 18px;
  }

  .edited-case-brand-marquee {
    padding: 12px 0 32px;
  }

  .edited-case-floating-site {
    bottom: 14px;
    max-width: calc(100vw - 28px);
    min-height: 52px;
    padding: 0 14px 0 18px;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .edited-case-floating-site strong {
    width: 30px;
    height: 30px;
    font-size: 21px;
  }

  .edited-case-gallery:not(:has(.edited-case-media, .edited-case-gallery-swiper)) {
    display: none;
  }
}

@media (max-width: 380px) {
  .awsmd-cases-title {
    font-size: clamp(48px, 18vw, 72px);
  }

  .awsmd-card-copy h2,
.awsmd-card-copy .awsmd-card-title {
    font-size: 26px;
  }

  .shape-hero-copy h1,
  .real-case-title h1 {
    font-size: clamp(42px, 16vw, 64px);
  }

  .edited-case-title h1 {
    font-size: clamp(26px, 10vw, 44px);
  }

  .edited-case-floating-site span {
    max-width: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* ===== Typography Consistency ===== */
.case-page,
.case-page button,
.case-page input,
.case-page select,
.case-page textarea {
  font-family: var(--font-body);
  font-weight: 400;
}

.awsmd-cases-title,
.awsmd-cases-title strong,
.awsmd-card-copy h2,
.awsmd-section-head h2,
.awsmd-section-head h2 strong,
.awsmd-popular-card h3,
.shape-hero-copy h1,
.shape-intro-copy h2,
.shape-copy-stack h2,
.shape-panel-head h2,
.shape-screen-head h2,
.shape-next-link strong,
.real-case-title h1,
.real-case-summary h2,
.real-case-copy-grid h2,
.real-case-next strong,
.edited-case-title h1,
.edited-case-summary h2,
.edited-case-story h2,
.edited-case-story h3,
.edited-case-section-head h2,
.edited-case-brand-marquee h2,
.edited-gallery-copy h3,
.edited-case-next strong {
  font-family: var(--font-body);
  font-weight: 400;
}

.edited-case-brand-marquee .edited-case-marquee-title {
  font-family: "Plus Jakarta Sans", "Noto Sans SC", sans-serif;
  font-weight: 700;
}

.awsmd-section-head p,
.awsmd-popular-card p,
.awsmd-card-copy p,
.shape-hero-summary p,
.shape-intro-copy p,
.shape-copy-stack p,
.real-case-summary p,
.real-case-copy-grid p,
.edited-case-summary p,
.edited-case-story p,
.edited-case-highlight p,
.edited-gallery-copy p {
  font: 400 clamp(14px, 1.1vw, 17px) / 1.6 var(--font-body);
}

.awsmd-breadcrumb,
.awsmd-case-kicker,
.shape-back-link,
.shape-eyebrow,
.shape-section-label,
.shape-copy-stack span,
.shape-panel-head span,
.shape-next-link span,
.shape-hero-actions a,
.shape-meta-grid dt,
.shape-meta-grid dd,
.shape-screen-card h3,
.real-case-back,
.real-case-title p,
.real-case-stats-grid span,
.real-case-label,
.real-case-stats-grid strong,
.real-case-next span,
.edited-case-floating-site,
.edited-case-back,
.edited-case-title p,
.edited-case-section-head span,
.edited-case-label,
.edited-case-tags span,
.edited-case-meta-grid span,
.edited-case-meta-grid strong,
.edited-case-highlight span,
.edited-gallery-copy span,
.edited-case-next span {
  font-family: var(--font-body);
  font-weight: 400;
}

.case-page h1,
.case-page h2,
.case-page h3,
.case-page h4,
.case-page h5,
.case-page h6,
.case-page h1 strong,
.case-page h2 strong,
.case-page h3 strong,
.case-page h4 strong,
.case-page h5 strong,
.case-page h6 strong {
  font-weight: 400 !important;
}

/* Site-wide: no shadows (case pages) */
*,
*::before,
*::after {
  box-shadow: none !important;
  text-shadow: none !important;
}

/* 精选案例卡片右上角切口依赖 box-shadow，需覆盖全局去阴影规则 */
.awsmd-card-copy::before {
  box-shadow: 18px -18px 0 #f6f4ef !important;
}

.awsmd-card-copy::after {
  box-shadow: 18px -18px 0 #f6f4ef !important;
}

/* Swiper 打包样式在 cases.css 之后加载，会覆盖 overflow: visible */
.awsmd-case-swiper.swiper,
.awsmd-cases-showcase .awsmd-case-swiper {
  overflow: visible !important;
}

.awsmd-case-swiper .swiper-slide {
  overflow: visible;
}

@media (min-width: 992px) {
  .awsmd-featured-card {
    overflow: visible;
  }
}
