/* ==========================================================================
   2J Agency — feuille de style unique
   Direction « Franc-parler » (spec du 26/09/2026, § 4). Toute couleur passe
   par les jetons de :root. Règles : l'orange plein seulement en haut de
   l'accueil, aux ruptures et à l'appel final ; capitales élargies pour les
   titres seulement ; jamais d'orange à côté du vert ; le trait relie, il ne
   décore pas.
   ========================================================================== */

/* ---------- Polices : Archivo variable, servie par le site (licence OFL) ---------- */
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Jetons ---------- */
:root {
  --orange: #F2511A;
  --orange-txt: #B83A0C;
  --ink: #17120F;
  --creme: #FFF6EF;
  --rose: #FFE1D3;
  --sable: #F2D7C6;
  --vert: #133B2C;
  --gris: #5C534C;
  --filet: #E8DCD2;

  --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1280px;
  --gutter: 20px;
  --section: clamp(64px, 9vw, 128px);
  --r-card: 22px;
  --r-small: 16px;
  --r-pill: 999px;
  --ease-out: cubic-bezier(.2, .7, .2, 1);
  --ombre: color-mix(in srgb, var(--ink) 18%, transparent);
  --voile: color-mix(in srgb, var(--ink) 20%, transparent);
  --voile-clair: color-mix(in srgb, var(--creme) 25%, transparent);
}
@media (min-width: 768px) {
  :root { --gutter: 40px; }
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--creme);
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  font-stretch: 100%;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 900px) {
  body { font-size: 18px; }
}
body.is-locked { overflow: hidden; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3 { margin: 0; }
figure { margin: 0; }
address { font-style: normal; }
[hidden] { display: none !important; }

:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 6px; }
.section--ink :focus-visible,
.section--vert :focus-visible,
.site-footer :focus-visible { outline-color: var(--creme); }

.skip {
  position: absolute; top: -80px; left: 12px; z-index: 200;
  padding: 12px 18px; border-radius: var(--r-pill);
  background: var(--ink); color: var(--creme); font-weight: 700; text-decoration: none;
}
.skip:focus { top: 12px; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

/* ---------- Typographie ---------- */
.display, .title-page, .h2 { font-stretch: 125%; text-transform: uppercase; text-wrap: balance; }
.display { font-size: clamp(40px, 7.4vw, 112px); font-weight: 900; line-height: .9; letter-spacing: -.03em; }
.display--m { font-size: clamp(34px, 5vw, 72px); }
.title-page { font-size: clamp(28px, 7vw, 64px); font-weight: 900; line-height: .92; letter-spacing: -.03em; }
/* Suite du H1 des pages d'offre : les mots cherchés sur Google, en plus petit sous le nom. */
.title-page__precision {
  display: block; margin-top: .45em; max-width: 30ch;
  font-size: clamp(18px, 1.2vw + 13px, 26px); font-weight: 700; font-stretch: 100%;
  line-height: 1.2; letter-spacing: -.01em; text-transform: none; color: var(--gris);
}
.h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; line-height: .95; letter-spacing: -.02em; }
.h3 { font-size: clamp(20px, 1.2vw + 14px, 24px); font-weight: 700; line-height: 1.2; letter-spacing: -.015em; }
@media (max-width: 599px) {
  .display, .title-page, .h2 { font-stretch: 112%; }
}
.lead { font-size: clamp(18px, .6vw + 15px, 21px); line-height: 1.55; }
.label {
  display: block; margin: 0 0 14px;
  font-size: 12px; font-weight: 700; font-stretch: 112%; line-height: 1.3;
  letter-spacing: .12em; text-transform: uppercase;
}
.muted { color: var(--gris); }
.prose > * { max-width: 65ch; }
.icon { flex: none; width: 16px; height: 16px; }

