.elementor-3821 .elementor-element.elementor-element-611e2f6{--display:flex;--flex-wrap:wrap;--overflow:auto;}/* Start custom CSS for html, class: .elementor-element-312eb39b */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Playfair+Display:wght@500;700&family=Space+Grotesk:wght@400;600&family=Montserrat:wght@400;600&family=DM+Serif+Display&family=Roboto+Mono:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Product+Sans:wght@400;500;600&display=swap');


/* Header wrapper */

.site-header {
  position: relative;
  width: 100%;
  z-index: 1000;
  margin-top: 15px;
}


/* Sticky position */

.site-header.is-sticky {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
}


/* Header visual */

.header-inner {

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin: 0 auto;

  max-width: 1200px;
  width: calc(100% - 32px);

  padding: 14px 24px;

  background: rgba(255,255,255,0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-radius: 16px;

  border: none;
  box-shadow: none;

  transform: translateY(-6px);

  transition:
    box-shadow 0.35s ease,
    border 0.35s ease,
    transform 0.35s ease;
}


/* Sticky visual */

.site-header.is-sticky .header-inner {

  border: 1.5px solid #000;

  box-shadow: 0 8px 24px rgba(0,0,0,0.08);

  transform: translateY(0);

}


/* Logo */

.logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
}


.avatar {
  width: 40px;
  height: 40px;
}


.logo-text {

  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

/* Navigation */

.nav {
  display: flex;
  gap: 24px;
  font-family: 'Product Sans','Google Sans',system-ui,sans-serif;
}


.nav-item {

  font-size: 15px;
  font-weight: 400;

  color: #8a8a8a;

  text-decoration: underline;

}


.nav-item:hover {
  color: #5f5f5f;
  text-decoration: underline;
}
svg {
      width: 60px;
      height: 60px;
    }

    #eye-left,
    #eye-right,
    #brow-left,
    #brow-right {
      transition: transform 0.08s ease-out;
    }


/* ======================
   MOBILE
====================== */

@media (max-width:768px){

  .site-header.is-sticky{
    top:12px;
  }

  .header-inner{

    width:calc(100% - 20px);

    padding:10px 14px;

    border-radius:14px;

  }

  .avatar{
    width:30px;
    height:30px;
  }

  .logo-text{
    font-size:16px;
  }

  .nav{
    gap:12px;
  }

  .nav-item{
    font-size:14px;
  }
  svg {
      width: 40px;
      height: 40px;
    }

    #eye-left,
    #eye-right,
    #brow-left,
    #brow-right {
      transition: transform 0.08s ease-out;
    }

}/* End custom CSS */