/* RESPONSIVE AREA */

@media screen and (max-width: 374px){
    
ul>li>.work{  
	display: none;
}
    
ul>li>.info{  
	display: none;
}

ul>li>.house{  
	display: none;
}
   
}

/* MOBILE AREA */

@media screen and (max-width: 898px){


ul>li>.work{   
	display: none;
}
    
ul>li>.info{  
	display: none;
}

/* Preloader Mobile*/
    
.js #preloader{
  font-family: "Monument Grotesk Variable", Icons;
  /*font-size: 80px !important;*/
  font-size:0px !important;
  text-decoration: none; 
  font-style: normal;
  font-weight: 426;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}
    
/* Navbar Mobile*/
    
#drop-up-2>li>.nava-work{
	font-size: 13px;
}

#drop-up-2{
	bottom: 48.0px;
}
    
#navbar a{
	font-size: 13px;
    width:138px !important;
}
    
#navbar{
	width:100%;
}

/* container */
    
#house{
	padding-top:15px;
    padding-bottom:15px;
}

#menu{
	padding-top:15px;
    padding-bottom:15px;
}

/* house mobile */

#house-container{
  overflow: hidden;
}
    
 .left-panel .top-section{
  position: fixed;
  left:0;
  top:0;
  width: 100vw;
  height: 100vh; 
  animation: house-video-appear 0.5s cubic-bezier(.7,.21,.09,.85);
}
    
.controls {
	margin:12px 12px !important;
}
    
/* mobile work */

#work-container{
    animation: work-appear-mobile .5s cubic-bezier(.7,.21,.09,.85);
}
    
#work-container #work-container-01{
    grid-template-columns:repeat(1,1fr) !important;
    row-gap:12px !important;
}
    
.work-caption,
.work-caption-video,
.work-caption-white{
	font-size: 10px !important;
    padding: 3px 6px !important;
}
    
.work-madonna .image-madonna-02 {
    margin:0 auto;
    left:0;
    right:0;
    height:92.3%;
}
    
/* mobile index */
    
#work-index{
  	border-collapse: collapse;
  	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 426;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    color: #fff;
	font-size: 10px;
}
 
#work-index a{
    grid-template-columns: 20.7fr 8.9fr 1.0fr 5.2fr 1px !important;
}
    
#work-index a{
    gap:10px;
	border-top: 1px solid #fff;
    padding:6px 0px 6px 0px;;
}
   
#work-index a:first-of-type{
	border-top: none;
    padding-top:0px;
}
    
#work-index a:last-of-type{
	border-bottom: 1px solid #fff;
}

#work-index .index-c1{
	display: none;
}
    
#work-index .index-c4{
	width:71px;

}
    
#work-index .index-c5{
	text-align: right;
    margin-right:-11px;
    width:51px;
}
    
#work-index .index-img,
#work-index video{
	width:111px !important;
}
  
#work-index .index-video,
#work-index .index-img{
    margin-top:-6px !important;
}

    
/* work mobile content */  

#work-layout-a .work-text{
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 426;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    color: #fff;
	font-size: 10px!important;
}

#work-layout-a{
	position: relative;
}
    
#work-layout-a-01-mobile{
	display: block !important;
    color:#fff;
	margin-top: 12px;
    padding: 0px;
  	overflow-x: auto;
    overflow-y: hidden;
  	white-space: nowrap;
  	scroll-snap-type: x mandatory;
}
    
#work-layout-a-01-mobile > div{
  scroll-snap-align: center;
  overflow: hidden;
  margin-bottom: 0px;
}
    
.work-section-mobile{
  overflow: hidden;
  display: inline-block !important;
  width:100% !important;
}

.work-section-mobile img{
  padding-inline:12px;
  display: flex;
  height:63vh !important;
  width:100% !important;
  object-fit: cover !important;
  animation: slide-appear-work-mobile .5s cubic-bezier(.7,.21,.09,.85);
}
 
.work-layout-ab-house .work-section-mobile img,
.work-layout-ab-balloon .work-section-mobile img,
.work-layout-a-leap .work-section-mobile img,
.work-layout-a-miu .work-section-mobile img,
.work-layout-a-outsider .work-section-mobile img{
  height:50vh !important;
}
    
.work-layout-a-01-image-left{
  	padding-right:12px !important;
}

.work-layout-a-01-image-right{
  	padding-right:12px !important;
}
    
#work-layout-a-01{
	display: none;
}
   
.work-section-mobile,
.work-section-mobile{   
	padding-inline:0px !important;
    overflow-y: scroll !important;
}
    
#work-layout-a-02{
  padding-top:0px;
}

#work-layout-a-02>.work-layout-a-02-split{
    padding-bottom: 0px;
}

#work-layout-a-02>.work-layout-a-02-right{
	padding-right:0px;
}
    
#work-layout-a-02-right,
#work-layout-a-01-right{
    -webkit-column-count: 1;
    column-fill: balance;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
        
