html {
  overflow-x: hidden; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 16px;
  background: #F6F3EC;
  color: rgba(30,60,50,0.55); }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #1E3C32; }
  a:hover {
    text-decoration: none;
    color: #C5B58E; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.3;
  font-weight: 400;
  color: #1E3C32;
  font-family: 'Playfair Display', Georgia, serif; }

.ftco-uppercase {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  text-transform: none; }

.text-primary {
  color: #1E3C32 !important; }

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  @media screen and (max-width: 991px) {
    .ftco-navbar-light {
      background: #1E3C32 !important;
      top: 0;
      position: relative; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .12em;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 960px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-cta a {
    color: #fff; }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 960px) {
      .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media screen and (max-width: 960px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.85) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #F6F3EC !important; }
    @media screen and (max-width: 768px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media screen and (max-width: 576px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.7) !important;
      border-color: rgba(0, 0, 0, 0.7) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.7rem !important;
      padding-bottom: 0.7rem !important;
      color: #1E3C32 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #C5B58E !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #1E3C32; }

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 20px; }

.ftco-navbar-light .navbar-nav > .nav-item.ftco-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px; }

.nav-link-cta {
  background: #C5B58E;
  color: #1E3C32 !important;
  padding: 10px 24px !important;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .nav-link-cta:hover {
    background: #8B7355;
    color: #fff !important; }
  .ftco-navbar-light.scrolled .nav-link-cta {
    background: #C5B58E;
    color: #1E3C32 !important; }
    .ftco-navbar-light.scrolled .nav-link-cta:hover {
      background: #8B7355;
      color: #fff !important; }

/* ===== Language Switcher (Option C: globe + current lang + dropdown) ===== */
.lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-left: 16px;
  order: 10; }

.lang-switch-current {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 30px 10px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s; }

.lang-switch-current .lang-globe {
  width: 16px;
  height: 16px;
  opacity: 0.7;
  transition: opacity 0.2s; }
.lang-switch:hover .lang-switch-current .lang-globe { opacity: 1; }

.lang-chevron {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  transition: transform 0.2s, opacity 0.2s; }
.lang-switch.open .lang-chevron {
  transform: rotate(180deg);
  opacity: 0.8; }

/* Dark navbar (top of page) */
.ftco-navbar-light .lang-switch-current { color: rgba(255,255,255,0.8); }
.ftco-navbar-light .lang-switch:hover .lang-switch-current { color: #fff; }
.ftco-navbar-light .lang-globe { stroke: rgba(255,255,255,0.7); }
.ftco-navbar-light .lang-switch:hover .lang-globe { stroke: #fff; }
.ftco-navbar-light .lang-chevron { stroke: rgba(255,255,255,0.5); }

/* Scrolled / light navbar */
.ftco-navbar-light.scrolled .lang-switch-current { color: rgba(30,60,50,0.7); }
.ftco-navbar-light.scrolled .lang-switch:hover .lang-switch-current { color: #1E3C32; }
.ftco-navbar-light.scrolled .lang-globe { stroke: rgba(30,60,50,0.5); }
.ftco-navbar-light.scrolled .lang-switch:hover .lang-globe { stroke: #1E3C32; }
.ftco-navbar-light.scrolled .lang-chevron { stroke: rgba(30,60,50,0.4); }
@media (min-width: 992px) {
  .ftco-navbar-light.scrolled .lang-switch-current { padding-top: 0.7rem; padding-bottom: 0.7rem; }
}

/* Dropdown panel */
.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  min-width: 150px;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 1000; }
.lang-switch.open .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1E3C32;
  text-decoration: none;
  transition: background 0.15s; }
.lang-option:hover {
  background: #f5f3ef; }
.lang-option.active {
  font-weight: 600; }
.lang-option.active::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C5B58E;
  margin-left: auto; }

/* Mobile: lang switch sits next to hamburger, outside collapse */
@media (max-width: 991.98px) {
  .lang-switch {
    margin-left: auto;
    margin-right: 12px;
    order: 2; }
  .navbar-toggler {
    order: 3; }
  .navbar-collapse {
    order: 4;
    flex-basis: 100%; }
  .lang-switch-current {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 11px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.05em; }
  .lang-switch-current .lang-globe {
    width: 14px;
    height: 14px; }
  .lang-chevron { display: none; }
  .ftco-navbar-light.scrolled .lang-switch-current {
    background: rgba(30,60,50,0.06);
    border-color: rgba(30,60,50,0.12);
    color: rgba(30,60,50,0.7); }
  .ftco-navbar-light.scrolled .lang-switch-current .lang-globe {
    stroke: rgba(30,60,50,0.5); }
}

/* Mobile: CTA as plain text link, not button */
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-cta {
    margin-left: 0; }
  .nav-link-cta {
    background: none !important;
    padding: 10px 0 !important;
    border-radius: 0;
    color: #C5B58E !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12em; }
  .nav-link-cta:hover {
    background: none !important;
    color: #8B7355 !important; }
}

.bg-image, .ftco-cover {
  background-size: cover;
  background-repeat: no-repeat; }

.ftco-cover {
  background-position: center center; }
  .ftco-cover .ftco-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .ftco-cover .ftco-heading {
        font-size: 37px;
        line-height: 1.3; } }
  .ftco-cover .ftco-subheading, .ftco-cover p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, 0.6); }
  @media screen and (max-width: 768px) {
    .ftco-cover .btn {
      width: 100% !important; } }
  .ftco-cover a {
    position: relative;
    color: #fff; }
    .ftco-cover a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #1E3C32;
      height: 2px;
      content: " "; }
  .ftco-cover.overlay {
    position: relative; }
    .ftco-cover.overlay:before {
      content: "";
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .ftco-cover .ftco-vh-100 {
    min-height: 700px !important; }

.ftco-slant {
  position: relative;
  overflow: hidden; }
  .ftco-slant:after {
    width: 120%;
    height: 200px;
    left: -10%;
    background: #F6F3EC;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    content: "";
    position: absolute;
    bottom: -100px; }
    @media screen and (max-width: 960px) {
      .ftco-slant:after {
        bottom: -150px; } }
    @media screen and (max-width: 768px) {
      .ftco-slant:after {
        bottom: -170px; } }
  .ftco-slant.ftco-slant-white:after {
    background: #F6F3EC; }
  .ftco-slant.ftco-slant-dark:after {
    background: #1E3C32; }

.ftco-uppercase {
  letter-spacing: 0;
  font-size: 38px; }

.btn {
  font-family: 'Montserrat', sans-serif;
  border-radius: 4px;
  padding: 18px 32px;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer; }
  .btn.btn-sm {
    padding: 10px 20px;
    font-size: 12px; }
  .btn:before {
    display: none; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #1E3C32;
    border-color: #1E3C32;
    color: #C5B58E; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      border-color: #C5B58E;
      background: #C5B58E;
      color: #1E3C32; }
  .btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.2);
    background: none; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #1E3C32; }

.form-control {
  border: 1px solid rgba(30, 60, 50, 0.2);
  height: 55px;
  background: none !important;
  color: #1E3C32 !important;
  font-size: 18px; }
  .form-control:focus, .form-control:active {
    border: 1px solid #1E3C32; }

textarea {
  height: inherit !important; }

.ftco-vh-100 {
  height: 100vh; }
  @media screen and (max-width: 960px) {
    .ftco-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-vh-75 {
  height: 75vh; }
  @media screen and (max-width: 960px) {
    .ftco-vh-75 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #1E3C32 !important; }

.ftco-section,
.ftco-footer {
  padding: 7em 0 7em 0; }
  .ftco-section.ftco-slant,
  .ftco-footer.ftco-slant {
    padding: 7em 0 22em 0; }
  .ftco-section .ftco-heading,
  .ftco-footer .ftco-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3; }
    @media screen and (max-width: 768px) {
      .ftco-section .ftco-heading,
      .ftco-footer .ftco-heading {
        font-size: 30px; } }
  .ftco-section.bg-light,
  .ftco-footer.bg-light {
    background: #F6F3EC !important; }

.ftco-bg-dark {
  background: #1E3C32; }

.ftco-footer {
  font-size: 16px; }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal; }
  .ftco-footer p {
    color: rgba(255, 255, 255, 0.3); }
  .ftco-footer a {
    color: rgba(255, 255, 255, 0.3); }
    .ftco-footer a:hover {
      color: #C5B58E; }
  .ftco-footer .ftco-heading {
    font-size: 24px; }
  .ftco-footer .ftco-heading-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6); }

.ftco-pricing-popular {
  position: relative; }
  .ftco-pricing-popular .popular-text {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -16px;
    right: 0;
    background: #1E3C32;
    color: #fff;
    padding: 2px 10px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: .1em; }

.ftco-pricing h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase; }

.ftco-pricing .ftco-price-per {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 64px; }
  .ftco-pricing .ftco-price-per sup {
    font-size: 20px;
    top: -1.5em; }
  .ftco-pricing .ftco-price-per strong {
    color: #1E3C32; }
  .ftco-pricing .ftco-price-per span {
    font-size: 20px; }

.ftco-pricing ul li {
  margin-bottom: 10px; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #C5B58E; }

.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #1E3C32; }

.ftco-media {
  background: #fff;
  border-radius: 5px; }
  .ftco-media.text-center .ftco-icon {
    margin: 0 auto; }

.ftco-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }

.ftco-owl {
  position: relative;
  z-index: 1; }
  .ftco-owl .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 10;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .ftco-owl .owl-nav .owl-prev,
    .ftco-owl .owl-nav .owl-next {
      position: absolute;
      font-size: 30px;
      background: #1E3C32;
      color: #fff;
      padding: 10px;
      line-height: 0; }
    .ftco-owl .owl-nav .owl-prev {
      left: 0; }
    .ftco-owl .owl-nav .owl-next {
      right: 0; }
  .ftco-owl .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px; }
    .ftco-owl .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
      .ftco-owl .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin: 5px 7px; }
      .ftco-owl .owl-dots .owl-dot.active span {
        background: #1E3C32; }
  .ftco-owl:hover .owl-nav {
    visibility: visible;
    opacity: 1; }

@media screen and (max-width: 768px) {
  #map {
    height: 400px; } }

.ftco-counter .ftco-number {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  color: #C5B58E; }

.ftco-counter .ftco-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #b3b3b3; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #F6F3EC;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

/* =============================================
   HERO SPLIT SECTION
   ============================================= */
.hero-split {
  background: #1E3C32;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.hero-split-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

/* LEFT column */
.hero-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  padding: 140px 64px 80px 64px; }

.hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #C5B58E;
  margin-bottom: 28px; }

.hero-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 28px; }
  .hero-heading em {
    font-style: italic;
    color: #C5B58E; }

.hero-sub {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.55);
  max-width: 400px;
  margin-bottom: 44px; }

.hero-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.btn-hero-outline {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  background: transparent;
  color: rgba(255,255,255,0.8);
  border: 1.5px solid rgba(255,255,255,0.3);
  padding: 18px 32px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .btn-hero-outline:hover {
    border-color: #fff;
    color: #fff;
    text-decoration: none; }

/* RIGHT column */
.hero-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  margin-top: 160px;
  margin-right: 32px;
  margin-bottom: 160px;
  border-radius: 8px; }
  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66% 40%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .hero-image::after {
    display: none; }

/* Responsive */
@media screen and (max-width: 991px) {
  .hero-split {
    min-height: auto; }
  .hero-split-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hero-text {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 120px 30px 50px;
    text-align: center; }
  .hero-heading {
    font-size: 44px; }
  .hero-sub {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .hero-ctas {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .hero-image {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    min-height: 500px;
    position: relative;
    margin-top: 0;
    border-radius: 0; }
  .hero-image::after {
    display: none; } }

@media screen and (max-width: 576px) {
  .hero-heading {
    font-size: 36px; }
  .hero-ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hero-ctas .btn,
  .hero-ctas .btn-hero-outline {
    width: 100%;
    text-align: center; } }

/* =============================================
   BEHANDLUNGEN SECTION
   ============================================= */
.behandlungen-section {
  background: #F6F3EC;
  padding: 100px 0 80px; }

.section-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #C5B58E;
  margin-bottom: 16px; }

.section-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  color: #1E3C32;
  margin-bottom: 20px; }

.section-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(30,60,50,0.55);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }

.behandlungen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px; }

.behandlung-card {
  background: #fff;
  border-radius: 8px;
  padding: 40px 32px 36px;
  transition: background .4s ease, box-shadow .4s ease, transform .4s ease;
  position: relative; }
  .behandlung-card:hover {
    background: rgba(42,77,64,0.06);
    box-shadow: 0 12px 40px rgba(30,60,50,0.10);
    transform: translateY(-4px); }
  .behandlung-card .behandlung-icon svg {
    transition: stroke .4s ease, filter .4s ease; }
  .behandlung-card:hover .behandlung-icon svg {
    stroke: #1E3C32;
    filter: drop-shadow(0 2px 8px rgba(30,60,50,0.15)); }

.behandlung-icon {
  margin-bottom: 20px; }

.behandlung-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #1E3C32;
  margin-bottom: 12px; }

.behandlung-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(30,60,50,0.55);
  margin-bottom: 20px;
  transition: opacity .35s ease, max-height .35s ease;
  opacity: 1;
  max-height: 200px;
  overflow: hidden; }

.behandlung-details {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .35s ease, max-height .35s ease; }

.behandlung-card:hover .behandlung-desc {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0; }

.behandlung-card:hover .behandlung-details {
  opacity: 1;
  max-height: 300px;
  margin-bottom: 16px; }

.detail-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
  border-bottom: 1px solid rgba(42,77,64,0.08);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #1E3C32; }
  .detail-item:last-child,
  .detail-item:last-of-type {
    border-bottom: none; }
  .detail-item span:first-child {
    font-weight: 300;
    color: rgba(30,60,50,0.65); }
  .detail-item span:last-child {
    font-weight: 500;
    color: #8B7355;
    white-space: nowrap;
    margin-left: 12px; }

.detail-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
  color: rgba(30,60,50,0.65);
  margin-top: 6px;
  margin-bottom: 0; }

.behandlung-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #C5B58E;
  text-decoration: none;
  transition: color .4s ease; }
  .behandlung-link:hover {
    color: #8B7355;
    text-decoration: none; }

@media screen and (max-width: 991px) {
  .behandlungen-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px; }
  .section-heading {
    font-size: 34px; } }

@media screen and (max-width: 576px) {
  .behandlungen-grid {
    grid-template-columns: 1fr;
    gap: 14px; }
  .behandlung-card {
    padding: 30px 24px 28px; }
  .section-heading {
    font-size: 28px; } }

/* =============================================
   ÜBER MICH / ABOUT SECTION
   ============================================= */
.about-section {
  background: #1E3C32;
  padding: 100px 0; }

.about-inner {
  display: flex;
  align-items: center;
  gap: 64px; }

.about-image {
  flex: 0 0 42%;
  border-radius: 8px;
  overflow: hidden; }
  .about-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    border-radius: 8px; }

