/* =================================================================
   DRY WALL 22 — Feuille de style (v5, édition « luxe »)
   Palette tirée du logo : marine du phare, ardoise et rouille des
   panneaux latéraux, vert du triskel. Le cuivre (rouille éclairée)
   sert de filet fin, comme une baguette d'angle sur un mur fini.
   Polices et icônes hébergées sur le site : aucun appel extérieur.
   ================================================================= */

@font-face { font-family: 'Bodoni Moda'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/bodoni-moda-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Bodoni Moda'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/bodoni-moda-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Bodoni Moda'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/bodoni-moda-latin-400-italic.woff2') format('woff2'); }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/onest-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/onest-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/onest-latin-600-normal.woff2') format('woff2'); }

:root {
    /* Couleurs du logo (inchangées) */
    --abysse:      #101925;
    --abysse-2:    #0C141E;
    --marine:      #1E2D41;
    --marine-2:    #26384F;
    --ardoise:     #6D8E9F;
    --ardoise-lit: #A9C0CC;
    --rouille:     #A3573F;
    --rouille-lit: #D68058;
    --triskel:     #728D53;
    --triskel-lit: #9DBE74;

    --texte:       #E8EDF1;
    --texte-doux:  #9DB0BD;
    --ligne:       rgba(169, 192, 204, 0.13);
    --ligne-forte: rgba(169, 192, 204, 0.26);
    --cuivre-fin:  rgba(214, 128, 88, 0.45);

    --bandes: linear-gradient(90deg, var(--ardoise) 0 33.33%, var(--triskel) 33.33% 66.66%, var(--rouille) 66.66%);

    --font-display: 'Bodoni Moda', 'Didot', 'Bodoni 72', Georgia, serif;
    --font-body:    'Onest', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

    --r: 3px;          /* angles nets, comme une cloison bien dressée */
    --r-lg: 6px;

    --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
    --gutter: clamp(20px, 5vw, 64px);
    --header-h: 78px;
}

/* ---------- Base ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }

body {
    min-height: 100vh;
    background: var(--abysse);
    color: var(--texte);
    font-family: var(--font-body);
    font-size: 1.0625rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Grain très léger sur tout le site : la matière d'un enduit, pas un aplat numérique */
body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 300;
    pointer-events: none;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
}

img, svg { max-width: 100%; }

.ico {
    width: 1em;
    height: 1em;
    flex: none;
    fill: currentColor;
    vertical-align: -0.125em;
}

h1, h2 {
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.01em;
    color: var(--texte);
    text-wrap: balance;
}
h3 {
    font-family: var(--font-body);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.005em;
    text-wrap: balance;
}
p { text-wrap: pretty; }

a { color: var(--rouille-lit); text-underline-offset: 0.2em; text-decoration-thickness: 1px; }

::selection { background: rgba(214, 128, 88, 0.35); color: #fff; }

:focus-visible {
    outline: 2px solid var(--rouille-lit);
    outline-offset: 3px;
    border-radius: 2px;
}

.container {
    width: min(1240px, 100% - 2 * var(--gutter));
    margin-inline: auto;
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: -4rem;
    z-index: 400;
    padding: 0.7rem 1.1rem;
    border-radius: var(--r);
    background: var(--rouille);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.skip-link:focus { top: 1rem; }

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* ---------- Texture « montants de cloison » ---------- */
.rails {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        90deg,
        transparent 0 118px,
        rgba(169, 192, 204, 0.06) 118px 119px,
        transparent 119px 127px,
        rgba(169, 192, 204, 0.06) 127px 128px
    );
    -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 20%, transparent 78%);
            mask-image: radial-gradient(120% 90% at 50% 0%, #000 20%, transparent 78%);
}

/* ---------- Boutons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 48px;
    padding: 0.75rem 1.5rem;
    border-radius: var(--r);
    border: 1px solid transparent;
    font: 500 0.95rem/1.2 var(--font-body);
    letter-spacing: 0.02em;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.25s var(--ease), box-shadow 0.3s, background-color 0.25s, border-color 0.25s, color 0.25s;
}
.btn .ico { font-size: 0.95em; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }

.btn-primary {
    background: linear-gradient(180deg, #B0613F 0%, var(--rouille) 100%);
    color: #FFF8F3;
    border-color: rgba(214, 128, 88, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 30px -18px rgba(214, 128, 88, 0.9);
}
.btn-primary:hover:not(:disabled) {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #BF6C49 0%, #AE5E44 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 20px 40px -18px rgba(214, 128, 88, 1);
}

.btn-ghost,
.btn-call {
    background: transparent;
    border-color: var(--ligne-forte);
    color: var(--texte);
}
.btn-ghost:hover,
.btn-call:hover {
    border-color: var(--rouille-lit);
    color: #fff;
    background: rgba(214, 128, 88, 0.07);
}
.btn-call { min-height: 42px; padding: 0.5rem 1rem; font-size: 0.9rem; }
.btn-call .ico { color: var(--rouille-lit); }

.btn-danger {
    background: rgba(200, 80, 70, 0.1);
    border-color: rgba(243, 165, 156, 0.35);
    color: #F6B8B0;
}
.btn-danger:hover { background: rgba(200, 80, 70, 0.22); }

.btn-sm    { min-height: 38px; padding: 0.45rem 0.95rem; font-size: 0.86rem; }
.btn-lg    { min-height: 56px; padding: 0.95rem 1.9rem; font-size: 1rem; }
.btn-block { width: 100%; white-space: normal; }

/* ---------- Cadres ---------- */
/* Le cadre « passe-partout » : un filet intérieur, comme une baguette d'encadrement */
.panel-frame {
    position: relative;
    background: linear-gradient(165deg, rgba(38, 56, 79, 0.62), rgba(22, 34, 49, 0.62));
    border: 1px solid var(--ligne);
    border-radius: var(--r-lg);
}
.panel-frame::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(214, 128, 88, 0.16);
    border-radius: 3px;
    pointer-events: none;
}

