@font-face {
    font-family: 'CoutureBold';
    src: url('fonts/Couture-Bold.woff2') format('woff2'),
        url('fonts/Couture-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  background-color: black;
  color: white;
  font-family: sans-serif;
}

.video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url('images/fallback.jpg') center center / cover no-repeat;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.below-hero-nav {
  background-color: #111;
  padding: 1rem 2rem;
  text-align: center;
}

.below-hero-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 2rem;
}

.below-hero-nav li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.2rem; 
  transition: color 0.3s;
}

.below-hero-nav li a:hover {
  color: yellow;
}

/* Horizontal layout for standard headers */
.horizontal-header {
  background-color: #111;
  color: white;
  padding: 1.5rem 2rem;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.site-title {
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}

.main-nav li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  transition: color 0.3s;
}

.main-nav li a:hover {
  color: yellow;
}

/* About Page Main Content */
.about-section {
  font-size: 1.1rem;
  line-height: 1.6;
}

.about-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.image-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 300px;
  flex-shrink: 0;
}

.about-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.photo-credit {
  font-size: 0.85rem;
  color: #ccc;
  font-style: italic;
  margin-top: 0.5rem;
  text-align: left;
}

.about-text {
  flex: 1;
  min-width: 250px;
}


@media (max-width: 700px) {
  .about-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-text {
    text-align: left;
  }
}

/* Contact Page */
.centered-contact {
  text-align: center;
}

.contact-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 2rem;
  display: block;
  border-radius: 8px;
}

.contact-section {
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: center;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
}

.contact-list li {
  margin-bottom: 1rem;
}

.contact-list a {
  color: yellow;
  text-decoration: underline;
}

.contact-list a:hover {
  color: #ffd700;
}


header {
    background: #111;
    color: #fff;
    padding: 20px;
    text-align: center;
  }
  
  header h1 {
    font-family: 'CoutureBold', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'CoutureBold', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  
  .masonry {
    column-count: 4;
    column-gap: 0;
    width: 100vw;
    padding: 0;
    margin: 0;
  }
  
  .masonry img, .masonry video  {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
    break-inside: avoid;
  } 

  .masonry a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  
  .masonry a img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  @media (max-width: 1024px) {
    .masonry {
      column-count: 2;
    }
  }
  
  @media (max-width: 600px) {
    .masonry {
      column-count: 1;
    }
  } 

  #cv ul {
    list-style: none;       
    padding-left: 0;   
    margin-bottom: 2rem;   
  }
  
  #cv ul li {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
  }  
  
  #cv h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  #cv h3 {
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  

  a {
    color: yellow;
    text-decoration: underline; 
  }
  
  a:hover {
    color: #ffd700; 
  }
  
  footer {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 20px;
    background: black;
    font-size: 14px;
    color: white;
    text-align: center;
    box-sizing: border-box;
  }  

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  .lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    border-radius: 0px;
  }
  
  .lightbox .close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .lightbox .close:hover {
    color: #ccc;
  }

  /*For Every Other Page but the Main One */
  .page-content {
    max-width: 1000px; 
    margin: 2rem auto;
    padding: 0 1rem;
    font-size: 1.25rem;
    line-height: 1.7;
  }

  small {
    font-size: 0.85rem;
    color: #ccc;
  }

  /*For Work Pages*/
.work-detail {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  text-align: center;
}

.work-detail h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.work-detail img.work-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 1rem 0;
  border-radius: 0px;
}

.work-detail p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.hero-image {
  position: relative;
  width: 100vw; /* full viewport width */
  height: 100vh; /* full viewport height */
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 0;
}

.hero-image-full {
  width: 100vw;              /* full viewport width */
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: black;   /* fill background if needed */
}

.hero-img-full {
  display: block;
  width: 100%;               /* span entire width */
  height: auto;              /* scale height proportionally */
  object-fit: contain;       /* optional safeguard */
}

.hero-overlay {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0); 
}

.hero-title {
  color: white;
  font-size: 3rem;
  font-family: 'CoutureBold', sans-serif;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
  text-align: center;
  margin: 0;
}

.work-video {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 2rem auto;
  display: block;
  border-radius: 0px;
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
}

.image-small {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 2rem auto;
  display: block;
}

.single-image {
  display: block;
  max-width: 100%;  /* prevents image from being wider than container */
  height: auto;     /* maintains aspect ratio */
  margin: 2rem auto;
  border-radius: 0px;
}

.image-pair {
  display: flex;
  gap: 1rem; /* space between the images */
  justify-content: center;
  margin: 2rem 0;
  flex-wrap: wrap; /* stacks on small screens */
}

.image-pair img {
  max-width: 100%;
  width: 48%; /* or use a fixed px width if preferred */
  height: auto;
  border-radius: 0px;
}

.image-row {
  display: flex;
  gap: 1rem; /* space between images */
  justify-content: center;
  flex-wrap: wrap; /* stacks on small screens */
  margin: 2rem 0;
}

.image-row img {
  width: 32%; /* three images + gap ≈ 100% */
  height: auto;
  border-radius: 0px;
}

.two-column-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns */
  gap: 1rem;
  max-width: 1000px;
  margin: 2rem auto;
}

.two-column-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px; /* optional rounding */
}

.section-divider.line {
  border: none;
  height: 2px;
  background-color: black;  /* match your theme */
  margin: 2rem 0;
  width: 100%;
}

  .light-theme {
    background-color: white;
    color: black;
  }
  
  .light-theme a {
    color: black;
    text-decoration: underline;
  }
  
  .light-theme a:hover {
    color: gray;
  }
  
  .light-theme header,
  .light-theme .horizontal-header {
    background-color: white;
    color: black;
  }
  
  .light-theme .site-title,
  .light-theme .main-nav a {
    color: black;
  }
  
  .light-theme .main-nav a:hover {
    color: gray;
  }
  
  .light-theme footer {
    background-color: #ddd;
    color: black;
  }

  