/* BASE
==========================================================================================*/
html,
body {
  font-family: "Sen", Arial, sans-serif;
  background: url(/assets/img/white-wall-bg.jpg);
  background-attachment: fixed;
  display: grid;
  height: 100vh;
  grid-template-rows: auto 1fr auto;
}

ul li {
  margin: 0 0 1em 0;
}

p {
  line-height: 1.5em;
}

figure.fig--float-r {
  float: right;
  margin: 0 0 20px 20px;
}
figure.fig--float-l {
  float: left;
  margin: 0 20px 20px 0;
}
figure.fig--full {
  width: 100%;
}
figure.fig--med {
  width: 50%;
}
figure.fig--small {
  width: 25%;
}
figure img {
  width: 100%;
  border-radius: 10px;
}
figure img.img--full {
  width: 100%;
}
figure img.img--med {
  width: 50%;
}
figure img.img--small {
  width: 25%;
}

img.img--full {
  width: 100%;
}
img.img--med {
  width: 50%;
}
img.img--small {
  width: 25%;
}
img.img--float-r {
  float: right;
  margin: 0 0 20px 20px;
}
img.img--float-l {
  float: left;
  margin: 0 20px 20px 0;
}

.container-default,
.container-pages {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 20px;
}
.container-default.container--full-width-v1,
.container-pages.container--full-width-v1 {
  background: linear-gradient(0deg, rgba(99, 143, 147, 0.8), rgba(99, 143, 147, 0.5));
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0% 50%, 0% 0%, 50% 8%);
          clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0% 50%, 0% 0%, 50% 8%);
}

.container-default .content {
  grid-column: 3/span 8;
}
.container-default.mailing-list {
  border-top: 1px solid #ccc;
  background: rgba(99, 143, 147, 0.65) url(/assets/img/list-hand-bw.png) no-repeat left bottom;
  background-size: contain;
  background-blend-mode: luminosity;
}
.container-default.mailing-list div {
  border-radius: 4px;
}

.container-pages main,
.container-pages nav {
  grid-row: 2;
}
.container-pages main {
  padding: 0 20px 32px 0;
}
.container-pages main h1 {
  margin-top: 0;
}
.container-pages main.layout--default {
  grid-column: 4/span 6;
}
.container-pages main.layout--w-menu {
  grid-column: 4/span 4;
}
.container-pages nav {
  grid-column: 8/span 2;
}
.container-pages nav ul {
  margin: 0;
  padding: 1.5em 0;
  list-style: none;
  border-left: 1px solid #ccc;
}
.container-pages nav ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.container-pages nav ul li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  color: #727272;
  font-size: 0.9em;
  line-height: 1.2em;
  transition: all 250ms ease-in-out;
}
.container-pages nav ul li a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.05);
}
.container-pages nav ul li a.active {
  background-color: #c4e0e1;
  color: #000;
}

.calendly,
.calendly--intro {
  position: relative;
  z-index: 1;
}

.calendly {
  grid-column: 1/span 12;
  background: linear-gradient(0deg, rgba(72, 119, 123, 0.2), transparent);
  padding: 0 0 3em;
}

.calendly--intro {
  grid-column: 5/span 4;
  text-align: center;
  padding: 9em 0 0;
}
.calendly--intro h2 {
  margin: 0;
}

.mailing-list--box {
  position: fixed;
  top: calc(70vh + 30px);
  right: 0;
  z-index: 100;
  font-size: 1em;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background: #48777b;
  text-align: center;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  color: #fff;
}

.kasey--pic-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/kasey-color.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 40%;
  background-blend-mode: hard-light;
  background-attachment: fixed;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.kasey--pic-1.visible {
  opacity: 0.6;
}

.social-icons {
  display: inline-block;
  text-decoration: none;
  font-size: 28px;
  color: #fff;
  margin: 0 10px;
  padding: 0;
  transition: all 250ms ease-in-out;
}
.social-icons:hover {
  color: #b37b78;
}

.calendly-inline-widget {
  width: auto;
  height: 900px;
}

@font-face {
  font-family: "Sen";
  src: url("/assets/fonts/Sen-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Playfair Regular";
  src: url("/assets/fonts/PlayfairDisplaySC-Regular.ttf");
}
@font-face {
  font-family: "Playfair Regular Italic";
  src: url("/assets/fonts/PlayfairDisplaySC-Italic.ttf");
}
h1,
h2,
h3 {
  font-family: "Playfair Regular", Times New Roman, serif;
  font-weight: 300;
  line-height: 1.2em;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2em;
}

/* LAYOUT
==========================================================================================*/
.header-home,
.header-pages {
  grid-column: 1/span 12;
  position: fixed;
  z-index: 100;
  width: 100%;
  min-height: 90px;
  transition: all 250ms ease-in-out;
}
.header-home .nav--top,
.header-pages .nav--top {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  max-width: 400px;
  height: 90px;
  transition: all 250ms ease-in-out;
}
.header-home .nav--top ul,
.header-pages .nav--top ul {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0 20px 0;
}
.header-home .nav--top ul li,
.header-pages .nav--top ul li {
  margin: 0;
  display: inline-block;
}
.header-home .nav--top ul li a,
.header-pages .nav--top ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  padding: 6px 20px;
  border-radius: 3px;
  transition: all 250ms ease-in-out;
}
.header-home .nav--top ul li a:hover,
.header-pages .nav--top ul li a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.header-home .logo,
.header-pages .logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 90px;
  padding: 0 0 0 24px;
  transition: all 250ms ease-in-out;
}
.header-home.sticky,
.header-pages.sticky {
  position: fixed;
  min-height: 60px;
  background: #48777b;
}
.header-home.sticky .logo,
.header-pages.sticky .logo {
  width: 160px;
  height: 60px;
}
.header-home.sticky .nav--top,
.header-pages.sticky .nav--top {
  height: 60px;
}

.header-pages {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.07), transparent);
}

.site-logo {
  width: 100%;
}

.burger-menu {
  display: none;
  cursor: pointer;
  font-size: 24px;
}

footer {
  grid-column: 1/span 12;
  text-align: center;
  background-color: #212121;
  color: #fff;
  padding: 40px 10px;
}
footer p:last-child {
  margin-top: 3em;
}
footer a {
  color: #e0c4c3;
  transition: all 250ms ease-in-out;
}
footer a:hover {
  color: #d1a9a8;
  text-decoration: none;
}

/* COMPONENTS
==========================================================================================*/
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: none;
}
button a {
  text-decoration: none;
  display: inline-block;
  background-color: #b37b78;
  color: #fff;
  border-radius: 5px;
}

.btn--default a {
  padding: 10px 20px;
  font-weight: 200;
}
.btn--default:hover {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
  transition: all 250ms ease-in-out;
}

