/* ═══════════════════════════════════════════════════════════
   CleanSite — Jardinier Theme
   Natural, fresh & professional — green expertise
   ═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..900;1,9..144,300..900&family=Inter:wght@300;400;500;600;700&display=swap');

html { scroll-behavior: smooth; }

:root {
    /* Botanical / editorial palette — warm earth + sage + cream */
    --primary: #5b7a52;        /* sage deep */
    --primary-dark: #3f5638;
    --primary-light: #8aa581;
    --accent: #b8533c;         /* terracotta */
    --accent-light: #d97559;
    --accent-soft: #e8c8b8;
    --dark: #2a2620;           /* deep warm brown */
    --dark-soft: #3d362d;
    --dark-card: #2a2620;
    --text: #2a2620;
    --text-light: #5d544a;
    --text-muted: #9a8f80;
    --bg: #f4ede2;             /* warm cream */
    --bg-alt: #ebe1d0;         /* deeper cream */
    --bg-paper: #fbf6ec;       /* off-white paper */
    --white: #fbf6ec;
    --green: #5b7a52;
    --red: #b8533c;
    --orange: #c89456;
    --line: rgba(42,38,32,0.12);
    --line-soft: rgba(42,38,32,0.06);
    --shadow-sm: 0 1px 3px rgba(42,38,32,0.06);
    --shadow: 0 8px 28px rgba(42,38,32,0.08);
    --shadow-lg: 0 24px 60px rgba(42,38,32,0.12);
    --radius: 4px;
    --radius-lg: 6px;
    --transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --font-heading: 'Fraunces', 'Times New Roman', Georgia, serif;
    --font-body: 'Inter', -apple-system, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
html { height: 100%; }
body { font-family: var(--font-body); color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; display: flex; flex-direction: column; min-height: 100%; }
main { flex: 1 0 auto; }
.footer { flex-shrink: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ── Navigation ─────────────────────────────────────────── */

.navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(244, 237, 226, 0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--line-soft);
    transition: var(--transition);
    padding: 0.9rem 0;
}

.navbar.scrolled {
    background: rgba(251, 246, 236, 0.96);
    box-shadow: 0 1px 20px rgba(42,38,32,0.06);
    padding: 0.6rem 0;
}

.nav-logo { font-family: var(--font-heading); font-weight: 500; letter-spacing: -0.01em; }
.logo-icon { color: var(--accent); }

.nav-container { display: flex; align-items: center; justify-content: space-between; }

.nav-logo {
    display: flex; align-items: center; gap: 0.6rem;
    color: var(--dark);
    font-family: var(--font-heading);
    font-size: 1.3rem; font-weight: 700;
    position: relative; z-index: 1100;
}

.logo-icon { color: var(--primary); font-size: 1.2rem; }

.nav-menu { display: flex; align-items: center; gap: 0.3rem; list-style: none; }

.nav-link {
    color: var(--text-light);
    padding: 0.5rem 0.9rem;
    border-radius: 6px;
    font-weight: 500; font-size: 0.9rem;
    transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
    color: var(--primary);
    background: rgba(46,125,50,0.06);
}

.nav-cta {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: var(--dark); color: var(--bg-paper) !important;
    padding: 0.6rem 1.3rem; border-radius: 2px;
    font-weight: 500; font-size: 0.85rem;
    letter-spacing: 0.02em;
    transition: var(--transition);
}

.nav-cta:hover {
    background: var(--accent);
    transform: translateY(-1px);
}

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: var(--transition); }

/* ── Hero — Botanical Editorial ─────────────────────────── */

.hero {
    position: relative;
    min-height: 100vh;
    background: var(--bg);
    overflow: hidden;
    padding: 8rem 0 5rem;
    display: flex; align-items: center;
}

.hero::before { content: none; }
.hero::after { content: none; }
.hero-overlay { display: none; }

.hero-bg-pattern {
    position: absolute; inset: 0;
    color: var(--primary);
    opacity: 0.18;
    pointer-events: none;
}
.hero-bg-pattern svg { width: 100%; height: 100%; }

.hero-grid {
    position: relative;
    max-width: 1280px; margin: 0 auto;
    padding: 0 2.5rem;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
}

/* — Text column — */
.hero-text { position: relative; z-index: 2; }

.hero-eyebrow {
    display: flex; align-items: center; gap: 0.9rem;
    margin-bottom: 2rem;
}
.hero-eyebrow-line {
    width: 48px; height: 1px;
    background: var(--accent);
}
.hero-eyebrow-text {
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
}

.hero-title {
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.025em;
    color: var(--dark);
    margin-bottom: 2rem;
    font-variation-settings: 'opsz' 144, 'SOFT' 50;
}
.hero-title-line {
    display: block;
    font-size: clamp(3.2rem, 8vw, 6rem);
}
.hero-title-italic {
    font-style: italic;
    font-weight: 300;
    color: var(--accent);
    padding-left: 2.5rem;
    font-variation-settings: 'opsz' 144, 'SOFT' 100;
}

.text-accent { color: var(--accent); font-style: italic; font-weight: 400; }

.hero-lede {
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--text-light);
    max-width: 480px;
    margin-bottom: 2rem;
    font-weight: 400;
}

.hero-meta {
    display: flex; align-items: center; gap: 1rem;
    margin-bottom: 2.5rem;
    font-size: 0.85rem;
    color: var(--text);
    font-weight: 500;
}
.hero-meta-item { display: inline-flex; align-items: center; gap: 0.5rem; }
.hero-meta-item i.fa-star { color: var(--accent); font-size: 0.8rem; }
.hero-meta-faded { color: var(--text-muted); font-weight: 400; margin-left: 0.2rem; }
.hero-meta-sep { color: var(--line); font-weight: 300; }
.hero-dot { font-size: 0.45rem !important; }
.hero-dot-open { color: var(--primary); animation: hero-pulse 2.4s ease-in-out infinite; }
.hero-dot-closed { color: var(--accent); }
@keyframes hero-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.85); } }

.hero-actions {
    display: flex; gap: 0.9rem; flex-wrap: wrap;
    margin-bottom: 3rem;
}

