html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

html {
    overflow-y: scroll;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.nav-link {
    color: #fffffff4 !important;
    transition: color 0.2s ease;
}

.lead {
    font-size: 1.25rem;
}

.form-control-lg {
    font-size: .875rem;
    padding: .75rem 1rem;
}

.btn-lg {
    font-size: .875rem;
    padding: .75rem 1rem;
}

.avatar {
    position: relative;
    display: inline-block;
}

.upload-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.upload-overlay i {
    font-size: 1.5rem;
}

.avatar:hover .upload-overlay {
    opacity: 1;
}

.bg-dark {
    background-color: #0a0a0a !important;
}

p {
    font-weight: 300;
}

.opacity-85 {
    opacity: 0.85 !important;
}


.text-brand-red {
    color: #eb1e25 !important;
}

.text-dark {
    color: #211f20 !important;
}


.bg-red {
    background-color: #eb1e25 !important;
}

.text-danger {
    color: #eb1e25 !important;
}

.breadcrumb-item a {
    color: #6c757d !important;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #eb1e25 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6c757d;
}

.btn-red {
    background-color: #eb1e25 !important;
    border-color: #eb1e25 !important;
    color: white;
}

.btn-red:hover {
    background-color: #d11a1f !important;
    border-color: #d11a1f !important;
    color: white;
}

.btn-red:focus {
    background-color: #d11a1f !important;
    border-color: #d11a1f !important;
    color: white;
}

.btn-outline-red {
    color: #eb1e25 !important;
    border-color: #eb1e25 !important;
}

.btn-outline-red:hover {
    color: #fff !important;
    background-color: #eb1e25 !important;
    border-color: #eb1e25 !important;
}

.btn-outline-red:focus {
    color: #fff !important;
    background-color: #eb1e25 !important;
    border-color: #eb1e25 !important;
}

.hero-heading-grid {
    display: grid;
    align-content: stretch;
}

.hero-title {
    display: block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1.05;
    font-size: clamp(2.5rem, 14vw, 8rem);
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: clamp(2.8rem, 19vw, 6rem);
        line-height: 1.08;
        letter-spacing: -0.01em;
    }

    .hero-subtitle {
        font-size: 1.8rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.hero-subtitle {
    font-size: 2rem;
    color: #e3342f;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 0.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.hero-anim {
    opacity: 0;
    transform: translateY(32px);
    animation: heroFadeUp 1.1s cubic-bezier(.77, 0, .18, 1) forwards;
}

@keyframes heroFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-header-title {
    display: block;
    font-weight: 700;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1.05;
    font-size: clamp(2.5rem, 14vw, 6rem);
}

@media (max-width: 575.98px) {
    .section-header-title {
        font-size: clamp(2.8rem, 19vw, 4rem);
        line-height: 1.08;
        letter-spacing: -0.01em;
    }
}

/* Responsive Width Classes */
@media screen and (min-width: 576px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

}

.separator {
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #e3342f 0%, #e3342f 100%);
    border-radius: 3px;
}

.page-header-title {
    display: block;
    font-weight: 700;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1.05;
    font-size: clamp(2.5rem, 14vw, 5rem);
}


.staff-name-title {
    font-size: clamp(1rem, 2vw, 1.7rem);
    line-height: 1.1;
    letter-spacing: -0.01em;
}


.tracking-wider {
    letter-spacing: 0.1em;
}

.object-fit-cover {
    object-fit: cover;
}

.card:hover {
    transform: translateY(-5px);
}

.card:hover .btn-outline-light {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff !important;
}

.btn-outline-light:hover {
    background-color: #fff !important;
    color: #000 !important;
}

@media (max-width: 575.98px) {
    .page-header-title {
        font-size: clamp(2.2rem, 13vw, 3.2rem);
        line-height: 1.08;
        letter-spacing: -0.01em;
    }
}