@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Gurmukhi:wght@200&family=Sono:wght@200..800&family=Chakra+Petch:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100,0..1,-50..200&icon_names=camera_roll,filter_vintage,info");
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  height: 100vh; /* standard definition (as fallback) */
  height: 100dvh; /* dynamic vh will make the trick on iOS */
  font-family: "Sono", monospace;
  font-weight: 300;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
}
a:visited {
  color: #555;
}

img {
  object-fit: contain;
}

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: white;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1ex;
  background: #e6e6e6;
}

h1, h2, h3 {
  font-weight: 300;
  font-style: normal;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-block-start: 0;
  margin-block-end: 0;
}

main {
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body > .overlay {
  opacity: 0;
  pointer-events: none;
  text-align: center;
  padding: 1rem;
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s opacity ease;
  transition-delay: 0.1s;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  color: #eee;
}
body > .overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: 0.7s opacity ease;
  transition-delay: 0.1s;
}

@supports (-webkit-touch-callout: none) {
  /* some weird shit to do with the address bar */
}
/* ### HEADER ######### */
.header-spacer {
  height: 50px;
  flex: none;
}

header[role=banner] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  height: 3.125em;
  display: flex;
  flex-direction: row;
  color: #222;
}
header[role=banner] h1 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 100;
  padding: 1em 0.75em;
  margin: 0;
  line-height: 1;
  color: inherit;
}
header[role=banner] h1 a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s color ease;
  mix-blend-mode: hard-light;
}
header[role=banner] .menu-icons {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  direction: rtl;
  padding-right: 0.85rem;
}
header[role=banner] .menu-icons .modal-icon {
  width: 30px;
  height: 30px;
  margin: 1.2rem 0.75rem;
  position: relative;
  cursor: pointer;
}
header[role=banner] .menu-icons .modal-icon .icon {
  opacity: 1;
  transition: 0.5s opacity ease;
}
header[role=banner] .menu-icons .modal-icon .icon span {
  position: absolute;
  font-size: 2.75rem;
  line-height: 1;
  top: -0.8rem;
  left: -0.45rem;
  transition: 0.5s all ease;
}
header[role=banner] .menu-icons .modal-icon .burger {
  position: absolute;
  opacity: 1;
  transition: 0.5s all ease;
}
header[role=banner] .menu-icons .modal-icon .burger span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 7px;
  position: relative;
  background: #333;
  border-radius: 3px;
  transform-origin: 4px 0px;
  transition: transform 0.5s ease, background 0.5s ease, opacity 0.55s ease;
}
header[role=banner] .menu-icons .modal-icon .burger span:first-child {
  transform-origin: 0% 0%;
}
header[role=banner] .menu-icons .modal-icon .burger span:last-child {
  transform-origin: 0% 100%;
}
header[role=banner] .menu-icons .modal-icon[data-mode=flower] .burger {
  opacity: 0;
}
header[role=banner] .menu-icons .modal-icon.clerk button {
  position: absolute;
  top: -0.366rem;
  right: -0.1rem;
  border: 1px solid #333;
}

nav[role=navigation] {
  /*display: none;*/
}
nav[role=navigation] ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav[role=navigation] ul li {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 1.3rem;
}
nav[role=navigation] ul li a {
  text-decoration: none;
  color: #eee;
}

body[data-mode]:not([data-mode=""]) header {
  color: white;
}
body[data-mode]:not([data-mode=""]) header .menu-icons [data-mode] .burger span {
  background: white;
}

body[data-mode=menu] header .menu-icons [data-mode=menu] .burger {
  margin-right: -0.4rem;
}
body[data-mode=menu] header .menu-icons [data-mode=menu] .burger span {
  opacity: 1;
  transform: rotate(45deg) translate(2.4px, 0) scale(0.7, 0.8);
}
body[data-mode=menu] header .menu-icons [data-mode=menu] .burger span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
body[data-mode=menu] header .menu-icons [data-mode=menu] .burger span:last-child {
  transform: rotate(-45deg) translate(2.4px, 0) scale(0.7, 0.8);
}
body[data-mode=menu] .overlay#menu {
  opacity: 1;
  pointer-events: all;
}

