/*
Theme Name: SuncoastOps
Theme URI: https://www.suncoastops.com
Author: SuncoastOps
Author URI: https://www.suncoastops.com
Description: A brutalist/editorial WordPress theme for SuncoastOps — AI-powered workflow automation for service businesses.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: Proprietary
Text Domain: suncoastops
*/

:root {
    --bg: #0A0A0A;
    --bg-surface: #111111;
    --bg-elevated: #1A1A1A;
    --border: #222222;
    --text-primary: #FFFFFF;
    --text-secondary: #888888;
    --text-muted: #555555;
    --accent: #E8692C;
    --accent-hover: #F07A3C;
    --accent-glow: rgba(232, 105, 44, 0.15);
    --font-display: 'Bebas Neue', 'Impact', 'Arial Narrow', sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono: 'JetBrains Mono', 'Roboto Mono', 'Fira Code', monospace;
    --max-width: 1200px;
    --section-pad: clamp(80px, 10vw, 160px);
}

/* WordPress alignment classes */
.alignleft { float: left; margin: 0 2rem 2rem 0; }
.alignright { float: right; margin: 0 0 2rem 2rem; }
.aligncenter { display: block; margin: 0 auto 2rem; }
.alignwide { max-width: calc(var(--max-width) + 200px); margin-left: auto; margin-right: auto; }
.alignfull { max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }

img { max-width: 100%; height: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: var(--text-secondary); margin-top: 0.5rem; }
