@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
html, body {
  background-color: #E9DAC6;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img {
  font-size: 0;
  color: transparent;
}

.sr-only {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

nav, main, section, article, aside, footer {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a, a:visited {
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  text-decoration-line: underline;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

html {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: black;
  color: white;
}

::-moz-selection {
  background-color: black;
  color: white;
}

@font-face {
  font-family: "Riposte";
  src: url("../fonts/Riposte-Regular.woff2") format("woff2"), url("../fonts/Riposte-Regular.woff") format("woff"), url("../fonts/Riposte-Regular.eot") format("eot");
  font-weight: normal;
}
@font-face {
  font-family: "Riposte";
  src: url("../fonts/Riposte-Heavy.woff2") format("woff2"), url("../fonts/Riposte-Heavy.woff") format("woff"), url("../fonts/Riposte-Heavy.eot") format("eot");
  font-weight: bold;
}
@font-face {
  font-family: "MonostenPro";
  src: url("../fonts/MonostenProRegular.woff2") format("woff2"), url("../fonts/MonostenProRegular.woff") format("woff");
  font-weight: normal;
}
body {
  font-family: "Riposte";
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 16px;
}

.mono {
  font-family: "MonostenPro";
  font-weight: normal;
}
.mono h1,
.mono h2,
.mono h3,
.mono h4,
.mono h5,
.mono h6,
.mono p,
.mono a,
.mono ul,
.mono li,
.mono ol {
  font-weight: normal;
}

.button-link {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4.5px;
  color: black;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
@media (hover: hover) and (pointer: fine) {
  .button-link:hover, .button-link:focus, .button-link.active {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4.5px;
    outline: none;
  }
}
.button-link.disabled {
  visibility: hidden;
}
@media screen and (max-width: 631px) {
  .button-link {
    font-size: 16px;
  }
}

.button-icon {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.slider-wrapper {
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.slide.whiteBackground {
  background-color: white;
}
@supports (padding-top: env(safe-area-inset-top)) {
  .slide.whiteBackground::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: env(safe-area-inset-top);
    background-color: white;
    z-index: 700;
  }
}

@media (orientation: landscape) {
  .slider-wrapper .slide img.fullscreenDesktop {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    padding: 0;
    margin: 0;
  }
}
@media (orientation: portrait) {
  .slider-wrapper .slide img.fullscreenMobile {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.slider-wrapper .slider-container {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slider-wrapper .slider {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-wrapper .slides-container {
  height: 100dvh;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.slider-wrapper .slide {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-wrapper .slide img {
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  visibility: visible;
  margin: 0 auto;
  padding: 0;
  flex-shrink: 0;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.slider-wrapper .slide img.image-loaded {
  opacity: 1;
}
.slider-wrapper .slide img.image-error {
  background-color: #f0f0f0;
}
.slider-wrapper .slide img.image-error::after {
  content: "Image failed to load";
  display: block;
  text-align: center;
  padding: 20px;
  color: #666;
}

.slider-wrapper .slide img {
  margin: 0;
}

.slider-wrapper .slide img.landscape {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: unset;
  aspect-ratio: 7/5;
  padding: 0 20px;
}
@media screen and (min-width: 576px) {
  .slider-wrapper .slide img.landscape {
    padding: 0;
    width: auto;
  }
}
@media screen and (orientation: landscape) and (min-width: 576px) {
  .slider-wrapper .slide img.landscape {
    height: 66.6vh;
  }
}
@media screen and (orientation: portrait) and (min-width: 576px) {
  .slider-wrapper .slide img.landscape {
    width: 80vw;
  }
}

.slider-wrapper .slide img.portrait {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: unset;
  aspect-ratio: 3/4;
  padding: 0 20px;
}
@media screen and (min-width: 576px) {
  .slider-wrapper .slide img.portrait {
    padding: 0;
    width: auto;
    height: 70vh;
  }
}
@media screen and (orientation: portrait) and (min-width: 576px) {
  .slider-wrapper .slide img.portrait {
    height: 66.6vh;
  }
}

.slider-wrapper .slide img.square {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: unset;
  aspect-ratio: 7/5;
  padding: 0 20px;
}
@media screen and (min-width: 576px) {
  .slider-wrapper .slide img.square {
    padding: 0;
    width: auto;
  }
}
@media screen and (orientation: landscape) and (min-width: 576px) {
  .slider-wrapper .slide img.square {
    height: 66.6vh;
  }
}
@media screen and (orientation: portrait) and (min-width: 576px) {
  .slider-wrapper .slide img.square {
    width: 80vw;
  }
}

.slider-wrapper .slide img.landscape.removeAspectRatio,
.slider-wrapper .slide img.portrait.removeAspectRatio,
.slider-wrapper .slide img.square.removeAspectRatio {
  aspect-ratio: unset !important;
}

/* --- Navigation Buttons --- */
.slider-nav {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 100vh;
  width: 50vw;
  z-index: 2;
  position: fixed;
  border: none;
  top: 0;
  bottom: 0;
  background-color: transparent;
  user-select: none;
  outline: none;
}
.slider-nav:focus {
  outline: none;
}

.slider-nav.prev {
  left: 0px;
  cursor: w-resize;
}

.slider-nav.next {
  right: 0px;
  cursor: e-resize;
}

@media (hover: hover) and (pointer: fine) {
  .slider-nav {
    display: block;
  }
}
#info-btn {
  cursor: pointer;
}

/* The disabled state for the info button */
#info-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Accordion styles (initially hidden, shown by clicking Info btn) */
.accordion-container {
  margin-top: 1rem;
  padding: 1rem;
}

.accordion-item {
  margin-bottom: 1rem;
}

.accordion-item h4 {
  margin: 0 0 0.5rem 0;
}

.slider-wrapper .slides-container {
  transform: none;
  transition: none;
}

.slider-wrapper .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: none;
}
.slider-wrapper .slide.is-visible {
  opacity: 1;
  visibility: visible;
}

@-moz-document url-prefix() {
  .slide img {
    image-rendering: crisp-edges;
  }
}
/* Add this to your style.css file */
.accordion-overlay {
  position: fixed;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: none;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #FF4300;
  border-radius: 6px;
  padding: 30px 25px 25px 25px;
  font-size: 13px;
  color: black;
  width: 484px;
  height: auto;
  overflow-y: auto;
  cursor: grab !important;
}
.accordion-overlay:active {
  cursor: grabbing !important;
}

.accordion-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.accordion-content-inner {
  padding: 0;
  height: auto;
  overflow: visible;
}
.accordion-content-inner .accordion-item {
  margin-bottom: 0.5em;
}
.accordion-content-inner .accordion-item h3, .accordion-content-inner .accordion-item h4 {
  font-size: 13px;
  display: inline;
  user-select: none;
}
.accordion-content-inner .accordion-item h3:after, .accordion-content-inner .accordion-item h4:after {
  content: " : ";
}
.accordion-content-inner .accordion-item p, .accordion-content-inner .accordion-item div {
  margin: 0;
  display: inline;
  user-select: none;
}

.close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-button svg {
  width: 25px;
  height: 25px;
}
.close-button:hover svg {
  stroke: rgba(255, 255, 255, 0.8);
}

@media (max-width: 630px) {
  .accordion-overlay {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    width: calc(100vw - 60px) !important;
    height: auto;
    position: fixed;
    cursor: default;
    z-index: 200;
    transition: opacity 0.1s ease, visibility 0.1s ease;
  }
  .accordion-overlay.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.accordion-overlay.is-dragging {
  transition: none;
  user-select: none;
}

.voile {
  z-index: 50;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #E9DAC6;
}
.voile.whiteBg {
  background-color: white;
}
@media (max-width: 630px) {
  .voile {
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .voile.is-visible {
    opacity: 0.75;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (min-width: 631px) {
  .voile {
    display: none;
  }
}

.project-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  padding: 20px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.info-header {
  position: relative;
}

.project-info-text {
  font-size: 18px;
  /* Prevents layout jump when empty */
  display: flex;
  align-items: baseline;
  user-select: none;
}
@media screen and (max-width: 631px) {
  .project-info-text {
    font-size: 16px;
    flex-direction: column;
    max-width: 66.6vw;
  }
}
.project-info-text h2 {
  margin-right: 0.25em;
  font-size: 18px;
}
@media screen and (max-width: 631px) {
  .project-info-text h2 {
    font-size: 16px;
    display: block;
  }
}
.project-info-text h2 + p:before {
  content: "- ";
}
@media screen and (max-width: 631px) {
  .project-info-text h2 + p:before {
    content: "";
  }
}
.project-info-text h2 + p {
  text-wrap: pretty;
}

@media screen and (max-width: 631px) {
  #info-btn span {
    display: none;
  }
}
#info-btn svg {
  display: none;
}
@media screen and (max-width: 631px) {
  #info-btn svg {
    display: block;
  }
}

header {
  padding: 20px 12px 20px 20px;
  z-index: 9;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 8px);
}
@media screen and (max-width: 768px) {
  header {
    padding: 15px 12px 20px 20px;
  }
}
header .brand {
  cursor: pointer;
}
header .logo {
  width: 165px;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 150px;
  }
}
header.has_bg {
  background-color: #FF4300;
}

#about-panel header {
  position: relative;
}

#about-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #FF4300;
  z-index: 10;
  font-size: 18px;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  scrollbar-width: none;
}
#about-panel::-webkit-scrollbar {
  display: none;
  width: 0;
}
#about-panel.is-visible {
  transition: none;
}
@media screen and (max-width: 631px) {
  #about-panel {
    font-size: 16px;
  }
}
#about-panel a {
  text-decoration-thickness: 1.25px;
  text-underline-offset: 5px;
  text-decoration-line: underline;
  line-height: 1.5em;
}
#about-panel .brand {
  cursor: pointer;
}
#about-panel header {
  flex: none;
}
#about-panel.is-visible {
  opacity: 1;
  visibility: visible;
}

