/* ===========================================================
   BOTERÍA NEGREIROS — Sistema de diseño Heritage
   Plantillas para Hello Elementor (child theme)
   =========================================================== */

/* ============== TOKENS ============== */
:root{
  /* Paleta Heritage */
  --bn-green-deep:    #0f1d18;
  --bn-green-dark:    #1a322a;
  --bn-green:         #2a4a3e;
  --bn-green-mid:     #3a5e50;
  --bn-green-light:   #6b8a7a;

  --bn-leather:       #8b5a2b;
  --bn-leather-light: #b07b3f;
  --bn-tan:           #d4a574;
  --bn-tan-soft:      #e2c39b;
  --bn-cream:         #f5ecd9;
  --bn-paper:         #faf6ec;
  --bn-bone:          #f0e6d2;

  --bn-text:          #1a322a;
  --bn-text-light:    #f5ecd9;
  --bn-text-strong:   #0f1d18;
  --bn-muted:         rgba(15,29,24,.62);
  --bn-muted-light:   rgba(245,236,217,.62);
  --bn-dim:           rgba(15,29,24,.38);

  --bn-stroke:        rgba(15,29,24,.10);
  --bn-stroke-light:  rgba(245,236,217,.18);

  --bn-radius-lg: 6px;
  --bn-radius-md: 4px;
  --bn-radius-sm: 2px;

  --bn-shadow-sm: 0 2px 8px rgba(15,29,24,.06);
  --bn-shadow-md: 0 8px 24px rgba(15,29,24,.10);
  --bn-shadow-lg: 0 24px 60px -20px rgba(15,29,24,.30), 0 4px 14px rgba(15,29,24,.10);
  --bn-shadow-xl: 0 40px 80px -30px rgba(0,0,0,.45), 0 8px 22px rgba(0,0,0,.18);

  --bn-font-serif: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --bn-font-sans:  'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --bn-ease: cubic-bezier(.2,.7,.2,1);
  --bn-ease-out: cubic-bezier(.16,1,.3,1);

  --bn-container: 1240px;
  --bn-container-narrow: 1040px;
}

/* ============== RESET LIGERO ============== */
.bn-page *,
.bn-page *::before,
.bn-page *::after { box-sizing: border-box; }

.bn-page{
  font-family: var(--bn-font-sans);
  color: var(--bn-text);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--bn-paper);
}

.bn-page img{ max-width: 100%; height: auto; display: block; }
.bn-page a{ color: var(--bn-green); text-decoration: none; transition: color .25s var(--bn-ease); }
.bn-page a:hover{ color: var(--bn-leather); }

/* Hello Elementor sometimes leaves max-width restrictions; neutralize on these pages */
.bn-page .bn-fullbleed{ width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }

.bn-container{
  max-width: var(--bn-container);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.bn-container--narrow{
  max-width: var(--bn-container-narrow);
}

/* ============== TIPOGRAFÍAS HEREDADAS ============== */
.bn-page h1,.bn-page h2,.bn-page h3,.bn-page h4{
  font-family: var(--bn-font-serif);
  color: var(--bn-text-strong);
  font-weight: 500;
  letter-spacing: -.012em;
  line-height: 1.1;
  margin: 0;
}
.bn-page h1{ font-size: clamp(38px, 5.6vw, 64px); }
.bn-page h2{ font-size: clamp(30px, 4vw, 46px); }
.bn-page h3{ font-size: clamp(22px, 2.4vw, 28px); }
.bn-page h4{ font-size: clamp(18px, 1.8vw, 22px); }

.bn-page .italic, .bn-page em.serif { font-style: italic; color: var(--bn-leather); }

.bn-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--bn-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: var(--bn-leather);
  margin-bottom: 18px;
}
.bn-eyebrow::before, .bn-eyebrow::after{
  content:""; width: 24px; height: 1px; background: var(--bn-tan); opacity: .7;
}
.bn-eyebrow.bn-eyebrow--single::after{ display: none; }
.bn-eyebrow.bn-eyebrow--light{ color: var(--bn-tan); }
.bn-eyebrow.bn-eyebrow--light::before, .bn-eyebrow.bn-eyebrow--light::after{ background: var(--bn-tan); }

.bn-section-title{
  text-align: center;
  margin-bottom: 56px;
}
.bn-section-title h2{ margin-bottom: 14px; }
.bn-section-title p{
  color: var(--bn-muted);
  max-width: 580px;
  margin: 0 auto;
  font-size: 16px;
}

/* ============== HEADER / NAV ============== */
.bn-header{
  background: var(--bn-green-deep);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(245,236,217,.08);
  backdrop-filter: blur(10px);
}
.bn-header__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 24px;
}
.bn-logo{
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex-shrink: 0;
}
.bn-logo__mark{
  width: 52px; height: 52px;
  display: grid; place-items: center;
  font-family: var(--bn-font-serif);
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  color: var(--bn-cream);
  background:
    radial-gradient(circle at 30% 30%, rgba(212,165,116,.25), transparent 60%),
    var(--bn-green-dark);
  border: 1px solid rgba(212,165,116,.4);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .35s var(--bn-ease);
}
.bn-logo:hover .bn-logo__mark{ transform: rotate(-4deg) scale(1.05); }
.bn-logo__text{ line-height: 1.1; }
.bn-logo__text .t1{
  font-family: var(--bn-font-serif);
  font-size: 19px;
  color: var(--bn-cream);
  font-weight: 600;
  letter-spacing: .3px;
}
.bn-logo__text .t1 i{ color: var(--bn-tan); font-style: italic; }
.bn-logo__text .t2{
  font-size: 9.5px;
  color: var(--bn-muted-light);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3px;
}

.bn-nav{
  display: flex;
  align-items: center;
  gap: 4px;
}
.bn-nav a{
  color: var(--bn-cream);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 10px 14px;
  position: relative;
  transition: color .25s var(--bn-ease);
}
.bn-nav a::after{
  content:"";
  position: absolute;
  left: 14px; right: 14px; bottom: 4px;
  height: 1px;
  background: var(--bn-tan);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .35s var(--bn-ease-out);
}
.bn-nav a:hover, .bn-nav a.is-active{ color: var(--bn-tan); }
.bn-nav a:hover::after, .bn-nav a.is-active::after{ transform: scaleX(1); }

.bn-nav__cta{
  margin-left: 8px;
  background: var(--bn-tan);
  color: var(--bn-green-deep) !important;
  border-radius: var(--bn-radius-sm);
  padding: 11px 20px !important;
  font-weight: 600 !important;
}
.bn-nav__cta::after{ display: none !important; }
.bn-nav__cta:hover{ background: var(--bn-cream); color: var(--bn-green-deep) !important; }