/* =================================================================
   EN-TÊTE
   ================================================================= */
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    border-bottom: 1px solid transparent;
    transition: background-color 0.35s, border-color 0.35s, backdrop-filter 0.35s;
}
.site-header.is-scrolled,
.site-header.nav-open {
    background: rgba(16, 25, 37, 0.88);
    border-bottom-color: var(--ligne);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
            backdrop-filter: blur(16px) saturate(140%);
}
.header-inner {
    position: relative;
    width: min(1320px, 100% - 2 * var(--gutter));
    height: var(--header-h);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.brand { display: block; flex: none; }
.brand img { display: block; height: 46px; width: auto; }

.nav ul { display: flex; gap: 0.25rem; list-style: none; }
.nav a:not(.btn) {
    position: relative;
    display: block;
    padding: 0.55rem 0.9rem;
    color: var(--texte-doux);
    font-weight: 500;
    font-size: 0.93rem;
    letter-spacing: 0.015em;
    text-decoration: none;
    transition: color 0.2s;
}
.nav a:not(.btn)::after {
    content: "";
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.25rem;
    height: 1px;
    background: var(--rouille-lit);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s var(--ease);
}
.nav a:not(.btn):hover { color: var(--texte); }
.nav a:not(.btn):hover::after,
.nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--texte); }
.nav-quote { display: none; }

.header-actions { display: flex; align-items: center; gap: 0.5rem; }

.burger {
    display: none;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: var(--r);
    border: 1px solid var(--ligne-forte);
    background: transparent;
    cursor: pointer;
}
.burger span {
    position: absolute;
    left: 50%;
    width: 18px;
    height: 1.5px;
    margin-left: -9px;
    background: var(--texte);
    transition: transform 0.3s var(--ease), top 0.3s var(--ease);
}
.burger span:first-child { top: 18px; }
.burger span:last-child  { top: 24px; }
.nav-open .burger span:first-child { top: 21px; transform: rotate(45deg); }
.nav-open .burger span:last-child  { top: 21px; transform: rotate(-45deg); }

/* =================================================================
   HERO — le phare
   ================================================================= */
.hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: calc(var(--header-h) + 4rem) 0 5.5rem;
    background:
        radial-gradient(60% 60% at 76% 40%, rgba(109, 142, 159, 0.18), transparent 70%),
        radial-gradient(45% 50% at 0% 100%, rgba(163, 87, 63, 0.13), transparent 70%),
        linear-gradient(180deg, #0E1621 0%, var(--abysse) 60%);
}
/* Ligne d'horizon, là où le faisceau rencontre la mer */
.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ligne-forte) 30%, var(--cuivre-fin) 70%, transparent);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}

.hero-place {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.6rem;
    color: var(--texte-doux);
    font-size: 0.95rem;
}
.hero-place .ico { color: var(--rouille-lit); }

.hero h1 {
    font-size: clamp(2.6rem, 0.9rem + 5.2vw, 5.6rem);
    line-height: 1;
    letter-spacing: -0.02em;
    max-width: 13ch;
}

.hero-lead {
    margin-top: 1.75rem;
    max-width: 54ch;
    color: var(--texte-doux);
    font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.2rem);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2.5rem;
}

.hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 2rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--ligne);
    list-style: none;
    color: var(--texte-doux);
    font-size: 0.93rem;
}
.hero-facts li { display: inline-flex; align-items: center; gap: 0.55rem; }
.hero-facts .ico { color: var(--triskel-lit); font-size: 0.85em; }

/* Phare : la plaque-logo et le faisceau qui tourne derrière elle */
.hero-visual { position: relative; z-index: 0; }
.beacon {
    position: relative;
    width: clamp(220px, 24vw, 330px);
    margin-inline: auto;
}

