/* v101: requested HOME contact layout + reliable large-logo-only sheen */
.techtrim-home .tt-visit-grid{
  display:grid!important;
  grid-template-columns:270px 270px minmax(0,1fr)!important;
  grid-template-areas:"info route map" "contacts contacts contacts"!important;
  gap:10px 12px!important; align-items:start!important; align-content:start!important;
  padding:12px!important; height:auto!important; min-height:0!important; overflow:hidden!important;
}
.techtrim-home .tt-home-info-col{grid-area:info!important}
.techtrim-home .tt-home-route-col{grid-area:route!important}
.techtrim-home .tt-map-card{grid-area:map!important}
.techtrim-home .tt-visit-contacts{grid-area:contacts!important}
.techtrim-home .tt-home-info-col,.techtrim-home .tt-home-route-col{
 display:grid!important;grid-template-rows:72px 72px!important;gap:8px!important;height:152px!important;min-height:152px!important;max-height:152px!important;
}
.techtrim-home .tt-info-button,.techtrim-home .tt-home-route-col>.tt-info-button,
.techtrim-home .tt-route-button{height:72px!important;min-height:72px!important;max-height:72px!important;box-sizing:border-box!important;margin:0!important;border-radius:10px!important}
.techtrim-home .tt-route-button{padding:7px 11px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.techtrim-home .tt-map-card{height:152px!important;min-height:152px!important;max-height:152px!important;width:100%!important;overflow:hidden!important;border-radius:14px!important;contain:layout paint!important}
.techtrim-home .tt-map-card iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;border-radius:inherit!important}
.techtrim-home .tt-visit-contacts{width:100%!important;height:auto!important;overflow:visible!important}
.techtrim-home .tt-contact-buttons{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-rows:42px!important;gap:10px!important;width:100%!important;height:42px!important}
.techtrim-home .tt-contact-buttons a{height:42px!important;min-height:42px!important;max-height:42px!important;width:100%!important;margin:0!important;padding:4px 12px!important;box-sizing:border-box!important}
/* absolutely no animation on the small header brand */
.approved-header .approved-brand,.approved-header .approved-brand *,.tt-uheader-v94 .tt-uheader-v94__brand,.tt-uheader-v94 .tt-uheader-v94__brand *{animation:none!important}
.approved-header .approved-brand::before,.approved-header .approved-brand::after,.tt-uheader-v94 .tt-uheader-v94__brand::before,.tt-uheader-v94 .tt-uheader-v94__brand::after{content:none!important;display:none!important}
/* large hero logo: alpha-clipped moving light, on every page carrying tt-v77-hero */
.techtrim-hero.tt-v77-hero{position:relative!important;overflow:hidden!important}
.techtrim-hero.tt-v77-hero>.tt-logo-sheen{display:block!important;position:absolute!important;inset:0!important;z-index:20!important;pointer-events:none!important;opacity:1!important;overflow:hidden!important;background:transparent!important;-webkit-mask:url('techtrim-logo-edge-mask-v31.png') 0 0/100% 100% no-repeat!important;mask:url('techtrim-logo-edge-mask-v31.png') 0 0/100% 100% no-repeat!important}
.techtrim-hero.tt-v77-hero>.tt-logo-sheen::before{content:""!important;display:block!important;position:absolute!important;top:0!important;bottom:0!important;left:-14%!important;width:9%!important;height:100%!important;background:linear-gradient(90deg,transparent 0%,rgba(150,215,255,.15) 25%,rgba(255,255,255,.98) 50%,rgba(135,210,255,.18) 75%,transparent 100%)!important;filter:blur(.5px)!important;mix-blend-mode:screen!important;opacity:0;animation:ttV101HeroSheen 4.8s ease-in-out infinite!important;will-change:transform,opacity!important}
.techtrim-hero.tt-v77-hero>.tt-logo-sheen::after{content:none!important;display:none!important}
@keyframes ttV101HeroSheen{0%,10%{transform:translateX(0) skewX(-12deg);opacity:0}16%{opacity:1}68%{transform:translateX(1750%) skewX(-12deg);opacity:1}76%,100%{transform:translateX(1850%) skewX(-12deg);opacity:0}}
@media(max-width:1050px){.techtrim-home .tt-visit-grid{grid-template-columns:1fr 1fr!important;grid-template-areas:"info route" "map map" "contacts contacts"!important}.techtrim-home .tt-map-card{height:220px!important;min-height:220px!important;max-height:220px!important}}
@media(max-width:680px){.techtrim-home .tt-visit-grid{grid-template-columns:1fr!important;grid-template-areas:"info" "route" "map" "contacts"!important}.techtrim-home .tt-contact-buttons{grid-template-columns:1fr 1fr!important;grid-auto-rows:42px!important;height:auto!important}.techtrim-home .tt-visit-contacts{height:auto!important}}
