/* Polices Claude Design */
:root {
    --font-display: 'Bricolage Grotesque', 'Inter Tight', sans-serif;
    --font-body:    'Inter Tight', system-ui, sans-serif;
    --font-serif:   'Fraunces', Georgia, serif;
    --font-mono:    'JetBrains Mono', monospace;
}
body, p, li, td, input, textarea, select {
    font-family: var(--font-body);
}
h1, h2, h3, h4, h5, h6,
.olv-product__title,
.site-title,
.olv-price-block__price {
    font-family: var(--font-display);
}
code, pre, .wp-block-code {
    font-family: var(--font-mono);
}
/* TOC */
.ez-toc-container { background: none; border: none; box-shadow: none; padding: 0; margin: 1.5rem 0; }
.ez-toc-title { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: #999; }
.ez-toc-list { font-size: 0.9rem; color: #666; }
.ez-toc-list a { color: #666; text-decoration: none; }
.ez-toc-list a:hover { color: #333; }

/* Produit — layout */
.olv-product { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px,4vw,40px); align-items: start; }
.single-product #contenu-principal { padding: 0; }
.single-product div.product, .single-product .woocommerce-breadcrumb { width: 95%; max-width: 1320px; margin: 0 auto; }
.single-product .woocommerce-breadcrumb { margin-bottom: 1.5rem; }
.single-product div.product { background: var(--surface); border-radius: var(--radius-lg, 20px); padding: 2rem; }

/* Galerie */
.woocommerce-product-gallery .flex-control-thumbs { display: flex; gap: 8px; margin-top: 8px !important; margin-bottom: 8px !important; }
.woocommerce-product-gallery .flex-control-thumbs li { margin: 0; }
.woocommerce-product-gallery .flex-control-thumbs li img { border-radius: 8px; }
.woocommerce-product-gallery .woocommerce-product-gallery__image img { border-radius: 8px !important; width: 100% !important; height: 500px !important; object-fit: cover !important; }

/* Onglets */
.olv-product__title { font-size: 2rem; margin-bottom: 1.5rem; }
.olv-tabs { display: flex; gap: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 1.5rem; }
.olv-tab { background: none; border: none; color: rgba(255,255,255,0.45); font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; padding: 0.5rem 0; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.olv-tab--active { color: #fff; border-bottom-color: var(--accent, #f5a623); }
.olv-tab-panel { display: none; }
.olv-tab-panel--active { display: block; }

/* Compatibilité */
.olv-compat-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; padding: 0; margin: 0; }
.olv-compat-list li { background: rgba(255,255,255,0.05); border-radius: 10px; padding: 0.9rem 1.2rem; display: flex; align-items: center; gap: 0.75rem; }
.olv-compat-list li::before { content: '•'; color: var(--accent, #f5a623); font-size: 1.4rem; flex-shrink: 0; }

/* Specs */
.olv-specs { display: flex; flex-direction: column; }
.olv-specs__row { display: flex; justify-content: space-between; padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.olv-specs__label { color: rgba(255,255,255,0.5); }
.olv-specs__value { color: #fff; text-align: right; }

/* Prix */
.olv-price-block { background: rgba(0,0,0,0.35); border-radius: 12px; padding: 1.2rem 1.5rem; margin: 1.5rem 0 1rem; }
.olv-price-block__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.4rem; }
.olv-price-block__label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); }
.olv-price-block__tva { font-size: 0.72rem; color: rgba(255,255,255,0.4); }
.olv-price-block__tva strong { color: rgba(255,255,255,0.7); }
/* Prix */
.olv-price-block { background: rgba(0,0,0,0.35); border-radius: 12px; padding: 1.2rem 1.5rem; margin: 1.5rem 0 1rem; }
.olv-price-block__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.4rem; }
.olv-price-block__label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); }
.olv-price-block__tva { font-size: 0.72rem; color: rgba(255,255,255,0.4); }
.olv-price-block__tva strong { color: rgba(255,255,255,0.7); }
.olv-price-block__price { font-family: 'Bricolage Grotesque', sans-serif !important; font-size: 40px !important; font-weight: 500 !important; color: #f5efe2 !important; line-height: 1.04 !important; letter-spacing: -1.4px !important; }
.olv-price-block__price * { font-size: inherit !important; font-weight: inherit !important; color: inherit !important; letter-spacing: inherit !important; }

/* Bouton */
.single-product form.cart { display: flex; gap: 10px; }
.single-product form.cart .single_add_to_cart_button { flex: 1; border-radius: 50px !important; }
.single-product form.cart .qty { width: 60px; border-radius: 8px !important; }

/* Texte description produit */
.olv-tab-panel p,
.olv-tab-panel li {
    font-family: 'Inter Tight', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #d8ccaf;
    line-height: 1.6;
    letter-spacing: 0;
}
