/* MURCELL_HOME_V012_START */
.murcell-home-v012{
  --mh-navy:#202967;
  --mh-navy-dark:#0d143f;
  --mh-navy-deep:#080d2d;
  --mh-red:#e30613;
  --mh-red-dark:#b90410;
  --mh-ink:#161b35;
  --mh-copy:#687087;
  --mh-soft:#f5f7fb;
  --mh-soft-2:#eef1f8;
  --mh-line:rgba(32,41,103,.12);
  --mh-line-strong:rgba(32,41,103,.22);
  --mh-shadow:0 24px 70px rgba(19,27,74,.10);
  --mh-shadow-hover:0 32px 85px rgba(19,27,74,.17);
  --mh-radius:24px;
  color:var(--mh-ink);
  background:#fff;
  overflow:hidden;
}
.murcell-home-v012 *,
.murcell-home-v012 *::before,
.murcell-home-v012 *::after{box-sizing:border-box}
.murcell-home-v012 .container{position:relative;z-index:2}
body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-section,
body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-corporate-section,
body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-performance-section,
body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-cta-section{
  padding-top:var(--section-pt,clamp(76px,7vw,118px))!important;
  padding-bottom:var(--section-pb,clamp(76px,7vw,118px))!important;
  overflow:hidden;
}
body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-section::before{display:none!important}
.murcell-home-v012 .crafto-home-eyebrow{
  display:inline-flex!important;
  align-items:center;
  gap:10px;
  margin:0 0 18px!important;
  color:var(--mh-red)!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.16em!important;
  text-transform:uppercase;
}
.murcell-home-v012 .crafto-home-eyebrow::before{
  content:"";
  width:34px;
  height:2px;
  background:var(--mh-red);
}
body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-section-title{
  margin:0!important;
  max-width:780px;
  color:var(--mh-navy)!important;
  font-size:clamp(35px,4vw,62px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  font-weight:750!important;
}
body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-section-description{
  margin:0!important;
  max-width:650px;
  color:var(--mh-copy)!important;
  font-size:16px!important;
  line-height:1.75!important;
}
.murcell-home-v012 .murcell-home-heading{
  position:relative;
  z-index:2;
  margin-bottom:clamp(38px,5vw,68px);
}
.murcell-home-v012 .murcell-home-heading-split{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  align-items:end;
  gap:50px;
}
.murcell-home-v012 .murcell-home-heading-aside{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:22px;
}
.murcell-home-v012 .murcell-home-heading-centered{
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.murcell-home-v012 .murcell-home-heading-centered .crafto-home-eyebrow{justify-content:center}
.murcell-home-v012 .murcell-home-heading-centered .crafto-home-section-title,
.murcell-home-v012 .murcell-home-heading-centered .crafto-home-section-description{margin-left:auto!important;margin-right:auto!important}
.murcell-home-v012 .murcell-home-heading-centered .crafto-home-section-description{margin-top:22px!important}
.murcell-home-v012 .murcell-home-arrow-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--mh-navy)!important;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
}
.murcell-home-v012 .murcell-home-arrow-link i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  color:#fff;
  background:var(--mh-navy);
  transition:transform .25s ease,background .25s ease;
}
.murcell-home-v012 .murcell-home-arrow-link:hover{color:var(--mh-red)!important}
.murcell-home-v012 .murcell-home-arrow-link:hover i{transform:translateX(4px);background:var(--mh-red)}

