.nl-home-hero {
    container-type: inline-size;
    min-height: 0;
    aspect-ratio: 902 / 1580;
    background: var(--home-canvas-color);
}

.nl-home-bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.nl-home-slides,
.nl-home-slide {
    position: absolute;
    inset: 0;
}

.nl-home-slide {
    opacity: 0;
    transition: opacity .28s ease;
}

.nl-home-slide.is-active { opacity: 1; }

.nl-home-arrow {
    position: absolute;
    top: 55%;
    z-index: 2;
    width: 8cqw;
    height: 8cqw;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
}

.nl-home-arrow::before {
    content: "";
    position: absolute;
    inset: 1.3cqw;
    border-top: .36cqw solid #fff;
    border-left: .36cqw solid #fff;
}

.nl-home-arrow-left { left: 3.8cqw; }
.nl-home-arrow-left::before { transform: rotate(-45deg); }
.nl-home-arrow-right { right: 3.8cqw; }
.nl-home-arrow-right::before { transform: rotate(135deg); }

.nl-home-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7.7cqw;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 6.3cqw;
}

.nl-home-dots button {
    width: 1.7cqw;
    height: 1.7cqw;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: #fff985;
    opacity: .9;
    cursor: pointer;
}

.nl-home-dots button.is-active { opacity: 1; }

.nl-hero-copy {
    position: absolute;
    left: 0;
    right: 0;
    top: 45.9%;
    width: 100%;
    padding: 0 2.7cqw;
    text-align: center;
}

.nl-hero-copy h1 {
    margin: 0;
    font-size: var(--home-title-size, 5.35cqw);
    font-weight: var(--home-title-weight, 700);
    line-height: 1.12;
    letter-spacing: 0;
    transform: translate(var(--home-title-offset-x, 0cqw), var(--home-title-offset-y, 0cqw));
}

.nl-hero-copy p {
    margin: 5.35cqw 0 8.15cqw;
    color: #8c8350;
    font-size: var(--home-subtitle-size, 3.78cqw);
    font-style: italic;
    font-weight: var(--home-subtitle-weight, 650);
    line-height: 1.2;
    transform: translate(var(--home-subtitle-offset-x, 0cqw), var(--home-subtitle-offset-y, 0cqw));
}

.nl-hero-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: max(.1cm, calc(1.9cqw - .1cm));
    font-size: 3cqw;
    line-height: 1.2;
    white-space: nowrap;
}

.nl-hero-links a {
    position: relative;
    box-sizing: border-box;
    display: inline-flex;
    min-width: 13.8cqw;
    min-height: 3.72cqw;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: .18cqw;
    padding: 0 .7cqw .1cqw;
    background: transparent;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    font-weight: var(--home-link-weight, 500);
    line-height: 1;
    text-decoration: none;
    transition: background-color .14s ease, opacity .14s ease, transform .1s ease;
}

.nl-hero-links a:hover { background: rgba(190, 190, 178, .76); }

.nl-hero-links a:active {
    background: rgba(166, 166, 154, .82);
    transform: translateY(.06cqw);
}

.nl-hero-links a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.nl-link-line,
.nl-link-dot {
    opacity: .76;
    font-weight: var(--home-marker-weight, 600);
}

.nl-link-dot { margin: 0 .2cm; }
