/* Edirne Bienali — Ekmekçizade Koridor sanatçı sayfaları */
.eb-sanatci {
  --eb-siyah: #262223;
  --eb-pembe: #eb028d;
  font-family: inherit;
  color: var(--eb-siyah);
  line-height: 1.65;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1rem 2.5rem;
}
.eb-sanatci__videolar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 0 1.75rem;
}
.eb-sanatci__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}
.eb-sanatci__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.eb-sanatci__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 2rem;
}
.eb-sanatci__hero > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.eb-sanatci__ad {
  display: none;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}
.eb-sanatci__ad-isim {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--eb-siyah);
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: -0.02em;
}
.eb-sanatci__ad-cizgi {
  display: block;
  width: 3rem;
  height: 3px;
  margin: 0.4rem auto 0 !important;
  background: var(--eb-pembe);
  border-radius: 2px;
}
.eb-sanatci__foto {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.eb-sanatci__foto img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto !important;
  border-radius: 14px;
}
.eb-sanatci h3 {
  margin: 0 0 0.75rem !important;
  padding-bottom: 0.5rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  text-transform: none;
  letter-spacing: normal;
}
.eb-sanatci h3[lang="tr"] {
  color: var(--eb-pembe);
  font-style: normal;
  font-weight: 700;
  border-bottom-color: var(--eb-pembe);
}
.eb-sanatci h3[lang="en"] {
  color: var(--eb-siyah);
  font-style: italic;
  font-weight: 600;
  border-bottom-color: rgba(38, 34, 35, 0.2);
}
.eb-sanatci__baslik { font-size: 17px; }
.eb-sanatci__eser-baslik { font-size: 18px; }
.eb-sanatci h4.eb-sanatci__alt-baslik {
  font-size: 15px;
  font-weight: 700;
  margin: 1.25rem 0 0.5rem !important;
  padding: 0 !important;
  border: none !important;
  letter-spacing: normal;
  text-transform: none;
}
.eb-sanatci h4.eb-sanatci__alt-baslik[lang="tr"] {
  color: var(--eb-pembe);
  font-style: normal;
}
.eb-sanatci h4.eb-sanatci__alt-baslik[lang="en"] {
  color: var(--eb-siyah);
  font-style: italic;
  font-weight: 600;
}
.eb-sanatci__alt-baslik--ilk { margin-top: 0.75rem !important; }
.eb-sanatci__metin[lang="en"] { font-style: italic; }
.eb-sanatci__baslik--alt,
.eb-sanatci__eser-baslik--alt { margin-top: 2rem !important; }
.eb-sanatci__metin {
  font-size: 1rem;
  margin: 0 0 1.5rem !important;
}
.eb-sanatci__p {
  margin: 0 0 1em !important;
  padding: 0 !important;
}
.eb-sanatci__p:last-child { margin-bottom: 0 !important; }
.eb-sanatci__proje {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(38, 34, 35, 0.12);
}
.eb-sanatci__proje + .eb-sanatci__biyografi {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(38, 34, 35, 0.12);
}
.eb-sanatci__proje + .eb-sanatci__proje {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.eb-sanatci__pano {
  margin: 2.25rem 0 0;
}
.eb-sanatci__pano:first-of-type {
  margin-top: 1rem;
}
.eb-sanatci__pano-baslik {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 0.875rem !important;
  padding: 0 !important;
  border: none !important;
  color: var(--eb-pembe);
  letter-spacing: normal;
  text-transform: none;
}
.eb-sanatci__pano-gorsel {
  margin: 0 0 1rem !important;
  padding: 0 !important;
}
.eb-sanatci__pano-gorsel img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto !important;
  border-radius: 14px;
}
.eb-sanatci__pano-liste {
  display: block;
  margin: 0 0 0.25rem !important;
  padding: 0 !important;
}
.eb-sanatci__pano-liste[lang="tr"] + .eb-sanatci__pano-liste[lang="en"] {
  font-style: italic;
  margin-bottom: 0 !important;
  padding-top: 0.75rem !important;
  margin-top: 0.75rem !important;
  border-top: 1px solid rgba(38, 34, 35, 0.1);
}
.eb-sanatci__pano-liste[lang="en"] {
  font-style: italic;
}
.eb-sanatci__pano-madde {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline;
  gap: 0.625rem !important;
  margin: 0 0 0.5rem !important;
  padding: 0 !important;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.eb-sanatci__pano-no {
  flex: 0 0 auto;
  font-weight: 700;
  color: var(--eb-pembe);
  min-width: 1.75rem;
}
.eb-sanatci__pano-metin {
  flex: 1 1 auto;
  min-width: 0;
}
.eb-sanatci__pano-liste[lang="en"] .eb-sanatci__pano-no {
  color: var(--eb-siyah);
  font-weight: 600;
}
.eb-sanatci__imza {
  margin: 1.5rem 0 0 !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 1rem;
}
.eb-sanatci__imza[lang="en"] { font-style: italic; }
.eb-sanatci__ayrac {
  margin: 2rem 0 !important;
  padding: 0;
  border: none;
  border-top: 1px solid rgba(38, 34, 35, 0.2);
  height: 0;
}
@media (max-width: 768px) {
  .eb-sanatci:has(.eb-sanatci__videolar) {
    padding-top: 0;
    overflow-x: clip;
  }
  .eb-sanatci__videolar {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    margin-bottom: 1.25rem;
    gap: 0.625rem;
  }
  .eb-sanatci__video {
    border-radius: 0;
  }
  .eb-sanatci__ad { display: block; }
  .eb-sanatci__hero {
    gap: 0.35rem;
    margin-bottom: 1.75rem;
    margin-top: 1.25rem;
    padding-top: 0.5rem;
  }
  .eb-sanatci:has(.eb-sanatci__videolar) .eb-sanatci__hero {
    margin-top: 1rem;
  }
  .eb-sanatci:not(:has(.eb-sanatci__videolar)) { padding-top: 0.75rem; }
  .eb-sanatci:has(.eb-sanatci__pano-gorsel) {
    overflow-x: clip;
  }
  .eb-sanatci__pano-gorsel {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
  .eb-sanatci__pano-gorsel img {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .eb-sanatci { padding-bottom: 2rem; }
  .eb-sanatci__ad-isim { font-size: 1.5rem; }
  .eb-sanatci__metin { font-size: 0.9375rem; }
}
