﻿:root {

  --fs-xs: clamp(0.42rem, 0.6vw, 0.52rem);
  --fs-md: clamp(0.68rem, 0.95vw, 0.85rem);
  --fs-lg: clamp(0.75rem, 1.8vw, 1.1rem);

  --c-accent: #16ffda;
  --c-text:   rgba(255,255,255,1);
  --c-body:   rgba(255,255,255,0.6);

}

body {
  font-family: 'Format-Variable', sans-serif;
}



.PANEL_BODY p,
.ARIS_DESC {
  font-size: var(--fs-md);
  line-height: 2;
  color: var(--c-text);
  text-align: justify;
  margin: 0;
}
.ARIS_DESC {
  flex: 0 0 50%;
  width: 50%;
  box-sizing: border-box;
}
.PANEL_BODY p { margin-bottom: 1em; }




#NAV_TAGLINE {
  font-size: 0.6rem;
  line-height: 2;
  color: var(--c-text);
  text-transform: uppercase;
  pointer-events: none;
  margin: 0;
  padding: 5px 5px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #000;
}



.STORE_ITEM_ORIGIN,
.STORE_ITEM_SPECS span {
  font-size: var(--fs-md);
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--c-text);
  line-height: 2;
}




.LANDING {
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.SS_CONTAINER {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}

.SS_CONTAINER::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.32);
  z-index: 2;
  pointer-events: none;
}

.SLIDE {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
}

.SLIDE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
  filter: contrast(1.1) brightness(1.05) saturate(1.1);
}

.SWF {
  position: relative;
  background-size: cover;
  background-position: center;
}

.SWF .front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(var(--px, 0px), var(--py, 0px));
  object-fit: cover;
  z-index: 2;
  display: block;
  filter: contrast(1.1) brightness(1.05) saturate(1.1);
}

@keyframes FADE_EFFECT {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.SSFADE {
  animation: FADE_EFFECT 1.5s ease-in-out;
}



.GRID_MAIN {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}



.GBLOCK {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.13);
  text-decoration: none;
  overflow: hidden;
  cursor: default;
  color: inherit;
  pointer-events: auto;
  box-sizing: border-box;
}

button.GBLOCK,
a.GBLOCK {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-family: 'Format-SemiBold', sans-serif;
  background: #000;
  justify-content: flex-start;
  padding-left: 20px;
}

button.GBLOCK .GBLOCK_LABEL,
a.GBLOCK .GBLOCK_LABEL {
  letter-spacing: -0.1em;
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  padding-left: 0;
  color: var(--c-text);
}

.GBLOCK--LINK   { cursor: pointer; }
.GBLOCK--HIDDEN { display: none !important; }





#NAV_HOLD {
  cursor: pointer;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgb(0, 0, 0);
}

#NAV_HOLD .NAV_INNER {
  position: relative;
  z-index: 1;
}

#NAV_HOLD:hover {
  background: #16ffda;
}



.GBLOCK--LINK:hover {
  border-color: var(--c-accent);
  background: rgba(0,0,0,0.6);
}

button.GBLOCK:hover,
a.GBLOCK:hover {
  background: #16ffda;
  border-color: #16ffda;
}

button.GBLOCK:hover .GBLOCK_LABEL,
a.GBLOCK:hover .GBLOCK_LABEL {
  color: #000;
}








#NAV_CARD {
  position: fixed;
  left: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 170px;
  z-index: 10;
  pointer-events: none;
  border: 1px solid rgb(0, 0, 0);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#NAV_CARD .GBLOCK {
  position: relative;
  width: 100%;
  border: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: auto;
}

#NAV_CARD #NAV_HOLD {
  width: 100%;
  height: 140px;
}

.NAV_INNER {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.NAV_LOGO {
  width: 70%;
  height: auto;
  display: block;
  pointer-events: none;
}

#NAV_HOLD:hover .NAV_LOGO {
  filter: brightness(0);
}


.NAV_ROW {
  display: flex;
  align-items: center;
  gap: 20px;
  pointer-events: none;
}

.NAV_ROW .GBLOCK {
  width: 170px;
  flex-shrink: 0;
  pointer-events: auto;
}

.NAV_ROW_LABEL {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1;
  color: var(--c-text);
  text-transform: uppercase;
  pointer-events: none;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
}

body.panel-open .NAV_ROW_LABEL {
  opacity: 0;
  visibility: hidden;
}

.NAV_SOCIALS         { display: flex; gap: 0; }
.NAV_SOCIALS .GBLOCK { flex: 1; }

#NAV_ARIS   { height: clamp(50px, 7vw, 90px); overflow: hidden; justify-content: center; padding-left: 0; }

#NAV_ARIS::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 2px #16ffda;
  opacity: 0;
  pointer-events: none;
}

#NAV_ARIS:hover::after {
  opacity: 1;
}
#NAV_GLYPHE { height: clamp(36px, 4.5vw, 56px); justify-content: center; padding: 8px; }

#NAV_GLYPHE img {
  width: auto;
  height: 100%;
  max-height: 27px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
#NAV_DSNS   { height: clamp(36px, 4.5vw, 56px); }
#NAV_ABOUT  { height: clamp(36px, 4.5vw, 56px); }
#NAV_STORE  { height: clamp(36px, 4.5vw, 56px); }
#NAV_X,
#NAV_YT     { height: 36px; flex: 1; justify-content: center; padding-left: 0; }











.PANEL {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 20;
  top: 20px;
  bottom: 20px;
  left: 210px;
  width: calc(100vw - 210px - 20px);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgb(0, 0, 0);
  overflow: hidden;
}

.PANEL.open {
  opacity: 1;
  pointer-events: auto;
}

.PANEL_HEADER {
  font-size: var(--fs-lg);
  font-family: 'Format-SemiBold', sans-serif;
  letter-spacing: -0.1em;
  color: var(--c-text);
  text-transform: uppercase;
  background: #000;
  padding-left: 20px;
  padding-right: 20px;
  height: 44px;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
}

.PANEL_CLOSE_BTN {
  margin-left: auto;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}

.PANEL_CLOSE_BTN img {
  display: block;
  width: 22px;
  height: 22px;
}

.PANEL_CLOSE_BTN:hover img {
  filter: sepia(100%) saturate(1500%) hue-rotate(135deg) brightness(.8) contrast(20);
}

.PANEL_SCROLL {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}





.ABOUT_ME_IMG {
  float: left;
  width: 140px;
  margin: 0 20px 20px 0;
  object-fit: cover;
}