.beam {
    position: absolute;
    left: 50%;
    top: 21%;                 /* hauteur de la lanterne du phare sur le logo */
    width: 300vmax;
    height: 300vmax;
    margin: -150vmax 0 0 -150vmax;
    z-index: -2;
    pointer-events: none;
    background: conic-gradient(
        from 0deg,
        rgba(238, 241, 243, 0)    0deg,
        rgba(238, 241, 243, 0.17) 4deg,
        rgba(214, 128, 88, 0.1)   10deg,
        rgba(238, 241, 243, 0)    19deg,
        rgba(238, 241, 243, 0)    180deg,
        rgba(169, 192, 204, 0.13) 184deg,
        rgba(169, 192, 204, 0.05) 192deg,
        rgba(169, 192, 204, 0)    199deg,
        rgba(238, 241, 243, 0)    360deg
    );
    -webkit-mask-image: radial-gradient(circle closest-side, #000 0%, rgba(0, 0, 0, 0.55) 16%, transparent 52%);
            mask-image: radial-gradient(circle closest-side, #000 0%, rgba(0, 0, 0, 0.55) 16%, transparent 52%);
    animation: beam-in 2s ease-out 0.4s both, sweep 18s linear infinite;
    will-change: transform;
}
/* Même faisceau, plus large et flou : le halo de lumière dans l'air marin */
.beam-soft {
    z-index: -3;
    filter: blur(28px);
    opacity: 0.8;
    background: conic-gradient(
        from -6deg,
        rgba(238, 241, 243, 0)    0deg,
        rgba(238, 241, 243, 0.09) 8deg,
        rgba(214, 128, 88, 0.07)  18deg,
        rgba(238, 241, 243, 0)    30deg,
        rgba(238, 241, 243, 0)    174deg,
        rgba(169, 192, 204, 0.07) 186deg,
        rgba(169, 192, 204, 0)    204deg,
        rgba(238, 241, 243, 0)    360deg
    );
}

.lantern {
    position: absolute;
    left: 50%;
    top: 21%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(255, 236, 214, 0.5), rgba(214, 128, 88, 0.16) 45%, transparent);
    animation: lantern 18s ease-in-out infinite;
    pointer-events: none;
}

.halo {
    position: absolute;
    left: -40%;
    right: -40%;
    bottom: -16%;
    height: 34%;
    z-index: -1;
    background: radial-gradient(closest-side, rgba(214, 128, 88, 0.28), rgba(109, 142, 159, 0.1) 60%, transparent);
    filter: blur(20px);
}

.plaque {
    position: relative;
    padding: 7px;
    border-radius: 4px;
    background: #fff;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.6),
        0 60px 100px -35px rgba(0, 0, 0, 0.85),
        0 0 80px -12px rgba(214, 128, 88, 0.22);
    transform: perspective(1400px) rotateY(-11deg) rotateX(3deg);
    transition: transform 0.9s var(--ease);
    animation: plaque-in 1.4s var(--ease) both;
}
/* Filet cuivré décalé autour de la plaque : l'objet présenté comme une pièce d'exception */
.plaque::before {
    content: "";
    position: absolute;
    inset: -16px;
    border: 1px solid rgba(214, 128, 88, 0.5);
    border-radius: 6px;
    pointer-events: none;
}
.plaque:hover { transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.plaque img { display: block; width: 100%; height: auto; border-radius: 2px; }

@keyframes sweep     { to { transform: rotate(360deg); } }
@keyframes beam-in   { from { opacity: 0; } }
@keyframes lantern   { 0%, 100% { opacity: 0.55; transform: scale(0.9); } 50% { opacity: 1; transform: scale(1.12); } }
@keyframes plaque-in {
    from { opacity: 0; transform: perspective(1400px) translateY(40px) rotateY(-28deg) rotateX(12deg); }
}

/* =================================================================
   SECTIONS
   ================================================================= */
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-tight { padding-top: clamp(2.5rem, 5vw, 3.75rem); }
.section-alt {
    background: linear-gradient(180deg, rgba(30, 45, 65, 0.42), rgba(30, 45, 65, 0));
    border-top: 1px solid var(--ligne);
}

.section-head { max-width: 46rem; margin-bottom: clamp(2.5rem, 4.5vw, 4rem); }
.section-head h2 { font-size: clamp(2rem, 1.1rem + 2.8vw, 3.4rem); }
.section-head p  { margin-top: 1.1rem; color: var(--texte-doux); font-size: 1.08rem; max-width: 60ch; }
.section-head-row {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem 3rem;
}
.section-head-row > div:first-child { max-width: 40rem; }
.section-foot { margin-top: 2.5rem; }
.empty { color: var(--texte-doux); }

/* ---------- Étapes (vraie séquence de chantier) ---------- */
.steps { list-style: none; border-top: 1px solid var(--ligne); }
.step {
    position: relative;
    display: grid;
    grid-template-columns: 5rem 3.25rem minmax(0, 17rem) minmax(0, 1fr);
    align-items: baseline;
    gap: 0.5rem 1.75rem;
    padding: 1.9rem 0;
    border-bottom: 1px solid var(--ligne);
}
.step::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, var(--rouille-lit), transparent 70%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s var(--ease);
}
.step:hover::before { transform: scaleX(1); }
.step-num {
    font-family: var(--font-display);
    font-size: 2.6rem;
    line-height: 1;
    color: rgba(214, 128, 88, 0.7);
    transition: color 0.3s;
}
.step:hover .step-num { color: var(--rouille-lit); }
.step-icon {
    align-self: center;
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border: 1px solid var(--ligne-forte);
    border-radius: 50%;
    color: var(--ardoise-lit);
    font-size: 1.05rem;
}
.step h3 { font-size: 1.15rem; }
.step p  { color: var(--texte-doux); max-width: 40rem; }

.reno {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.5rem 2rem;
    margin-top: 3rem;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border: 1px solid var(--ligne);
    border-left: 2px solid var(--rouille-lit);
    border-radius: var(--r);
    background: linear-gradient(90deg, rgba(163, 87, 63, 0.1), rgba(30, 45, 65, 0.3) 40%, rgba(30, 45, 65, 0.15));
}
.reno-icon {
    width: 3.5rem;
    height: 3.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--cuivre-fin);
    color: var(--rouille-lit);
    font-size: 1.25rem;
}
.reno h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.7rem; }
.reno p  { margin-top: 0.35rem; color: var(--texte-doux); }

