/* placement-mobile.css 202608091820
   Full mobile rebuild for placement. Loaded last via media=(max-width:991.97px).
   Beats placement-page.css desktop !important with html body.placement-page specificity. */

@media (max-width: 991.97px) {
  html, body {
    -webkit-tap-highlight-color: transparent !important;
    overflow-x: clip !important;
    overflow-y: auto !important;
  }
  html body.placement-page,
  html body.placement-page .root {
    overflow-x: clip !important;
    overflow-y: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  /* ---- rhythm ---- */
  html body.placement-page {
    --pm-gutter: 1.6rem;
    --pm-radius: 1.6rem;
    --pm-blue: #007cab;
    --pm-ink: #1b1b1b;
    --pm-muted: rgba(27,27,27,.62);
  }

  html body.placement-page .container,
  html body.placement-page .primary__main > .container,
  html body.placement-page .root > .section > .container,
  html body.placement-page .root > .features .container,
  html body.placement-page .root > .section--blue > .container,
  html body.placement-page .features__main .container,
  html body.placement-page .features__wrapper .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: var(--pm-gutter) !important;
    padding-right: var(--pm-gutter) !important;
    box-sizing: border-box !important;
  }

  /* ========== HERO ========== */
  html body.placement-page .root > .primary {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    overflow: hidden !important;
    background: #fff !important;
  }
  html body.placement-page .primary__main {
    position: relative !important;
    z-index: 2 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 1.6rem 0 2rem !important;
    order: 1 !important;
  }
  html body.placement-page .primary__breadcrumbs {
    padding-top: 0.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  html body.placement-page .primary__breadcrumbs .breadcrumb {
    margin: 0 !important;
    font-size: 1.2rem !important;
    gap: 0.4rem !important;
  }
  html body.placement-page .primary__header {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 1rem !important;
    font-size: clamp(2.2rem, 6.4vw, 2.8rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
  }
  html body.placement-page .primary__header .color-blue {
    font-size: inherit !important;
  }
  html body.placement-page .primary__text {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 1.6rem !important;
    font-size: 1.45rem !important;
    line-height: 1.4 !important;
    color: var(--pm-muted) !important;
  }
  html body.placement-page .primary__button {
    margin: 0 !important;
  }
  html body.placement-page .primary__button .btn {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
  }
  html body.placement-page .primary__media {
    position: relative !important;
    order: 2 !important;
    width: 100% !important;
    height: min(32rem, 52vw) !important;
    min-height: 22rem !important;
    max-height: 36rem !important;
  }
  html body.placement-page .primary__media img,
  html body.placement-page .primary__media picture,
  html body.placement-page .primary__media .img-cover {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* ========== ADVANTAGES ========== */
  html body.placement-page .root > .section:has(.advantages) {
    padding: 2.4rem 0 1.2rem !important;
    height: auto !important;
    min-height: 0 !important;
  }
  html body.placement-page .advantages {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.2rem !important;
    min-height: 0 !important;
    height: auto !important;
    grid-template-columns: none !important;
    border: 0 !important;
  }
  html body.placement-page .advantages__item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1.2rem !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 1.2rem !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 1.4rem !important;
    background: #f3f6f8 !important;
    box-sizing: border-box !important;
  }
  html body.placement-page .advantages__image {
    width: 6.4rem !important;
    height: 6.4rem !important;
    max-width: 6.4rem !important;
    max-height: 6.4rem !important;
    flex: 0 0 6.4rem !important;
    border-radius: 1.2rem !important;
    overflow: hidden !important;
  }
  html body.placement-page .advantages__image picture,
  html body.placement-page .advantages__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  html body.placement-page .advantages__content {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    padding: 0 !important;
  }
  html body.placement-page .advantages__title {
    font-size: 1.55rem !important;
    line-height: 1.2 !important;
    margin: 0 0 0.3rem !important;
  }
  html body.placement-page .advantages__text {
    font-size: 1.3rem !important;
    line-height: 1.35 !important;
    color: var(--pm-muted) !important;
    margin: 0 !important;
  }

  /* ========== SECTIONS ========== */
  html body.placement-page .root > .section {
    height: auto !important;
    min-height: 0 !important;
    padding: 3.6rem 0 !important;
    overflow: visible !important;
  }
  html body.placement-page .root > .section.section--sm {
    padding: 3.2rem 0 !important;
  }
  html body.placement-page .section__header {
    text-align: left !important;
    margin-bottom: 2rem !important;
  }
  html body.placement-page .section__title,
  html body.placement-page .section__header .section__title {
    font-size: clamp(2.4rem, 7vw, 3rem) !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  html body.placement-page .section__subtitle {
    font-size: 1.45rem !important;
    line-height: 1.4 !important;
    margin-top: 0.8rem !important;
    text-align: left !important;
  }
  html body.placement-page .section__lead {
    font-size: 1.3rem !important;
    margin-bottom: 0.6rem !important;
  }

  /* ========== COTTAGES ========== */
  html body.placement-page .home-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
    margin-top: 0.4rem !important;
    grid-template-columns: none !important;
  }
  html body.placement-page .home-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border-radius: var(--pm-radius) !important;
    background: #fff !important;
    box-shadow: 0 0.6rem 2rem rgba(4, 28, 40, 0.07) !important;
    border: 1px solid rgba(4,28,40,0.06) !important;
  }
  html body.placement-page .home-item__media {
    width: 100% !important;
    height: 22rem !important;
    position: relative !important;
  }
  html body.placement-page .home-item__media .swiper,
  html body.placement-page .home-item__media .swiper-wrapper,
  html body.placement-page .home-item__media .swiper-slide {
    height: 100% !important;
  }
  html body.placement-page .home-item__image,
  html body.placement-page .home-item__image img,
  html body.placement-page .home-item__image picture {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  html body.placement-page .home-item__nav {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 1rem !important;
    pointer-events: none !important;
    z-index: 3 !important;
  }
  html body.placement-page .home-item__nav .btn-nav,
  html body.placement-page .home-item__nav--prev,
  html body.placement-page .home-item__nav--next {
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    width: 3.6rem !important;
    height: 3.6rem !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.94) !important;
    box-shadow: 0 0.2rem 0.8rem rgba(0,0,0,0.12) !important;
  }
  html body.placement-page .home-item__main {
    padding: 1.6rem 1.6rem 1.8rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.2rem !important;
    min-width: 0 !important;
  }
  html body.placement-page .home-item__header {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }
  html body.placement-page .home-item__title {
    font-size: 2rem !important;
    line-height: 1.15 !important;
    margin: 0 !important;
  }
  html body.placement-page .home-item__info {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.8rem 1rem !important;
    width: 100% !important;
  }
  html body.placement-page .home-item__data {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.15rem !important;
    min-width: 0 !important;
  }
  html body.placement-page .home-item__label {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
    opacity: 0.55 !important;
  }
  html body.placement-page .home-item__value {
    font-size: 1.65rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }
  html body.placement-page .home-item__content {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    columns: auto !important;
    column-count: 1 !important;
  }
  html body.placement-page .home-item__row {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.55rem !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    grid-template-columns: none !important;
  }
  html body.placement-page .home-item__row > ul,
  html body.placement-page .home-item__content ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    columns: auto !important;
    column-count: 1 !important;
    grid-template-columns: none !important;
  }
  html body.placement-page .home-item__row > ul > li,
  html body.placement-page .home-item__content li {
    position: relative !important;
    padding-left: 1.2rem !important;
    margin: 0 !important;
    font-size: 1.4rem !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    min-width: 0 !important;
  }
  html body.placement-page .home-item__row > ul > li::before,
  html body.placement-page .home-item__content li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.55em !important;
    width: 0.45rem !important;
    height: 0.45rem !important;
    border-radius: 50% !important;
    background: var(--pm-blue) !important;
  }
  html body.placement-page .home-item__footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1rem !important;
    margin-top: 0.2rem !important;
  }
  html body.placement-page .home-item__price {
    white-space: nowrap !important;
    font-size: 1.8rem !important;
    margin: 0 !important;
    width: auto !important;
  }
  html body.placement-page .home-item__buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.8rem !important;
    width: 100% !important;
  }
  html body.placement-page .home-item__buttons .btn {
    width: 100% !important;
    flex: none !important;
    justify-content: center !important;
  }

  /* ========== MAP / INFO ========== */
  html body.placement-page .home-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.4rem !important;
    margin-top: 1.6rem !important;
    grid-template-columns: none !important;
  }
  html body.placement-page .home-map {
    width: 100% !important;
    height: 24rem !important;
    min-height: 24rem !important;
    border-radius: 1.4rem !important;
    overflow: hidden !important;
  }
  html body.placement-page .home-map img,
  html body.placement-page .home-map picture {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  html body.placement-page .info-block {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1.2rem !important;
    margin: 0 !important;
    padding: 1.2rem !important;
    border-radius: 1.4rem !important;
    background: #f3f6f8 !important;
  }
  html body.placement-page .info-block__media {
    width: 6.4rem !important;
    height: 6.4rem !important;
    flex: 0 0 6.4rem !important;
    border-radius: 1.2rem !important;
    overflow: hidden !important;
  }
  html body.placement-page .info-block__content {
    padding: 0 !important;
    min-width: 0 !important;
  }
  html body.placement-page .info-block__title {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
  html body.placement-page .info-block__text {
    font-size: 1.3rem !important;
    line-height: 1.35 !important;
    margin-top: 0.35rem !important;
    color: var(--pm-muted) !important;
  }

  /* ========== FEATURES RELAX ========== */
  html body.placement-page .features--relax {
    height: auto !important;
    min-height: 0 !important;
    padding: 3.6rem 0 4.4rem !important;
    overflow: hidden !important;
    position: relative !important;
  }
  html body.placement-page .features--relax .features__bg {
    z-index: 0 !important;
    position: absolute !important;
    inset: 0 !important;
  }
  html body.placement-page .features--relax .features__main {
    position: relative !important;
    z-index: 2 !important;
    padding-top: 0.4rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  html body.placement-page .features--relax .features__header,
  html body.placement-page .features--relax .features__header .section__title {
    width: 100% !important;
    max-width: 100% !important;
    color: #fff !important;
  }
  html body.placement-page .features--relax .features__header .section__title {
    font-size: clamp(2.6rem, 8vw, 3.4rem) !important;
    line-height: 1.05 !important;
  }
  html body.placement-page .features--relax .features__content {
    color: rgba(255,255,255,0.88) !important;
    font-size: 1.45rem !important;
    line-height: 1.4 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0.8rem !important;
  }
  html body.placement-page .features--relax .features__wrapper {
    position: relative !important;
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin-top: 2rem !important;
    width: 100% !important;
    transform: none !important;
  }
  html body.placement-page .features--relax .features__gallery {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.4rem !important;
    width: 100% !important;
    margin: 0 !important;
    grid-template-columns: none !important;
  }
  html body.placement-page .features--relax .features__item {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.8rem !important;
    background: rgba(255,255,255,0.06) !important;
    border-radius: 1.4rem !important;
    padding: 1rem !important;
    box-sizing: border-box !important;
  }
  html body.placement-page .features--relax .features__image {
    width: 100% !important;
    height: 18rem !important;
    border-radius: 1.2rem !important;
    overflow: hidden !important;
  }
  html body.placement-page .features--relax .features__image img,
  html body.placement-page .features--relax .features__image picture {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  html body.placement-page .features--relax .features__title {
    color: #fff !important;
    font-size: 1.7rem !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }
  html body.placement-page .features--relax .features__text {
    color: rgba(255,255,255,0.82) !important;
    font-size: 1.35rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
  }

  /* ========== NEIGHBORS ========== */
  html body.placement-page .neighbors {
    margin-top: 2.4rem !important;
  }
  html body.placement-page .neighbors__title {
    font-size: 2.2rem !important;
    line-height: 1.15 !important;
    margin: 0 0 1.4rem !important;
  }
  html body.placement-page .neighbors__section {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.8rem !important;
  }
  html body.placement-page .neighbors-item,
  html body.placement-page .neighbors__section .neighbors-item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 1.4rem !important;
    overflow: hidden !important;
    background: #f3f6f8 !important;
    border: 0 !important;
    grid-template-columns: none !important;
  }
  html body.placement-page .neighbors-item__header {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 1.4rem 4.4rem 1.4rem 1.4rem !important;
    position: relative !important;
    box-sizing: border-box !important;
  }
  html body.placement-page .neighbors-item__header:after {
    right: 1.4rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 2.4rem !important;
  }
  html body.placement-page .neighbors-item__num {
    width: 3.6rem !important;
    height: 3.6rem !important;
    flex: 0 0 3.6rem !important;
    border-radius: 0.9rem !important;
    background: #e4e8eb !important;
    color: #26343b !important;
    font-size: 1.3rem !important;
  }
  html body.placement-page .neighbors-item__header .flex-grow-1 {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
  html body.placement-page .neighbors-item__title {
    font-size: 1.55rem !important;
    line-height: 1.3 !important;
    margin: 0 !important;
  }
  html body.placement-page .neighbors-item__info {
    font-size: 1.25rem !important;
    margin-top: 0.25rem !important;
    color: var(--pm-muted) !important;
  }
  html body.placement-page .neighbors-item__content,
  html body.placement-page .neighbors-item [data-spoiler-content] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  html body.placement-page .neighbors-item.open > .neighbors-item__content,
  html body.placement-page .neighbors-item.open > [data-spoiler-content] {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 1.4rem 1.4rem !important;
  }
  html body.placement-page .neighbors-item__wrapper {
    min-height: 0 !important;
  }
  html body.placement-page .neighbors-item__row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.8rem !important;
  }
  html body.placement-page .neighbors-item__media {
    width: 100% !important;
    height: 12rem !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
  }
  html body.placement-page .neighbors-item__media img,
  html body.placement-page .neighbors-item__media picture {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* ========== REVIEWS ========== */
  html body.placement-page .root > .placement-reviews,
  html body.placement-page .placement-reviews {
    margin-top: 0 !important;
    padding: 4.8rem 0 3.6rem !important;
    overflow: hidden !important;
  }
  html body.placement-page .root > .placement-reviews:before {
    display: none !important;
  }
  html body.placement-page .placement-reviews .section__title {
    color: #fff !important;
    margin-bottom: 1.6rem !important;
  }
  html body.placement-page .placement-reviews .comments__body,
  html body.placement-page .placement-reviews .comments__wrapper {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  html body.placement-page .placement-reviews .review-item {
    width: min(30rem, 82vw) !important;
    max-width: 82vw !important;
  }
  html body.placement-page .placement-reviews .comments__scrollbar,
  html body.placement-page .comments .comments__scrollbar,
  html body.placement-page .swiper-scrollbar.comments__scrollbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 1.6rem !important;
    height: 0.4rem !important;
    background: rgba(0,0,0,0.12) !important;
    border-radius: 999px !important;
    overflow: visible !important;
  }
  html body.placement-page .placement-reviews .comments__scrollbar .swiper-scrollbar-drag,
  html body.placement-page .comments__scrollbar .swiper-scrollbar-drag {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 0.4rem !important;
    min-width: 4.8rem !important;
    background: var(--pm-blue) !important;
    border-radius: 999px !important;
  }

  /* ========== MOMENTS ========== */
  html body.placement-page .moments {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.9rem !important;
  }
  html body.placement-page .moments__item,
  html body.placement-page .moment-item,
  html body.placement-page .moments > * {
    min-width: 0 !important;
    border-radius: 1.2rem !important;
    overflow: hidden !important;
  }
  html body.placement-page .blue-pattern-top {
    height: auto !important;
    line-height: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }
  html body.placement-page .blue-pattern-top img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* ========== DATES / EVENT ITEMS — kill desktop side-by-side ========== */
  html body.placement-page .events-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }
  html body.placement-page .event-item,
  html body.placement-page .event-item:nth-child(even),
  html body.placement-page .event-item--blue,
  html body.placement-page .events-list .event-item {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    border-radius: var(--pm-radius) !important;
    align-items: stretch !important;
  }
  html body.placement-page .event-item__gallery {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 1.2rem 1.2rem 0 !important;
    gap: 0.8rem !important;
    column-gap: 0 !important;
    justify-content: stretch !important;
    align-content: stretch !important;
    box-sizing: border-box !important;
  }
  html body.placement-page .event-item__thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.6rem !important;
    width: 100% !important;
    flex-direction: row !important;
    order: 2 !important;
  }
  html body.placement-page .event-item__thumb {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 0.9rem !important;
    overflow: hidden !important;
  }
  html body.placement-page .accommodation__images,
  html body.placement-page .event-item__gallery .swiper,
  html body.placement-page .event-item__gallery .swiper-wrapper,
  html body.placement-page .event-item__gallery .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    order: 1 !important;
  }
  html body.placement-page .event-item__gallery .swiper {
    height: 22rem !important;
    border-radius: 1.2rem !important;
    overflow: hidden !important;
  }
  html body.placement-page .event-item__gallery .swiper-wrapper,
  html body.placement-page .event-item__gallery .swiper-slide {
    height: 100% !important;
  }
  html body.placement-page .event-item__image,
  html body.placement-page .event-item__image picture,
  html body.placement-page .event-item__image img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    border-radius: 1.2rem !important;
  }
  html body.placement-page .event-item__main {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 1.6rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    box-sizing: border-box !important;
  }
  html body.placement-page .event-item__header {
    font-size: 2.2rem !important;
    line-height: 1.15 !important;
  }
  html body.placement-page .event-item__subtitle {
    font-size: 1.25rem !important;
  }
  html body.placement-page .event-item__content {
    font-size: 1.4rem !important;
    line-height: 1.4 !important;
    width: 100% !important;
  }
  html body.placement-page .event-item__text {
    font-size: 1.4rem !important;
    line-height: 1.4 !important;
    margin-top: 0.8rem !important;
  }
  html body.placement-page .event-item__box {
    margin-top: 1.2rem !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 1.2rem !important;
    box-sizing: border-box !important;
  }
  html body.placement-page .event-item__quote {
    font-size: 1.4rem !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
  }
  html body.placement-page .event-item__button .btn {
    width: 100% !important;
  }
  html body.placement-page .events-pattern,
  html body.placement-page .events-pattern--01 {
    height: auto !important;
    position: relative !important;
    top: auto !important;
  }
  html body.placement-page .events-pattern img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* ========== IMPRESSION ========== */
  html body.placement-page .impression {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.8rem !important;
    align-items: stretch !important;
    grid-template-columns: none !important;
    transform: none !important;
  }
  html body.placement-page .impression__content,
  html body.placement-page .impression__media {
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    margin: 0 !important;
  }
  html body.placement-page .impression__header {
    font-size: clamp(2.4rem, 7vw, 3rem) !important;
    line-height: 1.12 !important;
  }
  html body.placement-page .impression__text {
    font-size: 1.45rem !important;
    line-height: 1.4 !important;
  }
  html body.placement-page .impression__tags {
    width: auto !important;
    max-width: 100% !important;
    padding: 1rem 1.2rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
  }
  html body.placement-page .impression__tag {
    font-size: 1.2rem !important;
  }
  html body.placement-page .impression__media {
    height: 26rem !important;
    max-height: 26rem !important;
    order: 2 !important;
    border-radius: 1.4rem !important;
    overflow: hidden !important;
  }
  html body.placement-page .impression__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    max-height: none !important;
  }
  html body.placement-page .impression__button .btn {
    width: 100% !important;
  }
  html body.placement-page .section--blue {
    padding: 3.2rem 0 4rem !important;
  }

  /* cookie link keep inline */
  .cookie-banner__text a {
    display: inline !important;
    white-space: nowrap !important;
  }

  html body.placement-page .btn,
  html body.placement-page a.btn {
    -webkit-tap-highlight-color: transparent !important;
  }
}

