/* Home Page Stylesheet - FrshlyBaked */
@import url('global.css');

/* Background Video Fallback Styles (Extracted from index.html) */
[data-wf-bgvideo-fallback-img] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-wf-bgvideo-fallback-img] {
    position: absolute;
    z-index: -100;
    display: inline-block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

/* Home Page Hero Section Rules */
.hero-section {
  position: relative;
}

.hero-h1 {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  clip-path: none !important;
  filter: none !important;
}

.section-label-static {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  clip-path: none !important;
  filter: none !important;
}

/* Portfolio Cards & Grid Layout */
.amerta-bravely {
  position: relative;
}

.image-card-amerta {
  position: relative;
}
