/*
Theme Name: Second Hope Cleaning Solutions
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Second Hope Cleaning Solutions project.
Version: 1.1.2
License: GNU General Public License v2 or later
Text Domain: tmt
*/

/* Canonical design tokens — match Lovable HSL values exactly (loaded for all visitors). */
html,
:root,
#tmt-app {
  --background: 280 25% 99%;
  --foreground: 285 30% 12%;
  --card: 0 0% 100%;
  --card-foreground: 285 30% 12%;
  --popover: 0 0% 100%;
  --popover-foreground: 285 30% 12%;
  --primary: 282 52% 47%;
  --primary-foreground: 0 0% 100%;
  --secondary: 285 40% 14%;
  --secondary-foreground: 280 20% 95%;
  --muted: 282 20% 95%;
  --muted-foreground: 285 10% 42%;
  --accent: 184 87% 33%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 282 18% 90%;
  --input: 282 18% 90%;
  --ring: 282 52% 47%;
  --radius: 0.5rem;
  --section-dark: 285 42% 13%;
  --section-dark-foreground: 280 15% 92%;
  --highlight: 184 87% 33%;
  --highlight-dark: 184 87% 26%;
  --gradient-brand: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  --sidebar-background: 0 0% 98%;
  --sidebar-foreground: 240 5.3% 26.1%;
  --sidebar-primary: 240 5.9% 10%;
  --sidebar-primary-foreground: 0 0% 98%;
  --sidebar-accent: 240 4.8% 95.9%;
  --sidebar-accent-foreground: 240 5.9% 10%;
  --sidebar-border: 220 13% 91%;
  --sidebar-ring: 217.2 91.2% 59.8%;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

a,
button,
[role="button"],
summary,
label[for],
select,
.cursor-pointer {
  cursor: pointer;
}

body.admin-bar #tmt-app nav.fixed.top-0 {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app nav.fixed.top-0 {
    top: 46px;
  }
}
