/* =========================================================
   VILLA VERDI — Parisian Dolce Vita
   Store orange rayé blanc, crème, encre, vert bistrot.
   Typo : Fraunces (titres, italiques) + Karla (texte).
   ========================================================= */

:root {
  --orange: #FF4D00;
  --orange-deep: #D93F00;
  --orange-soft: #FFE3D3;
  --cream: #FFF7EC;
  --cream-2: #FBEBD5;
  --cream-3: #F3DCBB;
  --ink: #1B1410;
  --ink-2: #4A3B31;
  --green: #1F5E3D;
  --white: #FFFFFF;

  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Karla", "Helvetica Neue", Arial, sans-serif;

  --container: 1200px;
  --gutter: clamp(16px, 4vw, 48px);
  --radius: 18px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);

  /* Store : rayures de 36px terminées chacune par un feston plein (aucun trou). */
  --awning-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='44' viewBox='0 0 72 44'%3E%3Crect width='36' height='27' fill='%23FF4D00'/%3E%3Crect x='36' width='36' height='27' fill='%23FFFFFF'/%3E%3Cpath d='M0 26a18 18 0 0 0 36 0z' fill='%23FF4D00'/%3E%3Cpath d='M36 26a18 18 0 0 0 36 0z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.02; margin: 0; letter-spacing: -0.01em; }
h2 { font-size: clamp(34px, 4.6vw, 62px); }
h2 em, h1 em { font-style: italic; color: var(--orange); font-variation-settings: "SOFT" 80; }
p { margin: 0 0 1em; }
.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding-block: clamp(64px, 9vw, 128px); position: relative; }
.section__head { max-width: 760px; margin-bottom: clamp(32px, 4vw, 56px); }
.section__head--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

.eyebrow {
  font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .18em; font-size: 12px;
  color: var(--orange); margin-bottom: 14px;
}
.eyebrow::before { content: ""; display: inline-block; vertical-align: middle; width: 0; height: 2px; margin-right: 10px; background: var(--orange); transition: width .8s var(--ease-out) .2s; }
.eyebrow.is-in::before, .eyebrow:not(.reveal)::before { width: 28px; }
.eyebrow sup { font-size: .7em; }

.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--white); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

/* ---------- Boutons ---------- */
.btn {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 700; font-size: 15px; letter-spacing: .01em;
  text-decoration: none; border: 2px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .3s var(--ease-out), background .3s, color .3s, border-color .3s, box-shadow .3s;
}
.btn::after { content: ""; position: absolute; inset: 0; z-index: -1; background: currentColor; opacity: 0; transform: translateY(100%); transition: transform .35s var(--ease-out), opacity .35s; border-radius: inherit; }
.btn--lg { padding: 16px 30px; font-size: 16px; }
.btn--solid { background: var(--orange); color: var(--white); border-color: var(--orange); box-shadow: 0 10px 24px -12px rgba(255, 77, 0, .7); }
.btn--solid:hover { background: var(--orange-deep); border-color: var(--orange-deep); transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(255, 77, 0, .8); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { color: var(--cream); transform: translateY(-2px); }
.btn--ghost:hover::after { transform: none; opacity: 1; color: var(--ink); }
.btn--white { background: var(--white); color: var(--orange); border-color: var(--white); }
.btn--white:hover { background: var(--cream); transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }

/* ---------- Store festonné ---------- */
.awning {
  height: 44px;
  background: var(--awning-svg) left top / 72px 44px repeat-x;
  position: relative;
  transform-origin: 50% 0;
  animation: sway 6s ease-in-out infinite;
  filter: drop-shadow(0 6px 8px rgba(27, 20, 16, .18));
  pointer-events: none;
}
.awning::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--ink); opacity: .9; }
.awning--nav { height: 30px; background-size: 50px 30px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='30' viewBox='0 0 50 30'%3E%3Crect width='25' height='18' fill='%23FF4D00'/%3E%3Crect x='25' width='25' height='18' fill='%23FFFFFF'/%3E%3Cpath d='M0 17.5a12.5 12.5 0 0 0 25 0z' fill='%23FF4D00'/%3E%3Cpath d='M25 17.5a12.5 12.5 0 0 0 25 0z' fill='%23FFFFFF'/%3E%3C/svg%3E"); animation: sway 6s ease-in-out infinite, unroll 1.1s var(--ease-out) both; }
.awning--nav::before { height: 2px; }
.awning--top { position: absolute; top: 0; left: 0; right: 0; z-index: 2; }
.awning--bottom { position: absolute; bottom: -1px; left: 0; right: 0; z-index: 2; transform: scaleY(-1); transform-origin: 50% 100%; animation: sway-flip 6s ease-in-out infinite; }
.awning--bottom::before { top: auto; bottom: 0; }
@keyframes sway { 0%, 100% { transform: skewX(0deg) translateX(0); } 50% { transform: skewX(-1.4deg) translateX(3px); } }
@keyframes sway-flip { 0%, 100% { transform: scaleY(-1) skewX(0deg); } 50% { transform: scaleY(-1) skewX(1.4deg) translateX(3px); } }
@keyframes unroll { from { transform: scaleY(0); } to { transform: scaleY(1); } }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: var(--cream); transition: transform .45s var(--ease-out), box-shadow .3s; }
.nav.is-hidden { transform: translateY(-100%); }
.nav.is-scrolled { box-shadow: 0 10px 30px -18px rgba(27, 20, 16, .35); }
.nav__inner {
  width: min(1320px, 100% - 2 * var(--gutter)); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 78px;
}
.nav__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--font-display); font-style: italic; font-size: 24px; }
.nav__brand img { width: 46px; height: 46px; transition: transform .6s var(--ease-out); }
.nav__brand:hover img { transform: rotate(-14deg) scale(1.08); }
.nav__links { display: flex; gap: 24px; align-items: center; }
.nav__links a { text-decoration: none; font-weight: 600; font-size: 15px; position: relative; padding: 4px 0; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease-out); }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav__cta-mobile, .nav__lang-mobile { display: none; }
.nav__right { display: flex; align-items: center; gap: 16px; }
.nav__tel { text-decoration: none; font-weight: 700; font-variant-numeric: tabular-nums; }
.nav__burger { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; padding: 0 8px; }
.nav__burger span { display: block; height: 2px; background: var(--ink); transition: transform .3s, opacity .3s; }

