/* ===== AL ADDITIONS — Women's Essentials + Collective Wide-Leg Pant =====
   All selectors scoped to avoid collisions with existing page styles.
*/

.al-core-womens-section,
.al-collective-addition{
  padding:60px 4%;
  background:#f5f3ee;
  color:#111;
}

/* Section header — scoped */
.al-core-womens-section .section-header,
.al-collective-addition .section-header{
  max-width:1200px;
  margin:0 auto 28px;
}
.al-core-womens-section .eyebrow{
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#777168;
  margin-bottom:0;
}
/* Collective addition keeps the gold eyebrow of that page */
.al-collective-addition .eyebrow{
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#b89458;
  margin-bottom:0;
}
.al-core-womens-section .section-header h2,
.al-collective-addition .section-header h2{
  font-size:34px;
  margin:8px 0;
  letter-spacing:-.02em;
  font-weight:600;
}
.al-core-womens-section .section-header p{
  color:#6f6a63;
  max-width:720px;
  line-height:1.6;
  font-size:14px;
  margin:0;
}

/* Product grid */
.al-core-womens-section .product-grid{
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.al-core-womens-section .product-card{
  background:#fff;
  border:1px solid #ddd7cd;
}
.al-core-womens-section .product-card a{
  display:block;
  color:inherit;
  text-decoration:none;
}
.al-core-womens-section .product-card img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  background:#f7f5f0;
  transition:transform .4s ease;
}
.al-core-womens-section .product-card a:hover img{
  transform:scale(1.03);
}
.al-core-womens-section .product-card h3{
  font-size:14px;
  font-weight:600;
  padding:16px;
  margin:0;
  line-height:1.4;
}

/* Featured product — Collective */
.al-collective-addition .featured-product{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#fff;
  border:1px solid #ddd7cd;
}
.al-collective-addition .featured-product a{
  display:contents;
  color:inherit;
  text-decoration:none;
}
.al-collective-addition .featured-product img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#f7f5f0;
}
.al-collective-addition .product-copy{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.al-collective-addition .limited-tag{
  font-size:9px;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:12px;
  color:#b89458;
}
.al-collective-addition .product-copy h3{
  font-size:26px;
  margin:0 0 14px;
  letter-spacing:-.02em;
  line-height:1.2;
}
.al-collective-addition .product-copy p{
  color:#6f6a63;
  line-height:1.65;
  font-size:14px;
  margin:0;
}
.al-collective-addition .price{
  font-size:24px;
  font-weight:700;
  margin-top:18px;
}

@media(max-width:900px){
  .al-core-womens-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .al-collective-addition .featured-product{grid-template-columns:1fr}
  .al-collective-addition .product-copy{padding:26px}
}
@media(max-width:600px){
  .al-core-womens-section .product-grid{grid-template-columns:1fr}
  .al-core-womens-section,.al-collective-addition{padding:40px 5%}
  .al-core-womens-section .section-header h2,
  .al-collective-addition .section-header h2{font-size:26px}
}

/* ===== AL COLLECTIVE — FINAL ADDITIONS ===== */
.al-collective-final-additions{padding:60px 4%;background:#f5f3ee;color:#111}
.al-collective-final-additions .section-header{max-width:1200px;margin:0 auto 30px;text-align:center}
.al-collective-final-additions .eyebrow{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#b89458;margin-bottom:8px}
.al-collective-final-additions h2{margin:0 0 10px;font-size:34px;letter-spacing:-.03em;font-weight:600}
.al-collective-final-additions .section-header p{margin:0 auto;max-width:760px;color:#6f6a63;line-height:1.6;font-size:14px}
.al-collective-final-additions .product-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.al-collective-final-additions .product-card{background:#fff;border:1px solid #ddd7cd}
.al-collective-final-additions .product-card a{color:inherit;text-decoration:none;display:block}
.al-collective-final-additions .product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;display:block;background:#f7f5f0;transition:transform .4s ease}
.al-collective-final-additions .product-card a:hover img{transform:scale(1.03)}
.al-collective-final-additions .product-copy{padding:16px}
.al-collective-final-additions .limited-tag{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#b89458}
.al-collective-final-additions h3{font-size:15px;margin:8px 0 12px;line-height:1.35}
.al-collective-final-additions .price{font-size:20px;font-weight:700}
@media(max-width:1000px){.al-collective-final-additions .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.al-collective-final-additions .product-grid{grid-template-columns:1fr}.al-collective-final-additions{padding:40px 5%}.al-collective-final-additions h2{font-size:26px}}

/* Women's card price */
.al-core-womens-section .product-card h3{padding:16px 16px 6px}
.al-core-womens-section .product-card .price{padding:0 16px 16px;font-size:16px;font-weight:700;margin:0}
