/* ————————————————————————————————
   Cocktail Cruise — votre bar éphémère
   Ivoire, encre chaude, terracotta.
———————————————————————————————— */

:root {
  --bg: #FAF8F4;
  --surface: #FFFFFF;
  --ink: #1B1713;
  --ink-soft: #6E6457;
  --line: #E7E0D4;
  --accent: #A6512E;
  --accent-deep: #8C4226;
  --danger: #B3261E;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Instrument Sans", -apple-system, "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: inherit; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
}

.container {
  width: min(1200px, 100% - 3rem);
  margin-inline: auto;
}

/* ——— Révélations au défilement ——— */

.no-transition *,
.no-transition *::before,
.no-transition *::after {
  transition: none !important;
}

[data-reveal] {
  transition: opacity 560ms var(--ease-out), transform 560ms var(--ease-out);
}

[data-reveal].will-reveal {
  opacity: 0;
  transform: translateY(18px);
}

/* Cascade d'entrée du héros, au chargement uniquement */

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
}

@keyframes clip-rise {
  from { clip-path: inset(0 0 100% 0); }
}

@keyframes settle {
  from { transform: scale(1.08); }
}

.hero-copy > * { animation: rise 640ms var(--ease-out) backwards; }
.hero-copy > *:nth-child(1) { animation-delay: 60ms; }
.hero-copy > *:nth-child(2) { animation-delay: 140ms; }
.hero-copy > *:nth-child(3) { animation-delay: 220ms; }
.hero-copy > *:nth-child(4) { animation-delay: 300ms; }

.hero-figure {
  clip-path: inset(0 0 0 0);
  animation: clip-rise 900ms var(--ease-out) 100ms backwards;
}

.hero-figure img { animation: settle 1300ms var(--ease-out) 100ms backwards; }

/* Rangées Expériences : photo dévoilée au clip-path, texte en cascade */

.exp-row.will-reveal { opacity: 1; transform: none; }

.exp-figure {
  clip-path: inset(0 0 0 0);
  transition: clip-path 900ms var(--ease-out);
}

.exp-row.will-reveal .exp-figure { clip-path: inset(0 0 100% 0); }

.exp-row.will-reveal .exp-figure img { transform: scale(1.08); }

.exp-copy > * {
  transition: opacity 560ms var(--ease-out), transform 560ms var(--ease-out);
}

.exp-copy > *:nth-child(2) { transition-delay: 70ms; }
.exp-copy > *:nth-child(3) { transition-delay: 140ms; }
.exp-copy > *:nth-child(4) { transition-delay: 210ms; }

.exp-row.will-reveal .exp-copy > * {
  opacity: 0;
  transform: translateY(14px);
  transition-delay: 0ms;
}

/* Têtes de section : titre puis paragraphe */

.section-head.will-reveal { opacity: 1; transform: none; }

.section-head > * {
  transition: opacity 560ms var(--ease-out), transform 560ms var(--ease-out);
}

.section-head > *:nth-child(2) { transition-delay: 90ms; }

.section-head.will-reveal > * {
  opacity: 0;
  transform: translateY(14px);
  transition-delay: 0ms;
}

/* Grilles à éléments décalés (--i posé par le script) */

.ref-grid.will-reveal,
.gallery-grid.will-reveal,
.contact-inner.will-reveal { opacity: 1; transform: none; }

.ref-grid li {
  transition: opacity 500ms var(--ease-out) calc(var(--i, 0) * 40ms),
              transform 500ms var(--ease-out) calc(var(--i, 0) * 40ms);
}

.ref-grid.will-reveal li {
  opacity: 0;
  transform: translateY(10px);
  transition-delay: 0ms;
}

.gallery-grid figure {
  transition: opacity 560ms var(--ease-out) calc(var(--i, 0) * 65ms),
              transform 560ms var(--ease-out) calc(var(--i, 0) * 65ms);
}

.gallery-grid.will-reveal figure {
  opacity: 0;
  transform: translateY(16px);
  transition-delay: 0ms;
}

.custom-gallery figure:nth-child(even) { transition-delay: 80ms; }
.custom-gallery figure.will-reveal { transition-delay: 0ms; }

