/* Selected Žuvelė home-page hero. */
.home-concept-page {
    --concept-ink: #10243f;
    --concept-accent: #087db7;
    --concept-paper: #fbf7ef;
    background: var(--concept-paper);
}

.concept-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: calc(100svh - var(--zuv-header-h, 88px));
    overflow: hidden;
    background: #f8f3ea;
    color: var(--concept-ink);
}

.concept-art,
.concept-shade {
    position: absolute;
    z-index: -2;
    inset: 0;
}

.concept-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.concept-shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 252, 246, .98) 0%, rgba(255, 252, 246, .9) 29%, rgba(255, 252, 246, .35) 48%, rgba(255, 252, 246, 0) 67%);
    pointer-events: none;
}

.concept-hero-inner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: inherit;
    padding-block: clamp(52px, 7vw, 108px);
}

.concept-copy {
    width: min(690px, 46vw);
}

.concept-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--concept-accent);
    font-size: clamp(.74rem, .8vw, .9rem);
    font-weight: 900;
    letter-spacing: .13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.concept-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.concept-heading h1 {
    max-width: 10.5ch;
    margin: clamp(20px, 2.2vw, 32px) 0 clamp(20px, 2vw, 28px);
    color: var(--concept-ink);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(64px, 6.1vw, 108px);
    font-weight: 600;
    letter-spacing: -.062em;
    line-height: .88;
    text-wrap: balance;
}

.concept-heading h1 em {
    color: var(--concept-accent);
    font-style: normal;
}

.concept-message > p {
    max-width: 660px;
    margin: 0;
    color: #38475a;
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.62;
}

.concept-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: clamp(26px, 3vw, 40px);
}

.concept-actions .btn {
    min-height: 54px;
    padding-inline: 26px;
}

/* Three arches, one path. */
.home-concept-page.concept-v4 .site-header {
    position: absolute;
    inset: 0 0 auto;
}

.concept-v4 {
    --concept-ink: #231a13;
    --concept-accent: #1473a1;
}

.concept-hero-v4 {
    width: 100%;
    aspect-ratio: 1672 / 941;
    height: auto;
    min-height: 520px;
    max-height: 100svh;
}

.concept-v4 .concept-shade {
    background: linear-gradient(0deg, rgba(12, 10, 8, .7), rgba(12, 10, 8, .08) 48%, transparent 74%);
}

.concept-v4 .concept-hero-inner {
    align-items: end;
    padding-top: calc(var(--zuv-header-h, 88px) + 42px);
    padding-bottom: clamp(20px, 2.4vw, 34px);
}

.concept-v4 .concept-copy {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
    gap: clamp(22px, 3.2vw, 48px);
    align-items: center;
    width: 100%;
    padding: clamp(18px, 1.7vw, 24px);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 30px;
    background: rgba(250, 247, 240, .9);
    box-shadow: 0 24px 80px rgba(17, 13, 10, .2);
    backdrop-filter: blur(18px);
}

.concept-v4 .concept-heading h1 {
    max-width: none;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: clamp(40px, 3.45vw, 64px);
    font-weight: 900;
    line-height: .96;
}

.concept-v4 .concept-message > p {
    font-size: clamp(15px, .98vw, 17px);
    line-height: 1.52;
}

.concept-v4 .concept-actions {
    margin-top: clamp(12px, 1.25vw, 18px);
}

.concept-v4 .concept-actions .btn {
    min-height: 42px;
    padding: 8px 18px;
}

@media (min-width: 901px) and (max-width: 1740px) {
    .concept-v4 .concept-actions {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .concept-v4 .concept-actions .btn {
        padding-inline: 16px;
        white-space: nowrap;
    }

}

@media (max-width: 1180px) {
    .concept-copy {
        width: min(660px, 54vw);
    }

    .concept-heading h1 {
        font-size: clamp(58px, 7vw, 88px);
    }
}

@media (max-width: 900px) {
    .home-concept-page.concept-v4 .site-header {
        position: sticky;
    }

    .concept-hero {
        display: flex;
        min-height: auto;
        flex-direction: column;
        background: #fbf7ef;
        color: #162c43;
    }

    .concept-hero-v4 {
        width: 100%;
        aspect-ratio: auto;
        height: auto;
        max-height: none;
    }

    .concept-art {
        position: relative;
        z-index: 0;
        order: 2;
        width: 100%;
        aspect-ratio: 16 / 10;
        overflow: hidden;
    }

    .concept-art img {
        object-position: center;
    }

    .concept-v4 .concept-art img {
        display: block;
        object-fit: contain;
        object-position: center;
    }

    .concept-v4 .concept-art {
        width: 100%;
        aspect-ratio: 1672 / 941;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .concept-shade {
        display: none;
    }

    .concept-hero-inner,
    .concept-v4 .concept-hero-inner {
        position: relative;
        z-index: 1;
        display: block;
        order: 1;
        min-height: 0;
        padding-block: clamp(38px, 8vw, 64px) clamp(26px, 6vw, 48px);
    }

    .concept-copy,
    .concept-v4 .concept-copy {
        display: block;
        width: 100%;
        max-width: 760px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: #162c43;
        transform: none;
        backdrop-filter: none;
    }

    .concept-heading h1,
    .concept-v4 .concept-heading h1 {
        max-width: 11ch;
        color: #162c43;
        font-size: clamp(50px, 9.5vw, 76px);
    }

    .concept-v4 .concept-heading h1 {
        font-family: Inter, sans-serif;
    }
}

@media (max-width: 620px) {
    .concept-hero-inner,
    .concept-v4 .concept-hero-inner {
        padding-top: 34px;
    }

    .concept-kicker {
        gap: 10px;
        font-size: .65rem;
        letter-spacing: .1em;
    }

    .concept-kicker::before {
        width: 24px;
    }

    .concept-heading h1,
    .concept-v4 .concept-heading h1 {
        margin-top: 16px;
        font-size: clamp(43px, 13.2vw, 60px);
        line-height: .92;
    }

    .concept-message > p {
        font-size: 16px;
        line-height: 1.56;
    }

    .concept-actions {
        display: grid;
        margin-top: 24px;
    }

    .concept-actions .btn {
        width: 100%;
        min-height: 52px;
    }

    .concept-v4 .concept-hero-inner {
        padding-block: 26px 22px;
    }

    .concept-v4 .concept-heading h1 {
        margin-bottom: 16px;
        font-size: clamp(38px, 11.5vw, 52px);
    }

    .concept-v4 .concept-message > p {
        font-size: 15px;
    }

    .concept-v4 .concept-actions {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
        margin-top: 18px;
    }

    .concept-v4 .concept-actions .btn {
        min-width: 0;
        min-height: 46px;
        padding: 8px 10px;
        font-size: .88rem;
    }

    .concept-art {
        aspect-ratio: 4 / 3;
    }

    .concept-v4 .concept-art {
        aspect-ratio: 1672 / 941;
    }

}

@media (prefers-reduced-motion: reduce) {
    .concept-art img {
        transition: none;
    }
}
