@charset "UTF-8";
/*
	Theme Name: MYKD Template
	Theme URI: https://llos.xyz
	Description: MYKD template
	Version: 1.0
	Author: LLOS&
	Author URI: http://llos.xyz
	Text Domain: llos
	Domain Path: /lang
*/
/*	Variables
	---- */
:root {
  --100vh: calc(var(--vh, 1vh) * 100);
  --raisin: #281924;
  --light-purple: #523a4b;
  --medium-purple: #3a2737;
  --dark-gray: #6b7280;
  --grey50: #f3f3f3;
  --cream: #e8dbd3;
  --brown: #8f7e7a;
  --light-gray: #bbbdbf;
  --side-padding: 60px;
  --v-margin: 120px;
  --v-margin-2: 200px;
  --top-margin: 180px;
  --grid-gap: 30px;
  --small-gap: 24px;
}

.side-padding {
  padding: 0 var(--side-padding);
  box-sizing: border-box;
}

.v-margin {
  margin-bottom: var(--v-margin);
}

.v-margin-2 {
  margin-bottom: var(--v-margin-2);
}

.top-margin {
  margin-top: var(--top-margin);
}

.m-bottom {
  margin-bottom: var(--grif-gap);
}

.max-width {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

/*	Typography
	---------- */
@font-face {
  font-family: "PPMori";
  src: url("assets/fonts/PPMori/PPMori-Regular.woff2") format("woff2"), url("assets/fonts/PPMori/PPMori-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PPMori";
  src: url("assets/fonts/PPMori/PPMori-RegularItalic.woff2") format("woff2"), url("assets/fonts/PPMori/PPMori-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "PPMori";
  src: url("assets/fonts/PPMori/PPMori-SemiBold.woff2") format("woff2"), url("assets/fonts/PPMori/PPMori-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "PPMori";
  src: url("assets/fonts/PPMori/PPMori-SemiBoldItalic.woff2") format("woff2"), url("assets/fonts/PPMori/PPMori-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "PPMori";
  src: url("assets/fonts/PPMori/PPMori-Extralight.woff2") format("woff2"), url("assets/fonts/PPMori/PPMori-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "PPMori";
  src: url("assets/fonts/PPMori/PPMori-ExtralightItalic.woff2") format("woff2"), url("assets/fonts/PPMori/PPMori-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
/*	Misc
	---- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

/* Define a transition duration during page visits */
html.is-changing .transition-fade {
  transition: opacity 0.25s;
  opacity: 1;
}

/* Define the styles for the unloaded pages */
html.is-animating .transition-fade {
  opacity: 0;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  color: var(--raisin);
  font-family: Helvetica, Arial, sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "PPMori", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  overflow-x: hidden;
  transition: background-color 0.3s ease-in-out;
}

.home {
  opacity: 0;
}

.bg-color-invert {
  background-color: var(--raisin);
}

.dark-mode.bg-color-invert {
  background-color: #fff;
}

/* Style the poster image */
video::-webkit-media-poster {
  object-fit: cover;
  object-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

h1 {
  font-size: 50px;
  line-height: 75px;
}

h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 100;
}

h3 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 400;
}

.text-block h3 {
  margin-block-end: 24px;
}

h4 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}

.small-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  margin-block-end: 0;
}

.x-small-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
  margin-block-end: 0;
}

.dark-grey {
  color: var(--dark-gray);
}

.font-weight-100 {
  font-weight: 100;
}

.m-bottom {
  margin-bottom: var(--side-padding);
}

a,
.load-more-button {
  color: var(--dark-gray);
  transition: all 0.25s ease-in-out;
  font-size: 18px;
  line-height: 27px;
  text-decoration: underline;
}

.load-more-button {
  background-color: transparent;
  cursor: pointer;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.link-w-arrow {
  display: flex;
  align-items: center;
}
.link-w-arrow .arrow {
  margin-left: 10px;
  display: flex;
}

.external-link {
  margin-top: 20px;
  color: #000;
  font-weight: 400;
}

.home-news {
  padding-bottom: var(--v-margin);
}
.home-news .page-title {
  padding-top: 100px;
}

.home-news-item .arrow {
  display: inline;
}

a:hover,
a:focus {
  color: var(--raisin);
}

p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 20px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.dark-mode {
  background-color: var(--raisin);
  color: #fff;
}
.dark-mode * {
  color: #fff;
}
.dark-mode a {
  color: var(--light-gray);
}
.dark-mode .logo path,
.dark-mode .logo rect {
  fill: #fff !important;
}
.dark-mode .btn-search svg path {
  stroke: #fff;
}
.dark-mode .external-link {
  color: #fff;
}
.dark-mode .no-dark-mode * {
  color: var(--raisin);
}
.dark-mode .line {
  background-color: #fff;
}
.dark-mode .round-btn {
  background-color: var(--light-purple);
}
.dark-mode .back-btn svg path {
  stroke: #fff;
}
.dark-mode .plus path,
.dark-mode .minus path {
  stroke: #fff;
}
.dark-mode .menu-burger-btn path {
  fill: #fff;
}
.dark-mode .main-menu .current-page {
  color: #fff;
}
.dark-mode .main-menu,
.dark-mode .cat-menu-cont .main-menu,
.dark-mode .studio-menu-cont .main-menu {
  background-color: var(--light-purple);
}
.dark-mode .main-menu a,
.dark-mode .cat-menu-cont .main-menu a,
.dark-mode .studio-menu-cont .main-menu a {
  color: #fff;
}
.dark-mode .main-menu .current-menu-item {
  border: 0.5px solid #fff;
}
.dark-mode .main-menu .current-menu-item a {
  color: var(--raisin);
}
.dark-mode .search-form .input-text {
  background-color: var(--light-purple);
  color: #fff;
}
.dark-mode .btn-projects.active {
  background-color: var(--light-purple) !important;
}
.dark-mode .home-news .page-title {
  color: #fff;
}
.dark-mode .cat-menu-cont .main-menu,
.dark-mode .studio-menu-cont .main-menu {
  background-color: var(--medium-purple);
}
.dark-mode .single-ideas,
.dark-mode .single-news {
  background-color: var(--medium-purple);
}
.dark-mode .single-ideas .close-modal svg path,
.dark-mode .single-news .close-modal svg path {
  stroke: #fff;
}
.dark-mode .single-ideas .link-w-arrow,
.dark-mode .single-news .link-w-arrow {
  color: var(--light-gray);
}
.dark-mode .projects-list-section .project-list-item-title a {
  color: #fff;
}

.dark-mode.dark-dark {
  background-color: #1d121a;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.transition {
  transition: all 0.25s ease-in-out;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.grid-packery img {
  width: 100%;
}
.grid-packery .column-1 {
  width: 100px;
}
.grid-packery .column-2 {
  width: 200px;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--grid-gap);
  grid-template-rows: auto 1fr; /* Ensure rows only take up as much space as needed */
  align-items: start; /* Align all grid items to the top */
}
.grid-5 .grid-item {
  align-self: start;
  position: relative;
}
.grid-5 .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.grid-5 .column-2 {
  grid-column: span 2;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: var(--grid-gap);
  grid-template-rows: auto 1fr; /* Ensure rows only take up as much space as needed */
  align-items: start; /* Align all grid items to the top */
}
.grid-4 .grid-item {
  align-self: start;
  position: relative;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--grid-gap);
  grid-template-rows: auto 1fr; /* Ensure rows only take up as much space as needed */
  align-items: start; /* Align all grid items to the top */
}
.grid-3 .grid-item {
  align-self: start;
  position: relative;
}

.grid-image {
  width: 100%;
  height: 100%;
}
.grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

section {
  position: relative;
}

.news-item .span-1 {
  grid-column: 1; /* Ensure both .span-1 elements are in the first column */
  position: relative;
}
.news-item .span-1:nth-child(1) {
  grid-row: 1; /* Place the first .span-1 element in the first row */
}
.news-item .span-1:nth-child(2) {
  grid-row: 2; /* Place the second .span-1 element in the second row */
  align-self: stretch;
}

.date {
  text-transform: capitalize;
}

.span-1 {
  grid-column: span 1;
  position: relative;
}

.span-2 {
  grid-column: span 2;
  position: relative;
}

.span-3 {
  grid-column: span 3;
  position: relative;
}

.page-title {
  margin-bottom: 40px;
}

.round-btn {
  background-color: var(--grey50);
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 0.8em;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background-color: var(--raisin);
}

.packery-grid .column-1 {
  width: calc((100% - 48px) / 3);
  aspect-ratio: 3.35/2;
}
.packery-grid .column-1-vertical {
  width: calc((100% - 48px) / 3);
  aspect-ratio: 2.18/3;
}
.packery-grid .column-2 {
  width: calc(2 * (100% - 48px) / 3 + var(--small-gap));
  aspect-ratio: 3/2;
}
.packery-grid .column-1-5 {
  width: calc(2 * (100% - 48px) / 4 + var(--small-gap));
}
.packery-grid .packery-grid-item {
  display: flex;
  flex-flow: column;
  cursor: pointer;
}
.packery-grid .packery-grid-item p {
  margin-block-end: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.packery-grid .packery-grid-item .packery-grid-image {
  margin-bottom: 15px;
  height: 100%;
  width: 100%;
}
.packery-grid .packery-grid-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.packery-grid .gutter-sizer {
  width: var(--small-gap);
}

.packery-grid-image img {
  transition: border-radius 0.2s ease-in-out;
}

.packery-grid-item:hover .packery-grid-image img {
  border-radius: 3em;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--grid-gap);
}

.space-between.top {
  align-items: flex-start;
}

.space-between.start {
  justify-content: flex-start;
}

.main-menu-cont,
.cat-menu-cont,
.studio-menu-cont {
  position: fixed;
  bottom: 55px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  width: -moz-fit-content;
  width: fit-content; /* Ensure the width is only as wide as its content */
  opacity: 0;
  visibility: hidden;
}
.main-menu-cont ul.menu-scroll,
.cat-menu-cont ul.menu-scroll,
.studio-menu-cont ul.menu-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.main-menu-cont li,
.cat-menu-cont li,
.studio-menu-cont li {
  position: relative;
  white-space: nowrap;
}

.cat-menu-cont,
.studio-menu-cont {
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
.cat-menu-cont .main-menu,
.studio-menu-cont .main-menu {
  gap: 0;
}
.cat-menu-cont .back-cont,
.studio-menu-cont .back-cont {
  margin-right: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-menu-cont .menu-burger-btn,
.studio-menu-cont .menu-burger-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-menu-cont .all-text,
.studio-menu-cont .all-text {
  margin-left: 15px;
}

.cat-menu-cont.open,
.main-menu-cont.open,
.studio-menu-cont.open {
  opacity: 1;
  visibility: visible;
}

.main-menu {
  background-color: #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 6px 10px;
  border-radius: 1.1em;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1019607843);
}
.main-menu a {
  text-decoration: none;
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.main-menu li {
  border-radius: 1em;
  border: 0.5px solid transparent;
  padding: 0 10px;
}
.main-menu .current-menu-item {
  background-color: #fff;
}
.main-menu .current-page {
  font-weight: 400;
  color: var(--raisin);
  text-decoration: underline;
}
.main-menu .back-cont {
  display: flex;
}

.projects-sub-menu.active {
  background-color: #fff;
}
.projects-sub-menu.active a {
  color: var(--raisin);
  text-decoration: underline;
}

.cat-menu-cont .main-menu,
.studio-menu-cont .main-menu {
  background-color: var(--light-gray);
}

#main-menu .current-menu-item a {
  color: var(--raisin);
  text-decoration: underline;
}

/*	Header
	------ */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px var(--side-padding);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}

.absolute-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 50px var(--side-padding);
  transform: translateY(0);
  transition: transform 0.4s ease;
  will-change: transform;
}

/* cuando está flotando */
.absolute-logo.is-floating {
  position: fixed;
}

/* oculto cuando está fijo y scroll down */
.absolute-logo.is-hidden {
  transform: translateY(-100%);
}

.logo-cont {
  position: relative;
  width: 160px;
  pointer-events: all;
  display: block;
}
.logo-cont svg {
  display: block;
}

.header .logo-cont:hover .logo.full {
  opacity: 1;
}

.logo {
  width: 100%;
}

.logo.full {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s;
}

.logo.full.open {
  opacity: 1;
}

.logo.white path {
  fill: #fff !important;
}

.fixed-logo {
  opacity: 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
  pointer-events: all;
  margin-bottom: 19px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--raisin);
  transition: 0.4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .switch-slider {
  background-color: #ffffff;
}

input:checked + .switch-slider:before {
  transform: translateX(42px);
  background-color: var(--raisin);
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 34px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

/* Inverted colors */
.inverted-colors .logo path,
.inverted-colors .logo rect {
  fill: #fff !important;
}
.inverted-colors .switch-slider {
  background-color: #ffffff;
}
.inverted-colors .switch-slider:before {
  background-color: var(--raisin);
}
.inverted-colors input:checked + .switch-slider {
  background-color: var(--raisin);
}
.inverted-colors input:checked + .switch-slider:before {
  background-color: #ffffff;
}

/*	Swiper
	------ */
.swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-slide img,
.swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  box-sizing: border-box;
  width: 27px;
  cursor: pointer;
  width: 60px;
  margin: 0 !important;
  height: 100%;
  top: 0;
}

.flexible-swiper .swiper-button-next,
.flexible-swiper .swiper-button-prev {
  height: 80%;
}

.swiper-auto {
  position: relative;
}

.swiper-button-next {
  right: var(--side-padding);
}
.swiper-button-next::after {
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 0; /* Align to left edge */
}

.swiper-button-prev {
  left: var(--side-padding);
}
.swiper-button-prev::after {
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0; /* Align to left edge */
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 55px;
}

.hero-slider {
  height: 100vh;
  position: relative;
}
.hero-slider .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  z-index: 10;
  cursor: pointer;
}

.publications-slider {
  height: 100%;
}
.publications-slider .swiper-slide {
  width: 315px;
}
.publications-slider .publication-item {
  height: 100%;
  width: 100%;
}
.publications-slider .publication-item p {
  margin-block-end: 5px;
  font-size: 20px;
  line-height: 30px;
}
.publications-slider .publication-item .swiper-image {
  aspect-ratio: 3/4;
}
.publications-slider .swiper-button-prev,
.publications-slider .swiper-button-next {
  height: 83%;
}
.publications-slider .swiper-button-next {
  right: calc(var(--side-padding) + var(--small-gap));
}
.publications-slider .swiper-button-prev {
  left: calc(var(--side-padding) + var(--small-gap));
}

/*	Home
	------ */
/* Llos Slider */
.llos_slider {
  opacity: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.llos_slider .arrow-prev,
.llos_slider .arrow-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  transition: opacity 1s ease;
}
.llos_slider .arrow-prev svg,
.llos_slider .arrow-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.llos_slider .arrow-prev svg path,
.llos_slider .arrow-next svg path {
  stroke: #fff !important;
  stroke-width: 1;
}
.llos_slider .arrow-prev {
  left: var(--side-padding);
}
.llos_slider .arrow-next {
  right: var(--side-padding);
}

.hero-wrapper {
  position: relative;
}

.hero-sentence {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  pointer-events: none;
  z-index: 5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
  padding-bottom: 80px;
}
.hero-sentence h1 {
  font-size: 3.5vw;
  line-height: normal;
  visibility: hidden;
  font-weight: 400;
}

.flexible-swiper .swiper-slide {
  width: 490px;
  position: relative;
}
.flexible-swiper .swiper-button-prev,
.flexible-swiper .swiper-button-next {
  top: 0;
}

.home-ideas {
  background-color: var(--raisin);
}
.home-ideas * {
  color: #fff;
}
.home-ideas {
  padding-top: 60px;
  padding-bottom: var(--v-margin);
}
.home-ideas .swiper-slide {
  width: 490px;
  position: relative;
}
.home-ideas .swiper-slide img,
.home-ideas .swiper-slide video {
  height: auto;
}

.home-news .swiper-slide {
  width: 410px;
  position: relative;
}
.home-news .swiper-image {
  position: relative;
  display: block;
}
.home-news .swiper-button-prev,
.home-news .swiper-button-next {
  height: 70%;
}

.image-comp-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--grid-gap);
}
.image-comp-container .image-comp-item {
  flex: 1 1 auto;
}
.image-comp-container .image-comp-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.image-comp-container .image-comp-item .comp-text {
  margin-top: var(--small-gap);
}

