/* ═══════════════════════════════════════════════════════════════
   DEB AZUR — Entreprise multi-corps · Nice
   MARQUE CLAIR : pierre + espresso + cuivre oxydé
   Archivo Black (display) + Work Sans (body + UI + specs)
   ═══════════════════════════════════════════════════════════════ */

/* ── Tokens ── */
:root {
  --stone: #E8E8E5;
  --stone-2: #DCDCD7;
  --stone-3: #C9C9C2;
  --stone-4: #B5B5AE;
  --azur-haze: #DAE3EA;       /* ciel hazy Méditerranée — section d'accent lumineuse */
  --azur-pale: #C8D4DE;       /* mer en bord de Cap — accents plus profonds */
  --azur-deep: #5E7A92;       /* bleu Côte d'Azur profond — texte d'accent */
  --graphite: #0E0C0A;
  --graphite-2: #1A1815;
  --graphite-3: #2E2A24;
  --graphite-mute: #5E5750;
  --graphite-light: #7A7269;
  --copper: #9B5E29;
  --copper-deep: #6E4118;
  --copper-bright: #B47436;
  --white: #FFFFFF;
  --line: rgba(14, 12, 10, 0.12);
  --line-strong: rgba(14, 12, 10, 0.22);
  --line-light: rgba(14, 12, 10, 0.06);
  --line-on-dark: rgba(232, 232, 229, 0.14);
  --line-azur: rgba(94, 122, 146, 0.22);

  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;

  --shadow-plate: 0 24px 60px -28px rgba(14, 12, 10, 0.5), inset 0 1px 0 rgba(255,255,255,0.6);
  --shadow-card: 0 12px 32px -18px rgba(14, 12, 10, 0.18);
  --shadow-card-hover: 0 22px 50px -22px rgba(14, 12, 10, 0.28);
  --shadow-inset-top-light: inset 0 1px 0 rgba(255, 255, 255, 0.55);

  --ease-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast: 200ms var(--ease-out);
  --t-mid: 360ms var(--ease-soft);
  --t-slow: 600ms var(--ease-soft);

  --container: 1280px;
  --container-px: clamp(20px, 4vw, 56px);

  --fs-display: clamp(40px, 6vw, 96px);
  --fs-h1: clamp(36px, 5vw, 80px);
  --fs-h2: clamp(26px, 2.8vw, 44px);
  --fs-h3: clamp(18px, 1.4vw, 24px);
  --fs-h4: clamp(16px, 1.1vw, 19px);
  --fs-body: clamp(15.5px, 1vw, 17px);
  --fs-small: 13.5px;
  --fs-eyebrow: 11px;
}

/* ── Reset & base ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Work Sans', system-ui, -apple-system, sans-serif;
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--graphite);
  background: var(--stone);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture, video { display: block; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
input, textarea, select { font: inherit; }
::selection { background: var(--copper); color: var(--stone); }

/* ── Utility — container ── */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--container-px);
  padding-right: var(--container-px);
}

/* ── Typography ── */
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 900;
  color: inherit;
  font-family: 'Archivo Black', 'Arial Black', sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  line-height: 0.96;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 {
  font-size: var(--fs-h3);
  font-family: 'Archivo Black', sans-serif;
  letter-spacing: -0.005em;
  line-height: 1.1;
}
h4 {
  font-size: var(--fs-h4);
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
p { margin: 0; }
p + p { margin-top: 1.2em; }

.display {
  font-family: 'Archivo Black', 'Arial Black', sans-serif;
  font-weight: 900;
  font-size: var(--fs-display);
  line-height: 0.94;
  letter-spacing: -0.018em;
  text-transform: uppercase;
}
.display .copper { color: var(--copper); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: var(--fs-eyebrow);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper);
  white-space: nowrap;
}
.eyebrow .ey-num {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  color: var(--graphite-mute);
  letter-spacing: 0.06em;
}
.eyebrow .ey-sep { color: var(--graphite-light); font-weight: 400; }

