/*
* ============================================================
* STYLE.CSS — AIGUISE PIERRE · V2 (galerie cinématographique)
* ============================================================
* DIRECTION — /ui-ux-pro-max :
* Mix : Cinematic Gallery · Bento Box · Parallax Storytelling.
* Essence : galerie nocturne où photos & vidéos du client sont la
*   lumière ; précision japonaise, angles nets, filets bronze,
*   typographie Didone dramatique + indices techniques monospace.
* Signature : cadres à coins « registration ticks », kanji vertical
*   切れ味, marquee de photos, vidéos client en boucle.
* ⚠ Tokens dans @theme + :root miroir (<head>). @apply indisponible.
* ============================================================
*/

/* 1. BASE -------------------------------------------------------------- */
html { scroll-behavior: smooth; }
body {
  background-color: var(--color-canvas);
  color: var(--color-paper);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* grain + halos chauds */
  background-image:
    radial-gradient(circle at 80% -10%, rgba(199,154,99,0.10), transparent 45%),
    radial-gradient(circle at 5% 105%, rgba(136,96,56,0.08), transparent 40%);
  background-attachment: fixed;
}
::selection { background: var(--color-primary); color: #14110D; }
:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 3px; }
img { max-width: 100%; height: auto; display: block; }

.skip-link {
  position: absolute; top: -100%; left: 0;
  background: var(--color-primary); color: #14110D;
  padding: 12px 24px; z-index: 9999; font-weight: 700; text-decoration: none;
}
.skip-link:focus { top: 0; }

.wrap { max-width: 1280px; margin: 0 auto; padding-left: 1.5rem; padding-right: 1.5rem; }
@media (min-width: 768px) { .wrap { padding-left: 2.5rem; padding-right: 2.5rem; } }

/* 2. TYPOGRAPHIE ------------------------------------------------------- */
/* V2-B : tous les titres en MAJUSCULES (text-transform — le texte source reste inchangé) */
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--color-paper); font-weight: 700; line-height: 1.1; letter-spacing: 0.02em; text-transform: uppercase; }
h1 { font-size: clamp(2.5rem, 5.6vw, 5rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 1.9vw, 1.75rem); font-weight: 600; }
p { line-height: 1.75; }
main p { max-width: 60ch; }
.lead { color: var(--color-paper-soft); }

/* surtitre mono technique */
.surtitre {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  color: var(--color-primary);
  display: inline-flex; align-items: center; gap: 0.7rem;
}
.surtitre::before { content: ""; width: 26px; height: 1px; background: var(--color-primary); }
.surtitre.is-centered { justify-content: center; }
.accent { color: var(--color-primary); }
.kanji { font-family: var(--font-jp); }

.hairline { height: 1px; background: var(--color-line); border: 0; }

/* index mono géant (liste numérotée) */
.index-num { font-family: var(--font-mono); color: var(--color-primary); font-size: clamp(0.9rem,1.4vw,1.05rem); letter-spacing: 0.1em; }

/* kanji vertical décoratif */
.kanji-vert {
  font-family: var(--font-jp);
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  opacity: 0.85;
}
.kanji-ghost {
  font-family: var(--font-jp);
  position: absolute; line-height: 1; font-weight: 600;
  color: var(--color-primary); opacity: 0.06; pointer-events: none; user-select: none;
}

