/* Ink Portfolio Template Styles
   This file provides only the classes needed for the Ink Portfolio custom page template.
   Copy only the relevant classes from project-galleries.css that are referenced in template-filmkillen-single.php
*/
/* Header height states */
.portfolio-gallery-header.header-collapsed,
.single-gallery-header.header-collapsed {
    min-height: 20vh;
    margin-top: 100px;
    margin-bottom: 0px;
}
.full-window-header {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
  overflow: hidden;
  transition: all 1.2s cubic-bezier(0.6, 0, 0.2, 1);
}

.header-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 0 0 0;
}

.single-gallery-title {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: var(--primary-link-hover-color, #fff);
}
  
.filmkillen-subtitle{
  color: var(--third-text-color);
  font-size: 0.9rem;
  max-width: 80%;
  margin: 0 auto;
}
.single-gallery-description {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #fff;
  opacity: 0.85;
}

.portfolio-gallery-text {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 2rem;
}

.header-background {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5) blur(1px);
}

.header-background .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.45);
  z-index: 2;
}

@media (max-width: 768px) {
  .single-gallery-title {
    font-size: 2.2rem;
  }
  .header-content {
    padding: 32px 0 0 0;
  }
}
