
/* v3.7.0 brand typography defaults */
.mpf-neue,
.mpf-h-xl,
.mpf-h-lg,
.mpf-h-md,
.mpf-eyebrow,
.mpf-yt-title,
.mpf-services-title,
.mpf-services-kicker,
.mpf-services-month,
.mpf-svc-card h3,
.mpf-testimonials-slider h1,
.mpf-testimonials-slider h2,
.mpf-testimonials-slider h3 {
  font-family: var(--mpf-neue, 'mpf-neue', Inter, Arial, sans-serif) !important;
}

.mpf-typewriter,
.mpf-yt-date,
.mpf-yt-error,
.mpf-yt-loading,
.mpf-svc-meta,
.mpf-svc-desc,
.mpf-cancel-reason,
.mpf-svc-empty,
.mpf-contact-text,
.mpf-testimonials-slider p,
.mpf-testimonials-slider span {
  font-family: var(--mpf-typewriter, 'mpf-typewriter', 'Courier New', monospace) !important;
}

/* ============================================================
   MPF Brand Stylesheet — extras layered on top of style.css.
   ============================================================ */

/* Section padding helpers */
.mpf-section { padding: 6rem 1.5rem; }
.mpf-section-tight { padding: 4rem 1.5rem; }
.mpf-container { max-width: 1280px; margin: 0 auto; }

/* Headline sizing helpers */
.mpf-h-xl, .mpf-h-xl .elementor-heading-title  {
  font-size: clamp(3rem, 8vw, 7rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.03em !important;
  font-weight: 800 !important;
}
.mpf-h-lg, .mpf-h-lg .elementor-heading-title  {
  font-size: clamp(2.25rem, 5vw, 4.5rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.025em !important;
  font-weight: 800 !important;
}
.mpf-h-md, .mpf-h-md .elementor-heading-title  {
  font-size: clamp(1.5rem, 3vw, 2.5rem) !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

/* Eyebrow text */
.mpf-eyebrow,
.mpf-eyebrow .elementor-heading-title {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  color: var(--mpf-stone-400) !important;
}

/* Soft orange chip used for icon backgrounds */
.mpf-icon-chip {
  width: 4rem; height: 4rem;
  background: var(--mpf-orange-soft);
  color: var(--mpf-orange);
  border-radius: 1rem;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem;
}

/* "Floating image card" — bottom of hero overlapping next white section */
.mpf-overlap-card {
  margin-top: -6rem !important;
  z-index: 5;
  position: relative;
}
@media (max-width: 767px) {
  .mpf-overlap-card { margin-top: -3rem !important; }
}

/* Form helpers */
.mpf-form input,
.mpf-form textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  background: var(--mpf-stone-50);
  border: 1px solid var(--mpf-stone-200);
  border-radius: 1rem;
  font-size: 1rem;
  font-family: var(--mpf-font);
  transition: border-color .2s ease;
}
.mpf-form input:focus,
.mpf-form textarea:focus {
  outline: none;
  border-color: var(--mpf-orange);
}
.mpf-form label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mpf-stone-600);
  display: block;
  margin-bottom: 0.5rem;
}
.mpf-form button[type="submit"] {
  width: 100%;
  background: var(--mpf-orange);
  color: var(--mpf-white);
  padding: 1.25rem;
  border: 0;
  border-radius: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: background .2s ease;
  font-family: var(--mpf-font);
}
.mpf-form button[type="submit"]:hover { background: #000; }

/* Connect section info rows */
.mpf-info-row { display: flex; gap: 1.5rem; align-items: center; margin-bottom: 2rem; }
.mpf-info-row .mpf-icon-chip {
  margin-bottom: 0; width: 3.5rem; height: 3.5rem;
  border-radius: 1rem;
  background: var(--mpf-white);
  border: 1px solid var(--mpf-orange-border);
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.mpf-info-row strong { display: block; color: var(--mpf-stone-900); font-size: 1.125rem; }
.mpf-info-row em { font-style: normal; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mpf-stone-400); }

/* ============================================================
   Navbar (rendered as an HTML widget at the top of every page)
   The nav is position:fixed so it floats above content.
   ============================================================ */
.mpf-nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  transition: all .3s ease;
  padding: 1.5rem 0;
  background: transparent;
}
.mpf-nav.scrolled {
  background: var(--mpf-white);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 1rem 0;
}
.mpf-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.mpf-nav-left { display: flex; align-items: center; gap: 32px; }
.mpf-nav-burger {
  background: none; border: 0; cursor: pointer; padding: 8px 0;
  display: flex; flex-direction: column; gap: 6px; width: 32px;
}
.mpf-nav-burger span {
  display: block; height: 2px; background: var(--mpf-white); width: 100%;
  transition: background .3s;
}
.mpf-nav.scrolled .mpf-nav-burger span { background: var(--mpf-stone-900); }

.mpf-nav-link {
  color: rgba(255,255,255,0.9);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none; transition: color .3s;
}
.mpf-nav.scrolled .mpf-nav-link { color: var(--mpf-stone-600); }
.mpf-nav-link:hover { color: var(--mpf-orange) !important; }
@media (max-width: 768px) { .mpf-nav-link { display: none; } }

.mpf-nav-logo {
  position: absolute; left: 50%; transform: translateX(-50%);
  width: 48px; height: 48px;
  border-radius: 9999px;
  border: 2px solid var(--mpf-white);
  display: flex; align-items: center; justify-content: center;
  color: var(--mpf-white); text-decoration: none;
  transition: all .3s;
}
.mpf-nav.scrolled .mpf-nav-logo {
  border-color: var(--mpf-orange);
  color: var(--mpf-orange);
}
.mpf-nav-logo span { font-weight: 900; font-size: 16px; letter-spacing: -1px; }