@media (min-width: 576px) and (max-width: 991.97px) {
  html body.placement-page {
    --pm-gutter: 2.4rem;
  }
  html body.placement-page .features--relax .features__gallery {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
  html body.placement-page .advantages {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
}

/* ===== placement-mobile polish 202608091835 ===== */
@media (max-width: 991.97px) {
  html body.placement-page .features--relax .features__item {
    text-align: left !important;
  }
  html body.placement-page .features--relax .features__title,
  html body.placement-page .features--relax .features__text {
    text-align: left !important;
  }
  html body.placement-page .home-item__media {
    border-radius: 1.6rem 1.6rem 0 0 !important;
    overflow: hidden !important;
  }
  html body.placement-page .placement-reviews .section__header,
  html body.placement-page .placement-reviews__header {
    padding-top: 0.8rem !important;
    margin-bottom: 1.2rem !important;
  }
  html body.placement-page .placement-reviews .section__title {
    padding-top: 0.4rem !important;
  }
  html body.placement-page .neighbors-item__header {
    align-items: center !important;
    min-height: 6.4rem !important;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  html body.placement-page .event-item__box::after {
    font-size: 5rem !important;
    right: 1rem !important;
    bottom: -0.2rem !important;
  }
}

/* ===== placement mobile UX batch 202608092010 ===== */
@media (max-width: 991.97px) {
  /* --- cottage buttons one row --- */
  html body.placement-page .home-item__buttons {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 0.8rem !important;
    width: 100% !important;
  }
  html body.placement-page .home-item__buttons .btn {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    justify-content: center !important;
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
    font-size: 1.25rem !important;
    white-space: nowrap !important;
  }

  /* --- hero: show right side of house + soft top fade into image --- */
  html body.placement-page .primary__media {
    position: relative !important;
    isolation: isolate !important;
  }
  html body.placement-page .primary__media::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    height: 5.6rem !important;
    z-index: 3 !important;
    pointer-events: none !important;
    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      rgba(255,255,255,0.82) 28%,
      rgba(255,255,255,0.35) 62%,
      rgba(255,255,255,0) 100%
    ) !important;
  }
  html body.placement-page .primary__media img,
  html body.placement-page .primary__media .img-cover {
    object-fit: cover !important;
    object-position: 82% 42% !important;
  }

  /* --- features--relax: tighter title→cards and bottom air --- */
  html body.placement-page .features--relax {
    padding: 2.8rem 0 2.4rem !important;
    min-height: 0 !important;
    height: auto !important;
  }
  html body.placement-page .features--relax .features__main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
  html body.placement-page .features--relax .features__header {
    margin: 0 0 0.6rem !important;
  }
  html body.placement-page .features--relax .features__content {
    margin-top: 0.4rem !important;
    margin-bottom: 0 !important;
  }
  html body.placement-page .features--relax .features__wrapper {
    margin-top: 1.2rem !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    position: relative !important;
    bottom: auto !important;
  }
  html body.placement-page .features--relax .features__gallery {
    gap: 1.1rem !important;
    margin-bottom: 0 !important;
  }
  html body.placement-page .features--relax .features__item {
    margin: 0 !important;
  }
  html body.placement-page .root > .features--relax + .section {
    padding-top: 2.8rem !important;
  }

  /* --- neighbors numbers centered; content truly collapses --- */
  html body.placement-page .neighbors-item__num {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 3.6rem !important;
    height: 3.6rem !important;
    min-width: 3.6rem !important;
    min-height: 3.6rem !important;
    flex: 0 0 3.6rem !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0.9rem !important;
    font-size: 1.3rem !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }
  html body.placement-page .neighbors-item:not(.open) > .neighbors-item__content,
  html body.placement-page .neighbors-item:not(.open) > [data-spoiler-content] {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    visibility: visible !important;
  }
  html body.placement-page .neighbors-item.open > .neighbors-item__content,
  html body.placement-page .neighbors-item.open > [data-spoiler-content] {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: hidden !important;
    visibility: visible !important;
    padding: 0 1.4rem 1.4rem !important;
  }
  html body.placement-page .neighbors-item__media {
    width: 100% !important;
    height: 11rem !important;
    max-height: 11rem !important;
    flex: none !important;
  }
  html body.placement-page .neighbors-item__media img,
  html body.placement-page .neighbors-item__media picture {
    width: 100% !important;
    height: 100% !important;
    max-height: 11rem !important;
    object-fit: cover !important;
  }

  /* --- reviews: side fade + tighter cards + scrollbar on track --- */
  html body.placement-page .placement-reviews .comments__body,
  html body.placement-page .placement-reviews .comments__wrapper {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1.2rem, #000 calc(100% - 1.2rem), transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 1.2rem, #000 calc(100% - 1.2rem), transparent 100%) !important;
  }
  html body.placement-page .placement-reviews .swiper-wrapper {
    gap: 0 !important;
  }
  html body.placement-page .placement-reviews .review-item,
  html body.placement-page .placement-reviews .swiper-slide {
    margin-right: 1.2rem !important;
    width: min(28rem, 78vw) !important;
  }
  html body.placement-page .placement-reviews .comments {
    background: transparent !important;
  }
  html body.placement-page .placement-reviews .comments__scrollbar,
  html body.placement-page .comments .comments__scrollbar {
    position: relative !important;
    display: block !important;
    height: 0.4rem !important;
    margin-top: 1.4rem !important;
    background: rgba(0,0,0,0.14) !important;
    border-radius: 999px !important;
    overflow: visible !important;
  }
  html body.placement-page .placement-reviews .comments__scrollbar .swiper-scrollbar-drag,
  html body.placement-page .comments__scrollbar .swiper-scrollbar-drag {
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    height: 0.4rem !important;
    margin: 0 !important;
    background: #007cab !important;
    border-radius: 999px !important;
  }

  /* --- moments: big photos, compact copy --- */
  html body.placement-page .moments {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.8rem !important;
  }
  html body.placement-page .moment {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border-radius: 1.2rem !important;
    background: #07334b !important;
  }
  html body.placement-page .moment__media {
    width: 100% !important;
    height: 15rem !important;
    min-height: 15rem !important;
    max-height: 15rem !important;
    flex: 0 0 15rem !important;
    overflow: hidden !important;
  }
  html body.placement-page .moment__media img,
  html body.placement-page .moment__media picture {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  html body.placement-page .moment__content {
    padding: 0.85rem 0.95rem 1.05rem !important;
    font-size: 1.2rem !important;
    line-height: 1.28 !important;
    color: #fff !important;
  }
  html body.placement-page .moment__content strong {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
  }

  /* --- dates: restore quote card chrome --- */
  html body.placement-page .event-item__box,
  html body.placement-page .event-item .event-item__main .event-item__box,
  html body.placement-page .event-item__content .event-item__box {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-top: 1.2rem !important;
    padding: 1.4rem 1.4rem 1.3rem !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
    border-radius: 1.4rem !important;
    background: rgba(255,255,255,0.08) !important;
    box-sizing: border-box !important;
    position: relative !important;
  }
  html body.placement-page .event-item__quote {
    margin: 0 0 1.2rem !important;
    font-size: 1.35rem !important;
    line-height: 1.4 !important;
    color: #fff !important;
  }
  html body.placement-page .event-item__avatar {
    width: 4.4rem !important;
    height: 4.4rem !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
  }
  html body.placement-page .event-item__avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* --- impression: text first, then image --- */
  html body.placement-page .impression {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.6rem !important;
  }
  html body.placement-page .impression__main {
    order: 1 !important;
    transform: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  html body.placement-page .impression__media {
    order: 2 !important;
    transform: none !important;
    margin: 0 !important;
    width: 100% !important;
    height: 24rem !important;
    max-height: 24rem !important;
  }

  /* --- trees / mountain patterns: stop covering & clipping --- */
  html body.placement-page .blue-pattern-top,
  html body.placement-page .blue-pattern-top--moments,
  html body.placement-page .root > .blue-pattern-top {
    position: relative !important;
    z-index: 3 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    pointer-events: none !important;
  }
  html body.placement-page .blue-pattern-top img,
  html body.placement-page .blue-pattern-top picture,
  html body.placement-page .blue-pattern-top .img-cover {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    position: relative !important;
    z-index: 3 !important;
  }
  html body.placement-page .blue-pattern-top + .section--blue,
  html body.placement-page .blue-pattern-top--moments + .section--blue {
    position: relative !important;
    z-index: 1 !important;
    margin-top: -0.2rem !important;
    padding-top: 2.4rem !important;
  }
  html body.placement-page .events-pattern,
  html body.placement-page .events-pattern--01 {
    position: relative !important;
    z-index: 2 !important;
    height: auto !important;
    margin: 0 !important;
    line-height: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }
  html body.placement-page .events-pattern img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

/* ===== placement mobile UX tweak 202608092020 ===== */
@media (max-width: 991.97px) {
  /* don't break swiper drag X translate */
  html body.placement-page .placement-reviews .comments__scrollbar .swiper-scrollbar-drag,
  html body.placement-page .comments__scrollbar .swiper-scrollbar-drag {
    top: 0 !important;
    bottom: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100% !important;
    min-height: 0.4rem !important;
  }

  /* features: kill leftover absolute/min heights creating empty bottom */
  html body.placement-page .features--relax .features__bg,
  html body.placement-page .features--relax .features__bg-image {
    position: absolute !important;
    inset: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  html body.placement-page .features--relax .features__main--relax {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 0 !important;
  }
  html body.placement-page .features--relax {
    padding-bottom: 2rem !important;
  }

  /* trees: white section bg was covering silhouette */
  html body.placement-page .blue-pattern-top.section--white,
  html body.placement-page .blue-pattern-top--moments.section--white {
    background: transparent !important;
  }
  html body.placement-page .blue-pattern-top--moments {
    background: #005071 !important;
  }
  html body.placement-page .blue-pattern-top:not(.blue-pattern-top--moments) {
    background: transparent !important;
  }
}

/* ===== placement mobile UX final 202608092055 ===== */
@media (max-width: 991.97px) {
  /* cottage + hero: bias crop to the RIGHT of the house */
  html body.placement-page .primary__media img,
  html body.placement-page .primary__media .img-cover {
    object-position: 100% 40% !important;
  }
  html body.placement-page .home-item__image img,
  html body.placement-page .home-item__image .img-cover {
    object-position: 85% center !important;
  }
  html body.placement-page .primary__media::before {
    height: 7rem !important;
    background: linear-gradient(
      to bottom,
      #fff 0%,
      rgba(255,255,255,0.9) 22%,
      rgba(255,255,255,0.45) 55%,
      rgba(255,255,255,0) 100%
    ) !important;
  }

  /* features even tighter */
  html body.placement-page .features--relax {
    padding: 2.2rem 0 1.2rem !important;
  }
  html body.placement-page .features--relax .features__wrapper {
    margin-top: 0.8rem !important;
  }
  html body.placement-page .features--relax .features__content br {
    display: none !important;
  }
  html body.placement-page .features--relax .features__header .section__title br {
    display: none !important;
  }
  html body.placement-page .root > .features--relax + .section {
    padding-top: 2.2rem !important;
  }

  /* numbers: optical center */
  html body.placement-page .neighbors-item__num {
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 1.35rem !important;
    font-variant-numeric: tabular-nums !important;
    padding: 0 !important;
    text-indent: 0 !important;
  }
  html body.placement-page .neighbors-item__num {
    /* kill desktop circle leftovers */
    border-radius: 0.9rem !important;
  }

  /* reviews: denser slides + thicker aligned track */
  html body.placement-page .placement-reviews .review-item,
  html body.placement-page .placement-reviews .swiper-slide {
    margin-right: 0.8rem !important;
    width: min(29rem, 84vw) !important;
  }
  html body.placement-page .placement-reviews .comments__scrollbar,
  html body.placement-page .comments .comments__scrollbar {
    height: 0.5rem !important;
    background: rgba(255,255,255,0.22) !important;
  }
  html body.placement-page .placement-reviews .comments__scrollbar .swiper-scrollbar-drag,
  html body.placement-page .comments__scrollbar .swiper-scrollbar-drag {
    top: 0 !important;
    left: 0 !important;
    height: 0.5rem !important;
    min-height: 0.5rem !important;
    max-height: 0.5rem !important;
    background: #3db7e4 !important;
  }
  html body.placement-page .root > .placement-reviews {
    padding-bottom: 2.4rem !important;
  }

  /* moments: even bigger photo / smaller copy */
  html body.placement-page .moment__media {
    height: 17.5rem !important;
    min-height: 17.5rem !important;
    max-height: 17.5rem !important;
    flex-basis: 17.5rem !important;
  }
  html body.placement-page .moment__content {
    padding: 0.7rem 0.85rem 0.9rem !important;
    font-size: 1.1rem !important;
    line-height: 1.25 !important;
  }
  html body.placement-page .moment__content strong {
    font-size: 1.15rem !important;
  }

  /* TREES: beat desktop :has() specificity that covers/crops them */
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]),
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments {
    position: relative !important;
    z-index: 2 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    line-height: 0 !important;
    background: #fff !important;
    background-image: none !important;
  }
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"])::after,
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments::after {
    display: none !important;
    content: none !important;
    height: 0 !important;
  }
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) img,
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments img {
    position: relative !important;
    z-index: 3 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    opacity: 1 !important;
    transform: none !important;
  }
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section--blue,
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section--blue,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section.section--blue {
    position: relative !important;
    z-index: 1 !important;
    margin-top: -1.2rem !important;
    padding-top: 2.8rem !important;
    background: #005071 !important;
    overflow: visible !important;
  }

  /* forest before impression (blue_pattern_02) — keep above next section */
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_02"]) {
    position: relative !important;
    z-index: 4 !important;
    background: transparent !important;
    overflow: visible !important;
  }
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_02"])::after {
    display: none !important;
    content: none !important;
  }
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_02"]) img {
    position: relative !important;
    z-index: 5 !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain !important;
    transform: none !important;
  }
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_02"]) + .section--blue,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_02"]) + .section.section--blue {
    z-index: 1 !important;
    margin-top: -1rem !important;
    padding-top: 2.4rem !important;
    overflow: visible !important;
  }
}