/* 3. HEADER / NAV ------------------------------------------------------ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  background: transparent;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(20,17,13,0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-line);
}
.nav-logo__img { height: 42px; width: auto; object-fit: contain; transition: opacity 0.3s ease; }
@media (max-width: 768px) { .nav-logo__img { height: 36px; } }
.nav-logo:hover .nav-logo__img { opacity: 0.82; }

.nav-links-desktop { display: none; list-style: none; padding: 0; margin: 0; }
.nav-cta-desktop { display: none; }
.burger { display: inline-flex; }
@media (min-width: 1024px) {
  .nav-links-desktop { display: flex; }
  .nav-cta-desktop { display: inline-flex; }
  .burger { display: none; }
}
.nav-link {
  position: relative;
  font-family: var(--font-mono);
  text-transform: uppercase; letter-spacing: 0.16em;
  font-size: 0.72rem; font-weight: 400;
  color: var(--color-paper); text-decoration: none;
  transition: color 0.2s ease;
}
.nav-link .nav-idx { color: var(--color-primary); margin-right: 0.4rem; opacity: 0.8; }
.nav-link:hover { color: var(--color-primary); }
.nav-link.active { color: var(--color-primary); }
.nav-link.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 1px; background: var(--color-primary); }

.burger { flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 26px; height: 2px; background: var(--color-paper); transition: transform 0.3s ease, opacity 0.3s ease; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0 0 0 auto; width: min(84%, 380px);
  background: var(--color-panel); z-index: 49;
  transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  padding: 100px 32px 32px;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu ul { list-style: none; padding: 0; margin: 0; }
.mobile-menu a {
  display: block; font-family: var(--font-mono); text-transform: uppercase;
  letter-spacing: 0.12em; font-size: 0.9rem; color: var(--color-paper);
  text-decoration: none; padding: 16px 0; border-bottom: 1px solid var(--color-line);
  transition: color 0.2s ease;
}
.mobile-menu a:hover { color: var(--color-primary); }
.mobile-menu .mobile-cta { margin-top: 24px; border: 1px solid var(--color-primary); color: var(--color-primary); text-align: center; }
.menu-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 48; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.menu-backdrop.open { opacity: 1; visibility: visible; }

/* 4. BOUTONS — 3 NIVEAUX ----------------------------------------------- */
.btn-primary, .btn-secondary, .link-inline { transition: all 0.2s ease; cursor: pointer; }
.btn-primary, .btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  font-family: var(--font-mono); font-weight: 700; font-size: 0.76rem;
  letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
  padding: 1.05rem 2.1rem; border-radius: var(--radius-btn); border: 1px solid transparent; line-height: 1;
}
.btn-primary { background: var(--color-primary); color: #14110D; border-color: var(--color-primary); }
.btn-primary:hover { background: var(--color-gold); border-color: var(--color-gold); }
.btn-secondary { background: rgba(237,230,215,0.04); color: var(--color-paper); border-color: var(--color-line); }
.btn-secondary:hover { border-color: var(--color-primary); color: var(--color-primary); }
.btn-secondary.on-media { background: rgba(20,17,13,0.4); border-color: rgba(237,230,215,0.55); backdrop-filter: blur(6px); }
.btn-secondary.on-media:hover { background: var(--color-paper); color: #14110D; border-color: var(--color-paper); }

.link-inline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-mono); font-weight: 700; font-size: 0.74rem; letter-spacing: 0.1em;
  color: var(--color-primary); text-decoration: none; text-transform: uppercase;
}
.link-inline::after { content: "\2192"; transition: transform 0.2s ease; }
.link-inline:hover::after { transform: translateX(6px); }

/* 5. SECTIONS ---------------------------------------------------------- */
.section { padding: clamp(72px, 11vw, 150px) 0; position: relative; }
.section-panel { background: var(--color-panel); }

/* coins « registration ticks » (cadre de précision) */
.ticks { position: relative; }
.ticks::before, .ticks::after {
  content: ""; position: absolute; width: 14px; height: 14px; pointer-events: none; z-index: 4;
  border-color: var(--color-primary); border-style: solid; border-width: 0;
}
.ticks::before { top: 0; left: 0; border-top-width: 1px; border-left-width: 1px; }
.ticks::after { bottom: 0; right: 0; border-bottom-width: 1px; border-right-width: 1px; }

