body {
	--color-text: #66665d;
	--color-bg: #000000;
	--color-link: #cc0000;
	--color-link-hover: #fff;
	--color-gallery-title: #d9d0be;
	--color-gallery-number: #181817;
	--color-gallery-link: #fff;
	--color-gallery-link-bg: #cc0000;
	--color-gallery-link-hover: #0e0e0d;
	--color-gallery-link-bg-hover: #d9d0be;
	--cursor-stroke: none;
	--cursor-fill: #cc0000;
	--cursor-stroke-width: 1px;
	cursor: none;
}

@font-face {
	font-family: 'Medel Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Medel Regular'), url('Medel.a2bde0dd.woff') format('woff');
	}

.rotate {
	transform: rotate(-4deg);
}

.logo-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	padding-bottom: 10px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
}

.logo-wrapper a {
	font-family: 'Medel Regular';
	color: var(--color-gallery-title);
	font-size: 20px;
}

.logo-wrapper a span.svg {
	display: flex;
	align-items: center;
}

.logo-wrapper a span.svg svg {
	height: 24px;
	margin-right: 4px;
}

.logo-wrapper a span.svg.whatsapp {
	margin-right: 20px;
}

.logo-wrapper .phone {
	display: flex;
	align-items: center;
}

.logo-wrapper .phone a {
	display: flex;
}

.logo-wrapper img {
	width: 300px;
}

.gallery {
	display: flex;
	padding-right: 12vw;
	margin-left: 5vw;
	align-items: center;
}

.about-us{
	font-size: clamp(1rem,5vw,2.5rem);
	white-space: initial;
	width: 60vw;
	font-family: 'Medel Regular';
	color: var(--color-gallery-title);
	line-height: 50px;
	font-style: italic;
	align-self: center;
	margin: 0 10vw;
}
.description-text {
	font-size: clamp(1rem,5vw,2.5rem);
	white-space: initial;
	width: 60vw;
	font-family: 'Medel Regular';
	color: var(--color-gallery-title);
	line-height: 50px;
	font-style: italic;
	align-self: center;
	margin: 0 6vw;
}
.whatwedo h3 {
	font-size: clamp(1rem,5vw,6rem);
	margin: 0;
	line-height: clamp(1rem,5vw,6rem);
	white-space: nowrap;
}
.whatwedo .wwd-item:hover h3 {
	-webkit-text-fill-color: var(--color-gallery-title);
	text-fill-color: var(--color-gallery-title);
	-webkit-text-stroke: 1px transparent;
	text-stroke: 1px transparent;
}

.wwd-item{
	position: relative;
	mix-blend-mode: difference;
	z-index: 0;
}
.wwd-item:hover {
	z-index: 2	;
}
.wwd-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.imgCursor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 450px;
  background: url('rec1.77655236.jpg') no-repeat 50% 50%;
  background-size: cover;
  z-index: 1;
  margin: -225px 0 0 -50px;
  background-color: #fff;
  opacity: 0;
	border-radius: 10%;
	overflow: hidden;
}



.abovefold-wrapper {
	display: flex;
	align-items: center;
}
.gallery-item-wrapper {
    display: flex;
}
.gallery__item {
	margin: 0 3vw;
	display: grid;
	grid-template-areas: '... ...' 
						 '... gallery-image'
						 '... ...' ;
	grid-template-columns: 8rem 21vmax;
	grid-template-rows: 8rem 28vmax 3rem;
}

.gallery__item-img {
	grid-area: gallery-image;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	will-change: transform;
}

.gallery__item-imginner {
	background-size: cover;
    background-position: 50% 0;
	width: calc(100% + 10vw);
	margin-left: -5vw;
    height: 100%;
    will-change: transform;
}

.gallery__item-caption {
	grid-area: 1 / 1 / 4 / 3;
	display: grid;
	grid-template-areas: 'gallery-number gallery-title' 
						 'gallery-link ...'
						 'gallery-link gallery-tags' ;
	grid-template-columns: 8rem auto;
	grid-template-rows: 8rem auto 3rem;

}

.gallery__item-number {
	grid-area: gallery-number;
	font-size: 6rem;
	font-size: clamp(2.5rem,9vw,6.5rem);
	justify-self: end;
	padding-right: 2rem;
	color: var(--color-gallery-number);
}

.gallery__item-title {
	grid-area: gallery-title;
	margin: 0;
	font-size: 4rem;
	font-size: clamp(2rem,5vw,4rem);
	color: var(--color-gallery-title);
}