/* ===== placement mobile UX polish4 202608092110 ===== */
@media (max-width: 991.97px) {
  /* features: kill remaining air before location */
  html body.placement-page .features--relax .features__header .section__title {
    margin-bottom: 0.4rem !important;
  }
  html body.placement-page .features--relax .features__content {
    margin: 0 !important;
    padding: 0 !important;
  }
  html body.placement-page .features--relax .features__wrapper {
    margin-top: 0.6rem !important;
  }
  html body.placement-page .features--relax .features__image {
    height: 16rem !important;
  }
  html body.placement-page .features--relax .features__item {
    padding: 0.8rem !important;
    gap: 0.55rem !important;
  }
  html body.placement-page .root > .features--relax + .section.section--white,
  html body.placement-page .root > .features--relax + .section {
    padding-top: 1.6rem !important;
    margin-top: 0 !important;
  }
  html body.placement-page .root > .features--relax + .section .section__header {
    margin-bottom: 1.2rem !important;
  }

  /* trees: show a readable band (natural strip is ~56px tall at phone width) */
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) img,
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments img {
    height: 9rem !important;
    min-height: 9rem !important;
    max-height: 9rem !important;
    object-fit: cover !important;
    object-position: center 65% !important;
  }
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section--blue,
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section--blue {
    margin-top: -2.2rem !important;
    padding-top: 3.2rem !important;
  }
}

