.dh-page {
  --dh-bg: #0e0601;
  --dh-bg-alt: #1c0e05;
  --dh-text: #f3ece4;
  --dh-text-muted: #a8998c;
  --dh-accent: #a55e3f;
  --dh-border: rgba(243, 236, 228, 0.08);
  background: var(--dh-bg);
  color: var(--dh-text);
  margin-top: -85px;

}
body.dh-body .kt-header {
  transform: none !important;
}
.kt-header.dh-header-fade {
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.5s ease;
  pointer-events: none;
}

.kt-header.dh-header-fade.dh-header-visible {
  opacity: 1;
  pointer-events: auto;
}
.dh-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.dh-section {
  padding: 64px 0;
}

.dh-section-title {
  font-family: 'Playfair Display', serif;
  color: var(--dh-text);
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 32px;
}
.dh-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.dh-tag-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dh-tag-pill {
  background: transparent;
  border: 1px solid rgba(243, 236, 228, 0.25);
  color: #a8998c;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.dh-tag-pill:hover {
  border-color: #a55e3f;
  color: #f3ece4;
}

.dh-tag-pill.is-active {
  background: #a55e3f;
  border-color: #a55e3f;
  color: #f3ece4;
}
/* ============ HERO ============ */
.dh-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dh-bg);
}

.dh-hero-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.dh-hero-media-wrap {
  position: absolute;
  top: 50%;
  left: 4%;
  width: 69%;
  max-height: 82%;
  aspect-ratio: 16 / 9;   
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 1rem;
  background: var(--dh-bg-alt);

}

.dh-hero-media,
.dh-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dh-hero-media {
  position: absolute;
  inset: 0;
}

.dh-hero-embed {
  cursor: pointer;
}

.dh-hero-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(14, 6, 1, 0.55);
  border: 1px solid var(--dh-border);
  color: var(--dh-text);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.dh-hero-sound {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(14, 6, 1, 0.55);
  border: 1px solid var(--dh-border);
  border-radius: 999px;
  color: var(--dh-text);
  font-size: 13px;
  cursor: pointer;
  backdrop-filter: blur(4px);
}
.dh-hero-fullscreen {
  position: absolute;
  right: 24px;
  bottom: 78px;     
  z-index: 3;
  display: none;     
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(14, 6, 1, 0.55);
  border: 1px solid var(--dh-border);
  border-radius: 999px;
  color: var(--dh-text);
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.dh-hero-info {
     position: absolute;
    bottom: 8%;
    right: 5%;
    max-width: 19%;
    text-align: left;
    z-index: 2;
}

.dh-hero-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--dh-accent);
  margin: 0 0 12px;
}

.dh-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 500;
  color: var(--dh-text);
  margin: 0 0 12px;
  line-height: 1.25;
}

.dh-hero-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--dh-text-muted);
  margin: 0;
}

.dh-hero-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--dh-text-muted);
  text-align: center;
  padding: 0 20px;
}
.lg-actions .lg-icon.lg-share,
#lg-share,
.lg-toolbar .lg-rotate-left,
.lg-toolbar .lg-rotate-right,
.lg-toolbar .lg-flip-hor,
.lg-toolbar .lg-flip-ver {
  display: none !important;
}
/* ============ MASONRY (grid) ============ */
.dh-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1px;
  gap: 15px;               
  grid-auto-flow: row dense;
  align-items: start;
}
.dh-masonry-item {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--dh-border);
  
}
.dh-masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.dh-masonry-item:hover img {
  transform: scale(1.04);
}




/* ============ VIDEO GRID ============ */
.dh-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}

.dh-video-card {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--dh-border);
  background: var(--dh-bg-alt);
}

.dh-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.dh-video-card:hover img {
  transform: scale(1.05);
}

.dh-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(14, 6, 1, 0.55);
  color: var(--dh-text);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
}

.dh-video-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 12px;
  font-size: 14px;
  color: var(--dh-text);
  background: linear-gradient(180deg, rgba(14,6,1,0) 0%, rgba(14,6,1,0.85) 100%);
}

.dh-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.dh-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.lg-sub-html {
    display: none !important;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #8a4b2b;
}
/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .dh-masonry { grid-template-columns: repeat(3, 1fr); } 
}
@media (max-width: 767px) {
	  .dh-masonry { grid-template-columns: repeat(2, 1fr);        margin: 0 -15px; } 
  .dh-hero-fullscreen {
    display: flex;
  }
  .dh-hero {       
        align-items: flex-start;
        height: auto;
	}
  .dh-section { padding: 40px 0; }
  .dh-video-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }  .dh-hero-media-wrap {
    width: 100%;
        max-height: 55%;
        top: auto;
        transform: none;
        position: relative;
        left: auto;
        width: 100%;
        margin-top: 35px;
        border-radius: 0;
  }

  .dh-hero-info {
  max-width: none;
        text-align: left;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 25px 15px 0;
  }
	.dh-section-title{
	margin-bottom:0;
	}
}