/* 6. HERO (split + vidéo encadrée) ------------------------------------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding-top: 96px; padding-bottom: 48px; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; width: 100%; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 3.5rem; } }
.hero h1 { margin-top: 1.4rem; font-size: clamp(2.1rem, 3.2vw, 3.3rem); line-height: 1.08; text-wrap: balance; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 1.4rem 2.4rem; margin-top: 2.6rem;
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--color-paper-soft);
}
.hero-meta b { color: var(--color-primary); font-weight: 400; }

/* cadre vidéo */
.media-frame { position: relative; border: 1px solid var(--color-line); padding: 12px; background: rgba(0,0,0,0.25); }
.media-frame .ratio-169 { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #000; }
.media-frame iframe, .media-frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
/* iframe vidéo plein cadre (16:9 déjà) */
.hero-video-frame .ratio-169 iframe {
  width: 100%; height: 100%;
}
.kanji-seam {
  position: absolute; top: 50%; left: -22px; transform: translateY(-50%);
  font-size: 1.5rem; background: var(--color-canvas); padding: 10px 4px; z-index: 3;
}

/* 7. MANIFESTE + MARQUEE PHOTOS ---------------------------------------- */
.marquee { overflow: hidden; width: 100%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 1rem; width: max-content; animation: marquee 95s linear infinite; }
.marquee__track img { height: 230px; width: auto; object-fit: cover; filter: grayscale(0.15); }
@media (max-width: 768px) { .marquee__track img { height: 150px; } }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* 8. LISTE NUMÉROTÉE PRESTATIONS --------------------------------------- */
.presta-row {
  display: grid; grid-template-columns: 1fr; gap: 1.4rem;
  padding: 2.6rem 0; border-top: 1px solid var(--color-line);
  text-decoration: none; color: inherit; position: relative;
}
@media (min-width: 900px) { .presta-row { grid-template-columns: 90px 1fr 360px; gap: 2.5rem; align-items: center; } }
.presta-row:last-child { border-bottom: 1px solid var(--color-line); }
.presta-row__thumb { overflow: hidden; aspect-ratio: 16/10; }
.presta-row__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease, filter 0.4s ease; filter: grayscale(0.3) brightness(0.85); }
.presta-row:hover .presta-row__thumb img { transform: scale(1.06); filter: grayscale(0) brightness(1); }
.presta-row h3 { transition: color 0.3s ease; }
.presta-row:hover h3 { color: var(--color-primary); }

/* 9. GALERIE BENTO (photos + vidéos) ----------------------------------- */
.bento { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; gap: 14px; }
@media (min-width: 768px) { .bento { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; } }
.bento-cell { position: relative; overflow: hidden; background: var(--color-panel); }
.bento-cell img, .bento-cell video { width: 100%; height: 100%; object-fit: cover; }
/* tailles bento asymétriques (reprise V2 d'origine) */
.c-2x2 { grid-column: span 2; grid-row: span 2; }
.c-2x1 { grid-column: span 2; }
@media (max-width: 767px) { .c-2x2 { grid-row: span 2; } }
.bento-cell img { transition: transform 0.7s ease; }
.bento-cell:hover img { transform: scale(1.05); }
.bento-cell .cell-tag {
  position: absolute; left: 14px; bottom: 12px; z-index: 2;
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--color-paper); background: rgba(20,17,13,0.6); padding: 5px 10px; backdrop-filter: blur(4px);
}
.bento-cell .cell-tag .kanji { color: var(--color-primary); margin-right: 0.35rem; }
.bento-cell.is-video::after {
  content: "VIDÉO"; position: absolute; right: 12px; top: 12px; z-index: 2;
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.18em;
  color: var(--color-primary); border: 1px solid var(--color-primary); padding: 3px 7px;
}

/* 10. MÉDIA PLEIN-CADRE (mesure du tranchant) -------------------------- */
.fullmedia { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; }
.fullmedia video, .fullmedia img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.fullmedia .overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(15,13,9,0.92) 0%, rgba(15,13,9,0.72) 45%, rgba(15,13,9,0.5) 100%); }
.fullmedia .content { position: relative; z-index: 2; }
.readout { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 2.6rem; max-width: 560px; }
@media (max-width: 600px) { .readout { grid-template-columns: 1fr; gap: 1.6rem; } }
.readout .r-num { font-family: var(--font-display); font-size: clamp(2.4rem,4.4vw,3.4rem); font-weight: 700; color: var(--color-primary); line-height: 1; }
.readout .r-lab { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-paper-soft); margin-top: 0.6rem; }

/* 11. SPLIT PROS ------------------------------------------------------- */
.split-media { overflow: hidden; aspect-ratio: 4 / 5; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1023px) { .split-media { aspect-ratio: 3 / 2; } }

