/* JunkCo Fresno — mobile-first, no framework, no JS */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font: 16px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  background: #fff;
}
a { color: #c2410c; }
a:hover { text-decoration: underline; }

h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: 1.85rem; letter-spacing: -0.01em; }
h2 { font-size: 1.4rem; margin-top: 2rem; }
h3 { font-size: 1.05rem; margin-top: 1.1rem; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.25em; margin: 0 0 1em; }
li { margin-bottom: .35em; }

.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 16px; }

/* HEADER — phone is the headline */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
}
.brand {
  font-weight: 800; font-size: 1.1rem;
  color: #1a1a1a; text-decoration: none;
  letter-spacing: -0.02em;
}
.phone-cta {
  display: inline-block;
  background: #f97316; color: #fff;
  padding: 11px 14px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.phone-cta:hover { background: #ea580c; text-decoration: none; }

.site-nav { background: #f9fafb; border-bottom: 1px solid #e5e7eb; }
.site-nav .container {
  display: flex; gap: 18px; flex-wrap: wrap;
  padding: 10px 16px;
  font-size: .95rem;
}
.site-nav a {
  color: #374151; text-decoration: none; font-weight: 700;
}
.site-nav a:hover { color: #c2410c; }
.site-nav a[aria-current="page"] {
  color: #c2410c; border-bottom: 2px solid #f97316;
}

/* HERO */
.hero {
  background: #fff7ed;
  padding: 28px 0;
  border-bottom: 4px solid #f97316;
}
.hero h1 { font-size: 2rem; margin-bottom: .25em; }
.hero p.lead { font-size: 1.1rem; color: #374151; margin-bottom: 1.4em; }

.btn {
  display: inline-block;
  background: #f97316; color: #fff;
  padding: 14px 22px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
}
.btn:hover { background: #ea580c; text-decoration: none; }

/* MAIN */
main { padding: 24px 0 32px; }
section { margin-bottom: 28px; }

.services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.service-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 14px 16px;
}
.service-card h3 { margin: 0 0 .25em; }
.service-card p { margin: 0; color: #4b5563; font-size: .95rem; }

.why ul {
  background: #f9fafb; border: 1px solid #e5e7eb;
  padding: 16px 18px 16px 36px; border-radius: 6px;
}

.faq dl {
  background: #f9fafb; border: 1px solid #e5e7eb;
  border-radius: 6px; margin: 0;
}
.faq dt {
  font-weight: 700; padding: 14px 18px;
  border-top: 1px solid #e5e7eb;
}
.faq dl > dt:first-child { border-top: none; }
.faq dd { margin: 0; padding: 0 18px 14px; color: #374151; }

.cta-banner {
  background: #1f2937; color: #fff;
  padding: 24px 20px; text-align: center;
  border-radius: 6px;
  margin: 28px 0 0;
}
.cta-banner p { font-size: 1.1rem; margin-bottom: 14px; }
.cta-banner .btn { background: #f97316; }

/* FORM */
.form-grid {
  display: grid; gap: 24px; grid-template-columns: 1fr;
}
form label {
  display: block; margin-bottom: 14px;
  font-weight: 700; color: #1a1a1a;
}
form input, form textarea {
  display: block; width: 100%;
  margin-top: 4px;
  padding: 10px 12px;
  font: inherit;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background: #fff;
}
form input:focus, form textarea:focus {
  outline: 2px solid #f97316;
  border-color: #f97316;
}
form button {
  background: #f97316; color: #fff;
  border: none;
  padding: 14px 26px;
  font: inherit; font-weight: 800; font-size: 1.1rem;
  border-radius: 6px;
  cursor: pointer;
}
form button:hover { background: #ea580c; }

.contact-aside {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  padding: 18px;
  border-radius: 6px;
}
.contact-aside h2 { margin-top: 0; }
.contact-aside p { margin-bottom: .6em; }

/* FOOTER */
.site-footer {
  background: #111827; color: #d1d5db;
  padding: 28px 0;
  margin-top: 32px;
}
.site-footer a { color: #fff; }
.foot-grid { display: grid; gap: 22px; grid-template-columns: 1fr; }
.nap { font-size: .95rem; line-height: 1.7; }
.nap strong { color: #fff; font-size: 1rem; }
.foot-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-nav a { text-decoration: none; font-weight: 600; }
.small { color: #9ca3af; font-size: .85rem; margin-top: 18px; padding-top: 18px;
         border-top: 1px solid #1f2937; }

/* TABLET / DESKTOP */
@media (min-width: 700px) {
  h1 { font-size: 2.4rem; }
  .hero h1 { font-size: 2.6rem; }
  h2 { font-size: 1.65rem; }
  .header-inner { padding: 14px 24px; }
  .container { padding: 0 24px; }
  .brand { font-size: 1.3rem; }
  .phone-cta { font-size: 1.15rem; padding: 13px 18px; }
  .services { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 2fr 1fr; }
  .foot-grid { grid-template-columns: 2fr 1fr; }
}
@media (min-width: 1000px) {
  .services { grid-template-columns: repeat(3, 1fr); }
}
