/* BungalovTR Mobile Premium v3 - loaded last */
@media (max-width: 820px) {
  html { -webkit-text-size-adjust: 100%; }
  body { font-size: 14px; }

  .container {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Header */
  .site-header { position: sticky !important; top: 0; z-index: 999; background: rgba(255,255,255,.98) !important; }
  .header-inner { min-height: 56px !important; height: 56px !important; }

  /* Hero */
  .hero { min-height: 390px !important; height: 390px !important; }
  .hero-inner { min-height: 390px !important; height: 390px !important; padding: 10px 0 12px !important; align-items: flex-start !important; }
  .hero-panel { width: 100% !important; padding: 14px 13px !important; border-radius: 14px !important; }
  .hero h1 { font-size: 24px !important; line-height: 1.08 !important; margin-bottom: 7px !important; }
  .hero-panel > p { font-size: 11px !important; line-height: 1.45 !important; }
  .hero-search { display: grid !important; grid-template-columns: 1fr !important; margin-top: 10px !important; }
  .hero-search .search-field, .hero-search button { min-height: 38px !important; height: 38px !important; }

  .quick-links-inner { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; gap: 7px !important; scrollbar-width: none; }
  .quick-links-inner::-webkit-scrollbar { display: none; }
  .quick-links a { flex: 0 0 auto !important; }

  .home-section { padding-top: 22px !important; }
  .section-head { margin-bottom: 10px !important; }
  .section-head h2 { font-size: 18px !important; line-height: 1.15 !important; }
  .section-head a { font-size: 9px !important; }

  /* REAL HOME GRIDS - force two columns */
  .featured-bungalows .bungalow-grid,
  main .featured-bungalows .bungalow-grid,
  .bungalow-grid {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
    gap: 8px !important;
    align-items: stretch !important;
  }

  .featured-bungalows .bungalow-grid > *,
  .bungalow-grid > * {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .bungalow-card { border-radius: 11px !important; overflow: hidden !important; }
  .bungalow-card-media { aspect-ratio: 1.35/1 !important; height: auto !important; min-height: 0 !important; }
  .bungalow-card-media img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
  .bungalow-card-body { padding: 8px !important; min-height: 0 !important; }
  .bungalow-card h3 { font-size: 11px !important; line-height: 1.22 !important; min-height: 27px !important; margin: 0 0 3px !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
  .bungalow-card .location { font-size: 8.5px !important; margin-bottom: 4px !important; }
  .bungalow-card .tag-row { display: none !important; }
  .bungalow-card .card-link { font-size: 8.5px !important; }

  /* Popular regions - force two columns */
  .popular-regions .region-grid,
  main .popular-regions .region-grid,
  .region-grid {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
    gap: 8px !important;
  }
  .popular-regions .region-grid > *,
  .region-grid > * {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .region-card { min-height: 0 !important; height: auto !important; aspect-ratio: 1.25 / 1 !important; border-radius: 11px !important; }
  .region-copy { left: 8px !important; right: 8px !important; bottom: 7px !important; }
  .region-copy strong { font-size: 11px !important; }
  .region-copy small { font-size: 8px !important; }

  /* Blog compact horizontal */
  .bungalow-guides .guide-grid,
  .guide-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .guide-card {
    display: grid !important;
    grid-template-columns: 118px minmax(0,1fr) !important;
    min-height: 100px !important;
    border-radius: 11px !important;
    overflow: hidden !important;
  }
  .guide-card > img { width: 118px !important; height: 100% !important; min-height: 100px !important; object-fit: cover !important; }
  .guide-body { padding: 8px 9px !important; }
  .guide-body h3 { font-size: 11px !important; line-height: 1.25 !important; margin: 2px 0 4px !important; }
  .guide-body > p:not(.guide-date) { font-size: 8.5px !important; line-height: 1.35 !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
  .guide-date, .guide-body span { font-size: 8px !important; }

  .why-grid { grid-template-columns: 1fr !important; gap: 8px !important; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 16px) !important; }
  .featured-bungalows .bungalow-grid,
  .bungalow-grid,
  .popular-regions .region-grid,
  .region-grid { gap: 6px !important; }
  .bungalow-card h3 { font-size: 10.5px !important; }
  .guide-card { grid-template-columns: 105px minmax(0,1fr) !important; }
  .guide-card > img { width: 105px !important; }
}

/* ==========================================================
   BungalovTR Mobile App Shell v4
   Mobile-only application experience. Desktop is untouched.
   ========================================================== */
@media (max-width: 820px) {
  :root {
    --btr-mobile-bg: #f6f4ee;
    --btr-mobile-surface: #ffffff;
    --btr-mobile-ink: #263128;
    --btr-mobile-muted: #6f776f;
    --btr-mobile-line: rgba(45, 65, 49, .10);
    --btr-mobile-green: #315c3c;
    --btr-mobile-green-soft: #eaf1e9;
    --btr-mobile-nav-h: 72px;
  }

  html.btr-mobile-app { background: var(--btr-mobile-bg); }
  html.btr-mobile-app body {
    background: var(--btr-mobile-bg) !important;
    color: var(--btr-mobile-ink);
    padding-bottom: calc(var(--btr-mobile-nav-h) + env(safe-area-inset-bottom, 0px));
  }

  html.btr-mobile-app body.admin-bar .site-header { top: 46px !important; }

  /* App header */
  html.btr-mobile-app .site-header {
    height: 58px !important;
    border-bottom: 1px solid rgba(48, 76, 56, .08) !important;
    background: rgba(255, 255, 255, .92) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
    backdrop-filter: blur(18px) saturate(1.15);
    transition: box-shadow .2s ease, background .2s ease;
  }
  html.btr-mobile-app.btr-mobile-scrolled .site-header {
    box-shadow: 0 6px 24px rgba(31, 48, 36, .07);
  }
  html.btr-mobile-app .header-inner {
    width: calc(100% - 28px) !important;
    min-height: 58px !important;
    height: 58px !important;
    padding: 0 !important;
  }
  html.btr-mobile-app .brand {
    gap: 8px !important;
    font-size: 21px !important;
    font-weight: 650 !important;
    letter-spacing: -.035em !important;
    color: #2d5136 !important;
  }
  html.btr-mobile-app .brand-mark {
    width: 24px !important;
    height: 24px !important;
  }
  html.btr-mobile-app .mobile-menu-button {
    width: 42px;
    height: 42px;
    display: grid !important;
    place-content: center;
    gap: 0;
    border: 1px solid rgba(48, 76, 56, .10) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 5px 16px rgba(31, 48, 36, .045);
  }
  html.btr-mobile-app .mobile-menu-button span {
    width: 19px !important;
    height: 1.5px !important;
    margin: 2.5px 0 !important;
    border-radius: 999px;
    background: #35573d !important;
  }

  /* Home hero: deliberately app-like, but only via mobile overrides. */
  html.btr-mobile-app body.home #main-content > .hero {
    display: grid !important;
    grid-template-rows: auto 205px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 14px 12px 0 !important;
    gap: 12px !important;
    overflow: visible !important;
    background: var(--btr-mobile-bg) !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .hero-inner {
    order: 1 !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .hero-inner.container {
    width: 100% !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .hero-panel {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px 18px 18px !important;
    border: 1px solid rgba(48, 76, 56, .08) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(37, 55, 42, .055) !important;
  }
  html.btr-mobile-app body.home #main-content > .hero h1 {
    max-width: 330px;
    margin: 0 0 9px !important;
    font-size: clamp(27px, 7.4vw, 31px) !important;
    line-height: 1.08 !important;
    font-weight: 620 !important;
    letter-spacing: -.045em !important;
    color: #25332a !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .hero-panel > p {
    max-width: 350px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: #70786f !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .hero-search {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .search-field {
    min-width: 0 !important;
    min-height: 48px !important;
    height: 48px !important;
    padding: 0 11px !important;
    grid-template-columns: 16px minmax(0, 1fr) !important;
    gap: 7px !important;
    border: 1px solid rgba(49, 92, 60, .18) !important;
    border-radius: 13px !important;
    background: #f2f6f0 !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .search-field .search-icon {
    font-size: 15px !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .search-field .sr-only {
    position: absolute !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .search-field select {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    font-size: 12.5px !important;
    font-weight: 550 !important;
    color: #4f5c52 !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .search-field:focus-within {
    border-color: rgba(49, 92, 60, .52) !important;
    background: #eef4ec !important;
    box-shadow: 0 0 0 3px rgba(49, 92, 60, .07) !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .hero-search > button[type="submit"] {
    grid-column: 1 / -1 !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 13px !important;
    background: #315c3c !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    box-shadow: 0 9px 20px rgba(49, 92, 60, .16);
  }
  html.btr-mobile-app body.home #main-content > .hero .hero-media {
    order: 2 !important;
    position: static !important;
    width: 100% !important;
    height: 205px !important;
    max-height: none !important;
    border-radius: 22px !important;
    object-fit: cover !important;
    object-position: center 52% !important;
    box-shadow: 0 14px 34px rgba(37, 55, 42, .09);
  }
  html.btr-mobile-app body.home #main-content > .hero .hero-shade { display: none !important; }

  /* Discovery chips */
  html.btr-mobile-app body.home #main-content > .quick-links {
    margin-top: 0 !important;
    border: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }
  html.btr-mobile-app body.home #main-content > .quick-links .quick-links-inner {
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    padding: 14px 12px 4px !important;
    overflow-x: auto !important;
    scroll-padding-inline: 12px;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
  }
  html.btr-mobile-app body.home #main-content > .quick-links .quick-links-inner > a {
    min-width: auto !important;
    height: 39px !important;
    padding: 0 14px !important;
    gap: 7px !important;
    border: 1px solid rgba(48, 76, 56, .10) !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 5px 14px rgba(31, 48, 36, .035) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #4e5c51 !important;
    scroll-snap-align: start;
    transform: none !important;
  }
  html.btr-mobile-app body.home #main-content > .quick-links .quick-links-inner > a > span {
    font-size: 14px !important;
    color: #3c6848 !important;
  }
  html.btr-mobile-app body.home #main-content > .quick-links .quick-links-inner > a::before,
  html.btr-mobile-app body.home #main-content > .quick-links .quick-links-inner > a::after {
    display: none !important;
  }

  /* Home sections */
  html.btr-mobile-app body.home #main-content .home-section {
    padding-top: 26px !important;
  }
  html.btr-mobile-app body.home #main-content .home-section .container,
  html.btr-mobile-app body.home #main-content .section-head {
    width: calc(100% - 24px) !important;
  }
  html.btr-mobile-app body.home #main-content .section-head {
    align-items: center !important;
    margin-bottom: 13px !important;
  }
  html.btr-mobile-app body.home #main-content .section-head h2 {
    font-size: 21px !important;
    line-height: 1.15 !important;
    font-weight: 650 !important;
    letter-spacing: -.03em !important;
  }
  html.btr-mobile-app body.home #main-content .section-head a {
    padding: 7px 9px;
    border-radius: 999px;
    background: #eaf1e9;
    font-size: 10px !important;
    font-weight: 650 !important;
    color: #315c3c !important;
    white-space: nowrap;
  }

  /* Bungalow cards: readable two-column discovery cards */
  html.btr-mobile-app body.home #main-content .featured-bungalows .bungalow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  html.btr-mobile-app body.home #main-content .featured-bungalows .bungalow-card {
    border: 1px solid rgba(48, 76, 56, .09) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 7px 22px rgba(32, 48, 37, .045) !important;
  }
  html.btr-mobile-app body.home #main-content .featured-bungalows .bungalow-card-media {
    aspect-ratio: 1.22 / 1 !important;
    border-radius: 0 !important;
  }
  html.btr-mobile-app body.home #main-content .featured-bungalows .bungalow-card-body {
    padding: 10px 10px 11px !important;
  }
  html.btr-mobile-app body.home #main-content .featured-bungalows .bungalow-card h3 {
    min-height: 35px !important;
    margin: 0 0 5px !important;
    font-size: 13.5px !important;
    line-height: 1.28 !important;
    font-weight: 650 !important;
  }
  html.btr-mobile-app body.home #main-content .featured-bungalows .bungalow-card h3 a {
    color: #2a352d !important;
  }
  html.btr-mobile-app body.home #main-content .featured-bungalows .location {
    margin: 0 !important;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
    color: #7a827a !important;
  }
  html.btr-mobile-app body.home #main-content .featured-bungalows .tag-row,
  html.btr-mobile-app body.home #main-content .featured-bungalows .card-link {
    display: none !important;
  }
  html.btr-mobile-app body.home #main-content .btr-card-google-rating {
    transform: scale(.9);
    transform-origin: right top;
  }

  /* Destinations */
  html.btr-mobile-app body.home #main-content .popular-regions .region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  html.btr-mobile-app body.home #main-content .popular-regions .region-card {
    aspect-ratio: 1.15 / 1 !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(31, 48, 36, .075) !important;
  }
  html.btr-mobile-app body.home #main-content .popular-regions .region-copy {
    left: 12px !important;
    right: 12px !important;
    bottom: 11px !important;
  }
  html.btr-mobile-app body.home #main-content .popular-regions .region-copy strong {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }
  html.btr-mobile-app body.home #main-content .popular-regions .region-copy small {
    margin-top: 2px;
    font-size: 10px !important;
  }

  /* Blog cards: 2 x 2 visual magazine grid */
  html.btr-mobile-app body.home #main-content .bungalow-guides .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  html.btr-mobile-app body.home #main-content .bungalow-guides .guide-card {
    display: block !important;
    min-height: 0 !important;
    border: 1px solid rgba(48, 76, 56, .08) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 7px 22px rgba(32, 48, 37, .04) !important;
  }
  html.btr-mobile-app body.home #main-content .bungalow-guides .guide-card:nth-child(n+5) {
    display: none !important;
  }
  html.btr-mobile-app body.home #main-content .bungalow-guides .guide-card > img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1.28 / 1 !important;
    object-fit: cover !important;
  }
  html.btr-mobile-app body.home #main-content .bungalow-guides .guide-body {
    padding: 10px 10px 11px !important;
  }
  html.btr-mobile-app body.home #main-content .bungalow-guides .guide-date {
    margin: 0 0 5px !important;
    font-size: 9px !important;
    color: #8a918a !important;
  }
  html.btr-mobile-app body.home #main-content .bungalow-guides .guide-card h3 {
    min-height: 34px;
    margin: 0 0 5px !important;
    font-size: 12.5px !important;
    line-height: 1.34 !important;
    font-weight: 650 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  html.btr-mobile-app body.home #main-content .bungalow-guides .guide-card p:not(.guide-date) {
    display: none !important;
  }
  html.btr-mobile-app body.home #main-content .bungalow-guides .guide-card span {
    font-size: 9.5px !important;
    font-weight: 650 !important;
    color: #3c6848 !important;
  }

  /* Why section becomes an app-style trust card. */
  html.btr-mobile-app body.home #main-content .why-section {
    padding: 30px 12px 10px !important;
  }
  html.btr-mobile-app body.home #main-content .why-section > .container {
    width: 100% !important;
    padding: 20px 16px !important;
    border: 1px solid rgba(48, 76, 56, .08);
    border-radius: 20px;
    background: #edf3ea;
  }
  html.btr-mobile-app body.home #main-content .why-section h2 {
    margin: 0 0 15px !important;
    text-align: left !important;
    font-size: 20px !important;
    font-weight: 650 !important;
  }
  html.btr-mobile-app body.home #main-content .why-grid {
    gap: 8px !important;
  }
  html.btr-mobile-app body.home #main-content .why-grid > div {
    gap: 11px !important;
    padding: 11px 12px !important;
    border: 0 !important;
    border-radius: 14px;
    background: rgba(255, 255, 255, .75);
  }
  html.btr-mobile-app body.home #main-content .why-grid > div > span {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #fff;
    font-size: 20px !important;
  }
  html.btr-mobile-app body.home #main-content .why-grid h3 {
    margin-bottom: 3px !important;
    font-size: 13px !important;
  }
  html.btr-mobile-app body.home #main-content .why-grid p {
    font-size: 10.5px !important;
    line-height: 1.45 !important;
  }

  html.btr-mobile-app body.home #main-content .home-ad-section {
    padding: 18px 12px 10px !important;
  }
  html.btr-mobile-app body.home #main-content .home-ad-section .ad-slot {
    width: 100% !important;
    height: 72px !important;
    border-radius: 16px !important;
  }

  /* Mobile footer + safe-area spacing */
  html.btr-mobile-app .site-footer {
    padding-bottom: 24px !important;
  }

  /* Bottom application navigation */
  .btr-mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: block;
    padding: 0 9px env(safe-area-inset-bottom, 0px);
    pointer-events: none;
  }
  .btr-mobile-bottom-nav__inner {
    width: min(100%, 560px);
    height: var(--btr-mobile-nav-h);
    margin: 0 auto;
    padding: 5px 6px 3px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    column-gap: 3px;
    border: 1px solid #dce6da;
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    background: rgba(243, 247, 242, .97);
    box-shadow: 0 -10px 30px rgba(38, 68, 46, .12), inset 0 1px 0 rgba(255,255,255,.82);
    -webkit-backdrop-filter: blur(20px) saturate(1.15);
    backdrop-filter: blur(20px) saturate(1.15);
    pointer-events: auto;
  }
  .btr-mobile-tab {
    min-width: 0;
    height: calc(100% - 2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    border-radius: 14px;
    background: rgba(250, 252, 249, .74);
    color: #596b5d;
    text-decoration: none !important;
    transition: background .18s ease, color .18s ease, transform .18s ease;
    -webkit-tap-highlight-color: transparent;
  }
  .btr-mobile-tab__icon {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    transition: transform .18s ease, background .18s ease, color .18s ease;
  }
  .btr-mobile-tab__icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .btr-mobile-tab__label {
    max-width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9px;
    line-height: 1;
    font-weight: 650;
  }
  .btr-mobile-tab.is-active {
    background: #e7efe5;
    color: #2f6843;
  }
  .btr-mobile-tab.is-active:not(.is-primary) .btr-mobile-tab__icon {
    background: #dce8db;
    box-shadow: inset 0 0 0 1px rgba(47, 104, 67, .08);
  }
  .btr-mobile-tab.is-primary {
    background: transparent;
    color: #415447;
  }
  .btr-mobile-tab.is-primary .btr-mobile-tab__icon {
    width: 42px;
    height: 42px;
    margin-top: -18px;
    border: 4px solid #f3f7f2;
    border-radius: 15px;
    background: #2f6843;
    color: #fff;
    box-shadow: 0 8px 22px rgba(47, 104, 67, .28);
  }
  .btr-mobile-tab.is-primary .btr-mobile-tab__label {
    margin-top: -2px;
  }
  .btr-mobile-tab:active {
    background: #e3ece1;
  }
  .btr-mobile-tab:active .btr-mobile-tab__icon {
    transform: scale(.92);
  }
}

