html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  scrollbar-gutter: stable;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/* Fonts */
@font-face {
  font-family: "nonso";
  src: url("../fonts/silka-regular-webfont.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nonso";
  src: url("../fonts/silka-regularitalic-webfont.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "nonso";
  src: url("../fonts/silka-semibold-webfont.woff2") format("woff2");
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "nonso";
  src: url("../fonts/silka-semibolditalic-webfont.woff2") format("woff2");
  font-display: swap;
  font-weight: bold;
  font-style: italic;
}
/* Colors */
/* Fonts */
/* structure */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #E4F165;
  cursor: pointer;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}
*::-webkit-scrollbar-thumb {
  background: #4A5E4D;
  border: 3px solid #E4F165;
  border-radius: 0px;
  cursor: pointer;
}

::selection {
  background-color: #4A5E4D;
  color: #ECECE2;
}

h1 {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 100%;
}

h2 {
  font-weight: bold;
}

small {
  font-size: 0.8em;
}

body {
  background-color: #fff;
  color: #4A5E4D;
  font-family: "nonso", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  padding: 40px;
  font-size: 16px;
}

p {
  text-wrap: balance;
}
p + p {
  margin-top: 0.5em;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

.logo {
  padding: 40px;
  background-color: #E4F165;
  position: fixed;
}
.logo svg {
  height: 40px;
  width: auto;
}

.ball {
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95), height 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  position: fixed;
  top: 0;
  left: -20px;
  z-index: 100000;
  background-color: rgba(228, 241, 101, 0.8);
  border-radius: 50%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ball:after {
  content: "";
  width: 40%;
  height: 40%;
  aspect-ratio: 1/1;
  background: url("../img/cursor.svg") no-repeat center;
  background-size: 110% auto;
}
@media only screen and (max-width: 800px) {
  .ball {
    display: none;
  }
}
.ball.hide {
  width: 5px;
  height: 5px;
  left: -5px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  position: fixed;
  inset: 40px;
  pointer-events: none;
  opacity: 0;
}
.grid > div {
  border: 1px dashed rgba(74, 94, 77, 0.5);
}

.loading {
  position: fixed;
  inset: 0;
  background-color: #E4F165;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000000;
}
.loading .logo svg {
  height: 80px;
  width: auto;
}

.all {
  cursor: none;
}
.all .content {
  background: linear-gradient(0deg, #E4F165, transparent 100vh);
  padding: 40px;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 240px 20px;
}
.all .content > div {
  grid-column: span 3;
}
.all .content .text {
  position: relative;
  z-index: 3;
  padding: 40px;
  padding-bottom: 240px;
  background-color: #E4F165;
}
.all .content .text p {
  font-size: 0.8em;
  line-height: 1.3em;
  text-wrap: balance;
}
.all .content .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  height: 200px;
  background: url("../img/texture_02.jpg") no-repeat center;
  mix-blend-mode: multiply;
}
.all .content .text.text_01:after {
  background: url("../img/texture_02.jpg") no-repeat center;
}
.all .content .text.text_02 {
  grid-column: 2/span 4;
}
.all .content .text.text_02:after {
  background: url("../img/texture_05.jpg") no-repeat center;
}
.all .content .text:has(.project-specs) {
  grid-column: -7/-1;
  background-color: #4A5E4D;
  color: #ECECE2;
}
.all .content .text:has(.project-specs) .project-specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5em 0;
}
.all .content .text:has(.project-specs) .project-specs dt {
  width: 30%;
  font-size: 0.7em;
  text-transform: uppercase;
}
.all .content .text:has(.project-specs) .project-specs dd {
  width: 70%;
  padding-left: 0.5em;
}
.all .content .image-01 {
  grid-column: span 12;
  margin: -40px -40px 0 -40px;
  height: 100vh;
  position: relative;
  z-index: -1;
}
.all .content .image-01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all .content .video-intro {
  grid-column: span 5;
}
.all .content .text_intro {
  grid-column: span 3;
  margin-top: 50vh;
  z-index: 10;
}
.all .content .text_intro h1 i {
  font-size: 0.8em;
}
.all .content .text_intro .dateplace {
  display: flex;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-block: 20px 0.5em;
}
.all .content .text_intro .dateplace .place:before {
  content: "/";
  margin-inline: 0.3em;
}
.all .content .text_intro h2 {
  font-size: 0.9em;
  font-weight: normal;
}
.all .content .text_intro:after {
  background: url("../img/texture_01.jpg") no-repeat center;
}
.all .content .image-02 {
  margin: 40px 40px 0 -40px;
  grid-column: span 4;
  width: calc(100% + 40px);
}
.all .content .image-02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all .content .image-03 {
  grid-column: span 2;
}
.all .content .image-04 {
  grid-column: span 8;
}
.all .content .image-05 {
  position: relative;
  z-index: 2;
  grid-column: span 8;
  background-color: #ECECE2;
}
.all .content .image-05 img {
  mix-blend-mode: multiply;
}
.all .content .image-06 {
  grid-column: 7/-1;
  background-color: #ECECE2;
  padding: 40px;
  margin: 0 -40px 0 0;
  width: calc(100% + 40px);
}
.all .content .image-06 img {
  mix-blend-mode: multiply;
}
.all .content .image-07 {
  grid-column: span 8;
  margin: -40px -120px 160px 0;
  width: calc(100% + 40px);
}
.all .content .colofon {
  grid-column: 1/2;
  z-index: 10;
}
.all .content .colofon svg {
  width: 100%;
  height: auto;
}

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