@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

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

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  font-family: "Gellix", "Verdana", sans-serif;
  color: #202215;
}
body.no_scroll {
  overflow: hidden; /* Hide scrollbars */
}

.cl:before,
.cl:after {
  content: "";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  zoom: 1; /*For IE 6/7 (trigger hasLayout)*/
}

.wrap {
  width: 100%;
  max-width: 1085px;
  text-align: left;
  margin: 0 auto;
}

a:hover {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*BLACK*/
/*GREY*/
@font-face {
  font-family: "Gellix";
  src: url("../fonts/Gellix-Regular.woff2") format("woff2"), url("../fonts/Gellix-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gellix_bold";
  src: url("../fonts/Gellix-SemiBold.woff2") format("woff2"), url("../fonts/Gellix-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Farmacia";
  src: url("../fonts/NGFarmaciaTRIAL-Regular.woff2") format("woff2"), url("../fonts/NGFarmaciaTRIAL-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  font-size: 37px;
  font-family: "Gellix_bold";
  margin-bottom: 1em;
  line-height: 1.4em;
}
.entry_content p {
  display: block;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 1em;
}
.entry_content p:last-child {
  padding-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  margin-top: 8%;
  font-size: 22px;
  display: inline-block;
  text-decoration: underline;
  color: #000;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry_content a:hover {
  text-decoration: none;
}
.entry_content blockquote {
  border-left: solid 1px #000;
  padding: 10px 14px;
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 160%;
  line-height: 1.8em;
}
.entry_content blockquote p {
  font-size: 18px;
  margin-bottom: 0;
}
.entry_content ul,
.entry_content ol {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  font-size: 140%;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  font-size: 140%;
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  font-size: 120%;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  background-color: #000;
  color: #fff;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover {
  background-color: #fecccd;
  color: #000;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 60px 5%;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 20px 5%;
  }
}
#header.headroom-hidden {
  top: -150px;
}
#header.on_the_move, #header.nav_open {
  padding: 30px 5%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #header.on_the_move, #header.nav_open {
    padding: 20px 5%;
  }
}
#header.on_the_move img, #header.nav_open img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(26%) saturate(671%) hue-rotate(29deg) brightness(96%) contrast(92%);
}
#header.on_the_move a, #header.nav_open a {
  color: #202215;
}
#header.on_the_move #nav-burger span, #header.nav_open #nav-burger span {
  background: #000 !important;
}
.page-about #header a {
  color: #202215;
}
#header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 850px) {
  #header nav {
    display: none;
  }
}
#header #nav1 {
  margin-right: auto;
}
#header #logo {
  display: inline-block;
  transition: fill 0.3s ease;
}
#header #logo img {
  display: block;
  height: 30px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #header #logo img {
    height: 24px;
  }
}
.archive #header #logo img, .page-about #header #logo img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(26%) saturate(671%) hue-rotate(29deg) brightness(96%) contrast(92%);
}
#header #nav2 {
  margin-left: auto;
}
#header a {
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
}
.archive #header a {
  color: #202215;
}

/*
----------------------------
=	BURGER
----------------------------
*/
#nav-toggle {
  /*
  position: fixed;
  left:20px;
  top:47px;
  z-index: 300;
  */
  display: none;
  width: 40px;
}
@media only screen and (max-width: 850px) {
  #nav-toggle {
    display: block;
    margin-left: auto;
  }
}
#nav-toggle #nav-burger {
  width: 40px;
  height: 35px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /*OPEN*/
}
#nav-toggle #nav-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.home #nav-toggle #nav-burger span, .page-services #nav-toggle #nav-burger span, .single-projects #nav-toggle #nav-burger span {
  background: #fff;
}
#nav-toggle #nav-burger span:nth-child(1) {
  top: 5px;
}
#nav-toggle #nav-burger span:nth-child(2), #nav-toggle #nav-burger span:nth-child(3) {
  top: 16px;
}
#nav-toggle #nav-burger span:nth-child(4) {
  top: 26px;
}
#nav-toggle #nav-burger.open span {
  background: #4F5241;
}
#nav-toggle #nav-burger.open span:nth-child(1), #nav-toggle #nav-burger.open span:nth-child(4) {
  width: 0%;
  opacity: 0;
}
#nav-toggle #nav-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle #nav-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
----------------------------
=	SLIDEOUT
----------------------------
*/
#slideout_nav {
  display: block;
  position: fixed;
  z-index: 200;
  left: 0;
  left: -110%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: contain;
  background: #fff;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#slideout_nav.active {
  left: 0;
}
#slideout_nav nav {
  display: block;
  padding: 5%;
}
#slideout_nav nav a {
  display: block;
  font-size: 7vh;
  line-height: 1.2em;
  font-family: "Farmacia";
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}
#slideout_nav nav a:hover {
  color: #4F5241;
}

