
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica/helvetica-compressed-5871d14b6903a.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap; 
}
:root {
      --gold: #C4903A;
      --cream: #F0E8D8;
    }

    body {
      font-family: 'Poppins', sans-serif;
      margin: 0;
      padding: 0;
    }

    /* ── HERO FONDO ─────────────────────────────────────── */
    .hero-section {
      position: relative;
      min-height: 100vh;
      background: url('../images/bg-hero.webp') center center / cover no-repeat;
      overflow: visible;
    }

    .hero-section > * { position: relative; z-index: 1; }

    /* ── NAVBAR ─────────────────────────────────────────── */
    .navbar {
      position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        padding-top: 20px;
        padding-bottom: 20px;
        transition: background 0.35s ease;
    }

    .navbar.scrolled {
      background: rgba(0, 0, 0, 0.72) !important;
      backdrop-filter: blur(8px);
    }

    /* Logo círculo del navbar (mobile) */
    .logo-circle {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid var(--gold);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .logo-circle span {
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 1px;
      color: #fff;
    }

    /* Nav links */
    .navbar-nav .nav-link {
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #fff !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      transition: color 0.2s;
    }

    .navbar-nav .nav-link:hover { color: var(--gold) !important; }

    /* ── CONTENIDO HERO ─────────────────────────────────── */
    .hero-body {
      min-height: 100vh;
      padding-top: 88px;
    }
    .hero-logo{
    width: 190px;
    margin: auto;
    }
    /* Logo SAK grande sobre el título */
    .hero-logo-circle {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
    }

    /* Título BONE BROTH */
    .hero-title {
      font-family: "Montserrat", sans-serif;
      font-weight: 900;
      font-size: clamp(82px, 13vw, 148px);
      line-height: 0.88;
      letter-spacing: -0.02em;
      color: #fff;
      text-transform: uppercase;
      margin: 0;
      text-align: center;
    }

    /* Subtítulo */
    .hero-subtitle {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(13px, 1.5vw, 25px);
      font-weight: 600;
      color: #fff;
      letter-spacing: 0.02em;
      margin-top: 12px;
      margin-bottom: 0;
      text-align: center;
    }
    /* ═══ FEATURES SECTION ═══ */
.features-section {
  background-color: #f7f5f0; /* ajusta al fondo de tu diseño */
}

.features-body {
  align-items: start;
  padding: 50px 0;
  gap: 0;
}

.features-left {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-right: 2.5rem;
  border-right: 2px solid #6e6e48; /* divisor vertical */
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.feature-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.feature-icon svg {
  width: 26px;
  height: 26px;
  stroke: #6b6b3a;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-item p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #303030;
  margin: 0;
  text-align: justify;
}

.features-right {
  padding: 50px 0;
  padding-left: 2.5rem;
}

.features-note {
  background-color: #e8e3d9;
  border-radius: 12px;
  padding: 1.75rem;
}

.features-note p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #303030;
  margin: 0;
  text-align: justify;
  font-weight: 600;
}

.features-note hr {
  border: none;
  border-top: 2px solid #d0c9c3;
  margin: 1rem 0;
}

/* ═══ INGREDIENTS SECTION ═══ */
.ingredients-section {
  background-color: #f7f5f0;
  padding: 60px 0;
}

.ingredients-card {
  background-color: #ede8de;
  border-radius: 16px;
  padding: 40px 48px;
  margin: 0 auto;
}

.ingredients-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: #2c2c1a;
    margin-bottom: 82px;
}

.ingredients-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 12px;
  margin-bottom: 32px;
}

.ingredient-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 10%;
}

.ingredient-item svg {
  width: 60px;
  height: 60px;
  stroke: #3a3a2a;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ingredient-item span {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    color: #303030;
    line-height: 1.3;
}

.ingredients-disclaimer {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #2c2c1a;
    margin: 0;
    padding-top: 40px;
}
.ic-ing{
    width: 90px;
}
.ic-ing2{
    width: 75px;
}
/* ═══ INFO SECTION ═══ */
.info-section {
  background-color: #ede8de;
  overflow: hidden;
}

.info-section-inner {
  display: flex;
  align-items: stretch;
  min-height: 400px;
}

/* El container ocupa el espacio disponible */
.info-section-inner > .container {
 flex: 1;
display: flex;
align-items: center;
padding-top: 3rem;
padding-bottom: 3rem;
max-width: unset;
padding-left: max(1rem, calc((100vw - 80%) / 2));
padding-right: 2rem;
}

