abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

embed,
img,
object {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

br {
  pointer-events: none;
}

br::-moz-selection {
  background: none;
}

br::selection {
  background: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
  color: inherit;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 0.075vw dotted var(--jb-primary-charcoal);
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: 700;
  vertical-align: bottom;
}

td {
  font-weight: 400;
  vertical-align: top;
}

hr {
  display: block;
  height: 0.075vw;
  border: 0;
  border-top: 0.075vw solid var(--jb-primary-charcoal);
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: 700;
}

td,
td img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}

.clickable,
button,
input[type=button],
input[type=file],
input[type=submit],
label {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
  color: inherit;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
}

html {
  font-size: 100%;
  font-size: 20px;
  font-size: 1.5vw;
  position: relative;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

@font-face {
  font-family: 'Sans';
  src: url("/assets/fonts/SuisseIntl-Regular.woff") format("woff");
  src: url("/assets/fonts/SuisseIntl-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Serif';
  src: url("/assets/fonts/ABCMarist-Book.woff") format("woff");
  src: url("/assets/fonts/ABCMarist-Book.woff2") format("woff2");
}

@font-face {
  font-family: 'Serif Ital';
  src: url("/assets/fonts/ABCMarist-BookItalic.woff") format("woff");
  src: url("/assets/fonts/ABCMarist-BookItalic.woff2") format("woff2");
}

@font-face {
  font-family: 'Serif Reg';
  src: url("/assets/fonts/ABCMarist-Regular.woff") format("woff");
  src: url("/assets/fonts/ABCMarist-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Serif Ital Reg';
  src: url("/assets/fonts/ABCMarist-RegularItalic.woff") format("woff");
  src: url("/assets/fonts/ABCMarist-RegularItalic.woff2") format("woff2");
}

:root {
  --jb-primary: #A38E77;
  --jb-primary-brown: #403333;
  --jb-primary-charcoal: #120F0F;
  --jb-off-white: #F0EAE6;
  --jb-grey: #55514D;
  --jb-beige: #B8AB9D;
  --jb-primary-90: #A38E77E6;
  --jb-primary-0: #A38E7700;
  --jb-primary-brown-90: #403333E6;
  --jb-primary-brown-75: #403333BF;
  --jb-primary-brown-50: #40333380;
  --jb-primary-brown-25: #40333340;
  --jb-primary-brown-10: #4033331A;
  --jb-primary-brown-0: #40333300;
  --jb-primary-charcoal-90: #120F0FE6;
  --jb-primary-charcoal-75: #120F0FBF;
  --jb-primary-charcoal-50: #120F0F80;
  --jb-primary-charcoal-25: #120F0F40;
  --jb-primary-charcoal-10: #120F0F1A;
  --jb-primary-charcoal-0: #120F0F00;
  --jb-grey-90: #55514DE6;
  --jb-grey-50: #55514D80;
  --jb-grey-10: #55514D1A;
  --jb-off-white-90: #F0EAE6E6;
  --jb-off-white-0: #F0EAE600;
  --blk: #000000;
  --wht: #ffffff;
  --red: #fe0000;
  --hcsHeader: 142px;
  --box-shadow-off-white: 0px 0px 30px rgba(33, 27, 27, 0.05);
  --jb-shadow: 0px 0px 3.6vw 5px var(--jb-primary-charcoal-10);
}

body {
  font-family: "Serif", "Times New Roman", Times, serif;
  background-color: var(--jb-grey-90);
  color: var(--jb-primary-charcoal);
}

.nav-btn {
  font-family: "Serif Ital", "Times New Roman", Times, serif;
}

main a {
  cursor: alias;
}

main#projects a {
  cursor: url("/assets/img/jb-default-charcoal.svg") 6 6, pointer;
}

header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5vw 1.8vw 7.2vw 1.8vw;
  z-index: 100;
}

header a,
header p,
header button,
header nav,
header li,
header pre {
  line-height: 112%;
}

header .tagline-container {
  position: relative;
  white-space: nowrap;
}

header .tagline-container .tagline {
  font-family: "Serif Ital", "Times New Roman", Times, serif;
  position: absolute;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0.1, 0, 0.99);
  transition: opacity 0.5s cubic-bezier(0.5, 0.1, 0, 0.99);
}

