* {
  box-sizing: border-box;
}

html {
  background: #fff;
  color: #5e5e5e;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #5e5e5e;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18.5px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8em;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  border: 0;
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

p {
  margin: 0 0 18.5px;
}

strong {
  font-weight: 700;
}

.canvas {
  margin: 10px auto 0;
  max-width: 1390px;
  padding: 95px;
}

.mobile-menu-link,
.mobile-nav {
  display: none;
}

.site-header {
  height: 71px;
  margin-bottom: 40px;
}

.site-logo {
  float: left;
  margin: 0;
  text-align: left;
}

.site-logo h1 {
  font-family: futura-pt, Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin: 0;
  text-transform: uppercase;
}

.site-logo h1 a {
  color: #000;
}

.logo-subtitle {
  color: #6b6b6b;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1em;
  margin-top: .7em;
}

.top-nav {
  float: right;
  position: relative;
  z-index: 2;
}

.top-nav ul,
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-nav li {
  float: left;
  margin-right: 30px;
  position: relative;
}

.top-nav li:last-child {
  margin-right: 0;
}

.top-nav a,
.mobile-menu-link button,
.mobile-nav a {
  color: #999;
  font-family: futura-pt, Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
}

.top-nav a {
  display: inline-block;
  padding: 12.2px 0;
}

.top-nav a:hover,
.top-nav a.active,
.mobile-nav a.active {
  color: #111;
}

.page-divider {
  border-top: 1px solid #ddd;
  clear: both;
  height: 1px;
  width: 100%;
}

.page {
  clear: both;
  padding: 68px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: -17px;
  margin-right: -17px;
}

.about-col {
  min-width: 0;
  padding-left: 17px;
  padding-right: 17px;
}

.about-photo {
  aspect-ratio: 100 / 140.6518;
  overflow: hidden;
  width: 100%;
}

.about-photo img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.image-caption {
  color: #5e5e5e;
  font-size: 12px;
  line-height: 1.68em;
  padding-top: 18px;
}

.image-caption p {
  margin: 0 0 12px;
}

.about-copy {
  padding-top: 0;
}

.site-footer {
  color: #5e5e5e;
  margin-top: 50px;
}

.footer-inner {
  min-height: 34px;
  padding-top: 50px;
}

.footer-inner p {
  margin: 0;
}

.project-grid {
  display: grid;
  gap: 34px 3%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-card {
  color: #404040;
}

.project-image {
  aspect-ratio: 1 / 1;
  background: #eee;
  margin-bottom: 3%;
  overflow: hidden;
}

.project-image img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.project-title {
  color: #404040;
  font-family: futura-pt, Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .06em;
  line-height: 1.6em;
  text-align: center;
  text-transform: uppercase;
}

.project-card:hover .project-title {
  color: #111;
}

.detail-page {
  padding-bottom: 34px;
}

.detail-content {
  margin-left: -17px;
  margin-right: -17px;
}

.detail-text,
.detail-gallery {
  padding-left: 17px;
  padding-right: 17px;
}

.detail-text {
  margin-bottom: 34px;
  max-width: 1120px;
}

.detail-text h1,
.detail-text h2,
.detail-text h3 {
  color: #222;
  font-family: futura-pt, Futura, "Trebuchet MS", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .06em;
  line-height: 1.2em;
  margin: 0 0 .5em;
  text-transform: uppercase;
}

.detail-text h1 {
  font-size: 37px;
}

.detail-text h2 {
  font-size: 30px;
}

.detail-text h3 {
  font-size: 24px;
}

.detail-figure {
  margin-bottom: 34px;
}

.detail-figure img {
  height: auto;
  width: 100%;
}

.project-controls-bar {
  align-items: center;
  display: flex;
  font-family: futura-pt, Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.project-controls-bar:last-child {
  margin-bottom: 0;
  margin-top: 34px;
}

.project-controls-bar a {
  color: #999;
}

.project-controls-bar a:hover {
  color: #111;
}

.press-list {
  display: grid;
  gap: 48px 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.press-card img {
  height: auto;
  width: 100%;
}

.press-card .image-caption {
  text-align: left;
}

.press-card a:hover .image-caption {
  color: #111;
}

.press-modal {
  background: rgba(255, 255, 255, .96);
  display: none;
  inset: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
}

.press-modal.is-open {
  display: block;
}

.press-dialog {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
  margin: 95px auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
}

.press-close {
  background: transparent;
  border: 0;
  color: #999;
  cursor: pointer;
  font-family: futura-pt, Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 20px;
  top: -42px;
}

.press-close:hover {
  color: #111;
}

.press-modal-image img {
  height: auto;
  width: 100%;
}

.press-modal-copy {
  color: #5e5e5e;
  padding-top: 2px;
}

.press-modal-kicker {
  color: #999;
  font-family: futura-pt, Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
}

.press-modal-copy h2 {
  color: #222;
  font-family: futura-pt, Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: .06em;
  line-height: 1.2em;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.press-article-link {
  border-bottom: 1px solid #999;
  color: #555;
  display: inline-block;
  font-family: futura-pt, Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.press-article-link:hover {
  border-bottom-color: #111;
  color: #111;
}

.press-modal-controls {
  align-items: center;
  display: flex;
  font-family: futura-pt, Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  gap: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
}

.press-modal-controls button {
  background: transparent;
  border: 0;
  color: #999;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-transform: inherit;
}

.press-modal-controls button:hover {
  color: #111;
}

body.press-modal-open {
  overflow: hidden;
}

.desktop-only-copy {
  display: none;
}

@media only screen and (max-width: 750px) {
  body {
    font-size: 18.5px;
    line-height: 1.8em;
  }

  .canvas {
    margin: 0 auto;
    padding: 0 20px 20px;
  }

  .mobile-menu-link {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0 0 25px;
    padding: 10px 0 15px;
    text-align: center;
  }

  .mobile-menu-link button {
    background: transparent;
    border: 0;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .mobile-nav {
    border-bottom: 1px solid #ddd;
    margin: -10px 0 25px;
    padding: 0 0 1em;
    text-align: center;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .mobile-nav a {
    color: rgba(153, 153, 153, .7);
    display: block;
    font-size: 16px;
    line-height: 2.5em;
  }

  .site-header {
    height: 71px;
    margin-bottom: 30px;
  }

  .site-logo {
    float: none;
    text-align: center;
  }

  .site-logo h1 {
    letter-spacing: 0;
    text-align: center;
  }

  .logo-subtitle {
    text-align: center;
  }

  .top-nav {
    display: none;
  }

  .page {
    padding: 68px 0;
  }

  .about-grid {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .about-col {
    padding: 17px 0;
  }

  .project-grid {
    gap: 24px 3%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .press-list {
    display: block;
  }

  .press-card {
    margin-bottom: 34px;
  }

  .detail-content {
    margin-left: 0;
    margin-right: 0;
  }

  .detail-text,
  .detail-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .detail-text h1 {
    font-size: 30px;
  }

  .project-controls-bar {
    gap: 16px;
  }

  .press-dialog {
    display: block;
    margin: 68px auto;
    padding: 0 20px 34px;
  }

  .press-modal-image {
    margin-bottom: 24px;
  }

  .press-modal-copy h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .site-logo h1 {
    font-size: 34px;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-controls-bar {
    align-items: flex-start;
    flex-direction: column;
  }
}
