/* =========================================================
   Visit Serris — Lieu détail
   ========================================================= */

.lieu-detail-page{
  --lieu-radius-xl: 28px;
  --lieu-radius-lg: 22px;
  --lieu-radius-md: 16px;
  --lieu-border: 1px solid rgba(15, 30, 50, 0.08);
  --lieu-shadow: 0 18px 45px rgba(15, 30, 50, 0.08);
  --lieu-shadow-soft: 0 12px 28px rgba(15, 30, 50, 0.06);
}

/* =========================================================
   Hero
   ========================================================= */

.lieu-detail-hero{
  position: relative;
}

.lieu-detail-hero .hero-bg{
  object-position: center;
}

.lieu-detail-hero .hero-premium-panel{
  max-width: 760px;
  padding: 42px 42px 32px;
  backdrop-filter: blur(4px);
}

.lieu-detail-hero .hero-image-title{
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: .95;
  overflow-wrap: anywhere;
}

.lieu-detail-hero .hero-image-subtitle{
  max-width: 42ch;
  margin-bottom: 0;
}

.lieu-detail-hero .hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.lieu-detail-hero .hero-btn{
  min-width: 160px;
  min-height: 52px;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(15, 30, 50, 0.16);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.lieu-detail-hero .hero-btn:hover{
  transform: translateY(-1px);
}

.lieu-detail-hero .hero-btn-primary{
  transform: translateY(0);
}

.lieu-detail-hero .hero-btn-primary:hover{
  box-shadow: 0 18px 34px rgba(15, 30, 50, 0.2);
}

/* =========================================================
   Intro / breadcrumb
   ========================================================= */

.hero-intro-grid{
  align-items: start;
}

.breadcrumb{
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 14px;
  color: var(--vs-text-soft);
  font-size: .94rem;
}

.breadcrumb a{
  color: inherit;
  text-decoration: none;
}

.breadcrumb a:hover{
  color: var(--vs-primary);
}

/* =========================================================
   Shared detail tweaks
   ========================================================= */

.place-location{
  margin: 0 0 10px;
  color: var(--vs-text-soft);
  font-size: .95rem;
  line-height: 1.5;
}

.place-card-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.place-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.place-tags span{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: #eaf2fb;
  color: #174577;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(23, 69, 119, 0.08);
}

.hero-premium-panel .place-card-badges{
  margin-bottom: 0;
}

.hero-premium-panel .badge-premium,
.hero-premium-panel .badge-new{
  box-shadow: 0 10px 20px rgba(15, 30, 50, 0.22);
}

/* =========================================================
   Section shells
   ========================================================= */

.lieu-detail-page .hotel-featured,
.lieu-detail-page .hotels-directory,
.lieu-detail-page .hotels-categories-premium{
  position: relative;
}

.lieu-detail-page .section-heading{
  margin-bottom: 26px;
}

/* =========================================================
   Cards / info blocks
   ========================================================= */

.lieu-detail-two-cols{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.featured-card{
  min-height: 100%;
  border-radius: var(--lieu-radius-xl);
  border: var(--lieu-border);
  box-shadow: var(--lieu-shadow-soft);
  overflow: hidden;
}

.featured-body{
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 28px 26px;
}

.featured-body h3{
  margin-bottom: 20px;
  overflow-wrap: anywhere;
}

.featured-body p{
  margin: 0 0 12px;
  min-height: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.featured-body p:last-child{
  margin-bottom: 0;
}

.featured-body strong{
  color: var(--vs-dark);
}

.featured-body .card-links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.featured-body .btn-read{
  min-width: 0;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.featured-body .btn-read:hover{
  transform: translateY(-1px);
}

/* =========================================================
   Editorial / description
   ========================================================= */

.editorial-grid{
  align-items: start;
}

.editorial-main{
  background: rgba(255,255,255,0.92);
  border: var(--lieu-border);
  border-radius: var(--lieu-radius-xl);
  box-shadow: var(--lieu-shadow-soft);
  padding: 28px;
}

.editorial-main h2{
  overflow-wrap: anywhere;
}

.editorial-main p strong{
  color: var(--vs-dark);
}

.editorial-main p{
  overflow-wrap: anywhere;
}

.editorial-side{
  display: grid;
  gap: 20px;
}

.editorial-side .info-card{
  border-radius: var(--lieu-radius-xl);
  border: var(--lieu-border);
  box-shadow: var(--lieu-shadow-soft);
  background: rgba(255,255,255,0.96);
}

.editorial-side .info-card h3{
  margin-bottom: 16px;
}

.editorial-side .info-card .place-tags{
  margin-top: 0;
}

.editorial-side .info-card ul{
  margin: 0;
  padding-left: 18px;
  color: var(--vs-text-soft);
  line-height: 1.8;
}

/* =========================================================
   Gallery
   ========================================================= */

.hotels-categories-premium .hotel-categories-grid{
  align-items: stretch;
}

.hotels-categories-premium .hotel-category-card{
  background: rgba(255,255,255,0.92);
  border: var(--lieu-border);
  border-radius: var(--lieu-radius-xl);
  box-shadow: var(--lieu-shadow-soft);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.hotels-categories-premium .hotel-category-card:hover{
  transform: translateY(-2px);
  box-shadow: var(--lieu-shadow);
}

.hotels-categories-premium .hotel-category-media{
  display: block;
  aspect-ratio: 1.1 / 1;
  overflow: hidden;
}

.hotels-categories-premium .hotel-category-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   Related cards
   ========================================================= */

.hotel-featured .featured-image-link{
  display: block;
}

.hotel-featured .featured-image-link img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.hotel-featured .featured-body .place-location{
  margin-bottom: 8px;
}

.hotel-featured .featured-body p{
  color: var(--vs-text-soft);
}

/* =========================================================
   Buttons with mixed content
   ========================================================= */

.card-links .btn-read,
.hero-actions .hero-btn{
  text-align: center;
}

.card-links .btn-read-light{
  border-width: 1px;
}

/* =========================================================
   Embedded media
   ========================================================= */

.lieu-detail-video,
.lieu-detail-map{
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--lieu-shadow-soft);
  background: #dfe7f1;
  border: var(--lieu-border);
}

.lieu-detail-video iframe,
.lieu-detail-map iframe{
  display: block;
  width: 100%;
  min-height: 240px;
  border: 0;
}

/* =========================================================
   Practical blocks helper
   ========================================================= */

.lieu-detail-stack{
  display: grid;
  gap: 22px;
}

.lieu-detail-inline-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 12px;
  color: var(--vs-text-soft);
  font-size: .96rem;
}

.lieu-detail-inline-meta span{
  display: inline-flex;
  align-items: center;
}

/* =========================================================
   Empty / fallback text tone
   ========================================================= */

.editorial-main p:empty,
.featured-body p:empty{
  display: none;
}

/* =========================================================
   Focus / accessibility
   ========================================================= */

.hero-actions a:focus-visible,
.card-links a:focus-visible,
.hotel-category-media:focus-visible,
.breadcrumb a:focus-visible{
  outline: 3px solid rgba(26, 115, 232, 0.28);
  outline-offset: 3px;
  border-radius: 12px;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1180px){
  .lieu-detail-video iframe,
  .lieu-detail-map iframe{
    min-height: 280px;
  }

  .hotel-featured .featured-image-link img{
    height: 240px;
  }
}

@media (max-width: 900px){
  .lieu-detail-hero .hero-premium-panel{
    max-width: 100%;
    padding: 34px 28px 28px;
  }

  .lieu-detail-hero .hero-actions{
    gap: 10px;
  }

  .lieu-detail-hero .hero-btn{
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
  }

  .lieu-detail-two-cols{
    grid-template-columns: 1fr;
  }

  .featured-body .card-links{
    gap: 10px;
  }

  .featured-body .btn-read{
    width: 100%;
  }

  .editorial-main{
    padding: 24px;
  }

  .lieu-detail-video iframe,
  .lieu-detail-map iframe{
    min-height: 240px;
  }

  .hotel-featured .featured-image-link img{
    height: 220px;
  }
}

@media (max-width: 640px){
  .place-tags{
    gap: 8px;
  }

  .place-tags span{
    min-height: 30px;
    padding: 0 10px;
    font-size: .84rem;
  }

  .lieu-detail-hero .hero-premium-panel{
    padding: 28px 20px 24px;
  }

  .lieu-detail-hero .hero-actions{
    flex-direction: column;
  }

  .lieu-detail-hero .hero-btn{
    width: 100%;
    flex: 1 1 100%;
  }

  .lieu-detail-video iframe,
  .lieu-detail-map iframe{
    min-height: 210px;
  }

  .featured-body p{
    font-size: .98rem;
    line-height: 1.65;
  }

  .editorial-main{
    padding: 20px;
  }

  .editorial-main p{
    font-size: .98rem;
    line-height: 1.75;
  }

  .hotel-featured .featured-image-link img{
    height: 200px;
  }
}