/* ==========================================================================
   ASSAYAR — Systeme de design
   Concept : « La ou la terre rencontre le ciel » — une journee dans le desert,
   de l'aube a la nuit etoilee. Terracotta + indigo (logo), sable, nuit.
   ========================================================================== */

/* ---------- Polices auto-hebergees (RGPD : aucun appel a un tiers) ---------- */
@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/eb-garamond-latin-wght-normal.woff2") format("woff2");
  font-weight: 400 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/eb-garamond-latin-wght-italic.woff2") format("woff2");
  font-weight: 400 800; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/jost-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}

/* ---------- Jetons ---------- */
:root {
  /* Couleurs */
  --paper: #f7f0e5;
  --paper-2: #efe4d3;
  --sand: #e6d3b6;
  --sand-deep: #d6b58a;
  --ochre: #c07a3e;
  --terracotta: #a33b2a;
  --terracotta-deep: #7a2a1d;
  --ember: #e08a3c;
  --gold: #e6b567;
  --indigo: #2a3a94;
  --indigo-deep: #1a2366;
  --night: #0b0f2c;
  --night-2: #131a45;
  --ink: #1f1a2a;
  --ink-soft: #544b5c;
  --line: rgba(31, 26, 42, 0.14);
  --line-light: rgba(247, 240, 229, 0.22);

  /* Typographie */
  --font-display: "EB Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "Jost", "Century Gothic", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --fs-display: clamp(3rem, 1.2rem + 7.4vw, 8.75rem);
  --fs-h1: clamp(2.6rem, 1.4rem + 5vw, 6.25rem);
  --fs-h2: clamp(2.2rem, 1.3rem + 3.6vw, 4.6rem);
  --fs-h3: clamp(1.5rem, 1.15rem + 1.2vw, 2.25rem);
  --fs-statement: clamp(1.75rem, 1rem + 2.9vw, 3.6rem);
  --fs-lead: clamp(1.15rem, 1rem + 0.55vw, 1.45rem);
  --fs-body: 1.0625rem;
  --fs-small: 0.9rem;
  --fs-label: 0.75rem;

  /* Espacements */
  --gutter: clamp(1.25rem, 0.6rem + 3vw, 3.5rem);
  --section: clamp(6rem, 3rem + 10vw, 12rem);
  --maxw: 1440px;
  --maxw-text: 42rem;
  --radius: 2px;
  --arch: 999px 999px 0 0;

  /* Mouvement */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur: 0.35s;

  --header-h: 88px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, video, svg, canvas { display: block; max-width: 100%; }
img, video { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
dl, dd, figure { margin: 0; }
[hidden] { display: none !important; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--terracotta); color: var(--paper); }

:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 4px;
  border-radius: 2px;
}

@view-transition { navigation: auto; }
::view-transition-old(root) { animation: vt-out 0.35s var(--ease-in-out) both; }
::view-transition-new(root) { animation: vt-in 0.55s var(--ease-out) both; }
@keyframes vt-out { to { opacity: 0; } }
@keyframes vt-in { from { opacity: 0; } }

.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 1rem; left: 1rem; z-index: 1000;
  background: var(--night); color: var(--paper); padding: 0.8rem 1.2rem;
  transform: translateY(-200%); transition: transform var(--dur) var(--ease-out);
}
.skip-link:focus { transform: translateY(0); }

/* Grain photographique global */
.grain {
  pointer-events: none; position: fixed; inset: -50%; z-index: 900; opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.2s steps(6) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -3%); }
  60% { transform: translate(-2%, -1%); } 80% { transform: translate(3%, 3%); } 100% { transform: translate(0, 0); }
}

/* ---------- Typographie ---------- */
.display, .h1, .h2, .h3, .statement {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  line-height: 1.04;
  font-weight: 450;
}
.display { font-size: var(--fs-display); line-height: 0.95; letter-spacing: -0.035em; }
.h1 { font-size: var(--fs-h1); letter-spacing: -0.03em; }
.h2 { font-size: var(--fs-h2); }
.h3 { font-size: var(--fs-h3); line-height: 1.15; letter-spacing: -0.01em; }
.statement { font-size: var(--fs-statement); line-height: 1.22; letter-spacing: -0.012em; font-weight: 440; }
.display em, .h1 em, .h2 em, .h3 em, .statement em { font-style: italic; font-weight: 430; }
.lead { font-size: var(--fs-lead); line-height: 1.6; color: var(--ink-soft); }
.label {
  display: inline-flex; align-items: center; gap: 0.9rem;
  font-family: var(--font-body); font-size: var(--fs-label); font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase; line-height: 1.4;
}
.label::before {
  content: ""; width: 2.25rem; height: 1px; background: currentColor; opacity: 0.6;
}
.label--plain::before { display: none; }
.muted { color: var(--ink-soft); }
.text-terracotta { color: var(--terracotta); }

