/* Riviera Privilege · feuille de style unique.
   Palette du cahier des charges : ivoire, bleu nuit, touche champagne (or du logo #BC9454, bleu du logo #002D59).
   Polices auto-hébergées (OFL) : Cormorant Garamond (titres), Jost (texte). */

@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400; font-display: swap; src: url(polices/cormorant-garamond-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap; src: url(polices/cormorant-garamond-latin-500-normal.woff2) format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url(polices/cormorant-garamond-latin-600-normal.woff2) format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 400; font-display: swap; src: url(polices/cormorant-garamond-latin-400-italic.woff2) format("woff2"); }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 300; font-display: swap; src: url(polices/jost-latin-300-normal.woff2) format("woff2"); }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 400; font-display: swap; src: url(polices/jost-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 500; font-display: swap; src: url(polices/jost-latin-500-normal.woff2) format("woff2"); }

:root {
  --ivoire: #f8f5ef;
  --ivoire-2: #f1ebe0;
  --sable: #e8dfcf;
  --nuit: #0b1f3a;
  --nuit-2: #10294a;
  --marine: #002d59;
  --or: #bc9454;
  --or-fonce: #9c7839;
  --or-clair: #dcc393;
  --encre: #17202e;
  --gris: #5b6372;
  --ligne: rgba(11, 31, 58, .12);
  --ligne-claire: rgba(248, 245, 239, .16);
  --serif: "Cormorant Garamond", "Cormorant", Garamond, "Times New Roman", serif;
  --sans: "Jost", "Futura", "Avenir Next", system-ui, sans-serif;
  --large: 1240px;
  --gouttiere: clamp(20px, 5vw, 56px);
  --rayon: 2px;
  --ombre: 0 24px 60px -30px rgba(11, 31, 58, .35);
  --entete-h: 88px;
  --transition: .45s cubic-bezier(.2, .7, .2, 1);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--entete-h) + 12px); }
body {
  margin: 0; background: var(--ivoire); color: var(--encre);
  font: 300 1.0625rem/1.75 var(--sans); letter-spacing: .005em;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.005em; margin: 0; color: var(--nuit); text-wrap: balance; }
p { margin: 0 0 1em; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--or-clair); color: var(--nuit); }
:focus-visible { outline: 1.5px solid var(--or); outline-offset: 3px; }

.aller { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--or); color: var(--nuit); padding: 10px 16px; text-decoration: none; }
.aller:focus { top: 12px; }

.conteneur { width: 100%; max-width: calc(var(--large) + 2 * var(--gouttiere)); margin: 0 auto; padding: 0 var(--gouttiere); }
.section { padding: clamp(80px, 11vw, 150px) 0; }
.sombre { background: var(--nuit); color: rgba(248, 245, 239, .82); }
.sombre h1, .sombre h2, .sombre h3 { color: var(--ivoire); }
.sable { background: var(--ivoire-2); }

.surtitre {
  font: 500 .72rem/1.4 var(--sans); letter-spacing: .3em; text-transform: uppercase;
  color: var(--or-fonce); margin: 0 0 1.4rem; display: flex; align-items: center; gap: 14px;
}
.surtitre::before { content: ""; width: 34px; height: 1px; background: currentColor; flex: none; }
.sombre .surtitre { color: var(--or-clair); }
.titre-section { font-size: clamp(2.2rem, 4.4vw, 3.6rem); margin-bottom: 1.6rem; max-width: 20ch; }
.titre-bloc { font-size: clamp(1.6rem, 2.4vw, 2rem); margin: 2.6rem 0 1.2rem; }
.chapeau { font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.75; max-width: 60ch; color: var(--gris); }
.sombre .chapeau { color: rgba(248, 245, 239, .78); }

/* ── boutons ── */
.boutons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 2.4rem; }
.bouton {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 30px; border-radius: var(--rayon);
  font: 500 .78rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
  -webkit-tap-highlight-color: transparent;
}
.bouton:active { transform: translateY(1px); }
.bouton-or { background: var(--or); color: var(--nuit); border-color: var(--or); }
.bouton-or:hover { background: var(--or-clair); border-color: var(--or-clair); }
.bouton-contour { border-color: var(--nuit); color: var(--nuit); }
.bouton-contour:hover { background: var(--nuit); color: var(--ivoire); }
.bouton-contour-clair { border-color: rgba(248, 245, 239, .5); color: var(--ivoire); }
.bouton-contour-clair:hover { border-color: var(--ivoire); background: rgba(248, 245, 239, .08); }
.bouton-petit { min-height: 44px; padding: 0 22px; font-size: .7rem; }
.bouton-large { width: 100%; }
.bouton[disabled] { opacity: .6; cursor: progress; }
.ic-bouton { width: 20px; height: 20px; stroke-width: 2; }