#work-layout-a-02{
 	right:0;
    padding-left:0px;
}

#v-building-container iframe {
  width: calc(100vw - 12px) !important;
  height: 60vh !important;
  transform: translate(-50%, -58%)!important;
  position: absolute;
  top: 45% !important;
  left: 50% !important;
  animation: slide-appear-video .5s cubic-bezier(.7,.21,.09,.85);
}

.wlb01-video{
	width:100% !important;
}
 
.work-layout-b-01-black {
  	padding-top:6.3vh !important;
}
    
/* work mobile photo */

#photo-container{
	grid-template-columns: repeat(1,1fr) !important;
}
    
#photo-container span{
	font-size: 10px;
}
    
.photo-caption {
    bottom: 3px !important;
    left: 6px !important;
}
   
/* mobile info */
    
#info-content-left{
	margin:0px;
    gap:0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right:0px;
}
    
#info-split-left{
   animation: info-mobile .5s cubic-bezier(.7,.21,.09,.85)!important; 
}

#info-content-left img{
	display: block;
    height:50vh;
    width:50vw;
    object-fit:cover;
}
    
#info-right {
  	width:50%;
}
    
#info-content-right{
    font-size:10px ;
	padding:3px 6px 3px 6px;
    animation: info-mobile .5s cubic-bezier(.7,.21,.09,.85)!important; 
}

.info-text-client .info-span::after {
    content: ' (Client)';
  }
    
.info-text-feature-award .info-span::after {
    content: ' (Feature)';
  }
    
.info-text-feature-award .info-span:nth-of-type(5)::after {
  content: ' (Award)';
}

.info-text{
	display: grid;
    grid-template-columns: 1fr 0fr !important;
	row-gap:4.5px !important;
    padding: 5px 0px 5px 0px !important;
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
    border-bottom: 1.1px solid #222 !important;
}
    
.desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: inline !important;
  }
    
.info-text .info-span-c1{
  display: none !important;
}
    
.info-text .info-span-c2{
  grid-column: 1!important;
}

.info-text:last-of-type{
	border-bottom: 0px solid #222 !important;
}
  
}

@media screen and (max-width: 1366px){ 
    
.nava {
  width: 165px !important;
}
    
#work-container>#work-container-01{
    grid-template-columns:repeat(2,1fr);
    column-gap: 12px;
    row-gap:12px;
}
  
#work-layout-a .work-text{
	font-size: 19.3px;
}

#work-layout-a .work-section img{
  height:80vh;
  max-width:50%;
  object-fit: cover;
}
    
.work-layout-a-02-right{
    max-height: 163px !important;
}
    
#work-index a{
    grid-template-columns: 50px 1.7fr 1fr 1fr 50px;
}
    
#photo-container{
	grid-template-columns: repeat(2,1fr);
}
    
}


@media screen and (min-width: 899px) {
    
  ul>li>.menu{  
	display: none;   
}
  
}


@media screen and (min-width: 1960px) {
    hr.info-hr{
	border-top:black 2px solid;
    margin: 10px 0px 10px;
}
}



/*-----------------*/



/* Cover Page */

.cover-page{
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    }

.cover-page div{
    text-align: center;
	color: white;
    font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    font-size: 19.6px;
}


/* 请记住激活刷新js */



/*-----------------*/



/* INFO AREA */ 

#info-container-mobile {
	display: none;
	flex-direction: column;
	width: 100%;
	padding: 0;
	margin: 0;
}

.info-container{
	display: block;
    overflow: auto;
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 19.3px;
	font-style: normal;
	font-weight: 426;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.info-split {
  	height: 100%;
  	position: fixed;
  	z-index: 1;
  	overflow-x: hidden;
}

.info-left {
  	right: 0;
    width: 50vw;
    animation: info-image .5s cubic-bezier(.7,.21,.09,.85); 
}

.info-right {
  	left: 0;
    height:100%;
    width: 50vw;
    background-color: #000;
}

.info-content-container{
    display: block;
}

.info-content-left{
    display: block;
    animation: info-image .5s cubic-bezier(.7,.21,.09,.85);
}

.info-content-left a:not(last-child):hover{
    cursor: s-resize;
}

.info-content-left a:last-child:hover{
    cursor: n-resize;
}

@keyframes info-text{
    
	0%{
    opacity:0%;
	margin-top:50px;
}
    100%{
    opacity:100%;
	margin-top:0px;
}
    
}

@keyframes info-mobile{
    
	0%{
    opacity:0%;
	margin-top:50px;
}
    100%{
    opacity:100%;
	margin-top:0px;
}
    
}

/* Info Left */

.info-content-right{
    margin:0px;
    padding:12px;
    color:#222;
    background-color: #ffc300;
    animation: info-text 0.5s cubic-bezier(.7,.21,.09,.85); 
}

.info-text{
	display: grid;
    grid-template-columns: 1fr 1fr;
	row-gap:6px;
    padding: 6px 0px 6px 0px;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    border-bottom: 1.5px solid #222;
}

.info-text:first-of-type{
	padding-top:0px;
}

.info-text:last-of-type{
	border-bottom: 0px solid #222;
    padding-bottom:0px;
}

.info-text .info-span-c2{
  grid-column: 2; 
}

.info-text .info-span-c1{
  grid-column: 1;
}

.info-span-c1,
.info-span-c2{
  padding-left: 3px;
}

.info-text-connection a,
.info-text-connection a:visited {
  padding-left: 3px;
  color: #222 !important;
  line-height: normal;
  word-break: break-all;
}

.mobile-only {
  display: none !important;
}
.desktop-only {
  display: inline !important;
}

/* Info Left Bottom */

.info-left-bottom{
	background-color: #000;
    height:50vh;
}

/* Info Right */

#info-split-left{
   animation: info-mobile 0.5s cubic-bezier(.7,.21,.09,.85); 
}

.info-content-left,
.info-left-image{
  	height: 100vh;
}

.info-content-left{
    overflow: auto;
    scroll-snap-type: y mandatory;
}

.info-left-image{
    scroll-snap-align: start;
    display: flex;
    width:50vw;
    height:100vh;
    object-fit:cover;
}


/* HOUSE AREA */ 

#house-container {
  width: 100vw;
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.left-panel {
  position: fixed;
  left:0;
  top:0;
  width: 50vw;
  height: 100vh; 
}

.right-panel {
  position: fixed;
  height: 100vh;
  overflow: auto;
  right:0;
  left:50vw;
  z-index: -999;
}

.top-section,
.bottom-section {
  height: 50vh;
}

.top-section {
  position: relative;
  overflow: hidden;
  width: 50vw;
  height: 50vh;
  animation: video-appear 1s cubic-bezier(.7,.21,.09,.85);
  transition: width 0.3s cubic-bezier(.74,.3,.06,.75), height 0.5s cubic-bezier(.74,.3,.06,.75);
}

.top-section video {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: contrast(106%) brightness(103%) saturate(88%);
}

#video {
    transition: opacity 0.3s cubic-bezier(.7,.21,.09,.85);
  }

#video.hide {
    opacity: 0;
  }

#video.show {
    opacity: 1;
  }

.top-section video:hover{
	cursor: default;
}

@keyframes video-appear {
  0% {
    opacity: 0; 
  }
  100% {
    opacity: 100; 
  }
}

.controls {
    display: none;
    transition: none;
    position: absolute;
	margin:12px 12px;
    height:0;
    mix-blend-mode: exclusion;
	z-index: 2;
    color:#fff;
  	text-align: left;
  	font-family: "Monument Grotesk Variable", Icons;
  	font-size: 19.3px;
  	text-decoration: none;
  	font-style: normal;
  	font-weight: 426;
  	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.controls span{
	animation: sync-spin 1.5s infinite cubic-bezier(.7,.21,.09,.85);
    font-size: 27.3px;
}

@keyframes sync-spin {
  from {
    transform: rotate(0deg); 
  }
  to {
    transform: rotate(360deg); 
  }
}

.controls:hover{
	cursor:default;
}

.top-section.fullscreen {
  transform: scaleX(1),scaleY(1);
  width: 100vw;
  height: 100vh;
}

.bottom-section {
  height: 50vh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(17, 1fr);
}

.house-text-L{
  display: none;
}

.house-text{
  padding: 3px 0px 0px 3px;
  color:#fff;
  text-align: left;
  font-family: "Monument Grotesk Variable", Icons;
  font-size: 19.3px;
  text-decoration: none;
  font-style: normal;
  font-weight: 426;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.bottom-section div::selection,
.bottom-section::selection,
.controls span::selection,
.right-panel::selection,
.left-panel::selection{
   background-color: transparent;
   pointer-events: none;
}



/*-----------------*/




/* ALL CONTENT */

*{
	scroll-behavior: smooth;
    letter-spacing: 0.07px;
}




/*-----------------*/





/* CURSOR AREA */

a:hover{
	cursor:auto;
}

a:-webkit-any-link {
  	cursor: auto;
    }

*::selection{
    background-color: #2962ff;
    color: white;
}

/*Hide Scroll Bar*/

*::-webkit-scrollbar{
	display: none;
}

/* PRELOADER AREA*/

#preloader{
 background-color: #eeedeb;
}

.js #preloader{
  pointer-events: none;
  position: fixed;
  z-index: 99999;
  width:100vw;
  height:100vh;
  color:#fff;
  mix-blend-mode: exclusion;
  font-family: "Monument Grotesk Variable", Icons;
  font-size: 0px;
  text-decoration: none;
  font-style: normal;
  font-weight: 426;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}

#preloader span:after{
    content:"";
	position: absolute;
    width:max-content;
    height:max-content;
    left: 0;
  	top: 0;
  	bottom:0;
 	right:0;
 	margin:auto;
    animation: preload 2560ms cubic-bezier(.77,.32,.2,.76);
}

