:root {
    --home-wine: #470506;
    --home-wine-deep: #2c0203;
    --home-gold: #f2b632;
    --home-ink: #191619;
    --home-muted: #6f6869;
    --home-cream: #faf7f2;
}

.home-hero,
.home-hero .carousel-item {
    min-height: 680px;
}

.home-hero .carousel-item {
    position: relative;
    height: calc(100vh - 116px);
    max-height: 820px;
}

.home-hero .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(28, 2, 3, .92) 0%, rgba(48, 4, 5, .76) 42%, rgba(20, 16, 16, .2) 76%),
        linear-gradient(0deg, rgba(0, 0, 0, .42), transparent 46%);
}

.home-hero .carousel-caption {
    padding: 0;
    text-align: left;
    background: transparent;
}

.hero-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--home-wine);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hero-kicker::before,
.section-kicker::before {
    width: 34px;
    height: 2px;
    background: var(--home-gold);
    content: "";
}

.hero-kicker {
    color: #ffd573;
}

.home-hero h1 {
    max-width: 840px;
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(2.65rem, 5.3vw, 5.35rem);
    line-height: 1.02;
    letter-spacing: -.035em;
    text-transform: none;
}

.home-hero p {
    max-width: 660px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .82);
    font-size: 1.1rem;
    line-height: 1.75;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-hero .btn,
.home-cta .btn {
    border-radius: 4px;
    font-size: .82rem;
    letter-spacing: .05em;
}

.home-hero .carousel-indicators {
    bottom: 26px;
    z-index: 3;
}

.home-hero .carousel-indicators button {
    width: 38px;
    height: 4px;
    border: 0;
    border-radius: 4px;
}

.commitment-strip {
    position: relative;
    z-index: 4;
    padding: 42px 0;
    color: #fff;
    background: var(--home-wine);
}

.section-kicker-light {
    color: #ffd573;
}

.commitment-strip h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.55rem, 2.5vw, 2.2rem);
    line-height: 1.25;
}

.commitment-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
}

.commitment-list div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 82px;
    border-right: 1px solid rgba(255, 255, 255, .18);
    font-weight: 600;
}

.commitment-list div:last-child {
    border-right: 0;
}

.commitment-list i {
    color: var(--home-gold);
    font-size: 1.2rem;
}

.section-space {
    padding: 110px 0;
}

.about-home {
    overflow: hidden;
    background: #fff;
}

.about-visual {
    position: relative;
    min-height: 510px;
    padding: 0 55px 45px 0;
}

.about-visual::before {
    position: absolute;
    top: 35px;
    right: 0;
    bottom: 0;
    left: 55px;
    background: var(--home-cream);
    content: "";
}

.about-visual img {
    position: relative;
    width: 100%;
    height: 465px;
    object-fit: cover;
    box-shadow: 0 24px 55px rgba(47, 20, 21, .16);
}

.about-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 220px;
    padding: 24px 28px;
    color: #fff;
    background: var(--home-wine);
    box-shadow: 0 14px 32px rgba(71, 5, 6, .25);
}

.about-badge strong,
.about-badge span {
    display: block;
}

.about-badge strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: 1.25rem;
}

.about-badge span {
    color: rgba(255, 255, 255, .72);
    font-size: .85rem;
}

.section-title {
    margin-bottom: 24px;
    color: var(--home-ink);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.13;
    letter-spacing: -.03em;
}

.section-copy {
    margin-bottom: 28px;
    color: var(--home-muted);
    font-size: 1.05rem;
    line-height: 1.9;
}

.text-link,
.news-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--home-wine);
    font-weight: 700;
}

.text-link:hover,
.news-link:hover {
    color: #8b1719;
}

.text-link i,
.news-link i {
    transition: transform .25s ease;
}

.text-link:hover i,
.news-link:hover i {
    transform: translateX(4px);
}

.stats-section {
    padding: 0 0 110px;
    background: #fff;
}

.stats-panel {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr;
    align-items: stretch;
    overflow: hidden;
    color: #fff;
    background: var(--home-wine-deep);
    box-shadow: 0 24px 60px rgba(45, 2, 3, .2);
}

