/* Chief Patron Page — match reference mockup */
.cp-page {
    --cp-dark: #050a14;
    --cp-navy: #001428;
    --cp-gold: #c5a059;
    --cp-gold-light: #d4af37;
    --cp-gold-glow: rgba(197, 160, 89, 0.35);
}

/* ===== HEADER ===== */
.cp-header {
    padding: clamp(2rem, 4vw, 3rem) 0 1.5rem;
    background: linear-gradient(180deg, #060c18 0%, var(--cp-dark) 100%);
    text-align: center;
    position: relative;
}

.cp-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 40, 80, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.cp-header-inner { position: relative; z-index: 1; }

.cp-label-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cp-flourish {
    width: clamp(50px, 10vw, 100px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--cp-gold), transparent);
    position: relative;
}

.cp-flourish::after {
    content: '◆';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.45rem;
    color: var(--cp-gold);
}

.cp-label {
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    color: var(--cp-gold);
    font-weight: 700;
}

.cp-name {
    font-family: var(--serif);
    font-size: clamp(1.4rem, 4.5vw, 2.5rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.15;
}

.cp-honors {
    font-size: clamp(0.62rem, 1.8vw, 0.78rem);
    letter-spacing: 0.12em;
    color: var(--cp-gold);
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.cp-tagline {
    font-family: var(--serif);
    font-size: clamp(0.82rem, 2vw, 1rem);
    color: rgba(255, 255, 255, 0.9);
}

.cp-tagline em { font-style: italic; }

/* ===== MAIN GRID ===== */
.cp-main {
    padding: clamp(1.5rem, 3vw, 2.5rem) 0;
}

.cp-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr) minmax(0, 0.85fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

/* Portrait */
.cp-portrait-wrap {
    position: relative;
    border: 1px solid rgba(197, 160, 89, 0.4);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.cp-portrait-img {
    width: 100%;
    height: clamp(320px, 45vw, 480px);
    object-fit: cover;
    object-position: center top;
    display: block;
}

.cp-portrait-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem 1rem 1rem;
    background: linear-gradient(0deg, rgba(5, 10, 20, 0.92) 0%, transparent 100%);
    text-align: left;
}

.cp-portrait-sig {
    display: block;
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    color: var(--cp-gold);
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.cp-portrait-role {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
}

/* Bio */
.cp-body {
    font-size: clamp(0.78rem, 1.7vw, 0.86rem);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0.85rem;
}

.cp-quote-box {
    border: 1px solid rgba(197, 160, 89, 0.45);
    border-radius: 4px;
    padding: 1.25rem 1.5rem;
    margin: 1.25rem 0;
    text-align: center;
    background: rgba(0, 20, 40, 0.35);
    position: relative;
}

.cp-quote-box h3 {
    font-family: var(--serif);
    font-size: 0.72rem;
    color: var(--cp-gold);
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.cp-quote-mark {
    font-family: var(--serif);
    font-size: 2.5rem;
    color: var(--cp-gold);
    line-height: 0.5;
    display: block;
    opacity: 0.85;
}

.cp-quote-box blockquote {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    color: #fff;
    line-height: 1.55;
    margin: 0;
}

.cp-association {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
}

.cp-association h3 {
    font-family: var(--serif);
    font-size: 0.75rem;
    color: var(--cp-gold);
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.cp-association p {
    font-size: 0.8rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

/* Legacy sidebar */
.cp-legacy-col {
    border-left: 1px solid rgba(197, 160, 89, 0.2);
    padding-left: clamp(0.75rem, 2vw, 1.25rem);
}

.cp-legacy-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.cp-legacy-head h3 {
    font-family: var(--serif);
    font-size: 0.72rem;
    color: var(--cp-gold);
    letter-spacing: 0.08em;
    text-align: center;
}

.cp-legacy-arrow {
    color: var(--cp-gold);
    font-size: 0.85rem;
    opacity: 0.7;
}

.cp-legacy-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.cp-legacy-list li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
}

.cp-legacy-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(197, 160, 89, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cp-gold);
    font-size: 0.75rem;
    box-shadow: 0 0 10px var(--cp-gold-glow);
}

.cp-legacy-text strong {
    display: block;
    font-size: 0.58rem;
    letter-spacing: 0.05em;
    color: var(--cp-gold);
    margin-bottom: 0.2rem;
    line-height: 1.35;
}

.cp-legacy-text span {
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.45;
}

/* ===== HONORS BAR ===== */
.cp-honors-bar {
    border-top: 1px solid rgba(197, 160, 89, 0.35);
    border-bottom: 1px solid rgba(197, 160, 89, 0.35);
    background: rgba(0, 15, 30, 0.7);
    padding: 0.85rem 0;
}

.cp-honors-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
}

.cp-honor-item {
    font-size: clamp(0.55rem, 1.5vw, 0.68rem);
    letter-spacing: 0.06em;
    color: var(--cp-gold);
    font-weight: 700;
    text-align: center;
}

.cp-honor-sep {
    color: rgba(197, 160, 89, 0.5);
    font-size: 0.7rem;
}

/* ===== HIGHLIGHTS GRID ===== */
.cp-highlights {
    padding: clamp(2rem, 4vw, 3rem) 0;
    background: linear-gradient(180deg, var(--cp-dark) 0%, #0a1525 100%);
}

.cp-highlights-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.cp-highlight-card {
    text-align: center;
    padding: 1rem 0.5rem;
    border-right: 1px solid rgba(197, 160, 89, 0.12);
}

.cp-highlight-card:last-child { border-right: none; }

.cp-highlight-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.65rem;
    border: 2px solid var(--cp-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cp-gold);
    font-size: 1.15rem;
    box-shadow: 0 0 16px var(--cp-gold-glow);
}

.cp-highlight-card h4 {
    font-size: 0.58rem;
    color: var(--cp-gold);
    letter-spacing: 0.04em;
    margin-bottom: 0.4rem;
    font-weight: 700;
    line-height: 1.35;
}

.cp-highlight-card p {
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

/* ===== FOOTER BANNER ===== */
.cp-footer-banner {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4rem) 1.5rem 5rem;
    text-align: center;
    background-size: cover;
    background-position: center bottom;
}

.cp-footer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 10, 20, 0.9) 0%, rgba(5, 10, 20, 0.7) 50%, rgba(5, 10, 20, 0.5) 100%);
}

