body.theme-joinery {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  color: #2b211a;
  background:
    linear-gradient(90deg, rgba(94, 55, 31, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #f4eee3 0%, #e7dbc9 100%);
  background-size: 42px 42px, auto;
}

.theme-joinery .site-header {
  background: rgba(43, 33, 26, 0.96);
  color: #f8efe0;
  border-bottom: 1px solid rgba(221, 180, 122, 0.22);
}

.theme-joinery .site-nav a,
.theme-joinery .back-presgro {
  color: #f8efe0;
}

.theme-joinery .brand-mark {
  border-radius: 4px;
  background: #c58b4a;
  color: #21150f;
}

.theme-joinery h1,
.theme-joinery h2 {
  font-family: "Fraunces", Georgia, serif;
  color: #2b211a;
}

.theme-joinery .hero {
  background:
    linear-gradient(100deg, rgba(43, 33, 26, 0.95), rgba(79, 53, 37, 0.76)),
    url("../assets/images/joinery-fitted-living-room.webp") center/cover;
  color: #fff6e8;
}

.theme-joinery .hero h1 {
  color: #fff6e8;
}

.theme-joinery .hero-lead,
.theme-joinery .hero .demo-safety-note,
.theme-joinery .hero-proof {
  color: rgba(255, 246, 232, 0.86);
}

.theme-joinery .eyebrow,
.theme-joinery .section-label,
.theme-joinery .card-label {
  color: #9b6330;
  text-transform: uppercase;
}

.theme-joinery .hero .eyebrow {
  color: #e0b06e;
}

.theme-joinery .button-primary {
  background: #c58b4a;
  border-color: #c58b4a;
  color: #21150f;
}

.theme-joinery .button-secondary {
  background: rgba(255, 246, 232, 0.1);
  border-color: rgba(255, 246, 232, 0.34);
  color: #fff6e8;
}

.theme-joinery .hero-photo,
.theme-joinery .case-card {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 18px 18px 0 rgba(197, 139, 74, 0.18), 0 26px 62px rgba(43, 33, 26, 0.32);
}

.theme-joinery .hero-note,
.theme-joinery .service-card,
.theme-joinery .area-panel,
.theme-joinery .proof-card,
.theme-joinery .contact-form {
  border-radius: 3px;
  border: 1px solid rgba(94, 55, 31, 0.18);
  background: rgba(255, 250, 240, 0.94);
  box-shadow: 0 20px 44px rgba(78, 52, 35, 0.12);
}

.theme-joinery .service-card {
  background:
    linear-gradient(90deg, rgba(197, 139, 74, 0.16) 0 8px, transparent 8px),
    #fffaf0;
}

.theme-joinery .trust-strip,
.theme-joinery .section-soft {
  background: #ded0bb;
}

.theme-joinery .trust-item {
  border-radius: 3px;
  background: #fffaf0;
}

.theme-joinery .section-dark {
  background: #2b211a;
  color: #fff6e8;
}

.theme-joinery .section-dark h2,
.theme-joinery .section-dark .section-label {
  color: #fff6e8;
}

.theme-joinery .mobile-contact-bar a:first-child {
  background: #7b4d2a;
}

@media (max-width: 700px) {
  .theme-joinery .hero-photo,
  .theme-joinery .case-card {
    box-shadow: 0 18px 38px rgba(43, 33, 26, 0.22);
  }
}