/*	News
	------ */
.page-news .page-title,
.page-ideas .page-title {
  font-size: 30px;
}

.news-item {
  margin-bottom: var(--grid-gap);
}
.news-item .span-2 {
  grid-row: 1/span 2; /* Span the first two rows */
  align-self: stretch;
  position: relative;
  height: 450px;
}
.news-item h4 {
  margin-block-end: 8px;
}
.news-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-item .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: break-word;
}

.hover-text {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  flex-flow: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.hover-text h3 {
  margin-block-end: 24px;
}
.hover-text p {
  margin-block-end: 0;
}

.hover-bg {
  position: absolute;
  inset: 0;
  opacity: 0.9;
  z-index: 0;
}

.hover-text .text {
  z-index: 3;
  color: var(--raisin);
}

.news-item:nth-child(3n+1) .grid-item.span-2 .hover-bg,
.grid-item:nth-child(3n+1) .hover-bg,
.swiper-slide:nth-child(3n+1) .hover-bg {
  background-color: var(--cream); /* First color */
}

.news-item:nth-child(3n+2) .grid-item.span-2 .hover-bg,
.grid-item:nth-child(3n+2) .hover-bg,
.swiper-slide:nth-child(3n+2) .hover-bg {
  background-color: var(--brown); /* Second color */
}

.news-item:nth-child(3n) .grid-item.span-2 .hover-bg,
.grid-item:nth-child(3n) .hover-bg,
.swiper-slide:nth-child(3n) .hover-bg {
  background-color: var(--light-gray); /* Third color */
}

.hover-image:hover .hover-text {
  opacity: 1;
}

/*	archive
	------ */
.key-project-item {
  margin-bottom: var(--grid-gap);
}
.key-project-item a {
  text-decoration: none;
}
.key-project-item .image-container {
  margin-bottom: var(--small-gap);
  aspect-ratio: 16/9;
}
.key-project-item .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.back-btn {
  display: inline-flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  font-size: 24px;
  line-height: 34px;
  border-radius: 1.1em;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(103, 103, 103, 0.6); /* Add shadow blur */
}
.back-btn svg {
  margin-right: 18px;
}

/*	Projects
	------ */
.page-projects .title-cont {
  display: flex;
  justify-content: space-between;
}
.page-projects .title-cont .btn-projects {
  padding: 10px var(--grid-gap);
  border-radius: 3px;
  cursor: pointer;
}
.page-projects .btn-projects.active {
  background-color: var(--grey50);
}

.search-form {
  position: relative;
  margin-bottom: var(--grid-gap);
  display: flex;
  justify-content: center;
}
.search-form .submit-btn {
  display: none;
}
.search-form .input-text {
  color: var(--dark-gray);
  background-color: var(--grey50);
  width: 100%;
  margin: auto;
  border-radius: 3em;
  padding: 10px;
  padding-left: 50px;
  border: none !important;
  border-color: transparent !important;
  font-family: "PPMori", sans-serif !important;
}

.btn-search {
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-list-section {
  display: none;
}
.projects-list-section .top-section {
  display: flex;
  justify-content: flex-start;
  gap: var(--grid-gap);
}
.projects-list-section .sort-list {
  cursor: pointer;
}
.projects-list-section .project-list-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--grid-gap);
  padding-top: 20px;
  padding-bottom: 20px;
}
.projects-list-section .project-list-item .image-container {
  width: 145px;
  margin-right: 10px;
}
.projects-list-section .project-list-item .image-container img {
  display: none;
  width: 100%;
  height: auto;
}
.projects-list-section .project-list-item .image-container img.open {
  display: block;
}
.projects-list-section .project-list-item-title a,
.projects-list-section .post-categories .category a {
  text-decoration: none;
}
.projects-list-section .project-list-item-title a:hover,
.projects-list-section .post-categories .category a:hover {
  text-decoration: underline;
}
.projects-list-section .project-list-item-title a {
  color: var(--raisin);
}
.projects-list-section .col-project {
  flex: 0 0 auto;
  width: 335px;
}
.projects-list-section .col-categories {
  width: 300px;
  flex: 0 0 auto;
}
.projects-list-section .col-location {
  width: 250px;
}
.projects-list-section .col-image {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}

