/* Inline embed (home.html and below-fold) */
.zc-intro-video {
  max-width: 880px;
  margin: 0 auto 48px;
  padding: 0 16px;
  text-align: center;
}
.zc-intro-video-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.75rem;
  margin-bottom: 8px;
  font-weight: 800;
}
.zc-intro-video-sub {
  color: #8b95a8;
  font-size: 0.95rem;
  margin-bottom: 14px;
}
.zc-intro-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  border: 2px solid #f5a623;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}
.zc-intro-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.zc-intro-video-foot {
  margin-top: 12px;
  font-size: 0.85rem;
}
.zc-intro-video-foot a {
  color: #00c9a7;
  text-decoration: none;
}
.zc-intro-video-foot a:hover {
  text-decoration: underline;
}
.zc-intro-video-phone,
.zc-hero-public-phone,
.zc-public-phone-row {
  margin: 14px auto 0;
  text-align: center;
  max-width: 880px;
  padding: 0 8px;
}
.zc-hero-public-phone,
.zc-public-phone-row.zc-hero-public-phone {
  margin: 16px auto 6px;
}
.zc-public-phone-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.35em 0.55em;
  line-height: 1.15;
}
.zc-public-phone-prefix {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: clamp(0.72rem, 2.2vw, 0.85rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.zc-intro-video-phone a,
.zc-hero-public-phone a,
.zc-hero-video-phone-cta a,
.zc-public-phone-row .zc-public-phone-hero-link {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.65rem, 5.5vw, 2.35rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #f5a623;
  text-decoration: none;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
  line-height: 1.1;
}
.zc-intro-video-phone a:hover,
.zc-hero-public-phone a:hover,
.zc-hero-video-phone-cta a:hover,
.zc-public-phone-row .zc-public-phone-hero-link:hover {
  color: #ffd080;
  text-decoration: underline;
}
.zc-public-phone-sub {
  display: block;
  margin-top: 4px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}
.zc-hero-video-phone-cta {
  display: none;
  text-align: center;
  padding: 10px 12px 2px;
  pointer-events: auto;
}
.zc-hero-video-stage.is-playing .zc-hero-video-phone-cta {
  display: block;
}
.zc-hero-video-phone-cta .zc-public-phone-prefix {
  color: rgba(232, 237, 245, 0.82);
}
@media (min-width: 721px) {
  .zc-hero-public-phone,
  .zc-public-phone-row.zc-hero-public-phone {
    margin-top: 22px;
    padding-top: 6px;
  }
}
body.zc-home-dark .zc-intro-video-phone a {
  color: var(--amber, #f5a623);
}
body.zc-home-dark .zc-intro-video-sub {
  color: var(--muted, #8b95a8);
}
body.zc-home-dark .zc-intro-video-foot a {
  color: var(--teal, #00c9a7);
}

/* Hero backdrop video (index.html main page) */
.zc-hero-with-video {
  position: relative;
}
.zc-hero-headline-stage {
  isolation: isolate;
}
#zcIntroVideoMount[data-zc-intro-video-mode='hero'] {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 18px;
  overflow: hidden;
}
.zc-hero-video-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 18px;
}
.zc-hero-video-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.52;
  filter: brightness(0.58) saturate(0.8);
  transition: opacity 0.35s ease, filter 0.35s ease;
}
.zc-hero-video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.zc-hero-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.zc-hero-video-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 18px;
  background:
    radial-gradient(ellipse 85% 70% at 50% 50%, rgba(86, 95, 108, 0.08) 0%, rgba(86, 95, 108, 0.58) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.28) 0%, rgba(17, 17, 17, 0.48) 100%);
}
.zc-hero-video-play {
  position: relative;
  z-index: 4;
  left: auto;
  top: auto;
  transform: none;
  margin: 0 auto 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s ease;
}
.zc-hero-video-play:hover {
  transform: scale(1.05);
}
.zc-hero-video-play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.92);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), 0 0 0 4px rgba(255, 255, 255, 0.12);
  position: relative;
}
.zc-hero-video-play-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #111;
}
.zc-hero-video-play-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.zc-hero-video-close {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}
.zc-hero-video-close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.zc-hero-with-video.zc-hero-video-active #zcIntroVideoMount {
  opacity: 0;
  pointer-events: none;
}
.zc-hero-video-stage.is-playing {
  position: fixed;
  top: clamp(68px, 9vh, 92px);
  left: 50%;
  transform: translateX(-50%);
  width: min(960px, calc(100vw - 32px));
  z-index: 900;
  margin: 0;
  padding: 0;
  pointer-events: none;
  overflow: visible;
  border-radius: 14px;
}
.zc-hero-video-stage.is-playing .zc-hero-video-backdrop {
  position: relative;
  inset: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  opacity: 1;
  filter: none;
  border-radius: 14px;
  overflow: hidden;
  pointer-events: auto;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.08);
  border: 2px solid #f5a623;
}
.zc-hero-video-stage.is-playing .zc-hero-video-frame {
  position: relative;
  inset: auto;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  transform: none;
}
@media (max-width: 720px) {
  .zc-hero-video-play {
    margin-bottom: 14px;
  }
  .zc-hero-video-play-icon {
    width: 58px;
    height: 58px;
  }
  .zc-hero-video-play-icon::after {
    border-width: 10px 0 10px 16px;
  }
}