.dark .eyebrow { color: var(--copper-bright); }
.dark .eyebrow .ey-num { color: var(--stone-3); }

.crest {
  font-family: 'Playfair Display SC', Georgia, serif;
  font-weight: 400;
  color: var(--copper);
  letter-spacing: 0.04em;
}

.specs {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.text-lead {
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.6;
  color: var(--graphite-mute);
  max-width: 56ch;
  font-weight: 400;
}
.dark .text-lead { color: var(--graphite-mute); }
.section.dark .eyebrow { color: var(--copper); }
.section.dark .checklist li { color: var(--graphite); }
.section.dark .checklist li::before { background: var(--copper); }
.section.dark .btn-link { color: var(--copper); border-bottom-color: var(--line); }
.section.dark .btn-link:hover { color: var(--copper-deep); border-bottom-color: var(--copper); }
.section.dark .btn-ghost { color: var(--graphite); border-color: var(--graphite); }
.section.dark .btn-ghost:hover { background: var(--graphite); color: var(--stone); }
.section.dark .zone-city { color: var(--graphite); border-color: var(--line-azur); }
.section.dark .zone-city:hover { background: var(--copper); color: var(--stone); border-color: var(--copper); }

.text-mute { color: var(--graphite-mute); }
.dark .text-mute { color: var(--stone-3); }

/* ── Sections ── */
.section {
  padding-top: clamp(72px, 10vw, 144px);
  padding-bottom: clamp(72px, 10vw, 144px);
  position: relative;
}
.section.section-tight {
  padding-top: clamp(48px, 7vw, 96px);
  padding-bottom: clamp(48px, 7vw, 96px);
}
.section.dark {
  background: var(--azur-haze);
  color: var(--graphite);
}
.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4 { color: var(--graphite); }
.section.dark .text-mute, .section.dark .text-lead { color: var(--graphite-mute); }
.section.dark p { color: var(--graphite-mute); }
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(40px, 6vw, 72px);
  flex-wrap: wrap;
}
.section-head .head-left { max-width: 64ch; }
.section-head .eyebrow { margin-bottom: 20px; }

/* ── Topbar ── */
.topbar {
  background: var(--graphite);
  color: var(--stone-3);
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 10px var(--container-px);
  text-align: center;
}
.topbar a { color: var(--stone); border-bottom: 1px solid var(--copper); padding-bottom: 1px; transition: color var(--t-fast); }
.topbar a:hover { color: var(--copper-bright); }
.topbar strong { color: var(--copper-bright); font-weight: 600; }
.topbar .dot { display: inline-block; margin: 0 12px; color: var(--copper); }

