/* Eden Prairie Building Cleaning — Theme A: Direct & Operational */
/* commercialbuildingcleaningedenprairie.com */

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

:root {
  --primary:      #0d2b45;
  --accent:       #e85c2a;
  --accent-light: #fdf0eb;
  --bg:           #f8f8f6;
  --text:         #1e1e1e;
  --muted:        #555555;
  --border:       #d0ccc4;
  --white:        #ffffff;
}

html { font-size: 16px; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
}

/* ── HEADER ───────────────────────────── */
.site-header {
  background: #2c2c2c;
  color: var(--white);
  padding: 0;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 20px;
  gap: 16px;
  flex-wrap: wrap;
}
.brand-block { display: flex; flex-direction: column; gap: 2px; }
.brand-name {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.brand-strapline {
  font-size: 0.78rem;
  color: #b0b0b0;
  letter-spacing: 0.03em;
}
.header-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.header-phone {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--accent);
  text-decoration: none;
}
.header-hours { font-size: 0.75rem; color: #aaa; }

/* ── NAV ──────────────────────────────── */
.site-nav {
  background: var(--primary);
  border-top: 3px solid var(--accent);
}
.site-nav ul {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.site-nav a {
  display: block;
  color: #c8d8e8;
  text-decoration: none;
  font-size: 0.85rem;
  padding: 10px 14px;
  transition: background 0.15s, color 0.15s;
}
.site-nav a:hover, .site-nav a[aria-current="page"] {
  background: rgba(232,92,42,0.18);
  color: var(--white);
}

/* ── HERO / ABOVE FOLD ────────────────── */
.hero {
  background: var(--primary);
  color: var(--white);
  padding: 52px 20px 44px;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}
.hero-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.hero h1 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
}
.hero-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #c0cfd8;
  margin-bottom: 24px;
}
.cta-bar { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  padding: 13px 28px;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.15s;
}
.btn-primary:hover { background: #c94d1e; }
.btn-secondary {
  display: inline-block;
  border: 2px solid #c8d8e8;
  color: #c8d8e8;
  font-size: 0.92rem;
  padding: 11px 22px;
  text-decoration: none;
  border-radius: 0;
  transition: border-color 0.15s, color 0.15s;
}
.btn-secondary:hover { border-color: var(--white); color: var(--white); }

/* ── QUOTE FORM (above fold) ─────────── */
.quote-form-card {
  background: var(--white);
  padding: 28px 24px 24px;
  border-top: 4px solid var(--accent);
}
.quote-form-card h2 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 4px;
}
.form-note { font-size: 0.78rem; color: var(--muted); margin-bottom: 16px; }
.form-group { margin-bottom: 12px; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--primary); margin-bottom: 4px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid var(--border);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  color: var(--text);
  background: var(--white);
  border-radius: 0;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--primary); }
.form-group textarea { resize: vertical; height: 72px; }
.form-submit {
  width: 100%;
  background: var(--accent);
  color: var(--white);
  border: none;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  padding: 13px;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.15s;
}
.form-submit:hover { background: #c94d1e; }
.form-callback { font-size: 0.74rem; color: var(--muted); margin-top: 8px; text-align: center; }
.form-status { display: none; margin-top: 12px; padding: 10px 12px; font-size: 0.85rem; border: 1px solid transparent; }
.form-status.is-visible { display: block; }
.form-status.is-success { background: #eaf6ec; border-color: #a9d9b2; color: #1f6b30; }
.form-status.is-error { background: #fbeceb; border-color: #eab3ae; color: #a3271e; }
.form-submit[disabled] { opacity: 0.6; cursor: not-allowed; }

/* ── MAIN CONTENT ─────────────────────── */
main { max-width: 1100px; margin: 0 auto; padding: 52px 20px; }

/* ── SECTION LABELS ───────────────────── */
.section-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
.section-heading {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-heading-sm {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 10px;
}

/* ── SERVICE GRID ─────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.service-card {
  background: var(--white);
  border-left: 4px solid var(--accent);
  padding: 24px 20px;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.service-card h3 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 8px;
}
.service-card p { font-size: 0.88rem; color: var(--muted); margin-bottom: 12px; }
.service-card a { font-size: 0.82rem; color: var(--accent); text-decoration: none; font-weight: 700; }
.service-card a:hover { text-decoration: underline; }

/* ── TOWNS GRID ───────────────────────── */
.towns-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.town-link {
  display: block;
  padding: 10px 14px;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--primary);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  transition: border-color 0.15s, background 0.15s;
}
.town-link:hover { border-color: var(--accent); background: var(--accent-light); }

/* ── TRUST BAR ────────────────────────── */
.trust-bar {
  background: var(--primary);
  color: var(--white);
  padding: 32px 20px;
}
.trust-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.trust-stat-num {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--accent);
  display: block;
}
.trust-stat-label { font-size: 0.8rem; color: #a0b8cc; }

/* ── TABLES ───────────────────────────── */
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin-top: 16px;
}
.data-table th {
  background: var(--primary);
  color: var(--white);
  text-align: left;
  padding: 10px 14px;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
}
.data-table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.data-table tr:nth-child(even) td { background: var(--white); }
.data-table tr:nth-child(odd) td { background: var(--bg); }

/* ── PROCESS STEPS ────────────────────── */
.process-steps { margin-top: 24px; }
.process-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  margin-bottom: 28px;
  align-items: start;
}
.step-num {
  background: var(--accent);
  color: var(--white);
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step-body h3 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 4px;
}
.step-body p { font-size: 0.9rem; color: var(--muted); }

/* ── CONTENT SECTIONS ─────────────────── */
.content-section { margin-bottom: 48px; }
.content-section p { margin-bottom: 14px; color: var(--text); }
.content-section h2 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 12px;
  margin-top: 36px;
}
.content-section h3 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 8px;
  margin-top: 24px;
}
.content-section ul, .content-section ol { margin-left: 20px; margin-bottom: 14px; }
.content-section li { margin-bottom: 6px; font-size: 0.95rem; }

