.container-fv { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.section { padding-top: 4rem; padding-bottom: 4rem; }
/* Keep Tailwind pt-* clearance above the fixed site header */
.section.pt-28 { padding-top: 8rem; }
.section-title { font-family: Fraunces, Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.4rem); color: #0F241C; }
.section-lead { margin-top: 0.75rem; max-width: 40rem; color: rgba(27,58,47,.75); }
.chip { display: inline-block; font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: #B08D57; }
.btn-primary,
a.btn-primary,
button.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  background: #B08D57; color: #fff; font-weight: 600;
  border-radius: .6rem; padding: .75rem 1.1rem; text-decoration: none;
}
.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover {
  background: #c9a56a; color: #fff;
}
.btn-whatsapp,
a.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.28);
  transition: background-color .15s ease, transform .15s ease;
}
.btn-whatsapp:hover,
a.btn-whatsapp:hover {
  background: #1ebe57;
  color: #fff;
}
.btn-whatsapp svg {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  fill: currentColor;
}
.label { display: block; margin-bottom: .35rem; font-weight: 600; font-size: .9rem; }
.input {
  width: 100%; min-height: 2.75rem; border-radius: .5rem;
  border: 1px solid rgba(27,58,47,.2); background: #fff;
  padding: .65rem .9rem; color: #0F241C;
}

/* Formatted CMS page body (Trix HTML from admin) */
.cms-body { line-height: 1.7; }
.cms-body > * + * { margin-top: 1rem; }
.cms-body h1 { font-family: Fraunces, Georgia, serif; font-size: 2rem; color: #0F241C; }
.cms-body h2 { font-family: Fraunces, Georgia, serif; font-size: 1.6rem; color: #0F241C; }
.cms-body h3 { font-family: Fraunces, Georgia, serif; font-size: 1.3rem; color: #0F241C; }
.cms-body strong, .cms-body b { font-weight: 700; }
.cms-body em, .cms-body i { font-style: italic; }
.cms-body ul { list-style: disc; padding-left: 1.25rem; }
.cms-body ol { list-style: decimal; padding-left: 1.25rem; }
.cms-body a { color: #B08D57; text-decoration: underline; }
.cms-body blockquote {
  border-left: 3px solid rgba(176,141,87,.55);
  padding-left: 1rem;
  color: rgba(27,58,47,.8);
}

/* Hero : hauteur UNIQUEMENT via --hero-height (px figés par JS).
   Aucune unité svh/dvh/vh : elles bougent quand la barre URL se masque. */
.fv-hero {
  height: var(--hero-height, 100%);
  min-height: var(--hero-height, 100%);
  max-height: var(--hero-height, 100%);
  overflow: clip;
}
.fv-hero__content {
  height: 100%;
  min-height: 100%;
}
.fv-hero__img {
  max-width: none;
}
@media (max-width: 767px) {
  .fv-hero__img {
    object-position: 46% center;
  }
}

.fv-brand-logo {
  display: block;
  width: min(10.5rem, 52vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(15, 36, 28, 0.45));
}
@media (min-width: 768px) {
  .fv-brand-logo {
    width: min(16rem, 34vw);
  }
}
.fv-brand-logo--compact {
  display: block;
  width: 7.25rem;
  height: auto;
  object-fit: contain;
}
.fv-lakes-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  border-radius: 1.15rem;
  background: #0F241C;
}
.fv-brand-logo--lakes {
  width: min(11.5rem, 52vw);
  filter: none;
}
.fv-lakes-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.fv-lakes-copy {
  min-width: 0;
}
@media (min-width: 768px) {
  .fv-lakes-intro {
    display: grid;
    grid-template-columns: 11.5rem minmax(0, 1fr);
    column-gap: 2rem;
    align-items: center;
  }
  .fv-lakes-brand {
    justify-self: start;
  }
  .fv-brand-logo--lakes {
    width: 10.5rem;
  }
}

.btn-lake {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.55rem;
  margin-top: 0.75rem;
  width: fit-content;
  min-height: 2.6rem;
  padding: 0.55rem 1.15rem 0.55rem 1.2rem;
  border: 1px solid rgba(176, 141, 87, 0.55);
  border-radius: 999px;
  background: transparent;
  color: #0F241C;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.btn-lake::after {
  content: "→";
  font-weight: 500;
  transition: transform .15s ease;
}
.btn-lake:hover {
  background: #B08D57;
  border-color: #B08D57;
  color: #fff;
}
.btn-lake:hover::after {
  transform: translateX(2px);
}

.rates-article .btn-lake {
  background: #B08D57;
  border-color: #B08D57;
  color: #fff;
}
.rates-article .btn-lake:hover {
  background: #c9a56a;
  border-color: #c9a56a;
  color: #fff;
}

.universe-block {
  margin-top: 4.5rem;
  padding-top: 4.5rem;
  border-top: 1px solid rgba(27, 58, 47, 0.1);
}
.universe-block:first-of-type {
  margin-top: 3.5rem;
  padding-top: 0;
  border-top: 0;
}
.universe-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.universe-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}
.universe-gallery img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  transition: transform .4s ease;
}
.universe-gallery a:hover img {
  transform: scale(1.04);
}
@media (min-width: 768px) {
  .universe-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .universe-gallery img {
    height: 15rem;
  }
  .universe-gallery--duo {
    grid-template-columns: 1fr 1fr;
  }
  .universe-gallery--duo img {
    height: 18rem;
  }
}
.universe-logo {
  display: block;
  width: auto;
  height: 11rem;
  max-width: 100%;
  margin-inline: auto;
  object-fit: contain;
}
.universe-logo--teaser {
  display: block;
  width: 100%;
  max-height: 6.5rem;
  height: auto;
  object-fit: contain;
}

.universes-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #0F241C;
  color: #F7F3EC;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(15, 36, 28, 0.12);
}
.universes-banner__logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.universes-banner__copy {
  width: 100%;
}
@media (min-width: 768px) {
  .universes-banner {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
    padding: 1.75rem 2.25rem;
  }
  .universes-banner__logos {
    flex: 1 1 58%;
    width: auto;
  }
  .universes-banner__copy {
    flex: 1 1 42%;
    width: auto;
  }
  .universe-logo--teaser {
    max-height: 7.5rem;
  }
}