body[data-mode^=flower] header[role=banner] .menu-icons [data-mode=flower] .icon {
  opacity: 0;
}
body[data-mode^=flower] header[role=banner] .menu-icons [data-mode=flower] .icon span {
  transform: rotate(45deg);
}
body[data-mode^=flower] header[role=banner] .menu-icons [data-mode=flower] .burger {
  opacity: 1;
  margin-right: -0.4rem;
}
body[data-mode^=flower] header[role=banner] .menu-icons [data-mode=flower] .burger span {
  opacity: 1;
  transform: rotate(45deg) translate(2.4px, 0) scale(0.7, 0.8);
}
body[data-mode^=flower] header[role=banner] .menu-icons [data-mode=flower] .burger span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
body[data-mode^=flower] header[role=banner] .menu-icons [data-mode=flower] .burger span:last-child {
  transform: rotate(-45deg) translate(2.4px, 0) scale(0.7, 0.8);
}
body[data-mode^=flower] .overlay#flower {
  opacity: 1;
  pointer-events: all;
}
body[data-mode^=flower] .overlay#flower::before {
  opacity: 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(720deg);
  }
}
header[role=banner] .menu-icons [data-mode=flower].spin-once .icon span {
  animation: spin 2.5s ease 0s 1;
  transform-origin: 22px 22px;
}

.swiper-container,
.swiper-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* basic */
.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-container,
.swiper-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  cursor: grab;
}

.swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  object-position: top;
}

/* plugin pagination */
.swiper-plugin-pagination {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  width: 0.5rem;
  transform: translateY(-50%);
}
.swiper-plugin-pagination__item {
  display: block;
  margin: 100% 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  border-radius: 50% !important;
  border: none;
  background: #fff;
  transition: background ease 0.2s;
  cursor: pointer;
}
.swiper-plugin-pagination__item.is-active {
  background: #333;
}

/* image lazyload */
.swiper-lazy {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease 300ms;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-lazy-preloader::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.88);
  border-radius: 50%;
  border-bottom-color: transparent;
  transform-origin: 50%;
  animation: rotate 1s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate3d(0, 0, 0, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
body {
  transition: 0.3s background-color ease;
}

body::before, body::after,
.swiper-slide::before, .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 1s all ease;
  z-index: -1;
}

body::before, .swiper-slide::before {
  z-index: -2;
}

.swiper-slide[data-route=index] {
  background-color: white;
}
.swiper-slide[data-route=index]::before {
  opacity: 0.25;
  background-image: url(/asset/garden0-positive.jpg);
}

body[data-route=index]::before {
  background-color: rgba(84, 43, 10, 0.8);
  opacity: 1;
}

body[data-route=about]::before {
  background-color: rgb(219, 215, 215);
  opacity: 1;
}

body[data-route=about]::after {
  opacity: 1;
  background-image: url(/asset/siempre-negative.jpg);
  mix-blend-mode: difference;
}
body[data-route=about] header[role=banner] h1, body[data-route=about] header[role=banner] .modal-icon {
  color: white;
}
body[data-route=about] header[role=banner] .modal-icon .burger span {
  background: white;
}

:root {
  --clerk-font-family: Arial, Helvetica, sans-serif;
  --clerk-border-radius: 0px;
}

