/** Shopify CDN: Minification failed

Line 122:10 Expected identifier but found whitespace
Line 123:14 Expected identifier but found whitespace
Line 124:10 Expected identifier but found whitespace
Line 125:14 Expected identifier but found whitespace
Line 125:15 Unexpected "1321"

**/
/**
 * JULEPS HOMEPAGE BRAND - Brand Presentation Section
 * 
 * Design: Pixel-perfect from Figma
 * Background: Crème #FCF6F3
 * Layout: Texte centré
 * Dimensions: 1321 × 610 px
 */

/* ========================================
   BRAND SECTION
   ======================================== */

.juleps-homepage-brand {
  margin: 80px 60px;
}

.juleps-homepage-brand__container {
  background-color: rgba(206, 119, 75, 0.05);
  border-radius: 34px;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 610px;
  max-width: 1321px;
  margin: 0 auto;
  text-align: center;
}

/* ========================================
   CONTENU
   ======================================== */

/* Titre */
.juleps-homepage-brand__title {
  font-family: var(--juleps-font-primary);
  font-size: 65px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 73px;
  letter-spacing: 0;
  color: var(--juleps-orange);
  margin: 0;
  max-width: 1140px;
}

/* Description */
.juleps-homepage-brand__description {
  font-family: var(--juleps-font-primary);
  font-size: 25px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 39px;
  letter-spacing: 0;
  color: var(--juleps-orange);
  margin: 0;
  max-width: 940px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

/* Tablette */
@media (max-width: 989px) {
  .juleps-homepage-brand {
    margin: 60px 40px;
  }

  .juleps-homepage-brand__container {
    padding: 80px 60px;
    gap: 32px;
    min-height: auto;
  }

  .juleps-homepage-brand__title {
    font-size: 48px;
    line-height: 56px;
  }

  .juleps-homepage-brand__description {
    font-size: 20px;
    line-height: 32px;
  }
}

/* Mobile */
@media (max-width: 749px) {
  .juleps-homepage-brand {
    margin: 40px 20px;
  }

  .juleps-homepage-brand__container {
    padding: 60px 40px;
    gap: 24px;
    border-radius: 24px;
  }

  .juleps-homepage-brand__title {
    font-size: 32px;
    line-height: 38px;
  }

  .juleps-homepage-brand__description {
    font-size: 16px;
    line-height: 24px;
  }
}


 * 
 * Design: Pixel-perfect from Figma
 * Background: Crème #FCF6F3
 * Layout: Texte centré
 * Dimensions: 1321 × 610 px
 */

/* ========================================
   BRAND SECTION
   ======================================== */

.juleps-homepage-brand {
  margin: 80px 60px;
}

.juleps-homepage-brand__container {
  background-color: rgba(206, 119, 75, 0.05);
  border-radius: 34px;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 610px;
  max-width: 1321px;
  margin: 0 auto;
  text-align: center;
}

/* ========================================
   CONTENU
   ======================================== */

/* Titre */
.juleps-homepage-brand__title {
  font-family: var(--juleps-font-primary);
  font-size: 65px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 73px;
  letter-spacing: 0;
  color: var(--juleps-orange);
  margin: 0;
  max-width: 1140px;
}

/* Description */
.juleps-homepage-brand__description {
  font-family: var(--juleps-font-primary);
  font-size: 25px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 39px;
  letter-spacing: 0;
  color: var(--juleps-orange);
  margin: 0;
  max-width: 940px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

/* Tablette */
@media (max-width: 989px) {
  .juleps-homepage-brand {
    margin: 60px 40px;
  }

  .juleps-homepage-brand__container {
    padding: 80px 60px;
    gap: 32px;
    min-height: auto;
  }

  .juleps-homepage-brand__title {
    font-size: 48px;
    line-height: 56px;
  }

  .juleps-homepage-brand__description {
    font-size: 20px;
    line-height: 32px;
  }
}

/* Mobile */
@media (max-width: 749px) {
  .juleps-homepage-brand {
    margin: 40px 20px;
  }

  .juleps-homepage-brand__container {
    padding: 60px 40px;
    gap: 24px;
    border-radius: 24px;
  }

  .juleps-homepage-brand__title {
    font-size: 32px;
    line-height: 38px;
  }

  .juleps-homepage-brand__description {
    font-size: 16px;
    line-height: 24px;
  }
}

