@font-face {
  font-family: "NeueHaasGroteskDisplayPro45Light";
  src: url('../type/NeueHaasGroteskDisplayPro45Light.woff2') format('woff2'), 
  url('../type/NeueHaasGroteskDisplayPro45Light.woff') format('woff');
  font-weight: 400;
  font-size: normal;
  font-display: swap;
}
@font-face {
	font-family: 'DomaineDisplayRegular';
	src: url('../type/domaine-display-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: 'DomaineTextRegular';
	src: url('../type/domaine-text-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}

img[data-sizes="auto"] { display: block; min-width: 100%; }

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

video.lazyload,
video.lazyloading {
  opacity: 1; 
}

video.lazyloaded {
  transition: opacity 200ms;
}

::-moz-selection { color: #fff; background: #000; }
::selection { color: #fff; background: #000; }

*,
*:before,
*:after { box-sizing: inherit; }

body { margin:0; padding: 0; background: #fff; }
html { -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; -webkit-tap-highlight-color:transparent; box-sizing: border-box; }

body, html { 
  font-family: "NeueHaasGroteskDisplayPro45Light", "Helvetica Neue", Arial, sans-serif; 
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}

body.editions {
  background: #000;
  color: #fff !important;
}

a { 
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out; 
}
 
h1, h2, h3, h4, h5, p { padding: 0; margin: 0; font-weight: 400; font-size: normal; }

p { font-size: 23px; line-height: 34px; letter-spacing: 0.013rem; }

h1 {
  font-family: "DomaineDisplayRegular", 'Times New Roman', Times, serif;
  letter-spacing: -0.03em;
  font-size: 36px;
  line-height: 40px; 
  text-transform: uppercase;
}

h2 { 
  font-family: "DomaineDisplayRegular", 'Times New Roman', Times, serif;
  letter-spacing: -0.03em;
  font-size: 34px;
  line-height: 39px; 
}

.mixblend {
	mix-blend-mode: difference;
}

header { 
  position: absolute;
  z-index: 100;
 }

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
  background-color: transparent;
  box-sizing: border-box;
}

.navbar .hamburger {
  position: absolute;
  left: 40px;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30px;
  width: 34px;
  cursor: pointer;
  z-index: 40;
  margin-top: -7px;
  padding: 8px 5px;
}

.navbar .hamburger .line {
  width: 24px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.2s, opacity 0.2s;
}

#cross {
  display: none;
}

.cross {
  width: 24px;
  height: 24px;
  position: fixed;
  top: 27px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
  padding-top: 15px;
  z-index: 120;
  mix-blend-mode: difference;
}

.line-one, .line-two {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  transition: transform 0.2s ease;
}
.line-one {
  transform: rotate(0deg);
}
.line-two {
  transform: rotate(90deg);
}
.cross.clicked .line-one {
  transform: rotate(45deg);
}
.cross.clicked .line-two {
  transform: rotate(-45deg);
}

a.logo img {
  height: 58px;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color(srgb 0.851 0.851 0.851 / 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 20;
 
}

.fullscreen-menu.active {
  display: flex;
}

.fullscreen-menu a:hover {
  color: #B7B7B7;
}

.menu-items {
  display: flex;
}

.menu-items a {
  font-family: "DomaineDisplayRegular", 'Times New Roman', Times, serif;
  letter-spacing: -0.03em;
  font-size: 64px;
  line-height: 43px;
  text-decoration: none;
  color: black;
  transition: color 0.1s ease;
}

.menu-items a:not(:last-child)::after {
	content: ",";
	padding-right: 8px;
}

.hamburger.open .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: #fff;
}

.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
  background-color: #fff;
}

#wrapper.projects {
  margin: 160px 0 60px;
}

#sidebar {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: sticky;
  top: 160px;
}

#sidebar ul {
  list-style: none;
}

/* #sidebar ul li {
  transition: color 0.1s ease;
} */

#sidebar ul li:hover {
  color: #B7B7B7;
  cursor: pointer;
  transition: color 0.1s ease;
}

#sidebar ul .active {
  color: #B7B7B7;
}

#sidebar ul.sidebar-view {
  padding: 0 0 26px 0;
  margin: 0;
}

#sidebar ul.sidebar-categories {
  padding: 0;
  margin: 0;
}

