/* =========================================================
   EN BABA ORGANİZASYON — HOSTES AİLESİ V2
   Tam genişlik merkez hero + ortak mobil ekip kartı.
   İstanbul Fuar Hostes Ajansı hero'suna bilinçli olarak dokunmaz.
========================================================= */

:where(
  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
) {
  --enb-hostes-section-inline: clamp(16px, 4vw, 64px);
  overflow-x: clip;
}

/* Breadcrumb ile ilk içerik arasında ikinci bir tampon oluşmasını engeller. */
:where(
  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-tuyap-fuar-hostesi
) .enb-breadcrumb-shell {
  margin-bottom: 0 !important;
}

:where(
  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-tuyap-fuar-hostesi
) main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ------------------------- HERO ------------------------- */
.enb-hostes-cover {
  --hostes-accent: #fbbf24;
  --hostes-accent-2: #f43f5e;
  --hostes-overlay-a: rgba(4, 11, 25, .88);
  --hostes-overlay-b: rgba(9, 18, 38, .62);
  --hostes-overlay-c: rgba(4, 10, 24, .9);
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  min-height: clamp(590px, calc(100svh - var(--enb-hostes-header-height, 96px) - 32px), 780px);
  margin-top: 0;
  margin-bottom: 0;
  padding: clamp(64px, 8vh, 98px) var(--enb-hostes-section-inline);
  overflow: hidden;
  color: #fff;
  background: #0f172a;
  scroll-margin-top: calc(var(--enb-hostes-header-height, 96px) + 8px);
}

@supports (height: 100dvh) {
  .enb-hostes-cover {
    min-height: clamp(590px, calc(100dvh - var(--enb-hostes-header-height, 96px) - 32px), 780px);
  }
}

.enb-hostes-cover__media,
.enb-hostes-cover__overlay,
.enb-hostes-cover__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.enb-hostes-cover__media {
  z-index: -4;
  background: #0f172a;
}

.enb-hostes-cover__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--enb-hostes-image-position, center center);
  filter: saturate(.94) contrast(1.04);
  transform: scale(1.025);
  animation: enbHostesCoverBreath 16s ease-in-out infinite alternate;
}

.enb-hostes-cover__overlay {
  z-index: -3;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 0, 0, .08), rgba(0, 0, 0, .34) 72%),
    linear-gradient(90deg, var(--hostes-overlay-a) 0%, var(--hostes-overlay-b) 48%, var(--hostes-overlay-c) 100%);
}

.enb-hostes-cover__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, .32), transparent 22%, transparent 72%, rgba(2, 6, 23, .56)),
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--hostes-accent) 13%, transparent), transparent 45%);
}

.enb-hostes-cover__grain {
  z-index: -2;
  opacity: .16;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.18) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 62%, rgba(255,255,255,.14) 0 1px, transparent 1.5px);
  background-size: 31px 31px, 43px 43px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
}

.enb-hostes-cover__inner {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.enb-hostes-cover__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 920px);
  margin-inline: auto;
  text-align: center;
}

.enb-hostes-cover__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(15,23,42,.46);
  color: rgba(255,255,255,.9);
  font-size: clamp(11px, .9vw, 13px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  box-shadow: 0 12px 28px rgba(2,6,23,.16);
}

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

.enb-hostes-cover h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 .22em;
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-size: clamp(45px, 5.3vw, 76px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -.052em;
  text-shadow: 0 8px 28px rgba(0,0,0,.42);
  text-wrap: balance;
}

.enb-hostes-cover__title-accent {
  color: var(--hostes-accent);
  text-shadow: 0 8px 28px color-mix(in srgb, var(--hostes-accent) 22%, rgba(0,0,0,.42));
}

.enb-hostes-cover__lead {
  max-width: 820px;
  margin: 22px auto 0;
  color: rgba(255,255,255,.94);
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 680;
  line-height: 1.55;
  text-shadow: 0 3px 18px rgba(0,0,0,.5);
  text-wrap: balance;
}

.enb-hostes-cover__support {
  max-width: 760px;
  margin: 11px auto 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.65;
  text-shadow: 0 3px 16px rgba(0,0,0,.46);
  text-wrap: pretty;
}

.enb-hostes-cover__chips,
.enb-hostes-cover__facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.enb-hostes-cover__chips {
  margin-top: 20px;
}

