        :root {
            /* Palette enrichie a partir du bleu marine du vrai logo Auxano
               Group (#294d81) : tons plus profonds/satures pour un rendu
               moins "pale", toujours dans la meme famille marine/or. */
            --primary: #123a6b;
            --primary-dark: #0a1f3d;
            --primary-light: #1f5fa8;
            --navy-brand: #294d81;
            --navy-brand-light: #2e6fd1;

            /* Or plus riche/chaud en accent secondaire (CTA, chiffres cles) */
            --accent: #c8912c;
            --accent-strong: #e6a93a;
            --accent-soft: #f5deac;

            --gold-on-dark: #ffd77a;
            --gold-on-dark-strong: #ffcf5c;
            --gold-on-light: #8a5a12;
            --gold-on-light-strong: #9c6a10;
            --gold-surface-light: rgba(200, 145, 44, 0.14);
            --gold-surface-light-strong: rgba(200, 145, 44, 0.20);
            --gold-border-light: rgba(138, 90, 18, 0.26);
            --gold-border-dark: rgba(230, 169, 58, 0.28);

            /* Neutres refroidis (bleu/gris/blanc), un cran plus presents
               que le blanc quasi pur pour eviter l'effet delave. */
            --bg-page: #eef2f7;
            --bg-card: #ffffff;
            --bg-soft: #dfe6f0;
            --text-main: #101d33;
            --text-muted: #445671;
            --text-inverse: #f5f7fa;
            --border-soft: #cdd6e3;

            --shadow-card: 0 16px 38px rgba(16, 29, 51, 0.11), 0 2px 8px rgba(16, 29, 51, 0.06);
            --shadow-hover: 0 24px 52px rgba(16, 29, 51, 0.18);
            --radius: 18px;
            --radius-sm: 12px;
        }

        html {
            scroll-behavior: smooth;
            max-width: 100%;
            overflow-x: hidden;
        }

        body {
            background:
                radial-gradient(circle at 8% 0%, rgba(41, 77, 129, .06), transparent 42%),
                radial-gradient(circle at 100% 30%, rgba(200, 145, 44, .05), transparent 38%),
                var(--bg-page);
            color: var(--text-main);
            max-width: 100%;
            overflow-x: hidden;

        }

        img {
            max-width: 100%;
            height: auto;
        }

        .section {
            padding: 84px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 38px;
        }

        .section-title h2 {
            font-size: clamp(2rem, 2vw, 2.9rem);
            font-weight: 900;
            line-height: 1.25 !important;
            text-transform: none !important;
            color: var(--primary-dark);
            margin-bottom: 12px;
        }

        /* main.css (.section-title h2::after) dessine un trait decoratif bleu
           non voulu par ce design ; on le neutralise partout. */
        .section-title h2::after {
            content: none !important;
            display: none !important;
        }

        .section-title p {
            max-width: 760px;
            margin: 0 auto;
            color: var(--text-muted);
            line-height: 1.8;
        }

        .section-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
            padding: 9px 15px;
            border-radius: 999px;
            background: linear-gradient(180deg, rgba(255,255,255,0.76) 0%, rgba(248,241,229,0.98) 100%);
            border: 1px solid var(--gold-border-light);
            color: var(--gold-on-light);
            font-size: 12px;
            font-weight: 900;
            letter-spacing: .12em;
            text-transform: uppercase;
            box-shadow: 0 8px 18px rgba(122, 83, 29, 0.08);
            text-shadow: none;
            
        }

        .hero {
            position: relative;
            overflow: hidden;
            min-height: 88vh;
            display: flex;
            align-items: center;
            padding: 150px 0 90px;
            background:
                linear-gradient(120deg, rgba(188, 200, 218, 0.94) 0%, rgba(240, 246, 253, 0.86) 45%, rgba(45, 120, 226, 0.48) 100%),
                url('../img/construction/9-optimise.jpg') center/cover no-repeat;
        }

        .hero-content .subtitle {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px !important;
            border-radius: 999px;
            background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(247,239,228,0.98) 100%);
            border: 1px solid var(--gold-border-light);
            color: var(--gold-on-light) !important;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            margin-bottom: 18px;
            box-shadow: 0 10px 22px rgba(22, 35, 58, 0.10);
            text-shadow: none;
            backdrop-filter: blur(6px);
        }

        /* main.css (.hero .hero-content .subtitle::before) dessine un
           petit trait decoratif bleu non desire par ce design en pilule. */
        .hero-content .subtitle::before {
            display: none !important;
        }

        .hero-content h1 {
            font-size: clamp(2.4rem, 4vw, 4.3rem);
            line-height: 1.08;
            font-weight: 900;
            color: var(--text-main) !important;
            text-shadow: 0 2px 18px rgba(255, 255, 255, 0.5);
            margin-bottom: 18px;
        }

        .hero-content h1 .text-primary {
            color: var(--gold-on-light-strong) !important;
        }

        .hero-content p {
            color: rgba(22, 35, 58, 0.82) !important;
            line-height: 1.85;
            margin-bottom: 14px;
        }

        .hero-buttons {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            margin-top: 22px;
        }

        .hero-buttons .btn {
            border-radius: 999px;
            padding: 12px 22px;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .hero-buttons .btn-primary {
            background: linear-gradient(135deg, var(--accent), var(--accent-strong)) !important;
            border: none;
            color: #1a1712 !important;
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
        }

        .hero-buttons .btn-outline-secondary {
            border: 1px solid rgba(22, 35, 58, 0.22);
            color: var(--text-main);
            background: rgba(255, 255, 255, 0.72);
        }

        .hero-buttons .btn-outline-secondary:hover {
            background: rgba(255, 255, 255, 0.92);
            color: var(--text-main);
        }

        .trust-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 26px;
        }

        .badge-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 14px 16px;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.82);
            border: 1px solid rgba(22, 26, 31, 0.08);
            box-shadow: 0 10px 24px rgba(21, 27, 34, 0.05);
        }

        .badge-item i {
            width: 42px;
            height: 42px;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(185, 137, 59, 0.16);
            color: var(--gold-on-light-strong) !important;
            font-size: 1.1rem;
        }

        .badge-item .count {
            display: block;
            color: var(--text-main);
            font-weight: 800;
            font-size: 1rem;
        }

        .badge-item .label {
            display: block;
            color: var(--text-muted);
            font-size: .9rem;
        }

        .hero-gallery {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .hero-image {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .hero-image img {
            width: 100%;
            object-fit: cover;
            display: block;
            cursor: zoom-in;
            transition: transform .45s ease;
        }

        .hero-image-main img {
            height: 380px;
        }

        .hero-image-secondary img {
            height: 230px;
        }

        .hero-image:hover img {
            transform: scale(1.03);
        }

        .image-badge {
            position: absolute;
            left: 20px;
            right: 20px;
            bottom: 20px;
            padding: 18px 20px;
            border-radius: 18px;
            background: linear-gradient(180deg, rgba(14, 17, 21, 0.96) 0%, rgba(20, 24, 30, 0.98) 100%);
            color: var(--text-inverse);
            border: 1px solid rgba(214, 162, 77, 0.22);
            box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.04);
        }

        .image-badge span {
            display: inline-block;
            font-size: 12px;
            font-weight: 900;
            color: var(--gold-on-dark-strong);
            letter-spacing: 0.12em;
            text-transform: uppercase;
            margin-bottom: 7px;
        }

        .image-badge p {
            margin: 0;
            color: rgba(248, 245, 239, 0.92);
            font-size: 13px;
            line-height: 1.65;
        }

        /* ==========================
           Carousel actus (Swiper) - remplace l'ancien bandeau defilant
           ========================== */
        .section-news {
            background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
            border-top: 1px solid rgba(214, 162, 77, 0.16);
            border-bottom: 1px solid rgba(214, 162, 77, 0.16);
        }

        .section-news .section-title h2 {
            color: var(--text-inverse);
        }

        .section-news .section-title p {
            color: rgba(248, 245, 239, 0.78);
        }

        .section-news .section-kicker {
            background: rgba(214, 162, 77, 0.12);
            border: 1px solid var(--gold-border-dark);
            color: var(--gold-on-dark);
            box-shadow: none;
        }

        .news-carousel-more-wrap {
            display: flex;
            justify-content: center;
            margin-top: 8px;
        }

        .news-carousel-more {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            border-radius: 999px;
            background: rgba(214, 162, 77, 0.14);
            border: 1px solid rgba(214, 162, 77, 0.22);
            color: var(--gold-on-dark);
            font-size: 12px;
            font-weight: 900;
            text-decoration: none;
            transition: background 0.2s, color 0.2s, transform 0.15s;
            white-space: nowrap;
        }

        .news-carousel-more:hover {
            background: rgba(214, 162, 77, 0.24);
            color: var(--gold-on-dark-strong);
            transform: translateX(2px);
        }

        .news-carousel {
            max-width: 980px;
            margin: 0 auto;
            padding-bottom: 46px;
        }

        .news-card-slide {
            display: flex;
            flex-direction: column;
            height: 100%;
            background: var(--bg-card);
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: var(--shadow-card);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

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

        .news-card-media {
            position: relative;
            display: block;
            height: 240px;
        }

        .news-card-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .news-card-media-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            background: linear-gradient(135deg, var(--primary-light), var(--primary));
            color: var(--gold-on-dark-strong);
        }

        .news-card-date {
            position: absolute;
            left: 16px;
            bottom: 16px;
            padding: 6px 14px;
            border-radius: 999px;
            background: rgba(10, 31, 61, 0.82);
            color: var(--text-inverse);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

        .news-card-body {
            flex: 1;
            display: flex;
            flex-direction: column;
            padding: 22px 22px 24px;
        }

        .news-card-body h3 {
            font-size: 18px;
            font-weight: 800;
            margin-bottom: 10px;
            line-height: 1.35;
        }

        .news-card-body h3 a {
            color: var(--text-main);
            text-decoration: none;
        }

        .news-card-body h3 a:hover {
            color: var(--navy-brand);
        }

        .news-card-body p {
            font-size: 13.5px;
            color: var(--text-muted);
            line-height: 1.7;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 14px;
        }

        .news-card-readmore {
            margin-top: auto;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 12.5px;
            font-weight: 800;
            color: var(--gold-on-light-strong);
            text-decoration: none;
            transition: gap 0.2s;
        }

        .news-card-readmore:hover {
            gap: 10px;
        }

        .news-carousel .swiper-pagination-bullet {
            background: rgba(245, 247, 250, 0.5);
            opacity: 1;
        }

        .news-carousel .swiper-pagination-bullet-active {
            background: var(--accent-strong);
        }

        .news-carousel-nav {
            display: flex;
            justify-content: center;
            gap: 16px;
            margin-top: 6px;
        }

        .news-carousel-nav .swiper-button-prev,
        .news-carousel-nav .swiper-button-next {
            position: static;
            width: 46px;
            height: 46px;
            margin: 0;
            border-radius: 50%;
            background: rgba(245, 247, 250, 0.10);
            border: 1px solid rgba(245, 247, 250, 0.24);
            color: var(--text-inverse);
        }

        .news-carousel-nav .swiper-button-prev:hover,
        .news-carousel-nav .swiper-button-next:hover {
            background: var(--accent-strong);
            color: #1a1712;
            border-color: var(--accent-strong);
        }

        .news-carousel-nav .swiper-button-prev::after,
        .news-carousel-nav .swiper-button-next::after {
            font-size: 16px;
            font-weight: 900;
        }

        .news-carousel-empty {
            padding: 40px 24px;
            text-align: center;
            color: rgba(245, 247, 250, 0.7);
            font-size: 13px;
            font-style: italic;
        }

        .featured-news-card {
            max-width: 980px;
            margin: 0 auto 36px;
            background: var(--bg-card);
            border: 1px solid #e7dccd;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(21, 27, 34, 0.10);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .featured-news-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 24px 60px rgba(21, 27, 34, 0.14);
        }

        .featured-news-card-link {
            display: block;
            text-decoration: none;
            color: inherit;
        }

        .featured-news-card-media {
            position: relative;
            background: #ddd7cf;
        }

        .featured-news-card-media img {
            width: 100%;
            height: 360px;
            object-fit: cover;
            display: block;
            cursor: zoom-in;
        }

        .featured-news-card-placeholder {
            height: 360px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #232a31, #39424c);
            color: var(--gold-on-dark-strong);
            font-size: 4rem;
        }

        .featured-news-card-badge {
            position: absolute;
            left: 24px;
            bottom: 24px;
            display: inline-flex;
            align-items: center;
            padding: 8px 16px;
            border-radius: 999px;
            background: linear-gradient(135deg, var(--accent), var(--accent-strong));
            color: #1a1712;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
        }

        .featured-news-card-body {
            padding: 30px 32px;
        }

        .featured-news-card-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
        }

        .featured-news-date {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 7px 12px;
            border-radius: 999px;
            background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(247,239,228,0.98) 100%);
            border: 1px solid var(--gold-border-light);
            color: var(--gold-on-light);
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            text-shadow: none;
        }

        .featured-news-card-body h3 {
            font-size: clamp(1.6rem, 2.5vw, 2.3rem);
            line-height: 1.2;
            font-weight: 900;
            color: var(--text-main);
            margin: 0 0 14px;
        }

        .featured-news-card-body p {
            margin: 0 0 18px;
            font-size: 15px;
            line-height: 1.8;
            color: var(--text-muted);
            max-width: 780px;
        }

        .featured-news-card-cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: var(--gold-on-light-strong);
            font-size: 14px;
            font-weight: 900;
            transition: gap 0.2s ease, color 0.2s ease;
        }

        .featured-news-card:hover .featured-news-card-cta {
            gap: 14px;
            color: #6a4718;
        }

        .dashboard-executive {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at top right, rgba(214, 162, 77, 0.12), transparent 24%),
                linear-gradient(135deg, rgba(10, 31, 61, 0.94) 0%, rgba(18, 58, 107, 0.93) 48%, rgba(41, 77, 129, 0.90) 100%),
                url('../img/construction/9-optimise.jpg') center/cover no-repeat;
            border-top: 1px solid rgba(214, 162, 77, 0.14);
            border-bottom: 1px solid rgba(214, 162, 77, 0.14);
            
            
        }

        .dashboard-executive::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px),
                linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px);
            background-size: 42px 42px;
            opacity: 0.18;
            pointer-events: none;
            
        }

        .dashboard-executive .container {
            position: relative;
            z-index: 2;
            
        }

        .dashboard-executive .section-title {
            text-align: left;
            margin-bottom: 26px;
            color: var(--text-inverse);
        }

        .dashboard-executive .section-title h2 {
            color: var(--text--text #101d33);
            
        }

        .dashboard-executive .section-title p {
            margin: 0;
            color: rgba(248, 245, 239, 0.78);
            max-width: 760px;

        }

        .dashboard-executive .section-kicker {
            background: rgba(214, 162, 77, 0.12);
            border: 1px solid var(--gold-border-dark);
            color: var(--gold-on-dark-strong);
            box-shadow: none;
        }

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

        .executive-card {
            position: relative;
            overflow: hidden;
            border-radius: 24px;
            border: 1px solid rgba(214, 162, 77, 0.16);
            background: linear-gradient(180deg, rgba(25, 31, 38, 0.98) 0%, rgba(14, 18, 23, 0.995) 100%);
            box-shadow:
                0 22px 48px rgba(0, 0, 0, 0.32),
                inset 0 1px 0 rgba(255,255,255,0.04),
                inset 0 -1px 0 rgba(214,162,77,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
        }

        .executive-card:hover {
            transform: translateY(-6px);
            box-shadow:
                0 30px 62px rgba(0, 0, 0, 0.38),
                inset 0 1px 0 rgba(255,255,255,0.05),
                inset 0 -1px 0 rgba(214,162,77,0.08);
            border-color: rgba(214, 162, 77, 0.28);
        }

        .executive-card::before {
            content: '';
            position: absolute;
            inset: 0 auto auto 0;
            width: 100%;
            height: 4px;
        }

        .executive-card::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255,255,255,0.025) 0%, transparent 38%, transparent 100%);
            pointer-events: none;
        }

        .executive-card.executive-mission::before {
            background: linear-gradient(90deg, #7b8a98, #e2e8f0);
        }

        .executive-card.executive-objectifs::before {
            background: linear-gradient(90deg, #8f6328, #d6a24d);
        }

        .executive-card.executive-kpi::before {
            background: linear-gradient(90deg, #7f1d1d, #d6a24d);
        }

        .executive-card-header {
            padding: 24px 24px 0;
        }

        .executive-card-topline {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
            padding: 7px 12px;
            border-radius: 999px;
            background: rgba(214, 162, 77, 0.10);
            border: 1px solid rgba(214, 162, 77, 0.16);
            color: var(--gold-on-dark-strong);
            font-size: 10px;
            font-weight: 900;
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }

        .executive-card-header h3 {
            margin: 0;
            color: var(--text-inverse);
            font-size: 18px;
            font-weight: 900;
            letter-spacing: -0.01em;
        }

        .executive-card-body {
            padding: 18px 24px 24px;
        }

        .executive-card-body p {
            color: rgba(248, 245, 239, 0.80);
            font-size: 13.5px;
            line-height: 1.9;
            margin: 0 0 14px;
        }

        .executive-card-body ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .executive-card-body ul li {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 0;
            color: #f3efe7;
            font-size: 13px;
            border-bottom: 1px solid rgba(255,255,255,0.06);
        }

        .executive-card-body ul li:last-child {
            border-bottom: none;
        }

        .executive-card-body ul li::before {
            content: '';
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--accent), var(--accent-strong));
            flex-shrink: 0;
            box-shadow: 0 0 0 4px rgba(214, 162, 77, 0.10);
        }

        .executive-kpi-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            margin-top: 8px;
        }

        .executive-kpi {
            padding: 18px 10px;
            text-align: center;
            border-radius: 18px;
            background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
            border: 1px solid rgba(214, 162, 77, 0.12);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
        }

        .executive-kpi i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            margin-bottom: 8px;
            border-radius: 10px;
            background: rgba(214, 162, 77, 0.14);
            color: var(--gold-on-dark-strong);
            font-size: 1rem;
        }

        .executive-kpi strong {
            display: block;
            color: var(--gold-on-dark-strong);
            font-size: 30px;
            font-weight: 900;
            line-height: 1.1;
        }

        .executive-kpi span {
            display: block;
            margin-top: 6px;
            font-size: 10px;
            color: rgba(248, 245, 239, 0.72);
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        .service-card,
        .team-card,
        .project-item,
        .contact-info-panel,
        .form-container {
            background: var(--bg-card);
            border-radius: var(--radius);
            border: 1px solid var(--border-soft);
            box-shadow: var(--shadow-card);
        }

        .service-card,
        .team-card,
        .project-item {
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
        }

        .service-card:hover,
        .team-card:hover,
        .project-item:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
        }

        .service-card {
            padding: 0;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .service-card-media {
            position: relative;
            height: 170px;
            overflow: hidden;
        }

        .service-card-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .4s ease;
        }

        .service-card:hover .service-card-media img {
            transform: scale(1.06);
        }

        .service-card .service-tag {
            background: linear-gradient(135deg, #222932, #313942);
            color: #f4ead2;
            font-size: 10px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            padding: 10px 22px;
        }

        .service-card .service-icon-badge {
            position: absolute;
            left: 16px;
            bottom: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            border-radius: 14px;
            background: linear-gradient(135deg, var(--accent), var(--accent-strong));
            color: #1a1712;
            font-size: 1.3rem;
            box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
        }

        .service-card h3 {
            font-size: 17px;
            font-weight: 800;
            color: var(--text-main);
            margin: 0 0 10px;
            padding: 18px 22px 0;
        }

        .service-card>p {
            font-size: 13px;
            line-height: 1.7;
            color: var(--text-muted);
            padding: 0 22px;
            margin: 0 0 12px;
        }

        .service-card>p:last-child {
            padding-bottom: 22px;
        }

        .service-card ul {
            list-style: none;
            padding: 0 22px 22px;
            margin: 0;
        }

        .service-card ul li {
            font-size: 13px;
            color: var(--text-main);
            padding: 6px 0;
            border-top: 1px solid #f0ebe4;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .service-card ul li::before {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--accent), var(--accent-strong));
            flex-shrink: 0;
        }

        .projects-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 24px;
        }

        .project-item {
            display: grid;
            grid-template-columns: 1.1fr .9fr;
        }

        .project-content {
            padding: 34px;
        }

        .project-header {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
            margin-bottom: 14px;
        }

        .project-category,
        .project-status {
            border-radius: 999px;
            padding: 8px 12px;
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: .06em;
        }

        .project-category {
            background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(247,239,228,0.98) 100%);
            border: 1px solid var(--gold-border-light);
            color: var(--gold-on-light);
            text-shadow: none;
        }

        .project-status {
            background: rgba(34, 41, 50, 0.08);
            color: #2a3139;
        }

        .project-title {
            font-size: 1.9rem;
            font-weight: 800;
            color: var(--text-main);
            margin-bottom: 14px;
        }

        .project-info p {
            color: var(--text-muted);
            line-height: 1.8;
            margin-bottom: 16px;
        }

        .project-location {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--gold-on-light-strong);
            font-weight: 800;
            margin-bottom: 16px;
        }

        .project-link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            color: var(--primary-dark);
            font-weight: 800;
        }

        .project-visual {
            position: relative;
            overflow: hidden;
            min-height: 100%;
            background: #dcd7d0;
        }

        .project-visual img {
            width: 100%;
            height: 100%;
            min-height: 380px;
            object-fit: cover;
            cursor: zoom-in;
            transition: transform .45s ease;
        }

        .project-item:hover .project-visual img {
            transform: scale(1.04);
        }

        .project-badge {
            position: absolute;
            top: 18px;
            right: 18px;
            width: 56px;
            height: 56px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(15, 16, 20, 0.86);
            color: var(--gold-on-dark);
            font-size: 1.3rem;
            box-shadow: 0 10px 24px rgba(0,0,0,0.22);
        }

        .team-card {
            padding: 32px 24px;
            position: relative;
            overflow: hidden;
        }

        .team-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 80px;
            background: linear-gradient(135deg, #222932, #313942);
            border-radius: var(--radius) var(--radius) 0 0;
        }

        .team-avatar {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            overflow: hidden;
            border: 4px solid #fff;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
            position: relative;
            z-index: 2;
        }

        .team-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            cursor: zoom-in;
        }

        .team-card h3 {
            font-size: 18px;
            font-weight: 800;
            color: var(--text-main);
            margin: 12px 0 4px;
        }

        .team-role {
            font-size: 13px;
            font-weight: 800;
            color: var(--gold-on-light-strong);
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin: 0 0 14px;
        }

        .team-bio {
            font-size: 13px;
            line-height: 1.7;
            color: var(--text-muted);
            margin: 0 0 10px;
            padding-top: 14px;
            border-top: 1px solid #eee6db;
        }

        /* -- Grille "equipe terrain" (executants) : cartes compactes, sans
           biographie, sous les managers -- */
        .team-executants-header {
            text-align: center;
            margin: 56px 0 28px;
        }

        .team-executants-header h3 {
            font-size: 18px;
            font-weight: 800;
            color: var(--primary-dark);
            display: inline-block;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--accent-strong);
        }

        .team-card-mini {
            background: var(--bg-card);
            border: 1px solid var(--border-soft);
            border-radius: var(--radius-sm);
            box-shadow: var(--shadow-card);
            padding: 18px 10px;
            height: 100%;
            transition: transform .2s ease, box-shadow .2s ease;
        }

        .team-card-mini:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-hover);
        }

        .team-avatar-mini {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid var(--bg-soft);
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--bg-soft);
            color: var(--text-muted);
            font-size: 24px;
        }

        .team-avatar-mini img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .team-card-mini h4 {
            font-size: 13px;
            font-weight: 800;
            color: var(--text-main);
            margin: 4px 0 2px;
            line-height: 1.3;
        }

        .team-card-mini p {
            font-size: 11px;
            font-weight: 700;
            color: var(--gold-on-light-strong);
            text-transform: uppercase;
            letter-spacing: 0.04em;
            margin: 0;
            line-height: 1.4;
        }

        .org-showcase {
            background:
                radial-gradient(circle at top right, rgba(185, 137, 59, 0.10), transparent 22%),
                linear-gradient(135deg, rgba(10, 31, 61, 0.95) 0%, rgba(18, 58, 107, 0.94) 55%, rgba(41, 77, 129, 0.90) 100%),
                url('../img/construction/1a-optimise.jpg') center/cover no-repeat;
            padding: 92px 0 110px;
            overflow: hidden;
        }

        .org-container {
            max-width: 1600px;
            margin: 0 auto;
            padding-left: 28px;
            padding-right: 28px;
        }

        .org-header {
            max-width: 900px;
            margin: 0 auto 32px;
            text-align: center;
        }

        .org-header h2 {
            color: var(--text-inverse);
            font-size: clamp(2rem, 3vw, 3.4rem);
            font-weight: 900;
            margin-bottom: 14px;
        }

        .org-header p {
            color: rgba(248, 245, 239, 0.82);
            line-height: 1.8;
            margin: 0 auto;
            max-width: 760px;
        }

        .org-showcase .section-kicker {
            background: rgba(214, 162, 77, 0.12);
            border: 1px solid var(--gold-border-dark);
            color: var(--gold-on-dark);
            box-shadow: none;
        }

        .org-stage {
            background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.035) 100%);
            border: 1px solid rgba(255, 255, 255, 0.10);
            border-radius: 28px;
            padding: 26px;
            box-shadow:
                0 30px 80px rgba(0, 0, 0, 0.30),
                inset 0 1px 0 rgba(255,255,255,0.04);
            overflow-x: auto;
        }

        .org-stage img {
            width: 100%;
            min-height: 760px;
            display: block;
            object-fit: contain;
            background: #fff;
            border-radius: 18px;
            cursor: zoom-in;
        }

        .contact-info-panel,
        .form-container {
            padding: 24px;
        }

        .contact-info-panel h3,
        .form-container h3 {
            font-size: 16px;
            font-weight: 800;
            color: var(--text-main);
        }

        .btn-submit {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 28px;
            border: none;
            border-radius: var(--radius-sm);
            background: linear-gradient(135deg, var(--accent), var(--accent-strong));
            color: #1b1712;
            font-size: 14px;
            font-weight: 900;
            cursor: pointer;
            transition: transform 0.15s, box-shadow 0.2s;
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
        }

        .btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 28px rgba(185, 137, 59, 0.28);
        }

        .social-links {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .social-link {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: transform 0.2s, background 0.2s;
        }

        .social-link:hover {
            transform: translateY(-3px) scale(1.08);
        }

        .social-link.facebook {
            background: rgba(24, 119, 242, 0.12);
            color: #1877f2;
        }

        .social-link.facebook:hover {
            background: rgba(24, 119, 242, 0.24);
        }

        .social-link.linkedin {
            background: rgba(10, 102, 194, 0.12);
            color: #0a66c2;
        }

        .social-link.linkedin:hover {
            background: rgba(10, 102, 194, 0.24);
        }

        .social-link.instagram {
            background: rgba(225, 48, 108, 0.12);
            color: #e1306c;
        }

        .social-link.instagram:hover {
            background: rgba(225, 48, 108, 0.24);
        }

        .social-link.twitter {
            background: rgba(21, 27, 34, 0.08);
            color: #151b22;
        }

        .social-link.twitter:hover {
            background: rgba(21, 27, 34, 0.16);
        }

        .social-link.youtube {
            background: rgba(255, 0, 0, 0.10);
            color: #ff0000;
        }

        .social-link.youtube:hover {
            background: rgba(255, 0, 0, 0.18);
        }

        .social-link.tiktok {
            background: rgba(21, 27, 34, 0.08);
            color: #151b22;
        }

        .social-link.tiktok:hover {
            background: rgba(21, 27, 34, 0.16);
        }

        .site-footer {
            background:
                radial-gradient(circle at top right, rgba(185, 137, 59, 0.08), transparent 24%),
                linear-gradient(135deg, #0c0f13 0%, #12171c 100%);
            color: #c4b7a7;
            padding: 50px 0 0;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
        }

        .footer-brand h4 {
            font-size: 20px;
            font-weight: 800;
            color: #fff;
            margin: 0 0 12px;
        }

        .footer-brand p {
            font-size: 13px;
            line-height: 1.7;
            margin: 0 0 20px;
        }

        .footer-col h5 {
            font-size: 13px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: #fff;
            margin: 0 0 16px;
        }

        .footer-col ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-col ul li {
            margin-bottom: 8px;
        }

        .footer-col ul li a {
            font-size: 13px;
            color: #c4b7a7;
            text-decoration: none;
            transition: color 0.2s;
        }

        .footer-col ul li a:hover {
            color: var(--gold-on-dark);
        }

        .footer-bottom {
            margin-top: 40px;
            padding: 20px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
        }

        .footer-bottom p {
            margin: 0;
            font-size: 12px;
            color: #a1907d;
        }

        .site-footer .social-link.twitter,
        .site-footer .social-link.tiktok {
            background: rgba(255, 255, 255, 0.08);
            color: #fff;
        }

        .site-footer .social-link.twitter:hover,
        .site-footer .social-link.tiktok:hover {
            background: rgba(255, 255, 255, 0.15);
        }

        @media (max-width: 1200px) {
            .hero {
                padding: 90px 0 70px;
            }

            .hero-image-main img {
                height: 335px;
            }

            .hero-image-secondary img {
                height: 200px;
            }

            .project-content {
                padding: 28px;
            }

            .project-title {
                font-size: 1.65rem;
            }

            .org-stage img {
                min-height: 620px;
            }
        }

        @media (max-width: 992px) {
            .section {
                padding: 72px 0;
            }

            .section-title {
                margin-bottom: 28px;
            }

            .section-title h2 {
                font-size: clamp(1.8rem, 3vw, 2.4rem);
            }

            .hero {
                padding: 72px 0 56px;
            }

            .hero-content {
                text-align: center;
            }

            .hero-content p {
                margin-left: auto;
                margin-right: auto;
            }

            .hero-buttons {
                justify-content: center;
            }

            .trust-badges {
                justify-content: center;
            }

            .hero-gallery {
                margin-top: 10px;
            }

            .hero-image-main img {
                height: 305px;
            }

            .hero-image-secondary img {
                height: 185px;
            }

            .dashboard-executive .section-title {
                text-align: center;
            }

            .dashboard-executive .section-title p {
                margin-left: auto;
                margin-right: auto;
            }

            .dashboard-grid {
                grid-template-columns: 1fr;
            }

            .project-item {
                grid-template-columns: 1fr;
            }

            .project-visual {
                order: -1;
            }

            .project-visual img {
                min-height: 320px;
            }

            .footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 28px;
            }

            .org-container {
                padding-left: 22px;
                padding-right: 22px;
            }

            .org-stage {
                padding: 18px;
                border-radius: 20px;
            }

            .org-stage img {
                min-height: 500px;
                min-width: 980px;
            }

            .contact-info-panel,
            .form-container {
                padding: 20px;
            }
        }

        @media (max-width: 768px) {
            .section {
                padding: 60px 0;
            }

            .container,
            .org-container {
                padding-left: 16px !important;
                padding-right: 16px !important;
            }

            .hero {
                padding: 58px 0 46px;
            }

            .hero-content .subtitle,
            .section-kicker {
                font-size: 10px;
                letter-spacing: 0.08em;
                padding: 8px 12px;
            }

            .hero-content h1 {
                font-size: clamp(2rem, 8vw, 2.9rem);
                line-height: 1.12;
            }

            .hero-content p {
                font-size: 0.96rem;
                line-height: 1.7;
            }

            .hero-buttons {
                flex-direction: column;
                align-items: stretch;
                gap: 10px;
            }

            .hero-buttons .btn {
                width: 100%;
                justify-content: center;
            }

            .trust-badges {
                flex-direction: column;
                align-items: stretch;
                gap: 10px;
            }

            .badge-item {
                width: 100%;
            }

            .hero-image-main img {
                height: 220px;
            }

            .hero-image-secondary img {
                height: 135px;
            }

            .image-badge {
                left: 12px;
                right: 12px;
                bottom: 12px;
                padding: 12px 14px;
                border-radius: 12px;
            }

            .image-badge p {
                font-size: 13px;
                line-height: 1.5;
            }


            .executive-kpi-grid {
                grid-template-columns: 1fr;
            }

            .featured-news-card-media img,
            .featured-news-card-placeholder {
                height: 250px;
            }

            .featured-news-card-badge {
                left: 16px;
                bottom: 16px;
                padding: 7px 12px;
                font-size: 10px;
            }

            .featured-news-card-body {
                padding: 22px 18px;
            }

            .featured-news-card-body h3 {
                font-size: 1.35rem;
            }

            .featured-news-card-body p {
                font-size: 14px;
                line-height: 1.7;
            }

            .service-card h3,
            .service-card>p,
            .service-card ul,
            .team-card,
            .project-content,
            .contact-info-panel,
            .form-container {
                padding-left: 18px !important;
                padding-right: 18px !important;
            }

            .service-card h3 {
                font-size: 1rem;
            }

            .project-content {
                padding-top: 22px;
                padding-bottom: 22px;
            }

            .project-title {
                font-size: 1.45rem;
                line-height: 1.2;
            }

            .project-info p {
                font-size: 0.95rem;
                line-height: 1.7;
            }

            .project-visual img {
                min-height: 260px;
            }

            .team-card {
                text-align: center;
                padding-top: 28px;
                padding-bottom: 24px;
            }

            .team-avatar {
                width: 96px;
                height: 96px;
            }

            .team-card h3 {
                font-size: 1rem;
            }

            .team-role {
                font-size: 11px;
                letter-spacing: 0.06em;
            }

            .org-showcase {
                padding: 64px 0 72px;
            }

            .org-header {
                margin-bottom: 20px;
            }

            .org-header h2 {
                font-size: clamp(1.65rem, 7vw, 2.3rem);
            }

            .org-header p {
                font-size: 0.95rem;
                line-height: 1.7;
            }

            .org-stage {
                padding: 14px;
                border-radius: 16px;
            }

            .org-stage img {
                min-height: 380px;
                min-width: 860px;
                border-radius: 12px;
            }

            .footer-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .footer-bottom {
                flex-direction: column;
                align-items: flex-start;
                text-align: left;
            }

            .social-links {
                gap: 8px;
            }

        }

        @media (max-width: 576px) {
            body {
                overflow-x: hidden;
            }

            .section {
                padding: 52px 0;
            }

            .section-title h2 {
                font-size: 1.65rem;
            }

            .section-title p {
                font-size: 0.94rem;
                line-height: 1.7;
            }

            .hero {
                padding: 48px 0 38px;
            }

            .hero-content h1 {
                font-size: clamp(1.75rem, 9vw, 2.35rem);
            }

            .hero-content p {
                font-size: 0.92rem;
            }

            .hero-buttons .btn {
                padding: 11px 18px;
                font-size: 14px;
            }

            .badge-item {
                padding: 12px 14px;
                border-radius: 12px;
            }

            .badge-item i {
                width: 38px;
                height: 38px;
                font-size: 1rem;
            }

            .badge-item .count {
                font-size: 0.95rem;
            }

            .badge-item .label {
                font-size: 0.82rem;
            }

            .hero-image-main img {
                height: 175px;
            }

            .hero-image-secondary img {
                height: 105px;
            }


            .featured-news-card {
                border-radius: 16px;
            }

            .featured-news-card-media img,
            .featured-news-card-placeholder {
                height: 210px;
            }

            .featured-news-card-body {
                padding: 18px 16px;
            }

            .featured-news-date {
                font-size: 10px;
            }

            .executive-card,
            .service-card,
            .team-card,
            .project-item,
            .contact-info-panel,
            .form-container {
                border-radius: 16px;
            }

            .project-header {
                gap: 8px;
            }

            .project-category,
            .project-status {
                font-size: 10px;
                padding: 7px 10px;
            }

            .project-title {
                font-size: 1.25rem;
            }

            .project-location,
            .project-link {
                font-size: 13px;
            }

            .project-visual img {
                min-height: 220px;
            }

            .project-badge {
                width: 46px;
                height: 46px;
                border-radius: 12px;
                top: 12px;
                right: 12px;
                font-size: 1rem;
            }

            .team-card::before {
                height: 66px;
            }

            .team-avatar {
                width: 86px;
                height: 86px;
                border-width: 3px;
            }

            .org-container {
                padding-left: 14px !important;
                padding-right: 14px !important;
            }

            .org-stage {
                padding: 10px;
                border-radius: 14px;
            }

            .org-stage img {
                min-height: 300px;
                min-width: 760px;
            }

            .contact-info-panel,
            .form-container {
                padding: 16px;
            }

            .btn-submit {
                width: 100%;
                justify-content: center;
                padding: 12px 18px;
            }

            .footer-bottom {
                align-items: center;
                text-align: center;
            }

            .footer-bottom p {
                width: 100%;
            }
        }

        @media (max-width: 380px) {
            .hero-content h1 {
                font-size: 1.58rem;
            }

            .hero-image-main img {
                height: 155px;
            }

            .hero-image-secondary img {
                height: 95px;
            }

            .project-title {
                font-size: 1.15rem;
            }

            .org-stage img {
                min-width: 680px;
                min-height: 260px;
            }
        }

        /* ==========================
           Bandeau chiffres clés
           ========================== */
        .stats-band {
            position: relative;
            overflow: hidden;
            padding: 44px 0;
            background:
                radial-gradient(circle at top right, rgba(214, 162, 77, 0.12), transparent 24%),
                linear-gradient(135deg, rgba(10, 31, 61, 0.94) 0%, rgba(18, 58, 107, 0.93) 48%, rgba(41, 77, 129, 0.90) 100%),
                url('../img/construction/1a-optimise.jpg') center/cover no-repeat;
            border-bottom: 1px solid rgba(214, 162, 77, 0.14);
        }

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

        .stat-item {
            text-align: center;
            padding: 8px 12px;
            border-right: 1px solid rgba(255, 255, 255, 0.08);
        }

        .stat-item:last-child {
            border-right: none;
        }

        .stat-item i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            margin-bottom: 10px;
            border-radius: 12px;
            background: rgba(214, 162, 77, 0.14);
            color: var(--gold-on-dark-strong);
            font-size: 1.2rem;
        }

        .stat-item strong {
            display: block;
            color: var(--gold-on-dark-strong);
            font-size: clamp(1.9rem, 2.6vw, 2.6rem);
            font-weight: 900;
            line-height: 1.1;
        }

        .stat-item span {
            display: block;
            margin-top: 8px;
            color: rgba(248, 245, 239, 0.72);
            font-size: 12.5px;
            font-weight: 700;
            letter-spacing: 0.02em;
        }

        /* ==========================
           Section méthode / process
           ========================== */
        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
            gap: 24px;
            margin-top: 8px;
        }

        .process-step {
            position: relative;
            padding: 0;
            overflow: hidden;
            background: var(--bg-card);
            border-radius: var(--radius);
            border: 1px solid var(--border-soft);
            box-shadow: var(--shadow-card);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .process-step:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
        }

        .process-step-media {
            position: relative;
            height: 130px;
            overflow: hidden;
        }

        .process-step-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .4s ease;
        }

        .process-step:hover .process-step-media img {
            transform: scale(1.06);
        }

        .process-step-body {
            padding: 20px 22px 24px;
        }

        .process-step-number {
            position: absolute;
            left: 16px;
            bottom: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 12px;
            background: linear-gradient(135deg, var(--accent), var(--accent-strong));
            color: #1a1712;
            font-weight: 900;
            font-size: 14px;
            box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
        }

        .process-step h3 {
            font-size: 17px;
            font-weight: 800;
            color: var(--text-main);
            margin-bottom: 8px;
        }

        .process-step p {
            font-size: 13.5px;
            line-height: 1.7;
            color: var(--text-muted);
            margin: 0;
        }

        @media (max-width: 640px) {
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.08);
                padding-bottom: 16px;
            }

            .stat-item:last-child {
                border-bottom: none;
            }
        }

        /* ==========================
           Bannière CTA (Constructo .call-to-action)
           on reprend les classes deja stylees dans main.css, on ne
           reecrase que les variables de couleur pour matcher la charte or.
           ========================== */
        .call-to-action {
            --accent-color: var(--accent-strong);
            --background-color: var(--bg-page);
            --default-color: var(--text-main);
            --heading-color: var(--text-main);
            --surface-color: var(--bg-card);
            --contrast-color: #1a1712;
            padding: 70px 0;
        }

        .call-to-action .feature-highlights {
            width: fit-content;
            margin: 0 auto;
            text-align: left;
        }

        /* ==========================
           Bandeau "Catalogue d'equipements" (accueil)
           ========================== */
        .catalogue-banner {
            padding: 56px 0;
        }

        .catalogue-banner-inner {
            display: flex;
            align-items: center;
            gap: 28px;
            background: linear-gradient(120deg, var(--primary-dark) 0%, var(--primary) 55%, var(--navy-brand-light, var(--primary-light)) 100%);
            border-radius: var(--radius);
            padding: 36px 42px;
            box-shadow: var(--shadow-card);
            position: relative;
            overflow: hidden;
        }

        .catalogue-banner-inner::after {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 85% 20%, rgba(230, 169, 58, .18), transparent 45%);
            pointer-events: none;
        }

        .catalogue-banner-icon {
            flex-shrink: 0;
            width: 72px;
            height: 72px;
            border-radius: 18px;
            background: rgba(255, 255, 255, .12);
            border: 1px solid rgba(255, 255, 255, .2);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            color: var(--gold-on-dark-strong, #ffcf5c);
        }

        .catalogue-banner-text {
            flex: 1;
            min-width: 0;
        }

        .catalogue-banner-text .section-kicker {
            background: rgba(255, 255, 255, .1);
            border-color: rgba(255, 255, 255, .2);
            color: var(--gold-on-dark, #f1d18f);
        }

        .catalogue-banner-text h2 {
            color: #fff;
            font-size: clamp(1.4rem, 2vw, 1.9rem);
            font-weight: 900;
            margin: 10px 0 8px;
        }

        .catalogue-banner-text p {
            color: rgba(255, 255, 255, .82);
            margin: 0;
            line-height: 1.7;
        }

        .catalogue-banner-btn {
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 26px;
            border-radius: var(--radius-sm);
            background: linear-gradient(135deg, var(--accent), var(--accent-strong));
            color: #1b1712;
            font-weight: 900;
            font-size: 14px;
            text-decoration: none;
            white-space: nowrap;
            box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
            transition: transform .2s ease, box-shadow .2s ease;
            position: relative;
            z-index: 1;
        }

        .catalogue-banner-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(185, 137, 59, .35);
            color: #1b1712;
        }

        @media (max-width: 767px) {
            .catalogue-banner-inner {
                flex-direction: column;
                text-align: center;
                padding: 30px 24px;
            }

            .catalogue-banner-btn {
                width: 100%;
                justify-content: center;
            }
        }

        /* ==========================
           Preloader / bouton retour en haut
           (styles de base dans main.css, on reprend juste la couleur or)
           ========================== */
        #preloader:before {
            border-color: var(--accent-strong) transparent var(--accent-strong) transparent;
        }

        .scroll-top {
            background-color: var(--accent-strong);
        }

        .scroll-top:hover {
            background-color: var(--accent);
        }

        /* Images enveloppees dans un lien GLightbox : eviter le
           comportement inline par defaut d'un <a> autour d'une image bloc. */
        .hero-image a,
        .project-visual a,
        .team-avatar a,
        .org-stage a {
            display: block;
        }