/* Exclusivity Landing Section - Mobile First */

/* Base Mobile Styles (Mobile First) */
.exclusivity-section {
  background: radial-gradient(circle at 50% 100%, #F4E2BC 0%, #FEFBE6 60%);
  padding: 60px 15px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.exclusivity-container {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.chocolate-pieces {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.chocolate-piece {
  position: absolute;
  object-fit: contain;
}

.piece-1 {
  top: -40px;
  left: -10px;
  width: 90px;
  height: 90px;
}

.piece-2 {
  top: -40px;
  right: -10px;
  width: 85px;
  height: 85px;
}

.piece-3 {
  top: 40%;
  left: -30px;
  width: 80px;
  height: 80px;
}

.piece-4 {
  top: 50%;
  right: -30px;
  width: 88px;
  height: 88px;
}

.piece-5 {
  bottom: -40px;
  left: 15px;
  width: 92px;
  height: 92px;
}

.piece-6 {
  bottom: -40px;
  right: 15px;
  width: 82px;
  height: 82px;
}

.piece-7 {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
}

.exclusivity-content {
  position: relative;
  z-index: 3;
}

.badge {
  display: inline-block;
  padding: 8px 20px;
  background-color: var(--color-text-highlight);
  border-radius: var(--radius-pill);
  margin-bottom: 20px;
}

.badge span {
  font-family: 'Montserrat', sans-serif;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-button);
  color: var(--color-cream-light);
}

.exclusivity-title {
  font-family: var(--font-heading);
  font-size: var(--font-size-title);
  font-weight: var(--font-weight-heading);
  color: var(--color-text-primary);
  margin: 0 0 20px 0;
  line-height: var(--line-height-normal);
}

.exclusivity-title .highlight-text {
  color: var(--color-gold);
}

.exclusivity-description {
  font-family: 'Montserrat', sans-serif;
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-text);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-primary);
  margin: 0;
}

/* 480px Breakpoint - Small Mobile Landscape */
@media (min-width: 480px) {
  .exclusivity-section {
    padding: 70px 15px;
  }

  .exclusivity-title {
    margin-bottom: 24px;
  }

  .badge {
    padding: 9px 22px;
  }

  .piece-1 {
    width: 100px;
    height: 100px;
  }

  .piece-2 {
    width: 95px;
    height: 95px;
  }

  .piece-3 {
    width: 90px;
    height: 90px;
  }

  .piece-4 {
    width: 98px;
    height: 98px;
  }

  .piece-5 {
    width: 102px;
    height: 102px;
  }

  .piece-6 {
    width: 92px;
    height: 92px;
  }

  .piece-7 {
    width: 85px;
    height: 85px;
  }
}

/* 768px Breakpoint - Tablet Portrait */
@media (min-width: 768px) {
  .exclusivity-section {
    padding: 80px 20px;
    border-radius: var(--radius-xl);
  }

  .exclusivity-title {
    margin-bottom: 26px;
  }

  .badge {
    padding: 9px 23px;
    margin-bottom: 25px;
  }

  /* Switch to percentage-based positioning for better spacing */
  .piece-1 {
    top: -12%;
    left: 10%;
    width: 115px;
    height: 115px;
  }

  .piece-2 {
    top: -12%;
    right: 15%;
    width: 110px;
    height: 110px;
  }

  .piece-3 {
    top: 40%;
    left: -4%;
    width: 105px;
    height: 105px;
  }

  .piece-4 {
    top: 50%;
    right: -4%;
    width: 113px;
    height: 113px;
  }

  .piece-5 {
    bottom: -12%;
    left: 20%;
    transform: none;
    width: 117px;
    height: 117px;
  }

  .piece-6 {
    bottom: -12%;
    right: 15%;
    width: 107px;
    height: 107px;
  }

  .piece-7 {
    bottom: -12%;
    right: 42%;
    transform: none;
    width: 100px;
    height: 100px;
  }
}

/* 1024px Breakpoint - Tablet Landscape / Small Desktop */
@media (min-width: 1024px) {
  .exclusivity-section {
    padding: 90px 20px;
    border-radius: var(--radius-2xl);
  }

  .exclusivity-title {
    margin-bottom: 28px;
  }

  .badge {
    padding: 10px 24px;
    margin-bottom: 28px;
  }

  .piece-1 {
    top: -12%;
    left: 12%;
    width: 130px;
    height: 130px;
  }

  .piece-2 {
    top: -12%;
    right: 17%;
    width: 125px;
    height: 125px;
  }

  .piece-3 {
    left: -4%;
    width: 120px;
    height: 120px;
  }

  .piece-4 {
    right: -4%;
    width: 128px;
    height: 128px;
  }

  .piece-5 {
    bottom: -12%;
    left: 22%;
    width: 132px;
    height: 132px;
  }

  .piece-6 {
    bottom: -12%;
    right: 16%;
    width: 122px;
    height: 122px;
  }

  .piece-7 {
    bottom: -12%;
    right: 44%;
    width: 115px;
    height: 115px;
  }
}

/* 1440px Breakpoint - Large Desktop */
@media (min-width: 1440px) {
  .exclusivity-section {
    padding: 100px 20px;
    border-radius: var(--radius-3xl);
  }

  .exclusivity-title {
    margin-bottom: 30px;
  }

  .badge {
    padding: 10px 24px;
    margin-bottom: 30px;
  }

  .piece-1 {
    top: -12%;
    left: 15%;
    width: 150px;
    height: 150px;
  }

  .piece-2 {
    top: -12%;
    right: 20%;
    width: 145px;
    height: 145px;
  }

  .piece-3 {
    left: -4%;
    width: 140px;
    height: 140px;
  }

  .piece-4 {
    right: -4%;
    width: 148px;
    height: 148px;
  }

  .piece-5 {
    bottom: -12%;
    left: 25%;
    width: 152px;
    height: 152px;
  }

  .piece-6 {
    bottom: -12%;
    right: 18%;
    width: 142px;
    height: 142px;
  }

  .piece-7 {
    bottom: -12%;
    right: 45%;
    width: 135px;
    height: 135px;
  }
}