/* Sélecteur de langue */
.lang { position: relative; }
.lang__btn { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid var(--ink); background: transparent; border-radius: 999px; padding: 6px 12px; font: 700 13px var(--font-body); letter-spacing: .06em; cursor: pointer; color: var(--ink); }
.lang__btn:hover { background: var(--ink); color: var(--cream); }
.lang__list { list-style: none; margin: 0; padding: 6px; position: absolute; right: 0; top: calc(100% + 8px); min-width: 160px; background: var(--white); border: 2px solid var(--ink); border-radius: 14px; box-shadow: 8px 8px 0 var(--orange); opacity: 0; transform: translateY(-6px); pointer-events: none; transition: opacity .25s, transform .25s var(--ease-out); z-index: 60; }
.lang.is-open .lang__list { opacity: 1; transform: none; pointer-events: auto; }
.lang__list a { display: block; padding: 8px 12px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 14px; }
.lang__list a:hover { background: var(--cream-2); }
.lang__list a.is-active { color: var(--orange); }
.lang__list a.is-active::after { content: " ✓"; }

/* ---------- Hero ---------- */
.hero { padding: clamp(40px, 6vw, 90px) 0 clamp(48px, 7vw, 96px); overflow: hidden; position: relative; }
.hero__bg { position: absolute; inset: -20% -10%; z-index: 0; pointer-events: none; background:
  radial-gradient(40% 50% at 15% 20%, rgba(255, 77, 0, .14), transparent 70%),
  radial-gradient(30% 40% at 85% 80%, rgba(31, 94, 61, .10), transparent 70%);
  animation: drift 18s ease-in-out infinite alternate; }
@keyframes drift { from { transform: translate3d(0, 0, 0) rotate(0); } to { transform: translate3d(3%, 2%, 0) rotate(2deg); } }
.hero__inner {
  position: relative; z-index: 1;
  width: min(1320px, 100% - 2 * var(--gutter)); margin-inline: auto;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center;
}
.hero__title { font-size: clamp(64px, 10.5vw, 150px); line-height: .9; margin: 6px 0 26px; }
.hero__title-line { display: block; }
.hero__title-line--it { padding-left: .28em; }
.hero__title em { font-style: italic; color: var(--orange); font-variation-settings: "SOFT" 100, "opsz" 144; }
.hero__lead { font-size: clamp(17px, 1.5vw, 21px); max-width: 520px; color: var(--ink-2); }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero__facts { list-style: none; padding: 0; margin: 40px 0 0; display: flex; border-top: 1px solid rgba(27, 20, 16, .15); }
.hero__facts li { display: flex; flex-direction: column; padding: 18px 28px 0 0; margin-right: 28px; border-right: 1px solid rgba(27, 20, 16, .15); }
.hero__facts li:last-child { border-right: 0; }
.hero__facts strong { font-family: var(--font-display); font-size: 30px; line-height: 1; font-weight: 500; font-variant-numeric: tabular-nums; }
.hero__facts strong small { font-size: .5em; color: var(--ink-2); }
.hero__facts span { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-2); margin-top: 6px; }

