/*************************************************************************
	MAIN
*************************************************************************/
/* * {
	outline: 1px solid red;
} */
html {
  font-size: 16px;
}

body {
  background: #000;
  color: #AAA;
  font: 300 0.75em "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/*************************************************************************
	LINKS
*************************************************************************/
a {
  color: #484848;
}
a:hover {
  color: #AB7F18;
}

/*************************************************************************
	NAV
*************************************************************************/
nav {
  display: block;
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 4em;
  background: #000;
  z-index: 100;
}
nav ul {
  float: left;
  margin-left: 10em;
  margin-top: 1.33em;
}
nav ul li {
  float: left;
  margin-right: 2em;
}
nav ul li a {
  font: 400 1.33em "proxima-nova", sans-serif;
  color: #DFDFDF;
}
nav ul li a:hover {
  color: #FFBD1A;
}
nav a.selected {
  color: #FFBD1A;
}
nav svg {
  width: 50px;
  fill: #777;
  position: absolute;
  left: 1em;
  bottom: 0;
}
nav svg:hover {
  fill: #FFBD1A;
}

/*************************************************************************
	MAST
*************************************************************************/
mast {
  display: block;
  width: 100%;
  padding-top: 4em;
  color: #666;
  background: #FFBD1A;
}
mast img {
  display: block;
  width: 100%;
}
mast div.video {
  margin-bottom: 0;
}

/*************************************************************************
	STATEMENT TAGLINES
*************************************************************************/
statement {
  display: block;
  background: #FFBD1A;
  color: #222;
  width: 100%;
  padding: 4% 0;
  text-align: center;
}
statement h1 {
  width: 700px;
  margin: 0 auto;
  max-width: 90%;
}
statement p {
  width: 45em;
  margin: 0 auto;
  font: 400 1.55em/2.2em "proxima-nova", sans-serif;
}

/*************************************************************************
	CONTENT - ALL
*************************************************************************/
work, project, post {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

hr.work {
  border-top: 10px solid #FFE848;
  border-bottom: 25px solid #E8D043;
  width: 100%;
}

div.left {
  float: left;
  margin-left: 10% !important;
  width: 38vw !important;
}
div.right {
  float: right;
  margin-right: 10% !important;
  width: 38vw !important;
}

post div div.team {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

*.video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 2em;
}
*.video iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/*************************************************************************
	CONTENT - WORK (GRID AND PAGES)
*************************************************************************/
work {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
work a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
work a img {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  padding: 0;
  margin: 0;
  transition: filter 0.35s ease, transform 0.35s ease;
}
work a .title {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: end left;
  padding: 0 0 3rem 3rem;
  pointer-events: none;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFBD1A;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}
work a:hover img, work a:focus-visible img {
  filter: grayscale(1) brightness(0.4) contrast(1.25);
}
work a:hover .title, work a:focus-visible .title {
  opacity: 1;
}
work a.medium {
  grid-column: span 2;
  grid-row: span 2;
}
work a.large {
  grid-column: span 4;
  grid-row: span 4;
}

project {
  display: block;
  padding: 4em 0;
  background: #090909;
}
project #examples h1 {
  color: #FFBD1A;
  margin-top: 3em;
}
project #examples h2 {
  color: #AAA;
  width: 50%;
  margin: 0 auto;
}
project #examples div.video {
  margin-top: 10em;
}
project h1 {
  font-size: 1.8em;
  font-weight: 300;
  color: #AAA;
  width: 50%;
  margin: 0 auto;
}
project h2 {
  font-size: 1.5em;
  font-weight: 300;
  color: #FFBD1A;
  margin-bottom: 1.2em;
}
project h3 {
  font-size: 1.33em;
  font-weight: 100;
  color: #DDD;
  margin: 0 0 0.2em 0;
}
project h4 {
  font-size: 1.1em;
  font-weight: 100;
  color: #AAA;
  margin-top: 0.4em;
}
project p {
  font-size: 1.4em;
  line-height: 1.5em;
  width: 50%;
  font-weight: 300;
  margin: 1em auto;
  color: #FFF;
}
project p.workat {
  font-size: 1em;
  color: #999;
}
project p.workat a {
  color: #FFF;
}
project p.workat a:hover {
  color: #FFBD1A;
}
project a {
  color: #999;
}
project a:hover {
  color: #FFBD1A;
}
project img {
  width: 100%;
  margin: 3em 0;
}
project img.group {
  width: 50%;
  float: left;
}
project img.group.multi {
  margin-bottom: 0;
}
project div.video {
  clear: both;
  margin: 2em 0;
}
project ul {
  width: 50%;
  margin: 0 auto;
  font-size: 1.33em;
  line-height: 1.33em;
  color: #AAA;
}
project ul strong {
  margin-right: 0.5em;
  font-weight: 600;
  color: #DDD;
}
project ul a {
  color: #AAA;
}
project div.gallery ul {
  display: flex;
  width: 100%;
}
project div.gallery ul li {
  flex: 1 1 0;
}
project div.gallery ul li img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  flex: 1 1 0;
  display: block;
}
project hr {
  border: 0;
  margin-top: 3em;
}