/*
---------------------------------------------------------------------------
=	GSAP GAL
---------------------------------------------------------------------------
*/
.nav {
  position: fixed;
  top: 5px;
  left: 5px;
  color: white;
  font-weight: bold;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.section {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#sticky_footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 50px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #sticky_footer {
    padding: 20px 5%;
  }
}
#sticky_footer a {
  font-size: clamp(16px, 2vw, 20px);
  color: #fff;
}
#sticky_footer a.insta {
  margin-right: auto;
}
#sticky_footer a.call {
  margin-left: auto;
}
#sticky_footer span {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #sticky_footer span {
    display: none;
  }
}

#footer {
  background: #fff;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 40px 20px;
  }
}
#footer .text_2_col {
  padding-top: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #footer .text_2_col {
    margin-bottom: 20px;
  }
}
#footer .text_2_col p:first-of-type {
  text-indent: 0;
}
#footer img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .creds {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #footer .creds {
    padding-top: 20px;
  }
}
#footer .creds a {
  display: inline-block;
  color: #000;
}
#footer .creds span {
  display: inline-block;
}
#footer .creds span.copy {
  margin-right: auto;
}
@media only screen and (min-width: 601px) {
  #footer .creds span.yoke {
    margin-left: auto;
  }
}
@media only screen and (max-width: 600px) {
  #footer .creds .copy,
  #footer .creds > a {
    flex: 50%;
  }
  #footer .creds > a {
    text-align: right;
  }
  #footer .creds .yoke {
    flex: 100%;
    margin-top: 10px;
    text-align: left;
  }
}

strong {
  font-family: "Gellix_bold";
}

@media only screen and (min-width: 768px) {
  .bg_fixed {
    background-attachment: fixed !important;
  }
}

.welcome {
  text-align: center;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4F5241;
  overflow: hidden;
}
.welcome .title_wrap {
  color: #fff;
  position: absolute;
  top: 0; /* Start at the top of the container */
  left: 0;
  width: 100%;
  height: 100%; /* Allow full height for scrolling animation */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2%;
  /*
  h1 
  {
  	display: block;
  	//font-size: 9vw;
  	line-height: 0.9em;
  	font-weight: 600;
  	font-family: "Farmacia";
  	letter-spacing: 0.02em;
  	text-transform: uppercase;
  	border: 1px solid orange;
  	color: #fff;

  	@media only screen and (max-height: 900px) {
  		//font-size: 9vh;
  	}

  	span 
  	{
  		display: block;
  	}
  }
  */
}
.welcome .title_wrap div h1 {
  color: #fff;
  font-size: clamp(0px, 12vw, 190px);
  line-height: 0.9em;
}
@media only screen and (min-width: 768px) and (max-height: 1000px) {
  .welcome .title_wrap div h1 {
    font-size: 16vh;
  }
}
.welcome .title_wrap div h1 span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .welcome .title_wrap div h1 span {
    display: block;
  }
}

.scale {
  position: relative;
}

/*
---------------------------------------------------------------------------
=	PAGE INTRO
---------------------------------------------------------------------------
*/
.page_intro {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.single .page_intro:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.page_intro > div {
  text-align: center;
  padding: 5%;
  position: relative;
  z-index: 1;
}
.page_intro > div > span {
  display: block;
  padding-top: 1%;
  text-transform: uppercase;
  font-size: clamp(22px, 3vw, 44px);
}
.page_intro .title {
  color: #fff;
}

.page-services .overview {
  color: #202215;
}

/*
---------------------------------------------------------------------------
=	TEXT COL
---------------------------------------------------------------------------
*/
.block {
  padding: 5%;
}
@media only screen and (max-width: 767px) {
  .block {
    padding: 10% 5%;
  }
}

.title {
  line-height: 0.85em;
  font-family: "Farmacia";
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4F5241;
}
.title span {
  display: block;
}
.title.title_l {
  font-size: clamp(0px, 20vw, 200px);
}
.title.title_m {
  font-size: clamp(100px, 12vw, 190px);
}
.title.title_s {
  font-size: clamp(0px, 4vw, 55px);
}
@media only screen and (max-width: 767px) {
  .title.title_s {
    font-size: 10vw;
  }
}

.text_2_col {
  display: flex;
  flex-wrap: wrap;
}
.text_2_col > div {
  flex: 1;
  max-width: 50%;
}
.text_2_col > div.col1 {
  padding-right: 10%;
}
@media only screen and (max-width: 767px) {
  .text_2_col > div.col1 {
    padding: 0 0 40px 0;
  }
}
.text_2_col > div.col2 {
  flex: 60%;
  max-width: 60%;
}
.text_2_col > div.col2 > a {
  margin-top: 70px;
  display: block;
  font-size: clamp(16px, 2vw, 22px);
  color: #202215;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .text_2_col > div .entry_content p {
    padding-left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .text_2_col > div {
    flex: 100% !important;
    max-width: 100% !important;
  }
}
.text_2_col.large_first .entry_content p:first-of-type {
  font-size: clamp(30px, 2.5vw, 68px);
  line-height: 1.2em;
  padding-left: 0;
  text-indent: 2em;
}

#footer .text_2_col .col2 > a {
  text-align: right;
  font-size: clamp(24px, 3vw, 64px);
}

