.home-hero,
.brand-story,
.value-strip,
.material-showcase,
.modern-services,
.modern-process,
.editorial-section,
.premium-cta {
    position: relative;
}

.site-header.is-scrolled {
    background: rgba(255, 252, 246, .96);
    box-shadow: 0 18px 50px rgba(43, 27, 21, .1);
}

.luxury-hero {
    min-height: calc(100vh - var(--header-height));
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
    gap: clamp(32px, 6vw, 92px);
    align-items: center;
    padding: clamp(76px, 9vw, 132px) clamp(20px, 6vw, 84px);
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 20%, rgba(202, 161, 91, .26), transparent 24rem),
        radial-gradient(circle at 90% 15%, rgba(116, 53, 36, .12), transparent 28rem),
        linear-gradient(135deg, #fffaf2 0%, #f5ebdc 56%, #ead9bd 100%);
}

.luxury-hero::before {
    content: "";
    position: absolute;
    inset: 12% -12% auto auto;
    width: min(42vw, 520px);
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(202, 161, 91, .22);
    filter: blur(24px);
}

.luxury-hero__content,
.luxury-hero__visual {
    position: relative;
    z-index: 1;
}

.luxury-hero h1 {
    max-width: 900px;
    margin: 18px 0 20px;
    color: var(--charcoal);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.4rem, 7vw, 7.7rem);
    font-weight: 560;
    letter-spacing: -.055em;
    line-height: .92;
}

.luxury-hero p {
    max-width: 640px;
    margin: 0 0 30px;
    color: rgba(23, 21, 19, .72);
    font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.luxury-hero .btn.ghost {
    background: rgba(74, 33, 26, .06);
    border-color: rgba(74, 33, 26, .16);
    color: var(--ulin-dark);
}

.hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 760px;
    margin-top: clamp(30px, 4vw, 56px);
}

.hero-trust div {
    min-height: 110px;
    padding: 18px;
    border: 1px solid rgba(74, 33, 26, .12);
    border-radius: 22px;
    background: rgba(255, 252, 246, .62);
    backdrop-filter: blur(14px);
}

.hero-trust strong,
.hero-trust span {
    display: block;
}

.hero-trust strong {
    color: var(--ulin-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.38rem;
    line-height: 1.1;
}

.hero-trust span {
    margin-top: 9px;
    color: rgba(23, 21, 19, .58);
    font-size: .88rem;
    line-height: 1.45;
}

.luxury-hero__visual {
    min-height: min(76vh, 680px);
    display: grid;
    place-items: center;
}

.hero-product-frame {
    position: relative;
    width: min(520px, 90vw);
    aspect-ratio: 4 / 5;
    padding: 16px;
    border: 1px solid rgba(74, 33, 26, .16);
    border-radius: 38px;
    background: rgba(255, 252, 246, .55);
    box-shadow: 0 34px 90px rgba(74, 33, 26, .18);
    transform: rotate(1.5deg);
}

.hero-product-frame img,
.hero-product-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: 28px;
    object-fit: cover;
    background: linear-gradient(135deg, rgba(74, 33, 26, .12), rgba(202, 161, 91, .22));
}

.hero-product-placeholder {
    color: rgba(74, 33, 26, .4);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4rem;
}

.hero-product-badge {
    position: absolute;
    left: -18px;
    right: 28px;
    bottom: 24px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 250, 242, .22);
    border-radius: 20px;
    background: rgba(23, 21, 19, .78);
    color: #fffaf2;
    backdrop-filter: blur(16px);
}

.hero-product-badge span,
.hero-product-badge strong {
    display: block;
}

.hero-product-badge span {
    color: var(--terrace-soft);
    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hero-product-badge strong {
    margin-top: 7px;
    font-size: 1.18rem;
    line-height: 1.25;
}

.floating-note {
    position: absolute;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 252, 246, .74);
    color: var(--ulin-dark);
    font-size: .88rem;
    font-weight: 850;
    box-shadow: 0 16px 40px rgba(74, 33, 26, .14);
}

.note-one {
    top: 18%;
    left: 0;
}

