:root{--navy: #012954;--ocean: #04a0c5;--coral: #cb4b1f;--cream: #fdfaf6;--border: #bbdbdd;--gold: #e8a020;--muted: #7a6f68;--radius: 0;--shadow: 0 3px 5px rgba(0, 0, 0, .05)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{line-height:1.65}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}img{max-width:100%;height:auto;display:block}.site_header{background:var(--navy);color:#fff;padding:18px 24px}.header_inner{max-width:1100px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.site_logo{font-family:"Alice",serif;font-size:1.45rem;font-weight:600;letter-spacing:.03em}.site_logo span{color:#5bbfdf}.header_sub{font-size:.82rem;opacity:.65;margin-top:2px}.lang_switch{display:inline-flex;align-items:center;gap:5px;background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.85);font-size:.8rem;font-weight:600;padding:5px 12px;border-radius:20px;white-space:nowrap;margin-top:2px;transition:background .2s}.lang_switch:hover{background:hsla(0,0%,100%,.22)}.tour_nav{background:var(--navy);border-top:1px solid hsla(0,0%,100%,.12);overflow-x:auto;-webkit-overflow-scrolling:touch}.tour_nav::-webkit-scrollbar{height:3px}.tour_nav::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:2px}.tour_nav_inner{max-width:1100px;margin:0 auto;display:flex;white-space:nowrap;padding:0 8px}.tn_link{display:inline-flex;align-items:center;padding:11px 16px;font-size:.875rem;font-weight:600;color:hsla(0,0%,100%,.65);border-bottom:3px solid rgba(0,0,0,0);transition:color .2s,border-color .2s}.tn_link:hover{color:#fff}.tn_link.active{color:#fff;border-bottom-color:#5bbfdf}.tn_cnt{background:hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.8);font-size:.7rem;border-radius:10px;padding:1px 7px;margin-left:5px}.page_wrap{max-width:1100px;margin:0 auto;padding:24px 16px 60px;display:grid;grid-template-columns:236px 1fr;gap:22px;align-items:start}@media(max-width: 720px){.page_wrap{grid-template-columns:1fr;padding:0}}.sidebar{position:sticky;top:16px;background:#fff}@media(max-width: 720px){.sidebar{position:static}}@media(max-width: 720px){.sidebar_inner{overflow:hidden;max-height:0;transition:max-height .3s ease}.sidebar.is_open .sidebar_inner{max-height:1200px}}.filter_box{border-bottom:1px solid var(--border);border-radius:var(--radius);padding:15px;box-shadow:var(--shadow)}.filter_box+.filter_box{margin-top:11px}.filter_title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:8px}.filter_opts{display:flex;flex-direction:column;gap:2px}.fopt{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:6px;font-size:.875rem;transition:background .15s}.fopt:hover{background:rgba(0,128,255,.1)}.fopt.active{background:var(--ocean);color:#fff}.fopt .fopt_stars{display:inline-flex;gap:1px}.fcheck{font-size:.78rem;opacity:0;flex-shrink:0;width:12px}.fopt.active .fcheck{opacity:1}.clear_btn{display:inline-flex;align-items:center;gap:5px;font-size:.8rem;color:var(--coral);font-weight:600;margin-top:13px}.clear_btn:hover{text-decoration:underline}.filter_toggle_btn{display:none}@media(max-width: 720px){.filter_toggle_btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:11px 16px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;font-weight:600;color:var(--navy);font-family:inherit;cursor:pointer;box-shadow:var(--shadow);margin-bottom:8px;transition:background .15s}.filter_toggle_btn:focus{border:1px solid var(--border);outline:none}}.filter_toggle_left{display:flex;align-items:center;gap:6px}.filter_badge{display:inline-flex;align-items:center;justify-content:center;background:var(--coral);color:#fff;font-size:.68rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;padding:0 5px;line-height:1}.filter_badge:empty{display:none}.filter_toggle_icon{font-style:normal;font-size:1rem;transition:transform .25s ease;color:var(--muted);flex-shrink:0}.sidebar.is_open .filter_toggle_icon{transform:rotate(180deg)}.summary_bar{border-bottom:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:17px}.sum_big{display:flex;align-items:baseline;gap:8px}.sum_num{font-family:"Alice",serif;font-size:2.8rem;font-weight:600;color:var(--navy);line-height:1}.sum_label{font-size:.82rem;color:var(--muted)}.sum_divider{width:1px;height:44px;background:var(--border);flex-shrink:0}.sum_dist{flex:1;min-width:150px}.dist_row{display:flex;align-items:center;gap:7px;font-size:.78rem;color:var(--muted);margin-bottom:3px}.dist_bar_wrap{flex:1;height:7px;background:#e8e0d6;border-radius:4px;overflow:hidden}.dist_bar{height:100%;background:var(--gold);border-radius:4px}.dist_cnt{min-width:24px;text-align:right}.sum_count{font-size:.85rem;color:var(--muted);text-align:center}.sum_count strong{color:var(--navy);display:block;font-size:1.2rem}.active_filters{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:13px}.af_chip{display:inline-flex;align-items:center;gap:4px;background:var(--ocean);color:#fff;font-size:.8rem;padding:4px 10px 4px 12px;border-radius:20px}.af_rm{font-size:1rem;opacity:.65;line-height:1}.af_rm:hover{opacity:1}.results_head{display:flex;align-items:center;margin-bottom:12px}.results_head h2{font-family:"Alice",serif;font-size:1.1rem;font-weight:600;color:var(--navy)}#reviews_list{display:flex;flex-direction:column;gap:2rem}.rc{border-bottom:2px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:var(--shadow);transition:box-shadow .2s}.rc_top{display:flex;align-items:center;gap:11px;margin-bottom:10px}.rc_meta{display:flex;flex-direction:column;gap:2px}.rc_nick{font-weight:600;font-size:.93rem}.stars{display:inline-flex;gap:1px}.star{font-size:.93rem;line-height:1}.star_on{color:var(--gold)}.star_off{color:#d9cfc7}.stars_lg .star{font-size:1.5rem}.rc_tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:1rem}.tag{display:inline-block;font-size:.85rem;padding:3px 10px;color:#7a898b;white-space:nowrap;transition:background-color .7s}.tag:hover{background-color:rgba(0,128,255,.2)}.rc_title{font-size:1.25rem;letter-spacing:0;font-weight:400;color:var(--navy);margin-bottom:.5rem}.rc_body{line-height:1.72;color:#3a3535;margin:0 0 1.5rem 0}.rc_images{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.rc_img_wrap{border-radius:6px;overflow:hidden;border-bottom:1px solid var(--border)}.rc_img{width:86px;height:86px;-o-object-fit:cover;object-fit:cover;transition:transform .2s}.rc_img:hover{transform:scale(1.05)}.rc_reply{border-top:1px solid var(--border);margin-top:1.5rem;padding:1.5rem}.rc_reply_label{display:inline-block;font-size:.78rem;font-weight:700;color:var(--navy);margin-bottom:5px}.rc_reply_body{line-height:1.65;color:var(--muted)}#see_more_wrap{text-align:center;margin-top:24px}.see_more_btn{display:inline-flex;align-items:center;gap:8px;background:var(--navy);color:#fff;border:none;padding:12px 34px;border-radius:30px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,transform .15s;box-shadow:0 2px 8px rgba(11,57,84,.3)}.see_more_btn:hover{background:#0d4a6e;transform:translateY(-2px)}.see_more_btn.loading{opacity:.7;pointer-events:none}.spinner{width:15px;height:15px;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:none}.see_more_btn.loading .spinner{display:block}@keyframes spin{to{transform:rotate(360deg)}}.no_more{color:var(--muted);font-size:.88rem;margin-top:16px}.db_error{background:#fdecea;border:1px solid #f5c6cb;border-radius:var(--radius);padding:14px 17px;color:#721c24;font-size:.88rem;margin-bottom:16px}.db_error code{font-size:.82rem;word-break:break-all}.empty{text-align:center;padding:52px 20px;color:var(--muted)}.empty_icon{font-size:2.6rem;margin-bottom:8px}.empty h3{color:var(--navy);margin-bottom:4px}#review_list .review_WRP{padding:2rem 0;margin:1rem 0 2rem;border-bottom:1px solid #ccc}#review_list .review_customer_name{margin:2rem 0 0}#review_list .review_img{margin:2rem 2rem 4rem}.rw_widget{margin:3rem 0}.rw_widget_head{display:flex;align-items:baseline;gap:10px;margin-bottom:1.25rem}.rw_widget_title{font-family:"Alice",serif;font-size:1.25rem;font-weight:600;color:var(--navy)}.rw_total{font-size:.82rem;color:var(--muted)}.rw_list{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem;align-items:start}@media(max-width: 768px){.rw_list{grid-template-columns:1fr;gap:1.5rem}}@media(max-width: 768px){.rw_card_wrap.rw_hidden_mobile{display:none}}.rw_card{background:#fff;border:1px solid var(--border);border-bottom:2px solid var(--border);border-radius:6px;padding:16px;box-shadow:var(--shadow);height:100%}.rw_card .rc_body{font-size:.9rem;line-height:1.65;color:#3a3535;margin-bottom:.75rem}.rw_card .rc_tags{margin-bottom:.75rem}.rw_card .rc_title{font-size:1rem;margin-bottom:.4rem}.rw_card .rc_images .rc_img_wrap:not(:first-child){display:none}.rw_card .rc_images .rc_img{width:72px;height:72px}.rw_card .rc_reply{display:none}.rw_mobile_more{display:none}@media(max-width: 768px){.rw_mobile_more{display:block;text-align:center;margin-top:1rem}}.rw_show_next_btn{background:none;border:1px solid var(--border);border-radius:20px;padding:8px 22px;font-size:.875rem;font-weight:600;font-family:inherit;color:var(--navy);cursor:pointer;transition:background .15s,border-color .15s}.rw_show_next_btn:hover{background:rgba(1,41,84,.05);border-color:var(--ocean)}.rw_remain{color:var(--muted);font-weight:400}.rw_see_more_wrap{text-align:center;margin-top:1.5rem}.rw_error,.rw_empty{color:var(--muted);font-size:.9rem;padding:1rem 0}.rw_modal{position:fixed;inset:0;z-index:9000;display:flex;align-items:flex-start;justify-content:center;padding:20px 12px 40px;overflow-y:hidden}.rw_modal[hidden]{display:none}@media(max-width: 600px){.rw_modal{align-items:flex-end;padding:0}}.rw_modal_backdrop{position:fixed;inset:0;background:rgba(1,41,84,.8);backdrop-filter:blur(2px)}.rw_modal_box{position:relative;z-index:1;background:var(--cream);width:100%;max-width:740px;border-radius:8px;box-shadow:0 12px 40px rgba(0,0,0,.2);margin-top:20px;display:flex;flex-direction:column;max-height:calc(100vh - 80px)}@media(max-width: 600px){.rw_modal_box{margin-top:0;border-radius:8px 8px 0 0;min-height:70vh;max-height:90vh}}.rw_modal_header{padding:22px 24px 0}.rw_modal_header h3{font-family:"Alice",serif;font-size:1.2rem;color:var(--navy);margin-bottom:0}@media(max-width: 600px){.rw_modal_header{padding:18px 16px 0}}.rw_modal_close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:1.5rem;line-height:1;color:var(--muted);cursor:pointer;padding:4px 8px;border-radius:4px;font-family:inherit;transition:color .15s,background .15s}.rw_modal_close:hover{color:var(--navy);background:rgba(0,0,0,.06)}.rw_tabs{display:flex;gap:4px;padding:16px 24px 0;border-bottom:2px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch;min-height:4rem}@media(max-width: 600px){.rw_tabs{padding:12px 16px 0}}.rw_tab{flex-shrink:0;background:none;border:none;padding:8px 14px;font-size:.875rem;font-weight:600;font-family:inherit;color:var(--muted);cursor:pointer;border-bottom:3px solid rgba(0,0,0,0);margin-bottom:-2px;transition:color .15s,border-color .15s}.rw_tab:hover{color:var(--navy)}.rw_tab.active{color:var(--navy);border-bottom-color:var(--ocean)}.rw_modal_list{padding:20px 24px;display:flex;flex-direction:column;gap:2rem;min-height:100px;overflow-y:auto;flex:1;min-height:0}@media(max-width: 600px){.rw_modal_list{padding:16px;-webkit-overflow-scrolling:touch}}.rw_modal_footer{text-align:center;padding:0 24px 24px}@media(max-width: 600px){.rw_modal_footer{padding:0 16px 20px}}body.rw_modal_open{overflow:hidden}/*# sourceMappingURL=reviews.css.map */