.lien-fleche { display: inline-flex; align-items: center; gap: 12px; font: 500 .74rem/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--or-fonce); text-decoration: none; }
.ic-fleche { width: 22px; height: 22px; stroke-width: 1.6; transition: transform var(--transition); }
a:hover > .ic-fleche, a:hover .lien-fleche .ic-fleche { transform: translateX(6px); }

/* ── en-tête ── */
.entete { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--ivoire); transition: background var(--transition), color var(--transition), box-shadow var(--transition); }
.entete-in { max-width: calc(1440px + 2 * var(--gouttiere)); margin: 0 auto; padding: 0 var(--gouttiere); height: var(--entete-h); display: flex; align-items: center; gap: 32px; transition: height var(--transition); }
.entete.defile { background: rgba(248, 245, 239, .96); color: var(--nuit); box-shadow: 0 1px 0 var(--ligne); }
@supports (backdrop-filter: blur(10px)) { .entete.defile { background: rgba(248, 245, 239, .86); backdrop-filter: blur(14px) saturate(1.2); } }
.entete.defile .entete-in { height: 72px; }
.marque { display: flex; align-items: center; gap: 14px; text-decoration: none; flex: none; }
.marque-mono { width: 58px; height: auto; }
.marque-mono-fonce { display: none; }
.entete.defile .marque-mono { display: none; }
.entete.defile .marque-mono-fonce { display: block; }
.marque-nom { font: 500 1.28rem/1 var(--serif); letter-spacing: .24em; text-transform: uppercase; white-space: nowrap; }
.marque-nom span { color: var(--or-clair); }
.entete.defile .marque-nom span { color: var(--or-fonce); }

.nav { margin-left: auto; }
.nav-liste { display: flex; align-items: center; gap: 4px; }
.nav-liste > li { position: relative; display: flex; align-items: center; }
.nav-liste a { display: block; padding: 12px 14px; font: 400 .76rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; text-decoration: none; position: relative; }
.nav-liste > li > a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 1px; background: var(--or); transform: scaleX(0); transform-origin: left; transition: transform var(--transition); }
.nav-liste > li > a:hover::after, .nav-liste > li > a[aria-current]::after { transform: scaleX(1); }
.nav-ouvrir { background: none; border: 0; color: inherit; padding: 8px 6px 8px 0; margin-left: -8px; cursor: pointer; }
.nav-ouvrir svg { width: 12px; height: 12px; transition: transform var(--transition); }
.nav-deroulant.ouvert .nav-ouvrir svg { transform: rotate(180deg); }
.sous-menu {
  position: absolute; top: calc(100% + 10px); left: -10px; min-width: 290px; padding: 14px 0;
  background: var(--ivoire); color: var(--nuit); box-shadow: var(--ombre); border-top: 1px solid var(--or);
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .25s, transform .25s, visibility .25s;
}
.sous-menu::before { content: ""; position: absolute; inset: -12px 0 auto; height: 12px; }
.nav-deroulant:hover .sous-menu, .nav-deroulant:focus-within .sous-menu, .nav-deroulant.ouvert .sous-menu { opacity: 1; visibility: visible; transform: none; }
.sous-menu a { padding: 10px 26px; font-size: .74rem; letter-spacing: .14em; color: var(--encre); transition: color .2s, padding .3s; }
.sous-menu a:hover, .sous-menu a[aria-current] { color: var(--or-fonce); padding-left: 32px; }
.sous-menu-tout { border-top: 1px solid var(--ligne); margin-top: 8px; padding-top: 8px; }
.sous-menu-tout a { color: var(--or-fonce); }
.nav-pied { display: none; }