@media (min-width: 768px) {
  header #main-nav {
    gap: 0.7rem;
  }
  header #main-nav > a:not(.btn-primary) {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  header #main-nav {
    gap: 1.15rem;
  }
}

.activity-group {
  margin-top: 2.5rem;
}
.activity-group:first-of-type {
  margin-top: 2.25rem;
}
.activity-note {
  margin-top: 0.6rem;
  max-width: 40rem;
  font-size: 0.9rem;
  color: rgba(27, 58, 47, 0.65);
}
.activity-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .activity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .activity-grid--soon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 46rem;
  }
}
.activity-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.1rem 1.2rem 1.2rem;
  box-shadow: 0 18px 50px rgba(15, 36, 28, 0.12);
}
.activity-card--soon {
  background: #fff;
  border: 1.5px solid rgba(176, 141, 87, 0.55);
  box-shadow: 0 18px 50px rgba(15, 36, 28, 0.12);
  position: relative;
}
.activity-card--soon .activity-card__icon {
  background: rgba(176, 141, 87, 0.16);
}
.activity-card--soon .chip {
  margin-left: auto;
  background: rgba(176, 141, 87, 0.18);
  color: #8a6a38;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
}
.activity-card__top {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.activity-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  flex-shrink: 0;
  border-radius: 0.65rem;
  background: rgba(27, 58, 47, 0.06);
  color: #B08D57;
}
.activity-icon {
  width: 1.2rem;
  height: 1.2rem;
}
.activity-time {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(176, 141, 87, 0.16);
  color: #8a6a38;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.65rem;
  white-space: nowrap;
}
.activity-card__title {
  margin-top: 0.7rem;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0F241C;
}
.activity-card__text {
  margin-top: 0.3rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(27, 58, 47, 0.7);
}

/* Rates cards: Tailwind border-2 / arbitrary colors are not in compiled app.css */
.rates-article {
  border: 2px solid #f7f3ec;
}

/* Park map: mobile crops (specimens = right lake, predators = left lake) */
.park-map-crop--specimens {
  width: 250%;
  transform: translateX(-60%);
}
.park-map-crop--predators {
  width: 180%;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .park-map-crop--specimens {
    width: 100%;
    transform: none;
  }
}

.booking-spot--taken,
.booking-spot:disabled {
  cursor: not-allowed;
  background: rgba(15, 36, 28, 0.06);
  border-color: rgba(15, 36, 28, 0.08);
  color: rgba(15, 36, 28, 0.38);
}

.calendar-day.available {
  background: #c8efb8;
  color: #14532d;
}
.calendar-day.available:hover {
  background: #b4e6a0;
}
.calendar-day.partial {
  background: rgba(176, 141, 87, 0.32);
  color: #3f2e14;
}
.calendar-day.closed,
.calendar-day.full,
.calendar-day.past {
  background: #e4e0da;
  color: rgba(107, 83, 68, 0.62);
}
.calendar-day.selected,
.calendar-day.available.selected,
.calendar-day.partial.selected {
  background: #1b3a2f;
  color: #f7f3ec;
  box-shadow: none;
}
.calendar-day.selected:hover,
.calendar-day.available.selected:hover,
.calendar-day.partial.selected:hover {
  background: #163026;
  color: #f7f3ec;
}
.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  color: rgba(27, 58, 47, 0.7);
}
.calendar-legend li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.calendar-legend__swatch {
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 1px rgba(15, 36, 28, 0.08);
}
.calendar-legend__swatch--available {
  background: #c8efb8;
}
.calendar-legend__swatch--partial {
  background: rgba(176, 141, 87, 0.55);
}
.calendar-legend__swatch--full {
  background: #e4e0da;
}
.calendar-legend__swatch--selected {
  background: #1b3a2f;
}