.ARIS_ROW {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.ARIS_BANNER {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  padding-bottom: 20px;
}

.ARIS_COVER_COL {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ARIS_CREDITS {
  display: flex;
  flex-direction: column;
}

.ARIS_CREDIT_LINE {
  font-size: var(--fs-md);
  line-height: 2;
  color: var(--c-text);
  text-align: left;
  display: block;
}

.CLICKABLE_LINK {
  text-decoration: none;
  cursor: pointer;
  color: var(--c-text);
}
.CLICKABLE_LINK:hover {
  color: var(--c-accent);
}

.ARIS_FOOTER {
  flex-shrink: 0;
  padding: 20px;
  border-top: 1px solid rgb(0, 0, 0);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.ARIS_BTN {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #000;
  text-decoration: none;
  cursor: pointer;
  width: 160px;
  height: clamp(32px, 4vw, 46px);
  padding: 0 12px;
  font-family: 'Format-SemiBold', sans-serif;
  font-size: var(--fs-lg);
  letter-spacing: -0.1em;
  text-transform: uppercase;
  color: var(--c-text);
  text-align: left;
  box-sizing: border-box;
}

.ARIS_BTN:hover {
  background: var(--c-accent);
  color: #000;
}








.STORE_BODY {
  display: flex;
  flex-direction: column;
}

.STORE_IMG_ROW {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  gap: 20px;
  align-items: flex-start;
}

.STORE_SHOWCASE_IMG {
  max-height: 44vh;
  max-width: calc(50% - 10px);
  width: auto;
  height: auto;
  display: block;
}

.STORE_ACQUIRE_BTN { margin-top: 4px; }

.STORE_PRIVACY_LINK {
  font-size: var(--fs-xs);
  letter-spacing: 0.15em;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 4px;
}

.STORE_PRIVACY_LINK:hover {
  color: var(--c-accent);
}

.STORE_ITEM_INFO {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.STORE_ITEM_TITLE {
  font-family: 'Format-SemiBold', sans-serif;
  font-size: var(--fs-lg);
  letter-spacing: normal;
  color: #16ffda;
  text-transform: uppercase;
  line-height: 2;
}

.STORE_ITEM_SPECS {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.STORE_ITEM_PRICE {
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  letter-spacing: 0.08em;
  color: var(--c-accent);
  text-shadow:
    -5px  0  2px  rgba(22,255,218,0.35),
    -11px 0  5px  rgba(22,255,218,0.20),
    -19px 0  9px  rgba(22,255,218,0.10);
}

.STORE_PRICE_WORDS {
  font-size: var(--fs-md);
  letter-spacing: normal;
  color: rgba(255,255,255,0.25);
  vertical-align: middle;
  text-shadow: none;
}



.STORE_LIST {
  display: flex;
  gap: 20px;
}

.STORE_CARD {
  display: flex;
  flex-direction: column;
  gap: 0;
  cursor: pointer;
  width: fit-content;
  background: #000;
  overflow: hidden;
  position: relative;
  border: 2px solid rgb(0, 0, 0);
}

.STORE_CARD:hover {
  border-color: var(--c-accent);
  
}

.STORE_CARD_IMG {
  display: block;
  width: clamp(281px, 32.8vw, 445px);
  height: auto;
}


.STORE_CARD_TITLE {
  font-family: 'Format-SemiBold', sans-serif;
  font-size: var(--fs-md);
  letter-spacing: normal;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 2;
  padding: 8px 12px 2px;
}

.STORE_CARD_PRICE {
  font-size: var(--fs-lg);
  letter-spacing: normal;
  color: var(--c-accent);
  padding: 0 12px 10px;
}
















.DESIGN_GRID {
  display: flex;
  flex-direction: column;
}

.DESIGN_THUMB {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}

.DESIGN_THUMB img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}






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

.GBLOCK_LABEL {
  font-size: var(--fs-lg);
  letter-spacing: 0.45em;
  color: var(--c-text);
  text-transform: uppercase;
  padding-left: 0.45em;
  pointer-events: none;
}

.GBLOCK_ICON {
  width: 65%;
  height: 65%;
  object-fit: contain;
}

.GBLOCK--LINK:hover .GBLOCK_ICON {
  filter: brightness(0);
}

#NAV_GLYPHE:hover img {
  filter: brightness(0);
}

.FOOTER_FIXED {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 11;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.16);
  text-transform: uppercase;
  pointer-events: none;
  margin: 0;
}




@media (max-width: 600px) {
  #NAV_CARD {
    width: 130px;
  }

  #NAV_CARD #NAV_HOLD {
    height: 90px;
  }


  .NAV_ROW .GBLOCK {
    width: 100%;
  }



  #NAV_GLYPHE {
    height: 30px;
    padding: 5px;
  }

  #NAV_DSNS,
  #NAV_ABOUT,
  #NAV_STORE {
    height: 30px;
  }

  #NAV_X,
  #NAV_YT {
    height: 30px;
  }

  body.panel-open #NAV_CARD .NAV_ITEM,
  body.panel-open #NAV_CARD .NAV_SOCIALS {
    display: none;
  }

  .PANEL {
    top: 140px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: auto;
  }

  .STORE_CARD_IMG {
    width: 100%;
    max-width: 100%;
  }


  .STORE_IMG_ROW {
    flex-direction: column;
  }

  .STORE_SHOWCASE_IMG {
    width: 100%;
    max-width: 100%;
    max-height: none;
    height: auto;
  }

  #NAV_TAGLINE {
    font-size: 0.4rem;
  }

  .FOOTER_FIXED {
    bottom: auto;
    top: 20px;
    left: auto;
    right: 20px;
  }

  .PANEL_HEADER {
    font-size: 1rem;
  }
}


