/* ---------------------------------------------------------
    ITECH STORE — ajustements du template Ochaka
    (le design de base reste celui de css/styles.css)
------------------------------------------------------------ */

:root {
    --primary: #e6061e; /* rouge du logo ITECH STORE */
    --bg-10: #e6061e12;
    --itech-img-bg: #f4f4f5;
    --itech-radius: 24px;
}

.primary {
    --primary: #e6061e;
}

/* Logo
------------------------------------------------------------ */
.tf-header .logo-site img {
    aspect-ratio: auto;
    width: auto;
    height: 58px;
}

@media (max-width: 1199px) {
    .tf-header .logo-site img {
        height: 48px;
    }
}

.canvas-mb .itech-mb-logo img {
    height: 52px;
    width: auto;
}

/* Fond produit uniforme (les photos fond blanc se fondent dans le gris clair)
------------------------------------------------------------ */
.itech-img-bg {
    background-color: var(--itech-img-bg);
}

.itech-img-bg img {
    mix-blend-mode: multiply;
}

/* Vidéo d'accueil VD1 (emplacement du slider, sans texte)
------------------------------------------------------------ */
.itech-hero .itech-hero_wrap {
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 150px);
    min-height: 220px;
    width: 100%;
    background: #000;
}

.itech-hero .sld_image {
    height: 100%;
}

.itech-hero_video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blocs vidéo par catégorie (rectangles noirs arrondis)
------------------------------------------------------------ */
.itech-video-block {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: var(--itech-radius);
    overflow: hidden;
}

@media (min-width: 768px) {
    .itech-video-block {
        aspect-ratio: 21 / 9;
    }
}

@media (min-width: 1200px) {
    .itech-video-block {
        aspect-ratio: 11 / 4;
    }
}

/* Aperçu boutique sous chaque bloc vidéo */
.itech-home-shop {
    margin-top: 48px;
}

.itech-home-shop .sect-title {
    gap: 16px 24px;
    align-items: flex-end;
}

.itech-home-shop_head {
    display: grid;
    gap: 6px;
    margin-right: auto;
}

.itech-home-shop_head .s-title {
    margin: 0;
}

/* Ligne 1 : titre + lien « Voir la boutique » ; ligne 2 : onglets */
.itech-home-shop .sect-title {
    flex-wrap: wrap !important;
}

.itech-home-shop_head {
    order: 1;
    flex: 1 1 auto;
}

.itech-home-shop .sect-title > .tf-btn-icon {
    order: 2;
    flex-shrink: 0;
}

.itech-home-shop .tab-product_list-2 {
    order: 3;
    width: 100%;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.itech-home-shop .tab-product_list-2::-webkit-scrollbar {
    display: none;
}

.itech-home-shop .tab-product_list-2 .nav-tab-item {
    flex-shrink: 0;
}

.itech-few .swiper-wrapper {
    justify-content: center;
}

@media (max-width: 767px) {
    .itech-home-shop {
        margin-top: 28px;
    }
    .itech-home-shop .sect-title {
        align-items: flex-start;
    }
}

/* Vidéo d'accueil : bouton son */
.itech-hero .itech-hero_wrap {
    position: relative;
}

.itech-sound-btn {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    padding: 0 20px 0 16px;
    border-radius: 99px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.45);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.itech-sound-btn:hover {
    background: rgba(0, 0, 0, 0.7);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
}

.itech-sound-btn svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.itech-sound-btn .ic-on,
.itech-sound-btn.is-muted .ic-off {
    display: block;
}

.itech-sound-btn .ic-off,
.itech-sound-btn.is-muted .ic-on {
    display: none;
}

.itech-sound-btn.is-muted::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    border: 2px solid rgba(255, 255, 255, 0.55);
    animation: itech-pulse 2.2s ease-out infinite;
    pointer-events: none;
}

@keyframes itech-pulse {
    0% {
        opacity: 0.9;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.25);
    }
}

@media (max-width: 767px) {
    .itech-sound-btn {
        right: 12px;
        bottom: 12px;
        width: 42px;
        height: 42px;
        padding: 0;
        justify-content: center;
    }
    .itech-sound-btn_label {
        display: none;
    }
    .itech-sound-btn svg {
        width: 20px;
        height: 20px;
    }
}

.itech-video-block video,
.itech-video-block iframe,
.itech-video-block img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.itech-sep {
    display: flex;
    align-items: center;
    padding: 64px 0;
}

.itech-showcase {
    padding-bottom: 24px;
}

.itech-sep .br-line {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--line);
}

@media (max-width: 767px) {
    .itech-video-block {
        border-radius: 16px;
    }
    .itech-sep {
        padding: 24px 0;
    }
}

/* Menu
------------------------------------------------------------ */
.itech-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.itech-ic svg {
    width: 1em;
    height: 1em;
}

.itech-count {
    color: var(--text-2);
    font-size: 0.85em;
}

.tf-btn-tab-2 .itech-count {
    margin-left: 4px;
}

.tf-btn-tab-2.active .itech-count {
    color: inherit;
    opacity: 0.8;
}

.wg-cls .image.itech-img-bg img {
    object-fit: contain;
    padding: 8%;
}

/* Produits mis en avant du méga-menu : nom et lien empilés, sans chevauchement */
.itech-mega-feat .cls-content {
    flex-direction: column;
    gap: 2px;
    max-width: calc(100% - 24px);
    padding: 10px 22px;
    border-radius: 18px;
    text-align: center;
}

.itech-mega-feat .cls-content .br-line {
    display: none;
}

