@import url("https://use.typekit.net/zqu0dss.css");
/*
Theme Name: Hoi Studio
Author: Stefan Gl&ouml;ggl
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 1rem;
}
@font-face {
  font-family: "Bastardo Grotesk";
  src: url("fonts/BastardoGrotesk-Regular.eot");
  src: local("Bastardo Grotesk Regular"), local("BastardoGrotesk-Regular"),
    url("fonts/BastardoGrotesk-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/BastardoGrotesk-Regular.woff2") format("woff2"),
    url("fonts/BastardoGrotesk-Regular.woff") format("woff"),
    url("fonts/BastardoGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Bastardo Grotesk";
  src: url("fonts/BastardoGrotesk-Light.eot");
  src: local("Bastardo Grotesk Light"), local("fonts/BastardoGrotesk-Light"),
    url("fonts/BastardoGrotesk-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/BastardoGrotesk-Light.woff2") format("woff2"),
    url("fonts/BastardoGrotesk-Light.woff") format("woff"),
    url("fonts/BastardoGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
:root {
  /*   --window-visible-height: 100%;
 */
  --max-width-1: 90rem;
  --max-width-2: 70rem;
  --max-width-3: 60rem;

  --spacing-1: 0.3rem;
  --spacing-2: 1rem;
  --spacing-3: 2rem;
  --spacing-4: 5rem;
  --spacing-5: 7.5rem;
  --spacing-6: 10rem;
  --spacing-7: 15rem;

  --padding-desktop: 2rem;
  --padding-mobile: 5%;

  --fs-l: 7rem;
  --fs-m: 2rem;
  --fs-std: 1.7rem;
  --fs-s: 1.2rem;
  --fs-xs: 0.9rem;

  --fw-l: 300;
  --fw-m: 400;
  --fw-b: 500;

  --border-radius: 16px;
  --project-gutter-desktop: 2rem;
  --project-gutter-mobile: 2rem;

  --clr-grey: #c6c6c6;
}
@media (max-width: 50em) {
  :root {
    --spacing-1: 0.3rem;
    --spacing-2: 0.5rem;
    --spacing-3: 1.2rem;
    --spacing-4: 3rem;
    --spacing-5: 5rem;
    --spacing-6: 8rem;
    --spacing-7: 10rem;

    --fs-l: 1.8rem;
    --fs-m: 1.4rem;
    --fs-std: 1.4rem;
    --fs-s: 1rem;
    --fs-xs: 0.7rem;
  }
}
/*--------- BASICS ---------*/
:root {
  scrollbar-color: #c6c6c6 var(--clr-background);
  scrollbar-color: var(--clr-grey) var(--clr-background);
}
html {
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}
body {
  font-family: "Bastardo Grotesk", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  font-size: 1.7rem;
  font-size: var(--fs-std);
  line-height: 130%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/*--------- GENERAL ---------*/
.hide {
  display: none !important;
}
.hidden {
  opacity: 0;
  visibility: hidden;
}
.prevent-scroll {
  overflow: hidden;
  height: 100%;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.img-css {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block {
  display: block;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center {
  text-align: center;
}
.center > * {
  margin-left: auto;
  margin-right: auto;
}
/*--------- FONT STUFF ---------*/
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.light {
  font-weight: 300;
  font-weight: var(--fw-l);
}
.medium {
  font-weight: 400;
  font-weight: var(--fw-m);
}
.strong,
strong,
.bold {
  font-weight: 500 !important;
  font-weight: var(--fw-b) !important;
}
.semibold {
  font-weight: var(--fw-sb);
}
p a {
  cursor: pointer;
  transition: opacity 0.3s;
}
/* p {
  hyphens: auto;
  hyphenate-limit-chars: 6 3 2;
} */
.hd-1,
.hd-2,
.hd-3,
.hd-4,
.hd-5,
h1,
h2,
h3,
h4,
h5 {
  line-height: 130%;
}
.hd-1,
.hd-2,
.hd-3,
.hd-4,
.hd-1 *,
.hd-2 *,
.hd-3 *,
.hd-4 * {
  -webkit-hyphens: none;
          hyphens: none;
}
.hd-1,
.hd-2,
.hd-3,
.hd-4 {
  text-wrap: balance;
}
.fs-xl {
  font-size: var(--fs-xl);
}
.fs-l {
  font-size: 7rem;
  font-size: var(--fs-l);
}
.fs-m {
  font-size: 2rem;
  font-size: var(--fs-m);
}
.fs-std {
  font-size: 1.7rem;
  font-size: var(--fs-std);
}
.fs-s {
  font-size: 1.2rem;
  font-size: var(--fs-s);
}
.fs-xs {
  font-size: 0.9rem;
  font-size: var(--fs-xs);
}
.fw-l {
  font-weight: 300;
  font-weight: var(--fw-l);
}
.fw-m {
  font-weight: 400;
  font-weight: var(--fw-m);
}
.fw-sb {
  font-weight: var(--fw-sb);
}
.fw-b {
  font-weight: 500;
  font-weight: var(--fw-b);
}
/*--------- COLORS ---------*/
.clr-white {
  color: #fff;
}
.clr-black {
  color: var(--clr-black);
}
.clr-dark-grey {
  color: var(--clr-dark-grey);
}
.clr-grey {
  color: #c6c6c6;
  color: var(--clr-grey);
}
.clr-light-grey {
  color: var(--clr-background);
}
.clr-primary {
  color: var(--clr-primary);
}
@media (min-width: 45em) {
  a,
  .akkordeon-titel {
    transition: opacity, 0.3s;
    cursor: pointer;
  }
  /*   a:hover,
  .akkordeon-titel:hover {
    opacity: 0.5;
  }*/
}
.blog-content p + h2 {
  margin-top: 2em;
}
.blog-content p + h3 {
  margin-top: 1.5em;
}
.blog-content li + li,
.blog-content p + ul {
  margin-top: 0em;
}
.blog-content ul + p {
  margin-top: 1.5em;
}
.blog-content ul {
  list-style: circle;
  padding-left: 1.5rem;
}
.blog-content li {
  list-style-type: "–";
  padding-left: 10px;
}
.background-clr {
  background-color: var(--clr-grey-dark);
}
/*--------- FLEX HELPER ---------*/
.flex {
  display: flex;
}
.flex-center {
  align-items: center;
}
.flex-baseline {
  align-items: baseline;
}
.flex-start {
  align-items: flex-start;
}
.flex-end {
  align-items: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.columns {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 45em) {
  .columns {
    flex-direction: row;
  }
  .columns > * {
    flex: 1;
  }
}
/*--------- HIDE OBJECTS ---------*/
@media (max-width: 45em) {
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 60em) {
  .hide-tablet {
    display: none !important;
  }
}
@media (min-width: 45em) {
  .hide-desktop {
    display: none !important;
  }
}
/*--------- CONTAINERS ---------*/
.container {
  margin: 0 auto;
  width: 100%;
  /* max-width: var(--max-width-1); */
  padding-left: 2rem;
  padding-left: var(--padding-desktop);
  padding-right: 2rem;
  padding-right: var(--padding-desktop);
}
@media (max-width: 45em) {
  .container,
  .container-mobile,
  .container-esc-right,
  .container-esc-left {
    padding-left: 5%;
    padding-left: var(--padding-mobile);
    padding-right: 5%;
    padding-right: var(--padding-mobile);
  }
}
/*--------- MAX WIDTH ---------*/
.max-width-1 {
  max-width: 90rem;
  max-width: var(--max-width-1);
}
.max-width-2 {
  max-width: 70rem;
  max-width: var(--max-width-2);
}
.max-width-3 {
  max-width: 60rem;
  max-width: var(--max-width-3);
}
.text-width {
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}
/*--------- MODULES ---------*/
.module + .module,
.module + .clr-module,
.clr-module + .module {
  margin-top: 7.5rem;
  margin-top: var(--spacing-5);
}
.clr-module {
  padding-top: 10rem;
  padding-top: var(--spacing-6);
  padding-bottom: 10rem;
  padding-bottom: var(--spacing-6);
  background-color: var(--clr-dark-grey);
}
/* .module:last-child {
  margin-bottom: var(--spacing-5);
} */
.clr-module .module:last-child {
  margin-bottom: 0;
}
.clr-module:last-child,
.photo-module:last-child {
  margin-bottom: 0;
}
/*--------- FLOWS ---------*/
.adapt-flow > *:not(:last-child) {
  margin-bottom: 0.3em;
}
.gap-1 {
  gap: 0.3rem;
  gap: var(--spacing-1);
}
.gap-2 {
  gap: 1rem;
  gap: var(--spacing-2);
}
.gap-3 {
  gap: 2rem;
  gap: var(--spacing-3);
}
.hflow,
.hflow-1,
.hflow-2,
.hflow-3,
.hflow-4,
.hflow-5,
.gap-1,
.gap-2,
.gap-3 {
  display: flex;
}
.vflow-1 > * + *,
.flow-1 > * + * {
  margin-top: 0.3rem;
  margin-top: var(--spacing-1);
}
.vflow-2 > * + *,
.flow-2 > * + * {
  margin-top: 1rem;
  margin-top: var(--spacing-2);
}
.vflow-3 > * + *,
.flow-3 > * + * {
  margin-top: 2rem;
  margin-top: var(--spacing-3);
}
.vflow-4 > * + *,
.flow-4 > * + * {
  margin-top: 5rem;
  margin-top: var(--spacing-4);
}
.vflow-5 > * + *,
.flow-5 > * + * {
  margin-top: 7.5rem;
  margin-top: var(--spacing-5);
}
.hflow-1 > * + * {
  margin-left: 0.3rem;
  margin-left: var(--spacing-1);
}
.hflow-2 > * + * {
  margin-left: 1rem;
  margin-left: var(--spacing-2);
}
.hflow-3 > * + * {
  margin-left: 2rem;
  margin-left: var(--spacing-3);
}
.hflow-4 > * + * {
  margin-left: 5rem;
  margin-left: var(--spacing-4);
}
.hflow-5 > * + * {
  margin-left: 7.5rem;
  margin-left: var(--spacing-5);
}
@media (min-width: 45em) {
  .flow,
  .flow-1,
  .flow-2,
  .flow-3,
  .flow-4,
  .flow-5 {
    display: flex;
  }

  .flow-1 > * + * {
    margin-left: 0.3rem;
    margin-left: var(--spacing-1);
    margin-top: 0;
  }

  .flow-2 > * + * {
    margin-left: 1rem;
    margin-left: var(--spacing-2);
    margin-top: 0;
  }

  .flow-3 > * + * {
    margin-left: 2rem;
    margin-left: var(--spacing-3);
    margin-top: 0;
  }

  .flow-4 > * + * {
    margin-left: 5rem;
    margin-left: var(--spacing-4);
    margin-top: 0;
  }
  .flow-5 > * + * {
    margin-left: 7.5rem;
    margin-left: var(--spacing-5);
    margin-top: 0;
  }
}
.right-auto {
  margin-right: auto;
}
.left-auto {
  margin-left: auto;
}
.top-auto {
  margin-top: auto;
}
.bottom-auto {
  margin-bottom: auto;
}
/*--------- AKKORDEON ---------*/
.akkordeon-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--clr-primary-1);
}
.em-titel {
  cursor: pointer;
  font-weight: 400;
  font-weight: var(--fw-m);
}
.akkordeon-titel img {
  transition: rotate, 300ms;
}
.akkordeon-content[aria-hidden="false"],
.active-content .akkordeon-content {
  grid-template-rows: 1fr;
}
.akkordeon-content > div {
  overflow: hidden;
}
.akkordeon-content > div > p {
  padding-top: 1.2rem;
}
.akkordeon-item img {
  width: 16px;
  height: auto;
}
.active-content .akkordeon-titel img {
  transform: rotate(180deg);
}
/* ––––––––––––––– LEGAL PAGE ––––––––––––––– */
.legal-container {
  padding-top: 15rem;
  padding-top: var(--spacing-7);
  padding-bottom: 15rem;
  padding-bottom: var(--spacing-7);
}
.legal-container > * + * {
  margin-top: 0.5rem;
}
.legal-container h1,
.legal-container h2,
.legal-container h3,
.legal-container h4,
.legal-container h5 {
  font-weight: 500;
  font-weight: var(--fw-b);
}
.legal-container h1 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  letter-spacing: -0.5px;
}
.legal-container * + h1 {
  margin-top: 5rem;
}
.legal-container h2 {
  margin-top: 3rem;
  padding-top: 3rem;
  font-size: 2.2rem;
  letter-spacing: -0.5px;
}
.legal-container h1 + h2 {
  border-top: none;
}
.legal-container h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 3rem;
}
.legal-container h2 + h3 {
  margin-top: 2rem;
}
.legal-container h4 {
  margin-top: 1.2rem;
}
.legal-container ul li::before {
  content: "–";
  margin-right: 0.5rem;
}
.legal-container strong {
  font-weight: 500 !important;
  font-weight: var(--fw-b) !important;
  color: inherit;
}
.legal-container a {
  color: var(--clr-primary);
  font-weight: 400;
  font-weight: var(--fw-m);
}
/* ––––––––––––––– SPLIDE ––––––––––––––– */
.splide__pagination {
  padding-top: 1rem;
}
.splide__pagination__page {
  background: white;
  border: none;
  padding: 0;
  height: 12px;
  width: 12px;
  border-radius: 10rem;
}
.splide__pagination__page.is-active {
  background: var(--clr-primary);
}
.splide__pagination li + li {
  margin-left: 0.7rem;
}
.splide__track {
  height: 100%;
}
.splide__slide {
  height: 100%;
  width: 100%;
}
.splide__arrows {
  display: flex;
}
.splide__arrow {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  pointer-events: all;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow--prev {
  background-image: url("images/splide-arrow-left.svg");
}
.splide__arrow--next {
  background-image: url("images/splide-arrow-right.svg");
}
/* ––––––––––––––– BROWSER-UPDATE ––––––––––––––– */
body .buorg {
  background-color: white;
  font-size: 1rem;
  font-family: inherit;
}
body #buorgul,
body #buorgig {
  border-radius: 0;
  box-shadow: none;
}
body #buorgul {
  background: var(--clr-primary);
}
body #buorgig {
  background-color: #c6c6c6;
  background-color: var(--clr-grey);
}
/* ––––––––––––––– MAPBOX ––––––––––––––– */
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  background-color: transparent !important;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib * {
  color: white !important;
}
.mapboxgl-popup-content {
  border-radius: 16px !important;
  padding: 1rem !important;
}
.mapboxgl-popup-close-button {
  font-size: 1.5rem !important;
  top: 5px !important;
  right: 5px !important;
  color: #c6c6c6 !important;
  color: var(--clr-grey) !important;
}
a.mapboxgl-ctrl-logo {
  width: 70px !important;
  background-size: contain;
}
.mapboxgl-popup-tip {
  margin-top: -1px !important;
}
.marker {
  height: 4rem;
  width: 4rem;
  background-image: url("images/map-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* ––––––––––––––– LENIS SMOOTH SCROLL ––––––––––––––– */
/* html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.lenis.lenis-smooth #idx-map[data-lenis-prevent] canvas {
  overscroll-behavior: contain;
} */
/*--------- GUTENBERG BLOCKS ---------*/
.wp-block-gallery,
.blog-content p:has(img) {
  margin: 5rem 0;
  margin: var(--spacing-4) 0;
  display: flex;
  gap: 0.5rem;
}
/* 
.wp-block-gallery figure {
  flex: 1 1 50%;
  align-self: stretch;
}
*/
.wp-block-gallery figure img,
.blog-content > p > img {
  max-height: 20rem;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
/*--------- GENERAL ---------*/
.wrapper {
  padding-top: 10rem;
}
/*--------- CURSOR SETUP ---------*/
body {
  cursor: none;
  height: auto !important;
}
*:hover,
a:hover,
input:hover,
textarea:hover {
  cursor: none;
}
.mouse,
.cursor {
  z-index: 100000000;
}
.cursor-arrow-left {
  background-image: url("images/slider-btn-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
  background-color: white !important;
  width: 60px !important;
  height: 60px !important;
}
.cursor-arrow-right {
  background-image: url("images/slider-btn-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
  width: 60px !important;
  height: 60px !important;
  background-color: white !important;
}
/*--------- TEXT STYLES ---------*/
p {
  max-width: 70ch;
}
@media (max-width: 45em) {
  p,
  .hd-1,
  .hd-2,
  .hd-3 {
    max-width: 88vw;
  }

  .hd-1 p,
  .hd-2 p,
  .hd-3 p {
    max-width: none;
  }
}
p strong,
h1 strong,
h2 strong {
  font-weight: inherit !important;
}
.home-intro p strong {
}
/*--------- HEADER ---------*/
.site-header {
  width: 100%;
  z-index: 2000;
  font-size: 1.2rem;
  font-size: var(--fs-s);
  font-weight: 400;
  font-weight: var(--fw-m);
  line-height: 120%;
  position: fixed;
  transition: transform 0.3s;
  background: white;
}
.site-header > div {
  border-bottom: 1px solid black;
  padding-top: 1rem;
  padding-top: var(--spacing-2);
  padding-bottom: 1rem;
  padding-bottom: var(--spacing-2);
}
.site-header div:nth-child(2) {
  width: 50%;
}
.mobile-menu-open .site-header {
  background: none;
}
.site-header > div:first-child p {
  display: none;
}
.site-header div:first-child {
  margin-right: auto;
}
.site-header ul li + li {
  margin-left: 1.5rem;
}
.header p:first-child {
  margin-right: auto;
}
.site-header * {
  white-space: nowrap;
}
.site-header ul {
  display: flex;
}
.site-header li:not(:last-child):after {
  content: ",";
  display: inline;
}
.site-header-cta::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("images/arrow-right.svg") no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
}
/*--------- HEADER COLORS ---------*/
.page-work .site-header .menu-link-work,
.page-about .site-header .menu-link-about,
.page-contact .site-header .menu-link-contact {
  transition: color 0.3s;
  color: #c6c6c6;
  color: var(--clr-grey);
}
/*--------- HOVER EFFECT ---------*/
.site-header a,
.contact-text a {
  transition: 0.3s;
}
.site-header a:hover,
.contact-text a:hover {
  color: #c6c6c6;
  color: var(--clr-grey);
}
/*--------- MOBILE MENU ---------*/
#mobile-menu {
  display: flex;
  flex-direction: column;
  padding: 2rem 5%;
  padding: 2rem var(--padding-mobile);
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 500;
  visibility: hidden;
  font-size: 7rem;
  font-size: var(--fs-l);
}
#mobile-menu ul {
  margin-top: auto;
  margin-bottom: auto;
}
#mobile-menu ul li + li {
  padding-top: 1rem;
  border-top: 1px solid black;
}
#mobile-menu div {
  font-size: 2rem;
  font-size: var(--fs-m);
  line-height: 120%;
}
#mobile-menu div > * {
  display: block;
}
#menu-icon {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 16px;
}
#menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: background-color 0.3s;
  border-radius: 1px;
}
/* .mobile-menu-open #menu-icon span {
  background-color: white;
} */
.site-header-logo {
  transition: color 0.3s;
}
/* .mobile-menu-open .site-header-logo {
  color: white;
} */
#menu-icon span:first-of-type {
  top: 0;
}
#menu-icon span:last-of-type {
  bottom: 0;
}
/*--------- HOI LOADER ---------*/
.hoi-module {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3000;
  margin-bottom: 2rem;
  pointer-events: none;
}
.hoi-module a {
  font-size: 7rem;
  font-size: var(--fs-l);
  letter-spacing: -0.02em;
  line-height: 1em;
  display: inline-block;
  overflow: hidden;
  pointer-events: auto;
}
.hoi-module span {
  display: inline-block;
}
.loading-bar {
  width: 100%;
  height: 2px;
  background: black;
}
/*--------- HOME ---------*/
.home-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 3rem;
}
.home-project-imgs {
  height: 100%;
  width: 100%;
}
.home-project-imgs img {
  width: 30rem;
  height: auto;
  top: 10rem;
  right: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-feature {
  width: 40vw;
  width: clamp(20rem, 50vw, 30rem);
  height: 40vw;
  height: clamp(20rem, 40vh, 15rem);
  position: absolute;
  top: 10rem;
  right: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-feature > * {
  position: absolute;
  width: 100%;
}
.home-feature > *:nth-child(odd) {
  transform: rotate(-7deg);
}
.home-feature > *:nth-child(even) {
  transform: rotate(5deg);
}
/*--------- WORK PAGE ---------*/
/* .page-work .site-header {
  width: 50vw;
} */
.work-project-list img,
.work-project-list video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-project-list img,
.work-project-list video {
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-project-info {
  align-items: baseline;
}
@media (min-width: 45em) {
  .work-project-info > div {
    width: 50%;
  }

  .work_about {
    padding-left: 50%;
  }
}
.project-link {
  content: "";
  display: inline;
  align-items: baseline;
  width: 1.5rem;
  height: 1.5rem;
  background: url("images/arrow-right-up.svg") no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
}
/*--------- ABOUT PAGE ---------*/
.about-work h2 {
  min-width: 7rem;
  font-size: 1.2rem;
  font-size: var(--fs-s);
}
.about-work > *:last-child > div {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.about-work > *:last-child p {
  display: inline-block;
  padding: 0.3rem 0.7rem 0.2rem 0.7rem;
  border: 1px solid black;
}
/*--------- CONTACT PAGE ---------*/
.image-module {
  gap: 0.5rem;
}
.image-module img {
  display: block;
  width: 100%;
}
@media (min-width: 45em) {
  .image-module img {
    width: 30rem;
    max-width: 45%;
  }
}
.about-images {
  align-items: start;
}
.contact-images {
  align-items: end;
}
.contact-info span {
  margin-right: 0.3rem;
  margin-right: var(--spacing-1);
}
.contact-form-title::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("images/arrow-down.svg") no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
  margin-bottom: -0.2rem;
}
form label {
  font-size: 0.9rem;
  font-size: var(--fs-xs);
}
form > * + * {
  margin-top: 2rem;
  margin-top: var(--spacing-3);
}
.form-basic-info {
  display: flex;
  flex-wrap: wrap;
  max-width: 50rem;
  gap: 1rem;
}
.form-basic-info p {
  flex: 1 1 calc(50% - 0.5rem);
}
.page-contact input {
  border: 1px solid black;
  padding: 0.5rem;
  font-size: 1.2rem;
  font-size: var(--fs-s);
  color: black;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
}
.page-contact input[type="submit"] {
  padding-inline: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-contact input[type="radio"],
.page-contact input[type="checkbox"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 0px;

  width: 16px;
  height: 16px;

  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: none;
  border: 1px solid black;
}
.page-contact [type="radio"]:checked,
.page-contact input[type="checkbox"]:checked {
  background: black;
}
.wpcf7-radio > * {
  display: block;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.7rem;
  font-size: var(--fs-std);
}
/*--------- FOOTER ---------*/
footer {
  margin-top: 7.5rem;
  margin-top: var(--spacing-5);
}
footer > .container > * {
  border-top: 1px solid black;
  padding-top: 1rem;
  padding-top: var(--spacing-2);
  margin-top: 2rem;
  margin-top: var(--spacing-3);
}
.footer-cta {
  font-size: 2rem;
  border-top: 2px;
}
.footer-cta a::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("images/arrow-right.svg") no-repeat;
  background-size: contain;
  margin-left: 0.2rem;
  transition: 0.3s;
}
.footer-cta a:hover::after {
  margin-left: 1rem;
}
