@font-face {
  font-family: Noto Serif Display Extra Condensed;
  src: url('../fonts/NotoSerifDisplay_ExtraCondensed-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Serif Display Extra Condensed;
  src: url('../fonts/NotoSerifDisplay_ExtraCondensed-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Serif Display Extra Condensed;
  src: url('../fonts/NotoSerifDisplay_ExtraCondensed-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-96-Black-Italic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-95-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-76-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-56-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-45-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-75-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-65-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-66-Medium-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-46-Light-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-55-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-35-Thin.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-36-Thin-Italic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-26-Ultra-Light-Italic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue LT Std;
  src: url('../fonts/Helvetica-Neue-LT-Std-25-Ultra-Light.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --grey-19: #31312f;
  --dirt: #f2dbb9;
  --bruce: #fc0;
  --karl: #acd5e9;
  --brooklyn: #fe5a1d;
  --liverpool: #edece6;
  --spesh-flour: #f5f1e2;
  --sand: #fcf4e9;
  --grey-05: #0d0d0d;
  --grey-32: #54534f;
  --grey-44: #75736c;
  --grey-55: #929087;
  --grey-65: #aba9a0;
  --grey-74: #c1bfb8;
  --grey-82: #d5d3cd;
  --grey-89: #e6e5e0;
  --grey-95: #f3f2f0;
  --white: white;
  --spesh-red: #94381d;
}

body {
  color: #333;
  font-family: Helvetica Neue LT Std, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif Display Extra Condensed, Georgia, sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: 90%;
}

h2 {
  color: var(--black);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif Display Extra Condensed, Georgia, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 90%;
}

h4 {
  color: var(--black);
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 24px;
}

a {
  cursor: help;
}

.body {
  color: var(--grey-19);
  background-color: #0000;
}

.body.bg-dirt {
  background-color: var(--dirt);
  cursor: crosshair;
  font-family: Helvetica Neue LT Std, Arial, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.body.bg-bruce {
  background-color: var(--bruce);
}

.body.bg-karl {
  background-color: var(--karl);
}

.body.bg-brooklyn {
  background-color: var(--brooklyn);
}

.body.bg-liverpool {
  background-color: var(--liverpool);
}

.body.bg-speshflour {
  background-color: var(--spesh-flour);
}

.body.bg-cg {
  background-color: #ced4db;
}

.logo-text {
  float: right;
  opacity: .2;
  color: var(--black);
  text-align: right;
  letter-spacing: -3px;
  text-transform: capitalize;
  font-family: Noto Serif Display Extra Condensed, Georgia, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 90%;
  transition: opacity .4s;
  position: static;
  inset: 0% 0% auto auto;
}

.nav-label {
  clear: left;
  color: var(--black);
  letter-spacing: -3px;
  text-transform: uppercase;
  object-fit: none;
  margin-bottom: .5rem;
  font-family: Noto Serif Display Extra Condensed, Georgia, sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: 90%;
  position: static;
}

.nav-label.small {
  color: var(--black);
  letter-spacing: -2px;
  font-size: 50px;
  font-weight: 700;
}

.nav-label.underline {
  border-bottom: 2px dashed #000;
}

.nav-label.underline.small {
  margin-bottom: .25rem;
  font-size: 50px;
}

.header-logo {
  border: 1px solid var(--black);
  flex-direction: column;
  padding: 10px 40px 20px;
}

.header-nav {
  color: var(--black);
  object-fit: contain;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.header-nav.home {
  border: 1px solid var(--grey-19);
  flex: 1;
}

.header-nav.nothome {
  border: 1px solid var(--black);
  width: 300px;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-group {
  text-decoration: none;
}

.link-group.social-link {
  color: var(--black);
  border-bottom: 2px dashed #000;
  width: auto;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.text-block {
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
}

.text-block.padt20px {
  padding-top: 20px;
}

.projtile-linkblock {
  grid-row-gap: 20px;
  border: 1px solid var(--grey-19);
  flex-flow: column;
  align-content: flex-start;
  align-items: stretch;
  height: 45vh;
  min-height: 500px;
  max-height: 800px;
  padding: 60px 60px 80px 40px;
  text-decoration: none;
  display: flex;
}

.container-header {
  z-index: 1000;
  float: none;
  flex-wrap: nowrap;
  align-content: flex-start;
  display: flex;
}

.container-header.home {
  flex: 1;
  min-height: 650px;
}

.header-h1 {
  flex: 1;
  align-self: flex-start;
}

.header-h1.project-title {
  letter-spacing: -3px;
  align-self: flex-end;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 60px;
}

.header-h1.category {
  letter-spacing: 2px;
  padding-top: 25px;
  font-family: Helvetica Neue LT Std, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.projtile-subtitle {
  color: var(--black);
  letter-spacing: 0;
  padding-left: 3px;
  font-family: Helvetica Neue LT Std, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
}

.body-h2 {
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
}

.body-h2.project-header {
  margin-bottom: 40px;
  font-size: 55px;
}

.body-h3 {
  letter-spacing: 0;
  font-family: Helvetica Neue LT Std, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 36px;
}

.body-h3.project-subhead {
  margin-bottom: 10px;
}

.brand-intro {
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.project-info {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 150%;
}

.section {
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 80px;
}

.section.padtop60btm80-minh650 {
  border: 1px solid var(--black);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.column-3 {
  text-align: center;
}

.img-topbottompadding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-1440 {
  border: 1px solid var(--black);
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.container-1440.home {
  justify-content: space-between;
}

.container-pgtitle {
  border: 1px solid var(--black);
  flex: 1;
  align-self: stretch;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-contents {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.column-nopadding {
  flex-direction: column;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns {
  flex: 1;
  padding: 0;
  display: flex;
}

.container-footer {
  border: 1px solid var(--black);
  height: 75px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.column-leftpadding40 {
  padding-left: 40px;
  padding-right: 0;
}

.column-rightpadding40 {
  padding-left: 0;
  padding-right: 40px;
}

.text-block-2 {
  text-align: right;
}

.social-links {
  width: 120px;
}

.social-links.padt20px {
  flex: 1;
  padding-top: 25px;
}

.projtile-title {
  color: var(--black);
}

.projtile-bodynotes {
  color: var(--brooklyn);
  padding-left: 5px;
}

.overflow-hidden {
  overflow: hidden;
}

.padlr10px-margintb10px {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.padlr10px-margintb0px {
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  flex: 1;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  a {
    text-decoration: none;
  }

  .header-nav {
    align-self: flex-start;
  }

  .header-nav.home, .header-nav.nothome {
    align-self: stretch;
  }

  .container-header.home {
    border-style: none;
  }

  .container-1440 {
    border-right: 1px solid var(--grey-19);
    border-left: 1px solid var(--grey-19);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-footer {
    border: 1px solid #000;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .column-leftpadding40 {
    padding-left: 40px;
  }

  .column-rightpadding40 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .logo-text {
    letter-spacing: -4px;
    font-size: 50px;
  }

  .nav-label.underline {
    font-size: 160px;
  }

  .header-logo {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav {
    padding-left: 40px;
  }

  .header-nav.nothome {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    margin-top: 20px;
  }

  .header-h1 {
    padding-top: 10px;
    font-size: 123px;
  }

  .header-h1.category {
    letter-spacing: 1px;
  }

  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.padtop60btm80-minh650 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 20px;
  }

  .container-pgtitle {
    padding-left: 20px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@font-face {
  font-family: 'Noto Serif Display Extra Condensed';
  src: url('../fonts/NotoSerifDisplay_ExtraCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif Display Extra Condensed';
  src: url('../fonts/NotoSerifDisplay_ExtraCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif Display Extra Condensed';
  src: url('../fonts/NotoSerifDisplay_ExtraCondensed-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-96-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-95-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-76-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-56-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-45-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-75-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-65-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-66-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-46-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-55-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-35-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-36-Thin-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-26-Ultra-Light-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/Helvetica-Neue-LT-Std-25-Ultra-Light.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}