/* home.css — Styles spécifiques de l'accueil */

/* ════════ Hero split éditorial ══════════════════════════════════ */
.home-hero {
  border-bottom: 1px solid var(--hl);
}
.home-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 480px;
  max-width: var(--max-w-wide);
  margin: 0 auto;
}
.home-hero__left {
  padding: 56px var(--gutter-m) 48px;
  position: relative;
}
.home-hero__title {
  font-family: var(--ff-display);
  font-size: clamp(48px, 6.8vw, 96px);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.025em;
  margin: 24px 0 22px;
}
.home-hero__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--rouge);
  font-family: var(--ff-italic);
}
.home-hero__intro {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 480px;
  margin-bottom: 32px;
}
.home-hero__ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.home-hero__serial {
  position: absolute;
  bottom: 24px;
  left: var(--gutter-m);
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gris-chaud);
}
.home-hero__right {
  position: relative;
  border-top: 1px solid var(--hl);
  min-height: 320px;
}
.home-hero__right img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}
.home-hero__quote {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  background: var(--papier);
  padding: 12px 16px;
  font-family: var(--ff-italic);
  font-style: italic;
  font-size: 14px;
  color: var(--ink);
  max-width: 320px;
  border-left: 2px solid var(--rouge);
}
.home-hero__quote-author {
  display: block;
  margin-top: 4px;
  font-family: var(--ff-mono);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--gris-chaud);
}

@media (min-width: 900px) {
  .home-hero__inner { grid-template-columns: 1.05fr 1fr; min-height: 620px; }
  .home-hero__left  { padding: 88px var(--gutter-d) 72px; }
  .home-hero__right { border-top: 0; border-left: 1px solid var(--hl); }
  .home-hero__serial { left: var(--gutter-d); bottom: 36px; }
  .home-hero__quote { left: auto; right: 24px; bottom: 24px; }
}