/* ---------- Mise en page ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: calc(var(--section) * 0.6); }
.stack > * + * { margin-top: var(--stack, 1.5rem); }
.grid-12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); }

.theme-paper { background: var(--paper); color: var(--ink); }
.theme-sand { background: var(--paper-2); color: var(--ink); }
.theme-night { background: var(--night); color: var(--paper); --ink-soft: rgba(247, 240, 229, 0.72); --line: var(--line-light); }
.theme-indigo { background: var(--indigo-deep); color: var(--paper); --ink-soft: rgba(247, 240, 229, 0.75); --line: var(--line-light); }
.theme-terracotta { background: var(--terracotta-deep); color: var(--paper); --ink-soft: rgba(247, 240, 229, 0.78); --line: var(--line-light); }

/* ---------- Boutons & liens ---------- */
.btn {
  --btn-bg: var(--terracotta); --btn-fg: var(--paper);
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 0.85rem;
  min-height: 3.5rem; padding: 0 2rem; overflow: hidden; isolation: isolate;
  background: var(--btn-bg); color: var(--btn-fg);
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  border-radius: 999px; transition: color 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit;
  background: var(--night); transform: translateY(101%);
  transition: transform 0.6s var(--ease-out);
}
.btn:hover::before, .btn:focus-visible::before { transform: translateY(0); }
.btn .btn__icon { width: 1.1rem; height: 1.1rem; transition: transform 0.6s var(--ease-out); }
.btn:hover .btn__icon { transform: translateX(4px); }
.btn--light { --btn-bg: var(--paper); --btn-fg: var(--ink); }
.btn--light::before { background: var(--terracotta); }
.btn--light:hover { color: var(--paper); }
.btn--ghost { --btn-bg: transparent; --btn-fg: currentColor; box-shadow: inset 0 0 0 1px currentColor; }
.btn--ghost::before { background: var(--paper); }
.btn--ghost:hover { color: var(--ink); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  padding-block: 0.6rem; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
  transition: background-size 0.6s var(--ease-out);
}
.link-arrow:hover, .link-arrow:focus-visible { background-size: 100% 1px; }
.link-arrow svg { width: 1.1rem; height: 1.1rem; transition: transform 0.6s var(--ease-out); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ---------- Symbole & logo ---------- */
.symbol { width: 100%; height: 100%; color: currentColor; }
.logo { display: inline-flex; align-items: center; gap: 0.9rem; color: currentColor; }
.logo__symbol { width: 2.35rem; height: 2.35rem; flex: none; }
.logo__word {
  font-family: var(--font-display); font-size: 1.55rem; line-height: 1; font-weight: 500;
  letter-spacing: 0.2em;
}

/* ---------- En-tete ---------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 500; height: var(--header-h);
  color: var(--paper);
  transition: transform 0.7s var(--ease-out), background-color 0.5s var(--ease-out), color 0.5s var(--ease-out), height 0.5s var(--ease-out);
}
.site-header::after {
  content: ""; position: absolute; inset: auto var(--gutter) 0; height: 1px; background: currentColor; opacity: 0.18;
  transition: opacity 0.5s;
}
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-header.is-scrolled {
  --header-h: 72px;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2);
  color: var(--ink);
}
.site-header.is-scrolled::after { opacity: 0.1; left: 0; right: 0; }
.site-header.is-hidden { transform: translateY(-100%); }
.site-header.on-light, body[data-header="light"] .site-header { color: var(--ink); }

.nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.2vw, 2.75rem); }
.nav__list { display: flex; gap: clamp(1.25rem, 2.2vw, 2.5rem); }
.nav__link {
  position: relative; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  padding-block: 0.5rem;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0.15rem; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: right; transition: transform 0.6s var(--ease-out);
}
.nav__link:hover::after, .nav__link[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav .btn { min-height: 2.9rem; padding: 0 1.4rem; font-size: 0.72rem; }
body:not([data-header="light"]) .site-header:not(.is-scrolled) .nav .btn { --btn-bg: var(--paper); --btn-fg: var(--ink); }
body:not([data-header="light"]) .site-header:not(.is-scrolled) .nav .btn:hover { color: var(--paper); }
body:not([data-header="light"]) .site-header:not(.is-scrolled) .nav .btn::before { background: var(--terracotta); }

.menu-toggle {
  display: none; width: 3rem; height: 3rem; margin-right: -0.6rem; position: relative; z-index: 2;
}
.menu-toggle span {
  position: absolute; left: 0.75rem; right: 0.75rem; height: 1.5px; background: currentColor;
  transition: transform 0.6s var(--ease-out), opacity 0.3s;
}
.menu-toggle span:nth-child(1) { top: 1.2rem; }
.menu-toggle span:nth-child(2) { top: 1.75rem; right: 1.2rem; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(0.28rem) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { transform: translateY(-0.28rem) rotate(-45deg); right: 0.75rem; }

.mobile-menu {
  position: fixed; inset: 0; z-index: 480; background: var(--night); color: var(--paper);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: calc(var(--header-h) + 2rem) var(--gutter) 2.5rem;
  clip-path: inset(0 0 100% 0); visibility: hidden;
  transition: clip-path 0.9s var(--ease-in-out), visibility 0s 0.9s;
}
.mobile-menu::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0.35;
  background: url("../img/voie-lactee-800.webp") center / cover;
}
.menu-open .mobile-menu { clip-path: inset(0 0 0 0); visibility: visible; transition: clip-path 0.9s var(--ease-in-out); }
html.menu-open body .site-header { color: var(--paper); background: transparent; backdrop-filter: none; }
.mobile-menu__list { display: grid; gap: 0.35rem; margin-bottom: auto; margin-top: auto; }
.mobile-menu__list a {
  display: flex; align-items: baseline; gap: 1rem;
  font-family: var(--font-display); font-size: clamp(2.3rem, 10vw, 3.4rem); line-height: 1.15; font-weight: 430;
}
.mobile-menu__list a span { font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 0.2em; opacity: 0.55; }
.mobile-menu__foot { display: flex; justify-content: space-between; align-items: end; gap: 1rem; font-size: var(--fs-small); opacity: 0.75; margin-top: 2rem; }

/* ---------- Prechargeur ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center;
  background: var(--night); color: var(--paper);
}
.preloader__mark { width: 4.5rem; height: 4.5rem; }
.preloader__mark path, .preloader__mark circle, .preloader__mark rect { stroke-dasharray: 1; stroke-dashoffset: 1; }
.preloader__line { position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--gold); transform: scaleX(0); opacity: 0.6; }
.no-js .preloader, .preloader[hidden] { display: none; }

/* ---------- Hero accueil ---------- */
.hero {
  position: relative; min-height: 100svh; color: var(--paper); overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate;
  background: #3a2826;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img, .hero__media video { width: 100%; height: 100%; object-fit: cover; }
.hero__media video { position: absolute; inset: 0; opacity: 0; transition: opacity 1.6s var(--ease-out); }
.hero__media video.is-ready { opacity: 1; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(11, 15, 44, 0.45) 0%, rgba(11, 15, 44, 0) 28%),
    linear-gradient(0deg, rgba(20, 12, 16, 0.78) 0%, rgba(40, 20, 22, 0.35) 38%, rgba(0, 0, 0, 0) 62%);
}
.hero__content { padding-bottom: clamp(3rem, 9vh, 6.5rem); padding-top: calc(var(--header-h) + 3rem); }
.hero__eyebrow { margin-bottom: clamp(1.25rem, 3vh, 2.25rem); color: rgba(247, 240, 229, 0.92); text-shadow: 0 1px 18px rgba(20, 10, 10, 0.35); }
.hero__title { max-width: none; text-wrap: balance; text-shadow: 0 2px 40px rgba(20, 10, 10, 0.25); }
.hero__bottom {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 2rem 4rem;
  margin-top: clamp(2rem, 5vh, 3.5rem);
}
.hero__intro { max-width: 34rem; font-size: var(--fs-lead); line-height: 1.55; color: rgba(247, 240, 229, 0.88); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem 1.75rem; align-items: center; margin-top: 2rem; }
.hero__meta { display: grid; justify-items: end; gap: 1.25rem; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(247, 240, 229, 0.75); }
.scroll-cue { display: inline-flex; align-items: center; gap: 0.9rem; }
.scroll-cue__line { width: 1px; height: 3.5rem; background: rgba(247, 240, 229, 0.3); position: relative; overflow: hidden; }
.scroll-cue__line::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 40%; background: var(--paper);
  animation: cue 2.2s var(--ease-in-out) infinite;
}
@keyframes cue { 0% { transform: translateY(-100%); } 100% { transform: translateY(260%); } }
.hero__horizon { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(247, 240, 229, 0.25); transform-origin: left; }

