@font-face {
    font-family: 'Cardinal Classic';
    src: url('fonts/CardinalClassicMidWeb-Regular.woff2') format('woff2'),
        url('fonts/CardinalClassicMidWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cardinal Classic';
    src: url('fonts/CardinalClassicMidWeb-Italic.woff2') format('woff2'),
        url('fonts/CardinalClassicMidWeb-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
* {
	margin: 0;
	padding: 0;
    font-weight: normal;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: 'Cardinal Classic',Arial, sans-serif;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    background-color: rgb(255,255,255);
    color: black;
    margin: 0 auto;
    overflow: hidden;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}
img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
section {
  position: relative;
  overflow: hidden;
}
section.main {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  padding: 30px 40px 40px;
}
h1, h2 {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}
.project-header h2 {
  font-style: normal;
}
.project-header a.back {
  position: absolute;
  right: 0;
  font-style: normal;
  top: 0;
  display: inline-block;
  left: auto;
  width: 70px;
}
.project-navigation {
  text-align: center;
  padding-top: 52px;
  padding-bottom: 100px;
}
.project-navigation a {
  display: inline-block;
  font-size: 24px;
  text-align: left;
  padding: 0 13px;
  width: 140px;
}
.project-navigation a.previous {
  text-align: right;
}
.project-navigation a:hover {
  font-style: italic;
}

.project-header a.back:hover {
  font-style: italic;
}
.project-header {
  padding-bottom: 110px;
  position: relative;
}
h1 {
}
h2 {
  font-style: italic;
}
section.main a, .about>h2, .clients>h2, .index-container>h2 {
  text-transform: uppercase;
  font-style: normal;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 20px;
  line-height: 23px;
  position: absolute;
}
section.main a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.compass {
  height: calc(100% - 136px);
  position: relative;
  margin-top: 68px;
  background-color: white;
}
a.projects {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
a.trip {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
a.about {
  transform-origin: top left;
  transform: rotate(270deg) translate(-50%,0);
  top: 50%;
}
a.clients {
 transform-origin: top right;
 transform: rotate(90deg) translate(50%, 0);
 top: 50%;
 right: 0;
}
.compass:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 100px);
  top: 50%;
  background-color: black;
  height: 1px;
  z-index: 0;
}
.compass:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  height: calc(100% - 100px);
  top: 50%;
  background-color: black;
  width: 1px;
  z-index: 0;
}
.pointer {
  z-index: 10;
  
  transform: rotate(10deg);
  position: absolute;
  top: 10%;
  
  left: calc(50% - min(calc(70*var(--vh) - 120px), 80%)/2);
  background-image:url(img/desktop.svg);
  pointer-events: none;
  height: 80%;
  width: min(calc(70*var(--vh) - 120px), 80%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
section {
  position: absolute;
  transition: top 0.4s, left 0.4s;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
section.about {
  left: -100vw;
  width: 0;
}
section.clients {
  left: 100vw;
  width: 0;
}
section.projects {
  top: calc(var(--vh, 1vh) * 100);
  height: 0;
}
section.trip {
  top: calc(var(--vh, 1vh) * -100);
  height: 0;
}
section.main {
  left: 0;
  top: 0;
}
body.projects section.projects {
  top: 0;
  height: auto;
}
body.projects section.main {
  top: calc(var(--vh, 1vh) * -100);
  height: 0;
  padding: 0;
}

section.trip {
  height: 0;
  overflow: hidden;
}
body.trip section.trip {
  top: 0;
  height: auto;
  
}
.js body.trip section.trip {
  height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
}
body.trip section.main {
  top: calc(var(--vh, 1vh) * 100);
  height: 0;
  padding: 0;
}
body.about section.about {
  left: 0;
  width: 100%;
}
body.about section.main {
  left: 100vw;
  overflow: visible;
}
.clients>h2 {
  width: 100px;
  text-align: center;
  transform-origin: center center;
  transform: rotate(90deg) translate(-12px, 0%);
  top: 50%;
  position: absolute;
  left: 10%;
}
.about>h2 {
  width: 100px;
  text-align: center;
  transform-origin: center center;
  transform: rotate(270deg) translate(12px, 0%);
  top: 50%;
  position: absolute;
  right: 10%;
}
.index-container>h2 {
  width: 100%;
  text-align: center;
  position: static;
  padding-top: 168px;
  padding-bottom: 110px;
}
@media(min-width: 601px) {
  
  body.about a.about {
    
  }
  body.clients a.clients {

  }
  body.projects a.projects {
    top: calc(var(--vh, 1vh) * -76);
  }
}
body.clients section.clients {
  left: 0;
  width: 100%;
}
body.clients section.main {
  left: -100vw;
  overflow: visible;
}

div.close {
  left: -34px;
  top: -34px;
  z-index: 7;
  transition: opacity 0.2s;
  transition-delay: 0.1s;
  opacity: 0;
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: fixed;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff; opacity:0.5;%7D.cls-2%7Bfill:none;stroke:%23000;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M17,33.5c-4.41,0-8.55-1.72-11.67-4.83C-1.1,22.23-1.1,11.77,5.33,5.33,8.45,2.22,12.59,.5,17,.5s8.55,1.72,11.67,4.83c3.12,3.12,4.83,7.26,4.83,11.67s-1.72,8.55-4.83,11.67c-3.12,3.12-7.26,4.83-11.67,4.83Z'/%3E%3Cpath d='M17,1c4.27,0,8.29,1.66,11.31,4.69,3.02,3.02,4.69,7.04,4.69,11.31s-1.66,8.29-4.69,11.31c-3.02,3.02-7.04,4.69-11.31,4.69s-8.29-1.66-11.31-4.69C-.55,22.08-.55,11.92,5.69,5.69,8.71,2.66,12.73,1,17,1m0-1C12.65,0,8.3,1.66,4.98,4.98-1.66,11.62-1.66,22.38,4.98,29.02c3.32,3.32,7.67,4.98,12.02,4.98s8.7-1.66,12.02-4.98c6.64-6.64,6.64-17.4,0-24.04C25.7,1.66,21.35,0,17,0h0Z'/%3E%3C/g%3E%3Cline class='cls-2' x1='28.57' y1='5.43' x2='5.39' y2='28.61'/%3E%3Cline class='cls-2' x1='5.22' y1='5.26' x2='28.53' y2='28.58'/%3E%3C/svg%3E");
}
.about-container, .clients-container {
  overflow: auto;
  height: calc(var(--vh, 1vh) * 100);
  width: 75%;
  padding: 24px 24px 160px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-container::-webkit-scrollbar, .clients-container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.about-container, .clients-container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.about-container {
  padding-right: 0;
}
.image, .cursor {
    display: none;
    position: fixed;
    top: 50%;
    right: 24px;
    z-index: 1;
    width: 12.5%;
    height: auto;
    margin: 0;
    pointer-events: none;
    z-index: 1000;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.cursor {
    display: none;
    position: fixed;
    top: -1000px;
    left: -1000px;
    width: 15px;
    height: 10px;
    margin: 0;
    pointer-events: none;
    z-index: 1000;
    -webkit-transform: translate(-50%, -50%);
    transform: translateY(-50%, -50%);
}
body.clients .cursor, body.about .cursor, body.home .cursor, body.projects:not(.show-gallery) .cursor {
  display: none !important;
}
body.prev .cursor {
  transform: translate(-50%, -50%) rotate(180deg);
}
body.touch .cursor {
  display: none !important;
}
.image img {
  width: 100%;
  height: auto;
}
.clients-container {
  margin-left: 25%;
  padding-left: 0;
  font-size: 33px;
  line-height: 37px;
}
.clients-container li {
  list-style-type: none;
  padding-bottom: 6px;
  position: relative;
}
.clients-container li:hover {
  font-style: italic;
}
.clients-container li:hover:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 10px;
}
sup { 
  vertical-align: super; 
  font-size: 0.4em; 
  margin-left: 5px;
  top: -0.57em;
  position: absolute;
}
.about-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 33px;
  line-height: 37px;
}
.address {
  padding-bottom: 160px;
}
.about-container p+p, .about-container p+h2 {
  padding-top: 35px;
}
.about-container h2 {
  padding-left: 35px;
  text-align: left;
}
.about div.close {
  opacity: 1;
  transform: translate(0%, -50%);
  right: 24px;
  top: 50%;
  left: auto;
}
.clients div.close {
  opacity: 1;
  left: auto;
  transform: translate(0%, -50%);
  top: 50%;
  left: 24px;
}
.projects div.close, .trip div.close  {
  opacity: 1;
  top: 24px;
  left: calc(50% - 17px);
}
.trip div.close {
  bottom: 24px;
  top: auto;
  z-index: 100;
}

.index-container {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 160px;
  overflow: auto;
  height: calc(var(--vh, 1vh) * 100);
}
.projects-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 52px;
}
.project-preview-title {
  padding-top: 12px;
  padding-left: 40px;
  position: relative;
}
.project-preview-title:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid black;
  background-color: white;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 20px;
  transition: background-color 0.3s;
}
.project-preview:hover .project-preview-title:before {
  background-color: black;
}
.project-header {
  text-align: right;
}
.project-preview-title h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
.project-preview-title h3 {
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
}

.index-container figcaption {
  text-align: right;
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  padding-top: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
.about a:hover {
  font-style: italic;
}
.index-container .project:hover figcaption {
  opacity: 1;
}
.thumb {
  opacity: 1;
  transition: opacity 0.3s;
}
.project:hover .thumb {
  opacity: 0.35;
}
.project:hover .thumb:hover {
  opacity: 1;
}
.thumb.landscape {
  width: auto;
}
.thumb.portrait img {
  height: 195px;
  width: auto;
}
.thumb.landscape img {
  width: 195px;
  height: auto;
}
.title h3 {
  font-size: 15px;
  text-align: left;
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  transform: rotate(270deg) translate(-100%, -50%);
  transform-origin: 0 0;
  position: absolute;
}
div.title {
  position: relative;
}
.break {
  flex-basis: 100%;
  height: 0;
}

.overlay-gallery {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.show-gallery .overlay-gallery {
  pointer-events: all;
  opacity: 1;
}
.gallery {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.slide {
  align-items: center;
  justify-content: center;
  width: 100%;
  height:  calc(var(--vh, 1vh) * 100);
  display: flex;
}
.slide img, .slide figure {
  max-height: calc(var(--vh, 1vh) * 100 - 80px);
  max-width: calc(100vw - 60px);
  height: auto !important;
  width: auto !important;
}
.slide figcaption {
  padding-top: 5px;
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  padding-right: 80px;
}
span.count {
  position: absolute;
  right: 0;
}
.back {
  position: absolute;
  font-style: italic;
  font-size: 20px;
  line-height: 26px;
  top: 16px;
  right: 24px;
  cursor: pointer;
  z-index: 100;
}
.trip figure img {
  width: auto;
  height: auto;
}


.trip figure.go {
  width: 100%;
  height: 100%;
}
.trip figure.go img {
  object-fit: cover;
}
div.project, .project-wrap {
  display: contents;
}
button {
  float: left;
  background-color: inherit;
  border: none;
  border-radius: 0;
  box-shadow: 0;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-transform: inherit;
  height: 100%;
  width: 50%;
  cursor: none !important;
}
button.right {
  cursor: none !important;
}
.trip-container, .trip-gallery {
  height: 100%;
}

.trip-slide {
  width: 100%;
  height: 100%;
  top: 0;
}
article.project {
  overflow: auto;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 24px;
}
.project-title h1 {
  font-size: 33px;
  line-height: 37px;
  text-align: left;
}
.project-title h2 {
  font-size: 33px;
  line-height: 37px;
  text-align: left;
}
.project-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.project-container>* {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  align-self: start;
}
.project-images figure+figure, .research-images figure+figure {
  padding-top: 24px;
}
.project-research {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 52px;
}
.project-container+.project-research {
  padding-top: 24px;
}
.project-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.project-research>* {
  width: calc(50% - 15px);
  position: sticky;
  position: -webkit-sticky;
  align-self: flex-start;
  top: 0px;
}
.project-research:nth-child(odd) {
  flex-direction: row-reverse;
}
.additional-images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 24px;
  row-gap: 52px;
  padding-top: 52px;
}
.size-11 {
  grid-column: 1 / 7;
}
.size-12 {
  grid-column: span 3;
}
.size-13 {
  grid-column: span 2;
}
.size-23 {
  grid-column: 2 / 6;
}
.details {
  padding-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
}
@media(min-width: 601px) {
  .details {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
  }
}
.details p, .research-text p  {
  font-family: Arial;
  font-size: 14px;
  line-height: 16.8px;
}
.research-text h3 {
  
  font-size: 24px;
  line-height: 28px;
  
  padding-left: 40px;
  padding-bottom: 24px;
}
.research-text p+p {
  padding-top: 16px;
}


@keyframes start {
    0% {
      transform: rotate(95deg);
    }
    25% {
      transform: rotate(-80deg);
    }
    40% {
      transform: rotate(38deg);
    }
    76% {
      transform: rotate(-100deg);
    }
    100% {
      transform: rotate(38deg);
    }
}
@media (orientation: landscape) {
  #bp {
    width: 1px;
  }
  .trip figure {
    
   
  }
  .trip figure.show {
    opacity: 1;
    height: calc(var(--vh, 1vh) * 80);
  }
  .trip figure.show.go {
    top: calc(var(--vh, 1vh) * 100);
  }
}

@media(max-width: 600px) {
  .slide img, .slide figure {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
    max-width: calc(100vw - 24px);
  }
  .pointer {
    animation-name: start;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    transform: rotate(38deg);
  }
  .index-container .project figcaption {
    opacity: 1;
  }
  #bp {
    width: 3px;
  }
  .project-wrap::-webkit-scrollbar {
    display: none;
  }
  .projects-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 52px;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .project-wrap {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .project-wrap {
    display: block;
    overflow: auto;
  }
  div.project {
    display: inline-flex;
    
  }
  div.title {
    width: 20px;
  }
  .clients>h2, .about>h2 {
    display: none;
  }
  .index-container {
    display: block;
    padding: 0px 0 160px 0;
  }
  .thumb.landscape img {
    width: 168px;
  }
  .thumb.portrait img {
    width: 168px;
  }
  .back {
    top: 9px;
    right: 16px;
    left: auto;
  }
  .index button.flickity-button {
    display: none;
  }
  .slide figure {
    max-width: calc(100% - 24px);
  }
  .slide img {
    max-width: 100%;
  }
  .about-container {
    font-size: 24px;
    line-height: 28px;
    display: block;
    padding: 28px 12px;
    width: 100%;
    padding-bottom: 160px;
  }
  .image {
    display: none !important;
  }
  
  .clients-container {
    font-size: 24px;
    line-height: 28px;
    padding: 28px 12px;
    padding-bottom: 160px;
    width: 100%;
    margin-left: 0;
  }
  .clients-container li {
    padding-bottom: 8px;
  }
  .clients div.close {
    left: 12px;
  }
  .about div.close {
    right: 12px;
  }
  h1, h2 {
    font-size: 29px;
    line-height: 32px;
  }
  section.main {
    padding: 24px 12px;
  }
  .compass {
    height: calc(100% - 160px);
  }
  .pointer {
    background-image: url(img/mobile.svg);
  }
  .close-gallery {
    display: none !important;
  }
}
@media(max-width: 340px) {
  h1, h2 {
    font-size: calc(29 * 100vw / 340);
    line-height: calc(32 * 100vw / 340);
  }
  a.trip {
    width: 100%;
    text-align: center;
  }
}
.trip-slide {
  opacity: 1 !important;
  z-index: 0;
  overflow: hidden;
}
.trip-slide.is-selected {
  z-index: 5;
}
.trip-slide.is-previous {
  z-index: 4;
}
.trip-slide.is-prev-prev {
  z-index: 3;
}
.trip figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trip img {
  width: 0;
  height: 0;
  transition: width 0.2s, height 0.2s;
}


.flickity-prev-next-button.previous, .flickity-prev-next-button.next, .close-gallery {
  left: 0 !important;
  width: 50%;
  height: 100%;
  top: 0;
  transform: none;
  position: absolute;
}
.flickity-prev-next-button.next {
  width: 100%;
  z-index: 9;
}
.flickity-prev-next-button.previous {
  z-index: 10;
}
.flickity-prev-next-button.next {
  
  right: 0 !important;
  left: auto !important;
  z-index: 9;
}
.close-gallery {
  z-index: 100;
}
.flickity-prev-next-button {
  cursor: none !important;
}
.flickity-prev-next-button.next[disabled] {
  pointer-events: none;
}
.close-gallery {
  z-index: 9;
}
.flickity-prev-next-button svg {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.flickity-prev-next-button svg path {
  display: none;
}

.switch-container {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
}
.switch-container a {
  height: 50%;
  border-radius: 15px;
  background-color: black;
  color: white;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  line-height: 31px;
  letter-spacing: 1.2px;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: height 0.2s;
  cursor: pointer;
  padding: 20px;
}
@media(hover: hover) {
  .switch-container:hover a:first-child:hover {
    height: 66%;
  }
  .switch-container:hover a:last-child:hover {
    height: 66%;
  }
  .switch-container:hover a:first-child {
    height: 34%;
  }
  .switch-container:hover a:last-child {
    height: 34%;
  }
}
a.to-top {
  display: none;
}
@media(max-width: 600px) {
  .switch-container a {
    font-size: 18px;
    line-height: 20px;
  }
  .project-container, .details {
    grid-template-columns: 1fr;
  }
  .details {
    padding-top: 120px;
  }
  .project-header {
    padding-bottom: 85px;
  }
  .project-header h2 {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }
  article.project {
    padding: 12px;
  }
  .project-title h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .project-title h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .project-container>* {
    position: relative;
  }
  .project-container {
    gap: 24px;
  }
  .project-images figure+figure, .research-images figure+figure {
    padding-top: 12px;
  }
  .project-research {
    gap: 24px;
  }
  .project-research>* {
    flex-basis: 100%;
    position: relative;
  }
  .research-text h3 {
    padding-left: 0;
    font-size: 18px;
    line-height: 20px;
  }
  .research-text p {
    font-size: 12px;
    line-height: 15px;
  }
  .additional-images:before {
    content: 'Gallery';
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-family: Arial;
    padding-bottom: 12px;
    
  }
  .additional-images {
    padding-top: 70px;
    display: block;
    grid:none;
  }
  .additional-images div+div {
    padding-top: 12px;
    
  }
  .project-navigation {
    text-align: right;
    position: relative;
  }
  .project-navigation a {
    padding-right: 0;
    
  }
  a.to-top {
    display: block;
    position: absolute;
    padding-left: 0;
  }
  .projects-container {
    grid-template-columns: 1fr;
    padding: 0 12px;
    row-gap: 32px;
  }
  .project-preview-title {
    padding-top: 6px;
  }
  .project-preview-title {
    padding-left: 30px;
  }

  .project-preview-title:before {
    width: 12px;
    height: 12px;
    top: 11px;
  }
  .project-preview-title h2, .project-preview-title h3 {
    font-size: 18px;
    line-height: 22px;
  }
    
  
}
/* Image fade-in animation */
.project-images figure img,
.research-images figure img,
.additional-images figure img {
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}

.project-images figure img.loaded,
.research-images figure img.loaded,
.additional-images figure img.loaded {
	opacity: 1;
}

/* Loading placeholder */
.project-images figure,
.research-images figure,
.additional-images figure {
	position: relative;
	background-color: white;
	min-height: 10px;
}

.project-images figure::before,
.research-images figure::before,
.additional-images figure::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border: 2px solid #ddd;
	border-top: 2px solid #999;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.project-images figure img.loaded + figure::before,
.research-images figure img.loaded + figure::before,
.additional-images figure img.loaded + figure::before,
.project-images figure:has(img.loaded)::before,
.research-images figure:has(img.loaded)::before,
.additional-images figure:has(img.loaded)::before {
	opacity: 0;
}

@keyframes spin {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}