/* Prairie Tree Works – theme: #ffb600 (yellow) inside content, #244306 (green) page background */

.prairie-tree-works {
  background: #244306;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: flex-start;
}

/* Yellow only in the center content strip (max-width from .landing) – extend to bottom */
.prairie-tree-works .landing {
  background: #ffb600;
  flex: 1;
  width: 100%;
  max-width: 560px;
}

/* Mobile: no body padding so yellow/brown go edge-to-edge; content gets its own padding */
@media (max-width: 560px) {
  .prairie-tree-works {
    background: #ffb600;
    padding-left: 0;
    padding-right: 0;
  }
  .prairie-tree-works .landing {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .prairie-tree-works .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.prairie-tree-works .landing .tagline {
  color: #244306;
}

.prairie-tree-works .landing .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.prairie-tree-works .landing .contact a {
  color: #244306;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.prairie-tree-works .landing .contact a:hover {
  color: rgba(36, 67, 6, 0.85);
}

.prairie-tree-works .landing .contact .contact-icon {
  flex-shrink: 0;
}

.prairie-tree-works .landing .contact a.contact-phone {
  font-size: 1.35rem;
  font-weight: 600;
}

/* Brown/dirt rectangle at bottom of yellow content strip; footer text near top */
.prairie-tree-works .site-footer {
  background: #3d2b1f;
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  max-width: 560px;
  box-sizing: border-box;
  min-height: 60px;
  padding: 1rem 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.prairie-tree-works .site-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
}

.prairie-tree-works .site-footer-link:hover {
  color: #fff;
}

.prairie-tree-works .site-footer-logo {
  height: 0.75rem;
  width: auto;
  display: block;
  opacity: 0.95;
}

.prairie-tree-works .site-footer-link:hover .site-footer-logo {
  opacity: 1;
}

/* Quote/callback form – match Prairie Tree Works colours */
.prairie-tree-works .landing .contact-form-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.prairie-tree-works .landing .contact-form-heading {
  color: #244306;
}

.prairie-tree-works .landing .contact-form-description {
  color: rgba(36, 67, 6, 0.85);
}

.prairie-tree-works .landing .contact-form-label {
  color: #244306;
}

.prairie-tree-works .landing .contact-form-input,
.prairie-tree-works .landing .contact-form-select {
  border-color: rgba(36, 67, 6, 0.4);
  background: rgba(255, 255, 255, 0.95);
  color: #1a1a1a;
}

.prairie-tree-works .landing .contact-form-input::placeholder {
  color: #666;
}

.prairie-tree-works .landing .contact-form-input:focus,
.prairie-tree-works .landing .contact-form-select:focus {
  border-color: #244306;
  background: #fff;
}

.prairie-tree-works .landing .contact-form-feedback--success {
  color: #244306;
}

.prairie-tree-works .landing .contact-form-feedback--error {
  color: #b91c1c;
}

.prairie-tree-works .landing .contact-form-submit {
  background: #244306;
  color: #ffb600;
  border-color: #244306;
}

.prairie-tree-works .landing .contact-form-submit:hover:not(:disabled) {
  background: #1a3305;
  border-color: #1a3305;
  color: #ffb600;
}