@media (min-width: 821px) {
  .btr-mobile-bottom-nav { display: none !important; }
}

@media (max-width: 390px) {
  .btr-mobile-bottom-nav { padding-left: 5px; padding-right: 5px; }
  .btr-mobile-tab__label { font-size: 8.5px; }
  html.btr-mobile-app body.home #main-content > .hero {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  html.btr-mobile-app body.home #main-content > .hero .hero-panel {
    padding: 18px 15px 16px !important;
  }
}

/* =========================================================
   BungalovTR Mobile App - bungalow detail experience
   Desktop remains untouched. 2026-08-28
   ========================================================= */
@media (max-width: 820px) {
  html.btr-mobile-app body.single-bungalov {
    --btr-detail-edge: 14px;
    --btr-detail-radius: 20px;
    background: #f7f7f3;
    padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px)) !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-mobile-bottom-nav {
    display: none !important;
  }

  html.btr-mobile-app body.single-bungalov .site-header {
    display: none !important;
  }

  html.btr-mobile-app body.single-bungalov .bungalow-single {
    padding-top: 0 !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-breadcrumbs,
  html.btr-mobile-app body.single-bungalov .breadcrumbs {
    display: none !important;
  }

  /* Floating native-style page controls. */
  .btr-mobile-detail-actions {
    position: fixed;
    z-index: 1320;
    top: calc(10px + env(safe-area-inset-top, 0px));
    left: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
  }
  .btr-mobile-detail-actions__end {
    display: flex;
    gap: 8px;
  }
  .btr-mobile-detail-action {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(33, 50, 38, .09);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 5px 18px rgba(28, 44, 33, .13);
    color: #213a29;
    text-decoration: none !important;
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    backdrop-filter: blur(16px) saturate(1.2);
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
  }
  .btr-mobile-detail-action svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .btr-mobile-detail-action:active { transform: scale(.94); }
  .btr-mobile-detail-action.is-active {
    background: #315c3c;
    border-color: #315c3c;
    color: #fff;
  }
  .btr-mobile-detail-action.is-active svg path { fill: currentColor; }
  .btr-mobile-detail-action.is-confirmed::after {
    content: 'Kopyalandı';
    position: absolute;
    top: 49px;
    right: 46px;
    padding: 6px 9px;
    border-radius: 9px;
    background: #213a29;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
  }

  /* Gallery becomes a horizontal swipe surface. */
  html.btr-mobile-app body.single-bungalov .btr-public-gallery.container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
  html.btr-mobile-app body.single-bungalov .btr-public-gallery-grid {
    display: flex !important;
    gap: 7px !important;
    width: 100% !important;
    padding: 0 14px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }
  html.btr-mobile-app body.single-bungalov .btr-public-gallery-grid::-webkit-scrollbar { display: none; }
  html.btr-mobile-app body.single-bungalov .btr-gallery-tile,
  html.btr-mobile-app body.single-bungalov .btr-gallery-main {
    flex: 0 0 calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
    height: min(68vh, 510px) !important;
    min-height: 390px !important;
    aspect-ratio: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    border: 0 !important;
    border-radius: 0 0 22px 22px !important;
    overflow: hidden;
    scroll-snap-align: center;
    background: #e7e9e4;
  }
  html.btr-mobile-app body.single-bungalov .btr-gallery-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  html.btr-mobile-app body.single-bungalov .btr-gallery-more {
    border-radius: inherit;
  }
  html.btr-mobile-app body.single-bungalov .btr-gallery-all-button {
    display: inline-flex !important;
    width: auto !important;
    min-height: 38px;
    margin: 2px 14px 0 auto !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 3px 12px rgba(33, 50, 38, .06);
    font-size: 11px !important;
  }

  /* Put identity immediately under the visual, like a native listing. */
  html.btr-mobile-app body.single-bungalov .bungalow-single-head.container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 18px var(--btr-detail-edge) 12px !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-single-head {
    order: 2;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-single {
    display: flex;
    flex-direction: column;
  }
  html.btr-mobile-app body.single-bungalov .btr-public-gallery { order: 1; }
  html.btr-mobile-app body.single-bungalov .bungalow-single-layout { order: 3; }
  html.btr-mobile-app body.single-bungalov .bungalow-discovery-strip { order: 4; }
  html.btr-mobile-app body.single-bungalov .bungalow-related { order: 5; }
  html.btr-mobile-app body.single-bungalov .bungalow-single-ad { order: 6; }

  html.btr-mobile-app body.single-bungalov .bungalow-single-kicker {
    display: inline-flex !important;
    width: fit-content;
    margin-bottom: 7px !important;
    padding: 5px 9px !important;
    border-radius: 999px;
    background: #eaf1e9;
    color: #315c3c !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-single-head h1 {
    max-width: 92%;
    margin: 0 0 7px !important;
    font-size: clamp(25px, 7vw, 31px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
    font-weight: 670 !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-single-location {
    display: flex !important;
    align-items: flex-start;
    gap: 6px;
    margin: 0 !important;
    color: #697169 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  /* Main content stack. */
  html.btr-mobile-app body.single-bungalov .bungalow-single-layout.container {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 var(--btr-detail-edge) !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-main-column {
    display: contents !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-summary-card,
  html.btr-mobile-app body.single-bungalov .bungalow-detail-section,
  html.btr-mobile-app body.single-bungalov .bungalow-profile-card,
  html.btr-mobile-app body.single-bungalov .btr-single-area-map {
    width: 100% !important;
    margin: 0 !important;
    padding: 17px 15px !important;
    border: 1px solid rgba(45, 67, 51, .075) !important;
    border-radius: var(--btr-detail-radius) !important;
    background: #fff !important;
    box-shadow: 0 5px 20px rgba(32, 48, 37, .035) !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-section-eyebrow {
    margin-bottom: 6px !important;
    color: #6e806f !important;
    font-size: 9.5px !important;
    line-height: 1 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase;
    font-weight: 750 !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-summary-card h2,
  html.btr-mobile-app body.single-bungalov .bungalow-detail-section h2 {
    margin: 0 0 10px !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
    letter-spacing: -.018em;
    font-weight: 650 !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-intro,
  html.btr-mobile-app body.single-bungalov .bungalow-entry-content,
  html.btr-mobile-app body.single-bungalov .bungalow-faq p {
    color: #525b53 !important;
    font-size: 13px !important;
    line-height: 1.72 !important;
  }

  html.btr-mobile-app body.single-bungalov .bungalow-feature-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-feature-item {
    min-height: 50px !important;
    display: flex !important;
    align-items: center;
    gap: 9px !important;
    padding: 9px 10px !important;
    border: 1px solid #edf0eb !important;
    border-radius: 13px !important;
    background: #fafbf8 !important;
    color: #344238 !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-feature-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    display: grid !important;
    place-items: center;
    border-radius: 9px !important;
    background: #eaf1e9 !important;
    color: #315c3c !important;
    font-size: 14px !important;
  }

  html.btr-mobile-app body.single-bungalov .bungalow-profile-card {
    order: -1;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-profile-top {
    gap: 10px !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-profile-avatar {
    width: 43px !important;
    height: 43px !important;
    min-width: 43px !important;
    border-radius: 13px !important;
    font-size: 17px !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-profile-identity h2 {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-profile-identity p {
    margin-top: 3px !important;
    font-size: 10.5px !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-profile-stats {
    margin: 13px 0 0 !important;
    padding: 11px 0 !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-profile-actions,
  html.btr-mobile-app body.single-bungalov .bungalow-profile-socials {
    margin-top: 11px !important;
  }

  html.btr-mobile-app body.single-bungalov .bungalow-faq details {
    margin: 0 !important;
    border-bottom: 1px solid #edf0eb !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-faq details:last-child { border-bottom: 0 !important; }
  html.btr-mobile-app body.single-bungalov .bungalow-faq summary {
    min-height: 48px;
    display: flex !important;
    align-items: center;
    padding: 10px 0 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 650 !important;
  }

  html.btr-mobile-app body.single-bungalov .bungalow-discovery-strip,
  html.btr-mobile-app body.single-bungalov .bungalow-related,
  html.btr-mobile-app body.single-bungalov .bungalow-single-ad {
    padding-left: var(--btr-detail-edge) !important;
    padding-right: var(--btr-detail-edge) !important;
  }
  html.btr-mobile-app body.single-bungalov .bungalow-discovery-strip .container,
  html.btr-mobile-app body.single-bungalov .bungalow-related .container,
  html.btr-mobile-app body.single-bungalov .bungalow-single-ad .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Contact dock replaces the regular app nav on detail pages. */
  .btr-mobile-contact-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1350;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    background: rgba(247, 247, 243, .92);
    border-top: 1px solid rgba(39, 59, 44, .08);
    -webkit-backdrop-filter: blur(20px) saturate(1.25);
    backdrop-filter: blur(20px) saturate(1.25);
  }
  .btr-mobile-contact-dock__inner {
    width: min(100%, 560px);
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 7px;
  }
  .btr-mobile-contact-quick {
    width: 57px;
    min-width: 57px;
    min-height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 1px solid #e2e7df;
    border-radius: 15px;
    background: #fff;
    color: #315c3c;
    text-decoration: none !important;
  }
  .btr-mobile-contact-quick svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .btr-mobile-contact-quick span {
    font-size: 8.5px;
    line-height: 1;
    font-weight: 700;
  }
  .btr-mobile-contact-quick:active { transform: scale(.98); }
}

@media (max-width: 390px) {
  html.btr-mobile-app body.single-bungalov .btr-gallery-tile,
  html.btr-mobile-app body.single-bungalov .btr-gallery-main {
    min-height: 360px !important;
  }
  .btr-mobile-contact-quick {
    width: 53px;
    min-width: 53px;
  }
}

/* ==========================================================
   MOBILE APP — Bungalovlar filter compact bottom sheet
   Desktop styles are intentionally untouched.
   ========================================================== */
@media (max-width: 760px) {
  .bungalows-filter {
    top: auto !important;
    right: 10px !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    left: 10px !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: min(72dvh, 620px) !important;
    border: 1px solid rgba(31, 74, 51, .12) !important;
    border-radius: 22px !important;
    box-shadow: 0 20px 55px rgba(18, 42, 29, .20) !important;
    overflow: hidden !important;
    transform: translateY(calc(100% + 24px)) !important;
    transition: transform .24s ease !important;
    background: #fff !important;
  }

  .bungalows-filter.is-open {
    transform: translateY(0) !important;
  }

  .bungalows-filter__mobile-head {
    position: sticky;
    top: 0;
    z-index: 3;
    min-height: 54px;
    padding: 12px 16px !important;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #edf1ed !important;
  }

  .bungalows-filter__mobile-head::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: #d7ded9;
    transform: translateX(-50%);
  }

  .bungalows-filter__mobile-head strong {
    padding-top: 6px;
    font-size: 16px;
  }

  .bungalows-filter__mobile-head button {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f4f7f4 !important;
    font-size: 24px !important;
  }

  .bungalows-filter__form {
    max-height: calc(min(72dvh, 620px) - 54px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }

  .bungalows-filter-backdrop {
    background: rgba(12, 27, 19, .20) !important;
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
  }
}

/* ==========================================================
   MOBILE APP — Home search compact select sheet
   Replaces mobile browser full-screen native select UI only.
   ========================================================== */
@media (max-width: 820px) {
  html.btr-mobile-app body.home .hero-search .search-field {
    position: relative !important;
  }

  html.btr-mobile-app body.home .hero-search .btr-mobile-native-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
  }

  html.btr-mobile-app body.home .hero-search .btr-mobile-select-trigger {
    min-width: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    display: block !important;
    grid-column: auto !important;
    padding: 0 22px 0 0;
    overflow: hidden;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #657168;
    font: inherit;
    font-size: 12.5px;
    font-weight: 550;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
  }

  html.btr-mobile-app body.home .hero-search .btr-mobile-select-trigger.has-value {
    color: #33453a;
    font-weight: 650;
  }

  html.btr-mobile-app body.home .hero-search .btr-mobile-select-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #738076;
    border-bottom: 1.5px solid #738076;
    transform: translateY(-68%) rotate(45deg);
    pointer-events: none;
  }

  html.btr-mobile-picker-open,
  html.btr-mobile-picker-open body {
    overflow: hidden !important;
  }

  .btr-mobile-picker {
    position: fixed;
    inset: 0;
    z-index: 1600;
    visibility: hidden;
    pointer-events: none;
  }

  .btr-mobile-picker.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  .btr-mobile-picker__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(14, 28, 19, .20);
    opacity: 0;
    transition: opacity .20s ease;
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
  }

  .btr-mobile-picker.is-open .btr-mobile-picker__backdrop {
    opacity: 1;
  }

  .btr-mobile-picker__panel {
    position: absolute;
    right: 10px;
    bottom: calc(var(--btr-picker-bottom, 0px) + max(10px, env(safe-area-inset-bottom)));
    left: 10px;
    max-height: min(62dvh, 520px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(31, 74, 51, .12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(18, 42, 29, .20);
    transform: translateY(calc(100% + 24px));
    transition: transform .22s ease, bottom .16s ease, max-height .16s ease;
  }

  .btr-mobile-picker.is-open .btr-mobile-picker__panel {
    transform: translateY(0);
  }

  .btr-mobile-picker.is-keyboard-open .btr-mobile-picker__panel {
    max-height: min(calc(var(--btr-picker-vvh, 100dvh) - 16px), 480px);
    bottom: calc(var(--btr-picker-bottom, 0px) + 8px);
  }

  .btr-mobile-picker.is-keyboard-open .btr-mobile-picker__head {
    min-height: 50px;
    padding-top: 14px;
    padding-bottom: 7px;
  }

  .btr-mobile-picker.is-keyboard-open .btr-mobile-picker__search {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .btr-mobile-picker__head {
    position: relative;
    flex: 0 0 auto;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 14px 10px 17px;
    border-bottom: 1px solid #edf1ed;
    background: rgba(255,255,255,.98);
  }

  .btr-mobile-picker__head::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: #d7ded9;
    transform: translateX(-50%);
  }

  .btr-mobile-picker__head strong {
    min-width: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 680;
    color: #26362c;
  }

  .btr-mobile-picker__close {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f4f7f4;
    color: #526158;
    font-size: 23px;
    line-height: 1;
  }

  .btr-mobile-picker__search {
    position: relative;
    flex: 0 0 auto;
    padding: 10px 12px 8px;
    background: #fff;
  }

  .btr-mobile-picker__search-icon {
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
    color: #6d7d72;
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
  }

  .btr-mobile-picker__search input {
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 14px 0 42px;
    border: 1px solid #dfe7df;
    border-radius: 14px;
    outline: 0;
    background: #f7faf6;
    color: #2f4035;
    font: inherit;
    font-size: 14px;
    font-weight: 550;
    -webkit-appearance: none;
    appearance: none;
  }

  .btr-mobile-picker__search input::placeholder {
    color: #879188;
    opacity: 1;
  }

  .btr-mobile-picker__search input:focus {
    border-color: #6f8f72;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(79, 118, 84, .10);
  }

  .btr-mobile-picker__search input::-webkit-search-cancel-button {
    opacity: .55;
  }

  .btr-mobile-picker__empty {
    flex: 0 0 auto;
    padding: 28px 16px 34px;
    color: #7a867d;
    font-size: 13.5px;
    font-weight: 600;
    text-align: center;
  }

  .btr-mobile-picker__options {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 6px 10px max(10px, env(safe-area-inset-bottom));
  }

  .btr-mobile-picker__option[hidden] {
    display: none !important;
  }

  .btr-mobile-picker__option {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid #f0f2ef;
    background: #fff;
    color: #3e4e44;
    font-size: 13.5px;
    font-weight: 550;
    text-align: left;
  }

  .btr-mobile-picker__option:last-child {
    border-bottom: 0;
  }

  .btr-mobile-picker__option.is-selected {
    border-radius: 12px;
    background: #eef4ed;
    color: #2f6241;
    font-weight: 700;
  }

  .btr-mobile-picker__option:active {
    background: #f4f7f4;
  }
}

/* =========================================================
   Mobile header menu - compact colored icons
   Mobile only. Desktop markup/styling remains untouched.
   ========================================================= */
@media (max-width: 820px) {
  .primary-nav.btr-nav {
    top: calc(100% + 6px) !important;
    left: 14px !important;
    right: 14px !important;
    padding: 6px 12px !important;
    border: 1px solid #e7ece6 !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 30px rgba(28,44,35,.12) !important;
    background: rgba(255,255,255,.98) !important;
    backdrop-filter: blur(10px);
    max-height: calc(100vh - 92px);
    overflow-y: auto;
  }

  .btr-menu > li { border-bottom: 0 !important; }
  .btr-menu > li + li { border-top: 1px solid #eef2ec !important; }

  .btr-menu > li > a,
  .btr-menu__dropdown-toggle {
    min-height: 56px !important;
    padding: 0 2px !important;
    color: #20342a !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    font-size: 15.5px !important;
    font-weight: 600 !important;
    letter-spacing: -.02em;
  }

  .btr-menu > li > a::before,
  .btr-menu__dropdown-toggle::before {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    border: 1px solid rgba(33,77,59,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
  }

  .btr-menu > li:nth-child(1) > a::before {
    content: "⌂";
    background: #e8f5ec;
    color: #2d7a51;
  }
  .btr-menu > li:nth-child(2) > .btr-menu__dropdown-toggle::before {
    content: "⌂";
    background: #fff0de;
    color: #bc6f2b;
  }
  .btr-menu > li:nth-child(3) > .btr-menu__dropdown-toggle::before {
    content: "⌖";
    background: #e8f0ff;
    color: #456fb8;
  }
  .btr-menu > li:nth-child(4) > a::before {
    content: "✦";
    background: #fff5cf;
    color: #9b7609;
  }
  .btr-menu > li:nth-child(5) > a::before {
    content: "▤";
    background: #efe7ff;
    color: #7a58ab;
  }

  .btr-menu__dropdown-toggle > svg {
    margin-left: auto !important;
    width: 16px !important;
    height: 16px !important;
    color: #6f7a74;
    flex: 0 0 auto;
  }

  .btr-menu__dropdown.is-open > .btr-menu__dropdown-toggle > svg { color: #214d3b; }

  .btr-destination-menu {
    margin: 0 0 8px !important;
    background: linear-gradient(180deg,#f7faf7 0%,#f4f8f4 100%) !important;
    border: 1px solid #e8eee8 !important;
    border-radius: 16px !important;
  }
  .btr-destination-menu__list { padding: 7px !important; }
  .btr-destination-menu__item {
    min-height: 50px !important;
    border-radius: 12px !important;
    padding: 6px 8px !important;
    gap: 10px !important;
    grid-template-columns: 36px minmax(0,1fr) !important;
  }
  .btr-destination-menu__icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
  }
  .btr-destination-menu__copy strong { font-size: 13px !important; }
  .btr-destination-menu__copy small { font-size: 11px !important; }
  .btr-destination-menu__all {
    min-height: 46px !important;
    padding: 0 12px !important;
    border-top: 1px solid #e6ede5 !important;
    border-radius: 0 0 16px 16px !important;
  }
}

/* Mobile header polish: centered brand + stronger brand icon. */
@media (max-width: 820px) {
  html.btr-mobile-app .header-inner {
    position: relative !important;
  }

  html.btr-mobile-app .brand,
  html.btr-mobile-app .btr-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 2 !important;
    white-space: nowrap !important;
  }

  html.btr-mobile-app .brand-mark,
  html.btr-mobile-app .btr-brand__mark {
    color: #2f7d4f !important;
  }

  html.btr-mobile-app .mobile-menu-button,
  html.btr-mobile-app .btr-menu-toggle {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 3 !important;
  }
}

/* Mobile hero search label hard-fix v195 */
html.btr-mobile-app .btr-search-label-desktop{
  display:none !important;
}
html.btr-mobile-app .btr-search-label-mobile{
  display:inline !important;
}
