/*!
Theme Name: ETHEREA
Theme URI: https://thoughtandfound.co
Author: Thought and Found
Author URI: https://thoughtandfound.co
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: etherea
*/

@media screen and (min-width: 0) {
/*--------------------------------------------------------------
NORMALIZE
--------------------------------------------------------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}
/*--------------------------------------------------------------
GLOBALS
--------------------------------------------------------------*/
body, div, a, p, h1, h2, h3, h4, h5, h6, input {
	font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 500;
}

h1, .h1 {
   font-size: 11vw;
   line-height: 1;
}

h2, span.h2 {
    font-size: 28px;
    line-height: 1.1;
    margin-top: 0;
}

h2:last-child {
    margin-bottom: 0;
}

h3 {
    margin-top: 0;
    font-size: 13px;
    text-transform: uppercase;
}

h4, h4 p {
    margin-top: 0;
    font-size: 11px;
}

.intro {
    padding-bottom: 30px;
}

a {
    text-decoration: none;
    color: black;
    transition: opacity 500ms ease-in-out;
}

a:hover,
.m-toggle:hover,
.search-icon:hover {
    opacity: .5;
}

p {
    font-size: 16px;
    margin-top: 0;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.m-toggle, .search-icon {
    cursor: pointer;
    transition: opacity 500ms ease-in-out;
}

/*--------------------------------------------------------------
COLORS / HOVERS
--------------------------------------------------------------*/
.bg-lapis {
    background: #005FFF;
    color: black;
}

.bg-lemon {
    background: #D2EB00;
    color: black;
}

.bg-orange {
    background: #FF6400;
    color: black;
}

.bg-lime {
    background: #00D22D;
    color: black;
}

.bg-pink {
    background: #FF50BE;
    color: black;
}

.white {
    color: white;
}

.white .as-txt {
    color: white;
    color: #ffffff5c;
}

.white .m-line {
    background: white;
}

.white .pg-ttl,
.white .entry-content a,
.white .m-toggle, .white .social-links a,
.white .main-nav ul.menu a, .white .blurred,
.white aside a, .white span.h2,
.white ul.menu a, .white .f-col, .white footer a,
.white input#mce-EMAIL, .white input#mce-EMAIL::placeholder, 
.white input#mce-EMAIL-1, .white input#mce-EMAIL-1::placeholder, 
.white input#mce-EMAIL-2, .white input#mce-EMAIL-2::placeholder, 
.white input#mce-EMAIL-3, .white input#mce-EMAIL-3::placeholder, 
.white input#mce-EMAIL-4, .white input#mce-EMAIL-4::placeholder, 
.white input#mc-embedded-subscribe,
.white input#mc-embedded-subscribe-1,
.white input#mc-embedded-subscribe-2,
.white input#mc-embedded-subscribe-3,
.white input#mc-embedded-subscribe-4 {
    color: white;
}

.m-blur {
    filter: blur(1px);
}

.main-nav ul.menu li {
  --blur: 5;
  position: relative;
  display: block;
  width: fit-content;
}

.main-nav ul.menu li .blurred-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; 
  width: 10px;
  overflow: visible;
}

.blurred-wrapper {
  transition: opacity 500ms ease-in-out;
}

.blurred-wrapper {
  opacity: 0;
  position: absolute;
  top: 0;
  filter: blur(3px);
  z-index: -1;
  transform: scale3d(var(--blur), 0.001, 1);
}

.blurred {
  color: black;
  transform: scale(calc( 1/var(--blur) ), 1000);
}

.blurred-wrapper.m-vis {
  opacity: 1;
  visibility: visible;
}
/*--------------------------------------------------------------
BLUR TRANSITIONS
--------------------------------------------------------------*/
.main-nav ul.menu a {
    --blur: 5;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 15px;
    z-index: 15;
}

header#masthead:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    mask: linear-gradient(to top, transparent, black 35%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.m-line {
    background: black;
    width: 15px;
    margin-top: 3px;
    height: 1px;
}

.m-icon {
    margin-right: 5px;
    display: inline-block;
}

