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

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

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

.bm-service-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-service-single .bm-single-frame-main{
  min-width:0;
  display:grid;
  gap:0;
}

.bm-service-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-service-single .bm-btn,
.bm-service-chip,
.bm-service-tabs a,
.bm-service-contact-list a{
  box-sizing:border-box;
}

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

.bm-service-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-service-breadcrumb a{
  color:rgba(255,255,255,.88);
  text-decoration:none;
}

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

.bm-service-hero__shell{
  position:relative;
  display:grid;
  grid-template-areas:"main actions";
  grid-template-columns:minmax(0,1.92fr) minmax(248px,.48fr);
  gap:20px;
  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-service-cover) center/cover no-repeat;
  box-shadow:var(--bm-service-shadow), inset 0 1px 0 rgba(255,255,255,.1);
}

.bm-service-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-service-hero__main,
.bm-service-hero__actions{
  position:relative;
  z-index:2;
  min-width:0;
}

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

.bm-service-hero__media{
  display:grid;
  gap:12px;
  align-content:start;
  min-width:0;
}

.bm-service-hero__featured{
  overflow:hidden;
  display:grid;
  place-items:center;
  height:clamp(264px, 25vw, 332px);
  min-height:0;
  padding:8px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08)),
    rgba(7,24,61,.3);
  box-shadow:var(--bm-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

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

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

.bm-service-hero__thumb,
.bm-service-hero__gallery-link{
  display:grid;
  place-items:center;
  min-height:52px;
  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-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
}

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

.bm-service-hero__gallery-link{
  align-content:center;
  justify-items:center;
  gap:4px;
  padding:10px;
  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-service-hero__gallery-link span{
  font-size:.78rem;
  color:rgba(255,255,255,.82);
}

.bm-service-hero__copy{
  display:grid;
  align-content:start;
  gap:10px;
  min-width:0;
  padding:6px 0 4px;
}

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

.bm-service-hero__type,
.bm-service-hero__badge,
.bm-service-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-service-hero__type{
  color:#183b74;
  background:rgba(255,255,255,.94);
}

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

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

.bm-service-hero h1{
  margin:0;
  color:#fff;
  max-width:100%;
  font-size:clamp(1.92rem, 2.3vw, 2.72rem);
  line-height:.94;
  letter-spacing:-.02em;
  overflow-wrap:anywhere;
}

.bm-service-hero__summary{
  margin:0;
  max-width:100%;
  color:rgba(255,255,255,.9);
  font-size:1rem;
  line-height:1.5;
  overflow-wrap:anywhere;
}

.bm-service-hero__meta{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(172px, 1fr));
  gap:9px;
}

.bm-service-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-service-chip span,
.bm-service-chip strong{
  min-width:0;
  overflow-wrap:anywhere;
}

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

.bm-service-chip strong{
  color:#fff;
  font-size:.94rem;
  font-weight:700;
}

.bm-service-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;
  min-width:0;
  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-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

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

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

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

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

.bm-service-panel__eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#fff;
  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-service-hero__action{
  width:100%;
  min-height:48px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  text-decoration:none;
  font-size:.92rem;
  font-weight:800;
  line-height:1.3;
  text-align:center;
}

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

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

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

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

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

.bm-service-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-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.bm-service-tabs a{
  display:inline-flex;
  align-items:center;
  min-width:0;
  max-width:100%;
  gap:10px;
  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;
}

.bm-service-tabs a:hover,
.bm-service-tabs a.is-active{
  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-service-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-service-blue-deep);
  background:linear-gradient(135deg, var(--bm-service-gold), #ffb74d);
}

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

.bm-service-layout--full{
  grid-template-columns:1fr;
}

.bm-service-content,
.bm-service-sidebar{
  min-width:0;
}

.bm-service-sidebar{
  position:sticky;
  top:14px;
}

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

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

.bm-service-stage[hidden]{
  display:none !important;
}

.bm-service-panel{
  position:relative;
  padding:22px;
  border-radius:24px;
  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-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  overflow:hidden;
}

.bm-service-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-service-panel > *{
  position:relative;
  z-index:1;
}

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

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

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

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

.bm-service-richtext > :first-child{
  margin-top:0;
}

.bm-service-richtext > :last-child{
  margin-bottom:0;
}

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

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

.bm-service-stat:nth-child(even),
.bm-service-detail-card:nth-child(even){
  background:linear-gradient(180deg, rgba(26,92,196,.14), rgba(255,185,101,.14));
}

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

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

.bm-service-detail-card strong{
  color:var(--bm-service-blue-deep);
  font-size:1rem;
  font-weight:700;
  line-height:1.45;
  overflow-wrap:anywhere;
}

.bm-service-split{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px;
}

.bm-service-panel--mini{
  min-height:100%;
}

.bm-service-token-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.bm-service-token{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  color:var(--bm-service-blue-deep);
  font-weight:700;
  background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(214,229,255,.14));
  border:1px solid rgba(255,255,255,.2);
  box-shadow:var(--bm-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
}

.bm-service-token--accent{
  color:var(--bm-service-blue-deep);
}

.bm-service-empty p{
  margin:0;
  color:#5f6e87;
  line-height:1.7;
}

.bm-service-detail-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
}

