.mh-longread {
  --mh-ink: #272A39;
  --mh-gold: #9F7C4B;
  --mh-paper: #FFFFFF;
  --mh-deep: rgba(159, 124, 75, .08);
  --mh-muted: rgba(39, 42, 57, .70);
  --mh-line: rgba(39, 42, 57, .16);
  --mh-sticky-offset: 128px;
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  background: var(--mh-paper);
  color: var(--mh-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72;
  text-align: left;
  text-rendering: optimizeLegibility;
}

.mh-longread,
.mh-longread * {
  box-sizing: border-box;
}

.mh-longread button,
.mh-longread a {
  font: inherit;
}

.mh-longread button {
  appearance: none;
  min-width: 0;
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  letter-spacing: normal;
  line-height: inherit;
  text-transform: none;
  white-space: normal;
}

.mh-longread a {
  color: inherit;
  text-decoration: none;
}

.mh-longread h2,
.mh-longread p {
  text-align: left;
}

.mh-longread h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
  text-transform: none;
}

.mh-shell {
  width: min(calc(100% - 64px), 1280px);
  margin-inline: auto;
}

.mh-reading-progress[data-mh-progress] {
  --mh-progress-size: 0%;
  position: fixed;
  z-index: 2147483000;
  top: 50%;
  right: max(14px, env(safe-area-inset-right));
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  width: 38px;
  margin: 0;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .2s ease;
}

.mh-reading-progress[data-mh-progress].is-mounted {
  opacity: 1;
}