.search-btn {
  border-radius: 1.5em;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid var(--grey);
  cursor: pointer;
  color: var(--grey);
}
.search-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-right: 8px;
}

/*	Single
	------ */
.dark-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-slider-single {
  margin-bottom: 25px;
}

.single-title-cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--side-padding);
  color: #fff;
  z-index: 2;
}
.single-title-cont h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: normal;
  margin-block-end: 20px;
}
.single-title-cont h4 {
  font-size: 30px;
  line-height: normal;
  margin-block-end: 20px;
  font-weight: 400;
}

.page-single .location-tags-cont {
  margin-bottom: var(--small-gap);
}
.page-single .credits-cont {
  min-width: 170px;
}
.page-single .credits-cont p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  margin-block-end: 0;
}
.page-single .text-cont-cont {
  width: 70%;
}
.page-single .text-cont {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  margin-bottom: 24px;
  max-width: 1440px;
}
.page-single .text-cont.expanded {
  -webkit-line-clamp: unset; /* Remove the line clamp when expanded */
}
.page-single .text-cont a {
  font-size: inherit;
  line-height: inherit;
}
.page-single .read-more {
  position: relative;
  display: block;
  cursor: pointer;
}

.buttons-cont {
  display: flex;
  gap: 8px;
}

.post-tags a,
.post-tags span {
  font-size: 15px;
  line-height: 22px;
  background-color: #fff;
  border: 0.5px solid var(--raisin);
}

