body.spiritual-landing {
  --bg: #f6f2e8;
  --sand: #ebe1d1;
  --earth: #7a5138;
  --earth-dark: #613b29;
  --moss: #556b5f;
  --ink: #2f2924;
  --muted: #6a6158;
  --line: #d8ccba;
  margin: 0;
  background: linear-gradient(180deg, #f8f4ec 0%, var(--bg) 45%, #f3ecdf 100%);
  color: var(--ink);
  font-family: "Libre Baskerville", "Source Sans 3", Georgia, serif;
}

html,
body.spiritual-landing,
body.spiritual-landing .landing-main,
body.spiritual-landing .landing-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html {
  margin-top: 0 !important;
}

body.spiritual-landing #page-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

body.spiritual-landing.admin-bar,
body.spiritual-landing.admin-bar #page-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.spiritual-landing.admin-bar .landing-header {
  top: 0 !important;
}

body.spiritual-landing #wpadminbar {
  display: none !important;
}

body.spiritual-landing.menu-open {
  overflow: hidden;
}

.landing-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.landing-skip-link:focus {
  left: 12px;
  top: 12px;
  z-index: 200;
  background: #fff;
  color: #000;
  padding: 8px 10px;
}

.landing-shell {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
}

.landing-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: transparent;
  border-bottom: 0;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
  overflow: visible;
}

.landing-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(24, 18, 14, 0.2) 0%, rgba(24, 18, 14, 0) 100%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.raum-map-card {
  margin-top: 18px;
  border: 1px solid rgba(41, 32, 26, 0.14);
  background: #f3f0e8;
  overflow: hidden;
}

.raum-map-card iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}

.raum-content-image {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border: 1px solid rgba(41, 32, 26, 0.14);
}

.raum-highlight-box {
  margin: 10px 0 14px;
  padding: 14px 16px;
  background: #f3ede0;
  border: 1px solid rgba(122, 81, 56, 0.18);
}

.raum-highlight-box ul {
  margin: 0;
}

@media (max-width: 768px) {
  .raum-map-card iframe {
    height: 280px;
  }

  .raum-content-image {
    max-height: 380px;
  }
}

.landing-header.is-scrolled {
  background: transparent;
  border-bottom: 0;
  box-shadow: 0 6px 18px rgba(37, 28, 20, 0.08);
}

.landing-header.is-scrolled::before {
  background: rgba(248, 244, 236, 0.9);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  -webkit-mask-image: none;
  mask-image: none;
}

.landing-header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 86px;
  overflow: visible;
}

.landing-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.landing-brand-mark {
  width: clamp(36px, 4vw, 56px);
  height: auto;
  display: block;
  flex-shrink: 0;
}

.landing-brand-lockup {
  display: inline-flex;
  flex-direction: column;
  line-height: 0.92;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.24px;
  font-size: clamp(0.95rem, 1.6vw, 1.22rem);
  text-transform: uppercase;
}

.landing-header.is-scrolled .landing-brand-lockup {
  color: var(--ink);
  text-shadow: none;
}

.landing-burger {
  display: none;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  padding: 8px 4px;
  margin: 0;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.landing-header .landing-burger,
.landing-header .landing-burger:hover,
.landing-header .landing-burger:focus,
.landing-header .landing-burger:active,
.landing-header .landing-burger:focus-visible {
  border: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.landing-burger span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: #ffffff;
  transition: transform 160ms ease, opacity 160ms ease, background-color 160ms ease;
}

.landing-header.is-scrolled .landing-burger span {
  background: var(--ink);
}

.landing-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  overflow: visible;
}

.landing-menu a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(0.9rem, 1.02vw, 1.02rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  transition: color 180ms ease;
}

.landing-menu a:hover {
  color: #d4b23f;
}

.landing-header.is-scrolled .landing-menu a {
  color: var(--ink);
  text-shadow: none;
}

.landing-header.is-scrolled .landing-menu a:hover {
  color: #d4b23f;
}

.landing-menu li {
  position: relative;
}

.landing-menu > li.menu-item-has-children > a,
.landing-menu > li.page_item_has_children > a {
  position: relative;
  padding-right: 0.92em;
}

.landing-menu .sub-menu,
.landing-menu .children {
  list-style: none;
  display: none !important;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  min-width: 220px;
  background: rgba(28, 21, 16, 0.95);
  border: 1px solid rgba(212, 178, 63, 0.35);
  z-index: 120;
  overflow: hidden;
}

.landing-menu > li.menu-item-has-children:hover > .sub-menu,
.landing-menu > li.menu-item-has-children:focus-within > .sub-menu,
.landing-menu > li.menu-item-has-children.is-open > .sub-menu,
.landing-menu > li.page_item_has_children:hover > .children,
.landing-menu > li.page_item_has_children:focus-within > .children,
.landing-menu > li.page_item_has_children.is-open > .children {
  display: block !important;
}

.landing-menu .sub-menu li,
.landing-menu .children li {
  width: 100%;
}

.landing-menu > li.menu-item-has-children > a::after,
.landing-menu > li.page_item_has_children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.42em;
  height: 0.42em;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: translateY(-58%) rotate(45deg);
  transform-origin: 50% 50%;
  opacity: 0.92;
  transition: transform 180ms ease, opacity 180ms ease;
}

.landing-menu > li.menu-item-has-children:hover > a::after,
.landing-menu > li.page_item_has_children:hover > a::after,
.landing-menu > li.menu-item-has-children:focus-within > a::after,
.landing-menu > li.page_item_has_children:focus-within > a::after,
.landing-menu > li.menu-item-has-children.is-open > a::after,
.landing-menu > li.page_item_has_children.is-open > a::after {
  transform: translateY(-42%) rotate(-135deg);
  opacity: 1;
}

.landing-menu .sub-menu .menu-item-has-children > a::after,
.landing-menu .children .page_item_has_children > a::after {
  display: none;
}

