@font-face {
  font-family: "Casta";
  src: url("/files/theme/public/assets/Casta-Thin.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casta";
  src: url("/files/theme/public/assets/Casta-ThinSlanted.otf") format("opentype");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Maragsa Display";
  src: url("/files/theme/public/assets/Maragsa-Display.woff2") format("woff2"), url("/files/theme/public/assets/Maragsa-Display.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("/files/theme/public/assets/WorkSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #fff;
  color: #111;
}

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

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

button {
  cursor: pointer;
}

ul,
ol {
  padding-inline-start: 1.25em;
}

:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.05;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4 {
  margin-block: 0 1rem;
  font-weight: 600;
  line-height: 1.15;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}

h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

p {
  margin-block: 0 1rem;
  text-wrap: pretty;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.text--tiny {
  font-size: 0.9375rem;
  line-height: 1.05;
}

.text--xsmall {
  font-size: 1rem;
  line-height: 1.05;
}

.text--small {
  font-size: 1.125rem;
  line-height: 1.05;
}

.text--default {
  font-size: 1.25rem;
  line-height: 1.05;
}

.text--large {
  font-size: clamp(1.5rem, 1.0599rem + 1.8779vw, 2.75rem);
  line-height: 1.05;
}

.text--xlarge {
  font-size: clamp(1.75rem, 1.1338rem + 2.6291vw, 3.5rem);
  line-height: 1.05;
}

.text--2xlarge {
  font-size: clamp(2rem, 1.1197rem + 3.7559vw, 4.5rem);
  line-height: 1.05;
}

.text--3xlarge {
  font-size: clamp(2.25rem, 1.0176rem + 5.2582vw, 5.75rem);
  line-height: 1.05;
}

.text--4xlarge {
  font-size: clamp(2.5rem, 0.8275rem + 7.1362vw, 7.25rem);
  line-height: 1.05;
}

.text--5xlarge {
  font-size: clamp(2.75rem, 0.4613rem + 9.7653vw, 9.25rem);
  line-height: 1.05;
}

.text--2xlarge,
.text--3xlarge,
.text--4xlarge,
.text--5xlarge {
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.weight--light {
  font-weight: 300;
}

.weight--regular {
  font-weight: 400;
}

.weight--medium {
  font-weight: 500;
}

.weight--semibold {
  font-weight: 600;
}

.weight--bold {
  font-weight: 700;
}

.font--sans {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.font--accent {
  font-family: "Casta", Georgia, serif;
  font-style: italic;
}

.font--accent-upright {
  font-family: "Casta", Georgia, serif;
  font-style: normal;
}

.color--brand-1 {
  color: #9caf88;
}

.color--brand-2 {
  color: #6b705c;
}

.color--brand-3 {
  color: #e3d5b8;
}

.color--brand-4 {
  color: #c8874b;
}

.color--dark {
  color: #1f3a3d;
}

.color--gray {
  color: #5a6650;
}

.color--darkgray {
  color: #3a3a38;
}

.color--text {
  color: #111;
}

.color--light {
  color: #f5f0e6;
}

.lead {
  font-size: clamp(1.25rem, 1.118rem + 0.5634vw, 1.625rem);
  line-height: 1.45;
  color: #6b6b6b;
}

.measure--medium {
  max-width: 60ch;
}

.align--center {
  text-align: center;
}
.align--center.measure--medium {
  margin-inline: auto;
}

.transform--uppercase {
  text-transform: uppercase;
}

.tracking--wider {
  letter-spacing: 0.08em;
}

.has-article-background {
  position: relative;
  isolation: isolate;
}
.has-article-background > *:not(.article-background) {
  position: relative;
  z-index: 1;
}

.article-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.article-background img,
.article-background video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bg--brand-1 {
  background-color: #9caf88;
}

.bg--brand-2 {
  background-color: #6b705c;
}

.bg--brand-3 {
  background-color: #e3d5b8;
}

.bg--brand-4 {
  background-color: #c8874b;
}

.bg--dark {
  background-color: #1f3a3d;
}

.bg--gray {
  background-color: #5a6650;
}

.bg--darkgray {
  background-color: #3a3a38;
}

.bg--text {
  background-color: #111;
}

.bg--light {
  background-color: #f5f0e6;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

#container {
  flex: 1;
}

.inside {
  width: 100%;
  padding: 0;
}

.is-narrow .inside,
.inside.is-narrow {
  max-width: 48rem;
}

.preset--full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.preset--hero {
  box-sizing: border-box;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  background: #fff;
  color: #f5f0e6;
  padding: 3rem;
  padding-left: 30dvw;
}
.preset--hero .article-background {
  background-color: #000;
}
.preset--hero .article-background img {
  opacity: 0.6;
}

.preset--split {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 48rem) {
  .preset--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}

@media (min-width: 48rem) {
  .preset--text-left > :first-child {
    order: 1;
  }
  .preset--text-left > :nth-child(2) {
    order: 2;
  }
}

.preset--text-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 4.5rem;
}
.preset--text-right .content-text {
  grid-column: 2;
}
@media (min-width: 48rem) {
  .preset--text-right > :first-child {
    order: 2;
  }
  .preset--text-right > :nth-child(2) {
    order: 1;
  }
}

.preset--columns {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 48rem) {
  .preset--columns {
    gap: 3rem;
  }
}

@media (min-width: 48rem) {
  .preset--columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 48rem) {
  .preset--columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .preset--columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.preset--width-narrow {
  max-width: 60ch;
  margin-inline: auto;
}

.preset--width-default {
  max-width: 90rem;
  margin-inline: auto;
}

.preset--width-wide {
  max-width: 110rem;
  margin-inline: auto;
}

.preset--width-full {
  max-width: none;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.preset--align-left {
  text-align: left;
}

.preset--align-right {
  text-align: right;
}

.preset--align-center {
  text-align: center;
}
.preset--align-center.preset--width-narrow, .preset--align-center.preset--width-default {
  margin-inline: auto;
}

.preset--space-top-none {
  margin-block-start: 0;
}

.preset--space-bottom-none {
  margin-block-end: 0;
}

.preset--space-top-sm {
  margin-block-start: 1rem;
}

.preset--space-bottom-sm {
  margin-block-end: 1rem;
}

.preset--space-top-md {
  margin-block-start: 1.5rem;
}

.preset--space-bottom-md {
  margin-block-end: 1.5rem;
}

.preset--space-top-lg {
  margin-block-start: 3rem;
}

.preset--space-bottom-lg {
  margin-block-end: 3rem;
}

.preset--space-top-xl {
  margin-block-start: 6rem;
}

.preset--space-bottom-xl {
  margin-block-end: 6rem;
}

#header {
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  color: #f5f0e6;
  padding-inline: 1.5rem;
}
#header .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1rem;
}

.nav-toggle {
  padding: 0.25rem 0.5rem;
  background: none;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
}
@media (min-width: 48rem) {
  .nav-toggle {
    display: none;
  }
}

.mod_navigation ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mod_navigation a,
.mod_navigation strong.active {
  display: block;
  padding-block: 0.25rem;
  text-decoration: none;
}
.mod_navigation strong.active {
  text-decoration: underline;
}
.mod_navigation[data-nav] {
  display: none;
}
.mod_navigation[data-nav].is-open {
  display: block;
}
@media (min-width: 48rem) {
  .mod_navigation[data-nav], .mod_navigation[data-nav].is-open {
    display: block;
  }
  .mod_navigation ul {
    flex-direction: row;
    gap: 1.5rem;
  }
}

#footer {
  margin-block-start: 6rem;
  padding-block: 3rem;
  border-top: 1px solid #e4e4e4;
  color: #6b6b6b;
  font-size: 0.875rem;
}
#footer a {
  text-decoration: none;
}

#Hero {
  box-sizing: border-box;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  background: #fff;
  color: #f5f0e6;
  text-transform: uppercase;
  z-index: -1;
}
#Hero .article-background {
  position: fixed;
  z-index: -1;
  background-color: #000;
}
#Hero .article-background img {
  opacity: 0.6;
}
#Hero .rte {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
}

