.c1-cases {
  width: min(1440px,100%);
  margin-inline: auto;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #07060a;
  font-family: Inter,ui-sans-serif,system-ui,sans-serif;
}

.c1-cases::before,
.c1-cases::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

.c1-cases::before {
  top: 0;
  height: 150px;
  background: linear-gradient(180deg,#06040c 0%,rgba(6,4,12,.88) 28%,transparent 100%);
}

.c1-cases::after {
  bottom: 0;
  height: 150px;
  background: linear-gradient(180deg,transparent 0%,rgba(8,7,9,.76) 72%,#080709 100%);
}

.c1-cases-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 35%,rgba(107,29,94,.15),transparent 38%),
    radial-gradient(ellipse at 88% 58%,rgba(224,90,42,.07),transparent 30%),
    linear-gradient(180deg,#06040c 0%,#08070b 50%,#080709 100%);
}

.c1-cases-atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .065;
  background: repeating-linear-gradient(108deg,transparent 0 36px,rgba(255,255,255,.11) 37px,transparent 38px 74px);
  mask-image: linear-gradient(90deg,transparent 0,#000 68%,transparent 100%);
}

.c1-cases-shell {
  width: min(1204px,calc(100% - 96px));
  margin-inline: auto;
  padding: 20px 0 12px;
  position: relative;
  z-index: 1;
}

.c1-cases-heading {
  max-width: 1120px;
  margin-inline: auto;
  text-align: center;
}

.c1-cases-heading > p {
  margin: 0 0 13px;
  color: #f87549;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.c1-cases-heading > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.c1-cases-heading i {
  width: 112px;
  height: 28px;
  flex: 0 0 112px;
  background: linear-gradient(90deg,transparent 0%,rgba(171,53,156,.18) 32%,rgba(216,58,170,.82) 88%,rgba(248,117,73,.44) 100%) center/100% 2px no-repeat;
  filter: drop-shadow(0 0 8px rgba(252,146,232,.38));
}

.c1-cases-heading i:last-child {
  background: linear-gradient(90deg,rgba(248,117,73,.44) 0%,rgba(216,58,170,.82) 12%,rgba(171,53,156,.18) 68%,transparent 100%) center/100% 2px no-repeat;
}

.c1-cases-heading h2 {
  max-width: 820px;
  margin: 0;
  font: 750 37px/1.13 Manrope,Inter,sans-serif;
  letter-spacing: -.028em;
  text-wrap: balance;
}

.c1-cases-heading > span {
  display: block;
  max-width: 780px;
  margin: 17px auto 0;
  color: rgba(255,255,255,.62);
  font-size: 16px;
  line-height: 1.5;
  text-wrap: balance;
}

.c1-case-carousel {
  max-width: 1200px;
  margin: 52px auto 0;
}

.c1-case-carousel__track {
  min-height: 0;
  position: relative;
}

.c1-case-slide {
  min-height: 0;
  display: none;
  grid-template-columns: minmax(0,1fr) minmax(320px,.94fr) minmax(0,1fr);
  gap: 28px;
  align-items: stretch;
}

.c1-case-slide.is-active {
  display: grid;
  animation: c1-case-reveal .38s ease both;
}

@keyframes c1-case-reveal {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: none; }
}

.c1-case-slide > aside,
.c1-case-slide__center { min-width: 0; }
.c1-case-slide > aside { padding-top: 72px; }