#sidebar ul.sidebar-categories ul {
  padding-left: 40px;
}

.sidebar-categories {
  user-select: none; /* Prevents text selection */
  -webkit-user-select: none; /* For WebKit browsers (Safari, Chrome) */
  -moz-user-select: none; /* For Firefox */
  -ms-user-select: none; /* For Internet Explorer */
}

.submenu-categories,
.submenu-industry,
.submenu-clients {
  display: none;
}



.project a {
  text-decoration: none; 
  color: inherit; 
}

/* .project a div.title {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; 
} */

.project a:hover div.title {
  color: #B7B7B7;
  transition: color 0.1s ease;
}

.project.grid {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}

.year-label {
  padding-bottom: 32px;
}

.p40 {
  padding-bottom: 32px; 
}

/* div.project.list {
  z-index: 100;
  position: relative;
}

.project-image-hover {
  z-index: 90;
} */

.project-image-hover {
  display: none;
  position: fixed;
/*   width: 660px; */
  width: 33%;
  height: 80vh;
  right: 40px;
  bottom: 40px;
}

.project-image-hover img,
.project-image-hover video {
  position: absolute;
  bottom: 0;
  height: auto;
}

.project.grid img.half {
  width: 50%;
  min-width: 50% !important;
}

.project.grid .title {
  padding-top: 17px;
}

.project.list div.category {
  padding: 4px 0 32px;
}

.project.grid .title,
.project.list .title {
  font-family: "DomaineDisplayRegular", 'Times New Roman', Times, serif;
  letter-spacing: -0.03em;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
}


.project.grid .cat-comma::after {
  content: ", ";
}

#wrapper.project .category-and-year .cat-comma:not(:last-child)::after,
#related-projects .related-project .subtitle .cat-comma:not(:last-child)::after, 
.project.list .cat-comma:not(:last-child)::after {
  content: ", ";
}


.project.grid .category,
.project.grid .year {
  padding-top: 5px;
  display: inline-block;
}

.project .category,
.project .year  { 
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;

}

.project.list img,
.project.list .year {
  display: none;
}

.project.grid.list .title {
  padding-top: 18px;
}

#wrapper.editions {
  padding: 160px 0 0;
}

/* #wrapper.editions .flex {
  display: flex;
  align-items: center;
} */

.flex {
    display: flex;
    flex-wrap: wrap; 
    align-items: center; 
}
.edition {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

#wrapper.editions h2 {
  padding-bottom: 100px;
}

.edition {
  padding-bottom: 240px;
}

.edition a {
  color: #fff;
  text-decoration: none;
}

.edition a:hover,
.edition:hover .title a {
  color: #B7B7B7;
}

.edition img {
  width: 100%;
  height: auto;
}

.edition .title,
.edition .subtitle {
  text-align: center;
  color: #fff;
}

.edition .title {
  font-family: "DomaineDisplayRegular", 'Times New Roman', Times, serif;
  letter-spacing: -0.03em;
  font-size: 26px;
  line-height: 24px;
  padding: 18px 0 10px;
}

.edition .subtitle {
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hidden-press,
.hidden-awards,
.hidden-info {
    display: none;
}

.toggle-press:hover,
.toggle-awards:hover,
.toggle-info:hover {
  color: #B7B7B7;
  cursor: pointer;
  transition: color 0.1s ease;
}

#wrapper.about {
  padding: 160px 0 200px;
}

#wrapper.about h2 {
  padding-bottom: 40px;
}

#wrapper.about a {
  color: #000;
  text-decoration: none;
}

#wrapper.about a:hover {
  color: #B7B7B7
}

#wrapper.about ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#wrapper.about ul li {
  font-family: "DomaineTextRegular", 'Times New Roman', Times, serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 21px;
}

#wrapper.about ul li.title {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  font-family: "NeueHaasGroteskDisplayPro45Light", "Helvetica Neue", Arial, sans-serif;
}

#wrapper.about .about-slider {
  margin-bottom: 90px
}

#wrapper.about .about-slider:hover {
  cursor: grab;
}

.allcaps { text-transform: uppercase; }

.footer {
  padding-bottom: 32px;
}

body.editions footer a {
  color: #fff;
}

footer a {
  color: #000;
  transition: color 0.1s ease;
  text-decoration: none;
}

