.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#231F20;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========== TEXT REVEAL EFFECT ========== */
h1, h2 {
  position: relative;
  color: black;
  font-size: 5rem;
  font-weight: 600;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px black;
}

h1 .filled-overlay, h2 .filled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  font-size: 5rem;
  font-weight: 600;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 0;
  pointer-events: none;
  clip-path: circle(0px at 50% 50%);
}

.scroll {
  width: 45px;
  height: 45px;
}

/* ========== HEADER ========== */
.ch-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.ch-logo-link-large {
  display: block;
  line-height: 0;
}

.ch-logo-link-large svg {
  width: 310px;
  height: 90px;
}

.ch-logo-link-small svg {
  width: 64px;
  height: 64px;
}

.ch-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.ch-nav-link {
  display: block;
  line-height: 0;
}

.ch-nav-link svg {
  display: block;
}

.ch-icon-about svg {
  width: 32px;
  height: 32px;
}

.ch-icon-portfolio svg {
  width: 32px;
  height: 22px;
}

.ch-icon-contact svg {
  width: 32px;
  height: 25px;
}

/* Logo sizing */
.ch-logo-link {
  width: 220px;
}

.ch-logo-link svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Prevent flash on portfolio */
body.post-type-archive-project #celine,
body.single-project #celine {
  opacity: 0;
  transform: translateX(40px);
}

body.post-type-archive-project #hercouet,
body.single-project #hercouet {
  opacity: 0;
  transform: translateX(-40px);
}

/* ========== CUSTOM CURSOR ========== */
body, body * {
  cursor: none !important;
}

.cursor-hand {
  position: fixed;
  width: 60px;
  height: 52px;
  background-image: url('/wp-content/uploads/2025/11/hand-pointer.png');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 999999;
  top: 0;
  left: 0;
  will-change: transform;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.cursor-plus {
  position: fixed;
  width: 60px;
  height: 52px;
  background-image: url('/wp-content/uploads/2025/12/plus-pointer.webp');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 999999;
  top: 0;
  left: 0;
  will-change: transform;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.cursor-minus {
  position: fixed;
  width: 60px;
  height: 52px;
  background-image: url('/wp-content/uploads/2025/12/minus-pointer.webp');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 999999;
  top: 0;
  left: 0;
  will-change: transform;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.cursor-hand.hide {
  opacity: 0 !important;
}

.cursor-plus.show {
  opacity: 1 !important;
}

.cursor-minus.show {
  opacity: 1 !important;
}

.cursor-circle {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff00ff;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 999998;
  will-change: transform;
  transition: width 0.3s ease, height 0.3s ease;
  top: 0;
  left: 0;
}

.cursor-circle.hover {
  width: 100px;
  height: 100px;
}

/* ========== LIGHTBOX ========== */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: none;
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: none;
}

/* ========== PORTFOLIO CARDS ========== */
.portfolio-grid {
  display: grid;
}

.portfolio-grid .e-loop-item {
  aspect-ratio: 1.875 / 1;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.portfolio-grid .e-loop-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portfolio-grid .e-loop-item a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ========== PROJECT MODAL ========== */
.project-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99997;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-modal.active {
  display: block;
  opacity: 1;
}

.project-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.project-modal-content {
  position: fixed;
  top: 5vh;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100000;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  border-radius: 30px;
}

.project-modal-body {
  width: 100%;
}


.project-modal-header {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 16px;
  padding: 16px 16px 0 40px;
}

.project-modal-title {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px black;
  flex-shrink: 0;
  width: auto;
}

.project-modal-title .filled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 0;
  pointer-events: none;
  clip-path: circle(0px at 50% 50%);
}

.project-modal-description {
  font-size: 1rem;
  line-height: 1.2;
  flex-grow: 1;
  padding-bottom: 5px;
}

.project-modal-description p {
  margin: 0;
}

.project-modal-close {
  position: relative;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #000;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: auto;
  align-self: flex-start;  
  margin-top: -5px;
}

.project-modal-close:hover {
  transform: rotate(90deg);
  background: transparent;
}

.project-modal-close svg {
  width: 100%;
  height: 100%;
}

.project-modal-featured {
  margin-bottom: 0;
}

.featured-image-wrapper {
  width: 100%;
  position: relative;
  background: #f0f0f0;
}

.featured-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-modal-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 40px;
}

.project-modal-videos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  pointer-events: none;
}

.video-wrapper:hover iframe {
  pointer-events: auto;
}

.project-modal-pictures {
  column-count: 2;
  column-gap: 20px;
}

.project-modal-pictures img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 20px;
  break-inside: avoid;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  padding-bottom: 56.25%;
  background: #000;
  overflow: hidden;
  border-radius: 20px;
}

.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  z-index: 10;
}

.video-thumbnail:hover .video-play-overlay {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-play-overlay svg {
  width: 30px;
  height: 30px;
  fill: #000;
  margin-left: 5px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .ch-header {
    padding: 15px;
  }
  
  .ch-logo-link svg {
    width: 180px;
    height: 52px;
  }
  
  .ch-nav {
    gap: 15px;
  }
  
  .project-modal-content {
    width: 95%;
  }
  
  .project-modal-header {
    padding: 10px;
    display: block;
    position: relative;
  }
  
  .project-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-left: 0;
  }
  
  .project-modal-title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  
  .project-modal-description {
    width: 100%;
  }
  
  .project-modal-media {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  
  .project-modal-pictures {
    column-count: 1;
  }
}/* End custom CSS */