@media (max-width: 900px) { .br-lg { display: none; } }

/* ---------- Hero pages internes ---------- */
.page-hero {
  position: relative; min-height: 88svh; color: var(--paper); display: flex; align-items: flex-end;
  overflow: hidden; isolation: isolate; background: var(--night);
}
.page-hero--short { min-height: 62svh; }
.page-hero__media { position: absolute; inset: -8% 0 0; z-index: -2; }
.page-hero__media img, .page-hero__media video { width: 100%; height: 100%; object-fit: cover; }
.page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(0deg, rgba(14, 10, 20, 0.8) 0%, rgba(14, 10, 20, 0.25) 50%, rgba(14, 10, 20, 0.35) 100%);
}
.page-hero__content { padding-block: calc(var(--header-h) + 4rem) clamp(3rem, 8vh, 6rem); }
.page-hero__title { max-width: 16ch; text-wrap: balance; margin-top: 1.5rem; }
.page-hero__intro { max-width: 36rem; margin-top: 2rem; color: rgba(247, 240, 229, 0.86); }
.breadcrumb { display: flex; gap: 0.6rem; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(247, 240, 229, 0.7); }
.breadcrumb a:hover { color: var(--paper); }

.page-hero--plain { min-height: auto; background: var(--paper); color: var(--ink); }
.page-hero--plain::before { display: none; }
.page-hero--plain .breadcrumb { color: var(--ink-soft); }

/* ---------- Manifeste ---------- */
.manifesto { text-align: left; }
.manifesto__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); align-items: start; }
.manifesto__label { grid-column: 1 / span 3; padding-top: 1rem; color: var(--terracotta); }
.manifesto__text { grid-column: 4 / span 9; }
.manifesto__text .statement { text-wrap: pretty; }
.word { display: inline-block; }
.manifesto__facts {
  grid-column: 4 / span 9; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gutter);
  margin-top: clamp(3.5rem, 8vw, 6rem); border-top: 1px solid var(--line); padding-top: 2rem;
}
.fact__value { font-family: var(--font-display); font-size: clamp(1.6rem, 1.1rem + 1.4vw, 2.4rem); line-height: 1.1; font-weight: 450; margin-bottom: 0.6rem; }
.fact__text { color: var(--ink-soft); font-size: 0.98rem; line-height: 1.6; }

.duo {
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter);
  margin-top: clamp(5rem, 10vw, 9rem); align-items: end;
}
.duo__a { grid-column: 1 / span 5; }
.duo__b { grid-column: 7 / span 4; margin-bottom: clamp(4rem, 12vw, 12rem); }
.duo__caption { grid-column: 11 / span 2; align-self: start; font-size: var(--fs-small); color: var(--ink-soft); line-height: 1.6; }

