/* ============================================================
   hotel-manosque.fr — homepage.css
   Charte : Ocre #C8924A | Vert #4A7C59 | Lavande #7B6FA0
   Fond clair #FAF7F2 | Fond sombre #2C2416 | Texte #2A2520
============================================================ */

/* ── BASE ── */
.hm-homepage * { box-sizing: border-box; }

.hm-homepage,
#hm-main {
  font-family: 'Source Sans 3', 'Segoe UI', system-ui, sans-serif;
  color: #2A2520;
  overflow-x: hidden;
}

.hm-homepage h1,
.hm-homepage h2,
.hm-homepage h3 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.2;
}

.hm-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── HERO ── */
.hm-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
background: linear-gradient(rgba(30,22,13,0.65), rgba(30,22,13,0.65)), url('https://hotel-manosque.fr/wp-content/uploads/2026/05/hotel-manosque-vu-1.webp') center center / cover no-repeat;  padding: 80px 24px 60px;
  overflow: hidden;
}

.hm-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 80%, rgba(200,146,74,0.22) 0%, transparent 70%);
  pointer-events: none;
}

.hm-hero__content { position: relative; z-index: 2; max-width: 740px; }

.hm-hero__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8924A;
  border: 1px solid rgba(200,146,74,0.5);
  padding: 6px 16px;
  border-radius: 2px;
  margin-bottom: 28px;
}

.hm-hero__title {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  color: #FAF7F2;
  margin: 0 0 22px;
  font-weight: 700;
}

.hm-hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.22rem);
  color: rgba(250,247,242,0.75);
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.hm-hero__cta-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hm-hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(200,146,74,0.5);
  font-size: 1.3rem;
  z-index: 2;
  animation: hm-bounce 2s ease-in-out infinite;
}
@keyframes hm-bounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(8px); }
}

/* ── BOUTONS ── */
.hm-btn {
  display: inline-block;
  padding: 14px 30px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.hm-btn--primary  { background: #C8924A; color: #FAF7F2; border: 2px solid #C8924A; }
.hm-btn--primary:hover { background: #a8742e; border-color: #a8742e; color: #FAF7F2; }
.hm-btn--ghost    { background: transparent; color: #FAF7F2; border: 2px solid rgba(250,247,242,0.5); }
.hm-btn--ghost:hover { border-color: #FAF7F2; color: #FAF7F2; background: rgba(255,255,255,0.08); }
.hm-btn--outline-dark { background: transparent; color: #2A2520; border: 2px solid #2A2520; }
.hm-btn--outline-dark:hover { background: #2A2520; color: #FAF7F2; }
.hm-btn--ocre { background: #C8924A; color: #FAF7F2; border: 2px solid #C8924A; }
.hm-btn--ocre:hover { background: #a8742e; border-color: #a8742e; color: #FAF7F2; }

/* ── SIGNATURE ISABELLE ── */
.hm-signature {
  background: #2C2416;
  padding: 52px 0;
}
.hm-signature__inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
.hm-signature__avatar {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #C8924A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-style: italic;
  color: #FAF7F2;
}
.hm-signature__quote {
  margin: 0; padding: 0; border: none;
}
.hm-signature__quote p {
  font-size: 1.06rem;
  font-style: italic;
  color: rgba(250,247,242,0.82);
  line-height: 1.72;
  margin: 0 0 10px;
}
.hm-signature__quote cite {
  font-size: 0.75rem;
  color: #C8924A;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .hm-signature__inner { flex-direction: column; text-align: center; }
}

/* ── SECTIONS ARTICLES ── */
.hm-section { padding: 80px 0; }
.hm-section--light { background: #FAF7F2; }
.hm-section--beige { background: #f2ece0; }

.hm-section__header { margin-bottom: 48px; }
.hm-section__header h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  margin: 8px 0 12px;
  color: #2A2520;
}
.hm-section__header p {
  font-size: 1.05rem;
  color: #6b6258;
  max-width: 500px;
  line-height: 1.65;
  margin: 0;
}
.hm-section__cta { text-align: center; margin-top: 44px; }

/* Labels catégorie */
.hm-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 2px solid;
}
.hm-label--green  { color: #4A7C59; border-color: #4A7C59; }
.hm-label--purple { color: #7B6FA0; border-color: #7B6FA0; }
.hm-label--ocre   { color: #C8924A; border-color: #C8924A; }

/* ── GRILLE ── */
.hm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 960px) { .hm-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 580px) { .hm-grid { grid-template-columns: 1fr; } }

/* ── CARTES ── */
.hm-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(44,36,22,0.08);
  transition: transform 0.22s, box-shadow 0.22s;
  display: flex;
  flex-direction: column;
}
.hm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(44,36,22,0.14);
}
.hm-card__img-wrap {
  display: block;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, #d4b896, #C8924A);
  text-decoration: none;
}
.hm-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.hm-card:hover .hm-card__img-wrap img { transform: scale(1.05); }
.hm-card__img-wrap--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.hm-card__body {
  padding: 22px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hm-tag {
  display: inline-block;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hm-tag--green  { color: #4A7C59; }
.hm-tag--purple { color: #7B6FA0; }

.hm-card__body h3 {
  font-size: 1.08rem;
  margin: 0 0 10px;
  line-height: 1.35;
}
.hm-card__body h3 a { color: #2A2520; text-decoration: none; }
.hm-card__body h3 a:hover { color: #C8924A; }
.hm-card__body p {
  font-size: 0.88rem;
  color: #6b6258;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  padding-bottom: 16px;
}
.hm-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(44,36,22,0.09);
  font-size: 0.78rem;
  color: #a09080;
}
.hm-read-more {
  color: #C8924A;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  transition: color 0.2s;
}
.hm-read-more:hover { color: #a8742e; }

/* ── BANDEAU DESTINATIONS ── */
.hm-band {
  background: #C8924A;
  padding: 28px 0;
}
.hm-band__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}
.hm-band__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 28px;
  color: #FAF7F2;
  font-size: 0.9rem;
  font-weight: 600;
  border-right: 1px solid rgba(250,247,242,0.3);
  white-space: nowrap;
}
.hm-band__item:last-child { border-right: none; }
.hm-band__item em { font-style: normal; font-size: 1.1rem; }
@media (max-width: 700px) {
  .hm-band__item { border-right: none; border-bottom: 1px solid rgba(250,247,242,0.25); width: 50%; justify-content: center; }
  .hm-band__item:last-child { border-bottom: none; }
}

/* ── À PROPOS ── */
.hm-about {
  background: #2C2416;
  padding: 80px 0;
}
.hm-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.hm-about__text h2 {
  color: #FAF7F2;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin: 14px 0 20px;
}
.hm-about__text p {
  color: rgba(250,247,242,0.75);
  line-height: 1.72;
  font-size: 0.98rem;
  margin: 0 0 14px;
}
.hm-about__text p:last-of-type { margin-bottom: 28px; }
.hm-about__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hm-about__tags span {
  background: rgba(200,146,74,0.12);
  color: #C8924A;
  border: 1px solid rgba(200,146,74,0.3);
  padding: 7px 15px;
  border-radius: 2px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .hm-about__inner { grid-template-columns: 1fr; gap: 40px; }
}

/* ── VIDE ── */
.hm-empty {
  text-align: center;
  color: #a09080;
  font-style: italic;
  padding: 48px 0;
}