.about-text {
  flex: 1; }
  .about-text .section-eyebrow {
    color: #C5B58E; }
  .about-text .section-heading {
    color: #fff;
    font-size: 38px;
    margin-bottom: 24px; }

.about-lead {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
  margin-bottom: 18px; }

.about-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
  margin-bottom: 14px; }

.about-credentials {
  display: flex;
  gap: 40px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1); }

.credential-number {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  color: #C5B58E;
  margin-bottom: 4px; }

.credential-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,0.65); }

@media screen and (max-width: 991px) {
  .about-inner {
    flex-direction: column;
    gap: 40px; }
  .about-image {
    flex: 0 0 auto;
    width: 100%; }
  .about-image img {
    height: 400px; }
  .about-text {
    text-align: center; }
  .about-credentials {
    justify-content: center; } }

/* =============================================
   KONTAKT SECTION
   ============================================= */
.kontakt-section {
  background: #F6F3EC;
  padding: 100px 0 80px; }

.kontakt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px; }

.kontakt-card {
  background: #fff;
  border-radius: 8px;
  padding: 36px 28px;
  text-align: center;
  transition: box-shadow .3s, transform .3s; }
  .kontakt-card:hover {
    box-shadow: 0 12px 40px rgba(30,60,50,0.08);
    transform: translateY(-4px); }

