/* En Baba Organizasyon — Hostes ailesi ortak görünüm çekirdeği
   Yalnızca hostes hizmet sayfalarında yüklenir. Sayfaya özel atmosferi bozmaz. */
:root {
  --enb-hostes-header-height: 96px;
  --enb-hostes-safe-top: env(safe-area-inset-top, 0px);
  --enb-hostes-safe-bottom: env(safe-area-inset-bottom, 0px);
}

body.page-istanbul-acilis-hostesi,
body.page-istanbul-dugun-karsilama-hostesi,
body.page-istanbul-etkinlik-hostesi,
body.page-istanbul-fuar-hostesi,
body.page-istanbul-fuar-servis-hostesi,
body.page-istanbul-fuar-tercumani,
body.page-istanbul-hostes-kiralama,
body.page-istanbul-fuar-hostes-ajansi,
body.page-tuyap-fuar-hostesi {
  overflow-x: clip;
}

body [data-enb-hostes-hero] {
  box-sizing: border-box;
  min-height: max(640px, calc(100svh - var(--enb-hostes-header-height)));
  display: grid;
  align-items: center;
  align-content: center;
  padding-top: clamp(2rem, 5vh, 4.75rem);
  padding-bottom: clamp(2rem, 5vh, 4.75rem);
  scroll-margin-top: calc(var(--enb-hostes-header-height) + 16px);
}

body [data-enb-hostes-hero] h1,
body.page-istanbul-fuar-hostes-ajansi .enb-sales-hero h1 {
  text-wrap: balance;
}

body [data-enb-hostes-hero] p,
body.page-istanbul-fuar-hostes-ajansi .enb-sales-hero p {
  text-wrap: pretty;
}

body.page-istanbul-fuar-hostes-ajansi .enb-sales-hero {
  box-sizing: border-box;
  min-height: max(640px, calc(100svh - var(--enb-hostes-header-height)));
  display: grid;
  align-items: center;
  padding-top: clamp(2rem, 5vh, 4.75rem);
  padding-bottom: clamp(2rem, 5vh, 4.75rem);
}

body.page-istanbul-fuar-hostes-ajansi .enb-sales-hero__grid {
  width: 100%;
  align-items: center;
}

@supports (height: 100dvh) {
  body [data-enb-hostes-hero],
  body.page-istanbul-fuar-hostes-ajansi .enb-sales-hero {
    min-height: max(640px, calc(100dvh - var(--enb-hostes-header-height)));
  }
}

@media (min-width: 1024px) and (max-height: 760px) {
  body [data-enb-hostes-hero],
  body.page-istanbul-fuar-hostes-ajansi .enb-sales-hero {
    min-height: auto;
    padding-top: clamp(2rem, 6vh, 3.5rem);
    padding-bottom: clamp(2rem, 6vh, 3.5rem);
  }
}

@media (max-width: 767px) {
  body [data-enb-hostes-hero],
  body.page-istanbul-fuar-hostes-ajansi .enb-sales-hero {
    min-height: max(600px, calc(100svh - var(--enb-hostes-header-height)));
    padding-top: calc(clamp(1.5rem, 4.5vh, 3rem) + var(--enb-hostes-safe-top));
    padding-bottom: calc(clamp(1.75rem, 5vh, 3.25rem) + var(--enb-hostes-safe-bottom));
  }

  body [data-enb-hostes-hero] h1,
  body.page-istanbul-fuar-hostes-ajansi .enb-sales-hero h1 {
    text-wrap: balance;
  }
}

