/*
Theme Name: Kitchen Remodel San Jose
Theme URI: https://example.com
Author: Your Agency Name
Description: A colorful, creative business theme for kitchen remodeling contractors serving San Jose, CA. Built with local SEO structure in mind.
Version: 1.0
Text Domain: kr-sanjose
*/

:root {
  --primary: #1B3A6B;      /* deep teal-blue */
  --primary-dark: #10233F;
  --accent: #FF8A3D;       /* warm orange accent */
  --accent-dark: #E36F1E;
  --bg-light: #FFF8F1;
  --text-dark: #1F2937;
  --text-light: #FFFFFF;
  --radius: 14px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--text-dark);
  background: var(--bg-light);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
}

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-dark); }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.site-header {
  background: var(--text-light);
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.site-title { font-size: 22px; margin: 0; }
.site-title a { color: var(--primary); }
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: var(--text-dark);
  font-weight: 600;
  font-size: 15px;
}
.header-cta {
  background: var(--accent);
  color: var(--text-light) !important;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 700;
}
.header-cta:hover { background: var(--accent-dark); }

/* Hero */
.hero {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--text-light);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  width: 400px; height: 400px;
  background: var(--accent);
  opacity: 0.15;
  border-radius: 50%;
  right: -120px; top: -120px;
}
.hero h1 {
  color: var(--text-light);
  font-size: 42px;
  max-width: 780px;
  margin: 0 auto 18px;
}
.hero p {
  font-size: 19px;
  max-width: 620px;
  margin: 0 auto 32px;
  opacity: 0.9;
}
.btn-accent {
  display: inline-block;
  background: var(--accent);
  color: var(--text-light);
  padding: 16px 36px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 17px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn-accent:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  color: var(--text-light);
}

/* Services */
.services {
  padding: 80px 0;
}
.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 12px;
}
.section-subtitle {
  text-align: center;
  color: #6B7280;
  max-width: 560px;
  margin: 0 auto 50px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  background: var(--text-light);
  border-radius: var(--radius);
  padding: 32px 26px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  border-top: 5px solid var(--accent);
  transition: transform 0.2s ease;
}
.service-card:hover { transform: translateY(-6px); }
.service-card h3 { margin-top: 0; font-size: 20px; }
.service-card .icon {
  width: 52px; height: 52px;
  background: var(--bg-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}

/* Local area / testimonials */
.testimonials {
  background: var(--primary);
  color: var(--text-light);
  padding: 70px 0;
}
.testimonials .section-title,
.testimonials .section-subtitle { color: var(--text-light); }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 26px;
}
.testimonial-card .stars { color: var(--accent); margin-bottom: 10px; }

/* CTA band */
.cta-band {
  background: var(--accent);
  color: var(--text-light);
  text-align: center;
  padding: 60px 0;
}
.cta-band h2 { color: var(--text-light); }
.cta-band .btn-white {
  background: var(--text-light);
  color: var(--primary);
  display: inline-block;
  padding: 16px 36px;
  border-radius: 30px;
  font-weight: 700;
}

/* Footer */
.site-footer {
  background: var(--primary-dark);
  color: #D1D5DB;
  padding: 50px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 30px;
}
.footer-grid h4 { color: var(--text-light); }
.footer-grid a { color: #D1D5DB; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 18px;
  text-align: center;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 860px) {
  .services-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .main-nav { display: none; }
  .hero h1 { font-size: 30px; }
}