.gallery__item-number,
.gallery__item-title,
.gallery__text {
	font-family: moret, serif;
	font-weight: 800;
	font-style: italic;
	align-self: center;
}

.gallery__item-link {
	grid-area: gallery-link;
	align-self: end;
	font-size: 1.5rem;
	background: var(--color-gallery-link-bg);
	color: var(--color-gallery-link);
	text-decoration: underline;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.gallery__item-link:focus,
.gallery__item-link:hover {
	background: var(--color-gallery-link-bg-hover);
	color: var(--color-gallery-link-hover);
	text-decoration: none;
}

.gallery__item-tags {
	grid-area: gallery-tags;
	justify-self: end;
	font-size: 1.5rem;
	display: grid;
	grid-auto-flow: column;
	grid-gap: 1rem;
	cursor: pointer;
}

.gallery__text {
	font-size: 20vw;
	line-height: 0.8;
	margin: 0 12vw;
	text-transform: lowercase;
	color: transparent;
	-webkit-text-stroke: 1px #645c5b;
	text-stroke: 1px #645c5b;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.gallery__text-inner {
	display: block;
}

input, textarea {
	padding: 15px;
	margin-bottom: 10px;
	background-color: #000;
	border: 2px solid #554e4d;
	color: var(--color-gallery-title);
	font-size: 18px;
	font-family: 'Medel Regular';
	font-style: italic;
	min-width: 40vw;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px black inset !important;
 -webkit-text-fill-color: var(--color-gallery-title);
}

button {
	padding: 15px;
	font-size: 20px;
	font-family: 'Medel Regular';
	background-color: #000;
	border: 2px solid #554e4d;
	color: var(--color-gallery-title);
	font-style: italic;
}

button:hover {
	background-color: var(--color-gallery-title);
	color: #554e4d;
	border-color: var(--color-gallery-title);
}

.form-wrapper form {
	display: flex;
	flex-direction: column;
}

span.output_message {
	font-size: clamp(1rem,5vw,2.5rem);
	white-space: initial;
	font-family: 'Medel Regular';
	color: var(--color-gallery-title);
	line-height: 50px;
	font-style: italic;
	align-self: center;
	margin: 0 6vw;
}

.hide-desk {
	display: none;
}

.top-contact {
	padding: 5px;
    width: 160px;
    margin: 0 auto;
    font-size: 20px;
    font-family: 'Medel Regular';
    background-color: #000;
    border: 2px solid #554e4d;
    color: var(--color-gallery-title);
    font-style: italic;
}

@media screen and (min-width: 53em) {
	.frame {
		grid-template-areas: 'title demos demos links';
	}
	.frame__info {
		justify-self: end;
	}
}

@media screen and (max-width: 1024px) {
	.gallery {
		display: block;
		padding: 50vw 0;
	}
	.rotate {
		transform: rotate(0deg);
	}
}

@media screen and (max-width: 1024px) {
	.gallery {
		display: block;
		padding: 50vw 0;
		margin-left: 0;
	}
	.rotate {
		transform: rotate(0deg);
	}

	.gallery__item {
		margin: 0 0vw;
		display: grid;
		grid-template-areas: '... ...' 
							 '... gallery-image'
							 '... ...' ;
		grid-template-columns: 10vw 60vw;
		grid-template-rows: 20px 50vh 20px;
	}

	.gallery__item:last-child {
		padding-right: 10vw;
	}

	.abovefold-wrapper .whatwedo {
		display: none;
	}

	.gallery__text {
		margin: 0 10vw;
    padding-top: 80px;
		text-align: center;
	}
	.description-text {
    margin: 0 10vw;
		width: 80vw;
    line-height: 40px;
    padding-top: 40px;
		text-align: center;
	}

	.about-us {
    width: 80vw;
    line-height: 40px;
    text-align: center;
	}

	.logo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px 25px;
    background-color: #000;
    z-index: 99;
}	
	.form-wrapper form {
		margin: 0 10vw;
	}
	.gallery-item-wrapper {
		overflow-x: scroll;
	}
}

@media screen and (max-width: 768px) {
	.hide-mob {
		display: none;
	}
	.hide-desk {
		display: block;
	}
	.logo-wrapper img {
		width: 180px;
		display: block;
	}
	.logo-wrapper a span.svg svg {
    height: 20px;
	}
}