/* ---------- Mosaïque accueil ---------- */
.mosaic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 210px;
    gap: 10px;
}
.mosaic-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--r);
    background: var(--marine);
}
.mosaic-item::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: border-color 0.4s;
    pointer-events: none;
}
.mosaic-item:hover::after { border-color: rgba(255, 255, 255, 0.55); }
.mosaic-item:first-child { grid-row: span 2; grid-column: span 2; }
.mosaic-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease);
}
.mosaic-item:hover img { transform: scale(1.04); }

/* ---------- Avis (accueil) ---------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.quote {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 2rem 1.75rem 1.75rem;
    border-top: 1px solid var(--cuivre-fin);
    background: linear-gradient(180deg, rgba(30, 45, 65, 0.5), rgba(30, 45, 65, 0.1));
}
.quote::before {
    content: "«";
    position: absolute;
    top: 0.6rem;
    right: 1.4rem;
    font-family: var(--font-display);
    font-size: 3.5rem;
    line-height: 1;
    color: rgba(214, 128, 88, 0.3);
}
.quote blockquote {
    flex: 1;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.55;
}
.quote figcaption { font-weight: 500; color: var(--ardoise-lit); font-size: 0.95rem; }

.stars { display: inline-flex; gap: 3px; color: rgba(169, 192, 204, 0.25); font-size: 0.9rem; }
.stars .is-on { color: var(--rouille-lit); }

.rating-summary {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1.4rem;
    border: 1px solid var(--ligne);
    border-radius: var(--r);
}
.rating-summary strong { font-family: var(--font-display); font-size: 2.8rem; line-height: 1; font-weight: 400; }
.rating-summary span:not(.stars) { display: block; margin-top: 0.25rem; color: var(--texte-doux); font-size: 0.86rem; }

/* ---------- Bandeau devis ---------- */
.cta-section { padding-top: 0; }
.cta-band {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem 3rem;
    padding: clamp(2.25rem, 5vw, 4rem);
    border: 1px solid var(--ligne);
    border-radius: var(--r-lg);
    background:
        radial-gradient(70% 120% at 100% 0%, rgba(163, 87, 63, 0.24), transparent 60%),
        linear-gradient(160deg, var(--marine-2), var(--marine));
}
.cta-band::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: var(--bandes);
}
.cta-band .rails { -webkit-mask-image: linear-gradient(90deg, transparent, #000); mask-image: linear-gradient(90deg, transparent, #000); }
.cta-text h2 { font-size: clamp(1.8rem, 1rem + 2.2vw, 2.8rem); max-width: 18ch; }
.cta-text p  { margin-top: 0.9rem; max-width: 46ch; color: var(--texte-doux); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* =================================================================
   PAGES INTÉRIEURES
   ================================================================= */
.page-head {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: calc(var(--header-h) + clamp(3rem, 7vw, 5.5rem)) 0 clamp(2.5rem, 5vw, 4rem);
    border-bottom: 1px solid var(--ligne);
    background:
        radial-gradient(50% 80% at 85% 0%, rgba(109, 142, 159, 0.16), transparent 70%),
        linear-gradient(180deg, #0E1621, var(--abysse));
}
.page-head h1 { font-size: clamp(2.5rem, 1.2rem + 4vw, 4.6rem); }
.page-head p  {
    margin-top: 1.1rem;
    max-width: 58ch;
    color: var(--texte-doux);
    font-size: 1.1rem;
}
.page-head-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem 3rem;
}
.page-head-404 { min-height: 70vh; display: flex; align-items: center; border-bottom: 0; }

/* ---------- Prestations ---------- */
.services { display: flex; flex-direction: column; }
.service {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2rem 4rem;
    padding: clamp(2rem, 4vw, 3rem) 0;
    border-bottom: 1px solid var(--ligne);
}
.service:first-child { border-top: 1px solid var(--ligne); }
.service-icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    margin-bottom: 1.25rem;
    border-radius: 50%;
    border: 1px solid var(--cuivre-fin);
    color: var(--rouille-lit);
    font-size: 1.1rem;
}
.service h2 { font-size: clamp(1.8rem, 1.1rem + 1.8vw, 2.6rem); }
.service-intro p { margin-top: 0.9rem; max-width: 36rem; color: var(--texte-doux); }

.checklist { list-style: none; display: grid; gap: 0; align-self: center; }
.checklist li {
    position: relative;
    padding: 0.95rem 0 0.95rem 1.9rem;
    border-bottom: 1px solid var(--ligne);
}
.checklist li:last-child { border-bottom: 0; }
.checklist li::before {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 1.55rem;
    width: 0.75rem;
    height: 1px;
    background: var(--rouille-lit);
}
.services .reno { margin-top: 2.5rem; }

/* ---------- Galerie ---------- */
.gallery { columns: 3 300px; column-gap: 14px; }
.gallery-item {
    break-inside: avoid;
    margin-bottom: 14px;
    border-radius: var(--r);
    overflow: hidden;
    background: var(--marine);
}
.gallery-item > a { position: relative; display: block; overflow: hidden; }
.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 1s var(--ease);
}
.gallery-item:hover img { transform: scale(1.03); }
.gallery-item figcaption {
    padding: 0.8rem 1rem 0.95rem;
    color: var(--texte-doux);
    font-size: 0.9rem;
    border-top: 1px solid var(--ligne);
}
.gallery-tag {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    padding: 0.3rem 0.7rem;
    border-radius: 2px;
    background: rgba(16, 25, 37, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--texte);
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
}

.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}
.gallery-filters a {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 1rem;
    border-radius: var(--r);
    border: 1px solid var(--ligne-forte);
    color: var(--texte-doux);
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
.gallery-filters a:hover { color: var(--texte); border-color: var(--ardoise-lit); }
.gallery-filters a[aria-current="page"] {
    color: #fff;
    border-color: var(--rouille-lit);
    background: rgba(163, 87, 63, 0.3);
}
.gallery-filters .count {
    min-width: 1.5rem;
    padding: 0 0.4rem;
    border-radius: 2px;
    background: rgba(169, 192, 204, 0.1);
    font-size: 0.78rem;
    text-align: center;
}

.pswp-legende {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    transform: translateX(-50%);
    max-width: min(90vw, 44rem);
    padding: 0.6rem 1.1rem;
    border-radius: var(--r);
    background: rgba(16, 25, 37, 0.85);
    color: var(--texte);
    font-size: 0.95rem;
    text-align: center;
}
.pswp-legende[hidden] { display: none; }

.empty-state {
    display: grid;
    justify-items: center;
    gap: 1rem;
    padding: clamp(2.5rem, 6vw, 4.5rem) 1.5rem;
    border: 1px dashed var(--ligne-forte);
    border-radius: var(--r-lg);
    text-align: center;
}
.empty-state > .ico { font-size: 2.2rem; color: var(--ardoise-lit); }
.empty-state h2 { font-size: 1.7rem; }
.empty-state p  { max-width: 34rem; color: var(--texte-doux); }

/* ---------- Formulaires ---------- */
.form { display: grid; gap: 1.15rem; }
.field { display: grid; gap: 0.45rem; min-width: 0; border: 0; }
.field label,
.field legend { font-weight: 500; font-size: 0.9rem; color: var(--texte); letter-spacing: 0.01em; }
.field legend { margin-bottom: 0.45rem; }

.field input,
.field textarea,
.field select {
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: var(--r);
    border: 1px solid var(--ligne-forte);
    background: rgba(12, 20, 30, 0.6);
    color: var(--texte);
    font: 400 1rem/1.5 var(--font-body);
    transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}
.field textarea { resize: vertical; min-height: 8rem; }
.field input::placeholder,
.field textarea::placeholder { color: rgba(157, 176, 189, 0.55); }
.field input:focus,
.field textarea:focus,
.field select:focus {
    outline: none;
    border-color: var(--rouille-lit);
    background: rgba(12, 20, 30, 0.85);
    box-shadow: 0 0 0 3px rgba(214, 128, 88, 0.16);
}
.select { position: relative; }
.select select { appearance: none; -webkit-appearance: none; padding-right: 2.75rem; cursor: pointer; }
.select select option { background: var(--marine); color: var(--texte); }
.select::after {
    content: "";
    position: absolute;
    right: 1.1rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.4rem;
    border-right: 1.5px solid var(--texte-doux);
    border-bottom: 1.5px solid var(--texte-doux);
    transform: rotate(45deg);
    pointer-events: none;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.form-note { font-size: 0.85rem; color: var(--texte-doux); }
.form-note a { color: var(--texte-doux); }
.form-note a:hover { color: var(--rouille-lit); }

.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.star-input {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.3rem;
}
.star-input input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.star-input label {
    display: grid;
    place-items: center;
    color: rgba(169, 192, 204, 0.28);
    font-size: 1.6rem;
    cursor: pointer;
    transition: color 0.15s, transform 0.15s;
}
.star-input input:checked ~ label { color: var(--rouille-lit); }
.star-input:hover input ~ label { color: rgba(169, 192, 204, 0.28); }
.star-input:hover label:hover,
.star-input:hover label:hover ~ label { color: var(--rouille-lit); }
.star-input label:hover { transform: scale(1.1); }
.star-input input:focus-visible + label { outline: 2px solid var(--rouille-lit); outline-offset: 2px; border-radius: 2px; }

.alert {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding: 0.9rem 1.1rem;
    border-radius: var(--r);
    font-size: 0.95rem;
}
.alert .ico { margin-top: 0.22rem; }
.alert a { color: inherit; font-weight: 600; }
.alert-success { background: rgba(114, 141, 83, 0.14); border: 1px solid rgba(157, 190, 116, 0.4); color: #CFE4B5; }
.alert-error   { background: rgba(200, 80, 70, 0.12); border: 1px solid rgba(243, 165, 156, 0.4); color: #F6B8B0; }

/* ---------- Avis (page) ---------- */
.reviews-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: start;
}
.review-form {
    position: sticky;
    top: calc(var(--header-h) + 1.25rem);
    padding: clamp(1.75rem, 3vw, 2.5rem);
}
.review-form h2 { font-size: 1.9rem; margin-bottom: 1.4rem; }

.review-list { display: grid; gap: 0; border-top: 1px solid var(--ligne); }
.review {
    padding: 1.75rem 0;
    border-bottom: 1px solid var(--ligne);
}
.review-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.85rem;
}
.review-name { display: block; font-weight: 600; }
.review-head time { font-size: 0.85rem; color: var(--texte-doux); }
.review-text {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
    overflow-wrap: anywhere;
}
.review-reply {
    display: flex;
    gap: 0.9rem;
    margin-top: 1.1rem;
    padding: 1rem 1.1rem;
    border-left: 1px solid var(--rouille-lit);
    background: rgba(30, 45, 65, 0.45);
}
.review-reply img { width: 2.3rem; height: auto; flex: none; }
.review-reply strong { font-size: 0.88rem; color: var(--rouille-lit); font-weight: 600; }
.review-reply p { margin-top: 0.2rem; font-size: 0.95rem; color: var(--texte-doux); }
.review-admin {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed var(--ligne);
}

/* ---------- Contact ---------- */
.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(1.5rem, 5vw, 4.5rem);
    align-items: start;
}
.contact-info h2 { font-size: 1.9rem; margin-bottom: 1.5rem; }
.contact-list { list-style: none; display: grid; border-top: 1px solid var(--ligne); }
.contact-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--ligne);
}
.contact-icon {
    width: 2.75rem;
    height: 2.75rem;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--cuivre-fin);
    color: var(--rouille-lit);
}
.contact-list small { display: block; color: var(--texte-doux); font-size: 0.8rem; }
.contact-list a,
.contact-list span { font-weight: 500; color: var(--texte); text-decoration: none; overflow-wrap: anywhere; }
.contact-list a:hover { color: var(--rouille-lit); }