header .tagline-container .tagline:not(:first-of-type) {
  opacity: 0;
}

header .tagline-container .tagline.tshow {
  opacity: 1 !important;
}

header .logo-container-svg {
  position: absolute;
  width: 1.35vw;
  height: 1.35vw;
  z-index: 100;
}

header .logo-container-svg .logo-svg {
  width: 100%;
  height: 100%;
}

header .logo-container-svg .logo-svg svg {
  width: 100%;
  height: 100%;
}

header .logo-container-svg .logo-svg img {
  -o-object-fit: contain;
     object-fit: contain;
}

header nav.nav {
  text-align: right;
}

header nav.nav .nav-btn::after {
  content: ",";
}

header nav.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav.nav ul li:not(:last-child) {
  padding-right: .15vw;
}

header nav.nav ul li:not(:last-child) a::after {
  content: ",";
}

header nav.mob-nav {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

header .logo-container,
header nav {
  z-index: 10;
}

header.hcs {
  border-bottom: none;
}

header.fixed {
  position: fixed;
}

.grid .intro-container,
.grid .home-curated .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[16];
      grid-template-columns: repeat(16, 1fr);
  grid-gap: .9vw;
  grid-auto-flow: dense;
}

.grid .intro-container .introduction,
.grid .home-curated .row .introduction {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9;
}

.grid .intro-container .home-index,
.grid .home-curated .row .home-index {
  -ms-grid-column: 13;
  -ms-grid-column-span: 4;
  grid-column: 13/17;
}

.grid .intro-container #hc1,
.grid .intro-container #hc7,
.grid .home-curated .row #hc1,
.grid .home-curated .row #hc7 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 8;
  grid-column: 9/17;
}

.grid .intro-container #hc2,
.grid .intro-container #hc8,
.grid .home-curated .row #hc2,
.grid .home-curated .row #hc8 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
}

.grid .intro-container #hc3,
.grid .intro-container #hc6,
.grid .home-curated .row #hc3,
.grid .home-curated .row #hc6 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 6;
  grid-column: 6/12;
}

.grid .intro-container #hc4,
.grid .home-curated .row #hc4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9;
}

.grid .intro-container #hc5,
.grid .home-curated .row #hc5 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 6;
  grid-column: 11/17;
}

.grid .intro-container #hc9,
.grid .home-curated .row #hc9 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 10;
  grid-column: 4/14;
}

.grid .intro-container #hc10,
.grid .home-curated .row #hc10 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 16;
  grid-column: 1/17;
}

.grid .link#r4,
.grid .link#r8 {
  text-align: center;
}

.grid .link#r4 div,
.grid .link#r8 div {
  -ms-grid-column: 2;
  -ms-grid-column-span: 14;
  grid-column: 2/16;
}

.page-heading-container {
  width: 100%;
  position: absolute;
  top: 1.5vw;
  left: 0;
  padding: 0 1.8vw;
  pointer-events: none;
}

.page-heading-container .page-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-heading-container .page-heading h3 {
  font-size: 2.4vw;
}

.mob-page-heading {
  display: none;
}

main {
  padding: 1.2vw 1.8vw 0 1.8vw;
  margin-bottom: 7.2vw;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

main h1 {
  font-size: 4.4vw;
  line-height: 94%;
  letter-spacing: -0.0075em;
}

main h2 {
  font-size: 8.8vw;
  line-height: 94%;
  letter-spacing: -0.0075em;
}

main h3 {
  font-size: 3vw;
  line-height: 104%;
}

main h4 {
  font-size: 100%;
  font-size: 1.5vw;
  line-height: 114%;
  letter-spacing: -0.0075em;
}

main p,
main li {
  font-size: 100%;
  font-size: 1.5vw;
  line-height: 114%;
  letter-spacing: -0.0075em;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "liga" 1;
          font-feature-settings: "liga" 1;
}

main .home-index {
  font-size: 84%;
}

main .caption {
  font-size: 93%;
  font-family: "Serif Ital", "Times New Roman", Times, serif;
  letter-spacing: -0.0025em;
  opacity: 0;
  -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

main .two-line {
  display: none;
}

main .case-study-text .desc p,
main .case-study-text .desc pre {
  font-size: 3vw;
  font-size: 2.4vw;
  line-height: 104%;
}

main .case-study-text .credits {
  border-top: 0.075vw solid var(--jb-primary-charcoal-25);
  padding-top: .8vw;
  font-variant-numeric: oldstyle-nums;
}

main .case-study-text .credits ul li {
  color: var(--jb-primary-brown-50);
}

main .hcn,
main .hcnR {
  font-size: 12vw;
  line-height: 84%;
}

main#people h3, main#projects h3, main#personal h3 {
  font-size: 2.4vw;
  line-height: 104%;
}

main#home {
  position: relative;
}

main#home .v-line {
  border-left: 0.075vw var(--jb-primary-brown-50) solid;
  position: absolute;
  display: block;
  height: 100%;
  left: 50%;
  z-index: -10;
  margin-top: -1.5vw;
}

main#home .intro-container {
  margin-bottom: 7.2vw;
}

main#home .intro-container .introduction {
  padding-right: 5vw;
}

main#home .intro-container .home-index {
  padding-right: 4vw;
}

main#home ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}

main#home ol li {
  position: relative;
  margin: 0 0 .15vw 0;
  list-style: none;
  line-height: 104%;
}

main#home ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.5em;
  width: 1.5em;
  font-variant: small-caps;
  text-align: center;
}

main#home .home-curated {
  padding-bottom: 24vw;
}

main#home .home-curated .row {
  position: relative;
}

main#home .home-curated .row div {
  scroll-margin-top: 1.8vw;
}

main#home .home-curated .row:not(:last-child),
main#home .home-curated .link {
  margin-bottom: 24vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main#home .footer-nav {
  padding-bottom: .4vw;
  border-bottom: 0.5vw solid var(--jb-primary-charcoal);
  margin-bottom: 7.2vw;
}

main#home .hcn {
  opacity: 0;
  position: fixed;
  top: 1.8vw;
  left: 1.8vw;
}

main#home .hcnR {
  opacity: 0;
  position: fixed;
  top: 1.8vw;
  right: 1.8vw;
}

main#home #hc1 a img,
main#home #hc3 a img,
main#home #hc4 a img,
main#home #hc6 a img,
main#home #hc7 a img {
  aspect-ratio: 4 / 5;
}

main#home #hc2 img,
main#home #hc5 img,
main#home #hc8 img,
main#home #hc9 img,
main#home #hc10 img {
  aspect-ratio: 3 / 2;
}

main#home .hc-mob {
  margin-bottom: 24vw;
  display: none;
}

main#people {
  padding: 1.5vw 1.8vw 0 1.8vw;
}

main#people ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 12.5%;
          column-gap: 12.5%;
  row-gap: 1.8vw;
}

main#people ul figure {
  position: relative;
  -webkit-box-shadow: inset 0px 0px 0px 0px var(--jb-primary-charcoal);
          box-shadow: inset 0px 0px 0px 0px var(--jb-primary-charcoal);
  aspect-ratio: 4 / 5;
}

main#people ul figure img {
  width: 100%;
  height: 100%;
}

main#people ul figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: .8vw;
}

main#projects {
  padding: 0 1.8vw 0 1.8vw;
}

main#projects ul li {
  border-bottom: 0.075vw solid var(--jb-primary-charcoal-25);
}

main#projects ul li a {
  padding: 1.2vw 0 .6vw 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[16];
      grid-template-columns: repeat(16, 1fr);
  grid-gap: .9vw;
  grid-auto-flow: dense;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

main#projects ul li a .name {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9;
}

main#projects ul li a .desc {
  -ms-grid-column: 9;
  -ms-grid-column-span: 7;
  grid-column: 9/16;
  width: 100%;
}