.navigation {
    padding: 15px;
    font-size: 0;
    
}

.m-toggle {
    text-transform: uppercase;
    font-size: 13px;
    color: black;
    width: fit-content;
    display: block;
}


.h-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.h-col:last-child {
    text-align: right;
}
	
.search-icon {
    position: relative;
	margin-right: 0;
    margin-left: auto;
	width: fit-content;
}
	
.circ {
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-radius: 50%;
	margin-top: 1px;
}
	
.s-line {
    height: 1px;
    width: 5px;
    background: black;
    transform: rotate(45deg);
    position: absolute;
    right: -2px;
}
	
.s-form {
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	background: linear-gradient(to top, #000000 25%, transparent);
	padding: 15px;
	z-index: 20;
	min-height: 50vh;
	display: grid;
	align-items: end;
	-webkit-backdrop-filter: brightness(.9) blur(30px);
	backdrop-filter: brightness(.9) blur(30px);
}
	
form.search-form input {
	appearance: none;
	-wekbit-appearance: none;
    font-size: 48px;
	border: none;
	border-bottom: 1px solid;
	background: transparent;
	color: white;
	outline: none;
}
	
form.search-form input::placeholder {
	color: transparent;	
}
	
form.search-form label, form.search-form input {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
	
form.search-form input.search-submit {
	margin-top: 15px;
	padding: 0;
	border: none;
}
	
body.search {
	background: white;	
}
	
body.search h2 {
	margin-bottom: 0;	
}
	
.read-more {
	margin-top: 30px;	
}
	
.mod article {
    margin-bottom: 60px;
}

.backdrop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: brightness(1) blur(20px);
    backdrop-filter: brightness(.9) blur(20px);
    width: 100%;
    height: 100%;
    z-index: 10;
}

.main-nav {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 120px 15px 15px 15px;
    box-sizing: border-box;
	width: auto;
    height: 100%;
    z-index: 11;
}

nav#site-navigation {
    display: flex;
    align-items: end;
    height: 100%;
}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 48px;
    line-height: 1;
}

.main-nav ul.menu a {
    color: black;
}

.head-site-brand, .mn-head-site-brand {
    position: relative;
    z-index: 20;
    padding: 16px 85px 0 85px;
    margin: auto;
    max-width: 385px;
    pointer-events: none;
    transition: opacity 500ms ease-in-out;
}
	
.mn-head-site-brand {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.head-site-brand img, .mn-head-site-brand img {
    transform: translateX(3%);
}

.h-hide {
    opacity: 0;
}

.head-site-brand a, .mn-head-site-brand a {
    pointer-events: all;
}

.head-site-brand a:hover, .mn-head-site-brand a:hover {
    opacity: 1;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
    padding-top: 60px;
    display: none;
}

footer a {
    color: white;
}

.site-info {
	color: white;
	background: black;
    font-size: 0;
    padding: 15px;
}

.f-col {
    font-size: 11px;
    line-height: 1.1;
    text-transform: uppercase; 
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 60px;
}

.f-col:nth-child(even) {
    padding-left: 7.5px;
    box-sizing: border-box;
}

.f-col:last-child {
    margin-bottom: 0;
}

footer ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

ul.menu a {
    color: white;
}
	
.pnl .n-form h2 {
	text-transform: none;
	margin-bottom: 15px;
	font-size: 16px;
}

.n-form {
    margin-top: 17px;
    position: relative;
    max-width: 310px;
}

input#mce-EMAIL,
input#mce-EMAIL-1,
input#mce-EMAIL-2,
input#mce-EMAIL-3,
input#mce-EMAIL-4,
input#mc-embedded-subscribe,
input#mc-embedded-subscribe-1,
input#mc-embedded-subscribe-2,
input#mc-embedded-subscribe-3,
input#mc-embedded-subscribe-4 {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    color: white;
    font-size: 11px;
    font-weight: 500;
}
	