.enb-hostes-cover__chips span,
.enb-hostes-cover__facts span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 999px;
  background: rgba(15,23,42,.38);
  color: #fff;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.25;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.enb-hostes-cover .enb-hostes-cover__live {
  display: inline-flex;
  width: auto;
  max-width: min(100%, 760px);
  margin: 16px auto 0;
  padding: 9px 13px;
  border-color: rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(15,23,42,.44);
  color: #fff;
  box-shadow: 0 14px 32px rgba(2,6,23,.18);
  font-size: clamp(12px, 1vw, 14px);
  text-align: left;
}

.enb-hostes-cover__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
  margin-top: 25px;
}

.enb-hostes-cover__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(2,6,23,.22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.enb-hostes-cover__btn:hover,
.enb-hostes-cover__btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(2,6,23,.28);
}

.enb-hostes-cover__btn:focus-visible {
  outline: 3px solid rgba(255,255,255,.8);
  outline-offset: 3px;
}

.enb-hostes-cover__btn--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--hostes-accent), var(--hostes-accent-2));
  color: #111827;
}

.enb-hostes-cover__btn--secondary {
  background: rgba(15,23,42,.58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.enb-hostes-cover__btn--quiet {
  background: rgba(255,255,255,.1);
  box-shadow: none;
}

.enb-hostes-cover__btn-arrow {
  font-size: 16px;
  transition: transform .18s ease;
}

.enb-hostes-cover__btn:hover .enb-hostes-cover__btn-arrow {
  transform: translateX(3px);
}

.enb-hostes-cover__facts {
  margin-top: 17px;
}

.enb-hostes-cover__facts span {
  min-height: 30px;
  padding: 6px 10px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.76);
  font-size: 11px;
}

.enb-hostes-cover__facts span + span::before {
  content: "•";
  margin-right: 10px;
  color: var(--hostes-accent);
}

/* Hizmete özel atmosferler */
.enb-hostes-cover--fair {
  --hostes-accent: #facc15;
  --hostes-accent-2: #ec4899;
  --hostes-overlay-a: rgba(15, 23, 42, .9);
  --hostes-overlay-b: rgba(30, 41, 59, .58);
  --hostes-overlay-c: rgba(76, 29, 149, .8);
}
.enb-hostes-cover--hostess {
  --hostes-accent: #f0abfc;
  --hostes-accent-2: #ec4899;
  --hostes-overlay-a: rgba(9, 9, 20, .92);
  --hostes-overlay-b: rgba(31, 20, 42, .64);
  --hostes-overlay-c: rgba(80, 25, 68, .82);
}
.enb-hostes-cover--event {
  --hostes-accent: #6ee7b7;
  --hostes-accent-2: #22c55e;
  --hostes-overlay-a: rgba(4, 22, 18, .9);
  --hostes-overlay-b: rgba(6, 78, 59, .56);
  --hostes-overlay-c: rgba(15, 23, 42, .84);
}
.enb-hostes-cover--opening {
  --hostes-accent: #fde68a;
  --hostes-accent-2: #ef4444;
  --hostes-overlay-a: rgba(69, 10, 10, .9);
  --hostes-overlay-b: rgba(127, 29, 29, .58);
  --hostes-overlay-c: rgba(69, 10, 10, .88);
}
.enb-hostes-cover--wedding {
  --hostes-accent: #fde68a;
  --hostes-accent-2: #f9a8d4;
  --hostes-overlay-a: rgba(62, 23, 38, .88);
  --hostes-overlay-b: rgba(131, 24, 67, .53);
  --hostes-overlay-c: rgba(71, 31, 48, .86);
}
.enb-hostes-cover--service {
  --hostes-accent: #fdba74;
  --hostes-accent-2: #f59e0b;
  --hostes-overlay-a: rgba(43, 20, 10, .91);
  --hostes-overlay-b: rgba(120, 53, 15, .55);
  --hostes-overlay-c: rgba(44, 23, 14, .88);
}
.enb-hostes-cover--interpreter {
  --hostes-accent: #67e8f9;
  --hostes-accent-2: #a78bfa;
  --hostes-overlay-a: rgba(8, 20, 43, .91);
  --hostes-overlay-b: rgba(30, 58, 138, .57);
  --hostes-overlay-c: rgba(49, 46, 129, .84);
}
.enb-hostes-cover--tuyap {
  --hostes-accent: #fde047;
  --hostes-accent-2: #38bdf8;
  --hostes-overlay-a: rgba(2, 20, 38, .92);
  --hostes-overlay-b: rgba(7, 55, 85, .58);
  --hostes-overlay-c: rgba(15, 23, 42, .88);
}

/* ------------------------- EKİBİMİZ ------------------------- */
.enb-hostes-team {
  --team-accent: #db2777;
  --team-accent-dark: #9d174d;
  --team-soft: #fdf2f8;
  padding: clamp(56px, 7vw, 92px) var(--enb-hostes-section-inline);
  background:
    radial-gradient(circle at 14% 6%, color-mix(in srgb, var(--team-accent) 8%, transparent), transparent 28%),
    linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--team-soft) 72%, #fff) 100%);
  scroll-margin-top: calc(var(--enb-hostes-header-height, 96px) + 16px);
}