/* ===== placement mobile UX batch2 202608092200 ===== */
@media (max-width: 991.97px) {
  /* --- accordion: animate with max-height (no display:none) --- */
  html body.placement-page .neighbors-item > .neighbors-item__content,
  html body.placement-page .neighbors-item > [data-spoiler-content] {
    display: block !important;
    overflow: hidden !important;
    visibility: visible !important;
    transition: max-height 0.48s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease, padding 0.32s ease !important;
  }
  html body.placement-page .neighbors-item:not(.open) > .neighbors-item__content,
  html body.placement-page .neighbors-item:not(.open) > [data-spoiler-content] {
    max-height: 0 !important;
    opacity: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    /* keep display:block so JS height animation works */
    pointer-events: none !important;
  }
  html body.placement-page .neighbors-item.open > .neighbors-item__content,
  html body.placement-page .neighbors-item.open > [data-spoiler-content] {
    opacity: 1 !important;
    pointer-events: auto !important;
    padding: 0 1.4rem 1.4rem !important;
  }
  html body.placement-page .neighbors-item__header {
    transition: background-color 0.25s ease !important;
  }
  html body.placement-page .neighbors-item__header:after {
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s ease !important;
    transform-origin: center !important;
  }
  html body.placement-page .neighbors-item.open .neighbors-item__header:after {
    transform: translateY(-50%) rotate(45deg) !important;
    content: "+" !important;
  }
  html body.placement-page .neighbors-item__media {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease !important;
  }
  html body.placement-page .neighbors-item.open .neighbors-item__media {
    transform: none !important;
  }

  /* --- reviews finger under scrollbar --- */
  html body.placement-page .placement-reviews .comments__wrapper {
    position: relative !important;
    padding-bottom: 0 !important;
  }
  html body.placement-page .placement-reviews .comments__wrapper:before {
    content: "" !important;
    position: absolute !important;
    right: 0.2rem !important;
    bottom: -3.2rem !important; /* below scrollbar */
    top: auto !important;
    width: 2.7rem !important;
    height: 2.7rem !important;
    opacity: 0.45 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
  }
  html body.placement-page .placement-reviews .comments__scrollbar {
    margin-top: 1.2rem !important;
    margin-bottom: 3.4rem !important; /* room for finger under bar */
    position: relative !important;
    z-index: 1 !important;
  }

  /* --- trees: kill white seam above moments --- */
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]),
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments {
    background: #005071 !important;
    background-image: none !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
  }
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section--blue,
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section--blue,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section.section--blue {
    margin-top: -3px !important;
    padding-top: 2.4rem !important;
    background: #005071 !important;
    border-top: 0 !important;
  }
  /* previous white section shouldn't leave a stripe */
  html body.placement-page .root > .section.section--white:has(+ .blue-pattern-top--moments),
  html body.placement-page .root > .section:has(+ .blue-pattern-top--moments) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* --- dates quote card: avatar+meta on top, quote under --- */
  html body.placement-page .event-item__box {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.1rem !important;
    align-items: stretch !important;
  }
  html body.placement-page .event-item__user {
    order: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    margin: 0 !important;
  }
  html body.placement-page .event-item__quote {
    order: 2 !important;
    margin: 0 !important;
  }
  html body.placement-page .event-item__avatar {
    width: 4.8rem !important;
    height: 4.8rem !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    flex: 0 0 4.8rem !important;
  }
  html body.placement-page .event-item__wrapper {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
  }
  html body.placement-page .event-item__name {
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
  }
  html body.placement-page .event-item__tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.4rem 0.8rem !important;
    opacity: 0.75 !important;
  }
  html body.placement-page .event-item__button {
    margin-top: 1.6rem !important;
    padding-top: 0 !important;
    position: relative !important;
    z-index: 2 !important;
  }
  html body.placement-page .event-item__main {
    gap: 0 !important;
  }
  html body.placement-page .event-item__content {
    margin-bottom: 0 !important;
  }

  /* --- dates bottom bg image higher like desktop --- */
  html body.placement-page .section:has(.events-list) {
    position: relative !important;
    overflow: visible !important;
    padding-bottom: 2rem !important;
  }
  html body.placement-page .events-pattern,
  html body.placement-page .events-pattern--01 {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: -2rem !important;
    width: 100% !important;
    height: min(52rem, 70vh) !important;
    margin: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    opacity: 0.95 !important;
    line-height: 0 !important;
    overflow: hidden !important;
  }
  html body.placement-page .events-pattern picture,
  html body.placement-page .events-pattern img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }
  html body.placement-page .events-list,
  html body.placement-page .section:has(.events-list) > .container {
    position: relative !important;
    z-index: 2 !important;
  }

  /* --- impression tags: dots + spacing --- */
  html body.placement-page .impression__tags {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 0 2rem !important;
    padding: 1.1rem 1.5rem !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.10) !important;
    border: 0 !important;
    box-sizing: border-box !important;
  }
  html body.placement-page .impression__tags-lead {
    display: inline-block !important;
    width: 1.4rem !important;
    height: 1.4rem !important;
    margin: 0 0.9rem 0 0 !important;
    border-radius: 50% !important;
    flex: 0 0 1.4rem !important;
    background: radial-gradient(circle at 50% 50%, #fff 0 0.28rem, #007cab 0.32rem 100%) !important;
  }
  html body.placement-page .impression__tag {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
  }
  html body.placement-page .impression__tag:not(:last-child)::after {
    content: "·" !important;
    display: inline !important;
    margin: 0 0.7rem !important;
    padding: 0 !important;
    color: rgba(255,255,255,0.9) !important;
    font-weight: 400 !important;
  }
  html body.placement-page .impression__header {
    margin-top: 0.4rem !important;
    margin-bottom: 1rem !important;
  }
  html body.placement-page .impression__main {
    display: flex !important;
    flex-direction: column !important;
  }
  html body.placement-page .impression__wrapper {
    margin-bottom: 0.6rem !important;
  }

  /* --- impression media: no top crop, sit above footer --- */
  html body.placement-page .impression {
    gap: 1.2rem !important;
  }
  html body.placement-page .impression__media {
    order: 2 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    margin: 1.2rem 0 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
  }
  html body.placement-page .impression__media img,
  html body.placement-page .impression__media picture,
  html body.placement-page .impression__media .img-cover {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    display: block !important;
  }
  html body.placement-page .section--blue:has(.impression) {
    padding-bottom: 0 !important;
    overflow: visible !important;
  }
  html body.placement-page .section--blue:has(.impression) > .container {
    padding-bottom: 0 !important;
  }
}