main#projects ul li a .desc p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

main#projects ul li a .count {
  -ms-grid-column: 16;
  -ms-grid-column-span: 1;
  grid-column: 16/17;
  text-align: right;
  font-variant: small-caps;
}

main#projects ul li .hover_img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25%;
  height: auto;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}

main#projects ul li .hover_img.h_p {
  width: 17.5%;
}

main#projects ul li:last-child {
  border-bottom: 0.075vw solid var(--jb-primary-charcoal-0);
}

main#personal {
  padding: 1.5vw 1.8vw 0 1.8vw;
}

main#personal ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 12.5%;
          column-gap: 12.5%;
  row-gap: 1.8vw;
}

main#personal ul figure {
  position: relative;
  -webkit-box-shadow: inset 0px 0px 0px 0.075vw var(--jb-primary-charcoal-50);
          box-shadow: inset 0px 0px 0px 0.075vw var(--jb-primary-charcoal-50);
  aspect-ratio: 3 / 2;
}

main#personal ul figure img {
  opacity: 0;
  width: 100%;
  height: 100%;
}

main#personal ul figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: .4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

main#case-study {
  padding: 1.5vw 1.8vw 0 1.8vw;
  margin-bottom: 0;
}

main#case-study .hero {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

main#case-study .hero .h-p {
  width: 50vh;
  aspect-ratio: 4/5;
}

main#case-study .hero .h-l {
  width: 75vh;
  aspect-ratio: 3/2;
}

main#case-study .hero .h-p,
main#case-study .hero .h-l {
  overflow: hidden;
  cursor: url("/assets/img/jb-default-charcoal.svg") 6 6, pointer;
}

main#case-study .hero .page-heading-container {
  top: initial;
  bottom: 1.5vw;
  width: 100%;
}

main#case-study .hero .page-heading-container .page-heading {
  opacity: 0;
  padding-top: .45vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: var(--jb-primary-charcoal-50);
}

main#case-study .content {
  position: relative;
  top: 100vh;
  background-color: var(--jb-off-white);
  padding: 1.8vw 0 0 0;
  margin: 0 -1.8vw 0 -1.8vw;
  -webkit-box-shadow: var(--jb-shadow);
          box-shadow: var(--jb-shadow);
  z-index: 12;
}

main#case-study .content .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(12vw - 1.8vw) 1.8vw 12vw 1.8vw;
  -webkit-column-gap: .9vw;
          column-gap: .9vw;
  height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}

main#case-study .content .gallery div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 24vw auto;
}

main#case-study .content .gallery div:last-child {
  margin-bottom: 0;
}

main#case-study .content .gallery div figure.l-xl {
  padding: 0;
}

main#case-study .content .gallery div figure.p-xl, main#case-study .content .gallery div figure.l-l {
  width: 75%;
}

main#case-study .content .gallery div figure.p-l, main#case-study .content .gallery div figure.l-m {
  width: 50%;
}

main#case-study .content .gallery div figure.p-m, main#case-study .content .gallery div figure.l-s {
  width: 37.5%;
}

main#case-study .content .gallery div figure.p-s {
  width: 25%;
}

main#case-study .content .gallery div figure figcaption {
  font-family: "Serif Ital", "Times New Roman", Times, serif;
  letter-spacing: -0.0025em;
  opacity: 0;
  -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  left: 1.8vw;
  bottom: 1.8vw;
}

main#case-study .content .gallery div.tc {
  width: calc(50% - .45vw);
}

main#case-study .content .gallery div.tc figure.l-xl, main#case-study .content .gallery div.tc figure.p-xl, main#case-study .content .gallery div.tc figure.l-l {
  width: 100%;
}

main#case-study .content .gallery div.tc figure.p-l, main#case-study .content .gallery div.tc figure.l-m {
  width: 75%;
}

main#case-study .content .gallery div.tc figure.p-m, main#case-study .content .gallery div.tc figure.l-s {
  width: 50%;
}

main#case-study .content .gallery div.tc figure.p-s {
  width: 37.5%;
}

