.elementor-413 .elementor-element.elementor-element-b057a13{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-1px;--margin-bottom:-1px;--margin-left:-1px;--margin-right:-1px;--padding-top:-2px;--padding-bottom:-2px;--padding-left:-2px;--padding-right:-2px;}.elementor-413 .elementor-element.elementor-element-6b168c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-413 .elementor-element.elementor-element-6b168c9:not(.elementor-motion-effects-element-type-background), .elementor-413 .elementor-element.elementor-element-6b168c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121212;}.elementor-413 .elementor-element.elementor-element-2c5ac83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-413 .elementor-element.elementor-element-2c5ac83:not(.elementor-motion-effects-element-type-background), .elementor-413 .elementor-element.elementor-element-2c5ac83 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F172A;}.elementor-413 .elementor-element.elementor-element-c80bc89 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ee7cc90 */.navbar {
    position: fixed;
    top: 50px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    z-index: 2000;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    transition: transform 0.4s ease, opacity 0.4s ease;
    font-weight: bold;
  }

  .navbar.hidden-on-load {
    display: none;
  }

  .navbar a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.7;
    transition: all 0.3s ease;
  }

  .navbar a:hover {
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-family: 'Playfair Display', serif;
    font-style: italic;
  }

  .menu-toggle {
    position: fixed;
    top: 20px;
    right: 25px;
    z-index: 3000;
    display: none;
    cursor: pointer;
  }

  .menu-toggle img {
    width: 30px;
    height: auto;
    filter: invert(1);
  }
  
  .logo-wrapper.scramble {
    font-size: 2rem;
    font-weight: bold;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 1s ease, top 1s ease, left 1s ease, font-size 1s ease;
    z-index: 10000;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-top: 15px;
  }

  #loadingPercentage {
    font-size: 0.9rem;
    color: #aaa;
    margin-top: 10px;
    opacity: 1;
    transition: opacity 0.5s ease;
  }

  .logo-wrapper.scramble.minimized {
    top: 0;
    left: 0;
    transform: translate(30px, 30px) scale(0.8);
    font-size: 1.2rem;
  }

  #preloader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 9999;
    opacity: 1;
    pointer-events: all;
    transition: opacity 1s ease;
  }

  #preloader-overlay.hidden {
    opacity: 0;
    pointer-events: none;
  }

  @media (max-width: 768px) {
    .navbar {
      background: rgb(21, 21, 21);
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      transform: translateY(-100%);
      transition: transform 0.4s ease-in-out;
    }

    .navbar.active {
      transform: translateY(0);
    }

    .navbar a {
      font-size: 2rem;
      margin: 10px 0;
    }

    .navbar a:first-child {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-size: 2.4rem;
    }

    .menu-toggle {
      display: block;
    }
    
      .logo-wrapper.scramble {
  font-size: 2rem;
  font-weight: bold;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s ease, top 1s ease, left 1s ease, font-size 1s ease;
  z-index: 10000;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
text-align: center;
  font-family: 'Playfair Display', serif;
      font-style: italic;
      margin-top: 15px;
}
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9d9526 */.services-section {
  background: #121212;
  color: white;
  padding: 100px 40px;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  position: relative;
}

.services-section h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;

}

.services-section .descrip {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 50px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.fixed-counter {
  position: fixed;
  top: 120px;
  left: 40px;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: #ff8a3a;
  z-index: 5;
}

.services-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 900px;
  margin: 0 auto;
}

.service-block {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.service-header h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 20px;
  cursor: pointer;
}

.service-header img {
  width: 100%;
  max-height: 280px;
  filter: grayscale(100%) brightness(0.8);
  margin-bottom: 20px;
  border-radius: 6px;
  transition: filter 0.3s ease;
  cursor: pointer;

  aspect-ratio: 16/9;   /* o 4/5 si tu lista vertical usa ese formato */
  object-fit: cover;
  width:100%;
  height:auto;          /* importante: auto para que respete la proporción */
}



.short-description {
  color: #ccc;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.service-extra {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  padding-top: 0;
}

.service-block.open .service-extra {
  max-height: 1000px;
  opacity: 1;
  padding-top: 30px;
}

.service-extra ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  color: #aaa;
  font-size: 0.95rem;
}

.service-extra li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.service-extra li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #ff8a3a;
}

.btn-primary {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: white;
  color: black;
}

   .custom-cursor {
      width: 40px;
      height: 40px;
      background: white;
      border-radius: 50%;
      position: fixed;
      pointer-events: none;
      z-index: 9999;
      mix-blend-mode: difference;
      transform: translate(-50%, -50%);
      transition: transform 0.15s ease;
    }
    
@media (max-width: 768px) {
  .services-section {
    padding: 60px 20px;
  }

  .service-header h3 {
    font-size: 1.6rem;
  }

  .fixed-counter {
    font-size: 2rem;
    top: 100px;
    left: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf83c3a */.fade-in-cta {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}

.fade-in-cta.visible {
  opacity: 1;
  transform: translateY(0);
}

.cta-section {
  background: #121212;
  color: white;
  padding: 100px 20px 140px;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  text-align: right;
  position: relative;
  overflow: hidden;
}

.cta-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-headline {
  font-size: clamp(2rem, 10vw, 6rem);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 60px;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s ease;
}

.cta-headline:hover {
  transform: translateX(10px);
}

.outline-text {
  color: transparent;
  -webkit-text-stroke: 1px white;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

.halo-glow-cta {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,123,0,0.4) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  filter: blur(100px);
  z-index: 1;
  pointer-events: none;
  animation: pulseGlow 6s ease-in-out infinite;
}

.cta-line-scroll-obys {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(to right, white 0%, rgba(255,255,255,0.3) 100%);
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s ease-out;
  z-index: 2;
  filter: blur(0.5px);
}


@keyframes pulseGlow {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.4; }
  50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.6; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c80bc89 */.footer-obys {
  background: #121212;
  color: white;
  padding: 80px 20px 40px;
  position: relative;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.footer-obys-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.footer-col {
  flex: 1 1 250px;
  min-width: 250px;
}

.footer-col.logo {
  max-width: 400px;
}

.footer-col h4 {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.footer-col h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.footer-tagline {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}

.footer-col p,
.footer-col li {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col a:hover {
  color: #ff7b00;
}

.footer-outline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

.footer-bottom-obys {
  text-align: center;
  margin-top: 60px;
  font-size: 0.85rem;
  color: #777;
}

.halo-glow-footer {
  position: absolute;
  bottom: -60px;
  right: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,123,0,0.35) 0%, transparent 70%);
  transform: translateY(0);
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
  animation: pulseFooter 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes pulseFooter {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.4; }
  50% { transform: translateY(-20px) scale(1.1); opacity: 0.6; }
}

@media (max-width: 768px) {
  .footer-obys-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .footer-col {
    text-align: center;
  }
}/* End custom CSS */