.entete-actions { display: flex; align-items: center; gap: 18px; flex: none; }
.langues { display: flex; gap: 2px; font: 500 .72rem/1 var(--sans); letter-spacing: .16em; }
.langues a, .langues span { padding: 8px 6px; text-decoration: none; }
.langues span { color: var(--or-clair); }
.entete.defile .langues span { color: var(--or-fonce); }
.langues a { opacity: .7; } .langues a:hover { opacity: 1; }
.langues > * + *::before { content: "·"; margin-right: 8px; opacity: .5; color: currentColor; }
.entete-wa { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; opacity: .85; transition: opacity .2s, background .2s; }
.entete-wa:hover { opacity: 1; }
.entete-wa .ic { width: 20px; height: 20px; stroke-width: 1.8; }
.burger { display: none; align-items: center; gap: 12px; background: none; border: 0; color: inherit; cursor: pointer; padding: 10px 0; font: 500 .72rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; }
.burger-lignes { width: 26px; height: 9px; position: relative; }
.burger-lignes::before, .burger-lignes::after { content: ""; position: absolute; left: 0; right: 0; height: 1.3px; background: currentColor; transition: transform var(--transition), top var(--transition); }
.burger-lignes::before { top: 0; } .burger-lignes::after { top: 8px; }
.menu-ouvert .burger-lignes::before { top: 4px; transform: rotate(45deg); }
.menu-ouvert .burger-lignes::after { top: 4px; transform: rotate(-45deg); }

@media (max-width: 1180px) {
  .entete-cta { display: none; }
}
@media (max-width: 1020px) {
  :root { --entete-h: 76px; }
  .burger { display: flex; }
  .entete-wa { display: none; }
  .entete-actions { margin-left: auto; }
  .nav {
    position: fixed; inset: 0; z-index: -1; margin: 0; padding: calc(var(--entete-h) + 24px) var(--gouttiere) 120px;
    background: var(--nuit); color: var(--ivoire); overflow-y: auto; overscroll-behavior: contain;
    opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s;
  }
  .menu-ouvert .nav { opacity: 1; visibility: visible; }
  .menu-ouvert .entete { background: transparent; color: var(--ivoire); box-shadow: none; backdrop-filter: none; }
  .menu-ouvert .entete .marque-mono { display: block; } .menu-ouvert .entete .marque-mono-fonce { display: none; }
  .menu-ouvert .entete .marque-nom span, .menu-ouvert .langues span { color: var(--or-clair); }
  .nav-liste { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-liste > li { flex-wrap: wrap; border-bottom: 1px solid var(--ligne-claire); }
  .nav-liste > li > a { flex: 1; padding: 22px 0; font: 500 1.9rem/1 var(--serif); letter-spacing: .02em; text-transform: none; }
  .nav-liste > li > a::after { display: none; }
  .nav-ouvrir { padding: 16px 0 16px 16px; margin: 0; }
  .nav-ouvrir svg { width: 18px; height: 18px; }
  .sous-menu { position: static; min-width: 0; width: 100%; box-shadow: none; border: 0; background: none; color: inherit; padding: 0 0 18px; opacity: 1; visibility: visible; transform: none; display: none; }
  .nav-deroulant.ouvert .sous-menu { display: block; }
  .sous-menu a { color: rgba(248, 245, 239, .78); padding: 10px 0; font-size: .8rem; }
  .sous-menu a:hover, .sous-menu a[aria-current] { padding-left: 6px; color: var(--or-clair); }
  .sous-menu-tout { border-color: var(--ligne-claire); } .sous-menu-tout a { color: var(--or-clair); }
  .nav-pied { display: block; margin-top: 36px; }
  .nav-pied .bouton { width: 100%; }
}
@media (max-width: 560px) {
  .marque-mono { width: 46px; }
  .marque-nom { font-size: 1.02rem; letter-spacing: .18em; }
  .burger-texte { display: none; }
  .langues { font-size: .68rem; }
}
@media (max-width: 440px) {
  .entete-in { gap: 12px; }
  .marque { gap: 10px; }
  .marque-nom { font-size: .9rem; letter-spacing: .14em; }
  .entete-actions { gap: 10px; }
  .langues a, .langues span { padding: 8px 3px; }
  .langues > * + *::before { margin-right: 4px; }
}
@media (max-width: 360px) { .marque-nom { display: none; } }

/* ── héros ── */
.heros { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.heros-fond, .entete-page-fond, .bande-fond { position: absolute; inset: 0; z-index: -1; }
.heros-paysage, .entete-page-paysage, .bande-paysage { width: 100%; height: 100%; }
.heros-photo, .entete-page-photo, .bande-photo { width: 100%; height: 100%; object-fit: cover; }
.a-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 24, 48, .82), rgba(8, 24, 48, .35) 70%), linear-gradient(0deg, rgba(8, 24, 48, .6), transparent 40%); }
.heros-in { padding-top: calc(var(--entete-h) + 40px); padding-bottom: 120px; }
.heros-titre { font-size: clamp(3rem, 8vw, 6.6rem); font-weight: 400; line-height: 1; max-width: 15ch; letter-spacing: -.015em; }
.heros-sous { font-size: clamp(1.1rem, 1.7vw, 1.35rem); max-width: 40ch; margin-top: 1.8rem; color: rgba(248, 245, 239, .82); }
.heros-defiler { position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 14px; font: 500 .66rem/1 var(--sans); letter-spacing: .3em; text-transform: uppercase; text-decoration: none; color: rgba(248, 245, 239, .7); }
.heros-defiler::after { content: ""; width: 1px; height: 46px; background: linear-gradient(var(--or), transparent); animation: descendre 2.4s ease-in-out infinite; transform-origin: top; }
@keyframes descendre { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }
.heros-paysage .p-arc { animation: arc 3.2s cubic-bezier(.3, .6, .2, 1) both .2s; }
.heros-paysage .p-crete { stroke-dasharray: 700; animation: trace 2.6s ease-out both .6s; }
.heros-paysage .p-reflets path { animation: reflet 6s ease-in-out infinite alternate; }
.heros-paysage .p-reflets path:nth-child(2n) { animation-delay: -2s; }
.heros-paysage .p-reflets path:nth-child(3n) { animation-delay: -4s; }
@keyframes arc { from { stroke-dashoffset: 1060; opacity: 0; } }
@keyframes trace { from { stroke-dashoffset: 700; } to { stroke-dashoffset: 0; } }
@keyframes reflet { to { transform: translateX(18px); opacity: .45; } }
.heros-in > * { animation: monter 1.1s cubic-bezier(.2, .7, .2, 1) both; }
.heros-in > :nth-child(2) { animation-delay: .12s; } .heros-in > :nth-child(3) { animation-delay: .24s; } .heros-in > :nth-child(4) { animation-delay: .36s; }
@keyframes monter { from { opacity: 0; transform: translateY(22px); } }
@media (max-width: 760px) {
  .heros { align-items: flex-end; }
  .heros-in { padding-bottom: 110px; }
  .heros-paysage { height: 100%; }
  .heros .boutons .bouton { flex: 1 1 100%; }
  .heros-defiler { display: none; }
  .heros-paysage .p-reflets { opacity: .3; }
  .heros { background: #081830; }
  .heros-paysage { width: 260%; max-width: none; margin-left: -150%; transform: translateY(-24%); }
}

/* ── en-tête des pages intérieures ── */
.entete-page { position: relative; overflow: hidden; isolation: isolate; padding: calc(var(--entete-h) + clamp(60px, 9vw, 120px)) 0 clamp(70px, 9vw, 120px); }
.entete-page-paysage { opacity: .9; }
.entete-page h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); font-weight: 400; max-width: 16ch; }
.entete-page .chapeau { margin-top: 1.6rem; }
.ariane ol { display: flex; flex-wrap: wrap; gap: 6px 0; font: 400 .72rem/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 2.4rem; color: rgba(248, 245, 239, .6); }
.ariane li + li::before { content: "/"; margin: 0 12px; color: var(--or); }
.ariane a { text-decoration: none; } .ariane a:hover { color: var(--ivoire); }