/* ── Navbar ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(232, 232, 229, 0.92);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--line);
  transition: background var(--t-mid);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 32px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  color: var(--graphite);
  position: relative;
  padding-left: 14px;
}
.brand::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: var(--copper);
  border-radius: 0;
}
.brand-name {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.012em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--graphite);
}
.brand-sub {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.005em;
  color: var(--graphite-mute);
  font-weight: 500;
  text-transform: none;
  line-height: 1.2;
}
.footer-brand .brand { color: var(--stone); }
.footer-brand .brand-name { color: var(--stone); }
.footer-brand .brand-sub { color: var(--stone-3); }
.footer-brand .brand::before { background: var(--copper-bright); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-link {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--graphite);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color var(--t-fast);
  position: relative;
  padding: 4px 0;
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-mid);
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link:hover, .nav-link.active { color: var(--copper); }

.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: var(--radius-sm);
}
.hamburger span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--graphite);
  transition: transform var(--t-mid), opacity var(--t-fast);
}
.hamburger span:nth-child(1) { top: 17px; }
.hamburger span:nth-child(2) { top: 21px; }
.hamburger span:nth-child(3) { top: 25px; }
.hamburger.open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius-xs);
  transition: background var(--t-fast), color var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast);
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--copper);
  color: var(--stone);
  box-shadow: 0 12px 28px -14px rgba(155, 94, 41, 0.6);
}
.btn-primary:hover {
  background: var(--copper-deep);
  transform: translateY(-1px);
  box-shadow: 0 16px 32px -14px rgba(155, 94, 41, 0.7);
}
.btn-primary:active { transform: scale(0.99); }
.btn-primary .arrow {
  display: inline-block;
  transition: transform var(--t-fast);
}
.btn-primary:hover .arrow { transform: translateX(3px); }

.btn-ghost {
  background: transparent;
  color: var(--graphite);
  border: 1px solid var(--graphite);
}
.dark .btn-ghost { color: var(--stone); border-color: var(--stone); }
.btn-ghost:hover {
  background: var(--graphite);
  color: var(--stone);
}
.dark .btn-ghost:hover { background: var(--stone); color: var(--graphite); }

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--copper);
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 4px;
  transition: gap var(--t-fast), color var(--t-fast), border-color var(--t-fast);
  text-transform: uppercase;
}
.dark .btn-link { color: var(--copper-bright); border-bottom-color: var(--line-on-dark); }
.btn-link:hover { gap: 16px; color: var(--copper-deep); }
.dark .btn-link:hover { color: var(--copper-bright); border-bottom-color: var(--copper-bright); }

/* ── Hero CINEMATIC FULL-BLEED (Variante A) ── */
.hero {
  position: relative;
  min-height: clamp(560px, 78vh, 760px);
  background: var(--graphite-2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: contrast(1.06) saturate(0.95);
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg,
    rgba(14, 12, 10, 0.88) 0%,
    rgba(14, 12, 10, 0.62) 45%,
    rgba(14, 12, 10, 0.28) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(80px, 12vw, 140px);
  padding-bottom: clamp(40px, 5vw, 72px);
  color: var(--stone);
  max-width: 900px;
}
.hero-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper-bright);
  margin-bottom: 28px;
}
.hero-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(38px, 5.5vw, 80px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 28px;
  color: var(--stone);
  max-width: 18ch;
}
.hero-title .accent { color: var(--copper-bright); }
.hero-lead {
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.55;
  color: rgba(232, 232, 229, 0.88);
  max-width: 56ch;
  margin: 0 0 36px;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px var(--container-px);
  margin-top: auto;
  border-top: 1px solid rgba(232, 232, 229, 0.18);
  background: rgba(14, 12, 10, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 500;
  color: rgba(232, 232, 229, 0.85);
  letter-spacing: 0;
}
.hero-footer a { color: var(--copper-bright); }
.hero-footer a:hover { color: var(--stone); }

/* Btn ghost on dark cinematic hero */
.btn-ghost.on-dark { color: var(--stone); border-color: var(--stone); }
.btn-ghost.on-dark:hover { background: var(--stone); color: var(--graphite); }

/* keep navbar visible on top of hero (transparent variant) */
.hero ~ * { position: relative; }

/* dead styles kept for legacy compatibility — not used on home anymore */
.hero-visual-label::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 1px;
  background: var(--copper-bright);
  margin-right: 12px;
}

/* ── Quatre métiers — 4 colonnes ── */
.metiers {
  background: var(--stone-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.metiers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.metier {
  padding: clamp(28px, 3vw, 48px);
  border-right: 1px solid var(--line);
  transition: background var(--t-fast);
}
.metier:last-child { border-right: none; }
.metier:hover { background: var(--stone); }
.metier .m-num {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--copper);
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 24px;
}
.metier .m-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  color: var(--graphite);
  stroke-width: 1.4;
}
.metier .m-icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; }
.metier h3 {
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: -0.005em;
  margin-bottom: 12px;
}
.metier p {
  font-size: 14.5px;
  color: var(--graphite-mute);
  line-height: 1.55;
  margin-bottom: 20px;
}
.metier .m-link {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--copper);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap var(--t-fast);
}
.metier .m-link:hover { gap: 14px; }
.metier .m-link::after { content: '→'; font-size: 14px; }