.bn-burger{
  display: none;
  width: 42px; height: 42px;
  background: transparent;
  border: 1px solid rgba(245,236,217,.2);
  border-radius: var(--bn-radius-sm);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.bn-burger span{
  position: absolute;
  left: 50%;
  width: 18px; height: 1.5px;
  background: var(--bn-cream);
  transform: translateX(-50%);
  transition: all .3s var(--bn-ease);
}
.bn-burger span:nth-child(1){ top: 14px; }
.bn-burger span:nth-child(2){ top: 50%; transform: translate(-50%,-50%); }
.bn-burger span:nth-child(3){ bottom: 14px; }
.bn-burger.is-open span:nth-child(1){ top: 50%; transform: translate(-50%,-50%) rotate(45deg); }
.bn-burger.is-open span:nth-child(2){ opacity: 0; }
.bn-burger.is-open span:nth-child(3){ bottom: 50%; transform: translate(-50%,50%) rotate(-45deg); }

/* ============== BOTONES ============== */
.bn-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: var(--bn-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: var(--bn-radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s var(--bn-ease);
  position: relative;
  overflow: hidden;
}
.bn-btn svg{ width: 14px; height: 14px; transition: transform .3s var(--bn-ease); }
.bn-btn:hover svg{ transform: translateX(3px); }

.bn-btn--primary{
  background: var(--bn-tan);
  color: var(--bn-green-deep);
}
.bn-btn--primary:hover{ background: var(--bn-cream); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.25); }

.bn-btn--dark{
  background: var(--bn-green-deep);
  color: var(--bn-cream);
}
.bn-btn--dark:hover{ background: var(--bn-green); color: var(--bn-tan); transform: translateY(-2px); box-shadow: var(--bn-shadow-md); }

.bn-btn--ghost{
  background: transparent;
  color: var(--bn-cream);
  border-color: rgba(245,236,217,.4);
}
.bn-btn--ghost:hover{ background: var(--bn-tan); color: var(--bn-green-deep); border-color: var(--bn-tan); }

.bn-btn--outline-dark{
  background: transparent;
  color: var(--bn-green-deep);
  border-color: var(--bn-green-deep);
}
.bn-btn--outline-dark:hover{ background: var(--bn-green-deep); color: var(--bn-cream); }

/* ============== HERO ============== */
.bn-hero{
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--bn-cream);
  overflow: hidden;
  isolation: isolate;
}
.bn-hero__bg{
  position: absolute;
  inset: 0;
  z-index: -2;
}
.bn-hero__bg img{
  width: 100%; height: 100%;
  object-fit: cover;
}
.bn-hero::before{
  content:"";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(15,29,24,.55) 0%, rgba(15,29,24,.40) 35%, rgba(15,29,24,.75) 100%);
}
.bn-hero__inner{
  max-width: 820px;
  padding: 0 24px;
  animation: bnFadeUp 1s var(--bn-ease-out) both;
}
.bn-hero h1{
  color: var(--bn-cream);
  font-size: clamp(40px, 6.4vw, 72px);
  margin-bottom: 22px;
}
.bn-hero h1 .italic{ color: var(--bn-tan); }
.bn-hero p{
  font-size: 17px;
  color: rgba(245,236,217,.85);
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.bn-hero__cta{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.bn-hero__scroll{
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px; height: 38px;
  border: 1px solid rgba(245,236,217,.4);
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.bn-hero__scroll::before{
  content:"";
  width: 2px; height: 6px;
  background: var(--bn-tan);
  border-radius: 2px;
  animation: bnScrollDot 1.8s ease-in-out infinite;
}
@keyframes bnScrollDot{ 0%,100%{transform:translateY(-6px); opacity:0;} 50%{transform:translateY(6px); opacity:1;} }
@keyframes bnFadeUp{ from{opacity:0; transform:translateY(24px);} to{opacity:1; transform:none;} }

/* HERO compacto (páginas internas) */
.bn-hero--compact{ min-height: 380px; }
.bn-hero--compact h1{ font-size: clamp(36px, 5vw, 56px); margin-bottom: 14px; }
.bn-hero--compact p{ margin-bottom: 0; }
.bn-breadcrumb{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--bn-tan);
}
.bn-breadcrumb a{ color: rgba(245,236,217,.7); }
.bn-breadcrumb a:hover{ color: var(--bn-tan); }
.bn-breadcrumb span{ color: rgba(245,236,217,.4); }

/* ============== SECTION wrapper ============== */
.bn-section{
  padding: 100px 0;
  position: relative;
}
.bn-section--sm{ padding: 70px 0; }
.bn-section--lg{ padding: 130px 0; }

.bn-section--cream{ background: var(--bn-cream); }
.bn-section--bone{ background: var(--bn-bone); }
.bn-section--paper{ background: var(--bn-paper); }
.bn-section--white{ background: #fff; }
.bn-section--green{ background: var(--bn-green-deep); color: var(--bn-text-light); }
.bn-section--green h2,.bn-section--green h3,.bn-section--green h4{ color: var(--bn-cream); }
.bn-section--green p{ color: var(--bn-muted-light); }

/* ============== ELABORACIÓN GRID (mosaico) ============== */
.bn-mosaic{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 140px;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
.bn-mosaic__item{
  position: relative;
  border-radius: var(--bn-radius-md);
  overflow: hidden;
  background: var(--bn-paper);
  border: 1px solid var(--bn-stroke);
  transition: transform .5s var(--bn-ease-out), box-shadow .5s var(--bn-ease-out);
}
.bn-mosaic__item:hover{ transform: translateY(-4px); box-shadow: var(--bn-shadow-lg); }
.bn-mosaic__item img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s var(--bn-ease);
}
.bn-mosaic__item:hover img{ transform: scale(1.06); }
.bn-mosaic__item--text{
  display: flex;
  align-items: center;
  padding: 24px;
  background: var(--bn-paper);
  border: 1px solid var(--bn-stroke);
}
.bn-mosaic__item--text-tan{ background: var(--bn-tan-soft); border-color: rgba(139,90,43,.2); }
.bn-mosaic__item--text h4{ font-size: 18px; margin-bottom: 8px; color: var(--bn-text-strong); }
.bn-mosaic__item--text p{ font-size: 13px; color: var(--bn-muted); margin: 0; line-height: 1.55; }

.bn-mosaic--inicio .bn-mosaic__item:nth-child(1){ grid-column: span 3; grid-row: span 2; }
.bn-mosaic--inicio .bn-mosaic__item:nth-child(2){ grid-column: span 5; grid-row: span 2; }
.bn-mosaic--inicio .bn-mosaic__item:nth-child(3){ grid-column: span 4; grid-row: span 2; }
.bn-mosaic--inicio .bn-mosaic__item:nth-child(4){ grid-column: span 3; grid-row: span 2; }
.bn-mosaic--inicio .bn-mosaic__item:nth-child(5){ grid-column: span 4; grid-row: span 2; }
.bn-mosaic--inicio .bn-mosaic__item:nth-child(6){ grid-column: span 5; grid-row: span 3; }

/* ============== PRODUCTOS GRID ============== */
.bn-products-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}
.bn-product-card{
  background: #fff;
  border: 1px solid var(--bn-stroke);
  border-radius: var(--bn-radius-md);
  overflow: hidden;
  transition: transform .4s var(--bn-ease), box-shadow .4s var(--bn-ease), border-color .4s var(--bn-ease);
  position: relative;
}
.bn-product-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--bn-shadow-lg);
  border-color: var(--bn-tan);
}
.bn-product-card__media{
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--bn-paper);
  overflow: hidden;
}
.bn-product-card__media img{
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s var(--bn-ease);
}
.bn-product-card:hover .bn-product-card__media img{ transform: scale(1.06); }
.bn-product-card__badge{
  position: absolute;
  top: 14px; left: 14px;
  background: var(--bn-green-deep);
  color: var(--bn-tan);
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 2px;
}
.bn-product-card__quick{
  position: absolute;
  inset: auto 14px 14px;
  background: rgba(15,29,24,.92);
  color: var(--bn-cream);
  text-align: center;
  padding: 11px 14px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  opacity: 0;
  transform: translateY(8px);
  transition: all .3s var(--bn-ease);
  cursor: pointer;
}
.bn-product-card:hover .bn-product-card__quick{ opacity: 1; transform: none; }

