/* ============ TOITURE AZUR — DA "Marine & Or brillant" ============ */
/* Tout est piloté par variables → palettes + polices interchangeables (panneau live). */

:root {
  /* --- Palette par défaut : MARINE NUIT (sombre) --- */
  --bg:        #061626;
  --bg-alt:    #0a2138;
  --card:      #0e2740;
  --card-2:    #12314f;
  --card-brd:  rgba(227,191,85,.18);
  --text:      #f4efe4;
  --text-dim:  #9fb2c5;
  --text-mut:  #6c8098;
  --hairline:  rgba(244,239,228,.12);

  /* Or brillant (métallique) */
  --gold:      #e6c866;
  --gold-deep: #b8801f;
  --gold-grad: linear-gradient(135deg, #fbefb0 0%, #e9c95e 26%, #c9962b 50%, #f4d987 60%, #b8801f 82%, #ecc95f 100%);
  --gold-grad2: linear-gradient(135deg, #fbefb0, #e6c34d 45%, #b8860b 55%, #f0d878);
  --gold-soft: rgba(230,200,102,.14);

  --accent:    #4a90c4;
  --hero-veil-1: rgba(6,22,38,.70);
  --hero-veil-2: rgba(4,14,24,.92);

  --radius: 14px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
}

/* ===================== PALETTES ===================== */
/* MARINE NUIT = défaut (ci-dessus). Les suivantes surchargent. */

:root[data-theme="azur"] {
  --bg: #071c33; --bg-alt: #0b2748; --card: #0f2e52; --card-2: #143a63;
  --accent: #56a8e0; --text-dim: #a8c2dc;
  --hero-veil-1: rgba(7,28,51,.66); --hero-veil-2: rgba(5,18,34,.92);
}
:root[data-theme="noir"] {
  --bg: #0a0b0d; --bg-alt: #121316; --card: #17181c; --card-2: #1f2024;
  --card-brd: rgba(230,200,102,.22); --text-dim: #a9a9ad; --text-mut: #6d6d72;
  --hairline: rgba(244,239,228,.1);
  --hero-veil-1: rgba(10,11,13,.66); --hero-veil-2: rgba(0,0,0,.94);
  --accent: #c9962b;
}
:root[data-theme="ardoise"] {
  --bg: #10151b; --bg-alt: #171e26; --card: #1c2530; --card-2: #24303d;
  --text-dim: #a7b3bf; --accent: #6f8ba3;
  --hero-veil-1: rgba(16,21,27,.64); --hero-veil-2: rgba(10,14,18,.92);
}
/* Option claire (marine + beaucoup de blanc) */
:root[data-theme="clair"] {
  --bg: #f7f4ec; --bg-alt: #eef0f4; --card: #ffffff; --card-2: #f4f6f9;
  --card-brd: rgba(11,39,72,.12);
  --text: #10233a; --text-dim: #46586b; --text-mut: #7787a0;
  --hairline: rgba(11,39,72,.12);
  --accent: #2f7fb8;
  --hero-veil-1: rgba(6,22,38,.55); --hero-veil-2: rgba(6,22,38,.86);
}

/* ===================== POLICES ===================== */
:root[data-font="cormorant"] { --font-display: "Cormorant Garamond", Georgia, serif; --font-body: "Jost", system-ui, sans-serif; }
:root[data-font="playfair"]  { --font-display: "Playfair Display", Georgia, serif; --font-body: "Montserrat", system-ui, sans-serif; }
:root[data-font="marcellus"] { --font-display: "Marcellus", Georgia, serif; --font-body: "Work Sans", system-ui, sans-serif; }

/* ===================== BASE ===================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  transition: background .4s ease, color .4s ease;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.ic { width: 1.1em; height: 1.1em; flex: none; }

/* Or brillant en TEXTE (dégradé clippé) */
.gold-text, h1 em, h2 em, .brand-name em, .f-brand em, .step-n {
  background: var(--gold-grad2);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .12s; } .d2 { transition-delay: .24s; } .d3 { transition-delay: .36s; } .d4 { transition-delay: .48s; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6em;
  padding: .8em 1.6em; border-radius: 999px;
  font-weight: 600; font-size: .95rem; letter-spacing: .02em;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  cursor: pointer; border: none;
}
.btn-lg { padding: 1em 2em; font-size: 1.05rem; }
.btn-gold {
  position: relative;
  background: linear-gradient(135deg, #fbefb0 0%, #ecc95f 22%, #d4a531 48%, #f4d987 60%, #c08a24 82%, #edc75d 100%);
  color: #2a1e05;
  box-shadow: 0 6px 22px rgba(201,150,43,.42), inset 0 1px 0 rgba(255,255,255,.55), inset 0 -2px 4px rgba(120,80,15,.35);
  text-shadow: 0 1px 0 rgba(255,255,255,.25);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(201,150,43,.6), inset 0 1px 0 rgba(255,255,255,.6); filter: brightness(1.05); }
.btn-ghost {
  border: 1.5px solid rgba(244,239,228,.42); color: var(--text);
  background: rgba(244,239,228,.06); backdrop-filter: blur(6px);
}
:root[data-theme="clair"] .btn-ghost { border-color: rgba(16,35,58,.28); color: var(--text); background: rgba(16,35,58,.04); }
.btn-ghost:hover { background: rgba(244,239,228,.14); transform: translateY(-2px); }

/* ---------- NAV ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; padding: 18px 0; transition: background .35s ease, padding .35s ease, box-shadow .35s ease; }
.nav.scrolled { background: color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter: blur(14px); padding: 10px 0; box-shadow: 0 2px 24px rgba(0,0,0,.35); }
.nav-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); }
.brand-mark { width: 34px; color: var(--text); }
.brand-name { font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; letter-spacing: .01em; }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a { color: color-mix(in srgb, var(--text) 85%, transparent); font-size: .92rem; font-weight: 500; letter-spacing: .03em; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1.5px; background: var(--gold); transition: width .3s ease; }
.nav-links a:hover::after { width: 100%; }
.nav-cta { font-size: .88rem; padding: .65em 1.3em; }
.nav-burger { display: none; }

/* ---------- HERO ---------- */
.hero { position: relative; min-height: min(100svh, 1080px); display: grid; place-items: center; text-align: center; color: #f4efe4; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero-veil { position: absolute; inset: 0; background:
  radial-gradient(ellipse at 50% 100%, color-mix(in srgb, var(--accent) 30%, transparent), transparent 55%),
  linear-gradient(180deg, var(--hero-veil-1), color-mix(in srgb, var(--hero-veil-2) 70%, transparent) 45%, var(--hero-veil-2)); }
.hero-content { position: relative; z-index: 2; padding: 120px 24px 80px; max-width: 900px; }
.hero-kicker { display: flex; align-items: center; justify-content: center; gap: 18px; text-transform: uppercase; letter-spacing: .32em; font-size: .78rem; font-weight: 500; color: var(--gold); }
.hero-kicker .rule { width: 56px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.hero-kicker .rule:last-child { transform: scaleX(-1); }
.hero h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.6rem, 6.4vw, 4.8rem); line-height: 1.08; margin: 26px 0 22px; letter-spacing: -.01em; }
.hero-sub { font-size: clamp(1rem, 1.6vw, 1.18rem); color: rgba(244,239,228,.85); font-weight: 300; }
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }
.hero-badges { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 46px; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(244,239,228,.66); }
.hero-badges i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.hero-scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 2; width: 26px; height: 44px; border: 1.5px solid rgba(244,239,228,.4); border-radius: 999px; }
.hero-scroll span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--gold); animation: scrollHint 1.8s ease-in-out infinite; }
@keyframes scrollHint { 0%,100% { transform: translateY(0); opacity: 1; } 60% { transform: translateY(14px); opacity: 0; } }

