/*
  Main stylesheet for Die Weltenwanderin.
  The dynamic color variables are injected via wp_head from functions.php.
*/

:root {
  --navbar-height: 92px;
  --section-offset: calc(var(--navbar-height) + 10px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--section-offset); overflow-x: clip; }
body {
  font-family: 'Montserrat', sans-serif;
  background: var(--warm-bg);
  color: var(--deep-earth);
  margin: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  max-width: 100%;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
section[id] { scroll-margin-top: var(--section-offset); }

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 3000;
  background: #fff;
  padding: 8px 12px;
}
.skip-link:focus { transform: translateY(0); }
body.mobile-menu-open { overflow: hidden; }

.section-padding { padding: 100px 0; }
.section-underline {
  width: 90px; height: 3px; margin: 1rem auto 0; border-radius: 999px;
  background: linear-gradient(90deg, var(--primary-gold), var(--pale-gold));
}

.navbar {
  min-height: var(--navbar-height);
  padding: .85rem 0;
  background: rgba(255, 252, 249, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212,175,55,.10);
  transition: var(--transition);
}
.navbar.scrolled { box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.navbar-brand {
  display:flex; align-items:center; gap:12px; text-decoration:none; color:var(--deep-earth);
}
.logo-box {
  width:60px; height:60px; border-radius:18px; overflow:hidden; display:flex;
  align-items:center; justify-content:center; background:rgba(212,175,55,.08);
  border:1px solid rgba(212,175,55,.14);
}
.logo-box img { width:100%; height:100%; object-fit:cover; }
.brand-text { display:flex; flex-direction:column; line-height:1.1; }
.main-name { font-family:'Playfair Display', serif; font-weight:700; font-size:1.6rem; }
.sub-name { font-size:.78rem; opacity:.85; color:var(--deep-earth); }
.social-icons-nav{ font-size:1.2rem; margin-left:8px; display:flex; gap:10px; align-items:center; }
.social-icons-nav a{ color:var(--primary-gold); transition:var(--transition); text-decoration:none; display:inline-flex; align-items:center; justify-content:center; }
.social-icons-nav a:hover{ transform:translateY(-2px); }
.navbar-toggler {
  display:inline-flex; align-items:center; gap:10px; border-radius:999px; border:1px solid rgba(212,175,55,.20);
  padding: .55rem .95rem; color:var(--deep-earth); box-shadow:none;
}
.navbar-toggler-icon { width:1.35rem; height:1.35rem; }
.navbar-toggler-text { font-weight:700; letter-spacing:.12em; font-size:.8rem; }
.nav-link{ color:var(--deep-earth) !important; font-weight:600; margin:0 12px; position:relative; padding:8px 0 !important; display:inline-flex; align-items:center; gap:6px; }
.nav-link::after,.nav-link::before{ content:''; position:absolute; width:100%; height:2px; background:var(--primary-gold); left:0; transform:scaleX(0); transition:transform .35s ease; }
.nav-link::after{ bottom:-2px; transform-origin:right; } .nav-link::before{ top:-2px; transform-origin:left; }
.nav-link:hover::after,.nav-link:hover::before,.nav-link:focus-visible::after,.nav-link:focus-visible::before{ transform:scaleX(1); }
.navbar .navbar-nav > .menu-item > .nav-link,
.mobile-overlay .menu-item > .nav-link{ color:var(--deep-earth) !important; }
.navbar .navbar-nav > .menu-item.dw-nav-current > .nav-link,
.navbar .navbar-nav > .menu-item.dw-nav-parent-current > .nav-link,
.mobile-overlay .menu-item.dw-nav-current > .nav-link,
.mobile-overlay .menu-item.dw-nav-parent-current > .nav-link{ color:var(--primary-gold) !important; }
.navbar .navbar-nav > .menu-item.dw-nav-current > .nav-link::after,
.navbar .navbar-nav > .menu-item.dw-nav-current > .nav-link::before,
.navbar .navbar-nav > .menu-item.dw-nav-parent-current > .nav-link::after,
.navbar .navbar-nav > .menu-item.dw-nav-parent-current > .nav-link::before,
.mobile-overlay .menu-item.dw-nav-current > .nav-link::after,
.mobile-overlay .menu-item.dw-nav-current > .nav-link::before,
.mobile-overlay .menu-item.dw-nav-parent-current > .nav-link::after,
.mobile-overlay .menu-item.dw-nav-parent-current > .nav-link::before{ transform:scaleX(1); }


/* Desktop dropdown / submenu */
.navbar .navbar-nav > .menu-item{ position:relative; }
.navbar .navbar-nav .menu-item-has-children > .nav-link::after{ content:'\f282'; font-family:'bootstrap-icons'; font-size:.75rem; line-height:1; position:relative; width:auto; height:auto; top:auto; left:auto; margin-left:6px; transform:none !important; background:none; opacity:.9; }
.navbar .navbar-nav .sub-menu{ list-style:none; position:absolute; top:calc(100% + 12px); left:0; min-width:240px; margin:0; padding:12px; border-radius:18px; background:rgba(255,252,249,.98); border:1px solid rgba(212,175,55,.12); box-shadow:0 18px 40px rgba(0,0,0,.10); z-index:1200; opacity:0; visibility:hidden; transform:translateY(10px); transition:opacity .22s ease, visibility .22s ease, transform .22s ease; }
.navbar .navbar-nav .menu-item-has-children:hover > .sub-menu,.navbar .navbar-nav .menu-item-has-children:focus-within > .sub-menu{ opacity:1; visibility:visible; transform:translateY(0); }
.navbar .navbar-nav .sub-menu .menu-item{ margin:0; }
.navbar .navbar-nav .sub-menu .nav-link{ display:flex; width:100%; margin:0; padding:10px 14px !important; border-radius:12px; white-space:nowrap; }
.navbar .navbar-nav .sub-menu .nav-link::before,.navbar .navbar-nav .sub-menu .nav-link::after{ display:none; }
.navbar .navbar-nav .sub-menu .nav-link:hover,
.navbar .navbar-nav .sub-menu .nav-link:focus-visible,
.navbar .navbar-nav .sub-menu .current-menu-item > .nav-link,
.navbar .navbar-nav .sub-menu .current_page_item > .nav-link,
.navbar .navbar-nav .sub-menu .current-menu-parent > .nav-link,
.navbar .navbar-nav .sub-menu .current-menu-ancestor > .nav-link,
.navbar .navbar-nav .sub-menu .dw-nav-current > .nav-link,
.navbar .navbar-nav .sub-menu .dw-nav-parent-current > .nav-link{ background:rgba(212,175,55,.10); color:var(--primary-gold) !important; }

.mobile-nav-toggle {
  border: none;
  background: transparent;
  font-size: 1.3rem;
  color: var(--deep-earth);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-label {
  font-size: 0.95rem;
  margin-left: 8px;
  letter-spacing: 0.04em;
  color: var(--deep-earth);
  opacity: 0.85;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  transition: var(--transition);
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  background: rgba(255,255,255,0.98);
  z-index: 1200;
  transform: translateY(-100%);
  transition: transform .35s cubic-bezier(0.165,0.84,0.44,1);
  display: flex;
  flex-direction: column;
  padding: calc(22px + env(safe-area-inset-top)) 22px calc(22px + env(safe-area-inset-bottom));
  overflow-y: auto;
}
.mobile-overlay.open { transform: translateY(0); }
.mobile-overlay .close-btn {
  align-self: flex-end;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: var(--deep-earth);
}
.mobile-overlay nav {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.mobile-overlay .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.mobile-overlay .menu-item-has-children {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-overlay .menu-item-has-children > .nav-link::after {
  content: '\f282';
  font-family: 'bootstrap-icons';
  font-size: .75rem;
  margin-left: 6px;
  position: static;
  width: auto;
  height: auto;
  background: none;
  transform: none;
}
.mobile-overlay .menu-item-has-children > .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mobile-overlay .menu-item-has-children > .nav-link::after {
  display: inline-block !important;
  content: '\f282' !important;
  font-family: 'bootstrap-icons' !important;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  transform: none !important;
  opacity: 1;
  flex: 0 0 auto;
}
.mobile-overlay .sub-menu {
  list-style: none;
  width: 100%;
  margin: 10px 0 0;
  padding: 12px 0 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  background: rgba(212,175,55,.05);
  border-radius: 18px;
}
.mobile-overlay .sub-menu .nav-link {
  font-size: 1.05rem;
  opacity: .92;
}
.mobile-overlay .sub-menu .nav-link::before,
.mobile-overlay .sub-menu .nav-link::after {
  display: none;
}
.mobile-overlay .sub-menu .current-menu-item > .nav-link,
.mobile-overlay .sub-menu .current_page_item > .nav-link,
.mobile-overlay .sub-menu .current-menu-parent > .nav-link,
.mobile-overlay .sub-menu .current-menu-ancestor > .nav-link,
.mobile-overlay .sub-menu .dw-nav-current > .nav-link,
.mobile-overlay .sub-menu .dw-nav-parent-current > .nav-link {
  color: var(--primary-gold) !important;
}
.mobile-overlay .sub-menu .current_page_item > .nav-link,
.mobile-overlay .sub-menu .dw-nav-current > .nav-link {
  color: var(--primary-gold) !important;
}
.mobile-overlay .nav-item { margin: 0; }
.mobile-overlay .nav-link {
  font-size: 1.3rem;
  margin: 0;
  color: var(--deep-earth) !important;
  text-align: center;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-decoration: none;
}
.mobile-overlay .overlay-footer {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.mobile-overlay .overlay-socials {
  display: flex;
  gap: 14px;
  align-items: center;
}
.mobile-overlay .overlay-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(212,175,55,0.06);
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
  transition: var(--transition);
  text-decoration: none;
  color: var(--primary-gold);
  font-size: 1.6rem;
}
.mobile-overlay .overlay-social:hover { transform: translateY(-6px); }

@media (min-width: 992px) {
  .mobile-overlay, .mobile-nav-toggle { display: none !important; }
}

@media (max-width: 991px) {
  .navbar .container {
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 4px;
    padding-top: calc(2px + env(safe-area-inset-top));
    padding-bottom: 4px;
  }

  .d-flex.align-items-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .navbar-brand {
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .logo-box { margin: 0; }
  .brand-text { margin: 0; }

  .mobile-nav-toggle {
    position: static;
    margin-top: 2px;
    align-self: center;
    top: auto;
    right: auto;
    transform: none;
    transition: var(--transition);
    z-index: 1150;
  }

  .navbar.scrolled {
    border-bottom-color: rgba(212,175,55,0.0);
    background-color: rgba(255,252,249,0.95);
  }

  .navbar.scrolled .logo-box,
  .navbar.scrolled .brand-text {
    opacity: 0;
    transform: translateY(-8px) scale(.98);
    pointer-events: none;
  }

  .navbar.scrolled .mobile-nav-toggle {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .logo-box, .brand-text, .mobile-nav-toggle {
    transition: opacity .28s var(--transition), transform .28s var(--transition);
  }

  .collapse.navbar-collapse { display: none !important; }

  .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    gap: .5rem;
  }

  .navbar-collapse .nav-item {
    margin: .15rem 0;
    width: 100%;
  }

  .navbar-collapse .nav-link {
    width: 100%;
    text-align: center;
    padding: .75rem 0 !important;
  }

  .navbar-collapse .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    min-width: 0;
    padding: 0 0 .15rem;
    margin: .15rem 0 0;
  }

  .navbar-collapse .sub-menu .nav-link {
    padding: .55rem 0 !important;
    font-size: .96rem;
    opacity: .92;
  }
}

@media (max-width: 420px) {
  .main-name { font-size: 1.2rem; }
  .sub-name { font-size: .7rem; }
  .logo-box img { width: 48px; height: 48px; }
}

/* HERO */
.hero-section {
  min-height: calc(100vh - var(--navbar-height));
  padding-top: var(--navbar-height);
  background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25));
  background-size: cover;
  background-position: center;
  display:flex; align-items:center; justify-content:center; text-align:center; color:white;
  position:relative; overflow:hidden;
}
.hero-section::before {
  content:''; position:absolute; inset:0;
  background: inherit;
  background-image: inherit;
  z-index: -1;
}
.hero-inner { display:flex; flex-direction:column; align-items:center; gap:1.1rem; padding: 2rem 0; }
.hero-title{
  font-family:'Great Vibes', cursive;
  margin-bottom:.25rem;
  font-size: 5.2rem;
  line-height:0.9;
  letter-spacing:.6px;
  color: var(--muted-gold);
  text-shadow: 0 4px 14px rgba(0,0,0,0.28);
}
.hero-subline-wrapper {
  display:inline-flex; align-items:center; justify-content:center; gap:.9rem;
  padding:.42rem .9rem; border-radius:12px; background:rgba(255,255,255,0.10);
  backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
  border:1px solid rgba(255,255,255,0.10); box-shadow:0 8px 22px rgba(0,0,0,0.18);
  color:#fff; font-family:'Poppins', sans-serif; font-weight:700; letter-spacing:.3px;
  font-size:1rem; max-width:calc(100% - 2rem); margin-top:.55rem;
}
.hero-actions { display:flex; gap:.8rem; flex-wrap:wrap; justify-content:center; margin-top:.5rem; }
.btn-hero,.btn-custom,.btn-read-more {
  display:inline-flex; align-items:center; justify-content:center; border:0; text-decoration:none;
  background:var(--primary-gold); color:#fff; padding:12px 26px; border-radius:40px; font-weight:700;
  box-shadow:0 10px 30px rgba(212,175,55,0.12); transition:var(--transition); cursor:pointer;
}
.btn-hero.secondary { background: rgba(255,255,255,0.95); color: var(--deep-earth); }
.btn-hero:hover,.btn-custom:hover,.btn-read-more:hover { transform: translateY(-2px); }

/* SECTIONS */
.section-padding .quote { font-family:'Merriweather', serif; font-style:italic; font-size:1.25rem; line-height:1.7; color: rgba(31, 23, 19, 0.95); margin-bottom: 1rem; letter-spacing: .1px; }

.playful-gold {
  font-family: 'Dancing Script', cursive;
  color: var(--primary-gold);
  font-size: 1.9rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  display: block;
}
.about-image, .placeholder-box, .dw-image-stack {
  border-radius: 15px;
  overflow: hidden;
  height: 420px;
  max-width: 100%;
  background: linear-gradient(135deg, rgba(212,175,55,.15), rgba(176,153,87,.15));
  box-shadow: -25px 25px 0px var(--pale-gold);
}
.about-image img, .card-img-top, .dw-image-stack img { width:100%; height:100%; object-fit:cover; display:block; }
.about-image .carousel-inner,
.about-image .carousel-item,
.dw-image-stack .carousel-inner,
.dw-image-stack .carousel-item {
  height: 100%;
}
.about-image .carousel-item img,
.dw-image-stack .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dw-image-stack .carousel-item { height: 100%; }
.card { border:none; border-radius:22px; overflow:hidden; box-shadow:0 10px 35px rgba(0,0,0,0.08); }
.dw-offer-card .card-body { display:flex; flex-direction:column; }
.card-img-container { height: 220px; background: linear-gradient(135deg, rgba(212,175,55,.1), rgba(176,153,87,.08)); }
.card-body { padding: 1.4rem 1.4rem 1.15rem; }
.offer-price { font-weight:700; color: var(--primary-gold); margin-top: auto; }
.offer-subtitle { color: rgba(78,52,46,.8); font-size:.95rem; margin-bottom:.6rem; }
.offer-content { padding-bottom: 10px; }
.offer-content p:last-child { margin-bottom: 0; }

.faq .accordion-item { border: none; border-radius: 16px; overflow: hidden; margin-bottom: .85rem; box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.faq .accordion-button { font-weight: 600; color: var(--deep-earth); background: #fff; }
.faq .accordion-button:not(.collapsed) { color: var(--primary-gold); background: #fff; box-shadow: none; }
.faq .accordion-body { background: #fff; }


/* ABOUT / READ MORE */
.dw-read-more-hidden,
.mobile-hide {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .45s ease, opacity .35s ease;
}

.dw-read-more-hidden.expanded,
.mobile-hide.expanded {
  max-height: 3000px;
  opacity: 1;
  margin-top: 1rem;
}

.btn-read-more {
  display: none;
  margin-top: 10px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--primary-gold);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: underline;
  cursor: pointer;
  transition: var(--transition);
}

.btn-read-more:hover {
  color: var(--muted-gold);
}

.mobile-dots { display: inline; }

.dw-about-content p,
.dw-custom-section-content p,
.offer-content p {
  font-size: 1rem;
  line-height: 1.8;
}

.dw-about-content ul,
.dw-custom-section-content ul,
#uber-mich .list-unstyled {
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
}

#uber-mich .list-unstyled li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .7rem;
  padding: 6px 0;
  text-align: left;
  max-width: 900px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.25;
}

#uber-mich .list-unstyled li::before {
  content: none !important;
  display: none !important;
}

#uber-mich .list-unstyled li .feature-icon {
  display: inline-grid;
  place-items: center;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--primary-gold);
  color: #fff;
  font-size: 0.95rem;
  margin-right: 0;
  vertical-align: middle;
  box-shadow: 0 6px 18px rgba(212,175,55,0.12);
  transition: transform 0.25s var(--transition), box-shadow 0.25s var(--transition);
  flex: 0 0 15px;
  overflow: hidden;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

#uber-mich .list-unstyled li:hover .feature-icon {
  transform: translateX(4px) scale(1.03);
  box-shadow: 0 10px 26px rgba(212,175,55,0.16);
}

