/** Shopify CDN: Minification failed

Line 26:0 All "@import" rules must come first

**/
/* ============================================================
   BABYCOCO ORGANIC — Estilos: Nuestra Historia
   Archivo: assets/babycoco-about.css
   ============================================================ */

/* ── Tokens ── */
:root {
  --bc-cream:       #ffffffff;
  --bc-cream-dark:  #e0e0e0ff;
  --bc-brown:       #95c3c0ff;
  --bc-brown-light: #9C7A50;
  --bc-brown-deep:  #828282ff;
  --bc-border:      #DFD0B8;
  --bc-font-display: var(--font-heading-family);
  --bc-font-body:   var(--font-body-family);
  --bc-radius:      4px;
  --bc-gap:         32px;
}

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Jost:wght@300;400;500&display=swap');

/* ── Reset interno ── */
.bc-about *,
.bc-about *::before,
.bc-about *::after {
  box-sizing: border-box;
}

.bc-about {
  font-family: var(--bc-font-body);
  color: var(--bc-brown-deep);
  overflow: hidden;
}

/* ── Contenedor ── */
.bc-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.bc-container--narrow {
  max-width: 640px;
}

/* ── Eyebrow ── */
.bc-eyebrow {
  display: block;
  font-family: var(--bc-font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bc-brown-light);
  margin-bottom: 10px;
}

.bc-eyebrow--centered {
  text-align: center;
}

/* ── Título de sección ── */
.bc-section-title {
  font-family: var(--bc-font-display);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  color: var(--bc-brown-deep);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.25;
}

/* ── Botón ── */
.bc-btn {
  display: inline-block;
  background: var(--bc-brown);
  color: var(--bc-cream);
  font-family: var(--bc-font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: var(--bc-radius);
  transition: background 0.2s, transform 0.15s;
  cursor: pointer;
  border: none;
}

.bc-btn:hover {
  background: var(--bc-brown-deep);
  transform: translateY(-1px);
}

.bc-btn--light {
  background: var(--bc-brown-light);
}

.bc-btn--light:hover {
  background: var(--bc-brown);
}

/* ════════════════════════════════
   HERO
════════════════════════════════ */
.bc-hero {
  background: var(--bc-cream);
  padding: clamp(48px, 8vw, 80px) clamp(20px, 4vw, 48px);
}

.bc-hero__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--bc-gap);
  align-items: center;
}

.bc-hero__title {
  font-family: var(--bc-font-display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  color: var(--bc-brown-deep);
  line-height: 1.2;
  margin: 0 0 16px;
}

.bc-hero__subtitle {
  font-size: 15px;
  color: var(--bc-brown-light);
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 420px;
}

.bc-hero__visual {
  position: relative;
}

.bc-hero__img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: var(--bc-radius);
  display: block;
}

.bc-hero__img-placeholder {
  background: var(--bc-cream-dark);
  border-radius: var(--bc-radius);
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--bc-brown-light);
}

.bc-hero__img-placeholder span {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ════════════════════════════════
   BANDA DECORATIVA
════════════════════════════════ */
.bc-strip {
  background: var(--bc-brown);
  color: var(--bc-cream);
  text-align: center;
  padding: 12px 20px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}

/* ════════════════════════════════
   HISTORIA
════════════════════════════════ */
.bc-story {
  padding: clamp(48px, 7vw, 72px) 0;
  background: #fff;
}

.bc-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  margin-top: 8px;
}

.bc-story__photo {
  position: relative;
}

.bc-story__photo-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--bc-radius);
  display: block;
}

.bc-story__photo-placeholder {
  background: var(--bc-cream-dark);
  border-radius: var(--bc-radius);
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--bc-brown-light);
}

