/*
Theme Name: My Time Home & Property Services
Theme URI: https://mytime-services.com
Author: Just Local Marketing
Author URI: https://justlocalmarketing.com
Description: Premium custom theme for My Time Home & Property Services. Elementor-compatible with full-width page template support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Private
Text Domain: mytime
Tags: business, local-services, elementor, full-width
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --mt-cream:       #F5F0E8;
  --mt-warm-white:  #FAF8F4;
  --mt-charcoal:    #1C1C1A;
  --mt-deep:        #111110;
  --mt-gold:        #B8955A;
  --mt-gold-light:  #D4AE78;
  --mt-sage:        #7A8C6E;
  --mt-sage-light:  #A3B497;
  --mt-muted:       #6B6860;
  --mt-border:      rgba(28,28,26,0.10);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--mt-warm-white);
  color: var(--mt-charcoal);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; transition: color 0.2s; }

/* ============================================================
   ELEMENTOR FULL-WIDTH OVERRIDES
   ============================================================ */
.elementor-section.elementor-section-stretched { width: 100% !important; }
.e-con.e-con-full-width,
.elementor-section-full_width .elementor-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* Remove default WP & theme padding from Elementor pages */
.page-template-elementor-canvas #content,
.page-template-elementor-canvas .site-content,
.elementor-page #content { padding: 0 !important; }

/* ============================================================
   TYPOGRAPHY — matches design system
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 1.15;
  color: var(--mt-charcoal);
}

.mt-eyebrow,
.mt-section-label {
  font-family: 'Syne', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--mt-gold);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.mt-section-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--mt-gold);
  flex-shrink: 0;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
#mt-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 3rem;
  background: rgba(250,248,244,0.93);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--mt-border);
  transition: padding 0.3s, box-shadow 0.3s;
}
#mt-nav.scrolled {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  box-shadow: 0 2px 20px rgba(28,28,26,0.07);
}

.mt-nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--mt-charcoal);
  text-decoration: none;
  line-height: 1.2;
}
.mt-nav-logo span {
  display: block;
  font-size: 0.62rem;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mt-gold);
  margin-top: 2px;
}

.mt-nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
}
.mt-nav-links a {
  font-family: 'Syne', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mt-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.mt-nav-links a:hover,
.mt-nav-links .current-menu-item > a { color: var(--mt-charcoal); }

.mt-nav-cta {
  background: var(--mt-charcoal) !important;
  color: var(--mt-cream) !important;
  padding: 0.65rem 1.5rem !important;
  border-radius: 0 !important;
  transition: background 0.2s !important;
}
.mt-nav-cta:hover { background: var(--mt-gold) !important; color: var(--mt-deep) !important; }

/* Hamburger */
.mt-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.mt-hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--mt-charcoal);
  transition: transform 0.3s, opacity 0.3s;
}
.mt-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.mt-hamburger.open span:nth-child(2) { opacity: 0; }
.mt-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mt-mobile-menu {
  display: none;
  position: fixed;
  top: 65px; left: 0; right: 0;
  background: var(--mt-warm-white);
  border-bottom: 1px solid var(--mt-border);
  padding: 1.5rem 2rem;
  z-index: 9998;
  flex-direction: column;
  gap: 1.25rem;
}
.mt-mobile-menu.open { display: flex; }
.mt-mobile-menu a {
  font-family: 'Syne', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mt-charcoal);
  text-decoration: none;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.mt-btn,
.mt-btn-primary,
.mt-btn-gold,
.mt-btn-outline,
.mt-btn-light {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Syne', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2rem;
  cursor: pointer;
  border: none;
  transition: background 0.22s, color 0.22s, transform 0.18s;
  border-radius: 0;
  white-space: nowrap;
}
.mt-btn-primary { background: var(--mt-charcoal); color: var(--mt-cream); }
.mt-btn-primary:hover { background: var(--mt-gold); color: var(--mt-deep); transform: translateY(-1px); }

.mt-btn-gold { background: var(--mt-gold); color: var(--mt-deep); }
.mt-btn-gold:hover { background: var(--mt-charcoal); color: var(--mt-cream); transform: translateY(-2px); }

.mt-btn-outline { background: transparent; border: 1.5px solid var(--mt-charcoal); color: var(--mt-charcoal); }
.mt-btn-outline:hover { background: var(--mt-charcoal); color: var(--mt-cream); }

.mt-btn-light { background: var(--mt-cream); color: var(--mt-deep); }
.mt-btn-light:hover { background: var(--mt-gold); transform: translateY(-1px); }

/* Elementor Button Global Override */
.elementor-button.mt-style-primary { background: var(--mt-charcoal) !important; color: var(--mt-cream) !important; border-radius: 0 !important; font-family: 'Syne', sans-serif !important; font-weight: 700 !important; letter-spacing: 0.15em !important; text-transform: uppercase !important; }
.elementor-button.mt-style-primary:hover { background: var(--mt-gold) !important; color: var(--mt-deep) !important; }
.elementor-button.mt-style-gold { background: var(--mt-gold) !important; color: var(--mt-deep) !important; border-radius: 0 !important; font-family: 'Syne', sans-serif !important; font-weight: 700 !important; letter-spacing: 0.15em !important; }

/* ============================================================
   SECTION: HERO
   ============================================================ */
.mt-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  padding-top: 72px;
}
.mt-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 4rem 6rem 5rem;
  background: var(--mt-warm-white);
  position: relative;
}
.mt-hero-left::after {
  content: '';
  position: absolute;
  bottom: 0; left: 5rem;
  width: 60px; height: 1px;
  background: var(--mt-gold);
}
.mt-hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 4.5vw, 4.2rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 1.5rem 0 2rem;
}
.mt-hero-headline em { font-style: italic; color: var(--mt-sage); }
.mt-hero-body {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--mt-muted);
  font-weight: 300;
  max-width: 420px;
  margin-bottom: 3rem;
}
.mt-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.mt-btn-phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--mt-charcoal);
  text-decoration: none;
  font-family: 'Syne', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--mt-border);
  padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
}
.mt-btn-phone:hover { color: var(--mt-gold); border-color: var(--mt-gold); }
.mt-hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--mt-border);
}
.mt-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--mt-charcoal);
  line-height: 1;
}
.mt-stat-label {
  font-size: 0.7rem;
  color: var(--mt-muted);
  margin-top: 0.3rem;
  font-weight: 300;
}
.mt-hero-right {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
.mt-hero-right img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.88) saturate(0.9);
}
.mt-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(28,28,26,0.15) 0%, rgba(184,149,90,0.08) 100%);
}
.mt-hero-badge {
  position: absolute;
  bottom: 3rem; left: 50%;
  transform: translateX(-50%);
  background: rgba(250,248,244,0.95);
  backdrop-filter: blur(8px);
  padding: 1.25rem 1.75rem;
  border-left: 3px solid var(--mt-gold);
  white-space: nowrap;
}
.mt-hero-badge p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--mt-charcoal);
  line-height: 1.4;
}
.mt-hero-badge span {
  font-size: 0.7rem;
  color: var(--mt-muted);
  font-weight: 300;
}

/* ============================================================
   SECTION: TRUST BAR
   ============================================================ */
.mt-trust-bar {
  background: var(--mt-charcoal);
  padding: 1.25rem 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
.mt-trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--mt-cream);
  opacity: 0.85;
  white-space: nowrap;
}
.mt-trust-icon { font-size: 1rem; }
.mt-trust-text {
  font-family: 'Syne', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.mt-trust-divider { width: 1px; height: 20px; background: rgba(245,240,232,0.2); }

/* ============================================================
   SECTION: HOW IT WORKS
   ============================================================ */
.mt-how {
  background: var(--mt-cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  padding: 6rem 5rem;
}
.mt-how-body {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--mt-muted);
  font-weight: 300;
  max-width: 440px;
  margin-bottom: 2.5rem;
}
.mt-how-steps { display: flex; flex-direction: column; gap: 0; }
.mt-how-step {
  display: flex;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--mt-border);
}
.mt-how-step:last-child { border-bottom: 1px solid var(--mt-border); }
.mt-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--mt-gold);
  min-width: 2rem;
  padding-top: 0.15rem;
}
.mt-step-content h3 {
  font-family: 'Syne', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--mt-charcoal);
  margin-bottom: 0.35rem;
}
.mt-step-content p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--mt-muted);
  font-weight: 300;
}
.mt-how-panel {
  position: sticky;
  top: 6rem;
  background: var(--mt-charcoal);
  padding: 3rem;
}
.mt-how-panel-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--mt-cream);
  margin-bottom: 2rem;
  line-height: 1.3;
}
.mt-how-panel-title em { font-style: italic; color: var(--mt-gold-light); }
.mt-service-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.mt-tag {
  background: rgba(245,240,232,0.08);
  border: 1px solid rgba(245,240,232,0.15);
  color: rgba(245,240,232,0.7);
  font-size: 0.75rem;
  font-weight: 300;
  padding: 0.4rem 0.9rem;
}
.mt-tag.active {
  background: var(--mt-gold);
  border-color: var(--mt-gold);
  color: var(--mt-deep);
  font-weight: 500;
}
.mt-panel-cta {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(245,240,232,0.1);
}
.mt-panel-cta p {
  font-size: 0.85rem;
  color: rgba(245,240,232,0.5);
  font-weight: 300;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

/* ============================================================
   SECTION: SERVICES
   ============================================================ */
.mt-services { background: var(--mt-warm-white); padding: 6rem 5rem; }
.mt-services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4rem;
  gap: 2rem;
}
.mt-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--mt-border);
}
.mt-service-card {
  background: var(--mt-warm-white);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.mt-service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--mt-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.mt-service-card:hover::before { transform: scaleX(1); }
.mt-service-card:hover { background: var(--mt-cream); }
.mt-service-card.dark { background: var(--mt-charcoal); }
.mt-service-icon { font-size: 1.5rem; margin-bottom: 1.25rem; display: block; }
.mt-service-name {
  font-family: 'Syne', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mt-charcoal);
  margin-bottom: 0.75rem;
}
.mt-service-card.dark .mt-service-name { color: var(--mt-gold-light); }
.mt-service-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--mt-muted);
  font-weight: 300;
}
.mt-service-card.dark .mt-service-desc { color: rgba(245,240,232,0.55); }
.mt-service-list {
  margin-top: 1.25rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.mt-service-list li {
  font-size: 0.8rem;
  color: var(--mt-muted);
  font-weight: 300;
  padding-left: 1rem;
  position: relative;
}
.mt-service-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--mt-gold);
  font-size: 0.7rem;
}

