/* İç sayfalar ve ortak içerik bileşenleri */
.page-intro { background: var(--surface); border-bottom: 1px solid var(--line); padding-block: 35px 54px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12px; color: var(--muted); margin-bottom: 32px; }
.breadcrumbs a { display: inline-flex; align-items: center; min-height: 28px; }
.breadcrumbs .icon { width: 15px; height: 15px; }
.page-intro h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(34px,4.2vw,60px); letter-spacing: -.025em; max-width: 1050px; line-height: 1.13; overflow-wrap: anywhere; }
.page-intro .eyebrow { color: #886329; margin-bottom: 16px; }
.page-layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 70px; padding-block: 60px 90px; align-items: start; }
.page-sidebar { border-top: 2px solid var(--secondary); }
.page-sidebar h2 { font-size: 16px; padding-block: 17px; }
.page-sidebar a { display: block; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.55; }
.page-sidebar a[aria-current='page'] { color: #885e21; font-weight: 800; }
.page-sidebar a:hover { color: #885e21; }
.prose { min-width: 0; line-height: 1.9; overflow-wrap: anywhere; }
.prose > :first-child { margin-top: 0; }
.prose p { margin-bottom: 22px; }
.prose h2, .prose h3, .prose h4 { margin: 34px 0 17px; font-family: var(--font-body); font-weight: 800; line-height: 1.4; letter-spacing: -.02em; }
.prose h2 { font-size: 25px; }
.prose h3 { font-size: 21px; }
.prose h4 { font-size: 18px; }
.prose a:not(.image-link):not(.button) { text-decoration: underline; text-underline-offset: 4px; color: #885e21; }
.prose a:hover { color: var(--primary); }
.prose ul, .prose ol { padding-left: 24px; margin: 15px 0 26px; }
.prose li + li { margin-top: 6px; }
.prose blockquote { margin: 30px 0; padding: 20px 28px; border-left: 2px solid var(--secondary); background: var(--surface); }
.prose img { margin: 22px auto; max-height: 850px; width: auto; object-fit: contain; }
.prose .inline-icon { width: 35px; height: 38px; display: inline-block; margin: 0 9px 0 0; vertical-align: middle; }
.prose figure { margin: 26px 0; }
.prose figcaption { font-size: 13px; color: var(--muted); line-height: 1.65; margin-top: 10px; }
.prose table { border-collapse: collapse; width: 100%; font-size: 14px; }
.prose td, .prose th { border: 1px solid var(--line); padding: 10px 14px; text-align: left; }
.table-scroll { overflow-x: auto; }
.gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-block: 28px; }
.gallery a { align-self: center; }
.gallery img { margin: 0; width: 100%; height: auto; }
.document-group { border-top: 1px solid var(--line); padding: 0; margin: 0; }
.document-group:last-child { border-bottom: 1px solid var(--line); }
.document-group summary { font-size: 21px; font-weight: 700; list-style: none; padding: 23px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.document-group summary::-webkit-details-marker { display: none; }
.document-group summary::after { content: '+'; color: #885e21; font-size: 26px; }
.document-group[open] summary::after { content: '−'; }
.document-group .document-body { padding: 0 0 22px; }
.document-group .document-body p:last-child { margin-bottom: 0; }
.link-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.link-card { border: 1px solid var(--line); background: white; display: flex; flex-direction: column; transition: border-color .2s; }
.link-card:hover { border-color: var(--secondary); }
.link-card img { width: 100%; height: auto; margin: 0; object-fit: contain; }
.link-card h2 { font-size: 20px; margin: 0; padding: 20px 23px; line-height: 1.45; }
.activity-copy { padding: 20px 23px; }
.activity-copy h2 { padding: 8px 0 14px; }
.activity-copy .eyebrow { color: #885e21; font-size: 11px; }
.activity-date { font-size: 13px; color: var(--muted); }
.activity-card img { aspect-ratio: 1.68; object-fit: cover; }
.unit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 18px 0 35px; }
.prose .unit-card { display: flex; gap: 16px; align-items: center; min-height: 104px; padding: 15px; border: 1px solid var(--line); font-size: 14px; color: var(--text); line-height: 1.6; text-decoration: none !important; }
.unit-card img { width: 60px; height: 65px; margin: 0; object-fit: contain; flex-shrink: 0; }
.unit-card:hover { background: var(--surface); }
.member-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px 24px; }
.member-card { min-width: 0; display: flex; flex-direction: column; }
.member-image { aspect-ratio: 2/2.65; background: var(--surface); overflow: hidden; }
.member-image img { width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.member-card h2 { margin: 17px 0 8px; font-size: 17px; font-weight: 800; line-height: 1.45; }
.member-card p { font-size: 13px; line-height: 1.65; margin: 0; }
.member-card .member-unit { color: var(--muted); margin-top: 7px; }
.member-card a:hover h2 { color: #885e21; }
.member-card a { display: block; }
.member-card .member-role {
  min-height: 0;
  margin-bottom: 3px;
}

.member-card .member-unit {
  margin-top: 2px;
}
.biography-photo { float: left; width: 210px; margin: 0 30px 18px 0 !important; }
.person-modal { width: min(900px, calc(100% - 32px)); max-height: calc(100dvh - 50px); border: 0; padding: 40px; color: var(--text); box-shadow: 0 15px 100px #0005; }
.person-modal::backdrop { background: #0b2334b8; backdrop-filter: blur(3px); }
.dialog-close { position: sticky; top: 0; float: right; background: white; border: 1px solid var(--line); width: 42px; height: 42px; display: grid; place-items: center; z-index: 1; }
.person-modal h2 { font-family: var(--font-display); font-size: 32px; padding-right: 50px; margin-bottom: 30px; }
.modal-content { clear: both; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 80px; padding-block: 65px 90px; }
.contact-details { display: grid; align-content: start; gap: 27px; }
.contact-item { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.contact-item h2 { font-size: 14px; font-weight: 700; color: var(--muted); margin-bottom: 12px; }
.contact-item p, .contact-item address { font-size: 19px; font-style: normal; line-height: 1.7; }
.contact-item a { overflow-wrap: anywhere; }
.contact-form { background: var(--surface); padding: 36px; }
.contact-form h2 { font-family: var(--font-display); font-weight: 400; font-size: 35px; margin-bottom: 25px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 6px; }
.form-field--full { grid-column: 1/-1; }
.form-field label { font-size: 14px; font-weight: 600; }
.form-field input, .form-field textarea { min-width: 0; width: 100%; border: 1px solid #bac7cf; border-radius: 0; background: white; padding: 11px 12px; color: var(--text); }
.form-field textarea { resize: vertical; min-height: 140px; }
.form-note { font-size: 13px; color: var(--muted); margin: 18px 0; }
.form-status { font-size: 14px; margin-top: 17px; }
.article-layout { max-width: 890px; margin: auto; padding-block: 45px 90px; }
.article-cover { width: 100%; max-height: 610px; object-fit: contain; background: var(--surface); margin-bottom: 35px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; padding: 0 0 22px; margin-bottom: 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.news-archive { padding-block: 55px 90px; }
.news-archive .news-grid { row-gap: 50px; }
.bank-data { font-variant-numeric: tabular-nums; }
.page-empty { min-height: 100px; }
.tarihce-content p {
  text-align: justify;
}   
.person-modal .prose img.biography-photo {
  float: left;
  width: 150px !important;
  height: auto;
  max-height: 225px;
  margin: 0 24px 14px 0 !important;
  object-fit: contain;
}
.person-modal .prose p {
  text-align: justify;
}
.prose img.bank-logo {
  display: block !important;
  width: 40% !important;
  height: 40% !important;
  max-width: 100%;
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
/* İndirilebilir ek dosya bağlantısı */
.prose .attachment-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--primary);
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.prose .attachment-link img {
  width: 32px !important;
  height: 32px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain;
  flex: 0 0 32px;
}

.prose .attachment-link:hover {
  border-color: var(--primary);
  background: #f5f8fa;
}

.prose .attachment-link:focus-visible {
  outline: 3px solid var(--secondary);
  outline-offset: 3px;
}
/* 404 Sayfası */
.not-found {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 40px 0;
  background: var(--primary);
  color: #fff;
  text-align: center;
}

.not-found-inner {
  max-width: 680px;
}

.not-found h1 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(42px, 7vw, 82px);
}

.not-found p:not(.eyebrow) {
  margin: 0 auto 30px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.8);
}

.not-found .button {
  background: var(--secondary);
  color: var(--primary);
}