:root {
    --hm-ivory: #FBF8F4;
    --hm-paper: #FFFFFF;
    --hm-ink: #2B2521;
    --hm-muted: #8C8076;
    --hm-line: #ECE4DA;
    --hm-blush: #EBD9D1;
    --hm-sage: #D9E0D4;
    --hm-gold: #C2A26B;
    --hm-gold-dark: #A98B53;
}

body.home-curated {
    background: var(--hm-ivory);
    color: var(--hm-ink);
}

.home-curated .site-header-shell {
    position: sticky;
    top: 0;
    background: rgba(251, 248, 244, 0.92);
    border-bottom: 1px solid var(--hm-line);
    box-shadow: none;
    backdrop-filter: blur(8px);
}

.home-curated .site-header-shell::before {
    display: none;
}

.home-curated .site-header-shell .site-width > .flex {
    min-height: 74px;
}

.home-curated .site-logo-responsive {
    height: min(var(--brand-logo-desktop-height), 44px);
    width: auto;
    object-fit: contain;
}

.home-curated .menu-top-link,
.home-curated button.menu-top-link {
    color: #3d352f;
    font-size: 14px;
    font-weight: 500;
}

.home-curated .menu-top-link:hover,
.home-curated .menu-top-link:focus-visible,
.home-curated button.menu-top-link:hover,
.home-curated button.menu-top-link:focus-visible {
    color: var(--hm-gold-dark);
}

.home-curated .menu-top-link::after,
.home-curated button.menu-top-link::after {
    display: none;
}

.home-curated .menu-top-caret {
    color: var(--hm-muted);
}

.home-curated .site-header-shell .primary-button {
    display: none;
}

.home-curated .site-header-shell [aria-label*='area personale'],
.home-curated .site-header-shell [title='Area personale'],
.home-curated .site-header-shell [title='Carrello'],
.home-curated .site-header-shell .md\:hidden a[aria-label^='Carrello'],
.home-curated .site-header-shell [data-mobile-menu-open] {
    background: transparent;
    border-color: var(--hm-line);
    color: var(--hm-ink);
    box-shadow: none;
}

.home-curated .menu-desktop-panel--list,
.home-curated .menu-mega-grid,
.home-curated .mobile-menu-panel-shell,
.home-curated .site-search,
.home-curated .site-search-results,
.home-curated .cart-drawer-panel {
    background: var(--hm-paper);
    border-color: var(--hm-line);
    box-shadow: 0 14px 34px rgba(43, 37, 33, 0.08);
}

.home-curated .menu-mega-summary,
.home-curated .menu-search-copy p,
.home-curated .menu-drawer-subsummary,
.home-curated .site-search-empty p,
.home-curated .site-search-result__copy span {
    color: #6f655d;
}

.home-curated .secondary-button {
    background: transparent;
    border-color: var(--hm-ink);
    color: var(--hm-ink);
    box-shadow: none;
}

.home-curated .secondary-button:hover {
    background: var(--hm-ink);
    color: #fff;
}

.home-curated .mobile-nav,
.home-curated [data-cookie-banner] {
    display: none;
}

.hm {
    color: var(--hm-ink);
    background: var(--hm-ivory);
    -webkit-font-smoothing: antialiased;
}

.hm *,
.hm *::before,
.hm *::after {
    box-sizing: border-box;
}

.hm img {
    display: block;
    width: 100%;
    height: auto;
}

.hm-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-inline: 28px;
}

.hm-section {
    padding-block: 72px;
}

.hm-section-tight {
    padding-top: 0;
}

.hm-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--hm-gold-dark);
    font-weight: 600;
}

.hm-head {
    text-align: center;
    margin-bottom: 44px;
}

.hm-head h2,
.hm-final h2,
.hm-samples h2,
.hm-hero h1,
.hm-collection-caption h3,
.hm-card h3,
.hm-faq-card h3,
.hm-review-who,
.home-curated footer .site-width h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.hm-head h2 {
    font-size: 38px;
    line-height: 1.18;
    margin: 10px 0 8px;
    font-style: normal;
}