/* ── Fiches services (cartes pleine page) ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.fiche {
  background: var(--stone);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0;
  display: flex;
  flex-direction: column;
  transition: transform var(--t-mid), border-color var(--t-mid), box-shadow var(--t-mid);
  overflow: hidden;
  position: relative;
}
.dark .fiche { background: var(--stone); border-color: var(--line); }
.fiche:hover {
  transform: translateY(-4px);
  border-color: var(--graphite-mute);
  box-shadow: var(--shadow-card-hover);
}
.section.dark .fiche:hover { border-color: var(--copper); }

.fiche-img {
  aspect-ratio: 16 / 10;
  background: var(--stone-2);
  overflow: hidden;
  position: relative;
}
.fiche-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow);
}
.fiche:hover .fiche-img img { transform: scale(1.03); }
.fiche-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(14, 12, 10, 0.18));
  pointer-events: none;
}
.fiche-body {
  padding: clamp(20px, 2vw, 32px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.fiche-num {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--copper);
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.fiche h3 {
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
  font-size: clamp(20px, 1.6vw, 26px);
  letter-spacing: -0.005em;
  margin-bottom: 12px;
  line-height: 1.05;
}
.fiche p {
  font-size: 15px;
  color: var(--graphite-mute);
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}
.dark .fiche p { color: var(--graphite-mute); }
.fiche-cta {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
  transition: gap var(--t-fast), border-color var(--t-fast);
}
.dark .fiche-cta { border-bottom-color: var(--line); }
.fiche-cta:hover { gap: 16px; border-color: var(--copper); }
.fiche-cta::after { content: '→'; font-size: 14px; }

/* ── Stats row ── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.dark .stats-row { border-color: var(--line-azur); }
.stat {
  padding: clamp(28px, 3vw, 48px) clamp(20px, 2vw, 32px);
  border-right: 1px solid var(--line);
}
.dark .stat { border-color: var(--line-azur); }
.stat:last-child { border-right: none; }
.stat-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.95;
  color: var(--graphite);
  letter-spacing: -0.018em;
}
.dark .stat-num { color: var(--graphite); }
.stat-num .unit {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.32em;
  color: var(--copper);
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 6px;
  vertical-align: super;
}
.dark .stat-num .unit { color: var(--copper); }
.stat-label {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--graphite-mute);
  margin-top: 16px;
}
.dark .stat-label { color: var(--graphite-mute); }

/* ── Avant/après slider ── */
.compare {
  position: relative;
  width: 100%;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--graphite-2);
  user-select: none;
  cursor: ew-resize;
  border: 1px solid var(--line);
}
.compare-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.compare-after-wrap {
  position: absolute; inset: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}
.compare-handle {
  position: absolute;
  top: 0; bottom: 0;
  width: 2px;
  background: var(--copper);
  transform: translateX(-50%);
  z-index: 2;
}
.compare-handle::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px;
  border-radius: var(--radius-pill);
  background: var(--copper);
  box-shadow: 0 8px 24px -8px rgba(155, 94, 41, 0.55);
}
.compare-handle::after {
  content: '⇆';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: var(--stone);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -2px;
  z-index: 1;
}
.compare-label {
  position: absolute;
  top: 18px;
  z-index: 3;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stone);
  background: rgba(14, 12, 10, 0.7);
  backdrop-filter: blur(8px);
  padding: 7px 14px;
  border-radius: var(--radius-xs);
  pointer-events: none;
}
.compare-label.left { left: 18px; }
.compare-label.right { right: 18px; }