.mpf-nav-cta {
  padding: 10px 24px;
  border-radius: 9999px;
  border: 1px solid var(--mpf-white);
  color: var(--mpf-white);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  text-decoration: none;
  transition: all .3s;
  white-space: nowrap;
}
.mpf-nav.scrolled .mpf-nav-cta { border-color: var(--mpf-stone-900); color: var(--mpf-stone-900); }
.mpf-nav-cta:hover { background: var(--mpf-white); color: var(--mpf-stone-900); }
.mpf-nav.scrolled .mpf-nav-cta:hover { background: var(--mpf-stone-900); color: var(--mpf-white); }

/* Mobile fullscreen menu — v3.2.2: z-index bumped above floating buttons. */
.mpf-mobile-menu {
  position: fixed; inset: 0;
  background: var(--mpf-stone-950);
  z-index: 9999;
  padding: 32px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 24px;
  opacity: 0; pointer-events: none;
  transform: translateX(-100%);
  transition: opacity .3s, transform .3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.mpf-mobile-menu.open { opacity: 1; pointer-events: auto; transform: translateX(0); }
.mpf-mobile-menu a {
  color: var(--mpf-white);
  font-size: 32px; font-weight: 900;
  letter-spacing: -1px; text-transform: uppercase;
  text-decoration: none;
  transition: color .2s;
}
.mpf-mobile-menu a:hover { color: var(--mpf-orange); }
.mpf-mm-close {
  position: absolute; top: 24px; right: 24px;
  background: none; border: 0;
  color: var(--mpf-white);
  font-size: 36px; line-height: 1;
  cursor: pointer;
  padding: 8px 16px;
}

/* ============================================================
   v3.4: Themed navbar (PHP-rendered) + horizontal desktop menu
   The theme renders one navbar globally so older per-page navbars
   imported into Elementor pages need to step aside silently.
   ============================================================ */

/* Hide any per-page navbar widget that ships inside an Elementor section
   (the build_template.py NAVBAR_HTML constant wraps the navbar in a section
   with class .mpf-nav-section). The PHP-rendered navbar takes over visually
   and behaviorally, so the duplicate is hidden but not deleted. */
.mpf-nav-section { display: none !important; }
/* If the per-page mobile menu also shipped inside the same section, kill it
   too — the new theme version has its own #mpf-themed-mobile-menu. */
.mpf-nav-section + .mpf-mobile-menu,
.mpf-nav-section ~ .mpf-mobile-menu:not(.mpf-themed-mobile-menu) {
  display: none !important;
}

/* Default — desktop horizontal menu hidden, fall back to mobile layout. */
.mpf-themed-nav .mpf-nav-links {
  display: none;
}
.mpf-themed-nav .mpf-nav-item {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 8px 18px;
  border-radius: 9999px;
  transition: background-color .2s ease, color .2s ease;
  white-space: nowrap;
}
.mpf-themed-nav.scrolled .mpf-nav-item { color: var(--mpf-stone-700, #44403c); }
.mpf-themed-nav .mpf-nav-item:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--mpf-white) !important;
}
.mpf-themed-nav.scrolled .mpf-nav-item:hover {
  background: var(--mpf-stone-100);
  color: var(--mpf-stone-900) !important;
}
.mpf-themed-nav .mpf-nav-item.active,
.mpf-themed-nav.scrolled .mpf-nav-item.active {
  background: var(--mpf-orange);
  color: var(--mpf-white) !important;
  font-weight: 600;
}

/* Desktop ≥ 1024px: switch from hamburger/centered logo to logo-left + menu-right. */
@media (min-width: 1024px) {
  .mpf-themed-nav .mpf-nav-burger { display: none; }
  /* Bring logo out of the absolute-centered position into the normal flow. */
  .mpf-themed-nav .mpf-nav-logo {
    position: static;
    transform: none;
    margin: 0;
    flex-shrink: 0;
  }
  .mpf-themed-nav .mpf-nav-inner {
    justify-content: flex-start;
    gap: 1.5rem;
  }
  .mpf-themed-nav .mpf-nav-left { display: none; }
  .mpf-themed-nav .mpf-nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto; /* push menu to the right */
  }
  /* Hide the Visit Us pill on desktop — Connect lives in the menu now. */
  .mpf-themed-nav .mpf-nav-right { display: none; }
}

/* Mobile fullscreen menu — same look + behavior as before, but inheriting
   the new themed wrapper so highlight rules still apply. */
.mpf-themed-mobile-menu a {
  color: var(--mpf-white);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s;
  padding: 4px 12px;
  border-radius: 1rem;
}
.mpf-themed-mobile-menu a:hover { color: var(--mpf-orange); }
.mpf-themed-mobile-menu a.active {
  background: var(--mpf-orange);
  color: var(--mpf-white) !important;
}

/* ============================================================
   v3: YouTube playlist grid (auto-fetched via WordPress REST)
   ============================================================ */
.mpf-yt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1024px) { .mpf-yt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .mpf-yt-grid { grid-template-columns: 1fr; } }