/* La imagen se pega al borde derecho */
.info-image {
  width: 450px;
  min-width: 280px;
  flex-shrink: 0;
}

.info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.info-left {
  display: flex;
  align-items: center;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  gap: 0 24px;
  width: 100%;
  align-items: start;
}

.info-vdivider {
  background-color: #c5bfb0;
  width: 1px;
  align-self: stretch;
}

.info-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-icon {
  width: 90px;
  height: 90px;
  background-color: #6b7a3a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  margin: auto;
}

.info-icon svg {
  width: 64px;
  height: 64px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    color: #2c2c1a;
    margin: 15px;
    line-height: 1.3;
    text-align: center;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-list li {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #000000;
  padding-left: 12px;
  position: relative;
}

.info-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: #2c2c1a;
}

/* Imagen derecha */
.info-image {
  min-height: 620px;
  background-size: cover;
  background-position: center;
}

.info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ═══ COMMITMENT SECTION ═══ */
.commitment-section {
  background-image: url('../images/bg-compromiso.webp');
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

.commitment-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.commitment-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  color: #2c2c1a;
  margin: 0;
}

.commitment-body {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.commitment-icon {
  width: 100%;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commitment-icon svg {
  width: 70px;
  height: 70px;
  stroke: #6b7a3a;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.commitment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-right: 25%;
}

.commitment-list li {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  color: #2c2c1a;
  padding-left: 14px;
  position: relative;
}

.commitment-list li::before {
  content: '·';
  position: absolute;
  left: 0;
}

/* Imagen derecha */
.commitment-image {
  min-height: 280px;
  overflow: hidden;
}

.commitment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ═══ ORDERS SECTION ═══ */
.orders-section {
  background-color: #7a7a4a;
}

.orders-icon svg {
  width: 90px;
  height: auto;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.orders-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #e4dfd4;
  margin-bottom: 12px;
}

.orders-text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #e4dfd4;
  line-height: 1.3;
  margin-bottom: 24px;
}

.orders-text strong {
  font-weight: 700;
}

.orders-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 3px solid #e4dfd4;
  border-radius: 20px;
  padding: 10px 28px;
  color: #e4dfd4;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.orders-whatsapp:hover {
  background: #fff;
  color: #7a7a4a;
}

.orders-whatsapp:hover .wa-icon path {
  fill: #7a7a4a;
}
.ic-orders{
  width: 165px;
}
.wa-icon {
  width: 22px;
  height: 22px;
  fill: #fff;
  flex-shrink: 0;
  transition: fill 0.2s;
}
/* Mobile: apila columnas y oculta divisor */
@media (max-width: 991px) {
  .features-left {
    padding-right: 0;
    margin-bottom: 0rem;
    border: none;
  }
  .features-right {
    padding-left: 0;
  }
  .features-body {
    align-items: start;
    padding: 50px 15px;
    gap: 0;
}
  .info-grid {
    grid-template-columns: 1fr;
    gap: 28px 0;
  }
   .info-section-inner {
    flex-direction: column;
  }
  .info-image {
    width: 100%;
    height: 240px;
  }
  .info-vdivider {
    display: none;
  }
  .info-image {
    min-height: 300px;
  }
   .commitment-body {
    flex-direction: column;
    align-items: flex-start;
  }
  .commitment-image {
    min-height: 240px;
  }
  .commitment-icon {
    width: 37%;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.features-section .container,.ingredients-section .container{

  max-width: 100%;
};
}
 /* ── RESPONSIVE ─────────────────────────────────────── */

@media (max-width: 767px) {
  .hero-title { font-size: clamp(64px, 18vw, 92px); }
  .hero-jar   { max-width: 260px; margin: 32px auto 0; }
  .ingredients-section{
    padding: 0px 15px;
  }
  .ingredients-card {
    padding: 28px 20px;
  }
  .ingredient-item {
    width: 30%;
  }
  .info-section{
    margin-top:90px;
  }
      .info-image {
        min-height: 600px;
    }
  .ingredient-item svg {
    width: 50px;
    height: 50px;
  }
  .ic-ing2 {
    width: 75px;
}
  .ic-ing2 {
    width: 55px;
}
.commitment-icon {
    width: 50%;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.commitment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.commitment-image {
        min-height: 90px;
    }
}