/* 12. CARTE (sombre) --------------------------------------------------- */
.map-wrapper { position: relative; border: 1px solid var(--color-line); }
.map-container { width: 100%; height: 460px; background: var(--color-panel); isolation: isolate; }
@media (max-width: 768px) { .map-container { height: 340px; } }
.map-container .leaflet-tile { filter: grayscale(0.7) invert(0.92) hue-rotate(180deg) brightness(0.85) contrast(0.95); }
.leaflet-container { background: #14110D !important; font-family: var(--font-body); }
.leaflet-popup-content-wrapper { border-radius: 2px; background: var(--color-panel); color: var(--color-paper); }
.leaflet-popup-content { font-family: var(--font-body); margin: 14px 18px; }
.leaflet-popup-tip { background: var(--color-panel); }
.map-zones { list-style: none; padding: 0; margin: 0; color: var(--color-paper-soft); font-size: 0.95rem; }
.map-zones li { padding: 6px 0; display: flex; gap: 0.6rem; align-items: flex-start; }
.map-zones svg { color: var(--color-primary); flex-shrink: 0; margin-top: 3px; }

/* 12b. INSTAGRAM — bloc social (carrés, distinct du bento) ------------- */
.section-insta { background: var(--color-panel); border-top: 1px solid var(--color-line); }
.insta-head { display: flex; flex-direction: column; gap: 1.6rem; }
@media (min-width: 900px) { .insta-head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.insta-handle { font-family: var(--font-mono); color: var(--color-primary); letter-spacing: 0.06em; font-size: 0.85rem; text-decoration: none; }
.insta-handle:hover { color: var(--color-gold); }
.insta-ig-glyph { color: var(--color-primary); }

.insta-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 150px; gap: 10px; margin-top: 2.6rem; overflow-x: auto; padding-bottom: 10px; scrollbar-width: thin; }
@media (min-width: 1100px) { .insta-grid { grid-auto-flow: row; grid-template-columns: repeat(8, 1fr); grid-auto-columns: auto; overflow: visible; } }
.insta-cell { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: var(--color-canvas); }
.insta-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease, filter 0.4s ease; filter: grayscale(0.12) brightness(0.9); }
.insta-cell:hover img { transform: scale(1.06); filter: none; }
.insta-cell .ig-ov { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(20,17,13,0.55); opacity: 0; transition: opacity 0.3s ease; color: var(--color-paper); }
.insta-cell:hover .ig-ov { opacity: 1; }
/* conteneur du flux live (LightWidget) — actif une fois le WIDGET_ID renseigné */
.lightwidget-widget { width: 100%; border: 0; overflow: hidden; display: block; min-height: 200px; margin-top: 2.6rem; }