.news-cont .post-tags {
  margin-top: 30px;
}

.page-single .post-tags {
  pointer-events: none;
}

.related-projects .swiper-slide {
  width: 22vw;
}
.related-projects a {
  text-decoration: none;
}
.related-projects .grid-image {
  margin-bottom: var(--small-gap);
  height: 22vw;
}
.related-projects .swiper-button-next,
.related-projects .swiper-button-prev {
  margin: 0;
  height: 75%;
}

.intro {
  text-align: center;
}

.single-image-item {
  display: flex;
  gap: var(--grid-gap);
  justify-content: space-between;
}
.single-image-item:nth-child(odd) .image-caption {
  order: 1;
}
.single-image-item:nth-child(odd) .single-image {
  order: 0;
}
.single-image-item:nth-child(even) .image-caption {
  order: 0;
}
.single-image-item:nth-child(even) .single-image {
  order: 1;
}
.single-image-item .single-image {
  flex: 0 0 auto;
}
.single-image-item .single-image img,
.single-image-item .single-image video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.single-grid .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.title-image-text-comp .comp-text {
  text-align: center;
}

/*	Studio
	---------- */
#jobs {
  padding-top: calc(var(--v-margin) + 20px);
}

.studio-image-slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.studio-swiper-wrapper {
  display: flex;
  align-items: flex-end;
  gap: var(--grid-gap);
}
.studio-swiper-wrapper .studio-image-slider {
  width: 65%;
  aspect-ratio: 16/9;
  flex: 0 0 auto;
}
.studio-swiper-wrapper .text-slider {
  position: relative;
  flex: 1;
}
.studio-swiper-wrapper .text-slide {
  opacity: 0;
  display: none;
}
.studio-swiper-wrapper .text-slide p {
  margin-block-end: 0;
}
.studio-swiper-wrapper .text-slide.active {
  opacity: 1;
  display: block;
}

.studio-image-text-comp-container {
  display: flex;
  gap: var(--grid-gap);
}
.studio-image-text-comp-container .col-left,
.studio-image-text-comp-container .col-right {
  flex: 1;
  max-width: 50%;
  box-sizing: border-box;
}
.studio-image-text-comp-container .col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--grid-gap);
}
.studio-image-text-comp-container .image-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.studio-image-text-comp-container .image-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.bio-cont {
  position: fixed;
  inset: 0;
  background-color: rgba(40, 25, 36, 0.8);
  z-index: 11;
  display: none;
  align-items: center;
}

.bio-cont.open {
  display: flex;
}

.bio-inner {
  position: relative;
  margin: auto;
  background-color: #fff;
  padding: var(--side-padding);
  box-sizing: border-box;
  min-width: 600px;
  max-width: 1100px;
}
.bio-inner h4 {
  margin-bottom: var(--side-padding);
}

.close-x {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: var(--side-padding);
}

