:root {
  --ink: #161310;
  --ink-2: #2c261f;
  --paper: #f4efe6;
  --paper-2: #ebe3d4;
  --sand: #d4c4ac;
  --copper: #d64313;
  --copper-2: #e85c28;
  --olive: #3d4a3c;
  --muted: #5c564e;
  --line: rgba(22, 19, 16, 0.12);
  --white: #fffaf4;
  --shadow: 0 24px 60px rgba(22, 19, 16, 0.18);
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Outfit", "Segoe UI", sans-serif;
  --max: 1180px;
  --tap: 44px;
  --wrap: min(var(--max), calc(100% - 1.5rem));
  --header: 3.75rem;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --bottom-nav-h: calc(4.25rem + var(--safe-bottom));
  --focus: 0 0 0 3px color-mix(in srgb, var(--copper) 45%, transparent);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  max-width: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  min-height: 100dvh;
  overflow-x: clip;
  max-width: 100%;
  padding-bottom: calc(var(--bottom-nav-h) + 0.5rem);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}

button,
a.btn,
.menu-btn,
.header-call,
.header-wa,
.callbar,
.quiz button.opt {
  touch-action: manipulation;
}

button,
input,
textarea,
select {
  font: inherit;
  font-size: 1rem;
}

.skip,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip:focus {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 100;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  background: var(--white);
  padding: 12px 16px;
  min-height: var(--tap);
}

.wrap {
  width: var(--wrap);
  margin-inline: auto;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--copper);
}

.kicker::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

.hero .kicker {
  color: var(--copper-2);
}

h1,
h2,
.display {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(2.05rem, 9vw, 2.7rem);
  margin: 10px 0 16px;
}

h2 {
  font-size: clamp(1.55rem, 6vw, 2.15rem);
  margin: 0 0 14px;
}

h3 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 8px;
}

p {
  margin: 0 0 1em;
  color: var(--ink-2);
}

.lede {
  font-size: 1.02rem;
  max-width: 42rem;
}

.chrome {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: var(--safe-top);
  background: color-mix(in srgb, var(--paper) 94%, transparent);
}

.trustbar {
  background: var(--ink);
  color: var(--paper);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.trustbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  text-align: center;
  color: color-mix(in srgb, var(--paper) 88%, transparent);
}

.seal {
  flex: 0 0 auto;
  border: 1px solid color-mix(in srgb, var(--paper) 28%, transparent);
  padding: 5px 9px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html:not([data-agence="74"]) .only-74 {
  display: none !important;
}

html[data-agence="74"] .only-06 {
  display: none !important;
}

header.site {
  position: relative;
  min-height: var(--header);
  display: flex;
  align-items: center;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
}

.chrome.scrolled header.site {
  border-bottom-color: var(--line);
}

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  grid-column: 2;
  justify-self: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  min-height: var(--tap);
}

.brand img {
  width: auto;
  height: 40px;
  object-fit: contain;
}

.brand em {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-left: 0.12em;
  color: var(--copper);
}

.header-call,
.header-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: var(--tap);
  min-width: var(--tap);
  padding: 0 10px;
  border-radius: 999px;
  background: var(--copper);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 600;
}

.header-call::before,
.header-wa::before {
  width: 0.95rem;
  height: 0.95rem;
}

.header-call {
  justify-self: start;
}

.header-wa {
  justify-self: end;
  background: transparent;
  border: 1px solid var(--copper);
  color: var(--copper);
}

.nav-links {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--paper);
  flex-direction: column;
  align-items: stretch;
  padding: 8px 1rem calc(12px + var(--safe-bottom));
  border-bottom: 1px solid var(--line);
  gap: 0;
  list-style: none;
  margin: 0;
}

.nav-links.open {
  display: flex;
}

.nav-links a {
  display: flex;
  align-items: center;
  min-height: var(--tap);
  font-size: 1rem;
  color: var(--ink-2);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--copper);
}

.nav > .btn {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--tap);
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-copper {
  background: var(--copper);
  color: var(--white);
}

.btn-ghost {
  border-color: color-mix(in srgb, var(--white) 40%, transparent);
  color: var(--white);
}

.btn-line {
  border-color: var(--ink);
  background: transparent;
}