/* ── Process timeline ── */
.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-step {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: start;
  gap: clamp(20px, 3vw, 56px);
  padding: clamp(24px, 3vw, 40px) 0;
  border-bottom: 1px solid var(--line);
}
.dark .process-step { border-color: var(--line-azur); }
.process-step:last-child { border-bottom: none; }
.process-num {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 1.8vw, 28px);
  color: var(--copper);
  line-height: 1;
}
.process-content h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(20px, 1.7vw, 26px);
  letter-spacing: -0.005em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.process-content p {
  color: var(--graphite-mute);
  max-width: 60ch;
  font-size: 15.5px;
  line-height: 1.6;
}
.dark .process-content p { color: var(--graphite-mute); }
.process-tag {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--graphite-light);
  white-space: nowrap;
  margin-top: 6px;
}
.dark .process-tag { color: var(--graphite-light); }

/* ── PLAQUE ÉMAILLÉE — Plaque noire d'enseigne sur mur clair ensoleillé ── */
.signature-plate {
  background: var(--azur-pale);
  padding: clamp(80px, 12vw, 160px) var(--container-px);
  position: relative;
  overflow: hidden;
}
.signature-plate::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 50% 60% at 70% 30%, rgba(255, 255, 255, 0.4), transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 90%, rgba(180, 116, 54, 0.06), transparent 60%);
  pointer-events: none;
}
.plate {
  max-width: 760px;
  margin: 0 auto;
  background: var(--graphite-2);
  padding: clamp(36px, 5vw, 64px) clamp(28px, 4vw, 56px);
  border-radius: var(--radius-sm);
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-plate);
  border: 1px solid var(--copper-deep);
}
.plate-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(36px, 5.5vw, 68px);
  line-height: 0.96;
  letter-spacing: -0.018em;
  text-align: center;
  color: var(--stone);
  margin-bottom: 18px;
  text-transform: uppercase;
}
.plate-rule {
  height: 1px;
  background: var(--copper-bright);
  width: 64px;
  margin: 0 auto 18px;
  opacity: 0.85;
}
.plate-sub {
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--stone-3);
}
.plate-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(180, 116, 54, 0.35);
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--stone-3);
}

/* ── Testimonials — bento featured + 2 stacked (21st.dev pattern) ── */
.testimonials-bento {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}
.t-card {
  background: var(--stone);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: clamp(24px, 2.4vw, 36px);
  display: flex;
  flex-direction: column;
  transition: transform var(--t-mid), border-color var(--t-mid), box-shadow var(--t-mid);
  position: relative;
}
.t-card:hover {
  transform: translateY(-3px);
  border-color: var(--copper);
  box-shadow: var(--shadow-card);
}
.t-featured {
  grid-row: span 2;
  background: var(--graphite-2);
  border-color: rgba(155, 94, 41, 0.3);
  padding: clamp(36px, 4vw, 56px);
  position: relative;
  overflow: hidden;
}
.t-featured::before {
  content: '“';
  position: absolute;
  top: -30px;
  right: 24px;
  font-family: 'Archivo Black', serif;
  font-size: 240px;
  line-height: 1;
  color: var(--copper);
  opacity: 0.18;
  pointer-events: none;
}
.t-stars {
  color: var(--copper);
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.t-featured .t-stars { color: var(--copper-bright); margin-bottom: 28px; }
.t-quote, .t-quote-large {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: var(--graphite);
  flex-grow: 1;
  margin: 0;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.t-quote {
  font-size: 15.5px;
  line-height: 1.6;
}
.t-quote-large {
  font-size: clamp(19px, 1.6vw, 26px);
  line-height: 1.5;
  letter-spacing: -0.005em;
  color: var(--stone);
}
.t-quote-large .t-highlight {
  color: var(--copper-bright);
  font-weight: 600;
}
.t-foot {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.t-featured .t-foot {
  border-top-color: rgba(232, 232, 229, 0.18);
  margin-top: 36px;
  padding-top: 24px;
}
.t-author .t-name {
  font-family: 'Archivo Black', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--graphite);
  line-height: 1.2;
}
.t-featured .t-author .t-name { color: var(--stone); font-size: 16px; }
.t-author .t-place {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  color: var(--graphite-mute);
  margin-top: 4px;
  font-weight: 500;
}
.t-featured .t-author .t-place { color: var(--stone-3); font-size: 13px; }
.t-tag {
  font-family: 'Work Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper);
  padding: 5px 10px;
  border: 1px solid rgba(155, 94, 41, 0.4);
  border-radius: 999px;
  white-space: nowrap;
}
.t-featured .t-tag {
  color: var(--copper-bright);
  border-color: rgba(180, 116, 54, 0.5);
  background: rgba(180, 116, 54, 0.08);
}

@media (max-width: 880px) {
  .testimonials-bento { grid-template-columns: 1fr; grid-template-rows: auto; }
  .t-featured { grid-row: auto; }
}

/* Legacy testimonials (kept for safety) */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  background: var(--stone);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: clamp(24px, 2.4vw, 36px);
  display: flex;
  flex-direction: column;
  transition: transform var(--t-mid), box-shadow var(--t-mid);
}
.dark .testimonial { background: var(--stone); border-color: var(--line); }
.testimonial:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.testimonial-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--graphite-mute);
}
.dark .testimonial-head { border-bottom-color: var(--line); color: var(--graphite-light); }
.testimonial-head .stars { color: var(--copper); font-size: 14px; letter-spacing: 4px; }
.testimonial-quote {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(15.5px, 1.1vw, 17px);
  line-height: 1.55;
  color: var(--graphite);
  flex-grow: 1;
}
.dark .testimonial-quote { color: var(--graphite); }
.testimonial-foot {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.dark .testimonial-foot { border-top-color: var(--line); }
.testimonial-foot .name {
  font-family: 'Archivo Black', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--graphite);
}
.dark .testimonial-foot .name { color: var(--graphite); }
.testimonial-foot .place {
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--graphite-mute);
  margin-top: 4px;
}
.dark .testimonial-foot .place { color: var(--graphite-light); }

