* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f7f8fa;
    color: #17212b;
    line-height: 1.5;
}


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

.site-header {
    position: relative;
    width: 100%;
    height: 205px;
    background: #ffffff;
    border-bottom: 2px solid #d9d9d9;
    overflow: hidden;
}


/* Thin blue line at the very top */

.site-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #6bb0df;
    z-index: 5;
}


/* Large blue shape in upper-right */

.blue-top {
    position: absolute;
    top: 4px;
    right: 0;
    width: 39%;
    height: 67px;
    background: #69aede;

    border-bottom-left-radius: 120px;

    z-index: 1;
}


/* Header content */

.header-inner {
    position: relative;
    z-index: 3;

    width: 100%;
    height: 100%;

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

    padding: 15px 38px 15px 32px;
}


/* =========================================================
   BRAND / LOGO
   ========================================================= */

.brand {
    display: flex;
    align-items: center;
    height: 100%;
}


/* Phoenix logo */

.school-logo {
    width: 155px;
    height: 155px;

    object-fit: contain;

    flex-shrink: 0;
}


/* Text beside logo */

.brand-text {
    margin-left: 8px;
    margin-top: 5px;
}


/* Davie County */

.davie-county {
    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(55px, 5vw, 78px);

    line-height: 0.9;

    letter-spacing: -4px;

    color: #68aede;

    white-space: nowrap;
}


/* Early College Newsletter */

.early-college {
    margin-top: 4px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: clamp(22px, 2vw, 31px);

    font-weight: 400;

    letter-spacing: -1px;

    color: #252525;

    white-space: nowrap;
}


/* Line underneath title */

.brand-line {
    width: 495px;
    max-width: 100%;

    height: 2px;

    background: #333333;

    margin-top: 5px;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.main-navigation {
    position: absolute;

    right: 37px;
    bottom: 30px;

    display: flex;
    align-items: center;

    gap: 48px;
}


.main-navigation a {
    position: relative;

    color: #111111;

    text-decoration: none;

    font-size: 21px;

    font-weight: 400;

    letter-spacing: 1px;

    white-space: nowrap;

    transition: color 0.2s ease;
}


.main-navigation a:hover {
    color: #69aede;
}


.main-navigation a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -8px;

    width: 0;
    height: 2px;

    background: #69aede;

    transition: width 0.2s ease;
}


.main-navigation a:hover::after {
    width: 100%;
}


/* =========================================================
   SHARED TEXT
   ========================================================= */

.eyebrow {
    color: #249bd7;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2.5px;

    margin-bottom: 16px;
}


/* =========================================================
   HOME HERO
   ========================================================= */

.hero {
    max-width: 1120px;

    margin: auto;

    padding: 120px 40px 90px;
}


.hero h1 {
    max-width: 900px;

    font-size: clamp(52px, 8vw, 96px);

    line-height: 0.92;

    letter-spacing: -4px;

    margin-bottom: 32px;
}


.hero h1 span {
    color: #249bd7;
}


.welcome-text {
    max-width: 650px;

    font-size: 18px;

    line-height: 1.75;

    color: #66727c;
}


/* =========================================================
   NEWSLETTER
   ========================================================= */

.newsletter {
    max-width: 1120px;

    margin: 0 auto 110px;

    padding: 45px;

    background: #ffffff;

    border: 1px solid #e5e9ed;

    border-radius: 18px;

    box-shadow: 0 12px 40px rgba(23, 33, 43, 0.06);
}


.newsletter-heading {
    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    margin-bottom: 30px;
}


.newsletter-heading h2 {
    font-size: 42px;

    line-height: 1;

    letter-spacing: -1.5px;
}


.issue-number {
    color: #8a949c;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;
}


.paper-container {
    width: 100%;

    background: #eef1f4;

    border-radius: 10px;

    overflow: hidden;
}


.paper-container img {
    width: 100%;

    display: block;

    transition: transform 0.4s ease;
}


.paper-container img:hover {
    transform: scale(1.015);
}