.pnl input#mce-EMAIL,
.pnl input#mce-EMAIL-1,
.pnl input#mce-EMAIL-2,
.pnl input#mce-EMAIL-3,
.pnl input#mce-EMAIL-4,
.pnl input#mc-embedded-subscribe,
.pnl input#mc-embedded-subscribe-1,
.pnl input#mc-embedded-subscribe-2,
.pnl input#mc-embedded-subscribe-3,
.pnl input#mc-embedded-subscribe-4 {
	font-size: 16px;	
}

input#mce-EMAIL::placeholder,
input#mce-EMAIL-1::placeholder,
input#mce-EMAIL-2::placeholder,
input#mce-EMAIL-3::placeholder,
input#mce-EMAIL-4::placeholder {
    text-transform: uppercase;
    color: white;    
}

input#mce-EMAIL,
input#mce-EMAIL-1,
input#mce-EMAIL-2,
input#mce-EMAIL-3,
input#mce-EMAIL-4 {
    border-bottom: 1px solid;
    border-radius: 0;
    outline: none;
    width: 100%;
    width: calc(100% - 40px);
    background: transparent;
}

input#mc-embedded-subscribe,
input#mc-embedded-subscribe-1,
input#mc-embedded-subscribe-2,
input#mc-embedded-subscribe-3,
input#mc-embedded-subscribe-4 {
    border: 1px solid;
    border-radius: 20px;
    padding: 2px 10px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 20px;
    background: black;
}
	
.team-panel .p-side {
	position: relative;	
}
/*--------------------------------------------------------------
MODULES
--------------------------------------------------------------*/
main {
    padding-top: 120px;
}

.entry-content {
    padding: 0 15px;
    clear: both;
    overflow: hidden;
    min-height: calc(100vh - 498px);
}

.mod {
    padding-top: 15px;
}
	
.mobile-as {
	margin-top: 60px;
}

aside {
    padding-top: 15px;
	margin-bottom: 30px;	
}

aside .as-txt {
	display: none;		
}

.as-txt {
    max-width: 180px;
    color: #bbb;
    color: #0000005c;
}

.p-ttl {
    margin-bottom: 30px;
    font-size: 13px;
    text-transform: uppercase;
}

.as-txt, .as-txt p {
    font-size: 11px;
    text-transform: uppercase;
}

.txt-mod .column p:last-child {
    margin-bottom: 0;
}

.img-mod {
    font-size: 0;
    padding-top: 0;
}

.img-block {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 15px;
}

.img-block:nth-child(odd) {
    padding-right: 15px;
}

.img-block.single {
    width: 100%;
    padding: 0;
    padding-top: 15px;
}

.caption {
    font-size: 10px;
    margin-top: 5px;
    color: #bbb;
    color: #0000005c;
}

.mod.m-grid {
    display: grid;
    gap: 15px;
	padding-left: 0;
}

.grid-item {
    grid-row: span 3;
}

.g-i .caption {
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
body.home {
	background: black;	
}
	
body.home header#masthead:after {
    display: none;
}
	
body.home main {
    padding-top: 0;
    position: relative;
    height: 100vh;
    width: 100%;
	overflow: hidden;
}
	
body.home .head-site-brand {
	position: absolute;
	left: 0;
	right: 0;
}

body.home .backdrop {
    opacity: 0;
}

body.home .m-toggle,
body.home .main-nav ul.menu a,
body.home .circ {
    color: white;
}

body.home .m-line,
body.home .s-line {
    background: white;
}

body.home footer {
	padding-top: 0;
}

.grain {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200vh;
  background: transparent url('./images/NOISE-(COLOR).webp') repeat 0 0;
  background-size: 200px;
  filter: saturate(10);
  animation: grain-animation .2s steps(10) infinite;
  opacity: .7;
  visibility: visible;
  z-index: 5;
  will-change: transform;
}

@keyframes grain-animation {
    0% { transform: translate(0,0) }
    10% { transform: translate(-5%,-5%) }
    20% { transform: translate(-10%,5%) }
    30% { transform: translate(5%,-10%) }
    40% { transform: translate(-5%,15%) }
    50% { transform: translate(-10%,5%) }
    60% { transform: translate(15%,0) }
    70% { transform: translate(0,10%) }
    80% { transform: translate(-15%,0) }
    90% { transform: translate(10%,5%) }
    100% { transform: translate(5%,0) }
}