.row {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  flex: 1;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  opacity: 0;
}
@media screen and (min-width: 997px) {
  .row {
    flex-direction: row;
  }
}
@media screen and (max-width: 996px) {
  .row .column:first-child {
    order: 2;
  }
  .row .column:last-child {
    order: 1;
  }
}
.row .column:first-child {
  margin-right: 140px;
}
@media screen and (max-width: 1120px) {
  .row .column:first-child {
    margin-right: 80px;
  }
}
@media screen and (max-width: 996px) {
  .row .column:first-child {
    margin-right: 0;
    margin-top: 2.5em;
    padding-bottom: 40px;
  }
}

.column {
  margin-top: 40px;
  flex: 0 0 auto;
  max-width: 547px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 996px) {
  .column {
    margin-top: 0;
    max-width: 100%;
  }
}
.column p {
  line-height: 1.6;
}
.column p:not(:last-child) {
  margin-bottom: 1em;
}
.column a {
  color: inherit;
  text-decoration: underline;
}

#about-btn svg {
  display: none;
  position: relative;
  top: -10px;
  right: -10px;
}
#about-btn.panel-open span {
  display: none;
}
#about-btn.panel-open svg {
  display: block;
}

#close-btn {
  position: fixed;
  top: 7px;
  right: 7px;
}
#close-btn svg {
  width: 50px;
}
@media screen and (max-width: 996px) {
  #close-btn {
    right: 5px;
    top: 5px;
  }
  #close-btn svg {
    width: 45px;
  }
}

