/* ==========================================================
   Kanza Construction & Landscaping LLC — Brand Stylesheet
   Navy #1B3A5C · Wheat Gold #D4A017 · Rust #B5502D
   Charcoal #2B2B28 · Cream #F5EFE0 · Leaf Green #4B7A3C
   Headings: Georgia · Body: Arial/Helvetica
   ========================================================== */

:root {
  --navy: #1B3A5C;
  --navy-dark: #142c47;
  --gold: #D4A017;
  --rust: #B5502D;
  --charcoal: #2B2B28;
  --cream: #F5EFE0;
  --cream-light: #FBF8F0;
  --green: #4B7A3C;
  --white: #FFFFFF;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
  font-size: 17px;
}

img { max-width: 100%; height: auto; }

h1, h2, h3, h4 { font-family: var(--serif); color: var(--navy); line-height: 1.2; }

a { color: var(--navy); }

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy-dark);
  color: var(--cream);
  font-size: 14px;
  padding: 7px 0;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.topbar a { color: var(--gold); text-decoration: none; font-weight: bold; }
.topbar .badge { color: var(--cream); }
.topbar .badge::before { content: "★ "; color: var(--gold); }

/* ---------- Header / Nav ---------- */
header.site-header {
  background: var(--navy);
  border-bottom: 4px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand img { width: 62px; height: 62px; }
.brand .brand-text { color: var(--cream); font-family: var(--serif); }
.brand .brand-name { font-size: 20px; letter-spacing: 0.5px; display: block; }
.brand .brand-tag { font-size: 12px; color: var(--gold); letter-spacing: 1.5px; text-transform: uppercase; display: block; }

nav.main-nav { display: flex; align-items: center; gap: 26px; }
nav.main-nav a {
  color: var(--cream);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: 0.5px;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}
nav.main-nav a:hover { border-bottom-color: var(--gold); }
nav.main-nav a.active { color: var(--gold); border-bottom-color: var(--gold); }
nav.main-nav a.nav-cta {
  background: var(--gold);
  color: var(--navy);
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 4px;
  border-bottom: none;
}
nav.main-nav a.nav-cta:hover { background: var(--cream); }

.nav-toggle {
  display: none;
  background: none;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-size: 22px;
  padding: 4px 12px;
  border-radius: 4px;
  cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(rgba(20, 44, 71, 0.92), rgba(27, 58, 92, 0.96)), var(--navy);
  color: var(--cream);
  text-align: center;
  padding: 80px 20px 90px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 14px;
  background:
    repeating-linear-gradient(90deg, var(--gold) 0 40px, transparent 40px 80px);
  opacity: 0.9;
}
.hero .hero-logo { width: 150px; height: 150px; margin-bottom: 24px; }
.hero h1 {
  color: var(--cream);
  font-size: clamp(30px, 5vw, 48px);
  margin-bottom: 14px;
}
.hero .tagline {
  font-family: var(--serif);
  color: var(--gold);
  font-size: clamp(18px, 3vw, 24px);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero p.sub {
  max-width: 720px;
  margin: 0 auto 34px;
  font-size: 18px;
  color: #e8e2d2;
}
.btn-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 4px;
  font-family: var(--serif);
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.btn-gold { background: var(--gold); color: var(--navy); font-weight: bold; border: 2px solid var(--gold); }
.btn-gold:hover { background: transparent; color: var(--gold); }
.btn-outline { border: 2px solid var(--cream); color: var(--cream); }
.btn-outline:hover { background: var(--cream); color: var(--navy); }
.btn-rust { background: var(--rust); color: var(--cream); border: 2px solid var(--rust); font-weight: bold; }
.btn-rust:hover { background: transparent; color: var(--rust); }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--cream-light); border-bottom: 1px solid #e5dcc3; }
.trustbar .container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 18px 20px;
  font-family: var(--serif);
  color: var(--navy);
  font-size: 16px;
}
.trustbar span::before { content: "★ "; color: var(--gold); }

/* ---------- Sections ---------- */
section.section { padding: 70px 0; }
section.section.alt { background: var(--cream-light); }
section.section.navy { background: var(--navy); color: var(--cream); }
section.section.navy h2, section.section.navy h3 { color: var(--cream); }