.mh-reading-progress .mh-progress-track {
  position: relative;
  width: 6px;
  height: clamp(190px, 34vh, 320px);
  overflow: hidden;
  border: 1px solid rgba(39, 42, 57, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 2px 14px rgba(39, 42, 57, .14);
}

.mh-reading-progress .mh-progress-track span {
  display: block;
  width: 100%;
  height: var(--mh-progress-size);
  border-radius: inherit;
  background: #9F7C4B;
  will-change: width, height;
}

.mh-reading-progress[data-mh-progress] b {
  display: block;
  min-width: 38px;
  margin: 0;
  padding: 4px 5px;
  border-radius: 2px;
  background: #272A39;
  box-shadow: 0 2px 14px rgba(39, 42, 57, .16);
  color: #FFFFFF;
  font: 700 10px/1.2 Inter, Arial, sans-serif;
  letter-spacing: .04em;
  text-align: center;
}

.mh-overline,
.mh-section-label,
.mh-chapter-eyebrow {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mh-overline {
  color: var(--mh-ink);
}

.mh-quick {
  background: var(--mh-paper);
  scroll-margin-top: var(--mh-sticky-offset);
}

.mh-quick-inner {
  padding-block: clamp(80px, 10vw, 150px);
}

.mh-section-label {
  display: block;
  width: fit-content;
  margin: 0;
  padding-left: 12px;
  border-left: 3px solid var(--mh-gold);
  color: var(--mh-ink);
}

.mh-quick-head {
  display: flex;
  gap: 30px;
  align-items: baseline;
  justify-content: space-between;
  margin: 14px 0 45px;
  border-bottom: 1px solid var(--mh-line);
}

.mh-quick-head h2 {
  margin: 0 0 24px;
  color: var(--mh-ink);
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1;
}

.mh-quick-head p {
  flex: 0 0 auto;
  margin: 0 0 24px;
  color: var(--mh-muted);
  font-size: .78rem;
  white-space: nowrap;
}

.mh-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  border: 1px solid var(--mh-line);
}

.mh-longread[data-mh-kind="philosophie"] .mh-quick-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mh-quick-grid button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 220px;
  padding: 28px;
  overflow-wrap: anywhere;
  border: 0;
  border-right: 1px solid var(--mh-line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background-color .25s ease;
}

.mh-quick-grid button::before,
.mh-quick-grid button::after {
  display: none !important;
  content: none !important;
}

.mh-quick-grid button:last-child {
  border-right: 0;
}

.mh-quick-grid button:hover,
.mh-quick-grid button:focus-visible {
  background: var(--mh-deep);
  outline: 0;
}

.mh-quick-grid span {
  display: block;
  margin-bottom: 45px;
  color: var(--mh-gold);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.4;
}

.mh-quick-grid strong {
  display: block;
  margin-bottom: 9px;
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.23rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.mh-quick-grid em {
  display: block;
  color: var(--mh-muted);
  font-size: .78rem;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.mh-story-shell {
  display: grid;
  grid-template-columns: minmax(235px, 320px) minmax(0, 760px);
  gap: clamp(50px, 8vw, 145px);
  justify-content: center;
  padding-bottom: 120px;
  background: var(--mh-paper);
}

.mh-timeline-nav {
  position: sticky;
  top: var(--mh-sticky-offset);
  align-self: start;
  max-height: calc(100svh - var(--mh-sticky-offset) - 20px);
  overflow: auto;
  padding: 16px 0 30px;
}

.mh-timeline-nav > p {
  margin: 0 0 21px;
  color: var(--mh-muted);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mh-timeline-nav ol {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-timeline-nav ol::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 4px;
  width: 1px;
  background: var(--mh-line);
  content: "";
}

.mh-timeline-nav li {
  margin: 0;
  padding: 0;
}

.mh-timeline-nav li button {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 8px 9px 25px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.mh-timeline-nav li button::before {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(39, 42, 57, .38);
  border-radius: 50%;
  background: var(--mh-paper);
  content: "";
  transition: background-color .2s ease, transform .2s ease;
}

.mh-timeline-nav li.is-active button::before {
  border-color: var(--mh-gold);
  background: var(--mh-gold);
  transform: scale(1.22);
}

.mh-timeline-nav button span {
  display: block;
  color: var(--mh-ink);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.mh-timeline-nav button i {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: var(--mh-muted);
  font-size: .67rem;
  font-style: normal;
  line-height: 1.4;
  opacity: 0;
  transition: max-height .2s ease, opacity .2s ease, margin .2s ease;
}

.mh-timeline-nav li.is-active button i {
  max-height: 45px;
  margin-top: 4px;
  opacity: 1;
}

.mh-story {
  width: 100%;
  min-width: 0;
  max-width: 760px;
}

.mh-chapter {
  position: relative;
  min-height: 75vh;
  padding: 95px 0 105px;
  border-top: 1px solid var(--mh-line);
  scroll-margin-top: var(--mh-sticky-offset);
}

.mh-chapter:first-child {
  border-top: 0;
}

.mh-chapter-year {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 11px;
  background: var(--mh-ink);
  color: var(--mh-paper);
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mh-chapter-eyebrow {
  margin: 4px 0 11px;
  padding-left: 12px;
  border-left: 3px solid var(--mh-gold);
  color: var(--mh-ink);
}

.mh-chapter h2 {
  max-width: 680px;
  margin: 0 0 38px;
  color: var(--mh-ink);
  font-size: clamp(2.3rem, 4.6vw, 4.6rem);
  line-height: 1.05;
}

.mh-chapter-copy {
  max-width: 68ch;
}

.mh-chapter-copy p {
  margin: 0 0 1.25em;
  color: var(--mh-ink);
}

.mh-chapter-copy h3 {
  margin: 2.6em 0 .8em;
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.mh-chapter-copy h3:first-child {
  margin-top: 0;
}

.mh-chapter-copy > p:first-of-type::first-letter {
  float: left;
  margin: .03em .12em 0 0;
  color: var(--mh-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.35rem;
  line-height: .76;
}

.mh-fact-note {
  margin: 40px 0 0;
  padding: 24px 28px;
  border-left: 3px solid var(--mh-gold);
  background: var(--mh-deep);
}

.mh-fact-note span {
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.mh-fact-note p {
  margin: 5px 0 0;
  color: var(--mh-muted);
  font-size: .84rem;
  line-height: 1.6;
}

.mh-chapter blockquote {
  margin: 75px 0 0;
  padding: 46px clamp(28px, 5vw, 64px);
  border: 0;
  background: var(--mh-ink);
  color: var(--mh-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3.2vw, 3.1rem);
  line-height: 1.25;
}

.mh-chapter blockquote span {
  display: block;
  height: 32px;
  color: var(--mh-gold);
  font-size: 4rem;
  line-height: .8;
}

.mh-closing-quote {
  width: 100%;
  background: var(--mh-ink);
  color: var(--mh-paper);
}

.mh-closing-inner {
  width: min(calc(100% - 64px), 1600px);
  padding-block: clamp(90px, 13vw, 190px);
}

.mh-closing-quote p {
  max-width: 100%;
  margin: 0;
  color: var(--mh-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6.3vw, 7rem);
  letter-spacing: -.04em;
  line-height: 1.04;
  overflow-wrap: normal;
}

.mh-closing-quote p:nth-child(2) {
  color: var(--mh-gold);
  text-align: center;
}

.mh-closing-quote p:nth-child(3) {
  text-align: right;
}

.mh-discover {
  width: 100%;
  background: var(--mh-paper);
}

.mh-discover-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  padding-block: clamp(80px, 10vw, 150px);
}

.mh-discover h2 {
  margin: 12px 0 24px;
  color: var(--mh-ink);
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 1;
}

.mh-discover-inner > div > p:last-child {
  max-width: 650px;
  color: var(--mh-muted);
}

.mh-discover-links {
  align-self: center;
}

.mh-discover-links a {
  display: flex;
  justify-content: space-between;
  padding: 22px 4px;
  border-bottom: 1px solid var(--mh-line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.mh-discover-links a span {
  color: var(--mh-gold);
}

@media (max-width: 950px) {
  .mh-longread {
    --mh-sticky-offset: 104px;
  }

  .mh-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-quick-grid button {
    border-bottom: 1px solid var(--mh-line);
  }

  .mh-quick-grid button:nth-child(2) {
    border-right: 0;
  }

  .mh-quick-grid button:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .mh-longread[data-mh-kind="philosophie"] .mh-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-longread[data-mh-kind="philosophie"] .mh-quick-grid button {
    border-right: 1px solid var(--mh-line);
    border-bottom: 1px solid var(--mh-line);
  }

  .mh-longread[data-mh-kind="philosophie"] .mh-quick-grid button:nth-child(even) {
    border-right: 0;
  }

  .mh-longread[data-mh-kind="philosophie"] .mh-quick-grid button:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .mh-story-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .mh-timeline-nav {
    position: relative;
    top: auto;
    max-height: none;
    padding: 20px 0 28px;
    border-top: 1px solid var(--mh-line);
    border-bottom: 1px solid var(--mh-line);
  }

  .mh-timeline-nav ol {
    display: flex;
    gap: 8px;
    padding-bottom: 7px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .mh-timeline-nav ol::before,
  .mh-timeline-nav li button::before {
    display: none;
  }

  .mh-timeline-nav li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .mh-timeline-nav li button {
    padding: 9px 13px;
    border: 1px solid var(--mh-line);
  }

  .mh-timeline-nav li.is-active button {
    border-color: var(--mh-gold);
    background: var(--mh-deep);
  }

  .mh-timeline-nav button i {
    display: none;
  }

  .mh-story {
    margin-inline: auto;
  }

  .mh-chapter {
    min-height: auto;
  }
}

@media (max-width: 782px) {
  .mh-reading-progress[data-mh-progress] {
    top: auto;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    flex-direction: row;
    width: auto;
    transform: none;
  }

  .mh-reading-progress .mh-progress-track {
    width: 100%;
    height: 6px;
  }

  .mh-reading-progress .mh-progress-track span {
    width: var(--mh-progress-size);
    height: 100%;
  }
}

@media (max-width: 680px) {
  .mh-longread {
    --mh-sticky-offset: 88px;
    font-size: 17px;
    line-height: 1.68;
  }

  .mh-shell,
  .mh-closing-inner {
    width: min(calc(100% - 40px), 1280px);
  }

  .mh-quick-head {
    display: block;
  }

  .mh-quick-head p {
    margin-bottom: 20px;
    white-space: normal;
  }

  .mh-quick-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mh-longread[data-mh-kind="philosophie"] .mh-quick-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mh-longread[data-mh-kind="philosophie"] .mh-quick-grid button:last-child {
    grid-column: auto;
  }

  .mh-quick-grid button {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--mh-line) !important;
  }

  .mh-quick-grid button:last-child {
    border-bottom: 0 !important;
  }

  .mh-quick-grid span {
    margin-bottom: 20px;
  }

  .mh-chapter {
    padding: 75px 0 85px;
  }

  .mh-chapter h2 {
    margin-bottom: 30px;
  }

  .mh-chapter blockquote {
    padding: 36px 28px;
  }

  .mh-closing-quote p,
  .mh-closing-quote p:nth-child(2),
  .mh-closing-quote p:nth-child(3) {
    text-align: left;
  }

  .mh-discover-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-reading-progress[data-mh-progress] {
    transition: none !important;
  }

  .mh-longread *,
  .mh-longread *::before,
  .mh-longread *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

.mh-longread :focus-visible {
  outline: 2px solid var(--mh-gold);
  outline-offset: 4px;
}

.mh-longread ::selection {
  background: var(--mh-gold);
  color: var(--mh-ink);
}

/* -------------------------------------------------------------------------
 * Mesnerhaus Kontaktseite 2.4
 * ---------------------------------------------------------------------- */

.mh-contact-page {
  --mh-ink: #272A39;
  --mh-gold: #9F7C4B;
  --mh-paper: #FFFFFF;
  --mh-soft: rgba(159, 124, 75, .08);
  --mh-muted: rgba(39, 42, 57, .70);
  --mh-line: rgba(39, 42, 57, .16);
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  background: var(--mh-paper);
  color: var(--mh-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  text-rendering: optimizeLegibility;
}

.mh-contact-page,
.mh-contact-page * {
  box-sizing: border-box;
}

.mh-contact-page .mh-contact-shell {
  width: min(calc(100% - 64px), 1280px);
  margin-inline: auto;
}

.mh-contact-page h1,
.mh-contact-page h2,
.mh-contact-page h3,
.mh-contact-page p {
  margin-top: 0;
  text-align: left;
}

.mh-contact-page h1,
.mh-contact-page h2,
.mh-contact-page h3 {
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
  text-transform: none;
}

.mh-contact-page h1 {
  max-width: 12ch;
  margin-bottom: 30px;
  font-size: clamp(3.3rem, 6.4vw, 7.2rem);
  line-height: .95;
}

.mh-contact-page h2 {
  max-width: 15ch;
  margin-bottom: 28px;
  font-size: clamp(2.6rem, 4.8vw, 5.1rem);
  line-height: 1;
}

.mh-contact-page h3 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  line-height: 1.12;
}

.mh-contact-page a {
  color: inherit;
  text-decoration: none;
}

.mh-contact-page > .wp-block-group,
.mh-contact-page .wp-block-group,
.mh-contact-page .wp-block-buttons,
.mh-contact-page .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}

.mh-contact-overline {
  margin-bottom: 18px !important;
  color: var(--mh-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mh-contact-lead {
  max-width: 650px;
  margin-bottom: 24px !important;
  color: var(--mh-muted);
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.75;
}

.mh-contact-intro-note,
.mh-contact-small {
  color: var(--mh-muted);
  font-size: .88rem;
}

.mh-contact-intro {
  padding-block: clamp(80px, 10vw, 150px);
  background: var(--mh-paper);
}

.mh-contact-intro-grid,
.mh-contact-personal-grid,
.mh-contact-form-grid,
.mh-contact-arrival-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}

.mh-contact-image {
  width: 100%;
  overflow: hidden;
  background: var(--mh-soft);
}

.mh-contact-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh-contact-image-intro,
.mh-contact-image-intro img {
  aspect-ratio: 4 / 5;
}

.mh-contact-image-personal,
.mh-contact-image-personal img {
  aspect-ratio: 5 / 6;
}

.mh-contact-image-arrival,
.mh-contact-image-arrival img {
  aspect-ratio: 16 / 11;
}

.mh-contact-routes {
  padding-block: clamp(80px, 9vw, 140px);
  background: var(--mh-ink);
  color: var(--mh-paper);
}

.mh-contact-routes h2 {
  max-width: none;
  margin-bottom: clamp(42px, 6vw, 76px);
  color: var(--mh-paper);
}

.mh-contact-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .16);
}

.mh-contact-route-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: clamp(36px, 5vw, 66px);
  background: #FFFFFF;
  color: var(--mh-ink);
}

.mh-contact-route-card h3 {
  max-width: 15ch;
}

.mh-contact-route-card > p:not(.mh-contact-overline):not(.mh-contact-route-number) {
  max-width: 44ch;
  color: var(--mh-muted);
}

.mh-contact-route-card .mh-contact-buttons {
  margin-top: auto;
  padding-top: 34px;
}

.mh-contact-route-dark {
  background: #1F222F;
  color: var(--mh-paper);
}

.mh-contact-route-dark h3,
.mh-contact-route-dark > p:not(.mh-contact-overline):not(.mh-contact-route-number) {
  color: var(--mh-paper);
}

.mh-contact-route-gold {
  background: var(--mh-gold);
  color: var(--mh-paper);
}

.mh-contact-route-gold h3,
.mh-contact-route-gold .mh-contact-overline,
.mh-contact-route-gold > p:not(.mh-contact-route-number) {
  color: var(--mh-paper);
}

.mh-contact-route-number {
  position: absolute;
  top: 34px;
  right: 38px;
  margin: 0 !important;
  color: rgba(159, 124, 75, .42);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
  line-height: 1;
}

.mh-contact-route-dark .mh-contact-route-number,
.mh-contact-route-gold .mh-contact-route-number {
  color: rgba(255, 255, 255, .26);
}

.mh-contact-page .mh-contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mh-contact-page .mh-contact-button .wp-block-button__link,
.mh-contact-page .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid var(--mh-gold);
  border-radius: 0;
  background: var(--mh-gold);
  color: #FFFFFF;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.mh-contact-page .mh-contact-button .wp-block-button__link:hover,
.mh-contact-page .wpcf7-submit:hover {
  border-color: var(--mh-ink);
  background: var(--mh-ink);
  color: #FFFFFF;
  transform: translateY(-2px);
}

.mh-contact-page .mh-contact-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: currentColor;
}

.mh-contact-route-dark .mh-contact-button .wp-block-button__link,
.mh-contact-route-gold .mh-contact-button .wp-block-button__link {
  border-color: rgba(255, 255, 255, .68);
  background: transparent;
  color: #FFFFFF;
}

.mh-contact-route-dark .mh-contact-button .wp-block-button__link:hover,
.mh-contact-route-gold .mh-contact-button .wp-block-button__link:hover {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: var(--mh-ink);
}

.mh-contact-personal {
  padding-block: clamp(90px, 11vw, 160px);
  background: var(--mh-paper);
}

.mh-contact-personal-copy > p:not(.mh-contact-overline) {
  max-width: 58ch;
}

.mh-contact-address {
  margin-top: 34px !important;
  padding-top: 28px;
  border-top: 1px solid var(--mh-line);
}

.mh-contact-direct-links {
  margin-bottom: 30px !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.75;
}

.mh-contact-direct-links a {
  border-bottom: 1px solid rgba(159, 124, 75, .46);
}

.mh-contact-form-section {
  scroll-margin-top: 130px;
  padding-block: clamp(90px, 10vw, 150px);
  background: var(--mh-ink);
  color: var(--mh-paper);
}

.mh-contact-form-section h2,
.mh-contact-form-section .mh-contact-form-intro > p:not(.mh-contact-overline) {
  color: var(--mh-paper);
}

.mh-contact-form-intro {
  align-self: start;
  position: sticky;
  top: 130px;
}

.mh-contact-form-note {
  margin-top: 34px !important;
  padding: 22px 24px;
  border-left: 3px solid var(--mh-gold);
  background: rgba(255, 255, 255, .07);
  font-size: .9rem;
}

.mh-contact-form-card {
  padding: clamp(30px, 5vw, 58px);
  background: #FFFFFF;
  color: var(--mh-ink);
}

.mh-contact-page .mh-cf7-form,
.mh-contact-page .wpcf7-form {
  margin: 0;
}

.mh-contact-page .mh-cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mh-contact-page .mh-cf7-field,
.mh-contact-page .mh-cf7-message,
.mh-contact-page .mh-cf7-consent,
.mh-contact-page .mh-cf7-submit-row {
  margin: 0 0 24px;
}

.mh-contact-page .mh-cf7-field label,
.mh-contact-page .mh-cf7-message label {
  display: block;
  margin-bottom: 8px;
  color: var(--mh-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mh-contact-page .mh-cf7-optional {
  color: var(--mh-muted);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.mh-contact-page .wpcf7-form-control-wrap {
  display: block;
}

.mh-contact-page .wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.mh-contact-page .wpcf7 select,
.mh-contact-page .wpcf7 textarea {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(39, 42, 57, .28);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--mh-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: none;
}

.mh-contact-page .wpcf7 select {
  min-height: 52px;
}

.mh-contact-page .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.mh-contact-page .wpcf7 input:focus,
.mh-contact-page .wpcf7 select:focus,
.mh-contact-page .wpcf7 textarea:focus {
  border-bottom-color: var(--mh-gold);
}

.mh-contact-page .mh-cf7-consent {
  color: var(--mh-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.mh-contact-page .mh-cf7-consent a {
  border-bottom: 1px solid var(--mh-gold);
}

.mh-contact-page .wpcf7-list-item {
  margin: 0;
}

.mh-contact-page .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.mh-contact-page .wpcf7-list-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 4px 0 0;
  accent-color: var(--mh-gold);
}

.mh-contact-page .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #A43A3A;
  font-size: 12px;
}

.mh-contact-page .wpcf7 form .wpcf7-response-output {
  margin: 22px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--mh-line);
  font-size: 14px;
}

.mh-contact-page .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--mh-gold);
  background: var(--mh-soft);
}

.mh-contact-page .wpcf7-spinner {
  margin: 0 0 0 14px;
  vertical-align: middle;
}

.mh-contact-practical {
  padding-block: clamp(90px, 10vw, 150px);
  background: #FFFFFF;
}

.mh-contact-practical h2 {
  max-width: 16ch;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.mh-contact-practical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--mh-line);
  border-left: 1px solid var(--mh-line);
}

.mh-contact-practical-card {
  position: relative;
  min-height: 390px;
  padding: clamp(34px, 5vw, 58px);
  border-right: 1px solid var(--mh-line);
  border-bottom: 1px solid var(--mh-line);
}

.mh-contact-practical-card h3 {
  padding-right: 54px;
}

.mh-contact-practical-card > p:not(.mh-contact-route-number) {
  max-width: 46ch;
  color: var(--mh-muted);
}

.mh-contact-practical-card .mh-contact-buttons {
  margin-top: 28px;
}

.mh-contact-arrival {
  padding-block: clamp(90px, 11vw, 160px);
  background: var(--mh-soft);
}

.mh-contact-arrival-copy > p:not(.mh-contact-overline) {
  max-width: 55ch;
  color: var(--mh-muted);
}

.mh-contact-arrival-copy .mh-contact-buttons {
  margin-top: 32px;
}

.mh-contact-closing {
  padding-block: clamp(90px, 11vw, 160px);
  background: #FFFFFF;
}

.mh-contact-closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(46px, 8vw, 120px);
  align-items: end;
}

.mh-contact-closing h2 {
  max-width: 18ch;
  margin-bottom: 0;
}

.mh-contact-closing-buttons {
  flex-direction: column;
}

.mh-contact-closing-buttons .wp-block-button,
.mh-contact-closing-buttons .wp-block-button__link {
  width: 100%;
}

.mh-contact-page :focus-visible {
  outline: 2px solid var(--mh-gold);
  outline-offset: 4px;
}

.mh-contact-page ::selection {
  background: var(--mh-gold);
  color: var(--mh-ink);
}

@media (max-width: 980px) {
  .mh-contact-intro-grid,
  .mh-contact-personal-grid,
  .mh-contact-form-grid,
  .mh-contact-arrival-grid,
  .mh-contact-closing-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .mh-contact-intro-copy,
  .mh-contact-personal-copy,
  .mh-contact-arrival-copy {
    max-width: 760px;
  }

  .mh-contact-image-intro,
  .mh-contact-image-intro img {
    aspect-ratio: 16 / 10;
  }

  .mh-contact-personal-copy {
    order: -1;
  }

  .mh-contact-form-intro {
    position: relative;
    top: auto;
  }
}

@media (max-width: 700px) {
  .mh-contact-page {
    font-size: 16px;
  }

  .mh-contact-page .mh-contact-shell {
    width: min(calc(100% - 36px), 1280px);
  }

  .mh-contact-page h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .mh-contact-route-grid,
  .mh-contact-practical-grid,
  .mh-contact-page .mh-cf7-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mh-contact-route-card,
  .mh-contact-practical-card {
    min-height: 0;
  }

  .mh-contact-route-card .mh-contact-buttons {
    margin-top: 30px;
  }

  .mh-contact-route-number {
    top: 26px;
    right: 26px;
    font-size: 2.8rem;
  }

  .mh-contact-form-card {
    padding: 28px 22px;
  }

  .mh-contact-buttons-pair,
  .mh-contact-closing-buttons {
    flex-direction: column;
  }

  .mh-contact-buttons-pair .wp-block-button,
  .mh-contact-buttons-pair .wp-block-button__link,
  .mh-contact-closing-buttons .wp-block-button,
  .mh-contact-closing-buttons .wp-block-button__link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-contact-page *,
  .mh-contact-page *::before,
  .mh-contact-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* -------------------------------------------------------------------------
 * Longread 2.0 – editor-native content and media modules
 * ---------------------------------------------------------------------- */

.mh-longread-v2 .mh-quick[hidden] {
  display: none;
}

.mh-longread-v2 .mh-quick-grid {
  grid-template-columns: repeat(var(--mh-quick-count, 4), minmax(0, 1fr));
}

.mh-longread-v2 .mh-chapter-copy > * {
  max-width: 68ch;
}

.mh-longread-v2 .mh-chapter-copy > .wp-block-image,
.mh-longread-v2 .mh-chapter-copy > .wp-block-gallery,
.mh-longread-v2 .mh-chapter-copy > .wp-block-media-text,
.mh-longread-v2 .mh-chapter-copy > .wp-block-cover,
.mh-longread-v2 .mh-chapter-copy > .wp-block-columns,
.mh-longread-v2 .mh-chapter-copy > .wp-block-quote,
.mh-longread-v2 .mh-chapter-copy > .wp-block-pullquote,
.mh-longread-v2 .mh-chapter-copy > .wp-block-video {
  max-width: 100%;
  margin-block: clamp(42px, 7vw, 80px);
}

.mh-longread-v2 .mh-chapter-copy .wp-block-image img,
.mh-longread-v2 .mh-chapter-copy .wp-block-gallery img,
.mh-longread-v2 .mh-chapter-copy .wp-block-media-text__media img,
.mh-longread-v2 .mh-chapter-copy .wp-block-cover img,
.mh-longread-v2 .mh-chapter-copy .wp-block-video video {
  display: block;
  width: 100%;
  height: auto;
}

.mh-longread-v2 .mh-chapter-copy .is-style-mh-editorial-wide img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.mh-longread-v2 .mh-chapter-copy .is-style-mh-editorial-portrait {
  width: min(100%, 520px);
  margin-inline: auto;
}

.mh-longread-v2 .mh-chapter-copy .is-style-mh-editorial-portrait img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.mh-longread-v2 .mh-chapter-copy figcaption {
  margin: 12px 0 0;
  color: var(--mh-muted);
  font-size: .68rem;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
}

.mh-longread-v2 .mh-chapter-copy .is-style-mh-portrait-split {
  gap: clamp(25px, 5vw, 60px);
  align-items: center;
}

.mh-longread-v2 .mh-chapter-copy .is-style-mh-portrait-split .wp-block-media-text__media img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.mh-longread-v2 .mh-chapter-copy .is-style-mh-portrait-split .wp-block-media-text__content {
  padding: 0;
}

.mh-longread-v2 .mh-chapter-copy .is-style-mh-diptych {
  gap: 12px;
}

.mh-longread-v2 .mh-chapter-copy .is-style-mh-diptych figure,
.mh-longread-v2 .mh-chapter-copy .is-style-mh-diptych img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.mh-longread-v2 .mh-chapter-copy .is-style-mh-statement,
.mh-longread-v2 .mh-chapter-copy blockquote.is-style-mh-statement {
  padding: clamp(34px, 6vw, 62px);
  border: 0;
  background: var(--mh-ink);
  color: var(--mh-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1.25;
}

.mh-longread-v2 .mh-chapter-copy .is-style-mh-statement p {
  color: inherit;
}

.mh-longread-v2 .mh-chapter-copy .wp-block-separator {
  width: 80px;
  margin: 55px 0;
  border-color: var(--mh-gold);
}

.mh-longread-v2 .mh-chapter-copy .mh-editorial-note {
  margin-block: 38px;
  padding: 22px 26px;
  border-left: 3px solid var(--mh-gold);
  background: var(--mh-deep);
  color: var(--mh-muted);
  font-size: .84rem;
  line-height: 1.6;
}

@media (max-width: 950px) {
  .mh-longread-v2 .mh-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-longread-v2 .mh-quick-grid button:nth-child(even) {
    border-right: 0;
  }

  .mh-longread-v2 .mh-quick-grid button:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .mh-longread-v2 .mh-quick-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mh-longread-v2 .mh-chapter-copy .wp-block-media-text,
  .mh-longread-v2 .mh-chapter-copy .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: minmax(0, 1fr);
  }

  .mh-longread-v2 .mh-chapter-copy .wp-block-media-text__media,
  .mh-longread-v2 .mh-chapter-copy .wp-block-media-text__content {
    grid-column: 1;
    grid-row: auto;
  }

  .mh-longread-v2 .mh-chapter-copy .wp-block-media-text__content {
    padding-top: 26px;
  }
}

/* -------------------------------------------------------------------------
 * Kontaktseite 2.4.1 – robuste Theme-/Wrapper-Korrekturen
 *
 * Manche Theme-Versionen legen um jeden Gruppeninhalt einen zusätzlichen
 * .wp-block-group__inner-container. Diese Ebene darf in Layout-Gruppen keine
 * eigene Grid-Spalte belegen. Die Regeln stehen bewusst am Dateiende und
 * verwenden an den kritischen Stellen !important, damit SoulKitchen- und
 * globale Button-Regeln die Mesnerhaus-Gestaltung nicht überschreiben.
 * ---------------------------------------------------------------------- */

.mh-contact-page {
  --mh-ink: #272A39;
  --mh-gold: #B1A470;
  --mh-paper: #FFFFFF;
  --mh-soft: rgba(177, 164, 112, .10);
  --mh-muted: rgba(39, 42, 57, .72);
  --mh-line: rgba(39, 42, 57, .16);
  background: #FFFFFF !important;
  color: #272A39 !important;
}

.mh-contact-page .mh-contact-shell {
  width: min(calc(100% - 64px), 1280px) !important;
  max-width: 1280px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.mh-contact-page .mh-contact-shell > .wp-block-group__inner-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.mh-contact-page .mh-contact-shell > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.mh-contact-page .mh-contact-shell > .wp-block-group__inner-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mh-contact-page .mh-contact-intro-grid > .wp-block-group__inner-container,
.mh-contact-page .mh-contact-personal-grid > .wp-block-group__inner-container,
.mh-contact-page .mh-contact-form-grid > .wp-block-group__inner-container,
.mh-contact-page .mh-contact-arrival-grid > .wp-block-group__inner-container,
.mh-contact-page .mh-contact-route-grid > .wp-block-group__inner-container,
.mh-contact-page .mh-contact-practical-grid > .wp-block-group__inner-container,
.mh-contact-page .mh-contact-closing-inner > .wp-block-group__inner-container {
  display: contents !important;
}

.mh-contact-page .mh-contact-intro-grid,
.mh-contact-page .mh-contact-personal-grid,
.mh-contact-page .mh-contact-form-grid,
.mh-contact-page .mh-contact-arrival-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(42px, 6vw, 82px) !important;
  align-items: start !important;
}

.mh-contact-page .mh-contact-intro-copy,
.mh-contact-page .mh-contact-personal-copy,
.mh-contact-page .mh-contact-form-intro,
.mh-contact-page .mh-contact-arrival-copy {
  width: 100% !important;
  max-width: 900px !important;
}

.mh-contact-page h1,
.mh-contact-page h2,
.mh-contact-page h3 {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.mh-contact-page h1 {
  max-width: 15ch !important;
}

.mh-contact-page .mh-contact-image,
.mh-contact-page .mh-contact-image img {
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 16 / 9 !important;
}

.mh-contact-page:not(.mh-contact-editor-preview) .mh-contact-image:not(:has(img)) {
  display: none !important;
}

.mh-contact-page .mh-contact-route-grid,
.mh-contact-page .mh-contact-practical-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
}

.mh-contact-page .mh-contact-route-card {
  min-width: 0 !important;
  min-height: 400px !important;
}

.mh-contact-page .mh-contact-route-card > .wp-block-group__inner-container {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
}

.mh-contact-page .mh-contact-route-card > .wp-block-group__inner-container > .mh-contact-buttons {
  margin-top: auto !important;
}

.mh-contact-page .mh-contact-route-dark h3,
.mh-contact-page .mh-contact-route-dark > .wp-block-group__inner-container > h3,
.mh-contact-page .mh-contact-route-dark > .wp-block-group__inner-container > p:not(.mh-contact-route-number) {
  color: #FFFFFF !important;
}

.mh-contact-page .mh-contact-route-gold {
  box-shadow: inset 0 4px 0 #B1A470 !important;
  background: #FFFFFF !important;
  color: #272A39 !important;
}

.mh-contact-page .mh-contact-route-gold h3,
.mh-contact-page .mh-contact-route-gold > p:not(.mh-contact-route-number),
.mh-contact-page .mh-contact-route-gold > .wp-block-group__inner-container > p:not(.mh-contact-route-number) {
  color: #272A39 !important;
}

.mh-contact-page .mh-contact-route-gold .mh-contact-overline {
  color: #B1A470 !important;
}

.mh-contact-page .mh-contact-route-gold .mh-contact-route-number {
  color: rgba(177, 164, 112, .46) !important;
}

.mh-contact-page .wp-block-button.mh-contact-button > .wp-block-button__link,
.mh-contact-page .mh-contact-button > .wp-block-button__link,
.mh-contact-page input.wpcf7-submit {
  min-height: 50px !important;
  padding: 13px 24px !important;
  border: 1px solid #B1A470 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #B1A470 !important;
  color: #272A39 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.mh-contact-page .wp-block-button.mh-contact-button > .wp-block-button__link:hover,
.mh-contact-page .mh-contact-button > .wp-block-button__link:hover,
.mh-contact-page input.wpcf7-submit:hover {
  border-color: #272A39 !important;
  background: #272A39 !important;
  color: #FFFFFF !important;
}

.mh-contact-page .wp-block-button.mh-contact-button.is-style-outline > .wp-block-button__link,
.mh-contact-page .mh-contact-button.is-style-outline > .wp-block-button__link {
  border-color: #B1A470 !important;
  background: transparent !important;
  color: #272A39 !important;
}

.mh-contact-page .wp-block-button.mh-contact-button.is-style-outline > .wp-block-button__link:hover,
.mh-contact-page .mh-contact-button.is-style-outline > .wp-block-button__link:hover {
  border-color: #272A39 !important;
  background: #272A39 !important;
  color: #FFFFFF !important;
}

.mh-contact-page .mh-contact-route-dark .mh-contact-button > .wp-block-button__link,
.mh-contact-page .mh-contact-route-dark .mh-contact-button.is-style-outline > .wp-block-button__link {
  border-color: #B1A470 !important;
  background: #B1A470 !important;
  color: #272A39 !important;
}

.mh-contact-page .mh-contact-route-dark .mh-contact-button > .wp-block-button__link:hover,
.mh-contact-page .mh-contact-route-dark .mh-contact-button.is-style-outline > .wp-block-button__link:hover {
  border-color: #FFFFFF !important;
  background: #FFFFFF !important;
  color: #272A39 !important;
}

.mh-contact-page .mh-contact-route-gold .mh-contact-button > .wp-block-button__link,
.mh-contact-page .mh-contact-route-gold .mh-contact-button.is-style-outline > .wp-block-button__link {
  border-color: #B1A470 !important;
  background: #B1A470 !important;
  color: #272A39 !important;
}

.mh-contact-page .mh-contact-form-grid {
  width: min(100%, 1100px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.mh-contact-page .mh-contact-form-intro {
  position: static !important;
  top: auto !important;
}

.mh-contact-page .mh-contact-form-intro h2,
.mh-contact-page .mh-contact-form-intro > p,
.mh-contact-page .mh-contact-form-intro > .wp-block-group__inner-container > p:not(.mh-contact-overline) {
  color: #FFFFFF !important;
}

.mh-contact-page .mh-contact-form-card {
  width: 100% !important;
  max-width: none !important;
}

.mh-contact-page .mh-contact-practical-card {
  min-width: 0 !important;
  min-height: 340px !important;
}

.mh-contact-page .mh-contact-practical-card > .wp-block-group__inner-container > p:not(.mh-contact-route-number) {
  color: rgba(39, 42, 57, .72) !important;
}

.mh-contact-page .mh-contact-closing-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 42px !important;
}

.mh-contact-page .mh-contact-closing-buttons {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
}

.mh-contact-page .mh-contact-closing-buttons .wp-block-button,
.mh-contact-page .mh-contact-closing-buttons .wp-block-button__link {
  width: 100% !important;
}

@media (max-width: 760px) {
  .mh-contact-page .mh-contact-shell {
    width: min(calc(100% - 36px), 1280px) !important;
  }

  .mh-contact-page .mh-contact-route-grid,
  .mh-contact-page .mh-contact-practical-grid,
  .mh-contact-page .mh-contact-closing-buttons,
  .mh-contact-page .mh-cf7-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mh-contact-page .mh-contact-route-card,
  .mh-contact-page .mh-contact-practical-card {
    min-height: 0 !important;
  }

  .mh-contact-page .mh-contact-form-card {
    padding: 28px 22px !important;
  }
}

/* -------------------------------------------------------------------------
 * Mesnerhaus – Gut zu wissen 2.5
 * ---------------------------------------------------------------------- */

.mh-guest-info-page {
  --mh-guest-ink: #272A39;
  --mh-guest-gold: #B1A470;
  --mh-guest-paper: #FFFFFF;
  --mh-guest-soft: rgba(177, 164, 112, .10);
  --mh-guest-muted: rgba(39, 42, 57, .72);
  --mh-guest-line: rgba(39, 42, 57, .16);
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  background: #FFFFFF;
  color: #272A39;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  text-rendering: optimizeLegibility;
}

.mh-guest-info-page,
.mh-guest-info-page * {
  box-sizing: border-box;
}

.mh-guest-info-page .mh-guest-shell {
  width: min(calc(100% - 64px), 1280px) !important;
  max-width: 1280px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.mh-guest-info-page .mh-guest-shell > .wp-block-group__inner-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.mh-guest-info-page .mh-guest-shell > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.mh-guest-info-page .mh-guest-shell > .wp-block-group__inner-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mh-guest-info-page .mh-guest-fact-grid > .wp-block-group__inner-container,
.mh-guest-info-page .mh-guest-quick-grid > .wp-block-group__inner-container,
.mh-guest-info-page .mh-guest-timeline > .wp-block-group__inner-container,
.mh-guest-info-page .mh-guest-two-column > .wp-block-group__inner-container,
.mh-guest-info-page .mh-guest-price-logic > .wp-block-group__inner-container,
.mh-guest-info-page .mh-guest-choice-grid > .wp-block-group__inner-container,
.mh-guest-info-page .mh-guest-age-grid > .wp-block-group__inner-container,
.mh-guest-info-page .mh-guest-included-grid > .wp-block-group__inner-container,
.mh-guest-info-page .mh-guest-included-inner > .wp-block-group__inner-container,
.mh-guest-info-page .mh-guest-faq-inner > .wp-block-group__inner-container,
.mh-guest-info-page .mh-guest-contact-inner > .wp-block-group__inner-container,
.mh-guest-info-page .mh-guest-closing-inner > .wp-block-group__inner-container {
  display: contents !important;
}

.mh-guest-info-page h2,
.mh-guest-info-page h3,
.mh-guest-info-page p {
  margin-top: 0;
  text-align: left;
}

.mh-guest-info-page h2,
.mh-guest-info-page h3 {
  color: #272A39;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
  text-transform: none;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.mh-guest-info-page h2 {
  max-width: 17ch;
  margin-bottom: 28px;
  font-size: clamp(2.65rem, 5vw, 5.5rem);
  line-height: .98;
}

.mh-guest-info-page h3 {
  margin-bottom: 16px;
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  line-height: 1.12;
}

.mh-guest-info-page a {
  color: inherit;
  text-decoration: none;
}

.mh-guest-info-page > .wp-block-group,
.mh-guest-info-page .wp-block-group,
.mh-guest-info-page .wp-block-buttons,
.mh-guest-info-page .wp-block-html {
  margin-top: 0;
  margin-bottom: 0;
}

.mh-guest-overline {
  margin-bottom: 18px !important;
  color: #B1A470 !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mh-guest-lead,
.mh-guest-section-lead {
  max-width: 790px;
  margin-bottom: 24px !important;
  color: rgba(39, 42, 57, .72);
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.75;
}

.mh-guest-intro-note,
.mh-guest-small {
  color: rgba(39, 42, 57, .70);
  font-size: .86rem;
  line-height: 1.6;
}

.mh-guest-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #B1A470;
}

.mh-guest-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mh-guest-intro {
  padding-block: clamp(90px, 12vw, 170px);
  background: #FFFFFF;
}

.mh-guest-intro-inner {
  position: relative;
}

.mh-guest-intro-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(80px, 12vw, 160px);
  height: 1px;
  background: #B1A470;
  content: "";
}

.mh-guest-intro h2 {
  max-width: 15ch;
}

.mh-guest-intro-note {
  max-width: 760px;
}

.mh-guest-essentials,
.mh-guest-section {
  scroll-margin-top: 120px;
  padding-block: clamp(82px, 10vw, 145px);
}

.mh-guest-essentials {
  background: var(--mh-guest-soft);
}

.mh-guest-essentials h2 {
  max-width: 16ch;
  margin-bottom: clamp(42px, 6vw, 70px);
}

.mh-guest-fact-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  overflow: hidden;
  background: rgba(39, 42, 57, .15);
}

.mh-guest-fact-card {
  min-width: 0;
  min-height: 330px;
  padding: clamp(28px, 3.6vw, 46px);
  background: #FFFFFF;
}

.mh-guest-fact-card > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mh-guest-fact-card .mh-guest-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 42px;
}

.mh-guest-fact-label {
  margin-bottom: 9px !important;
  color: #B1A470;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mh-guest-fact-card h3 {
  font-size: clamp(1.45rem, 1.8vw, 1.85rem);
}

.mh-guest-navigation {
  padding-block: clamp(90px, 11vw, 155px);
  background: #272A39;
  color: #FFFFFF;
}

.mh-guest-navigation h2 {
  max-width: none;
  margin-bottom: clamp(42px, 6vw, 72px);
  color: #FFFFFF;
}

.mh-guest-quick-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.mh-guest-quick-card {
  min-width: 0;
  min-height: 360px;
  padding: clamp(28px, 3vw, 42px);
  border-top: 3px solid #B1A470;
  background: #FFFFFF;
  color: #272A39;
}

.mh-guest-quick-card > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mh-guest-quick-card .mh-guest-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
}

.mh-guest-quick-card h3 {
  font-size: clamp(1.38rem, 1.7vw, 1.72rem);
}

.mh-guest-quick-card p:not(.mh-guest-overline) {
  color: rgba(39, 42, 57, .70);
  font-size: .9rem;
}

.mh-guest-quick-link {
  margin-top: auto !important;
  padding-top: 24px;
}

.mh-guest-info-page .mh-guest-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mh-guest-info-page .wp-block-button.mh-guest-button > .wp-block-button__link,
.mh-guest-info-page .mh-guest-button > .wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 13px 24px !important;
  border: 1px solid #B1A470 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #B1A470 !important;
  color: #272A39 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease !important;
}

.mh-guest-info-page .wp-block-button.mh-guest-button > .wp-block-button__link:hover,
.mh-guest-info-page .mh-guest-button > .wp-block-button__link:hover {
  border-color: #272A39 !important;
  background: #272A39 !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
}

.mh-guest-info-page .wp-block-button.mh-guest-button.is-style-outline > .wp-block-button__link,
.mh-guest-info-page .mh-guest-button.is-style-outline > .wp-block-button__link {
  border-color: #B1A470 !important;
  background: transparent !important;
  color: #272A39 !important;
}

.mh-guest-info-page .wp-block-button.mh-guest-button.is-style-outline > .wp-block-button__link:hover,
.mh-guest-info-page .mh-guest-button.is-style-outline > .wp-block-button__link:hover {
  border-color: #272A39 !important;
  background: #272A39 !important;
  color: #FFFFFF !important;
}

.mh-guest-quick-link .wp-block-button__link {
  min-height: 0 !important;
  padding: 0 0 5px !important;
  border-width: 0 0 1px !important;
  background: transparent !important;
  color: #272A39 !important;
}

.mh-guest-stay {
  background: #FFFFFF;
}

.mh-guest-timeline {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: clamp(44px, 6vw, 76px) !important;
  border-top: 1px solid var(--mh-guest-line);
  border-left: 1px solid var(--mh-guest-line);
}

.mh-guest-info-card {
  position: relative;
  min-width: 0;
  min-height: 350px;
  padding: clamp(34px, 4vw, 54px);
  border-right: 1px solid var(--mh-guest-line);
  border-bottom: 1px solid var(--mh-guest-line);
  background: #FFFFFF;
}

.mh-guest-info-card p:not(.mh-guest-card-number) {
  color: rgba(39, 42, 57, .72);
}

.mh-guest-card-number {
  margin-bottom: 74px !important;
  color: #B1A470;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4rem;
  line-height: 1;
}

.mh-guest-prices {
  background: #272A39;
  color: #FFFFFF;
}

.mh-guest-two-column {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
  gap: clamp(48px, 8vw, 110px) !important;
  align-items: start !important;
}

.mh-guest-prices h2,
.mh-guest-prices .mh-guest-section-copy > p:not(.mh-guest-overline),
.mh-guest-prices .mh-guest-section-copy > .wp-block-group__inner-container > p:not(.mh-guest-overline) {
  color: #FFFFFF !important;
}

.mh-guest-section-copy {
  min-width: 0;
}

.mh-guest-section-copy > .wp-block-group__inner-container > .mh-guest-buttons,
.mh-guest-section-copy > .mh-guest-buttons {
  margin-top: 34px !important;
}

.mh-guest-highlight {
  margin-block: 32px !important;
  padding: 22px 24px;
  border-left: 3px solid #B1A470;
  background: rgba(177, 164, 112, .10);
}

.mh-guest-prices .mh-guest-highlight {
  background: rgba(255, 255, 255, .07);
}

.mh-guest-price-logic {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 1px !important;
  background: rgba(255, 255, 255, .16);
}

.mh-guest-price-logic .mh-guest-info-card {
  min-height: 0;
  border: 0;
  background: #FFFFFF;
}

.mh-guest-price-logic .mh-guest-card-number {
  margin-bottom: 34px !important;
}

.mh-guest-table-section {
  margin-top: clamp(70px, 9vw, 120px) !important;
  padding-top: clamp(46px, 6vw, 74px);
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.mh-guest-table-section h3 {
  max-width: none;
  color: #FFFFFF;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
}

.mh-guest-table-section > .wp-block-group__inner-container > p:not(.mh-guest-overline),
.mh-guest-table-section > p:not(.mh-guest-overline) {
  color: rgba(255, 255, 255, .72);
}

.mh-guest-info-page .wp-block-table.mh-guest-table {
  width: 100%;
  max-width: none;
  margin-top: 34px !important;
  overflow-x: auto;
  background: #FFFFFF;
  color: #272A39;
  -webkit-overflow-scrolling: touch;
}

.mh-guest-info-page .mh-guest-table table {
  width: 100%;
  min-width: 860px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: auto;
}

.mh-guest-info-page .mh-guest-season-table table {
  min-width: 760px;
}

.mh-guest-info-page .mh-guest-table th,
.mh-guest-info-page .mh-guest-table td {
  padding: 20px 18px;
  border: 0;
  border-right: 1px solid rgba(39, 42, 57, .13);
  border-bottom: 1px solid rgba(39, 42, 57, .13);
  color: #272A39;
  text-align: left;
  vertical-align: top;
}

.mh-guest-info-page .mh-guest-table th {
  background: #B1A470;
  color: #272A39;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mh-guest-info-page .mh-guest-table td:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.mh-guest-info-page .mh-guest-table td small {
  color: rgba(39, 42, 57, .66);
  font-size: .72rem;
}

.mh-guest-info-page .mh-guest-table figcaption {
  margin: 0;
  padding: 16px 18px;
  background: rgba(177, 164, 112, .12);
  color: rgba(39, 42, 57, .72);
  font-size: .76rem;
  line-height: 1.55;
  text-align: left;
}

.mh-guest-dining {
  background: #FFFFFF;
}

.mh-guest-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: clamp(44px, 6vw, 76px) !important;
  overflow: hidden;
  background: rgba(39, 42, 57, .16);
}

.mh-guest-choice-card {
  min-width: 0;
  min-height: 490px;
  padding: clamp(38px, 5vw, 66px);
  background: var(--mh-guest-soft);
}

.mh-guest-choice-card > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mh-guest-choice-card .mh-guest-icon {
  margin-bottom: 52px;
}

.mh-guest-choice-card .mh-guest-buttons {
  margin-top: auto !important;
  padding-top: 30px;
}

.mh-guest-choice-dark {
  background: #272A39;
  color: #FFFFFF;
}

.mh-guest-choice-dark h3,
.mh-guest-choice-dark p:not(.mh-guest-overline) {
  color: #FFFFFF !important;
}

.mh-guest-choice-dark .mh-guest-button > .wp-block-button__link {
  border-color: #B1A470 !important;
  background: #B1A470 !important;
  color: #272A39 !important;
}

.mh-guest-service-note {
  margin-top: 38px !important;
  padding: 24px 28px;
  border: 1px solid var(--mh-guest-line);
  color: var(--mh-guest-muted);
}

.mh-guest-children {
  background: var(--mh-guest-soft);
}

.mh-guest-age-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: clamp(42px, 6vw, 70px) !important;
  margin-bottom: 24px !important;
}

.mh-guest-age-card {
  min-width: 0;
  padding: clamp(32px, 4vw, 50px);
  border-top: 3px solid #B1A470;
  background: #FFFFFF;
}

.mh-guest-age {
  margin-bottom: 54px !important;
  color: #B1A470;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.mh-guest-age-card h3 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.mh-guest-dogs {
  background: #FFFFFF;
}

.mh-guest-dog-card,
.mh-guest-cancellation-card {
  min-width: 0;
  padding: clamp(38px, 5vw, 66px);
  border-top: 4px solid #B1A470;
  background: var(--mh-guest-soft);
}

.mh-guest-dog-card .mh-guest-icon,
.mh-guest-cancellation-card .mh-guest-icon {
  margin-bottom: 48px;
}

.mh-guest-dog-card .mh-guest-buttons {
  margin-top: 28px !important;
}

.mh-guest-included {
  background: #272A39;
  color: #FFFFFF;
}

.mh-guest-included-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .35fr) !important;
  gap: clamp(42px, 8vw, 120px) !important;
  align-items: center !important;
}

.mh-guest-included h2,
.mh-guest-included .mh-guest-section-lead,
.mh-guest-included .mh-guest-section-copy > p:not(.mh-guest-overline),
.mh-guest-included .mh-guest-section-copy > .wp-block-group__inner-container > p:not(.mh-guest-overline) {
  color: #FFFFFF !important;
}

.mh-guest-included-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: clamp(44px, 6vw, 76px) !important;
}

.mh-guest-included-card {
  min-width: 0;
  min-height: 330px;
  padding: clamp(28px, 3vw, 42px);
  border-top: 3px solid #B1A470;
  background: #FFFFFF;
  color: #272A39;
}

.mh-guest-included-card > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mh-guest-included-card .mh-guest-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 38px;
}

.mh-guest-included-card h3 {
  color: #272A39 !important;
  font-size: clamp(1.35rem, 1.7vw, 1.72rem);
}

.mh-guest-included-card .mh-guest-small {
  color: rgba(39, 42, 57, .70) !important;
}

.mh-guest-included .mh-guest-service-note {
  border-color: rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .76);
}