a[href^="tel:"],
a[href^="mailto:"],
a[href*="wa.me"] {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

a[href^="tel:"]::before,
a[href^="mailto:"]::before,
a[href*="wa.me"]::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--picto) center / contain no-repeat;
  mask: var(--picto) center / contain no-repeat;
}

a[href^="tel:"]::before {
  --picto: url("../img/pictos/tel.svg");
}

a[href^="mailto:"]::before {
  --picto: url("../img/pictos/mail.svg");
}

a[href*="wa.me"]::before {
  --picto: url("../img/pictos/whatsapp.svg");
}

.menu-btn {
  display: none;
}

.bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: var(--bottom-nav-h);
  padding-bottom: var(--safe-bottom);
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
}

.bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-height: var(--tap);
  padding: 0.35rem 0.2rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: var(--muted);
  touch-action: manipulation;
}

.bottom-nav .nav-ico {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
  background: currentColor;
  -webkit-mask: var(--picto) center / contain no-repeat;
  mask: var(--picto) center / contain no-repeat;
}

.bottom-nav a[href="index.html"] .nav-ico {
  --picto: url("../img/pictos/home.svg");
}

.bottom-nav a[href="particuliers.html"] .nav-ico {
  --picto: url("../img/pictos/house.svg");
}

.bottom-nav a[href="professionnels.html"] .nav-ico {
  --picto: url("../img/pictos/building.svg");
}

.bottom-nav a[href="contact.html"] .nav-ico {
  --picto: url("../img/pictos/audit.svg");
}

.bottom-nav a.active {
  color: var(--copper);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - var(--header) - 2.25rem - var(--safe-top));
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
}

.hero img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 19, 16, 0.18) 0%, rgba(22, 19, 16, 0.62) 72%, rgba(22, 19, 16, 0.82) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 0 0 1.75rem;
}

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

.hero-lockup img {
  display: block;
  width: auto;
  height: 4.5rem;
  margin: 0 auto 0.85rem;
}

.hero-lockup h1 {
  margin: 0 0 16px;
  font-size: clamp(1.55rem, 6.5vw, 2.45rem);
  font-style: italic;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 1.25rem;
}

.hero-actions .btn {
  width: 100%;
}

.hero-meta {
  display: grid;
  gap: 10px;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--white) 22%, transparent);
}

.hero-meta div {
  display: flex;
  align-items: center;
  min-height: var(--tap);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--white) 88%, transparent);
}

.hero-meta div::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--copper-2);
  flex: 0 0 auto;
}

.hero-meta strong {
  font-family: var(--sans);
  font-size: inherit;
  font-weight: 600;
  letter-spacing: inherit;
  text-transform: inherit;
}

section {
  padding: 3.5rem 0;
}

.section-head,
.split,
.split.reverse,
.cards,
.steps,
.contact-grid,
.team,
.duo,
.cases,
.compare,
.quiz-grid,
.use-grid,
.sav,
.steps-3,
.proofs,
.prices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}

.section-head {
  margin-bottom: 1.5rem;
  gap: 0.75rem;
}

.split.reverse .copy {
  order: 0;
}

.frame {
  position: relative;
}

.frame img {
  width: 100%;
  height: min(42vh, 320px);
  object-fit: cover;
  border-radius: 6px;
}

.card,
.choice,
.case,
.person,
.panel,
.quiz,
.sav div {
  background: var(--white);
  border-radius: 12px;
}

.card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card img,
.duo a.choice img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card .body,
.duo .body {
  padding: 1.15rem 1.15rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.card a.more,
.duo .more,
.choice .more,
.partner .more {
  margin-top: auto;
  color: var(--copper);
  font-size: 0.95rem;
  font-weight: 500;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
}

.band {
  background: var(--ink);
  color: var(--paper);
}

.band p,
.band li {
  color: color-mix(in srgb, var(--paper) 82%, transparent);
}

.step {
  padding: 1.2rem 1.1rem;
  border: 1px solid color-mix(in srgb, var(--paper) 14%, transparent);
  border-radius: 10px;
}

.step span {
  display: block;
  color: var(--copper-2);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

.pill {
  border: 1px solid var(--line);
  padding: 8px 12px;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.9rem;
  background: var(--white);
}

.person {
  overflow: hidden;
}

.person img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 22%;
  filter: grayscale(0.15);
}

.person .body {
  padding: 1.1rem 1.15rem 1.3rem;
}

.person-bio {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.person a {
  color: var(--copper);
  min-height: var(--tap);
}

.contact-person {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.contact-person:last-of-type {
  margin-bottom: 0.35rem;
  border-bottom: 1px solid var(--line);
}

.contact-person > div {
  min-width: 0;
  flex: 1;
}

.contact-person h3 {
  margin: 2px 0 6px;
  font-size: 1.35rem;
}

.contact-person p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-person a {
  display: flex;
  align-items: center;
  min-height: var(--tap);
  color: var(--copper);
}

.contact-person img {
  width: 104px;
  height: 104px;
  margin-top: 1.1rem;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 50%;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.partners img {
  height: 44px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) contrast(1.1);
  opacity: 0.8;
}

.partner {
  display: grid;
  gap: 1.15rem;
  align-items: center;
  padding: 1.25rem 1.2rem 1.4rem;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--line);
}

.partner img,
.partner-logo {
  display: block;
  width: auto;
  height: 3.25rem;
  max-width: min(14rem, 100%);
  object-fit: contain;
  margin: 0.35rem auto 0.85rem;
}

.partner img {
  margin: 0 auto;
}

.partner p {
  margin: 0 0 0.65rem;
}

.partner .more {
  margin-top: 0;
}

.panel {
  padding: 1.25rem;
}

label {
  display: block;
  font-size: 0.85rem;
  margin: 0 0 6px;
  color: var(--muted);
}

input,
textarea,
select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: var(--tap);
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 14px;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.map {
  margin-top: 14px;
  border-radius: 10px;
  overflow: hidden;
  min-height: 200px;
  background:
    linear-gradient(180deg, rgba(22, 19, 16, 0.35), rgba(22, 19, 16, 0.55)),
    url("../img/vence-hills.jpg") center/cover;
  display: flex;
  align-items: flex-end;
}

.map a {
  margin: 12px;
  background: var(--white);
  padding: 10px 14px;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.9rem;
}

footer.site {
  padding: 1.5rem 0 calc(1.25rem + var(--safe-bottom));
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--muted);
}

.foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.foot a {
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
}

.page-hero {
  padding: 2.25rem 0 1.25rem;
}

.page-hero h2 {
  font-size: 1.25rem;
  margin: 1.75rem 0 0.6rem;
}

.list {
  padding-left: 1.1rem;
}

.list li {
  margin-bottom: 8px;
}

.duo a.choice {
  display: block;
  overflow: hidden;
  color: inherit;
  box-shadow: var(--shadow);
}

.case {
  padding: 1.2rem;
}

.case .tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 8px;
}

.case blockquote {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.35;
}

.case footer {
  font-size: 0.9rem;
  color: var(--muted);
  padding: 0;
  border: 0;
}

.compare figure {
  margin: 0;
}

.compare img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
}

.compare figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--muted);
}

.sav div {
  padding: 1.15rem;
}

.use {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
}

.use img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.use .body {
  padding: 1rem 1.1rem 1.2rem;
}

.quiz {
  padding: 1.25rem;
}

.quiz fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.quiz legend {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 8px;
  padding: 0;
  float: none;
  width: 100%;
}