/* ---------- SECTIONS ---------- */
.section { padding: 110px 0; background: var(--bg); color: var(--text); transition: background .4s ease; }
.section-dark { background: var(--bg-alt); }
.eyebrow { text-transform: uppercase; letter-spacing: .3em; font-size: .76rem; font-weight: 600; color: var(--gold); margin-bottom: 14px; }
h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.12; margin-bottom: 18px; }
.section-intro { max-width: 640px; color: var(--text-dim); margin-bottom: 42px; }
.note { margin-top: 26px; font-size: .82rem; color: var(--text-mut); font-style: italic; }

/* ---------- AVANT / APRES ---------- */
.ba { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 9; box-shadow: 0 30px 80px rgba(0,0,0,.4); user-select: none; touch-action: none; cursor: ew-resize; }
.ba img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-after { position: absolute; inset: 0; }
.ba-before { position: absolute; inset: 0; overflow: hidden; width: 50%; }
.ba-before img { width: 100%; height: 100%; filter: sepia(.55) saturate(.55) brightness(.72) contrast(.92); }
.ba-before::after { content: ""; position: absolute; inset: 0; background: rgba(40,60,30,.18); mix-blend-mode: multiply; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 3; transform: translateX(-50%); display: grid; place-items: center; pointer-events: none; }
.ba-line { position: absolute; top: 0; bottom: 0; width: 2px; background: #f4efe4; box-shadow: 0 0 12px rgba(0,0,0,.4); }
.ba-knob { position: relative; width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg,#fbefb0,#e6c34d 50%,#b8860b); color: #2a1e05; display: grid; place-items: center; box-shadow: 0 6px 20px rgba(0,0,0,.4); }
.ba-knob svg { width: 24px; height: 24px; }
.ba-tag { position: absolute; top: 18px; z-index: 2; padding: .35em 1em; border-radius: 999px; font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; background: rgba(5,14,26,.65); color: #f4efe4; backdrop-filter: blur(6px); }
.ba-tag-l { left: 18px; } .ba-tag-r { right: 18px; }

/* ---------- CARROUSEL AVANT / APRES ---------- */
.ba-carousel { position: relative; margin-top: 8px; }
.ba-viewport { overflow: hidden; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.ba-track { display: flex; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.ba-slide { min-width: 100%; }
.ba-cap { position: absolute; left: 18px; bottom: 18px; z-index: 2; padding: .4em 1em; border-radius: 999px; font-size: .8rem; font-weight: 600; letter-spacing: .03em; background: rgba(5,14,26,.7); color: #f4efe4; backdrop-filter: blur(6px); }
.ba-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer; display: grid; place-items: center; background: color-mix(in srgb, var(--bg) 72%, transparent); color: var(--text); backdrop-filter: blur(8px); box-shadow: 0 4px 16px rgba(0,0,0,.35); transition: background .25s ease, transform .25s ease; }
.ba-nav:hover { background: var(--gold); color: #2a1e05; }
.ba-nav svg { width: 22px; height: 22px; }
.ba-prev { left: 14px; } .ba-next { right: 14px; }
.ba-dots { display: flex; gap: 9px; justify-content: center; margin-top: 20px; }
.ba-dots button { width: 9px; height: 9px; border-radius: 50%; border: none; cursor: pointer; padding: 0; background: color-mix(in srgb, var(--text) 28%, transparent); transition: background .25s, width .25s; }
.ba-dots button.active { width: 26px; border-radius: 6px; background: var(--gold); }

/* ---------- GALERIE ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.g-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: 0 16px 44px rgba(0,0,0,.4); }
.g-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.g-card:hover img { transform: scale(1.06); }
.g-card figcaption { position: absolute; inset: auto 0 0 0; padding: 40px 20px 18px; background: linear-gradient(180deg, transparent, rgba(4,14,24,.9)); font-size: .8rem; color: rgba(244,239,228,.72); letter-spacing: .04em; }
.g-card figcaption span { display: block; font-family: var(--font-display); font-size: 1.05rem; color: #f4efe4; letter-spacing: 0; }

/* ---------- SERVICES ---------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.sv { background: var(--card); border: 1px solid var(--card-brd); border-radius: var(--radius); padding: 34px 28px; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.sv:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(0,0,0,.35); border-color: color-mix(in srgb, var(--gold) 55%, transparent); }
.sv-ic { width: 52px; height: 52px; color: var(--gold); margin-bottom: 18px; }
.sv h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.25rem; margin-bottom: 8px; color: var(--text); }
.sv p { font-size: .92rem; color: var(--text-dim); }

/* ---------- PROCESS ---------- */
.section-process { padding: 90px 0; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.steps li { position: relative; padding: 30px 26px 26px; border: 1px solid var(--card-brd); border-radius: var(--radius); background: var(--card); }
.step-n { display: inline-block; font-family: var(--font-display); font-size: 2.4rem; font-weight: 600; margin-bottom: 10px; }
.steps h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.2rem; margin-bottom: 6px; color: var(--text); }
.steps p { font-size: .9rem; color: var(--text-dim); }

/* ---------- SEO LOCAL ---------- */
.section-seo { padding: 80px 0; background: var(--bg-alt); }
.section-seo h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); }
.seo-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 22px; }
.seo-cols p { font-size: .92rem; color: var(--text-dim); }
.seo-cols strong { color: var(--text); font-weight: 600; }

/* ---------- CONTACT ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-tel { display: inline-flex; align-items: center; gap: 14px; margin: 18px 0 6px; font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--text); }
.contact-tel .ic { color: var(--gold); width: 1em; height: 1em; }
.contact-tel:hover { color: var(--gold); }
.contact-mail { color: var(--text-dim); margin-bottom: 26px; }
.zone h4 { font-family: var(--font-display); font-weight: 500; font-size: 1.1rem; margin-bottom: 6px; color: var(--text); }
.zone p { font-size: .92rem; color: var(--text-dim); }
.contact-form { background: var(--card); border: 1px solid var(--card-brd); border-radius: var(--radius); padding: 36px; box-shadow: 0 24px 60px rgba(0,0,0,.28); display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 6px; font-size: .85rem; font-weight: 600; letter-spacing: .04em; color: var(--text-dim); }
.contact-form input, .contact-form textarea { font: inherit; padding: .8em 1em; border: 1.5px solid var(--card-brd); border-radius: 10px; background: var(--card-2); color: var(--text); transition: border-color .25s ease; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--text-mut); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); }
.form-ok { display: none; color: #6fce7e; font-weight: 600; font-size: .9rem; }
.form-ok.show { display: block; }

/* ---------- FOOTER ---------- */
.footer { background: #04101d; color: rgba(244,239,228,.75); padding: 60px 0 0; }
:root[data-theme="clair"] .footer { background: #0a2138; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-bottom: 40px; }
.f-brand { font-size: 1.5rem; color: #f4efe4; }
.f-sub { font-size: .84rem; color: rgba(244,239,228,.45); margin-top: 4px; }
.f-links { display: flex; gap: 22px; font-size: .88rem; }
.f-links a { color: rgba(244,239,228,.75); }
.f-links a:hover { color: var(--gold); }
.f-social { display: flex; gap: 14px; }
.f-social a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(244,239,228,.2); border-radius: 50%; color: rgba(244,239,228,.75); transition: border-color .3s, color .3s; }
.f-social a:hover { border-color: var(--gold); color: var(--gold); }
.f-social svg { width: 18px; height: 18px; }
.f-legal { border-top: 1px solid rgba(244,239,228,.1); padding: 18px 24px 22px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; max-width: 1160px; margin: 0 auto; font-size: .78rem; color: rgba(244,239,228,.4); }
.f-credit { font-size: 10px; color: rgba(244,239,228,.22); }
.f-credit a { text-decoration: underline; transition: color .3s; }
.f-credit a:hover { color: var(--gold); }

/* ---------- FAB appel mobile ---------- */
.fab-call { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; display: none; place-items: center; background: linear-gradient(135deg,#fbefb0,#e6c34d 50%,#b8860b); color: #2a1e05; box-shadow: 0 10px 30px rgba(201,150,43,.5); animation: fabPulse 2.4s ease-in-out infinite; }
.fab-call svg { width: 26px; height: 26px; }
@keyframes fabPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.07); } }

/* ===================== PANNEAU PERSONNALISATION (temporaire) ===================== */
.cz-toggle { position: fixed; left: 18px; bottom: 18px; z-index: 70; width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--card-brd); background: linear-gradient(135deg,#fbefb0,#e6c34d 50%,#b8860b); color: #2a1e05; display: grid; place-items: center; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.cz-toggle { gap: 0; padding: 0; }
.cz-toggle svg { width: 24px; height: 24px; }
.cz-toggle-label { position: absolute; left: 62px; white-space: nowrap; background: var(--card); color: var(--text); border: 1px solid var(--card-brd); padding: 5px 11px; border-radius: 8px; font-size: .78rem; font-weight: 600; box-shadow: 0 6px 18px rgba(0,0,0,.35); pointer-events: none; }
@media (max-width: 640px) { .cz-toggle-label { display: none; } }
.cz-panel { position: fixed; left: 18px; bottom: 84px; z-index: 70; width: 300px; max-width: calc(100vw - 36px); background: var(--card); border: 1px solid var(--card-brd); border-radius: 16px; padding: 20px; box-shadow: 0 24px 60px rgba(0,0,0,.5); color: var(--text); transform: translateY(12px) scale(.96); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.cz-panel.open { opacity: 1; transform: none; pointer-events: auto; }
.cz-panel h4 { font-family: var(--font-display); font-weight: 500; font-size: 1.05rem; margin-bottom: 4px; }
.cz-panel .cz-hint { font-size: .72rem; color: var(--text-mut); margin-bottom: 16px; }
.cz-label { font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; color: var(--text-dim); margin: 14px 0 8px; }
.cz-swatches { display: flex; gap: 10px; flex-wrap: wrap; }
.cz-sw { width: 40px; height: 40px; border-radius: 10px; cursor: pointer; border: 2px solid transparent; position: relative; overflow: hidden; }
.cz-sw.active { border-color: var(--gold); }
.cz-sw span { position: absolute; inset: auto 0 0 0; height: 40%; background: linear-gradient(135deg,#fbefb0,#e6c34d 50%,#b8860b); }
.cz-fonts { display: grid; gap: 8px; }
.cz-font { text-align: left; padding: 9px 12px; border-radius: 9px; border: 1px solid var(--card-brd); background: var(--card-2); color: var(--text); cursor: pointer; font-size: .9rem; transition: border-color .2s; }
.cz-font.active { border-color: var(--gold); }
.cz-font small { color: var(--text-mut); font-size: .72rem; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-bg img { animation: none; transform: none; }
  .fab-call, .hero-scroll span { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .gallery { grid-template-columns: 1fr 1fr; }
  .services { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .seo-cols { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 640px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: block; margin-left: auto; background: none; border: none; }
  .nav-burger span { display: block; width: 24px; height: 2px; background: var(--text); margin: 6px 0; border-radius: 2px; }
  .section { padding: 72px 0; }
  .gallery { grid-template-columns: 1fr; }
  .services { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 20px; }
  .fab-call { display: grid; }
  .hero-badges { gap: 10px; font-size: .72rem; }
  .cz-toggle { width: 46px; height: 46px; }
}
