/* Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body { font: 400 16px/23px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; *font-size:small; color: #323E45; }
a, a:hover, a:active { outline: none; }
sub, sup { font-size: 50%; line-height: 0; position: relative; }
sup { top: -0.9em; }
a:link { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; margin: 0; padding: 0; }
ul { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; }

@font-face {
  font-family: "SF Mono";
  font-weight: 400;
  src: url('../fonts/SF-Mono-Regular.otf');
}

@font-face {
  font-family: "SF Mono";
  font-weight: 500;
  src: url('../fonts/SF-Mono-Medium.otf');
}

@font-face {
  font-family: "SF Rounded";
  font-weight: 500;
  src: url('../fonts/SF-Pro-Rounded-Medium.otf');
} 

@font-face {
  font-family: "SF Rounded";
  font-weight: 600;
  src: url('../fonts/SF-Pro-Rounded-Semibold.otf');
}
  

html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	margin: 0;
  padding: 60px 0;
  background: #CBD2C6;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

body.load {
  transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  -webkit-transition: 1.5s ease;
}

#ns {
  position: relative;
  margin: 0;
  animation: fade 1s;
  -moz-animation: fade 1s;
  -webkit-animation: fade 1s;
}

.container {
  margin: 0 auto;
  padding: 0 60px;
  max-width: 900px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .container { padding: 0 16px; }
}

.r {
  float: right;
  width: 49%;
}

.l {
  float: left;
  width: 49%;
}

@media screen and (max-width: 1024px) {
  .r, .l {
    float: none;
    width: auto;
  }

  nav .r { float: right; width: 49%; }
  nav .l { float: left; width: 49%; }
}

/* Type */

h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.2px;
}

h2 {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-family: 'SF Mono';
}

h3 {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-family: 'SF Mono';
}

p {
  margin: 0 auto 30px;
  text-align: center;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -1px;
  max-width: 700px;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 135%;
  }
}

/* Styles */

#hey-there {
  position: relative;
  margin: 0 auto 60px;
}

#headshot {
  position: absolute;
  right: -450px;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
}

#intro {
  position: relative;
  width: calc(48% - 60px);
  height: 376px;
  padding: 30px;
  border-radius: 16px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  #intro { 
    width: auto; 
    height: auto;
  }

  #headshot {
    position: relative;
    right: auto;
    top: auto;
    margin: 24px 0 80px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  #intro h1 { font-size: 20px; }
}

#intro h1 {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

nav {
  margin: 0 auto 60px !important;
}

nav h3 {
  color: #5A786F;
  margin: 0 0 18px;
}

nav a {
  display: block;
  font-family: 'SF Mono';
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #323E45;
}

#booking-nav {
  text-align: right;
}

#testimonials {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin: 0 auto 30px;
  padding: 30px;
  min-height: 400px;
  border-radius: 16px;
  background: #fff;
}

#testimonials h2 { 
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /* margin: 0 0 60px;  */
}

#testimonials-p {
  align-items: center;
}
#testimonials p {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  font-family: 'SF Rounded';
  font-size: 24px;
  line-height: 135%;
  letter-spacing: -.3px;
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
}

#testimonials cite {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
}

@media screen and (max-width: 1024px) {
  #testimonials p { 
    font-size: 18px; 
    text-align: left;
    padding: 0;
  }
  #testimonials cite { align-self: auto;}
}

.card {
  position: relative;
  padding: 50px;
  border-radius: 16px;
  margin: 0 auto 30px;
  color: #E5EDDF;
  min-height: 420px;
}

.card h2 {
  font-size: 48px;
  line-height: 45px;
  max-width: 30%;
  letter-spacing: -2px;
  /* color: #CBD2C6; */
  text-transform: none;
  font-weight: 600;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.card h6 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;  
  font-family: 'SF Mono';
  margin: 0 0 12px;
}

.card-r {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 50px 100px 50px 50px;
  border-radius: 0 16px 16px 0;
  background: #00000010;
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .card {
    height: auto;
    padding: 40px;
  }

  .card-r {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    width: auto;
    padding: 40px;
    margin: 100px -40px -40px -40px;
    border-radius: 0 0 16px 16px;
  }
}

.card-r p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 30px;
}

.card-r ul {
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 0 14px;
}

.card-r ul li { 
  margin: 0 0 4px; 
  font-size: 15px;
  line-height: 21px;
}

.ideal-for {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.ideal-for h4, .card-r h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: -.5px;
}

.card-r h4 { font-size: 18px; margin: 0 0 24px; }

.ideal-for p {
  font-family: 'SF Mono';
  max-width: 200px;
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}



#design-leaders .ideal-for p { max-width: 260px; }
#product-designers { background: #5A786F; height: 450px; }
@media screen and (max-width: 1024px) {
  #product-designers { height: auto; }
}
#design-leaders { background: #3B4E51; }
#humans { background: #323E45; }

@media screen and (max-width: 1024px) {
  .ideal-for {
    bottom: auto;
    left: 40px;
    top: 180px;
  }
  .ideal-for p { max-width: 280px !important; }
  .ideal-for h4 { margin: 0 0 6px; }

  #humans .ideal-for { top: 132px; }
}

#bookings {
  overflow: hidden;
}

.book {
  float: left;
  display: block;
  width: 234px;
  height: 200px;
  padding: 30px;
  margin: 0 9px 0 0;
  color: #323E45;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -1px;
  border-radius: 16px;
  background: #fff;
  transition: 0.5s ease;
}

@media screen and (max-width: 1024px) {
  .book {
    float: none;
    width: auto;
    margin: 0 0 12px 0;
  }
}

.book:hover {
  background: #ffffff94;
  transition: 0.5s ease;
}

.book:last-child { margin-right: 0; }

.book span {
  font-family: 'SF Mono';
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 140px;
}

.book em {
  font-style: normal;
  font-family: 'SF Mono';
  font-size: 16px;
  font-weight: 400;
}

footer {
  margin: 60px 0 0;
  font-family: 'SF Mono';
  font-size: 12px;
  font-weight: 500;
  color: #5A786F;
}


@keyframes fade {
    from {
        opacity:0;
        top: 30px;
    }
    to {
        opacity:1;
        top: 0;
    }
}

@-moz-keyframes fade {
    from {
        opacity:0;
        top: 30px;
    }
    to {
        opacity:1;
        top: 0;
    }
}
@-webkit-keyframes fade {
    from {
        opacity:0;
        top: 30px;
    }
    to {
        opacity:1;
        top: 0;
    }
}
