@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap");
@font-face {
  font-family: "Silk-Serif";
  src: url("./font/silk-serif/SilkSerif-Light.woff2") format("woff2");
  font-weight: 300;
}

@font-face {
  font-family: "Silk-Serif";
  src: url("./font/silk-serif/SilkSerif-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Silk-Serif";
  src: url("./font/silk-serif/SilkSerif-SemiBold.woff2") format("woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Silk-Serif";
  src: url("./font/silk-serif/SilkSerif-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Cervanttis";
  src: url("./font/cervanttis/cervanttis.woff2") format("woff2");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html body {
  font-family: 'Montserrat', sans-serif;
}

html body a {
  text-decoration: none;
}

html body .mobile-only {
  display: none;
}

html body .hero {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/webp/hero.webp);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

html body .hero h1 {
  font-family: "Silk-Serif", serif;
  font-size: 9rem;
  font-weight: 600;
}

html body .hero p {
  font-size: 1.7rem;
  font-weight: 300;
}

html body .story {
  padding-top: 166px;
  padding-bottom: 266px;
}

html body .story .container {
  width: 88%;
  max-width: 1232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

html body .story .container .vita {
  position: relative;
  width: 53%;
}

html body .story .container .vita p {
  font-family: "Cervanttis", 'Montserrat', sans-serif;
  font-size: 8.8rem;
  color: #CAC3C1;
  position: relative;
  z-index: 1;
}

html body .story .container .vita p span {
  color: #FFFFFFBF;
}

html body .story .container .vita .photo {
  width: 479px;
  position: absolute;
  top: 0;
  right: 0;
}

html body .story .container .vita .backframe {
  width: 479px;
  height: 840px;
  background-color: #E6DBCE;
  position: absolute;
  top: 136px;
  right: 144px;
  z-index: -1;
}

html body .story .container .our-story {
  width: 42%;
}

html body .story .container .our-story h2 {
  font-size: 6rem;
  font-weight: 200;
  color: #6B5753;
  margin-bottom: 94px;
}

html body .story .container .our-story p {
  font-size: 1.28rem;
  font-weight: 300;
  line-height: 1.6rem;
  margin-bottom: 33px;
}

html body .quote {
  padding-top: 123px;
  padding-bottom: 122px;
  background-color: #6B5753;
  color: #fff;
  text-align: center;
}

html body .quote p {
  font-family: "Silk-Serif", serif;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
  width: 83%;
  max-width: 1196px;
  margin: auto;
}

html body .quote p span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
}

html body .discover {
  padding-top: 49px;
  padding-bottom: 180px;
  text-align: center;
}

html body .discover h2 {
  font-family: 'Cervanttis', 'Montserrat', sans-serif;
  font-size: 9.5rem;
  color: #CAC3C1;
}

html body .discover h2 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 6rem;
  font-weight: 200;
  color: #6B5753;
  position: relative;
  right: 210px;
  top: 45px;
  margin-right: -210px;
}

html body .brands .llc {
  background-color: #E6DBCE;
  padding-bottom: 149px;
}

html body .brands .llc .cliff {
  display: none;
}

html body .brands .llc .container {
  width: 83%;
  max-width: 1196px;
  margin: auto;
}

html body .brands .llc .container .llc-logo {
  position: relative;
  display: block;
  top: -50px;
}

html body .brands .llc .container .llc-logo img {
  width: 200px;
}

html body .brands .llc .container .llc-title {
  display: block;
  font-family: 'Silk-Serif', serif;
  font-size: 6.5rem;
  line-height: 6.5rem;
  font-weight: 700;
  color: #6B5753;
  margin-top: 36px;
  margin-bottom: 107px;
}

html body .brands .llc .container .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

html body .brands .llc .container .inner-container img {
  -webkit-box-shadow: 10px 10px 20px #6B5753;
          box-shadow: 10px 10px 20px #6B5753;
}

html body .brands .llc .container .inner-container .limited-width {
  width: 42%;
}

html body .brands .llc .container .inner-container .limited-width p {
  max-width: 330px;
  font-size: 1.275rem;
  line-height: 1.8rem;
  margin-bottom: 42px;
  font-weight: 300;
  color: #6B5753;
}

html body .brands .llc .container .inner-container .limited-width .llc-cta {
  font-size: 1.1275rem;
  font-weight: 600;
  color: #6B5753;
  border-bottom: 2px solid #6B5753;
}

html body .brands .llc .container .inner-container .limited-width img {
  margin-top: 34px;
  display: block;
  width: 100%;
}

html body .brands .llc .container .inner-container .town {
  position: relative;
  left: -120px;
  width: 50%;
}

html body .brands .llc .container .inner-container .wall {
  position: absolute;
  bottom: -31px;
  right: 0;
  width: 34%;
}

html body .brands .jh {
  background-color: #E6DBCE;
  padding-bottom: 260px;
}

html body .brands .jh .wallpaper {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/juniper-hill.png);
  padding-top: 52px;
}

html body .brands .jh .wallpaper .container {
  padding: 48px 72px 33px 77px;
  background-color: rgba(107, 87, 83, 0.83);
  width: 748px;
  margin-left: auto;
}

html body .brands .jh .wallpaper .container .jh-logo {
  display: block;
  margin-bottom: 84px;
}

html body .brands .jh .wallpaper .container .jh-logo img {
  width: 120px;
}

html body .brands .jh .wallpaper .container .jh-title {
  font-family: 'Silk-Serif', serif;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-bottom: 107px;
}

html body .brands .jh .wallpaper .container p {
  font-size: 1.275rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 44px;
  max-width: 560px;
}

html body .brands .jh .wallpaper .container .jh-cta {
  font-size: 1.275rem;
  font-weight: 300;
  color: #fff;
  border-bottom: 2px solid #fff;
}

html body .brands .dba .container {
  width: 83%;
  max-width: 1196px;
  margin: auto;
  position: relative;
  top: -183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

html body .brands .dba .container img {
  -webkit-box-shadow: 10px 10px 20px #6B5753;
          box-shadow: 10px 10px 20px #6B5753;
}

html body .brands .dba .container .inner-container {
  width: 45%;
}

html body .brands .dba .container .inner-container .dba-logo {
  font-family: 'Cervanttis', serif;
  font-size: 8rem;
  color: #6B5753;
  display: inline-block;
  margin-bottom: 100px;
}

html body .brands .dba .container .inner-container .dba-title {
  font-family: 'Silk-Serif', serif;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 700;
  color: #6B5753;
  display: block;
  margin-bottom: 70px;
}

html body .brands .dba .container .inner-container p {
  font-size: 1.275rem;
  line-height: 1.8rem;
  font-weight: 300;
  margin-bottom: 42px;
  color: #6B5753;
  max-width: 350px;
}

html body .brands .dba .container .inner-container .dba-cta {
  font-size: 1.275rem;
  font-weight: 300;
  color: #6B5753;
  border-bottom: 2px solid #6B5753;
  margin-bottom: 38px;
  display: inline-block;
}

html body .brands .dba .container .inner-container img {
  width: 100%;
  position: relative;
  z-index: 1;
}

html body .brands .dba .container .jewelry {
  position: absolute;
  top: 100px;
  right: 0;
  width: 60%;
}

html body footer {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #6B5753;
  text-align: center;
}

html body footer a {
  color: #fff;
  font-weight: 300;
}

@media (max-width: 1377px) {
  html body .story .container .vita p {
    font-size: 8rem;
  }
  html body .quote p {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  html body .quote p span {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  html body .discover h2 {
    font-size: 9rem;
  }
  html body .discover h2 span {
    font-size: 5rem;
    right: 200px;
    top: 40px;
    margin-right: -200px;
  }
  html body .brands .llc .container .llc-title {
    font-size: 6rem;
    line-height: 6rem;
  }
  html body .brands .dba .container {
    top: -150px;
  }
  html body .brands .dba .container .inner-container {
    width: 50%;
  }
  html body .brands .dba .container .jewelry {
    top: 200px;
    width: 55%;
  }
}

@media (max-width: 1200px) {
  html body .mobile-only {
    display: block;
  }
  html body .hero h1 {
    font-size: 4.875rem;
    line-height: 5rem;
  }
  html body .hero p {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
  html body .story {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html body .story .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 83%;
  }
  html body .story .container .vita, html body .story .container .our-story {
    width: 100%;
    margin-bottom: 40px;
  }
  html body .story .container .our-story h2 {
    margin-bottom: 30px;
    font-size: 4rem;
  }
  html body .story .container .our-story p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    text-align: justify;
  }
  html body .story .container .vita {
    min-height: 900px;
  }
  html body .story .container .vita .photo {
    width: 60%;
  }
  html body .story .container .vita .backframe {
    width: 60%;
    top: 60px;
    height: 700px;
  }
  html body .quote {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  html body .quote p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  html body .quote p span {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  html body .discover {
    padding-bottom: 130px;
  }
  html body .discover h2 {
    font-size: 6rem;
  }
  html body .discover h2 span {
    font-size: 4rem;
    right: 135px;
    top: 30px;
    margin-right: -135px;
  }
  html body .brands .llc .container {
    width: 93%;
  }
  html body .brands .llc .container .llc-logo {
    top: -35px;
  }
  html body .brands .llc .container .llc-logo img {
    width: 150px;
  }
  html body .brands .llc .container .llc-title {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 60px;
  }
  html body .brands .llc .container .inner-container .limited-width {
    width: 60%;
    position: relative;
    z-index: 1;
  }
  html body .brands .llc .container .inner-container .limited-width p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 30px;
  }
  html body .brands .llc .container .inner-container .limited-width .llc-cta {
    font-size: 1.1rem;
  }
  html body .brands .llc .container .inner-container .town {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 1;
    width: 45%;
  }
  html body .brands .llc .container .inner-container .wall {
    width: 45%;
  }
  html body .brands .jh .wallpaper .container {
    padding: 30px;
    width: 70%;
    margin: auto;
  }
  html body .brands .jh .wallpaper .container .jh-logo, html body .brands .jh .wallpaper .container .jh-title {
    margin-bottom: 50px;
  }
  html body .brands .jh .wallpaper .container .jh-logo img {
    width: 100px;
  }
  html body .brands .jh .wallpaper .container .jh-title {
    font-size: 5rem;
  }
  html body .brands .jh .wallpaper .container p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 30px;
  }
  html body .brands .jh .wallpaper .container .jh-cta {
    font-size: 1.1rem;
  }
  html body .brands .dba .container {
    width: 92%;
    margin-left: auto;
    margin-right: 0;
    top: -80px;
  }
  html body .brands .dba .container .inner-container {
    width: 34%;
  }
  html body .brands .dba .container .inner-container .dba-logo {
    font-size: 4rem;
    margin-bottom: 60px;
  }
  html body .brands .dba .container .inner-container .dba-title {
    font-size: 5rem;
    margin-bottom: 40px;
  }
  html body .brands .dba .container .inner-container p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 30px;
  }
  html body .brands .dba .container .inner-container .dba-cta {
    font-size: 1.1rem;
  }
  html body .brands .dba .container .inner-container img {
    display: none;
  }
  html body .brands .dba .container .jewelry {
    top: 0;
    width: 48%;
    content: url(img/webp/jewelry-narrow.webp);
  }
}

@media (max-width: 1000px) {
  html body .mobile-only {
    display: block;
  }
  html body .hero h1 {
    font-size: 4.875rem;
    line-height: 5rem;
  }
  html body .hero p {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
  html body .story {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html body .story .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 83%;
  }
  html body .story .container .vita, html body .story .container .our-story {
    width: 100%;
    margin-bottom: 40px;
  }
  html body .story .container .our-story h2 {
    margin-bottom: 30px;
    font-size: 4rem;
  }
  html body .story .container .our-story p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    text-align: justify;
  }
  html body .story .container .vita {
    min-height: 760px;
  }
  html body .story .container .vita .photo {
    width: 60%;
  }
  html body .story .container .vita .backframe {
    width: 60%;
    top: 60px;
    height: 700px;
  }
  html body .quote {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  html body .quote p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  html body .quote p span {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  html body .discover {
    padding-bottom: 130px;
  }
  html body .discover h2 {
    font-size: 6rem;
  }
  html body .discover h2 span {
    font-size: 4rem;
    right: 135px;
    top: 30px;
    margin-right: -135px;
  }
  html body .brands .llc .container {
    width: 93%;
  }
  html body .brands .llc .container .llc-logo {
    top: -35px;
  }
  html body .brands .llc .container .llc-logo img {
    width: 150px;
  }
  html body .brands .llc .container .llc-title {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 60px;
  }
  html body .brands .llc .container .inner-container .limited-width {
    width: 60%;
    position: relative;
    z-index: 1;
  }
  html body .brands .llc .container .inner-container .limited-width p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 30px;
  }
  html body .brands .llc .container .inner-container .limited-width .llc-cta {
    font-size: 1.1rem;
  }
  html body .brands .llc .container .inner-container .town {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 1;
  }
  html body .brands .llc .container .inner-container .wall {
    width: 50%;
  }
  html body .brands .jh .wallpaper .container {
    padding: 30px;
    width: 70%;
    margin: auto;
  }
  html body .brands .jh .wallpaper .container .jh-logo, html body .brands .jh .wallpaper .container .jh-title {
    margin-bottom: 50px;
  }
  html body .brands .jh .wallpaper .container .jh-logo img {
    width: 100px;
  }
  html body .brands .jh .wallpaper .container .jh-title {
    font-size: 5rem;
  }
  html body .brands .jh .wallpaper .container p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 30px;
  }
  html body .brands .jh .wallpaper .container .jh-cta {
    font-size: 1.1rem;
  }
  html body .brands .dba .container {
    width: 92%;
    margin-left: auto;
    margin-right: 0;
    top: -80px;
  }
  html body .brands .dba .container .inner-container {
    width: 34%;
  }
  html body .brands .dba .container .inner-container .dba-logo {
    font-size: 4rem;
    margin-bottom: 60px;
  }
  html body .brands .dba .container .inner-container .dba-title {
    font-size: 5rem;
    margin-bottom: 40px;
  }
  html body .brands .dba .container .inner-container p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 30px;
  }
  html body .brands .dba .container .inner-container .dba-cta {
    font-size: 1.1rem;
  }
  html body .brands .dba .container .inner-container img {
    display: none;
  }
  html body .brands .dba .container .jewelry {
    top: 0;
    width: 58%;
    content: url(img/webp/jewelry-narrow.webp);
  }
}

@media (max-width: 700px) {
  html body .hero {
    text-align: center;
    /*              justify-content: center;
                align-items: center;
                padding-left: 33px;
                padding-bottom: 77px; */
  }
  html body .hero h1 {
    margin-bottom: 15px;
  }
  html body .hero p {
    max-width: 80%;
  }
  html body .story {
    padding-top: 28px;
  }
  html body .story .container .vita {
    min-height: 340px;
  }
  html body .story .container .vita p {
    font-size: 4rem;
    top: 39px;
  }
  html body .story .container .vita .backframe {
    right: 70px;
    top: 32px;
    height: 340px;
  }
  html body .story .container .our-story h2 {
    font-size: 2rem;
  }
  html body .story .container .our-story p {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  html body .quote {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  html body .quote p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  html body .quote p span {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  html body .discover {
    padding-top: 36px;
    padding-bottom: 72px;
  }
  html body .discover h2 {
    font-size: 3.5rem;
  }
  html body .discover h2 span {
    font-size: 2rem;
    top: 15px;
    right: 80px;
    margin-right: -80px;
  }
  html body .brands .llc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
    position: relative;
  }
  html body .brands .llc .cliff {
    display: block;
    position: relative;
    top: -37px;
    width: 46%;
  }
  html body .brands .llc .container {
    width: 46%;
  }
  html body .brands .llc .container .llc-logo {
    position: absolute;
    top: -15px;
  }
  html body .brands .llc .container .llc-logo img {
    width: 60px;
  }
  html body .brands .llc .container .llc-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-top: 0;
    margin-bottom: 17px;
  }
  html body .brands .llc .container .inner-container img {
    display: none;
  }
  html body .brands .llc .container .inner-container .limited-width {
    width: 100%;
  }
  html body .brands .llc .container .inner-container .limited-width p {
    font-size: 0.8125rem;
    line-height: 1rem;
    margin-bottom: 15px;
  }
  html body .brands .llc .container .inner-container .limited-width .llc-cta {
    font-size: 0.625rem;
    margin-bottom: 0;
  }
  html body .brands .llc .container .inner-container .limited-width img {
    display: none;
  }
  html body .brands .jh {
    padding-bottom: 72px;
  }
  html body .brands .jh .wallpaper {
    min-height: auto;
    padding-top: 11px;
    padding-bottom: 49px;
  }
  html body .brands .jh .wallpaper .container {
    padding: 16px 8px 16px 17px;
  }
  html body .brands .jh .wallpaper .container .jh-logo {
    margin-bottom: 26px;
  }
  html body .brands .jh .wallpaper .container .jh-logo img {
    width: 49px;
  }
  html body .brands .jh .wallpaper .container .jh-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 17px;
  }
  html body .brands .jh .wallpaper .container p {
    font-size: 0.8125rem;
    line-height: 1rem;
    margin-bottom: 15px;
  }
  html body .brands .jh .wallpaper .container .jh-cta {
    font-size: 0.625rem;
    margin-bottom: 0;
  }
  html body .brands .dba .container {
    top: -40px;
    min-height: 280px;
  }
  html body .brands .dba .container .inner-container {
    width: 36%;
  }
  html body .brands .dba .container .inner-container .dba-logo {
    font-size: 2.25rem;
    margin-bottom: 26px;
  }
  html body .brands .dba .container .inner-container .dba-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 17px;
  }
  html body .brands .dba .container .inner-container p {
    font-size: 0.8125rem;
    line-height: 1rem;
    margin-bottom: 15px;
  }
  html body .brands .dba .container .inner-container .dba-cta {
    font-size: 0.625rem;
    margin-bottom: 0;
  }
  html body .brands .dba .container .jewelry {
    width: 55%;
  }
  html body footer {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  html body footer a {
    font-size: .75rem;
    line-height: .85rem;
  }
}

@media (max-width: 375px) {
  html body .discover h2 {
    font-size: 3rem;
  }
  html body .discover h2 span {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=style.css.map */