.itech-mega-feat .tag_cls {
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.itech-mega-feat .tf-btn-line {
    font-size: 13px;
}

/* Sous-menus simples : chaque intitulé sur une seule ligne */
.box-nav-menu .sub-menu:not(.mega-menu) {
    min-width: max-content;
}

.box-nav-menu .sub-menu:not(.mega-menu) .sub-menu_link {
    white-space: nowrap;
}

/* Fil d'Ariane de la fiche produit centré */
.s-page-title.style-2 .content {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

.s-page-title.style-2 .breadcrumbs-page {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .tf-header.style-5 .header-inner .col-right {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .tf-header .box-nav-menu {
        gap: 22px;
    }
}

/* Cartes produits
------------------------------------------------------------ */
.itech-card .card-product_wrapper {
    border-radius: 16px;
    overflow: hidden;
}

.itech-card .card-product_wrapper .product-img img {
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

/* Survol classique : léger zoom de la photo */
.itech-card .card-product_wrapper .img-product {
    transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.itech-card .card-product_wrapper:hover .img-product {
    transform: scale(1.06);
}

.itech-card .product-action_list .itech-wish.active .box-icon {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.itech-card .name-product {
    margin-bottom: 0;
}

.itech-card .card-product_info {
    gap: 6px;
}

.itech-cfg-hint {
    color: var(--text-2);
    margin: 0;
}

.itech-swatches {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 2px 0 0;
}

.itech-swatch {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--sw);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    position: relative;
    transition: transform 0.2s ease;
}

.itech-swatch:hover,
.itech-swatch.active {
    transform: scale(1.18);
    outline: 1px solid var(--black);
    outline-offset: 2px;
}

.itech-swatch-more {
    color: var(--text-2);
}

.price-wrap .itech-from {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    color: var(--text-2);
}

.price-wrap:has(.itech-from) {
    flex-wrap: wrap;
    row-gap: 0;
}

.itech-ask {
    color: var(--text) !important;
    font-size: 18px !important;
}

/* Badges texte (fiche produit / aperçu rapide)
------------------------------------------------------------ */
.itech-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: var(--white);
    background: var(--primary);
}

.itech-badge.is-hot {
    background: #000;
}

.itech-badge.is-sale {
    background: #0b7a43;
}

.itech-pd-top,
.itech-qv-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

/* Sélecteur de configuration
------------------------------------------------------------ */
.itech-variant .variant-picker-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.itech-cfg-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 10px 18px;
    border-radius: 14px;
    border: 1px solid var(--line-7);
    background: var(--white);
    color: var(--black);
    cursor: pointer;
    text-align: left;
    transition: all 0.25s ease;
}

.itech-cfg-btn_label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.itech-cfg-btn_price {
    font-size: 14px;
    line-height: 18px;
    color: var(--text-2);
}

.itech-cfg-btn:hover {
    border-color: var(--black);
}

.itech-cfg-btn.active {
    border-color: var(--black);
    background: var(--black);
    color: var(--white);
}

.itech-cfg-btn.active .itech-cfg-btn_price {
    color: rgba(255, 255, 255, 0.75);
}

/* Fiche produit
------------------------------------------------------------ */
.tf-product-media-main .item.itech-img-bg,
.tf-product-media-thumbs .item.itech-img-bg {
    border-radius: 16px;
    overflow: hidden;
    display: block;
}

.tf-product-media-main .item img,
.tf-product-media-thumbs .item img {
    object-fit: contain;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

.tf-product-media-thumbs .swiper-slide {
    aspect-ratio: 1 / 1 !important;
    max-height: none;
}

.tf-product-media-thumbs .swiper-slide .item,
.tf-product-media-thumbs .swiper-slide .item img {
    height: auto;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain;
}

.tf-product-media-thumbs .swiper-slide .item::after {
    border-radius: 16px;
}

.itech-single-image .tf-product-media-thumbs {
    display: none;
}

.product-info-meta .people-add {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tf-product-info-list .tf-product-heading {
    flex-wrap: wrap;
}

.itech-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin-top: 4px;
}

.itech-highlights li {
    display: inline-flex;
    flex-direction: column;
    padding: 8px 14px;
    border-radius: 12px;
    background: var(--bg-2);
    font-size: 13px;
    line-height: 18px;
    color: var(--text-2);
}

.itech-highlights li strong {
    font-size: 15px;
    line-height: 20px;
    color: var(--black);
    font-weight: 600;
}

.itech-single-image .flat-wrap-media-product {
    width: 100% !important;
}

.itech-stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text);
}

.itech-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22a45d;
    box-shadow: 0 0 0 4px rgba(34, 164, 93, 0.15);
}

.itech-price-note {
    align-self: flex-end;
    margin-bottom: 6px;
}

.itech-pd-desc {
    margin-top: 12px;
}

.itech-occasion {
    border: 1px solid var(--line);
    background: var(--bg-2);
    border-radius: 16px;
    padding: 18px 20px;
    margin-bottom: 24px;
}

.itech-occasion h5 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--black);
}

.itech-occasion h5 .icon {
    color: #0b7a43;
}

.itech-occasion ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
}

.itech-occasion li {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-2);
}

.itech-occasion li strong {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
}

.itech-ask-box {
    display: grid;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 16px;
    background: var(--bg-2);
}

.itech-specs {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 16px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    max-width: 860px;
}

.itech-specs th,
.itech-specs td {
    padding: 14px 20px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.itech-specs tr:last-child th,
.itech-specs tr:last-child td {
    border-bottom: 0;
}

.itech-specs th {
    width: 36%;
    background: var(--bg-2);
    color: var(--black);
    font-weight: 600;
}

.itech-dot-color {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
    vertical-align: -2px;
    margin-right: 6px;
    flex-shrink: 0;
}

.infor-item li:has(.itech-dot-color) {
    display: flex;
    align-items: center;
}

.itech-wish-btn.active {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--white) !important;
}

/* Aperçu rapide
------------------------------------------------------------ */
.modal-quick-view .tf-single-slide .item {
    display: block;
}

.modal-quick-view .tf-single-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-quick-view .product-infor-sub {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Mini-panier
------------------------------------------------------------ */
.tf-mini-cart-image.itech-img-bg,
.list-cart-item .image.itech-img-bg,
.trend-product-item .image.itech-img-bg {
    border-radius: 10px;
    overflow: hidden;
}

.tf-mini-cart-image img,
.list-cart-item .image img,
.trend-product-item .image img {
    object-fit: contain !important;
}

.itech-mini-qty {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 99px;
    padding: 2px;
}

.itech-mini-qty button {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--black);
}

.itech-mini-qty button:hover {
    background: var(--bg-2);
}

.itech-mini-qty span {
    min-width: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--black);
}

.tf-mini-cart-item .icon-close {
    cursor: pointer;
}

.tf-mini-cart-tool a.tf-mini-cart-tool-btn {
    color: inherit;
}

/* Boutique
------------------------------------------------------------ */
.itech-cat-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 767px) {
    .itech-cat-chips {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        margin: 0 -16px;
        padding: 0 16px 4px;
        scrollbar-width: none;
    }
    .itech-cat-chips::-webkit-scrollbar {
        display: none;
    }
    .itech-cat-chips .nav-tab-item {
        flex-shrink: 0;
    }
    .itech-shop-cats.flat-spacing {
        padding-top: 28px;
    }
}

.itech-shop-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 24px;
}

.itech-shop-meta .count-text .count {
    font-weight: 700;
    color: var(--black);
}

.itech-applied {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.itech-applied .filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 99px;
    border: 1px solid var(--line);
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    color: var(--black);
    transition: all 0.2s ease;
}

.itech-applied .filter-tag:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.itech-shop-meta .remove-all-filters {
    background: none;
    border: 0;
    color: var(--primary);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.itech-storage-box .size-item {
    width: auto !important;
    min-width: 64px;
    padding: 0 12px;
    border-radius: 99px !important;
}

.itech-storage-box .size-item .size {
    white-space: nowrap;
}

.itech-sb-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: radial-gradient(120% 120% at 100% 0%, #1b3a9a 0%, var(--bg-3) 55%, #010c33 100%);
    min-height: 260px;
    display: flex;
    align-items: flex-end;
}

.itech-sb-banner .content {
    position: relative !important;
    inset: auto !important;
    padding: 28px;
}

.itech-sb-banner .title {
    margin: 6px 0 18px;
}

.wg-pagination:empty {
    display: none;
}

/* Pagination de la boutique : de l'air entre la grille de produits et les numéros de page */
.itech-shop-section .wg-pagination {
    margin-top: 56px;
    padding-top: 30px;
    border-top: 1px solid var(--line);
}

@media (max-width: 767px) {
    .itech-shop-section .wg-pagination {
        margin-top: 36px;
        padding-top: 24px;
    }
}

.itech-empty {
    text-align: center;
    padding: 56px 20px;
    max-width: 560px;
    margin: 0 auto;
    display: grid;
    justify-items: center;
    gap: 14px;
}

.itech-empty[hidden] {
    display: none;
}

.itech-empty > .icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--bg-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: var(--black);
}

/* Panier / commande
------------------------------------------------------------ */
.tf-table-page-cart .img-prd.itech-img-bg,
.list-order-product .img-prd.itech-img-bg {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.tf-table-page-cart .img-prd img,
.list-order-product .img-prd img {
    object-fit: contain !important;
}

.list-order-product .img-prd {
    overflow: visible !important;
}

.itech-qty-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 99px;
    background: var(--black);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: normal;
}

