/* Worthy After Hours Junk Removal — site styles */

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

:root {
  --navy:        #10243f;   /* header, hero, dark bands */
  --navy-deep:   #0b1b30;
  --navy-soft:   #1b3a63;
  --orange:      #e87722;
  --orange-dark: #c85f12;
  --gold:        #f4b93f;
  --blue:        #17518f;   /* logo badge */
  --blue-light:  #d7e6f5;
  --bg:          #ffffff;
  --bg-soft:     #f2f4f7;
  --border:      #e3e8ed;
  --text:        #1c2530;
  --text-muted:  #5b6875;
  --max:         1180px;
  --display:     "Arial Black", "Arial Bold", Arial, Helvetica, sans-serif;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.02rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

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

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 1.35rem;
  border: 2px solid transparent;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.15;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.btn:hover, .btn:focus-visible { transform: translateY(-1px); }
.btn-icon { width: 1.4rem; height: 1.4rem; flex: none; }
.btn-text { display: block; }
.btn-label  { display: block; font-size: 0.82rem; }
.btn-number { display: block; font-size: 1.05rem; color: var(--orange); }
.btn-block  { width: 100%; justify-content: center; }

.btn-quote {
  background: var(--orange);
  border-color: var(--orange);
  font-size: 1.02rem;
}
.btn-quote:hover, .btn-quote:focus-visible { background: var(--orange-dark); border-color: var(--orange-dark); }

.btn-call {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
}
.btn-call:hover, .btn-call:focus-visible { border-color: #ffffff; background: rgba(255, 255, 255, 0.08); }

.btn-solid {
  background: var(--orange);
  border-color: var(--orange);
}
.btn-solid .btn-number { color: #ffffff; }
.btn-solid:hover, .btn-solid:focus-visible { background: var(--orange-dark); border-color: var(--orange-dark); }

/* ── Site header ──────────────────────────────────────────── */
.site-header {
  position: relative;
  z-index: 3;
  background: var(--navy-deep);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  flex-wrap: wrap;
}

.logo {
  flex: none;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--display);
  line-height: 1;
  border-top: 3px solid var(--orange);
  padding-top: 0.35rem;
}

.logo-worthy {
  display: block;
  color: #ffffff;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
}

.logo-hours {
  display: block;
  margin: 0.15rem 0;
  padding: 0.15rem 0.4rem;
  background: var(--blue);
  color: #ffffff;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.logo-junk {
  display: block;
  color: var(--orange);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-left: auto;
}

.nav a {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 0.3rem;
  border-bottom: 3px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.nav a:hover, .nav a:focus-visible { color: var(--orange); }
.nav a.is-current { border-bottom-color: var(--orange); }

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  position: relative;
  background: var(--navy-deep) url("/hero.jpg") no-repeat center right / cover;
  color: #ffffff;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg,
    rgba(11, 27, 48, 0.97) 0%,
    rgba(11, 27, 48, 0.94) 32%,
    rgba(11, 27, 48, 0.62) 58%,
    rgba(11, 27, 48, 0.38) 100%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: end;
  gap: 2.5rem;
  padding-top: clamp(2.25rem, 6vw, 4rem);
  padding-bottom: clamp(2.25rem, 6vw, 4rem);
}

.hero h1 {
  font-family: var(--display);
  font-size: clamp(2.5rem, 7vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.hero h1 em { font-style: normal; color: var(--orange); }

.hero-sub {
  max-width: 26rem;
  margin-top: 1.1rem;
  font-size: clamp(1.02rem, 2.4vw, 1.35rem);
  color: #e7edf5;
}

.hero-sub strong { color: var(--orange); text-transform: uppercase; }

.ticks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
  margin-top: 1.4rem;
  list-style: none;
}

.ticks li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ticks li::before {
  content: "\2713";
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  flex: none;
  border-radius: 50%;
  background: var(--orange);
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.9rem;
}

/* New customer special */
.special {
  background: var(--gold);
  color: var(--navy);
  border-radius: 6px;
  padding: 1.5rem 1.6rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.special-kicker {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  background: var(--navy);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.special-head {
  margin-top: 0.8rem;
  font-family: var(--display);
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  text-transform: uppercase;
  line-height: 1.1;
}

.special-body {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 0.5rem;
}

.special-price {
  font-family: var(--display);
  font-size: clamp(3.2rem, 8vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.special-dollar { font-size: 0.55em; vertical-align: 0.35em; }

.special-list { list-style: none; font-size: 0.92rem; font-weight: 700; }

.special-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 0.12rem 0;
}

.special-list li::before { content: "\2714"; color: var(--navy); flex: none; }

/* ── Section headings ─────────────────────────────────────── */
.section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  font-family: var(--display);
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--navy);
  text-align: center;
}

.section-head::before,
.section-head::after {
  content: "";
  width: clamp(1.5rem, 5vw, 3rem);
  height: 4px;
  flex: none;
  background: var(--orange);
}

.section-head em { font-style: normal; color: var(--orange); }
.section-head--light { color: #ffffff; }

/* ── What we haul ─────────────────────────────────────────── */
.haul {
  background: var(--bg-soft);
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}

/* Section artwork — heading and category tiles are baked into the image. */
.haul-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ── Why choose Worthy ────────────────────────────────────── */
.why {
  background: var(--navy);
  color: #ffffff;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.reasons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 2rem 0;
  margin-top: 2.25rem;
}

.reason {
  padding: 0 1.5rem;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.reason:first-child { border-left: 0; }

.reason-icon {
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 auto 0.9rem;
  color: var(--orange);
}

.reason h3 {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.reason p { color: #c9d6e5; font-size: 0.95rem; }

/* ── Reviews ──────────────────────────────────────────────── */
.reviews {
  background: var(--bg-soft);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.reviews-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 2.6fr);
  align-items: center;
  gap: 2rem;
}

.reviews-lead h2 {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3.6vw, 2.2rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--navy);
}

.reviews-lead h2 em { font-style: normal; color: var(--orange); }

.stars { color: var(--gold); letter-spacing: 0.18em; }
.reviews-lead .stars { font-size: 1.5rem; margin-top: 0.7rem; }

.reviews-note {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.review-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1.25rem;
}

.review {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 1.35rem;
}

.review blockquote {
  margin: 0.5rem 0 0.9rem;
  color: var(--text);
  font-size: 0.96rem;
}

.review figcaption {
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--navy);
}

.review figcaption span {
  display: block;
  font-weight: 400;
  font-size: 0.86rem;
  color: var(--text-muted);
}

/* ── Service area + CTA ───────────────────────────────────── */
.area {
  background: #e9edf2;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.area-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  align-items: center;
  gap: 2.5rem;
}

.area-lead {
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, 3vw, 1.75rem);
}

.area-map {
  width: clamp(5rem, 11vw, 7.5rem);
  height: auto;
  flex: none;
  margin-top: 0.35rem;
}

.area-text { min-width: 0; }

.area-lead h2 {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3.6vw, 2.2rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--navy);
}

.area-lead h2 em { font-style: normal; color: var(--orange); }

.cities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 0.2rem 1.5rem;
  margin-top: 1rem;
  list-style: none;
}

.cities li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.96rem;
  color: var(--text);
}

.cities li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  flex: none;
  border-radius: 50%;
  background: var(--orange);
}

