/* Complete Cleaning & Hauling LLC — mobile-first */

:root {
  --navy: #1e3a5f;
  --navy-deep: #132844;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --blue-soft: #eff6ff;
  --slate: #475569;
  --slate-light: #64748b;
  --border: #e2e8f0;
  --bg: #ffffff;
  --bg-muted: #f8fafc;
  --bg-accent: #f1f5f9;
  --text: #0f172a;
  --white: #ffffff;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 12px 40px rgba(15, 23, 42, 0.12);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --max: 1100px;
  --header-h: 64px;
  --mobile-bar-h: 72px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  padding-bottom: var(--mobile-bar-h);
}

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

a {
  color: var(--blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover {
  color: var(--blue-dark);
}

h1, h2, h3 {
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
  color: var(--navy);
}

h1 { font-size: clamp(1.85rem, 5.5vw, 2.75rem); }
h2 { font-size: clamp(1.5rem, 4vw, 2rem); }
h3 { font-size: 1.125rem; }

p { margin: 0 0 1em; }

ul, ol { margin: 0; padding: 0; }

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--navy);
  color: var(--white);
  padding: 0.75rem 1rem;
  z-index: 100;
}

.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
}

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  font: inherit;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.1s;
  -webkit-tap-highlight-color: transparent;
}

.btn:active {
  transform: scale(0.98);
}

.btn-lg {
  min-height: 56px;
  padding: 0.9rem 1.5rem;
  font-size: 1.0625rem;
  width: 100%;
}

.btn-sm {
  min-height: 40px;
  padding: 0.45rem 0.9rem;
  font-size: 0.9375rem;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.btn-primary:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  color: var(--white);
}

.btn-secondary {
  background: var(--white);
  color: var(--navy);
  border-color: var(--border);
}

.btn-secondary:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.btn-ghost {
  background: transparent;
  color: var(--navy);
  border-color: var(--border);
}

.btn-ghost:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.btn-icon {
  flex-shrink: 0;
}

/* —— Header —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
  padding-block: 0.5rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.logo:hover { color: inherit; }

.logo-mark { flex-shrink: 0; }

.logo-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.logo-name {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logo-tag {
  font-size: 0.7rem;
  color: var(--slate-light);
  font-weight: 500;
}

.nav-desktop {
  display: none;
  gap: 1.25rem;
}

.nav-desktop a {
  color: var(--slate);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
}

.nav-desktop a:hover {
  color: var(--blue);
}

.header-ctas {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

/* —— Hero —— */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 45%, #1e4a7a 100%);
  color: var(--white);
  padding: 2.75rem 0 3.25rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%, rgba(37, 99, 235, 0.35), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(148, 163, 184, 0.15), transparent 50%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero .eyebrow {
  color: #93c5fd;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 0.75rem;
}

.subhead {
  font-size: 1.125rem;
  color: #cbd5e1;
  max-width: 36rem;
  margin-bottom: 1.75rem;
}

.eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blue);
  margin: 0 0 0.75rem;
}

.hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.hero .btn-primary {
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
}

.hero .btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}

.hero .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.hero-note {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0;
}

/* —— Sections —— */
.section {
  padding: 3.5rem 0;
}

.section-muted {
  background: var(--bg-muted);
}

.section-accent {
  background: linear-gradient(180deg, var(--blue-soft) 0%, var(--bg-muted) 100%);
}

.section-head {
  margin-bottom: 2rem;
  max-width: 40rem;
}

.section-head p {
  color: var(--slate);
  margin: 0;
}

/* —— Service cards —— */
.card-grid {
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem;
  box-shadow: var(--shadow);
}

.card h3 {
  margin-bottom: 0.35rem;
}

.card p {
  margin: 0;
  color: var(--slate);
  font-size: 0.975rem;
}

.card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-soft);
  color: var(--blue);
  border-radius: var(--radius-sm);
  margin-bottom: 0.85rem;
}