.tf-cart_item .prd_select {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.itech-cart-note {
    margin-top: 32px;
    display: grid;
    gap: 10px;
}

.itech-cart-note textarea {
    min-height: 110px;
}

.tf-btn.disabled {
    opacity: 0.45;
    pointer-events: none;
}

.itech-label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 6px;
}

.itech-invalid {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(230, 6, 30, 0.12);
}

.itech-form-error {
    margin: 0 0 16px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(230, 6, 30, 0.08);
    color: var(--primary);
}

.itech-checkout-intro p {
    margin-top: 6px;
}

.box-ip-checkout + .box-ip-checkout {
    margin-top: 32px;
}

.tf-btn.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.itech-order-success {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    display: grid;
    gap: 14px;
}

.itech-order-success[hidden] {
    display: none;
}

.itech-success_icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 6px;
    border-radius: 50%;
    background: rgba(34, 164, 93, 0.12);
    color: #22a45d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.itech-success_box {
    text-align: left;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 24px;
    margin-top: 12px;
}

.itech-success_box .list-total {
    margin-top: 16px;
}

.itech-success_box .last-total {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    margin-top: 10px;
}

.itech-success_addr {
    margin-top: 14px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.itech-success_cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

/* À propos
------------------------------------------------------------ */
.itech-stats {
    gap: 16px;
}

.itech-stat {
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 28px 24px;
    display: grid;
    gap: 6px;
    text-align: center;
}

.itech-stat_num {
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
    color: var(--black);
}

.itech-stat_num::after {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    margin: 10px auto 0;
    border-radius: 3px;
    background: var(--primary);
}

.itech-about-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 48px;
}

/* Pied de page
------------------------------------------------------------ */
.itech-footer-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.itech-footer-cta .tf-btn {
    gap: 8px;
}

.itech-btn-fb {
    background-color: #1877f2 !important;
    border-color: #1877f2 !important;
    color: #fff !important;
}

.itech-btn-fb:hover {
    background-color: #0d62d6 !important;
    border-color: #0d62d6 !important;
}

/* Page Livraison & paiement
------------------------------------------------------------ */
.itech-lp-hero {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.itech-lp-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 48px;
    background: var(--bg-2);
    border: 1px solid var(--line);
}

.itech-lp-card.is-dark {
    background: radial-gradient(120% 140% at 100% 0%, #1b3a9a 0%, var(--bg-3) 55%, #010c33 100%);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.8);
}

.itech-lp-card_icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: var(--white);
    color: var(--black);
    margin-bottom: 28px;
}

.itech-lp-card_icon svg {
    width: 30px;
    height: 30px;
}

.itech-lp-card_kicker {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 6px;
}

.itech-lp-card_title {
    font-size: 64px;
    line-height: 72px;
    font-weight: 600;
    color: var(--black);
}

.itech-lp-card.is-dark .itech-lp-card_title,
.itech-lp-card.is-dark .itech-lp-card_sub {
    color: var(--white);
}

.itech-lp-card_sub {
    margin: 2px 0 14px;
    color: var(--black);
    font-weight: 400;
}

.itech-lp-card_text {
    max-width: 440px;
}

.itech-lp-card.is-dark .itech-lp-card_text {
    color: rgba(255, 255, 255, 0.75);
}

.itech-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    counter-reset: none;
}

.itech-step {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 32px 28px;
    display: grid;
    gap: 10px;
    align-content: start;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.itech-step:hover {
    border-color: transparent;
    box-shadow: 0 20px 50px rgba(2, 26, 98, 0.1);
    transform: translateY(-4px);
}

.itech-step_num {
    position: absolute;
    top: 24px;
    right: 28px;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: var(--line);
}

.itech-step_icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--bg-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--primary);
    margin-bottom: 8px;
}

.itech-step_icon svg {
    width: 26px;
    height: 26px;
}

.itech-step_title {
    font-weight: 500;
    color: var(--black);
}

.itech-lp-zone {
    border-radius: 28px;
    background: var(--bg-2);
    padding: 48px;
}

.itech-lp-zone_head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px 24px;
    margin-bottom: 32px;
}

.itech-govs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.itech-gov {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 14px;
    background: var(--white);
}

.itech-gov_price {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: var(--primary);
    white-space: nowrap;
}

.itech-lp-info {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 24px;
}

.itech-lp-info_col {
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 40px;
}

.itech-lp-info_col h3 {
    margin-bottom: 24px;
    color: var(--black);
}

.itech-checklist {
    display: grid;
    gap: 16px;
}

.itech-checklist li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.itech-checklist .icon {
    color: #22a45d;
    font-size: 20px;
    margin-top: 1px;
}

.itech-lp-summary .list-total {
    display: grid;
    gap: 12px;
}

.itech-lp-summary .total-item {
    display: flex;
    justify-content: space-between;
}

.itech-lp-summary .last-total {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 24px;
    margin-top: 16px;
    border-top: 1px solid var(--line);
}

.itech-lp-cta {
    border-radius: 28px;
    padding: 44px 48px;
    background: radial-gradient(120% 160% at 100% 0%, #1b3a9a 0%, var(--bg-3) 55%, #010c33 100%);
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.itech-lp-cta h3 {
    margin-bottom: 6px;
}

.itech-lp-cta_btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
}

@media (max-width: 1199px) {
    .itech-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .itech-govs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .itech-lp-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .itech-lp-hero,
    .itech-steps {
        grid-template-columns: 1fr;
    }
    .itech-lp-card,
    .itech-lp-zone,
    .itech-lp-info_col,
    .itech-lp-cta {
        padding: 28px 22px;
        border-radius: 20px;
    }
    .itech-lp-card_title {
        font-size: 44px;
        line-height: 52px;
    }
    .itech-govs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.itech-footer-site {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
}

.itech-pay-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border: 1px solid var(--line);
    border-radius: 99px;
}

.canvas-mb .canvas-footer .icon {
    margin-right: 6px;
}

/* Recherche
------------------------------------------------------------ */
.itech-search-empty {
    padding: 12px 0;
}

.trend-product-item .price-new .itech-from {
    font-weight: 400;
    color: var(--text-2);
    font-size: 13px;
}

/* Notifications
------------------------------------------------------------ */
.itech-toasts {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 2000;
    display: grid;
    gap: 10px;
    pointer-events: none;
}

.itech-toast {
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 280px;
    max-width: 380px;
    padding: 10px 16px 10px 10px;
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 18px 50px rgba(2, 26, 98, 0.18), 0 2px 8px rgba(0, 0, 0, 0.06);
    transform: translateY(16px);
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.itech-toast.is-in {
    transform: translateY(0);
    opacity: 1;
}

.itech-toast img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 10px;
    background: var(--itech-img-bg);
    mix-blend-mode: multiply;
}

.itech-toast > .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bg-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--black);
}

.itech-toast_body {
    flex: 1;
    min-width: 0;
}

.itech-toast_body p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itech-toast.is-success .itech-toast_body .h6::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22a45d;
    margin-right: 8px;
    vertical-align: 1px;
}

.itech-toast_action {
    color: var(--primary);
    font-weight: 600;
}

@media (max-width: 1199px) {
    .itech-toasts {
        left: 12px;
        right: 12px;
        bottom: 96px;
    }
    .itech-toast {
        max-width: none;
    }
}