main#case-study .content .case-study-text {
  padding: 0 1.8vw 7.2vw 1.8vw;
}

main#case-study .content .case-study-text hr {
  margin: 0 0 .8vw 0;
}

main#profile {
  font-size: 1.5vw;
  line-height: 114%;
  letter-spacing: -0.0075em;
  margin-bottom: 0;
}

main#profile div:not(:last-child) {
  margin-bottom: 7.2vw;
}

main#profile .pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: multiply;
  -webkit-filter: contrast(1) brightness(1.5);
          filter: contrast(1) brightness(1.5);
  opacity: .8;
}

main#profile .pp img {
  width: calc(33.333% - .9vw);
}

main#profile .clients {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[16];
      grid-template-columns: repeat(16, 1fr);
  grid-gap: .9vw;
  grid-auto-flow: dense;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-top: 0.075vw solid var(--jb-primary-charcoal);
  padding-top: .8vw;
  color: var(--jb-primary-brown);
}

main#profile .clients .c-heading {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}

main#profile .clients .c-list-a {
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-column: 5/9;
}

main#profile .clients .c-list-b {
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9/13;
}

main#profile .clients .c-list-c {
  -ms-grid-column: 13;
  -ms-grid-column-span: 4;
  grid-column: 13/17;
}

main#profile .clients div {
  text-indent: -.9vw;
  -webkit-transform: translateX(0.9vw);
          transform: translateX(0.9vw);
  padding-right: 1.8vw;
}

footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: .9vw;
  padding: 1.8vw 1.8vw 1.5vw 1.8vw;
  font-variant-numeric: oldstyle-nums !important;
  -webkit-font-feature-settings: "liga" 1;
          font-feature-settings: "liga" 1;
}

