.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--white);
    border-bottom: 1px solid #eee;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

main {
    min-height: 80vh;
}

/* REMOVE or DO NOT APPLY .hero TO CAROUSEL */

/* HERO CAROUSEL */
.hero-carousel {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.hero-slides {
    position: relative;
    height: 100%;
}