.feat-reel {
    position: absolute;
    left: -5%;
    right: 0;
    top: -5%;
    bottom: 0;
    width: 110%;
    height: 110%;
    width: 110vw;
    height: 110vh;
    filter: saturate(1.2) blur(10px);
}

.feat-reel video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

body.home footer {
	display: none;	
}
	
.carousel {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  filter: brightness(.8) saturate(1.2);
}

.carousel .c-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

.carousel .c-i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel .c-i.active {
  opacity: 1;
}
	
.pnl {
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0px;
    bottom: 0px;
    width: 100%;
	box-sizing: border-box;
    padding: 120px 15px 15px 15px;
	-webkit-backdrop-filter: brightness(.9) blur(30px);
    backdrop-filter: brightness(.9) blur(30px);
	overflow-y: scroll;
	display: none;
}

.pnl a, .pnl p, .pnl h2, .pnl h3, .pnl h4 {
    color: white;
}
	
.pnl-backdrop {
	display: none;	
}
	
.p-inner {
	position: relative;	
	height: 100%;
	max-width: 330px;
}
	
.n-form p:empty {
    display: none;
}
	
.pnl a {
	color: white;	
}
	
.pnl input#mc-embedded-subscribe,
.pnl input#mc-embedded-subscribe-1,
.pnl input#mc-embedded-subscribe-2,
.pnl input#mc-embedded-subscribe-3,
.pnl input#mc-embedded-subscribe-4 {
	background: transparent;	
}
	
.pnl .n-form {
	width: 310px;	
}
	
.pnl h4, .pnl h4 p {
	text-transform: uppercase;
	margin-bottom: 0;
}

.p-side h4 p {
    margin-top: 13px;
}
	
.pnl h1 {
	margin: 0;	
}
	
.pnl h2 {
	font-size: 22px;	
}
	
.p-side {
    position: absolute;
    left: 0;
    bottom: 0;
}
	
.p-i {
	padding-bottom: 60px;
}
	
.p-i:last-child {
	padding-bottom: 15px;	
}
	
.p-i img {
    margin-top: 15px;
	filter: contrast(.8);
}
	
.team-panel .p-inner {
	max-width: none;	
}
	