/* ── CTA BAND ─────────────────────────── */
.cta-band {
  background: var(--accent);
  color: var(--white);
  padding: 40px 20px;
  text-align: center;
}
.cta-band h2 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 8px;
}
.cta-band p { margin-bottom: 20px; font-size: 0.95rem; opacity: 0.92; }
.btn-white {
  display: inline-block;
  background: var(--white);
  color: var(--accent);
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  padding: 13px 28px;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.15s;
}
.btn-white:hover { background: var(--bg); }

/* ── INLINE QUOTE FORM (interior pages) ─ */
.page-hero {
  background: var(--primary);
  color: var(--white);
  padding: 40px 20px 36px;
}
.page-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.page-hero h1 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}
.page-hero p { font-size: 0.95rem; color: #b0c8da; }

/* ── BREADCRUMB ───────────────────────── */
.breadcrumb {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 8px 20px;
  font-size: 0.78rem;
  color: var(--muted);
}
.breadcrumb-inner { max-width: 1100px; margin: 0 auto; }
.breadcrumb a { color: var(--primary); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ── TWO-COL LAYOUT ───────────────────── */
.two-col { display: grid; grid-template-columns: 1fr 340px; gap: 52px; align-items: start; }
.sidebar-card {
  background: var(--white);
  border-top: 4px solid var(--accent);
  border: 1px solid var(--border);
  border-top: 4px solid var(--accent);
  padding: 24px;
}
.sidebar-card h3 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 12px;
}
.sidebar-card .sidebar-phone {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--accent);
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}
.sidebar-card p { font-size: 0.85rem; color: var(--muted); margin-bottom: 12px; }
.sidebar-links { list-style: none; }
.sidebar-links li { border-bottom: 1px solid var(--border); }
.sidebar-links a {
  display: block;
  padding: 8px 0;
  font-size: 0.85rem;
  color: var(--primary);
  text-decoration: none;
}
.sidebar-links a:hover { color: var(--accent); }

/* ── RESOURCE ARTICLE ─────────────────── */
.article-body { max-width: 720px; }
.article-body p { margin-bottom: 16px; }
.article-body h2 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--primary);
  margin-top: 36px;
  margin-bottom: 12px;
}
.article-body h3 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: var(--primary);
  margin-top: 24px;
  margin-bottom: 8px;
}
.article-body ul, .article-body ol { margin-left: 20px; margin-bottom: 16px; }
.article-body li { margin-bottom: 6px; }

/* ── FOOTER ───────────────────────────── */
.site-footer {
  background: #1a1a1a;
  color: #888;
  padding: 40px 20px 24px;
  font-size: 0.82rem;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.footer-col h4 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  color: #bbb;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer-col p { margin-bottom: 6px; line-height: 1.6; }
.footer-col a { color: #888; text-decoration: none; display: block; margin-bottom: 4px; }
.footer-col a:hover { color: #ccc; }
.footer-col .footer-phone { color: var(--accent); font-weight: 700; font-size: 1rem; }
.footer-bottom {
  border-top: 1px solid #2a2a2a;
  padding-top: 20px;
  text-align: center;
  font-size: 0.76rem;
  color: #555;
}
.footer-years { color: #888; }

/* ── RESPONSIVE ───────────────────────── */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .towns-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .hero h1 { font-size: 1.5rem; }
  .header-top { flex-direction: column; align-items: flex-start; }
  .header-contact { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