.hero__media { position: relative; }
.hero__photo { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: 0 30px 60px -30px rgba(27, 20, 16, .5); }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 1.6s var(--ease-out), clip-path 1.1s var(--ease-out); }
.hero__photo.is-in img { transform: scale(1.02); }
.hero__polaroid {
  position: absolute; left: -8%; bottom: -6%; width: 42%; margin: 0;
  background: var(--white); padding: 10px 10px 34px; border-radius: 6px;
  box-shadow: 0 24px 50px -20px rgba(27, 20, 16, .5);
  --rot: -6deg; transform: rotate(var(--rot));
}
.hero__polaroid img { aspect-ratio: 1; object-fit: cover; border-radius: 2px; }
.hero__polaroid figcaption { position: absolute; left: 0; right: 0; bottom: 8px; text-align: center; font-family: var(--font-display); font-style: italic; font-size: 15px; color: var(--ink-2); }
.floaty.is-in { animation: floaty 5s ease-in-out infinite; }
@keyframes floaty { 0%, 100% { transform: rotate(var(--rot, 0deg)) translateY(var(--py, 0px)); } 50% { transform: rotate(calc(var(--rot, 0deg) + 1.5deg)) translateY(calc(var(--py, 0px) - 8px)); } }
.hero__stamp { position: absolute; top: 18px; right: -26px; width: 140px; height: 140px; display: grid; place-items: center; animation: stamp-in 1s var(--ease-out) .6s both; }
@keyframes stamp-in { from { opacity: 0; transform: scale(.4) rotate(-40deg); } to { opacity: 1; transform: none; } }
.hero__stamp svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 24s linear infinite; }
.hero__stamp text { font-family: var(--font-body); font-weight: 700; font-size: 10.5px; letter-spacing: .14em; fill: var(--ink); }
.hero__stamp img { width: 60px; height: 60px; border-radius: 50%; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; background: var(--orange); color: var(--white); padding: 14px 0; border-block: 3px solid var(--ink); }
.marquee__track { display: flex; align-items: center; gap: 28px; width: max-content; animation: marquee 40s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span { font-family: var(--font-display); font-style: italic; font-size: clamp(20px, 2.4vw, 30px); white-space: nowrap; }
.marquee__track i { width: 10px; height: 10px; background: var(--white); border-radius: 50%; flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Intro ---------- */
.intro__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.intro__media { position: relative; }
.intro__media-main { border-radius: var(--radius); overflow: hidden; }
.intro__media-main img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.intro__media-small { position: absolute; right: -10%; top: 12%; width: 46%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 12px; border: 6px solid var(--cream); box-shadow: 0 24px 50px -24px rgba(27, 20, 16, .55); }
.intro__text p { font-size: clamp(17px, 1.3vw, 19px); color: var(--ink-2); }
.intro__text h2 { margin-bottom: 22px; }
.intro__pills { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.intro__pills li { padding: 8px 14px; border-radius: 999px; background: var(--white); border: 1.5px solid var(--cream-3); font-size: 14px; font-weight: 600; transition: transform .3s var(--ease-out), border-color .3s; }
.intro__pills li:hover { transform: translateY(-3px) rotate(-2deg); border-color: var(--orange); }

/* ---------- Accès rapide ---------- */
.quick { padding-top: 0; }
.quick__list { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.quick__list li { border-bottom: 2px solid var(--ink); }
.quick__list a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 26px 8px; text-decoration: none; transition: background .3s, padding .4s var(--ease-out); }
.quick__list a:hover { background: var(--white); padding-left: 24px; }
.quick__list h3 { font-size: clamp(24px, 2.6vw, 36px); margin-bottom: 4px; }
.quick__list h3 small { font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--ink-2); letter-spacing: .04em; margin-left: 8px; }
.quick__list p { margin: 0; color: var(--ink-2); max-width: 560px; }
.quick__arrow { width: 52px; height: 52px; border-radius: 50%; background: var(--orange); color: var(--white); display: grid; place-items: center; font-size: 22px; transition: transform .4s var(--ease-out), background .3s; }
.quick__list a:hover .quick__arrow { transform: translateX(8px) rotate(-20deg) scale(1.1); background: var(--ink); }

/* ---------- Carte ---------- */
.menu { background: var(--white); padding-top: clamp(110px, 13vw, 170px); }
.menu__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(32px, 4vw, 56px); }
.menu__toggle { display: inline-flex; padding: 4px; border-radius: 999px; background: var(--cream-2); position: relative; }
.menu__toggle button { border: 0; background: transparent; padding: 10px 18px; border-radius: 999px; cursor: pointer; font-family: var(--font-body); font-weight: 700; font-size: 14px; color: var(--ink-2); transition: background .3s, color .3s, transform .3s; }
.menu__toggle button.is-active { background: var(--ink); color: var(--cream); }
.menu__toggle button:not(.is-active):hover { transform: translateY(-1px); color: var(--ink); }
.menu__grid { display: grid; grid-template-columns: 1fr 1fr .85fr; gap: clamp(28px, 4vw, 56px); }
.menu__cat { font-size: 28px; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 2px solid var(--orange); display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.menu__cat small { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); }
.menu__sub { font-size: 18px; font-style: italic; color: var(--orange); margin: 18px 0 6px; }
.menu__list { list-style: none; margin: 0 0 32px; padding: 0; }
.menu__list li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 10px 0; border-bottom: 1px dotted var(--cream-3); transition: padding-left .3s var(--ease-out); }
.menu__list li:hover { padding-left: 6px; }
.menu__name { font-weight: 600; }
.menu__name small { display: block; font-weight: 400; color: var(--ink-2); font-size: 14px; }
.menu__price { font-family: var(--font-display); font-size: 20px; font-weight: 500; white-space: nowrap; transition: opacity .25s, transform .25s; }
.menu__price.is-swapping { opacity: 0; transform: translateY(-6px); }
.menu[data-service="soir"] .menu__price, .carte[data-service="soir"] .menu__price { color: var(--orange); }
.tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; border-radius: 999px; padding: 1px 7px; margin-left: 6px; vertical-align: middle; line-height: 1.6; }
.tag--sig { color: var(--orange); border: 1.5px solid var(--orange); }
.tag--v { color: var(--green); border: 1.5px solid var(--green); }
.tag--s { border: 1.5px solid var(--cream-3); }
.menu__bar { background: var(--cream); border-radius: var(--radius); padding: 28px; align-self: start; position: relative; overflow: hidden; }
.menu__bar::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 10px; background: repeating-linear-gradient(90deg, var(--orange) 0 20px, var(--white) 20px 40px); }
.menu__list--bar li { border-color: rgba(27, 20, 16, .12); }
.menu__kids { font-size: 14px; color: var(--ink-2); margin-top: -8px; }
.menu__kids strong { color: var(--ink); font-family: var(--font-display); font-size: 18px; }
.menu__pdf { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.menu__legal { font-size: 13px; color: var(--ink-2); margin-top: 32px; }
.menu__note { font-size: 13px; color: var(--ink-2); margin: -16px 0 24px; }

/* ---------- Espaces ---------- */
.spaces { background: var(--cream-2); }
.spaces__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.space { transform-style: preserve-3d; }
.space__img { border-radius: var(--radius); overflow: hidden; margin-bottom: 18px; aspect-ratio: 3 / 4; }
.space__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.space:hover .space__img img { transform: scale(1.06); }
.space:nth-child(even) { margin-top: 44px; }
.space h3 { font-size: 28px; margin-bottom: 8px; }
.space p { color: var(--ink-2); font-size: 15px; margin: 0; }

/* ---------- Galerie ---------- */
.gallery { padding-bottom: 0; }
.gallery__strip { overflow: hidden; padding: 8px 0 clamp(64px, 9vw, 128px); }
.gallery__track { display: flex; gap: 14px; width: max-content; animation: marquee 60s linear infinite; padding-left: 14px; }
.gallery__strip:hover .gallery__track { animation-play-state: paused; }
.gallery__track figure { flex: 0 0 auto; width: clamp(220px, 24vw, 320px); margin: 0; cursor: zoom-in; border-radius: 14px; overflow: hidden; }
.gallery__track figure:nth-child(3n+2) { width: clamp(180px, 18vw, 240px); margin-top: 40px; }
.gallery__track img { aspect-ratio: 3 / 4; object-fit: cover; transition: transform .6s var(--ease-out); }
.gallery__track figure:hover img { transform: scale(1.05); }

/* ---------- Groupes ---------- */
.groups { background: var(--ink); color: var(--cream); overflow: hidden; }
.groups .eyebrow { color: var(--orange); }
.groups__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.groups__text p { color: rgba(255, 247, 236, .78); font-size: clamp(17px, 1.3vw, 19px); }
.groups__text h2 { margin-bottom: 22px; }
.groups__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.groups .btn--ghost { color: var(--cream); border-color: var(--cream); }
.groups .btn--ghost:hover { color: var(--ink); }
.groups .btn--ghost:hover::after { color: var(--cream); }
.groups__photo { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; transform: rotate(2deg); border: 8px solid rgba(255, 255, 255, .06); }
.groups__photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Avis ---------- */
.reviews { background: var(--orange-soft); }
.reviews__grid { display: grid; grid-template-columns: .8fr 1.6fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.reviews__score { display: flex; flex-direction: column; }
.reviews__num { font-family: var(--font-display); font-size: clamp(96px, 12vw, 160px); line-height: .85; color: var(--orange); font-variation-settings: "opsz" 144; font-variant-numeric: tabular-nums; }
.reviews__stars { display: flex; gap: 4px; margin-top: 14px; }
.reviews__stars i { width: 26px; height: 26px; background: var(--orange); clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); transform: scale(0); transition: transform .5s var(--ease-out); }
.reviews__score.is-in .reviews__stars i { transform: scale(1); }
.reviews__stars i:nth-child(2) { transition-delay: .1s; } .reviews__stars i:nth-child(3) { transition-delay: .2s; } .reviews__stars i:nth-child(4) { transition-delay: .3s; }
.reviews__stars i:nth-child(5) { transition-delay: .4s; opacity: .45; }
.reviews__src { font-size: 14px; color: var(--ink-2); margin-top: 8px; }
.reviews__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.reviews__list li { background: var(--white); border-radius: 14px; padding: 22px 24px; border-left: 4px solid var(--orange); transition: transform .4s var(--ease-out), box-shadow .4s; }
.reviews__list li:hover { transform: translateX(8px); box-shadow: 0 20px 40px -24px rgba(27, 20, 16, .4); }
.reviews__list h3 { font-size: 24px; margin-bottom: 6px; }
.reviews__list p { margin: 0; color: var(--ink-2); }

/* ---------- Infos ---------- */
.infos { background: var(--white); padding-top: clamp(110px, 13vw, 170px); }
.infos__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: stretch; }
.infos__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 28px; }
.infos__big { font-family: var(--font-display); font-size: clamp(22px, 2vw, 28px); line-height: 1.15; margin-bottom: 8px; }
.infos__big a { text-decoration: none; }
.infos__block p:last-child { color: var(--ink-2); font-size: 15px; margin: 0; }
.infos__map { border-radius: var(--radius); overflow: hidden; min-height: 380px; border: 3px solid var(--ink); }
.infos__map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; filter: saturate(.85); }