.btn--group {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.btn--group button {
  margin: 0 20px 0 0;
}
.btn--group button a {
  font-size: 1.2em;
  padding: 20px;
}
.btn--group p {
  font-size: 1em;
}
.btn--group p a {
  text-decoration: none;
  color: white;
}

.form--simple {
  position: relative;
  padding: 0;
  background: #8dc1c3;
  border-radius: 4px;
}
.form--simple input {
  padding: 12px;
  margin: 5px 0 10px 0;
  width: 100%;
}
.form--simple .medium {
  border: none;
  border-radius: 2px;
}
.form--simple h2 {
  text-align: center;
  margin-top: 70px;
}

.logo-squared {
  position: absolute;
  top: -40px;
  transform: translateX(-75px);
  left: 50%;
  background: #8dc1c3;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}

.logo-squared img {
  width: 100%;
  margin: 0 auto;
  transform: translate(20px, 35px);
}

.testimonials-carousel {
  grid-column: 4/span 6;
}

.carousel {
  display: flex;
  width: auto;
  margin: 0 auto;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 100%;
  opacity: 0;
  transition: all 1.5s ease-in-out;
  text-align: center;
}
.carousel-item p {
  position: relative;
  padding: 0 40px;
}
.carousel-item p:first-child {
  display: inline-block;
}
.carousel-item p:first-child::before, .carousel-item p:first-child::after {
  position: absolute;
  top: -20px;
  font-family: "Font Awesome 6 Free";
  font-size: 2em;
  color: rgba(0, 0, 0, 0.2);
}
.carousel-item p:first-child::before {
  left: 5px;
  content: "\f10d";
}
.carousel-item p:first-child::after {
  right: 5px;
  content: "\f10e";
}

.carousel-item.active {
  opacity: 1;
}

.carousel-container {
  position: relative;
  overflow: hidden;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.pagination-button {
  cursor: pointer;
  margin: 0 10px;
  transition: all 250ms ease-in-out;
  border-radius: 50%;
  border: 1px solid #212121;
  width: 30px;
  height: 30px;
  text-align: center;
  /*&.paginate {
    text-indent: -10000px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid $dark;
    background: transparent;
    padding: 0;
  }
  &.next,
  &.prev {
    padding: 0;
    margin: 0 10px;
    border: 1px solid black;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
  }
  &.active {
    background-color: $turquoise-primary;
  }*/
}
.pagination-button:hover {
  background-color: #c4e0e1;
  color: #fff;
}

/* PAGES
==========================================================================================*/
.pages-hero {
  height: 45vh;
  background-repeat: no-repeat;
  background-position: center bottom, center center;
  background-size: cover;
  background-color: rgba(179, 123, 120, 0.6);
  background-blend-mode: hard-light;
  grid-column: 1/span 12;
  grid-row: 1;
  margin-bottom: 2em;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 30% 100%, 0 85%, 0 0);
          clip-path: polygon(100% 0, 100% 90%, 30% 100%, 0 85%, 0 0);
}
.pages-hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1), transparent);
}
.pages-hero.hero--anxiety {
  background-image: url(/assets/img/hero-btm.png), url(/assets/img/board-room-frustrated.jpg);
}
.pages-hero.hero--behind-mask {
  background-image: url(/assets/img/hero-btm.png), url(/assets/img/woman-wave.jpg);
}
.pages-hero.hero--testimonials {
  background-image: url(/assets/img/hero-btm.png), url(/assets/img/testimonial-hero.jpg);
}
.pages-hero.hero--work-with-me {
  background-image: url(/assets/img/hero-btm.png), url(/assets/img/woman-arms.jpg);
}
.pages-hero.hero--kasey-default {
  background-image: url(/assets/img/hero-btm.png), url(/assets/img/kasey-waves.jpg);
}

.secrets-holder {
  display: flex;
  align-items: center;
  background: url(/assets/img/kasey-blue.jpg) no-repeat top left;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  padding: 80px;
  border-radius: 5px;
}
.secrets-holder button {
  font-size: 1.2em;
}

.testimonials {
  position: relative;
  margin-top: 60px;
}
.testimonials::before {
  content: "\f10d";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 52px;
  text-align: center;
  margin-bottom: 20px;
  color: rgba(99, 143, 147, 0.5);
}

.testimonial-name {
  font-size: 1.2em;
  font-weight: 600;
  font-style: italic;
  text-align: right;
  color: #727272;
}

.hero--main {
  background-color: rgba(99, 143, 147, 0.85);
  background-image: url(/assets/img/kasey-bw-2.png), url(/assets/img/kasey-bw-1.png);
  background-repeat: no-repeat;
  background-position: 95% 50px;
  background-size: contain;
  background-blend-mode: overlay, hard-light;
  grid-column: 1/span 12;
  height: 80vh;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-clip-path: polygon(100% 0, 100% 90%, 30% 100%, 0 85%, 0 0);
          clip-path: polygon(100% 0, 100% 90%, 30% 100%, 0 85%, 0 0);
}
.hero--main p {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
}
.hero--main p + h1 {
  margin-top: 0;
}
.hero--main h1 + p {
  font-size: 1em;
}
.hero--main section {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1), transparent);
}
.hero--main section article:first-child {
  flex: 1;
}
.hero--main section article:nth-child(2) {
  flex: 3;
}
.hero--main section article:last-child {
  flex: 2;
}

.kasey-pic {
  text-align: right;
}
.kasey-pic picture {
  display: block;
}
.kasey-pic picture source {
  max-width: 100%;
}
.kasey-pic img {
  border-radius: 50%;
  border: 20px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

.article--entry,
.article--services,
.article--testimonials,
.article--default {
  padding: 6em 0;
}

.article--testimonials {
  text-align: center;
}
.article--testimonials h2 {
  text-align: center;
}

.article--entry {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
.article--entry article {
  flex: 1;
  flex-basis: 0;
  margin: 0 10px;
}

.rock-img {
  position: absolute;
  bottom: -200px;
  left: -100px;
  opacity: 0.3;
}

.container--services {
  background: rgba(224, 196, 195, 0.6) url(/assets/img/circles-bg.png);
  background-attachment: fixed;
}

.article--services article {
  text-align: center;
}
.article--services article h2 {
  margin-top: 0;
}
.article--services article .box-animate {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 82px;
}

.box-animate--container {
  position: relative;
  display: flex;
  flex: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  height: 300px;
  transition: all 250ms ease-in-out;
  /*button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    a {
      text-decoration: none;
      display: inline-block;
      padding: 10px;
      background-color: $pink-tertiary-3;
      color: $white;
      border-radius: 5px;
      font-weight: 200;
      font-size: 0.9em;
    }
  }*/
}
.box-animate--container h3 {
  font-size: 1.8em;
}
.box-animate--container[class*=programs-] {
  background-color: rgba(0, 0, 0, 0.75);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: multiply;
}
.box-animate--container.programs-hf-anxiety {
  background-image: url(/assets/img/hf-anxiety-1.jpg);
}
.box-animate--container.programs-behind-mask {
  background-image: url(/assets/img/behind-mask-1.jpg);
}
.box-animate--container.programs-work-with-me {
  background-image: url(/assets/img/work-with-me-1.jpg);
}
.box-animate--container:first-child {
  margin-left: 0;
}
.box-animate--container:last-child {
  margin-right: 0;
}
.box-animate--container:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  background: none;
  background-color: #fff;
}
.box-animate--container:hover[class*=programs-] {
  background-color: rgba(72, 119, 123, 0.9);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: luminosity;
}
.box-animate--container:hover.programs-hf-anxiety {
  background-image: url(/assets/img/hf-anxiety-1.jpg);
}
.box-animate--container:hover.programs-behind-mask {
  background-image: url(/assets/img/behind-mask-1.jpg);
}
.box-animate--container:hover.programs-work-with-me {
  background-image: url(/assets/img/work-with-me-1.jpg);
}
.box-animate--container:hover .box-animate--content {
  opacity: 1;
  transition: all 500ms ease-in-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), transparent);
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  border-radius: 0 0 5px 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.box-animate--container:hover div:first-child {
  opacity: 0;
}
.box-animate--container div {
  padding: 20px;
}
.box-animate--container .box-animate--content {
  opacity: 0;
  position: absolute;
  width: 100%;
}

.icon-programs {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

/* MEDIA QUERIES
==========================================================================================*/
@media screen and (max-width: 1440px) {
  .container-default.container--full-width-v1,
  .container-pages.container--full-width-v1 {
    background-position: left bottom;
    background-size: 40%;
  }
}
@media screen and (max-width: 1366px) {
  .container-default .content,
  .container-default .testimonials-carousel {
    grid-column: 2/span 10;
  }
  .calendly {
    grid-column: 1/span 12;
  }
  .rock-img {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    display: block;
  }
  .hero--main {
    height: auto;
  }
  .hero--main section {
    padding: 160px 0 120px;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  .rock-img {
    display: none;
  }
  .container-default .content,
  .container-default .testimonials-carousel {
    padding: 20px;
  }
  .box-animate--container div p {
    font-size: 0.9em;
  }
  .container-pages main.layout--default, .container-pages main.layout--w-menu {
    grid-column: 2/span 7;
  }
  .container-pages nav {
    grid-column: 10/span 3;
  }
}
@media screen and (max-width: 768px) {
  .header-home,
  .header-pages {
    min-height: 60px;
    background: #48777b;
  }
  .header-home .logo,
  .header-pages .logo {
    width: 160px;
    height: 60px;
  }
  .header-home .nav--top,
  .header-pages .nav--top {
    position: inherit;
    width: 100%;
    max-width: 100%;
    height: 60px;
  }
  .header-home .nav--top ul,
  .header-pages .nav--top ul {
    margin: 0;
    padding: 0;
  }
  .header-home .nav--top ul li,
  .header-pages .nav--top ul li {
    display: inherit;
    margin: 20px 0;
  }
  .burger-menu {
    flex: 1;
    display: block;
    margin: 0 20px 0 0;
    color: #fff;
    position: absolute;
    right: 0;
    top: 11px;
  }
  .menu {
    display: none;
    transition: transform 0.3s ease;
    transform: scaleY(0);
    transform-origin: top;
  }
  .menu.show {
    display: block;
    background-color: #48777b;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: scaleY(1);
  }
  .hero--main {
    background-image: none;
  }
  .hero--main section {
    display: inherit;
    padding: 100px 0 90px;
  }
  .hero--main section article:nth-child(2) {
    padding: 20px;
  }
  .kasey-pic {
    text-align: center;
  }
  .kasey-pic img {
    border: 10px solid rgba(0, 0, 0, 0.2);
    margin: 20px 0;
    max-width: 55%;
  }
  .kasey--pic-1 {
    display: none;
  }
  .article--entry,
  .article--services,
  .article--testimonials {
    padding: 10px 0;
  }
  .article--testimonials {
    width: calc(100vw - 40px);
  }
  .article--entry {
    display: inherit;
  }
  .article--entry article {
    flex: none;
    flex-basis: auto;
    margin: 0 0 60px;
  }
  .article--services article .box-animate {
    display: block;
    margin-top: 20px;
  }
  .container-default,
  .container-pages {
    display: block;
  }
  .container-default.container--full-width-v1,
  .container-pages.container--full-width-v1 {
    background-image: none;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .box-animate--container {
    display: block;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    margin: 0 0 20px;
    padding: 20px 20px 32px 20px;
  }
  .box-animate--container h3 {
    font-size: 1.4em;
  }
  .box-animate--container:hover {
    transform: none;
    box-shadow: none;
  }
  .box-animate--container:hover .box-animate--content {
    background: #212121;
    border-radius: none;
  }
  .box-animate--container div {
    padding: 0;
  }
  .box-animate--container .box-animate--content {
    opacity: 1;
    position: relative;
  }
  .icon-programs {
    display: none;
  }
  .container-pages {
    padding-top: 60px;
  }
  .container-pages main {
    padding: 20px;
  }
  .container-pages nav {
    width: 100vw;
  }
  .container-pages nav ul {
    display: flex;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    overflow-x: auto;
    border-bottom: 1px solid #c4e0e1;
    border-left: none;
    white-space: nowrap;
  }
  .container-pages nav ul li {
    border-right: 1px solid #c4e0e1;
  }
  .container-pages nav ul li:last-child {
    border-right: none;
  }
  .pages-hero {
    height: 20vh;
    margin-bottom: 0;
    -webkit-clip-path: inherit;
            clip-path: inherit;
  }
  .mailing-list--box {
    position: inherit;
    top: 0;
    font-size: 0.9em;
    border-radius: 0;
    box-shadow: none;
  }
  .secrets-holder {
    min-height: 400px;
    padding: 40px;
  }
  .secrets-holder button {
    font-size: 1em;
  }
  .logo-squared {
    transform: translateX(-65px);
    width: 120px;
    height: 120px;
  }
  .logo-squared img {
    width: 75%;
    transform: translate(10px, 25px);
  }
  .calendly,
  .calendly--intro {
    padding: 20px;
  }
  .btn--group button {
    margin: 0;
    flex: 1;
  }
}/*# sourceMappingURL=styles.css.map */