#Showreel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#About {
  background: #fff;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 6rem 1.5rem;
}
#About .content-text {
  width: 50%;
  text-transform: uppercase;
}

#Position {
  box-sizing: border-box;
  height: calc(100dvh - 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #f5f0e6;
  text-transform: uppercase;
  position: relative;
}
#Position .article-background {
  background-color: #000;
}
#Position .article-background img {
  opacity: 0.2;
}
#Position .rte {
  perspective: 1200px;
}
#Position p {
  perspective: 1200px;
  transform-origin: center;
}
#Position span {
  position: absolute;
  text-align: center;
  transform-origin: center center;
  left: 50%;
  backface-visibility: hidden;
  white-space: nowrap;
  font-weight: 900;
}
#Position span:nth-child(1) {
  color: #FAF6E9;
  animation: rotateX linear 4s 0s infinite;
}
#Position span:nth-child(2) {
  color: #5B74FD;
  animation: rotateX linear 4s -3s infinite;
}
#Position span:nth-child(3) {
  color: #FAF6E9;
  animation: rotateX linear 4s -2s infinite;
}
#Position span:nth-child(4) {
  color: #5B74FD;
  animation: rotateX linear 4s -1s infinite;
}

@keyframes rotateX {
  0% {
    transform: translateX(-50%) rotateX(0deg) translateZ(40px);
  }
  100% {
    transform: translateX(-50%) rotateX(360deg) translateZ(40px);
  }
}
@media (prefers-reduced-motion: reduce) {
  #wrapper {
    transition: none;
  }
}
[data-anim=parallax] {
  overflow: hidden;
}
[data-anim=parallax] img,
[data-anim=parallax] video {
  will-change: transform;
}