.area-script {
  margin-top: 1.2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--navy);
}

.cta {
  background: var(--navy);
  color: #ffffff;
  border-radius: 6px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}

.cta h2 {
  font-family: var(--display);
  font-size: clamp(1.35rem, 3.2vw, 1.9rem);
  text-transform: uppercase;
}

.cta-sub {
  margin: 0.35rem 0 1.4rem;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cta-alt { margin-top: 1rem; font-size: 0.95rem; color: #c9d6e5; }
.cta-alt a { color: var(--orange); font-weight: 700; }

/* ── Footer ───────────────────────────────────────────────── */
.site-footer {
  background: var(--navy-deep);
  padding: 2rem 0;
  text-align: center;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  transition: color 0.18s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible { color: var(--blue-light); text-decoration: underline; }

/* ── Quote form page ──────────────────────────────────────── */
.page-head {
  background: var(--navy);
  color: #ffffff;
  padding: clamp(2rem, 5vw, 3.25rem) 0;
}

.page-head h1 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 5vw, 3rem);
  text-transform: uppercase;
  line-height: 1.02;
}

.page-head p {
  max-width: 42rem;
  margin-top: 0.7rem;
  color: #c9d6e5;
}

.page-head a { color: var(--orange); font-weight: 700; }

.form-section {
  background: var(--bg-soft);
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.quote-form {
  max-width: 46rem;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--border);
  border-top: 4px solid var(--orange);
  border-radius: 6px;
  padding: clamp(1.35rem, 4vw, 2.25rem);
}

.quote-form fieldset { border: 0; margin-bottom: 1.75rem; }
.quote-form fieldset:last-of-type { margin-bottom: 1.25rem; }

.quote-form legend {
  display: block;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-family: var(--display);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field { margin-bottom: 1rem; }

.field-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 0 1rem;
}

.field-row--address { grid-template-columns: minmax(0, 2fr) minmax(0, 0.7fr) minmax(0, 1fr); }

.quote-form label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--text);
}

