/* Shared shop chrome for money pages. One header + one red emergency bar + one sticky CTA. */
html, body {
  margin: 0;
  overflow-x: hidden;
}
body.shop-page {
  padding-bottom: 5.25rem;
}
@media (min-width: 1024px) {
  body.shop-page { padding-bottom: 0; }
}

#scws-emergency-cta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #dc2626, #b91c1c);
  color: #fff;
  padding: 0.25rem 0.75rem;
  text-align: center;
}
#scws-emergency-cta > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
#scws-emergency-cta a[href^="tel:"],
#scws-emergency-cta a[href^="sms:"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #dc2626;
  font-weight: 700;
  min-height: 44px;
  min-width: 0 !important;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  white-space: nowrap;
  flex: 0 0 auto;
}
#scws-emergency-cta a[href^="sms:"] {
  background: #fff7ed;
}
@media (max-width: 767px) {
  #scws-emergency-cta {
    padding: 0.35rem 0.5rem;
  }
  #scws-emergency-cta > div {
    gap: 0.35rem;
  }
  #scws-emergency-cta a[href^="tel:"],
  #scws-emergency-cta a[href^="sms:"] {
    min-width: 0 !important;
    padding: 0.4rem 0.65rem;
    font-size: 0.8125rem;
  }
  #scws-emergency-cta .scws-emergency-note {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #scws-emergency-cta {
    padding: 0.2rem 0.75rem;
  }
  #scws-emergency-cta a[href^="tel:"],
  #scws-emergency-cta a[href^="sms:"] {
    min-height: 36px;
    padding: 0.3rem 0.9rem;
  }
}

header.shop-header {
  background: #1f3b4d;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.shop-header-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.4rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
.shop-header .site-logo-img {
  height: 2rem;
  width: auto;
  max-width: 140px;
}
@media (min-width: 640px) {
  .shop-header .site-logo-img { height: 2.5rem; max-width: 200px; }
}
header .site-phone-cta {
  display: inline-flex !important;
  visibility: visible !important;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex: 0 0 auto;
  min-height: 44px;
  font-size: 0.75rem;
  padding: 0.45rem 0.6rem;
  line-height: 1;
}
@media (min-width: 640px) {
  header .site-phone-cta {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 1280px) {
  header .site-phone-cta { font-size: 1rem; }
}

/* Homepage hero: Call + Get Estimate stay on one row (never stack). */
.hero-cta-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 0.5rem;
}
.hero-cta-row a,
.hero-cta-row > * {
  white-space: nowrap;
  width: auto !important;
  max-width: none;
  flex: 0 1 auto;
}
.hero-cta-short { display: none; }
@media (max-width: 767px) {
  .hero-cta-row {
    gap: 0.4rem;
  }
  .hero-cta-row a {
    padding: 0.55rem 0.7rem !important;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 480px) {
  .hero-cta-row a {
    padding: 0.5rem 0.65rem !important;
    font-size: 0.875rem !important;
  }
  .hero-cta-full { display: none; }
  .hero-cta-short { display: inline; }
}
.shop-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .shop-menu-btn { display: none; }
}
.shop-desktop-nav {
  display: none;
  align-items: center;
  gap: 1rem;
}
.shop-desktop-nav a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .shop-desktop-nav { display: flex; }
}
.shop-mobile-nav a {
  display: block;
  padding: 0.65rem 0;
  color: #fff;
  text-decoration: none;
}

.shop-trust {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #334155;
}
.shop-trust-inner {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 0.35rem 1.25rem;
}
@media (min-width: 768px) {
  .shop-trust-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.shop-trust strong { color: #1f3b4d; }
.shop-trust a { color: #1f3b4d; font-weight: 600; }

.shop-footer-nap {
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.55;
}
.shop-footer-nap a { color: #e2e8f0; }

#sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 2px solid #e5e7eb;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  z-index: 1100;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
}
#sticky-cta a {
  flex: 1;
  font-weight: 700;
  padding: 12px 8px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sticky-cta .cta-call { background: #dc2626; }
#sticky-cta .cta-text { background: #2563eb; }
#sticky-cta .cta-est { background: #4e9271; }
@media (min-width: 1024px) {
  #sticky-cta { display: none; }
}

/* Keep form fields thumb-friendly; no extra libraries */
.shop-page input,
.shop-page select,
.shop-page textarea {
  font-size: 16px;
}

.recent-work-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .recent-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .recent-work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.recent-work-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  color: inherit;
  text-decoration: none;
}
.recent-work-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.recent-work-card .rw-body {
  padding: 0.85rem 1rem 1rem;
}
.recent-work-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  color: #1f3b4d;
}
.recent-work-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
}

.city-landing .hero,
.service-page .hero {
  background: linear-gradient(135deg, #1f3b4d 0%, #0f172a 100%);
  color: #fff;
  padding: 2.5rem 1rem;
  text-align: center;
}
.city-landing .hero h1,
.service-page .hero h1 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.cta-button {
  display: inline-block;
  margin-top: 1rem;
  background: #dc2626;
  color: #fff;
  padding: 0.85rem 1.25rem;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  min-height: 44px;
}
.city-landing section,
.city-landing .contact-cta,
.service-page .content,
.service-page section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}
