/* ═══════════════════════════════════════════
   Yönetişim ve Etik – ASAŞ
   Figma: Frame 61079 / 61085 / 61068 / 61076
   max-width: 1217px centred
═══════════════════════════════════════════ */

:root { --asas-gutter: 48px; }
@media (max-width: 1199.98px) { :root { --asas-gutter: 32px; } }
@media (max-width: 991.98px)  { :root { --asas-gutter: 24px; } }
@media (max-width: 767.98px)  { :root { --asas-gutter: 16px; } }

/* ─── Breadcrumb ─── */
.bc-wrapper {
  width: 100%;
  padding-left: 123px;
  padding-right: 123px;
  padding-top: 30px;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .bc-wrapper { padding-left: 48px; padding-right: 48px; }
}
@media (max-width: 767.98px) {
  .bc-wrapper { padding-left: 24px; padding-right: 24px; }
}
.slide-breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: 25px;
  width: auto;
}
.bc-item {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.bc-item:hover { text-decoration: underline; }
.bc-current {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}
.bc-arrow { flex-shrink: 0; width: 16px; height: 16px; }
.bc-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 24px;
  height: 24px;
  background: #6D7175;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.bc-more:hover { background: #555; }

/* ─── Page wrapper ─── */
.yoe-page {
  width: 100%;
  background: #FFFFFF;
}

.yoe-content {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-top: 42px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
@media only screen and (max-width: 1399px) {
  .yoe-content {
    padding: 0 12px;
    padding-top: 42px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .yoe-content { padding-top: 32px; padding-bottom: 48px; gap: 40px; }
}

/* ─── Shared typography ─── */
.yoe-h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  margin: 0;
}
.yoe-h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  margin: 0;
}
.yoe-p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #667085;
  margin: 0;
}

@media (max-width: 767.98px) {
  .yoe-h1 { font-size: 26px; line-height: 32px; }
  .yoe-h2 { font-size: 24px; line-height: 30px; }
}

/* ─── Sections ─── */
.yoe-section {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.yoe-section-head {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* ─── Intro: hero + text ─── */
.yoe-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}
.yoe-hero {
  width: 100%;
  aspect-ratio: 1320 / 613;
  overflow: hidden;
  background: #f0f0f0;
}
.yoe-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yoe-text-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* ─── Portrait card grid (İş Sağlığı) ─── */
.yoe-portrait-grid {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.yoe-portrait-row {
  display: flex;
  flex-direction: row;
  gap: 26px;
  width: 100%;
  flex-wrap: wrap;
}
.yoe-portrait-card {
  width: calc((100% - 26px * 3) / 4);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 13.79px;
  background: #FFFFFF;
  border-bottom: 0.924864px solid #E6E7E9;
}
.yoe-portrait-cover {
  width: 100%;
  aspect-ratio: 284 / 395;
  overflow: hidden;
  background: #EEEEEE;
  flex-shrink: 0;
}
.yoe-portrait-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yoe-card-info {
  width: 100%;
  min-height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yoe-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
.yoe-card-footer {
  width: 100%;
  height: 49.98px;
  border-bottom: 0.861702px solid #E6E7E9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
}
.yoe-card-size {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #828282;
  white-space: nowrap;
}
.yoe-card-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8.62px;
  flex-shrink: 0;
}
.yoe-card-btn {
  box-sizing: border-box;
  width: 32.32px;
  height: 32.32px;
  background: #BDBDBD;
  border: 0.85px solid #FFFFFF;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.yoe-card-btn:hover { background: #a9a9a9; }
.yoe-card-btn svg { width: 13.61px; height: 13.61px; display: block; }

/* ─── EPD landscape cards (ÇYS Politikaları) ─── */
.yoe-epd-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 27px;
  width: 100%;
  flex-wrap: wrap;
}
.yoe-epd-card {
  width: calc((100% - 27px * 3) / 4);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 11.1px;
  background: #FFFFFF;
  border-bottom: 0.924864px solid #E6E7E9;
}
.yoe-epd-card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22.2px 11.1px 0;
  gap: 19.42px;
  width: 100%;
  flex: 1;
}
.yoe-epd-cover {
  width: 100%;
  height: 273.76px;
  overflow: hidden;
  background: #f5f5f5;
  flex-shrink: 0;
}
.yoe-epd-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yoe-epd-info { width: 100%; min-height: 50px; }
.yoe-epd-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16.6476px;
  line-height: 28px;
  color: #000000;
  margin: 0;
}
.yoe-epd-footer {
  width: 100%;
  height: 58.27px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 11.1px;
  box-sizing: border-box;
}
.yoe-epd-size {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14.8px;
  line-height: 18px;
  color: #828282;
  white-space: nowrap;
}
.yoe-epd-actions {
  display: flex;
  align-items: center;
  gap: 10.93px;
  flex-shrink: 0;
}
.yoe-epd-btn {
  box-sizing: border-box;
  width: 35.14px;
  height: 35.14px;
  background: #BDBDBD;
  border: 0.924864px solid #FFFFFF;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.yoe-epd-btn:hover { background: #a9a9a9; }
.yoe-epd-btn svg { width: 14.8px; height: 14.8px; display: block; }

/* ─── Partners ─── */
.yoe-partners {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  flex-wrap: wrap;
}
.yoe-partner-logo {
  max-height: 130px;
  width: auto;
  max-width: 380px;
  object-fit: contain;
  display: block;
}

/* ─── Responsive ─── */
@media (max-width: 1199.98px) {
  .yoe-portrait-card { width: calc((100% - 26px * 2) / 3); }
  .yoe-epd-card { width: calc((100% - 27px * 2) / 3); }
}
@media (max-width: 991.98px) {
  .yoe-portrait-card { width: calc((100% - 26px) / 2); }
  .yoe-epd-card { width: calc((100% - 27px) / 2); }
  .yoe-epd-cover { height: 220px; }
  .yoe-partners { justify-content: center; gap: 32px; }
}
@media (max-width: 767.98px) {
  .yoe-portrait-row { flex-direction: column; align-items: stretch; gap: 20px; }
  .yoe-portrait-card { width: 100%; max-width: 360px; margin: 0 auto; }
  .yoe-portrait-cover { aspect-ratio: 3 / 4; }
  .yoe-epd-row { flex-direction: column; align-items: stretch; gap: 20px; }
  .yoe-epd-card { width: 100%; max-width: 360px; margin: 0 auto; }
  .yoe-epd-cover { height: 200px; }
  .yoe-partner-logo { max-width: 200px; max-height: 80px; }
}

/* ─── EMS Owl Carousel ─── */
.yoe-ems-carousel .yoe-epd-card {
  width: 100%;
}
.yoe-ems-carousel .owl-dots {
  margin-top: 24px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 11px;
}
.yoe-ems-carousel .owl-dots button span {
  width: 8px !important;
  height: 4px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  background: #C0C0C0 !important;
}
.yoe-ems-carousel .owl-dots button.active span {
  background: #D1000F !important;
}
