/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2026 | 07:07:08 */
/* ================================
   MAKES NAV LIGHT RIGHT WHITE
================================ */


.header-text-light .site-header .nav-menu>li>a,
.header-text-light .site-header .list-dropdown .current,
.header-text-light .site-header .toggle-nav,
.header-text-light .site-header .menu-item-socials {
    color: var(--bf-white);
}
.header-text-light .site-header .nav-menu>li>a:hover {
    opacity: 0.7;
}

/* =========================
   HERO SECTION (OPTIMIZED — NO FLASH)
========================= */

.blkfog-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: radial-gradient(circle at 50% 35%, #1a1a1a 0%, #0e0e0e 60%);
  color: #fff;
}

/* Background base */
.blkfog-hero-bg {
  position: absolute;
  inset: 0;
  background: #111;
  z-index: 1;
}

/* Fog overlay (NO BLUR — performance safe) */
.blkfog-hero-fog {
  position: absolute;
  inset: 0;
  background: url('https://blkfog.com/wp-content/uploads/2026/02/Fog-Textures--scaled.webp') center bottom / cover no-repeat;
  opacity: 0.06; /* slightly reduced to compensate for no blur */
  z-index: 2;
  pointer-events: none;
}

/* Content */
.blkfog-hero-content {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 4;
  max-width: 90%;
}

/* Background word */
.blkfog-bg-word {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(120px, 18vw, 280px);
  font-weight: 600;
  line-height: 0.78;
  letter-spacing: -6px;
  color: var(--bf-white);
  opacity: 0.04;
  white-space: nowrap;
  overflow: clip;
  z-index: 1;
}

/* Main headline */
.blkfog-hero-content h1 {
  font-size: clamp(120px, 18vw, 280px);
  line-height: 1.05;
  margin: 0 0 15px;
  letter-spacing: -2px;
  color: rgba(242,242,242,0.08);
}

/* Subline */
.blkfog-hero-content p {
  font-size: 15px;
  opacity: 1;
  margin: 0;
  color: var(--bf-white);
  z-index: 3;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
}

/* Model */
.blkfog-hero-model {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* 🚨 FILTER REMOVED (KEY FIX) */
.blkfog-hero-model img {
  max-height: 85vh;
  width: auto;
  display: block;
}

/* Scroll cue */
.blkfog-scroll-cue {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: transparent;
  z-index: 5;
}

.blkfog-scroll-cue::before,
.blkfog-scroll-cue::after {
  content: "";
  position: absolute;
  top: 0;
  width: 26px;
  height: 1px;
  background: #fff;
  opacity: 0.7;
}

.blkfog-scroll-cue::before { left: 0; }
.blkfog-scroll-cue::after  { right: 0; }

/* Animation */
@keyframes breathe {
  0%, 100% { transform: translateX(-50%) scaleX(1); }
  50% { transform: translateX(-50%) scaleX(1.05); }
}

.fog-intro.fog-ready .blkfog-scroll-cue {
  animation: breathe 2.5s infinite ease-in-out;
  animation-delay: 0.6s;
}


/* =========================
   DIRECTION SECTION
========================= */

.blkfog-direction {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blkfog-panel {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 60vh;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

.blkfog-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.32); /* slightly lighter base */
  transition: background 0.4s ease;
  z-index: 1;
}
.blkfog-panel:hover::before {
  background: rgba(0,0,0,0.18); /* open it up */
}

.blkfog-panel-inner {
  position: relative;
  z-index: 2;
  padding: 40px 30px;
}

.blkfog-panel h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: 1px;
}

/* Background Images */
.on-clock,
.off-shift {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: filter 0.4s ease;
}

.on-clock {
  background-image: url('https://blkfog.com/wp-content/uploads/2026/03/blkfog-mens-long-shifts-tee.webp');
}

.off-shift {
  background-image: url('https://blkfog.com/wp-content/uploads/2026/02/off-shift-home-proper.webp');
}

.on-clock:hover,
.off-shift:hover {
  filter: brightness(1.04) contrast(1.03);
}

/* Desktop */
@media (min-width: 1024px) {
  .blkfog-direction {
    flex-direction: row;
  }

  .blkfog-panel {
    width: 50%;
    height: 70vh;
  }
}


/* =========================
   MOBILE HERO TUNE
========================= */

@media (max-width: 768px) {

  .blkfog-hero {
    height: 100vh;
  }
	  .blkfog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 40%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 100%);
    z-index: 3;
    pointer-events: none;
  }
	  .blkfog-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center 40%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.4) 100%);
    pointer-events: none;
    z-index: 3;
  }

   .blkfog-hero-model {
    width: 100%;
    left: 0;
    transform: none;
  }

.blkfog-hero-model img {
  width: 100%;
  max-width: 420px; /* adjust to taste */
  height: 78vh;
  object-fit: cover;
  object-position: center 2%;
  filter: brightness(0.82) contrast(1.04);
}

  /* Slightly raise content so it sits under chin */
  .blkfog-hero-content {
    bottom: 12%;
  }

  /* Mobile text scale */
  .blkfog-hero-content h1 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: rgba(242,242,242,0.9);
    filter: none;
  }

  .blkfog-hero-content p {
           font-size: 12px;
	  line-height: 1.2;
        opacity: 0.85;
  }

  /* Background word adjust */
  .blkfog-bg-word {
    top: 35%;
    font-size: 22vw;
    letter-spacing: -4px;
  }
	 .blkfog-hero-fog {
    opacity: 0.12;
    filter: blur(3px);
    background-position: center 70%;
  }


}