.bn-product-card__body{ padding: 18px 20px 22px; }
.bn-product-card__cat{
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bn-leather);
  font-weight: 600;
  margin-bottom: 6px;
}
.bn-product-card__name{
  font-family: var(--bn-font-serif);
  font-size: 20px;
  color: var(--bn-text-strong);
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 500;
}
.bn-product-card__price{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.bn-product-card__price .price{
  font-family: var(--bn-font-serif);
  font-size: 22px;
  color: var(--bn-text-strong);
  font-weight: 600;
}
.bn-product-card__price .price s{
  font-size: 14px;
  color: var(--bn-muted);
  font-weight: 400;
  margin-right: 8px;
}
.bn-product-card__buy{
  background: var(--bn-tan);
  color: var(--bn-green-deep);
  border: none;
  padding: 9px 16px;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  cursor: pointer;
  transition: all .25s var(--bn-ease);
}
.bn-product-card__buy:hover{ background: var(--bn-green-deep); color: var(--bn-tan); }

/* ============== FILTROS PRODUCTOS ============== */
.bn-shop-layout{
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: flex-start;
}
.bn-filter{
  background: #fff;
  border: 1px solid var(--bn-stroke);
  border-radius: var(--bn-radius-md);
  padding: 0;
  position: sticky;
  top: 110px;
}
.bn-filter__group{
  padding: 20px 22px;
  border-bottom: 1px solid var(--bn-stroke);
}
.bn-filter__group:last-child{ border-bottom: none; }
.bn-filter__title{
  font-family: var(--bn-font-sans);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--bn-text-strong);
  font-weight: 700;
  margin-bottom: 14px;
}
.bn-filter__options label{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 14px;
  color: var(--bn-text);
  cursor: pointer;
  transition: color .2s ease;
}
.bn-filter__options label:hover{ color: var(--bn-leather); }
.bn-filter__options input[type=checkbox]{
  width: 16px; height: 16px;
  accent-color: var(--bn-green);
  cursor: pointer;
}
.bn-filter__options .count{
  margin-left: auto;
  color: var(--bn-muted);
  font-size: 12px;
}
.bn-range{
  display: flex; flex-direction: column; gap: 12px;
}
.bn-range__inputs{
  display: flex; gap: 8px; align-items: center;
}
.bn-range__inputs input{
  width: 100%;
  padding: 9px 10px;
  border: 1px solid var(--bn-stroke);
  border-radius: 2px;
  font-size: 13px;
  color: var(--bn-text);
  background: var(--bn-paper);
}
.bn-range__inputs span{ color: var(--bn-muted); font-size: 12px; }
.bn-tags{ display: flex; flex-wrap: wrap; gap: 6px; }
.bn-tags span{
  background: var(--bn-paper);
  border: 1px solid var(--bn-stroke);
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 11px;
  color: var(--bn-text);
  cursor: pointer;
  transition: all .25s ease;
}
.bn-tags span:hover, .bn-tags span.is-active{
  background: var(--bn-tan); border-color: var(--bn-tan); color: var(--bn-green-deep);
}

.bn-shop-toolbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bn-stroke);
  flex-wrap: wrap;
  gap: 14px;
}
.bn-shop-toolbar__count{ color: var(--bn-muted); font-size: 14px; }
.bn-shop-toolbar select{
  padding: 9px 14px;
  background: #fff;
  border: 1px solid var(--bn-stroke);
  border-radius: 2px;
  font-family: var(--bn-font-sans);
  font-size: 13px;
  color: var(--bn-text);
  cursor: pointer;
}

/* ============== TESTIMONIOS ============== */
.bn-testimonials{
  position: relative;
  padding: 130px 0;
  color: var(--bn-cream);
  isolation: isolate;
  overflow: hidden;
}
.bn-testimonials__bg{
  position: absolute;
  inset: 0;
  z-index: -2;
}
.bn-testimonials__bg img{
  width: 100%; height: 100%; object-fit: cover; opacity: .3;
}
.bn-testimonials::before{
  content:"";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(15,29,24,.92), rgba(15,29,24,.96));
}
.bn-testimonials .bn-section-title h2{ color: var(--bn-cream); }
.bn-testimonials .bn-section-title p{ color: rgba(245,236,217,.75); }

.bn-testimonials__grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  max-width: 1140px;
  margin: 0 auto;
}
.bn-testimonial{
  background: rgba(245,236,217,.04);
  border: 1px solid rgba(245,236,217,.12);
  border-radius: var(--bn-radius-md);
  padding: 36px 30px 30px;
  position: relative;
  backdrop-filter: blur(10px);
}
.bn-testimonial::before{
  content: '"';
  position: absolute;
  top: -12px;
  left: 24px;
  font-family: var(--bn-font-serif);
  font-size: 90px;
  color: var(--bn-tan);
  line-height: 1;
  font-style: italic;
}
.bn-testimonial p{
  color: rgba(245,236,217,.92);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 20px;
  font-style: italic;
  font-family: var(--bn-font-serif);
  font-size: 19px;
}
.bn-testimonial__author{
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(245,236,217,.12);
}
.bn-testimonial__avatar{
  width: 44px; height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(212,165,116,.4);
}
.bn-testimonial__name{
  font-family: var(--bn-font-serif);
  font-size: 17px;
  color: var(--bn-tan);
  margin-bottom: 2px;
}
.bn-testimonial__role{
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(245,236,217,.5);
}