/* ============================================================
   SECTION: WHY US
   ============================================================ */
.mt-why {
  background: var(--mt-charcoal);
  color: var(--mt-cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  padding: 6rem 5rem;
}
.mt-why .mt-section-label { color: var(--mt-gold-light); }
.mt-why .mt-section-label::before { background: var(--mt-gold-light); }
.mt-why-body {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(245,240,232,0.6);
  font-weight: 300;
  margin-bottom: 2.5rem;
}
.mt-why-points { display: flex; flex-direction: column; gap: 1.5rem; }
.mt-why-point { display: flex; gap: 1.25rem; align-items: flex-start; }
.mt-why-icon {
  width: 2.5rem; height: 2.5rem;
  background: rgba(184,149,90,0.15);
  border: 1px solid rgba(184,149,90,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.mt-why-point h4 {
  font-family: 'Syne', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mt-cream);
  margin-bottom: 0.3rem;
}
.mt-why-point p {
  font-size: 0.88rem;
  color: rgba(245,240,232,0.5);
  font-weight: 300;
  line-height: 1.6;
}
.mt-why-quote {
  background: rgba(245,240,232,0.04);
  border-left: 3px solid var(--mt-gold);
  padding: 3rem;
  margin-bottom: 1.5px;
}
.mt-why-quote blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  color: var(--mt-cream);
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.mt-why-quote cite {
  font-style: normal;
  font-family: 'Syne', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mt-gold);
}
.mt-why-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5px;
  background: rgba(245,240,232,0.08);
}
.mt-why-stat { background: var(--mt-charcoal); padding: 1.75rem; }
.mt-why-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--mt-gold-light);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.mt-why-stat-label { font-size: 0.78rem; color: rgba(245,240,232,0.45); font-weight: 300; }

/* ============================================================
   SECTION: SERVICE AREAS
   ============================================================ */
.mt-areas {
  background: var(--mt-cream);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: start;
  padding: 6rem 5rem;
}
.mt-areas-map { background: var(--mt-warm-white); border: 1px solid var(--mt-border); overflow: hidden; }
.mt-areas-map iframe { display: block; width: 100%; filter: grayscale(20%) contrast(1.05); }
.mt-map-caption {
  font-family: 'Syne', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mt-muted);
  text-align: center;
  padding: 0.85rem;
  border-top: 1px solid var(--mt-border);
}
.mt-areas-list { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.mt-area-chip {
  font-family: 'Syne', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mt-charcoal);
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--mt-border);
  background: var(--mt-warm-white);
  transition: all 0.2s;
}
.mt-area-chip:hover,
.mt-area-chip.featured { background: var(--mt-charcoal); color: var(--mt-cream); border-color: var(--mt-charcoal); }

/* ============================================================
   SECTION: CTA
   ============================================================ */