/* —— Property managers —— */
.pm-grid {
  display: grid;
  gap: 1.75rem;
}

.checklist {
  list-style: none;
  margin: 1.25rem 0 1.75rem;
}

.checklist li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.75rem;
  color: var(--slate);
  border-bottom: 1px solid var(--border);
}

.checklist li:last-child {
  border-bottom: none;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5l3 3 6-6' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.7rem no-repeat;
}

.pm-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pm-panel {
  background: var(--navy);
  color: #e2e8f0;
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
}

.pm-panel h3 {
  color: var(--white);
  margin-bottom: 0.5rem;
}

.pm-panel > p {
  color: #94a3b8;
  font-size: 0.975rem;
}

.contact-dl {
  margin: 1.25rem 0 0;
}

.contact-dl > div {
  padding: 0.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-dl dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 0.2rem;
}

.contact-dl dd {
  margin: 0;
  font-weight: 600;
}

.contact-dl a {
  color: #93c5fd;
  text-decoration: none;
}

.contact-dl a:hover {
  color: var(--white);
  text-decoration: underline;
}

/* —— Areas —— */
.area-pills {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.area-pills li {
  background: var(--bg-muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.65rem 1.15rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--navy);
}

.area-note {
  color: var(--slate-light);
  font-size: 0.9375rem;
  margin: 0;
}


/* —— Hours —— */
.hours-list {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  max-width: 28rem;
}

.hours-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.35rem 1.25rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
}

.hours-list strong {
  color: var(--navy);
}

.hours-list span {
  color: var(--slate);
  font-weight: 500;
}

/* —— Why us —— */
.why-grid {
  list-style: none;
  display: grid;
  gap: 1rem;
}

.why-grid li {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.why-grid strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.why-grid span {
  color: var(--slate);
  font-size: 0.975rem;
}

/* —— Steps —— */
.steps {
  list-style: none;
  display: grid;
  gap: 1.25rem;
  counter-reset: none;
  margin-bottom: 2.5rem;
}

.step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem 1.35rem 1.25rem;
  position: relative;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.step h3 { margin-bottom: 0.35rem; }

.step p {
  margin: 0;
  color: var(--slate);
  font-size: 0.975rem;
}

.cta-band {
  text-align: center;
  background: var(--bg-muted);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem 1.25rem;
}

.cta-band > p {
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--navy);
  margin-bottom: 1rem;
}

.cta-band .hero-ctas {
  margin-bottom: 0;
}

/* —— Footer —— */
.site-footer {
  background: var(--navy-deep);
  color: #94a3b8;
  padding: 2.5rem 0 2rem;
  font-size: 0.9375rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer-brand strong {
  display: block;
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.footer-place {
  margin: 0;
  font-size: 0.875rem;
  color: #64748b;
}

.footer-hours {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  color: #94a3b8;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-contact a {
  color: #93c5fd;
  text-decoration: none;
  font-weight: 500;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.footer-contact a:hover {
  color: var(--white);
  text-decoration: underline;
}

.copyright {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  color: #64748b;
}

/* —— Mobile sticky bar —— */
.mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08);
}

.mobile-bar .btn {
  flex: 1;
}

/* —— Tablet+ —— */
@media (min-width: 640px) {
  body {
    padding-bottom: 0;
  }

  .mobile-bar {
    display: none;
  }

  .logo-name {
    font-size: 0.95rem;
    white-space: normal;
  }

  .hero-ctas,
  .pm-ctas,
  .cta-band .hero-ctas {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .btn-lg {
    width: auto;
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-contact {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}

/* —— Desktop —— */
@media (min-width: 900px) {
  .nav-desktop {
    display: flex;
  }

  .hero {
    padding: 4.5rem 0 5rem;
  }

  .section {
    padding: 4.5rem 0;
  }

  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }


  .pm-grid {
    grid-template-columns: 1.3fr 1fr;
    align-items: start;
    gap: 2.5rem;
  }

  .why-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