.quiz-hint {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.quiz button.opt,
.quiz .opt {
  appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 10px;
  padding: 14px;
  min-height: var(--tap);
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
}

.quiz .opt input {
  position: static;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
  accent-color: var(--copper);
}

.quiz button.opt[aria-pressed="true"],
.quiz button.opt:hover,
.quiz .opt:hover,
.quiz .opt:has(input:checked) {
  border-color: var(--copper);
  background: color-mix(in srgb, var(--copper) 12%, var(--white));
  box-shadow: inset 0 0 0 2px var(--copper);
}

.quiz [data-step="lieu"],
.quiz [data-step="besoin"] {
  display: none;
  margin-top: 28px;
}

.quiz [data-step="lieu"].open,
.quiz [data-step="besoin"].open,
.quiz:has([name="profil"]:checked) [data-step="lieu"],
.quiz:has([name="lieu"]:checked) [data-step="besoin"] {
  display: block;
}

.quiz [data-step="lieu"] .opt[data-for] {
  display: none;
}

.quiz [data-step="lieu"] .opt[data-for].open,
.quiz:has([name="profil"][value="particulier"]:checked) [data-step="lieu"] .opt[data-for="particulier"],
.quiz:has([name="profil"][value="pro"]:checked) [data-step="lieu"] .opt[data-for="pro"] {
  display: flex;
}

.quiz .result {
  display: none;
  margin-top: 1.25rem;
  padding: 1.15rem 1.2rem 1.3rem;
  border: 1px solid color-mix(in srgb, var(--copper) 35%, var(--line));
  border-radius: 12px;
  background: color-mix(in srgb, var(--copper) 8%, var(--white));
}

.quiz [data-step] {
  scroll-margin-top: calc(var(--header) + 2.5rem);
}

.quiz .opt:focus-within {
  box-shadow: var(--focus);
}

.quiz:has([name="profil"]:checked):has([name="lieu"]:checked):has([name="besoin"]:checked) .result {
  display: block;
}

.offices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}

.office-06 {
  order: 1;
}

.office-74 {
  order: 2;
}

html[data-agence="74"] .office-06 {
  order: 2;
}

html[data-agence="74"] .office-74 {
  order: 1;
}

.team + .offices {
  margin-top: 1.5rem;
}

.office {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--line);
}

.office-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 1.1rem 1.2rem;
  background: var(--ink);
  color: var(--paper);
}

.office-head img {
  width: auto;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
}

.office-head .kicker {
  margin: 0;
  color: var(--copper-2);
}

.office-head h3 {
  margin: 4px 0 0;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
}

.office-head h3 em {
  font-style: normal;
  letter-spacing: 0.02em;
  margin-left: 0.12em;
  color: var(--copper-2);
}

.office-badge {
  margin: 6px 0 0;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--copper-2);
}

html:not([data-agence="74"]) .office-74,
html[data-agence="74"] .office-06 {
  background: var(--paper-2);
}

html:not([data-agence="74"]) .office-74 .office-head,
html[data-agence="74"] .office-06 .office-head {
  background: #2a2622;
}

.office address {
  font-style: normal;
  padding: 1.15rem 1.2rem 1.2rem;
  color: var(--ink-2);
  line-height: 1.5;
}

form[data-mail] > .btn[type="submit"] {
  display: flex;
  width: 100%;
  margin-top: 0.35rem;
}

p:has(> .btn:only-child) {
  display: flex;
  justify-content: center;
}

.office-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0.75rem 1.2rem 0.35rem;
}

.office-actions .btn {
  flex: 1 1 calc(50% - 8px);
  touch-action: manipulation;
}

.office-links {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0.15rem 1.2rem 0.85rem;
}

.office-links a {
  display: flex;
  align-items: center;
  min-height: var(--tap);
  color: var(--muted);
  font-size: 0.95rem;
}

.office-links a:hover {
  color: var(--copper);
}

.proof {
  padding: 1.2rem 1.15rem 1.3rem;
  background: var(--white);
  border-radius: 12px;
}

.proof .seal {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--ink);
  border-color: var(--line);
  letter-spacing: 0.1em;
}

.proof h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.proof p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: var(--white);
  border-radius: 12px;
  padding: 4px 1.1rem;
}

.faq-list summary {
  min-height: var(--tap);
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p,
.faq-list details ul {
  margin: 0 0 1rem;
  color: var(--muted);
}

.price-card {
  background: var(--white);
  border-radius: 12px;
  padding: 1.25rem 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-card .from {
  font-family: var(--serif);
  font-size: 1.85rem;
  font-weight: 500;
  color: var(--copper);
}

.price-card ul {
  margin: 0.4rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.note {
  font-size: 0.92rem;
  color: var(--muted);
}

.hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

[data-show] {
  display: none !important;
}
html:not([data-objet="devis"]):not([data-objet="rappel"]):not([data-objet="urgent"]) [data-show="audit"],
html[data-objet="devis"] [data-show="devis"],
html[data-objet="rappel"] [data-show="rappel"],
html[data-objet="urgent"] [data-show="urgent"] {
  display: inline !important;
}

#form {
  scroll-margin-top: calc(var(--header) + 2.5rem);
}

.form-hint {
  margin: 0 0 1rem;
  color: var(--ink-2);
}

.form-err {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--copper) 40%, var(--line));
  background: color-mix(in srgb, var(--copper) 10%, var(--white));
  color: var(--ink);
}

