@charset "UTF-8";
@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes subtle-zoom {
  from {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  to {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes subtle-zoom {
  from {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  to {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideInFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-5px);
            transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-5px);
            transform: translateX(-50%) translateY(-5px);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInStagger {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInStagger {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes news-card-appear {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.9);
            transform: translateY(30px) scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes news-card-appear {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.9);
            transform: translateY(30px) scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes pulse-glow {
  0%, 100% {
    -webkit-box-shadow: 0 2px 15px rgba(104, 88, 115, 0.08);
            box-shadow: 0 2px 15px rgba(104, 88, 115, 0.08);
  }
  50% {
    -webkit-box-shadow: 0 8px 25px rgba(104, 88, 115, 0.15);
            box-shadow: 0 8px 25px rgba(104, 88, 115, 0.15);
  }
}
@keyframes pulse-glow {
  0%, 100% {
    -webkit-box-shadow: 0 2px 15px rgba(104, 88, 115, 0.08);
            box-shadow: 0 2px 15px rgba(104, 88, 115, 0.08);
  }
  50% {
    -webkit-box-shadow: 0 8px 25px rgba(104, 88, 115, 0.15);
            box-shadow: 0 8px 25px rgba(104, 88, 115, 0.15);
  }
}
@-webkit-keyframes slide-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slide-in-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-in-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
levardsassºse_reset.scss html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Custom additions */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #685873;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgb(64.8078817734, 54.8374384236, 71.6625615764);
}

h1 {
  font-size: 2rem;
}
@media screen and (min-width: 375px) {
  h1 {
    font-size: calc(2rem + 1.5 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 375px) {
  h2 {
    font-size: calc(1.75rem + 1 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 2.75rem;
  }
}

h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 375px) {
  h3 {
    font-size: calc(1.375rem + 0.625 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 375px) {
  h4 {
    font-size: calc(1.125rem + 0.375 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: clamp(1.125rem, 2.5vw, 1.75rem);
  margin-bottom: 0.5rem;
}

h6 {
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin-bottom: 0.5rem;
}

.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
}
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #8C4F77;
  margin: 1rem auto 0;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #8C4F77;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: rgb(107.397260274, 60.602739726, 91.2876712329);
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #8C4F77;
  outline-offset: 2px;
}

img, video {
  max-width: 100%;
  height: auto;
}

ul, ol {
  padding-left: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
}
ul li, ol li {
  margin-bottom: 0.5em;
}

blockquote {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.6;
  border-left: 3px solid #8C4F77;
  padding: 2rem 2rem 2rem 3rem;
  margin: 3rem 0;
  background-color: rgba(184, 191, 188, 0.1);
}
blockquote p {
  margin-bottom: 1rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  font-style: normal;
  font-weight: 500;
  font-size: 0.9em;
  display: block;
  margin-top: 0.5rem;
  color: #8C4F77;
}

small {
  font-size: 0.875em;
  color: rgba(104, 88, 115, 0.8);
}

strong {
  font-weight: 600;
  color: rgb(64.8078817734, 54.8374384236, 71.6625615764);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: clamp(1rem, 4%, 2rem);
  padding-right: clamp(1rem, 4%, 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  .container {
    padding-left: clamp(0.5rem, 2%, 1rem);
    padding-right: clamp(0.5rem, 2%, 1rem);
  }
}
@media (min-width: 375px) {
  .container {
    padding-left: clamp(0.75rem, 3%, 1.5rem);
    padding-right: clamp(0.75rem, 3%, 1.5rem);
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: clamp(1.5rem, 4%, 2rem);
    padding-right: clamp(1.5rem, 4%, 2rem);
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.site-header__inner {
  width: 100%;
  max-width: 1440px;
  padding-left: clamp(1rem, 4%, 2rem);
  padding-right: clamp(1rem, 4%, 2rem);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 320px) {
  .site-header__inner {
    padding-left: clamp(0.5rem, 2%, 1rem);
    padding-right: clamp(0.5rem, 2%, 1rem);
  }
}
@media (min-width: 375px) {
  .site-header__inner {
    padding-left: clamp(0.75rem, 3%, 1.5rem);
    padding-right: clamp(0.75rem, 3%, 1.5rem);
  }
}
@media (min-width: 768px) {
  .site-header__inner {
    padding-left: clamp(1.5rem, 4%, 2rem);
    padding-right: clamp(1.5rem, 4%, 2rem);
  }
}
@media (min-width: 768px) {
  .site-header__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 374px) {
  .site-header__inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 319px) {
  .site-header__inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.site-header__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.2rem, 1rem + 1.5vw, 2rem);
  z-index: 102;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #8C4F77;
  gap: 0.75em;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}
.site-header__brand:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.site-header__brand .brand-flower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header__brand .brand-flower img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header__brand .brand-flower svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
@media (max-width: 767px) {
  .site-header__brand .brand-flower {
    width: 2em;
    height: 2em;
    margin-right: 0.4em;
  }
}
@media (max-width: 374px) {
  .site-header__brand .brand-flower {
    width: 1.8em;
    height: 1.8em;
    margin-right: 0.3em;
  }
}
@media (max-width: 319px) {
  .site-header__brand .brand-flower {
    width: 1.3em;
    height: 1.3em;
    margin-right: 0.2em;
  }
}
@media (max-width: 374px) {
  .site-header__brand {
    font-size: clamp(1rem, 1rem + 1vw, 1.4rem);
    gap: 0.5em;
    max-width: calc(100vw - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 319px) {
  .site-header__brand {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: clamp(0.8rem, 0.8rem + 0.5vw, 1rem);
    gap: 0.2em;
    max-width: calc(100vw - (36px + 2 * 0.5rem));
    margin-left: 0.5rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .site-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(10px);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    padding: 8rem 3rem 3rem;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) and (max-width: 374px) {
  .site-header__nav {
    padding: 6rem 2rem 2rem;
  }
}
@media (max-width: 991px) and (max-width: 319px) {
  .site-header__nav {
    padding: 5rem 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .site-header__nav.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.site-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .site-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 374px) {
  .site-header__list {
    gap: 3rem;
  }
}
@media (max-width: 319px) {
  .site-header__list {
    gap: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .site-header__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
.site-header__link {
  color: rgb(64.8078817734, 54.8374384236, 71.6625615764);
  text-decoration: none;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 44px;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .site-header__link {
    font-size: 1.375rem;
    padding: 1rem 0;
    color: #8C4F77;
  }
}
@media (max-width: 374px) {
  .site-header__link {
    font-size: 1.25rem;
    padding: 0.5rem 0;
    min-height: 40px;
  }
}
@media (max-width: 319px) {
  .site-header__link {
    font-size: 1.125rem;
    padding: 0.25rem 0;
    min-height: 36px;
  }
}
.site-header__link:hover, .site-header__link:focus {
  color: #8C4F77;
  background-color: rgba(140, 79, 119, 0.08);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.site-header__link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#8C4F77), to(#685873));
  background: linear-gradient(90deg, #8C4F77, #685873);
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.site-header__link:hover:after, .site-header__link:focus:after, .site-header__link.is-active:after {
  width: calc(100% - 2rem);
}
.site-header__link.is-active {
  color: #8C4F77;
  font-weight: 700;
}
.site-header__cta {
  background: linear-gradient(135deg, #8C4F77, #685873);
  color: #ffffff !important;
  border-radius: 25px;
  padding: 1rem 3rem !important;
  margin-left: 1rem;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 15px rgba(140, 79, 119, 0.3);
          box-shadow: 0 4px 15px rgba(140, 79, 119, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__cta:hover, .site-header__cta:focus {
  background: linear-gradient(135deg, rgb(107.397260274, 60.602739726, 91.2876712329), rgb(77.8719211823, 65.8916256158, 86.1083743842));
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(140, 79, 119, 0.4);
          box-shadow: 0 6px 20px rgba(140, 79, 119, 0.4);
  color: #ffffff !important;
}
.site-header__cta:after {
  display: none;
}
@media (max-width: 991px) {
  .site-header__cta {
    margin-left: 0;
    margin-top: 2rem;
    text-align: center;
    border-radius: 30px;
    padding: 2rem 4rem !important;
    font-size: 1.25rem;
  }
}
@media (max-width: 374px) {
  .site-header__cta {
    margin-top: 1rem;
    padding: 1rem 3rem !important;
    font-size: 1.125rem;
  }
}
@media (max-width: 319px) {
  .site-header__cta {
    margin-top: 0.25rem;
    padding: 0.5rem 2rem !important;
    font-size: 1rem;
    border-radius: 20px;
  }
}
.site-header__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 101;
  width: 44px;
  height: 44px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .site-header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 374px) {
  .site-header__toggle {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 319px) {
  .site-header__toggle {
    width: 36px;
    height: 36px;
  }
}
.site-header__toggle:hover {
  background-color: rgba(140, 79, 119, 0.1);
}
.site-header__toggle span {
  display: block;
  position: absolute;
  left: 10px;
  width: 24px;
  height: 3px;
  background-color: #8C4F77;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 374px) {
  .site-header__toggle span {
    left: 8px;
    width: 20px;
    height: 2px;
  }
}
@media (max-width: 319px) {
  .site-header__toggle span {
    left: 7px;
    width: 18px;
    height: 2px;
  }
}
.site-header__toggle span:nth-child(1) {
  top: 12px;
}
@media (max-width: 374px) {
  .site-header__toggle span:nth-child(1) {
    top: 11px;
  }
}
@media (max-width: 319px) {
  .site-header__toggle span:nth-child(1) {
    top: 10px;
  }
}
.site-header__toggle span:nth-child(2) {
  top: 20px;
}
@media (max-width: 374px) {
  .site-header__toggle span:nth-child(2) {
    top: 18px;
  }
}
@media (max-width: 319px) {
  .site-header__toggle span:nth-child(2) {
    top: 17px;
  }
}
.site-header__toggle span:nth-child(3) {
  top: 28px;
}
@media (max-width: 374px) {
  .site-header__toggle span:nth-child(3) {
    top: 25px;
  }
}
@media (max-width: 319px) {
  .site-header__toggle span:nth-child(3) {
    top: 24px;
  }
}
.site-header__toggle.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
  top: 20px;
}
@media (max-width: 374px) {
  .site-header__toggle.is-active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
    top: 18px;
  }
}
.site-header__toggle.is-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.site-header__toggle.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
  top: 20px;
}
@media (max-width: 374px) {
  .site-header__toggle.is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
            transform: rotate(-45deg) translate(5px, -5px);
    top: 18px;
  }
}
.site-header__nav.is-active .site-header__link {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: slideInFromBottom 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: slideInFromBottom 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.site-header__nav.is-active .site-header__link:nth-child(1) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.site-header__nav.is-active .site-header__link:nth-child(2) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.site-header__nav.is-active .site-header__link:nth-child(3) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.site-header__nav.is-active .site-header__link:nth-child(4) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.site-header__nav.is-active .site-header__link:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.site-header__nav.is-active .site-header__link:nth-child(6) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.site-header__nav.is-active .site-header__link:nth-child(7) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.site-header__nav.is-active .site-header__link:nth-child(8) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.site-header__nav.is-active .site-header__link:nth-child(9) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.site-header__nav.is-active .site-header__link:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.site-header.deep-scroll {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

body {
  padding-top: 80px;
}
@media (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.site-footer {
  background-color: #685873;
  color: #ffffff;
  padding: 4rem 0;
}
.site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  .site-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "left social right";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
    text-align: left;
  }
}
.site-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
.site-footer__left p {
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .site-footer__left {
    grid-area: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    width: auto;
  }
}
.site-footer__copyright {
  font-weight: 500;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer__copyright {
    text-align: left;
  }
}
.site-footer__credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__credits {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.site-footer__credit {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .site-footer__credit {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .site-footer__credit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-footer__credit .site-footer__link {
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-footer__credit .site-footer__link:hover {
  color: #ffffff;
}
.site-footer__link {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.site-footer__link:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.site-footer__link--designer {
  font-weight: 500;
}
.site-footer__link--designer:hover {
  color: #C1D9C9;
  border-bottom-color: #C1D9C9;
}
.site-footer__link--company {
  font-weight: 500;
}
.site-footer__link--company:hover {
  color: #8C4F77;
  border-bottom-color: #8C4F77;
}
.site-footer__designer-link {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.site-footer__designer-link:hover {
  color: #C1D9C9;
  border-bottom-color: #C1D9C9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.site-footer__company-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
.site-footer__company-link:hover {
  background-color: rgba(140, 79, 119, 0.2);
  border-color: rgba(140, 79, 119, 0.3);
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(140, 79, 119, 0.3);
          box-shadow: 0 4px 12px rgba(140, 79, 119, 0.3);
}
.site-footer__company-name {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.site-footer__separator {
  margin: 0 0.75rem;
  opacity: 0.7;
  font-weight: 300;
}
.site-footer__logo {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
  vertical-align: middle;
}
.site-footer__company-link:hover .site-footer__logo {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.site-footer__social {
  text-align: center;
  width: 100%;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .site-footer__social {
    grid-area: social;
    width: auto;
    padding: 0;
    margin: 0;
  }
}
.site-footer__heading {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #ffffff;
  opacity: 0.95;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .site-footer__right {
    grid-area: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1rem;
  }
}
.site-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .site-footer__links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0.5rem;
    margin-top: -3rem;
  }
}
.site-footer__link-item {
  margin: 0;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-icons__item {
  margin: 0;
}
.social-icons__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.social-icons__link:hover {
  background-color: rgba(140, 79, 119, 0.8);
  border-color: rgba(140, 79, 119, 0.9);
  -webkit-transform: translateY(-4px) scale(1.05);
          transform: translateY(-4px) scale(1.05);
  -webkit-box-shadow: 0 6px 20px rgba(140, 79, 119, 0.4);
          box-shadow: 0 6px 20px rgba(140, 79, 119, 0.4);
}
.social-icons__link svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 22px;
  height: 22px;
}
.social-icons__link:hover svg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.social-icons__icon {
  width: 22px;
  height: 22px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.social-icons__link:hover .social-icons__icon {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-height: 44px;
  min-width: 44px;
}
.btn:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 575px) {
  .btn {
    padding: 0.5rem 2rem;
    font-size: 0.9375rem;
  }
}
@media (hover: hover) {
  .btn:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.btn--primary {
  background-color: #8C4F77;
  color: #ffffff;
}
.btn--primary:hover, .btn--primary:focus {
  background-color: rgb(107.397260274, 60.602739726, 91.2876712329);
  color: #ffffff;
}
.btn--outline {
  background-color: transparent;
  border-color: #8C4F77;
  color: #8C4F77;
}
.btn--outline:hover, .btn--outline:focus {
  background-color: #8C4F77;
  color: #ffffff;
}
.btn--outline.btn--light {
  border-color: #ffffff;
  color: #ffffff;
}
.btn--outline.btn--light:hover, .btn--outline.btn--light:focus {
  background-color: #ffffff;
  color: #8C4F77;
}
.btn--lg {
  padding: 2rem 4rem;
  font-size: 1.125rem;
}
@media (max-width: 575px) {
  .btn--lg {
    padding: 1rem 3rem;
    font-size: 1rem;
  }
}
.btn--sm {
  padding: 0.5rem 2rem;
  font-size: 0.875rem;
}
.btn--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.btn--icon svg, .btn--icon i {
  margin-right: 0.5rem;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 575px) {
  .btn-group {
    gap: 0.5rem;
  }
  .btn-group .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.testimonials {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
}
.testimonials::before, .testimonials::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.testimonials::before {
  left: 0;
}
.testimonials::after {
  right: 0;
}
.testimonials > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .testimonials::before, .testimonials::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .testimonials::before, .testimonials::after {
    display: none;
  }
}
.testimonials__title {
  text-align: center;
  margin-bottom: 4rem;
}
.testimonials__slider {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .testimonials__slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
.testimonials__item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 4rem;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.testimonials__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.testimonials__quote {
  position: relative;
  margin-bottom: 3rem;
}
.testimonials__quote p {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.testimonials__icon {
  position: absolute;
  top: -15px;
  left: -10px;
  width: 40px;
  height: 40px;
  z-index: 0;
}
.testimonials__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 2rem;
}
.testimonials__author::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 70%;
  background-color: #8C4F77;
}
.testimonials__author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1rem;
}
.testimonials__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonials__author-info strong {
  font-weight: 600;
  font-size: 1rem;
  color: #685873;
}
.testimonials__author-info span {
  font-size: 0.875rem;
  color: rgba(104, 88, 115, 0.8);
}

.about-preview {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
}
.about-preview::before, .about-preview::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.about-preview::before {
  left: 0;
}
.about-preview::after {
  right: 0;
}
.about-preview > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .about-preview::before, .about-preview::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .about-preview::before, .about-preview::after {
    display: none;
  }
}
.about-preview__inner {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (min-width: 768px) {
  .about-preview__inner {
    grid-template-columns: 5fr 7fr;
  }
}
@media (max-width: 576px) {
  .about-preview__inner {
    padding: 0 2rem;
  }
}
.about-preview__image-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.about-preview__image {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.about-preview__image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.about-preview__badge {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background-color: #8C4F77;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
}
.about-preview__content {
  padding: 2rem 0;
}
.about-preview__label {
  display: inline-block;
  color: #8C4F77;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-preview__title {
  font-size: 2.25rem;
  margin-bottom: 2rem;
  color: #685873;
}
.about-preview__text {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.about-preview__features {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
}
.about-preview__features li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
.about-preview__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8C4F77;
  font-weight: bold;
}

.faq {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
}
.faq::before, .faq::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.faq::before {
  left: 0;
}
.faq::after {
  right: 0;
}
.faq > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .faq::before, .faq::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .faq::before, .faq::after {
    display: none;
  }
}
.faq__title {
  text-align: center;
  margin-bottom: 4rem;
}
.faq__grid {
  max-width: 800px;
  margin: 0 auto 4rem;
}
.faq__item {
  border-bottom: 1px solid rgba(184, 191, 188, 0.5);
}
.faq__item:first-child {
  border-top: 1px solid rgba(184, 191, 188, 0.5);
}
.faq__question {
  position: relative;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 3rem 5rem 3rem 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #685873;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.faq__question:hover {
  color: #8C4F77;
}
.faq__question[aria-expanded=true] {
  color: #8C4F77;
}
.faq__question[aria-expanded=true] .faq__icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__question[aria-expanded=true] .faq__icon::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  background-color: #8C4F77;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__icon::before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}
.faq__icon::after {
  width: 20px;
  height: 2px;
  top: 9px;
  left: 0;
}
.faq__answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), opacity 0.3s ease, padding 0.4s ease;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), opacity 0.3s ease, padding 0.4s ease;
  padding-top: 0;
  padding-bottom: 0;
}
.faq__answer.is-active {
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: max-height 0.6s ease-in-out, opacity 0.5s ease, padding 0.4s ease;
  transition: max-height 0.6s ease-in-out, opacity 0.5s ease, padding 0.4s ease;
  padding-top: 0;
  padding-bottom: 3rem;
}
.faq__answer p {
  margin-bottom: 1rem;
}
.faq__answer p:last-child {
  margin-bottom: 0;
}
[aria-expanded=true] + .faq__answer {
  display: block;
}
.faq__cta {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.faq__cta p {
  margin-bottom: 2rem;
  font-size: 1.0625rem;
}

.cta-banner {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
  background-color: #C1D9C9;
  background-image: linear-gradient(135deg, rgba(140, 79, 119, 0.15) 0%, rgba(193, 217, 201, 0.5) 100%);
  position: relative;
  overflow: hidden;
}
.cta-banner::before, .cta-banner::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.cta-banner::before {
  left: 0;
}
.cta-banner::after {
  right: 0;
}
.cta-banner > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .cta-banner::before, .cta-banner::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .cta-banner::before, .cta-banner::after {
    display: none;
  }
}
.cta-banner .pattern-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 400px;
  opacity: 0.1;
  z-index: 1;
}
.cta-banner__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 8px 24px rgba(65, 55, 72, 0.12);
          box-shadow: 0 8px 24px rgba(65, 55, 72, 0.12);
}
.cta-banner__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #685873;
  margin-bottom: 2rem;
}
.cta-banner__text {
  font-size: 1.125rem;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .cta-banner__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
  .cta-banner__buttons .btn {
    width: 100%;
    max-width: 280px;
  }
}
.cta-banner .btn--lg {
  padding: 1rem 4rem;
  font-size: 1.0625rem;
}

.back-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(140, 79, 119, 0.8);
  color: #ffffff;
  border: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 100;
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.back-to-top.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.back-to-top:hover, .back-to-top:focus {
  background-color: #8C4F77;
}
.back-to-top svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 768px) {
  .back-to-top {
    bottom: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
  }
}

.page-home .hero {
  position: relative;
  overflow: hidden;
  background-color: #C1D9C9;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.page-home .hero::before, .page-home .hero::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-home .hero::before {
  left: 0;
}
.page-home .hero::after {
  right: 0;
}
.page-home .hero > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-home .hero::before, .page-home .hero::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-home .hero::before, .page-home .hero::after {
    display: none;
  }
}
.page-home .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 300px;
  opacity: 0.05;
  z-index: 1;
}
.page-home .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 5rem 2rem;
}
.page-home .hero__title {
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  color: #685873;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.page-home .hero__subtitle {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  color: rgba(104, 88, 115, 0.9);
  margin: 0 auto 3rem;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
  max-width: 650px;
}
.page-home .hero__cta {
  margin-top: 3rem;
}
.page-home .hero__cta .btn {
  padding: 1rem 3.5rem;
  font-size: 1.0625rem;
}
.page-home .hero__scroll-indicator {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  color: #fff;
  font-size: 2rem;
  opacity: 0.9;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
  cursor: pointer;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-home .hero__scroll-indicator:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
.page-home .hero__scroll-indicator svg {
  width: 28px;
  height: 28px;
}
.page-home .hero--image {
  min-height: 100vh;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page-home .hero--image .hero__content {
  color: #ffffff;
  position: relative;
  z-index: 4;
}
.page-home .hero--image .hero__title,
.page-home .hero--image .hero__subtitle {
  color: #ffffff;
}
.page-home .hero--image .hero__tagline {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  opacity: 0.9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.25rem;
  color: #ffffff;
}
.page-home .hero--image .hero__title {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-animation: fade-in-up 0.8s ease-out forwards;
          animation: fade-in-up 0.8s ease-out forwards;
}
@media (max-width: 768px) and (orientation: landscape) {
  .page-home .hero--image .hero__title {
    display: inline-block;
  }
  .page-home .hero--image .hero__title::first-line {
    font-size: 1.4em;
    line-height: 1.1;
    color: white;
    letter-spacing: 0.02em;
  }
}
.page-home .hero--image .hero__subtitle {
  -webkit-animation: fade-in-up 0.8s ease-out 0.2s forwards;
          animation: fade-in-up 0.8s ease-out 0.2s forwards;
  opacity: 0;
}
.page-home .hero--image .hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-animation: fade-in-up 0.8s ease-out 0.4s forwards;
          animation: fade-in-up 0.8s ease-out 0.4s forwards;
  opacity: 0;
}
.page-home .hero--image .hero__bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-home .hero--image .hero__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-animation: subtle-zoom 20s infinite alternate ease-in-out;
          animation: subtle-zoom 20s infinite alternate ease-in-out;
}
.page-home .hero--image .hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 88, 115, 0.7)), to(rgba(140, 79, 119, 0.85)));
  background: linear-gradient(to bottom, rgba(104, 88, 115, 0.7), rgba(140, 79, 119, 0.85));
  z-index: 2;
}
.page-home .hero--image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
  z-index: 3;
  pointer-events: none;
}
.page-home .services {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.page-home .services::before, .page-home .services::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-home .services::before {
  left: 0;
}
.page-home .services::after {
  right: 0;
}
.page-home .services > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-home .services::before, .page-home .services::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-home .services::before, .page-home .services::after {
    display: none;
  }
}
.page-home .services .pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 250px;
  opacity: 0.03;
  z-index: 1;
}
.page-home .services__inner {
  position: relative;
  z-index: 2;
}
.page-home .services__title {
  text-align: center;
  color: #685873;
  margin-bottom: 5rem;
}
.page-home .services__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .page-home .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page-home .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-home .services__card {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 4rem 3rem;
  text-align: center;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
  -webkit-transition: -webkit-transform 0.4s ease-out, -webkit-box-shadow 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out, -webkit-box-shadow 0.4s ease-out;
  transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
  transition: transform 0.4s ease-out, box-shadow 0.4s ease-out, -webkit-transform 0.4s ease-out, -webkit-box-shadow 0.4s ease-out;
  border: 1px solid rgba(184, 191, 188, 0.3);
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-home .services__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at center, rgba(140, 79, 119, 0.03) 0%, rgba(140, 79, 119, 0.01) 50%, transparent 70%);
  opacity: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: -1;
}
.page-home .services__card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 8px 24px rgba(65, 55, 72, 0.12);
          box-shadow: 0 8px 24px rgba(65, 55, 72, 0.12);
}
.page-home .services__card:hover::before {
  opacity: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.page-home .services__card:hover .services__card-icon {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background-color: rgba(140, 79, 119, 0.15);
}
.page-home .services__card:hover .services__card-title::after {
  width: 60px;
}
.page-home .services__card:hover .services__card-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page-home .services__card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 2rem;
  background-color: rgba(193, 217, 201, 0.2);
  font-size: 2.5rem;
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
  color: #8C4F77;
}
.page-home .services__card-title {
  color: #8C4F77;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.5rem;
}
.page-home .services__card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: rgba(140, 79, 119, 0.3);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.page-home .services__card-text {
  font-size: 1rem;
  color: #685873;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.page-home .services__card-link {
  color: #8C4F77;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  opacity: 0.8;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}
.page-home .services__card-link:hover {
  color: rgb(107.397260274, 60.602739726, 91.2876712329);
  text-decoration: none;
}
.page-home .services__card-link svg {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-home .services__card-link:hover svg {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.page-home .services__cta {
  text-align: center;
  margin-top: 4rem;
}
.page-home .news-service {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background: linear-gradient(135deg, rgba(193, 217, 201, 0.03) 0%, rgba(248, 249, 250, 0.8) 100%);
  position: relative;
  overflow: hidden;
}
.page-home .news-service::before, .page-home .news-service::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-home .news-service::before {
  left: 0;
}
.page-home .news-service::after {
  right: 0;
}
.page-home .news-service > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-home .news-service::before, .page-home .news-service::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-home .news-service::before, .page-home .news-service::after {
    display: none;
  }
}
.page-home .news-service__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.page-home .news-service__inner::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  height: calc(100% + 8rem);
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 180px;
  opacity: 0.02;
  z-index: -1;
  pointer-events: none;
}
.page-home .news-service__header {
  text-align: center;
  margin-bottom: 3rem;
}
.page-home .news-service__title {
  font-size: 1.75rem;
  color: #685873;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.page-home .news-service__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: linear-gradient(135deg, #685873, #8C4F77);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .page-home .news-service__title {
    font-size: 2rem;
  }
}
.page-home .news-service__subtitle {
  font-size: 0.95rem;
  color: #685873;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-home .news-service__subtitle {
    font-size: 1rem;
  }
}
.page-home .news-service__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .page-home .news-service__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page-home .news-service__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-home .news-service__card {
  background: #ffffff;
  border-radius: 12px;
  padding: 3rem;
  -webkit-box-shadow: 0 2px 15px rgba(140, 79, 119, 0.08);
          box-shadow: 0 2px 15px rgba(140, 79, 119, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.page-home .news-service__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, #685873, #8C4F77);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-home .news-service__card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(140, 79, 119, 0.15);
          box-shadow: 0 8px 25px rgba(140, 79, 119, 0.15);
}
.page-home .news-service__card:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page-home .news-service__card:hover .news-service__card-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 575px) {
  .page-home .news-service__card {
    padding: 2rem;
  }
  .page-home .news-service__card:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.page-home .news-service__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.page-home .news-service__card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  margin-right: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-home .news-service__card-icon--market {
  background: linear-gradient(135deg, rgba(104, 88, 115, 0.15), rgba(140, 79, 119, 0.1));
  color: #8C4F77;
}
.page-home .news-service__card-icon--discount {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.15), rgba(192, 57, 43, 0.1));
  color: #e74c3c;
}
.page-home .news-service__card-icon--general {
  background: linear-gradient(135deg, rgba(193, 217, 201, 0.15), rgba(104, 88, 115, 0.1));
  color: #685873;
}
@media (max-width: 575px) {
  .page-home .news-service__card-icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
    margin-right: 1rem;
  }
}
.page-home .news-service__card-type {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 0.7;
  margin: 0;
}
.page-home .news-service__card-type--market {
  color: #8C4F77;
}
.page-home .news-service__card-type--discount {
  color: #e74c3c;
}
.page-home .news-service__card-type--general {
  color: #685873;
}
.page-home .news-service__card-title {
  font-size: 1.125rem;
  color: #685873;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .page-home .news-service__card-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.page-home .news-service__card-content {
  font-size: 0.9375rem;
  color: #685873;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 575px) {
  .page-home .news-service__card-content {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.page-home .news-service__loading {
  text-align: center;
  padding: 4rem;
  color: rgba(104, 88, 115, 0.8);
  font-style: italic;
}
.page-home .news-service__empty {
  text-align: center;
  padding: 4rem;
  color: rgba(104, 88, 115, 0.8);
}
.page-home .news-service__empty p {
  margin: 0;
  font-style: italic;
}
@media (max-width: 575px) {
  .page-home .news-service {
    padding: 3rem 0;
  }
  .page-home .news-service__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .page-home .news-service__subtitle {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .page-home .news-service__grid {
    gap: 1rem;
  }
}
@media (max-width: 374px) {
  .page-home .news-service__grid {
    grid-template-columns: 1fr;
  }
  .page-home .news-service__card {
    padding: 1rem;
  }
  .page-home .news-service__card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
  .page-home .news-service__card-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.page-home .gallery-preview {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 5rem;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.page-home .gallery-preview::before, .page-home .gallery-preview::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-home .gallery-preview::before {
  left: 0;
}
.page-home .gallery-preview::after {
  right: 0;
}
.page-home .gallery-preview > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-home .gallery-preview::before, .page-home .gallery-preview::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-home .gallery-preview::before, .page-home .gallery-preview::after {
    display: none;
  }
}
.page-home .gallery-preview::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  background-size: 400px, auto;
  opacity: 1;
  z-index: 1;
}
.page-home .gallery-preview::after {
  content: "" !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  background-size: 400px, auto;
  opacity: 1;
  z-index: 1;
}
.page-home .gallery-preview .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-home .gallery-preview::before, .page-home .gallery-preview::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-home .gallery-preview::before, .page-home .gallery-preview::after {
    display: none;
  }
}
.page-home .gallery-preview__title {
  text-align: center;
  margin-bottom: 1rem;
  color: #685873;
  position: relative;
  z-index: 2;
}
.page-home .gallery-preview__subtitle {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem;
  color: #685873;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.page-home .gallery-preview__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .page-home .gallery-preview__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .page-home .gallery-preview__images {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-home .gallery-preview__item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  height: 0;
  padding-bottom: 75%;
  cursor: pointer;
}
.page-home .gallery-preview__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.page-home .gallery-preview__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-home .gallery-preview__item:hover::before {
  opacity: 1;
}
.page-home .gallery-preview__item:hover .gallery-preview__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-home .gallery-preview__item:hover .gallery-preview__caption {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page-home .gallery-preview__item:hover .gallery-preview__caption h3, .page-home .gallery-preview__item:hover .gallery-preview__caption p {
  color: #ffffff;
}
.page-home .gallery-preview__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.page-home .gallery-preview__caption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 3;
  text-align: left;
}
.page-home .gallery-preview__caption h3 {
  font-size: 1.1rem;
  margin-bottom: 2px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.page-home .gallery-preview__caption p {
  font-size: 0.85rem;
  margin: 0;
  color: #ffffff;
  opacity: 0.85;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.page-home .gallery-preview__cta {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 2rem;
}
.page-home .gallery-preview__cta .btn {
  font-size: 0.95rem;
  padding: 0.7rem 1.5rem;
}
.page-home .contact-section {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
  background-color: rgba(184, 191, 188, 0.2);
}
.page-home .contact-section::before, .page-home .contact-section::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-home .contact-section::before {
  left: 0;
}
.page-home .contact-section::after {
  right: 0;
}
.page-home .contact-section > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-home .contact-section::before, .page-home .contact-section::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-home .contact-section::before, .page-home .contact-section::after {
    display: none;
  }
}
.page-home .contact-section__inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-home .contact-section__title {
  color: #685873;
  margin-bottom: 3rem;
}
.page-home .contact-section__text {
  color: #685873;
  margin-bottom: 3rem;
  line-height: 1.7;
  font-size: 1.0625rem;
}
.page-home .contact-section__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 4rem;
  display: inline-block;
  text-align: left;
}
.page-home .contact-section__item {
  margin-bottom: 2rem;
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-home .contact-section__item strong {
  margin-right: 0.5rem;
  color: #685873;
  font-weight: 600;
}
.page-home .contact-section__link {
  color: #8C4F77;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-home .contact-section__link:hover {
  color: rgb(107.397260274, 60.602739726, 91.2876712329);
}
.page-home .contact-section__cta {
  margin-top: 4rem;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-5px);
            transform: translateX(-50%) translateY(-5px);
  }
}
.page-about .hero--brand {
  padding: 6rem 0 3.5rem;
  margin-top: 100px;
  background: linear-gradient(135deg, #685873 0%, #8C4F77 100%);
  position: relative;
  overflow: hidden;
}
.page-about .hero--brand .pattern-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 0.05;
  z-index: 1;
}
.page-about .hero--brand .circle-decoration {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.page-about .hero--brand .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.page-about .hero--brand .hero__title {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(65, 55, 72, 0.2);
}
.page-about .hero--brand .hero__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.75rem auto 1.25rem;
}
.page-about .hero--brand .hero__divider span {
  display: block;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.page-about .hero--brand .hero__divider span::before, .page-about .hero--brand .hero__divider span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-about .hero--brand .hero__divider span::before {
  left: -12px;
}
.page-about .hero--brand .hero__divider span::after {
  right: -12px;
}
.page-about .hero--brand .hero__subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-about .hero--brand {
    margin-top: 85px;
    padding: 5rem 0 3rem;
  }
}
.page-about .about-story {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
}
.page-about .about-story::before, .page-about .about-story::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-about .about-story::before {
  left: 0;
}
.page-about .about-story::after {
  right: 0;
}
.page-about .about-story > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-about .about-story::before, .page-about .about-story::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-about .about-story::before, .page-about .about-story::after {
    display: none;
  }
}
.page-about .about-story__inner {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .page-about .about-story__inner {
    grid-template-columns: 5fr 7fr;
  }
}
.page-about .about-story__image-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-about .about-story__image {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.page-about .about-story__image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-about .about-story__badge {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background-color: #8C4F77;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
}
.page-about .about-story__content {
  padding: 2rem 0;
}
.page-about .about-story__label {
  display: inline-block;
  color: #8C4F77;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-about .about-story__title {
  font-size: 2.25rem;
  margin-bottom: 2rem;
  color: #685873;
}
.page-about .about-story__text {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  color: #685873;
}
.page-about .about-story__text:last-of-type {
  margin-bottom: 2rem;
}
.page-about .about-story__quote {
  font-style: italic;
  padding: 2rem 0 2rem 3rem;
  border-left: 3px solid #8C4F77;
  margin: 3rem 0;
  background-color: rgba(184, 191, 188, 0.1);
}
.page-about .about-story__quote p {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.page-about .about-story__quote cite {
  font-style: normal;
  font-weight: 500;
  font-size: 0.9em;
  color: #8C4F77;
  display: block;
}
.page-about .team {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #f8f9fa;
  position: relative;
}
.page-about .team::before, .page-about .team::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-about .team::before {
  left: 0;
}
.page-about .team::after {
  right: 0;
}
.page-about .team > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-about .team::before, .page-about .team::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-about .team::before, .page-about .team::after {
    display: none;
  }
}
.page-about .team .pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 0.03;
  z-index: 1;
}
.page-about .team__title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 1rem;
}
.page-about .team__subtitle {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem;
  font-size: 1.0625rem;
  color: #685873;
}
.page-about .team__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 576px) {
  .page-about .team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page-about .team__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}
.page-about .team__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.page-about .team__member:hover .team__member-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-about .team__member-image-container {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
}
.page-about .team__member-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-about .team__member-info {
  max-width: 300px;
}
.page-about .team__member-name {
  font-size: 1.25rem;
  color: #685873;
  margin-bottom: 0.25rem;
}
.page-about .team__member-position {
  font-size: 0.9375rem;
  color: #8C4F77;
  margin-bottom: 1rem;
  font-weight: 500;
}
.page-about .team__member-description {
  font-size: 0.9375rem;
  color: #685873;
  line-height: 1.6;
}
.page-about .values {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
}
.page-about .values::before, .page-about .values::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-about .values::before {
  left: 0;
}
.page-about .values::after {
  right: 0;
}
.page-about .values > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-about .values::before, .page-about .values::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-about .values::before, .page-about .values::after {
    display: none;
  }
}
.page-about .values__title {
  text-align: center;
  margin-bottom: 1rem;
}
.page-about .values__subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem;
  font-size: 1.0625rem;
  color: #685873;
}
.page-about .values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 576px) {
  .page-about .values__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page-about .values__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-about .values__item {
  text-align: center;
  padding: 3rem;
  background-color: #f8f9fa;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: 100%;
}
.page-about .values__item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-about .values__icon {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.page-about .values__item-title {
  font-size: 1.25rem;
  color: #685873;
  margin-bottom: 1rem;
  font-weight: 600;
}
.page-about .values__item-text {
  font-size: 0.9375rem;
  color: #685873;
  line-height: 1.6;
}
.page-about .approach {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #f8f9fa;
}
.page-about .approach::before, .page-about .approach::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-about .approach::before {
  left: 0;
}
.page-about .approach::after {
  right: 0;
}
.page-about .approach > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-about .approach::before, .page-about .approach::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-about .approach::before, .page-about .approach::after {
    display: none;
  }
}
.page-about .approach__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .page-about .approach__inner {
    grid-template-columns: 3fr 2fr;
  }
}
.page-about .approach__content {
  padding-right: 2rem;
}
.page-about .approach__title {
  font-size: 2.25rem;
  margin-bottom: 2rem;
  color: #685873;
}
.page-about .approach__text {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  color: #685873;
}
.page-about .approach__features {
  margin-top: 4rem;
}
.page-about .approach__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem;
}
.page-about .approach__feature:last-child {
  margin-bottom: 0;
}
.page-about .approach__feature-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
  width: 40px;
  height: 40px;
  background-color: rgba(140, 79, 119, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
}
.page-about .approach__feature-content h4 {
  font-size: 1.125rem;
  color: #685873;
  margin-bottom: 0.5rem;
}
.page-about .approach__feature-content p {
  font-size: 0.9375rem;
  color: #685873;
  line-height: 1.6;
  margin-bottom: 0;
}
.page-about .approach__image-container {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-about .approach__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.page-about .approach__image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-about .milestones {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
}
.page-about .milestones::before, .page-about .milestones::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-about .milestones::before {
  left: 0;
}
.page-about .milestones::after {
  right: 0;
}
.page-about .milestones > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-about .milestones::before, .page-about .milestones::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-about .milestones::before, .page-about .milestones::after {
    display: none;
  }
}
.page-about .milestones__title {
  text-align: center;
  margin-bottom: 4rem;
}
.page-about .milestones__timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.page-about .milestones__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 120px;
  width: 2px;
  background-color: rgba(140, 79, 119, 0.2);
}
@media (min-width: 768px) {
  .page-about .milestones__timeline::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-about .milestones__item {
  position: relative;
  margin-bottom: 4rem;
  padding-left: 150px;
}
.page-about .milestones__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-about .milestones__item {
    padding-left: 0;
    width: 50%;
  }
  .page-about .milestones__item:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
    padding-right: 60px;
    text-align: right;
  }
  .page-about .milestones__item:nth-child(odd) .milestones__year {
    right: -70px;
  }
  .page-about .milestones__item:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
    padding-left: 60px;
  }
  .page-about .milestones__item:nth-child(even) .milestones__year {
    left: -70px;
  }
}
.page-about .milestones__year {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #8C4F77;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
@media (min-width: 768px) {
  .page-about .milestones__year {
    width: 120px;
    height: 120px;
    font-size: 1.75rem;
  }
}
.page-about .milestones__content {
  background-color: #f8f9fa;
  padding: 3rem;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.page-about .milestones__content:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-about .milestones__item-title {
  font-size: 1.25rem;
  color: #685873;
  margin-bottom: 1rem;
}
.page-about .milestones__item-text {
  font-size: 0.9375rem;
  color: #685873;
  margin-bottom: 0;
}

.pattern-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 1;
  z-index: 1;
  -webkit-filter: sepia(50%) hue-rotate(110deg) saturate(60%) brightness(1.2);
          filter: sepia(50%) hue-rotate(110deg) saturate(60%) brightness(1.2);
}

.page-contact .hero--brand {
  padding: 6rem 0 3.5rem;
  margin-top: 100px;
  background: linear-gradient(135deg, #685873 0%, #8C4F77 100%);
  position: relative;
  overflow: hidden;
}
.page-contact .hero--brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 0.05;
  z-index: 1;
}
.page-contact .hero--brand::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.page-contact .hero--brand .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.page-contact .hero--brand .hero__title {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(65, 55, 72, 0.2);
}
.page-contact .hero--brand .hero__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.75rem auto 1.25rem;
}
.page-contact .hero--brand .hero__divider span {
  display: block;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.page-contact .hero--brand .hero__divider span::before, .page-contact .hero--brand .hero__divider span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-contact .hero--brand .hero__divider span::before {
  left: -12px;
}
.page-contact .hero--brand .hero__divider span::after {
  right: -12px;
}
.page-contact .hero--brand .hero__subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-contact .hero--brand {
    margin-top: 85px;
    padding: 5rem 0 3rem;
  }
}
.page-contact .contact-details {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background-color: #ffffff;
  position: relative;
}
.page-contact .contact-details::before, .page-contact .contact-details::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-contact .contact-details::before {
  left: 0;
}
.page-contact .contact-details::after {
  right: 0;
}
.page-contact .contact-details > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-contact .contact-details::before, .page-contact .contact-details::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-contact .contact-details::before, .page-contact .contact-details::after {
    display: none;
  }
}
.page-contact .contact-details .pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 0.02;
  z-index: 1;
}
.page-contact .contact-details__inner {
  position: relative;
  z-index: 2;
}
.page-contact .contact-details__info-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .page-contact .contact-details__info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page-contact .contact-details__info-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-contact .contact-details__card {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 3rem;
  text-align: center;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.page-contact .contact-details__card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-contact .contact-details__card:hover .contact-details__card-icon {
  background-color: rgba(140, 79, 119, 0.15);
  color: #8C4F77;
}
.page-contact .contact-details__card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(184, 191, 188, 0.2);
  color: #685873;
  margin-bottom: 2rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.page-contact .contact-details__card-icon svg {
  width: 28px;
  height: 28px;
}
.page-contact .contact-details__card-title {
  font-size: 1.25rem;
  color: #685873;
  margin-bottom: 1rem;
  font-weight: 600;
}
.page-contact .contact-details__card-text {
  font-size: 1rem;
  color: #685873;
  line-height: 1.6;
}
.page-contact .contact-details__card-text a {
  color: #8C4F77;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-contact .contact-details__card-text a:hover {
  color: rgb(107.397260274, 60.602739726, 91.2876712329);
}
.page-contact .contact-form-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 5rem;
  background-color: #f8f9fa;
}
.page-contact .contact-form-section::before, .page-contact .contact-form-section::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-contact .contact-form-section::before {
  left: 0;
}
.page-contact .contact-form-section::after {
  right: 0;
}
.page-contact .contact-form-section > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-contact .contact-form-section::before, .page-contact .contact-form-section::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-contact .contact-form-section::before, .page-contact .contact-form-section::after {
    display: none;
  }
}
.page-contact .contact-form-section__inner {
  width: 100%;
  max-width: 1440px;
  padding-left: clamp(1rem, 4%, 2rem);
  padding-right: clamp(1rem, 4%, 2rem);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (min-width: 320px) {
  .page-contact .contact-form-section__inner {
    padding-left: clamp(0.5rem, 2%, 1rem);
    padding-right: clamp(0.5rem, 2%, 1rem);
  }
}
@media (min-width: 375px) {
  .page-contact .contact-form-section__inner {
    padding-left: clamp(0.75rem, 3%, 1.5rem);
    padding-right: clamp(0.75rem, 3%, 1.5rem);
  }
}
@media (min-width: 768px) {
  .page-contact .contact-form-section__inner {
    padding-left: clamp(1.5rem, 4%, 2rem);
    padding-right: clamp(1.5rem, 4%, 2rem);
  }
}
@media (max-width: 991px) {
  .page-contact .contact-form-section__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.page-contact .contact-form-section__content {
  max-width: 600px;
}
@media (max-width: 991px) {
  .page-contact .contact-form-section__content {
    max-width: 100%;
  }
}
.page-contact .contact-form-section__title {
  margin-bottom: 2rem;
}
.page-contact .contact-form-section__text {
  margin-bottom: 3rem;
  color: rgba(104, 88, 115, 0.6);
}
.page-contact .contact-form-section .contact-form {
  max-width: 600px;
}
.page-contact .contact-form-section .contact-form .form-group {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .page-contact .contact-form-section .contact-form .form-group {
    margin-bottom: 1rem;
  }
}
.page-contact .contact-form-section .contact-form .form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #685873;
  font-size: 0.9375rem;
}
.page-contact .contact-form-section .contact-form .required {
  color: #8C4F77;
}
.page-contact .contact-form-section .contact-form .form-control {
  width: 100%;
  padding: 1rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  font-size: 1rem;
}
@media (max-width: 575px) {
  .page-contact .contact-form-section .contact-form .form-control {
    padding: 0.5rem 1rem;
  }
}
.page-contact .contact-form-section .contact-form .form-control:focus {
  outline: none;
  border-color: #8C4F77;
  -webkit-box-shadow: 0 0 0 2px rgba(140, 79, 119, 0.2);
          box-shadow: 0 0 0 2px rgba(140, 79, 119, 0.2);
}
.page-contact .contact-form-section .contact-form select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23685873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
}
.page-contact .contact-form-section .contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.page-contact .contact-form-section .contact-form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .contact-form-section .contact-form .form-check .form-check-input {
  margin-top: 0.3em;
  margin-right: 1rem;
  min-width: 20px;
  height: 20px;
}
.page-contact .contact-form-section .contact-form .form-check .form-check-label {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #685873;
  margin-bottom: 0;
}
.page-contact .contact-form-section .contact-form .form-check .form-check-label a {
  color: #8C4F77;
  text-decoration: underline;
}
.page-contact .contact-form-section .contact-form .form-check .form-check-label a:hover {
  color: rgb(107.397260274, 60.602739726, 91.2876712329);
}
.page-contact .contact-form-section .contact-form .btn {
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
}
.page-contact .contact-form-section .contact-form .form-note {
  font-size: 0.875rem;
  color: rgba(104, 88, 115, 0.8);
  margin-top: 2rem;
}
.page-contact .contact-form-section .contact-form .form-success {
  text-align: center;
  padding: 4rem 2rem;
}
.page-contact .contact-form-section .contact-form .form-success svg {
  display: block;
  margin: 0 auto 2rem;
}
.page-contact .contact-form-section .contact-form .form-success h3 {
  color: #8C4F77;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.page-contact .contact-form-section .contact-form .form-success p {
  font-size: 1.0625rem;
  color: #685873;
}
.page-contact .contact-form-section__map {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-contact .contact-form-section__map .map-container {
  position: relative;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-contact .contact-form-section__map .map-container {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .page-contact .contact-form-section__map .map-container {
    height: 250px;
  }
}
.page-contact .contact-form-section__map .map-container .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-contact .contact-form-section__map .map-container .map-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.page-contact .contact-form-section__map .map-container .map-overlay__content {
  text-align: center;
  padding: 2rem;
  max-width: 90%;
}
.page-contact .contact-form-section__map .map-container .map-overlay__content h3 {
  margin-bottom: 1rem;
}
.page-contact .contact-form-section__map .map-container .map-overlay__content p {
  margin-bottom: 2rem;
}
.page-contact .contact-form-section__map .map-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.page-contact .contact-form-section__map .active-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.page-contact .contact-form-section__map .map-info {
  padding: 1rem;
}
.page-contact .contact-form-section__map .map-info p {
  font-size: 0.9375rem;
  color: #685873;
  margin-bottom: 0.5rem;
}
.page-contact .contact-form-section__map .map-info p:last-child {
  margin-bottom: 0;
}
.page-contact .faq {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.page-contact .faq::before, .page-contact .faq::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-contact .faq::before {
  left: 0;
}
.page-contact .faq::after {
  right: 0;
}
.page-contact .faq > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-contact .faq::before, .page-contact .faq::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-contact .faq::before, .page-contact .faq::after {
    display: none;
  }
}
.page-contact .faq__title {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
}
.page-contact .faq__grid {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.page-contact .faq__item {
  border-bottom: 1px solid rgba(184, 191, 188, 0.5);
}
.page-contact .faq__item:first-child {
  border-top: 1px solid rgba(184, 191, 188, 0.5);
}
.page-contact .faq__cta {
  text-align: center;
  max-width: 500px;
  margin: 4rem auto 0;
}
.page-contact .faq__cta p {
  margin-bottom: 2rem;
  font-size: 1.0625rem;
}

.btn--small {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.map-info-window {
  padding: 0.5rem;
  font-family: "Montserrat", sans-serif;
  max-width: 220px;
}
.map-info-window h3 {
  color: #685873;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.map-info-window p {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  color: #685873;
  line-height: 1.4;
}
.map-info-window .map-directions {
  display: inline-block;
  margin-top: 0.5rem;
  color: #8C4F77;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.map-info-window .map-directions:hover {
  text-decoration: underline;
}

.gm-style img {
  max-width: none !important;
}

.page-appointment .hero--brand {
  padding: 6rem 0 3.5rem;
  margin-top: 100px;
  background: linear-gradient(135deg, #685873 0%, #8C4F77 100%);
  position: relative;
  overflow: hidden;
}
.page-appointment .hero--brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 0.05;
  z-index: 1;
}
.page-appointment .hero--brand::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.page-appointment .hero--brand .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.page-appointment .hero--brand .hero__title {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(65, 55, 72, 0.2);
}
.page-appointment .hero--brand .hero__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.75rem auto 1.25rem;
}
.page-appointment .hero--brand .hero__divider span {
  display: block;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.page-appointment .hero--brand .hero__divider span::before, .page-appointment .hero--brand .hero__divider span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-appointment .hero--brand .hero__divider span::before {
  left: -12px;
}
.page-appointment .hero--brand .hero__divider span::after {
  right: -12px;
}
.page-appointment .hero--brand .hero__subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-appointment .hero--brand {
    margin-top: 85px;
    padding: 5rem 0 3rem;
  }
}
.page-appointment .appointment-form {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
}
.page-appointment .appointment-form::before, .page-appointment .appointment-form::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-appointment .appointment-form::before {
  left: 0;
}
.page-appointment .appointment-form::after {
  right: 0;
}
.page-appointment .appointment-form > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-appointment .appointment-form::before, .page-appointment .appointment-form::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-appointment .appointment-form::before, .page-appointment .appointment-form::after {
    display: none;
  }
}
.page-appointment .appointment-form__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 992px) {
  .page-appointment .appointment-form__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.page-appointment .appointment-form__description {
  padding-right: 2rem;
}
.page-appointment .appointment-form__title {
  text-align: left;
  margin-bottom: 2rem;
}
.page-appointment .appointment-form__title::after {
  margin-left: 0;
}
.page-appointment .appointment-form__text {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 4rem;
  color: #685873;
}
.page-appointment .appointment-form__info-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.page-appointment .appointment-form__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-appointment .appointment-form__info-box-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  margin-right: 2rem;
  background: rgba(140, 79, 119, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-appointment .appointment-form__info-box-content h3 {
  font-size: 1.25rem;
  color: #685873;
  margin-bottom: 0.5rem;
}
.page-appointment .appointment-form__info-box-content p {
  font-size: 0.9375rem;
  margin-bottom: 0;
}
.page-appointment .appointment-form__booking .booking-form {
  background-color: #f8f9fa;
  padding: 4rem;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-appointment .appointment-form__booking .booking-form__title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  color: #685873;
}
.page-appointment .appointment-form__booking .booking-form .form-group {
  margin-bottom: 2rem;
}
.page-appointment .appointment-form__booking .booking-form .form-group--date-time {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.page-appointment .appointment-form__booking .booking-form .form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #685873;
  font-size: 0.9375rem;
}
.page-appointment .appointment-form__booking .booking-form .required {
  color: #8C4F77;
}
.page-appointment .appointment-form__booking .booking-form .form-control {
  width: 100%;
  padding: 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(184, 191, 188, 0.6);
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.page-appointment .appointment-form__booking .booking-form .form-control:focus {
  outline: none;
  border-color: rgba(140, 79, 119, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(140, 79, 119, 0.1);
          box-shadow: 0 0 0 3px rgba(140, 79, 119, 0.1);
}
.page-appointment .appointment-form__booking .booking-form select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23685873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
}
.page-appointment .appointment-form__booking .booking-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.page-appointment .appointment-form__booking .booking-form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
  margin-bottom: 2rem;
}
.page-appointment .appointment-form__booking .booking-form .form-check-input {
  margin-top: 5px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-appointment .appointment-form__booking .booking-form .form-check-label {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #685873;
  margin-bottom: 0;
}
.page-appointment .appointment-form__booking .booking-form .form-check-label a {
  color: #8C4F77;
  text-decoration: underline;
}
.page-appointment .appointment-form__booking .booking-form .form-check-label a:hover {
  color: rgb(107.397260274, 60.602739726, 91.2876712329);
}
.page-appointment .appointment-form__booking .booking-form .btn {
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  width: 100%;
}
.page-appointment .appointment-form__booking .booking-form .form-note {
  font-size: 0.875rem;
  color: rgba(104, 88, 115, 0.8);
  margin-top: 2rem;
  text-align: center;
}
.page-appointment .appointment-form__booking .booking-form .form-success {
  text-align: center;
  padding: 4rem 2rem;
}
.page-appointment .appointment-form__booking .booking-form .form-success svg {
  display: block;
  margin: 0 auto 2rem;
}
.page-appointment .appointment-form__booking .booking-form .form-success h3 {
  color: #8C4F77;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.page-appointment .appointment-form__booking .booking-form .form-success p {
  font-size: 1.0625rem;
  color: #685873;
}
.page-appointment .appointment-process {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.page-appointment .appointment-process::before, .page-appointment .appointment-process::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-appointment .appointment-process::before {
  left: 0;
}
.page-appointment .appointment-process::after {
  right: 0;
}
.page-appointment .appointment-process > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-appointment .appointment-process::before, .page-appointment .appointment-process::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-appointment .appointment-process::before, .page-appointment .appointment-process::after {
    display: none;
  }
}
.page-appointment .appointment-process::before, .page-appointment .appointment-process::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  height: 100% !important;
  width: 320px !important;
  background-color: #C1D9C9 !important;
  z-index: 1 !important;
}
.page-appointment .appointment-process::before {
  left: 0 !important;
}
.page-appointment .appointment-process::after {
  right: 0 !important;
  display: block !important;
}
.page-appointment .appointment-process .pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 0.03;
  z-index: 1;
}
.page-appointment .appointment-process .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-appointment .appointment-process::before, .page-appointment .appointment-process::after {
    width: 60px !important;
  }
}
@media (max-width: 576px) {
  .page-appointment .appointment-process::before, .page-appointment .appointment-process::after {
    display: none !important;
  }
}
.page-appointment .appointment-process__title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 4rem;
}
.page-appointment .appointment-process__steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  max-width: 800px;
  margin: 0 auto;
}
.page-appointment .appointment-process__steps::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  width: 2px;
  background-color: rgba(140, 79, 119, 0.2);
}
@media (min-width: 768px) {
  .page-appointment .appointment-process__steps::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .page-appointment .appointment-process__steps {
    grid-template-columns: 1fr 1fr;
  }
}
.page-appointment .appointment-process__step {
  position: relative;
  padding-left: 60px;
}
@media (min-width: 768px) {
  .page-appointment .appointment-process__step {
    padding-left: 0;
  }
  .page-appointment .appointment-process__step:nth-child(odd) {
    grid-column: 1;
    text-align: right;
    padding-right: 60px;
  }
  .page-appointment .appointment-process__step:nth-child(odd) .appointment-process__step-number {
    right: -24px;
    left: auto;
  }
  .page-appointment .appointment-process__step:nth-child(even) {
    grid-column: 2;
    text-align: left;
    padding-left: 60px;
  }
  .page-appointment .appointment-process__step:nth-child(even) .appointment-process__step-number {
    left: -24px;
  }
}
.page-appointment .appointment-process__step-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #8C4F77;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  z-index: 3;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
}
.page-appointment .appointment-process__step-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #685873;
}
.page-appointment .appointment-process__step-content p {
  font-size: 0.9375rem;
  color: #685873;
  margin-bottom: 0;
  line-height: 1.6;
}
.page-appointment .appointment-policies {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
}
.page-appointment .appointment-policies::before, .page-appointment .appointment-policies::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-appointment .appointment-policies::before {
  left: 0;
}
.page-appointment .appointment-policies::after {
  right: 0;
}
.page-appointment .appointment-policies > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-appointment .appointment-policies::before, .page-appointment .appointment-policies::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-appointment .appointment-policies::before, .page-appointment .appointment-policies::after {
    display: none;
  }
}
.page-appointment .appointment-policies__inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}
.page-appointment .appointment-policies__title {
  text-align: center;
  margin-bottom: 4rem;
}
.page-appointment .appointment-policies__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 576px) {
  .page-appointment .appointment-policies__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-appointment .appointment-policies__item {
  padding: 3rem;
  background-color: #f8f9fa;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.page-appointment .appointment-policies__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-appointment .appointment-policies__item h3 {
  font-size: 1.25rem;
  color: #685873;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.page-appointment .appointment-policies__item h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #8C4F77;
}
.page-appointment .appointment-policies__item p {
  font-size: 0.9375rem;
  margin-bottom: 0;
  line-height: 1.6;
}
.page-appointment .faq {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
.page-appointment .faq::before, .page-appointment .faq::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-appointment .faq::before {
  left: 0;
}
.page-appointment .faq::after {
  right: 0;
}
.page-appointment .faq > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-appointment .faq::before, .page-appointment .faq::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-appointment .faq::before, .page-appointment .faq::after {
    display: none;
  }
}
.page-appointment .faq > .container {
  position: relative;
  z-index: 2;
}
.page-appointment .btn--sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.9375rem;
}