/*
---------------------------------------------------------------------------
=	FEATURED PROJECTS
---------------------------------------------------------------------------
*/
.featured_projects {
  padding: 7%;
  position: relative;
}
.archive .featured_projects {
  padding-top: 200px;
}

.featured_projects .title {
  text-align: center;
  color: #9D9F94;
  margin-bottom: 5%;
  position: sticky;
  top: 100px;
  padding: 20px 0;
}

.projects {
  position: relative;
}

.projects a {
  display: block;
  height: 80vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Gellix_bold";
  color: #fff;
  font-size: clamp(30px, 4vw, 66px);
  margin-bottom: 20px;
  position: sticky;
  top: 100px;
  transform-origin: top center;
  transition: transform 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

/* When an element is stuck, scale down previous ones */
.projects a.stuck {
  transform: scale(0.9);
  opacity: 1;
  margin-top: 50px; /* Adds space between stacked items */
}

/*
---------------------------------------------------------------------------
=	SERVICES SLIDER
---------------------------------------------------------------------------
*/
/*

.services_slider
{
	background: #4F5241;
	height: 100vh;

	.cols
	{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;	

		.col
		{
			align-self: stretch;
			height: 100vh;
			padding: 5%;

			&.col1
			{
				flex:60%;
				color: #fff;

				display: flex;
				flex-wrap: wrap;

				.title
				{
					color: #fff;
				}
				.slide_list
				{
					padding-top: 10%;
					li
					{
						display: block;
						font-size: 53px;
						line-height: 1.2em;
						margin-bottom: 10px;
						font-family: "Gellix_bold";
						color: #9D9F94;

						&.active_slide
						{
							color: #fff;
						}
					}
				}

				.end
				{
					flex:100%;
					align-self: flex-end;

					display: flex;
					flex-wrap: wrap;	

					.slide_content
					{
						margin-left: auto;
						max-width: 350px;

						p
						{
							font-size: 16px;
							line-height: 1.2em;
						}
					}
				}

			}
			&.col2
			{
				flex:40%;
			}
		}
	}
}

/*
---------------------------------------------------------------------------
=	DISCOVER
---------------------------------------------------------------------------
*/
.discover {
  position: relative;
  z-index: 10;
  background: #DCD8C5;
  color: #202215;
  padding-bottom: 5vh;
}
.discover .title {
  color: #202215;
}
.discover .sticky_text {
  position: sticky;
  top: 0;
  min-height: 100vh;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.discover .sticky_text p {
  padding-top: 5vh;
  font-size: clamp(16px, 2vw, 30px);
}
.discover .sticky_text p a {
  display: inline-block;
  color: #202215;
  text-decoration: underline;
}
.discover .photo {
  position: sticky;
  top: 25vh;
  text-align: center;
  height: 50vh;
  margin-bottom: 25vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.discover .photo img {
  display: inline-block;
  margin: 0 auto;
  height: 80%;
  width: auto;
}
.discover .photo#photo2 img {
  transform: rotate(-3deg);
}
.discover .photo#photo3 img {
  transform: rotate(2deg);
}
.discover .photo#photo4 img {
  transform: rotate(-1deg);
}

/*
---------------------------------------------------------------------------
=	QUOTE
---------------------------------------------------------------------------
*/
.quote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10% 5%;
}
.quote > div {
  text-align: center;
  max-width: 1160px;
  margin: 0 auto;
}
.quote > div blockquote {
  font-size: clamp(0px, 10vw, 120px);
  line-height: 0.9em;
}
.quote > div cite {
  padding-top: 40px;
  display: block;
  font-size: clamp(0px, 4vw, 24px);
}