.mpf-yt-card {
  display: flex; flex-direction: column;
  background: var(--mpf-white);
  border-radius: 1.25rem;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  border: 1px solid var(--mpf-stone-100);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.mpf-yt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 40px -15px rgba(0,0,0,0.18);
  border-color: var(--mpf-orange-border);
}
.mpf-yt-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--mpf-stone-100);
}
.mpf-yt-thumb img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .35s ease;
}
.mpf-yt-card:hover .mpf-yt-thumb img { transform: scale(1.06); }
.mpf-yt-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.15);
  transition: background .25s ease;
}
.mpf-yt-card:hover .mpf-yt-play { background: rgba(255,107,31,0.25); }
.mpf-yt-play svg {
  width: 56px; height: 56px;
  fill: var(--mpf-white);
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
}
.mpf-yt-body { padding: 1.25rem 1.25rem 1.5rem; }
.mpf-yt-title {
  font-size: 1rem; font-weight: 700;
  line-height: 1.35; margin: 0 0 0.5rem;
  color: var(--mpf-stone-900);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mpf-yt-date {
  font-size: 0.75rem;
  color: var(--mpf-stone-400);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}
.mpf-yt-loading,
.mpf-yt-error {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem 1rem;
  color: var(--mpf-stone-400);
  font-style: italic;
}
.mpf-yt-error a { color: var(--mpf-orange); font-weight: 700; }

/* Dark variant for use over orange / dark backgrounds */
.mpf-yt-grid-dark .mpf-yt-card {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.1);
}
.mpf-yt-grid-dark .mpf-yt-title { color: var(--mpf-white); }
.mpf-yt-grid-dark .mpf-yt-date  { color: rgba(255,255,255,0.6); }
.mpf-yt-grid-dark .mpf-yt-loading,
.mpf-yt-grid-dark .mpf-yt-error  { color: rgba(255,255,255,0.7); }

/* Featured video (single big embed above the grid) */
.mpf-yt-featured {
  max-width: 1100px;
  margin: 0 auto 3rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.35);
  background: #000;
}
.mpf-yt-featured iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
}

/* ============================================================
   v3: Auto-scrolling testimonials (Splide)
   ============================================================ */
.mpf-testimonials-slider { padding: 0 1rem; }
/* Anchor offset — prevents fixed navbar from covering scroll targets */
[id] { scroll-margin-top: 90px; }

/* v3.2: keep Splide's default overflow:hidden on the track — this prevents
   the loop-mode clone slides from extending beyond the viewport and forcing
   horizontal page scroll. Internal vertical padding gives card hover shadows
   room to render without clipping. */
.mpf-testimonials-slider .splide__track { padding: 0.5rem 0; }
.mpf-testimonial-card {
  background: var(--mpf-white);
  border: 1px solid var(--mpf-stone-200);
  border-radius: 1.5rem;
  padding: 2rem;
  height: 100%;
  display: flex; flex-direction: column;
  gap: 1rem;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.mpf-testimonial-card:hover {
  border-color: var(--mpf-orange-border);
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.12);
}
.mpf-testimonial-card h4 {
  color: var(--mpf-orange);
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0;
}
.mpf-testimonial-card p {
  color: var(--mpf-stone-600);
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
  margin: 0;
}
.mpf-testimonials-slider .splide__slide { height: auto; }

/* ============================================================
   v3: Services schedule calendar (Elementor-native, manually editable)
   ============================================================ */
.mpf-services-list {
  max-width: 900px;
  margin: 0 auto;
  background: #fff7ed;
  border-radius: 2.5rem;
  padding: 3rem 2.5rem;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
}
.mpf-services-month {
  font-size: 1rem;
  font-weight: 700;
  color: var(--mpf-stone-900);
  margin: 0 0 1.5rem;
  text-transform: capitalize;
  letter-spacing: 0;
}
.mpf-services-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--mpf-stone-900);
  margin: 0 0 2rem;
}
.mpf-svc-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1rem;
  margin-bottom: 0.75rem;
  align-items: stretch;
}
.mpf-svc-row.cancelled { opacity: 0.4; }
.mpf-svc-row.cancelled .mpf-svc-card::before {
  content: "CANCELLED";
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(28,25,23,0.85);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 0.875rem;
  border-radius: inherit;
  z-index: 1;
}

.mpf-svc-date {
  background: var(--mpf-stone-900);
  color: var(--mpf-white);
  border-radius: 1rem;
  padding: 0.75rem 0;
  text-align: center;
  display: flex; flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mpf-svc-month {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  opacity: 0.7;
  text-transform: uppercase;
}
.mpf-svc-day {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 2px 0;
}
.mpf-svc-dow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  opacity: 0.6;
  text-transform: uppercase;
}

.mpf-svc-card {
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.mpf-svc-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--mpf-stone-900);
}
.mpf-svc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.mpf-svc-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(28,25,23,0.85);
  color: #fff;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}
.mpf-svc-meta svg { width: 14px; height: 14px; flex: 0 0 auto; }

/* Auto-calendar feedback states */
.mpf-svc-error,
.mpf-svc-empty {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--mpf-stone-600);
  font-style: italic;
}
.mpf-svc-error {
  background: rgba(239,68,68,0.08);
  border: 1px dashed rgba(239,68,68,0.4);
  border-radius: 1rem;
  font-size: 0.875rem;
  font-style: normal;
}
/* Subsequent month labels shouldn't smush against the previous row */
.mpf-services-rendered .mpf-services-month + .mpf-svc-row { margin-top: 0; }
.mpf-services-rendered .mpf-svc-row + .mpf-services-month { margin-top: 1.75rem; }