/* ---------- Figures & medias ---------- */
.figure { position: relative; overflow: hidden; background: var(--sand); }
.figure img, .figure video { width: 100%; height: 100%; object-fit: cover; }
.figure--portrait { aspect-ratio: 4 / 5; }
.figure--tall { aspect-ratio: 3 / 4; }
.figure--landscape { aspect-ratio: 3 / 2; }
.figure--wide { aspect-ratio: 16 / 9; }
.figure--arch { border-radius: var(--arch); }
.figure__inner { position: absolute; inset: -10% 0; }
.figure__inner img, .figure__inner video { height: 100%; }
.figcaption { display: flex; justify-content: space-between; gap: 1rem; margin-top: 0.9rem; font-size: 0.78rem; letter-spacing: 0.08em; color: var(--ink-soft); }

/* ---------- Hotes ---------- */
.hosts__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); align-items: center; }
.hosts__media { grid-column: 1 / span 5; position: relative; }
.hosts__badge {
  position: absolute; right: -2.5rem; bottom: 12%; width: 8.5rem; height: 8.5rem; border-radius: 50%;
  display: grid; place-items: center; background: var(--terracotta); color: var(--paper);
}
.hosts__badge svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 26s linear infinite; }
.hosts__badge .symbol { position: static; width: 2.4rem; height: 2.4rem; animation: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.hosts__body { grid-column: 7 / span 6; }
.hosts__quote { font-family: var(--font-display); font-size: clamp(1.5rem, 1rem + 1.6vw, 2.4rem); line-height: 1.25; font-weight: 430; letter-spacing: -0.01em; margin: 2rem 0; text-wrap: pretty; }
.hosts__quote strong { font-weight: 450; font-style: italic; }
.hosts__people { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; margin: 3rem 0 2.5rem; border-top: 1px solid var(--line); padding-top: 2rem; }
.person__name { font-family: var(--font-display); font-size: 1.5rem; line-height: 1.2; font-weight: 500; }
.person__role { display: block; margin: 0.4rem 0 0.8rem; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--terracotta); }
.person__text { font-size: 0.98rem; color: var(--ink-soft); line-height: 1.65; }
.person__text cite { font-style: italic; }

/* ---------- Desert (lieux) ---------- */
.place-intro { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); align-items: end; margin-bottom: clamp(3rem, 7vw, 6rem); }
.place-intro__title { grid-column: 1 / span 7; }
.place-intro__text { grid-column: 9 / span 4; }
.panorama { position: relative; height: clamp(22rem, 70vw, 50rem); overflow: hidden; clip-path: inset(0 var(--gutter)); }
.panorama img { position: absolute; inset: -12% 0; width: 100%; height: 124%; object-fit: cover; }
.panorama__coords {
  position: absolute; left: calc(var(--gutter) + 2rem); bottom: 2rem; color: var(--paper);
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
}
.places { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gutter); margin-top: clamp(3rem, 7vw, 6rem); }
.place { border-top: 1px solid var(--line); padding-top: 1.75rem; }
.place:nth-child(2) { margin-top: 5rem; }
.place:nth-child(3) { margin-top: 10rem; }
.place__index { font-size: 0.72rem; letter-spacing: 0.22em; color: var(--terracotta); }
.place__title { font-family: var(--font-display); font-size: clamp(1.75rem, 1.2rem + 1.5vw, 2.6rem); font-weight: 450; line-height: 1.1; margin: 0.75rem 0 1rem; }
.place .figure { margin-bottom: 1.75rem; }
.place__text { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- Voyages (cartes) ---------- */
.section-head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); align-items: end; margin-bottom: clamp(3rem, 7vw, 5.5rem); }
.section-head__title { grid-column: 1 / span 7; }
.section-head__title .label { margin-bottom: 1.75rem; color: var(--terracotta); }
.section-head__aside { grid-column: 9 / span 4; }
.theme-night .section-head__title .label, .theme-indigo .section-head__title .label, .theme-terracotta .section-head__title .label { color: var(--gold); }

.journeys { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); }
.journey { position: relative; display: block; color: var(--paper); isolation: isolate; overflow: hidden; }
.journey:nth-child(1) { grid-column: 1 / span 7; aspect-ratio: 5 / 6; }
.journey:nth-child(2) { grid-column: 8 / span 5; aspect-ratio: 4 / 6; margin-top: clamp(4rem, 14vw, 14rem); }
.journey__media { position: absolute; inset: 0; z-index: -2; }
.journey__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.6s var(--ease-out); }
.journey:hover .journey__media img { transform: scale(1.1); }
.journey::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(20, 12, 16, 0.82) 0%, rgba(20, 12, 16, 0.1) 55%, rgba(20, 12, 16, 0.2) 100%); }
.journey__body { position: absolute; inset: auto 0 0; padding: clamp(1.5rem, 3vw, 3rem); }
.journey__tag { display: inline-block; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; padding: 0.55rem 1rem; border: 1px solid rgba(247, 240, 229, 0.45); border-radius: 999px; margin-bottom: 1.5rem; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.journey__title { font-family: var(--font-display); font-size: clamp(2rem, 1.2rem + 2.6vw, 3.75rem); line-height: 1.02; font-weight: 430; letter-spacing: -0.02em; }
.journey__title em { font-style: italic; }
.journey__text { max-width: 26rem; margin: 1rem 0 1.5rem; color: rgba(247, 240, 229, 0.85); }
.journey__num { position: absolute; top: clamp(1.5rem, 3vw, 3rem); right: clamp(1.5rem, 3vw, 3rem); font-family: var(--font-display); font-size: 1rem; opacity: 0.8; }
.journeys__more { grid-column: 1 / span 7; display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; margin-top: -1rem; }

/* ---------- Valeurs ---------- */
.values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.value { padding: 2.5rem 2rem 2.5rem 0; }
.value + .value { padding-left: 2rem; border-left: 1px solid var(--line); }
.value__icon { width: 3rem; height: 3rem; margin-bottom: 2.5rem; color: var(--gold); }
.value__title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 470; line-height: 1.15; margin-bottom: 0.9rem; }
.value__text { color: var(--ink-soft); font-size: 0.98rem; line-height: 1.65; }
.values-banner { position: relative; overflow: hidden; }
.values-banner__bg { position: absolute; inset: 0; z-index: 0; opacity: 0.32; }
.values-banner__bg img { width: 100%; height: 100%; object-fit: cover; }
.values-banner > .container { position: relative; z-index: 1; }