.paper-bottom {
    padding-top: 22px;

    color: #687680;

    font-size: 15px;

    line-height: 1.7;
}


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

footer {
    background: #17212b;

    color: #ffffff;

    padding: 32px 40px;

    display: flex;

    justify-content: space-between;

    font-size: 13px;
}


footer p:last-child {
    color: #9ba6ae;
}


/* =========================================================
   AUTHORS PAGE
   ========================================================= */

.authors-hero {
    max-width: 1120px;

    margin: auto;

    padding: 110px 40px 65px;
}


.authors-hero h1 {
    max-width: 850px;

    font-size: clamp(52px, 8vw, 90px);

    line-height: 0.92;

    letter-spacing: -4px;

    margin-bottom: 30px;
}


.authors-hero h1 span {
    color: #249bd7;
}


.authors-hero > p:last-child {
    max-width: 650px;

    font-size: 18px;

    line-height: 1.75;

    color: #66727c;
}


.authors {
    max-width: 1120px;

    margin: 0 auto 110px;

    padding: 0 40px;

    display: grid;

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

    gap: 28px;
}


.author-card {
    background: #ffffff;

    border: 1px solid #e5e9ed;

    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 10px 35px rgba(23, 33, 43, 0.05);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.author-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 18px 45px rgba(23, 33, 43, 0.09);
}


.author-photo {
    height: 310px;

    background: #e9f3f8;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #249bd7;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;
}


.author-info {
    padding: 30px;
}


.author-info h2 {
    font-size: 30px;

    line-height: 1.1;

    letter-spacing: -0.8px;

    margin-bottom: 6px;
}


.author-role {
    color: #249bd7;

    font-size: 13px;

    font-weight: 800;

    margin-bottom: 18px;
}


.author-info > p:last-child {
    color: #66727c;

    line-height: 1.7;
}


/* =========================================================
   GET INVOLVED PAGE
   ========================================================= */

.involved-hero {
    max-width: 1120px;

    margin: auto;

    padding: 110px 40px 65px;
}


.involved-hero h1 {
    max-width: 850px;

    font-size: clamp(52px, 8vw, 90px);

    line-height: 0.92;

    letter-spacing: -4px;

    margin-bottom: 30px;
}


.involved-hero h1 span {
    color: #249bd7;
}


.involved-hero > p:last-child {
    max-width: 650px;

    font-size: 18px;

    line-height: 1.75;

    color: #66727c;
}


.involvement-options {
    max-width: 1120px;

    margin: 0 auto 110px;

    padding: 0 40px;

    display: grid;

    grid-template-columns: 1fr;

    gap: 18px;
}


.involvement-card {
    display: flex;

    align-items: center;

    gap: 24px;

    width: 100%;

    padding: 30px;

    background: #ffffff;

    border: 1px solid #e5e9ed;

    border-radius: 18px;

    text-decoration: none;

    color: #17212b;

    box-shadow: 0 8px 30px rgba(23, 33, 43, 0.05);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.involvement-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 16px 40px rgba(23, 33, 43, 0.09);
}


.involvement-icon {
    min-width: 62px;

    width: 62px;

    height: 62px;

    border-radius: 14px;

    background: #e9f3f8;

    color: #249bd7;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 25px;

    font-weight: 800;
}


.involvement-card h2 {
    font-size: 25px;

    line-height: 1.1;

    letter-spacing: -0.5px;

    margin-bottom: 8px;
}


.involvement-card p {
    color: #66727c;

    line-height: 1.65;

    margin-bottom: 10px;
}


.card-link {
    color: #249bd7;

    font-size: 14px;

    font-weight: 800;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .site-header {
        height: auto;

        min-height: 230px;
    }


    .blue-top {
        width: 45%;
    }


    .header-inner {
        flex-direction: column;

        align-items: center;

        justify-content: flex-start;

        padding: 25px 20px 25px;

        gap: 22px;
    }


    .brand {
        width: 100%;

        justify-content: center;
    }


    .school-logo {
        width: 115px;

        height: 115px;
    }


    .davie-county {
        font-size: 50px;

        letter-spacing: -3px;
    }


    .early-college {
        font-size: 20px;
    }


    .brand-line {
        width: 100%;
    }


    .main-navigation {
        position: static;

        width: 100%;

        justify-content: center;

        flex-wrap: wrap;

        gap: 22px;
    }


    .main-navigation a {
        font-size: 16px;
    }
}