/* ===== placement mobile UX batch2b 202608092230 ===== */
@media (max-width: 991.97px) {
  /* force quote card flex reorder */
  html body.placement-page .event-item .event-item__box,
  html body.placement-page .event-item__content .event-item__box,
  html body.placement-page .event-item__main .event-item__box {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1.2rem !important;
  }
  html body.placement-page .event-item .event-item__box > .event-item__user {
    order: -1 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    width: 100% !important;
  }
  html body.placement-page .event-item .event-item__box > .event-item__quote {
    order: 2 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  html body.placement-page .event-item__button {
    margin-top: 2.2rem !important;
    padding-top: 0.4rem !important;
  }
  html body.placement-page .event-item__box + .event-item__button,
  html body.placement-page .event-item__content + .event-item__button {
    margin-top: 2.2rem !important;
  }

  /* finger under scrollbar, still inside wrapper */
  html body.placement-page .placement-reviews .comments__wrapper {
    padding-bottom: 0.2rem !important;
    overflow: visible !important;
  }
  html body.placement-page .placement-reviews .comments__scrollbar {
    margin-top: 1.2rem !important;
    margin-bottom: 3.8rem !important;
  }
  html body.placement-page .placement-reviews .comments__wrapper:before {
    right: 0.4rem !important;
    bottom: 0.35rem !important;
    top: auto !important;
    left: auto !important;
    width: 2.8rem !important;
    height: 2.8rem !important;
    opacity: 0.5 !important;
    z-index: 3 !important;
  }

  /* trees visible on blue seam */
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) {
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments img,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) img {
    display: block !important;
    width: 100% !important;
    height: 8.5rem !important;
    min-height: 8.5rem !important;
    max-height: 8.5rem !important;
    object-fit: cover !important;
    object-position: center 70% !important;
    margin: 0 !important;
    vertical-align: bottom !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section--blue,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section--blue {
    margin-top: -2.6rem !important;
    padding-top: 3.4rem !important;
    background: #005071 !important;
  }

  /* impression: tags space + full media above footer */
  html body.placement-page .impression__tags {
    margin: 0 0 2.6rem !important;
  }
  html body.placement-page .impression__header {
    margin-top: 0 !important;
  }
  html body.placement-page .section--blue:has(.impression) {
    padding-top: 3.2rem !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
  }
  html body.placement-page .impression__media {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    margin: 1.6rem 0 0 !important;
    border-radius: 0 !important;
  }
  html body.placement-page .impression__media img,
  html body.placement-page .impression__media picture {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
    clip-path: none !important;
  }
}

/* ===== placement mobile UX batch2c 202608092250 ===== */
@media (max-width: 991.97px) {
  html body.placement-page .event-item .event-item__content .event-item__box {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.2rem !important;
  }
  html body.placement-page .event-item .event-item__content .event-item__box > .event-item__user {
    order: -1 !important;
  }
  html body.placement-page .event-item .event-item__content .event-item__box > .event-item__quote {
    order: 2 !important;
  }
}


/* ===== placement mobile UX batch3 202608092320 ===== */
@media (max-width: 991.97px) {
  /* --- trees PNG → moments: kill 1px white seam --- */
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) {
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 2 !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments img,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) img,
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments picture,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) picture {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: bottom !important;
  }
  /* blue band under silhouette so no white hairline shows through PNG edge */
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments::after,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"])::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -2px !important;
    height: 3.2rem !important;
    background: #005071 !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments img,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) img {
    position: relative !important;
    z-index: 2 !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section.section--blue,
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section--blue,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section.section--blue,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section--blue {
    margin-top: -2.8rem !important;
    padding-top: 3.6rem !important;
    background: #005071 !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  /* --- dates: unstick CTA from quote --- */
  html body.placement-page .event-item__button,
  html body.placement-page .event-item .event-item__button {
    margin-top: 3.2rem !important;
    padding-top: 0 !important;
    align-self: stretch !important;
  }
  html body.placement-page .event-item__content {
    gap: 1.6rem !important;
  }

  /* --- dates: events_bg as tall background, higher --- */
  html body.placement-page .section:has(.events-list),
  html body.placement-page .section:has(.events-pattern) {
    position: relative !important;
    overflow: visible !important;
  }
  html body.placement-page .events-pattern,
  html body.placement-page .events-pattern--01 {
    position: absolute !important;
    left: 50% !important;
    top: -2rem !important;
    bottom: auto !important;
    width: 100vw !important;
    max-width: none !important;
    height: 72rem !important;
    max-height: none !important;
    transform: translateX(-50%) !important;
    z-index: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
  }
  html body.placement-page .events-pattern picture,
  html body.placement-page .events-pattern img,
  html body.placement-page .events-pattern .img-cover {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }
  html body.placement-page .section:has(.events-list) > .container,
  html body.placement-page .events-list,
  html body.placement-page .event-item {
    position: relative !important;
    z-index: 2 !important;
  }

  /* --- impression: more air under tags; dots like desktop --- */
  html body.placement-page .impression__tags {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 0 2.8rem !important;
    width: auto !important;
    max-width: 100% !important;
  }
  html body.placement-page .impression__tag {
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }
  html body.placement-page .impression__tag:not(:last-child)::after {
    content: "·" !important;
    padding: 0 0.85rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
  }
  html body.placement-page .impression__tags-lead {
    display: inline-block !important;
    width: 0.45rem !important;
    height: 0.45rem !important;
    margin-right: 0.85rem !important;
    border-radius: 50% !important;
    background: #fff !important;
    flex: 0 0 auto !important;
  }
  html body.placement-page .impression__header {
    margin-top: 0.4rem !important;
  }

  /* --- impression collage: full frame, sit on footer, no top crop --- */
  html body.placement-page .section.section--blue:has(.impression),
  html body.placement-page .section--blue:has(.impression) {
    padding-bottom: 0 !important;
    overflow: visible !important;
  }
  html body.placement-page .impression {
    gap: 1.2rem !important;
  }
  html body.placement-page .impression__media {
    order: 2 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 1.2rem 0 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
    align-self: stretch !important;
  }
  html body.placement-page .impression__media picture,
  html body.placement-page .impression__media img,
  html body.placement-page .impression__media .img-cover {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
    clip-path: none !important;
    transform: none !important;
  }
}