/* 12c. AVIS GOOGLE — forme widget Trustindex (résumé + carrousel), design maison */
.reviews-head { display: flex; flex-direction: column; gap: 1.4rem; }
@media (min-width: 900px) { .reviews-head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.g-logo { height: 24px; width: auto; display: block; }
.stars { display: inline-flex; gap: 3px; color: #F0B429; }
.stars svg { width: 18px; height: 18px; }

/* layout : panneau résumé (gauche) + carrousel (droite) */
.reviews-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; margin-top: 2.6rem; }
@media (min-width: 1024px) { .reviews-layout { grid-template-columns: 264px 1fr; gap: 2.4rem; } }

.reviews-summary { background: var(--color-panel); border: 1px solid var(--color-line); padding: 2.1rem 1.6rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.reviews-summary .excellent { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; font-size: 1.5rem; color: var(--color-paper); }
.reviews-summary .big-stars svg { width: 26px; height: 26px; }
.reviews-summary .count { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.03em; color: var(--color-paper-soft); }
.reviews-summary .count b { color: var(--color-paper); font-weight: 700; }
.reviews-summary .g-logo { height: 30px; margin-top: 0.5rem; }
.ti-badge { margin-top: 0.5rem; font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-paper-soft); }

.reviews-carousel-wrap { position: relative; min-width: 0; }
.reviews-carousel { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 12px; scrollbar-width: thin; }
.review-card { flex: 0 0 clamp(256px, 78vw, 300px); scroll-snap-align: start; background: var(--color-panel); border: 1px solid var(--color-line); padding: 1.5rem; display: flex; flex-direction: column; gap: 0.9rem; }
.review-card__head { display: flex; align-items: center; gap: 0.8rem; }
.review-avatar { width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--color-paper); background: var(--color-panel-2); }
.review-avatar.av-1 { background: #6E4D2C; }
.review-avatar.av-2 { background: #38453A; }
.review-avatar.av-3 { background: #7A5230; }
.review-avatar.av-4 { background: #2F3A4A; }
.review-avatar.av-5 { background: #56384F; }
.review-avatar.av-6 { background: #46402F; }
.review-meta { display: flex; flex-direction: column; min-width: 0; }
.review-meta__name { font-family: var(--font-body); font-weight: 700; font-size: 0.92rem; color: var(--color-paper); line-height: 1.2; }
.review-meta__date { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.03em; color: var(--color-paper-soft); margin-top: 3px; }
.review-card__head .g-mini { margin-left: auto; flex-shrink: 0; }
.review-stars { display: inline-flex; align-items: center; gap: 0.45rem; }
.review-verified { color: #4a90d9; display: inline-flex; }
.review-verified svg { width: 15px; height: 15px; display: block; }
.review-text { font-family: var(--font-body); color: var(--color-paper-soft); font-size: 0.9rem; line-height: 1.62; }
.review-more { align-self: flex-start; margin-top: auto; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-primary); text-decoration: none; }
.review-more:hover { color: var(--color-gold); }

.carousel-nav { display: none; }
@media (min-width: 768px) { .carousel-nav { display: flex; justify-content: flex-end; gap: 8px; margin-top: 14px; } }
.carousel-btn { width: 42px; height: 42px; border: 1px solid var(--color-line); background: var(--color-panel); color: var(--color-paper); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s ease; }
.carousel-btn:hover { border-color: var(--color-primary); color: var(--color-primary); }
.ti-widget-container { margin-top: 2.6rem; }

/* 13. FOOTER ----------------------------------------------------------- */
.site-footer { background: #100E0A; border-top: 1px solid var(--color-line); }
.footer-logo img { height: 50px; width: auto; object-fit: contain; }
@media (max-width: 768px) { .footer-logo img { height: 42px; } }
.footer-heading { font-family: var(--font-mono); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.7rem; color: var(--color-primary); margin-bottom: 1.1rem; }
.footer-link { color: var(--color-paper-soft); text-decoration: none; transition: color 0.2s ease; }
.footer-link:hover { color: var(--color-primary); }
.footer-soft { color: var(--color-paper-soft); }
.readyup-credit { font-size: 12px; color: rgba(237,230,215,0.45); text-align: center; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--color-line); }
.readyup-credit a { color: inherit; text-decoration: underline; }

/* 14. FORMULAIRE (réutilisable Phase 2) -------------------------------- */
.field-label { display: block; font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-paper-soft); margin-bottom: 0.5rem; }
.field-input, .field-textarea, .field-select { width: 100%; background: var(--color-panel); border: 1px solid var(--color-line); border-radius: var(--radius-btn); padding: 0.85rem 1rem; font-family: var(--font-body); font-size: 1rem; color: var(--color-paper); transition: border-color 0.2s ease; }
.field-input:focus, .field-textarea:focus, .field-select:focus { outline: none; border-color: var(--color-primary); }
.form-success, .form-error { border-radius: var(--radius-btn); padding: 0.9rem 1.1rem; margin-top: 1rem; font-size: 0.95rem; }
.form-success { background: rgba(199,154,99,0.14); color: var(--color-gold); }
.form-error { background: rgba(155,52,21,0.18); color: #e8a48c; }

/* 15. FAQ (réutilisable Phase 2) --------------------------------------- */
.faq-item { border-bottom: 1px solid var(--color-line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 1rem; align-items: center; background: none; border: 0; cursor: pointer; padding: 1.5rem 0; font-family: var(--font-display); font-size: clamp(1.1rem,1.6vw,1.4rem); color: var(--color-paper); text-align: left; }
.faq-question .faq-icon { color: var(--color-primary); font-size: 1.5rem; transition: transform 0.3s ease; }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-answer { padding: 0 0 1.6rem; color: var(--color-paper-soft); max-width: 70ch; }
.faq-answer[hidden] { display: none; }

/* 16. ANIMATIONS ------------------------------------------------------- */
.reveal { transition: opacity 0.8s ease, transform 0.8s ease; }
html.js .reveal { opacity: 0; transform: translateY(30px); }
html.js .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  html.js .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none !important; }
}
