@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Inter-Regular.woff2") format("woff2");
}
:root {
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", sans-serif;
}
html, body {
  font-weight: 400;
  color: #2D2D2C;
  text-align: left;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh;
  line-height: 1.4;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
::-moz-selection {
  color: #2D2D2C;
  text-shadow: 0px 0px #2D2D2C, 0px 1px #2D2D2C, 0px 1px #2D2D2C, 0px 1px #2D2D2C;
}
::selection {
  color: #2D2D2C;
  text-shadow: 0px 0px #2D2D2C, 0px 1px #2D2D2C, 0px 1px #2D2D2C, 0px 1px #2D2D2C;
}
#dots {
  display: inline-block;
  width: 1.2ch;
  vertical-align: bottom;
}
#more {
  display: none;
}
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  background-image: radial-gradient(#FFF 85%, transparent 85%), radial-gradient(#FFF 85%, transparent 85%);
  background-size: 5px 5px;
  background-repeat: repeat;
}
ul {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-position: outside;
}
#menu {
  display: flex;
  align-items: center;
  height: 44px;
  text-align: left;
  width: 1200px;
  margin: 0 auto;
}
#menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#menu li {
  display: flex;
  align-items: center;
  height: auto;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: -0.006em;
}
#menu ul li {
  padding: 0 10px;
}
#menu ul li.lightmode {
  display: inline;
}
#menu ul li.darkmode {
  display: none;
}
#menu ul li.desktop {
  display: inline;
}
#menu ul li.device {
  display: none;
}
#menu ul li.new {
  color: #FFB5C0;
  animation: blink-animation 0.8s steps(4, start) infinite;
  -webkit-animation: blink-animation 0.8s steps(4, start) infinite;
}
h1, h2, h3 {
  font-weight: 400;
  color: #2D2D2C;
  padding: 0 10px 0 10px;
  margin: 40px 0 40px 0;
}
h1 {
  font-size: 37px;
  letter-spacing: -0.022em;
  line-height: 45px;
}
h2 {
  font-size: 26px;
  letter-spacing: -0.022em;
  line-height: 32px;
}
h3 {
  font-size: 20px;
  letter-spacing: -0.017em;
  line-height: 28px;
}
ul.custom-list {
  list-style: none;
  padding-left: 2.5em;
  margin: 40px 0 40px 0;
}
ul.custom-list li {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.006em;
  line-height: 20px;
}
ul.custom-list li::before {
  content: "✧";
  position: relative;
  margin-right: 0.75em;
  display: inline-block;
  left: 0.2em;
  z-index: 1;
}
p.button-list {
  margin: 40px 10px 40px 10px;
}
p {
  font-size: 14px;
  letter-spacing: -0.006em;
  line-height: 20px;
  margin: 21px 10px 21px 10px;
  padding: 0;
  text-align: left;
}
p.indent {
  text-indent: 7em;
}
sup {
  font-size: 8px;
  line-height: initial;
}
li {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
}
a {
  color: #2D2D2C;
  text-decoration: none;
}
a:hover, a:active {
  color: #8D8D8C !important;
}
p a {
  margin: 0 0 8px 0;
}
#menu ul li a, button#myBtn {
  margin: 0;
}
p a, #menu ul li a, button#myBtn {
  display: inline-flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding: 2px 8px;
  border-radius: 12px;
  background-color: #F5F5F4;
  letter-spacing: -0.006em;
  text-decoration: none;
  color: #2D2D2C;
  border: none;
  cursor: pointer;
}
button#myBtn:visited {
  color: #2D2D2C;
}
button#myBtn:hover {
  color: #8D8D8C !important;
}
button:focus {
  outline: revert;
}
p a:hover, #menu ul li a:hover, button#myBtn:hover {
  color: #8D8D8C !important;
}
.footer .to-top {
  display: inline-block;
  float: right;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  line-height: 0;
}
.footer .to-top .favicon {
  float: none;
  display: block;
  margin: 0;
  padding: 0 10px;
}
.credits a {
  color: #5D5D5C;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
video {
  max-width: 100%;
  height: auto;
}
.video-lightmode {
  display: block !important;
}
.video-darkmode {
  display: none !important;
}
.docs-lightmode {
  display: inline !important;
}
.docs-darkmode {
  display: none !important;
}
.desktop {
  display: inline;
}
.device {
  display: none;
}
.body-wrapper {
  padding-top: 44px;
  width: 100%;
  margin: 0 auto;
}
.main-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
}
header {
  padding: 90px 0 130px 0;
  line-height: 40px;
}
.cubes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  align-items: start;
}
.cubes > .cube {
  min-height: clamp(320px, 40vw, 617px);
}
.cube img, .cube svg, .cube video, .imgstyle, .imgstyle-nonight {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 617px;
}
.cube {
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0;
}
.imgstyle, .imgstyle-nonight {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 617px;
}
.footer {
  float: left;
  position: static;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
.footer-wrapper {
  width: 1200px;
  height: auto;
  margin: auto;
  padding: 0;
}
footer .credits {
  line-height: 2;
}
.biblio {
  font-size: 9.5px;
  line-height: 1.2em;
  letter-spacing: 0.019em;
  color: #2D2D2C;
  margin: 40px 10px 40px 10px;
  display: grid;
  grid-template-columns: minmax(max-content, 10ch) 1fr;
  gap: 2px 8px;
}
.biblio dt {
  white-space: nowrap;
}
.biblio dd {
  margin: 0;
}
.fig {
  position: absolute;
  align-items: center;
  font-size: 9.5px;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 0.019em;
  margin: 0 10px 0 10px;
  padding: 3px 6px 2px 6px;
  width: fit-content;
  block-size: fit-content;
  bottom: 0;
  left: 0;
  background-color: #f5f5f4;
  color: #2D2D2C;
  border-radius: 8px;
  z-index: 1;
}
video, img {
  border-radius: 9px;
}
.favicon {
  float: right;
  padding: 0 10px 0 10px;
  margin: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.credits {
  font-size: 9.5px;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  color: #2D2D2C;
  padding: 0 10px 0 10px;
  margin: 40px 8px 0 0;
}
.credits a:link, .credits a:visited {
  color: #5D5D5C;
  text-decoration: none;
}
.credits a:hover, .credits a:active {
  color: #9D9D9C;
  text-decoration: none;
}
/* CSS Nightvision */
@media (prefers-color-scheme: dark) {
  html, body {
    background-color: #1B1B1A !important;
    color: #FDFDFC;
  }
  .banner {
    background-image: radial-gradient(#1B1B1A 85%, transparent 85%), radial-gradient(#1B1B1A 85%, transparent 85%);
  }
  #menu ul li.lightmode {
    display: none !important;
  }
  #menu ul li.darkmode {
    display: inline !important;
  }
  #menu ul li a {
    color: #F9F8F7;
    text-decoration: none;
    background-color: #2B2B2A !important;
  }
  #menu ul li a:hover {
    color: #FCFCFB;
  }
  .footer {
    background-color: #1B1B1A !important;
  }
  ::-moz-selection {
    color: #F9F8F7 !important;
    text-shadow: 1px 1px #FDFDFC, 1px 1px #FDFDFC, 1px 1px #FDFDFC, 1px 1px #FDFDFC !important;
  }
  ::selection {
    color: #F9F8F7 !important;
    text-shadow: 1px 1px #FDFDFC, 1px 1px #FDFDFC, 1px 1px #FDFDFC, 1px 1px #FDFDFC !important;
  }
  .imgstyle {
    max-width: 100%;
    height: auto;
    display: block;
    filter: invert(1);
  }
  .imgstyle-nonight {
    max-width: 100%;
    height: auto;
    display: block;
    filter: none;
  }
  p {
    color: #FCFCFB;
  }
  h1, h2, h3 {
    color: #FCFCFB;
  }
  .biblio, .credits {
    color: #FCFCFB;
  }
  .fig {
    background-color: #2B2B2A !important;
    color: #FCFCFB !important;
  }
  .video-lightmode {
    display: none !important;
  }
  .video-darkmode {
    display: block !important;
  }
  .docs-lightmode {
    display: none !important;
  }
  .docs-darkmode {
    display: inline !important;
  }
  p a, #menu ul li a, button#myBtn {
    background-color: #2B2B2A !important;
    color: #FCFCFB;
  }
  p a:hover, #menu ul li a:hover, button#myBtn:hover {
    color: #8D8D8C !important;
  }
  a:active, a:hover {
    color: #8D8D8C;
  }
  .biblio a:link, .biblio a:visited, .credits a:link, .credits a:visited {
    color: #FCFCFB;
    text-decoration: none;
  }
  .biblio a:hover, .biblio a:active, .credits a:hover, .credits a:active {
    color: #9D9D9C;
    text-decoration: none;
  }
  .favicon {
    filter: invert(1);
  }
}
/* CSS Phone */
@media screen and (max-width: 640px) {
  html, body {
    margin: 0;
    padding: 0;
  }
  .banner {
    position: fixed !important;
    left: 0;
    right: 0;
    top: auto !important;
    bottom: 0 !important;
    height: 90px;
    padding-bottom: max(env(safe-area-inset-bottom), 0px);
    transform: translateZ(0);
    will-change: transform;
    justify-content: flex-start !important; 
  }
  #menu {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 0; 
    width: 100%;
  }
  #menu ul li {
    padding: 0;
    margin: 0;
    width: auto;
  }
  #menu ul li a {
    margin-left: 0;
  }
  #menu ul li.desktop {
    display: none !important;
  }
  #menu ul li.device {
    display: inline !important;
  }
  p a, #menu ul li a, button#myBtn {
    font-size: 17px !important;
    line-height: 24px !important;
    padding: 2px 10px;
  }
  h1, h2, h3 {
    margin: 50px 20px 50px 20px;
    padding: 0;
  }
  h1 {
    font-size: 34px !important;
    line-height: 41px;
    letter-spacing: -0.021em;
  }
  h2 {
    font-size: 28px !important;
    line-height: 34px;
    letter-spacing: -0.019em;
  }
  h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.017em;
  }
  ul.custom-list {
    list-style: none;
    padding-left: 2.5em;
  }
  ul.custom-list li {
    position: relative;
    font-size: 17px;
    letter-spacing: -0.013em;
    line-height: 24px !important;
  }
  p.button-list {
    margin: 50px 20px 50px 20px;
  }
  ul.custom-list {
  list-style: none;
  padding-left: 2.5em;
  margin: 50px 0 50px 0;
}
  p {
    font-size: 17px !important;
    line-height: 24px !important;
    letter-spacing: -0.013em;
    margin: 24px 20px 24px 20px;
    padding: 0;
  }
  p.indent {
    text-indent: 5em;
  }
  .main-wrapper {
    width: 100%;
    padding-top: 0 !important;
  }
  .body-wrapper {
    padding-top: 0;
    padding-bottom: 90px;
  }
  header {
    min-height: 100px;
    padding: 0;
  }
  .footer-wrapper {
    width: 100%;
    padding: 0 0 83px 0 !important;
  }
  .imgstyle {
    max-height: none;
    max-width: 100%;
    margin: 0;
  }
  .desktop {
    display: none !important;
  }
  .device {
    display: inline !important;
  }
  .cubes > .cube:has(img), .cubes > .cube:has(svg), .cubes > .cube:has(video) {
    aspect-ratio: 4 / 5;
  }
  .cubes > .cube:has(img) img, .cubes > .cube:has(svg) svg, .cubes > .cube:has(video) video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  @supports not (selector(:has(*))) {
    .cubes > .cube {
      min-height: clamp(180px, 60vw, 360px);
    }
    article .cube {
      min-height: auto;
    }
  }
  .cubes {
    grid-template-columns: repeat(1, 1fr);
    max-width: 1200px;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 0;
  }
  .cube {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: none;
  }
  .cubes > .cube:empty {
    display: none;
  }
  html {
    scroll-padding-top: 0;
  }
  .cubes > .cube {
    min-height: auto;
  }
  article .cube {
    min-height: auto;
  }
  .cube img, .cube svg, .cube video {
    max-height: none;
  }
  article {
    margin-bottom: 90px;
  }
  .biblio {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.008px;
    margin: 50px 20px 50px 20px;
    padding: 0;
  }
  .biblio dd {
    word-break: break-word;
  }
  .fig {
    font-size: 11px;
    letter-spacing: 0.008px;
    margin: 0 20px 0 20px;
    padding: 2px 5px 2px 5px;
  }
  .footer .to-top .favicon {
    padding: 0 20px;
  }
  .credits {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.008px;
    padding: 0 30px 0 20px;
  }
}
/* CSS Tablet */
@media screen and (max-width: 1200px) {
  html, body {
    margin: 0;
    padding: 0;
  }
  .main-wrapper {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 40px 0px 0px 0px;
  }
  .cube {
    height: auto;
  }
  #imgdevicestyle {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .desktop {
    display: inline;
  }
  .device {
    display: none;
  }
}