/* ITALJET ACCESORIOS CSS - versión 20260721-2 */
:root {
        --acc-paper: #f3f0e9;
        --acc-ink: #101010;
        --acc-muted: #746f68;
        --acc-red: #e43b18;
        --acc-line: rgba(16,16,16,.13);
    }

    .accessories-page {
        background: var(--acc-paper);
        color: var(--acc-ink);
        overflow: hidden;
    }

    .accessories-page button,
    .accessories-page input {
        font: inherit;
    }

    .acc-shell {
        width: min(1480px, calc(100% - 64px));
        margin: 0 auto;
    }

    .acc-hero {
        min-height: calc(100vh - 78px);
        position: relative;
        display: flex;
        align-items: flex-end;
        background: #050505;
        overflow: hidden;
        isolation: isolate;
    }

    .acc-hero-media {
        position: absolute;
        inset: 0;
        z-index: -3;
        overflow: hidden;
    }

    .acc-hero-media img {
        width: 100%;
        height: 112%;
        object-fit: cover;
        object-position: 63% center;
        opacity: .86;
        transform: scale(1.08);
        filter: saturate(.78) contrast(1.08) brightness(.78);
        animation: accHeroZoom 9s cubic-bezier(.16,1,.3,1) forwards;
        will-change: transform;
    }

    .acc-hero-media::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 72% 35%, transparent 0 18%, rgba(0,0,0,.22) 48%, rgba(0,0,0,.62) 100%),
            linear-gradient(90deg,
                rgba(0,0,0,.98) 0%,
                rgba(0,0,0,.94) 20%,
                rgba(0,0,0,.78) 38%,
                rgba(0,0,0,.30) 62%,
                rgba(0,0,0,.14) 100%),
            linear-gradient(0deg,
                rgba(0,0,0,.92) 0%,
                rgba(0,0,0,.34) 46%,
                rgba(0,0,0,.40) 100%);
        z-index: 2;
    }

    .acc-hero-media::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
        pointer-events: none;
        background:
            linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.055) 48%, transparent 54%),
            repeating-linear-gradient(90deg, rgba(255,255,255,.012) 0 1px, transparent 1px 7px);
        mix-blend-mode: screen;
        opacity: .55;
        animation: accEditorialSweep 8s ease-in-out infinite alternate;
    }

    .acc-hero-copy {
        position: relative;
        z-index: 2;
        color: #fff;
        max-width: 790px;
        padding: 0 0 78px;
        will-change: transform, opacity;
    }

    .acc-kicker {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .18em;
        text-transform: uppercase;
    }

    .acc-kicker::before {
        content: "";
        width: 42px;
        height: 1px;
        background: var(--acc-red);
    }

    .acc-hero h1 {
        position: relative;
        z-index: 2;
        margin: 0;
        max-width: 760px;
        font-family: "Helvetica Neue", Inter, Helvetica, Arial, sans-serif;
        font-size: clamp(62px, 8.5vw, 138px);
        font-weight: 700;
        line-height: .80;
        letter-spacing: -.075em;
        text-transform: uppercase;
        text-wrap: balance;
        text-shadow: 0 18px 60px rgba(0,0,0,.42);
    }

    .acc-hero-title-wrap {
        position: relative;
        margin-top: 8px;
    }

    .acc-hero-ghost {
        position: absolute;
        left: -8px;
        top: -38px;
        z-index: 1;
        width: 110%;
        color: rgba(255,255,255,.11);
        font-family: "Helvetica Neue", Inter, Helvetica, Arial, sans-serif;
        font-size: clamp(42px, 5vw, 82px);
        font-weight: 800;
        font-style: italic;
        letter-spacing: -.06em;
        line-height: .9;
        text-transform: uppercase;
        transform: skewX(-7deg);
        pointer-events: none;
        white-space: nowrap;
    }

    .acc-hero p {
        max-width: 600px;
        margin: 30px 0 0;
        color: rgba(255,255,255,.76);
        font-size: clamp(15px, 1.25vw, 19px);
        line-height: 1.72;
        text-shadow: 0 5px 28px rgba(0,0,0,.5);
    }

    .acc-hero-link {
        display: inline-flex;
        align-items: center;
        gap: 18px;
        margin-top: 30px;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .acc-hero-link span {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255,255,255,.38);
        border-radius: 50%;
        transition: background .25s ease, border-color .25s ease, transform .25s ease;
    }

    .acc-hero-link:hover {
        color: #fff;
    }

    .acc-hero-link:hover span {
        background: var(--acc-red);
        border-color: var(--acc-red);
        transform: translateY(5px);
    }

    .hero-reveal {
        opacity: 0;
        transform: translateY(34px);
        animation: accHeroReveal .95s cubic-bezier(.16,1,.3,1) forwards;
    }

    .hero-reveal-1 { animation-delay: .15s; }
    .hero-reveal-2 { animation-delay: .30s; }
    .hero-reveal-3 { animation-delay: .48s; }
    .hero-reveal-4 { animation-delay: .66s; }

    .acc-scroll {
        position: absolute;
        right: 42px;
        bottom: 48px;
        z-index: 3;
        color: rgba(255,255,255,.8);
        font-size: 10px;
        letter-spacing: .2em;
        text-transform: uppercase;
        writing-mode: vertical-rl;
    }

    .acc-scroll::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 54px;
        margin-top: 14px;
        background: rgba(255,255,255,.45);
        animation: accScroll 1.8s ease-in-out infinite;
    }

    .acc-intro {
        padding: 120px 0 94px;
        border-bottom: 1px solid var(--acc-line);
    }

    .acc-intro-grid {
        display: grid;
        grid-template-columns: .75fr 1.25fr;
        gap: 8vw;
        align-items: start;
    }

    .acc-label {
        color: var(--acc-red);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .19em;
        text-transform: uppercase;
    }

    .acc-intro h2 {
        margin: 0;
        max-width: 900px;
        font-size: clamp(38px, 5.4vw, 82px);
        font-weight: 500;
        line-height: 1.02;
        letter-spacing: -.055em;
    }

    .acc-intro h2 em {
        font-family: Georgia, "Times New Roman", serif;
        font-weight: 400;
    }

    .acc-toolbar {
        position: sticky;
        top: 78px;
        z-index: 40;
        background: rgba(243,240,233,.92);
        backdrop-filter: blur(18px);
        border-bottom: 1px solid var(--acc-line);
    }

    .acc-toolbar-inner {
        min-height: 82px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }

    .acc-filters {
        display: flex;
        align-items: center;
        gap: 8px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .acc-filters::-webkit-scrollbar { display: none; }

    .filter-btn {
        flex: 0 0 auto;
        border: 0;
        background: transparent;
        padding: 11px 14px;
        color: var(--acc-muted);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        cursor: pointer;
        transition: .2s ease;
    }

    .filter-btn:hover,
    .filter-btn.active {
        color: var(--acc-ink);
    }

    .filter-btn.active {
        background: var(--acc-ink);
        color: #fff;
    }

    .acc-search {
        width: min(290px, 34vw);
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 10px 0;
        border-bottom: 1px solid var(--acc-line);
    }

    .acc-search input {
        width: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--acc-ink);
        font-size: 13px;
    }

    .acc-search input::placeholder { color: #928c84; }

    .acc-catalog {
        padding: 72px 0 132px;
    }

    .catalog-head {
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 24px;
        margin-bottom: 44px;
    }

    .catalog-head h2 {
        margin: 0;
        font-size: clamp(34px, 4vw, 58px);
        font-weight: 600;
        letter-spacing: -.05em;
    }

    .catalog-count {
        color: var(--acc-muted);
        font-size: 12px;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .products-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 64px 24px;
    }

    .product-card {
        min-width: 0;
        transition: opacity .25s ease, transform .25s ease;
    }

    .product-card.is-hidden {
        display: none;
    }

    .product-media {
        width: 100%;
        aspect-ratio: 1 / .82;
        border: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
        background: #e9e5de;
        cursor: pointer;
    }

    .product-media::after {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px solid rgba(0,0,0,.055);
        pointer-events: none;
    }

    .product-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s cubic-bezier(.16,1,.3,1), filter .5s ease;
    }

    .product-card:hover .product-media img {
        transform: scale(1.055);
        filter: contrast(1.025);
    }

    .product-view {
        position: absolute;
        left: 18px;
        bottom: 18px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        background: rgba(255,255,255,.94);
        color: var(--acc-ink);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .09em;
        text-transform: uppercase;
        transform: translateY(18px);
        opacity: 0;
        transition: .28s ease;
    }

    .product-card:hover .product-view {
        transform: translateY(0);
        opacity: 1;
    }

    .product-info {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        padding-top: 18px;
    }

    .product-eyebrow {
        color: var(--acc-red);
        margin-bottom: 8px;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .product-info h3 {
        margin: 0;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: -.02em;
    }

    .product-info p {
        margin: 7px 0 0;
        color: var(--acc-muted);
        font-size: 12px;
    }

    .product-plus {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        display: grid;
        place-items: center;
        border: 1px solid var(--acc-line);
        border-radius: 50%;
        background: transparent;
        color: var(--acc-ink);
        cursor: pointer;
        transition: .25s ease;
    }

    .product-plus:hover {
        background: var(--acc-ink);
        color: #fff;
        transform: rotate(90deg);
    }

    .acc-feature {
        min-height: 700px;
        position: relative;
        display: flex;
        align-items: flex-end;
        background: #090909;
        overflow: hidden;
    }

    .acc-feature::before {
        content: "ITALJET";
        position: absolute;
        right: -2vw;
        top: 0;
        color: transparent;
        -webkit-text-stroke: 1px rgba(255,255,255,.08);
        font-size: clamp(120px, 22vw, 360px);
        font-weight: 800;
        letter-spacing: -.08em;
    }

    .acc-feature-copy {
        position: relative;
        z-index: 2;
        max-width: 820px;
        padding: 110px 0;
        color: #fff;
    }

    .acc-feature h2 {
        margin: 0;
        font-size: clamp(50px, 7vw, 112px);
        line-height: .88;
        letter-spacing: -.065em;
        text-transform: uppercase;
    }

    .acc-feature p {
        max-width: 570px;
        margin: 28px 0 0;
        color: rgba(255,255,255,.6);
        line-height: 1.7;
    }

    .acc-cta {
        display: inline-flex;
        align-items: center;
        gap: 26px;
        margin-top: 34px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .acc-cta span {
        width: 50px;
        height: 50px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255,255,255,.35);
        border-radius: 50%;
        transition: .25s ease;
    }

    .acc-cta:hover { color: #fff; }
    .acc-cta:hover span {
        background: var(--acc-red);
        border-color: var(--acc-red);
        transform: translateX(5px);
    }

    .product-modal {
        position: fixed;
        inset: 0;
        z-index: 12000;
        display: grid;
        grid-template-columns: 1.08fr .92fr;
        background: #f5f2ec;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity .32s ease, visibility .32s ease;
    }

    .product-modal.open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .modal-media {
        min-height: 100vh;
        background: #e7e3dc;
        overflow: hidden;
    }

    .modal-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.04);
        transition: transform .7s cubic-bezier(.16,1,.3,1);
    }

    .product-modal.open .modal-media img { transform: scale(1); }

    .modal-copy {
        min-width: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: clamp(50px, 7vw, 130px);
        position: relative;
    }

    .modal-close {
        position: absolute;
        top: 34px;
        right: 38px;
        width: 48px;
        height: 48px;
        border: 1px solid var(--acc-line);
        border-radius: 50%;
        background: transparent;
        cursor: pointer;
        transition: .2s ease;
    }

    .modal-close:hover {
        background: #111;
        color: #fff;
        transform: rotate(90deg);
    }

    .modal-category {
        color: var(--acc-red);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .16em;
        text-transform: uppercase;
    }

    .modal-copy h2 {
        margin: 18px 0 16px;
        font-size: clamp(40px, 5vw, 76px);
        line-height: .96;
        letter-spacing: -.055em;
    }

    .modal-compatibility {
        color: var(--acc-muted);
        font-size: 15px;
    }

    .modal-divider {
        height: 1px;
        margin: 36px 0;
        background: var(--acc-line);
    }

    .modal-copy p {
        color: var(--acc-muted);
        line-height: 1.7;
    }

    .modal-action {
        width: 100%;
        margin-top: 28px;
        padding: 18px 22px;
        border: 0;
        background: var(--acc-red);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .11em;
        text-transform: uppercase;
        cursor: pointer;
        transition: background .2s ease;
    }

    .modal-action:hover { background: #111; }

    .reveal {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity .75s ease, transform .75s cubic-bezier(.16,1,.3,1);
    }

    .reveal.visible {
        opacity: 1;
        transform: none;
    }

    @keyframes accHeroReveal {
        from {
            opacity: 0;
            transform: translateY(34px);
            filter: blur(8px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
            filter: blur(0);
        }
    }

    @keyframes accEditorialSweep {
        from { transform: translateX(-4%); opacity: .28; }
        to { transform: translateX(4%); opacity: .64; }
    }

    @keyframes accHeroZoom {
        to { transform: scale(1); }
    }

    @keyframes accScroll {
        0%,100% { transform: scaleY(.45); transform-origin: top; }
        50% { transform: scaleY(1); transform-origin: top; }
    }

    @media (max-width: 991px) {
        .acc-shell { width: min(100% - 36px, 1480px); }
        .acc-intro-grid { grid-template-columns: 1fr; gap: 30px; }
        .products-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
        .product-modal { grid-template-columns: 1fr; overflow-y: auto; }
        .modal-media { min-height: 52vh; height: 52vh; }
        .modal-copy { min-height: 48vh; padding: 56px 28px; }
    }

    @media (max-width: 720px) {
        .acc-hero { min-height: 760px; }
        .acc-hero-media img { object-position: 68% center; }
        .acc-hero-copy { padding-bottom: 64px; }
        .acc-hero-ghost {
            top: -24px;
            left: 0;
            font-size: clamp(30px, 10vw, 52px);
            white-space: normal;
        }
        .acc-scroll { display: none; }
        .acc-intro { padding: 84px 0 68px; }
        .acc-toolbar-inner {
            min-height: auto;
            padding: 14px 0;
            flex-direction: column;
            align-items: stretch;
        }
        .acc-search { width: 100%; }
        .acc-catalog { padding: 52px 0 92px; }
        .catalog-head { align-items: start; flex-direction: column; }
        .products-grid { grid-template-columns: 1fr; gap: 52px; }
        .product-view { opacity: 1; transform: none; }
        .acc-feature { min-height: 620px; }
        .acc-feature-copy { padding: 84px 0; }
    }
