@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900|Lora');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
/* base styles */
html * {box-sizing: border-box;}
html {
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body{
    color: #fff;
    width: 100vw;
    min-height: 100vh;
    font-size: 1.25em;
    font-weight: 400;
    background-color: #000;
    background-image: radial-gradient(at 58% 98%, hsla(256, 86%, 58%, .75) 0, hsla(256, 86%, 58%, 0) 50%),
    radial-gradient(at 14% 25%, hsla(306, 92%, 56%, 0.45) 0, hsla(306, 92%, 56%, 0) 50%),
    radial-gradient(at 98% 99%, hsla(210, 94%, 62%, 0.2) 0, hsla(210, 94%, 62%, 0) 50%),
    radial-gradient(at 89% 14%, hsla(265, 87%, 55%, 0.5) 0, hsla(265, 87%, 55%, 0) 50%),
    radial-gradient(at 34% 78%, hsla(208, 85%, 68%, 0.2) 0, hsla(208, 85%, 68%, 0) 50%);
    background-attachment: fixed;
}
a{
  color: hsla(188, 88%, 44%, 1);
}
a:hover{
	color: hsla(269, 87%, 73%, 1);
}
p, h1, h2, h3, h4, h5, h6, ul, ol, address, form {
	margin: 1em 0 0;
}
p, li {
    /*font-size: .8em;*/
    line-height: 1.6em;
}
h1, h2, h3, .my-method h2 {
  color: white;
}
h4, h5, h6 {
    color: hsla(269, 87%, 73%, 1);
}
h1 {
    font-weight: 200;
    font-size: 3.25em;
}
h2 {
    font-weight: 400;
    font-size: 2.25em;
}
h3 {
    font-weight: 600;
    font-size: 1.4em;
    margin: 2em 0 0;
}
h4 {
    font-weight: 600;
    font-size: 1.3em;
    color: #4A4A4A;
}
h5 {
}
h6 {
}
hr {
    margin-top: 2em;
    margin-bottom: 1em;
}
strong {
  font-style: normal;
  font-weight: 600;
}

header a, .work-listing a, .btn, .entries a, header h1 a:hover span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* lists */
ul, ol {
  list-style-position: outside !important;
}
ul, ol, ul ul, ol ul {
  margin: 1em 0 0 1em;
}
ul li, ol li {
  margin: 1em 0;
}

/* new header */
header.full {
  background: none;
  padding: 0;
}
header.full a {
    font-weight: 400;
}
header .main-nav {
    background-color: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(100px);
    border-radius: 10px;
    padding: 0 .5em;
    border: 1px solid rgb(255 255 255 / 4%);
}
header .main-nav li {
    margin: 0.5em 0.25em;
}
header .main-nav a {
    font-size: .725em;
    font-size: .615em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .225em;
    margin: 0 0.15em;
    padding: 0.35em 1.15em;
    border-radius: 5px;
    background: none;
    background: hsl(270deg 30% 12% / 0%);
    /*backdrop-filter: blur(10px);*/
}
header .main-nav a.act, header .main-nav a:hover {
    color: hsl(188deg 88% 44%);
    background: hsl(270deg 30% 12% / 80%);
    /*backdrop-filter: blur(10px);*/
}


/* new portfolio */
.entries {
    display: block;
    margin: 3em 0;
}
.entries > .entry:nth-child(odd) {
    clear: left;
}

.entries > .entry:nth-child(2) {
    margin-top: 1.5rem;
}
.entries > .entry {
    position: relative;
    padding: 0;
    border-image-slice: 1;
    border-width: 3px;
    margin: 0 0 6rem;
    border-image: linear-gradient(to left, #439ef9, #439ef9) 1;
    -webkit-transition: border 0.6s, box-shadow 0.6s;
    -moz-transition: border 0.6s, box-shadow 0.6s;
    -ms-transition: border 0.6s, box-shadow 0.6s;
    -o-transition: border 0.6s, box-shadow 0.6s;
    transition: border 0.6s, box-shadow 0.6s;
}
.entries > .entry:hover {
    border-image: linear-gradient(to left, #f628e1, #439ef9) 1;
}
.entries > .entry a {
    text-decoration: none;
}
.entries > .entry:hover a {
    text-decoration: underline;
    color: hsl(188deg 88% 44%);
}
.entries > .entry:first-child {
    margin: 0;
}
.entries > .entry p {
    font-size: 1.15em;
    margin: .5rem 0 1.5rem;
    line-height: 1.25em;
}
.entries > .entry a {
  color: white;
}
.entries figure {
    margin: 0;
    background: linear-gradient(145deg, rgb(52 50 55) 0%, rgb(33 24 44) 50%);
    padding: 0;
    z-index: 1;
}
.entries > .entry div {
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    padding: 0.5rem 1rem 0;
    display: inline;
    background: hsl(270deg 30% 12% / 75%);
    backdrop-filter: blur(40px);
    max-width: 65%;
    border-radius: 0 12px 12px 0;
    border: 1px solid rgb(255 255 255 / 5%);
    border-left-width: 0;
}
.category-list {
    display: block;
    margin: 3rem 0 2rem;
    text-align: center;
}
.category-list div {
    font-size: .575em;
    text-transform: uppercase;
    letter-spacing: .15em;
    display: inline-block;
    margin-right: 1em;
    color: rgb(255 255 255 / 65%);
}
.category-list span {
    font-size: .55em;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #ffffff;
    padding: .5em 1em;
    margin: 0 .5rem .75em 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    border-radius: 6px;
    border: 1px solid rgb(255 255 255 / 4%);
}
.portfolio-detail {
    background: hsl(270deg 30% 12% / 75%);
    backdrop-filter: blur(5px);
    border-radius: 24px;
    padding: 24px;
    border: 1px solid rgb(255 255 255 / 5%);
}
.portfolio-detail h1 {
    font-size: 2.15em;
    line-height: 1.125em;
    margin-top: .55em;
}
.portfolio-detail figure {
    margin: 2rem auto;
}
.summary figure {
    max-width: 85%;
    margin: 3rem auto 3rem;
}
.summary p {
    line-height: 1.6em;
}
@property --myColor1 {
  syntax: '<color>';
  initial-value: hsla(269, 87%, 73%, 1);
  inherits: false;
}

@property --myColor2 {
  syntax: '<color>';
  initial-value: hsla(269, 87%, 73%, 1);
  inherits: false;
}
.btn {
    margin: 1em 0;
    background: #b87ef6;
    /*background: linear-gradient(to left, var(--myColor1), var(--myColor2));*/
    transition: --myColor1 1.2s, --myColor2 1.2s;
    border: none;
    font-size: .85em;
}
.btn:hover {
    background: #0db9d3;
  /*--myColor1: #f628e1;
  --myColor2: hsla(269, 87%, 73%, 1);*/
}
.summary {
    margin: 0 0 5rem;
    padding: 1rem 0;
}
.summary:after{
    content: '';
    display: block;
    height: 1px;
    width: 60%;
    margin: 4rem auto 0;
    border-image: linear-gradient(to left, #f628e1, #0db9d3) 1;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.my-method .w-7:last-child {
  margin-top: 4em;
}
.my-method .w-7 h3 {
  margin: 2.5em 0 0;
}
.my-method .w-7 h3:first-child {
  margin: 1.5em 0 0;
}


/* header styles */
header.topper {
    background: #ffffff;
    padding-bottom: 1em;
}
header.topper h1 {
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 400;
    color: #9B9B9B;
    text-align: center;
    line-height: 2em;
}
header h1 {
    margin: .5em 0 1em;
    font-size: 1.5em;
}
header h1 a {
    color: hsl(0deg 0% 100% / 60%);
    color: hsla(188, 88%, 44%, 1);
}
header h1 strong {
    font-weight: 900;
    font-size: 1.5em;
    color: #544F46;
    display: block;
}
nav {
    font-size: .55em;
    text-align: center;
}
#nav-sub {
    margin-top: 0;
}
nav li {
    display: inline;
    font-size: 1.25em;
    text-transform: uppercase;
    margin: 0 .35em;
}
nav a {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: .45em .75em;
}
nav a:hover {
    color: #ffffff;
    background: #08A27F;
}
header h1 a:hover {
    text-shadow: 0px 1px 0px rgba(150, 150, 150, 0.4);
}
header h1 a:hover strong {
    color: #000000;
}
header h1 a span, .proj-services span {
    color: white;
    font-size: .5em;
    display: block;
    letter-spacing: .155em;
    line-height: 1.55em;
    opacity: .65;
}
header h1 a:hover span {
    opacity: 1;
}
.home-intro .himage {
    background-position: 50% 194px;
    background-repeat: no-repeat;
    padding-bottom: 11.5em;
    background-size: cover;
}
.home-intro.interior .himage {
    background-position: 50% 30%;
    padding-bottom: 28em;
}
.intro {
    font-size: 1.35em;
    line-height: 1.75em;
    font-weight: 200;
}
.intro p {
    margin: .5em 0;
    font-weight: 200;
}
.highlight {
    font-size: 1.55em;
    line-height: 1.2em;
    display: inline-block;
}
.intro p.highlight {
    background: rgb(255 255 255 / 2%);
    padding: .35em .75em;
    backdrop-filter: blur(100px);
    border-radius: 24px;
    margin: .65em 0 0.2em;
    border: 1px solid rgb(255 255 255 / 7%);
}
.highlight span {
    font-size: 1.45em;
}
.intro em, .intro strong  {
    color: hsla(188, 88%, 44%, 1);
    font-style: normal;
}

.intro .intro-me {
  font-weight: 600;
  font-size: 1.4em;
}

.intro-me strong {
    font-size: 1.35em;
    display: table;
    padding: .55em 0 4rem;
    margin-bottom: 1em;
    font-weight: 200;
    color: white;
    border-image: linear-gradient(to left, #f628e1, #0db9d3) 1;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    -webkit-transition: border 0.6s;
    -moz-transition: border 0.6s;
    -ms-transition: border 0.6s;
    -o-transition: border 0.6s;
    transition: border 0.6s;
}
.intro-me strong:hover {
    border-image: linear-gradient(to left, #f628e1, #f628e1) 1;
}
.intro-me strong span {
    color: hsla(188, 88%, 44%, 1);
}

.disclaimer {
    font-size: .75em;
    margin: 2rem 0;
    font-style: italic;
}

figure img {
    display: block;
    margin: 0 auto;
}
.entries figure img {
    opacity: .5;
}

article {
    padding-bottom: 1em;
}
.statement p {
    font-family: 'Lora', serif;
}
.statement strong, .statement em {
    font-family: 'Lato', sans-serif;
}
.statement p {
    font-size: 1.75em;
    margin-top: .5em;
}
.statement strong {
    font-weight: 900;
    color: #544F46;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    font-size: 2.75em;
    line-height: .85em;
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .35);
}
.statement em {
    font-weight: 300;
    color: #08A27F;
    letter-spacing: -0.36px;
    font-size: 1em;
    line-height: 1em;
    font-style: normal;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .35);
}
.home-intro h2 {
    font-weight: 900;
    font-size: 16px;
    color: #9B9B9B;
    letter-spacing: 2.7px;
    text-align: center;
    text-transform: uppercase;
    margin: 1em 0;
}
.home-intro h2:after {
    content: '';
    display: block;
    width: 4.5em;
    width: 70px;
    border-top: 3px solid #ffffff;
    margin: 1.3em auto;
}

.about-me {
    padding: 0;
}
.about-me h3 {
    margin: 0;
}
.about-me div {
    width: 100%;
    margin: 0;
    float: left;
}
.about-me div:after {
    content: '';
    display: block;
    width: 4.5em;
    width: 70px;
    border-top: 3px solid #ffffff;
    margin: 1.3em 0;
}
.my-method h2 {
  font-size: 1.45em;
}

footer {
    padding: 2em 0 4em;
    /*background: hsl(0deg 0% 0% / 70%);*/
    max-width: none;
}
footer .copy, .footer-content p {
    color: hsl(0deg 0% 100% / 60%);
    font-size: .7em;
    letter-spacing: .155em;
}
.footer-content {
    border: none;
}

article h1 {
    font-size: 2.65em;
    font-weight: 900;
    color: #544F46;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    line-height: .85em;
    display: block;
    margin-bottom: .5em;
}

.project-detail h1 {
    font-family: 'Lora', serif;
    font-size: 1.35em;
    line-height: 1.35em;
    margin-bottom: 0;
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
}
.project-detail h1 strong {
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.75px;
    display: block;
    color: #08A27F;
}
.project-detail img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}
.proj-services {
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .675em;
}
.proj-services span {
    margin-left: .45em;
    margin-right: .45em;
}
.project-detail .intro p {
    font-size: .95em;
}

.seg-copy {
    padding: 0 2em;
}
.more-info {
    display: none;
    position: relative;
    z-index: 5;
}
.less-info {
    position: relative;
    z-index: 10;
}
.seg-copy.expanded {
    background: #ffffff;
}
.seg-copy.expanded .more-info {
    display: block;
    clear: both;
    top: -24px;
    position: relative;
}
.less-info p:after {
    content: '';
    width: 70px;
    height: 3px;
    display: block;
    border: 0;
    background: #ffffff;
    margin-top: 1.5em;
    margin-bottom: 0;
}
.less-info:after {
    content: '';
    background: url(../images/icon-more-details.svg) 0 50% / 24px 24px no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
    position: relative;
    top: -12px;
    left: -24px;
    transform: rotate(0deg);
    transition: transform 150ms linear;
}
.seg-copy.expanded .less-info:after {
    transform: rotate(45deg);
    transition: transform 150ms linear;
    transform-origin: center center;
}
.home-intro .work-listing {
    padding-top: 1em;
}
.work-listing .column:nth-child(odd) {
    margin-left: 0;
    clear: left;
}
.work-listing img {
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
    border: 7px solid rgba(255, 255, 255, .5);
}
.work-listing a {
    font-weight: 900;
    display: inline-block;
    font-size: 1.5em;
    line-height: 1.35em;
}
.work-listing a:hover img {
    box-shadow: 2px 8px 14px 0 rgba(0,0,0,0.18);
    border: 7px solid rgba(255, 255, 255, 1);
}
.more-info hr {
    margin-bottom: 2em;
}

input {
    margin-bottom: 2rem;
}
label {
    margin: 0 0 0.5em;
    display: inline-block;
    font-size: .85em;
}
.row [class*=w-].zeropad {
    padding-left: 0;
    padding-right: 0;
}


@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.fade {
    opacity: 0;
}
.fade.show {
    opacity: 1;
    -webkit-animation: fade-in 1.75s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    animation: fade-in 1.75s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.case-title {
    position: relative;
    z-index: 10;
}
.case-img {
    position: relative;
    z-index: 5;
    top: -70px;
    margin-bottom: -60px;
}
.intro .button {
    margin: 2em 0 0;
}
.me-img {
    border: 7px solid rgba(255, 255, 255, .5);
}
article.interior img {
    max-width: 80%;
    float: none !important;
    height: auto !important;
    display: block;
}
article.interior img[style*="float: left"] {
    margin: 10px 20px 10px 0 !important;
}
article.interior img[style*="float: right"] {
    margin: 10px 0 10px 20px !important;
}
.email-link {
    font-size: 1.05em;
}
.email-link .button {
    margin-left: .5em;
    padding: .2em 1.25em;
}
.social-links li {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .7em;
    display: inline;
    padding: 0 3px;
}
.social-links li:first-of-type {
    padding-left: 0;
}
.social-links li:after {
    content: 'X';
    display: inline-block;
    color: #F5A623;
    margin-left: 12px;
}
.social-links li:last-of-type:after {
    display: none;
}

.pwprotect:after, .pwtitle:after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 0 0 0.25em;
    background-color: #f628e1;
    -webkit-mask: url(/assets/images/lock-solo.svg) no-repeat 50% 50%;
    mask: url(/assets/images/lock-solo.svg) no-repeat 50% 50%;
}
.pwtitle:after {
    height: .55em;
    width: .55em;
}


/* fonts */
.lora, .project-detail .intro p, .work-listing a {font-family: 'Lora', serif;}
.outfit, body {font-family: 'Outfit', sans-serif;}
.prata, h1, h2, .intro p.highlight {font-family: 'Prata', sans-serif; letter-spacing: .015em;}

@media (min-width: 400px) {

}
/* Larger than mobile */
@media (min-width: 450px) {

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
    header .five.columns {
        width: 52%;
    }
    header .offset-by-one.columns, header .columns {
        margin-left: 0;
    }
    nav {
        margin-top: 1.5em;
    }
    nav li {
        font-size: 1.15em;
    }
    nav a {
        padding: .45em .25em;
    }
}
@media (min-width: 660px) {
    .statement strong {
        font-size: 2.15em;
    }
    .home-intro .himage {
        background-position: 50% 126px;
    }
    .row.my-method {
        margin: 2.5em -10px;
    }
    .entries > .entry:nth-child(even), .my-method .w-7:last-child {
        margin-left: 12.5%;
    }
    header.full {
      padding: 20px 0;
    }
    .my-method h2 {
      font-size: 2.15em;
    }
    .portfolio-detail h1 {
        font-size: 2.75em;
    }
}

/* phone horizontal */
@media (min-width: 550px) and (max-width: 750px) {
    .work-listing a {
        font-size: 1.2em;
    }

    /* NEW */
    .row.pad.portfolio-detail {
        padding: 16px 80px 80px;
    }

    .portfolio-detail h1 {
        font-size: 4.75em;
    }
}

/* Larger than tablet */
@media (min-width: 750px) {
    /* main breakpoint */
    .statement p {
        font-size: 1.85em;
    }
    header.topper h1 {
        text-align: left;
    }
    nav {
        font-size: .55em;
        text-align: left;
    }
    header h1 {
        margin: .5em 0;
    }
    .statement p {
        margin-top: .5em;
    }
    .statement strong {
        font-size: 2.45em;
        word-break: normal;
        word-wrap: normal;
    }
    .work-listing a {
        margin-bottom: 1.5em;
    }
    .home-intro h2 {
        margin: 2em 0;
    }
    .about-me div {
        width: 44%;
        margin: 0 3%;
    }
    .about-me h3 {
        /*margin: 1em 0 0;*/
    }
    .about-me div:nth-child(3) {
        margin-top: 3em;
    }
    .about-me div:nth-child(5) {
        margin-top: 3em;
    }
    article {
        padding-bottom: 3em;
    }
    header .five.columns {
        width: 39.3333333333%;
    }
    header .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }
    header .columns {
        margin-left: 4%;
    }
    article h1 {
        font-size: 3.25em;
        margin-top: .75em;
        margin-bottom: .35em;
    }
    .project-detail h1 {
        font-size: 2em;
    }
    .case-img {
        /*top: -180px;
        margin-bottom: -160px;*/
    }
    .project-detail img {
        margin-top: 20px;
    }
    .project-detail .case-img img {
        margin-top: 40px;
    }
    .seg-copy {
        padding: 0 2em 1em;
    }
    .project-detail h1 strong {
        font-size: 2.15em;
    }
    .home-intro .himage {
        padding-bottom: 24em;
        background-position: 50% 194px;
    }
    article.interior img[style*="float: left"] {
        margin: 10px 20px 10px 0 !important;
        float: left !important;
        display: inline !important;
    }
    article.interior img[style*="float: right"] {
        margin: 10px 0 10px 20px !important;
        float: right !important;
        display: inline !important;
    }
    figure.right {
        margin: 5px 0 0 4rem;
        width: 37.5%;
    }
    .entries .entry:last-child {
        border-bottom: 3px solid purple;
        border-image-source: linear-gradient(to left, #0db9d3, #0db9d3);
    }
    .entries > .entry:hover {
        border-image-source: linear-gradient(to left, #f628e1, #0db9d3);
        box-shadow: 0px 8px 24px 0 rgb(0 0 0 / 50%);
    }
    .entries > .entry:hover figure img {
        opacity: 1;
    }
    header .row section:last-child .main-nav {
        display: block;
        margin-top: 20px;
    }
    /* NEW */
    .row.pad.portfolio-detail {
        padding: 16px 40px 80px;
    }

    .highlight {
        font-size: 2.2em;
        line-height: 1.5em;
    }
    .row.pad {
        padding: 0 40px;
    }
    .portfolio-detail figure {
        margin: 4rem auto 6rem;
    }
}

@media (min-width: 750px) and (max-width: 1000px) {
    .home-intro .himage {
        background-position: 50% 140px;
    }
    .home-intro .himage {
        padding-bottom: 14em;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {
    header h1 strong {
        display: inline;
        margin-right: .5em;
    }
    .statement p {
        font-size: 2.5em;
    }
    nav li {
        font-size: 1.25em;
    }
    nav a {
        padding: .45em .75em;
    }
    article h1 {
        font-size: 4.45em;
    }
    .about-me {
        padding: 0 6%;
    }
    .email-link {
        margin-bottom: 2em;
    }
    /* NEW */
    .row.pad.portfolio-detail {
        padding: 16px 120px 80px;
    }
    .portfolio-detail figure {
        max-width: 100%;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1100px) {
    header h1 strong {
        font-size: 1.75em;
        margin-right: 1.2em;
    }
    article h1 {
        margin-top: .75em;
        margin-bottom: .5em;
    }

}
