/* Setup font antialiasing and selection styling */
::selection {
    background-color: #C14B2C;
    /* brand-accent */
    color: white;
}

/* Custom Utilities */
.text-balance {
    text-wrap: balance;
}

/* Magnetic Button Lift Utility logic handled via hover states - Disabled for Valencia (sharp edges) */
/* .btn-lift disabled */

/* Scrolled Header */
.header-scrolled {
    border-bottom-color: #E8E8E8 !important;
    /* brand-border */
    background-color: rgba(242, 238, 234, 0.95) !important;
    /* brand-light */
}

/* Scrolled Header Transitions (Forces dark text when background is light) */
.header-scrolled #header-logo {
    color: #000000 !important;
}

.header-scrolled .nav-link,
.header-scrolled .login-link,
.header-scrolled #mobile-menu-toggle {
    color: rgba(0, 0, 0, 0.8) !important;
}

.header-scrolled .nav-link:hover,
.header-scrolled .login-link:hover,
.header-scrolled #mobile-menu-toggle:hover {
    color: #000000 !important;
}

.header-scrolled .nav-cta {
    border-color: rgba(0, 0, 0, 0.5) !important;
    color: #000000 !important;
}

.header-scrolled .nav-cta:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}