.mh-guest-included-inner > .wp-block-html,
.mh-guest-included-inner > .wp-block-group__inner-container > .wp-block-html {
  justify-self: end;
}

.mh-guest-included-inner > .wp-block-html .mh-guest-icon,
.mh-guest-included-inner > .wp-block-group__inner-container > .wp-block-html .mh-guest-icon {
  width: clamp(150px, 20vw, 260px);
  height: clamp(150px, 20vw, 260px);
  opacity: .75;
}

.mh-guest-cancellation {
  background: #FFFFFF;
}

.mh-guest-arrival {
  background: var(--mh-guest-soft);
}

.mh-guest-arrival-card {
  min-width: 0;
  padding: clamp(38px, 5vw, 66px);
  border-top: 4px solid #B1A470;
  background: #272A39;
  color: #FFFFFF;
}

.mh-guest-arrival-card .mh-guest-icon {
  margin-bottom: 48px;
}

.mh-guest-arrival-card h3,
.mh-guest-arrival-card p {
  color: #FFFFFF !important;
}

.mh-guest-cancellation-card {
  background: #272A39;
  color: #FFFFFF;
}

.mh-guest-cancellation-card h3,
.mh-guest-cancellation-card p {
  color: #FFFFFF !important;
}

.mh-guest-faq {
  background: var(--mh-guest-soft);
}

