/* =========================================================
   AAIB BOARD OF DIRECTORS
   Exact visual direction of approved reference
   ========================================================= */

.aaib-board-page {
    --green: #075638;
    --green-dark: #063f2a;
    --green-soft: #e9f1ed;
    --gold: #bd821b;
    --text: #173f32;
    --muted: #62756d;
    --border: #e0e7e3;
    background: #f8faf9;
    color: var(--text);
}

.aaib-board-container {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto;
}

/* HERO */

.aaib-board-hero {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    background:
            linear-gradient(90deg, rgba(3, 61, 39, .96) 0%, rgba(4, 83, 52, .89) 58%, rgba(4, 67, 43, .80) 100%),
            url("<?= base_url('assets/images/banner/banner1.jpg') ?>") center center / cover;
}

.aaib-board-hero-overlay {
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 80% 20%, rgba(255,255,255,.06), transparent 27%),
            linear-gradient(90deg, transparent 60%, rgba(0,0,0,.12));
}

.aaib-board-hero-container {
    position: relative;
    min-height: 245px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.aaib-board-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.aaib-board-hero-accent {
    width: 29px;
    height: 3px;
    margin-bottom: 13px;
    background: #e2aa3b;
}

.aaib-board-hero-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #e6b44a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
}

.aaib-board-hero h1 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.05;
}

.aaib-board-hero p {
    margin: 12px 0 0;
    color: rgba(255,255,255,.88);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.55;
}

.aaib-board-hero-quote {
    position: relative;
    z-index: 2;
    width: 240px;
    flex: 0 0 240px;
    padding: 22px 22px 20px;
    border-left: 2px solid #e2aa3b;
    background: rgba(3, 53, 35, .68);
}

.aaib-board-hero-quote span {
    display: block;
    height: 15px;
    color: #e2aa3b;
    font-family: Georgia, serif;
    font-size: 31px;
    line-height: 18px;
}

.aaib-board-hero-quote strong {
    display: block;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}

.aaib-board-hero-quote i {
    display: block;
    width: 27px;
    height: 3px;
    margin-top: 13px;
    background: #e2aa3b;
}

/* BREADCRUMB */

.aaib-board-breadcrumb {
    border-bottom: 1px solid #e6ebe8;
    background: #fff;
}

.aaib-board-breadcrumb .aaib-board-container {
    min-height: 43px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #73837c;
    font-size: 12px;
}

.aaib-board-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #64766e;
    text-decoration: none;
}

.aaib-board-breadcrumb a:hover {
    color: var(--green);
}

.aaib-board-breadcrumb > div > i {
    color: #b6c1bb;
    font-size: 9px;
}

.aaib-board-breadcrumb span {
    color: #88958f;
}

/* CONTENT */

.aaib-board-content {
    padding: 38px 0 58px;
}

.aaib-board-intro {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
}

.aaib-board-intro-rule {
    width: 4px;
    min-height: 63px;
    flex: 0 0 4px;
    background: var(--gold);
}

.aaib-board-intro-label {
    display: block;
    margin-bottom: 5px;
    color: #7e8e87;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.aaib-board-intro h2 {
    margin: 0;
    color: #234b3e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.15;
}

.aaib-board-intro p {
    max-width: 790px;
    margin: 7px 0 0;
    color: #62756d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.55;
}

/* DIRECTOR GRID */

.aaib-board-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

/* DIRECTOR CARD */

.aaib-director-card {
    position: relative;
    display: grid;
    grid-template-columns: 205px minmax(0, 1fr);
    min-height: 185px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 3px 13px rgba(23, 58, 43, .055);
    transition: transform .2s ease, box-shadow .2s ease;
}

.aaib-director-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #08613d 0%, #08613d 76%, #c18a29 76%);
}

.aaib-director-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(23, 58, 43, .10);
}

/* PHOTO */

.aaib-director-photo {
    position: relative;
    width: 100%;
    min-height: 185px;
    overflow: hidden;
    background: #e8efeb;
}

.aaib-director-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 75%, rgba(255,255,255,.12));
    pointer-events: none;
}

.aaib-director-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 185px;
    object-fit: cover;
    object-position: center top;
}

.aaib-director-number {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    min-width: 39px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border-radius: 5px;
    background: #b47b16;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
    box-shadow: 0 3px 8px rgba(0,0,0,.12);
}

/* INFORMATION */