#about-panel .link-container {
  padding: 15px 20px 20px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex: none;
}
#about-panel .link-container a {
  display: inline-block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #about-panel .link-container a:hover, #about-panel .link-container a:focus {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4.5px;
    outline: none;
  }
}
@media screen and (max-width: 768px) {
  #about-panel .link-container {
    justify-content: flex-start;
  }
}

#about-panel.is-visible .row {
  transform: translateY(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 1;
}

.mentions-page {
  padding: 20px 20px 0 20px;
  max-width: 790px;
  padding-bottom: 60px;
  font-size: 18px;
}
@media screen and (max-width: 631px) {
  .mentions-page {
    font-size: 16px;
  }
}
.mentions-page .mentions-text {
  margin-top: 40px;
}
@media screen and (max-width: 996px) {
  .mentions-page {
    margin-top: 0;
    max-width: 100%;
  }
}
.mentions-page h1 {
  font-size: 18px;
  margin-bottom: 3em;
}
@media screen and (max-width: 631px) {
  .mentions-page h1 {
    font-size: 16px;
  }
}
.mentions-page h2 {
  font-size: 18px;
  font-weight: normal;
  text-decoration-thickness: 1.25px;
  text-underline-offset: 4px;
  text-decoration-line: underline;
  margin-bottom: 1.15em;
  line-height: 1.5em;
}
@media screen and (max-width: 631px) {
  .mentions-page h2 {
    font-size: 16px;
  }
}
.mentions-page p {
  line-height: 1.6;
}

/*# sourceMappingURL=style.css.map */