.overlay#flower {
  background: rgb(232, 229, 229);
}
.overlay#flower article[data-modal] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlay#flower article[data-modal]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -2;
}
.overlay#flower article[data-modal]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}
.overlay#flower article[data-modal]:after {
  background: rgba(0, 36, 47, 0.9);
  mix-blend-mode: darken;
}
.overlay#flower article[data-modal]:before {
  background: url(/asset/fragile.jpg) center center no-repeat;
  background-size: cover;
}
.overlay#flower article[data-modal] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.overlay#flower article[data-modal] .inner {
  display: flex;
  flex-direction: row;
  overflow-y: auto;
  padding-bottom: 1rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .overlay#flower article[data-modal] .inner {
    display: block;
  }
}
.overlay#flower article[data-modal] .inner .nested {
  padding: 1rem 2rem;
  text-align: left;
}
@media (max-width: 1024px) {
  .overlay#flower article[data-modal] .inner .nested {
    text-align: center;
  }
}
.overlay#flower article[data-modal] .inner .nested.id-greetings {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.overlay#flower article[data-modal] .inner .nested.id-greetings .icon {
  font-size: 3em;
  position: relative;
  margin-left: -0.2em;
}
@media (max-width: 1024px) {
  .overlay#flower article[data-modal] .inner .nested.id-greetings .icon {
    margin-left: 0;
  }
}
.overlay#flower article[data-modal] .inner .nested.id-greetings p {
  font-size: 1.1em;
}
.overlay#flower article[data-modal] .inner .nested.id-sign-in .cl-rootBox {
  margin: 0 auto;
}

.cl-rootBox {
  margin: 0 auto;
}
.cl-rootBox h1, .cl-rootBox h2, .cl-rootBox h3, .cl-rootBox button, .cl-rootBox label, .cl-rootBox [data-variant=button-small], .cl-rootBox span {
  font-family: "Chakra Petch", sans-serif;
  text-transform: lowercase;
}
.cl-rootBox .cl-cardBox {
  height: auto !important;
}

.cl-userButtonPopoverActionButton__manageAccount {
  display: none !important;
}

.cl-userButtonPopoverRootBox {
  font-family: "Chakra Petch", sans-serif;
}
.cl-userButtonPopoverRootBox .cl-button__custom-menutItem-0 {
  font-size: 16px;
  padding: 0.7rem 1rem;
}
.cl-userButtonPopoverRootBox .cl-button__custom-menutItem-0:hover {
  color: black;
}
.cl-userButtonPopoverRootBox .cl-button__custom-menutItem-0 .material-symbols-outlined {
  position: relative;
  margin-top: -0.32em;
  margin-left: -0.3em;
  font-size: 40px;
}
.cl-userButtonPopoverRootBox .cl-button__signOut {
  opacity: 0.7;
}
.cl-userButtonPopoverRootBox .cl-button__signOut:hover {
  opacity: 1;
  color: #EF4444;
}
.cl-userButtonPopoverRootBox .cl-button__signOut svg {
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: -3px;
  margin-left: -3px;
}
.cl-userButtonPopoverRootBox .cl-userButtonPopoverFooter {
  display: none;
}

/*#flower {

	.cl-rootBox {
		a {
			color: rgb(0, 169, 195)
		}

		h1, h2, h3, button, label, [data-variant=button-small] {
			font-family: "Chakra Petch", sans-serif;
			text-transform: lowercase;
		}

		h1, h2, h3, p, span, label, button {
			//font-family: Arial, Helvetica, sans-serif;
		}
	}

	.cl-signIn-root {

		background: white url(/asset/strip-negative.jpg) -1px 3px repeat-x;
		background-size: contain;
		padding: 0 2.8rem;
		border-radius: .25rem;

		h1, p, label, .cl-footer span  {
			//color: white;
		}

		.cl-cardBox {
			width: auto;
			//background: rgba(0,0,0,.9);
			background: white url(/asset/garden0-positive.jpg) center center no-repeat;
			background-size: cover;

			& > .cl-footer {
				&, * {
					background: none;
				}
				div:last-child {
					display: none
				}
			}
		}

		.cl-card {

			background: none;
			padding: 1.5rem;
			max-width: 600px;

			.cl-socialButtonsBlockButton {
				background: white;
			}

			.cl-main {
				display: flex;
				flex-direction: row;
				.cl-main {

				}
				.cl-socialButtonsRoot {
					display: flex;
					flex-direction: column;
					align-items: center;
					justify-content: center;				
				}
			}
			.cl-form {
				gap: 1rem;
			}
		}

		.cl-signIn-alternativeMethods .cl-main {
			display: block;
		}

		.cl-formFieldAction {
			padding-left: .5em;
		}

		.cl-socialButtonsBlockButton {
			//border: 1px solid #666;
		}
		.cl-lastAuthenticationStrategyBadge {
			//background: #333;
		}
	}
}*/
button, [data-variant=buttonSmall] {
  font-family: "Chakra Petch", sans-serif !important;
  text-transform: lowercase !important;
}