@media (prefers-reduced-motion: reduce) {
  body [data-enb-hostes-hero] *,
  body.page-istanbul-fuar-hostes-ajansi .enb-sales-hero * {
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   HOSTES AİLESİ — PREMIUM HERO SAHNE ÇEKİRDEĞİ
   Ortak olan yalnızca erişilebilir iskelet ve viewport davranışıdır.
   Renk, kompozisyon ve atmosfer her hizmetin kendi CSS dosyasındadır.
========================================================= */
.enb-hostes-scene {
  --scene-bg: linear-gradient(135deg, #111827 0%, #312e81 52%, #be185d 100%);
  --scene-text: #fff;
  --scene-muted: rgba(255, 255, 255, .78);
  --scene-accent: #fbbf24;
  --scene-accent-2: #f472b6;
  --scene-surface: rgba(255, 255, 255, .1);
  --scene-border: rgba(255, 255, 255, .2);
  --scene-shadow: 0 34px 90px rgba(15, 23, 42, .28);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--scene-text);
  background: var(--scene-bg);
}

.enb-hostes-scene::before,
.enb-hostes-scene::after {
  content: "";
  position: absolute;
  z-index: -2;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(3px);
}

.enb-hostes-scene::before {
  width: clamp(300px, 38vw, 680px);
  aspect-ratio: 1;
  left: clamp(-280px, -14vw, -100px);
  top: clamp(-260px, -12vw, -80px);
  background: radial-gradient(circle, color-mix(in srgb, var(--scene-accent) 32%, transparent), transparent 68%);
  opacity: .72;
}

.enb-hostes-scene::after {
  width: clamp(340px, 44vw, 760px);
  aspect-ratio: 1;
  right: clamp(-320px, -16vw, -120px);
  bottom: clamp(-360px, -18vw, -140px);
  background: radial-gradient(circle, color-mix(in srgb, var(--scene-accent-2) 34%, transparent), transparent 70%);
  opacity: .72;
}

.enb-hostes-scene__texture {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .38;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.enb-hostes-scene__shell {
  width: min(100%, 1320px);
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(34px, 5vw, 84px);
}

.enb-hostes-scene__copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 730px;
}

.enb-hostes-scene__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid var(--scene-border);
  border-radius: 999px;
  background: var(--scene-surface);
  color: var(--scene-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.enb-hostes-scene__eyebrow::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--scene-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--scene-accent) 20%, transparent);
}

.enb-hostes-scene h1 {
  max-width: 14ch;
  margin: 0;
  color: var(--scene-text);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.enb-hostes-scene h1 span {
  color: var(--scene-accent);
}

.enb-hostes-scene__lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--scene-muted);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 650;
  line-height: 1.65;
}

.enb-hostes-scene__support {
  max-width: 690px;
  margin: 12px 0 0;
  color: color-mix(in srgb, var(--scene-text) 72%, transparent);
  font-size: 15px;
  line-height: 1.7;
}

.enb-hostes-scene__support strong {
  color: var(--scene-text);
  font-weight: 850;
}

.enb-hostes-scene__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.enb-hostes-scene__pills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--scene-border);
  border-radius: 999px;
  background: var(--scene-surface);
  color: var(--scene-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.enb-hostes-scene .enb-hostes-live-line {
  margin-top: 18px;
  border-color: var(--scene-border);
  background: var(--scene-surface);
  color: var(--scene-text);
  box-shadow: none;
}

.enb-hostes-scene__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 24px;
}

.enb-hostes-scene__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 13px 18px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.enb-hostes-scene__btn::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
  transition: transform .22s ease;
}

.enb-hostes-scene__btn:hover {
  transform: translateY(-2px);
}

.enb-hostes-scene__btn:hover::after {
  transform: translateX(3px);
}

.enb-hostes-scene__btn--primary {
  background: var(--scene-accent);
  color: #111827;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--scene-accent) 27%, transparent);
}

.enb-hostes-scene__btn--secondary {
  border-color: var(--scene-border);
  background: var(--scene-surface);
  color: var(--scene-text);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.enb-hostes-scene__btn--quiet {
  border-color: transparent;
  background: transparent;
  color: var(--scene-muted);
}

.enb-hostes-scene__visual {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  justify-self: end;
}

.enb-hostes-scene__frame {
  position: relative;
  overflow: hidden;
  min-height: clamp(460px, 60vh, 650px);
  border: 1px solid var(--scene-border);
  border-radius: clamp(28px, 3vw, 46px);
  background: color-mix(in srgb, var(--scene-surface) 90%, transparent);
  box-shadow: var(--scene-shadow);
  transform: translateZ(0);
}

.enb-hostes-scene__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(2, 6, 23, .82) 0%, rgba(2, 6, 23, .18) 44%, transparent 70%),
    linear-gradient(115deg, rgba(255,255,255,.14), transparent 38%);
}

.enb-hostes-scene__frame picture,
.enb-hostes-scene__frame img,
.enb-hostes-scene__frame .hostes-slider__track {
  width: 100%;
  height: 100%;
}

.enb-hostes-scene__frame img,
.enb-hostes-scene__frame .hostes-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(460px, 60vh, 650px);
  object-fit: cover;
  object-position: center top;
}