.mh-guest-faq-inner {
  display: grid !important;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr) !important;
  gap: clamp(48px, 8vw, 120px) !important;
  align-items: start !important;
}

.mh-guest-faq-intro {
  min-width: 0;
}

.mh-guest-faq-list {
  min-width: 0;
  border-top: 1px solid var(--mh-guest-line);
}

.mh-guest-faq-item {
  margin: 0 !important;
  border-bottom: 1px solid var(--mh-guest-line);
  background: transparent;
}

.mh-guest-faq-item summary {
  position: relative;
  padding: 26px 54px 26px 0;
  color: #272A39;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.3;
  list-style: none;
}

.mh-guest-faq-item summary::-webkit-details-marker {
  display: none;
}

.mh-guest-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  color: #B1A470;
  content: "+";
  font-family: Inter, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  transform: translateY(-50%);
}

.mh-guest-faq-item[open] summary::after {
  content: "−";
}

.mh-guest-faq-item > p,
.mh-guest-faq-item > .wp-block-group__inner-container > p {
  max-width: 68ch;
  padding: 0 54px 28px 0;
  color: var(--mh-guest-muted);
}

.mh-guest-contact {
  background: #FFFFFF;
}

.mh-guest-contact-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr) !important;
  gap: clamp(46px, 8vw, 110px) !important;
  align-items: end !important;
}

.mh-guest-direct-links {
  margin-top: 32px !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  line-height: 1.8;
}

.mh-guest-direct-links a {
  border-bottom: 1px solid rgba(177, 164, 112, .55);
}

.mh-guest-contact-buttons {
  flex-direction: column;
}

.mh-guest-contact-buttons .wp-block-button,
.mh-guest-contact-buttons .wp-block-button__link {
  width: 100%;
}

.mh-guest-closing {
  padding-block: clamp(90px, 11vw, 160px);
  background: #272A39;
  color: #FFFFFF;
}

.mh-guest-closing-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 42px !important;
}

.mh-guest-closing h2 {
  max-width: 18ch;
  margin-bottom: 0;
  color: #FFFFFF;
}

.mh-guest-closing-buttons {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100%;
}

.mh-guest-closing-buttons .wp-block-button,
.mh-guest-closing-buttons .wp-block-button__link {
  width: 100%;
}

.mh-guest-info-page .mh-guest-closing .wp-block-button.mh-guest-button.is-style-outline > .wp-block-button__link,
.mh-guest-info-page .mh-guest-closing .mh-guest-button.is-style-outline > .wp-block-button__link {
  border-color: #B1A470 !important;
  color: #FFFFFF !important;
}

.mh-guest-info-page .mh-guest-closing .wp-block-button.mh-guest-button.is-style-outline > .wp-block-button__link:hover,
.mh-guest-info-page .mh-guest-closing .mh-guest-button.is-style-outline > .wp-block-button__link:hover {
  border-color: #FFFFFF !important;
  background: #FFFFFF !important;
  color: #272A39 !important;
}

.mh-guest-info-page :focus-visible {
  outline: 2px solid #B1A470;
  outline-offset: 4px;
}

.mh-guest-info-page ::selection {
  background: #B1A470;
  color: #272A39;
}

@media (max-width: 1050px) {
  .mh-guest-fact-grid,
  .mh-guest-quick-grid,
  .mh-guest-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mh-guest-two-column,
  .mh-guest-faq-inner,
  .mh-guest-contact-inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mh-guest-section-copy,
  .mh-guest-faq-intro {
    max-width: 860px;
  }
}

