/* =========================================================
   BLUUPI — ACTIVITY DESKTOP
   Fichier : /app/assets/styles/pages/desktop/activity.css
   Page : fiche activité
========================================================= */

@media (min-width:1200px){

  /* =========================================================
     1. BASE DESKTOP
  ========================================================= */

  body{
    background:var(--desktop-bg);
  }

  .bottom-nav{
    display:none !important;
  }

  .desktop-header{
    display:flex !important;
  }

  .desktop-footer{
    display:block !important;
  }

  .activity-page{
    width:100%;
    max-width:var(--desktop-max);
    min-height:auto;
    margin:0 auto;
    padding:42px 0 0;

    background:transparent;
    overflow:visible;
  }


  /* =========================================================
     2. HERO DESKTOP
  ========================================================= */

  .hero-fixed{
    width:100%;
    height:460px;

    border-radius:42px;
    overflow:hidden;

    background:#eaf1f6;
    box-shadow:0 24px 64px rgba(14,62,97,.12);
  }

  .hero-fixed img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
  }

  .hero-actions{
    top:24px;
    left:24px;
    right:24px;
  }

  .round-btn{
    width:52px;
    height:52px;

    background:rgba(255,255,255,.94);
    color:var(--primary);

    border:1px solid rgba(14,62,97,.08);
    box-shadow:0 10px 24px rgba(14,62,97,.12);

    transition:
      transform .18s ease,
      box-shadow .18s ease,
      background .18s ease;
  }

  .round-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(14,62,97,.16);
  }


  /* =========================================================
     3. CONTENU PRINCIPAL DESKTOP
  ========================================================= */

  .content{
    width:100%;
    margin:34px auto 0;
    padding:0;

    display:grid;
    grid-template-columns:minmax(0, 1fr) 360px;
    gap:30px;
    align-items:start;

    background:transparent;
    box-shadow:none;
    border-radius:0;
  }

  .chips,
  .content > h1,
  .activity-location,
  .rating-line,
  .intro,
  .info-grid,
  .gallery-section,
  .section-block,
  .bluupi-reco,
  .suggestions{
    grid-column:1;
  }

  .chips{
    margin-bottom:14px;
  }

  .chips span{
    background:#fff;
    border:1px solid var(--desktop-border);
    box-shadow:0 8px 18px rgba(14,62,97,.04);
  }

  .content > h1{
    max-width:760px;
    margin:0 0 12px;

    color:var(--primary);
    font-family:"Baloo 2", Inter, system-ui, sans-serif;
    font-size:58px;
    line-height:1;
    font-weight:900;
    letter-spacing:-.055em;
  }

  .activity-location{
    margin:0 0 8px;

    color:var(--blue);
    font-size:18px;
    font-weight:900;
  }

  .rating-line{
    margin:0 0 18px;

    color:#243f55;
    font-size:17px;
    font-weight:900;
  }

  .intro{
    max-width:760px;
    margin:0 0 26px;

    color:var(--muted);
    font-size:19px;
    line-height:1.55;
    font-weight:600;
  }


  /* =========================================================
     4. INFO GRID
  ========================================================= */

  .info-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-bottom:0;
  }

  .info-grid div{
    padding:18px;

    background:#fff;
    border:1px solid var(--desktop-border);
    border-radius:24px;
    box-shadow:0 12px 28px rgba(14,62,97,.06);
  }

  .info-grid small{
    color:var(--muted);
    font-size:12px;
    font-weight:900;
  }

  .info-grid strong{
    color:var(--primary);
    font-size:17px;
    font-weight:950;
  }


  /* =========================================================
     5. CARTE PRIX STICKY À DROITE
  ========================================================= */

  .price-card{
    grid-column:2;
    grid-row:1 / span 8;

    position:sticky;
    top:106px;

    margin:0;
    padding:24px;

    display:grid;
    grid-template-columns:1fr;
    gap:16px;

    background:
      radial-gradient(circle at 10% 10%, rgba(255,222,145,.24), rgba(255,222,145,0) 34%),
      radial-gradient(circle at 95% 70%, rgba(92,216,244,.22), rgba(92,216,244,0) 38%),
      #fff;

    border:1px solid var(--desktop-border);
    border-radius:32px;
    box-shadow:var(--desktop-shadow);
  }

  .price-card div{
    padding:18px;

    background:#f8fbfd;
    border:1px solid var(--line);
    border-radius:22px;
  }

  .price-card small{
    display:block;
    margin-bottom:7px;

    color:var(--muted);
    font-size:12px;
    font-weight:900;
  }

  .price-card strong{
    display:block;

    color:var(--blue);
    font-size:34px;
    line-height:1;
    font-weight:950;
  }

  .price-card em{
    display:inline-flex;
    margin-top:9px;
    padding:6px 10px;

    border-radius:999px;
    background:#eaf8f0;
    color:#169b62;

    font-size:12px;
    font-weight:900;
    font-style:normal;
  }

  .old-price{
    color:#8a99a6;
    text-decoration:line-through;
    font-size:24px;
    font-weight:900;
  }

  .free-price{
    color:#169b62 !important;
  }

  .price-card .reserve-btn{
    width:100%;
    height:58px;
    grid-column:auto;

    border-radius:18px;
    font-size:17px;
  }


  /* =========================================================
     6. GALERIE DESKTOP
  ========================================================= */

  .gallery-section{
    width:100%;
    margin:34px 0 0;
    padding:30px 0;

    border-top:1px solid var(--line);
    overflow:hidden;
  }

  .gallery-scroll{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;

    overflow:visible;
    padding:0;
  }

  .gallery-scroll img{
    width:100%;
    max-width:none;
    height:190px;

    border-radius:24px;
    object-fit:cover;
    box-shadow:0 12px 28px rgba(14,62,97,.08);
  }

  .gallery-scroll img:first-child{
    grid-column:span 2;
    height:260px;
  }


  /* =========================================================
     7. SECTIONS DESKTOP
  ========================================================= */

  .section-block,
  .bluupi-reco{
    margin-top:0;
    padding:30px 0;

    border-top:1px solid var(--line);
  }

  .section-block h2,
  .bluupi-reco h2{
    margin:0 0 16px;

    color:var(--primary);
    font-family:"Baloo 2", Inter, system-ui, sans-serif;
    font-size:34px;
    line-height:1.08;
    font-weight:900;
    letter-spacing:-.045em;
  }

  .section-block p,
  .bluupi-reco p{
    max-width:780px;
    margin:0 0 12px;

    color:#243f55;
    font-size:17px;
    line-height:1.7;
  }

  .bluupi-reco{
    padding:28px;

    background:
      radial-gradient(circle at 8% 18%, rgba(255,222,145,.20), rgba(255,222,145,0) 34%),
      radial-gradient(circle at 96% 72%, rgba(92,216,244,.18), rgba(92,216,244,0) 38%),
      #fff;

    border:1px solid var(--desktop-border);
    border-radius:30px;
    box-shadow:var(--desktop-shadow);
  }


  /* =========================================================
     8. VIDÉO
  ========================================================= */

  .video-box{
    border-radius:28px;
    box-shadow:0 16px 38px rgba(14,62,97,.12);
  }


  /* =========================================================
     9. MAPS / WAZE
  ========================================================= */

  .map-actions{
    display:flex;
    gap:12px;
    margin-top:20px;
  }

  .map-actions a{
    min-height:50px;
    padding:0 22px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:17px;
    background:var(--primary);
    color:#fff;

    font-size:14px;
    font-weight:900;
    box-shadow:0 10px 22px rgba(14,62,97,.14);
  }

  .map-actions a:nth-child(2){
    background:var(--blue);
  }


  /* =========================================================
     10. SERVICES
  ========================================================= */

  .services-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }

  .services-grid span{
    padding:16px;

    background:#fff;
    border:1px solid var(--desktop-border);
    border-radius:20px;
    box-shadow:0 10px 22px rgba(14,62,97,.05);

    color:#243f55;
    font-size:14px;
    font-weight:900;
  }


  /* =========================================================
     11. AVIS
  ========================================================= */

  .review-summary,
  .review-card{
    background:#fff;
    border:1px solid var(--desktop-border);
    border-radius:24px;
    box-shadow:0 12px 28px rgba(14,62,97,.06);
  }

  .review-summary{
    padding:20px;
    margin-bottom:14px;
  }

  .review-summary strong{
    color:var(--primary);
    font-size:38px;
    line-height:1;
  }

  .review-card{
    padding:20px;
  }


  /* =========================================================
     12. FAQ
  ========================================================= */

  details{
    padding:18px 20px;

    background:#fff;
    border:1px solid var(--desktop-border);
    border-radius:20px;
    box-shadow:0 8px 20px rgba(14,62,97,.04);
  }

  summary{
    color:var(--primary);
    font-weight:900;
  }


  /* =========================================================
     13. SUGGESTIONS
  ========================================================= */

  .suggestion-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;

    overflow:visible;
    padding:0;
  }

  .suggestion-row a{
    min-height:92px;
    padding:18px;

    display:flex;
    align-items:center;

    border-radius:22px;
    background:#fff;
    border:1px solid var(--desktop-border);
    box-shadow:0 10px 22px rgba(14,62,97,.05);

    color:var(--primary);
    font-size:15px;
    font-weight:900;
  }


  /* =========================================================
     14. STICKY BOOKING / MOBILE NAV CACHÉS
  ========================================================= */

  .sticky-booking{
    display:none !important;
  }


  /* =========================================================
     15. RESERVE BUTTON
  ========================================================= */

  .reserve-btn{
    display:flex;
    align-items:center;
    justify-content:center;

    width:100%;
    height:58px;

    border-radius:18px;
    border:0;

    background:var(--primary);
    color:#fff;

    font-size:17px;
    font-weight:900;
    text-decoration:none;

    box-shadow:0 12px 26px rgba(14,62,97,.18);

    transition:
      transform .18s ease,
      background .18s ease,
      box-shadow .18s ease;
  }

  .reserve-btn:hover{
    transform:translateY(-2px);
    background:#092f4c;
    box-shadow:0 18px 34px rgba(14,62,97,.24);
  }


  /* =========================================================
     16. DESKTOP MOYEN
  ========================================================= */

  @media (min-width:1200px) and (max-width:1320px){

    .content{
      grid-template-columns:minmax(0,1fr) 330px;
      gap:24px;
    }

    .content > h1{
      font-size:52px;
    }

    .gallery-scroll{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .gallery-scroll img:first-child{
      grid-column:span 2;
    }

    .services-grid,
    .suggestion-row{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
  }
}