/* ---------- Boutons, liens, étiquettes ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 13px 24px;
  border: 2px solid var(--ink); border-radius: var(--r-pill);
  background: var(--ink); color: var(--creme);
  font: inherit; font-size: 16px; font-weight: 700; line-height: 1.2;
  text-align: center; text-decoration: none; cursor: pointer;
  transition: transform .15s var(--ease-out);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--small { min-height: 44px; padding: 9px 18px; font-size: 15px; }
.btn--creme { border-color: var(--creme); background: var(--creme); color: var(--ink); }
.btn--ghost { border-color: currentColor; background: transparent; color: inherit; }
.section--ink .btn:not(.btn--ghost),
.section--vert .btn:not(.btn--ghost) { border-color: var(--creme); background: var(--creme); color: var(--ink); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.link {
  font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px;
  text-underline-offset: 4px; text-decoration-color: var(--orange);
}
.link:hover,
.hero .link, .section--orange .link, .section--ink .link, .section--vert .link { text-decoration-color: currentColor; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.tag { padding: 6px 12px; border-radius: var(--r-pill); background: var(--rose); font-size: 14px; font-weight: 600; line-height: 1.4; }

/* ---------- Sections ---------- */
.section { padding-block: var(--section); }
.section--orange { background: var(--orange); }
.section--ink { background: var(--ink); color: var(--creme); }
.section--vert { background: var(--vert); color: var(--creme); }
.section--rose { background: var(--rose); }
.section--sable { background: var(--sable); }
.section--ink .muted, .section--vert .muted { color: inherit; }
.section--row { padding-block: clamp(40px, 5vw, 72px); border-top: 1px solid var(--filet); }
.section-head { display: grid; gap: 20px; margin-bottom: clamp(32px, 4vw, 56px); }
.section-head .h2 { max-width: 18ch; }
.section-head > p { max-width: 48ch; }
.split { display: grid; gap: 28px; }
@media (min-width: 900px) {
  .section-head { grid-template-columns: 1.2fr 1fr; align-items: end; gap: 48px; }
  .split { grid-template-columns: 1fr 1fr; align-items: start; gap: 64px; }
}

/* ---------- En-tête et menu des offres ---------- */
.site-header { border-bottom: 1px solid var(--filet); background: var(--creme); }
.site-header--orange { border-bottom-color: transparent; background: var(--orange); }
.site-header__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand .logo { width: 48px; }
.brand__name { font-size: 17px; font-weight: 900; font-stretch: 125%; letter-spacing: -.01em; text-transform: uppercase; }
.nav { display: none; }
.nav__item { position: relative; display: flex; align-items: center; gap: 2px; }
.nav__link { padding: 8px 0; font-size: 15px; font-weight: 600; text-decoration: none; }
.nav__link:hover,
.nav__link[aria-current="page"],
.nav__item.is-current > .nav__link {
  text-decoration: underline; text-decoration-thickness: 3px;
  text-underline-offset: 8px; text-decoration-color: var(--orange);
}
.site-header--orange .nav__link { text-decoration-color: var(--ink); }
.nav__toggle {
  display: inline-grid; place-items: center; width: 32px; height: 32px; padding: 0;
  border: 0; border-radius: 50%; background: transparent; color: inherit; cursor: pointer;
}
.nav__toggle:hover { background: var(--voile); }
.nav__toggle .icon { width: 12px; height: 12px; transition: transform .2s var(--ease-out); }
.nav__toggle[aria-expanded="true"] .icon { transform: rotate(180deg); }
.menu {
  position: absolute; top: calc(100% + 14px); left: -20px; z-index: 60;
  width: min(540px, 90vw); padding: 10px;
  border: 2px solid var(--ink); border-radius: var(--r-card);
  background: var(--creme); box-shadow: 8px 10px 0 var(--ombre);
}
.menu ul { list-style: none; }
.menu a {
  display: grid; grid-template-columns: 34px 1fr; gap: 2px 12px;
  padding: 12px 14px; border-radius: var(--r-small); text-decoration: none;
}
.menu a:hover, .menu a[aria-current="page"] { background: var(--rose); }
.menu__num { grid-row: span 2; padding-top: 2px; color: var(--orange-txt); font-size: 14px; font-weight: 900; font-stretch: 125%; }
.menu__name { font-weight: 700; }
.menu__phrase { color: var(--gris); font-size: 14px; line-height: 1.4; }
.burger {
  display: inline-flex; align-items: center; min-height: 44px; padding: 9px 18px;
  border-radius: var(--r-pill); background: var(--ink); color: var(--creme);
  font-size: 15px; font-weight: 700; text-decoration: none;
}
@media (min-width: 1024px) {
  .nav { display: flex; align-items: center; gap: 26px; }
  .burger { display: none; }
}