/* Color variants — apply on .mpf-svc-card via classes */
.mpf-svc-yellow { background: #fef08a; }
.mpf-svc-blue   { background: #bae6fd; }
.mpf-svc-orange { background: #fdba74; }
.mpf-svc-pink   { background: #fbcfe8; }
.mpf-svc-mint   { background: #a7f3d0; }
.mpf-svc-purple { background: #ddd6fe; }

@media (max-width: 600px) {
  .mpf-services-list { padding: 2rem 1.25rem; border-radius: 1.5rem; }
  .mpf-svc-row { grid-template-columns: 70px 1fr; gap: 0.75rem; }
  .mpf-svc-day { font-size: 1.4rem; }
  .mpf-svc-card h3 { font-size: 1rem; }
}

/* ============================================================
   v3: Smash Balloon Instagram Feed override
   Targets the .sbi_* classes the plugin outputs.
   ============================================================ */
#sb_instagram .sbi_header_bar,
#sb_instagram .sb_instagram_header {
  margin-bottom: 1.5rem !important;
}
#sb_instagram #sbi_images { padding: 0 !important; gap: 1rem !important; }
#sb_instagram .sbi_photo_wrap,
#sb_instagram .sbi_item {
  border-radius: 1.25rem !important;
  overflow: hidden !important;
}
#sb_instagram .sbi_photo {
  border-radius: 1.25rem !important;
  transition: transform .35s ease !important;
}
#sb_instagram .sbi_photo:hover { transform: scale(1.04) !important; }
#sb_instagram .sbi_load .sbi_load_btn {
  background: var(--mpf-orange) !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 14px 32px !important;
  border: 0 !important;
}
#sb_instagram .sbi_follow_btn a {
  background: var(--mpf-orange) !important;
  border-radius: 9999px !important;
  padding: 12px 28px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  border: 0 !important;
  color: #fff !important;
}

/* Wrapper around any embedded plugin to give it the brand container */
.mpf-plugin-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ============================================================
   v3: The Events Calendar (TEC) override (optional)
   ============================================================ */
.tribe-events-calendar-list__event-row,
.tribe-events-calendar-list__event {
  border: 0 !important;
}
.tribe-events-calendar-list__event-datetime-wrapper {
  background: var(--mpf-stone-900);
  color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}
.tribe-events-calendar-list__event-title-link { color: var(--mpf-stone-900) !important; }
.tribe-events-c-subscribe-dropdown,
.tribe-events-c-events-bar { display: none !important; }



/* ============================================================
   v3.4.1: Services schedule polish — matches MPF site vibe
   ============================================================ */
.mpf-services-list {
  max-width: 1080px;
  background: #171412;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 2.75rem;
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: 0 35px 80px -35px rgba(0,0,0,.55);
  position: relative;
  overflow: hidden;
}
.mpf-services-list::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(255,107,31,.28), transparent 34%),
    radial-gradient(circle at 8% 95%, rgba(255,107,31,.14), transparent 30%);
  pointer-events: none;
}
.mpf-services-list > * { position: relative; z-index: 1; }
.mpf-services-title {
  color: #fff;
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: .9;
  letter-spacing: -.06em;
  text-transform: lowercase;
  text-align: left;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.mpf-services-title::after {
  content: ".";
  color: var(--mpf-orange);
}
.mpf-services-month {
  color: rgba(255,255,255,.68);
  font-size: .8rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
}
.mpf-svc-row {
  grid-template-columns: 104px 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.mpf-svc-date {
  background: #ff6b1f;
  color: #fff;
  border-radius: 1.35rem;
  min-height: 112px;
  box-shadow: 0 18px 40px -22px rgba(255,107,31,.9);
}
.mpf-svc-month,
.mpf-svc-dow { opacity: .8; }
.mpf-svc-day {
  font-size: 2.2rem;
  letter-spacing: -.04em;
}
.mpf-svc-card {
  min-height: 112px;
  border-radius: 1.35rem;
  padding: 1.4rem 1.6rem;
  background: rgba(255,255,255,.075) !important;
  border: 1px solid rgba(255,255,255,.11);
  backdrop-filter: blur(10px);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.mpf-svc-row:hover .mpf-svc-card {
  transform: translateY(-2px);
  border-color: rgba(255,107,31,.55);
  background: rgba(255,255,255,.1) !important;
}
.mpf-svc-card h3 {
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -.025em;
  margin-bottom: .8rem;
}
.mpf-svc-meta span {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
}
.mpf-svc-empty,
.mpf-svc-error {
  color: rgba(255,255,255,.75);
}
.mpf-svc-notice {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  background: rgba(255,107,31,.14);
  border: 1px solid rgba(255,107,31,.35);
  color: #fff;
  border-radius: 1.4rem;
  padding: 1rem 1.15rem;
  margin: -1rem 0 2rem;
  font-weight: 650;
  line-height: 1.5;
}
.mpf-svc-notice strong {
  color: #ff8a4c;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
  display: block;
  margin-bottom: .2rem;
}
@media (max-width: 600px) {
  .mpf-services-list { border-radius: 1.8rem; padding: 2rem 1rem; }
  .mpf-services-title { font-size: clamp(2.4rem, 15vw, 4.5rem); text-align: center; }
  .mpf-svc-row { grid-template-columns: 78px 1fr; gap: .75rem; }
  .mpf-svc-date, .mpf-svc-card { min-height: 104px; border-radius: 1.15rem; }
  .mpf-svc-card { padding: 1rem; }
  .mpf-svc-day { font-size: 1.65rem; }
  .mpf-svc-meta { gap: .45rem; }
  .mpf-svc-meta span { font-size: .68rem; padding: .28rem .58rem; }
}

/* ============================================================
   v3.4.2: Services schedule redesign — closer to MPF homepage vibe
   ============================================================ */
.mpf-services-list {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: clamp(2.25rem, 5vw, 5rem) !important;
  border-radius: 3rem !important;
  background: #171412 !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.72) !important;
}
.mpf-services-kicker {
  color: rgba(255,255,255,.62) !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .26em !important;
  margin: 0 0 1rem !important;
}
.mpf-services-title {
  max-width: 760px !important;
  color: #fff !important;
  font-size: clamp(3rem, 7vw, 7rem) !important;
  line-height: .86 !important;
  letter-spacing: -.075em !important;
  text-align: left !important;
  margin: 0 0 clamp(2rem, 5vw, 4rem) !important;
}
.mpf-services-month {
  color: #ff6b1f !important;
  font-size: .85rem !important;
  font-weight: 900 !important;
  letter-spacing: .24em !important;
  text-transform: uppercase !important;
  margin: 2rem 0 1rem !important;
}
.mpf-svc-row {
  grid-template-columns: 116px minmax(0,1fr) !important;
  gap: 1.1rem !important;
  margin-bottom: 1rem !important;
}
.mpf-svc-date {
  min-height: 122px !important;
  background: #ffffff !important;
  color: #171412 !important;
  border-radius: 1.6rem !important;
  box-shadow: none !important;
}
.mpf-svc-day {
  color: #ff6b1f !important;
  font-size: 2.4rem !important;
  font-weight: 900 !important;
}
.mpf-svc-month,
.mpf-svc-dow { color: #171412 !important; opacity: .62 !important; }
.mpf-svc-card {
  min-height: 122px !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 1.6rem !important;
  padding: 1.5rem 1.75rem !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05) !important;
}
.mpf-svc-card::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #ff6b1f;
  transform: translateY(-50%);
  box-shadow: 0 0 0 10px rgba(255,107,31,.12);
}
.mpf-svc-card h3 {
  color: #fff !important;
  font-size: clamp(1.25rem,2.4vw,1.75rem) !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
  padding-right: 2rem !important;
}
.mpf-svc-meta span {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.68) !important;
  font-size: .84rem !important;
  font-weight: 700 !important;
}
.mpf-svc-row:hover .mpf-svc-card {
  background: rgba(255,255,255,.095) !important;
  border-color: rgba(255,107,31,.45) !important;
  transform: translateY(-3px) !important;
}
.mpf-svc-notice {
  background: #ff6b1f !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 1.6rem !important;
  padding: 1.1rem 1.25rem !important;
  margin: 0 0 2rem !important;
}
.mpf-svc-notice strong { color: #fff !important; opacity: .8 !important; }
@media (max-width: 600px) {
  /* ── Container ── */
  .mpf-services-list {
    border-radius: 1.75rem !important;
    padding: 1.5rem .9rem 2rem !important;
  }
  .mpf-services-kicker,
  .mpf-services-title { text-align: center !important; }
  .mpf-services-title { font-size: clamp(2.8rem, 15vw, 4.5rem) !important; }
  .mpf-services-month { margin: 1.25rem 0 .75rem !important; }

  /* ── Row: date pill stays top-aligned, never stretches ── */
  .mpf-services-list .mpf-svc-row {
    display: grid !important;
    grid-template-columns: 82px 1fr !important;
    gap: .65rem !important;
    align-items: start !important;
    margin-bottom: .75rem !important;
  }

  /* ── Date pill ── */
  .mpf-services-list .mpf-svc-date {
    align-self: center !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 1rem .5rem .9rem !important;
    border-radius: 1.1rem !important;
    width: 82px !important;
  }
  .mpf-svc-month { font-size: .65rem !important; letter-spacing: .14em !important; }
  .mpf-svc-day   { font-size: 2rem !important; letter-spacing: -.04em !important; }
  .mpf-svc-dow   { font-size: .62rem !important; letter-spacing: .14em !important; }

  /* ── Event card ── */
  .mpf-services-list .mpf-svc-card {
    align-self: start !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 1rem !important;
    padding: .85rem .95rem .9rem !important;
  }
  .mpf-svc-card::after { display: none !important; }
  .mpf-svc-card h3 {
    font-size: 1rem !important;
    letter-spacing: -.02em !important;
    line-height: 1.2 !important;
    padding-right: 0 !important;
    margin-bottom: .55rem !important;
  }

  /* ── Meta (time + location) — each on its own row, icon clearly visible ── */
  .mpf-svc-meta {
    display: flex !important;
    flex-direction: column !important;
    gap: .28rem !important;
    margin-bottom: .1rem !important;
  }
  .mpf-svc-meta span {
    display: inline-flex !important;
    align-items: center !important;
    gap: .4rem !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: .82rem !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,.82) !important;
    line-height: 1.3 !important;
  }
  .mpf-svc-meta svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    flex: 0 0 20px !important;
    stroke: #ff6b1f !important;
    stroke-width: 2.5 !important;
    fill: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    color: #ff6b1f !important;
  }
  .mpf-svc-meta svg *,
  .mpf-svc-meta svg path,
  .mpf-svc-meta svg circle,
  .mpf-svc-meta svg polyline,
  .mpf-svc-meta svg line,
  .mpf-svc-meta svg rect {
    stroke: #ff6b1f !important;
    fill: none !important;
    vector-effect: non-scaling-stroke !important;
  }

  /* ── Description ── */
  .mpf-svc-desc {
    margin-top: .6rem !important;
    font-size: .82rem !important;
    line-height: 1.6 !important;
    white-space: pre-line !important;
    color: rgba(255,255,255,.7) !important;
  }
}