/* ---------- CTA final ---------- */
.cta { background: var(--orange); color: var(--white); padding: clamp(72px, 10vw, 140px) 0; text-align: center; position: relative; overflow: hidden; }
.cta__stripes { position: absolute; inset: 0; opacity: .12; pointer-events: none; background: repeating-linear-gradient(90deg, var(--white) 0 2px, transparent 2px 60px); animation: stripes-move 12s linear infinite; }
@keyframes stripes-move { to { background-position: 60px 0; } }
.cta__inner { position: relative; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.cta__wordmark { width: 180px; margin-bottom: 8px; }
.cta h2 { color: var(--white); font-size: clamp(40px, 6vw, 84px); }
.cta h2 em { color: var(--ink); }
.cta p { font-size: 19px; margin-bottom: 20px; opacity: .92; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--cream); }
.footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; padding: 64px 0 48px; align-items: start; }
.footer__brand img { margin-bottom: 16px; }
.footer__brand p { color: rgba(255, 247, 236, .7); font-size: 15px; margin: 0; }
.footer__brand a, .footer__legal a { color: var(--cream); }
.footer__links { display: flex; flex-direction: column; gap: 10px; }
.footer__links a { text-decoration: none; font-weight: 600; opacity: .85; transition: color .3s, transform .3s, opacity .3s; display: inline-block; }
.footer__links a:hover { opacity: 1; color: var(--orange); transform: translateX(6px); }
.footer__legal p { font-size: 14px; color: rgba(255, 247, 236, .6); margin: 0 0 8px; }
.footer__softbird { border-top: 1px solid rgba(255, 247, 236, .12); padding: 22px var(--gutter); display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; color: rgba(255, 247, 236, .6); }
.footer__softbird img { height: 18px; width: auto; opacity: .9; }
.footer__softbird-base { opacity: .7; }