@media (max-width: 700px) {

    .site-header {
        min-height: 250px;
    }


    .blue-top {
        height: 55px;

        width: 50%;
    }


    .brand {
        align-items: center;
    }


    .school-logo {
        width: 85px;

        height: 85px;
    }


    .brand-text {
        margin-left: 5px;
    }


    .davie-county {
        font-size: 36px;

        letter-spacing: -2px;
    }


    .early-college {
        font-size: 14px;

        letter-spacing: 0;
    }


    .main-navigation {
        gap: 14px;
    }


    .main-navigation a {
        font-size: 13px;

        letter-spacing: 0.5px;
    }


    @media (max-width: 700px) {

    .hero,
    .authors-hero,
    .involved-hero {
        padding: 25px 22px 50px;
    }
}    


    .hero h1,
    .authors-hero h1,
    .involved-hero h1 {
        font-size: clamp(48px, 15vw, 70px);

        letter-spacing: -3px;
    }


    .welcome-text,
    .authors-hero > p:last-child,
    .involved-hero > p:last-child {
        font-size: 16px;
    }


    .newsletter {
        width: calc(100% - 30px);

        margin: 0 15px 65px;

        padding: 22px;

        border-radius: 15px;
    }


    .newsletter-heading {
        flex-direction: column;

        align-items: flex-start;

        gap: 12px;
    }


    .newsletter-heading h2 {
        font-size: 30px;
    }


    .paper-container {
        border-radius: 8px;
    }


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

        padding: 0 20px;

        margin-bottom: 70px;
    }


    .author-photo {
        height: 250px;
    }


    .author-info {
        padding: 24px;
    }


    .author-info h2 {
        font-size: 27px;
    }


    .involvement-options {
        width: 100%;

        padding: 0 20px;

        margin-bottom: 70px;
    }


    .involvement-card {
        align-items: flex-start;

        gap: 17px;

        padding: 22px;
    }


    .involvement-icon {
        min-width: 52px;

        width: 52px;

        height: 52px;

        font-size: 21px;
    }


    .involvement-card h2 {
        font-size: 21px;
    }


    .involvement-card p {
        font-size: 14px;
    }


    footer {
        flex-direction: column;

        gap: 8px;

        padding: 28px 20px;

        text-align: center;
    }
}
/* =========================================================
   AUTHOR PHOTOS
   ========================================================= */

.author-photo {
    height: 310px;
    background: #e9f3f8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.author-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
.featured-photo-section {
    max-width: 1120px;
    margin: 0 auto 40px;
    padding: 0 40px;
}

.featured-photo {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

.featured-photo-text {
    padding: 20px 5px 0;
}

.featured-photo-text h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.featured-photo-text p {
    max-width: 850px;
    color: #66727c;
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 700px) {

    .featured-photo-section {
        padding: 0 20px;
    }

    .featured-photo {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

}
@media (max-width: 700px) {

    .site-header {
        min-height: 0;
        height: auto;
        overflow: hidden;
    }

    .blue-top {
        display: none;
    }

    .header-inner {
        position: relative;
        z-index: 5;
        padding: 20px 20px 15px;
        gap: 15px;
    }

    .brand {
        position: relative;
        z-index: 6;
    }

    .brand-text {
        position: relative;
        z-index: 6;
    }

    .main-navigation {
        position: relative;
        z-index: 6;
        left: 12px;
    }

    .hero,
    .authors-hero,
    .involved-hero {
        padding: 20px 22px 50px; 
        left: 12px;
    }

}
@media (max-width: 1100px) {
    .blue-top {
        display: none;
    }
    @media (max-width: 700px) {
    .main-navigation {
        transform: translateY(10px);
    }
}
} 