/* anime.js ilhamlı manşet — canlı `/` Morph (v1); /preview/anasayfa-N diğer sahneler */

.kku-preview-bar {
  position: sticky;
  top: 0;
  z-index: 1200;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 12px 18px;
  background: #070707;
  color: #f4f1ea;
  border-bottom: 1px solid rgba(244, 241, 234, .08);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}
.kku-preview-bar__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #c8ff3d;
}
.kku-preview-bar__links { display: flex; flex-wrap: wrap; gap: 6px; }
.kku-preview-bar__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: transparent;
  color: #f4f1ea !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(244, 241, 234, .18);
}
.kku-preview-bar__links a:hover,
.kku-preview-bar__links a.is-active {
  background: #c8ff3d;
  border-color: #c8ff3d;
  color: #070707 !important;
}
.kku-preview-bar__home { letter-spacing: .04em; }
.kku-preview-bar__meta {
  margin-left: auto;
  font-size: 12px;
  color: rgba(244, 241, 234, .55);
  max-width: 46vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kku-preview-hub {
  padding: 40px 0 64px;
  background: #070707;
  color: #f4f1ea;
  min-height: 70vh;
}
.kku-preview-hub h1 { color: #f4f1ea; font-weight: 650; letter-spacing: -.03em; }
.kku-preview-hub__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}
.kku-preview-hub__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px;
  border-radius: 4px;
  background: #101010;
  border: 1px solid rgba(244, 241, 234, .08);
  text-decoration: none !important;
  color: inherit;
  transition: border-color .25s ease, transform .25s ease;
}
.kku-preview-hub__card:hover {
  transform: translateY(-3px);
  border-color: #c8ff3d;
}
.kku-preview-hub__num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  color: #c8ff3d;
}
.kku-preview-hub__title { font-size: 17px; font-weight: 650; line-height: 1.25; }
.kku-preview-hub__desc { font-size: 13px; color: rgba(244, 241, 234, .55); line-height: 1.45; }
.kku-preview-hub__set {
  margin: 36px 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #c8ff3d;
}
.kku-preview-hub__card--new { border-color: rgba(200, 255, 61, .22); }
.kku-preview-hub__card--shader {
  border-color: rgba(120, 200, 255, .28);
  background: linear-gradient(160deg, #101018 0%, #0a0a0a 100%);
}

.kku-aj button,
.kku-aj button:hover,
.kku-aj button:focus,
.kku-aj button:active,
.kku-aj button:focus-visible {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
}
.kku-aj__tick,
.kku-aj__tick:hover,
.kku-aj__tick:focus,
.kku-aj__tick:active,
.kku-aj__tick:focus-visible {
  background: transparent !important;
  background-color: transparent !important;
}
.kku-aj__arrow,
.kku-aj__gallery {
  background: rgba(1, 23, 47, .35) !important;
  background-color: rgba(1, 23, 47, .35) !important;
}
.kku-aj__arrow:hover,
.kku-aj__arrow:focus,
.kku-aj__arrow:active,
.kku-aj__arrow:focus-visible,
.kku-aj__gallery:hover,
.kku-aj__gallery:focus,
.kku-aj__gallery:active,
.kku-aj__gallery:focus-visible {
  background: rgba(5, 49, 112, .75) !important;
  background-color: rgba(5, 49, 112, .75) !important;
  border-color: var(--aj-acid) !important;
}

.kku-aj {
  --aj-ink: #01172f;
  --aj-paper: #ffffff;
  --aj-acid: #7eb8e8;
  --aj-accent: #7eb8e8;
  --aj-accent-strong: #053170;
  background: transparent;
  width: 100%;
  overflow-x: hidden;
  font-family: "Josefin Sans", "Open Sans", "Space Grotesk", "Segoe UI", sans-serif;
  padding: 0;
  margin: 0 0 8px;
}
.kku-aj.kku-aj--theme {
  --aj-ink: #01172f;
  --aj-paper: #ffffff;
  --aj-accent: #7eb8e8;
  --aj-accent-strong: #053170;
}
.kku-aj .kku-aj-container {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 1380px !important;
  box-sizing: border-box !important;
}
@media (min-width: 768px) {
  .kku-aj .kku-aj-container { width: 750px !important; }
}
@media (min-width: 992px) {
  .kku-aj .kku-aj-container { width: 970px !important; }
}
@media (min-width: 1200px) {
  .kku-aj .kku-aj-container { width: 1370px !important; }
}
@media (min-width: 1400px) {
  .kku-aj .kku-aj-container { width: 1380px !important; }
}
@media (min-width: 1800px) {
  .kku-aj .kku-aj-container { width: 1380px !important; max-width: 1380px !important; }
}
.kku-aj__root {
  position: relative;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 21 / 9;
  min-height: 280px;
  max-height: min(560px, 58vh);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.kku-aj__stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #01172f;
}
.kku-aj__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.kku-aj__slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.kku-aj__slide.is-leaving {
  opacity: 1;
  pointer-events: none;
  z-index: 3;
}
.kku-aj__slide.is-entering {
  opacity: 1;
  pointer-events: auto;
  z-index: 4;
}
.kku-aj__slide.fx-morph.is-leaving {
  animation: kku-aj-morph-out 0.78s ease-in-out forwards;
}
.kku-aj__slide.fx-morph.is-entering {
  animation: kku-aj-morph-in 0.98s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes kku-aj-morph-out {
  0% { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
  100% { opacity: 0; transform: translateX(calc(var(--fx-dir, 1) * -6%)) scale(1.05); filter: blur(6px); }
}
@keyframes kku-aj-morph-in {
  0% { opacity: 0; transform: translateX(calc(var(--fx-dir, 1) * 7%)) scale(0.95); filter: blur(8px); }
  100% { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
}
@media (prefers-reduced-motion: reduce) {
  .kku-aj__slide.fx-morph.is-leaving,
  .kku-aj__slide.fx-morph.is-entering {
    animation: none !important;
  }
}
.kku-aj__media {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  background: #01172f;
}
.kku-aj__media img,
.kku-aj__film-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center center;
  transform: none;
  transform-origin: center center;
}
.kku-aj__media img { object-fit: contain; }
.kku-aj__film-card img { object-fit: cover; }
.kku-aj__copy {
  position: absolute;
  z-index: 4;
  color: var(--aj-paper);
  left: 40px;
  right: 40px;
  bottom: 72px;
  max-width: calc(100% - 80px);
  width: max-content;
  pointer-events: none;
  padding: 10px 16px 12px;
  border-radius: 6px;
  background: rgba(1, 23, 47, 0.28);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 4px 18px rgba(1, 23, 47, 0.25);
  text-shadow: 0 1px 2px rgba(1, 23, 47, 0.45);
}
.kku-aj__copy a { pointer-events: auto; }
.kku-aj__index {
  display: block;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--aj-acid);
  margin-bottom: 6px;
  line-height: 1.2 !important;
}
.kku-aj__title {
  margin: 0;
  font-size: clamp(0.95rem, 1.1vw + 0.45rem, 1.45rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em;
  overflow: hidden;
  color: var(--aj-paper);
  white-space: nowrap !important;
  text-overflow: ellipsis;
  max-width: 100%;
}
.kku-aj__title .kku-aj__ch,
.kku-aj__title .kku-aj__w,
.kku-aj__title .kku-aj__sp {
  display: inline-block;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  will-change: transform, opacity;
}
.kku-aj__title .kku-aj__sp { width: .28em; }
.kku-aj__desc {
  margin: 14px 0 0;
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(244, 241, 234, .78);
}
.kku-aj__cta {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 16px;
  border: 1px solid var(--aj-acid);
  color: var(--aj-ink) !important;
  background: var(--aj-acid);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none !important;
}
.kku-aj__chrome {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 8;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  max-width: calc(100% - 24px);
  height: 52px;
  padding: 0;
  transform: translateX(-50%);
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-sizing: border-box;
  pointer-events: auto;
}
.kku-aj__chrome-side {
  position: static;
  transform: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  width: max-content;
  pointer-events: auto;
}
.kku-aj__ticks {
  position: static;
  transform: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 0 1 auto;
  min-width: 0;
  width: auto;
  max-width: 100%;
  height: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  pointer-events: auto;
}
.kku-aj__ticks::-webkit-scrollbar { display: none; }
.kku-aj__tick {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 28px;
  width: 28px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .55);
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .kku-aj__chrome {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    max-width: calc(100% - 12px) !important;
    height: 44px !important;
    bottom: 8px;
    padding: 0;
    gap: 4px;
    background: transparent !important;
  }
  .kku-aj__ticks { flex: 0 1 auto !important; min-width: 0 !important; width: auto !important; height: 36px; }
  .kku-aj__tick { width: 22px; min-width: 22px; height: 36px; }
  .kku-aj__tick em,
  .kku-aj__tick i { display: none !important; }
  .kku-aj__tick-avatar { width: 22px; height: 22px; }
  .kku-aj__arrow,
  .kku-aj__gallery { width: 28px !important; height: 28px !important; flex-shrink: 0 !important; }
}
.kku-aj__tick em {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  display: inline-block;
  transform-origin: center bottom;
  transition: transform .2s ease, color .2s ease;
}
.kku-aj__tick:hover em,
.kku-aj__tick:focus em {
  transform: scale(1.25);
}
.kku-aj__tick-avatar {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .35);
  box-shadow: 0 2px 8px rgba(1, 23, 47, .35);
  transform-origin: center center;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  will-change: transform;
}
.kku-aj__tick-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kku-aj__tick i {
  display: block;
  width: 28px;
  height: 2px;
  background: rgba(255, 255, 255, .25);
  transform-origin: left center;
  border-radius: 1px;
}
.kku-aj__tick:hover { color: rgba(255, 255, 255, .9); z-index: 3; }
.kku-aj__tick:hover .kku-aj__tick-avatar {
  transform: scale(1.14);
  border-color: rgba(126, 184, 232, .9);
}
.kku-aj__tick.is-active { color: var(--aj-acid); }
.kku-aj__tick.is-active .kku-aj__tick-avatar {
  border-color: var(--aj-acid);
  box-shadow: 0 0 0 2px rgba(5, 49, 112, .45), 0 4px 14px rgba(1, 23, 47, .45);
  transform: scale(1.1);
}
.kku-aj__tick.is-active i { background: var(--aj-acid); }
.kku-aj__arrow {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(1, 23, 47, .35);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 0;
  align-self: center;
}
.kku-aj__arrow span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-right: 1.5px solid var(--aj-paper);
  border-bottom: 1.5px solid var(--aj-paper);
}
.kku-aj__prev span { transform: rotate(135deg); }
.kku-aj__next span { transform: rotate(-45deg); }
.kku-aj__arrow:hover,
.kku-aj__arrow:focus,
.kku-aj__arrow:active {
  outline: none;
  border-color: var(--aj-acid);
  background: rgba(5, 49, 112, .7) !important;
  color: #fff;
}
.kku-aj__gallery {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(1, 23, 47, .35);
  color: var(--aj-paper);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 14px;
  flex-shrink: 0;
  margin-bottom: 0;
  align-self: center;
}
.kku-aj__gallery:hover,
.kku-aj__gallery:focus,
.kku-aj__gallery:active {
  outline: none;
  border-color: var(--aj-acid);
  color: var(--aj-acid);
  background: rgba(5, 49, 112, .7) !important;
}
.kku-aj__tick:focus,
.kku-aj__tick:active {
  outline: none;
  background: transparent !important;
}