.mt-cta {
  background: var(--mt-warm-white);
  padding: 7rem 5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mt-cta::before {
  content: 'MYTIME';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 18vw;
  font-weight: 600;
  color: rgba(28,28,26,0.025);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  letter-spacing: -0.02em;
}
.mt-cta > * { position: relative; z-index: 1; }
.mt-cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.mt-cta-title em { font-style: italic; color: var(--mt-sage); }
.mt-cta-body {
  font-size: 1rem;
  color: var(--mt-muted);
  font-weight: 300;
  line-height: 1.75;
  max-width: 480px;
  margin: 0 auto 3rem;
}
.mt-cta-buttons { display: flex; align-items: center; justify-content: center; gap: 1.25rem; flex-wrap: wrap; }
.mt-cta-contact {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.mt-contact-item { display: flex; flex-direction: column; align-items: center; gap: 0.25rem; }
.mt-contact-item a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--mt-charcoal);
  text-decoration: none;
}
.mt-contact-item a:hover { color: var(--mt-gold); }
.mt-contact-item span {
  font-size: 0.65rem;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mt-muted);
}
.mt-contact-divider { width: 1px; height: 40px; background: var(--mt-border); }

/* ============================================================
   FOOTER
   ============================================================ */
#mt-footer {
  background: var(--mt-deep);
  padding: 3rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.mt-footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 400; color: var(--mt-cream); opacity: 0.7; }
.mt-footer-tagline { font-size: 0.75rem; color: rgba(245,240,232,0.35); font-weight: 300; margin-top: 0.25rem; }
.mt-footer-links { display: flex; gap: 2rem; list-style: none; }
.mt-footer-links a {
  font-family: 'Syne', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.35);
  text-decoration: none;
  transition: color 0.2s;
}
.mt-footer-links a:hover { color: var(--mt-gold); }
.mt-footer-copy { font-size: 0.7rem; color: rgba(245,240,232,0.2); font-weight: 300; }

/* ============================================================
   ELEMENTOR WIDGET OVERRIDES
   ============================================================ */

/* Headings */
.elementor-widget-heading .elementor-heading-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  line-height: 1.15 !important;
}

/* Text Editor */
.elementor-widget-text-editor {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  color: var(--mt-muted) !important;
}

/* Icon Box */
.elementor-widget-icon-box .elementor-icon-box-title {
  font-family: 'Syne', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}
.elementor-widget-icon-box .elementor-icon-box-description {
  font-weight: 300 !important;
  line-height: 1.7 !important;
}

/* Dividers */
.elementor-widget-divider .elementor-divider-separator { border-color: var(--mt-gold) !important; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes mt-fade-up {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.mt-fade-up { opacity: 0; animation: mt-fade-up 0.8s cubic-bezier(0.22,1,0.36,1) forwards; }
.mt-delay-1 { animation-delay: 0.15s; }
.mt-delay-2 { animation-delay: 0.30s; }
.mt-delay-3 { animation-delay: 0.45s; }
.mt-delay-4 { animation-delay: 0.60s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  #mt-nav { padding: 1.25rem 2rem; }
  .mt-nav-links { display: none; }
  .mt-hamburger { display: flex; }

  .mt-hero { grid-template-columns: 1fr; min-height: auto; }
  .mt-hero-left { padding: 5rem 2.5rem 4rem; }
  .mt-hero-right { min-height: 50vh; }

  .mt-how, .mt-why, .mt-areas { grid-template-columns: 1fr; padding: 4rem 2.5rem; }
  .mt-how-panel { position: static; }
  .mt-services { padding: 4rem 2.5rem; }
  .mt-services-grid { grid-template-columns: 1fr 1fr; }
  .mt-trust-bar { padding: 1.25rem 2rem; gap: 2rem; }
  .mt-cta { padding: 5rem 2.5rem; }
  #mt-footer { padding: 2.5rem 2.5rem; }
}

@media (max-width: 640px) {
  .mt-hero-left { padding: 4rem 1.5rem 3rem; }
  .mt-hero-stats { gap: 1.5rem; }
  .mt-services-grid { grid-template-columns: 1fr; }
  .mt-cta { padding: 4rem 1.5rem; }
  .mt-cta-contact { flex-direction: column; gap: 1.5rem; }
  .mt-contact-divider { width: 40px; height: 1px; }
  .mt-why-stats { grid-template-columns: 1fr 1fr; }
  #mt-footer { flex-direction: column; align-items: flex-start; padding: 2rem 1.5rem; }
  .mt-footer-links { flex-wrap: wrap; gap: 1rem; }
  .mt-how, .mt-why, .mt-areas, .mt-services { padding: 3.5rem 1.5rem; }
  #mt-nav { padding: 1rem 1.5rem; }
}