footer a:hover,
body.editions footer a:hover {
  color: #B7B7B7
}

#footer-spacing {
  width: 100%;
  background: #fff;
  height: 110px;
}

.footer .line {
  width: calc(100% - 20px);
  height: .5px;
  background: black;
  margin-left: 10px;
}

body.editions .footer .line {
  background: #fff;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer ul li {
  font-family: "DomaineTextRegular", 'Times New Roman', Times, serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 21px;
}

.footer ul li.title {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  font-family: "NeueHaasGroteskDisplayPro45Light", "Helvetica Neue", Arial, sans-serif;
  padding-top: 15px;
}

.footer .align-right { text-align: right }

.lazy-bg {
  width: 100%;
  height: 82vh; 
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
}

.lazy-bg {
  background-color: #f0f0f0;
}

.video-container {
    position: relative;
    width: 100%;
    height: 82vh;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

#wrapper.project #project-title {
  padding-top: 48px;
  padding-bottom: 8px;
}

.title {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  font-family: "NeueHaasGroteskDisplayPro45Light", "Helvetica Neue", Arial, sans-serif;
}

#wrapper.project #project-description {
  padding-bottom: 94px;
}

#project-description a:hover {
  color: #B7B7B7
}

.p28 {
  padding-bottom: 26px;
}

#wrapper.project #project-description p {
  padding-bottom: 28px; 
}

.project-item {
  padding: 130px 0;
}

.project-item img {
  min-width: 100%;
}

/* .project-item .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;  
}

.project-item .embed-container iframe,
.project-item .embed-container object,
.project-item .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;    
} */

.project-item .embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.project-item .embed-container iframe,
.project-item .embed-container object,
.project-item .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

#related-projects .related-project img {
  aspect-ratio: 446 / 300;
  object-fit: cover;
  width: 100%;
  height: 100%;
  
}

#related-projects video {
  aspect-ratio: 446 / 300;
  object-fit: cover;
}

#related-projects {
  padding-top: 130px;
}

#related-projects .p30 {
  padding-bottom: 30px;
}

#related-projects .related-project .title {
  font-family: "DomaineDisplayRegular", 'Times New Roman', Times, serif;
  letter-spacing: -0.03em;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 18px;
}

#related-projects .related-project .subtitle {
  text-transform: uppercase;
  padding-top: 5px;
  letter-spacing: 0.03em;
}

.space-80 {
  width: 100%;
  height: 80px;
  display: block;
  background: transparent;
}

.swiper {
  width: 100%;
  height: 100%;
  user-select: none; /* Prevents text selection */
  -webkit-user-select: none; /* Safari compatibility */
  -moz-user-select: none; /* Firefox compatibility */
  -ms-user-select: none; /* IE compatibility */
  outline: none; /* Removes blue outline for focusable elements */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-slider .swiper-slide img,
.homepage-slider .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper .swiper-title {
  position: absolute;
  left: 40px;
  bottom: 60px;
  font-family: "DomaineDisplayRegular", 'Times New Roman', Times, serif;
  letter-spacing: -0.03em;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
  z-index: 999;
}

.swiper .swiper-title a {
  color: #fff;
  text-decoration: none;
}

.swiper .swiper-title a:hover {
  color: #B7B7B7
}

.about-slider {
  width: 100%;
  height: 686px;
  overflow: hidden;
}

.about-slider .swiper-slide {
  height: 100%;
  width: auto; 
  flex-shrink: 0;
}

.about-slider img {
  display: block;
  height: 100%; 
  width: auto;   
}

@media only screen and (max-width : 1250px) {
.about-slider { height: 640px; }
}

@media only screen and (max-width : 992px) {
  .about-slider { height: 530px; }
}

@media only screen and (max-width : 850px) {
  .about-slider { height: 500px; }
}

@media only screen and (max-width : 768px) {
  .about-slider { height: 400px; }
}

@media only screen and (max-width : 580px) {
  .about-slider { height: 350px; }
}

@media only screen and (max-width : 480px) {
  .about-slider { height: 290px; }
}

@media only screen and (max-width : 400px) {
  .about-slider { height: 270px; }
}

@media only screen and (max-width : 360px) {
  .about-slider { height: 260px; }
}

@media only screen and (max-width : 344px) {
  .about-slider { height: 240px; }
}
