:root {
  --color-brand: #8a3f1b;
  --color-brand-strong: #5d2a11;
  --color-accent: #f2b754;
  --color-brand-soft: #f7e4d4;
  --container: min(1220px, 92vw);
}

body.chores-theme {
  background:
    radial-gradient(1020px 430px at 10% -9%, rgba(138, 63, 27, 0.19), transparent 72%),
    radial-gradient(760px 340px at 92% 8%, rgba(242, 183, 84, 0.16), transparent 66%),
    #faf5f1;
}

.chores-theme .topbar {
  background: #4f220f;
}

.chores-theme .site-header {
  background: rgba(255, 250, 246, 0.93);
}

.chores-theme .hero-overlay {
  background: linear-gradient(118deg, rgba(36, 16, 8, 0.83), rgba(108, 42, 18, 0.64));
}

.chores-theme .hero-content h1 {
  max-width: 17ch;
}

.section-emergency {
  padding-top: 2.1rem;
  padding-bottom: 1rem;
}

.emergency-banner {
  background: linear-gradient(118deg, #ad3d17, #d06220);
  border-radius: var(--radius-md);
  color: #fff5ed;
  padding: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  box-shadow: var(--shadow-card);
}

.emergency-banner strong {
  font-size: clamp(1.1rem, 2.8vw, 1.55rem);
  font-family: var(--font-display);
}

.section-about .card {
  border-color: #e2cdbf;
  background: linear-gradient(160deg, #fff, #fbf2ea);
}

.section-services .service-card {
  border: 1px solid #e3d1c5;
  border-bottom: 3px solid rgba(138, 63, 27, 0.35);
  background: #fff;
}

.section-showcase {
  background:
    linear-gradient(160deg, rgba(138, 63, 27, 0.12), rgba(255, 255, 255, 0.84)),
    #f4ebe4;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.showcase-card {
  border: 1px solid #e0ccb8;
  border-radius: 0.95rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 30px rgba(82, 34, 13, 0.13);
}

.showcase-card img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}

.showcase-card div {
  padding: 0.95rem;
}

.section-process .timeline {
  border: 1px solid #e0ccbc;
  border-radius: 0.88rem;
  padding: 0.92rem;
  background: #fff;
}

.section-service-areas .card {
  border-color: #e2cfbe;
}

.section-pricing .card {
  border-color: #e1cdbd;
  background: linear-gradient(165deg, #fff, #fcf2e8);
}

.pricing-list {
  padding-left: 1rem;
  display: grid;
  gap: 0.4rem;
}

.section-why .card {
  border-color: #e3d0c1;
}

.section-quote .card {
  border-color: #e0cdbd;
}

.chores-theme .site-footer {
  background: #4d210f;
}

@media (max-width: 980px) {
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .showcase-card img {
    height: 11rem;
  }
}