/* v3.4.4 — Schedule manager cancellation UI */
.mpf-svc-card-top {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 1rem !important;
}
.mpf-cancel-badge {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  padding: .38rem .75rem !important;
  background: #ef4444 !important;
  color: #fff !important;
  font-size: .68rem !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  box-shadow: 0 12px 28px rgba(239,68,68,.28) !important;
}
.mpf-svc-row.is-cancelled .mpf-svc-date {
  background: #fff1f2 !important;
  border-color: rgba(239,68,68,.45) !important;
}
.mpf-svc-row.is-cancelled .mpf-svc-day {
  color: #ef4444 !important;
}
.mpf-svc-row.is-cancelled .mpf-svc-card {
  border-color: rgba(239,68,68,.45) !important;
  background: linear-gradient(135deg, rgba(69, 26, 26, .94), rgba(28,25,23,.92)) !important;
  box-shadow: inset 0 0 0 1px rgba(239,68,68,.18), 0 22px 50px rgba(0,0,0,.24) !important;
}
.mpf-svc-row.is-cancelled .mpf-svc-card::after {
  background: #ef4444 !important;
  box-shadow: 0 0 0 12px rgba(239,68,68,.14) !important;
}
.mpf-cancel-reason {
  margin-top: .9rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: .35rem !important;
  width: fit-content !important;
  max-width: 100% !important;
  border-radius: 999px !important;
  border: 1px solid rgba(239,68,68,.35) !important;
  background: rgba(239,68,68,.13) !important;
  color: rgba(255,255,255,.9) !important;
  padding: .55rem .85rem !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
}
.mpf-cancel-reason strong {
  color: #fecaca !important;
  font-weight: 900 !important;
}
.mpf-svc-notice span {
  display: block !important;
  margin-top: .15rem !important;
  color: rgba(255,255,255,.92) !important;
  font-weight: 800 !important;
}
@media (max-width: 767px) {
  .mpf-svc-card-top { display: block !important; }
  .mpf-cancel-badge { margin-top: .6rem !important; }
  .mpf-cancel-reason { border-radius: 1rem !important; width: 100% !important; }
}