.landing-menu .dropdown-toggle,
.landing-menu .submenu-toggle {
  display: none !important;
}

.landing-mobile-chevron {
  display: none;
}

.landing-submenu-trigger {
  display: none;
}

.landing-menu .sub-menu a,
.landing-menu .children a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  color: #f2ede3;
  text-shadow: none;
}

.landing-menu .sub-menu a:hover,
.landing-menu .children a:hover {
  color: #d4b23f;
  background: rgba(212, 178, 63, 0.12);
}

.landing-header.is-scrolled .landing-menu .sub-menu,
.landing-header.is-scrolled .landing-menu .children {
  background: rgba(245, 238, 226, 0.98);
  border-color: rgba(122, 81, 56, 0.24);
}

.landing-header.is-scrolled .landing-menu .sub-menu a,
.landing-header.is-scrolled .landing-menu .children a {
  color: var(--ink);
}

.landing-header.is-scrolled .landing-menu .sub-menu a:hover,
.landing-header.is-scrolled .landing-menu .children a:hover {
  color: #b8912d;
  background: rgba(184, 145, 45, 0.1);
}

.landing-main {
  overflow-x: clip;
}

.landing-nav {
  overflow: visible;
}

.landing-mobile-menu-cta {
  display: none;
}

.landing-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  margin-top: 0 !important;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.landing-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  filter: none;
  transform: none;
}

.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 12, 9, 0.88) 0%, rgba(24, 17, 13, 0.42) 42%, rgba(22, 16, 12, 0.12) 100%);
  pointer-events: none;
}

.landing-hero-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}

.landing-eyebrow {
  margin: 0 0 10px;
  color: var(--earth);
  font-size: 0.95rem;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-hero .landing-eyebrow {
  color: #d4b23f;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.landing-hero h1,
.landing-section h2,
.landing-quote p,
.landing-footer h3 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
}

.landing-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(52px, 8vw, 108px);
  font-weight: 600;
  line-height: 0.92;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.42);
}

.landing-hero h1 span {
  display: block;
}

.landing-lead {
  max-width: 58ch;
  margin: 0;
  color: #f8f0e5;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.landing-btn,
.landing-btn:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000 !important;
  padding: 12px 24px;
  min-height: 46px;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 1.1;
  text-shadow: none;
  box-shadow: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 120ms ease;
}

.landing-btn:hover,
.landing-btn:visited:hover {
  transform: translateY(-1px);
  border-color: #f1f1f1;
  background: #f1f1f1;
  color: #000000 !important;
}

.landing-btn:active,
.landing-btn:visited:active {
  transform: translateY(0);
  border-color: #e6e6e6;
  background: #e6e6e6;
  color: #000000 !important;
}

.landing-btn:focus-visible {
  outline: 2px solid #f7ead9;
  outline-offset: 2px;
}