/* ---------- Tiroir mobile (élément <dialog>) ---------- */
.drawer {
  width: 100%; max-width: none; height: 100%; max-height: none; margin: 0;
  padding: 12px var(--gutter) 40px; border: 0; overflow-y: auto;
  background: var(--orange); color: var(--ink);
}
.drawer::backdrop { background: var(--ombre); }
.drawer__top { display: flex; align-items: center; justify-content: space-between; min-height: 64px; margin-bottom: 24px; }
.drawer__close {
  min-height: 44px; padding: 9px 18px; border: 2px solid var(--ink); border-radius: var(--r-pill);
  background: transparent; color: var(--ink); font: inherit; font-size: 15px; font-weight: 700; cursor: pointer;
}
.drawer__offers, .drawer__links { margin-bottom: 28px; list-style: none; }
.drawer__offers a {
  display: flex; align-items: baseline; gap: 14px; padding: 10px 0;
  border-bottom: 2px solid var(--voile);
  font-size: 22px; font-weight: 900; font-stretch: 112%; line-height: 1.1;
  text-transform: uppercase; text-decoration: none;
}
.drawer__num { font-size: 14px; }
.drawer__links a { display: block; padding: 8px 0; font-size: 18px; font-weight: 700; text-decoration: none; }
.drawer a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 6px; }
.drawer__tel { margin-top: 16px; font-weight: 600; }

/* ---------- Pied de page ---------- */
.site-footer { padding-block: 64px 28px; background: var(--ink); color: var(--creme); }
.site-footer .brand { color: var(--creme); }
.site-footer__grid { display: grid; gap: 36px; }
.site-footer__brand p { max-width: 32ch; margin-top: 18px; }
.site-footer nav { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 28px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 8px; }
.site-footer nav a { text-decoration: none; }
.site-footer nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer address a, .site-footer__bottom a { text-underline-offset: 4px; }
.site-footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px;
  margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--voile-clair); font-size: 14px;
}
@media (min-width: 900px) {
  .site-footer__grid { grid-template-columns: 1.3fr 2fr 1fr; gap: 48px; }
}

/* ---------- Accueil : haut de page ---------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(20px, 3vw, 40px) clamp(48px, 6vw, 88px); background: var(--orange); }
.hero .wrap { position: relative; }
.hero__kicker { margin-bottom: 20px; }
.hero__accent { color: var(--creme); }
.hero__shot { display: none; }
.hero__foot { display: grid; gap: 28px; margin-top: clamp(28px, 4vw, 48px); }
.hero__foot .lead { max-width: 36ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__tel { flex-basis: 100%; margin: 4px 0 0; font-weight: 600; }
.hero__tel a { font-weight: 800; }
@media (min-width: 900px) {
  .hero__foot { grid-template-columns: 1.1fr 1fr; align-items: end; gap: 48px; }
  .hero__actions { justify-content: flex-end; }
  .hero__tel { text-align: right; }
}
@media (min-width: 1100px) {
  .hero__title { margin-right: 250px; }
  .hero__shot {
    display: block; position: absolute; top: 8px; right: var(--gutter); width: 210px; overflow: hidden;
    border: 7px solid var(--ink); border-radius: 26px;
    box-shadow: 12px 14px 0 var(--ombre); transform: rotate(6deg);
  }
}

/* ---------- Les offres, reliées par le trait ---------- */
.offers { position: relative; display: grid; gap: 16px; list-style: none; }
/* Le trait couvre toute la liste et dessine sa bande en dégradé : chaque ligne de texte des
   cartes a ainsi la même pile d'éléments, ce qui permet à axe et pa11y de calculer le contraste. */
