.kcvh-video-hero {
  position: relative;
  width: 100%;
  height: var(--kcvh-height, 100vh);
  min-height: 520px;
  overflow: hidden;
  background: #0f0d08;
  isolation: isolate;
}
@supports (height: 100dvh) {
  .kcvh-video-hero { min-height: min(100dvh, 520px); height: var(--kcvh-height, 100dvh); }
}
.kcvh-video-hero__bg,
.kcvh-video-hero__player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0f0d08;
}
.kcvh-video-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.12) 34%, rgba(0,0,0,calc(var(--kcvh-overlay, .58) + .18)) 100%),
    linear-gradient(180deg, rgba(20,16,10,0.14) 0%, rgba(20,16,10,var(--kcvh-overlay, .58)) 100%);
}
.kcvh-video-hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 190px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: grid;
  place-items: center;
  transition: transform .35s ease, filter .35s ease, opacity .25s ease;
  -webkit-tap-highlight-color: transparent;
}
.kcvh-video-hero__play:hover { transform: translate(-50%, -50%) scale(1.06); }
.kcvh-video-hero__play:active { transform: translate(-50%, -50%) scale(.97); }
.kcvh-video-hero__ring,
.kcvh-video-hero__ring--delay {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 3px;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.kcvh-video-hero__icon {
  position: relative;
  z-index: 2;
  width: 124px;
  height: 124px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}
.kcvh-video-hero__play:hover .kcvh-video-hero__icon { transform: scale(1.03); }
.kcvh-video-hero__icon svg { width: 100%; height: 100%; overflow: visible; }
.kcvh-video-hero__icon circle,
.kcvh-video-hero__icon polygon { transition: all .25s ease; }
.kcvh-video-hero__player-wrap {
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease, visibility .35s ease;
  background: #000;
}
.kcvh-video-hero__player-wrap.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.kcvh-video-hero__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 24px;
  transition: transform .25s ease, background .25s ease;
}
.kcvh-video-hero__close:hover { transform: scale(1.06); }
.kcvh-video-hero.is-playing .kcvh-video-hero__play,
.kcvh-video-hero.is-playing .kcvh-video-hero__overlay { opacity: 0; pointer-events: none; }
.kcvh-style-gold-pulse .kcvh-video-hero__play:hover { filter: drop-shadow(0 0 24px rgba(212, 168, 73, .38)); }
.kcvh-style-gold-pulse .kcvh-video-hero__ring,
.kcvh-style-gold-pulse .kcvh-video-hero__ring--delay {
  background: linear-gradient(135deg, #fffdf5 0%, #f3e2ac 20%, #d9b35f 45%, #b9892e 75%, #fff4cf 100%);
  animation: kcvhSpin 3.6s linear infinite;
  filter: drop-shadow(0 0 18px rgba(196, 150, 52, .42));
}
.kcvh-style-gold-pulse .kcvh-video-hero__ring::before,
.kcvh-style-gold-pulse .kcvh-video-hero__ring--delay::before {
  content: ""; position: absolute; inset: -12px; border-radius: inherit; border: 1px solid rgba(255,248,227,.18); opacity: .5;
}
.kcvh-style-gold-pulse .kcvh-video-hero__ring--delay { inset: 12px; opacity: .72; animation-direction: reverse; animation-duration: 5.1s; filter: drop-shadow(0 0 24px rgba(255, 220, 132, .22)); }
.kcvh-style-gold-pulse .kcvh-video-hero__icon {
  background: rgba(23, 18, 10, 0.42); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(255,245,219,.16), 0 10px 40px rgba(0,0,0,.34);
}
.kcvh-style-gold-pulse .kcvh-video-hero__icon circle { fill: rgba(255,255,255,.03); stroke: rgba(255,250,237,.95); stroke-width: 1.7; }
.kcvh-style-gold-pulse .kcvh-video-hero__icon polygon { fill: rgba(255,251,242,.98); stroke: rgba(255,251,242,.98); stroke-linejoin: round; stroke-width: 2; }
.kcvh-style-gold-pulse .kcvh-video-hero__close { background: rgba(20,16,10,.62); color: #fff; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: 0 8px 28px rgba(0,0,0,.28); }
.kcvh-style-glass-clean .kcvh-video-hero__ring,
.kcvh-style-glass-clean .kcvh-video-hero__ring--delay { background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.12)); box-shadow: 0 0 20px rgba(255,255,255,.10); }
.kcvh-style-glass-clean .kcvh-video-hero__ring--delay { inset: 10px; opacity: .55; }
.kcvh-style-glass-clean .kcvh-video-hero__icon { background: rgba(255,255,255,.08); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 12px 40px rgba(0,0,0,.28); }
.kcvh-style-glass-clean .kcvh-video-hero__icon circle { fill: rgba(255,255,255,.06); stroke: rgba(255,255,255,.86); stroke-width: 1.5; }
.kcvh-style-glass-clean .kcvh-video-hero__icon polygon { fill: #fff; stroke: #fff; stroke-width: 1.4; }
.kcvh-style-glass-clean .kcvh-video-hero__close { background: rgba(255,255,255,.10); color: #fff; backdrop-filter: blur(14px); }
.kcvh-style-dark-solid .kcvh-video-hero__ring,
.kcvh-style-dark-solid .kcvh-video-hero__ring--delay { background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.02)); }
.kcvh-style-dark-solid .kcvh-video-hero__ring--delay { inset: 14px; opacity: .45; }
.kcvh-style-dark-solid .kcvh-video-hero__icon { background: rgba(4,7,10,.88); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 16px 50px rgba(0,0,0,.44); }
.kcvh-style-dark-solid .kcvh-video-hero__icon circle { fill: rgba(255,255,255,.02); stroke: rgba(255,255,255,.36); stroke-width: 1.1; }
.kcvh-style-dark-solid .kcvh-video-hero__icon polygon { fill: #fff; stroke: #fff; stroke-width: 1.6; }
.kcvh-style-dark-solid .kcvh-video-hero__close { background: rgba(4,7,10,.88); color: #fff; }
.kcvh-style-outline-minimal .kcvh-video-hero__ring,
.kcvh-style-outline-minimal .kcvh-video-hero__ring--delay { background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.82)); }
.kcvh-style-outline-minimal .kcvh-video-hero__ring--delay { display: none; }
.kcvh-style-outline-minimal .kcvh-video-hero__icon { background: rgba(0,0,0,.12); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.kcvh-style-outline-minimal .kcvh-video-hero__icon circle { fill: transparent; stroke: rgba(255,255,255,.94); stroke-width: 1.25; }
.kcvh-style-outline-minimal .kcvh-video-hero__icon polygon { fill: #fff; stroke: #fff; stroke-width: 1.2; }
.kcvh-style-outline-minimal .kcvh-video-hero__close { background: rgba(0,0,0,.34); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
@keyframes kcvhSpin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@media (max-width: 991px) {
  .kcvh-video-hero { min-height: 460px; }
  .kcvh-video-hero__play { width: 150px; height: 150px; }
  .kcvh-video-hero__icon { width: 98px; height: 98px; }
}
@media (max-width: 767px) {
  .kcvh-video-hero { min-height: 100svh; }
  .kcvh-video-hero__play { width: 128px; height: 128px; }
  .kcvh-video-hero__icon { width: 84px; height: 84px; }
  .kcvh-video-hero__close { top: 12px; right: 12px; width: 42px; height: 42px; font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .kcvh-video-hero__ring, .kcvh-video-hero__ring--delay { animation: none !important; }
  .kcvh-video-hero__play, .kcvh-video-hero__icon, .kcvh-video-hero__player-wrap, .kcvh-video-hero__close { transition: none !important; }
}