/* v3.4.6 — Special events stand out and same-day services sort by time */
.mpf-svc-badges {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: .45rem !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}
.mpf-special-badge {
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  padding: .38rem .75rem !important;
  background: #ff6b1f !important;
  color: #fff !important;
  font-size: .68rem !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  box-shadow: 0 14px 32px rgba(255,107,31,.28) !important;
}
.mpf-svc-row.is-special .mpf-svc-date {
  background: linear-gradient(180deg,#fff7ed,#ffffff) !important;
  border: 1px solid rgba(255,107,31,.42) !important;
  box-shadow: 0 16px 34px rgba(255,107,31,.14) !important;
}
.mpf-svc-row.is-special .mpf-svc-card {
  background: linear-gradient(135deg, rgba(255,107,31,.24), rgba(255,255,255,.065)) !important;
  border-color: rgba(255,107,31,.56) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 24px 54px rgba(255,107,31,.12) !important;
}
.mpf-svc-row.is-special .mpf-svc-card::before {
  content: "special gathering";
  display: block;
  color: #ff9a62;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: .35rem;
}
.mpf-svc-row.is-special .mpf-svc-card::after {
  width: 14px !important;
  height: 14px !important;
  background: #ff6b1f !important;
  box-shadow: 0 0 0 12px rgba(255,107,31,.18), 0 0 34px rgba(255,107,31,.55) !important;
}
.mpf-svc-row.is-special:hover .mpf-svc-card {
  background: linear-gradient(135deg, rgba(255,107,31,.30), rgba(255,255,255,.095)) !important;
}
@media (max-width: 767px) {
  .mpf-svc-badges { justify-content: flex-start !important; margin-top: .55rem !important; margin-bottom: .55rem !important; }
  .mpf-special-badge { font-size: .62rem !important; padding: .32rem .62rem !important; }
}


/* v3.4.7 dot visibility fix */
.mpf-service-card .mpf-service-status + .mpf-service-dot,
.mpf-service-item .mpf-service-status + .mpf-service-dot,
.mpf-service-card.is-cancelled .mpf-service-dot,
.mpf-service-card.is-special .mpf-service-dot,
.mpf-service-item.is-cancelled .mpf-service-dot,
.mpf-service-item.is-special .mpf-service-dot {
  display: none !important;
}

/* v3.4.8 — remove right glow dot from special and cancelled service cards */
.mpf-svc-row.is-special .mpf-svc-card::after,
.mpf-svc-row.is-cancelled .mpf-svc-card::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* ============================================================
   MPF managed testimonials — [mpf_testimonials]  v4: clean quote-card
   ============================================================ */
.mpf-testimonials-managed .splide__track { overflow: visible; }
.mpf-testimonials-managed .splide__slide  { height: auto; }

/* Card shell */
.mpf-testimonials-managed .mpf-testimonial-card {
  height: 100%;
  min-height: 200px;
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(231,229,228,.9);
  border-radius: 1.5rem;
  padding: 1.4rem 1.5rem 1.2rem;
  box-shadow: 0 20px 48px -24px rgba(28,25,23,.28);
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform .2s ease, box-shadow .2s ease;
}
.mpf-testimonials-managed .mpf-testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 56px -24px rgba(28,25,23,.36);
}

