.container {
    width: var(--container);
    margin-inline: auto
}

.section {
    padding: 110px 0
}

.section-light {
    background: var(--ivory)
}

.section-navy {
    background: var(--navy);
    color: var(--white)
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.split-reverse .section-copy {
    order: 1
}

.split-reverse .artist-photo {
    order: 2
}

.section-heading {
    max-width: 780px;
    margin-bottom: 45px
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    background: rgba(11, 37, 69, .76);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.nav-wrap {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: inline-flex;
    align-items: center;
    width: 285px;
    max-width: 38vw;
    color: #fff;
}

.brand img {
    width: 100%;
    height: auto;
    max-height: 66px;
    object-fit: contain;
    object-position: left center;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #fff
}

.nav-toggle {
    display: none
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px
}
.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-links a {
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .82;
    transition: opacity .2s ease, color .2s ease, transform .2s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
    color: var(--gold);
    opacity: 1;
    transform: translateY(-1px);
}

.social-links-header {
    margin-left: 2px;
    padding-left: 16px;
    border-left: 1px solid rgba(255,255,255,.2);
}

.social-links-footer {
    flex-wrap: wrap;
    margin-top: 10px;
}


.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-left: 2px;
    color: rgba(255,255,255,.68);
    font-size: .74rem;
    font-weight: 600;
    letter-spacing: .1em;
}

.language-switcher a {
    padding: 6px 3px;
    color: inherit;
    transition: color .2s ease;
}

.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a[aria-current="page"] {
    color: var(--gold);
}

.footer-language-switcher {
    display: flex;
    gap: 14px;
    margin-top: 12px;
    font-size: .78rem;
}

.footer-language-switcher a {
    opacity: .72;
}

.footer-language-switcher a:hover,
.footer-language-switcher a:focus-visible,
.footer-language-switcher a[aria-current="page"] {
    color: var(--gold);
    opacity: 1;
}


/* v2.0.6 — Amore Music Production brand lockups */
.brand {
    width: 310px;
    max-width: 40vw;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    margin-right: 1.25rem;
    text-decoration: none;
}

.brand img {
    width: 100%;
    height: auto;
    max-height: 70px;
    transition: transform .25s ease;
}

.brand:hover img,
.brand:focus-visible img {
    transform: scale(1.025);
}

.brand-descriptor,
.footer-brand-descriptor {
    color: rgba(255,255,255,.68);
    font-family: "Poppins", sans-serif;
    font-size: .62rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.brand-descriptor {
    padding-left: 4px;
}

.footer-brand-lockup {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .55rem;
}

.footer-brand-logo {
    display: block;
    width: min(330px, 100%);
    height: auto;
    max-height: 92px;
    object-fit: contain;
    object-position: left center;
}

.social-links-footer {
    gap: .8rem 1.25rem;
}

@media (prefers-reduced-motion: reduce) {
    .brand img {
        transition: none;
    }

    .brand:hover img,
    .brand:focus-visible img {
        transform: none;
    }
}

/* v2.0.7 — compact horizontal header lockup */
.brand {
    width: auto;
    max-width: none;
    flex-direction: row;
    align-items: center;
    gap: .9rem;
    margin-right: 1.35rem;
}

.brand img {
    width: 190px;
    max-width: none;
    max-height: 72px;
    flex: 0 0 auto;
}

.brand-descriptor {
    width: 112px;
    padding-left: 0;
    font-size: .58rem;
    line-height: 1.35;
    letter-spacing: .145em;
}

.primary-nav > a {
    white-space: nowrap;
}

/* v2.1.3 — clean Amore master seal lockup */
.brand {
    gap: 1rem;
}

.brand img {
    width: 82px;
    height: 82px;
    max-width: 82px;
    max-height: 82px;
    object-fit: contain;
    object-position: center;
    flex: 0 0 82px;
}

.brand-descriptor {
    width: 126px;
    font-size: .61rem;
    line-height: 1.4;
    letter-spacing: .16em;
}

.footer-brand-logo {
    width: 150px;
    height: 150px;
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    object-position: center;
}