.contact-plaque {
    position: relative;
    width: min(220px, 60%);
    margin: 2.75rem 0 0 16px;
    padding: 6px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 40px 70px -35px rgba(0, 0, 0, 0.8);
}
.contact-plaque::before {
    content: "";
    position: absolute;
    inset: -12px;
    border: 1px solid var(--cuivre-fin);
    border-radius: 5px;
}
.contact-plaque img { display: block; width: 100%; height: auto; }

.contact-form { padding: clamp(1.75rem, 3vw, 2.75rem); }
.contact-form h2 { font-size: 1.9rem; margin-bottom: 1.4rem; }

.sent {
    display: grid;
    justify-items: center;
    gap: 1rem;
    padding: 2rem 0;
    text-align: center;
}
.sent > .ico { font-size: 2.6rem; color: var(--triskel-lit); }
.sent p { max-width: 36ch; color: var(--texte-doux); }

/* ---------- Mentions légales ---------- */
.legal { display: grid; gap: 0; max-width: 54rem; border-top: 1px solid var(--ligne); }
.legal-block { padding: clamp(1.5rem, 3vw, 2.25rem) 0; border-bottom: 1px solid var(--ligne); }
.legal-block h2 {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
    font-size: 1.7rem;
}
.legal-block h2 .ico { color: var(--rouille-lit); font-size: 0.6em; }
.legal-block p + p,
.legal-block p + ul,
.legal-block ul + p { margin-top: 0.8rem; }
.legal-block p,
.legal-block li { color: var(--texte-doux); line-height: 1.7; max-width: 70ch; }
.legal-block strong { color: var(--texte); }
.legal-block ul { padding-left: 1.2rem; }
.legal-list { display: grid; grid-template-columns: minmax(10rem, max-content) 1fr; gap: 0.55rem 1.75rem; }
.legal-list-spaced { margin-top: 1rem; }
.legal-list dt { font-weight: 500; color: var(--texte); }
.legal-list dd { margin: 0; color: var(--texte-doux); overflow-wrap: anywhere; }
.a-completer {
    padding: 0.05rem 0.45rem;
    border-radius: 2px;
    background: rgba(214, 128, 88, 0.14);
    border: 1px dashed var(--rouille-lit);
    color: var(--rouille-lit);
    font-style: normal;
    font-weight: 600;
}

/* ---------- Administration ---------- */
.admin-login {
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    place-items: center;
    padding: calc(var(--header-h) + 3rem) 1.25rem 4rem;
}
.login-card {
    width: min(440px, 100%);
    padding: clamp(2rem, 4vw, 2.75rem);
}
.login-emblem { display: block; width: 58px; height: auto; margin-bottom: 1.25rem; }
.login-card h1 { font-size: 2.1rem; }
.login-card > p { margin: 0.5rem 0 1.6rem; color: var(--texte-doux); }

.admin-alerts { padding-top: 2rem; }
.admin-alerts:empty { display: none; }

.admin-block {
    padding: clamp(1.4rem, 3vw, 2.25rem);
    border: 1px solid var(--ligne);
    border-radius: var(--r-lg);
    background: rgba(30, 45, 65, 0.35);
}
.admin-block-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.6rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid var(--ligne);
}
.admin-block-head h2 { display: flex; align-items: center; gap: 0.75rem; font-size: 1.7rem; }
.admin-block-head h2 .ico { color: var(--rouille-lit); font-size: 0.6em; }

.upload { display: grid; gap: 1rem; margin-bottom: 1.75rem; }
.upload > .btn { justify-self: start; }
.upload-meta { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 1rem; }
.upload-note { font-size: 0.86rem; color: var(--texte-doux); }
.optional { font-weight: 400; color: var(--texte-doux); }
.dropzone {
    position: relative;
    display: grid;
    gap: 0.2rem;
    padding: 1.2rem 1.25rem 1.2rem 4rem;
    border-radius: var(--r);
    border: 1px dashed rgba(169, 192, 204, 0.4);
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
}
.dropzone > .ico {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: var(--ardoise-lit);
}
.dropzone span { font-size: 0.88rem; color: var(--texte-doux); }
.dropzone input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.dropzone:hover,
.dropzone:focus-within { border-color: var(--rouille-lit); background: rgba(214, 128, 88, 0.05); }