.section-heading { text-align: center; margin-bottom: 46px; }
.section-heading .kicker {
  font-family: var(--serif);
  color: var(--rust);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.section-heading h2 { font-size: clamp(26px, 4vw, 36px); }
.section-heading .rule {
  width: 80px; height: 3px; background: var(--gold);
  margin: 16px auto 0; border: none;
}

/* ---------- Cards ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.card {
  background: var(--white);
  border: 1px solid #e5dcc3;
  border-top: 4px solid var(--gold);
  border-radius: 6px;
  padding: 28px 24px;
  box-shadow: 0 2px 8px rgba(27, 58, 92, 0.06);
}
.card h3 { font-size: 21px; margin-bottom: 12px; }
.card ul { list-style: none; margin-top: 8px; }
.card ul li { padding: 5px 0 5px 24px; position: relative; font-size: 16px; }
.card ul li::before {
  content: "✦";
  color: var(--green);
  position: absolute;
  left: 2px;
}
.card .card-icon { font-size: 30px; margin-bottom: 10px; display: block; }
.card a.card-link {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--serif);
  color: var(--rust);
  text-decoration: none;
  font-weight: bold;
}
.card a.card-link:hover { text-decoration: underline; }

/* ---------- Feature list (why us) ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature .f-icon {
  flex: 0 0 52px;
  height: 52px;
  background: var(--navy);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 2px solid var(--gold);
}
.feature h3 { font-size: 19px; margin-bottom: 6px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--rust);
  color: var(--cream);
  text-align: center;
  padding: 55px 20px;
}
.cta-band h2 { color: var(--cream); font-size: clamp(24px, 4vw, 34px); margin-bottom: 12px; }
.cta-band p { max-width: 640px; margin: 0 auto 26px; }
.cta-band .btn-gold:hover { background: var(--cream); color: var(--navy); border-color: var(--cream); }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  background: var(--navy);
  color: var(--cream);
  text-align: center;
  padding: 55px 20px;
  border-bottom: 4px solid var(--gold);
}
.page-hero h1 { color: var(--cream); font-size: clamp(28px, 4.5vw, 42px); margin-bottom: 10px; }
.page-hero p { color: var(--gold); font-family: var(--serif); letter-spacing: 1px; }

/* ---------- Services page ---------- */
.service-block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 36px;
  padding: 44px 0;
  border-bottom: 1px solid #e5dcc3;
  align-items: start;
}
.service-block:last-child { border-bottom: none; }
.service-block .sb-head h2 { font-size: 26px; margin-bottom: 10px; }
.service-block .sb-head .sb-icon { font-size: 40px; display: block; margin-bottom: 10px; }
.service-block .sb-head p { font-size: 16px; color: #55534c; }
.service-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px 24px;
}
.sb-badge {
  display: inline-block;
  background: var(--navy);
  color: var(--gold);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.service-list li {
  background: var(--white);
  border: 1px solid #e5dcc3;
  border-left: 4px solid var(--green);
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
}

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
  align-items: center;
}
.about-grid img { width: 100%; }
.about-grid p { margin-bottom: 16px; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

/* ---------- Contact / form ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  align-items: start;
}
.quote-form {
  background: var(--white);
  border: 1px solid #e5dcc3;
  border-top: 5px solid var(--gold);
  border-radius: 6px;
  padding: 34px 30px;
  box-shadow: 0 3px 12px rgba(27, 58, 92, 0.08);
}
.quote-form h2 { margin-bottom: 6px; }
.quote-form .form-sub { font-size: 15px; color: #55534c; margin-bottom: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-family: var(--serif);
  color: var(--navy);
  font-size: 15px;
  margin-bottom: 5px;
}
.field label .req { color: var(--rust); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cfc6ab;
  border-radius: 4px;
  font-family: var(--sans);
  font-size: 16px;
  background: var(--cream-light);
  color: var(--charcoal);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid var(--gold);
  border-color: var(--gold);
}
.quote-form button {
  width: 100%;
  padding: 15px;
  background: var(--rust);
  color: var(--cream);
  border: none;
  border-radius: 4px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.quote-form button:hover { background: #9c4425; }
.quote-form .privacy-note { font-size: 13px; color: #77746a; margin-top: 12px; text-align: center; }

.contact-info h2 { margin-bottom: 18px; }
.info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.info-item .i-icon {
  flex: 0 0 46px;
  height: 46px;
  background: var(--navy);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.info-item h3 { font-size: 18px; margin-bottom: 2px; }
.info-item a { color: var(--rust); font-weight: bold; text-decoration: none; font-size: 18px; }
.info-item a:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--navy-dark);
  color: #cfc9b8;
  padding: 55px 0 0;
  border-top: 4px solid var(--gold);
  font-size: 15px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding-bottom: 40px;
}
.footer-grid img { width: 110px; margin-bottom: 14px; }
.footer-grid h3 {
  color: var(--gold);
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.footer-grid ul { list-style: none; }
.footer-grid ul li { margin-bottom: 8px; }
.footer-grid a { color: #cfc9b8; text-decoration: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid .foot-tag { font-family: var(--serif); color: var(--cream); font-style: italic; }
.footer-bottom {
  border-top: 1px solid rgba(212, 160, 23, 0.3);
  text-align: center;
  padding: 18px 20px;
  font-size: 13px;
  color: #a29d8d;
}

/* ---------- Mobile call button ---------- */
.mobile-call {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 200;
  background: var(--rust);
  color: var(--cream);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: bold;
  padding: 14px 22px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  nav.main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--navy);
    flex-direction: column;
    gap: 0;
    padding: 10px 0 18px;
    border-bottom: 4px solid var(--gold);
  }
  nav.main-nav.open { display: flex; }
  nav.main-nav a { padding: 12px 24px; width: 100%; text-align: center; }
  nav.main-nav a.nav-cta { width: auto; margin-top: 10px; }

  .service-block { grid-template-columns: 1fr; gap: 20px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-grid img { max-width: 240px; margin: 0 auto; display: block; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .mobile-call { display: block; }
}