/* ---------- Journee (defilement horizontal) ---------- */
.day { position: relative; background: #f3d9c9; color: var(--ink); overflow: hidden; }
.day__intro-wrap { padding-top: var(--section); }
.day__track-wrap { position: relative; }
.day__track { display: flex; gap: clamp(2rem, 5vw, 6rem); padding: 4rem var(--gutter) var(--section); width: max-content; }
.day__panel { width: min(78vw, 64rem); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(1.5rem, 3.5vw, 4rem); align-items: end; flex: none; }
.day__panel--portrait { width: min(70vw, 52rem); grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr); }
.day__media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: rgba(0, 0, 0, 0.08); }
.day__panel--portrait .day__media { aspect-ratio: 4 / 5; }
.day__media video, .day__media img { width: 100%; height: 100%; object-fit: cover; }
.day__time { display: flex; align-items: center; gap: 1rem; font-size: 0.75rem; letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 1.5rem; }
.day__time b { font-family: var(--font-display); font-size: 3.4rem; line-height: 1; font-weight: 420; letter-spacing: -0.02em; text-transform: none; }
.day__title { font-family: var(--font-display); font-size: clamp(1.9rem, 1.2rem + 2vw, 3.2rem); line-height: 1.05; font-weight: 430; letter-spacing: -0.02em; margin-bottom: 1.25rem; }
.day__title em { font-style: italic; }
.day__text { max-width: 24rem; opacity: 0.8; }
.day__progress {
  position: absolute; left: var(--gutter); right: var(--gutter); bottom: 3rem; display: flex; justify-content: space-between;
  font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.75;
}
.day__progress::before { content: ""; position: absolute; left: 0; right: 0; top: -1.1rem; height: 1px; background: currentColor; opacity: 0.25; }
.day__progress-bar { position: absolute; left: 0; top: -1.1rem; height: 1px; width: 100%; background: currentColor; transform-origin: left; transform: scaleX(0); }
.day__sun { position: absolute; top: -1.1rem; left: 0; width: 9px; height: 9px; margin: -4px 0 0 -4px; border-radius: 50%; background: currentColor; }

/* ---------- Rituel du the (3D) ---------- */
.tea { position: relative; overflow: hidden; background: radial-gradient(120% 90% at 30% 55%, #2a2350 0%, var(--night) 60%); color: var(--paper); --ink-soft: rgba(247, 240, 229, 0.72); }
.tea__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); align-items: center; min-height: 100svh; padding-block: var(--section); }
.tea__stage { grid-column: 1 / span 6; position: relative; aspect-ratio: 1; }
.tea__glow { position: absolute; inset: 12%; border-radius: 50%; background: radial-gradient(circle, rgba(230, 181, 103, 0.35) 0%, rgba(224, 138, 60, 0.12) 40%, transparent 70%); filter: blur(10px); }
.tea__stage model-viewer, .tea__stage .tea__fallback { position: absolute; inset: 0; width: 100%; height: 100%; --poster-color: transparent; background: transparent; }
.tea__fallback { object-fit: contain; mix-blend-mode: normal; }
.tea__ring { position: absolute; inset: 4%; border: 1px solid rgba(230, 181, 103, 0.22); border-radius: 50%; }
.tea__ring--2 { inset: 16%; border-style: dashed; opacity: 0.5; animation: spin 60s linear infinite; }
.tea__body { grid-column: 8 / span 5; }
.tea__verses { margin: 2.5rem 0; border-top: 1px solid var(--line); }
.verse { display: grid; grid-template-columns: 3.5rem minmax(0, 1fr); gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.verse__num { font-family: var(--font-display); font-style: italic; font-size: 1.2rem; color: var(--gold); }
.verse__text { font-family: var(--font-display); font-size: clamp(1.35rem, 1rem + 1.1vw, 2rem); line-height: 1.25; font-weight: 430; }
.verse__text em { color: var(--gold); font-style: italic; }
.tea__hint { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); display: flex; gap: 0.75rem; align-items: center; }

/* ---------- Appel final (nuit) ---------- */
.night-cta { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: var(--night); color: var(--paper); text-align: center; }
.night-cta__media { position: absolute; inset: 0; z-index: -3; }
.night-cta__media img, .night-cta__media video { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.night-cta::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, var(--night) 0%, rgba(11, 15, 44, 0.35) 30%, rgba(11, 15, 44, 0.55) 75%, var(--night) 100%); }
.stars { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; pointer-events: none; }
.night-cta__inner { max-width: 60rem; margin-inline: auto; }
.night-cta__title { margin: 2rem 0; text-wrap: balance; }
.night-cta__text { max-width: 34rem; margin: 0 auto 2.75rem; color: rgba(247, 240, 229, 0.82); font-size: var(--fs-lead); line-height: 1.55; }
.night-cta .label { color: var(--gold); }
.night-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2rem; align-items: center; }

