.home-hero {
    overflow: hidden;
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        90deg,
        rgba(31, 15, 29, 0.9) 0%,
        rgba(31, 15, 29, 0.72) 46%,
        rgba(31, 15, 29, 0.26) 78%,
        rgba(31, 15, 29, 0.08) 100%
    );
    pointer-events: none;
}

.home-hero .hero-media,
.home-hero .responsive-image,
.home-hero picture,
.home-hero .hero-image {
    width: 100%;
    height: 100%;
}

.home-hero .hero-image {
    display: block;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
}

.home-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: calc(100svh - 5.5rem);
    padding-block: clamp(4.5rem, 9vw, 7.5rem);
}

.home-hero h1 {
    max-width: 13ch;
    margin-bottom: 1.6rem;
    font-size: clamp(3.2rem, 5vw, 5.8rem);
    line-height: 0.98;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}

.home-hero__text {
    max-width: 47rem;
    margin: 0;
    font-size: clamp(1.05rem, 1.25vw, 1.2rem);
    line-height: 1.7;
}

.home-hero__statement {
    max-width: none;
    margin: clamp(1.75rem, 3vw, 2.5rem) 0 0;
    font-size: clamp(1.45rem, 3vw, 2.5rem);
    line-height: 1.1;
    white-space: nowrap;
}

.home-hero__statement strong {
    color: var(--souvelty-champagne-gold);
    font-weight: 400;
}

.home-section h2,
.home-legend h2 {
    max-width: 18ch;
    font-size: clamp(2.3rem, 4vw, 4.2rem);
    line-height: 1.06;
    text-wrap: balance;
}

.home-section__copy {
    max-width: 52rem;
}

.home-section__copy p,
.home-legend__copy p {
    font-size: clamp(1.02rem, 1.2vw, 1.16rem);
}

.home-section__copy strong {
    font-weight: 700;
}

.home-section .button,
.home-legend .button {
    margin-top: 1.25rem;
}

.home-wishes {
    border-top: 1px solid rgba(215, 175, 118, 0.18);
    border-bottom: 1px solid rgba(215, 175, 118, 0.18);
}

.home-direction {
    text-align: center;
}

.home-direction__content {
    max-width: 66rem;
}

.home-direction h2 {
    max-width: none;
    margin-inline: auto;
    font-size: clamp(2.2rem, 4.2vw, 4.5rem);
}

.home-direction p {
    margin-inline: auto;
}

.home-direction__actions {
    justify-content: center;
}

.home-direction__button-secondary {
    border-color: rgba(51, 47, 47, 0.46);
}

.home-direction__button-secondary:hover {
    border-color: var(--souvelty-aubergine);
}

.home-legend__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 1.18fr);
    gap: clamp(3rem, 7vw, 8rem);
    align-items: center;
}

.home-legend__copy {
    max-width: 42rem;
}

.home-legend .responsive-image,
.home-legend img {
    display: block;
    width: 100%;
}

@media (max-width: 980px) {
    .home-hero::after {
        background: linear-gradient(
            180deg,
            rgba(31, 15, 29, 0.16) 0%,
            rgba(31, 15, 29, 0.48) 48%,
            rgba(31, 15, 29, 0.94) 100%
        );
    }

    .home-hero__content {
        min-height: calc(100svh - 5.5rem);
    }

    .home-hero h1 {
        max-width: 14ch;
        font-size: clamp(3rem, 8vw, 5rem);
    }

    .home-hero__text {
        max-width: 42rem;
    }

    .home-legend__grid {
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }

    .home-legend__copy {
        max-width: 52rem;
    }
}

@media (max-width: 640px) {
    .home-hero .hero-image {
        object-position: center top;
    }

    .home-hero__content {
        min-height: calc(100svh - 4.5rem);
        padding-block: 3rem;
    }

    .home-hero h1 {
        max-width: none;
        margin-bottom: 1.35rem;
        font-size: clamp(2.55rem, 11vw, 3.65rem);
    }

    .home-hero__text {
        font-size: 1rem;
        line-height: 1.62;
    }

    .home-hero__statement {
        font-size: clamp(1.35rem, 6.3vw, 1.72rem);
    }

    .home-section h2,
    .home-legend h2 {
        max-width: none;
        font-size: clamp(2.1rem, 9.5vw, 3.2rem);
    }

    .home-direction h2 {
        font-size: clamp(1.95rem, 9vw, 3rem);
    }

    .home-direction__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-direction__actions .button {
        width: 100%;
        text-align: center;
    }
}