/* ============== STATS ============== */
.bn-stats{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}
.bn-stat__num{
  font-family: var(--bn-font-serif);
  font-size: clamp(46px, 5vw, 64px);
  color: var(--bn-text-strong);
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
}
.bn-stat__label{
  font-size: 11px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--bn-muted);
  font-weight: 600;
}
.bn-section--green .bn-stat__num{ color: var(--bn-cream); }
.bn-section--green .bn-stat__num span{ color: var(--bn-tan); }
.bn-section--green .bn-stat__label{ color: rgba(245,236,217,.6); }

/* ============== CTA BANNER ============== */
.bn-cta-banner{
  position: relative;
  padding: 90px 24px;
  text-align: center;
  color: var(--bn-cream);
  overflow: hidden;
  isolation: isolate;
}
.bn-cta-banner__bg{
  position: absolute;
  inset: 0;
  z-index: -2;
}
.bn-cta-banner__bg img{ width: 100%; height: 100%; object-fit: cover; }
.bn-cta-banner::before{
  content:"";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(15,29,24,.85), rgba(15,29,24,.65), rgba(15,29,24,.85));
}
.bn-cta-banner h2{ color: var(--bn-cream); margin-bottom: 14px; }
.bn-cta-banner p{ color: rgba(245,236,217,.8); max-width: 560px; margin: 0 auto 28px; }

/* ============== NEWSLETTER ============== */
.bn-newsletter{
  background: var(--bn-green-deep);
  padding: 36px 0;
  position: relative;
}
.bn-newsletter::before{
  content:"";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 200px at 30% 50%, rgba(212,165,116,.08), transparent 70%);
  pointer-events: none;
}
.bn-newsletter__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}
.bn-newsletter__title{
  font-family: var(--bn-font-sans);
  color: var(--bn-cream);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex: 1 1 320px;
}
.bn-newsletter__form{
  display: flex;
  gap: 0;
  flex: 1 1 380px;
  max-width: 520px;
  background: rgba(245,236,217,.06);
  border: 1px solid rgba(245,236,217,.18);
  border-radius: 2px;
  padding: 4px;
}
.bn-newsletter__form input{
  flex: 1;
  background: transparent;
  border: none;
  padding: 12px 16px;
  color: var(--bn-cream);
  font-family: var(--bn-font-sans);
  font-size: 14px;
  outline: none;
}
.bn-newsletter__form input::placeholder{ color: rgba(245,236,217,.45); }
.bn-newsletter__form button{
  background: var(--bn-cream);
  color: var(--bn-green-deep);
  border: none;
  padding: 12px 26px;
  font-family: var(--bn-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: background .25s ease;
}
.bn-newsletter__form button:hover{ background: var(--bn-tan); }

/* ============== GALLERY STRIP ============== */
.bn-strip{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  height: 130px;
  position: relative;
}
.bn-strip__item{
  position: relative;
  overflow: hidden;
  filter: grayscale(.15);
  transition: filter .4s ease;
}
.bn-strip__item:hover{ filter: none; }
.bn-strip__item img{ width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--bn-ease); }
.bn-strip__item:hover img{ transform: scale(1.08); }

/* ============== MAPA EMBED ============== */
.bn-map-embed{
  width: 100%;
  height: 360px;
  border: none;
  display: block;
  filter: saturate(.8);
}

/* ============== FORM CONTACTO ============== */
.bn-contact-layout{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: var(--bn-radius-md);
  overflow: hidden;
  border: 1px solid var(--bn-stroke);
  box-shadow: var(--bn-shadow-lg);
}
.bn-contact-form{
  padding: 56px 50px;
}
.bn-contact-form h2{ margin-bottom: 12px; }
.bn-contact-form > p{ color: var(--bn-muted); margin: 0 0 32px; }
.bn-form-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.bn-field{
  display: flex; flex-direction: column;
  position: relative;
}
.bn-field--full{ grid-column: 1 / -1; }
.bn-field label{
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--bn-muted);
  font-weight: 600;
  margin-bottom: 8px;
}
.bn-field input,
.bn-field textarea,
.bn-field select{
  width: 100%;
  padding: 14px 16px;
  font-family: var(--bn-font-sans);
  font-size: 15px;
  color: var(--bn-text);
  background: var(--bn-paper);
  border: 1px solid var(--bn-stroke);
  border-radius: 2px;
  outline: none;
  transition: border-color .25s ease, background .25s ease;
}
.bn-field input:focus,
.bn-field textarea:focus,
.bn-field select:focus{
  border-color: var(--bn-green);
  background: #fff;
}
.bn-field textarea{ min-height: 140px; resize: vertical; font-family: inherit; }
.bn-contact-aside{
  padding: 56px 50px;
  background: var(--bn-green-deep);
  color: var(--bn-cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  isolation: isolate;
}
.bn-contact-aside::before{
  content:"";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(600px 400px at 100% 0%, rgba(212,165,116,.16), transparent 60%);
}
.bn-contact-aside h3{ color: var(--bn-cream); margin-bottom: 12px; }
.bn-contact-aside > p{ color: rgba(245,236,217,.78); margin: 0 0 28px; font-size: 15px; }

.bn-contact-list{
  display: flex; flex-direction: column; gap: 22px;
  margin-bottom: 36px;
}
.bn-contact-item{
  display: flex; gap: 16px;
  align-items: flex-start;
}
.bn-contact-item__icon{
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(212,165,116,.15);
  color: var(--bn-tan);
  display: grid; place-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(212,165,116,.3);
}
.bn-contact-item__icon svg{ width: 18px; height: 18px; }
.bn-contact-item__label{
  font-size: 10.5px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--bn-tan);
  font-weight: 600;
  margin-bottom: 4px;
}
.bn-contact-item__value{
  color: var(--bn-cream);
  font-size: 15px;
  line-height: 1.5;
}
.bn-contact-item__value a{ color: var(--bn-cream); text-decoration: none; }
.bn-contact-item__value a:hover{ color: var(--bn-tan); }
.bn-socials{
  display: flex; gap: 10px;
  padding-top: 24px;
  border-top: 1px solid rgba(245,236,217,.12);
}
.bn-socials a{
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(245,236,217,.25);
  display: grid; place-items: center;
  color: var(--bn-cream);
  transition: all .25s var(--bn-ease);
}
.bn-socials a:hover{
  background: var(--bn-tan); color: var(--bn-green-deep); border-color: var(--bn-tan); transform: translateY(-2px);
}
.bn-socials a svg{ width: 16px; height: 16px; }

