header.header {
  background-color: #f4edd3;
}

.mobile-logo {
  position: fixed;
  top: 30px;
  display: block;
  cursor: pointer;
  left: 20px;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .mobile-logo {
    display: none;
  }
}

.nav-main {
  display: flex;
  justify-content: space-between;
  background-color: #f4edd3;
  max-width: 1600px;
  margin: auto;
  align-items: center;
}
.nav-main .desktop-logo {
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .nav-main .desktop-logo {
    display: none;
  }
}
.nav-main .navigation {
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 1em 0.5em;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .nav-main .navigation {
    flex-direction: column;
  }
}
.nav-main .navigation a {
  color: #2f2f30;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
}
.nav-main .navigation a:hover {
  color: #6e6e6e;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .nav-main .navigation li:last-child a {
    padding: 14px 38px;
    background: #ef907c;
    border-radius: 50px;
    color: #f9efe4;
    border: 2px solid #ef907c;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
  }
  .nav-main .navigation li:last-child a:hover {
    color: #ef907c;
    background-color: #f9efe4;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  #nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #778169;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-main ul.navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .nav-main ul.navigation li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  .nav-main ul.navigation li a {
    padding: 10px 25px;
    opacity: 0;
    color: #f9efe4;
    font-size: 2.5em;
    font-weight: 600;
    transform: translateY(-20px);
    transition: all 0.2s ease;
    transition-delay: 0.2s;
  }
  .nav-main ul.navigation li a:hover {
    color: #ef907c;
  }
  .nav-open {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    width: 4em;
    height: 4em;
    cursor: pointer;
    z-index: 99999;
    border-radius: 50%;
  }
  .nav-open i {
    display: block;
    width: 2em;
    height: 4px;
    background: #778169;
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 1.5em;
  }
  .nav-open i:nth-child(2) {
    margin-top: 0.5em;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 0.5em;
  }
  #nav:checked + .nav-open {
    transform: rotate(45deg);
  }
  #nav:checked + .nav-open i {
    background: #f9efe4;
    transition: transform 0.2s ease;
  }
  #nav:checked + .nav-open i:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
  }
  #nav:checked + .nav-open i:nth-child(2) {
    opacity: 0;
  }
  #nav:checked + .nav-open i:nth-child(3) {
    transform: translateY(-18px) rotate(90deg);
  }
  #nav:checked ~ .nav-main {
    z-index: 9990;
    opacity: 1;
  }
  #nav:checked ~ .nav-main ul li a {
    opacity: 1;
    transform: translateY(0);
  }
  .hidden {
    display: none;
  }
}
footer {
  background-color: #e9dfb9;
  padding: 2em;
}
footer .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  footer .footer-inner {
    flex-direction: row;
  }
}
footer .footer-inner ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .footer-inner ul {
    text-align: right;
  }
}
footer .footer-inner ul li a {
  text-decoration: none;
  color: #2f2f30;
}
footer .footer-inner ul li a:hover {
  color: #6e6e6e;
}
footer .site-info {
  text-align: center;
}

.wp-block-columns {
  max-width: 1488px;
  margin: auto;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}
.wp-block-columns .wp-block-columns {
  margin: auto;
  width: 100%;
  max-width: 1600px;
}

hr.wp-block-separator {
  width: 64px;
}

.wp-block-button.main-button a {
  background: #778169;
  height: 64px;
  width: max-content;
  border-radius: 30px;
  color: #f9efe4;
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  border: 2px solid #778169;
  padding: 13px 32px;
  cursor: pointer;
}
.wp-block-button.main-button a:hover {
  background: #f9efe4;
  color: #778169;
  text-decoration: none;
}

.heading-2-with-right-text.wp-block-columns {
  margin: auto;
  width: 100%;
  max-width: 1600px;
  justify-content: space-between;
}
.heading-2-with-right-text.wp-block-columns .wp-block-column {
  align-self: center;
}
.heading-2-with-right-text.wp-block-columns h2,
.heading-2-with-right-text.wp-block-columns p {
  margin: 0;
}
.heading-2-with-right-text.wp-block-columns p {
  color: #6e6e6e;
}
@media screen and (max-width: 768px) {
  .heading-2-with-right-text.wp-block-columns p {
    text-align: left;
  }
}

.is-style-home-hero.wp-block-columns {
  justify-content: center !important;
  align-items: center !important;
  gap: 40px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .is-style-home-hero.wp-block-columns {
    gap: 96px;
  }
}
@media screen and (min-width: 1400px) {
  .is-style-home-hero.wp-block-columns {
    gap: 144px;
  }
}
.is-style-home-hero.wp-block-columns p {
  font-size: 1rem;
  line-height: 1.8rem;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .is-style-home-hero.wp-block-columns p {
    text-align: center;
  }
}
.is-style-home-hero.wp-block-columns .hero-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 496px;
}
@media screen and (min-width: 768px) {
  .is-style-home-hero.wp-block-columns .hero-text {
    gap: 40px;
  }
}
.is-style-home-hero.wp-block-columns .hero-image {
  max-width: 1024px;
}
.is-style-home-hero.wp-block-columns figure.wp-block-image {
  position: relative;
  max-width: 1024px;
  z-index: 1;
}
.is-style-home-hero.wp-block-columns figure.wp-block-image::before {
  content: "";
  position: absolute;
  top: 66%;
  left: 50%;
  width: 264px;
  height: 264px;
  background: #ef907c;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .is-style-home-hero.wp-block-columns figure.wp-block-image::before {
    width: 479px;
    height: 479px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-home-hero.wp-block-columns figure.wp-block-image::before {
    top: 77%;
    left: 68%;
    width: 479px;
    height: 479px;
  }
}
@media screen and (min-width: 1400px) {
  .is-style-home-hero.wp-block-columns figure.wp-block-image::before {
    top: 65%;
    left: 65%;
    width: 840px;
    height: 840px;
  }
}
.is-style-home-hero.wp-block-columns figure.wp-block-image img {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .is-style-home-hero.wp-block-columns .wp-block-buttons {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .is-style-home-hero.wp-block-columns .wp-block-buttons {
    margin-bottom: 4rem;
  }
}

.is-style-home-information.wp-block-columns {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}
.is-style-home-information.wp-block-columns .information-columns.wp-block-columns {
  margin: auto;
  width: 100%;
  max-width: 1600px;
  justify-content: center;
  gap: 8em;
}
@media screen and (max-width: 1200px) {
  .is-style-home-information.wp-block-columns .information-columns.wp-block-columns {
    justify-content: space-around;
    gap: 2em;
  }
}
.is-style-home-information.wp-block-columns .information-columns.wp-block-columns .wp-block-column {
  max-width: 21em;
}
@media screen and (max-width: 768px) {
  .is-style-home-information.wp-block-columns .information-columns.wp-block-columns .wp-block-column {
    max-width: 16em;
  }
}

.profile-picture img {
  position: relative;
  background: url("/wp-content/uploads/2025/10/watercolorborder2.png");
  background-clip: padding-box;
  padding: 4px;
}

.portfolio-item {
  border-radius: 30px;
  filter: drop-shadow(6px 7px 16px rgba(0, 0, 0, 0.2));
  background-color: #f9efe4;
  padding: 1em;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
  height: 100%;
  justify-content: space-between;
}
.portfolio-item figure {
  margin: 0;
  width: 100%;
}
.portfolio-item img {
  border-radius: 30px;
  object-fit: cover;
  height: 400px !important;
  position: relative;
  background: url("/wp-content/uploads/2025/10/watercolorborder2.png");
  background-clip: padding-box;
  padding: 4px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .portfolio-item img {
    height: 300px !important;
  }
}
.portfolio-item .portfolio-item-content.wp-block-group.is-vertical {
  gap: 1em;
}
.portfolio-item .portfolio-item-text {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .portfolio-item .portfolio-item-text {
    flex-direction: column;
    align-items: start;
  }
}
.portfolio-item .wp-block-button__link.wp-element-button {
  background-color: #778169;
  color: #f9efe4;
  font-weight: bold;
  border: 2px solid #778169;
  width: max-content;
}
.portfolio-item .wp-block-button__link.wp-element-button:hover {
  background-color: #f9efe4;
  color: #778169;
  text-decoration: none;
}

.is-style-home-testimonials.wp-block-columns {
  display: none;
}
.is-style-home-testimonials.wp-block-columns .wp-block-quote {
  border-radius: 30px;
  filter: drop-shadow(6px 7px 16px rgba(0, 0, 0, 0.2));
  background-color: #f9efe4;
  padding: 2em;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  height: 100%;
  justify-content: space-between;
}

.wpcf7 {
  padding: 0 1em;
  margin: auto;
  position: relative;
  z-index: 3;
}
.wpcf7 form {
  max-width: 688px;
  margin: auto;
}
.wpcf7 label {
  font-size: 1.5em;
  font-weight: bold;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ef907c;
  margin-top: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}
.wpcf7 input:focus-visible,
.wpcf7 textarea:focus-visible {
  border: 2px solid #778169;
}
.wpcf7 input {
  height: 48px;
}
.wpcf7 input.wpcf7-submit {
  background: #ef907c;
  height: 64px;
  width: 177px;
  border-radius: 30px;
  color: #f9efe4;
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  border: 2px solid #ef907c;
  cursor: pointer;
  margin-left: 72px;
}
.wpcf7 input.wpcf7-submit:hover {
  background: #f9efe4;
  color: #ef907c;
}
.wpcf7 p {
  margin-top: 2em;
}
.wpcf7 p:has(input.wpcf7-submit) {
  text-align: center;
  margin-bottom: 0;
}
.wpcf7 .wpcf7-spinner {
  background-color: #6e6e6e;
}
.wpcf7 form div.wpcf7-response-output {
  border-color: #778169;
  background-color: #778169;
  color: #f9efe4;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 0;
}
.wpcf7 form.invalid div.wpcf7-response-output,
.wpcf7 form.unaccepted div.wpcf7-response-output,
.wpcf7 form.spam div.wpcf7-response-output {
  border-color: #D8604F;
  background-color: #D8604F;
  color: #f9efe4;
  border-radius: 8px;
  text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #D8604F;
}
.wpcf7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/10/footer-decor-vector.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.wp-block-spacer.color-linen {
  background-color: #e9dfb9;
}

.wp-block-spacer.is-style-z-index-high {
  display: block;
  position: relative;
  z-index: 3;
  background: #fbf6e3;
}

.page-template-portfolio-page .article-content .pink-border img {
  position: relative;
  background: url("/wp-content/uploads/2025/10/watercolorborder2.png");
  background-clip: padding-box;
  padding: 4px;
}
.page-template-portfolio-page .article-content .no-image {
  justify-content: center;
}
.page-template-portfolio-page .wp-block-gallery.website-gallery {
  row-gap: 16px;
  column-gap: 16px;
  column-count: 3;
  display: block;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .page-template-portfolio-page .wp-block-gallery.website-gallery {
    display: flex;
  }
}
.page-template-portfolio-page .wp-block-gallery.website-gallery figure {
  line-height: 1;
  margin: 0 !important;
  overflow: visible;
  position: relative;
  align-self: inherit;
  display: inline-block;
  margin-bottom: 16px;
  width: 100% !important;
}
.page-template-portfolio-page .wp-block-gallery.website-gallery figure img {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  position: relative;
  background: url("/wp-content/uploads/2025/10/watercolorborder2.png");
  background-clip: padding-box;
  padding: 4px;
}

.page-template-category-portfolio h1 {
  max-width: 1600px;
  margin: auto;
}
.page-template-category-portfolio .archive-description {
  margin: 1em 0 2em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-template-category-portfolio .archive-description {
    text-align: left;
  }
}
.page-template-category-portfolio .content-wrapper {
  max-width: 1600px;
  margin: 6em auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .page-template-category-portfolio .content-wrapper {
    margin: 4em auto;
  }
}
.page-template-category-portfolio .content-wrapper .portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .page-template-category-portfolio .content-wrapper .portfolio-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-category-portfolio .content-wrapper .portfolio-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-template-category-portfolio .content-wrapper .portfolio-grid-item {
  display: flex;
  flex-direction: column;
}
.page-template-category-portfolio .content-wrapper .portfolio-grid-item a {
  border-radius: 30px;
  filter: drop-shadow(6px 7px 16px rgba(0, 0, 0, 0.2));
  background-color: #f9efe4;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1em;
  height: 100%;
  justify-content: space-between;
}
.page-template-category-portfolio .content-wrapper .portfolio-grid-item a:hover {
  text-decoration: none;
}
.page-template-category-portfolio .content-wrapper .portfolio-grid-item a:hover h2 {
  color: #e9c2b3;
}
.page-template-category-portfolio .content-wrapper .portfolio-grid-item img {
  border-radius: 30px;
  object-fit: cover;
  height: 400px !important;
  position: relative;
  background: url("/wp-content/uploads/2025/10/watercolorborder2.png");
  background-clip: padding-box;
  padding: 4px;
}
@media screen and (max-width: 640px) {
  .page-template-category-portfolio .content-wrapper .portfolio-grid-item img {
    height: 300px !important;
  }
}
.page-template-category-portfolio .content-wrapper .portfolio-grid-item h2 {
  font-size: 1rem;
  margin: 0;
  color: #ef907c;
}

html {
  font-size: 16px;
}

.grecaptcha-badge {
  z-index: 999;
}

body {
  background-color: #f9efe4;
  font-family: "Poppins", sans-serif;
  color: #2f2f30;
}
body h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
  color: #483e34;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body h1 {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  body h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
body h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #e9c2b3;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  body h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  body h2 {
    font-size: 4rem;
  }
}
body h3 {
  color: #483e34;
}
body p {
  color: #2f2f30;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  body p {
    font-size: 1rem;
  }
}
body p.poppins-thin {
  font-weight: 200;
}
body a {
  color: #ef907c;
  text-decoration: none;
}
body a:hover, body a:active, body a:focus {
  text-decoration: underline;
  color: #e9c2b3;
}
body .wp-block-columns {
  margin: 0;
}
body .width-1600 {
  margin: auto;
  width: 100%;
  max-width: 1600px;
}

.wpcf7 {
  padding: 0 1em;
  margin: auto;
  position: relative;
  z-index: 3;
}
.wpcf7 form {
  max-width: 688px;
  margin: auto;
}
.wpcf7 label {
  font-size: 1.5em;
  font-weight: bold;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ef907c;
  margin-top: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}
.wpcf7 input:focus-visible,
.wpcf7 textarea:focus-visible {
  border: 2px solid #778169;
}
.wpcf7 input {
  height: 48px;
}
.wpcf7 input.wpcf7-submit {
  background: #ef907c;
  height: 64px;
  width: 177px;
  border-radius: 30px;
  color: #f9efe4;
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  border: 2px solid #ef907c;
  cursor: pointer;
  margin-left: 72px;
}
.wpcf7 input.wpcf7-submit:hover {
  background: #f9efe4;
  color: #ef907c;
}
.wpcf7 p {
  margin-top: 2em;
}
.wpcf7 p:has(input.wpcf7-submit) {
  text-align: center;
  margin-bottom: 0;
}
.wpcf7 .wpcf7-spinner {
  background-color: #6e6e6e;
}
.wpcf7 form div.wpcf7-response-output {
  border-color: #778169;
  background-color: #778169;
  color: #f9efe4;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 0;
}
.wpcf7 form.invalid div.wpcf7-response-output,
.wpcf7 form.unaccepted div.wpcf7-response-output,
.wpcf7 form.spam div.wpcf7-response-output {
  border-color: #D8604F;
  background-color: #D8604F;
  color: #f9efe4;
  border-radius: 8px;
  text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #D8604F;
}
.wpcf7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/10/footer-decor-vector.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

/*# sourceMappingURL=style.css.map */
