/* Anasayfa hero — referans: split seafood slider */
.home-hero {
  --hh-left: #0a2744;
  --hh-accent: #6eb3d4;
  --hh-btn: #5aa8c9;
  --hh-bar: #06182c;
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(280px, 38%) 1fr;
  overflow: hidden;
  background: var(--hh-left);
  color: #fff;
}

.home-hero__left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(88px, 12vh, 140px) clamp(28px, 4vw, 64px) 120px;
  background: var(--hh-left);
}

.home-hero__eyebrow {
  margin: 0 0 18px;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.home-hero__title {
  margin: 0 0 22px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(52px, 8vw, 92px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-hero__title-line {
  display: block;
}

.home-hero__title-line--accent {
  position: relative;
  display: inline-block;
  padding: 0.08em 0.22em 0.04em;
  z-index: 1;
}

.home-hero__title-line--accent::before {
  content: "";
  position: absolute;
  inset: 0.12em -0.05em 0.08em;
  background: var(--hh-accent);
  opacity: 0.88;
  z-index: -1;
  transform: skewX(-4deg);
}

.home-hero__text {
  margin: 0 0 28px;
  max-width: 34ch;
  font-family: "Outfit", sans-serif;
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.home-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  padding: 12px 22px;
  border: none;
  border-radius: 2px;
  background: var(--hh-btn);
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.25s ease, filter 0.25s ease, background 0.25s ease;
}

.home-hero__cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

.home-hero__right {
  position: relative;
  z-index: 1;
  min-height: 100%;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(10, 39, 68, 0.15), transparent 40%),
    var(--hh-bg, #d9dde3) center / cover no-repeat;
}

.home-hero__right::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    radial-gradient(circle at 12% 28%, rgba(255, 255, 255, 0.12), transparent 28%),
    radial-gradient(circle at 88% 70%, rgba(255, 255, 255, 0.08), transparent 24%);
  pointer-events: none;
}

.home-hero__slides {
  position: absolute;
  inset: 0;
}

.home-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.55s ease;
  pointer-events: none;
}

.home-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.home-hero__right-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero__nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(6, 24, 44, 0.42);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-hero__nav:hover {
  background: rgba(6, 24, 44, 0.72);
  border-color: rgba(255, 255, 255, 0.55);
  transform: scale(1.04);
}

.home-hero__nav--prev { left: 18px; }
.home-hero__nav--next { right: 18px; }

.home-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 84px;
  z-index: 6;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.home-hero__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-hero__dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

.home-hero__overlay {
  position: absolute;
  left: 28%;
  bottom: 48px;
  z-index: 4;
  width: min(34vw, 420px);
  max-width: 460px;
  pointer-events: none;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35));
  animation: hhFloat 5.5s ease-in-out infinite;
}

.home-hero__overlay img {
  display: block;
  width: 100%;
  height: auto;
}

.home-hero__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  min-height: 64px;
  padding: 16px clamp(20px, 4vw, 48px);
  background: rgba(6, 24, 44, 0.94);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Outfit", sans-serif;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.home-hero__bar a,
.home-hero__bar span {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  text-align: center;
  align-self: center;
}

.home-hero__bar a:hover {
  color: #fff;
}

@keyframes hhFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Home chrome: immersive first viewport — keep main nav visible */
.page-home .top-bar,
.page-home .header-search-wrap {
  display: none !important;
}

.page-home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: transparent;
  box-shadow: none;
  border: none;
}

.page-home .site-header__inner {
  padding-top: 18px;
}

.page-home .site-logo__text,
.page-home .site-logo {
  color: #fff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

.page-home .lang-switch__link {
  color: rgba(255, 255, 255, 0.72);
}

.page-home .lang-switch__link:hover,
.page-home .lang-switch__link.is-active {
  color: #fff;
}

.page-home .lang-switch__sep {
  color: rgba(255, 255, 255, 0.4);
}

.page-home .site-nav .nav-link {
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
}

.page-home .site-nav .nav-link:hover,
.page-home .site-nav .nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.page-home .menu-toggle span {
  background: #fff;
}

.page-home main {
  padding: 0;
  margin: 0;
}

@media (max-width: 900px) {
  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-hero__left {
    padding: 110px 24px 48px;
    min-height: auto;
  }

  .home-hero__right {
    min-height: 52vh;
  }

  .home-hero__nav {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .home-hero__nav--prev { left: 12px; }
  .home-hero__nav--next { right: 12px; }

  .home-hero__dots {
    bottom: 88px;
  }

  .home-hero__overlay {
    left: 50%;
    bottom: 72px;
    width: min(58vw, 280px);
    transform: translateX(-50%);
    animation: none;
  }

  .home-hero__bar {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
    padding: 14px 18px 18px;
  }
}
