/* County Line Roofing — yard sign. Phone is the hero. Work photos after. */
:root {
  --tar: #1a1f24;
  --clay: #c44b1d;
  --paper: #efece6;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; }
body {
  font-family: Archivo, Arial, sans-serif;
  background: var(--paper);
  color: var(--tar);
  line-height: 1.4;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
figure { margin: 0; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 8px; background: #fff; padding: 8px; z-index: 20; }

.bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  background: var(--tar);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
}
.mark { color: #fff; text-decoration: none; }
.counties-chip { margin: 0; font-weight: 400; color: #d8dee6; }
.tel { color: #fff; text-decoration: none; background: var(--clay); padding: 8px 12px; }

.sign {
  background: var(--tar);
  color: #fff;
  padding: 36px 28px 40px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kicker {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8dee6;
}
.sign h1 {
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  line-height: 0.86;
  text-transform: uppercase;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
  max-width: 12ch;
}
.phone-slab {
  display: inline-block;
  width: max-content;
  background: var(--clay);
  color: #fff;
  text-decoration: none;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: 0.02em;
  padding: 10px 18px 12px;
  line-height: 1;
}
.sign-note { margin: 16px 0 0; max-width: 40ch; font-size: 1.05rem; color: #d8dee6; }

.doors {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 16px 20px;
  margin-top: -28px;
}
.door {
  display: block;
  padding: 22px 18px;
  background: #fff;
  border-top: 8px solid var(--clay);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(26, 31, 36, 0.08);
}
.door h2 {
  font-family: Oswald, Impact, sans-serif;
  font-size: 2rem;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.door p { margin: 0; color: #4b5560; }

.jobs {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 8px;
  padding: 8px 20px 28px;
}
.jobs figure { position: relative; }
.jobs img { width: 100%; height: 260px; object-fit: cover; }
.jobs figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.next { background: var(--tar); color: #fff; padding: 36px 22px; }
.next-inner { width: min(40rem, 100%); }
.next h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 2rem;
}
.next ol { margin: 0; padding-left: 1.2em; }
.next li + li { margin-top: 8px; }

.counties { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; }
.counties div { padding: 28px 22px; }
.counties h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-size: 1.8rem;
}
.counties img { width: 100%; height: 240px; object-fit: cover; }
.foot { padding: 16px 22px 28px; font-size: 0.85rem; }

@media (max-width: 800px) {
  .counties-chip { display: none; }
  .doors, .jobs, .counties { grid-template-columns: 1fr; }
  .jobs { grid-template-columns: 1fr 1fr; }
  .sign { min-height: 0; padding: 28px 18px 48px; }
  .jobs img { height: 180px; }
}
