/*
Theme Name: Grassy Cutz Rebuild
Theme URI: https://grassycutz.com/
Author: Kale Technology Services
Description: Clean rebuild of the archived Grassy Cutz lawn and landscape website.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: grassycutz
*/

:root {
  --gc-blue: #185a9d;
  --gc-blue-dark: #0f3d70;
  --gc-green: #208b45;
  --gc-green-dark: #126532;
  --gc-ink: #1b2733;
  --gc-muted: #64717d;
  --gc-soft: #f3f7f3;
  --gc-line: #dce5df;
  --gc-white: #ffffff;
  --gc-shadow: 0 12px 34px rgba(15, 61, 112, .12);
  --gc-radius: 16px;
  --gc-max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--gc-ink);
  background: #fff;
  line-height: 1.6;
}
a { color: var(--gc-blue); }
a:hover { color: var(--gc-green-dark); }
img { max-width: 100%; height: auto; }
.gc-container { width: min(calc(100% - 40px), var(--gc-max)); margin-inline: auto; }

.site-header {
  background: #fff;
  border-top: 5px solid var(--gc-green);
  box-shadow: 0 2px 14px rgba(0,0,0,.07);
  position: relative;
  z-index: 20;
}
.gc-header-top {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.gc-brand { text-decoration: none; display: inline-flex; flex-direction: column; line-height: .95; }
.gc-brand-main { font-size: clamp(2.1rem, 5vw, 3.6rem); font-weight: 900; letter-spacing: -2px; text-transform: uppercase; }
.gc-brand-main .grass { color: var(--gc-green); }
.gc-brand-main .cutz { color: var(--gc-blue); }
.gc-brand-sub { color: var(--gc-muted); text-transform: uppercase; letter-spacing: 3px; font-weight: 700; font-size: .78rem; margin-top: 10px; }
.gc-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gc-blue-dark);
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.gc-phone-icon {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--gc-blue); color: #fff;
}
.gc-phone-icon svg { width: 20px; height: 20px; fill: currentColor; }

