/* Styles modernes communs aux pages du Domaine des Roujoux.
   À charger après Bulma. */

:root {
  --roujoux-cream: #fff8d7;
  --roujoux-paper: #ffffff;
  --roujoux-yellow: #ffcc33;
  --roujoux-yellow-soft: #fff0a6;
  --roujoux-violet: #7d3fb2;
  --roujoux-violet-dark: #5f2d8d;
  --roujoux-ink: #333333;
  --roujoux-muted: #6a5a50;
  --roujoux-border: rgba(102, 51, 51, 0.22);
  --roujoux-shadow: 0 18px 50px rgba(89, 0, 29, 0.13);
}

html {
  background: var(--roujoux-cream);
}

body.roujoux-site {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 204, 51, 0.28), transparent 34rem),
    var(--roujoux-cream);
  color: var(--roujoux-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.roujoux-site .title,
.roujoux-site .subtitle {
  color: inherit;
}

.lodging-frame {
  width: min(100%, 1080px);
  margin: clamp(0px, 2.8vw, 28px) auto;
  overflow: hidden;
  border: 1px solid var(--roujoux-border);
  border-radius: clamp(0px, 1.8vw, 22px);
  background: var(--roujoux-paper);
  box-shadow: var(--roujoux-shadow);
}

.roujoux-hero {
  position: relative;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(255, 248, 215, 0.92), rgba(255, 248, 215, 0.66)),
    url("img/fond_index2.jpg");
  background-size: cover;
  background-position: center;
}

.roujoux-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 60%);
}

.roujoux-hero .title {
  margin-bottom: 0.25rem;
  color: var(--roujoux-violet-dark);
  font-size: clamp(2.4rem, 7vw, 5rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.roujoux-hero .subtitle {
  color: var(--roujoux-muted);
  font-weight: 700;
}

.hero-text {
  max-width: 780px;
  margin: 1.5rem auto 0;
  color: #5a4050;
  font-size: clamp(1.08rem, 2.2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.55;
}

.eyebrow {
  margin-bottom: 0.65rem;
  color: var(--roujoux-violet);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(255, 248, 215, 0.68), rgba(255, 255, 255, 0.92));
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 2rem;
  text-align: center;
}

.section-heading .title {
  color: var(--roujoux-violet-dark);
}

.roujoux-highlight,
.roujoux-note {
  border: 1px solid rgba(153, 102, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(102, 51, 51, 0.08);
}

.roujoux-highlight {
  background: linear-gradient(135deg, var(--roujoux-yellow), var(--roujoux-yellow-soft));
  color: #3d2b00;
}

.roujoux-note {
  background: #faf4ff;
  color: #3f2d4f;
}

.accent-text {
  color: var(--roujoux-violet-dark);
}

.image-card {
  overflow: hidden;
  padding: 0.55rem;
  border: 1px solid rgba(204, 102, 0, 0.24);
  border-radius: 18px;
  background: #fffaf0;
  box-shadow: 0 14px 34px rgba(102, 51, 51, 0.11);
}

.image-card img,
.room-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.content-card,
.feature-box,
.amenities {
  border: 1px solid rgba(102, 51, 51, 0.14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(102, 51, 51, 0.08);
}

.content-card {
  height: 100%;
  padding: clamp(1.25rem, 3vw, 2rem);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.65;
}

.feature-box {
  padding: clamp(1rem, 3vw, 1.5rem);
}

.feature-box .content {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.room-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(102, 51, 51, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(102, 51, 51, 0.09);
}

.room-card .card-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.room-card .card-content {
  background: #fffdf5;
}

.amenities {
  padding: clamp(1rem, 2.8vw, 1.5rem);
  text-align: center;
}

.amenities .column {
  color: var(--roujoux-muted);
  font-weight: 700;
}

.pool-section {
  background:
    linear-gradient(135deg, rgba(255, 204, 51, 0.14), rgba(125, 63, 178, 0.10)),
    #ffffff;
}

.is-nowrap {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .lodging-frame {
    border-right: 0;
    border-left: 0;
  }

  .roujoux-hero .hero-body {
    padding: 3rem 1.25rem;
  }

  .section {
    padding: 2.25rem 1rem;
  }

  .content-card,
  .feature-box {
    text-align: left;
  }

  .feature-box .content {
    text-align: left;
  }

  .columns.is-mobile .image-card {
    padding: 0.35rem;
    border-radius: 12px;
  }

  .columns.is-mobile .image-card img {
    border-radius: 8px;
  }
}

@media (max-width: 420px) {
  .roujoux-hero .title {
    font-size: 2.2rem;
  }

  .hero-text {
    font-size: 1.02rem;
  }
}


/* Harmonisation des titres */

.roujoux-site .title {
   color: var(--roujoux-violet-dark);
  margin-bottom: 1.75rem !important;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.roujoux-site .title.is-1 {
  font-size: clamp(2rem, 4vw, 3rem) !important;
}

.roujoux-site .title.is-2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
}

.roujoux-site .title.is-3 {
  font-size: clamp(1.3rem, 2vw, 1.7rem) !important;
}

.roujoux-site .section-heading {
  margin-bottom: 3rem;
}