.bm-company-single{
  --bm-company-blue: #123d97;
  --bm-company-blue-deep: #0a2a6e;
  --bm-company-blue-soft: #2387ea;
  --bm-company-orange: #ff7b13;
  --bm-company-orange-deep: #d95a00;
  --bm-company-gold: #ffd36d;
  --bm-company-surface: rgba(227,237,255,.18);
  --bm-company-surface-strong: rgba(255,255,255,.22);
  --bm-company-border: rgba(255,255,255,.28);
  --bm-company-shadow: 0 28px 52px rgba(9,24,61,.24);
  --bm-company-soft-shadow: 0 18px 34px rgba(10,28,73,.14);
  padding: 18px 0 30px;
  color: #12345f;
  position: relative;
  overflow-x: clip;
}

.bm-company-single::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,211,109,.16), transparent 26%),
    radial-gradient(circle at bottom left, rgba(35,135,234,.14), transparent 28%);
  pointer-events: none;
}

.bm-company-single .bm-wrap{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  z-index: 1;
}

.bm-company-single .bm-single-frame-shell{
  display: grid;
  grid-template-columns: var(--bm-frame-rail-width) minmax(0, 1fr) var(--bm-frame-rail-width);
  gap: var(--bm-frame-shell-gap);
  align-items: start;
}

.bm-company-single .bm-single-frame-main{
  min-width: 0;
  display: grid;
  gap: 0;
}

.bm-company-single .bm-single-frame-shell > .bm-home-stage__side{
  position: sticky;
  top: calc(var(--bm-header-height, 0px) + 14px);
  min-height: 0;
  height: auto;
}

.bm-single-mobile-pro{
  display: none;
}

.bm-single-mobile-pro__carousel{
  overflow: hidden;
}

.bm-single-mobile-pro__slide[hidden]{
  display: none !important;
}

.bm-company-single .bm-btn,
.bm-company-chip,
.bm-company-tabs a,
.bm-company-contact-list a{
  box-sizing: border-box;
}

.bm-company-hero{
  margin-bottom: 16px;
}

.bm-company-breadcrumb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: rgba(255,255,255,.84);
  font-size: .8rem;
  overflow-wrap: anywhere;
}

.bm-company-breadcrumb a{
  color: rgba(255,255,255,.86);
  text-decoration: none;
}

.bm-company-breadcrumb strong{
  color: #fff;
}

.bm-company-hero__shell{
  position: relative;
  display: grid;
  grid-template-areas: "main actions";
  grid-template-columns: minmax(0, 1.86fr) minmax(248px, .5fr);
  gap: 18px;
  padding: 18px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  background:
    radial-gradient(circle at top right, rgba(255,211,109,.24), transparent 30%),
    linear-gradient(126deg, rgba(7,31,82,.95), rgba(18,74,176,.88) 55%, rgba(255,123,19,.76)),
    var(--bm-company-cover) center/cover no-repeat;
  box-shadow: var(--bm-company-shadow), inset 0 1px 0 rgba(255,255,255,.1);
}

.bm-company-hero__shell::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(6,18,49,.12), rgba(6,18,49,.02) 42%, rgba(255,255,255,.06));
  pointer-events: none;
}

.bm-company-hero__main,
.bm-company-hero__actions{
  position: relative;
  z-index: 2;
  min-width: 0;
}

.bm-company-hero__main{
  grid-area: main;
  display: grid;
  grid-template-columns: minmax(248px, 314px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.bm-company-hero__media{
  display: grid;
  gap: 12px;
  min-width: 0;
}

.bm-company-hero__featured{
  overflow: hidden;
  min-height: 318px;
  padding: 10px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08)),
    rgba(7,24,61,.3);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--bm-company-soft-shadow), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bm-company-hero__featured img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.bm-company-hero__strip{
  display: grid;
  grid-template-columns: repeat(var(--bm-company-strip-cols, 4), minmax(0, 1fr));
  gap: 10px;
}