/* ── Zone d'intervention ── */
.zone-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.zone-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.zone-city {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius-xs);
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  color: var(--graphite);
  letter-spacing: 0.01em;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
}
.dark .zone-city.zone-city-dark { color: var(--graphite); border-color: var(--line-azur); }
.zone-city:hover {
  background: var(--copper);
  color: var(--stone);
  border-color: var(--copper);
}

/* ── Form (contact) ── */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
}
.form-card {
  background: var(--stone);
  padding: clamp(28px, 3vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.form-card h2 { margin-bottom: 8px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-row.full { grid-template-columns: 1fr; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field label {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--graphite-mute);
}
.form-field input, .form-field textarea, .form-field select {
  padding: 14px 16px;
  border: 1px solid var(--line-strong);
  background: var(--white);
  border-radius: var(--radius-xs);
  color: var(--graphite);
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none;
  border-color: var(--copper);
  box-shadow: 0 0 0 3px rgba(155, 94, 41, 0.16);
}
.form-field textarea { resize: vertical; min-height: 140px; }
.form-actions { margin-top: 24px; }

.form-aside {
  position: sticky;
  top: 96px;
}
.form-aside .ctc-block {
  padding: clamp(24px, 2.4vw, 36px);
  border-top: 1px solid var(--line);
}
.form-aside .ctc-block:last-child { border-bottom: 1px solid var(--line); }
.form-aside .ctc-block .lbl {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 8px;
}
.form-aside .ctc-block .val {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(20px, 1.6vw, 26px);
  letter-spacing: -0.005em;
  color: var(--graphite);
  text-transform: uppercase;
  line-height: 1.2;
}
.form-aside .ctc-block .val a:hover { color: var(--copper); }
.form-aside .ctc-block .val-sub {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--graphite-mute);
  text-transform: none;
  letter-spacing: 0;
  margin-top: 6px;
}

/* ── Footer ── */
.footer {
  background: var(--graphite);
  color: var(--stone-3);
  padding-top: clamp(80px, 10vw, 140px);
  padding-bottom: 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  margin-bottom: 72px;
}
.footer-brand .brand { margin-bottom: 24px; }
.footer-brand p { font-size: 14px; color: var(--stone-3); line-height: 1.65; max-width: 36ch; margin-top: 6px; }
.footer-col h4 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--copper-bright);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  font-size: 14px;
  color: var(--stone-3);
  transition: color var(--t-fast);
}
.footer-col a:hover { color: var(--copper-bright); }
.footer-bottom {
  border-top: 1px solid var(--line-on-dark);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone-4);
}
.footer-bottom .legal-links { display: flex; gap: 24px; }
.footer-bottom a:hover { color: var(--copper-bright); }

