@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3.5vw, 1.5rem);
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  line-height: 120%;
}
h1 {
  font-size: clamp(2.75rem, 6vw, 5rem);
}
h2 {
  font-size: clamp(2rem, 5vw, 4rem);
}
.pf-mirror__desc {
  margin: 2.5rem 0;
}
p {
  margin: 1rem 0 2.5rem;
  line-height: 150%;
}
.emphasis {
  color: #920751;
}
.em {
  font-weight: 900;
  font-style: italic;
}
.heavy {
  font-weight: 900;
}
.break {
  display: block;
}
.pf-container {
  max-width: 88rem;
  margin: 0 3rem;
}
.pf-hero {
  align-items: center;
}
.pf-hero__img {
  background-image: url("../assets/images/hero.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
.pf-hero__content {
  text-align: center;
  padding: 8rem 0 6rem;
}
.pf-kablooey {
  background: #920751;
  color: #fff;
  padding: 6rem;
}
.pf-kablooey__text {
  max-width: 50rem;
  margin: auto;

  p:first-of-type {
    margin-top: 4rem;
  }
}
.pf-bathtub {
  background: #fff;
  color: #000;
  padding: 6rem 0;
}
.pf-bathtub__content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
}
.pf-team__img {
  background-image: url("../assets/images/us.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.pf-bathtub__text {
  max-width: 45rem;
  margin: auto;
}
.pf-mirror-intro {
  margin-top: 10rem;
}
.pf-mirror-intro__content {
  margin-bottom: 5rem;

  p:first-of-type {
    margin-top: 2rem;
  }
}
.pf-mirror {
  margin: auto;
  max-width: 88rem;
}
.pf-mirror__content {
  margin: auto;
}
.pf-jdc__image {
  background-image: url("../assets/images/jdc_portrait.jpg");
  background-size: cover;
  background-position: center;
  height: 800px;
}
.pf-tn__image {
  background-image: url("../assets/images/tn_portrait.jpg");
  background-size: cover;
  background-position: center;
  height: 800px;
}
.pf-mirror__about {
  padding: 5rem 0 0;
}
.pf-mirror__text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
.pf-work {
  position: relative;
  margin: 5rem auto;
  max-width: 88rem;
  height: 600px;
}
.pf-work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-image: url("../assets/images/process_bg.svg");
  opacity: 0.2;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.pf-work__content {
  z-index: 1;
  display: flex;
  align-items: center;
  height: 600px;
}
.pf-work__text {
  max-width: 50rem;
  margin: auto;
}
.pf-work__btn {
  margin-top: 4rem;
}
.pf-story-intro {
  margin: 10rem 0 4rem;
}
.pf-story-intro__content {
}
.pf-story__text {
  max-width: 50rem;
  margin: auto;
}
.pf-story {
  max-width: 88rem;
  margin: 2rem auto 8rem;
}
.pf-jdc__img {
  background-image: url("../assets/images/jdc_story.png");
  background-position: center;
  background-repeat: no-repeat;
  background-position: top;
}
.pf-tn__img {
  background-image: url("../assets/images/tn_story.png");
  background-position: center;
  background-repeat: no-repeat;
  background-position: top;
}
.pf-story__content {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 5rem;
}
.pf-story__text {
  p {
    padding: 0;
    margin: 0;
  }
}
.pf-experience-intro {
  margin: 10rem auto;
  max-width: 75rem;
}
.pf-experience-intro__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  text-align: right;
  margin: auto;
}
.pf-experience-intro__text {
  text-align: left;
  margin-top: 1rem;
}
.pf-experience {
  max-width: 88rem;
  margin: 2rem auto;
}
.pf-experience__content {
  margin: auto;
}
.pf-experience__process {
  background-image: url("../assets/images/process.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
.pf-experience__text {
  margin: 5rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7rem;

  p {
    padding: 0;
    margin-top: 2rem;
  }
}
.pf-experience__items {
  margin: 5rem auto;
  max-width: 37rem;
  text-align: center;
  padding-left: 5rem;

  ul {
    margin-top: 3rem;
    text-align: left;
    
    li {
      padding: 1rem 0;
    }
  }
}
.pf-divider {
  display: block;
  background-image: url("../assets/images/divider.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 1rem;
}
.pf-who {
  background-image: url("../assets/images/us.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 800px;
  display: grid;
  align-items: end;
}
.pf-who__content {
  margin: auto;
  width: 37rem;
}
.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.pf-btn {
  padding: 1rem 0;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  display: inline-block;
  text-align: center;
  border: 5px solid #920751;
  box-sizing: border-box;
  color: #920751;
  margin: 1rem 0;
  font-weight: 900;
  width: 100%;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);

  &:hover {
    background-color: #920751;
    color: #fff;
  }
}
.pf-btn-clear {
  background: rgba(255,255,255,0.2);
  color: #fff;
  padding: 1rem 0;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  display: inline-block;
  text-align: center;
  border: 5px solid #fff;
  width: 100%;
  margin: 3rem 0;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);

  &:hover {
    background-color: #fff;
    color: #920751;
  }
}
.pf-navbar-container {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 300ms ease-in-out;
  z-index: 1000;
}
.pf-navbar {
  padding-block: 1.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.pf-navbar__nav {
  display: none;
}
.pf-links {
  display: flex;
  
  li {
   list-style: none;
   text-align: right;
   margin-left: 5rem;
  }
}
.pf-navbar__link {
  text-decoration: none;
  position: relative;
  transition: color 300ms ease-in-out;
  color: var(--default-text);

  .selected {
    color: #920751;
    font-weight: 900;
  }
}
.pf-navbar__link.selected {
  color: #920751;
  font-weight: 900;
}
.pf-navbar__link:hover {
  color: #920751;
}
.pf-links a {
  display: inline-block;
  position: relative;
  color: var(--default-text);
}
.pf-burger {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.5rem;
}
.icons {
  display: flex;
  padding: 15px;
}
.icons a li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}

/* Contact */
.pf-contact {
  background: #920751;
  color: #fff;
  padding: 5rem 0;

  a {
    color: #fff;
    text-decoration: none;
  }
}
.message {
  margin-top: 1rem;
}

/* Footer */
.pf-footer {
  padding: 5rem 0;
}

.pf-footer__content {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}




@media (min-width: 1440px) {
  .pf-container {
    margin: 0 auto;
  }
}


@media (max-width: 1024px) {
  .pf-links li {
    margin-left: 2rem;
  }
  .pf-footer__content {
    justify-content: center;
  }
  .pf-kablooey__text {
    max-width: 40rem;
  }
  .pf-who {
    height: 600px;
  }
}

@media screen and (min-width: 769px) {
  .pf-burger {
    display: none;
  }
  .pf-navbar__nav {
    display: none;
  }
  .pf-navbar--light .ts-navbar__link {
    color: #fff;
  }
  .pf-navbar-fade-in .ts-burger {
    color: #000 !important;
  }
}

@media screen and (max-width: 768px) {
  .pf-bathtub__content {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: 1fr 1.5fr;
    gap: 3rem;
  }
  .pf-navbar--light .pf-navbar__link {
    color: white;
  }
  .pf-navbar__navbar {
    background-color: white;
    position: absolute;
    width: calc(100vw - 3rem);
    height: calc(100vh - 73px);
    top: 5.5rem;
    left: 0;
    z-index: -1;
    padding-inline: 1.5rem;
    display: none;
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .pf-navbar__navbar .pf-btn-container,
  .pf-navbar__navbar .pf-btn {
    width: calc(100% - 2rem) !important;
  }
  .pf-links {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }
  .pf-navbar-active {
    background-color: white;
  }
  .pf-navbar-active .pf-btn-container {
    display: block !important;
  }
  .pf-navbar-active .pf-burger {
    color: #000 !important;
  }
  .pf-navbar-active .pf-container {
    border-bottom: 1px solid #dddddd;
  }
  .pf-navbar-active .pf-open {
    display: none;
  }
  .pf-navbar-active .pf-close {
    display: block;
  }
  .pf-navbar-active .pf-navbar__navbar {
    display: flex;
  }
  .pf-close {
    display: none;
  }
  .pf-copy {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .pf-experience-intro {
    margin-bottom: 5rem;
  }
  .pf-experience__text {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .pf-experience__items {
    padding: 0;
  }
  .pf-who {
    height: 400px;
  }
  .pf-story__content {
    gap: 3rem;
    grid-template-columns: none;
    grid-template-rows: 1fr 2fr;
  }
  .pf-work__text {
    max-width: 30rem;
  }
  .pf-jdc__img,
  .pf-tn__img {
    background-size: cover;
    background-position: center;
  }
  .pf-jdc__image,
  .pf-tn__image {
    height: 400px;
  }
  .pf-mirror__about {
   padding: 3rem 0 0;
  } 
  .pf-mirror__text {
    grid-template-columns: none;
    gap: 0;
    margin: 3rem 0;
  }
  .pf-mirror__desc {
    margin: 0;
  }
  .disclaimer {
    text-align: center;
  }
}
@media (max-width: 430px) {
  .pf-hero__content {
    padding: 4rem 0;
  }
  .pf-hero__img {
    height: 300px;
    margin: 3rem 0 0;
  }
  .pf-kablooey {
    padding: 5rem 0;
  }
  .pf-kablooey__text {
    p:first-of-type {
      margin-top: 2rem;
    }
  }
  .pf-team__img {
    height: 200px;
  }
  .pf-bathtub__content {
    grid-template-rows: 1fr;
  }
  .pf-experience-intro,
  .pf-mirror-intro,
  .pf-story-intro {
    margin: 8rem auto 0;
  }
  .pf-experience-intro__content {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 0;
  }
  .pf-experience__process {
    background-image: url("../assets/images/process_v.svg");
    height: 890px;
    margin: 5rem auto;
  }
  .pf-experience__text {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 1rem;
  }
  .pf-who__content {
    width: auto;
  }
  .pf-story {
    margin: 2rem auto 6rem;
  }
  .pf-story__content {
    grid-template-rows: 1fr;
  }
  .pf-jdc__img,
  .pf-tn__img {
    height: 80vh;
    margin: 0 -3rem;
  }
  .pf-jdc__image,
  .pf-tn__image {
    height: 40vh;
    margin: 0 -3rem;
  }
  .pf-work {
    height: 700px;
    margin: 10rem auto;
  }
  .pf-work__content {
    height: 700px;
  }
  .pf-work::before {
    background-image: url("../assets/images/process_bg_v.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

