.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: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    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-mark-image {
    width: 84px;
    height: 84px;
    border-radius: 0;
    background: transparent;
    color: inherit;
}

.brand-mark-image img {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    min-width: 0;
    flex: 0 1 auto;
    flex-direction: column;
    gap: 0;
}

.brand-type {
    width: clamp(300px, 28vw, 420px);
    max-width: 100%;
    height: auto;
    max-height: 42px;
    object-fit: contain;
    object-position: left center;
}

.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: 13px;
    line-height: 1.15;
}

.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 .nav-platform,
.site-nav .button-small {
    width: 176px;
    min-height: 44px;
    padding: 10px 14px;
}

.site-nav a:hover {
    color: #41386b;
}

.nav-platform {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(65, 56, 107, .18);
    border-radius: 8px;
    padding: 9px 14px;
    background: #7a70ba;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(122, 112, 186, .22);
}

.nav-platform:hover {
    background: #41386b;
    color: #ffffff;
}

.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: #d9d6e6;
    color: #312d43;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 30px;
}

.footer-brand {
    transform: translateY(-18px);
    margin-bottom: 0;
}

.footer-brand .brand-mark-image,
.footer-brand .brand-mark-image img {
    width: 104px;
    height: 104px;
}

.footer-brand .brand-type {
    width: 440px;
    max-width: min(440px, 100%);
    height: auto;
    max-height: 54px;
    object-fit: contain;
    object-position: center center;
}

.site-footer h2 {
    margin-bottom: 12px;
    color: #312d43;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
}

.site-footer p,
.site-footer small,
.site-footer a,
.site-footer .brand small {
    color: #4f4a5f;
}

.site-footer a {
    display: block;
    margin: 8px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(65, 56, 107, .16);
    padding-top: 20px;
    margin-top: 34px;
}