.enb-hostes-team[data-hostes-theme="fair"] { --team-accent:#db2777; --team-accent-dark:#9d174d; --team-soft:#fdf2f8; }
.enb-hostes-team[data-hostes-theme="hostess"] { --team-accent:#c026d3; --team-accent-dark:#86198f; --team-soft:#fdf4ff; }
.enb-hostes-team[data-hostes-theme="event"] { --team-accent:#059669; --team-accent-dark:#047857; --team-soft:#ecfdf5; }
.enb-hostes-team[data-hostes-theme="opening"] { --team-accent:#dc2626; --team-accent-dark:#991b1b; --team-soft:#fef2f2; }
.enb-hostes-team[data-hostes-theme="wedding"] { --team-accent:#db2777; --team-accent-dark:#9d174d; --team-soft:#fff1f2; }
.enb-hostes-team[data-hostes-theme="service"] { --team-accent:#d97706; --team-accent-dark:#92400e; --team-soft:#fff7ed; }
.enb-hostes-team[data-hostes-theme="interpreter"] { --team-accent:#4f46e5; --team-accent-dark:#3730a3; --team-soft:#eef2ff; }
.enb-hostes-team[data-hostes-theme="tuyap"] { --team-accent:#2563eb; --team-accent-dark:#1d4ed8; --team-soft:#eff6ff; }
.enb-hostes-team[data-hostes-theme="agency"] { --team-accent:#db2777; --team-accent-dark:#9d174d; --team-soft:#fdf2f8; }

.enb-hostes-team__container {
  width: min(100%, 1280px);
  margin-inline: auto;
}

.enb-hostes-team__head {
  width: min(100%, 820px);
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}

.enb-hostes-team__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid color-mix(in srgb, var(--team-accent) 20%, #e2e8f0);
  border-radius: 999px;
  background: var(--team-soft);
  color: var(--team-accent-dark);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.enb-hostes-team__head h2 {
  margin: 12px 0 0;
  color: #0f172a;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -.042em;
  text-wrap: balance;
}

.enb-hostes-team__head p {
  max-width: 720px;
  margin: 12px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.72;
  text-wrap: pretty;
}

.enb-hostes-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.enb-hostes-profile-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--team-accent) 13%, #e2e8f0);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15,23,42,.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.enb-hostes-profile-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--team-accent) 34%, #e2e8f0);
  box-shadow: 0 24px 54px rgba(15,23,42,.13);
}

.enb-hostes-profile-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #e2e8f0;
}

.enb-hostes-profile-card__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  transition: transform .45s ease;
}

.enb-hostes-profile-card:hover .enb-hostes-profile-card__media img {
  transform: scale(1.035);
}

.enb-hostes-profile-card__role {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 999px;
  background: color-mix(in srgb, var(--team-accent-dark) 84%, transparent);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.enb-hostes-profile-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.enb-hostes-profile-card__body h3 {
  margin: 0;
  color: #0f172a;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.22;
  letter-spacing: -.02em;
}

.enb-hostes-profile-card__location {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.enb-hostes-profile-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 7px;
  margin-top: 15px;
}

.enb-hostes-profile-card__facts span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 7px 5px;
  border: 1px solid color-mix(in srgb, var(--team-accent) 12%, #e2e8f0);
  border-radius: 13px;
  background: var(--team-soft);
  text-align: center;
}

.enb-hostes-profile-card__facts b {
  max-width: 100%;
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.enb-hostes-profile-card__facts small {
  margin-top: 3px;
  color: #64748b;
  font-size: 10px;
  font-weight: 760;
  line-height: 1.15;
}

.enb-hostes-profile-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  margin-top: 16px;
  padding: 11px 14px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--team-accent), var(--team-accent-dark));
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--team-accent) 18%, transparent);
}

.enb-hostes-profile-card__cta:hover,
.enb-hostes-profile-card__cta:focus-visible {
  filter: brightness(.96);
}

.enb-hostes-profile-card__cta:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--team-accent) 35%, transparent);
  outline-offset: 3px;
}

.enb-hostes-team__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  border: 1px dashed color-mix(in srgb, var(--team-accent) 25%, #cbd5e1);
  border-radius: 20px;
  background: #fff;
  color: #64748b;
  text-align: center;
}