.hero-signature {
    display: flex; align-items: center; gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
    font-size: 0.78rem;
    color: var(--text-muted);
    letter-spacing: 0.05em;
}
.hero-sig-num {
    font-family: var(--font-heading);
    font-style: italic;
    font-weight: 400;
    font-size: 0.9rem;
    color: var(--text-light);
}
.hero-sig-sep { width: 1px; height: 14px; background: var(--line); }
.hero-sig-text { text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.15em; }

/* — Visual column — */
.hero-visual {
    position: relative;
    aspect-ratio: 4 / 5;
    max-height: 78vh;
}

.hero-image-frame {
    position: relative;
    width: 100%; height: 100%;
    background: var(--bg-alt);
    overflow: hidden;
    border-radius: 280px 280px 12px 12px;
    box-shadow: var(--shadow-lg);
}
.hero-image {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 1.5s var(--transition);
}
.hero-image-frame:hover .hero-image { transform: scale(1.04); }

.hero-image-tag {
    position: absolute;
    bottom: 1.5rem; left: 1.5rem;
    display: flex; align-items: center; gap: 0.85rem;
    background: var(--bg-paper);
    padding: 0.85rem 1.3rem;
    border-radius: 100px;
    box-shadow: var(--shadow);
    font-size: 0.8rem;
}
.hero-image-tag i {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    background: var(--primary); color: var(--bg-paper);
    border-radius: 50%;
    font-size: 0.85rem;
}
.hero-image-tag strong {
    display: block;
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 0.92rem;
    color: var(--dark);
    line-height: 1.2;
}
.hero-image-tag span {
    font-size: 0.72rem;
    color: var(--text-muted);
    letter-spacing: 0.04em;
}

.hero-stats-card {
    position: absolute;
    top: -2rem; right: -3rem;
    background: var(--bg-paper);
    border-radius: 8px;
    padding: 1.6rem 1.8rem;
    box-shadow: var(--shadow-lg);
    display: flex;
    gap: 1.6rem;
    z-index: 3;
    border: 1px solid var(--line-soft);
}
.hero-stat { text-align: left; min-width: 0; }
.hero-stat + .hero-stat { padding-left: 1.6rem; border-left: 1px solid var(--line); }
.hero-stat-num {
    display: block;
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 1.7rem;
    color: var(--dark);
    line-height: 1;
    margin-bottom: 0.3rem;
    font-variation-settings: 'opsz' 144;
}
.hero-stat-label {
    display: block;
    font-size: 0.7rem;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    line-height: 1.3;
    max-width: 90px;
}

.hero-leaf {
    position: absolute;
    color: var(--primary);
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}
.hero-leaf-1 {
    width: 180px; height: 180px;
    bottom: -60px; left: -80px;
    transform: rotate(-25deg);
    animation: hero-sway 8s ease-in-out infinite alternate;
}
.hero-leaf-2 {
    width: 100px; height: 100px;
    top: 40%; right: -50px;
    color: var(--accent);
    opacity: 0.18;
    transform: rotate(45deg);
    animation: hero-sway 10s ease-in-out infinite alternate-reverse;
}
@keyframes hero-sway {
    0% { transform: rotate(-25deg) translateY(0); }
    100% { transform: rotate(-15deg) translateY(-15px); }
}

/* — Scroll cue — */
.hero-scroll-cue {
    position: absolute;
    bottom: 2rem; left: 50%;
    transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
    color: var(--text-muted);
    text-decoration: none;
    z-index: 5;
}
.hero-scroll-line {
    width: 1px; height: 40px;
    background: linear-gradient(to bottom, transparent, var(--text-light));
    animation: scroll-line 2.4s ease-in-out infinite;
}
@keyframes scroll-line {
    0%, 100% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; }
    50% { transform: scaleY(1); opacity: 1; }
}
.hero-scroll-text {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
}

/* — Hide legacy — */
.hero-content, .hero-badge, .hero-subtitle, .hero-status, .hero-rating, .hero-scroll { display: none !important; }

/* — Responsive — */
@media (max-width: 968px) {
    .hero { min-height: auto; padding: 7rem 0 4rem; }
    .hero-grid { grid-template-columns: 1fr; gap: 3.5rem; padding: 0 1.5rem; }
    .hero-visual { aspect-ratio: 4 / 4.5; max-height: 520px; }
    .hero-stats-card { right: 0; top: -1.5rem; padding: 1.2rem 1.4rem; gap: 1.2rem; }
    .hero-stat + .hero-stat { padding-left: 1.2rem; }
    .hero-stat-num { font-size: 1.4rem; }
    .hero-title-italic { padding-left: 1.5rem; }
    .hero-scroll-cue { display: none; }
}
@media (max-width: 540px) {
    .hero-image-frame { border-radius: 180px 180px 8px 8px; }
    .hero-image-tag { bottom: 1rem; left: 1rem; padding: 0.7rem 1rem; }
    .hero-image-tag span { display: none; }
    .hero-stats-card { position: static; margin: 1.5rem 0 0; }
}

/* ── Emergency Bar (plumber-specific) ──────────────────── */

.emergency-bar {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    padding: 0.9rem 0;
    position: relative;
    z-index: 1;
}

.emergency-content {
    display: flex; align-items: center; justify-content: center;
    gap: 1rem; flex-wrap: wrap;
    color: #fff; font-weight: 600; font-size: 0.95rem;
}

.emergency-content i { font-size: 1.3rem; animation: emergency-pulse 1.5s infinite; }

.btn-emergency {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: #fff; color: #dc2626;
    padding: 0.5rem 1.2rem; border-radius: 8px;
    font-weight: 700; font-size: 0.9rem;
    text-decoration: none; transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.btn-emergency:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,0.2); }

@keyframes emergency-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

/* ── Trust Badges ──────────────────────────────────────── */

.trust-section {
    background: var(--dark);
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.trust-grid {
    display: flex; justify-content: center; gap: 1.2rem; flex-wrap: wrap;
}

.trust-badge {
    display: flex; align-items: center; gap: 0.6rem;
    padding: 0.7rem 1.3rem;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    font-weight: 500; font-size: 0.82rem;
    color: rgba(255,255,255,0.85);
    transition: var(--transition);
}

.trust-badge:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(46,125,50,0.3);
}