.kontakt-icon {
  margin-bottom: 18px; }

.kontakt-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #1E3C32;
  margin-bottom: 10px; }

.kontakt-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(30,60,50,0.55); }

.kontakt-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C5B58E;
  margin-bottom: 12px; }

.kontakt-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: rgba(30,60,50,0.65);
  margin-top: 8px; }

.kontakt-map {
  margin-top: 0; }

@media screen and (max-width: 991px) {
  .kontakt-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px; } }

@media screen and (max-width: 575px) {
  .kontakt-grid {
    grid-template-columns: 1fr;
    gap: 18px; } }

/* ===== Kontakt info row ===== */
.kontakt-info-row {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(30,60,50,0.55);
  padding: 16px 0;
  border-top: 1px solid rgba(30,60,50,0.08); }
  .kontakt-info-row strong {
    font-weight: 500;
    color: #1E3C32; }

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: #1E3C32;
  padding: 60px 0 32px; }

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08); }

.footer-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 6px; }
  .footer-logo:hover {
    color: #C5B58E;
    text-decoration: none; }

.footer-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  margin: 0; }

.footer-links {
  display: flex;
  gap: 28px; }
  .footer-links a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color .3s; }
    .footer-links a:hover {
      color: #C5B58E;
      text-decoration: none; }

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px; }
  .footer-contact a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color .3s; }
    .footer-contact a:hover {
      color: #C5B58E;
      text-decoration: none; }