/* ===== placement mobile UX batch3b 202608092400 ===== */
@media (max-width: 991.97px) {
  /* dates CTA: more air under quote */
  html body.placement-page .event-item .event-item__button,
  html body.placement-page .event-item__button {
    margin-top: 4rem !important;
  }

  /* events_bg: decorative like desktop — tall, from top, contain */
  html body.placement-page .root > .section:has(.events-list) {
    position: relative !important;
    overflow: visible !important;
    background: #fff !important;
  }
  html body.placement-page .events-pattern,
  html body.placement-page .events-pattern--01 {
    position: absolute !important;
    left: 50% !important;
    top: 6rem !important;
    width: min(120rem, 160vw) !important;
    height: min(90rem, 140vw) !important;
    transform: translateX(-50%) !important;
    z-index: 0 !important;
    opacity: 0.92 !important;
    pointer-events: none !important;
  }
  html body.placement-page .events-pattern picture,
  html body.placement-page .events-pattern img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center top !important;
  }

  /* impression tags → title spacing */
  html body.placement-page .impression__tags {
    margin: 0 0 3.4rem !important;
  }

  /* impression collage: crop transparent bottom, sit on footer, show top */
  html body.placement-page .section.section--blue:has(.impression) {
    padding-bottom: 0 !important;
  }
  html body.placement-page .impression {
    display: flex !important;
    flex-direction: column !important;
  }
  html body.placement-page .impression__media {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 0.92 !important;
    max-height: none !important;
    margin: 0.8rem 0 0 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    line-height: 0 !important;
  }
  html body.placement-page .impression__media picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }
  html body.placement-page .impression__media img,
  html body.placement-page .impression__media .img-cover {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    transform: none !important;
  }

  /* trees seam belt — stronger overlap */
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section.section--blue,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section.section--blue {
    margin-top: -3.2rem !important;
    padding-top: 3.8rem !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments::after,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"])::after {
    height: 4rem !important;
    bottom: -4px !important;
    background: #005071 !important;
  }
}