@media (max-width: 1050px) {
  .enb-hostes-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .enb-hostes-cover {
    min-height: auto;
    padding-top: clamp(58px, 9vh, 78px);
    padding-bottom: clamp(48px, 8vh, 68px);
  }

  .enb-hostes-cover h1 {
    max-width: 15ch;
    font-size: clamp(39px, 8.5vw, 58px);
  }

  .enb-hostes-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .enb-hostes-cover {
    min-height: auto;
    padding: 52px 16px calc(44px + env(safe-area-inset-bottom, 0px));
  }

  .enb-hostes-cover__media img {
    object-position: var(--enb-hostes-image-position-mobile, var(--enb-hostes-image-position, center center));
    transform: scale(1.01);
    animation: none;
  }

  .enb-hostes-cover__overlay {
    background:
      linear-gradient(180deg, rgba(2,6,23,.72) 0%, rgba(2,6,23,.56) 26%, rgba(2,6,23,.72) 72%, rgba(2,6,23,.91) 100%),
      radial-gradient(circle at 50% 36%, var(--hostes-overlay-b), var(--hostes-overlay-a) 78%);
  }

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

  .enb-hostes-cover__eyebrow {
    margin-bottom: 14px;
    padding: 7px 11px;
    font-size: 10px;
    letter-spacing: .075em;
  }

  .enb-hostes-cover h1 {
    display: block;
    max-width: 13ch;
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.04;
    letter-spacing: -.045em;
  }

  .enb-hostes-cover h1 > span {
    display: inline;
  }

  .enb-hostes-cover__lead {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.52;
  }

  .enb-hostes-cover__support {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.55;
  }

  .enb-hostes-cover__chips {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: calc(100% + 16px);
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .enb-hostes-cover__chips::-webkit-scrollbar {
    display: none;
  }

  .enb-hostes-cover__chips span {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .enb-hostes-cover .enb-hostes-cover__live {
    width: 100%;
    justify-content: flex-start;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.35;
  }

  .enb-hostes-cover__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 9px;
    margin-top: 20px;
  }

  .enb-hostes-cover__btn {
    width: 100%;
    min-height: 50px;
    border-radius: 14px;
  }

  .enb-hostes-cover__facts {
    gap: 3px 8px;
    margin-top: 12px;
  }

  .enb-hostes-cover__facts span {
    padding-inline: 3px;
    font-size: 10px;
  }

  .enb-hostes-cover__facts span + span::before {
    margin-right: 8px;
  }

  .enb-hostes-team {
    padding: 52px 14px;
  }

  .enb-hostes-team__head {
    margin-bottom: 24px;
    text-align: left;
  }

  .enb-hostes-team__head h2 {
    font-size: clamp(29px, 9vw, 38px);
  }

  .enb-hostes-team__head p {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.62;
  }

  .enb-hostes-team__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .enb-hostes-profile-card {
    width: 100%;
    border-radius: 22px;
  }

  .enb-hostes-profile-card__media {
    aspect-ratio: 4 / 4.6;
  }

  .enb-hostes-profile-card__body {
    padding: 17px;
  }

  .enb-hostes-profile-card__body h3 {
    font-size: 20px;
  }

  .enb-hostes-profile-card__facts {
    gap: 8px;
  }

  .enb-hostes-profile-card__cta {
    min-height: 49px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .enb-hostes-cover {
    padding-inline: 13px;
  }

  .enb-hostes-cover h1 {
    font-size: clamp(33px, 10.8vw, 42px);
  }

  .enb-hostes-profile-card__facts b {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .enb-hostes-cover__media img,
  .enb-hostes-profile-card,
  .enb-hostes-profile-card__media img,
  .enb-hostes-cover__btn {
    animation: none !important;
    transition: none !important;
  }
}

@keyframes enbHostesCoverBreath {
  from { transform: scale(1.025); }
  to { transform: scale(1.075); }
}


/* ENB V7 — MOBILE HOSTES TEAM HORIZONTAL CAROUSEL */
@media (max-width: 767px) {
  .enb-hostes-team {
    overflow: hidden;
    padding-inline: 10px;
  }

  .enb-hostes-team__container {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .enb-hostes-team__grid {
    display: flex;
    width: calc(100% + 10px);
    margin-right: -10px;
    padding: 2px 10px 12px 0;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0 10px;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .enb-hostes-team__grid::-webkit-scrollbar {
    display: none;
  }

  .enb-hostes-profile-card {
    flex: 0 0 min(84vw, 330px);
    width: min(84vw, 330px);
    min-width: min(84vw, 330px);
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  .enb-hostes-profile-card__media {
    aspect-ratio: 4 / 5;
  }

  .enb-hostes-profile-card__media img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top;
  }
}

@media (max-width: 380px) {
  .enb-hostes-profile-card {
    flex-basis: min(86vw, 318px);
    width: min(86vw, 318px);
    min-width: min(86vw, 318px);
  }
}

/* ENB V8 — HOSTES PROFİL MEDYA DOLULUK KORUMASI
   Eski sayfa CSS'lerindeki sabit 210/230px img yüksekliği, 4:5 medya kabuğunda boş alan bırakıyordu. */
@media (max-width: 767px) {
  body[data-theme-family="Hostess"] #hostes-ekibi .enb-hostes-profile-card__media {
    aspect-ratio: 4 / 5 !important;
    overflow: hidden !important;
  }

  body[data-theme-family="Hostess"] #hostes-ekibi .enb-hostes-profile-card__media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top !important;
  }
}


/* =========================================================
   ENB V8 — HOSTES H1 DESKTOP TEK SATIR
   Masaüstünde bütün hostes ailesinin başlığı tek satır kalır.
   Mobil/tablet kırılımında mevcut dengeli satır bölünmesi korunur.
========================================================= */
@media (min-width: 821px) {
  .enb-hostes-cover__content {
    width: min(100%, 1240px);
  }

  .enb-hostes-cover h1 {
    flex-wrap: nowrap;
    width: auto;
    max-width: none;
    white-space: nowrap;
    text-wrap: nowrap;
    font-size: clamp(40px, 4.35vw, 72px);
  }

  .enb-hostes-cover--title-long h1,
  .enb-hostes-cover h1.enb-hostes-title-fit--compact {
    font-size: clamp(38px, 4vw, 68px);
  }

  .enb-hostes-cover--title-xl h1,
  .enb-hostes-cover h1.enb-hostes-title-fit--narrow {
    font-size: clamp(35px, 3.55vw, 62px);
  }

  .enb-hostes-cover h1.enb-hostes-title-fit--ultra {
    font-size: clamp(33px, 3.15vw, 56px);
  }

  .enb-hostes-cover h1.enb-hostes-title-fit--wide {
    font-size: clamp(42px, 4.7vw, 76px);
  }
}

/* =========================================================
   ENB V9 — HOSTES AİLESİ MOBİL H1 EŞİTLEME
   Fuar Servis Hostesi sayfasındaki kompakt başlık davranışı,
   ortak hero kullanan bütün hostes hizmetlerine uygulanır.
========================================================= */
@media (max-width: 767px) {
  .enb-hostes-cover__inner,
  .enb-hostes-cover__content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .enb-hostes-cover h1 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 0 .18em !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
    font-size: clamp(24px, 7.2vw, 31px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.045em !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance !important;
  }

  .enb-hostes-cover h1 > span {
    display: inline-block !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }

  .enb-hostes-cover h1.enb-hostes-title-fit--compact {
    font-size: clamp(23.5px, 6.9vw, 30px) !important;
  }

  .enb-hostes-cover h1.enb-hostes-title-fit--narrow {
    font-size: clamp(22.5px, 6.55vw, 28.5px) !important;
  }

  .enb-hostes-cover h1.enb-hostes-title-fit--ultra {
    font-size: clamp(21.5px, 6.15vw, 27px) !important;
  }
}

@media (max-width: 359px) {
  .enb-hostes-cover h1,
  .enb-hostes-cover h1.enb-hostes-title-fit--compact,
  .enb-hostes-cover h1.enb-hostes-title-fit--narrow,
  .enb-hostes-cover h1.enb-hostes-title-fit--ultra {
    font-size: clamp(21px, 6.8vw, 25px) !important;
  }
}

/* =========================================================
   ENB V10 — HOSTES PROFİL FOTOĞRAFLARI TÜM EKRANLARDA EŞİT
   Sayfa özel/global `img { height:auto; }` kuralları kare veya
   yatay kaynak görselleri 4:5 medya kabuğunun içinde kısa bırakıyordu.
   Fotoğraf artık masaüstü, tablet ve mobilde kabuğu tamamen doldurur.
========================================================= */
body[data-theme-family="Hostess"] #hostes-ekibi .enb-hostes-profile-card__media {
  position: relative !important;
  aspect-ratio: 4 / 5 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #e2e8f0 !important;
}

body[data-theme-family="Hostess"] #hostes-ekibi .enb-hostes-profile-card__media > img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center top !important;
}

body[data-theme-family="Hostess"] #hostes-ekibi .enb-hostes-profile-card__role {
  z-index: 2;
}
