.hero-banner-section {
        position: relative;
        width: 100%;
        margin: 0;
        overflow: hidden;
        background: #f5ede4;
    }

    .hero-banner-section .carousel,
    .hero-banner-section .carousel-inner,
    .hero-banner-section .carousel-item {
        width: 100%;
        overflow: hidden;
    }

    .hero-banner-slide {
        position: relative;
        display: flex;
        width: 100%;
        min-height: 0;
        aspect-ratio: 1717 / 916;
        align-items: center;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-banner-slide::before {
        display: none;
    }

    .hero-banner-link {
        display: block;
        width: 100%;
        color: inherit;
        text-decoration: none;
    }

    .hero-banner-link:hover,
    .hero-banner-link:focus {
        color: inherit;
        text-decoration: none;
    }

    .hero-banner-content {
        position: relative;
        z-index: 2;
        width: min(47%, 680px);
        margin-left: clamp(52px, 8vw, 150px);
        padding: clamp(120px, 11vw, 178px) 0 64px;
        color: #301a16;
        text-align: left;
    }

    .hero-banner-tagline {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        color: #9c493e;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .24em;
        text-transform: uppercase;
    }

    .hero-banner-tagline::before {
        width: 38px;
        height: 1px;
        background: currentColor;
        content: "";
    }

    .hero-banner-title {
        max-width: 610px;
        margin: 0 0 18px;
        color: #291713;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(38px, 4vw, 67px);
        font-weight: 500;
        line-height: .98;
        letter-spacing: -.035em;
        text-shadow: 0 2px 20px rgba(255, 255, 255, .52);
    }

    .hero-banner-title .hero-accent {
        display: block;
        margin-top: 8px;
        color: #a6262f;
        font-style: italic;
    }

    .hero-banner-description {
        max-width: 470px;
        margin: 0 0 28px;
        color: #5f4942;
        font-size: clamp(14px, 1.1vw, 18px);
        line-height: 1.65;
    }

    .hero-banner-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .hero-btn {
        display: inline-flex;
        min-width: 168px;
        align-items: center;
        justify-content: center;
        padding: 14px 24px;
        border: 1px solid #4b2922;
        color: #ffffff;
        background: #4b2922;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .11em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        box-shadow: 0 12px 26px rgba(65, 35, 28, .18);
        transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease;
    }

    .hero-btn:hover,
    .hero-btn:focus {
        color: #ffffff;
        background: #a6262f;
        border-color: #a6262f;
        text-decoration: none;
        box-shadow: 0 16px 30px rgba(122, 37, 43, .24);
        transform: translateY(-2px);
    }

    .hero-btn-secondary {
        color: #4b2922;
        background: rgba(255, 255, 255, .50);
        backdrop-filter: blur(8px);
    }

    .hero-btn-secondary:hover,
    .hero-btn-secondary:focus {
        color: #ffffff;
    }

    .hero-banner-section .carousel-indicators {
        right: auto;
        bottom: 26px;
        left: 50%;
        z-index: 4;
        width: auto;
        margin: 0;
        transform: translateX(-50%);
    }

    .hero-banner-section .carousel-indicators li {
        width: 36px;
        height: 3px;
        margin: 0 5px;
        border: 0;
        border-radius: 999px;
        background: rgba(75, 41, 34, .28);
        opacity: 1;
        transition: width .25s ease, background-color .25s ease;
    }

    .hero-banner-section .carousel-indicators li.active {
        width: 58px;
        background: #a6262f;
    }

    .hero-banner-section .carousel-control-prev,
    .hero-banner-section .carousel-control-next {
        top: 50%;
        bottom: auto;
        z-index: 4;
        width: 52px;
        height: 52px;
        border: 1px solid rgba(229, 62, 62, .30);
        border-radius: 50%;
        background: rgba(255, 255, 255, .72);
        opacity: 1;
        box-shadow: 0 10px 28px rgba(67, 42, 32, .13);
        backdrop-filter: blur(10px);
        transform: translateY(-50%);
        transition: background-color .25s ease, transform .25s ease;
    }

    .hero-banner-section .carousel-control-prev {
        left: 24px;
    }

    .hero-banner-section .carousel-control-next {
        right: 24px;
    }

    .hero-banner-section .carousel-control-prev:hover,
    .hero-banner-section .carousel-control-next:hover {
        background: #E53E3E;
        transform: translateY(-50%) scale(1.05);
    }

    .hero-banner-section .carousel-control-prev-icon,
    .hero-banner-section .carousel-control-next-icon {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    .hero-banner-section .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23E53E3E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
    }

    .hero-banner-section .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23E53E3E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
    }

    .hero-banner-section .carousel-control-prev:hover .carousel-control-prev-icon,
    .hero-banner-section .carousel-control-next:hover .carousel-control-next-icon {
        filter: brightness(0) invert(1);
    }

    .hero-banner-section .carousel-item.active .hero-banner-tagline,
    .hero-banner-section .carousel-item.active .hero-banner-title,
    .hero-banner-section .carousel-item.active .hero-banner-description,
    .hero-banner-section .carousel-item.active .hero-banner-buttons {
        animation: heroContentReveal .75s cubic-bezier(.22, 1, .36, 1) both;
    }

    .hero-banner-section .carousel-item.active .hero-banner-title {
        animation-delay: .08s;
    }

    .hero-banner-section .carousel-item.active .hero-banner-description {
        animation-delay: .14s;
    }

    .hero-banner-section .carousel-item.active .hero-banner-buttons {
        animation-delay: .20s;
    }

    .hero-banner-section .carousel-fade .carousel-item.active.carousel-item-left .hero-banner-content,
    .hero-banner-section .carousel-fade .carousel-item.active.carousel-item-right .hero-banner-content {
        opacity: 0;
        transition: opacity .12s ease;
    }

    @keyframes heroContentReveal {
        from {
            opacity: 0;
            transform: translateY(22px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 1199px) {
        .hero-banner-content {
            width: 50%;
            margin-left: 64px;
            padding-top: 118px;
        }

        .hero-banner-title {
            font-size: clamp(36px, 4.7vw, 54px);
        }
    }

    @media (max-width: 767px) {
        .hero-banner-slide {
            min-height: 0;
            aspect-ratio: 1717 / 916;
            background-position: center;
            background-size: contain;
        }

        .hero-banner-slide::before {
            display: none;
        }

        .hero-banner-content {
            width: 100%;
            margin: 0;
            padding: 210px 28px 62px;
        }

        .hero-banner-tagline {
            margin-bottom: 10px;
            font-size: 10px;
        }

        .hero-banner-title {
            max-width: 390px;
            margin-bottom: 12px;
            font-size: 35px;
        }

        .hero-banner-description {
            max-width: 420px;
            margin-bottom: 18px;
            font-size: 13px;
            line-height: 1.5;
        }

        .hero-btn {
            min-width: 145px;
            padding: 12px 17px;
            font-size: 10px;
        }

        .hero-banner-section .carousel-control-prev,
        .hero-banner-section .carousel-control-next {
            top: 44%;
            width: 40px;
            height: 40px;
        }

        .hero-banner-section .carousel-control-prev {
            left: 10px;
        }

        .hero-banner-section .carousel-control-next {
            right: 10px;
        }

        .hero-banner-section .carousel-indicators {
            bottom: 20px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .hero-banner-section .carousel-item.active .hero-banner-tagline,
        .hero-banner-section .carousel-item.active .hero-banner-title,
        .hero-banner-section .carousel-item.active .hero-banner-description,
        .hero-banner-section .carousel-item.active .hero-banner-buttons {
            animation: none;
        }
    }