/*
---------------------------------------------------------------------------
=	SERVICES
---------------------------------------------------------------------------
*/
/*
.services_grid
{
	display: flex;
	flex-wrap: wrap;
	gap:40px;

	.service
	{
		width: 100%;
		padding-bottom: 60px;
		border-bottom: 1px solid #DFDFDF;
		align-self: stretch;
		//max-width: calc(50%  - 20px);

		@media only screen and (max-width: 767px)
		{
			&:last-of-type
			{
				border-bottom: none;
				//padding-bottom: 20px;
			}
		}

		h3
		{	
			display: block;
			font-size: 37px;
			font-family: "Gellix_bold";
			//margin-bottom: 2em;
			line-height: 1.4em;
			padding-right: 30%;

			@media only screen and (max-width: 767px)
			{
				font-size: 5vw;
				padding: 0;
			}
		}


		.entry_content
		{
			align-self: flex-end;

			p
			{
				padding: 0 !important;
			}
		}
	}
}

*/
/*
----------------------------
=	PROJECT STATS
----------------------------
*/
@media only screen and (min-width: 768px) {
  .project_stats {
    border-top: 1px solid #dfdfdf;
  }
}
.project_stats > div {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  font-size: clamp(0px, 1.2vw, 18px);
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  .project_stats > div {
    font-size: 18px;
  }
}
.project_stats > div > span {
  display: block;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .project_stats > div > span:first-of-type {
    max-width: 30%;
    padding-right: 10px;
  }
}
.project_stats > div > span span {
  display: block;
  margin-bottom: 0.5em;
}
.project_stats > div a {
  display: inline-block;
  color: #202215;
}

/*
---------------------------------------------------------------------------
=	GALLERIES
---------------------------------------------------------------------------
*/
.break {
  display: block;
  padding-bottom: 40%;
}

.gal {
  padding: 0 20px;
}
.gal span {
  display: block;
  width: 100%;
}

.gal_3 > span {
  margin-bottom: 20px;
  padding-bottom: 40%;
}
@media only screen and (max-width: 767px) {
  .gal_3 > span {
    padding-bottom: 100%;
  }
}
.gal_3 div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.gal_3 div span {
  max-width: calc(50% - 10px);
  padding-bottom: 50%;
}
@media only screen and (max-width: 767px) {
  .gal_3 div span {
    max-width: 100%;
    padding-bottom: 100%;
  }
}

.gal_1 span {
  padding-bottom: 50%;
}
@media only screen and (max-width: 767px) {
  .gal_1 span {
    padding-bottom: 100%;
  }
}

.gal_2 {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.gal_2 span {
  max-width: calc(50% - 10px);
  padding-bottom: 36%;
}
@media only screen and (max-width: 767px) {
  .gal_2 span {
    max-width: 100%;
    padding-bottom: 100%;
  }
}

.gal_1_sq span {
  height: 100vh;
}

/*
---------------------------------------------------------------------------
=	ABOUT
---------------------------------------------------------------------------
*/
.page-about .page_intro h1 {
  color: #4F5241;
}

/*
---------------------------------------------------------------------------
=	TEXT IMG COL
---------------------------------------------------------------------------
*/
.text_img_col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5%;
  direction: rtl;
}
.text_img_col .col {
  flex: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .text_img_col .col {
    flex: 100%;
    max-width: 100%;
  }
}
.text_img_col .col.col1 {
  min-height: 90vh;
  align-self: stretch;
}
.text_img_col .col.col2 {
  direction: ltr;
  padding: 5% 10% 5% 5%;
}
@media only screen and (max-width: 767px) {
  .text_img_col .col.col2 {
    padding: 10% 0;
  }
}

/*
---------------------------------------------------------------------------
=	CLIENTS
---------------------------------------------------------------------------
*/
#clients {
  background: #4F5241;
  color: #fff;
  /*
  .client_list
  {
  	margin: 10% 0 5% 0;
  	border-top: 1px solid #cdcdcd;

  	.client
  	{
  		display: flex;
  		flex-wrap: wrap;
  		align-items: center;
  		justify-content: center;
  		padding: 40px 0;
  		border-bottom: 1px solid #cdcdcd;	

  		span
  		{
  			flex:1;
  			font-size: 18px;
  		}
  	}
  }
  */
}
#clients .entry_content p {
  text-indent: 0;
}
#clients .title {
  color: #fff;
}
#clients table {
  margin-top: 10%;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(0px, 3vw, 18px);
  text-align: left;
}
#clients table tr {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  #clients table tr:last-of-type {
    border-bottom: 0;
  }
}
#clients table td {
  text-align: left;
  padding: 30px 10px;
}
#clients table td:last-of-type {
  text-align: right;
}
#clients table td a {
  display: block;
  color: #fff;
}
#clients table td a:hover {
  color: #000;
}
@media only screen and (max-width: 767px) {
  #clients table td.site_link {
    display: none;
  }
}