/* ---------- Pages intérieures ---------- */
.page__hero { position: relative; padding: clamp(40px, 6vw, 80px) 0 clamp(88px, 10vw, 130px); overflow: hidden; background: var(--cream); }
.page__title { font-size: clamp(48px, 7vw, 104px); line-height: .95; margin: 6px 0 20px; }
.page__lead { font-size: clamp(17px, 1.4vw, 20px); color: var(--ink-2); max-width: 640px; }
.carte__tools { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 24px; }
.carte__pdf { display: flex; gap: 10px; flex-wrap: wrap; }
.carte { background: var(--white); padding-top: clamp(48px, 6vw, 80px); }
.carte__jump { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: clamp(40px, 5vw, 64px); }
.carte__jump a { text-decoration: none; font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 999px; border: 1.5px solid var(--cream-3); background: var(--cream); transition: background .25s, border-color .25s, transform .25s; }
.carte__jump a:hover { background: var(--orange); border-color: var(--orange); color: var(--white); transform: translateY(-2px); }
.carte__jump-label { font-family: var(--font-display); font-style: italic; font-size: 20px; margin: 0 6px 0 10px; color: var(--orange); }
.carte__jump-label:first-child { margin-left: 0; }
.carte__h2 { font-size: clamp(44px, 6vw, 90px); margin: 0 0 24px; padding-top: 24px; scroll-margin-top: 110px; }
.carte__h2::after { content: ""; display: block; width: 72px; height: 10px; margin-top: 14px; background: repeating-linear-gradient(90deg, var(--orange) 0 12px, var(--white) 12px 24px); border: 2px solid var(--ink); border-radius: 4px; }
.carte__grid { column-count: 2; column-gap: clamp(32px, 5vw, 72px); margin-bottom: clamp(40px, 5vw, 72px); }
.carte__section { break-inside: avoid; margin-bottom: 36px; scroll-margin-top: 110px; }
.carte__section .menu__list { margin-bottom: 8px; }
.carte__cols { margin-left: auto; }