@keyframes preload {
  0% { content:"LOADING"; }
  10% { content:"023"; }
  20% { content:"HAOZE XUE"; }
  30% { content:"ROOM"; }
  40% { content:"CONNECTION"; }
  50% { content: "SPACE"; }
  60% { content: "2000"; }
  70% { content: "NATURE"; }
  80% { content: "TESTING"; }
  90% { content: "SITE"; }
  100% { content: "ENTER"; }
}

/* Animation Area */

  /* Animation Navbar*/
@keyframes work-hover{
	0%{
    opacity:100%;
	bottom:-178px;
}
    100%{
    opacity:100%;
	bottom: 44.2px;
}
}

@keyframes work-hover-mobile{
	0%{
    opacity:100%;
	bottom:-69px;
}
    100%{
    opacity:100%;
	bottom:48px;
}
}

  /* Animation Work*/
@keyframes work-appear-mobile{
	0%{
    opacity:0%;
	margin-top:50px;    
}
    100%{
    opacity:100%;
	margin-top:12px;
}
    
}

@keyframes work-appear{
	0%{
    opacity:0%;
	margin-top:50px;    
}
    100%{
    opacity:100%;
	margin-top:0px;
}
    
}

@keyframes all-appear{
	0%{
    opacity:0%;
	margin-top:76px;    
}
    100%{
    opacity:100%;
	margin-top:12px;
}
    
}

@keyframes work-appear-mid{
	0%{
    opacity:0%;
	margin-top:76px;    
}
    100%{
    opacity:100%;
	margin-top:12px;
}
}
 
/*Animation Work Content*/

@keyframes slide-appear-photo{
	0%{
    opacity:0%;
    margin-left:39px;
}
    100%{
    opacity:100%;
    margin-left:12px;
}
    
}

@keyframes slide-appear-work{
	0%{
    opacity:0%;
    margin-left:50px;
}
    100%{
    opacity:100%;
    margin-left:0px;
}
    
}

@keyframes slide-appear-work-mobile{
	0%{
    opacity:0%;
    margin-left:50px;
}
    100%{
    opacity:100%;
    margin-left:0px;
}
    
}

@keyframes slide-appear-video{
	0%{
    opacity:0%;
    margin-top:50px;
}
    100%{
    opacity:100%;
    margin-top:0px;
}
    
}


/* NAVBAR AREA */

.navbar{
  display:flex;
  justify-content: center;
  position:fixed !important;
  overflow: hidden;
  width: 100.0% ; 
  bottom: 0; 
  transition: bottom 0.1s cubic-bezier(.72,.31,.14,.75);/*Nav Hide Speed*/
}

.navbar li{
  display: inline-block;
  position: relative;
  list-style: none;
}

/* Navbar Link & Text */

.nava {
  display: block;
  width: 200px;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-family: "Monument Grotesk Variable", Icons;
  font-size: 19.3px;
  text-decoration: none;
  font-style: normal;
  font-weight: 426;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}

a.nava:hover,
a.nava-work:hover{
 	color: #c8c8c8;  
    transition: all .1s ease-in-out;
}

.work:hover span{
  display: none;
}

.work:hover:before {
  content: "FEATURE";
}

/* Link Content Size*/

.info,.house,.work {
	padding-top:9px;
    padding-bottom:9px;
}

.work-2, .menu{
	padding-top:9px;
    padding-bottom:9px;
}

/* Work Hover */

ul li:hover  ul,
ul li:focus  ul{
  display: block;
  position: fixed;  
}

/* drop-up-01 */

.drop-up-1{
    overflow: hidden;
    z-index: -3;
    display:none;
  	position: absolute;
 	background-color: #fff;
 	bottom: 44.2px;
    padding-top: 3.3px;
    transition: 0.3s ease-in-out;
    animation: work-hover 163ms cubic-bezier(.59,.2,.09,.98);
}

/* drop-up-1 Inner Block */

.drop-up-1 li a{
	padding-top:4.5px;
    padding-bottom:4.5px; 
}

/* Menu Hover Up */

.drop-up-2{
	display:none;
  	position: absolute;
 	background-color: #fff;
    line-height:30px;
    padding-top:9.8px;
    padding-left:0px;
    transition: 0.3s ease-in-out;
    z-index: -1;
    animation: work-hover-mobile 163ms cubic-bezier(.59,.2,.09,.98);
}

/* Main content */

/* INFO AREA */

/* HOUSE AREA  */

.house-container{
	display: block;
    overflow: auto;
    margin: 0px;
}

@keyframes house-video-appear{
	0%{
    opacity:0%;
	margin-top:50px;    
}
    100%{
    opacity:100%;
	margin-top:0px;
}
    
}

/* WORK AREA */

/* Lazy Load */

.lazy-load {
    background-color: #6d6d6d; 
}

.work-container{
	display: block;
    overflow: auto;
    margin:12px 12px 12px 12px;
    animation: all-appear 0.3s cubic-bezier(.7,.21,.09,.85);
}

.work-container-01{
	display: grid;
    grid-template-columns:repeat(3,1fr);
    column-gap: 12px;
    row-gap:12px; 
}

.work-image img{
    aspect-ratio: 3.00/3.3;
    object-fit: cover;
    width:100%; 
    position: relative;
    animation: work-image-hover 73ms cubic-bezier(.62,.29,.43,.85);
}
    
.work-image img{
    display: block;
}
    
.work-image .work-caption,
.work-image .work-caption-video{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      mix-blend-mode: exclusion;
      color: #fff;
      padding-inline: 6px;
      padding-bottom: 3px;
      opacity: 0;
      font-family: "Monument Grotesk Variable", Icons;
	  font-style: normal;
	  font-weight: 426;
	  font-variation-settings: 'slnt' 0, 'MONO' 0;
	  font-size: 19.6px;
    }
    
.work-image:hover .work-caption,
.work-image:hover .work-caption-video,
.work-image:hover .work-caption-white{
      opacity: 0;
    }

.work-image .work-caption-white{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #fff;
      padding-inline: 12px;
      padding-bottom: 6px;
      opacity: 0;
      font-family: "Monument Grotesk Variable", Icons;
	  font-style: normal;
	  font-weight: 426;
	  font-variation-settings: 'slnt' 0, 'MONO' 0;
      color: #fff;
	  font-size: 19.3px;
}

/* Work List Video */


.work-image.work-madonna-image
,.work-shichai-image,
.work-suxie-image{
  position: relative;
  aspect-ratio: 3.00/3.3;
}

.work-image.work-madonna-image .image-madonna
,.work-image.work-shichai-image .image-shichai,
.work-image.work-suxie-image .image-suxie {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-image.work-madonna-image .work-list-video
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: white;    
}

.work-image.work-shichai-image .work-list-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: white;
  overflow: hidden; /* Ensure any overflow content is hidden */
}

.work-image.work-suxie-image .work-list-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #000;
  overflow: hidden; /* Ensure any overflow content is hidden */
}

.work-image.work-madonna-image:hover .image-madonna,
.work-image.work-shichai-image:hover .image-shichai,
.work-image.work-suxie-image:hover .image-suxie{
  display: none;
}

.work-image.work-madonna-image:hover .work-list-video,
.work-image.work-shichai-image:hover .work-list-video,
.work-image.work-suxie-image:hover .work-list-video{
  display: flex; /* Use flexbox for centering the video */
  justify-content: center;
  align-items: center;
}

.work-image.work-shichai-image .work-list-video video,
.work-image.work-madonna-image .work-list-video video,
.work-image.work-suxie-image .work-list-video video{
  width: auto;
  height: auto;
  max-width: 170%;
  max-height: 100%;
  object-fit: contain; /* Ensure the video is scaled down to fit within the container while preserving aspect ratio */
}

.work-list-video video{
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}

@keyframes work-image-hover{
	0%{
    opacity:0%;  
}
    100%{
    opacity:100%;
}
}

/* INDEX */

.work-index {
    position: relative;
    margin: 12px;
    font-family: "Monument Grotesk Variable", Icons;
    font-style: normal;
    font-weight: 426;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    font-size: 19.3px;
    animation: all-appear .5s cubic-bezier(.7, .21, .09, .85);
    white-space: nowrap; /* Prevent line breaks */
    text-overflow: ellipsis; /* Add ellipsis at the end of overflow content */
}

.work-index a {
    display: grid;
    grid-template-columns: 6.9fr 12.72fr 10fr 9fr 45px;
    gap: 20px; /* Adjusted the gap for better alignment */
    border-top: 1px solid #fff;
    padding: 3px 0px;
    align-items: center; /* Align items vertically */
}

.work-index a:first-of-type {
    border-top: none;
    padding-top: 0px;
}

.work-index .index-c5{
	width:90px;
}

.work-index span {
    color: #fff;
    white-space: nowrap; /* Prevent span elements from wrapping */
    overflow: hidden; /* Hide overflow content */
    text-overflow: ellipsis; /* Add ellipsis at the end of overflow content */
}

.work-index a:hover span {
    color: #6c6c6c;
}

.work-index a:last-of-type {
    border-bottom: 1px solid #fff;
}

.work-index a:first-of-type:hover + a {
    border-top: 1px solid #fff;
}

.work-index a:first-of-type:hover,
.work-index a:first-of-type:hover span {
    cursor: default;
    color: #fff;
}

#work-index .index-c5 {
    border-right: none;
}

span.index-title {
    font-weight: 630;
}
.index-a1:hover img,
.index-a2:hover img,
.index-b1:hover img,
.index-f1:hover img,
.index-h1:hover img,
.index-l1:hover img,
.index-m1:hover div,
.index-m2:hover img,
.index-m3:hover img,
.index-o1:hover img,
.index-p1:hover img,
.index-s1:hover div,
.index-s2:hover img,
.index-s3:hover div,
.index-t1:hover img,
.index-t2:hover img,
.index-t3:hover img,
.index-z1:hover img{
    visibility: visible;
    opacity: 1;
    display: block;
}