.contact-inner > * {
  transition: opacity 560ms var(--ease-out), transform 560ms var(--ease-out);
}

.contact-inner > *:nth-child(2) { transition-delay: 70ms; }
.contact-inner > *:nth-child(3) { transition-delay: 140ms; }
.contact-inner > *:nth-child(4) { transition-delay: 210ms; }

.contact-inner.will-reveal > * {
  opacity: 0;
  transform: translateY(14px);
  transition-delay: 0ms;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal],
  [data-reveal].will-reveal { opacity: 1; transform: none; transition: none; }
  .hero-copy > *,
  .hero-figure,
  .hero-figure img { animation: none; }
  .marquee-track { animation: none !important; }
}

/* ——— Pictogrammes décoratifs ——— */

.hero,
.experiences,
.custom,
.gallery,
.references,
.contact {
  position: relative;
  z-index: 0;
}

.deco {
  position: absolute;
  z-index: -1;
  width: var(--s, 32px);
  height: var(--s, 32px);
  color: #D6CBB8;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
  transform: rotate(var(--r, 0deg));
  animation: deco-float 6s ease-in-out infinite alternate;
  animation-delay: var(--d, 0s);
}

.deco-light { color: rgba(250, 248, 244, 0.26); }

@keyframes deco-float {
  to { transform: rotate(var(--r, 0deg)) translateY(-7px); }
}

@media (max-width: 700px) {
  .deco { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .deco { animation: none; }
}

/* ——— Boutons ——— */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.5rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background-color 180ms var(--ease-out),
              border-color 180ms var(--ease-out),
              color 180ms var(--ease-out),
              transform 160ms var(--ease-out);
  cursor: pointer;
}

.btn:active { transform: scale(0.97); }

.btn-solid {
  background: var(--ink);
  color: var(--bg);
}

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

.btn-invert {
  background: var(--bg);
  color: var(--ink);
}

.btn-line-invert {
  border-color: rgba(250, 248, 244, 0.4);
  color: var(--bg);
  background: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-solid:hover { background: var(--accent-deep); color: var(--bg); }
  .btn-line:hover { border-color: var(--accent-deep); color: var(--accent-deep); }
  .btn-invert:hover { background: #EFE9DF; }
  .btn-line-invert:hover { border-color: var(--bg); }
}

.btn:focus-visible,
a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* ——— En-tête ——— */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 248, 244, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 240ms var(--ease-out), transform 280ms var(--ease-out);
}

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

.site-header.is-hidden { transform: translateY(-100%); }

section[id] { scroll-margin-top: 5.5rem; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: 4.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.brand-mark { width: 2.1rem; height: 2.1rem; object-fit: contain; mix-blend-mode: multiply; }

.site-nav {
  display: flex;
  gap: 2rem;
}

.site-nav a {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 160ms var(--ease-out);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .site-nav a:hover { color: var(--ink); }
  .site-nav a:hover::after { transform: scaleX(1); }
}

@media (max-width: 860px) {
  .site-nav { display: none; }
}

@media (max-width: 480px) {
  .header-cta { padding: 0.6rem 1.1rem; font-size: 0.875rem; }
}

/* ——— Héros ——— */

.hero { padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5.5rem); }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(3rem, 7vw, 5.25rem);
  max-width: 12ch;
}

.hero-lead {
  margin: 1.75rem 0 0;
  font-size: 1.125rem;
  color: var(--ink-soft);
  max-width: 52ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 2.25rem;
}

.hero-meta {
  margin: 2.5rem 0 0;
  font-size: 0.9375rem;
  color: var(--ink-soft);
}

.hero-meta a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}

.hero-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}

.hero-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-figure { order: -1; }
}

/* ——— Bandeau défilant ——— */

.marquee {
  border-block: 1px solid var(--line);
  overflow: hidden;
  padding: 1.1rem 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  animation: marquee 36s linear infinite;
}

.marquee-track span {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 420;
  white-space: nowrap;
  color: var(--ink-soft);
}

.marquee-track .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex: none;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ——— Sections ——— */

section { padding: clamp(4rem, 9vw, 7.5rem) 0; }

.section-head { max-width: 60ch; }