.cp-skyline-deco {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    opacity: 0.75;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 70'%3E%3Cpath fill='none' stroke='%23c5a059' stroke-width='1.5' d='M0 70 L40 52 L80 60 L120 44 L160 56 L200 40 L240 52 L280 36 L320 48 L360 32 L400 44 L440 34 L480 50 L520 38 L560 54 L600 42 L640 58 L680 46 L720 62 L760 50 L800 66 L840 54 L880 70 L920 58 L960 70 L1000 58 L1040 70 L1080 58 L1120 70 L1160 58 L1200 68 V70Z'/%3E%3C/svg%3E") center bottom / 100% auto no-repeat;
    z-index: 1;
}

.cp-footer-inner {
    position: relative;
    z-index: 2;
}

.cp-footer-inner h2 {
    font-family: var(--serif);
    font-size: clamp(0.85rem, 2.5vw, 1.15rem);
    color: var(--cp-gold);
    letter-spacing: 0.06em;
    margin-bottom: 0.65rem;
    line-height: 1.45;
}

.cp-footer-inner h3 {
    font-family: var(--serif);
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #fff;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.cp-footer-inner p {
    font-size: clamp(0.72rem, 2vw, 0.85rem);
    color: var(--cp-gold);
    letter-spacing: 0.04em;
}

/* ===== MOBILE ===== */
@media (max-width: 992px) {
    .cp-main-grid {
        grid-template-columns: 1fr;
    }

    .cp-legacy-col {
        border-left: none;
        border-top: 1px solid rgba(197, 160, 89, 0.2);
        padding-left: 0;
        padding-top: 1.5rem;
    }

    .cp-highlights-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cp-highlight-card {
        border-right: none;
        border-bottom: 1px solid rgba(197, 160, 89, 0.12);
    }

    .cp-highlight-card:nth-child(3n) { border-right: 1px solid rgba(197, 160, 89, 0.12); }
}

@media (max-width: 576px) {
    .cp-honors-inner {
        flex-direction: column;
        gap: 0.25rem;
    }

    .cp-honor-sep { display: none; }

    .cp-highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cp-highlight-card:nth-child(3n) { border-right: none; }
    .cp-highlight-card:nth-child(odd) { border-right: 1px solid rgba(197, 160, 89, 0.12); }

    .cp-portrait-img {
        height: 380px;
    }
}

@media (max-width: 400px) {
    .cp-highlights-grid {
        grid-template-columns: 1fr;
    }

    .cp-highlight-card { border-right: none !important; }
}
