.apd179-mobile-trigger,
.apd179-mobile-cta,
.apd179-flow {
  display: none;
}

@media (max-width: 767px) {
  .apd391x-desktop-trigger,
  .apd391x-modal {
    display: none !important;
  }

  .apd179-mobile-trigger,
  .apd179-mobile-cta {
    display: inline-flex;
  }

  body.single-experience {
    background: #fff;
  }

  body.single-experience #apd5-header,
  body.single-experience .apd5-header-search-row,
  body.single-experience .apd10-mobile-nav,
  body.single-experience .apd24-footer-bottom {
    display: none !important;
  }

  body.single-experience {
    padding-top: env(safe-area-inset-top);
  }

  body.single-experience .apd391x-experience {
    position: relative;
    padding: 0 18px calc(132px + env(safe-area-inset-bottom));
    max-width: 100%;
  }

  body.single-experience .apd391x-tools {
    position: absolute;
    top: 14px;
    left: 18px;
    right: 18px;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    margin: 0;
  }

  body.single-experience .apd391x-back,
  body.single-experience .apd391x-tools button {
    width: 48px;
    height: 48px;
    font-size: 0;
    border: 0;
    background: rgba(255,255,255,.95);
    border-radius: 50%;
    box-shadow: 0 8px 26px rgba(0,0,0,.14);
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.single-experience .apd391x-back::before {
    content: '←';
    font-size: 28px;
    color: #101010;
    line-height: 1;
  }

  body.single-experience .apd391x-tools > div {
    display: flex;
    gap: 18px;
  }

  body.single-experience .apd391x-tools button::before {
    display: inline-block;
    font-size: 26px;
    color: #101010;
    line-height: 1;
  }

  body.single-experience [data-apd31-share]::before { content: '↗'; }
  body.single-experience [data-apd-favorite]::before { content: '♡'; }
  body.single-experience [data-apd-favorite].is-favorite::before { content: '♥'; }

  body.single-experience .apd391x-hero,
  body.single-experience .apd391x-layout {
    display: block;
  }

  body.single-experience .apd391x-gallery {
    display: block;
    margin: 0 -18px 22px;
  }

  body.single-experience .apd391x-gallery button:not(:first-child),
  body.single-experience .apd391x-gallery-all,
  body.single-experience .apd391x-type,
  body.single-experience .apd391x-booking,
  body.single-experience .apd391x-review {
    display: none !important;
  }

  body.single-experience .apd391x-gallery button:first-child,
  body.single-experience .apd391x-gallery img {
    display: block;
    width: 100%;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
  }

  body.single-experience .apd391x-intro {
    padding: 0;
    margin-bottom: 10px;
  }

  body.single-experience .apd391x-intro h1 {
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin: 0 0 10px;
  }

  body.single-experience .apd391x-summary {
    color: #6c6c6c;
    font-size: 15px;
    line-height: 1.45;
    margin: 0 0 8px;
  }

  body.single-experience .apd391x-rating {
    font-size: 15px;
    gap: 8px;
    margin-bottom: 14px;
  }

  body.single-experience .apd391x-meta-stack {
    gap: 12px;
  }

  body.single-experience .apd391x-meta {
    border: 0;
    padding: 0;
    gap: 12px;
  }

  body.single-experience .apd391x-meta img,
  body.single-experience .apd391x-meta-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f5f5f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.single-experience .apd391x-section {
    padding: 22px 0;
  }

  body.single-experience .apd391x-section h2 {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 14px;
    letter-spacing: -0.03em;
  }

  body.single-experience .apd391x-step {
    grid-template-columns: 74px 1fr;
    gap: 12px;
  }

  body.single-experience .apd391x-step img,
  body.single-experience .apd391x-step-num {
    width: 74px;
    height: 74px;
    border-radius: 18px;
  }

  body.single-experience .apd391x-knowledge-grid {
    grid-template-columns: 1fr;
  }

  body.single-experience .apd391x-map {
    height: 240px;
    border-radius: 22px;
  }

  .apd179-mobile-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 10040;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
    border: 1px solid rgba(17,17,17,.08);
    backdrop-filter: blur(14px);
  }

  .apd179-mobile-cta-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .apd179-mobile-cta-copy strong {
    color: #111;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
  }

  .apd179-mobile-cta-copy span {
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.2;
  }

  .apd179-mobile-cta-copy small {
    color: #e11d61;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
  }

  .apd179-mobile-cta-button,
  .apd179-mobile-trigger {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 16px 22px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    background: linear-gradient(135deg, #ff1d7f, #e61877 55%, #d814a1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.24);
  }

  .apd179-flow[hidden] {
    display: none !important;
  }

  .apd179-flow {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10070;
    background: rgba(0,0,0,.28);
  }

  .apd179-screen {
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: 28px 28px 0 0;
    margin-top: max(24px, env(safe-area-inset-top));
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .apd179-screen[hidden] {
    display: none !important;
  }

  .apd179-screen-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 18px 12px;
    background: #fff;
  }

  .apd179-screen-header h2 {
    margin: 0;
    color: #111;
    font-size: 28px;
    line-height: 1.06;
    letter-spacing: -0.05em;
    font-weight: 800;
  }

  .apd179-screen-header-compact {
    min-height: 62px;
    padding-bottom: 8px;
  }

  .apd179-close,
  .apd179-icon-button,
  .apd179-stepper button,
  .apd179-secondary-button,
  .apd179-price-backdrop {
    appearance: none;
    border: 0;
    background: transparent;
  }

  .apd179-close {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .apd179-inline-party,
  .apd179-month-row,
  .apd179-verify-row,
  .apd179-guest-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .apd179-inline-party {
    padding: 8px 18px 18px;
    border-bottom: 1px solid #ececec;
  }

  .apd179-inline-party-copy strong,
  .apd179-guest-row strong,
  .apd179-verify-row strong,
  .apd179-month-row strong,
  .apd179-price-row strong,
  .apd179-sticky-total strong {
    display: block;
    color: #111;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
  }

  .apd179-inline-party-copy button {
    padding: 0;
    margin-top: 8px;
    text-decoration: underline;
    color: #707070;
    font-size: 15px;
    background: transparent;
    border: 0;
  }

  .apd179-stepper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
  }

  .apd179-stepper button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #111;
    font-size: 30px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .apd179-stepper button:disabled {
    opacity: .5;
  }

  .apd179-stepper b {
    min-width: 24px;
    text-align: center;
    font-size: 19px;
    color: #111;
  }

  .apd179-month-row {
    padding: 18px;
    border-bottom: 1px solid #ececec;
  }

  .apd179-month-row strong {
    text-transform: lowercase;
  }

  .apd179-icon-button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 24px;
  }

  .apd179-screen-scroll {
    flex: 1 1 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 18px 18px calc(26px + env(safe-area-inset-bottom));
  }

  .apd179-loading,
  .apd179-empty {
    padding: 42px 6px;
    text-align: center;
    color: #757575;
    font-size: 15px;
  }

  .apd179-times-group h3 {
    margin: 0 0 14px;
    color: #161616;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
  }

  .apd179-times-group + .apd179-times-group {
    margin-top: 28px;
    padding-top: 4px;
  }

  .apd179-time-card {
    width: 100%;
    appearance: none;
    border: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 22px;
    padding: 18px 18px 17px;
    margin: 0 0 12px;
    text-align: left;
    box-shadow: 0 1px 0 rgba(0,0,0,.02);
  }

  .apd179-time-card.is-selected {
    border-color: #111;
    box-shadow: inset 0 0 0 1px #111;
  }

  .apd179-time-card strong {
    display: block;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 800;
    color: #111;
  }

  .apd179-time-card span,
  .apd179-verify-row span,
  .apd179-guest-row span,
  .apd179-price-row span,
  .apd179-sticky-total span {
    display: block;
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.3;
  }

  .apd179-time-card .apd179-time-price {
    margin-top: 8px;
    font-weight: 800;
    color: #111;
  }

  .apd179-time-card .apd179-time-meta {
    margin-top: 4px;
    color: #9a9a9a;
    font-size: 13px;
  }

  .apd179-verify-row span {
    white-space: pre-line;
  }

  .apd179-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    padding: 10px 18px 0;
    color: #797979;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .apd179-calendar-scroll {
    padding-top: 18px;
  }

  .apd179-calendar-month + .apd179-calendar-month {
    margin-top: 24px;
  }

  .apd179-calendar-month h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #111;
  }

  .apd179-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px 6px;
  }

  .apd179-calendar-pad,
  .apd179-calendar-day {
    width: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 17px;
  }

  .apd179-calendar-pad {
    visibility: hidden;
  }

  .apd179-calendar-day {
    border: 1px solid transparent;
    background: transparent;
    color: #111;
    font-weight: 700;
  }

  .apd179-calendar-day.is-disabled {
    color: #d3d3d3;
    pointer-events: none;
  }

  .apd179-calendar-day.is-selected {
    background: #111;
    color: #fff;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.08);
  }

  .apd179-sticky-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px calc(18px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #e9e9e9;
  }

  .apd179-sticky-footer-single {
    justify-content: stretch;
  }

  .apd179-sticky-total {
    min-width: 0;
    flex: 1 1 auto;
  }

  .apd179-primary-button,
  .apd179-primary-button-full,
  .apd179-secondary-button {
    appearance: none;
    border: 0;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
  }

  .apd179-primary-button,
  .apd179-primary-button-full {
    background: #111;
    color: #fff;
    padding: 17px 26px;
    white-space: nowrap;
  }

  .apd179-primary-button:disabled,
  .apd179-primary-button-full:disabled {
    opacity: .45;
  }

  .apd179-primary-button-full {
    width: 100%;
  }

  .apd179-secondary-button {
    background: #f3f3f3;
    color: #111;
    padding: 14px 18px;
  }

  .apd179-verify-card {
    border: 1px solid #dedede;
    border-radius: 24px;
    padding: 18px;
  }

  .apd179-verify-summary {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 14px;
    align-items: start;
    padding-bottom: 18px;
    border-bottom: 1px solid #ececec;
  }

  .apd179-verify-summary img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 18px;
  }

  .apd179-verify-summary h3 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
  }

  .apd179-verify-summary p {
    margin: 0;
    color: #111;
    font-size: 15px;
    font-weight: 700;
  }

  .apd179-verify-row {
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
  }

  .apd179-verify-row > div {
    min-width: 0;
    flex: 1 1 auto;
  }

  .apd179-verify-policy {
    padding-top: 22px;
    color: #222;
    font-size: 16px;
    line-height: 1.35;
  }

  .apd179-progress {
    display: flex;
    gap: 8px;
    padding: 0 18px 10px;
  }

  .apd179-progress i,
  .apd179-progress span {
    display: block;
    height: 4px;
    border-radius: 999px;
    flex: 1 1 0;
    background: #d8d8d8;
  }

  .apd179-progress i {
    background: #111;
  }

  .apd179-guests-scroll {
    padding-top: 12px;
  }

  .apd179-guest-row {
    padding: 20px 0;
  }

  .apd179-price-overlay[hidden] {
    display: none !important;
  }

  .apd179-price-overlay {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 4;
  }

  .apd179-price-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.28);
  }

  .apd179-price-sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    box-shadow: 0 -14px 36px rgba(0,0,0,.18);
  }

  .apd179-price-sheet header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 18px 12px;
  }

  .apd179-price-sheet h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 800;
  }

  .apd179-price-body {
    padding: 8px 18px calc(24px + env(safe-area-inset-bottom));
  }

  .apd179-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
  }

  .apd179-price-row strong {
    white-space: nowrap;
  }

  .apd179-price-divider {
    height: 1px;
    background: #ececec;
    margin: 20px 0;
  }

  .apd179-price-row.is-total span,
  .apd179-price-row.is-total strong {
    font-size: 20px;
    font-weight: 800;
    color: #111;
  }

  body.apd179-flow-open {
    overflow: hidden;
  }

  body.apd179-flow-open .apd10-mobile-nav,
  body.apd179-flow-open .apd24-footer-bottom,
  body.apd179-flow-open .apd179-mobile-cta {
    display: none !important;
  }
}


