* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Merriweather', Georgia, serif;
            background: #ffffff;
            min-height: 100vh;
            color: #3a2a1a;
            line-height: 1.8;
        }

        /* Header traditionnel */
        .header {
            background: linear-gradient(180deg, #5a3a1a 0%, #4a2a0a 100%);
            border-bottom: 6px solid #d4af37;
            border-top: 3px solid #d4af37;
            padding: 25px 20px;
            text-align: center;
            position: relative;
        }

        .header h1 {
            font-family: 'Cinzel', serif;
            color: #d4af37;
            font-size: 2.2rem;
            letter-spacing: 3px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            margin-bottom: 5px;
        }

        .header .subtitle {
            color: #e8d5a3;
            font-size: 1rem;
            font-style: italic;
            letter-spacing: 2px;
        }

        /* Section À la une */
        .alaune-section {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 60px;
            padding: 40px 20px;
            background: #ffffff;
            flex-wrap: wrap;
        }

        .chef-block { text-align: center; }

        .chef-photo {
            width: 320px;
            height: 400px;
            object-fit: cover;
            object-position: top;
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
            display: block;
            margin: 0 auto;
        }

        .chef-name {
            font-family: 'Cinzel', serif;
            color: #d4880a;
            font-size: 1.2rem;
            font-weight: 700;
            margin-top: 15px;
            padding: 0 10px;
        }

        .logo-block {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            padding-top: 20px;
        }

        .logo-img {
            width: 280px;
            height: auto;
            display: block;
            max-width: 100%;
        }

        .alaune-title {
            font-family: 'Cinzel', serif;
            color: #5a3a1a;
            font-size: 1.6rem;
            margin-top: 30px;
        }

        /* Section Mot du Chef */
        .mot-chef-section {
            background: #fffbf0;
            padding: 50px 60px;
        }

        .section-title {
            font-family: 'Cinzel', serif;
            color: #5a3a1a;
            font-size: 1.6rem;
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 12px;
            border-bottom: 2px solid #d4af37;
        }

        .dedication {
            font-style: italic;
            color: #6a5a4a;
            margin-bottom: 25px;
            text-align: center;
            font-size: 0.95rem;
            line-height: 1.9;
        }

        .message-text {
            text-align: center;
            font-size: 1rem;
            line-height: 2;
            color: #4a3a2a;
            margin-bottom: 20px;
        }

        .message-text p { margin-bottom: 18px; }

        .highlight-box {
            background: #fff8dc;
            padding: 18px 22px;
            margin: 20px 0;
            text-align: center;
            font-style: italic;
            color: #5a4a3a;
        }

        .closing-text {
            text-align: center;
            font-style: italic;
            color: #5a4a3a;
            margin-top: 25px;
            padding: 18px 0;
            border-top: 1px solid #d4af37;
            border-bottom: 1px solid #d4af37;
        }

        /* Section Photos des Chefs */
        .photos-section {
            width: 100%;
            background: linear-gradient(180deg, #f0ebe0 0%, #e8e0d0 100%);
            padding: 50px 40px;
            display: flex;
            justify-content: center;
            gap: 80px;
            flex-wrap: wrap;
        }

        .chef-card { text-align: center; }

        .chef-photo-bottom {
            width: 300px;
            height: 380px;
            object-fit: cover;
            object-position: top;
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
            border: 4px solid #d4af37;
            box-shadow: 0 8px 25px rgba(90, 58, 26, 0.3);
            margin-bottom: 15px;
            background: #ddd;
        }

        .chef-name-bottom {
            font-family: 'Cinzel', serif;
            color: #d4880a;
            font-size: 1.2rem;
            font-weight: 700;
        }

        .chef-role {
            color: #6a5a4a;
            font-style: italic;
            font-size: 0.95rem;
            margin-top: 5px;
        }

        /* Footer */
        .footer {
            background: linear-gradient(180deg, #4a2a0a 0%, #3a1a00 100%);
            border-top: 4px solid #d4af37;
            padding: 10px 5px;
            text-align: center;
            color: #d4af37;
        }

        .footer p {
            font-family: 'Cinzel', serif;
            font-size: 1rem;
            letter-spacing: 2px;
        }

        .footer .year {
            color: #e8d5a3;
            font-size: 0.9rem;
            margin-top: 10px;
        }

        /* ========== RESPONSIVE ========== */
        @media (max-width: 1024px) {
            .alaune-section { gap: 40px; }
            .chef-photo { width: 280px; height: 350px; }
            .logo-img { width: 240px; }
            .mot-chef-section { padding: 40px 40px; }
            .photos-section { gap: 50px; }
            .chef-photo-bottom { width: 260px; height: 330px; }
        }

        @media (max-width: 768px) {
            .header { padding: 20px 15px; }
            .header h1 { font-size: 1.6rem; letter-spacing: 2px; }
            .header .subtitle { font-size: 0.85rem; }
            .alaune-section {
                flex-direction: column;
                align-items: center;
                gap: 30px;
                padding: 30px 15px;
            }
            .chef-photo { width: 260px; height: 330px; }
            .logo-img { width: 220px; }
            .alaune-title { font-size: 1.3rem; margin-top: 20px; }
            .mot-chef-section { padding: 30px 20px; }
            .section-title { font-size: 1.3rem; }
            .dedication { font-size: 0.85rem; }
            .message-text { font-size: 0.9rem; }
            .photos-section { gap: 40px; padding: 30px 20px; }
            .chef-photo-bottom { width: 250px; height: 320px; }
            .chef-name { font-size: 1rem; }
            .chef-name-bottom { font-size: 1rem; }
        }

        @media (max-width: 480px) {
            .header h1 { font-size: 1.2rem; }
            .header .subtitle { font-size: 0.75rem; }
            .chef-photo { width: 200px; height: 260px; }
            .logo-img { width: 180px; }
            .alaune-title { font-size: 1.1rem; }
            .mot-chef-section { padding: 20px 15px; }
            .section-title { font-size: 1.1rem; }
            .message-text { font-size: 0.85rem; line-height: 1.8; }
            .photos-section { padding: 25px 15px; }
            .chef-photo-bottom { width: 200px; height: 260px; }
            .footer p { font-size: 0.85rem; }
            .footer .year { font-size: 0.8rem; }
        }

        @media (min-width: 1400px) {
            .alaune-section { gap: 80px; padding: 60px 40px; }
            .chef-photo { width: 360px; height: 450px; }
            .logo-img { width: 320px; }
            .mot-chef-section { padding: 60px 80px; }
            .photos-section { gap: 100px; padding: 60px 60px; }
            .chef-photo-bottom { width: 340px; height: 420px; }
        }