/*
Theme Name: Ocala TV Mounting
Theme URI: https://tvmountingocala.com
Author: Alicia Novick
Author URI: https://eliteui.com
Description: Custom luxury-style local service WordPress theme for Ocala TV Mounting.
Version: 1.0
Text Domain: ocala-tv-mounting
*/

:root {
  --bg: #ffffff;
  --bg-soft: #f8fafc;
  --text: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --dark: #020617;
  --card: #ffffff;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.bg-soft { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: #94a3b8; margin-bottom: 14px; }
.headline-xl { font-size: clamp(42px, 6vw, 72px); line-height: 1.02; letter-spacing: -0.05em; font-weight: 800; margin: 0; }
.headline-lg { font-size: clamp(32px, 4vw, 54px); line-height: 1.05; letter-spacing: -0.04em; font-weight: 800; margin: 0; }
.copy-lg { font-size: 18px; line-height: 1.85; color: var(--muted); }
.copy { font-size: 16px; line-height: 1.8; color: var(--muted); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 700; transition: .2s ease; border: 1px solid transparent; cursor: pointer; font-size: 14px; }
.btn-dark { background: var(--dark); color: #fff; }
.btn-light { background: #fff; border-color: var(--line); color: var(--text); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(226,232,240,.88); }
.header-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-title { font-size: 22px; font-weight: 800; letter-spacing: -0.04em; }
.brand-sub { margin-top: 4px; font-size: 12px; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; color: #475569; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(to bottom, #f8fafc 0%, #ffffff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 46px; align-items: center; padding: 74px 0 64px; }
.hero-copy .copy-lg { margin-top: 24px; max-width: 760px; }
.hero-gallery-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hero-gallery-grid img { width: 100%; height: 290px; object-fit: cover; border-radius: 30px; box-shadow: 0 20px 60px rgba(15,23,42,.12); }
.footer { border-top: 1px solid var(--line); background: #fff; padding: 30px 0; }