.kku-aj__grid {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(13, 1fr);
  pointer-events: none;
  mix-blend-mode: overlay;
}
.kku-aj__dot {
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  border-radius: 50%;
  background: var(--aj-acid);
  opacity: .35;
  transform: scale(.4);
}

.kku-aj__strips {
  display: flex;
  height: 580px;
  overflow: hidden;
}
.kku-aj__strip {
  flex: 1;
  height: 100%;
  background-size: 700% 100%;
  background-position: calc(var(--st) * 16.666%) center;
  background-repeat: no-repeat;
  transform: translateY(110%);
}

.kku-aj__frame {
  position: absolute;
  inset: 18px;
  z-index: 3;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  pointer-events: none;
}
.kku-aj__frame-path {
  fill: none;
  stroke: var(--aj-acid);
  stroke-width: .35;
  vector-effect: non-scaling-stroke;
}

.kku-aj--v1 .kku-aj__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7, 7, 7, .82) 100%);
}
.kku-aj--v1 .kku-aj__media { position: relative; }

.kku-aj--v2 .kku-aj__media { filter: grayscale(.35) contrast(1.05); }
.kku-aj--v2 .kku-aj__copy {
  left: 50%;
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
  max-width: min(820px, 86vw);
}
.kku-aj--v2 .kku-aj__title { font-size: clamp(1.8rem, 4vw, 3.6rem); }