.trust-badge i {
    color: var(--primary-light); font-size: 1rem;
}

/* ── Buttons ────────────────────────────────────────────── */

.btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.75rem 1.5rem; border-radius: 8px;
    font-weight: 600; font-size: 0.95rem;
    border: 2px solid transparent; cursor: pointer;
    transition: var(--transition);
    font-family: var(--font-body);
}

.btn { border-radius: 2px; font-weight: 500; letter-spacing: 0.02em; }
.btn-primary { background: var(--accent); color: var(--bg-paper); border-color: var(--accent); }
.btn-primary:hover {
    background: var(--dark); border-color: var(--dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(42,38,32,0.18);
}

.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.3); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); }

/* Outline button on light backgrounds (hero, sections) */
.hero .btn-outline,
.section .btn-outline,
.cta-section .btn-outline { color: var(--dark); border-color: var(--dark); background: transparent; }
.hero .btn-outline:hover,
.section .btn-outline:hover,
.cta-section .btn-outline:hover { background: var(--dark); color: var(--bg-paper); border-color: var(--dark); }

.btn-dark { background: var(--dark); color: var(--white); border-color: transparent; }
.btn-dark:hover { background: var(--dark-soft); }

.btn-ubereats { background: #06C167; color: #fff; border-color: #06C167; }
.btn-ubereats:hover { background: #05a857; border-color: #05a857; }


.btn-lg { padding: 1rem 2rem; font-size: 1.05rem; }
.btn-sm { padding: 0.4rem 1rem; font-size: 0.85rem; }
.btn-block { width: 100%; justify-content: center; margin-top: 1rem; }

/* ── Sections ───────────────────────────────────────────── */

.section { padding: 5rem 0; }

.section-dark { background: var(--dark); color: var(--white); }
.section-dark .text-accent { color: var(--accent); }

.section-header { text-align: center; margin-bottom: 3rem; }

.section-label {
    display: inline-flex; align-items: center; gap: 0.75rem;
    color: var(--primary);
    font-weight: 600; font-size: 0.7rem;
    letter-spacing: 0.18em; text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.section-label::before {
    content: '';
    display: inline-block;
    width: 2rem; height: 2px;
    background: var(--primary);
}

.section-dark .section-label { color: var(--accent); }

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800; margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.section-desc { color: var(--text-light); font-size: 1.05rem; max-width: 600px; margin: 0 auto; }
.section-dark .section-desc { color: rgba(255,255,255,0.7); }
.section-cta { text-align: center; margin-top: 2.5rem; }

/* ── Page Hero ──────────────────────────────────────────── */

.page-hero {
    position: relative; padding: 10rem 0 4rem;
    background: var(--dark); color: var(--white);
    text-align: center; overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url('https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=1400&h=800&fit=crop');
    background-size: cover; background-position: center;
    filter: brightness(0.2);
}

.page-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(26,35,50,0.7) 0%, rgba(46,125,50,0.1) 100%);
}

.page-hero .container { position: relative; }

.page-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 800; margin-bottom: 0.5rem;
}

.page-hero-subtitle { color: rgba(255,255,255,0.7); font-size: 1.1rem; }
.page-hero .section-label { color: var(--accent); }

/* ── About ──────────────────────────────────────────────── */

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-content p { color: var(--text-light); margin-bottom: 1rem; font-size: 1.05rem; }

.about-features { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }

.feature { display: flex; align-items: center; gap: 1rem; }

.feature-icon {
    width: 48px; height: 48px; border-radius: 10px;
    background: rgba(46,125,50,0.08); color: var(--primary);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; flex-shrink: 0;
}

.feature p { font-size: 0.9rem !important; margin-bottom: 0 !important; color: var(--text-light); }

.about-image { display: flex; justify-content: center; }

.image-frame {
    width: 100%; max-width: 400px; aspect-ratio: 1;
    border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-photo { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.image-frame:hover .about-photo { transform: scale(1.05); }

/* ── Service Highlight Grid (plumber popular services) ── */

.service-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.service-highlight-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-lg);
    padding: 2rem;
    transition: var(--transition);
}

.service-highlight-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(46,125,50,0.3);
    transform: translateY(-4px);
}

.service-highlight-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(46,125,50,0.15);
    color: var(--primary-light);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
}

.service-highlight-body h3 {
    font-family: var(--font-heading);
    font-size: 1.15rem; font-weight: 700;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.service-highlight-body p {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
}

.service-highlight-price {
    display: inline-block;
    font-weight: 700; font-size: 0.85rem;
    color: var(--primary-light);
    padding: 0.3rem 0.9rem;
    background: rgba(46,125,50,0.12);
    border-radius: 50px;
}

@media (max-width: 768px) {
    .service-highlight-grid { grid-template-columns: 1fr; }
}

/* ── Menu Cards (Home popular — card layout) ──────────── */

.popular-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem;
}

.menu-card {
    background: var(--white); border-radius: var(--radius);
    overflow: hidden; transition: var(--transition);
    box-shadow: var(--shadow-sm); border: 1px solid var(--bg-alt);
}
.section-dark .menu-card { border: none; box-shadow: none; }

.menu-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.menu-card-image {
    position: relative; height: 200px;
    background: linear-gradient(135deg, rgba(46,125,50,0.1), rgba(0,200,83,0.1));
    overflow: hidden;
}

.menu-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; object-position: center; }

.menu-card-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 3rem; color: rgba(46,125,50,0.15);
}

.badge { position: absolute; top: 1rem; left: 1rem; padding: 0.3rem 0.8rem; border-radius: 6px; font-size: 0.75rem; font-weight: 600; }
.badge-popular { background: var(--primary); color: var(--white); }