.exclusivity.invite {
  font-family: "Chakra Petch", sans-serif;
}

[data-floating-ui-portal] .cl-userButtonPopoverCard, [data-floating-ui-portal] .cl-userButtonPopoverCard * {
  border-radius: 0;
}
article.flexplate {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  min-width: 0;
}
article.flexplate .header-spacer {
  width: 100%;
  height: auto;
  min-height: 3em;
  flex-grow: 1;
}
article.flexplate figure.plate {
  margin: 0;
  flex-grow: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
article.flexplate figure.plate img {
  position: relative;
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}
article.flexplate figure.plate {
  /*&, &.portrait-120 {
  	max-width:calc(80.00vh - 10em);
  }*/
}
article.flexplate figure.plate .overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: 0.3s opacity ease;
}
article.flexplate figure.plate .overlay .flower span {
  font-size: 6rem;
}

.info-on-space {
  height: auto;
  min-height: 3.125em;
  flex-grow: 1;
  cursor: pointer;
  margin: 0 0.5em;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.info-on-space .inner {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.info-on-space h1 {
  margin: 0;
  font-size: 0.8em;
  display: inline-block;
}
.info-on-space h1 .info {
  position: absolute;
  color: red;
  margin: -0.5em 0 0 0.2em;
  font-size: 20px;
}
.info-on-space h1:hover {
  text-decoration: underline;
}

.info-hidden {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: white;
  z-index: 5;
  margin-top: -80px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease;
}
.info-hidden h1 {
  padding-right: 4rem;
}
.info-hidden ul.details {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  min-width: 100%;
  width: 100%;
}
.info-hidden ul.details li {
  margin: 0;
  padding: 1em;
  list-style-type: none;
  text-align: left;
  position: relative;
}
.info-hidden ul.details li.icon {
  padding-left: 2.7rem;
}
.info-hidden ul.details li.icon .material-symbols-outlined {
  position: absolute;
  margin-top: -2.5px;
  margin-left: -1.7rem;
}
.info-hidden .description {
  padding: 0 1rem;
  font-family: "Chakra Petch", sans-serif;
}
.info-hidden .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  font-size: 1.4rem;
  color: #ccc;
}
.info-hidden .close span {
  color: #222;
}
.info-hidden .close:hover {
  color: #222;
}

[data-showing=info] .info-hidden {
  opacity: 1;
  pointer-events: all;
}

article.flexplate.info-side .header-spacer {
  display: none;
}
article.flexplate.info-side .info-on-space {
  display: block;
  position: absolute;
  z-index: 10000;
  width: 2em;
  height: 100vh;
  right: -3.5em;
}
article.flexplate.info-side .info-on-space .inner {
  transform-origin: 0 50%;
  transform: rotate(-90deg) translate(-100%, 50%);
  width: 100vh;
  display: block;
}
article.flexplate.info-side .info-on-space .inner h1 {
  padding: 0 2em;
  text-align: left;
}

article.flexpage {
  max-height: 100vh;
}
article.flexpage .inner {
  height: 100%;
}
article.flexpage, article.flexpage .inner {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 100%;
}
article.flexpage h1, article.flexpage h2, article.flexpage h3 {
  text-align: center;
}
article.flexpage .scrollable-content {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding-bottom: 1rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2rem;
}

@keyframes splash-negative {
  from {
    opacity: 0;
    top: -15%;
  }
  30% {
    opacity: 0.9;
  }
  to {
    opacity: 0;
    top: -5%;
  }
}
@keyframes splash-positive {
  from {
    opacity: 0;
    top: -15%;
    filter: saturate(0.9);
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: -5%;
  }
}
@keyframes splash-negative-gray {
  from {
    opacity: 0;
    top: -40%;
  }
  30% {
    opacity: 0.9;
  }
  to {
    opacity: 0;
    top: -50%;
  }
}
@keyframes splash-positive-gray {
  from {
    opacity: 0;
    top: -40%;
    filter: saturate(0.9);
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: -50%;
    filter: saturate(0.33);
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.swiper-slide[data-route=_home_] {
  overflow: hidden;
  background-color: rgb(16, 14, 14);
}
.swiper-slide[data-route=_home_] article .header-spacer {
  display: none;
}
.swiper-slide[data-route=_home_] article {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.swiper-slide[data-route=_home_] article:before, .swiper-slide[data-route=_home_] article:after {
  content: "";
  position: absolute;
  opacity: 0;
  background: white 40% 50% no-repeat;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
}
.swiper-slide[data-route=_home_] article:before {
  z-index: 1;
}
.swiper-slide[data-route=_home_] article:after {
  z-index: 2;
  mix-blend-mode: exclusion;
}
.swiper-slide[data-route=_home_].swiper-slide-prev article:after, .swiper-slide[data-route=_home_].swiper-slide-prev article:before {
  animation: fadeout 0.5s normal forwards ease;
}
.swiper-slide[data-route=_home_][data-negset] article:before, .swiper-slide[data-route=_home_][data-negset] article:after {
  background-size: cover;
}
.swiper-slide[data-route=_home_][data-negset].loaded-1 article:after {
  opacity: 1;
  top: -5%;
}
.swiper-slide[data-route=_home_][data-negset].swiper-slide-active.loaded-0 article:before {
  animation: splash-negative 3s normal forwards ease-in-out;
}
.swiper-slide[data-route=_home_][data-negset].swiper-slide-active.loaded-0 article:after {
  animation: splash-positive 3s normal forwards ease-in-out;
}
.swiper-slide[data-route=_home_][data-negset=siempre].loaded-1 article:after {
  background-image: url(/asset/siempre-positive.jpg);
}
.swiper-slide[data-route=_home_][data-negset=siempre].swiper-slide-active.loaded-0 article:before {
  background-image: url(/asset/siempre-negative.jpg);
}
.swiper-slide[data-route=_home_][data-negset=freya29].loaded-1 article:after {
  background-image: url(/asset/freya29-positive.jpg);
}
.swiper-slide[data-route=_home_][data-negset=freya29].swiper-slide-active.loaded-0 article:before {
  background-image: url(/asset/freya29-negative.jpg);
}
.swiper-slide[data-route=_home_][data-negset=raven].loaded-1 article:after {
  background-image: url(/asset/raven-positive.jpg);
}
.swiper-slide[data-route=_home_][data-negset=raven].swiper-slide-active.loaded-0 article:before {
  background-image: url(/asset/raven-negative.jpg);
}
.swiper-slide[data-route=_home_][data-negset=hera].loaded-1 article:after {
  background-image: url(/asset/hera-positive.jpg);
}
.swiper-slide[data-route=_home_][data-negset=hera].swiper-slide-active.loaded-0 article:before {
  background-image: url(/asset/hera-negative.jpg);
}
.swiper-slide[data-route=_home_][data-negset=solar].loaded-1 article:after {
  background-image: url(/asset/solar-positive.jpg);
}
.swiper-slide[data-route=_home_][data-negset=solar].swiper-slide-active.loaded-0 article:before {
  background-image: url(/asset/solar-negative.jpg);
}
.swiper-slide[data-route=_home_][data-negset=strip] article:before, .swiper-slide[data-route=_home_][data-negset=strip] article:after {
  width: 200%;
  height: 200%;
  top: -40%;
  left: -50%;
  transform: rotate(-4deg);
  background-size: 25%;
}
.swiper-slide[data-route=_home_][data-negset=strip].loaded-1 article:after {
  background-color: rgb(16, 14, 14);
}
.swiper-slide[data-route=_home_][data-negset=strip].swiper-slide-active.loaded-0 article:before {
  background-color: rgb(240, 240, 240);
  background-image: url(/asset/strip-negative.jpg);
  animation: splash-negative-gray 3s normal forwards ease-in-out;
}
.swiper-slide[data-route=_home_][data-negset=strip].swiper-slide-active.loaded-0 article:after {
  animation: splash-positive-gray 3s normal forwards ease-in-out;
}
.swiper-slide[data-route=_home_][data-negset=strip].swiper-slide-active.loaded-1 article:after {
  background-image: url(/asset/strip-positive.jpg);
}
.swiper-slide[data-route=_home_] article > .inner {
  max-width: 1000px;
  margin: auto;
  display: block;
  padding-top: 30%;
  position: relative;
  z-index: 3;
  text-align: right;
  padding-right: 1em;
  mix-blend-mode: exclusion;
  color: #ccc;
}
.swiper-slide[data-route=_home_] article > .inner h1, .swiper-slide[data-route=_home_] article > .inner h2 {
  padding-right: 1em;
  margin: 0;
  font-family: "Chakra Petch", sans-serif;
  text-align: right;
}
.swiper-slide[data-route=_home_] article > .inner h2 {
  margin: 0;
  transition: 0.5s all ease;
  opacity: 0;
  position: relative;
  right: -1em;
  font-weight: 200;
}
.swiper-slide[data-route=_home_] .slug-swipe-to-nav {
  position: fixed;
  bottom: 1.5em;
  right: 2em;
  text-align: right;
  line-height: 0.8;
  font-size: 0.8em;
  mix-blend-mode: exclusion;
  color: #eee;
  opacity: 0;
  transition: 0.5s opacity ease;
  transition-delay: 0s;
}
.swiper-slide[data-route=_home_].swiper-slide-active article .inner h2 {
  transition-delay: 3s;
  opacity: 1;
  right: 0;
}
.swiper-slide[data-route=_home_].swiper-slide-active article .inner .slug-swipe-to-nav {
  transition-delay: 10s;
  opacity: 1;
}

@media screen and (min-width: 800px) {
  .swiper-slide[data-route=_home_][data-negset=strip].swiper-slide-active article:before, .swiper-slide[data-route=_home_][data-negset=strip].swiper-slide-active article:after {
    background-size: 20%;
  }
}
@media screen and (min-width: 1000px) {
  .swiper-slide[data-route=_home_][data-negset=strip].swiper-slide-active article:before, .swiper-slide[data-route=_home_][data-negset=strip].swiper-slide-active article:after {
    background-size: 15%;
  }
}
@media screen and (min-width: 1600px) {
  .swiper-slide[data-route=_home_][data-negset=strip].swiper-slide-active article:before, .swiper-slide[data-route=_home_][data-negset=strip].swiper-slide-active article:after {
    background-size: 10%;
  }
}
header[role=banner] {
  transition: 0.5s opacity ease;
}

body[data-route="/"] header[role=banner], body[data-route=_home_] header[role=banner] {
  opacity: 0;
  pointer-events: none;
  transition: 0s;
}

.container-reference-list.slug-flexlist {
  text-align: center;
}
.container-reference-list.slug-flexlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em 0.5em;
  flex-wrap: wrap;
  padding: 0.5em 0.5em 2em 0.5em;
}
.container-reference-list.slug-flexlist ul li {
  background-size: cover;
  background-position: center center;
  width: 12em;
  height: 12em;
  position: relative;
  z-index: 100;
}
.container-reference-list.slug-flexlist ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.container-reference-list.slug-flexlist ul li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.container-reference-list.slug-flexlist ul li a span.label {
  top: auto;
  bottom: -1.5em;
  text-align: center;
  padding-bottom: 2px;
  box-sizing: border-box;
  border-bottom: 0.6px solid transparent;
}
.container-reference-list.slug-flexlist ul li a:hover span.label {
  border-bottom: 0.6px solid #666;
}

.swiper-slide[data-route=about] {
  color: white;
}
.swiper-slide[data-route=about] article {
  background: rgba(0, 0, 0, 0.5);
}
.swiper-slide[data-route=about] article .inner {
  display: block;
  padding-bottom: 3rem;
}
.swiper-slide[data-route=about] article .inner > * {
  max-width: 1200px;
  text-align: left;
  padding: 0 2rem;
  margin: 0 auto;
}
.swiper-slide[data-route=about] article .inner .slug-english {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*# sourceMappingURL=app-live.css.map */