.thumbs {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 1rem;
}
.thumb-card {
    display: grid;
    align-content: start;
    gap: 0.6rem;
    padding: 0.6rem;
    border-radius: var(--r-lg);
    border: 1px solid var(--ligne);
    background: rgba(16, 25, 37, 0.5);
}
.thumb-card.is-unsorted { border-color: var(--cuivre-fin); }
.thumb-fields { display: grid; gap: 0.5rem; }
.thumb-fields .field input,
.thumb-fields .field select { padding: 0.6rem 0.8rem; font-size: 0.9rem; }
.thumb-fields .select select { padding-right: 2.4rem; }
.thumb {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: var(--r);
    background: var(--abysse);
}
.thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb-flag {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    padding: 0.2rem 0.6rem;
    border-radius: 2px;
    background: rgba(163, 87, 63, 0.92);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
}
.thumb-delete {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 2.25rem;
    height: 2.25rem;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: var(--r);
    background: rgba(16, 25, 37, 0.85);
    color: #F6B8B0;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}
.thumb-delete:hover { background: #9A3B33; color: #fff; }
.thumbs-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.thumbs-bar p { color: var(--texte-doux); font-size: 0.92rem; }
.thumbs-bar-end { justify-content: flex-end; margin: 1.25rem 0 0; }

.admin-reviews { display: grid; gap: 1rem; }
.admin-review {
    padding: 1.25rem;
    border-radius: var(--r-lg);
    background: rgba(16, 25, 37, 0.55);
    border: 1px solid var(--ligne);
}
.admin-review .form { margin-top: 1rem; }
.admin-review-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.pass-form { max-width: 40rem; }
.pass-form > .btn { justify-self: start; }

/* =================================================================
   PIED DE PAGE
   ================================================================= */
.site-footer {
    position: relative;
    padding: 4.5rem 0 2rem;
    background: var(--abysse-2);
}
.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--bandes);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr) minmax(0, 1fr);
    gap: 2.5rem;
}
.footer-brand img { display: block; height: 54px; width: auto; }
.footer-brand p { max-width: 30rem; margin-top: 1.2rem; color: var(--texte-doux); font-size: 0.95rem; }

.socials { display: flex; gap: 0.6rem; margin-top: 1.25rem; }
.socials a {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--ligne-forte);
    color: var(--texte);
    transition: border-color 0.2s, color 0.2s;
}
.socials a:hover { border-color: var(--rouille-lit); color: var(--rouille-lit); }