.bm-service-detail-footer{
  display:flex;
  justify-content:center;
  margin-top:20px;
}

.bm-service-detail-cta{
  min-width:min(320px, 100%);
  min-height:52px;
  border-radius:18px;
  padding:0 20px;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  justify-content:center;
  background:linear-gradient(135deg, var(--bm-service-orange), var(--bm-service-orange-deep));
}

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

.bm-service-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-service-soft-shadow);
}

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

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

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

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

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

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

.bm-service-location-copy{
  display:grid;
  gap:8px;
  margin-top:14px;
}

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

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

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

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

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

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

.bm-service-panel--mascot{
  position:relative;
  min-height:100%;
  padding-bottom:122px;
  padding-right:118px;
}

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

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

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

.bm-service-contact-list a{
  display:grid;
  gap:4px;
  padding:14px 16px;
  border-radius:18px;
  text-decoration:none;
  color:var(--bm-service-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-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
  min-width:0;
}

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

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

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

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

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

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

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

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

  .bm-service-hero__main{
    grid-template-columns:minmax(196px,228px) minmax(0,1fr);
  }

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

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

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

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

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

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

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

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

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

  .bm-service-panel--mascot{
    padding-right:104px;
  }

}

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

  .bm-service-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-service-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-service-blue-deep);
    background:linear-gradient(180deg, var(--bm-service-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-service-hero__shell{
    padding:14px;
    border-radius:24px;
  }

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

  .bm-service-hero__featured{
    height:clamp(236px, 52vw, 300px);
  }

  .bm-service-hero h1{
    font-size:1.72rem;
    max-width:100%;
  }

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

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

  .bm-service-hero__mascot{
    width:156px;
    margin:-38px 12px -18px 0;
  }

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

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

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

  .bm-service-stats,
  .bm-service-detail-grid,
  .bm-service-gallery{
    grid-template-columns:1fr 1fr;
  }

  .bm-service-split{
    grid-template-columns:1fr;
  }

  .bm-service-panel--mascot{
    padding-right:88px;
    padding-bottom:102px;
  }

  .bm-service-panel__mascot{
    width:108px;
  }

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

}

@media (max-width: 640px){
  .bm-service-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-service-single .bm-wrap{
    width:100%;
    padding:0;
  }

  .bm-service-hero__meta,
  .bm-service-contact-list--band{
    gap:10px;
  }

  .bm-service-chip{
    width:100%;
    min-width:0;
    border-radius:18px;
  }

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

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

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

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

  .bm-service-hero__actions{
    padding:16px;
    max-width:none;
  }

  .bm-service-hero__featured{
    height:clamp(212px, 62vw, 272px);
  }

  .bm-service-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-service-gallery__item.is-featured{
    grid-column:span 1;
  }

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