:root {
  --color--bg: #E8E3D9;
  --footer-bg: white;
}

@supports (object-fit: cover) {
  .hero {
    height: calc(100vh - 60px);
  }
  .hero__img {
    height: calc(100vh - 60px);
  }
  .hero__img img {
  	display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    min-height: calc(100vh - 60px);
  }
}

/*[data-scroll] {
  will-change: transform;
}
[data-scroll-content] {
  will-change: transform;
}*/

body {
  background: var(--color--bg, #E8E3D9);
}

.hero {
	position: relative;
	/*margin-bottom: 64px;*/
	overflow: hidden;
}
.hero__text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -6rem;
  height: 50%;
  color: var(--color--bg);
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
}
.hero__text p {
  margin: 0;
  max-width: 290px;
  text-align: left;
  font-size: 16px;
}
.hero__text h1 {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  transform: translateY(0);
  font-size: 55px;
  max-width: 280px;
  font-family: var(--font-serif);
  /*text-align: right;*/
  /*line-height: 1;
  font-weight: 100;*/
  text-transform: uppercase;
  line-height: 1;
}
h1 span svg {
  width: 100%;
  height: auto;
}
h1 span:last-child {
  font-family: var(--font-sans);
  font-size: 19px;
  letter-spacing: 5px;
  margin-top: 1rem;
  display: block;
}
.hero__img {
  opacity: 0.5;
  transition: .5s ease;
  margin-top: -10px;
}
.hero__img img {
	transform: scale(1) rotate3d(1,0.2,0.2,-2deg);
	transform-origin: 50% 33%;
  transition: 10s ease;
  position: relative;
}
.is-ready .hero__img {
  opacity: 1;
  overflow: hidden;
}
.is-ready .hero__img img {
  transform: scale(1.06) rotate3d(1,0,0,0deg);
}
.cta {
	position: fixed;
	right: 48px;
	bottom: 48px;
	text-align: right;
	background: #fff;
	padding: 8px 16px;
	color: #000;
	transition: .3s cubic-bezier(0.44, 0.12, 0, 0.99) 1.75s;
	opacity: 0;
	transform: translateY(48px);
	border: 1px solid #000;
	text-decoration: none;
}
.cta:hover {
  text-decoration: none;
}
.intro {
  padding: 120px 48px 120px 0;
  margin-left: 50%;
}
.intro p {
  font-size: 16px;
  max-width: 420px;
  margin-bottom: 0;
}
.intro p span {
  display: inline-block;
  font-size: 18px;
  color: #A3B2C6;
  margin-right: 0.5rem;
}

.quotes {
  position: relative;
  z-index: -1;
  /*background: #f4f4f7;*/
  background: #D1CBB8;
  display: flex;
  padding: 192px 64px;
  margin-top: -128px;
  margin-bottom: -64px;
}
.quotes > div {
  padding: 0 32px;
  /*border-right: 1px solid #A3B2C6;*/
  border-right: 1px solid rgba(163, 178, 198, 0.3);
  /*border-top: 1px solid rgba(163, 178, 198, 0.3);*/
  flex: 1 1 25%;
}
.quotes > div:first-child {
  padding-left: 0;
}
.quotes > div:last-child {
  border-right: 0;
  padding-right: 24px;
}
.quotes p.cite {
  color: #777;
}
.quotes p:not(.cite) {
  text-indent: -0.6rem;
}
.quotes > .quote--feat {
  flex: 1 1 50%;
  padding-right: 48px;
}
.quotes .quote--feat p:not(.cite) {
  font-size: 21px;
  text-indent: -0.9rem;
}

.mill {
	padding: 0 0;
	margin-bottom: 64px;

  background: #f4f4f7;
  background: #D1CBB8;
  padding: 192px 0 128px 0;
  margin-top: -128px;
  margin-bottom: 0;

}
.mill > div::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 0;
}
.mill > div::-webkit-scrollbar-thumb {
  border-radius: 0;
  height: 0;
  background-color: rgba(0,0,0,.01);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.01);
}
.mill > div {
	/*border: 1px solid #000;*/
	display: flex;
	overflow: hidden;
	overflow-x: scroll;
  align-items: center;
}
.mill__text {
	min-width: 380px;
  margin-left: 64px;
  margin-right: -91px;
  margin-top: -64px;
	border: 1px solid #000;
  background: #fff;
  box-shadow: 1px 1px 0 rgba(0,0,0,.15);
  border-bottom: none;
  position: sticky;
  left: 64px;
  z-index: 9;
  pointer-events: none;
  will-change: transform;
}
.mill__text p {
  margin: 0;
  border-bottom: 1px solid #000;
  padding: 24px 48px 24px 24px;
}
.mill__text p:first-child {
  font-size: 17px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 48px;*/
}
.mill__text p:first-child span {
  padding: 16px 24px;
}
.mill__text p:first-child span:last-child {
  border-left: 1px solid #000;
}
.mill__imgs > div {
	display: flex;
  will-change: transform;
}
.mill__img {
  /*padding: 0 24px 0;*/
  padding: 24px;
  background: #E7E3D8;
  margin-right: 24px;
	/*border-right: 1px solid #000;*/
}
.mill__img:last-child {
  border-right: none;
}
.mill__imgs img {
	width: 100%;
	min-width: 520px;
	height: auto;
  mix-blend-mode: multiply;
}
.mill__img p {
  font-size: 17px;
  margin-top: 24px;
  margin-bottom: 0;
  max-width: 85%;
}

.is-ready .cta {
	opacity: 1;
	transform: translateY(0);
  visibility: visible;
}
.is-ready .cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  /*transform: translateY(60px);*/
  transition-delay: 0s;
}
.text--left > div {
  transition: .5s ease 1s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.is-ready .text--left > div {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.text--right > div {
  transition: .5s ease .5s;
  /*transition: .5s ease 1s;*/
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.is-ready .text--right > div {
  /*transition: .5s ease 1s;*/
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.look {
	margin-bottom: 64px;
	display: flex;
  position: relative;
}
.look figure, .look img {
	box-shadow: none;
}
.look > * {
	flex: 1 1;
}
.lk--c {
	justify-content: center;
}
.lk--sb {
	justify-content: space-between;
}
.lk--sa {
	justify-content: space-around;
}
.lk--inset {
	padding: 0 64px;
}
.lk--sb figure:last-child {
	margin-left: 64px;
	width: 50%;
}
.lk--mw-80 figure { max-width: 80%; }
.lk--mw-66 figure { max-width: 66%; }
.lk--mw-50 figure { max-width: 50%; }
.lk--mw-40 figure { max-width: 40%; }
.lk--mw-33 figure { max-width: 33%; }

.look figure.border { border: 4px solid #D1CBB8; }

.look img {
	display: block;
	border: none;
	width: 100%;
	height: auto;
}

.featured-products {
  padding-top: 64px;
  padding-bottom: 64px;
  min-height: 400px;
}

.footer {
  margin-top: 0!important;
}

@media(max-width: 850px) {

  .hero {
    position: relative;
    margin-bottom: 64px;
    overflow: hidden;
  }
  .hero__text {
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
    margin-top: 64px;
    /*color: #000;*/
    color: white;
    padding: 0 16px;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .text--left, .text--right {
    flex: 1 0 100%;
  }
  .hero__text p {
    margin: 0;
    max-width: 290px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .hero__text h1 {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    transform: translateY(0);
    font-size: 44px;
    max-width: 280px;
    text-align: left;
    line-height: 1;
    /*font-weight: 100;
    text-transform: lowercase;*/
  }

  .look {
    margin-bottom: 48px;
  }
  .lk--inset {
    padding: 0 8px;
  }
  .lk--sb figure:last-child {
    margin-left: 16px;
  }
  .lk--mw-40 figure {
      max-width: 48%;
  }
  .lk--mw-50 figure {
      max-width: 66%;
  }
  .lk--mw-80 figure {
      max-width: 90%;
  }

  .hero {
    margin-bottom: 16px;
  }
  .intro {
    padding: 48px;
    margin-left: auto;
  }
  .intro p {
    font-size: 16px;
    max-width: 420px;
    margin-bottom: 0;
  }
  .intro p span {
    display: inline-block;
    font-size: 18px;
    color: #A3B2C6;
    margin-right: 0.5rem;
  }

  .quotes {
    flex-wrap: wrap;
    padding: 160px 48px;
    margin-top: -128px;
    margin-bottom: -64px;
  }
  .quotes > div {
    padding: 20px 0 12px;
    border: none;
    border-bottom: 1px solid #ccc;
    flex: 1 1 100%;
  }
  .quotes > div:first-child {
    padding-left: 0;
  }
  .quotes > div:last-child {
    border-bottom: none;
    padding-right: 16px;
  }
  .quotes > .quote--feat {
    flex: 1 1 100%;
  }
  .quotes .quote--feat p:not(.cite), .quotes div p:not(.cite) {
    font-size: 16px;
    text-indent: -0.7rem;
  }

  .mill {
    position: relative;
    margin-top: -34px;
    padding-top: 162px;
  }
  .mill > div {
    align-items: flex-start;
  }
  .mill__text {
    width: auto;
    min-width: 10px;
    margin: 24px 0 -4rem;
    left: 16px;
    right: 16px;
    top: 0;
    border-bottom: none;
    z-index: 9;
    pointer-events: none;
    will-change: transform;
    position: absolute;
  }
  .mill__imgs {
    margin-top: -4rem;
  }
  .mill__imgs > div {
    display: flex;
    will-change: transform;
  }
  .mill__img {
    padding: 16px;
    /*border-right: 1px solid #000;*/
  }
  .mill__img:last-child {
    border-right: none;
  }
  .mill__imgs img {
    width: 100%;
    min-width: 360px;
    height: auto;
  }
  .mill__img p {
    font-size: 14px;
    max-width: 96%;
  }

}