@import url('fonts.css');

.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-color: #0d0d0d;
    font-family: var(--font-primary, 'Californian FB', Georgia, serif);
}

.hero-bg,
.hero-bg-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.hero-bg-layer.hero-bg-active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/banners/hero_banner_overlay_1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

.hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Custom Vertical Capsule Carousel Buttons */
.hero-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 90px;
    border-radius: 40px;
    background-color: rgba(225, 220, 210, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #656056;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.hero-carousel-btn:hover {
    background-color: rgba(245, 240, 230, 0.75);
    color: #333333;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.hero-carousel-btn:active {
    transform: translateY(-50%) scale(0.96);
}

.hero-btn-prev {
    left: 28px;
}

.hero-btn-next {
    right: 28px;
}

/* Text Fade Animation */
.hero-content-inner {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hero-content-inner.fade-out {
    opacity: 0;
    transform: translateY(10px);
}

.hero-header {
    padding-top: 1.75rem;
    padding-bottom: 1rem;
}

.header-logo-container {
    display: flex;
    align-items: center;
}

.header-logo {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

.menu-gradient-wrapper {
    background: linear-gradient(90deg, #7B1F26 0%, #B11F25 50%, #7B1F26 100%);
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    min-height: 54px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.5rem;
}

.hero-nav-list {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.hero-nav-item {
    flex: 1;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-nav-link {
    position: relative;
    color: #ffffff;
    font-family: var(--font-hyundai, 'Hyundai Sans', sans-serif);
    font-weight: 300;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    text-decoration: none;
    padding: 8px 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    border-radius: 30px;
    transition: background-color 0.25s ease, color 0.25s ease;
    margin: 1px 5px;
}

.hero-nav-link:hover,
.hero-nav-link:focus,
.hero-nav-link.active {
    background-color: #ffffff;
    color: #7D1E26;
    font-weight: 300;
}

.hero-toggler {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    padding: 0.4rem 0.75rem;
}

.hero-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
    .menu-gradient-wrapper {
        padding: 0.75rem 1rem;
        border-radius: 30px;
        margin-top: 0.75rem;
    }

    .hero-nav-list {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-nav-item {
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .hero-nav-item:last-child {
        border-bottom: none;
    }

    .hero-nav-link {
        justify-content: flex-start;
        padding: 0.65rem 1rem;
    }
}

.hero-content-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.hero-content-inner {
    max-width: 920px;
    width: 100%;
}

.hero-title {
    font-family: var(--font-californian, 'Cormorant Garamond', 'Californian FB', Georgia, serif);
    color: #FFE4C0;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 52px;
    line-height: 1.15;
    margin-bottom: 1.75rem;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-description {
    font-family: var(--font-hyundai, 'Hyundai Sans', sans-serif);
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.65;
    font-weight: 300;
    max-width: 820px;
    margin-bottom: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.hero-banner-content {}