.landing-btn-ghost,
.landing-btn-ghost:visited {
  background: transparent;
  border-color: #efe3d4;
  color: #ffffff !important;
  box-shadow: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.landing-btn-ghost:hover,
.landing-btn-ghost:visited:hover {
  background: rgba(239, 227, 212, 0.12);
  border-color: #fbf2e7;
  color: #ffffff !important;
}

.landing-btn-ghost:active,
.landing-btn-ghost:visited:active {
  background: rgba(239, 227, 212, 0.18);
  color: #ffffff !important;
}

.landing-btn-ghost:focus-visible {
  outline: 2px solid #fbf2e7;
  outline-offset: 2px;
}

.landing-hero-actions .landing-btn {
  min-width: 180px;
  min-height: 42px;
  padding: 10px 18px;
  font-size: 1rem;
}

.landing-section {
  padding: clamp(64px, 8vw, 110px) 0;
}

.landing-main-inner {
  margin: 0;
}

.landing-page-head {
  padding-top: clamp(114px, 12vw, 160px);
  background: linear-gradient(180deg, #f8f4ec 0%, #efe5d5 100%);
  border-bottom: 1px solid var(--line);
}

.landing-page-head-with-bg {
  position: relative;
  background:
    linear-gradient(180deg, rgba(23, 20, 17, 0.48) 0%, rgba(23, 20, 17, 0.36) 52%, rgba(23, 20, 17, 0.3) 100%),
    var(--landing-page-head-bg) var(--landing-page-head-pos, center 55%) / 100% auto no-repeat;
  border-bottom: 0;
}

.landing-page-head-legal {
  background: linear-gradient(180deg, #2f2f2f 0%, #1f1f1f 100%);
}

.landing-page-head-with-bg.landing-page-head-legal {
  background:
    linear-gradient(180deg, rgba(9, 9, 9, 0.78) 0%, rgba(9, 9, 9, 0.66) 52%, rgba(9, 9, 9, 0.62) 100%),
    var(--landing-page-head-bg) var(--landing-page-head-pos, center 55%) / 100% auto no-repeat;
}

.landing-page-head-legal h1,
.landing-page-head-legal .landing-lead-page {
  color: #fff !important;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

body.page-impressum .landing-generic-content,
body.page-datenschutzerklaerung .landing-generic-content {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.page-impressum .landing-generic-content p,
body.page-impressum .landing-generic-content li,
body.page-impressum .landing-generic-content a,
body.page-impressum .landing-generic-content h2,
body.page-impressum .landing-generic-content h3,
body.page-impressum .landing-generic-content h4,
body.page-impressum .landing-generic-content h5,
body.page-datenschutzerklaerung .landing-generic-content p,
body.page-datenschutzerklaerung .landing-generic-content li,
body.page-datenschutzerklaerung .landing-generic-content a,
body.page-datenschutzerklaerung .landing-generic-content h2,
body.page-datenschutzerklaerung .landing-generic-content h3,
body.page-datenschutzerklaerung .landing-generic-content h4,
body.page-datenschutzerklaerung .landing-generic-content h5 {
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.landing-page-head-with-bg .landing-eyebrow,
.landing-page-head-with-bg .landing-lead-page {
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
}

.landing-page-head--meditation.landing-page-head-with-bg {
  background-position: center bottom !important;
}

.landing-page-head--sonnenscheinyoga.landing-page-head-with-bg {
  background-position: center 78% !important;
}

.landing-page-head--wohlfuehlyoga.landing-page-head-with-bg {
  background-position: center 30% !important;
}

.landing-page-head-with-bg h1 {
  color: #fff !important;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.28) !important;
}

.landing-page-head-with-bg .landing-btn {
  background: #b8912d;
  border-color: #b8912d;
  color: #fff !important;
}

.landing-page-head-with-bg .landing-btn:hover {
  background: #9f7b20;
  border-color: #9f7b20;
  color: #fff !important;
}

.landing-page-head-with-bg .landing-grid-two {
  min-height: clamp(280px, 44vh, 420px);
  align-items: end;
}

.landing-page-head .landing-grid-two {
  align-items: center;
}

.landing-page-head h1 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: 0.96;
  font-weight: 600;
}

.landing-lead-page {
  margin: 0;
  max-width: 56ch;
  color: #5f544a;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.74;
}

.landing-page-head-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-page-head-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.landing-content-section {
  background: #f8f3e8;
  border-bottom: 1px solid var(--line);
}

.landing-grid-two-reverse > :first-child {
  order: 2;
}

.landing-grid-two-reverse > :last-child {
  order: 1;
}

.landing-generic-content > *:first-child {
  margin-top: 0;
}

.landing-generic-content > *:last-child {
  margin-bottom: 0;
}

.landing-generic-content h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(31px, 4.4vw, 58px);
  line-height: 1.02;
  font-weight: 600;
}

.landing-generic-content h3 {
  margin: 22px 0 10px;
  color: #3a2f26;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1.08;
  font-weight: 600;
}

.landing-generic-content p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.78;
}

.landing-generic-content ul,
.landing-generic-content ol {
  margin: 8px 0 18px;
  padding-left: 1.2rem;
}

.landing-generic-content li {
  margin: 0 0 8px;
  color: #5f544a;
  line-height: 1.72;
}

.landing-generic-content a {
  color: var(--earth);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.landing-generic-content a:hover {
  color: var(--earth-dark);
}

/* Veranstaltungen: clean event cards with visual date/price meta */
.landing-event-card {
  background: #f4ede0;
  border: 1px solid rgba(122, 81, 56, 0.18);
  padding: clamp(20px, 2.6vw, 34px);
}

.landing-event-card + .landing-event-card {
  margin-top: 14px;
}

.landing-event-card h2 {
  margin-bottom: 10px;
}

body.page-id-1803 .landing-main-inner .landing-page-entry > .landing-section:not(.landing-page-head) {
  margin: 0;
  max-width: none;
  border: 0;
  background: transparent;
}

body.page-id-1803 .landing-main-inner .landing-page-entry > .landing-section:not(.landing-page-head) .landing-shell {
  padding-top: clamp(30px, 4.3vw, 46px);
  padding-bottom: clamp(30px, 4.3vw, 46px);
}

body.page-id-1803 .landing-main-inner .landing-page-entry > .landing-section:not(.landing-page-head) {
  border-top: 1px solid rgba(122, 81, 56, 0.16);
}

body.page-id-1803 .landing-main-inner .landing-page-entry > .landing-section:nth-of-type(2n):not(.landing-page-head) {
  background: #f8f3e8;
}

body.page-id-1803 .landing-main-inner .landing-page-entry > .landing-section:nth-of-type(2n+1):not(.landing-page-head) {
  background: #f4ede0;
}

.landing-event-meta {
  margin: 16px 0 12px;
  gap: 14px;
}

.landing-event-meta-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  color: #3f3328 !important;
}

.landing-event-meta-item::before {
  content: "";
  display: inline-block;
  width: 1.45rem;
  height: 1.45rem;
  background-color: #9f7b20;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1rem 1.1rem;
  flex: 0 0 1.45rem;
}

.landing-event-meta-item.is-date::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

.landing-event-meta-item.is-price::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41 11 3H4v7l9.59 9.59a2 2 0 0 0 2.82 0l4.18-4.18a2 2 0 0 0 0-2.82Z'/%3E%3Cline x1='7' y1='7' x2='7.01' y2='7'/%3E%3C/svg%3E");
}

.landing-event-card p > .landing-btn {
  margin-top: 4px;
}

.landing-event-card p > .landing-btn-event,
.landing-event-card p > .landing-btn-event:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 12px 18px;
  background: #1f1814;
  border-color: #1f1814;
  color: #f7f1e6 !important;
  letter-spacing: 0.02em;
}

.landing-event-card p > .landing-btn-event:hover,
.landing-event-card p > .landing-btn-event:visited:hover {
  background: #a57b1f;
  border-color: #a57b1f;
  color: #ffffff !important;
}

.landing-event-card p > .landing-btn-cal {
  appearance: none;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}

/* Afra page: clean and structured offer section */
.afra-angebote-intro {
  margin: 0 0 18px;
  max-width: 72ch;
}

.afra-angebote-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.afra-angebot-card {
  padding: 18px 16px;
  border: 1px solid rgba(122, 81, 56, 0.18);
  background: #f8f3e8;
}

.afra-angebot-card h3 {
  margin: 0 0 8px;
  color: #3a2f26;
}

.afra-angebot-card p {
  margin: 0 0 10px;
}

.afra-angebot-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.afra-angebot-card li {
  margin: 0 0 6px;
}

.afra-angebot-card p > .landing-btn,
.afra-angebot-card p > .landing-btn:visited {
  margin-top: 6px;
  min-width: 220px;
}

.christian-angebote-intro {
  margin: 0 0 18px;
  max-width: 72ch;
}

.christian-angebote-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.christian-angebot-card {
  padding: 18px 16px;
  border: 1px solid rgba(122, 81, 56, 0.18);
  background: #f8f3e8;
}

.christian-angebot-card h3 {
  margin: 0 0 8px;
  color: #3a2f26;
}

.christian-angebot-card p {
  margin: 0 0 10px;
}

.christian-angebot-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.christian-angebot-card li {
  margin: 0 0 6px;
}

.christian-angebot-card p > .landing-btn,
.christian-angebot-card p > .landing-btn:visited {
  margin-top: 6px;
  min-width: 220px;
}

/* Dedicated bottom contact CTA section */
#page-contact-cta {
  position: relative;
  background:
    linear-gradient(140deg, rgba(29, 25, 22, 0.95) 0%, rgba(53, 42, 31, 0.95) 100%),
    radial-gradient(520px 180px at 86% 24%, rgba(184, 145, 45, 0.28) 0%, rgba(184, 145, 45, 0) 72%);
  border-top: 1px solid rgba(184, 145, 45, 0.45) !important;
}