/*
---------------------------------------------------------------------------
=	SERVICE DETAIL
---------------------------------------------------------------------------
*/
.service_details .service_detail {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-width: 1px 0;
}
.service_details .service_detail h3 {
  display: block;
  font-size: clamp(30px, 3vw, 60px);
  font-family: "Gellix_bold";
  padding: 0.8em 0 1em 0;
}
.service_details .service_detail h3 a {
  color: #202215;
}
.service_details .service_detail h3 a:hover {
  color: #4F5241;
}
.service_details .service_detail .reveal {
  display: none;
}
.service_details .service_detail .reveal > div {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5%;
}
.service_details .service_detail .reveal .entry_content {
  flex: 1;
}
.service_details .service_detail .reveal .entry_content p {
  padding-left: 0;
}
.service_details .service_detail .reveal ul {
  padding-top: 10px;
}
.service_details .service_detail .reveal ul li {
  display: block;
  font-size: clamp(14px, 1vw, 18px);
  font-family: "Gellix_bold";
  line-height: 1.2em;
  margin-bottom: 16px;
}

/*
---------------------------------------------------------------------------
=	GSAP SLIDER
---------------------------------------------------------------------------
*/
.services_slider {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #4F5241;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .services_slider {
    display: none;
  }
}
.services_slider .cols {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.services_slider .cols .col1 {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
}
.services_slider .cols .col1 > div {
  flex: 100%;
}
.services_slider .cols .col1 > div .title_s {
  flex: 100%;
  display: block;
  color: #fff;
  align-self: flex-start;
}
.services_slider .cols .col1 > div .slide_list .active_slide {
  color: rgb(255, 255, 255);
}
.services_slider .cols .col1 > div .slide_list li {
  display: block;
  font-family: "Gellix_bold";
  font-size: clamp(30px, 4vw, 50px);
  margin-bottom: 0.5em;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}
.services_slider .cols .col1 > div .slide_list li:hover {
  color: rgba(255, 255, 255, 0.8);
}
.services_slider .cols .col1 > div.end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.services_slider .cols .col1 > div.end .slide_content {
  width: 50%;
  margin-left: auto;
}
.services_slider .cols .col1 > div.end .slide_content p {
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
}
.services_slider .cols .col2 {
  width: 45%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.services_slider .cols .col2 .swiper {
  width: 100%;
  height: 100%;
}
.services_slider .cols .col2 .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  text-align: center;
  height: 100%;
}

.mob_services {
  display: none;
  padding-top: 10%;
}
@media only screen and (max-width: 767px) {
  .mob_services {
    display: block;
  }
}
.mob_services .title {
  text-align: center;
  margin-bottom: 30px;
}
.mob_services .mob_service {
  color: #fff;
  background: #4F5241;
}
.mob_services .mob_service span {
  display: block;
  padding-bottom: 60%;
}
.mob_services .mob_service .inner {
  padding: 10% 5%;
}
.mob_services .mob_service h3 {
  color: #fff;
  text-align: left;
  display: block;
  font-size: clamp(30px, 3vw, 60px);
  font-family: "Gellix_bold";
  margin-bottom: 30px;
}
.mob_services .mob_service p a {
  color: #fff;
}

/*
---------------------------------------------------------------------------
=	CARDS
---------------------------------------------------------------------------
*/
.cards {
  padding: 5% 10% 10% 10%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cards {
    padding: 10% 5%;
  }
}
.cards .title {
  position: sticky;
  top: 5%;
  margin-bottom: 60px;
  color: #9D9F94;
}
.cards .stack-cards {
  --stack-cards-gap: 20px;
}
.cards .stack-cards .stack-cards__item {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  height: 0;
  padding-bottom: 50%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cards .stack-cards .stack-cards__item {
    padding-bottom: 80%;
  }
}
.cards .stack-cards .stack-cards__item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  left: 0;
}
.cards .stack-cards .stack-cards__item > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cards .stack-cards .stack-cards__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Farmacia";
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(50px, 10vw, 160px);
}
.cards .stack-cards .stack-cards__item a img {
  display: block;
  max-width: 30%;
  height: auto;
}

/*
---------------------------------------------------------------------------
=	ARCHIVE
---------------------------------------------------------------------------
*/
.archive #main {
  padding-top: 100px;
}

.bg_colour {
  transition: background 0.5s ease; /* Fallback for no-JS */
}
