/* HERO */

.kds-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 92px);
  overflow: hidden;
}

.kds-hero-image {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;
}

.kds-hero-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.32),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.03)
  );
}

/* SOL YAZI */

.kds-hero-left {
  position: absolute;

  left: 60px;

  bottom: 45px;

  z-index: 5;

  color: #fff;

  font-size: 13px;

  font-family: var(--kds-font-body);

  white-space: nowrap;
}

/* MARKA */

.kds-hero-brand {
  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  bottom: 35px;

  z-index: 5;

  text-align: center;
}

.kds-hero-brand h1 {
  margin: 0;

  color: #fff;

  font-family: var(--kds-font-heading);

  font-size: 56px;

  font-weight: 400;

  letter-spacing: 1px;
}

.kds-hero-brand a {
  display: inline-block;

  margin-top: 16px;

  color: #fff;

  text-decoration: none;

  text-transform: uppercase;

  font-size: 11px;

  letter-spacing: 3px;

  border-bottom: 1px solid #fff;

  padding-bottom: 4px;
}

/* TABLET */

@media (max-width: 1024px) {
  .kds-hero-brand h1 {
    font-size: 46px;
  }

  .kds-hero-left {
    left: 35px;
  }
}

/* =====================================================
   TELEFON — HERO
   Bridal ve Kişiye Özel Tasarım ile aynı düzen
   ===================================================== */

@media (max-width: 768px) {
  .kds-hero {
    height: 76svh;
    min-height: 540px;
  }

  .kds-hero-image {
    object-position: 60% center;
  }

  .kds-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 18%,
      rgba(0, 0, 0, 0.12) 52%,
      rgba(0, 0, 0, 0.64) 100%
    );
  }

  /* SOL ALT SLOGAN */

  .kds-hero-left {
    position: absolute;
    left: 16px;
    bottom: 24px;
    z-index: 5;

    max-width: 240px;
    margin: 0;

    color: #ffffff;
    font-family: var(--kds-font-body);
    font-size: 10px;
    line-height: 1.35;
    white-space: nowrap;
  }

  /* ALT ORTA MARKA + KEŞFET */

  .kds-hero-brand {
    position: absolute;
    right: 16px;
    bottom: 58px;
    left: 16px;
    z-index: 5;

    display: flex;
    flex-direction: column;
    align-items: center;

    width: auto;
    text-align: center;
    transform: none;
  }

  .kds-hero-brand h1 {
    margin: 0;

    color: #ffffff;
    font-family: var(--kds-font-heading);
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .kds-hero-brand a {
    display: inline-block;

    width: max-content;
    margin: 11px auto 0;
    padding: 0 0 5px;

    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    background: transparent;

    color: #ffffff;
    font-family: var(--kds-font-body);
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.7px;
    text-decoration: none;
    text-transform: uppercase;
  }
}