.job-item {
  position: relative;
  padding-top: var(--small-gap);
  padding-bottom: var(--small-gap);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.job-item .cont-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.job-item .position {
  margin-right: 35px;
  min-width: 300px;
  flex: 0 0 auto;
}
.job-item .position p {
  white-space: nowrap;
  margin-block-end: 0;
}
.job-item .description {
  opacity: 0;
  height: 0;
}
.job-item .description.open {
  opacity: 1;
  height: auto;
}
.job-item .apply-btn {
  display: none;
}
.job-item .apply-btn.open {
  display: block;
}
.job-item .apply-btn.mobile.open {
  display: none;
}
.job-item .round-btn {
  margin-right: 70px;
}

.plus-minus {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plus-minus img,
.plus-minus svg {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.plus,
.minus {
  width: 40px;
  height: 40px;
  padding: 10px;
  display: none;
  cursor: pointer;
}

.plus.open,
.minus.open {
  display: block;
}

.arrow-right-mobile {
  position: absolute;
  top: 0;
  right: var(--side-padding);
}

.studio-awards {
  position: relative;
}
.studio-awards .page-title {
  padding-left: var(--side-padding);
}
.studio-awards {
  /* Make this section full-width horizontally scrollable */
}
.studio-awards .awards-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .studio-awards .awards-wrapper {
    width: 100%;
    left: auto;
    transform: none;
    overflow-y: visible;
  }
}
.studio-awards .awards-list {
  display: flex;
  flex-flow: row nowrap; /* Ensure items are in a row and do not wrap */
  gap: 80px;
  /* Align with central content */
  padding-left: calc((100vw - min(1440px, 100%)) / 2 + var(--side-padding));
  padding-right: calc((100vw - min(1440px, 100%)) / 2 + var(--side-padding));
  min-width: 1600px;
}
.studio-awards .awards-list p {
  margin-block-end: auto;
}
.studio-awards .award-item {
  margin-bottom: 35px;
}
.studio-awards .award-item h3,
.studio-awards .award-item p,
.studio-awards .award-item a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: inherit;
}
.studio-awards .award-item a:hover {
  text-decoration: underline;
}
.studio-awards .column {
  flex: 0 0 auto;
  display: grid;
  grid-template-rows: repeat(4, auto);
  align-content: flex-start;
}
.studio-awards .highlighted-awards {
  min-width: 585px;
  align-content: space-between;
}
.studio-awards .highlighted-awards h3,
.studio-awards .highlighted-awards p,
.studio-awards .highlighted-awards a {
  font-size: 25px;
  line-height: 32px;
  text-decoration: none;
  color: inherit;
}

.studio-publications {
  position: relative;
}

/*	Page Ideas
	------ */
.flex-cont {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-gap);
}

.page-ideas .flex-cont {
  margin-bottom: var(--grid-gap);
}
.page-ideas .idea-item:nth-child(odd) .flex-cont {
  flex-direction: row;
}
.page-ideas .idea-item:nth-child(even) .flex-cont {
  flex-direction: row-reverse;
}
.page-ideas .text-cont {
  flex: 1;
}
.page-ideas .img-cont {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.page-ideas .ideas-related-projects h3 {
  margin-block-end: var(--small-gap);
}
.page-ideas .ideas-related-projects ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-ideas .ideas-related-projects .ideas-related-project-item {
  margin-right: var(--grid-gap);
  margin-bottom: 15px;
}

/*	Post Type Ideas
	------ */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

body.modal-open {
  overflow: hidden;
}

.close-modal {
  cursor: pointer;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.post-type-cont {
  background-color: rgba(40, 25, 36, 0.8);
  padding: var(--grid-gap);
  padding-top: var(--top-margin);
  padding-bottom: var(--top-margin);
  min-height: 100vh;
}
.post-type-cont .flex-cont {
  justify-content: space-between;
}

.single-ideas,
.single-news {
  padding-top: 60px;
  padding-bottom: var(--top-margin);
  background-color: #fff;
}
.single-ideas .flex-cont,
.single-news .flex-cont {
  flex-flow: row;
  gap: var(--grid-gap);
}
.single-ideas .flex-cont .text-cont,
.single-news .flex-cont .text-cont {
  flex: 1;
}
.single-ideas .flex-cont .text-cont a,
.single-news .flex-cont .text-cont a {
  font-size: inherit;
}
.single-ideas .flex-cont .img-cont,
.single-news .flex-cont .img-cont {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: var(--grid-gap);
}
.single-ideas .flex-cont .img-cont img,
.single-news .flex-cont .img-cont img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.single-ideas .flex-cont .img-cont video,
.single-news .flex-cont .img-cont video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.single-ideas .single-post-type-img,
.single-news .single-post-type-img {
  position: relative;
  width: 100%;
  height: auto; /* adjust if you have a fixed aspect ratio */
}

.single-news .flex-cont.news-content {
  flex-flow: row-reverse;
}
.single-news .external-link {
  margin-top: 20px;
  color: #000;
  font-weight: 400;
}

.news-item .external-link {
  display: none;
}

/*	Footer
	------ */
.footer {
  padding-top: var(--side-padding);
  padding-bottom: 40px;
}
.footer .cont-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.footer .cont-top p,
.footer .cont-top a {
  font-size: 20px;
  line-height: 30px;
}
.footer .cont-top .cont-left {
  width: 615px;
  flex: 0 0 auto;
}
.footer .cont-top .cont-right {
  width: 448px;
  flex: 0 0 auto;
}
.footer .cont-top .cont-right p {
  margin-block-end: 40px;
}
.footer .cont-top .newsletter-form {
  margin-bottom: var(--side-padding);
}
.footer .credentials {
  margin-bottom: 65px;
}
.footer .credentials p,
.footer .credentials a {
  font-size: 20px;
  line-height: 30px;
}
.footer .cont-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .cont-bottom .cont-left {
  display: flex;
  align-items: center;
}
.footer .logo-cont {
  margin-right: 40px;
  flex: 0 0 auto;
  display: none;
}
.footer span {
  font-size: 15px;
}

.footer.dark {
  background-color: var(--raisin);
}
.footer.dark * {
  color: #fff;
}

.footer-menu {
  display: flex;
  justify-content: flex-end;
}
.footer-menu li {
  margin-left: 35px;
}

.forminator-edit-module {
  display: none;
}

.forminator-custom-form {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  border: 0.5px solid var(--raisin) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0.8em !important;
}

.forminator-col {
  padding: 0 15px !important;
}

.forminator-custom-form * {
  color: var(--raisin) !important;
  font-family: "PPMori", sans-serif !important;
}

.forminator-field {
  display: flex;
  justify-content: flex-start;
}

.forminator-ui#forminator-module-29.forminator-design--default .forminator-button-submit {
  background-color: transparent !important;
}

.forminator-ui#forminator-module-46.forminator-design--default .forminator-has_error .forminator-input {
  border-color: transparent !important;
}