/* ── Reveal animation ── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms var(--ease-soft), transform 600ms var(--ease-soft);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Page header (pages internes) ── */
.page-head {
  background-color: var(--azur-haze);
  background-size: cover;
  background-position: center;
  color: var(--graphite);
  padding: clamp(80px, 10vw, 130px) 0 clamp(60px, 8vw, 100px);
  border-bottom: 1px solid var(--line-azur);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.page-head::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg,
      rgba(232, 232, 229, 0.95) 0%,
      rgba(232, 232, 229, 0.88) 40%,
      rgba(218, 227, 234, 0.78) 70%,
      rgba(200, 212, 222, 0.62) 100%);
  z-index: 0;
  pointer-events: none;
}
.page-head::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(270deg, rgba(14, 12, 10, 0.0) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.page-head .container {
  position: relative;
  z-index: 2;
}
.page-head .crest {
  font-family: 'Playfair Display SC', serif;
  font-size: 16px;
  color: var(--copper);
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 16px;
}
.page-head h1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(44px, 6.2vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.022em;
  max-width: 18ch;
  margin: 24px 0 28px;
  text-transform: uppercase;
  color: var(--graphite);
}
.page-head h1 .copper { color: var(--copper); }
.page-head p { color: var(--graphite-mute); font-size: clamp(17px, 1.2vw, 19px); max-width: 56ch; line-height: 1.6; }
.page-head-meta {
  display: flex;
  gap: 40px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line-azur);
  flex-wrap: wrap;
}
.page-head-meta-item .label {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--graphite-light);
  margin-bottom: 8px;
}
.page-head-meta-item .value {
  font-family: 'Archivo Black', sans-serif;
  font-size: 17px;
  color: var(--graphite);
  text-transform: uppercase;
  letter-spacing: -0.005em;
}

/* ── Two-col content ── */
.split-content {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.split-content.reverse > :first-child { order: 2; }
.split-content .split-text h2 { margin-bottom: 24px; }
.split-content .split-text p { color: var(--graphite-mute); font-size: 16px; line-height: 1.65; }
.split-content .split-text p + p { margin-top: 1.3em; }
.dark .split-content .split-text p { color: var(--stone-3); }
.split-content .split-visual {
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--stone-2);
  position: relative;
  border: 1px solid var(--line);
}
.split-content .split-visual img { width: 100%; height: 100%; object-fit: cover; }
.split-content .split-visual::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(232, 232, 229, 0.3);
  z-index: 2;
  pointer-events: none;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}
.checklist li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  align-items: start;
  font-size: 15.5px;
  color: var(--graphite);
  line-height: 1.55;
}
.dark .checklist li { color: var(--stone); }
.checklist li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--copper);
  margin-top: 9px;
  flex-shrink: 0;
}

/* ── Specs strip (services) ── */
.specs-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--stone-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.specs-cell {
  padding: clamp(20px, 2.4vw, 32px);
  border-right: 1px solid var(--line);
}
.specs-cell:last-child { border-right: none; }
.specs-cell .specs-label {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 12px;
}
.specs-cell .specs-value {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: var(--graphite);
  letter-spacing: -0.005em;
  text-transform: uppercase;
  line-height: 1.2;
}

