/* =============================================================================
   Alabama Signature Homes — services/_service_page
   =============================================================================

   Shared by the two service templates that use it: services/show (generic) and
   services/roofing. The underscore marks it as not mirroring a view path —
   there is no app/views/services/_service_page.html.php.

   services/house_plans does not load this; it is its own shape.

   Same house rules as main.css — no nesting, flat selectors, media queries
   inside the layer that owns them. Everything is wrapped in @layer: an
   unlayered rule would outrank even the utilities layer.
   ========================================================================== */

@layer pages {
  .service-page {
    position: relative;
  }

  .service-page .gallery > li {
    height: 100%;
  }
}
