/* ==========================================================================
   Limousine Genève — feuille de style unique.
   Nocturne et ivoire, filet d'or. Italiana pour les titres, Albert Sans pour le texte.
   ========================================================================== */

@font-face { font-family: 'Italiana'; src: url('../fonts/italiana.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Albert Sans'; src: url('../fonts/albert-sans.woff2') format('woff2'); font-weight: 400 600; font-display: swap; }
@font-face { font-family: 'Albert Sans'; src: url('../fonts/albert-sans-italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }

:root {
	--noir: #0d0e11;
	--noir-2: #15171c;
	--noir-3: #1d2027;
	--ivoire: #f3eee3;
	--ivoire-2: #e9e2d2;
	--ivoire-3: #ddd4c0;
	--or: #c9a962;
	--or-2: #e4cb8e;
	--or-dim: rgba(201, 169, 98, .35);
	--brume: #9aa0ab;
	--encre: #17181c;
	--encre-2: #4c4f57;
	--display: 'Italiana', 'Didot', 'Bodoni MT', Georgia, serif;
	--sans: 'Albert Sans', 'Helvetica Neue', Arial, sans-serif;
	--wrap: 1200px;
	--gutter: clamp(16px, 4vw, 48px);
	--radius: 4px;
	--ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal, .facts li, .hero__copy > *, .hero__car { animation: none !important; opacity: 1 !important; transform: none !important; transition: none !important; } }
body {
	margin: 0; background: var(--noir); color: var(--ivoire);
	font-family: var(--sans); font-size: 17px; line-height: 1.6; font-weight: 400;
	-webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; line-height: 1.05; margin: 0 0 .5em; letter-spacing: .01em; }
h1 { font-size: clamp(2.6rem, 7vw, 5.6rem); }
h2, .h-display { font-size: clamp(2rem, 4.2vw, 3.4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
em { font-style: normal; color: var(--or); }
::selection { background: var(--or); color: var(--noir); }
:focus-visible { outline: 2px solid var(--or); outline-offset: 3px; }

.skip { position: absolute; left: -999px; top: 8px; background: var(--or); color: var(--noir); padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 8px; }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.wrap--narrow { width: min(820px, 100% - 2 * var(--gutter)); }

/* Filets et grain --------------------------------------------------------- */
.rule { display: block; width: 72px; height: 1px; background: var(--or); margin: 1.6rem 0; }
.rule--hero { width: 100%; height: 1px; margin: 0; background: linear-gradient(90deg, var(--or) 0, var(--or-dim) 40%, transparent 100%); }
.band--dark::before, .hero::before {
	content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .045; mix-blend-mode: screen;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Typo utilitaire ---------------------------------------------------------- */
.eyebrow { font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; color: var(--brume); margin: 0 0 .9rem; }
.eyebrow--gold { color: var(--or); }
.link-arrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 500; letter-spacing: .02em; color: var(--or); border-bottom: 1px solid var(--or-dim); padding-bottom: 2px; transition: border-color .3s, gap .3s var(--ease); }
.link-arrow::after { content: '→'; transition: transform .3s var(--ease); }
.link-arrow:hover { border-color: var(--or); }
.link-arrow:hover::after { transform: translateX(4px); }

/* Boutons ----------------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .95rem 1.7rem; border-radius: var(--radius); font-weight: 500; font-size: .95rem; letter-spacing: .04em; border: 1px solid transparent; cursor: pointer; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; font-family: inherit; line-height: 1.2; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--gold { background: var(--or); color: var(--noir); }
.btn--gold:hover { background: var(--or-2); }
.btn--ghost { border-color: rgba(243, 238, 227, .35); color: var(--ivoire); }
.btn--ghost:hover { border-color: var(--or); color: var(--or); }
.band--ivory .btn--ghost, .page-body .btn--ghost { border-color: rgba(23, 24, 28, .3); color: var(--encre); }
.btn--sm { padding: .6rem 1.1rem; font-size: .85rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* En-tête ----------------------------------------------------------------- */
.site-head { position: sticky; top: 0; z-index: 50; background: rgba(13, 14, 17, .72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s; }
.site-head.is-scrolled { border-bottom-color: rgba(201, 169, 98, .18); background: rgba(13, 14, 17, .9); }
.site-head__inner { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; display: flex; align-items: center; gap: 2rem; min-height: 72px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; color: var(--ivoire); }
.brand .logo { height: 54px; width: auto; display: block; }
.site-foot__logo { color: var(--ivoire); margin-bottom: 1rem; }
.site-foot__logo .logo { height: 64px; width: auto; }
.brand__mark { width: 22px; height: 22px; border-left: 2px solid var(--or); border-bottom: 2px solid var(--or); transform: translateY(-2px); }
.brand__word { font-family: var(--display); font-size: 1.45rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ivoire); white-space: nowrap; }
.brand__word--lg { font-size: 1.9rem; margin: 0 0 .6rem; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 1.8rem; }
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.6rem; }
.nav-list a, .nav__lang { font-size: .9rem; font-weight: 500; letter-spacing: .04em; color: var(--ivoire-2); position: relative; padding: .3rem 0; }
.nav-list a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--or); transition: right .3s var(--ease); }
.nav-list a:hover::after, .nav-list .current-menu-item a::after { right: 0; }
.nav__lang { color: var(--or); border: 1px solid var(--or-dim); padding: .3rem .7rem; border-radius: var(--radius); font-size: .8rem; }
.site-head__actions { display: flex; align-items: center; gap: 1rem; }
.head-phone { font-weight: 500; font-size: .95rem; letter-spacing: .02em; }
.burger { display: none; width: 44px; height: 44px; background: none; border: 0; padding: 10px; cursor: pointer; flex-direction: column; justify-content: center; gap: 6px; }
.burger span { display: block; height: 1.5px; background: var(--ivoire); transition: transform .3s var(--ease), opacity .3s; }
.nav-open .burger span:first-child { transform: translateY(3.75px) rotate(45deg); }
.nav-open .burger span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

@media (max-width: 960px) {
	.nav { position: fixed; inset: 72px 0 0; background: var(--noir); flex-direction: column; align-items: flex-start; padding: 2rem var(--gutter); gap: 1.4rem; transform: translateX(100%); transition: transform .4s var(--ease); border-top: 1px solid var(--or-dim); }
	.nav-open .nav { transform: none; }
	.nav-list { flex-direction: column; gap: 1.2rem; }
	.nav-list a { font-family: var(--display); font-size: 2rem; letter-spacing: .04em; }
	.burger { display: flex; }
	.head-phone { display: none; }
	.site-head__actions { margin-left: auto; }
}
@media (max-width: 480px) {
	.site-head__inner { gap: .6rem; }
	.brand { min-width: 0; }
	.brand .logo { height: 42px; }
	.btn--sm { padding: .5rem .75rem; font-size: .78rem; }
	.burger { width: 40px; padding: 8px; }
}

/* Héros ------------------------------------------------------------------- */
.hero { position: relative; padding: clamp(3rem, 8vw, 7rem) 0 0; overflow: hidden; isolation: isolate; }
.hero::after { content: ''; position: absolute; right: -10%; top: 10%; width: 60vw; height: 60vw; max-width: 900px; max-height: 900px; background: radial-gradient(closest-side, rgba(201, 169, 98, .16), transparent 70%); z-index: -1; filter: blur(20px); }
.hero__inner { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; }
.hero__copy > * { opacity: 0; transform: translateY(18px); animation: rise .9s var(--ease) forwards; }
.hero__eyebrow { animation-delay: .05s; }
.hero__title { animation-delay: .15s; font-size: clamp(3.4rem, 9vw, 7.2rem); line-height: .95; margin-bottom: .3em; }
.hero__title em { display: block; padding-left: .12em; }
.hero__lead { animation-delay: .3s; font-size: clamp(1.05rem, 1.4vw, 1.25rem); color: var(--ivoire-2); max-width: 34em; line-height: 1.65; }
.hero__btns { animation-delay: .42s; margin-top: 1.6rem; }
.hero__car { margin: 0; position: relative; opacity: 0; transform: translateX(40px); animation: slide 1.2s var(--ease) .25s forwards; }
.hero__car::before { content: ''; position: absolute; left: 6%; right: 6%; bottom: 8%; height: 18%; background: radial-gradient(ellipse at center, rgba(0, 0, 0, .7), transparent 70%); filter: blur(10px); z-index: -1; }
.hero__car img { width: 100%; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .5)); }
.facts { list-style: none; margin: clamp(2rem, 5vw, 4rem) 0 0; padding: 0; border-top: 1px solid rgba(201, 169, 98, .22); border-bottom: 1px solid rgba(201, 169, 98, .22); display: grid; grid-template-columns: repeat(3, 1fr); width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.facts li { padding: 1.3rem 1.2rem; border-left: 1px solid rgba(201, 169, 98, .22); opacity: 0; animation: rise .8s var(--ease) var(--d, 0s) forwards; }
.facts li:first-child { border-left: 0; padding-left: 0; }
.facts strong { display: block; font-family: var(--display); font-size: clamp(1.5rem, 2.6vw, 2.2rem); color: var(--or); letter-spacing: .03em; line-height: 1; }
.facts span { font-size: .85rem; color: var(--brume); letter-spacing: .05em; }
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes slide { to { opacity: 1; transform: none; } }
@media (max-width: 860px) {
	.hero__inner { grid-template-columns: 1fr; gap: 1.5rem; }
	.hero__car { order: -1; max-width: 520px; margin-inline: auto; width: 100%; }
	.facts { grid-template-columns: 1fr; }
	.facts li { border-left: 0; padding-left: 0; border-top: 1px solid rgba(201, 169, 98, .22); }
	.facts li:first-child { border-top: 0; }
}

/* Bandes ------------------------------------------------------------------ */
.band { position: relative; padding: clamp(3.5rem, 8vw, 7rem) 0; }
.band--dark { background: var(--noir); color: var(--ivoire); }
.band--ivory { background: var(--ivoire); color: var(--encre); }
.band--ivory .eyebrow { color: var(--encre-2); }
.band--ivory .eyebrow--gold { color: #9c7f3a; }
.band--ivory h2, .band--ivory h3 { color: var(--encre); }
.band--ivory em { color: #9c7f3a; }

/* Piliers ----------------------------------------------------------------- */
.pillars { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem 2rem; counter-reset: p; }
.pillars li { border-top: 1px solid rgba(23, 24, 28, .18); padding-top: 1.2rem; }
.pillars__n { font-family: var(--display); font-size: 1.1rem; color: #9c7f3a; letter-spacing: .1em; display: block; margin-bottom: .8rem; }
.pillars h3 { font-size: 1.5rem; margin-bottom: .4em; }
.pillars p { color: var(--encre-2); font-size: .98rem; margin: 0; }
@media (max-width: 960px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .pillars { grid-template-columns: 1fr; gap: 1.6rem; } }

/* Services ---------------------------------------------------------------- */
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.5rem; }
.service-card { display: flex; flex-direction: column; gap: .8rem; padding: 2rem 1.8rem 1.8rem; background: var(--noir-2); border: 1px solid rgba(201, 169, 98, .14); border-radius: var(--radius); position: relative; overflow: hidden; transition: transform .35s var(--ease), border-color .35s; }
.service-card::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--or); transform: scaleY(0); transform-origin: top; transition: transform .45s var(--ease); }
.service-card:hover { transform: translateY(-4px); border-color: var(--or-dim); }
.service-card:hover::before { transform: none; }
.service-card__n { font-family: var(--display); color: var(--or); letter-spacing: .1em; }
.service-card h3 { font-size: 1.6rem; }
.service-card p { color: var(--brume); flex: 1; margin: 0; }
@media (max-width: 860px) { .services__grid { grid-template-columns: 1fr; } }

/* Flotte ------------------------------------------------------------------ */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: end; margin-bottom: 2.5rem; }
.split__text { color: var(--encre-2); font-size: 1.05rem; max-width: 36em; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.fleet-card { background: #fff; border: 1px solid rgba(23, 24, 28, .08); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s; }
.fleet-card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -24px rgba(23, 24, 28, .35); }
.fleet-card__media { background: linear-gradient(180deg, #f7f4ec, #ebe5d6); padding: 1.6rem 1.4rem .6rem; aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; }
.fleet-card__media img { width: 92%; height: auto; max-height: 100%; object-fit: contain; transition: transform .6s var(--ease); filter: drop-shadow(0 18px 18px rgba(23, 24, 28, .18)); }
.fleet-card:hover .fleet-card__media img { transform: scale(1.04); }
.fleet-card__body { padding: 1.4rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.fleet-card__body h3 { font-size: 1.45rem; margin: 0; }
.fleet-card__desc { color: var(--encre-2); font-size: .95rem; flex: 1; }
.fleet-card__meta { display: flex; gap: 1rem; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--encre-2); margin: 0 0 .4rem; }
.fleet-card__meta span + span::before { content: '·'; margin-right: 1rem; color: #9c7f3a; }
.band--dark .fleet-card { background: var(--noir-2); border-color: rgba(201, 169, 98, .14); }
.band--dark .fleet-card__media { background: linear-gradient(180deg, #1d2027, #15171c); }
.band--dark .fleet-card__body h3 { color: var(--ivoire); }
.band--dark .fleet-card__desc, .band--dark .fleet-card__meta { color: var(--brume); }
@media (max-width: 960px) { .fleet-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .fleet-grid { grid-template-columns: 1fr; } }

/* Genève (éditorial) ------------------------------------------------------ */
.geneva__inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; }
.geneva__head { position: sticky; top: 100px; align-self: start; }
.geneva__text p { font-size: 1.08rem; color: var(--ivoire-2); line-height: 1.75; }
.geneva__text p:first-child::first-letter { font-family: var(--display); font-size: 3.4em; float: left; line-height: .8; padding: .1em .12em 0 0; color: var(--or); }
@media (max-width: 860px) { .geneva__inner { grid-template-columns: 1fr; } .geneva__head { position: static; } }

/* FAQ --------------------------------------------------------------------- */
.faq__title { margin-bottom: 1.5rem; }
.faq__item { border-top: 1px solid rgba(23, 24, 28, .18); }
.faq__item:last-child { border-bottom: 1px solid rgba(23, 24, 28, .18); }
.faq__item summary { list-style: none; cursor: pointer; padding: 1.2rem 2.6rem 1.2rem 0; font-family: var(--display); font-size: 1.35rem; position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; position: absolute; right: .2rem; top: 50%; transform: translateY(-50%); font-family: var(--sans); font-weight: 300; font-size: 1.6rem; color: #9c7f3a; transition: transform .3s var(--ease); }
.faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__a { padding: 0 2.6rem 1.4rem 0; color: var(--encre-2); }
.faq__a p:last-child { margin: 0; }
.band--dark .faq__item, .band--dark .faq__item:last-child { border-color: rgba(201, 169, 98, .22); }
.band--dark .faq__a { color: var(--brume); }

/* Bandeau CTA ------------------------------------------------------------- */
.cta-band { background: var(--noir); color: var(--ivoire); padding: clamp(3.5rem, 8vw, 6.5rem) 0; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; left: 50%; top: 50%; width: 120vw; height: 1px; background: linear-gradient(90deg, transparent, var(--or-dim), transparent); transform: translate(-50%, -50%); }
.cta-band__inner { width: min(820px, 100% - 2 * var(--gutter)); margin-inline: auto; text-align: center; position: relative; background: var(--noir); padding: 0 1rem; }
.cta-band h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
.cta-band p { color: var(--brume); max-width: 36em; margin-inline: auto; }
.cta-band .btn-row { justify-content: center; margin-top: 1.6rem; }

/* Pages intérieures ------------------------------------------------------- */
.page-hero { position: relative; padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem); }
.page-hero__inner { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.page-hero h1 { max-width: 14em; }
.page-hero__sub { font-size: clamp(1.05rem, 1.4vw, 1.25rem); color: var(--ivoire-2); max-width: 36em; margin: 0; }
.crumbs { font-size: .8rem; letter-spacing: .06em; color: var(--brume); display: flex; gap: .6rem; margin-bottom: 1.6rem; }
.crumbs a:hover { color: var(--or); }
.page-body { background: var(--ivoire); color: var(--encre); padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem); }
.page-body > * { width: min(820px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.page-body > .fleet-grid, .page-body > .cta-band, .page-body > .pillars, .page-body--wide > * { width: min(var(--wrap), 100% - 2 * var(--gutter)); }
.page-body > .cta-band { width: 100%; margin-top: 3rem; margin-bottom: -3rem; }
.page-body h2 { margin-top: 2.2em; font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.page-body h2:first-child { margin-top: 0; }
.page-body h3 { margin-top: 1.6em; }
.page-body p, .page-body li { color: #2b2d33; font-size: 1.05rem; line-height: 1.7; }
.page-body a:not(.btn):not(.link-arrow) { color: #9c7f3a; border-bottom: 1px solid rgba(156, 127, 58, .4); }
.page-body ul, .page-body ol { padding-left: 1.2em; }
.page-body .eyebrow--gold { color: #9c7f3a; }
.page-body .faq { margin-top: 3rem; }
.page-body .pillars { margin: 2rem auto 3rem; }
.page-body table { width: 100%; border-collapse: collapse; font-size: .98rem; margin: 1.5rem 0; }
.page-body th, .page-body td { text-align: left; padding: .8rem .6rem; border-bottom: 1px solid rgba(23, 24, 28, .14); vertical-align: top; }
.page-body th { font-weight: 500; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--encre-2); }
.page-body td:last-child { white-space: nowrap; }
@media (max-width: 600px) { .page-body table { display: block; overflow-x: auto; } }
.callout { border-left: 2px solid #9c7f3a; padding: 1rem 1.4rem; background: rgba(156, 127, 58, .08); margin: 1.6rem 0; border-radius: 0 var(--radius) var(--radius) 0; }
.callout p:last-child { margin: 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
@media (max-width: 720px) { .two-col { grid-template-columns: 1fr; } }
.todo { background: #fff3cd; color: #5c4400; padding: .8rem 1rem; border: 1px dashed #c9a962; font-size: .95rem; }

/* Véhicule conseillé (pages destinations / occasions) ----------------------- */
.vehicle-inline { margin: 1.4rem 0 .4rem; background: linear-gradient(180deg, #f7f4ec, #ebe5d6); border-radius: var(--radius); padding: 1.2rem 1.2rem .8rem; text-align: center; }
.vehicle-inline img { width: min(420px, 80%); margin: 0 auto; filter: drop-shadow(0 16px 16px rgba(23, 24, 28, .18)); }
.vehicle-inline figcaption { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--encre-2); margin-top: .6rem; }

/* Grille de liens (hubs) --------------------------------------------------- */
.hub-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem 1.4rem; list-style: none; padding: 0; margin: 1.2rem 0 2rem; }
.hub-grid li { border-top: 1px solid rgba(23, 24, 28, .14); padding: .8rem 0 .2rem; }
.hub-grid a { font-family: var(--display); font-size: 1.35rem; border: 0 !important; color: var(--encre) !important; }
.hub-grid a:hover { color: #9c7f3a !important; }
.hub-grid span { display: block; font-size: .9rem; color: var(--encre-2); }
@media (max-width: 520px) { .hub-grid { grid-template-columns: 1fr; } }

/* Voir aussi -------------------------------------------------------------- */
.see-also { border-top: 1px solid rgba(23, 24, 28, .14); padding-top: 1rem; margin-top: 2rem; font-size: .95rem; line-height: 1.9; }
.see-also strong { font-weight: 500; letter-spacing: .06em; text-transform: uppercase; font-size: .78rem; color: var(--encre-2); margin-right: .4rem; }

/* Formulaire -------------------------------------------------------------- */
.lg-form { background: #fff; border: 1px solid rgba(23, 24, 28, .1); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.4rem); margin-block: 2rem; }
.hp { position: absolute; left: -9999px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.4rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--encre-2); font-weight: 500; }
.field label span { color: #9c7f3a; }
.field input, .field select, .field textarea { font: inherit; font-size: 1rem; padding: .75rem .9rem; border: 1px solid rgba(23, 24, 28, .2); border-radius: var(--radius); background: #fbfaf7; color: var(--encre); transition: border-color .25s, box-shadow .25s; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: #9c7f3a; box-shadow: 0 0 0 3px rgba(201, 169, 98, .25); }
.field--check { flex-direction: row; align-items: flex-start; gap: .7rem; }
.field--check input { width: 18px; height: 18px; margin-top: .2rem; accent-color: #9c7f3a; }
.field--check label { text-transform: none; letter-spacing: 0; font-size: .92rem; font-weight: 400; }
.lg-form__foot { display: flex; align-items: center; gap: 1.4rem; margin-top: 1.6rem; flex-wrap: wrap; }
.lg-form__hint { font-size: .88rem; color: var(--encre-2); margin: 0; max-width: 30em; }
.lg-form__ok { text-align: center; padding: 2rem 0; }
.lg-form__ok h3 { font-size: 2rem; }
.lg-form__err { color: #8a2b1c; margin-top: 1rem; }
@media (max-width: 600px) { .field-grid { grid-template-columns: 1fr; } }

/* Pied de page ------------------------------------------------------------ */
.site-foot { background: var(--noir); color: var(--ivoire-2); border-top: 1px solid rgba(201, 169, 98, .18); padding: clamp(3rem, 6vw, 5rem) 0 0; }
.site-foot__inner { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr .9fr; gap: 2.2rem; }
.site-foot__col a { font-size: .92rem; }
.site-foot__tag { color: var(--brume); max-width: 30em; }
.site-foot__contact a { color: var(--ivoire); }
.site-foot__contact a:hover { color: var(--or); }
.site-foot__avail { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--or); }
.site-foot__col h2 { font-family: var(--sans); font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--brume); margin-bottom: 1rem; }
.site-foot__col a { display: block; padding: .3rem 0; color: var(--ivoire-2); }
.site-foot__col a:hover { color: var(--or); }
.site-foot__base { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin: 3rem auto 0; padding: 1.4rem 0; border-top: 1px solid rgba(243, 238, 227, .1); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; color: var(--brume); }
.site-foot__mono { letter-spacing: .2em; text-transform: uppercase; }
@media (max-width: 1100px) { .site-foot__inner { grid-template-columns: 1fr 1fr 1fr; } .site-foot__brand { grid-column: 1 / -1; } }
@media (max-width: 600px) { .site-foot__inner { grid-template-columns: 1fr 1fr; gap: 1.6rem; } }

/* Apparition -------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0ms); }
.reveal.is-in { opacity: 1; transform: none; }
