html,body{margin:0;min-height:100%;}
img,video{max-width:100%;}
img{height:auto;}
section.h-svh{height:100svh!important;min-height:100svh!important;position:relative!important;background:#0e138a!important;overflow:hidden!important;}
#video-container,#video-container video{height:100%!important;min-height:100%!important;width:100%!important;object-fit:cover!important;}
#video-container{position:absolute!important;inset:0!important;}

#local-hero-overlay{position:absolute;inset:0;z-index:40;color:#000;display:flex;flex-direction:column;justify-content:space-between;padding:18vh 4.3vw 6vh;box-sizing:border-box;pointer-events:none;text-shadow:none}
.local-hero-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:5vw;align-items:start}
.local-title{font-family:"gotham-condensed",Impact,"Arial Narrow",sans-serif;font-size:clamp(74px,7.3vw,150px);font-weight:700;line-height:.82;letter-spacing:-.025em}
.local-title-right{max-width:760px}
.local-hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}
.local-kicker{font-family:"gotham",Arial,sans-serif;font-weight:700;font-size:clamp(18px,1.7vw,31px);margin-bottom:20px}
.local-cta{pointer-events:auto;display:inline-flex;background:#000;color:#fff;text-decoration:none;padding:18px 26px;font-family:"gotham",Arial,sans-serif;font-weight:700;font-size:16px;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.local-controls{pointer-events:auto;display:flex;align-items:center}
.local-controls button{width:64px;height:64px;border:2px solid #000;background:transparent;color:#000;font-size:28px;cursor:pointer;margin-left:-2px;transition:background .2s,color .2s}
.local-controls button:hover{background:#000;color:#fff}

/* Misyon alanının doğru ölçüsü ve taşmayan inline görselleri */
h2[aria-label^="Our mission is to inspire"]{font-family:"gotham-condensed",Impact,"Arial Narrow",sans-serif!important;font-weight:700!important;line-height:.91!important;letter-spacing:-.02em!important;font-size:clamp(54px,6vw,112px)!important;overflow:hidden;padding-bottom:.09em}
h2[aria-label^="Our mission is to inspire"] > .word,
h2[aria-label^="Our mission is to inspire"] > .image{overflow:hidden;vertical-align:baseline}
h2[aria-label^="Our mission is to inspire"] > .image{width:clamp(82px,8vw,145px)!important;height:.82em!important;padding-top:0!important;margin-right:.18em!important}
h2[aria-label^="Our mission is to inspire"] > .image figure,
h2[aria-label^="Our mission is to inspire"] > .image img{height:100%!important;width:100%!important;object-fit:cover!important}

/* HTTrack tarafından bozulmuş srcset yerine src kullanılır. */
img[data-local-broken="1"]{min-height:220px;background:#eee;object-fit:cover}

@media(max-width:900px){
 #local-hero-overlay{padding:18vh 24px 32px}
 .local-hero-top{grid-template-columns:1fr;gap:14px}
 .local-title{font-size:clamp(58px,16vw,104px)}
 .local-title-right{max-width:100%}
 .local-hero-bottom{align-items:flex-end}
 .local-controls button{width:48px;height:48px;font-size:22px}
 .local-cta{padding:14px 18px}
 h2[aria-label^="Our mission is to inspire"]{font-size:clamp(43px,12vw,76px)!important}
}

/* Yalnızca slider ve dummy medya görünümü; sticky/position kurallarına dokunmaz. */
section.h-svh, #video-container, #video-container video { background-color:#0e138a !important; }
#video-container video { opacity:0 !important; }
img[src*="image-placeholder.svg"], video[src*="video-placeholder.svg"] { background:#e9e7e2 !important; }

/* RTEV karma video + değerler animasyonu sliderı */
.rtev-mixed-slider,
.rtev-mixed-slider * {
  box-sizing: border-box;
}

.rtev-mixed-slider {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: #0e138a;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.rtev-mixed-track,
.rtev-mixed-slide,
.rtev-mixed-video,
.rtev-mixed-fallback,
.rtev-mixed-shade,
.rtev-mixed-animation {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rtev-mixed-slide {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .45s ease, visibility .45s ease;
}

.rtev-mixed-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.rtev-mixed-video {
  z-index: 0;
  display: block;
  border: 0;
  object-fit: cover;
  object-position: center;
  background: #0e138a;
}

.rtev-mixed-fallback {
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rtev-mixed-fallback-leadership {
  background-image:
    linear-gradient(
      135deg,
      rgba(14, 19, 138, .86),
      rgba(14, 19, 138, .28)
    ),
    url("assets/images/liderlik.png");
}

.rtev-mixed-fallback-culture {
  background-image:
    linear-gradient(
      135deg,
      rgba(14, 19, 138, .86),
      rgba(14, 19, 138, .28)
    ),
    url("assets/images/kultur-ve-sanat.jpg");
}

.rtev-mixed-shade {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, .58) 0%,
      rgba(0, 0, 0, .22) 46%,
      rgba(0, 0, 0, .08) 70%,
      rgba(0, 0, 0, .28) 100%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, .48) 0%,
      transparent 46%
    );
}

.rtev-mixed-animation-slide {
  background: #0e138a;
}

.rtev-mixed-animation {
  z-index: 0;
  display: block;
  border: 0;
  background: #0e138a;
}

.rtev-mixed-copy {
  position: absolute;
  z-index: 2;
  top: clamp(150px, 37vh, 280px);
  right: clamp(28px, 4vw, 88px);
  left: clamp(28px, 4vw, 88px);
  color: #ffffff;
  pointer-events: none;
}

.rtev-mixed-headline {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2.1vw, 42px);
  width: 100%;
  margin: 0;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(2.6rem, 5.65vw, 6.6rem) !important;
  line-height: .96 !important;
  font-weight: 400 !important;
  letter-spacing: -.055em !important;
}

.rtev-mixed-line {
  display: block;
  min-width: 0;
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity .5s ease .12s,
    transform .7s cubic-bezier(.22, 1, .36, 1) .12s;
}

.rtev-mixed-line-primary {
  grid-column: 1 / span 5;
}

.rtev-mixed-line-secondary {
  grid-column: 7 / span 6;
}

.rtev-mixed-slide.is-active .rtev-mixed-line {
  opacity: 1;
  transform: translateY(0);
}

.rtev-mixed-slide.is-active .rtev-mixed-line-secondary {
  transition-delay: .22s;
}

.rtev-mixed-bottom {
  position: absolute;
  z-index: 4;
  right: clamp(24px, 4vw, 70px);
  bottom: clamp(26px, 4vh, 54px);
  left: clamp(24px, 4vw, 70px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  pointer-events: none;
}

.rtev-mixed-counter {
  display: flex;
  gap: 7px;
  align-items: center;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .08em;
}

.rtev-mixed-controls {
  display: flex;
  align-items: stretch;
  pointer-events: auto;
}

.rtev-mixed-control {
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin: 0 0 0 -1px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .95);
  background: rgba(14, 19, 138, .18);
  color: #ffffff;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background-color .2s ease, color .2s ease;
}

.rtev-mixed-control:first-child {
  margin-left: 0;
}

.rtev-mixed-control:hover,
.rtev-mixed-control:focus-visible {
  background: #ffffff;
  color: #0e138a;
}

.rtev-mixed-play-icon {
  display: none;
}

.rtev-mixed-slider.is-paused .rtev-mixed-pause-icon {
  display: none;
}

.rtev-mixed-slider.is-paused .rtev-mixed-play-icon {
  display: block;
}

@media (max-width: 767px) {
  .rtev-mixed-slider {
    height: 100svh;
    min-height: 590px;
  }

  .rtev-mixed-copy {
    top: auto;
    right: 22px;
    bottom: 116px;
    left: 22px;
  }

  .rtev-mixed-headline {
    display: block;
    font-size: clamp(2.15rem, 10.6vw, 4rem) !important;
    line-height: 1 !important;
    letter-spacing: -.05em !important;
  }

  .rtev-mixed-line-primary,
  .rtev-mixed-line-secondary {
    max-width: 13ch;
  }

  .rtev-mixed-line-secondary {
    margin-top: .22em;
    margin-left: clamp(26px, 10vw, 62px);
  }

  .rtev-mixed-bottom {
    right: 18px;
    bottom: 22px;
    left: 22px;
  }

  .rtev-mixed-control {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rtev-mixed-slide,
  .rtev-mixed-line,
  .rtev-mixed-control {
    transition: none !important;
  }
}