/* ── promesse ── */
.promesse-in { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(40px, 7vw, 120px); align-items: center; }
.devise { font: italic 400 clamp(2rem, 3.6vw, 3.1rem)/1.15 var(--serif); color: var(--nuit); margin: 0; border-left: 1px solid var(--or); padding-left: clamp(24px, 4vw, 56px); }
.devise span { display: block; }
.devise span:nth-child(2) { color: var(--or-fonce); padding-left: .8em; }
.devise span:nth-child(3) { padding-left: 1.6em; }
.devise-petite { font-size: 1.7rem; margin-top: 2rem; }
@media (max-width: 860px) { .promesse-in { grid-template-columns: 1fr; } }

/* ── cartes de services ── */
.section-tete { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(40px, 5vw, 64px); }
.section-tete .titre-section { margin-bottom: 0; }
.services-une { background: var(--ivoire-2); }
.grille-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ligne); border: 1px solid var(--ligne); }
.carte-service {
  position: relative; display: flex; flex-direction: column; padding: clamp(32px, 3.4vw, 48px); background: var(--ivoire);
  text-decoration: none; min-height: 330px; transition: background var(--transition);
}
.services-une .carte-service { background: var(--ivoire-2); }
.carte-service::before { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 100%; background: var(--or); transform: scaleX(0); transform-origin: left; transition: transform .6s cubic-bezier(.2, .7, .2, 1); }
.carte-service:hover { background: #fff; }
.carte-service:hover::before { transform: scaleX(1); }
.carte-service .ic { width: 46px; height: 46px; color: var(--or); stroke-width: 1.3; margin-bottom: 2.2rem; }
.carte-titre { font-size: 1.85rem; margin-bottom: .9rem; }
.carte-service p { color: var(--gris); font-size: 1rem; flex: 1; }
.carte-service .lien-fleche { margin-top: 1.4rem; }
@media (max-width: 980px) { .grille-services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grille-services { grid-template-columns: 1fr; } .carte-service { min-height: 0; } }
.defilant { margin: 0 calc(-1 * var(--gouttiere)); padding: 0 var(--gouttiere); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--or) transparent; }
.grille-defilante { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(280px, 340px); width: max-content; }
.grille-defilante .carte-service { scroll-snap-align: start; }
@media (max-width: 620px) { .grille-defilante { grid-template-columns: none; grid-auto-columns: 82vw; } }