#page-contact-cta .landing-generic-content {
  max-width: min(780px, 100%);
  margin: 0 auto;
  text-align: center;
}

#page-contact-cta h2 {
  color: #f5e7c8;
  margin-bottom: 12px;
  text-align: center;
}

#page-contact-cta p {
  color: rgba(255, 250, 240, 0.9);
  text-align: center;
}

#page-contact-cta p > .landing-btn {
  margin-left: auto;
  margin-right: auto;
}

#page-contact-cta .landing-btn,
#page-contact-cta .landing-btn:visited {
  background: #b8912d;
  border-color: #b8912d;
  color: #fff !important;
}

#page-contact-cta .landing-btn:hover,
#page-contact-cta .landing-btn:visited:hover {
  background: #9f7b20;
  border-color: #9f7b20;
  color: #fff !important;
}

/* Kontakt page: clean contact form design */
body.page-id-24 .wpcf7 {
  margin-top: 14px;
  padding: clamp(18px, 2.6vw, 28px);
  border: 1px solid rgba(122, 81, 56, 0.2);
  background: #f8f3e8;
}

body.page-id-24 .wpcf7 form {
  display: grid;
  gap: 14px;
}

body.page-id-24 .wpcf7 p {
  margin: 0;
}

body.page-id-24 .wpcf7 input[type="text"],
body.page-id-24 .wpcf7 input[type="email"],
body.page-id-24 .wpcf7 input[type="tel"],
body.page-id-24 .wpcf7 textarea,
body.page-id-24 .wpcf7 select {
  width: 100%;
  border: 1px solid rgba(122, 81, 56, 0.3);
  background: #fffdfa;
  color: #2f251f;
  padding: 12px 14px;
  font: inherit;
  line-height: 1.4;
}

body.page-id-24 .wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

body.page-id-24 .wpcf7 input:focus,
body.page-id-24 .wpcf7 textarea:focus,
body.page-id-24 .wpcf7 select:focus {
  outline: none;
  border-color: #b8912d;
  box-shadow: 0 0 0 2px rgba(184, 145, 45, 0.18);
}

body.page-id-24 .wpcf7 input[type="submit"],
body.page-id-24 .wpcf7 button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 28px;
  border: 1px solid #2f3640;
  background: #2f3640;
  color: #fff;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

body.page-id-24 .wpcf7 input[type="submit"]:hover,
body.page-id-24 .wpcf7 button[type="submit"]:hover {
  background: #252b33;
  border-color: #252b33;
}

@media (max-width: 980px) {
  .afra-angebote-grid {
    gap: 10px;
  }
}

/* Afras Raum: refine content presentation without hardcoded copy */
body.page-id-20 .landing-offerings .landing-generic-content h3 {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(122, 81, 56, 0.2);
}

body.page-id-20 .landing-offerings .landing-generic-content p > a[href*="/afras-raum/"] {
  display: inline-block;
  margin-top: 6px;
  padding: 9px 16px;
  border: 1px solid #b8912d;
  background: #b8912d;
  color: #fff;
  text-decoration: none;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

body.page-id-20 .landing-offerings .landing-generic-content p > a[href*="/afras-raum/"]:hover {
  background: #9f7b20;
  border-color: #9f7b20;
  color: #fff;
}

body.page-id-20 .landing-content-section .landing-generic-content ul {
  margin-top: 14px;
  padding-left: 1.1rem;
}

body.page-id-20 .landing-content-section .landing-generic-content li {
  list-style: disc;
}

.landing-intro {
  position: relative;
  background: var(--sand);
  border-bottom: 1px solid var(--line);
}

.landing-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(560px 180px at 8% 18%, rgba(212, 178, 63, 0.08) 0%, rgba(212, 178, 63, 0) 72%),
    radial-gradient(680px 220px at 92% 76%, rgba(85, 107, 95, 0.08) 0%, rgba(85, 107, 95, 0) 70%);
}

.landing-grid-two {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 74px);
  align-items: center;
  position: relative;
}

.landing-intro .landing-grid-two > div {
  max-width: 640px;
}

.landing-intro .landing-eyebrow {
  margin-bottom: 14px;
  color: #b8912d;
  letter-spacing: 0.13em;
}

.landing-intro h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 3.8vw, 48px);
}

.landing-intro p {
  max-width: 60ch;
}

.landing-intro .landing-btn-intro,
.landing-intro .landing-btn-intro:visited {
  margin-top: 18px;
  background: #b8912d;
  border-color: #b8912d;
  color: #ffffff !important;
}

.landing-intro .landing-btn-intro:hover,
.landing-intro .landing-btn-intro:visited:hover {
  background: #9f7b20;
  border-color: #9f7b20;
  color: #ffffff !important;
}

.landing-section h2 {
  margin: 0 0 14px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
  font-weight: 600;
  color: var(--ink);
}

.landing-section p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.72;
}

.landing-image-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(122, 81, 56, 0.26);
  box-shadow: 0 18px 44px rgba(44, 30, 21, 0.16);
}

.landing-image-frame {
  position: relative;
  margin: 0;
}