/* =========================================================
    Précommande, bandeaux défilants et effets visuels
============================================================ */

/* Menu : lien PRÉCOMMANDE
------------------------------------------------------------ */
.itech-nav-pre > .item-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary) !important;
}

.itech-nav-dot,
.itech-kicker_dot,
.itech-hero-pill_dot {
    position: relative;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
}

.itech-nav-dot::after,
.itech-kicker_dot::after,
.itech-hero-pill_dot::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: inherit;
    animation: itech-ping 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes itech-ping {
    75%,
    100% {
        transform: scale(2.6);
        opacity: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .tf-header .itech-nav-home {
        display: none !important;
    }
}

/* Capsule rouge sur la vidéo d'accueil
------------------------------------------------------------ */
.itech-hero .sld_image {
    overflow: hidden;
}

.itech-hero_video {
    will-change: transform;
    transform-origin: 50% 0;
}

.itech-hero-pill {
    position: absolute;
    top: 28px;
    left: 50%;
    z-index: 6;
    translate: -50% 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 11px 30px 11px 20px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 14px 40px rgba(230, 6, 30, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    animation: itech-pill-in 1s cubic-bezier(0.2, 0.9, 0.25, 1.15) 0.5s both;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.itech-hero-pill::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.45) 50%, transparent 70%);
    transform: translateX(-130%);
    animation: itech-shine 4s ease-in-out 1.8s infinite;
}

.itech-hero-pill:hover {
    color: #fff;
    background: #c90419;
    box-shadow: 0 18px 50px rgba(230, 6, 30, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.itech-hero-pill_dot {
    width: 10px;
    height: 10px;
    background: #fff;
}

.itech-hero-pill_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.itech-hero-pill_top {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    opacity: 0.92;
}

.itech-hero-pill_site {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

@keyframes itech-pill-in {
    from {
        opacity: 0;
        transform: translateY(-36px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes itech-shine {
    0% {
        transform: translateX(-130%);
    }
    45%,
    100% {
        transform: translateX(130%);
    }
}

@media (max-width: 767px) {
    .itech-hero-pill {
        top: 12px;
        gap: 9px;
        padding: 7px 18px 7px 13px;
    }
    .itech-hero-pill_dot {
        width: 7px;
        height: 7px;
    }
    .itech-hero-pill_top {
        font-size: 11px;
        line-height: 14px;
    }
    .itech-hero-pill_site {
        font-size: 15px;
        line-height: 19px;
    }
}

/* Bandeau rouge défilant entre les univers
------------------------------------------------------------ */
.itech-showcase_item + .itech-marquee {
    margin-top: 72px;
}

.itech-marquee {
    position: relative;
    overflow: hidden;
    margin: 0 0 72px;
    padding: 18px 0;
    background: var(--primary);
    color: #fff;
    user-select: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.itech-marquee_track {
    display: flex;
    width: max-content;
    animation: itech-marquee var(--marquee-dur, 45s) linear infinite;
    will-change: transform;
}

.itech-marquee.is-reverse .itech-marquee_track {
    animation-direction: reverse;
}

.itech-marquee_group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.itech-marquee_item {
    padding: 0 30px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.itech-marquee_item:nth-child(4n + 3) {
    color: transparent;
    -webkit-text-stroke: 1.2px #fff;
}

.itech-marquee_sep {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    fill: #fff;
    animation: itech-spin 8s linear infinite;
}

@keyframes itech-marquee {
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes itech-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .itech-showcase_item + .itech-marquee {
        margin-top: 40px;
    }
    .itech-marquee {
        margin-bottom: 40px;
        padding: 12px 0;
    }
    .itech-marquee_item {
        padding: 0 18px;
        font-size: 20px;
        line-height: 26px;
    }
    .itech-marquee_sep {
        width: 16px;
        height: 16px;
    }
}

/* Éléments communs : étiquette, bouton lumineux
------------------------------------------------------------ */
.itech-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.itech-kicker.is-light {
    border-color: rgba(230, 6, 30, 0.18);
    background: rgba(230, 6, 30, 0.07);
    color: var(--primary);
}

.tf-btn.itech-btn-glow {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 12px 30px rgba(230, 6, 30, 0.35);
    transition: box-shadow 0.3s ease, background-color 0.3s ease, translate 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tf-btn.itech-btn-glow:hover {
    background-color: #c90419;
    color: #fff;
    box-shadow: 0 18px 46px rgba(230, 6, 30, 0.5);
}

/* Cartes produits en précommande
------------------------------------------------------------ */
.product-badge_item.preorder {
    background-color: var(--primary);
    color: #fff;
}

.itech-badge.is-preorder {
    background: var(--primary);
}

.itech-pre-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 12px;
}

.itech-pre-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: var(--primary);
}

.itech-pre-link .icon {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.itech-pre-link:hover {
    color: var(--black);
}

.itech-pre-link:hover .icon {
    transform: translateX(4px);
}

.itech-pre-price {
    color: var(--primary) !important;
}

.tf-btn.itech-btn-preorder {
    background-color: var(--primary);
    color: #fff;
}

/* Page d'accueil : section précommande
------------------------------------------------------------ */
.itech-spot {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 130px 0;
    background: #050506;
    color: #fff;
}

.itech-spot_media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.itech-spot_media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.itech-spot::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, #050506 0%, rgba(5, 5, 6, 0.82) 38%, rgba(5, 5, 6, 0.35) 100%),
        linear-gradient(0deg, #050506 0%, rgba(5, 5, 6, 0) 35%);
}

.itech-spot::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 60vw;
    height: 60vw;
    left: -20vw;
    top: -30vw;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230, 6, 30, 0.35), transparent 65%);
    animation: itech-float 12s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes itech-float {
    to {
        transform: translate(12vw, 18vw) scale(1.15);
    }
}

.itech-spot_inner {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 64px;
    align-items: center;
}

.itech-spot_title {
    margin: 24px 0 18px;
    color: #fff;
    font-size: clamp(36px, 4.2vw, 68px);
    line-height: 1.04;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.itech-spot_text {
    max-width: 480px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 28px;
}

.itech-spot_cta,
.itech-pre-hero_cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 32px;
    margin-top: 34px;
}

.itech-spot_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.itech-spot_card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 16px 22px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    color: #fff;
    overflow: hidden;
}

.itech-spot_card:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.itech-spot_card-img {
    display: block;
    aspect-ratio: 1;
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
    background: var(--itech-img-bg);
}

.itech-spot_card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.itech-spot_card:hover .itech-spot_card-img img {
    transform: scale(1.07);
}

.itech-spot_card-name {
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
}

.itech-spot_card-date {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1199px) {
    .itech-spot_inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 44px;
    }
}

@media (max-width: 767px) {
    .itech-spot {
        padding: 72px 0;
    }
    .itech-spot_text {
        font-size: 16px;
        line-height: 25px;
    }
    .itech-spot_cards {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 62%;
        gap: 12px;
        margin: 0 -16px;
        padding: 0 16px 6px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .itech-spot_cards::-webkit-scrollbar {
        display: none;
    }
    .itech-spot_card {
        scroll-snap-align: start;
    }
}

/* Page Précommande
------------------------------------------------------------ */
#modeles,
#reserver {
    scroll-margin-top: 80px;
}

.itech-pre-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: min(88vh, 880px);
    padding: 160px 0 110px;
    overflow: hidden;
    isolation: isolate;
    background: #050506;
    color: #fff;
}

.itech-pre-hero_media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.itech-pre-hero_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    transform-origin: 50% 0;
}

.itech-pre-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(5, 5, 6, 0.25) 0%, rgba(5, 5, 6, 0.3) 40%, rgba(5, 5, 6, 0.94) 100%);
}