.section-head h2 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
}

.section-head p {
  margin: 1.25rem 0 0;
  font-size: 1.0625rem;
  color: var(--ink-soft);
}

/* ——— Expériences ——— */

.experiences { padding-bottom: clamp(2rem, 5vw, 4rem); }

.exp-row {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  border-top: 1px solid var(--line);
  margin-top: clamp(3rem, 6vw, 5.5rem);
}

.section-head + .exp-row { margin-top: clamp(3rem, 6vw, 5rem); }

.exp-row:last-of-type { padding-bottom: 0; }

.exp-row-flip .exp-figure { order: 2; }

.exp-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}

.exp-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 900ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .exp-row:hover .exp-figure img { transform: scale(1.03); }
}

.exp-number {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--accent);
}

.exp-copy h3 {
  font-size: clamp(1.75rem, 3vw, 2.375rem);
  margin-top: 0.75rem;
}

.exp-copy > p:not(.exp-number) {
  margin: 1.125rem 0 0;
  color: var(--ink-soft);
  max-width: 52ch;
}

.exp-copy ul {
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.exp-copy li {
  padding: 0.7rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.9375rem;
}

.exp-copy li:last-child { border-bottom: 1px solid var(--line); }

@media (max-width: 860px) {
  .exp-row { grid-template-columns: 1fr; }
  .exp-row-flip .exp-figure { order: 0; }
}

/* ——— Sur mesure ——— */

.custom {
  background: var(--surface);
  border-block: 1px solid var(--line);
}

.custom-grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.custom-copy { position: sticky; top: 7rem; }

.custom-copy h2 { font-size: clamp(2rem, 4.5vw, 3.25rem); }

.custom-copy p {
  margin: 1.25rem 0 2rem;
  font-size: 1.0625rem;
  color: var(--ink-soft);
}

.custom-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.custom-gallery figure:nth-child(even) { margin-top: clamp(2rem, 5vw, 4rem); }

.custom-gallery figure { margin: 0; }

.custom-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
}

.custom-gallery figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: var(--ink-soft);
}

@media (max-width: 860px) {
  .custom-grid { grid-template-columns: 1fr; }
  .custom-copy { position: static; }
}

@media (max-width: 540px) {
  .custom-gallery { grid-template-columns: 1fr; }
  .custom-gallery figure:nth-child(even) { margin-top: 0; }
}

/* ——— Galerie ——— */

.gallery {
  border-top: 1px solid var(--line);
  padding-bottom: 0;
}

.gallery-grid {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  column-count: 3;
  column-gap: clamp(1.25rem, 2.5vw, 2rem);
}

.gallery-grid figure {
  margin: 0 0 clamp(1.25rem, 2.5vw, 2rem);
  break-inside: avoid;
}

.gallery-grid img,
.gallery-grid video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.gallery-grid figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: var(--ink-soft);
}

@media (max-width: 860px) {
  .gallery-grid { column-count: 2; }
}

@media (max-width: 540px) {
  .gallery-grid { column-count: 1; }
}

/* ——— Références ——— */

.ref-grid {
  margin: clamp(2.5rem, 5vw, 4rem) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.ref-grid li {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 2;
  padding: 1.5rem;
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ref-grid img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 240ms var(--ease-out), opacity 240ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .ref-grid li:hover img { filter: grayscale(0); opacity: 1; }
}

/* ——— Formulaire de devis ——— */

.quote { border-top: 1px solid var(--line); }

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.quote-intro { position: sticky; top: 7rem; }

.quote-intro h2 { font-size: clamp(2rem, 4.5vw, 3.25rem); }

.quote-intro > p {
  margin: 1.25rem 0 2rem;
  font-size: 1.0625rem;
  color: var(--ink-soft);
}

.quote-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-points li {
  position: relative;
  padding: 0.7rem 0 0.7rem 1.6rem;
  border-top: 1px solid var(--line);
  font-size: 0.9375rem;
  color: var(--ink-soft);
}

.quote-points li:last-child { border-bottom: 1px solid var(--line); }

.quote-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.form-note {
  margin: 0 0 1.75rem;
  font-size: 0.875rem;
  color: var(--ink-soft);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1.25rem;
}

.field { display: flex; flex-direction: column; min-width: 0; }

.field-wide { grid-column: 1 / -1; }

.field label,
.quote-form legend {
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink);
}