/* ---------- Pied de page ---------- */
.site-footer { background: var(--night); color: var(--paper); padding-top: clamp(4rem, 8vw, 7rem); overflow: hidden; --ink-soft: rgba(247, 240, 229, 0.62); }
.footer__top { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); padding-bottom: clamp(3rem, 6vw, 5rem); border-bottom: 1px solid var(--line-light); }
.footer__brand { grid-column: 1 / span 5; }
.footer__tagline { font-family: var(--font-display); font-size: clamp(1.6rem, 1.1rem + 1.5vw, 2.5rem); line-height: 1.2; font-weight: 430; margin-top: 2rem; max-width: 22ch; }
.footer__tagline em { font-style: italic; color: var(--gold); }
.footer__col { grid-column: span 2; }
.footer__col:first-of-type { grid-column: 7 / span 2; }
.footer__col:last-child { grid-column: 11 / span 2; }
.footer__heading { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 1.25rem; }
.footer__links { display: grid; gap: 0.55rem; }
.footer__links a { transition: color var(--dur); }
.footer__links a:hover { color: var(--gold); }
.footer__word {
  font-family: var(--font-display); font-weight: 420; line-height: 0.8; letter-spacing: 0.08em;
  font-size: clamp(4.5rem, 18.5vw, 20rem); text-align: center; white-space: nowrap;
  margin: clamp(2rem, 5vw, 4rem) 0 0; color: transparent; -webkit-text-stroke: 1px rgba(247, 240, 229, 0.28);
  user-select: none; transform: translateY(12%);
}
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; padding-block: 1.75rem; border-top: 1px solid var(--line-light); font-size: 0.8rem; color: var(--ink-soft); position: relative; z-index: 1; background: var(--night); }
.footer__bottom a:hover { color: var(--paper); }
.footer__legal { display: flex; flex-wrap: wrap; gap: 0.5rem 1.75rem; }

/* ---------- Contenus editoriaux (pages internes) ---------- */
.split { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); align-items: center; }
.split__media { grid-column: 1 / span 6; }
.split__body { grid-column: 8 / span 5; }
.split--reverse .split__media { grid-column: 7 / span 6; order: 2; }
.split--reverse .split__body { grid-column: 1 / span 5; order: 1; }
.split__body .label { color: var(--terracotta); margin-bottom: 1.75rem; }
.theme-night .split__body .label, .theme-indigo .split__body .label { color: var(--gold); }
.split__body .h2 { margin-bottom: 2rem; }

.checklist { display: grid; gap: 0.9rem; margin: 2rem 0 2.5rem; }
.checklist li { display: grid; grid-template-columns: 1.5rem minmax(0, 1fr); gap: 0.9rem; align-items: start; }
.checklist svg { width: 1.1rem; height: 1.1rem; margin-top: 0.35rem; color: var(--terracotta); }
.theme-night .checklist svg, .theme-indigo .checklist svg { color: var(--gold); }

.specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 2.5rem 0; }
.spec { padding: 1.5rem 1.25rem 1.5rem 0; }
.spec + .spec { padding-left: 1.25rem; border-left: 1px solid var(--line); }
.spec dt { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 0.5rem; }
.spec dd { margin: 0; font-family: var(--font-display); font-size: 1.35rem; line-height: 1.2; font-weight: 470; }

.highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gutter); }
.highlight { border-top: 1px solid var(--line); padding-top: 1.75rem; }
.highlight .figure { margin-bottom: 1.5rem; }
.highlight__num { font-size: 0.72rem; letter-spacing: 0.22em; color: var(--terracotta); }
.highlight__title { font-family: var(--font-display); font-size: 1.75rem; line-height: 1.15; font-weight: 450; margin: 0.6rem 0 0.8rem; }
.highlight__text { color: var(--ink-soft); font-size: 0.98rem; }

.quote-block { max-width: 62rem; margin-inline: auto; text-align: center; }
.quote-block blockquote { margin: 2rem 0; }
.quote-block .statement { text-wrap: balance; }
.quote-block figcaption { font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); }
.quote-mark { width: 3rem; height: 3rem; margin: 0 auto; color: var(--terracotta); }
.theme-night .quote-mark, .theme-indigo .quote-mark, .theme-terracotta .quote-mark { color: var(--gold); }

/* Frise chronologique */
.timeline { position: relative; display: grid; gap: 0; border-top: 1px solid var(--line); }
.timeline__item { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); padding-block: 2.25rem; border-bottom: 1px solid var(--line); align-items: baseline; }
.timeline__year { grid-column: 1 / span 3; font-family: var(--font-display); font-size: clamp(2.2rem, 1.5rem + 2vw, 3.6rem); line-height: 1; font-weight: 420; color: var(--terracotta); }
.theme-indigo .timeline__year, .theme-night .timeline__year { color: var(--gold); }
.timeline__title { grid-column: 4 / span 4; font-family: var(--font-display); font-size: 1.6rem; line-height: 1.2; font-weight: 470; }
.timeline__text { grid-column: 8 / span 5; color: var(--ink-soft); }