/* Groupes page */
.groups__hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.groups__hero-photo { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: 0 30px 60px -30px rgba(27, 20, 16, .5); }
.groups__hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.groups-page { background: var(--white); }
.features { list-style: none; margin: 0 0 clamp(48px, 6vw, 80px); padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.features li { background: var(--cream); border-radius: var(--radius); padding: 28px; border-top: 6px solid var(--orange); transition: transform .4s var(--ease-out); }
.features li:hover { transform: translateY(-6px); }
.features__num { font-family: var(--font-display); font-style: italic; color: var(--orange); font-size: 34px; display: block; margin-bottom: 8px; }
.features h3 { font-size: 26px; margin-bottom: 8px; }
.features p { margin: 0; color: var(--ink-2); font-size: 15px; }
.form-wrap { display: grid; grid-template-columns: 1.4fr .8fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.form { background: var(--cream); border: 3px solid var(--ink); border-radius: var(--radius); padding: clamp(24px, 3vw, 40px); box-shadow: 10px 10px 0 var(--orange); }
.form__title { font-size: 34px; margin-bottom: 20px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__row--3 { grid-template-columns: 1.4fr 1fr 1fr; }
.form__row--people { grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field > span { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); }
.field input, .field select, .field textarea { font: 500 16px var(--font-body); color: var(--ink); background: var(--white); border: 2px solid var(--cream-3); border-radius: 12px; padding: 12px 14px; transition: border-color .25s, box-shadow .25s; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255, 77, 0, .15); }
.field input:user-invalid, .field select:user-invalid { border-color: #c0392b; }
.field textarea { resize: vertical; min-height: 120px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form__foot { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 8px; }
.form__legal { font-size: 12px; color: var(--ink-2); margin: 0; max-width: 380px; line-height: 1.5; }
.form__error { margin: 16px 0 0; color: #c0392b; font-weight: 600; }
.form.is-sending { opacity: .6; pointer-events: none; }
.form__success { background: var(--ink); color: var(--cream); border-radius: var(--radius); padding: clamp(32px, 4vw, 56px); text-align: center; animation: pop .6s var(--ease-out) both; }
.form__success-check { width: 72px; height: 72px; border-radius: 50%; background: var(--orange); color: var(--white); display: grid; place-items: center; font-size: 36px; margin: 0 auto 18px; }
.form__success h2 { font-size: 36px; margin-bottom: 10px; }
.form__success p { color: rgba(255, 247, 236, .78); margin-bottom: 22px; }
.form__success .btn--ghost { color: var(--cream); border-color: var(--cream); }
.form-aside { border-radius: var(--radius); overflow: hidden; background: var(--cream); border: 2px solid var(--cream-3); }
.form-aside img { aspect-ratio: 4 / 3; object-fit: cover; }
.form-aside h3 { font-size: 26px; margin: 20px 22px 6px; }
.form-aside p { margin: 0 22px 16px; color: var(--ink-2); font-size: 15px; }
.form-aside .btn { margin: 0 22px 22px; }

/* Mentions légales */
.legal-page { background: var(--white); }
.legal-page__inner { max-width: 760px; }
.legal-page h2 { font-size: 26px; margin: 32px 0 8px; }
.legal-page p { color: var(--ink-2); }

/* ---------- Lightbox ---------- */
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(27, 20, 16, .92); display: grid; place-items: center; opacity: 0; transition: opacity .22s; }
.lightbox.is-open { opacity: 1; }
.lightbox img { max-width: min(92vw, 900px); max-height: 88vh; object-fit: contain; border-radius: 8px; animation: pop .35s var(--ease-out); }
.lightbox__close, .lightbox__nav { position: absolute; border: 0; background: rgba(255, 247, 236, .12); color: var(--cream); width: 52px; height: 52px; border-radius: 50%; font-size: 30px; cursor: pointer; display: grid; place-items: center; transition: background .2s; }
.lightbox__close:hover, .lightbox__nav:hover { background: var(--orange); }
.lightbox__close { top: 18px; right: 18px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav--prev { left: 18px; }
.lightbox__nav--next { right: 18px; }
body.lightbox-open, body.menu-open { overflow: hidden; }

/* ---------- Animations d'apparition ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out), clip-path 1.1s var(--ease-out); }
.reveal--left { transform: translateX(-40px); }
.reveal--right { transform: translateX(40px); }
.reveal--up { transform: translateY(50px); }
.reveal--pop { transform: scale(.7) rotate(-6deg); }
.reveal--clip { transform: none; opacity: 1; }
.reveal--clip > * { clip-path: inset(0 0 100% 0 round var(--radius)); transition: clip-path 1.1s var(--ease-out); }
.reveal--clip.is-in > * { clip-path: inset(0 0 0 0 round var(--radius)); }
.reveal.is-in { opacity: 1; transform: none; }
.hero__polaroid.reveal { transform: rotate(var(--rot)) translateY(30px) scale(.9); }
.hero__polaroid.reveal.is-in { transform: rotate(var(--rot)); }
.hero .reveal:nth-child(1) { transition-delay: .05s; } .hero .reveal:nth-child(2) { transition-delay: .15s; }
.hero .reveal:nth-child(3) { transition-delay: .25s; } .hero .reveal:nth-child(4) { transition-delay: .35s; } .hero .reveal:nth-child(5) { transition-delay: .45s; }
.hero__title .reveal:nth-child(1) { transition-delay: .1s; } .hero__title .reveal:nth-child(2) { transition-delay: .22s; }
.hero__polaroid.reveal { transition-delay: .5s; }
.stagger > .reveal:nth-child(2) { transition-delay: .1s; } .stagger > .reveal:nth-child(3) { transition-delay: .2s; }
.stagger > .reveal:nth-child(4) { transition-delay: .3s; } .stagger > .reveal:nth-child(5) { transition-delay: .4s; }
.intro__pills.stagger > li { opacity: 0; transform: translateY(12px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); transition-delay: calc(var(--i, 0) * 70ms); }
.intro__pills.stagger.is-in > li { opacity: 1; transform: none; }
/* Titres découpés mot par mot */
[data-split] .w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .08em; margin-bottom: -.08em; }
[data-split] .w > span { display: inline-block; transform: translateY(110%); transition: transform .9s var(--ease-out); transition-delay: calc(var(--i) * 55ms); }
[data-split].is-in .w > span { transform: none; }
[data-split].reveal { opacity: 1; transform: none; }
@keyframes pop { from { opacity: 0; transform: scale(.85); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .reveal, [data-split] .w > span, .intro__pills.stagger > li, .reveal--clip > * { opacity: 1; transform: none; transition: none; clip-path: none; }
  .hero__stamp svg, .marquee__track, .gallery__track, .awning, .hero__bg, .cta__stripes, .floaty.is-in { animation: none; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1120px) {
  .nav__links { display: none; }
  .nav__tel { display: none; }
  .nav__burger { display: flex; }
  .nav__right .lang { display: none; }
  body.menu-open .nav__links { display: flex; flex-direction: column; align-items: stretch; gap: 6px; position: fixed; top: 108px; left: 0; right: 0; bottom: 0; background: var(--cream); padding: 24px var(--gutter); overflow: auto; z-index: 40; }
  body.menu-open .nav__links > a { font-family: var(--font-display); font-size: 34px; font-weight: 400; padding: 10px 0; border-bottom: 1px solid var(--cream-3); animation: menu-in .5s var(--ease-out) both; }
  body.menu-open .nav__links > a:nth-child(2) { animation-delay: .05s; } body.menu-open .nav__links > a:nth-child(3) { animation-delay: .1s; }
  body.menu-open .nav__links > a:nth-child(4) { animation-delay: .15s; } body.menu-open .nav__links > a:nth-child(5) { animation-delay: .2s; } body.menu-open .nav__links > a:nth-child(6) { animation-delay: .25s; }
  @keyframes menu-in { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: none; } }
  body.menu-open .nav__links a::after { display: none; }
  body.menu-open .nav__links > a.nav__cta-mobile { display: inline-flex; margin-top: 24px; font-family: var(--font-body); font-size: 16px; font-weight: 700; border-bottom: 0; align-self: flex-start; padding: 14px 24px; animation: none; }
  body.menu-open .nav__lang-mobile { display: block; margin-top: 18px; }
  .nav__lang-mobile .lang__list { position: static; opacity: 1; transform: none; pointer-events: auto; box-shadow: none; border: 0; background: transparent; display: flex; flex-wrap: wrap; gap: 4px; padding: 8px 0 0; }
  .nav__lang-mobile .lang__list a { border: 1.5px solid var(--cream-3); background: var(--white); }
  .nav__lang-mobile .lang__btn { pointer-events: none; }
  body.menu-open .nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.menu-open .nav__burger span:nth-child(2) { opacity: 0; }
  body.menu-open .nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  body.menu-open .nav { transform: none !important; }

  .menu__grid { grid-template-columns: 1fr 1fr; }
  .menu__bar { grid-column: 1 / -1; }
  .spaces__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .form-wrap { grid-template-columns: 1fr; }
  .form-aside { display: grid; grid-template-columns: 200px 1fr; align-items: center; }
  .form-aside img { aspect-ratio: 1; height: 100%; }
  .form-aside h3 { grid-column: 2; }
}

@media (max-width: 820px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__media { order: -1; margin: 0 0 12px; }
  .hero__photo { aspect-ratio: 4 / 3; }
  .hero__polaroid { left: auto; right: 4%; bottom: -10%; width: 34%; }
  .hero__stamp { top: 10px; left: 8px; right: auto; width: 104px; height: 104px; }
  .hero__stamp img { width: 46px; height: 46px; }
  .hero__title { font-size: clamp(60px, 17vw, 110px); }
  .hero__facts { flex-wrap: wrap; }
  .hero__facts li { padding-right: 18px; margin-right: 18px; }
  .intro__grid { grid-template-columns: 1fr; }
  .intro__media { max-width: 520px; margin: 0 auto 24px; }
  .intro__media-small { right: -4%; }
  .groups__grid, .groups__hero-grid { grid-template-columns: 1fr; }
  .groups__photo { max-width: 420px; }
  .groups__hero-photo { max-width: 420px; aspect-ratio: 4 / 3; }
  .reviews__grid { grid-template-columns: 1fr; }
  .infos__grid { grid-template-columns: 1fr; }
  .quick__list a { padding: 22px 0; }
  .carte__grid { column-count: 1; }
  .features { grid-template-columns: 1fr; }
  .form__row--3 { grid-template-columns: 1fr; }
  .form-aside { grid-template-columns: 1fr; }
  .form-aside img { aspect-ratio: 16 / 9; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .nav__inner { height: 68px; }
  .nav__brand span { display: none; }
  body.menu-open .nav__links { top: 98px; }
  .btn--lg { padding: 14px 22px; }
  .hero__cta .btn { flex: 1 1 100%; }
  .hero__facts strong { font-size: 24px; }
  .menu__grid { grid-template-columns: 1fr; }
  .menu__bar { padding: 22px; }
  .spaces__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .space:nth-child(even) { margin-top: 24px; }
  .space h3 { font-size: 22px; }
  .space p { font-size: 14px; }
  .infos__cols { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .quick__arrow { width: 42px; height: 42px; font-size: 18px; }
  .form__row, .form__row--people { grid-template-columns: 1fr; }
  .form { box-shadow: 6px 6px 0 var(--orange); }
  .awning { height: 30px; background-size: 50px 30px; }
  .carte__jump-label { width: 100%; margin: 8px 0 2px; }
}

/* ---------- SEO : accessibilité, fil d'Ariane, FAQ, 404 ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.breadcrumb { margin-bottom: 18px; font-size: 13px; font-weight: 600; color: var(--ink-2); }
.breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: var(--orange); }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--orange); }
.faq { background: var(--cream-2); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.faq .section__head { margin-bottom: 0; position: sticky; top: 120px; }
.faq__list { display: grid; gap: 12px; }
.faq__item { background: var(--white); border-radius: 14px; border: 2px solid transparent; transition: border-color .3s, transform .3s var(--ease-out); }
.faq__item[open] { border-color: var(--orange); }
.faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item h3 { font-size: 22px; line-height: 1.15; }
.faq__icon { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--orange); position: relative; transition: transform .35s var(--ease-out); }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--white); transform: translate(-50%, -50%); }
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item[open] .faq__icon { transform: rotate(45deg); background: var(--ink); }
.faq__body { padding: 0 22px 20px; color: var(--ink-2); animation: pop .4s var(--ease-out); }
.faq__body p { margin: 0; }
.notfound { background: var(--white); min-height: 60vh; display: grid; align-items: center; }
.notfound__inner { max-width: 720px; }
.notfound .btn { margin: 4px 6px 4px 0; }
@media (max-width: 820px) {
  .faq__grid { grid-template-columns: 1fr; }
  .faq .section__head { position: static; }
  .faq__item h3 { font-size: 19px; }
}