.menu-card-body { padding: 1.2rem; }
.menu-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.5rem; }
.menu-card-header h3 { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; }
.menu-card-price { color: var(--primary); font-weight: 700; font-size: 1.1rem; white-space: nowrap; }
.menu-card-link {
    color: var(--primary); font-weight: 600; font-size: 0.9rem; white-space: nowrap;
    text-decoration: none; display: inline-flex; align-items: center; gap: 0.3rem;
    transition: gap 0.2s ease;
}
.menu-card-link:hover { gap: 0.6rem; }
.menu-card-link i { font-size: 0.75rem; }
.menu-card-desc { color: var(--text-light); font-size: 0.9rem; margin-bottom: 0.8rem; }
.menu-card-tags { display: flex; gap: 0.4rem; flex-wrap: wrap; }

.tag {
    display: inline-flex; align-items: center; gap: 0.3rem;
    padding: 0.2rem 0.7rem; border-radius: 6px;
    font-size: 0.75rem; font-weight: 500;
    background: var(--bg-alt); color: var(--text-light);
}

.tag-green { color: var(--green); background: rgba(0,200,83,0.08); }
.tag-red { color: var(--red); background: rgba(239,68,68,0.08); }

/* ── Menu Page ──────────────────────────────────────────── */

.menu-filter-section {
    background: var(--white); padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    position: relative;
}

.menu-filter { display: flex; align-items: center; gap: 0.8rem; }

.filter-select {
    width: 100%; max-width: 360px;
    padding: 0.65rem 2.5rem 0.65rem 1rem;
    border-radius: 8px; border: 2px solid var(--bg-alt);
    background: var(--white); color: var(--text);
    font-weight: 500; font-size: 0.9rem;
    cursor: pointer; font-family: var(--font-body);
    transition: var(--transition);
    appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 1rem center;
}

.filter-select:hover, .filter-select:focus { border-color: var(--primary); outline: none; }

.menu-section { margin-bottom: 3rem; }

.menu-section-header { margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 2px solid var(--bg-alt); }

.menu-section-title {
    font-family: var(--font-heading); font-size: 1.6rem; font-weight: 700;
    display: flex; align-items: center; gap: 0.5rem;
}

.menu-section-title i { color: var(--primary); }
.menu-section-desc { color: var(--text-light); margin-top: 0.3rem; }

.menu-items-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 1rem; }

.menu-item-card {
    display: flex; background: var(--white);
    border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-sm); transition: var(--transition);
    border: 1px solid var(--bg-alt);
}

.menu-item-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
a.menu-item-clickable { text-decoration: none; color: inherit; cursor: pointer; }
a.menu-item-clickable:hover .menu-card-link { gap: 0.6rem; }

.menu-item-image { width: 120px; min-height: 100%; flex-shrink: 0; }
.menu-item-image img { width: 100%; height: 100%; object-fit: cover; }

.menu-item-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: var(--bg-alt); font-size: 2.5rem;
    color: var(--primary); opacity: 0.2;
}

.menu-item-body { padding: 1rem 1.2rem; flex: 1; }
.menu-item-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 0.5rem; margin-bottom: 0.4rem; }

.menu-item-name {
    font-family: var(--font-heading); font-size: 1.05rem; font-weight: 700;
    display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap;
}

.badge-inline {
    display: inline-flex; width: 22px; height: 22px;
    border-radius: 50%; align-items: center; justify-content: center; font-size: 0.65rem;
}

.badge-popular { background: rgba(46,125,50,0.1); color: var(--primary); }
.badge-veggie { background: rgba(0,200,83,0.1); color: var(--green); }
.badge-spicy { background: rgba(239,68,68,0.1); color: var(--red); }

.menu-item-price { color: var(--primary); font-weight: 700; font-size: 1.1rem; white-space: nowrap; }
.menu-item-desc { color: var(--text-light); font-size: 0.9rem; line-height: 1.5; }

.menu-legend {
    display: flex; gap: 1.5rem; justify-content: center;
    padding: 2rem 0; color: var(--text-light); font-size: 0.9rem;
}

.fade-in { animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* ── Services ───────────────────────────────────────────── */

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

.service-card {
    text-align: left;
    padding: 2rem;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--bg-alt);
    border-left: 4px solid var(--primary);
    transition: var(--transition);
}

.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-left-color: var(--accent); }

.service-icon {
    width: 52px; height: 52px; border-radius: 10px;
    background: rgba(46,125,50,0.08); color: var(--primary);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; margin-bottom: 1rem;
}

.service-card h3 { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; margin-bottom: 0.5rem; }
.service-card p { color: var(--text-light); font-size: 0.95rem; }

.service-badges { display: flex; justify-content: center; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }

.service-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: rgba(46,125,50,0.06); color: var(--primary);
    border: 1px solid rgba(46,125,50,0.15);
    border-radius: 8px; font-size: 0.9rem; font-weight: 500;
}

.service-badge i { font-size: 1rem; }

a.service-badge-link {
    text-decoration: none; background: var(--primary); color: var(--white);
    border-color: var(--primary); font-weight: 600; transition: var(--transition);
}

a.service-badge-link:hover { background: var(--primary-dark); transform: translateY(-2px); }

.nav-cta-secondary {
    background: transparent !important;
    border: 1.5px solid var(--primary) !important;
    color: var(--primary) !important;
    box-shadow: none !important;
}

.nav-cta-secondary:hover {
    background: var(--primary) !important;
    color: var(--white) !important;
}

/* ── Reviews ────────────────────────────────────────────── */

.rating-summary {
    display: flex; align-items: center; gap: 0.8rem;
    justify-content: center; margin-top: 0.5rem;
    font-size: 0.95rem; color: rgba(255,255,255,0.7);
}

.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 1.5rem; }

.review-card {
    background: var(--dark-card); padding: 1.5rem;
    border-radius: var(--radius);
    border: 1px solid rgba(255,255,255,0.06);
    transition: var(--transition);
}

.review-card:hover { transform: translateY(-2px); }

.review-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }

.review-avatar {
    width: 44px; height: 44px; border-radius: 10px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: var(--white);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.1rem; flex-shrink: 0;
}

.review-avatar-lg { width: 56px; height: 56px; font-size: 1.3rem; }
.review-stars { color: var(--orange); font-size: 0.8rem; }

.review-text {
    color: rgba(255,255,255,0.8); font-size: 0.95rem; font-style: normal;
    margin-bottom: 0.5rem; line-height: 1.6;
    display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}