/* ============== TEAM (NOSOTROS) ============== */
.bn-team{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.bn-team__card{
  background: #fff;
  border: 1px solid var(--bn-stroke);
  border-radius: var(--bn-radius-md);
  overflow: hidden;
  transition: transform .4s var(--bn-ease), box-shadow .4s var(--bn-ease);
}
.bn-team__card:hover{ transform: translateY(-6px); box-shadow: var(--bn-shadow-lg); }
.bn-team__photo{
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
}
.bn-team__photo img{ width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--bn-ease); }
.bn-team__card:hover .bn-team__photo img{ transform: scale(1.05); }
.bn-team__body{ padding: 24px 26px 26px; text-align: center; }
.bn-team__name{
  font-family: var(--bn-font-serif);
  font-size: 22px;
  color: var(--bn-text-strong);
  margin-bottom: 4px;
}
.bn-team__role{
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--bn-leather);
  font-weight: 600;
  margin-bottom: 14px;
}
.bn-team__bio{
  font-size: 14px;
  color: var(--bn-muted);
  line-height: 1.6;
  margin: 0;
}

/* ============== HABILIDADES (BARS) ============== */
.bn-skills{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.bn-skill{
  margin-bottom: 22px;
}
.bn-skill__head{
  display: flex; justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}
.bn-skill__name{
  font-family: var(--bn-font-serif);
  font-size: 19px;
  color: var(--bn-text-strong);
  font-weight: 500;
}
.bn-skill__pct{
  font-size: 12px;
  letter-spacing: 1.5px;
  color: var(--bn-leather);
  font-weight: 700;
}
.bn-skill__track{
  height: 6px;
  background: var(--bn-tan-soft);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.bn-skill__fill{
  height: 100%;
  background: linear-gradient(90deg, var(--bn-green-mid), var(--bn-green-deep));
  border-radius: 3px;
  width: 0;
  transition: width 1.4s var(--bn-ease-out);
}

/* ============== TIMELINE NOSOTROS ============== */
.bn-timeline-history{
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-left: 30px;
}
.bn-timeline-history::before{
  content:"";
  position: absolute;
  top: 0; bottom: 0;
  left: 6px;
  width: 1px;
  background: var(--bn-tan);
  opacity: .5;
}
.bn-tl-item{
  position: relative;
  padding-bottom: 36px;
}
.bn-tl-item::before{
  content:"";
  position: absolute;
  left: -27px;
  top: 6px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--bn-green-deep);
  border: 2px solid var(--bn-tan);
}
.bn-tl-item__year{
  font-family: var(--bn-font-serif);
  font-size: 28px;
  color: var(--bn-leather);
  font-style: italic;
  margin-bottom: 6px;
  font-weight: 600;
}
.bn-tl-item__title{
  font-family: var(--bn-font-serif);
  font-size: 22px;
  margin: 0 0 8px;
  color: var(--bn-text-strong);
}
.bn-tl-item__desc{
  color: var(--bn-muted);
  margin: 0;
  font-size: 15px;
}

/* ============== SERVICIOS GRID ============== */
.bn-services-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 30px;
}
.bn-service-card{
  background: #fff;
  border: 1px solid var(--bn-stroke);
  border-radius: var(--bn-radius-md);
  overflow: hidden;
  transition: transform .4s var(--bn-ease), box-shadow .4s var(--bn-ease);
  display: flex; flex-direction: column;
}
.bn-service-card:hover{ transform: translateY(-6px); box-shadow: var(--bn-shadow-lg); }
.bn-service-card__media{
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
}
.bn-service-card__media img{ width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--bn-ease); }
.bn-service-card:hover .bn-service-card__media img{ transform: scale(1.05); }
.bn-service-card__body{ padding: 26px 28px 28px; flex: 1; display: flex; flex-direction: column; }
.bn-service-card__icon{
  width: 48px; height: 48px;
  background: var(--bn-paper);
  border: 1px solid var(--bn-stroke);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--bn-leather);
  margin-bottom: 16px;
}
.bn-service-card__icon svg{ width: 22px; height: 22px; }
.bn-service-card h3{ margin-bottom: 10px; font-size: 22px; }
.bn-service-card p{ color: var(--bn-muted); margin: 0 0 18px; font-size: 14px; flex: 1; }
.bn-service-card__link{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--bn-leather);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap .25s ease, color .25s ease;
}
.bn-service-card__link:hover{ color: var(--bn-green-deep); gap: 12px; }

/* ============== SERVICIO STEP ROWS ============== */
.bn-steps{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.bn-step{
  text-align: center;
  position: relative;
  padding: 30px 18px;
}
.bn-step__num{
  font-family: var(--bn-font-serif);
  font-size: 56px;
  color: var(--bn-tan);
  line-height: 1;
  margin-bottom: 14px;
  font-weight: 600;
  font-style: italic;
}
.bn-step h4{ margin-bottom: 10px; font-size: 20px; }
.bn-step p{ color: var(--bn-muted); font-size: 14px; margin: 0; }

/* ============== BLOG GRID ============== */
.bn-blog-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 32px;
}
.bn-blog-card{
  background: #fff;
  border: 1px solid var(--bn-stroke);
  border-radius: var(--bn-radius-md);
  overflow: hidden;
  transition: transform .4s var(--bn-ease), box-shadow .4s var(--bn-ease);
  display: flex; flex-direction: column;
}
.bn-blog-card:hover{ transform: translateY(-6px); box-shadow: var(--bn-shadow-lg); }
.bn-blog-card__media{
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
}
.bn-blog-card__media img{ width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--bn-ease); }
.bn-blog-card:hover .bn-blog-card__media img{ transform: scale(1.06); }
.bn-blog-card__cat{
  position: absolute;
  top: 14px; left: 14px;
  background: var(--bn-green-deep);
  color: var(--bn-tan);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 2px;
}
.bn-blog-card__body{ padding: 22px 26px 24px; display: flex; flex-direction: column; flex: 1; }
.bn-blog-card__meta{
  display: flex; align-items: center; gap: 12px;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--bn-muted);
  font-weight: 600;
  margin-bottom: 12px;
}
.bn-blog-card__meta .dot{ width: 3px; height: 3px; border-radius: 50%; background: var(--bn-tan); }
.bn-blog-card h3{
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.25;
  transition: color .25s var(--bn-ease);
}
.bn-blog-card:hover h3{ color: var(--bn-leather); }
.bn-blog-card p{ color: var(--bn-muted); font-size: 14px; margin: 0 0 18px; flex: 1; }
.bn-blog-card__more{
  display: inline-flex;
  align-items: center; gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--bn-text-strong);
  align-self: flex-start;
  transition: gap .25s ease, color .25s ease;
}
.bn-blog-card__more:hover{ gap: 12px; color: var(--bn-leather); }

