.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(65, 56, 107, .12);
    background: rgba(255, 253, 248, .96);
}

.header-inner {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark {
    display: flex;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #41386b;
    color: #f5e8ad;
    font-weight: 700;
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.1;
}

.brand small {
    color: #625d6d;
    font-size: 12px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #625d6d;
    font-size: 15px;
    font-weight: 700;
}

.site-nav a {
    white-space: nowrap;
}

.site-nav a:hover,
.nav-platform {
    color: #41386b;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(65, 56, 107, .16);
    border-radius: 8px;
    background: #fffdf8;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: #312d43;
}

.section {
    padding: 88px 0;
}

.split,
.hero-grid,
.schedule-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.reverse {
    grid-template-columns: .9fr 1.1fr;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 36px;
}

.site-footer {
    padding: 54px 0 24px;
    background: #241f24;
    color: #ffffff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 30px;
}

.footer-brand {
    margin-bottom: 16px;
}

.site-footer h2 {
    margin-bottom: 12px;
    color: #ffffff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
}

.site-footer p,
.site-footer small,
.site-footer a,
.site-footer .brand small {
    color: rgba(255, 255, 255, .74);
}

.site-footer a {
    display: block;
    margin: 8px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding-top: 20px;
    margin-top: 34px;
}