.req { color: var(--orange); }

.quote-form input[type="text"],
.quote-form input[type="tel"],
.quote-form input[type="email"],
.quote-form textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid #c8d1db;
  border-radius: 4px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
  font-size: 1rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.quote-form textarea { resize: vertical; min-height: 7rem; }

.quote-form input:focus-visible,
.quote-form textarea:focus-visible {
  outline: 0;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(232, 119, 34, 0.22);
}

.quote-form input:user-invalid,
.quote-form textarea:user-invalid { border-color: #c0392b; }

.hint {
  margin-top: 0.3rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--text-muted);
}

.checks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.15rem 1rem;
  margin: 0.75rem 0 1.1rem;
}

.check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0;
  padding: 0.35rem 0;
  font-weight: 400;
  cursor: pointer;
}

.check input {
  width: 1.15rem;
  height: 1.15rem;
  flex: none;
  accent-color: var(--orange);
  cursor: pointer;
}

/* Spam trap — off-screen rather than display:none so bots still fill it. */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-error {
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  border-left: 4px solid #c0392b;
  background: #fdf0ee;
  color: #8e2c20;
  font-size: 0.95rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--border);
}

.form-actions .btn { border: 0; cursor: pointer; font-family: inherit; }
.form-actions .btn:disabled { opacity: 0.65; cursor: default; transform: none; }
.form-actions .hint { flex: 1 1 16rem; margin-top: 0; }

.form-status {
  max-width: 46rem;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--border);
  border-top: 4px solid var(--orange);
  border-radius: 6px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
}

.form-status h2 {
  font-family: var(--display);
  font-size: clamp(1.3rem, 3.2vw, 1.8rem);
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.6rem;
}

.form-status p { color: var(--text-muted); }
.form-status p + p { margin-top: 1.25rem; }

/* ── Campaign landing page (cleanouts.html) ───────────────────
   The ad creative carries the whole message, so the page only has to present
   it and hold the form. Namespaced .lp- so none of it can leak. */
.lp {
  --lp-ink: #000000;
  background: var(--lp-ink);
  color: #f4efec;
}

.lp-flyer { background: var(--lp-ink); }

/* The whole flyer is the call to action — clicking it drops to the form. */
.lp-flyer a { display: block; cursor: pointer; }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

/* Centered on black. Capped at the file's native 1024px so it is never
   upscaled — the artwork stays sharp and the page keeps black margins
   either side of it on wider screens. */
.lp-flyer img {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
}

.lp-form-section {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  background: var(--lp-ink);
}

.lp-form { max-width: 44rem; border-top-color: #ff7a18; }

.lp-form-head {
  font-family: var(--display);
  font-size: clamp(1.35rem, 3.4vw, 2rem);
  text-transform: uppercase;
  text-align: center;
  color: var(--navy);
}

.lp-form-sub { margin: 0.4rem 0 1.5rem; text-align: center; color: var(--text-muted); }
.lp-form fieldset { margin-bottom: 1.25rem; }
.field-row--lp { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 0.8fr); }
.lp .form-actions .hint a { color: var(--orange); font-weight: 700; }
.lp .site-footer { background: var(--lp-ink); }

@media (max-width: 44rem) {
  .field-row--lp { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}

/* ── Narrow screens ───────────────────────────────────────── */
@media (max-width: 62rem) {
  .hero { background-image: url("/hero-900.jpg"); }
  .hero::before { background: rgba(11, 27, 48, 0.9); }
  .hero-inner { grid-template-columns: 1fr; align-items: start; }
  .reviews-inner { grid-template-columns: 1fr; }
  .reason { border-left: 0; }
}

@media (max-width: 44rem) {
  .header-inner { justify-content: center; text-align: center; }
  .nav { margin-left: 0; justify-content: center; width: 100%; order: 3; }
  .header-inner .btn { order: 2; margin-left: auto; }
  .hero-actions .btn { flex: 1 1 14rem; justify-content: center; }
  .field-row--address { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .form-actions .btn { width: 100%; justify-content: center; }
}
