@charset "UTF-8";
/* ===============================
   GOOGLE FONTS
================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Poppins:wght@400;500;600&family=League+Spartan:wght@600;700&display=swap");

/* ===============================
   ROOT
================================ */
:root {
  --primary-red: #ff0000;

  --bg-page: #f5f5f5;
  --bg-section: #ededed;
  --bg-card: #ffffff;

  --text-main: #111111;
  --text-muted: #555555;

  --border-soft: #dddddd;
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);

  --radius-lg: 18px;
  --radius-md: 12px;
}

/* ===============================
   BASE
================================ */

/* ===============================
   RESET & BASE
================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.choreo-shop {
  margin-top: 7rem;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

/* ===============================
HERO
================================ */
.choreo-hero {
  position: relative;
  padding: 12rem 20px 80px;
  margin: 0 10px;
  border-radius: 8px;
  overflow: hidden;
  height: 85vh;
}

.choreo-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  top: -32rem;
}

.choreo-hero-bg span {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.choreo-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.choreo-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
  text-align: center;
  color: #ffffff;
}

.choreo-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: #ffffff;
}

.choreo-hero-content h5 {
  font-family: "Montserrat", sans-serif;
  color: #e5e5e5;
  font-size: 1.4rem;
  font-weight: 600;
}

.choreo-primary-btn {
  background: var(--primary-red);
  color: #fff;
  padding: 14px 38px;
  border-radius: 8px;
  font-family: "League Spartan", sans-serif;
  font-size: 1rem;
  margin-top: 32px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
}

.choreo-primary-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 6px 20px rgba(256, 256, 256, 0.8);
}

/* ===============================
   FILTERS & SORT
================================ */
.choreo-filters {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.filter-pill {
  background: #ffffff;
  border: 1px solid var(--border-soft);
  padding: 10px 22px;
  border-radius: 999px;
  font-family: "League Spartan", sans-serif;
  font-size: 0.9rem;
  color: var(--text-main);
  cursor: pointer;
  transition: all 0.25s ease;
}

.filter-pill:hover,
.filter-pill.active {
  background: var(--primary-red);
  color: #fff;
  border-color: var(--primary-red);
}

.choreo-native-select {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.choreo-sort {
  display: flex;
  align-items: center;
}

.choreo-sort select {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #dddddd;
  font-family: "League Spartan", sans-serif;
  background: #ffffff;
  cursor: pointer;
}

/* Prevent nice-select on choreo page */
.choreo-shop .nice-select {
  display: none !important;
}

/* ===============================
   GRID
================================ */
.choreo-grid-wrapper {
  padding: 25px 5vw 25px;
}

.choreo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ===============================
   CARD
================================ */
.choreo-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.choreo-card:hover .choreo-play-icon {
  opacity: 1;
  transform: scale(1);
}
.choreo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
}

/* ===============================
   THUMB
================================ */
.choreo-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  flex-shrink: 0;
  overflow: hidden;
}

.choreo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choreo-play-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.choreo-play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  border-left: 14px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* ===============================
   META
================================ */
.choreo-meta {
  padding: 12px 20px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.choreo-level {
  background: #f1f1f1;
  width: fit-content;
  color: #111;
  font-size: 0.85rem;
  padding: 6px 14px;
  border-radius: 18px;
  white-space: nowrap;
}

.choreo-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 6px 0 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===============================
   FOOTER
================================ */
.choreo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.choreo-price {
  font-family: "League Spartan", sans-serif;
  font-size: 1.2rem;
  color: var(--text-main);
  font-weight: 700;
}

.choreo-buy-btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-family: "League Spartan", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
  background: var(--primary-red);
  color: #fff;
  padding: 10px 18px;
  font-size: 0.85rem;
  border-radius: 6px;
}

.choreo-buy-btn:hover {
  transform: scale(1.15);
  color: #fff;
  background-color: rgb(217, 9, 9);
}

/* ===============================
   WHAT’S INCLUDED
================================ */
.choreo-includes {
  padding: 20px 10px;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 10px;
  margin: 0 auto 2rem auto;
  max-width: 700px;
}

.choreo-includes h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
}

.choreo-includes-grid {
  margin: auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.include-item {
  position: relative;
  color: #111111;
  padding: 5px 7px 5px 30px;
  font-size: 0.95rem;
  text-align: left;
}

.include-item::before {
  content: "✔";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-red);
}

/* ===============================
   CTA
================================ */
.choreo-custom-cta {
  padding: 60px 20px;
  text-align: center;
  background: #111;
  color: #fff;
}

.choreo-custom-cta h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  color: #fff;
}

.choreo-custom-cta p {
  font-family: "Montserrat", sans-serif;
  margin: 14px 0 34px;
  color: #ccc;
  font-size: 1.8rem;
}

.choreo-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Disable theme smooth scroll safely */
#smooth-wrapper {
  position: static !important;
  height: auto !important;
  overflow: visible !important;
}

#smooth-content {
  transform: translate3d(0, 0, 0) !important;
  will-change: auto !important;
}

.choreo-cta-buttons .choreo-primary-btn {
  background: var(--primary-red);
  color: #fff;
  padding: 20px 38px;
  border-radius: 5px;
  font-family: "League Spartan", sans-serif;
  font-size: 1rem;
  margin-top: 0;
}

.choreo-cta-buttons > .choreo-secondary-btn {
  padding: 20px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  color: #fff;
  background-color: #555555;
}

.choreo-secondary-btn:hover {
  background: #fff;
  color: #000;
}

/* ===============================
   PAGINATION
================================ */
.choreo-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .choreo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .choreo-shop {
    margin-top: 4.5rem;
  }

  .choreo-hero {
    margin: 0px;
    border-radius: 0;
    height: auto;
    padding: 6rem 16px 60px;
    min-height: 70vh;
  }

  .choreo-hero-bg {
    top: 0;
    background-position: center 25%;
  }

  .choreo-hero-content {
    margin-top: 6rem;
    max-width: 100%;
    padding: 0 12px;
    text-align: center;
  }

  .choreo-hero h1 {
    font-size: 2.1rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .choreo-hero-content h5 {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .choreo-primary-btn {
    margin-top: 22px;
    padding: 14px 28px;
    font-size: 0.95rem;
  }

  .choreo-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #choreo-grid {
    scroll-margin-top: 140px;
  }

  .choreo-includes {
    padding: 40px 4vw;
    margin: 40px 20px;
  }

  .choreo-includes h2 {
    font-size: 1.5rem;
    font-weight: bolder;
  }

  .choreo-includes-grid {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0px;
  }

  .choreo-category-pill,
  .choreo-level {
    font-size: 0.8rem;
    margin: 4px 0;
    padding: 3px 10px;
  }
}
