:root {
    --gold: #FFC629; --gold-dark: #E6AC00; --blue: #7C3AED; --blue-dark: #6425c9;
    --bg: #0e0e10; --card-bg: #1a1a1c; --card-bg-alt: #1f1f22; --border: #2c2c30;
    --text: #f2f2f2; --text-muted: #a8a8ad;
}

/* Force Fullscreen Breakout Breakout Layouts */
.single-member_bio-container-global,
.achievers-directory-wrapper-full {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background: var(--bg) !important;
    padding: 60px 0 !important;
}

/* Block theme elements natively */
.single-member_bio .wp-block-post-featured-image, 
.single-member_bio .entry-content > img:first-of-type,
.single-member_bio header img,
.single-member_bio .post-thumbnail {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}

/* Base Directory Elements */
.achievers-directory { padding: 0 4%; text-align: center; font-family: 'Segoe UI', Arial, sans-serif; color: var(--text); }
.achievers-directory .dir-eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: .78rem; letter-spacing: .22em; font-weight: 700; color: var(--gold); margin-bottom: 10px; text-transform: uppercase; }
.achievers-directory .dir-eyebrow .rule { width: 26px; height: 3px; background: var(--blue); border-radius: 2px; }
.achievers-directory h2.dir-title { font-size: 2.8rem; color: #fff; margin: 0 0 40px 0; font-weight: 700; }
.achievers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); gap: 25px; max-width: 900px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .achievers-grid { grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); } }

