/* JCS Junk Removal — truck-door livery + curbside hang tags. */

:root {
  --ink: #0a0a0a;
  --asphalt: #111111;
  --panel: #1b1b1b;
  --steel: #2a2a2a;
  --salmon: #e89b86;
  --sunset: #f2c48a;
  --cream: #f6efe4;
  --cream-2: #efe4d2;
  --mute: #9c9488;
  --line: #3a342c;
  --recycle: #7dba6a;
  --hot: #ff4b1f;
  --hot-ink: #1a0804;
  --wrap: min(1120px, calc(100% - 1.35rem));
  --slab: "Alfa Slab One", "Impact", "Arial Black", serif;
  --display: "Oswald", "Arial Narrow", Impact, sans-serif;
  --sans: "Figtree", "Segoe UI", sans-serif;
  --mono: "Share Tech Mono", ui-monospace, Menlo, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--cream);
  background:
    radial-gradient(900px 480px at 80% -10%, rgba(232, 155, 134, 0.16), transparent 55%),
    radial-gradient(700px 400px at 0% 20%, rgba(242, 196, 138, 0.08), transparent 50%),
    var(--ink);
  line-height: 1.55;
  font-size: 1.05rem;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--salmon); }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.92;
  margin: 0 0 0.5em;
  text-wrap: balance;
  color: inherit;
}
h1 { font-size: clamp(2.7rem, 13vw, 6.4rem); }
h2 { font-size: clamp(1.7rem, 5vw, 2.9rem); }
h3 { font-size: 1.25rem; letter-spacing: 0.06em; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--hot);
  color: var(--hot-ink);
  padding: 0.55rem 0.85rem;
  z-index: 100;
  font-weight: 700;
  text-decoration: none;
}
.skip:focus { left: 0.5rem; top: 0.5rem; }

.wrap { width: var(--wrap); margin-inline: auto; }

.kicker {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: var(--salmon);
  margin: 0 0 0.7rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(10, 10, 10, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 3px solid var(--salmon);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 70px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--cream);
  min-width: 0;
}
.logo img { width: 42px; height: 42px; flex: none; border-radius: 50%; }
.logo-word {
  font-family: var(--slab);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  line-height: 1.05;
}
.logo-word span {
  display: block;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  color: var(--mute);
  margin-top: 0.18rem;
  font-weight: 400;
}
.menu-toggle {
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--steel);
  background: var(--panel);
  border-radius: 2px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--cream);
}
.nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--panel);
  border-bottom: 3px solid var(--salmon);
  padding: 0.8rem 1.1rem 1.1rem;
  flex-direction: column;
  gap: 0.3rem;
}
.nav.is-open { display: flex; }
.nav a {
  color: var(--cream);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.7rem 0.2rem;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.nav a[aria-current="page"] { color: var(--salmon); }
.header-cta { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.7rem 1.05rem;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  border-radius: 1px;
}
.btn-hot { background: var(--hot); color: var(--hot-ink); }
.btn-hot:hover { background: #ff6a42; }
.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 2px solid var(--cream-2);
}
.btn-ghost-ink {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
}
.hero-actions, .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

/* Truck-door hero */
.hero {
  padding: 1.4rem 0 0.2rem;
  position: relative;
}
.door {
  position: relative;
  padding: 1.4rem 1.15rem 1.5rem;
  background:
    linear-gradient(180deg, rgba(232, 155, 134, 0.12), transparent 40%),
    var(--panel);
  border: 1px solid var(--steel);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.door::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--salmon), var(--sunset));
  opacity: 0.95;
  pointer-events: none;
}
.door::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 18px;
  width: 86px;
  height: 86px;
  border: 2px solid rgba(246, 239, 228, 0.18);
  border-radius: 50%;
  pointer-events: none;
}
.door-copy, .crew-card { position: relative; z-index: 1; }
.door h1 { max-width: 11ch; }
.hero-grid { display: grid; gap: 1rem; }
.lede {
  max-width: 38rem;
  color: #ddd4c6;
  font-size: 1.05rem;
}
.offer {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sunset);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0.55rem 0;
  margin: 0.9rem 0 0.3rem;
  max-width: 38rem;
}
.stamp {
  display: inline-block;
  border: 2px solid var(--hot);
  color: var(--hot);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.28rem 0.5rem;
  transform: rotate(-5deg);
  margin-bottom: 0.75rem;
}
.truck-deco {
  width: min(220px, 70%);
  margin: 1.1rem 0 0;
  opacity: 0.85;
}

.crew-card {
  margin-top: 1.2rem;
  background: var(--cream);
  color: var(--ink);
  padding: 0.45rem;
  display: inline-block;
  max-width: 100%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
}
.crew-card img {
  width: min(280px, 100%);
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 18%;
}
.crew-card figcaption {
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 0.25rem 0.2rem;
  color: #4a4338;
}
.crew-card strong { color: var(--ink); }

/* Hang-tag rail */
.rail {
  padding: 1.6rem 0 0.4rem;
}
.tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-top: 1rem;
}
.tag {
  background: var(--cream);
  color: var(--ink);
  padding: 1.55rem 0.85rem 1rem;
  border-radius: 3px 3px 10px 10px;
  position: relative;
  min-height: 118px;
  box-shadow: 0 8px 0 #c9b89a;
}
.tag::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: inset 0 0 0 3px #c4b396;
}
.tag .code {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6254;
}
.tag h3 {
  margin: 0.4rem 0 0;
  font-size: clamp(1.05rem, 3.6vw, 1.4rem);
}