div.gifv {
  margin: 3em 0;
}
div.gifv video {
  width: 100%;
}

summary {
  width: 60%;
  margin: 8em auto;
  display: grid;
  grid-template-columns: 1fr 6fr 1fr 12fr;
  gap: 1em 3em;
}
summary div {
  width: 100%;
  color: #FFF;
  grid-row: 1/span 4;
  grid-column-start: 4;
}
summary div p {
  margin: 0;
  width: 100%;
}
summary h1 {
  width: 100%;
  font-size: 1.33em;
  font-weight: 300;
  color: #666;
  grid-column-start: 1;
  text-align: right;
}
summary h1.right {
  grid-row-start: 1;
  grid-column-start: 3;
}
summary h2 {
  margin-bottom: 0;
}
summary a {
  color: #999;
}
summary.project {
  padding-right: 5%;
}
summary.year {
  padding-right: 10%;
}
summary.summary {
  margin-top: -7.8em;
  position: relative;
  left: 7em;
  float: right;
  width: 50%;
}
summary.summary h1 {
  position: absolute;
  left: -7em;
}

/*************************************************************************
	BLOG
*************************************************************************/
blog {
  display: block;
  padding-top: 5em;
}

/*************************************************************************
	POST
*************************************************************************/
post {
  width: 100%;
  margin: 0 auto;
  font: 200 1.33em/1.75em "proxima-nova", sans-serif;
  color: #FFF;
}
post h1 {
  font: 300 2em/2.22em "proxima-nova", sans-serif;
  margin: 0 0 1em 0;
  color: #FFBD1A;
}
post h1 a:hover {
  color: #FFF;
}
post h1 a span {
  font-size: 0.7em;
  font-weight: 300;
  color: #AAA;
}
post p {
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 2em;
  color: #DDD;
  max-width: 44em;
}
post a {
  color: #FFBD1A;
}
post a:hover {
  color: #AB7F18;
}
post img {
  margin-bottom: 1em;
  max-width: 900px;
}
post div {
  position: relative;
  width: 44em;
  margin: 3em auto 0 auto;
  padding-bottom: 3em;
}
post div.right img, post div .left img {
  max-width: 100%;
}
post ol {
  color: #CCC;
  margin: -1em 0 1em 3em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1.22em;
}
post iframe {
  width: 620px;
  height: 348px;
}

/*************************************************************************
	FOOTER
*************************************************************************/
footer {
  display: block;
  clear: both;
  padding-top: 2em;
  position: relative;
  width: 100%;
  color: #666;
  font: 400 1.11em "proxima-nova", sans-serif;
  border-top: 4em solid #0B0B0B;
}
footer div.clear {
  position: relative;
  clear: both;
  padding-top: 5em;
}

copyright {
  display: block;
  width: 100%;
  height: 5em;
  background: #111;
  border-top: 20px solid #0A0A0A;
  color: #EEE;
  font: 600 1.11em "proxima-nova", sans-serif;
  clear: both;
}
copyright p {
  width: 90%;
  position: relative;
  top: 2em;
  left: 2em;
}