.landing-image-frame::before {
  content: "";
  position: absolute;
  inset: -14px -14px 14px 14px;
  border: 1px solid rgba(122, 81, 56, 0.2);
  z-index: -1;
}

.landing-text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--earth);
  text-decoration: none;
  font-weight: 600;
}

.landing-text-link:hover {
  color: var(--earth-dark);
}

.landing-offerings {
  background: #f5eee2;
  border-bottom: 1px solid var(--line);
}

.landing-offerings .landing-eyebrow {
  color: #b8912d;
}

.landing-section-lead {
  max-width: 66ch;
}

.landing-offering-list {
  margin-top: clamp(26px, 4vw, 44px);
  display: grid;
  gap: 0;
  counter-reset: offering;
}

.landing-offering {
  counter-increment: offering;
  display: grid;
  grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(28px, 3.8vw, 44px) 0;
}

.landing-offering-media {
  border: 1px solid rgba(122, 81, 56, 0.24);
  background: #ebe0ce;
}

.landing-offering-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(220px, 27vw, 320px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border: 0;
  filter: saturate(0.92) contrast(1.02);
}

.landing-offering-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(12px, 1.8vw, 20px);
  border-left: 1px solid rgba(122, 81, 56, 0.2);
}

.landing-offering-content::before {
  content: "0" counter(offering);
  margin-bottom: 10px;
  color: #a78835;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.landing-offering-content h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 2.9vw, 42px);
  line-height: 0.98;
  color: var(--ink);
}

.landing-offering-content p {
  max-width: 58ch;
}

.landing-offering-content .landing-btn-offering,
.landing-offering-content .landing-btn-offering:visited {
  margin-top: 14px;
  min-height: 42px;
  width: fit-content;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 700;
  background: #b8912d;
  border-color: #b8912d;
  color: #ffffff !important;
}

.landing-offering-content .landing-btn-offering:hover,
.landing-offering-content .landing-btn-offering:visited:hover {
  background: #9f7b20;
  border-color: #9f7b20;
  color: #ffffff !important;
}

.landing-steps {
  background: #f2e9d9;
  border-bottom: 1px solid var(--line);
}

.landing-steps .landing-eyebrow {
  color: #b8912d;
}

.landing-steps h2 {
  margin-bottom: 10px;
}

.landing-steps-grid {
  margin-top: clamp(24px, 3.4vw, 38px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.8vw, 28px);
}

.landing-steps-grid article {
  position: relative;
  padding: 16px 0 18px 56px;
  border-top: 1px solid rgba(122, 81, 56, 0.26);
}

.landing-steps-grid span {
  position: absolute;
  left: 0;
  top: 16px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8d6d1e;
  border: 1px solid rgba(184, 145, 45, 0.45);
  background: rgba(184, 145, 45, 0.08);
  font-size: 0.78rem;
  font-family: "Source Sans 3", "Open Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.landing-steps-grid h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 2.3vw, 36px);
  line-height: 1;
  color: #3b2f25;
}

.landing-steps-grid p {
  margin: 0;
  color: #61554a;
  font-size: 1rem;
  line-height: 1.68;
}

.landing-quote {
  position: relative;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(122, 81, 56, 0.35);
}

.landing-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(19, 14, 11, 0.58) 0%, rgba(29, 21, 16, 0.44) 52%, rgba(16, 11, 8, 0.66) 100%);
}

.landing-quote .landing-shell {
  position: relative;
  z-index: 2;
  min-height: clamp(300px, 42vw, 500px);
  display: grid;
  align-items: center;
}

.landing-quote blockquote {
  margin: 0;
  max-width: 760px;
  padding: clamp(16px, 2.4vw, 24px) 0 0 20px;
  border-left: 2px solid rgba(242, 223, 189, 0.86);
}

.landing-quote p {
  margin: 0 0 12px;
  color: #f8f1e5;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.06;
  font-weight: 500;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}

.landing-quote cite {
  color: #e8d8bb;
  font-style: normal;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(1.16rem, 1.9vw, 1.42rem);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.landing-quote cite::before {
  content: "— ";
}

.landing-cta {
  text-align: center;
  position: relative;
  background: linear-gradient(180deg, #f1e7d7 0%, #e8dac4 100%);
  border-bottom: 1px solid var(--line);
}

.landing-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(520px 180px at 10% 18%, rgba(184, 145, 45, 0.12) 0%, rgba(184, 145, 45, 0) 72%),
    radial-gradient(620px 220px at 90% 74%, rgba(122, 81, 56, 0.1) 0%, rgba(122, 81, 56, 0) 70%);
}

.landing-cta .landing-shell {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.landing-cta .landing-eyebrow {
  color: #b8912d;
}

.landing-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(36px, 4.2vw, 58px);
  color: #34281f;
}

.landing-cta p {
  margin-left: auto;
  margin-right: auto;
  max-width: 56ch;
  color: #5e5144;
}

.landing-cta .landing-btn,
.landing-cta .landing-btn:visited {
  margin-top: 12px;
  min-height: 50px;
  padding: 12px 28px;
  background: #b8912d;
  border-color: #b8912d;
  color: #ffffff !important;
}

.landing-cta .landing-btn:hover,
.landing-cta .landing-btn:visited:hover {
  background: #9f7b20;
  border-color: #9f7b20;
  color: #ffffff !important;
}

.landing-footer {
  background: linear-gradient(180deg, #e8ddcb 0%, #e0d1bb 100%);
  border-top: 1px solid rgba(122, 81, 56, 0.2);
}

.landing-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: clamp(24px, 3.4vw, 44px);
  padding: clamp(44px, 5vw, 62px) 0;
}

.landing-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.landing-footer-logo {
  width: clamp(38px, 4vw, 54px);
  height: auto;
  display: block;
  flex-shrink: 0;
}

.landing-footer-lockup {
  display: inline-flex;
  flex-direction: column;
  line-height: 0.93;
  color: #3b2d23;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.18px;
  font-size: clamp(1.04rem, 1.35vw, 1.28rem);
  text-transform: uppercase;
}

.landing-footer-address {
  max-width: 34ch;
}

.landing-footer h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 1.7vw, 1.7rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.2;
  color: #3a2d23;
}