.section { padding: 1.4rem 0 1.8rem; }
.lede-light { color: var(--mute); max-width: 38rem; }

.plate {
  background: var(--panel);
  border: 1px solid var(--steel);
  padding: 1.2rem 1.1rem;
}
.plate h2 { color: var(--cream); }

.brothers {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}
.brother {
  background: var(--cream);
  color: var(--ink);
  padding: 1rem 1rem 1.05rem;
  display: grid;
  gap: 0.15rem;
}
.brother .who {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}
.brother .role {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6254;
}
.brother a {
  color: var(--ink);
  font-family: var(--mono);
  text-decoration: none;
  font-size: 1.05rem;
  margin-top: 0.35rem;
}
.brother a:hover { color: var(--hot); }

.contact-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-family: var(--mono);
  font-size: 0.86rem;
}
.contact-list li {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  gap: 0.5rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--steel);
  align-items: baseline;
}
.contact-list span {
  color: var(--mute);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.68rem;
}
.contact-list a { color: var(--cream); text-decoration: none; word-break: break-word; }
.contact-list a:hover { color: var(--salmon); }

/* Truck-bed rate card */
.loads {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.1rem;
}
.load {
  background: var(--panel);
  border: 1px solid var(--steel);
  padding: 0.9rem 1rem;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 0.8rem;
  align-items: center;
}
.bed {
  height: 44px;
  background: #0e0e0e;
  border: 2px solid #3d3d3d;
  position: relative;
  overflow: hidden;
}
.bed i {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, var(--salmon), var(--hot));
}
.load h3 { margin: 0; font-size: 1.15rem; }
.load .price {
  font-family: var(--slab);
  font-size: 1.35rem;
  color: var(--sunset);
}
.load .note { font-family: var(--mono); font-size: 0.68rem; color: var(--mute); letter-spacing: 0.08em; text-transform: uppercase; }

.extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 0.9rem;
}
.extra {
  border: 1px dashed var(--line);
  padding: 0.85rem 0.8rem;
}
.extra strong {
  display: block;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--sunset);
}

form { display: grid; gap: 0.4rem; margin-top: 0.6rem; }
label {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b6254;
  margin-top: 0.3rem;
}
input, textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c9b89a;
  background: #fffaf0;
  color: var(--ink);
  font: inherit;
  padding: 0.55rem 0.7rem;
  border-radius: 1px;
}
textarea { min-height: 120px; resize: vertical; }
.form-card {
  background: var(--cream);
  color: var(--ink);
  padding: 1.2rem 1.1rem;
}
.form-card h2 { color: var(--ink); }
.note {
  font-family: var(--mono);
  font-size: 0.7rem;
  color: #6b6254;
  margin-top: 0.4rem;
}

.page-hero { padding: 1.6rem 0 0.2rem; }
.page-hero h1 { font-size: clamp(2.2rem, 10vw, 4.6rem); }

.split { display: grid; gap: 1rem; }

.callbar {
  position: sticky;
  bottom: 0;
  display: flex;
  z-index: 30;
}
.callbar a {
  flex: 1;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
.callbar .call { background: var(--hot); color: var(--hot-ink); }
.callbar .mail { background: var(--panel); color: var(--cream); border-top: 1px solid var(--steel); }

.site-footer {
  padding: 1.6rem 0 5.5rem;
  border-top: 1px solid var(--steel);
  color: var(--mute);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}
.footer-inner { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-brand {
  font-family: var(--slab);
  font-size: 1.05rem;
  color: var(--cream);
  letter-spacing: 0.02em;
}
.site-footer a { color: var(--cream-2); text-decoration: none; }

@media (min-width: 760px) {
  .menu-toggle { display: none; }
  .nav {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    background: none;
    border: 0;
    padding: 0;
    margin-left: auto;
    gap: 0.1rem;
  }
  .nav a { padding: 0.4rem 0.65rem; min-height: 0; }
  .header-cta { display: inline-flex; margin-left: 0.4rem; }
  .nav a.btn { min-height: 44px; }
  .door { padding: 2rem 2.1rem 2rem; }
  .door::before { width: 340px; height: 340px; right: 8%; }
  .hero-grid {
    grid-template-columns: 1.25fr 0.75fr;
    grid-template-rows: auto 1fr;
    gap: 1.2rem 1.6rem;
    align-items: start;
  }
  .door-copy { grid-column: 1; }
  .door-copy-2 { grid-row: 2; }
  .crew-card { grid-column: 2; grid-row: 1 / span 2; margin-top: 0; }
  .crew-card img { width: 100%; max-height: 520px; }
  .nav a.btn { display: none; }
  .tags { grid-template-columns: repeat(5, 1fr); }
  .brothers { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr 1fr; align-items: start; }
  .callbar { display: none; }
  .site-footer { padding-bottom: 1.6rem; }
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
  .extras { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 760px) and (max-width: 980px) {
  .tags { grid-template-columns: repeat(3, 1fr); }
}
