/*
Theme Name: Harris Building Diagnostics
Theme URI: https://harrisbuildingdiagnostics.co.uk/
Author: Harris Building Diagnostics
Description: Editable block theme for Harris Building Diagnostics.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: harris-building-diagnostics
*/

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { text-underline-offset: .2em; }
.hbd-sticky { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.hbd-hero { min-height: 640px; }
.hbd-card { transition: transform .2s ease, box-shadow .2s ease; }
.hbd-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(14, 28, 65, .12); }
.hbd-kicker { letter-spacing: .14em; text-transform: uppercase; }
.hbd-image { min-height: 520px; }
.hbd-image img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 781px) {
  .hbd-hero { min-height: auto; }
  .hbd-image { min-height: 360px; }
}

