:root {
    --purdue-gold: #cfb991;
    --purdue-support-gold: #daaa00;
    --purdue-black: #000000;
    --purdue-charcoal: #1f1f1f;
    --purdue-muted: #6f727b;
    --purdue-stone: #f4f1ea;
    --purdue-border: #cfb991;
    --purdue-white: #ffffff;
}

body {
    color: var(--purdue-charcoal);
    background: var(--purdue-stone);
}

a {
    color: var(--purdue-gold);
}

a:hover {
    color: var(--purdue-black);
}

.bgded.overlay::after {
    background: linear-gradient(rgba(31, 31, 31, 0.58), rgba(31, 31, 31, 0.58));
}

.wrapper.row3 {
    background: linear-gradient(180deg, #fbfaf7 0%, #f4f1ea 100%);
}

.page-shell {
    max-width: 1080px;
    margin: 0 auto;
}

.hero-panel {
    display: flex;
    align-items: stretch;
    gap: 2rem;
    margin-bottom: 3rem;
    background: var(--purdue-white);
    border: 1px solid var(--purdue-border);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.hero-copy {
    flex: 1 1 55%;
    padding: 2.5rem;
}

.hero-copy .eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--purdue-gold);
}

.hero-copy .heading {
    margin-bottom: 0.5rem;
    color: var(--purdue-black);
}

.hero-copy .subheading {
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    color: var(--purdue-muted);
}

.hero-copy p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.hero-visual {
    flex: 1 1 45%;
    min-height: 320px;
    background:
        linear-gradient(rgba(31, 31, 31, 0.18), rgba(31, 31, 31, 0.18)),
        url("../../images/Purdue-University-hovde-belltower-sculpture-blossoms-feat.jpg") center/cover no-repeat;
}

.aligncenter {
    text-align: center;
}

.events-intro {
    max-width: 800px;
    margin: 0 auto 3rem;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.92);
    border-top: 4px solid var(--purdue-gold);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.events-intro p {
    margin-bottom: 0.75rem;
}

.events-intro .font-xs {
    letter-spacing: 0.14em;
    color: var(--purdue-gold);
}

.events-intro .heading {
    color: var(--purdue-black);
    margin-bottom: 1rem;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.info-card {
    padding: 1.75rem;
    background: var(--purdue-white);
    border: 1px solid var(--purdue-border);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
}

.info-card .heading {
    margin-bottom: 0.75rem;
    color: var(--purdue-black);
}

.info-card p,
.info-card li {
    color: var(--purdue-charcoal);
    line-height: 1.6;
}

.info-card ol {
    margin: 0;
    padding-left: 1.25rem;
}

.focus-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    margin-bottom: 3rem;
}

.focus-card {
    padding: 1.5rem;
    background: var(--purdue-white);
    border: 1px solid var(--purdue-border);
    border-top: 4px solid var(--purdue-gold);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
}

.focus-card .heading {
    margin-bottom: 0.5rem;
    color: var(--purdue-black);
}

.focus-card p {
    margin: 0;
    line-height: 1.6;
}

.event-grid > li {
    margin-bottom: 2rem;
}

.event-grid article {
    height: 100%;
    padding: 1.5rem;
    text-align: left;
    background: var(--purdue-white);
    border: 1px solid var(--purdue-border);
    border-top: 4px solid var(--purdue-gold);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.event-grid figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.event-grid .heading {
    color: var(--purdue-black);
    text-decoration: none !important;
}

.event-grid .meta {
    color: #666666;
}

.event-grid figcaption p {
    color: var(--purdue-charcoal);
}

.calendar-embed {
    margin-top: 2rem;
    text-align: center;
    padding: 2rem;
    background: var(--purdue-white);
    border: 1px solid var(--purdue-border);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
}

.calendar-embed .heading {
    color: var(--purdue-black);
    margin-bottom: 1rem;
}

.calendar-embed p {
    max-width: 680px;
    margin: 0 auto 1.5rem;
    color: var(--purdue-charcoal);
    line-height: 1.7;
}

.calendar-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.calendar-actions .btn {
    min-width: 190px;
}

@media screen and (max-width: 750px) {
    .hero-panel {
        flex-direction: column;
    }

    .hero-copy {
        padding: 1.5rem;
    }

    .hero-visual {
        min-height: 220px;
    }

    .info-grid,
    .focus-grid {
        grid-template-columns: 1fr;
    }

    .events-intro,
    .event-grid article,
    .calendar-embed {
        padding: 1.25rem;
    }
}