.section-gallery-preview {
  padding: 4rem 0;
  background-color: #B8BFBC;
}
.section-gallery-preview .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.section-gallery-preview .gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.section-gallery-preview .gallery-grid img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.section-gallery-preview .gallery-link {
  margin-top: 2rem;
  text-align: center;
}

.page-gallery .hero--brand {
  padding: 6rem 0 3.5rem;
  margin-top: 100px;
  background: linear-gradient(135deg, #685873 0%, #8C4F77 100%);
  position: relative;
  overflow: hidden;
}
.page-gallery .hero--brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 0.05;
  z-index: 1;
}
.page-gallery .hero--brand::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.page-gallery .hero--brand .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.page-gallery .hero--brand .hero__title {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(65, 55, 72, 0.2);
}
.page-gallery .hero--brand .hero__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.75rem auto 1.25rem;
}
.page-gallery .hero--brand .hero__divider span {
  display: block;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.page-gallery .hero--brand .hero__divider span::before, .page-gallery .hero--brand .hero__divider span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-gallery .hero--brand .hero__divider span::before {
  left: -12px;
}
.page-gallery .hero--brand .hero__divider span::after {
  right: -12px;
}
.page-gallery .hero--brand .hero__subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-gallery .hero--brand {
    margin-top: 85px;
    padding: 5rem 0 3rem;
  }
}
.page-gallery .gallery-filter {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid rgba(184, 191, 188, 0.5);
}
.page-gallery .gallery-filter::before, .page-gallery .gallery-filter::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-gallery .gallery-filter::before {
  left: 0;
}
.page-gallery .gallery-filter::after {
  right: 0;
}
.page-gallery .gallery-filter > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-gallery .gallery-filter::before, .page-gallery .gallery-filter::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-gallery .gallery-filter::before, .page-gallery .gallery-filter::after {
    display: none;
  }
}
.page-gallery .gallery-filter__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-gallery .gallery-filter__title {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #8C4F77;
}
.page-gallery .gallery-filter__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.page-gallery .gallery-filter__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border: 1px solid rgba(184, 191, 188, 0.5);
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #685873;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-gallery .gallery-filter__button:hover {
  border-color: #8C4F77;
  color: #8C4F77;
}
.page-gallery .gallery-filter__button.is-active {
  background-color: #8C4F77;
  border-color: #8C4F77;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.page-gallery .gallery-filter__button.is-active, .page-gallery .gallery-filter__button.is-active > *, .page-gallery .gallery-filter__button.is-active .gallery-filter__icon, .page-gallery .gallery-filter__button.is-active .gallery-filter__button-text {
  color: #ffffff !important;
}
.page-gallery .gallery-filter__button .gallery-filter__icon,
.page-gallery .gallery-filter__button .gallery-filter__button-text {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-gallery .gallery-filter__icon {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.page-gallery .gallery-main {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}
.page-gallery .gallery-main::before, .page-gallery .gallery-main::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-gallery .gallery-main::before {
  left: 0;
}
.page-gallery .gallery-main::after {
  right: 0;
}
.page-gallery .gallery-main > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-gallery .gallery-main::before, .page-gallery .gallery-main::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-gallery .gallery-main::before, .page-gallery .gallery-main::after {
    display: none;
  }
}
.page-gallery .gallery-main__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .page-gallery .gallery-main__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .page-gallery .gallery-main__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.page-gallery .gallery-main__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1;
  cursor: pointer;
}
@supports not (aspect-ratio: 1) {
  .page-gallery .gallery-main__item::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .page-gallery .gallery-main__item .gallery-main__image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .page-gallery .gallery-main__item {
    aspect-ratio: 4/3;
  }
}
.page-gallery .gallery-main__image-container {
  width: 100%;
  height: 100%;
}
.page-gallery .gallery-main__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.page-gallery .gallery-main__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1rem;
}
@media (max-width: 575px) {
  .page-gallery .gallery-main__overlay {
    opacity: 1;
  }
}
.page-gallery .gallery-main__caption {
  color: #ffffff;
}
.page-gallery .gallery-main__caption h3 {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem);
  margin-bottom: 0.5rem;
}
.page-gallery .gallery-main__caption p {
  font-size: 0.9rem;
  opacity: 0.9;
}
@media (max-width: 575px) {
  .page-gallery .gallery-main__caption p {
    display: none;
  }
}
.page-gallery .gallery-main__item:hover .gallery-main__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-gallery .gallery-main__item:hover .gallery-main__overlay {
  opacity: 1;
}
.page-gallery .gallery-main__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  .page-gallery .gallery-main__filter {
    gap: 0.5rem;
  }
}
.page-gallery .gallery-main__filter-button {
  min-height: 44px;
  min-width: 44px;
  padding: 0.5rem 1rem;
  background: none;
  border: 1px solid #8C4F77;
  color: #8C4F77;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
.page-gallery .gallery-main__filter-button:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 575px) {
  .page-gallery .gallery-main__filter-button {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}
.page-gallery .gallery-main__filter-button:hover, .page-gallery .gallery-main__filter-button.is-active {
  background-color: #8C4F77;
  color: #ffffff;
}
.page-gallery .gallery-main__load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
.page-gallery .inspiration {
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg-light);
  padding: 4rem 0;
}
.page-gallery .inspiration::before, .page-gallery .inspiration::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-gallery .inspiration::before {
  left: 0;
}
.page-gallery .inspiration::after {
  right: 0;
}
.page-gallery .inspiration > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-gallery .inspiration::before, .page-gallery .inspiration::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-gallery .inspiration::before, .page-gallery .inspiration::after {
    display: none;
  }
}
.page-gallery .inspiration__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.page-gallery .inspiration__title {
  color: var(--color-primary);
  margin-bottom: 1.5rem;
}
.page-gallery .inspiration__text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  color: var(--color-text);
}
.page-gallery .inspiration__features {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .page-gallery .inspiration__features {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-gallery .inspiration__feature {
  text-align: center;
  padding: 1.5rem;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-gallery .inspiration__feature:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.page-gallery .inspiration__feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.page-gallery .inspiration__feature-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: var(--color-primary);
}
.page-gallery .inspiration__feature-text {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.gallery-main__caption {
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}
.gallery-main__caption h3, .gallery-main__caption p {
  color: inherit;
}
.gallery-main__caption p:empty {
  display: none;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
  z-index: 1000;
  display: none;
}
.lightbox.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lightbox__container {
  max-width: 90%;
  max-height: 90%;
  position: relative;
}
@media (max-width: 767px) {
  .lightbox__container {
    max-width: 95%;
    max-height: 80%;
  }
}
.lightbox__close {
  min-height: 44px;
  min-width: 44px;
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
}
.lightbox__close:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 575px) {
  .lightbox__close {
    top: -35px;
    right: -5px;
    font-size: 1.75rem;
  }
}
.lightbox__image {
  max-width: 100%;
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.lightbox__image.is-loaded {
  opacity: 1;
}
@media (max-width: 575px) {
  .lightbox__image {
    max-height: 55vh;
  }
}
.lightbox__info {
  color: #ffffff;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 575px) {
  .lightbox__info {
    margin-top: 1rem;
  }
}
.lightbox__title {
  font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  margin-bottom: 0.5rem;
}
.lightbox__description {
  font-size: 1rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .lightbox__description {
    font-size: 0.9rem;
  }
}
.lightbox__navigation {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.lightbox__nav-button {
  min-height: 44px;
  min-width: 44px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 2.25rem;
  width: 3.25rem;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 18px -4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 18px -4px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, transform 0.25s ease;
  transition: background 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  pointer-events: auto;
}
.lightbox__nav-button:not(:last-child) {
  margin-right: 1rem;
}
.lightbox__nav-button:hover, .lightbox__nav-button:focus {
  background: rgba(0, 0, 0, 0.75);
  outline: none;
}
.lightbox__nav-button:active {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
@media (max-width: 575px) {
  .lightbox__nav-button {
    font-size: 1.75rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
.lightbox__nav-button--prev {
  margin-left: 1rem;
}
.lightbox__nav-button--next {
  margin-right: 1rem;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.no-scroll {
  overflow: hidden;
}

.inspiration {
  background-color: var(--color-bg-light);
  padding: 4rem 0;
}
.inspiration__inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.inspiration__title {
  color: var(--color-primary);
  margin-bottom: 1.5rem;
}
.inspiration__text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  color: var(--color-text);
}
.inspiration__features {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .inspiration__features {
    grid-template-columns: repeat(3, 1fr);
  }
}
.inspiration__feature {
  text-align: center;
  padding: 1.5rem;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.inspiration__feature:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.inspiration__feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.inspiration__feature-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: var(--color-primary);
}
.inspiration__feature-text {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Animation für "Wird geladen..." Button - Eleganter */
.loading-dots {
  position: relative;
  display: inline-block;
}

.loading-dots span {
  display: inline-block;
  -webkit-animation: dots 1.4s infinite;
          animation: dots 1.4s infinite;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.loading-dots span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading-dots span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading-dots span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes dots {
  0%, 80%, 100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

@keyframes dots {
  0%, 80%, 100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.page-impressum .hero--brand {
  padding: 6rem 0 3.5rem;
  margin-top: 100px;
  background: linear-gradient(135deg, #685873 0%, #8C4F77 100%);
  position: relative;
  overflow: hidden;
}
.page-impressum .hero--brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 0.05;
  z-index: 1;
}
.page-impressum .hero--brand::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.page-impressum .hero--brand .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.page-impressum .hero--brand .hero__title {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(65, 55, 72, 0.2);
}
.page-impressum .hero--brand .hero__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.75rem auto 1.25rem;
}
.page-impressum .hero--brand .hero__divider span {
  display: block;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.page-impressum .hero--brand .hero__divider span::before, .page-impressum .hero--brand .hero__divider span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-impressum .hero--brand .hero__divider span::before {
  left: -12px;
}
.page-impressum .hero--brand .hero__divider span::after {
  right: -12px;
}
.page-impressum .hero--brand .hero__subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-impressum .hero--brand {
    margin-top: 85px;
    padding: 5rem 0 3rem;
  }
}
.page-impressum .impressum {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
}
.page-impressum .impressum::before, .page-impressum .impressum::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-impressum .impressum::before {
  left: 0;
}
.page-impressum .impressum::after {
  right: 0;
}
.page-impressum .impressum > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-impressum .impressum::before, .page-impressum .impressum::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-impressum .impressum::before, .page-impressum .impressum::after {
    display: none;
  }
}
.page-impressum .impressum__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.page-impressum .impressum__inner h2.section-title {
  font-size: 1.75rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-align: left;
  color: #685873;
}
.page-impressum .impressum__inner h2.section-title::after {
  margin-left: 0;
  width: 50px;
}
.page-impressum .impressum__inner h2.section-title:first-child {
  margin-top: 0;
}
.page-impressum .impressum__inner h3 {
  font-size: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #8C4F77;
  font-weight: 500;
}
.page-impressum .impressum__inner p {
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #685873;
}
.page-impressum .impressum__inner p a {
  color: #8C4F77;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-impressum .impressum__inner p a:hover, .page-impressum .impressum__inner p a:focus {
  color: rgb(107.397260274, 60.602739726, 91.2876712329);
  text-decoration: underline;
}
.page-impressum .impressum__inner ul, .page-impressum .impressum__inner ol {
  margin-bottom: 3rem;
  padding-left: 3rem;
}
.page-impressum .impressum__inner ul li, .page-impressum .impressum__inner ol li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
.page-impressum .impressum__inner .legal-section {
  background-color: rgba(248, 249, 250, 0.7);
  padding: 2rem;
  border-radius: 6px;
  border-left: 3px solid #8C4F77;
  margin-bottom: 3rem;
}
.page-impressum .impressum__inner .legal-section h3 {
  margin-top: 0;
}
.page-impressum .impressum__inner .legal-section p:last-child {
  margin-bottom: 0;
}

.page-datenschutz .legal-content, .page-agb .legal-content {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  padding: 5rem 0;
  position: relative;
  background-color: #ffffff;
}
.page-datenschutz .legal-content::before, .page-datenschutz .legal-content::after, .page-agb .legal-content::before, .page-agb .legal-content::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-datenschutz .legal-content::before, .page-agb .legal-content::before {
  left: 0;
}
.page-datenschutz .legal-content::after, .page-agb .legal-content::after {
  right: 0;
}
.page-datenschutz .legal-content > *, .page-agb .legal-content > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-datenschutz .legal-content::before, .page-datenschutz .legal-content::after, .page-agb .legal-content::before, .page-agb .legal-content::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-datenschutz .legal-content::before, .page-datenschutz .legal-content::after, .page-agb .legal-content::before, .page-agb .legal-content::after {
    display: none;
  }
}
.page-datenschutz .legal-content h2, .page-datenschutz .legal-content h3, .page-datenschutz .legal-content p, .page-datenschutz .legal-content ul, .page-datenschutz .legal-content ol, .page-agb .legal-content h2, .page-agb .legal-content h3, .page-agb .legal-content p, .page-agb .legal-content ul, .page-agb .legal-content ol {
  position: relative;
  z-index: 2;
}

.page-datenschutz .hero--brand {
  padding: 6rem 0 3.5rem;
  margin-top: 100px;
  background: linear-gradient(135deg, #685873 0%, #8C4F77 100%);
  position: relative;
  overflow: hidden;
}
.page-datenschutz .hero--brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 0.05;
  z-index: 1;
}
.page-datenschutz .hero--brand::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.page-datenschutz .hero--brand .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.page-datenschutz .hero--brand .hero__title {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(65, 55, 72, 0.2);
}
.page-datenschutz .hero--brand .hero__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.75rem auto 1.25rem;
}
.page-datenschutz .hero--brand .hero__divider span {
  display: block;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.page-datenschutz .hero--brand .hero__divider span::before, .page-datenschutz .hero--brand .hero__divider span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-datenschutz .hero--brand .hero__divider span::before {
  left: -12px;
}
.page-datenschutz .hero--brand .hero__divider span::after {
  right: -12px;
}
.page-datenschutz .hero--brand .hero__subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-datenschutz .hero--brand {
    margin-top: 85px;
    padding: 5rem 0 3rem;
  }
}
.page-datenschutz .datenschutz {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.page-datenschutz .datenschutz::before, .page-datenschutz .datenschutz::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-datenschutz .datenschutz::before {
  left: 0;
}
.page-datenschutz .datenschutz::after {
  right: 0;
}
.page-datenschutz .datenschutz > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-datenschutz .datenschutz::before, .page-datenschutz .datenschutz::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-datenschutz .datenschutz::before, .page-datenschutz .datenschutz::after {
    display: none;
  }
}
.page-datenschutz .datenschutz__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.page-datenschutz .datenschutz__inner h2 {
  font-size: 1.75rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: #685873;
  position: relative;
}
.page-datenschutz .datenschutz__inner h2:first-child {
  margin-top: 0;
}
.page-datenschutz .datenschutz__inner h3 {
  font-size: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #8C4F77;
  font-weight: 500;
}
.page-datenschutz .datenschutz__inner p {
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #685873;
}
.page-datenschutz .datenschutz__inner p a {
  color: #8C4F77;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-datenschutz .datenschutz__inner p a:hover {
  color: rgb(107.397260274, 60.602739726, 91.2876712329);
  text-decoration: underline;
}
.page-datenschutz .datenschutz__inner ul, .page-datenschutz .datenschutz__inner ol {
  margin-bottom: 3rem;
  padding-left: 3rem;
}
.page-datenschutz .datenschutz__inner ul li, .page-datenschutz .datenschutz__inner ol li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
  position: relative;
}
.page-datenschutz .datenschutz__inner .data-category {
  margin-bottom: 4rem;
  padding: 2rem;
  background-color: rgba(248, 249, 250, 0.7);
  border-radius: 6px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.page-datenschutz .datenschutz__inner .data-category:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
}
.page-datenschutz .datenschutz__inner .data-category__title {
  font-size: 1.25rem;
  color: #685873;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(140, 79, 119, 0.2);
  margin-bottom: 2rem;
}
.page-datenschutz .datenschutz__inner .cookies-notice {
  background-color: rgba(193, 217, 201, 0.15);
  padding: 2rem;
  border-radius: 6px;
  margin-bottom: 3rem;
  border-left: 3px solid #8C4F77;
}
.page-datenschutz .datenschutz__inner .agb__date {
  text-align: right;
  font-style: italic;
  color: rgba(104, 88, 115, 0.8);
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(184, 191, 188, 0.5);
}
.page-datenschutz .datenschutz__inner .legal-highlight {
  font-weight: 500;
  color: #8C4F77;
  background-color: rgba(193, 217, 201, 0.1);
  padding: 2px 4px;
  border-radius: 3px;
}
.page-datenschutz .datenschutz__inner .uppercase-notice {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  line-height: 1.6;
  background-color: rgba(248, 249, 250, 0.7);
  padding: 2rem;
  border-radius: 6px;
  margin: 3rem 0;
}

.legal-content {
  padding: 5rem 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.legal-content::before, .legal-content::after {
  display: none !important;
}
.legal-content .container {
  position: relative;
  z-index: 2;
}
.legal-content h2, .legal-content h3, .legal-content h4, .legal-content p, .legal-content ul, .legal-content ol, .legal-content .data-category, .legal-content .cookies-notice, .legal-content .uppercase-notice {
  position: relative;
  z-index: 2;
}
.page-agb .hero--brand {
  padding: 6rem 0 3.5rem;
  margin-top: 100px;
  background: linear-gradient(135deg, #685873 0%, #8C4F77 100%);
  position: relative;
  overflow: hidden;
}
.page-agb .hero--brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 0.05;
  z-index: 1;
}
.page-agb .hero--brand::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.page-agb .hero--brand .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.page-agb .hero--brand .hero__title {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(65, 55, 72, 0.2);
}
.page-agb .hero--brand .hero__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.75rem auto 1.25rem;
}
.page-agb .hero--brand .hero__divider span {
  display: block;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.page-agb .hero--brand .hero__divider span::before, .page-agb .hero--brand .hero__divider span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-agb .hero--brand .hero__divider span::before {
  left: -12px;
}
.page-agb .hero--brand .hero__divider span::after {
  right: -12px;
}
.page-agb .hero--brand .hero__subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-agb .hero--brand {
    margin-top: 85px;
    padding: 5rem 0 3rem;
  }
}
.page-agb .agb {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.page-agb .agb::before, .page-agb .agb::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-agb .agb::before {
  left: 0;
}
.page-agb .agb::after {
  right: 0;
}
.page-agb .agb > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-agb .agb::before, .page-agb .agb::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-agb .agb::before, .page-agb .agb::after {
    display: none;
  }
}
.page-agb .agb__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.page-agb .agb .legal-content h2 {
  font-size: 1.75rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: #685873;
  position: relative;
  z-index: 2;
}
.page-agb .agb .legal-content h2:first-child {
  margin-top: 0;
}
.page-agb .agb .legal-content h3 {
  font-size: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #8C4F77;
  font-weight: 500;
}
.page-agb .agb .legal-content p {
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #685873;
}
.page-agb .agb .legal-content p a {
  color: #8C4F77;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-agb .agb .legal-content p a:hover {
  color: rgb(107.397260274, 60.602739726, 91.2876712329);
  text-decoration: underline;
}
.page-agb .agb .legal-content ul, .page-agb .agb .legal-content ol {
  margin-bottom: 3rem;
  padding-left: 3rem;
}
.page-agb .agb .legal-content ul li, .page-agb .agb .legal-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
  position: relative;
}
.page-agb .agb .legal-content .clause {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: rgba(248, 249, 250, 0.7);
  border-radius: 6px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.page-agb .agb .legal-content .clause:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
}
.page-agb .agb .legal-content .clause__number {
  font-weight: 600;
  color: #8C4F77;
  margin-right: 0.5rem;
}
.page-agb .agb .legal-content .clause__title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #685873;
  font-weight: 600;
  border-bottom: 1px solid rgba(140, 79, 119, 0.2);
  padding-bottom: 0.5rem;
}
.page-agb .agb .legal-content .clause .sub-clause {
  margin-left: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  border-left: 2px solid rgba(140, 79, 119, 0.1);
}
.page-agb .agb .legal-content .clause .sub-clause__number {
  font-weight: 500;
  margin-right: 0.25rem;
}
.page-agb .agb .legal-content .agb__date {
  text-align: right;
  font-style: italic;
  color: rgba(104, 88, 115, 0.8);
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(184, 191, 188, 0.5);
}

.page-services .hero--brand {
  padding: 6rem 0 3.5rem;
  margin-top: 100px;
  background: linear-gradient(135deg, #685873 0%, #8C4F77 100%);
  position: relative;
  overflow: hidden;
}
.page-services .hero--brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flower-pattern-light-transparent.png");
  background-size: 200px;
  opacity: 0.05;
  z-index: 1;
}
.page-services .hero--brand::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.page-services .hero--brand .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.page-services .hero--brand .hero__title {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(65, 55, 72, 0.2);
}
.page-services .hero--brand .hero__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.75rem auto 1.25rem;
}
.page-services .hero--brand .hero__divider span {
  display: block;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.page-services .hero--brand .hero__divider span::before, .page-services .hero--brand .hero__divider span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-services .hero--brand .hero__divider span::before {
  left: -12px;
}
.page-services .hero--brand .hero__divider span::after {
  right: -12px;
}
.page-services .hero--brand .hero__subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-services .hero--brand {
    margin-top: 85px;
    padding: 5rem 0 3rem;
  }
}
.page-services .services-overview {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background-color: #ffffff;
}
.page-services .services-overview::before, .page-services .services-overview::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-services .services-overview::before {
  left: 0;
}
.page-services .services-overview::after {
  right: 0;
}
.page-services .services-overview > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-services .services-overview::before, .page-services .services-overview::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-services .services-overview::before, .page-services .services-overview::after {
    display: none;
  }
}
.page-services .services-overview__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.page-services .services-overview__title {
  font-size: 2rem;
  color: #685873;
  margin-bottom: 1rem;
}
.page-services .services-overview__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #8C4F77;
  margin: 1rem auto 0;
}
.page-services .services-overview__text {
  max-width: 800px;
  margin: 0 auto 4rem;
  font-size: 1.0625rem;
  color: #685873;
  line-height: 1.7;
}
.page-services .services-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 576px) {
  .page-services .services-overview__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page-services .services-overview__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-services .services-overview__item {
  padding: 3rem;
  border-radius: 6px;
  background-color: #f8f9fa;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.page-services .services-overview__item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-services .services-overview__icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.page-services .services-overview__item-title {
  font-size: 1.25rem;
  color: #685873;
  margin-bottom: 1rem;
  font-weight: 600;
}
.page-services .services-overview__item-text {
  font-size: 0.9375rem;
  color: #685873;
  line-height: 1.6;
}
.page-services .service-detail {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  position: relative;
}
.page-services .service-detail::before, .page-services .service-detail::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-services .service-detail::before {
  left: 0;
}
.page-services .service-detail::after {
  right: 0;
}
.page-services .service-detail > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-services .service-detail::before, .page-services .service-detail::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-services .service-detail::before, .page-services .service-detail::after {
    display: none;
  }
}
.page-services .service-detail--wedding, .page-services .service-detail--seasonal {
  background-color: #f8f9fa;
}
.page-services .service-detail--funeral, .page-services .service-detail--events {
  background-color: #ffffff;
}
.page-services .service-detail__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-services .service-detail__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .page-services .service-detail__inner--reversed {
    direction: rtl;
  }
  .page-services .service-detail__inner--reversed .service-detail__content {
    direction: ltr;
  }
  .page-services .service-detail__inner--reversed .service-detail__image-container {
    direction: ltr;
  }
}
.page-services .service-detail__content {
  padding: 2rem;
}
.page-services .service-detail__label {
  display: inline-block;
  color: #8C4F77;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-services .service-detail__title {
  font-size: 2.25rem;
  margin-bottom: 2rem;
  color: #685873;
}
.page-services .service-detail__text {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  color: #685873;
}
.page-services .service-detail__features {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
}
.page-services .service-detail__features li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
.page-services .service-detail__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8C4F77;
  font-weight: bold;
}
.page-services .service-detail__cta {
  margin-top: 2rem;
}
.page-services .service-detail__image-container {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
  height: 100%;
}
.page-services .service-detail__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.page-services .service-detail__image-container img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.page-services .process {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #f8f9fa;
  text-align: center;
}
.page-services .process::before, .page-services .process::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-services .process::before {
  left: 0;
}
.page-services .process::after {
  right: 0;
}
.page-services .process > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-services .process::before, .page-services .process::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-services .process::before, .page-services .process::after {
    display: none;
  }
}
.page-services .process__title {
  margin-bottom: 1rem;
}
.page-services .process__subtitle {
  max-width: 700px;
  margin: 0 auto 4rem;
  font-size: 1.0625rem;
  color: #685873;
}
.page-services .process__steps {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .page-services .process__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-services .process__steps::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 80px;
    right: 80px;
    height: 2px;
    background-color: rgba(140, 79, 119, 0.2);
    z-index: 1;
  }
}
.page-services .process__step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .page-services .process__step {
    padding: 2rem 1rem;
  }
}
.page-services .process__step-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #8C4F77;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 4px 10px rgba(140, 79, 119, 0.3);
          box-shadow: 0 4px 10px rgba(140, 79, 119, 0.3);
}
.page-services .process__step-content {
  text-align: center;
}
.page-services .process__step-title {
  font-size: 1.25rem;
  color: #685873;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.page-services .process__step-text {
  font-size: 0.9375rem;
  color: #685873;
  line-height: 1.6;
}
.page-services .pricing {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #ffffff;
}
.page-services .pricing::before, .page-services .pricing::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-services .pricing::before {
  left: 0;
}
.page-services .pricing::after {
  right: 0;
}
.page-services .pricing > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-services .pricing::before, .page-services .pricing::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-services .pricing::before, .page-services .pricing::after {
    display: none;
  }
}
.page-services .pricing__title {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}
.page-services .pricing__subtitle {
  max-width: 700px;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.0625rem;
  color: #685873;
}
.page-services .pricing__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 4rem;
}
@media (min-width: 576px) {
  .page-services .pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .page-services .pricing__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-services .pricing__card {
  background-color: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.page-services .pricing__card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-services .pricing__card--featured {
  border: 2px solid rgba(140, 79, 119, 0.3);
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-services .pricing__card--featured .pricing__card-header {
  background: linear-gradient(135deg, #685873, #8C4F77);
}
.page-services .pricing__card--featured .pricing__card-header .pricing__card-title {
  color: #ffffff;
}
.page-services .pricing__card-header {
  background-color: rgba(104, 88, 115, 0.1);
  padding: 2rem;
  text-align: center;
}
.page-services .pricing__card-title {
  font-size: 1.25rem;
  color: #685873;
  margin: 0;
  font-weight: 600;
}
.page-services .pricing__card-content {
  padding: 2rem;
}
.page-services .pricing__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.page-services .pricing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(184, 191, 188, 0.3);
}
.page-services .pricing__item:last-child {
  border-bottom: none;
}
.page-services .pricing__item-name {
  font-size: 0.9375rem;
  color: #685873;
}
.page-services .pricing__item-price {
  font-weight: 600;
  color: #8C4F77;
}
.page-services .pricing__card-note {
  font-size: 0.875rem;
  color: rgba(104, 88, 115, 0.8);
  text-align: center;
  font-style: italic;
  padding-top: 1rem;
}
.page-services .pricing__info {
  max-width: 700px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 0.9375rem;
  color: rgba(104, 88, 115, 0.8);
}
.page-services .pricing__info p {
  margin-bottom: 0.5rem;
}
.page-services .pricing__cta {
  text-align: center;
}
.page-services .service-areas {
  padding: 5rem 0;
  background: #B8BFBC;
}
.page-services .service-areas__title {
  text-align: center;
  margin-bottom: 1rem;
}
.page-services .service-areas__subtitle {
  text-align: center;
  color: rgba(104, 88, 115, 0.8);
  margin-bottom: 4rem;
  font-size: 1.125rem;
}
.page-services .service-areas__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-bottom: 5rem;
}
.page-services .service-areas__location {
  background: #ffffff;
  border-radius: 6px;
  padding: 3rem;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.page-services .service-areas__location:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
          box-shadow: 0 4px 16px rgba(65, 55, 72, 0.08);
}
.page-services .service-areas__location-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #B8BFBC;
}
.page-services .service-areas__location-title {
  font-size: 1.375rem;
  color: #8C4F77;
  margin: 0;
}
.page-services .service-areas__location-badge {
  background: #685873;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-services .service-areas__location-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.page-services .service-areas__location-content p:last-child {
  margin-bottom: 0;
}
.page-services .service-areas__location-content p strong {
  color: #8C4F77;
  display: block;
  margin-bottom: 0.25rem;
}
.page-services .service-areas__location-content p em {
  color: rgba(104, 88, 115, 0.8);
  font-size: 0.875rem;
}
.page-services .service-areas__info {
  background: #ffffff;
  border-radius: 6px;
  padding: 4rem;
  -webkit-box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
          box-shadow: 0 2px 8px rgba(65, 55, 72, 0.05);
}
.page-services .service-areas__info h3 {
  color: #8C4F77;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.5rem;
}
.page-services .service-areas__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
}
.page-services .service-areas__info-item h4 {
  color: #8C4F77;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  border-bottom: 2px solid #685873;
  padding-bottom: 0.5rem;
}
.page-services .service-areas__info-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-services .service-areas__info-item ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.page-services .service-areas__info-item ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #685873;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page-services .service-areas__grid {
    grid-template-columns: 1fr;
  }
  .page-services .service-areas__location-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
  .page-services .service-areas__info-grid {
    grid-template-columns: 1fr;
  }
}
.page-services .service-special {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background: linear-gradient(135deg, rgba(104, 88, 115, 0.05) 0%, rgba(140, 79, 119, 0.03) 100%);
  position: relative;
  overflow: hidden;
}
.page-services .service-special::before, .page-services .service-special::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #C1D9C9;
  z-index: 1;
  background-size: 400px, auto;
  opacity: 1;
}
.page-services .service-special::before {
  left: 0;
}
.page-services .service-special::after {
  right: 0;
}
.page-services .service-special > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-services .service-special::before, .page-services .service-special::after {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .page-services .service-special::before, .page-services .service-special::after {
    display: none;
  }
}
.page-services .service-special__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .page-services .service-special__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.page-services .service-special__content {
  padding: 2rem;
}
.page-services .service-special__label {
  display: inline-block;
  background: linear-gradient(135deg, #685873, #8C4F77);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 2px 8px rgba(140, 79, 119, 0.2);
          box-shadow: 0 2px 8px rgba(140, 79, 119, 0.2);
}
.page-services .service-special__title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #685873;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .page-services .service-special__title {
    font-size: 3rem;
  }
}
.page-services .service-special__description {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 4rem;
  color: #685873;
  max-width: 600px;
}
.page-services .service-special__benefits {
  margin-bottom: 4rem;
}
.page-services .service-special__benefits-title {
  font-size: 1.5rem;
  color: #685873;
  margin-bottom: 3rem;
  position: relative;
}
.page-services .service-special__benefits-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #685873, #8C4F77);
  margin-top: 0.5rem;
  border-radius: 2px;
}
.page-services .service-special__benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .page-services .service-special__benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-services .service-special__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px rgba(140, 79, 119, 0.05);
          box-shadow: 0 2px 10px rgba(140, 79, 119, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.page-services .service-special__benefit:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 15px rgba(140, 79, 119, 0.1);
          box-shadow: 0 4px 15px rgba(140, 79, 119, 0.1);
}
.page-services .service-special__benefit-icon {
  font-size: 1.5rem;
  color: #8C4F77;
  margin-top: 0.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-services .service-special__benefit-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-services .service-special__benefit-title {
  font-size: 1rem;
  font-weight: 600;
  color: #685873;
  margin-bottom: 0.25rem;
}
.page-services .service-special__benefit-text {
  font-size: 0.9375rem;
  color: #685873;
  line-height: 1.5;
}
.page-services .service-special__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 576px) {
  .page-services .service-special__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.page-services .service-special__image-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px rgba(65, 55, 72, 0.12);
          box-shadow: 0 8px 24px rgba(65, 55, 72, 0.12);
  background: #f8f9fa;
}
.page-services .service-special__image-container--placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
  background: linear-gradient(135deg, rgba(104, 88, 115, 0.1), rgba(140, 79, 119, 0.05));
  border: 2px dashed rgba(140, 79, 119, 0.3);
}
.page-services .service-special__image-container--placeholder .placeholder-content {
  text-align: center;
  color: #8C4F77;
}
.page-services .service-special__image-container--placeholder .placeholder-content .placeholder-icon {
  font-size: 4rem;
  margin-bottom: 2rem;
  opacity: 0.5;
}
.page-services .service-special__image-container--placeholder .placeholder-content .placeholder-text {
  font-size: 1.125rem;
  font-weight: 500;
}
.page-services .service-special__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.page-services .service-special__image-container img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-services .service-special__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(104, 88, 115, 0.1), transparent);
  pointer-events: none;
}
@media (max-width: 768px) {
  .page-services .service-special {
    padding: 4rem 0;
  }
  .page-services .service-special__title {
    font-size: 2rem;
  }
  .page-services .service-special__benefits-grid {
    grid-template-columns: 1fr;
  }
  .page-services .service-special__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}/*# sourceMappingURL=main.css.map */