footer .to-top {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

footer .to-top .or {
  margin-right: .05em;
  font-variant: all-small-caps;
}

footer .to-top p,
footer .to-top span {
  cursor: default;
  display: inline-block;
}

footer .to-top:first-letter {
  text-transform: capitalize;
}

footer .contact {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .address-container {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}

footer.fcs {
  background-color: var(--jb-off-white);
}

img {
  width: auto;
  width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-family: "Serif Ital", "Times New Roman", Times, serif;
}

hr {
  border-top: 0.5vw solid var(--jb-primary-charcoal);
}

hr.hr-top {
  width: calc(100% - 1.8vw - 1.8vw);
  margin: auto;
}

.ital {
  font-family: "Serif Ital", "Times New Roman", Times, serif;
}

.indent {
  text-indent: 1em;
}

.sc {
  font-variant: all-small-caps;
}

figcaption {
  padding-top: .4vw;
}

pre {
  white-space: pre;
}

.active {
  font-family: "Serif Ital", "Times New Roman", Times, serif;
}

.hide {
  display: none !important;
}

.fade {
  opacity: .5;
}

.not {
  color: var(--jb-primary-brown-50);
}

.tfade {
  opacity: 0;
}

.hidden {
  display: none;
}

.disable {
  pointer-events: none;
}

.hcn,
.hcnR {
  pointer-events: none;
}

.logo-container,
a.logo,
#hc1 a,
#hc2 a,
#hc3 a,
#hc4 a,
#hc5 a,
#hc6 a,
#hc7 a,
#hc8 a,
#hc9 a,
#hc10 a {
  opacity: 1;
}

h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
p::-moz-selection,
li::-moz-selection,
a::-moz-selection,
button::-moz-selection,
figcaption::-moz-selection,
pre::-moz-selection,
nav::-moz-selection,
img::-moz-selection,
span::-moz-selection {
  color: var(--jb-primary-brown-50);
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
li::selection,
a::selection,
button::selection,
figcaption::selection,
pre::selection,
nav::selection,
img::selection,
span::selection {
  color: var(--jb-primary-brown-50);
}

a:hover,
button:hover,
a:hover h2 {
  opacity: .5;
  -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.credits a:hover,
.fp a:hover,
.fp button:hover {
  color: var(--jb-primary-charcoal);
  opacity: 1;
  -webkit-transition: 0.25s cubic-bezier(0.5, 0.1, 0, 0.99);
  transition: 0.25s cubic-bezier(0.5, 0.1, 0, 0.99);
}

.clients ul:hover {
  cursor: default;
}

@media screen and (min-width: 720px) {
  #hc1 a:hover .hcn,
  #hc2 a:hover .hcn,
  #hc3 a:hover .hcn,
  #hc4 a:hover .hcnR,
  #hc5 a:hover .hcnR,
  #hc6 a:hover .hcnR,
  #hc7 a:hover .hcn,
  #hc8 a:hover .hcn,
  #hc9 a:hover .hcnR,
  #hc10 a:hover .hcn {
    opacity: 1;
  }
  #hc1 a:hover > figure figcaption,
  #hc2 a:hover > figure figcaption,
  #hc3 a:hover > figure figcaption,
  #hc4 a:hover > figure figcaption,
  #hc5 a:hover > figure figcaption,
  #hc6 a:hover > figure figcaption,
  #hc7 a:hover > figure figcaption,
  #hc8 a:hover > figure figcaption,
  #hc9 a:hover > figure figcaption,
  #hc10 a:hover > figure figcaption {
    opacity: 1 !important;
  }
  main#people ul:hover figure img {
    -webkit-transition: 0.25s cubic-bezier(0.5, 0.1, 0, 0.99);
    transition: 0.25s cubic-bezier(0.5, 0.1, 0, 0.99);
    opacity: 1;
  }
  main#people ul:hover figure figcaption {
    opacity: 0;
  }
  main#people ul li:hover figure {
    -webkit-box-shadow: inset 0px 0px 0px 0.075vw var(--jb-primary-charcoal-50);
            box-shadow: inset 0px 0px 0px 0.075vw var(--jb-primary-charcoal-50);
  }
  main#people ul li:hover figure img {
    opacity: 0;
  }
  main#people ul li:hover figure figcaption {
    opacity: 1;
  }
  main#people a:hover {
    opacity: 1;
  }
  main#projects ul:hover li {
    opacity: .25;
    cursor: pointer;
  }
  main#projects ul li:hover {
    opacity: 1;
    border-bottom: 0.075vw solid var(--jb-primary-charcoal);
  }
  main#projects ul li:hover a {
    opacity: 1;
  }
  main#projects ul li:hover .hover_img {
    opacity: 1;
  }
  main#personal ul:hover figure img {
    -webkit-transition: 0.25s cubic-bezier(0.5, 0.1, 0, 0.99);
    transition: 0.25s cubic-bezier(0.5, 0.1, 0, 0.99);
    opacity: 0;
  }
  main#personal ul:hover figure figcaption {
    opacity: 1;
  }
  main#personal ul li:hover figure {
    -webkit-box-shadow: inset 0px 0px 0px 0px var(--jb-primary-charcoal);
            box-shadow: inset 0px 0px 0px 0px var(--jb-primary-charcoal);
  }
  main#personal ul li:hover figure img {
    opacity: 1;
  }
  main#personal ul li:hover figure figcaption {
    opacity: 0;
  }
  main#personal a:hover {
    opacity: 1;
  }
  main#case-study .content .gallery figure:hover figcaption {
    opacity: 1;
  }
  main#case-study .hero .h-l:hover ~ .page-heading-container div,
  main#case-study .hero .h-p:hover ~ .page-heading-container div {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0.1, 0, 0.99);
    transition: opacity 0.5s cubic-bezier(0.5, 0.1, 0, 0.99);
  }
}

