/*
Theme Name: TURE Laboratory
Theme URI: https://turelab.org
Author: TURE Laboratory
Description: Custom WordPress theme for the Theranostic Ultrasound Research & Engineering Laboratory.
Version: 0.1.0
Text Domain: turelab
*/


/* ==========================================================
   1. GLOBAL VARIABLES
   ========================================================== */

:root {
    --wsu-green: #0c5449;
    --wsu-gold: #ffcc33;

    --ink: #17211f;
    --muted: #5b6865;
    --line: #dfe7e5;
    --soft: #f5f8f7;
    --white: #ffffff;

    --container: 1180px;
}


/* ==========================================================
   2. GLOBAL / RESET
   ========================================================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;

    color: var(--ink);
    background: var(--white);
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: min(
        calc(100% - 40px),
        var(--container)
    );

    margin-inline: auto;
}


/* ==========================================================
   3. ACCESSIBILITY
   ========================================================== */

.skip-link {
    position: absolute;
    left: -9999px;
}

.skip-link:focus {
    left: 20px;
    top: 20px;

    padding: 10px 14px;

    background: #ffffff;

    z-index: 9999;
}

.sr-only {
    position: absolute;

    width: 1px;
    height: 1px;

    padding: 0;
    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;
    border: 0;
}


/* ==========================================================
   4. SITE HEADER
   ========================================================== */

.site-header {
    position: sticky;
    top: 0;

    z-index: 1000;

    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--line);
}

.nav-wrap {
    min-height: 86px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


/* ==========================================================
   5. HEADER BRAND / LOGO
   ========================================================== */

.brand {
    display: flex;
    align-items: center;

    gap: 12px;

    text-decoration: none;
}

.brand-logo {
    width: 58px;
    height: 58px;

    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;

    line-height: 1.15;
}

.brand-copy strong {
    font-size: 1.18rem;
}

.brand-copy small {
    margin-top: 5px;

    font-size: 0.92rem;
    color: var(--muted);
}


/* ==========================================================
   6. PRIMARY NAVIGATION
   ========================================================== */

.primary-nav {
    display: flex;
    align-items: center;

    gap: 24px;
}

.primary-nav ul {
    display: flex;
    align-items: center;

    gap: 24px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.primary-nav a {
    padding: 31px 0 27px;

    font-size: 0.96rem;
    font-weight: 600;

    text-decoration: none;

    border-bottom: 3px solid transparent;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
    color: var(--wsu-green);
    border-bottom-color: var(--wsu-green);
}


/* Join Us navigation button */

.primary-nav .nav-cta > a,
.nav-cta {
    padding: 11px 18px !important;

    color: #ffffff !important;
    background: var(--wsu-green);

    border-radius: 6px;
    border-bottom: 0 !important;
}


/* ==========================================================
   7. MOBILE NAVIGATION BUTTON
   ========================================================== */

.menu-toggle {
    display: none;

    padding: 6px;

    border: 0;
    background: transparent;
}

.menu-toggle span:not(.sr-only) {
    display: block;

    width: 26px;
    height: 2px;

    margin: 5px 0;

    background: var(--ink);
}


/* ==========================================================
   8. HOME PAGE HERO
   ========================================================== */

.home-hero {
    padding: 10px 0 0px;

    background:
        radial-gradient(
            circle at 82% 25%,
            rgba(12, 84, 73, 0.10),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7faf9 100%
        );
}

.home-hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(340px, 0.8fr);

    gap: 64px;

    align-items: center;
}


/*
Used after the affiliation block was moved
above the main hero content.
*/

.home-hero-grid-single {
    grid-template-columns: 1fr;
    gap: 0;
}


/* ==========================================================
   9. HOME PAGE HERO TYPOGRAPHY
   ========================================================== */

/*
"WAYNE STATE UNIVERSITY · BIOMEDICAL ENGINEERING"
*/

.lab-kicker {
    margin: 0 0 18px;

    font-family:
        "Segoe UI",
        "Helvetica Neue",
        Arial,
        sans-serif;

    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.3;

    letter-spacing: 0.085em;
    text-transform: uppercase;

    color: var(--wsu-green);
}


/* Main TURE Laboratory title */

.home-hero h1 {
    margin: 0;

    font-size: clamp(
        2.2rem,
        3.5vw,
        3.5rem
    );

    line-height: 1;
    letter-spacing: -0.04em;
}


/* Theranostic Ultrasound Research & Engineering */

.lab-full-name {
    margin: 22px 0 24px;

    font-size: clamp(
        1.25rem,
        2.6vw,
        1.9rem
    );

    font-weight: 600;

    color: var(--wsu-green);
}


/* Introductory sentence */
/* ==========================================================
   HOME HERO — CENTERED CONTENT
   ========================================================== */

.home-hero-grid-single {
    grid-template-columns: 1fr;
    gap: 0;

    width: 100%;
}


/* Center everything inside the hero content area */
.home-hero-grid-single > div {
    width: 100%;
    text-align: center;
}


/* Wayne State University · Biomedical Engineering */
.lab-kicker {
    width: 100%;

    margin: 0 0 18px;

    text-align: center;

    font-family:
        "Segoe UI",
        "Helvetica Neue",
        Arial,
        sans-serif;

    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.3;

    letter-spacing: 0.085em;
    text-transform: uppercase;

    color: var(--wsu-green);
}


/* TURE Laboratory */
.home-hero h1 {
    width: 100%;

    margin: 0;

    text-align: center;

    font-size: clamp(2.2rem, 3.5vw, 3.5em);
    line-height: 0.95;
    letter-spacing: -0.055em;
}


/* Theranostic Ultrasound Research & Engineering */
.lab-full-name {
    width: 100%;

    margin: 22px 0 24px;

    text-align: center;

    font-size: clamp(1.25rem, 2.6vw, 1.9rem);
    font-weight: 600;

    color: var(--wsu-green);
}


/* Introductory sentence */
.hero-summary {
    width: 100%;
    max-width: none;

    margin: 0 0 30px;

    text-align: center;

    font-size: 1.15rem;

    color: var(--muted);
}


/* Center the two buttons as well */
.hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    gap: 12px;
}
/* ==========================================================
   PRINCIPAL INVESTIGATOR — HOME PAGE
   ========================================================== */