/* ============== BLOG FEATURE ============== */
.bn-blog-feature{
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--bn-stroke);
  border-radius: var(--bn-radius-md);
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: var(--bn-shadow-md);
}
.bn-blog-feature__media{
  position: relative;
  min-height: 380px;
}
.bn-blog-feature__media img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bn-blog-feature__body{
  padding: 48px 50px;
  display: flex; flex-direction: column; justify-content: center;
}
.bn-blog-feature__cat{
  display: inline-block;
  background: var(--bn-green-deep);
  color: var(--bn-tan);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 2px;
  margin-bottom: 18px;
  align-self: flex-start;
}
.bn-blog-feature h2{ margin-bottom: 16px; }
.bn-blog-feature p{ color: var(--bn-muted); margin: 0 0 26px; font-size: 16px; line-height: 1.7; }
.bn-blog-feature__meta{
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 22px;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--bn-muted);
  font-weight: 600;
}

/* ============== ABOUT SPLIT ============== */
.bn-split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.bn-split--reverse > :first-child{ order: 2; }
.bn-split__media{
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--bn-radius-md);
  overflow: hidden;
  box-shadow: var(--bn-shadow-lg);
}
.bn-split__media img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bn-split__media::before{
  content:"";
  position: absolute;
  top: -16px; left: -16px;
  width: 80px; height: 80px;
  border-top: 1px solid var(--bn-tan);
  border-left: 1px solid var(--bn-tan);
  z-index: 2;
}
.bn-split__media::after{
  content:"";
  position: absolute;
  bottom: -16px; right: -16px;
  width: 80px; height: 80px;
  border-bottom: 1px solid var(--bn-tan);
  border-right: 1px solid var(--bn-tan);
  z-index: 2;
}

.bn-split__body h2{ margin-bottom: 22px; }
.bn-split__body p{ color: var(--bn-text); margin: 0 0 18px; line-height: 1.75; font-size: 16px; }
.bn-split__body p:last-of-type{ margin-bottom: 28px; }
.bn-signature{
  display: flex; align-items: center; gap: 16px;
  padding-top: 22px;
  border-top: 1px solid var(--bn-stroke);
  margin-top: 28px;
}
.bn-signature__name{
  font-family: var(--bn-font-serif);
  font-size: 22px;
  font-style: italic;
  color: var(--bn-text-strong);
}
.bn-signature__role{
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--bn-leather);
  margin-top: 3px;
  font-weight: 600;
}

/* ============== FOOTER ============== */
.bn-footer{
  background: #0a1410;
  color: rgba(245,236,217,.7);
  padding: 70px 0 0;
}
.bn-footer__grid{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(245,236,217,.08);
}
.bn-footer__brand .bn-logo__text .t1{ color: var(--bn-cream); }
.bn-footer__brand p{
  margin: 18px 0 22px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245,236,217,.6);
  max-width: 320px;
}
.bn-footer__col h4{
  font-family: var(--bn-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--bn-tan);
  margin: 0 0 22px;
}
.bn-footer__col ul{ list-style: none; padding: 0; margin: 0; }
.bn-footer__col li{ margin-bottom: 10px; }
.bn-footer__col a{
  color: rgba(245,236,217,.7);
  font-size: 14px;
  transition: color .25s var(--bn-ease), padding-left .25s var(--bn-ease);
}
.bn-footer__col a:hover{ color: var(--bn-tan); padding-left: 4px; }
.bn-footer__col p{ font-size: 14px; margin: 0 0 8px; line-height: 1.6; }

.bn-footer__bottom{
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
  color: rgba(245,236,217,.45);
  letter-spacing: .3px;
}
.bn-footer__bottom .legal{ display: flex; gap: 20px; }
.bn-footer__bottom .legal a{ color: rgba(245,236,217,.55); }
.bn-footer__bottom .legal a:hover{ color: var(--bn-tan); }

/* Pago methods row */
.bn-pay{
  display: flex; gap: 10px; flex-wrap: wrap;
}
.bn-pay span{
  background: rgba(245,236,217,.05);
  border: 1px solid rgba(245,236,217,.1);
  padding: 5px 9px;
  border-radius: 3px;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: rgba(245,236,217,.55);
  text-transform: uppercase;
}

/* ============== PAGINATION ============== */
.bn-pagination{
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 50px;
}
.bn-pagination a, .bn-pagination span{
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border: 1px solid var(--bn-stroke);
  border-radius: 2px;
  font-family: var(--bn-font-sans);
  font-size: 14px;
  color: var(--bn-text);
  font-weight: 500;
  text-decoration: none;
  transition: all .25s var(--bn-ease);
  background: #fff;
}
.bn-pagination a:hover{ background: var(--bn-tan); border-color: var(--bn-tan); color: var(--bn-green-deep); }
.bn-pagination .is-current{
  background: var(--bn-green-deep);
  color: var(--bn-cream);
  border-color: var(--bn-green-deep);
}

/* ============== ANIMACIONES ON-SCROLL ============== */
.bn-reveal{
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--bn-ease-out), transform .9s var(--bn-ease-out);
}
.bn-reveal.is-visible{ opacity: 1; transform: none; }
.bn-reveal[data-delay="1"]{ transition-delay: .1s; }
.bn-reveal[data-delay="2"]{ transition-delay: .2s; }
.bn-reveal[data-delay="3"]{ transition-delay: .3s; }
.bn-reveal[data-delay="4"]{ transition-delay: .4s; }

