/*
Theme Name: Motor City Living
Theme URI: https://motorcityliving.com/
Author: Motor City Living
Description: Tenant placement agency theme for Detroit neighborhoods: Midtown, Corktown, and Boston-Edison.
Version: 1.0
Text Domain: motor-city-living
*/

:root {
  --mcl-orange: #FF8A3D;
  --mcl-dark: #0a0a0a;
  --mcl-light: #f5f5f5;
  --mcl-text: #222;
  --mcl-muted: #666;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--mcl-light);
  font-family: Arial, sans-serif;
  color: var(--mcl-text);
}

/* HEADER */
.mcl-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 90px;
  background: rgba(10,10,10,0.96);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
  z-index: 1000;
  border-bottom: 2px solid var(--mcl-orange);
}

.mcl-header-logo img {
  height: 80px;
  width: auto;
  display: block;
  filter: drop-shadow(0 0 12px rgba(255,140,50,0.9));
}

.mcl-header-nav {
  display: flex;
  gap: 20px;
  font-size: 0.95rem;
}

.mcl-header-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mcl-header-nav a:hover {
  color: var(--mcl-orange);
}

@media (max-width: 800px) {
  .mcl-header-nav {
    display: none;
  }
}

.mcl-body {
  margin-top: 90px;
}

/* GENERIC LAYOUT */
.mcl-section {
  padding: 80px 16px;
}

.mcl-container {
  max-width: 1120px;
  margin: 0 auto;
}

.mcl-section-title {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 0.4rem;
}

.mcl-section-subtitle {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
  color: var(--mcl-muted);
  font-size: 0.98rem;
}

.mcl-grid {
  display: grid;
  gap: 24px;
}

.mcl-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .mcl-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* HERO with APARTMENT BACKGROUND */
.mcl-hero {
  min-height: 85vh;
  background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1950&q=80');
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 16px;
}

.mcl-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.mcl-hero-inner {
  position: relative;
  max-width: 760px;
  text-align: center;
  z-index: 2;
  color: #fff;
}

.mcl-hero-title {
  font-size: 3.0rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-shadow: 0 3px 8px rgba(0,0,0,0.7);
}

.mcl-hero-tagline {
  font-size: 1.4rem;
  color: var(--mcl-orange);
  margin-bottom: 25px;
  text-shadow: 0 2px 5px rgba(0,0,0,0.7);
}

.mcl-hero-text {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto 25px;
}

.mcl-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.mcl-btn {
  padding: 13px 28px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95rem;
  transition: 0.2s;
}

.mcl-btn-primary {
  background: var(--mcl-orange);
  color: #111;
  box-shadow: 0 10px 25px rgba(0,0,0,0.45);
}

.mcl-btn-primary:hover {
  background: #ff9c5c;
  transform: translateY(-2px);
}

.mcl-btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.mcl-btn-secondary:hover {
  background: rgba(255,255,255,0.18);
}

/* CARDS */
.mcl-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.mcl-card h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

.mcl-card p {
  margin: 0;
  font-size: 0.95rem;
}

/* WHY SECTION */
.mcl-why {
  background: #fafafa;
}

/* NEIGHBORHOODS */
.mcl-neighborhoods {
  background: #ffffff;
}

.mcl-neighborhood-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  background: #fff;
}

.mcl-neighborhood-bg {
  height: 140px;
  background-size: cover;
  background-position: center;
}

.mcl-nb-midtown {
  background-image: url('https://motorcityliving.com/wp-content/uploads/2026/01/ChatGPT-Image-Jan-3-2026-03_21_01-PM.png');
}

.mcl-nb-corktown {
  background-image: url('https://motorcityliving.com/wp-content/uploads/2026/01/68fba4b031d18819f912094a_326946272_1600490130461293_5377384531222628228_n.jpeg');
}

.mcl-nb-boston {
  background-image: url('https://motorcityliving.com/wp-content/uploads/2026/01/ChatGPT-Image-Jan-3-2026-03_39_14-PM.png');
}

.mcl-neighborhood-content {
  padding: 16px 18px 18px;
}

.mcl-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.mcl-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--mcl-orange);
}

/* HOW IT WORKS */
.mcl-how {
  background: #f4f4f4;
}

.mcl-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

@media (max-width: 900px) {
  .mcl-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .mcl-steps {
    grid-template-columns: 1fr;
  }
}

.mcl-step {
  background: #fff;
  border-radius: 16px;
  padding: 20px 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  font-size: 0.95rem;
}

.mcl-step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--mcl-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-weight: 700;
  margin-bottom: 10px;
}

/* RENTALS */
.mcl-rentals {
  background: #ffffff;
}

.mcl-rental-card .mcl-price {
  font-weight: 700;
  margin-bottom: 4px;
}

.mcl-price::before {
  content: "$";
}

.mcl-rental-card .mcl-meta {
  color: var(--mcl-muted);
  font-size: 0.92rem;
  margin-bottom: 10px;
}

/* OWNERS */
.mcl-owners {
  background: linear-gradient(120deg, #111 0%, #1a3a57 100%);
  color: #fff;
}

.mcl-owners-wrap {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  align-items: center;
}

@media (max-width: 900px) {
  .mcl-owners-wrap {
    grid-template-columns: 1fr;
  }
}

.mcl-owners-text .mcl-section-title,
.mcl-owners-text .mcl-section-subtitle {
  text-align: left;
}

.mcl-owners-text .mcl-section-subtitle {
  color: #d0def7;
}

.mcl-list {
  margin: 1.2rem 0 1.8rem;
  padding-left: 1.1rem;
}

.mcl-list li {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.mcl-owners-photo-placeholder {
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.22);
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 18px;
  background: radial-gradient(circle at top, rgba(255,255,255,0.15), transparent 60%);
  font-size: 0.85rem;
  color: #dfe8ff;
}

/* ABOUT */
.mcl-about {
  background: #fafafa;
}

.mcl-about-text {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7;
  color: #444;
  font-size: 0.98rem;
}

/* FORM */
.mcl-wishlist {
  background: #ffffff;
}

.mcl-form {
  max-width: 760px;
  margin: 0 auto;
  background: #fafafa;
  border-radius: 18px;
  padding: 24px 20px 26px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.mcl-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 700px) {
  .mcl-form-grid {
    grid-template-columns: 1fr;
  }
}

.mcl-form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}

.mcl-form-field label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}

.mcl-form-field input,
.mcl-form-field textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px 12px;
  font-size: 0.95rem;
  font-family: inherit;
}

.mcl-form-field input:focus,
.mcl-form-field textarea:focus {
  outline: none;
  border-color: var(--mcl-orange);
  box-shadow: 0 0 0 1px rgba(255,138,61,0.35);
}

/* FOOTER */
.mcl-footer {
  background: #000;
  color: #ccc;
  padding: 18px 16px;
  font-size: 0.85rem;
}

.mcl-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.mcl-footer-right {
  text-align: right;
}

@media (max-width: 700px) {
  .mcl-footer-inner {
    flex-direction: column;
  }
  .mcl-footer-right {
    text-align: left;
  }
}