.itech-pre-hero_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.itech-pre-hero_title {
    max-width: 1320px;
    margin: 26px auto 20px;
    color: #fff;
    font-size: clamp(38px, 5.4vw, 84px);
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.itech-pre-hero_text {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 30px;
}

.itech-pre-hero_cta {
    justify-content: center;
}

.itech-scroll-hint {
    position: absolute;
    left: 50%;
    bottom: 26px;
    translate: -50% 0;
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

.itech-scroll-hint span {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    height: 8px;
    margin-left: -2px;
    border-radius: 2px;
    background: #fff;
    animation: itech-scroll 1.8s ease-in-out infinite;
}

@keyframes itech-scroll {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(14px);
    }
}

.itech-pre-models .sect-title .itech-kicker {
    margin-bottom: 18px;
}

.itech-models {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.itech-model {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid var(--line);
    background: #fff;
    transition: box-shadow 0.4s ease, border-color 0.4s ease, transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.itech-model:hover {
    border-color: transparent;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1);
}

.itech-model_media {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

.itech-model_media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.3s ease;
}

.itech-model:hover .itech-model_media img {
    transform: scale(1.05);
}

img.is-swapping {
    opacity: 0.15;
}

.itech-model_badge,
.itech-summary-card_badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 4px 12px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.itech-model_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 26px 28px 30px;
}

.itech-model_date {
    color: var(--primary);
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.itech-model_name {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

.itech-model_tag {
    margin: 0;
    color: var(--text);
}

.itech-model_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}

.itech-model_label {
    min-width: 76px;
    color: var(--text-2);
    font-size: 14px;
}

.itech-model_swatches,
.itech-model_caps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.itech-model_swatches {
    gap: 12px;
}

.itech-model_swatch {
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--sw);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14);
    outline: 2px solid transparent;
    outline-offset: 3px;
    cursor: pointer;
    transition: outline-color 0.25s ease, transform 0.25s ease;
}

.itech-model_swatch:hover {
    transform: scale(1.12);
}

.itech-model_swatch.active {
    outline-color: var(--black);
}

.itech-model_caps li {
    padding: 4px 11px;
    border-radius: 999px;
    background: var(--bg-2);
    color: var(--black);
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.itech-model_cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
    margin-top: auto;
    padding-top: 12px;
}

.itech-feature {
    padding: 120px 0;
}

.itech-feature.is-dark {
    background: #050506;
    color: #fff;
}

.itech-feature_grid {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 72px;
    align-items: center;
}

.itech-feature_grid.is-reverse {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.itech-feature_grid.is-reverse .itech-feature_media {
    order: 2;
}

.itech-feature_media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: var(--itech-radius);
    background: #000;
}

.itech-feature_media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itech-feature_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.itech-feature_title {
    margin: 22px 0 16px;
    font-size: clamp(32px, 3.4vw, 56px);
    line-height: 1.08;
    font-weight: 600;
}

.itech-feature.is-dark .itech-feature_title {
    color: #fff;
}

.itech-feature_text {
    color: var(--text);
    font-size: 18px;
    line-height: 28px;
}

.itech-feature.is-dark .itech-feature_text {
    color: rgba(255, 255, 255, 0.7);
}

.itech-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
    width: 100%;
    margin: 34px 0 38px;
}

.itech-stats-grid li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.itech-feature.is-dark .itech-stats-grid li {
    border-color: rgba(255, 255, 255, 0.15);
}

.itech-stat-big {
    color: var(--black);
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.05;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.itech-feature.is-dark .itech-stat-big {
    background: linear-gradient(90deg, #fff 30%, #ff7d8a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.itech-stats-grid li > span:last-child {
    color: var(--text);
    font-size: 15px;
    line-height: 21px;
}

.itech-feature.is-dark .itech-stats-grid li > span:last-child {
    color: rgba(255, 255, 255, 0.6);
}

.itech-reserve {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 56px;
    align-items: start;
    padding: 56px;
    border-radius: 32px;
    background: #f6f6f7;
}

.itech-reserve_title {
    margin: 18px 0 34px;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.1;
    font-weight: 600;
}

.itech-reserve_step {
    margin-bottom: 30px;
}

.itech-reserve_label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.itech-reserve_label > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--black);
    color: #fff;
    font-size: 14px;
}

.itech-reserve_label em {
    color: var(--text);
    font-style: normal;
    font-weight: 400;
}

.itech-reserve .form_content input,
.itech-reserve .form_content select,
.itech-reserve .form_content textarea {
    background-color: #fff;
}

.itech-pick-models {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.itech-pick-model {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px 12px 16px;
    border-radius: 20px;
    border: 2px solid var(--line);
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.itech-pick-model:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.itech-pick-model.active {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(230, 6, 30, 0.1);
}

.itech-pick-model_img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 6px;
    overflow: hidden;
    border-radius: 14px;
}

.itech-pick-model_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.itech-pick-model_name {
    color: var(--black);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.itech-pick-model_date {
    color: var(--text-2);
    font-size: 13px;
    line-height: 18px;
}

.itech-pick-chips,
.itech-pick-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.itech-pick-colors {
    gap: 16px;
    padding: 4px;
}

.itech-pick-chip {
    min-width: 96px;
    padding: 11px 20px;
    border-radius: 999px;
    border: 2px solid var(--line);
    background: #fff;
    color: var(--black);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.itech-pick-chip:hover {
    border-color: var(--black);
}

.itech-pick-chip.active {
    background: var(--black);
    border-color: var(--black);
    color: #fff;
}

.itech-pick-color {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--sw);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14);
    outline: 2px solid transparent;
    outline-offset: 4px;
    cursor: pointer;
    transition: outline-color 0.25s ease, transform 0.25s ease;
}

.itech-pick-color:hover {
    transform: scale(1.08);
}

.itech-pick-color.active {
    outline-color: var(--primary);
}

.itech-reserve_agree {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0 22px;
}

.itech-reserve_agree input {
    flex-shrink: 0;
    margin-top: 3px;
}

.itech-reserve_summary {
    position: sticky;
    top: 110px;
}

.itech-summary-card {
    position: relative;
    padding: 24px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.itech-summary-card_media {
    display: flex;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 20px;
    background: var(--itech-img-bg);
}

.itech-summary-card_media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: opacity 0.3s ease;
}

.itech-summary-card_badge {
    top: 40px;
    left: 40px;
}

.itech-summary-card_name {
    margin: 20px 0 4px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}

.itech-summary-card_meta {
    color: var(--text);
    font-size: 17px;
    line-height: 24px;
}

.itech-summary-card_list {
    margin-top: 18px;
    border-top: 1px solid var(--line);
}

.itech-summary-card_list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
    line-height: 22px;
}

.itech-summary-card_list span {
    color: var(--text);
}

.itech-summary-card_list strong {
    color: var(--black);
    font-weight: 600;
    text-align: right;
}

.itech-summary-card_note {
    margin-top: 14px;
    color: var(--text-2);
    font-size: 14px;
    line-height: 20px;
}

.itech-pre-success {
    display: flex;
    align-items: center;
    gap: 18px;
}

