/* =====================================================================
   Appliance haul-away landing page
   Mobile-first. Nothing here should require sideways scrolling or
   pinching at 360px wide.

   TODO(owner): the accent color is a safety orange. To switch to the
   deep-green option instead, change --accent / --accent-hover to
   #17603f / #0f4a2f. Everything else follows automatically.
===================================================================== */

:root {
  --accent:        #c9400a;   /* safety orange, dark enough for white text */
  --accent-hover:  #a83407;
  --accent-tint:   #fff1e9;
  --accent-line:   #f6c7ad;

  --ink:           #14181c;
  --ink-soft:      #414a53;
  --ink-faint:     #6b757f;

  --bg:            #ffffff;
  --bg-alt:        #f4f6f8;
  --bg-deep:       #14181c;
  --line:          #dde3e9;

  --radius:        12px;
  --radius-sm:     8px;
  --tap:           48px;      /* minimum tap target */

  --wrap:          1120px;
  --wrap-narrow:   680px;

  --shadow:        0 1px 2px rgba(20, 24, 28, .06), 0 6px 20px rgba(20, 24, 28, .07);
  --shadow-lg:     0 2px 4px rgba(20, 24, 28, .07), 0 14px 40px rgba(20, 24, 28, .11);

  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 76px;      /* clears the sticky header on #anchors */
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}

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