.pi-intro {
    max-width: 950px;

    margin: 42px auto 0;
    padding: 30px;

    display: grid;
    grid-template-columns: 180px 1fr;

    gap: 34px;

    align-items: center;

    text-align: left;

    background: #ffffff;

    border: 1px solid var(--line);
    border-radius: 14px;
}


/* PI photograph */

.pi-photo img {
    display: block;

    width: 180px;
    height: 220px;

    object-fit: cover;

    border-radius: 10px;
}


/* PI heading */

.pi-label {
    margin: 0 0 5px;

    color: var(--wsu-green);

    font-size: 0.85rem;
    font-weight: 700;

    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pi-info h3 {
    margin: 0 0 6px;

    font-size: 1.7rem;
    line-height: 1.2;
}


/* Academic title */

.pi-title {
    margin: 0 0 14px;

    font-size: 1rem;
    line-height: 1.5;

    color: var(--wsu-green);
    font-weight: 600;
}


/* Research description */

.pi-description {
    margin: 0 0 14px;

    color: var(--muted);

    font-size: 1rem;
    line-height: 1.65;
}


/* People-page link */

.pi-link {
    color: var(--wsu-green);

    font-weight: 700;

    text-decoration: none;
}

.pi-link:hover {
    text-decoration: underline;
}

/* ==========================================================
   RESEARCH CARD IMAGES — SAME SIZE, NO CROPPING
   ========================================================== */

.research-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: #ffffff;

    border-radius: 10px;
    margin-bottom: 22px;
}

.research-card-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}