@media (max-width: 767px){
  body.single-experience .apd78-host-showcase,
  body.single-experience .apd52-host-section{
    margin-top:4px!important;
  }
  body.single-experience .apd78-host-showcase .apd52-host-grid,
  body.single-experience .apd78-host-showcase .apd78-host-grid{
    display:block!important;
    margin-top:18px!important;
  }
  body.single-experience .apd78-host-showcase .apd78-host-info{
    display:none!important;
  }
  body.single-experience .apd78-host-showcase .apd78-host-card,
  body.single-experience .apd78-host-showcase .apd16-host-card,
  body.single-experience .apd78-host-showcase .apd81-host-card{
    background:#fff!important;
    border:1px solid rgba(0,0,0,.08)!important;
    border-radius:28px!important;
    box-shadow:0 8px 30px rgba(0,0,0,.05)!important;
    overflow:hidden!important;
  }
  body.single-experience .apd78-host-showcase .apd78-host-card-link{
    display:block!important;
    padding:26px 20px!important;
    text-decoration:none!important;
    color:inherit!important;
  }
  body.single-experience .apd78-host-showcase .apd78-host-identity,
  body.single-experience .apd78-host-showcase .apd81-host-profile{
    display:grid!important;
    justify-items:center!important;
    text-align:center!important;
    gap:10px!important;
  }
  body.single-experience .apd78-host-showcase .apd78-host-avatar-wrap img{
    width:108px!important;
    height:108px!important;
    border-radius:50%!important;
    object-fit:cover!important;
  }
  body.single-experience .apd78-host-showcase .apd81-host-name,
  body.single-experience .apd78-host-showcase .apd78-host-identity h3{
    margin:10px 0 0!important;
    max-width:100%!important;
    font-size:20px!important;
    line-height:1.08!important;
    letter-spacing:-.03em!important;
    font-weight:800!important;
    overflow-wrap:anywhere!important;
  }
  body.single-experience .apd78-host-showcase .apd81-host-role,
  body.single-experience .apd78-host-showcase .apd81-host-brand{
    font-size:14px!important;
    line-height:1.35!important;
    color:#6b7280!important;
  }
  body.single-experience .apd78-host-showcase .apd81-host-welcome{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
    color:#5f697b!important;
  }
  body.single-experience .apd78-host-showcase .apd81-host-welcome > svg,
  body.single-experience .apd78-host-showcase .apd81-host-welcome > i,
  body.single-experience .apd78-host-showcase .apd78-host-stats,
  body.single-experience .apd78-host-showcase .apd81-host-stats{
    display:none!important;
  }
  body.single-experience .apd78-host-showcase .apd81-host-welcome > span{
    display:grid!important;
    gap:4px!important;
    justify-items:center!important;
    width:100%!important;
  }
  body.single-experience .apd78-host-showcase .apd81-host-welcome strong,
  body.single-experience .apd78-host-showcase .apd81-host-welcome small{
    display:block!important;
    max-width:100%!important;
    white-space:normal!important;
    text-align:center!important;
  }
  body.single-experience .apd78-host-showcase .apd81-host-welcome strong{
    font-size:15px!important;
    line-height:1.2!important;
    font-weight:700!important;
    color:#303030!important;
  }
  body.single-experience .apd78-host-showcase .apd81-host-welcome small{
    font-size:12px!important;
    line-height:1.25!important;
    color:#6b7280!important;
  }
  body.single-experience .apd391x-section .apd78-host-showcase h2,
  body.single-experience .apd391x-section h2{
    scroll-margin-top:20px!important;
  }
}