@media (max-width: 760px) {
  .mh-guest-info-page {
    font-size: 16px;
  }

  .mh-guest-info-page .mh-guest-shell {
    width: min(calc(100% - 36px), 1280px) !important;
  }

  .mh-guest-info-page h2 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .mh-guest-fact-grid,
  .mh-guest-quick-grid,
  .mh-guest-timeline,
  .mh-guest-choice-grid,
  .mh-guest-age-grid,
  .mh-guest-included-grid,
  .mh-guest-included-inner,
  .mh-guest-closing-buttons {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mh-guest-fact-card,
  .mh-guest-quick-card,
  .mh-guest-info-card,
  .mh-guest-choice-card {
    min-height: 0;
  }

  .mh-guest-fact-card .mh-guest-icon,
  .mh-guest-quick-card .mh-guest-icon,
  .mh-guest-choice-card .mh-guest-icon {
    margin-bottom: 28px;
  }

  .mh-guest-card-number,
  .mh-guest-age {
    margin-bottom: 34px !important;
  }

  .mh-guest-included-inner > .wp-block-html,
  .mh-guest-included-inner > .wp-block-group__inner-container > .wp-block-html {
    justify-self: start;
  }

  .mh-guest-included-inner > .wp-block-html .mh-guest-icon,
  .mh-guest-included-inner > .wp-block-group__inner-container > .wp-block-html .mh-guest-icon {
    width: 120px;
    height: 120px;
  }

  .mh-guest-contact-buttons,
  .mh-guest-closing-buttons {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-guest-info-page *,
  .mh-guest-info-page *::before,
  .mh-guest-info-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/*
 * Durable CTA boundary for the final guest-information section.
 * SoulKitchen and Gutenberg may attach responsive visibility/animation rules
 * to core/button wrappers. These final, fully scoped rules deliberately reset
 * every property that can hide or collapse the closing CTAs on small screens.
 */
.mh-guest-info-page .mh-guest-closing,
.mh-guest-info-page .mh-guest-closing .mh-guest-closing-inner,
.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons,
.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons .wp-block-button,
.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons .wp-block-button__link {
  visibility: visible !important;
  opacity: 1 !important;
  filter: none !important;
  clip: auto !important;
  clip-path: none !important;
}

.mh-guest-info-page .mh-guest-closing {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  isolation: isolate;
}

.mh-guest-info-page .mh-guest-closing .mh-guest-closing-inner {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  width: min(calc(100% - 64px), 1280px) !important;
  height: auto !important;
  max-height: none !important;
  margin-inline: auto !important;
  overflow: visible !important;
  transform: none !important;
}

.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons {
  position: relative !important;
  z-index: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 56px !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons > .wp-block-button,
.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons > .wp-block-buttons__inner-container > .wp-block-button {
  position: relative !important;
  z-index: 4 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 56px !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons .wp-block-button > .wp-block-button__link,
.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons .wp-block-button > .wp-block-button__link:visited {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 56px !important;
  max-height: none !important;
  padding: 15px 22px !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  white-space: normal !important;
}

.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons .wp-block-button.mh-guest-button:not(.is-style-outline) > .wp-block-button__link,
.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons .wp-block-button.mh-guest-button:not(.is-style-outline) > .wp-block-button__link:visited {
  border-color: #B1A470 !important;
  background: #B1A470 !important;
  color: #272A39 !important;
}

.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons .wp-block-button.mh-guest-button.is-style-outline > .wp-block-button__link,
.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons .wp-block-button.mh-guest-button.is-style-outline > .wp-block-button__link:visited {
  border-color: #B1A470 !important;
  background: transparent !important;
  color: #FFFFFF !important;
}

.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons .wp-block-button.mh-guest-button > .wp-block-button__link:hover,
.mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons .wp-block-button.mh-guest-button > .wp-block-button__link:focus-visible {
  border-color: #FFFFFF !important;
  background: #FFFFFF !important;
  color: #272A39 !important;
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 760px) {
  .mh-guest-info-page .mh-guest-closing .mh-guest-closing-inner {
    width: min(calc(100% - 36px), 1280px) !important;
  }

  .mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    min-height: 0 !important;
  }

  .mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons > .wp-block-button,
  .mh-guest-info-page .mh-guest-closing .mh-guest-closing-buttons .wp-block-button > .wp-block-button__link {
    display: flex !important;
    width: 100% !important;
    min-height: 56px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* -------------------------------------------------------------------------
 * Angebote 2.7.0 – kompakte editorfreundliche Angebotsseite
 * ---------------------------------------------------------------------- */
.mh-longread-v2[data-mh-kind="angebote"] .mh-quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-chapter {
  min-height: 0;
  padding-block: clamp(70px, 8vw, 105px);
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-chapter-copy {
  max-width: 100%;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-chapter-copy > p:first-of-type::first-letter {
  float: none;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-emotion {
  max-width: 62ch;
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.1vw, 1.65rem);
  line-height: 1.55;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-featured-grid,
.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-compact-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-block: clamp(40px, 6vw, 72px);
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-featured-grid > .wp-block-column,
.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-compact-grid > .wp-block-column {
  min-width: 0;
  margin: 0 !important;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-card {
  position: relative;
  height: 100%;
  margin: 0;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--mh-line);
  background: #fff;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-card-recommended {
  border: 2px solid var(--mh-gold);
  box-shadow: 0 16px 44px rgba(39, 42, 57, .08);
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-card-compact {
  background: var(--mh-deep);
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-badge,
.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-kicker {
  margin: 0 0 18px;
  color: var(--mh-gold);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 7px 10px;
  background: var(--mh-gold);
  color: #fff;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-card h3 {
  margin: 0 0 26px;
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  font-weight: 400;
  line-height: 1.18;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-list li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid var(--mh-line);
  color: var(--mh-ink);
  font-size: .88rem;
  line-height: 1.55;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-list li::before {
  position: absolute;
  top: 17px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mh-gold);
  content: "";
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-card-actions {
  margin: 30px 0 0;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-card-actions .wp-block-button,
.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-card-actions .wp-block-button__link {
  width: 100%;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-card-actions .wp-block-button__link {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid var(--mh-gold);
  border-radius: 0;
  background: var(--mh-gold);
  color: #fff;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .10em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-card-actions .wp-block-button__link:hover,
.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-card-actions .wp-block-button__link:focus-visible {
  background: var(--mh-ink);
  border-color: var(--mh-ink);
  color: #fff;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-note {
  max-width: 68ch;
  margin-top: -24px;
  color: var(--mh-muted);
  font-size: .79rem;
  line-height: 1.6;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-savings-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  max-width: 100% !important;
  margin-block: clamp(36px, 5vw, 58px);
  padding: 1px;
  background: var(--mh-line);
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-saving-card {
  min-width: 0;
  margin: 0 !important;
  padding: 25px 22px 26px;
  background: #fff;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-saving-value {
  margin: 0 0 28px;
  color: var(--mh-gold) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 3.8vw, 3.6rem);
  line-height: .95;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-saving-card h3 {
  margin: 0 0 10px;
  color: var(--mh-ink);
  font-size: 1.15rem;
  line-height: 1.25;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-saving-text {
  margin: 0;
  color: var(--mh-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-offer-main-action {
  max-width: 300px !important;
  margin: 0 0 clamp(45px, 7vw, 75px) !important;
}

.mh-longread-v2[data-mh-kind="angebote"] .mh-discover-links {
  grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 950px) {
  .mh-longread-v2[data-mh-kind="angebote"] .mh-quick-grid,
  .mh-longread-v2[data-mh-kind="angebote"] .mh-savings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .mh-longread-v2[data-mh-kind="angebote"] .mh-quick-grid,
  .mh-longread-v2[data-mh-kind="angebote"] .mh-offer-featured-grid,
  .mh-longread-v2[data-mh-kind="angebote"] .mh-offer-compact-grid,
  .mh-longread-v2[data-mh-kind="angebote"] .mh-savings-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mh-longread-v2[data-mh-kind="angebote"] .mh-offer-card {
    padding: 26px 22px;
  }

  .mh-longread-v2[data-mh-kind="angebote"] .mh-offer-note {
    margin-top: -12px;
  }
}


/* ==========================================================================
   Presse-Downloads – editorfreundliche Vorlage (2.8.0)
   ========================================================================== */

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-chapter-copy > p:first-of-type::first-letter {
  float: none;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-intro {
  max-width: 68ch;
  color: var(--mh-ink);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  max-width: 100% !important;
  margin-block: clamp(38px, 5vw, 60px);
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-single-download {
  max-width: 760px !important;
  margin: clamp(30px, 5vw, 52px) 0 0 !important;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  margin: 0;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--mh-line);
  background: #fff;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-overline {
  margin: 0 0 18px;
  color: var(--mh-gold);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-card h3 {
  margin: 0 0 18px;
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  font-weight: 400;
  line-height: 1.18;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-description {
  margin: 0 0 22px;
  color: var(--mh-ink);
  font-size: .9rem;
  line-height: 1.68;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-meta {
  margin: auto 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--mh-line);
  color: var(--mh-muted);
  font-size: .72rem;
  line-height: 1.5;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-button,
.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-page-actions .wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid var(--mh-gold);
  border-radius: 0;
  background: var(--mh-gold);
  color: #fff !important;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.3;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-button:hover,
.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-button:focus-visible,
.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-page-actions .wp-block-button__link:hover,
.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-page-actions .wp-block-button__link:focus-visible {
  border-color: var(--mh-ink);
  background: var(--mh-ink);
  color: #fff !important;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-button.is-secondary {
  border-color: var(--mh-ink);
  background: transparent;
  color: var(--mh-ink) !important;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-button.is-secondary:hover,
.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-button.is-secondary:focus-visible {
  background: var(--mh-ink);
  color: #fff !important;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-logo-overview {
  margin-bottom: clamp(32px, 5vw, 54px);
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-note {
  max-width: 72ch;
  margin-top: 24px;
  color: var(--mh-muted);
  font-size: .78rem;
  line-height: 1.65;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-photo-panel {
  max-width: 760px !important;
  margin: clamp(34px, 5vw, 56px) 0 !important;
  padding: clamp(28px, 4vw, 42px);
  border-left: 3px solid var(--mh-gold);
  background: var(--mh-deep);
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-photo-panel h3 {
  margin: 0 0 16px;
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 400;
  line-height: 1.2;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-photo-panel p {
  margin: 0 0 22px;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-page-actions {
  margin: 0;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-contact-box {
  max-width: 760px !important;
  margin: clamp(44px, 7vw, 74px) 0 0 !important;
  padding: clamp(28px, 4vw, 42px);
  background: var(--mh-ink);
  color: #fff;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-contact-overline {
  margin: 0 0 16px;
  color: var(--mh-gold) !important;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-contact-box h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 400;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-contact-box p,
.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-contact-box a {
  color: #fff;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-contact-box a {
  text-decoration-color: var(--mh-gold);
  text-underline-offset: 3px;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-contact-small {
  margin-bottom: 0;
  color: rgba(255,255,255,.76) !important;
  font-size: .78rem;
  line-height: 1.6;
}

.mh-longread-v2[data-mh-kind="presse-downloads"] .mh-discover-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 760px) {
  .mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-grid,
  .mh-longread-v2[data-mh-kind="presse-downloads"] .mh-discover-links {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-card {
    padding: 26px 22px;
  }

  .mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-actions {
    flex-direction: column;
  }

  .mh-longread-v2[data-mh-kind="presse-downloads"] .mh-press-download-button {
    width: 100%;
  }
}

/* ========================================================================== 
   20 Jahre Mesnerhaus – Jubiläum 2007–2027 (2.9.1)
   ========================================================================== */

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-chapter-copy > p:first-of-type::first-letter {
  float: none;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-lead {
  max-width: 68ch;
  color: var(--mh-ink);
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.68;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-emotion {
  max-width: 64ch;
  margin-block: 26px 40px;
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.35;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-hero-image {
  margin-top: clamp(38px, 6vw, 72px);
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-duo-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(26px, 5vw, 64px) !important;
  margin-block: clamp(34px, 6vw, 68px);
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-duo-grid > .wp-block-column {
  min-width: 0;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-duo-grid .wp-block-image {
  margin-bottom: 30px;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-person-overline {
  margin: 0 0 12px;
  color: var(--mh-gold);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-duo-grid h3 {
  margin: 0 0 18px;
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.7vw, 2.3rem);
  font-weight: 400;
  line-height: 1.2;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-statement {
  margin-top: clamp(38px, 6vw, 68px);
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-facts-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  max-width: 100% !important;
  margin-block: clamp(36px, 5vw, 62px);
  padding: 1px;
  background: var(--mh-line);
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-fact {
  min-width: 0;
  margin: 0 !important;
  padding: clamp(25px, 4vw, 42px) clamp(20px, 3vw, 34px);
  background: #fff;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-fact-value {
  margin: 0 0 24px;
  color: var(--mh-gold) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 5vw, 4.8rem);
  line-height: .92;
  letter-spacing: -.04em;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-fact h3 {
  margin: 0 0 9px;
  color: var(--mh-ink);
  font-size: 1rem;
  line-height: 1.25;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-fact-text {
  margin: 0;
  color: var(--mh-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-subheading {
  margin: clamp(48px, 7vw, 82px) 0 24px;
  color: var(--mh-ink);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlights-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  max-width: 100% !important;
  margin-block: 26px clamp(42px, 6vw, 70px);
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlight {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  margin: 0 !important;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--mh-line);
  background: #fff;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlight-main {
  border-color: var(--mh-gold);
  background: var(--mh-ink);
  color: #fff;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlight-date {
  margin: 0 0 18px;
  color: var(--mh-gold) !important;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlight h3 {
  margin: 0 0 18px;
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
  font-weight: 400;
  line-height: 1.18;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlight-main h3,
.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlight-main .mh-jubilee-highlight-text {
  color: #fff;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlight-text {
  margin: 0 0 28px;
  color: var(--mh-ink);
  font-size: .88rem;
  line-height: 1.66;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-actions {
  margin: auto 0 0;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-actions .wp-block-button__link,
.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-final-actions .wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid var(--mh-gold);
  border-radius: 0;
  background: var(--mh-gold);
  color: #fff !important;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.3;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-actions .wp-block-button__link:hover,
.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-actions .wp-block-button__link:focus-visible,
.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-final-actions .wp-block-button__link:hover,
.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-final-actions .wp-block-button__link:focus-visible {
  border-color: var(--mh-ink);
  background: var(--mh-ink);
  color: #fff !important;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlight-main .mh-jubilee-actions .wp-block-button__link:hover,
.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlight-main .mh-jubilee-actions .wp-block-button__link:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--mh-ink) !important;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-events-intro {
  max-width: 72ch;
  margin-bottom: 34px;
  color: var(--mh-muted);
  font-size: .86rem;
  line-height: 1.65;
}

.mh-jubilee-events {
  margin-block: 36px 44px;
}

.mh-jubilee-event-section + .mh-jubilee-event-section {
  margin-top: clamp(56px, 8vw, 86px);
}

.mh-jubilee-event-section-title {
  margin: 0 0 24px;
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  font-weight: 400;
  line-height: 1.2;
}

.mh-jubilee-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mh-jubilee-event-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--mh-line);
  background: #fff;
}

.mh-jubilee-event-card.is-past {
  opacity: .82;
}

.mh-jubilee-event-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--mh-deep);
  text-decoration: none !important;
}

.mh-jubilee-event-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.mh-jubilee-event-card:hover .mh-jubilee-event-image img {
  transform: scale(1.025);
}

.mh-jubilee-event-image-fallback {
  display: grid;
  place-items: center;
  background: var(--mh-ink);
}

.mh-jubilee-event-image-fallback span {
  color: var(--mh-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: 1;
}

.mh-jubilee-event-body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 24px 22px 26px;
}

.mh-jubilee-event-date {
  margin: 0 0 14px !important;
  color: var(--mh-gold) !important;
  font-size: .66rem !important;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mh-jubilee-event-card h4 {
  margin: 0 0 14px;
  color: var(--mh-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 2vw, 1.62rem);
  font-weight: 400;
  line-height: 1.22;
}

.mh-jubilee-event-card h4 a {
  color: inherit;
  text-decoration: none !important;
}

.mh-jubilee-event-excerpt {
  margin: 0 0 22px !important;
  color: var(--mh-muted) !important;
  font-size: .78rem !important;
  line-height: 1.62 !important;
}

.mh-jubilee-event-link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 4px;
  border-bottom: 1px solid var(--mh-gold);
  color: var(--mh-ink) !important;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.4;
  text-decoration: none !important;
  text-transform: uppercase;
}

.mh-jubilee-event-link span {
  margin-left: 7px;
  color: var(--mh-gold);
}

.mh-jubilee-events-empty,
.mh-jubilee-admin-notice {
  margin: 0;
  padding: 18px 20px;
  border-left: 3px solid var(--mh-gold);
  background: var(--mh-deep);
  color: var(--mh-ink);
  font-size: .82rem;
  line-height: 1.6;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-all-events {
  margin-top: 30px;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-sekt-panel {
  max-width: none !important;
  margin: clamp(34px, 5vw, 58px) 0 0 !important;
  padding: clamp(28px, 5vw, 58px);
  background: var(--mh-ink);
  color: #fff;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-sekt-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr) !important;
  gap: clamp(28px, 6vw, 72px) !important;
  align-items: center;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-sekt-panel h3 {
  margin: 0 0 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
  font-weight: 400;
  line-height: 1.14;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-sekt-panel p {
  color: rgba(255,255,255,.88);
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-sekt-overline {
  margin: 0 0 16px;
  color: var(--mh-gold) !important;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-sekt-details {
  margin: 26px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.72) !important;
  font-size: .78rem;
  line-height: 1.65;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-bottle {
  margin: 0;
}

.mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

@media (max-width: 980px) {
  .mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-facts-grid,
  .mh-jubilee-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-duo-grid,
  .mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-facts-grid,
  .mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlights-grid,
  .mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-sekt-grid,
  .mh-jubilee-event-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-sekt-panel {
    padding: 24px 20px 28px;
  }

  .mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-highlight {
    padding: 26px 22px;
  }

  .mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-final-actions .wp-block-button,
  .mh-longread-v2[data-mh-kind="jubilaeum-20"] .mh-jubilee-final-actions .wp-block-button__link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-jubilee-event-image img {
    transition: none;
  }
}


/* ================================================================
   ZIMMERKATEGORIE – BOUTIQUE / ROOM SALES LANDINGPAGE (3.0.0)
   ================================================================ */
.mh-longread[data-mh-kind^="zimmer-"] .mh-chapter-copy { max-width: 100%; }
.mh-longread[data-mh-kind^="zimmer-"] .mh-room-lead {
  max-width: 820px;
  font-size: clamp(1.18rem, 1.8vw, 1.48rem);
  line-height: 1.65;
  color: var(--mh-ink, #272A39);
}
.mh-longread[data-mh-kind^="zimmer-"] .mh-room-opening-image { margin-top: 2.4rem; }

.mh-room-feature-grid,
.mh-room-facts-grid,
.mh-room-equipment-grid,
.mh-room-included-grid,
.mh-room-compare-grid,
.mh-room-info-grid {
  display: grid;
  gap: 1px;
  margin: 2.2rem 0 2.8rem;
  background: rgba(39,42,57,.12);
  border: 1px solid rgba(39,42,57,.12);
}
.mh-room-feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.mh-room-facts-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.mh-room-equipment-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.mh-room-included-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.mh-room-compare-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.mh-room-info-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }

.mh-room-feature-card,
.mh-room-fact-card,
.mh-room-equipment-group,
.mh-room-included-card,
.mh-room-compare-card {
  margin: 0 !important;
  padding: clamp(1.35rem, 2.3vw, 2rem);
  background: #fff;
}
.mh-room-feature-number,
.mh-room-compare-kicker {
  margin: 0 0 1.1rem !important;
  color: #B1A470 !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  letter-spacing: .14em;
  font-weight: 700;
  text-transform: uppercase;
}
.mh-room-feature-card h3,
.mh-room-equipment-group h3,
.mh-room-included-card h3,
.mh-room-compare-card h3 {
  margin: 0 0 .65rem !important;
  color: #272A39;
}
.mh-room-feature-card p:last-child,
.mh-room-included-card p:last-child,
.mh-room-compare-card p:last-child { margin-bottom: 0 !important; }

.mh-room-fact-card { min-height: 150px; display:flex; flex-direction:column; justify-content:center; }
.mh-room-fact-value {
  margin: 0 0 .35rem !important;
  color: #B1A470 !important;
  font-size: clamp(1.8rem, 3vw, 2.7rem) !important;
  line-height: 1 !important;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: -.03em;
}
.mh-room-fact-label { margin: 0 !important; font-weight: 650; color:#272A39; }
.mh-room-fact-detail { margin: .25rem 0 0 !important; font-size: .86rem !important; opacity:.68; }
.mh-room-note {
  max-width: 820px;
  padding-left: 1.15rem;
  border-left: 2px solid #B1A470;
  color: rgba(39,42,57,.78);
}
.mh-room-actions { margin: 1.8rem 0 0 !important; gap:.75rem; }
.mh-room-actions .wp-block-button__link {
  border-radius: 0 !important;
  border: 1px solid #B1A470 !important;
  background: #B1A470 !important;
  color: #fff !important;
  padding: .85rem 1.35rem !important;
  font-size: .82rem !important;
  font-weight: 650;
  letter-spacing: .05em;
}
.mh-room-secondary-actions .wp-block-button__link { background: transparent !important; color:#B1A470 !important; }

.mh-room-editor-slot { display:none !important; }
.mh-room-video:empty { display:none; }
.mh-room-video { margin: 1.5rem 0 0; }
.mh-room-video video { width:100%; display:block; background:#272A39; }

.mh-room-equipment-list { margin: .8rem 0 0 !important; padding:0 !important; list-style:none !important; }
.mh-room-equipment-list li {
  position:relative;
  margin: .52rem 0 !important;
  padding-left: 1rem;
  line-height:1.45;
}
.mh-room-equipment-list li::before {
  content:'';
  position:absolute;
  left:0;
  top:.65em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#B1A470;
}
.mh-room-compare-card.is-current { box-shadow: inset 0 3px 0 #B1A470; background:#F8F7F3; }
.mh-room-compare-size {
  margin: 0 0 .65rem !important;
  color:#B1A470 !important;
  font-size:1.45rem !important;
  line-height:1.2 !important;
}

.mh-longread[data-mh-kind^="zimmer-"] .mh-closing-quote { background:#272A39; }
.mh-longread[data-mh-kind^="zimmer-"] .mh-closing-quote p { color:#fff; }
.mh-longread[data-mh-kind^="zimmer-"] .mh-discover-links a:first-child { background:#B1A470; color:#fff; border-color:#B1A470; }

@media (max-width: 980px) {
  .mh-room-included-grid,
  .mh-room-compare-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .mh-room-feature-grid,
  .mh-room-facts-grid,
  .mh-room-equipment-grid,
  .mh-room-included-grid,
  .mh-room-compare-grid,
  .mh-room-info-grid { grid-template-columns: 1fr; }
  .mh-room-fact-card { min-height: 120px; }
}

/* =======================================================================
   ZIMMERKATEGORIEN – PREMIUM UI / UX 2026 (3.2.0)
   Modernes, ruhiges Luxury-Hospitality Interface für Boutique & Folgezimmer.
   Bestehende Gutenberg-Inhalte bleiben vollständig editierbar.
   ======================================================================= */

.mh-longread-v2[data-mh-kind^="zimmer-"] {
  --mh-gold: #B1A470;
  --mh-deep: rgba(177, 164, 112, .10);
  --mh-line: rgba(39, 42, 57, .10);
  --mh-muted: rgba(39, 42, 57, .66);
  --mh-room-soft: #F7F6F2;
  --mh-room-card: #FFFFFF;
  --mh-room-radius: 22px;
  --mh-room-radius-sm: 15px;
  --mh-room-shadow: 0 18px 55px rgba(39, 42, 57, .075);
  --mh-room-shadow-hover: 0 22px 70px rgba(39, 42, 57, .12);
  background: #FFFFFF;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-reading-progress .mh-progress-track span {
  background: #B1A470;
}

/* -------- Intro / Quick facts as a modern bento strip -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick {
  background: var(--mh-room-soft);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-inner {
  padding-block: clamp(52px, 7vw, 88px);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-head {
  align-items: end;
  margin: 12px 0 28px;
  border: 0;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-head h2 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 4.25rem);
  line-height: .98;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-head p {
  margin: 0 0 6px;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-section-label {
  padding: 0;
  border: 0;
  color: #B1A470;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid {
  gap: 14px;
  border: 0;
  background: transparent;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid button {
  min-height: 158px;
  padding: 24px 24px 22px;
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-room-radius-sm);
  background: #FFFFFF;
  box-shadow: 0 8px 28px rgba(39, 42, 57, .045);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid button:not(:last-child) {
  border-right: 1px solid var(--mh-line);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid button:hover,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid button:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(177, 164, 112, .55);
  background: #FFFFFF;
  box-shadow: var(--mh-room-shadow-hover);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid button:first-child {
  border-color: #272A39;
  background: #272A39;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid button:first-child strong,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid button:first-child em {
  color: #FFFFFF;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid span {
  margin-bottom: 25px;
  color: #B1A470;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid strong {
  margin-bottom: 7px;
  font-size: 1.24rem;
}

/* -------- Replace old vertical timeline with a premium sticky tab bar -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-story-shell {
  display: block;
  width: min(calc(100% - 64px), 1280px);
  padding-bottom: clamp(80px, 9vw, 130px);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-story {
  max-width: none;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav {
  position: sticky;
  z-index: 40;
  top: var(--mh-sticky-offset);
  max-height: none;
  margin: 0 0 clamp(32px, 5vw, 60px);
  padding: 12px 0;
  overflow: visible;
  background: rgba(255,255,255,.91);
  border-bottom: 1px solid rgba(39,42,57,.08);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav > p {
  display: none;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav ol {
  display: flex;
  gap: 7px;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px;
  overflow-x: auto;
  border: 1px solid rgba(39,42,57,.09);
  border-radius: 999px;
  background: rgba(247,246,242,.92);
  scrollbar-width: none;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav ol::-webkit-scrollbar { display: none; }
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav ol::before,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav li button::before {
  display: none;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav li button {
  width: auto;
  padding: 10px 15px;
  border-radius: 999px;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav button span {
  color: rgba(39,42,57,.72);
  font-size: .66rem;
  letter-spacing: .055em;
  white-space: nowrap;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav button i {
  display: none !important;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav li.is-active button {
  background: #272A39;
  box-shadow: 0 6px 20px rgba(39,42,57,.16);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav li.is-active button span {
  color: #FFFFFF;
}

/* -------- Sections / typography -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter {
  min-height: 0;
  padding: clamp(62px, 8vw, 105px) 0;
  border: 0;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter + .mh-chapter {
  border-top: 1px solid rgba(39,42,57,.075);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter-year {
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(177,164,112,.32);
  border-radius: 999px;
  background: rgba(177,164,112,.10);
  color: #272A39;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter-eyebrow {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  color: #B1A470;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter h2 {
  max-width: 930px;
  margin-bottom: clamp(28px, 4vw, 46px);
  font-size: clamp(2.35rem, 4.2vw, 4.15rem);
  line-height: 1.02;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter-copy > p:first-of-type::first-letter {
  float: none;
  margin: 0;
  color: inherit;
  font: inherit;
}

/* -------- Character: asymmetric editorial split -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-chapter-copy {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-lead {
  grid-column: 1;
  margin: 0 !important;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  line-height: 1.72;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-opening-image {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  overflow: hidden;
  border-radius: var(--mh-room-radius);
  box-shadow: var(--mh-room-shadow);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-opening-image img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: inherit;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-opening-image:hover img {
  transform: scale(1.018);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-feature-grid {
  grid-column: 1 / -1;
  margin: clamp(38px, 5vw, 64px) 0 0;
}

/* -------- Cards: generous, rounded, tactile -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-grid,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-grid {
  gap: 16px;
  border: 0;
  background: transparent;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-card,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(39,42,57,.09);
  border-radius: var(--mh-room-radius-sm);
  background: #FFFFFF;
  box-shadow: 0 10px 34px rgba(39,42,57,.045);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-card:hover,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card:hover,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-card:hover {
  transform: translateY(-3px);
  border-color: rgba(177,164,112,.48);
  box-shadow: var(--mh-room-shadow-hover);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-card {
  min-height: 235px;
  padding: clamp(24px, 3vw, 34px);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 38px !important;
  border: 1px solid rgba(177,164,112,.45);
  border-radius: 50%;
  background: rgba(177,164,112,.10);
  color: #B1A470 !important;
  letter-spacing: .06em;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

/* -------- Digital factsheet / room passport -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid {
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin: 0 0 26px;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card {
  min-height: 165px;
  padding: 26px 28px;
  justify-content: flex-end;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #B1A470;
  opacity: .55;
  content: "";
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card:first-child {
  border-color: #272A39;
  background: #272A39;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card:first-child .mh-room-fact-label,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card:first-child .mh-room-fact-detail {
  color: #FFFFFF !important;
  opacity: .82;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-value {
  margin-bottom: 11px !important;
  color: #B1A470 !important;
  font-size: clamp(2rem, 3vw, 3.05rem) !important;
  font-weight: 500;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-label {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-note {
  max-width: 900px;
  margin: 24px 0 0 !important;
  padding: 18px 20px;
  border: 1px solid rgba(177,164,112,.28);
  border-left: 1px solid rgba(177,164,112,.28);
  border-radius: 14px;
  background: rgba(177,164,112,.075);
}

/* -------- Buttons -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px !important;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-actions .wp-block-button__link {
  min-height: 49px;
  padding: 13px 20px !important;
  border-radius: 12px !important;
  box-shadow: 0 9px 25px rgba(177,164,112,.18);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-actions .wp-block-button__link::after {
  margin-left: .55rem;
  content: "↗";
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-actions .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 32px rgba(177,164,112,.25);
}

/* -------- Gallery / film presentation -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-bilder-video .mh-chapter-copy > p:first-child {
  max-width: 760px;
  font-size: 1.08rem;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-bilder-video .envira-gallery-wrap,
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-bilder-video .envira-gallery-public {
  margin-top: 28px;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-bilder-video .envira-gallery-wrap img,
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-bilder-video .envira-gallery-public img {
  border-radius: 14px;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-bilder-video h3 {
  margin: clamp(50px, 7vw, 78px) 0 12px;
  font-size: clamp(1.75rem, 2.7vw, 2.6rem);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-video {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(39,42,57,.08);
  border-radius: var(--mh-room-radius);
  background: #272A39;
  box-shadow: var(--mh-room-shadow);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* -------- Amenities: one premium panel, not three loose boxes -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-grid {
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 0;
  margin: 0 0 clamp(42px, 6vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(39,42,57,.09);
  border-radius: var(--mh-room-radius);
  background: #FFFFFF;
  box-shadow: var(--mh-room-shadow);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-group {
  min-height: 300px;
  padding: clamp(24px, 3vw, 34px);
  border-right: 1px solid rgba(39,42,57,.08);
  background: #FFFFFF;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-group:last-child {
  border-right: 0;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-group h3 {
  position: relative;
  margin-bottom: 22px !important;
  padding-bottom: 15px;
  font-size: 1.42rem;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-group h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 2px;
  background: #B1A470;
  content: "";
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-list li {
  margin: .72rem 0 !important;
  padding-left: 22px;
  font-size: .94rem;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-list li::before {
  top: .48em;
  width: 8px;
  height: 8px;
  border: 2px solid #B1A470;
  background: transparent;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-ausstattung .mh-chapter-copy > h3 {
  margin: 0 0 22px;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-grid {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-card {
  min-height: 190px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(177,164,112,.085), rgba(177,164,112,.03));
  box-shadow: none;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-card h3 {
  margin-bottom: 20px !important;
  font-size: 1.3rem;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-card h3::before {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #B1A470;
  content: "";
}

/* -------- Category comparison as a clean responsive comparison table -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-grid {
  display: block;
  margin: 30px 0 28px;
  overflow: hidden;
  border: 1px solid rgba(39,42,57,.09);
  border-radius: var(--mh-room-radius);
  background: #FFFFFF;
  box-shadow: var(--mh-room-shadow);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, .8fr) 110px minmax(0, 2fr);
  gap: 24px;
  align-items: center;
  min-height: 112px;
  padding: 22px 30px;
  border: 0;
  border-bottom: 1px solid rgba(39,42,57,.075);
  background: #FFFFFF;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card:last-child {
  border-bottom: 0;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card.is-current {
  box-shadow: inset 4px 0 0 #B1A470;
  background: rgba(177,164,112,.085);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-kicker {
  position: absolute;
  top: 15px;
  right: 18px;
  margin: 0 !important;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(177,164,112,.13);
  font-size: .58rem !important;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card:not(.is-current) .mh-room-compare-kicker {
  display: none;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card h3 {
  grid-column: 1;
  margin: 0 !important;
  font-size: 1.35rem;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-size {
  grid-column: 2;
  margin: 0 !important;
  color: #B1A470 !important;
  font-size: 1.55rem !important;
  font-weight: 600;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card > p:last-child {
  grid-column: 3;
  margin: 0 !important;
  color: rgba(39,42,57,.72);
  font-size: .94rem;
}

/* -------- Good to know as a modern data panel -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0;
  margin: 0 0 46px;
  overflow: hidden;
  border: 1px solid rgba(39,42,57,.09);
  border-radius: var(--mh-room-radius);
  background: #FFFFFF;
  box-shadow: var(--mh-room-shadow);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid .mh-room-included-card {
  min-height: 150px;
  padding: 26px 30px;
  border: 0;
  border-right: 1px solid rgba(39,42,57,.07);
  border-bottom: 1px solid rgba(39,42,57,.07);
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: none;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid .mh-room-included-card:nth-child(2n) {
  border-right: 0;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid .mh-room-included-card:nth-last-child(-n+2) {
  border-bottom: 0;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid .mh-room-included-card h3 {
  margin: 0 0 12px !important;
  color: #B1A470;
  font-size: .72rem;
  font-family: inherit;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid .mh-room-included-card h3::before {
  display: none;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid .mh-room-included-card p {
  margin: 0 !important;
  color: #272A39;
  font-size: 1.05rem;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-gut-zu-wissen .mh-chapter-copy > h3 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-gut-zu-wissen .mh-chapter-copy > h3 + p {
  max-width: 790px;
  padding: 22px 24px;
  border-radius: var(--mh-room-radius-sm);
  background: var(--mh-room-soft);
}

/* -------- Closing CTA -------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-closing-quote {
  background: #272A39;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-closing-inner {
  padding-block: clamp(72px, 9vw, 118px);
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-closing-quote p {
  color: #FFFFFF;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-discover {
  background: #F7F6F2;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-discover-links a {
  border-radius: 12px;
}
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-discover-links a:first-child {
  background: #B1A470;
  color: #FFFFFF;
  border-color: #B1A470;
}

/* -------- Tablet / mobile -------- */
@media (max-width: 980px) {
  .mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-chapter-copy {
    grid-template-columns: 1fr;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-opening-image,
  .mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-lead {
    grid-column: 1;
    grid-row: auto;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-opening-image img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card {
    grid-template-columns: 150px 90px 1fr;
    gap: 16px;
    padding: 20px 22px;
  }
}

@media (max-width: 760px) {
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-shell,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-story-shell {
    width: min(calc(100% - 32px), 1280px);
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-head {
    display: block;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-head p {
    margin-top: 14px;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid button {
    min-height: 145px;
    padding: 20px;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav {
    top: max(74px, env(safe-area-inset-top));
    margin-inline: -16px;
    padding: 9px 16px;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav ol {
    margin: 0;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter {
    padding: 58px 0 72px;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter h2 {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-grid,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-grid {
    grid-template-columns: 1fr;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-card,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-card {
    min-height: 0;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-grid {
    grid-template-columns: 1fr;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-group {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(39,42,57,.08);
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-group:last-child {
    border-bottom: 0;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px 15px;
    min-height: 0;
    padding: 22px 20px;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card h3 {
    grid-column: 1;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-size {
    grid-column: 2;
    text-align: right;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card > p:last-child {
    grid-column: 1 / -1;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-kicker {
    position: static;
    grid-column: 1 / -1;
    width: fit-content;
    margin-bottom: 4px !important;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid {
    grid-template-columns: 1fr;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid .mh-room-included-card {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(39,42,57,.07) !important;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid .mh-room-included-card:last-child {
    border-bottom: 0 !important;
  }
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-actions,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-actions .wp-block-button,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-actions .wp-block-button__link {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-card,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-card,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-opening-image img,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-actions .wp-block-button__link {
    transition: none;
  }
}

/* =======================================================================
   ZIMMERKATEGORIEN – FULL-WIDTH PREMIUM UI / LAYOUT HARDENING 3.2.0
   -----------------------------------------------------------------------
   Root cause 3.1.0:
   Die generische Longread-Regel `.mh-chapter-copy { max-width: 68ch; }`
   blieb im Frontend aktiv. Dadurch waren Factsheet, Vergleich, Ausstattung
   und weitere Grid-Blöcke auf die Breite einer Textspalte reduziert.
   Dieser Abschnitt setzt für Zimmerseiten eine explizite Layout-Hierarchie.
   ======================================================================= */

.mh-longread-v2[data-mh-kind^="zimmer-"] {
  --mh-room-shell: min(94vw, 1840px);
  --mh-room-text: 860px;
  --mh-room-border: rgba(39, 42, 57, .10);
  --mh-room-border-strong: rgba(39, 42, 57, .16);
  --mh-room-soft-2: #FBFAF7;
  --mh-room-shadow-soft: 0 10px 32px rgba(39, 42, 57, .055);
  --mh-room-shadow-lift: 0 18px 48px rgba(39, 42, 57, .095);
}

/* ---------- 1. Echte Seitenbreite ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-shell,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-story-shell {
  width: var(--mh-room-shell) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-story-shell {
  display: block !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-story,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter-copy {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

/* Gutenberg/Theme darf Room-Komponenten nicht wieder auf content-size begrenzen. */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter-copy > .wp-block-group,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter-copy > .wp-block-image,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter-copy > .wp-block-gallery,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter-copy > .wp-block-video,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter-copy > .envira-gallery-wrap,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter-copy > .envira-gallery-public {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-grid > *,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid > *,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-grid > *,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-grid > *,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-grid > *,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Lesetext bleibt angenehm kurz, UI-Komponenten bleiben breit. */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter-copy > p:not(.mh-room-note):not(.mh-room-lead),
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-bilder-video .mh-chapter-copy > p:first-child {
  max-width: var(--mh-room-text) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-chapter h2 {
  max-width: 1120px !important;
}

/* ---------- 2. Quick overview – 3 x 2 statt enger Legacy-Leiste ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid button {
  min-height: 142px !important;
  padding: 22px 24px !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid span {
  margin-bottom: 18px !important;
}

/* ---------- 3. Sticky Navigation ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav {
  width: 100%;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-timeline-nav ol {
  max-width: calc(100vw - 48px) !important;
}

/* ---------- 4. Charakter / Editorial Split ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-chapter-copy {
  grid-template-columns: minmax(320px, .78fr) minmax(520px, 1.22fr) !important;
  gap: clamp(40px, 5vw, 88px) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-lead {
  max-width: 620px !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-opening-image,
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-opening-image img {
  width: 100% !important;
  max-width: none !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-opening-image img {
  min-height: clamp(430px, 38vw, 650px) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-card {
  min-width: 0;
  min-height: 220px;
  padding: clamp(26px, 2.6vw, 38px) !important;
  border-color: var(--mh-room-border) !important;
  box-shadow: var(--mh-room-shadow-soft) !important;
}

/* ---------- 5. Digitales Factsheet / Room Passport ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  gap: 18px !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card {
  min-width: 0 !important;
  min-height: 180px !important;
  padding: 28px 30px !important;
  border-color: var(--mh-room-border) !important;
  box-shadow: var(--mh-room-shadow-soft) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-value {
  max-width: 100%;
  margin-bottom: 14px !important;
  font-size: clamp(1.85rem, 2.25vw, 3.15rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-label,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-detail {
  overflow-wrap: normal;
  word-break: normal;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-note {
  width: 100%;
  max-width: 1080px !important;
  padding: 20px 22px !important;
}

/* ---------- 6. Galerie & Video nutzen die volle Bühne ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-bilder-video .envira-gallery-wrap,
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-bilder-video .envira-gallery-public,
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-bilder-video .mh-room-video {
  width: 100% !important;
  max-width: none !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-video {
  border-radius: 20px !important;
  box-shadow: var(--mh-room-shadow-lift) !important;
}

/* ---------- 7. Ausstattung als echte breite Datenmatrix ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  box-shadow: var(--mh-room-shadow-soft) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-group {
  min-width: 0 !important;
  min-height: 285px !important;
  padding: clamp(28px, 2.7vw, 42px) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  gap: 16px !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-card {
  min-width: 0 !important;
  min-height: 178px !important;
  padding: 26px 28px !important;
}

/* ---------- 8. Vergleich – breite Hotel-Comparison-Table ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-grid {
  width: 100% !important;
  max-width: none !important;
  margin-top: 34px !important;
  box-shadow: var(--mh-room-shadow-soft) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card {
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(190px, .75fr) minmax(120px, .35fr) minmax(360px, 2fr) !important;
  gap: clamp(22px, 3vw, 52px) !important;
  min-height: 104px !important;
  padding: 24px clamp(28px, 3vw, 46px) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card h3 {
  font-size: clamp(1.25rem, 1.45vw, 1.55rem) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-size {
  font-size: clamp(1.45rem, 1.8vw, 1.9rem) !important;
  white-space: nowrap;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card > p:last-child {
  max-width: none !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

/* ---------- 9. Gut zu wissen – Data panel ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
  box-shadow: var(--mh-room-shadow-soft) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid .mh-room-included-card {
  min-width: 0 !important;
  min-height: 142px !important;
  padding: 28px 34px !important;
}

/* ---------- 10. Visuelle Präzision statt Theme-Kollisionen ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-grid,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-grid,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-grid,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid {
  box-sizing: border-box !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-card *,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card *,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-group *,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-card *,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card * {
  box-sizing: border-box;
}

/* ---------- 11. Responsive ---------- */
@media (max-width: 1180px) {
  .mh-longread-v2[data-mh-kind^="zimmer-"] {
    --mh-room-shell: min(94vw, 1180px);
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-chapter-copy {
    grid-template-columns: minmax(280px, .85fr) minmax(420px, 1.15fr) !important;
    gap: 38px !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card {
    grid-template-columns: minmax(165px, .7fr) 105px minmax(250px, 1.7fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 900px) {
  .mh-longread-v2[data-mh-kind^="zimmer-"] {
    --mh-room-shell: calc(100% - 40px);
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-chapter-copy {
    grid-template-columns: 1fr !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-opening-image,
  .mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-lead,
  .mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-feature-grid {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] #mh-charakter .mh-room-opening-image img {
    min-height: 0 !important;
    aspect-ratio: 16 / 10;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-feature-grid {
    grid-template-columns: 1fr !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-grid {
    grid-template-columns: 1fr !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-group {
    min-height: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(39,42,57,.08) !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-equipment-group:last-child {
    border-bottom: 0 !important;
  }
}

@media (max-width: 760px) {
  .mh-longread-v2[data-mh-kind^="zimmer-"] {
    --mh-room-shell: calc(100% - 28px);
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-quick-grid,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-included-grid,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid {
    grid-template-columns: 1fr !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card {
    min-height: 142px !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-value {
    font-size: clamp(1.8rem, 9vw, 2.55rem) !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 9px 16px !important;
    padding: 22px 20px !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card h3 {
    grid-column: 1 !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-size {
    grid-column: 2 !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card > p:last-child,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-kicker {
    grid-column: 1 / -1 !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid .mh-room-included-card {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(39,42,57,.07) !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-info-grid .mh-room-included-card:last-child {
    border-bottom: 0 !important;
  }
}

/* =======================================================================
   ZIMMERKATEGORIEN – COMPACT FACTS + CATEGORY CARDS 3.3.0
   -----------------------------------------------------------------------
   Ziel:
   - weniger Platzverbrauch bei Auf-einen-Blick und Vergleichen
   - mehr visuelle Luft für Bilder, Video und emotionale Inhalte
   - weiterhin editorfreundlich und theme-robust
   ======================================================================= */

/* ---------- 1. Room passport deutlich kompakter ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card {
  min-height: 132px !important;
  padding: 22px 22px 20px !important;
  border-radius: 18px !important;
  justify-content: flex-end !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-value {
  margin-bottom: 10px !important;
  font-size: clamp(1.45rem, 1.75vw, 2.45rem) !important;
  line-height: 1.02 !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-label {
  font-size: .76rem !important;
  line-height: 1.2 !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-detail {
  margin-top: 6px !important;
  font-size: .82rem !important;
  line-height: 1.35 !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-auf-einen-blick .mh-room-note {
  max-width: 1000px !important;
  margin-top: 18px !important;
  padding: 16px 18px !important;
  font-size: 1rem !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-auf-einen-blick .mh-room-actions {
  margin-top: 18px !important;
}

/* ---------- 2. Vergleich als kompakte Premium-Kachelreihe ---------- */
.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-vergleichen .mh-room-note {
  max-width: 920px !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 24px 0 22px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  min-height: 174px !important;
  padding: 22px 22px 20px !important;
  border: 1px solid var(--mh-room-border) !important;
  border-radius: 20px !important;
  background: #FFFFFF !important;
  box-shadow: var(--mh-room-shadow-soft) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card.is-current {
  background: linear-gradient(180deg, rgba(177,164,112,.10), rgba(177,164,112,.04)) !important;
  box-shadow: 0 0 0 1px rgba(177,164,112,.26), var(--mh-room-shadow-soft) !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-kicker {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  margin: 0 0 6px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: rgba(177,164,112,.13) !important;
  color: #8E7B4A !important;
  font-size: .56rem !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card:not(.is-current) .mh-room-compare-kicker {
  display: none !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card h3 {
  margin: 0 !important;
  font-size: 1.38rem !important;
  line-height: 1.08 !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-size {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: rgba(177,164,112,.11) !important;
  color: #B1A470 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card > p:last-child {
  margin: 2px 0 0 !important;
  color: rgba(39,42,57,.78) !important;
  font-size: .92rem !important;
  line-height: 1.45 !important;
  max-width: none !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-vergleichen .mh-room-secondary-actions {
  margin-top: 8px !important;
}

.mh-longread-v2[data-mh-kind^="zimmer-"] #mh-vergleichen .mh-room-secondary-actions .wp-block-button__link {
  min-height: 44px !important;
  padding: 10px 16px !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

/* ---------- 3. Responsive ---------- */
@media (max-width: 1420px) {
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1180px) {
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-facts-grid,
  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-grid {
    grid-template-columns: 1fr !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-fact-card {
    min-height: 118px !important;
    padding: 18px 18px 16px !important;
  }

  .mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-compare-card {
    min-height: 0 !important;
    padding: 18px 18px 16px !important;
  }
}

/* =======================================================================
   3.3.1 – ENVIRA / MEDIA SLOT FRONTEND FIX
   -----------------------------------------------------------------------
   Legacy CSS versteckte `.mh-room-editor-slot` komplett. Wenn ein Envira-
   Shortcode innerhalb dieses vorbereiteten Gutenberg-Groups eingesetzt wurde,
   wurde dadurch auch die Galerie unsichtbar. Der Wrapper bleibt jetzt sichtbar;
   nur der reine Backend-Hinweis wird im Frontend ausgeblendet.
   ======================================================================= */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-editor-slot {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Neue Vorlagen: eindeutiger Hinweis-Selektor */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-editor-slot > .mh-room-editor-slot-note {
  display: none !important;
}

/* Bereits eingefügte 3.0–3.3-Seiten: alter Hinweis hatte noch keine Klasse. */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-editor-slot > p:first-child:last-child {
  display: none !important;
}

/* Sobald im Slot ein Shortcode/Envira-Block liegt, muss er die volle Medienbreite nutzen. */
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-editor-slot > .wp-block-shortcode,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-editor-slot > .envira-gallery-wrap,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-editor-slot > .envira-gallery-public,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-editor-slot .envira-gallery-wrap,
.mh-longread-v2[data-mh-kind^="zimmer-"] .mh-room-editor-slot .envira-gallery-public {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =======================================================================
   HUB-/LANDINGPAGES – CONSTRAINED PREMIUM UI 3.5.0
   -----------------------------------------------------------------------
   Presse, Gourmet-Restaurant, Boutique-Hotel und Zimmerübersicht.
   Bewusst KEIN Full-Width: komplette Bühne max. 1280px, Content max. 1180px.
   ======================================================================= */

.mh-longread-v2[data-mh-kind^="hub-"] {
  --mh-gold: #B1A470;
  --mh-ink: #272A39;
  --mh-paper: #FFFFFF;
  --mh-muted: rgba(39,42,57,.70);
  --mh-line: rgba(39,42,57,.11);
  --mh-deep: rgba(177,164,112,.09);
  --mh-hub-shell: 1180px;
  --mh-hub-radius: 22px;
  --mh-hub-shadow: 0 12px 34px rgba(39,42,57,.055);
  width: min(calc(100% - 48px), 1280px) !important;
  max-width: 1280px !important;
  margin: clamp(32px, 5vw, 72px) auto !important;
  overflow: clip !important;
  border: 1px solid rgba(39,42,57,.08);
  border-radius: 28px;
  background: #FFFFFF;
  box-shadow: 0 18px 60px rgba(39,42,57,.045);
  font-family: Poppins, Inter, Arial, sans-serif;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-reading-progress {
  display: none !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-shell,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-closing-inner {
  width: min(calc(100% - 72px), var(--mh-hub-shell)) !important;
  max-width: var(--mh-hub-shell) !important;
  margin-inline: auto !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] h2,
.mh-longread-v2[data-mh-kind^="hub-"] h3,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-grid strong,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-discover-links a,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-closing-quote p {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

/* Quick navigation as a modern card grid. */
.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick {
  background: #FBFAF7;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-inner {
  padding-block: clamp(54px, 6vw, 84px) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-head {
  display: block !important;
  margin: 14px 0 28px !important;
  border-bottom: 0 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-head h2 {
  max-width: 820px;
  margin-bottom: 10px !important;
  font-size: clamp(2.25rem, 4.4vw, 4.7rem) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-head p {
  display: none !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  border: 0 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-grid button {
  min-height: 168px !important;
  padding: 22px !important;
  border: 1px solid rgba(39,42,57,.09) !important;
  border-radius: 18px !important;
  background: #FFFFFF !important;
  box-shadow: 0 8px 24px rgba(39,42,57,.035);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-grid button:hover,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-grid button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(177,164,112,.45) !important;
  box-shadow: 0 14px 34px rgba(39,42,57,.07);
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-grid span {
  margin-bottom: 20px !important;
  color: #8E7B4A !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-grid strong {
  font-size: 1.25rem !important;
  line-height: 1.18 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-grid em {
  font-size: .78rem !important;
  line-height: 1.5 !important;
}

/* Landingpages do not need the longread side timeline. */
.mh-longread-v2[data-mh-kind^="hub-"] .mh-story-shell {
  display: block !important;
  padding-bottom: 24px !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-timeline-nav {
  display: none !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-story,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-chapter,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-chapter-copy {
  width: 100% !important;
  max-width: none !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-chapter {
  min-height: 0 !important;
  padding: clamp(66px, 7vw, 104px) 0 !important;
  border-color: rgba(39,42,57,.09) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-chapter h2 {
  max-width: 900px !important;
  margin-bottom: 30px !important;
  font-size: clamp(2.25rem, 4.1vw, 4.35rem) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-chapter-copy > p:first-of-type::first-letter {
  float: none !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-chapter-copy > p:not(.mh-hub-note),
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-lead {
  max-width: 850px;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-lead {
  margin-bottom: 30px !important;
  color: rgba(39,42,57,.82) !important;
  font-size: clamp(1.04rem, 1.2vw, 1.18rem) !important;
  line-height: 1.75 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-chapter-copy > .wp-block-group,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-chapter-copy > .wp-block-image,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-chapter-copy > .wp-block-table,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-chapter-copy > .wp-block-shortcode {
  width: 100% !important;
  max-width: none !important;
}

/* Generic premium card system. */
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-grid,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-grid,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-room-grid {
  display: grid !important;
  width: 100% !important;
  gap: 16px !important;
  margin: 24px 0 0 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-grid--2,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-room-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-grid--3,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-grid--4,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-grid:not(.mh-hub-stat-grid--3):not(.mh-hub-stat-grid--4) {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-card {
  display: flex !important;
  flex-direction: column;
  min-width: 0 !important;
  height: 100%;
  padding: clamp(24px, 2.7vw, 34px) !important;
  border: 1px solid rgba(39,42,57,.09) !important;
  border-radius: var(--mh-hub-radius) !important;
  background: #FFFFFF !important;
  box-shadow: var(--mh-hub-shadow) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card--soft {
  background: #FBFAF7 !important;
  box-shadow: none !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-room-card.is-signature {
  border-color: rgba(177,164,112,.38) !important;
  background: linear-gradient(180deg, rgba(177,164,112,.11), rgba(177,164,112,.035)) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-eyebrow {
  margin: 0 0 16px !important;
  color: #8E7B4A !important;
  font-size: .64rem !important;
  font-weight: 800 !important;
  letter-spacing: .15em !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card h3 {
  margin: 0 0 12px !important;
  font-size: clamp(1.35rem, 1.7vw, 1.75rem) !important;
  line-height: 1.12 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card > p:not(.mh-hub-card-eyebrow) {
  margin: 0 0 18px !important;
  color: rgba(39,42,57,.74) !important;
  font-size: .93rem !important;
  line-height: 1.62 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-actions {
  margin-top: auto !important;
  padding-top: 8px !important;
}

/* Facts / stat cards. */
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-card {
  min-height: 142px;
  justify-content: flex-end;
  padding: 22px 24px !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-value {
  margin: 0 0 9px !important;
  color: #B1A470 !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 2.2vw, 2.5rem) !important;
  line-height: 1 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-label {
  margin: 0 !important;
  color: #272A39 !important;
  font-size: .8rem !important;
  font-weight: 750 !important;
  letter-spacing: .03em;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-detail {
  margin: 5px 0 0 !important;
  color: rgba(39,42,57,.58) !important;
  font-size: .72rem !important;
  line-height: 1.35 !important;
}

/* Editorial split and image slots. */
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-split {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(28px, 4vw, 56px) !important;
  align-items: center !important;
  width: 100% !important;
  margin-top: 24px !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-split-copy {
  min-width: 0;
  padding: clamp(4px, 1.5vw, 20px) 0;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-split-copy > h3 {
  margin-top: 0 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-image {
  margin: 28px 0 0 !important;
  overflow: hidden;
  border-radius: 22px;
  background: #F4F1EA;
  box-shadow: var(--mh-hub-shadow);
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-split .mh-hub-image {
  margin: 0 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-image img {
  display: block;
  width: 100% !important;
  min-height: 360px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-image--hero img {
  min-height: 440px;
  aspect-ratio: 16 / 8.7;
}

/* Hotel scroll animation remains inside the constrained page stage. */
.mh-longread-v2[data-mh-kind="hub-hotel"] .mh-hub-scrollanimation {
  display: block;
  width: 100% !important;
  margin: 32px 0 0 !important;
  overflow: visible;
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
}

.mh-longread-v2[data-mh-kind="hub-hotel"] .mh-hub-scrollanimation .wp-block-shortcode {
  margin: 0 !important;
}

.mh-longread-v2[data-mh-kind="hub-hotel"] .mh-hub-scrollanimation .mhhsd {
  width: 100% !important;
  margin-left: 0 !important;
  border-radius: 22px;
  overflow: clip;
  background: #090a0d;
  box-shadow: 0 18px 42px rgba(39,42,57,.12);
}

.mh-longread-v2[data-mh-kind="hub-hotel"] .mh-hub-scrollanimation .mhhsd-scroll-stage {
  height: 320vh;
}

/* Buttons. */
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-actions,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 26px !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .wp-block-button__link {
  min-height: 46px !important;
  padding: 11px 17px !important;
  border: 1px solid #272A39 !important;
  border-radius: 12px !important;
  background: #272A39 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
  font-size: .76rem !important;
  font-weight: 750 !important;
  letter-spacing: .04em !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .is-style-outline > .wp-block-button__link,
.mh-longread-v2[data-mh-kind^="hub-"] .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(39,42,57,.2) !important;
  background: #FFFFFF !important;
  color: #272A39 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .wp-block-button__link:hover,
.mh-longread-v2[data-mh-kind^="hub-"] .wp-block-button__link:focus-visible {
  border-color: #B1A470 !important;
  background: #B1A470 !important;
  color: #272A39 !important;
}

/* Notes. */
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-note {
  max-width: 100% !important;
  margin: 24px 0 0 !important;
  padding: 18px 20px !important;
  border-left: 3px solid #B1A470 !important;
  border-radius: 0 14px 14px 0;
  background: rgba(177,164,112,.09) !important;
  color: rgba(39,42,57,.76) !important;
  font-size: .9rem !important;
  line-height: 1.6 !important;
}

/* Comparison table. */
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-table {
  width: 100% !important;
  margin: 28px 0 0 !important;
  overflow-x: auto;
  border: 1px solid rgba(39,42,57,.09);
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: var(--mh-hub-shadow);
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-table th,
.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-table td {
  padding: 18px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(39,42,57,.08) !important;
  text-align: left !important;
  vertical-align: top;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-table thead th {
  background: #272A39 !important;
  color: #FFFFFF !important;
  font-size: .72rem !important;
  font-weight: 750 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-table tbody tr:hover td {
  background: rgba(177,164,112,.055);
}

/* Closing and discover become contained premium cards, not viewport bands. */
.mh-longread-v2[data-mh-kind^="hub-"] .mh-closing-quote {
  width: calc(100% - 48px) !important;
  margin: 24px auto 0 !important;
  border-radius: 24px !important;
  background: #272A39 !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-closing-inner {
  width: min(calc(100% - 56px), 1080px) !important;
  padding-block: clamp(64px, 8vw, 108px) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-closing-quote p {
  font-size: clamp(2.3rem, 5vw, 5.5rem) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-discover {
  width: auto !important;
  margin: 0 24px 24px !important;
  border-radius: 0 0 22px 22px;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-discover-inner {
  width: min(calc(100% - 56px), 1080px) !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr) !important;
  gap: clamp(34px, 5vw, 70px) !important;
  padding-block: clamp(58px, 7vw, 92px) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-discover h2 {
  font-size: clamp(2.2rem, 4vw, 4.2rem) !important;
}

.mh-longread-v2[data-mh-kind^="hub-"] .mh-discover-links a {
  padding: 16px 2px !important;
  font-size: 1.08rem !important;
}

/* Responsive. */
@media (max-width: 1100px) {
  .mh-longread-v2[data-mh-kind^="hub-"] {
    width: min(calc(100% - 32px), 1000px) !important;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-grid,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-grid--4,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-shell,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-closing-inner {
    width: min(calc(100% - 40px), var(--mh-hub-shell)) !important;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-grid--3,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-grid--3,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-grid:not(.mh-hub-stat-grid--3):not(.mh-hub-stat-grid--4),
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-room-grid,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-split {
    grid-template-columns: 1fr !important;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-room-detail:nth-child(even) .mh-hub-image {
    order: -1;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-discover-inner {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 620px) {
  .mh-longread-v2[data-mh-kind^="hub-"] {
    width: calc(100% - 18px) !important;
    margin: 20px auto !important;
    border-radius: 20px;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-shell,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-closing-inner {
    width: calc(100% - 28px) !important;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-grid,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-grid--2,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-grid--3,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card-grid--4,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-grid,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-grid--3,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-grid--4,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-room-grid {
    grid-template-columns: 1fr !important;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-quick-grid button {
    min-height: 136px !important;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-chapter {
    padding: 58px 0 !important;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-card,
  .mh-longread-v2[data-mh-kind^="hub-"] .mh-hub-stat-card {
    border-radius: 16px !important;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-closing-quote {
    width: calc(100% - 24px) !important;
    border-radius: 18px !important;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-discover {
    margin: 0 12px 12px !important;
  }

  .mh-longread-v2[data-mh-kind^="hub-"] .mh-discover-inner {
    width: calc(100% - 28px) !important;
  }
}