.offers > .trait {
  position: absolute; inset: 0;
  background: linear-gradient(var(--ink), var(--ink)) no-repeat 28px 0 / 8px 100%;
}
.offer { position: relative; }
.offer a {
  display: flex; flex-direction: column; gap: 8px; height: 100%; min-height: 150px; padding: 20px;
  border-radius: var(--r-card); text-decoration: none; transition: transform .2s var(--ease-out);
}
.offer a:hover { transform: translateY(-4px); }
.offer__num { font-size: 13px; font-weight: 800; }
.offer__name { font-size: 21px; font-weight: 800; line-height: 1.1; letter-spacing: -.01em; }
.offer__phrase { font-size: 15px; line-height: 1.45; }
.offer__go { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; font-size: 14px; font-weight: 700; }
.offer--rose a { background: var(--rose); }
.offer--sable a { background: var(--sable); }
.offer--orange a { background: var(--orange); }
.offer--vert a { background: var(--vert); color: var(--creme); }
.offer--ink a { background: var(--ink); color: var(--creme); }
.offer.is-current a { box-shadow: 0 0 0 4px var(--creme), 0 0 0 8px var(--ink); }
.offer.is-current a:focus-visible { outline-offset: 12px; }
.offers.will-draw > .trait { background-size: 8px 0; }
.offers.will-draw.is-drawn > .trait { background-size: 8px 100%; transition: background-size .7s var(--ease-out); }
@media (min-width: 1100px) {
  .offers { grid-template-columns: repeat(5, 1fr); gap: 18px; }
  .offers > .trait { background-position: 0 50%; background-size: 100% 8px; }
  .offers.will-draw > .trait { background-size: 0 8px; }
  .offers.will-draw.is-drawn > .trait { background-size: 100% 8px; }
  .offer a { min-height: 260px; }
}