.footer-bottom {
  padding-top: 24px;
  text-align: center; }
  .footer-bottom p {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
    margin: 0; }

@media screen and (max-width: 991px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px; }
  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px; }
  .footer-contact {
    align-items: center; } }

/* ===== WHATSAPP STICKY BUTTON ===== */
.whatsapp-sticky-button {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  opacity: .95;
  transition: opacity .2s ease;
  width: 70px;
  height: 70px;
  pointer-events: none; }
  .whatsapp-sticky-button:hover {
    opacity: 1; }
  .whatsapp-sticky-button a {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    text-decoration: none;
    line-height: 0; }
  .whatsapp-sticky-button img {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    transition: transform .2s ease-in-out; }
  .whatsapp-sticky-button a:hover img {
    transform: scale(1.1); }

@media (max-width: 768px) {
  .whatsapp-sticky-button {
    bottom: 24px;
    right: 24px;
    width: 65px;
    height: 65px; }
  .whatsapp-sticky-button img {
    width: 65px;
    height: 65px; } }

@media (max-width: 480px) {
  .whatsapp-sticky-button {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px; }
  .whatsapp-sticky-button img {
    width: 60px;
    height: 60px; } }

/* ====== REVIEWS CAROUSEL (Hausarzt-style, Dr. Harris palette) ====== */
.reviews-section { background: #ffffff; padding: 100px 0 80px; }
.reviews-carousel { overflow: hidden; display: flex; padding: 10px 0 20px; }
.reviews-carousel:hover .reviews-group { animation-play-state: paused; }
.reviews-carousel > * { flex: 0 0 100%; }
.reviews-group { display: flex; gap: 24px; padding-right: 24px; will-change: transform; animation: reviewsScroll 90s linear infinite; }
@keyframes reviewsScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
.review-card { background: #F6F3EC; padding: 32px; border-radius: 6px; min-width: 340px; max-width: 340px; }
@media (max-width: 575px) { .review-card { min-width: 280px; max-width: 280px; } .reviews-group { gap: 16px; padding-right: 16px; } }
.review-stars { color: #C5B58E; font-size: 16px; letter-spacing: 2px; margin-bottom: 16px; }
.review-text { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 300; line-height: 1.75; color: rgba(30,60,50,0.7); margin-bottom: 20px; font-style: italic; }
.review-author { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 500; color: #1E3C32; margin-bottom: 2px; }
.review-source { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 400; color: rgba(30,60,50,0.65); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 0; }
.reviews-link { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 500; color: #1E3C32; border-bottom: 1px solid rgba(30,60,50,0.2); padding-bottom: 2px; }
.reviews-link:hover { color: #C5B58E; border-bottom-color: #C5B58E; }
