@charset "UTF-8";
@font-face {
  font-family: "GT America Standard";
  src: url(../fonts/GT/GT-America-Standard-Regular.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GT America Standard";
  src: url(../fonts/GT/GT-America-Standard-Medium.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GT America Standard";
  src: url(../fonts/GT/GT-America-Standard-Bold.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GT America Standard";
  src: url(../fonts/GT/GT-America-Standard-Black.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Black.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}
body {
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-desktop {
    display: none !important;
  }
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bkgd-container {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.bkgd-container .video {
  pointer-events: none;
  height: 100%;
}
.bkgd-container--fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bkgd-container--fill video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.plant-man .btn {
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  text-decoration: none;
  font-family:'GT America Standard';
 border-radius: 0 !important;
 height:auto !important;
 min-width:200px;
}
.btn--fill, .btn--outline {
  padding: 1.1em 2.75rem;
}
.btn--fill {
  background: #000;
  color: #fff;
  box-sizing: border-box;
  border: 7px solid #fff !important;
  transition: 0.25s ease-in-out border;
}
.btn--fill:hover {
  border: 7px solid rgba(0, 0, 0, 0.2);
}
.btn--fill.btn--white {
  background: #fff;
  color: #000;
  border: #fff;
}
.btn--fill.btn--white:hover{
 border: 7px solid rgba(0, 0, 0, .2) !important;
}
.btn--fill.btn--black {
  background: #000;
  color: #fff;
  border: #000;
}
@media (max-width: 767px) {
  .btn--fill.btn--white-sm {
    background: #fff;
    color: #000;
    border: #fff;
  }
  .btn--fill.btn--black-sm {
    background: #000;
    color: #fff;
    border: #000;
  }
}

.plant-man {
  font-family: "GT America Standard";
}
.plant-man * {
  box-sizing: border-box;
}

section {
  display: grid;
  gap: 3px;
  width: 100%;
}
section img {
  max-width: 100%;
}
section .img-container {
  position: relative;
  line-height: 0;
}
section .img-container img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
section video, section iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .bkgd-container--image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
section .bkgd-container--image img {
  object-position: center;
}
section .bkgd-container--image--bottom img {
  object-position: bottom center;
}
section .bkgd-container--image--top img {
  object-position: top center;
}
section h2 {
  font-size: 50px;
  line-height: 1;
}
@media (min-width: 768px) {
  section h2 {
    font-size: 56px;
  }
}
section .styles {
  position: absolute;
  z-index: 1;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
  bottom: 20px;
  max-width: 90%;
  color: #D5D6CB;
}
@media (max-width: 767px) {
  section .styles {
    font-size: 15px;
  }
}
section .styles:before {
  display: inline-block;
  content: "Featured Styles: ";
  font-weight: 400;
  padding-right: 5px;
}

section .pm-workshop__caption.styles:before {
  content: "";
}


section .styles__product-links {
  white-space: nowrap;
}
section .styles a {
  font-weight: 700;
  color: #D5D6CB;
}
section .styles--white {
  color: #FFF7F3;
}
section .styles--white a {
  color: #FFF7F3;
}
section .styles--top {
  top: 20px;
  bottom: auto;
}
section .styles--bottom {
  bottom: 20px;
  top: auto;
}
section .styles--left {
  left: 20px;
  right: auto;
  text-align: left;
}
section .styles--right {
  right: 20px;
  left: auto;
  text-align: right;
}

/* HERO */
.pm-hero {
  position: relative;
  text-align: center;
  margin-bottom: 2px;
  min-height: 70vh;
}
.pm-hero__media {
  min-height: inherit;
}
.pm-hero__media img {
  object-position: bottom center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pm-hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
 gap:40px;
}
.pm-hero h1 {
  font-size: 8vw;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .pm-hero h1 {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .pm-hero h1 {
    font-size: 80px;
  }
}

/* INTRO */
.pm-intro {
  background-color: #7B8669;
  padding: 40px;
  text-align: left;
}
@media (min-width: 1024px) {
  .pm-intro {
    padding: 70px;
    text-align: center;
  }
}
.pm-intro > p {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  max-width: 1100px;
  margin: auto auto 40px;
 letter-spacing:-.9px;
}
@media (min-width: 1024px) {
  .pm-intro > p {
    font-size: 45px;
    margin-bottom: 70px;
  }
}
.pm-intro__grid {
  display: flex;
  flex-flow: column;
  gap: 3px;
}
.pm-intro__grid > *:nth-child(1) video {
  aspect-ratio: 9/16;
}
.pm-intro__grid img {
  aspect-ratio: 18/16;
}
@media (min-width: 1024px) {
  .pm-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .pm-intro__grid > *:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .pm-intro__grid > *:nth-child(2), .pm-intro__grid > *:nth-child(3) {
    grid-column: 2/3;
  }
}

.pm-products {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  .pm-products {
    grid-template-columns: repeat(3, 1fr);
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .pm-products .pm-products__img-container-1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

.pm-workshop {
  padding: 40px;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
@media (min-width: 1024px) {
  .pm-workshop {
    padding: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0 55px;
  }
}
.pm-workshop > p {
  font-size: 30px;
 max-width:680px;
}
@media (min-width: 1024px) {
  .pm-workshop > p {
    font-size: 45px;
  }
}
.pm-workshop__video {
  aspect-ratio: 9/16;
}
@media (min-width: 1024px) {
  .pm-workshop__video {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

.pm-quote {
  padding: 0 20px 40px;
}
.pm-quote blockquote {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.9px;
  max-width:1100px;
  margin:auto;
}
@media (min-width: 1024px) {
  .pm-quote blockquote {
    font-size: 45px;
    letter-spacing: -1.35px;
  }
}
.pm-quote blockquote cite {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: calc(15px / 100 * 5);
  font-style: normal;
}

.pm-printhaus {
  padding: 0;
}
@media (min-width: 1024px) {
  .pm-printhaus {
    padding: 70px;
  }
}
.pm-printhaus .video {
  position: relative;
  aspect-ratio: 16/9;
}
.pm-printhaus__caption {
  text-align: right;
  font-size: 15px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .pm-printhaus__caption {
    padding: 0;
  }
}
.pm-printhaus__caption a {
  color: #000;
  text-decoration: underline;
}

.pm-cta {
  background-color: #000;
  color: #fff;
  padding: 40px 30px;
  display: block;
}
@media (min-width: 1024px) {
  .pm-cta {
    padding: 70px;
  }
}
.pm-cta h2 {
  font-family: "GT America Standard" !important;
  font-size: 50px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: #fff !important;
}
@media (min-width: 1024) {
  .pm-cta h2 {
    font-size: 74px !important;
  }
}
@media (min-width: 768px) {
  .pm-cta h2 br {
    display: none;
  }
}
.pm-cta p {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .pm-cta p {
    font-size: 44px;
    margin-bottom: 40px;
  }
}