.itech-pre-success > span {
    flex-shrink: 0;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 16px;
}

.itech-pre-success img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.itech-pre-faq {
    max-width: 920px;
    margin: 0 auto;
}

.itech-pre-faq .s-title {
    margin-bottom: 32px;
}

@media (max-width: 1199px) {
    .itech-models {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .itech-reserve {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
        padding: 40px;
    }
    .itech-reserve_summary {
        position: static;
    }
    .itech-summary-card {
        display: grid;
        grid-template-columns: 180px minmax(0, 1fr);
        gap: 0 24px;
        align-items: start;
    }
    .itech-summary-card_media {
        grid-row: span 4;
    }
    .itech-summary-card_name {
        margin-top: 4px;
    }
    .itech-summary-card_badge {
        top: 34px;
        left: 34px;
    }
}

@media (max-width: 991px) {
    .itech-feature {
        padding: 80px 0;
    }
    .itech-feature_grid,
    .itech-feature_grid.is-reverse {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }
    .itech-feature_grid.is-reverse .itech-feature_media {
        order: 0;
    }
}

@media (max-width: 767px) {
    .itech-pre-hero {
        min-height: 640px;
        padding: 120px 0 72px;
    }
    .itech-pre-hero_text {
        font-size: 16px;
        line-height: 25px;
    }
    .itech-scroll-hint {
        display: none;
    }
    .itech-models {
        grid-template-columns: minmax(0, 1fr);
    }
    .itech-model_body {
        padding: 22px 20px 26px;
    }
    .itech-model_name {
        font-size: 26px;
        line-height: 32px;
    }
    .itech-feature {
        padding: 64px 0;
    }
    .itech-feature_text {
        font-size: 16px;
        line-height: 25px;
    }
    .itech-stats-grid {
        gap: 20px 16px;
    }
    .itech-reserve {
        padding: 28px 16px;
        border-radius: 24px;
    }
    .itech-pick-models {
        gap: 8px;
    }
    .itech-pick-model {
        padding: 8px 6px 12px;
        border-radius: 16px;
    }
    .itech-pick-model_name {
        font-size: 14px;
        line-height: 18px;
    }
    .itech-pick-model_date {
        font-size: 12px;
        line-height: 16px;
    }
    .itech-pick-chip {
        min-width: 0;
        flex: 1 1 calc(50% - 10px);
    }
    .itech-summary-card {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 0 16px;
        padding: 16px;
        border-radius: 22px;
    }
    .itech-summary-card_media {
        grid-row: span 2;
        border-radius: 14px;
    }
    .itech-summary-card_badge {
        display: none;
    }
    .itech-summary-card_name {
        font-size: 20px;
        line-height: 26px;
    }
    .itech-summary-card_meta {
        font-size: 15px;
    }
    .itech-summary-card_list,
    .itech-summary-card_note {
        grid-column: 1 / -1;
    }
}

/* Fiche produit en précommande
------------------------------------------------------------ */
.itech-dot.is-preorder {
    background: var(--primary);
    box-shadow: 0 0 0 4px rgba(230, 6, 30, 0.15);
}

.itech-pd-release {
    color: var(--primary) !important;
    font-size: 28px !important;
    line-height: 36px !important;
}

.itech-pd-preorder_box {
    display: grid;
    justify-items: start;
    gap: 10px;
    margin-bottom: 16px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(230, 6, 30, 0.15);
    background: rgba(230, 6, 30, 0.05);
}

.itech-pd-preorder .group-btn {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.itech-pd-preorder .group-btn .tf-btn {
    flex: 1;
}

.itech-pd-film {
    padding-bottom: 80px;
}

.itech-pd-film_box {
    position: relative;
    display: flex;
    align-items: flex-end;
    aspect-ratio: 21 / 9;
    overflow: hidden;
    border-radius: var(--itech-radius);
    background: #000;
    color: #fff;
}

.itech-pd-film_box video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itech-pd-film_box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 65%);
}

.itech-pd-film_caption {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: start;
    gap: 16px;
    max-width: 780px;
    padding: 48px;
}

.itech-pd-film_title {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 3vw, 44px);
    line-height: 1.1;
    font-weight: 600;
}

@media (max-width: 767px) {
    .itech-pd-film {
        padding-bottom: 48px;
    }
    .itech-pd-film_box {
        aspect-ratio: auto;
        min-height: 460px;
    }
    .itech-pd-film_caption {
        padding: 24px;
    }
}

/* Menu mobile : boutons centrés
------------------------------------------------------------ */
.canvas-mb .itech-mb-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
}

.canvas-mb .itech-mb-btn {
    display: flex;
    width: 100%;
    justify-content: center;
}

.canvas-mb .itech-mb-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.canvas-mb .itech-mb-group > div {
    width: 100%;
}

/* Pied de page mobile : toujours ouvert et centré
------------------------------------------------------------ */
@media (max-width: 575px) {
    .tf-footer .footer-col-block .tf-collapse-content {
        display: block !important;
        margin: 0 !important;
    }
    .tf-footer .footer-body .row > div {
        margin-bottom: 40px;
        text-align: center;
    }
    .tf-footer .footer-body .row > div:last-child {
        margin-bottom: 0;
    }
    .tf-footer .itech-footer-heading {
        margin-bottom: 18px !important;
        text-align: center;
    }
    .tf-footer .footer-col-block {
        margin: 0 !important;
    }
    .tf-footer .footer-contact {
        justify-items: center;
    }
    .tf-footer .footer-contact li {
        justify-content: center;
        text-align: center;
    }
    .tf-footer .footer-menu-list {
        justify-items: center;
    }
    .tf-footer .tf-social-icon,
    .tf-footer .itech-footer-cta {
        justify-content: center;
    }
    .tf-footer .footer-newsletter {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-bottom .inner-bottom {
        flex-direction: column;
        justify-content: center;
        gap: 14px;
        text-align: center;
    }
    .footer-bottom .list-hor {
        justify-content: center;
    }
}

/* Mini-panier sans recommandations : panneau plus étroit
------------------------------------------------------------ */
@media (min-width: 576px) {
    .popup-shopping-cart.itech-cart-panel {
        max-width: 520px;
    }
}

/* Barre de progression de lecture
------------------------------------------------------------ */
.itech-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    height: 3px;
    pointer-events: none;
}

.itech-progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--primary), #ff5a6b);
    transform: scaleX(0);
    transform-origin: 0 50%;
}

/* Transition rideau entre les pages
------------------------------------------------------------ */
.itech-curtain {
    position: fixed;
    inset: 0;
    z-index: 100000;
    visibility: hidden;
    pointer-events: none;
}

.itech-curtain_panel {
    position: absolute;
    inset: 0;
    transform: translateY(101%);
}

.itech-curtain_panel.is-red {
    background: var(--primary);
}

.itech-curtain_panel.is-dark {
    background: #0b0b0c;
}

.itech-curtain_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    height: auto;
    translate: -50% -50%;
    opacity: 0;
}

.itech-curtain.is-covering {
    visibility: visible;
    pointer-events: auto;
}

.itech-curtain.is-covering .itech-curtain_panel {
    transform: translateY(0);
    transition: transform 0.55s cubic-bezier(0.76, 0, 0.24, 1);
}

.itech-curtain.is-covering .itech-curtain_panel.is-dark {
    transition-delay: 0.08s;
}

.itech-curtain.is-covering .itech-curtain_logo {
    opacity: 1;
    transition: opacity 0.3s ease 0.35s;
}

