/*
Theme Name: Finesse Lab - Blocksy Child
Theme URI: https://finesselab.co.za
Description: Child theme for Blocksy that recreates the Finesse Lab layout and includes a booking template. Requires the parent Blocksy theme to be installed and active.
Author: Finesse Lab
Template: blocksy
Version: 1.0
Text Domain: finesse-lab-blocksy
*/
/* Child theme CSS - override or add your styles below */
:root{
  --accent:#e63946;
  --dark:#0b0b0b;
}
body { font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial; }
.finesse-hero { padding: 48px 16px; background-size:cover; background-position:center; color:#fff; }
.finesse-services { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
@media(min-width:768px){ .finesse-services{grid-template-columns:repeat(3,1fr)} }