.enb-hostes-scene__caption {
  position: absolute;
  z-index: 4;
  left: clamp(18px, 3vw, 30px);
  right: clamp(18px, 3vw, 30px);
  bottom: clamp(18px, 3vw, 30px);
  color: #fff;
}

.enb-hostes-scene__caption strong,
.enb-hostes-scene__caption span {
  display: block;
}

.enb-hostes-scene__caption strong {
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 950;
  letter-spacing: -.02em;
}

.enb-hostes-scene__caption span {
  margin-top: 5px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.45;
}

.enb-hostes-scene__badge {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 2px;
  min-width: 146px;
  padding: 13px 15px;
  border: 1px solid var(--scene-border);
  border-radius: 18px;
  background: color-mix(in srgb, var(--scene-surface) 92%, rgba(15,23,42,.2));
  color: var(--scene-text);
  box-shadow: 0 18px 42px rgba(2, 6, 23, .2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.enb-hostes-scene__badge strong {
  font-size: 14px;
  font-weight: 950;
}

.enb-hostes-scene__badge span {
  color: var(--scene-muted);
  font-size: 11px;
  font-weight: 750;
}

.enb-hostes-scene__badge--top {
  top: 24px;
  left: -28px;
}

.enb-hostes-scene__badge--side {
  top: 40%;
  right: -34px;
}

.enb-hostes-scene .hostes-slider__track {
  display: flex;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
}

.enb-hostes-scene .hostes-slider__img {
  flex: 0 0 100%;
}

.enb-hostes-scene .hostes-slider__nav {
  z-index: 7;
}

.enb-hostes-scene .hostes-slider__dots {
  z-index: 7;
}

@media (min-width: 1024px) {
  .enb-hostes-scene {
    padding-block: clamp(48px, 6vh, 78px);
  }

  .enb-hostes-scene__shell {
    min-height: min(760px, calc(100dvh - var(--enb-hostes-header-height) - 96px));
  }

  .enb-hostes-scene__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
  }
}

@media (max-width: 1100px) {
  .enb-hostes-scene__shell {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .88fr);
    gap: 34px;
  }

  .enb-hostes-scene__badge--side {
    right: -14px;
  }
}

@media (max-width: 900px) {
  .enb-hostes-scene {
    min-height: auto !important;
    padding-block: clamp(34px, 7vw, 58px) !important;
  }

  .enb-hostes-scene__shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .enb-hostes-scene__copy {
    max-width: 760px;
  }

  .enb-hostes-scene__visual {
    width: min(100%, 620px);
    justify-self: center;
  }

  .enb-hostes-scene__frame,
  .enb-hostes-scene__frame img,
  .enb-hostes-scene__frame .hostes-slider__img {
    min-height: clamp(400px, 70vw, 560px);
  }
}

@media (max-width: 640px) {
  .enb-hostes-scene {
    padding-top: calc(28px + var(--enb-hostes-safe-top)) !important;
    padding-bottom: calc(34px + var(--enb-hostes-safe-bottom)) !important;
  }

  .enb-hostes-scene__shell {
    padding-inline: 16px;
    gap: 25px;
  }

  .enb-hostes-scene h1 {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1.01;
  }

  .enb-hostes-scene__lead {
    margin-top: 18px;
    font-size: 15.5px;
    line-height: 1.62;
  }

  .enb-hostes-scene__support {
    font-size: 14px;
    line-height: 1.62;
  }

  .enb-hostes-scene__pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .enb-hostes-scene__pills span {
    justify-content: center;
    text-align: center;
    font-size: 12px;
  }

  .enb-hostes-scene .enb-hostes-live-line {
    width: 100%;
    border-radius: 16px;
  }

  .enb-hostes-scene__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .enb-hostes-scene__btn {
    width: 100%;
  }

  .enb-hostes-scene__frame,
  .enb-hostes-scene__frame img,
  .enb-hostes-scene__frame .hostes-slider__img {
    min-height: clamp(360px, 112vw, 490px);
  }

  .enb-hostes-scene__badge {
    min-width: 0;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .enb-hostes-scene__badge--top {
    top: 12px;
    left: 12px;
  }

  .enb-hostes-scene__badge--side {
    top: 12px;
    right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .enb-hostes-scene__btn,
  .enb-hostes-scene__btn::after,
  .enb-hostes-scene .hostes-slider__track {
    transition: none !important;
  }
}