.itech-from-nav #preload {
    display: none !important;
}

.itech-from-nav .itech-curtain {
    visibility: visible;
}

.itech-from-nav .itech-curtain_panel {
    transform: translateY(0);
}

.itech-from-nav .itech-curtain_logo {
    opacity: 1;
}

.itech-curtain.is-revealing .itech-curtain_panel {
    transform: translateY(-101%);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}

.itech-curtain.is-revealing .itech-curtain_panel.is-red {
    transition-delay: 0.1s;
}

.itech-curtain.is-revealing .itech-curtain_logo {
    opacity: 0;
    transition: opacity 0.25s ease;
}

/* Préchargement aux couleurs d'ITECH STORE */
.itech-preload {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.itech-preload img {
    width: 150px;
    height: auto;
    animation: itech-breathe 1.6s ease-in-out infinite;
}

.itech-preload_bar {
    position: relative;
    width: 150px;
    height: 3px;
    overflow: hidden;
    border-radius: 3px;
    background: var(--line);
}

.itech-preload_bar::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 40%;
    border-radius: inherit;
    background: var(--primary);
    animation: itech-load 1.1s ease-in-out infinite;
}

@keyframes itech-breathe {
    50% {
        transform: scale(0.94);
        opacity: 0.75;
    }
}

@keyframes itech-load {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(250%);
    }
}

/* Animations au défilement (actives uniquement avec itech-fx.js)
------------------------------------------------------------ */
.itech-w {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    padding-bottom: 0.12em;
    margin-bottom: -0.12em;
}

.itech-w_i {
    display: inline-block;
}

.itech-fx [data-fx="reveal"] {
    opacity: 0;
}

.itech-fx [data-fx="reveal"].is-in {
    animation: itech-reveal 1s cubic-bezier(0.2, 0.7, 0.2, 1) 0.15s both;
}

.itech-fx [data-fx="stagger"] > * {
    opacity: 0;
}

.itech-fx [data-fx="stagger"].is-in > * {
    animation: itech-rise 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) calc(var(--i, 0) * 110ms) both;
}

.itech-fx [data-fx="split"] .itech-w_i {
    translate: 0 110%;
}

.itech-fx [data-fx="split"].is-in .itech-w_i {
    animation: itech-word 1s cubic-bezier(0.2, 0.8, 0.2, 1) calc(var(--i, 0) * 55ms) both;
}

@keyframes itech-reveal {
    from {
        opacity: 0;
        translate: 0 36px;
        filter: blur(8px);
    }
    to {
        opacity: 1;
        translate: 0 0;
        filter: blur(0);
    }
}

@keyframes itech-rise {
    from {
        opacity: 0;
        translate: 0 56px;
    }
    to {
        opacity: 1;
        translate: 0 0;
    }
}

@keyframes itech-word {
    from {
        translate: 0 110%;
    }
    to {
        translate: 0 0;
    }
}

/* Rideau : les blocs s'ouvrent en suivant le défilement */
.itech-fx [data-fx="curtain"] {
    clip-path: inset(calc((1 - var(--fx-p, 0)) * 8%) calc((1 - var(--fx-p, 0)) * 10%) round var(--itech-radius));
}

.itech-fx [data-fx="curtain"] video {
    transform: scale(calc(1.2 - var(--fx-p, 0) * 0.2));
}

/* Cartes inclinées en 3D */
[data-fx="tilt"] {
    transform: perspective(1100px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
}

.itech-spot_card[data-fx="tilt"] {
    transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.itech-tilt-glare {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    background: radial-gradient(circle at var(--gx, 50%) var(--gy, 50%), rgba(255, 255, 255, 0.28), transparent 55%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

[data-fx="tilt"].is-tilting .itech-tilt-glare {
    opacity: 1;
}

/* Boutons magnétiques */
.tf-btn[data-fx="magnetic"] {
    translate: var(--mx, 0px) var(--my, 0px);
    transition: translate 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
    .itech-hero-pill,
    .itech-hero-pill::before,
    .itech-marquee_track,
    .itech-marquee_sep,
    .itech-spot::after,
    .itech-nav-dot::after,
    .itech-kicker_dot::after,
    .itech-hero-pill_dot::after,
    .itech-scroll-hint span,
    .itech-preload img,
    .itech-preload_bar::after {
        animation: none !important;
    }
    .itech-marquee_track {
        flex-wrap: wrap;
        width: auto;
    }
    .itech-marquee_group[aria-hidden] {
        display: none;
    }
}

.itech-feature_media.is-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3%;
}

.itech-fx [data-fx="curtain"] img {
    transform: scale(calc(1.2 - var(--fx-p, 0) * 0.2));
}

.itech-feature_media.is-photo {
    background: var(--itech-img-bg);
}

/* Dernier bandeau collé à la section précommande */
.itech-showcase:has(> .itech-marquee:last-child) {
    padding-bottom: 0;
}

.itech-showcase > .itech-marquee:last-child {
    margin-bottom: 0;
}

/* Dernier menu (Contact) : sous-menu aligné à droite pour ne jamais dépasser de l'écran */
.box-nav-menu > .menu-item:last-child > .sub-menu:not(.mega-menu) {
    left: auto;
    right: -31px;
}

/* Bloc noir avec photo (images/univers/<catégorie>.webp, visuels 1935 × 812) */
.itech-video-block img {
    object-position: center;
}

/* Visuel AirPods : titre tout en haut de l'image, on garde le haut visible */
#video-accessoires img {
    object-position: center top;
}

/* Mobile et tablette : proportions du visuel, sans recadrer les textes */
@media (max-width: 1199px) {
    .itech-video-block.has-image {
        aspect-ratio: 1935 / 812;
    }
}

/* Nos univers : vitrine en tuiles
------------------------------------------------------------ */
.itech-uni-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px 24px;
    margin-bottom: 36px;
}

.itech-uni-title {
    margin: 0;
    font-size: clamp(32px, 3.2vw, 48px);
    line-height: 1.1;
    font-weight: 500;
}

.itech-uni {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: repeat(2, 290px) auto;
    gap: 20px;
}

.itech-uni_tile {
    position: relative;
    display: block;
    overflow: hidden;
    isolation: isolate;
    border-radius: 28px;
    background: var(--itech-img-bg);
    color: var(--black);
    transition: box-shadow 0.5s ease;
}

.itech-uni_tile.is-hero {
    grid-row: span 2;
    background: radial-gradient(58% 48% at 50% 64%, rgba(230, 6, 30, 0.11), transparent 72%), var(--itech-img-bg);
}

.itech-uni_tile:hover {
    color: var(--black);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.itech-uni_tile:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 4px;
}

.itech-uni_text {
    position: absolute;
    top: 26px;
    left: 28px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 46%;
}

.itech-uni_name {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.itech-uni_count {
    color: var(--text);
    font-size: 15px;
    line-height: 20px;
}

.itech-uni_brands {
    max-width: 300px;
    margin-top: 10px;
    color: var(--text);
    font-size: 16px;
    line-height: 24px;
}

.itech-uni_tile.is-hero .itech-uni_text {
    top: 34px;
    left: 36px;
    max-width: 80%;
}

.itech-uni_tile.is-hero .itech-uni_name {
    font-size: clamp(40px, 3.6vw, 56px);
    line-height: 1.05;
}

.itech-uni_tile.is-hero .itech-uni_count {
    font-size: 17px;
    line-height: 24px;
}

/* Scène : ombre au sol et produit
   (centrage par marges automatiques : un transform isolerait les photos et bloquerait le fondu « multiply ») */
.itech-uni_stage {
    position: absolute;
    top: 0;
    right: -3%;
    bottom: 0;
    width: 60%;
    height: auto;
    margin: auto 0;
    aspect-ratio: 1;
}

.itech-uni_tile.is-hero .itech-uni_stage {
    top: auto;
    right: 0;
    bottom: -8%;
    left: 0;
    width: 94%;
    margin: 0 auto;
}

.itech-uni_floor {
    position: absolute;
    right: 24%;
    bottom: 9%;
    left: 24%;
    height: 8%;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(0, 0, 0, 0.2), transparent);
    transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.7s ease;
}

.itech-uni_img {
    position: absolute;
    top: 12%;
    left: 12%;
    width: 76%;
    height: 76%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.itech-uni_tile.is-hero .itech-uni_img {
    top: 12%;
    left: 38%;
    width: 62%;
    height: 62%;
}

.itech-uni_tile.is-hero .itech-uni_img.is-back {
    top: 23%;
    left: -2%;
    width: 50%;
    height: 50%;
}

.itech-uni_tile.is-hero .itech-uni_floor {
    right: 10%;
    bottom: 27%;
    left: 10%;
    height: 6%;
}

.itech-uni_tile:hover .itech-uni_img {
    transform: translateY(-10px) scale(1.05);
}

.itech-uni_tile.is-hero:hover .itech-uni_img.is-back {
    transform: translate(-12px, -4px) rotate(-3deg);
}

.itech-uni_tile:hover .itech-uni_floor {
    opacity: 0.55;
    transform: scaleX(0.82);
}

/* Accès */
.itech-uni_arrow {
    position: absolute;
    bottom: 24px;
    left: 28px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--black);
    color: var(--white);
    font-size: 18px;
    transition: background-color 0.35s ease;
}

.itech-uni_arrow .icon {
    transform: rotate(-45deg);
    transition: transform 0.35s ease;
}

.itech-uni_tile:hover .itech-uni_arrow {
    background: var(--primary);
}

.itech-uni_tile:hover .itech-uni_arrow .icon {
    transform: rotate(0);
}

.itech-uni_go {
    position: absolute;
    bottom: 32px;
    left: 36px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 26px;
    border-radius: 999px;
    background: var(--black);
    color: var(--white);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    transition: background-color 0.35s ease;
}

.itech-uni_go .icon {
    transition: transform 0.35s ease;
}

.itech-uni_tile:hover .itech-uni_go {
    background: var(--primary);
}

.itech-uni_tile:hover .itech-uni_go .icon {
    transform: translateX(4px);
}

/* Occasion : catégorie vide, annoncée à part */
.itech-uni_soon {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 20px 24px 20px 20px;
    border-radius: 28px;
    background: #021a62;
    color: var(--white);
}

.itech-uni_soon-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1.5px dashed rgba(255, 255, 255, 0.45);
}

