/* ===== Au Gourmet - Homepage module - IBL / ibl.be ===== */
.augh-wrapper {
    --augh-bordeaux: #5c1220;
    --augh-bordeaux-dark: #3f0c15;
    --augh-cream: #f7f1e4;
    --augh-cream-dark: #efe6d3;
    --augh-gold: #c9a24d;
    --augh-near-black: #171310;
    --augh-text-dark: #2a201d;
    font-family: 'Georgia', 'Playfair Display', serif;
    color: var(--augh-text-dark);
    background: var(--augh-cream);
}
.augh-wrapper h1, .augh-wrapper h2, .augh-wrapper h3, .augh-wrapper h4 {
    font-family: 'Playfair Display', Georgia, serif;
    margin: 0;
}
.augh-wrapper p { line-height: 1.55; }
.augh-wrapper a { text-decoration: none; }
.augh-script { font-family: 'Brush Script MT', cursive; color: var(--augh-gold); font-size: 28px; margin: 6px 0 18px; }
.augh-script-dark { color: var(--augh-bordeaux); }

/* --- HERO --- */
.augh-hero { background: var(--augh-near-black); padding: 60px 5%; position: relative; }
.augh-hero-inner { display: flex; align-items: stretch; gap: 40px; max-width: 1300px; margin: 0 auto; }
.augh-hero-text { flex: 1 1 340px; color: #fff; min-width: 0; }
.augh-hero-text h1 { font-size: 42px; line-height: 1.15; color: #fff; }
.augh-hero-sep { width: 70px; height: 2px; background: var(--augh-gold); margin: 10px 0 20px; }
.augh-hero-claim { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 28px; }
.augh-hero-icon { font-size: 22px; }
.augh-hero-icon img { width: 26px; height: 26px; object-fit: contain; }
.augh-hero-claim p { color: #ddd; max-width: 320px; }
.augh-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.augh-hero-btns .augh-btn { white-space: nowrap; }
.augh-hero-visual { flex: 1 1 380px; position: relative; min-width: 0; min-height: 320px; display: flex; }
.augh-hero-visual img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; display: block; }

/* --- Dispositions alternatives de la photo hero --- */
.augh-hero-layout-left .augh-hero-inner { flex-direction: row-reverse; }
.augh-hero-layout-full .augh-hero-inner { flex-direction: column; }
.augh-hero-layout-full .augh-hero-text,
.augh-hero-layout-full .augh-hero-visual { flex: 1 1 auto; width: 100%; }
.augh-hero-layout-full .augh-hero-visual { min-height: 360px; }
.augh-hero-layout-background .augh-hero-visual { display: none; }
.augh-hero-layout-background .augh-hero-inner { max-width: 720px; margin: 0; }
.augh-badge {
    position: absolute; width: 130px; height: 130px;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,.35));
}
.augh-badge-bottom-right { right: 10px; bottom: 10px; }
.augh-badge-bottom-left { left: 10px; bottom: 10px; }
.augh-badge-top-right { right: 10px; top: 10px; }
.augh-badge-top-left { left: 10px; top: 10px; }
.augh-badge-svg { width: 100%; height: 100%; display: block; overflow: visible; }
.augh-badge-bg { fill: var(--augh-bordeaux); }
.augh-badge-border { fill: none; stroke: var(--augh-gold); stroke-width: 3px; }
.augh-badge-arc-text {
    font-family: Arial, sans-serif; font-size: 15px; font-weight: 700;
    letter-spacing: .5px; text-transform: uppercase; fill: var(--augh-gold);
}
.augh-badge-center {
    position: absolute; left: 0; right: 0; bottom: 20px; text-align: center; pointer-events: none;
}
.augh-badge-line { display: block; font-family: Arial, sans-serif; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--augh-gold); margin: 0 0 4px; }
.augh-badge-center strong { font-size: 24px; letter-spacing: .5px; color: #fff; font-family: 'Playfair Display', Georgia, serif; display: block; }
.augh-badge-icon { display: block; width: 18px; height: 18px; margin: 4px auto 0; color: var(--augh-gold); }
.augh-badge-icon svg { width: 100%; height: 100%; display: block; }
.augh-badge-icon img { width: 100%; height: 100%; object-fit: contain; }

/* --- BUTTONS --- */
.augh-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 22px; font-size: 13px; letter-spacing: .5px; font-family: Arial, sans-serif; font-weight: 600; border-radius: 3px; transition: all .2s ease; }
.augh-btn-plain { background: var(--augh-bordeaux); color: #fff; }
.augh-btn-plain:hover { background: var(--augh-bordeaux-dark); color: #fff; }
.augh-btn-outline { border: 1px solid var(--augh-gold); color: var(--augh-gold); }
.augh-btn-outline:hover { background: var(--augh-gold); color: var(--augh-near-black); }
.augh-btn-solid { background: var(--augh-bordeaux); color: #fff; margin-top: auto; align-self: flex-start; height: 46px !important; min-height: 46px !important; max-height: 46px !important; box-sizing: border-box !important; padding-top: 0 !important; padding-bottom: 0 !important; line-height: normal !important; }
.augh-btn-solid:hover { background: #7a1a2c; color: #fff; }
.augh-btn-outline-light { border: 1px solid #fff; color: #fff; margin-top: 16px; }
.augh-btn-outline-light:hover { background: #fff; color: var(--augh-bordeaux); }
.augh-btn-line { border-bottom: 1px solid var(--augh-text-dark); color: var(--augh-text-dark); padding: 4px 0; font-size: 12px; }
.augh-btn-outline-dark { border: 1px solid var(--augh-bordeaux); color: var(--augh-bordeaux); background: transparent; }
.augh-btn-outline-dark:hover { background: var(--augh-bordeaux); color: #fff; }

/* --- FEATURES ROW --- */
.augh-features { background: var(--augh-cream); padding: 50px 5%; border-bottom: 1px solid #e6dcc4; }
.augh-features-inner { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.augh-feature { display: flex; gap: 12px; align-items: flex-start; }
.augh-feature-icon { font-size: 30px; color: var(--augh-bordeaux); }
.augh-feature-icon img { width: 36px; height: 36px; object-fit: contain; }
.augh-feature strong { display: block; font-family: Arial, sans-serif; font-size: 15px; letter-spacing: .3px; color: var(--augh-bordeaux); }
.augh-feature p { font-size: 13.5px; color: #6b6055; margin: 5px 0 0; line-height: 1.5; }

/* --- BOUCHERIE / RESTAURANT DUO --- */
.augh-duo { display: grid; grid-template-columns: 1fr 1fr; }
.augh-duo-col {
    padding: 60px 6%; color: #fff; background-size: cover; background-position: center;
    height: 420px; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden;
}
.augh-duo-col:first-child { background-color: var(--augh-bordeaux-dark); }
.augh-duo-col:last-child { background-color: #1c1410; }
.augh-duo-label { color: var(--augh-gold); font-family: Arial, sans-serif; letter-spacing: 2px; font-size: 12px; text-transform: uppercase; }
.augh-duo-col h2 { font-size: 34px; margin: 6px 0 18px; color: #fff; }
.augh-duo-col p { color: #eee; max-width: 420px; white-space: pre-line; line-height: 1.55; }
.augh-mini-feats { display: flex; gap: 18px; flex-wrap: wrap; margin: 20px 0 6px; font-family: Arial, sans-serif; font-size: 12px; color: #ddd; align-items: center; }
.augh-mini-feats span { display: inline-flex; align-items: center; gap: 6px; }
.augh-mini-icon { width: 16px; height: 16px; object-fit: contain; vertical-align: middle; }

/* --- WEEKLY CAROUSEL --- */
.augh-week { padding: 50px 5%; text-align: center; background: var(--augh-cream); }
.augh-week-kicker { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: 2px; color: #a08f6e; margin: 0; }
.augh-week-title { color: var(--augh-bordeaux); font-size: 26px; display: flex; align-items: center; justify-content: center; gap: 16px; margin: 6px 0 30px; }
.augh-week-title span { width: 40px; height: 1px; background: var(--augh-gold); }
.augh-week-carousel { position: relative; max-width: 1300px; margin: 0 auto; }
.augh-week-track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; padding-bottom: 6px; scrollbar-width: none; }
.augh-week-track::-webkit-scrollbar { display: none; }
.augh-week-card { flex: 0 0 270px; background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,.08); text-align: left; }
@media (min-width: 1024px) {
    .augh-week-card { flex: 0 0 calc(33.333% - 14px); }
}
.augh-week-more { text-align: center; margin-top: 30px; }
.augh-week-img { height: 150px; background: #ddd center/cover no-repeat; position: relative; }
.augh-week-badge { position: absolute; top: 10px; left: 10px; background: var(--augh-bordeaux); color: #fff; font-size: 10px; padding: 4px 10px; border-radius: 3px; font-family: Arial, sans-serif; text-transform: uppercase; }
.augh-week-body { padding: 16px; }
.augh-week-body h3 { font-size: 16px; color: var(--augh-bordeaux); margin-bottom: 8px; }
.augh-week-body p { font-size: 13px; color: #6b6055; margin-bottom: 12px; }
.augh-week-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); background: var(--augh-bordeaux); color: #fff;
    border: none; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; z-index: 2;
}
.augh-week-prev { left: -17px; }
.augh-week-next { right: -17px; }

.augh-pdj { padding: 10px 5% 50px; background: var(--augh-cream); }
.augh-pdj-inner { max-width: 900px; margin: 0 auto; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,.08); display: flex; flex-wrap: wrap; }
.augh-pdj-media { width: 100%; max-width: 340px; height: 260px; object-fit: cover; background: #000; flex: 1 1 320px; }
.augh-pdj-content { flex: 1 1 320px; padding: 28px 30px; display: flex; flex-direction: column; justify-content: center; }
.augh-pdj-kicker { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--augh-gold); font-weight: 700; }
.augh-pdj-content h2 { color: var(--augh-bordeaux); font-size: 26px; margin: 6px 0 12px; }
.augh-pdj-content p { color: #6b6055; }
.augh-pdj-link { display: inline-block; margin-top: 4px; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; color: var(--augh-bordeaux); text-decoration: none; border-bottom: 1px solid var(--augh-bordeaux); padding-bottom: 2px; }
.augh-pdj-link:hover { color: var(--augh-gold); border-color: var(--augh-gold); }

.augh-pdj-overlay { display: none; position: fixed; inset: 0; background: rgba(20,15,12,.7); z-index: 9999; align-items: center; justify-content: center; padding: 20px; }
.augh-pdj-modal { position: relative; background: #fff; border-radius: 12px; overflow: hidden; max-width: 420px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 12px 40px rgba(0,0,0,.3); }
.augh-pdj-modal .augh-pdj-media { width: 100%; max-width: none; height: 220px; object-fit: cover; }
.augh-pdj-modal .augh-pdj-content { padding: 22px 24px 26px; }
.augh-pdj-close { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,.5); color: #fff; font-size: 22px; line-height: 1; display: flex; align-items: center; justify-content: center; z-index: 2; }

.augh-footer { background: var(--augh-near-black); color: #cbbfae; padding: 46px 5% 20px; font-family: Arial, sans-serif; }
.augh-footer-inner { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; }
.augh-footer-inner.augh-footer-4col { grid-template-columns: repeat(4, 1fr); }
.augh-footer-original-newsletter { max-width: 1300px; margin: 26px auto 0; }

.augh-footer-social { display: flex; gap: 10px; margin-top: 14px; }
.augh-footer-social a {
    display: inline-flex !important; align-items: center; justify-content: center;
    width: 34px !important; height: 34px !important; min-width: 34px; flex-shrink: 0;
    border-radius: 50% !important; border: 1px solid var(--augh-gold); box-sizing: border-box;
    color: var(--augh-gold); transition: background .2s ease, color .2s ease;
}
.augh-footer-social a svg { width: 16px !important; height: 16px !important; fill: currentColor !important; display: block; }
.augh-footer-social a:hover { background: var(--augh-gold); color: var(--augh-near-black); }
.augh-footer-col { position: relative; padding-left: 30px; }
.augh-footer-col:first-child { padding-left: 0; }
.augh-footer-col:not(:first-child)::before { content: ""; position: absolute; left: 0; top: 2px; bottom: 2px; width: 1px; background: var(--augh-gold); opacity: .4; }
.augh-footer-col h4 { color: var(--augh-gold); font-size: 14px; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 14px; font-family: 'Playfair Display', Georgia, serif; }
.augh-footer-col p { font-size: 14.5px; line-height: 1.8; color: #cbbfae; margin: 0 0 10px; }
.augh-footer-bottom { max-width: 1300px; margin: 30px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; font-size: 13px; color: #8a8072; }
.augh-footer-sep { margin: 0 8px; color: var(--augh-gold); }
.augh-footer-credit { color: #a8987a; text-decoration: underline; }
.augh-footer-credit:hover { color: var(--augh-gold); }

/* Restylage forcé du formulaire newsletter déplacé depuis le thème (son CSS
   d'origine dépendait souvent de son ancien conteneur, perdu au déplacement) */
#augh-footer-newsletter-slot { max-width: 100%; overflow: hidden; }
#augh-footer-newsletter-slot * { box-sizing: border-box !important; max-width: 100% !important; float: none !important; }
#augh-footer-newsletter-slot h1, #augh-footer-newsletter-slot h2, #augh-footer-newsletter-slot h3 {
    font-size: 13px !important; color: var(--augh-gold) !important; margin: 0 0 10px !important;
    font-family: 'Playfair Display', Georgia, serif !important; text-transform: uppercase !important; letter-spacing: 1px !important;
}
#augh-footer-newsletter-slot form { display: flex !important; flex-direction: column !important; gap: 8px !important; margin-top: 8px !important; }
#augh-footer-newsletter-slot input[type="email"],
#augh-footer-newsletter-slot input[type="text"] {
    width: 100% !important; padding: 9px 10px !important; font-size: 13px !important;
    border: 1px solid rgba(255,255,255,.25) !important; background: rgba(255,255,255,.05) !important;
    color: #fff !important; border-radius: 4px !important; height: auto !important;
}
#augh-footer-newsletter-slot input[type="email"]::placeholder { color: #a8987a !important; }
#augh-footer-newsletter-slot button,
#augh-footer-newsletter-slot input[type="submit"] {
    width: 100% !important; padding: 10px !important; font-size: 12px !important; letter-spacing: .5px !important;
    background: var(--augh-gold) !important; color: var(--augh-near-black) !important; border: none !important;
    border-radius: 4px !important; font-weight: 700 !important; text-transform: uppercase !important; cursor: pointer !important;
    height: auto !important;
}
#augh-footer-newsletter-slot p,
#augh-footer-newsletter-slot small,
#augh-footer-newsletter-slot label,
#augh-footer-newsletter-slot span {
    font-size: 11px !important; line-height: 1.5 !important; color: #a8987a !important; margin: 6px 0 0 !important;
}
@media (max-width: 900px) {
    .augh-footer-inner,
    .augh-footer-inner.augh-footer-4col { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
    .augh-footer-col:nth-child(odd)::before { display: none; }
}
@media (max-width: 600px) {
    .augh-footer { padding: 36px 6% 24px; }
    .augh-footer-inner,
    .augh-footer-inner.augh-footer-4col { grid-template-columns: 1fr; row-gap: 30px; text-align: center; }
    .augh-footer-col::before { display: none; }
    .augh-footer-col { padding-left: 0; }
    .augh-footer-social { justify-content: center; }
    .augh-footer-original-newsletter { text-align: center; }
    #augh-footer-newsletter-slot form { max-width: 320px; margin-left: auto; margin-right: auto; }
    .augh-footer-bottom { display: flex; flex-direction: column; gap: 4px; }
    .augh-footer-sep { display: none; }
}

/* --- BOTTOM 4 COLUMNS --- */
.augh-bottom { display: grid; grid-template-columns: 1.1fr 1fr 1fr 0.9fr; gap: 0; }
.augh-bottom-col { padding: 40px 30px; background: var(--augh-cream-dark); border-right: 1px solid #e6dcc4; }
.augh-bottom-kicker { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: 1.5px; color: var(--augh-bordeaux); font-weight: 700; margin-bottom: 6px; }
.augh-bottom-col p { font-size: 13px; color: #5c5148; }
.augh-link { font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; color: var(--augh-bordeaux); }
.augh-google { color: #4285F4; font-weight: 700; font-size: 20px; margin-top: 4px; }
.augh-avis-logo { max-height: 112px !important; max-width: 440px !important; width: auto !important; height: auto !important; object-fit: contain; margin-top: 4px; display: block; }
.augh-stars { color: var(--augh-gold); letter-spacing: 3px; font-size: 22px; display: block; margin: 6px 0 4px; }
.augh-avis-note { font-weight: 700; color: var(--augh-text-dark); font-size: 20px; }
.augh-avis-note span { font-weight: 400; color: #8a7d6c; font-size: 13px; }
.augh-bottom-col blockquote { font-style: italic; font-size: 13px; border: none; margin: 10px 0; padding: 0; }
.augh-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 10px 0 14px; }
.augh-gallery img { width: 100%; height: 80px; object-fit: contain; object-position: center; border-radius: 4px; background: #fff; padding: 8px; box-sizing: border-box; border: 1px solid #e6dcc4; }
.augh-bottom-resa { background: var(--augh-bordeaux); color: #fff; border-right: none; text-align: left; }
.augh-resa-icon { font-size: 22px; margin-bottom: 6px; }
.augh-resa-icon img { width: 28px; height: 28px; object-fit: contain; filter: brightness(0) invert(1); }
.augh-bottom-resa h3 { color: #fff; font-size: 22px; margin-bottom: 10px; }
.augh-bottom-resa p { color: #eee2d8; }
.augh-resa-or { margin-top: 14px; font-size: 12px; opacity: .8; }
.augh-resa-phone { font-size: 20px; font-weight: 700; color: var(--augh-gold); margin-top: 2px; }

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .augh-features-inner { grid-template-columns: repeat(2, 1fr); }
    .augh-duo { grid-template-columns: 1fr; }
    .augh-bottom { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 576px) {
    .augh-hero-inner { flex-direction: column; }
    .augh-features-inner { grid-template-columns: 1fr; }
    .augh-bottom { grid-template-columns: 1fr; }
    .augh-hero-text h1 { font-size: 30px; }
    .augh-hero-btns { flex-wrap: wrap; }
}
