@media (max-width: 600px) {
  .hero {
    margin-bottom: 0 !important;
  }
  .carousel-section {
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
  }
  .about-section {
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
  }
  .tops-section {
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    font-family: 'futura-pt', 'Futura', Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #F4EFEC !important;
    text-align: center;
    margin-bottom: 0.5rem !important;
    line-height: 1.15;
  }
}
@media (max-width: 600px) {
  .about-section .about-col {
    width: 70%;
    max-width: 70vw;
    margin-left: 0;
    margin-right: auto;
  }
  .about-section .about-col:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
  }
  .about-section .about-col p {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .about-section .about-col:nth-child(2) p {
    text-align: right;
  }
  .about-section .about-col:not(:last-child) {
    border-bottom: none;
    position: relative;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
  }
  /* Suppression des lignes décoratives dans le texte */
}
@media (max-width: 600px) {
  .about-section {
    padding: 1.5rem 0.5rem 1.5rem 0.5rem !important;
  }
  .about-section h2 {
    font-family: 'futura-pt', 'Futura', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #F4EFEC !important;
    margin-bottom: 1.2rem !important;
    text-align: center;
  }
  .about-section .about-columns {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .about-section .about-col {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .about-section .about-col p {
    font-family: 'futura-pt', 'Futura', Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #F4EFEC !important;
    margin: 0 0 1.2rem 0;
    line-height: 1.5;
  }
  .about-section .about-col:nth-child(1) p,
  .about-section .about-col:nth-child(3) p {
    text-align: left;
  }
  .about-section .about-col:nth-child(2) p {
    text-align: right;
  }
  .about-section .about-col:not(:last-child) {
    border-bottom: 1px solid #F4EFEC;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 600px) {
  .about-section h2 {
    font-family: 'futura-pt', 'Futura', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #F4EFEC !important;
    margin-bottom: 1.2rem !important;
    text-align: center;
  }
  .about-section .about-col p {
    font-family: 'futura-pt', 'Futura', Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #F4EFEC !important;
    text-align: left;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 600px) {
  .carousel-section .carousel-viewport {
    width: 24.375rem !important;
    height: 11.12675rem !important;
    max-width: 100vw;
    margin: 0 auto !important;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: stretch;
  }
  .carousel-section .slide {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: flex;
    align-items: stretch;
  }
  .carousel-section .slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    display: block;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .carousel-section .carousel-wrapper {
    position: relative;
  }
  .carousel-section .carousel-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #1A1A1A !important;
    font-size: 2rem;
    box-shadow: none;
    cursor: pointer;
    pointer-events: auto;
  }
  .carousel-section .carousel-arrow.left {
    left: 0.5rem !important;
    right: auto;
  }
  .carousel-section .carousel-arrow.right {
    right: 0.5rem !important;
    left: auto;
  }
  .carousel-section .slide img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 600px) {
  .carousel-section .carousel-wrapper {
    position: relative;
  }
  .carousel-section .carousel-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    background: rgba(0,0,0,0.12);
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #F4EFEC;
    font-size: 2rem;
    box-shadow: none;
    cursor: pointer;
  }
  .carousel-section .carousel-arrow.left {
    left: 0.5rem !important;
    right: auto;
  }
  .carousel-section .carousel-arrow.right {
    right: 0.5rem !important;
    left: auto;
  }
}
@media (max-width: 600px) {
  .carousel-section,
  .carousel-section .carousel-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .carousel-section {
    margin-top: 2rem !important;
  }
}
@media (max-width: 600px) {
  main.home-container > .hero,
  main.home-container > .hero h1,
  main.home-container > .carousel-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 600px) {
  .hero {
    margin-bottom: 0.5rem !important;
    padding-bottom: 0 !important;
  }
  .hero h1 {
    margin-bottom: 0.5rem !important;
  }
  .carousel-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 600px) {
  .carousel-section .slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.7rem;
    z-index: 2;
    background: none !important;
    padding: 1.1rem 1.2rem 1.2rem 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 1.2rem 1.2rem;
  }
  .carousel-section .slide-title {
    color: #F4EFEC !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
    margin-bottom: 0.3rem !important;
    font-size: 24px !important;
    font-family: 'futura-pt', 'Futura', Arial, sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em;
    line-height: 1.1;
    text-align: left;
    position: relative;
    display: block;
  }
  .carousel-section .slide-title::after {
    content: '';
    display: block;
    width: 5.07813rem;
    height: 0.1875rem;
    background: #700118;
    margin-top: 0.18rem;
    border-radius: 2px;
  }
  .carousel-section .btn-voir {
    margin-top: 0.7rem !important;
    align-self: flex-start;
    width: 4.25rem !important;
    height: 1.5625rem !important;
    background: #fff !important;
    color: #700118 !important;
    border-radius: 5px !important;
    font-family: 'futura-pt', 'Futura', Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    border: 1.5px solid #700118 !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    gap: 0 !important;
  }
  .carousel-section .btn-voir svg,
  .carousel-section .btn-voir .arrow {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .carousel-section .carousel-viewport {
    overflow: hidden !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative;
  }
  .carousel-section .carousel-track {
    display: flex !important;
    flex-direction: row !important;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
    will-change: transform;
    width: 100%;
  }
  .carousel-section .slide {
    min-width: 100vw !important;
    max-width: 100vw !important;
    flex: 0 0 100vw !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* Suppression des styles mobile spécifiques pour le carrousel : le carrousel mobile hérite du style desktop */
@media (max-width: 600px) {
  .carousel-section .slide-title {
    font-family: 'futura-pt', 'Futura', Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: 0.01em;
    text-align: left;
    line-height: 1.1;
    position: relative;
    display: block;
  }
  .carousel-section .slide-title::after {
    content: '';
    display: block;
    width: 5.07813rem;
    height: 0.1875rem;
    background: #700118;
    margin-top: 0.2rem;
    border-radius: 2px;
  }
  .carousel-section .btn-voir {
    width: 4.25rem !important;
    height: 1.5625rem !important;
    background: #fff !important;
    color: #700118 !important;
    border-radius: 5px !important;
    font-family: 'futura-pt', 'Futura', Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    border: 1.5px solid #700118 !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin-top: 0.5rem;
    gap: 0 !important;
  }
  .carousel-section .btn-voir svg,
  .carousel-section .btn-voir .arrow {
    display: none !important;
  }
}
/* Forçage ultime pour garantir la couleur du cœur SVG */
button.like-btn.movie-like-btn.liked svg.svg-heart-main .svg-heart-shape {
  stroke: #700118 !important;
  fill: #700118 !important;
}
button.like-btn.movie-like-btn:not(.liked) svg.svg-heart-main .svg-heart-shape {
  stroke: #888888 !important;
  fill: none !important;
}
/* Cœur SVG rouge instantané sur la frontpage */
.movie-like-btn.liked .svg-heart-shape {
  stroke: #700118 !important;
  fill: #700118 !important;
  transition: fill 0.2s, stroke 0.2s;
}

/* Ultra spécifique pour forcer le rouge même si d'autres règles s'appliquent */
button.like-btn.movie-like-btn.liked .svg-heart-main .svg-heart-shape {
  stroke: #700118 !important;
  fill: #700118 !important;
}
}

/* Cœur SVG non liké : contour gris, intérieur vide */
.movie-like-btn .svg-heart-shape {
  stroke: #888888 !important;
  stroke-width: 2.2;
  fill: none !important;
  transition: fill 0.2s, stroke 0.2s;
}

/* Ultra spécifique pour forcer le gris même si d'autres règles s'appliquent */
button.like-btn.movie-like-btn:not(.liked) .svg-heart-main .svg-heart-shape {
  stroke: #888888 !important;
  fill: none !important;
}
@media (max-width: 768px) {
  .front-stats {
    flex-direction: column;
    gap: 16px;
    margin: 24px 0 24px 0;
    max-width: 98vw;
    padding: 0 2vw;
  }
  .front-stats__item {
    max-width: 100%;
    min-height: 120px;
    padding: 18px 0 14px 0;
    font-size: 1rem;
  }
  .front-stats__icon {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
  .front-stats__number {
    font-size: 1.7rem;
  }
}
/* Scroll to top button style (état validé) */
.scroll-to-top {
  position: fixed;
  right: 36px;
  bottom: 36px;
  width: 72px;
  height: 72px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 0;
  cursor: pointer;
}
.scroll-to-top svg {
  display: block;
  width: 40px;
  height: 40px;
}
.scroll-arrow {
  stroke: #F4EFEC;
  stroke-width: 3.5;
  fill: none;
  display: block;
  transition: stroke 0.2s;
}
/* Unify scroll-to-top arrow color: always white, no red hover */
.scroll-to-top:hover .scroll-arrow {
  stroke: #F4EFEC;
}
/* Scroll to top button minimal visible style */
.scroll-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 56px;
  height: 56px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 0;
  cursor: pointer;
}

/* ===== STATISTIQUES ===== */

.front-stats {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  margin: 40px 0 40px 0;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
}
.front-stats__item {
  flex: 1 1 0;
  text-align: center;
    background: var(--reg-bg);
  border-radius: 18px;
  box-shadow: none;
  padding: 32px 0 28px 0;
  min-width: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
    border: 1.5px solid #F4EFEC;
  transition: transform 0.25s cubic-bezier(.4,0,.2,1), box-shadow 0.25s;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 170px;
  max-width: 340px;
}
.front-stats__item:not(:last-child) {
  margin-right: 0;
}
.front-stats__item:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: none;
  border-color: #F4EFEC;
}
.front-stats__icon {
  font-size: 2.2rem;
  color: var(--reg-white);
  margin-bottom: 10px;
  display: block;
  filter: none;
}
.front-stats__number {
  font-size: 2.7rem;
  font-weight: bold;
  color: var(--reg-white);
  display: block;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-family: 'Futura', 'Arial', sans-serif;
  transition: color 0.3s;
}
.front-stats__label {
  font-size: 1.13rem;
  color: #1a1a1a;
  opacity: 0.85;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (max-width: 900px) {
  .front-stats {
    gap: 18px;
  }
  .front-stats__item {
    padding: 22px 0 18px 0;
    max-width: 100%;
    min-height: 140px;
  }
}
@media (max-width: 700px) {
  .front-stats {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .front-stats__item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 16px 0 14px 0;
  }
}

/* ===== ANIMATION AU SCROLL ===== */
.section-animated {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.section-animated.visible {
  opacity: 1;
  transform: none;
}
/* Règle universelle : espace toutes les sections du site */
main > section, .movie-page > section, .movies-page > section, .home-container > section, .container > section, section {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
main > section:first-child, .movie-page > section:first-child, .movies-page > section:first-child, .home-container > section:first-child, .container > section:first-child, section:first-child {
  margin-top: 0 !important;
}
main > section:last-child, .movie-page > section:last-child, .movies-page > section:last-child, .home-container > section:last-child, .container > section:last-child, section:last-child {
  margin-bottom: 0 !important;
}
/* Marge uniforme entre toutes les sections principales de la front page */
main.home-container > section {
  margin-bottom: 40px !important;
}
main.home-container > section:last-child {
  margin-bottom: 0 !important;
}
.text-main { color: #700118 !important; }
.text-dark { color: #1A1A1A !important; }
.text-light { color: #F4EFEC !important; }
.bg-dark { background: #1A1A1A !important; }
.bg-white { background: #F4EFEC !important; }
.border-main { border-color: #700118 !important; }
.border-light { border-color: #F4EFEC !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.bg-main {
  background: #F4EFEC !important;
}
/* ==================================================
   Front Page Styles (front-page.css)
   Dedicated styles for home page sections
   ================================================== */

/* Page Container */
.home-container, .hero h1, .about-section, .about-col, .top-header, .top-title-link, .top-title, .top-sub, .cta-text p {
  font-family: "futura-pt", "Futura", Arial, sans-serif !important;
}
.home-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 60px 24px;
}

/* ==================================================
   HERO Section
   ================================================== */
.hero {
  text-align: center;
  margin-bottom: 60px;
  padding: 40px 0;
}

.hero h1 {
  font-size: 48px;
  font-family: 'Futura Bold', 'Futura PT Bold', 'Futura Std Bold', 'Futura', Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  color: #F4EFEC;
  margin-bottom: 30px;
}

/* Search Bar: all white, right icon, red focus, black/red button */
.search-bar {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  background: #F4EFEC !important;
  border: 2px solid #e5e5e5;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.06), 0 1.5px 6px 0 rgba(0,0,0,0.04);
  border-radius: 999px;
  overflow: hidden;
  transition: border 0.2s;
}

.search-bar input {
  flex: 1;
  border: none;
  padding: 14px 22px 14px 22px;
  font-size: 1.1rem;
  outline: none;
  color: #1A1A1A;
  background: #F4EFEC !important;
  font-family: "futura-pt", "Futura", Arial, sans-serif;
}

.search-bar input:focus {
  background: #F4EFEC !important;
  box-shadow: none !important;
}

.search-bar:focus-within {
  border: 3px solid #700118 !important;
}

.search-bar input::placeholder {
  color: #b7b7b7;
  opacity: 1;
  font-size: 14px;
  font-family: 'Futura', 'Futura PT', 'Futura Std', Arial, sans-serif;
  font-weight: 400;
}

.search-btn {
  border: none;
  background: transparent;
  padding: 0 22px 0 0;
  cursor: pointer;
  font-size: 1.3rem;
  color: #111;
  border-radius: 0 999px 999px 0;
  height: 48px;
  display: flex;
  align-items: center;
  transition: color 0.2s, background 0.2s, transform 0.2s;
}

.search-btn:hover {
  color: #700118;
  background: transparent;
  transform: scale(1.08);
}

.carousel-section {
  margin-bottom: 100px;
  position: relative;
}

.carousel-wrapper {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  overflow: visible;
}

.carousel-viewport {
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  position: relative;
   height: 550px;
}

.slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
   object-position: center center;
  }

  /* Overlay gradient pour meilleure lisibilité */
  .slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.1) 70%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.slide-content {
  position: absolute;
   bottom: 50px;
   left: 80px;
  right: auto;
   z-index: 2;
  color: #F4EFEC;
  text-align: left;
  display: flex;
  flex-direction: column;
   gap: 22px;
  justify-content: flex-start;
  align-items: flex-start;
   max-width: 600px;
}

.slide-title {
  font-size: 64px !important;
  font-family: 'futura-pt', 'Futura 100', 'Futura', 'Futura PT', 'Futura Std', Arial, sans-serif !important;
  font-weight: 900 !important;
  margin: 0;
  color: #F4EFEC;
  line-height: 1;
  letter-spacing: -0.02em;
  position: relative;
  text-shadow: 0 4px 16px rgba(0,0,0,0.7), 0 2px 4px rgba(0,0,0,0.4);
  /* Effet ombre plus marqué pour la lisibilité */
  }

  .slide-title::after {
    content: '';
    display: block;
    width: 140px; /* Ligne plus longue pour un accent plus marqué */
    height: 4px;
    background: #700118;
    margin-top: 16px;
    border-radius: 2px;
    box-shadow: none !important;
}

.btn-voir {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 50px;
  padding: 0;
  background: #F4EFEC;
  color: #700118 !important;
  text-decoration: none;
  border-radius: 5px;
  font-family: 'futura-pt', 'Futura 100', 'Futura', 'Futura PT', 'Futura Std', Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  letter-spacing: 0;
  border: 1.5px solid #1A1A1A;
  cursor: pointer;
  text-transform: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  backdrop-filter: none;
  }

  /* Suppression de l'effet de survol inutile */
  .btn-voir::before {
    display: none !important;
  }

  .btn-voir:hover::before {
    left: 100%;
}

.btn-voir:hover {
  background: #700118;
  color: #F4EFEC !important;
  border: 1.5px solid #700118;
}

  .btn-voir::after {
    display: none !important;
  }

  .btn-voir:hover::after {
    transform: translateX(6px);
    opacity: 1;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #1A1A1A;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 48px;
  transition: all 0.3s ease;
}

.carousel-arrow:hover {
  color: #700118;
  transform: translateY(-50%) scale(1.15);
}

.carousel-arrow.left {
  left: 16px;
}

.carousel-arrow.right {
  right: 16px;
}

.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 20;
}

.dot {
  width: 6px;
  height: 6px;
  padding: 0;
  min-width: 6px;
  min-height: 6px;
  display: block;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: scale(1.05);
}

.dot.active {
  background: #700118;
  transform: scale(1.15);
}

/* ==================================================
   QUI SOMMES-NOUS? Section
   ================================================== */
.about-section {
  text-align: center;
  margin-bottom: 100px;
  padding: 60px 0 60px 0;
}

.about-section h2 {
  font-size: 36px;
  font-family: 'Futura Bold', 'Futura PT Bold', 'Futura Std Bold', 'Futura', Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 44px; /* More breathing room above the columns */
  color: #F4EFEC;
}

.about-columns {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.about-col {
  flex: 1;
  font-size: 16px; 
  font-weight: 400; 
  line-height: 1.7; /* Slightly taller for readability at normal weight */ 
  position: relative; 
  padding: 0 20px; 
  color: #F4EFEC; 
}

/* Ensure consistent paragraph spacing inside columns */
.about-col p {
    font-family: 'Futura', 'Futura PT', 'Futura Std', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
  margin: 0; /* Avoid extra bold-like spacing from margins */
}

/* Vertical separators between columns */
.about-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5%;
  right: -20px;
  width: 1px;
  height: 90%;
  background: rgba(255, 255, 255, 0.3);
}

/* ==================================================
   TOP 5 Cards Section
   ================================================== */
.tops-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 100px;
}

.top-card {
  background: #0F0F0F;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #333;
}

.top-card:hover {
  box-shadow: none !important;
  background: #0F0F0F !important;
  border: 1px solid #333 !important;
  transform: none !important;
}

.top-header {
  background: #700118;
  padding: 12px 16px;
  font-size: 20px !important;
  font-weight: 600;
  text-align: center;
  color: #F4EFEC;
}

.top-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: top-counter;
}

.top-list li {
  display: flex;
  align-items: center;
  padding: 16px 16px 16px 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
  position: relative;
  counter-increment: top-counter;
}

.top-list li:last-child {
  border-bottom: none;
}

/* Clean minimal ranking number */
.top-list li::before {
  content: counter(top-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(244,239,236,0.4);
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  transition: color 0.2s ease;
}

/* Remove special styling for #1; keep all numbers consistent */
.top-list li:first-child::before {
  color: rgba(244,239,236,0.4);
}

.top-list li:hover {
  background: rgba(244,239,236,0.025);
  box-shadow: 0 4px 24px rgba(0,0,0,0.13); /* Gris neutre, pas de rouge */
  border-radius: 12px;
  transition: background 0.2s, box-shadow 0.2s;
}

.top-list li:hover img {
  opacity: 1;
}


.top-list li:hover::before {
  color: #700118;
}

.top-item-link {
  display: flex;
  align-items: center;
  flex: 1;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.top-list li img {
  width: 56px;           /* Larger thumbnail for better visibility */
  height: 80px;          /* Maintain portrait ratio */
  aspect-ratio: 3 / 4;   /* Ensure consistent framing */
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  margin-right: 14px;
  flex-shrink: 0;
  opacity: 0.98;
  transition: opacity 0.2s ease;
}

.top-list li:hover img {
  opacity: 0.98;
}

.top-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.top-title-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #F4EFEC;
  text-decoration: none;
  transition: color 0.2s ease;
}

.top-composer-link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  text-decoration: none;
  margin-top: 2px;
}

.top-list li:hover .top-title-link {
  color: #700118;
}

.top-title {
  font-size: 16px;
  font-weight: 700;
  color: #F4EFEC;
  transition: color 0.2s ease;
}

.top-item-link:hover .top-title {
  color: #700118;
}

.top-sub {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.like-btn {
  border: none;
  background: transparent;
  color: #F4EFEC;
  cursor: pointer;
  font-size: 2rem; /* Larger heart icon for better tap target */
  transition: color 0.2s ease;
  padding: 4px; /* Slight padding to enlarge hit area */
  margin: 0;
  margin-left: 8px;
  flex-shrink: 0;
}

.like-btn:hover {
  color: #700118;
}

/* ==================================================
   CTA Section (Call To Action)
   ================================================== */
.cta-section {
  margin-top: 60px;
  padding: 40px 0;
}

.cta-text {
  max-width: 600px;
}

.cta-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #F4EFEC;
}

.cta-text p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 1px;
  background: #F4EFEC;
}

.cta-text p::after {
  content: none;
}

.cta-btn {
  display: inline-block;
  border: none;
  border-radius: 999px;
  padding: 12px 32px;
  background: #F4EFEC;
  color: #1A1A1A;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  text-decoration: none;
}

.cta-btn:hover {
  background: #700118;
  color: #F4EFEC;
  transform: translateY(-2px);
}

/* ==================================================
   Scroll to Top Button
   ================================================== */






/* ==================================================
   RESPONSIVE Design
   ================================================== */

@media (max-width: 1024px) {
  .slide img {
    height: 420px;
  }
}

@media (max-width: 900px) {
  .about-columns {
    flex-direction: column;
    gap: 30px;
  }

  .about-col:not(:last-child)::after {
    display: none;
  }

  .tops-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
    line-height: 1.3;
    padding: 0 15px;
  }

  .search-bar {
    max-width: 90%;
    margin: 25px auto 0;
  }

  .slide img {
    height: 300px;
  }

  .carousel-arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .carousel-arrow.left {
    left: 10px;
  }

  .carousel-arrow.right {
    right: 10px;
  }

  .about-section {
    padding: 0 15px;
  }

  .about-section h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .about-col {
    padding: 0 15px;
  }

  .tops-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 10px;
  }

  .top-list li {
    padding: 14px 12px 14px 50px;
  }

  .top-list li::before {
    left: 16px;
    font-size: 16px;
  }

  .top-list li img {
    width: 42px;
    height: 60px;
    margin-right: 12px;
  }

  .top-title-link {
    font-size: 15px;
  }

  .top-composer-link {
    font-size: 14px;
  }

  .like-btn {
    font-size: 1.3rem;
    padding: 8px;
  }

  .cta-text p {
    font-size: 0.95rem;
    padding: 0 15px;
  }

  .scroll-to-top {
    right: 20px;
    bottom: 20px;
    width: 52px;
    height: 52px;
  }

  .home-container {
    padding: 30px 15px 60px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 0 10px;
  }

  .search-bar {
    max-width: 92%;
    margin: 20px auto 0;
  }

  .search-bar input {
    font-size: 1rem;
    padding: 12px 18px;
  }

  .slide img {
    height: 240px;
  }

  .carousel-arrow {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .carousel-dots {
    gap: 8px;
    margin-top: 14px;
  }

  .dot {
    width: 7px;
    height: 7px;
  }

  .about-section {
    padding: 0 12px;
  }

  .about-section h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .about-col {
    padding: 0 10px;
    font-size: 0.95rem;
  }

  .tops-section {
    gap: 18px;
    padding: 0 8px;
  }

  .top-header {
    font-size: 1.1rem;
    padding: 14px 18px;
  }

  .top-list li {
    padding: 12px 10px 12px 45px;
  }

  .top-list li::before {
    left: 14px;
    font-size: 15px;
  }

  .top-list li img {
    width: 38px;
    height: 54px;
    margin-right: 10px;
  }

  .top-title-link {
    font-size: 14px;
  }

  .top-composer-link {
    font-size: 13px;
  }

  .like-btn {
    font-size: 1.2rem;
    padding: 6px;
  }

  .cta-text p {
    font-size: 0.9rem;
    padding: 0 12px;
  }

  .cta-btn {
    padding: 12px 28px;
    font-size: 0.95rem;
  }

  .home-container {
    padding: 25px 10px 50px;
  }
}
