/* ==========================================================
   Custom CSS — minimal overrides for Fractal
   Author: Zach
   ========================================================== */


/* ==========================================================
   HEADER — keep content off screen edges
   ========================================================== */

#header {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 736px) {
  #header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}


/* ==========================================================
   SERVICES — NORMAL BULLETED LIST (override Fractal)
   ========================================================== */

#services .inner {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Restore real bullets and remove card styling */
#services ul.services-list {
  list-style: disc !important;
  padding-left: 1.5rem !important;
  margin: 1rem auto 0 auto;
  max-width: 48rem;
  background: none !important;
  border: none !important;
}

/* Kill Fractal list-item cards */
#services ul.services-list li {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0.25rem 0 !important;
  margin: 0.5rem 0 !important;
  line-height: 1.6;
}


/* ==========================================================
   CONTACT FORM — clean, readable, unchanged layout
   ========================================================== */

#contact form.special {
  max-width: 760px;
  margin: 2rem auto;
  padding: 2.25rem;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  box-sizing: border-box;
}

#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
  padding: 0.75rem 0.9rem;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  width: 100%;
  font-size: 1rem;
  background-color: #ffffff;
  color: #333333;
}

#contact .actions {
  margin-top: 1rem;
}

#contact .actions input[type="submit"].primary {
  height: auto;
  line-height: normal;
  padding: 0.6rem 1.4rem;
  font-weight: bold;
}

/* Mobile form spacing */
@media screen and (max-width: 736px) {
  #contact form.special {
    padding: 1.25rem;
    margin: 1rem;
  }
}
