/* =========================
   Orhan Alisbah Awards – Redesign
   ========================= */

/* Page layout */
.oa-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
}

@media (max-width: 992px) {
    .oa-layout {
        grid-template-columns: 1fr;
    }
}

.oa-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(45, 42, 98, .14);
}

.oa-hero-lead {
    margin-top: 12px;
    max-width: 860px;
    font-size: 1.08rem;
    color: var(--muted);
    line-height: 1.75;
}

.oa-facts {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 860px;
}

.oa-fact {
    background: #FFFFFF;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 14px 14px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
    display: flex;
    gap: 12px;
    align-items: center;
}

.oa-fact-k {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(45, 42, 98, .08);
    border: 1px solid rgba(45, 42, 98, .14);
    display: grid;
    place-items: center;
    font-weight: 900;
    color: var(--accent);
    flex: 0 0 auto;
}

.oa-fact-k i {
    color: var(--accent);
}

.oa-fact-v {
    font-weight: 900;
    letter-spacing: -0.2px;
}

@media (max-width: 768px) {
    .oa-hero-title {
        font-size: 1.8rem;
    }

    .oa-facts {
        grid-template-columns: 1fr;
    }
}

/* Sections */
.oa-section {
    padding: 10px 0 0;
}

.oa-section-head h2 {
    margin-bottom: 6px;
}

.oa-section-head p {
    margin-bottom: 0;
}

/* Sidebar */
.oa-side {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 14px;
}

@media (max-width: 992px) {
    .oa-side {
        position: static;
    }
}

.oa-side-card {
    background: #FFFFFF;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
}

.oa-side-title {
    font-weight: 900;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}

.oa-side-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.oa-side-links a {
    border-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .06);
    font-weight: 900;
    transition: transform .14s ease, background .18s ease;
}

.oa-side-links a:hover {
    transform: translateY(-1px);
    background: rgba(45, 42, 98, .06);
    border-color: rgba(45, 42, 98, .14);
}

/* CTA strip */
.oa-cta-strip {
    margin-top: 16px;
    background: linear-gradient(180deg, rgba(45, 42, 98, .08), rgba(45, 42, 98, .03));
    border: 1px solid rgba(45, 42, 98, .16);
    border-radius: 20px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.oa-cta-title {
    font-weight: 900;
    letter-spacing: -0.2px;
}

.oa-cta-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-bottom: 0;
}

/* Portrait card */
.oa-portrait-card {
    display: grid;
    gap: 12px;
    align-content: start;
}

.oa-portrait {
    width: 100%;
    min-height: 180px;
    border-radius: 18px;
    background: radial-gradient(1200px 250px at 10% 0%, rgba(45, 42, 98, .18), rgba(45, 42, 98, .05)),
        linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .75));
    border: 1px solid rgba(45, 42, 98, .14);
    display: grid;
    place-items: center;
    color: var(--accent);
}

.oa-portrait span {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.oa-portrait-caption {
    margin: 0 !important;
    color: rgba(17, 17, 17, .82);
    line-height: 1.7;
}

/* =========================================================
   Table styles (kept; slightly adjusted)
   ========================================================= */

/* Table wrapper = card */
.oa-table-wrap {
    margin-top: var(--margin-4);
    background: #FFFFFF;
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}

/* Table */
.oa-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.oa-table thead th {
    text-align: left;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .03em;
    color: rgba(17, 17, 17, .65);
    padding: 14px 16px;
    background: rgba(0, 0, 0, .03);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 1;
}

.oa-table tbody td {
    padding: 14px 16px;
    border-top: 1px solid rgba(0, 0, 0, .08);
    vertical-align: middle;
    color: rgba(17, 17, 17, .92);
}

.oa-row:hover td {
    background: rgba(45, 42, 98, .03);
}

.oa-year-cell {
    font-weight: 600;
    font-size: 1rem;
}

/* Recipients chips */
.oa-names {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.oa-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(45, 42, 98, .06);
    border: 1px solid rgba(45, 42, 98, .14);
    color: rgba(17, 17, 17, .84);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
}

/* View button */
.oa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: rgba(0, 0, 0, .04);
    color: rgba(17, 17, 17, .9);
    font-weight: 600;
    text-decoration: none;
    transition: transform .12s ease, background .18s ease, box-shadow .18s ease;
    border-bottom: 0;
}

.oa-btn:hover {
    background: rgba(0, 0, 0, .06);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .10);
    transform: translateY(-1px);
}

/* Two-column bio grid */
.two-column-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 16px;
    margin-top: 16px;
}

.two-column-grid .card {
    border-radius: 20px;
    border: 1px solid var(--border);
    background: #FFFFFF;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
    overflow: hidden;
}

.two-column-grid .card h2 {
    margin: 0;
    padding: 16px 16px 0;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: -0.2px;
}

.two-column-grid .card p {
    padding: 14px 16px 16px;
    margin: 0;
    line-height: 1.75;
    color: rgba(17, 17, 17, .88);
}

/* -------------------------
   Mobile: table -> cards
   ------------------------- */
@media (max-width: 768px) {
    .oa-table thead {
        display: none;
    }

    .oa-table,
    .oa-table tbody,
    .oa-table tr {
        display: block;
        width: 100%;
    }

    .oa-row {
        border-top: 1px solid rgba(0, 0, 0, .08);
        padding: 12px 12px 6px;
    }

    .oa-table tbody td {
        display: grid;
        grid-template-columns: 120px 0.9fr;
        gap: 10px;
        border-top: 0;
        padding: 10px 6px;
        background: transparent;
    }

    .oa-table tbody td::before {
        content: attr(data-label);
        font-weight: 900;
        color: rgba(17, 17, 17, .60);
        font-size: 12px;
        letter-spacing: .02em;
        padding-top: 2px;
    }

    .oa-names {
        gap: 6px;
    }

    .two-column-grid {
        grid-template-columns: 1fr;
    }
}