/* ==========================================================
   PI SECTION — MOBILE
   ========================================================== */

@media (max-width: 700px) {

    .pi-intro {
        grid-template-columns: 1fr;

        max-width: 520px;

        padding: 24px;

        text-align: center;
    }

    .pi-photo {
        display: flex;
        justify-content: center;
    }

    .pi-photo img {
        width: 160px;
        height: 195px;
    }
}

/* ==========================================================
   10. HERO BUTTONS
   ========================================================== */

.hero-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;
}

.button {
    display: inline-block;

    padding: 12px 20px;

    font-weight: 700;
    text-decoration: none;

    border-radius: 6px;
}

.button-primary {
    color: #ffffff;
    background: var(--wsu-green);
}

.button-secondary {
    color: var(--wsu-green);
    background: #ffffff;

    border: 1px solid var(--wsu-green);
}


/* ==========================================================
   11. WAYNE STATE / BME AFFILIATION STRIP
   ========================================================== */

/*
This block is placed inside .container in front-page.php,
so its width matches the rest of the page content.
*/

.affiliation-strip {
    width: 100%;

    padding: 10px 24px;
    margin-bottom: 20px;

    background: #ffffff;

    border: 1px solid var(--line);
    border-radius: 12px;
}


/* Three-column layout:
   WSU logo | affiliation text | BME logo
*/

.affiliation-strip .affiliation-logos {
    width: 100%;

    display: grid;

    grid-template-columns:
        110px
        minmax(0, 1fr)
        150px;

    align-items: center;

    gap: 32px;
}


/* Affiliation logos */

.affiliation-strip .affiliation-logo {
    display: block;

    width: 100%;
    max-height: 82px;

    object-fit: contain;
}

.affiliation-strip .affiliation-logo-wsu {
    justify-self: start;
}

.affiliation-strip .affiliation-logo-bme {
    justify-self: end;
}


/* Affiliation text */

.affiliation-strip .affiliation-copy {
    text-align: center;
}

.affiliation-strip .affiliation-copy strong {
    display: block;

    font-size: 1.35rem;
    line-height: 1.2;

    color: var(--ink);
}

.affiliation-strip .affiliation-copy span {
    display: block;

    margin-top: 4px;

    font-size: 1.02rem;

    color: var(--muted);
}


/* ==========================================================
   12. GENERAL PAGE SECTIONS
   ========================================================== */

.section {
    padding: 20px 0;
}

.section-soft {
    background: var(--soft);
}


/* Small heading such as "OUR MISSION" */

.eyebrow {
    margin: 0 0 0px;

    font-size:clamp(1rem, 2vw, 2rem);

    letter-spacing: -0.04em;
    text-transform: uppercase;

    color: var(--wsu-green);
}


/* Main section heading */

.section h2 {
    margin: 0 0 18px;

    font-size: clamp(
        1.6rem,
        4vw,
        2.4rem
    );

    line-height: 1.08;
}


/* Introductory paragraph */

.lead {
    max-width: 840px;

    font-size: 1.18rem;

    color: var(--muted);
}


/* ==========================================================
   13. RESEARCH CARDS
   ========================================================== */

.research-grid {
    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    gap: 24px;

    margin-top: 36px;
}

.research-card {
    padding: 30px;

    background: #ffffff;

    border: 1px solid var(--line);
    border-radius: 14px;
}

.research-card h3 {
    margin-top: 0;

    font-size: 1.35rem;
}

.research-card p {
    color: var(--muted);
}


/* ==========================================================
   14. INTERIOR PAGE HEADER
   ========================================================== */

.page-hero {
    padding: 72px 0 48px;

    background: var(--soft);

    border-bottom: 1px solid var(--line);
}

.page-hero h1 {
    margin: 0 0 12px;

    font-size: clamp(
        2.2rem,
        3.5vw,
        3.5rem
    );

    letter-spacing: -0.035em;
}

.page-content {
    padding: 60px 0 90px;
}

