/* Public experience refinements grounded in the natural character of ulin. */
.luxury-hero {
    position: relative;
    min-height: calc(100svh - var(--header-height) - 32px);
    display: flex;
    align-items: flex-end;
    padding: 88px clamp(20px, 6vw, 84px) 54px;
    isolation: isolate;
    background: url("../images/uleen-ulin-hero.png") center 55% / cover no-repeat;
}

.luxury-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    width: auto;
    aspect-ratio: auto;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(20, 16, 13, .88) 0%, rgba(20, 16, 13, .65) 48%, rgba(20, 16, 13, .18) 100%);
    filter: none;
    z-index: -1;
}

.luxury-hero__content {
    width: min(790px, 100%);
}

.luxury-hero .eyebrow,
.luxury-hero h1,
.luxury-hero p {
    color: #fffaf2;
}

.luxury-hero h1 {
    max-width: 760px;
    font-size: 4.8rem;
    letter-spacing: 0;
    line-height: .98;
}

.luxury-hero p {
    max-width: 610px;
    color: rgba(255, 250, 242, .78);
}

.luxury-hero .btn {
    background: var(--terrace);
    color: var(--charcoal);
}

.luxury-hero .btn.ghost {
    background: rgba(255, 250, 242, .08);
    border-color: rgba(255, 250, 242, .35);
    color: #fffaf2;
    backdrop-filter: blur(10px);
}

.luxury-hero .hero-trust {
    max-width: 700px;
}

.luxury-hero .hero-trust div {
    min-height: 92px;
    border-color: rgba(255, 250, 242, .18);
    border-radius: 6px;
    background: rgba(20, 16, 13, .38);
}

.luxury-hero .hero-trust strong {
    color: var(--terrace-soft);
}

.luxury-hero .hero-trust span {
    color: rgba(255, 250, 242, .7);
}

.site-nav a.is-active {
    color: var(--ulin-red);
}

.site-nav a.is-active::after {
    transform: scaleX(1);
}

.serene-story {
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .62fr);
    align-items: end;
    gap: clamp(44px, 7vw, 108px);
    padding: 90px clamp(20px, 6vw, 84px) 70px;
    color: #fffaf2;
    background:
        linear-gradient(90deg, rgba(20, 16, 13, .9), rgba(20, 16, 13, .54) 58%, rgba(20, 16, 13, .34)),
        url("../images/uleen-ulin-hero.png") center / cover no-repeat;
}

.serene-story__content {
    max-width: 760px;
}

.serene-story h2 {
    margin: 14px 0 20px;
    max-width: 720px;
    color: #fffaf2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.02;
}

.serene-story__content > p {
    max-width: 650px;
    color: rgba(255, 250, 242, .76);
    font-size: 1.1rem;
}

.serene-story__content > a {
    display: inline-flex;
    margin-top: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--terrace);
    color: var(--terrace-soft);
    font-weight: 800;
    text-decoration: none;
}

.serene-story__principles {
    border-top: 1px solid rgba(255, 250, 242, .28);
}

.serene-story__principles > div {
    display: grid;
    grid-template-columns: 36px 110px minmax(0, 1fr);
    gap: 14px;
    align-items: baseline;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 250, 242, .2);
}

.serene-story__principles span {
    color: var(--terrace);
    font-size: .78rem;
    font-weight: 900;
}

.serene-story__principles strong {
    color: #fffaf2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 500;
}

.serene-story__principles p {
    margin: 0;
    color: rgba(255, 250, 242, .64);
    font-size: .92rem;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 55;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px 7px 7px;
    border: 1px solid rgba(255, 250, 242, .22);
    border-radius: 999px;
    background: rgba(23, 21, 19, .92);
    color: #fffaf2;
    box-shadow: 0 14px 38px rgba(23, 21, 19, .24);
    text-decoration: none;
    backdrop-filter: blur(12px);
}

.floating-whatsapp span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #2d8f5b;
    color: #fff;
    font-size: .72rem;
    font-weight: 900;
}

.floating-whatsapp strong {
    font-size: .86rem;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
    background: var(--ulin-dark);
    color: #fffaf2;
}

@media (max-width: 980px) {
    .luxury-hero h1 {
        font-size: 4rem;
    }

    .serene-story {
        min-height: auto;
        grid-template-columns: 1fr;
        align-items: start;
        padding-block: 88px 64px;
    }

    .serene-story h2 {
        font-size: 3.5rem;
    }
}

@media (max-width: 640px) {
    .luxury-hero {
        min-height: calc(100svh - 108px);
        align-items: flex-end;
        padding: 54px 20px 32px;
        background-position: 62% center;
    }

    .luxury-hero::before {
        background: linear-gradient(180deg, rgba(20, 16, 13, .38), rgba(20, 16, 13, .92) 72%);
    }

    .luxury-hero h1 {
        font-size: 2.75rem;
        line-height: 1.02;
    }

    .luxury-hero p {
        margin-bottom: 22px;
        font-size: .98rem;
    }

    .luxury-hero .hero-trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 22px;
    }

    .luxury-hero .hero-trust div {
        min-height: 72px;
        padding: 10px 8px;
    }

    .luxury-hero .hero-trust strong {
        font-size: .92rem;
    }

    .luxury-hero .hero-trust span {
        margin-top: 4px;
        font-size: .68rem;
        line-height: 1.25;
    }

    .serene-story {
        padding-inline: 20px;
        background-position: 58% center;
    }

    .serene-story h2 {
        font-size: 2.65rem;
    }

    .serene-story__principles > div {
        grid-template-columns: 30px minmax(0, 1fr);
    }

    .serene-story__principles p {
        grid-column: 2;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 48px;
        padding: 7px;
    }

    .floating-whatsapp strong {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