.note-two {
    right: 2%;
    bottom: 18%;
}

.brand-story {
    background: var(--paper);
}

.story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: clamp(24px, 6vw, 84px);
    align-items: stretch;
}

.story-grid > p {
    margin: 0;
    max-width: 780px;
    color: rgba(23, 21, 19, .72);
    font-size: clamp(1.08rem, 1.7vw, 1.36rem);
}

.story-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 252, 246, .95), rgba(244, 238, 228, .72));
    box-shadow: var(--shadow);
}

.story-card span {
    color: var(--ash);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.story-card strong {
    display: block;
    margin-top: 12px;
    color: var(--ulin-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
}

.story-card p {
    margin-bottom: 0;
    color: rgba(23, 21, 19, .64);
}

.value-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(74, 33, 26, .14);
    border-block: 1px solid rgba(74, 33, 26, .14);
}

.value-strip div {
    padding: clamp(28px, 4vw, 48px) clamp(20px, 5vw, 58px);
    background: rgba(255, 252, 246, .86);
}

.value-strip span {
    color: var(--terrace);
    font-weight: 900;
}

.value-strip strong {
    display: block;
    margin-top: 10px;
    color: var(--ulin-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    line-height: 1.15;
}

.value-strip p {
    margin: 10px 0 0;
    color: rgba(23, 21, 19, .62);
}

.premium-products {
    background:
        radial-gradient(circle at 6% 18%, rgba(202, 161, 91, .12), transparent 26rem),
        #fffaf2;
}

.home-product-card {
    border-radius: 28px;
    transition: transform .22s ease, box-shadow .22s ease;
}

.home-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(74, 33, 26, .16);
}

.home-product-card .product-card__media {
    aspect-ratio: 1 / .92;
}

.home-product-card .product-card__body h3 {
    margin: 10px 0 10px;
    color: var(--ulin-dark);
    font-size: 1.35rem;
    line-height: 1.22;
}

.material-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
    gap: clamp(30px, 7vw, 96px);
    align-items: center;
    padding: clamp(62px, 8vw, 116px) clamp(20px, 6vw, 84px);
    background:
        radial-gradient(circle at 90% 16%, rgba(202, 161, 91, .24), transparent 26rem),
        linear-gradient(135deg, #211a16 0%, #4a211a 52%, #171513 100%);
    color: #fffaf2;
}

.material-showcase h2 {
    max-width: 880px;
    margin: 14px 0 16px;
    color: #fffaf2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 5vw, 5.2rem);
    line-height: 1;
}

.material-showcase p {
    max-width: 680px;
    color: rgba(255, 250, 242, .72);
}

.swatches.large {
    grid-template-columns: repeat(2, minmax(96px, 1fr));
}

.swatches.large span {
    border-radius: 26px;
    box-shadow: inset 0 0 0 14px rgba(255,255,255,.05), 0 20px 54px rgba(0,0,0,.16);
}

.modern-services {
    background: linear-gradient(180deg, rgba(101, 103, 96, .08), rgba(202, 161, 91, .09));
}

.modern-process {
    background:
        radial-gradient(circle at 12% 10%, rgba(202, 161, 91, .12), transparent 28rem),
        var(--charcoal);
}

.editorial-section {
    background: #f7f1e7;
}

.premium-cta {
    background:
        linear-gradient(180deg, rgba(74, 33, 26, .78), rgba(23, 21, 19, .95)),
        url("../images/uleen-ulin-hero.png") center/cover no-repeat;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1080px) {
    .luxury-hero,
    .story-grid,
    .material-showcase {
        grid-template-columns: 1fr;
    }

    .luxury-hero__visual {
        min-height: auto;
    }

    .hero-product-frame {
        width: min(460px, 88vw);
    }
}

@media (max-width: 820px) {
    .hero-trust,
    .value-strip {
        grid-template-columns: 1fr;
    }

    .floating-note {
        display: none;
    }
}

@media (max-width: 640px) {
    .luxury-hero {
        padding-top: 56px;
    }

    .hero-trust div {
        min-height: auto;
    }

    .hero-product-badge {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }
}
