.elementor-520 .elementor-element.elementor-element-c3c1587{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:120px;--padding-bottom:80px;--padding-left:32px;--padding-right:32px;}.elementor-520 .elementor-element.elementor-element-c3c1587:not(.elementor-motion-effects-element-type-background), .elementor-520 .elementor-element.elementor-element-c3c1587 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7F2;}.elementor-520 .elementor-element.elementor-element-8ec979a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-520 .elementor-element.elementor-element-8ec979a:not(.elementor-motion-effects-element-type-background), .elementor-520 .elementor-element.elementor-element-8ec979a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7F2;}.elementor-520 .elementor-element.elementor-element-870d512{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:100px;--padding-left:32px;--padding-right:32px;}.elementor-520 .elementor-element.elementor-element-870d512:not(.elementor-motion-effects-element-type-background), .elementor-520 .elementor-element.elementor-element-870d512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EFE5;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-520 .elementor-element.elementor-element-c3c1587{--width:1320%;}.elementor-520 .elementor-element.elementor-element-8ec979a{--width:1320%;}.elementor-520 .elementor-element.elementor-element-870d512{--width:1320%;}}@media(max-width:1024px){.elementor-520 .elementor-element.elementor-element-c3c1587{--padding-top:80px;--padding-bottom:64px;--padding-left:24px;--padding-right:24px;}.elementor-520 .elementor-element.elementor-element-8ec979a{--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-520 .elementor-element.elementor-element-870d512{--padding-top:64px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}}@media(max-width:767px){.elementor-520 .elementor-element.elementor-element-c3c1587{--padding-top:64px;--padding-bottom:48px;--padding-left:20px;--padding-right:20px;}.elementor-520 .elementor-element.elementor-element-8ec979a{--padding-top:0px;--padding-bottom:64px;--padding-left:0px;--padding-right:0px;}.elementor-520 .elementor-element.elementor-element-870d512{--padding-top:48px;--padding-bottom:64px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS *//* ============================================================================
   CHAFA — Collections Page
   Editorial 2x2 grid · Atmospheric storytelling
   ============================================================================ */


/* === SHARED === */

.chafa-coll-hero,
.chafa-coll-grid,
.chafa-coll-cta {
  position: relative;
}

.chafa-coll-hero *,
.chafa-coll-grid *,
.chafa-coll-cta * {
  box-sizing: border-box;
}

.coll-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #A8745A;
  margin: 0 0 16px;
}


/* ============================================================================
   1. HERO
   ============================================================================ */

.chafa-coll-hero {
  background: #FAF7F2;
  text-align: center;
}

.coll-hero-content {
  max-width: 720px;
  margin: 0 auto;
}

.coll-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
  color: #1F1A17;
  letter-spacing: 0.3px;
  margin: 0 0 20px;
}

.coll-hero-title em {
  font-style: italic;
  color: #A8745A;
}

.coll-hero-intro {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.65;
  color: #5A4F45;
  margin: 0 auto;
  max-width: 600px;
  letter-spacing: 0.2px;
}


/* ============================================================================
   2. COLLECTION GRID (2x2)
   ============================================================================ */

.chafa-coll-grid {
  background: #FAF7F2;
}

.coll-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .coll-grid {
    padding: 0 24px;
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .coll-grid {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* === INDIVIDUAL CARD === */

.coll-card {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background: #FAF7F2;
  transition: transform 0.6s ease;
}

.coll-card:hover {
  transform: translateY(-2px);
}


/* === IMAGE === */

.coll-card-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  background-color: #F0EAE0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.7s ease;
}

.coll-card:hover .coll-card-image {
  transform: scale(1.02);
}

/* Dark gradient overlay for text readability */
.coll-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(31, 26, 23, 0) 30%, rgba(31, 26, 23, 0.5) 100%);
  transition: background 0.4s ease;
}

.coll-card:hover .coll-card-overlay {
  background: linear-gradient(180deg, rgba(31, 26, 23, 0) 20%, rgba(31, 26, 23, 0.65) 100%);
}