/* ===== placement mobile UX batch3c 202608092430 ===== */
@media (max-width: 991.97px) {
  html body.placement-page .event-item .event-item__content .event-item__box {
    margin-bottom: 0.4rem !important;
  }
  html body.placement-page .event-item .event-item__button,
  html body.placement-page .event-item__button {
    margin-top: 5.2rem !important;
  }

  html body.placement-page .events-pattern img,
  html body.placement-page .events-pattern img.img-cover,
  html body.placement-page .events-pattern picture img {
    object-fit: contain !important;
    object-position: center top !important;
  }

  html body.placement-page .impression__tags {
    margin: 0 0 4.6rem !important;
  }

  /* pull collage onto footer: crop empty transparent bottom of asset */
  html body.placement-page .impression__media {
    aspect-ratio: 1 / 0.78 !important;
    margin: 0.4rem 0 0 !important;
  }
  html body.placement-page .impression__media img,
  html body.placement-page .impression__media img.img-cover {
    object-fit: cover !important;
    object-position: center 8% !important;
  }
}


/* ===== placement mobile UX batch3d 202608092500 ===== */
@media (max-width: 991.97px) {
  /* trees: blue section overlaps PNG bottom + hairline cover strip */
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) {
    background: #fff !important;
    line-height: 0 !important;
    font-size: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments img,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    margin: 0 0 -1px !important;
    position: relative !important;
    z-index: 1 !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments::after,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"])::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1.2rem !important;
    background: #005071 !important;
    z-index: 3 !important; /* ABOVE png edge to hide white fringe */
    pointer-events: none !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section.section--blue,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section.section--blue {
    position: relative !important;
    z-index: 2 !important;
    margin-top: -3.6rem !important;
    padding-top: 4rem !important;
    background: #005071 !important;
    border: 0 !important;
    box-shadow: 0 -2px 0 #005071 !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section.section--blue::before,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section.section--blue::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: -6px !important;
    height: 12px !important;
    background: #005071 !important;
    z-index: 4 !important;
    pointer-events: none !important;
  }

  /* impression: full top visible, clip only empty bottom, flush to footer */
  html body.placement-page .impression__media {
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    aspect-ratio: unset !important;
    padding: 0 0 82% !important;
    margin: 0.6rem 0 0 !important;
    overflow: hidden !important;
    max-height: none !important;
    border-radius: 0 !important;
  }
  html body.placement-page .impression__media picture {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }
  html body.placement-page .impression__media img,
  html body.placement-page .impression__media img.img-cover {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
  }
}


/* ===== placement mobile UX batch3e 202608092530 ===== */
@media (max-width: 991.97px) {
  /*
    White hairline was trees container bg (#fff) painting over the blue section
    in the overlap zone (transparent PNG bottom). Fix: blue underpaint + section on top.
  */
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) {
    position: relative !important;
    z-index: 1 !important;
    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      #ffffff 42%,
      #005071 68%,
      #005071 100%
    ) !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments img,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 2 !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    background: transparent !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments::after,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"])::after {
    content: none !important;
    display: none !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section.section--blue,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section.section--blue {
    position: relative !important;
    z-index: 3 !important;
    margin-top: -2.4rem !important;
    padding-top: 3.2rem !important;
    background: #005071 !important;
    box-shadow: none !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section.section--blue::before,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section.section--blue::before {
    content: none !important;
    display: none !important;
  }
}


