/*
Theme Name: EZ Movers & Storage
Theme URI: https://www.e-zmovers.com
Description: Custom theme for EZ Movers & Storage - Chicago's trusted moving company.
Version: 2.0
Author: EZ Movers
Text Domain: ezmovers
*/

/* ==========================================================================
   1. CSS RESET & BASE
   ========================================================================== */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.5;
  color: #1F2937;
  background-color: #FFF1F2;
  padding-bottom: 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  body { padding-bottom: 0; }
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color 0.2s; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }
strong { font-weight: 700; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }

input, select, textarea {
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* ==========================================================================
   2. SEMANTIC COMPONENT CLASSES
   These are ready for use as templates get converted from Tailwind utilities.
   ========================================================================== */

/* --- 2.1 Layout --- */

.container-main {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container-main { padding-left: 1.5rem; padding-right: 1.5rem; }
}

@media (min-width: 1024px) {
  .container-main { padding-left: 2rem; padding-right: 2rem; }
}

.container-narrow {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* --- 2.2 Section Patterns --- */

.section { padding: 5rem 0; }
.section--white { background-color: #FFFFFF; }
.section--gray { background-color: #F9FAFB; }
.section--dark { background-color: #111827; color: #FFFFFF; }
.section--pink-light { background-color: rgb(253 242 248 / 0.3); }
.section--pink { background-color: #DB2777; color: #FFFFFF; }

.section-header { text-align: center; margin-bottom: 4rem; }

.section-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #DB2777;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 900;
  color: #111827;
}

.section-title--white { color: #FFFFFF; }

.section-subtitle {
  color: #6B7280;
  margin-top: 1rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

/* --- 2.3 Hero Sections --- */

.hero-bg {
  background-color: #DB2777;
  background-image: linear-gradient(rgba(219, 39, 119, 0.85), rgba(157, 23, 77, 0.8)),
                    url('https://www.e-zmovers.com/wp-content/uploads/2025/12/hero-mobile.webp');
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  .hero-bg { background-attachment: fixed; }
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.hero-section--home {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

@media (min-width: 1024px) {
  .hero-section--home { padding-top: 8rem; padding-bottom: 10rem; }
}

.hero-section--page {
  background-color: #DB2777;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.25;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

@media (min-width: 768px) {
  .hero-title { font-size: 3.75rem; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 4.5rem; }
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #FDF2F8;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.625;
  max-width: 32rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* --- 2.4 Buttons --- */

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}

.btn--primary { background-color: #DB2777; color: #FFFFFF; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
.btn--primary:hover { background-color: #BE185D; transform: translateY(-2px); color: #FFFFFF; box-shadow: 0 10px 20px rgba(219, 39, 119, 0.2); }

.btn--white { background-color: #FFFFFF; color: #DB2777; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.btn--white:hover { background-color: #F3F4F6; color: #DB2777; }

.btn--outline-white { background-color: transparent; border: 2px solid #FFFFFF; color: #FFFFFF; }
.btn--outline-white:hover { background-color: #FFFFFF; color: #DB2777; }

.btn--outline-pink { background-color: transparent; border: 2px solid #DB2777; color: #DB2777; }
.btn--outline-pink:hover { background-color: #DB2777; color: #FFFFFF; }

.btn--lg { padding: 1rem 2rem; font-size: 1.125rem; }

/* --- 2.5 Navigation --- */

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #FFFFFF;
  border-bottom: 1px solid #FCE7F3;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.site-nav__container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  height: 6rem;
  align-items: center;
}

@media (min-width: 640px) {
  .site-nav__container { padding: 0 1.5rem; }
}

@media (min-width: 1024px) {
  .site-nav__container { padding: 0 2rem; }
}

.site-nav__phone {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  transition: color 0.2s;
}

.site-nav__phone:hover { color: #DB2777; }

.site-nav__status {
  font-size: 0.75rem;
  font-weight: 700;
  color: #DB2777;
  background-color: #FDF2F8;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
}

.site-nav__cta {
  background-color: #DB2777;
  color: #FFFFFF;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 700;
  transition: all 0.15s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.site-nav__cta:hover {
  background-color: #BE185D;
  color: #FFFFFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.125rem);
}

/* WordPress Menu Styles */
.primary-menu .menu-item-has-children { position: relative; }

.primary-menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 50;
  border-radius: 0.5rem;
  border: 1px solid #F3F4F6;
  top: 100%;
  left: 0;
  padding: 0.5rem 0;
}

.primary-menu .sub-menu a {
  color: #374151;
  padding: 10px 16px;
  display: block;
  font-size: 0.95rem;
  transition: background-color 0.2s, color 0.2s;
}

.primary-menu .sub-menu a:hover { background-color: #FFF1F2; color: #DB2777; }
.primary-menu .menu-item-has-children:hover > .sub-menu { display: block; }

/* Mobile Menu */
.mobile-menu .menu-item { border-bottom: 1px solid #f3f4f6; }

.mobile-menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  font-weight: 600;
  color: #1f2937;
}

.mobile-menu .sub-menu {
  display: none;
  flex-direction: column;
  background: #fafafa;
}

.mobile-menu .sub-menu a {
  padding: 10px 24px;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
  color: #374151;
}

.mobile-menu .menu-item-has-children.open > .sub-menu { display: flex; }

.toggle-arrow {
  font-size: 0.75rem;
  margin-left: 8px;
  color: #9ca3af;
  transition: transform 0.2s ease, color 0.2s ease;
}

.menu-item-has-children.open .toggle-arrow {
  transform: rotate(180deg);
  color: #db2777;
}

/* Dropdown (legacy) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 50;
  border-radius: 0.5rem;
  border: 1px solid #F3F4F6;
  top: 100%;
  left: 0;
  padding: 0.5rem 0;
}

.dropdown:hover .dropdown-content { display: block; }

.dropdown-item {
  color: #374151;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.95rem;
  transition: background-color 0.2s, color 0.2s;
}

.dropdown-item:hover { background-color: #FFF1F2; color: #DB2777; }

.nested-dropdown { position: relative; }

.nested-dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 50;
  border-radius: 0.5rem;
  border: 1px solid #F3F4F6;
  left: 100%;
  top: 0;
}

.nested-dropdown:hover .nested-dropdown-content { display: block; }

/* --- 2.6 Stats Bar --- */

.stats-bar {
  background-color: #111827;
  color: #FFFFFF;
  padding: 2.5rem 0;
  border-bottom: 4px solid #DB2777;
}

.stat-value {
  font-size: 1.875rem;
  font-weight: 900;
  color: #EC4899;
}

.stat-label {
  font-size: 0.75rem;
  color: #9CA3AF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
}

/* --- 2.7 Cards --- */

.card {
  background-color: #FFFFFF;
  border-radius: 1rem;
  border: 1px solid #F3F4F6;
  padding: 2rem;
  transition: all 0.3s ease;
}

.card:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }

.card--feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 1.5rem;
  border: 1px solid #E5E7EB;
}

.card--feature:hover { transform: translateY(-0.5rem); }

.card__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.card__icon--pink { background-color: #FCE7F3; color: #DB2777; }
.card__icon--blue { background-color: #DBEAFE; color: #2563EB; }
.card__icon--green { background-color: #DCFCE7; color: #16A34A; }

.card--service {
  border: 1px solid #F3F4F6;
  border-radius: 1rem;
}

.card--service:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }

.card--service .card__icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #FCE7F3;
  color: #DB2777;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  transition: transform 0.15s;
}

.card--service:hover .card__icon { transform: scale(1.1); }

/* --- 2.8 Process Steps --- */

.process-step { text-align: center; position: relative; }

.process-step__number {
  width: 5rem;
  height: 5rem;
  background-color: #FDF2F8;
  color: #DB2777;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 auto 1.5rem;
  border: 4px solid #FFFFFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}

.process-step__connector {
  display: none;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  width: 100%;
  height: 0.25rem;
  background-color: #F3F4F6;
  z-index: 0;
}

@media (min-width: 768px) {
  .process-step__connector { display: block; }
}

/* --- 2.9 Service Tabs --- */

.tab-btn {
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  padding: 0.75rem 1.5rem;
  background: none;
  font-size: 1.125rem;
  font-weight: 700;
  color: #4B5563;
}

.tab-btn:hover { color: #DB2777; }

.tab-btn.active {
  color: #DB2777;
  border-bottom-color: #DB2777;
  background-color: #FFF1F2;
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s;
}

.tab-content.active { display: block; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- 2.10 Team --- */

.team-card {
  background-color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.team-card__photo {
  width: 8rem;
  height: 8rem;
  background-color: #E5E7EB;
  border-radius: 9999px;
  margin: 0 auto 1rem;
  border: 4px solid #FCE7F3;
  overflow: hidden;
}

.team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- 2.11 Gallery --- */

.gallery-item {
  background-color: #F3F4F6;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.gallery-item:hover img { transform: scale(1.05); }

.gallery-item__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  color: #FFFFFF;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

/* --- 2.12 Testimonials --- */

.testimonial-card {
  background-color: #F9FAFB;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #F3F4F6;
  transition: box-shadow 0.15s;
}

.testimonial-card:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }

.testimonial-card__stars { color: #FACC15; margin-bottom: 1rem; }
.testimonial-card__quote { color: #374151; font-style: italic; margin-bottom: 1.5rem; }
.testimonial-card__author { font-weight: 700; color: #111827; }

/* --- 2.13 FAQ Accordion --- */

.faq-item {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #F3F4F6;
  padding: 1.5rem;
  cursor: pointer;
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 1.125rem;
  color: #111827;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { display: none; content: ''; }

.faq-item p {
  color: #4B5563;
  margin-top: 1rem;
  line-height: 1.625;
}

.faq-item--alt { background-color: #F9FAFB; }

.faq-chevron {
  transition: transform 0.2s;
}

details[open] .faq-chevron,
.group[open] .faq-chevron { transform: rotate(180deg); }

/* --- 2.14 Service Areas --- */

.region-section { margin-bottom: 4rem; }

.region-card {
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #E5E7EB;
}

.city-link {
  display: block;
  color: #4B5563;
  transition: color 0.2s;
}

.city-link:hover { color: #DB2777; }

/* --- 2.15 Footer --- */

.site-footer {
  background-color: #111827;
  color: #FFFFFF;
  border-top: 1px solid #1F2937;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.footer-heading {
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  border-bottom: 1px solid #1F2937;
  padding-bottom: 0.5rem;
}

.footer-bottom {
  border-top: 1px solid #1F2937;
  padding-top: 2rem;
  font-size: 0.75rem;
  color: #6B7280;
}

/* --- 2.16 Quote Form --- */

.quote-form-card {
  background-color: #FFFFFF;
  color: #1F2937;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-bottom: 8px solid #EC4899;
}

@media (min-width: 768px) {
  .quote-form-card { padding: 2rem; }
}

.form-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6B7280;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.form-input {
  width: 100%;
  background-color: #F9FAFB;
  border: 1px solid #E5E7EB;
  color: #111827;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  padding: 0.625rem;
}

.form-input:focus {
  outline: none;
  border-color: #EC4899;
  box-shadow: 0 0 0 3px rgba(219, 39, 119, 0.1);
}

.form-submit {
  width: 100%;
  color: #FFFFFF;
  background-color: #DB2777;
  font-weight: 700;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  padding: 0.875rem 1.25rem;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.15s;
  border: none;
  cursor: pointer;
}

.form-submit:hover {
  background-color: #BE185D;
  transform: translateY(-0.25rem);
}

/* --- 2.17 Quote Modal --- */

.quote-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(17, 24, 39, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  transition: opacity 0.3s;
}

.quote-modal__inner {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 24rem;
  width: 100%;
  margin: 0 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s;
}

.quote-modal__price {
  font-size: 1.875rem;
  font-weight: 900;
  color: #DB2777;
}

/* --- 2.18 Error Pages (404/410) --- */

.error-page { padding-top: 80px; }

.error-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FFF1F2 0%, #FCE7F3 100%);
  padding: 4rem 1rem;
}

.error-code {
  display: block;
  font-size: 8rem;
  font-weight: 900;
  color: #DB2777;
  opacity: 0.15;
  line-height: 1;
  margin-bottom: -1.5rem;
}

@media (min-width: 768px) {
  .error-code { font-size: 12rem; margin-bottom: -2.5rem; }
}

.error-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 480px) {
  .error-actions { flex-direction: row; justify-content: center; }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #DB2777;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.875rem 1.75rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #BE185D;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(219, 39, 119, 0.2);
  color: #FFFFFF;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #DB2777;
  font-weight: 700;
  padding: 0.875rem 1.75rem;
  border-radius: 0.5rem;
  border: 2px solid #DB2777;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #DB2777;
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* Service Cards (error pages) */
.service-card {
  display: block;
  background: #FFF1F2;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #FCE7F3;
  position: relative;
  transition: all 0.3s ease;
}

.service-card:hover { border-color: #F9A8D4; color: inherit; }

.service-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.card-arrow {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.25rem;
  color: #DB2777;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.service-card:hover .card-arrow { opacity: 1; transform: translateX(0); }

/* Area Links (410 page) */
.area-link {
  display: block;
  padding: 1rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  color: #374151;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #FCE7F3;
}

.area-link:hover {
  background: #DB2777;
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* --- 2.19 Mobile Sticky CTA --- */

.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid #E5E7EB;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  display: flex;
  gap: 0.75rem;
  z-index: 50;
}

@media (min-width: 768px) {
  .mobile-sticky-cta { display: none; }
}

/* --- 2.20 Check List --- */

.check-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.check-list li::before {
  content: '\2713';
  color: #DB2777;
  position: absolute;
  left: 0;
  font-weight: 900;
  font-size: 1.1em;
}

/* --- 2.21 Hover Card --- */

.hover-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: #F9A8D4;
}

/* --- 2.22 Custom Logo --- */

.custom-logo {
  max-height: 4rem;
  width: auto;
}

/* --- 2.23 Badges --- */

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #FFFFFF;
  color: #111827;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* --- 2.24 Map Container --- */

.map-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
  border-radius: 1rem;
}

/* --- 2.25 Tables --- */

table { width: 100%; border-collapse: collapse; }
th { font-weight: 700; text-align: left; padding: 0.75rem 1rem; background-color: #F9FAFB; border-bottom: 2px solid #E5E7EB; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; color: #6B7280; }
td { padding: 1rem; border-bottom: 1px solid #E5E7EB; }
tr:last-child td { border-bottom: none; }
tr:hover { background-color: #F9FAFB; }

/* ==========================================================================
   3. UTILITY CLASSES
   Tailwind-compatible utilities. Remove as templates get converted to
   semantic classes above.
   ========================================================================== */

/* --- 3.1 Display --- */
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }

/* --- 3.2 Position --- */
.relative { position: relative; }
.absolute { position: absolute; }
.sticky { position: sticky; }
.fixed { position: fixed; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.top-2 { top: 0.5rem; }
.right-2 { right: 0.5rem; }
.top-10 { top: 2.5rem; }
.left-1\/2 { left: 50%; }
.-z-0 { z-index: -1; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-50 { z-index: 50; }

/* Negative positions (residential page decorative circles) */
.-top-4 { top: -1rem; }
.-left-4 { left: -1rem; }
.-bottom-4 { bottom: -1rem; }
.-right-4 { right: -1rem; }

/* --- 3.3 Flex & Grid --- */
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.col-span-2 { grid-column: span 2 / span 2; }
.row-span-2 { grid-row: span 2 / span 2; }

/* --- 3.4 Sizing --- */
.w-full { width: 100%; }
.w-auto { width: auto; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-32 { width: 8rem; }
.h-full { height: 100%; }
.h-1 { height: 0.25rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-32 { height: 8rem; }
.h-64 { height: 16rem; }
.h-96 { height: 24rem; }
.h-\[500px\] { height: 500px; }
.min-h-screen { min-height: 100vh; }
.max-w-sm { max-width: 24rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }

/* --- 3.5 Spacing --- */
.mx-auto { margin-left: auto; margin-right: auto; }
.m-0 { margin: 0; }

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.-mt-16 { margin-top: -4rem; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }

.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }

.p-0 { padding: 0; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.p-2\.5 { padding: 0.625rem; }

.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }

.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }

.pt-8 { padding-top: 2rem; }
.pt-10 { padding-top: 2.5rem; }
.pt-16 { padding-top: 4rem; }
.pt-20 { padding-top: 5rem; }
.pt-24 { padding-top: 6rem; }
.pt-32 { padding-top: 8rem; }

.pb-2 { padding-bottom: 0.5rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-20 { padding-bottom: 5rem; }
.pb-24 { padding-bottom: 6rem; }
.pb-28 { padding-bottom: 7rem; }
.pb-32 { padding-bottom: 8rem; }
.pb-40 { padding-bottom: 10rem; }

.pl-3 { padding-left: 0.75rem; }
.pl-4 { padding-left: 1rem; }
.pl-6 { padding-left: 1.5rem; }

.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }

.space-x-2 > * + * { margin-left: 0.5rem; }
.space-x-4 > * + * { margin-left: 1rem; }
.space-x-6 > * + * { margin-left: 1.5rem; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }

/* --- 3.6 Typography --- */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }

.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }

.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.text-center { text-align: center; }
.text-left { text-align: left; }

.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }

/* --- 3.7 Colors - Background --- */
.bg-white { background-color: #FFFFFF; }
.bg-gray-50 { background-color: #F9FAFB; }
.bg-gray-100 { background-color: #F3F4F6; }
.bg-gray-200 { background-color: #E5E7EB; }
.bg-gray-800 { background-color: #1F2937; }
.bg-gray-900 { background-color: #111827; }
.bg-pink-50 { background-color: #FDF2F8; }
.bg-pink-100 { background-color: #FCE7F3; }
.bg-pink-500 { background-color: #EC4899; }
.bg-pink-600 { background-color: #DB2777; }
.bg-pink-700 { background-color: #BE185D; }
.bg-blue-100 { background-color: #DBEAFE; }
.bg-green-100 { background-color: #DCFCE7; }
.bg-transparent { background-color: transparent; }
.bg-pink-50\/30 { background-color: rgb(253 242 248 / 0.3); }
.bg-opacity-50 { opacity: 0.5; }

/* --- 3.7b Colors - Text --- */
.text-white { color: #FFFFFF; }
.text-gray-300 { color: #D1D5DB; }
.text-gray-400 { color: #9CA3AF; }
.text-gray-500 { color: #6B7280; }
.text-gray-600 { color: #4B5563; }
.text-gray-700 { color: #374151; }
.text-gray-800 { color: #1F2937; }
.text-gray-900 { color: #111827; }
.text-pink-50 { color: #FDF2F8; }
.text-pink-100 { color: #FCE7F3; }
.text-pink-200 { color: #FBCFE8; }
.text-pink-400 { color: #F472B6; }
.text-pink-500 { color: #EC4899; }
.text-pink-600 { color: #DB2777; }
.text-blue-600 { color: #2563EB; }
.text-green-400 { color: #4ADE80; }
.text-green-600 { color: #16A34A; }
.text-yellow-400 { color: #FACC15; }

/* --- 3.8 Borders --- */
.border { border: 1px solid #E5E7EB; }
.border-2 { border: 2px solid #E5E7EB; }
.border-4 { border: 4px solid #E5E7EB; }
.border-t { border-top: 1px solid #E5E7EB; }
.border-b { border-bottom: 1px solid #E5E7EB; }
.border-l { border-left: 1px solid #E5E7EB; }
.border-b-4 { border-bottom: 4px solid #E5E7EB; }
.border-b-8 { border-bottom: 8px solid #E5E7EB; }
.border-l-2 { border-left: 2px solid #E5E7EB; }
.border-dashed { border-style: dashed; }

.border-transparent { border-color: transparent; }
.border-white { border-color: #FFFFFF; }
.border-gray-100 { border-color: #F3F4F6; }
.border-gray-200 { border-color: #E5E7EB; }
.border-gray-700 { border-color: #374151; }
.border-gray-800 { border-color: #1F2937; }
.border-pink-100 { border-color: #FCE7F3; }
.border-pink-200 { border-color: #FBCFE8; }
.border-pink-400 { border-color: #F472B6; }
.border-pink-500 { border-color: #EC4899; }
.border-pink-600 { border-color: #DB2777; }

.divide-x > * + * { border-left: 1px solid #E5E7EB; }
.divide-gray-700 > * + * { border-left-color: #374151; }

/* --- 3.9 Border Radius --- */
.rounded { border-radius: 0.25rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-b-xl { border-bottom-left-radius: 0.75rem; border-bottom-right-radius: 0.75rem; }

/* --- 3.10 Shadows --- */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

/* --- 3.11 Overflow --- */
.overflow-hidden { overflow: hidden; }

/* --- 3.12 Object Fit --- */
.object-cover { object-fit: cover; }

/* --- 3.13 Opacity --- */
.opacity-0 { opacity: 0; }
.opacity-50 { opacity: 0.5; }
.opacity-70 { opacity: 0.7; }
.opacity-80 { opacity: 0.8; }

/* --- 3.14 Filters --- */
.grayscale { filter: grayscale(100%); }
.drop-shadow-md { filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)); }

/* --- 3.15 Transforms --- */
.scale-95 { transform: scale(0.95); }
.scale-100 { transform: scale(1); }
.transform { transform: translateZ(0); }

/* --- 3.16 Transitions --- */
.transition { transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.transition-all { transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.transition-opacity { transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.transition-transform { transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }

/* --- 3.17 Hover States --- */
.hover\:bg-gray-100:hover { background-color: #F3F4F6; }
.hover\:bg-pink-50:hover { background-color: #FDF2F8; }
.hover\:bg-pink-500:hover { background-color: #EC4899; }
.hover\:bg-pink-600:hover { background-color: #DB2777; }
.hover\:bg-pink-700:hover { background-color: #BE185D; }
.hover\:bg-white:hover { background-color: #FFFFFF; }
.hover\:text-pink-500:hover { color: #EC4899; }
.hover\:text-pink-600:hover { color: #DB2777; }
.hover\:text-white:hover { color: #FFFFFF; }
.hover\:text-gray-600:hover { color: #4B5563; }
.hover\:border-pink-200:hover { border-color: #FBCFE8; }
.hover\:underline:hover { text-decoration: underline; }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.hover\:-translate-y-0\.5:hover { transform: translateY(-0.125rem); }
.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }
.hover\:-translate-y-2:hover { transform: translateY(-0.5rem); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:grayscale-0:hover { filter: grayscale(0); }

/* Group hover */
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }

/* Group open (for details/summary FAQ) */
.group[open] .group-open\:rotate-180 { transform: rotate(180deg); }

/* --- 3.18 Focus States --- */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #DB2777; }
.focus\:ring-4:focus { box-shadow: 0 0 0 4px rgba(219, 39, 119, 0.1); }
.focus\:ring-inset:focus { --tw-ring-inset: inset; }
.focus\:ring-pink-300:focus { box-shadow: 0 0 0 3px rgba(249, 168, 212, 0.5); }
.focus\:ring-pink-500:focus { box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.3); }
.focus\:border-pink-400:focus { border-color: #F472B6; }
.focus\:border-pink-500:focus { border-color: #EC4899; }

/* --- 3.19 Accessibility --- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-none { list-style-type: none; }
.cursor-pointer { cursor: pointer; }

/* ==========================================================================
   4. RESPONSIVE UTILITIES
   ========================================================================== */

@media (min-width: 640px) {
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:flex-row { flex-direction: row; }
  .md\:flex { display: flex; }
  .md\:block { display: block; }
  .md\:hidden { display: none; }
  .md\:p-8 { padding: 2rem; }
  .md\:gap-8 { gap: 2rem; }
  .md\:gap-12 { gap: 3rem; }
  .md\:gap-16 { gap: 4rem; }
  .md\:text-5xl { font-size: 3rem; }
  .md\:text-6xl { font-size: 3.75rem; }
  .md\:mt-0 { margin-top: 0; }
  .md\:col-span-4 { grid-column: span 4; }
}

@media (min-width: 1024px) {
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:pt-32 { padding-top: 8rem; }
  .lg\:pb-40 { padding-bottom: 10rem; }
  .lg\:text-7xl { font-size: 4.5rem; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:hidden { display: none; }
  .lg\:flex { display: flex; }
  .lg\:block { display: block; }
}