.review-text.expanded { -webkit-line-clamp: unset; overflow: visible; }

.review-read-more {
    background: none; border: none; color: var(--primary-light);
    font-size: 0.8rem; font-weight: 600; cursor: pointer;
    padding: 0; margin-bottom: 0.5rem; display: block;
}

.review-read-more:hover { text-decoration: underline; }
.review-date { color: rgba(255,255,255,0.4); font-size: 0.8rem; }

/* ── Reviews Carousel (infinite scroll) ────────────────── */

.reviews-carousel-wrapper {
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
    overflow: hidden;
}

.reviews-carousel-track {
    display: flex;
    gap: 1.5rem;
    animation: scroll-reviews 40s linear infinite;
    width: max-content;
}

.reviews-carousel-track:hover { animation-play-state: paused; }

@keyframes scroll-reviews {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.carousel-review-card {
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: var(--radius-lg);
    padding: 1.8rem;
    min-width: 340px; max-width: 340px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    flex-shrink: 0;
}

.carousel-review-stars { display: flex; gap: 0.15rem; margin-bottom: 1rem; color: #f4c430; font-size: 0.9rem; }
.carousel-review-text {
    font-size: 0.92rem; color: var(--text); line-height: 1.7;
    margin-bottom: 0.5rem; font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.carousel-review-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}
.carousel-read-more {
    background: none; border: none;
    color: var(--primary); cursor: pointer;
    font-size: 0.82rem; font-weight: 600;
    padding: 0; margin-bottom: 1rem; display: none;
}
.carousel-read-more:hover { text-decoration: underline; }
.carousel-review-author { display: flex; align-items: center; gap: 0.8rem; }
.carousel-review-avatar {
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--primary); color: var(--white);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem; font-weight: 700;
}
.carousel-review-name { font-size: 0.85rem; font-weight: 600; color: var(--dark); }
.carousel-review-date { font-size: 0.72rem; color: var(--text-light); }

/* Reviews page */
.rating-summary-card {
    display: flex; align-items: center; gap: 2rem;
    background: var(--white); padding: 2rem;
    border-radius: var(--radius); box-shadow: var(--shadow);
    margin-bottom: 2.5rem; flex-wrap: wrap;
}

.rating-big { display: flex; align-items: baseline; }
.rating-number { font-family: var(--font-heading); font-size: 3.5rem; font-weight: 800; color: var(--primary); }
.rating-max { font-size: 1.5rem; color: var(--text-muted); margin-left: 0.2rem; }
.rating-details .stars { margin-bottom: 0.3rem; }
.rating-details p { color: var(--text-light); font-size: 0.95rem; }

.rating-summary-card .btn-outline { margin-left: auto; color: var(--text); border-color: var(--text-muted); }
.rating-summary-card .btn-outline:hover { background: var(--dark); color: var(--white); border-color: var(--dark); }

.reviews-list { display: flex; flex-direction: column; gap: 1rem; }

.review-card-full {
    background: var(--white); padding: 1.5rem 2rem;
    border-radius: var(--radius); box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.review-card-full:hover { box-shadow: var(--shadow); }
.review-card-full .review-stars { margin-bottom: 0.2rem; }
.review-card-full .review-date { color: var(--text-muted); }
.review-meta { display: flex; flex-direction: column; gap: 0.2rem; }

.review-text-full {
    color: var(--text); font-style: normal;
    font-size: 1.05rem; line-height: 1.7; margin-top: 1rem;
}

/* ── Hours & Location ───────────────────────────────────── */

.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }

.hours-list { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.5rem; }

.hours-row { display: flex; align-items: center; gap: 0.5rem; font-size: 0.95rem; }
.hours-day { font-weight: 600; min-width: 100px; }
.hours-dots { flex: 1; border-bottom: 2px dotted rgba(0,0,0,0.08); min-width: 20px; }
.hours-slots { color: var(--text-light); font-size: 0.9rem; }

.hours-note {
    margin-top: 1rem; padding: 0.8rem 1rem;
    background: rgba(46,125,50,0.06); border-radius: 8px;
    color: var(--primary); font-size: 0.9rem; font-weight: 500;
}

.map-address { display: flex; align-items: flex-start; gap: 1rem; margin: 1.5rem 0; font-size: 1.05rem; }
.map-address i { color: var(--primary); font-size: 1.3rem; margin-top: 0.2rem; }
.map-embed { margin-bottom: 1rem; }

/* ── Contact Page ───────────────────────────────────────── */

.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2.5rem; }
.contact-info { display: flex; flex-direction: column; gap: 1.2rem; }

.contact-card {
    background: var(--white); padding: 1.5rem;
    border-radius: var(--radius); box-shadow: var(--shadow-sm);
    border: 1px solid var(--bg-alt);
}

.contact-card-icon {
    width: 45px; height: 45px; border-radius: 10px;
    background: rgba(46,125,50,0.08); color: var(--primary);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; margin-bottom: 0.8rem;
}

.contact-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.contact-card p { color: var(--text-light); font-size: 0.95rem; }
.contact-card a { color: var(--primary); }

.contact-socials { display: flex; gap: 0.8rem; flex-wrap: wrap; }

.social-link {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.4rem 1rem; border-radius: 8px;
    background: var(--bg-alt); font-size: 0.9rem; font-weight: 500;
    transition: var(--transition);
}

.social-link:hover { background: var(--primary); color: var(--white) !important; }

.services-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.contact-right { display: flex; flex-direction: column; gap: 1.5rem; }