/* ============== ELEMENTS ============== */
.bn-divider-ornament{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--bn-tan);
  margin: 22px auto;
  opacity: .6;
}
.bn-divider-ornament .line{ flex: 0 0 60px; height: 1px; background: currentColor; }
.bn-divider-ornament .dot{ width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* ============== RESPONSIVE ============== */
@media (max-width: 1100px){
  .bn-shop-layout{ grid-template-columns: 1fr; }
  .bn-filter{ position: static; }
  .bn-team{ grid-template-columns: repeat(2, 1fr); }
  .bn-stats{ grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .bn-steps{ grid-template-columns: repeat(2, 1fr); }
  .bn-footer__grid{ grid-template-columns: 1fr 1fr; gap: 36px; }
  .bn-mosaic--inicio .bn-mosaic__item:nth-child(1){ grid-column: span 6; }
  .bn-mosaic--inicio .bn-mosaic__item:nth-child(2){ grid-column: span 6; }
  .bn-mosaic--inicio .bn-mosaic__item:nth-child(3){ grid-column: span 6; }
  .bn-mosaic--inicio .bn-mosaic__item:nth-child(4){ grid-column: span 6; }
  .bn-mosaic--inicio .bn-mosaic__item:nth-child(5){ grid-column: span 6; }
  .bn-mosaic--inicio .bn-mosaic__item:nth-child(6){ grid-column: span 6; }
}

@media (max-width: 880px){
  .bn-section{ padding: 70px 0; }
  .bn-section--lg{ padding: 90px 0; }

  .bn-burger{ display: block; }
  .bn-nav{
    position: fixed;
    inset: 70px 0 0 0;
    background: var(--bn-green-deep);
    flex-direction: column;
    align-items: stretch;
    padding: 40px 24px;
    transform: translateX(100%);
    transition: transform .4s var(--bn-ease);
    z-index: 99;
    overflow-y: auto;
  }
  .bn-nav.is-open{ transform: none; }
  .bn-nav a{
    padding: 16px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(245,236,217,.08);
    text-align: left;
  }
  .bn-nav a::after{ display: none; }
  .bn-nav__cta{ margin: 22px 0 0; text-align: center; }

  .bn-split{ grid-template-columns: 1fr; gap: 36px; }
  .bn-split--reverse > :first-child{ order: 0; }
  .bn-skills{ grid-template-columns: 1fr; gap: 30px; }

  .bn-contact-layout{ grid-template-columns: 1fr; }
  .bn-contact-form, .bn-contact-aside{ padding: 40px 30px; }
  .bn-form-row{ grid-template-columns: 1fr; }

  .bn-blog-feature{ grid-template-columns: 1fr; }
  .bn-blog-feature__media{ min-height: 280px; }
  .bn-blog-feature__body{ padding: 36px 30px; }

  .bn-strip{ grid-template-columns: repeat(4, 1fr); height: 240px; }
  .bn-strip__item:nth-child(n+5){ display: none; }

  .bn-team{ grid-template-columns: 1fr; }

  .bn-mosaic{ grid-auto-rows: 110px; }

  .bn-newsletter__inner{ flex-direction: column; align-items: stretch; gap: 18px; }
  .bn-newsletter__title{ text-align: center; }
}

@media (max-width: 560px){
  .bn-section{ padding: 56px 0; }
  .bn-section-title{ margin-bottom: 38px; }
  .bn-hero{ min-height: 70vh; }
  .bn-hero p{ font-size: 15px; }

  .bn-stats{ grid-template-columns: 1fr 1fr; gap: 28px; }
  .bn-stat__num{ font-size: 40px; }

  .bn-footer__grid{ grid-template-columns: 1fr; gap: 32px; }
  .bn-steps{ grid-template-columns: 1fr; gap: 18px; }

  .bn-contact-form, .bn-contact-aside{ padding: 32px 22px; }

  .bn-products-grid{ grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .bn-product-card__body{ padding: 14px 14px 18px; }
  .bn-product-card__name{ font-size: 16px; }
  .bn-product-card__price .price{ font-size: 18px; }
}

/* ============== PRINT ============== */
@media print {
  .bn-header, .bn-footer, .bn-newsletter, .bn-cta-banner{ display: none; }
}

/* ============== CONTACTO: MAPA + TARJETA ============== */
.bn-map-wrap{
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 80px -40px rgba(15,29,24,0.35);
}
.bn-map-wrap .bn-map-embed{
  height: 520px;
  margin: 0;
  border-radius: 0;
}
.bn-map-wrap .bn-map-embed iframe{
  width: 100%;
  height: 100%;
  display: block;
}
.bn-map-card{
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: min(380px, calc(100% - 80px));
  background: var(--bn-green-deep);
  color: var(--bn-cream);
  padding: 38px 34px;
  border-radius: 4px;
  box-shadow: 0 30px 80px -20px rgba(15,29,24,0.6);
  border: 1px solid rgba(212,165,116,0.25);
}
.bn-map-card h3{
  font-family: var(--bn-serif);
  color: var(--bn-cream);
  font-size: 1.7rem;
  margin: 8px 0 22px;
  line-height: 1.15;
  font-weight: 500;
}
.bn-map-card h3 em{
  color: var(--bn-tan);
  font-style: italic;
}
.bn-map-card__list{
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bn-map-card__list li{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bn-map-card__label{
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--bn-tan);
}
.bn-map-card__value{
  color: var(--bn-cream);
  font-size: 0.95rem;
  line-height: 1.5;
}
.bn-map-card__value a{
  color: var(--bn-cream);
  text-decoration: none;
  border-bottom: 1px dotted rgba(245,236,217,0.4);
  transition: color 0.25s;
}
.bn-map-card__value a:hover{ color: var(--bn-tan); }
.bn-map-card .bn-btn{ width: 100%; justify-content: center; }

@media (max-width: 880px){
  .bn-map-wrap .bn-map-embed{ height: 380px; }
  .bn-map-card{
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    border-radius: 0;
    margin-top: -1px;
  }
}

/* ============== CONTACTO: HORARIOS STRIP ============== */
.bn-hours-strip{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 30px 36px;
  background: var(--bn-paper);
  border: 1px solid rgba(139,90,43,0.18);
  border-radius: 4px;
}
.bn-hours-item{
  display: flex;
  align-items: center;
  gap: 14px;
}
.bn-hours-item svg{
  width: 26px;
  height: 26px;
  color: var(--bn-leather);
  flex-shrink: 0;
}
.bn-hours-item > div{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bn-hours-label{
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--bn-leather);
}
.bn-hours-value{
  font-size: 0.92rem;
  color: var(--bn-green-deep);
  font-weight: 500;
}

@media (max-width: 880px){
  .bn-hours-strip{ grid-template-columns: repeat(2, 1fr); padding: 24px; }
}
@media (max-width: 560px){
  .bn-hours-strip{ grid-template-columns: 1fr; gap: 20px; }
}

/* ============== CONTACTO: FORM EXTRAS ============== */
.bn-field--check{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  color: var(--bn-green-dark);
  line-height: 1.5;
  cursor: pointer;
}
.bn-field--check input{
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--bn-green);
  width: 16px;
  height: 16px;
}
.bn-field--check a{
  color: var(--bn-leather);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.bn-btn--block{
  width: 100%;
  justify-content: center;
}

/* ============== FAQ ============== */
.bn-faq{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bn-faq details{
  background: var(--bn-paper);
  border: 1px solid rgba(139,90,43,0.18);
  border-radius: 4px;
  padding: 0;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.bn-faq details[open]{
  border-color: rgba(139,90,43,0.4);
  box-shadow: 0 16px 40px -28px rgba(15,29,24,0.3);
}
.bn-faq summary{
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-family: var(--bn-serif);
  font-size: 1.18rem;
  font-weight: 500;
  color: var(--bn-green-deep);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}
.bn-faq summary::-webkit-details-marker{ display: none; }
.bn-faq summary::after{
  content: "+";
  font-family: var(--bn-sans);
  font-size: 1.6rem;
  color: var(--bn-leather);
  font-weight: 300;
  transition: transform 0.3s;
  flex-shrink: 0;
  line-height: 1;
}
.bn-faq details[open] summary::after{
  content: "−";
}
.bn-faq details p{
  margin: 0;
  padding: 0 26px 24px;
  color: var(--bn-green-dark);
  font-size: 0.96rem;
  line-height: 1.7;
  opacity: 0.85;
}


/* ============== BLOG: FILTROS DE CATEGORÍA ============== */
.bn-blog-filters{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.bn-blog-filters__chips{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.bn-chip{
  font-family: var(--bn-font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bn-green-dark);
  background: #fff;
  border: 1px solid rgba(139,90,43,0.25);
  padding: 10px 22px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.25s var(--bn-ease);
  letter-spacing: 0.02em;
}
.bn-chip:hover{
  border-color: var(--bn-leather);
  color: var(--bn-leather);
}
.bn-chip--active{
  background: var(--bn-green-deep);
  color: var(--bn-cream);
  border-color: var(--bn-green-deep);
}
.bn-chip--active:hover{
  background: var(--bn-green-dark);
  color: var(--bn-cream);
  border-color: var(--bn-green-dark);
}

/* Pagination class aliases for blog template */
.bn-pagination__num,
.bn-pagination__prev,
.bn-pagination__next,
.bn-pagination__sep{
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border: 1px solid var(--bn-stroke);
  border-radius: 2px;
  font-family: var(--bn-font-sans);
  font-size: 14px;
  color: var(--bn-text);
  font-weight: 500;
  text-decoration: none;
  transition: all .25s var(--bn-ease);
  background: #fff;
}
.bn-pagination__num:hover,
.bn-pagination__prev:hover,
.bn-pagination__next:hover{
  background: var(--bn-tan);
  border-color: var(--bn-tan);
  color: var(--bn-green-deep);
}
.bn-pagination__num--active{
  background: var(--bn-green-deep);
  color: var(--bn-cream);
  border-color: var(--bn-green-deep);
}
.bn-pagination__num--active:hover{
  background: var(--bn-green-deep);
  color: var(--bn-cream);
}
.bn-pagination__prev svg,
.bn-pagination__next svg{ width: 16px; height: 16px; }
.bn-pagination__sep{ border: none; background: transparent; }

/* ============== BLOG: CTA SUSCRIPCIÓN ============== */
.bn-blog-cta{
  text-align: center;
  padding: 50px 40px;
  background: var(--bn-paper);
  border: 1px solid rgba(139,90,43,0.18);
  border-radius: 6px;
  position: relative;
}
.bn-blog-cta h2{
  margin: 12px 0 14px;
  color: var(--bn-green-deep);
}
.bn-blog-cta p{
  color: var(--bn-green-dark);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto 28px;
  opacity: 0.85;
}
.bn-blog-cta__form{
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto 14px;
  flex-wrap: wrap;
}
.bn-blog-cta__form input{
  flex: 1;
  min-width: 200px;
  padding: 14px 18px;
  border: 1px solid rgba(139,90,43,0.3);
  border-radius: 4px;
  font-family: var(--bn-font-sans);
  font-size: 0.95rem;
  background: #fff;
  color: var(--bn-green-deep);
}
.bn-blog-cta__form input:focus{
  outline: none;
  border-color: var(--bn-leather);
}
.bn-blog-cta__form .bn-btn{ flex-shrink: 0; }
.bn-blog-cta__note{
  display: block;
  font-size: 0.78rem;
  color: var(--bn-muted);
  margin-top: 8px;
}

@media (max-width: 560px){
  .bn-blog-cta{ padding: 36px 22px; }
  .bn-blog-cta__form{ flex-direction: column; }
  .bn-blog-cta__form .bn-btn{ width: 100%; justify-content: center; }
}


/* =========================================================
   CUALIDADES — sección con bota central + 4 textos en cruz
   (Inicio · sección 8)
   ========================================================= */
.bn-qualities{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.bn-qualities__col{
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.bn-qualities__col:first-child{ text-align: right; }
.bn-qualities__media{
  width: 280px;
  max-width: 100%;
}
.bn-qualities__media img{
  width: 100%;
  height: auto;
  display: block;
}
.bn-quality h4{
  font-family: var(--bn-font-serif);
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: var(--bn-text-strong);
}
.bn-quality p{
  color: var(--bn-muted);
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 880px){
  .bn-qualities{
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
  .bn-qualities__col:first-child{ text-align: center; order: 2; }
  .bn-qualities__media{ order: 1; margin: 0 auto; width: 220px; }
  .bn-qualities__col:last-child{ order: 3; }
}

/* =========================================================
   FORMULARIO DE CONTACTO — variante simple del boceto
   (Contacto · sección 3)
   ========================================================= */
.bn-contact-form--simple{
  display: block;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  max-width: 720px;
  margin: 0 auto;
}
.bn-contact-form--simple .bn-form-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.bn-contact-form--simple .bn-field{
  display: block;
  margin: 0;
}
.bn-contact-form--simple .bn-field input,
.bn-contact-form--simple .bn-field textarea{
  width: 100%;
  background: var(--bn-tan-soft, #e8d4b0);
  border: 0;
  padding: 18px 22px;
  font-family: var(--bn-font-serif);
  font-size: 18px;
  color: var(--bn-green-deep);
  border-radius: 0;
}
.bn-contact-form--simple .bn-field input::placeholder,
.bn-contact-form--simple .bn-field textarea::placeholder{
  color: var(--bn-green-deep);
  opacity: .7;
  font-family: var(--bn-font-serif);
}
.bn-contact-form--simple .bn-field input:focus,
.bn-contact-form--simple .bn-field textarea:focus{
  outline: 2px solid var(--bn-green);
  background: var(--bn-cream);
}
.bn-contact-form--simple .bn-field--full{
  display: block;
}

/* =========================================================
   TARJETA FLOTANTE DEL MAPA (Contacto)
   Soporta varios bloques de icono+título+texto apilados
   ========================================================= */
.bn-map-card .bn-map-card__icon{
  color: var(--bn-cream);
  margin-bottom: 8px;
}
.bn-map-card .bn-map-card__icon svg{ display: block; }

@media (max-width: 560px){
  .bn-contact-form--simple .bn-form-row{
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   BLOG CARDS — variante simple del boceto
   (Blog · grid 3×2)
   ========================================================= */
.bn-blog-grid--simple{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
.bn-blog-card--simple{
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.bn-blog-card--simple:hover{
  transform: none;
  box-shadow: none;
}
.bn-blog-card--simple .bn-blog-card__media{
  aspect-ratio: 16 / 10;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.bn-blog-card--simple .bn-blog-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--bn-ease);
}
.bn-blog-card--simple:hover .bn-blog-card__media img{
  transform: scale(1.04);
}
.bn-blog-card--simple .bn-blog-card__body{
  padding: 0;
}
.bn-blog-card--simple .bn-blog-card__body h3{
  font-family: var(--bn-font-serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 14px;
  color: var(--bn-text-strong);
}
.bn-blog-card--simple .bn-blog-card__body p{
  color: var(--bn-text);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 880px){
  .bn-blog-grid--simple{ grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
}
@media (max-width: 560px){
  .bn-blog-grid--simple{ grid-template-columns: 1fr; gap: 32px; }
}
