/* R19.16 — compact, professional product-detail hierarchy on phones. */
@media(max-width:760px){
 .customer-app .detail-page{width:min(100% - 28px,720px);padding-top:14px;padding-bottom:42px}
 .customer-app .detail-breadcrumb{gap:7px;margin:0 0 14px;overflow:hidden;color:#526d78;font-size:.75rem;line-height:1.4;white-space:nowrap}
 .customer-app .detail-breadcrumb>a{flex:0 0 auto;color:#315d6d;font-weight:700}.customer-app .detail-breadcrumb>span:nth-last-child(-n+2){display:none}
 .customer-app .detail-heading{display:block;margin-bottom:16px}.customer-app .detail-heading>.detail-top-price{margin-top:14px}
 .customer-app .detail-heading .eyebrow{font-size:.75rem!important;letter-spacing:.075em!important}
 .customer-app .detail-heading h1{max-width:100%;margin:6px 0 13px!important;overflow-wrap:anywhere;font-size:clamp(1.75rem,7.8vw,2.15rem)!important;line-height:1.1!important;letter-spacing:-.035em}
 .customer-app .detail-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;font-size:.75rem}
 .customer-app .detail-facts span{display:flex;min-height:42px;align-items:center;padding:8px 10px;border:1px solid #dcebed;border-radius:11px;background:#f3fafb;line-height:1.3}
 .customer-app .detail-facts span:nth-child(n+3){grid-column:1/-1;min-height:40px}
 .customer-app .detail-top-price{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"label action" "price action";column-gap:12px;align-items:center;width:100%}
 .customer-app .detail-top-price small{grid-area:label;align-self:end;color:#526d78;font-size:.75rem}.customer-app .detail-top-price strong{grid-area:price;align-self:start;font-size:clamp(1.55rem,7vw,1.9rem);line-height:1.1;white-space:nowrap}
 .customer-app .detail-top-price .button{grid-area:action;min-height:48px;padding:10px 15px;border-radius:12px;font-size:.8125rem;text-align:center}
 .customer-app .detail-gallery{margin-bottom:14px}.customer-app .gallery-main-button{border-radius:16px}.customer-app .gallery-main-button>img{height:220px;border-radius:16px}.customer-app .gallery-main>span{bottom:12px;left:12px;padding:6px 9px;font-size:.6875rem}.customer-app .gallery-zoom{right:12px;bottom:12px;padding:6px 9px;font-size:.6875rem}
 .customer-app .gallery-thumbs{margin-top:7px;padding-bottom:3px}.customer-app .gallery-thumbs button{flex-basis:76px;border-radius:10px}.customer-app .gallery-thumbs img{height:60px}
 .customer-app .detail-section-nav{gap:8px;margin-bottom:14px;padding:8px;border-radius:13px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.customer-app .detail-section-nav::-webkit-scrollbar{display:none}.customer-app .detail-section-nav a{display:flex;min-height:40px;flex:0 0 auto;align-items:center;padding:8px 10px;border-radius:9px;font-size:.75rem;white-space:nowrap}.customer-app .detail-section-nav a:last-child{background:#fff;color:#076782}
 .customer-app .detail-columns{gap:12px}.customer-app .detail-accordion{margin-bottom:9px;border-radius:13px}.customer-app .detail-accordion summary{padding:15px;font-size:.875rem}.customer-app .detail-booking,.customer-app .detail-assurance{padding:17px;border-radius:14px}
 .customer-app .detail-prices{margin-top:20px;border-radius:14px}.customer-app .detail-prices>header{padding:17px}.customer-app .package-option{margin:10px;padding:14px;border-radius:12px}
 .customer-app .detail-related{margin-top:28px}
}
@media(max-width:360px){.customer-app .detail-top-price{grid-template-columns:1fr;grid-template-areas:"label" "price" "action";row-gap:4px}.customer-app .detail-top-price .button{width:100%;margin-top:7px}.customer-app .detail-facts{grid-template-columns:1fr}.customer-app .detail-facts span:nth-child(n){grid-column:1}}