/* ── Mobile nav drawer ── */
.mnav {
  position: fixed;
  inset: 0;
  background: var(--stone);
  color: var(--graphite);
  z-index: 90;
  display: flex;
  flex-direction: column;
  padding: 100px var(--container-px) 40px;
  transform: translateX(100%);
  transition: transform var(--t-mid);
}
.mnav.open { transform: translateX(0); }
.mnav a {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 6vw, 40px);
  font-weight: 900;
  letter-spacing: -0.015em;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  transition: color var(--t-fast);
  text-transform: uppercase;
  color: var(--graphite);
}
.mnav a:hover, .mnav a.active { color: var(--copper); }
.mnav-close {
  position: absolute;
  top: 24px;
  right: var(--container-px);
  width: 44px;
  height: 44px;
  font-size: 28px;
  color: var(--copper);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mnav-cta {
  margin-top: auto;
  padding-top: 32px;
}
.mnav-call {
  font-family: 'Archivo Black', sans-serif;
  font-size: 32px;
  color: var(--copper);
  display: block;
  margin-top: 24px;
}

/* ── Legal page ── */
.legal-content h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(22px, 2vw, 32px);
  margin-top: 48px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--graphite-mute); line-height: 1.7; }
.legal-content strong { color: var(--graphite); font-weight: 700; }
.legal-content ul { padding-left: 20px; margin: 12px 0; }
.legal-content li { margin: 6px 0; }
.legal-content a { color: var(--copper); border-bottom: 1px solid var(--line); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero { min-height: clamp(520px, 70vh, 640px); }
  .hero-title { font-size: clamp(36px, 6vw, 60px); }
  .metiers-grid { grid-template-columns: repeat(2, 1fr); }
  .metier:nth-child(2n) { border-right: none; }
  .metier:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-col:last-child { grid-column: span 3; padding-top: 24px; border-top: 1px solid var(--line-on-dark); }
}

@media (max-width: 880px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .nav-inner { height: 64px; gap: 12px; }
  .nav .btn-primary { display: none; }
  .brand-sub { display: none; }
  .brand-name { font-size: 18px; }
  .brand { padding-left: 10px; }
  .brand::before { width: 2.5px; top: 2px; bottom: 2px; }
  .hero { min-height: 540px; }
  .hero-title { font-size: clamp(30px, 8vw, 44px); max-width: 14ch; }
  .hero-lead { font-size: 15px; }
  .hero-footer { flex-direction: column; gap: 6px; padding: 14px var(--container-px); text-align: center; }
  .hero-ctas .btn { padding: 12px 22px; font-size: 12px; }
  .services-grid { grid-template-columns: 1fr; }
  .metiers-grid { grid-template-columns: 1fr; }
  .metier { border-right: none; border-bottom: 1px solid var(--line); }
  .metier:last-child { border-bottom: none; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .stat { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .stat:nth-child(2n) { border-right: none; }
  .stat:nth-last-child(-n+2) { border-bottom: none; }
  .testimonials { grid-template-columns: 1fr; }
  .zone-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-aside { position: static; }
  .split-content { grid-template-columns: 1fr; }
  .split-content.reverse > :first-child { order: initial; }
  .specs-strip { grid-template-columns: repeat(2, 1fr); }
  .specs-cell:nth-child(2n) { border-right: none; }
  .specs-cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-col:last-child { grid-column: auto; border-top: none; padding-top: 0; }
  .process-step { grid-template-columns: 50px 1fr; }
  .process-tag { grid-column: 2; margin-top: 4px; }
  .hero-stats { flex-wrap: wrap; }
  .hero-stat { flex-basis: 50%; }
  .hero-meta-top { flex-direction: column; gap: 12px; align-items: flex-start; }
}

@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { justify-content: center; }
  .specs-strip { grid-template-columns: 1fr; }
  .specs-cell { border-right: none; border-bottom: 1px solid var(--line); }
  .specs-cell:last-child { border-bottom: none; }
  .topbar { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