/* ==========================================================
   FOOTER
   ========================================================== */

.site-footer {
    width: 100%;

    padding: 48px 0 20px;

    color: #ffffff;
    background: #102522;
}


/* Same .container width as the main website */

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 40px;

    align-items: start;
    text-align: center;
}


/* Each footer column */

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.footer-column strong {
    font-size: 1.08rem;
    font-weight: 700;
}

.footer-column p {
    margin: 10px 0 0;

    color: rgba(255, 255, 255, 0.74);

    line-height: 1.6;
}


/* ==========================================================
   TURE FOOTER BRAND
   ========================================================== */

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 8px;
}

.footer-logo {
    width: 70px;
    height: 70px;

    margin-bottom: 4px;

    object-fit: contain;
}


/* ==========================================================
   CONTACT / SOCIAL ICONS
   ========================================================== */

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 20px;

    margin-top: 18px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    text-decoration: none;

    border-radius: 50%;

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.footer-social a:hover {
    transform: translateY(-3px);
    opacity: 0.8;
}

.footer-social img {
    width: 30px;
    height: 30px;

    object-fit: contain;
}


/* ==========================================================
   FOOTER BOTTOM
   ========================================================== */

.footer-bottom {
    margin-top: 36px;
    padding-top: 18px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;

    font-size: 0.9rem;

    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom span,
.footer-bottom a {
    color: rgba(255, 255, 255, 0.72);
}

.footer-bottom a {
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #ffffff;
}


/* ==========================================================
   FOOTER RESPONSIVE
   ========================================================== */

@media (max-width: 800px) {

    .footer-grid {
        grid-template-columns: 1fr;

        gap: 36px;
    }

    .footer-bottom {
        flex-direction: column;

        text-align: center;

        gap: 8px;
    }
}

.footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    font-family: "Segoe UI Symbol", "Segoe UI", sans-serif;
    font-size: 28px;

    color: #ffffff;

    text-decoration: none;
}


/* ==========================================================
   16. RESPONSIVE — TABLET
   ========================================================== */

@media (max-width: 800px) {

    .home-hero-grid,
    .research-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }


    /* Mobile navigation */

    .primary-nav {
        display: none;

        position: absolute;

        left: 0;
        right: 0;
        top: 86px;

        padding: 18px 24px 28px;

        background: #ffffff;

        border-bottom: 1px solid var(--line);

        flex-direction: column;
        align-items: stretch;
    }

    .primary-nav.is-open {
        display: flex;
    }

    .primary-nav ul {
        flex-direction: column;
        align-items: stretch;
    }

    .primary-nav a {
        padding: 10px 0;
    }

    .menu-toggle {
        display: block;
    }

    .brand-copy small {
        font-size: 0.78rem;
    }
}


/* ==========================================================
   17. RESPONSIVE — AFFILIATION STRIP
   ========================================================== */

@media (max-width: 760px) {

    .affiliation-strip {
        padding: 16px 18px 20px;
        margin-bottom: 38px;
    }

    .affiliation-strip .affiliation-logos {
        grid-template-columns:
            80px
            minmax(0, 1fr)
            105px;

        gap: 14px;
    }

    .affiliation-strip .affiliation-logo {
        max-height: 62px;
    }

    .affiliation-strip .affiliation-copy strong {
        font-size: 1.05rem;
    }

    .affiliation-strip .affiliation-copy span {
        font-size: 0.86rem;
    }

    .lab-kicker {
        font-size: 0.92rem;
        letter-spacing: 0.06em;
    }
}


/* ==========================================================
   18. RESPONSIVE — MOBILE
   ========================================================== */

@media (max-width: 600px) {

    .container {
        width: min(
            calc(100% - 28px),
            var(--container)
        );
    }

    .brand-logo {
        width: 48px;
        height: 48px;
    }

    .brand-copy strong {
        font-size: 1rem;
    }

    .brand-copy small {
        max-width: 220px;
    }

    .home-hero {
        padding-top: 56px;
    }
}