.itech-uni_soon-icon svg {
    width: 26px;
    height: 26px;
}

.itech-uni_soon-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.itech-uni_soon-name {
    color: var(--white);
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.itech-uni_soon-name:hover {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.itech-uni_soon-sub {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 22px;
}

.itech-uni_soon-call {
    flex-shrink: 0;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--white);
    color: var(--black);
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.itech-uni_soon-call:hover {
    background: var(--primary);
    color: var(--white);
}

@media (max-width: 1199px) {
    .itech-uni {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 380px repeat(2, 250px) auto;
    }
    .itech-uni_tile.is-hero {
        grid-column: 1 / -1;
        grid-row: auto;
        background: radial-gradient(40% 70% at 70% 55%, rgba(230, 6, 30, 0.11), transparent 72%), var(--itech-img-bg);
    }
    .itech-uni_tile.is-hero .itech-uni_text {
        max-width: 42%;
    }
    .itech-uni_tile.is-hero .itech-uni_stage {
        top: 0;
        right: 2%;
        bottom: 0;
        left: auto;
        width: auto;
        height: 100%;
        margin: auto 0;
    }
}

@media (max-width: 767px) {
    .itech-uni-head {
        margin-bottom: 24px;
    }
    .itech-uni {
        grid-template-rows: 360px repeat(2, 210px) auto;
        gap: 12px;
    }
    .itech-uni_tile {
        border-radius: 20px;
    }
    .itech-uni_text {
        top: 16px;
        left: 16px;
        max-width: 80%;
    }
    .itech-uni_name {
        font-size: 18px;
        line-height: 22px;
    }
    .itech-uni_count {
        font-size: 13px;
        line-height: 18px;
    }
    .itech-uni_stage {
        top: auto;
        right: -10%;
        bottom: -10%;
        width: 88%;
        margin: 0;
    }
    .itech-uni_arrow {
        bottom: 14px;
        left: 16px;
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
    .itech-uni_tile.is-hero {
        background: radial-gradient(70% 45% at 50% 70%, rgba(230, 6, 30, 0.12), transparent 72%), var(--itech-img-bg);
    }
    .itech-uni_tile.is-hero .itech-uni_text {
        top: 22px;
        left: 20px;
        max-width: 90%;
    }
    .itech-uni_tile.is-hero .itech-uni_name {
        font-size: 32px;
    }
    .itech-uni_tile.is-hero .itech-uni_count {
        font-size: 15px;
    }
    .itech-uni_brands {
        display: none;
    }
    .itech-uni_tile.is-hero .itech-uni_stage {
        top: auto;
        right: 0;
        bottom: -9%;
        left: 0;
        width: auto;
        height: 92%;
        margin: 0 auto;
    }
    .itech-uni_go {
        bottom: 18px;
        left: 20px;
        padding: 10px 18px;
        font-size: 14px;
    }
    .itech-uni_soon {
        flex-wrap: wrap;
        gap: 14px 16px;
        padding: 18px;
        border-radius: 20px;
    }
    .itech-uni_soon-icon {
        width: 48px;
        height: 48px;
    }
    .itech-uni_soon-name {
        font-size: 18px;
        line-height: 24px;
    }
    .itech-uni_soon-sub {
        font-size: 14px;
        line-height: 20px;
    }
    .itech-uni_soon-call {
        width: 100%;
        text-align: center;
    }
}


/* Crédit du studio, tout en bas du pied de page */
.itech-credit {
    margin: 0;
    padding: 18px 0 28px;
    border-top: 1px solid var(--line);
    color: var(--text-2);
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.itech-credit a {
    color: var(--text);
    font-weight: 500;
}

.itech-credit a:hover {
    color: var(--primary);
}

/* Lien d'évitement : visible uniquement au clavier, pour aller directement au contenu */
.itech-skip {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100000;
}

.itech-skip:focus {
    left: 16px;
    top: 16px;
    padding: 10px 18px;
    border-radius: 99px;
    background: var(--primary);
    color: #fff;
    font-weight: 600;
}

/* Prix des cartes produits : même typographie qu'avant (le prix n'est plus un titre HTML) */
.price-wrap .price-new:not(span) {
    font-size: clamp(20px, 3vw, 24px);
    line-height: clamp(26px, 4vw, 32px);
}

/* Nom du produit dans les cartes : même apparence qu'avant (le niveau de titre a changé pour la lecture d'écran) */
.card-product .name-product,
.itech-card .name-product {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