/* Large decorative opening quote */
.mpf-testimonials-managed .mpf-tcard-quote-icon {
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: .65;
  color: var(--mpf-orange, #ff6b1f);
  opacity: .25;
  margin-bottom: .35rem;
  user-select: none;
}

/* Quote body */
.mpf-testimonials-managed .mpf-tcard-body {
  flex: 1;
  margin: 0 0 1rem;
  color: var(--mpf-stone-700, #44403c);
  font-size: .9rem;
  line-height: 1.65;
  font-style: italic;
}

/* Footer — avatar + name + tag */
.mpf-testimonials-managed .mpf-tcard-footer {
  border-top: 1px solid rgba(231,229,228,.85);
  padding-top: .75rem;
  display: flex;
  align-items: center;
  gap: .85rem;
}
.mpf-testimonials-managed .mpf-tcard-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  border: 2px solid rgba(255,107,31,.22);
  box-shadow: 0 2px 8px rgba(0,0,0,.10);
}
.mpf-testimonials-managed .mpf-tcard-meta {
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.mpf-testimonials-managed .mpf-tcard-name {
  color: var(--mpf-stone-900, #1c1917);
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.2;
}
.mpf-testimonials-managed .mpf-tcard-tag {
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: var(--mpf-orange, #ff6b1f);
}

@media (max-width: 480px) {
  .mpf-testimonials-managed .mpf-testimonial-card { min-height: 180px; border-radius: 1.25rem; padding: 1.1rem 1.2rem 1rem; }
  .mpf-testimonials-managed .mpf-tcard-quote-icon { font-size: 2.5rem; }
}

/* ============================================================
   v3.6 — Requested fixes: Forminator card, orange pill, equal cards,
   Services mobile hero, and Scheduler descriptions/custom dots
   ============================================================ */
body .mpf-form-card {
  background: #fff !important;
  padding: 3rem !important;
  border-radius: 2.5rem !important;
  box-shadow: 0 25px 50px -12px rgba(168,162,158,.5) !important;
  border: 1px solid #f5f5f4 !important;
}
body .mpf-form-card input,
body .mpf-form-card textarea {
  width: 100% !important;
  border: 1px solid #e7e5e4 !important;
  border-radius: 1.25rem !important;
  background: #fafaf9 !important;
  padding: 1rem 1.2rem !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}
body .mpf-form-card .forminator-label {
  font-size: .75rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  color: #57534e !important;
}
body .mpf-form-card .forminator-button-submit {
  width: 100% !important;
  background: #ff6b1f !important;
  color: #fff !important;
  border-radius: 1.25rem !important;
  padding: 1.15rem 2rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  border: none !important;
}
.mpf-pill-orange a.elementor-button,
.mpf-pill-orange .elementor-button,
.mpf-pill-orange .elementor-button-wrapper a {
  background: #FF6B1F !important;
  background-color: #FF6B1F !important;
  color: #ffffff !important;
  border-color: #FF6B1F !important;
}
.mpf-pill-orange a.elementor-button:hover,
.mpf-pill-orange .elementor-button:hover,
.mpf-pill-orange .elementor-button-wrapper a:hover {
  background: #1c1917 !important;
  background-color: #1c1917 !important;
  color: #ffffff !important;
  border-color: #1c1917 !important;
}

/* Fix: Elementor button widgets that are invisible until hover */
.elementor-widget-button .elementor-button-wrapper,
.elementor-widget-button .elementor-button,
.elementor-widget-button a.elementor-button {
  opacity: 1 !important;
  visibility: visible !important;
}
.mpf-card-light {
  background: var(--mpf-white);
  border-radius: 2rem;
  border: 1px solid var(--mpf-stone-200);
  padding: 2rem;
  transition: border-color .25s ease, box-shadow .25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mpf-card-light > .elementor-widget-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mpf-svc-card::after {
  background: var(--mpf-dot-color, #ff6b1f) !important;
  box-shadow: 0 0 0 10px color-mix(in srgb, var(--mpf-dot-color, #ff6b1f) 18%, transparent) !important;
}
.mpf-svc-desc {
  margin-top: .75rem !important;
  color: rgba(255,255,255,.78) !important;
  font-size: .88rem !important;
  font-weight: 650 !important;
  line-height: 1.55 !important;
  max-width: 760px !important;
  white-space: pre-line !important;
}
.mpf-svc-desc a {
  color: rgba(255,255,255,.9) !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255,107,31,.65) !important;
  text-underline-offset: 4px !important;
}

/* Contact field */
.mpf-svc-contact {
  display: inline-flex !important;
  align-items: center !important;
  gap: .45rem !important;
  margin-top: .65rem !important;
  background: rgba(255,107,31,.12) !important;
  border: 1px solid rgba(255,107,31,.28) !important;
  border-radius: 999px !important;
  padding: .38rem .85rem !important;
  width: fit-content !important;
}
.mpf-svc-contact svg {
  width: 13px !important;
  height: 13px !important;
  flex: 0 0 auto !important;
  stroke: #ff6b1f !important;
}
.mpf-svc-contact span {
  color: rgba(255,255,255,.9) !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  letter-spacing: .01em !important;
}

@media (max-width: 600px) {
  .mpf-svc-contact { margin-top: .55rem !important; padding: .32rem .75rem !important; }
  .mpf-svc-contact span { font-size: .78rem !important; }
}

/* Location link — tappable Maps link on the pin row */
.mpf-svc-meta span.mpf-loc-linked {
  padding: 0 !important;
  background: transparent !important;
}
a.mpf-loc-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: .35rem !important;
  color: rgba(255,255,255,.85) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  border-bottom: 1px solid rgba(255,107,31,.45) !important;
  padding-bottom: 1px !important;
  transition: color .2s, border-color .2s !important;
}
a.mpf-loc-link:hover {
  color: #ff6b1f !important;
  border-color: #ff6b1f !important;
}
.mpf-ext-icon {
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
  opacity: .75 !important;
  vertical-align: middle !important;
}
@media (max-width: 600px) {
  a.mpf-loc-link {
    font-size: .82rem !important;
    border-bottom-color: rgba(255,107,31,.55) !important;
    -webkit-tap-highlight-color: rgba(255,107,31,.15) !important;
  }
  .mpf-ext-icon { width: 11px !important; height: 11px !important; }
}
@media (max-width: 767px) {
  .mpf-hero-wordmark-wide,
  .mpf-hero-wordmark-wide .elementor-heading-title,
  .mpf-hero-wordmark-services,
  .mpf-hero-wordmark-services .elementor-heading-title {
    font-size: clamp(3.2rem, 12vw, 4.9rem) !important;
    line-height: .95 !important;
    letter-spacing: -.055em !important;
    white-space: nowrap !important;
    max-width: 96vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ============================================================
   Connect section mobile: handled via JS reorder in navbar.js
   ============================================================ */
@media (max-width: 767px) {
  /* Give form card full width when moved into text column on mobile */
  #connect1 .mpf-form-card,
  #connect .mpf-form-card {
    width: 100% !important;
    margin: 1.25rem 0 1.5rem !important;
    box-sizing: border-box !important;
  }
}

/* v3.6 — Mobile schedule polish + multiple contact chips */
.mpf-svc-contacts {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .45rem !important;
  margin-top: .7rem !important;
}
a.mpf-svc-contact { text-decoration: none !important; }
.mpf-svc-contact .mpf-contact-text {
  display: inline-flex !important;
  align-items: center !important;
  gap: .35rem !important;
  flex-wrap: wrap !important;
}
.mpf-svc-contact .mpf-contact-text strong {
  color: rgba(255,255,255,.96) !important;
  font-weight: 850 !important;
}
.mpf-svc-contact .mpf-contact-text span {
  color: rgba(255,255,255,.88) !important;
}

@media (max-width: 600px) {
  .mpf-services-list {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  .mpf-services-list .mpf-svc-row {
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: .55rem !important;
    width: 100% !important;
  }
  .mpf-services-list .mpf-svc-date {
    width: 74px !important;
    padding: .85rem .35rem .75rem !important;
    position: sticky !important;
    top: 88px !important;
  }
  .mpf-svc-day { font-size: 1.75rem !important; }
  .mpf-services-list .mpf-svc-card {
    min-width: 0 !important;
    padding: .9rem .85rem !important;
    border-radius: 1.05rem !important;
  }
  .mpf-svc-card h3 {
    font-size: .98rem !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }
  .mpf-svc-meta span,
  a.mpf-loc-link {
    font-size: .78rem !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
  .mpf-svc-desc {
    font-size: .8rem !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere !important;
  }
  .mpf-svc-contacts {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .4rem !important;
    margin-top: .6rem !important;
  }
  .mpf-svc-contact {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
    border-radius: .9rem !important;
    padding: .5rem .6rem !important;
    white-space: normal !important;
  }
  .mpf-svc-contact svg {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
  }
  .mpf-svc-contact .mpf-contact-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: .1rem !important;
    min-width: 0 !important;
  }
  .mpf-svc-contact .mpf-contact-text strong,
  .mpf-svc-contact .mpf-contact-text span {
    font-size: .76rem !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }
  .mpf-svc-badges {
    margin-top: .4rem !important;
  }
}

/* v3.6.5 — MPF Scheduler font scope only
   Titles/headings use mpf-neue; content/details use mpf-typewriter. */
.mpf-services-list .mpf-neue,
.mpf-services-list .mpf-services-kicker,
.mpf-services-list .mpf-services-title,
.mpf-services-list .mpf-services-month,
.mpf-services-list .mpf-svc-date,
.mpf-services-list .mpf-svc-card h3,
.mpf-services-list .mpf-svc-badges,
.mpf-services-list .mpf-svc-notice strong,
.mpf-services-list .mpf-cancel-reason strong {
  font-family: var(--mpf-neue, "mpf-neue", var(--mpf-font, Inter, Arial, sans-serif)) !important;
}

.mpf-services-list .mpf-typewriter,
.mpf-services-list .mpf-svc-meta,
.mpf-services-list .mpf-svc-desc,
.mpf-services-list .mpf-svc-contacts,
.mpf-services-list .mpf-svc-contact,
.mpf-services-list .mpf-svc-notice span,
.mpf-services-list .mpf-cancel-reason,
.mpf-services-list .mpf-svc-empty,
.mpf-services-list .mpf-svc-error {
  font-family: var(--mpf-typewriter, "mpf-typewriter", "Courier New", monospace) !important;
}


/* v3.7.2 — FAQ typography override.
   Keeps FAQ question/title in mpf-neue and answer/content in mpf-typewriter. */
.mpf-faq .elementor-heading-title,
.mpf-faq .elementor-accordion-title,
.mpf-faq .elementor-tab-title,
.mpf-faq .elementor-tab-title a {
  font-family: var(--mpf-neue, 'mpf-neue', Inter, Arial, sans-serif) !important;
}

.mpf-faq .elementor-tab-content,
.mpf-faq .elementor-tab-content p,
.mpf-faq .elementor-tab-content li,
.mpf-faq .elementor-tab-content span,
.mpf-faq .elementor-tab-content div,
.mpf-faq .elementor-tab-content a {
  font-family: var(--mpf-typewriter, 'mpf-typewriter', 'Courier New', monospace) !important;
}

/* v3.7.3 — Heading span typography fix
   Coloured spans inside headings inherit the heading font instead of falling
   back to the body/typewriter font. */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
.elementor-widget-heading .elementor-heading-title span,
.mpf-neue span,
.mpf-h span,
.mpf-h-xl span,
.mpf-h-lg span,
.mpf-h-md span,
.mpf-hero-wordmark span,
.mpf-hero-wordmark-wide span,
.mpf-yt-title span,
.mpf-services-title span,
.mpf-testimonials-slider h1 span,
.mpf-testimonials-slider h2 span,
.mpf-testimonials-slider h3 span {
  font-family: inherit !important;
  font-style: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}
