.nav-ctn a{color:#000;font-size:16px;font-weight:500}.nav-ctn{width:100%;position:fixed;display:flex;justify-content:center;z-index:1;box-sizing:border-box;padding:2em 1.5em}.nav-ctn.hovered a{color:var(--color-change-item)}.nav-content{width:100%;z-index:1;gap:0em;text-transform:uppercase;color:#000;border-radius:2em}.nav-links{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em}.right-ctn{display:flex;flex-direction:row;gap:2em}.left-ctn a{font-size:24px}.nav-content.hovered{border:1px solid var(--color-change-item)}.nav-ctn.hidden{opacity:0;pointer-events:none}.nav-ctn.visible{opacity:1}@media (max-width: 768px){.right-ctn{display:flex;flex-direction:row;gap:.7em}.nav-links{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5em}.left-ctn a{font-size:20px}.nav-ctn.hidden{opacity:0;transform:translateY(-100%);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.nav-ctn.visible{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}}.work-ctn{display:flex;flex-direction:column;padding-left:1.5em;padding-right:1.5em;gap:8em;transition:background-color .3s ease}.row-ctn{display:flex;flex-direction:column;gap:1em;width:100%}.row-items-v-1{display:grid;grid-template-columns:repeat(10,1fr);gap:2em;width:100%}.img-project{grid-column:span 1}.img-project:nth-child(1){grid-column:span 2}.img-project:nth-child(2){grid-column:span 1}.img-project:nth-child(3){grid-column:span 2}.img-project:nth-child(4),.img-project:nth-child(5){grid-column:span 1}.img-project:nth-child(6){grid-column:span 2}.img-project img{width:100%;height:auto;border-radius:0}.row-info-v-2{display:flex;flex-direction:row;gap:2em;text-transform:uppercase}.row-info-v-1{display:flex;flex-direction:row;gap:2em;margin-left:auto;text-transform:uppercase}.row-info-v-4{display:flex;flex-direction:row;gap:2em;text-transform:uppercase}.row-items-v-2{display:grid;grid-template-columns:repeat(9,1fr);gap:2em;width:100%}.img-v-2{grid-column:span 1}.img-v-2:nth-child(1){grid-column:span 1}.img-v-2:nth-child(2){grid-column:span 2}.img-v-2:nth-child(3){grid-column:span 1}.img-v-2:nth-child(4){grid-column:span 2}.img-v-2:nth-child(5){grid-column:span 1}.img-v-2 img{width:100%;height:auto;border-radius:0}.row-info-v-1,.row-info-v-2,.row-info-v-4{display:flex;flex-direction:row;gap:2em;text-transform:uppercase}.row-info-v-1 p,.row-info-v-2 p,.row-info-v-4 p{font-size:12px}.row-items-v-1,.row-items-v-2{display:grid;gap:2em;width:100%}.work-ctn.hovered{background-color:#f4f3ef}.img-project img,.img-v-2 img{width:100%;height:auto;transition:opacity .3s ease,filter .3s ease,border-color .3s ease;border-radius:0;opacity:1}.work-ctn.hovered .img-project:not(.active) img,.work-ctn.hovered .img-v-2:not(.active) img{opacity:.1;filter:grayscale(100%);border:1px solid black}.work-ctn.hovered .img-project:not(.active) img,.work-ctn.hovered .img-v-2:not(.active) img{border:1px solid black}.img-project.active img,.img-v-2.active img{opacity:1;filter:none;border:1px solid #000}.img-project.active,.img-v-2.active{border-color:#333}.gallery-container{display:flex;flex-direction:column;gap:10em;padding:10em 1.5em;transition:background-color .3s ease}.gallery-container.hovered{background:var(--color-change-bg)}.row-container{display:flex;flex-direction:column;width:100%;gap:1em}.title-column{visibility:hidden}.title-column p{font-size:12px;font-style:italic;font-weight:400;visibility:hidden}.title-column.hovered{opacity:1;display:flex;margin-left:auto}.title-column.hovered p{font-size:12px;font-style:italic;font-weight:400;visibility:visible;color:var(--color-change-item)}.images-row-0{display:grid;grid-template-columns:repeat(10,1fr);justify-content:start;align-items:start;gap:2em;width:100%}.images-row-0 :nth-child(1),.images-row-0 :nth-child(4),.images-row-0 :nth-child(7){grid-column:span 2}.images-row-1{display:grid;grid-template-columns:repeat(10,1fr);justify-content:start;align-items:start;gap:2em;width:100%}.images-row-1 :nth-child(3),.images-row-1 :nth-child(6){grid-column:span 2}.images-row-2 :nth-child(1),.images-row-2 :nth-child(5){grid-column:span 2}.images-row-2{display:grid;grid-template-columns:repeat(10,1fr);justify-content:start;align-items:start;gap:2em;width:100%}.images-row-2 :nth-child(2),.images-row-2 :nth-child(5){grid-column:span 2}.images-row-3 :nth-child(2),.images-row-3 :nth-child(5){grid-column:span 2}.images-row-3{display:grid;grid-template-columns:repeat(10,1fr);justify-content:start;align-items:start;gap:2em;width:100%}.images-row-3 :nth-child(1),.images-row-3 :nth-child(6){grid-column:span 2}.image-wrapper{position:relative;display:inline-block;width:100%}.gallery-image{width:100%;height:auto;display:block;opacity:1;transition:opacity .3s ease-in-out}.image-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid transparent;transition:border .3s ease}.image-wrapper.hovered:before,.image-wrapper.non-hovered:before{border:1px solid var(--color-change-item)}.image-wrapper.hovered .gallery-image{opacity:1}.image-wrapper.non-hovered .gallery-image{opacity:0}.fullscreen-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--color-change-bg);display:flex;justify-content:center;align-items:center;z-index:1000}.fullscreen-image{max-width:90%;max-height:90%;object-fit:contain}.close-button{position:absolute;top:2em;right:2.5em;background-color:transparent;border:none;cursor:pointer;font-size:16px;z-index:1001;color:#fff}.close-button:hover{color:none}.title-column-mobile{display:none}.prev-button,.next-button{background:none;border:none;color:var(--color-change-bg);font-size:1em;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.prev-button,.next-button{width:50px;height:50px;background:#fff;opacity:1;border-radius:50%}.prev-button button,.next-button button{display:flex;justify-content:center;align-items:center}.prev-button{left:2em}.next-button{right:2em}.prev-button:disabled,.next-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.gallery-container{gap:4em;padding:10em 1.5em 5em;transition:none}.title-column{display:none}.title-column-mobile{margin-left:0;display:block}.title-column-mobile p{font-size:10px;font-style:italic;font-weight:400}.images-row-0{display:grid;grid-template-columns:repeat(6,1fr);justify-content:start;align-items:start;gap:1em;width:100%}.images-row-1{display:grid;grid-template-columns:repeat(4,1fr);justify-content:start;align-items:start;gap:2em;width:100%}.images-row-2{display:grid;grid-template-columns:repeat(5,1fr);justify-content:start;align-items:start;gap:2em;width:100%}.images-row-3{display:grid;grid-template-columns:repeat(4,1fr);justify-content:start;align-items:start;gap:2em;width:100%}.close-button:hover{color:none}.close-button{position:absolute;top:2em;right:2em}.fullscreen-image{max-width:90%;max-height:90%;object-fit:contain}.fullscreen-overlay{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:start}.prev-button,.next-button{background:none;border:none;color:var(--color-popup);font-size:1em;cursor:pointer;position:absolute;top:80%;transform:translateY(-50%);z-index:2}.prev-button,.next-button{width:40px;height:40px;background:#fff;opacity:1;border-radius:50%}.prev-button{left:1.5em}.next-button{right:1.5em}}a{font-weight:500}.about-ctn{padding:5em 1.5em;border-top:1px solid black}.about-text{display:grid;grid-template-columns:repeat(3,1fr)}.about-left-ctn{display:grid;grid-template-rows:repeat(4,1fr)}.about-left-ctn p,.about-right-ctn p{font-size:16px;font-weight:500;line-height:1.25;letter-spacing:-.05em}.links{display:flex;flex-direction:column;gap:.2em}.about-right-ctn{grid-column:span 2;display:flex;flex-direction:column;gap:2em}.info-ctn{display:grid;grid-template-columns:repeat(3,1fr);gap:2em}.contact-about p,.clients-info p{font-size:24px;line-height:1.5}.damaja-img{grid-column:3;width:100%;height:auto;filter:grayscale(0%);order:-1}.damaja-img img{width:100%;height:100%}.damaja-img-02{grid-column:span 3}.damaja-img-01{grid-column:span 2;filter:grayscale(0%)}@media (max-width:768px){.about-text,.about-left-ctn{display:flex;flex-direction:column}.about-right-ctn{gap:2.5em}.info-ctn{display:flex;flex-direction:column}.about-right-ctn p{font-size:var(--fon-size-p)}.damaja-img{grid-column:2 span 2;width:100%;height:auto}.damaja-img img{width:100%;height:100%}}.clients-wrapper{padding:4em 1.5em;display:flex;flex-direction:column;gap:4em;background:var(--color-change-bg)}.clients-title{display:flex;justify-content:start;align-items:center}.clients-title p{font-size:20px;font-weight:500;line-height:1.25;letter-spacing:-.05em;color:#fff}.logo-ctn{display:flex;flex-direction:column;gap:4em}.first-row{display:grid;grid-template-columns:repeat(6,1fr)}.second-row{display:grid;grid-template-columns:repeat(5,1fr)}.second-row,.first-row{align-items:center;justify-items:center}.first-row img,.second-row img{display:flex;margin-left:0}.logo-img{width:10vw;height:auto;filter:brightness(0) invert(1)}.first-row :nth-child(1){width:6vw}.first-row :nth-child(4){width:7vw}.first-row :nth-child(5){width:4.5vw;transform:rotate(90deg);margin-top:auto}.first-row :nth-child(6){width:8vw}.second-row :nth-child(3){width:15vw}.second-row :nth-child(4){width:8vw}img{width:100%;height:100%;object-fit:cover;object-position:center}.clients-wrapper-mobile{display:none}@media (max-width:768px){.clients-wrapper{display:none}.clients-title-mobile{display:flex;justify-content:start;align-items:center}.clients-title-mobile p{font-size:20px;font-weight:500;line-height:1.25;letter-spacing:-.05em;color:#fff}.clients-wrapper-mobile{padding:3em 1.5em;display:flex;flex-direction:column;gap:3em;background:var(--color-change-bg)}.logo-ctn-mobile{display:flex;flex-direction:column;gap:3em}.first-row-mobile,.second-row-mobile,.third-row-mobile,.fourth-row-mobile{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.logo-img-m{width:15vw;height:auto;filter:brightness(0) invert(1);display:flex;justify-content:center;align-items:center}img{width:100%;height:100%;object-fit:cover;object-position:center}.first-row-mobile :nth-child(1){width:14vw}.first-row-mobile :nth-child(2){width:25vw}.first-row-mobile :nth-child(3){transform:rotate(90deg);width:10vw}.second-row-mobile :nth-child(1){width:42vw}.second-row-mobile :nth-child(2){width:20vw}.third-row-mobile :nth-child(1){width:20vw}.third-row-mobile :nth-child(2){width:20vw}.third-row-mobile :nth-child(3){width:31vw}.fourth-row-mobile :nth-child(1){width:20vw}.fourth-row-mobile :nth-child(2){width:24vw}.fourth-row-mobile :nth-child(3){width:18vw}}.workshops-wrapper{padding:5em 1.5em;border-bottom:1px solid black}.workshops-content-ctn{display:grid;grid-template-columns:repeat(3,1fr)}.workshops-left-ctn p,.workshops-right-ctn p,.past-events p{font-size:16px;font-weight:500;line-height:1.25;letter-spacing:-.05em}.title p{font-size:20px;font-weight:500;line-height:1.25;letter-spacing:-.05em}.toggle-workshops p{font-size:16px}.workshops-left-ctn{display:flex;flex-direction:column;justify-content:space-between}.workshops-right-ctn{width:100%;grid-column:span 2;display:flex;flex-direction:column;gap:2em}.video-ctn{width:100%;display:grid;grid-template-columns:repeat(3,1fr);margin-left:0;gap:2em}video{width:100%;height:100%}.contact-section{display:flex;flex-direction:row;gap:.5em}.contact-section p{font-size:16px;font-weight:500;line-height:1.25;letter-spacing:-.05em}.contact-section :nth-last-child(1){text-decoration:underline}.offer-list{font-size:16px;font-weight:500;line-height:1.25;letter-spacing:0em;font-family:Courier Prime,monospace;margin-left:1em}ul{display:flex;flex-direction:column;gap:1em}.past-events{display:flex;flex-direction:column;gap:2em}.button-ctn{display:flex;flex-direction:row;width:100%;gap:4em}.contact-button{width:19vw;display:flex;justify-content:center;align-items:center;border-radius:1em;padding:1em;border:1px solid var(--color-change-bg);background:var(--color-change-bg);order:-1}.contact-button p{color:#fff}.toggle-workshops{width:27%;display:flex;justify-content:center;align-items:center;border-radius:1em;padding:1em;border:1px solid var(--color-change-bg)}.toggle-workshops p{color:var(--color-change-bg)}.additional-content{display:grid;grid-template-columns:repeat(3,1fr);padding-top:5em}.additional-right-ctn{display:flex;flex-direction:column;gap:4em;width:100%;grid-column:span 2}.title-collab p{font-size:24px;font-weight:500;line-height:1.25;letter-spacing:-.05em;padding-bottom:2em}.gallery-workshops{display:flex;flex-direction:column;gap:2em}.row-info{display:flex;flex-direction:column;gap:1em}.first-row-imgs,.second-row-imgs{display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:2em}.toggle-workshops-mobile{display:none}@media (max-width:768px){.workshops-wrapper{padding:5em 1.5em 3em;border-bottom:1px solid black}.title{padding-bottom:2em}.title p{font-size:20px;font-weight:500}.workshops-right-ctn p{font-size:var(--font-size-p)}.workshops-right-ctn{gap:2em}.workshops-content-ctn{display:flex;flex-direction:column}.video-ctn{width:100%;display:flex;flex-direction:column;margin-left:0;gap:2em}.toggle-workshops{display:none}.toggle-workshops-mobile{display:block;padding:1em;border:1px solid var(--color-change-bg);border-radius:8px}.toggle-workshops-mobile p{text-align:center;color:var(--color-change-bg)}.contact-button{width:100%;border-radius:8px;order:-1}.button-ctn{display:flex;flex-direction:column;width:100%;gap:1em}.additional-content{display:flex;flex-direction:column;padding-top:5em}.contact-section{display:flex;gap:.5em}.contact-section p{font-size:var(--font-size-p);font-weight:500;line-height:1.25;letter-spacing:-.05em}.row-info p,.photo-credits p{font-size:10px}.offer-list{font-size:14px}.past-events{gap:1em}}a,p{text-decoration:none}.footer-container{display:flex;flex-direction:column;gap:6em;width:100%;padding:1.5em}.footer-contact-ctn{display:flex;flex-direction:row;justify-content:space-between}.footer-contact-ctn p{font-weight:500}.info,.workshops-info{display:flex;flex-direction:column;gap:.3em}.site-credits{display:flex;flex-direction:column;gap:.5em;margin-left:auto;text-align:end}.site-credits p{font-size:12px}.design-credits{display:flex;flex-direction:row;text-decoration:underline;justify-content:end}.kiki{font-style:"Open Sans",sans-serif}@media (max-width: 768px){.footer-container{display:flex;flex-direction:column;gap:4em;width:100%;padding:2.5em 1.5em}.footer-contact-ctn{display:flex;flex-direction:column;gap:.5em}.workshops-info{padding-bottom:2em}.site-credits{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:.5em;margin-left:0}.site-credits p{font-size:10px}}.cookie-banner{background:#cda7ac;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:1.5em;font-size:14px;text-align:center;position:fixed;bottom:1em!important;right:1em;z-index:9999;width:30vw;height:20vh;border-radius:1em;font-family:var( --font-family-p);border:1.5px solid white}.cookie-text{color:#fff;margin-bottom:1em}.cookie-accept,.cookie-reject{border:none;padding:.5em 1em;margin:.25em;cursor:pointer;font-size:14px;border-radius:5px}.cookie-accept{background-color:#fff;color:#cda7ac}.cookie-reject{background-color:transparent;border:1px solid white;color:#fff}@media (max-width: 600px){.cookie-banner{background:#cda7ac;font-size:12px;padding:1em;width:fit-content;left:1em;right:1em;height:fit-content}.cookie-banner>button.cookie-reject{order:2;width:100%;margin:.25em 0}.cookie-banner>button.cookie-accept{order:1;width:100%;margin:.25em 0}.cookie-text{order:0}}:root{font-family:Tinos,serif;color-scheme:light dark;background-color:var(--color-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f2f2f2}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;scroll-behavior:smooth}:root{--column:10vw;--columns:6;--gap:1em;--color-change-item: #9f6b72;--color-change-bg: #CDA7AC;--color-popup:#CDC8A7}:root{--color-light-grey: #ccc;--indian-red:#141414;--brown: #983441;--peru: #b97b43;--black: black;--dark: #19191b;--black-2: #141414;--color-dark-grey: #999;--color-coral:#ff9254;--color-white:white;--color-beige:#edede9;--color-h1:#141414;--color-h2:#ED434A;--color-h3:#141414;--color-h4:#f2f2f2;--color-p:#141414;--color-footer:#E2E3E2;--color-clients:#F1EDE1;--pink:#FFD6E8;--red:#ED434A}:root{--font-size-base: 16px;--font-size-h1: calc(var(--font-size-base) * 3.5);--font-size-h2: calc(var(--font-size-base) * 2);--font-size-h3: calc(var(--font-size-base) * 1.75);--font-size-h4: 1.25rem;--font-size-p: var(--font-size-base);--font-size-span: 1rem}:root{--font-weight-h1:400;--font-weight-h2:400;--font-weight-h3:200;--font-weight-h4:200;--font-weight-span:200;--font-weight-p:200}:root{--line-height-h1:90%;--line-height-h2:120%;--line-height-h3:120%;--line-height-h4:110%;--line-height-span:120%;--line-height-p:120%}:root{--font-family-h1:"Montserrat", sans-serif;--font-family-h2:"Montserrat", sans-serif;--font-family-h3:"Montserrat", sans-serif;--font-family-h4:"Montserrat", sans-serif;--font-family-span:"Montserrat", sans-serif;--font-family-p:"Courier Prime", monospace}h1{font-size:var(--font-size-h1);font-family:var(--font-family-h1);font-weight:var(--font-weight-h1);line-height:var(--line-height-h1);color:var(--color-h1);margin:0}h2{font-size:var(--font-size-h2);font-family:var(--font-family-h2);font-weight:var(--font-weight-h2);line-height:var(--line-height-h2);color:var(--color-h2);margin:0}h3{font-size:var(--font-size-h3);font-family:var(--font-family-h3);font-weight:var(--font-weight-h3);line-height:var(--line-height-h3);color:var(--color-h3);margin:0}h4{font-size:var(--font-size-h4);font-family:var(--font-family-h4);font-weight:var(--font-weight-h4);line-height:var(--line-height-h4);margin:0}span{font-size:var(--font-size-span);font-family:var(--font-family-span);font-weight:var(--font-weight-span);line-height:var(--line-height-span);margin:0}p{font-size:var(--font-size-p);font-family:var(--font-family-p);font-weight:var(--font-weight-p);line-height:var(--line-height-p);color:var(--color-p);margin:0}ul,li{color:var(--color-p)}a{font-family:Courier Prime,monospace;text-decoration:none;color:#000;margin:0;cursor:pointer}@media (min-width:768px){:root{--font-size-base: 16px;--font-size-h1: calc(var(--font-size-base) * 5);--font-size-h2: calc(var(--font-size-base) * 4.5);--font-size-h3: calc(var(--font-size-base) * 2.5);--font-size-h4: 1.75rem;--font-size-p: var(--font-size-base);--font-size-span: 1rem}a{font-family:Courier Prime,monospace;text-decoration:none;color:#000;margin:0;cursor:pointer}}