.c1-case-slide__eyebrow {
  display: block;
  margin-bottom: 15px;
  color: #f87549;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.c1-case-slide__after .c1-case-slide__eyebrow { color: #dc56a2; }

.c1-case-slide h3 {
  max-width: 290px;
  margin: 0;
  font: 600 20px/1.3 Manrope,Inter,sans-serif;
  letter-spacing: -.015em;
}

.c1-case-slide aside ul {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.c1-case-slide aside li {
  min-height: 76px;
  padding: 15px 16px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 13px;
  background: rgba(15,13,18,.86);
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.c1-case-slide__before li { border-left-color: rgba(248,117,73,.52); }
.c1-case-slide__after li { border-right-color: rgba(216,58,170,.52); }

.c1-case-slide aside li i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  background: linear-gradient(135deg,#f87549,#b5412f);
}

.c1-case-slide__after li i { background: linear-gradient(135deg,#d83aaa,#f87549); }
.c1-case-slide__after li strong { color: #fff; font: 600 13px/1.35 Manrope,Inter,sans-serif; }
.c1-case-shift { margin-top:17px; }
.c1-case-shift > span { color:#dc56a2; font-size:8px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.c1-case-shift > p { margin:6px 0 0; color:rgba(255,255,255,.62); font-size:11px; line-height:1.56; }

.c1-case-slide__center {
  display: grid;
  grid-template-rows: auto 1fr;
  text-align: center;
}

.c1-case-slide__center header { min-height: 92px; padding: 0 12px 18px; }
.c1-case-slide__center header > span { color: #f87549; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.c1-case-slide__center header h3 { max-width: none; margin: 0; font: 600 27px/1.18 Manrope,Inter,sans-serif; }
.c1-case-slide__center header p { margin: 6px 0 0; color: rgba(255,255,255,.48); font-size: 12px; }

.c1-case-media {
  width: min(100%, 400px);
  aspect-ratio: 1;
  margin: 0;
  justify-self: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: linear-gradient(145deg,#2b282c,#121015 58%,#29252a);
  box-shadow: 0 28px 72px rgba(0,0,0,.38);
}

.c1-case-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 12%,rgba(216,58,170,.1),transparent 38%);
}

.c1-case-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border: 1px solid transparent;
  border-image: linear-gradient(135deg,rgba(216,58,170,.72),rgba(248,117,73,.46),rgba(255,255,255,.04)) 1;
  background: linear-gradient(180deg,rgba(5,4,8,.02) 42%,rgba(5,4,8,.86));
  mix-blend-mode: screen;
}

.c1-case-media__image {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  filter: saturate(.86) contrast(1.03) brightness(.84);
}

.c1-case-slide:nth-child(4) .c1-case-media__image { filter: brightness(.88) contrast(1.06); }

.c1-case-logo {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.36),0 0 0 4px rgba(8,7,11,.22);
}

.c1-case-logo > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.45);
}

.c1-case-logo--kr > img {
  transform: scale(1.45) translateY(9%);
}

.c1-case-media--brand {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 38%,#fff 0%,#f7f4ed 50%,#d9d2c7 100%);
}

.c1-case-media--brand::before {
  background: linear-gradient(135deg,rgba(216,58,170,.08),transparent 42%,rgba(248,117,73,.12));
}

.c1-case-media--brand .c1-case-logo {
  width: 74%;
  height: 74%;
  position: relative;
  inset: auto;
  z-index: 1;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.c1-case-media--brand .c1-case-logo > img {
  object-fit: contain;
  transform: none;
}

.c1-case-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 15px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
}

.c1-case-media figcaption span { color: #f87549; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.c1-case-media figcaption strong { max-width: 70%; color: rgba(255,255,255,.78); font-size: 9px; line-height: 1.25; font-weight: 600; text-align: right; }

.c1-case-media--data {
  padding: 28px;
  display: grid;
  align-content: end;
  gap: 9px;
  text-align: left;
  background: radial-gradient(circle at 78% 20%,rgba(248,117,73,.18),transparent 35%),linear-gradient(135deg,rgba(62,5,77,.72),rgba(13,11,16,.92));
}

.c1-case-media--data::before {
  inset: 0;
  background: repeating-linear-gradient(90deg,transparent 0 44px,rgba(255,255,255,.035) 45px),linear-gradient(180deg,transparent,rgba(5,4,8,.5));
  filter: none;
  transform: none;
  opacity: 1;
}
.c1-case-media--data > span,.c1-case-media--data > strong,.c1-case-media--data > em { position: relative; z-index: 3; }
.c1-case-media--data > span { color: #f87549; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.c1-case-media--data > strong { color: #fff; font: 800 54px/1 Manrope,Inter,sans-serif; letter-spacing: -.04em; }
.c1-case-media--data > em { color: rgba(255,255,255,.46); font-size: 9px; font-style: normal; letter-spacing: .1em; }

.c1-case-carousel__controls {
  width: max-content;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: 42px auto auto 42px;
  gap: 14px;
  align-items: center;
}

.c1-case-carousel__controls > button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  background: rgba(255,255,255,.055);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  transition: .2s ease;
}

.c1-case-carousel__controls > button:hover,
.c1-case-carousel__controls > button:focus-visible { border-color: rgba(248,117,73,.58); background: rgba(248,117,73,.11); }
.c1-case-carousel__status { min-width: 54px; display: flex; gap: 5px; align-items: baseline; }
.c1-case-carousel__status b { color: #fff; font: 800 15px/1 Manrope,Inter,sans-serif; }
.c1-case-carousel__status span { color: rgba(255,255,255,.34); font-size: 10px; }
.c1-case-carousel__dots { display: flex; gap: 6px; }
.c1-case-carousel__dots button { width: 24px; height: 3px; padding: 0; border: 0; border-radius: 2px; background: rgba(255,255,255,.16); cursor: pointer; transition: .2s ease; }
.c1-case-carousel__dots button.is-active { width: 42px; background: linear-gradient(90deg,#d83aaa,#f87549); box-shadow: 0 0 12px rgba(216,58,170,.32); }

.c1-cases-bottom {
  max-width: 1040px;
  min-height: 88px;
  margin: 28px auto 0;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(248,117,73,.34);
  background: rgba(8,7,10,.66);
}

.c1-cases-bottom > span { color: #f87549; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.c1-cases-bottom > strong { font: 600 14px/1.55 Manrope,Inter,sans-serif; }
.c1-cases-bottom a { min-height: 44px; padding: 0 17px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(248,117,73,.54); border-radius: 6px; color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.c1-cases-bottom a i { color: #f87549; font-style: normal; }

@media (max-width: 980px) {
  .c1-cases-shell { width: min(100% - 64px,900px); padding: 24px 0 44px; }
  .c1-cases-heading h2 { font-size: 34px; }
  .c1-cases-heading i { width: 72px; flex-basis: 72px; }
  .c1-case-slide { grid-template-columns: 1fr 1fr; }
  .c1-case-slide__center { grid-column: 1/-1; grid-row: 1; }
  .c1-case-media { width: min(100%, 430px); }
  .c1-case-slide > aside { padding-top: 0; }
  .c1-cases-bottom { grid-template-columns: 110px 1fr; }
  .c1-cases-bottom a { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
  .c1-cases-shell { width: calc(100% - 40px); padding: 18px 0 32px; }
  .c1-cases-heading > p { font-size: 9px; }
  .c1-cases-heading > div { gap: 7px; }
  .c1-cases-heading i { width: 32px; height: 22px; flex-basis: 32px; }
  .c1-cases-heading h2 { min-width: 0; font-size: 27.5px; line-height: 1.12; overflow-wrap: anywhere; }
  .c1-cases-heading > span { margin-top: 15px; font-size: 14px; line-height: 1.5; }

  .c1-case-carousel { margin-top: 34px; }
  .c1-case-carousel__track { min-height: 0; }
  .c1-case-slide,.c1-case-slide.is-active { min-height: 0; grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .c1-case-slide__center { grid-column: auto; grid-row: auto; order: -1; }
  .c1-case-slide__center header { min-height: 0; padding-bottom: 16px; }
  .c1-case-slide__center header h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -.018em;
  }
  .c1-case-media { width: min(100%, 340px); border-radius: 16px; }
  .c1-case-logo { width: 58px; height: 58px; top: 14px; right: 14px; }
  .c1-case-media figcaption { justify-content: flex-start; }
  .c1-case-media figcaption strong { display: none; }
  .c1-case-media { touch-action: pan-y; }
  .c1-case-slide h3 { margin-inline: auto; font-size: 18px; }
  .c1-case-slide aside ul { margin-top: 18px; gap: 8px; }
  .c1-case-slide aside li { min-height: 72px; padding: 12px 14px; grid-template-columns: 1fr; justify-items: center; gap: 8px; text-align: center; }
  .c1-case-shift > p { font-size:12px; }
  .c1-case-carousel__controls { margin-top: 22px; grid-template-columns: 38px auto auto 38px; gap: 9px; }
  .c1-case-carousel__controls.is-mobile-position { width: min(100%,340px); justify-content: space-between; }
  .c1-case-carousel__controls > button { width: 38px; height: 38px; }
  .c1-case-carousel__dots button { width: 14px; }
  .c1-case-carousel__dots button.is-active { width: 28px; }

  .c1-cases-bottom { margin-top: 24px; padding: 24px 20px; grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .c1-cases-bottom a { grid-column: auto; justify-self: center; }
}

@media (max-width: 390px) {
  .c1-cases-heading h2 { font-size: 26px; }
  .c1-case-slide__center header h3 { font-size: 23px; }
  .c1-case-carousel__controls { gap: 7px; }
  .c1-case-carousel__dots { gap: 4px; }
  .c1-case-carousel__dots button { width: 11px; }
  .c1-case-carousel__dots button.is-active { width: 22px; }
}
