.header-transparent,
.custom-header .header-transparent,
header.custom-header.header-transparent,
header.custom-header .header-transparent,
html body header.custom-header .header-transparent,
html body .header-transparent {
    background: rgba(255, 255, 255, 0.6) !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
}
:root {
    --color-primary: #3b82f6;
    --color-primary-dark: #2563eb;
    --color-primary-light: #60a5fa;
    --color-secondary: #64748b;
    --color-accent: #f59e0b;
    --color-success: #10b981;
    --color-warning: #f59e0b;
    --color-error: #ef4444;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-gray-50: #f9fafb;
    --color-gray-100: #f3f4f6;
    --color-gray-800: #1f2937;
}
header.custom-header div.header-row-nav,
header.custom-header div.header-row-nav.shadow-sm.border-b.border-gray-100,
.custom-header .header-row-nav,
div.header-row-nav.shadow-sm.border-b.border-gray-100,
.header-row-nav {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
.custom-header div[class*="bg-white"],
header.custom-header .bg-white,
.header-row-nav .bg-white {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
body header.custom-header div.header-row-nav.shadow-sm.border-b.border-gray-100 {
    background-color: rgba(255, 255, 255, 0.85) !important;
    background: rgba(255, 255, 255, 0.85) !important;
}
.hero-banner {
    height: calc(100vh - 120px); 
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.hero-banner .grid {
    height: calc(100vh - 120px) !important;
}
.hero-banner .grid > div {
    height: calc(100vh - 120px) !important;
}
.hp-hero-fullwidth {
    margin: 0 !important;
    padding: 0 !important;
}
.page-wrapper > main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.page-wrapper > * + .hp-hero-fullwidth {
    margin-top: 0 !important;
}
.hero-banner .grid {
    gap: 0 !important;
}
.page-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.page-header .header\.row\.nav,
.page-header [class*="header.row.nav"] {
    background-color: transparent !important;
}
.page-header .bg-white {
    background-color: transparent !important;
}
body {
    padding-top: 120px;
}
.header-row-two #navigation-sections {
    width: 100%;
    display: flex;
    justify-content: center;
}
.header-row-two .navigation {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.header-row-two .navigation ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 2rem !important;
}
.header-row-two .navigation ul li {
    margin: 0 !important;
    padding: 0 !important;
}
.header-row-two .navigation ul li a {
    color: #374151 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    padding: 0.5rem 0.75rem !important;
    transition: color 0.2s ease-in-out !important;
}
.header-row-two .navigation ul li a:hover {
    color: #dc2626 !important;
}
.header-row-two .navigation .mobile-menu,
.header-row-two .navigation .menu-toggle {
    display: none !important;
}
.header-row-two .blackbird-menu,
.header-row-two [class*="blackbird-menu"] {
    width: 100%;
    display: flex;
    justify-content: center;
}
.header-row-two .blackbird-menu ul,
.header-row-two .blackbird-menu .menu-items {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 2rem !important;
    background: transparent !important;
}
.header-row-two .blackbird-menu ul li,
.header-row-two .blackbird-menu .menu-item {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}
.header-row-two .blackbird-menu ul li a,
.header-row-two .blackbird-menu .menu-item a {
    color: #374151 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    padding: 0.5rem 0.75rem !important;
    transition: color 0.2s ease-in-out !important;
    display: block !important;
}
.header-row-two .blackbird-menu ul li a:hover,
.header-row-two .blackbird-menu .menu-item a:hover {
    color: #dc2626 !important;
}
.page-header * {
    transition: all 0.2s ease-in-out;
}
:root {
    --color-gray-900: #111827;
    --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --container-max-width: 1280px;
    --container-padding: 1rem;
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.hero-banner {
    height: calc(100vh - 120px); 
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.hero-banner .grid {
    height: calc(100vh - 120px) !important;
}
.hero-banner .grid > div {
    height: calc(100vh - 120px) !important;
}
.hp-hero-fullwidth {
    margin: 0 !important;
    padding: 0 !important;
}
.page-wrapper > main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.page-wrapper > * + .hp-hero-fullwidth {
    margin-top: 0 !important;
}
.hero-banner .grid {
    gap: 0 !important;
}
.page-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.page-header .header\.row\.nav,
.page-header [class*="header.row.nav"] {
    background-color: transparent !important;
}
.page-header .bg-white {
    background-color: transparent !important;
}
body {
    padding-top: 120px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: var(--font-family-primary);
    font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
    line-height: 1.6;
    color: var(--color-gray-800);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-primary { color: var(--color-primary); }
.text-primary-dark { color: var(--color-primary-dark); }
.text-primary-light { color: var(--color-primary-light); }
.text-secondary { color: var(--color-secondary); }
.text-accent { color: var(--color-accent); }
.text-success { color: var(--color-success); }
.text-warning { color: var(--color-warning); }
.text-error { color: var(--color-error); }
.bg-primary { background-color: var(--color-primary); }
.bg-primary-dark { background-color: var(--color-primary-dark); }
.bg-primary-light { background-color: var(--color-primary-light); }
.bg-secondary { background-color: var(--color-secondary); }
.bg-accent { background-color: var(--color-accent); }
.bg-success { background-color: var(--color-success); }
.bg-warning { background-color: var(--color-warning); }
.bg-error { background-color: var(--color-error); }
.hover\:bg-primary-dark:hover {
    background-color: var(--color-primary-dark);
}
.hover\:text-primary:hover {
    color: var(--color-primary);
}
.focus\:ring-primary:focus {
    --tw-ring-color: var(--color-primary);
}
.container {
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}
.hp-hero-section {
    position: relative;
    overflow: hidden;
}
.hero-container {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .bg-fixed-desktop {
        background-attachment: fixed;
    }
}
@media (max-width: 767px) {
    .bg-fixed-desktop {
        background-attachment: scroll;
    }
}
@keyframes fadeIn {
    from { 
        opacity: 0; 
    }
    to { 
        opacity: 1; 
    }
}
@keyframes slideUp {
    from { 
        opacity: 0; 
        transform: translateY(30px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}
@keyframes slideDown {
    from { 
        opacity: 0; 
        transform: translateY(-30px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}
@keyframes slideLeft {
    from { 
        opacity: 0; 
        transform: translateX(30px); 
    }
    to { 
        opacity: 1; 
        transform: translateX(0); 
    }
}
@keyframes slideRight {
    from { 
        opacity: 0; 
        transform: translateX(-30px); 
    }
    to { 
        opacity: 1; 
        transform: translateX(0); 
    }
}
.animate-fade-in {
    animation: fadeIn 1s ease-out forwards;
}
.animate-slide-up {
    animation: slideUp 0.8s ease-out forwards;
}
.animate-slide-down {
    animation: slideDown 0.8s ease-out forwards;
}
.animate-slide-left {
    animation: slideLeft 0.8s ease-out forwards;
}
.animate-slide-right {
    animation: slideRight 0.8s ease-out forwards;
}
[data-animate] {
    opacity: 0;
}
[data-animate="slide-up"]:nth-child(1) { animation-delay: 0.1s; }
[data-animate="slide-up"]:nth-child(2) { animation-delay: 0.3s; }
[data-animate="slide-up"]:nth-child(3) { animation-delay: 0.5s; }
[data-animate="slide-up"]:nth-child(4) { animation-delay: 0.7s; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all var(--transition-normal);
    cursor: pointer;
    border: none;
    outline: none;
}
.btn:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}
.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.btn-primary:hover {
    background-color: var(--color-primary-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
}
.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}
.btn-md {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}
.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}
@media (max-width: 640px) {
    .hero-container h1 {
        font-size: 2.5rem !important;
        line-height: 1.1 !important;
    }
    .hero-container p {
        font-size: 1.125rem !important;
        margin-bottom: 2rem !important;
    }
}
@media (min-width: 641px) and (max-width: 768px) {
    .hero-container h1 {
        font-size: 3.5rem !important;
        line-height: 1.1 !important;
    }
}
.hero-container,
.animate-fade-in,
.animate-slide-up,
.animate-slide-down,
.animate-slide-left,
.animate-slide-right {
    will-change: transform, opacity;
    backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .animate-bounce {
        animation: none !important;
    }
    html {
        scroll-behavior: auto;
    }
}
@media (prefers-contrast: high) {
    .hero-container .bg-black {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }
    .btn-primary {
        outline: 2px solid var(--color-white);
    }
}
@media print {
    .hero-container {
        min-height: auto !important;
        background-image: none !important;
        color: var(--color-black) !important;
    }
    .hero-container .bg-black {
        background-color: transparent !important;
    }
    .hero-container .text-white {
        color: var(--color-black) !important;
    }
}
/* =========================
   NAVIGATION BLACKBIRD MENUMANAGER
   ========================= */
.blackbird-navigation-container {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 80px; 
    z-index: 40;
}
.blackbird-navigation-container .blackbird-menu {
    background: transparent;
    border: none;
    box-shadow: none;
}
.blackbird-navigation-container .wine-categories-menu .hidden {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 1rem 0;
}
.blackbird-navigation-container .wine-category-link {
    color: #374151;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.75rem 1.5rem;
}
.blackbird-navigation-container .wine-category-link:hover {
    color: #dc2626;
    transform: translateY(-1px);
}
.blackbird-navigation-container .wine-category-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #dc2626;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.blackbird-navigation-container .wine-category-link:hover::after {
    width: 80%;
}
.blackbird-navigation-container .menu-item-dropdown .absolute {
    background: white;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}
.hp-hero-fullwidth {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    margin-top: 0 !important;
    padding: 0 !important;
}
.hero-banner {
    height: 100vh !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
.hero-banner .grid {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}
.hero-banner .grid > div {
    height: 100vh !important;
}
body {
    padding-top: 0 !important;
}
/* =================================
   SUP HEADER - POSITIONNEMENT FIXE
   ================================= */
.sup-header-banner {
    z-index: 7000 !important;
    position: relative !important;
    width: 100vw !important;
}
.custom-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 8000 !important;
}
body.page-layout-category-full-width .page-main {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.hp-hero-fullwidth,
.hero-banner {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
main#maincontent,
.main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.bandeau-sous-hero {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box !important;
}
.bandeau-sous-hero::before,
.bandeau-sous-hero::after {
    display: none !important;
}
.block.bandeau,
.block-bandeau,
div[data-content-type="block"]:has(.bandeau-sous-hero) {
    margin: 0 !important;
    padding: 0 !important;
}