.bc-story__photo-placeholder span {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bc-story__text p {
  font-size: 15px;
  color: #5A4A3A;
  line-height: 1.85;
  margin-bottom: 18px;
}

.bc-quote {
  border-left: 3px solid var(--bc-brown-light);
  padding-left: 20px;
  margin: 24px 0;
}

.bc-quote p {
  font-family: var(--bc-font-display);
  font-size: 18px !important;
  font-style: italic;
  color: var(--bc-brown) !important;
  font-weight: 400;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* ════════════════════════════════
   VALORES
════════════════════════════════ */
.bc-values {
  padding: clamp(48px, 7vw, 72px) 0;
  background: var(--bc-cream);
}

.bc-values__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.bc-value-card {
  background: #fff;
  border: 0.5px solid var(--bc-border);
  border-radius: var(--bc-radius);
  padding: 28px 20px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.bc-value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(107, 76, 42, 0.1);
}

.bc-value-card__icon {
  width: 48px;
  height: 48px;
  background: var(--bc-cream-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--bc-brown);
}

.bc-value-card__title {
  font-family: var(--bc-font-display);
  font-size: 17px;
  font-weight: 500;
  color: var(--bc-brown-deep);
  margin: 0 0 8px;
}

.bc-value-card__desc {
  font-size: 13px;
  color: var(--bc-brown-light);
  line-height: 1.65;
  margin: 0;
}

/* ════════════════════════════════
   TIMELINE
════════════════════════════════ */
.bc-timeline {
  padding: clamp(48px, 7vw, 72px) 0;
  background: #fff;
}

.bc-timeline__track {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding-left: 28px;
}

.bc-timeline__track::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: var(--bc-border);
}

.bc-timeline__item {
  position: relative;
  margin-bottom: 28px;
}

.bc-timeline__item:last-child {
  margin-bottom: 0;
}

.bc-timeline__dot {
  position: absolute;
  left: -25px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bc-brown);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--bc-border);
}

.bc-timeline__item:last-child .bc-timeline__dot {
  background: var(--bc-brown-light);
}

.bc-timeline__phase {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--bc-brown-light);
  margin-bottom: 5px;
}

.bc-timeline__text {
  font-size: 14px;
  color: #6A5A4A;
  line-height: 1.75;
  margin: 0;
}

/* ════════════════════════════════
   FUNDADORA
════════════════════════════════ */
.bc-founder {
  padding: clamp(48px, 7vw, 72px) 0;
  background: var(--bc-cream-dark);
  text-align: center;
}

.bc-founder__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--bc-brown);
  color: var(--bc-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  overflow: hidden;
}

.bc-founder__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bc-founder__quote {
  margin: 0 0 16px;
}

.bc-founder__quote p {
  font-family: var(--bc-font-display);
  font-size: clamp(16px, 2.5vw, 22px);
  font-style: italic;
  font-weight: 400;
  color: var(--bc-brown-deep);
  line-height: 1.6;
  margin: 0;
}

.bc-founder__name {
  font-size: 12px;
  font-style: normal;
  letter-spacing: 2px;
  color: var(--bc-brown-light);
  text-transform: uppercase;
}

/* ════════════════════════════════
   PRODUCTOS
════════════════════════════════ */
.bc-products {
  padding: clamp(48px, 7vw, 72px) 0;
  background: #fff;
}

.bc-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.bc-product-card {
  text-decoration: none;
  border: 0.5px solid var(--bc-border);
  border-radius: var(--bc-radius);
  overflow: hidden;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}

.bc-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(107, 76, 42, 0.1);
}

.bc-product-card__img-wrap {
  background: var(--bc-cream);
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bc-product-card__img-placeholder {
  color: var(--bc-brown-light);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.bc-product-card__info {
  padding: 12px 14px;
}

.bc-product-card__name {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--bc-brown-deep);
  margin-bottom: 4px;
}

.bc-product-card__price {
  display: block;
  font-size: 12px;
  color: var(--bc-brown-light);
}

/* ════════════════════════════════
   CTA FINAL
════════════════════════════════ */
.bc-cta-bar {
  background: var(--bc-brown-deep);
  padding: clamp(40px, 6vw, 64px) clamp(20px, 4vw, 48px);
  text-align: center;
}

.bc-cta-bar__text {
  font-family: var(--bc-font-display);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 500;
  color: var(--bc-cream);
  margin: 0 0 24px;
  line-height: 1.3;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 768px) {
  .bc-hero__inner,
  .bc-story__grid {
    grid-template-columns: 1fr;
  }

  .bc-hero__visual {
    order: -1;
  }

  .bc-hero__subtitle {
    max-width: 100%;
  }

  .bc-story__photo-img,
  .bc-story__photo-placeholder {
    height: 260px;
  }

  .bc-values__grid {
    grid-template-columns: 1fr;
  }

  .bc-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .bc-products__grid {
    grid-template-columns: 1fr;
  }

  .bc-timeline__track {
    padding-left: 20px;
  }
}