/* ════════ Panneau ardoise « Aujourd'hui » ═══════════════════════ */
.home-today {
  padding: 28px var(--gutter-m);
  color: var(--panel-ink);
  max-width: var(--max-w-wide);
  margin: 0 auto;
}
.home-today__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.home-today__eyebrow {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--or-sourd);
  margin-bottom: 12px;
}
.home-today__date {
  font-family: var(--ff-display);
  font-size: 32px;
  line-height: 1.05;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.home-today__service {
  font-family: var(--ff-italic);
  font-style: italic;
  font-size: 15px;
  color: #C8C2B4;
  margin-bottom: 18px;
}
.home-today__status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(237, 230, 214, 0.2);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.home-today__status-pill > span:nth-child(2) { color: #fff; font-weight: 500; }
.home-today__status-pill > span:nth-child(3) { color: #8A867D; }
.home-today__status-pill > span:nth-child(4) {
  color: #C8C2B4;
  text-transform: none;
  letter-spacing: 0.04em;
}
.home-today__menu {
  border-top: 1px solid rgba(237, 230, 214, 0.14);
  padding-top: 18px;
}
.home-today__menu-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
}
.home-today__menu-label {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--or-sourd);
}
.home-today__menu-service {
  font-family: var(--ff-mono);
  font-size: 11px;
  color: #8A867D;
}
.home-today__group { margin-bottom: 12px; }
.home-today__group-title {
  font-family: var(--ff-mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6B6F73;
  margin-bottom: 5px;
}
.home-today__item {
  font-size: 14.5px;
  color: #EDE6D6;
  line-height: 1.45;
  margin-bottom: 2px;
}
.home-today__item-desc {
  font-family: var(--ff-italic);
  font-style: italic;
  color: #A6A29A;
  font-size: 13px;
}
.home-today__prices {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(237, 230, 214, 0.14);
  font-family: var(--ff-mono);
  font-size: 11px;
  color: #C8C2B4;
}
.home-today__prices strong { color: #fff; font-weight: 600; }

@media (min-width: 900px) {
  .home-today {
    padding: 40px 44px;
  }
  .home-today__grid {
    grid-template-columns: 1.1fr 2fr;
    gap: 48px;
  }
  .home-today__date { font-size: 38px; }
  .home-today__menu {
    border-top: 0;
    padding-top: 0;
    border-left: 1px solid rgba(237, 230, 214, 0.14);
    padding-left: 36px;
  }
}

/* ════════ Highlights numérotés ══════════════════════════════════ */
.home-highlights { padding: 64px var(--gutter-m); max-width: var(--max-w-wide); margin: 0 auto; }
.home-highlights__head { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
.home-highlights__title {
  font-family: var(--ff-display);
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 16px;
}
.home-highlights__title em { font-style: italic; font-family: var(--ff-italic); color: var(--rouge); font-weight: 400; }
.home-highlights__intro { font-size: 16px; line-height: 1.6; color: var(--ink-soft); align-self: end; }
.home-highlights__grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--hl);
}
.home-highlights__card { padding: 24px 0 28px; border-bottom: 1px solid var(--hl); }
.home-highlights__card:last-child { border-bottom: 0; }
.home-highlights__card-num {
  font-family: var(--ff-mono);
  font-size: 11px;
  color: var(--rouge);
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}
.home-highlights__card h3 {
  font-family: var(--ff-display);
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.home-highlights__card p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }

@media (min-width: 900px) {
  .home-highlights { padding: 96px var(--gutter-d); }
  .home-highlights__head { grid-template-columns: 0.6fr 2fr; gap: 64px; margin-bottom: 56px; }
  .home-highlights__grid { grid-template-columns: repeat(4, 1fr); }
  .home-highlights__card {
    padding: 32px 28px 36px;
    border-bottom: 0;
    border-right: 1px solid var(--hl);
  }
  .home-highlights__card:last-child { border-right: 0; }
}

/* ════════ Galerie ═══════════════════════════════════════════════ */
.home-gallery { padding: 32px var(--gutter-m) 64px; max-width: var(--max-w-wide); margin: 0 auto; }
.home-gallery__head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 24px; flex-wrap: wrap; gap: 12px; }
.home-gallery__title {
  font-family: var(--ff-display);
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -0.02em;
  margin-top: 8px;
}
.home-gallery__title span { color: var(--rouge); }
.home-gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.home-gallery__item { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.home-gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.home-gallery__caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  background: rgba(251, 248, 241, 0.94);
  font-family: var(--ff-mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}
.home-gallery__cta { margin-top: 18px; width: 100%; justify-content: center; }

@media (min-width: 900px) {
  .home-gallery { padding: 64px var(--gutter-d) 96px; }
  .home-gallery__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 200px 200px;
    gap: 12px;
  }
  .home-gallery__item { aspect-ratio: auto; }
  .home-gallery__item--feature { grid-column: span 2; grid-row: span 2; }
  .home-gallery__cta { width: auto; margin-top: 0; }
}

/* ════════ Carte preview ═════════════════════════════════════════ */
.home-cartepreview {
  background: var(--surface-2);
  padding: 64px var(--gutter-m);
  border-top: 1px solid var(--hl);
  border-bottom: 1px solid var(--hl);
}
.home-cartepreview__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.home-cartepreview__title {
  font-family: var(--ff-display);
  font-size: clamp(36px, 4.4vw, 52px);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 12px;
}
.home-cartepreview__title em { font-style: italic; font-family: var(--ff-italic); color: var(--rouge); font-weight: 400; }
.home-cartepreview__intro {
  font-family: var(--ff-italic);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-soft);
  margin-top: 18px;
  max-width: 320px;
}
.home-cartepreview .lc-btn--rouge { margin-top: 24px; }

@media (min-width: 900px) {
  .home-cartepreview { padding: 96px var(--gutter-d); }
  .home-cartepreview__inner { grid-template-columns: 1fr 1.4fr; gap: 80px; }
}