/* ===== placement mobile bugfix 202608092600 ===== */
@media (max-width: 991.97px) {
  /* hero: a bit more to the right */
  html body.placement-page .primary__media img,
  html body.placement-page .primary__media .img-cover,
  html body.placement-page .primary__media picture img {
    object-position: 94% center !important;
  }

  /* neighbors: gap between accordion cards */
  html body.placement-page .neighbors__section .neighbors-item,
  html body.placement-page .neighbors-item[data-spoiler] {
    margin-bottom: 1.2rem !important;
  }
  html body.placement-page .neighbors__section .neighbors-item:last-child {
    margin-bottom: 0 !important;
  }
  html body.placement-page .neighbors-item__content,
  html body.placement-page .neighbors-item [data-spoiler-content] {
    display: block !important;
    overflow: hidden !important;
  }
  html body.placement-page .neighbors-item:not(.open) .neighbors-item__content,
  html body.placement-page .neighbors-item:not(.open) [data-spoiler-content] {
    max-height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* trees: only tiny overlap — pull PNG back up */
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) {
    position: relative !important;
    z-index: 2 !important;
    background: #fff !important;
    background-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments img,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    margin: 0 !important;
    transform: translateY(2px) !important; /* couple px down to kill hairline */
    position: relative !important;
    z-index: 1 !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments::after,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"])::after {
    content: none !important;
    display: none !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section.section--blue,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section.section--blue {
    position: relative !important;
    z-index: 1 !important;
    margin-top: -2px !important;
    padding-top: 2.8rem !important;
    background: #005071 !important;
    box-shadow: none !important;
  }
  html body.placement-page .root > .blue-pattern-top.blue-pattern-top--moments + .section.section--blue::before,
  html body.placement-page .root > .blue-pattern-top:has([src*="blue_pattern_trees"]) + .section.section--blue::before {
    content: none !important;
    display: none !important;
  }

  /* dates: modest gap quote → button (like other inner gaps) */
  html body.placement-page .event-item .event-item__button,
  html body.placement-page .event-item__button {
    margin-top: 1.6rem !important;
  }
  html body.placement-page .event-item .event-item__content .event-item__box {
    margin-bottom: 0 !important;
  }

  /* impression: tighter vertical rhythm + compact mid-dots */
  html body.placement-page .impression__tags {
    margin: 0 0 1.6rem !important;
    gap: 0 !important;
  }
  html body.placement-page .impression__header {
    margin-top: 0 !important;
    margin-bottom: 1.2rem !important;
  }
  html body.placement-page .impression__text {
    margin-top: 0 !important;
  }
  html body.placement-page .impression__tag {
    margin: 0 !important;
    padding: 0 !important;
  }
  html body.placement-page .impression__tag:not(:last-child)::after {
    content: "·" !important;
    padding: 0 0.35rem !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    letter-spacing: 0 !important;
  }
  html body.placement-page .impression__tags-lead {
    margin-right: 0.55rem !important;
  }
}


/* ===== placement mobile bugfix2 202608092650 ===== */
@media (max-width: 991.97px) {
  /* neighbors: clearer gap between accordion rows */
  html body.placement-page .neighbors__section .neighbors-item,
  html body.placement-page .neighbors-item[data-spoiler] {
    margin-bottom: 1.6rem !important;
  }
  html body.placement-page .neighbors__section .neighbors-item:last-child {
    margin-bottom: 0 !important;
  }

  /* impression: even tighter title↔text; compact mid-dots only */
  html body.placement-page .impression__tags {
    margin: 0 0 1.4rem !important;
  }
  html body.placement-page .impression__header {
    margin: 0 0 1rem !important;
  }
  html body.placement-page .impression__text {
    margin-top: 0 !important;
  }
  html body.placement-page .impression__tag:not(:last-child)::after {
    content: "·" !important;
    padding: 0 0.28rem !important;
  }
}


/* ===== placement mobile bugfix3 202608092700 ===== */
@media (max-width: 991.97px) {
  html body.placement-page .impression__tags {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 0 1.4rem !important;
    padding: 1rem 1.35rem !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }
  html body.placement-page .impression__tag {
    font-size: 1.15rem !important;
    white-space: nowrap !important;
  }
  html body.placement-page .impression__tag:not(:last-child)::after {
    content: "·" !important;
    padding: 0 0.18rem !important;
    margin: 0 !important;
  }
  html body.placement-page .impression__tags-lead {
    width: 0.4rem !important;
    height: 0.4rem !important;
    margin-right: 0.45rem !important;
    flex: 0 0 auto !important;
  }
}


/* ===== accordion mobile cleanup 202608092850 ===== */
@media (max-width: 991.97px) {
  html body.placement-page .neighbors-item:not(.open) > .neighbors-item__content,
  html body.placement-page .neighbors-item:not(.open) > [data-spoiler-content] {
    display: grid !important;
    grid-template-rows: 0fr !important;
    max-height: none !important;
    opacity: 1 !important;
    height: auto !important;
  }
  html body.placement-page .neighbors-item.open > .neighbors-item__content,
  html body.placement-page .neighbors-item.open > [data-spoiler-content] {
    display: grid !important;
    grid-template-rows: 1fr !important;
    max-height: none !important;
    height: auto !important;
    opacity: 1 !important;
  }
}


/* ===== mobile accordion height anim fix 202608093020 ===== */
@media (max-width: 991.97px) {
  html body.placement-page .neighbors-item[data-spoiler] > .neighbors-item__content,
  html body.placement-page .neighbors-item[data-spoiler] > [data-spoiler-content],
  html body.placement-page .neighbors .neighbors-item > .neighbors-item__content,
  html body.placement-page .neighbors .neighbors-item.open > .neighbors-item__content {
    display: block !important;
    grid-template-rows: none !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    max-height: none !important;
    min-height: 0 !important;
    /* do NOT force height:auto here — JS animates height with !important */
  }

  html body.placement-page .neighbors-item__row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0.8rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    align-items: flex-start !important;
  }

  html body.placement-page .neighbors-item__media {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(50% - 0.4rem) !important;
    height: 11rem !important;
    min-height: 11rem !important;
    max-height: 11rem !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    transform: none !important;
    transition: none !important;
  }
  html body.placement-page .neighbors-item__media picture,
  html body.placement-page .neighbors-item__media img,
  html body.placement-page .neighbors-item__media .img-cover {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ===== scroll unlock 202608093310: site-wide mobile page scroll ===== */
@media (max-width: 991.97px) {
  html {
    height: auto !important;
    max-height: none !important;
    overflow-x: clip !important;
    overflow-y: scroll !important;
    position: static !important;
    overscroll-behavior-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y pinch-zoom !important;
  }
  body {
    height: auto !important;
    max-height: none !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
    position: static !important;
    overscroll-behavior-y: auto !important;
    touch-action: pan-y pinch-zoom !important;
  }
  .root,
  .wrapper,
  .page,
  main {
    height: auto !important;
    max-height: none !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
    touch-action: auto !important;
  }
  /* Closed mobile drawer must never steal touches (child pe:auto beats parent:none) */
  body:not(.nav-open) .mobile-nav-layout,
  body:not(.nav-open) .mobile-nav {
    pointer-events: none !important;
  }
  body.nav-open .mobile-nav-layout,
  body.nav-open .mobile-nav {
    pointer-events: auto !important;
  }
  /* Horizontal swipers: let browser keep vertical page scroll */
  .swiper,
  .swiper-wrapper,
  .swiper-slide {
    touch-action: pan-y pinch-zoom !important;
  }
}