.gc-nav-wrap { background: var(--gc-blue); }
.gc-nav { min-height: 52px; display: flex; align-items: center; justify-content: space-between; }
.gc-menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 4px; }
.gc-menu li { margin: 0; }
.gc-menu a {
  display: block; padding: 15px 22px; color: #fff; text-decoration: none;
  text-transform: uppercase; letter-spacing: .7px; font-size: .92rem; font-weight: 800;
}
.gc-menu a:hover, .gc-menu .current-menu-item > a, .gc-menu .current_page_item > a { background: var(--gc-green); }
.gc-menu-toggle { display: none; border: 0; background: transparent; color: #fff; font-size: 1rem; font-weight: 800; padding: 14px 0; }

.gc-hero {
  background:
    linear-gradient(90deg, rgba(13,64,39,.91), rgba(24,90,157,.82)),
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.18), transparent 38%);
  color: #fff;
  padding: 70px 0;
}
.gc-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: 50px; align-items: center; }
.gc-kicker { text-transform: uppercase; letter-spacing: 2px; font-weight: 800; color: #d9f1df; margin: 0 0 12px; }
.gc-hero h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 1.02; margin: 0 0 20px; letter-spacing: -2px; }
.gc-hero p { font-size: 1.2rem; max-width: 720px; margin: 0 0 28px; }
.gc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gc-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: 12px 22px; border-radius: 999px; text-decoration: none; font-weight: 800;
  border: 2px solid transparent;
}
.gc-btn-primary { background: #fff; color: var(--gc-blue-dark); }
.gc-btn-primary:hover { background: #eef7f0; color: var(--gc-green-dark); }
.gc-btn-outline { border-color: rgba(255,255,255,.72); color: #fff; }
.gc-btn-outline:hover { background: #fff; color: var(--gc-blue-dark); }
.gc-hero-card {
  background: #fff; color: var(--gc-ink); border-radius: var(--gc-radius); padding: 28px;
  box-shadow: var(--gc-shadow); border-top: 7px solid var(--gc-green);
}
.gc-hero-card .all { font-size: 1.75rem; font-weight: 900; color: var(--gc-blue); line-height: 1; text-transform: uppercase; }
.gc-hero-card .included { font-size: 2.4rem; font-weight: 900; color: var(--gc-green); line-height: .95; text-transform: uppercase; margin: 6px 0; }
.gc-hero-card .small { font-size: 1rem; font-weight: 800; text-transform: uppercase; color: var(--gc-blue-dark); line-height: 1.25; }
.gc-hero-card .surprises { font-size: 2rem; font-weight: 900; color: var(--gc-green-dark); line-height: 1; text-transform: uppercase; margin-top: 5px; }

.gc-section { padding: 68px 0; }
.gc-section-soft { background: var(--gc-soft); }
.gc-section h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; margin: 0 0 15px; color: var(--gc-blue-dark); }
.gc-lead { font-size: 1.13rem; color: var(--gc-muted); max-width: 790px; margin: 0 0 30px; }
.gc-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.gc-service {
  display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid var(--gc-line);
  border-radius: 13px; padding: 17px 18px; font-weight: 800; box-shadow: 0 6px 20px rgba(31,57,39,.05);
}
.gc-check { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 29px; background: #e8f5ec; color: var(--gc-green-dark); font-weight: 900; }
.gc-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: start; }
.gc-panel { background: #fff; border: 1px solid var(--gc-line); border-radius: var(--gc-radius); padding: 30px; box-shadow: var(--gc-shadow); }
.gc-panel h3 { margin-top: 0; color: var(--gc-green-dark); font-size: 1.5rem; }
.gc-list { margin: 0; padding-left: 1.2rem; }
.gc-list li { margin-bottom: 8px; }
.gc-callout { background: var(--gc-blue-dark); color: #fff; padding: 35px; border-radius: var(--gc-radius); }
.gc-callout h2, .gc-callout h3 { color: #fff; }
.gc-callout a { color: #fff; }

.gc-page-head { padding: 48px 0 38px; background: linear-gradient(120deg, var(--gc-blue-dark), var(--gc-blue)); color: #fff; }
.gc-page-head h1 { margin: 0; font-size: clamp(2.3rem, 5vw, 3.8rem); line-height: 1.05; }
.gc-page-head p { margin: 10px 0 0; font-size: 1.12rem; color: #eaf3fb; }
.gc-page-content { padding: 58px 0 75px; }

.gc-contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 36px; }
.gc-contact-card { background: var(--gc-soft); border-radius: var(--gc-radius); padding: 30px; border: 1px solid var(--gc-line); }
.gc-contact-card h2 { margin-top: 0; color: var(--gc-blue-dark); }
.gc-contact-number { display: inline-block; font-size: 1.75rem; font-weight: 900; text-decoration: none; margin: 8px 0 18px; }
.gc-form { display: grid; gap: 17px; }
.gc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gc-field label { display: block; font-weight: 800; margin-bottom: 6px; }
.gc-field input, .gc-field textarea {
  width: 100%; border: 1px solid #bdc9c1; border-radius: 10px; padding: 12px 13px;
  font: inherit; color: var(--gc-ink); background: #fff;
}
.gc-field textarea { min-height: 155px; resize: vertical; }
.gc-submit { border: 0; cursor: pointer; background: var(--gc-green); color: #fff; font-weight: 900; padding: 13px 22px; border-radius: 999px; font-size: 1rem; }
.gc-submit:hover { background: var(--gc-green-dark); }
.gc-notice { border-radius: 10px; padding: 12px 14px; margin-bottom: 18px; }
.gc-notice-success { background: #e6f5e9; border: 1px solid #b6d9bd; color: #175b2d; }
.gc-notice-error { background: #fff0f0; border: 1px solid #e5bcbc; color: #8d2525; }
.gc-hp { position: absolute !important; left: -9999px !important; }

.site-footer { background: #132336; color: #cbd6df; padding: 30px 0; }
.gc-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer a { color: #fff; }

@media (max-width: 820px) {
  .gc-header-top { min-height: 95px; }
  .gc-brand-sub { letter-spacing: 2px; }
  .gc-phone { font-size: 1.08rem; }
  .gc-hero-grid, .gc-two-col, .gc-contact-grid { grid-template-columns: 1fr; }
  .gc-service-grid { grid-template-columns: 1fr; }
  .gc-hero { padding: 50px 0; }
}

@media (max-width: 640px) {
  .gc-container { width: min(calc(100% - 28px), var(--gc-max)); }
  .gc-header-top { flex-direction: column; align-items: flex-start; gap: 14px; padding: 18px 0; }
  .gc-phone { margin-bottom: 2px; }
  .gc-menu-toggle { display: inline-block; }
  .gc-nav { display: block; }
  .gc-menu { display: none; flex-direction: column; align-items: stretch; padding-bottom: 9px; }
  .gc-menu.is-open { display: flex; }
  .gc-menu a { padding: 11px 12px; border-radius: 6px; }
  .gc-form-row { grid-template-columns: 1fr; }
  .gc-footer { flex-direction: column; align-items: flex-start; }
}
