/* Smith Lake Maintenance shared stylesheet */

:root {
  --lake-deep: #21601f;
  --lake-mid: #3c8c3c;
  --lake-light: #eaf6ec;
  --wood: #29abe2;
  --wood-dark: #1c86b8;
  --ink: #1c2b2e;
  --paper: #faf8f4;
  --line: #dfe4dd;
  --success: #2f7d55;
  --radius: 10px;
  --shadow: 0 4px 18px rgba(33, 96, 31, 0.14);
  --maxw: 1140px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

h1, h2, h3, h4 {
  font-family: "Poppins", "Inter", sans-serif;
  line-height: 1.2;
  margin: 0 0 .5em;
  color: var(--lake-deep);
}

p { margin: 0 0 1em; }

a { color: var(--lake-mid); text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }

.btn-primary {
  background: var(--wood);
  color: #fff;
  box-shadow: 0 6px 16px rgba(177, 114, 60, .35);
}
.btn-primary:hover { background: var(--wood-dark); }

.btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.7);
}
.btn-secondary:hover { background: rgba(255,255,255,.15); }

.btn-outline {
  background: transparent;
  color: var(--lake-deep);
  border-color: var(--lake-deep);
}
.btn-outline:hover { background: var(--lake-deep); color: #fff; }

/* Top banner */
.top-banner {
  background: var(--lake-deep);
  color: #eaf6f4;
  text-align: center;
  font-size: .85rem;
  padding: 8px 16px;
}
.top-banner a { color: #fff; font-weight: 600; }

/* Header / nav */
header.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--lake-deep);
}
.brand-mark {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.brand small {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: .65rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--wood);
}
.brand-logo-img {
  height: 216px;
  width: auto;
  display: block;
}
.footer-logo-badge {
  display: inline-block;
  background: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  line-height: 0;
}
.footer-logo-badge img {
  height: 184px;
  width: auto;
  display: block;
}
@media (max-width: 860px) {
  .brand-logo-img { height: 120px; }
}
@media (max-width: 500px) {
  .brand-logo-img { height: 90px; }
  .footer-logo-badge img { height: 110px; }
}

nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}
nav.main-nav a {
  color: var(--ink);
  font-weight: 600;
  font-size: .95rem;
}
nav.main-nav a.active,
nav.main-nav a:hover { color: var(--lake-mid); text-decoration: none; }

.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-cta .phone {
  font-weight: 700;
  color: var(--lake-deep);
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--lake-deep);
}

@media (max-width: 860px) {
  nav.main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  nav.main-nav.open { display: block; }
  nav.main-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 10px 24px 20px;
  }
  nav.main-nav li { padding: 12px 0; border-bottom: 1px solid var(--line); }
  nav.main-nav li:last-child { border-bottom: none; }
  .nav-cta .phone { display: none; }
  .nav-toggle { display: block; }
}

/* Hero */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--wood-dark), var(--wood) 70%);
  color: #fff;
  overflow: hidden;
}
.hero .container {
  padding: 90px 24px 130px;
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.3);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .03em;
  margin-bottom: 20px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.2rem);
  max-width: 720px;
  margin-bottom: .3em;
}
.hero p.lead {
  max-width: 560px;
  font-size: 1.15rem;
  color: #dff3f1;
}
.tagline {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: .02em;
  color: #fff;
  border-left: 3px solid var(--lake-mid);
  padding-left: 12px;
  margin: 4px 0 18px;
}
.footer-tagline {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .03em;
  color: var(--lake-mid);
  margin: 10px 0 0;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }

.hero-waves {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
}

/* Trust strip */
.trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.trust-strip .container {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  padding: 22px 24px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--lake-deep);
}
.trust-strip span { display: flex; align-items: center; gap: 8px; }

/* Sections */
section { padding: 70px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head .eyebrow {
  color: var(--wood);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
  display: block;
  margin-bottom: 10px;
}
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.section-alt { background: var(--lake-light); }

/* Service grid */
.grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid { grid-template-columns: 1fr; } }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(11,79,97,.18); }
.card .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: var(--lake-mid);
}
.card h3 { font-size: 1.1rem; margin-bottom: .4em; }
.card p { color: #4a5a5c; font-size: .95rem; margin-bottom: 0; }

/* Not-offered notice */
.notice {
  background: #fff5ec;
  border: 1px solid #f0d8ba;
  border-radius: var(--radius);
  padding: 18px 22px;
  font-size: .95rem;
  color: #6b4a1f;
  max-width: 760px;
  margin: 40px auto 0;
}
.notice strong { color: var(--wood-dark); }

/* Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { text-align: center; }
.step .num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--lake-deep);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto 14px;
}
.step h4 { font-size: 1.02rem; margin-bottom: .3em; }
.step p { font-size: .9rem; color: #4a5a5c; }

/* Two-column feature */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } }
.split ul { padding-left: 0; list-style: none; margin: 0; }
.split ul li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: .98rem;
}
.split ul li .check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--success);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  margin-top: 2px;
}
.art-panel {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

/* Testimonials */
.testimonial {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}
.testimonial p.quote { font-style: italic; color: #33474a; }
.testimonial .who { font-weight: 700; color: var(--lake-deep); font-size: .9rem; }
.stars { color: var(--wood); letter-spacing: 2px; margin-bottom: 10px; }

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--wood), var(--wood-dark));
  color: #fff;
  text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #fff2e4; max-width: 560px; margin: 0 auto 26px; }

/* Service area */
.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}
.area-list span {
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--lake-deep);
}

/* Contact page */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

.info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}
.info-row {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.info-row .ic {
  width: 22px;
  height: 22px;
  color: var(--wood);
  flex-shrink: 0;
  margin-top: 3px;
}
.info-row h4 { margin: 0 0 2px; font-size: 1rem; }
.info-row p { margin: 0; color: #4a5a5c; font-size: .95rem; }

form.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  font-weight: 600;
  font-size: .9rem;
  margin-bottom: 6px;
  color: var(--lake-deep);
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: inherit;
  font-size: .95rem;
  background: var(--paper);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid var(--lake-mid);
  outline-offset: 1px;
}
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 500px) { .form-two { grid-template-columns: 1fr; } }
.form-note { font-size: .82rem; color: #6b7a7c; margin-top: 10px; }

.map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  margin-top: 24px;
}

/* About page */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 800px) { .value-grid { grid-template-columns: 1fr; } }

/* Footer */
footer.site-footer {
  background: var(--ink);
  color: #cfd8d6;
  padding: 56px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }
footer .brand { color: #fff; }
footer h5 {
  color: #fff;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 16px;
}
footer ul { list-style: none; padding: 0; margin: 0; }
footer li { margin-bottom: 10px; font-size: .92rem; }
footer a { color: #cfd8d6; }
footer a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: .82rem;
  color: #93a3a1;
}

/* Page hero (inner pages) */
.page-hero {
  background: linear-gradient(160deg, var(--wood-dark), var(--wood) 70%);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.page-hero h1 { color: #fff; margin-bottom: .2em; }
.page-hero p { color: #dff3f1; max-width: 560px; margin: 0 auto; }

/* Utility */
.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }
