#toolset {
	display: none;
}

body {
	background-color:transparent;
	color: transparent;
}

a:active {
	opacity: 0.7;
}

.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 4em;
}

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

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

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

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.35);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.2;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.9vh;
    letter-spacing: .1rem;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	padding-bottom: 0.1em;
	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: "Diatype Condensed Variable", Icons;
	padding: 20;
	margin: 0;
	font-size: 15.9vmin;
	line-height: 0.9;
	color: rgba(228, 228, 220, 0.85);
    letter-spacing: 50px;
    
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'wdth' 75;
	}

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

[data-predefined-style="true"] h2 {
	display: inline-block;
	font-size: 1.9rem;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0rem;
	color: rgba(228, 228, 220, 0.85);
	font-style: normal;
	font-weight: 300;
    letter-spacing: 5px;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.2;
	font-family: "Authentic Sans", Icons;
	letter-spacing: 0rem;
	color: rgba(228, 228, 220, 0.85);
	font-style: normal;
	font-weight: 300;
    letter-spacing: 5px;
    
}

[data-predefined-style="true"] small a {
	color: rgba(228, 228, 220, 0.85);
	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 {
	padding-left:0.5vw;
    padding-right:0.5vw;
	text-align: left /*!text_left*/;
    
}

[data-css-preset] body {
	background-color: rgb(0, 0, 0)/*!body_bgcolor*/;
}

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

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

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: transparent/*!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: 0.4rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.35);
	font-family: Diatype, 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 Button
 */

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

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

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: 'Montserrat', sans-serif;
	background: none;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	padding: 70px 10px 0px 30px;
	max-width: 200px;
	min-width: 100px;
	text-align: left;
	display: flex;
    line-height:25px;
    letter-spacing:2px;
	justify-content: flex-start;
   
    height:250px;
    
}

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

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

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

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

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

#site_menu .close {
	display: none;
	color: rgba(255,0, 0, 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: 100px;
}

#site_menu .indent {
	margin-left: 28px;
    margin-right: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: "Monument Grotesk Mono", 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: "Monument Grotesk Mono", Icons;
	font-size: 1.6rem;
	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-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	font-family: "Monument Grotesk Mono", 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;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

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

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


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

.quick-view-caption {
	font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,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: 0px;
}

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

.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: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}
/** 
 * 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: 2px;
}

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

/**
 * 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: 2px;
}

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


/**
 * 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.4rem;
    line-height: 1.3;
	font-family: "Monument Grotesk Mono", 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;
}

#tag_menu {
    position: absolute;
    top: 10px;
    left: 10px;
}

#tag_menu a { color:  rgba(255, 255, 255, 0.4); }
#tag_menu a:hover { color: rgba(255,255,255,0.4); }
#tag_menu a:active { color: rgba(255,255,255,0.4); }
#tag_menu {
	font-family: 'Montserrat', sans-serif;
	background: none;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	padding: 70px 10px 0px 30px;
	max-width: 200px;
	min-width: 100px;
	text-align: left;
	display: flex;
    line-height:25px;
    letter-spacing:2px;
	justify-content: flex-start;
    height:250px;
    color:rgba(244, 244, 244, 0.85);
    
}
#tag_menu a:link{
	text-decoration:none;
}
.wrapper {
    text-decoration:none;
    color:rgba(228,228,220,0.85);
    z-index:100;
    padding-left: 35px;
    flex-basis: 22%;
    display: flex;
    justify-content: space-between;
}
.menu-button{
	background-color:transparent;
    color:rgba(228, 228, 220, 0.85);
    cursor:pointer;
    border:none;
    font-family: 'Poppins', sans-serif;
	background: none;
	font-size: 10.5px;
	font-style: normal;
	font-weight: 400;
	min-width: 100px;
	display: flex;
    letter-spacing:4px;
    margin-right: -4px;
    padding: 0;
}
.dropdown-menu{
	/*display:none;*/
    visibility:hidden;
    color:rgba(2,244,244,0.85);
    position:absolute;
    padding:1px 200px 1px 1px;
    text-decoration-color:rgba(0,244,244,0.85);
    background-color:transparent;
    min-width:158px;
    z-index:1;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    color:rgba(0,244,244,0.85);
    line-height:15px;
    font-weight:300;
    letter-spacing:3px;
    text-decoration:none;
    font-size: 9px;
    
}

.dropdown-menu a:link{
	text-decoration:none;
    color:rgba(228,228,220,0.5);
    font-weight:400;
}
.dropdown-menu a:hover{
	background-color:transparent;
    color:rgba(228, 228, 220, 0.85);
    
}
.right-menu:hover .dropdown-menu{
	display: block;
    visibility:visible;
    color:rgba(228, 228, 220, 0.85);
}
.right-menu:hover .menu-button{
	background-color:transparent;
    color:rgba(228,228,220,0.85);
    text-decoration:none;
}

.dropdown-menu a:active{
	color:rgba(228,228,220,0.5);
    text-decoration:none;
}
.dropdown-menu a:visited{
	color:rgba(228,228,220,0.5);
    text-decoration:none;
}

.return-home {
  position: fixed;
  top:20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10005;
  width: auto;
  white-space: nowrap;

  background-color: transparent;
  color: rgba(228, 228, 220, 0.85);
  cursor: pointer;
  border: none;
  font-family: "Diatype Condensed Variable", Icons;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  font-variation-settings: 'slnt' 0, 'wdth' 75;

  /* 删除这个 */
  /* flex-basis: 50%; */

  /* 这个通常也可以删，容易造成视觉偏移 */
  /* margin-right: -3px; */
}

.return-home a,
.return-home a:visited,
.return-home a:link {
  color: rgba(228, 228, 220, 0.85);
  text-decoration: none;
  font-weight: 400;
}
.floatinfo {
	position:fixed;
    /*padding:0px 1288px 1px 7px;
    z-index:-100;*/
    width:460px;
    padding:0px 2px 3px 1px;
    
    
    background:transparent;
    
}
.floatinfo a:link{
	color:rgba(228,228,220,0.85);
    text-decoration:none;
}

.about{
    flex-basis: 30%;
    flex-direction: column-reverse;
    padding-right: 35px;

    z-index:100;
    color:rgba(228, 228, 220, 0.85);
    cursor:pointer;
    border:none;
    font-family: 'Poppins', sans-serif;
	background: none;
	font-size: 10.5px;
	font-style: normal;
	font-weight: 400;
	min-width: 100px;
	text-align: right;
	display: flex;
    letter-spacing:4px;
    margin-right: -4px;
    text-decoration:none;
}
.about a:active{
	color:rgba(228,228,220,0.5);
    text-decoration:none;
}
.about a:visited{
	color:rgba(228,228,220,0.5);
    text-decoration:none;
}
.about a:hover{
	color:rgba(228,228,220,0.5);
    text-decoration:none;
}
.about a:link{
	text-decoration:none;
    color:rgba(228,228,220,0.85);
    font-weight:400;
}
.specificINFO{
	display:none;
    font-family: "Authentic Sans", Icons;
    font-size:14px;
    letter-spacing:2px;
    height:1px;
    color: rgba(228, 0, 0, 1);
}
.specificINFO a:link{
	text-decoration:none;
    color:rgba(228, 228, 0, 1);
    font-weight:400;
}
.specificINFO a:hover{
	background-color:transparent;
    color:rgba(0, 228, 220, 1);
    
}
.webrightmenu:hover .specificINFO{
	display: block;
    color:rgba(228, 200, 200, 1);
}
.webrightmenu:hover .specificINFO{
	background-color:transparent;
    color:rgba(228,228,220,0.2);
    text-decoration:none;
}

.specificINFO a:active{
	color:rgba(2, 228, 220, 1);
    text-decoration:none;
}
.specificINFO a:visited{
	color:rgba(2, 228, 220, 1);
    text-decoration:none;
    
}
.specificINFO a:link{
	color:rgba(2,228,220,0.85);
    text-decoration:none;
}

.titleHoverINFO a:active{
	color:rgba(2, 228, 220, 1);
}
.titleHoverINFO{
	color:rgba(2, 228, 220, 1);
}
.titleHoverINFO a:link{
	color:rgba(2, 228, 220, 1);
}
.smalltitle{
	font-family: "Authentic Sans", Icons;
    font-size:14px;
    color:rgba(243, 243, 26, 0.2);
    letter-spacing:6px;
    height:20px;
}
.header{
	display: flex;
    padding-top: 30px;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
}
.header2{
	display: flex;
    padding-top: 30px;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
}
.projectButton{
	background-color:transparent;
    color:rgba(228, 228, 220, 0.85);
    cursor:pointer;
    border:none;
    font-family: 'Poppins', sans-serif;
	background: none;
	font-size: 10.5px;
	font-style: normal;
	font-weight: 400;
	min-width: 0px;

 
    
    flex-basis: 40%;
}
.projectButton a:visited{
	color:rgba(228,228,220,0.85);
    text-decoration:none;
}
.projectButton a:link{
	text-decoration:none;
    color:rgba(228,228,220,0.85);
    font-weight:400;
    
}



/* 针对小屏幕优化 */
@media (max-width: 768px) {
  .responsive-video {
    width: 100%; /* 让视频占满整个视口宽度 */
    height: 100vh; /* 占满整个视口高度 */
  }
}

/* ===== SYSTEM RESET ===== */

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  background: black;
}

* {
  box-sizing: border-box;
}

/* ===== HEADER CENTER SYSTEM ===== */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 72px;
  z-index: 10003;
  pointer-events: none;
}

.return-home {
  position: fixed;
  top: 20px;
  left: var(--cargo-center-x, 50vw);
  transform: translateX(-50%);

  width: max-content;
  z-index: 10005;
  pointer-events: auto;

  background: transparent;
  color: rgba(228, 228, 220, 0.85);
  cursor: pointer;
  border: none;

  font-family: "Diatype Condensed Variable", Icons;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-variation-settings: 'slnt' 0, 'wdth' 75;

  white-space: nowrap;

  user-select: none;
  -webkit-user-select: none;
}

.return-home a,
.return-home a:visited,
.return-home a:link,
.return-home a:hover {
  color: rgba(228, 228, 220, 0.85);
  text-decoration: none;
  font-weight: 400;
}
.home-plus {
  position: fixed;
  left: var(--cargo-center-x, 50vw);
  bottom: 28px;
  transform: translateX(-50%) rotate(0deg);
  z-index: 10004;

  background: transparent;
  border: none;
  color: rgba(228, 228, 220, 0.92);

  font-family: Arial, sans-serif;
  font-size: 58px;
  font-weight: 200;
  line-height: 1;

  width: 58px;
  height: 58px;
  padding: 0;

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

  cursor: pointer;
  transition: transform 0.45s ease, opacity 0.3s ease;

  user-select: none;
  -webkit-user-select: none;
}

.home-plus:hover {
  transform: translateX(-50%) rotate(90deg);
}

.home-plus.is-open {
  transform: translateX(-50%) rotate(45deg);
}

.home-plus.is-open:hover {
  transform: translateX(-50%) rotate(135deg);
}

/* ===== HOME MENU OVERLAY ===== */

.home-menu-section {
  position: fixed;
  inset: 0;
  z-index: 10000;

  background-color: rgba(0, 0, 0, 0);
  color: rgba(228, 228, 220, 0.9);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  box-sizing: border-box;
  padding-bottom: 100px;

  opacity: 0;
  pointer-events: none;

  transition:
    opacity 0.62s ease,
    background-color 0.62s ease;
}

.home-menu-section.is-open {
  opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  pointer-events: auto;
}

.home-menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;

  opacity: 0;
  transform: translateY(14px);

  transition:
    opacity 0.42s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-menu-section.is-open .home-menu-list {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.12s;
}

.home-menu-section:not(.is-open) .home-menu-list {
  opacity: 0;
  transform: translateY(14px);
  transition-delay: 0s;
}

.home-menu-item,
.home-menu-item:link,
.home-menu-item:visited,
.home-menu-item:hover,
.home-menu-item:active {
  display: block;
  width: 420px;
  color: rgba(228, 228, 220, 0.9) !important;
  text-decoration: none !important;
  border-bottom: none !important;
  text-align: center;
}

.menu-title {
  display: flex !important;
  justify-content: space-between;
  align-items: center;

  width: 420px;

  font-family: 'Oswald', sans-serif !important;
  font-size: 42px !important;
  line-height: 1 !important;
  font-weight: 300 !important;

  color: rgba(228, 228, 220, 0.9) !important;
  text-decoration: none !important;
}

.menu-subtitle {
  display: flex !important;
  justify-content: space-between;
  align-items: center;

  width: 420px;
  margin-top: 13px;

  font-family: "PingFang SC", "Hiragino Sans GB", sans-serif !important;
  font-size: 25px !important;
  line-height: 1 !important;
  font-weight: 200 !important;

  color: rgba(228, 228, 220, 0.88) !important;
  text-decoration: none !important;
}

@media (max-height: 760px) {
  .home-menu-section {
    padding-bottom: 90px;
  }

  .home-menu-list {
    gap: 34px;
  }

  .menu-title {
    font-size: 36px !important;
  }

  .menu-subtitle {
    font-size: 21px !important;
    margin-top: 10px;
  }
}

/* ===== HOME VIDEO SYSTEM ===== */

.video-wrapper {
  display: block;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
}

.video-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video.scroll-transition-fade {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.video-wrapper::before,
.video-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background: black;
  z-index: 10;
  pointer-events: none;
}

.video-wrapper::before {
  top: 0;
}

.video-wrapper::after {
  bottom: 0;
}

/* ===== PROJECT PAGE SYSTEM ===== */

.project-page {
  width: min(74vw, 1200px);
  margin: 0 auto;
  padding-top: 140px;
  box-sizing: border-box;
}

.project-page img {
  max-width: 100%;
  height: auto;
}

.project-page .image-gallery {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#passwordGate {
  position: fixed;
  inset: 0;
  background: black;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#passwordGate.hidden {
  display: none !important;
}

.gate-inner {
  display: flex;
  flex-direction: column;
  width: 420px;
}

.pw-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#pwDisplay {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  letter-spacing: 6px;
  color: rgba(255,255,255,0.75);
  font-weight: 300;
}

.pw-arrow {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  cursor: pointer;
}

.pw-line {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.4);
}

#pwInput {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}




html,
body,
.site,
.page,
.page_content,
.page_container,
.content,
.content_padding,
.container,
.container_width {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: clip !important;
}

cn1 {
  display: block;

  font-family:   "PingFang SC",
    "Hiragino Sans GB", sans-serif;
  font-optical-sizing: auto;

  font-size: 1.05rem;
  line-height: 1.05;

  font-weight: 400;

  letter-spacing: 0.08em;

  color: rgba(228,228,220,0.88);

  margin-bottom: 2rem;
}

cn2 {
  display: block;

  font-family:
    "PingFang SC",
    "Hiragino Sans GB",
    sans-serif;

  font-size: 3rem;
  line-height: 1.2;

  font-weight: 400;

  letter-spacing: 0.05em;

  color: rgba(228,228,220,0.88);

  margin-bottom: 1.5rem;
}


.cn-layout {
  width: 100%;
  text-align: left;
}

cnbody {
  display: block;

  width: 100%;

  font-family:
    "PingFang SC",
    "Hiragino Sans GB",
    sans-serif;

  font-size: 0.65rem;
  line-height: 2;

  font-weight: 300;

  letter-spacing: 0.03em;

  color: rgba(228, 228, 220, 0.82);
}

cnbody a,
cn1 a,
cn2 a {
  color: rgba(228, 228, 198, 0.92) !important;

  text-decoration: none !important;

  border-bottom: 1px solid rgba(228,228,220,0.22);

  transition:
    opacity 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

cnbody a:hover,
cn1 a:hover,
cn2 a:hover {
  color: rgba(255, 239, 172, 1) !important;

  border-bottom-color: rgba(255,255,255,0.55);

  opacity: 0.88;
}

cnbody a:visited,
cn1 a:visited,
cn2 a:visited,
cnbody a:link,
cn1 a:link,
cn2 a:link {
  color: rgba(228,228,220,0.92) !important;
}
.cn-link {
  display: block;
  margin-top: 1.2rem;

  color: rgba(228,228,220,0.92) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(228,228,220,0.22);
  width: fit-content;
}

.cn-link:hover {
  color: rgba(255,255,255,1) !important;
  border-bottom-color: rgba(255,255,255,0.55);
}
.video-embed {
  position: relative;

  width: 100%;
  aspect-ratio: 16 / 9;

  margin-top: 2rem;
  margin-bottom: 4rem;

  overflow: hidden;
}

.video-embed iframe {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  border: none;
}

.hf-title,
.hf-subtitle,
.hf-title *,
.hf-subtitle * {
  text-align: center;
  color: rgba(228, 228, 220, 0.92);

  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hf-title,
.hf-subtitle {
  pointer-events: none;
}

/* 这里改 spacing */
.hf-title h1 {
  margin-bottom: 28px;
}

.hf-subtitle h2 {
  margin-top: 0;
}

.hf-title::selection,
.hf-subtitle::selection,
.hf-title *::selection,
.hf-subtitle *::selection {
  background: transparent;
}

.single-image-fill {
  width: 100%;
  margin: 0;
  padding: 0;
}

.single-image-fill img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

.watch-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 1rem 3rem;

  margin-top: 2rem;

  width: 100%;
}

.watch-item {
  display: flex;

  align-items: baseline;

  gap: 0.6rem;

  text-align: left;

  color: rgba(228,228,220,0.82) !important;

  text-decoration: none !important;

  line-height: 1.5;
}

.watch-icon {
  font-size: 1.1rem;

  line-height: 1;

  opacity: 0.55;

  flex-shrink: 0;
}

.watch-item:hover {
  color: rgba(255,255,255,0.95) !important;
}

table cn1 {
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

table cnbody {
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

table td {
  padding: 0;
  vertical-align: top;
}

.team-text cn1 {
  font-size: 1.4rem;
}

.team-text cnbody {
  font-size: 0.85rem;
}

/* password 开关 */
/* #passwordGate {
  display: none !important;
}*/