@media (max-width: 575px) {
  #uber-mich .list-unstyled {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  #uber-mich .list-unstyled li {
    font-size: 1.4rem;
  }

  #uber-mich .list-unstyled li .feature-icon {
    margin-right: 0.25rem;
    flex: 0 0 18px;
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
  }
}

@media (max-width: 420px) {
  #uber-mich .list-unstyled {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.contact-item{ display:flex; align-items:center; margin-bottom:16px; font-size:1.05rem; }
.contact-item i{ color:var(--primary-gold); font-size:1.4rem; margin-right:14px; min-width:28px; text-align:center; }
.contact-item a, .contact-item span, .contact-item div{ color:var(--deep-earth); text-decoration:none; }
.contact-item a:hover, .contact-item a:focus{ text-decoration:none; }

/* Cookie consent */
.dw-cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 2500;
  display:flex; gap: 12px; align-items: center; justify-content: space-between;
  background: rgba(255,252,249,0.97); border: 1px solid color-mix(in srgb, var(--primary-gold) 18%, transparent); border-radius: 20px;
  padding: 14px 16px; box-shadow: 0 16px 44px rgba(0,0,0,.16);
}
.dw-cookie-banner p { margin:0; }
.dw-cookie-actions { display:flex; gap: 8px; flex-wrap:wrap; }
.dw-cookie-actions .btn { border-radius: 999px; }
.dw-cookie-modal {
  position: fixed; inset: 0; background: rgba(0,0,0,.42); z-index: 2600; display:none; align-items:center; justify-content:center; padding: 16px;
}
.dw-cookie-modal.open { display:flex; }
.dw-cookie-modal-inner {
  width: min(680px, 100%); background: #fff; border-radius: 24px; padding: 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
}
.cookie-panel h3 { margin-top: 0; color: var(--primary-gold); }
.dw-cookie-modal-inner h3 { margin-bottom: .75rem; }
.dw-cookie-grid { display:grid; gap: 12px; margin-top: 1rem; }
.dw-cookie-row { display:flex; align-items:center; justify-content:space-between; gap: 12px; padding: 12px 14px; border:1px solid color-mix(in srgb, var(--primary-gold) 14%, transparent); border-radius: 14px; }
.switch { position: relative; width:46px; height:26px; background: color-mix(in srgb, var(--pale-gold) 18%, #ffffff); border:1px solid color-mix(in srgb, var(--primary-gold) 22%, transparent); border-radius:999px; display:inline-block; flex: 0 0 auto; overflow:hidden; cursor:pointer; transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease; }
.switch input { position:absolute; inset:0; margin:0; opacity:0; cursor:pointer; }
.switch .knob { position:absolute; top:3px; left:3px; width:20px; height:20px; background:#fff; border-radius:50%; transition: transform .24s cubic-bezier(.4,0,.2,1), background-color .24s ease, box-shadow .24s ease; box-shadow:0 1px 4px rgba(0,0,0,0.12); will-change: transform; }
.switch input:checked + .knob { transform: translateX(20px); background: var(--primary-gold); box-shadow:0 2px 8px rgba(212,175,55,.28); }
.switch:has(input:checked) { background: color-mix(in srgb, var(--primary-gold) 22%, #ffffff); border-color: color-mix(in srgb, var(--primary-gold) 56%, transparent); }
.switch:has(input:focus-visible) { box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-gold) 18%, transparent); }
.dw-cookie-modal-inner .btn-primary, .dw-cookie-banner .btn-primary { background: var(--primary-gold); border-color: var(--primary-gold); color: #fff; }
.dw-cookie-modal-inner .btn-primary:hover, .dw-cookie-banner .btn-primary:hover { background: var(--deep-earth); border-color: var(--deep-earth); color: #fff; }
.dw-cookie-modal-inner .btn-outline-secondary, .dw-cookie-banner .btn-outline-secondary { color: var(--deep-earth); border-color: color-mix(in srgb, var(--primary-gold) 18%, transparent); background: transparent; }
.dw-cookie-modal-inner .btn-outline-secondary:hover, .dw-cookie-banner .btn-outline-secondary:hover { background: color-mix(in srgb, var(--pale-gold) 28%, #ffffff); color: var(--deep-earth); border-color: var(--primary-gold); }

/* Admin and utility */
.placeholder-box::after {
  content: ''; display:block; width:100%; height:100%; min-height:420px;
  background: linear-gradient(135deg, rgba(212,175,55,.20), rgba(78,52,46,.10));
}
.dw-custom-section-content { max-width: 860px; margin: 0 auto; }
.dw-mode-multipage .hero-section { min-height: 70vh; }
.dw-philosophy-content p:last-child { margin-bottom: 0; }

/* Responsive */
@media (min-width: 992px) {
  .hero-title { font-size: 7.5rem; }
  .hero-subline-wrapper { max-width: 100%; white-space: normal; }
}
@media (min-width: 1200px) {
  .hero-title { font-size: 9rem; }
}
@media (max-width: 991px) {
  :root { --navbar-height: 88px; }
  .dw-cookie-banner { flex-direction:column; align-items:flex-start; }
  .dw-cookie-actions { width:100%; }
  .navbar-nav { padding-top: 1rem; }
  .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    gap: .5rem;
  }
  .navbar-collapse .nav-item {
    margin: .15rem 0;
    width: 100%;
  }
  .navbar-collapse .nav-link {
    width: 100%;
    text-align: center;
    padding: .75rem 0 !important;
  }
  .social-icons-nav { margin: 1rem 0 0; }
}
@media (max-width: 767px) {
  .section-padding { padding: 4rem 0; }
  .hero-title { font-size: 3.6rem; }
  .hero-subline-wrapper { font-size: .95rem; white-space: normal; }
  .dw-read-more-hidden { max-height: 0; }
  .dw-read-more-hidden.expanded { max-height: 3000px; }
  .btn-read-more { display:inline-flex; }
  .mobile-dots { display:inline; }
  .dw-about-content li::before,
  .dw-custom-section-content li::before,
  #uber-mich .list-unstyled li::before {
    flex-basis: 15px;
    width: 15px;
    height: 15px;
  }
  #uber-mich .list-unstyled { max-width: 100%; padding-left: 15px; padding-right: 8px; margin-left: 0; margin-right: 0; }
  .mobile-overlay { padding: 28px 20px; }
  .mobile-overlay nav { margin-top: 18px; gap: 18px; }
}
@media (max-width: 575px) {
  .main-name { font-size: 1.2rem; }
  .sub-name { font-size: .72rem; }
  .hero-title { font-size: 3rem; }
  .about-image, .placeholder-box, .dw-image-stack { height: 240px; min-height: 240px; box-shadow: -18px 18px 0px var(--pale-gold); }
  .card-img-container { height: 200px; }
  .navbar-toggler-text { display:inline; }
}
/* Requested targeted adjustments */
#kontakt .contact-heading {
  color: var(--primary-gold);
  font-size: 2.2rem;
  line-height: 1.05;
  margin-bottom: 6px;
}
#kontakt .therapeutin-small {
  font-size: .85rem;
  text-transform: uppercase;
  opacity: .75;
  display: block;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.contact-socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  width: 100%;
  padding-top: 0;
  padding-left: clamp(0px, 6vw, 100px);
  margin-top: 0 !important;
  align-self: flex-start;
}
.contact-socials .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  text-decoration: none;
  color: var(--primary-gold);
  border: 1px solid rgba(212,175,55,.12);
  background: rgba(212,175,55,.04);
  box-shadow: 0 8px 20px rgba(0,0,0,.05);
  transition: var(--transition);
  font-size: 1.65rem;
}
.contact-socials .social-icon:hover { transform: translateY(-4px); }
.footer-area { background: #f4f1ef; padding: 18px 0; }
.footer-left-col { text-align: left; }
.footer-inline { display: inline-flex; align-items: center; gap: .45rem; flex-wrap: wrap; line-height: 1; }
.footer-copyright { font-size: .95rem; line-height: 1; color: rgba(78,52,46,.92); }
.footer-brand { text-decoration: none; color: var(--deep-earth); }
.footer-subtext { display: inline; font-size: .95rem; opacity: .95; color: var(--deep-earth); }
.footer-links { display: inline-flex; align-items: center; justify-content: flex-end; gap: 0; white-space: nowrap; flex-wrap: nowrap; font-size: .95rem; line-height: 1; }
.footer-links .footer-link { color: var(--deep-earth); text-decoration: none; white-space: nowrap; }
.footer-links .footer-link:hover { text-decoration: underline; }
.footer-separator { margin: 0 8px; color: rgba(78,52,46,.85); }

@media (max-width: 575px) {
  .contact-socials { padding-left: 0; }
  .contact-socials .social-icon { width: 52px; height: 52px; font-size: 1.45rem; }
  .footer-links { font-size: .9rem; }
}
@media (max-width: 991px) {
  .contact-socials { margin-top: 0; }
  .footer-area .row { text-align: center; }
  .footer-left-col, .footer-right-col { text-align: center; }
  .footer-inline { justify-content: center; }
  .footer-links { justify-content: center; }
}

/* .mb-2  */
.mb-2 {
  font-family: 'Caveat Brush', cursive;
  color: var(--primary-gold);
  font-size: 1.5rem;
  line-height: 1.25;
}

@media (max-width: 575px) {
  .mb-2 {
    font-size: 1.4rem; /* ≈ 18px */
  }
}

@media (max-width: 420px) {
  #uber-mich .list-unstyled {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* Desktop visible, mobile collapses read-more blocks */
@media (min-width: 576px) {
  .dw-read-more-hidden,
  .mobile-hide {
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
  }

  .btn-read-more {
    display: none !important;
  }

  .mobile-dots {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .dw-read-more-hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

  .dw-read-more-hidden.expanded {
    max-height: 3000px;
    opacity: 1;
  }

  .mobile-dots {
    display: inline;
  }

  .mobile-hide {
    display: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

  .mobile-hide.expanded {
    display: inline;
    max-height: none;
    overflow: visible;
    opacity: 1;
  }

  .btn-read-more {
    display: inline-flex;
  }
}

/* Experiences carousel */
#erfahrungen .dw-experiences-carousel { position: relative; }
#erfahrungen .carousel-inner { overflow: hidden; }
#erfahrungen .carousel-item { padding: 0 1.25rem 3rem; }
#erfahrungen .dw-experience-slide { max-width: 880px; margin: 0 auto; display: flex; justify-content: center; }
#erfahrungen .dw-experience-card { width: 100%; background: #fff; border-radius: 22px; padding: 2rem 2.1rem 1.8rem; box-shadow: 0 15px 35px rgba(0,0,0,0.08); text-align: center; }
#erfahrungen .dw-experience-quote { color: var(--primary-gold); font-size: 1.75rem; line-height: 1; margin-bottom: .9rem; }
#erfahrungen .dw-experience-text { font-family: 'Merriweather', serif; font-style: italic; font-size: 1.12rem; line-height: 1.8; color: var(--deep-earth); margin-bottom: 1rem; }
#erfahrungen .dw-experience-meta { display: flex; justify-content: center; align-items: center; gap: .5rem; flex-wrap: wrap; color: rgba(78,52,46,.8); font-size: .95rem; }
#erfahrungen .dw-experience-meta strong { color: var(--primary-gold); }
#erfahrungen .carousel-indicators { bottom: -2.25rem; }
#erfahrungen .carousel-indicators [data-bs-target] { width: 12px; height: 12px; border-radius: 50%; background-color: var(--primary-gold); opacity: .35; }
#erfahrungen .carousel-indicators .active { opacity: 1; }
@media (max-width: 575px) { #erfahrungen .carousel-item { padding: 0 .5rem 2.5rem; } #erfahrungen .dw-experience-card { padding: 1.5rem 1.3rem 1.3rem; } #erfahrungen .dw-experience-text { font-size: 1rem; } }

/* Maintenance Mode */
body.dw-maintenance-mode #mainNavbar .collapse.navbar-collapse,
body.dw-maintenance-mode #mainNavbar .mobile-nav-toggle,
body.dw-maintenance-mode #mainNavbar .social-icons-nav {
  display: none !important;
}

body.dw-maintenance-mode #mainNavbar .container {
  justify-content: center;
}


/* Strong menu state overrides: only the custom JS state marks top-level items active */
.navbar .navbar-nav > .menu-item.current-menu-item > .nav-link,
.navbar .navbar-nav > .menu-item.current_page_item > .nav-link,
.navbar .navbar-nav > .menu-item.current-menu-parent > .nav-link,
.navbar .navbar-nav > .menu-item.current-menu-ancestor > .nav-link,
.mobile-overlay .menu-item.current-menu-item > .nav-link,
.mobile-overlay .menu-item.current_page_item > .nav-link,
.mobile-overlay .menu-item.current-menu-parent > .nav-link,
.mobile-overlay .menu-item.current-menu-ancestor > .nav-link {
  color: var(--deep-earth) !important;
}

.navbar .navbar-nav > .menu-item.current-menu-item > .nav-link::after,
.navbar .navbar-nav > .menu-item.current-menu-item > .nav-link::before,
.navbar .navbar-nav > .menu-item.current_page_item > .nav-link::after,
.navbar .navbar-nav > .menu-item.current_page_item > .nav-link::before,
.navbar .navbar-nav > .menu-item.current-menu-parent > .nav-link::after,
.navbar .navbar-nav > .menu-item.current-menu-parent > .nav-link::before,
.navbar .navbar-nav > .menu-item.current-menu-ancestor > .nav-link::after,
.navbar .navbar-nav > .menu-item.current-menu-ancestor > .nav-link::before,
.mobile-overlay .menu-item.current-menu-item > .nav-link::after,
.mobile-overlay .menu-item.current-menu-item > .nav-link::before,
.mobile-overlay .menu-item.current_page_item > .nav-link::after,
.mobile-overlay .menu-item.current_page_item > .nav-link::before,
.mobile-overlay .menu-item.current-menu-parent > .nav-link::after,
.mobile-overlay .menu-item.current-menu-parent > .nav-link::before,
.mobile-overlay .menu-item.current-menu-ancestor > .nav-link::after,
.mobile-overlay .menu-item.current-menu-ancestor > .nav-link::before {
  transform: scaleX(0);
}

.navbar .navbar-nav > .menu-item.dw-nav-current > .nav-link,
.navbar .navbar-nav > .menu-item.dw-nav-parent-current > .nav-link,
.mobile-overlay .menu-item.dw-nav-current > .nav-link,
.mobile-overlay .menu-item.dw-nav-parent-current > .nav-link {
  color: var(--primary-gold) !important;
}

.navbar .navbar-nav > .menu-item.dw-nav-current > .nav-link::after,
.navbar .navbar-nav > .menu-item.dw-nav-current > .nav-link::before,
.navbar .navbar-nav > .menu-item.dw-nav-parent-current > .nav-link::after,
.navbar .navbar-nav > .menu-item.dw-nav-parent-current > .nav-link::before,
.mobile-overlay .menu-item.dw-nav-current > .nav-link::after,
.mobile-overlay .menu-item.dw-nav-current > .nav-link::before,
.mobile-overlay .menu-item.dw-nav-parent-current > .nav-link::after,
.mobile-overlay .menu-item.dw-nav-parent-current > .nav-link::before {
  transform: scaleX(1);
}

/* Keep parent items active when a submenu is current */
.navbar .navbar-nav > .menu-item.current-menu-parent > .nav-link,
.navbar .navbar-nav > .menu-item.current-menu-ancestor > .nav-link,
.mobile-overlay .menu-item.current-menu-parent > .nav-link,
.mobile-overlay .menu-item.current-menu-ancestor > .nav-link {
  color: var(--primary-gold) !important;
}

.navbar .navbar-nav > .menu-item.current-menu-parent > .nav-link::after,
.navbar .navbar-nav > .menu-item.current-menu-parent > .nav-link::before,
.navbar .navbar-nav > .menu-item.current-menu-ancestor > .nav-link::after,
.navbar .navbar-nav > .menu-item.current-menu-ancestor > .nav-link::before,
.mobile-overlay .menu-item.current-menu-parent > .nav-link::after,
.mobile-overlay .menu-item.current-menu-parent > .nav-link::before,
.mobile-overlay .menu-item.current-menu-ancestor > .nav-link::after,
.mobile-overlay .menu-item.current-menu-ancestor > .nav-link::before {
  transform: scaleX(1);
}

/* Active submenu point in mobile */
.mobile-overlay .sub-menu .current-menu-item > .nav-link,
.mobile-overlay .sub-menu .current_page_item > .nav-link,
.mobile-overlay .sub-menu .current-menu-parent > .nav-link,
.mobile-overlay .sub-menu .current-menu-ancestor > .nav-link,
.mobile-overlay .sub-menu .dw-nav-current > .nav-link,
.mobile-overlay .sub-menu .dw-nav-parent-current > .nav-link {
  color: var(--primary-gold) !important;
  background: rgba(212,175,55,.10);
  border-radius: 14px;
  padding: .4rem 1rem !important;
  font-weight: 700;
}