.index-img {
    position: absolute;
    width: 15vw;
    aspect-ratio: 1/1; /* Correct aspect ratio to 1/1 for a square */
    object-fit: cover;
    margin-top: auto;
    margin-bottom: auto;
}

.index-video,
.index-img {
    display: none;
    margin-top: -3px;
    position: absolute;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.index-video video {
    width: 15vw;
    aspect-ratio: 1/1; /* Correct aspect ratio to 1/1 for a square */
    object-fit: cover;
}

/* Work Image Cycle */

/* arca */

.work-arca{
    position: relative;
    display: inline-block;
}

.work-arca .image-arca-02 {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    
}

.work-arca:hover .image-arca-02 {
     display: inline;
}

.work-arca:hover .work-caption:after{
     content: "";
     float: right;
}

/* root */

.work-root{
      position: relative;
      display: inline-block;
}

.work-root .work-image-switch{
	 display: none;
     position: absolute;
     top: 0;
     left: 0;	
}

.work-image-root img.image-root-01 {
  opacity: 1; /* 将第一张图片设置为不透明 */
}

.work-image-root:hover img.work-image-switch {
  opacity: 0; /* 鼠标悬停时隐藏所有非第一张图片 */
}

.work-image-root:hover img.image-root-02 {
  animation: switch-img 5.3s step-start infinite 0s; /* 添加动画效果 */
}

.work-image-root:hover img.image-root-03 {
  animation: switch-img 5.3s step-start infinite 0.75s; /* 添加动画效果，延迟4秒开始执行 */
}

.work-image-root:hover img.image-root-04 {
  animation: switch-img 5.3s step-start infinite 1.5s; /* 添加动画效果，延迟8秒开始执行 */
}

/* 定义动画效果 */
@keyframes switch-img {
  0% {
    opacity: 0;
  }
  16.6666% {
    opacity: 1;
  }
  33.3333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.work-root :hover .image-root-02,
.work-root :hover .image-root-03,
.work-root :hover .image-root-04{
     display: inline-block;
}

.work-root:hover .root{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-root:hover .work-caption:after{
     content: "";
     float: right;
}


/* post */

.work-post{
      position: relative;
      display: inline-block;
}

.work-post .image-post-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-post :hover .image-post-02 {
        display: inline;
}

.work-post:hover .post{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-post:hover .work-caption:after{
     content: "";
     float: right;
}

/* fforme */

.work-fforme{
      position: relative;
      display: inline-block;
}

.work-fforme .image-fforme-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-fforme :hover .image-fforme-02 {
        display: inline;
}

.work-fforme:hover .fforme{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-fforme:hover .work-caption:after{
     content: "";
     float: right;
}

/* dream */

.work-dream{
      position: relative;
      display: inline-block;
}

.work-dream .image-dream-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-dream :hover .image-dream-02 {
       display: inline;
}

.work-dream:hover .dream{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-dream:hover .work-caption:after{
     content: "";
     float: right;
}

/* Password */

.work-password{
      position: relative;
      display: inline-block;
}

.work-password .image-password-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-password :hover .image-password-02 {
       display: inline;
}

.work-password:hover .dream{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}


/* moss */

.work-moss{
     position: relative;
     display: inline-block;
}

.work-moss .work-image-switch{
	 display: none;
     position: absolute;
     top: 0;
     left: 0;
}

.work-image-moss img.image-moss-01 {
  opacity: 1; /* 将第一张图片设置为不透明 */
}

.work-image-moss:hover img.work-image-switch {
  opacity: 0; /* 鼠标悬停时隐藏所有非第一张图片 */
}

.work-image-moss:hover img.image-moss-02 {
  animation: switch-img 5.3s step-start infinite 0s; /* 添加动画效果 */
}

.work-image-moss:hover img.image-moss-03 {
  animation: switch-img 5.3s step-start infinite 0.75s; /* 添加动画效果，延迟4秒开始执行 */
}

.work-image-moss:hover img.image-moss-04 {
  animation: switch-img 5.3s step-start infinite 1.5s; /* 添加动画效果，延迟8秒开始执行 */
}



.work-moss :hover .image-moss-02,
.work-moss :hover .image-moss-03,
.work-moss :hover .image-moss-04{
     display: inline-block;
}

.work-moss:hover .moss{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-moss:hover .work-caption:after{
     content: "";
     float: right;
}

/* outsider */

.work-outsider{
      position: relative;
      display: inline-block;
}

.work-outsider .image-outsider-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-outsider :hover .image-outsider-02 {
       display: inline;
}

.work-outsider:hover .outsider{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-outsider:hover .work-caption:after{
     content: "";
     float: right;
}

/* balloon */

.work-balloon{
      position: relative;
      display: inline-block;
}

.work-balloon .image-balloon-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-balloon :hover .image-balloon-02 {
       display: inline;
}

.work-balloon:hover .balloon{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-balloon:hover .work-caption-white:after{
     content: "";
     float: right;
}

/* madonna */

.work-madonna{
      position: relative;
      display: inline-block;

}

.work-madonna .image-madonna-02 {
	  display: none;
      position: absolute;
      max-width:100%;
      margin:0 auto;
      left:0;
      right:0;
      top: 0;
}

.work-madonna :hover .image-madonna-02 {
      display: inline;
}

.work-madonna:hover .madonna{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-madonna:hover .work-caption-video:after{
     content: "";
     float: right;
}

/* leap */

.work-leap{
      position: relative;
      display: inline-block;
}

.work-leap .image-leap-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-leap :hover .image-leap-02 {
       display: inline;
}

.work-leap:hover .leap{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-leap:hover .work-caption:after{
     content: "";
     float: right;
}

/* miu */

.work-miu{
      position: relative;
      display: inline-block;
}

.work-miu .image-miu-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-miu :hover .image-miu-02 {
       display: inline;
}

.work-miu:hover .miu{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-miu:hover .work-caption:after{
     content: "";
     float: right;
}

/* talk */

.work-talk{
      position: relative;
      display: inline-block;
}

.work-talk .image-talk-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-talk :hover .image-talk-02 {
       display: inline;
}

.work-talk:hover .talk{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-talk:hover .work-caption:after{
     content: "";
     float: right;
}

/* zhou */

.work-zhou{
      position: relative;
      display: inline-block;
}

.work-zhou .image-zhou-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-zhou :hover .image-zhou-02 {
       display: inline;
}

.work-zhou:hover .zhou{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-zhou:hover .image-zhou{
	 filter: none;
}

/* empty-room */

.work-empty-room{
      position: relative;
      display: inline-block;
}

.work-empty-room .image-empty-room-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-empty-room :hover .image-empty-room-02 {
       display: inline;
}

.work-empty-room:hover .empty-room{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-empty-room:hover .image-empty-room{
	 filter: none;
}

/* house-v */

.work-house-v{
      position: relative;
      display: inline-block;
}

.work-house-v .image-house-v-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-house-v :hover .image-house-v-02 {
       display: inline;
}


.work-house-v:hover .house-v{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-house-v:hover .image-house-v{
	 filter: none;
}

/* flap */

.work-flap{
      position: relative;
      display: inline-block;
}

.work-flap .image-flap-02 {
	  display: none;
      position: absolute;
      top: 0;
      left: 0;
}

.work-flap :hover .image-flap-02 {
       display: inline;
}

.work-flap:hover .flap{
	 color: #a9a9a9;
     transition: all .18s ease-in-out;
}

.work-flap:hover .image-flap{
	 filter: none;
}

/* work content*/

.content-image-all{
	width:50%;
    object-fit: cover;
    aspect-ratio:2.59/3;
}

.work-text{
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 426;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    color: #fff;
	font-size: 19.3px;
}

/* Work Layout A */

.work-layout-a{
    display: block;
    overflow-x: auto;
    overflow-y: auto;
	height:100vh;
}
.work-layout-a-01 {
  color:#fff;
  margin-top:12px;
  margin-bottom: 0px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  max-width:100%;
  scroll-snap-type: x mandatory;
  animation: slide-appear-work .8s cubic-bezier(.7,.21,.09,.85);
}

.work-layout-a-01 > div{
  scroll-snap-align: center;
  overflow: hidden;
}

.work-layout-a-01-mobile{
	display: none;
}

.work-section{
  overflow: hidden;
  display: inline-block;
  padding-inline:12px;
  width:100vw;
}

.work-section img{
  height:85vh;
  max-width:50%;
  object-fit: cover;
}

.work-layout-a-01-image-left:hover{
	cursor:w-resize;
}

.work-layout-a-01-image-right:hover{
	cursor:e-resize;
}

.work-layout-a-01-image-left{
  	padding-right:9px;
}

.work-layout-a-01-image-right{
  	padding-right:5px;
}

#work-layout-a-02 a{
	color: #fff;
}

#work-layout-a-02 a:hover{
	font-style: italic;
}

/* Work Layout A 01 Single */

.work-layout-a{
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    height:100vh;
}

.work-layout-a-01-single {
  color:#fff;
  margin-top:12px;
  margin-bottom: 0px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  max-width:100%;
  animation: slide-appear-work .8s cubic-bezier(.7,.21,.09,.85);
}

.work-section{
  overflow: hidden;
  display: inline-block;
  padding-inline:12px;
  width:100vw;
  margin-bottom: -8px;
}

.work-layout-a-01-single-image-left:hover{
	cursor:default;
}

.work-layout-a-01-single-image-right:hover{
	cursor:default;
}

.work-layout-a-01-single-image-left{
  	padding-right:9px;
}

.work-layout-a-01-single-image-right{
  	padding-right:5px;
}

#work-layout-a-02 a{
	color: #fff;
}

#work-layout-a-02 a:hover{
	font-style: italic;
}

/* Work Layout A 02 Text */

.work-layout-a-02{
	display: block;
    color:#fff;
    margin-inline:12px;
    margin-top: 9px;
}

.work-layout-a-02-split,
.work-layout-a-01-split{
    display: inline-block;
    width:50%;
    padding-bottom: 0px;
    margin-top: -3px;
}


.work-layout-a-02-left,
.work-layout-a-01-left{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    left:0;
    column-gap: 12px;
    padding-right:6px;
    float:left;
}

.wla02l-l-span{
	text-align: left;
}

.work-layout-a-01-right{
    -webkit-column-count: 1;
    column-fill: balance;
    -webkit-hyphens: manual;
    -ms-hyphens: auto;
 	right:0;
    float:right;
    padding-left:6px; 
}

.work-layout-a-02-right{
    column-fill: balance;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
 	right:0;
    float:right;
    padding-left:6px;
    overflow-y: scroll;
    max-height: 152px;
}

.work-layout-a-02-right span{
    display: block;
    height: max-content; 
    height:210px !important;
}

.work-layout-a-02-right:hover{
    cursor: s-resize;
}
/* Work Layout B */

.work-layout-b{
    display: block;
    overflow: hidden;
    height:100vh;
}

.work-layout-white{
	background-color: #fff;
}

.work-layout-b-01 {
	background-color: #fff;
  	color:#fff;
  	padding-top:12vh;
    padding-bottom: 12vh;
  	overflow-y: hidden;
  	overflow-x: auto;
  	white-space: nowrap;
  	max-width:100%;
  	animation: slide-appear-video .8s cubic-bezier(.7,.21,.09,.85);
}

.work-layout-b-01-black {
  	color:#000;
  	padding-top:12vh;
    padding-bottom: 12vh;
  	overflow-y: hidden;
  	overflow-x: auto;
  	white-space: nowrap;
  	max-width:100%;
  	animation: slide-appear-video .8s cubic-bezier(.7,.21,.09,.85);
}

.wlb01-video{
    display: flex;
    margin:0 auto;
	width:50%;
    height:75vh;
    border:0;
    clip-path: inset(0.1px 0.1px);
}

.wlb01-video:hover{
	cursor:s-resize;
}

.wlb01-single:hover{
	cursor: default !important;
}

/* Work Layout AB */

.work-layout-ab{
	scroll-snap-type: y mandatory;
    scroll-behavior:smooth;
    overflow: auto;
}

.work-layout-snap{
	scroll-snap-align: start;
}

.work-layout-ab,
.work-layout-snap{
  height: 100vh;
}

/* Work Layout B Youtube*/

.work-layout-b-youtube{
    display: block;
    overflow: hidden;
    height:100vh;
    animation: all-appear .6s cubic-bezier(.7,.21,.09,.85);
}

.work-layout-b-01-black-youtube {
  	color:#595959;
  	padding-top:12vh;
    padding-bottom: 12vh;
  	overflow-y: hidden;
  	overflow-x: auto;
  	white-space: nowrap;
  	max-width:100%;
}

.frame-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#v-building-container iframe {
  width: 46vw;
  height: 63vh;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  animation: slide-appear-video .8s cubic-bezier(.7,.21,.09,.85);
}

.wlb01-video:hover{
	cursor:s-resize;
}

.wlb01-single:hover{
	cursor: default !important;
}

/* PHOTO */

.photo-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto; /* 自动调整行高 */
  grid-gap: 12px;
  row-gap: 12px;
  margin:12px;
  animation: all-appear .5s cubic-bezier(.7,.21,.09,.85);
}

.photo-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color:white;
  font-family: "Monument Grotesk Variable", Icons;
  font-style: normal;
  font-weight: 426;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
  font-size: 19.3px;
}

.photo-item img {
  width: 100%;
  filter: saturate(1) opacity(100%);
}

.photo-caption {
    position: absolute;
    bottom: 6px;
    left: 12px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 6px;
    text-align: left;
    transition: opacity 0.1s cubic-bezier(.7,.21,.09,.85);
}

.photo-item:hover .photo-caption {
    opacity: 1;
    visibility: visible;
}

/*
.photo-item:hover img {
    filter: saturate(1) opacity(100%);
}*/

/* Toolset */

.toolset{
	opacity: 0%;
    background: #000;;
}

/* Default */

a:active {
	opacity: 1;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol { 
	margin: 0;
	padding: 0 0 0 0em;
    
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0.0em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {

	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(25, 25, 25);
	/*padding-bottom: 0.2em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
    */text-decoration: none;
    
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.85);
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 3rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.3;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}
[data-css-preset] body {
	background-color: #000/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-weight: 400;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
   stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