.landing-footer p {
  margin: 0;
  color: #43372d;
  line-height: 1.72;
  font-size: 1.02rem;
}

.landing-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.landing-footer-links li {
  margin: 0;
}

.landing-footer a {
  color: #3e2f24;
  text-decoration: none;
  border-bottom: 1px solid rgba(62, 47, 36, 0.28);
  transition: color 160ms ease, border-color 160ms ease;
  font-size: 1.03rem;
  font-weight: 400;
}

.landing-footer a:hover {
  color: #2a2019;
  border-bottom-color: rgba(42, 32, 25, 0.72);
}

.landing-footer-panel {
  padding: 0;
  border: 0;
  background: transparent;
}

.landing-footer-meta {
  border-top: 1px solid rgba(122, 81, 56, 0.22);
}

.landing-footer-meta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
}

.landing-footer-meta p {
  margin: 0;
  padding: 14px 0;
  color: #6a5b4e;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-footer-credit {
  text-align: right;
  white-space: nowrap;
  font-size: 0.72rem !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  color: rgba(78, 63, 51, 0.74) !important;
  font-weight: 400;
}

.landing-footer-credit a,
.landing-footer-credit a:visited {
  color: inherit;
  border-bottom: 1px solid rgba(106, 91, 78, 0.3);
}

.landing-footer-credit a:hover,
.landing-footer-credit a:visited:hover {
  color: rgba(78, 63, 51, 0.88);
  border-bottom-color: rgba(78, 63, 51, 0.55);
}

