body.intempo-b2c-site.theme-ready {
    --intempo-blue: #111;
    --intempo-blue-dark: #000;
    --intempo-soft: #f6f6f3;
    --ready-black: #090909;
    --ready-ink: #161616;
    --ready-muted: #71716b;
    --ready-line: #e8e6df;
    --ready-paper: #f8f7f2;
    --ready-green: #4f7f48;
    --ready-green-dark: #365f31;
}

body.theme-ready .intempo-b2c-hero-media { background: linear-gradient(135deg, #eaf4ed, #f8fbf7); }
body.theme-ready .intempo-b2c-hero-media::after { background: linear-gradient(90deg, rgba(47,125,79,.16), transparent 32%); }
body.theme-ready .intempo-b2c-hero-placeholder { color: rgba(47,125,79,.16); }
body.theme-ready .intempo-b2c-mega-copy { background: #10251a; }

body.theme-ready {
    color: var(--ready-ink);
    background: #fff;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}

/* ==========================================================
   HEADER READY
   - hamburger su tutte le risoluzioni
   - topbar trasparente sulla homepage
   - glassmorphism allo scroll
   - logo centrale
   - offcanvas fuori dallo stacking context dell'header
   ========================================================== */

body.theme-ready {
    position: relative;
}

body.theme-ready .ready-header {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    isolation: isolate;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    transition:
        background-color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        backdrop-filter .25s ease;
}

body.ready-home-page .ready-header {
    position: fixed;
    background: transparent;
    border-bottom-color: transparent;
}

/* Topbar */
body.theme-ready .ready-topbar {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    background: #fff;
    color: var(--ready-black);
    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease;
}

body.theme-ready .ready-topbar .intempo-b2c-topbar-inner {
    min-height: 34px;
    color: inherit;
    font-size: 10px;
    font-weight: 500;
}

body.theme-ready .ready-topbar svg {
    width: 14px;
    height: 14px;
    color: currentColor;
}
#ready-shipping-message {
    opacity: 1;
    transition: opacity .35s ease;
}

#ready-shipping-message.is-hidden {
    opacity: 0;
}
/* Homepage prima dello scroll */
body.ready-home-page .ready-header:not(.is-glass) .ready-topbar {
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, .24);
    color: #fff;
}

body.ready-home-page .ready-header:not(.is-glass) .ready-brand img {
    filter: brightness(0) invert(1);
}

body.ready-home-page .ready-header:not(.is-glass) .ready-header-icon,
body.ready-home-page .ready-header:not(.is-glass) .ready-language-switch {
    color: #fff;
}

/* Header glass dopo lo scroll */
body.ready-home-page .ready-header.is-glass {
    background: rgba(255, 255, 255, .72);
    border-bottom-color: rgba(255, 255, 255, .45);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .08);
    backdrop-filter: blur(18px) saturate(1.28);
    -webkit-backdrop-filter: blur(18px) saturate(1.28);
}

body.ready-home-page .ready-header.is-glass .ready-topbar {
    background: rgba(255, 255, 255, .16);
    border-bottom-color: rgba(0, 0, 0, .08);
    color: var(--ready-black);
}

/* Barra principale */
body.theme-ready .ready-header-bar {
    min-height: 68px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    padding-inline: clamp(20px, 3vw, 42px);
    background: transparent;
}

body.theme-ready .ready-menu-button {
    display: inline-grid;
    justify-self: start;
}

body.theme-ready .ready-brand {
    position: relative;
    z-index: 2;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ready-black);
    text-decoration: none;
}

body.theme-ready .ready-brand img {
    display: block;
    width: auto;
    height: 27px;
    max-width: 145px;
    object-fit: contain;
}

body.theme-ready .ready-header-actions {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

body.theme-ready .ready-header-icon {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 0;
    padding: 0;
    display: inline-grid;
    place-items: center;
    position: relative;
    background: transparent;
    color: var(--ready-black);
    text-decoration: none;
}

body.theme-ready .ready-header-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.8;
}

body.theme-ready .ready-menu-button svg {
    width: 22px;
    height: 22px;
}

body.theme-ready .ready-header-icon:hover,
body.theme-ready .ready-language-switch:hover {
    color: var(--ready-green);
}

/* Lingua desktop */
body.theme-ready .ready-language-dropdown {
    display: flex;
    align-items: center;
}

body.theme-ready .ready-language-switch {
    width: auto;
    min-width: 52px;
    padding-inline: 8px;
    grid-auto-flow: column;
    gap: 4px;
    color: var(--ready-black);
    font-size: 11px;
    font-weight: 800;
}

body.theme-ready .ready-language-switch svg {
    width: 13px;
    height: 13px;
}

/* Ready usa esclusivamente hamburger */
body.theme-ready .ready-category-nav {
    display: none !important;
}

