/* Universal Immersive Nav - Liquid Glass Effect
 * 2026-06-12 v4
 */

/* === NAV GLASS === */
html body header.main-header .header-sticky:not(.zm-glass-on),
html body header.main-header .header-sticky.active:not(.zm-glass-on),
html body header.main-header .header-sticky.scrolled:not(.zm-glass-on) {
  background: transparent !important; background-color: transparent !important; background-image: none !important;
  backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
  box-shadow: none !important; border-bottom: none !important;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease !important;
}
html body header.main-header .header-sticky #menu > li > a { color: #ff6b35 !important; text-shadow: 0 1px 10px rgba(0,0,0,.22) !important; }
html body header.main-header .header-sticky .navbar-brand img { filter: drop-shadow(0 2px 10px rgba(0,0,0,.22)) !important; }
html body header.main-header .header-sticky.zm-glass-on,
html body header.main-header .header-sticky.zm-glass-on.active,
html body header.main-header .header-sticky.zm-glass-on.scrolled {
  background: rgba(255,255,255,.22) !important; background-image: none !important;
  backdrop-filter: blur(40px) saturate(1.8) !important; -webkit-backdrop-filter: blur(40px) saturate(1.8) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 2px 20px rgba(0,0,0,.06) !important;
  border-bottom: 0.5px solid rgba(255,255,255,.3) !important;
}
html body header.main-header .header-sticky.zm-glass-on #menu > li > a { color: #1f2430 !important; text-shadow: none !important; }
html body header.main-header .header-sticky #menu > li.zm-business-nav > a { color: #ff6b35 !important; }
html body header.main-header .header-sticky.zm-glass-on .navbar-brand img { filter: none !important; }
.main-header .header-sticky.active:not(.zm-glass-on), .main-header .header-sticky.scrolled:not(.zm-glass-on),
header.main-header .header-sticky.active:not(.zm-glass-on), .main-header .header-sticky:not(.zm-glass-on),
header.main-header .header-sticky:not(.zm-glass-on) { background: transparent !important; background-color: transparent !important; background-image: none !important; }
.main-header .header-sticky.zm-glass-on, .main-header .header-sticky.zm-glass-on.active,
header.main-header .header-sticky.zm-glass-on, header.main-header .header-sticky.zm-glass-on.active { background: rgba(255,255,255,.22) !important; background-image: none !important; }
body:not(.has-hero-home) .page-header,
body:not(.has-hero-home) .page-header.parallaxie,
body:not(.has-hero-home) .zm-managed-page-header { padding-top: 80px !important; }

/* === Service Card: full width + clean quote === */
.project-entry,
.zm-service-main,
.zm-service-main > div { width: 100% !important; max-width: 100% !important; }

/* Kill the red bar and all decoration on quote */
.zm-service-quote,
.zm-service-main .zm-service-quote {
  margin: 32px 0 0 0 !important;
  padding: 0 !important;
  background: none !important;
  background-image: none !important;
  border: none !important;
  border-left: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  line-height: 1.7 !important;
  font-style: normal !important;
  position: static !important;
}
/* Kill the ::before pseudo-element red bar */
.zm-service-quote::before,
.zm-service-quote:before,
.zm-service-main .zm-service-quote::before,
.zm-service-main .zm-service-quote:before {
  display: none !important;
  content: none !important;
  width: 0 !important;
  background: none !important;
}

/* === Mobile: sidebar below content (2026-06-12) === */
@media(max-width:991px) {
  .page-project-single .row,
  .project-single .row {
    display: flex !important;
    flex-direction: column !important;
  }
  .page-project-single .row > .col-lg-3,
  .project-single .row > .col-lg-3 {
    order: 2 !important;
  }
  .page-project-single .row > .col-lg-9,
  .project-single .row > .col-lg-9 {
    order: 1 !important;
  }
}

/* === 2026-06-12 about founder mobile stack fix === */
@media (max-width: 900px) {
  .zm-about-preview-layout-20260609 .zm-founder-hero {
    min-height: auto !important;
    padding: 92px 20px 48px !important;
    align-items: flex-start !important;
    overflow: hidden !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-hero-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 26px !important;
    align-items: start !important;
    width: 100% !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-copy {
    width: 100% !important;
    max-width: 100% !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-copy > h1 {
    font-size: clamp(30px, 8vw, 40px) !important;
    line-height: 1.15 !important;
    letter-spacing: -.03em !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-lead,
  .zm-about-preview-layout-20260609 .zm-founder-body-copy {
    font-size: 15px !important;
    line-height: 1.85 !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-metric {
    padding: 14px 12px !important;
    border-radius: 15px !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-metric strong {
    font-size: 24px !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-stage {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-bg-shape {
    display: none !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-img {
    order: 1 !important;
    position: relative !important;
    display: block !important;
    width: min(76vw, 300px) !important;
    max-width: 300px !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto -8px !important;
    object-fit: contain !important;
    z-index: 2 !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-sayings {
    order: 2 !important;
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 12px 0 0 !important;
    z-index: 3 !important;
    pointer-events: auto !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-saying-card,
  .zm-about-preview-layout-20260609 .zm-founder-saying-card.is-front,
  .zm-about-preview-layout-20260609 .zm-founder-saying-card.is-back {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 18px 18px !important;
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
    z-index: auto !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-saying-card.is-back {
    display: none !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-saying-card strong {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  .zm-about-preview-layout-20260609 .zm-founder-saying-card span {
    font-size: 13px !important;
    line-height: 1.7 !important;
  }
}

/* 2026-06-13 about honor cert wall: image-only */
.zm-honor-cert-wall .zm-honor-cert figcaption { display: none !important; }
.zm-honor-cert-wall .zm-honor-cert { padding-bottom: 0 !important; }

.hero-content .section-title p {
  font-size: 18px !important;
  line-height: 1.78 !important;
}
