/** Shopify CDN: Minification failed

Line 268:0 Expected "}" to go with "{"

**/
/* ========================================
   RESPONSIVE - SMALL PHONES (320px - 375px)
   ======================================== */
@media (max-width: 375px) {

  /* Carousel Section - prevent cards from being cut off */
  .carousel-section {
    padding: 12px 8px;
    min-height: auto;
    padding-bottom: 80px;
  }

  /* Tagline - smaller text */
  .top-tagline-banner {
    padding: 8px 12px;
  }

  .top-tagline-banner p {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .tagline-banner {
    padding: 16px 12px;
  }

  .tagline-title {
    font-size: 20px;
  }

  .tagline-subtitle {
    font-size: 14px;
  }

  .tagline-cta {
    font-size: 16px;
  }

  /* Carousel - smaller cards */
  .carousel-container {
    gap: 6px;
  }

  .carousel-nav {
    width: 30px;
    height: 30px;
  }

  .carousel-nav svg {
    width: 14px;
    height: 14px;
  }

  .side-card {
    width: 40px;
    height: 110px;
  }

  .side-card .mini-tent {
    font-size: 14px;
  }

  .carousel-stage {
    width: 200px;
    height: 270px;
  }

  .book-card {
    width: 200px;
    height: 270px;
    padding: 18px 14px;
  }

  .cover-card {
    width: 200px;
    height: 270px;
  }

  .golden-glow {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-width: 2px;
  }

  .book-badge {
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    font-size: 9px;
  }

  .book-icon {
    font-size: 42px;
    margin: 10px 0 14px;
  }

  .book-num {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .book-sub {
    font-size: 12px;
  }

  .book-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }

  .book-btn {
    padding: 10px;
    font-size: 12px;
    border-radius: 16px;
  }

  .cover-tent {
    font-size: 40px;
  }

  /* Carousel dots */
  .carousel-dots {
    margin-top: 10px;
    gap: 8px;
  }

  .carousel-dot {
    width: 6px;
    height: 6px;
  }

  /* Membership CTA */
  .membership-cta {
    margin-top: 20px;
  }

  .membership-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .membership-subtitle {
    font-size: 11px;
    margin-top: 8px;
  }

  /* Footer - ensure it doesn't overlap */
  .site-footer {
    height: 50px !important;
  }

  .footer-nav-link {
    font-size: 12px;
  }

  .footer-emoji {
    font-size: 16px;
  }

  .footer-copyright-text {
    font-size: 9px;
  }
}

/* ========================================
   RESPONSIVE - TABLETS (481px+)
   ======================================== */
@media (min-width: 481px) {

  /* Carousel Section - larger for tablets */
  .carousel-section {
    padding: 30px 20px;
  }

  .top-tagline-banner {
    padding: 14px 20px;
  }

  .top-tagline-banner p {
    font-size: 14px;
  }

  .tagline-banner {
    padding: 30px 24px;
  }

  .tagline-title {
    font-size: 32px;
  }

  .tagline-subtitle {
    font-size: 18px;
  }

  .tagline-cta {
    font-size: 20px;
  }

  /* Carousel - larger cards */
  .carousel-container {
    gap: 16px;
  }

  .carousel-nav {
    width: 44px;
    height: 44px;
  }

  .side-card {
    width: 60px;
    height: 160px;
  }

  .carousel-stage {
    width: 280px;
    height: 370px;
  }

  .book-card {
    width: 280px;
    height: 370px;
    padding: 28px 24px;
  }

  .cover-card {
    width: 280px;
    height: 370px;
  }

  .book-icon {
    font-size: 64px;
  }

  .book-num {
    font-size: 12px;
  }

  .book-sub {
    font-size: 16px;
  }

  .book-title {
    font-size: 30px;
  }

  .book-btn {
    padding: 14px;
    font-size: 16px;
  }

  /* Membership CTA */
  .membership-btn {
    padding: 16px 40px;
    font-size: 17px;
  }

  .membership-subtitle {
    font-size: 14px;
  }