a { color: var(--accent); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.ico {
  width: 1.15em; height: 1.15em;
  flex: none;
  fill: none;
  vertical-align: -.16em;
}

.skip-link {
  position: absolute; left: -9999px;
  background: var(--ink); color: #fff;
  padding: 12px 18px; z-index: 200; border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; top: 0; }

.noscript-note {
  padding: 14px 18px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
}
.noscript-note a { color: #fff; }

/* ---------------------------------------------------------------- layout */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 18px;
}
.wrap-narrow { max-width: var(--wrap-narrow); }

.section { padding: 48px 0; }
.section-alt { background: var(--bg-alt); }

h1, h2, h3 { line-height: 1.15; letter-spacing: -.02em; margin: 0 0 .5em; }

h1 { font-size: clamp(1.85rem, 7.4vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.4rem, 4.6vw, 2.05rem); font-weight: 800; }
h3 { font-size: 1.1rem; font-weight: 700; }

.section-lede {
  margin: -.2em 0 1.75em;
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 46ch;
}

.section-foot {
  margin: 1.5em 0 0;
  color: var(--ink-soft);
  display: flex; align-items: center; gap: .5em; flex-wrap: wrap;
}

/* --------------------------------------------------------------- buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  min-height: var(--tap);
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .15s, border-color .15s, transform .06s;
}
.btn:active { transform: translateY(1px); }

.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-hover); }

.btn-outline {
  background: #fff;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline:hover { background: var(--bg-alt); }

.btn-lg {
  min-height: 56px;
  padding: 14px 24px;
  font-size: 1.08rem;
}
.btn-block { display: flex; width: 100%; }

/* ---------------------------------------------------------------- header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  padding-block: 8px;
}
.brand {
  font-weight: 800;
  font-size: 1.06rem;
  letter-spacing: -.02em;
  color: var(--ink);
  text-decoration: none;
  /* keeps a long business name from shoving the call button off a 360px screen */
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-call-header { flex: none; padding-inline: 16px; }
.btn-call-number { display: none; }

/* ------------------------------------------------------------------ hero */
.hero {
  background: linear-gradient(180deg, var(--accent-tint), #fff 78%);
  padding: 28px 0 40px;
  border-bottom: 1px solid var(--line);
}
.hero-inner { display: grid; gap: 28px; }

.hero h1 { margin-bottom: .45em; text-wrap: balance; }
.hero-price {
  color: var(--accent);
  font-size: 1.18em;
  white-space: nowrap;
}

.subhead {
  margin: 0 0 1.35em;
  font-size: 1.13rem;
  color: var(--ink-soft);
  max-width: 34ch;
  text-wrap: pretty;
}

.hero-actions { display: grid; gap: 12px; }

.hero-text-alt {
  margin: 1em 0 0;
  font-size: .98rem;
  color: var(--ink-soft);
}
.hero-text-alt a { font-weight: 700; white-space: nowrap; }

.trustline {
  margin: 1.35em 0 0;
  font-size: .95rem;
  font-weight: 600;
  color: var(--ink-soft);
}

/* No aspect-ratio override on the photos: the width/height attributes in the
   HTML match the files exactly, so the browser reserves the right space and
   nothing shifts as they load. */
.hero-media img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

/* --------------------------------------------------------------- pricing */
.price-cards { display: grid; gap: 14px; margin-bottom: 34px; }

.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  box-shadow: var(--shadow);
  text-align: center;
}
.price-card-primary {
  border: 2px solid var(--accent);
  background: linear-gradient(180deg, var(--accent-tint), #fff);
}

/* "$149" is the biggest thing on the page after the H1 */
.price-amount {
  font-size: clamp(3.4rem, 15vw, 5.2rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.045em;
  color: var(--accent);
}
.price-amount-sm { font-size: clamp(2.5rem, 10vw, 3.6rem); color: var(--ink); }

.price-what { margin: .35em 0 .1em; font-size: 1.16rem; font-weight: 700; }
.price-note { margin: 0; font-size: .95rem; color: var(--ink-faint); }

.examples-title { font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-faint); }

.examples { list-style: none; margin: 0 0 34px; padding: 0; }
.examples li {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.examples li:first-child { border-top: 1px solid var(--line); }
.ex-items { font-weight: 600; }
.ex-total { font-weight: 800; white-space: nowrap; }
.ex-math { font-weight: 500; color: var(--ink-faint); font-size: .88em; }

/* ------------------------------------------------------------ calculator */
.calc {
  background: var(--bg-deep);
  color: #fff;
  border-radius: var(--radius);
  padding: 22px 20px;
}
.calc-title { font-size: 1.2rem; margin-bottom: 1em; }

.calc-row { margin-bottom: 16px; }
.calc-label { display: block; font-weight: 600; margin-bottom: 4px; }
.calc-note {
  margin: 0 0 12px;
  font-size: .92rem;
  color: #b9c2cb;
  max-width: 30ch;
}

.stepper {
  display: inline-flex; align-items: stretch;
  background: #fff;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.stepper-btn {
  width: var(--tap); min-height: var(--tap);
  border: 0; background: #fff; color: var(--ink);
  font-size: 1.7rem; line-height: 1; font-weight: 600;
  cursor: pointer;
}
.stepper-btn:hover { background: var(--bg-alt); }
.stepper-btn:disabled { color: #b9c2cb; cursor: not-allowed; }
.stepper-value {
  width: 66px; min-height: var(--tap);
  border: 0; border-inline: 1px solid var(--line);
  text-align: center;
  font: inherit; font-size: 1.2rem; font-weight: 800;
  color: var(--ink);
  -moz-appearance: textfield;
}
.stepper-value::-webkit-outer-spin-button,
.stepper-value::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.calc-total {
  margin: 8px 0 20px;
  padding-top: 18px;
  border-top: 1px solid #333c45;
  text-align: center;
}
.calc-total-label {
  display: block;
  font-size: .82rem; text-transform: uppercase; letter-spacing: .1em;
  color: #b9c2cb;
}
.calc-total-amount {
  display: block;
  font-size: clamp(3rem, 13vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.04em;
  color: #ff8a4c;   /* lighter orange: needs contrast against the dark panel */
}
.calc-total-text { margin: 0; color: #b9c2cb; font-size: .95rem; }

.fineprint {
  margin: 20px 0 0;
  font-size: .95rem;
  color: var(--ink-soft);
  max-width: 56ch;
}
.fineprint-todo {
  padding: 10px 14px;
  border-left: 3px solid var(--accent);
  background: var(--accent-tint);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

/* --------------------------------------------------------- what we take */
.takes {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.takes li {
  display: flex; align-items: center; gap: 11px;
  min-height: var(--tap);
  padding: 11px 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: .97rem;
  line-height: 1.25;
}
.takes .ico { width: 26px; height: 26px; color: var(--accent); }
.takes .take-ask { color: var(--ink-soft); font-weight: 600; }

/* ---------------------------------------------------------- how it works */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; }
.step-num {
  grid-row: span 2;
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--accent); color: #fff;
  font-weight: 800; font-size: 1.2rem;
}
.steps h3 { margin: 0 0 .2em; align-self: center; }
.steps p { margin: 0; color: var(--ink-soft); }
.payments { font-weight: 600; color: var(--ink); }
.payments .ico { color: var(--accent); width: 24px; height: 24px; }

.figure-band { margin: 32px 0 0; }
.figure-band img {
  width: 100%;
  border-radius: var(--radius);
}

/* ---------------------------------------------------------- service area */
.areas {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr);
}
.area {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 15px 17px;
}
.area h3 {
  margin: 0 0 .35em;
  font-size: .82rem; text-transform: uppercase; letter-spacing: .09em;
  color: var(--accent);
}
.area-cities { margin: 0; color: var(--ink); line-height: 1.6; overflow-wrap: break-word; }

/* -------------------------------------------------------------------- FAQ */
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  min-height: var(--tap);
  padding: 15px 0;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  flex: none;
  width: 11px; height: 11px;
  margin-right: 4px;
  border-right: 2.5px solid var(--accent);
  border-bottom: 2.5px solid var(--accent);
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s;
}
.faq-item[open] summary::after { transform: rotate(-135deg) translateY(-2px); }
.faq-body { padding: 0 0 18px; color: var(--ink-soft); }
.faq-body p { margin: 0; max-width: 62ch; }

/* ------------------------------------------------------------------ form */
.section-book { background: var(--bg-alt); }

.field { margin: 0 0 20px; border: 0; padding: 0; min-width: 0; }
.field-sub { margin: 14px 0 0; }

.field > label,
.field > legend {
  display: block;
  padding: 0;
  margin-bottom: 7px;
  font-weight: 700;
}
.req { color: var(--accent); font-weight: 700; }
.opt { color: var(--ink-faint); font-weight: 500; }

input[type="text"], input[type="tel"], input[type="date"], textarea {
  width: 100%;
  min-height: var(--tap);
  padding: 12px 14px;
  font: inherit;
  color: var(--ink);
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
}
textarea { min-height: 88px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--accent); }
input[type="file"] {
  width: 100%;
  padding: 12px;
  background: #fff;
  border: 1.5px dashed var(--line);
  border-radius: var(--radius-sm);
  font: inherit; font-size: .93rem;
}

.hint { margin: 6px 0 0; font-size: .89rem; color: var(--ink-faint); }

.err { margin: 6px 0 0; font-size: .9rem; font-weight: 600; color: #b3261e; }
.err:empty { display: none; }
.err-form { margin-top: 14px; text-align: center; }
input[aria-invalid="true"] { border-color: #b3261e; }

.checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.check, .radio {
  display: flex; align-items: center; gap: 10px;
  min-height: var(--tap);
  padding: 9px 12px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: .96rem; font-weight: 600; line-height: 1.25;
  cursor: pointer;
}
.check:has(input:checked), .radio:has(input:checked) {
  border-color: var(--accent);
  background: var(--accent-tint);
}
.check input, .radio input {
  width: 21px; height: 21px; flex: none; margin: 0;
  accent-color: var(--accent);
}
.radios { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }

/* honeypot: off-screen but not display:none, so bots still fill it */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-foot { margin: 12px 0 0; text-align: center; font-size: .92rem; color: var(--ink-faint); }
.inline-link { font-weight: 700; white-space: nowrap; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

/* The photo ask, now that there's no upload field to put it in */
.photo-note {
  display: flex; align-items: flex-start; gap: 11px;
  margin: 0 0 22px;
  padding: 13px 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: .94rem;
  color: var(--ink-soft);
}
.photo-note .ico { width: 24px; height: 24px; color: var(--accent); margin-top: 1px; }

/* Post-submit panel: confirms the handoff and carries the copy fallback */
.handoff {
  margin: 24px 0 0;
  padding: 20px;
  background: #fff;
  border: 2px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.handoff:focus { outline: none; }
.handoff h3 { margin: 0 0 .4em; font-size: 1.12rem; }
.handoff > p { margin: 0; color: var(--ink-soft); }

.handoff-fallback { margin: 16px 0 0; border-top: 1px solid var(--line); }
.handoff-fallback summary {
  min-height: var(--tap);
  display: flex; align-items: center;
  font-weight: 700; font-size: .95rem;
  color: var(--accent);
  cursor: pointer;
}
.handoff-fallback-body p { margin: 0 0 12px; font-size: .95rem; color: var(--ink-soft); }
.handoff-fallback-body textarea {
  width: 100%;
  min-height: 168px;
  font-size: .9rem;
  line-height: 1.5;
  background: var(--bg-alt);
  resize: vertical;
}
.handoff-copied {
  display: inline-block;
  margin-left: 12px;
  font-size: .9rem; font-weight: 600;
  color: var(--accent);
}
.handoff-fallback-body .btn { margin-top: 12px; }

/* ---------------------------------------------------------------- footer */
.site-footer {
  background: var(--bg-deep);
  color: #c6ced6;
  padding: 36px 0 40px;
  font-size: .96rem;
}
.site-footer a { color: #fff; text-decoration-color: #6b757f; }
.footer-brand { margin: 0 0 .5em; font-size: 1.15rem; font-weight: 800; color: #fff; }
.footer-contact { margin: 0 0 1.1em; font-weight: 600; line-height: 2; }
.footer-area { margin: 0 0 1.1em; max-width: 62ch; color: #9aa5af; }
.footer-legal { margin: 0; color: #9aa5af; }
.dot { color: #55606a; padding-inline: 6px; }

/* ------------------------------------------------------- simple pages */
.page { padding: 40px 0 64px; }
.page h1 { font-size: clamp(1.7rem, 6vw, 2.6rem); }
.page h2 { font-size: 1.2rem; margin-top: 1.8em; }
.page p, .page li { color: var(--ink-soft); max-width: 66ch; }
.page li { margin-bottom: .5em; }
.page code {
  padding: 1px 5px;
  background: var(--bg-alt);
  border-radius: 4px;
  font-size: .88em;
  overflow-wrap: break-word;
}
.page-back { display: inline-block; margin-top: 28px; font-weight: 700; }

.thanks-mark {
  width: 68px; height: 68px;
  margin: 0 0 22px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--accent-tint);
  border: 2px solid var(--accent);
  color: var(--accent);
  font-size: 2rem; font-weight: 800;
}
.thanks-next { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 10px; }
.thanks-next li {
  padding: 14px 16px;
  background: var(--bg-alt);
  border-radius: var(--radius-sm);
  color: var(--ink);
}
.thanks-actions { display: grid; gap: 12px; margin-top: 30px; }

/* =====================================================================
   Wider screens
===================================================================== */
@media (min-width: 480px) {
  .hero-actions { grid-auto-flow: column; grid-auto-columns: max-content; }
  .btn-call-number { display: inline; }
  .btn-call-label { display: none; }
  .thanks-actions { grid-auto-flow: column; grid-auto-columns: max-content; }
}

@media (min-width: 700px) {
  body { font-size: 18px; }
  .section { padding: 68px 0; }
  .price-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
  /* 8 items in the list, so 4 columns fills two even rows */
  .takes { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .takes li { flex-direction: column; align-items: flex-start; gap: 9px; padding: 14px; }
  .takes .ico { width: 28px; height: 28px; }
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .areas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checks, .radios { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .calc { padding: 30px 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; align-items: start; }
  .calc-title { grid-column: 1 / -1; }
  /* Stepper and button stack in column 1 (rows 2 and 3); the price sits
     alongside them in column 2. */
  .calc-total { grid-column: 2; grid-row: 2 / span 2; margin: 0; padding: 0; border: 0; }
  .calc-total-amount { font-size: 4.4rem; }
  .btn-block { grid-column: 1; width: auto; display: inline-flex; }
}

@media (min-width: 900px) {
  html { scroll-padding-top: 88px; }
  .hero { padding: 52px 0 64px; }
  .hero-inner { grid-template-columns: 1.05fr 1fr; align-items: center; gap: 48px; }
  .takes li { padding: 16px; }
  .takes .ico { width: 30px; height: 30px; }
  /* Three-plus columns on desktop, one per region */
  .areas { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
  /* Photos are supporting detail, not the point — cap them so they don't
     dominate a wide screen. */
  .figure-band { max-width: 760px; margin-inline: auto; }
}