/* ── étapes ── */
.etapes-liste { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 64px); margin-top: clamp(40px, 5vw, 70px); counter-reset: e; }
.etape { border-top: 1px solid var(--ligne); padding-top: 34px; position: relative; }
.etape::before { content: ""; position: absolute; top: -1px; left: 0; width: 64px; height: 1px; background: var(--or); }
.etape-n { display: block; font: 300 clamp(3.6rem, 6vw, 5.2rem)/1 var(--serif); color: var(--or); margin-bottom: 1.4rem; }
.etape h3 { font-size: 1.8rem; margin-bottom: .7rem; }
.etape p { color: var(--gris); }
.sombre .etape { border-color: var(--ligne-claire); } .sombre .etape p { color: rgba(248, 245, 239, .72); }
@media (max-width: 760px) { .etapes-liste { grid-template-columns: 1fr; } }

/* ── bande expériences ── */
.bande { position: relative; overflow: hidden; isolation: isolate; padding: clamp(110px, 14vw, 200px) 0; }
.bande-paysage { opacity: .95; }
.bande-in { max-width: calc(760px + 2 * var(--gouttiere)); margin-left: 0; }
@media (min-width: 1352px) { .bande-in { margin-left: calc((100vw - var(--large)) / 2 - var(--gouttiere)); } }
.lieux { display: flex; flex-wrap: wrap; gap: 10px; margin: 2.2rem 0 2.6rem; }
.lieux li { border: 1px solid rgba(220, 195, 147, .45); color: var(--ivoire); padding: 9px 18px; font: 400 .74rem/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.lieux-clairs li { border-color: var(--sable); color: var(--nuit); background: var(--ivoire-2); }

/* ── pour qui ── */
.pour-qui-liste { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); margin-top: clamp(30px, 4vw, 56px); }
.pour-qui-liste li { padding-top: 26px; border-top: 1px solid var(--or); }
.pour-qui-liste h3 { font-size: 1.6rem; margin-bottom: .6rem; }
.pour-qui-liste p { color: var(--gris); font-size: 1rem; }
@media (max-width: 980px) { .pour-qui-liste { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pour-qui-liste { grid-template-columns: 1fr; } }

/* ── tarifs ── */
.tarifs { background: var(--ivoire-2); text-align: center; }
.tarifs-in { display: flex; flex-direction: column; align-items: center; }
.tarifs .surtitre::after { content: ""; width: 34px; height: 1px; background: currentColor; }
.tarifs .titre-section { max-width: 22ch; }
.mention-tarif { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 0; margin-top: 1.6rem; font: italic 400 1.5rem/1 var(--serif); color: var(--nuit); }
.mention-tarif span + span::before { content: "·"; color: var(--or); margin: 0 18px; font-style: normal; }

/* ── bloc final ── */
.final { text-align: center; position: relative; overflow: hidden; }
.final::before { content: ""; position: absolute; left: 50%; top: 50%; width: min(900px, 140vw); aspect-ratio: 1; transform: translate(-50%, -50%); border: 1px solid rgba(188, 148, 84, .22); border-radius: 50%; pointer-events: none; }
.final-in { display: flex; flex-direction: column; align-items: center; position: relative; }
.final-mono { width: 96px; height: auto; margin-bottom: 2rem; }
.final .surtitre::after { content: ""; width: 34px; height: 1px; background: currentColor; }
.final .boutons { justify-content: center; }
@media (max-width: 560px) { .final .boutons .bouton { flex: 1 1 100%; } }

/* ── page service ── */
.service-in { display: grid; grid-template-columns: 1fr 380px; gap: clamp(40px, 7vw, 110px); align-items: start; }
.service-icone .ic { width: 58px; height: 58px; color: var(--or); stroke-width: 1.2; margin-bottom: 2rem; }
.service-texte .chapeau { color: var(--encre); font-size: clamp(1.15rem, 1.6vw, 1.35rem); }
.prestations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; }
.prestations li, .rassurance li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--ligne); }
.ic-coche { width: 20px; height: 20px; flex: none; color: var(--or); stroke-width: 2; margin-top: .3em; }
.service-carte { position: sticky; top: calc(var(--entete-h) + 24px); background: #fff; border: 1px solid var(--ligne); padding: 40px 36px; box-shadow: var(--ombre); display: flex; flex-direction: column; gap: 12px; }
.service-carte .surtitre { margin-bottom: .2rem; }
.service-carte p { color: var(--gris); font-size: .98rem; }
.service-carte .service-prix { font: italic 400 2.3rem/1 var(--serif); color: var(--nuit) !important; margin: 0 0 .4rem; }
.service-carte .bouton-or { margin-top: 10px; }
.service-promesse, .service-carte .service-promesse { font: italic 400 1.25rem/1.35 var(--serif); color: var(--nuit) !important; border-top: 1px solid var(--ligne); padding-top: 18px; margin: 12px 0 0; }
.flotte ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--ligne); border: 1px solid var(--ligne); }
.flotte li { background: var(--ivoire-2); padding: 28px; }
.flotte-nom { display: block; font: 500 1.45rem/1.15 var(--serif); color: var(--nuit); margin-bottom: .6rem; }
.flotte p { color: var(--gris); font-size: .98rem; margin: 0; }
.inspirations .lieux { margin: 0; }
.autres { background: var(--ivoire-2); }
.autres .carte-service { background: var(--ivoire-2); }
@media (max-width: 960px) {
  .service-in { grid-template-columns: 1fr; }
  .service-carte { position: static; }
}
@media (max-width: 620px) { .prestations, .flotte ul { grid-template-columns: 1fr; } }