/* ---------- Étapes, reliées par le trait ---------- */
.steps { position: relative; display: grid; gap: 28px; list-style: none; }
.steps > .trait {
  position: absolute; top: 18px; bottom: 18px; left: 15px; width: 6px;
  border-radius: 6px; background: var(--ink); transform-origin: top;
}
.step { position: relative; padding-left: 60px; }
.step__num {
  position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 36px; height: 36px;
  border-radius: 50%; background: var(--orange); color: var(--ink); font-size: 15px; font-weight: 900;
}
.step__title { margin: 4px 0 6px; font-size: 18px; font-weight: 700; line-height: 1.25; }
.step p { color: var(--gris); font-size: 16px; }
.steps.will-draw > .trait { transform: scaleY(0); }
@media (min-width: 1100px) {
  .steps { grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .steps > .trait { top: 15px; right: 12%; bottom: auto; left: 0; width: auto; height: 6px; transform-origin: left; }
  .steps.will-draw > .trait { transform: scaleX(0); }
  .step { padding-top: 52px; padding-left: 0; }
}
.steps.will-draw.is-drawn > .trait { transform: none; transition: transform .7s var(--ease-out); }

/* ---------- Cas Cartagena et captures ---------- */
.case { display: grid; gap: 40px; align-items: center; }
.case__text .h2 { margin-bottom: 20px; }
.facts { display: grid; gap: 10px; margin: 24px 0 28px; list-style: none; }
.facts li, .checklist li { position: relative; padding-left: 26px; }
.facts li::before, .checklist li::before {
  content: ""; position: absolute; top: .5em; left: 0; width: 12px; height: 12px;
  border-radius: 50%; background: var(--orange);
}
.case__shots { display: grid; gap: 18px; }
.shot { overflow: hidden; border: 6px solid var(--ink); border-radius: 18px; background: var(--ink); }
.shot img { width: 100%; }
@media (min-width: 1000px) {
  .case { grid-template-columns: 1fr 1.1fr; gap: 64px; }
  .shot--tilt { transform: rotate(-2deg); }
  .case__shots .shot + .shot { width: 78%; margin: -48px 0 0 auto; transform: rotate(1.5deg); }
}

/* ---------- Engagements, Jonathan, bandeau, appel final ---------- */
.pledges { display: grid; gap: 16px; list-style: none; }
.pledge { padding: 26px; border: 2px solid var(--filet); border-radius: var(--r-card); }
.section--vert .pledge, .section--ink .pledge { border-color: var(--voile-clair); }
.pledge .h3 { margin-bottom: 10px; }
.person { display: grid; gap: 36px; align-items: center; }
.person .portrait { max-width: 360px; }
.person .h2 { max-width: 16ch; margin-bottom: 20px; }
.person .lead { margin-bottom: 24px; }
.portrait { overflow: hidden; aspect-ratio: 4 / 5; border-radius: var(--r-card); background: var(--sable); }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait--vide { display: grid; place-items: center; color: var(--ink); }
.portrait__logo { width: 45%; }
.band__in { display: grid; gap: 24px; align-items: end; }
.band__in .btn { margin-top: 20px; }
.cta-final__in { display: grid; gap: 28px; }
.cta-final__foot { display: grid; gap: 24px; align-items: end; }
.cta-final__foot .lead { max-width: 40ch; }
@media (min-width: 800px) {
  .pledges { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .person { grid-template-columns: minmax(240px, 360px) 1fr; gap: 64px; }
  .band__in { grid-template-columns: 1.2fr 1fr; gap: 64px; }
  .cta-final__foot { grid-template-columns: 1.2fr 1fr; gap: 64px; }
  .cta-final .actions { justify-content: flex-end; }
}

/* ---------- Pages intérieures ---------- */
.page-hero { padding-block: clamp(40px, 6vw, 88px) clamp(32px, 4vw, 56px); }
.page-hero__num {
  display: flex; align-items: center; gap: 12px; margin: 0 0 16px;
  color: var(--orange-txt); font-size: 15px; font-weight: 900; font-stretch: 125%;
}
.page-hero__num::after { content: ""; width: 64px; height: 6px; border-radius: 6px; background: var(--orange); }
.page-hero__foot { display: grid; gap: 24px; align-items: end; margin-top: clamp(24px, 3vw, 40px); }
.page-hero__foot .lead { max-width: 52ch; }
.row { display: grid; gap: 24px; }
.row__title { font-size: clamp(22px, 1.8vw, 24px); }
.checklist { display: grid; gap: 20px 32px; list-style: none; }
.checklist li { font-size: 16px; line-height: 1.5; }
.checklist strong { display: block; margin-bottom: 2px; font-size: 17px; }
.nope { padding: 24px 26px; border-radius: var(--r-card); background: var(--vert); color: var(--creme); font-size: 17px; }
.nope p { max-width: 62ch; }
.nope strong { font-weight: 800; }
.audit { margin-top: 20px; padding: 22px 24px; border: 2px solid var(--ink); border-radius: var(--r-card); }
.faq { border-top: 2px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--filet); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0;
  font-size: 18px; font-weight: 700; line-height: 1.3; list-style: none; cursor: pointer;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+" / ""; display: grid; flex: none; place-items: center; width: 30px; height: 30px;
  border-radius: 50%; background: var(--rose); font-weight: 800;
}
.faq details[open] summary::after { content: "−" / ""; }
.faq details > p { max-width: 65ch; padding-bottom: 20px; color: var(--gris); }
.proof { display: grid; gap: 32px; align-items: center; }
.proof .h2 { margin-bottom: 16px; }
.proof p { margin-bottom: 18px; }
.assemblages { display: grid; gap: 16px; }
.assemblage { padding: 24px; border-radius: var(--r-card); background: var(--rose); }
.assemblage .h3 { margin-bottom: 10px; }
.assemblage .tags { margin-top: 16px; }
.assemblage .tag { background: var(--creme); }
.quote { margin: 28px 0 0; padding-left: 20px; border-left: 6px solid var(--orange); font-size: 20px; font-weight: 600; line-height: 1.45; }
.gallery { display: grid; gap: 32px; }
.gallery figcaption { margin-top: 12px; color: var(--gris); font-size: 15px; }
.gallery figcaption strong { color: var(--ink); }
@media (min-width: 700px) {
  .checklist { grid-template-columns: 1fr 1fr; }
  .checklist--one { grid-template-columns: 1fr; }
}
@media (min-width: 800px) {
  .assemblages { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .page-hero__foot { grid-template-columns: 1.4fr 1fr; gap: 64px; }
  .page-hero__foot .actions { justify-content: flex-end; }
  .row { grid-template-columns: 300px 1fr; gap: 48px; }
  .proof { grid-template-columns: 1.2fr 1fr; gap: 64px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Formulaires ---------- */
.contact-grid { display: grid; gap: 48px; }
.contact-card { display: grid; gap: 16px; padding: 26px; border-radius: var(--r-card); background: var(--rose); }
.contact-card .portrait { max-width: 200px; }
.contact-card a { font-weight: 700; }
.form { display: grid; gap: 22px; }
.form__grid { display: grid; gap: 20px; }
.field { display: grid; gap: 6px; }
.field__label { font-size: 16px; font-weight: 700; }
.field__label span { color: var(--gris); font-weight: 500; }
.field__hint { margin: 0; color: var(--gris); font-size: 14px; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 12px 16px;
  border: 2px solid var(--ink); border-radius: var(--r-small);
  background: var(--creme); color: var(--ink); font: inherit; font-size: 17px;
}
.field textarea { min-height: 160px; resize: vertical; }
.field select { appearance: none; padding-right: 44px; }
.select { position: relative; }
.select__icon { position: absolute; top: 50%; right: 16px; width: 14px; height: 14px; margin-top: -7px; pointer-events: none; }
.field [aria-invalid="true"] { border-color: var(--orange-txt); box-shadow: 0 0 0 2px var(--orange-txt); }
.field__error { margin: 0; color: var(--orange-txt); font-size: 15px; font-weight: 700; }
.field__error:empty { display: none; }
.form__sent:empty { padding: 0; }
.form__legal { color: var(--gris); font-size: 14px; }
.form__sent { padding: 18px 20px; border-radius: var(--r-small); background: var(--vert); color: var(--creme); }
@media (min-width: 700px) {
  .form__grid { grid-template-columns: 1fr 1fr; }
  .field--wide { grid-column: 1 / -1; }
}
@media (min-width: 1000px) {
  .contact-grid { grid-template-columns: 1.5fr 1fr; align-items: start; gap: 72px; }
}

/* ---------- Pages légales et 404 ---------- */
.legal { max-width: 72ch; }
.legal h2 { margin: 40px 0 12px; font-size: 22px; font-weight: 800; line-height: 1.25; }
.legal h2:first-child { margin-top: 0; }
.legal ul { margin-bottom: 1em; padding-left: 1.2em; }
.legal li { margin-bottom: 6px; }
.legal a { font-weight: 600; }
.notfound { padding-block: clamp(64px, 10vw, 140px); }
.notfound .display { max-width: 12ch; margin-bottom: 24px; }
.notfound .lead { max-width: 44ch; margin-bottom: 28px; }

/* ---------- Mouvement réduit ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .btn:hover, .offer a:hover { transform: none; }
}