/* ==========================================================
   19. RESPONSIVE — SMALL MOBILE
   ========================================================== */

@media (max-width: 520px) {

    /*
    On small screens:
    logos occupy row 1,
    text moves below them.
    */

    .affiliation-strip .affiliation-logos {
        grid-template-columns: 1fr 1fr;
    }

    .affiliation-strip .affiliation-copy {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .affiliation-strip .affiliation-logo-wsu {
        justify-self: end;
        max-width: 78px;
    }

    .affiliation-strip .affiliation-logo-bme {
        justify-self: start;
        max-width: 105px;
    }
}

/* ==========================================================
   UNDER CONSTRUCTION PAGES
   ========================================================== */

.construction-section {
    padding: 90px 0 120px;
}

.construction-content {
    max-width: 800px;
    margin: 0 auto;

    text-align: center;
}

.construction-label {
    margin: 0 0 10px;

    font-size: 1rem;
    font-weight: 700;

    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: var(--wsu-green);
}

.construction-content h2 {
    margin: 0 0 18px;

    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.1;
}

.construction-content p {
    margin: 0 auto 30px;

    max-width: 600px;

    font-size: 1.15rem;
    color: var(--muted);
}

/* =========================================================
   PEOPLE PAGE
   All styles are scoped under .people-page so they do not
   interfere with the homepage or other theme templates.
========================================================= */

.people-page {
    background: #ffffff;
}


/* =========================================================
   PAGE HEADER
========================================================= */

.people-page .people-page-header {
    padding: 72px 0 52px;
    text-align: center;
}

.people-page .people-page-header h1 {
    margin: 0 0 16px;

    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.05;

    color: var(--wsu-green);
}

.people-page .people-page-header p {
    max-width: 760px;

    margin: 0 auto;

    font-size: 1.08rem;
    line-height: 1.7;

    color: var(--muted);
}


/* =========================================================
   GENERAL PEOPLE SECTIONS
========================================================= */

.people-page .people-section {
    padding: 60px 0;
}

.people-page .people-section-title {
    margin: 0 0 34px;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: var(--wsu-green);
}


/* =========================================================
   PRINCIPAL INVESTIGATOR
========================================================= */

.people-page .pi-section {
    background: #f7f9f8;
}

.people-page .pi-card {
    display: grid;

    grid-template-columns:
        minmax(240px, 330px)
        minmax(0, 1fr);

    gap: 48px;

    align-items: center;
}


/* PI photograph */

.people-page .pi-photo-wrap {
    width: 100%;
}

.people-page .pi-photo {
    display: block;

    width: 100%;
    aspect-ratio: 4 / 5;

    object-fit: cover;

    border-radius: 8px;
}


/* PI information */

.people-page .pi-content h3 {
    margin: 0 0 8px;

    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.2;

    color: var(--wsu-green);
}

.people-page .pi-title {
    margin: 0 0 22px;

    font-size: 1rem;
    line-height: 1.55;
    font-weight: 600;

    color: #444444;
}

.people-page .pi-description {
    max-width: 780px;

    margin: 0;

    font-size: 1.03rem;
    line-height: 1.75;

    color: #444444;
}


/* =========================================================
   PI PROFILE LINKS
========================================================= */

.people-page .pi-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 22px;

    margin-top: 28px;
}

.people-page .pi-profile-link {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: var(--wsu-green);

    font-weight: 600;
    text-decoration: none;
}

.people-page .pi-profile-link:hover {
    text-decoration: underline;
}

.people-page .pi-profile-icon {
    display: block;

    width: 24px;
    height: 24px;

    object-fit: contain;
}

.people-page .pi-email-icon {
    display: inline-flex;

    width: 24px;
    height: 24px;

    align-items: center;
    justify-content: center;

    font-size: 22px;
}


/* =========================================================
   CURRENT MEMBERS
========================================================= */