/* ── à propos ── */
.apropos-in { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.texte-long p { font-size: 1.12rem; color: var(--encre); }
.texte-long p:first-child::first-letter { font: 400 4.6em/.8 var(--serif); float: left; margin: .08em .12em 0 0; color: var(--or); }
.apropos-visuel { background: var(--ivoire-2); padding: clamp(40px, 6vw, 80px); border: 1px solid var(--ligne); }
.apropos-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.valeurs { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); margin-top: 2rem; }
.valeurs li { border-top: 1px solid var(--or); padding-top: 26px; }
.valeurs h3 { font-size: 1.7rem; margin-bottom: .6rem; }
.valeurs p { color: var(--gris); font-size: 1rem; }
@media (max-width: 900px) { .apropos-in { grid-template-columns: 1fr; } .valeurs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .valeurs { grid-template-columns: 1fr; } }

/* ── contact ── */
.contact-in { display: grid; grid-template-columns: 1fr 380px; gap: clamp(40px, 7vw, 110px); align-items: start; }
.coords { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--ligne); border: 1px solid var(--ligne); }
.coord { background: var(--ivoire); padding: 36px 32px; display: flex; flex-direction: column; gap: 18px; }
.coord .ic { width: 34px; height: 34px; color: var(--or); stroke-width: 1.4; }
.coord-titre { font: 500 .72rem/1.4 var(--sans); letter-spacing: .26em; text-transform: uppercase; color: var(--or-fonce); margin-bottom: .5rem; }
.coord a, .coord span { font: 500 1.45rem/1.3 var(--serif); color: var(--nuit); text-decoration: none; overflow-wrap: anywhere; }
.coord a:hover { color: var(--or-fonce); }
.coord .a-venir, .a-venir { font-style: italic; color: var(--gris) !important; }
@media (max-width: 960px) { .contact-in { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .coords { grid-template-columns: 1fr; } }

/* ── formulaire ── */
.demande-in { display: grid; grid-template-columns: 1fr 320px; gap: clamp(40px, 7vw, 110px); align-items: start; }
.formulaire, .merci { background: #fff; border: 1px solid var(--ligne); padding: clamp(28px, 4.5vw, 56px); box-shadow: var(--ombre); }
.grille-champs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 28px; }
.champ { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.champ-large { grid-column: 1 / -1; }
.champ label { font: 500 .72rem/1.4 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--nuit); }
.obl { color: var(--or-fonce); }
.fac { text-transform: none; letter-spacing: .02em; color: var(--gris); font-weight: 400; }
.champ input, .champ select, .champ textarea {
  width: 100%; font: 400 1.02rem/1.5 var(--sans); color: var(--encre); background: var(--ivoire);
  border: 0; border-bottom: 1px solid rgba(11, 31, 58, .28); border-radius: 0; padding: 14px 14px; min-height: 52px;
  transition: border-color .25s, background .25s; -webkit-appearance: none; appearance: none;
}
.champ textarea { resize: vertical; min-height: 150px; }
.champ input:focus, .champ select:focus, .champ textarea:focus { outline: none; border-bottom-color: var(--or); background: #fbf8f2; box-shadow: 0 1px 0 var(--or); }
.champ ::placeholder { color: #9aa0ab; }
.select { position: relative; }
.select::after { content: ""; position: absolute; right: 18px; top: 50%; width: 8px; height: 8px; border: solid var(--or-fonce); border-width: 0 1.3px 1.3px 0; transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.select select { padding-right: 44px; cursor: pointer; }
.champ-case { flex-direction: row; align-items: flex-start; gap: 14px; }
.champ-case input { width: 20px; height: 20px; min-height: 0; padding: 0; flex: none; margin-top: 2px; border: 1px solid rgba(11, 31, 58, .4); background: #fff; cursor: pointer; }
.champ-case input:checked { background: var(--or) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m5 10.5 3.2 3.2L15 7' fill='none' stroke='%230b1f3a' stroke-width='1.8'/%3E%3C/svg%3E") center/100% no-repeat; border-color: var(--or); }
.champ-case label { font: 300 .95rem/1.6 var(--sans); letter-spacing: 0; text-transform: none; color: var(--gris); }
.champ-case label a { color: var(--nuit); }
.champ-piege { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.champ.erreur input, .champ.erreur select, .champ.erreur textarea { border-bottom-color: #a4372f; box-shadow: 0 1px 0 #a4372f; }
.champ-message { font-size: .86rem; color: #a4372f; margin: -2px 0 0; }
.champ-case .champ-message { flex-basis: 100%; }
.champ-case.erreur { flex-wrap: wrap; }
.formulaire-erreur { margin: 26px 0 0; padding: 14px 18px; border-left: 2px solid #a4372f; background: #fbf1ef; color: #7d2a24; font-size: .96rem; }
.formulaire-pied { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 34px; }
.obl-note { margin: 0; font-size: .86rem; color: var(--gris); }
.merci { text-align: center; display: flex; flex-direction: column; align-items: center; }
.merci:focus { outline: none; }
.merci img { width: 100px; height: auto; margin-bottom: 1.6rem; }
.merci .titre-section { margin-left: auto; margin-right: auto; font-size: clamp(2rem, 3.6vw, 2.8rem); }
.merci .bouton { margin-top: 1.4rem; }
.demande-aside { position: sticky; top: calc(var(--entete-h) + 24px); }
.rassurance li { padding: 18px 0; }
.demande-aside .service-promesse { border: 0; padding: 0; margin-top: 2rem; font-size: 1.5rem; }
@media (max-width: 960px) { .demande-in { grid-template-columns: 1fr; } .demande-aside { position: static; order: -1; } .demande-aside .devise { display: none; } }
@media (max-width: 620px) { .grille-champs { grid-template-columns: 1fr; } .formulaire-pied .bouton { width: 100%; } }

/* ── pages légales ── */
.texte-legal { max-width: calc(780px + 2 * var(--gouttiere)); }
.texte-legal h2 { font-size: 1.9rem; margin: 2.8rem 0 1rem; }
.texte-legal h2:first-child { margin-top: 0; }
.texte-legal p:first-child::first-letter { font: inherit; float: none; margin: 0; color: inherit; }
.mentions { display: grid; grid-template-columns: 200px 1fr; gap: 0; border-top: 1px solid var(--ligne); }
.mentions dt, .mentions dd { padding: 14px 0; border-bottom: 1px solid var(--ligne); margin: 0; }
.mentions dt { font: 500 .74rem/1.9 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--gris); }
@media (max-width: 560px) { .mentions { grid-template-columns: 1fr; } .mentions dt { border: 0; padding-bottom: 0; } }

/* ── 404 ── */
.introuvable { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.introuvable-in { padding-top: var(--entete-h); }
.introuvable h1 { font-size: clamp(2.8rem, 6vw, 4.6rem); font-weight: 400; max-width: 14ch; margin-bottom: 1.4rem; }

/* ── pied de page ── */
.pied { border-top: 1px solid var(--ligne-claire); background: var(--nuit); color: rgba(248, 245, 239, .72); padding: clamp(70px, 9vw, 110px) 0 0; font-size: .96rem; }
.pied-in { max-width: calc(var(--large) + 2 * var(--gouttiere)); margin: 0 auto; padding: 0 var(--gouttiere); display: grid; grid-template-columns: 1.5fr 1fr 1.3fr 1.2fr; gap: clamp(32px, 4vw, 64px); }
.pied-marque img { width: 220px; height: auto; margin-bottom: 1.8rem; }
.pied-devise { font: italic 400 1.35rem/1.35 var(--serif); color: var(--or-clair); }
.pied-titre { font: 500 .7rem/1.4 var(--sans) !important; letter-spacing: .28em; text-transform: uppercase; color: var(--or-clair) !important; margin-bottom: 1.4rem; }
.pied ul li { margin-bottom: .6rem; }
.pied a { text-decoration: none; transition: color .2s; }
.pied a:hover { color: var(--ivoire); }
.pied-services { columns: 1; }
.pied-coord li, .pied-coord a { display: flex; gap: 12px; align-items: flex-start; }
.pied-coord .ic { width: 18px; height: 18px; flex: none; color: var(--or); stroke-width: 1.8; margin-top: .3em; }
.pied-coord + .bouton { margin-top: 1.2rem; }
.pied-bas { max-width: calc(var(--large) + 2 * var(--gouttiere)); margin: clamp(50px, 7vw, 90px) auto 0; padding: 28px var(--gouttiere) 34px; background: linear-gradient(var(--ligne-claire), var(--ligne-claire)) center top / calc(100% - 2 * var(--gouttiere)) 1px no-repeat; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: .84rem; color: rgba(248, 245, 239, .55); }
.pied-legal { display: flex; gap: 24px; }
@media (max-width: 1020px) { .pied-in { grid-template-columns: 1fr 1fr; } .pied-marque { grid-column: 1 / -1; } }
@media (max-width: 560px) { .pied-in { grid-template-columns: 1fr; } }

/* ── barre d'action mobile ── */
.barre-mobile { display: none; }
@media (max-width: 760px) {
  .pied { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .barre-mobile {
    display: grid; grid-template-columns: 1fr 1fr 1.25fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    background: var(--nuit); border-top: 1px solid rgba(188, 148, 84, .35); padding-bottom: env(safe-area-inset-bottom);
    transform: translateY(0); transition: transform .35s;
  }
  .menu-ouvert .barre-mobile { transform: translateY(110%); }
  .barre-mobile a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; height: 66px; color: var(--ivoire); text-decoration: none; font: 500 .64rem/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
  .barre-mobile a + a { border-left: 1px solid var(--ligne-claire); }
  .barre-mobile .ic { width: 21px; height: 21px; stroke-width: 1.7; color: var(--or-clair); }
  .barre-mobile-cta { background: var(--or); color: var(--nuit) !important; border: 0 !important; }
  .barre-mobile-cta .ic { color: var(--nuit) !important; }
}

/* ── apparitions ── */
.js [data-apparait] { opacity: 0; transform: translateY(26px); transition: opacity 1s cubic-bezier(.2, .7, .2, 1), transform 1s cubic-bezier(.2, .7, .2, 1); }
.js [data-apparait].vu { opacity: 1; transform: none; }
.grille-services > :nth-child(3n+2), .etapes-liste > :nth-child(2), .pour-qui-liste > :nth-child(2), .valeurs > :nth-child(2) { transition-delay: .1s; }
.grille-services > :nth-child(3n), .etapes-liste > :nth-child(3), .pour-qui-liste > :nth-child(3), .valeurs > :nth-child(3) { transition-delay: .2s; }
.pour-qui-liste > :nth-child(4), .valeurs > :nth-child(4) { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js [data-apparait] { opacity: 1; transform: none; }
}

@media print {
  .entete, .barre-mobile, .heros-defiler, .pied { display: none; }
  .sombre { background: none; color: #000; } .sombre h1, .sombre h2 { color: #000; }
  .heros-fond, .entete-page-fond, .bande-fond { display: none; }
}