.kku-aj--v4 .kku-aj__slide {
  inset: 48px 18% 88px auto;
  width: min(520px, 58vw);
  right: 8%;
  left: auto;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
  opacity: 0;
}
.kku-aj--v4 .kku-aj__slide.is-active { opacity: 1; }
.kku-aj--v4 .kku-aj__media img { height: 100%; }
.kku-aj--v4 .kku-aj__copy {
  left: 48px;
  right: auto;
  bottom: 88px;
  max-width: 34vw;
}
.kku-aj--v4 .kku-aj__root { background: #0c0c0c; }

.kku-aj--v6 .kku-aj__media {
  clip-path: circle(0% at 50% 50%);
}

.kku-aj--v7 .kku-aj__stage { display: grid; grid-template-columns: .9fr 1.1fr; }
.kku-aj--v7 .kku-aj__slide {
  display: contents;
}
.kku-aj--v7 .kku-aj__media {
  grid-column: 2;
  height: 580px;
}
.kku-aj--v7 .kku-aj__copy {
  position: relative;
  left: auto;
  bottom: auto;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 40px 88px;
  max-width: none;
  background: var(--aj-ink);
}
.kku-aj--v7 .kku-aj__index { font-size: clamp(3.5rem, 8vw, 7rem); letter-spacing: -.06em; line-height: .8; color: var(--aj-acid); }
.kku-aj--v7 .kku-aj__slide:not(.is-active) .kku-aj__media,
.kku-aj--v7 .kku-aj__slide:not(.is-active) .kku-aj__copy { display: none; }

.kku-aj--v8 .kku-aj__stage {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 40px 8%;
  height: 580px;
  scrollbar-width: none;
}
.kku-aj--v8 .kku-aj__slide {
  position: relative;
  inset: auto;
  flex: 0 0 58%;
  height: 420px;
  opacity: .28;
  pointer-events: none;
}
.kku-aj--v8 .kku-aj__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.kku-aj--v8 .kku-aj__film-card,
.kku-aj--v8 .kku-aj__film-card img { height: 420px; display: block; width: 100%; object-fit: cover; }
.kku-aj--v8 .kku-aj__copy {
  left: 24px;
  bottom: 24px;
  max-width: 80%;
}
.kku-aj--v8 .kku-aj__title { font-size: clamp(1.2rem, 2vw, 1.8rem); }

/* —— Set 2 —— */
.kku-aj__media--dim img { filter: brightness(.38) saturate(.85); }
.kku-aj__knock {
  position: absolute;
  z-index: 5;
  left: 6%;
  right: 6%;
  bottom: 88px;
  margin: 0;
  font-size: clamp(2.4rem, 7vw, 6.4rem);
  font-weight: 700;
  line-height: .88;
  letter-spacing: -.06em;
  text-transform: uppercase;
  color: transparent;
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  filter: contrast(1.15);
  pointer-events: none;
}

.kku-aj__split {
  display: flex;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.kku-aj__half {
  flex: 1;
  height: 580px;
  background-size: 200% 100%;
  background-repeat: no-repeat;
}
.kku-aj__half--l { background-position: left center; }
.kku-aj__half--r { background-position: right center; }
.kku-aj__seam {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: var(--aj-acid);
  transform: scaleY(0);
  transform-origin: center;
  z-index: 2;
}
.kku-aj--v10 .kku-aj__copy {
  left: 50%;
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -42%);
  text-align: center;
  max-width: min(640px, 80vw);
  text-shadow: 0 8px 40px rgba(0,0,0,.65);
}

.kku-aj--v11 .kku-aj__stage { perspective: 1400px; }
.kku-aj--v11 .kku-aj__slide {
  transform-origin: center;
  transform-style: preserve-3d;
}
.kku-aj--v11 .kku-aj__media img { filter: contrast(1.08); }

.kku-aj__ink {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: var(--aj-ink);
  isolation: isolate;
  pointer-events: none;
}
.kku-aj__blob {
  position: absolute;
  width: 22%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  mix-blend-mode: destination-out;
  filter: blur(18px);
  left: 50%;
  top: 48%;
  translate: -50% -50%;
  transform: scale(0);
  transform-origin: center;
}
.kku-aj__blob:nth-child(2) { left: 38%; top: 42%; width: 18%; }
.kku-aj__blob:nth-child(3) { left: 62%; top: 56%; width: 16%; }
.kku-aj--v12 .kku-aj__copy { z-index: 6; }

.kku-aj__mosaic {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  height: 580px;
  gap: 3px;
  background: var(--aj-ink);
}
.kku-aj__tile {
  display: block;
  background-size: 600% 400%;
  background-position: calc(var(--c) * 20%) calc(var(--r) * 33.333%);
  transform: translateY(40px) scale(.86);
  opacity: 0;
}

.kku-aj--v14 .kku-aj__stage { overflow: hidden; }
.kku-aj__media--window {
  position: absolute;
  inset: 18% 22%;
  z-index: 3;
  overflow: hidden;
  border: 1px solid rgba(244,241,234,.18);
}
.kku-aj__media--window img { height: 100%; }
.kku-aj__marquee {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 0 72px;
  pointer-events: none;
  overflow: hidden;
}
.kku-aj__mq {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  font-size: clamp(2.2rem, 6vw, 5rem);
  font-weight: 700;
  letter-spacing: -.05em;
  text-transform: uppercase;
  color: rgba(244,241,234,.12);
  will-change: transform;
}
.kku-aj__mq span { flex: none; }
.kku-aj__mq--b { color: rgba(200,255,61,.16); }

.kku-aj--v15 .kku-aj__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1100px;
}
.kku-aj--v15 .kku-aj__slide {
  position: absolute;
  width: min(440px, 62vw);
  height: 460px;
  inset: auto;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
}
.kku-aj--v15 .kku-aj__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 4;
}
.kku-aj--v15 .kku-aj__slide.is-prev,
.kku-aj--v15 .kku-aj__slide.is-next {
  opacity: .45;
  pointer-events: none;
  z-index: 2;
}
.kku-aj--v15 .kku-aj__media,
.kku-aj--v15 .kku-aj__media img { height: 460px; }
.kku-aj--v15 .kku-aj__copy {
  left: 20px;
  bottom: 20px;
  max-width: 90%;
}
.kku-aj--v15 .kku-aj__title { font-size: clamp(1.15rem, 2vw, 1.7rem); }