.people-page .member-group {
    margin-top: 54px;
}

.people-page .member-group:first-of-type {
    margin-top: 0;
}

.people-page .member-group-title {
    margin: 0 0 28px;
    padding-bottom: 10px;

    border-bottom: 2px solid #e3e8e6;

    font-size: 1.45rem;

    color: var(--ink);
}


/* Member list */

.people-page .member-list {
    display: flex;
    flex-direction: column;

    gap: 34px;
}


/* Individual member */

.people-page .member-row {
    display: grid;

    grid-template-columns:
        170px
        minmax(0, 1fr);

    gap: 30px;

    align-items: center;

    padding-bottom: 34px;

    border-bottom: 1px solid #e5e9e7;
}

.people-page .member-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}


/* Member photograph */

.people-page .member-photo-wrap {
    width: 170px;
}

.people-page .member-photo {
    display: block;

    width: 170px;
    height: 205px;

    object-fit: cover;

    border-radius: 6px;
}


/* Member information */

.people-page .member-content h4 {
    margin: 0 0 6px;

    font-size: 1.35rem;
    line-height: 1.25;

    color: var(--wsu-green);
}

.people-page .member-position {
    margin: 0 0 12px;

    font-size: 1rem;
    font-weight: 600;

    color: #555555;
}

.people-page .member-description {
    max-width: 720px;

    margin: 0;

    font-size: 0.98rem;
    line-height: 1.65;

    color: #555555;
}


/* =========================================================
   ALUMNI
========================================================= */

.people-page .alumni-section {
    background: #f7f9f8;
}

.people-page .alumni-table-wrap {
    width: 100%;

    overflow-x: auto;

    border: 1px solid var(--line);
    border-radius: 8px;
}

.people-page .alumni-table {
    width: 100%;

    border-collapse: collapse;

    background: #ffffff;
}

.people-page .alumni-table th,
.people-page .alumni-table td {
    padding: 16px 18px;

    text-align: left;
    vertical-align: top;

    border-bottom: 1px solid var(--line);
}

.people-page .alumni-table th {
    color: #ffffff;
    background: var(--wsu-green);

    font-weight: 700;
}

.people-page .alumni-table tbody tr:last-child td {
    border-bottom: none;
}

.people-page .alumni-table tbody tr:hover {
    background: #f5f8f7;
}


/* =========================================================
   PEOPLE PAGE — TABLET
========================================================= */

@media (max-width: 900px) {

    .people-page .pi-card {
        grid-template-columns:
            220px
            minmax(0, 1fr);

        gap: 32px;
    }
}


/* =========================================================
   PEOPLE PAGE — MOBILE
========================================================= */

@media (max-width: 650px) {

    .people-page .people-page-header {
        padding: 50px 0 35px;
    }

    .people-page .people-section {
        padding: 45px 0;
    }


    /* PI */

    .people-page .pi-card {
        grid-template-columns: 1fr;
    }

    .people-page .pi-photo-wrap {
        width: 100%;
        max-width: 280px;

        margin: 0 auto;
    }

    .people-page .pi-content {
        text-align: left;
    }

    .people-page .pi-links {
        gap: 16px;
    }


    /* Current members */

    .people-page .member-row {
        grid-template-columns:
            120px
            minmax(0, 1fr);

        gap: 20px;

        align-items: start;
    }

    .people-page .member-photo-wrap {
        width: 120px;
    }

    .people-page .member-photo {
        width: 120px;
        height: 150px;
    }

    .people-page .member-content h4 {
        font-size: 1.2rem;
    }


    /* Alumni */

    .people-page .alumni-table {
        min-width: 650px;
    }
}


/* =========================================================
   PEOPLE PAGE — SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .people-page .member-row {
        grid-template-columns: 1fr;
    }

    .people-page .member-photo-wrap {
        width: 150px;
    }

    .people-page .member-photo {
        width: 150px;
        height: 185px;
    }
}