/* Livres */
.books { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gutter); }
.book { padding: 2rem; border: 1px solid var(--line); display: grid; gap: 1rem; align-content: start; min-height: 16rem; position: relative; transition: background-color 0.6s var(--ease-out); }
.book:hover { background: rgba(247, 240, 229, 0.05); }
.book__year { font-size: 0.72rem; letter-spacing: 0.22em; color: var(--gold); }
.book__title { font-family: var(--font-display); font-size: 1.6rem; line-height: 1.15; font-style: italic; font-weight: 430; }
.book__meta { font-size: 0.92rem; color: var(--ink-soft); margin-top: auto; }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; display: grid; grid-template-columns: minmax(0, 1fr) 2.5rem; gap: 1rem; align-items: center;
  padding: 1.75rem 0; font-family: var(--font-display); font-size: clamp(1.25rem, 1rem + 0.8vw, 1.7rem); line-height: 1.25; font-weight: 470;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; justify-self: end; width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid var(--line);
  background: linear-gradient(currentColor, currentColor) center / 12px 1px no-repeat, linear-gradient(currentColor, currentColor) center / 1px 12px no-repeat;
  transition: transform 0.5s var(--ease-out), background-color 0.3s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover::after { background-color: var(--sand); }
.faq__answer { padding: 0 3.5rem 2rem 0; color: var(--ink-soft); max-width: 48rem; }

/* Etat vide (agenda) */
.empty-state { border: 1px dashed var(--line); padding: clamp(2.5rem, 6vw, 5rem); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 2.5rem; align-items: center; }
.empty-state__icon { width: 4rem; height: 4rem; color: var(--terracotta); }
.empty-state__title { font-family: var(--font-display); font-size: clamp(1.5rem, 1.1rem + 1.2vw, 2.2rem); line-height: 1.2; font-weight: 450; margin-bottom: 0.5rem; }

.audiences { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); }
.audience { padding: 2rem 1.5rem 2rem 0; }
.audience + .audience { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.audience__title { font-family: var(--font-display); font-size: 1.45rem; font-weight: 470; line-height: 1.2; margin: 1rem 0 0.6rem; }
.audience__text { font-size: 0.96rem; color: var(--ink-soft); }
.audience svg { width: 2.25rem; height: 2.25rem; color: var(--terracotta); }

/* ---------- Formulaire de contact ---------- */
.contact { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gutter); align-items: start; }
.contact__aside { grid-column: 1 / span 5; position: sticky; top: calc(var(--header-h) + 2rem); }
.contact__form { grid-column: 7 / span 6; }
.contact__aside .figure { margin-top: 2.5rem; }
.contact__promise { display: grid; gap: 1.25rem; margin-top: 2.5rem; }
.contact__promise li { display: grid; grid-template-columns: 2.5rem minmax(0, 1fr); gap: 1rem; align-items: start; }
.contact__promise svg { width: 1.6rem; height: 1.6rem; color: var(--terracotta); }
.contact__promise strong { display: block; font-weight: 500; }
.contact__promise span { color: var(--ink-soft); font-size: 0.95rem; }

