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

:root {
    --vcu-black: #000;
    --vcu-gold: #ffb300;
    --vcu-gray: #dedede;
    --vcu-white: #fff;
    --light-gray: #ebebeb;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    color: var(--black);
    background: var(--vcu-white);
    font-size: 20px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 800px) {
    body {
        font-size: 16px;
    }
}

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

.btn-primary a {
    display: inline-block;
    background: var(--vcu-gold);
    color: var(--vcu-black);
    font-family: "Roboto", sans-serif;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 16px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.15s;
}

.btn-primary a:hover {
    background: var(--vcu-white);
    transform: translateY(-2px);
}

.btn-primary.black a {
    background: var(--vcu-black);
    color: var(--vcu-white);
}

.btn-primary.black a:hover {
    background: var(--vcu-white);
    color: var(--vcu-black);
    transform: translateY(-2px);
}

/* HERO */
.hero {
    background: var(--vcu-black);
    padding: 100px 2.5rem 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-eyebrow {
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vcu-gold);
    margin-bottom: 1.5rem;
}

.hero h1 {
    font-family: "Merriweather", serif;
    font-size: 4em;
    font-weight: 700;
    line-height: 1.05;
    color: var(--vcu-white);
    max-width: 820px;
    margin: 0 auto 1.5rem;
    letter-spacing: -0.02em;
}

.hero h1 em {
    font-style: italic;
    color: var(--vcu-gold);
}

.hero-sub {
    color: var(--vcu-white);
    max-width: 500px;
    margin: 0 auto 2.5rem;
    font-weight: 300;
    line-height: 1.6;
}

.hero-note {
    margin-top: 1rem;
    font-size: 0.5em;
    color: var(--vcu-gray);
    letter-spacing: 0.02em;
}

/* INTRO STRIP */
.intro-strip {
    background: var(--light-gray);
    padding: 60px 2.5rem;
    text-align: center;
}

.intro-strip p {
    font-size: 1.2em;
    max-width: 750px;
    margin: 0 auto;
    color: var(--vcu-black);
    font-weight: 300;
    line-height: 1.7;
}

.intro-strip p strong {
    font-weight: 600;
    color: var(--black);
}

/* SECTION */
.section {
    padding: 80px 2.5rem;
}

.section-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.section-title {
    font-family: "Merriweather", serif;
    font-size: 2em;
    font-weight: 700;
    color: var(--vcu-black);
    line-height: 1.15;
    margin-bottom: 3rem;
    letter-spacing: -0.01em;
}

/* DEPARTMENTS GRID */
.depts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    overflow: hidden;
    gap: 5px;
}

.dept-card {
    background: var(--vcu-white);
    position: relative;
    transition: background 0.2s;
    border-radius: 8px;
    margin-bottom: 0;
}

.dept-card:hover {
    background: var(--light-gray);
}

.dept-card:last-of-type {
    background: var(--vcu-black);
    color: var(--vcu-white);
}

.dept-num {
    font-family: "Merriweather", serif;
    font-size: 2em;
    color: var(--vcu-gray);
    line-height: 1;
    margin-bottom: 0.75rem;
    display: block;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.dept-title {
    font-family: "Merriweather", serif;
    font-size: 1.25em;
    font-weight: 700;
    color: var(--vcu-black);
    margin-bottom: 0.75rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.dept-hook {
    font-size: 0.75em;
    margin-bottom: 1.25rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
}

.dept-body {
    font-size: 0.8em;
    line-height: 1.65;
}

.dept-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 1.25rem;
}

.tag {
    font-size: 0.6em;
    font-weight: 500;
    letter-spacing: 0.04em;
    border: 1px solid var(--vcu-gray);
    padding: 4px 10px;
    border-radius: 100px;
}

/* ACCELERATOR CALLOUT */
.callout-strip {
    background: var(--vcu-black);
    color: var(--vcu-white);
    text-align: center;
}

.callout-strip .eyebrow {
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vcu-gold);
    margin-bottom: 1rem;
    display: block;
}

.callout-strip h2 {
    font-family: "Merriweather", serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: var(--vcu-white);
    letter-spacing: -0.02em;
}

.callout-strip h2 span {
    color: var(--vcu-gold);
    font-style: italic;
}

.callout-strip p {
    font-size: 1em;
    max-width: 650px;
    margin: 0 auto;
    font-weight: 300;
}

/* RICHMOND SECTION */
.richmond-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

@media (max-width: 768px) {
    .richmond-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    nav {
        padding: 0 1.25rem;
    }
    section {
        padding: 56px 1.25rem;
    }
    .hero {
        padding: 72px 1.25rem 64px;
    }
    .intro-strip {
        padding: 40px 1.25rem;
    }
    .depts-grid {
        grid-template-columns: 1fr;
    }
}

.richmond-text h2 {
    font-family: "Merriweather", serif;
    font-size: 2em;
    font-weight: 700;
    color: var(--vcu-black);
    line-height: 1.15;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
}

.richmond-text p {
    font-size: 0.9em;
    margin-bottom: 1rem;
    font-weight: 300;
}

.stat-row {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--vcu-gray);
}

.stat-num {
    font-family: "Merriweather", serif;
    font-size: 2em;
    color: var(--vcu-black);
    line-height: 1;
    display: block;
    letter-spacing: -0.02em;
}

.stat-label {
    max-width: 175px;
    font-size: 0.6em;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4em;
    text-transform: uppercase;
    display: block;
    margin-top: 6px;
}

.richmond-visual {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

@media screen and (max-width: 800px) {
    .richmond-visual {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}

.richmond-visual-label {
    font-size: 0.6em;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vcu-gold);
    font-weight: 500;
    margin-bottom: 1rem;
    display: block;
}

.richmond-quote {
    font-family: "Merriweather", serif;
    font-size: 1.5em;
    font-weight: 400;
    font-style: italic;
    color: var(--vcu-white);
    line-height: 1.45;
    letter-spacing: -0.01em;
}

.richmond-quote em {
    color: var(--vcu-gold);
    font-style: normal;
    font-weight: 700;
}

/* FINAL CTA */
.final-cta {
    background-color: var(--vcu-gold);
    text-align: center;
    padding: 90px 2.5rem;
}

.final-cta h2 {
    font-family: "Merriweather", serif;
    font-size: 3em;
    font-weight: 700;
    color: var(--vcu-black);
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.final-cta h2 em {
    font-style: italic;
    color: var(--vcu-white);
}

.final-cta p {
    font-size: 1em;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
}

.final-cta .sub-link {
    display: block;
    font-size: 13px;
}

.final-cta .sub-link a {
    color: var(--vcu-black);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ANIMATION */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-eyebrow {
    animation: fadeUp 0.5s ease both;
}
.hero h1 {
    animation: fadeUp 0.6s 0.1s ease both;
}
.hero-sub {
    animation: fadeUp 0.6s 0.2s ease both;
}
.hero .btn-primary {
    animation: fadeUp 0.6s 0.3s ease both;
}
.hero-note {
    animation: fadeUp 0.6s 0.4s ease both;
}