/* ── Contact Form ─────────────────────────────────────── */
.contact-form-card {
    background: var(--white); padding: 2rem;
    border-radius: var(--radius); box-shadow: var(--shadow-sm);
    border: 1px solid var(--bg-alt);
}
.contact-form-card h3 {
    font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700;
    margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.5rem;
}
.contact-form-card h3 i { color: var(--primary); }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.cf-group { margin-bottom: 1rem; }
.cf-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 0.35rem; }
.cf-required { color: #ef4444; }
.cf-group input, .cf-group textarea, .cf-group select {
    width: 100%; padding: 0.7rem 1rem; border-radius: 8px;
    border: 1px solid var(--bg-alt); background: var(--bg);
    color: var(--text); font-family: inherit; font-size: 0.9rem;
    transition: border-color 0.3s;
}
.cf-group input:focus, .cf-group textarea:focus, .cf-group select:focus { outline: none; border-color: var(--primary); }
.cf-group input::placeholder, .cf-group textarea::placeholder { color: #9ca3af; }
.cf-group select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.cf-submit { width: 100%; justify-content: center; cursor: pointer; border: none; font-family: inherit; font-size: 0.95rem; }
.cf-status { text-align: center; margin-top: 0.8rem; font-size: 0.85rem; }
.cf-status.success { color: var(--accent); }
.cf-status.error { color: #ef4444; }

.hours-card {
    background: var(--white); padding: 2rem;
    border-radius: var(--radius); box-shadow: var(--shadow-sm);
    border: 1px solid var(--bg-alt);
}

.hours-card h3 {
    font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex; align-items: center; gap: 0.5rem;
}

.hours-card h3 i { color: var(--primary); }
.map-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }

/* ── CTA Section ────────────────────────────────────────── */

.cta-section {
    position: relative; background: var(--dark); color: var(--white);
    text-align: center; padding: 4rem 0; overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url('/static/images/jardinier/realisations/jardin-paysage.jpg');
    background-size: cover; background-position: center;
    filter: brightness(0.35);
}
.cta-section::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(26,46,26,0.55) 0%, rgba(26,46,26,0.85) 100%);
}

.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { font-family: var(--font-heading); font-size: 2rem; font-weight: 800; margin-bottom: 0.5rem; }
.cta-section p { color: rgba(255,255,255,0.8); margin-bottom: 1.5rem; font-size: 1.1rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.cta-section .btn-primary { background: var(--primary); color: var(--white); border-color: var(--primary); }
.cta-section .btn-primary:hover {
    background: var(--primary-dark); border-color: var(--primary-dark);
    box-shadow: 0 6px 20px rgba(46,125,50,0.3);
}

.cta-section .btn-outline { color: var(--white); border-color: var(--white); background: transparent; }
.cta-section .btn-outline:hover { background: var(--white); color: var(--primary); }

/* ── Service Detail ──────────────────────────────────────── */
.service-detail-cta { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-top: 1.5rem; }
.service-detail-cta .btn { min-width: 250px; justify-content: center; }

.sd-content {
    display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: start;
}
.sd-image { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.sd-image img { width: 100%; height: auto; display: block; }
.sd-text h2 { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 800; margin-bottom: 1.2rem; }
.sd-description { color: var(--text-light); font-size: 1rem; line-height: 1.8; }
.sd-description p { margin-bottom: 1rem; }

/* Steps grid */
.sd-steps-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
    max-width: 800px; margin: 1.5rem auto 0;
}
.sd-step-card {
    display: flex; align-items: center; gap: 1.2rem;
    background: var(--white); border-radius: var(--radius); padding: 1.5rem;
    box-shadow: var(--shadow-sm); border: 1px solid var(--bg-alt);
    transition: var(--transition);
}
.sd-step-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.sd-step-icon {
    position: relative; width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
    background: rgba(46,125,50,0.08); color: var(--primary);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
}
.sd-step-num {
    position: absolute; top: -6px; right: -6px;
    width: 20px; height: 20px; border-radius: 50%;
    background: var(--primary); color: #fff;
    font-size: 0.65rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.sd-step-body { flex: 1; }
.sd-step-body h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.3rem; }
.sd-step-body p { font-size: 0.85rem; color: var(--text-light); line-height: 1.5; margin: 0; }

@media (max-width: 768px) {
    .sd-content { grid-template-columns: 1fr; }
    .sd-steps-grid { grid-template-columns: 1fr; }
}

.cta-contact-form {
    max-width: 600px; margin: 2.5rem auto 0; text-align: left;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--radius);
    padding: 2.2rem;
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.cta-contact-form h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem; font-weight: 700; color: var(--text); margin-bottom: 1.4rem;
    display: flex; align-items: center; gap: 0.6rem; justify-content: center;
}
.cta-contact-form h3 i { color: var(--primary); }
.cta-contact-form .cf-group label { color: var(--text); }
.cta-contact-form .cf-group input,
.cta-contact-form .cf-group textarea,
.cta-contact-form .cf-group select {
    background: var(--bg);
    border: 1px solid var(--bg-alt);
    color: var(--text);
}
.cta-contact-form .cf-group input::placeholder,
.cta-contact-form .cf-group textarea::placeholder { color: #9ca3af; }
.cta-contact-form .cf-group input:focus,
.cta-contact-form .cf-group textarea:focus,
.cta-contact-form .cf-group select:focus {
    border-color: var(--primary);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(46,125,50,0.12);
}
.cta-contact-form .cf-status.success { color: var(--primary); }

/* ── Footer ─────────────────────────────────────────────── */

.footer { background: var(--dark); color: rgba(255,255,255,0.8); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 3rem; }

.footer-logo {
    display: flex; align-items: center; gap: 0.5rem;
    font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700;
    color: var(--white); margin-bottom: 1rem;
}

.footer-logo i { color: var(--primary); }
.footer-desc { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; }
.footer-socials { display: flex; gap: 0.8rem; }

.footer-socials a {
    width: 40px; height: 40px; border-radius: 10px;
    background: rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center;
    transition: var(--transition);
}

.footer-socials a:hover { background: var(--primary); color: var(--white); }

.footer-col h4 { color: var(--white); font-size: 1rem; margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col a { color: rgba(255,255,255,0.6); font-size: 0.9rem; transition: var(--transition); }
.footer-col a:hover { color: var(--white); }

.footer-contact li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.9rem; color: rgba(255,255,255,0.6); }
.footer-contact i { color: var(--primary); margin-top: 0.2rem; font-size: 0.85rem; }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem;
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.85rem; color: rgba(255,255,255,0.4);
}

.footer-pricing { color: var(--primary); font-weight: 600; }

/* ── Flash Messages ─────────────────────────────────────── */

