
/*
Theme Name: Mitch's LLC Cleaning (v3)
Theme URI: https://example.com/mitchs-llc-cleaning
Author: ChatGPT
Description: Black & gold cleaning service theme matching the original static design, with WP-saved Booking & Contact forms.
Version: 1.0.2
License: GNU GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mitchs-llc
Tags: business, services, responsive, custom-logo, one-column, two-columns
*/

* { box-sizing: border-box; }
html, body { margin:0; padding:0; }
img { max-width:100%; height:auto; display:block; }

:root {
  --bg: #0b0b0c;
  --bg-alt: #111114;
  --gold: #C8A753;
  --gold-2: #e4c76b;
  --text: #eaeaea;
  --muted: #bdbdbd;
  --container: 1200px;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(0,0,0,.35);
}

body { background: var(--bg); color: var(--text); font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji"; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
h1,h2,h3 { line-height: 1.2; margin: 0 0 .6rem; }
h1 { font-size: clamp(28px, 4vw, 44px); }
h2 { font-size: clamp(22px, 3vw, 32px); }
h3 { font-size: clamp(18px, 2.4vw, 26px); }

.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }

.site-header { position: sticky; top:0; z-index: 50; background: linear-gradient(180deg, #0b0b0c 0%, #0b0b0cCC 100%); border-bottom: 1px solid #1e1e22; backdrop-filter: blur(6px); }
.brand-row { display:flex; align-items:center; justify-content:space-between; gap: 1rem; padding: .9rem 0; }
.brand h1 a { display:inline-flex; align-items:center; gap:.6rem; color: var(--text); text-decoration:none; }
.brand .badge { display:inline-grid; place-items:center; width:42px; height:42px; border-radius: 10px; background: linear-gradient(145deg, var(--gold), var(--gold-2)); color:#0b0b0c; font-weight: 800; box-shadow: var(--shadow); }
.nav a { color: var(--text); padding:.4rem .7rem; border-radius: 8px; }
.nav a:hover { background: #19191e; text-decoration:none; }

.hero { background: radial-gradient(1200px 600px at 80% -10%, rgba(200,167,83,.25), transparent 60%), var(--bg-alt); padding: 64px 0 36px; border-bottom: 1px solid #1e1e22; }
.hero .card { background: #0f0f13; border: 1px solid #1f1f24; border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; }
.hero .title { display:flex; flex-wrap:wrap; align-items:flex-end; gap:.7rem; }
.hero .title .line { flex: 1 0 200px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }
.hero .subtitle { color: var(--muted); margin-top:.4rem; }

.cta-row { display:flex; gap:.8rem; flex-wrap:wrap; margin-top: 18px; }
.btn { display:inline-flex; align-items:center; gap:.6rem; padding:.7rem 1rem; border-radius: 12px; background: var(--gold); color: #0b0b0c; font-weight: 700; text-decoration: none; border: none; cursor: pointer; }
.btn.secondary { background: transparent; color: var(--text); border: 1px solid #2a2a2f; }

.section { padding: 36px 0; }
.card { background: #0f0f13; border: 1px solid #1f1f24; border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px; }

.grid { display:grid; gap: 16px; }
.grid.cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
@media (max-width: 900px){ .grid.cols-3 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 640px){ .grid.cols-3 { grid-template-columns: 1fr; } }

.service { padding: 18px; border-left: 3px solid var(--gold); }
.service h3 { margin-bottom: .25rem; }
.service p { color: var(--muted); margin: 0; }

.site-footer { border-top: 1px solid #1e1e22; background: #0b0b0c; color: var(--muted); padding: 20px 0; }
.site-footer a { color: var(--gold); }

.form { display:grid; gap: 12px; }
.form label { font-weight: 600; }
.form input, .form select, .form textarea { width:100%; background:#0f0f13; color: var(--text); border:1px solid #22222a; border-radius: 10px; padding:.65rem .8rem; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--gold); }
.form .actions { display:flex; gap:.8rem; flex-wrap:wrap; }
.notice { padding:.8rem 1rem; border-radius: 10px; border: 1px solid #2a2a2f; background:#101015; }
.notice.success { border-color: #244d2c; background: #0e1a12; color: #c9f2cf; }
.notice.error { border-color: #4d2424; background: #1a0e0e; color: #f2c9c9; }

.content { display:grid; gap: 18px; }
.entry { padding: 18px; }
.wp-block { max-width: 100% !important; }
