    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #F3E1C0;
        color: #5B3A29;
        line-height: 1.6;
    }

    /* HEADER */
	    header {
	        background: #FFFFFF;
	        border-bottom: 2px solid #C97A2B;
	        position: sticky;
	        top: 0;
	        z-index: 1000;
	        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	        overflow: visible;
	    }
    
    .header-container {
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        padding: 8px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        min-height: 64px;
    }
    
    .logo {
        display: flex;
        align-items: center;
    }
    
    .logo img {
        height: 123px;
        width: auto;
        display: block;
    }
    
    nav {
        display: flex;
        align-items: center;
    }
    
    nav ul {
        list-style: none;
        display: flex;
        gap: 20px;
        margin: 0;
        align-items: center;
    }
    
    nav a {
        text-decoration: none;
        color: #5B3A29;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.01em;
        transition: color 0.3s;
    }
    
    nav a:hover {
        color: #3C7A75;
    }

    .nav-offer a {
        background: #C4402A;
        color: #fff;
        padding: 8px 14px;
        border-radius: 16px;
        box-shadow: 0 8px 18px rgba(196,64,42,0.25);
        animation: flashPulse 0.7s ease-in-out infinite;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.04em;
    }

    .nav-offer a:hover {
        color: #fff;
        background: #5B3A29;
        box-shadow: 0 10px 20px rgba(91,58,41,0.25);
    }

    @keyframes flashPulse {
        0% { transform: translateY(0); box-shadow: 0 8px 18px rgba(196,64,42,0.25); }
        50% { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(196,64,42,0.38); }
        100% { transform: translateY(0); box-shadow: 0 8px 18px rgba(196,64,42,0.25); }
    }

    @media (prefers-reduced-motion: reduce) {
        .nav-offer a {
            animation: none;
        }
    }

    /* OFERTAS */
    .offers-section {
        background: linear-gradient(135deg, rgba(243,225,192,0.7), rgba(201,122,43,0.12));
        padding: 80px 32px;
    }

    .offers-inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .offers-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .offers-header .eyebrow {
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #C4402A;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .offers-header h2 {
        font-size: 36px;
        color: #5B3A29;
        font-family: 'Gloock', serif;
        margin-bottom: 12px;
    }

    .offers-header p {
        color: #5B3A29;
        font-size: 18px;
        max-width: 700px;
        margin: 0 auto;
    }

    .offers-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
    }

    .offer-card {
        background: #fff;
        border-radius: 16px;
        padding: 22px;
        box-shadow: 0 12px 32px rgba(0,0,0,0.08);
        border: 1px solid rgba(91,58,41,0.08);
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: space-between;
    }

    .offer-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .offer-badge {
        background: #C4402A;
        color: #fff;
        padding: 8px 12px;
        border-radius: 999px;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.04em;
        animation: flashPulse 0.7s ease-in-out infinite;
    }

    .offer-chip {
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(60,122,117,0.12);
        color: #3C7A75;
        font-weight: 600;
        font-size: 13px;
    }

    .offer-card h3 {
        font-size: 22px;
        color: #5B3A29;
        margin: 4px 0;
    }

    .offer-card p {
        color: #5B3A29;
        font-size: 16px;
        line-height: 1.5;
    }

    .offer-price {
        display: flex;
        align-items: baseline;
        gap: 10px;
        color: #3C7A75;
        font-weight: 700;
    }

    .offer-price .main {
        font-size: 28px;
    }

    .offer-price .note {
        font-size: 14px;
        color: #5B3A29;
        font-weight: 500;
    }

    .offer-meta {
        font-size: 13px;
        color: #5B3A29;
        opacity: 0.8;
        margin-bottom: auto;
    }

    .offer-cta {
        align-self: flex-start;
        padding: 10px 18px;
        border-radius: 12px;
        background: #3C7A75;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        box-shadow: 0 8px 20px rgba(60,122,117,0.25);
    }

    .offer-cta:hover {
        background: #5B3A29;
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(91,58,41,0.25);
    }


    .menu-toggle {
        display: none;
        width: 40px;
        height: 40px;
        padding: 8px;
        border-radius: 10px;
        border: 1px solid #C97A2B;
        background: #fff;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        gap: 6px;
        flex-direction: column;
        transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    }

    .menu-toggle:hover {
        box-shadow: 0 6px 14px rgba(0,0,0,0.08);
        transform: translateY(-1px);
    }

    .menu-toggle span {
        width: 100%;
        height: 3px;
        background: #5B3A29;
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .menu-toggle.open span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-toggle.open span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.open span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    @media (max-width: 900px) {
        .header-container {
            padding: 12px 20px;
        }
        
        .logo img {
            height: 108px;
        }

        nav {
            position: absolute;
            top: 100%;
            right: 20px;
            background: #FFFFFF;
            border: 1px solid #C97A2B;
            border-radius: 14px;
            padding: 12px 16px;
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
            display: none;
        }

        nav.open {
            display: block;
        }

        nav ul {
            flex-direction: column;
            align-items: flex-start;
            gap: 14px;
        }

        nav a {
            font-size: 16px;
        }

        .menu-toggle {
            display: inline-flex;
        }
    }

    @media (max-width: 540px) {
        .header-container {
            min-height: 70px;
        }
        
        .logo img {
            height: 90px;
        }

        .offers-section {
            padding: 60px 20px;
        }
    }

    /* SLIDER HERO */
    .slider {
        position: relative;
        width: 100%;
        height: 676px;
        overflow: hidden;
        background: #000;
    }
    
    .slides {
        display: flex;
        width: 100%;
        height: 100%;
        transition: transform 0.6s ease-in-out;
    }
    
	    .slide {
	        min-width: 100%;
	        height: 100%;
	        position: relative;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	    }

	    /* When using <picture> for WebP, ensure it still behaves like a full-bleed image. */
	    .slide picture {
	        width: 100%;
	        height: 100%;
	        display: block;
	        flex: 0 0 100%;
	    }
	    
	    .slide img {
	        width: 100%;
	        height: 100%;
	        object-fit: cover;
	        display: block;
	    }
    
    .slide-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.2));
        display: flex;
        align-items: center;
        padding: 0 100px;
    }
    
    .slide-content {
        color: white;
        max-width: 600px;
    }
    
    .slide-content h1,
    .slide-content h2 {
        font-size: 64px;
        margin-bottom: 20px;
        font-weight: 700;
        font-family: 'Gloock', serif;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    }
    
    .slide-content p {
        font-size: 24px;
        margin-bottom: 30px;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        letter-spacing: 0.01em;
    }
    
    .btn {
        display: inline-block;
        padding: 15px 40px;
        background: #3C7A75;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
        font-size: 18px;
        font-weight: 600;
        transition: all 0.3s;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    
    .btn:hover {
        background: #5B3A29;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    }
    
    /* Navigation du slider */
    .slider-nav {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 10;
    }
    
    .slider-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255,255,255,0.5);
        cursor: pointer;
        transition: all 0.3s;
    }
    
    .slider-dot.active {
        background: #3C7A75;
        width: 40px;
        border-radius: 10px;
    }
    
    .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(201,122,43,0.7);
        color: white;
        border: none;
        font-size: 30px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s;
        z-index: 10;
    }
    
    .slider-arrow:hover {
        background: rgba(201,122,43,0.9);
    }
    
    .slider-arrow.prev {
        left: 30px;
    }
    
    .slider-arrow.next {
        right: 30px;
    }

    /* SECTION PRODUITS */
    .section {
        padding: 80px 60px;
        text-align: center;
    }
    .section h2 {
        font-size: 38px;
        margin-bottom: 40px;
        font-weight: 700;
        font-family: 'Gloock', serif;
        color: #5B3A29;
    }
    .menu-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    .item {
        background: white;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0px 4px 18px rgba(0,0,0,0.08);
    }
    .item img {
        width: 100%;
        border-radius: 10px;
    }
    .item h3 {
        margin-top: 15px;
        font-size: 22px;
        color: #5B3A29;
    }

    /* SECTION PRODUITS */
    .section {
        max-width: 1400px;
        margin: 80px auto;
        padding: 0 50px;
        position: relative;
    }
    
    .section h2 {
        font-size: 42px;
        color: #5B3A29;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .menu-carousel {
        position: relative;
        overflow: hidden;
        padding: 0 60px;
    }
    
    .menu-grid {
        display: flex;
        transition: transform 0.5s ease-in-out;
        gap: 40px;
    }
    
    .item {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        transition: transform 0.3s;
        min-width: calc(33.333% - 27px);
        flex-shrink: 0;
    }
    
    .item:hover {
        transform: translateY(-10px);
    }
    
    .item img, .item > div {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    .item h3 {
        padding: 20px;
        color: #5B3A29;
        font-size: 24px;
        text-align: center;
    }

    .carousel-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(201,122,43,0.7);
        color: white;
        border: none;
        font-size: 30px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s;
        z-index: 10;
    }
    
    .carousel-arrow:hover {
        background: rgba(201,122,43,0.9);
    }
    
    .carousel-arrow.carousel-prev {
        left: 0;
    }
    
    .carousel-arrow.carousel-next {
        right: 0;
    }

    @media (max-width: 1024px) {
        .item {
            min-width: calc(50% - 20px);
        }
    }

    @media (max-width: 640px) {
        .item {
            min-width: 100%;
        }
        .menu-carousel {
            padding: 0 50px;
        }
    }

    /* FOOTER */
    footer {
        background: #5B3A29;
        color: white;
        padding: 40px;
        margin-top: 80px;
    }
    
    .footer-container {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }
    
    .footer-left {
        flex: 1;
        text-align: left;
    }
    
    .footer-left h2 {
        margin-bottom: 15px;
        font-size: 28px;
    }
    
    .footer-left p {
        margin: 8px 0;
        font-size: 16px;
    }

    .footer-left a {
        color: #fff;
        text-decoration: underline;
        text-underline-offset: 3px;
        font-weight: 600;
    }

    .footer-left a:hover {
        opacity: 0.9;
    }
    
    .footer-right {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    
    .social-media {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    
    .social-media h3 {
        font-size: 18px;
        margin: 0 10px 0 0;
    }
    
    .social-icons {
        display: flex;
        gap: 15px;
    }
    
    .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: white;
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .social-icons a:hover {
        transform: scale(1.1);
    }
    
    .social-icons a svg {
        width: 24px;
        height: 24px;
    }
    
    .social-icons a:hover svg {
        opacity: 0.8;
    }
    
    .qr-code {
        background: white;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    
    .qr-code img {
        width: 80px;
        height: 80px;
        display: block;
    }
    
    @media (max-width: 768px) {
        .footer-container {
            flex-direction: column;
            text-align: center;
        }
        
        .footer-left {
            text-align: center;
        }
        
        .social-media {
            flex-direction: column;
        }
    }

    /* DETAIL PAGES */
    .logo a {
        display: inline-flex;
        align-items: center;
    }

    .page-hero {
        position: relative;
        min-height: 56vh;
        background: var(--hero-image) center / cover no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 80px 24px;
        overflow: hidden;
    }

    .page-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(0,0,0,0.65), rgba(0,0,0,0.2));
    }

    .page-hero-content {
        position: relative;
        max-width: 980px;
        color: #fff;
        text-align: center;
        padding: 28px 26px;
        border-radius: 22px;
        background: rgba(0,0,0,0.18);
        border: 1px solid rgba(255,255,255,0.18);
        box-shadow: 0 18px 46px rgba(0,0,0,0.35);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .page-eyebrow {
        display: inline-block;
        padding: 8px 14px;
        border-radius: 999px;
        background: rgba(255,255,255,0.14);
        border: 1px solid rgba(255,255,255,0.22);
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 14px;
    }

    .page-hero-content h1 {
        font-size: clamp(42px, 5vw, 70px);
        line-height: 1.05;
        margin-bottom: 12px;
        font-family: 'Gloock', serif;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    }

    .page-hero-content p {
        font-size: 20px;
        line-height: 1.5;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.25);
        margin: 0 auto 22px;
        max-width: 760px;
    }

    .page-hero-actions {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px;
    }

    .btn.btn-secondary {
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.28);
        box-shadow: 0 10px 22px rgba(0,0,0,0.28);
    }

    .btn.btn-secondary:hover {
        background: rgba(255,255,255,0.18);
        border-color: rgba(255,255,255,0.4);
        transform: translateY(-2px);
    }

    .page-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 74px 24px 10px;
    }

    .page-columns {
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 32px;
        align-items: start;
        margin-bottom: 34px;
    }

    .page-text h2 {
        font-family: 'Gloock', serif;
        font-size: 34px;
        margin-bottom: 14px;
        color: #5B3A29;
    }

    .page-lead {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 14px;
        color: #5B3A29;
    }

    .page-text p {
        font-size: 17px;
        margin-bottom: 12px;
        color: #5B3A29;
    }

    .page-image-card {
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        border: 1px solid rgba(91,58,41,0.08);
        box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    }

    .page-image-card img {
        width: 100%;
        height: auto;
        display: block;
    }

    .info-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 18px;
        margin: 26px 0 60px;
    }

    .info-card {
        background: #fff;
        border-radius: 16px;
        padding: 22px;
        border: 1px solid rgba(91,58,41,0.08);
        box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    }

    .info-card h3 {
        margin-bottom: 8px;
        font-size: 20px;
        color: #5B3A29;
    }

    .info-card p {
        font-size: 15px;
        color: #5B3A29;
        opacity: 0.95;
    }

    .tag-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 14px;
    }

    .tag {
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(60,122,117,0.14);
        color: #3C7A75;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 0.01em;
    }

    @media (max-width: 900px) {
        .page-columns {
            grid-template-columns: 1fr;
        }

        .page-hero {
            padding: 70px 18px;
        }
    }

    /* LEGAL PAGES */
    .legal-content {
        max-width: 980px;
        margin: 0 auto 60px;
        background: rgba(255,255,255,0.55);
        border: 1px solid rgba(91,58,41,0.1);
        border-radius: 18px;
        padding: 28px 26px;
        box-shadow: 0 14px 34px rgba(0,0,0,0.06);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .legal-content h2 {
        font-family: 'Gloock', serif;
        font-size: 28px;
        color: #5B3A29;
        margin: 26px 0 12px;
    }

    .legal-content h2:first-child {
        margin-top: 0;
    }

    .legal-content p {
        font-size: 17px;
        color: #5B3A29;
        margin-bottom: 12px;
    }

    .legal-content ul {
        padding-left: 20px;
        margin: 10px 0 18px;
        color: #5B3A29;
    }

    .legal-content li {
        margin: 8px 0;
        line-height: 1.5;
    }

    .legal-content a {
        color: #3C7A75;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .legal-meta {
        margin-top: 18px;
        font-size: 14px;
        color: #5B3A29;
        opacity: 0.85;
    }