.aaib-director-info {
    min-width: 0;
    padding: 20px 19px 18px 22px;
}

.aaib-director-info h3 {
    margin: 0;
    color: #124635;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.aaib-director-designation {
    margin-top: 5px;
    color: #ad7417;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.aaib-director-separator {
    width: 100%;
    height: 1px;
    margin: 13px 0 12px;
    background: #e1e7e3;
}

.aaib-director-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-width: 0;
    margin-bottom: 8px;
    color: #52675e;
    font-size: 11px;
    line-height: 1.35;
}

.aaib-director-contact-row:last-child {
    margin-bottom: 0;
}

.aaib-director-contact-row > span:last-child,
.aaib-director-contact-row > a {
    min-width: 0;
    overflow-wrap: anywhere;
}

.aaib-director-icon {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf2ed;
    color: #08704a;
    font-size: 12px;
}

.aaib-director-contact-row a {
    color: #52675e;
    text-decoration: none;
}

.aaib-director-contact-row a:hover {
    color: var(--green);
}

/* VALUES */

.aaib-board-values {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-top: 27px;
    padding: 10px 20px;
    border: 1px solid #dce7e0;
    border-radius: 8px;
    background: #edf4ef;
    color: #527166;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
}

.aaib-board-values span {
    white-space: nowrap;
}

.aaib-board-values i {
    color: #3c8a51;
    font-size: 16px;
}

.aaib-board-values b {
    width: 1px;
    height: 18px;
    background: #aabbb1;
}

/* EMPTY */

.aaib-board-empty {
    padding: 65px 25px;
    border: 1px dashed #cbd9d1;
    border-radius: 11px;
    background: #fff;
    text-align: center;
}

.aaib-board-empty > i {
    color: var(--green);
    font-size: 36px;
}

.aaib-board-empty h3 {
    margin: 12px 0 5px;
    color: var(--text);
    font-size: 19px;
}

.aaib-board-empty p {
    margin: 0;
    color: #77867f;
    font-size: 13px;
}

/* TABLET */

@media (max-width: 900px) {
    .aaib-board-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin: 0 auto;
    }

    .aaib-director-card {
        grid-template-columns: 210px 1fr;
    }

    .aaib-board-hero-quote {
        display: none;
    }
}

/* MOBILE */

@media (max-width: 560px) {
    .aaib-board-container {
        width: calc(100% - 26px);
    }

    .aaib-board-hero {
        min-height: 220px;
    }

    .aaib-board-hero-container {
        min-height: 220px;
    }

    .aaib-board-hero h1 {
        font-size: 35px;
    }

    .aaib-board-hero p {
        font-size: 14px;
    }

    .aaib-board-breadcrumb .aaib-board-container {
        min-height: 39px;
        gap: 7px;
        font-size: 10px;
    }

    .aaib-board-content {
        padding: 30px 0 45px;
    }

    .aaib-board-intro h2 {
        font-size: 27px;
    }

    .aaib-board-intro p {
        font-size: 13px;
    }

    .aaib-board-grid {
        gap: 16px;
    }

    .aaib-director-card {
        grid-template-columns: 135px minmax(0, 1fr);
        min-height: 165px;
    }

    .aaib-director-photo,
    .aaib-director-photo img {
        min-height: 165px;
    }

    .aaib-director-info {
        padding: 18px 14px 15px 17px;
    }

    .aaib-director-info h3 {
        font-size: 18px;
    }

    .aaib-director-designation {
        font-size: 9px;
        letter-spacing: .9px;
    }

    .aaib-director-contact-row {
        font-size: 10px;
        gap: 7px;
        margin-bottom: 7px;
    }

    .aaib-director-icon {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
        font-size: 10px;
    }

    .aaib-board-values {
        gap: 9px;
        padding: 10px;
        font-size: 10px;
    }

    .aaib-board-values b {
        height: 13px;
    }
}

@media (max-width: 400px) {
    .aaib-director-card {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .aaib-director-photo,
    .aaib-director-photo img {
        min-height: 155px;
    }

    .aaib-director-info {
        padding: 16px 11px 13px 14px;
    }

    .aaib-director-info h3 {
        font-size: 17px;
    }

    .aaib-director-contact-row {
        font-size: 9px;
    }

    .aaib-board-values span:nth-of-type(2) {
        display: none;
    }

    .aaib-board-values b:nth-of-type(2) {
        display: none;
    }
}