.form { display: grid; gap: 2rem; }
.form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.field { display: grid; gap: 0.5rem; position: relative; }
.field label, .fieldset legend { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; color: var(--ink-soft); }
.field label abbr { text-decoration: none; color: var(--terracotta); }
.field input, .field textarea, .field select {
  width: 100%; font: inherit; font-size: 1.1rem; color: var(--ink); background: transparent;
  border: 0; border-bottom: 1px solid rgba(31, 26, 42, 0.35); border-radius: 0; padding: 0.75rem 0; min-height: 3rem;
  transition: border-color var(--dur);
  -webkit-appearance: none; appearance: none;
}
.field select { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%231f1a2a' stroke-width='1.4'%3E%3Cpath d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E") right 0.25rem center no-repeat; padding-right: 2rem; }
.field textarea { resize: vertical; min-height: 9rem; line-height: 1.6; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-bottom-color: var(--terracotta); box-shadow: 0 1px 0 0 var(--terracotta); }
.field input:focus-visible, .field textarea:focus-visible, .field select:focus-visible { outline: 2px solid var(--ember); outline-offset: 6px; }
.field__hint { font-size: 0.85rem; color: var(--ink-soft); }
.field__error { font-size: 0.88rem; color: #9a2b1b; min-height: 1.2em; display: flex; gap: 0.4rem; align-items: center; }
.field.has-error input, .field.has-error textarea { border-bottom-color: #9a2b1b; }
.fieldset { border: 0; padding: 0; margin: 0; }
.fieldset legend { margin-bottom: 1rem; padding: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.chip span {
  display: inline-flex; align-items: center; min-height: 2.9rem; padding: 0 1.25rem; border-radius: 999px;
  border: 1px solid rgba(31, 26, 42, 0.3); font-size: 0.95rem; transition: all 0.35s var(--ease-out);
}
.chip input:hover + span { border-color: var(--ink); }
.chip input:checked + span { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.chip input:focus-visible + span { outline: 2px solid var(--ember); outline-offset: 3px; }
.form__consent { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.6; }
.form__consent a { text-decoration: underline; text-underline-offset: 3px; }
.form__submit { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.form__status { font-size: 0.95rem; }
.form__success {
  display: grid; gap: 1.25rem; padding: clamp(2rem, 5vw, 3.5rem); background: var(--night); color: var(--paper);
}
.form__success .h3 em { color: var(--gold); }
.btn[aria-busy="true"] { pointer-events: none; opacity: 0.75; }
.potty { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Pages legales ---------- */
.prose { max-width: var(--maxw-text); }
.prose h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.2rem); line-height: 1.2; font-weight: 470; margin: 3.5rem 0 1rem; }
.prose h3 { font-weight: 500; font-size: 1.1rem; margin: 2rem 0 0.5rem; }
.prose ul { list-style: disc; padding-left: 1.25rem; margin: 0 0 1.1em; }
.prose li + li { margin-top: 0.35rem; }
.prose a { text-decoration: underline; text-underline-offset: 3px; color: var(--terracotta); }
.prose dl { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 0.5rem 2rem; margin: 0 0 1.5rem; }
.prose dt { color: var(--ink-soft); }
.prose dd { margin: 0; }
.todo { background: rgba(224, 138, 60, 0.18); padding: 0 0.3em; border-radius: 2px; }

/* ---------- Divers ---------- */
.ornament { width: 100%; height: 14px; color: var(--terracotta); opacity: 0.7; }
.divider-symbol { display: flex; align-items: center; gap: 1.5rem; color: var(--terracotta); }
.divider-symbol::before, .divider-symbol::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.divider-symbol svg { width: 1.75rem; height: 1.75rem; }
.center { text-align: center; }
.mt-lg { margin-top: clamp(3rem, 7vw, 6rem); }

/* Etats d'animation initiaux (uniquement si JS actif et mouvement autorise) */
.js.motion [data-reveal] { opacity: 0; transform: translateY(40px); }
.js.motion [data-clip] { clip-path: inset(100% 0 0 0); }
.js.motion [data-split], .js.motion [data-hero-title], .js.motion [data-page-title] { visibility: hidden; }
.js.motion .split-line { overflow: clip; padding-bottom: 0.08em; margin-bottom: -0.08em; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .nav__list { display: none; }
  .nav .btn { display: none; }
  .menu-toggle { display: block; }
  .values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value:nth-child(3) { padding-left: 0; border-left: 0; }
  .value:nth-child(n+3) { border-top: 1px solid var(--line); }
  .audiences { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience:nth-child(3) { padding-left: 0; border-left: 0; }
  .audience:nth-child(n+3) { border-top: 1px solid var(--line); }
  .footer__brand { grid-column: 1 / -1; }
  .footer__col, .footer__col:first-of-type, .footer__col:last-child { grid-column: span 4; }
}

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .hero__bottom { grid-template-columns: 1fr; }
  .hero__meta { justify-items: start; grid-auto-flow: column; justify-content: space-between; }
  .manifesto__label, .manifesto__text, .manifesto__facts { grid-column: 1 / -1; }
  .manifesto__facts { grid-template-columns: 1fr; gap: 1.75rem; }
  .duo__a { grid-column: 1 / span 7; }
  .duo__b { grid-column: 6 / span 7; margin-bottom: 0; margin-top: -30%; }
  .duo__caption { grid-column: 1 / -1; }
  .hosts__media, .hosts__body { grid-column: 1 / -1; }
  .hosts__media { max-width: 30rem; }
  .hosts__badge { right: -1rem; width: 6.5rem; height: 6.5rem; }
  .hosts__people { grid-template-columns: 1fr; }
  .place-intro__title, .place-intro__text { grid-column: 1 / -1; }
  .places { grid-template-columns: 1fr; }
  .place:nth-child(2), .place:nth-child(3) { margin-top: 0; }
  .section-head__title, .section-head__aside { grid-column: 1 / -1; }
  .journey:nth-child(1), .journey:nth-child(2) { grid-column: 1 / -1; aspect-ratio: 4 / 5; margin-top: 0; }
  .journeys__more { grid-column: 1 / -1; margin-top: 0; }
  .tea__grid { min-height: auto; padding-block: var(--section); }
  .tea__stage { grid-column: 2 / span 10; }
  .tea__body { grid-column: 1 / -1; }
  .split__media, .split__body, .split--reverse .split__media, .split--reverse .split__body { grid-column: 1 / -1; order: 0; }
  .split__media { margin-bottom: 1rem; }
  .specs { grid-template-columns: 1fr; }
  .spec + .spec { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .highlights, .books { grid-template-columns: 1fr; }
  .timeline__year, .timeline__title, .timeline__text { grid-column: 1 / -1; }
  .timeline__item { gap: 0.75rem; }
  .contact__aside, .contact__form { grid-column: 1 / -1; position: static; }
  .empty-state { grid-template-columns: 1fr; gap: 1.5rem; }

  /* Journee : pile verticale sur mobile */
  .day__track { flex-direction: column; width: auto; gap: 4.5rem; padding-top: 3rem; }
  .day__panel, .day__panel--portrait { width: 100%; grid-template-columns: 1fr; gap: 1.5rem; }
  .day__progress { display: none; }
}

@media (max-width: 640px) {
  .form__row { grid-template-columns: 1fr; }
  .values, .audiences { grid-template-columns: 1fr; }
  .value, .value + .value, .audience, .audience + .audience { padding-left: 0; border-left: 0; }
  .value + .value, .audience + .audience { border-top: 1px solid var(--line); }
  .footer__col, .footer__col:first-of-type, .footer__col:last-child { grid-column: span 6; }
  .footer__col:last-child { grid-column: 1 / -1; }
  .hero__actions .btn { width: 100%; }
  .hero__meta .coords { display: none; }
  .faq__answer { padding-right: 0; }
  .panorama { clip-path: none; }
}

/* Journee sans animation (mouvement reduit) : pile verticale lisible */
html:not(.motion) .day__track { flex-direction: column; width: auto; gap: clamp(3rem, 6vw, 5rem); padding-top: 4rem; }
html:not(.motion) .day__panel, html:not(.motion) .day__panel--portrait { width: 100%; max-width: 64rem; }
html:not(.motion) .day__progress { display: none; }

/* Mouvement reduit */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .grain { display: none; }
  .hero__media video, .journey__media img { transition: none; }
}
