/* Pages Constellations familiales */

.const-hero {
  position: relative;
  min-height: 959px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0;
  overflow: hidden;
}

.const-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.35) 42%,
    rgba(0, 0, 0, 0.72) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.const-hero > .jarallax-container {
  z-index: 0 !important;
}

.const-hero .jarallax-img {
  object-fit: cover;
}

.const-hero-content {
  position: relative;
  z-index: 2;
  margin-bottom: 250px;
  padding-top: 140px;
}

.const-hero-kind {
  font-family: 'Ananda Black Personal Use', 'Ananda Black', cursive;
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin: 0 0 4px;
  color: inherit;
}

.const-hero-date {
  margin: 0 0 14px;
  font-family: 'FuturaPTLight', Futura, 'Futura PT', Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  opacity: 0.92;
  color: inherit;
}

.const-hero-title {
  font-family: 'FuturaPTLight', Futura, 'Futura PT', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  line-height: 1.25;
  margin: 0;
  color: inherit;
}

.const-hero-lead {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
  max-width: 640px;
  opacity: 0.95;
  color: inherit;
}

.const-hero-btn {
  background: transparent !important;
  border-color: currentColor !important;
  color: inherit !important;
  width: 300px;
  height: 60px;
  border-radius: 40px;
}

.const-hero-dates {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 4px;
}

.const-dates-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.const-dates-label {
  margin: 0;
  font-family: 'FuturaPTLight', Futura, 'Futura PT', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.95;
  color: inherit;
}

.const-dates-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.const-date-pill {
  display: inline-block;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-size: 0.95rem;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.const-date-pill:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  text-decoration: none;
}

.const-date-pill.is-current {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  pointer-events: none;
}

.const-section {
  padding: 56px 0;
}

.const-section.alt {
  background: #f7f5f2;
}

.const-section h2 {
  color: #0f2a3f;
  font-family: 'FuturaPTLight', Futura, 'Futura PT', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  margin: 0 0 20px;
}

.const-prose {
  color: #223949;
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 740px;
}

.const-prose p {
  margin: 0 0 1em;
}

.const-prose p:last-child {
  margin-bottom: 0;
}

.const-info {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: stretch;
}

.const-panel {
  background: #fff;
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 12px 36px rgba(15, 42, 63, 0.08);
  border: 1px solid rgba(15, 42, 63, 0.04);
}

.const-panel h3 {
  color: #0f2a3f;
  font-family: 'FuturaPTLight', Futura, 'Futura PT', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(15, 42, 63, 0.1);
}

.const-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.const-meta li {
  color: #223949;
  font-size: 1.02rem;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 42, 63, 0.08);
}

.const-meta li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.const-meta strong {
  display: block;
  color: #0f2a3f;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 4px;
}

.const-prices {
  display: grid;
  gap: 12px;
}

.const-price {
  background: #f7f5f2;
  border-radius: 14px;
  padding: 16px 18px;
}

.const-price .label {
  margin: 0 0 4px;
  color: #0f2a3f;
  font-size: 0.95rem;
}

.const-price .amount {
  margin: 0;
  color: #0f2a3f;
  font-family: 'FuturaPTLight', Futura, 'Futura PT', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.55rem;
}

.const-note {
  margin: 14px 0 0;
  color: #5b6570;
  font-size: 0.95rem;
  line-height: 1.5;
}

.const-cta {
  margin-top: 28px;
  text-align: center;
}

.const-cta .btn {
  min-width: 260px;
  border-radius: 40px;
}

.const-other {
  margin-top: 28px;
}

.const-other h3 {
  color: #0f2a3f;
  font-family: 'FuturaPTLight', Futura, 'Futura PT', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 12px;
}

.const-other-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.const-other-list a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 42, 63, 0.12);
  color: #0f2a3f;
  text-decoration: none;
  font-size: 0.92rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.const-other-list a:hover {
  background: #f7f5f2;
  border-color: rgba(15, 42, 63, 0.25);
}

.const-other-list a.is-current {
  background: #0f2a3f;
  border-color: #0f2a3f;
  color: #fff;
  pointer-events: none;
}

/* Les constellations familiales — mise en page éditoriale */
.const-about-section {
  background: linear-gradient(180deg, #fff 0%, #faf9f7 100%);
  padding: 64px 0 72px;
}

.const-about-layout {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: clamp(28px, 4.5vw, 52px);
  align-items: start;
}

.const-about-visual {
  margin: 0;
  position: relative;
}

.const-about-visual::before {
  content: "";
  position: absolute;
  inset: auto -14px -14px 14px;
  top: 14px;
  border-radius: 22px;
  border: 1px solid rgba(15, 42, 63, 0.14);
  z-index: 0;
}

.const-about-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  box-shadow: 0 22px 44px rgba(15, 42, 63, 0.16);
}

.const-about-eyebrow {
  margin: 0 0 8px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(15, 42, 63, 0.5);
}

.const-about-head h2 {
  margin: 0 0 28px;
  text-align: left;
}

.const-about-what {
  margin-bottom: 24px;
  padding: 24px 26px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 42, 63, 0.07);
  box-shadow: 0 10px 28px rgba(15, 42, 63, 0.05);
  border-left: 4px solid #0f2a3f;
}

.const-about-what h3,
.const-about-pillar h3 {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  font-family: 'FuturaPTLight', Futura, 'Futura PT', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  color: #0f2a3f;
  line-height: 1.3;
}

.const-about-what p {
  margin: 0;
  color: #223949;
  font-size: 1.05rem;
  line-height: 1.65;
}

.const-about-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.const-about-pillar {
  padding: 22px 22px 20px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 18px;
  border: 1px solid rgba(15, 42, 63, 0.07);
  box-shadow: 0 8px 24px rgba(15, 42, 63, 0.04);
}

.const-about-pillar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.const-about-pillar li {
  position: relative;
  padding: 0 0 0 1.35em;
  margin: 0 0 0.7em;
  color: #223949;
  font-size: 0.98rem;
  line-height: 1.55;
}

.const-about-pillar li:last-child {
  margin-bottom: 0;
}

.const-about-pillar li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0f2a3f;
  opacity: 0.45;
}

@media (max-width: 991px) {
  .const-about-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .const-about-visual {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .const-about-section {
    padding: 48px 0 56px;
  }

  .const-about-pillars {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .const-about-visual {
    max-width: 100%;
  }

  .const-about-img {
    aspect-ratio: 16 / 11;
    max-height: 280px;
  }
}

@media (max-width: 767px) {
  .const-section {
    padding: 44px 0;
  }
  .const-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .const-hero {
    min-height: 85vh !important;
    align-items: flex-end;
    background-position: center top !important;
  }

  .const-hero--soiree::before,
  .const-hero--journee::before,
  .const-hero::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.28) 0%,
      rgba(0, 0, 0, 0.5) 45%,
      rgba(0, 0, 0, 0.82) 100%
    );
  }

  .const-hero-content {
    margin-bottom: 28px !important;
    padding-top: 120px;
  }

  .const-hero .row {
    justify-content: center;
  }

  .const-hero .col-12 {
    text-align: center !important;
  }

  .const-hero-title {
    font-size: 32px !important;
    line-height: 1.2;
  }

  .const-hero-lead {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px !important;
  }

  .const-hero-dates {
    align-items: center;
  }

  .const-dates-list {
    justify-content: center;
  }

  .const-hero-btn {
    width: 220px !important;
    height: 48px !important;
    font-size: 16px !important;
  }
}