[data-anim=marquee] {
  overflow: hidden;
  white-space: nowrap;
}
[data-anim=marquee].marquee--ready {
  display: flex;
  flex-wrap: nowrap;
}
[data-anim=marquee] .marquee__track {
  flex: 0 0 auto;
  padding-inline-end: 3rem;
  will-change: transform;
}

[data-anim=fixed] {
  position: sticky;
  top: 0;
}
[data-anim=fixed] .article-background {
  position: absolute;
  inset: 0;
}

[data-anim=fixed] + * {
  position: relative;
  z-index: 1;
}

#smooth-wrapper {
  min-height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  [data-anim=marquee] .marquee__track {
    animation: none !important;
    transform: none !important;
  }
}
.button {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #111;
  color: #fff;
  border: 1px solid #111;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.button:hover {
  background-color: transparent;
  color: #111;
  opacity: 1;
}
.button--ghost {
  background-color: transparent;
  color: #111;
}
.button--ghost:hover {
  background-color: #111;
  color: #fff;
}

.mod_navigation ul li a, .mod_navigation ul li strong, .mod_navigation ul li strong.active {
  text-transform: uppercase;
  text-decoration: none;
}

.mod_logo a {
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 120px;
}

.mod_project {
  position: relative;
  text-decoration: none;
}
.mod_project picture {
  background: #1f3a3d;
}
.mod_project picture img {
  width: 100%;
  height: auto;
  opacity: 1;
}
.mod_project .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #f5f0e6;
  display: none;
  align-items: center;
  justify-content: center;
}
.mod_project:hover .text {
  display: flex;
}
.mod_project:hover picture img {
  opacity: 0.3;
}
.mod_project .info {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.5rem;
  font-size: 12px;
}
.mod_project .info .name {
  font-weight: bold;
}

.ce_text,
.ce_image,
.ce_gallery,
.ce_headline,
.ce_hyperlink {
  margin-block-end: 3rem;
}

figure {
  margin: 0;
}
figure figcaption {
  margin-block-start: 0.5rem;
  color: #6b6b6b;
  font-size: 0.875rem;
}

.ce_gallery ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.float_left {
  float: left;
  margin-inline-end: 1.5rem;
}

.float_right {
  float: right;
  margin-inline-start: 1.5rem;
}