/* ============================================================
   Org Info Drawer — Kurum Bilgi Paneli
   ============================================================ */

/* Overlay */
.org-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1200;
    opacity: 0;
    transition: opacity .28s ease;
}
.org-overlay.is-open {
    display: block;
    opacity: 1;
}

/* Drawer */
.org-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(480px, 100vw);
    height: 100dvh;
    background: #0f1623;
    border-left: 1px solid rgba(255,255,255,.08);
    z-index: 1201;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .32s cubic-bezier(.4,0,.2,1);
    overflow: hidden;
}
.org-drawer.is-open {
    transform: translateX(0);
}

/* Header */
.org-drawer__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 24px 20px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    flex-shrink: 0;
}
.org-drawer__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(212,160,23,.12);
    border: 1px solid rgba(212,160,23,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #d4a017;
    flex-shrink: 0;
}
.org-drawer__sub {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #d4a017;
    margin: 0 0 4px;
}
.org-drawer__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #f0e8d8;
    margin: 0;
    line-height: 1.3;
}
.org-drawer__close {
    margin-left: auto;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.04);
    color: #8a9bb5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background .18s, color .18s;
}
.org-drawer__close:hover {
    background: rgba(212,160,23,.15);
    color: #d4a017;
}

/* Body */
.org-drawer__body {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    color: #b8c5d9;
    font-size: .92rem;
    line-height: 1.7;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.1) transparent;
}
.org-drawer__body::-webkit-scrollbar { width: 4px; }
.org-drawer__body::-webkit-scrollbar-track { background: transparent; }
.org-drawer__body::-webkit-scrollbar-thumb { background: rgba(255,255,255,.12); border-radius: 2px; }

.org-drawer__desc {
    color: #c8d4e3;
    margin: 0 0 20px;
    font-size: .95rem;
}

.org-drawer__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}
.org-stat {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    padding: 14px 16px;
}
.org-stat__val {
    font-size: 1.3rem;
    font-weight: 700;
    color: #d4a017;
    line-height: 1;
    margin-bottom: 4px;
}
.org-stat__lbl {
    font-size: .75rem;
    color: #7a8ba3;
    font-weight: 500;
}

.org-drawer__section-title {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #5a6b82;
    margin: 0 0 10px;
}

.org-drawer__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.org-tag {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: .78rem;
    font-weight: 600;
    background: rgba(212,160,23,.1);
    border: 1px solid rgba(212,160,23,.2);
    color: #d4a017;
}

.org-drawer__list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.org-drawer__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255,255,255,.03);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.05);
    font-size: .88rem;
    color: #b8c5d9;
}
.org-drawer__list li i {
    color: #d4a017;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Footer */
.org-drawer__footer {
    padding: 16px 24px 24px;
    border-top: 1px solid rgba(255,255,255,.07);
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.org-drawer__footer .btn {
    flex: 1;
    text-align: center;
    padding: 11px 16px;
    border-radius: 10px;
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .18s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.org-btn-primary {
    background: linear-gradient(135deg,#d4a017,#b8860b);
    color: #0f1623;
}
.org-btn-primary:hover { filter: brightness(1.1); }
.org-btn-outline {
    background: transparent;
    border: 1px solid rgba(255,255,255,.15);
    color: #b8c5d9;
}
.org-btn-outline:hover {
    border-color: rgba(212,160,23,.4);
    color: #d4a017;
}

/* strip__item butonlaştırma */
.strip__item {
    cursor: pointer;
    border: none;
    background: none;
    font: inherit;
    transition: color .18s, border-color .18s, background .18s;
    position: relative;
}
.strip__item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: #d4a017;
    border-radius: 2px;
    transition: transform .22s ease;
}
.strip__item:hover::after { transform: translateX(-50%) scaleX(1); }

@media (max-width: 600px) {
    .org-drawer { width: 100vw; }
    .org-drawer__stats { grid-template-columns: 1fr; }
}