.p-grid {
    max-width: 180px;
    margin: auto;
    margin: -30px auto 0px auto;
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
.page-content {
    position: relative;
    --blur: 5;
}

section.no-results.not-found {
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    margin-top: -120px;
    height: calc(100vh - 385px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

section.no-results.not-found h1,
section.no-results.not-found .h1 {
   color: black;
}

section.no-results.not-found .blurred-wrapper {
    display: none;
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    filter: blur(1vw);
    animation: opacInOut 8s ease-in-out infinite;
    z-index: 10;
    pointer-events: none;
}

}

@media screen and (max-height: 535px) {
	.about-panel .p-side {
		position: relative;
	}
}


@media screen and (max-height: 675px) {
	.contact-panel .p-side {
		position: relative;
	}
}

@media screen and (max-width: 768px) {
/*--------------------------------------------------------------
MAX ITERATION COUNT – MOBILE FIX
--------------------------------------------------------------*/   
section.no-results.not-found .blurred-wrapper {
    z-index: 15;
    transform: scale3d(var(--blur), 0.1, 1);
}

section.no-results.not-found .blurred {
    margin-top: 10vw;
    transform: scale(calc(1 / var(--blur)), 10);
}

}

@media screen and (min-width: 440px) {
	h1, .h1 {
		font-size: 48px;
	}
}

@media screen and (min-width: 568px) {
    .head-site-brand img, .mn-head-site-brand img {
        transform: translateX(3%);
    }
}

@media screen and (min-width: 568px) {
/*--------------------------------------------------------------
GLOBALS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MODULES
--------------------------------------------------------------*/
aside {
	float: left;
	width: 33%;
}
	
aside .as-txt {
	display: block;
}
	
.mobile-as {
	display: none;
}
	
.p-ttl {
	margin-bottom: 45px;	
}
	
.mod {
	padding-left: 33%;	
}
	
.mod.m-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    gap: 15px;
	padding-left: 0;
}
	
.mod.txt-mod p {
	max-width: 500px;	
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
section.no-results.not-found {
    height: calc(100vh - 392px);
}
}

@media screen and (min-width: 768px) {
/*--------------------------------------------------------------
GLOBALS
--------------------------------------------------------------*/
h2, span.h2 {
	font-size: 30px;
}
	
.mod.txt-mod h2 {
    max-width: 500px;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.backdrop, .pnl-backdrop, .pnl {
	width: 50%;	
}
	
.s-form {
	padding-bottom: 20px;
	min-height: 200px;
}
	
form.search-form {
	display: flex;	
	align-items: end;
}
	
form.search-form label, form.search-form input {
	display: inline-block;	
}

form.search-form input.search-submit {
	width: 190px;
    padding-left: 30px;
	line-height: .8;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.site-info {
    clear: both;
    overflow: hidden;
}

.f-col {
    margin-bottom: 30px;
}

.f-col:nth-child(1) {
    width: 15%;
}

.f-col:nth-child(2) {
    width: 18%;
}

.f-col:nth-child(3) {
    width: 33%;
}

.f-col:last-child {
    width: auto;
    float: right;
}

.n-form {
    max-width: 310px;
}
/*--------------------------------------------------------------
MODULES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.p-grid {
    margin-right: 0;
    transform: none;
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
.entry-content {
    min-height: calc(100vh - 360px);
}

section.no-results.not-found {
    height: calc(100vh - 243px);
}
}

@media screen and (min-width: 1024px) {
/*--------------------------------------------------------------
GLOBALS
--------------------------------------------------------------*/
span.h2 {
    font-size: 64px;    
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.head-site-brand, .mn-head-site-brand {
    max-width: 529px;
    width: 37.6%;
}
	
.backdrop, .pnl-backdrop, .pnl {
	width: 31%;	
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MODULES
--------------------------------------------------------------*/
.intro {
    padding-bottom: 60px;
}

.intro h2 {
    width: 920px;
}

.mod.m-grid {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.pnl-backdrop, .pnl {
	max-width: 350px;	
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
}

@media screen and (min-width: 1200px) {
/*--------------------------------------------------------------
GLOBALS
--------------------------------------------------------------*/
p {
    font-size: 1.35vw;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MODULES
--------------------------------------------------------------*/
.intro h2 {
    width: 75%;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
section.no-results.not-found {
    height: calc(100vh - 252px);
}
}

@media screen and (min-width: 1400px) {
/*--------------------------------------------------------------
GLOBALS
--------------------------------------------------------------*/
p {
    font-size: 19px;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.navigation {
    max-width: 1370px;
    margin: auto;    
}

.main-nav {
    max-width: 1405px;
    margin: auto;
    right: 0;
}
	
.backdrop {
	width: calc(((100vw - 1400px) / 2) + 435px);	
}
	
.p-inner, .team-panel .p-inner {
	max-width: 320px;
}
	
.pnl-backdrop, .pnl {
	max-width: none;
	width: calc(((100vw - 1400px) / 2) + 350px)
}
	
form.search-form {
    min-width: 1370px;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
img.logo.l-base {
    max-height: 181px;
    width: auto;
    margin: auto;
}

footer {
    padding-top: 0;
    margin-top: 60px;
    border-top: 1px solid;
}
	
.s-i-wrap {
	background: black;	
}

.site-info {
    max-width: 1370px;
    margin: auto;
    border-top: none;
}

.sb-txt, .site-date {
    max-width: 1400px;
    margin: auto;
}

.site-date {
    margin-bottom: 8px;
}
/*--------------------------------------------------------------
MODULES
--------------------------------------------------------------*/
.entry-content {
    max-width: 1370px;
    margin: auto;
	min-height: calc(100vh - 378px);
}

.intro h2 {
    width: 1020px;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/

/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
}