/* Contatori */
body.theme-ready .ready-header-count {
    position: absolute;
    top: 4px;
    right: 2px;
    min-width: 16px;
    height: 16px;
    padding-inline: 4px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--ready-black);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
}

/* Ricerca */
body.theme-ready .ready-search-panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1070;
    border-top: 1px solid rgba(0, 0, 0, .06);
    background: #fff;
}

/* Offcanvas */
body.theme-ready .ready-mobile-menu,
body.theme-ready .offcanvas.ready-mobile-menu {
    z-index: 1090 !important;
    width: min(430px, 94vw);
}

body.theme-ready .offcanvas.storefront-minicart-offcanvas,
body.theme-ready .offcanvas#storefrontMinicart {
    z-index: 1090 !important;
}

body.theme-ready .offcanvas-backdrop {
    z-index: 1080 !important;
}

body.theme-ready .ready-mobile-menu .offcanvas-header {
    min-height: 68px;
    border-bottom: 1px solid var(--ready-line);
}

body.theme-ready .ready-mobile-links {
    display: grid;
    border-top: 1px solid var(--ready-line);
}

body.theme-ready .ready-mobile-links > a,
body.theme-ready .ready-mobile-category-head {
    min-height: 58px;
    border-bottom: 1px solid var(--ready-line);
}

body.theme-ready .ready-mobile-links > a,
body.theme-ready .ready-mobile-category-head > a,
body.theme-ready .ready-mobile-children a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--ready-black);
    text-decoration: none;
    font: 700 13px/1.25 Montserrat, sans-serif;
    text-transform: uppercase;
}

body.theme-ready .ready-mobile-links > a {
    padding-block: 16px;
}

body.theme-ready .ready-mobile-category-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

body.theme-ready .ready-mobile-category-head > a {
    min-height: 58px;
}

body.theme-ready .ready-mobile-category-head button {
    width: 44px;
    height: 44px;
    border: 0;
    display: grid;
    place-items: center;
    background: transparent;
    color: var(--ready-black);
}

body.theme-ready .ready-mobile-children {
    padding: 8px 0 14px 18px;
    border-bottom: 1px solid var(--ready-line);
}

body.theme-ready .ready-mobile-children a {
    min-height: 36px;
    color: var(--ready-muted);
    font-size: 12px;
}

body.theme-ready .ready-mobile-children a.is-third {
    min-height: 30px;
    padding-left: 14px;
    color: #9a9a92;
    font-size: 11px;
    font-weight: 600;
    text-transform: none;
}

body.theme-ready .ready-mobile-section-title {
    padding: 18px 0 6px;
    color: var(--ready-muted);
    font: 800 11px/1.2 Montserrat, sans-serif;
    text-transform: uppercase;
}

body.theme-ready .ready-mobile-language-links {
    display: grid;
    border-bottom: 1px solid var(--ready-line);
}

body.theme-ready .ready-mobile-language-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ready-muted);
    text-decoration: none;
    font: 700 12px/1.2 Montserrat, sans-serif;
}

body.theme-ready .ready-mobile-language-links a.is-active {
    color: var(--ready-black);
}

body.theme-ready .ready-mobile-links svg {
    width: 16px;
    height: 16px;
}

/* Main sempre sotto header e menu */
body.theme-ready .ready-main,
body.theme-ready .ready-home,
body.theme-ready main {
    position: relative;
    z-index: 1;
}

body.theme-ready .ready-hero,
body.theme-ready .ready-story,
body.theme-ready .ready-products,
body.theme-ready .ready-visual-grid,
body.theme-ready .ready-spotlight,
body.theme-ready .ready-social,
body.theme-ready .ready-footer {
    position: relative;
    z-index: auto;
}

body.ready-home-page .ready-main,
body.ready-home-page .ready-home,
body.ready-home-page main {
    padding-top: 0;
}

@media (max-width: 767px) {
    body.theme-ready .ready-topbar .intempo-b2c-topbar-inner {
        min-height: 30px;
        justify-content: center;
        overflow: hidden;
        font-size: 9px;
    }

    body.theme-ready .ready-topbar .intempo-b2c-topbar-inner span {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.theme-ready .ready-header-bar {
        min-height: 58px;
        padding-inline: 12px;
    }

    body.theme-ready .ready-brand img {
        height: 23px;
        max-width: 122px;
    }

    body.theme-ready .ready-header-actions {
        gap: 2px;
    }

    body.theme-ready .ready-header-icon {
        width: 38px;
        height: 38px;
    }

    body.theme-ready .ready-header-icon svg {
        width: 19px;
        height: 19px;
    }

    body.theme-ready .ready-menu-button svg {
        width: 21px;
        height: 21px;
    }

    body.theme-ready .ready-language-switch {
        min-width: 44px;
        padding-inline: 4px;
        font-size: 10px;
    }
}

.ready-home {
    overflow: hidden;
    background: #fff;
}
.ready-shell {
    width: min(100% - 52px, 900px);
    margin-inline: auto;
}
.ready-eyebrow {
    margin: 0 0 8px;
    color: currentColor;
    font: 800 10px/1.2 Montserrat, sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.ready-primary-link {
    min-height: 34px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid currentColor;
    background: transparent;
    color: #fff !important;
    text-decoration: none;
    font: 800 9px Montserrat, sans-serif;
    text-transform: uppercase;
    border-radius: 999px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.ready-primary-link:hover {
    border-color: #fff;
    background: #fff;
    color: var(--ready-black) !important;
    transform: translateY(-1px);
}
.ready-primary-link svg,
.ready-section-heading a svg {
    width: 16px;
    height: 16px;
}
.ready-hero {
    min-height: min(750px, 43vw);
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--ready-black);
}
.ready-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.08) 44%, rgba(0,0,0,.42) 100%),
        linear-gradient(90deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.08) 36%, rgba(0,0,0,0) 72%);
    pointer-events: none;
}
.ready-hero-picture,
.ready-hero-picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.ready-hero-picture img {
    object-fit: cover;
}

.ready-hero > video,
.ready-hero-picture video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: cover;
    object-position: center center;
}
.ready-hero-copy {
    position: absolute;
    left: clamp(18px, 3vw, 34px);
    bottom: clamp(26px, 5vw, 70px);
    z-index: 2;
    width: min(420px, calc(100% - 44px));
    margin: 0;
    padding: 0;
    color: #fff;
}
.ready-hero-copy h1 {
    max-width: 380px;
    margin: 0 0 8px;
    font-size: clamp(34px, 4.3vw, 54px);
    font-weight: 800;
    line-height: .94;
    letter-spacing: 0;
    text-transform: uppercase;
}
.ready-hero-copy p:not(.ready-eyebrow) {
    max-width: 340px;
    margin: 0 0 18px;
    color: rgba(255,255,255,.92);
    font-size: clamp(15px, 1.7vw, 21px);
    font-weight: 500;
    line-height: 1.3;
}
.ready-story {
    padding-block: 58px 38px;
    text-align: center;
}
.ready-story h2 {
    max-width: 720px;
    margin: 0 auto 26px;
    color: var(--ready-black);
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
}
.ready-story p {
    max-width: 830px;
    margin: 0 auto;
    color: var(--ready-muted);
    font-size: 13px;
    line-height: 1.8;
}
.ready-products {
    padding-block: 32px 72px;
}
.ready-products-panel {
    width: min(100% - 64px, 1280px);
    padding: 0;
    background: #fff;
}
.ready-products-heading {
    margin-bottom: 26px;
    text-align: center;
}
.ready-products-heading h2 {
    margin: 0 auto 16px;
    color: var(--ready-black);
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: 0;
    text-transform: uppercase;
}
.ready-product-pills {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 0;
    overflow: visible;
    scrollbar-width: none;
}
.ready-product-pills::-webkit-scrollbar {
    display: none;
}
.ready-product-pill,
.ready-product-pills > span {
    min-height: auto;
    border: 0;
    padding: 0 0 4px;
    background: transparent;
    color: var(--ready-black);
    font: 800 11px/1.2 Montserrat, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
}
.ready-product-pill:hover,
.ready-product-pill.is-active {
    color: var(--ready-green);
    box-shadow: inset 0 -1px currentColor;
}
.ready-product-gallery[hidden] {
    display: none !important;
}
.ready-product-carousel {
    position: relative;
    padding-inline: 34px;
}
.ready-product-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(170px, 17vw, 210px);
    gap: clamp(22px, 3.2vw, 42px);
    overflow: hidden;
    padding: 2px 0 18px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.ready-product-track::-webkit-scrollbar {
    display: none;
}
.ready-product-arrow {
    width: 28px;
    height: 42px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 35%;
    z-index: 3;
    display: grid;
    place-items: center;
    background: transparent;
    color: var(--ready-black);
}
.ready-product-arrow:hover {
    color: var(--ready-green);
}
.ready-product-arrow svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.7;
}
.ready-product-arrow.is-prev {
    left: 0;
}
.ready-product-arrow.is-next {
    right: 0;
}
.ready-product-slide {
    min-width: 0;
    scroll-snap-align: start;
}
.ready-home-product {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 7px;
    color: var(--ready-black);
    text-align: center;
}
.ready-home-product-image {
    height: clamp(140px, 16vw, 210px);
    display: grid;
    place-items: end center;
    color: inherit;
    text-decoration: none;
}
.ready-home-product-image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}
.ready-home-product-title {
    min-height: 34px;
    color: var(--ready-black);
    text-decoration: none;
    font: 600 12px/1.35 Montserrat, sans-serif;
}
.ready-home-product-title:hover {
    color: var(--ready-green);
}
.ready-home-product p {
    margin: 0;
    color: var(--ready-black);
    font: 800 12px/1.2 Montserrat, sans-serif;
}
.ready-home-product-variants {
    color: var(--ready-muted);
    font: 500 11px/1.2 Montserrat, sans-serif;
}
.ready-home-product-options,
.ready-home-product-formats {
    min-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.ready-home-product-options button,
.ready-home-product-formats button {
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--ready-black);
}
.ready-home-product-options button {
    width: 15px;
    height: 15px;
    border-radius: 999px;
    overflow: hidden;
    outline: 1px solid transparent;
    outline-offset: 2px;
}
.ready-home-product-options button.is-active {
    outline-color: var(--ready-black);
}
.ready-home-product-options img,
.ready-home-product-options span {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
}
.ready-home-product-options span {
    background: #e8e8e2;
    font: 700 8px/15px Montserrat, sans-serif;
}
.ready-home-product-formats button {
    min-height: 20px;
    border: 1px solid var(--ready-black);
    border-radius: 999px;
    padding: 0 8px;
    background: var(--ready-black);
    color: #fff;
    font: 700 9px/1 Montserrat, sans-serif;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.ready-home-product-formats button:not(.is-active) {
    border-color: var(--ready-line);
    background: #f1f1ed;
    color: var(--ready-black);
}
.ready-home-product-formats button:hover {
    border-color: var(--ready-black);
    transform: translateY(-1px);
}
.ready-visual-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}
.ready-visual-card,
.ready-spotlight {
    position: relative;
    min-height: 50vw;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--ready-black);
    color: #fff;
    text-decoration: none;
}
.ready-visual-card::after,
.ready-spotlight::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 18%, rgba(0,0,0,.58) 100%);
    pointer-events: none;
}
.ready-visual-card img,
.ready-spotlight > img,
.ready-visual-card > video,
.ready-spotlight > video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: cover;
    object-position: center center;
    transition: transform .55s ease, filter .55s ease;
}
.ready-visual-card:hover img,
.ready-spotlight:hover > img,
.ready-visual-card:hover > video,
.ready-spotlight:hover > video {
    transform: scale(1.035);
    filter: saturate(1.05);
}
.ready-visual-card span {
    position: relative;
    z-index: 2;
    padding: clamp(18px, 3vw, 34px);
}
.ready-visual-card span,
.ready-visual-card strong,
.ready-visual-card small {
    color: #fff;
}
.ready-visual-card strong {
    display: block;
    margin: 0 0 8px;
    font: 800 clamp(16px, 3vw, 28px)/.95 Montserrat, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}
.ready-visual-card small {
    font: 800 8px/1.25 Montserrat, sans-serif;
    text-transform: uppercase;
}
.ready-spotlight {
    min-height: 36vw;
}
.ready-spotlight-copy {
    position: absolute;
    left: clamp(18px, 3vw, 34px);
    bottom: clamp(26px, 5vw, 70px);
    z-index: 2;
    width: min(420px, calc(100% - 44px));
    margin: 0;
    padding: 0;
    color: #fff;
}
.ready-spotlight-copy h2 {
    max-width: 380px;
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(34px, 4.3vw, 54px);
    font-weight: 800;
    line-height: .94;
    letter-spacing: 0;
    text-transform: uppercase;
}
.ready-spotlight-copy p:not(.ready-eyebrow) {
    max-width: 340px;
    margin: 0 0 18px;
    color: rgba(255,255,255,.92);
    font-size: clamp(15px, 1.7vw, 21px);
    font-weight: 500;
    line-height: 1.3;
}
.ready-newsletter {
    padding-block: 54px;
    text-align: center;
}
.ready-newsletter h2 {
    margin: 0 0 8px;
    font: 800 18px/1 Montserrat, sans-serif;
    text-transform: uppercase;
}
.ready-newsletter p {
    margin: 0 0 20px;
    color: var(--ready-muted);
    font-size: 13px;
}
.ready-newsletter-form {
    width: min(100%, 700px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}
.ready-newsletter-form input[type="email"] {
    min-height: 38px;
    border: 1px solid var(--ready-line);
    border-radius: 999px;
    padding: 0 14px;
    background: #fff;
    color: var(--ready-black);
    font-size: 13px;
}
.ready-newsletter-form button {
    min-height: 38px;
    border: 1px solid var(--ready-line);
    border-radius: 999px;
    padding: 0 22px;
    background: #f6f6f2;
    color: var(--ready-black);
    font: 700 11px Montserrat, sans-serif;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.ready-newsletter-form button:hover {
    border-color: var(--ready-black);
    background: var(--ready-black);
    color: #fff;
}
.ready-newsletter-consent {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-self: start;
    margin-top: 8px;
    color: var(--ready-muted);
    font-size: 11px;
}
.ready-social {
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
    min-height: clamp(340px, 34vw, 500px);
    background: #fff;
    color: #fff;
}
.ready-social-copy {
    min-height: inherit;
    padding: clamp(18px, 3vw, 34px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 18% 18%, rgba(255,255,255,.18), transparent 26%),
        linear-gradient(135deg, #8139d7 0%, #d42f8d 48%, #ff3228 100%);
}
.ready-social-copy h2 {
    max-width: 360px;
    margin: 0 0 18px;
    font: 800 clamp(24px, 3vw, 40px)/.98 Montserrat, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}
.ready-social-copy p,
.ready-social-copy a {
    margin: 0;
    color: #fff;
    font: 800 12px/1.7 Montserrat, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.ready-social-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: stretch;
    background: #fff;
}
.ready-social-card {
    margin: 0;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--ready-paper);
}
.ready-social-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 62%, rgba(0,0,0,.18) 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}
.ready-social-card a,
.ready-social-card img,
.ready-social-card video {
    width: 100%;
    height: 100%;
    display: block;
}
.ready-social-card img,
.ready-social-card video {
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}
.ready-social-card:hover::after {
    opacity: 1;
}
.ready-social-card:hover img,
.ready-social-card:hover video {
    transform: scale(1.04);
    filter: saturate(1.08);
}
.ready-social-card figcaption {
    position: absolute;
    z-index: 2;
    left: 10px;
    bottom: 10px;
    min-height: 24px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .92);
    color: var(--ready-black);
    font: 800 8px/1 Montserrat, sans-serif;
    text-transform: uppercase;
    border-radius: 999px;
}
.ready-social-card figcaption svg {
    width: 11px;
    height: 11px;
}

.ready-footer {
    border-top: 1px solid var(--ready-line);
    background: #fafafa;
}
.ready-footer .intempo-b2c-shell {
    width: 100%;
    margin-inline: auto;
}
.ready-footer .intempo-b2c-service-row {
    width: 100%;
    transform: none;
    border-color: var(--ready-line);
    border-inline: 0;
    background: #fff;
}
.ready-footer .intempo-b2c-service-row > a,
.ready-footer .intempo-b2c-service-row > span {
    min-height: 92px;
    padding: 24px 28px;
    border-color: var(--ready-line);
    color: var(--ready-black);
}
.ready-footer .intempo-b2c-service-row > a:hover {
    background: #f5f7f1;
    color: var(--ready-green);
}
.ready-footer .intempo-b2c-service-row svg {
    width: 22px;
    height: 22px;
    color: var(--ready-black);
}
.ready-footer .intempo-b2c-service-row strong {
    font: 800 11px/1.2 Montserrat, sans-serif;
}
.ready-footer .intempo-b2c-service-row small {
    color: var(--ready-muted);
    font-size: 10px;
}
.ready-footer .intempo-b2c-footer-main {
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: start;
}
.ready-footer .intempo-b2c-footer-main > div {
    min-height: 280px;
    padding: 56px clamp(28px, 4vw, 72px) 62px;
}
.ready-footer .intempo-b2c-footer-brand img {
    max-width: 112px;
    max-height: 38px;
    margin-bottom: 22px;
}
.ready-footer .intempo-b2c-footer-brand p,
.ready-footer .intempo-b2c-footer-brand small {
    max-width: 360px;
    color: var(--ready-muted);
    font-size: 12px;
    line-height: 1.75;
}
.ready-footer .intempo-b2c-footer-main h3 {
    margin-bottom: 20px;
    color: var(--ready-black);
    font: 800 10px/1.2 Montserrat, sans-serif;
}
.ready-footer .intempo-b2c-footer-main a {
    margin-bottom: 10px;
    color: var(--ready-muted);
    font-size: 12px;
}
.ready-footer .intempo-b2c-footer-main a:hover {
    color: var(--ready-green);
}
.ready-footer .intempo-b2c-footer-bottom {
    min-height: 64px;
    padding-inline: clamp(28px, 4vw, 72px);
    border-top-color: var(--ready-line);
    color: var(--ready-muted);
    font-size: 10px;
}

@media (max-width: 1024px) {
    .ready-shell {
        width: min(100% - 40px, 900px);
    }
    .ready-hero-copy {
        left: 34px;
        bottom: 42px;
        width: min(380px, calc(100% - 80px));
    }
    .ready-spotlight-copy {
        left: 34px;
        bottom: 42px;
        width: min(380px, calc(100% - 80px));
    }
    .ready-hero {
        min-height: 58vw;
    }
    .ready-visual-grid,
    .ready-social {
        grid-template-columns: 1fr;
    }
    .ready-social-copy {
        min-height: 300px;
    }
    .ready-footer .intempo-b2c-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ready-shell {
        width: min(100% - 28px, 1180px);
    }
    .ready-hero {
        min-height: 72vw;
        align-items: end;
    }
    .ready-hero::after {
        background:
            linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.16) 45%, rgba(0,0,0,.72) 100%),
            linear-gradient(90deg, rgba(0,0,0,.36) 0%, rgba(0,0,0,.04) 82%);
    }
    .ready-hero-copy {
        left: 18px;
        bottom: 22px;
        width: min(340px, calc(100% - 36px));
        padding: 0;
    }
    .ready-spotlight-copy {
        left: 18px;
        bottom: 22px;
        width: min(340px, calc(100% - 36px));
    }
    .ready-hero-copy h1,
    .ready-spotlight-copy h2 {
        font-size: clamp(24px, 11vw, 44px);
    }
    .ready-hero-copy p:not(.ready-eyebrow),
    .ready-spotlight-copy p:not(.ready-eyebrow) {
        max-width: 320px;
        font-size: 14px;
    }
    .ready-products {
        padding-block: 58px;
    }
    .ready-products-panel {
        width: min(100% - 28px, 1180px);
    }
    .ready-product-track {
        grid-auto-columns: minmax(150px, 58vw);
        gap: 18px;
    }
    .ready-product-carousel {
        padding-inline: 28px;
    }
    .ready-product-arrow {
        top: 30%;
    }
    .ready-visual-card,
    .ready-spotlight {
        min-height: 78vw;
    }
    .ready-newsletter-form {
        grid-template-columns: 1fr;
    }
    .ready-newsletter-consent {
        justify-self: center;
    }
    .ready-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ready-footer .intempo-b2c-service-row {
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }
    .ready-footer .intempo-b2c-service-row > a,
    .ready-footer .intempo-b2c-service-row > span {
        min-height: 86px;
        padding: 18px 14px;
    }
    .ready-footer .intempo-b2c-footer-main {
        grid-template-columns: 1fr 1fr;
    }
    .ready-footer .intempo-b2c-footer-main > div {
        min-height: auto;
        padding: 34px 24px;
    }
    .ready-footer .intempo-b2c-footer-brand {
        grid-column: 1 / -1;
    }
    .ready-footer .intempo-b2c-footer-bottom {
        padding-block: 18px;
        flex-direction: column;
        align-items: flex-start;
    }
    .ready-footer .intempo-b2c-footer-legal-links {
        justify-content: flex-start;
    }
}

/* ==========================================================
   READY VIDEO FULL-WIDTH
   Hero e spotlight orizzontali su desktop, tablet e mobile.
   I video delle card collezione riempiono sempre la relativa card.
   ========================================================== */

body.theme-ready .ready-hero,
body.theme-ready .ready-spotlight {
    width: 100%;
    max-width: none;
    min-height: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

body.theme-ready .ready-hero > video,
body.theme-ready .ready-hero-picture,
body.theme-ready .ready-hero-picture video,
body.theme-ready .ready-spotlight > video,
body.theme-ready .ready-spotlight > picture,
body.theme-ready .ready-spotlight > picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
}

body.theme-ready .ready-hero > video,
body.theme-ready .ready-hero-picture video,
body.theme-ready .ready-spotlight > video,
body.theme-ready .ready-spotlight > picture img,
body.theme-ready .ready-visual-card > video {
    border: 0;
    object-fit: cover;
    object-position: center center;
}

body.theme-ready .ready-visual-card > video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
}

@media (max-width: 1024px) {
    body.theme-ready .ready-hero,
    body.theme-ready .ready-spotlight {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 767px) {
    body.theme-ready .ready-hero,
    body.theme-ready .ready-spotlight {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    body.theme-ready .ready-hero-copy,
    body.theme-ready .ready-spotlight-copy {
        max-height: calc(100% - 24px);
        overflow: hidden;
    }
}
.ready-footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.ready-footer-social-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0 !important;
    border: 1px solid currentColor;
    border-radius: 50%;
    text-decoration: none;
    line-height: 1;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.ready-footer-social-link:hover {
    transform: translateY(-2px);
    opacity: 0.75;
}

.ready-footer-social-link i {
    font-size: 17px;
    line-height: 1;
}

@media (max-width: 767px) {
    .ready-footer-socials {
        justify-content: flex-start;
        margin-top: 16px;
    }
}

/* Auth pages */
body.theme-ready .ready-auth-page {
    padding: clamp(56px, 7vw, 112px) 0;
    background:
        linear-gradient(180deg, #fff 0%, #fff 62%, #f7f7f4 100%);
}

body.theme-ready .ready-auth-shell {
    width: min(100% - 64px, 1180px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(360px, 520px);
    gap: clamp(40px, 7vw, 104px);
    align-items: center;
}

body.theme-ready .ready-auth-copy {
    max-width: 520px;
}

body.theme-ready .ready-auth-eyebrow,
body.theme-ready .ready-auth-card-head p {
    margin: 0 0 12px;
    color: var(--ready-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.theme-ready .ready-auth-copy h1 {
    margin: 0 0 18px;
    color: var(--ready-black);
    font-size: clamp(44px, 6vw, 74px);
    font-weight: 800;
    line-height: .95;
    letter-spacing: 0;
}

body.theme-ready .ready-auth-copy p {
    margin: 0 0 28px;
    color: #5d635c;
    font-size: 17px;
    line-height: 1.75;
}

body.theme-ready .ready-auth-copy a,
body.theme-ready .ready-auth-footer-link a,
body.theme-ready .ready-auth-row a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ready-black);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

body.theme-ready .ready-auth-copy a:hover,
body.theme-ready .ready-auth-footer-link a:hover,
body.theme-ready .ready-auth-row a:hover {
    color: var(--ready-green);
}

body.theme-ready .ready-auth-copy svg {
    width: 16px;
    height: 16px;
}

body.theme-ready .ready-auth-card {
    border: 1px solid var(--ready-line);
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 28px 80px rgba(18,24,18,.08);
    padding: clamp(28px, 4vw, 44px);
}

body.theme-ready .ready-auth-card-head {
    margin-bottom: 28px;
}

body.theme-ready .ready-auth-card-head h2 {
    margin: 0;
    color: var(--ready-black);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: 0;
}

body.theme-ready .ready-auth-form {
    display: grid;
    gap: 18px;
}

body.theme-ready .ready-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.theme-ready .ready-auth-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--ready-black);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

body.theme-ready .ready-auth-field input,
body.theme-ready .ready-password-control input {
    width: 100%;
    min-height: 52px;
    border: 1px solid #dfe3dc;
    border-radius: 999px;
    background: #fff;
    color: var(--ready-black);
    padding: 0 18px;
    font: 600 15px Montserrat, sans-serif;
    outline: 0;
}

body.theme-ready .ready-auth-field input:focus,
body.theme-ready .ready-password-control input:focus {
    border-color: var(--ready-green);
    box-shadow: 0 0 0 4px rgba(77,122,72,.12);
}

body.theme-ready .ready-password-control {
    position: relative;
}

body.theme-ready .ready-password-control input {
    padding-right: 58px;
}

body.theme-ready .ready-password-control button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #f3f4f0;
    color: var(--ready-black);
}

body.theme-ready .ready-password-control button:hover {
    background: var(--ready-green);
    color: #fff;
}

body.theme-ready .ready-auth-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

body.theme-ready .ready-auth-check {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    color: #4f554f;
    font-size: 13px;
    line-height: 1.45;
}

body.theme-ready .ready-auth-check input {
    margin-top: 2px;
    accent-color: var(--ready-green);
}

body.theme-ready .ready-auth-submit {
    min-height: 52px;
    border: 1px solid var(--ready-black);
    border-radius: 999px;
    background: var(--ready-black);
    color: #fff;
    font: 800 12px Montserrat, sans-serif;
    text-transform: uppercase;
}

body.theme-ready .ready-auth-submit:hover {
    border-color: var(--ready-green);
    background: var(--ready-green);
}

body.theme-ready .ready-auth-footer-link {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid var(--ready-line);
    color: #6b706b;
    font-size: 13px;
}

@media (max-width: 900px) {
    body.theme-ready .ready-auth-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    body.theme-ready .ready-auth-page {
        padding: 34px 0 56px;
    }

    body.theme-ready .ready-auth-shell {
        width: min(100% - 28px, 1180px);
        gap: 28px;
    }

    body.theme-ready .ready-auth-copy h1 {
        font-size: 40px;
    }

    body.theme-ready .ready-auth-grid {
        grid-template-columns: 1fr;
    }

    body.theme-ready .ready-auth-card {
        border-radius: 18px;
        padding: 24px 18px;
    }
}

/* ==========================================================
   HEADER READY — OVERRIDE FINALE RESPONSIVE
   ========================================================== */

@media (max-width: 1023.98px) {
    /* 1. Topbar */
    body.theme-ready .ready-topbar {
        display: block !important;
        overflow: hidden;
    }

    body.theme-ready .ready-topbar .intempo-b2c-topbar-inner {
        min-height: 30px;
        padding: 5px 12px;
        justify-content: center;
        overflow: hidden;
        font-size: 9px;
    }

    body.theme-ready .ready-topbar .intempo-b2c-topbar-inner span {
        min-width: 0;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* 2. Barra principale */
    body.theme-ready .ready-header-bar {
        min-height: 62px;
        padding-inline: 12px;
        grid-template-columns: minmax(42px, 1fr) auto minmax(116px, 1fr);
        gap: 6px;
    }

    body.theme-ready .ready-brand img {
        height: 23px;
        max-width: 116px;
    }

    body.theme-ready .ready-header-actions {
        min-width: 0;
        gap: 1px;
    }

    /* 3. Switch lingua sempre visibile nella barra mobile */
    body.theme-ready .ready-language-dropdown,
    body.theme-ready .ready-language-switch {
        display: inline-grid !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    body.theme-ready .ready-language-switch {
        min-width: 38px;
        height: 36px;
        padding-inline: 2px;
        gap: 2px;
        font-size: 10px;
    }

    body.theme-ready .ready-language-switch svg {
        width: 10px;
        height: 10px;
    }

    body.theme-ready .ready-header-icon {
        width: 36px;
        height: 36px;
    }

    /* 4. Offcanvas */
    body.theme-ready .offcanvas.ready-mobile-menu {
        position: fixed !important;
        inset: 0 auto 0 0 !important;
        z-index: 1090 !important;
        width: min(430px, 94vw);
        height: 100dvh !important;
        overflow: hidden;
        border: 0;
        background: #fff;
    }

    body.theme-ready .ready-mobile-menu .offcanvas-body {
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.theme-ready .offcanvas-backdrop {
        z-index: 1080 !important;
    }
}

/* ==========================================================
   READY — FIX RESPONSIVE MOBILE/TABLET
   Corregge:
   - hero troppo basso (16:9) sotto header fixed
   - testo hero sovrapposto alla barra header
   - azioni header compresse/sovrapposte su schermi stretti
   ========================================================== */

@media (max-width: 1023.98px) {
    body.theme-ready .ready-header-bar {
        grid-template-columns: 42px minmax(88px, 1fr) auto;
        gap: 4px;
    }

    body.theme-ready .ready-header-actions {
        justify-content: flex-end;
        gap: 0;
    }

    body.theme-ready .ready-header-icon {
        flex: 0 0 auto;
    }
}

@media (max-width: 767.98px) {
    /* La hero mobile non deve essere forzata in 16:9: con header fixed
       resterebbe troppo poco spazio verticale per titolo e testo. */
    body.theme-ready .ready-hero,
    body.theme-ready .ready-spotlight {
        aspect-ratio: 4 / 5;
        min-height: 400px;
    }

    body.theme-ready .ready-hero-picture img,
    body.theme-ready .ready-hero-picture video,
    body.theme-ready .ready-hero > video,
    body.theme-ready .ready-spotlight > video,
    body.theme-ready .ready-spotlight > picture img {
        object-position: center center;
    }

    /* Riserva in alto lo spazio occupato da topbar + header. */
    body.theme-ready .ready-hero-copy {
        top: 108px;
        bottom: 22px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        max-height: none;
        overflow: visible;
    }

    body.theme-ready .ready-spotlight-copy {
        top: auto;
        bottom: 22px;
        max-height: calc(100% - 44px);
        overflow: visible;
    }

    body.theme-ready .ready-hero-copy h1,
    body.theme-ready .ready-spotlight-copy h2 {
        max-width: 290px;
        font-size: clamp(30px, 10vw, 42px);
        line-height: .94;
    }

    body.theme-ready .ready-hero-copy p:not(.ready-eyebrow),
    body.theme-ready .ready-spotlight-copy p:not(.ready-eyebrow) {
        max-width: 290px;
        margin-bottom: 14px;
        font-size: 13px;
        line-height: 1.35;
    }

    body.theme-ready .ready-header-bar {
        min-height: 58px;
        grid-template-columns: 38px minmax(72px, 1fr) auto;
        padding-inline: 8px;
        gap: 2px;
    }

    body.theme-ready .ready-brand img {
        height: 21px;
        max-width: 92px;
    }

    body.theme-ready .ready-header-actions {
        gap: 0;
    }

    body.theme-ready .ready-header-icon {
        width: 32px;
        height: 36px;
    }

    body.theme-ready .ready-header-icon svg {
        width: 18px;
        height: 18px;
    }

    body.theme-ready .ready-language-switch {
        min-width: 34px;
        width: 34px;
        height: 36px;
        padding-inline: 0;
        font-size: 9px;
    }

    body.theme-ready .ready-language-switch svg {
        display: none;
    }
}

@media (max-width: 374.98px) {
    /* Sui telefoni più stretti si eliminano le due azioni meno essenziali
       dalla barra; restano menu, lingua, ricerca e carrello. */
    body.theme-ready .ready-header-actions > a[aria-label*="prefer" i],
    body.theme-ready .ready-header-actions > a[aria-label*="favor" i],
    body.theme-ready .ready-header-actions > a[aria-label*="account" i] {
        display: none;
    }

    body.theme-ready .ready-hero,
    body.theme-ready .ready-spotlight {
        min-height: 390px;
    }

    body.theme-ready .ready-hero-copy h1,
    body.theme-ready .ready-spotlight-copy h2 {
        font-size: 30px;
    }
}
