/*
Theme Name: Burido Child
Template: burido
*/

/* Custom cursor removed */

/*
@media (pointer: fine) {
  * {
    cursor: none !important;
  }
}

#custom-cursor {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 16px !important;
  height: 16px !important;
  background: #fff !important;
  border: none !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  z-index: 2147483647 !important;
  mix-blend-mode: difference !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: none !important;
  will-change: transform !important;
}
*/

#branding-loader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  background: #0b0b0c;
  color: #fff;
  font-family: system-ui, -apple-system, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 99999 !important;
}

#branding-loader .bg-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 180px;
  color: rgba(255,255,255,0.03);
  letter-spacing: -0.02em;
  white-space: nowrap;
  pointer-events: none;
}

#branding-loader .loader {
  position: relative;
  z-index: 2;
  text-align: center;
}

#branding-loader .percent {
  font-size: 42px;
  line-height: 1;
  opacity: 0.92;
}

#branding-loader .status {
  margin-top: 12px;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.5;
}

#branding-loader .bar {
  margin-top: 28px;
  width: 180px;
  height: 2px;
  background: rgba(255,255,255,0.1);
  border-radius: 999px;
  overflow: hidden;
}

#branding-loader .bar-fill {
  height: 100%;
  width: 0%;
  background: rgba(255,255,255,0.8);
  transition: width 0.05s linear;
}

#hero-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.2) 100%);
  z-index: 1;
  pointer-events: none;
}

html,
body {
  transition: background-color 0.3s ease;
}

.page-bg-marker {
  width: 1px;
  height: 1px;
  pointer-events: none;
  opacity: 0;
}

.colour-invert-target {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

html.light-zone-active .flip-to-dark,
html.light-zone-active .flip-to-dark a,
html.light-zone-active .flip-to-dark span,
html.light-zone-active .flip-to-dark .title {
  color: #181818 !important;
  border-color: #181818 !important;
}

html.light-zone-active .flip-to-light,
html.light-zone-active .flip-to-light a,
html.light-zone-active .flip-to-light span,
html.light-zone-active .flip-to-light .title {
  color: #fafafa !important;
  border-color: #fafafa !important;
}

html.light-zone-active .flip-to-dark svg,
html.light-zone-active .flip-to-dark svg path {
  fill: #181818 !important;
  stroke: #181818 !important;
}

html.light-zone-active .flip-to-light svg,
html.light-zone-active .flip-to-light svg path {
  fill: #fafafa !important;
  stroke: #fafafa !important;
}

html.light-zone-active .bg-to-dark {
  background-color: #181818 !important;
}

html.light-zone-active .bg-to-light {
  background-color: #fafafa !important;
}

html.light-zone-active .showcase__item:hover .showcase__title,
html.light-zone-active .showcase__item:hover .showcase__content .title,
html.light-zone-active .showcase__item:hover .title {
  color: #8088e6 !important;
  transition: color 0.5s ease-in-out !important;
}

#custom-video-container {
  position: relative !important;
  overflow: hidden !important;
}

#custom-video-container .showreel-video {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.elementor-editor-active #branding-loader,
body.elementor-editor-preview #branding-loader {
  display: none !important;
}

@media (max-width: 600px) {
  #branding-loader .bg-text {
    font-size: 80px;
  }

  #branding-loader .percent {
    font-size: 32px;
  }

  #branding-loader .bar {
    width: 140px;
  }
}