/* ============================================================
   QuickDry — location (service-area) page styles
   Loads after styles.css, reuses tokens, only adds the new
   components: hero, job-photo grid, intro prose, hub cards.
   ============================================================ */

/* ---------- City page hero ---------- */
.loc-hero {
  padding: clamp(40px, 6vw, 72px) 0 clamp(24px, 4vw, 40px);
  background: linear-gradient(180deg, var(--surface-2) 0%, var(--surface) 100%);
}
.loc-hero .crumb { font-size: 13px; color: var(--muted); margin-bottom: 18px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.loc-hero .crumb a { color: var(--brand-700); }
.loc-hero .crumb .sep { color: var(--line); }
.loc-hero .crumb .here { color: var(--ink); font-weight: 600; }
.loc-hero .eyebrow { color: var(--brand-700); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.loc-hero h1 { font-family: var(--font-display); font-size: clamp(34px, 5vw, 54px); line-height: 1.05; letter-spacing: -0.02em; color: var(--navy-900); }
.loc-hero .lede { font-size: clamp(17px, 1.8vw, 20px); color: var(--ink-soft); max-width: 60ch; margin-top: 14px; }
.loc-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.loc-hero .hero-assure { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 22px; list-style: none; padding: 0; }
.loc-hero .hero-assure li { list-style: none; display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.loc-hero .hero-assure svg { width: 18px; height: 18px; color: var(--teal); flex: none; }

/* ---------- Services / Why-us / Mold-services grids ---------- */
/* Mirrors the .incl pattern from service.css. Location pages don't load
   service.css, so the rules are duplicated here. */
.incl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 24px; }
.incl {
  display: flex; align-items: flex-start; gap: 14px; padding: 20px 22px; background: #fff;
  border: 1px solid var(--line-soft); border-radius: var(--r-md); font-size: 16.5px; font-weight: 500; color: var(--ink-soft);
}
.incl b { color: var(--ink); font-weight: 700; }
.incl .tick { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--teal-tint); color: var(--brand-700); display: grid; place-items: center; margin-top: 1px; }
.incl .tick svg { width: 15px; height: 15px; }
@media (max-width: 680px) { .incl-grid { grid-template-columns: 1fr; } }

/* ---------- Intro/context prose ---------- */
.loc-intro { max-width: 72ch; font-size: 17px; line-height: 1.7; color: var(--ink-soft); }
.loc-intro p { margin-bottom: 1em; }
.loc-intro p:last-child { margin-bottom: 0; }

/* ---------- Job-photos grid ---------- */
.job-photos {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 720px) { .job-photos { grid-template-columns: 1fr; } }
.job-photo {
  margin: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--tint);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.job-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--surface-2);
}
.job-photo figcaption {
  padding: 12px 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--surface);
}

/* ---------- Other-cities mini nav (footer of city page) ---------- */
.loc-other-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.loc-other-card {
  display: block;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  text-decoration: none;
  color: var(--ink);
  transition: transform .15s ease, box-shadow .2s ease, border-color .15s ease;
}
.loc-other-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: var(--brand-300);
}
.loc-other-card b { font-family: var(--font-display); font-size: 17px; color: var(--navy-900); display: block; }
.loc-other-card span { display: block; margin-top: 4px; font-size: 13px; color: var(--muted); }

/* ---------- CTA: small note above trust strip ---------- */
.loc-area {
  color: oklch(0.9 0.03 230);
  font-size: 14px;
  margin-top: 14px;
  max-width: 50ch;
}

/* ---------- Hub page ---------- */
.loc-hub-hero {
  padding: clamp(56px, 8vw, 96px) 0 clamp(28px, 5vw, 56px);
  background: linear-gradient(180deg, var(--surface-2) 0%, var(--surface) 100%);
}
.loc-hub-hero .eyebrow { color: var(--brand-700); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.loc-hub-hero h1 { font-family: var(--font-display); font-size: clamp(34px, 5vw, 54px); line-height: 1.05; letter-spacing: -0.02em; color: var(--navy-900); }
.loc-hub-hero p { font-size: clamp(17px, 1.8vw, 20px); color: var(--ink-soft); max-width: 64ch; margin-top: 16px; }

.loc-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}
.loc-hub-card {
  display: block;
  background: #fff;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  text-decoration: none;
  color: var(--ink);
  transition: transform .18s ease, box-shadow .25s ease, border-color .18s ease;
}
.loc-hub-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-300);
}
.loc-hub-card .ph {
  aspect-ratio: 4 / 3;
  background: var(--surface-2);
  overflow: hidden;
}
.loc-hub-card .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.loc-hub-card .body { padding: 22px 24px 26px; }
.loc-hub-card h2 { font-family: var(--font-display); font-size: 24px; letter-spacing: -0.01em; color: var(--navy-900); }
.loc-hub-card p { font-size: 14px; color: var(--ink-soft); margin-top: 6px; }
.loc-hub-card .more { display: inline-block; margin-top: 14px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brand-700); }