/*************************************************************************
	SOCIAL
*************************************************************************/
div#social {
  padding: 0 5% 2% 5%;
}
div#social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
div#social ul li {
  float: left;
  padding: 0 1em;
}
div#social svg {
  width: 2.08em;
  fill: #FFF;
}
div#social svg:hover {
  fill: #FFBD1A;
}
div#social svg#YDP {
  width: 3.75em;
}
div#social svg#YDP path {
  fill: #333;
}
div#social svg#YDP:hover path {
  fill: #666;
}
div#social svg#YDP:hover path#shield {
  fill: #FFBD1A;
}

/*************************************************************************
	CONTACT (FOOTER)
*************************************************************************/
div#contact {
  text-align: center;
}
div#contact p {
  font: 500 1.2em "proxima-nova", sans-serif;
}
div#contact a {
  color: #AAA;
}
div#contact a:hover {
  color: #FFBD1A;
}
div#contact svg {
  width: 2.08em;
  fill: #AAA;
  margin-right: 0.8em;
}
div#contact img {
  display: block;
  width: 20.83em;
  margin: 2em auto 0 auto;
}

/*************************************************************************
	CONTACT (PAGE)
*************************************************************************/
contact {
  display: block;
  padding-top: 5em;
}

form abbr {
  text-decoration: none;
  color: #FFBD1A;
}
form input {
  display: block;
  width: 100%;
  height: 2em;
  padding: 0.5em;
  margin-bottom: 2em;
  border-radius: 0.3em;
}
form input[type=submit] {
  width: 6em;
  background: #FFBD1A;
}
form textarea {
  display: block;
  width: 100%;
  height: 10em;
  padding: 0.5em;
  margin-bottom: 2em;
  border-radius: 0.3em;
}

/*************************************************************************
	MISC
*************************************************************************/
img.center {
  display: block;
  margin: auto;
}

img.pop {
  border: 1px solid #111;
}

/*************************************************************************
	MOBILE
*************************************************************************/
@media (hover: none) {
  work a {
    position: relative;
  }
  work a img {
    filter: none !important;
  }
  work a .title {
    position: absolute;
    inset: auto;
    left: 0.5em;
    bottom: 0.5em;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.4em 0.6em;
    background: #000;
    color: #FFBD1A;
    font-size: 0.85em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 1;
  }
}
label.hamburger {
  display: none;
}

@media (max-width: 1200px) {
  body {
    font-size: 250%;
  }
  statement p {
    max-width: 90%;
  }
  work {
    grid-template-columns: 1fr;
  }
  nav {
    position: fixed;
    z-index: 100;
  }
  nav ul {
    width: 100%;
    float: none;
    background: #000;
    position: fixed;
    left: 0;
    display: none;
    margin: 4em 0 0 0;
    padding-top: 1em;
  }
  nav ul li {
    padding-left: 1em;
    width: 100%;
    float: none;
    margin: 0 0 0.5em 0;
    position: relative;
  }
  nav ul li a {
    display: block;
  }
  nav:focus-within ul {
    display: block;
  }
  nav svg {
    width: 200px;
  }
  #nav-toggle {
    position: absolute;
    opacity: 0;
  }
  #nav-toggle:checked ~ ul {
    display: block;
  }
  label.hamburger {
    position: absolute;
    right: 3.5em;
    top: 1.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    border: 0;
    background: none;
    line-height: 1;
    color: #FFBD1A;
  }
  label.hamburger svg {
    display: block;
    width: 3em;
    height: 3em;
  }
  post div {
    width: 90%;
  }
  post div h1 {
    line-height: 1.2em;
  }
  post div h1 a span {
    display: block;
  }
  form input,
  form select,
  form textarea,
  form button {
    font: inherit;
    line-height: 1.2;
  }
  project ul {
    width: 90%;
  }
  project ul li {
    margin-bottom: 0.5em;
  }
  project p {
    width: 90%;
  }
  project h1 {
    width: 90%;
  }
  project summary {
    display: block;
    width: 90%;
    margin: 2em auto;
  }
  project summary h1 {
    text-align: left;
    width: 100%;
  }
  project summary h2 {
    margin-bottom: 0.75em;
  }
  project summary div {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