.forminator-ui#forminator-module-46.forminator-design--default .forminator-input,
.forminator-ui#forminator-module-46.forminator-design--default .forminator-input:hover,
.forminator-ui#forminator-module-46.forminator-design--default .forminator-input:focus,
.forminator-ui#forminator-module-46.forminator-design--default .forminator-input:active {
  border-color: transparent !important;
  background-color: transparent !important;
  color: var(--raisin) !important;
}

input:-internal-autofill-selected {
  background-image: none !important;
  background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  background-image: none !important;
  background-color: transparent !important;
  -webkit-text-fill-color: var(--raisin) !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-background-clip: text;
}

.forminator-button-submit {
  position: relative;
  width: 17px !important; /* Ensure the element has a width */
  height: 17px !important; /* Ensure the element has a height */
  background-color: transparent !important; /* Optional: Set a background color for visibility */
  background-image: url(assets/img/arrow-newsletter.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-width: auto !important;
  margin: 0 !important;
}

.forminator-button:hover {
  box-shadow: none !important;
}

.forminator-row {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.forminator-error-message {
  margin: 0 !important;
  word-wrap: normal;
  overflow-wrap: normal;
  white-space: nowrap;
  display: flex !important;
  align-items: center;
  background-color: transparent !important;
  color: red !important;
}

.dark-mode .forminator-custom-form {
  border: 0.5px solid #fff !important;
}
.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:hover,
.dark-mode input:-webkit-autofill:focus,
.dark-mode textarea:-webkit-autofill,
.dark-mode textarea:-webkit-autofill:hover,
.dark-mode textarea:-webkit-autofill:focus,
.dark-mode select:-webkit-autofill,
.dark-mode select:-webkit-autofill:hover,
.dark-mode select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--raisin) inset !important;
  -webkit-text-fill-color: #fff !important;
}
.dark-mode .forminator-button-submit {
  background-image: url(assets/img/arrow-newsletter-white.svg) !important;
}

.swiper-slide.spacer {
  width: 40px; /* Default space between slides */
}

.swiper-image {
  margin-bottom: 25px;
}

.page-legal {
  min-height: 100vh;
}