.hm-head p {
    color: var(--hm-muted);
    max-width: 520px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.65;
}

.hm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    min-height: 49px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: 0.2s;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
}

.hm-btn:hover {
    transform: translateY(-1px);
}

.hm-btn-primary {
    background: var(--hm-ink);
    color: #fff;
}

.hm-btn-primary:hover {
    background: #000;
}

.hm-btn-ghost {
    background: transparent;
    border-color: var(--hm-ink);
    color: var(--hm-ink);
}

.hm-btn-ghost:hover {
    background: var(--hm-ink);
    color: #fff;
}

.hm-btn-gold {
    background: var(--hm-gold);
    color: #fff;
}

.hm-btn-gold:hover {
    background: var(--hm-gold-dark);
}

.hm-center {
    text-align: center;
    margin-top: 36px;
}

.hm-hero {
    padding-top: 64px;
    padding-bottom: 72px;
}

.hm-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.hm-tag {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--hm-line);
    border-radius: 999px;
    padding: 7px 16px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--hm-muted);
    font-weight: 600;
    margin-bottom: 22px;
}

.hm-hero h1 {
    font-size: 54px;
    line-height: 1.08;
    margin-bottom: 20px;
}

.hm-hero p {
    font-size: 17px;
    color: #5c534b;
    max-width: 430px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hm-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hm-hero-image {
    aspect-ratio: 4 / 4.4;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, var(--hm-blush), #f3ebe4 60%, var(--hm-sage));
}

.hm-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-usp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 28px 0;
    border-top: 1px solid var(--hm-line);
    border-bottom: 1px solid var(--hm-line);
}

.hm-usp-item {
    text-align: center;
    font-size: 13px;
    color: #5c534b;
}

.hm-usp-item b {
    display: block;
    color: var(--hm-ink);
    font-size: 15px;
    margin-bottom: 3px;
}

.hm-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.hm-card {
    background: var(--hm-paper);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--hm-line);
    transition: 0.2s;
    content-visibility: auto;
    contain-intrinsic-size: 500px 340px;
}

.hm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(43, 37, 33, 0.08);
}

.hm-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.hm-card-image {
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #f4ece5, var(--hm-blush));
    position: relative;
    overflow: hidden;
}

.hm-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-card-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    color: var(--hm-gold-dark);
    font-weight: 700;
}

.hm-card-body {
    padding: 16px 18px 20px;
}

.hm-card-cat {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--hm-muted);
}

.hm-card h3 {
    font-size: 18px;
    margin: 4px 0 10px;
    line-height: 1.3;
}

.hm-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.hm-price {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 600;
}

.hm-card-action {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: var(--hm-ink);
    border-radius: 999px;
    padding: 9px 16px;
}

.hm-collections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hm-collection-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(43,37,33,0.55)), linear-gradient(135deg, var(--hm-sage), var(--hm-blush));
    text-decoration: none;
    content-visibility: auto;
    contain-intrinsic-size: 360px 320px;
}

.hm-collection-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-collection-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(43,37,33,0.56) 100%);
}

.hm-collection-caption {
    position: relative;
    z-index: 1;
    padding: 22px;
    color: #fff;
}

.hm-collection-caption span {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.85;
}

.hm-collection-caption h3 {
    font-size: 24px;
    margin-top: 4px;
}

.hm-samples {
    background: #fff;
    border: 1px solid var(--hm-line);
    border-radius: 20px;
    padding: 50px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

.hm-samples h2 {
    font-size: 32px;
    margin-bottom: 14px;
}

.hm-samples p {
    color: #5c534b;
    margin-bottom: 22px;
    max-width: 420px;
    line-height: 1.65;
}

.hm-samples-media {
    aspect-ratio: 5 / 3;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--hm-blush), var(--hm-sage));
}

.hm-samples-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hm-review {
    background: #fff;
    border: 1px solid var(--hm-line);
    border-radius: 14px;
    padding: 28px;
    content-visibility: auto;
    contain-intrinsic-size: 260px;
}