.kku-aj__spot {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(circle at var(--sx, 50%) var(--sy, 45%), transparent 0 14%, rgba(7,7,7,.88) 38%);
}
.kku-aj--v16 .kku-aj__copy { z-index: 5; }

/* —— Set 3 · Splide Premium tarzı WebGL mask —— */
.kku-aj--shader .kku-aj__root { background: #070707; }
.kku-aj__gl {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.kku-aj__stage--shader {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  height: 580px;
}
.kku-aj__stage--shader .kku-aj__slide {
  background: transparent;
}
.kku-aj__stage--shader .kku-aj__slide:not(.is-active) .kku-aj__copy {
  opacity: 0;
}
.kku-aj__stage--shader .kku-aj__slide.is-active .kku-aj__copy {
  opacity: 1;
  pointer-events: auto;
}
.kku-aj__hit {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
}
.kku-aj--shader .kku-aj__copy {
  background: linear-gradient(180deg, transparent 0%, rgba(7,7,7,.72) 100%);
  padding: 28px 20px 12px;
  max-width: min(720px, 88vw);
  border-radius: 2px;
}
.kku-aj--shader .kku-aj__chrome { z-index: 8; }
.kku-aj--no-webgl .kku-aj__gl { display: none; }
.kku-aj--no-webgl .kku-aj__stage--shader .kku-aj__slide.is-active {
  background: #111 center / cover no-repeat;
}

@media (max-width: 900px) {
  .kku-aj--v1 .kku-aj__root,
  .kku-aj.kku-aj--theme .kku-aj__root {
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 200px;
    max-height: 420px;
    padding: 0;
  }
  .kku-aj--v1 .kku-aj__media img,
  .kku-aj.kku-aj--theme .kku-aj__media img {
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
  }
  .kku-aj__root { height: 400px; padding: 0; }
  .kku-aj__stage, .kku-aj__media img { height: 100%; }
  .kku-aj__strips { height: 400px; }
  .kku-aj__copy { left: 20px; bottom: 96px; }
  .kku-aj--v4 .kku-aj__slide { inset: 24px 24px 80px; width: auto; }
  .kku-aj--v4 .kku-aj__copy { max-width: 80vw; left: 20px; }
  .kku-aj--v7 .kku-aj__stage { display: block; }
  .kku-aj--v7 .kku-aj__slide { display: block; }
  .kku-aj--v7 .kku-aj__copy { position: absolute; left: 20px; bottom: 64px; padding: 0; background: transparent; }
  .kku-aj--v7 .kku-aj__slide:not(.is-active) { display: none; }
  .kku-aj--v8 .kku-aj__stage { padding: 24px 6%; }
  .kku-aj--v8 .kku-aj__slide { flex-basis: 82%; height: 280px; }
  .kku-aj--v8 .kku-aj__film-card img { height: 280px; }
  .kku-aj__half, .kku-aj__mosaic { height: 400px; }
  .kku-aj__knock { font-size: clamp(1.8rem, 8vw, 3.2rem); bottom: 72px; }
  .kku-aj__media--window { inset: 16% 10%; }
  .kku-aj--v15 .kku-aj__slide { height: 320px; width: min(360px, 78vw); }
  .kku-aj--v15 .kku-aj__media img { height: 320px; }
}
@media (max-width: 600px) {
  .kku-aj--v1 .kku-aj__root,
  .kku-aj.kku-aj--theme .kku-aj__root {
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 180px;
    max-height: none;
    padding: 0;
  }
  .kku-aj--v1 .kku-aj__media img,
  .kku-aj.kku-aj--theme .kku-aj__media img {
    object-fit: contain !important;
    object-position: center center !important;
  }
  .kku-aj__root { height: 220px; padding: 0 12px; }
  .kku-aj--v1 .kku-aj__root,
  .kku-aj.kku-aj--theme .kku-aj__root { padding: 0; }
  .kku-aj__stage, .kku-aj__media img, .kku-aj__strips,
  .kku-aj__half, .kku-aj__mosaic { height: 100%; }
  .kku-aj__title { font-size: clamp(0.95rem, 3.2vw, 1.25rem) !important; }
  .kku-aj__title .kku-aj__ch,
  .kku-aj__title .kku-aj__w,
  .kku-aj__title .kku-aj__sp { font-size: inherit !important; }
  .kku-aj__desc, .kku-aj--v7 .kku-aj__cta { display: none; }
  .kku-aj__chrome { bottom: 8px; }
  .kku-aj__tick-avatar { width: 22px; height: 22px; }
  .kku-aj__arrow, .kku-aj__gallery { width: 28px !important; height: 28px !important; margin: 0 !important; }
  .kku-aj__knock { font-size: 1.35rem; bottom: 52px; }
  .kku-aj__mq { font-size: 1.4rem; }
  .kku-aj--v15 .kku-aj__slide { height: 200px; }
  .kku-aj--v15 .kku-aj__media img { height: 200px; }
}