/* Slide Texts */
.llos_slider .slider_texts {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.llos_slider .slider_texts .slide_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.llos_slider .slider_texts .slide_title .slide_title-wrapper {
  width: 100%;
}
.llos_slider .slider_texts .slide_title .slide_title-wrapper:nth-child(2) {
  text-align: right;
}
.llos_slider .slider_texts .slide_title .slide_title-wrapper > div {
  overflow: hidden;
  font-size: 15vw;
  line-height: 0.8em;
  height: 1em;
}

/* Slides Media */
.llos_slider .slider_medias {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.llos_slider .slider_medias > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.llos_slider .slider_medias > div video,
.llos_slider .slider_medias > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.llos_slider .slider_controls {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  top: 0;
  left: 0;
}
.llos_slider .slider_controls > div {
  width: 50%;
  height: 100%;
}
.llos_slider .slider_controls {
  /* Left side (previous button) */
}
.llos_slider .slider_controls .slider_prev {
  cursor: url(assets/img/arrow-left-white.svg) 40 40, ew-resize;
}
.llos_slider .slider_controls {
  /* Right side (next button) */
}
.llos_slider .slider_controls .slider_next {
  cursor: url(assets/img/arrow-right-white.svg) 40 40, ew-resize;
}

._ui-wrapper {
  display: none;
}

/*	Menu
	------ */
@media screen and (min-width: 1000px) {
  .cat-menu-cont.open,
  .main-menu-cont.open,
  .studio-menu-cont.open {
    bottom: auto;
    top: 52px;
    left: auto;
    right: 50px;
  }
  .main-menu {
    padding-right: 110px;
  }
  .main-menu li:hover {
    background-color: #fff;
  }
  .dark-mode .main-menu li:hover {
    border: 0.5px solid #fff;
  }
  .dark-mode .main-menu li:hover a {
    color: var(--raisin);
  }
}
#main-menu .current-menu-item a {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.main-menu .current-page {
  display: none;
}

/*	feedback
	------ */
.col-date,
.post-date {
  display: none;
}

.back-btn {
  display: none;
}

.job-item .cont-left .round-btn {
  display: none;
}

.page-news .date {
  display: none;
}
.page-news .description {
  font-size: 20px;
  line-height: 28px;
}
.page-news .pagination {
  grid-column: 2;
}

.home-ideas .slide-link {
  margin-top: 5px;
}

.page-single .post-tags {
  pointer-events: none;
  display: none;
}

.projects-packery-grid {
  position: relative;
  width: 100%;
  display: block;
}

.projects-grid .grid-item {
  height: 100%;
}

.projects-packery-grid .image-container,
.projects-grid .image-container {
  height: 100%;
}
.projects-packery-grid .image-container img,
.projects-packery-grid .image-container video,
.projects-grid .image-container img,
.projects-grid .image-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.projects-packery-grid .gutter-sizer {
  width: 30px;
}

.projects-packery-grid .grid-sizer {
  width: calc((100% - 120px) / 4); /* same as .column-1 */
}

.projects-packery-grid .grid-item {
  box-sizing: border-box;
  height: clamp(200px, 23vw, 350px);
}

.projects-packery-grid .grid-item a {
  position: relative;
  display: block;
  height: 100%;
}

.projects-packery-grid .column-1 {
  width: calc((100% - 120px) / 4);
}

.projects-packery-grid .column-2 {
  width: calc(2 * (100% - 120px) / 4 + 30px);
}

/*	Costumizer start
	------ */
.single-title-cont h2 {
  font-weight: 500 !important;
}

.single-title-cont h2 {
  margin-block-end: 5px;
}

.page-single .text-cont {
  max-width: 800px;
}

.key-project-item .image-container {
  margin-bottom: 1rem;
}

.max-width {
  max-width: 1440px;
}

.intro {
  text-align: left;
}

@media screen and (min-width: 992px) {
  .project-details h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  body {
    font-size: 24px;
    line-height: 34px;
  }
  h3 {
    font-size: 27px;
    line-height: 36px;
  }
  .x-small-text {
    font-size: 18px;
    line-height: 28px;
  }
  .page-single .credits-cont p,
  .small-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-single .credits-cont {
  /*     text-align: left; */
  /*     width: 27.5%; */
  max-width: none;
}

/*	end of costumizer
	------ */
/*	Responsive
	------ */
@media (max-width: 1000px) {
  /*	Variables
  ---- */
  :root {
    --100vh: calc(var(--vh, 1vh) * 100);
    --side-padding: 24px;
    --small-gap: 14px;
    --grid-gap: 24px;
    --v-margin: 40px;
    --top-margin: 150px;
  }
  .max-width {
    max-width: none;
  }
  h1 {
    font-size: 24px;
    line-height: 25px;
  }
  .small-text {
    font-size: 18px;
    line-height: 25px;
  }
  .dark-mode .no-dark-mode:not(.single-ideas) * {
    color: #fff;
  }
  .dark-mode .cat-menu-cont .main-menu .back-cont,
  .dark-mode .studio-menu-cont .main-menu .back-cont {
    background: linear-gradient(to right, var(--medium-purple) 0%, var(--medium-purple) 70%, transparent 100%);
    background-color: transparent;
  }
  .logo-cont {
    width: 94px;
  }
  .switch {
    width: 50px;
    height: 26px;
    margin-bottom: 10px;
  }
  .all-text {
    display: none;
  }
  .switch-slider:before {
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
  }
  input:checked + .switch-slider:before {
    transform: translateX(24px);
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 40px;
  }
  .hover-bg {
    display: none;
  }
  .grid-5,
  .projects-packery-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--grid-gap);
    grid-template-rows: auto 1fr; /* Ensure rows only take up as much space as needed */
    align-items: start; /* Align all grid items to the top */
  }
  .grid-5 .grid-item,
  .projects-packery-grid .grid-item {
    margin: 0;
    height: auto;
  }
  .grid-5 .grid-item img,
  .projects-packery-grid .grid-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .grid-5 .grid-item.column-1,
  .projects-packery-grid .grid-item.column-1 {
    grid-column: span 2;
    width: 100%;
  }
  .grid-5 .grid-item.column-2,
  .projects-packery-grid .grid-item.column-2 {
    grid-column: span 2;
    width: 100%;
  }
  .projects-packery-grid {
    margin-bottom: 100px;
  }
  .key-project-item h2 {
    font-size: 25px;
    line-height: 27px;
  }
  .back-btn {
    margin-top: var(--grid-gap);
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-3.single-grid {
    margin-bottom: var(--grid-gap);
  }
  .grid-3.single-grid .grid-item {
    height: 175px;
  }
  .grid-3.single-grid .grid-item .grid-image {
    width: auto;
  }
  .grid-3.single-grid .grid-item .grid-image img {
    width: auto;
    max-width: 100%;
  }
  .related-projects h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .related-projects .swiper-slide {
    width: 58vw;
  }
  .related-projects a {
    text-decoration: none;
  }
  .related-projects .grid-image {
    margin-bottom: var(--small-gap);
    height: 58vw;
  }
  .related-projects .swiper-button-next,
  .related-projects .swiper-button-prev {
    margin: 0;
  }
  .packery-grid .column-1 {
    width: calc((100% - 15px) / 2);
    aspect-ratio: auto;
  }
  .packery-grid .column-2 {
    width: calc((100% - 15px) / 2);
    aspect-ratio: auto;
  }
  .packery-grid .column-1-vertical {
    width: calc((100% - 15px) / 2);
    aspect-ratio: auto;
  }
  .packery-grid .gutter-sizer {
    width: 15px;
  }
  .packery-grid .packery-grid-item .packery-grid-image {
    margin-bottom: 10px;
  }
  .packery-grid .packery-grid-item p {
    overflow: visible;
    white-space: wrap;
  }
  @keyframes blink {
    0%, 50%, 100% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
  /*	News
  ------ */
  .page-news,
  .page-projects,
  .page-archive {
    margin-top: 150px;
  }
  .news-item {
    display: flex;
    flex-flow: column;
    margin-bottom: 40px;
  }
  .news-item .description-cont {
    order: 3;
  }
  .news-item .span-2 {
    height: 50vw;
  }
  .space-between {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-menu {
    gap: 0px;
    padding: 8px;
    box-shadow: none;
  }
  .main-menu a {
    font-size: 18px;
    line-height: 28px;
  }
  .main-menu li {
    border-radius: 1em;
    border: 0.5px solid transparent;
    padding: 0 8px;
    justify-self: start;
  }
  .main-menu-cont.menu-absolute,
  .main-menu-cont.menu-relative {
    position: fixed;
    top: auto;
    bottom: 55px;
    margin-bottom: 0;
  }
  .main-menu .current-page {
    color: var(--dark-gray);
  }
  .cat-menu-cont,
  .studio-menu-cont {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
    left: 0;
    right: 0;
    margin-bottom: 0;
    bottom: 55px;
    overflow: hidden;
  }
  .cat-menu-cont .main-menu,
  .studio-menu-cont .main-menu {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  .cat-menu-cont .main-menu ul.menu-scroll,
  .studio-menu-cont .main-menu ul.menu-scroll {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 35px;
    gap: 10px;
    padding-right: 20px;
    position: relative;
    overflow-x: auto;
  }
  .cat-menu-cont .main-menu .back-cont,
  .studio-menu-cont .main-menu .back-cont {
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    z-index: 99;
    padding: 4px;
    margin-right: 10px;
    background: linear-gradient(to right, var(--light-gray) 0%, var(--light-gray) 70%, transparent 100%);
    background-color: transparent;
  }
  .cat-menu-cont .menu-burger-btn,
  .studio-menu-cont .menu-burger-btn {
    display: flex;
    align-items: center;
    margin-right: 14px;
  }
  /*	Home
  ---------- */
  .hero-sentence {
    bottom: 120px;
    padding-bottom: 0;
  }
  .hero-sentence h1 {
    font-size: 7vw;
  }
  .flexible-swiper .swiper-slide {
    width: 300px;
  }
  .flexible-swiper .swiper-button-prev,
  .flexible-swiper .swiper-button-next {
    top: 40%;
  }
  .image-comp-container {
    flex-flow: column;
  }
  .home-news .swiper-slide {
    width: 55vw;
  }
  .home-news .swiper-slide .hover-text {
    display: none;
  }
  /*	Studio
  ---------- */
  .studio-swiper-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }
  .studio-swiper-wrapper .studio-image-slider {
    width: 100%;
  }
  .studio-image-text-comp-container {
    flex-flow: column;
  }
  .studio-image-text-comp-container .col-left,
  .studio-image-text-comp-container .col-right {
    flex: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .studio-image-text-comp-container .col-right {
    order: -1;
  }
  .bio-cont {
    position: fixed;
    align-items: flex-start;
    padding: 20px;
  }
  .bio-inner {
    height: 100%;
    width: 100%;
    margin: auto;
    min-width: auto;
    overflow-y: scroll;
  }
  .job-item {
    flex-flow: column;
  }
  .job-item .cont-left {
    flex-flow: column;
  }
  .job-item .position {
    margin-right: 35px;
  }
  .job-item .position p {
    white-space: nowrap;
    margin-block-end: 0;
  }
  .job-item .description {
    opacity: 0;
    height: 0;
  }
  .job-item .description.open {
    opacity: 1;
    height: auto;
  }
  .job-item .apply-btn {
    display: none;
  }
  .job-item .apply-btn.mobile.open {
    display: block;
  }
  .job-item .round-btn {
    margin-right: 70px;
  }
  .job-item .plus-minus {
    position: absolute;
    top: 0;
    right: 0;
  }
  .job-item .round-btn {
    margin-bottom: 14px;
  }
  .studio-awards .awards-list {
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    gap: 40px;
  }
  .studio-publications .swiper-button-next,
  .studio-publications .swiper-button-prev {
    display: none;
  }
  .publications-slider .swiper-slide {
    width: 200px;
  }
  .swiper-slide.spacer {
    width: 15px;
  }
  .publications-slider .publication-item .swiper-image {
    aspect-ratio: 4/5;
  }
  /*	Ideas
  ------ */
  .page-ideas .flex-cont {
    display: flex;
    flex-direction: column !important;
  }
  .page-ideas .text-cont {
    display: contents;
  }
  .page-ideas .text-cont h3 {
    order: -1;
  }
  /*	Single
  ------ */
  .single-top-section {
    display: flex;
    flex-flow: column;
  }
  .page-single .text-cont-cont {
    width: 100%;
  }
  .page-single .text-cont {
    -webkit-line-clamp: 8;
  }
  .page-single .location-tags-cont,
  .post-categories {
    order: -1;
  }
  .single-image-item {
    height: auto;
    flex-flow: column;
  }
  .single-image-item .single-image {
    width: 100% !important;
  }
  .single-image-item .single-image img {
    width: 100%;
    height: auto;
  }
  .single-image-item:nth-child(even) .image-caption {
    order: 2;
  }
  .single-title-cont {
    bottom: 120px;
  }
  .single-title-cont h2 {
    font-size: 45px;
    margin-block-end: 20px;
  }
  .single-title-cont h4 {
    font-size: 30px;
    line-height: normal;
    margin-block-end: 20px;
  }
  /*	Projects
  ------ */
  .page-projects .btn-projects {
    font-size: 20px;
    line-height: 30px;
  }
  .projects-grid .image-container {
    height: auto;
  }
  .flexible-swiper .hover-text,
  .projects-grid .hover-text,
  .projects-packery-grid .hover-text,
  .archive-grid .hover-text {
    position: relative;
    flex-flow: column;
    opacity: 1;
    background-color: transparent !important;
    padding: 0px;
    padding-top: 15px;
    align-items: flex-start;
  }
  .flexible-swiper .hover-text h3,
  .projects-grid .hover-text h3,
  .projects-packery-grid .hover-text h3,
  .archive-grid .hover-text h3 {
    margin-block-end: 0;
  }
  .projects-grid *,
  .archive-grid *,
  .projects-packery-grid * {
    text-decoration: none !important;
  }
  .projects-grid .grid-item,
  .archive-grid .grid-item,
  .projects-packery-grid .grid-item {
    display: flex;
    justify-items: flex-start;
  }
  .projects-grid .grid-item.column-1 a,
  .archive-grid .grid-item.column-1 a,
  .projects-packery-grid .grid-item.column-1 a {
    width: 65%;
  }
  .projects-grid .grid-item.column-1:nth-child(even) a,
  .archive-grid .grid-item.column-1:nth-child(even) a,
  .projects-packery-grid .grid-item.column-1:nth-child(even) a {
    margin-left: auto;
  }
  .projects-list-section .project-list-item {
    flex-flow: column;
    justify-content: flex-start;
    gap: 24px;
  }
  .projects-list-section .project-list-item .image-container {
    width: 100%;
    margin-right: auto;
  }
  .projects-list-section .project-list-item .mobile-hidden {
    display: none;
  }
  .projects-list-section .project-list-item .mobile-hidden.open {
    display: block;
  }
  .plus,
  .minus {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .line {
    top: 0;
    bottom: auto;
  }
  .projects-list-section .project-list-item .image-container img {
    display: block;
  }
  /*	Post Type Ideas
  ------ */
  .single-ideas,
  .single-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .single-ideas .content,
  .single-news .content {
    flex-flow: column-reverse;
    gap: var(--grid-gap);
  }
  .single-ideas .content .text-cont,
  .single-news .content .text-cont {
    flex: 1;
  }
  .single-ideas .content .img-cont,
  .single-news .content .img-cont {
    flex: 1;
    display: flex;
    flex-flow: column;
    gap: var(--grid-gap);
  }
  .single-ideas .content .img-cont img,
  .single-news .content .img-cont img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .post-type-cont {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /*	Footer
  ------ */
  .footer {
    padding-bottom: 120px;
  }
  .footer .cont-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .footer .cont-top .cont-left,
  .footer .cont-top .cont-right {
    width: 100%;
  }
  .footer .cont-top .cont-right p {
    margin-block-end: 24px;
  }
  .footer .credentials {
    margin-bottom: 24px;
  }
  .footer .cont-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer .cont-bottom .cont-left {
    order: 1;
  }
  .footer .footer-menu {
    order: 0;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: flex-start;
    grid-row-gap: 4px;
    grid-column-gap: 40px;
  }
  .footer .footer-menu li {
    margin-left: 0;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .sticky-right {
    content: "";
    background: linear-gradient(to right, transparent 0%, var(--dark-gray) 90%, var(--dark-gray) 100%);
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */