/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* 3rd party */
/* Global stuff */
@font-face {
  font-family: "DM Serif Text Local";
  src: url(fonts/DMSerifText-Regular.c63bc97c.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a {
  color: #834545;
}

a:hover {
  color: #CBA1A0;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.center {
  text-align: center;
}

.justify {
  text-align: left;
}

.paragraph.header {
  font-size: 1.8em;
  font-weight: 600;
}

@media (max-width: 700px) {
  body {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 1rem;
  }
}
/* /css/animations.css */
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.wc {
  will-change: transform, opacity;
}

/* Base reveal (fade + slight lift) */
.reveal {
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.is-inview {
  opacity: 1 !important;
  transform: none !important;
}

/* Direction presets (apply alongside .reveal) */
.reveal-up {
  transform: translateY(16px);
}

.reveal-down {
  transform: translateY(-16px);
}

.reveal-left {
  transform: translateX(16px);
}

.reveal-right {
  transform: translateX(-16px);
}

.reveal-zoom {
  transform: scale(0.96);
}

.contact-me .list-item-with-icon-wrapper.reveal-left {
  transform: translateY(-16px);
}

/* --- Fade-only variant (no movement) --- */
.reveal-fade {
  transform: none;
} /* start with only opacity:0 */
.is-inview.reveal-fade {
  transform: none;
} /* stay still when revealed */
.site-footer.footer-container.icon-button-row.reveal {
  transform: none !important;
  opacity: 1 !important;
}

/* --- Class-based timing utilities --- */
/* Durations */
.speed-3 {
  transition-duration: 0.3s !important;
}

.speed-5 {
  transition-duration: 0.5s !important;
}

.speed-7 {
  transition-duration: 0.7s !important;
}

.speed-9 {
  transition-duration: 0.9s !important;
}

/* Delays (ms) */
.delay-0 {
  transition-delay: 0ms !important;
}

.delay-50 {
  transition-delay: 50ms !important;
}

.delay-100 {
  transition-delay: 100ms !important;
}

.delay-150 {
  transition-delay: 150ms !important;
}

.delay-200 {
  transition-delay: 200ms !important;
}

.delay-300 {
  transition-delay: 300ms !important;
}

.delay-400 {
  transition-delay: 400ms !important;
}

.delay-500 {
  transition-delay: 500ms !important;
}

.delay-600 {
  transition-delay: 600ms !important;
}

.delay-700 {
  transition-delay: 700ms !important;
}

.delay-800 {
  transition-delay: 800ms !important;
}

.delay-900 {
  transition-delay: 900ms !important;
}

.delay-1000 {
  transition-delay: 1000ms !important;
}

/* Blocks */
.text-banner {
  min-height: 300px;
}
.text-banner p {
  margin: 0 !important;
}
.text-banner .headline {
  margin: 0.3em 0 0 !important;
}

.headline {
  font-family: "DM Serif Text Local", serif;
  font-weight: 550;
  text-align: center;
  margin: 0.8em 0.3em;
}
.headline--extra-large {
  font-size: 6rem;
}
.headline--large {
  font-size: 5rem;
}
.headline--medium {
  font-size: 4rem;
}
.headline--small {
  font-size: 3rem;
}
.headline--extra-small {
  font-size: 2rem;
}

@media (max-width: 700px) {
  .headline--extra-large {
    font-size: 4rem;
  }
  .headline--large {
    font-size: 3rem;
  }
  .headline--medium {
    font-size: 2rem;
  }
  .headline--small {
    font-size: 1.5rem;
  }
  .headline--extra-small {
    font-size: 1.5rem;
  }
}
.btn {
  display: inline-block;
  padding: 0.5em 2em;
  border-radius: 100rem;
  text-decoration: none;
  border: none;
  outline: none;
}
.btn--primary {
  background-color: #EFB0AA;
  color: #A66363;
}
.btn--primary:hover {
  background-color: #A66363;
  color: #FFFFFF;
}
.btn--secondary {
  background-color: #A66363;
  color: #FFFFFF;
}
.btn--secondary:hover {
  background-color: #FFFFFF;
  color: #A66363;
}
.btn--white {
  background-color: #FFFFFF;
  color: #A66363;
}
.btn--white:hover {
  background-color: #A66363;
  color: #FFFFFF;
}
.btn--extra-large {
  font-size: 3rem;
}
.btn--large {
  font-size: 2.5rem;
}
.btn--medium {
  font-size: 2rem;
}
.btn--small {
  font-size: 1.5rem;
}
.btn--extra-small {
  font-size: 1rem;
}

.container {
  width: 100%;
  margin: auto;
  min-height: 10em;
  align-content: center;
}
.container .inner-wrapper {
  margin: 3em auto;
  padding: 0 3em;
  max-width: 1920px;
}

.container--secondary {
  background-color: #A66363;
  color: #FFFFFF;
}

.container--primary {
  background-color: #EFB0AA;
  color: #834545;
}

.container--white {
  background-color: #FFFFFF;
  color: #834545;
}

.container--faq {
  background-color: #FFFFFF;
  color: #B97D7D;
}

@media (max-width: 1150px) {
  .inner-wrapper {
    padding: 0 2em !important;
  }
}
@media (max-width: 700px) {
  .inner-wrapper {
    padding: 0 1.5em !important;
  }
}
.coaching-process {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.coaching-process .list-wrapper {
  flex: 1 1 55%;
  display: grid;
  margin: 1rem auto;
  max-width: 1050px;
  padding: 0 4rem;
}
.coaching-process .list-inner-wrapper {
  counter-reset: step;
}
.coaching-process .wp-block-fmicoachingtheme-process-item {
  counter-increment: step;
}
.coaching-process .wp-block-fmicoachingtheme-process-item .list-item-number::before {
  content: counter(step);
}
.coaching-process .image-wrapper {
  flex: 0 0 35%;
  min-width: 260px;
  height: auto;
}
.coaching-process .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media (max-width: 1480px) {
  .coaching-process .list-wrapper {
    margin: 0;
    flex: 1 1 45% !important;
  }
  .coaching-process .image-wrapper {
    flex: 0 0 45% !important;
  }
}
@media (max-width: 1280px) {
  .coaching-process {
    flex-direction: column;
    gap: 1.25rem;
  }
  .coaching-process .list-wrapper {
    order: 1;
    flex: 1 1 auto;
    width: 85%;
    display: grid;
    justify-content: center;
    margin: auto;
    padding: 0.5em !important;
  }
  .coaching-process .image-wrapper {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .coaching-process .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 15%;
       object-position: 50% 15%;
  }
}
.list-wrapper .list-heading {
  text-align: center;
  margin-bottom: 1.5em;
}
.list-wrapper .list-item-number {
  min-width: 0.5em;
  max-width: 0.5em;
  min-height: 0.5em;
  max-height: 0.5em;
  background-color: #FFFFFF;
  color: #A66363;
  border-radius: 100%;
  padding: 0.5em;
  margin: 0 0.5em 0 0;
  font-size: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-wrapper .list-item-number::before {
  counter-increment: step;
  content: counter(step);
  font-weight: 700;
}
.list-wrapper .list-item-header-wrapper {
  display: flex;
  flex: wrap;
}
.list-wrapper .list-item-subtitle {
  margin-top: 0.2em;
  font-style: italic;
}
.list-wrapper .list-item-title {
  margin: 0;
}
.list-wrapper .list-item-wrapper {
  list-style-type: none;
  margin-bottom: 3em;
}
.list-wrapper .list-item-description {
  text-align: left;
  margin: 0;
}

.list-item-with-icon-wrapper {
  display: flex;
  align-items: center;
}
.list-item-with-icon-wrapper .icon-wrapper {
  min-width: 48px;
  min-height: 48px;
  margin-right: 1em;
  display: flex;
  justify-content: center;
}
.list-item-with-icon-wrapper .list-item-icon {
  margin: auto;
}
.list-item-with-icon-wrapper .list-item-text {
  text-align: left;
}
@media (max-width: 400px) {
  .list-item-with-icon-wrapper .icon-wrapper {
    min-width: 40px;
    min-height: 40px;
    margin-right: 0.8em;
  }
  .list-item-with-icon-wrapper img {
    max-width: 40px;
    max-height: 40px;
  }
}

.icon-button-row, .icon-button-row .block-editor-inner-blocks .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.icon-button-row .icon-button, .icon-button-row .block-editor-inner-blocks .block-editor-block-list__layout .icon-button {
  transition: scale 0.3s ease-in-out;
}
.icon-button-row .icon-button:not(:first-of-type), .icon-button-row .block-editor-inner-blocks .block-editor-block-list__layout .icon-button:not(:first-of-type) {
  margin-left: 1em !important;
}
.icon-button-row .icon-button:hover, .icon-button-row .block-editor-inner-blocks .block-editor-block-list__layout .icon-button:hover {
  scale: 1.2;
}

.container-about-me .inner-wrapper {
  max-width: 1720px;
}

.about-me {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.about-me .image-wrapper {
  flex: 0 0 30%;
  margin: 0 3em;
  display: flex;
  justify-content: center;
  max-width: 700px;
}
.about-me .image-wrapper img {
  width: min(100%, 450px);
  border-radius: 200em;
  margin: auto;
}
.about-me .about-me-wrapper {
  flex: 1 1 45%;
  max-width: 900px;
  display: grid;
  min-width: 220px;
}
.about-me .about-me-wrapper .paragraph {
  margin: 0.5em 0;
}
.about-me .about-me-wrapper .headline {
  margin-top: 0;
}
.about-me .icon-button-row {
  margin-top: 1em;
}

@media (max-width: 1250px) {
  .about-me {
    flex-wrap: wrap;
  }
  .about-me .image-wrapper {
    flex-direction: column;
    margin: 0 0 2em;
    min-width: 100%;
  }
  .about-me .image-wrapper img {
    max-width: 450;
    max-height: 450;
  }
  .about-me .about-me-wrapper {
    flex-direction: column;
  }
}
.card-container, .card-container .block-editor-inner-blocks .block-editor-block-list__layout {
  max-width: 1920px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.card-container .card-wrapper, .card-container .block-editor-inner-blocks .block-editor-block-list__layout .card-wrapper {
  max-width: 400px;
}
.card-container .card-wrapper .card-text-wrapper, .card-container .block-editor-inner-blocks .block-editor-block-list__layout .card-wrapper .card-text-wrapper {
  border: 2.5px solid #CBA1A0;
  box-shadow: 5px 5px 5px rgba(131, 69, 69, 0.2);
  background-color: #FFE1DD;
  margin: 0.5em;
  margin-bottom: 2em;
}
.card-container .card-wrapper .card-text-wrapper .card-title-wrapper, .card-container .block-editor-inner-blocks .block-editor-block-list__layout .card-wrapper .card-text-wrapper .card-title-wrapper {
  padding-top: 3.75em;
  display: flex;
  align-items: center;
  margin: 0 0.3em;
}
.card-container .card-wrapper .card-text-wrapper .card-title, .card-container .block-editor-inner-blocks .block-editor-block-list__layout .card-wrapper .card-text-wrapper .card-title {
  display: block;
  text-align: center;
  margin: auto;
}
.card-container .card-wrapper .card-text-wrapper .card-description, .card-container .block-editor-inner-blocks .block-editor-block-list__layout .card-wrapper .card-text-wrapper .card-description {
  font-size: 1.2rem;
  max-width: 350px;
  margin: 25px;
  text-align: center;
}
.card-container .card-wrapper .image-wrapper, .card-container .block-editor-inner-blocks .block-editor-block-list__layout .card-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.card-container .card-wrapper img, .card-container .block-editor-inner-blocks .block-editor-block-list__layout .card-wrapper img {
  border-radius: 100%;
  border: 2.5px solid #CBA1A0;
  box-shadow: 5px 0 5px rgba(131, 69, 69, 0.2);
  margin-bottom: -3em;
  max-width: 180px;
  min-width: 150px;
}

@media (min-width: 896px) {
  .card-text-wrapper {
    min-height: 325px;
  }
  .card-text-wrapper .card-title-wrapper {
    height: 2em;
  }
}
@media (max-width: 450px) {
  .card-description {
    font-size: 1rem;
  }
}
.image-banner {
  position: relative;
  isolation: isolate;
}
.image-banner .background-image-wrapper {
  background-size: cover;
  align-content: center;
  min-height: 525px;
}
.image-banner .background-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--banner, none);
  background-size: cover;
  background-position: center;
}
.image-banner .image-banner-inner-wrapper {
  position: relative;
  z-index: 3;
}

.bridge-banner .background-image-wrapper::before {
  background-position: 50% 70%;
}

.front-banner .image-banner-inner-wrapper p {
  font-size: 1.25em;
  margin: 0 0.5em 0.5em;
}
.front-banner .image-banner-inner-wrapper .headline {
  margin: 0.5em 0.5em 0.3em;
}
.front-banner .background-image-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.front-banner .background-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--banner);
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: saturate(0.7) contrast(0.85);
}
.front-banner .background-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgb(139, 85, 85), rgb(139, 85, 85));
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media (max-width: 700px) {
  .front-banner .background-image-wrapper {
    min-height: 60vh;
  }
}

.two-col-form {
  max-width: 1820px;
  margin-inline: auto;
  padding-block: 2rem;
}
.two-col-form *,
.two-col-form *::before,
.two-col-form *::after {
  box-sizing: border-box;
}
.two-col-form .two-col-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding-inline: 24px;
}
.two-col-form .contact-me {
  flex: 1 1 480px;
  min-width: 450px;
  max-width: 750px;
  width: 100%;
}
.two-col-form .list-item-with-icon-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.two-col-form .fluent-form-wrapper {
  flex: 1 1 520px;
  min-width: 450px;
  max-width: 700px;
  width: 100%;
  background-color: #FFFFFF;
  color: #A66363;
  border-radius: 1em;
  margin: auto 1em;
}
.two-col-form .fluent-form-wrapper .fluent-form {
  padding: 1em 3em;
  width: 100%;
}
.two-col-form .fluent-form-wrapper .fluent-form .ff-el-input--label {
  margin-bottom: 0.5em;
}
.two-col-form .fluent-form-wrapper .fluent-form .ff-el-input--content .ff-el-form-control {
  padding: 0.2em;
}
.two-col-form .fluent-form-wrapper input,
.two-col-form .fluent-form-wrapper textarea,
.two-col-form .fluent-form-wrapper select {
  border: 1px solid #A66363;
  border-radius: 0.5em;
}
.two-col-form .fluent-form-wrapper input:focus,
.two-col-form .fluent-form-wrapper textarea:focus,
.two-col-form .fluent-form-wrapper select:focus {
  outline: 1.5px solid #A66363;
}
.two-col-form .fluent-form-wrapper input[type=radio],
.two-col-form .fluent-form-wrapper input[type=checkbox] {
  accent-color: #A66363;
}
.two-col-form .fluent-form-wrapper button {
  font-size: 0.9em;
  display: inline-block !important;
  padding: 0.5em 2em !important;
  border-radius: 100rem !important;
  background-color: #A66363 !important;
  color: #FFFFFF !important;
  border: none;
  outline: none;
  text-decoration: none;
}
.two-col-form .fluent-form-wrapper button:hover {
  background: #FFFFFF !important;
  color: #A66363 !important;
  outline: 1px solid #A66363 !important;
}
.two-col-form .fluent-form-wrapper .fluentform fieldset {
  min-inline-size: auto !important;
}
@media (max-width: 600px) {
  .two-col-form .two-col-inner-wrapper {
    gap: 16px;
    padding-inline: 16px;
  }
  .two-col-form .contact-me {
    flex-basis: 280px;
    min-width: 280px;
  }
  .two-col-form .fluent-form-wrapper {
    flex-basis: 280px;
    min-width: 280px;
    max-width: 100%;
  }
  .two-col-form .fluent-form-wrapper .fluent-form {
    padding: 0.75em 1.25em;
  }
}
@media (max-width: 360px) {
  .two-col-form .list-item-with-icon-wrapper {
    display: block !important;
  }
  .two-col-form .list-item-with-icon-wrapper .icon-wrapper {
    margin-right: 0;
  }
  .two-col-form .list-item-with-icon-wrapper .list-item-text {
    text-align: center;
  }
}

.latest-posts-wrapper .read-all-container {
  min-width: 100%;
  display: flex;
  justify-content: right;
}
.latest-posts-wrapper .read-all-container .read-all {
  text-align: right;
  margin: 0.5em 2.5vw;
}

.latest-posts {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.latest-posts .post {
  margin: 0 auto;
}
.latest-posts .post-wrapper {
  margin-bottom: 1.5em;
}
.latest-posts .post-header {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 4em;
}
.latest-posts .post-header .headline {
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
}
.latest-posts .post-header .post-date {
  color: #CBA1A0;
  font-size: 1.1rem;
  white-space: nowrap;
}
.latest-posts .post-image-wrapper {
  display: flex;
  justify-content: right;
}
.latest-posts .post-image-wrapper img {
  border: 2.5px solid #CBA1A0;
  box-shadow: 5px 0 5px rgba(131, 69, 69, 0.2);
  margin: 0 40px -3em;
  margin-right: 40px;
  margin-bottom: -3em;
}
.latest-posts a {
  text-decoration: none !important;
}
.latest-posts .post-border-wrapper {
  border: 2.5px solid #CBA1A0;
  box-shadow: 5px 5px 5px rgba(131, 69, 69, 0.2);
  background-color: #FFE1DD;
  max-width: 550px;
  transition: background-color 0.3s ease;
}
.latest-posts .post-border-wrapper .post-inner-wrapper {
  margin: 2em;
}
.latest-posts .post-border-wrapper p {
  font-size: 1.2rem;
  text-align: left;
}
.latest-posts .post-link:hover .post-border-wrapper {
  background-color: #FFFFFF;
  color: #834545;
}
@media (min-width: 640px) {
  .latest-posts .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 1240px) {
  .latest-posts .post-wrapper:not(:last-of-type) {
    margin-right: 0.7em;
  }
}
@media (min-width: 1240px) and (max-width: 1840px) {
  .latest-posts .post-wrapper:last-of-type {
    margin-right: 0.7em;
    margin-left: 0.7em;
  }
}
@media (max-width: 452px) {
  .latest-posts .post-image-wrapper {
    width: 100%;
    max-width: 100% !important;
    margin: auto !important;
    margin-bottom: -3em !important;
  }
  .latest-posts .post-image-wrapper img {
    width: 75%;
    max-width: 100% !important;
    height: auto;
    margin: auto !important;
  }
}

.questions-wrapper {
  color: #FFFFFF;
  border-radius: 1em;
  background-color: #B97D7D;
  max-width: 1700px;
  margin: auto;
}
.questions-wrapper .inner-questions-wrapper {
  padding: 1em 2em;
}
.questions-wrapper .question-wrapper .question-title {
  padding: 1em 0;
  border: none;
  margin: auto;
  color: #FFFFFF;
  width: 100%;
  text-align: left;
  background-color: #B97D7D;
}
.questions-wrapper .question-wrapper .question-title div {
  max-width: 95%;
  margin-left: 0.5em;
  margin-right: 2em;
}
.questions-wrapper .faq-answer-inner {
  margin: 0.5em;
  text-align: left;
}
.questions-wrapper .question-wrapper:not(:last-of-type) .question-title {
  border-bottom: 1px solid #FFFFFF;
}
.questions-wrapper .question-wrapper:has(.question-title[aria-expanded=true]) {
  border-bottom: 1px solid #FFFFFF;
}

@media (max-width: 700px) {
  .inner-questions-wrapper {
    padding: 1em 1em !important;
  }
}
.questions-wrapper .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows 0.5s ease, opacity 0.4s ease;
}

.questions-wrapper .faq-answer > .faq-answer-inner {
  overflow: hidden;
}

/* expanded state */
.questions-wrapper .question-wrapper.is-open .faq-answer,
.questions-wrapper .question-title[aria-expanded=true] + .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.questions-wrapper .question-title {
  position: relative;
  padding-right: 2rem;
}

.questions-wrapper .question-title::after {
  content: "▾";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(-90deg);
}

.questions-wrapper .question-title[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(0deg);
}

.price-container .price-row-wrapper {
  max-width: 1720px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.price-container .price-row-wrapper .price-row-header-wrapper {
  flex: 1 1 auto;
  min-width: 200px;
}
.price-container .price-row-wrapper .price-row-header-wrapper .price-row-title {
  font-weight: 650;
  margin-bottom: 0.3em;
}
.price-container .price-row-wrapper .price-row-header-wrapper .price-row-description {
  margin-top: 0.3em;
}
.price-container .price-row-wrapper .price-row-price {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
  margin: auto;
  font-size: 1.2em;
  font-weight: 650;
}
@media (max-width: 500px) {
  .price-container .price-row-wrapper {
    flex-direction: column;
    align-content: center;
    text-align: center;
    margin: auto;
  }
}

.blog-index-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.blog-index-grid .blog-card {
  margin: 0 auto;
  max-width: 554px;
}
.blog-index-grid .blog-card-wrapper {
  margin-bottom: 1.5em;
}
.blog-index-grid .blog-card-border-wrapper {
  border: 2.5px solid #CBA1A0;
  box-shadow: 5px 5px 5px rgba(131, 69, 69, 0.2);
  background-color: #FFE1DD;
  transition: background-color 0.3s ease;
}
.blog-index-grid .blog-card-border-wrapper .blog-card-inner-wrapper {
  margin: 2em;
}
.blog-index-grid .blog-card-border-wrapper p {
  font-size: 1.2rem;
  text-align: left;
}
.blog-index-grid .blog-card-header {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 4em;
}
.blog-index-grid .blog-card-header .headline {
  margin: 0;
}
.blog-index-grid .blog-card-header .blog-card-date {
  color: #CBA1A0;
  font-size: 1.1rem;
  white-space: nowrap;
}
.blog-index-grid .blog-card-header .blog-card-title {
  text-align: left;
  font-size: 1.5rem;
}
.blog-index-grid .blog-card-image {
  display: flex;
  justify-content: right;
}
.blog-index-grid .blog-card-image img {
  border: 2.5px solid #CBA1A0;
  box-shadow: 5px 0 5px rgba(131, 69, 69, 0.2);
  margin: 0 40px -3em;
  margin-right: 40px;
  margin-bottom: -3em;
}
.blog-index-grid a {
  text-decoration: none !important;
}
.blog-index-grid .blog-card-link:hover .blog-card-border-wrapper {
  background-color: #FFFFFF;
  color: #834545;
}
@media (min-width: 640px) {
  .blog-index-grid .blog-card-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 1240px) and (max-width: 1835px) {
  .blog-index-grid .blog-card-wrapper {
    margin-right: 0 !important;
  }
  .blog-index-grid .blog-card-wrapper:not(:nth-of-type(2n)):not(:last-of-type) {
    margin-right: 0.7em !important;
  }
}
@media (max-width: 1270px) {
  .blog-index-grid .blog-card-wrapper {
    margin-right: 0.7em !important;
    margin-left: 0.7em !important;
  }
}
@media (max-width: 452px) {
  .blog-index-grid .blog-card-image {
    width: 100%;
    max-width: 100% !important;
    margin: auto !important;
    margin-bottom: -3em !important;
  }
  .blog-index-grid .blog-card-image img {
    width: 75%;
    max-width: 100% !important;
    height: auto;
    margin: auto !important;
  }
}

.container-post .post-data {
  max-width: 1000px;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 3em !important;
  color: #CBA1A0;
  font-size: 1.3rem;
  font-style: italic;
}
.container-post .post-content .inner-wrapper {
  max-width: 1000px !important;
  text-align: left;
}
.container-post .post-content > p, .container-post .post-content > ul, .container-post .post-content > img, .container-post .post-content > *:is(h1, h2, h3, h4, h5, h6) {
  padding: 0 3em !important;
  max-width: 1000px;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: left;
}
@media (max-width: 1150px) {
  .container-post .post-data {
    padding: 0 2em !important;
    font-size: 1.15rem;
  }
  .container-post .post-content > p, .container-post .post-content > ul, .container-post .post-content > img {
    padding: 0 2em !important;
  }
}
@media (max-width: 700px) {
  .container-post .post-data {
    padding: 0 1.5em !important;
    font-size: 1rem;
  }
  .container-post .post-content > p, .container-post .post-content > ul, .container-post .post-content > img {
    padding: 0 1.5em !important;
  }
}

.page-banner .page-banner-background-image {
  min-height: 500px;
  background-size: cover;
  display: flex;
  align-items: center;
}
.page-banner .page-banner-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 3em;
}
.page-banner .page-banner-content {
  margin: auto;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

.page-banner {
  position: relative;
  isolation: isolate;
}

.page-banner-content {
  position: relative;
  z-index: 3;
  color: #fff;
}

.page-banner-background-image {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.page-banner-background-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--banner);
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: saturate(0.4);
  filter: contrast(0.85);
  filter: brightness(0.8);
}

.page-banner-background-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(139, 85, 85, 0.8), rgba(139, 85, 85, 0.8));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.header-edit {
  padding: 20px 10px;
  color: #A66363;
}

.site-header {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  padding: 20px 10px;
}
.site-header .site-logo {
  margin: 0 2rem;
  font-size: 3rem;
  white-space: nowrap;
}
.site-header .site-logo a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  font-weight: 550;
}
.site-header .site-logo a strong {
  font-weight: 700;
}
.site-header .site-logo a:hover {
  color: #EFB0AA;
}
@media (max-width: 1060px) {
  .site-header .site-logo {
    font-size: 2rem;
    margin: 0 20px;
  }
}
.site-header .header-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.site-header-menu {
  visibility: hidden;
  position: absolute;
  background-color: #a66363;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  padding-bottom: 20px;
  padding-top: 20px;
}
.site-header-menu--active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media (min-width: 960px) {
  .site-header-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    position: static;
    background-color: transparent;
    float: right;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }
}
.site-header-menu-trigger {
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  position: absolute;
  z-index: 10;
  top: 37%;
  right: 25px;
}
@media (min-width: 530px) {
  .site-header-menu-trigger {
    top: 35%;
    font-size: 1.4rem;
  }
}
@media (min-width: 960px) {
  .site-header-menu-trigger {
    display: none;
  }
}

.main-navigation {
  padding-top: 2px;
}
.main-navigation ul {
  padding: 0;
  margin: 0;
}
.main-navigation ul:before,
.main-navigation ul:after {
  content: " ";
  display: table;
}
.main-navigation ul:after {
  clear: both;
}
@media (min-width: 960px) {
  .main-navigation {
    float: left;
  }
}

.main-navigation li {
  list-style: none;
}
@media (min-width: 960px) {
  .main-navigation li {
    float: left;
    padding-right: 40px;
    font-size: 1.2em;
  }
  .main-navigation li a {
    font-weight: 450;
    transition: color 0.2s ease-in-out;
  }
}

.main-navigation a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
@media (min-width: 960px) {
  .main-navigation a {
    display: inline-block;
    padding: 0;
  }
}

.main-navigation a:hover {
  color: #EFB0AA;
}

.footer-edit {
  padding: 20px 10px;
  color: #FFFFFF;
  text-align: center;
}

.site-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 2em 1em;
  background-color: #A66363;
}
.site-footer .footer-logo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 1em;
}
.site-footer .footer-logo img {
  width: 100px !important;
  height: auto;
}
.site-footer .footer-contact-line {
  text-align: center;
  margin-bottom: 1em;
}
.site-footer .footer-contact-phone {
  white-space: nowrap;
}
.site-footer .icon-button-row.reveal {
  margin-bottom: 0.5em;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}
.site-footer .icon-button-row.reveal .icon-button img {
  width: 35px;
  height: 35px;
}
.site-footer a {
  white-space: nowrap;
  color: #FFFFFF;
}
.site-footer a:hover {
  color: #FFE1DD;
}
.site-footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.site-footer .footer-menu li {
  list-style-type: none;
}
.site-footer .footer-menu li:not(:last-of-type)::after {
  content: " | ";
}
.site-footer .footer-menu a {
  text-decoration: none;
}

/* positioning same as before */
.fmi-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.fmi-slider__track {
  position: relative;
  overflow: hidden;
}

.fmi-slider__slides {
  cursor: grab;
}

.fmi-slider__slides:active {
  cursor: grabbing;
}

.fmi-slider__slides {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  will-change: transform;
  transform: translateX(0);
  transition: transform 350ms ease;
}

.fmi-slide {
  flex: 0 0 100%;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.fmi-slide__text {
  margin: 0 2em;
}

/* dots container */
.fmi-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.fmi-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.fmi-dot.is-active {
  background: rgba(255, 255, 255, 0.75);
}

.fmi-dot:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* arrows: absolute so they don't push layout */
.fmi-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  color: #fff;
  border: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.fmi-arrow--prev {
  left: clamp(8px, 1.2vw, 16px);
}

.fmi-arrow--next {
  right: clamp(8px, 1.2vw, 16px);
}

.fmi-arrow:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Let the page scroll vertically, but don't let the browser "handle" horizontal drags */
.fmi-slider__slides {
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* While dragging, disable text/image selection inside the slider */
.fmi-slider.is-dragging,
.fmi-slider.is-dragging * {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* Prevent images from starting a native drag ghost */
.fmi-slide img {
  -webkit-user-drag: none;
  pointer-events: none; /* optional: if images eat pointer events */
}

@media (max-width: 1120px) {
  .fmi-arrow {
    display: none;
  }
  .fmi-slide__text {
    margin: 0;
  }
}

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