.bm-company-hero__thumb,
.bm-company-hero__gallery-link{
  display: grid;
  place-items: center;
  min-height: 86px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08)),
    rgba(7,24,61,.26);
  box-shadow: var(--bm-company-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
}

.bm-company-hero__thumb img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-company-hero__gallery-link{
  align-content: center;
  justify-items: center;
  gap: 4px;
  padding: 12px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at top right, rgba(255,211,109,.2), transparent 48%),
    linear-gradient(135deg, rgba(18,61,151,.72), rgba(255,123,19,.58));
}

.bm-company-hero__gallery-link strong,
.bm-company-hero__gallery-link span{
  display: block;
  overflow-wrap: anywhere;
}

.bm-company-hero__gallery-link span{
  color: rgba(255,255,255,.82);
  font-size: .78rem;
}

.bm-company-hero__copy{
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
  padding: 8px 4px 8px 0;
}

.bm-company-hero__eyebrow{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bm-company-hero__type,
.bm-company-hero__badge,
.bm-company-hero__tier{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}

.bm-company-hero__type{
  color: #183b74;
  background: rgba(255,255,255,.94);
}

.bm-company-hero__badge{
  color: #fff;
  background: linear-gradient(135deg, rgba(255,123,19,.98), rgba(214,84,0,.86));
}

.bm-company-hero__tier{
  color: var(--bm-company-blue-deep);
  background: linear-gradient(135deg, var(--bm-company-gold), #ffb74d);
}

.bm-company-hero h1{
  margin: 0;
  color: #fff;
  font-size: clamp(1.94rem, 2.2vw, 2.66rem);
  line-height: .95;
  overflow-wrap: anywhere;
}

.bm-company-hero__summary{
  margin: 0;
  max-width: 620px;
  color: rgba(255,255,255,.92);
  font-size: 1.02rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.bm-company-hero__meta{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bm-company-chip{
  display: grid;
  gap: 4px;
  min-height: 38px;
  min-width: 0;
  max-width: 100%;
  padding: 12px 14px;
  border-radius: 18px;
  color: #eef4ff;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}

.bm-company-chip span,
.bm-company-chip strong{
  min-width: 0;
  overflow-wrap: anywhere;
}

.bm-company-chip span{
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(236,244,255,.76);
}

.bm-company-chip strong{
  color: #fff;
  font-weight: 700;
}

.bm-company-hero__actions{
  grid-area: actions;
  display: grid;
  align-content: start;
  gap: 12px;
  width: 100%;
  max-width: 344px;
  justify-self: end;
  padding: 16px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    rgba(8,31,79,.18);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: var(--bm-company-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
  box-sizing: border-box;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bm-company-hero__mascot{
  position: absolute;
  left: auto;
  right: clamp(252px, 22vw, 344px);
  bottom: 16px;
  z-index: 4;
  width: min(170px, 12.8vw);
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 18px 24px rgba(7, 21, 52, .28));
}

.bm-company-hero__actions-head{
  display: grid;
  gap: 8px;
  margin-bottom: 2px;
}

.bm-company-hero__actions-head h2{
  margin: 0;
  color: #fff;
  font-size: 1.32rem;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.bm-company-hero__actions-head p{
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.5;
}

.bm-company-single .bm-btn.bm-company-hero__action{
  min-height: 48px;
  width: 100%;
  border-radius: 16px;
  font-size: .92rem;
  font-weight: 800;
  padding: 12px 18px;
  box-sizing: border-box;
  white-space: normal;
  text-align: center;
  line-height: 1.3;
}

.bm-company-single .bm-company-hero__action--primary{
  color: #fff;
  background: linear-gradient(135deg, rgba(255,130,23,.98), rgba(219,92,0,.88));
}

.bm-company-single .bm-company-hero__action--whatsapp{
  color: #fff;
  background: linear-gradient(135deg, rgba(25,191,107,.98), rgba(12,143,74,.9));
}

.bm-company-single .bm-company-hero__action--ghost{
  color: var(--bm-company-blue-deep);
  background: rgba(255,255,255,.94);
}

.bm-company-single .bm-company-hero__action--ghost-alt{
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.2);
}

.bm-company-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(201,222,255,.12)),
    rgba(11,45,109,.16);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: var(--bm-company-soft-shadow), inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bm-company-tabs a{
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  color: #f5f9ff;
  background: linear-gradient(180deg, rgba(18,61,151,.5), rgba(8,34,88,.38));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  overflow-wrap: anywhere;
  transition: background .22s ease, transform .22s ease, box-shadow .22s ease;
  cursor: pointer;
}

.bm-company-tabs a.is-active,
.bm-company-tabs a:hover{
  color: #fff;
  background: linear-gradient(135deg, rgba(255,123,19,.96), rgba(18,61,151,.84));
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 14px 26px rgba(9,24,61,.18), inset 0 1px 0 rgba(255,255,255,.12);
  transform: translateY(-1px);
}

.bm-company-tabs em{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  font-style: normal;
  font-size: .72rem;
  color: var(--bm-company-blue-deep);
  background: linear-gradient(135deg, var(--bm-company-gold), #ffb74d);
}

.bm-company-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.68fr) minmax(300px, .82fr);
  gap: 20px;
  align-items: start;
}

.bm-company-content{
  min-width: 0;
}

.bm-company-stage{
  display: none;
  gap: 18px;
}

.bm-company-stage.is-active{
  display: grid;
}

.bm-company-panel{
  position: relative;
  padding: 22px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.26), rgba(213,229,255,.18)),
    rgba(11,45,109,.12);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: var(--bm-company-soft-shadow), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.bm-company-panel::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(35,135,234,.08), rgba(255,123,19,.06) 72%);
  pointer-events: none;
}

.bm-company-panel > *{
  position: relative;
  z-index: 1;
}

.bm-company-panel[id]{
  scroll-margin-top: 18px;
}

.bm-company-panel__head{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
  min-width: 0;
}

.bm-company-panel__head > *{
  min-width: 0;
}

.bm-company-panel__head h2{
  margin: 4px 0 0;
  color: var(--bm-company-blue-deep);
  font-size: clamp(1.22rem, 1.5vw, 1.55rem);
  overflow-wrap: anywhere;
}

.bm-company-panel__head a,
.bm-company-panel__count{
  font-size: .86rem;
  font-weight: 700;
  color: var(--bm-company-blue);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.bm-company-panel__eyebrow{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(255,123,19,.84), rgba(255,179,77,.72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
}

.bm-company-richtext{
  display: grid;
  gap: 12px;
  color: #27456e;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.bm-company-richtext p{
  margin: 0;
}

.bm-company-stats{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bm-company-stat{
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(26,92,196,.14), rgba(255,185,101,.14));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: var(--bm-company-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bm-company-stat strong{
  display: block;
  margin-bottom: 6px;
  color: var(--bm-company-blue-deep);
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1;
}

.bm-company-stat span{
  display: block;
  color: #4b648b;
  font-size: .86rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.bm-company-services{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bm-company-service{
  display: grid;
  gap: 8px;
  align-content: center;
  min-width: 0;
  min-height: 74px;
  padding: 14px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17,72,171,.14), rgba(255,145,40,.14));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: var(--bm-company-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bm-company-service h3{
  margin: 0;
  color: var(--bm-company-blue-deep);
  font-size: 1.06rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.bm-company-services__footer{
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.bm-company-services__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 260px);
  min-height: 48px;
  border-radius: 16px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(255,130,23,.98), rgba(219,92,0,.88));
  box-shadow: 0 16px 30px rgba(217,90,0,.24);
}

.bm-company-gallery{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bm-company-gallery__item{
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--bm-company-soft-shadow);
}

.bm-company-gallery__item img{
  display: block;
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
  transition: transform .32s ease;
}

.bm-company-gallery__item.is-featured{
  grid-column: span 2;
}

.bm-company-gallery__item.is-featured img{
  aspect-ratio: 16 / 10.4;
}

.bm-company-gallery__item:hover img{
  transform: scale(1.04);
}

.bm-company-reviews{
  display: grid;
  gap: 14px;
}

.bm-company-review{
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(198,219,255,.14));
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: var(--bm-company-soft-shadow);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bm-company-review__avatar{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--bm-company-blue), var(--bm-company-orange));
}

.bm-company-review__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  margin-bottom: 8px;
  min-width: 0;
}

.bm-company-review__meta strong{
  color: var(--bm-company-blue-deep);
  overflow-wrap: anywhere;
}

.bm-company-review__meta span{
  color: #6d7f9b;
  font-size: .84rem;
}

.bm-company-review__body p{
  margin: 0;
  color: #425b80;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.bm-company-map{
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--bm-company-soft-shadow);
}

.bm-company-map iframe{
  display: block;
  width: 100%;
  min-height: 340px;
  border: 0;
}

.bm-company-location__copy{
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.bm-company-location__copy p{
  margin: 0;
  color: #425b80;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.bm-company-sidebar{
  display: grid;
  gap: 18px;
  position: sticky;
  top: 14px;
  min-width: 0;
}

.bm-company-panel--sidebar{
  position: static;
}

.bm-company-panel--mascot{
  position: relative;
  min-height: 100%;
  padding-bottom: 132px;
}

.bm-company-panel--mascot-regla{
  padding-right: 132px;
}

.bm-company-panel__mascot{
  position: absolute;
  right: 8px;
  bottom: -4px;
  display: block;
  width: min(140px, 46%);
  z-index: 2;
  opacity: .98;
  pointer-events: none;
  filter: drop-shadow(0 18px 24px rgba(7, 21, 52, .22));
}

.bm-company-list{
  display: grid;
  gap: 12px;
  margin: 0;
}

.bm-company-list div{
  display: grid;
  gap: 4px;
}

.bm-company-list dt{
  margin: 0;
  color: #6c7f98;
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.bm-company-list dd{
  margin: 0;
  color: var(--bm-company-blue-deep);
  line-height: 1.45;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.bm-company-contact-list{
  display: grid;
  gap: 10px;
}

.bm-company-contact-band{
  margin-top: 18px;
}

.bm-company-contact-list--band{
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.bm-company-contact-list a{
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  text-decoration: none;
  color: var(--bm-company-blue-deep);
  background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(214,229,255,.14));
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: var(--bm-company-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
  min-width: 0;
}

.bm-company-contact-list span{
  font-size: .76rem;
  font-weight: 700;
  color: #6c7f98;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.bm-company-contact-list strong{
  font-size: .94rem;
  min-width: 0;
  overflow-wrap: anywhere;
}

.bm-company-panel--accent{
  background: linear-gradient(160deg, rgba(9,40,102,.94), rgba(20,92,198,.78) 56%, rgba(255,123,19,.72));
  color: #fff;
  box-shadow: 0 24px 44px rgba(10,28,73,.22);
}

.bm-company-panel--accent .bm-company-panel__eyebrow{
  color: #fff;
  background: rgba(255,255,255,.16);
}

.bm-company-panel--accent .bm-company-panel__head h2,
.bm-company-panel--accent p{
  color: #fff;
  overflow-wrap: anywhere;
}

.bm-company-sidebar__actions{
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.bm-company-sidebar__actions .bm-btn{
  box-sizing: border-box;
  white-space: normal;
  text-align: center;
  line-height: 1.3;
}

.bm-company-empty{
  padding: 18px;
  border-radius: 18px;
  color: #49617f;
  line-height: 1.55;
  background: rgba(247,249,255,.88);
  border: 1px dashed rgba(18,61,151,.18);
}

@media (max-width: 1220px){
  .bm-company-single .bm-single-frame-shell{
    grid-template-columns: 1fr;
  }

  .bm-company-single .bm-single-frame-main{
    order: 1;
  }

  .bm-company-single .bm-single-frame-shell > .bm-home-stage__side{
    position: relative;
    top: auto;
  }

  .bm-company-single .bm-single-frame-shell > .bm-home-stage__side--left{
    order: 2;
  }

  .bm-company-single .bm-single-frame-shell > .bm-home-stage__side--right{
    order: 3;
  }

  .bm-company-hero__shell{
    grid-template-columns: minmax(0, 1fr) 272px;
  }

  .bm-company-hero__main{
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  }

  .bm-company-layout{
    grid-template-columns: minmax(0, 1.45fr) 320px;
  }

  .bm-company-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bm-company-contact-list--band{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bm-company-hero__mascot{
    width: 150px;
  }
}

@media (max-width: 1080px){
  .bm-company-hero__shell,
  .bm-company-layout{
    grid-template-columns: 1fr;
  }

  .bm-company-hero__shell{
    grid-template-areas:
      "main"
      "mascot"
      "actions";
  }

  .bm-company-hero__main{
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  }

  .bm-company-sidebar{
    position: static;
  }

  .bm-company-contact-list--band{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bm-company-hero__mascot{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 94px;
    margin: -18px 14px -6px 0;
    justify-self: end;
    align-self: start;
    display: block;
  }

  .bm-company-panel--mascot-regla{
    padding-right: 118px;
  }
}

@media (max-width: 820px){
  .bm-company-single{
    padding-top: 12px;
  }

  .bm-company-single .bm-single-frame-shell > .bm-home-stage__side{
    display: none;
  }

  .bm-single-mobile-pro{
    display: grid;
    gap: 10px;
    margin: 0 0 14px;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.2);
    background:
      radial-gradient(circle at top right, rgba(255,211,109,.18), transparent 38%),
      linear-gradient(160deg, rgba(9,37,90,.82), rgba(19,71,168,.62) 52%, rgba(255,123,19,.34));
    box-shadow: var(--bm-company-soft-shadow);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .bm-single-mobile-pro__head{
    display: grid;
    gap: 4px;
  }

  .bm-single-mobile-pro__eyebrow{
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--bm-company-blue-deep);
    background: linear-gradient(180deg, var(--bm-company-gold), #ffb74d);
  }

  .bm-single-mobile-pro__head h2{
    margin: 0;
    color: #fff;
    font-size: .96rem;
    line-height: 1.12;
  }

  .bm-single-mobile-pro__slides{
    position: relative;
  }

  .bm-single-mobile-pro__slide{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
  }

  .bm-single-mobile-pro__card{
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 6px;
    min-width: 0;
    height: 100%;
    padding: 7px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
    background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
    box-shadow: 0 14px 26px rgba(6,18,49,.18);
  }

  .bm-single-mobile-pro__media{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 1.34/1;
    background: rgba(255,255,255,.12);
  }

  .bm-single-mobile-pro__media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .bm-single-mobile-pro__badge{
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 3px 7px;
    border-radius: 999px;
    font-size: .58rem;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, rgba(255,123,19,.98), rgba(214,84,0,.86));
  }

  .bm-single-mobile-pro__body{
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 4px;
    min-width: 0;
    min-height: 66px;
  }

  .bm-single-mobile-pro__label{
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255,255,255,.74);
  }

  .bm-single-mobile-pro__body strong{
    font-size: .72rem;
    line-height: 1.12;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .bm-single-mobile-pro__body p{
    margin: 0;
    font-size: .6rem;
    line-height: 1.2;
    color: rgba(255,255,255,.82);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .bm-company-hero__shell{
    padding: 14px;
    border-radius: 24px;
  }

  .bm-company-hero__main{
    grid-template-columns: 1fr;
  }

  .bm-company-hero__featured{
    min-height: 260px;
  }

  .bm-company-hero h1{
    font-size: 1.74rem;
  }

  .bm-company-hero__meta{
    grid-template-columns: 1fr;
  }

  .bm-company-hero__strip{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bm-company-hero__mascot{
    width: 160px;
    margin: -38px 12px -18px 0;
  }

  .bm-company-tabs{
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }

  .bm-company-tabs a{
    flex: none;
  }

  .bm-company-panel{
    padding: 18px;
  }

  .bm-company-services,
  .bm-company-gallery{
    grid-template-columns: 1fr 1fr;
  }

  .bm-company-sidebar{
    grid-template-columns: 1fr;
  }

  .bm-company-contact-list--band{
    grid-template-columns: 1fr 1fr;
  }

  .bm-company-panel--mascot{
    padding-bottom: 104px;
  }

  .bm-company-panel--mascot-regla{
    padding-right: 92px;
  }

  .bm-company-panel__mascot{
    width: 110px;
  }

  .bm-company-gallery__item.is-featured{
    grid-column: span 2;
  }
}

@media (max-width: 600px){
  .bm-company-single .bm-single-frame-shell > .bm-home-stage__side{
    display: none;
  }

  .bm-single-mobile-pro__slide{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .bm-company-single .bm-wrap{
    width: 100%;
    padding: 0;
  }

  .bm-company-hero__meta,
  .bm-company-panel__head{
    gap: 10px;
  }

  .bm-company-chip{
    width: 100%;
    border-radius: 18px;
  }

  .bm-company-hero__actions{
    padding: 16px;
  }

  .bm-company-services__cta{
    width: 100%;
  }

  .bm-company-panel__head{
    flex-direction: column;
  }

  .bm-company-stats,
  .bm-company-services,
  .bm-company-gallery,
  .bm-company-hero__strip,
  .bm-company-contact-list--band{
    grid-template-columns: 1fr;
  }

  .bm-company-panel--mascot-regla{
    padding-right: 18px;
    padding-bottom: 30px;
    overflow: visible;
    z-index: 6;
  }

  .bm-company-hero__featured{
    min-height: 220px;
  }

  .bm-company-panel__mascot{
    right: 8px;
    bottom: -34px;
    width: 128px;
    z-index: 12;
  }

  .bm-company-hero__mascot{
    width: 142px;
    margin: -34px 10px -18px 0;
  }

  .bm-single-mobile-pro__body strong{
    font-size: .68rem;
  }

  .bm-single-mobile-pro__body p{
    font-size: .58rem;
  }

  .bm-company-gallery__item.is-featured{
    grid-column: span 1;
  }

  .bm-company-review{
    grid-template-columns: 1fr;
  }

  .bm-company-review__avatar{
    width: 48px;
    height: 48px;
  }

  .bm-company-map iframe{
    min-height: 280px;
  }
}


/* Codex microfase: legibilidad y visor interno de imagen destacada. */
.bm-company-hero__featured[data-bm-lightbox-trigger]{
  cursor:zoom-in;
}

.bm-company-breadcrumb,
.bm-company-hero__summary,
.bm-company-chip span,
.bm-company-chip strong,
.bm-company-panel__eyebrow,
.bm-company-panel__head h2,
.bm-company-panel__head a,
.bm-company-panel__count,
.bm-company-richtext,
.bm-company-richtext p,
.bm-company-richtext li,
.bm-company-empty p,
.bm-company-list dt,
.bm-company-list dd,
.bm-company-contact-list a span{
  text-shadow:0 1px 4px rgba(3,20,58,.85);
}

.bm-company-hero__summary{
  font-size:.96rem !important;
}

.bm-company-chip span,
.bm-company-panel__eyebrow,
.bm-company-list dt,
.bm-company-contact-list a span{
  font-size:.85rem !important;
}

.bm-company-chip strong,
.bm-company-richtext,
.bm-company-richtext p,
.bm-company-richtext li,
.bm-company-list dd,
.bm-company-empty p{
  font-size:.92rem !important;
}

.bm-company-single .bm-service-detail-description{
  margin-top:18px;
}

.bm-single-lightbox-open{
  overflow:hidden;
}

.bm-single-lightbox[hidden]{
  display:none !important;
}

.bm-single-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:clamp(16px, 3vw, 36px);
}

.bm-single-lightbox__backdrop{
  position:absolute;
  inset:0;
  background:rgba(5, 14, 38, .82);
  backdrop-filter:blur(6px);
}

.bm-single-lightbox__dialog{
  position:relative;
  z-index:1;
  width:min(96vw, 1180px);
  max-height:92vh;
  display:grid;
  gap:12px;
  justify-items:center;
}

.bm-single-lightbox__image{
  width:auto;
  max-width:100%;
  max-height:calc(92vh - 56px);
  border-radius:20px;
  box-shadow:0 18px 60px rgba(0,0,0,.45);
  background:#08142b;
}

.bm-single-lightbox__close{
  justify-self:end;
  width:44px;
  height:44px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-size:1.75rem;
  line-height:1;
  cursor:pointer;
}

@media (max-width: 768px){
  .bm-company-hero__summary,
  .bm-company-chip strong,
  .bm-company-richtext,
  .bm-company-richtext p,
  .bm-company-richtext li,
  .bm-company-list dd,
  .bm-company-empty p{
    font-size:.88rem !important;
  }

  .bm-company-chip span,
  .bm-company-panel__eyebrow,
  .bm-company-list dt,
  .bm-company-contact-list a span{
    font-size:.82rem !important;
  }
}


/* Codex microfase: correccion visual de paneles y ajuste leve del hero. */
.bm-company-panel__eyebrow,
.bm-company-panel__head h2,
.bm-company-panel__head a,
.bm-company-panel__count,
.bm-company-richtext,
.bm-company-richtext p,
.bm-company-richtext li,
.bm-company-empty p,
.bm-company-list dt,
.bm-company-list dd,
.bm-company-contact-list a span{
  text-shadow:none !important;
}

.bm-company-panel__head h2{
  color:#17345f !important;
  font-size:clamp(1.08rem, 1.35vw, 1.15rem) !important;
}

.bm-company-panel__eyebrow,
.bm-company-panel__count,
.bm-company-list dt,
.bm-company-contact-list a span{
  color:#35557f !important;
  font-size:.9rem !important;
  font-weight:700 !important;
}

.bm-company-richtext,
.bm-company-richtext p,
.bm-company-richtext li,
.bm-company-list dd,
.bm-company-empty p{
  color:#17345f !important;
  font-size:.92rem !important;
  font-weight:500 !important;
}

.bm-company-hero h1{
  font-size:clamp(1.7rem, 2.25vw, 2.55rem) !important;
}

.bm-company-hero__summary{
  font-size:1.03rem !important;
}

.bm-company-breadcrumb,
.bm-company-chip span{
  font-size:.86rem !important;
}

@media (max-width: 768px){
  .bm-company-panel__head h2{
    font-size:1.05rem !important;
  }

  .bm-company-panel__eyebrow,
  .bm-company-panel__count,
  .bm-company-list dt,
  .bm-company-contact-list a span{
    font-size:.88rem !important;
  }

  .bm-company-richtext,
  .bm-company-richtext p,
  .bm-company-richtext li,
  .bm-company-list dd,
  .bm-company-empty p{
    font-size:.89rem !important;
  }

  .bm-company-hero h1{
    font-size:1.86rem !important;
  }

  .bm-company-hero__summary{
    font-size:.98rem !important;
  }

  .bm-company-breadcrumb,
  .bm-company-chip span{
    font-size:.85rem !important;
  }
}