.stats-intro,
.stat-item {
    padding: 44px;
}

.stats-intro {
    background: var(--home-wine);
}

.stats-intro h2 {
    margin: 0;
    color: #fff;
    font-size: 1.85rem;
    line-height: 1.3;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.stat-item > i {
    color: var(--home-gold);
    font-size: 2.15rem;
}

.stat-item strong,
.stat-item span {
    display: block;
}

.stat-item strong {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
}

.stat-item span {
    margin-top: 8px;
    color: rgba(255, 255, 255, .68);
}

.news-home {
    background: var(--home-cream);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 46px;
}

.section-heading .section-title {
    margin-bottom: 0;
}

.news-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(71, 5, 6, .08);
    box-shadow: 0 14px 34px rgba(35, 25, 25, .07);
    transition: transform .3s ease, box-shadow .3s ease;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 46px rgba(35, 25, 25, .13);
}

.news-image {
    position: relative;
    display: block;
    height: 245px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.045);
}

.news-image span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 7px 12px;
    color: var(--home-wine);
    background: var(--home-gold);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.news-content {
    padding: 28px;
}

.news-content time {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #8c8182;
    font-size: .78rem;
    text-transform: uppercase;
}

.news-content h3 {
    margin-bottom: 13px;
    font-size: 1.35rem;
    line-height: 1.4;
}

.news-content h3 a {
    color: var(--home-ink);
}

.news-content h3 a:hover {
    color: var(--home-wine);
}

.news-content p {
    min-height: 72px;
    margin-bottom: 20px;
    color: var(--home-muted);
    line-height: 1.7;
}

.news-link {
    font-size: .85rem;
}

.empty-news {
    padding: 70px 20px;
    color: var(--home-muted);
    background: #fff;
    border: 1px dashed rgba(71, 5, 6, .22);
}

.empty-news i {
    margin-bottom: 16px;
    color: var(--home-wine);
    font-size: 3rem;
}

.home-cta {
    padding: 90px 0;
    background:
        linear-gradient(90deg, rgba(44, 2, 3, .97), rgba(71, 5, 6, .9)),
        url('../../img/carousels/1.jpg') center/cover;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta-panel h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .home-hero,
    .home-hero .carousel-item {
        min-height: 620px;
    }

    .home-hero .carousel-item {
        height: 72vh;
    }

    .hero-overlay {
        background: linear-gradient(90deg, rgba(35, 2, 3, .9), rgba(35, 2, 3, .48));
    }

    .section-space {
        padding: 80px 0;
    }

    .stats-panel {
        grid-template-columns: 1fr 1fr;
    }

    .stats-intro {
        grid-column: 1 / -1;
    }

    .stat-item:first-of-type {
        border-left: 0;
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .home-hero,
    .home-hero .carousel-item {
        min-height: 560px;
    }

    .home-hero .carousel-item {
        height: 72vh;
        max-height: 680px;
    }

    .home-hero h1 {
        font-size: clamp(2.2rem, 11vw, 3.4rem);
    }

    .home-hero p {
        font-size: .98rem;
        line-height: 1.6;
    }

    .home-hero .carousel-control-prev,
    .home-hero .carousel-control-next {
        display: none;
    }

    .commitment-list {
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .commitment-list div {
        justify-content: flex-start;
        min-height: 62px;
        padding: 0 22px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .commitment-list div:last-child {
        border-bottom: 0;
    }

    .about-visual {
        min-height: 400px;
        padding: 0 25px 32px 0;
    }

    .about-visual::before {
        left: 25px;
    }

    .about-visual img {
        height: 370px;
    }

    .about-badge {
        min-width: 190px;
        padding: 18px 20px;
    }

    .stats-section {
        padding-bottom: 80px;
    }

    .stats-panel {
        grid-template-columns: 1fr;
    }

    .stats-intro,
    .stat-item {
        padding: 32px;
    }

    .stats-intro {
        grid-column: auto;
    }

    .stat-item {
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-left: 0;
    }

    .news-image {
        height: 230px;
    }

    .home-cta {
        padding: 70px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .news-card,
    .news-image img,
    .text-link i,
    .news-link i {
        transition: none;
    }
}