.flash-container {
    position: fixed; top: 70px; right: 1.5rem; z-index: 9999;
    display: flex; flex-direction: column; gap: 0.5rem; max-width: 400px;
}

.flash {
    padding: 0.8rem 1.2rem; border-radius: 8px;
    display: flex; justify-content: space-between; align-items: center;
    gap: 1rem; font-size: 0.9rem; font-weight: 500;
    box-shadow: var(--shadow); animation: slideIn 0.3s ease;
}

.flash-success { background: var(--green); color: var(--white); }
.flash-danger { background: var(--red); color: var(--white); }
.flash-warning { background: var(--orange); color: var(--dark); }
.flash-close { background: none; border: none; color: inherit; font-size: 1.3rem; cursor: pointer; opacity: 0.7; }
.flash-close:hover { opacity: 1; }
@keyframes slideIn { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

/* ── Promo Banner ───────────────────────────────────────── */

.promo-banner {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 9998;
    background: linear-gradient(135deg, #1a2e1a 0%, #243824 100%);
    box-shadow: 0 -4px 30px rgba(0,0,0,0.3);
    transform: translateY(100%);
    animation: promoSlideUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 2s forwards;
}

.promo-banner.hidden { transform: translateY(100%); animation: none; transition: transform 0.4s ease; }

.promo-banner-tab {
    position: fixed; bottom: 0; right: 20px; z-index: 9997;
    background: linear-gradient(135deg, #f59e0b, #f97316); color: #fff;
    font-size: 0.75rem; font-weight: 700;
    padding: 0.35rem 1rem; border-radius: 8px 8px 0 0;
    cursor: pointer; transform: translateY(100%);
    transition: transform 0.4s ease; text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex; align-items: center; gap: 0.4rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.promo-banner-tab.visible { transform: translateY(0); }
.promo-banner-tab:hover { filter: brightness(1.1); }
@keyframes promoSlideUp { to { transform: translateY(0); } }

.promo-banner-content {
    max-width: 1200px; margin: 0 auto;
    padding: 1rem 1.5rem;
    display: flex; align-items: center; gap: 1.5rem;
    position: relative;
}

.promo-banner-close {
    position: absolute; top: -8px; right: 8px;
    background: rgba(255,255,255,0.15); border: none;
    color: rgba(255,255,255,0.7);
    width: 28px; height: 28px; border-radius: 50%;
    font-size: 1.2rem; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: 0.2s ease; line-height: 1;
}

.promo-banner-close:hover { background: rgba(255,255,255,0.25); color: #fff; }
.promo-banner-text { flex: 1; min-width: 0; }

.promo-badge {
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: linear-gradient(135deg, #f59e0b, #f97316); color: #fff;
    font-size: 0.7rem; font-weight: 700;
    padding: 0.2rem 0.7rem; border-radius: 6px;
    text-transform: uppercase; letter-spacing: 0.05em;
    margin-bottom: 0.3rem;
}

.promo-no-fee { color: #fff !important; font-size: 0.7rem; font-weight: 600; margin-left: 0.5rem; vertical-align: middle; }
.promo-title { color: #fff; font-size: 1rem; line-height: 1.3; margin: 0; }
.promo-title strong { color: #f59e0b; font-size: 1.15rem; }
.promo-subtitle { color: rgba(255,255,255,0.55); font-size: 0.78rem; margin: 0.15rem 0 0; }

.promo-urgency {
    color: #f87171 !important; font-size: 0.75rem;
    margin: 0.3rem 0 0;
    display: flex; align-items: center; gap: 0.35rem;
}

.promo-urgency strong { color: #f59e0b !important; }
.promo-banner-actions { display: flex; gap: 0.6rem; flex-shrink: 0; }

.promo-btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.6rem 1.2rem; border-radius: 8px;
    font-size: 0.85rem; font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.promo-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.promo-btn i { font-size: 1rem; }
.promo-btn-info { background: linear-gradient(135deg, #f59e0b, #f97316) !important; color: #fff !important; }
.promo-btn-phone { background: #3b82f6; color: #fff; }
.promo-btn-sms { background: #8b5cf6; color: #fff; }
.promo-btn-whatsapp { background: #25d366; color: #fff; }

.footer { padding-bottom: 100px; }

/* ── Réalisations (Gallery) ────────────────────────────── */
.realisations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.2rem;
}

.realisation-card {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
    box-shadow: var(--shadow);
}

.realisation-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.realisation-card:hover img {
    transform: scale(1.05);
}

.realisation-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1rem 0.8rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
    font-size: 0.88rem;
    font-weight: 500;
}

.realisation-overlay {
    position: absolute;
    inset: 0;
    background: rgba(45, 140, 240, 0.0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.realisation-overlay i {
    color: #fff;
    font-size: 1.8rem;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.realisation-card:hover .realisation-overlay {
    background: rgba(45, 140, 240, 0.25);
}

.realisation-card:hover .realisation-overlay i {
    opacity: 1;
    transform: scale(1);
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
}

.lightbox.active {
    display: flex;
}

.lightbox img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: var(--radius-lg);
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.lightbox-close:hover { opacity: 1; }

.lightbox-caption {
    color: rgba(255,255,255,0.8);
    margin-top: 1rem;
    font-size: 0.95rem;
    text-align: center;
}

.section-alt { background: var(--bg-alt); }

/* ── Engagement Stats ───────────────────────────────────── */

.engagement-section {
    background: var(--dark);
    color: var(--white);
}
.engagement-section .section-label {
    color: var(--primary-light);
}
.engagement-section .section-label::before {
    background: var(--primary-light);
}
.engagement-section .section-title {
    color: var(--white);
}
.engagement-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}
.engagement-card {
    text-align: center;
    padding: 2rem 1.2rem;
    border-right: 1px solid rgba(255,255,255,0.08);
    transition: var(--transition);
}
.engagement-card:last-child {
    border-right: none;
}
.engagement-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.2rem;
    font-size: 1.3rem;
    color: var(--primary-light);
    transition: var(--transition);
}
.engagement-card:hover .engagement-icon {
    background: rgba(255,255,255,0.1);
    transform: translateY(-4px);
}
.engagement-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-light);
    margin-bottom: 0.3rem;
}
.engagement-card h3 {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ── Hero subtitle (artisan) ───────────────────────────── */

.hero-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 1rem;
    line-height: 1.6;
}

/* ── Zones d'intervention ──────────────────────────────── */

.zones-section {
    background: var(--bg-alt);
}
.zones-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    max-width: 900px;
    margin: 0 auto;
}
.zone-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text);
    transition: all 0.25s;
}
.zone-tag:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.zone-tag i {
    color: var(--primary);
    font-size: 0.8rem;
    transition: color 0.25s;
}
.zone-tag:hover i {
    color: var(--white);
}

/* ── Responsive ─────────────────────────────────────────── */

@media (max-width: 1024px) {
    .about-grid { grid-template-columns: 1fr; gap: 2rem; }
    .about-image { order: -1; }
    .image-frame { max-width: 300px; }
    .location-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid { gap: 1rem; }
}

@media (max-width: 768px) {
    .nav-toggle { display: flex; position: relative; z-index: 1100; }
    .nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .nav-toggle.active span:nth-child(2) { opacity: 0; }
    .nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

    .nav-menu {
        display: flex; position: fixed; top: 0; right: 0; bottom: 0;
        width: 100%; height: 100vh; height: 100dvh;
        background: rgba(255,255,255,0.98); backdrop-filter: blur(20px);
        flex-direction: column; align-items: center; justify-content: center;
        gap: 2rem; z-index: 1050;
        transform: translateX(100%); visibility: hidden;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s ease;
    }

    .nav-menu.open { transform: translateX(0); visibility: visible; }

    .nav-link {
        color: var(--text); padding: 0.8rem 1.5rem;
        width: auto; font-size: 1.4rem; text-align: center;
        transform: translateX(30px); opacity: 0;
        transition: color 0.3s ease, background 0.3s ease, transform 0.4s ease, opacity 0.4s ease;
    }

    .nav-menu.open .nav-link { transform: translateX(0); opacity: 1; }
    .nav-menu.open li:nth-child(1) .nav-link { transition-delay: 0.1s; }
    .nav-menu.open li:nth-child(2) .nav-link { transition-delay: 0.15s; }
    .nav-menu.open li:nth-child(3) .nav-link { transition-delay: 0.2s; }
    .nav-menu.open li:nth-child(4) .nav-link { transition-delay: 0.25s; }

    .nav-cta {
        margin-top: 1rem; justify-content: center;
        padding: 0.8rem 2rem; font-size: 1.1rem;
        transform: translateX(30px); opacity: 0;
        transition: background 0.3s ease, transform 0.4s ease 0.3s, opacity 0.4s ease 0.3s;
    }

    .nav-menu.open .nav-cta { transform: translateX(0); opacity: 1; }

    .hero { align-items: flex-end; padding-bottom: 2rem; }
    .hero-title { font-size: 2.5rem; }

    .popular-grid { grid-template-columns: 1fr; }
    .reviews-grid { grid-template-columns: 1fr; }
    .menu-items-grid { grid-template-columns: 1fr; }
    .menu-item-card { flex-direction: row; }
    .menu-item-image { width: 80px; min-height: 80px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
    .rating-summary-card { flex-direction: column; text-align: center; }
    .rating-summary-card .btn-outline { margin-left: 0; }
    .section { padding: 3rem 0; }

    .trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
    .trust-badge { font-size: 0.75rem; padding: 0.55rem 0.8rem; justify-content: center; }
    .cf-row { grid-template-columns: 1fr; }

    .cta-section > .container { padding: 0 0.8rem; }
    .cta-contact-form { padding: 1.5rem 1rem; margin-top: 2rem; }
    .contact-form-card { padding: 1.5rem 1rem; }

    .engagement-grid { grid-template-columns: 1fr 1fr; gap: 0; }
    .engagement-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 1.5rem 1rem; }
    .engagement-card:nth-last-child(-n+2) { border-bottom: none; }
    .zones-list { gap: 0.6rem; }
    .zone-tag { padding: 0.55rem 1.1rem; font-size: 0.82rem; }

    .service-list-item { flex-wrap: wrap; }
    .service-list-price { width: 100%; text-align: right; }

    .emergency-content { font-size: 0.85rem; }
}

@media (max-width: 768px) {
    .promo-banner-content { flex-direction: column; text-align: center; padding: 1rem 1rem 0.8rem; gap: 0.8rem; }
    .promo-banner-close { top: 4px; right: 4px; }
    .promo-banner-actions { width: 100%; justify-content: center; }
    .promo-btn { flex: 1; justify-content: center; padding: 0.55rem 0.8rem; font-size: 0.8rem; }
    .promo-btn span { display: none; }
    .promo-btn i { font-size: 1.2rem; }
    .promo-title { font-size: 0.9rem; }
    .promo-title strong { font-size: 1.05rem; }
    .promo-subtitle { font-size: 0.72rem; }
}

@media (max-width: 480px) {
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; justify-content: center; }
    .cta-actions { flex-direction: column; }
    .cta-actions .btn { width: 100%; justify-content: center; }
    .menu-legend { flex-direction: column; align-items: center; }
}

/* ── Holiday / Vacation Banner ─────────────────────────── */
.holiday-banner {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: #fff; padding: 0.85rem 1.5rem; text-align: center;
    position: fixed; top: 52px; left: 0; right: 0; z-index: 999;
    box-shadow: 0 2px 12px rgba(220, 38, 38, 0.3);
}

.holiday-banner-content {
    display: flex; align-items: center; justify-content: center;
    gap: 0.6rem; max-width: 800px; margin: 0 auto;
    font-size: 0.95rem; font-weight: 500;
    font-family: var(--font-body); line-height: 1.4;
}

.holiday-banner-content i { font-size: 1.2rem; flex-shrink: 0; animation: holiday-pulse 2s ease-in-out infinite; }
@keyframes holiday-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

@media (max-width: 600px) {
    .holiday-banner { padding: 0.7rem 1rem; }
    .holiday-banner-content { font-size: 0.85rem; }
}
