/* ========================================================================== */
/* Giovanni's Tree Service — HOME V34.2 cumulative micro-adjustment layer     */
/* Scope: preserve V34.1 sizing and raise the desktop/tablet header logo a    */
/* little so it no longer touches the lower frame. Mobile remains untouched.  */
/* ========================================================================== */

@media (min-width: 1181px) {
  html[data-build="public-home-v34"][data-release="public-home-v34-2"] .brand-seal .logo-light,
  html[data-build="public-home-v34"][data-release="public-home-v34-2"] .brand-seal .logo-dark {
    width: 112px !important;
    height: 112px !important;
    max-width: 112px !important;
    max-height: 112px !important;
    transform: translate(-7px, -2px) !important;
    transform-origin: center !important;
    object-fit: contain !important;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  html[data-build="public-home-v34"][data-release="public-home-v34-2"] .brand-seal .logo-light,
  html[data-build="public-home-v34"][data-release="public-home-v34-2"] .brand-seal .logo-dark {
    width: 94px !important;
    height: 94px !important;
    max-width: 94px !important;
    max-height: 94px !important;
    transform: translate(-6px, -1px) !important;
    transform-origin: center !important;
    object-fit: contain !important;
  }
}
