.remark-leader-single__designation {
    font-size: 1.15rem;
    color: #637083;
    margin: 8px 0 12px 0;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.01em;
}
/* Figma-style single leader layout */
.remark-leader-single__entry--centered {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background: var(--remark-color-white, #fff);
    border-radius: 24px;
    padding: 48px 32px;
}
.remark-leader-single__header--centered {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}
.remark-leader-single__designation {
    font-size: 1.15rem;
    color: #00357A;
    margin: 8px 0 12px 0;
    font-weight: 500;
    text-align: center;
}
.remark-leader-single__image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.remark-leader-single__image {
    border-radius: 18px;
    max-width: 750px;
    width: 100%;
    height: auto;
    box-shadow: 0 8px 32px rgba(15,23,42,0.10);
    object-fit: cover;
}
.remark-leader-single__biography-section {
    width: 100%;
    margin-top: 8px;
    max-width: 750px;
}
.remark-leader-single__biography-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000;
    text-align: left;
}
.remark-leader-single__biography {
    font-size: 1.08rem;
    line-height: 1.7;
    color: #000;
    text-align: left;
    margin-bottom: 0;
}
.remark-leader-single {
    padding: 80px 24px;
    background-color: var(--remark-color-white, #ffffff);
}

.remark-leader-single__entry {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.remark-leader-single__hero {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
    min-height: 320px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.18), rgba(236, 72, 153, 0.18));
}

.remark-leader-single__hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.remark-leader-single__hero-overlay {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    min-height: 320px;
    padding: 48px 56px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 20%, rgba(15, 23, 42, 0.7) 100%);
    color: var(--remark-color-white, #ffffff);
}

.remark-leader-single__hero-name {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.1;
    font-weight: 700;
}

.remark-leader-single__hero-role {
    margin: 0;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 500;
    letter-spacing: 0.02em;
}

.remark-leader-single__hero--fallback::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.35), rgba(236, 72, 153, 0.35));
    opacity: 0.9;
}

.remark-leader-single__content {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: 40px;
}

.remark-leader-single__sidebar {
    background-color: rgba(241, 245, 249, 0.6);
    border-radius: 28px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.remark-leader-single__portrait {
    margin: 0;
    text-align: center;
}

.remark-leader-single__portrait-image {
    border-radius: 24px;
    width: 100%;
    height: auto;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
}

.remark-leader-single__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.remark-leader-single__name {
    margin: 0;
    font-size: 2rem;
    line-height: 1.2;
    color: var(--remark-color-primary, #1f2937);
}

.remark-leader-single__role {
    margin: 0;
    font-size: 1.1rem;
    color: var(--remark-color-text-muted, #637083);
}

.remark-leader-single__meta {
    margin: 0;
    font-size: 0.95rem;
    color: var(--remark-color-text, #334155);
}

.remark-leader-single__social {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.remark-leader-single__social-title {
    margin: 0;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--remark-color-text-muted, #637083);
}

.remark-leader-single__social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.remark-leader-single__social-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--remark-color-primary, #1f2937);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.remark-leader-single__social-list a:hover {
    color: var(--remark-color-accent, #5b21b6);
}

.remark-leader-single__social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(15, 23, 42, 0.08);
    font-size: 0.85rem;
    font-weight: 700;
}

.remark-leader-single__body {
    padding: 0 16px;
}

.remark-leader-single__biography {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--remark-color-text, #1f2937);
}

.remark-leader-single__biography p {
    margin: 0 0 16px;
}

.remark-leader-single__biography p:last-child {
    margin-bottom: 0;
}

.remark-leader-single__empty {
    font-size: 1rem;
    color: var(--remark-color-text-muted, #637083);
}

@media (max-width: 1024px) {
    .remark-leader-single__content {
        grid-template-columns: 1fr;
    }

    .remark-leader-single__sidebar {
        order: 2;
    }

    .remark-leader-single__hero-overlay {
        padding: 40px;
    }
}

@media (max-width: 640px) {
    .remark-leader-single {
        padding: 60px 16px;
    }

    .remark-leader-single__hero {
        border-radius: 24px;
    }

    .remark-leader-single__hero-overlay {
        padding: 32px 28px;
    }

    .remark-leader-single__sidebar {
        padding: 24px;
    }
}