.field .opt { color: var(--ink-soft); font-weight: 400; }

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: border-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out);
  -webkit-appearance: none;
  appearance: none;
}

.quote-form textarea { resize: vertical; line-height: 1.55; }

.quote-form select {
  padding-right: 2.4rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5l5-5' stroke='%236E6457' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
}

.quote-form select:invalid { color: #A79C8C; }

.quote-form input:focus-visible,
.quote-form select:focus-visible,
.quote-form textarea:focus-visible {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(166, 81, 46, 0.14);
}

/* Champ montant avec suffixe FCFA */

.input-suffix { position: relative; display: flex; }

.input-suffix input { padding-right: 3.9rem; }

.input-suffix span {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  pointer-events: none;
}

.field-hint {
  margin: 0.45rem 0 0;
  font-size: 0.8125rem;
  color: var(--ink-soft);
}

.field-error {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 0.8125rem;
  color: var(--danger);
  opacity: 0;
  transition: opacity 200ms var(--ease-out), max-height 200ms var(--ease-out), margin 200ms var(--ease-out);
}

.field.has-error .field-error {
  margin-top: 0.45rem;
  max-height: 3rem;
  opacity: 1;
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea { border-color: var(--danger); }

/* Formules — puces à cocher */

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

.chip-group { display: flex; flex-wrap: wrap; gap: 0.6rem; }

.chip {
  position: relative;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
}

.chip input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  min-height: 0;
  opacity: 0;
}

.chip span {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.6rem 1.1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 160ms var(--ease-out), border-color 160ms var(--ease-out),
              color 160ms var(--ease-out), transform 140ms var(--ease-out);
}

.chip span:active { transform: scale(0.97); }

.chip input:checked + span {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--bg);
}

.chip input:focus-visible + span {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .chip input:not(:checked) + span:hover { border-color: var(--ink-soft); }
}

.field.has-error .chip span { border-color: var(--danger); }

/* Pied de formulaire */

.form-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-top: 2rem;
}

.form-foot .btn { min-height: 48px; }

.form-legal {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--ink-soft);
}

.form-status {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: var(--danger);
}

.form-status:empty { display: none; }

/* Confirmation */

.quote-done {
  padding: clamp(1.75rem, 4vw, 2.5rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.quote-done h3 { font-size: clamp(1.5rem, 3vw, 2rem); }

.quote-done p {
  margin: 1rem 0 1.75rem;
  color: var(--ink-soft);
  max-width: 46ch;
}

.quote-done-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

@media (max-width: 860px) {
  .quote-grid { grid-template-columns: 1fr; }
  .quote-intro { position: static; }
}

@media (max-width: 560px) {
  .field-grid { grid-template-columns: 1fr; }
  .form-foot .btn { width: 100%; }
}

/* ——— Contact ——— */

.contact {
  background: var(--ink);
  color: var(--bg);
}

.contact-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact h2 { font-size: clamp(2.25rem, 5vw, 3.75rem); }

.contact p {
  margin: 1.25rem 0 0;
  max-width: 52ch;
  color: rgba(250, 248, 244, 0.72);
  font-size: 1.0625rem;
}

.contact-phone {
  margin-top: 2.5rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 420;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: var(--bg);
  transition: color 180ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .contact-phone:hover { color: #D89A76; }
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 2.5rem;
}

/* ——— Pied de page ——— */

.site-footer {
  background: var(--ink);
  color: rgba(250, 248, 244, 0.55);
  border-top: 1px solid rgba(250, 248, 244, 0.12);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 2rem;
  padding: 1.5rem 0;
  font-size: 0.875rem;
}

.footer-logo {
  width: 3.5rem;
  height: auto;
  filter: invert(1);
  mix-blend-mode: screen;
  opacity: 0.9;
}

.footer-inner p { margin: 0; }

.footer-inner a {
  color: rgba(250, 248, 244, 0.8);
  text-decoration: none;
}

.footer-inner a:hover { color: var(--bg); }