.achiever-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 16px; padding: 40px 30px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease; text-decoration: none !important; }
.achiever-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--blue), var(--gold)); transform: scaleX(0); transform-origin: left; transition: transform .5s ease; }
.achiever-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 15px 30px rgba(255,198,41,0.06); }
.achiever-card:hover::before { transform: scaleX(1); }
.achiever-card .avatar-circle { width: 110px; height: 110px; border-radius: 50%; padding: 4px; background: conic-gradient(from 180deg, var(--blue), var(--gold), var(--blue)); margin-bottom: 20px; transition: transform .5s ease; }
.achiever-card:hover .avatar-circle { transform: rotate(180deg); }
.achiever-card .avatar-circle .avatar-inside { width: 100%; height: 100%; border-radius: 50%; background: #252528; border: 3px solid var(--card-bg); display: flex; align-items: center; justify-content: center; font-size: 2.2rem; font-weight: 700; color: var(--text-muted); overflow: hidden; }
.achiever-card .avatar-circle img { width: 100%; height: 100%; object-fit: cover; display: block; }
.achiever-card .meta-info { font-size: 1.15rem; color: var(--gold); font-weight: 600; margin-bottom: 15px; line-height: 1.4; }
.achiever-card .view-link { font-size: 0.85rem; letter-spacing: 0.08em; color: var(--gold); font-weight: 700; text-transform: uppercase; transition: color 0.3s ease; }
.achiever-card:hover .view-link { color: #fff; }

/* Profile View Core Data */
#bio-data { max-width: 880px; margin: 0 auto; padding: 0 20px; color: var(--text); font-family: 'Segoe UI', Arial, sans-serif; }
#bio-data * { box-sizing: border-box; }
#bio-data .eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: .78rem; letter-spacing: .22em; font-weight: 700; color: var(--gold); }
#bio-data .eyebrow .rule { width: 26px; height: 3px; border-radius: 2px; background: var(--blue); transition: width .3s ease; }
#bio-data:hover .eyebrow .rule { width: 42px; }
#bio-data .profile-header { text-align: center; margin-bottom: 50px; }
#bio-data .avatar-ring { width: 150px; height: 150px; margin: 0 auto 20px; border-radius: 50%; padding: 5px; background: conic-gradient(from 180deg, var(--blue), var(--gold), var(--blue)); animation: glowPulse 3.2s ease-in-out infinite; transition: transform .5s ease; }
#bio-data .profile-header:hover .avatar-ring { transform: rotate(180deg); }
#bio-data .avatar-ring img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; border: 3px solid var(--bg); }
#bio-data .avatar-ring .letter-fallback { width:100%; height:100%; background:#252528; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:3.5rem; font-weight:700; color:var(--text-muted); border: 3px solid var(--bg); }
#bio-data .profile-header h1 { font-size: 2.6rem; margin: 10px 0 6px; color: #ffffff; transition: color .3s ease; }
#bio-data .profile-header h1:hover { color: var(--gold); }
#bio-data .profile-header .subtitle { color: var(--gold); font-weight: 600; letter-spacing: .03em; }

#bio-data section.block { background: var(--card-bg); border: 1px solid var(--border); border-radius: 16px; padding: 32px 34px; margin-bottom: 30px; position: relative; overflow: hidden; transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease; text-align: left; }
#bio-data section.block::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--blue), var(--gold)); transform: scaleX(0); transform-origin: left; transition: transform .5s ease; }
#bio-data section.block:hover { transform: translateY(-6px); border-color: var(--gold-dark); box-shadow: 0 18px 36px rgba(255,198,41,0.07); }
#bio-data section.block:hover::before { transform: scaleX(1); }
#bio-data section.block h2 { display: flex; align-items: center; gap: 12px; color: var(--gold); font-size: 1.25rem; margin: 0 0 22px; }
#bio-data section.block h2 svg { width: 22px; height: 22px; stroke: var(--gold); flex-shrink: 0; }

#bio-data .details-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
#bio-data .detail-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; border-radius: 10px; background: var(--card-bg-alt); border: 1px solid var(--border); transition: border-color .3s ease, background .3s ease, transform .3s ease; }
#bio-data .detail-item:hover { border-color: var(--blue); background: #232326; transform: translateX(4px); }
#bio-data .detail-item svg { width: 18px; height: 18px; stroke: var(--blue); margin-top: 3px; flex-shrink: 0; }
#bio-data .detail-item:hover svg { stroke: var(--gold); transform: scale(1.1); }
#bio-data .detail-item .label { display: block; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 2px; }
#bio-data .detail-item .value { color: var(--text); font-weight: 600; word-break: break-word; }

#bio-data .objective-text { margin: 0; color: var(--text-muted); font-style: italic; border-left: 3px solid var(--gold); padding-left: 18px; }
#bio-data .check-list { list-style: none; margin: 0; padding: 0; }
#bio-data .check-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); transition: padding-left .3s ease, color .3s ease; }
#bio-data .check-list li:hover { padding-left: 8px; color: #ffffff; }
#bio-data .check-list svg { width: 18px; height: 18px; stroke: var(--gold); flex-shrink: 0; margin-top: 3px; }

#bio-data .timeline { list-style: none; margin: 0; padding: 0; }
#bio-data .timeline li { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px dashed var(--border); transition: transform .3s ease; }
#bio-data .timeline li:last-child { border-bottom: none; }
#bio-data .timeline li:hover { transform: translateX(6px); }
#bio-data .timeline .year { display: flex; align-items: center; justify-content: center; height: 34px; border-radius: 8px; background: rgba(124,58,237,0.15); color: var(--blue); font-weight: 700; font-size: .85rem; }
#bio-data .timeline li:hover .year { background: rgba(255,198,41,0.18); color: var(--gold); }
#bio-data .timeline .desc { color: var(--text-muted); align-self: center; }

#bio-data .edu-card { display: flex; align-items: center; gap: 16px; }
#bio-data .edu-card svg { width: 34px; height: 34px; stroke: var(--gold); flex-shrink: 0; }
#bio-data .edu-card h3 { margin: 0 0 4px; color: #fff; font-size: 1.05rem; }
#bio-data .edu-card p { margin: 0; color: var(--text-muted); }

#bio-data .tag-row { display: flex; flex-wrap: wrap; gap: 10px; }
#bio-data .tag { padding: 8px 16px; border-radius: 20px; background: rgba(124,58,237,0.12); color: var(--blue); font-size: .85rem; font-weight: 600; border: 1px solid rgba(124,58,237,0.3); transition: all .3s ease; cursor: default; }
#bio-data .tag:hover { background: var(--gold); color: #1a1a1a; border-color: var(--gold); transform: translateY(-3px); }

#bio-data .gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 14px; }
#bio-data .gallery-item { aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); background: var(--card-bg-alt); transition: all .35s ease; cursor: pointer; display: block; }
#bio-data .gallery-item:hover { border-color: var(--gold); transform: translateY(-6px); box-shadow: 0 14px 28px rgba(255,198,41,0.14); }
#bio-data .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: all .5s ease; filter: grayscale(0.15); }
#bio-data .gallery-item:hover img { transform: scale(1.12); filter: grayscale(0); }

/* Lightbox Base Mechanics */
.dmb-lightbox-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10,10,12,0.95); z-index: 999999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; backdrop-filter: blur(8px); }
.dmb-lightbox-overlay.active { opacity: 1; pointer-events: auto; }
.dmb-lightbox-wrap { position: relative; max-width: 90%; max-height: 85%; transform: scale(0.92); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.dmb-lightbox-overlay.active .dmb-lightbox-wrap { transform: scale(1); }
.dmb-lightbox-wrap img { max-width: 100%; max-height: 80vh; border-radius: 8px; border: 2px solid var(--border); box-shadow: 0 20px 50px rgba(0,0,0,0.5); object-fit: contain; display: block; }
.dmb-lightbox-close { position: absolute; top: -45px; right: 0; background: none; border: none; color: #fff; font-size: 32px; cursor: pointer; font-weight: 300; line-height: 1; }
.dmb-lightbox-close:hover { color: var(--gold); }

#bio-data .declaration { color: var(--text-muted); font-style: italic; text-align: center; margin: 0; }
.contact-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 40px; }
.contact-bar a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 26px; border-radius: 30px; background: var(--blue); color: #fff; text-decoration: none; font-weight: 600; transition: all .3s ease; }
.contact-bar a svg { width: 16px; height: 16px; stroke: currentColor; }
.contact-bar a:hover { background: var(--gold); color: #1a1a1a; transform: translateY(-3px); }
.back-directory-btn { display: inline-flex; align-items: center; gap: 8px; color: var(--text-muted); text-decoration: none; font-size: 0.9rem; margin-bottom: 30px; transition: color 0.3s ease; }
.back-directory-btn:hover { color: var(--gold); }
@keyframes glowPulse { 0%, 100% { filter: drop-shadow(0 0 0 rgba(255,198,41,0)); } 50% { filter: drop-shadow(0 0 10px rgba(255,198,41,0.4)); } }