@media (max-width: 1024px) {
  .landing-shell {
    width: min(1180px, calc(100% - 2rem));
  }

  .landing-header-inner {
    min-height: 74px;
    gap: 14px;
  }

  .landing-menu {
    gap: 12px 14px;
  }

  .landing-menu a {
    font-size: 1.08rem;
  }

  .landing-section {
    padding: clamp(52px, 6.8vw, 82px) 0;
  }

  .landing-grid-two {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .landing-page-head {
    padding-top: clamp(100px, 12vw, 130px);
  }

  .landing-page-head h1 {
    font-size: clamp(34px, 8vw, 56px);
  }

  .landing-page-head-with-bg {
    background-size: cover;
    background-position: var(--landing-page-head-pos-mobile, center 52%);
  }

  .landing-page-head--meditation.landing-page-head-with-bg {
    background-position: center bottom !important;
  }

  .landing-page-head--sonnenscheinyoga.landing-page-head-with-bg {
    background-position: center 62% !important;
  }

  .landing-page-head--wohlfuehlyoga.landing-page-head-with-bg {
    background-position: center 30% !important;
  }

  .landing-page-head--meditation.landing-page-head-with-bg {
    background-position: center bottom !important;
  }

  .landing-page-head--afras-raum.landing-page-head-with-bg {
    background-position: center -14% !important;
  }

  .landing-page-head-with-bg .landing-grid-two {
    min-height: clamp(250px, 40vh, 360px);
  }

  body.page-impressum .landing-page-head-legal,
  body.page-datenschutzerklaerung .landing-page-head-legal {
    padding-top: clamp(94px, 11vw, 122px);
  }

  body.page-impressum .landing-page-head-legal .landing-grid-two,
  body.page-datenschutzerklaerung .landing-page-head-legal .landing-grid-two {
    min-height: clamp(210px, 33vh, 280px);
    align-items: end;
  }

  body.page-impressum .landing-page-head-legal h1,
  body.page-datenschutzerklaerung .landing-page-head-legal h1 {
    font-size: clamp(32px, 7.2vw, 46px);
  }

  body.page-impressum .landing-page-head-legal .landing-lead-page,
  body.page-datenschutzerklaerung .landing-page-head-legal .landing-lead-page {
    font-size: 0.98rem;
    line-height: 1.52;
    max-width: 46ch;
  }

  .landing-grid-two-reverse > :first-child,
  .landing-grid-two-reverse > :last-child {
    order: initial;
  }

  .landing-intro .landing-grid-two > div {
    max-width: 100%;
  }

  .landing-offering {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 0;
  }

  .landing-offering-media img {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .landing-offering-content {
    padding-left: 0;
    border-left: 0;
  }

  .landing-offering-content h3 {
    font-size: clamp(31px, 5.4vw, 40px);
  }

  .landing-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .landing-steps-grid article {
    padding-left: 50px;
  }

  .landing-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .landing-header {
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  .landing-header::before {
    background: linear-gradient(to bottom, rgba(14, 11, 9, 0.46) 0%, rgba(14, 11, 9, 0) 100%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .landing-header.is-scrolled {
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: 0 6px 18px rgba(37, 28, 20, 0.08) !important;
  }

  .landing-header.is-scrolled::before {
    background: rgba(248, 244, 236, 0.9);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    -webkit-mask-image: none;
    mask-image: none;
  }

  .landing-shell {
    width: min(1180px, calc(100% - 2rem));
  }

  .landing-header-inner {
    min-height: 66px;
    padding: 8px 0;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .landing-brand-link {
    gap: 8px;
  }

  .landing-brand-mark {
    width: 34px;
  }

  .landing-brand-lockup {
    font-size: 0.98rem;
  }

  .landing-header .landing-brand-lockup {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  }

  .landing-header.is-scrolled .landing-brand-lockup {
    color: var(--ink);
    text-shadow: none;
  }

  .landing-brand {
    position: relative;
    z-index: 151;
  }

  .landing-header.menu-open .landing-brand-lockup,
  .landing-header.is-scrolled.menu-open .landing-brand-lockup {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
  }

  .landing-burger {
    display: inline-block;
    margin-left: auto;
    position: relative;
    z-index: 150;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none !important;
    border-radius: 0;
    background: none !important;
    box-shadow: none !important;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .landing-burger span {
    margin: 0;
  }

  .landing-header .landing-burger span {
    background: #ffffff;
  }

  .landing-header.is-scrolled .landing-burger span {
    background: var(--ink);
  }

  .landing-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 130;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(14, 11, 9, 0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity 180ms ease, visibility 180ms ease;
    overflow: hidden;
  }

  .landing-header.menu-open .landing-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .landing-header.menu-open .landing-burger span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .landing-header.menu-open .landing-burger span:nth-child(2) {
    opacity: 0;
  }

  .landing-header.menu-open .landing-burger span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .landing-header.menu-open .landing-burger span {
    background: #ffffff;
  }

  .landing-menu {
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 86px 14px 16px;
    overflow: hidden;
  }

  .landing-menu li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .landing-menu li:first-child {
    border-top: 0;
  }

  .landing-menu a {
    display: block;
    width: 100%;
    color: #ffffff;
    text-shadow: none;
    font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
    font-size: clamp(1rem, 4.6vw, 1.22rem);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: left;
    line-height: 1.15;
    padding: 12px 10px;
    white-space: normal;
  }

  .landing-menu > li.menu-item-has-children > a,
  .landing-menu > li.page_item_has_children > a {
    padding-right: 54px;
  }

  .landing-menu > li.menu-item-has-children > a::after,
  .landing-menu > li.page_item_has_children > a::after {
    display: none;
  }

  .landing-submenu-trigger {
    display: inline-flex;
    position: absolute;
    right: 12px;
    top: 22px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    z-index: 3;
    padding: 0;
  }

  .landing-mobile-chevron {
    display: inline-block;
    width: 0.62em;
    height: 0.62em;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    pointer-events: none;
    opacity: 1;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .landing-menu > li.menu-item-has-children.is-open > .landing-submenu-trigger .landing-mobile-chevron,
  .landing-menu > li.page_item_has_children.is-open > .landing-submenu-trigger .landing-mobile-chevron {
    transform: rotate(-135deg);
  }

  .landing-menu a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  .landing-menu .sub-menu,
  .landing-menu .children {
    position: static;
    display: none !important;
    min-width: 0;
    margin: 0;
    padding: 0 0 10px;
    background: rgba(14, 11, 9, 0.96) !important;
    border: 0;
  }

  /* Mobile: disable desktop hover/focus dropdown behavior.
     Submenus must open only via explicit chevron toggle (.is-open). */
  .landing-menu > li.menu-item-has-children:hover > .sub-menu,
  .landing-menu > li.menu-item-has-children:focus-within > .sub-menu,
  .landing-menu > li.page_item_has_children:hover > .children,
  .landing-menu > li.page_item_has_children:focus-within > .children {
    display: none !important;
  }

  .landing-menu > li.menu-item-has-children.is-open > .sub-menu,
  .landing-menu > li.page_item_has_children.is-open > .children {
    display: block !important;
  }

  .landing-menu .sub-menu li,
  .landing-menu .children li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(14, 11, 9, 0.96);
  }

  .landing-menu .sub-menu a,
  .landing-menu .children a {
    font-size: clamp(0.9rem, 4vw, 1.02rem);
    color: rgba(255, 255, 255, 0.86);
    padding: 10px 20px;
    letter-spacing: 0.1em;
    background: transparent;
  }

  .landing-header.is-scrolled .landing-menu a,
  .landing-header.is-scrolled .landing-menu .sub-menu a,
  .landing-header.is-scrolled .landing-menu .children a {
    color: #ffffff;
    text-shadow: none;
  }

  .landing-mobile-menu-cta {
    margin-top: auto;
    display: grid;
    gap: 10px;
    padding: 14px 10px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .landing-mobile-menu-cta .landing-btn,
  .landing-mobile-menu-cta .landing-btn:visited {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 46px;
    padding: 11px 16px;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.04em;
    border-color: #b8912d;
    background: #b8912d;
    color: #fff !important;
  }

  .landing-mobile-menu-cta .landing-btn-ghost,
  .landing-mobile-menu-cta .landing-btn-ghost:visited {
    border-color: rgba(255, 255, 255, 0.88);
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.06);
  }

  .landing-mobile-menu-cta .landing-btn:hover,
  .landing-mobile-menu-cta .landing-btn:visited:hover {
    background: #a88423;
    border-color: #a88423;
    color: #fff !important;
    transform: none;
  }

  .landing-mobile-menu-cta .landing-btn-ghost:hover,
  .landing-mobile-menu-cta .landing-btn-ghost:visited:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
    color: #ffffff !important;
    transform: none;
  }

  .landing-page-head {
    padding-top: 84px;
  }

  .landing-page-head h1 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.02;
    margin-bottom: 10px;
  }

  .landing-lead-page {
    font-size: 1rem;
    line-height: 1.58;
    max-width: 40ch;
  }

  .landing-page-head-with-bg {
    background-size: cover;
    background-position: center 52%;
  }

  .landing-page-head-with-bg .landing-grid-two {
    min-height: clamp(210px, 34vh, 280px);
    align-items: end;
  }

  .landing-main-inner .landing-page-head-with-bg .landing-grid-two {
    min-height: clamp(230px, 52vh, 340px);
    align-items: end;
    padding-bottom: 0;
  }

  .landing-main-inner .landing-page-head-with-bg .landing-grid-two > div {
    width: 100%;
  }

  body.page-impressum .landing-page-head-legal,
  body.page-datenschutzerklaerung .landing-page-head-legal {
    padding-top: 78px;
  }

  body.page-impressum .landing-page-head-legal .landing-grid-two,
  body.page-datenschutzerklaerung .landing-page-head-legal .landing-grid-two {
    min-height: clamp(170px, 28vh, 220px);
  }

  body.page-impressum .landing-page-head-legal h1,
  body.page-datenschutzerklaerung .landing-page-head-legal h1 {
    font-size: clamp(28px, 8.4vw, 36px);
    line-height: 1.04;
    margin-bottom: 8px;
  }

  body.page-impressum .landing-page-head-legal .landing-lead-page,
  body.page-datenschutzerklaerung .landing-page-head-legal .landing-lead-page {
    font-size: 0.94rem;
    line-height: 1.46;
    max-width: 34ch;
  }

  body.page-impressum .landing-main-inner .landing-section,
  body.page-datenschutzerklaerung .landing-main-inner .landing-section {
    padding: 34px 0;
  }

  body.page-impressum .landing-generic-content h2,
  body.page-datenschutzerklaerung .landing-generic-content h2 {
    font-size: clamp(24px, 7.8vw, 31px);
    line-height: 1.12;
  }

  body.page-impressum .landing-generic-content h3,
  body.page-impressum .landing-generic-content h4,
  body.page-impressum .landing-generic-content h5,
  body.page-datenschutzerklaerung .landing-generic-content h3,
  body.page-datenschutzerklaerung .landing-generic-content h4,
  body.page-datenschutzerklaerung .landing-generic-content h5 {
    font-size: clamp(18px, 6.2vw, 23px);
    line-height: 1.2;
  }

  body.page-impressum .landing-generic-content p,
  body.page-impressum .landing-generic-content li,
  body.page-datenschutzerklaerung .landing-generic-content p,
  body.page-datenschutzerklaerung .landing-generic-content li {
    font-size: 0.95rem;
    line-height: 1.56;
  }

  .landing-page-head-actions {
    width: 100%;
    margin-top: 14px;
  }

  .landing-page-head-actions .landing-btn {
    width: 100%;
    max-width: 320px;
  }

  .landing-main-inner .landing-page-head-actions {
    margin-top: 10px;
  }

  .landing-main-inner .landing-page-head {
    padding-bottom: 10px;
  }

  .landing-main-inner .landing-page-head-actions .landing-btn {
    max-width: 210px;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.86rem;
    line-height: 1.15;
  }

  .landing-generic-content h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .landing-generic-content h3 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .landing-generic-content p,
  .landing-generic-content li {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .landing-menu .sub-menu a:hover,
  .landing-menu .children a:hover {
    color: #d4b23f;
    background: rgba(255, 255, 255, 0.04);
  }

  .landing-hero {
    min-height: 100vh;
    height: 100vh;
  }

  .landing-hero-image {
    background-size: cover;
    background-position: center 36%;
    background-repeat: no-repeat;
  }

  .landing-hero::before {
    background: linear-gradient(180deg, rgba(12, 9, 7, 0.3) 0%, rgba(16, 11, 9, 0.5) 42%, rgba(10, 7, 6, 0.9) 100%);
  }

  .landing-hero-content {
    min-height: 100vh;
    height: 100vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .landing-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
    line-height: 0.94;
    margin-bottom: 10px;
  }

  .landing-hero .landing-eyebrow {
    font-size: 0.95rem;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
  }

  .landing-lead {
    font-family: "Libre Baskerville", "Source Sans 3", Georgia, serif;
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.5;
    max-width: 31ch;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.46);
  }

  .landing-hero-actions {
    width: 100%;
    max-width: 340px;
    justify-content: center;
    margin-top: 12px;
    gap: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-hero-actions br {
    display: none;
  }

  .landing-hero-actions .landing-btn {
    min-width: 0;
    width: 100%;
    max-width: none;
    font-size: 1rem;
    min-height: 44px;
    padding: 10px 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .landing-btn-ghost,
  .landing-btn-ghost:visited {
    border-color: rgba(255, 255, 255, 0.88);
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05);
  }

  .landing-section {
    padding: 46px 0;
  }

  .landing-section h2 {
    font-size: clamp(36px, 11vw, 50px);
    line-height: 0.98;
    margin-bottom: 10px;
  }

  .landing-section p {
    font-size: 1.03rem;
    line-height: 1.62;
  }

  .landing-event-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .landing-intro,
  .landing-offerings,
  .landing-steps,
  .landing-cta {
    border-bottom-color: rgba(216, 204, 186, 0.9);
  }

  .landing-intro .landing-eyebrow {
    font-size: 0.86rem;
    margin-bottom: 12px;
  }

  .landing-offering {
    padding: 20px 0;
  }

  .landing-offering-media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .landing-offering-content::before {
    margin-bottom: 8px;
    font-size: 0.94rem;
    letter-spacing: 0.1em;
  }

  .landing-offering-content h3 {
    font-size: clamp(28px, 9.2vw, 36px);
    margin-bottom: 8px;
  }

  .landing-steps-grid article {
    padding: 12px 0 14px 46px;
  }

  .landing-steps-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .landing-steps-grid article:nth-child(3) {
    grid-column: auto;
  }

  .landing-steps-grid span {
    top: 12px;
    width: 30px;
    height: 30px;
    font-size: 0.72rem;
  }

  .landing-quote p {
    font-size: clamp(28px, 9.2vw, 40px);
    line-height: 1.1;
  }

  .landing-quote .landing-shell {
    min-height: 340px;
  }

  .landing-quote blockquote {
    padding: 14px 0 0 14px;
  }

  .landing-quote cite {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }

  .landing-cta h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .landing-cta .landing-btn,
  .landing-cta .landing-btn:visited {
    width: 100%;
    max-width: 340px;
  }

  .landing-footer {
    text-align: left;
  }

  .landing-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 0 30px;
  }

  .landing-footer h3 {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }

  .landing-footer-brand {
    margin-bottom: 12px;
  }

  .landing-footer-lockup {
    font-size: 1.08rem;
  }

  .landing-footer-meta p {
    padding: 10px 0 16px;
    font-size: 0.8rem;
  }

  .landing-footer-meta-inner {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .landing-footer-credit {
    text-align: left;
  }

  .landing-footer-panel {
    padding: 0;
  }
}
