ul.breadcrumb{display:flex!important;flex-wrap:wrap;align-items:center;list-style:none!important;padding:0!important;margin:0 0 1rem!important;font-size:.875rem;color:#6b7280;gap:.5rem;background:transparent!important;border-radius:0!important;text-transform:none!important}ul.breadcrumb li{display:flex;align-items:center}ul.breadcrumb li:not(:last-child):after{content:"›";margin-left:.5rem;color:#9ca3af}ul.breadcrumb li:before{content:none!important}ul.breadcrumb a{color:#294a7f;text-decoration:none;transition:color .2s ease}ul.breadcrumb a:hover{color:#c9a959;text-decoration:underline}@media(max-width:640px){ul.breadcrumb{font-size:.8125rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.smile-gallery-page .gallery-header{text-align:center;margin-bottom:2rem}.smile-gallery-page .headline{font-size:2.5rem;color:#294a7f;margin-bottom:.75rem}.smile-gallery-page .gallery-intro{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.filter-section{margin-bottom:2.5rem;padding:2rem 2rem 1.75rem;background:linear-gradient(135deg,#fafbfc,#f4f7fa);border-radius:20px;border:1px solid rgba(41,74,127,.06)}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(41,74,127,.08)}.filter-header__title{font-size:1.1rem;font-weight:600;color:#294a7f;margin:0;letter-spacing:.02em}.filter-reset{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;color:#294a7f;border:1px solid rgba(41,74,127,.25);border-radius:24px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .25s ease}.filter-reset:hover{background:#294a7f;color:#fff;border-color:#294a7f}.filter-reset__count{background:#294a7f1a;padding:.15rem .5rem;border-radius:10px;font-size:.7rem;transition:all .25s ease}.filter-reset:hover .filter-reset__count{background:#fff3}.filter-row{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1rem}.filter-row:last-of-type{margin-bottom:0}.filter-row__label{flex-shrink:0;font-size:.8rem;font-weight:600;color:#294a7f;text-transform:uppercase;letter-spacing:.05em;padding-top:.5rem;width:100px;opacity:.7}.filter-pills{display:flex;flex-wrap:wrap;gap:.6rem;flex:1}.filter-pill{position:relative;display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;background:#fff;border:1px solid rgba(41,74,127,.18);border-radius:24px;font-size:.85rem;color:#3d4f66;cursor:pointer;transition:all .25s ease;white-space:nowrap;letter-spacing:.01em}.filter-pill:hover{background:#294a7f0a;border-color:#294a7f59;box-shadow:0 4px 16px #294a7f1a;z-index:10}.filter-pill.active{background:#294a7f14;border-color:#294a7f;color:#294a7f}.filter-pill__label{font-weight:500}.filter-pill__count{display:none}.filter-active{display:flex;align-items:center;gap:.6rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(41,74,127,.08);font-size:.85rem;color:#6b7a8c}.filter-active__label{font-weight:500;color:#294a7f}.filter-active__count{color:#6b7a8c}@media(max-width:767px){.filter-section{padding:1.25rem 0;margin-left:-1rem;margin-right:-1rem;border-radius:0;border-left:none;border-right:none}.filter-header{margin-bottom:1rem;padding-bottom:.75rem;padding-left:1rem;padding-right:1rem}.filter-header__title{font-size:1.15rem}.filter-row{flex-direction:column;gap:.5rem;margin-bottom:.75rem;overflow:visible}.filter-row:last-of-type{margin-bottom:0}.filter-row__label{width:auto;padding-top:0;font-size:.75rem;padding-left:1rem}.filter-pills{display:flex;flex-wrap:nowrap;gap:.6rem;overflow-x:scroll;-webkit-overflow-scrolling:touch;padding:.25rem 0 .5rem;scrollbar-width:none;-ms-overflow-style:none;width:100%}.filter-pills::-webkit-scrollbar{display:none}.filter-pill{flex-shrink:0;padding:.45rem .9rem;font-size:.8rem}.filter-pill:first-child{margin-left:1rem}.filter-pill:last-child{margin-right:1rem}.filter-active{padding-left:1rem;padding-right:1rem}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}.gallery-item{display:block;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000014;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;position:relative}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.gallery-item__compare{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#ddd}.gallery-item__before,.gallery-item__after{position:relative;aspect-ratio:1 / 1;overflow:hidden}.gallery-item__before img,.gallery-item__after img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover .gallery-item__before img,.gallery-item:hover .gallery-item__after img{transform:scale(1.05)}.gallery-item__label{position:absolute;bottom:8px;left:8px;padding:4px 10px;background:#000000b3;color:#fff;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px}.gallery-item__info{padding:1rem;text-align:center}.gallery-item__title{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#294a7f}.gallery-item__meta{display:flex;justify-content:center;gap:.5rem;font-size:.85rem;color:#888;margin-bottom:.5rem}.gallery-item__views{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.8rem;color:#666}.gallery-item__views svg{opacity:.7}.gallery-item__overlay{position:absolute;inset:0;background:#294a7fd9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#fff;opacity:0;transition:opacity .3s ease;pointer-events:none}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__overlay svg{width:40px;height:40px}.gallery-item__overlay span{font-size:.9rem;font-weight:500}.smile-gallery-page .disclaimer{text-align:center;font-size:.8rem;color:#999;font-style:italic;margin:2rem 0;padding-top:1rem;border-top:1px solid #e0e0e0}.gallery-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;margin-bottom:3rem}.gallery-cta h2{font-size:1.75rem;color:#294a7f;margin:0 0 .75rem}.gallery-cta p{font-size:1rem;color:#666;margin:0 0 1.5rem}.gallery-cta__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.gallery-cta__buttons .btn{min-width:180px}.gallery-cta__buttons .btn-secondary{background:#fff;color:#294a7f;border:2px solid #294A7F}.gallery-cta__buttons .btn-secondary:hover{background:#294a7f;color:#fff}@media(max-width:767px){.smile-gallery-page .headline{font-size:2rem}.gallery-grid{grid-template-columns:1fr}.gallery-cta{padding:2rem 1.5rem}.gallery-cta__buttons{flex-direction:column;align-items:center}.gallery-cta__buttons .btn{width:100%;max-width:280px}}@media(max-width:400px){.gallery-item__compare{grid-template-columns:1fr}.gallery-item__before,.gallery-item__after{aspect-ratio:4 / 3}}.smile-gallery-page .full-booking-cta{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}