/* ════════ Section événements + carte Carnaval ═══════════════════ */
.home-events { padding: 64px var(--gutter-m); max-width: var(--max-w-wide); margin: 0 auto; }
.home-events__inner { display: grid; grid-template-columns: 1fr; gap: 32px; }
.home-events__title {
  font-family: var(--ff-display);
  font-size: clamp(36px, 4.4vw, 52px);
  letter-spacing: -0.02em;
  margin-top: 12px;
  margin-bottom: 24px;
}
.home-events__types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.home-events__type {
  padding: 18px 18px 20px;
  border: 1px solid var(--hl);
  background: var(--surface);
}
.home-events__type-tag {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--or-sourd);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.home-events__type h4 {
  font-family: var(--ff-display);
  font-size: 17px;
  margin-bottom: 8px;
}
.home-events__type-cap {
  font-family: var(--ff-italic);
  font-style: italic;
  font-size: 13px;
  color: var(--ink-soft);
}
.home-events__featured {
  background: var(--rouge);
  color: #fff;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
.home-events__featured-tag {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
  text-transform: uppercase;
}
.home-events__featured h3 {
  font-family: var(--ff-display);
  font-size: 32px;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.05;
}
.home-events__featured h3 em { font-style: italic; font-family: var(--ff-italic); font-weight: 400; }
.home-events__featured-date {
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 14px;
}
.home-events__featured-desc {
  font-family: var(--ff-italic);
  font-style: italic;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
  margin-bottom: 16px;
}
.home-events__featured-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
  gap: 14px;
  flex-wrap: wrap;
}
.home-events__featured-price-label {
  font-family: var(--ff-mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.14em;
}
.home-events__featured-price {
  font-family: var(--ff-display);
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.home-events__featured-price-unit {
  font-family: var(--ff-mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.home-events__featured-cta {
  padding: 12px 16px;
  background: #fff;
  color: var(--rouge);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}
.home-events__featured-serial {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--ff-mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.16em;
}

@media (min-width: 900px) {
  .home-events { padding: 96px var(--gutter-d); }
  .home-events__inner { grid-template-columns: 1.3fr 1fr; gap: 64px; }
  .home-events__types { grid-template-columns: 1fr 1fr; gap: 14px; }
  .home-events__type { padding: 22px 22px 24px; }
  .home-events__type h4 { font-size: 19px; }
  .home-events__featured { padding: 40px 36px; min-height: 360px; }
  .home-events__featured h3 { font-size: 38px; }
  .home-events__featured-price { font-size: 40px; }
}

/* ════════ CTA strip réservations ════════════════════════════════ */
.home-ctastrip {
  background: var(--anthracite);
  color: #EDE6D6;
  padding: 56px var(--gutter-m);
}
.home-ctastrip__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
.home-ctastrip__title {
  font-family: var(--ff-display);
  font-size: clamp(32px, 3.6vw, 44px);
  color: #fff;
  letter-spacing: -0.02em;
  margin-top: 10px;
}
.home-ctastrip__intro {
  font-family: var(--ff-italic);
  font-style: italic;
  font-size: 15px;
  color: #C8C2B4;
  margin-top: 12px;
  max-width: 540px;
}
.home-ctastrip__actions { display: flex; flex-direction: column; gap: 10px; }
.home-ctastrip__actions .lc-btn { justify-content: center; padding: 16px 24px; }
.home-ctastrip__phone {
  font-family: var(--ff-mono);
  font-size: 12px;
}
.home-ctastrip__email {
  padding: 14px 24px;
  border: 1px solid rgba(237, 230, 214, 0.3);
  color: #EDE6D6;
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 900px) {
  .home-ctastrip { padding: 64px var(--gutter-d); }
  .home-ctastrip__inner { grid-template-columns: 1.6fr 1fr; gap: 40px; }
  .home-ctastrip__actions { min-width: 280px; }
}