.footer-title {
    margin-bottom: 1.1rem;
    font-family: var(--font-display);
    font-size: 1.35rem;
}
.footer-list { list-style: none; display: grid; gap: 0.6rem; }
.footer-list a { color: var(--texte-doux); text-decoration: none; transition: color 0.2s; }
.footer-list a:hover { color: var(--texte); }
.footer-contact li { display: flex; align-items: baseline; gap: 0.75rem; color: var(--texte-doux); overflow-wrap: anywhere; }
.footer-contact .ico { color: var(--rouille-lit); }

/* Crédit Tregor Digital */
.credit {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem 1.5rem;
    margin-top: 3.25rem;
    padding: 1.4rem 1.6rem;
    border: 1px solid var(--ligne);
    border-radius: var(--r-lg);
    background: linear-gradient(90deg, rgba(30, 45, 65, 0.55), rgba(30, 45, 65, 0.2));
}
.credit p { position: relative; padding-left: 1.4rem; color: var(--texte-doux); font-size: 0.93rem; }
.credit p::before { content: ""; position: absolute; left: 0; top: 0.75em; width: 0.8rem; height: 1px; background: var(--rouille-lit); }
.credit strong { color: var(--texte); font-weight: 600; }
.btn-credit {
    min-height: 44px;
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    color: var(--texte);
    border-color: var(--cuivre-fin);
    background: rgba(214, 128, 88, 0.06);
}
.btn-credit .ico { font-size: 0.8em; color: var(--rouille-lit); transition: transform 0.3s var(--ease); }
.btn-credit:hover { border-color: var(--rouille-lit); background: rgba(214, 128, 88, 0.14); color: #fff; }
.btn-credit:hover .ico { transform: translate(2px, -2px); }

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.75rem;
    color: var(--texte-doux);
    font-size: 0.84rem;
}
.footer-bottom a { color: var(--texte-doux); }
.footer-bottom a:hover { color: var(--rouille-lit); }
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 0.4rem 1.25rem; }

/* =================================================================
   RESPONSIVE
   ================================================================= */
@media (max-width: 1080px) {
    .hero { min-height: auto; padding: calc(var(--header-h) + 3rem) 0 4.5rem; }
    .hero-grid { grid-template-columns: 1fr; gap: 3.5rem; }
    .hero-visual { order: -1; }
    .beacon { width: clamp(170px, 38vw, 240px); }
    .hero h1 { max-width: 16ch; }
    .step { grid-template-columns: 4rem 3.25rem minmax(0, 1fr); }
    .step p { grid-column: 3; }
}

@media (max-width: 980px) {
    :root { --header-h: 70px; }
    .burger { display: inline-block; }
    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: calc(-1 * var(--gutter));
        right: calc(-1 * var(--gutter));
        padding: 0.75rem var(--gutter) 1.5rem;
        background: rgba(16, 25, 37, 0.98);
        border-bottom: 1px solid var(--ligne);
        box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.8);
    }
    .site-header.nav-open .nav { display: block; animation: menu-in 0.25s var(--ease); }
    .nav ul { flex-direction: column; gap: 0; }
    .nav a:not(.btn) { padding: 1rem 0; font-size: 1.1rem; border-bottom: 1px solid var(--ligne); }
    .nav a:not(.btn)::after { display: none; }
    .nav a[aria-current="page"] { color: var(--rouille-lit); }
    .nav-quote { display: flex; width: 100%; margin-top: 1.25rem; }

    .reviews-layout,
    .contact-layout { grid-template-columns: 1fr; }
    .review-form { position: relative; top: 0; }
    .contact-plaque { display: none; }
}

@keyframes menu-in { from { opacity: 0; transform: translateY(-6px); } }

@media (max-width: 860px) {
    .service { grid-template-columns: 1fr; gap: 1.25rem; }
    .cta-band { grid-template-columns: 1fr; }
    .reno { grid-template-columns: auto minmax(0, 1fr); }
    .reno .btn { grid-column: 1 / -1; justify-self: start; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .credit { grid-template-columns: 1fr; }
    .credit .btn-credit { justify-self: start; }
    .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
}

@media (max-width: 640px) {
    .step { grid-template-columns: 3rem minmax(0, 1fr); gap: 0.35rem 1rem; padding: 1.5rem 0; }
    .step-icon { display: none; }
    .step-num { font-size: 2rem; grid-row: span 2; }
    .step h3, .step p { grid-column: 2; }

    .mosaic { grid-auto-rows: 140px; }
    .mosaic-item:first-child { grid-row: span 1; }

    .field-row,
    .upload-meta,
    .legal-list { grid-template-columns: 1fr; }
    .legal-list dd { margin-bottom: 0.5rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero-actions .btn,
    .cta-actions .btn { flex: 1 1 100%; }
    .plaque::before { inset: -10px; }
}

@media (max-width: 560px) {
    .brand img { height: 38px; }
    .btn-call { width: 44px; padding: 0; }
    .btn-call span { display: none; }
    .review-head { flex-direction: column; gap: 0.4rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
    .beam { animation: none; transform: rotate(-32deg); }
    .lantern { animation: none; }
}

@media print {
    body::after, .site-header, .site-footer, .cta-section, .hero-visual { display: none; }
    body { background: #fff; color: #000; }
}
