/* === MOBILE OVERRIDES - only <=479px === */
#mobile-custom-footer { display: none; }
#mobile-projects-grid { display: none; }

@media screen and (max-width: 479px) {
  #rec649886121, #rec649886122, #rec649886123 { display: none !important; }
  #rec645949957 .t396__elem[data-elem-type="shape"] { display: none !important; }
  #rec645949957 .t396__artboard { height: auto !important; min-height: auto !important; padding-bottom: 20px !important; }
  #rec645949957 .t396__filter { height: auto !important; min-height: auto !important; }
  #rec645949957 .t396__carrier { height: auto !important; min-height: auto !important; }
  #rec645949957 .t396__elem { position: relative !important; top: auto !important; left: auto !important; right: auto !important; }
  #rec645949957 .t396__elem[data-elem-type="text"],
  #rec645949957 .t396__elem[data-elem-type="button"] {
    width: 100% !important;
    text-align: center !important;
    padding: 5px 20px !important;
    box-sizing: border-box !important;
  }

  #mobile-projects-grid {
    display: block;
    background: #0d0d0d;
    padding: 8px 4px;
    font-family: TildaSans, Arial, sans-serif;
  }
  .mpg-title { display: none; }
  .mpg-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3px;
    margin: 0 auto;
  }
  .mpg-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #1a1a1a;
  }
  .mpg-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .mpg-card-overlay { display: none; }
  .mpg-cta { display: none; }

  #mobile-custom-footer {
    display: block;
    background: #0a0a0a;
    color: #fff;
    font-family: TildaSans, Arial, sans-serif;
    padding: 30px 20px 20px;
  }
  .mcf-section { max-width: 400px; margin: 0 auto; text-align: center; }
  .mcf-logo { display: none; }
  .mcf-columns { display: flex; gap: 20px; text-align: left; margin-bottom: 28px; }
  .mcf-col { flex: 1; display: flex; flex-direction: column; gap: 6px; }
  .mcf-col a { color: #ccc; text-decoration: none; font-size: 13px; font-weight: 300; line-height: 1.4; }
  .mcf-heading { color: #ba9a63; font-size: 14px; font-weight: 400; margin-bottom: 6px; letter-spacing: 0.5px; }
  .mcf-contact { margin-bottom: 16px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
  .mcf-contact-text { color: #ba9a63; font-size: 14px; font-weight: 300; }
  .mcf-phone { color: #fff; text-decoration: none; font-size: 16px; font-weight: 400; }
  .mcf-email { margin-bottom: 16px; }
  .mcf-email a { color: #ccc; text-decoration: none; font-size: 14px; font-weight: 300; }
  .mcf-btn { display: inline-block; padding: 12px 32px; border: 1px solid #ba9a63; border-radius: 30px; color: #fff; text-decoration: none; font-size: 14px; font-weight: 300; margin-bottom: 20px; }
  .mcf-social { display: flex; justify-content: center; gap: 24px; margin-bottom: 20px; }
  .mcf-social a { opacity: 0.7; }
  .mcf-bottom { border-top: 1px solid #222; padding-top: 16px; }
  .mcf-address { color: #666; font-size: 11px; font-weight: 300; margin-bottom: 8px; line-height: 1.4; }
  .mcf-links { margin-bottom: 8px; }
  .mcf-links a { color: #666; text-decoration: none; font-size: 11px; font-weight: 300; }
  .mcf-copy { color: #555; font-size: 11px; font-weight: 300; }
}