.hm-stars {
    color: var(--hm-gold);
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.hm-review p {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 16px;
    color: #3d352f;
    margin-bottom: 16px;
    line-height: 1.65;
}

.hm-review-who {
    font-size: 14px;
    font-weight: 700;
}

.hm-review-who span {
    display: block;
    color: var(--hm-muted);
    font-weight: 400;
    font-size: 12px;
    margin-top: 4px;
}

.hm-note {
    text-align: center;
    font-size: 12px;
    color: var(--hm-muted);
    margin-top: 16px;
}

.hm-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hm-faq-card {
    background: #fff;
    border: 1px solid var(--hm-line);
    border-radius: 14px;
    padding: 24px;
    content-visibility: auto;
    contain-intrinsic-size: 240px;
}

.hm-faq-card h3 {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.hm-faq-card p {
    color: #5c534b;
    font-size: 14px;
    line-height: 1.7;
}

.hm-final {
    background: var(--hm-ink);
    color: #fff;
    border-radius: 24px;
    padding: 64px;
    text-align: center;
}

.hm-final h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 14px;
}

.hm-final p {
    color: #cfc6bd;
    max-width: 480px;
    margin: 0 auto 28px;
    font-size: 16px;
    line-height: 1.7;
}

.home-curated footer {
    margin-top: 72px;
    border-top: 1px solid var(--hm-line);
    background: transparent;
    padding-top: 48px;
}

.home-curated footer .site-width {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 20px;
}

.home-curated footer .eyebrow {
    color: var(--hm-gold-dark);
    letter-spacing: 2px;
}

.home-curated footer a:hover,
.home-curated footer button:hover {
    color: var(--hm-gold-dark);
}

@media (max-width: 1024px) {
    .hm-product-grid,
    .hm-faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-curated footer .site-width {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .home-curated .site-header-shell .site-width > .flex {
        min-height: 66px;
    }

    .home-curated .site-logo-responsive {
        height: min(var(--brand-logo-mobile-height), 38px);
    }

    .hm-wrap {
        padding-inline: 20px;
    }

    .hm-hero {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    .hm-hero-grid,
    .hm-samples,
    .hm-collections,
    .hm-reviews,
    .hm-faq-grid {
        grid-template-columns: 1fr;
    }

    .hm-hero-grid {
        gap: 28px;
    }

    .hm-hero h1 {
        font-size: 38px;
    }

    .hm-usp {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .hm-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hm-samples {
        padding: 30px;
    }

    .hm-final {
        padding: 40px 24px;
    }

    .hm-final h2,
    .hm-head h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .home-curated .site-header-shell {
        background: rgba(251, 248, 244, 0.95);
    }

    .home-curated .site-header-shell .site-width {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hm-wrap {
        padding-inline: 16px;
    }

    .hm-hero {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .hm-hero-grid {
        gap: 22px;
    }

    .hm-hero h1 {
        font-size: 34px;
        line-height: 1;
    }

    .hm-hero p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .hm-hero-image {
        min-height: 320px;
        border-radius: 24px;
        box-shadow: none;
    }

    .hm-cta {
        flex-direction: column;
    }

    .hm-cta .hm-btn {
        width: 100%;
    }

    .hm-usp,
    .hm-product-grid,
    .hm-faq-grid,
    .home-curated footer .site-width {
        grid-template-columns: 1fr;
    }

    .hm-usp {
        gap: 18px;
        padding: 22px 0;
    }

    .hm-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .hm-card,
    .hm-review,
    .hm-faq-card {
        border-radius: 14px;
        box-shadow: none;
    }

    .hm-card {
        contain-intrinsic-size: 430px 320px;
    }

    .hm-card-image {
        aspect-ratio: 1 / 1.06;
    }

    .hm-card h3 {
        font-size: 1.28rem;
        line-height: 1.15;
    }

    .hm-card-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .hm-card-action {
        width: 100%;
        text-align: center;
    }

    .home-curated footer .site-width {
        gap: 28px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .hm-card:hover,
    .hm-collection-card:hover {
        transform: none;
        box-shadow: none;
    }

    .hm-card:hover img,
    .hm-collection-card:hover img {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-curated *,
    .home-curated *::before,
    .home-curated *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