@media screen and (max-width: 720px) {
  html {
    font-size: 3.5vw;
  }
  header {
    padding: 1.8vw 1.8vw 14vw 1.8vw;
  }
  header nav.nav {
    display: none;
  }
  header nav.mob-nav {
    opacity: 1;
    pointer-events: all;
  }
  header nav.mob-nav .mob-nav-menu {
    font-size: 8vh;
    position: absolute;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    top: 0;
    left: 0;
    padding: 8vh 1.8vw 24vh 1.8vw;
    width: 100vw;
    min-height: 100vh;
    height: -webkit-fill-available;
    background-color: var(--jb-beige);
    z-index: 200;
  }
  header nav.mob-nav .mob-nav-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  header nav.mob-nav .mob-nav-menu li:not(:last-child) {
    border-bottom: 1.25vw solid var(--jb-primary-charcoal);
  }
  header nav.mob-nav .mob-nav-menu li a {
    padding: 1.5vh 0 1.2vh 0;
    display: block;
  }
  header nav.mob-nav button {
    font-size: 100%;
  }
  header nav.mob-nav .mob-nav-btn,
  header nav.mob-nav .mob-close-btn {
    position: fixed;
    top: 0;
    right: 0;
    padding: 1.8vw 1.8vw 14vw 30vw;
  }
  header nav.mob-nav .mob-nav-btn {
    z-index: 400;
  }
  header nav.mob-nav .mob-close-btn {
    z-index: 300;
  }
  header .logo-container-svg {
    z-index: 20;
  }
  .grid .home-curated .row #hc1,
  .grid .home-curated .row #hc7,
  .grid .home-curated .row #hc2,
  .grid .home-curated .row #hc8,
  .grid .home-curated .row #hc3,
  .grid .home-curated .row #hc6,
  .grid .home-curated .row #hc4,
  .grid .home-curated .row #hc5,
  .grid .home-curated .row #hc9,
  .grid .home-curated .row #hc10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 16;
    grid-column: 1/17;
  }
  .grid .link#r4 div,
  .grid .link#r8 div {
    -ms-grid-column: 1;
    -ms-grid-column-span: 16;
    grid-column: 1/17;
  }
  .page-heading-container {
    top: 1.8vw;
    display: none;
  }
  .mob-page-heading {
    display: block;
    padding: 0 1.8vw 1.8vw 1.8vw;
    font-size: 14vw;
    margin-top: -4vw;
  }
  main {
    padding: 1.8vw 1.8vw 0 1.8vw;
    margin-bottom: 0;
  }
  main h1 {
    font-size: 8vw;
  }
  main h2 {
    font-size: 14vw;
  }
  main h3 {
    font-size: 3.5vw;
  }
  main h4 {
    font-size: 3.5vw;
    line-height: 112%;
  }
  main p,
  main li {
    font-size: 100%;
    font-size: 3.5vw;
  }
  main .caption {
    opacity: 1;
    font-size: 97.5%;
  }
  main .case-study-text .desc p,
  main .case-study-text .desc pre {
    font-size: 7.2vw;
    font-size: 100%;
  }
  main#people h3,
  main#people h4, main#projects h3,
  main#projects h4, main#personal h3,
  main#personal h4 {
    font-size: 7.2vw;
  }
  main#home {
    position: relative;
  }
  main#home .v-line {
    display: none;
  }
  main#home .intro-container {
    margin-bottom: 14vw;
  }
  main#home .intro-container .introduction {
    -ms-grid-column: 1;
    -ms-grid-column-span: 16;
    grid-column: 1/17;
    padding-right: 0;
  }
  main#home .intro-container .home-index {
    display: none;
  }
  main#home .home-curated {
    padding-bottom: 21vw;
  }
  main#home .home-curated .row div#hc1, main#home .home-curated .row div#hc4, main#home .home-curated .row div#hc7 {
    margin-bottom: 14vw;
  }
  main#home .home-curated .row#r3, main#home .home-curated .row#r7 {
    margin-bottom: 21vw;
  }
  main#home .home-curated .row.link div {
    margin-top: 7vw;
  }
  main#home .home-curated .row:not(:last-child) {
    margin-bottom: 14vw;
  }
  main#home .home-curated .row.link {
    margin-bottom: 28vw;
  }
  main#home .footer-nav {
    border-bottom: 1.25vw solid var(--jb-primary-charcoal);
    margin-bottom: 0;
  }
  main#home .hcn,
  main#home .hcnR {
    font-size: 28vw;
    opacity: 1;
    position: initial;
    top: initial;
    left: initial;
    right: initial;
  }
  main#home .hc-mob {
    display: block;
    margin-bottom: 21vw;
  }
  main#people {
    padding: 1.8vw 1.8vw 0 1.8vw;
  }
  main#people ul {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  main#projects ul li {
    border-bottom: 0.075vw solid var(--jb-primary-charcoal);
  }
  main#projects ul li a {
    padding: 6vw 0 3.5vw 0;
  }
  main#projects ul li a .name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/15;
  }
  main#projects ul li a .desc {
    display: none;
  }
  main#projects ul li:last-child {
    border-bottom: 0.075vw solid var(--jb-primary-charcoal);
  }
  main#personal {
    padding: 1.8vw 1.8vw 0 1.8vw;
  }
  main#personal ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  main#personal ul figure {
    -webkit-box-shadow: inset 0px 0px 0px 0.2vw var(--jb-primary-charcoal-50);
            box-shadow: inset 0px 0px 0px 0.2vw var(--jb-primary-charcoal-50);
  }
  main#case-study {
    position: absolute;
    top: 21vw;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main#case-study .hero {
    position: initial;
    min-height: initial;
  }
  main#case-study .hero .h-p,
  main#case-study .hero .h-l {
    width: 100%;
    cursor: default;
  }
  main#case-study .content {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
  }
  main#case-study .content .gallery {
    padding: 0 1.8vw 14vw 1.8vw;
    -webkit-column-gap: 1.8vw;
            column-gap: 1.8vw;
  }
  main#case-study .content .gallery div {
    margin-bottom: 1.8vw;
  }
  main#case-study .content .gallery div figure.l-xl, main#case-study .content .gallery div figure.p-xl, main#case-study .content .gallery div figure.l-l, main#case-study .content .gallery div figure.p-l, main#case-study .content .gallery div figure.l-m, main#case-study .content .gallery div figure.p-m, main#case-study .content .gallery div figure.l-s, main#case-study .content .gallery div figure.p-s {
    width: 100%;
  }
  main#case-study .content .gallery div.tc {
    width: calc(50% - .9vw);
  }
  main#case-study .content .gallery div.tc figure.l-xl, main#case-study .content .gallery div.tc figure.p-xl, main#case-study .content .gallery div.tc figure.l-l, main#case-study .content .gallery div.tc figure.p-l, main#case-study .content .gallery div.tc figure.l-m, main#case-study .content .gallery div.tc figure.p-m, main#case-study .content .gallery div.tc figure.l-s, main#case-study .content .gallery div.tc figure.p-s {
    width: 100%;
  }
  main#case-study .content .case-study-text {
    padding: 0 1.8vw 0 1.8vw;
  }
  main#case-study .content .case-study-text hr {
    margin: 0 0 1.8vw 0;
  }
  main#profile .pp img {
    width: 100%;
  }
  main#profile .clients {
    row-gap: 0;
  }
  main#profile .clients .c-heading {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/9;
  }
  main#profile .clients .c-list-a {
    -ms-grid-column: 9;
    -ms-grid-column-span: 8;
    grid-column: 9/17;
  }
  main#profile .clients .c-list-b {
    -ms-grid-column: 9;
    -ms-grid-column-span: 8;
    grid-column: 9/17;
  }
  main#profile .clients .c-list-c {
    -ms-grid-column: 9;
    -ms-grid-column-span: 8;
    grid-column: 9/17;
  }
  main#profile .clients div {
    margin-bottom: 0;
  }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.8vw 1.8vw 1.8vw 1.8vw;
  }
  footer .to-top {
    margin-top: calc(14vw - 1.8vw);
    margin-bottom: 14vw;
  }
  footer .contact {
    margin-bottom: 3.5vw;
  }
  hr {
    border-top: 1.25vw solid var(--jb-primary-charcoal);
  }
}

@media screen and (max-width: 420px) {
  html {
    font-size: 4.4vw;
  }
}
/*# sourceMappingURL=index-parent.css.map */