p a:not(.btn),
.faq-list a,
.note a,
.lede a {
  color: var(--copper);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.band p a:not(.btn) {
  color: var(--copper-2);
}

.quiz .result.show {
  display: block !important;
}

@media (min-width: 720px) {
  .offices,
  .proofs,
  .prices {
    grid-template-columns: 1fr 1fr;
  }

  .partner {
    gap: 1.35rem;
    padding: 1.5rem 1.7rem;
  }

  .partner img {
    height: 3.75rem;
    max-width: 11rem;
    margin-inline: auto;
  }
}

.callbar {
  display: flex;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(10px + var(--safe-bottom));
  z-index: 60;
  background: var(--copper);
  color: var(--white);
  border-radius: 999px;
  min-height: var(--tap);
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.callbar small {
  font-size: 0.72rem;
  opacity: 0.9;
}

.cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 1.25rem;
}

.cta-row .btn {
  width: 100%;
}

@media (min-width: 720px) {
  :root {
    --wrap: min(var(--max), calc(100% - 2.5rem));
    --header: 4.25rem;
  }

  h1 {
    font-size: clamp(2.6rem, 6vw, 4.4rem);
  }

  h2 {
    font-size: clamp(1.9rem, 3.5vw, 3.1rem);
  }

  h3 {
    font-size: 1.45rem;
  }

  .lede {
    font-size: 1.12rem;
  }

  section {
    padding: 5rem 0;
  }

  .page-hero {
    padding: 3.5rem 0 2rem;
  }

  .hero-inner {
    padding-bottom: 3.5rem;
  }

  .hero-actions,
  .cta-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-actions .btn,
  .cta-row .btn {
    width: auto;
  }

  form[data-mail] > .btn[type="submit"] {
    width: auto;
    min-width: 14rem;
    margin-inline: auto;
  }

  .hero-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .duo,
  .compare,
  .contact-grid,
  .team,
  .use-grid,
  .quiz-grid,
  .split,
  .split.reverse,
  .section-head {
    grid-template-columns: 1fr 1fr;
  }

  .section-head {
    gap: 2rem;
    margin-bottom: 2.5rem;
  }

  .person {
    display: grid;
    grid-template-columns: 11.5rem 1fr;
    align-items: stretch;
  }

  .person img {
    height: 100%;
    min-height: 13.5rem;
    aspect-ratio: auto;
  }

  .use {
    grid-template-columns: 140px 1fr;
    align-items: center;
  }

  .use img {
    width: 140px;
    height: 140px;
  }

  .use .body {
    padding: 14px 16px 14px 0;
  }

  .frame img {
    height: min(520px, 70vh);
  }

  .frame::after {
    content: "";
    position: absolute;
    inset: 18px -18px -18px 18px;
    border: 1px solid var(--copper);
    border-radius: 6px;
    z-index: -1;
  }

  .compare img {
    height: 320px;
  }
}

@media (min-width: 1024px) {
  body {
    padding-bottom: 0;
  }

  .callbar,
  .menu-btn,
  .bottom-nav,
  header.site a.header-call,
  header.site a.header-wa {
    display: none;
  }

  .nav {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
  }

  .brand {
    grid-column: auto;
    justify-self: auto;
    justify-content: flex-start;
    flex: 0 0 auto;
  }

  .nav-links {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: 1.35rem;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nav-links a {
    min-height: var(--tap);
    font-size: 0.9rem;
  }

  .nav > .btn {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .cards,
  .cases,
  .sav,
  .steps-3,
  .proofs,
  .prices {
    grid-template-columns: repeat(3, 1fr);
  }

  .proofs.four {
    grid-template-columns: repeat(4, 1fr);
  }

  .steps {
    grid-template-columns: repeat(4, 1fr);
  }

  .split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: center;
  }

  .split.reverse {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .split.reverse .copy {
    order: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn:hover {
    transform: none;
  }
}