/* === N° NUMBER === */

.coll-card-number {
  position: absolute;
  top: 24px;
  left: 24px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: #FAF7F2;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.5px;
  z-index: 5;
}


/* === CONTENT (Below Image) === */

.coll-card-content {
  padding: 28px 4px 8px;
}

.coll-card-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #A8745A;
  margin: 0 0 14px;
}

.coll-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #1F1A17;
  letter-spacing: 0.3px;
  margin: 0 0 14px;
  transition: color 0.3s ease;
}

.coll-card-title em {
  font-style: italic;
  color: #A8745A;
}

.coll-card:hover .coll-card-title {
  color: #A8745A;
}

.coll-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  line-height: 1.75;
  color: #5A4F45;
  margin: 0 0 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.coll-card-link {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #1F1A17;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 0.5px solid #1F1A17;
  transition: color 0.3s ease, border-color 0.3s ease, gap 0.3s ease;
}

.coll-card:hover .coll-card-link {
  color: #A8745A;
  border-color: #A8745A;
}


/* ============================================================================
   3. CTA SECTION
   ============================================================================ */

.chafa-coll-cta {
  background: #F5EFE5;
  text-align: center;
}

.coll-cta-content {
  max-width: 640px;
  margin: 0 auto;
}

.coll-cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  color: #1F1A17;
  letter-spacing: 0.3px;
  margin: 0 0 16px;
}

.coll-cta-title em {
  font-style: italic;
  color: #A8745A;
}

.coll-cta-intro {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.6;
  color: #5A4F45;
  margin: 0 0 36px;
  letter-spacing: 0.2px;
}

.coll-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 16px 40px;
  background: #1F1A17;
  color: #FAF7F2;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1px;
  border: 0.8px solid #1F1A17;
  transition: background 0.4s ease, color 0.4s ease, gap 0.3s ease;
}

.coll-cta-button:hover {
  background: transparent;
  color: #1F1A17;
  gap: 10px;
}


/* ============================================================================
   RESPONSIVE — TABLET
   ============================================================================ */

@media (max-width: 1024px) {
  .coll-hero-title {
    font-size: 38px;
  }
  
  .coll-hero-intro {
    font-size: 16px;
  }
  
  .coll-grid {
    gap: 24px;
  }
  
  .coll-card-title {
    font-size: 26px;
  }
  
  .coll-card-desc {
    font-size: 13px;
  }
  
  .coll-cta-title {
    font-size: 34px;
  }
}


/* ============================================================================
   RESPONSIVE — MOBILE
   ============================================================================ */

@media (max-width: 600px) {
  .coll-eyebrow {
    font-size: 9.5px;
    letter-spacing: 3px;
    margin-bottom: 12px;
  }
  
  .coll-hero-title {
    font-size: 28px;
    line-height: 1.2;
  }
  
  .coll-hero-intro {
    font-size: 14.5px;
    line-height: 1.6;
  }
  
  /* Grid stacks to 1 column on mobile */
  .coll-card-content {
    padding: 22px 2px 4px;
  }
  
  .coll-card-number {
    top: 18px;
    left: 18px;
    font-size: 14px;
  }
  
  .coll-card-eyebrow {
    font-size: 9.5px;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  
  .coll-card-title {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  
  .coll-card-desc {
    font-size: 12.5px;
    line-height: 1.7;
    margin-bottom: 14px;
  }
  
  .coll-card-link {
    font-size: 10px;
    letter-spacing: 2px;
  }
  
  /* CTA */
  .coll-cta-title {
    font-size: 26px;
    line-height: 1.2;
  }
  
  .coll-cta-intro {
    font-size: 14.5px;
    margin-bottom: 28px;
  }
  
  .coll-cta-button {
    font-size: 10.5px;
    letter-spacing: 2.5px;
    padding: 14px 32px;
  }
}/* End custom CSS */