/* Trust strip */
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-trust{
  position:relative;
  z-index:5;
  padding-top:var(--section-pt,0)!important;
  padding-bottom:var(--section-pb,0)!important;
  background:#fff!important;
  border:0!important;
}
.murcell-home-v012 .murcell-home-trust-grid{
  display:grid;
  grid-template-columns:repeat(var(--trust-count,4),minmax(0,1fr));
  margin:0;
  border:1px solid var(--mh-line);
  border-top:0;
  border-radius:0 0 22px 22px;
  background:#fff;
  box-shadow:0 18px 45px rgba(19,27,74,.08);
  overflow:hidden;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-trust-item{
  min-width:0;
  min-height:112px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:25px 24px!important;
  background:#fff!important;
  border:0!important;
  border-right:1px solid var(--mh-line)!important;
}
.murcell-home-v012 .murcell-home-trust-item:last-child{border-right:0!important}
.murcell-home-v012 .murcell-home-trust-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(145deg,var(--mh-navy),#35428d);
  box-shadow:0 12px 26px rgba(32,41,103,.20);
}
.murcell-home-v012 .murcell-home-trust-icon i{font-size:19px;color:inherit!important;background:none!important;box-shadow:none!important}
.murcell-home-v012 .murcell-home-trust-copy{min-width:0;display:flex;flex-direction:column;gap:5px}
.murcell-home-v012 .murcell-home-trust-copy strong{color:var(--mh-navy)!important;font-size:14px;line-height:1.3;font-weight:800}
.murcell-home-v012 .murcell-home-trust-copy small{color:var(--mh-copy)!important;font-size:12px;line-height:1.45}

/* Categories */
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-categories{
  position:relative;
  background:
    linear-gradient(180deg,rgba(247,248,252,.96),rgba(255,255,255,.98)),
    var(--section-bg,none)!important;
  background-size:cover!important;
  background-position:center!important;
}
.murcell-home-v012 .murcell-home-categories::after{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  right:-260px;
  top:-260px;
  border:1px solid rgba(32,41,103,.08);
  border-radius:50%;
  box-shadow:0 0 0 70px rgba(32,41,103,.025),0 0 0 140px rgba(32,41,103,.018);
}
.murcell-home-v012 .murcell-home-category-grid{
  display:grid;
  grid-template-columns:repeat(var(--murcell-cols,3),minmax(0,1fr));
  gap:20px;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-category-card{
  position:relative;
  min-height:190px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  grid-template-rows:auto 1fr;
  align-items:start;
  gap:24px 18px;
  padding:28px!important;
  border:1px solid var(--mh-line)!important;
  border-left:1px solid var(--mh-line)!important;
  border-radius:var(--mh-radius)!important;
  background:#fff!important;
  box-shadow:0 15px 45px rgba(19,27,74,.06)!important;
  overflow:hidden;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease!important;
}
.murcell-home-v012 .murcell-home-category-card::before{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:4px;
  background:linear-gradient(90deg,var(--mh-navy),var(--mh-red));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .28s ease;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-category-card:hover{
  transform:translateY(-7px);
  border-color:var(--mh-line-strong)!important;
  box-shadow:var(--mh-shadow-hover)!important;
}
.murcell-home-v012 .murcell-home-category-card:hover::before{transform:scaleX(1)}
.murcell-home-v012 .murcell-home-card-index{
  grid-column:1/-1;
  color:rgba(32,41,103,.38);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-category-icon{
  width:58px!important;
  height:58px!important;
  flex:0 0 58px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border:0!important;
  border-radius:18px!important;
  color:#fff!important;
  background:linear-gradient(145deg,var(--mh-navy),#35428d)!important;
  box-shadow:0 14px 30px rgba(32,41,103,.20)!important;
}
.murcell-home-v012 .murcell-home-category-icon i{font-size:24px;color:inherit!important}
.murcell-home-v012 .murcell-home-category-body{min-width:0;display:flex;flex-direction:column;gap:8px}
.murcell-home-v012 .murcell-home-category-body strong{color:var(--mh-navy)!important;font-size:18px;line-height:1.25;font-weight:800}
.murcell-home-v012 .murcell-home-category-body small{display:-webkit-box;color:var(--mh-copy)!important;font-size:13px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.murcell-home-v012 .murcell-home-card-arrow{
  align-self:end;
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--mh-line);
  border-radius:50%;
  color:var(--mh-navy);
  background:var(--mh-soft);
  transition:all .25s ease;
}
.murcell-home-v012 .murcell-home-category-card:hover .murcell-home-card-arrow{color:#fff;background:var(--mh-red);border-color:var(--mh-red);transform:rotate(45deg)}

/* Products */
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-products{background:#fff!important}
.murcell-home-v012 .murcell-home-products-grid-v12{
  display:grid;
  grid-template-columns:repeat(var(--murcell-cols,4),minmax(0,1fr));
  gap:22px;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-product-card{
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  border:1px solid var(--mh-line)!important;
  border-radius:var(--mh-radius)!important;
  background:#fff!important;
  box-shadow:0 16px 48px rgba(19,27,74,.07)!important;
  overflow:hidden;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease!important;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-product-card:hover{
  transform:translateY(-8px);
  border-color:var(--mh-line-strong)!important;
  box-shadow:var(--mh-shadow-hover)!important;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-product-media{
  position:relative;
  min-height:285px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px!important;
  background:
    radial-gradient(circle at 84% 15%,rgba(227,6,19,.07),transparent 32%),
    linear-gradient(145deg,#fafbfe,#eef1f8)!important;
  overflow:hidden;
}
.murcell-home-v012 .murcell-home-product-media::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-85px;
  bottom:-85px;
  border:1px solid rgba(32,41,103,.09);
  border-radius:50%;
  box-shadow:0 0 0 30px rgba(32,41,103,.025),0 0 0 60px rgba(32,41,103,.015);
}
.murcell-home-v012 .murcell-home-product-media img{
  position:relative;
  z-index:2;
  width:100%!important;
  height:220px!important;
  object-fit:contain!important;
  object-position:center!important;
  transition:transform .35s ease;
}
.murcell-home-v012 .murcell-home-product-card:hover .murcell-home-product-media img{transform:scale(1.055)}
.murcell-home-v012 .murcell-home-product-fallback{
  position:relative;
  z-index:2;
  width:118px;
  height:118px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:34px;
  color:#fff;
  background:linear-gradient(145deg,var(--mh-navy),#35428d);
  box-shadow:0 24px 50px rgba(32,41,103,.25);
}
.murcell-home-v012 .murcell-home-product-fallback i{font-size:50px;color:inherit!important}
.murcell-home-v012 .murcell-home-product-number{
  position:absolute!important;
  z-index:3;
  top:20px!important;
  left:20px!important;
  right:auto!important;
  bottom:auto!important;
  padding:0!important;
  color:rgba(32,41,103,.38)!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  border:0!important;
  background:transparent!important;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-product-model{
  position:absolute!important;
  z-index:3;
  top:18px!important;
  right:18px!important;
  left:auto!important;
  bottom:auto!important;
  padding:8px 11px!important;
  border:1px solid rgba(32,41,103,.10)!important;
  border-radius:999px!important;
  color:var(--mh-navy)!important;
  background:rgba(255,255,255,.86)!important;
  backdrop-filter:blur(8px);
  font-size:10px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.05em!important;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-product-copy{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:26px 26px 28px!important;
}
.murcell-home-v012 .murcell-home-product-category{
  margin:0 0 9px!important;
  color:var(--mh-red)!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.10em!important;
  text-transform:uppercase;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-product-copy h3{margin:0 0 12px!important;font-size:20px!important;line-height:1.28!important}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-product-copy h3 a{color:var(--mh-navy)!important;font-weight:800!important}
.murcell-home-v012 .murcell-home-product-copy p{
  display:-webkit-box;
  margin:0 0 22px!important;
  color:var(--mh-copy)!important;
  font-size:13px!important;
  line-height:1.65!important;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.murcell-home-v012 .murcell-home-product-link{margin-top:auto!important;display:inline-flex!important;align-items:center;gap:9px;font-size:12px!important;font-weight:800!important}

/* Corporate */
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-corporate{
  position:relative;
  background:
    linear-gradient(115deg,rgba(8,13,45,.98),rgba(32,41,103,.95)),
    var(--corporate-bg,none)!important;
  background-size:cover!important;
  background-position:center!important;
  border:0!important;
}
.murcell-home-v012 .murcell-home-corporate::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(90deg,#000,transparent 75%);
}
.murcell-home-v012 .murcell-home-corporate-shell{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  align-items:center;
  gap:clamp(48px,7vw,105px);
}
.murcell-home-v012 .murcell-home-corporate-media{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:36px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:32px;
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
  box-shadow:0 35px 90px rgba(0,0,0,.25);
  overflow:hidden;
}
.murcell-home-v012 .murcell-home-corporate-grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:34px 34px;
}
.murcell-home-v012 .murcell-home-corporate-main{
  position:relative;
  z-index:2;
  width:100%;
  height:490px;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 28px 32px rgba(0,0,0,.30));
}
.murcell-home-v012 .murcell-home-corporate-logo{position:relative;z-index:2;max-width:70%;max-height:170px;object-fit:contain;filter:brightness(0) invert(1)}
.murcell-home-v012 .murcell-home-corporate-wordmark{position:relative;z-index:2;color:#fff;font-size:clamp(48px,8vw,104px);font-weight:900;letter-spacing:-.06em;text-transform:uppercase}
.murcell-home-v012 .murcell-home-corporate-badge{
  position:absolute;
  z-index:3;
  left:28px;
  bottom:28px;
  display:flex;
  align-items:center;
  gap:14px;
  min-width:230px;
  padding:15px 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  background:rgba(8,13,45,.78);
  backdrop-filter:blur(12px);
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.murcell-home-v012 .murcell-home-corporate-badge img{width:46px;height:46px;object-fit:contain}
.murcell-home-v012 .murcell-home-corporate-badge span{display:flex;flex-direction:column;gap:3px}
.murcell-home-v012 .murcell-home-corporate-badge small{color:rgba(255,255,255,.66);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.murcell-home-v012 .murcell-home-corporate-badge strong{color:#fff;font-size:16px;font-weight:800}
.murcell-home-v012 .murcell-home-corporate-copy{position:relative;z-index:2}
.murcell-home-v012 .murcell-home-corporate-copy .crafto-home-eyebrow{color:#fff!important;opacity:.85}
.murcell-home-v012 .murcell-home-corporate-copy .crafto-home-eyebrow::before{background:var(--mh-red)}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-corporate-copy .crafto-home-section-title{color:#fff!important;font-size:clamp(38px,4.4vw,66px)!important}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-corporate-copy .crafto-home-section-description{margin-top:24px!important;color:rgba(255,255,255,.72)!important}
.murcell-home-v012 .murcell-home-corporate-list{margin:34px 0 38px;border-top:1px solid rgba(255,255,255,.12)}
.murcell-home-v012 .murcell-home-corporate-list-item{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.murcell-home-v012 .murcell-home-corporate-list-item span{color:var(--mh-red);font-size:10px;font-weight:900;letter-spacing:.10em}
.murcell-home-v012 .murcell-home-corporate-list-item strong{color:#fff;font-size:14px;line-height:1.45;font-weight:650}
.murcell-home-v012 .murcell-home-primary-button{display:inline-flex!important;align-items:center;gap:10px!important;padding-left:27px!important;padding-right:27px!important;background:var(--mh-red)!important;border-color:var(--mh-red)!important}
.murcell-home-v012 .murcell-home-primary-button:hover{background:#fff!important;border-color:#fff!important;color:var(--mh-navy)!important}

/* Services */
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-services{background:linear-gradient(180deg,#f6f8fc,#fff)!important}
.murcell-home-v012 .murcell-home-services-grid{display:grid;grid-template-columns:repeat(var(--murcell-cols,4),minmax(0,1fr));gap:22px}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-service-card{
  position:relative;
  min-height:360px;
  display:flex!important;
  flex-direction:column;
  padding:28px!important;
  border:1px solid var(--mh-line)!important;
  border-radius:var(--mh-radius)!important;
  background:#fff!important;
  box-shadow:0 16px 48px rgba(19,27,74,.06)!important;
  overflow:hidden;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease!important;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-service-card:hover{transform:translateY(-8px);border-color:var(--mh-line-strong)!important;box-shadow:var(--mh-shadow-hover)!important}
.murcell-home-v012 .murcell-home-service-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:34px}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-service-icon{
  width:58px!important;
  height:58px!important;
  flex:0 0 58px!important;
  display:flex!important;
  align-items:center;
  justify-content:center;
  border-radius:18px!important;
  color:#fff!important;
  background:linear-gradient(145deg,var(--mh-navy),#35428d)!important;
  box-shadow:0 14px 30px rgba(32,41,103,.20)!important;
}
.murcell-home-v012 .murcell-home-service-icon i{font-size:24px;color:inherit!important}
.murcell-home-v012 .murcell-home-service-index{color:rgba(32,41,103,.35);font-size:11px;font-weight:800;letter-spacing:.12em}
.murcell-home-v012 .murcell-home-service-image{height:150px;margin:-12px -12px 25px;overflow:hidden;border-radius:17px;background:var(--mh-soft)}
.murcell-home-v012 .murcell-home-service-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.murcell-home-v012 .murcell-home-service-card:hover .murcell-home-service-image img{transform:scale(1.06)}
.murcell-home-v012 .murcell-home-service-copy{display:flex;flex:1;flex-direction:column}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-service-copy h3{margin:0 0 14px!important;color:var(--mh-navy)!important;font-size:21px!important;line-height:1.25!important;font-weight:800!important}
.murcell-home-v012 .murcell-home-service-copy p{display:-webkit-box;margin:0 0 24px!important;color:var(--mh-copy)!important;font-size:13px!important;line-height:1.68!important;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.murcell-home-v012 .murcell-home-service-copy .crafto-home-text-link{margin-top:auto!important;display:inline-flex!important;align-items:center;gap:9px;font-size:12px!important;font-weight:800!important}

/* Quality */
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-quality{
  position:relative;
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(245,247,251,.96)),
    var(--quality-bg,none)!important;
  background-size:cover!important;
  background-position:center!important;
}
.murcell-home-v012 .murcell-home-quality-shell{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(44px,7vw,100px);align-items:start}
.murcell-home-v012 .murcell-home-quality-intro{position:sticky;top:130px;padding:40px 40px 44px;border-radius:30px;background:linear-gradient(145deg,var(--mh-navy-deep),var(--mh-navy));box-shadow:0 30px 75px rgba(13,20,63,.22);overflow:hidden}
.murcell-home-v012 .murcell-home-quality-intro::after{content:"";position:absolute;width:240px;height:240px;right:-110px;bottom:-110px;border:1px solid rgba(255,255,255,.10);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.025),0 0 0 70px rgba(255,255,255,.015)}
.murcell-home-v012 .murcell-home-quality-intro .crafto-home-eyebrow{position:relative;z-index:2;color:#fff!important;opacity:.85}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-quality-intro .crafto-home-section-title{position:relative;z-index:2;color:#fff!important;font-size:clamp(34px,3.5vw,52px)!important}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-quality-intro .crafto-home-section-description{position:relative;z-index:2;margin-top:22px!important;color:rgba(255,255,255,.70)!important}
.murcell-home-v012 .murcell-home-quality-mark{position:absolute;right:18px;bottom:-35px;color:rgba(255,255,255,.04);font-size:190px;line-height:1;font-weight:900}
.murcell-home-v012 .murcell-home-quality-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-quality-card{
  min-height:235px;
  display:flex!important;
  flex-direction:column;
  align-items:flex-start!important;
  gap:22px!important;
  padding:28px!important;
  border:1px solid var(--mh-line)!important;
  border-radius:var(--mh-radius)!important;
  background:#fff!important;
  box-shadow:0 15px 45px rgba(19,27,74,.06)!important;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease!important;
}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-quality-card:hover{transform:translateY(-7px);border-color:var(--mh-line-strong)!important;box-shadow:var(--mh-shadow-hover)!important}
.murcell-home-v012 .murcell-home-quality-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:16px;color:#fff;background:linear-gradient(145deg,var(--mh-navy),#35428d);box-shadow:0 14px 28px rgba(32,41,103,.19)}
.murcell-home-v012 .murcell-home-quality-icon i{font-size:21px;color:inherit!important;background:none!important;box-shadow:none!important}
.murcell-home-v012 .murcell-home-quality-copy small{display:block;margin-bottom:9px;color:rgba(32,41,103,.38);font-size:10px;font-weight:800;letter-spacing:.12em}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-quality-copy h3{margin:0 0 10px!important;color:var(--mh-navy)!important;font-size:18px!important;line-height:1.28!important;font-weight:800!important}
.murcell-home-v012 .murcell-home-quality-copy p{margin:0!important;color:var(--mh-copy)!important;font-size:13px!important;line-height:1.65!important}

/* Clients */
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-clients{padding-top:var(--section-pt,42px)!important;padding-bottom:var(--section-pb,42px)!important;background:#fff!important;border-top:1px solid var(--mh-line)!important;border-bottom:1px solid var(--mh-line)!important}
.murcell-home-v012 .murcell-home-clients-shell{display:grid;grid-template-columns:minmax(180px,.32fr) minmax(0,1.68fr);align-items:center;gap:40px}
.murcell-home-v012 .murcell-home-clients-label{color:var(--mh-navy);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.murcell-home-v012 .murcell-home-clients-grid{display:grid;grid-template-columns:repeat(var(--client-count,6),minmax(0,1fr));align-items:center;gap:16px}
.murcell-home-v012 .murcell-home-client-logo{height:74px;display:flex!important;align-items:center;justify-content:center;padding:15px;border:1px solid transparent;border-radius:16px;transition:border-color .25s ease,background .25s ease}
.murcell-home-v012 .murcell-home-client-logo:hover{border-color:var(--mh-line);background:var(--mh-soft)}
.murcell-home-v012 .murcell-home-client-logo img{max-width:100%!important;max-height:42px!important;object-fit:contain;filter:grayscale(1);opacity:.58;transition:filter .25s ease,opacity .25s ease,transform .25s ease}
.murcell-home-v012 .murcell-home-client-logo:hover img{filter:none;opacity:1;transform:scale(1.04)}

/* Performance */
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-performance{position:relative;background:#fff!important}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-performance-panel{
  position:relative;
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);
  align-items:center;
  gap:clamp(42px,6vw,85px);
  padding:clamp(38px,5vw,72px)!important;
  border:0!important;
  border-radius:34px!important;
  background:linear-gradient(135deg,var(--mh-navy-deep),var(--mh-navy))!important;
  box-shadow:0 36px 90px rgba(13,20,63,.24)!important;
  overflow:hidden;
}
.murcell-home-v012 .murcell-home-performance-panel::before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px)!important;background-size:45px 45px!important}
.murcell-home-v012 .murcell-home-performance-copy{position:relative;z-index:2}
.murcell-home-v012 .murcell-home-performance-copy .crafto-home-performance-kicker{display:inline-flex;margin-bottom:18px;color:#fff!important;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;opacity:.72}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-performance-copy h2{margin:0!important;color:#fff!important;font-size:clamp(34px,3.8vw,54px)!important;line-height:1.04!important;letter-spacing:-.045em!important;font-weight:760!important}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-performance-copy p{margin:22px 0 0!important;color:rgba(255,255,255,.68)!important;font-size:15px!important;line-height:1.72!important}
.murcell-home-v012 .murcell-home-performance-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-performance-card{position:relative;min-height:160px;padding:23px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:20px!important;background:rgba(255,255,255,.07)!important;backdrop-filter:blur(8px);box-shadow:none!important;overflow:hidden}
.murcell-home-v012 .murcell-home-performance-index{display:block;margin-bottom:15px;color:rgba(255,255,255,.38);font-size:10px;font-weight:800;letter-spacing:.12em}
.murcell-home-v012 .murcell-home-performance-value{display:flex;align-items:flex-start;margin-bottom:8px;line-height:1}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-performance-value strong{color:#fff!important;font-size:44px!important;line-height:.95!important;font-weight:850!important;letter-spacing:-.055em!important}
.murcell-home-v012 .murcell-home-performance-value b{margin:2px 0 0 3px;color:var(--mh-red);font-size:18px;font-weight:850}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-performance-card>span:last-child{color:rgba(255,255,255,.68)!important;font-size:12px;line-height:1.4}

/* Blog */
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-blog{background:linear-gradient(180deg,#f7f8fc,#fff)!important}
.murcell-home-v012 .murcell-home-blog-grid{display:grid;grid-template-columns:repeat(var(--murcell-cols,3),minmax(0,1fr));gap:22px}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-blog-card{height:100%;display:flex;flex-direction:column;border:1px solid var(--mh-line)!important;border-radius:var(--mh-radius)!important;background:#fff!important;box-shadow:0 16px 48px rgba(19,27,74,.06)!important;overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease!important}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-blog-card:hover{transform:translateY(-8px);border-color:var(--mh-line-strong)!important;box-shadow:var(--mh-shadow-hover)!important}
.murcell-home-v012 .murcell-home-blog-media{position:relative;height:235px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--mh-navy-deep),var(--mh-navy));overflow:hidden}
.murcell-home-v012 .murcell-home-blog-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.murcell-home-v012 .murcell-home-blog-card:hover .murcell-home-blog-media img{transform:scale(1.055)}
.murcell-home-v012 .murcell-home-blog-fallback{width:82px;height:82px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:24px;color:#fff;background:rgba(255,255,255,.08)}
.murcell-home-v012 .murcell-home-blog-fallback i{font-size:34px;color:inherit!important}
.murcell-home-v012 .murcell-home-blog-category{position:absolute;left:18px;bottom:18px;padding:8px 11px;border-radius:999px;color:var(--mh-navy);background:rgba(255,255,255,.90);backdrop-filter:blur(8px);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.murcell-home-v012 .murcell-home-blog-copy{flex:1;display:flex;flex-direction:column;padding:26px 27px 29px}
.murcell-home-v012 .murcell-home-blog-copy>small{display:block;margin-bottom:10px;color:var(--mh-red);font-size:10px;font-weight:800;letter-spacing:.07em}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-blog-copy h3{margin:0 0 13px!important;font-size:21px!important;line-height:1.3!important}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-blog-copy h3 a{color:var(--mh-navy)!important;font-weight:800!important}
.murcell-home-v012 .murcell-home-blog-copy p{display:-webkit-box;margin:0 0 22px!important;color:var(--mh-copy)!important;font-size:13px!important;line-height:1.65!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.murcell-home-v012 .murcell-home-blog-copy .crafto-home-text-link{margin-top:auto!important;display:inline-flex!important;align-items:center;gap:9px;font-size:12px!important;font-weight:800!important}

/* CTA */
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-cta-section{position:relative;background:#fff!important}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-cta{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) auto;
  align-items:center;
  gap:50px;
  padding:clamp(42px,5vw,70px)!important;
  border:0!important;
  border-radius:34px!important;
  background:
    linear-gradient(120deg,rgba(8,13,45,.98),rgba(32,41,103,.94)),
    var(--cta-bg,none)!important;
  background-size:cover!important;
  background-position:center!important;
  box-shadow:0 34px 85px rgba(13,20,63,.22)!important;
  overflow:hidden;
}
.murcell-home-v012 .murcell-home-cta::before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px)!important;background-size:45px 45px!important}
.murcell-home-v012 .murcell-home-cta-mark{position:absolute;right:20px;bottom:-75px;color:rgba(255,255,255,.035);font-size:250px;line-height:1;font-weight:900}
.murcell-home-v012 .murcell-home-cta-copy,.murcell-home-v012 .murcell-home-cta-actions{position:relative;z-index:2}
.murcell-home-v012 .murcell-home-cta-copy .crafto-home-eyebrow{color:#fff!important;opacity:.78}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-cta-copy h2{margin:0!important;max-width:820px;color:#fff!important;font-size:clamp(36px,4vw,58px)!important;line-height:1.04!important;letter-spacing:-.045em!important;font-weight:760!important}
body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-cta-copy p{margin:20px 0 0!important;max-width:720px;color:rgba(255,255,255,.68)!important;font-size:15px!important;line-height:1.72!important}
.murcell-home-v012 .murcell-home-cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}
.murcell-home-v012 .murcell-home-cta-actions .btn{display:inline-flex!important;align-items:center;justify-content:center;gap:10px;white-space:nowrap}
.murcell-home-v012 .murcell-home-cta-actions .btn-base-color{background:var(--mh-red)!important;border-color:var(--mh-red)!important}
.murcell-home-v012 .murcell-home-cta-actions .btn-base-color:hover{background:#fff!important;border-color:#fff!important;color:var(--mh-navy)!important}

@media (max-width:1199px){
  .murcell-home-v012 .murcell-home-heading-split{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:34px}
  .murcell-home-v012 .murcell-home-category-grid{--murcell-cols:2!important}
  .murcell-home-v012 .murcell-home-products-grid-v12{--murcell-cols:2!important}
  .murcell-home-v012 .murcell-home-services-grid{--murcell-cols:2!important}
  .murcell-home-v012 .murcell-home-corporate-shell{gap:55px}
  .murcell-home-v012 .murcell-home-corporate-media{min-height:500px}
  .murcell-home-v012 .murcell-home-corporate-main{height:430px}
  .murcell-home-v012 .murcell-home-clients-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:991px){
  body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-section,
  body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-corporate-section,
  body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-performance-section,
  body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-cta-section{padding-top:var(--section-pt,76px)!important;padding-bottom:var(--section-pb,76px)!important}
  .murcell-home-v012 .murcell-home-heading-split{grid-template-columns:1fr;align-items:start;gap:22px}
  .murcell-home-v012 .murcell-home-heading-aside{max-width:680px}
  .murcell-home-v012 .murcell-home-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:0 0 18px 18px}
  .murcell-home-v012 .murcell-home-trust-item:nth-child(2n){border-right:0!important}
  .murcell-home-v012 .murcell-home-trust-item:nth-child(-n+2){border-bottom:1px solid var(--mh-line)!important}
  .murcell-home-v012 .murcell-home-corporate-shell{grid-template-columns:1fr}
  .murcell-home-v012 .murcell-home-corporate-media{min-height:470px}
  .murcell-home-v012 .murcell-home-corporate-main{height:400px}
  .murcell-home-v012 .murcell-home-quality-shell{grid-template-columns:1fr;gap:35px}
  .murcell-home-v012 .murcell-home-quality-intro{position:relative;top:auto}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-performance-panel{grid-template-columns:1fr}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-cta{grid-template-columns:1fr;gap:32px}
  .murcell-home-v012 .murcell-home-cta-actions{justify-content:flex-start}
  .murcell-home-v012 .murcell-home-blog-grid{--murcell-cols:2!important}
  .murcell-home-v012 .murcell-home-blog-card:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 11px);width:100%;justify-self:center}
  .murcell-home-v012 .murcell-home-clients-shell{grid-template-columns:1fr;gap:18px}
}
@media (max-width:767px){
  body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-section,
  body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-corporate-section,
  body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-performance-section,
  body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-cta-section{padding-top:var(--section-pt,64px)!important;padding-bottom:var(--section-pb,64px)!important}
  .murcell-home-v012 .crafto-home-eyebrow{margin-bottom:14px!important;font-size:10px!important}
  .murcell-home-v012 .crafto-home-eyebrow::before{width:25px}
  body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-section-title{font-size:clamp(31px,10vw,44px)!important}
  body[class*="murcell-brand"] .murcell-home-v012 .crafto-home-section-description{font-size:14px!important;line-height:1.68!important}
  .murcell-home-v012 .murcell-home-heading{margin-bottom:34px}
  .murcell-home-v012 .murcell-home-trust-grid{grid-template-columns:1fr;border-radius:0 0 16px 16px}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-trust-item{min-height:88px;padding:20px 18px!important;border-right:0!important;border-bottom:1px solid var(--mh-line)!important}
  .murcell-home-v012 .murcell-home-trust-item:last-child{border-bottom:0!important}
  .murcell-home-v012 .murcell-home-trust-icon{width:42px;height:42px;flex-basis:42px;border-radius:13px}
  .murcell-home-v012 .murcell-home-category-grid,
  .murcell-home-v012 .murcell-home-products-grid-v12,
  .murcell-home-v012 .murcell-home-services-grid,
  .murcell-home-v012 .murcell-home-blog-grid{grid-template-columns:1fr!important}
  .murcell-home-v012 .murcell-home-category-card{min-height:170px}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-product-media{min-height:260px}
  .murcell-home-v012 .murcell-home-product-media img{height:205px!important}
  .murcell-home-v012 .murcell-home-corporate-media{min-height:360px;padding:22px;border-radius:24px}
  .murcell-home-v012 .murcell-home-corporate-main{height:320px}
  .murcell-home-v012 .murcell-home-corporate-badge{left:18px;right:18px;bottom:18px;min-width:0}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-corporate-copy .crafto-home-section-title{font-size:clamp(32px,10vw,46px)!important}
  .murcell-home-v012 .murcell-home-quality-intro{padding:32px 27px 36px;border-radius:24px}
  .murcell-home-v012 .murcell-home-quality-grid{grid-template-columns:1fr}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-quality-card{min-height:0}
  .murcell-home-v012 .murcell-home-clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-performance-panel{padding:32px 24px!important;border-radius:26px!important}
  .murcell-home-v012 .murcell-home-performance-grid{grid-template-columns:1fr}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-performance-card{min-height:135px}
  .murcell-home-v012 .murcell-home-blog-card:last-child:nth-child(odd){grid-column:auto;max-width:none}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-cta{padding:34px 25px!important;border-radius:26px!important}
  .murcell-home-v012 .murcell-home-cta-actions{display:grid;width:100%;grid-template-columns:1fr}
  .murcell-home-v012 .murcell-home-cta-actions .btn{width:100%}
}
@media (max-width:479px){
  .murcell-home-v012 .murcell-home-category-card{grid-template-columns:auto 1fr;gap:18px 14px;padding:24px!important}
  .murcell-home-v012 .murcell-home-card-arrow{position:absolute;right:20px;bottom:20px}
  .murcell-home-v012 .murcell-home-category-body{padding-right:42px}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-product-copy{padding:23px 22px 25px!important}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-service-card{min-height:330px;padding:24px!important}
  .murcell-home-v012 .murcell-home-corporate-media{min-height:315px}
  .murcell-home-v012 .murcell-home-corporate-main{height:275px}
  .murcell-home-v012 .murcell-home-corporate-badge{padding:12px 14px}
  .murcell-home-v012 .murcell-home-corporate-badge img{width:38px;height:38px}
  .murcell-home-v012 .murcell-home-clients-grid{gap:8px}
  .murcell-home-v012 .murcell-home-client-logo{height:62px;padding:10px}
  body[class*="murcell-brand"] .murcell-home-v012 .murcell-home-performance-value strong{font-size:38px!important}
}
@media (prefers-reduced-motion:reduce){
  .murcell-home-v012 *,
  .murcell-home-v012 *::before,
  .murcell-home-v012 *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
/* MURCELL_HOME_V012_END */
